.main{ padding: 3% 0;}
.clear{ clear: both;}
.content{ line-height: 30px; padding: 2% 0 0;}

.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.bj{ background: url(../images/bj.png) no-repeat center bottom; background-size: 100%;}
.img{ text-align: center; padding: 0 0 20px;}
.img img{ max-width: 100%;}

#dituContent label {
  max-width: unset!important;
  text-align: center;
}

/*头部*/
#top_line{ background: url(../images/top_line.jpg) repeat-x center top; width: 100%; height: auto; border-bottom: 1px solid #e6e6e6;}
#top_line .container{ height: 55px; line-height: 55px;}
#top_line .container .right i{ display: inline-block; padding: 0 10px 0 20px;}
#top_line .container .right span{ color: #0061da;}
#top_line .container .right:nth-of-type(2) span{ color: #db251a;}
#top_index{ background: #fff; height: auto; padding: 0;}
#logo{ text-align: center; height: auto; padding: 20px 0;}
#logo img{ max-width: 100%; vertical-align: middle;}
@media screen and (max-width:768px){
	#logo{ text-align: left; padding: 10px;}
  #top_index{ position: fixed; z-index: 999; top: 0;}
}

#nav_bj{ height: auto;}
#nav_bj dl{ margin: 0 auto !important;}
#nav_bj dt{ float: right; width: 110px; height: 116px; line-height: 116px; font-weight: normal; font-size: 16px; color: #333333; text-align: center; background: #fff; position: relative;}
#nav_bj dt:before{ position: absolute; left: 0; bottom: 0; content: ''; background: #1d307c;width: 100%; height: 0; transition:0.5s;}
#nav_bj dt a{ display: block; position: relative; z-index: 1; color: #333333;}
#nav_bj dt:hover a{ color: #fff;}
#nav_bj dt:hover:before{ height: 100%;}
#nav_bj dt:hover{ border-bottom: 4px solid #db251a; }
@media (min-width: 1200px) and (max-width: 1400px){
  #nav_bj dt{ width: 93px; font-size: 15px;}
}
@media (min-width: 768px) and (max-width: 1200px){
	#nav_bj dt{ width: 77px; font-size: 14px;}
}

#eng_qh{ padding-top: 30px;}
#eng_qh li{ float: right; padding: 0 5px;}
@media screen and (max-width:768px){
  #eng_qh li{ float: left;}
}




