﻿* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

video {
	width: 100%;
	display: block;
}
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	font-family: "microsoft yahei";
	overflow-x: hidden;
}

a {
	color: #333;
	text-decoration: none;
}



img {
	
}

.cl {
	clear: both;
}

.ov {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w1200 {
	width: 1200px;
	margin: 0px auto;
}

.nav {
	height: 80px;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.05));
	
	background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.05));
	
	background: -moz-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.05));
	
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.05));
	/*background-color: rgba(0,0,0,0);*/
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 800;
	transition: all 0.5s;
}
/*.nav.hover{*/
/*	background-color: rgba(0,0,0,0.8);*/
/*}*/
.nav_ul>.hover a{
	color: #c00;
	border-bottom: 2px solid #CC0000;
}
.logo {
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.nav_right{
	float: right;
	display: flex;
    justify-content: flex-start;
}
.nav_ul {
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	position: relative;
}
.nav_ul>li{
	float: left;
	width: 120px;
	padding: 0px 10px;
	box-sizing: border-box;
}
.nav_ul>li a{
	display: block;
	color: #fff;
	line-height: 60px;
	text-align: center;
	border-bottom: 2px solid rgba(0,0,0,0);
	transition: all 0.5s;
}
.video_mask {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/banner_mask.png) center center;
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: 500;
}
.banner 
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-slide-active .video_mask img {
	opacity: 1;
}

.video_mask img {
	display: block;
	margin: 0px auto;
	margin-top: 300px;
	opacity: 0;
	transition: all 2.5s;
}
.top_icon{
	float: left;
	margin-top: 30px;
	margin-right: 30px;
	/*opacity: 0;
	-webkit-opacity: 0;*/
	display: none;
}
.top_icon a{
	display: inline-block;
	margin-left: 8px;
	color: #fff;
}
.xl{
	position: absolute;
	top: 62px;
	/*width: calc(100% + 232px);*/
	margin-left: -120px;
	/*background-color: rgba(0,0,0,0.7);*/
	display: none;
	
}
.hover .xl{
	display: block;
}
.xl ul{
	/*float: right;*/
	/*margin-right: 132px;*/
	/*height: 80px;*/
}
.xl ul li{
	float: left;
	width: 120px;
	text-align: center;
	padding: 20px 0px;
	visibility: hidden;
}
.xl ul li a:hover{
    color:#c00;
}
.xl ul li.hover{
    background-color: rgba(0,0,0,0.8);
    visibility:visible
}
.xl ul li a{
	display: block;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
}
.xl_tel{
	border-top: 1px solid #888;
	padding: 20px 0px;
	overflow: hidden;
}
.xl_tel>.fr{
	margin-right: 160px;
}
.xl_tel>div>img{
	display: block;
	float: left;
	margin-right: 5px;
}
.xl_tel>div{
	color: #fff;
}
.xl_tel>div p{
	font-size: 12px;
	width: 300px;
}
.xl_tel>div span{
	font-size: 24px;
	font-weight: bold;
}
.search_box{
	float: right;
	width: 100px;
	display:flex;
	margin-top: 23px;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
	
}
.search_box .search_inp{
	border: 1px solid  rgba(0,0,0,0);
	background-color:  rgba(0,0,0,0);
	width: 70px;
	height: 34px;
	line-height: 34px;
	text-indent: 5px;
	color:#fff;
	outline: none;
}
.search_box .search_inp::-webkit-input-placeholder { /* WebKit browsers */ 

color: #fff; 

} 

.search_box .search_inp:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 

color: #fff; 

} 

.search_box .search_inp::-moz-placeholder { /* Mozilla Firefox 19+ */ 

color: #fff; 

} 

.search_box .search_inp:-ms-input-placeholder { /* Internet Explorer 10+ */ 

color: red; 

} 
.search_box .search_btn{
	background-color: rgba(0,0,0,0);
	background: url(../img/search.png) center center no-repeat;
	text-align: center;
	width: 30px;
	border: 0px;
	height: 36px;
	line-height: 36px;	
	color: #fff;
	cursor: pointer;
}
#section2{
	background: url(../img/page2_bg.jpg) center center no-repeat;
	background-size: cover;
}
.section {
	overflow: hidden;
}
.ind_title{
	text-align: center;
	margin: 30px auto;
}
#section2 .ind_title{
	color: #fff;
	margin-top: 130px;
}
#section2 .ind_title p{
	font-size: 30px;
}
#section2 .ind_title span{
	display: block;
	margin-top: 10px;
}
.w1200{
	width: 1200px;
	margin: 0px auto;
}
.cybj_swiper{
	padding: 60px 0px;
	z-index: 500;
}
.cybj_swiper  .swiper-slide{
	height: 400px;
	z-index: 500;
}
.cybj_swiper a{
	display: block;
	text-align: center;
	
	position: relative;
}
.cybj_swiper a span{
	display: block;
	
	padding: 0px;
	width: 200px;
	height: 200px;
	margin: 0px auto;
	border-radius: 100%;
	transition: all 0.5s;
	margin-top: 80px;
	
	
	text-align: center;
	
	
	
}
@keyframes flash{
	from{
		
		border: 1px solid rgba(255,255,255,0.5);
		
	
		
	}
	to{
		
		border: 1px solid rgba(255,255,255,0);
		padding: 20px;
		top: 0px;
	left: 80px;
	
		
	}
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(248,248,255,0.1), 0 0 0 10px rgba(248,248,255,0.1), 0 0 0 20px rgba(248,248,255,0.1), 0 0 0 30px rgba(248,248,255,0.1);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(230,230,250,0.1), 0 0 0 20px rgba(230,230,250,0.1), 0 0 0 30px rgba(230,230,250,0.1), 0 0 0 40px rgba(230,230,250,0);
  }
}
.page2_left{
	position: absolute;
	z-index: 100;
	left: -100%;
	top:0px;
	transition: all 1.5s;
}
.page2_right{
	position: absolute;
	z-index: 100;
	right: -100%;
	top:0px;
	transition: all 1.5s;
}
.page2_bottom{
	position: absolute;
	z-index: 100;
	left: 0px;
	bottom:-260px;
	transition: all 1.5s;
}
.active .page2_left{
	left: 0%;
}
.active .page2_right{
	right: 0%;
}
.active .page2_bottom{
	top: calc((100% - 150px)/2);
z-index: -1;
}
.cybj_swiper p{
	color: #fff;
	
	text-align: center;
	transition: all 0.5s;
	position: absolute;
	bottom: 60px;
	text-align: center;
	width: 100%;
	left: 0px;
	
}
.cybj_swiper  .swiper-slide
{
	position: relative;

}

.cybj_swiper  .swiper-slide img{
	border:5px solid rgba(255,255,255,0.3);
	margin: 0px auto;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	box-sizing: border-box;
	transition: all 0.5s;
	animation: ripple 1.2s linear infinite;
}
.cybj_swiper .swiper-slide-active a span{
	transform: scale(1.25);
	margin-top: 40px;
	
}
.cybj_swiper .swiper-slide-active a span img{
	border:5px solid rgba(255,255,255,0.5);
}
.cybj_swiper .swiper-slide-active p{
	margin-top: 60px;
}
.cybj_swiper .swiper-slide>span{
	color: #B1B4C6;
	display: block;
	
	font-size: 14px;
	margin-top: 10px;
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
	left: 0px;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	transition: all 0.5s;
}
.cybj_swiper .swiper-slide-active>span{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.cybj_swiper_control{
	text-align: center;
}
.cybj_swiper_control a{
	display: inline-block;
	vertical-align: middle;
}
.cybj_swiper_control a img{
	display: block;
}
.cybj_swiper_control>.swiper_count{
	display: inline-block;
	border: 1px solid #ddd;
	width: 200px;
	height: 43px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	line-height: 43px;
	vertical-align: middle;
	font-size: 18px;
	box-sizing: border-box;
}
#section3{
	background: url(../img/page3_bg.jpg) center center no-repeat;
	background-size: cover;
}

