*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
    color: #333;
}
body{
	font-family: "微软雅黑";
}

ul{
    list-style: none;
}

.news_title{
	font-size:22px!important;
	line-height:45px!important;
	font-weight:bold!important;
}
.ul_1{overflow: hidden;max-width: 1250px;margin: auto; margin-top:11px; margin-bottom: 3rem; }
.ul_1 li{ width:100%; float:left; margin-top:30px; padding:31px 38px 30px 235px; background:#f7f7f7; position:relative;}
.ul_1 li .time{ width:186px; height:156px; text-align:center; border-right:solid 1px #e0e0e0; position:absolute; left:0; top:31px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_1 li .time h2{ width:100%; font-size:72px; color:#c2c2c2; line-height:69px; font-weight:bold; font-family:Arial; letter-spacing:1px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_1 li .time h4{ width:100%; font-size:20px; color:#4c4c4c; line-height:32px; font-family:Arial;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
/*.ul_1 li .img{ width:289px; float:left;}*/
.ul_1 li .text{ /*margin-left:320px;*/}
.ul_1 li .text .title{ width:100%; font-size:18px; color:#333; line-height:26px; margin-top:17px; letter-spacing:1px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_1 li .text .p{ width:100%; font-size:14px; color:#666; line-height:26px; margin-top:16px; letter-spacing:1px; height:78px; overflow:hidden;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_1 li:hover{ background:#0161af;}
.ul_1 li:hover .time{ border-color:#5dc2be;}
.ul_1 li:hover .time h2,.ul_1 li:hover .time h4,.ul_1 li:hover .text .title,.ul_1 li:hover .text .p{ color:white;}
@media screen and (max-width: 1023px) {
.ul_1 li{ margin-top:20px; padding:21px 28px 20px 170px;}
.ul_1 li .time{ width:146px; height:106px; top:21px; padding-top:18px;}
.ul_1 li .time h2{ font-size:52px; line-height:49px;}
.ul_1 li .time h4{ font-size:16px; line-height:26px;}
/*.ul_1 li .img{ width:200px;}*/
.ul_1 li .text{ /*margin-left:220px;*/}
.ul_1 li .text .title{ font-size:16px; line-height:24px; margin-top:2px;}
.ul_1 li .text .p{ font-size:12px; line-height:22px; margin-top:10px; height:66px;}
}
@media screen and (max-width: 767px) {
.ul_1{ padding:0 10px;}
.ul_1 li{ margin-top:10px; padding:16px 18px 15px 10px;}
.ul_1 li .time{ width:80px; height:22px; top:11px; padding-top:0px; text-align:center; left:10px; background:rgba(37,181,176,0.4); border-width:0; display:none;}
.ul_1 li .time h2{ font-size:14px; width:auto; display:inline-block; line-height:22px;}
.ul_1 li .time h4{ font-size:12px; width:auto; display:inline-block; line-height:22px;}
/*.ul_1 li .img{ width:140px;}*/
.ul_1 li .text{ /*margin-left:150px;*/}
.ul_1 li .text .title{ font-size:14px; line-height:22px; margin-top:0px;}
.ul_1 li .text .p{ line-height:20px; margin-top:6px; height:38px;}
}
/*缓存*/
.myPhone{
    position: absolute;
    top: 108px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #008DD5;
    color: #fff;
    padding: 2em 4em;
    text-align: center;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
}
.load_box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
}

.load_box .loader_loader {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.loader_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}
@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
  -webkit-animation-duration: 1.26s;
          animation-duration: 1.26s; }
.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.29s;
          animation-delay: 0.29s;
  -webkit-animation-duration: 0.43s;
          animation-duration: 0.43s; }
.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
  -webkit-animation-duration: 1.01s;
          animation-duration: 1.01s; }
.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
  -webkit-animation-duration: 0.73s;
          animation-duration: 0.73s; }
.line-scale-party > div {
  background-color: #7aba1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }


/*end*/


/*头部*/
/*.headers{
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headers>div{
    max-width: 1310px;
    margin: auto;
    height: 129px;
}*/
.listheader{
    width: 100%;
    margin: auto;
    border-top: 6px solid #20439d;
    height: 117px;
    position: fixed;
    z-index: 100;
    top: 0;
    background: #fff;
}

.listheader>div{
    max-width: 1523px;
    margin: auto;
}

.listheaderLeft{
    float: left;
    height: 111px;
    line-height: 111px;
    width: 33%;
}


.listheaderRight_a {
    float: right;
    cursor: pointer;
    width: 5.799%;
    font-size: 12px;
}
.listheaderRight_a img{
    width: 100%;
}
.listheaderRight_a span{
    display: block;
    text-align: center;
}
    

.listheaderRight{
    float: right;
    margin-right: 2%;
}

.listheaderRight_b{
    float: right;
    cursor: pointer;
    width: 5.799%;
    height: 111px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    line-height: 111px;
}
.listheaderRight_b a{
    color: #333;
}



.nas{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.nas>li{
    position: relative;
    height: 111px;
    line-height: 111px;
    padding-left: 4rem;
}
.nas>li>a{
    display: block;
    font-size: 16px;
    overflow: hidden;
    color: #000000;
    width: 100%;
    text-align: center;
    position: relative;
}
.nas>li>a img{
    margin-left: 5px;
}
.navs{
    transition: 0.3s linear;
}
/*.nas span{
    color: #ce9d59;
    display: block;
}
.nas>li>a:hover .navs{
    margin-top: -20px;
    transition: 0.3s linear;
}
*/





/**/
.clear {
    clear: both;
}

header .nav-btn {
    width: 45px;
    height: 34px;
    margin-top: 7px;
    position: relative;
}
.fl {
    float: left;
    display: inline;
}

header .nav-btn span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background: #068585;
    position: absolute;
    left: 0;
    top: 12px;
    transition: left 0.3s,top 0.3s;
}
header .nav-btn span.line1, header .nav-btn span.line3, header .nav-btn span.line3 {
    left: 15px;
}
header .nav-btn span.line2 {
    left: 30px;
    background: #e8921f;
}

header .logo {
    margin: 0 auto;
    width: 96px;
    display: block;
    padding-top: 1rem;
}
header .logo img {
    width: 100%;
}

header .nav-btn.hover span.line2{
    left: 12px;
}
header .nav-btn.hover span.line0{
    top: 0;
}
header .nav-btn.hover span.line1{
    top: 0;
    left: 24px;
}
header .nav-btn.hover span.line3{
    top: 24px;
    left: 0;
}
header .nav-btn.hover span.line4{
    top:24px;
    left:24px;
}

.headerphone{
    line-height: 100%;
    font-size: 18px;
    color: #2759a3;
    margin-left: 2rem;
    margin-top: 4.5rem;
}
.headerphone img{
    margin-left: 2.5rem;
    margin-right: 1rem;
}
.clear{
    clear: both;
}
.fr {
    float: right;
    display: inline;
}


.headers a.menu {
    display: block;
    width: 22px;
    float: left;
    z-index: 1;
    margin-top: 4.5rem;
}


.headers a.menu span:first-child {
    margin-top: 0;
}

.headers a.menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3f6db3;
    margin-top: 5px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.headers a.menu span:last-child {
    width: 12px;
}

.headers a.menu:hover span:nth-child(1) {
    width: 11px;
}
.headers a.menu:hover span:nth-child(2) {
    width: 18px;
}

.headers a.menu:hover span:nth-child(3) {
    width: 22px;
}

















.search {

}
.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 117px;
    display: none;
    z-index: 10;
    background: #003366;
    padding: 18px 2%;
}
.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../image/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}
.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255,255,255,.2);
}
.search-box form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
}
.search-box form .submit {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../image/wel25.png) no-repeat center;
    border: none;
}
.search-box form .text::-webkit-input-placeholder{
    color: #fff;
}
.search-box form .text:-moz-placeholder{
    color: #fff;
}
.search-box form .text::-moz-placeholder{
    color: #fff;
}
.search-box form .text:-ms-input-placeholder{
    color: #fff;
}
/*.clickPhone:hover .myPhone{
    opacity: 1;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
}*/
.more{
    position: absolute;
    left: 50%;
    top: 88px;
    width: 150px;
    margin-left: -49px;
    background-color: #fff;
    padding: 7px 0 0;
    z-index: 100;
    display: none;
}
.more a{
    display: block;
    color: #6d6d6d;
    font-size: 15px;
    height: 41px;
    line-height: 41px;
    transition: all 0.3s linear 0s;
    border-bottom: 1px solid #ccc;
    text-align: center;
    transition: all 0.3s;
}

