*{
	padding: 0;
	margin: 0;
}
html,body{
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
html,body{
	width: 100%;
}
body{
	/*overflow-x: hidden;*/
}
.container{
	min-width: 700px;
	max-width: 1000px;
	margin: auto;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/********************header********************/
.header{
	position: fixed;
	width: 100%;
	min-width: 710px;
	background: #fff;
    box-shadow: 2px 0 10px #e6e6e6;
	z-index: 9999;
}
.head-wrap{
	position: relative;
	width:100%;
	height: 100px;
	max-width: 1200px;
	margin: auto;
	clear: both;
}
.head-left{
	width: 210px;
	padding: 27px 0 0 20px;
	float: left;
}
.head-left>img{
	width: 163px;
}
.head-right{
	padding-right: 10px;
	float: right;
}
.head-right>li{
	height: 100px;
	float: right;
	cursor: pointer;
}
.head-column{
	width: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 16px;
}
.head-right>li>a{
	display: block;
    width: 100%;
    height: 100%;
}
.head-search{
	width: 70px;
	background: url(../img/common/head_search.png) center no-repeat;
	background-size: 32px 32px;
}
.head-news{
	width: 70px;
	background: url(../img/common/head_news.png) center no-repeat;
	background-size: 34px;
}
.head-active{
	background: #0090f2;
	color: #fff;
}
.head-column>a:hover{
	background: #0090f2;
	color: #fff;
}
.head-news:hover{
	background: url(../img/common/head_news_active.png) center no-repeat;
	background-size: 32px 32px;
}
.head-news-active{
	background: url(../img/common/head_news_active.png) center no-repeat;
	background-size: 32px 32px;
}
.head-search-wrap{
	position: absolute;
	top: 27px;
	right: 10px;
	width: 467px;
	z-index: 999;
	width: 0;
	overflow: hidden;
}
.head-search-box{
	position: relative;
	width: 467px;
	height: 51px;
	border-radius: 51px;
	background: #0090F2;
}
.head-search-box>input{
	width: 100%;
	height: 100%;
	padding: 0 62px 0 32px;
	border: none;
	background: rgba(0,0,0,0);
	color: #fff;
	font-size: 14px;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.head-search-icon{
	position: absolute;
	top: 50%;
	right: 25px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: url(../img/common/head_search_icon.png) center no-repeat;
	background-size: 100%;
	cursor: pointer;
	z-index: 1;
}
.head-search-history{
	width: 450px;
	margin: auto;
	padding: 22px 22px 10px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.head-history-tip{
	line-height: 28px;
	font-size: 14px;
	color: #b8b8b8;
}
.head-history-content>li{
	line-height: 28px;
	font-size: 14px;
	color: #3a3f5c;
	cursor: pointer;
}
.head-history-content>li:hover{
	color: #000;
}
.head-search-box>input::-webkit-input-placeholder {
    color: #e4e4e4;
}
.head-search-box>input:-moz-placeholder {
    color: #e4e4e4;
}
.head-search-box>input::-moz-placeholder {
    color: #e4e4e4;
}
.head-search-box>input:-ms-input-placeholder {
    color: #e4e4e4;
}

/********************float-bar********************/
.float-bar{
	position: fixed;
	bottom: 150px;
	right: -191px;
	z-index: 9999;
	display: none;
}
.float-bar-li{
	position: relative;
    right: 0;
	height: 57px;
	margin-bottom: 1px;
	background: #0090F2;
}
.float-bar-li>a{
	width: 77px;
	display: block;
}
.float-bar-icon{
	width: 100%;
	height: 32px;
}
.bar-icon-qq{
	background: url(../img/common/float_bar_qq.png) center 8px no-repeat;
	background-size: 20px;
}
.bar-icon-service{
	background: url(../img/common/float_bar_service.png) center 8px no-repeat;
	background-size: 20px;
}
.bar-icon-tel{
	background: url(../img/common/float_bar_tel.png) center 8px no-repeat;
	background-size: 20px;
}
.bar-icon-top{
	background: url(../img/common/float_bar_top.png) center 8px no-repeat;
	background-size: 20px;
}
.float-bar-li>a>span{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	display: inline-block;
}
.float-link-tel{
	float: left;
}
.float-tel-number{
    width: 191px;
	padding-top: 10px;
	float: left;
	overflow: hidden;
}
.float-tel-number>span{
	padding-left: 20px;
	color: #fff;
    font: 24px/57px Arial;
	line-height: 37px;
	border-left: 1px solid rgba(209, 209, 209, 0.5);
	display: inline-block;
}
.float-bar-qq:hover,
.float-bar-service:hover,
.float-bar-top:hover{
	margin-left: -10px;
}
.float-bar-qq,
.float-bar-service,
.float-bar-top{
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.float-bar-tel:hover{
    right: 191px;
}
.float-bar-tel{
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

/********************footer********************/
.footer{
	min-width: 700px;
}
.footer-up{
	width: 100%;
	background: #E4E4E4;
}
.footer-up-wrap{
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-width: 700px;
	max-width: 1200px;
	padding: 30px 40px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-company{
	line-height: 38px;
	font-size: 20px;
	color: #707070;
	cursor: pointer;
}
.footer-company-active{
	font-weight: bold;
	color: #000;
}
.footer-contact-title{
	margin-bottom: 20px;
	line-height: 38px;
	font-size: 20px;
	font-weight: bold;
}
.footer-contact-wrap{
	/*width: 290px;*/
	margin-bottom: 4px;
	overflow: hidden;
}
.footer-contact-icon{
	width: 35px;
	height: 35px;
	float: left;
}
.footer-icon-address{
	background: url(../img/common/footer_address.png) center no-repeat;
	background-size: 20px;
}
.footer-icon-tel{
	background: url(../img/common/footer_tel.png) center no-repeat;
	background-size: 24px;
}
.footer-icon-website{
	background: url(../img/common/footer_website.png) center no-repeat;
	background-size: 24px;
}
.footer-contact-dd{
	max-width: 240px;
	padding-left: 15px;
	font-size: 16px;
	line-height: 35px;
	color: #707070;
	float: left;
}
.footer-wechat-title{
	margin-bottom: 20px;
	line-height: 38px;
	font-size: 20px;
	font-weight: bold;
}
.footer-wechat-code>img{
	width: 86px;
}
.footer-Advisory-title{
	margin-bottom: 20px;
	line-height: 38px;
	font-size: 20px;
	font-weight: bold;
}
.footer-Advisory-wrap{
    display: block;
    width: 130px;
    height: 40px;
    padding-left: 15px;
    margin-bottom: 10px;
    border: 1px solid #A1A6BA;
    cursor: pointer;
}
.footer-Advisory-wrap:last-child{
	margin-bottom: 0px;
}
.footer-Advisory-wrap>i{
	width: 40px;
    height: 40px;
    float: left;
}
.footer-icon-qq{
	background: url(../img/common/footer_qq.png) center no-repeat;
	background-size: 20px;
}
.footer-icon-recruit{
	background: url(../img/common/footer_recruit.png) center no-repeat;
	background-size: 22px;
}
.footer-Advisory-wrap>div{
	padding-left: 2px;
    line-height: 40px;
    font-size: 16px;
    float: left;
}
.footer-contact-website{
	 
}

.red{
    color: red;
}

.footer-down{
	width: 100%;
	background: #0090F2;
}
.footer-down-wrap{
	min-width: 700px;
	max-width: 1200px;
	margin: auto;
	padding: 15px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.float-assess-close{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 18px;
	height: 18px;
	background: url(../img/common/float_assess_close.png) center no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.footer-down-wrap>ul{
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.footer-link{
	width: 180px;
	height: 22px;
	border-right: 1px solid #fff;
	line-height: 22px;
}
.footer-link>a{
	color: #fff;
	font-size: 14px;
}
.footer-link:last-child{
	border: none;
}
.footer-down-wrap>a{
	line-height: 26px;
	font-size: 14px;
	color: #cacaca;
}
/********************float-assess********************/
.float-assess{
	position: fixed;
	bottom: 280px;
	left: 0;
	width: 100px;
	height:132px;
	background: #fff;
	box-shadow: 2px 5px 10px 2px #ececec;
	z-index: 9999;
	display: none;
}
.float-assess>a{
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.float-assess img{
	width: 50px;
	margin-bottom: 5px;
}
.float-assess span{
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #3a3f5c;

}


@media screen and (max-width: 930px){
	.head-wrap{
		height: 60px;
	}
	.head-left {
		width: 140px;
	    padding: 10px 0 0 20px;
	}
	.head-left>img {
	    width: 123px;
	}
	.head-right>li {
	    height: 60px;
	}
	.head-column {
	    width: 80px;
	    line-height: 60px;
	}
	.head-search {
	    width: 60px;
	}
	.head-news {
	    width: 60px;
	}
	.head-search-wrap {
		top: 10px;
	}
	.head-search-box {
	    height: 41px;
	}
	.footer-contact-dd{
		max-width: 200px;
	}
}
@media screen and (max-width: 760px){
	.footer-contact-dd{
		max-width: 150px;
	}
}