
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,h7,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#808080;position:relative;font:18px/1.5 Microsoft YaHei,arial,宋体,sans-serif; font-weight: 300; vertical-align:baseline;width:100%; overflow-x: hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#808080;}
a:visited{color:#808080;}
a:hover,a:active,a:focus{color:#00BDFF;text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
s, i, b, u {font-weight: normal; font-style: normal; text-decoration: none;}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1, h2, h3, h4, h5, h6, h7{font-size:12px;font-weight:bold;}

.container_wrap {
    /* width: 1920px; */
    /* margin: 0 auto; */
    position: relative;
    /* left: 50%;
    margin-left: -960px; */
}
.container {
    width: 1100px;
    margin: 0 auto;
}

/* 头部 导航栏 */
.head_wrap {
    height: 70px;
}
.head_logo {
    float: left;
    margin-top: 17px;
}
.head_log img {
    width: 115px;
    height: 37px;
    display: block;
}
.head {
    height: 70px;
    float: right;
    /* margin-right: -35px; */
    color: #808080;
}
.head li {
    float: left;
    padding: 0 35px;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.head_name {
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    display: block;
}
.head li:hover .head_name, .head_name.current {
    height: 69px;
    color: #00BDFF;
    border-bottom: 1px solid #00BDFF;
}
.head_down {
    display: none;
    background: #fff;
    border-radius: 6px;
}
.head_down a {
    display: block;
}
.head_down_about {
    width: 124px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    padding: 8px 0;
    position: absolute;
    left: 50%;
    top: 70px;
    margin-left: -62px;
}
.head_down_about a:hover {
    color: #00BDFF;
}
.head_down_product {
    width: 570px;
    padding: 14px 0px 20px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 70px;
    margin-left: -287px;
}
.head_down_product .head_product {
    line-height: 26px;
    min-width: 128px;
    float: left;
    font-size: 14px;
    margin: 0 25px;
}
.head_product .name {
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #808080;
    cursor: default;
    margin-bottom: 6px;
}

/* 合作单位 */
.coo_wrap {
    width: 1316px;
    padding: 90px 0 60px;
    text-align: center;
}
.coo_content {
    padding-top: 40px;
    overflow: hidden;
}
.coo_content li {
    width: 315px;
    height: 87px;
    text-align: center;
    line-height: 87px;;
    background: #fafafa;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 7px 16px;
    float: left;
}
.coo_content li img {
    max-width: 315px;
    max-height: 87px;
    display: inline-block;
}



/* 底部导航 */
.foot_nav_wrap {
    /* width: 1830px; */
    background: #333;
    padding: 52px 0 52px 90px;
    box-sizing: border-box;
}
.foot_nav_content {
    overflow: hidden;
}
.foot_nav {
    width: 240px;
    line-height: 36px;
    color: #acacac;
    padding-right: 20px;
    float: left
}
.foot_nav_title {
    font-size: 18px;
    margin-bottom: 25px;
    color: #dfdfdf;
}
.foot_nav_title a {
    color: #dfdfdf;
}
.foot_nav li {
    font-size: 14px;
    font-weight: 300;
}
.foot_nav li a {
    color: #acacac;
}
.foot_nav li a:hover, .foot_nav_title a:hover {
    color: #00bdff;
}
.foot_nav_code {
    padding-left: 30px;
}
.foot_code {
    width: 280px;
}
.foot_nav .img_wrap {
    overflow: hidden;
}
.foot_nav .img_wrap .img {
    width: 120px;
    text-align: center;
    margin-right: 20px;
    float: left;
}
.foot_nav .img_wrap .img img {
    width: 120px;
    height: 120px;
    /* margin-bottom: 7px; */
}
.foot_nav .tel {
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
    color: #dfdfdf;
}
/* .foot_nav:nth-child(2) ul li:nth-child(6) {
    display: none;
} */

/* 底部版权 */
.foot_wrap {
    /* width: 1896px; */
    text-align: center;
    line-height: 36px;
    background: #000;
    padding: 0 12px;
    color: #acacac;
    font-size: 10px;
    box-sizing: border-box;
}
.foot_wrap a {
    color: #acacac;
    padding: 0 10px;
}


/* 内页banner */
.inner_banner {
    width: 100%;
}
.inner_banner img {
    width: 100%;
    display: block;
}

/* 面包屑 */
.station_wrap {
    line-height: 24px;
    padding: 30px 0 10px;
    font-size: 14px;
    color: #333;
}
.station_wrap a, .station_wrap i {
    color: #808080;
}
.station_wrap span {
    color: #00bdff;
    padding-bottom: 5px;
    border-bottom: 1px solid #00bdff;
}
.station_wrap a:hover {
    color: #00bdff;
}
