@charset "utf-8";
	html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,i,s,b,u,pre,code,form,strong,label,em,a,iframe,fieldset,legend,figure,input,button,textarea,p,blockquote {
	-webkit-text-size-adjust:none;
	margin:0;
	padding:0;
	text-decoration:none
}
input,button,select,textarea {
	outline:none
}
textarea {
	resize:none
}
table {
	border-collapse:collapse
}
a {
	cursor:pointer
}
a img,img {
	border:0
}
li {
	list-style:none
}
caption,th {
	text-align:left
}
h1,h2,h3,h4,h5,h6,b {
	font-size:100%;
}
input,button,textarea,select {
	font-family:inherit
}
a {
	outline:none;
	text-decoration:none;
	color: #333333;
}
a:hover {
	text-decoration:none
}
img,input {
	vertical-align:middle
}
body{
	width: 100%;
	position: relative;
}
body,html {
	width:100%;
	font-size:14px;
	color: #333333;
	background: #ffffff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 14px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ffffff;
  font-size: 14px;
}
.flex{
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.maxWidth{
	width: 1240px;
	margin: 0 auto;
}
.home_cont{
    background: url(../images/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 106.8vh;
    position: relative;
}
.home1{
    position: absolute;
    top: 0;
    /*background: red;*/
    left: 22%;
    height: 6vh;
}
.home1s{
    height: 100%;
    display: flex;
    align-items: center;
}
.home1 a{
    font-size: 1.25rem;
    padding: 0 0.7rem;
    line-height: 6vh;
    background: #4285f6;
    color: #ffffff;
    transition: all .3s;
    display: block;
}
.home1 a:hover{
    background: rgba(51,51,51,0.8);
}
.home2{
    display: none;
    width: 100%;
    top: 6vh;
    position: absolute;
    z-index: 1;
    background: url(../images/home2.jpg?v=3) center center no-repeat;
    background-size: cover;
    height: 68vh;
    transition: all .5s;
}
/*.home1s:hover .home2{*/
/*    display: block;*/
/*}*/
.leftnav{
    margin-top: 2.9%;
    margin-left: 17.4%;
    width: 10.9%;
}
.leftnav a{
    padding-left: 17px;
    border-radius: 30px 0 0 30px;
    line-height: 37.5px;
    display: block;
    font-size: 1rem;
    /*background: #d7d9dd;*/
    margin-bottom: 6px;
    /*color: #333333;*/
}
.active{
    background: #4285f6;
    color: #ffffff;
}
/*.leftnav a:hover{*/
/*    background: #4285f6;*/
/*    color: #ffffff;*/
/*}*/
.banshui{
    left: 17px;
    top: -15px;
    position: relative;
    font-size: 1.01rem;
    color: #000000;
    font-weight: 500;
}
.rightsrc{
    display: none;
    position: absolute;
    z-index: 2;
    top: 13vh;
    left: 28.5%;
}
.rightsrcxf{
    position: relative;
}
.more{
    position: absolute;
    right: 15%;
    top: 14%;
}
.more a:hover{
    color: #4285f6;
}
.pages_cont{
    background: url(../images/home3.png) center center no-repeat;
    background-size: cover;
    height: 105vh;
    position: relative;
}
.gsmc{
    text-align: right;
    font-size:1.3rem;
    color: #ffffff;
    margin-right: 2.3%;
    padding-top: 1rem;
}
.wqszm{
    width: 51%;
    margin: 0 auto;
    margin-top: 16%;
    font-size: 1.1rem;
    line-height:30px;
}
.wqszm span{
    font-weight: 600;
    font-size: 1.2rem;
}
.wqszm .wqszmright{
    text-align: right;
    margin-top: 5%;
}
.kzmore{
    text-align: center;
}
.kzmore a{
    margin-top: 2rem;
    margin-left: 10rem;
    display:inline-block;
    line-height: 40px;
    padding: 0 30px;
    color: #468cdf;
}