#sj_nav{ width:100%; background: #00815f; height: 72px;}
#sj_nav a{ display:block; float:left; width: 25%; border-bottom: 1px solid #329755; background: url(../images/nav_line.png) no-repeat right top; height:36px; line-height:36px; text-align:center; color:#fff !important;}
.sp_nav{width:50px;float:right;position:fixed; right: 10px; z-index: 999; background: #333; cursor:pointer;height:40px;margin-top:15px}
.sp_nav span{display:block;background:#fff;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:10px}
.sp_nav span:nth-of-type(2){top:20px}
.sp_nav span:nth-of-type(3){top:30px}
.sp_nav_se span:nth-of-type(1){top:20px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:20px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#eee;width:100%;height:100vh;font-size:14px;line-height:40px;top:-100%; padding-top: 90px; left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:0;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px; text-transform: uppercase;}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%; text-transform: uppercase;}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}


#banner img{ width: 100%;}
#banner .swiper-button-next{ background: url(../images/right.png) no-repeat left top; width: 86px; height: 86px; right: 7%;}
#banner .swiper-button-prev{ background: url(../images/left.png) no-repeat left top; width: 86px; height: 86px; left: 7%;}
#banner .swiper-pagination-bullet{ background: #fff; width: 10px; height: 10px; transition:0.3s;}
#banner .swiper-pagination-bullet-active{ width: 40px; border-radius: 5px;}
#zi_banner{ width: 100%; overflow: hidden; height: 300px; position: relative;}
#zi_banner .main{ position: absolute; z-index: 2; width: 100%;}
#zi_banner #top_home{ background: rgba(29,48,124,0.8); color: #fff; padding: 20px 50px 20px 20px; float: left; border-left: 3px solid #db251a; margin-top: 30px;}
#zi_banner #top_home p{ font-size: 26px;}
#zi_banner #top_home span{ font-family: arial; text-transform: uppercase; font-size: 12px;}
@media screen and (max-width:768px){
  #zi_banner #top_home{ margin: 20% 10%;}
}

#home{ border-bottom: 1px solid #efefef; height: 50px; line-height: 50px; color: #999999; padding-left: 20px; position: relative;}
#home a{ color: #999; padding: 0 5px;}
#home:before{ position: absolute; left: 0; top: 20%; content: ''; width: 3px; height: 60%; background: #1d307c;}

.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:640px;/* 设置焦点图最大宽度 */ }
.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
.slideBox .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox .hd li.on{ background:#fff;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center; height:auto; overflow:hidden;  }
.slideBox .bd li img{  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; color:#fff;  text-align:left;  }


.slideBox1{ position:relative; overflow:hidden; margin:0 auto;  width:100%;/* 设置焦点图最大宽度 */ }
.slideBox1 .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
.slideBox1 .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox1 .hd li.on{ background:#fff;  }
.slideBox1 .bd{ position:relative; z-index:0; }
.slideBox1 .bd li{ position:relative; text-align:center; height:auto; overflow:hidden;  }
.slideBox1 .bd li img{  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox1 .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox1 .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; color:#fff;  text-align:left;  }





/*底部*/
#end_line{ height: auto; width: 100%; line-height: 30px; padding: 10px 0; background: #171717; text-align: center; color: #7b7b7b;}
#end_line a{ color: #7b7b7b;}

#end_bj{ background: #1e1e1e; width: 100%; height: auto;}
#end_bj .main{ padding: 0 0 2%;}

#end_cp img{ max-width: 100%;}
#end_nav{ margin: 0 0 2% !important; text-align: center; border-bottom: 1px solid #353535; color: #323232;}
#end_nav li{display: inline-block; width: 10%; line-height: 50px;}
#end_nav li a{ color: #fff; font-weight: bold;}
#end_lx{ color: #8d959b; line-height: 30px; border-left: 1px solid #353535; border-right: 1px solid #353535; padding: 0 50px;}
#end_wx{ padding: 0; text-align: center;}
#end_wx img{ max-width: 100%;}
@media screen and (max-width:768px){
	#end_bj{ padding: 2% 15px;}
	#end_lx{ text-align: left; border:none; padding: 0;}
  #end_wx{ padding: 3% 0;}
}

.footer{ height:60px; overflow: hidden; right:0; bottom:0; float:left; z-index: 20; width:100%; position: fixed; background-color:#191919;}
.f1{ width:100%; background:url(../images/end_icon3.png) no-repeat center 20%;  background-size: 25px; height:100%; float:left;  text-align:center;}
.f2{ width:100%; background:url(../images/end_icon2.png) no-repeat center 20%; background-size: 25px;  height:100%; float:left; text-align:center;}
.footer a{ color:#fff !important; display: block; width: 50%; height: 100%;float: left; line-height:90px; text-align: center; background-color:#191919;}
.footer a:last-of-type{ background: #db251a;}
.kb50{ height: 60px;}




/*首页*/
.hui{ background: #ececec; width: 100%; height: auto;}
.tit_in{ text-align: center;}
.tit_in h1{ color: #333333;}
.tit_in p{ color: #999999; font-size: 16px; position: relative;}
.tit_in p:before{ width: 100%; height: 1px; background: #d9d9d9; position: absolute; left: 0; top: 50%; content: '';}
.tit_in p span{ position: relative; z-index: 2; display: inline-block; background: #ececec; padding: 0 20px; text-transform: uppercase;}

.tit_in_bai p span{ background: #fff;}

#cpfl{ text-align: center; margin-top: 20px !important;}
#cpfl li{ display: inline-block; padding: 0 10px; font-size: 15px;}
#cpfl li:hover{ color: #db251a;}

#cpfl_sidebar{ text-align: center; margin-top: 3% !important;}
#cpfl_sidebar li{ display: inline-block; height: 35px; line-height: 35px; border: 1px solid #cccccc; border-radius: 5px; width: 12%; transition:0.3s;}
#cpfl_sidebar li:hover{ background: #1d307c; color: #fff; border: 1px solid #1d307c;}
#cpfl_sidebar li:hover a{ color: #fff;}
#cpfl_sidebar li.on{ background: #1d307c; color: #fff; border: 1px solid #1d307c;}
#cpfl_sidebar li.on a{ color: #fff;}
@media screen and (max-width:768px){
  #cpfl_sidebar li{ width: 49%; margin-bottom: 1%;}
  .tit_in h1{ font-size: 26px;}
}





#cjsl{ margin-top: 30px;}
#cjsl .swiper-container {
  width: 100%;
  padding: 0 0 6%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#cjsl .swiper-slide {
  text-align: center;
  background: #fff;
  overflow: hidden;

  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#cjsl .swiper-slide .pic{ width: 100%; height: auto; padding: 10px;}
#cjsl .swiper-slide .pic a{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#cjsl .swiper-slide .pic a img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#cjsl .swiper-slide p{ width: 100%; border-bottom: 3px solid #d4d4d4; height: 40px; line-height: 40px; background: url(../images/cp_jh.png) no-repeat right top;}
#cjsl .swiper-slide:hover .pic a img{ transform: scale(1.1);}
#cjsl .swiper-container .swiper-pagination{ bottom: 0;}
@media screen and (max-width:765px){
  #cjsl .swiper-container{ padding: 0 0 10%;}
}


#cpyy{ background: url(../images/cpys_bj.png) no-repeat center top; width: 100%; height: auto; position: relative; padding-bottom: 235px;}
#cpyy_end{ background: url(../images/cpys_bj1.png) no-repeat left bottom; width: 100%; height: 235px; position: absolute; left: 0; bottom: -1px;}
#cpyy .cpyy_nr{ background: url(../images/cpys_pic.png) no-repeat center; height: 620px; position: relative;}
#cpyy .cpyy_nr1 img{ max-width: 100%; padding: 20px 0;}
#cpyy .cpyy_nr .cpyy_font{ width: 350px; position: absolute; color: #fff;}
#cpyy .cpyy_nr .cpyy_font .font{ padding: 40px 20px 0;}
#cpyy .cpyy_nr .cpyy_font .font p{ font-size: 28px;}
#cpyy .cpyy_nr .cpyy_font .font span{ font-size: 12px; font-family: arial; text-transform: uppercase;}
#cpyy .cpyy_nr .font1{ left: 135px; top: 0;}
#cpyy .cpyy_nr .font2{ left: 46px; top: 245px;}
#cpyy .cpyy_nr .font3{ left: 135px; bottom: 0;}
#cpyy .cpyy_nr .font4{ right: 135px; top: 0;}
#cpyy .cpyy_nr .font5{ right: 46px; top: 245px;}
#cpyy .cpyy_nr .font6{ right: 135px; bottom: 0;}
@media (min-width: 768px) and (max-width: 1200px){
  #cpyy .cpyy_nr{ background-size: 60%;}
  #cpyy .cpyy_nr .font1{ left: -15px; top: 30px;}
  #cpyy .cpyy_nr .font2{ left: -90px; top: 245px;}
  #cpyy .cpyy_nr .font3{ left: -15px; bottom: 30px;}
  #cpyy .cpyy_nr .font4{ right: -15px; top: 30px;}
  #cpyy .cpyy_nr .font5{ right: -90px; top: 245px;}
  #cpyy .cpyy_nr .font6{ right: -15px; bottom: 30px;}
}
#cpyy_end .container{ position: relative;}
#cpyy_end .container .font{ color: #fff; padding-top: 45px;}
#cpyy_end .container .font h2{ font-weight: bold;}
#cpyy_end .container .font span{ color: rgba(255,255,255,0.3); text-transform: uppercase;}
#cpyy_end .container .font p{ font-size: 16px; padding-top: 15px;}
#cpyy_end .container .pic{ text-align: center; position: relative; margin-top: -20px;}
#cpyy_end .container .pic img{ max-width: 100%;}
#cpyy_end .container .tel{ padding-top: 45px;}
#cpyy_end .container .tel p{ background: url(../images/cpys_tel.png) no-repeat center left; padding-left: 70px; color: #fff; line-height: 35px; font-size: 18px;}
#cpyy_end .container .tel span{ display: block; margin-top: 20px; height: 45px; line-height: 45px; border-radius: 5px; background: #fff; text-align: left; width: 55%; transition:0.3s;}
#cpyy_end .container .tel span i{ float: left; margin: 10px 10px 0 30%; width: 25px; height: 25px; overflow: hidden; background: url(../images/cpys_tel1.png) no-repeat left top; transition:0.3s;}
#cpyy_end .container .tel span:hover{ background: #1d307c; color: #fff;}
#cpyy_end .container .tel span:hover i{ background: url(../images/cpys_tel1.png) no-repeat -25px top;}
@media screen and (max-width:765px){
  #cpyy{ padding-bottom: 185px;}
  #cpyy_end{ height: 185px;}
  #cpyy_end .container .font{ padding-top: 18px;}
  #cpyy_end .container .font h2{ font-size: 26px;}
}


.ystit{ text-align: center; margin-bottom: 40px;}
.ystit img{ max-width: 100%;}
.ysbj{ background: #fff; width: 100%; height: auto; min-height: 298px;}
.ysbj1{ background: url(../images/ysbj1.png) no-repeat center top;}
.ysbj2{ background: url(../images/ysbj2.png) no-repeat center top;}
.ysbj .pic{ text-align: center; padding-top: 20px;}
.ysbj .pic img{ max-width: 100%;}
.ysbj .ysfont{ padding-top: 50px;}
.ysbj .ysfont .num{ float: left; width: 102px; height: 110px; line-height: 85px; font-size: 36px; padding: 0 25px 20px 0; background: url(../images/num.png) no-repeat center top; background-size: 100%; text-align: center; color: #fff;}
.ysbj .ysfont .left{ padding-left: 20px; width: 80%;}
.ysbj .ysfont .left p{ color: #db251a; font-size: 40px; font-weight: bold;}
.ysbj .ysfont .left p span{ padding-left: 20px; color: #333333; font-size: 24px; font-weight: normal;}
.ysbj .ysfont .left ul{ padding-top: 10px;}
.ysbj .ysfont .left ul li{ background: url(../images/ysline.png) no-repeat left top; padding-left: 20px; color: #666666; font-size: 16px; line-height: 30px; padding-bottom: 10px;}
@media screen and (max-width:765px){
  .ystit{ text-align: center; margin-bottom: 20px;}
  .ystit img{ max-width: 90%;}
  .ysbj{ padding: 3% 0;}
  .ysbj .ysfont{ padding-top: 0;}
  .ysbj .pic{ padding-top: 0; padding-bottom: 10px;}
  .ysbj .ysfont .left{ padding-left: 0; width: 100%;}
  .ysbj .ysfont .left p{ font-size: 30px;}
  .ysbj .ysfont .left p span{ font-size: 20px;}
  .ysbj1{ background: #efefef;}
  .ysbj2{ background: #efefef;}
}


#albj{ background: url(../images/al_bj.jpg) repeat-y center fixed; width: 100%; height: auto;}
#alfont{ background: #1d307c; border-top: 4px solid #db251a; padding: 45px 30px 30px; color: #fff; position: relative; margin-top: -100px;}
#alfont .tit{ position: relative; padding-bottom: 15px;}
#alfont .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; height: 3px; width: 20%; background: #fff;}
#alfont .tit p{ font-size: 36px; font-weight: bold;}
#alfont .tit span{ font-size: 18px; text-transform: uppercase;}
#alfont .content{ padding: 30px 0; font-size: 15px;}
#alfont .more{ background: #da251e; height: 45px; line-height: 45px; border-radius: 30px; text-align: center; width: 60%; margin: 10px 0 50px;}
#alfont .tel{ background: url(../images/altel.png) no-repeat left center; padding-left: 40px; line-height: 22px; margin-top: 20px;}
#alfont .tel span{ font-size: 18px;}

#alnr ul li{ float: right; width: 20%; background: #fff; height: 50px; line-height: 50px; text-align: center; font-size: 18px;}
#alnr ul li:nth-of-type(2){ background: #da251e; color: #fff;}
#alnr ul li:nth-of-type(2) a{ color: #fff;}
@media screen and (max-width:765px){
  #alnr ul li{ width: 40%;}
}

#cpnr .swiper-container {
  padding: 35px 0 80px;
  width: 100%;
  height: 100%;
  position: relative;
}
#cpnr .swiper-slide {
  text-align: center;
  transition:0.3s;
  overflow: hidden;
  position: relative;
  padding: 5px 5px 0;
  border-bottom: 4px solid #d4d4d4;
  background: #fff;
  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#cpnr .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
#cpnr .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#cpnr .swiper-slide p{ width: 100%; height: 40px; line-height: 40px; font-size: 16px;}
#cpnr .swiper-slide:hover img{ transform: scale(1.1);}
#cpnr .swiper-container .swiper-button-next,#cpnr .swiper-container .swiper-button-prev{ background: url(../images/al_right.png) no-repeat center #c40001; width: 50px; height: 50px; position: absolute; bottom: 0; top: auto; transition:0.3s;}
#cpnr .swiper-container .swiper-button-prev{ background: url(../images/al_left.png) no-repeat center #ffffff; right: 50px; left: auto;}
#cpnr .swiper-container .swiper-button-next{ left: auto; right: 0;}
#cpnr .swiper-container .swiper-button-prev:hover{ background: url(../images/al_left.png) no-repeat center #ffffff; box-shadow:0px 0px 10px rgba(204,204,204,1);}
#cpnr .swiper-container .swiper-button-next:hover{ background: url(../images/al_right.png) no-repeat center #c40001; box-shadow:0px 0px 10px rgba(204,204,204,1);}


#xwzx .swiper-container {
  width: 100%;
  height: 100%;
  margin-bottom: 3%;
}
#xwzx .swiper-slide {
  text-align: center;
  transition:0.3s;
  
  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#xwzx .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden; }
#xwzx .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
#xwzx .swiper-slide p{ width: 100%; height: 40px; line-height: 40px;}

#indexNews li{ width: 100%;height: auto; margin:0 auto; padding: 4% 0; transition: 0.3s; background: #f6f6f6; margin-bottom: 10px;}
#indexNews li .right{ padding: 0 2% !important; line-height: 25px;}
#indexNews li .news_title{ text-align: left; color: #333333; font-size: 18px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; line-height: 30px;}
#indexNews li .news_info{ color: #999999; padding-top: 10px;}
#indexNews li .news_time{ text-align: right; font-family: arial; line-height: 45px; color: #aeaeae; font-size: 3.5rem; margin: 0 !important;}
#indexNews li .news_time span{display: block; margin:0 auto; width: 100%; color: #aeaeae; font-size: 16px;}
#indexNews li:hover{ box-shadow: 0 0 10px rgba(204,204,204,0.8); background: #da251e;}
#indexNews li:hover .news_time span{ color: #fff;}
#indexNews li:hover .news_time{ color: #fff;}
#indexNews li:hover .right .news_title{ color: #fff;}
#indexNews li:hover .news_info{ color: #fff;}
@media (min-width: 768px) and (max-width: 1200px){
  #indexNews li .news_time{ font-size: 25px;}
}
@media screen and (max-width:768px){
  #indexNews li .news_time{ font-size: 25px; line-height: 40px;}
  #indexNews li .news_info{ padding-top: 0;}
}
#xwpic,#xwnr{ margin-top: 5%;}
#xwpicnr .swiper-container {
  width: 100%;
  height: 100%;
}
#xwpicnr .swiper-slide {
  text-align: center;
  transition:0.3s;
  position: relative;
  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#xwpicnr .swiper-slide a{ display: block; width: 100%; height: 0; padding-bottom: 68%; position: relative; overflow: hidden;}
#xwpicnr .swiper-slide a img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
#xwpicnr .swiper-slide p{ position: absolute; bottom: 0; z-index: 1; width: 100%; height: 40px; line-height: 40px; background: rgba(0,0,0,0.5); color: #fff; text-align: left; padding-left: 10px;}
#xwpicnr .swiper-pagination{ right: 10px; bottom: 0; left: auto; height: 30px; text-align: right;}
#xwpicnr .swiper-pagination .swiper-pagination-bullet{ background: #fff; width: 10px; height: 10px;}


#jj_qywh{ background: url(../images/gsjj_ys.jpg) repeat center fixed; width: 100%; height: auto;}
#jj_qywh li{ text-align: center; color: #fff; padding: 1% 0; cursor: pointer;}
#jj_qywh li .pic{ padding: 0 0 10%}
#jj_qywh li .tit{ font-size: 2rem; position: relative; line-height: 5rem; display: inline-block;}
#jj_qywh li .tit::before{ position: absolute; left: 26%; bottom: 0; content: ''; height: 1px; background: #db251a; width: 40%; transition:0.3s;}
#jj_qywh li .nr{ line-height: 2.5rem; padding-top: 5%;}
#jj_qywh li:hover .tit::before{ width: 100%; left: 0;}
#jj_qywh li:hover .pic img{animation: swing 1s;}
@-webkit-keyframes swing{
  20%{-webkit-transform:rotate(15deg);}
  40%{-webkit-transform:rotate(-10deg);}
  60%{-webkit-transform:rotate(5deg);}
  80%{-webkit-transform:rotate(-5deg);}
  100%{-webkit-transform:rotate(0);}
}
@-moz-keyframes swing{
  20%{-moz-transform:rotate(15deg);}
  40%{-moz-transform:rotate(-10deg);}
  60%{-moz-transform:rotate(5deg);}
  80%{-moz-transform:rotate(-5deg);}
  100%{-moz-transform:rotate(0);}
}
@-ms-keyframes swing{
  20%{-ms-transform:rotate(15deg);}
  40%{-ms-transform:rotate(-10deg);}
  60%{-ms-transform:rotate(5deg);}
  80%{-ms-transform:rotate(-5deg);}
  100%{-ms-transform:rotate(0);}
}
@keyframes swing{
  20%{transform:rotate(15deg);}
  40%{transform:rotate(-10deg);}
  60%{transform:rotate(5deg);}
  80%{transform:rotate(-5deg);}
  100%{transform:rotate(0);}
}
#jj_qywh .tit_in p{ color: #fff;}
#jj_qywh .tit_in span{ color: rgba(255,255,255,0.2); letter-spacing: 8px;}



#xwzx ul{ margin-top: 40px !important;}
#xwzx li{ background: #fff; border-bottom: 1px solid #e1e1e1; padding: 20px; transition:0.3s;}
#xwzx li .tit{ height: 40px; line-height: 40px;}
#xwzx li .tit a{ display: block; float: left; color: #333333; font-size: 18px; width: 80%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
#xwzx li .tit span{ display: block; float: right; color: #999999; font-size: 24px; font-family: arial;}
#xwzx li .content{ color: #999999; font-size: 14px; padding: 0;}
#xwzx li:hover{ background: #89bc43;}
#xwzx li:hover .tit a{ color: #fff;}
#xwzx li:hover .tit span{ color: #fff;}
#xwzx li:hover .content{ color: rgba(255,255,255,0.5);}

#xwzx .swiper-container {
  margin: 3% 0 0;
  width: 100%;
  height: 100%;
  padding-bottom: 4%;
}
#xwzx .swiper-slide {
  text-align: center;
  transition:0.3s;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
  
  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#xwzx .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 68%; position: relative; overflow: hidden;}
#xwzx .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xwzx .swiper-slide .tit{ padding: 2% 2% 0; color: #666666; font-size: 1.5rem;}
#xwzx .swiper-slide .content{ padding: 2%; width: 100%; text-align: left; transition:0.3s; color: #999999;}
#xwzx .swiper-slide:hover{  box-shadow: 0px 0px 20px #ccc;  transform: translateY(-10px); background: #fff; }
#xwzx .swiper-slide:hover .pic img{ transform: scale(1.1);}
#xwzx .swiper-slide::before{ position: absolute; content: ''; background: #db251a; left: 0; bottom: 0; height: 3px; width: 0; width: 0; transition:0.3s; }
#xwzx .swiper-slide:hover::before{ width: 100%;}



.cpnr ul{ padding:3% 0 0;  zoom:1;  }
.cpnr li{ transition:0.3s; border:1px solid #dddddd; background: #fff; overflow: hidden; margin-bottom: 8%; }
.cpnr li .pic{ display: block; width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.cpnr li .pic .picpic{ width: 100%; height: 100%; left: 0; position: absolute; text-align: center;}
.cpnr li .pic .picpic img{ transition: 0.3s; width: 100%; height: 100%; object-fit: cover;}
.cpnr li .pic .picnr{ position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; background: rgba(0,0,0,0.8); padding: 7%; opacity: 0; transition:0.5s;}
.cpnr li .pic .picnr .line{ border:1px solid #666; height: 100%; text-align: center;}
.cpnr li .pic .picnr .line p{ color: #fff; font-size: 18px; padding: 40px 0 5px;}
.cpnr li .pic .picnr .line span{ display: inline-block; width: 160px; height: 40px; line-height: 40px; margin-top: 15px; background: #fff; border-radius: 5px; color: #242527;}
.cpnr li .pic .picnr .line span a{ color: #242527;}
.cpnr li .pic .picnr .line span:nth-of-type(2){ background: #c81622; color: #fff;}
.cpnr li .pic .picnr .line span:nth-of-type(2) a{ color: #fff;}
.cpnr li .tit{ border-top:1px solid #e6e6e6; padding: 20px; transition: 0.5s; line-height: 30px;}
.cpnr li .tit p{ text-align: left; font-size: 18px; color: #333333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 100%;}
.cpnr li .tit span{ display: block; color: #999999; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 100%;}
.cpnr li .tit .more{ margin-left: 70px; color: #999999; font-family: arial; position: relative;}
.cpnr li .tit .more:before{ position: absolute; left: -70px; top: 50%; content: ''; width: 60px; height: 1px; background: #dddddd; z-index: 1;}
.cpnr li .tit .more:after{ position: absolute; left: -70px; top: 50%; content: ''; width: 20px; height: 1px; background: #242527; z-index: 2; transition: 0.3s;}
.cpnr li:hover .pic .picnr{ opacity: 1;}
.cpnr li:hover .tit{ background: #c51429; border-top:1px solid #c51429;}
.cpnr li:hover .tit p{ color: #fff;}
.cpnr li:hover .tit span{ color: #fff;}
.cpnr li:hover .tit .more{ color: #fff;}
.cpnr li:hover .tit .more:after{ width: 60px; height: 2px; background: #fff;}




/*子页*/
.content_zy{ padding: 2% 15px; line-height: 30px;}

.tit_zy{ text-align: center;}
.tit_zy p{ background: url(../images/tit_line.png) no-repeat center; color: #333333; font-size: 32px; font-weight: bold;}
.tit_zy span{ color: #c8c9cd; text-transform: uppercase;}

#gsjj_nr{ color: #666666; line-height: 35px;}
#gsjj_num{ position: relative; margin-top: 80px;}
#gsjj_num .num{ color: #dadbe0; font-weight: bold; font-size: 25rem; padding-top: 10px;}
#gsjj_num .tit{ position: absolute; left: 0; top: 0; z-index: 2;}
#gsjj_num .tit p{ color: #333333; font-size: 24px; font-weight: bold; position: relative; height: 45px; margin-bottom: 5px !important;}
#gsjj_num .tit p:before{ background: #00a0e8; position: absolute; left: 0; bottom: 0; content: ''; height: 3px; width: 50%;}
#gsjj_num .tit span{ color: #999999; text-transform: uppercase;}

#qywh_bj{ background: url(../images/gsjj_bj.jpg) no-repeat center; width: 100%;}
#qywh_bj .main{ padding: 5% 0;}
#qywh_num{ position: relative; text-align: center;}
#qywh_num .num{ color: rgba(218,219,224,0.1); font-weight: bold; font-size: 20rem; padding-top: 10px; line-height: 50px;}
#qywh_num .tit{ position: absolute; left: 0; top: 0; z-index: 2; width: 100%;}
#qywh_num .tit p{ color: #fff; font-size: 24px; font-weight: bold; position: relative; height: 45px; margin-bottom: 5px !important;}
#qywh_num .tit p:before{ background: #00a0e8; position: absolute; left: 45%; bottom: 0; content: ''; height: 3px; width: 10%;}
#qywh_num .tit span{ color: #fff; text-transform: uppercase;}
#qywh_bj ul{ text-align: center; margin-top: 8% !important;}
#qywh_bj ul li{ display: inline-block; background: url(../images/jj_pic1.png) no-repeat center top; width: 189px; height: 255px; text-align: center; transition:0.3s; cursor: pointer;}
#qywh_bj ul li .pic{ width: 49px; height: 49px; overflow: hidden; margin: 50px auto 0;}
#qywh_bj ul li .pic img{ transition:0.3s;}
#qywh_bj ul li:hover .pic img{ margin-top: -49px;}
#qywh_bj ul li p{ font-size: 18px; padding-top: 60px; color: #fff;}
#qywh_bj ul li:hover{ background: url(../images/jj_pic2.png) no-repeat center top;}
#qywh_bj ul li:hover p{ color: #006fc0;}
@media screen and (max-width:768px){
  #qywh_bj ul li{ width: 100%; background-size: 100%;}
}
#qywh_bj1{ background: url(../images/bj.jpg) repeat center; width: 100%;}
#qywh_bj1 .content{ text-align: center;}
#qywh_bj1 .content img{ max-width: 100%;}


#cpbj{ background: url(../images/cpbj.jpg) no-repeat center top; width: 100%; height: 900px;}
#cptit{ text-align: left; line-height: 50px;}
#cptit p{ color: #fff; font-weight: bold; font-size: 38px;}
#cptit span{ color: rgba(255,255,255,0.3); font-size: 24px; font-weight: bold; text-transform: uppercase;}

.slideTxtBox_cp{ text-align:left; margin-top: 3%;}
.slideTxtBox_cp .hd{ height: auto; position:relative; }
.slideTxtBox_cp .hd ul{ height:auto; height: auto; border-bottom: 1px solid rgba(255,255,255,0.3); padding: 0 10%;}
.slideTxtBox_cp .hd ul li{ float: left; width: 20%; height: auto; line-height: 50px; padding: 0; text-align: center; cursor:pointer; color: #fff !important; font-size: 18px;}
.slideTxtBox_cp .hd ul li a{ color: #fff !important;}
.slideTxtBox_cp .hd ul li.on{ height: auto; color: #126fcc !important; border-bottom: 3px solid #126fcc; font-weight: bold;}
.slideTxtBox_cp .hd ul li.on a{ color: #126fcc !important;}
.slideTxtBox_cp .bd ul{ padding: 5% 10% 0;  }
.slideTxtBox_cp .bd ul .tit{ color: #fff; font-size: 36px;}
.slideTxtBox_cp .bd ul .content{ color: #fff; font-size: 16px; padding: 20px 0 50px;}
/*.slideTxtBox_cp .bd ul dl{ margin-bottom: 30px;}
.slideTxtBox_cp .bd ul dl dt{ background: #fff; height: 40px; line-height: 40px; border-radius: 20px; text-align: center; box-shadow: 0 0 10px rgba(0,0,0,0.5);}
.slideTxtBox_cp .bd ul dl dt:hover{ background: #1691ea; color: #fff;}*/
.slideTxtBox_cp .bd dl{ padding: 0;}
.slideTxtBox_cp .bd dt{ text-align:left; transition:0.3s; overflow: hidden; height: 40px; line-height: 40px; position: relative; padding: 0; font-weight: normal;}
.slideTxtBox_cp .bd dt a{ color: #fff; font-weight: none !important;}
.slideTxtBox_cp .bd dt:before{ position: absolute; left: 0; bottom: 0; content: ''; height: 1px; width: 0; background: #fff; transition:0.3s;}
.slideTxtBox_cp .bd dt:hover:before{ width: 80%;}

#cpqh{ }
#cpqh .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto;}
#cpqh .gallery-top { height: auto; width: 100%;}
#cpqh .gallery-top .swiper-slide ul{ padding: 30px 0 0 !important;}
#cpqh .gallery-top .swiper-slide li{ text-align:left; transition:0.3s; overflow: hidden; height: 40px; line-height: 40px; position: relative; padding: 0;}
#cpqh .gallery-top .swiper-slide li a{ color: #fff;}
#cpqh .gallery-top .swiper-slide li:before{ position: absolute; left: 0; bottom: 0; content: ''; height: 1px; width: 0; background: #fff; transition:0.3s;}
#cpqh .gallery-top .swiper-slide li:hover:before{ width: 80%;}*/
#cpqh .gallery-thumbs { height: auto; line-height: 45px; border-radius: 5px; width: 90%; text-align: center; margin-bottom: 2%; box-sizing: border-box;}
#cpqh .gallery-thumbs .swiper-slide { background: #fff; height: 40px; line-height: 40px; border-radius: 20px; text-align: center; cursor: pointer; box-shadow: 0 0 10px rgba(0,0,0,0.5);}
#cpqh .gallery-thumbs .swiper-slide-thumb-active { background: #1691ea; color: #fff;}
@media screen and (max-width:768px){
  #cpqh .gallery-top .swiper-slide .big .font span{ padding: 0 0 5%;}
  #cpqh .gallery-top .swiper-slide .small{ margin-bottom: 3%;}
}


@media (min-width: 768px) and (max-width: 1200px){
  .slideTxtBox_cp .hd ul li{ width: 25%;}
}
@media screen and (max-width:765px){
  #cptit{ padding: 15px;}
  .slideTxtBox_cp .hd ul{ padding: 0 5%;}
  .slideTxtBox_cp .hd ul li{ width: 50%; font-size: 16px; text-align: left;}
  .slideTxtBox_cp .hd ul li.on{ border-bottom: none;}
  .slideTxtBox_cp .bd ul{ padding: 10% 5% 0;}
  .slideTxtBox_cp .bd ul .tit{ font-size: 26px;}
  .slideTxtBox_cp .bd ul .content{ font-size: 14px;}
}

#cpinfobj{ background: #f5f5f5; width: 100%; height: auto; padding: 2% 0;}
#cpinfobj .main{ background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.1); padding: 4% 8%;}
#cpinfobj .main h1{ color: #727272; border-bottom: 1px solid #d4d4d4; height: 80px; line-height: 80px; margin: 0;}
#cpinfobj .main h2{ text-align: center; color: #000; border-bottom: 1px solid #d4d4d4; height: 80px; line-height: 80px; margin: 0;}
#cpinfobj .main .content{ padding: 3% ;}
@media screen and (max-width:765px){
  #cpinfobj .main h2{ line-height: 40px; height: auto; font-size: 24px;}
}

._news.news2 ul li{ height:auto;margin-bottom:30px;}
._news.news2 ul li:nth-child(3n){ margin-right: 0%;}
._news.news2.double ul li{width:49%}
._news.news2 ul li .news_thum{position:relative;height:auto;overflow:hidden;width:100%}
._news.news2 ul li .img{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
._news.news2 ul li .img img{  width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
._news.news2 ul li .news_time{width:auto;height:auto;line-height:35px;position:absolute;padding:0 10px;font-size:12px;left:0;bottom:0;color:#fff;background:rgba(0,0,0,.4);font-family:helveticaneuethn;transition:all .36s ease 0s}
._news.news2 ul li .news2_des{width:100%;height:auto;padding:20px;background:rgba(0,0,0,.01);box-sizing:border-box;transition:all .36s ease 0s}
._news.news2 ul li .news2_des b{display:block;font-weight:400;font-size:18px;line-height:35px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:10px;color:#3e3e3e;padding-bottom:5px;position:relative}
._news.news2 ul li .news2_des b:after{ content: ''; width:0;height:1px;position:absolute;left:0;bottom:0;background:#fff;transition:all .36s ease 0s}
._news.news2 ul li .news2_des .text{display:block;line-height:24px;height:48px;font-size:12px;overflow:hidden; opacity: .7;}

._news.news2 ul li:hover .news2_des{color:#fff;background:#126fcc}
._news.news2 ul li:hover .news2_des b{color:#fff}
._news.news2 ul li:hover .news_time{background:#126fcc}
._news.news2 ul li:hover .news2_des b:after{width:100%}

.new_fb {
  text-align: center;
  font-size: 13px;
  color: #999999;
  line-height: 50px;
}


.newsPage {
  border-top: 1px solid #efefef;
  padding: 12px;
  font-size: 12px;
  color: #999;
  line-height: 30px;
  margin: 15px 0 30px;
}
.newsPage a {
  color: #999;
}
.newsPage a:hover {
  color: #237ed2;
}


.contact_item{ padding:0; text-align: center;}
.contact_item li{ cursor: pointer; display: inline-block; margin-bottom: 30px;}
.contact_item li span{display: block;width: 150px;height: 135px;margin:0 auto;text-align: center;position: relative;}
.contact_item li span.contact_item_1{background: url(../images/contact_li_bg1.png) center no-repeat;line-height: 108px;}
.contact_item li span.contact_item_2{background: url(../images/contact_li_bg2.png) center no-repeat;line-height: 135px;}
.contact_item li span.contact_item_3{background: url(../images/contact_li_bg3.png) center no-repeat;line-height: 170px;}
.contact_item li span img{vertical-align: middle;}
.contact_item_ewm{width: 84px;height: 84px;position: absolute;left: 32px;top:50px;z-index: 1;}
.contact_item_ewm img{width: 0;height: 0;position: absolute;left: 50%;top:50%;transition: all .4s;vertical-align: top;}
.contact_item li:hover span .contact_item_ewm{display: block;}
.contact_item li:hover span .contact_item_ewm img{width: 84px;height: 84px;left: 0;top:-6px;}
.contact_item li h4{color: #333;font-size: 18px;line-height: 30px; text-align: center;margin: 10px auto;}
.contact_item li p{color: #333;font-size: 14px;line-height: 26px;}
.contact_item li:nth-child(3n) p{text-align: center;}


#jobs_title{padding:0;background: #333;color: #fff;font-size: 14px;height: 54px;line-height: 54px; text-align: center;}
.inner_contact_02 .td1{width: 24.33%;float: left; text-align: center;}
.inner_contact_02 .td2{width: 21.33%;float: left; text-align: center;}
.inner_contact_02 .td3{width: 21.91%;float: left; text-align: center;}
.inner_contact_02 .td4{width: 17.41%;float: left; text-align: center;}
.inner_contact_02 .td5{width: 15%;float: left; text-align: center;}
.inner_contact_02 .td5 a{color: #fa331c;font-size: 14px;}
#jobs_ul{padding:0 0 73px;}
#jobs_ul li{width: 100%;}
#jobs_ul li .jobs_title{font-size: 14px; line-height: 30px; color: #777;padding:16px 0;border-bottom: solid 1px #efefef;}
#jobs_ul li .jobs_box{padding:20px 3.5% 36px;background: #f5f5f5;position: relative;display: none;}
#jobs_ul li .jobs_box .info1 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 22px;
}
#jobs_ul li .jobs_box .info1 p {
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  min-width: 24%;
  margin: 5px 0px;
  margin-right: 1%;
}
#jobs_ul li .jobs_box .info2 {
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 0 22px;
}
#jobs_ul li .jobs_box .info2 h3 {
  font-size: 18px;
  color: #333333;
  line-height: 3;
  font-weight: normal;
}
#jobs_ul li .jobs_box .info2 p {
  font-size: 14px;
  color: #777777;
  line-height: 2.5;
}
#jobs_ul li .jobs_box .info2 .fl {
  width: 50%;float: left;
}
#jobs_ul li .jobs_box .info2 .fr {
  width: 43.5%;float: right;
}
#jobs_ul li .jobs_box .info2 .fl .info-box {
  border-right: 1px solid #e5e5e5;padding-right: 10%;
}
#jobs_ul li .jobs_box .info3 {
  margin-top: 31px;
}
#jobs_ul li .jobs_box .info3 .apply_btn {
  width: 151px;
  height: 41px;
  line-height: 41px;
  background: #f91747;
  font-size: 16px;
  color: #ffffff;
  float: left;
  text-align: center;
}
#jobs_ul li .jobs_box .info3 .apply_btn:hover {
  opacity: 0.6;
}
#jobs_ul li .jobs_box .info3 .all {
  float: right;
  font-size: 14px;
  color: #777777;
  height: 41px;
  line-height: 41px;
  padding-left: 30px;
  background: url(../images/all_ico.png) no-repeat 0 center;
}
#jobs_ul li .jobs_box i {
  position: absolute;
  left: 18px;
  top: -12px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #f5f5f5;
}



.o_product{ clear: both; padding: 3% 0;}
.o_product .o_product_img{ text-align: center; height: 0; padding-bottom: 67%; position: relative; overflow: hidden; border: 1px solid #efefef;}
.o_product .o_product_img p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.o_product .o_product_img img{ max-width: 100%; max-height: 100%;}
@media screen and (max-width:765px){
  .o_product .o_product_info{ margin-top: 20px;}
}
.o_product .o_product_info h2{ color: #333333; font-size: 3rem; font-weight: normal; height: 5rem; margin: 0 !important;}
.o_product .o_product_info h2 span{ display: inline-block; background: #db251a; color: #fff; font-size: 14px; height: 30px; line-height: 30px; border-radius: 5px; font-weight: normal; margin-left: 20px; padding: 0 20px;}
.o_product .o_product_info h5{ color: #666666; margin: 0 !important;}
.o_product .o_product_info .o_product_detail{ font-size: 14px; color: #666666; margin: 20px 0; background: url(../images/cpinfo.png) repeat left top; padding: 30px; border: 1px solid #e6e6e6; line-height: 30px;}
.o_product .o_product_info .o_product_detail .parm tr td:nth-of-type(1){ font-weight: bold;}
#cplx{ background: #1d307c; padding: 20px 40px;}
.o_product_info #cptel{ line-height: 30px; min-height: 60px; background: url(../images/cptel.png) no-repeat left center; padding-left: 70px; color: #fff; font-size: 18px;}
.o_product_info .order-btn{ color: #fff; height: 35px; line-height: 35px; border-radius: 5px; text-align: center; background: #db251a; border: none; outline: none; transition:0.3s; margin-top: 10px;}
.o_product_info .order-btn a{ color: #fff;}
.o_product .o_product_info ul{ background: #fafafa; border: 1px solid #e6e6e6; margin-top: 3% !important; text-align: center;}
.o_product .o_product_info ul li{ padding: 20px 0; color: #333333; font-size: 15px;}
.o_product .o_product_info ul li p{ padding-bottom: 10px;}
@media screen and (max-width:765px){
  .o_product_info #cptel{ font-size: 1.3rem;}
}

#hui{ background: #f2f2f2;}
#cpleft,#cpright{ background: #fff; padding: 25px; color: #666666;}
#cpleft .content{ padding: 2% 0;}
.cptit{ background: url(../images/cp_tit_icon.png) no-repeat left center; padding-left: 30px; font-weight: bold; font-size: 18px; color: #333333;}
.cpgg img{ width: 100%;}
.cptit1{ background: url(../images/cp_dian.png) no-repeat center bottom; text-align: center; color: #333333; font-weight: bold; font-size: 30px; padding-bottom: 20px; margin-top: 30px;}
#cpleft ul li{ margin-top: 2%;}
#cpleft ul li .font p{ background: #434343; color: #fff; font-size: 18px; font-weight: bold; height: 40px; line-height: 40px; text-align: center; margin-bottom: 20px !important;}
#cpleft ul li .font p span{ display: block; background: #db251a; float: left; font-size: 20px; width: 15%;}
#cpleft ul li .font{ color: #666666; font-size: 16px; line-height: 28px; padding-top: 30px;}
#cpleft ul li .pic img{ width: 100%;}
#cpleft dl{ margin-top: 3% !important;}
#cpleft dl dt{ margin-bottom: 2%;}
#cpleft dl dt img{ width: 100%;}

#cpright li{ margin-top: 20px; border: 1px solid #d4d4d4;}
#cpright li .pic{ width: 100%; height: auto; padding: 5px;}
#cpright li .pic a{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#cpright li .pic a img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#cpright li p{ width: 100%; border-bottom: 3px solid #d4d4d4; height: 40px; line-height: 40px; text-align: center; background: url(../images/cp_jh.png) no-repeat right top;}
#cpright li:hover .pic a img{ transform: scale(1.1);}

#cplxwm{ margin-top: 20px; background: #fff;}
#cplxwm .tit{ background: #1d307c; padding: 20px; color: #fff;}
#cplxwm .tit i{ float: left; display: inline-block; padding: 0 20px 0 40px;}
#cplxwm .tit .left{ display: inline-block; line-height: 30px;}
#cplxwm .tit .left p{ font-size: 30px; font-weight: bold;}
#cplxwm .tit .left span{ color: #b8c2e8; font-size: 24px; font-family: arial; text-transform: uppercase; letter-spacing: 3px;}
#cplxwm_nr{ padding: 25px; background: url(../images/cpwx.png) no-repeat right bottom;}
#cplxwm_nr .tel{ background: url(../images/cptel.jpg) no-repeat left center; min-height: 60px; padding-left: 70px; color: #333333; font-size: 18px; line-height: 30px;}
#cplxwm_nr .content{ padding: 20px 0; color: #666666; line-height: 28px;}
#cplxwm_nr .more{ height: 45px; background: #db251a; line-height: 45px; width: 50%; border-radius: 5px; color: #fff; text-align: center; font-size: 16px;}












/*公共*/
.pro-sider {
	float: none;
}
.pro-sider .in-title {
	height: 80px;
	background: #0d5da8;
  background-size: 100%;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
	margin-top: 20px;
	font-size: 22px;
	color: #fff;
	margin-bottom: 5px;
}
.pro-sider .in-title em {
	font-size: 13px;
	color: #728dbc;
}
.pro-sider .pro-sider-ul {
	border: 1px solid #ededed;
	background: #fff;
	overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
	padding: 0 15px;
	height: 45px;
}
.pro-sider .pro-sider-ul .ul-li a {
	position: relative;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #595959;
	display: block;
	padding-left: 10px;
	padding-right: 30px;
	border-bottom: 1px dashed #ededed;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
	position: absolute;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	background: #0d5da8 url(../images/sider-bg-02.png) no-repeat center;
	border-radius: 50%;
	right: 8px;
	top: 50%;
	margin-top: -8px;
	font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
	background: #89bc43;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
	border: none;
	color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
	background: #fff url(../images/sider-bg-01.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
	border-bottom: none;
}
.pro-sider .pro-sider-tel {
	overflow: hidden;
	height: 100px;
	line-height: 1;
	font-size: 20px;
	color: #0d5da8;
	border: 1px solid #ededed;
	border-top: none;
	padding-left: 80px;
	background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
	display: block;
	margin: 30px 0 8px;
	font-size: 14px;
	color: #808080;
}
.pro-sider .pro-sider-tel em {
	letter-spacing: 2px;
	font-weight: bold;
}


.m-column-t {
	position: relative;
	text-align: center;
	font-size: 0;
}
.m-column-t .center {
	display: inline-block;
	font-size: 0;
}
.m-column-t .center h3 {
	color: #333;
	font-size: 30px;
}
.m-column-t .center p {
	color: #d2d2d2;
	font-size: 30px;
}
.m-column-t span {
	position: absolute;
	width: 415px;
	top: 50%;
	margin-top: -5px;
	height: 5px;
	border-bottom: 1px solid #d2d2d2;
	z-index: 1;
}
.m-column-t span.mcl {
	left: 0;
}
.m-column-t span.mcl em {
	float: right;
}
.m-column-t span.mcr {
	right: 0;
}
.m-column-t span em {
	display: block;
	height: 11px;
	border-left: 1px solid #d2d2d2;
}
.textLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.textLine3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.textHidden {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.domHidden {
	overflow: hidden;
}
.about-main {
	padding: 20px 0 70px;
	min-height: 170px;
}
.about-main .ab-content {
	float: right;
	width: 925px;
}
.about-main .ab-content .title {
	line-height: 50px;
}
.about-main .ab-content .title a {
	color: #333;
	padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
	color: #535353;
}
.about-main .ab-content .title em {
	color: #999;
}
.about-main .ab-content .ab-conBox {
	overflow: hidden;
	background: #fff;
	min-height: 55px;
	padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 25px;
	margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
	overflow: hidden;
	margin-top: 30px;
	font-size: 14px;
	color: #777373;
	line-height: 25px;
}
.ab-sild {
	float: left;
}
.ab-sild .title {
	position: relative;
	height: 50px;
	text-align: center;
	background: #f3c04b;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.ab-sild .title span {
	position: absolute;
	height: 3px;
	width: 30px;
	top: 50%;
	margin-top: -3px;
	border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
	display: block;
	height: 7px;
	border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
	left: 35px;
}
.ab-sild .title span.stl em {
	float: right;
}
.ab-sild .title span.str {
	right: 35px;
}
.ab-sild .sild-cate {
	background: #fff;
	margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
	overflow: hidden;
}
.ab-sild .sild-cate .list li {
	position: relative;
	border-bottom: 1px solid #eee;
	height: 60px;
	line-height: 60px;
}
.ab-sild .sild-cate .list li a {
	display: block;
	padding-right: 35px;
	font-size: 14px;
	color: #333;
	padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
	border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
	border-color: #f3c04b;
	background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
	color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
	color: #fff;
}
.ab-sild .sild-cate .list li:after {
	font-weight: bold;
	right: 20px;
	top: 0;
	color: #999;
	position: absolute;
	content: "\e904";
	font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
	background: #fff;
}
.ab-sild .sild-cont .cont-list {
	padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
	color: #333;
	padding: 5px 0;
	padding-left: 60px;
	font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
	width: 60px;
	margin-left: -60px;
	display: block;
	height: 20px;
	line-height: 20px;
	float: left;
	color: #666;
}
.pro-center {
	background: #fff;
	padding-bottom: 25px;
}
.pro-center .pro-list {
	overflow: hidden;
	padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
	float: left;
	width: 200px;
	margin: 0 10px 20px;
	border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
	border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
	overflow: hidden;
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 0;
	background: #eee;
}
.pro-center .pro-list ul li .img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.pro-center .pro-list ul li .title {
	background: #f7f8fc;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.pro-center .pro-list ul li .title:hover {
	color: #f3c04b;
}
.page {
	font-size: 0;
	text-align: center;
}
.page .center {
	display: inline-block;
	overflow: hidden;
}
.page .center .page-span {
	float: left;
	font-size: 14px;
	color: #c3c3c3;
	line-height: 32px;
	margin-right: 30px;
}
.page .center .page-list {
	float: left;
	overflow: hidden;
}
.page .center .page-list ul li {
	float: left;
	width: auto;
	min-width: 30px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin: 0 4px;
	padding: 0;
	border: none;
	background: transparent;
}
.page .center .page-list ul li a {
	min-width: 20px;
	padding: 0 5px;
	border: 1px solid #eee;
	display: block;
	color: #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	background: #fff;
}
.page .center .page-list ul li:hover a {
	color: #f3c04b;
}
.page .center .page-list ul li.active a {
	background: #f3c04b;
	color: #fff;
}
.news-center {
	background: #fff;
	padding-bottom: 25px;
}
.news-center .new-list {
	padding: 45px 45px 0px;
}
.news-center .new-list ul li {
	margin-bottom: 35px;
	border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
	overflow: hidden;
	display: block;
	height: 90px;
	padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
	float: left;
	width: 130px;
	height: 90px;
	background: #eee;
	line-height: 90px;
	font-size: 0;
	text-align: center;
}
.news-center .new-list ul li a .img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.news-center .new-list ul li a .info {
	float: right;
	width: 690px;
}
.news-center .new-list ul li a .info h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #333;
}
.news-center .new-list ul li a .info em {
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 16px;
	margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
	font-size: 14px;
	line-height: 22px;
	color: #999;
	max-height: 44px;
	overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
	color: #f3c04b;
}
.message-c {
	background: #fff;
	padding: 40px 50px;
	overflow: hidden;
}
.message-c .p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-bottom: 35px;
}
.message-c .from input {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 5px;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
	width: 348px;
}
.message-c .from textarea {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	display: block;
	width: 728px;
	height: 130px;
	border: 1px solid #d2d2d2;
	padding: 5px;
	margin-bottom: 10px;
}
.message-c .from .code {
	overflow: hidden;
}
.message-c .from .code input[name=code] {
	width: 258px;
	float: left;
}
.message-c .from .code a {
	display: block;
	float: left;
	width: 80px;
	height: 38px;
	padding: 1px 0;
	margin-left: 10px;
}
.message-c .from .code a img {
	width: 80px;
	height: 38px;
}
.message-c .from .btn {
	padding-top: 25px;
}
.message-c .from .btn a {
	display: block;
	width: 362px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: #8fa4de;
}
.message-c .from .btn a:hover {
	background: #8397d0;
}
.contact-o {
	background: #fff;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
}
.contact-o iframe {
	width: 830px;
	height: 500px;
	margin: 0 auto;
}
/*# sourceMappingURL=./index.css.map */