/* 外框样式 */
.mob-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 74px;
}

/* 头部 */
.mob-head {
    background: #fff;
    padding: 15px 20px;
    position: relative;
}

.mob-head .logo {
    padding: 0 141px 0 0px;
}

.mob-head .logo img {
    max-width: 100%;
}

.mob-head .head-btn {
    position: absolute;
    right: 15px;
    height: 29px;
    top: calc(50% - 15px);
    font-size: 0;
}

.mob-head .head-btn a {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 29px;
    text-align: center;
}

.mob-head .head-btn a .iconfont {
    font-size: 20px;
    vertical-align: middle;
}

.mob-head .head-btn a .icon-sousuo {
    font-size: 25px;
}

.mob-head .head-btn .search-btn {
    border-right: 1px solid #aaaaaa;
    margin-right: 10px;
    width: 40px;
}

/* 搜索框样式 */
.search {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    display: none;
}

.search form {
    width: 100%;
    border: 1px solid #444444;
    border-radius: 10px;
    background-color: #fff;
    height: 38px;
    padding: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search input[type="text"] {
    width: 70%;
    padding-left: 15px;
    font-size: 16px;
    color: #323232;
    height: 22px;
    line-height: 22px;
    border: none;
    outline: none;
    background: none;
}

.search input[type='submit'] {
    width: 25%;
    border: none;
    border-left: 1px solid #b6b6b4;
    text-align: center;
    height: 22px;
    font-size: 16px;
    color: #323232;
    background: none;
    outline: none;
    border-radius: 0;
}

/* 导航样式 */
.mob-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #244ba1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.mob-nav .close-btn {
    text-align: right;
    padding: 15px 15px 0 0;
}

.mob-nav .close-btn .iconfont {
    font-size: 30px;
    color: #fff;
}

.mob-nav li a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

/*.mob-nav li a:hover {*/
    /*background: #1a7cb9;*/
/*}*/

.mob-nav li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.mob-nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/* 首页banner */
.mob-banner {
    position: relative;
}

.mob-banner .slick-slide {
    outline: none;
}

.mob-banner a {
    display: block;
}

.mob-banner a img {
    width: 100%;
}

.mob-banner .slick-dots {
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    bottom: 10px;
    text-align: center;
    font-size: 0;
}

.mob-banner .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 4px;
    background: #eeeeee;
    margin: 0 4px;
}

.mob-banner .slick-dots li button {
    display: none;
}

.mob-banner .slick-dots li.slick-active {
    background: #1a7cb9;
}

/* 首页标题 */
/*.mob-title {
  text-align: center;
  margin-bottom: 20px;
}

.mob-title h3 {
  font-size: 20px;
  color: #252222;
  margin-bottom: 10px;
}

.mob-title h3 span {
  color: #e4007f;
}

.mob-title p {
  font-size: 12px;
  color: #252222;
  text-transform: uppercase;
}*/
.fl {
    float: left;
}

.fr {
    float: right;
}