/*===========================*/
/*.citymapSearch ::-webkit-scrollbar{width: 4px; height: 5px;}
.citymapSearch ::-webkit-scrollbar-track{background: #ababa7;}
.citymapSearch ::-webkit-scrollbar-thumb{background: #ff483b; border-radius: 4px;}
.citymapSearch ::-webkit-scrollbar-corner{background: #82AFFF;height: 0;width: 0;}

.citymapSearch { position: relative; height: 870px; }*/
.citymapSearch .map{ width: 50%; height: 100%; float: left; position: relative;}
.citymapSearch .mapBox{ position: relative; margin-top: 110px; width: 792px; height: 669px; float: left;}

.citymapSearch .maps.china,.citymapSearch .maps.foreign {position: relative;overflow: hidden;width: 100%;height: 100%;}
.citymapSearch .mapImg { display: block; width: 792px; height: 669px; }

.citymapSearch .foreign {display: none;}
.citymapSearch .foreign .mapImg {display: none;}
.citymapSearch .foreign .mapImg.active {display: block;} 

.citymapSearch .mapList{position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.citymapSearch .mapList li{width: 23px; height: 33px; position: absolute; top: 477px; left: 455px;}
.citymapSearch .mapList li .bg-y{width: auto; height: auto; position: absolute; font-size: 0px; display: none; z-index: 8;}
.citymapSearch .mapList li .mapText{width: 100px; text-align: center; position: absolute; bottom: -20px; z-index: 10; left: 50%; margin-left: -50px; font-size: 14px; color: #444343; cursor: pointer;}
.citymapSearch .mapList li>img{position: absolute; top: 0; left: 0; z-index: 11; cursor: pointer;}
.citymapSearch .mapList li.active .mapText{color: #fefefe;}
.citymapSearch .mapList li.active .bg-y{display: block;}

.citymapSearch .mapList li.SX{top: 340px; left: 475px;}
.citymapSearch .mapList li.SX .bg-y{top: -75px; left: -34px;}

.citymapSearch .mapList li.NX{top: 275px; left: 432px;}
.citymapSearch .mapList li.NX .bg-y{top: -4px; left: -12px;}

.citymapSearch .mapList li.GS{top: 320px; left: 410px;}
.citymapSearch .mapList li.GS .bg-y{top: -124px; left: -151px;}

.citymapSearch .mapList li.SC{top: 390px; left: 392px;}
.citymapSearch .mapList li.SC .bg-y{top: -28px; left: -77px;}

.citymapSearch .mapList li.ZQ{top: 413px; left: 445px;}
.citymapSearch .mapList li.ZQ .bg-y{top: -12px; left: -9px;}

.citymapSearch .mapList li.SXX{left: 520px; top: 286px;}
.citymapSearch .mapList li.SXX .bg-y{top: -42px; left: -13px;}

.citymapSearch .mapList li.XJ{left: 168px; top: 173px;}
.citymapSearch .mapList li.XJ .bg-y{top: -109px; left: -168px;}

.citymapSearch .mapList li.YN{left: 354px; top: 514px;}
.citymapSearch .mapList li.YN .bg-y{top: -59px; left: -47px;}

.citymapSearch .mapList li.GX{left: 483px; top: 530px;}
.citymapSearch .mapList li.GX .bg-y{top: -15px; left: -60px;}

.citymapSearch .mapList li.HN{left: 502px; top: 614px;}
.citymapSearch .mapList li.HN .bg-y{top: 17px; left: -15px;}

.citymapSearch .mapList li.GD{left: 554px; top: 514px;}
.citymapSearch .mapList li.GD .bg-y{top: 14px; left: -52px;}

.citymapSearch .mapList li.HNN{left: 543px; top: 449px;}
.citymapSearch .mapList li.HNN .bg-y{top: -9px; left: -54px;}

.citymapSearch .mapList li.HB{left: 538px; top: 401px;}
.citymapSearch .mapList li.HB .bg-y{top: -17px; left: -55px;}

.citymapSearch .mapList li.HNNN{left: 551px; top: 338px;}
.citymapSearch .mapList li.HNNN .bg-y{top: -15px; left: -40px;}

.citymapSearch .mapList li.FJ{left: 645px; top: 475px;}
.citymapSearch .mapList li.FJ .bg-y{top: -6px; left: -37px;}

.citymapSearch .mapList li.JX{left: 591px; top: 446px;}
.citymapSearch .mapList li.JX .bg-y{top: -9px; left: -25px;}

.citymapSearch .mapList li.ZJ{left: 655px; top: 413px;}
.citymapSearch .mapList li.ZJ .bg-y{top: 14px; left: -22px;}

.citymapSearch .mapList li.AH{left: 606px; top: 383px;}
.citymapSearch .mapList li.AH .bg-y{top: -32px; left: -26px;}

.citymapSearch .mapList li.JS{left: 645px; top: 356px;}
.citymapSearch .mapList li.JS .bg-y{top: -16px; left: -46px;}

.citymapSearch .mapList li.SD{left: 595px; top: 300px;}
.citymapSearch .mapList li.SD .bg-y{top: -14px; left: -18px;}

.citymapSearch .mapList li.TJ{left: 592px; top: 233px;}
.citymapSearch .mapList li.TJ .bg-y{top: 1px; left: -19px;}

.citymapSearch .mapList li.LN{left: 668px; top: 179px;}
.citymapSearch .mapList li.LN .bg-y{top: 1px; left: -49px;}

.citymapSearch .mapList li.HBB{left: 562px; top: 261px;}
.citymapSearch .mapList li.HBB .bg-y{top: -59px; left: -12px;}

.citymapSearch .mapList li.GZ{left: 445px; top: 470px;}
.citymapSearch .mapList li.GZ .bg-y{top: -15px; left: -38px;}

.citymapSearch .mapList li.HLJ{top: 66px; left: initial; right: 70px;}
.citymapSearch .mapList li.HLJ .bg-y{top: -66px; right: -66px;}

.citymapSearch .mapList li.XZ{top: 330px; left: 125px;}
.citymapSearch .mapList li.XZ .bg-y{top: -42px; left: -95px;}

.citymapSearch .mapList li.QH{top: 280px; left: 271px;}
.citymapSearch .mapList li.QH .bg-y{top: -24px; left: -68px;}

.citymapSearch .mapList li.NMG{top: 190px; left: 480px;}
.citymapSearch .mapList li.NMG .bg-y{top: -184px; left: -151px;}

.citymapSearch .mapList li.JL{top: 125px; left: 688px;}
.citymapSearch .mapList li.JL .bg-y{top: 1px; left: -54px;}

.citymapSearch .mapList li.TW{top: 531px; left: 675px;}
.citymapSearch .mapList li.BJ{top: 200px; left: 565px;}
.citymapSearch .mapList li.BJ .bg-y{top: 60px; left: 0px;}

.citymapSearch .mapList li.SH{top: 371px; left: 670px;}
.citymapSearch .mapList li.SH .bg-y{top: 40px; left: 0px;}

.citymapSearch .mapList li.XG{top: 530px; left: 580px;}
.citymapSearch .mapList li.XG .bg-y{top: 40px; left: -8px;}

.citymapSearch .mapList li.AM{top: 542px; left: 534px;}
.citymapSearch .mapList li.AM .bg-y{top: 31px; left: 23px;}

.mapBox h1{
	
	margin-bottom: 20px;
}
.mapBox h1 p{
	display: block;
	color: #C31800;
	font-weight:normal;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.mapBox h1 span{
	display: block;
	margin-top: 5px;
	height: 3px;
	width: 100%;
	background: -webkit-linear-gradient(left, rgba(195, 24, 0, 0.6), rgba(195, 24, 0, 0.05));
	
	background: -o-linear-gradient(left, rgba(195, 24, 0, 0.6), rgba(195, 24, 0, 0.05));
	
	background: -moz-linear-gradient(left, rgba(195, 24, 0, 0.6), rgba(195, 24, 0, 0.05));
	
	background: linear-gradient(left, rgba(195, 24, 0, 0.6), rgba(195, 24, 0, 0.05));
}
.md_count{
	width: 350px;
	float: right;
	/*margin-top: 230px;*/
}
.md_count>p{
	color:#DD3941;
	font-size: 28px;
}
.md_count>p>img{
	display: block;
	float: left;
	margin-right: 5px;
}
.md_count>ul{
	background-color: #fff;
	border-radius: 5px;
	margin-top: 30px;
	box-sizing: border-box;
	padding:0px 50px;
}
.md_count>ul>li{
	text-align: center;
	border-bottom: 1px dotted #ddd;
	padding: 50px 0px;
}
.md_count>ul>li h1{
	color: #C31800;
	font-size: 50px;
}
.md_count>ul>li>h1>span{
	font-size: 16px;
	color: #000;
}
.md_count>ul>li>p{
	color: #000;
	font-size: 14px;
	
}
#section4{
	background: url(../img/page4_bg.jpg) center center no-repeat;
	background-size: cover;
	/*padding-bottom: 106px;*/
	/*box-sizing: content-box;*/
}
#section4 .ind_title{
	margin-top: 130px;
	text-align: center;
}

#section4 .ind_title p{
	font-size: 30px;
}
#section4 .ind_title span{
	display: block;
	margin-top: 10px;
	color: #C31800;
}
.bigpic{
	width: 590px;
	float: left;
	margin-top: 50px;
}
.bigpic a{
	display: block;
	position: relative;
}
.smpic{
	width: 585px;
	float: right;
	margin-top: 50px;
}
#section4 img{
	display: block;
	max-width: 100%;
}
.smpic a{
	display: block;
	position: relative;
}
.smpic a:nth-child(2){
	margin-top: 18px;
}
#section4 .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	top: 0px;
	left: 0px;
	z-index: 300;
	transition: all 0.5s;
}
#section4 a:hover .mask{
	background-color: rgba(0,0,0,0.1);
}
#section4 .mask p{
	color: #fff;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
