*{padding: 0; margin: 0; border: none; outline: none; box-sizing: border-box;}
a{text-decoration: none; color: #666;}
ul,li{list-style-type: none;}
body{font-size: 14px; font-family: "microsoft yahei";}

.header{width: 100%; height: 100px;  padding:0 130px; position: sticky; top: 0;  background: #fff; z-index: 999; display: flex; align-items: center; justify-content: space-between;}
.header .nav{display: flex;}
.header .nav ul{display: flex;}
.header .nav ul.one li{position: relative;}
.header .nav ul.one li a.t{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  position: relative;
  font-weight: 400;
}
.header .nav ul.one li .s a.t{color:#666}
.header .nav ul.one li a.t:hover,.header .nav ul.one li.hover a.t{background-color:#044f85;}
.header .nav ul.one li a.t .navBtn{display: none;}
/*.header .nav ul.one li a.t::before{content: ''; width: 0%; height: 3px; background: #41bdd7; position: absolute; left: 0; bottom: 0; transition: all 0.4s;}*/
.header .nav ul.one li:hover a.t::before,.header .nav ul.one li.hover a.t::before{width: 100%;}
.header .nav ul.one li:hover .s{display: block;}
.header .nav ul.one li .s{width: 100%; height: auto; display: none; position: absolute; z-index: 999; top: 60px; overflow: hidden; background: #fff;}
.header .nav ul.one li .s a{display: block; width: 100%; height: 50px; line-height: 50px; text-align: center; border-bottom: 1px solid #eee;}
.header .nav ul.one li .s a:hover{background: #f9f9f9; color: #41bdd7;}
.header .nav ul.two li{margin-top:3px;height: 100%; display: flex; align-items: center; padding: 0 10px;}
.header .menu{display: none; width: 36px; height: 36px; cursor: pointer; position: absolute; right: 40px; top: 50%; transform: translateY(-50%); box-sizing: border-box; padding: 10px 6px; background: #41bdd7; border-radius: 6px; }
.header .menu span{width: 100%; height: 3px; background: #fff; display: block; margin-top: 4px; transition: all 0.3s ease-in;}
.header .menu span:first-child{margin-top: 0;}
.header .menu.on span:first-child{margin-top: 6px; transform: rotate(45deg);}
.header .menu.on span:nth-child(2){ display: none;}
.header .menu.on span:last-child{margin-top: -3px; transform: rotate(-45deg);}
.header .nav{display:none;}
.headernav .nav{display:flex;}
.headernav{background-color:#015ea1;position: sticky;top: 100px;width: 100%;z-index: 998;box-shadow: 0 0 8px rgba(0,0,0.3);height:60px;    padding: 0 355px;}
.form{width: 100%; height: auto; display: none; overflow: hidden; background: #f0f0f0;}
.form .box{display: flex; justify-content: center; align-items: center; width: 730px; padding: 0 35px; background: #fff; border-radius: 10px; box-shadow: 0 0 5px rgba(0,0,0,.05);}
.form form{display: flex; justify-content: center; align-items: center; padding: 40px 0; }
.form form input{width: 660px; height: 63px; line-height: 63px;}
.form form button{background: none;}
.form .close{display: block; width: 63px; height: 63px; background: url(../img/close.png) no-repeat center center; cursor: pointer;} 

.banner{width: 100%; height: auto; position: relative; overflow:hidden}
.banner .video{width: 100%; max-height: 520px; overflow: hidden;}
.banner .video video{width: 100%; height: 520px; display: block; overflow: hidden; object-fit: cover;}
.banner .soso{width: 100%; height: 520px; position: absolute; top: 0; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.banner .soso h2{font-size: 32px; color: #fff; font-weight: normal;}
.banner .soso form{width: 659px; height: 57px; overflow: hidden; background: #fff; border-radius: 57px; margin: 35px 0 60px; position: relative;}
.banner .soso form input{width: 100%; height: 100%; font-size: 24px; color: #494848; text-indent: 30px; display: flex; align-items: center;}
.banner .soso form button{position: absolute; right: 28px; top: 50%; background: none; transform: translate(0,-40%); cursor: pointer;}
.banner .kjcd{padding: 0 130px;}
.banner .kjcd ul{display: grid; grid-template-columns: repeat(6,1fr); column-gap: 22px; width: 100%; position: relative; top: -105px;}
.banner .kjcd ul li{border-radius: 5px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,0.5);}
.banner .kjcd ul li .thumb{width: 100%; height: auto; overflow: hidden;}
.banner .kjcd ul li img{display: block; width: 100%; height: auto; transition: all 0.4s;}
.banner .kjcd ul li p{width: 100%; height: 55px; line-height: 55px; background: #fff url(../img/h_kjcd_icon.jpg) no-repeat right 20px center; color: #0a0a0a; font-size: 18px; text-indent: 13px;}
/*.banner .kjcd ul li:last-child img,.banner .kjcd ul li:last-child .thumb{ height: 100%;}*/
.banner .kjcd ul li a:hover .thumb img{transform: scale(1.2);}
.banner .kjcd ul li a:hover p{color: #41bdd7;}

.section{width: 100%; height: auto; overflow: hidden; padding: 0 130px; background: url(../img/h_pro_bg.jpg) no-repeat right top;}
.section .title{width: 100%; height: auto; overflow: hidden; position: relative;}
.section .title h2{font-size: 35px; padding: 0 60px 35px 0; border-bottom: 1px solid #bebebe; float: left;}
.section .title h2::before{content: ''; width: 60px; height: 2px; background: #2596e2; position: absolute; bottom: 0;}
.section .h_pro{width: 100%; height: auto;}
.section .h_pro .box{width: 100%; padding-top: 40px;}
.section .h_pro .box ul{display: grid; grid-template-columns: repeat(5,1fr); column-gap: 20px;}
.section .h_pro .box ul li{flex: 0 0 310px; border: 1px solid #e5e5e5; transition: all 0.4s; margin-bottom: 55px;}
.section .h_pro .box ul li .thumb{width: 100%; height: 310px; background: #fff; display: flex; align-items: center; justify-content: center;}
.section .h_pro .box ul li .thumb img{max-width: 100%; max-height: 100%;}
.section .h_pro .box ul li p{text-align: center; padding-bottom: 20px; font-size: 16px; color: #030303;}
.section .h_pro .box ul li:hover{box-shadow: 0 0 4px rgba(0,0,0,0.3); transform: translateY(-10px); border-bottom: 4px solid #0067be;}

.section .h_about{width: 100%; height: auto;}
.section .h_about .box{display: flex; justify-content: space-between;}
.section .h_about .box .left{flex: 1; padding-right: 110px; position: relative;}
.section .h_about .box .left p{font-size: 16px; color: #171717; line-height: 50px; height:400px; position:relative; z-index:2; overflow:hidden; padding:50px 0 0;}
.section .h_about .box .left .letter{position: absolute; bottom: 0;}
.section .h_about .box .left .letter span{font-size: 260px; color: #f9f9f9; font-weight: bold;}
.section .h_about .box .left .letter a{width: 200px; height: 48px; position: absolute; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; font-size: 20px; border-radius: 48px; border: 1px solid #c8c8c8;}
.section .h_about .box .left .letter a img{margin-left: 10px;}
.section .h_about .box .right img{display: block; width: 100%; position: relative; z-index: 1;}
.section .h_about .data ul{display: grid; grid-template-columns: repeat(4,1fr); padding: 60px 0; border-bottom: 1px solid #e0e0e0;}
.section .h_about .data ul li{display: flex; flex-direction: column; justify-content: center; align-items: center; border-right: 1px solid #e0e0e0;}
.section .h_about .data ul li:last-child{border: none;}
.section .h_about .data ul li .type{display: flex; align-items: flex-end;}
.section .h_about .data ul li .type .num{font-size: 50px; padding-right: 10px; font-weight: bold; color: #2194e5; background: url(../img/up.jpg) no-repeat right 0px top;}
.section .h_about .data ul li .type span{position: relative; top: -10px; font-size: 16px; color: #2194e5;}
.section .h_about .data ul li .desc{font-size: 20px;}

.section .h_news{width: 100%; height: auto; padding: 50px 0; overflow: hidden;}
.section .h_news .box{padding-top: 35px;}
.section .h_news .box ul{display: grid; grid-template-columns: repeat(4,1fr); column-gap: 12px;}
.section .h_news .box ul li{flex: 1; background: #f7f7f7;}
.section .h_news .box ul li .thumb{width: 100%; height: auto; overflow: hidden;}
.section .h_news .box ul li img{display: block; width: 100%; transition: all 0.4s;}
.section .h_news .box ul li a:hover img{transform: scale(1.2);}
.section .h_news .box ul li p{font-size: 16px; color: #080808; padding: 30px 15px 0; font-weight: bold;}
.section .h_news .box ul li time{color: #080808; padding: 10px 0 30px; display: block; text-indent: 20px;}
.section .h_news .btn{ margin-top: 30px;}
.section .h_news .btn a{display: flex; align-items: center; float: left; border: 1px solid #ccc; padding: 15px 30px; font-size: 14px; color: #666; position: relative;}
.section .h_news .btn a img{margin-left: 10px; width: 9px; height: 12px;}
.section .h_news .btn a::before{content: ''; width: 5px; height: 100%; background: #41bdd7; position: absolute; top: 0; left: 0; transition: all 0.4s;}
.section .h_news .btn a:hover::before{width: 100%; z-index: -1;}
.section .h_news .btn a:hover{color: #fff;}

.footer{width: 100%; height: auto; overflow: hidden; background: #212c7e; padding: 60px 130px 0;}
.footer .ftop{display:flex; justify-content: space-between; align-items: center; padding-bottom: 30px; border-bottom: 1px solid #555;}
.footer .ftop ul{display: flex;}
.footer .ftop ul li{padding: 0 20px;}
.footer .ftop ul li a{color: #fff;font-size: 16px;}
.footer .ftop ul li a:hover{color: #41bdd7;}
.footer .fmid{display: flex; justify-content: space-between; padding: 30px 0 150px 0;}
.footer .fmid .left{display: block;}
.footer .fmid .contact{color:#fff;width:100%;padding-bottom:30px;}
.footer .fmid .contact, .footer .fmid a{color:#fff;}
.footer .fmid .contact h3{font-size: 40px;padding-bottom:25px;display:block;font-weight: normal;}
.footer .fmid .contact p{font-size:18px;    line-height: 35px;}
.footer .fmid .contact p img{    vertical-align: middle;padding-right:5px;}
.footer .fmid .left dl{display: flex; align-items: center;padding-bottom:30px;}
.footer .fmid .left dl:last-child{padding-bottom: 0px;}
.footer .fmid .left dl dt{padding-right: 20px; color: #fff;}
.footer .fmid .left dl dd h3{color: #fff; font-size: 20px; font-weight: normal;}
.footer .fmid .left dl dd p{color: #fff; font-size: 27px;}
.footer .fmid .right p{display: flex; align-items: center; justify-content: center; color: #fff;}
.footer .fmid .right p img{margin-right: 5px;}
.footer .fbom{display: flex; height: 55px; justify-content: space-between; align-items: center; }
.footer .fbom .left{color: #000; padding: 30px 0; overflow: hidden;}
.footer .fbom .right{color: #000;}

.inbanner{ height:599px;  text-align:center}
.divtable{ width:100%; display:table; height:100%}
.divtable div{ display:table-cell; vertical-align:middle}
.divtable div h2{ color:#fff; font-size:48px;}
.divtable div p{ font-size:18px; color:#666; padding:10px 0; text-transform: uppercase}

img{ max-width:100%}
.main{ padding:0 130px;}
.clearfix:after{ content:''; display:block; clear:both}
.gy{ padding:100px 0; background:url(../images/about_bg.jpg) no-repeat center; background-size:cover; }
.gy1{ width:40%; float:left; padding-left:15px;padding-right:15px;}
.gy2{ width:55%; float:right; padding-left:15px;padding-right:15px;}
.gy2 .text{ margin-top:20px; line-height:32px; text-align:justify; font-size:16px; color:#777;}
.bar{ margin-top:10px; padding-bottom:20px; border-bottom:#ddd solid 1px; position:relative}
.bar h2{ color:#26334c; font-size:36px;}
.bar h3{ color:#26334c; font-size:30px; font-weight:normal;}
.bar:before{ content:''; position:absolute; left:-40px; top:10px; display:block; width:31px; height:27px; background:url(../images/about_tt.png) no-repeat }
.gyicons li{ float:left; width:25%;}
.gyicons li div{ position:relative; height:125px; padding:30px; border:#ddd solid 1px; border-radius:10px; margin:15px;}
.gyicons li div img{ position:absolute;}
.gyicons li div span{ display:block; margin-left:100px;}
.gyicons li div h2{ font-weight:normal; font-size:20px; color:#41bdd7}
.gyicons li div p{ color:#555; margin-top:10px; font-size:14px;}
.gyicon{ padding:50px 0}



.weizhi{ font-size:16px; padding:20px 0; background:#f5f5f7}
.newstit h1{ font-size:30px; }
.blue{ color:#41bdd7}
.newstit{ margin:0; margin-bottom:20px; border-bottom:#eee solid 1px; padding-right:70px; padding-bottom:20px; position:relative}
.newstit span{ font-size:12px; position:absolute; right:0; top:0px; text-align:right}
.newstit span strong{ font-weight:normal; color:#666;}
.newstit p{ color:#888; padding-top:10px}
.infoleft .text{ line-height:24px; color:#555; font-size:16px; }
.infoleft{ padding:50px 0; border-right:#eee solid 1px;}
.rnews ul li{ border-bottom:#ddd solid 1px; padding:15px 0}
.inforight{ padding-top:135px}
.rnews ul li a:hover{ color:#41bdd7}
.rnews ul{ padding-bottom:40px}
.rnewsa{ display:block; margin-top:20px}
.bar2 h2{ font-size:18px}
.tips a{ display:inline-block; margin-right:5px; color:#888; display:inline-block; margin-top:8px; border:#ddd solid 1px; padding:10px 10px}
.tips a:hover{ border:#41bdd7 solid 1px; color:#41bdd7}
.tips{ border-top:#ddd solid 1px; margin-top:15px}
.xw{ padding:0 50px}
.infopage{border-top: #eee solid 1px;padding: 70px 0px 20px;margin-top: 30px;position: relative;}
.infopage img{ display:inline-block; vertical-align:middle}
.infopage span{ overflow:hidden;}
.infopage a:hover{ color:#41bdd7}
.infopage strong{ vertical-align:middle; margin:0 10px; font-weight:normal;width: -moz-calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px); height:20px; overflow:hidden; display:inline-block;}
.infopage .span1{display:block;padding:10px 0;}
.infopage .span2{position:absolute;right:0;    border: 1px solid #7483a3;
    display: block;margin-top: -15px;
    border-radius: 5px;
    padding: 10px 20px;}  
  
  
.breadcrumb{padding: 0 50px;
    line-height: 60px;}
.breadcrumb li{float:left;}
.breadcrumb li .divider{}
/*
.new_list{
  padding-top: 75px;
  padding-bottom: 75px;
}
.new_list .screen{
  color: #000000;
  font-size: 16px;
  line-height: 2;
  padding-bottom: 30px;
  border-bottom: #eeeeee solid 1px;
}
.new_list .screen .tit{
  float: left;
  width: 100px;
  margin-bottom: 10px;
}
.new_list .screen .year{
  float: left;
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
.new_list .screen .year a{
  display: inline-block;
  margin-right: 60px;
  font-family: arial;
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new_list .screen .year a:hover, .new_list .screen .year a.on{
  color: #19aeae;
}
.new_list ul{
  margin-bottom: 65px;
}
.new_list ul li{
  position: relative;
  border-bottom: #eeeeee solid 1px;
}
.new_list ul li:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  border-bottom: #19aeae solid 1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.new_list ul li:hover:before{
  width: 100%;
}
.new_list ul li a{
  position: relative;
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  padding-left: 10%;
  padding-right: 12%;
  box-sizing: border-box;
  font-size: 0;
}
.new_list ul li .img{
  display: inline-block;
  vertical-align: middle;
  width: 320px;
  overflow: hidden;
}
.new_list ul li .img img{
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.new_list ul li:hover .img img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.new_list ul li .text{
  display: inline-block;
  vertical-align: middle;
  width: -moz-calc(100% - 320px);
  width: -webkit-calc(100% - 320px);
  width: calc(100% - 320px);
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 4.3%;
}
.new_list ul li .text .t1{
  color: #000000;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.new_list ul li:hover .text .t1{
  color: #19aeae;
}
.new_list ul li .text .t2{
  color: #666666;
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_list ul li .date{
  position: absolute;
  left: 0;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}
.new_list ul li .date .t1{
  font-family: arial;
  color: #222222;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new_list ul li .date .line{
  margin-top: 15px;
  margin-bottom: 15px;
  width: 15px;
  height: 1px;
  background: #dcdcdc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new_list ul li .date .t2{
  font-family: arial;
  color: #222222;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new_list ul li:hover .date .t1, .new_list ul li:hover .date .t2{
  color: #19aeae;
}
.new_list ul li:hover .date .line{
  background: #19aeae;
}
.new_list ul li .arrow{
  position: absolute;
  right: 0;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 50px;
  border-left: #eeeeee solid 1px;
  background: url(../img/img57.png) center no-repeat;
  background-size: 17px 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.new_list ul li:hover .arrow{
  background: url(../img/img57a.png) center no-repeat;
  background-size: 17px 14px;
}
*/


.new_list li{width:100%;border-bottom:1px solid #e4e4e4;padding:30px 0;height:238px;}
.new_list li img{width:268px;height:178px;float:left;margin-right:100px;}
.new_list li div{height:100%;}
.new_list li div h2{font-size: 16px;color:#000;font-size: 16px;line-height: 40px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.new_list li div p{font-size: 14px;color:#999;line-height: 30px;}
.new_list p.time{color:#555;margin:5px 0;}
/*.new_list p.time i{font-size: 18px;line-height: 30px;margin-right:3px;vertical-align: middle;}*/
.new_list p.time i,.newstit p.time i{background:url(../images/icon_time.png) no-repeat;margin-right:5px;height: 16px;width: 16px;display: inline-block;font-size: 0;vertical-align: middle;}
.new_list li div p a{color: #092362;}
.newstit p.time{line-height:16px;}
.page {
  width: 100%;
  text-align: center;
}
.page-list {
  font-size: 0;
}
.page-list a {
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 5px;
  margin-right: 15px;
  text-align: center;
  font-family: arial;
  font-size: 16px;
  color: #999999;
  background: #f5f5f5;
  border-radius: 50%;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-list a:last-child {
  margin-right: 0;
}

.page-list a .ic2 {
  display: none;
}

.page-list a:hover .ic1 {
  display: none;
}

.page-list a:hover .ic2 {
  display: block;
}

.page-list a.fyprev,
.page-list a.fynext{
  font-size: 0;
  /*min-width: 1px;
  width: auto;*/
  padding: 0;
}
.page-list a.fyprev:hover,
.page-list a.fynext:hover{
  background: none;
}
.page-list a.fyprev img, .page-list a.fynext img{
  max-width: 100%;
}


.page-list a:hover, .page-list a.on {
    color: #FFFFFF;
    border: none;
    background: #19aeae;
}

.wenxian { margin:60px 0; height:290px; background:url(../img/wenxian_05.jpg) no-repeat center;  }
.wenxian div{ padding:60px 100px; max-width:800px;}
.wenxian div p{ line-height:30px; font-size:16px; margin-top:10px; margin-bottom:30px}
.wenxian div  a{ background:#41bdd7; color:#fff; display:inline-block; padding:10px 20px;}
.wenxian div  a:after{ content:''; display:inline-block; margin-left:10px; width:15px; height:10px; background:url(../img/ra.png) no-repeat center center; background-size:80% auto}
.wenxian div  a:hover{ background:#3399FF}
.pg2{ text-align:center; padding:50px 0}
.pg2 a{ border:#ddd solid 1px; display:inline-block; padding:6px 15px;}
.pg2 a.on{ background:#0088cc; border:#0088cc solid 1px; color:#fff}

.main2{ max-width:1399px; margin:0 auto}
.wxlist li{ border-bottom:#ddd solid 1px; position:relative; padding:20px 20px; padding-top:30px}
.wxlist ul>a:nth-child(2n) li{ background:#f6f6f6}
.wxlist ul{border-top:#ddd solid 1px;}
.wxlist li p{ margin:10px 0}
.wxlist li strong{ font-weight:normal; color:#000}
.wxlist li h3{ font-size:18px;color:#000; padding-bottom:10px;}
.wxlist li p span{ padding-right:30px}
.wxlist li p span.ls{ padding-right:0px; width:25%; display:inline-block}
.wxlist li:after{ position:absolute; width:40px; height:40px; background:url(../img/r.png) #41bdd7 center center no-repeat; border-radius:40px; display:block; content:''; right:40px; top:50%; margin-top:-25px;}
.wxlist li:hover{ border-bottom:#33CCCC solid 1px;box-shadow:0px 0px 5px #ccc; }

.service{ padding:80px 0}
.s1{ float:left; width:50%;}
.s2{ float:left; width:50%;}
.s2>div{ padding:60px; padding-right:0}
.s2>div h2{ font-size:30px; position:relative}
.s2>div h2:after{ content:''; display:block; width:60px; margin-top:35px; border-bottom:#ddd solid 3px;}
.s2>div p{ margin:50px 0; font-size:16px; color:#555; line-height:30px;}
.more{ background:#41bdd7; padding:10px 15px; font-size:18px; font-weight:bold; color:#fff; display:inline-block}
.service .box:nth-child(2n) .s1{ float:right}
.service .box img{ height:516px; object-fit:cover; display:block}
.service .box:nth-child(2n) .s2>div{ padding:60px; padding-left:30px}

.vimg{object-fit:cover; width:100%}
.innav{ text-align:center; background:#e7f3f6}
.innav a{ display:inline-block; border-top:#e7f3f6 solid 5px; margin:0px; line-height:70px; padding:0 40px; color:#000; font-size:16px;}
.innav a:hover,.innav a.hover{border-top:#41bdd7 solid 5px; background:#fff; color:#41bdd7;}


.innav2{ background:#f2f2f2;}
.innav2>ul>li{ display:inline-block; z-index:5; position:relative; padding:0 50px; line-height:60px;}
.innav2>ul>li ul{ display:none; padding: 10px; position:absolute; width:180px; background:#fff; border:#ddd solid 1px; top:60px; left:0;}
.innav2>ul>li:hover ul{ display:block}
.innav2>ul>li ul li{ text-align:center; line-height:40px;}
.innav2>ul>li i{ position:absolute; right:5px; width:12px; height:12px; background:url(../img/h_news_icon.png) no-repeat center center; top:25px; background-size:50%;transform:rotate(90deg);
-ms-transform:rotate(90deg);   /* IE 9 */
-moz-transform:rotate(90deg);   /* Firefox */
-webkit-transform:rotate(90deg); /* Safari �� Chrome */
-o-transform:rotate(90deg);opacity:0.6}
.innav2>ul>li ul li a:hover{ color:#3399CC}
.proleft{ background:#212c7e; padding:15px; color:#fff; border-radius:15px; width:300px; float:left}
.proleft dl p a{ color:#fff;}
.proleft dl{ border-bottom:rgba(255,255,255,0.5) solid 1px; padding:14px 0;}

.pt{border-bottom:rgba(255,255,255,0.5) solid 1px; margin-top:10px; font-size:18px; padding-bottom:15px;}
.product{ max-width:1500px; margin:100px auto; margin-top:100px;}
.proleft dl dd{ display:none ; margin-top:10px;}
.proleft dl.hover dd{ display:block;}
.proleft dl dd p{ padding:10px 0}
.proleft dl dd p span{ float:right ; padding-right:15px;}
.proleft dl dt{ font-weight:bold}
.proleft dl p i{ width:14px; height:14px; border-radius:14px; overflow:hidden; display:inline-block; border:#fff solid 1px; position:relative; vertical-align:middle; margin-right:10px; margin-left:10px;}
.proleft dl p.hover i:after{ content:''; display:block; width:10px;  border-radius:10px; height:10px; position:absolute; left:1px; top:1px; background:#fff;}
.proleft dl dt{ cursor:pointer; position:relative;}
.proleft dl dt:after{ content:''; display:block; width:12px; height:12px; background:url(../img/r.png) center center no-repeat; position:absolute; right:10px; top:5px;transform:rotate(180deg);
-ms-transform:rotate(180deg);   /* IE 9 */
-moz-transform:rotate(180deg);   /* Firefox */
-webkit-transform:rotate(180deg); /* Safari �� Chrome */
-o-transform:rotate(180deg);  }
.proleft dl.hover dt:after{transform:rotate(90deg);
-ms-transform:rotate(90deg);   /* IE 9 */
-moz-transform:rotate(90deg);   /* Firefox */
-webkit-transform:rotate(90deg); /* Safari �� Chrome */
-o-transform:rotate(90deg);}
.proright{ float:right;width: -moz-calc(100% - 330px);
      width: -webkit-calc(100% - 330px);
      width: calc(100% - 330px);}
    .tb td{ padding:30px; background:#f9fdff}
    .tb tr:nth-child(2n+1) td{ background:#f0f5f7}
.tabletit th{ text-align:left; padding:10px 30px; font-weight:normal; background:#1a1a1a; color:#fff}


@media(max-width:1700px){
.section .h_about .box .left p{ line-height:42px}
  .header,.banner .kjcd,.section{padding: 0 40px;}
  .main{ padding:0 40px}
  .section .h_about .box .left .letter span{font-size: 220px;}
  .bar{ margin-top:50px; }
}

@media(max-width:1500px){
.section .h_about .box .left p{ line-height:34px}
  .section{background-size: 70% auto;}
  .inbanner{ height:400px}
  .gy2 .text{ line-height:24px; font-size:14px;}
  .section .h_about .box .left .letter span{font-size: 200px;}
}

@media(max-width:1400px){
  .section .h_about .box .left .letter span{font-size: 150px;}
  .service .box img{ height:416px;}
  
  .s2>div{ padding-top:10px}
  .s2>div p{ font-size:14px; line-height:24px; margin:30px 0}
}

@media(max-width:1300px){
.bar{ margin-top:20px; }
.main{ padding:0 20px}
.gyicons li{ float:left; width:50%;}
  .footer{padding: 60px 40px 0;}
  
  .header .logo a img{height: 55px;}
  .header .nav ul.one li a.t{width: 100px;}
  
  .section .h_about .box .left{padding-right: 60px;}
  .section .h_about .box .left .letter span{font-size: 130px;}
  
  .section .h_pro .box ul{grid-template-columns: repeat(4,1fr);}
}

@media(max-width:1200px){
.infoleft,.inforight{ width:100%}
.inbanner{ height:300px}
.gy{ padding:50px 0}
.divtable div h2{ font-size:32px}
  .section .h_about .box .left p{padding: 30px 0 0; line-height: 45px;}
  .section .h_about .box .left .letter{position: relative;}
  .section .h_about .box .right{width: 50%;}
  
  .section .h_pro .box ul{grid-template-columns: repeat(3,1fr);}
  
  .section .h_news .box ul{grid-template-columns: repeat(2,1fr);}
  .section .h_news .box ul li{margin-bottom: 30px;}
  .new_detail .box .title .infor .txt span{
    margin-right: 30px;
  }
  .new_detail{
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .new_detail .box .wrap{
    padding: 50px;
  }
  .new_detail .nextprev ul li{
    padding: 30px 40px;
  }
  .new_detail .nextprev ul li .txt .t1{
    font-size: 16px;
  }
  /*��ҳ*/
  .page-list a{
    min-width: 45px;
      height: 45px;
      line-height: 45px;
  }
  .page-list a.fyprev,
  .page-list a.fynext{
    width: 45px;
  }
  .main_new .conwidth{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
  }
  .main_new .txt_swiper{
    position: static;
    transform: none;
    width: 100%;
    margin-top: 30px;
    padding: 0 0 30px;
  }
  .main_new .txt_swiper .txt{
    padding: 0px 30px;
    margin-bottom: 30px;
  }
  .main_new .switch_box{
    position: static;
    width: 100%;
    padding: 0px 30px;
  }
  .new_list .screen{
    padding-bottom: 15px;
  }
  .new_list .screen .year a{
    margin-right: 40px;
  }
  .new_list ul li a{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .new_list ul li .img{
    width: 250px;
  }
  .new_list ul li .text{
    width: -moz-calc(100% - 250px);
      width: -webkit-calc(100% - 250px);
      width: calc(100% - 250px);
  }
  .new_list ul li .text .t1, .new_list ul li .date .t1{
    font-size: 18px;
  }
  .new_list ul li .date .line{
    margin-top: 10px;
      margin-bottom: 10px;
  }
  
}

@media(max-width:1100px){
.innav a{ padding:0 20px}
  .header .logo a img{height: 45px;}
  .header .nav ul.two{display: none;}
  
  
  .section .h_about .box{flex-direction: column;}
  .section .h_about .box .left{padding-right: 0;}
  .section .h_about .box .left p{padding-top: 20px; line-height: 35px;}
  .section .h_about .box .right{width: 100%;}
  
}

@media(max-width:992px){
.section .h_about .box .left p{height:auto}
.proleft,.proright{ float:none; width:100%}
.proright,.product{ margin-top:20px}
.sc{ overflow-x:auto}
.innav2>ul>li{ padding:0 20px}
.tb td{ padding:15px}
.tabletit th{ padding:15px;}
.s2>div{ padding:20px}
.service .box img{ width:100%; height:auto}
.s1,.s2{ width:100%}
.gy1{ width:100%; }
.gyicons li{ width:100%;}
.gy2{ width:100%}
.wenxian div{ padding:30px}
.wenxian{ margin:15px }
.wxlist li p span.ls{ width:auto; padding-right:30px}
.wxlist li  div{ padding-right:50px}
.wxlist li  h3{ font-size:16px;}
.wxlist li:after{ right:15px}
.wxlist li p{ font-size:12px;}
.wenxian div p{ font-size:14px; line-height:20px}
  .header,.banner .kjcd,.section{padding: 0 20px;}
  .footer{padding: 30px 20px 0;}
  .xw{ padding:0}
  .infoleft{ border:none}
  .header .menu{display: block; right: 20px;}
  .header .nav{width: 200px; height: 100%; padding: 80px 0 40px; position: fixed; left: -200px; top: 0; z-index: -1; display: block; background: #fff;}
  .header .nav ul.one{display: block;}
  .header .nav ul.one li:hover .s{display: none;}
  .header .nav ul.one li a.t{width: 100%; height: 50px; line-height: 50px; justify-content: flex-start; padding-left: 15px; border-bottom: 1px solid #dadada;}
  .header .nav ul.one li .s{position: static; background: #f5f5f5;}
  .header .nav ul.one li .s a{text-align: left; padding-left: 20px; border-bottom: 1px solid #e1e1e1;}
  .header .nav ul.one li .navBtn{display: block; width: 50px; height: 50px;  background: url(../img/nav_right.png) no-repeat center center; position: absolute; right: 0; top: 0; transition: all 0.2s ease-in;}
  .header .nav ul.one li .navBtn.on{transform: rotate(-90deg);}
  .header .nav ul.two{display: flex; margin-top: 20px; justify-content: center;}
  
  .form{padding:0 20px; }
  .form .box{width: 100%; height: auto; padding: 0 20px;}
  .form form{padding: 20px 0;}
  .form form input{flex: 1; width: auto; height: 40px; line-height: 40px;}

  .banner .video video,.banner .soso{height: 360px;}
  .banner .soso h2{font-size: 26px;}
  .banner .soso form{width: 90%; height: 45px; border: 45px; margin: 20px 0 0;}
  
  .banner .kjcd ul{grid-template-columns: repeat(2,1fr); column-gap: 22px; width: 100%; top: 0; padding: 40px 0 0;}
  .banner .kjcd ul li{margin-bottom: 40px;}
  
  .section .title h2{font-size: 26px; padding: 0 30px 15px 0}
  
  .section .h_about .data ul{display: grid; grid-template-columns: repeat(2,1fr);}
  .section .h_about .data ul li{ margin-bottom: 50px;}
  .section .h_about .data ul li:nth-child(2n){border: none;}
  
  .section .h_pro .box ul{grid-template-columns: repeat(2,1fr);}
  .section .h_pro .box ul li{margin-bottom: 30px;}
  
  .footer .ftop{flex-direction: column;}
  .footer .ftop .logo{padding-bottom: 20px;}
  .footer .fmid .left dl dt {padding-right: 10px;}
  .footer .fmid .left dl dt img{transform: scale(0.6);}
  .footer .fmid .left dl dd h3{font-size: 16px;}
  .footer .fmid .left dl dd p{font-size: 20px;}
  .footer .fbom .left{flex: 1; text-align: center;}
  .footer .fbom .right{display: none;}
}

@media(max-width:768px){
.vimg{height:370px; }
.s2>div,.service .box:nth-child(2n) .s2>div{ padding:20px 0}
.infoleft .text{ font-size:14px;}
.s2>div h2{ font-size:24px;}
.newstit{ margin-top:10px}
.newstit h1{ font-size:20px;}
.infoleft,.inforight,.service{ padding:50px 0}
.main_new{
    padding-top: 40px;
  }
  .main_new .txt_swiper{
    margin-top: 20px;
    padding-bottom: 25px;
  }
  .main_new .txt_swiper .txt{
    padding: 0px 20px;
    margin-bottom: 20px;
  }
  .main_new .txt .t2{
    margin-top: 10px;
    font-size: 16px;
  }
  .main_new .switch_box{
    padding: 0px 20px;
  }
  .new_list .screen{
    margin-bottom: 30px;
  }
  .new_list .screen .tit, .new_list .screen .year{
    float: none;
    width: 100%;
  }
  .new_list .screen .year a{
    margin-right: 25px;
    margin-bottom: 6px;
  }
  .new_list ul li{
    margin-bottom: 30px;
  }
  .new_list ul li a{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .new_list ul li .img{
    float: none;
    width: 100%;
  }
  .new_list ul li .text{
    float: none;
    width: 100%;
    padding: 20px;
  }
  .new_list ul li .date{
    position: static;
    transform: none;
    float: left;
    padding-left: 20px;
    line-height: 30px;
  }
  .new_list ul li .date .t1{
    display: inline-block;
    vertical-align: middle;
  }
  .new_list ul li .date .line{
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-60deg);
  }
  .new_list ul li .date .t2{
    display: inline-block;
    vertical-align: middle;
  }
  .new_list ul li .arrow{
    position: static;
    transform: none;
    border-left: none;
    float: right;
    padding-right: 20px;
    height: 30px;
  }
  .new_list ul li .text .t1, .new_list ul li .date .t1{
    font-size: 16px;
  }
  .header{height: 60px;}
  .header .logo a img{height: 35px;}
  .header.headernav,.header .search{display:none}
  .banner .kjcd ul{grid-template-columns: repeat(1,1fr);} 
  .header .nav ul.one li a.t{color:#020202;}
  .section .h_about .box .left .letter span{font-size: 90px;}
  .section .h_about .data ul{padding: 30px 0 0;}
  .section .h_about .data ul li{margin-bottom: 30px;}
  .section .h_about .data ul li .type .num{font-size: 30px;}
  .section .h_about .data ul li .type span{top: -5px; font-size: 14px;}
  .section .h_about .data ul li .desc{font-size: 13px;}
  
  .section .h_pro .box ul{grid-template-columns: repeat(1,1fr);}
  
  .section .h_news .box ul{grid-template-columns: repeat(1,1fr);}
  .section .h_news .box ul li p{font-size: 14px; padding: 15px 15px 0;}
  .section .h_news .box ul li time{padding-bottom: 15px;}
  .section .h_news .btn{margin-top: 0;}

  .footer .ftop{padding-bottom: 20px;}
  .footer .ftop .logo img{height: 40px;}
  .footer .ftop ul{flex-wrap: wrap;}
  .footer .ftop ul li{padding: 0 10px 10px;}
  .footer .fmid .left{flex-direction: column;}
  .footer .fmid .contact h3{font-size: 28px;font-weight: normal;}
  .footer .fmid .left dl{margin-bottom: 10px;}
  .footer .fmid .left dl:last-child{padding-left: 0;}
  .footer .fmid .left dl dd h3{font-size: 14px;}
  .footer .fmid .left dl dd p{font-size: 18px;}
  /*.footer .fmid .right p{float: left; width: 110px;}*/
  .footer .fbom{height: auto; overflow: hidden;}
}

@media(max-width:576px){
  .banner .soso h2{font-size: 16px;}
  .banner .soso form input{font-size: 18px;}
  
  .footer .fmid{flex-direction: column; justify-content: center;}
}


.proDe1Box{padding:120px 0 80px 0; background-color: #eff0f1;}
.proDe1L{width:32.16%; float:left;}
.proDe1L .slick-dots{width:100%; text-align: center; bottom:-40px; line-height: 0; font-size:0;}
.proDe1L .slick-dots li{display:inline-block; width: 10px; height: 10px; background-color: #707070; margin: 0 11px; border-radius: 50%; border:1px solid #707070;}
.proDe1L .slick-dots li.slick-active{background-color:transparent; border-color:#28a7e1;}
.proDe1L .slick-prev,
.proDe1L .slick-next{width:30px; height: 30px; background: url(../images/p76.png) center no-repeat; background-size: 100%; top:auto; transform: translate(0); bottom:-48px; left: 28.11%; border-radius: 50%; border:1px solid #757575;}
.proDe1L .slick-next{background-image:url(../images/p77.png); right: 28.11%; left: auto;}
.proDe1Box .text{margin-left:37.77%;}
.proDe1Box .text .H4{font-size:30px; color:#333333; font-weight: bold;}
.proDe1Box .text .p{font-size:16px; color:#333333; line-height: 32px; margin: 35px 0 20px 0;}
.proDe1Box .text .zixun{width:166px; height: 54px; text-align: center; line-height: 54px; background: url(../images/p79.png) center no-repeat; background-size: cover; border-radius: 6px; overflow: hidden; display:inline-block; font-size:16px; color:#fff; font-weight: bold; margin-right:20px;}
.proDe1Box .text .zixun.z2{ background: url(../images/productview_03.png) center no-repeat; }
.proDe1Box .text .zixun .ico{display:inline-block; width:23px; height: 23px; margin-left:10px; line-height: 0; vertical-align: middle; margin-top:-4px;}
.proDe1Box .text .zixun.z2 .ico{background:#fff; border-radius:23px; }
.proDe1Box .text .zixun:hover{opacity:0.8;}
.pri{ padding-bottom:20px}

.proDe2{padding:78px 0 0px 0;}
.tableBox table{width:100%; margin-top:40px;}
.tableBox table th{background-color: #a0dc4d;background-image: linear-gradient(to right, #ffddb1 , #a0dc4d); background-size: cover; height: 68px; text-align: center; font-weight:normal; font-size:18px; color:#000; width: 25%; padding:0 10px;font-weight: bold;}
.tableBox table td{font-size:16px; color:#2e2e2e; text-align: left; height: 55px; border:1px solid #f4f4f4;padding-left: 20px;}
.tableBox table td:nth-child(odd){background:#f7f7f7;}
.tableBox table td.last{background-color:#fff; border:none;}

.proDe3{padding:75px 0 100px 0; background-color: #eff0f1;}
.proDe3D .liBox{margin-top:40px;}

.caseDeTi{text-align:left;}
.caseDeTi .H4{ font-weight:normal;font-size:36px; color:#333333; display: inline-block; position: relative;}
.caseDeTi .H4::after,
.caseDeTi .H4::before{width:68px; height: 1px; background-color: #fff; position: absolute; content: ""; left: -97px; top:50%;}
.caseDeTi .H4::before{right:-97px; left: auto;}
.ts{ margin:10px 0; font-size:16px}

.proDe2 .text{ padding:50px 0; line-height:30px; font-size:16px; color:#444;}

.pri h2{ display:inline-block; font-size:40px; margin-right:15px;}


@media screen and (max-width:1599px){
  .proDe1L .slick-prev{left: 23.11%;}
  .proDe1L .slick-next{right: 23.11%;}
  .proDe1Box .text .H4{font-size:24px;}
}
@media screen and (max-width:1199px){
  .proDe1Box,
  .proDe2,
  .proDe3{padding:60px 0;}
  .proDe1L .slick-prev{left: 17.11%;}
  .proDe1L .slick-next{right: 17.11%;}
}
@media screen and (max-width:991px){
  .proDe1L .slick-prev{left: 9%;}
  .proDe1L .slick-next{right: 9%;}
}
@media screen and (max-width:767px){
  .proDe1Box,
  .proDe2,
  .proDe3{padding:30px 0;}
  .proDe1L{width:100%;}
  .proDe1L .slick-dots{bottom:-15px;}
  .proDe1L .slick-dots li{margin:0 4px;}
  .proDe1Box .text{margin:30px 0 0 0; float:left;}
  .proDe1Box .text .H4{font-size:18px; line-height: 24px;}
  .proDe1Box .text .p{font-size:14px; line-height: 24px; margin: 20px 0; text-align: justify;}
  .proDe1Box .text .zixun{width:120px; height: 40px; line-height: 40px; font-size:14px;}
  .tableBox table{margin-top:20px;}
  .tableBox table th{font-size:12px; height: 30px; }
  .tableBox table td{font-size:12px; height: 30px;}
  .proDe3D .liBox{margin-top:20px;}
}

@media screen and (max-width:767px){
  .caseDe{padding:30px 0 0 0;}
  .caseDe1 .H4, .caseDeTi .H4{font-size:20px;}
  .caseDe2{margin:30px 0 40px 0;}
  .caseDe2::after, .caseDe2::before{display: none;}
  .caseDe2 .list{opacity:1;}
  .caseDe2 .slick-dots{bottom:-30px;}
  .caseDe2 .slick-dots li{width:8px; height: 8px; margin: 0 4px;}
  .caseDe3Box{padding:30px 0 15px 0;}
  .caseDe3 .p{font-size:14px; line-height: 24px; padding:15px 0;}
  .caseDe4Box{padding:30px 0;}
  .proDe2{  padding:15px 0; overflow:hidden}
  .proDe2 .text{ padding:15px 0}
  .caseDe4Ul{margin:0;}
  .caseDe4Ul .list{padding:0; width: 100%; margin-top:20px;}
  .proDe2 .text{ font-size:14px; line-height:24px;}
  .ts{ font-size:14px;}
}

/* ��Ʒ����ҳ��---���� */
._djtc{ cursor: pointer;}
._tc{ display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99999999; background: rgba(0, 0, 0, 0.5);}
._tc ._form{ padding: 65px 45px 40px 45px; width: 490px; border-radius: 3px; border-bottom: 3px solid #41bdd7; background: #fff; position: absolute; top: 50%; left: 50%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
._tc ._clo{ width: 34px; height: 34px; position: absolute; top: -20px; right: -44px; cursor: pointer; background: url(../img/icon_close.png) no-repeat center; background-size: cover;}
._tc ._form ._tcTit{ font-size: 30px; width: 358px; height: 60px; line-height: 60px; border-radius: 60px; color: #fff; background: #41bdd7; text-align: center; position: absolute; top: -30px; left: 50%;
-webkit-transform: translate(-50%,0); 
-ms-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-o-transform: translate(-50%,0);
transform: translate(-50%,0);} 
._tc ._form ._lab{ padding: 10px 20px 10px 25px; margin-bottom: 12px; width: 100%; position: relative; font-size: 0; border-radius: 3px; background: #f0f0f0;}
._tc ._form ._lab ._name{ font-size: 18px; width: 90px; line-height: 30px; position: relative; display: inline-block; vertical-align: middle; color: #555;}
._tc ._form ._lab ._name i{ position: absolute; top: 0; left: -15px; font-style: normal; color: #fe0000;}
._tc ._form ._lab ._fv{ width: 250px; font-size: 16px; line-height: 30px; background: none; display: inline-block; vertical-align: middle; color: #555;}
._tc ._form ._select{ display: inline-block; vertical-align: middle; width: 262px; font-size: 18px; line-height: 30px; height: 30px; cursor: pointer; color: #555; background:url(../img/y_img21.png) right center no-repeat; padding-right: 40px;}
._tc ._form ._select ._span{ float: right; color: #555;}
._tc ._form ._dl{ width: 99.5%; position: absolute; left: 0.25%; top: 100%; z-index: 5; background :#f2f3f6; padding: 10px; box-shadow: 0 2px 3px rgba(0,0,0,.2); display: none;}
._tc ._form ._dl dd{ width: 100%; float: left; font-size: 16px; line-height: 40px; cursor: pointer; position: relative; padding-left: 18px; color:#666;}
._tc ._form ._fv2{ display: block; font-size: 18px; width: 244px; height: 52px; line-height: 52px; border-radius: 3px; margin: 35px auto 0 auto; background: #41bdd7; color: #fff;}
@media  screen and (max-width:991px){
._tc ._form{ padding: 45px 15px 20px 15px; width: 60%;}
._tc ._clo{ width: 20px; height: 20px; top: -10px; right: -30px;}
._tc ._form ._tcTit{ font-size: 20px; width: 180px; height: 40px; line-height: 40px; border-radius: 40px; top: -15px;} 
._tc ._form ._lab{ padding: 5px 10px 5px 15px; margin-bottom: 10px;}
._tc ._form ._lab ._name{ font-size: 16px; width: 75px;}
._tc ._form ._lab ._name i{ left: -10px;}
._tc ._form ._lab ._fv{ font-size: 16px;
width: -moz-calc(100% - 75px);
width: -o-calc(100% - 75px);
width: -webkit-calc(100% - 75px);
width: calc(100% - 75px);}
._tc ._form ._select{ font-size: 16px; height: 30px; padding-right: 40px;
width: -moz-calc(100% - 75px);
width: -o-calc(100% - 75px);
width: -webkit-calc(100% - 75px);
width: calc(100% - 75px);}
._tc ._form ._dl{ padding: 10px;}
._tc ._form ._dl dd{ font-size: 14px; padding-left: 15px;}
._tc ._form ._fv2{ font-size: 16px; width: 200px; height: 40px; line-height: 40px; margin: 15px auto 0 auto;}
}
@media  screen and (max-width:767px){
._tc ._form{ width: 80%;}
}


.ey-price {
  font-size: 30px;
  color: #d02b18;
}

}
.ey-joinin {
  margin-right: 8px;
  color: #fff;
  background-color: #f96868;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075)
}
.ey-joinin:hover, .ey-joinin:focus {
  color: #fff;
  background-color: #f73737;
}
.ey-joinbuy {
  color: #fff;
  background-color: #f2a654;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075)
}
.ey-joinbuy:hover, .ey-joinbuy:focus {
  color: #fff;
  background-color: #ee8d25
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/*首页产品规格选项样式覆盖*/
.btn-selected {
  background-color: transparent;
  color: #76838f;
  border-color: #e4eaec;
}
.btn-selected.btn-danger {
  color: #f96868;
  background-color: transparent;
  border-color: #f96868;
}
.btn-selected.btn-danger:hover {
  color: #f96868;
  background-color: transparent;
  border-color: #f96868;
}
.btn-selected:hover, .btn-selected:focus {
  color: #f96868;
  background-color: transparent;
  border-color: #f96868;
}


.part{padding:20px 0;border:1px solid #e9e9e9;padding-bottom:18px;height:176px;width: 375px;float: left;background: #fff;margin: 20px 0 0 20px;}
.part img{width:136px;height:136px;float:left;position: relative;border-radius: 5px;-webkit-border-radius:5px; -moz-border-radius:5px;behavior:url('PIE.htc');}
.part div{width:235px;height:100%;float:right;position: relative;}
.part div h2{width:100%;color:#555;font-size: 16px;font-weight: normal;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;max-height: 32px;padding: 10px;}
.part div p{color: #999;font-size: 12px;line-height: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;max-height: 40px;padding: 10px;}
.part div p.time{color: #707070;font-size: 14px;line-height: 24px;position: absolute;bottom:7px;left:0;}
.part div p.time i{font-size: 22px;vertical-align: middle;margin-right:11px;}









.pc_all .pc_all_contnet{ max-width: 1606px; margin: 0 auto;}
.IndexProduct{ padding-top: 70px;}
.IndexProduct .IndexProduct_title dd{ color: #0262b3; font-size: 30px; position: relative; padding-left: 18px; font-weight: bolder;}
.IndexProduct .IndexProduct_title dd:before{ content: ""; position: absolute; display: inline-block; width: 5px; height: 28px; background: #0262b3; left: 0; top: 20%;}
.IndexProduct .IndexProduct_title dd span{ color: #888888; font-size: 16px; margin-left: 13px; font-weight: normal;}
.IndexProduct .IndexProduct_title dt{ color: #c5dff3; font-size: 30px; text-transform: uppercase;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list{ background: #edf2f6; height: 354px; width: 32%; margin-right: 2%; position: relative; padding: 40px 30px; margin-top: 2%;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list:nth-child(3n){ margin-right: 0px;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_title{ font-size: 28px; color: #333333; text-transform: uppercase; margin-bottom: 30px; position: relative; z-index: 25; display:inline-block;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_title p:last-child{ font-size: 22px; }
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_txt p{ margin-bottom: 5px;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_txt p:last-child{ margin-bottom: 0px;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_txt a{ color: #777777; font-size: 14px; display: inline-block; padding-left: 14px; position: relative;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_txt a:before{ content: ""; position: absolute; display: inline-block; width: 9px; height: 10px; background: url(../images/bn9.png) no-repeat 0% 50%; left: -5px; top: 25%; opacity: 0;transition: all 0.3s ease;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_more{ color: #bfbfbf; font-size: 14px; text-transform: uppercase; position: absolute; bottom: 14%;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_more img{ margin-right: 15px;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_img{ position: absolute; right: 10%; bottom: 6%;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_txt a:hover{ color: #0262b3;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_txt a:hover:before{ left: 0; opacity: 1;transition: all 0.3s ease;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_title:hover{ color: #0262b3;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list:nth-child(4) .top_list_img{ right: 4%; bottom: 12%;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list:last-child{ width: 66%; margin-right: 0px;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_content{ text-align: center; position: absolute; top: 8%; left: 0; width: 67%; right: 0; margin: 0 auto;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_content .list_content_li{outline:none;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_content .list_content_li .content_li_top{ margin-bottom: 15px;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_content .list_content_li .content_li_top dt{ font-size: 24px; color: #0262b3; margin-top: 25px;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_content .list_content_li .content_li_bottom{ color: #555555; line-height: 23px; font-size: 14px;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_content .slick-dots{ bottom: -10%;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_content .slick-dots li{ margin: 0px 1px;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_content .slick-dots li button:before{ font-size: 30px;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_content .slick-dots li.slick-active button:before{ opacity: .45;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_content .slick-prev{ left: 95px;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_content .slick-next{ right: 95px;}
.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_content .slick-prev:before,.IndexProduct .IndexProduct_content .IndexProduct_content_top .content_top_list .top_list_content .slick-next:before{ color: #bfbfbf;}
.IndexProduct .IndexProduct_content .IndexProduct_content_bottom a{ display: inline-block; margin-right: 62px; text-align: center; line-height: 150px;}
.IndexProduct .IndexProduct_content .IndexProduct_content_bottom a:last-child{ margin-right: 0px;}

.fl {
    float: left;
}
.contact{ padding: 0px 0px; padding-bottom: 20px;}
.contact .contact_content{ margin-top: 40px;}
.contact .contact_content .contact_content_list{ width: 48%; margin-right: 4%; background: #f5f5f5; text-align: center; padding: 35px 0px; margin-bottom: 2.5%; border-radius: 10px;}
.contact .contact_content .contact_content_list:nth-child(2n){ margin-right: 0px;}
.contact .contact_content .contact_content_list dd{ background: url(../images/bn40.png) no-repeat 50% 50%;}
.contact .contact_content .contact_content_list dt{ font-size: 22px; color: #333333; margin-top: 25px;}
.contact .contact_content .contact_content_list p{ font-size: 14px; color: #444444; margin-top: 10px;}


.detail h3{padding-top:18px;padding-bottom:15px;font-size: 16px;color:#555;line-height: 30px;border-bottom:1px solid #e9e9e9;font-weight: normal;}
.detail ul{margin:12px 0;overflow: hidden;}
.detail ul li{line-height: 42px;color:#707070;font-size: 14px;float:left;}
.detail ul li i{font-size: 21px;margin-right:12px;vertical-align: middle;}
.detail button{width:110px;height:35px;line-height: 35px;cursor:pointer;text-align: center;margin-right:20px;margin-bottom:25px;color:#fff;border:0;outline: 0;position: relative;border-radius: 5px;-webkit-border-radius:5px; -moz-border-radius:5px;behavior:url('PIE.htc');}
.detail button.liji{background: #1b6eac;}
.detail button.yulan{background: #54a9dc;}
.detail button i{font-size: 18px;margin-right:8px;}
.detail .btn{border-bottom:1px solid #e9e9e9;}
.detail h1{font-size: 18px;color:#5c7cae;line-height: 50px;font-weight: normal;}
.detail p{font-size: 14px;line-height: 24px;}

.liji .iconfont{font-size: 0;background: url(../images/technical_09.jpg) no-repeat;width: 22px; height: 22px;display: inline-block;}
.fileinfo{width:400px}
.fileinfo li{width:50%;text-align: left;background: no-repeat 0 center;    padding-left:35px;}
.fileinfo li.size{background-image:url(../images/technical_03.jpg)}
.fileinfo li.type{background-image:url(../images/technical_06.jpg)}
.fileinfo li.down{background-image:url(../images/technical_07.jpg)}
.fileinfo li.time{background-image:url(../images/technical_11.jpg)}


.search {color: #aaa;float: left;margin: 14px 30px 0 0;right: 15px;}
.search #keyword{border:1px solid #015ea1;height:35px;line-height:25px;border-right:none;width:800px;}
.search .search-btn{background: #015ea1 url("../images/icon_search_btn.png") no-repeat;width:85px;height:35px;text-indent: 10px;}
#m_search {height: 2px;margin-top: 4px;position: absolute;right: 10px;top: 4px;width: 184px;}
#m_search a{background: url("../images/sy_07.jpg") no-repeat}
input#keyword{border: 0;border-top-color: #A0A0A0;padding: 4px 8px;font-size: 13px;height: 15px;float: left;width:145px}
.search-btn {border: none;background:url("../images/sy_38.jpg");color: #FFF;height: 23px;width: 23px;float: right;}



/*-----------------------------------------------------------------------------------*/
/*  09. REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
.fullscreenbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
}
.revolution {
    z-index: 998
}
.revolution ul {
    visibility: hidden;
    margin: 0;
    list-style: none;
}
.tp-caption a {
    color: #28b8d8
}
.tp-caption a:hover {
    color: #2e2e2e !important
}
.tp-caption.large {
    font-size: 44px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.tp-caption.small {
    font-size: 30px;
    line-height: 1;
    color: #2f2f2f;
    text-transform: none;
    font-weight: 400;
}
.tp-caption.lite {
    color: #FFF !important
}
.tp-caption a.btn {
    color: #fff;
    margin: 0;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: none;
    color: rgba(255,255,255,0.6);
    line-height: 1;
    font-size: 40px;
    padding: 0;
    width: auto;
    height: auto;
}
.tparrows:before {
    font-family: 'budicon';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}
.tp-leftarrow.default:before {
    content: '\e00c'
}
.tp-rightarrow.default:before {
    content: '\e010'
}
.tparrows:hover {
    color: rgba(255,255,255,1)
}
.tp-bullets {
    bottom: 30px !important
}
.tp-bullets.simplebullets.round .bullet {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(255,255,255,0.3);
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background: rgba(255,255,255,0.6)
}
.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tp-loader.spinner0 {
    background: none !important;
    height: 36px;
    width: 36px;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 3px solid rgba(84,157,197,.15);
    border-right: 3px solid rgba(84,157,197,.15);
    border-bottom: 3px solid rgba(84,157,197,.15);
    border-top: 3px solid rgba(84,157,197,.8);
    border-radius: 100%;
    margin: -18px -18px;
    top: 50%;
    left: 50%;
    z-index: 1000;
    position: absolute;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(../images/timer.png);
    position: absolute;
    z-index: 200;
}



.paging_full_numbers{margin-top:30px;text-align: center;}
.paging_full_numbers a,.paging_full_numbers span{line-height: 23px;padding: 3px 8px;color: #666;text-decoration: none;cursor: pointer;border-right: 1px solid #bdbdbd;}
.paging_full_numbers span.current{background: #ccc;color: #990000;}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
    background-image: none;
    border: 0;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    width: auto;

}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #004098;
    border-color: #004098;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}