
.section{overflow: hidden; height: 100vh;}

.header{background:#fff !important;padding-top:20px;padding-bottom:20px;box-shadow: 0px 1px 6px #908f8f;;}
.header ul li a .en{font-family:nav_en;font-size:12px;color:#a0a0a0;}
.header ul li a .ch span{display:inline-block;padding:5px;border:1px solid #eee;line-height:20px;}
.headers{padding-top:10px;padding-bottom:10px;box-shadow:0px 5px 20px #efefef;}
.slick-dots{position:absolute;left:0px;width:100%;bottom:15px;text-align:center;}
.slick-dots li{display:inline-block;width:30px;height:30px;background:url("../images/icon1.png") no-repeat center;margin:0px 3px;overflow:hidden;/*text-indent:-999999px;*/}
.slick-dots li.slick-active{background:url("../images/icon2.png") no-repeat center;}


/*menu*/
#menu{
	position: fixed;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);z-index: 9;}
#menu li{
	position: relative;
	padding-right: 30px;height:30px;overflow:hidden;margin-bottom:15px;
}
#menu li a{
	font-size: 0;
	color: #fff;
	display: block;
	line-height:30px;padding-left:15px;
}
#menu li:after{
	content: '';
	width: 20px;
	height:30px;
	position: absolute;line-height:30px;font-weight:bold;font-size:14px;
	right: 0;
	top: 0px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;color:#fff;text-align:right;margin-bottom:15px;text-shadow:0px 1px 1px #d00234;padding-right:15px;
}
#menu li.li1:after{content:"01"}
#menu li.li2:after{content:"02"}
#menu li.li3:after{content:"03"}
#menu li.li4:after{content:"04"}
#menu li.li5:after{content:"05"}
#menu li.active{
	padding-right: 65px;background:#d00234;border-radius:15px;
}
#menu li.active:after{
	width: 55px;
}
#menu li.active a{
	font-size: 14px;
}
.common_a{
	display: block;
	width: 180px;
	line-height: 40px;
	border-radius: 25px;
	margin: 0 auto;
	background: #00438f;
	color: #fff;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.common_a:hover{
	background: #002a5a;
}

