/* CSS Document */


body{
	overflow: hidden;
}

html{
	font-size: 16px;
}


.section{
	overflow: hidden
}
#fp-nav.fp-right{
	right: 12px;
	top: 60%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background: #ff5400;
	border-radius: 0!important;

}
#fp-nav ul li .fp-tooltip{
	color: #ff5400
}
.swiper-pagination-bullet{
	border-radius: 0%;
}



.index{width:100%;overflow:hidden;}
.index .swiper-container{width:100%;height:100%;overflow:hidden}
.index .swiper-container .swiper-slide{width:100%;height:100%;overflow:hidden}
.index .swiper-container .swiper-slide img{display:block;
	transform:scale(1.15);
	-moz-transform:scale(1.15);
-ms-transform:scale(1.15);
-webkit-transform:scale(1.15);
-o-transform:scale(1.15);
	vertical-align:middle;transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.index .swiper-slide-active img{
	transform: scale(1)!important;
	-moz-transform: scale(1)!important;
-ms-transform: scale(1)!important;
-webkit-transform: scale(1)!important;
-o-transform: scale(1)!important;
	
}

.index .swiper-button-next{
	background: url(../images/ar-right3.png) no-repeat;
	width: 45px;
	height: 44px;
	top: 50%;
	right: 1%;
	opacity: 0;
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.index:hover .swiper-button-next,.index:hover .swiper-button-prev{
	opacity: 1;
}

.index .swiper-button-prev{
	background: url(../images/ar-left3.png) no-repeat;
	width: 45px;
	height: 44px;
	top: 50%;
	left: 1%;
	opacity: 0;
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}












.about{
	background: url(../images/about_bg.jpg) no-repeat center;
    position: relative;
    background-size: cover;
    padding: 5% 0;
}

.aboutw{
	width: 80%;
	margin: 0 auto;
	height: auto;
    clear: both;
}

.aboutcon{
	width: 45%;
}

.aboutzi{
	margin-bottom: 5%;
}

.aboutzi .en{  font-size: 28px; text-transform: uppercase;margin-bottom: 10px;color: #000}
.aboutzi h4{ font-size: 24px; font-weight: bold;color: #0385db;}

.aboutp{
	margin-bottom: 5%;
}

.aboutp p{
	font-size: 15px;
	line-height: 28px;
	color: #333;
}

.more_btn{ display: block; transition: ease .4s; z-index: 2; width: 160px; height: 54px; font-size: 15px; position: relative;z-index: 1; background: #fff; text-align: center; line-height: 54px;}
.more_btn em{ display: inline-block;margin-left: 10px; width: 10px; height: 10px; border-bottom:3px solid #fff; border-right: 3px solid #fff; box-sizing: border-box;}
.more_btn:hover{ color: #fff; background: #0385db;border-radius: 50px;}
.more_btn2{ background: #0385db;color: #fff;}
.more_btn2:hover{ background: #0385db;}
.more_btn2:hover em{ border-color: #fff;}

.aboutimg{
	width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width:1500px){
	.aboutcon{
		width: 45%;
	}
}




.aboutwh{
	width: 100%;
    position: relative;
	height: 500px!important;
	overflow: hidden;
}

.aboutwhl{
	width: 15%;
    display: flex;
    align-items: center;
    color: #064a90;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    writing-mode: tb-rl;
    writing-mode: vertical-lr;
    font-size: 5vw;
    background: #0553A2;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.aboutwhl img{
	max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.wenhua{
	height: 500px;
    position: relative;
	width: 70%;
	margin: 0 auto;
}

.wenhua .img{
	width: 100%;
    height: 100%;
    transform: scale(1.07);
    transition: ease 2s;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wenhua .swiper-container{
	height: 100%
}

.wenhua .swiper-slide-active .img {
    transform: scale(1);
    opacity: 1;
}

.wenhua .desc{ position: absolute; left: 100px; bottom: 50px; transition: ease 1s; 
	
	-moz-transition: ease 1s; 
-ms-transition: ease 1s; 
-webkit-transition: ease 1s; 
-o-transition: ease 1s; 
	transform: translateY(100px);
	-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-webkit-transform: translateY(100px);
-o-transform: translateY(100px);
	
	width: 80%; box-sizing: border-box; color: #fff;}
.wenhua .desc h3{ font-size: 24px; margin-bottom: 20px;}
.wenhua .desc p{ font-size: 15px;line-height: 28px;}

.wenhua .swiper-slide-active .desc {
    transform: translateY(0);
	-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
-o-transform: translateY(0);
}



.wenhua .swiper-button-next{
	background: url(../images/ar-right3.png) no-repeat;
	width: 45px;
	height: 44px;
	top: 40%;
	left: -22.5px;
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.wenhua .swiper-button-prev{
	background: url(../images/ar-left3.png) no-repeat;
	width: 45px;
	height: 44px;
	top: 60%;
	left: -22.5px;
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

/*.wenhua .swiper-button-next{ display: block; z-index: 1; position: relative; color: #fff; margin: 40px 0; text-align: center; line-height: 50px; width: 50px;height: 50px; border-radius: 50%; border:1px solid #fff;}
.wenhua .swiper-button-next:after{ content: ""; display: block; width: 0; height: 0; position: absolute; left: 50%;top: 50%; background: #F48719; border-radius: 50%; transition: ease .6s;}
.wenhua .swiper-button-next:hover:after{ width: 100%; height: 100%; left: 0; top: 0;}
.wenhua .swiper-button-next:hover{ border-color: #F48719;}*/
















.pro{
	padding: 5% 0;
}

.prow{
	width: 80%;
	margin: 0 auto;
}

.prozi{
	margin-bottom: 5%;
}

.prozil{
	float: left;
}

.prozir{
	float: right;
}

.prozir ul li{
	float: left;
	margin-left: 1.5rem;

}

.prozir ul li:nth-child(7),.prozir ul li:nth-child(8){
	display: none!important;
}

.prozir a{
	font-size: 14px;
	color: #333;
}

.prozir ul li:hover a{
	color: #0385db;
}

.prozi .en{  font-size: 28px; text-transform: uppercase;margin-bottom: 10px;color: #000}
.prozi h4{ font-size: 24px; font-weight: bold;color: #0385db;}


.procon ul li{
	float: left;
	width: 25%;
	padding: 0 1% 2% 1%;
}


.procon p{
	font-size: 0.8rem;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	background: #0385db;
	margin-top: -1px;
	margin-bottom: 0px;
	height: 2.6rem;
	overflow: hidden;
}

.proimg{
	overflow: hidden;
}

.proimg img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.procon ul li:hover img{
	transform:scale(1.15);
	-moz-transform:scale(1.15);
-ms-transform:scale(1.15);
-webkit-transform:scale(1.15);
-o-transform:scale(1.15);
}











.index_js .jstit_bar{ padding: 50px 0; background: #fbfbfb;}
.jsclass_list{ position: relative;}
.jsclass_list ul{
	margin-bottom: 0;
}
.jsclass_list li{ width: 25%; float: left; transition: ease 1s; height: 760px; overflow: hidden; position: relative;}
.jsclass_list li.on{ width: 50%;}
.jsclass_list li a{ display: block; width: 100%; height: 100%;}
.jsclass_list .infobox{ transition: ease 1s; height: 470px; display: table; position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); color: #fff; text-align: center; }
.jsclass_list .infobox .table_cell{ display: table-cell; vertical-align: middle;}
.jsclass_list .desc{ width: 85%; line-height: 30px; margin: 0 auto;font-size: 14px;}
.jsclass_list li h3{font-size: 18px; font-weight: bold; margin-bottom: 20px;}
.jsclass_list li .icon{ margin-bottom: 50px;}
.jsclass_list li .line{ display: block; width: 24px; transition: ease 1s;  height:1px; background: #fff; margin: 40px auto;}
.jsclass_list li .index_more{ opacity: 0;}
.jsclass_list li .infobox{background: rgba(41,102,157,.6);}
.jsclass_list li.on .infobox{ background: rgba(41,102,157,.9); width: 50%;}
.jsclass_list li.on .line{ width: 66%;}
.jsclass_list li.on .index_more{ opacity: 1;}
.jsclass_list li:last-child{ position: absolute;right: 0; top: 0;}
.imgauto{
	height: 100%;
}

@media(max-width:1500px){
	.jsclass_list li.on .infobox{
		width: 65%;
	}
	.jsclass_list li{
		height: 600px;
	}
	.jsclass_list li .infobox{
		width: 70%;
	}
}















.zp{
	padding: 5% 0;
	background: #f1f1f1;
}

.zpw{
	width: 80%;
	margin: 0 auto;
}

.zpzi{
	text-align: center;
	margin-bottom: 5%;
}

.zpzi .en{  font-size: 28px; text-transform: uppercase;margin-bottom: 10px;color: #000}
.zpzi h4{ font-size: 24px; font-weight: bold;color: #0385db;}

.hrcon ul li{
	float: left;
	width: 30%;
	margin: 0 1.5%;
	border: 1px solid #fff;
	background: #fff;
	padding: 3% 2% 0 2%;
	
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.hrcon ul li:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.hrh h3{
	font-size: 20px;
	font-weight: 600;
	color: #0385db;
	border-bottom: 1px solid #ccc;
	margin-bottom: 35px;
	padding-bottom: 25px;
}

.hrhcon{
	margin-bottom: 10px;
	height: 310px;
	overflow:auto;  
}

.hrhcon p{
	font-size: 14px;
	line-height: 28px;
	color: #333;
	margin-bottom: 5px;
}


.hra a{


text-align: center;

margin-bottom: 30px;
}

.zp .hra{
	margin-top: 30px;
}








.news{
	padding: 5% 0;
	background: #f1f1f1;
}

.newsw{
	width: 80%;
	margin: 0 auto;
}

.newszi{
	text-align: center;
	margin-bottom: 5%;
}

.newszi .en{  font-size: 28px; text-transform: uppercase;margin-bottom: 10px;color: #000}
.newszi h4{ font-size: 24px; font-weight: bold;color: #0385db;}

.newscon ul li{
	float: left;
	width: 22%;
	margin: 0 1.5%;
	background: #fff;
	padding: 2%;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

@media (max-width:1500px){
	.newscon ul li{
		width: 30%;
	}
	.newscon ul li:nth-child(4){
		display: none;
	}
}

.newscon ul li:hover{
	transform: translateY(-15px);
	-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-webkit-transform: translateY(-15px);
-o-transform: translateY(-15px);
}

.newscon h3{
	font-size: 18px;
	color: #0385db;
	margin-bottom: 30px;
}

.newscon p{
	font-size: 15px;
	line-height: 28px;
	color: #333;
}

.newscon .time_bar {
    border-top: 1px solid #cccccc;
    padding-top: 30px;
	margin-top: 50px;
	color: #333;
}

.newscon .time_bar em {
    float: right;
	font-size: 14px;
	font-style:normal;
	
}



@media (max-width:1500px){
	.about p,.newscon p{
		font-size: 14px;
	}
	.footl ul li{
		margin-right: 20px;
	}
}
