﻿@charset "utf-8";
/* CSS Document */

::-webkit-input-placeholder { color:#CCCCCC; }
::-moz-placeholder { color:#CCCCCC; } /* firefox 19+ */
:-ms-input-placeholder { color:#CCCCCC; } /* ie */
input:-moz-placeholder { color:#CCCCCC; }
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;}
input{
	font-family:"微软正黑"; 
}

*{ margin:0; padding:0;} 
img{ display:block; border:none;}
ul,ol,li{ list-style:none;}
a{ text-decoration:none; overflow:hidden;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}

#container,.section{
	height: 100%;
	position: relative;
}
#section0,#section1,#section2,#section3,#section4{
	background-color: #FFF;
	background-size: cover;
	background-position: 50% 50%;
}
#section0{
}
#section1{
}
#section2{
}
#section3{
}
#section4{
}

.left{
	float: left;
}

#pages{
	position:fixed;
	left: 2.5%;
	bottom: 5%;
	list-style: none;
	z-index: 9999;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
#pages li{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 0 10px 5px;
}
#pages li.active{
	width: 14px;
	height: 14px;
	background: none;
	margin-left: 0;
}
#section0 .title{
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-animation: sectitle0 1s ease-in-out 100ms forwards;
	animation: sectitle0 1s ease-in-out 100ms forwards;
}
#section0 p{
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-animation: sec0 1s ease-in-out 100ms forwards;
	animation: sec0 1s ease-in-out 100ms forwards;
}
@-webkit-keyframes sectitle0{
	0%{
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100%{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes sectitle0{
	0%{
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100%{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes sec0{
	0%{
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100%{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes sec0{
	0%{
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100%{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.logo{
	background-color: #75bdc1;
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,.3);
	text-align: center;
	position: fixed;
	z-index: 999;
	width: 6vw;
    height: 100%;
    left: 0px;
    top: 0px;
}
.logo img{
	width: 100%;
}
.logo_max{
	font-family:方正大标宋简体; 
	font-size: 34px; 
	color: #FFF;
	width: 100%;
    overflow: hidden;
    display: block;
    margin: 20px auto 0;
}
.logo_min{
	font-size: 24px; 
	color: #FFF;
	width: 60%;
    overflow: hidden;
    display: block;
    margin: 20px auto;
}
.pagination {
    position: absolute;
    left: 40%;
    left: 2.2vw;
    bottom: 5%;
    z-index: 8888;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination li {
    padding: 10px 0;
    width: 16px;
    height: 16px;
}
.pagination li a:hover, .pagination li a.active {
    margin: 0 auto;
    width: 80%;
    height: 80%;
    display: block;
    background: none;
    border-radius: 10px;
    background: #fafafa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-transition: all 0.5s ease;
}

.pagination li a {
    position: relative;
    margin: 0 auto;
    width: 80%;
    height: 80%;
    display: block;
    border: 1px solid white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    /* box-shadow: 0 0 4px white; */
}
.subNavBtn{
	text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-image: url(../../img/images/icon/down.svg);
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -40px;
    right: 30px;
    -o-transition: bottom .6s linear;
    -webkit-transition: bottom .6s linear;
    -moz-transition: bottom .6s linear;
    transition: bottom .6s linear;
}

.head{
	width: 100%;
    height: 5vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 0px;
    top:-5vh;
    z-index: 9998;
}
.head ul{
	margin-right: 4vw;
    float: right;
}
.head ul li{
    float: left;
    position: relative;	
}
.head ul li a{
    display: block;
    font-size: 1.2vw;
    width: auto;
    text-align: center;
    line-height: 5vh;
    color: #FFF;
    margin: 0 1.5vw;	
    font-family: "微软正黑";
}

.foot{
	width: 100%;
    height: 40vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 0px;
    bottom: -40vh;
    z-index: 9998;
}
.footer{
	width: 100%;
    text-align: center;
    line-height: 3vh;
    font-size: 1.2vw;
    /* letter-spacing: 0.05em; */
    height: 10vh;
    color: #FFF;
    padding-top: 3vh;
    overflow: hidden;
}
.yqlj{
    width: 100%;
    height: 7vh;
    color: #FFF;
    float: left;
    overflow: hidden;
    margin-bottom: 1.5vh;
}
.yqlj span{
	width: 100%;
    font-size: 1.3vw;
    height: 3.2vh;
    overflow: hidden;
    display: block;
}
.yqlj ul{
	width: 100%;
    overflow: hidden;
    height: 4vh;
    display: block;
}
.yqlj li{
    width: 5.9vw;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    margin: 0.8vh 0.8vw;
}
.yqlj a{
    color: #FFF;
    width: 5.9vw;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1vw;
}
.hzhb{
    width: 100%;
    color: #FFF;
    float: left;
    overflow: hidden;
    height: 12vh;
}
.hzhb span{
	width: 100%;
    font-size: 1.3vw;
    height: 3.2vh;
    overflow: hidden;
    display: block;
}
.hzhb ul{
    width: 100%;
    overflow: hidden;
    height: 12vh;
}
.hzhb li{
    width: 12vw;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    margin: 0.8vh 0.3vw;
}
.hzhb li img{
	width: 12vw;
	height: 8vh;
}
.subNavBtn_d{
	text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-image: url(../../img/images/icon/up.svg);
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top:-40px;
    right: 30px;
    -o-transition: bottom .6s linear;
    -webkit-transition: bottom .6s linear;
    -moz-transition: bottom .6s linear;
    transition: bottom .6s linear;
}

#touxiang{
    float: right;
    width: 2vw;
    height: 2vw;
    margin: 0.4vh 0.3vw 0;
    border-radius: 2vw;
}

.black_denglu,.black_zhuce{ width:100%; height:100%; background-color:rgba(0,0,0,0.4); position:fixed; top:0; left:0; z-index:9999; display:none;}
.win_denglu,.win_zhuce{ width:26vw; background-color:#FFFFFF; border-radius:4px; overflow:hidden; box-shadow:0 0 10px #5A5A5A; position:fixed; top:50%; left:50%; margin-left:-13%;}
.win_zhuce{ height:44vh; margin-top:-25vh;}
.win_denglu{ height:33vh; margin-top:-22vh;}

.win_denglu p,.win_zhuce p{ font-size:1.5vw; color:#333333;  line-height:3vh; text-align:center; margin:3vh 0;}

.win_denglu input[type="text"],
.win_denglu input[type="password"],
.win_zhuce input[type="text"],
.win_zhuce input[type="password"]{ display:block; width:17vw; font-size: 1.0vw; height:4vh; margin:2vh auto 0 auto;}
.win_denglu span{ display:block; width:17vw; margin:0 auto; overflow:hidden;}
.win_denglu span a{ float:right; font-size:1.1vw; color:#2F84EB; line-height:5vh;}
.win_zhuce input[type="number"]{ font-size: 1vw; display:block; width:9vw; height:4vh; margin:2vh 1vw 0 4.3vw; float:left;}

.win_denglu input[type="button"],
.win_zhuce input[type="button"]{ font-size: 1.0vw; display:block; width:8vw; height:4.5vh; float:left; overflow:hidden;}
.yanzheng{ margin:2vh 0 0 0; width: 7vw !important;}
.baoming{ margin:2vh 0.2vw 0 4.3vw;}
.quxiao{ margin: 2vh 0 0 1vw;}
.dl{ margin:0 0.2vw 0 4.3vw;}
.dl_qx{ margin:0 0 0 1vw;}