
.container{
    width: 1200px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.container-full {
    width: 100%;
}
header {
    height: 75px;
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 999;
    box-sizing: border-box;
}
.header{
    padding-left: 60px;
    padding-right: 60px;
}
.top-logo {
    width: 152px;
    height: 44px;
}
.top-logo img {
    width: 100%;
    height: 100%;
}
.head-nav {
    margin-left: 60px;
}
.head-nav>li a{
    text-decoration:none;
    font-size: 16px;
    color: #fff;
    padding: 5px 15px;
    line-height: 30px;
}
.head-nav>li {
    position: relative;
    height: 75px;
    line-height: 75px;
    cursor: pointer;
    padding: 0 30px;
}
.head-nav >li.active::after {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%); 	/* IE 9 */
    -moz-transform:translate(-50%,-50%);	/* Firefox */
    -webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%,-50%);
}
.baseC{
    color:#35a5ee;
}
.assess {
    height: 280px;
    background: url(../img/bg.png) no-repeat bottom;
}
.header-hidden {
    position: fixed;
    left: 0;
    right: 0;
    top: 75px;
    background-color: #fff;
}
.nav-sub {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
/*.nav-sub {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 86px;*/
/*    transform: translate(-42%, 0);*/
/*    width: auto;*/
/*    max-width: 1200px;*/
/*    padding: 20px 30px;*/
/*    background-color: #fff;*/
/*    border-radius: 5px;*/
/*}*/
.square-icon{
    position: absolute;
    top: 80px;
    left: 50%;
    width: 15px;
    height: 15px;
    background-color: #fff;
    transform: translate(-50%,0);
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);
    /*box-shadow: 0 0 5px 1px #eee;*/
}
.nav-sub-main {
    position: relative;
    white-space: nowrap;
}
.nav-sub-main li{

    margin-right: 20px;
}
.nav-sub-sub li {
    padding-left: 30px;
    line-height: 36px;
}
.nav-sub-sub li::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    width: 4px;
    height: 4px;
    border: solid 1px #333333;
    border-radius: 50px;


}
.nav-sub-sub {

}
.nav-sub-sub li {
    font-size: 14px;
}
.word-wrap{
    word-wrap : break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.nav-sub{
    /*box-shadow: 0 0 5px 1px #000;*/
}
.nav-sub::after,.head-hover::after{
    display: block;
    content: '';
    width:100%;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: -1;
    box-shadow:0px 2px 3px rgba(0,0,0,0.5);
}
/*底部免费咨询*/
.consult {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(0,0,0,.5);
    z-index: 99;
}
.contact-bg-icon {
    position: absolute;
    width: 200px;
    height: 180px;
    bottom: 0;
    left: 0;
}
.bottom-input1 {
    width: 320px;
    height: 38px;
    border-radius: 50px;
    padding-left: 20px;
    margin-right: 25px;
    margin-left: 100px;
    background-color: #fff;
    overflow: hidden;
}
.bottom-input1 input{
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    color: #333;
    box-sizing: border-box;

}
.bottom-input2 {
    width: 236px;
    height: 38px;
    border-radius: 50px;
    padding-left: 20px;
    margin-right: 30px;
    background-color: #fff;
    overflow: hidden;
}
.bottom-input2 input{
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    color: #333;
    box-sizing: border-box;
}
.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
}
.s{
    animation-duration:.2s
}
/*头部悬浮*/
.head-hover {
    background-color:rgba(255,255,255,1);
}
.head-hover .head-nav>li a{
    color: #333;
}
.head-hover .head-nav>li a:hover{
    border-radius: 50px;
    font-size: 16px;
    background-color: rgba(0,0,0,.1);
}
/*右侧悬浮*/
.right_nav_fl li {
    cursor: pointer;
}
.official-code {
    width: 90px;
    height: 76px;
    position: relative;
    background-image: url('../img/icon4.png');
}
.official-code img {
    width: 200px;
    position: absolute;
    left: -200px;
    bottom: 0;
    -webkit-transform: scale(0.23);
    transform: scale(0.23);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all
}
.official-code:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.hot-icon::after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff url("../img/fire.png") no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 3px;
    margin-bottom: 3px;
}
.short-time{
    animation-duration:.2s
}
