@charset "utf-8";
html{font: 14px/24px 'Microsoft Yahei',arial;} 
*{
	margin: 0;
	padding: 0;
	border:medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	
}
body{
	/* perspective:1000px; */
}
a,img{border: 0;}
img{display: block;}
a{color: #fff;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 300ms ease-in-out;}
a:hover{text-decoration: none;}
li {list-style-type: none;}
.wrapper{width: 1200px;margin:0px auto;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clear:after{display: block;content: " ";clear: both;}
/*h1,h2,h3,h4,h5{font-size: 100%;font-weight: normal;}*/
.over-flow{
    overflow: auto; 
    zoom: 1; //处理兼容性问题
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom:1;
}
 html, body {
    position: relative;
    height: 100%;
}
body {
    background: #eee;
    font: 14px/24px 'Microsoft Yahei',arial;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet{
	/* background: #000; */
	width:12px;
	height: 12px;
}
/*导航栏*/
.header{
	width:100%;
	padding:0 4%;
	position: fixed;
	top:0;
	left:0;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	z-index: 100;
}
.header .logo{
	margin-top: 20px;
	float: left;
	width:10%;
}
.header .logo img{
	min-width: 45%;
}
.header .nav{
	float: left;
	width:57%;
	padding-left:2%;
}
.header .nav>ul>li>a {
	font-size: 16px;
	color:#fff;
	padding-bottom:12px;
	border-bottom:1px solid none;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.header .nav>ul>li{
	float: left;
	width:12.5%;
	text-align: center;
	position: relative;
	margin-top: 52px;
	transition: all 1000ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.header .nav>ul>li .bottom{
	width:70px;
	height: 1px;
	background: #77b7fd;
	position: absolute;
	top:23px;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
    transform-origin:50% 50%;
	opacity: 0;
}
.header .nav>ul>li:first-child .bottom{
	width:40px;
}
.header .nav>ul>li .bottom:before{
	display: block;
	content:"";
	position: absolute;
	width: 0; 
	height: 0; 
	top:-6px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent; 
	border-bottom:7px solid #77b7fd; 
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
    transform-origin:50% 50%;
    opacity: 0;
}
.header .nav>ul>li:hover a{
	color:#77b7fd;
}
.header .nav ul li:hover .bottom{
	top:34px;
	opacity: 1;
}
.header .nav>ul>li:hover .bottom:before{
	opacity: 1;
	
}
.header .tel{
	float: left;
	width:28%;
	margin-top: 55px;
	/* padding:0 2%; */
}
.header .tel .pic{
	float: left;
	margin-right:20px;
}
.header .tel span{
	display: block;
	float: left;
	font-size: 18px;
	color:#fff;
	opacity: 0.8;
}
.header .search{
	float: right;
	width:5%;
	margin-top: 30px;
}
.header .search form{
	height: 55px;
	position: relative;
}
.header .search .sousuotijiao{
	width:55px;
	height: 55px;
	background: url("/skin/images/se.png") no-repeat center;
	cursor: pointer;
	outline: none;
	position: absolute;
	top:50%;
	right:0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.form{
    transform: rotateX(-45deg);
    -webkit-transform: rotateX(-45deg);
    transition: 500ms ease;
    -webkit-transition: 500ms ease;
    position: fixed;
	top:14%;
	width:92%;
	z-index: 101;
	opacity: 0;
	transform-origin:center top;
	-webkit-transform-origin:center top;
	height: 0;
}
.xlfir{
	margin-right:5%;
}
.btnActive {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;

}
.input{
	width:100%;
	outline:  none;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.94);
	text-indent: 5px;
	letter-spacing: 3px;
	height: 0;
	border:none;

}
.inputActive{
	height: 48px;
	border:3px solid rgba(0, 0, 0, 0.27);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

input:-ms-input-placeholder{
    color: #999;
}

input::-webkit-input-placeholder{
    color: #999;
}
.header-m{
	padding-bottom: 3%!important;
}
.header-m .logo{
	width:67%!important;
}
.header-m .logo img{
	min-width: auto;
	float: left;
	width:15%;
}
.header-m .open{
	float: right;
	margin-top: 5%;
	cursor: pointer;
}
.header-m ul li {
	float: none !important;
}
.header-m .nav{
	position: absolute;
	top:100%;
	left:0;
	z-index: 10000;
	width:100%!important;
	background: rgb(45, 45, 45);
	display: none;
	padding:7% 8%;
}
.header-m .nav>ul>li{
	width:100%!important;
	text-align: left!important;
	margin-top: 0!important;
}
.header-m .nav>ul>li>a{
	display: block;
	font-size: 16px;
	color:#e2e2e2;
	border-bottom:1px solid #585858;
	width:100%;
	padding-bottom:1%!important;
	padding-top:1%!important;
}
.header-m .nav .search{
	float: none!important;
	width:auto;
	margin-top: 0!important;
	margin-bottom: 20px;
}
.header-m .nav .input{
	width: 100% !important;
    position: static;
    padding-right: 20px;
    background: url(/skin/images/se.png) no-repeat scroll right -1px center transparent;
    display: block!important;
    color:#fff;
    height: 100%;
}
.open{
    width: 46px;
    margin: 0 auto;
    margin-top:30%;
}
.open:hover{
    cursor: pointer;
}
.open p{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #888888;
    margin-top: 7px;
}
.open b{
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-bottom: 11px;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.open b:first-child{
    transform-origin:1px -5px;

}
.open b:last-child{
    transform-origin: 3px 8px;

}
.rotate45{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.protate45{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*slide1*/
.slide1 .swiper-slide1{
	background: url("/skin/images/banner/banner1.jpg") center center / cover no-repeat;
	height: 100%;
	width:100%;
	position: relative;
	transform: scale(1.1) !important;
	-webkit-transform: scale(1.1) !important;
	transition: all 3000ms linear;
	-webkit-transform: all 2000ms linear;
}
.slide1 .swiper-slide2{
	background: url("/skin/images/banner/banner2.jpg") center center / cover no-repeat;
	height: 100%;
	width:100%;
	position: relative;
	transform: scale(1.1) !important;
	-webkit-transform: scale(1.1) !important;
	transition: all 3000ms linear;
	-webkit-transform: all 3000ms linear;
}
.slide1 .swiper-slide3{
	background: url("/skin/images/banner/banner3.jpg") center center / cover no-repeat;
	height: 100%;
	width:100%;
	position: relative;
	transform: scale(1.1) !important;
	-webkit-transform: scale(1.1) !important;
	transition: all 3000ms linear;
	-webkit-transform: all 3000ms linear;
}
.slide1{
	/* background: url("/skin/images/side1.jpg") center center / cover no-repeat; */
	height: 100%;
	position: relative;
}
.slide1 .yiyuan{
	padding:4% 0;
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: left;
	padding-left: 9%;
	padding-right:7%;
	background: url("/skin/images/yuanjiao.png") no-repeat center;
	background-size: 100% 100%;
	margin-top: 1%;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.slide1 .yiyuan .en{
	color:#fff;
	font-size: 80px;
	font-weight: 600;
}
.slide1 .yiyuan .en span{
	color:#db511e;
}
.slide1 .yiyuan .title{
	font-size: 45px;
	color:#fff;
	/* font-family: 'STHeiti Light'; */
	margin:12% 0;
	font-weight: lighter;
}
.slide1 .yiyuan a{
	font-size: 18px;
	color:#fff;
	border-radius: 12px;
	padding:7px 0;
	border:2px solid #fff;
	font-family: '宋体';
	display: block;
	width:170px;
	text-align: center;
}
.slide1 .yiyuan a:hover{
	color:#246bad;
	border:2px solid #246bad;
}
.slide1 .yuansec{
	padding: 4% 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: left;
    padding-left: 9%;
    padding-right: 7%;
    margin-top: 1%;
    transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
	background:none;
}
.slide1 .yuansec .en{
	opacity: 0;
	font-size: 72px;
	font-weight: 700;
	color:#fff;
}
.slide1 .yuansec .title{
	opacity: 0;
	margin: 8% 0 3% 0;
	font-size: 40px;
	font-weight: 200;
    color: #fff;
    line-height: 30px;
}
.slide1 .yuansec .titlesec{
	opacity: 0;
	font-size: 40px;
	color:#fff;
	margin:0% 0 4% 0;
	font-weight: lighter;
	color: #fff;
	line-height: 30px;
}
.slide1 .yuansec a{
	opacity: 0;
	font-size: 18px;
    color: #fff;
    border-radius: 12px;
    padding: 7px 0;
    border: 2px solid #fff;
    font-family: '宋体';
    display: block;
    width: 170px;
    text-align: center;
}
.slide1 .yuansec a:hover{
	color:#7095bb;
	border:2px solid #7095bb;
}
/*首页轮播2动画*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay:0.3s;
  -webkit-animation-delay:0.3s;
}
.fadeInLeft2{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
}
.fadeInLeft3 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay:0.9s;
  -webkit-animation-delay:0.9s;
}
.fadeInLeft4 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
}
.fadeInLeft5 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay:1.5s;
  -webkit-animation-delay:1.5s;
}
/*首页轮播2动画结束*/

@keyframes p_move{
    from{
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
    }
    to{
        transform: translate(0,20px);
        -webkit-transform: translate(0,20px);
    }
}
@-webkit-keyframes p_move{
    from{
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
    }
    to{
        transform: translate(0,20px);
        -webkit-transform: translate(0,20px);
    }
}
.slide1 .content{
	position: absolute;
	width:60.5%;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translateY(-50%,-50%);
}
.slide1 .content .fir{
	text-align: center;
	margin:0 auto;
	background:url("/skin/images/lunbo3.png") no-repeat center;
	background-size: 100% 100%;
	width:486px;
	height: 145px;
	padding-top: 49px;
    margin-bottom: 85px;
    opacity: 0;
}
.slide1 .content .fir h1:first-child{
	font-size: 2.3vw;
	color:#fff;
	font-weight: 700;
	margin-bottom: 20px;
}
.slide1 .content .fir h1:last-child{
	font-size: 2vw;
	color:#fff;
	/* font-family: 'STHeiti Light'; */
	font-weight: lighter;
}
.slide1 .content ul li{
	float: left;
	width:33.33%;
	position: relative;
	opacity: 0;
}
.slide1 .content ul li:after{
	content:"";
	position: absolute;
	right: -6%;
    top: 38%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width:30px;
	height: 30px;
	background: url("/skin/images/jia.png") no-repeat center;
	background-size: 100% 100%;
}
.slide1 .content ul li:last-child:after{
	display: none;
}
.slide1 .content ul li .img-wrap img{
	width:auto;
	max-width: 100%;
	margin:0 auto;
}
.slide1 .content ul li span{
	font-size: 24px;
	color:#fff;
	display: block;
	text-align: center;
	padding-top: 22px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp1 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay:0.3s;
  -webkit-animation-delay:0.3s;
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
}

.slide1 .xia{
    width: 43px;
    height: 43px;
    text-indent: -999em;
    background:url("/skin/images/xia.png") no-repeat center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 60px;
    z-index: 6;
    animation: p_move 1000ms ease-in-out infinite alternate;
}
/*slide2*/
.slide2{
	background: url("/skin/images/side2.jpg") center center / cover no-repeat;
	height: 100%;
	position: relative;
}
.slide2 .content{
	width:80%;
	margin:0 auto;
	margin-top: -80px;
}
.slide2 .content-bottom{
	text-align: left;
}
.slide2 .content-bottom .wentzi{
	width:500px;
	font-size: 30px;
	color:#fff;
	background: url("/skin/images/kuang.png") no-repeat center;
	background-size:100% 100%; 
	padding: 0 1.5%;
    padding-top: 13px;
    padding-bottom: 3px;
    opacity: 0;
}
.slide2 .content-bottom .wentzi p{
	margin: 18px 0;
    letter-spacing: 3px;
}
.slide2 .content-bottom .yuanjuan{
	min-width: 36%;
    margin: 5% 0;
    opacity: 0;
}
.slide2 .content-bottom  ul{
	width:76%;
}
.slide2 .content-bottom  ul li{
	float: left;
	width:20%;
	color:#fff;
	text-align: center;
	opacity: 0;
}
.slide2 .content-bottom  ul li p:first-child{
	font-size: 22px;
	font-weight: 500;
	position: relative;
}
.slide2 .content-bottom  ul li p:first-child:before{
	display: block;
	content:"";
	width:5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left:30%;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.slide2 .content-bottom  ul li:first-child p:first-child:before{
	background: #87f516;
}
.slide2 .content-bottom  ul li:nth-child(2) p:first-child:before{
	background: #01dca7;
}
.slide2 .content-bottom  ul li:nth-child(3) p:first-child:before{
	background: #25d7ff;
}
.slide2 .content-bottom  ul li:nth-child(4) p:first-child:before{
	background: #3b438f;
}
.slide2 .content-bottom  ul li:nth-child(5) p:first-child:before{
	background: #3cecff;
}
.slide2 .content-bottom  ul li p:last-child{
	font-size: 16px;
	margin-top: 17px;
	font-weight: 100;
}
.slide2 .shuzi{
	width:100%;
	background:url("/skin/images/shuzibg.png") no-repeat center;
	background-size: 100% 100%;
	position:absolute;
	left:0;
	bottom:0;
	padding:1% 0;
}
.slide2 .shuzi .content{
	width:80%;
	margin:0 auto;
}
.slide2 .shuzi .content ul li{
	float: left;
	width:33%;
	text-align: center;
}
.slide2 .shuzi .content ul li:first-child{
	text-align: left;
	
}
.slide2 .shuzi .content ul li:first-child p:nth-child(1){
	padding-left:16%;
}
.slide2 .shuzi .content ul li:first-child p:nth-child(3){
	padding-left:18%;
}
.slide2 .shuzi .content ul li:last-child p:nth-child(1){
	padding-right:8%;
}
.slide2 .shuzi .content ul li:last-child p:nth-child(3){
	padding-right:7%;
}
.slide2 .shuzi .content ul li:first-child p:nth-child(2){
	margin-top: 17px;
    margin-bottom: 35px;
}
.slide2 .shuzi .content ul li:nth-child(2) p:nth-child(2){
	margin-top: 17px;
    margin-bottom: 35px;
}
.slide2 .shuzi .content ul li:nth-child(3) p:nth-child(2){
	margin-top: 34px;
    margin-bottom: 16px;
}
.slide2 .shuzi .content ul li:nth-child(3){
	text-align: right;
}
.slide2 .shuzi .content ul li p:first-child{
	font-size: 18px;
	color:#fff;
	font-weight: 500;
}
.slide2 .shuzi .content ul li p:nth-child(2) sup{
	font-weight: 100;
}
.slide2 .shuzi .content ul li p:nth-child(2) span{
	font-weight: 500;
	font-size: 17px;
}
.slide2 .shuzi .content ul li p:nth-child(2){
	font-size: 80px;
	color:#4298f5;
	font-weight: 600;
}
.slide2 .shuzi .content ul li p:last-child{
	font-size: 16px;
	color:#4d9aec;
	font-weight: 100;

}
/*slide3*/
.slide3{
	background: url("/skin/images/side3.jpg") center center / cover no-repeat;
	height: 100%;
}
.slide3 p:first-child{
	font-size: 3vw;
	color:#fff;
	letter-spacing: 3px;
	font-family: 'STHeiti Light';
	font-weight: lighter;
	line-height: 40px;
}
.slide3 p:last-child{
	margin-top: 35px;
}
.slide3  .box p:last-child a{
		display: inline-block;
		width:150px;
		position: relative;
		font-size: 16px;
		color:#fff;
		background: url("/skin/images/jin.png") no-repeat center right;
}
.slide3  .box p:last-child a:hover{
	color:#007dff;
	background: url("/skin/images/jin1.png") no-repeat center right;
}
/* .slide3  .box p:last-child a:first-child{
	margin-right:83px;
} */
.slide3  .box p:last-child a img{
	position: absolute;
	right:-32px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.slide3 .lunbothr{
	position: absolute;
	top:189px;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

/*slide4*/
.slide4{
	background: url("/skin/images/side4.jpg") center center / cover no-repeat;
	height: 100%;
}
.slide4 .outbox .ho{
	margin:0 auto;
	margin-top:8%;
	opacity: 0;
}
.slide4 .outbox .title{
	font-size: 4.1vw;
	color:#fff;
	font-weight:100;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 5%;
	opacity: 0;
}
.slide4 .outbox .title span{
	font-weight: 550;
	color:#0e4a92;
}
.slide4 .outbox .titlesec{
	font-size: 14px;
	color:#fff;
	text-align: center;
	width: 57%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 3%;
    opacity: 0;
}
.slide4 .outbox a{
	margin: 0 auto;
    display: block;
    width: 163px;
	position: relative;
	font-size: 17px;
	font-weight: 700;
	color:#fff;
	background: url("/skin/images/mo.png") no-repeat center right;
	opacity: 0;
}

.slide4 .outbox a:hover{
	color:#007dff;
	background: url("/skin/images/mo1.png") no-repeat center right;
}
.slide4 .outbox a img{
	position: absolute;
	right:-23px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.slide4 .outbox .fangbox{
	width:33%;
	margin:0 auto;
	overflow: hidden;
	margin-top: 3%;
	opacity: 0;
}
.slide4 .outbox .fangbox img{
	width:100%;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.slide4 .outbox .fangbox:hover img{
	transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown1 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-delay:0.3s;
  -webkit-animation-delay:0.3s;
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
}
.fadeInDown3 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-delay:0.9s;
  -webkit-animation-delay:0.9s;
}
.fadeInDown4 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
}
/*slide5*/
.slide5{
	background: url("/skin/images/side5.jpg") left center / cover no-repeat;
	height: 100%;
}
.slide5 .content .wentzi {
    font-size: 3vw;
    color: #fff;
    background: url(/skin/images/kuang2.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0 1.5%;
    padding-top: 13px;
    padding-bottom: 3px;
    text-align: left;
    padding-left: 44px;
}
.slide5 .content .wentzi p{
	margin:9% 0;
}
.slide5 .content{
	width:90%;
	margin: 0 auto;
	margin-top: 50px;
}
.slide5 .content-left{
	float: left;
	width:30%;
}
.slide5 .content-left .co{
	font-size: 16px;
	color:#fff;
	line-height: 35px;
    text-align: left;
    margin-top: 7%;
}
.slide5 .content-left .mo{
	display: block;
    margin-top: 23%;
}
.slide5 .content-right{
	float: right;
	width:62%;
	text-align: right;
}
.slide5 .content-right .abox a{
	display:block;
	float: right;
	width:80px;
	height: 45px;
	position: relative;
	background:#216ac3;
}
.slide5 .content-right .abox a img{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.slide5 .content-right ul{
	margin-top:2%;
	width:100%;
}
.slide5 .content-right .ulbox{
	width:100%;
	overflow: hidden;
}
.slide5 .content-right ul>li{
	float: left;
	width:23%;
	height: 65px;
	margin:1% 0;
	margin-right:2%;
	position: relative;
	transition:all 1000ms ease;
	/* transform-style:preserve-3d; */
	/* border: 1px solid green; */
    box-sizing: border-box;
    background: #fff;
}
.yidong{
	margin-left:-77%;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.yidongsec{
	margin-left:0%;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
/* .slide5 .content-right ul>li:nth-child(4n){
	margin-right:0;
} */
.slide5 .content-right ul>li>img{
	max-width: 97.5%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
/* .slide5 .content-right ul>li>img:first-child{
	z-index: 10;
}
.slide5 .content-right ul>li>img:last-child{
	-webkit-transform:translateY(-50%) rotatey(180deg);
	-moz-transform:translateY(-50%) rotatey(180deg);
	-ms-transform:translateY(-50%) rotatey(180deg);
	-o-transform:translateY(-50%) rotatey(180deg);
	transform:translateY(-50%) rotatey(180deg);
} */
.slide6{
	background: url("/skin/images/side6.jpg") center center / cover no-repeat;
	height: 100%;
	position: relative;
}
.slide6 .content{
	width:80%;
	margin:0 auto;
}
.slide6 .last-left{
	width:50%;
	float: left;
	text-align: left;
	opacity: 0;
}
.slide6 .last-right{
	width:50%;
	float: right;
	opacity: 0;
}
.slide6 .last-left .cont{
	font-size: 5vw;
	color:#fff;
	font-weight: 700;
}
.slide6 .last-left .suishi{
	position: relative;
	margin-top: 4%;
    margin-bottom: 4%;
}
.slide6 .last-left .baise{
	float: left;
	width:120px;
	height: 1px;
	background: #fff;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.slide6 .last-left .logo{
	float: left;
	margin-left:150px;
}
.slide6 .last-left .suishi .guke{
	display: block;
	float: left;
	font-size: 16px;
	color:#fff;
	line-height: 40px;
	margin-left:27px;
}
.slide6 .lianxi-left{
	float: left;
	width:60%;
}
.slide6 .lianxi-right{
	float: right;
	width:40%;
}
.slide6 .lianxi-left li{
	font-size: 14px;
	color:#fff;
	margin-bottom:35px;
	position: relative;
	padding-left:4%;
}
.slide6 .lianxi-right img{
	width:56%;
}
.slide6 .lianxi-left li:before{
	display: block;
	content:"";
	width:8px;
	height: 20px; 
	background: url("/skin/images/xiegang.png") no-repeat center;
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.slide6 .last-right input{
	width:50%;
	position: static;
    background: url(/skin/images/sou.png) no-repeat scroll right 10px center transparent;
    border:1px solid #fff;
    line-height: 50px;
    outline: none;
    text-indent: 15px;
    float: right;
    margin-top: -30px;
	color:#fff;
}
#allmap1{
    height: 450px;
    width:100%;
    float: right;
    margin-top: 9%;
}
.biaoqianBox{
	margin-top: 2%;
}
.biaoqian li{
	float: left;
	padding:0.5%;
	font-size: 14px;
	color:#7b7b7b;
}
.biaoqian li a{
	font-size: 14px;
	color:#7b7b7b;
}
.biaoqian li:first-child{
	font-weight: 700;
	color:#fff;
}
.slide6 .dibu{
	margin-top: 3%;
}
.slide6 .dibu-left{
	float: left;
	font-size: 14px;
	color:#ababab;
	width:50%;
	text-align: left;
}
.slide6 .dibu-right{
	float: right;
	width:50%;
	text-align: right;
}
.slide6 .dibu-right a{
	font-size: 14px;
	color:#ababab;
}
.slide6 .content{
	margin-top: 154px;
}
.form-m .input{
	border:2px solid #2f75c1;
}
/*footer*/
.footer{
	width:100%;
	background: #101010;
	padding:37px 4%;
}
.footer .leftbox{
	float: left;
	width:60%;
}
.footer .rightbox{
	float: left;
	width:40%;
}
.footer .firbox{
	float: left;
	width:19%;
}
.footer .secbox{
	float: left;
	width:40%;
}
.footer .secbox input{
	width:100%;
	position: static;
    background: url(/skin/images/sou.png) no-repeat scroll right 10px center transparent;
    border: 1px solid #fff;
    line-height: 50px;
    outline: none;
    text-indent: 15px;
    margin-top: -30px;
    color: #fff;
}
.footer .secbox ul li{
	float: left;
	color:#fff;
	font-size:14px;
	width:50%;
	margin:0 0px 25px 0;
	padding-left: 25px;
}
.footer .lianxifangshi{
	width:62%;
	margin-top: 34px;
}
.footer .sousuo{
	width:62%;
	margin-top: 63px;
}
.footer .secbox ul li:first-child{
	background: url("/skin/images/dianhua.png") no-repeat center left;
}
.footer .secbox ul li:nth-child(2){
	background: url("/skin/images/dizhi.png") no-repeat center left;
}
.footer .secbox ul li:nth-child(3){
	background: url("/skin/images/youjian.png") no-repeat center left;
}
.footer .secbox ul li:nth-child(4){
	background: url("/skin/images/saoma.png") no-repeat center left;
}
.footer .dibu {
    margin-top: 3%;
}
.footer .dibu-left {
    float: left;
    font-size: 14px;
    color: #ababab;
    width: 50%;
    text-align: left;
}
.footer .dibu-right {
    float: right;
    width: 50%;
    text-align: right;
}
.footer .dibu-right a {
    font-size: 14px;
    color: #ababab;
}
.shuxian{
	float: left;
	width:1px;
	height: 115px;
	background: #525252;
	margin:0 7%;
	margin-top: 30px;
}

.logoBox{
	width:100%;
	padding:2% 4%;
	background: #fff;
}
.logoBox ul li{
	float: left;
	width:23%;
	position: relative;
	height: 115px;
	margin-right:2%;
	margin-bottom: 15px;
	border: 1px solid #eee;
}
.logoBox ul li:nth-child(4n){
	margin-right:0;
}
.logoBox ul li img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}


/*滚屏3轮播*/
.gallery-top {
	padding-bottom: 12px;
	width: 100%;
}
.gallery-top .swiper-slide {
	max-width: 100%;
	max-width: 100%;
	width: auto;
	overflow: hidden;
	opacity: 0.5;
	background:none;
}
.gallery-top .swiper-slide img {
	max-width: 100%;
	height: 100%;
}
.gallery-top .swiper-slide .img-wrap{
	height: 397px;
	margin-bottom: 8px;
}
.gallery-top .swiper-slide span{
	position: absolute;
	bottom:0;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color:#fff;
}
.gallery-top .swiper-slide-active {
	opacity: 1;
}
.gallery-thumbs {
	height: 65px;
	box-sizing: border-box;
	padding-top: 2px;
}
.gallery-thumbs .swiper-slide {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: 100%;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide img {
	width: 90px;
	max-width: 100%;
	height: 100%;
}
.gallery-thumbs-box {
	position: relative;
	width: 100%;
	height: 65px;
	margin-top: 40px;
}
.gallery-thumbs-box .swiper-container {
	margin-left: auto;
	margin-right: auto;
}
.gallery-thumbs-box .swiper-button-prev {
	background-image: url(/skin/images/left-small.png);
	width: 10px;
	height: 65px;
	background-size: 10px 18px;
	left: 10px;
	margin-top: 0;
	top: 0;
	outline: none;
}
.gallery-thumbs-box .swiper-button-next {
	background-image: url(/skin/images/next-small.png);
	width: 10px;
	height: 65px;
	background-size: 10px 18px;
	right: 10px;
	margin-top: 0;
	top: 0;
	outline: none;
}
.gallery-top-box {
	position: relative;
	width: 100%;
	margin-top: 38px;
}
.gallery-top-box .swiper-container {
	margin-left: auto;
	margin-right: auto;
	height: auto!important;
}
.gallery-top-box .swiper-button-prev {
	background-image: url(/skin/images/left-lg.png);
	width: 18px;
	background-size: 18px 38px;
	left: 10px;
	margin-top: 0;
	top: 50%;
	outline: none;
	transform: translate(0, -50%)
}
.gallery-top-box .swiper-button-next {
	background-image: url(/skin/images/next-lg.png);
	width: 18px;
	background-size: 18px 38px;
	right: 10px;
	margin-top: 0;
	top: 50%;
	outline: none;
	transform: translate(0, -50%)
}
.slideshow {
	float: right;
	margin-right: 30px;
	margin-top: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url("/skin/images/play.png");
	cursor: pointer;
	padding-right: 15px;
	color: #999;
	transition: all 0.3s ease
}
.pauseed {
	background-image: url("/skin/images/pause.png");
}
.gallery-top .swiper-slide{
	height: 470px;
	position: relative;
} 
/* .gallery-top .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
} */
.swiper-container-horizontal>.swiper-scrollbar{
	bottom:48px!important;
}


.swiper-button-nextsec{
	/* width:66px;
	height: 66px;
	background-image: url("/skin/images/you.png");
	background-size: 100%; */
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
	top:56%;
}
.swiper-button-prevsec{
	/* width:66px;
	height: 66px;
	background-image: url("/skin/images/zuo.png");
	background-size: 100%; */
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
	left: inherit;
    right: 10px;
    top: 44%;
}


.zheng{
	background: #fff;
	width:100%;
	margin:0 auto;
	margin-bottom: 1%;
	padding:4%;
}
/*.zheng .swiper-container-zheng{*/
/*	height: 500px;*/
/*	width:60%;*/
/*	margin:0 auto;*/
/*}*/
.zheng .swiper-slide{
	position: relative;
}
.zheng .swiper-slide img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.zheng .swiper-container-horizontal>.swiper-pagination-progressbar{
	top:inherit!important;
	bottom:0;
}
.zheng h2{
	font-weight: bold;
    font-size: 42px;
    color: #333;
    text-align: center;
}
.zheng .inner-line{
	display: block;
    width: 55px;
    height: 4px;
    margin: 25px auto 35px auto;
    background: #333;
}



