*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
}
html,body{
	width: 100%;
	background-color: #fff;
	color: #404d53;
	min-width: 1200px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
ul,li{
	list-style: none;
}
a:link,a:hover,a:active,a:visited{
	text-decoration: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
p{
	word-break: break-word;
}
.cl-fix{
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clear:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.fl{float: left;}
.fr{float: right;}
.none{
	display: none;
}
.pointer{
	cursor: pointer;
}
.cc-btn {
    background-color: #47a4f2;
    border: none;
    outline: none;
    border-radius: 2px;
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 14px;
}
.cc-btn:hover{
	background-color: #5bb4ff;
}
.cc-btn:active{
	background-color: #2c89d7;
}
body .btn-no,body .btn-no:hover,body .btn-no:hover:active{
	color: #b7b7b7;
    border: 1px solid #d8dfe6;
    background: #f3f6f9;
    cursor: default;
}
.b{display:block;}
.ib{display:inline-block;}
/*箭头反转*/
body .arr-0{
	transform: rotate(0deg);
}
body .arr-180{
	transform: rotate(180deg);
}
/*滚动条*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar  
{  
    width: 10px;  
    height: 10px;  
    background-color: white;  
}  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{   
    border-radius: 0px;  
    background-color: white;  
} 
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 0px;   
    background-color: #bac5d3;  
}
/*头部*/
.header{
	width: 100%;
	min-width: 1040px;
	background: #1a364d;
	height: 100px;
	position: fixed;
	top: 0px;
	z-index: 5;
}
.header-con{
	position: relative;
	width: 1200px;
	height: 100%;/*60px*/
	margin: 0 auto;
	padding: 0 20px;
}
.header-tab{
	float: left;
	height: 100px;
	line-height: 100px;
	position: relative;
	margin-right: 40px;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
.header-tab:hover, .header-tab.highlight{
	color: #ff7700;
}
.icon-company{
	width: 50px;
    height: 30px;
    float: left;
    cursor: pointer;
    background: url(../images/icon-header.png) no-repeat;
    background-size: contain;
    margin-top: 34px;
}
.header-button{
    height: 44px;
    width: 200px;
    margin-top: 28px;
    text-align: center;
    border: 2px solid #ff7700;
    padding: 0 10px;
    line-height: 40px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    color: #ff7700;
    letter-spacing: 1px;
}
.header-title{
    letter-spacing: 1px;
	font-size: 18px;
	color: #fff;
	height: 100%;
	line-height: 100px;
	float: left;
	font-weight: bold;
	cursor: pointer;
}
.header-title-text{
	width: 148px;
    height: 22px;
	margin-top: 39px;
    float: left;
    cursor: pointer;
    background: url(../images/header-title.png) no-repeat;
    background-size: contain;
}
.header-tab-service:hover .header-services-box{
	display: block;
}
.header-services-box{
	display: none;
	position: absolute;
	background-color: #fff;
	padding: 6px 14px;
    width: max-content;
	right: -14px;
    top: 75px;
	border-radius: 6px;
}
.header-services-box ul{

}
.header-services-box ul li{
	height: 32px;
	line-height: 32px;
	color: #01203a;
	cursor: pointer;
	text-align: right;
	font-weight: bold;
}
.header-services-box ul li:hover{
	color: #ff7700;
}
.container{
	padding-top: 100px;
}
/* 底部 */
.footer{
	min-width: 1040px;
	position: relative;
}
.footer-info{
	background: #01203a;
}
.footer-content{
	padding: 50px 20px 35px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	width: 1200px;
	margin: 0 auto;
}
.footer-content .icon-company{
	margin-top: 0;
}
.footer-content p, .footer-content a{
	font-weight: bold;
	line-height: 33px;
}
.footer-content p.fs20{
	font-size: 20px;
}
.footer-content-icon{
	width: 20px;
    height: 20px;
    margin-right: 9px;
    display: inline-block;
    background-size: 100% 100%;
    position: relative;
    top: 5px;
}
.footer-content a,.footer-content a:visited{
	color: #fff;
}
.footer-content a:hover,.footer-content a:active{
    color: #ff7700;
}
.mr-for-icon{
	margin-right: 29px;
}
.mb-for-footer{
	margin-bottom: 5px;
}
.footer-content .fl{
	width: 386px;
}
.footer-content .fr{
	width: 386px;
}
.icon-call{
	background-image: url(../images/icon-call.png);
}
.icon-phone{
	background-image: url(../images/icon-phone.png);
}
.icon-fax{
	background-image: url(../images/icon-fax.png);
}
.icon-location{
	background-image: url(../images/icon-location.png);
}
.icon-build{
	background-image: url(../images/icon-build.png);
}
.icon-email{
	background-image: url(../images/icon-email.png);
}
.icon-time{
	background-image: url(../images/icon-time.png);
}
.icon-wechat{
	background-image: url(../images/icon-wechat.png);
}
.footer-mark{
    width: 100%;
    height: 40px;
    background-color: #01203a;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.footer-mark p{
	font-weight: bold;
}
.footer-contact{
	line-height: 30px;
    font-size: 30px;
    margin-bottom: 15px;
	font-weight: bold;
}
.footer-tips{
	line-height: 30px;
    font-size: 17px;
    margin-bottom: 35px;
    font-weight: bold;
}
.follow-box{
}
.follow-box .img-follow{
	width: 46px;
	height: 46px;
	margin-right: 11px;
	cursor: pointer;
}
.follow-box .img-follow:nth-of-type(1){
	background-image: url(../images/footer-follow-1.png);
	background-size: cover;
}
.follow-box .img-follow:nth-of-type(2){
	background-image: url(../images/footer-follow-2.png);
	background-size: cover;
}
.follow-box .img-follow:nth-of-type(3){
	background-image: url(../images/footer-follow-3.png);
	background-size: cover;
}
.web-button{
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.web-button:hover{
	background-color: #01203a;
	border-color: #01203a;
}
.footer-title-text{
	width: 148px;
    height: 22px;
    margin-top: 4px;
    float: left;
    cursor: pointer;
    background: url(../images/header-title.png) no-repeat;
    background-size: contain;
}
.c-o{
	color: #ff7700;
}
.follow-box .code-public-account{
    width: 96px;
    height: 96px;
    background-image: url(../images/code-public-account.png);
    background-size: cover;
    margin-right: 270px;
    margin-bottom: 10px;
}