html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
body{ color:#333;}
a{outline:none; text-decoration:none;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;}
body{overflow-x: hidden; font-size:12px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{border-collapse:collapse;border-spacing:0; font-family:'微软雅黑';} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */
.strong{ font-weight:normal;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}
.tal{ text-align:left} .tar{ text-align:right;}
/*文字两侧对齐*/
.justify {text-align:justify;text-justify:distribute-all-lines;/*ie6-8*/text-align-last:justify;/* ie9*/-moz-text-align-last:justify;
/*ff*/-webkit-text-align-last:justify;/*chrome 20+*/}

.toe{/*超出省略号*/word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.hoverimg{overflow: hidden;}
.hoverimg img{-webkit-transform:translateZ(0);-webkit-transition:all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-moz-transform:translateZ(0);-moz-transition:all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-ms-transform:translateZ(0);-ms-transition:all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transform-style:preserve-3d;}
.hoverimg:hover img{text-decoration:none;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1)}
/*select{
 -webkit-appearance:none;-moz-appearance:none;appearanearance: none;}*/
/**
 +------------------------------------------------------------------------------
 * 网站整布局命名规范
 +------------------------------------------------------------------------------
 * @codex   id和class命名采用该版块的英文单词或组合命名 如:newRelease
 +------------------------------------------------------------------------------
 */
a{ color:#333; -webkit-transition: color .2s ease-in-out;-moz-transition: color .2s ease-in-out;-ms-transition: color .2s ease-in-out;
-o-transition: color .2s ease-in-out; text-decoration: none;}
a:hover{ color:#8c2d3a; text-decoration:none;}
body{font-family:'微软雅黑'; line-height:1.5; font-size:14px; color:#333; background:#fff;}
 .lft,.fl{ float:left;}
 .rgt,.fr{ float:right;}
.wrapper{
	width:1260px;margin:0 auto;
}
.wrapper1{width: 1200px;margin: 0 auto;}
/*header*/
.header{background:#fff;z-index:99;height:120px;position: fixed;left: 0;right: 0;top: 0;}
.header .logo{ float:left; padding-top:29px; width:188px;}
.header .logo img{width:100%;height:auto;display: block;vertical-align: top;}
.header .nav {font-size:0;float: right;}
.header .nav li{display: inline-block;*display: inline;zoom:1;position: relative;}
.header .nav ul li.logo{display: none;}
.header .nav li>a{ display:block;padding:0 20px;line-height: 120px;font-size: 16px;color: #464646;position: relative;cursor: pointer;}
/*.header .nav li>a:after{content: "";width:54%;height:6px;background: #2d64ac;position: absolute;left: 23%;bottom: 0;opacity: 0;*/
/*    transition: opacity .3s;*/
/*    -moz-transition: opacity .3s; !* Firefox 4 *!*/
/*    -webkit-transition: opacity .3s; !* Safari 和 Chrome *!*/
/*    -o-transition: opacity .3s; !* Opera *!*/
/*}*/
/*.header .nav li:hover>a:after,.header .nav li.selected>a:after{opacity: 1;}*/
.header .nav li:hover{background: #2d64ac;}
.header .nav li:hover>a{color: #fff;}

.header .nav li .subnav{position: absolute;left: 0;width: 150%;max-height: 0;overflow: hidden;background: #2d64ac;
    transition: opacity .3s;
    -moz-transition: opacity .3s; /* Firefox 4 */
    -webkit-transition: opacity .3s; /* Safari 和 Chrome */
    -o-transition: opacity .3s; /* Opera */
}
.header .nav li:hover .subnav{max-height: 1000px;overflow: visible;}
.subnav dd a{display: block;height: 35px;line-height: 35px;padding-left: 30px;font-size: 14px;color: #fff;cursor: pointer;}
.subnav dd:hover a{background: #2b99ff;}



.header .lang{ float:right;position: relative;padding-left: 5px;margin-top: 49px;}
.header .lang:before{content: "";width: 1px;height: 10px;background: #464646;position: absolute;top: 50%;margin-top: -5px;left: 0;}
.header .lang p{float: left;font-size: 12px;color: #605e5f;height: 22px;line-height: 22px;padding-left: 20px;cursor: pointer;}
.header .lang p:hover{color: #2d64ac;}
.header .lang p img{width: 22px;height: 22px;vertical-align: top;margin-right: 6px;}
/*切换图样式*/
.fullSlide{ position:relative;margin:0 auto; overflow:hidden;padding-top: 120px;}
.fullSlide .bd{ position:relative;}
.fullSlide .bd li a{ display:block;}
.fullSlide .bd li a img{ display:block;vertical-align: top;width: 100%;}
.fullSlide .hd{width:100%;position: absolute;bottom: 40px;height:4px;}
.fullSlide .hd ul{text-align:left;font-size: 0;text-indent:17.2%;}
.fullSlide .hd li{margin: 0 4px; background:#fff; height:4px; overflow: hidden; width: 40px; cursor: pointer;display:inline-block; *display:inline; zoom:1;}
.fullSlide .hd .on{ background: #2f2f2f;}
.fullSlide .prev,
.fullSlide .next { width:40px; height:90px; margin-top: 15px; background: url(../images/prevh.png) no-repeat center; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px;background-size: 100%; }
.fullSlide .prev { left:30px; }
.fullSlide .next { background: url(../images/nexth.png) no-repeat center;background-size: 100%;right:30px; }

/*首页分类*/
.box1item{float: left;width: 33.3%;cursor: pointer;}
.box1top{padding: 34px 0;border: 1px solid rgba(255,255,255,0);text-align: center;color: #464646;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.box1top .line{width: 30px;height: 2px;background: #626061;margin: 0 auto;}
.box1top h2{font-size: 30px;line-height: 1;padding: 13px 0 10px;}
.box1top h3{font-size: 12px;line-height: 1;text-transform: uppercase;}
.box1item:hover .box1top{background: #2d64ac;border: 1px solid #fff;color: #fff;}
.box1item:hover .box1top .line{background: #fff;}
.box1bot{position: relative;height: 300px;}
.box1bot img{width: 100%;height: auto;vertical-align: top;}
.box1detail{position: absolute;left: 0;right: 0;bottom:0;top: 0;background: #2d64ac;color: #fff;opacity: 0;border: 1px solid #fff;box-sizing: border-box;border-top: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;}
.box1detail ul{padding-top: 50px;}
.box1detail ul li{display: block;}
.box1detail ul li a{font-size: 16px;color: #fff;line-height: 1;padding: 10px 0 10px 40%;box-sizing: border-box;display: block;}
.box1item:hover .box1detail{opacity: 1;}
.box1detail ul li:hover a{color: #36b4d2;}

/*首页-我们的优势*/
.htit{text-align: center;color: #454445;padding: 58px 0;}
.htit h3{margin-top: 15px;font-weight: 600;font-size:30px;line-height: 1;}
.htit h6{font-weight: 100;font-size:12px;line-height: 0.5;color: #fffff1;}
.htit p{font-weight: 500;font-size: 14px;line-height: 1;padding-top: 20px;}
.box2left{width: 50%;float: left;}
.htit.sec{color: #fff;}
.box2left .bannerp{width: 100%;height: 100%;padding:80px 30px 0;box-sizing: border-box;height: 363px;}
.bannerp p{font-size: 24px;color: #fff;line-height: 1.4;}
.box2left .fullSlide{padding-top: 0;}
.box2left .fullSlide .hd{bottom: 30px;}
.box2left .fullSlide .hd ul{text-indent: 30px;}
.box2right{width: 50%;float: right;}
.box2right ul li{padding-top: 5px;padding-left: 4px;box-sizing: border-box;width: 50%;float: left;cursor: pointer;}
.box2right ul li:nth-child(1),.box2right ul li:nth-child(2){padding-top: 0;}
.box2item{width: 100%;position: relative;height:179px;overflow: hidden;}
.box2item .imgbox{width: 100%;height:179px;}
.box2item img{width: 100%;height: 100%;vertical-align: top;}
.box2detail{position: absolute;top:100%;left: 0;bottom: 0;right: 0;text-align: center;color: #fff;background: rgba(45,100,172,1);padding-top: 60px;box-sizing: border-box;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.box2detail .box2p{font-size: 16px;}
.box2detail .line{width: 30px;height: 2px;background: #fff;margin: 10px auto;}
.box2detail .box2bot{font-size: 12px;}
.box2item:hover .box2detail{top: 0;}
.box2more{width: 100%;height:179px;background: #36b4d2;line-height: 179px;text-align: center;font-size: 16px;color: #fff;}
.box2more img{width: 26px;height: 26px;margin-right: 15px;vertical-align: top;margin-top: 76px;}
.box2item:hover .box2more img{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 600ms;
    -webkit-transition: 600ms;
    -ms-transition: 600ms;
}
.brodcast{text-align: center;padding: 50px 0;}
.broleft,.txtMarquee-top{display: inline-block;*display: inline;zoom:1;}
.broleft p{width: 130px;font-size: 14px;color: #9a9a9a;height:24px;line-height: 24px;}
.broleft p img{width: 15px;vertical-align: top;margin-right: 28px;margin-top: 5px;}
.infoList a{height:24px;line-height: 24px;}
.infoList a em{font-size: 14px;color: #454445;float: left;width: 190px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height:24px;line-height: 24px;}
.infoList a span{font-size: 14px;color: #9b9b9b;padding-left: 50px;float: left;}
.infoList a:hover em{color: #2d64ac;}
.infoList a:hover span{color: #2d64ac;}

/*首页-产品世界*/
.indexbox3{background: #f0f1f5;padding-bottom: 35px;}
.box3wrap ul{margin: 0 -6px;}
.box3wrap ul li{width: 33.3%;box-sizing: border-box;padding: 0 6px;cursor: pointer;float: left;margin-bottom: 12px;}
.box3wrap ul li .box3item{display: block;background: #fff;padding: 24px 21px;}
.box3img{width: 100%;overflow: hidden;}
.box3img img{width: 100%;vertical-align: top;}
.box3detail{padding:18px 22px;color: #454445;line-height: 1.4;background: #daf0fc;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;}
.box3detail h3{font-size: 20px;font-weight: 600;}
.box3detail p{font-size: 14px;}
.box3item:hover .box3detail{background: #36b4d2;color: #fff;}
.box3wrap .more{border: 1px solid #d1d2d4;line-height: 32px;font-size: 12px;color: #3c3d46;text-align: center;display: block;margin: 18px auto 0;width: 152px;cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;}
.box3wrap .more:hover{border: 1px solid #36b4d2;background: #36b4d2;color: #fff;}

/*footer*/
.sfooter{display: none;}
.footer{padding: 60px 0 0;background: #2A61AE;color: #fff;}
.footer .wrapper{padding-bottom:60px;}
.footerleft{width:50%;}
.footerleft dl{width: 25%;float: left;}
.footerleft dl dt p{font-size: 16px;color: #fff;padding-bottom:5px;font-weight: 600;}
.footerleft dl dd a{font-size:12px;color:#c7c8c8;padding:5px 0;cursor: pointer;}
.footerewm{width: 25%;padding: 0 40px;box-sizing: border-box;border-left:1px solid #c7c8c8;border-right:1px solid #c7c8c8;padding-bottom:10px;}
.footerewm p{font-size: 16px;color: #fff;padding-bottom:16px;}
.wemitem{text-align: center;width: 46%;margin: 0 2%;}
.wemitem img{width: 100%;}
.wemitem p{font-size: 12px;line-height: 30px;}
.footerright{width: 25%;padding-left:40px;box-sizing: border-box;}
.footerright input{width: 75%;font-size: 14px;color: #434343; float: left; height:40px;border: none;outline: none;background: #fff;border-radius:10px;padding: 0 10px;box-sizing: border-box;}
.footerright button{width:19%;cursor:pointer;float: right;height: 40px;background: #fff;border-radius: 10px;margin-left: 5px;border: none;outline: none;background: #2EB1D3;}
.footerright button:hover{opacity: .8;}
.footerright button img{width: 26px;vertical-align: top;margin-top: 3px;}
.footerright p{font-size: 16px;color: #fff;padding-bottom: 16px;}
.footerright .key{font-size: 12px;padding-top: 15px;color: #D3D3D3;}
.footerright .key a{ color: #fff; padding-right: 10px; }
.footadd{padding: 20px 0;background: #2A61AE;border-top:1px solid #c7c8c8;}
.footadd p{font-size: 21px;color: #c7c8c8;margin-right: 20px;}
.footadd img{margin-right: 8px;}
.copy{padding: 20px 0;background: #2a61ae;border-top:1px solid #2a61ae;}
.copy p{font-size: 12px;color: #c7c8c8;}
/*产品中心*/
.subbanner{padding: 90px 0 60px;margin-top: 120px;}
.subbanner1{background: url(../images/subbaner.jpg) no-repeat center;background-size: cover;}
.subbanner2{background: url(../images/subbaner2.jpg) no-repeat center;padding: 118px 0;}
.subbanner3{background: url(../images/subbaner3.jpg) no-repeat center;background-size: cover;padding: 118px 0;}
.subbanner4{padding: 118px 0;}
.subwrap{text-align: center;}
.subwrap p{font-size: 16px;color: #fff;line-height: 1;}
.subwrap h3{font-size: 16px;color: #fff;line-height: 1;padding-top: 20px;font-weight: 600;}
.subwrap h3 span{color: #36b4d2;padding-right: 12px;}
.selectbox{padding-top: 44px;text-align: center;}
.selectbox select{width: 246px;height: 42px;line-height: 42px;padding: 0 10px;box-sizing: border-box;background:#fff url(../images/arrowdown.png) no-repeat 98% center;background-size: 10px auto;display: inline-block;*display: inline;zoom:1;appearance:none;
-moz-appearance:none;
-webkit-appearance:none;border: none;outline: none;}
.selectbox select::-ms-expand { display: none; }
.selectbox select option{padding: 5px 0;}
.pagebox{padding: 48px 0 40px;}
.pagebox ul{text-align: center;}
.pagebox ul li{display: inline-block;*display: inline;zoom:1;width: auto;margin: 0 5px;float: none;}
.pagebox ul li a{font-size: 16px;color: #434343;padding: 0 14px;line-height: 33px;display: inline-block;border: 1px solid #f0f1f5;cursor: pointer;-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;}
.pagebox ul li a.sec{border: 1px solid #a0a2a7;}
.pagebox ul li a:hover,.pagebox ul li.on a,.pagebox ul li.active a{background: #2d64ac;border: 1px solid #2d64ac;color: #fff;}

/*产品详情*/
.subdetail{background: #f0f1f5;padding: 35px 0 66px;}
.detailbox1{margin-bottom: 20px;padding:23px;background: #fff;}
.subdetailleft{width: 800px;}
.subdetailleft img{width: 100%;vertical-align: top;}
.subdetailright{width: 400px;}
.htit2{text-align: center;color: #454445;line-height: 1;padding: 30px 0;border-bottom: 1px dashed #b1b1b1;}
.htit2 h3{font-size: 30px;font-weight: 600;}
.htit2 p{font-size: 14px;padding-top: 8px;}
.subwordstit{padding: 30px 0 15px;text-align: center;font-size: 14px;color: #454445;line-height: 1.8;}
.subwords ul li{width: 50%;float: left;height: 50px;line-height: 50px;margin-bottom: 12px;}
.subwords ul li span{display: inline-block;*display: inline;zoom:1;width: 50px;height: 50px;margin-right: 15px;border-radius: 50%;}
.subwords ul li em{vertical-align: top;}
.subwords .tip{font-size: 12px;padding:20px 0 50px;color: rgba(69,68,69,.5);}
.subwords a{display: block;width: 115px;background: #454445;font-size: 14px;color: #fff;height: 32px;line-height: 32px;text-align: center;margin: 0 auto;}
.detailbox2{padding:23px;background: #fff;}
.htit3{height: 60px;line-height: 60px;font-size: 18px;color: #454445;border-bottom: 1px dashed #b1b1b1;margin-bottom: 40px;}
.probox .proimg img{width: auto;vertical-align: top;}
/*新闻中心*/
.newsWrap ul{margin: 0 -10px;}
.newsWrap ul li{padding:0 10px 20px;width: 50%;float: left;box-sizing: border-box;}
.newsitem{padding: 16px 18px;background: #fff;cursor: pointer;}
.newsimg{width: 264px;height: 206px;overflow: hidden;float: left;}
.newsimg img{width: 100%;vertical-align: top;height: 100%;}
.newsdetail{float: left;width: 296px;margin-left: 20px;height: 206px;position: relative;}
.newsdetail .time{font-size: 14px;color: #434343;line-height: 1.4;}
.newsdetail h3{font-size: 22px;color: #454445;font-weight: 600; line-height: 1.2;verflow: hidden;text-overflow: ellipsis;display: -webkit-box;
    -webkit-line-clamp: 2;  // 控制多行的行数
    -webkit-box-orient: vertical;padding: 5px 0 8px;-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;}
.newsdetail .word{font-size: 14px;color: #434343;line-height: 1.4;verflow: hidden;text-overflow: ellipsis;display: -webkit-box;
    -webkit-line-clamp: 2;  // 控制多行的行数
    -webkit-box-orient: vertical;}
.newsdetail i{position: absolute;left: 0;bottom: 0;width: 98px;height: 25px;background: #434343;color: #fff;font-size: 14px;border-radius: 25px;text-align: center;line-height: 25px;-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;}
.newsitem:hover h3{color: #22d0ab;}
.newsitem:hover i{background: #22d0ab;}

/*关于我们*/
.aboutwrap{padding: 60px 0 30px;background: #f0f1f5;}
.abouttop{padding-bottom: 60px;}
.abotLeft{width: 48%;}
.abotLeft p{font-size: 14px;line-height: 1.8;}
.aboutbot ul{margin: 0 -5px;}
.aboutbot ul li{float: left;width: 25%;padding: 0 5px 16px;box-sizing: border-box;}
.aboutbot ul li a{display: block;overflow: hidden;cursor: pointer;}
.aboutbot ul li a img{width: 100%;vertical-align: top;}
.service{padding-bottom: 60px;background: #2e64ae;}
.servicewrapper{padding: 0 75px;}
.servicewrapper ul{margin: 0 -6px;}
.servicewrapper ul li{width: 25%;float: left;padding: 0 6px 12px;box-sizing: border-box;}
.servicewrapper ul li a{display: block;overflow: hidden;cursor: pointer;}
.servicewrapper ul li a img{width: 100%;vertical-align: top;}

/*新闻中心-新闻-详情*/
.newsDetail{padding-bottom:60px;margin-top:150px;}
.newsDetail .top{margin-bottom: 60px; }
.newsDetail .top h3{font-size:24px;color: #404040;margin-bottom:5px;}
.infoBlock {font-size:14px;color: #999999;}
.infoBlock  h6{font-size:18px;color: #999999;float: left;}
.infoBlock a{font-size:14px;color: #306ab6;}
.infoBlock a i{display:inline-block;width:30px;height:25px;vertical-align: top;
margin-top: -2px;}
.infoBlock .num{float: right;}
.infoBlock .num i{background: url(../images/num.jpg) no-repeat center;}
.infoBlock span{font-size: 14px;color: #999;}
.infoBlock .i_1{background: url(../images/icon6.jpg) no-repeat center;}
.infoBlock .i_2{background: url(../images/icon6.jpg) no-repeat center;}
.infoBlock .i_3{background: url(../images/icon6.jpg) no-repeat center;}
.infoBlock .i_4{background: url(../images/icon6.jpg) no-repeat center;}
.infoBlock .i_5{background: url(../images/icon6.jpg) no-repeat center;}
.infoBlock .i_6{background: url(../images/icon6.jpg) no-repeat center;}
.infoBlock .i_7{background: url(../images/icon6.jpg) no-repeat center;}
.newsDetail .main p{font-size:14px;color: #333333;line-height: 30px;/* text-indent:30px; */}
.newsDetail .main .pic{margin:0 auto;width:920px;padding:30px 0;}
.newsDetail .main .pic img{width:100%;height:658px;}
.newsDetail .pageBlock .prev{float:left;}
.newsDetail .pageBlock .next{float:right;}
.newsDetail .pageBlock a{display:inline-block;width:365px;height:60px;line-height:60px;text-align: center;
font-size: 16px;color: #404040; overflow: hidden;}
.newsDetail .pageBlock a.on{background:#3263aa;color: #fff;}
.newsDetail .pageBlock a:hover{background:#3263aa;color: #fff;}
.wh60{height:60px;}

/*联系*/
.content .tab-hd{float:left;width:100%;margin-top:40px;}
.content .tab-nav{margin-left:-3%;}
.content .tab-nav li{float:left;width:30%;margin-left:3%;margin-bottom:110px;position:relative;}
.content .tab-nav li img{display:block;height:20px; width:20px;float:left;margin-top:5px;}
.content .tab-nav .txt{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.2);}
.content .tab-nav .txt small{text-transform:uppercase; display:block;font-size:14px;color:#37363C;opacity:0.8;line-height:21px;}
.content .tab-nav .txt h5{font-size:16px;color:#424242;padding-top:4px;}
.content .tab-nav .txt h4{font-size:16px;color:#424242;padding-top:4px; font-weight:bold;}
.content .tab-nav li.on .txt{background:#4a2f8e;}
.content .tab-bd{float:left;width:100%;}
.content .tab-bd .pic img{display:block;width:100%;}
.content .tab-bd .txt{padding-top:12px;}
.content .tab-bd .txt p{font-size:14px;color:#52535a;margin-bottom:40px;}
.content .tab-bd .txt a{display:inline-block;*display:inline;zoom:1;padding:0 10px;height:30px;line-height:30px;
font-size:12px;color:#fff;background:#4a2f8e;}
.content .tab-bd .txt a img{width:12px;margin-right:4px;}
.content .tab-bd .txt a:hover{background:#6646b8; color:#fff;}
.content .tab-bd .txt img{width:12px;margin-right:4px;}
.content .tab-nav li.on .txt h5{ background:img/map3_2.png}

.conTxt{float:left;width:32%;}
.conTxt .tit{padding-bottom:16px;}
.conTxt small{display:block; text-transform:uppercase;font-size:24px;color:#3c3d46;}
.conTxt i{display:inline-block;*display:inline;zoom:1;width:30px;height:2px;
background:#573e96;}
.conTxt h5{font-size:16px;color:#3c3d46;}
.conTxt p{font-size:14px;color:#3c3d46;text-indent:16px;padding-bottom:16px;line-height:24px;}
.cont{margin-bottom:20px;}
.dooraco{font-size:24px;color:#3c3d46;}
.map_banner{background: url(../images/map.jpg) no-repeat center 120px;background-size: 100% auto;background-attachment: fixed;margin-top: 120px;height:360px;}

.aboutbanner img{ width: 100%; }

/*企业文化*/
.culture{padding-bottom:60px;margin-top:100px;}
.culture .top{margin-bottom: 60px; }
.culture.top h3{font-size:24px;color: #404040;margin-bottom:5px;}