﻿@charset "utf-8";
/* CSS Document */

/*公共样式*/
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 14px;
    font-family: "微软雅黑" !important;
    padding-top: 0px !important;
}

div {
    padding: 0px;
    margin: 0px;
}

span, p {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

img {
    margin: 0px;
    padding: 0px;
}

dl, dt, dd, ol, ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    max-width: 100%;
}

table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
}

input, select {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.wrapper{
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}
.clearfix:after{
    content: "";
    display: block;
    font-size: 0;
    visibility: hidden;
    clear: both;
}

/*头部*/
.top {
    width: 100%;
    height: 100px;
}

.top_bg {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.head_logo {
    margin-top: 20px;
}

.head_logo a, .head_logo a img {
    display: block;
}

.head_detail {
    width: 400px;
    height: 100%;
    margin-top: 28px;
}

.head_qq {
    width: 50%;
    height: 40px;
}

.head_qq img {
    width: 40px;
    height: 100%;
    float: left;
}

.head_qq p {
    font-size: 18px;
    color: #666;
    line-height: 40px;
    font-weight: bold;
    margin-left: 47px;
}

.head_phone {
    width: 50%;
    height: 40px;
}

.head_phone img {
    width: 40px;
    height: 100%;
    float: left;
}

.head_phone p {
    font-size: 18px;
    color: #666;
    line-height: 40px;
    font-weight: bold;
    margin-left: 50px;
}

/*导航*/
.nav {
    width: 100%;
    background: #f8b071;
}

.nav_bg ul {
    width: 100%;
    height: 100%;
}

.nav li {
    width: 16.6%;
    height: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.nav li .subnav {
    position: absolute;
    width: 100%;
    background: #f8b071;
    top: 50px;
    left: 0;
    z-index: 11;
    padding: 10px 0;
    display: none;
}

.nav li .subnav a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
}

.nav li .subnav a:hover {
    background: #f38422;
}

.nav li a {
    font-size: 18px;
    color: #fff;
    height: 68px;
    line-height: 68px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.nav li:hover {
    background: #f38422;
}

.nav li:hover .subnav {
    display: block;
}

.nav li a:hover, .nav .cur a {
    color: #fff100;
}

.nav li.cur {
    background: #f38422;
}
.nav li>span{
    width: 15px;
    transition: transform 0.3s;
    height: 8px;
    background: url(../images/x_icon.png) no-repeat center center;
    display: none;
    position: absolute;
    right: 0px;
    top: 15px;
    background-size: 100% 100%;
}
.nav li.show span {
     transform: rotate(-180deg);
}

/*footer*/
.footer {
    width: 100%;
    background: #1c8792;
    padding: 20px 0 0;
}

.footer .botnav{

}
.footer .botnav li{
    width: 20%;
    margin-bottom: 20px;

    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.footer .botnav li a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.footer .botnav li a:hover{
    color:#f38422;
}
.footer .mid{
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.footer .mid .tel{
    line-height: 45px;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
}

.footer_ewm ul {
    width: 100%;
    height: 100%;
}

.footer_ewm li {
    width: 120px;
    height: 100%;
    overflow: hidden;
    margin-right: 58px;
}

.footer_ewm li p {
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 26px;
}

.footer_detail {
    width: 100%;
    font-size: 14px;
    color: #f9f9f9;
    background:#166d76;
    line-height: 24px;
    padding: 10px 0;
}
.footer_detail a{
    color: #f9f9f9;
}
.footer_detail p {
    text-align: center;
    color: #fff;
}


.footer_link {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #1c8792;
    border-bottom: 1px solid #29949f;
}

.link {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.link li {
    margin: 8px 0 5px 0;
    float: left;
    color: #fff;
}

.link li p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.link li a {
    font-size: 14px;
    color: #fff;
    margin: 0 10px 0 10px;
}

.link li a:hover {
    color: #ec8002;
}

/*分页*/
.pagination {
    margin: 30px auto;
    overflow: hidden;
}

.pagination span {
    float: left;
    display: block;
    padding: 10px 20px;
    border: 1px solid #f2a301;
    background: #f2a301;
    color: #fff;
}

.pagination a {
    display: block;
    float: left;
    padding: 10px 20px;
    margin: 0 10px;
    border: 1px solid #313131;
    border-radius: 4px;
    color: #313131;
}

/*相关推荐*/
.recommend {
    width: 100%;
    height: 230px;
    margin-top: 45px;
    margin-bottom: 20px;
}

.recommend_bg {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.recommend_bg p {
    font-size: 20px;
    color: #f2a301;
    height: 30px;
    overflow: hidden;
}

.recommend_bottom {
    width: 100%;
    height: 180px;
    margin-top: 20px;
}

.recommend_left {
    width: 45%;
    height: 100%;
}

.recommend_left ul {
    width: 100%;
    height: 100%;
}

.recommend_left li {
    width: 100%;
    height: 30px;
    border-bottom: 1px dashed #232323;
}

.recommend_left li a {
    width: 80%;
    height: 30px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    float: left;
}

.recommend_left li span {
    width: 18%;
    height: 30px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    font-size: 16px;
    float: right;
}

.recommend_right {
    width: 45%;
    height: 100%;
}

.recommend_right ul {
    width: 100%;
    height: 100%;
}

.recommend_right li {
    width: 100%;
    height: 30px;
    border-bottom: 1px dashed #232323;
}

.recommend_right li a {
    width: 80%;
    height: 30px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    float: left;
}

.recommend_right li span {
    width: 18%;
    height: 30px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    font-size: 16px;
    float: right;
}

.recommend_left li:hover a {
    color: #f2a301;
}

.recommend_right li:hover a {
    color: #f2a301;
}

.recommend_left li:hover span {
    color: #f2a301;
}

.recommend_right li:hover span {
    color: #f2a301;
}

.menu{
    float: right;
    display: none;
    margin-left: 20px;
    margin-top: 23px;
}

.shadow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: url("../images/black_60.png");
    z-index: 11;
}
.shadow img{
    position: absolute;
    right: 42%;
    top: 20px;
}
body.active .shadow{
    display: block;
}

.bottom-fixed{
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    display: none;
}
.bottom-fixed .tel-box{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
    z-index: 11;
}
.bottom-fixed .tel-box a{
    color: #fff;
    font-size: 1.2rem;
}