.header .head_top {
    border-bottom: 1px solid #ececec;
    color: #666;
    letter-spacing: .5px;
    font-size: 14px;
    line-height: 39px;
}

.header .head_top .head_top_nav a {
    display: inline-block;
    padding: 0 4px 0 24px;
    color: inherit;
}

.header .head_top .head_top_nav a:nth-child(2) {
    background: url(../img/ic1.png) no-repeat left center;
}

.header .head_top .head_top_nav a:nth-child(3) {
    background: url(../img/ic2.png) no-repeat 3px center;
}

.header .head_top .head_top_nav a:nth-child(4) {
    background: url(../img/ic3.png) no-repeat 2px center;
}

.header .head_top .head_top_nav a:hover {
    color: #009cff;
}

.header .head_mid {
    height: 120px;
}

.header .head_mid img.logo {
    display: block;
    margin-top: 19px;
}

.header .head_mid .logo_tit {
    margin-top: 18px;
    width: 444px;
    text-align: right;
}

.header .head_mid .tel_txt {
    width: 314px;
    color: #333;
    font-size: 18px;
}

.header .head_mid .tel_txt_l h3 {
    float: right;
    overflow: hidden;
    padding-top: 32px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
}

.header .head_mid .tel_txt_l h3 span {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 4px;
}

.header .head_mid .tel_txt_l h3 img {
    display: inline-block;
}

.header .head_mid .tel_txt_l p {
    margin-top: 5px;
    color: #009cff;
    font-size: 30px;
    line-height: 26px;
}

.header .head_mid .tel_txt > img {
    margin-top: 19px;
    border: 4px solid #009cff;
}

.header .head_nav {
    position: relative;
    z-index: 855;
    width: 100%;
    height: 58px;
    background: #333;
}

.header .head_nav ul.nav_list li {
    margin: 0 19px;
    color: #666;
}

.header .head_nav ul.nav_list li a {
    display: inline-block;
    width: 103px;
    height: 78px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 58px;
    transition: .3s;
}

.header .head_nav ul.nav_list li a.on, .header .head_nav ul.nav_list li a:hover {
    background: url(../img/navbg1.png) no-repeat;
}

.header .head_nav ul.nav_list li:nth-child(2) a, .header .head_nav ul.nav_list li:nth-child(3) a {
    width: 154px;
}

.header .head_nav ul.nav_list li:nth-child(2) a.on,.header .head_nav ul.nav_list li:nth-child(3) a.on, .header .head_nav ul.nav_list li:nth-child(2) a:hover, .header .head_nav ul.nav_list li:nth-child(3) a:hover {
    background: url(../img/navbg2.png) no-repeat;
}

.header .head_nav ul.nav_list li:first-child {
    margin-left: 0;
}

.header .head_nav ul.nav_list li:last-child {
    margin-right: 0;
}

.banner {
    position: relative;
    width: 100%;
    height: 600px;
}

.banner .img {
    width: 100%;
    height: auto;
}

.banner .img a {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
}

.banner .img a i {
    display: block;
    height: 600px;
}

.banner .tab {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -30px;
}

.banner .tab li {
    float: left;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #999;
    cursor: pointer;
    transition: .3s;
}

.banner .tab li.on {
    background: #009cff;
}

.banner .btn {
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
    margin-top: -30px;
    width: 100%;
}

.banner:hover .btn {
    display: block;
}

.banner .btn span {
    position: absolute;
    width: 35px;
    height: 60px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.banner .btn span:hover {
    background: rgba(0, 0, 0, .8);
}

.banner .btn span:nth-child(1) {
    left: 25px;
}

.banner .btn span:nth-child(2) {
    right: 25px;
}

.search {
    height: 70px;
}

.search .search_l {
    width: 830px;
    height: 100%;
    color: #333;
    letter-spacing: .1px;
    line-height: 70px;
}

.search .search_l span {
    padding-left: 39px;
    background: url(../img/hot.png) no-repeat left center;
    font-weight: 600;
    font-size: 14px;
}

.search .search_l ul {
    height: 100%;
}

.search .search_l ul li {
    float: left;
    color: #666;
    font-size: 14px;
}

.search .search_l ul li a {
    display: inline-block;
    padding: 0 11px;
    color: inherit;
}

.search .search_l ul li a:hover {
    color: #009cff;
}

.search .search_r {
    width: 350px;
}

.search .search_r form {
    position: relative;
    margin-top: 20px;
    height: 44px;
}

#keyword {
    box-sizing: border-box;
    width: 316px;
    height: 35px;
    outline: 0;
    border: 1px solid #b3b3b3;
    border-radius: 5px 0 0 5px;
    background: 0 0;
    color: #999;
    text-indent: 14px;
    letter-spacing: .5px;
    font-size: 14px;
    line-height: 35px;
}

:-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

#s_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    outline: 0;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: url(../img/saosou.png) no-repeat center #009cff;
    cursor: pointer;
}

.footer {
    margin-top: 70px;
}

.footer .wrap {
    position: relative;
}

.footer .foot_top {
    height: 300px;
    background: #333;
}

.footer .foot_top .left {
    width: 271px;
}

.footer .foot_top .left .title {
    overflow: hidden;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 3px;
}

.footer .foot_top .left .title h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 50px;
}

.footer .foot_top .left .title p {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-top: 6px;
    margin-bottom: 9px;
}

.footer .foot_top .left .txt p {
    color: #d8d8d8;
    line-height: 30px;
}

.footer .foot_top .mid {
    margin-left: 40px;
}

.footer .foot_top .mid ul li {
    float: left;
    width: 33.3%;
}

.footer .foot_top .mid ul li a {
    color: #d8d8d8;
    line-height: 26px;
    display: block;
}

.footer .foot_top .logo {
    position: absolute;
    top: 178px;
    right: 163px;
}

.footer .foot_bot {
    height: 50px;
    background: #000;
    text-align: center;
    line-height: 50px;
color: #fff;
}

.footer .foot_bot a {
	margin-left:5px;
    display: inline-block;
    color: #fff;
    word-spacing: 5px;
}

.kf_page {
    margin-top: -120px;
    top: 50%;
    z-index: 99999999;
    transition: all .1s;
    background: url(../images/kf_bg.png) no-repeat center 0 transparent;
    position: fixed;
    right: 0;
    width: 134px;
}

.kf_title {
    position: absolute;
    border-radius: 6px 0 0 6px;
    background: url(../images/kf_title.png) no-repeat center 5px #009cff;
    margin-left: -29px;
    width: 29px;
    height: 145px;
    margin-top: 19px;
}

.kf_title > a > span {
    transition: all .1s;
    display: block;
    width: 20px;
    height: 20px;
    margin: 119px auto 0;
    background: url(../images/kf_jian.png) no-repeat center;
}

.kf_online {
    border-radius: 6px;
    width: 115px;
    height: 33px;
    background: url(../images/kf_online.png) no-repeat center #009cff;
    margin: 19px auto 0;
}

.kf_fx {
    width: 115px;
    height: 33px;
    border-radius: 6px;
    background: url(../images/kf_fx.png) no-repeat center #009cff;
    margin: 8px auto 0;
}

.kf_title > a, .kf_online > a, .kf_fx > a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}

.kf_qr-code {
    background: url(../images/kf_qr-code.png) no-repeat center;
    width: 100px;
    height: 102px;
    margin: 8px auto 0;
}

.kf_page > p {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    letter-spacing: -1px;
    text-align: center;
}

.jiathis_style_32x32 {
    display: none;
    margin-left: -54px;
    width: 190px;
}