*{
	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: 1400px;
}
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: 1400px;
	height: 110px;
	background: linear-gradient(135deg, 
	#4A90E2 0%,   /* 天蓝 */
	#5AA0E8 25%,  /* 浅蓝 */
	#7F6BC1 50%,  /* 紫蓝 */
	#9B59B6 75%,  /* 紫色 */
	#B45FCF 100%  /* 粉紫 */
	);
  	color: #fff;
}
.header-con{
	position: relative;
	width: 1400px;
	height: 100%;/*60px*/
	margin: 0 auto;
	padding: 0 60px;
}
.header-tab{
	float: left;
	position: relative;
	margin-right: 40px;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	margin-top: 34px;
	position: relative;
	padding: 10px 15px;
	min-width: 120px;
	text-align: center;
}
  
  /* 四条边框的通用样式 */
  .header-tab::before,
  .header-tab::after,
  .header-tab span::before,
  .header-tab span::after {
	content: "";
	position: absolute;
	background: white;
	transition: all 0.3s ease;
  }
  
  /* 顶边 */
  .header-tab::before {
	height: 1px;
	left: 0;
	top: 0;
	width: 0;
  }
  
  /* 底边 */
  .header-tab::after {
	height: 2px;
	right: 0;
	bottom: 0;
	width: 0;
  }
  
  /* 左边 */
  .header-tab span::before {
	width: 1px;
	left: 0;
	bottom: 0;
	height: 0;
  }
  
  /* 右边 */
  .header-tab span::after {
	width: 2px;
	right: 0;
	top: 0;
	height: 0;
  }
  
  /* hover 时的动画 */
  .header-tab:hover::before,
  .header-tab:hover::after {
	width: 100%;
  }
  
  .header-tab:hover span::before,
  .header-tab:hover span::after {
	height: 100%;
  }

.icon-company{
	width: 38px;
    height: 38px;
    float: left;
    cursor: pointer;
    background: url(../images/icon-header.png) no-repeat;
    background-size: contain;
    margin-top: 36px;
    margin-right: 15px;
}
.header-title{
    letter-spacing: 1px;
	font-size: 24px;
	color: #fff;
	height: 110px;
	line-height: 110px;
	float: left;
	font-weight: bold;
	cursor: pointer;
}
.container{
}
/* 底部 */
.footer{
	position: relative;
}
.footer-info{
	background-color: #191970;
}
.footer-content{
	width: 1400px;
	margin: 0 auto;
	padding: 50px 150px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
.footer-content .icon-company{
	width: 42px;
    height: 42px;
    float: left;
    cursor: pointer;
    background: url(../images/icon-header.png) no-repeat;
    background-size: contain;
    margin-top: 0px;
    margin-right: 15px;
    position: relative;
    top: -7px;
}
.footer-content-margin{

}
.footer-content-icon{
	width: 20px;
    height: 20px;
    margin-right: 9px;
    display: inline-block;
    background-size: 100% 100%;
    position: relative;
    top: 5px;
}
.mr-for-icon{
	margin-right: 29px;
}
.mb-for-footer{
	margin-bottom: 5px;
}
.footer-content .fl{
}
.footer-content .fr{
}
.footer-mark{
    width: 100%;
    height: 40px;
	line-height: 40px;
	text-align: center;
	color: #8d8d8d;
	font-size: 12px;
}
.footer-contact{
	line-height: 30px;
    font-size: 35px;
    margin-bottom: 35px;
}
.footer-contact-tips{
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 30px;
}
.footer-content-box-1{
	width: 920px;
	padding-right: 70px;
}
.footer-content-box-1 p{
	margin-bottom: 15px;
}

#backToTop {
	position: fixed;
	top: 40px;
	right: 40px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 999;
	background-image: url(../images/go-back.png);
	background-size: cover;
	background-color: transparent;
	border: 0;
	display: none;
}
.footer-content-box-2 p a,.footer-content-box-2 p a:visited{
	font-size: 18px;
	color: #fff;
}
.footer-content-box-2 p{
	line-height: 24px;
	margin-bottom: 15px;
}

.footer-content a,.footer-content a:visited{

}
.footer-content a:hover,.footer-content a:active{
	text-decoration: underline;
}