﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, caption, 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; }
body{margin:0px; padding:0px; font: 14px/1.8 Arial,"Microsoft JhengHei","微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;color:#666; overflow-x:hidden;}
.trans {-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;
  -ms-transition: all .4s ease;transition: all .4s ease;}
*, *:before, *:after {
  box-sizing: border-box;
}
@font-face{font-family: "Intro Cond Black Free"; src: url("fonts/Intro Cond Black Free.woff2") format("woff2"), url("fonts/Intro Cond Black Free.woff") format("woff"), url("fonts/Intro Cond Black Free.ttf") format("truetype"), url("fonts/Intro Cond Black Free.eot") format("embedded-opentype"), url("fonts/Intro Cond Black Free.svg") format("svg"), url("fonts/Intro Cond Black Free.otf") format("opentype"); font-weight: normal; font-style: normal;}
a{color:#666; text-decoration:none; }
a:active{star:expression(this.onFocus=this.blur());} 
img{border:0px; vertical-align:middle;}
a:link {text-decoration: none; outline:none;}
a:visited{text-decoration: none; outline:none;}
a:hover{text-decoration:none; color:#0075cf; outline:none;}
ul, p, dl, dt, dd{padding:0px; margin:0px;}
li{list-style-position:outside; list-style-type:none;}
h1, h2, h3, h4, h5{font-size:14px; padding:0px; margin:0px;}
h1{font-size:16px;}
h5{font-size:12px;}
.display_n{ display:none;}
.display_b{ display:block;}
.fl{float:left;}
.fr{float:right;}
.f-cb {
  zoom: 1; }

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "."; }

.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.h10{height:10px; overflow:hidden; clear:both;}
.h30{height:30px; overflow:hidden; clear:both;}
.h60{height:60px; overflow:hidden; clear:both;}
.h70{height:70px; overflow:hidden; clear:both;}
.h100{height:100px; overflow:hidden; clear:both;}
input, textarea{background:transparent; padding:0px; font-size:12px; font-family:Arial, "微软雅黑"; color:#888; outline:none; border:0px;}
em{font-style:normal;}
.btn1{cursor:pointer;}
.red{color:#cb1f18;}
.wal { width: 100%; margin: 0 auto; }
.wal2{ width:1200px; margin:0px auto; position: relative;}
.wal3{ max-width: 1450px; margin: 0 auto; }
.wal4{ width: 1400px; margin: 0 auto; }
.wal5{ width: 90%; margin: 0 auto; }
.wal6{ width: 1280px; margin: 0 auto; }
.row{ margin:0 -1%;}
.row2{ margin:0 -1.5%;}
.img_qz{ width:100%; height:auto;overflow: hidden;}
.img_qz img{transition: 300ms; width:100%; }
a:hover .img_qz img{transform: scale(1.1);}
@font-face {font-family:medium; src:url(../font/DINCOND-MEDIUM.otf);}
@font-face {font-family:bold; src:url(../font/DINCOND-BOLD.otf);}
@font-face {font-family:pingfang; src:url(../font/PingFangSC-Regular.woff2);}
.wal1160 {
    width: 1160px;
    margin: 0 auto;
}
.por_r{position: relative;}
.w280{ width:2.8rem;}
.w378{ width:3.78rem;}
.w870{ width:8.7rem;}

.fangda{ overflow: hidden;}
.fangda img{ transition:2s;-moz-transition:2s;-webkit-transition:2s;-o-transition:2s;}
.fangda:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.line1_hidden{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.line2_hidden{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.line3_hidden{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}

.ico_h {display: inline-block; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } 
.ico_h:before {pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity; } 
.ico_h:hover, .ico_h:focus, .ico_h:active {-webkit-transform: translateY(-6px); transform: translateY(-6px); -webkit-animation-name: hover; animation-name: hover; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } 
.ico_h:hover:before, .ico_h:focus:before, .ico_h:active:before {opacity: .4; -webkit-transform: translateY(6px); transform: translateY(6px); -webkit-animation-name: hover-shadow; animation-name: hover-shadow; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }

.Phone-Box{ display: none; }

/*头部导航*/
.header{height: 91px; width: 100%; position: fixed; top: 0px; z-index: 25; left: 0px; transition: all .3s ease-out 0s; background: #fff;/*box-shadow: -1px 0 6px rgba(0, 0, 0, 0.3); */} 
.header .wal{ height: 91px; position: relative; }
.header.mini{background:#fff; } 
.header .logo{ position: absolute; left: 1%; top: 14px; display: block; width: 227px; height: 57px; overflow: hidden;}
.header .logo img{ width: 227px; }
.header .logo .img2{ display: none; }
.header .topRight{ position: absolute; right: 0px; top: 0; }
.header .topRight .t_tel{ width:181px; height: 91px; background: #366cb3; float: right;}
.header .topRight .t_tel h2{font-size: 20px;color:#fff; padding-left: 20px; line-height: 28px; font-weight: normal; padding-top: 15px;}
.header .topRight .t_tel h2 span{ font-size: 14px; color:#fff;}  
.header .topRight .t_wx{ width:38px; height: 38px; margin-top: 27px;margin-right: 26px; float: left;}
.header .lang{ float: right; margin-left: 5px;}
.header .lang a{ padding:0px 20px;}
.header .lang a.on { text-decoration: underline; }
.nav{ text-align:center }
.nav ul{display:inline-block;}
.nav li{ float: left;font-size: 16px;}
.navbar ul {
    display:inline;
    zoom:1;
}
.nav li a{ display: block;  padding:0 30px;  text-align: center; height: 91px; line-height: 91px; color: #232323; position: relative;}
.nav li a:before{ content: ''; width: 80%;top: 0px; left:10%; height: 3px; background: #0075cf; display: none; position: absolute; }
.nav li .aNow1:before{ display: block; }
.nav.mini a{ color: #000; }

.topSearch{ position: relative; height: 36px; width: 36px; } 
.topSearch img{ position: absolute; right: 10px; top: 10px; }
.topSearch .img2{ display: none; }
.topSearch.mini .img1{ display: none; }
.topSearch.mini .img2{ display: inline-block; }
.topSearch input{ position: absolute; right: 0; display:none; padding: 0 0.15rem; height: 0.36rem; line-height: 0.36rem; background: #f5f5f5; border-radius: 0.24rem; -moz-border-radius: 0.24rem; box-shadow: 0px 0px 14px #ddd; width: 1.5rem; font-size: 10.15rem;} 

.header .lan{ height: 36px; line-height: 36px; padding-right: 10px;padding-top:10px; }
.header .lan img{ cursor: pointer;} 
.header .lan .img1{ display: none; }
.header.mini .lan img{ display: none; }
.header.mini .lan .img1{ display: inline-block; }

.headDiv{ height:65px; position: relative; z-index:15; background: #fff; width:100%;box-shadow: -1px 0 6px rgba(0, 0, 0, 0.3);}
.headDiv .logo{ position: absolute; left: 5px; top: 10px; }
.headDiv .logo img{ width:auto; height: 45px; }
.headDiv .topRight{ position: absolute; right: 0; }
.headDiv .topRight .t_tel{ width:181px; height: 91px; background: #366cb3;}
.headDiv .topRight .t_tel h2{font-size: 20px;color:#fff; padding-left: 20px; line-height: 28px;}
.headDiv .topRight .t_tel h2 span{ font-size: 14px; color:#fff;} 
.headDiv .topRight li{ float: left; width: 0.54rem; height: 1.0rem; }
.headDiv .topRight li a{ display: block; height: 1.0rem; line-height: 1.0rem; }
.headDiv .topRight li img{ width: 0.25rem; }

.header .lan .list{ position: absolute; top: 38px; right: 5px; display: none; width: 100px; background: #f5f5f5;  }
.header .lan .list li{ line-height:36px;  }
.header .lan .list li a{ display: block; color: #232323; text-align: center; }
.header .lan .list li a:hover{ font-weight: bold; color: #fff; background: #155fa0; }


.header .topSearch .list{ position: absolute; top: 74px; right: 0px; display: none; width: 158px; background: #f5f5f5; padding: 5px; }
.header .topSearch .list .wx{width:145px; height: 145px;}
.header .topSearch .list p{height:35px; line-height: 35px; color: #232323; text-align: center; margin-top: 5px;}

.navIco{ display: block; position: absolute; right: 0.2rem; top: 0; height: 1.0rem; text-align: center; width: 0.64rem; line-height: 1.0rem;}
.navIco img{ width: 0.35rem; }

.sNav{ display: none; position: absolute; z-index: 18; width:  100%; background: #f5f5f5; padding-top: 60px; height:400px; left:0px; top: 91px;transition:430ms;} 
.sNav .leftImg{ padding-left: 100px; width: 320px; overflow: hidden;}
.sNav .leftImg img{ width: 320px; }
.sNav .midDiv{ padding-left: 70px; width: 300px; height: 210px; }
.sNav .msg{ font-size: 24px; color: #000; padding-top: 42px; line-height: 28px; }
.sNav .wen{ font-size: 18px; color: #dbdada; padding: 15px 0 25px; }
.sNav .btnDiv a{ position: relative; display: block; width: 162px; height: 44px; background: #0075cf; color: #fff; line-height: 44px; text-indent:24px; font-weight: bold; font-size: 12px; }
.sNav .btnDiv a:after{ content: ''; width: 40px; height: 9px; background: url(../images/nimg40_1.png) center no-repeat; background-size: 0.4rem; right: 0.28rem; top: 0.15rem; position: absolute;  }
.sNav .list{ width: 150px; padding-top: 30px;}
.sNav .list li{ height: 35px; line-height: 35px; font-size: 14px; margin-bottom:10px;}
.sNav .list li a{ padding-left: 16px; display: block; position: relative; color: #4f4f4f;}
.sNav .list li a:before{ content: ''; position: absolute; left: 0px; top: 50%; margin-top: -2px; width: 4px; height: 4px; background: #dbdbdb; }
.sNav .list li a:hover{ font-weight: bold;}
.sNav .list li a:hover:before{ background: #0075cf;}

/*导航菜单触发*/
.navLayer{overflow-x: auto; height:100%; width:100%; overflow:hidden; position:fixed; z-index:22; right:-100%; top:0px;}
.navLayer .bg{overflow-x: auto;position:relative; background:#fff; height:100%; width:100%;}
.navLayer .toptop{ padding: 0 0.2rem; height: 1.0rem; position: relative;}
.navLayer .logo{ position: absolute; left: 0.2rem; top: 0.27rem; }
.navLayer .logo img{ width: 2.08rem; }
.navLayer .closeBtn{ width:0.64rem; height:1.0rem; position:absolute; top:0px; right:0.2px; text-align: center; line-height: 1.0rem;}
.navLayer .closeBtn img{ width: 0.27rem; }
.sideNav{ padding: 0.15rem 0.2rem 0.5rem; }
.subNav{ cursor:pointer; display:block; height:1rem; line-height:1rem; position:relative; font-size:0.34rem; border-bottom: #eee solid 1px;}
.subNav1{ background:url(../images/nimg53_2.png) right center no-repeat; background-size: 0.53rem; color: #2c2c2c;}
.subNav:before{ content: ""; display: block; width: 1.4rem; height: 1px; background: #0075cf; position: absolute; left: 0px; bottom: -1px; }
.subNav .name{ position:relative;}
.subNav a{ color:#706f6d; display: block;}
.currentDt{background:url(../images/nimg53_2on.png) right center no-repeat; background-size: 0.53rem;}
.navContent{display: none;}
.navContent a{display:block;  height:1.0rem; line-height:1.0rem; color:#666; font-size:0.28rem; border-bottom:#eee solid 1px; }

.searchLayerTel{ display:none; z-index:22; top:1.0rem; left:0px; width:100%; position:fixed;}
.searchLayerTel .box{ padding:0.3rem 0.36rem;}
.searchLayerTel .box .form{ padding-right: 1.3rem; position:relative; }
.searchLayerTel .form .input1{ width:100%; background:#fff; border-top-left-radius: 8px; -moz-border-top-left-radius:8px; border-bottom-left-radius: 8px; -moz-border-bottom-left-radius:8px; height:0.8rem; line-height:0.8rem; text-indent:0.2rem; font-size:0.24rem;}
.searchLayerTel .form .btn1{ border-top-right-radius: 8px; -moz-border-top-right-radius:8px; border-bottom-right-radius: 8px; -moz-border-bottom-right-radius:8px; position:absolute; right:0px; top:0px; background:#0075cf; text-align: center; width:1.3rem; height:0.8rem; cursor:pointer; color: #fff; font-size: 0.28rem;}

.pageBg{ position:fixed; z-index:11; width:100%; height:100%; display:none; background:rgba(0,0,0,0.8); left:0px; top:0px;}


.pagecontent .pagebox{ padding-top:100px; padding-bottom:150px;}




.pageBanner{ position:relative;}
.pageBanner .imgDiv img{ width:100%;}
.pageBanner .botDiv{ position: absolute; left: 50%; margin-left: -40%; bottom: 0px; width: 80%; height: 70px; background: #fff;}
.pageBanner .botDiv:after{ content: ''; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 3px; background: #efefef; }
.pageNav{ height: 70px; padding-left: 3.5%;}
.pageNav li{ float: left; margin-right: 60px; font-size: 15px;}
.pageNavlip{ padding-left:1.5%;}
.pageNavlip li{border-right: 1px solid #efefef; width:9%; text-align: center; margin-right: 0;font-size: 14px;}

.pageNavlip li:last-child{ border-right: 0px solid #efefef;}
.pageNav li a{ display: block; height: 70px;line-height: 70px; color: #525252; position: relative;}
.pageNavlip li a{ padding:0px 10px 0 10px; line-height: 18px;display: flex;flex-direction: column;justify-content: center;align-items: center; }
.pageNav li em{ position: absolute; left: 0px; bottom: 0px; width: 100%; height: 3px; background: #0075cf; display: none; z-index: 2; }
.pageNav li .aNow em, .pageNav li a:hover em{ display: block; }
.pageBanner .rightDiv{ position: absolute; right: 0px; top: 0px; width: 25%; height: 70px; background: #f3f5fa; font-size: 12px; }
.pageBanner .rightDiv:after{ content: ''; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 3px; background: #dee8ee; z-index: 2;}
.pageBanner .layer{ position: absolute; left: 0px; top: 30%; width: 100%; z-index: 2; text-align: center;}
.pageBanner .layer .name{ margin: 0 auto; width: 2.1rem; height: 1.28rem; background: url(../images/nimg210Bg.png) center no-repeat; background-size: 2.1rem; font-size: 0.36rem; color: #fff; line-height: 1.28rem;}
.pageBanner .layer .nameImg{ font-size: 0.18rem; color: #fff;line-height: 0.7rem; font-family:Times New Roman, serif }
/*.pageBanner .layer .nameImg{ height: 0.76rem; padding-top: 0.32rem; position: relative; }
.pageBanner .layer .nameImg img{ height: 0.47rem; }
.pageBanner .layer .nameImg:after{ content: ''; position: absolute; bottom: 0; left: 50%; margin-left: -0.23rem; width: 0.46rem; height: 0.04rem; background: #0075cf;}*/
.pageBanner .rightDiv_p{ position: absolute; right: 0px; top: 0px; width:300px; height: 70px; background: #f3f5fa; font-size: 12px; }

.pageNow{ padding-left: 34px; line-height: 70px; }
.pageNow a{ color: #666; background: url(../images/nimg5_1.png) left center no-repeat; background-size: 5px; padding: 0 12px 0 19px;}
.pageNow a:hover{ color: #0075cf; }
.pageNow em{ background: url(../images/nimg5_1.png) left center no-repeat; background-size: 5px; padding-left: 13px; color: #666;}
.pageNow img{ padding-right: 12px; position: relative; top: -2px;}

.pageBannerTel{ display:none; position: relative; padding-top: 65px;}
.pageBannerTel .imgDiv img{ width:100%;}
.pageBannerTel .txt{ text-align: center; position: absolute; left: 50%; margin-left: -1.05rem; top: 50%; margin-top: -0.64rem; width: 2.1rem; height: 1.28rem; background: url(../images/nimg210Bg.png) center no-repeat; background-size: 2.1rem; font-size: 0.36rem; color: #fff; line-height: 1.28rem;}


.pageBox{ position: relative; min-height:420px;}
.grayBg{ position: absolute; left: 0px; top: 0px; width: 100%; height: 4.2rem; background: #f7f7f7; z-index: 1; }
.treflip{ width: 80%;  background: #fff; padding: 0.84rem 0 1.1rem; margin: 0 auto; position: relative; z-index: 2;}
.treflip2{ padding: 0.84rem 0 0;}
.treflip3{ padding: 0;}

.pageTitle{ padding-bottom: 0.3rem; }
.pageTitle .title1{ font-size: 0.36rem; color: #0075cf; font-family: medium; text-transform: uppercase; }
.pageTitle .title2{ font-size: 0.22rem; color: #3f3f3f; font-weight: bold; }

.pageTitleTel{ height:0.98rem; background:#0075cf; position:relative; display:none;}
.sideTitleTel{ width:100%; height:0.98rem; position:absolute; left:0px; top:0px;}
.sideTitleTel .con{ font-size:0.3rem; height:0.98rem; line-height:0.98rem; position:relative; padding-right:10px;}
.sideTitleTel .con a{ color: #fff; display:block; height:0.98rem; padding-left:0.2rem; background:url(../images/limg65_1.png) right center no-repeat; background-size: 0.65rem;}
.sideTitleTel .con.on a{ background:url(../images/limg65_1on.png) right center no-repeat; background-size: 0.65rem; }
.sideTitleNav{ position:absolute; top:0.98rem; z-index:10; width:100%; background:#fff; display:none; box-shadow:0 1px 5px rgba(35,25,25,0.2); -moz-box-shadow:0 1px 5px rgba(35,25,25,0.2); -webkit-box-shadow:0 1px 5px rgba(35,25,25,0.2);}
.sideTitleNav li{ font-size: 0.26rem; height:0.82rem; border-bottom:#d7d7d7 solid 1px;}
.sideTitleNav li a{ display:block; height:0.82rem; line-height:0.82rem; padding-left:0.4rem; color:#666;}
.sideTitleTel .con em{ display:block; color:#fff; padding-left: 0.4rem;}


/*分页*/
.pageNum{ text-align:center;}
.pageNum a{margin:0 0.1rem; display:inline-block; color: #353535; height:0.48rem; line-height:0.48rem; background:#eee; padding: 0 0.19rem; font-size:0.13rem;}
.pageNum a:hover, .pageNum .aNow{background:#038ad4; color:#FFF;}

.pageMore{ display:none; padding: 0.2rem 0;}
.pageMore a{ display:block; color:#fff; height: 0.9rem; line-height: 0.9rem; text-align:center; font-size:0.36rem; background: #0075cf; width: 100%;}



.topA{ z-index: 5; position: fixed; right: 50%; margin-right: -8.3rem; bottom: 70px; display: none; width: 34px; height: 34px; background: #0075cf; line-height: 34px; text-align: center; border-radius: 50%; box-shadow: 0 0 10px #ddd;}

.tabContent{ display:none;}
.tab li{ cursor:pointer;}
.tabContent2{ display:none;}
.tab2 li{ cursor:pointer;}
.tabContent3{ display:none;}
.tab3 dd{ cursor:pointer;}

.cd-top {
    /* image replacement properties */
    overflow: hidden;

    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {

    opacity: 1;
}

#Layer1{
	position:absolute;
	position:fixed;
	_position:absolute;
	width:100%;
	z-index:111;
	top:0; left:0px;
	background-color:#000;
	display:none;
}


.selectDiv{cursor:pointer;}
.selectDiv span{padding-left:10px;}
.selectDiv select{display:none;}
/**/
.selectLayer{position:absolute; z-index:100; display:none; background:#FFF; border:#bababa solid 1px;}
.selectLayer li{height:22px; line-height:22px; overflow:hidden; padding-left:10px; color:#666;}



@-webkit-keyframes detailsNavList {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}
@-moz-keyframes detailsNavList {
  0% {
    opacity: 0;
    -moz-transform: translateX(70px);
         transform: translateX(70px);
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
         transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
         transform-style: preserve-3d;
  }
}
@-o-keyframes detailsNavList {
  0% {
    opacity: 0;
    -o-transform: translateX(70px);
       transform: translateX(70px);
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
       transform: translateX(0);
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
}
@keyframes detailsNavList {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
       -moz-transform: translateX(70px);
         -o-transform: translateX(70px);
            transform: translateX(70px);
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

@-webkit-keyframes shieldingEnter {
  0% {
    height: 0;
  }
  100% {
    height: 183px;
  }
}
@-moz-keyframes shieldingEnter {
  0% {
    height: 0;
  }
  100% {
    height: 183px;
  }
}
@-o-keyframes shieldingEnter {
  0% {
    height: 0;
  }
  100% {
    height: 183px;
  }
}
@keyframes shieldingEnter {
  0% {
    height: 0;
  }
  100% {
    height: 183px;
  }
}


.mtop{ display:none;}
.flexmeun{ position:fixed; right:0px; bottom:15%; z-index:99;}
.flexlist li{ margin-bottom:1px;position:relative; transition:320ms ease-in-out; text-align: right; margin-bottom: 10px;}
.flexlist li:last-child{ margin-bottom:0;}
.flexlist li a{ display:block; position:relative; right:0;}
.flexlist li.wx a{width: 100px; height: 100px; padding: 5px; border: 1px solid #ccc; background: #fff;}
.flexlist li.wx p{ text-align: center; padding-top: 10px;}
.flexlist li.wx img{ width:100%; height: auto;}
.flexlist li.top a{ background:url(../images/arrow4.png) 74px 8px no-repeat;}
.flexlist li.top P{text-align: center;}
.flexlist li:hover:before{ opacity:1; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); visibility:visible;}


.footer{
    background:#1956a8; position: relative;
}
.footer .ft-t{
	width: 100%;
	float: left;
    padding-top: 68px;
    padding-bottom: 50px;
    background:#1956a8;
}
.footer .f_links{ width:100%; text-align: left; color:#b8c9e0; padding-top: 60px; padding-bottom: 38px; border-bottom: 1px solid #5380be; padding-left: 10px;}
.footer .f_links span{ color:#fff;}
.footer .f_links a{color:#b8c9e0; padding-right: 8px; padding-left: 8px;}
.footer .f_links a:hover{color:#7b9bc6;}

.footer .f_mid{width:100%; margin: 40px 0;}
.footer .f_mid .left{ width:85%; float: left;}
.footer .f_mid .left a{ color:#fff;}
.footer .f_mid .left ul{}
.footer .f_mid .left li{ width:24%; float: left; background: #3973c2; margin-right: 1%; padding-top: 38px; height: 170px;} 
.footer .f_mid .left li:last-child{margin-right: 0;}
.footer .f_mid .left li .ico{ width:50%; margin: 0 auto 10px auto; text-align: center;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}
.footer .f_mid .left li .ico img{ width:100%; height: auto; max-width: 58px;}
.footer .f_mid .left li:hover .ico{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);	transform: rotate(360deg);}
.footer .f_mid .left li .txt{ text-align: center; color: #fff;}
.footer .f_mid .right{ width:170px; float: right; margin-right: 10px;}
.footer .f_mid .right img{ width:170px; height: 170px;}
 
.footer .ft-t .col-l{
    width:20%;float: right;
    font-size: 14px;
    color: #2b2b2b;
  text-align: left;
}
.footer .ft-t .col-l a{color: #fff;}
.footer .ft-t .col-l .m-tel1 {  float: right; text-align: center;width:226px; padding-left: 0%; background: url(../images/d_logo.png) no-repeat top right; }
.footer .ft-t .col-l .m-tel1 .tel img{padding:5px; background: #fff; text-align: center; margin-top: 85px;}
.footer .ft-t .col-l .m-tel1 .tel h2{ color:#3ab4b4; font-size: 24px; font-weight: bold; background: url(../images/014.jpg) no-repeat 95%;}
.footer .ft-t .col-l .m-tel1 .tel p{ line-height: 24px; font-size: 14px; color: #bfbfbf; margin-bottom: 15px; margin-top: 10px; }
.footer .ft-t .col-l .m-tel1 .tel p a{color: #bfbfbf;}
.footer .ft-t .col-l .m-tel1 .tel p a:hover{color: #222;}

.footer .ft-t .col-r{
    width: 80%;
	padding-top: 10px;
    overflow: hidden;
}
.footer .ft-t .col-r dl{
    float: left;
    width:16.6%;
}

.footer .ft-t .col-r dt{
    font-size: 16px;
    margin-bottom:28px;
  color: #fff;
    font-weight: normal;
  text-align: left;
	padding-left: 18px;
}
.footer .ft-t .col-r dd a{
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #828282;
    white-space: nowrap;
    overflow: hidden;
  	text-align: left;
	padding-left: 18px;
}
.footer .ft-t .col-r dd a:hover{color: #ccc;}

.footer .ft-b{
    padding: 25px 10px;
    color: #fff;
    text-align: left;
	margin-top: 15px;
}
.footer .ft-b a{color: #fff;}
.footer .ft-b a:hover{color: #84b1ee;}
.footer .ft-b .left { width: 100%; float: left; text-align: left;}
.footer .ft-b .right { width: 35%; float: left; text-align: right;}

.footer .ft-b .m_f{ display:none}
.footer .ft-b .m_f p{ line-height: 24px;}

.footer_tabbar{width:100%; height:42px; margin:0 auto; position:fixed; bottom:0; left:0; background:#1363aa; z-index:1000; font-family:'iconfont' }
.footer_tabbar a{display:block; width:33.333%; height:42px; line-height: 42px; float:left; text-align:center; color: #fff; font-size: 18px;}
.footer_tabbar { display: none;}
/*矢量图标*/
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../font/iconfont.woff') format('woff'),
  url('../font/iconfont.ttf') format('truetype'),
  url('../font/iconfont.svg#iconfont') format('svg');
}

.iconfont{
  font-family:"iconfont" !important;
  font-size:22px;
  font-style:normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;*/
}

/*******************************
    -------[=手机导航]-------
********************************/
.menuBtn {
    position: fixed;top: 15px;
    right:2.5%;width: 28px;height: 20px;
    display: none;cursor: pointer;z-index: 1000;
}
.menuBtn em {margin-bottom: 6px;display: block;height: 3px;background-color: #232323;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}


.menuBtn.on em {display: none;margin: -2px 0 0; position: absolute;top: 50%;width: 30px;}
.menuBtn.on em:first-child {display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.on em:last-child {display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);}
#aside {
    display: none;
    position: fixed;
    top: 65px;left: 0%;right: 0%;
    background-color: #fff;
    z-index: 99;
    border-top: 2px solid #e9e9e9;
    -moz-box-shadow:0px 2px 5px rgba(0,0,0,.1); 
    -webkit-box-shadow:0px 2px 5px rgba(0,0,0,.1); 
    box-shadow:0px 2px 5px rgba(0,0,0,.1);
}
#aside .menu { height: 500px; overflow-y:auto}
#aside .menu li{
    font-size: 16px;
}
#aside .menu li a{


    display: block;
    color: #888;
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#aside .menu li > a{
    color: #353535;
    padding: 0 10px;
}
#aside .menu li.h-sub > a{
    background: url(../images/icon-close.png) 95% center no-repeat;
    background-size: auto 14px;
}
#aside .menu li.h-sub.open > a{
    background: url(../images/icon-open.png) 95% center no-repeat;
    background-size: 14px auto;
}
#aside .menu li a:hover{color: #000;}
#aside .sub-nav{display: none;}
#aside .sub-nav dd{padding-left: 10px;font-size: 14px;}


#aside .lg{
    padding: 10px 0 30px;
    text-align: center;
}
#aside .lg a{
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    color: #353535;
    border-bottom: 1px solid #353535;
}
#aside .lg a.on{
    color: #e84044;
    border-bottom: 1px solid #e84044;
}

.pagenavph{ display:none;}

/*分页样式*/

.page_nav{text-align:center; width:100%;}
.pages{ display:inline-block; margin:auto; font-size:12px; height:25px; line-height:25px;}
.pages a{ display:inline-block; float:left; text-align:center; height:25px; line-height:25px; color:#7b7b7b;}
.pages a.prev{ width:45px;}
.pages a.last{ margin-left:8px;}
.pages a:hover{ color:#fff; background:#57b6e7;}
.pages a.prpage{ width:25px;}
.pages a.pre{ margin-right:8px;}
.pages a.nex{ margin-left:8px;}
.pages a.nuble{ width:32px; margin-right:1px;}
.pages a.act{ color:#fff; background:#57b6e7;}
.pages span.rows{float:left;  text-align:center; height:25px; line-height:25px; color:#7b7b7b; margin: 0px 10px; padding: 0px 10px;}


.header-rt-b{
	width: 22px;
	height: 22px;
	background: url(../images/ico45.png) no-repeat right center;
	float: right;
	margin-top: 4px;
	cursor: pointer;
}
.header-ss{
	width: 100%;
	padding: 0 50px;
	height: 91px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
	overflow: hidden;
	display: none;
}
.header-ss-div{
	width: 750px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	padding-top: 30px;
	overflow: hidden;
	position: relative;
}
.header-ss-div form{
	display:inline-block;
	width: 100%;
	max-width: 600px;
	height: 40px;
}
.header-ss-div .int1{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fff url(../images/ico45.png) no-repeat center;
	border: none;
	float: left;
}
.header-ss-div .int2{
	display: inline-block;
	width: calc(100% - 100px);
	background: #fff;
	border: none;
	font-size: 16px;
	color: #333;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 20px;
}
.header-ss-div .img1{
	position: absolute;
	top: 20px;
	right: 10px;
}
.header-ss-div .img1:hover{
	opacity: .85;
}


.floating_ck{position:fixed;right:0px;bottom:25%; z-index: 9999;}
.floating_ck dl dd{position:relative;width:50px;height:50px;background-color:#999;border-bottom:solid 1px #fff;text-align:center;cursor:pointer; font-size:12px;}
.floating_ck .last{ border-bottom:none}
.floating_ck .first{ background-color:#366cb3;}
.floating_ck .last:hover{ border-bottom:none}
.floating_ck dl dd:hover{background-color:#252c3c;border-bottom:solid 1px #252c3c;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult,.words{background-image:url(../images/tel.png);}
.f_home{background:url(../images/contact.png) no-repeat center #366cb3;}
.quote{background-image:url(images/kficon.png);}
.qrcord{background:url(../images/sm.png) no-repeat center;}
.return{background:url(../images/top.png) no-repeat center;}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:60px;background-color:#252c3c;border-bottom:solid 1px #252c3c;display:none; font-size:18px;}
.floating_left a{color:#fff;line-height:60px;}
.floating_ewm{height:200px;top:-100px;}
.floating_ewm i{background:url(../images/wx.jpg);background-size: 100% auto;display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:8px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:28px;}
.floating_ewm .qrcord_p02{font-size:16px;}