﻿@charset "utf-8";
body {
    overflow-x: hidden;
    background: #fff;
    line-height: 190%;
    box-sizing: border-box;
    color: #5a5a5a;
    font-family: Microsoft Yahei, 微软雅黑, Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    color: #030303;
    text-decoration: none;
    cursor: pointer;
}

a:link {
    text-decoration: none!important;
}

a:active {
    border: none;
    text-decoration: none!important
}

a:visited {
    list-style: none;
    text-decoration: none!important;
}

a:hover {
    text-decoration: none;
}

input {
    outline: none
}

input:focus {
    outline: none;
}

ul,
li {
    list-style: none;
}

.m1200 {
    margin: 0 auto;
    width: 1200px;
    height: auto;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ov {
    overflow: hidden
}

.hover:hover {
    color: #008e85 !important;
}

.big {
    transition: all 0.6s;
}

.big:hover {
    transform: scale(1.1, 1.1) !important;
}


/* 头部 */


/* .g_header {}

.g_header .m_header_top {
    width: 100%;
    height: 40px;
    background: url("../images/header_top.png") repeat;
}

.g_header .m_header_top span {
    font-size: 14px;
    color: #a3a5a6;
    line-height: 40px;
}

.g_header .m_header_top span a {
    color: #a3a5a6;
    margin: 0px 5px;
}

.g_header .m_header_top form {
    display: block;
    position: relative;
    width: 205px;
    float: right;
    margin: 5px auto;
}

.g_header .m_header_top .inputText {
    width: 165px;
    padding-left: 20px;
    line-height: 30px;
    color: #fff;
    height: 30px;
    border: 0px;
    border-radius: 20px;
    background-color: #5aafbc;
    margin-left: 20px;
    display: inherit;
}

.g_header .m_header_top .inputText::-webkit-input-placeholder {
    line-height: 30px;
    color: #fff;
}

.g_header .m_header_top .btn-search {
    position: absolute;
    right: 12px;
    top: 8px;
    border: none;
    background: none
}

.g_header .m_header_middle {}

.g_header .m_header_middle .u_logo {
    width: 338px;
    height: auto;
    margin: 10px 0;
}

.g_header .m_header_middle .u_head_text {
    font-weight: bold;
    color: #008e85;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    width: 350px;
}

.g_header .m_header_middle .m_text_box {
    margin: 19px 0px;
}

.g_header .m_header_bottom {
    width: 100%;
    height: 50px;
    background: url("../images/nav_bg.png") top center no-repeat;
    ;
}

.g_header .m_header_bottom .m_nav_list {
    line-height: 0px;
    font-size: 16px;
    color: #fff;
}

.g_header .m_header_bottom .m_nav_list li {
    height: 30px;
    line-height: 30px;
    position: relative;
    margin: 10px 0;
    float: left;
    padding: 0px 19.4px;
    cursor: pointer;
}

.g_header .m_header_bottom .m_nav_list li::before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.7);
    height: 22px;
    top: 5px;
    left: 0px;
}

.g_header .m_header_bottom .m_nav_list li.li1::before {
    width: 0px;
}

.g_header .m_header_bottom .m_nav_list li a {
    color: #fff;
} */


/* 尾部 */


/* .g_foot {
    background-color: #434343;
    padding: 20px 0px;
    text-align: center;
    line-height: 0px;
}

.g_foot ul {
    display: inline-block;
    margin: auto;
    line-height: 31px;
}

.g_foot ul li {
    position: relative;
    float: left;
    font-size: 13px;
    padding: 0px 10px;
}

.g_foot ul li::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 12px;
    background: #fff;
    right: 0px;
    top: 11px;
}

.g_foot ul li a {
    color: #fff;
}

.g_foot p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 23px;
} */


/*  公共title*/

.xh_title {
    width: 100%;
    color: #000;
    line-height: 51px;
    border-bottom: 3px solid #10b5bf;
    position: relative;
}

.xh_title:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 107px;
    height: 3px;
    background: #ec940a;
}

.xh_title a {
    color: #000;
    font-size: 19px;
    line-height: 51px;
}

.xh_title img {
    margin-right: 5px;
    vertical-align: middle;
    height: 26px;
}

.xh_title a.fr {
    font-size: 13px;
    color: #9f9a9a;
    line-height: 34px;
    margin-top: 18px;
}


/* 列表提示 */

.list-laypage-default {
    overflow: hidden;
    margin-top: 25px;
    font-size: 14px;
}

.list-laypage-default li {
    width: auto;
    padding: 5px;
    margin: 2px;
    float: left;
    box-sizing: content-box;
}

.thisclass {
    background: #24b0bd;
    color: #fff
}

.thisclass a {
    color: #fff
}

.pageinfo {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
}


/* 导航 */

.position {
    margin: 10px 0px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    line-height: 30px;
    color: #030303;
}