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, font, 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 {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    vertical-align: baseline;
}

* {
    outline-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}


body {
    line-height: 1;
    font-family: 'PingFang SC', "Microsoft YaHei" !important;
    font-weight: 300;
    background-color: #F8F8F8;
   	
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

a {
    text-decoration: none;
}

.picture {
    display: block;
}

.clear {
    clear: both;
}
.ir {display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat;  direction: ltr; *line-height: 0; }


.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

img {
    -ms-interpolation-mode: bicubic;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*头部*/
.head{
	width: 100%;
	height: 80px;
	background: #fff;
	/*position: absolute;*/
	top: 0;
}
.head a{
	color: #008BD2;
}
.head-content{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.logo{
	margin-top: 22px;
	position: absolute;
	left: 20px;
}
.head-nav{
	float: right;
	width: 900px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-top: 30px;
	color: white;
	/*margin-right: -30px;*/
}
.head-nav li{
	list-style: none;
	float: left;
	width: 85px;
	/*margin-right: 23px;*/
}
.head-nav li:first-child{
	width: 60px;
	margin-right: 12px;
}
.head-nav li:last-child{
	margin-right: 0;
	background-color: #fff !important;
}
.head-nav li:hover{
	background-color:#008BD2;
	color: #fff ;
	transition: all .4s;
}
.head-nav li:hover a{
	color: #fff ;
	transition: all .4s;
}
.click-one{
	background-color: #fff;
	color: #008BD2;
}
.click-one a{
	color: #008BD2;
}
.search{
	width: 170px!important;
    line-height: 22px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.search input{
	box-sizing: border-box;
    width: 146px;
    padding-left: 10px;
    height: 24px;
    border: none;
    background: #F5F5F5;
}
.search i{
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background-color: #4A6D81;
	line-height: 24px;
    text-align: center;
    cursor: pointer;
}
.option{
	width: 32px;
    height: 100%;
    position: absolute;
    /* top: 22px; */
    top: 0;
    line-height: 90px;
    right: 10%;
    cursor: pointer;
    display: none;
}
.option img{
	width: 100%;
}
@media screen and (max-width: 1240px) {
	.head-nav li:first-child {
    width: 100%;
    margin-right: 0;
}
.head a {
    color: #008BD2;
}
	.logo {
     margin-top: 0px; 
    position: relative;
     left: 0; 
     top: 0; 
    display: block;
    height: 80px;
    width: 100%;
    /*padding-left: 140px;*/
    padding-top: 22px;
    text-align: center;
}
.head-content {
    width: 100%;
    overflow: hidden;
    height: auto; 
    	margin: 0 auto;
     height: 0;
}
.head-nav {
    float: none; 
    width: 832px;
     height: auto; 
    font-size: 16px;
    line-height: 24px;
    text-align: center;
     margin-top: 0; 
    color: white;
     margin-left: 0; 
    position: relative;
     left: 0; 
    width: 80%;
    z-index: 10000;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    color: #008BD2;
}
.head-nav li {
    list-style: none;
     float: none; 
    width: 100%;
    margin-right: 23px;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.search {
     width: 100%!important; 
    line-height: 20px;
    height: 45px;
    position: relative;
    /* margin: 0 auto; */
}

.search input {
    box-sizing: border-box;
    width: 100%;
     padding-left: 45px; 
    height: 45px;
    text-align: center;
    font-size: 18px;
    padding-right: 45px;
    font-family: 'PingFang SC', "Microsoft YaHei";
    font-weight: 300;
    color: #4A6D81;
}
.search i {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background-color: #4A6D81;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
.option{
	display: block;
}
}
@media screen and (max-width: 500px) {
	.logo img{
		width: 230px;
    		left: -25px;
	}
	.option{
		width: 24px;
		line-height: 85px;
	}
	.option img{
		width: 100%;
		left: 0;
	}
}
/*头部图*/

.head-img {
	width: 100%;
	height: 220px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.head-img img {
	width: 2560px;
	height: auto;
	position: relative;
	top: -145px;
}

.opac {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(74, 109, 129, .8);
	z-index: 100;
}

.opac span {
	font-family: 'PingFang SC', "Microsoft YaHei";
	font-size: 80px;
	color: white;
	position: absolute;
	left: 120px;
	top: 118px;
	font-weight: 100;
}


/*底部*/
.foot-content{
	width: 100%;
	height: 260px;
	background: #4A6D81;
	color: white;
	font-family: 'PingFang SC', "Microsoft YaHei";
	font-weight: 300;
	padding-top: 20px;
}
.foot-content a{
	color: white;
}
.foot-main{
	width: 1000px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(255,255,255,.6);
	height: 180px;
	box-sizing: border-box;
	padding: 0 85px;
}
.foot_wx{
	width: 62px;
	text-align: center;
	float: left;
	font-size: 11px;
}
.foot_wb{
	margin-left: 24px;
	margin-right: 37px;
	width: 100px;
}
.foot_wb span{
	display: inherit;
}

.foot-main ul{
	float: left;
	font-size: 12px;
	width: 60px;
	text-align: left;
	margin-right: 31px;
}
.last_one{
	margin-right: 0!important;
}
.foot-main ul .first_li{
	height: 24px;
	border-bottom: 1px solid rgba(255,255,255,.8);
}
.foot-des{
	width: 830px;
	height: 28px;
	margin: 15px auto;
	font-size: 12px;
	box-sizing: border-box;

}
.foot-des .adress{
	width: 50%;
	text-align: right;
	padding-right: 28px;
	float: left;
	border-right:1px solid rgba(255,255,255,.6) ;
}
.foot-des .num{
	width: 50%;
	text-align: left;
	padding-left: 28px;
	float: left;
}
@media screen and (min-width: 830px) and (max-width: 1000px) {
	.foot-main{
		display: none;
	}
	.foot-content{
		height: 70px;
		padding-top: 1px;
	}
}
@media screen and (min-width: 100px) and (max-width: 830px) {
	.foot-content{
		height: 120px;
		padding-top: 1px;
	}
	.foot-main{
		display: none;
	}
	.foot-des{
		width: 100%;
		height: auto;
	}
	.foot-des .adress,.foot-des .num{
		border: none;
		text-align: center;
		width: 100%;
		padding: 0;
	}
	.opac{
		text-align: center;
	}
	.opac span{
		position: relative;
		left: 0;
		top: 120px;
		font-size: 40px;
	}
}