#section4 .mask p span{
	display: block;
	font-size: 14px;
	
}
#section5{
	background: url(../img/page5_bg.jpg) center center no-repeat;
	background-size: cover;
}
#section5 .ind_title{
	color: #fff;
	margin-top: 130px;
}
#section5 .ind_title p{
	font-size: 30px;
}
#section5 .ind_title span{
	display: block;
	margin-top: 10px;
}
.ind_newslist{
	overflow: hidden;
	margin-top: 50px;
}
.ind_newslist li{
	float: left;
	width: 400px;
}
.ind_newslist li a{
	display: block;
	background-color: rgba(255,255,255,0.8);
	overflow: hidden;
	transition: all 0.5s;
}
.ind_newslist li a:hover{
	background-color: rgba(255,255,255,1);
}
.ind_newslist li a .newspic{
	overflow: hidden;
	height:240px;
}
.ind_newslist li a .newspic img{
	display: block;
	transition: all 0.5s;
}
.ind_newslist li a .newstxt{
	height: 240px;
	box-sizing: border-box;
	padding: 30px;
}
.ind_newslist li a:hover .newspic img{
	transform: scale(1.1);
}
.ind_newslist li a .newstxt p{
	font-weight: bold;
}
.ind_newslist li a .newstxt i{
	color: #999;
	display: block;
	font-size: 14px;
	font-style: normal;
	margin: 10px 0px;
}
.ind_newslist li a .newstxt span{
	font-size:14px;
	color: #999;
	display: block;
	line-height: 24px;
}
.ind_newslist li a .newstxt b{
	display: block;
	font-weight: normal;
	color: #999;
	float: right;
	margin-top: 30px;
	font-size:14px;
	margin-right: 30px;
	transition: all 0.5s;

}
.ind_newslist li a .newstxt b img{vertical-align: middle;}
.ind_newslist li a:hover .newstxt b{
	margin-right: 0px;
}
.more{
	background-color: #CC0000;
	color: #fff;
	display: block;
	margin: 0px auto;
	margin-top: 30px;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
}
.foot{
	background-color: #2C2E33;
	box-sizing: border-box;
	padding-top:20px 
}
.foot_map{
	float: left;
	margin-left: 150px;
	background: url(../img/foot_map.png) center right no-repeat;
	color: #fff;
	line-height: 30px;
	border-left: 2px solid #C31800;
	box-sizing: border-box;
	padding-left: 20px;
}
.foot_map span{
	display: block;
	font-size: 12px;
	color: #ddd;
}
.foot_lx{
	color: #ddd;
	line-height: 30px;
	font-size: 14px;
	margin-left: 150px;
	float: left;
}
.qr{
	float: right;
	margin-right: 150px;
}
.qr a{
	display: block;
	float: left;
	text-align: center;
	color: #999;
	font-size: 12px;
	margin-left: 20px;
}
.qr a img{
	display: block;
	margin-bottom: 5px;
}
.copyright{
	background:#1B1C1F;
	box-sizing: border-box;
	line-height: 40px;
	margin-top: 20px;
	height: 40px;
	color: #999;
}
.foot_link{
	float: left;
	margin-left: 150px;
	font-size: 12px;
}
.foot_link a{
	display: inline-block;
	color: #999;
}
.copytxt{
	float: right;
	color: #999;
	font-size: 12px;
	margin-right: 150px;
}
.copytxt a{
	color: #999;
}
.pr{
	position: relative;
}
.banner_page{
	bottom: 50px;
	width: 100%;
}
.banner_page span{
	
	margin: 0px 5px;
}
.banner_page .swiper-pagination-bullet-active{
	background-color: #CC0000;
}
#section2 canvas{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.nban_txt{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 140px;
	color: #fff;
	left: 0px;
	z-index: 10;
	font-family: "黑体";
	font-weight: bold;
	text-shadow: 0px 0px 8px #111;
	transition: all 1s ease-in;
	opacity: 0;
	-webkit-opacity: 0;
}

