@charset "utf-8";
/* CSS Document */
html, span, object,h1, h2, h3, h4, h5, h6, p, em, dd,dl, dt, ol, ul, li, form{ margin:0;padding:0;border:0; font-size:100%; font-family:inherit; list-style:none;}
input.btn{ border:none}
label{vertical-align:middle} .inputcheckbox{vertical-align:middle;} 

body{font: 12px "微软雅黑"; color:#333; margin:0 auto;padding:0px; list-style:none;  }
a{ color:#333; text-decoration:none;-webkit-box-sizing: border-box; }
a:hover{  color:#cc3230; text-decoration:none;  }
.clear_all {clear:both;}


img{ border:none; padding:0px; margin:0px; display:block; }
ul,li{ list-style-type:none; margin:0; padding:0; border:0; list-style:none }

.container { width:1200px; margin: 0 auto;}

.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
.fl{ float:left;}
.fr{ float:right;}

.body_bg {width:100%; border-bottom:1px solid #f4f4f4; position:relative; }
.head{ width:1200px; margin:0 auto;}
.body_index { height:100%; width:1200px; margin:0 auto; }
.wrap { width:1200px; margin-right:auto; margin-left:auto;}

.body_top2 {  }
.body_top2 .logo{ float:left; font-weight:normal; padding-top:12px; padding-left:10px; }


/* nav parts */
#menuv { float:left; margin-left:55px;}
#menuv li{float:left;}
#menuv li a.firstranknav{ padding:0px 25px 0px 25px; height:77px; line-height:77px; font-size:16px; color:#333; display:block;}
#menuv li a.firstranknav:hover,.headernav li a.firstranknav.cur{color:#da2618;border-bottom:2px solid #00438e;}
#menuv .hover a.firstranknav {border-bottom:2px solid #00438e;}

.language { line-height:77px; float:right;width:140px;color: #df040a;font-weight: bold; font-size:18px;}


/*二级导航*/
.tworanknav{position:absolute;left:0;top:77px;width:100%; display:none;/*-moz-box-shadow:0px -1px 5px #e9e9e9;-webkit-box-shadow:0px -1px 5px #e9e9e9;box-shadow:0px -1px 5px #e9e9e9;*/background:url(../img/navbg.png) repeat;padding:50px 0px; z-index:999999999999;}

.tworanknavM { width:1200px;margin:0 auto;}
.tworanknavM dl{ width:1200px; display:block; overflow:hidden;}
.tworanknavM dl dt{ float:left; font-weight:bold; background:#0453ac; width:160px; margin-bottom:10px; height:36px; line-height:36px; text-align:center;}
.tworanknavM dl dt:hover {background:#df6a21}
.tworanknavM dl dt a{ font-size:16px;color:#fff;}

.tworanknavM dl dd {float:left; padding-left:40px; width:1000px;}
.tworanknavM dl dd p {  float:left; width:140px; line-height:34px; margin-right:15px; padding:0px 5px 0px 8px; border:1px dashed #305fae; background:#003995;}
.tworanknavM dl dd p:hover {background:#df6a21}

.tworanknavM dl dd a{ display:inline-block;*display:inline; font-size:14px; color:#fff; }



.tworanknavM dl.lastdl{width:440px;}
.tworanknavM dl.lastdl dt{width:420px;}
.tworanknavM dl.lastdl dd a{margin-right:20px;width:200px;height:40px;overflow:hidden;}
.tworanknavM dl dd a:hover{color:#fff;}
.tworanknavMbottom{padding:10px 40px;font-size:16px;color:#fff;}
.tworanknavMbottom a{color:#fff;}
.tworanknavM p.clearfix{display:block;}


.top_search { float: right; width:30px;margin-right:20px; }
.top_search .btn-search{   width:30px; height:30px; background:url(../img/top_search_03.png) no-repeat; margin-top:24px; }

#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top: 77px;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #e1e4e7;
  z-index:99;
}
#search-form.open {
  max-height: 60px;
}
#search-form fieldset {
  position: relative;
  margin: 0 60px 0 0;
  padding: 0;
  border: none;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
}
#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: transparent;
  border: none;
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #516270;
  background: #c6cacd;
  border: none;
  cursor: pointer;
}


 /*轮换大区域*/
.i-header{ width: 100%;/* height: 100vh; */ overflow: hidden; z-index:999;}
.i-header .banner { width: 100%; height: 100%;  position: relative; display: block;}

#banner-container { height: 100%;}
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1;}

/* 按钮 */
.i-header .btn, .swiper-slide .btn, .newsbg .btn, .div-center .btn{
  display: block;
  width: 194px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #7f7f7f;
  border: 1px solid #7f7f7f;
  margin: 0 auto;
  /* margin-top: 4%; */
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
   -ms-transition: all .3s;
    -o-transition: all .3s;
       transition: all .3s;
}
.btn:hover{
  background: #1798ff;
  color: #fff;
  border: 1px solid #1798ff;
}

.i-header .banner .slide-info{
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   display: flex;
   align-items: center;
   height: 100%;
   top: 0;}
   
.i-header .banner .slide-info .text-desc .p1{
   color: #fff;
   font-size: 47px;
 }
.i-header .banner .slide-info .text-desc .p2{
  color: #fff;
  font-size: 30px;
  margin-top: 15px;
 }

.i-header .banner .slide-info .text-desc .btn{
   margin: 0;
   color: #fff;
   border: 1px solid #fff;
   margin-top: 48px;}
   
 .i-header .banner .slide-info .text-desc .btn:hover{
   border: 1px solid #1798ff;
 }
 .i-header .banner .slide-video{
  width: 100%;
   height: 100%;
   object-fit: cover;
 }
 .i-header .banner img{
  width: 100%;
  /* height: 100%; */
 }
 
.index .new-pro { font-size: 0;} 
.index .new-pro .name {font-size: 36px; color: #333333; text-align: center; font-weight: initial; margin:3% 0;}
.container { width:1200; margin: 0 auto;}


.kcsz_c ul { display: block; width:1200px; margin:0 auto; }
.kcsz_c li { float: left; width:360px; background:#fff; margin-left:20px; margin-right:20px; margin-top:20px; margin-bottom:10px; text-align:center;  position:relative; 
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;}


.index .new-pro .item, .index .activity .cont .div1 { overflow: hidden;}
.index .new-pro .item { width:360px; display: inline-block; position: relative;}

.index .new-pro .item img, .index .activity .cont .div1 img { transition: all 0.6s; -ms-transition: all 0.8s;}
.index .new-pro .item img {  width: 100%;}

.index .new-pro .item .div1 {  position: absolute;width: 100%; top: 0;left: 0;text-align: center;top: 10%;}
.index .new-pro .item .div1 .p1 { font-size: 25px; color: #333333;font-weight: bold;}
.index .new-pro .item .div1 .p2 {font-size: 14px; color: #333333; margin: 2% 0;}
.index .new-pro .item .div1 span { font-size: 12px; color: #1798ff;}
span { display: inline-block;}

.index .new-pro .item:hover img{ transform: scale(1.1); }

.tabscroll { width:1200px; margin:0 auto; margin-top:20px; margin-bottom:50px;}
.tab-T-3 {  width:72px; margin:0 auto;text-align:center; }
.tab-T-3 li{width:16px;height:16px; border-radius:8px;font-size:0;background-color:#dfdfdf; float:left;margin-left:4px; margin-right:4px;cursor:pointer;display:inline;}
.tab-T-3 li.cur{background-color:#d70000;}


/*公司简介*/
.index .scheme{ position: relative; font-size: 0; margin-top:40px;}
.index .scheme .img1{ width: 100%; height: 442px;}
.index .scheme #scheme-swiper{ padding-bottom: 1%;}
.index .scheme .cont{ position: absolute; width: 100%; height: 100%;left: 0;top: 0;}
.index .scheme .cont .name{ font-size: 36px; color: #fff; text-align: center; padding:40px 0 24px 0; font-weight: initial; position: relative; z-index: 2;}

.index .scheme .cont  .nav-item { display: flex; justify-content: space-between; width:725px; margin: 0 auto; position: relative; z-index: 2;}
.index .scheme .cont  .nav-item div{color: #fff; font-size: 14px; padding: 1%; cursor: pointer;}
.index .scheme .cont  .nav-item div.link{ background: #1798ff;}
.index  #scheme-swiper .wenzi{
  color: #fff;
  text-align: center;
  margin-top: 45px;
  position: relative;
  z-index: 2;
  /* padding-bottom: 4%; */
}
.index  #scheme-swiper .swiper-slide{
  /* padding-top:170px;
  padding-bottom: 0%; */
 
}
.index  #scheme-swiper .wenzi img{
  display: none;
}
.index  #scheme-swiper .wenzi h1{
  font-size: 38px;
  color: #ffffff;
}
.index  #scheme-swiper .wenzi p{
  font-size: 38px;
  color: #ffffff;
}
.index  #scheme-swiper .wenzi a{
  color: #fff;
  border: 1px solid #fff;
  margin-top: 5%;
}
.index #scheme-swiper .wenzi a:hover{
  background: #1798ff;
  border: 1px solid #1798ff;
}


/* 必要布局样式css */
.home_brand { width:1200px; margin:0 auto; padding: 40px 0;}
.home_brand .left {
  float: left;
  width: 650px;
  position: relative;
  margin-right:50px;
}

.home_brand .left h3.tit {
  color: #000;
  font-size: 30px;
  font-weight: normal;
  line-height: 38px;
}
.home_brand .left h3.tit span {
  color: #333333;
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
}
.home_brand .left .t {
  margin-top: 25px;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  width:650px;
}
.home_brand .left ol {
  margin-top: 50px;
}
.home_brand .left ol li {
  text-align: center;
  float: left;
  width: 21%;
  margin-right:2%;
  margin-left: 2%;
}

.home_brand .left ol li .icon { line-height: 0;}
.home_brand .left ol li .icon img { height: 40px; display:block; margin:0 auto;}
.home_brand .left ol li h3 {margin-top: 15px; color: #333333; font-size: 16px;}

.home_brand .img { float: right; width: 500px; line-height: 0;}
.home_brand .img img { width: 100%;}

/* 必要布局样式css */

.index .information{
  background: #f2f2f2;
  padding-bottom: 3%;
}
.index .information .btn{
  margin-top: 3%;
}
.index .information .cont {
  font-size: 0;
}
.index .information  .name{
  font-size: 36px;
  color: #333333;
  text-align: center;
  padding: 3% 0;
  font-weight: initial;
}
.index .information .cont .item{
  width: 31.3333%;
  font-size: 0;
  margin-left: 3%;
}
.index .information .cont .item:nth-child(1){
  margin-left: 0;
}
.index .information .cont .item img{
  width: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.8s;
  height:250px;
}
.index .information .cont .item .div-img{
  width: 100%;
  overflow: hidden;
}
.index .information .cont .item .div-img:hover img{
  transform: scale(1.1); 
}
.index .information .cont .item .div1{
  background: #fff;
  padding: 18px;
}
.index .information .cont .item .time{
  font-size: 14px;
  color: #666666;
}
.index .information .cont .item .p1{
  font-size: 18px;
  color: #333333;
  margin-bottom: 18px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin-top: 2%;
}
.index .information .cont .item .p2{
  font-size: 15px;
  color:#666666;
  margin-bottom: 22px;
  width: 100%; 
  overflow: hidden;     
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height:56px;
  line-height: 28px;
  position: relative;
  /* height: 42px; */
}
.index .information .cont .item .p2::after{
  content: "...";
  position: absolute;
  bottom: 0;
  right: 8px;
  padding-left: 14px;
  background: -webkit-linear-gradient(left, transparent, #fff 50%);
  background: -o-linear-gradient(right, transparent, #fff 50%);
  background: -moz-linear-gradient(right, transparent, #fff 50%);
   background: linear-gradient(to right, transparent, #fff 50%);

}
.index .information .cont .item  span{
 font-size: 14px;
 color: #333333;
 margin-bottom: 12px;
}
.index .information .cont .item:hover .p1{
  color: #1798ff;
}
.index .information .cont .item:hover span{
  color: #1798ff;

}
.index .information .cont{
  display: flex;
}
.index .information .mobile-learn{
  display: none;
}


/*底部*/
.footer{ height:100%; background: url(../img/footer_bg.jpg) no-repeat center top; color: #fff;}
.footer a{color: #fff;}
.foot_top { padding: 40px 0; height:100%; overflow:hidden;}

.foot_nav { float: left; margin-right: 100px; height:100%;}
.foot_nav dt{ line-height: 30px; font-size:18px; font-weight:bold; margin-bottom:10px;}
.foot_nav dd { font-size: 16px; line-height:32px;}
.foot_contact { float: right; margin-right:0px;}

.foot_copy { border-top: 1px solid #7b8081; line-height: 28px; padding:16px 0; height:100%; overflow:hidden; }
.foot_copy_txt { font-size: 14px; color:#fff;}
.foot_copy_txt a{color:#fff;}

.links { width:100%; padding:15px 0px; line-height:24px;}
.links a { padding-right:5px;}

/*内页*/
.ban1 { width:100%; height:300px; background:url(../img/ban1.jpg) center top no-repeat; overflow:hidden;}
.ban2 { width:100%; height:300px; background:url(../img/ban2.jpg) center top no-repeat; overflow:hidden;}
.ban4 { width:100%; height:300px; background:url(../img/ban4.jpg) center top no-repeat; overflow:hidden;}
.ban5 { width:100%; height:300px; background:url(../img/ban5.jpg) center top no-repeat; overflow:hidden;}
.ban6 { width:100%; height:300px; background:url(../img/ban6.jpg) center top no-repeat; overflow:hidden;}
.ban7 { width:100%; height:300px; background:url(../img/ban7.jpg) center top no-repeat; overflow:hidden;}

.sec_con { height:100%; width:1200px; overflow:hidden; margin:0 auto; margin-top:40px; margin-bottom:30px;}
.sec_con .l { width:240px;float: left;}
.sec_con .r { float:right; width: 920px; padding-left:40px;}


/*左边*/
.l .bd{  }
.l .bd .hd { width:240px;line-height: 56px; background: #13458f; overflow: hidden;}
.l .bd .hd a {  padding-left:30px; font-weight:bold; font-size:18px;  color: #fff;}

.fdh-01-nav-one{ border:1px solid #eee; }
.fdh-01-nav-one dl { display:none;}
#submenu_1 dl { display: inline;}

.fdh-01-nav-one h3 { font-weight:bold; height: 50px; line-height: 50px; background: url(../img/sec/p14-icon5.png) no-repeat right center #ececeb;margin-bottom: 2px; overflow: hidden;}
.fdh-01-nav-one h3 a { display: block; height: 50px; font-size: 18px;  margin-right: 40px;margin-left: 38px;color: #040404;}
.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover { background: url(../img/sec/p14-icon2.png) no-repeat right center  #1e5db0;}
.fdh-01-nav-one h3.sidenavcur a, .fdh-01-nav-one h3:hover a{ color: #fff;}

.fdh-01-nav dl {padding: 2px 0 4px;}
.fdh-01-nav dt {  height: 50px;
            font-size: 16px;
            line-height: 50px;
            padding-left: 54px;
            padding-right: 40px;
            margin-bottom: 1px;
            background: #ececec;
            position: relative;
            overflow: hidden;}
        
 .fdh-01-nav dt:after {
            content: "";
            width: 8px;
            height: 8px;
            border: 2px solid #b8b8b8;
            border-style: solid solid none none;
            position: absolute;
            top: 50%;
            right: 32px;
            margin-top: -4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);}
			
.fdh-01-nav dt a { color:#5f5f5f;}   
.fdh-01-nav dt.sidenavcur:after,.fdh-01-nav dt:hover:after { border-color:  #1e5db0;}
.fdh-01-nav dt.sidenavcur a,.fdh-01-nav dt:hover a { color:  #1e5db0;}
.fdh-01-nav dd { border: 1px solid #ececec;border-bottom: 0;}

.left_lx{ margin-top:15px;width:230px; height:100px; overflow:hidden; position:relative;}
.left_lx img{ width:230px; height:100px; overflow:hidden;}
.left_lx p{position:absolute; top:20px; left:15px; color:#333; line-height:24px;}
.left_lx p span{ font-weight:bold; color:#d30000; font-size:18px; display:block;}
.left_lx p a{color:#d30000; }


/*右边*/
.sec_bd{ width:920px;  }
.sec_hd{ height:56px;  }
.sec_hd .rt{ float:left; color:#333; font-weight:bold; }
.sec_hd .rt a{font-size:40px; color:#333; line-height:56px;}
.sec_hd span{ float:right;font:100 12px/25px "微软雅黑";  margin-top:23px; color:#666;}
.sec_hd span a{color:#666;}

.sec_con2 { padding:10px 0px; min-height:450px;}
.sec_tpm {line-height:24px; font-size:14px;}
.sec_tpm img { margin:0 auto; max-width:984px; overflow:hidden;}

.sec_tpm3 {line-height:34px; overflow:hidden; }
.sec_tpm3 li { border: 1px solid #dedede; margin-bottom: 15px;padding: 22px 22px 22px 22px;background: #fff; overflow: hidden; }
.sec_tpm3 li:hover{border:1px solid #254693; background:#f6f6f6;}
.sec_tpm3 li:hover .tit a {color: #254693; }
.sec_tpm3 li .tit { height: 40px;line-height: 40px; margin-bottom: 5px;overflow: hidden;}
.sec_tpm3 li .tit a { float:left;font-weight: bold; font-size:18px; color: #254693;}
.sec_tpm3 li .tit span { float:right;}          
.sec_tpm3 li p { max-height: 72px;font-size: 14px;line-height: 24px;color: #797979; margin-bottom:8px; overflow: hidden;}
.sec_tpm3 li .more { width: 90px; height: 30px; text-align: center; line-height: 30px; display: block;float: right; background: #b6b6b6;color: #fff;}
.sec_tpm3 li .more a{color:#fff;}
.sec_tpm3 li:hover .more { background: #254693; border-color: #254693;}
.sec_tpm3 li:hover .more a {color: #fff;}   

.wr20 { font-size:20px;}
.wr14 { font-size:14px;}

.indexproda {font-size:14px; margin-top:30px;}
.indexproda li { float:left;width:158px; margin-left:3px; margin-right:3px; margin-bottom:10px;  }
.indexproda li img { width:158px; height:119px; overflow:hidden; }

/*产品*/
.secprod_p{font-size:14px; margin-top:10px;}
.secprod_p{ margin-bottom:20px;}
.secprod_p li { float:left; margin-right:16px;margin-bottom:25px; }
.secprod_p li:nth-child(3n){margin-right: 0px;}

.secprod_p li .cppic { position: relative;overflow: hidden;}
.secprod_p li .cppic .box-content{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.2s;
}

.secprod_p li .cppic:hover .box-content { background:url(../img/sec/cpbg.png) repeat;}

.content{ width: 100%; padding: 7px 0;opacity: 0;position: absolute;left: 0;bottom: -30px;z-index: 2;transition: all 0.3s ease 0.1s;}
.secprod_p li .cppic:hover .content{opacity: 1;bottom: 75px;}
.secprod_p li .cppic .title{color:#fff;font-size: 25px;font-weight: 500;letter-spacing: 1px;text-align:center;text-transform: uppercase;margin: 0;}
.secprod_p li .cppic .title a {color:#fff;}

.secprod_p li .cppic .icon{padding: 0;margin: 0;list-style: none;transform: translateX(-50%);position: absolute;top: 65px;right: 50px;z-index: 2;transition: all 0.5s ease 0.3s;}
.secprod_p li .cppic .icon li { opacity: 0;transform: scale(0) rotate(360deg);transition: all 400ms;}
.secprod_p li .cppic .icon li i { padding-top:20px;}
.secprod_p li .cppic:hover .icon li{opacity: 1;transform: scale(1) rotate(0);}

.secprod_p li .cppic .icon li a {
    color:#fff;
    background: #F00;
    font-size: 40px;
	text-align:center;
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
    border-radius: 50%;
    line-height: 80px;
    display: block;
    position: relative;
    transition: all 0.3s;
}

.secprod_p li .cppic:hover .icon li a { color:#fff;}

.secprod_p li .cppic .icon li a:hover{text-decoration: none;color:#fff;background: #F00;border-radius: 0 20px 0 20px;}
.secprod_p li .cppic:before, .secprod_p li .cppic:after, .box-content:before, .box-content:after {
    content: '';
    background: #001974;
    height: 100%;
    width: 25%;
    transform: translateY(-100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.secprod_p li .cppic .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%);
    position: absolute;
    top: 65px;
    right: 50px;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}

.secprod_p li .cppic .title {
	width:90%;
	margin:0 auto;
	text-align:center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.secprod_p li img{width:296px; height:296px; overflow:hidden; border:none;}
.secprod_p li p{ height:32px; text-align:center; line-height:36px; }

.pdl_sec1_c{position: absolute;left: 0;top: 100%;right: 0;bottom: 0;background-color: rgba(72,126,231,0.7);color: #fff;text-align: center;padding:85px 115px 0 115px;}

.pdl_ct{font-size: 20px;font-weight: bold;margin-bottom: 10px;}
.pdl_cp{font-size: 14px;}
.pdl_cl{font-size: 15px;margin-top: 40px;width: 193px;height: 48px;line-height: 48px;text-align: center;background-color: #fff;margin: 40px auto 0 auto;}
.pdl_cl a{display: block;color: #5a5a5a;}
.pdl_cl:hover{background-color: #13293d;color: #fff;}
.pdl_cl:hover a{color: #fff;}


/*案例*/

.ul_11{ margin-bottom:20px;}
.ul_11 li{ float:left;margin-left:15px; margin-right:15px;margin-bottom:15px; }
.ul_11 li img{width:270px; height:203px; padding:2px; overflow:hidden; border:1px solid #e6e6e6;}
.ul_11 li p{ height:30px; text-align:center; line-height:30px; overflow:hidden;}

/*荣誉资质*/
.rypic{ width:205px; margin-left:10px; margin-right:10px; margin-bottom:10px;}
.rypic img{ width:195px; height:257px; overflow:hidden; border:5px solid #dbdbdb;}
.rypic p{ height:35px; line-height:35px; text-align:center;}


.pro1{ width:320px; height:237px; overflow:hidden; border:1px solid #ccc; padding:2px; background:#fff;}

/*留言*/

.sec_tpm7 { padding:10px 0px; width:546px; margin:0 auto; padding-bottom:120px;}
.sec_tpm7 li {  margin-bottom:16px; line-height:34px;font-weight: normal;} 
.sec_tpm7 .name { height:28px; line-height:28px;  border:1px solid #a8a8a8; width:533px; padding-left:10px; }
.sec_tpm7 .email { height:28px; line-height:28px;  border:1px solid #a8a8a8; width:533px; padding-left:10px; }
.sec_tpm7 .tel { height:28px; line-height:28px;  border:1px solid #a8a8a8; width:533px; padding-left:10px;}
.sec_tpm7 .msgg { line-height:28px; border:1px solid #a8a8a8; width:531px; padding-left:10px; }
.sec_tpm7 .msbtn { float:right;font-family:"微软雅黑"; background:#a8a8a8; color:#fff; text-align:center; border:none; width:67px; height:35px; line-height:35px; cursor:pointer; font-size:16px; font-weight:bold;}

/*资料下载*/
.npro_con{ margin-bottom:20px;}
/*资料下载*/
.npro_con table{line-height:40px; width:100%; border-spacing:0px; border-collapse: collapse; border: none; }
.npro_con table tr{border-bottom:1px dashed #ddd;}
.npro_con table td.dli{ background:url(../img/icon2.jpg) 5px center no-repeat; padding-left:25px;}
.npro_con table td.dl2{ float:right; }

/*内页*/

.sec_about_top  { width:100%; padding:30px 0px;  }
.sec_about_top .seccontit { font-size:20px; font-weight:500;line-height:50px; text-align:center }
.sec_about_top .secline { width:30px; height:3px; background:#FF0000; margin: 0 auto;}
.sec_about_top p { text-align: center; line-height:38px}

.sec_about_con { font-size:16px; padding:20px 0px 0px 0px; width:1030px; margin:0 auto; line-height:28px;}
.sec_about_con img { margin:0 auto;}

.secconbg { background:#f5f5f5; padding-bottom:35px;}
.fzlc{width: 1090px; margin: 0 auto; background: url(../img/sec/xian.jpg) repeat-y 230px 0px;}
.fzlc li a{ display: block; }
.fzlc li{ padding: 30px 0px;}
.fzlc_h3{ font-size:26px; font-weight:normal; color: #454545; width: 150px; padding-right: 80px; text-align: right; float: left; position: relative; line-height:30px; }
.fzlc_h3 span{ position: absolute; right: -14px; top:0px; width: 28px; height: 28px; background: url(../img/sec/yuan.png) no-repeat; }
.fzlc li:hover span{ background: url(../img/sec/yuan_on.png) no-repeat; }
.fzlc_cont{ float: left; width: 600px; padding-left: 70px; font-size: 14px; color: #454545; line-height:30px; }
.fzlc li:hover .fzlc_h3{ color: #023981; }


.about-culture { padding:10px 0px 40px 0px; width: 1090px; margin:0 auto; line-height:24px; overflow:hidden;  }
.about-culture ul  {  position:relative;}
.about-culture ul li{ float: left; width: 33.333%; text-align: center; }
.about-culture ul li h3{ font-size: 18px; padding: 25px 0;}
.about-culture ul li em{ background: url(../img/sec/icon08.png) no-repeat; display: inline-block; width: 62px; height: 62px; position: absolute; left: 50%;  top: 50%;-webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);vertical-align: middle;}
.about-culture ul li span{ padding:16%; border: 2px solid #828282; border-radius: 100%; position: relative;display: inline-block;}
.about-culture ul li.s2 em{background-position: -450px 0;}
.about-culture ul li.s3 em{ background-position: -872px 0;}
.about-culture ul li:hover em{background-image: url(../img/sec/icon09.png);}
.about-culture ul li:hover span{ border: 2px solid #ac0808;}

.secnew  { padding:0px 0px 0 0; overflow:hidden; width:1200px; margin:0 auto;}
.secnewtit { margin:0 auto;  line-height:24px; overflow:hidden; padding-top:15px;}
.menu5 { width:100%; margin:0 auto;  text-align: center; }
.menu5 a { font-size:14px; display:inline-block; text-align:center; padding:0px 20px; border:1px solid #eee; line-height:36px; color:#333; margin-left:5px; margin-right:5px;}
.menu5 a:hover { background:#1a3564; cursor:pointer; color:#fff; }
.menu5 a.curbg { background:#1a3564; color:#fff; }
.menu5 .curbg { color:#fff; }

.menu6 { width:100%; margin:0 auto;  text-align: center; padding:20px 0px 0px 0px; }
.menu6 a { font-size:12px; display:inline-block; text-align:center; line-height:22px; color:#333; padding-left:9px; padding-right:9px;}
.menu6 a:hover { background:#8b989e; cursor:pointer; color:#fff; border-radius:3px; }



.wp { width: 920px; margin: 0 auto;}
.suport-box{background: url(../img/sec/serbg.jpg) no-repeat 50%;overflow: hidden; padding-top: 40px; padding-bottom: 40px; height:317px;}
.suport-box li{ float:left; width:515px; height: 160px; margin-bottom: 40px; overflow: hidden;}

.suport-box li a{display:block; overflow:hidden; cursor:pointer; width: 140px; height: 140px; border: 10px solid #ffffff; background-color: #ececec; border-radius: 50%;}
.suport-box li:hover a { background-color: #e10005;}
.suport-box li.s1 a { margin-left:255px; display:block }
.suport-box li.s2 a { margin-left:105px;display:block }
.suport-box li.s3 a { margin-left:255px; display:block}
.suport-box li.s4 a { margin-left:105px; display:block}

.suport-box li span{display:block; height:60px; overflow:hidden;}
.suport-box li span.span1{background:url(../img/sec/tb1.png) no-repeat center; -webkit-transition: all 0.5s ease-in-out; margin-top:23px;}
.suport-box li span.span2{background:url(../img/sec/tb2.png) no-repeat center; -webkit-transition: all 0.5s ease-in-out;margin-top:23px;}
.suport-box li span.span3{background:url(../img/sec/tb3.png) no-repeat center; -webkit-transition: all 0.5s ease-in-out;margin-top:23px;}
.suport-box li span.span4{background:url(../img/sec/tb4.png) no-repeat center; -webkit-transition: all 0.5s ease-in-out;margin-top:23px;}
.suport-box li h2{font-size:16px;  padding:5px 0px 18px 0px; line-height:30px; text-align:center;}
.suport-box li:hover a { text-decoration:none;}
.suport-box li:hover span.span1{background:url(../img/sec/tb1_h.png) no-repeat center;}
.suport-box li:hover span.span2{background:url(../img/sec/tb2_h.png) no-repeat center;}
.suport-box li:hover span.span3{background:url(../img/sec/tb3_h.png) no-repeat center;}
.suport-box li:hover span.span4{background:url(../img/sec/tb4_h.png) no-repeat center;}
.suport-box li:hover h2{color:#fff;}
.suport-box li:hover p{color:#fff; background:url(../img/hove_h.jpg) no-repeat center bottom;}

.rczp {width: 1030px; padding-bottom:20px; overflow:hidden; }
.rczp li { float:left; padding:20px 20px; width:303px; line-height:22px;}
.rczp li img { width:303px;}
.rczp li p { font-weight:bold; line-height:22px; padding:8px 0px;}



.sec_con1{ width:1200px;  margin:0 auto;margin-top:20px; margin-bottom:20px;}

/* 独立模块 dm3 ==================*/

.dm3{overflow: hidden; padding:10px 0; font-size:0;}
.dm3 a{display:inline-block; zoom:1;font-size:14px;color: #6B6B6B;background:url('../img/u226.png') no-repeat right center; padding: 0 15px; padding-right: 20px;}
.dm3 a:last-child{background: transparent;}

.dm3 a:first-child i{vertical-align: middle;display: inline-block; height: 20px; width: 20px; font-size: 0px; background:url('../img/u224.png') no-repeat center top; background-size: auto 78%; padding-right:5px;}

.sec_tpm_t{ width:1200px; line-height:24px;font:100 14px/24px "微软雅黑"; min-height:400px; margin-top:25px;}
.sec_tpm_t img { max-width:900px;}

.sectit { height:47px; margin-top:20px; background:url(../img/cpjsbg.png) left top no-repeat; padding-left:50px; margin-bottom:20px; }
.sectit h5 { display:inline-block;  font-weight:600; cursor: pointer; line-height:47px; overflow:hidden; font-size:16px; color:#fff;}

.secbut { width:88px; height:32px; display:inline-block; font:14px "Microsoft YaHei"; color:#fff; line-height:32px; text-align:center; background:#4bac0f; -moz-border-radius: 5px;/* Gecko browsers */-webkit-border-radius: 5px;   /* Webkit browsers */border-radius:5px; margin-right:10px; }
.bdshare-button-style0-16 .bds_qzone{background-position:0 -52px}.bdshare-button-style0-16 .bds_tsina{background-position:0 -104px}.bdshare-button-style0-16 .bds_renren{background-position:0 -208px}.bdshare-button-style0-16 .bds_tqq{background-position:0 -260px}.bdshare-button-style0-16 .bds_kaixin001{background-position:0 -312px}.bdshare-button-style0-16 .bds_tqf{background-position:0 -364px}.bdshare-button-style0-16 .bds_hi{background-position:0 -416px}.bdshare-button-style0-16 .bds_douban{background-position:0 -468px}.bdshare-button-style0-16 .bds_tieba{background-position:0 -728px}.bdshare-button-style0-16 .bds_hx{background-position:0 -988px}.bdshare-button-style0-16 .bds_fx{background-position:0 -1040px}.bdshare-button-style0-16 .bds_ty{background-position:0 -1196px}.bdshare-button-style0-16 .bds_fbook{background-position:0 -1352px}.bdshare-button-style0-16 .bds_twi{background-position:0 -1404px}.bdshare-button-style0-16 .bds_linkedin{background-position:0 -1664px}.bdshare-button-style0-16 .bds_meilishuo{background-position:0 -1716px}.bdshare-button-style0-16 .bds_mogujie{background-position:0 -1768px}.bdshare-button-style0-16 .bds_diandian{background-position:0 -1820px}.bdshare-button-style0-16 .bds_huaban{background-position:0 -1872px}.bdshare-button-style0-16 .bds_duitang{background-position:0 -2028px}.bdshare-button-style0-16 .bds_youdao{background-position:0 -2080px}.bdshare-button-style0-16 .bds_wealink{background-position:0 -2184px}.bdshare-button-style0-16 .bds_copy{background-position:0 -2288px}.bdshare-button-style0-16 .bds_mail{background-position:0 -2340px}.bdshare-button-style0-16 .bds_print{background-position:0 -2392px}.bdshare-button-style0-16 .bds_mshare{background-position:0 -2444px}.bdshare-button-style0-16 .bds_sqq{background-position:0 -2652px}.bdshare-button-style0-16 .bds_sdo{background-position:0 -2704px}.bdshare-button-style0-16 .bds_qingbiji{background-position:0 -2756px}.bdshare-button-style0-16 .bds_people{background-position:0 -2808px}.bdshare-button-style0-16 .bds_xinhua{background-position:0 -2912px}.bdshare-button-style0-16 .bds_yaolan{background-position:0 -2964px}.bdshare-button-style0-16 .bds_thx{background-position:0 -2496px}.bdshare-button-style0-16 .bds_bdhome{background-position:0 -156px}.bdshare-button-style0-16 .bds_bdxc{background-position:0 -2548px}.bdshare-button-style0-16 .bds_bdysc{background-position:0 -3068px}.bdshare-button-style0-16 .bds_isohu{background-position:0 -3016px}.bdshare-button-style0-16 .bds_more{background-position:0 0}.bdshare-button-style0-16 .bds_ibaidu{background-position:0 -3120px}.bdshare-button-style0-16 .bds_weixin{background-position:0 -1612px}.bdshare-button-style0-16 .bds_iguba{background-position:0 -1300px}.bdshare-button-style0-16 .bds_h163{background-position:0 -3160px}.bdshare-button-style0-16 .bds_evernotecn{background-position:0 -3184px}.bdshare-button-style0-16{zoom:1}.bdshare-button-style0-16:after{content:".";visibility:hidden;display:block;height:0;clear:both}.bdshare-button-style0-16 a,.bdshare-button-style0-16 .bds_more{float:left;font-size:12px;padding-left:17px;line-height:16px;height:16px;background-image:url(../img/share/icons_0_16.png?v=91362611.png);background-repeat:no-repeat;cursor:pointer;margin:6px 6px 6px 0}.bdshare-button-style0-16 a:hover{color:#333;opacity:.8;filter:alpha(opacity=80)}.bdshare-button-style0-16 .bds_more{color:#333;float:left}.bdshare-button-style0-16 .bds_count{color:#333;background:url(../img/share/sc.png?v=a970ff04.png) no-repeat 0 -30px;width:42px;height:16px;padding:0;margin:6px 0 0;text-align:center}.bdshare-button-style0-16 .bds_count:hover{background-position:-42px -30px}.bdshare-button-style0-16 .bds_button_image{float:left;cursor:pointer;margin:6px 6px 0 0;height:auto;padding:0}.bdshare-button-style0-16 .bdshare_button_count{background:url(../img/share/sc.png?v=a970ff04.png) no-repeat 0 0;width:44px;height:24px;line-height:24px}.bdshare-button-style0-16 .bdshare_button_count:hover{background-position:-44px 0}
.bds_tsohu,.bds_tfh,.bds_baidu,.bds_qq,.bds_msn,.bds_sohu,.bds_qy,.bds_leho,.bds_ifeng,.bds_ff,.bds_tuita,.bds_ms,.bds_deli,.bds_s51,.bds_t163,.bds_share189,.bds_xg,.bds_s139{display:none}

.secbut{color:#fff;}
.secbut:hover{color:#fff;}

.jqzoom{float:left;position:relative;cursor:pointer;}
div.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}

div.jqZoomPup{z-index:10;visibility:hidden;position: absolute;top:0px;left:0px;width:150px;height:150px;border:1px solid #aaa;background: #fff;opacity:0.5;-moz-opacity: 0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);}

.wr20 { font-size:28px;}
.wr14 { font-size:14px;}
.m11{ margin-top:10px;  }
.m11 h5{ height:40px; background:#e4e4e4; color:#333; line-height:40px; font-size:16px; font-weight:bold; padding-left:10px;}
.m11 .cont2{ min-height: 260px; padding:10px;}
.m11 .cont2 img { max-width:740px;}
.m11 .cont2 p{color: #5E5E5E; font-size: 14px;}
.pro1{ width:400px; height:300px; overflow:hidden; padding:2px; background:#fff;}


.nybanner {position: relative;}
.nybanner .img { width: 100%; height: 350px;}

.nybanner .text { position: absolute; left: 0; top: 0; width: 100%; text-align: center; padding-top: 95px;}
.nybanner .text .wz { line-height: 0;}

.nybanner .fx {
  position: absolute;
  z-index: 2;
  left: 60px;
  bottom: 50px;
  width: 15px;
}
.nybanner .fx a {
  display: block;
  width: 15px;
  line-height: 0;
  margin: 20px 0 0 0;	
}


.about_box { padding: 70px 0 80px; }
.about_box .left { float: left; width: 60%;}
.about_box .left .tit h4 {float: left;color: #f1f1f1;font-size: 20px; font-weight: normal;}
.about_box .left .tit h4 span {
  font-size: 30px;
  text-transform: uppercase;
  display: block;
}
.about_box .left .tit h3 {
  margin-top: 23px;
  float: left;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  margin-left: 15px;
}
.about_box .left .text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
}
.about_box .left .box {
  margin-top: 45px;
}
.about_box .left .box .top .bt {
  color: #484c52;
  font-size: 24px;
}
.about_box .left .box .top .d {
  margin-top: 5px;
  color: #484c52;
  font-size: 18px;
}
.about_box .left .box ol {
  margin-top: 25px;
}
.about_box .left .box ol li {
  float: left;
  color: #666666;
  font-size: 16px;
  line-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 48%;
}
.about_box .left .box ol li:nth-child(2n) { float: right;}
.about_box .right { float: right;line-height: 0;width: 35%;}
.about_box .right img { width:100%;}


.title { text-align: center;}
.about_box2 { background:#113981; padding: 50px 0 50px;}
.about_box2 .title h3 { font-weight:bold; margin-top:10px; color: #fff; font-size: 30px;}
.about_box2 .title h4 { margin-top: -35px; font-size: 48px;color: #e4ebed;opacity: .1;}
.about_box2 .title p { color: #ffffff;font-size: 14px;line-height: 24px;}

.about_box2 ol { margin-top: 39px;}
.about_box2 ol li {
  float: left;
  width: 23.5%;
  background: #fff;
  background: url(../img/about_bg3.jpg) no-repeat center bottom;
  margin-left: 2%;
}
.about_box2 ol li:first-child {
  margin-left: 0;
}
.about_box2 ol li .img {
  line-height: 0;
  overflow: hidden;
}
.about_box2 ol li .text {
  padding: 0 8% 30px;
  text-align: center;
}
.about_box2 ol li .text h3 {
  color: #fff;
  font-size: 18px;
  font-weight:bold; 
  text-align: center;
  padding-top: 25px;
}
.about_box2 ol li .text p {
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}


.brand_box3 { background: url(../img/sec/brand_bg3.jpg) no-repeat top center; padding: 60px 0;}
.brand_box3 .left {
  float: left;
  width: 60%;
  padding-top: 20px;
}
.brand_box3 .left .tit h4 {
  float: left;
  color: #999999;
  font-size: 20px;
  font-weight: normal;
}
.brand_box3 .left .tit h4 span {
  font-size: 30px;
  text-transform: uppercase;
  display: block;
}
.brand_box3 .left .tit h3 {
  margin-top: 23px;
  float: left;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  margin-left: 15px;
}
.brand_box3 .left .text {
  margin-top: 30px;
  color: #333333;
  font-size: 16px;
  line-height: 36px;
}
.brand_box3 .right {
  float: right;
  line-height: 0;
  width: 35%;
}
.brand_box3 .right img { width:100%;}


.nybanner2 {position: relative;}
.nybanner2 .img { width: 100%; height: 300px;}
.nybanner2 .div1 {  font-size: 0; width: 100%; 
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-size: 0;
}
.nybanner2 .div1 .p1 { font-size: 48px; color: #fff; width: 100%; margin-bottom:30px; }
.nybanner2 .div1 .p2 { width: 100%;}
.nybanner2 .div1 .p2 { font-size: 24px; color: #fff; width: 56%; margin: 0 auto; line-height: 22px;}


.menu2 { position:relative;  z-index: 2; height:44px; line-height:44px; width:362px; margin: -44px auto 0; text-align:center;}
.menu2 a { display: block; font-size:16px; float: left; background: #fbfbfb; color: #333333;font-size: 16px; width:120px; margin-right:1px;}
.menu2 a:last-child {margin-right:0px;}

/*新闻*/
.newscontent { overflow:hidden; width:1200px; margin:0 auto; margin-bottom:90px;}
.newslist_left { overflow:hidden; float:left; width:810px; padding-right:40px; border-right:1px solid #e9e9e9; padding-top:60px;}

.news_listbox{ overflow:hidden; width:100%;}
.right2 { overflow: hidden; width: 310px;float: right; margin-top: 30px;}
.newslist_right { overflow:hidden; width:310px; float:right; margin-top:60px;}
.newslist_right>h4{ font-weight:normal; font-size:24px; color:#555; margin-bottom:20px;}
.newslist_right .zw_tu{ display:block; margin:0 auto;}

.newslist_left dl.top{ overflow:hidden; width:100%; padding-bottom:30px; border-bottom:1px solid #e9e9e9; margin-bottom:30px; height:190px;}

.newslist_left dl.top dt{ overflow:hidden; float:left; width:316px; height:200px;}
.newslist_left dl.top dt img{ display:block; width:316px; height:200px; padding:0px !important;transition:0.8s;-moz-transition:0.8s, -moz-transform 0.8s;-webkit-transition:0.8s, -webkit-transform 0.8s;}
.newslist_left dl.top dt:hover img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-m-transform: scale(1.1);transform: scale(1.1);}

.newslist_left dl.top dd{ overflow:hidden; float:right; width:470px; height:200px;}
.newslist_left dl.top dd h4{ font-size:18px; margin-bottom:15px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.newslist_left dl.top dd h4 a{ color:#333;}
.newslist_left dl.top:hover dd h4 a{ color:#2f4779;}
.newslist_left dl.top dd em{ display:block; font-size:12px; color:#999; margin-bottom:15px;}
.newslist_left dl.top dd em i{ margin:0 5px;}
.newslist_left dl.top dd p{ font-size:14px; color:#666; line-height:24px; height:72px; overflow:hidden; text-align:justify; margin-bottom:10px;}
.newslist_left dl.top dd .more{ display:block; width:116px; height:31px; line-height:31px; text-align:center; font-size:12px; color:#999; font-family:Arial; border:2px solid #e9e9e9; text-decoration:none}
.newslist_left dl.top:hover .more{ color:#fff; border-color:#2f4779; background-color:#2f4779}
.newslist_left dl.top.last{ margin-bottom:0}


.right2_main .t03 a { font-weight: normal;font-size: 24px; color: #555;margin-bottom: 20px; font-weight:bold; }

ul.n_rt_ul1 {overflow: hidden; width:310px;margin: 0 auto; padding: 15px 0px 15px 0px; margin-top:5px; }
ul.n_rt_ul1 a {
	float:left;
	display:block;
    margin: 0 11px 7px 0;
    width: 96px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    display: block;
    float: left;
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 4px;
}
ul.n_rt_ul1 a:nth-child(3n){margin-right: 0px;}


ul.n_rt_ul {overflow: hidden;  background: #f5f5f5; margin: 0 auto; padding: 15px 15px 15px 15px; width:280px; margin-top: 15px;margin-bottom:20px;}
ul.n_rt_ul li { line-height:32px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding-left:20px;background:url(../img/sec/a2.gif) no-repeat left center;   }
ul.n_rt_ul li a{ display:block;  width:254px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font:14px Microsoft YaHei; color:#333; height:32px; line-height:32px; padding-left:6px; }
ul.n_rt_ul li a:hover{ color:#172a86; font-weight:bold; padding-left:10px;}
ul.n_rt_ul li.cur{/*background:url(img/common/a1.gif) no-repeat left center;*/ }

ul.n_rt_ul2 {overflow: hidden; width:310px;margin: 0 auto; padding: 15px 0px 15px 0px; margin-top:5px; }
ul.n_rt_ul2 li {float: left;text-align: center; width: 145px; margin-right:5px; margin-left:5px; padding-bottom:6px;}
ul.n_rt_ul2 li img {width: 145px; height:109px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
ul.n_rt_ul2 li p { line-height: 30px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
ul.n_rt_ul2 li:hover img {-webkkit-filter: brightness(105%);filter: brightness(105%);}
ul.n_rt_ul2 li:hover p { color: #e3a91a;}


/*新闻*/

.left2{     overflow: hidden;
    float: left;
    width: 810px;
    padding-right: 40px;
    border-right: 1px solid #e9e9e9;
    padding-top: 0px;}

.n_info_con {  padding:0px 0px 0 0px;  font-size:14px;}
.n_info_con strong{ font-weight:bold;}
.n_info_con h1 {  padding-top:16px; color: #333;  font-weight:normal;  font-size: 22px; line-height: 40px; padding-bottom:10px; margin-bottom: 10px; text-align: center;font: 24px/63px "Microsoft Yahei"; font-weight:bold;  }
.n_info_con2 { margin:0 auto; border:1px solid #D6D6D6;}
.n_info_con h3 { text-align:center; color:#000;   margin-bottom:10px; font-size:24px;border-bottom: 1px dashed #CCCCCC; } /*资讯详细页面，内容标题*/
.info_con_tit {  line-height:24px; margin-bottom:15px;}
.info_con_tit span { margin-right:20px;}
.info_con_tit .m_qrinfo{position:relative;}
.m_qrcode{ display:none; position:absolute; left:0px; top:20px; background:#fff;border:1px dashed #f1f1f1; }
.m_qrcode em{ line-height:24px; color:red; display:block; text-align:center;}
.info_con_tit .n_tit {  text-align:left; color:#666; border-bottom:1px dashed #999; height:44px; line-height:44px;}
.info_con_tit .n_tit .m_qrinfo a{background:url(img/common/tel0.gif) no-repeat left top; height:45px; display:inline-block; font-size:0px; width:24px;}
.info_con_tit .n_tit .m_qrinfo a:hover{background:url(img/common/tel1.gif) no-repeat left top;}
.info_con_tit .n_tit a{ color:#BCBBBB; }
.info_con_tit .n_tit span .cur{color:#000;}
.info_con_tit .n_tit2 { height:24px;}
.n_info_con .tit2_span { float:right; margin:0; _margin-top:5px;}
#cntrBody{ font-size:16px; padding-top:36px ; line-height:28px;}
#cntrBody img { padding:10px 0px;  max-width:810px;}


#cntrBody2{ padding-top:36px ; line-height:28px;}
#cntrBody2 img { padding:10px 0px; margin:0 auto; max-width:1200px;}

.n_info_con .apage { text-align:center; } /*资讯详细页面，翻页区块*/
.info_input { text-align:center; color:#000; margin-bottom:15px;}  /*详细页面，评论，推荐，打印，订阅，按钮样式块*/
.info_input input { } /*详细页面，评论，推荐，打印，订阅，按钮,可修改文字色彩*/
.info_key { border-bottom:solid 1px #ccc; line-height:30px; padding:0 10px; margin:0px 0; overflow:hidden; font: 14px/30px "Microsoft Yahei"; padding-bottom:20px;}
.info_key em{ padding: 0px 12px;}
.info_key span { font-size:14px;}
.info_key a { margin-right:10px;}
.ad2 { margin-bottom:10px;}
.n_info_con2 .t04 { color:#fff; border-bottom:1px solid #E0E0E0;  color:#028ac9 ; line-height:48px; height:48px; font-size:0; background:url(img/common/news_28.png) no-repeat 12px center; }/*可修改文字色彩(关于网络推广)*/
.n_info_con2 .t04 b{ font-weight:bold; font-size:20px; text-transform:uppercase;font-family: 宋体; font-size:0;}
.n_info_con2 .t04 a { color:#B61212;}/*可修改文字色彩(关于网络推广)*/
.n_info_con2 .t04 a:hover { color:#B61212;}

.mybdshare a{float:right !important; padding-top:5PX; padding-bottom:6PX;}

/*下一篇、下一篇*/
.page_wen{ overflow:hidden; width:100%; height:60px; line-height:60px; font-size:14px; margin-top:20px;}
.page_wen .page_left{ float:left; width:390px; background-color:#f7f7f7;}
.page_wen .page_right{ float:right; width:390px; background-color:#f7f7f7;}
.page_wen .btn{ display:block; text-decoration:none; width:80px; height:60px; background-color:#e8e8e8; text-align:center;}
.page_wen .page_title{ display:block; width:270px; margin-left:20px; float:left;height:60px; overflow:hidden}
.page_wen .page_left:hover  .page_title{color:#028ac9;}
.page_wen .page_left:hover  .btn{ background:#028ac9; color:#fff;}
.page_wen .page_right:hover  .page_title{color:#028ac9;}
.page_wen .page_right:hover  .btn{ background:#028ac9; color:#fff;}
.page_wen .page_left .btn{ float:left}
.page_wen .page_right .btn{ float:right}
.page_wen .page_right .c9 {margin-left:20px;}



.nybanner3 {position: relative;}
.nybanner3 .img { width: 100%; height: 300px;}

.nybanner3 .text { position: absolute; left: 0; top: 0;width: 100%;text-align: center;padding-top:95px;}
.nybanner3 .text .wz { line-height: 0; font-size:18px;}

.nybanner3 .text .search {
  width: 760px;
  height: 62px;
  background: #fff;
  margin: 62px auto 0;
}
.nybanner3 .text .search .t {
  float: left;
  width: 80%;
  height: 62px;
  line-height: 62px;
  border: none;
  font-size: 16px;
  color: #999999;
  padding: 0 15px;
  -webkit-appearance: none;
  border-radius: 0;
}
.nybanner3 .text .search .btn {
  float: right;
  background: #13458f;
  color: #fff;
  font-size: 24px;
  width: 100px;
  height: 62px;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}



.nybanner4 {position: relative;}
.nybanner4 .img { width: 100%; height: 300px;}
.nybanner4 .div1 {  font-size: 0; width: 100%; 
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-size: 0;
}
.nybanner4 .div1 .p1 { font-size: 48px; color: #fff; width: 100%; margin-bottom:30px; }
.nybanner4 .div1 .p2 { width: 100%;}
.nybanner4 .div1 .p2 { font-size: 24px; color: #fff; width: 56%; margin: 0 auto; line-height: 22px;}


.service_box2 {
  padding: 80px 0 60px;
  background: url(../img/sec/service_bg2.jpg) no-repeat left bottom;
}
.service_box2 ol li {
  float: left;
  width: 32%;
  background: #fff;
  margin-left: 2%;
}
.service_box2 ol li:first-child {
  margin-left: 0;
}
.service_box2 ol li .img {
  line-height: 0;
  overflow: hidden;
}
.service_box2 ol li .text {
  padding: 0 8% 30px;
}
.service_box2 ol li .text h3 {
  background: #fff;
  color: #333333;
  font-size: 18px;
  text-align: center;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  padding-top: 25px;
}
.service_box2 ol li .text p {
  margin-top: 16px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 96px;
}
.service_box2 .bottom {
  margin-top: 35px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.service_box2 .bottom span {
  color: #cc0000;
  font-size: 30px;
}



.fixname {
    font-size: 36px;
    color: #333333;
    text-align: center;
    font-weight: initial;
    margin-top: 2%;
}
/* 联系我们 */
.concact { padding-top:20px;}

.concact .consults .p1{
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 1%;
}
.concact .consults .div-center{
  width: 90%;
  margin: 0 auto;
  margin-top: 8%;
  margin-bottom: 10%;
}
.concact .consults .div-center ul{
  display: flex;
  justify-content: center;
}
.concact .consults .div-center ul li{
  /* width: 30%; */
}
.concact .consults  .div-center ul li:nth-child(1) {
  padding-right: 6%;
}
.concact .consults .div-center ul li:nth-child(2){
  padding: 0 5%;
}
.concact .consults .div-center ul li:nth-child(3){
  width: 30%;
  padding-left: 6%;
}
.concact .consults .div-center ul li+li{
  border-left: 1px solid #dddddd;
}
.concact .consults.div-center ul li .div1{
 line-height: 24px;
 margin-bottom: 8%;
}
.concact .consults .div-center ul li .div1 .hb{
 font-size: 16px;
 margin-bottom: 8px;
 color: #333333;
}
.concact .consults .div-center ul li .div1 p{
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.concact .consults .div-center ul li a{
  margin: 0;
}
.concact .consults .div-center ul li .div1 {
  line-height: 24px;
  margin-bottom:22px;
}