﻿body{
    font-family: "Microsoft Yahei",微软雅黑;
}
a:hover{
    text-decoration: none;
}
a{
    cursor: pointer;
}
/*头部*/
.head_bg{
    height: 36px;
    background: #ffffff;
    width: 100%;
    min-width: 1200px;
    border-bottom: 1px solid #cfcfcf;
}
.head{
    height: 36px;
    line-height: 36px;
    color: #999;
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
}
.bg{
    background: #ffffff;
    width: 100%;
}
.top_left p{
    float: left;
    margin-bottom: 0;
}
.top_left p:nth-child(1){
    margin-right: 10px;
}
.top_right{
    float: right;
}
.top_right a{
    padding: 1px 10px;
    color: #999;
    display: inline-block;
    height: 16px;
    line-height: 13px;
    cursor: pointer;
}
.top_right a:hover{
    text-decoration: none;
}
.head_main{
    height: 90px;
    width: 1200px;
    margin: 0 auto;
}
.head_img{
    display: block;
    width: 328px;
    height: 90px;
    float: left;
}
.head_img img{
    width: 350px;
    margin-top: 12px;
}
.head_main ul{
    float: right;
    width: 825px;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.head_main ul li{
    float: left;
    width: 115px;
}
.head_main ul li:nth-child(1){
    width: 75px;
}
.head_main ul li:nth-child(7){
    width: 150px;
}
.head_main ul li:nth-child(7) a{
    padding-right: 0;
    /*padding-left: 40px;*/
}
.top_account {
    width: 150px!important;
}
.head_main ul li a{
    display: block;
    height: 90px;
    line-height: 90px;
    color: #222222;
    font-size: 17px;
    padding: 0 5px 0 5px;
    text-align: center;
    margin: auto;
}
.head_main ul li a:nth-child(7):hover {
    background: #16afee;
    border: 1px #16afee solid;
    color: #fff;
}
.head_main ul li a:hover {
    background-color: #f8f8f8;
    color: #1585dc;
    text-decoration: none;
    cursor: pointer;
}
.sdw_account{
    padding: 6px 11px;
    border-radius: 3px;
    color: #ffffff;
    background: -webkit-linear-gradient(top, rgb(50, 149, 250) 0%,rgb(20, 122, 224) 100%) !important;
    background: -ms-linear-gradient(top, rgb(50, 149, 250) 0%,rgb(20, 122, 224) 100%) !important;/*ie11*/
}
/*.sdw_account:hover{*/
    /*background: #1585dc;*/
    /*border: 1px #1585dc solid;*/
    /*color: #fff;*/
/*}*/
/*底部*/
.footer_date{
    width: 32%;
    float: right;
    height: 191px;
    color: #b3b5ba;
}
.footer_about{
    width: 30%;
    float: left;
    height: 191px;
    color: rgb(82,83,84);
    text-align: center;
}
.footer_about_text{
    margin-top: 80px;
}
.footer_about_text p{
    height: 34px;
}
.footer_about_text p a{
    color: #b3b5ba;
    cursor: pointer;
}
.footer_about_text p a:nth-child(2){
    margin: auto 30px;
}
.footer_text{
    margin-top: 40px;
    font-size: 15px;
    margin-left: 52px;
}
.footer_text p{
    margin: 20px 0;
}
.footer_div{
    width: 1200px;
    margin: auto;
}
.section a img{
    width: 175px;
    height: 55px;
}
.tel{
    font-size: 30px;
    color: #167ce2;
}
.footer{
    height: 210px;
    background: rgb(22,26,36);
}
.footer_down{
    background: rgb(22,26,36);
}
.code {
    text-align: center;
    color: #b3b5ba;
    width: 38%;
    float: left;
    height: 152px;
    margin-top: 25px;
    font-size: 15px;
    background: rgb(22,26,36);
    border-left: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
}
.code .left-code {
    margin-right: 70px;
    margin-top: 20px;
}
.code>div {
    display: inline-block;
    position: relative;
}
.code a {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.info {
    background: rgb(22,26,36);
    text-align: center;
    font-size: 12px;
    color: #b3b5ba;
    padding-top: 20px;
    padding-bottom: 5px;
    width: 1200px;
    margin: auto;
    border-top: 1px solid #3a3a3a;
}
/*about左侧栏*/
.info_left{
    width: 175px;
    text-align: center;
    /*background: #ffffff;*/
    cursor: pointer;
    float: left;
}
.info_left ul{
    border: 1px solid #eaeaea;
    padding-left: 0px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 20px rgba(0,0,0,0.15);
    box-shadow: 0 1px 20px rgba(0,0,0,0.15);
}
.info_left ul li{
    border-top: 1px solid #eaeaea;
    list-style-type: none;
}
.info_left ul li a{
    font-size: 16px;
    color: #333;
    line-height: 55px;
    display: block;
}
.info_left ul li a:hover{
    color: #00a0e9;
}