/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*{
	margin: 0;
	padding: 0;
}
img{
	max-width: 100%;
	outline: none;
	vertical-align: middle;
}
a,a:focus,a:active,a:hover{
	text-decoration: none!important;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body{
	overflow: hidden;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****** Main ********/



a.twitter img {
	border-radius:50%;
	float:left;
	border:1px solid #bbb;
	padding:0.1em;
	background:#FFF;
}
a.twitter span {
	padding:0 0 0 0.6em;
}
header {
	padding-bottom:5em;
}
.scroll {
	position:relative;
	font-size:1.3em;
	margin-top:6em;
	display:inline-block;

}
.scroll:hover {
	text-decoration:none;
}

.scroll:after {
	content:'';
	width:40px;
	height:40px;
	position:absolute;
	top:40px;
	margin:auto;
	top:50px;
	right:0;
	bottom:0;
	left:0;
	-webkit-animation:3s arrow infinite ease;
	animation:3s arrow infinite ease;
}

.scroll:after {
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);

}
.tagline {

	font-size:2.3em;
	letter-spacing:0.02em;
	padding:0;
}
.panel {
	height:100vh;
	border-bottom:1px solid #666;
}

.inner {
	width:960px;
	margin:0 auto;
}
pre {
	background:rgba(0,0,0,0.2);
	padding:2em 0 2em 0;
	font-size:2.1em;
	margin-top:0.7em;
}
@-webkit-keyframes arrow {
	0%,100% {
		top:50px;
	}
	50% {
		top:80px;
	}
}
@keyframes arrow {
	0%,100% {
		top:50px;
	}
	50% {
		top:80px;
	}
}

.home-box,#swiper-container1{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.home-box{
	position: relative;
}
.swiper1-box{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
.swiper1-box p{
	max-width: 100%;
	text-align: center;
}
.p1 {
	font-size: 26px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);

	text-align: center;
	margin-top: 50px;


}
#foot{
	height: 120px!important;
	overflow: hidden;
}
.pagination {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	height: 90px;
	margin: auto;
	font-size: 1.2em;
	z-index: 1
}

.home-box-up{
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	z-index: 1;
	text-align: center;
}
.home-box-up p{
	padding: 0;
}
.home-box-up p:first-child{
	margin-bottom: 20px;
	-webkit-animation: up 2s infinite;
	-o-animation: up 2s infinite;
	animation: up 2s infinite  ;
}
.home-box-up p:nth-of-type(2){
	margin-bottom: 0;
}
.home-p1{
	-webkit-animation: op 2s infinite;
	-o-animation: op  2s infinite;
	animation: op  2s infinite;
	-webkit-animation-delay:1s;
	-moz-animation-delay: 1s;
	-o-animation-delay:1s;
	animation-delay: 1s;
}
.home-p2{
	-webkit-animation: op 2s infinite;
	-o-animation: op 2s infinite;
	animation: op 2s infinite;
}