.on .nban_txt{
	opacity: 1;
	-webkit-opacity: 1;
}
.nban_txt p{
	font-size: 60px;
	
	
}
.nban_txt span{
	font-size: 30px;
	display: block;
	margin-top: 8px;
	text-transform: uppercase;
}
.nban{
	position: relative;
	height: 430px;
}
.main_title{
	margin: 40px auto;
	text-align: center;
}
.main_title p{
	font-size: 30px;
	font-weight: bold;
	color: #444;
}
.main_title span{
	display: block;
	text-transform: uppercase;
	color: #B80D0D;
	margin-top: 5px;
}

.dszzc {height: auto; overflow: hidden;}
.dszzc a{float: left;}
.dszzc div{float: right; width:610px;padding-top: 0px; }
.dszzc div h1{ color: #DB212F;}
.dszzc div h4{font-size: 18px;color: #666; line-height: 45px;}
.dszzc div span{display: inline-block; width: 20px; height: 2px; background: #DB212F;}
.dszzc div p{font-size: 16px; color: #333; line-height: 45px;}
.dszzc div font{display: inline-block; float: right; font-size: 15px; color: #333; line-height: 80px;}
.dszzc div font img{vertical-align: bottom;}

.zlbj_bg{
	background-color: #F9F7F1;
	box-sizing: border-box;
	padding: 30px 0px;
	margin-top: 40px;
}
.zlbj_bg .txt{
	width: 500px;
	float: left;
}
.zlbj_bg .txt h1{
	color: #DB212F;
	margin-top: 25px;
	border-bottom: 2px solid #DB212F;
	padding-bottom: 20px;
}
.zlbj_bg .txt h2{
	margin-top: 20px;
	font-weight: normal;
	font-size: 26px;
}
.zlbj_bg .txt i{
	width: 50px;
	display: block;
	border-bottom: 2px solid #DB212F;
	margin: 20px 0px;
}
.zlbj_bg .txt p{
	font-weight: 100;
	font-size: 16px;
	padding:10px;
	margin: 10px 0px;
	border:1px  solid #d4c4c5;
	border-radius: 10px;
	
}
.zlbj_bg .txt  span{
	display: block;
	color: #666;
	margin-top: 30px;
	font-size: 14px;
	line-height: 26px;
}
.zlbj_bg .zlbj_map{
	float: right;
}
.nban img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.zlbj_num{
	padding: 40px 0px;
	background-color: #fff;
	margin-top: 30px;
	border-radius: 10px;
}
.zlbj_num li{
	width: 25%;
	float: left;
	border-left: 1px solid #ddd;
	
	box-sizing: border-box;
	padding:0px 40px;
	text-align: center;
}
.zlbj_num li:first-child{
	border: 0px;
}
.zlbj_num li h1{
	color: #444;
	font-size: 42px;
	font-weight: normal;
}
.zlbj_num li h1 sup{
	font-size: 14px;
	color: #999;
	vertical-align: top;
}
.zlbj_num li p{
	display: block;
	text-align: center;
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}
.shili{
	margin-top: 40px;
}
.shili li{
	width: 380px;
	float: left;
	margin: 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-bottom: 15px
}

.shili li a{
	display: block;
	transition: all 0.5s;
}
.shili li a p{
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px;
}
.shili li a p span{
	display: block;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	transition: all 0.5s;
}
.dszry_bg{
	/*background: url(../img/dszry_bg.jpg) top left no-repeat;*/
	/*margin-top: 50px;*/
}
.dszzp{
	float: left;
}
.dszzp a{
	/*border: 1px solid #DB212F;*/
	padding: 10px;
	display: block;
	/*margin-top: 50px;*/
	margin-top: 150px;
}
.dszry_txt{
	float: right;
	width: 770px;
	
}
.dszry_txt h1{
	color: #333;
	margin-top: 80px;
}
.dszry_txt ul{
	/*margin-top: 90px;*/
	margin-top: 40px;
	overflow-y: auto;
	/*height: 410px;*/
	height:498px;
	padding-right: 20px;
	box-sizing: border-box;
}



.address_list ul::-webkit-scrollbar {
 width: 5px;
}
.address_list ul::-webkit-scrollbar-track {
 background-color:#ccc;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
.address_list ul::-webkit-scrollbar-thumb {
 background-color:#999;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}




.dszry_txt ul::-webkit-scrollbar {
 width: 5px;
}
.dszry_txt ul::-webkit-scrollbar-track {
 background-color:#ccc;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
.dszry_txt ul::-webkit-scrollbar-thumb {
 background-color:#999;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
.dszry_txt ul li{
	background-color: #f6f6f6;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 30px;
	overflow: hidden;
}
.dszry_txt ul li div{
	float: left;
	width: 150px;
	color: #DB212F;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.dszry_txt ul li p{
	width: 420px;
	float: right;
	line-height: 30px;
	color: #666;
}
.dszry_txt ul li p span{
	display: block;
}
.shiqi_bg{
	background: url(../img/shiqi_bg.jpg) bottom center no-repeat;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.shiqi_swiper{
	padding-bottom: 50px;
}
.shiqi_swiper p{
	box-sizing: border-box;
	padding: 10px;
	background-color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.shiqi_swiper p span{
	display: block;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.shiqi_swiper p i{
	display: block;
	width: 100px;
	border-bottom: 2px solid #DB212F;
	margin: 20px auto;
}
.shiqi_swiper img{
	display: block;
	
}
.shiqipage .swiper-pagination-bullet{
	background-color: #999;
}
.shiqipage .swiper-pagination-bullet-active{
	background-color: #DB212F;
}
.zzjg img{
	display: block;
	margin: 0px auto;
}
.shili li a:hover{
	background-color: #DB212F;
	color: #fff;
}
.shili li a:hover p span{
	
	color: #fff;
	
}
.ldgh_bigpic{
	width: 578px;
	float: left;
	position: relative;
}
.ldgh_bigpic p{
	position: absolute;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
	width: 100%;
	left: 0px;
	bottom: 0px;
	line-height: 40px;
	height: 40px;
	padding-bottom: 20px;
}
.ldgh_bigpic img{
	display: block;
	width: 578px;
	height: 431px;
	
}
.ldgh_ul{
	width: 622px;
	float: right;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.ldgh_ul li{
	box-sizing: border-box;
	padding: 42px;
	transition: all 0.5s;
}
.ldgh_ul li p{
	font-size: 18px;
	transition: all 0.5s;
}
.ldgh_ul li span{
	display: block;
	color: #666;
	font-size: 14px;
	margin-top: 11px;
	line-height: 24px;
}
.ldgh_ul li:hover{
	background-color: #f6f6f6;
}
.ldgh_ul li:hover p{
	color: #DB212F;
}
.nmore{
	display: block;
	margin: 20px auto;
	border: 1px solid #ddd;
	color: #DB212F;
	width: 120px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 3px;
	transition: all 0.5s;
	text-transform: uppercase;
	font-size:14px;
	background-color: #fff;
}
.nmore:hover{
	background-color: #DB212F;
	color: #fff;
}
.jiangzhang_swiper{
	padding-bottom: 50px;
}
.jiangzhang_swiper .swiper-pagination-bullet{
	background-color: #999;
}
.jiangzhang_swiper .swiper-pagination-bullet-active{
	background-color: #DB212F;
}
.jiangzhang_swiper .swiper-slide p{
	text-align: center;
	margin-top: 10px;
}
.jiangzhang_swiper .swiper-slide span{
	display: block;
	color: #999;
	text-align: center;
	font-size: 14px;
}
.an_class{
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 300;
	left: 0px;
	bottom: 60px;
}
.an_class li{
	display: inline-block;
	width: 240px;
	text-align: center;
	
	line-height: 50px;
	margin: 20px;
}
.an_class li a{
	display: block;
	background-color: #fff;
	transition: all 0.5s; 
}
.an_class li a:hover{
	background-color: #DB212F;
	color: #fff;
}
.an_class li .hover{
	background-color: #DB212F;
	color: #fff;
}
.ppyl_bg{
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 50px 0px;
}
.ppyl_bg .txt{
	padding-left: 50px;
	box-sizing: border-box;
	float: right;
	width: 650px;
}
.ppyl_bg .txt h1{
	margin-top: 30px;
}
.ppyl_bg .txt p{
	color: #DB212F;
	margin-top: 10px;
}
.ppyl_bg .txt i{
	display: block;
	width: 100px;
	border-bottom: 1px solid #DB212F;
	margin: 20px 0px;
}
.ppyl_bg .txt span{
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.ppyl_bg .txt a{
	margin: 0px;
	margin-top: 50px;
}
/*============================================*/
.timediv,.time ul li{ }
.w{ width:1200px; margin:0px auto;}
.w100{ width:100%;}
.w50{ width:49.9%;}
.fl{float:left;}
.fr{float:right;}
.oh{ overflow: hidden;}
.db{ display: block;}
.tal{ text-align:left;}
.tac{ text-align:center;}
.tar{ text-align:right;}
.c3{ color: #333;}
.cl{ color: #165572;}
.cl2{ color: #012269;}
.f14{font-size: 14px;}
.pr{ position: relative;}
.pa{ position: absolute; }


.h:hover{ color: #009241; transition:.5s all;-webkit-transition:.5s all;-ms-transition:.5s all;-o-transition:.5s all;-moz-transition:.5s all;}
.tran{transition:.5s all;-webkit-transition:.5s all;-ms-transition:.5s all;-o-transition:.5s all;-moz-transition:.5s all;}
.scale:hover img{transform: scale(1.3);-webkit-transform: scale(1.3);-ms-transform: scale(1.3);-moz-transform: scale(1.3);-o-transform: scale(1.3);}
.translate:hover{transform:translate(0,-5px);-webkit-transform:translate(0,-5px);-ms-transform:translate(0,-5px);-moz-transform:translate(0,-5px);-o-transform:translate(0,-5px);}
.bs{-moz-box-shadow:0 0 10px #dbdbdb; -webkit-box-shadow:0 0 10px #dbdbdb;box-shadow:0 0 10px #dbdbdb;}
.timename .top{padding:20px 0; margin-top: 50px;}
.timename .top a,.time ul li,#timeleft,#timeright{ background: url(../img/jl.png) no-repeat;}
.timename .top a{ background-position: 0 -654px; padding:13px 19px; color: #012269; font-size:24px; }
.timename  .p1{ color: #222; font-size: 20px;}
.timename  .p2{ color: #666; font-size: 12px;}
.time-ul-div{ height: 100%;}
.time{height: 485px;}
.time ul{ width: 100000%; padding-left:180px; }
.time ul li{background-position: 0 -473px; width:28px; height: 28px;margin-top:235px; cursor: pointer; margin-right: 180px; }
.time ul li dl{ width: 286px; height: 145px; margin-left: -143px;left:50%; border:1px solid #dcdcdc; background: #fff; }
.time ul li.base dl{ bottom:50px;border-radius: 6px;}
.time ul li.even dl{ top:50px;border-radius: 6px;}
.time ul li dl dt{ height: 90px; padding: 15px 0 0 15px;font-size: 14px; }
.time ul li dl dt span{ color: #DB212F; margin-right: 10px; }
.time ul li dl .dd1{ height: 40px; line-height: 40px; background: #999; font-size:20px; color:#fff}
.time ul li.base dl .dd2{ width: 0; height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent; border-top: 12px solid #999; left:50%; margin-left: -6px;}
.time ul li.even dl .dd2{ width: 0; height: 0; border-left: 6px solid transparent;border-right: 6px solid transparent; border-bottom: 12px solid #dcdcdc; left:50%; margin-left: -6px;top:-12px;}

.time ul li.base:hover dl .dd2{ border-top-color: #BD0000;}
.time ul li:hover dl .dd1{background: #BD0000; color: #fff;}
.time ul li.even:hover dl .dd2{ border-bottom-color: #BD0000;}
.time ul li:hover{background-position: 0 -507px;}
#timeleft,#timeright{ width: 50px; height: 50px;}
#timeleft{ background-position:0 -420px; left:-48px;top: 225px;}
#timeright{ background-position:0 -597px; right:-48px;top: 225px;}
/*============================================*/
.pplcline{
	position: absolute;
	width: 100%;
	top: 248px;
	border-bottom: 1px solid #BEC3DE;
}
.fzlc_bg{
	background: url(../img/lsimg.jpg) top center no-repeat fixed;
	box-sizing: border-box;
	padding: 20px 0px;
}
.yyjs_bg{
	background:#f7f7f7;
	height: 1340px;
}
.yyjs_bg .txt{
	float: left;
	box-sizing: border-box;
	
}
.yyjs_bg h1{
	margin-top: 100px;
	
}
.yyjs_bg .txt p{
	color: #DB212F;
	margin-top: 5px;
}
.yyjs_bg .txt i{
	display: block;
	width: 100px;
	border-bottom: 1px solid #DB212F;
	margin-top: 10px;
}
.yyjs_bg .txt h2{
	margin-top: 350px;
	font-size: 40px;
	color: #444;
}
.yyjs_bg .txt h3{
	font-style: italic;
	font-weight: normal;
	color: #999;
	display: block;
	margin-top: 20px;
	font-size: 12px;
}
.yydw p{
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
.yydw img{
	display: block;
	margin: 30px auto;
}
.kanwu_left{
	float: left;
	width: 293px;
	position: relative;
}
.kanwu_left img{
	display: block;
}
.kanwu_left .kanwu_class{
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0px;
	text-align: center
}
.kanwu_left .kanwu_class a{
	width: 106px;
	height: 30px;
	background-color: #fff;
	display:inline-block;
	margin: 10px;
	line-height: 30px;
	transition: all 0.5s;
}
.kanwu_left .kanwu_class a:hover{
	background-color: #DB212F;
	color: #fff;
}
.kanwu_left .kanwu_class .hover{
	background-color: #DB212F;
	color: #fff;
}
.kanwu_right{
	width: 907px;
	float: right;
	padding: 40px;
	box-sizing: border-box;
	background-color: #f6f6f6;
}
.book_swiper{
	padding-bottom: 38px;
}
.book_swiper .swiper-slide p{
	text-align: center;
	margin-top: 10px;
}
.book_swiper .swiper-slide span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.book_swiper .swiper-pagination-bullet{
	background-color: #999;
}
.book_swiper .swiper-pagination-bullet-active{
	background-color: #DB212F;
}
.swiper-container-horizontal .bookpage{
	bottom: 0px;
}
.yy_video_bg{
	height: 440px;
	background-color: #f6f6f6;
}
.video_img{
	float: left;
	margin-top: -20px;
	cursor: pointer;
}
.yy_video_bg .txt{
	width:100%;
	float: right;
	margin-top:80px;
	text-align: center;
}
.yy_video_bg .txt h1{
	font-weight: normal;
	font-size: 26px;
}
.yy_video_bg .txt p{
	font-size: 20px;
	color: #666;
	margin-top: 30px;
	line-height: 26px;
	width: 220px;
}
.yy_video_bg a{
	margin: 20px 75px;
	margin-top: -9px;
}
.v_mask{
	position: fixed;
	z-index: 900;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
}
.v_mask video{
	width: 800px;
	display: block;
	margin: 0px auto;
	margin-top: 200px;
}
.ygfc_ul li{
	float: left;
	width: 380px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.ygfc_ul li:nth-child(3n+1){
	margin-left: 0px;
}
.ygfc_ul li a{
	display: block;
}
.ygfc_ul li p{
	text-align: center;
	line-height: 30px;
}
.ygfc_ul li a .ov{
	border:2px solid rgba(0,0,0,0);
	transition: all 0.5s;
}
.ygfc_ul li a:hover .ov{
	border:2px solid rgba(219,33,47,0.8);
}
.ygfc_ul li a .ov img{
	display: block;
	width: 380px;
	transition: all 0.5s;
	height: 286px;
}
.ygfc_ul li a:hover .ov img{
	transform: scale(1.1);
}
.zxtg_bg{
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 30px 0px;
}
.tougao_swiper{
	padding-bottom: 40px;
}
.tougao_swiper img{
	width: 380px;
	display: block;
	height: 286px;
}
.tougao_swiper .swiper-pagination-bullet{
	background-color: #999;
}
.tougao_swiper .swiper-pagination-bullet-active{
	background-color: #DB212F;
}
.swiper-container-horizontal .tougao_swiper{
	bottom: 0px;
}
.tougao_swiper .swiper-slide p{
	background-color: #DB212F;
	text-align: center;
	color: #fff;
	height: 50px;
	line-height: 50px;
}
.sm_class{
	background-color: #fff;
	box-shadow: 0px 0px 5px #666;
	height: 80px;
}
.sm_class span{
	display: inline-block;
	margin-top: 25px;
}
.sm_class a{
	display: inline-block;
	margin-top: 25px;
	margin-left: 20px;
	font-size: 14px;
	padding: 5px 10px;
	transition: all 0.5s;
}
.sm_class a:hover{
	background-color: #DB212F;
	color: #fff;
}
.sm_class .hover{
	background-color: #DB212F;
	color: #fff;
}
.news_list{
	margin-top: 20px;
}
.news_list li{
	overflow: hidden;
    border: 1px solid #ddd;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
	
}

/*鼠标效果*/

.news_list li:hover
{
	background: #eee;
}
.news_list li:hover img
{
 transform: scale(1.1);
}
.news_list li:hover p{
	color: #DB212F;
}
.news_list li img{
	display: block;
    float: left;
    width: 260px;
    height: 155px;
    transition: 0.5s;
}



.news_list li div{
	width: 830px;
    float: left;
    margin-left: 20px;
}
.news_list li div p{
	font-weight: bold;
	margin-top: 6px;
	font-size: 20px;
}
.news_list li div span{
	display: block;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    line-height: 24px;
    font-weight: normal;
    height: 50px;
    overflow: hidden;
}
.news_list li div a{
	margin: 0px;
	font-weight: normal;
	margin-top: 20px;
}
.news_list li i{
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0px;
	right: 0px;
	/*background-color: #DB212F;*/
	color: #666;
	font-style: normal;
	text-align: center;
	box-sizing: border-box;
	padding: 5px;
	font-size: 12px;
}
.news_list li i b{
	display: block;
	font-size: 26px;
	border-bottom: 1px solid #888;
	font-weight: normal;
	margin-bottom: 5px;
}
.dmfb_bg{
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 20px 0px;
}
.dmfb_bg .citymapSearch .mapBox{
	margin-top: 20px;
}
.citymapSearch >h1{
	color: #DB212F;
	margin-top: 30px;
	width: 350px;
	float: right;
}
.citymapSearch h1 img{
	display: block;
	float: left;
	margin-right: 20px;
}
.address_list{
	background-color: #fff;
	width: 350px;
	float: right;
	margin-top: 30px;
	
	min-height: 500px;
}
.address_list h1{
	background-color: #DB212F;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	
}
.address_list ul{
	
	background-color: #fff;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	height: 550px;
	overflow-y:auto;

}
.address_list ul li{
	width: 50%;
	float: left;
	text-align: center;
	line-height: 60px;
	height: 60px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.address_list ul li:nth-child(2n+1){
	border-right: 1px solid #ddd;
}
/*.address_list ul li:last-child{
	border-bottom: 0px;
}*/
.yyts_bg{
	background: url(../img/yyts_bg.jpg) top center no-repeat;
	height: 500px;
	box-sizing: border-box;
	padding: 20px;
}
.yyts_bg ul li{
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 40px;
}
.yyts_bg ul li a{
	display: block;
		color: #333;
}
.yyts_bg .main_title p{
	color: #333;
}
.yyts_bg .main_title span{
	color: #B80D0D;
}
.yyts_bg ul li a p{
	margin-top: 10px;
}
.yyts_bg ul li a i{
	display: block;
	width: 50px;
	border-bottom: 1px solid #fff;
	margin: 20px auto;
}
.yyts_bg ul li a span{
	display: block;
	font-size: 14px;
	margin-top: 10px;
}
.yyts_bg ul li a img{
	display: block;
	margin: 0px auto;
	transition: all 0.5s;
}
.yyts_bg ul li a:hover img{
	transform: rotate(360deg);
}
.dmwh_box{
	width: 600px;
	float: right;
}
.dmwh_box ul li{
	float: left;
	width: 110px;
	text-align: center;
	margin-right: 30px;
}
.dmwh_box ul li a{
	display: block;
	border: 1px solid #ddd;
	line-height: 40px;
	font-size: 14px;
	transition: all 0.5s;
}
.dmwh_box ul .hover a{
	background-color: #DB212F;
	color: #fff;
}
.dmwh_box ul li:hover a{
	background-color: #DB212F;
	color: #fff;
}
.dmwh_div{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-top: 40px;
	display: none;
}
.dmwh_div a{
	margin: 0px;
	margin-top: 50px;
}
.dmwh_div.show{
	display: block;
}
.dmyw_icon{
	width: 600px;
	float: left;
}
.dmyw_icon li{
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
	height: 120px;
}
.dmyw_icon li img{
	display: block;
	float: left;
	width: 110px;
}
.dmyw_icon li a{
	width: 440px;
	float: right;
	/*margin-top: 20px;*/
	display: block;
	border: 1px solid #eee;
	padding: 15px;
	 padding-left: 72px;
	position: absolute;
	z-index: -1;
	position: absolute;
	left: 65px;
	height: 78px;
}
.dmyw_icon li:hover a
{
background: #eee;
}
.dmyw_icon li a p{
	font-size: 30px;
}
.dmyw_icon li a p i{
	font-style: normal;
	font-size: 14px;
	color: #999;
}
.dmyw_icon li a span{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 20px;
}
.dmyw_icon li:hover p{
	color: #db212f;
}

.dmyw_icon li:hover span
{
color: #333;
}
.dmyw_bigpic{
	float: right;
	width: 530px;
}
.dmyw_bigpic p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 20px;
}
.khrk_swiper .swiper-slide p{
	text-align: center;
	line-height: 40px
}
.ygrk_bg{
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 20px 0px;
}
.swkjgsjj li{
	background-color: #f6f6f6;
	overflow: hidden;
}
.swkjgsjj li .img{
	width: 50%;
	float: left;
	
}

.swkjgsjj li .img img{
	display: block;
	
}
.swkjgsjj li .txt{
	float: right;
	box-sizing: border-box;
	padding: 30px;
	width: 50%;
}
.swkjgsjj li .txt p{
	color: #DB212F;
	border-bottom: 1px solid #DB212F;
	width: 180px;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
}
.swkjgsjj li .txt h2{
	/*margin-top: 20px;*/
	color: #333;
}
.swkjgsjj li .txt span{
	display: block;
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}
.swkjgsjj li:nth-child(2n) .img{
	float: right;
}
.starpro_bg{
	background: #f6f6f6;
	box-sizing: border-box;
	padding: 10px 0px;
	margin-top: 50px;
}
.pro_list li{
	width: 380px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 30px;
	margin-left: 30px;
}
.pro_list li:nth-child(3n+1){
	margin-left: 0px;
}
.pro_list li a{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	transition: all 0.5s;
	background-color: #fff;
}
.pro_list li a img{
	display: block;
	width: 100%;
}
.pro_list li a p{
	margin-top: 10px;
	line-height: 30px;
}
.pro_list li a span{
	display: block;
	font-size: 14px;
	color: #999;
}
.pro_list li a:hover{
	background-color: #fff;
	box-shadow: 0px 0px 5px #999;
}
.feedback_bg{
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 20px 0px;
}
.sm_inp input{
	width: 380px;
	border: 0px;
	background-color: #fff;
	height: 45px;
	line-height: 45px;
	float: left;
	border-radius: 5px;
	text-indent: 20px;
	margin-left: 30px;
}
.sm_inp input:first-child{
	margin-left: 0px;
}
.big_inp textarea{
	width: 100%;
	border: 0px;
	background-color: #fff;
	font-family: "microsoft yahei";
	line-height: 25px;
	margin-top: 30px;
	border-radius: 5px;
	text-indent: 20px;
	
}
.feedback_btn{
	margin: 30px auto;
	width: 180px;
	height: 40px;
	background-color: #DB212F;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 40px;
	border: 0px;
	border-radius: 5px;
}
.yglz_ul{
	overflow: hidden;
}
.yglz_ul li{
	width: 580px;
	box-sizing: border-box;
	margin-left: 40px;
	float: left;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.yglz_ul li:nth-child(2n+1){
	margin-left: 0px;
}
.yglz_ul li a{
	display: block;
}
.yglz_ul li a img{
	display: block;
	width: 100%;
}
.yglz_ul li a div{
	box-sizing: border-box;
	padding: 20px;
}
.yglz_ul li a div p{
	font-weight: bold;
}
.yglz_ul li a div span{
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	line-height: 26px;
}
.yglz_ul li a:hover i{
	background-color: #DB212F;
	color: #fff;
}
.yglz_ul li a i{
	display: block;
	font-style: normal;
	transition: all 0.5s;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0px 20px;
	font-size: 14px;
	border-top: 1px solid #ddd;
}
.yglz_ul li a i b{
	display: block;
	float: right;
	font-weight: normal;
}
.tjnews{
	margin-top: 50px;
}
.tjnews{
	border: 1px solid #ddd;
}
.tjnews img{
	display: block;
}
.tjnews .txt{
	width: 650px;
	float: right;
	box-sizing: border-box;
	padding: 40px;
}
.tjnews .txt p{
	font-weight: bold;
	font-size: 18px;
	
}
.tjnews .txt span{
	font-size: 14px;
	color: #666;
	margin-top: 30px;
	display: block;
	line-height: 30px;
	
}
.tjnews .txt a{
	margin: 0px;
	margin-top: 30px;
}
.jkbf_ul{
	margin-bottom: 50px;
}
.jkbf_ul li{
	width: 400px;
	float: left;
	
}
.jkbf_ul li:hover .txt{
	background-color: #DB212F;
	color: #fff;
}
.jkbf_ul li:hover .txt span{
	
	color: #fff;
}
.jkbf_ul li:hover .txt p{
	
	border-bottom: 1px solid #fff;
}
.jkbf_ul li .txt{
	box-sizing: border-box;
	padding: 30px;
	background-color: #f6f6f6;
	width: 400px;
	height: 300px;
	transition: all 0.5s;
	
}
.jkbf_ul li .txt h1{
	text-align: center;
	color: #ccc;
	font-size: 70px;
	font-weight: normal;
	font-family:geneva;
	transition: all 0.5s;
}
.jkbf_ul li:hover .txt h1{
	
	color: #fff;
}
.jkbf_ul li img{
	display: block;
	width: 400px;
}
.jkbf_ul li p{
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #DB212F;
	padding-bottom: 10px;
	
}
.jkbf_ul li span{
	display: block;
	font-size: 14px;
	color: #888;
	margin-top: 20px;
	transition: all 0.5s;
}

.rcln_bg{
	padding: 30px 0px;
}
.rcln_bg .txt{
	padding-left: 50px;
	box-sizing: border-box;
	float: right;
	width: 650px;
}
.rcln_bg .txt h1{
	margin-top: 30px;
}
.rcln_bg .txt p{
	color: #DB212F;
	margin-top: 10px;
}
.rcln_bg .txt i{
	display: block;
	width: 100px;
	border-bottom: 1px solid #DB212F;
	margin: 20px 0px;
}
.rcln_bg .txt span{
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.rcln_bg .txt a{
	margin: 0px;
	margin-top: 50px;
}
.fhtx_bg{
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 50px 0px;
}
.fhtx_bg li{
	width: 380px;
	float: left;
	margin-left: 30px;
	background-color: #fff;
	height: 450px;
}
.fhtx_bg li:nth-child(3n+1){
	margin-left: 0px;
}
.fhtx_bg li  div{
	border-bottom: 1px solid #ddd;
	padding: 20px;
}
.fhtx_bg li a{
	display: block;
	width: 150px;
	margin-top: 20px;
	text-align: center;
	float: left;
	margin-left: 20px;
	font-size: 14px;
	color: #666;
}
.fhtx_bg li a:before{
	content: "";
	height: 4px;
	width: 4px;
	display:inline-block;
	margin-right: 5px;
	background-color: #DB212F;
	border-radius: 100%;
	vertical-align: middle;
}
.job_list{
	margin-top: 50px;
	margin-bottom: 50px;
}
.job_list span{
	display: block;
	width: 200px;
	text-align: center;
	float: left;
}
.job_list li{
	overflow: hidden;
	line-height:60px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	transition: all 0.5s;
}
.job_list li:hover{
	box-shadow: 0px 0px 5px #ddd;
	color: #DB212F;
}
.job_list li:nth-child(2n){
	background-color: #f6f6f6;
	
}
.job_list ol{
	overflow: hidden;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
	border-bottom: 1px solid #ddd;
}
.job_list li:hover a{
	
	color: #DB212F;
}

/*分页样式*/

.page_info {
	text-align: center;
	margin-top: 10px;
	color: #333;
	margin-bottom: 10px
}

.page_info span {
	padding: 0 2px;

}

.page_list {
	height: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0;

	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;

	padding-top: 20px;
}
.page_list a:first-child{
	display: none;
}
.page_list a:last-child{
	display: none;
}
.page_list a {
	display: inline-block;
	color: #898989;
	text-align: center;
	padding: 0 10px;
	margin: 0 5px;
}

.page_list a:hover {
	color: #fff;
	background: #ddd;
}

.page_list a.on {
	color: #333;
	background: #eee;
}


.index_box .mapBox
{
	width: 100%;
	float: none;
}
.index_box .maps.china
{
 top: -170px;
 overflow: initial;
}

.index_box .mapBox h1{
	
	margin-bottom: 20px;
	width: 50%;
	font-weight: 500;

}
.index_box .mapBox h1 p{
	display: block;
	color: #C31800;
	font-weight:normal;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.index_box .mapBox h1 span{
	display: block;
	margin-top: 5px;
	height: 3px;
	width: 100%;
	background: -webkit-linear-gradient(left, rgba(195, 24, 0, 0.6), rgba(195, 24, 0, 0.05));
	
	background: -o-linear-gradient(left, rgba(195, 24, 0, 0.6), rgba(195, 24, 0, 0.05));
	
	background: -moz-linear-gradient(left, rgba(195, 24, 0, 0.6), rgba(195, 24, 0, 0.05));
	
	background: linear-gradient(left, rgba(195, 24, 0, 0.6), rgba(195, 24, 0, 0.05));
}

.md_count{
	width: 100%;

	/*margin-top: 230px;*/
	height:auto;
	overflow: hidden;
	background: #fff;
	background: rgba(255,255,255,0.4);
	position: fixed;
	bottom: 20px;
	width: 1200px;
	left: calc((100% - 1200px) / 2);
	border-radius: 10px;
	display: none;
}
.md_count>p{
	color:#DD3941;
	font-size: 28px;
}
.md_count>p>img{
	display: block;
	float: left;
	margin-right: 5px;
}
.md_count>ul{
	
	border-radius: 5px;

	box-sizing: border-box;
	    height: auto;
    overflow: hidden;
    background: transparent;
    margin-top:0px;

}
.md_count>ul>li{
	text-align: center;
	border-bottom: 1px dotted #ddd;
	padding: 10px 0px;
	float: left;
	width: 33.33%;
}
.md_count>ul>li h1{
	color: #C31800;
	font-size: 50px;
}
.md_count>ul>li>h1>span{
	font-size: 16px;
	color: #000;
}
.md_count>ul>li>p{
	color: #000;
	font-size: 14px;
	
}





/*==========发展历程==========*/
.history-box
{
	box-sizing: border-box;
}
.history-box .history
 {
 	width: 100%;
 	text-align: center;
 }

.history-box .historytabe 
{
	display: inline-block;
	float: none;
}

.history-box {
   
    background-size: cover !important;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}
.development {
 
    margin-top: 24px;
    width: 370px;
    float: left;
}

.history-box{  background-size:cover !important;  height: 800px;
	height: 800px;
	overflow:hidden;
    }
.development{ float:left; margin-top:24px; }
.development h2{ color:#CF121C; font-size:32px; font-weight:normal; line-height:normal; margin-bottom:4px;}
.development small{ color:#c5c5c5; font-size:14px; font-family:Arial; line-height:normal; display:block;}
.development p{ margin-top:55px; color:#5d5d5d; font-size:14px; line-height:2;}
.historytabe{ float:left; }
.historytabe strong{ display:block; width:38px; height:38px;  margin-left:102px;}
.history-fix{ position:relative; margin-top:22px; width:710px; overflow:hidden; cursor:url(../img/mouse.png) 16 16, default;    height: 550px;}
.history-bg{ width:7px; height:100%; border-radius:3px; overflow:hidden; position:absolute; left:119px; top:0; background:#84675b;}
.history-bg i{ display: block; border-radius: 4px; height: 80px; background-color: #CF121C; transition: 400ms; -ms-transition: 400ms; -webkit-transition: 400ms; -moz-transition: 400ms;}
.history-list{ position:relative;}
.history-list li {
    padding-top: 46px;
    height: 92px;
    text-align: left;
    position: relative;
    padding-left: 132px;
    display: list-item;
}
.history-list li:nth-child(2n+2){ padding-left:0;}
.history-list li .dot{ display:block; width:21px; height:5px; background:#CF121C; border-radius:2px; position:relative; top:7px; display:none;}
.history-list li .year{ color:#5d5d5d; font-size:24px; line-height:normal; padding-left:28px; position:relative;}
.history-list li .year:before{ content:""; width:11px; height:3px; background:#5d5d5d; position:absolute; left:0; top:50%; margin-top:-1px;}
.history-list li.act .dot{ display:block;}
.history-list li.act .year{ display:none;}
.history-list li.act .history-info{ opacity:1; visibility:visible; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1);}
.history-list li:nth-child(2n+2) .year{ padding-left:0; padding-right:28px;}
.history-list li:nth-child(2n+2) .year:before{ left:97px;} 
.history-info{ position:absolute; left:338px; width:369px; opacity:0; visibility:hidden; transform:scale(0.8); -webkit-transform:scale(0.8); -moz-transform:scale(0.8); transition:400ms; -webkit-transition:400ms;}
.history-info:before{ content:""; width:14px; height:26px;position:absolute; left:-14px; top:34px;}
.history-t{ position:relative;}
.history-t b{ color:#ffffff; font-size:48px; display:block; padding-left:20px; line-height:101px; background:#CF121C; font-weight:normal; position:relative;}
.history-t b:before{ content:""; width:23px; height:6px; background:#fff; position:absolute; left:210px; top:50%; margin-top:-3px;}
.history-t small{ display:block; padding-right:65px; color:#fdfdfd; font-family:Arial; line-height:2; height:48px;  position:absolute; right:4px; top:7px; padding-top:5px;}
.history-text{ padding:34px; background:#fff;}
.history-text p{ color:#5d5d5d; font-size:14px; margin-bottom:30px;}
.history-text img{ display:block; width:100%; height:auto;}
.history-icon{ width:385px; left:-70px; margin-top:160px; position:relative;}
.history-icon:before{ content:""; width:24px; height:26px; background:url(../img/downico.png) center no-repeat; position:absolute; left:50%; margin-left:-12px; top:-8px;}
.history-icon span:before{ content:""; width:40.5%; height:1px; background:#84675b; position:absolute; left:0; top:0;}
.history-icon span:after{ content:""; width:40.5%; height:1px; background:#84675b; position:absolute; right:0; top:0;}
#container{
    width: 1400px; 
    height:700px;
    position: relative;
    top:60px; 
    left:-120PX;
}
@media    (max-width:1800px) {
        #container{
        width: 1000px; 
        height:550px;
        position: relative;
        top:60px; 
        left:80px;
    }
    .bigpic{
        height: 300px;
     
    }
    .smpic{
        height: 300px;
    }
    #section4 .bigpic img{
        height: 300px;
    }
    .smpic a:nth-child(2){
        margin-top:10px;
        
    }
    #section4 .smpic img{
        height: 145px;
    }
    #section4{
         padding-bottom: 106px;
         box-sizing: content-box;
     } 
      #section4 .ind_title {
        margin-bottom: 0;
        margin-top: 60px;
     }
     #section5{
         padding-bottom: 106px;
         box-sizing: content-box;
     } 
     #section5 .ind_title {
        margin-bottom: 20px;
        margin-top: 80px;
     }
     .ind_newslist{
         margin-top: 0;
     }
}
/********************************************/