/*section1*/
.section1 .item{
	width: 100%;
	height: 100vh;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section1 .item .txt_block{
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.section1 .item .txt_block p{
	font-size: 24px;
	color: #fff;
	line-height: 26px;
}
.section1 .item .txt_block h3{
	font-size: 52px;
	color: #fff;
	line-height: 56px;
	margin: 20px 0 50px;
}
.section1 .slick .slick-arrow{
	position: absolute;
	width: 7px;
	height: 12px;
	bottom: 100px;
	font-size: 0;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 2;
}
.section1 .slick .slick-prev{
	right: 225px;
	/*background-image: url(../images/left_icon3.png);*/
}
.section1 .slick .slick-next{
	right: 150px;
	/*background-image: url(../images/right_icon3.png);*/
}
.section1 .txt{
	position: absolute;
	bottom: 96px;
	font-size: 16px;
	color: #fff;
	right: 160px;
	width: 60px;
	text-align: center;
	line-height: 20px;
}
.section1 .news_block{
	position: absolute;
	left: 40px;
	bottom: 100px;
	/*border: 1px solid rgba(255,255,255,.5);*/
	padding: 20px;
	width: 410px;
	background: rgba(0,0,0,.5);
}
.section1 .news_box h3 a{
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.section1 .news_box h3 a:hover{
	color: #ccc;
}
.section1 .news_box .date{
	font-size: 18px;
	color: #fff;
	margin-left: 25px;
	margin-top: 10px;
	line-height: 50px;
}
.section1 .news_box .date span{
	font-size: 36px;
	font-weight: 600;
}
.section1 .news_box .slick-arrow{
	width: 8px;
	height: 14px;
	position: absolute;
	bottom: 20px;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	background-color: transparent;
	cursor: pointer;
}
.section1 .news_box .slick-prev{
	background-image: url(../images/left_icon1.png);
	left: 0;
}
.section1 .news_box .slick-next{
	background-image: url(../images/right_icon1.png);
	left: 190px;
}
.section1 .down{
	position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -9px;
	width: 18px;
	height: 32px;
	background: url(../images/index_icon1.png) center no-repeat;;
	-webkit-animation: down 1s linear infinite;
	animation: down 1s linear infinite;
}
@-webkit-keyframes down{
	0%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
	100%{
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 1;
	}
}
@keyframes down{
	0%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
	100%{
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 1;
	}
}

/*section2*/
.section2{
	background: url(../images/index1.jpg) center no-repeat;
	background-size: 100% 100%;
}
.section2 .title{
	margin-right:30%;text-align:center;
}
.section2 .title .en{color:#095a9a;font-size:18px;text-transform:uppercase}
.section2 .title h3{
	font-size: 24px;
	color: #004982;margin-bottom:15px;background:url("../images/icon12.jpg") no-repeat center;
}
.section2 .title span{
	display: block;
	width: 36px;
	height: 1px;
	background: #fff;
	margin: 20px auto;
}
.section2 .title p{
	font-size: 14px;
	line-height:24px;
	color:#222;text-align:left;
}
.section2 .items{
	margin-top:4%;
	margin-bottom:10%;
	text-align: center;
	font-size: 0;margin-right:30%;
}
.section2 .items .t{font-size:14px;color:#095a9a}
.section2 .item{
	width:25%;float:left;
	position: relative;
	display:block;
	vertical-align: top;
}
.section2 .item:after{
	content: '';
	width: 1px;
	height:100%;position:absolute;right:0px;top:0px;background:#eee;

}
.section2 .item img{display:inline-block;margin-right:10px;}
.section2 .item:last-of-type:after{
	display: none;
}
.section2 .item span{
	font-size: 24px;
	color: #095a9a;display:inline-block;;
}
.section2 .item span.count{
	font-size: 30px;
}

.section2 .item .span{font-size: 24px;
    color: #095a9a;margin-top:10px;}
.section2 .foot-more{
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
}
.section2 .more{
    padding: 15px 20px;
    color: #fff;
    border: 1px solid #fff;
}
@media screen and (max-width: 996px){
	.section2 .foot-more{
		position: relative;
		text-align: center;
		padding-top: 15px;
		bottom: auto;
	}
	.section2 .more{
		color: #666;
		border: 1px solid #333;
	}

}


/*section3*/
.section3{
	background-color: #000;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	z-index: 1;
}

.section3 .items{margin: 0 auto;overflow: hidden;width:100%;height:100%;position:relative;}
.section3 .item{width: 25%;float: left;position: relative;overflow: hidden;height:100%;background-size:cover;}
.section3 .item a{display:block;}
.section3 .item .txt{position:absolute;left:0px;top:auto;width:100%;bottom:0px;padding:40px 0px;background:rgba(0,0,0,0.5);color:#fff;text-align:center;transition:all .3s;}
.section3 .item h3{font-size:18px;color:#fff;background:url("../images/icon7.png") no-repeat center;line-height:30px;}
.section3 .item  p{font-size:12px;text-transform:uppercase}
.section3 .item:hover .txt{padding:55px 0px;background:#d00234}
.section3 .img img{display:block;position:absolute;left:0px;top:0px;width:100%;height:100%;}
.section5 .item .title .en{display:block;height:22px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.section5 .item .title .ch{display:block;height:22px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*section4*/
.section4{
	/*background: url(../images/index_banner4.jpg) center no-repeat;*/
	background-color: #f6f6f6;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.section4 .items{margin-top:80px;}
.section4 .items .item a{display:block;padding:30px 0px;width:86%;
    max-width:1200px;
    margin: 0 auto;}
.section4 .items .item:nth-child(2n){background:#e9eaeb}
.section4 .date{width:100px;float:left;background:url("../images/icon8.png") no-repeat right 10px;}
.section4 .date .r{font-size:40px;color:#222;}
.section4 .date .y{font-size:16px;color:#999}
.section4 .box{position: relative;}
.section4 .img{float:left;margin:0px 20px;}
.section4 .img img{display:block;width:160px;height:90px;}
.section4 .txt{margin-left:300px;}
.section4 .txt .t{margin-bottom:10px;font-size:16px;line-height:30px;height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#222;}
.section4 .txt .c{font-size:14px;line-height:24px;color:#999;}
.section4 .txt .more{color:#d00234}
.section4 .news_more{text-align:center;}
.section4 .news_more .more_a{width:60px;height:60px;display:inline-block;background:url("../images/icon11.png") no-repeat center;}
.section4 .news_more i{display:inline-block;width:60px;height:60px;}
.section4 .news_more i.l{background:url("../images/icon9.png") no-repeat center;}
.section4 .news_more i.r{background:url("../images/icon10.png") no-repeat center;}
.section4  .a_w{float:left;}
/*section5*/
.section5{background:#fafafa}
.section5 .box{padding-top:80px;background:#fafafa;}
.section5 .items{width:100%;position:relative;height:100%;overflow:hidden;}
.item_w50{width:50%;}
.item_w25{width:25%;}
.section5 .items{border-left:1px solid #d4d4d4;border-top:1px solid #d4d4d4}
.section5 .item{float:left;position:relative;height:50%;overflow:hidden}
.section5 .item a{overflow:hidden;position:relative;height:100%;padding:15px 20px;display:block;text-align:center;border-right:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;overflow:hidden;}
.section5 .item .c{max-width:300px;margin:0 auto;}
.section5 .item .ct{max-width:400px;margin:0 auto;font-size:18px;color:#fff;margin-top:35px;margin-bottom:14px;position:relative;top:0px;
    transition:all .3s;height:60px;overflow:hidden;line-height:30px;margin-bottom:20px;}
.section5 .item .img{position:relative;}
.section5 .item .img img{display:block;width:135px;height:135px;padding:2px;background:#fff;border:1px solid #eee;margin:0 auto;border-radius:100%;}
.section5 .item .title{margin:10px 0px;position:relative;top:0px;color:#222;transition:all .3s;}
.section5 .item .title .en{font-size:16px;text-transform:uppercase;}
.section5 .item .title .ch{font-size:16px;}
.section5 .item  .c{position:relative;top:0px;font-size:14px;line-height:24px;color:#999;height:48px;overflow:hidden;transition:all .3s;}
.section5 .item .icon{height:20px;margin:10px;background:url("../images/index8.png") no-repeat center;}
.section5 .item .more{position:absolute;bottom:-100%;left:0px;width:100%;z-index:13}
.section5 .item .more .more_a{background:#fff;height:45px;line-height:45px;width:200px;margin:0 auto;
    border-radius:20px;font-size:14px;color:#222;}
.section5 .item a:hover .bg_red{opacity:0;filter:alpha(opacity=0);transition:all .3s;}
.section5 .item a:hover .bg_red{opacity:1;filter:alpha(opacity=100);background:url("../images/bg.png") repeat;position:absolute;left:0px;top:0px;width:100%;height:100%;z-index:11;}
.section5 .item a:hover  .img{opacity:0;filter:alpha(opacity=0);transition:all .3s;}
.section5 .item a:hover .title{top:-70px;z-index:12;color:#fff;}
.section5 .item a:hover .c{top:-60px;z-index:12;color:#ffcf91}
.section5 .item a:hover .icon{opacity:0;filter:alpha(opacity=0);transition:all .3s;}
.section5 .item a:hover .more{bottom:40px;}
.section5 .item .bg{background-image: url(../images/index9.jpg);  opacity:0;filter:alpha(opacity=0);transition:all .3s;background-size:cover;z-index:10;position:absolute;left:0px;top:0px;width:100%;height:100%;}
.section5 .item a:hover .bg{opacity:1;filter:alpha(opacity=100);}


.section5 .item .c.mm{color:#ffcf91;margin-bottom:20px;}
.section5 .item a:hover .ct{z-index:12;color:#fff;}
.section5 .item.first .more{position:relative;width:100%;z-index:13;bottom:auto;}
.section5 .item.first a:hover .c{top:0px;}
.section5 .item.first a:hover .more{bottom:auto;}
.section5 .item.first a{padding-top:24px;padding-bottom:30px;}
.section5 .item.first .more_a{background:#fff url("../images/icon111.jpg") no-repeat 20px center}

.section5 .box{position:relative;height:100%;}

.common_tip{position: fixed; top: 100px; left: 0; width: 100%; background: #f6f6f6; font-size: 0; z-index: 8;}
.common_tip ul li{display:inline-block;}
.common_tip a{display: inline-block; font-size:14px; color: #333; line-height: 76px;
  webkit-transition: all 500ms ease; transition: all 500ms ease;padding:0px 15px;}
.common_tip a:before{webkit-transition: all 500ms ease; transition: all 500ms ease;content: ''; display: inline-block; width: 30px; height: 30px; vertical-align: middle; margin: -2px 5px 0 0; background-position: center; background-repeat: no-repeat;}
.common_tip.icon1 a:nth-of-type(1):before{background-image: url(../images/aicon1.png);}
.common_tip.icon1 a:nth-of-type(2):before{background-image: url(../images/aicon3.png);}
.common_tip.icon1 a:nth-of-type(3):before{background-image: url(../images/aicon5.png);}
.common_tip.icon1 a:nth-of-type(4):before{background-image: url(../images/aicon7.png);}
.common_tip.icon1 a:nth-of-type(5):before{background-image: url(../images/aicon9.png);}
.common_tip.icon1 a:nth-of-type(6):before{background-image: url(../images/aicon11.png);}
.common_tip a:hover,.common_tip a.active{color:#fff;background:#004982}
.common_tip a.active{color:#fff;background:#004982}

.common_tip .current a{color:#fff;background:#004982}
.common_tip .current a{color:#fff;background:#004982}

.common_tip.icon1 a:nth-of-type(1):hover:before{background-image: url(../images/aicon2.png);}
.common_tip.icon1 a:nth-of-type(2):hover:before{background-image: url(../images/aicon4.png);}
.common_tip.icon1 a:nth-of-type(3):hover:before{background-image: url(../images/aicon6.png);}
.common_tip.icon1 a:nth-of-type(4):hover:before{background-image: url(../images/aicon8.png);}
.common_tip.icon1 a:nth-of-type(5):hover:before{background-image: url(../images/aicon10.png);}
.common_tip.icon1 a:nth-of-type(6):hover:before{background-image: url(../images/aicon12.png);}
.common_tip.icon1 a:nth-of-type(1).active:before{background-image: url(../images/aicon2.png);}
.common_tip.icon1 a:nth-of-type(2).active:before{background-image: url(../images/aicon4.png);}
.common_tip.icon1 a:nth-of-type(3).active:before{background-image: url(../images/aicon6.png);}
.common_tip.icon1 a:nth-of-type(4).active:before{background-image: url(../images/aicon8.png);}
.common_tip.icon1 a:nth-of-type(5).active:before{background-image: url(../images/aicon10.png);}
.common_tip.icon1 a:nth-of-type(6).active:before{background-image: url(../images/aicon12.png);}

.common_tip.icon3 li:nth-of-type(1) a:before{background-image: url(../images/icon31.png);}
.common_tip.icon3 li:nth-of-type(2) a:before{background-image: url(../images/icon33.png);}
.common_tip.icon3 li:nth-of-type(3) a:before{background-image: url(../images/icon35.png);}
.common_tip.icon3 li:nth-of-type(1):hover a:before{background-image: url(../images/icon32.png);}
.common_tip.icon3 li:nth-of-type(2):hover a:before{background-image: url(../images/icon34.png);}
.common_tip.icon3 li:nth-of-type(3):hover a:before{background-image: url(../images/icon36.png);}
.common_tip.icon3 li:nth-of-type(1).current a:before{background-image: url(../images/icon32.png);}
.common_tip.icon3 li:nth-of-type(2).current a:before{background-image: url(../images/icon34.png);}
.common_tip.icon3 li:nth-of-type(3).current a:before{background-image: url(../images/icon36.png);}


.common_tip.icon4 a:nth-of-type(1):before{background-image: url(../images/icon41.png);}
.common_tip.icon4 a:nth-of-type(2):before{background-image: url(../images/icon43.png);}
.common_tip.icon4 a:nth-of-type(3):before{background-image: url(../images/icon45.png);}
.common_tip.icon4 a:nth-of-type(4):before{background-image: url(../images/icon47.png);}
.common_tip.icon4 a:nth-of-type(1):hover:before{background-image: url(../images/icon42.png);}
.common_tip.icon4 a:nth-of-type(2):hover:before{background-image: url(../images/icon44.png);}
.common_tip.icon4 a:nth-of-type(3):hover:before{background-image: url(../images/icon46.png);}
.common_tip.icon4 a:nth-of-type(4):hover:before{background-image: url(../images/icon48.png);}
.common_tip.icon4 a:nth-of-type(1).active:before{background-image: url(../images/icon42.png);}
.common_tip.icon4 a:nth-of-type(2).active:before{background-image: url(../images/icon44.png);}
.common_tip.icon4 a:nth-of-type(3).active:before{background-image: url(../images/icon46.png);}
.common_tip.icon4 a:nth-of-type(4).active:before{background-image: url(../images/icon48.png);}


.common_tip.icon2 a:nth-of-type(1):before{background-image: url(../images/icon21.png);}
.common_tip.icon2 a:nth-of-type(2):before{background-image: url(../images/icon23.png);}
.common_tip.icon2 a:nth-of-type(3):before{background-image: url(../images/icon25.png);}
.common_tip.icon2 a:nth-of-type(4):before{background-image: url(../images/icon27.png);}
.common_tip.icon2 a:nth-of-type(1):hover:before{background-image: url(../images/icon22.png);}
.common_tip.icon2 a:nth-of-type(2):hover:before{background-image: url(../images/icon24.png);}
.common_tip.icon2 a:nth-of-type(3):hover:before{background-image: url(../images/icon26.png);}
.common_tip.icon2 a:nth-of-type(4):hover:before{background-image: url(../images/icon28.png);}
.common_tip.icon2 a:nth-of-type(1).active:before{background-image: url(../images/icon22.png);}
.common_tip.icon2 a:nth-of-type(2).active:before{background-image: url(../images/icon24.png);}
.common_tip.icon2 a:nth-of-type(3).active:before{background-image: url(../images/icon26.png);}
.common_tip.icon2 a:nth-of-type(4).active:before{background-image: url(../images/icon28.png);}


.common_tip.icon5 a:nth-of-type(1):before{background-image: url(../images/icon51.png);}
.common_tip.icon5 a:nth-of-type(2):before{background-image: url(../images/icon53.png);}
.common_tip.icon5 a:nth-of-type(1):hover:before{background-image: url(../images/icon52.png);}
.common_tip.icon5 a:nth-of-type(2):hover:before{background-image: url(../images/icon54.png);}
.common_tip.icon5 a:nth-of-type(1).active:before{background-image: url(../images/icon52.png);}
.common_tip.icon5 a:nth-of-type(2).active:before{background-image: url(../images/icon54.png);}


.about_img img{display:block;width:100%;}
.about_wrap{padding-top:176px;}

.about_sec1{background:#f6f6f6;padding:65px 0px;}
.about_sec1_txt{width:55%;line-height:1.6;color:#3a3a3a;font-size:14px;}
.about_sec1_img{width:45%;}
.about_sec1_img  .slick .item img{display:block;width:100%;}
.about_sec1_img button{display:none !important;}
.about_sec1_img .slick-dots li{width:10px;height:10px;background:#434c4e;border-radius:100%;transition:all .3s;border:2px solid #fff;}
.about_sec1_img .slick-dots li.slick-active{width:13px;height:13px;background:#de355e;}
.about_sec1_txt h2{font-size:32px;font-weight:bold;color:#a80029}
.about_sec1_txt h4{font-size:14px;color:#3a3a3a;}
.about_sec1_txt h3{font-size:32px;font-weight:bold;color:#333;margin:10px 0px;}
.about_sec1_txt .txt p{line-height:1.8;text-indent:28px;}
.about_sec1_txt .items{color:#a80029;font-size:14px;margin-top:20px;}
.about_sec1_txt .items .item{float:left;width:25%;}
.about_sec1_txt .items .span{font-size:28px;line-height:40px;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.about_sec1_txt .con{margin-right:30px;}
.about_sec1.bg_white{background:#fff}
.about_sec1.bg_white h3{font-size:32px;font-weight:bold;color:#333;margin-bottom:35px;text-align:center;}
.about_sec1.bg_white .about_sec1_txt .con{margin-right:0px;margin-left:30px;}
.about_sec1_ul{margin-bottom:15px;}
.about_sec1_ul li{width:50%;float:left;margin:5px 0px;}
.about_sec1_ul li a{margin:0px 5px;font-size:18px;color:#a80029;padding:0px 10px;display:block;height:55px;line-height:55px;text-align:center;border-radius:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background: #eeeeee;}

.about_sec2{background:#eee;padding:65px 0px;}
.about_sec2 h3{font-size:32px;font-weight:bold;color:#a80029;margin-bottom:35px;text-align:center;}
.about_sec2 .items{margin:30px auto;}
.about_sec2 .item{width:25%;float:left;}
.about_sec2 .item .li_c{margin:0px 5px;background: #ddd;padding:25px 20px;}
.about_sec2 .item .t{font-size:24px;height:40px;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.about_sec2 .item .c{font-size:14px;height:24px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.about_sec2 .img{position:relative;z-index:1}
.about_sec2 .img img{display:block;max-width:100%;margin:0 auto;}
.about_sec3{background:#fff url("../images/bg1.png") no-repeat center bottom;padding:240px 0px;margin-top:-225px;text-align:center;}
.about_sec3 h3{font-size:32px;font-weight:bold;color:#333;margin-bottom:35px;text-align:center;}
.about_sec3 .txt{font-size:14px;line-height:1.8;max-width:900px;margin: auto;}

.about_ceo{background:#ededed;position:relative}
.about_ceo .ceo_img{width:48%;position:absolute;height:100%;left:0;top:0;vertical-align: middle;background:url("../images/CEO.png") no-repeat 0px center;background-size:100% auto}
.about_ceo .ceo_img img{display:inline;vertical-align: middle;width:100%}
.about_ceo .ceo_txt{width:50%;padding:40px 0px;}
.about_ceo .ceo_txt h3{font-size:32px;font-weight:bold;color:#333;margin-bottom:35px;}
.about_ceo .ceo_txt_con{margin-right:10%}
.about_ceo .ceo_txt .txt{font-size:14px;line-height:1.6;position:relative;padding:50px 0px;}
.about_ceo .ceo_txt .txt:before{display:block;content:"";position: absolute;left:0px;top:0px;width:40px;height:40px;
    background:url("../images/ceo1.png") no-repeat center;}
.about_ceo .ceo_txt .txt:after{display:block;content:"";position: absolute;right:0px;bottom:0px;width:40px;height:40px;
    background:url("../images/ceo2.png") no-repeat center;}
.about_ceo .tip_name{/*background: url("../images/ceo3.png") no-repeat right center;*/height:100px;line-height:100px;text-align: right;color:#a80029;font-size:18px;}


.inner_h3{font-size:32px;font-weight:bold;color:#333;margin-bottom:35px;text-align:center;}
.gas_station{background:#fff;padding:65px 0px;}
.gas_station.bg_gray{background:#f7f7f7}
.gas_station .items .item{width:50%;float:left;margin:15px 0px;}
.gas_station .items .item .img{width:255px;float:left;}
.gas_station .items .item .img img{max-width:100%;}
.gas_station .items .item .txt{margin-left:270px;}
.gas_station .items .item .txt .t{margin-bottom:15px;font-size:18px;color:#333;line-height:30px;height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.gas_station .items .item .txt .li{font-size:14px;color:#999;line-height:30px;overflow:hidden;}
.gas_station .items .item .txt .li .li_l{width:50px;float:left;}
.gas_station .items .item .txt .li .li_r{margin-left:55px;}
.gas_station .items .item .li_con{margin:0px 15px;}
.gas_img img{display:block;max-width:100%;margin:55px auto 25px auto;}

.news_container{padding:35px 0px;background:#fff;}
.news_container .items .item a{display:block;padding:30px 0px;max-width:1100px;margin:0 auto;}
.news_container .date{width:100px;float:left;background:url("../images/icon8.png") no-repeat right 10px;}
.news_container .date .r{font-size:40px;color:#222;}
.news_container .date .y{font-size:16px;color:#999}
.news_container .box{position: relative;}
.news_container .img{float:left;margin:0px 20px;}
.news_container .img img{display:block;width:160px;height:90px;}
.news_container .txt{margin-left:300px;}
.news_container .txt .t{margin-bottom:10px;font-size:16px;line-height:30px;height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#222;}
.news_container .txt .c{font-size:14px;line-height:24px;color:#999;}
.news_container .txt .more{color:#d00234}
.main_pages{text-align:center;}
.main_pages a{display:inline-block;border:1px solid #eee;margin:0px 2px;padding:0;color:#999;font-size:14px;cursor:pointer}
.main_pages a:hover{color:#d00234;border:1px solid #d00234}
.main_pages a.on{background:#d00234;color:#fff;border:1px solid #d00234;}

.culture_sec1{margin-top:-150px;position:relative;z-index:1;background:#fff;padding-bottom:50px; }
.culture_sec1 .item{width:50%;float:left;}
.culture_sec1 .item_con{padding:20px 10px 20px 20px;}
.culture_sec1 .item:nth-child(2) .item_con{padding-left:10px;padding-right:20px;}
.culture_sec1 .item_con .img{margin-bottom:25px;}
.culture_sec1 .item_con img{display:block;width:100%;}
.culture_sec1 h4{font-weight:bold;font-size:24px;margin-bottom:10px;}
.culture_sec1 .c{font-size:14px;line-height:30px;}
.culture_sec2{padding:65px 0px;background:url("../images/culture4.jpg") no-repeat center;background-size:cover}
.culture_sec2 img{display:block;max-width:80%;margin:0 auto;}
.culture_sec3{padding:65px 0px;}
.culture_sec3 .img img{display:block;margin:35px auto;max-width:100%;}
.culture_sec3 .tip{background:#ca2b27;padding:20px;line-height:30px;color:#fff;text-align:center;font-size:24px;font-weight:bold;}

.honor_container{background:url("../images/honor2.jpg") no-repeat center;background-size:cover;min-height:100px;height:835px;overflow:hidden;}
.honor_container .tit_img{padding:40px 0px 20px 0px;}
.honor_container .tit_img img{display:block;margin:0 auto;}
.honor_container .multiple-items{padding:0px 50px;}
.honor_container .slick-prev{cursor:pointer;overflow:hidden;text-indent:-99999px;display:block;position:absolute;width:50px;height:50px;background:url("../images/honor3.png") no-repeat center;left:0px;top:50%;margin-top:-25px}
.honor_container .slick-next{cursor:pointer;overflow:hidden;text-indent:-99999px;display:block;position:absolute;width:50px;
    height:50px;background:url("../images/honor4.png") no-repeat center;right:0px;top:50%;margin-top:-25px}
.honor_container .slick-initialized .slick-slide img{display:block;margin:0 auto;max-width:85%;border:2px solid #00477f}

.contact_sec1{height:790px;background:url("../images/contact1.jpg") no-repeat center;background-size:cover;color:#fff;text-align:center;}
.contact_sec1_con{padding:75px 0px;}
.contact_sec1_con h2{font-size:80px;color: #fff; text-transform:uppercase;font-weight:bold;}
.contact_sec1_con h3{font-size:36px;color: #fff;}
.contact_sec1_con h4{font-size:20px;color: #fff;margin:15px 0px;}
.contact_sec1_con .txt{font-size:14px;line-height:30px;}
.contact_sec1_con .img{margin-top:15px;}
.contact_sec1_con img{display:block;margin:0 auto;width:220px;}
.contact_sec2{background:#004880;padding:75px 0px;}
.contact_sec2 h3{font-size:36px;color:#fff;text-align:center;}
.contact_sec2 .tip{font-size:14px;color:#fff;text-align:center;margin:15px 0px;}
.contact_form{margin-top:50px;}
.contact_form .item{width:45%;}

.contact_form .item .li{margin:10px 0px;}
.contact_form .item .input{border-bottom:1px solid #5283a9;height:55px;}
.contact_form .item .input input{display:block;height:55px;width:100%;background:none;border:none;outline:none;color:#fff;}
.contact_form .item .text_w{border-bottom:1px solid #5283a9;}
.contact_form .item .text_w textarea{overflow:auto;padding-top:23px;display:block;width:100%;background:none;border:none;outline:none;
    color:#fff;}
.button_w{margin-top:40px;}
.button_w .button{cursor:pointer;width:100%;height:45px;background:#fff;border-radius:5px;border:none;outline:none;text-align:center;color:#004880;font-size:15px;}



@media screen and (max-width: 992px){
    .section2 .title{margin:15px 0px;}
    .section2{background:none}
    .section2 .items{display:none}
    .section2 .title{margin-right:0px;}
    .section3 .item{width:50%;min-height:200px;}
    .section4 .a_w{width:290px;margin:0 auto;float:none;clear:both;height:100px;}
    .section4 .txt{margin-left:0px;width:100%;margin-top:10px;}
    .section4 .date{width:80px;}
    .section4 .items{margin:0;}
    .section4 .box{padding:25px 0px;}
    .item_w50{width:100%;}
    .item_w25{width:50%;}
    .section5 .box{padding:25px 20px;}
    .section3 .item h3{font-size:16px;}
    .section5 .item .more .more_a{width:90%}

    .section3{padding:20px;}
    .section3 .items{margin: 0 auto;overflow: hidden;width:100%;height:auto;position:relative;}
    .section3 .item{width: 50%;float: left;position: relative;overflow: hidden;height:auto;background-size:cover;}
    .section3 .item a{display:block;}
    .section3 .item .txt{position:absolute;left:0px;top:50%;width:100%;bottom:auto;padding:40px 0px;background:rgba(0,0,0,0.5);color:#fff;
        text-align:center;transition:all .3s;margin-top:-65px;}
    .section3 .item h3{font-size:18px;background:url("../images/icon7.png") no-repeat center;line-height:30px;}
    .section3 .item  p{font-size:12px;text-transform:uppercase}
    .section3 .item:hover .txt{padding:55px 0px;background:#d00234}
    .section3 .img img{display:block;position:relative;left:0px;top:0px;width:100%;height:auto;}
    .footer .foot_logo{float:none;width:100%;text-align:center;}
    .footer .foot_txt{float:none;width:100%;margin:10px 0px;}
    .footer .foot_wx{display:none;}
    .slick-dots li{width:20px;height:20px;background-size:cover}
    .slick-dots li.slick-active{width:20px;height:20px;background-size:cover}

    .inner_h3{font-size:20px;}
    .about_ceo .ceo_txt h3{font-size:20px;}
}


