/* height: -moz-calc(100% - 60px);height: -webkit-calc(100% - 60px);height: calc(100% - 60px); */
* { margin: 0px; padding: 0px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; height: 100%; }

body { height: 100%; margin: 0 auto; width: 100%; max-width: 1920px; overflow-x: hidden; font-family: 'Microsoft YaHei'; font-size: 14px; font-size: 1.4rem; color: black; }

a { color: #222; text-decoration: none; outline: none; tap-highlight-color: transparent; focus-ring-color: transparent; -webkit-tap-highlight-color: transparent; -webkit-focus-ring-color: transparent; -moz-tap-highlight-color: transparent; -moz-focus-ring-color: transparent; }

ol, ul, li { list-style: none; }

img { border: 0px solid #ccc; }

table, embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

input[type=search]::-ms-clear{display: none;}  /*清除IE下的 search 叉号*/
input[type=text]::-ms-clear{display: none;}  /*清除IE下的 text 叉号*/
 /* //针对Chrome浏览器 */
input::-webkit-search-cancel-button{display: none;}  /*清除谷歌浏览器下的 search 叉号*/


textarea { resize: none; }

button { border: none; background: none; cursor: pointer; }

em, i { font-style: normal; }

button,input,select{border: none;}
button:focus,input:focus,select:focus{outline: none;}
select option{border: none;}

::-webkit-input-placeholder { color: #999999; }
::-moz-placeholder { color: #999999; }
:-moz-placeholder { color: #999999; }
:-ms-input-placeholder { color: #999999; }

/* .c-xx start */

.c-nomr { margin-right: 0 !important; }

.clear{clear: both;}
.fl{float: left;}
.fr{float: right;}
.vcb{display: inline-block;vertical-align: middle;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb40{margin-bottom: 40px;}

.color999{color: #999;}
.colorAAA{color: #AAA;}

.fs12{font-size: 12px;}

/* .c-xx end */
/* .f-xx start */
.f-box { margin: 0 auto; max-width: 1200px; overflow: hidden; }
.f-box2 { margin: 0 auto; max-width: 1400px; overflow: hidden; }

@media screen and (min-width: 1420px) { .f-box2 { width: 1400px !important; } }
@media screen and (min-width: 1220px) { .f-box { width: 1200px; } }
@media screen and (min-width: 1200px) and (max-width: 1419px) { .f-box2 { width: 1200px; } }
@media screen and (min-width: 960px) and (max-width: 1219px) { .f-box { width: 950px; } }

@media screen and (min-width: 768px) and (max-width: 959px) { .f-box { width: 750px; } }

@media screen and (max-width: 767px) { .f-box { padding-left: 10px; padding-right: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } }

a:hover{color: #f3981c;}

.btn{height: 40px;display: inline-block; border-radius: 5px;border: 1px solid #ddd; padding: 0 20px 0 20px; line-height: 40px;font-size: 14px;color:#666;background-color: #F3F5F9; cursor: pointer;}
.btn:hover{border: 1px solid #005FB2;color:#fff;background-color: #005FB2;}

.btn-blue{display: inline-block;height: 40px;border-radius: 5px;border: 1px solid #005FB2; padding: 0 20px 0 20px; line-height: 40px;font-size: 14px;color:#fff;background-color: #005FB2; cursor: pointer;}
.btn-blue:hover{color:#fff; background-color: rgb(7, 89, 161);border: 1px solid rgb(5, 61, 109);}
.btn-yellow{display: inline-block;height: 40px;border-radius: 5px;border: 1px solid #F3981C; padding: 0 20px 0 20px; line-height: 40px;font-size: 14px;color:#fff;background-color: #F3981C; cursor: pointer;}
.btn-yellow:hover{color:#fff; background-color: rgb(250, 164, 44);border: 1px solid rgb(250, 164, 44);}


/* 分页 */
.pages-btn{text-align: center;margin: 50px 0 0;}
.pages-btn span,.pages-btn a{font-size: 14px;color: #333; line-height: 30px;height: 30px; display: inline-block;vertical-align: middle;}
.pages-btn span,.pages-btn a,.pages-btn input{margin: 10px 3px;}
.pages-btn a{padding: 0 10px; cursor: pointer; border-radius: 2px; min-width: 30px;height: 30px;border: 1px solid #ddd;text-align: center;}
.pages-btn a.active{color: #fff;background-color: #005FB2;border: 1px solid #005FB2;}
.pages-btn a:hover{color: #fff;background-color: #005FB2;border: 1px solid #005FB2;}
.pages-btn input{border: 1px solid #ddd;overflow: hidden;text-align: center; border-radius: 2px;width: 70px;height: 30px; font-size: 14px;line-height: 38px;display: inline-block;vertical-align: middle;}
.pages-btn .total{color: #005FB2;}
.pages-btn form{display: inline-block;vertical-align: middle;}
.pages-btn select{margin-right: 10px; border: 1px solid #ddd; height: 30px;width: 60px;}


/* 验证提示 */
.error {color: #ff5858;font-size: 12px;line-height: 20px;}
.error-box input{border-color: #ff0000;}
.error-box textarea{border-color: #ff0000;}


/* 头部 */
.header{height: 96px;background-color: #fff;z-index: 99;}
.header.fixed{width: 100%;background-color: unset;position: fixed;top: 0;left: 0;}
.header .logo{float: left;margin-top: 25px;}
.header .contact{float: right;margin-top: 32px;}
.header .contact *{display: inline-block;vertical-align: middle;}
.header .contact a{line-height: 32px;font-size: 16px;padding: 0 15px;border-radius: 30px;background-color: #f5f5f5;}
.header .contact .qq a{color: #f3981c;margin-right: 10px;padding-left: 30px; background-image: url("../images/qq.png");background-position: 12px center;background-repeat: no-repeat;}
.header .contact .phone a{color: #165e9d;padding-left: 30px; background-image: url("../images/phone.png");background-position: 12px center;background-repeat: no-repeat;}
.header .menu{float: right;padding: 33px 0;width: 600px;}
.header .menu li{float: left; margin: 0 4.6%; }
.header .menu li a{line-height: 30px;font-size: 16px;color: #333;}
.header.fixed .menu li a{color: #fff;}
.header .menu li.active a{color: #f3981c;font-weight: bold;}
.header .menu li a:hover{color: #f3981c;}
@media screen and (max-width: 1219px) {
  .header .menu{width: 500px;}
  .header .menu li{margin: 0 3.4%;}
}
@media screen and (max-width: 959px) {
  .header .menu{padding: 0;margin-top: 30px;width: 100%;}
  .header{height: 150px;}
  .header .menu li{margin: 0 5.8%;}
  .header.fixed{position: unset;}
  .header.fixed .menu li a{color: #333;}
}
@media screen and (max-width: 768px) {
  .header .menu li{margin: 0;width: 20%;text-align: center;}
}


/* 底部 */
.footer{background-color: #101d29;padding: 60px 0 0px;}
.footer .title{line-height: 30px;font-size: 16px;color: #fff;margin-bottom: 35px;}
.footer .left{float: left;width: 250px;margin-bottom: 40px;}
.footer .left ul{float: left;}
.footer .left ul+ul{float: right;}
.footer .left ul li a{line-height: 30px;font-size: 14px;color: #aaaaaa;}
.footer .right{float: right;width: 875px;margin-bottom: 40px;}
.footer .right .title{padding-left: 30px;}
.footer .right .group{width: 100%;margin-bottom: 10px;overflow: hidden;}
.footer .right .group>div *{display: inline-block;vertical-align: middle;line-height: 36px;}
.footer .right .group .tip{display: none;color: #ff0000;padding-left: 30px;vertical-align: middle;line-height: 36px;}
.footer .right .group>div{width: 33.33333%;float: left;}
.footer .right .group2>div{width: unset;}
.footer .right .group>div p{width: 100%;}
.footer .right .group>div span{width: 30px; padding-right: 10px;text-align: right; color: #ff0000;font-size: 16px;}
.footer .right .group>div input{background-color: #fff;padding: 5px 15px;line-height: 26px; width: -moz-calc(100% - 30px);width: -webkit-calc(100% - 30px);width: calc(100% - 30px);}
.footer .right .group>div.textarea{width: 100%;}
.footer .right .group>div textarea{min-height: 86px; background-color: #fff;padding: 5px 15px;line-height: 26px; width: -moz-calc(100% - 30px);width: -webkit-calc(100% - 30px);width: calc(100% - 30px);}
.footer .right .group>code.img{width: 152px;}
.footer .right .group>div.img{width: 100px;height: 36px;overflow: hidden;margin-left: 8px;}
.footer .right .group>div img{max-width: 100%;max-height: 100%;}
.footer .right .group>div button{margin-left: 30px;font-size: 14px;line-height: 36px;color: #fff;padding: 0 35px;background-color: #165e9d;}
.footer .right .group .tip.success{margin-left: 20px; color: #fff;line-height: 36px;font-size: 14px;padding-left: 30px;background-image: url("../images/ok.png");background-position: left center;background-repeat: no-repeat;}
.footer .right .group .tip.code-error{padding-left: 10px;}
.footer .copyright{border-top: 1px solid #aaaaaa;padding: 30px 0;}
.footer .copyright .text{line-height: 30px;font-size: 14px;color: #aaaaaa;text-align: center;}
@media screen and (max-width: 1219px) {
  .footer .left{width: 200px;}
  .footer .right{width: 675px;}
}
@media screen and (max-width: 959px) {
  .footer .right{width: 100%;padding-right: 10px;}
  .footer .left{margin-left: 30px;}
}

/* 首页 */
.index2{min-height: 410px; padding: 80px 0 60px;text-align: center;background-image: url("../images/index2.png");background-position: center center;background-repeat: no-repeat;background-size: cover;}
.index2 .title{margin-top: 50px;line-height: 70px;font-size: 40px;color: #165e9d;font-weight: bold;}
@media screen and (max-width: 1219px) {
  .index2 .title{font-size: 30px;}
}
@media screen and (max-width: 959px) {
  .index2{min-height: unset;padding: 60px 0 60px;}
  .index2 .title{font-size: 30px;margin-top: 0px;line-height: 60px;}
}
@media screen and (max-width: 768px) {
  .index2 .title{font-size: 24px;}
}

.index3{background-color: #fafafa;padding: 60px 0 60px;text-align: center;}
.index3 .left{float: left;width: 61%;}
.index3 .left img{max-width: 95%;}
.index3 .right{float: left;width: 29%;text-align: left;padding-top: 9%;}
.index3 .right .title{margin-bottom: 20px; padding-left: 23px;border-left: 8px solid #f3981c; line-height: 36px;font-size: 36px;color: #f3981c;}
.index3 .right .text{padding-top: 30px; line-height: 30px;font-size: 16px;color: #333;}
@media screen and (max-width: 1225px) {
  .index3 .right{width: 35%;}
}
@media screen and (max-width: 1235px) {
  .index3 .left{width: 55%;}
  .index3 .right{width: 40%;padding-top: 6%;}
}
@media screen and (max-width: 959px) {
  .index3 .left{width: 100%;}
  .index3 .right{width: 100%;padding: 40px 5% 0;}
  .index3 .right .title{line-height: 26px;font-size: 26px;}
  .index3 .right .text{padding-top: 20px;}
}

.index4{background-color: #fff;padding: 60px 0 60px;text-align: center;}
.index4 .right{float: right;width: 61%;}
.index4 .right img{max-width: 95%;}
.index4 .left{float: right;width: 29%;text-align: left;padding-top: 7%;}
.index4 .left .title{margin-bottom: 20px; padding-left: 23px;border-left: 8px solid #165e9d; line-height: 36px;font-size: 36px;color: #165e9d;}
.index4 .left .text{padding-top: 30px; line-height: 30px;font-size: 16px;color: #333;}
@media screen and (max-width: 1290px) {
  .index4 .left{padding-top: 4%;}
}
@media screen and (max-width: 1235px) {
  .index4 .left .title{line-height: 26px;font-size: 26px;}
  .index4 .left .text{padding-top: 20px;}
  .index4 .left{padding-top: 3%;}
}
@media screen and (max-width: 959px) {
  .index4 .right{width: 100%;}
  .index4 .left{width: 100%;padding: 40px 5% 0;}
  .index4 .left .title{line-height: 26px;font-size: 26px;}
  .index4 .left .text{padding-top: 20px;}
}

.index5{background-color: #fafafa;padding: 60px 0 60px;text-align: center;}
.index5 .left{float: left;width: 58%;}
.index5 .left img{max-width: 95%;margin-left: 2%;}
.index5 .right{float: left;width: 32%;text-align: left;padding-top: 9%;}
.index5 .right .title{text-indent:25px;position: relative; margin-bottom: 20px; line-height: 46px;font-size: 36px;color: #f3981c;}
.index5 .right .title span{position: absolute;width: 8px; height: 36px; background-color: #f3981c;top: 8px;left: 0;}
.index5 .right .text{padding-top: 30px; line-height: 30px;font-size: 16px;color: #333;}
@media screen and (max-width: 1219px) {
  .index5 .left img{margin-left: 0%;}
  .index5 .right{padding-top: 7%;}
}
@media screen and (max-width: 1100px) {
  .index5 .right .title{font-size: 30px;}
}
@media screen and (max-width: 959px) {
  .index5 .left{width: 100%;}
  .index5 .right{width: 100%;padding: 40px 5% 0;}
  .index5 .right .title{line-height: 26px;font-size: 26px;}
  .index5 .right .title span{height: 26px;top: 2px;}
  .index5 .right .text{padding-top: 20px;}
}
.index6{background-color: #fff;padding: 100px 0 90px;text-align: center;}
.index6 .title{line-height: 40px;font-size: 36px;color: #333;}
.index6 .title2{margin: 35px 0 55px;line-height: 30px;font-size: 16px;color: #333;}
.index6 ul{max-width: 960px;margin: 0 auto;}
.index6 li{float: left;width: 180px;height: 225px;padding: 40px 15px 20px; margin-right: 8%;border: 1px solid #dcdcdc;}
.index6 li .item-title{margin-bottom: 55px; line-height: 24px;font-size: 16px;color: #333;}
.index6 li .item-img{text-align: center;}
.index6 li .item-img img{max-width: 100%;}
.index6 li .item-img img+img{display: none;}
.index6 li:hover{background-color: #165e9d;}
.index6 li:hover .item-title{color: #fff;}
.index6 li:hover .item-img img{display: none;}
.index6 li:hover .item-img img+img{display: inline;}
.index6 .btnss a{margin-top: 80px; display: inline-block;vertical-align: middle;line-height: 30px;font-size: 16px;border-radius: 50px; padding: 10px 50px;background-color: #feaf2d;color: #fff;}

@media screen and (max-width: 959px) {
  .index6{padding: 80px 0 60px;}
  .index6 .title{font-size: 30px;}
  .index6 .title2{font-size: 14px;}
  .index6 .btnss a{padding: 8px 40px;margin-top: 60px;}
  .index6 li{margin-right: 1%;}
}
@media screen and (max-width: 768px) {
  .index6 ul{max-width: 500px;}
  .index6 li{margin: 0 7% 30px !important;}
}
@media screen and (max-width: 510px) {
  .index6 ul{max-width: 100%;}
  .index6 li{float: none; margin: 0 auto 30px !important;}
}

.index7 img{width: 100%;}

.index8{background-color: #fff;padding: 80px 0 60px;text-align: center;}
.index8 .title{line-height: 40px;font-size: 36px;color: #333;}
.index8 .btnss a{margin-top: 60px; display: inline-block;vertical-align: middle;line-height: 30px;font-size: 16px;border-radius: 50px; padding: 10px 50px;background-color: #165e9d;color: #fff;}

.index8 .case {width: 100%; position: relative; float: right; height: 72px; padding-left: 20px; padding-right: 20px; overflow: hidden; }
.index8 .case .case-btn { position: absolute; top: 0px;display: block; width: 20px; height: 100%; background-repeat: no-repeat; background-position: center;}
.index8 .case .case-btn.prev { left: 0px; background-image: url("../images/left.png"); }
.index8 .case .case-btn.next { right: 0px; background-image: url("../images/right.png"); }
.index8 .case .case-btn.prev:hover{background-image: url("../images/left2.png");}
.index8 .case .case-btn.next:hover{background-image: url("../images/right2.png");}
.index8 .case .case-list { width: 520px;height: 72px; overflow: hidden; }
.index8 .case .case-list ul { width: 1000%; overflow: hidden; }
.index8 .case .case-list ul li {position: relative; cursor: pointer; margin-right: 10px;float: left;width: 71.6px;height: 71.6px;border: 1px solid #E8E8E8;display: table-cell; }
.index8 .case .case-list ul li img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.index8 .case .case-list ul li:hover{border-color: #005FB2;}
.index8 .case .case-list ul li.active{border-color: #005FB2;}
.index8 .case .case-item { padding-right: 0px; }
.index8 .case .case-item .item-pic { overflow: visible; display: block;}
.index8 .case .case-item .item-pic img { -webkit-transform: scale(1) !important; -moz-transform: scale(1) !important; -ms-transform: scale(1) !important; -o-transform: scale(1) !important; transform: scale(1) !important; }
@media screen and (max-width: 959px) {
  .index8 .title{font-size: 30px;}
  .index8 .btnss a{padding: 8px 40px;}
}

.index9{background-color: #fafafa;padding: 80px 0 60px;text-align: center;}
.index9 .title{margin-bottom: 60px; line-height: 40px;font-size: 36px;color: #333;}
.index9 ul{position: relative;padding: 30px 0 25px;}
.index9 ul li{float: left;width: 50%;padding: 0 4%;margin-bottom: 12px;overflow: hidden;}
.index9 ul li a{float: left;text-align: left; line-height: 26px;width: -moz-calc(100% - 80px);width: -webkit-calc(100% - 80px);width: calc(100% - 80px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index9 ul li a:hover{text-decoration: underline;color: #165e9d;}
.index9 ul li span{float: right;line-height: 26px;color: #999999;}
.index9 ul .line{position: absolute;width: 1px;height: 100%;border-left: 2px dashed #dcdcdc;top: 0;left: 50%;}
@media screen and (max-width: 959px) {
  .index9 .title{font-size: 30px;}
}
@media screen and (max-width: 768px) {
  .index9{padding: 60px 0 40px;}
  .index9 .title{margin-bottom: 40px;}
  .index9 ul li{width: 100%;}
  .index9 ul .line{display: none;}
}


/* 产品优势 */
.product1{background-color: #fafafa;padding: 80px 0 60px;text-align: center;}
.product1 .title{line-height: 40px;font-size: 36px;color: #333;}
.product1 .title2{margin: 25px 0 45px;line-height: 30px;font-size: 16px;color: #333;}
.product1 img{max-width: 100%;}
.product1 a{margin-top: 60px; display: inline-block;vertical-align: middle;line-height: 30px;font-size: 16px;border-radius: 50px; padding: 10px 50px;background-color: #165e9d;color: #fff;}
@media screen and (max-width: 959px) {
  .product1 .title{font-size: 30px;}
  .product1 .title2{font-size: 14px;}
  .product1 a{padding: 8px 40px;}
}
.product2{background-color: #fff;padding: 80px 0 60px;text-align: center;}
.product2 .title{margin-bottom: 60px; line-height: 40px;font-size: 36px;color: #333;}
.product2 img{max-width: 100%;}
.product2 a{margin-top: 60px; display: inline-block;vertical-align: middle;line-height: 30px;font-size: 16px;border-radius: 50px; padding: 10px 50px;background-color: #165e9d;color: #fff;}
@media screen and (max-width: 959px) {
  .product2 .title{font-size: 30px;}
  .product2 a{padding: 8px 40px;}
}
.product3{background-color: #fafafa;padding: 80px 0 60px;text-align: center;}
.product3 .title{margin-bottom: 60px; line-height: 40px;font-size: 36px;color: #333;}
.product3 li{float: left;width: 31.6333%;min-height: 440px;padding: 15px; margin-bottom: 25px; margin-right: 2.1%;background-color: #fff;}
.product3 li.c-nomr{margin-right: 0;}
.product3 li .item-img{margin-top: 30px;height: 212px;}
.product3 li .item-img img{max-width: 100%;}
.product3 li .item-title{margin-top: 30px;line-height: 30px;font-size: 20px;color: #333;font-weight: bold;}
.product3 li .item-text{margin-top: 10px;line-height: 24px;font-size: 14px;color: #333;}
.product3 li .item-line{margin-top: 5px;line-height: 24px;font-size: 16px;color: #c8c8c8;font-weight: bold;}
.product3 a{margin-top: 60px; display: inline-block;vertical-align: middle;line-height: 30px;font-size: 16px;border-radius: 50px; padding: 10px 50px;background-color: #feaf2d;color: #fff;}
@media screen and (max-width: 1419px) {
  .product3 li:nth-child(5) .item-text br{display: none;}
}
@media screen and (max-width: 1219px) {
  .product3 li:nth-child(8) .item-text br{display: none;}
}
@media screen and (max-width: 959px) {
  .product3 .title{font-size: 30px;}
  .product3 a{padding: 8px 40px;}
  .product3 li{width: 47%;margin: 0 1.5% 20px !important;}
  .product3 li .item-text{height: 72px;}
}
@media screen and (max-width: 768px) {
  .product3 li .item-title{font-size: 18px;}
  .product3 li .item-text{font-size: 14px;}
}


@media screen and (max-width: 660px) {
  .product3 li{float: none; width: 97%;max-width: 440px; margin: 0 auto 20px !important;}

}

/* 使用弹窗 */
.dialog-box{display: none;position: fixed;top: 0;left: 0; width: 100%;height: 100%;background-color: rgba(0,0,0,0.4);}
.dialog-box.open{display: block;}
.dialog-box form{position: absolute; width: 580px;left: 0;right: 0;margin: 0 auto;top: 50%;transform: translateY(-50%); background-color: #fff;border-radius: 5px;}
.dialog-box form .close{cursor: pointer; position: absolute;top: 0px;right: 3px;padding: 5px 10px;font-size: 24px;}
.dialog-box form .close:hover{font-weight: bold;}
.dialog-box form .title{padding: 40px 20px 30px; text-align: center; line-height: 40px;font-size: 22px;color: #000;}
.dialog-box form .item{padding: 0 75px;margin-bottom: 20px;}
.dialog-box form .item .text{line-height: 30px;font-size: 14px;color: #333;}
.dialog-box form .item .text span{color: #ff0000;}
.dialog-box form .item .input input{width: 100%;height: 40px;line-height: 30px; border: 1px solid #dcdcdc;border-radius: 2px;padding: 5px 12px;}
.dialog-box form .item.error .input input{border-color: #ff0000;}
.dialog-box form .item .error-info{width: 100%;display: none; line-height: 26px;font-size: 14px;color: #ff0000;}
.dialog-box form .item .code{overflow: hidden;}
.dialog-box form .item .code-img{float: right; width: 126px;height: 40px;overflow: hidden;border-radius: 2px;}
.dialog-box form .item .code-img img{width: 100%;height: 100%;}
.dialog-box form .item .code .input{float: left;width: -moz-calc(100% - 136px);width: -webkit-calc(100% - 136px);width: calc(100% - 136px);}
.dialog-box form .item .tip{line-height: 20px;font-size: 12px;color: #999;}
.dialog-box form .btnss{text-align: center;margin-top: 30px;}
.dialog-box form .btnss a{ display: inline-block;vertical-align: middle;line-height: 30px;font-size: 16px;border-radius: 50px; padding: 8px 50px;background-color: #165e9d;color: #fff;}
.dialog-box form .request-info{width: 100%; display: none; text-align: center;margin-top: 10px;}
.dialog-box form .request-info span{padding: 2px 0; line-height: 26px;font-size: 14px;color: #333;}
.dialog-box form .request-info.success span{padding-left: 26px;background-image: url("../images/ok.png");background-position: left center;background-repeat: no-repeat;}
.dialog-box form .bot{margin: 30px 55px 0;padding: 25px 0; text-align: center;border-top: 1px solid #dcdcdc;}
.dialog-box form .bot *{display: inline-block;vertical-align: middle;width: 33.333%;text-align: center;}
.dialog-box form .bot span{width: 27%;}
.dialog-box form .bot .qq{border-right: 1px solid #dcdcdc;}
.dialog-box form .bot .qq a{width: unset; color: #f3981c;padding-left: 30px; background-image: url("../images/qq.png");background-position: 12px center;background-repeat: no-repeat;}
.dialog-box form .bot .phone a{width: unset;color: #165e9d;padding-left: 30px; background-image: url("../images/phone.png");background-position: 12px center;background-repeat: no-repeat;}
@media screen and (max-width: 620px) {
  .dialog-box form{width: 95%;max-height: 95%;overflow-y: auto;}
  .dialog-box form .item{padding: 0 30px;}
  .dialog-box form .bot{margin: 30px 20px 0;}
}

/* b2c商城站 */
.b2c1{transition: all 0.8s; z-index: 99; position: relative;height: 489px; top: 0;left: 0;width: 100%;background-image: url("../images/b2c_banner.png");background-position: center;background-repeat: no-repeat;}
.b2c1 *{transition: all 0.8s;}
.b2c1 form{position: absolute;width: 700px;height: 46px;border-radius: 46px;overflow: hidden; margin: 0 auto;left: 0;top: 225px;right: 0;}
.b2c1 form input{float: left; height: 100%;line-height: 36px; padding: 5px 12px 5px 40px; width: -moz-calc(100% - 84px);width: -webkit-calc(100% - 84px);width: calc(100% - 84px); background-color: #fff;background-image: url("../images/search.png");background-position: 15px center;background-repeat: no-repeat;}
.b2c1 form button{float: left; width: 84px;height: 100%;line-height: 46px;color: #fff; text-align: center;background-color: #165e9d;}
.b2c1.fixed{position: fixed;height: 70px;}
.b2c1.fixed form{top: 12px;}
@media screen and (max-width: 959px) {
  .b2c1{height: 300px;}
  .b2c1 form{width: 60%; height: 40px;border-radius: 40px;top: 130px;}
  .b2c1 form input{line-height: 30px;}
  .b2c1 form button{line-height: 40px;}
  .b2c1.fixed form{top: 15px;}

}
@media screen and (max-width: 768px) {
  .b2c1 form{width: 80%;}
}

.b2c2{}
.b2c2 .style{padding: 30px 0 10px;border-bottom: 1px solid #dcdcdc;overflow: hidden;}
.b2c2 .style .text{float: left;width: 70px;line-height: 36px;}
.b2c2 .style ul{float: right;width: -moz-calc(100% - 70px);width: -webkit-calc(100% - 70px);width: calc(100% - 70px);}
.b2c2 .style ul *{display: inline-block;vertical-align: middle;}
.b2c2 .style ul li{margin: 0 20px 20px 0;}
.b2c2 .style ul li a{line-height: 34px;padding: 0 20px;border: 1px solid #dcdcdc;border-radius: 36px;}
.b2c2 .style ul li a:hover{color: #165e9d;border-color: #165e9d;}
.b2c2 .style ul li.active a{color: #165e9d;border-color: #165e9d;}


/**********  syp  *********/
.syp{padding-top: 48px;}
.syp .tipsmassage {width: 100%;height: 44px;text-align: center;line-height: 44px;}
.syp .tipsmassage.hide{display: none;}
.syp .sybt{position: relative;margin-bottom: 46px;}
.syp .more{position: absolute;right: 0; bottom: 0;text-decoration: underline;font-size:14px;font-size:1.4rem;color: #666666;}
.syp .sypbox{width: 446px;float: left;margin-left: 31px;margin-bottom: 32px;text-align: center;}
.syp .sypbox.no_margin{margin: 0;}
.syp .syppox{padding-bottom: 21px;background: url(../images/sypbg.jpg) no-repeat center bottom;}
.syp .sypbox>p{margin-top: 14px;}
.syp .sypcon{border: 9px solid #eceef1;border-radius: 10px;width: 345px;margin: 0 auto;position: relative;overflow: hidden;}
.syp .sypcon img{width: 100%;max-width: 345px;max-height: 230px;display: block;background-size: cover;background-position: center top;transition: ease-out 6s;-moz-transition: ease-out 6s;-o-transition: ease-out 6s;-webkit-transition: ease-out 6s;}
.syp .sypbox:hover img{background-position: center bottom;}
.syp .sypcover{position: absolute;left: 0px;top: -120%;width: 100%;height: 100%;background: url(../images/sypcover.png);}
.syp .sypcover a{display: block;position: absolute;width: 90px;height: 36px;line-height: 36px;text-align: center;border-radius: 36px;background: #fff;color: #000000;left: 50%;margin-left: -45px;top: 50%;margin-top: -41px;}
.syp .sypcover a+a{display: block;position: absolute;width: 90px;height: 36px;line-height: 36px;text-align: center;border-radius: 36px;background: #165e9d;color: #fff;left: 50%;margin-left: -45px;top: 50%;margin-top: 5px;}
.syp .sypbox:hover .sypcover{top: 0;}

@media screen and (max-width:1419px) {
  .syp .sypbox{margin-left: 20px;width: 383px;}
  .syp .syppox{background-size: 100%!important;padding-bottom: 15px;}
  .syp .sypcon{width: 82%;}
}
@media screen and (max-width:1219px) {
  .syp .sypbox{width: 303px;}
}
@media screen and (max-width:999px) {
  .syp .sypbox{width: 31.333%;margin: 0 1% !important;margin-bottom: 30px;}
  .syp .syppox{background-size: 100%!important;padding-bottom: 15px;}
  .syp .sypcon{width: 82%;}
}
@media screen and (max-width:600px) {
  .syp .sypbox{width: 48%;margin: 0 1% !important;margin-bottom: 30px;}
  .syp .syppox{background-size: 100%!important;padding-bottom: 15px;}
  .syp .sypcon{width: 82%;}
}
@media screen and (max-width:400px) {
  .syp .sybt{font-size:20px;font-size:2rem;}
  .syp .syp{padding-top: 30px;}
}