.more a:hover{
    background: #20439d;
    color: #fff;
    border-bottom: 1px solid #20439d;

}
.banner{
    width: 100%;
    margin-top: 5rem!important;
}
.banner img{
    width: 100%;
}



.homeabout{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 10rem;
    margin-bottom: 6rem;
}
.homeabout>video{
    float: left;
    width: 49%;
    height: 382px;
    object-fit: fill;
}
.homeabout>img{
        float: left;
    width: 33.917%;
}
.homeabout div{
    float: right;
    width: 47%;
    overflow: hidden;
}
.homeabout div span{
    font-size: 24px;
    color: #20439d;
}
.homeabout div p{
    color: #6e6e6e;
    line-height: 30px;
    margin-top: 1rem;
    margin-bottom: 2rem;
	text-align:justify;
}
.homeabout div a{
    width: 165px;
    height: 35px;
    background: #20439d;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 35px;
    display: block;
}


.homePro{
    background: #f3f4f5;
    width: 100%;
    overflow: hidden;
}
.allTitle{
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 6rem;
}
.allTitle label{
    font-size: 36px;
    color: #20439d;
    margin-bottom: 1rem;
}
.allTitle div{
    font-size: 18px;
    color: #868686;
}


.index-product {
    max-width: 1600px;
    background: #fff;
    margin: auto;
    margin-bottom: 7rem;
}
.index-product .ul{
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}
.index-product .ul li{
    width: 50%;
    float: left;
    overflow: hidden;
}
.index-product .ul li a{
    display: block;
    width: 100%;
    padding: 50px 10%;
    box-sizing: border-box;
    border-right: 1px solid #f3f4f5;
    border-bottom: 1px solid #f3f4f5;
    position: relative;
    z-index: 1;
}
.index-product .ul li a::before{
    display: block;
    height: 100%;
    width:0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #20439d;
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}