* {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

.head-btn img {
    display: block;
    width: auto;
    height: 100%;
}

.mob-banner .slick-dots li {
    width: 20px;
    height: 4px;
    background: #eeeeee;
}

.mob-banner .slick-dots li.slick-active {
    background: #244ba1;
}

.mob-title {
    text-align: center;
    margin-bottom: 20px
}

.mob-title h3 {
    font-size: 22px;
    color: #999999;
    margin-bottom: 6px;
    font-weight: bold;
}

.mob-title h3 span {
    color: #1a7cb9;
    margin-right: 8px;
}

.mob-title p {
    font-size: 18px;
    color: #666666;
    text-transform: uppercase;
    font-weight: bold;
}

.mob-product {
    background: #fff;
    padding: 25px 0 40px;
}

.mob_abstr {
    width: 94%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.mob_abstr p {
    font-size: 14px;
    line-height: 24px;
    color: #565656;
}

.product-menu {
    width: 270px;
    height: 40px;
    margin: 0 auto;
    position: relative;
}

.selectbg {
    width: 270px;
    height: 30px;
    background: url(../images/sec.png) no-repeat;
    top: 0;
    background-size: 100% auto;
    left: 0;
    font-size: 14px;
    line-height: 30px;
    z-index: -1;
    color: #666666;
    text-indent: 10px;
    margin: 0 auto;
}

.product-menu .hd {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background: #fff;
}

.product-menu .hd li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #EAEAEA;
}

.product-menu .hd li a {
    display: block;
    width: 100%;
    padding-left: 15px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.mob-product .bd {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.mob-product .product-list {
    font-size: 0;
    padding: 0 7.5px
}

.mob-product .product-list li {
    vertical-align: top;
    width: calc(50% - 15px);
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 7.5px 8px;
}

.mob-product .product-list li a {
    display: block
}

.mob-product .product-list li img {
    width: 100%;
    border: solid 1px #dcdcdc;
}

.mob-product .product-list li h3 {
    position: relative;
    width: 100%;
    color: #555555;
    font-weight: normal;
    font-size: 14px;
    line-height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mob-more {
    display: block;
    margin: 0 auto;
    width: 181px;
    height: 45px;
    background: url(../images/product-more.png) no-repeat;
    background-size: 100% auto;
    margin-top: 20px;
}

.mob-honor {
    margin-top: 8%;
}

.page22-con {
    margin-top: 4%;
}

.xyin2-pro-slick li {
    padding: 0 10px;
}

.xyin2-pro-slick li .slick-con {
    border: 2px solid #1a7cb9;
}

.xyin2-pro-slick li .slick-con a {
    display: block;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.xyin2-pro-slick li .slick-con a img {
    width: 100%;
    height: auto;
}

.xyin2-pro-slick li h3 {
    width: 100%;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background: rgba(26,124,185,.6);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.xyin2-pro-slick .slick-dots {
    text-align: center;
    margin-top: 8%;
}

.xyin2-pro-slick .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 14px;
    text-indent: 100px;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 99999;
    display: none;
}

.xyin2-pro-slick .slick-dots li button {
    border: none;
    outline: none;
    text-indent: 100px;
    overflow: hidden;
    background: url(../images/d1.png) no-repeat;
    width: 15px;
    height: 14px;
    padding: 0;
    display: block;
}

.xyin2-pro-slick .slick-dots li.slick-active button {
    background: url(../images/d2.png) no-repeat;
}

.mob-reason {
    margin-top: 8%;
    background-color: #F5F4F5;
    padding: 7% 0;
}

.reason-list {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 5px;
    box-sizing: border-box;
}

.reason-list li {
    width: calc(25% - 10px);
    margin: 0 5px;
    float: left;
}

.reason-list li img {
    width: 100%;
}

.xinwen {
    margin-top: 8%;
}

.xlist1 {
    width: 92%;
    margin: 0 auto;
    margin-top: 4%;
}

.xlist1 li {
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    padding: 4%;
}

.xlist1 li span {
    color: #a0a0a0;
    font-size: 14px;
}

.xlist1 li p {
    color: #666666;
    font-size: 15px;
    padding-top: 5px;
}

.xlist1 li:nth-child(1) {
    border-bottom: none;
}

.xlist1 li:nth-child(2) {
    border-bottom: none;
}

.mlx {
    background: #eeeeee;
    color: #9e9e9e;
    font-size: 14px;
    text-align: center;
    padding: 5% 0;
    margin-top: 6%;
}

.des {
    height: 20px;
}

/* 页脚 */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #244ba1;
    padding: 7px 0;
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer ul li {
    line-height: 20px;
    height: 60px;
    font-size: 14px;
}

.footer ul li span {
    display: block;
    padding-top: 34px;
    font-size: 14px;
    color: #fff;
}

.footer ul li .span1 {
    background: url(../images/x4.png) no-repeat center 3px;
    background-size: 26%;
}

.footer ul li .span2 {
    background: url(../images/x1.png) no-repeat center 6px;
    background-size: 26%;
}

.footer ul li .span3 {
    background: url(../images/x2.png) no-repeat center 3px;
    background-size: 26%;
}

.footer ul li .span4 {
    background: url(../images/x3.png) no-repeat center 6px;
    background-size: 23%;
}
