@charset "utf-8";
@import"font-awesome-4.4.0/css/font-awesome.min.css";
html { font-size:100px;} 
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin:0;}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; outline: none; }
table, caption, tbody, tfoot, thead, tr, th, td, h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0px; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
body{background:#fff;font-size:14px; height: 100%; color: #333; margin:0 auto; overflow-x: hidden; }
body, button, input, select, textarea {font-family:"Microsoft YaHei","simsun","Arail",sans-serif;font-size:.4rem;outline:none;color:#333;font-weight: normal;}
ul,ol{padding:0;margin-bottom:0px;}
li{list-style:none;}
a,a:visited,a:active,a:hover,a:focus { 
	text-decoration:none; outline:none; 
	star: expression_r(this.onFocus=this.blur());  }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,form,fieldset,input,textarea,blockquote{padding:0;margin:0;}
body,p,ul,li,ol,dl,dd,dt,h1,h2,h3,h4,h5,h6,input,form{
padding:0;margin:0;list-style:none;}
body,html{background-color:#fff;font-family:"Microsoft Yahei", Arial, "Helvetica Neue", Helvetica, sans-serif;/*-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;*/ }
a{transition: 0.3s;-moz-transition: 0.3s;  /* Firefox 4 */
  -webkit-transition: 0.3s; /* Safari Chrome */
  -o-transition: 0.3s;  /* Opera */
  text-decoration:none;}
a:hover,a:focus{text-decoration:none;}
img{border:0;vertical-align: middle;}
.container-fluid{padding:0px;}
.container{padding:0px;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after{ content:" "; display:block; height:0; line-height:0; clear:both; visibility:hidden;}

.clearfix { *zoom: 1; }
.clear{position:relative; clear: both;}
.clear::after{clear:both;display:block;content:''}
a,a:hover{color:inherit;text-decoration:inherit;}
input,textarea{outline:none;}
.enb{ text-transform: uppercase; font-family: Arial; font-weight:normal; }
.dib,.db{ display: block; }
.w1200{max-width: 1200px; margin: 0 auto}
.w98{max-width: 980px; margin: 0 auto}
.w1300{max-width:1300px; margin: 0 auto}
.fl,.l,.left{ float: left; }
.fr,.r,.right{ float: right; }
.bgb{ background:#fff }
.pr{ position: relative; }
.m35{  height: 35px }
.p15{padding:15px 25px}

.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{clear:both; display:block; height:0; visibility:hidden; line-height:0; content:'\20';}

/*RESET the FORM*/
fieldset { border: 0!important;}
input, button, textarea, select { font-size:100%; outline:none; resize:none; font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
input, textarea{-webkit-appearance:none;} 
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0; }
input::-webkit-input-placeholder{ color: #bababa;}
input:-moz-placeholder{ color: #bababa;}   
input::-moz-placeholder{ color: #bababa;}
input:-ms-input-placeholder{ color: #bababa;} 
textarea::-webkit-input-placeholder{ color: #bababa;}
textarea:-moz-placeholder{ color: #bababa;}   
textarea::-moz-placeholder{ color: #bababa;}
textarea:-ms-input-placeholder{ color: #bababa;} 
@font-face
{
font-family: Montserrat;
src: url('../font/Montserrat.ttf'),
     url('../font/Montserrat.eot'),
     url('../font/Montserrat.woff'); 
}

/*RESET IMAGEs*/
img{_width:expression(this.width > 100% ? "100%" :this.width) !important}

/*RESET FONTS*/

.t2 { text-indent: 2em;}
em,i { font-style: normal;}
.overf {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.fc { text-align: center; }
.vt { vertical-align: top; }
.vm { vertical-align: middle; }
.dib{ display: block; }
.fa, [class*=' fa-'], [class^=fa-] {display: inline-block;font: normal normal normal 16px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.p80{ padding: 80px 0 }
.p60{ padding: 60px 0 }
.p40{ padding: 40px 0 }
.pt30{ padding-top: 30px }
.flex{flex-direction:row;flex-wrap: nowrap; justify-content:space-between; align-items: center; display: flex;}
/*LAYOUT*/


.container {width: 100%;max-width:1300px;}
.inner-wrap,.wrap,.inner{width:100%;max-width:1300px;margin: 0 auto;}
.pc-block { display: block;}
.mb-block { display: none;}
.transition {-webkit-transition: all ease .4s;-moz-transition: all ease .4s;-ms-transition: all ease .4s;
-o-transition: all ease .4s;transition: all ease .4s;}
.b-shadow{-o-box-shadow:0 0 30px rgba(0,0,0,.08); -ms-box-shadow:0 0 30px rgba(0,0,0,.08); -moz-box-shadow:0 0 30px rgba(0,0,0,.08); -webkit-box-shadow:0 0 30px rgba(0,0,0,.08); box-shadow:0 0 30px rgba(0,0,0,.08);}
.p80{ padding: 80px 0 }
.p30{padding: 30px 0}
.pb50{padding:  0 0 50px 0}
.f50{ font-size: 50px }
.f44{ font-size: 44px }
.f40{ font-size: 38px }
.f34{ font-size: 34px }
.f30{ font-size: 30px }
.f25{ font-size: 25px }
.f24{ font-size: 24px }
.f22{ font-size: 22px }
.f20{ font-size: 20px }
.f18{ font-size: 18px }
.f16{ font-size: 16px }
.f15{ font-size: 15px }
.f14{ font-size: 14px }
.f12{ font-size: 12px }

@media screen and (max-width: 1024px) {
.p80{ padding:30px 0 }
}

@media (max-width:1150px){
.p80{ padding: 40px 0 }
.p60{ padding: 30px 0 }
}

@media only screen and (max-width:1400px){
.inner-wrap,.wrap,.inner{width:98%;margin: 0 auto;}
}

@media (max-width:998px) {
.page-wrap{width:94%;margin: 0 auto;min-width:94%;font-size: 14px;}
.w1200,.w98{width:94%;margin: 0 auto;}
.w1300{width:94%;margin: 0 auto;}
.inner,.inner-wrap,.wrap{width:94%;margin: 0 auto;}
.inner2{width:94%;padding: 0 1%;}
.pc-block { display: none;}
.mb-block { display: block;}
.p80{ padding: 25px 0 }
.p60{ padding: 15px 0 }
.p40{ padding: 10px 0 }
.pb50{padding:  0 0 10px 0}
.pt30{ padding-top:10px }
.p80{ padding: 20px 0 }
.f50{ font-size: 24px }
.f44{ font-size: 20px }
.f40{ font-size: 18px }
.f34{ font-size: 18px }
.f30{ font-size: 18px }
.f25{ font-size: 16px }
.f24{ font-size: 15px }
.f22{ font-size: 15px }
.f20{ font-size: 14px }
.f18{ font-size: 14px }
.f16{ font-size: 14px }
.f15{ font-size: 14px }
.f14{ font-size: 13px }
img{ width: 100%}
}

/*头部*/
.header{z-index:99999999; position: relative; background: #fff; padding-bottom: 10px  }
.header .logo{ margin-top:3px }
.header .logo a{display:inline-block;vertical-align:middle}
.header .logo img{ width: 488px;  height: 57px }
.topwx { text-align: center; font-size: 12px;  }
.topwx img{ max-width: 80px; display: block; margin-bottom: 5px }
.toptel{  margin: 10px 10px 0 0; width:175px;font-size: 13px}
.toptel img{ display: block; width:20px;  height:20px; float: left; margin: 0 6px 0 0 }
.toptel b{ display: block; font-size: 20px; font-family: Montserrat; font-weight: normal; }
.header .one{ position: relative; }




/*nav*/
.nav{line-height: 50px; margin:15px 0 0 30px  }
.nav ul {margin:0px;padding:0px;list-style:none;border:0;}
.nav ul li {display: inline-block; font-size: 17px; position: relative;text-transform: uppercase; padding: 0 0 0 30px; font-weight: bold;}
.nav ul li:hover .twon {display:block;}
.nav ul li a {text-decoration:none; position: relative;}
.nav ul li a:hover,.nav ul li a.on{ color: #c51616 }

.nav ul li .twon{display:none;position:absolute;left:-10%; box-shadow: 0 0 10px rgba(0,0,0,.15);width:140%;background-color:#fff; text-align: left !important;animation-duration: .8s;animation-name: flipInY;}
.nav ul li .twon a {font-size: 14px;text-align: center; display: block; color: #333; font-weight: normal; line-height:2.2;text-transform:capitalize; }
.nav ul li .twon a:nth-child(1){ padding-top: 15px }
.nav ul li .twon a:last-child{ padding-bottom:15px}
.nav ul li .twon a:hover {color:#005bac;}
.nav ul li .twon a:hover {color:#005bac; }


.fixdnav{ width: 100%;  z-index: 99999 ; position: fixed; top: 0; left: 0;}
/*.fixdnav{ width: 100%; top: 0; margin: 0; left: 0; background: #005bac; color: #fff; float: none; z-index: 99999 ; position: fixed;}
.fixdnav ul{ text-align: center; }
.fixdnav ul li{ padding: 0 25px; font-weight: normal; }
.fixdnav ul li a:hover{ color: #fff }
.fixdnav ul li .twon{ width: 100%; left: 0 }*/

@media screen and (max-width:1380px){
   .header .logo{ margin:0px 0 0 0; width:36%} 
   .header .logo img{ width:100%; height:auto}
   .nav{ margin:5px 0 0 2%  }
   .nav ul li { padding: 0 0 0 20px; }
    
}

@media screen and (max-width:1280px){
   .header .logo{width:33%} 
   .nav ul li { padding: 0 0 0 15px; }

}

@media screen and (max-width:1024px){
    .header .logo{width:30%} 
    
}

.search{  padding:6px 0 0 0 }
.search-icon{ font-size: .22rem;z-index: 666; line-height: 30px; color: #fff;  display: block; background: #c51616 ; padding: 0 15px}
.search-icon .fa-search.active {display: none;}
.search-icon .fa-close {display: none;}
.search-icon .fa-close.active {display: inline-block;}

.header-search { display: none; position: absolute; top: 1.58rem; background: rgba(0,0,0,0.75); height: 2.3rem; padding:.25rem .2rem; z-index: 888; font-size: .376666rem; left: 0}
.header-search .search-form input{ width: 75%; background: #fff; border:1px #ddd solid; height: .9rem; line-height: .9rem; float: left; border-radius: .05rem;font-size:0.37333rem; padding-left: .1rem }
.header-search .search-form input.btn{ width: 23%; border:1px #e33f3f solid; background: #e33f3f; text-align: center; color: #fff }
.search-keywords{ text-align: center; color: #e33f3f;margin-top: .2rem; font-size: .35rem}
.search-keywords a{ padding: .15rem; color: #fff;font-size: .35rem}


/*搜索*/
/*@media (max-width:992px) {
.search-icon{ font-size: .55rem; position: absolute; right: 1.66rem; top: .38rem; color: #636f83;z-index: 666 }
.search-icon .fa-search.active {display: none;}
.search-icon .fa-close {display: none;}
.search-icon .fa-close.active {display: inline-block;}
.header-search { display: none; position: fixed; top: 1.68rem; background: rgba(0,0,0,0.75); height: 2.6rem; padding:.45rem .3rem; z-index: 888; font-size: .376666rem; left: 0}
.header-search .search-form input{ width: 70%; background: #fff; border:1px #ddd solid; height: .9rem; line-height: .9rem; float: left; border-radius: .05rem;font-size:0.37333rem; padding-left: .1rem }
.header-search .search-form input.btn{ width: 27%; border:1px #e33f3f solid; background: #e33f3f; text-align: center; color: #fff }
.search-keywords{ text-align: center; color: #e33f3f;margin-top: .2rem; font-size: .38rem}
.search-keywords a{ padding: .15rem; color: #fff; font-size: .38rem}

}
*/


/*手机导航*/
.menu_btn {height: 40px;font-size: 0;-webkit-text-size-adjust: none;width: 115px;user-select:auto;-webkit-user-select: auto;-moz-user-select: auto;-ms-user-select: auto;z-index: 999999;}
.menu_btn p {position: absolute;width: 74%;line-height: 40px;font-size: 13px;background-color: #1d99c1;-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;color: #222;text-transform: uppercase;padding-left: 10px;letter-spacing: 1px;right: 0;top: 0;white-space: nowrap;overflow: hidden;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-transition: width .25s ease-in-out;-o-transition: width .25s ease-in-out;-moz-transition: width .25s ease-in-out;transition: width .25s ease-in-out}
.menu_btn.active p {width: 100%}
.menu_btn p+p {opacity: 0}
.menu_btn.active .menu_btn p+p {opacity: 1}
.menu_btn .btn {width: 47px;height: 47px;position: relative;cursor: pointer;-webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);-o-transition: all .3s cubic-bezier(.445, .05, .55, .95);-moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);transition: all .3s cubic-bezier(.445, .05, .55, .95);z-index: 20;top: -4px;margin-left: auto;margin-right: 0;border-radius: 50%;user-select:auto;-webkit-user-select: auto;-moz-user-select: auto;-ms-user-select: auto;}

@keyframes navBgRotate {0% {transform: translate(-50%, -50%) rotate(0);}
	100% {transform: translate(-50%, -50%) rotate(360deg);}
}
.menu_btn .btn span {display: block;height: 3px;width: 20px;background-color: #222;position: absolute;top: 50%;right: 13.5px;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);-o-transition: all .3s cubic-bezier(.445, .05, .55, .95);-moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);transition: all .3s cubic-bezier(.445, .05, .55, .95)}
.baby .menu_btn .btn span {background-color: #9a8ec3;}
.menu_btn .btn span:nth-child(1) {width: 20px;top: 15px}
.menu_btn .btn span:nth-child(2) {margin-top: -1.5px;}
.menu_btn .btn span:nth-child(3) {top: 29px}
.menu_btn.active .btn span:nth-child(1) {-webkit-transform: rotate(-45deg) translate3d(0, 0, 0);-moz-transform: rotate(-45deg) translate3d(0, 0, 0);transform: rotate(-45deg) translate3d(0, 0, 0);top: 50%;margin-top: -1.5px;}
.menu_btn.active .btn span:nth-child(2) {-webkit-transform: rotate(45deg) translate3d(0, 0, 0);-moz-transform: rotate(45deg) translate3d(0, 0, 0);transform: rotate(45deg) translate3d(0, 0, 0)}
.menu_btn.active .btn span:nth-child(3) {-webkit-transform: scaleX(0) translate3d(0, 0, 0);-moz-transform: scaleX(0) translate3d(0, 0, 0);	transform: scaleX(0) translate3d(0, 0, 0)}



@media screen and (max-width:998px){
.header{ position: fixed; z-index: 999; width: 100%; height: 65px;}
.header .search-box{display: none}
.menu_btn{  position: fixed; right: 3%; top:2.5%}
.header .logo{ margin:15px 0 0 0; width:80%}
.header .logo img{ width: 100%; height:auto}


.nav{position:fixed;left:0;top:65px;height:0;width:100%;bottom:0;background:rgba(0,0,0,.95);z-index:9999999999;overflow:hidden;transition:300ms ease-out;-webkit-transition:300ms ease-out;-ms-transition:300ms ease-out;-moz-transition:300ms ease-out;-o-transition:300ms ease-out; margin: 0; float: none; }
.nav ul{padding:0px 15px;height:100%;border-top:1px solid #eee;display:block; }
.nav ul li{width:100%;margin:0;transition:500ms ease-out;opacity:0;height:auto;transform:scale(1.2);padding:4px 8px;border-bottom: 1px solid rgba(255,255,255,.1); display: block;}
.nav ul li a{ color: #fff; font-weight:normal}
.nav.open{height:100vh;}
.nav.open ul li{transform:scale(1.0);opacity:1;}
.nav ul li .twon{position:static;width:100%;background:none;margin-left:0; color: #fff}
.nav ul li>a:after{  height:0px; }
.nav ul li{padding: 0 4px;}


.nav ul li:hover .twon{ display:none; }
.nav ul li .twon{ display: none; position: relative; top:0; left:0%; margin-left: 0; width:100%; background: rgba(255,255,255,0);  text-align: left; border-radius: 0 0 0px 0px;z-index: 666; padding:1% 1% 2%;animation-duration:0;animation-name:none; box-shadow:0 0 0 #fff}
.nav ul li .twon a{ display: block;  font-weight: normal; color:rgba(255,255,255,.8);font-size: 14px; line-height:2.2;  text-align:left; float:left; margin-right:5%}
.nav ul li .twon a:last-child{border-bottom:0px #ddd solid;}
.nav ul li .fa{float:right; padding:15px 8px; color: #fff}
.nav ul li .fa-angle-down2{transform:rotate(180deg); }
.nav ul li .twon a:nth-child(1){ padding-top:0px }
.nav ul li .twon a:last-child{ padding-bottom:0px}

}



/*footer*/

.footer {height:auto;margin: 0 auto;background: #0b0e18 url(../image/fot.jpg) no-repeat top center;color: #cacaca;}
.fimg{ display:block; width: 100% }
.footer-cont {margin: 0 auto;}
.footer-cont ul {padding: 45px 0;height: auto; overflow: hidden;}
.footer-cont ul li{  float: left;  padding: 0 0 0 40px}
.footer-cont ul li:nth-child(1){ width: 18%;margin-right:3%; text-align: center;}
.footer-cont ul .logob img{ max-width:190px; display: block; margin: 0 0 10px; width: 100% }
.footer-cont ul .logob b{ color: #fff }
.footer-cont ul li:nth-child(2){ width: 28%; border-left:1px rgba(255,255,255,.15) solid;border-right:1px rgba(255,255,255,.15) solid}
.footer-cont ul li:nth-child(3){ width: 30% }
.footer-cont ul li:nth-child(4),.footer-cont ul li:nth-child(5){ width:10% ;text-align: center;}
.footer-cont ul li:nth-child(4) img,.footer-cont ul li:nth-child(5) img{ display: block;  width: 100%; margin: 10px auto}
.footer-cont ul li:nth-child(5){ margin-right: 0; }
.footer-cont ul li a:hover {color: #246ACE;}
.footer-cont ul li h2 {color: #FFFFFF;font-size: 18px;font-weight: normal;margin-bottom:30px; width: 100%; display: block; }
.footer-cont ul li a,.footer-cont ul li span {color: #cacaca;display: block;font-size: 14px;margin-bottom: 15px; display: block; }
.footer-cont ul li a{width: 50%;float: left;color:#cacaca}
.footer-cont ul li a:hover{color:#fff}
.footer-cont ul li span{ width: 100% }
.footer-cont ul li span b{ color:#ef3838; font-size: 18px; font-family: Montserrat; font-weight: normal; }
.line-footer {width: 1px;height: 200px;background: rgba(204, 204, 204,0.15); }
.footer-cont ul li a.footer-chat {width: 140px;height: 40px;line-height: 40px;color: #FFFFFF;background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));border-radius: 3px;text-align: center;}
.footer-cont ul li a:hover .footer-chat {color: #FFFFFF;}
.bei-an {height: 60px;margin: 0 auto;background-color: #0b0e18;}
.bei-an-cont {margin: 0 auto; text-align: center;}
.bei-an-cont .copy {line-height: 60px;}
.bei-an-cont .copy p {color:rgba(255,255,255,0.3);}
.bei-an-cont .copy p a {color:rgba(255,255,255,0.4);margin-left: 10px;}

.footerlink{ border-top:1px #333 solid; color: rgba(255,255,255,0.3);  padding:15px 0 ; background: #0b0e18; text-align: center; }
.footerlink a{ color: rgba(255,255,255,0.3); padding:0 10px; }

@media screen and (max-width:1440px){
    
  .footer-cont ul li{ padding: 0 0 0 20px}  
  .footer-cont ul li:nth-child(3) {width: 25%;}
}



/*@media (max-width:992px) {
.bei-an {height: auto; padding:10px 0 50px 0; text-align: center; line-height: 1.5}
.bei-an-cont .copy {line-height: 1.5;}
}*/
/*分页*/
.paging { text-align: center; padding: 20px 0px; }
.paging a:link, .paging a:visited { color: #666666; }
.paging span.current, .paging a:hover { color: #fff; background-color: #333; border-color: #222; }
.paging a, .paging span { padding: 7px 13px; border: 1px solid #d1d1d1; margin: 0px 2px; }
.lction{ height: 40px; line-height: 40px;  background-color: #f5f5f5; color: #333 }
/*漂浮*/
/*.bottompf{ display: none; position: fixed; bottom: 0; width: 100%;z-index: 888 }
.bottompf>a{float: left;width:50%;padding: 10px 3%;font-size: 15px;color:#fff;background: #f23300;}
.bottompf>a>i{display: inline-block;width:30px;height: 30px;background: url("../image/tel.png") no-repeat;background-size: cover;vertical-align: middle;margin-right: .1px;}
.bottompf>a.right{background: #dd9200;}
.bottompf>a.right>i{width: 30px;height: 30px;background: url("../image/online.png") no-repeat;background-size: cover;}*/

/*电脑漂浮*/
.fudong{ position: fixed; right: 5px;top:60%;z-index: 9999;margin-top: -180px; }
.fudong a{ display: block; width: 70px; height: 72px; padding-top: 47px; text-align: center; color: #fff; border-radius: 5px; margin-bottom: 1px;  background: #0a5bbc url(../image/fudong.png) no-repeat 0 0; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; }
.fd-tel{ position: relative;  }
.fd-fangan a{ background-position:-5px -73px; }
.fd-baojia a{ background-position:-5px -146px; }
.fd-tel a{ background-position:-5px -219px; }
.fd-huayan a{ background-position:-5px -292px; }
.fudong a:hover{ background-color: #b93749; }
.fd-tel-box{ position: absolute; top: 0; right: 72px; height: 72px; width: 0px; text-align: center; color: #fff;  font-size: 20px; font-weight: 700; background: #b93749; z-index: 99;overflow:hidden; transition:all .3s;  }
.fd-tel-box span{display:block; font-weight:normal; text-indent:-25px; width: 100%; text-align: center; color: #fff; font-size: 17px; }

.fudong  .fd-tel:hover .fd-tel-box{ padding-top:10px; width: 200px; }
.fudong .fd-fangan{position: relative;}
.fd-wx-box{ position: absolute; top: 0; right:72px; height: 130px; width:0px;  transition:all .3s; overflow:hidden; text-align:center; background:#f3f3f3;  line-height:2; color:#333; }
.fd-wx-box img{ width:100%;border:1px #ddd solid}
.fd-fangan:hover .fd-wx-box{width:100px; }




.footerm{padding:.15rem 0rem;font-size:.28rem;color:#707070;line-height:.8rem;text-align:center; clear: both; width: 100%}
.folatdiv{position:fixed;left:0;bottom:0rem;background:#fff;z-index:999; width: 100%}
.folatdiv li{float:left}
.folatdiv li:nth-child(1){text-align:center;width:48%; border-top: 1px #ddd solid}
.folatdiv li:nth-child(1) a{clear:both;display:inline-block;line-height:1.5rem;background:url(../image/m-footericon01.png) no-repeat left center;background-size:.4rem;color:#bb1c19;padding-left:.5rem; font-size: .38rem}
.folatdiv li:nth-child(2){background:#bb1c19;background:-webkit-linear-gradient(left, #bb1c19,#ee4545);background:-o-linear-gradient(left, #bb1c19,#ee4545);background:linear-gradient(to right, #bb1c19,#ee4545);text-align:left;width:51%}
.folatdiv li:nth-child(2) a{clear:both;display:inline-block;position:relative;font-size:.32rem;color:#ffed73; line-height: 1.7;padding:.1rem 0 0 .91333rem;}
.folatdiv li:nth-child(2) a b{color:#fff;letter-spacing:.06rem; font-size: .38rem; display: block;}
.folatdiv li:nth-child(2) a:before{content:'';position:absolute;width:1.4rem;height:1.4rem;background:url(../image/m-footericon02.gif) no-repeat center center #fff;background-size:.9rem;border-radius:50%;border:.21333rem solid #bb1c19;top:-.10667rem;left:-.57333rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}


/*底部浮动*/

.footer-nav {width:100%;padding:.15rem 0;overflow: hidden;background-color: #f5f5f5;box-shadow: 0 -1px .15rem rgba(0, 0, 0, 0.1);position: fixed;bottom: 0;z-index: 99999;}
.footer-nav a {display: block;width: 20%;line-height:1.6;float: left;text-align: center;white-space: nowrap; color: #333;font-size:.4rem;}
.footer-nav a:before {display: block;color: #4283ec;}
.footer-nav a.fa:before{font-size:.4rem;color: #666;}
.footer-nav a.fa-phone:before{color: #FFFFFF; font-size: .6rem}
.footer-nav .col-b {background: #e6212a;height:.95rem;text-align: center;line-height:.95rem; border-radius:.3rem}

.pfm{position: fixed;bottom:30%;z-index: 99999; right:.15rem}
.pfm .pfi{ width:1.2rem;  height:1.2rem;  text-align: center; border-radius: 50%; display: block; line-height:1.2rem; color: #fff; margin-top:.06rem  }
.pfm .pfi:before {display: block;font-size: .65rem}
.pfm .wx{background: #1ad900;}
.pfm .ltop{background: #333;}


.tan{position:fixed;left:10%;/*transform: translateX(-65%);*/top:30%;display:none;z-index: 200;width:80%;}
.kuang{border-radius: .2rem;box-shadow: 0 0 .2rem #ddd;background-color:#fff;width:100%;margin: 0 auto;text-align:center;padding:.5rem .2rem; height:auto; overflow: hidden;  position: relative; text-align: center; color: #555}
.txtcss{color:#b20000;font-weight:800;font-size:.38rem;}
.wxhm{ line-height: 1.5 ; font-size: .4rem}
.guanbi{width:1rem;height:.8rem;color:#333; font-size: .4rem;  top:0; right: .2rem;  position: absolute; }
.tan .copy{font-size:.38rem;background-color: #b20000;padding:.15rem .1rem;margin:.2rem auto;color: #fff !important;border-radius:.1rem; width:70%}
.tan .copy a{color: #fff !important; }
@media (max-width:992px) {
.bei-an-cont .copy{  background: #21252e; line-height: 1.4; text-align: center; padding:15px 5px 90px}
.bei-an-cont .copy p,.bei-an-cont .copy p a{font-size: 10px;  color: rgba(255,255,255,.5); padding-left: 0}
}



/*获取方案 css*/
.ind-msg{  position: relative;  background: #2d5cb6; padding: 30px 0}
.msg-tit{ color: #fff; position: relative; font-weight: normal; }


.msg-box{ position: relative; z-index: 22; text-align: center;  padding: 20px 0; width: 100%}
.msg-box .same{ display: inline-block;  margin:0 1% 0 0; width:28%  }
.msg-box .submit{ width: 10%; margin: 0 0 }
.msg-box .same input{  height: 50px;  line-height: 50px; border-radius:3px;padding: 0 15px; width:100%; background: #fff; border: 0;  color: #888}
.msg-box .same .btn{ height: 52px;  line-height: 52px; border-radius:5px; text-align: center; color: #fff;cursor:pointer; border:0; background: #e43737; width: 100%}

/*@media (max-width:992px) {
	.ind-msg{ display: none; }
}*/