.index-product .ul .action a p,
.index-product .ul .action a span,
.index-product .ul li:hover a p,
.index-product .ul li:hover a span{
    color: #fff
}
.index-product .ul .action a::before,
.index-product .ul li:hover a::before{
   width: 100%;
   opacity: 1;
}
.index-product .ul li a::after{
    content: '';
    width: 20px;
    height: 12px;
    display: block;
    background: url('../image/index-set1-ico.png') no-repeat center top;
    position: absolute;
    right: 50%;
    opacity: 0;
    bottom: 20px;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.index-product .ul .action a::after,
.index-product .ul li:hover a::after {
     right: 10%;
     opacity: 1;
}
.index-product .ul li:nth-of-type(1) a::before, 
.index-product .ul li:nth-of-type(1){
    background-image: url('../image/18.png');
    background-position: 96% center;
    background-repeat: no-repeat;
}
.index-product .ul li:nth-of-type(2) a::before,
.index-product .ul li:nth-of-type(2){
    background-image: url('../image/19.png');
    background-position: 96% center;
    background-repeat: no-repeat;
}
.index-product .ul li:nth-of-type(3) a::before,
.index-product .ul li:nth-of-type(3){
    background-image: url('../image/20.png');
    background-position: 96% center;
    background-repeat: no-repeat;
}
.index-product .ul li:nth-of-type(4) a::before,
.index-product .ul li:nth-of-type(4){
    background-image: url('../image/21.png');
    background-position: 96% center;
    background-repeat: no-repeat;
}
.index-product .ul li:nth-of-type(5) a::before,
.index-product .ul li:nth-of-type(5){
    background-image: url('../image/22.png');
    background-position: 96% center;
    background-repeat: no-repeat;
}
.index-product .ul li:nth-of-type(6) a::before,
.index-product .ul li:nth-of-type(6){
    background-image: url('../image/23.png');
    background-position: 96% center;
    background-repeat: no-repeat;
}
.index-product .ul li a span{
    font-size: 16px;
    color: #000
}
.index-product .ul li a p{
    font-size: 18px;
    color: #000
}
/*<div class="miimg">
                <img src="/UpLoad/201908/2019082060908181.jpg" class="it">
                <img src="/UpLoad/201908/2019082060908181.jpg" class="it">
                <img src="/UpLoad/201908/2019082060908181.jpg" class="it">
                <img src="/UpLoad/201908/2019082060908181.jpg" class="it">
                <img src="/UpLoad/201908/2019082060908181.jpg" class="it">
                <img src="/UpLoad/201908/2019082060908181.jpg" class="it">
                <img src="/UpLoad/201908/2019082060908181.jpg" class="it">
                <img src="/UpLoad/201908/2019082060908181.jpg" class="it">
                <img src="/UpLoad/201908/2019082060908181.jpg" class="it">
              </div>


<script type="text/javascript">
    $(".cont .miimg").find(".it:first").show();
      $(".conettitle a").hover(function(){
        _index = $(".conettitle a").index(this)
        $(".conettitle a").removeClass("on").eq(_index).addClass("on")
        $(".miimg .it").hide().eq(_index).show();
      })
</script>*/
.index-product .cont {
    width: 59%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.index-product .cont>.miimg {
    width: 39%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    border: 9px solid #dfdfdf;
    position: relative;
    height: 300px;
}

.index-product .cont>.miimg img{
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
}
.index-product .cont>.miimg img:nth-child(1){
    display: block;
}


.index-product .cont .conettitle {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 6%;
    width: 30%;
}
.index-product .cont .conettitle h3{
    color: #20439d;
    margin: 0;
    margin-bottom: 1.5rem;
}
.index-product .cont .conettitle a{
	background:url(../image/jianyt.png) 0px center no-repeat;
    display: block;
    font-size: 16px;
	border-bottom:1px dashed #dfdfdf;
    color: #333;
    padding-bottom:0.7rem;
    margin-bottom:0.6rem;
	padding-left:1.2rem;
}
.index-product .cont .conettitle a img{
    margin-right: 6px;
}
.index-product .cont .conettitle a:hover{
		background:url(../image/jiant_2.png) 0px center no-repeat;
    color: #20439d;
}
.OurAdvantages{
    background: url(../image/images/4_02.jpg)center 0 no-repeat;
    width: 100%;
    height: 897px;
    overflow: hidden;
}
.OurAdvantages>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    text-align: center;
}
.OurAdvantages_a{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.OurAdvantages_a a{
    display: block;
    width: 30%;
    background: #fff;
    margin-right: 5%;
    margin-top: 5rem;
}
.OurAdvantages_a a div{
    width: 100%;
    overflow: hidden;
}
.OurAdvantages_a a div img{
    width: 100%;
    transition: all 0.3s;
}
.OurAdvantages_a a span{
    font-size: 18px;
    color: #464646;
    display: block;
    margin-top: 3rem;
}
.OurAdvantages_a a p{
    margin: 0;
    font-size: 16px;
    color: #878787;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.OurAdvantages_a a label{
    width: 165px;
    height: 35px;
    background: #20439d;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 35px;
    display: block;
    margin: 0 auto;
    margin-bottom: 3rem;
}


.OurAdvantages_a a:nth-child(3){
    margin-right: 0;
}
.OurAdvantages_a a:hover img{
    transform: scale(1.1);
}


.homenew{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 7rem;
}

/*.homenew #i-ban-video{
    float: left;
    width: 40%;
    height: 377px;
    object-fit: fill;
}*/

.news-a{
    float: left;
    width: 40%;
    overflow: hidden;   
}
.news-a a{
    display: block;
    width: 100%;
}
.news-a a img{
    width: 100%;
}
.news-a div{
    color: #333;
    margin-top: 8px;
}





.homenewRight{
    float: right;
    width: 55%;
    overflow: hidden;
}
.homenewRight a{
    display: block;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.homenewRight .newLeft{
    float: left;
    width: 65%;
}
.homenewRight .newLeft div{
    font-size: 16px;
    color: #464646;
    line-height: 22px;
}
.homenewRight .newLeft div img{
    margin-right: 11px;
    margin-top: -4px;
}
.homenewRight .newLeft p{
    margin: 0;
    color: #8b8b8b;
    line-height: 23px;
    padding-left: 19px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.homenewRight .newRight{
    float: right;
    text-align: right;
}

.homenewRight .newRight div{ 
    color: #20439d;
    font-size: 24px;
}
.homenewRight .newRight img{
    margin-top: 1rem;
}

.homenewRight .newLeft div:hover{
    color: #20439d;
    font-weight: 700;
}

.ditu{
    background: url(../image/10.png)center 0 no-repeat;
    width: 100%;
    height: 711px;
    overflow: hidden;
}
.ditu>div{
    max-width: 1263px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    margin-top: 10rem;
    padding:  4rem;
    text-align: center;
}



.dituLeft{
    float: left;
    text-align: left;
}
.dituLeft a{
    display: block;
    overflow: hidden;
    width: 282px;
    height: 80px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding-top: 20px;
}
.dituLeft img{
float: left;
}
.dituLeft div{
    float: left;
    margin-left: 17px;
}
.dituLeft span{
    font-size: 16px;
    color: #464646;
    display: block;
    margin-bottom: 7px;
}
.dituLeft i{
    font-size: 14px;
    color: #a2a2a2;
    font-style: normal;
}

.dituRight{
    width: 832px;
    height: 423px;
    float: right;
}
.dituRight img{
    width: 101%;
    height: 100%;
}




.hzkeh{
    width: 100%;
    background: url(../image/images/5_02.jpg)center 0 no-repeat;
    overflow: hidden;
    height: 231px;
    border-bottom: #ccc;
}
.hzkeh>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.hzkehLeft{
    float: left;
    color: #fff;
    margin-top: 6rem;
}
.hzkehLeft img{

}
.hzkehLeft div{
    font-size: 28px;
    font-weight: 700;
    margin: 1rem 0;
}
.hzkehLeft span{
    font-size: 16px;
    text-transform: uppercase;
}



.hzkehRight{
    float: right;
    width: 83%;
    padding: 5rem;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 36px;
    padding-right: 0;
}
.hzkehRights img{
    width: 100%;
    border: 1px solid #ccc;
}


.bottom{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-top: 7rem;
    padding-bottom: 4rem;
}

.bottomLeft{
    float: left;
    display: flex;
    width: 74%;
    min-height: 226px;
    border-right: 1px solid #ccc;
}

.bottomLeft div{
    flex: 1;
}
.bottomLeft div a:nth-child(1){
    font-size: 16px;
    color: #000000;
    display: block;
    margin-bottom: 1rem;
}
.bottomLeft div a{
    display: block;
    color: #676767;
    margin-bottom: 0.5rem;
}

.bottomRight{
    float: right;
}
.bottomRight>img{

}
.bottomRight span{
    font-size: 28px;
    color: #2f318b;
    display: block;
}
.bottomRight span label{
    margin: 0;
    font-family: arial;
}
.bottomRight div{
    margin-bottom: 2px;
    margin-top: 4px;
}
.bottomRight div img{
    margin: 0px 10px;
}


.allbottom{
	border-top:1px solid #dfdfdf;
    text-align: center;
    background: #fff;
	color:#464646;
    line-height: 88px;
}
.allbottom a{
    color: #464646;
}







/*list*/

.listbanner{

}
.listbanner img{

}

.listnav{
    text-align: center;
    border-bottom: 1px solid #ccc;
    height: 69px;
    line-height: 69px;
    font-size: 0;
    overflow: hidden;
}

.listnav a{
    color: #333;
    padding: 2rem 3rem;
    font-size: 16px; 
}
.listnav a.actived{
    background: #01569b;
    color: #fff;  
}
.listnav a:hover{
    background: #01569b;
    color: #fff;    
}



.listpronav{
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #ccc;
    height: 69px;
    line-height: 69px;
    font-size: 0;
}

.listpronav li{
    display: inline-block;
    color: #333;
    font-size: 16px;
    position: relative;
}
.listpronav li>a{
    display: block;
    color: #333;
    padding: 0rem 5rem;
}
.listpronav li.actived{
    background: #01569b;
}

.listpronav li.actived>a{
    color: #fff;  
}
.listpronav li:hover{
    background: #01569b;
    color: #fff;    
}
.listpronav li:hover>a{
    color: #fff;    
}

.listpronavs{
	border:1px solid #dfdfdf;
    position: absolute;
    width: 100%;
    line-height: 30px;
    background: #fff;
    z-index: 100;
    padding: 6px 0;
    display: none;
}
.listpronavs a{
    display: block;
    color: #333;
    font-size: 14px;
}

.listpronavs a:hover{
    background: #01569b;
    color: #fff;   
}
.listpronav li:hover .listpronavs{
    display: block;
}









.listnew{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 3rem;
}

.listnew a{
    display: block;
    float: left;
    width: 30%;

    margin-bottom: 5rem;
    margin-right: 5%;
}
.listnew span{
    display: block;
    overflow: hidden;
}
.listnew span img{
    width: 100%;
    transition: all 0.3s;
}
.listnew label{
    color: #1a1515;
    font-weight: 400;
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 1rem;
    display: block;
    padding: 0px 0rem;
}
.listnew p{
    color: #616060;
    margin: 0;
    line-height: 26px;
    margin-bottom: 1rem;
    padding: 0px 0rem;
}
.listnew div{
    overflow: hidden;
    padding: 0px 0rem;
    margin-bottom: 1.5rem;
}
.listnew div i{
	padding-right:1.5rem;
    font-style: normal;
    color: #616060;
}
.listnew div img{

}
.listnew a:hover span img{
    transform: scale(1.1);
}
.listnew a:nth-child(3n){
    margin-right: 0;
}


/*contact*/

/**/
.listcontact{
    width: 100%;
    max-width: 1200px;
    margin:4rem auto;

    overflow: hidden;
    color: #464646;
    padding: 0 2rem 5rem 3rem;
}

.listcontacttop{
    margin-top: 4rem;
    margin-bottom: 2rem;
    float: left;
    width: 100%;
}
.listcontacttop label{
    font-size: 49px;
    line-height: 100%;
    display: block;
    margin: 0;
}
.listcontacttop div{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
}

.listcontactLeft{
    font-size: 16px;
    float: left;
    line-height: 30px;
    width: 22%;
}

.listcontactLeft div{
    margin-top: 7px;
    margin-bottom: 8px;
}
.listcontactLeft img{
    width: 59%;
}

.listcontactRight{
    float: right;
    width: 75%;
    height: 381px;
    background: #fff;
}


/*case*/
.listcase{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 6rem;
}

.listcase a{
    display: block;
    float: left;
    width: 30%;
    margin-bottom: 5rem;
    margin-right: 5%;
    text-align: center;
    background: #f1f1f1;
}
.listcase span{
    display: block;
    overflow: hidden;
}
.listcase span img{
    width: 100%;
    transition: all 0.3s;
}
.listcase a:nth-child(3n){
    margin-right: 0;
}
.listcase div{
    font-size: 16px;
    color: #1d1a1a;
    margin: 1.5rem 0;
}
.listcase p{
    color: #1d1a1a;
    text-align: left;
    width: 91%;
    margin: auto;
    line-height: 25px;
}
.listcase i{
    display: block;
    font-style: normal;
    background: url(../image/images/3_03.jpg)center 0 no-repeat;
    width: 235px;
    height: 46px;
    overflow: hidden;
    margin:2rem auto;
    transition: all 0.3s;
}
.listcase a:hover i{
    background: url(../image/images/2_03.jpg)center 0 no-repeat;
}

/**/

.listpro{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 6rem;
}
.listpro a{
    display: block;
    width: 24%;
    float: left;
    text-align: center;
    margin-right: 1.3%;
    margin-bottom: 2rem;
}
.listpro a span{
    display: block;
    position: relative;
    overflow: hidden;
    border: 5px solid #cccccc;
}
.listpro a span>img{
    width: 100%;
}

.listpro a div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(48,113,164,0.6);
    transform: scale(0);
    transition: all 0.3s;
}
.listpro a div img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.listpro a label{
    font-weight: 400;
    color: #1d1a1a;
    font-size: 16px;
    display: block;
    margin-top: 2rem;
}

.listpro a:hover div{
    transform: scale(1);
}


.listpro a:nth-child(4n){
    margin-right: 0;
}

/*proshow*/
.proshows{
    max-width: 1080px;
    margin:3rem auto;
    overflow: hidden;
    width: 100%;
}

.proshowLeft{
    float: left;
    width: 50%;
    overflow: hidden;
}

.bigImg{
    width: 100%;
}
.swiper-containerDetail{
    width: 70%;
    margin: auto;
}
.swiper-containerDetail img{
    width: 100%;
    border: 1px solid #ccc;
}
.detailLefts{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 2rem;
}

.detailnext{
    background: url(../image/images/20_03.jpg)center 0 no-repeat!important;
    width: 14px!important;
    height: 21px!important;
    background-size: 100% 100%!important;
    margin-top: 0!important;
    top: 41%!important;
}

.detailprev{
    background: url(../image/images/21_03.jpg)center 0 no-repeat!important;
    width: 14px!important;
    height: 21px!important;
    background-size: 100% 100%!important;
    margin-top: 0!important;
    top: 41%!important;
}


.proshowRight{
    float: right;
    width: 33%;
    overflow: hidden;
    margin-top: 6rem;
}
.proshowRight span{
    display: block;
    font-size: 26px;
    color: #37383a;
    margin-bottom: 2rem;
}
.proshowRight div{
    font-size: 16px;
    color: #37383a;
    margin-bottom: 9px;
}


.dm {
    max-width: 1543px;
    margin: auto;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.cpxq_tit{
max-width: 1080px;
    margin: auto;
    margin-bottom: 4rem;
}
.cpxq_tit span {
    display: inline-block;
    width: 207px;
    height: 45px;
    line-height: 45px;
    background: url(../image/images/prodetail_27.png) no-repeat center center;
    text-align: center;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 20px;
}

.cpxq_tit div{
    line-height: 28px;
}
.cpxq_tit div img{
    max-width: 100%;
}

/**/


.about_a{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 8rem;
    margin-bottom: 5rem;
}

.about_aTop{
    float: left;
    width: 100%;
    overflow: hidden;
}
.about_aTop div{
    font-size: 32px;
    color: #002051;
}
.about_aTop span{
    width: 110px;
    height: 2px;
    background: #002051;
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.about_a>p{
    float: left;
    overflow: hidden;
    width: 53%;
    height: 331px;
    overflow-y: auto;
    color: #818181;
    line-height: 31px;
    padding: 21px;
    text-indent: 27px;
}
.about_a>img{
    float: right;
    width: 42.4%;
}


.about_a>p::-webkit-scrollbar {/*滚动条整体样式*/
        width: 1px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.about_a>p::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #01569b;
    }
.about_a>p::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0;
        background: #EDEDED;
    }

.about_aimg{
    width: 100%;
}

.clut{
    width: 100%;
    background-size: 100% 100%;
    padding: 4rem 0;
}


.clut .Culture-box {
    max-width: 1200px;
}
.clut .Culture-box .row div.Culture_con:nth-of-type(1),
 .clut .Culture-box .row div.Culture_con:nth-of-type(3),
  .clut .Culture-box .row div.Culture_con:nth-of-type(5) {
    background-color: #FFFFFF;
}
.clut .Culture-box .row div.Culture_con:nth-of-type(2), 
.clut .Culture-box .row div.Culture_con:nth-of-type(4),
 .clut .Culture-box .row div.Culture_con:nth-of-type(6) {
    background-color: #ebebeb;
}
.clut .Culture-box .row div.Culture_con {
    padding: 29px;
    min-height: 170px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.clut .Culture-box .Culture1 {
    background: url(../image/Culture1.png)left top no-repeat;
}
.clut .Culture-box .Culture2 {
    background: url(../image/Culture2.png)left top no-repeat;
}
.clut .Culture-box .Culture3 {
    background: url(../image/Culture3.png)left top no-repeat;
}
.clut .Culture-box .Culture4 {
    background: url(../image/Culture4.png)left top no-repeat;
}
.clut .Culture-box .Culture5 {
    background: url(../image/Culture5.png)left top no-repeat;
}
.clut .Culture-box .Culture6 {
    background: url(../image/Culture6.png)left top no-repeat;
}
.clut .Culture-box .Culture_icon {
    width: 130px;
    height: 110px;
    margin-right: 5%;
}
.clut .Culture-box .Culture_text {
    max-width: 310px;
}
.clut .Culture-box .Culture_text h3 {
    margin: 18px 0 20px 0;
    color: #2d2d2d;
    font-size: 24px;
}
.clut .Culture-box .Culture_text p {
    color: #676767;
    font-size: 25px;
    margin: 0;
    text-transform: uppercase;
}
.clut .Culture-box .row div.Culture_con:hover {
        background-color: #01569b;
}

.clut .Culture-box .row div.Culture_con:hover .Culture_icon {
    background-position-x: -125px;
}
.clut .Culture-box .Culture1 {
    background: url(../image/Culture1.png)left top no-repeat;
}
.clut .Culture-box .row div.Culture_con:hover .Culture_text h3, .clut .Culture-box .row div.Culture_con:hover .Culture_text p {
    color: #FFFFFF;
}



.hexin{
    width: 100%;
    background: #3273c7;
    color: #fff;
    overflow: hidden;
    height: 228px;
}
.hexin>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 4rem;
}
.hexin span{
    font-size: 32px;
}
.hexin label{
    width: 110px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.about_b{
    max-width: 1200px;
    margin: auto;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 18px;
    margin-top: -6rem;
}
.about_b img{
    float: left;
    width: 49%;
}
.about_b div{
    width: 48%;
    float: right;
    overflow: hidden;
}
.about_b span{
    font-size: 22px;
    color: #101111;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 2rem;
    margin-top: 10px;
}
.about_b p{
    margin: 0;
    margin-top: 1rem;
    line-height: 30px;
    text-indent: 27px;
}

.shazong{
    max-width: 1358px;
    margin:5rem auto;
    overflow: hidden;
    position: relative;
}


.swipershazong{
    max-width: 1200px;
}

.swipershazong a{
display: block;
    text-align: center;
    border: 2px solid #01569b;
    border-radius: 18px;
}
.swipershazong a img{
    width: 80%;
    border-radius: 50%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.swipershazong a label{
    font-size: 15px;
    color: #01569b;
}
.swipershazong a div{
 color: #161313;
    font-size: 13px;
    width: 80%;
    margin: auto;
    line-height: 26px;
    margin-bottom: 2rem;

}

.shazong .zongnext{
    width: 53px;
    height: 52px;
    background-size: 53px 52px;
    background: url(../image/28.png)center 0 no-repeat;
}
.shazong .zongprev{
    width: 53px;
    height: 52px;
    background-size: 53px 52px;
    background: url(../image/27.png)center 0 no-repeat;   
}


.licen{
    width: 100%;
    background: url(../image/30.png)center 0 no-repeat;
    height: 658px;
    color: #002051;
    overflow: hidden;
    position: relative;
}
.licenTop{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 4rem;
    text-align: center;
}
.licenTop>span{
    font-size: 32px;
    text-align: left;
    display: block;
}
.licenTop>label{
    width: 110px;
    height: 2px;
    background: #002051;
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
/*.licen img:nth-child(3){
    max-width: 100%;
}
.licen img:nth-child(4){

}*/


.about_c{
    text-align: center;
    margin: 5rem 0;
}
.about_c div{
    font-size: 32px;
    color: #0d0d0f;
}
.about_c img{

}





.forenext{
    background: url(../image/31.png)center 0 no-repeat!important;
    width: 72px!important;
    height: 72px!important;
    background-size: 72px 72px!important;
    margin-top: 0!important;
    top: 40%!important;
/*    right: 0!important;*/
}

.foreprev{
    background: url(../image/32.png)center 0 no-repeat!important;
    width: 72px!important;
    height: 72px!important;
    background-size: 72px 72px!important;
    margin-top: 0!important;
    top: 40%!important;
/*    left: 0!important;*/
}


#certify {
    position: relative;
    max-width: 1200px;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
    max-width: 949px;
    margin: auto;
}

#certify  .swiper-slide {
     width: 373px; 
    height: 575px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
    display:block;
    width: 100%;
    height: 100%;
}



#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}




.youabout{
    max-width: 1255px;
    background: url(../image/aa_03.jpg)center 0 no-repeat;
    height: 569px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 6rem;
}


.youabout>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}


.youaboutLeft{
    width: 36%;
    background: rgba(248,246,247,0.5);
    float: left;
    border-radius: 22px;
    line-height: 36px;
    padding: 2rem 0;
    padding-left: 2rem;
    margin-top: 9rem;

}
.youaboutLeft div{
    font-size: 22px;
    color: #181515;

}
.youaboutLeft p{
    font-size: 18px;
    color: #181515;
}



#certifys {
    overflow: hidden;
    margin-top: 5rem;
    width: 49%;
    float: right;
    margin-right: 9rem;
}

#certifys .swiper-container {

    width: 100%;
}

#certifys  .swiper-slide {
     width: 281px; 
    height: 412px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certifys  .swiper-slide img{
    display:block;
    width: 100%;
    height: 100%;
}





































.hzkehu{
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
}
.hzkehu>span{
    display: block;
    text-align: center;
    color: #0d0d0f;
    font-size: 32px;
    margin-top: 4rem;
    margin-bottom: 5rem;
}

.swiper-containerabouthz{
    max-width: 1200px;
    margin-bottom: 6rem!important;
}

.swiper-containerabouthz img{
    width: 100%;
    border: 1px solid #ccc;
}



.swiperlistabout_c{
    max-width: 1440px;
    height: 410px;
}
.swiperlistabout_c a{
    display: block;
    width: 100%;
    height: 276px;
    position: relative;
    overflow: hidden;
}
.swiperlistabout_c .swiper-slide:nth-child(1) a div{
    background: url(../image/a1.png)center 0 no-repeat;    
}
.swiperlistabout_c .swiper-slide:nth-child(2) a div{
    background: url(../image/a2.png)center 0 no-repeat;    
}
.swiperlistabout_c .swiper-slide:nth-child(3) a div{
    background: url(../image/a3.png)center 0 no-repeat;    
}
.swiperlistabout_c .swiper-slide:nth-child(4) a div{
    background: url(../image/a4.png)center 0 no-repeat;    
}

.swiperlistabout_c .swiper-slide:nth-child(5) a div{
    background: url(../image/a5.png)center 0 no-repeat;    
}
.swiperlistabout_c .swiper-slide:nth-child(6) a div{
    background: url(../image/a6.png)center 0 no-repeat;    
}
.swiperlistabout_c a div{
    width: 63px;
    height: 75px;
    background: url(../image/a3.png)center 0 no-repeat;
    text-align: center;
    line-height: 63px;
    font-size: 20px;
    color: #fff;
    margin: auto;
}
.swiperlistabout_c a p{
    font-size: 15px;
    color: #2e292a;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 26px;
}

.swiperlistabout_c .swiper-slide:nth-child(2n+1){
    margin-top: 128px;
}

.swiperlistabout_c .swiper-slide:nth-child(2n) a div{
    line-height: 82px;
    bottom: 0;
    position: absolute;
    left: 31%;
}
.swiperlistabout_c .swiper-slide:nth-child(2n) a{
        height: 290px;
}
.swiperlistabout_c .swiper-slide:nth-child(2n) p{
    margin-top: 91px;
}

.lin{
    height: 5px;
    background: #9d9b9b;
    position: absolute;
    width: 100%;
    top: 50%;
}
.muk{
    position: relative;
    width: 100%;
}




/**/
.listcontainer{width: 100%; padding:0; margin:0;}

.info_lis{overflow: hidden; margin-bottom:70px}
.info_lis li{    overflow: hidden;
    position: relative;
    min-height: 467px;}
.info_lis .pic,.info_lis .con{width: 50%; float: left;}
.info_lis .pic .box,.info_lis .con .box{width: 630px;}
.info_lis img{max-width: 100%}
.info_lis .pic img{display: block; width: 100%;}
.info_lis .pic{background:#f4f4f4; position: absolute; right: 0; top: 0; height: 100%;}
.info_lis .con .box{float: right; padding-right: 50px;}
.info_lis .pic .box{padding-left: 50px;}
.info_lis p{line-height:30px; color: #888; font-size: 16px;}
.info_lis h2{font-size: 32px; margin-bottom: 30px;}
.info_lis h3{    font-weight: 700;font-size: 26px; margin-top:40px; margin-bottom: 15px;}
.info_lis h3:first-child{margin-top: 0}
.info_lis h4{font-size: 20px; margin:5px 0;}
.info_lis h5{font-size: 18px; margin:5px 0;}
.info_lis li:nth-child(even) .pic{right: 50%;}
.info_lis li:nth-child(even) .pic .box{padding-left: 0 ;padding-right: 50px; float: right;}
.info_lis li:nth-child(even) .con{margin-left: 50%;}
.info_lis li:nth-child(even) .con .box{padding-right: 0; padding-left: 50px; float: left;}
.info_lis li:last-child{padding-top: 90px;
padding-bottom:90px;}


.warper{max-width:1260px; margin:0 auto;}

.aboutimg{overflow: hidden; margin:0 -12px;}
.aboutimg div{ width: 31.3333%; float: left; overflow:hidden; margin: 0 1%;}
.aboutimg img,.tech_honor img{display: block; width: 100%; transition:all .3s;}
.aboutimg div:hover img{transform: scale(1.1);}
.conbox {
    padding: 68px 0;
}

.productdetail02 {
    color: #333333;
    position: relative;
    background: #fff;
    padding: 36px 0 15px;
}


.ProductDetailstop {
    background: #FFF;
}

.ProductDetailstopleft {
    position: relative;
    padding: 0;
    display: block;
}


.ProductDetailstopleftimg img {
    display: block;
    max-width: 100%;
    border: 1px solid #ccc;
    margin: 0 auto;
}

.ProductDetailstopleftimg h5 {
	display:none;
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
}

.ProductDetailstopright dl {
    margin: 0px;
}

.ProductDetailstopright dl dt {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.ProductDetailstopright dl dd {
    font-size: 14px;
    padding: 30px 0px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}

.ProductDetailstopright dl dd span.Special {
    color: #0061b0;
    font-size: 36px;
    padding-right: 10px;
    vertical-align: -6px;
}

.ProductDetailsSmallimg {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 30px;
}

.ProductDetailsSmallimg ul {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ProductDetailsSmallimg ul {
    padding-bottom: 0;
}

.ProductDetailsSmallimg ul li {
    position: relative;
    display: inline;
    margin-right: 28px;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -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;
}

.ProductDetailsSmallimg ul li span {
    display: block;
    height: 100%;
    border: 1px solid #dadada;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 1px;
    bottom: 1px;
}

.ProductDetailsSmallimg ul li.cur span {
    height: 100%;
    border: 1px solid #0061b0;
}

.ProductDetailsSmallimg ul li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.ProductDetailsSmallimg ul li h5 {
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 24px;
    margin-bottom: -30px;
}


.prodtwillbtn {
    margin: 45px 0 0;
    box-shadow: 1px 5px 5px #ddd;
}


.prodtwillbtn a.cur {
    color: #0061b0;
    border-bottom: 2px #0061b0 solid;
}
.prodtwillbtn a {
    display: inline-block;
    float: left;
    width: 20%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #333;
    font-size: 14px;
    border-right: 1px #ddd solid;
}




.protexing {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.prochanglist {
    display: none;
}
.protexing {
    text-align: center;
}
.prochanglist {
    color: #666;
    line-height: 26px;
    padding: 35px 0;
    /*overflow-x: auto;*/
}
.cpinfooneright img {
    display: block;
    max-width: 100%;
    margin: auto;
    width: 100%!important;
    height: auto!important;
}


.cpinfooneleft h5 {
    font-size: 18px;
    color: #333;
    padding-top: 15px;
    padding-bottom: 5px;
    font-weight: bold;
}


.cpinfooneleft p {
    color: #333;
}

.protexingbtn p span.swiper-pagination-bullet-active {
    background: #0061b0;
}

.protexingbtn p span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    overflow: hidden;
    margin: 0 5px;
    border-radius: 16px;
    cursor: pointer;
    background: none;
    border: 1px #0061b0 solid;
}

.protexingbtn {
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 20;
    bottom: 0px;
}

.protexing ul li {
    width: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    float: left;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    background: #e6e6e6;
}


.cpinfooneright {
    padding: 0;
    float: right;
}

.cpinfooneleft {
    background: #e6e6e6;
    text-align: left;
}



/*.prochanglist table{border-collapse: collapse;}
.prochanglist table th{text-align: center; background: #346ccd;height: 60px;color: #fff;min-width: 124px;font-size: 16px;font-weight: bold;}
.prochanglist table td{border: 1px solid #ddd;color: #333;font-size: 13px;font-family: "Arial";min-width: 124px;height: 50px;text-align: center;}
*/
.anliy {
    box-shadow: 1px 5px 5px #ddd;
    padding: 0 10px;
}


.cptityr {
    border-bottom: 1px #ddd solid;
    padding-bottom: 15px;
    font-size: 20px;
    color: #1a1a1a;
    padding-top: 15px;
    width: 100%;
}
.anliy li {
    padding: 15px 25px 0 25px;
}

.anliy li img {
    width: 100%;
    display: block;
}






.anliy li p.text {
    text-align: center;
    padding: 15px 0 0px 0;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}



.contact_a{
max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 7rem;
}

.contact_aLeft{
    float: left;
    width: 38%;
    text-align: center;
    padding-top: 3rem;
}
.contact_aLeft div{
font-size: 44px;
    color: #262626;
    font-weight: 700;
}
.contact_aLeft div img{

}

.contact_aright{
    float: left;
    width: 285px;
    height: 225px;
    background: url(../image/p7.png)center 0 no-repeat;
    padding: 2.5rem;
    position: relative;
}
.contact_aright>img{
    position: absolute;
    right: 29px;
}
.contact_aright span{
    font-size: 24px;
    color: #1e4599;
    font-weight: 700;
    display: block;
    margin-bottom: 9px;
}
.contact_aright p{
    font-size: 18px;
    color: #464646;
}
.contact_aright div{
    color: #464646;
    margin-bottom: 6px;
}
.contact_aright div img{
    width: 12px;
    margin-right: 9px;
}



.contact_b{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 2rem;
    margin-bottom: 7rem;
}
.contact_bs:nth-child(2){
    background: url(../image/p8.png)center 0 no-repeat;
}
.contact_bs:nth-child(3){
    background: url(../image/p9.png)center 0 no-repeat;
}
.contact_bs:nth-child(4){
    background: url(../image/p10.png)center 0 no-repeat;
    margin-right: 0;
}
.contact_bs{
    float: left;
    width: 285px;
    height: 225px;
    background: url(../image/p7.png)center 0 no-repeat;
    padding: 2.5rem;
    position: relative;
    margin-right: 20px;
}
.contact_bs>img{
    position: absolute;
    right: 29px;
}
.contact_bs span{
    font-size: 24px;
    color: #1e4599;
    font-weight: 700;
    display: block;
    margin-bottom: 9px;
}
.contact_bs p{
    font-size: 18px;
    color: #464646;
}
.contact_bs div{
    color: #464646;
    margin-bottom: 6px;
}
.contact_bs div img{
    width: 12px;
    margin-right: 9px;
}


.contact_c{
    width: 100%;
    border-top: 10px solid #ccc;
    overflow: hidden;
}


.contact_c>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 4.5rem;
    margin-bottom: 7rem;
}




.contact_cLeft{
    float: left;
    width: 38%;
    text-align: center;
    padding-top: 3rem;
}
.contact_cLeft div{
font-size: 44px;
    color: #262626;
    font-weight: 700;
}
.contact_cLeft div img{

}
.contact_cright:nth-child(3){
    background: url(../image/p10.png)center 0 no-repeat;
}
.contact_cright{
    float: left;
    width: 285px;
    height: 225px;
    background: url(../image/p7.png)center 0 no-repeat;
    padding: 2.5rem;
    position: relative;
    padding-right: 0;
    margin-right: 2%;
}
.contact_cright>img{
    position: absolute;
    right: 29px;
}
.contact_cright span{
    font-size: 24px;
    color: #1e4599;
    font-weight: 700;
    display: block;
    margin-bottom: 9px;
}
.contact_cright p{
    font-size: 18px;
    color: #464646;
}
.contact_cright div{
    color: #464646;
    margin-bottom: 6px;
}
.contact_cright div img{
    width: 12px;
    margin-right: 9px;
}






.contact_d{
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}


.contact_d>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 8rem;
    margin-bottom: 10rem;
}


.contact_dTop{
    overflow: hidden;
    width: 100%;
    margin-bottom: 2rem;
}
.contact_dTop div{
    height: 108px;
    background: #fff;
    width: 47%;
    float: left;
    border: 1px solid #ccc;
    line-height: 108px;
    padding-left: 5rem;
    font-size: 18px;
}
.contact_dTop div img{
    margin-right: 2rem;
}
.contact_dTop div:nth-child(2n){
    float: right;
}


#contact_ds{
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
}

#contact_ds img{
    width: 100%;
}
























@media (min-width: 768px){
    .anliy li p.text {
    text-align: center;
    padding: 20px 0 0px 0;
    margin-bottom: 40px;
    font-size: 16px;
    color: #333;
}
.prodtwillbtn a {
    font-size: 16px;
}
.protexingbtn {
    bottom: 65px;
}
.cpinfooneleft {
    padding: 0 20px 10px;
}
.cptityr {
    padding-bottom: 22px;
    font-size: 26px;
}
.anliy li {
    padding: 35px 20px 0 20px;
    width: 25%;
}





.zuoy_tupian{
    overflow: hidden;
}
.zuoy_tupian .left_001{
    float: left;
    width: 80%
}
.zuoy_tupian .tupian{
    float: right;
    width: 266px;
    height:auto;

}

























@media (min-width: 992px){
.protexingbtn {
    width: auto;
    left: 135px;
}
.tjleft {
    left: 10px;
    top: 45%;
}

.tjleft:after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    border-left: 3px solid #999999;
    border-bottom: 3px solid #999999;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: 11px 0 0 -3px;
}
.tjright:after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    border-left: 3px solid #999999;
    border-bottom: 3px solid #999999;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: 11px 0 0 -8px;
}

.tjleft {
    display: block;
    position: absolute;
    bottom: 30px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border-radius: 36px;
    z-index: 100;
}
.tjright {
    display: block;
    position: absolute;
    bottom: 30px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border-radius: 36px;
    z-index: 100;
}
.tjright {
    right: 10px;
    top: 45%;
}


    .cpinfooneleft h5 {
    padding-top: 80px;
}
.ProductDetailstop {
    box-shadow: 1px 5px 5px #ddd;
    padding-bottom: 35px;
}
.ProductDetailstopleft {
    min-height: 455px;
    display: block;
}
.ProductDetailstopright {
    padding: 0 20px 0 80px;
}
.ProductDetailstopright dl dt {
    font-size: 32px;
    line-height: 46px;
    color: #0061b0;
}
.ProductDetailsSmallimg {
    width: 85%;
    margin: 0 auto;
}
.ProductimgArrowleft {
    display: block;
    position: absolute;
    bottom: 43px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #ededed;
    border-radius: 36px;
    outline: none;
}
.ProductimgArrowleft {
    left: 80px;
}
.ProductimgArrowright {
    display: block;
    position: absolute;
    bottom: 43px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #ededed;
    border-radius: 36px;
    outline: none;
}

.ProductimgArrowright {
    right: 20px;
}
.ProductimgArrowright:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 3px solid #999999;
    border-bottom: 3px solid #999999;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
margin: 13px 0 0 11px;
}
.ProductimgArrowleft:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 3px solid #999999;
    border-bottom: 3px solid #999999;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
margin: 13px 0 0 11px;
}