@keyframes up {
	0%,100%{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	50%{
		-webkit-transform: translateY(15px);
		-moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
		-o-transform: translateY(15px);
		transform: translateY(15px);
	}
}
@-webkit-keyframes up {
	0%,100%{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	50%{
		-webkit-transform: translateY(15px);
		-moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
		-o-transform: translateY(15px);
		transform: translateY(15px);
	}
}
@-webkit-keyframes op {
	0%,100%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
}
@keyframes op {
	0%,100%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
}

.swiper1-box1 {
	font-size: 12px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	line-height: 3.5;
	text-align: left;
	position: absolute;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 94px;
	left: -28px;

}
.pagination li {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);

    width: 60px;
	margin-bottom: 17px;

}
.pagination li span a{
	color: white;
}

.pagination li span{
	border-bottom: 2px solid #005bac;
	padding: 2px 5px 2px 0;
	display: block;
	width: 25px;
text-indent: 3px;
	-webkit-transition: all .5s;
	-moz-transition:all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	text-indent: 2px;
	color: white;
}
.pagination li a{
	text-decoration: none;
	border: none;
}
.pagination li a:hover{
	text-decoration: none;
	border: none;
}
.pagination li a:hover span{
  width: 100%;
	border-color: white;
}

.pagination li a.active span{
	width: 100%;
	border-color: #dddddd;
}

.home-anniu span{
	top: 30px;
	right: 35px;
	border-bottom: 5px solid white;
	width: 35px;
	position: absolute;

	z-index: 3;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;


}
.home-anniu span:before{
	content: '';
	height: 5px;
	background: white;
	width: 35px;
	position: absolute;
	top: 5px;
	left: 0;
	margin-top: 7px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius:  10px;
	-moz-border-radius:  10px;
	border-radius: 10px;
}
.home-anniu span:after{
	content: '';
	height: 5px;
	background: white;
	width: 35px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 25px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius:  5px;
	-moz-border-radius:  5px;
	border-radius: 5px;
}



span.an-active span:before{
	opacity: 0;
}
span.an-active span{
	-webkit-transform: rotate(45deg)  translate(3px,17px);
	-moz-transform:rotate(45deg)  translate(3px,17px);
	-ms-transform: rotate(45deg)  translate(3px,17px);
	-o-transform: rotate(45deg)  translate(3px,17px);
	transform: rotate(45deg)  translate(3px,17px);
}
span.an-active span:after{

	-webkit-transform: rotate(-90deg)  translate(24px,-2px);
	-moz-transform:rotate(-90deg)  translate(24px,-2px);
	-ms-transform:rotate(-90deg)  translate(24px,-2px);
	-o-transform: rotate(-90deg)  translate(24px,-2px);
	transform:rotate(-90deg)  translate(24px,-2px);
}
span.an-active:after{
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	z-index: 2;
}
.home-nav-a{
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 2;
	padding-top: 130px;
	-webkit-transform: translate(100%);
	-moz-transform: translate(100%);
	-ms-transform: translate(100%);
	-o-transform: translate(100%);
	transform: translate(100%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.an-active .home-nav-a{
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
.home-nav-a a {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: rgb(153, 153, 153);
	line-height:1.7;
	 border-bottom: 1px solid #aaaaaa;
	display: block;
	text-align: left;
	text-indent: 40px;
	margin: 15px 0 0;
	padding-bottom: 5px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.home-nav-a a:after{
	content: '';
	border-bottom: 1px solid white;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.home-nav-a a:hover {
	color: white;
}
.home-nav-a a:hover:after{
	width: 100%;
}
.swiper1-box2{
	position: absolute;
	right: 155px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.p2 {
	font-size: 22px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	line-height: 1.909;
	text-align: right;
	position: relative;
	margin-bottom: 40px;
}
.p2:after{
	content: '';
	border-bottom: 2px solid #005bac;
	width: 60px;
	position: absolute;
	bottom: 0;
	right: 0;

}
.p3 {
	font-size: 36px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	line-height: 1.167;
	text-align: right;

}
.overview-box{
	width: 100%;
	height: 100%;
	background: url("../img/bg1.jpg") right center no-repeat;
	background-size: cover;
}


.overview-box-box1{
	padding: 0 13%;
	margin: 0 auto;
}
.p4 {
	font-size: 38px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);



}
.p5 {
	font-size: 20px;
	font-family: "Microsoft YaHei";
	color: rgb(238, 238, 238);
	line-height: 1.6;
	text-align: left;
	margin: 30px 0 70px;

}
.p6 {
	font-size: 34px;
	font-family: "Microsoft YaHei";
	color: rgb(56, 161, 254);
	line-height: 1.059;
text-align: center;
}

.p7 {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(238, 238, 238);
	line-height: 1.75;

}
.index-header{
	padding: 0 40px;
	background: #222222;
	line-height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #666666;
}
.index-header-nav a {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	 display: inline-block;
     margin: 0 20px;
	position: relative;
}
.index-header-logo a{
	display: flex;
	align-items: center;
}
a.index-active:after{
	content: '';
	width: calc(100% + 20px);
	position: absolute;
	bottom:20px;
	left: -10px;
	border-bottom: 2px solid #005bac;
}
.index-header-contact {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(238, 238, 238);

}
.overview-boxs{
	height: calc(100% - 92px);
}
.overview-box-text{
	height: 100%;
	display: flex;
	align-items: center;
}
.overview-box-img{
	height: 100%;
	background: url("../img/img4.jpg") center/cover no-repeat;
}
.overview-box-fl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.overview-box-item{
	width: 30%;
}
.config-box{
	height: calc(100% - 90px);
	background: url("../img/bg2.jpg") center/cover transparent;
	display: flex;
	align-items: center;
}
.options1{
	height: calc(100% - 90px);
	background: url("../img/bg3.jpg") center/cover transparent;
	display: flex;
	align-items: center;
	justify-content: center;

}
.config-box-box{
	width: 80%;
	margin:  0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 2% 0;
}
.p8 {
	font-size: 38px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	text-align: center;
/*	padding: 90px 0 40px;*/

}
.p9 {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(238, 238, 238);
	line-height: 1.875;
	text-align: center;
	width: 49%;
	margin: 0 auto;
}

.config-box-fl{
	/*margin-top: 60px;*/
}
.config-box-fl ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.config-box-fl ul:after,.config-box-fl ul:before{
	display: none;
}
.config-box-fl li{
	position: relative;
	width: 32.5%;
	margin-top: 20px;
}
.config-mast{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 91, 172, 0);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}
.p10{
	font-size: 20px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	margin-bottom: 15px;

}
.p11 {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(238, 238, 238);
	line-height: 1.571;
	text-align: center;
	max-width: 360px;

}

.config-box-fl li:hover .config-mast{
	opacity: 1;
	background: rgba(0, 91, 172, .9);
}
.options-box{
     width: 960px;
	margin: 0 auto;

}
.p12 {
	font-size: 38px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	margin-bottom: 90px;
	text-align: center;
}

.options-box-box1{
	text-align: center;
	display: flex;
	flex-wrap:wrap ;
	 justify-content: center;

}
.options-box-item{

	vertical-align: middle;
	width: 115px;



	text-align: center;
	line-height:115px;
	height: 115px;
	background: linear-gradient(to right,#ffffff,#f0f0f0);
	margin-right: 47px;

	padding: 1.5%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	display: flex;
	justify-content: center;
	align-items: center;

}
.options-box-item img{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	max-height: 68px;
}
.options-box-box{
	position: relative;
}
.options-box-box2{
	-webkit-transform: translate(81px,-34px);
	-moz-transform:translate(81px,-34px);
	-ms-transform: translate(81px,-34px);
	-o-transform:translate(81px,-34px);
	transform: translate(81px,-34px);
}
.options-box-box2 .options-box-item{
	background: linear-gradient(to right,#fefefe,#efefef);
}

.options-box-item:last-child{
	margin-right: 0;
}
.options-box-box3{
	-webkit-transform: translateY(-68px);
	-moz-transform: translateY(-68px);
	-ms-transform: translateY(-68px);
	-o-transform: translateY(-68px);
	transform: translateY(-68px);
}
.contact-box{
	height: calc(100% - 90px);
	display: flex;
	flex-wrap: wrap;
	background: #333534;
}

#map{
	height:100%;
}
#map1{
	height:100%;
}
.contact-box-fl{
	width: 70%;
	position: relative;
}
.contact-box-fl span{
	content: '';
     border-bottom: solid #333636;
	border-right: 0 solid transparent;
	border-left:  110px solid transparent;
	position: absolute;
	top: 0;
	right: -2px;

}
.contact-box-fr{
	width: 26%;
	display: flex;
	align-items: center;
	padding-left: 35px;
}
.p13 {
	font-size: 34px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	line-height: 1.235;
	text-align: left;
	margin-bottom: 20px;

}

.p14 {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(238, 238, 238);
	line-height: 2;

}

#foot{
	background: #222222;
	border-bottom: none;
}
.footerss{
	padding: 0 4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.p15 {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(170, 170, 170);


}
.p16 {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(238, 238, 238);

}
.footers div{
	display: flex;
	align-items: center;
}
#wap{
	display: none;
}
#gs{
	text-align: center;
}
@media screen and (max-width: 1380px){
	.p9{
		width: 90%;
	}
}
@media screen and (max-width: 1200px){
	.index-header {
		padding: 0 1%;
	}
	.index-header-nav a{
		margin: 0 3px;
	}
	.index-header-logo{
		width: 20%;
	}
	.index-header-nav{
		width: 60%;
	}
	.index-header-contact{
		width: 20%;
		font-size: 12px;
	}
	.pagination{
		display: none;
	}
	.index-header-nav{
		text-align: center;
	}
}
@media screen and (max-width: 640px){
	#pc{
		display: none;
	}
	#wap{
		display: block;
	}
	.home-anniu span{
		position: fixed;
		z-index: 33;
		top: 15px;
		right: 15px;
	}
	#swiper-container2{
		height: 100%;
	}
	.home-nav-a{
		width: 60%;
		position: fixed;
	}
	.swiper1-box2{
		width: 100%;
		text-align: center;
		right: auto;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.swiper1-box2 p{
		text-align: center;
	}
	body,html{
		overflow-x: hidden;
		overflow-y: visible;
	}
	.overview-box-box1{
		padding: 0 2.5%;
	}
	.p4,.p8{
		text-align: center;
		padding: 5% 0;
	}
	.p6{
		margin-bottom: 2%;
	}
	.overview-box-item{
		width: 100%;
		margin-bottom: 2%;
	}
	.p9,.config-box-box{
		width: 100%;
	}
	.config-box-fl ul{
		flex-wrap: wrap;
		width: 95%;
		margin: 0 auto;
	}
	.config-box-fl li{
		width: 100%;
	}
	.options1{
		padding: 5% 0;
	}
	.options-box-item{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;

		width: 33%;
		margin-right: .5%;
		margin-bottom: .5%;
	}
	.options-box-item:nth-of-type(3n){
		margin-right: 0;
	}
	.options-box-box1{
		justify-content: flex-start;
	}
	.options-box-box{
		width: 95%;
		margin: 0 auto;
	}
	.options-box-box2,.options-box-box3,.options-box-item img{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.contact-box-fl,.contact-box-fr{
		width: 100%;
	}
	.p12{
		margin-bottom: 5%;
	}
	.contact-box-fl{
		height: 40vh;
	}
	.contact-box-fl span{
		display: none;
	}
	.footerss{
		flex-wrap: wrap;
		background: #222222;
		text-align: center;
		padding: 3% 0;
	}
	.footerss div{
		width: 100%;
		text-align: center;
		margin-top: 2%;
	}
	.p15{
		line-height: 1.5;
	}
	.p16{
		margin: 2%;
	}
	.contact-box-fr{
		padding: 5% 0 5% 36px;
	}
	.p2:after{
		position: static;
		margin: 0 auto;
		display:  block;
	}
	.swiper1-box p img{
		width:  60%;
		margin: 0 auto;
	}

}
