@charset "utf-8";
/* CSS Document */
body,html{ background:#fff; /*height:auto !important;*/ font-family:"微软雅黑", "新宋体";}



.ani-view {
    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    -o-animation-duration:2s;
    animation-duration:2s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity:0;
        -webkit-transform:translateX(-100px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateX(0)
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity:0;
        -moz-transform:translateX(-100px)
    }
    100% {
        opacity:1;
        -moz-transform:translateX(0)
    }
}
@-o-keyframes fadeInLeft {
    0% {
    opacity:0;
    -o-transform:translateX(-100px)
    }
    100% {
    opacity:1;
    -o-transform:translateX(0)
    }
}
@keyframes fadeInLeft {
    0% {
    opacity:0;
    transform:translateX(-100px)
    }
    100% {
    opacity:1;
    transform:translateX(0)
    }
}

.ani-view.fadeInLeft {
    -webkit-animation-name:fadeInLeft;
    -moz-animation-name:fadeInLeft;
    -o-animation-name:fadeInLeft;
    animation-name:fadeInLeft;
}


@-webkit-keyframes fadeInRight {
    0% {
    opacity:0;
    -webkit-transform:translateX(100px)
    }
    100% {
    opacity:1;
    -webkit-transform:translateX(0)
    }
}
@-moz-keyframes fadeInRight {
    0% {
    opacity:0;
    -moz-transform:translateX(100px)
    }
    100% {
    opacity:1;
    -moz-transform:translateX(0)
    }
}
@-ms-keyframes fadeInRight {
    0% {
    opacity:0;
    -ms-transform:translateX(100px)
    }
    100% {
    opacity:1;
    -ms-transform:translateX(0)
    }
}
@-o-keyframes fadeInRight {
    0% {
    opacity:0;
    -o-transform:translateX(100px)
    }
    100% {
    opacity:1;
    -o-transform:translateX(0)
    }
}
@keyframes fadeInRight {
    0% {
    opacity:0;
    transform:translateX(100px)
    }
    100% {
    opacity:1;
    transform:translateX(0)
    }
}
.ani-view.fade-in-right{
    opacity:0;
    opacity:1\0/IE9;
    
    -webkit-transform:translateX(100px);
    -moz-transform:translateX(100px);
    -o-transform:translateX(100px);
    transform:translateX(100px);
    -ms-transform:translateX(0)\0/IE9;
}
.ani-view.fadeInRight {
    -webkit-animation-name:fadeInRight;
    -moz-animation-name:fadeInRight;
    -o-animation-name:fadeInRight;
    animation-name:fadeInRight;
}


.language{ color:#333}
/*.nav{ background:#fff; border-bottom:1px solid #ccc; position:fixed; top:0; z-index:999}
.nav_bg{ height:100px;}
#header ul .li_a a {
	color: #333;
}*/ 
.anli_c .lefta, .anli_c .righta {
width: 100%;
float: left;
height: auto;

}


.anli_c{ margin-top:75px;}
.anli_c .lefta, .anli_c .righta{ margin-bottom:60px;}
.anli_c .lefta a {
display: block;
color: #333;

}
.anli_c .lefta .img {
width: 50%;
height: auto;
float: left;
position: relative;
/*height:400px;*/
overflow: hidden;
}
.anli_c .img img{
transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;}
.anli_c .lefta .info {
  width: 49.917%;
  height: auto;
float: left;
border:1px solid #ccc;
border-left:none;
height:398px;
background:#fff;
transition: background 1s;
-moz-transition: background 1s;	/* Firefox 4 */
-webkit-transition: background 1s;	/* Safari 和 Chrome */
-o-transition: background 1s;	/* Opera */
}

.anli_c .righta a {
display: block;
color: #333;

}
.anli_c .righta .img {
width: 50%;
height: auto;
float:right;
position: relative;

overflow: hidden;
}
.anli_c .righta .info {
  width: 49.917%;
  height: auto;
float:left;
border:1px solid #ccc;
border-right:none;
height:398px;
background:#fff;
transition: background 1s;
-moz-transition: background 1s;	/* Firefox 4 */
-webkit-transition: background 1s;	/* Safari 和 Chrome */
-o-transition: background 1s;	/* Opera */
}




.gridEP {
overflow: hidden;
margin: 0;
width: 100%;
list-style: none;
text-align: center;
}
.gridEP figure{ width:86%; margin:0 auto;}
.anli_c .info h2{ font-size:40px; color:#2b2b2b; padding-top:15%; font-weight:300;}
.anli_c .info .txt {
font-size: 16px;
font-family: "微软雅黑", "新宋体";
text-align:left;
padding-top:5%;
line-height: 1.6;
}


.anli_c a:hover .info{ background:#75cad4;}
.anli_c a:hover{ color:#fff;}
.anli_c a:hover .info h2{ color:#fff}
.anli_c a:hover .img img{transform:scale(1.1);   
 -webkit-transform:scale(1.1);    
 -moz-transform:scale(1.1);    
 -o-transform:scale(1.1);   
  -ms-transform:scale(1.1);}
  
.main{ margin-top:90px; padding-bottom:60px}  
.main .move,.main .m_text{ margin-top:50px;}
 .main .m_text img{ max-width:100%; height:auto !important; padding:15px 0}

@media screen and (max-width:900px){
	
.anli_c a:hover .img img{transform:none;   
 -webkit-transform:none;    
 -moz-transform:none;    
 -o-transform:none;   
  -ms-transform:none;}
	
	.anli_c a:hover .info{ background:none}
	.anli_c a:hover{ color:inherit;}
.anli_c a:hover .info h2{ color:inherit}

	 .main  h1{ font-size:24px !important;    margin-top: 100px; }
	 .main .m_text{ font-size:14px !important;}
	
	}

 
 
 
/*jiaru women */
 
.banner { width:100%;}
 
 .banner img{ width:100%;}
 .jr{ text-align:center; margin-top:7%; opacity:0;-moz-opacity:0;-ms-opacity:0;-o-opacity:0;-webkit-opacity:0;}
 .jr h1,.lxwm h1{ font-size:36px; color:#000000; font-family:"微软雅黑", "新宋体"; font-weight:normal; text-align:center;}
 .jr p.title{ padding-top:3%; font-size:16px; color:#777777; font-family:"微软雅黑", "新宋体"; line-height:2;   
}
.jr p{ margin:0}
.sbtime{ text-align:center; margin: 0 auto;
margin-top:7%;    
-webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    -o-animation-duration:2s;
    animation-duration:2s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	-webkit-opacity:0;
	width: 890px;
}

  .sbtime .img_l{ width:30%;}
  .sbtime .img_r{ width:70%;}
  .sbtime img{ width:100%; height:auto;}
 .sbtime.fadeInDown{
	 
    -webkit-animation-name:fadeInDown;
    -moz-animation-name:fadeInDown;
    -o-animation-name:fadeInDown;
    animation-name:fadeInDown;
	 
	 
	 }
 
 .lxfs{ margin-top:3%; padding-bottom:5%}
 .lxwm{ opacity:0; -moz-opacity:0;-ms-opacity:0;-o-opacity:0;-webkit-opacity:0;}
.lxwm h1{ padding-bottom:5%} 
.lx_l,.lx_r{ width:50%; float:left; opacity:0;-moz-opacity:0;-ms-opacity:0;-o-opacity:0;-webkit-opacity:0;}
.lx_r{ float:right;}
.lxfs{ font-size:14px; color:#666666; line-height:2}
.lxfs h2{ color:#333; font-size:24px; font-weight:normal; line-height:2}
.lxfs span{ display:inline-block; text-align:center; line-height:1; padding-right:15px;}
.lxfs span img{ width:100px; height:auto;}
.lx_r input {
width: 48%;
margin-top: 20px;
outline: none;
font-size: 14px;
color: #333;
border: 1px solid #cccccc;
transition: all 0.5s;
height: 33px;
text-indent: .7em;
line-height: 33px;
}

.lx_r input:focus{border-color:#3bb3c2;}
.lx_r textarea {
width: 100%;
height: 80px;
resize: none;
margin-top: 20px;
outline: none;
font-size: 14px;
color: #333;
border: 1px solid #cccccc;
transition: all 0.5s;
text-indent: .7em;
}
.lx_r textarea:focus{border-color:#3bb3c2;}
.lx_r button{color:#fff;font-size:16px;background:#3bb3c2;width:100%;height:40px;margin-top: 15px;cursor:pointer;transition:all 0.5s;float:left;outline:none; border:none}
.lx_r button:hover{background:#1896a6;color:#fff}
.lx_r .button{width:118px;height:38px;border:1px solid #ffce55;color:#2d3e50;font-size:16px;background:transparent;;margin:40px 0 0 40px;cursor:pointer;transition:all 0.5s;text-align:center;float:left;line-height:40px}
.lx_r .button:hover{background:#1896a6;color:#fff}

.fwly_m{ width:100%; overflow:hidden;}
.fwly_m .back{ background:#f0f0f0;}
.fwly_m .fl{ float:left;}
.fwly_m .fr{ float:right;}
.fwly_m li{ padding: 40px 0;}
.fwly_m .fw_l{ width:45%;}
.fwly_m .fw_r{ width:50%;}

.fwly_m li h1{ font-size:24px; font-weight:normal; color:#333333; padding-bottom:30px;}
.fwly_m li p{ font-size:16px; line-height:1.8; font-family:"微软雅黑", "新宋体"; color:#8F8F8F}
.fwly_m li img{ max-width:100%;}

.fwly_m .fff{ background:#fff;}

.fwly_m .w1200 {
width: 1000px;
margin: 0 auto;
}
.width {
width: 75%;
margin: 0 auto;
padding-top: 10%;
}


 .fwly_m { padding:1.1rem 0 .8rem;}
.fwly_m .back {
    background: none;
}
.fwly_m .fff {
    background: none;
}

.fwly_m .w1200 {
    width: 1200px;
    margin: 0 auto; background:#fff;
 
    box-shadow: 0px 0px 35px 5px rgb(0 0 0 / 8%)
    transition: 0.2s;
}
.fwly_m .w1200:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

.fwly_m li img {
    width: 100%;
}
.width { 
    line-height: 1.4;
}
.fwly_m li h1 { 
     font-weight: bold;}
 
 
 /*anli liebiao*/ 
.warp-list{ padding:0 4.02%; margin-top:2%;}
.case-content li{ float:left; width:30%;width:21%; margin-right:5%; margin-bottom:50px;}
.case-content li:nth-of-type(3n){ margin-right:0%;}
.case-content li.last {
    margin-right: 0%;
}
.case-content li a.img{ display:block; width:100%; height:0; padding-top:67.15%; position:relative; overflow:hidden; background:url(../img/loading.gif) no-repeat center center; background-color:#e7e7e7;}
.case-content li img{ width:100%; /*height:100%;*/ position:absolute; left:0; top:0; background:url(../img/loading.gif) no-repeat center 50%; background-color:#e7e7e7;}
.case-content li strong img{
	transition: all .6s linear 0s;
	-webkit-transition: all .6s linear 0s;
	-moz-transition: all .6s linear 0s;
	-ms-transition: all .6s linear 0s;
}
.case-content li:hover strong img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
}

.case-content li .meta{width:100%;height:60px;line-height:60px;text-align:left;overflow:hidden;}
.case-content li .meta h3{font-size:18px;padding-left:2%;font-weight:normal;/*width:60%;*/ }
.case-content li .meta h3 a{color:#000;}
.case-content li .meta .fr{width:38%;text-align:right;}
.case-content li .meta .fr a{display:inline-block;padding:0px 2px;padding-right:12px;width:20px;height:60px;}
.case-content li .meta .fr a.cases_a_pc{background:url(../images/cases_ico_pc_b.png) no-repeat center;}
.case-content li .meta .fr a.cases_a_phone{background:url(../images/cases_ico_phone_b.png) no-repeat center;}
.case-content li:hover .meta{background-color:#2eafbb;}
.case-content li:hover .meta h3 a{color:#fff;}
.case-content li:hover .meta .fr a.cases_a_pc{background:url(../images/cases_ico_pc_w.png) no-repeat center;}
.case-content li:hover .meta .fr a.cases_a_phone{background:url(../images/cases_ico_phone_w.png) no-repeat center;}

.case-content li:first-child,.case-content li:nth-child(5n){ margin-left:0.5%;}


.anli-fenye{ display:block; width:100%; text-align:center; margin-bottom:50px;}
.anli-fenye span,.anli-fenye a{ width:40px; height:40px; line-height:40px; margin:0 0px; font-size:16px; display:inline-block; text-align:center; border-radius:50%;}
.anli-fenye span,.anli-fenye a:hover{ color:#fff; background-color:#3bb3c2;}
.anli-fenye a{ background-color:#fff; color:#000;}
.anli-fenye a:first-child,.anli-fenye a:last-child{ display:none;}
.anli-fenye .a1{ display:none;}





@media screen and (max-width:1200px){
	
.case-content{ width:100% !important;}
.case-content li{ width:45%;}
.case-content li:nth-child(odd){ margin-right:5%; margin-left:2.5%;}
.case-content li:nth-child(even){ margin-right:0; margin-left:0; }
.case-content li .meta h3 a { font-size:14px
}



}

  
  
/*fazhanlicheng-23-5-10 fa*/


.subnav {
    padding-bottom: 0px;padding-bottom: 50px;
}


.hiscon{padding-top: .5rem;position: relative;}
.hiscon .item{position: relative;}
.hiscon .item .container2{display: flex;align-items: center;min-height: 16.66vw; padding:10px;position: relative;}
.hiscon .item:nth-child(even){background: #f3f3f3;}
.hiscon .item .year{font-size: 10vw;text-shadow: 1.2vw 1vw 1.2vw rgba(143, 143, 143, 0.13);-webkit-text-stroke:1px #d5d5d5;color: #fff;font-family: "DIN";line-height: 1;flex: 1;}
.hiscon .item:nth-child(even) .container2{flex-direction: row-reverse;-webkit-flex-direction: row-reverse;}
.hiscon .item .txtbox{text-align: center;width: 42.85%;padding: 0 2vw;}
.hiscon .item .h1{font-size: .24rem;color: #2aabbd;margin-bottom: .15rem;}
.hiscon .item p{font-size: .16rem;color: #333;line-height: 1.75;}
.hiscon .item:nth-child(odd) .year{text-align: right;}
.hiscon:after{content:'';width: 1px;height: 100%;top: 0;left: 50%;background: #2aabbd;position: absolute;}
.hiscon .item:after{content:'';width: .38rem;height: .38rem;background: url(../img/left.png);position: absolute;top: 50%;left:50%;margin-left: -.19rem;margin-top: -.19rem;z-index: 5;background-size: cover;}
.hiscon .item:nth-child(even):after{background: url(../img/right.png);background-size: cover;}


/* 518 */ 
.honor{background: url(../images/honorbg.jpg);padding:4.5vw 0 2.3vw;background-size: cover;}
.honor select{appearance:none;-moz-appearance:none;-webkit-appearance:none;height: .5rem;border: 0px solid #ccc;border-bottom: 1px solid #999;font-size:16px;color: #666;width: 100%;padding: 0 .18rem;background: url(../images/down2.png) 96% center no-repeat ;background-size: 16px;max-width: 6.38rem;margin: 0 auto;display: block;}
.honor select:hover{}   
.honor select{}
.honor .swiperbox .swiperbtn{width: .49rem;height: .49rem;border-radius: 50%;position: absolute;top:50%;margin-top: -.25rem;cursor: pointer;}
.honor .swiperbox .prev{left: -1rem;}
.honor .swiperbox .next{right: -1rem;} 
.honor .swiperbox{position: relative;margin-top: 24.6vw;}
.honor .item{background: #fff;display: flex;align-items: center;padding: 1vw;cursor: pointer;transition: all .5s;}
.honor .item p{font-size: .16rem;color:#2aabbd;line-height: 1.5;transition: all .5s;}
.honor .item .imgbox img{max-height: 100% !important; width:auto !important; max-width: 100%;}
.honor .item .imgbox{max-width: 45%; height:100%;position: relative;overflow: hidden;}


.iconhover img{transition: all .5s;position:absolute;top: 0;left: 0;width: 100%;height: 100%;top: 0;left: 0;}
.iconhover img:nth-child(2){opacity: 0;}



/* shipin556 */ 
.videocon{padding: 1.1rem 0 .8rem;background: #f1f1f1;}
.videobox{position: relative;}
.video-banner{width:80%}
.select-videos{width: 20%;position: absolute;padding:2.4vw 1.5vw;background: #fff;height: 100%;right: 0;top: 0;}
.video-banner .img-cover{width: 100%;/*height: 100%;*/object-fit: cover;}
.video-banner .box{height: 100%;overflow: hidden;}
.video-banner .play{width: .68rem;position: absolute;top: 50%;left: 50%;z-index: 5;margin-top: -.34rem;margin-left: -.34rem;cursor: pointer;}
/* .video-banner:after{position: absolute;display: block;content: "";left: 0;top: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);} */
.video-banner video{display: none;width: 100%;height: 100%;object-fit: cover;}
.select-videos .swiper-container{height: 100%;}
.select-videos .item{cursor: pointer;height: 100%;cursor: pointer;position: relative;background: #000;}
.select-videos .item img{width: 100%;height: 100%;object-fit: cover;transition: all .5s;opacity: .5;}
.select-videos .item:after{position: absolute;display: block;content: "";left: 0;top: 0;right: 0;bottom: 0;opacity: 0;border: .06rem solid #2aabbd;-webkit-transition: all .3s;transition: all .5s;}
.select-videos .swiper-slide.on .item:after{opacity: 1;}
.select-videos .swiper-slide.on .item img{opacity: 1;}
.select-videos .swiperbtn{display: flex;align-items: center;justify-content: center;position: absolute;top:0;left: 0;right: 0;height: 2.4vw;cursor: pointer;transition: all .5s;}
.select-videos .prev:after{content:'';width:.08rem;height: .08rem;border: 2px solid #333;border-left: 0;border-bottom: 0;transform: rotate(-45deg);margin-top: .04rem;transition: all .5s;}
.select-videos .next:after{content:'';width:.08rem;height: .08rem;border: 2px solid #333;border-left: 0;border-top: 0;transform: rotate(45deg);margin-top: -.02rem;transition: all .5s;}
.select-videos .next{top: auto;bottom: 0;}
.pr {
    position: relative;
}

.shipinbiaoti{ line-height:56px; text-align:center; color:#f2f2f2; font-size:16px; background:#2a2a2a}


/*新闻*/



@media (min-width:1000px){
	/*615*/
.honor .item:hover{background: #2aabbd;}
	.honor .item:hover p{color: #fff;}
	.honor .swiperbox .swiperbtn:hover img:nth-child(1){opacity: 0;}
	.honor .swiperbox .swiperbtn:hover img:nth-child(2){opacity: 1;}
	
	.select-videos .swiperbtn:hover{background: #8810c8;}
	.select-videos .swiperbtn:hover:after{border-color:#fff;}
}	

@media (max-width: 767px){
.hiscon .item .container2{height: auto;padding:20px 0;margin: 0;}
	.hiscon .item p{font-size: 13px;}
	.hiscon .item .txtbox{width: 50%;padding: 0 15px;}
	.hiscon .item .year{text-align: center!important;}
	.hiscon .item .h1{font-size: 18px;}
	
	/*741*/
	.honor{padding: 50px 0 30px;background-position: center;}
	.honor .item{padding:15px}
	.honor .swiperbox{padding:0 50px}
	.honor .swiperbox .prev{left:0}
	.honor .swiperbox .next{right:0}
	.honor .swiperbox .swiperbtn{width:32px;height:32px}
	.honor .item p{font-size: 13px;}
	.honor select{height: 36px;font-size: 13px;}
	 
	 
	 .videocon{padding: 50px 0 25px;}
	 
	  
	
	.select-videos{height: 100px;position: static;width: 100%;padding: 10px 30px;}
	.video-banner{width: 100%;}
	.select-videos .swiperbtn{width: 30px;left: 0;top: auto;bottom: 0;height: 80px;}
	.select-videos .next:after{width: 6px;height: 6px;transform: rotate(-45deg);}
	.select-videos .prev:after{width: 6px;height: 6px;transform: rotate(-135deg);}
	.select-videos .next{left: auto;right: 0;}
	.videocon{padding: 50px 0 25px;}
	 
}