.ProductimgArrowleft:hover {
    background: #0061b0;
}
.ProductimgArrowright:hover {
    background: #0061b0;
}
.ProductimgArrowright:hover:after {
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}
.ProductimgArrowleft:hover:after {
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}




}



@media (min-width: 1024px){
.commonweb {
    padding: 0px 10px;
}




}



@media (min-width: 1140px){
/*.contact_bs {
    margin-right: 0;
}*/


}

@media (min-width: 1199px){
.commonweb {
    margin: 0px auto;
    max-width: 1180px;
}

}


.izl-rmenu{position:fixed;right:50px;bottom:10px;padding-bottom:73px;background:url(../images/r_b.png) 0px bottom no-repeat;z-index:999;}
.izl-rmenu .btn{display: block; width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}
.izl-rmenu .btn-qq{display: none; background:url(../image/tb.png) 0px 0px no-repeat;background-color:#FF5500;}
.izl-rmenu .btn-qq:hover{background-color:#FF5500;}
/*.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../image/tb.png) 0px 0px no-repeat;background-color:#FF5500;text-decoration:none;display:block;}*/
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;display:block;display: none; }
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}


.izl-rmenu .btn-wx:nth-child(1){
    background:url(../image/tb.png) 0px 0px no-repeat;
    background-color:#FF5500;
}


.izl-rmenu .btn-wx:nth-child(3){
    background:url(../image/al.png) 0px 0px no-repeat;
    background-color:#FF5500;
}






