body,input,h1,h2,h3,h4,h5,h6,c,e,i,g,div,dl,dt,dd,select,textarea,font,right,left{ margin:0; padding:0;color:#555; font-size:12px; font-family:arial, "微软雅黑"; line-height:1;font-weight: normal;letter-spacing: 0;}
body,html{height:100%;position:relative;width: 100%;background-color: #ffffff;}
img{display: block;}
a{ color:#333; text-decoration:none;}
ul, ol, li, dl, dd {margin: 0;padding: 0; list-style:none;}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6,span,dd,dt,b,c,e,a,font,right,left{ -webkit-text-size-adjust:100%;}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{display: block;content: '';clear: both;}
.bg_big{width: 100%;height: auto;background-color: #f8f8f8;font-family: arial;}

/*IE*/
	.web-ie2018{ font-family: Light;   position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 9999999999999;background: #666;zoom:1;}
	.web-ie2018 dl{    position: absolute;width: 700px;height: auto;top: 50%;margin-top: -200px;left: 50%;margin-left: -350px;background: #fff;}
	.web-ie2018 dl #img{    display: block;margin: 50px auto;}
	.web-ie2018 dl h3{    display: block;text-align: center;font-size: 28px;font-weight: normal;letter-spacing: 2px;margin: 0 auto 30px;}
	.web-ie2018 dl h4{ display: block;text-align: center;font-size: 18px;font-weight: normal;letter-spacing: 2px;margin: 50px auto 50px;}
	.web-ie2018 dl dd{ margin: 0 auto 50px;  display: block;text-align: center; margin-bottom:50px;}
	.web-ie2018 dl dd a{ display: inline-block;margin: 0 20px;}
	.web-ie2018 dl dd a img{display: block;margin: 0 auto;text-align: center;width: 50%;}
	.web-ie2018 dl dd a span{display: block;font-size: 16px; color:#666;}
/*<------------------------------------->*/	

.headerwarp1{width: 100%;height: 10px;background-color: #C30000;}                                                          
.headerwarp{width: 100%;box-sizing: border-box;background-color: #fff;}                                                          
.headerwarp .header{width: 90%;margin: auto;box-sizing: border-box;display: -webkit-flex;display: flex;align-items: center;-webkit-align-items: center;-webkit-justify-content: space-between;justify-content: space-between;}
.headerwarp .header .logo{width: auto;display: block;margin: 0;}
.headerwarp .header .logo img{display: block;width: auto;height: 60px;}
.headerwarp .header .right{display: flex;display: -webkit-flex;-webkit-flex-flow: row;flex-flow: row;-webkit-align-items: center;align-items: center;-webkit-justify-content: flex-start;justify-content: flex-start;}
.headerwarp .header .right .nav{display: flex;display: -webkit-flex;-webkit-flex-flow: row;flex-flow: row;-webkit-align-items: center;align-items: center;-webkit-justify-content: flex-start;justify-content: flex-start;position: relative;}
.headerwarp .header .right .navline{display: block;width: 1px;height: 30px;background-color: #ddd;margin-right: 40px;}
/* .headerwarp .header .right .nav .item{position: relative;} */
.headerwarp .header .right .nav .item a{font-size: 17px;color: #222222;margin: 0 30px;line-height: 100px;display: block;position: relative;}
.headerwarp .header .right .nav .item a:after{content: '';display: block;width: 0%;height: 2px;position: absolute;left: 0;bottom: 0;transition: all .3s;background-color: #B20000;}
.headerwarp .header .right .nav .item:hover a:after,.headerwarp .header .right .nav  .active a:after{width: 100%;}
.headerwarp .header .right .nav .item:hover a,.headerwarp .header .right .nav .active a{color: #B20000;}
.headerwarp .header .right .search{display: flex;display: -webkit-flex;-webkit-flex-flow: row;flex-flow: row;-webkit-align-items: center;align-items: center;-webkit-justify-content: flex-start;justify-content: flex-start;position: relative;}
.headerwarp .header .right .search>a{font-size: 17px;color: #222222;}
.headerwarp .header .right .search>a:first-child{margin-right: 20px;display:none;}
.headerwarp .header .right .search>a span{font-size: 14px;margin-left: 10px;}

.mb-nav{display: none;}

/* 语言 */
.language{width: 100px;position: absolute;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);opacity: 0;visibility: hidden;background-color: #fff;border-top: 2px solid #B20000;top: 46px;transition: all .3s;z-index: 2;}
.language a{display: block;width: 100%;text-align: center;line-height: 36px;color: #222222;font-size: 14px;transition: all .3s;}
.language a:hover{background-color: #B20000;color: #FFFFFF;}
.headerwarp .header .right .search:hover .language{opacity: 1;visibility: visible;}


/*下拉菜单*/
.headerwarp .header .right .nav .item .nav02{width: auto;height: auto;box-sizing: border-box;position: absolute;z-index: 2;visibility: hidden;display: flex;justify-content: center;display: -webkit-flex;-webkit-justify-content:center;height: 50px;-webkit-align-items: center;align-items: center;white-space: nowrap;left: 0;box-sizing: border-box;padding-left: 30px;z-index: 3;}
.headerwarp .header .right .nav .item .nav02 a{font-size: 14px;color: #222222;line-height: 50px;border-bottom: 1px solid #ddd;margin: 0;background-color: rgba(255,255,255,0.88);text-align: center;}
.headerwarp .header .right .nav .item .nav02 a:hover{background-color: rgba(255,255,255,1); color:#B20000;}
.headerwarp .header .right .nav .item .nav02 a:after{display: none;}
.headerwarp .header .right .nav .item:hover .nav02{opacity: 1;visibility: visible;}
.headerwarp .header .right .nav .item:after{content: '';width: 100%;background-color: rgba(255,255,255,0.88);position: fixed;left: 0;top: 100px;opacity: 0;visibility: hidden;height: 60px;z-index: 2;}
.headerwarp .header .right .nav .item:hover:after{opacity: 1;visibility: visible;}
.headerwarp .header .right .nav .item:nth-of-type(9)::after{display: none;}
/* .headerwarp .header .right .nav .item .nav02{width: 100%;box-sizing: border-box;padding: 20px 5% 20px 54%;background-color: rgba(255,255,255,0.88);display: flex;justify-content: center;display: -webkit-flex;-webkit-justify-content:center;} */

/*bannerwarp*/
.bannerwarp{width: 100%;box-sizing: border-box;position: relative;height:calc(100% - 80px);overflow: hidden;}
.bannerwarp video{width: 100%;box-sizing: border-box;position: relative;}
.bannerwarp .text{position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);width: 100%;text-align: center;box-sizing: border-box;} 
.bannerwarp .text h3{font-size: 54px;color: #ffffff;margin-bottom: 30px;letter-spacing: 6px;font-weight: bold;text-shadow: 0px 0px 8px rgba(0,0,0,0.5);}
.bannerwarp .text h4{    font-size: 36px;color: #ffffff;margin-bottom: 30px;letter-spacing: 6px;text-shadow: 0px 0px 8px rgba(0,0,0,0.5);}
.bannerwarp .text p{display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;font-size: 18px;color: rgba(255,255,255,0.7);margin-bottom: 50px;letter-spacing:5px;display:none;}
.bannerwarp .text p:before{content: '';display: block;width: 165px;height: 1px;background-color: rgba(255,255,255,0.7);margin-right: 20px;}
.bannerwarp .text p:after{content: '';display: block;width: 165px;height: 1px;background-color: rgba(255,255,255,0.7);margin-left: 20px;}
.more1{display: block;width: 206px;height: 52px;text-align: center;line-height: 52px;font-size: 14px;color: #fff!important;border: 1px solid #C89A3B!important;background-color:#C89A3B!important;
margin: auto;box-sizing: border-box;position: relative;z-index: 0;}
.more1:after{content: '';display: block;width: 0%;height: 100%;position: absolute;left: 0;top: 0;background-color: #fff;z-index: -1;}
.more1:hover:after{width: 100%;}
.more1:hover{color: #C89A3B!important;background-color: #C89A3B!important;z-index: 1}
.more{display: block;width: 206px;height: 52px;text-align: center;line-height: 52px;font-size: 14px;color: #fff!important;border: 1px solid #B20000!important;background-color:#B20000!important;
	margin: auto;box-sizing: border-box;position: relative;z-index: 0;}
.more:after{content: '';display: block;width: 0%;height: 100%;position: absolute;left: 0;top: 0;background-color: #fff;z-index: -1;}
.more:hover:after{width: 100%;}
.more:hover{color: #B20000!important;background-color: #B20000!important;z-index: 1}
.bannerwarp .swiper-container{height: 100%;}
.bannerwarp .swiper-slide a {width:100%;height:100%; overflow:hidden;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;}
.bannerwarp .swiper-slide a img{width: 100%;height: auto;min-height: 100%;}
.bannerwarp .swiper-slide .more{    display: block;width: 206px;height: 52px;text-align: center;line-height: 52px;font-size: 14px;}
.bannerwarp .swiper-pagination-bullet{width: 12px;height: 12px;opacity: 1;background-color: #fff;}
.bannerwarp .swiper-pagination-bullet-active{background-color: #B20000;}

.bannerwarp .swiper-container .swiper-slide{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;}

.bannerwarp .swiper-slide .sjbanner{display: none;}

.jt {display: block;width: 10px;height: 10px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;margin: auto;bottom: 50px;animation: updown 1.5s ease-out infinite;-webkit-animation: updown 1.5s ease-out infinite;position: absolute;left: 50%;transform: translateX(-50%) rotate(-45deg);-webkit-transform: translateX(-50%) rotate(-45deg);z-index: 3;}




@keyframes updown {
	0% {
		bottom: 80px;
		opacity: 1;
	}
	50% {
		bottom: 60px;
		opacity: 0;
	}
	100% {
		bottom: 40px;
		opacity: 0;
	}
}

@-webkit-keyframes updown {
	0% {
		bottom: 80px;
		opacity: 1;
	}
	50% {
		bottom: 60px;
		opacity: 0;
	}
	100% {
		bottom: 40px;
		opacity: 0;
	}
}

.numwarp{width: 100%;box-sizing: border-box;padding: 0;margin: 100px 0;}
.numwarp .text{width:90%;box-sizing: border-box;margin: auto;}
.numwarp .text h4{font-size: 16px;color: #666;line-height: 30px;margin-bottom: 30px;text-align: justify;text-align-last: center;}
.numwarp .text .more{background-image: none;color: #e81e0e;width: 180px;height: 42px;line-height: 42px;}
.numwarp .text .more:hover{background: linear-gradient(left, #e71d0e,#B20000);background: -ms-linear-gradient(left, #e71d0e,#B20000);background: -webkit-linear-gradient(left, #e71d0e,#B20000);background: -moz-linear-gradient(left, #e71d0e,#B20000);color: #FFFFFF;}

.numwarp .num{width: 1200px;box-sizing: border-box;margin: auto;margin-top: 40px;}
.numwarp .num .stats-info{width: 100%;box-sizing: border-box;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;}
.numwarp .num .stats-info .stats-grid{text-align: center;}
.numwarp .num .stats-info .stats-grid .item{width: 150px;height: 150px;border-radius: 50%;border: 1px solid #eee;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;flex-flow: column;-webkit-flex-flow: column;-webkit-justify-content: center;justify-content: center;margin: auto;} 
.numwarp .num .stats-info .stats-grid .item .numscroller{font-size: 54px;color: #e9310c; letter-spacing: 0; }
.numwarp .num .stats-info .stats-grid .item h3{font-size: 14px;color: #666;margin-top: 6px;text-transform: uppercase;     letter-spacing: 0;font-weight: bold; }
.numwarp .num .stats-info .stats-grid h4{font-size: 15px;color: #666;line-height: 20px;margin-top: 12px;}
.numwarp .num .stats-info .stats-grid .item .numscroller:after{ content: '+';font-size: 20px;display: inline-block;vertical-align: top;line-height: 50px;margin-left: 5px;}
.numwarp .num .stats-info .stats-grid:first-child .item .numscroller:after{display: none;}



.index01warp{   width: calc(100% - 20px);
    box-sizing: border-box;
    margin: 10px auto 0;position: relative; display: block; overflow: hidden;}
.index01warp .left{width: 50%;float: left;overflow: hidden;box-sizing: border-box;}
.index01warp .item{position: relative;}
.index01warp .item .img{display: block;width: 100%;transition: all .6s;}
.index01warp .item:hover .img{transform: scale(1.1);}
.index01warp .item .text{width: auto;box-sizing: border-box;position: absolute;bottom: 40px;left: 40px;z-index: 2;}
.index01warp .item .text h3{font-size: 26px;color: #ffffff;margin-bottom: 20px;     font-weight: bold;}
.index01warp .item .text p{font-size: 14px;color: #fff;margin-bottom: 20px;}
.index01warp .item .text .more{margin: 0;background-color: transparent;border: 1px solid #fff;background-image: none;transition: all .6s;width: 140px;height: 34px;line-height: 34px;font-size: 13px;}
.index01warp .item:hover .text .more{background-color: #B20000;color: #fff;}
.index01warp .right{width: 50%;float: left;box-sizing: border-box;padding-left: 10px;position: absolute;right: 0;height: 100%;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-flex-flow: column;flex-flow: column;}
.index01warp .right a{display: block;width: 100%;overflow: hidden;}
.index01warp .item .mark{display: block;width: 100%;box-sizing: border-box;position: absolute;top: 0;left: 0;z-index: 1;}

/*index02warp*/
.index02warp{width: 100%;box-sizing: border-box;padding: 0 5%;margin: 0;display: block; overflow: hidden;}
.index02warp .index02{width: 100%;box-sizing: border-box;background: url(../images/world.jpg)no-repeat; padding: 100px 0; background-size: cover; }
.title{font-size: 36px;color: #222222;font-weight: bold;margin-bottom: 50px;text-align: center;}
.index02warp .index02 .index02nav{width: 100%;box-sizing: border-box;padding: 0 300px;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;position: relative;}
.index02warp .index02 .index02nav:after{content: '';display: block;width: 100%;height: 1px;background-color: #ddd;position: absolute;bottom: 5px;left: 0;z-index: 0;}
.index02warp .index02 .index02nav a{display: block;position: relative;z-index: 2;}
.index02warp .index02 .index02nav a span{font-size: 18px;color: #666666;margin-bottom: 10px;display: block; font-weight: bold; }
.index02warp .index02 .index02nav a i{display: block;text-align: center;font-size: 20px;color: #B20000;opacity: 0;}
.index02warp .index02 .index02nav .active span{color: #B20000;}
.index02warp .index02 .index02nav .active i{opacity: 1;}

.index02warp .index02 .min{width: 100%;box-sizing: border-box;margin-top: 50px;}
.index02warp .index02 .min a{display: block;width: calc((100% - 20px) / 3);float: left;margin-right: 10px;box-sizing: border-box;cursor: default;}
.index02warp .index02 .min a .imgbox{width: 100%;box-sizing: border-box;overflow: hidden;}
.index02warp .index02 .min a .imgbox img{display: block;width: 100%;transition: all .6s;}
.index02warp .index02 .min a:hover .imgbox img{transform: scale(1.1);}
.index02warp .index02 .min a .text{font-size: 16px;color: #222222;background-color: #efefef;padding: 25px 0;padding-left: 30px;text-align: left;}
.index02warp .index02 .min a:last-child{margin-right: 0;}
.index02warp .index02 .min a:hover .text{color: #fff;background-color:#B20000;}

.index02warp .index02 .more{background-color: transparent;background-image: none;color: #e8250e;width: 180px;height: 42px;line-height: 42px;margin-top: 40px;border:1px solid #B20000;}
.index02warp .index02 .more:hover{color: #fff;background-color:#B20000;}
.index02warp .index02 .min .item{display: none;}
.index02warp .index02 .min .item:first-child{display: block;}




/*index03warp*/
.index03warp{width: 100%;box-sizing: border-box;padding: 0 5%;margin-bottom: 100px;display: block; overflow: hidden;}
.index03warp .min{width: 100%;box-sizing: border-box;position: relative;}
.index03warp .min .left{width: 49.5%;float: left;}
.index03warp .min .left a{display: block;width: 100%;box-sizing: border-box;overflow: hidden;position: relative;}
.index03warp .min .left a img{display: block;width: 100%;transition: all .6s;}
.index03warp .min .left a .mask{display: block;width: 100%;box-sizing: border-box;position: absolute;top: 0;left: 0;z-index: 1;}
.index03warp .min .left a:hover img{transform: scale(1.1);}
.index03warp .min .left a .text{width: 100%;box-sizing: border-box;position: absolute;bottom: 0;left: 0;padding-right: 30%;padding-left: 30px;z-index: 2;}
.index03warp .min .left a .text .data{width: 100%;box-sizing: border-box;display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: baseline;align-items: baseline;margin-bottom: 30px;}
.index03warp .min .left a .text .data h3{font-size: 48px;color: #fff;}
.index03warp .min .left a .text .data font{font-size: 15px;color: rgba(255,255,255,0.7);padding-left: 20px;border-left: 1px solid rgba(255,255,255,0.7);margin-left: 20px;}
.index03warp .min .left a .text h4{font-size: 18px;color: #ffffff;font-weight: bold;margin-bottom: 30px;line-height:24px;}
.index03warp .min .left a .text h5{font-size: 15px;color: #ffffff;line-height: 24px;color: rgba(255,255,255,0.7);margin-bottom: 30px;}
.index03warp .min .right{position: absolute;right: 0;height: 100%;width: 50%;box-sizing: border-box;padding-left: 15px;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-flex-flow: column;flex-flow: column;}
.index03warp .min .right .item{ position: relative; cursor:pointer; width: 100%;box-sizing: border-box;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;box-sizing: border-box;padding: 10px 40px;}
.index03warp .min .right .item:hover{box-shadow: 0px 0px 5px rgba(0,0,0,0.3);}
.index03warp .min .right .item .data{display: flex;display: -webkit-flex;-webkit-flex-flow: column;flex-flow: column;-webkit-align-items: center;align-items: center;border-right: 1px solid #ddd;width: 20%;box-sizing: border-box;padding: 30px 0;padding-right: 30px;}
.index03warp .min .right .item .info{box-sizing: border-box;padding-left: 30px; width:80%;}
.index03warp .min .right .item .data h3{font-size: 44px;color: #B20000;font-weight: bold;}
.index03warp .min .right .item .data strong{display: block;width: 30px;height: 1px;background-color: #ddd;margin: 5px 0;}
.index03warp .min .right .item .data font{font-size: 15px;color: #666666;}
.index03warp .min .right .item .info h3{font-size: 17px;color: #222222;font-weight: bold;margin-bottom: 20px;}
.index03warp .min .right .item .info h4{font-size: 14px;color: #666666;line-height: 24px;}
.index03warp .min .right .item a{ position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}
.index03warp .min .left .swiper-pagination{bottom: 30px;text-align: right;box-sizing: border-box;padding-right: 40px;}
.index03warp .min .left .swiper-pagination .swiper-pagination-bullet{background-color: #ffffff;opacity: 1;}
.index03warp .min .left .swiper-pagination .swiper-pagination-bullet-active{background-color: #B20000;width: 45px;border-radius: 2rem;}


.index03warp .more{background-color: transparent;color: #e8250e;width: 180px;height: 42px;line-height: 42px;margin-top: 40px;border: 1px solid #B20000;}
.index03warp .more:hover{color: #fff;background-color:#B20000;}


.line{background: linear-gradient(left, #e71d0e,#B20000);background: -ms-linear-gradient(left, #e71d0e,#B20000);background: -webkit-linear-gradient(left, #e71d0e,#B20000);background: -moz-linear-gradient(left, #e71d0e,#B20000);width: 100%;height: 5px;}



/*index04*/
.index04warp{background-color: #eee;width: 100%;box-sizing: border-box;padding: 100px 5%;display: block;}
.index04warp .indexcontact{text-align: center;}
.index04warp .indexcontact h3{font-size: 36px;color: #222222;font-weight: bold;margin-bottom: 30px;}
.index04warp .indexcontact p{font-size: 18px;color: #666;margin-bottom: 30px;}
.index04warp .indexcontact a{background-color: transparent;color: #fff;width: 180px;height: 42px;line-height: 42px;margin-top: 40px;border: 1px solid #B20000;background-color:#B20000;}

.index04warp12{width: 100%;box-sizing: border-box;padding: 100px 5%;display: block;}
.index04warp12 .indexcontact{text-align: center;}
.index04warp12 .indexcontact h3{font-size: 36px;color: #222222;font-weight: bold;margin-bottom: 30px;}
.index04warp12 .indexcontact p{font-size: 18px;color: #666;margin-bottom: 30px;}
.index04warp12 .indexcontact a{background-color: transparent;color: #fff;width: 180px;height: 42px;line-height: 42px;margin-top: 40px;border: 1px solid #B20000;background-color:#B20000;}



.botimg {width: 100%;box-sizing: border-box; overflow: hidden;background-color: #fff;}
.botimg img {display: block;width: 100%;height: auto;}



/*footer*/
.footerwarp{width: 100%;box-sizing: border-box;padding:0 5%;padding-top: 80px; display: block; overflow: hidden;}
.footerwarp .footer{width: 100%;box-sizing: border-box;}
.footerwarp .footer .top{width: 100%;box-sizing: border-box;padding-bottom: 30px;border-bottom: 1px solid #aaaaaa;margin-bottom: 40px;}
.footerwarp .footer .top .f-logo{display: block;width: auto;margin-bottom: 30px;}
.footerwarp .footer .top a img{display: block;width: auto;height: 36px;}
.footerwarp .footer .top .min{width: 100%;box-sizing: border-box;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: space-between;justify-content: space-between;}
.footerwarp .footer .top .min .left{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;}
.footerwarp .footer .top .min .left a{background-image: none;font-size: 17px;color: #222222;border: 1px solid #d0d0d0;width: 40px;height: 40px;border-radius: 50%;text-align: center;box-sizing: border-box;padding: 0;line-height: 40px;margin: 0;margin-right: 15px;}
.footerwarp .footer .top .min .left a:hover{color: #e81e0e;border-color: #e81e0e;}
.footerwarp .footer .top .min .left a:last-child{margin-right: 0;}
.footerwarp .footer .top .min .left h3{font-size: 13px;color: #666666;margin-left: 50px;}
.footerwarp .footer .top .min .right{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;-webkit-justify-content: flex-end;}
.footerwarp .footer .top .min .right h3{font-size: 13px;color: #666666;margin-right: 40px;}
.footerwarp .footer .top .min .right .more{font-size: 13px;color: #222222;border-color: #222222;width: 186px;height: 46px;line-height: 46px;background-color:#fff; border:1px solid #222;}
.footerwarp .footer .top .min .right .more:hover{background-color:#B20000; color:#fff;border:1px solid #B20000;}
.footerwarp .footer .nav{width: 100%;box-sizing: border-box;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;}
.footerwarp .footer .nav li h3{font-size: 14px;color: #222222;margin-bottom: 30px;font-weight: bold;}
.footerwarp .footer .nav li h3 a{font-weight: normal;font-size: 16px;color: #000;}
.footerwarp .footer .nav li .list a{font-size: 14px;color: #888888;margin-bottom: 20px;display: block;}
.footerwarp .footer .nav li .list a:hover{color: #e81e0e;}
.footerwarp .footer .ba{width: 100%;box-sizing: border-box;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;padding: 60px 0 30px; border-top: 1px solid #eee; margin: 60px 0 0 0;}
.footerwarp .footer .ba .left{font-size: 13px;color: #888888;}
.footerwarp .footer .ba .right{display: -webkit-flex;display: flex;-webkit-justify-content: flex-end;justify-content: flex-end;}
.footerwarp .footer .ba .right p{font-size: 13px;color: #888888;}
.footerwarp .footer .ba .right p:last-child{margin-left: 30px;}

.footerwarp .footer .ba .right a { color: #888;letter-spacing: 0;margin-left: 20px;}


.index03warp .min .right .item:hover .info h3{ color: #B20000;  }

/*数字样式重置*/
#wrapper section #section-home #block-4 ul > li{width: 25%;box-sizing: border-box;padding: 0;}
#wrapper section #section-home #block-4 ul > li h3{font-size: 15px;line-height: 24px;color: #222;letter-spacing: 1px;font-weight:normal;}
#wrapper section #section-home #block-4 ul > li .icon{width: 170px;height: 170px;position: relative;}
#wrapper section #section-home #block-4 ul > li .icon p{font-size: 13px;color: #999;text-align: center;position: absolute;bottom: 22%;left: 0;width: 100%;}
#wrapper section #section-home #block-4 ul > li .icon font{font-size: 20px;color: #B20000;position: absolute;right: 20%;top: 49%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
#wrapper section #section-home #block-4 ul > li:last-child .icon font{right: 34%;}

/*ecp*/
.in-banner{width: 100%;position: relative;box-sizing: border-box;overflow: hidden;}
.in-banner img{display: block;width: 100%;}
.in-banner .mbx{width: 100%;box-sizing: border-box;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;position: absolute;bottom: 0;left: 0;border-bottom: 1px solid #e6e6e6;height: 70px;overflow: hidden;}
.in-banner .mbx .left{width: 24%;background-color: #FFFFFF;padding-left: 5%;}
.in-banner .mbx .left a{font-size: 18px;color: #B20000;line-height: 70px;font-weight:bold;}
.in-banner .mbx .left .fa-home{font-size: 18px;color: #b2b2b2;border-right: 1px solid #E6E6E6;padding-right: 30px;margin-right: 30px;}
.in-banner .mbx .right{width: 76%;background-color: rgba(222,121,0,0.85);line-height: 70px;box-sizing: border-box;padding-left: 40px;height: 70px;}
.in-banner .mbx .right i{font-size: 16px;color: #fff;}
.in-banner .mbx .right a{font-size: 16px;color: rgba(255,255,255,0.85);margin-left: 30px;}
.in-banner .mbx .right a:hover{color: rgba(255,255,255,1);}
.in-banner .mbx .right .active{color: #FFFFFF;font-weight:bold;}

.ecp01{width: 1200px;margin: 80px auto;box-sizing: border-box;overflow: hidden;text-align: center;}
.ecp01 strong{display: block;width: 1px;height: 50px;background-color: #ddd;margin: 30px auto;}
.e-title1{font-size: 32px;color: #222222;font-weight:bold;}
.ecp01 h4{font-size: 16px;color: #666666;line-height: 32px;    text-align: justify;text-align-last: left}
.ecp01 ul li .text h4{text-align: justify;}
.ecp01 ul{width: 100%;}
.ecp01 ul li{width: 100%;box-sizing: border-box;position: relative;margin-bottom: 0px;}
.ecp01 ul li .imgbox{width: 50%;float: left;}
.ecp01 ul li .imgbox img{display: block;width: 100%;}
.ecp01 ul li .text{width: 50%;height: 100%;position: absolute;top: 0;right: 0;box-sizing: border-box;padding-left: 60px;display: flex;display: -webkit-flex;-webkit-align-items: center;align-items: center;}
.ecp01 ul li:nth-of-type(2) .imgbox{float: right;}
.ecp01 ul li:nth-of-type(2) .text{left: 0;padding-left: 0;padding-right: 60px;}
.ecp01 ul li:nth-of-type(2){margin-bottom: 0px;}

.epc001{margin-bottom:0;}


.e-title2{font-size: 26px;color: #222222;text-align: center;font-weight:bold;}
.ecp02warp{width: 100%;box-sizing: border-box;/*background: url(../img/epbc.jpg)no-repeat*/;background-size: cover;padding: 90px 0 60px;}
.ecp02warp .ecp02{width: 1200px;box-sizing: border-box;margin: auto;}
.ecp02warp .ecp02 .ecp02top{text-align: center;padding-bottom: 15px;border-bottom: 1px solid #dddddd;margin-bottom: 30px;}
.ecp02warp .ecp02 .ecp02top span{width: 0;height: 0;border: 10px solid transparent;border-top-color: #333; }
.ecp02warp .ecp02 .ecp02top .i-title1{margin-top: 40px;}
.ecp02warp .ecp02 .cont{width: 100%;box-sizing: border-box;margin-top: 50px;}
.ecp02warp .ecp02 .cont li{width: 19.2%;float: left;margin-right: 1%;background-color: #ffffff;/*border: 1px solid #ddd*/;box-sizing: border-box;padding: 30px 20px; min-height:200px;border-radius: 5px;}
.ecp02warp .ecp02 .cont li:last-child{margin-right: 0;}
.ecp02warp .ecp02 .cont li .imgbox{margin-bottom:10px;}
.ecp02warp .ecp02 .cont li .imgbox img{display: block;width: auto;margin:auto;}
.ecp02warp .ecp02 .cont li .text{width: 100%;box-sizing: border-box;padding-top: 14px;border-top: 1px solid #ddd;text-align: center;}
.ecp02warp .ecp02 .cont li .text h3{font-size: 18px;color: #222222;margin-bottom: 15px;font-weight:bold;}
.ecp02warp .ecp02 .cont li .text h4{font-size: 14px;color: #666666;line-height: 20px;}
.ecp02warp .ecp02 .bot{width: 100%;box-sizing: border-box;padding: 0 100px;}
.ecp02warp .ecp02 .bot .item{width: 48%;float: left;margin-right: 4%;box-sizing: border-box;padding: 40px 20px;border: 1px solid #ddd;background-color: #fff;}
.ecp02warp .ecp02 .bot .item h3{display: block;width: 100%;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #ddd;font-size: 22px;color: #222222;text-align: center;font-weight:bold;}
.ecp02warp .ecp02 .bot .item:last-child{margin-right: 0;}
.ecp02warp .ecp02 .bot .item .font{width: 100%;box-sizing: border-box;}
.ecp02warp .ecp02 .bot .item .font p{font-size: 16px;color: #222222;margin-bottom: 30px;text-align: center;}
.ecp02warp .ecp02 .bot .item .font h4{font-size: 15px;color: #222222;line-height: 30px;box-sizing: border-box;padding: 20px 30px;background-color: #eeeeee;text-align: center;}


/*.ecp02 .min a:first-child .text p:before{content: '';display: block;width: 5px;height: 5px;border-radius: 50%;background-color: #666666;position: absolute;left: 0;top: 5px;}*/
.e-more{width: 360px;height: 40px;line-height: 40px;border-radius: 2rem;background-color: #B20000;border-color: #B20000;background-image: none;margin-top: 40px;margin-bottom: -20px;position: relative;z-index: 3;font-size:16px;font-weight:bold;border: none;}
.e-more:hover{background-color: #B20000;border-color: #B20000;color: #fff;line-height: 40px;border: none;}

.ecp02 .min:before{content: '';display: block;width: 1200px;padding: 0 160px;background-color: #f1f1f2;height: 80px;z-index: 0;position: absolute;top: 0;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}

.ecp02 .min02{width: 1200px;padding: 70px 160px;margin: auto;background: url(../img/epc-bg.jpg)no-repeat;background-size: cover;}
.ecp02 .min02 ul{width: 100%;border-top: 1px solid #DDDDDD;border-bottom: 1px solid #DDDDDD;position: relative;}
.ecp02 .min02 ul li{width: 50%;box-sizing: border-box;padding: 80px 100px;text-align: center;float: left;}
.ecp02 .min02 ul li h3{font-size: 22px;color: #222222;margin-bottom: 20px;}
.ecp02 .min02 ul li img{display: block;width: auto;margin: auto;}
.ecp02 .min02 ul li p{font-size: 16px;color: #222222;margin-top: 20px;}
.ecp02 .min02 ul li strong{display: block;width: 50px;height: 1px;background-color: #DDDDDD;margin: 10px auto;}
.ecp02 .min02 ul li h4{font-size: 15px;line-height: 24px;color: #666666;letter-spacing:2.5px;}
.ecp02 .min02 ul:before{content: '';display: block;width: 1px;height: 80%;background-color: #DDDDDD;position: absolute;top: 10%;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}

.ecp03{width: 100%;margin: auto;box-sizing: border-box;overflow: hidden;background: url(../img/epbc.jpg)no-repeat}
.ecp03 ul{width: 100%;box-sizing: border-box;margin-top: 40px;border-bottom: 1px solid #DDDDDD;} 
.ecp03 h3{margin-top: 60px}
.ecp03 ul li{display: block;width: 100%;cursor: pointer;}
.ecp03 ul li h3{font-size: 20px;color: #222222;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;height: 60px;border-top: 1px solid #DDDDDD;}
.ecp03 ul li h3:hover{color: #B20000;}
.ecp03 ul li h3 i{display: block;width: 20px;height: 20px;border-radius: 50%;border: 1px solid #333;display: flex;display: -webkit-flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: center;justify-content: center;cursor: pointer;}
.ecp03 ul li h3 i:before{content: '';display: block;width: 6px;height: 6px;border-left: 1px solid #333;border-bottom: 1px solid #333;position: absolute;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);margin-top: -2px;}
.ecp03 .info{width: 100%;box-sizing: border-box;margin-top: 60px;display: flex;display: -webkit-flex;-webkit-flex-flow: wrap;flex-flow: wrap;}
.ecp03 .info div{width: 1060px;display: block;overflow: hidden;margin:0 auto;}

.ecp03 .info1 {margin: 60px 0;}
.ecp03 .info div img{display: block;width: 100%;margin: auto;}
.ecp03 .li2 i{transform: rotate(180deg);-webkit-transform: rotate(180deg);}


.photovoltaic02{width: 1200px;margin: auto;box-sizing: border-box;}
/*.photovoltaicwarp .photovoltaic img{display: block;width: auto;max-width: 100%;margin: auto;margin-top: 70px;}*/
.photovoltaic02 li{width: 100%;box-sizing: border-box;margin-bottom: 30px;}
.photovoltaic02 a{display: block;width: calc((100% - 90px)/4);float: left;margin-right: 30px;height: auto;background-color: rgba(243,243,243,0.95);box-sizing: border-box;padding: 40px 20px 30px;text-align: center;position: relative;border-radius: 10px;}
.photovoltaic02 a:last-child{margin-right: 0;}
.photovoltaic02 a img{display: block;width: auto;max-width: 50px;margin: auto;}
.photovoltaic02 a h3{font-size: 18px;color: #222222;margin-top: 15px;padding-bottom: 15px;border-bottom: 1px solid #ddd;margin-bottom: 15px;}
.photovoltaic02 a h4{font-size: 14px;color: #222222;line-height: 24px;min-height:72px;}
.photovoltaic02 a p{font-size: 14px;color: #666666;margin-top: 15px;}
.photovoltaic02 .two a:nth-of-type(2){width: calc((100% - 30px)/2);background: #eeeeee url(../img/photovoltaic0306.png)no-repeat;background-size: cover;height: 16rem;}
.photovoltaic02 .two a:nth-of-type(2) h4{font-size: 15px;color: #222222;line-height: 26px;text-align: left;position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.photovoltaic02 li:last-child{margin-bottom: 0;}

.photovoltaic02warp{width: 100%;box-sizing: border-box;/*opacity: inherit;background: url(../img/phobg.jpg);background-size: cover;padding:90px 0;*/}

.photovoltaic02warp .cont{width: 1200px;margin: 45px auto;box-sizing: border-box;display: flex;display: -webkit-flex;-webkit-justify-content:center;justify-content: center;}
.photovoltaic02warp .cont li{width: 30%;float: left;margin-right: 5%;background-color: #ffffff;box-sizing: border-box;border: 1px solid #fff;padding: 20px 20px 40px;border-radius: 5px;}
.photovoltaic02warp .cont li:last-child{margin-right: 0;}
.photovoltaic02warp .cont li .imgbox{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;margin: auto;margin-bottom: 20px;}
.photovoltaic02warp .cont li .imgbox img{display: block;width: 90px;height:auto;}
.photovoltaic02warp .cont li .text{width: 100%;box-sizing: border-box;padding-top: 14px;text-align: center;}
.photovoltaic02warp .cont li .text h3{font-size: 20px;color: #222222;margin-bottom: 15px;font-weight:bold;}
.photovoltaic02warp .cont li .text h4{font-size: 15px;color: #666666;line-height: 22px;}

.photovoltaic02warp .contimgbox{width: 100%;box-sizing: border-box;background-color: #eee;padding: 50px 5%;display: flex;display: -webkit-flex;-webkit-justify-content:center;justify-content: center;align-items: center;-webkit-align-items:center;margin: 50px 0;}
.photovoltaic02warp .contimgbox h4{font-size: 14px;color: #333;line-height: 26px;}

.photovoltaic02warp .botimg{width: 100%;box-sizing: border-box;overflow: hidden;background-color: #fff;margin-top: 50px;}
.photovoltaic02warp .botimg img{display: block;width: 100%;height: auto;}
.photovoltaicwarp{margin-bottom:60px;}

.botimg{width: 100%;box-sizing: border-box;overflow: hidden;background-color: #fff;margin-top: 50px;}
.botimg img{display: block;width: 100%;height: auto;}


.fy{width: 100%;box-sizing: border-box;padding: 60px 0;display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;}
.fy a,.fy span{display: block;width: auto;box-sizing: border-box;min-width: 32px;height: 32px;border: 1px solid #b8b8b8;line-height: 30px;text-align: center;padding: 0 10px;color: #b8b8b8;font-size: 14px;border-radius: 5px;margin-right: 10px;}
.fy a:hover,.fy .active,.fy span{background-color: #B20000;border-color: #B20000;color: #FFFFFF;}
.fy a:last-child{margin-right: 0;}

.screen-reader-text{ display: none;}
 
 .nav-links{width: 100%;
    box-sizing: border-box;
     display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;}



/*下载*/
.down01{width: 1100px;margin: 20px auto 100px;box-sizing: border-box;}
.down01 .item{display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;align-items: center;-webkit-align-items: center;padding: 24px 10px;border-bottom: 1px solid #ddd;}
.down01 .item .font{font-size: 16px;color: #222222;}
.down01 .item .font i{font-size: 20px;color: #aaaaaa;margin-right: 20px;}
.down01 .item .icon{font-size: 16px;color: #aaaaaa;}
.down01 .item:first-child{border-top: 1px solid #ddd;}
.down01 .item:hover h3,.down01 a:hover h3 i,.down01 a:hover .icon{color: #B20000;}
.down01 .item .right{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;-webkit-justify-content: flex-start;justify-content: flex-start;width: 162px;}
.down01 .item .right p{font-size: 14px;color: #888888;}
.down01 .item .right a{display: block;margin-left: 10px;}
.down01 .item .right a img{display: block;width: auto;}

/*下载02*/
.ecp01 .down02{width: 1200px;margin: auto;box-sizing: border-box;margin-bottom: 100px;}
.ecp01 .down02 li,.ecp01 .down02 li:nth-of-type(2){width: 100%;box-sizing: border-box;margin-bottom: 60px;}
.down02 li .top{width: 100%;box-sizing: border-box;padding-bottom: 20px;border-bottom: 1px solid #ddd;font-size: 18px;color: #B20000;font-weight: bold;text-align: left;}
.down02 li .min{width: 100%;margin-top: 20px;}
.down02 li .min .item{width: 45%;float: left;margin-right: 10%;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;-webkit-justify-content: space-between;justify-content: space-between;box-sizing: border-box;height: 54px;border-bottom: 1px solid #ddd;}
.down02 li .min .item:nth-of-type(2n){margin-right: 0;}
.down02 li .min .item .left{font-size: 15px;color: #555;}
.down02 li .min .item .left i{font-size: 16px;color: inherit;margin-right: 10px;}
.down02 li .min .item .right{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;-webkit-justify-content: flex-end;justify-content: flex-end;}
.down02 li .min .item .right p{font-size: 14px;color: #888888;}
.down02 li .min .item .right a{display: block;margin-left: 10px;}
.down02 li .min .item .right a img{display: block;width: auto;}
.down02 li:last-child{margin-bottom: 0;}

/* 修改20200305 */
.headerwarp .header .right .nav .item{position: unset;}
.headerwarp .header .right .nav .item .nav02 a,.headerwarp .header .right .nav .item .nav02 a:hover{background-color: transparent;}
.headerwarp .header .right .nav .item .nav02 a{padding-right: 20px;margin-right: 20px;border-right: 1px solid #ddd;border-bottom: none;line-height: 20px;}
.headerwarp .header .right .nav .item .nav02 a:last-child{margin-right: 0;border-right: 0;padding-right: 0;}
/*.index04warp .indexcontact a:hover{color: #B20000;background-color:transparent;}*/

/*企业文化*/
.culture01 p{font-size: 16px;color: #222222;margin: 28px;line-height:30px；}
.culture01 h4{font-size:16px;width:100%;line-height:30px；margin:40px auto 0;}
.culturewarp .wishde{width: 1200px;margin: auto;box-sizing: border-box;}
.culturewarp .wishde li{width: 100%;overflow: hidden;box-sizing: border-box;position: relative;margin-bottom: 10px;}
.culturewarp .wishde li:nth-of-type(3){margin-bottom:10px;}
.culturewarp .wishde li .imgbox img{display: block;width: 100%;}
.culturewarp .wishde li:nth-of-type(2n) .text{left: 5%;right: initial;}
.culturewarp .wishde li .text{width: 280px;height: auto;position: absolute;top: 50%;right: 5%;transform: translateY(-50%);-webkit-transform:translateY(-50%)}
.culturewarp .wishde li:nth-of-type(2n-1) .text{text-align:left;}
.culturewarp .wishde li .text h3{font-size: 30px;color: #fff;font-weight:bold;}
.culturewarp .wishde li .text strong{display: block;width: 100%;height: 4px;background-color: #fff;margin: 10px 0 10px;}
.culturewarp .wishde li .text h4{font-size: 16px;line-height: 22px;color: #fff;    letter-spacing: 1.5px;}

.prolist_img{width:100%;display:block;    border-top: 6px solid #eee;}
.prolist_img img{width:100%;display:block;}

@media only screen and (max-width: 1600px){
	.index03warp .min .right .item .data{width: 20%;padding: 10px 0;}
	.index03warp .min .right .item .info{width: 80%;}
	.index03warp .min .right .item .info h3{font-size: 16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: 10px;}
	.index03warp .min .left a .text .data{margin-bottom: 20px;}
	.index03warp .min .left a .text h4{margin-bottom: 20px;}
	.index03warp .min .left a .text h5{font-size: 12px;     line-height: 20px;}
	.index03warp .min .right .item .data h3{font-size: 42px;}
	.title{font-size: 32px;}
	.index01warp .item .text h3{font-size: 24px;margin-bottom: 10px;}
	.bannerwarp .text h3{font-size: 50px;}
	.headerwarp .header .logo img{height: 40px;}
	.headerwarp .header .right .nav .item a{line-height: 70px;font-size: 16px;margin-right: 40px;}
	.headerwarp .header .right .search a{font-size: 13px;}
	.index02warp .index02 .index02nav{padding: 0 200PX;}
	.index03warp .min .left a .text{padding-right: 25%;}
	.index03warp .min .right .item{padding: 10px 30px;}
	.bannerwarp .text .more{width: 160px;height: 40px; line-height: 40px;     font-size: 12px;}
	
	.footerwarp .footer .nav li .list a{font-size:13px; }
	.index03warp .min .right .item .info h4{ font-size: 12px;color: #666666;line-height: 20px;}
     .p-list01 .min .cont a .text h4 {font-size: 13px;}
     .p-list01 .min .cont a .text h3 {font-size: 16px;}
	.index03warp .min .right .item .data font{ font-size:14px; letter-spacing: 0;  }
	.index01warp .item .text p{  margin-bottom: 10px;}
	.index01warp .item .text .more{ width: 120px;height: 30px;line-height: 30px;font-size: 12px;}
	.bannerwarp{height: auto; max-height:calc(100% - 70px); }

   /* .headerwarp .header .right .nav .item .nav02{top: 70px;padding: 20px 5% 20px 40%;} */

	.duty02warp .duty02 li img{max-width:100px;}
	.duty02warp .duty02 li{width:19.5%;}
	.duty02warp .duty02 li p{width: 75%;margin: 20px auto 0;line-height: 24px;min-height: 48px;}
	
	.addabout02{}
	.headerwarp .header .right .nav .item:after{top:69px}
}

@media only screen and (max-width: 1440PX){

}
.pc-1260{ display: none;}
@media only screen and (max-width:1300px ) {
.pc-1260{ display: block;position: fixed;width: 100%;height: 100%;background: #333;top: 0;left: 0;z-index: 9999;}
.pc-1260 p{ transform: translateY(-50%);-webkit-transform: translateY(-50%);position: absolute;color: #fff;top: 50%;left: 0;width: 100%;text-align: center;font-size: 14px;letter-spacing: 2px;}
}