* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
}

body {
    font-size: 1.4rem;
    font-family: '微软雅黑';
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

.clear:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/*初始化结束*/

/*内页通用部分开始*/

@media screen and (max-width: 1800px) and (min-width: 1441px) {
    html {
        font-size: 8px;
    }
    .left_menu p {
        margin: 0 8.9%;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1201px) {
    html {
        font-size: 7px;
    }
    .left_menu p {
        margin: 0 6.9%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
    html {
        font-size: 6px;
    }
    .left_menu p {
        margin: 0 6.9%;
    }
}

.main_wrap {
    background-color: #f1f1f1;
}

/*左部菜单*/

.left_menu {
    position: fixed;
    left: -14.6%;
    top: 0;
    width: 14.6%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    z-index: 9999999;
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.3);
    display: none;
}

.left_menu img {
    width: 55%;
    margin: 20px;
}

.left_menu img:first-child {
    margin-top: 19.6%;
}

.left_menu>ul>li {
    text-align: center;
    font-size: 1.6rem;
    color: #424242;
}

.left_menu .shouqi, .left_menu .caidan {
    position: absolute;
    width: 25px;
    padding: 4px 5px;
    height: 64px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    background: #1966ff;
    /*right:100%;*/
    top: 50%;
    left: 100%;
    margin-top: -32px;
    cursor: pointer;
    display: none;
}

.left_menu .caidan {
    display: block;
}

.left_menu>ul>li>a {
    display: block;
    line-height: 2.4em;
    margin: 0 20%;
    border: 1px solid transparent;
}

.left_menu>ul>li>a.active {
    color: #fff;
    background-color: #424242;
    border-color: #626262;
}

.left_menu>ul>li>a:hover {
    color: #fff;
    background-color: #424242;
    border-color: #626262;
}

.nav_second {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 100%;
    width: 8.22%;
    height: 100%;
    background: #353331;
    width: 0;
    display: none;
}

.nav_second li {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-200%);
}

.nav_second li a {
    display: block;
    font-size: 1.4rem;
    color: #fff;
    margin: 0;
    line-height: 3.75rem;
}

.nav_second li a:hover {
    background-color: #f45e00;
}

.left_menu .line {
    display: inline-block;
    width: 8px;
    height: 11px;
    border-bottom: 1px solid #626262;
}

.left_menu p {
    margin: 0 13.9%;
    border-top: 1px solid #aeaeae;
    font-size: 1.4rem;
    color: #373737;
    line-height: 2.3rem;
}

.left_menu div {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2%;
}

/*右边内容*/

.right_wrap {
    width: 100%;
    background-color: #fff;
}

.gzh_banner img {
    width: 100%;
}

.com_tit>h5 {
    text-align: center;
    font-size: 3.6rem;
    font-weight: 600;
    color: #333;
    line-height: 1.4em;
    margin-top: 1em;
}

.com_tit h5 span {
    color: #ff5400;
}

.com_tit>p {
    text-align: center;
    font-size: 1.6rem;
    color: #ababab;
    line-height: 2em;
}

.com_tit>h6 {
    text-align: center;
    font-size: 1.6rem;
    color: #ababab;
    line-height: 2em;
}

.gzh_description_wrap {
    width: 62.5%;
    margin: 0 auto;
}

.gzh_description_wrap ul {
    margin-top: 2em;
}

.gzh_description_wrap ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.gzh_description_wrap li span {
    display: inline-block;
    width: 6.33rem;
    height: 6.33rem;
    line-height: 6.33rem;
    font-size: 6rem;
    color: #00aaed;
    border-radius: 50%;
    border: 2px solid #00aaed;
}

.gzh_description_wrap li h5 {
    font-size: 1.8rem;
    color: #222;
    line-height: 2em;
    padding-top: 1em;
}

.gzh_description_wrap li p {
    font-size: 1.4rem;
    color: #444;
    padding: 0 1em;
    line-height: 2em;
    height: 8em;
    overflow: hidden;
}

.gzh_classify {
    width: 62.5%;
    margin: 0 auto;
    margin-top: 2em;
}

.gzh_classify img {
    width: 100%;
}

.gzh_xifen_wrap {
    background: url("../image/gzh_xifen_bg.jpg") no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.gzh_xifen {
    width: 62.5%;
    margin: 0 auto;
    position: relative;
}

.gzh_xifen .text {
    width: 54.5%;
    overflow: hidden;
    margin-bottom: 6em;
}

.text p:nth-of-type(1) {
    font-size: 3.5rem;
    color: #fff;
    line-height: 1.6em;
    margin-top: 1em;
}

.text p:nth-of-type(2) {
    font-size: 3.3rem;
    color: #fff;
    line-height: 1.2em;
}

.text p:nth-of-type(1) span, .text p:nth-of-type(2) span {
    color: #fe9901;
}

.text p:nth-of-type(3) {
    color: #fff;
    font-size: 1.9rem;
    margin-top: 1em;
    line-height: 2em;
    letter-spacing: 1px;
}

.text p:nth-of-type(4) {
    color: #fff;
    font-size: 1.9rem;
    margin-top: 1em;
    line-height: 2em;
    letter-spacing: 1px;

}

.gzh_xifen ul {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 85%;
    border: 1px solid #dcdcdc;
    border-top: none;
    z-index: 2;
}

.gzh_xifen ul li {
    float: left;
    width: 33%;
    text-align: center;
    z-index: 2;
}

.gzh_xifen ul hr {
    width: 1px;
    height: 80%;
    background: #dcdcdc;
    float: left;
}

.top_style {
    position: absolute;
    top: -1em;
    height: 1em;
    z-index: 1;
    /* background-color: rgba(0,0,0,0.3); */
    width: 96%;
    margin-left: 2%;
}

.foot_style {
    position: absolute;
    z-index: 1;
    width: 96%;
    height: 0.8em;
    margin-left: 2%;
    border: 1px solid #dcdcdc;
    border-top: none;
    bottom: -0.9em;
}

.gzh_xifen ul li h5 {
    font-size: 1.2rem;
}

.gzh_xifen ul li h5 span {
    font-size: 8rem;
    color: #000;
    font-weight: lighter;
}

.gzh_xifen ul li h5 i {
    font-style: normal;
    font-size: 2.4rem;
}

.gzh_xifen ul li>p {
    font-size: 1.6rem;
    color: #565656;
    line-height: 1.5em;
}

.gzh_xifen ul li>span {
    background: linear-gradient(to bottom, #68b0ff, #40dee1);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 6rem;
    margin-top: 0.5em;
}

.gzh_xifen ul li:nth-of-type(2)>span {
    font-size: 8rem;
}

.xcx_slid_wrap {
    width: 100%;
    margin: 0 auto;
    /*margin-left:27.6%;*/
    margin-top: 16%;
}

#hideImg {
    margin-top: 1.8em
}

.xcx_slid_ul_wrap {
    background: url("../image/xcx_slid_bg.png") no-repeat center;
}

.xcx_slid_ul_wrap {
    width: 1200px;
    height: 43.667rem;
    line-height: 42.667rem;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.xcx_slid_ul {
    position: absolute;
}

.xcx_slid_ul li {
    float: left;
    margin-right: 45px;
    overflow: hidden;
}

.xcx_slid_ul li img {}

.xcx_slid_ul_wrap div {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 5;
    text-align: center;
}

.xcx_slid_wrap a.btn {
    color: rgba(0, 0, 0, 0.5);
    font-size: 80px;
    font-family: 宋体;
    font-weight: 800;
    display: none;
}

.xcx_slid_ul_wrap div.r {
    left: 50%;
}

.xcx_slid_ul_wrap div:hover a.btn {
    display: inline;
}

.xcx_contact_wrap {
    background: url("../image/xcx_contact_bg.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 2em;
}

.xcx_contact>h5 {
    color: #fff;
    padding-top: 2em;
}

.xcx_contact a {
    display: block;
    text-align: center;
    font-size: 2.2rem;
    line-height: 2em;
    width: 7em;
    margin: 0 auto;
    color: #fff;
    background: #f66a3b;
    border-radius: 8px;
    margin-top: 2em;
}

.xcx_contact p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: lighter;
}

/*适配各个移动终端*/

/*适配iPad iPadPro*/

@media screen and (min-width: 768px) {
    .open_icon, .close_icon {
        display: none
    }
    .left_menu .shouqi, .left_menu .caidan {
        display: none;
    }
}

@media screen and (max-width:1024px) and (min-width: 768px) {
    .left_menu .shouqi, .left_menu .caidan {
        display: none;
    }
    html {
        font-size: 10px;
    }
    .left_menu {
        width: 21%;
    }
    .left_menu {
        position: fixed;
        left: 0%;
        top: 0;
        height: 100%;
        text-align: center;
        background-color: #fff;
        z-index: 555;
        box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.3);
    }
    .left_menu .shouqi, .left_menu .caidan {
        display: none;
    }
    .right_wrap {
        margin-right: 8%;
    }
    .news_title i {
        display: none;
    }
    .news_con li {
        width: 47.9%;
        margin-right: 2.1%
    }
    .news_con li:nth-of-type(3n) {
        margin-right: 2.1%
    }
    .news_con li:nth-of-type(2n) {
        margin-right: 0
    }
    .gzh_description_wrap, .gzh_banner, .gzh_classify {
        width: 79%;
        margin-left: 21%;
    }
    .com_tit>h5 {
        font-size: 2.8rem;
    }
    .gzh_description_wrap ul {
        margin-top: 0;
    }
    .gzh_description_wrap ul li {
        width: 50%;
        margin-top: 3em;
    }
    .gzh_xifen_wrap {
        /*height:25rem;*/
        width: 79%;
        margin-left: 21%;
    }
    .text p:nth-of-type(4) {
        margin-bottom: 5em;
    }
    .xcx_slid_wrap {
        margin-top: 70rem;
        margin-left: 28%;
    }
    .gzh_xifen {
        width: 96%;
    }
    .gzh_xifen .text {
        width: 100%;
    }
    .gzh_xifen ul li {
        width: 100%;
        margin-top: 20px;
    }
    .gzh_xifen_wrap {
        background-size: 100% 100%;
    }
    .xcx_slid_wrap {
        display: none;
    }
    .xcx_slid_ul_wrap {
        /*height:11.5rem;*/
    }
    .xcx_contact_wrap {
        margin-top: 85rem;
        width: 79%;
        margin-left: 21%;
    }
    .xcx_slid_wrap a.btn {
        display: block;
    }
}

.bottom_menu {
    display: none;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 7px;
    }
    .close_icon {
        position: absolute;
        top: 2px;
        left: 2px;
        font-size: 1.8rem;
    }
    ul.nav {
        line-height: 0;
    }
    .bottom_menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 99999;
        display: block;
    }
    .bottom_menu li {
        float: left;
        height: 100%;
        line-height: 50px;
        box-sizing: border-box;
        text-align: center;
        font-size: 0.16rem;
    }
    .bottom_menu li img {
        height: 65%;
        width: auto;
        vertical-align: middle;
        margin-top: -2px;
    }
    .bottom_menu li a {
        font-size: 14px;
    }
    .bottom_menu li:first-of-type {
        border-right: 1px solid #c8c8c8;
    }
    .bottom_menu li:last-of-type {
        background: #1e1d23;
        color: #fff;
        width: 50%;
    }
    .bottom_menu li:not(:last-of-type) {
        width: 25%;
        border-top: 1px solid #c8c8c8;
        background: #fff;
    }
    .bottom_menu li:not(:last-of-type) a {
        color: #393838;
    }
    .left_menu .line {
        height: 1px;
        margin-bottom: 5px;
    }
    .left_menu img {
        margin: 0;
        width: 35%;
        margin-bottom: 10px;
    }
    .phone_overlay {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        display: none;
        z-index: 99;
    }
    .left_menu .shouqi, .left_menu .caidan {
        display: none;
    }
    .left_menu {
        width: 0%;
        display: none;
        left: auto;
        right: 0;
    }
    .nav_second {
        left: -50%;
    }
    .left_menu img {
        width: 40%
    }
    .left_menu img:first-of-type {
        margin-top: 6.6%;
    }
    .main_wrap .open_icon {
        box-sizing: border-box;
        position: fixed;
        text-align: right;
        color: #fff;
        width: 100%;
        height: 36px;
        line-height: 26px;
        background-color: #383737;
        font-size: 4.0rem;
        padding: 5px;
        padding-left: 20px;
        z-index: 555;
    }
    .main_wrap {
        overflow: hidden;
        margin-bottom: 50px;
    }
    .main_wrap .open_icon:before {
        padding-right: 20px;
    }
    .main_wrap .open_icon img {
        float: left;
    }
    .text p:nth-of-type(4) {
        margin-bottom: 5em;
    }
    .right_wrap {
        margin: 0 auto;
        float: none
    }
    .gzh_description_wrap ul {
        padding-left: 3%;
    }
    .gzh_description_wrap {
        width: 96%;
    }
    .com_tit>h5 {
        font-size: 2.8rem;
    }
    .gzh_description_wrap ul {
        margin-top: 0;
    }
    .gzh_description_wrap ul li {
        width: 24%;
        margin-top: 1em;
    }
    .gzh_xifen_wrap {
        /*height:20rem;*/
        background: none;
        background-color: #1181b7;
    }
    .gzh_classify {
        width: 100%;
    }
    .gzh_xifen {
        width: 92%;
    }
    .gzh_xifen .text {
        width: 100%;
    }
    .gzh_xifen ul {
       padding-top:20px ;
    }
    .gzh_xifen ul li {
        width: 100%;
        margin-top: 0px;
    }
    .xcx_slid_ul {}
    .xcx_slid_ul_wrap {
        /*height:11.5rem;*/
        line-height: 40.2rem;
    }
    .xcx_slid_wrap {
        margin-top: 75rem;
        display: none;
    }
    .xcx_contact_wrap {
        margin-top: 85rem;
    }
    .xcx_slid_wrap a.btn {
        display: block;
    }
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
}

@media (max-width: 992px) {
    .page-wrap {
        padding-top: 53px;
    }
    .gzh_description_wrap li span {
        width: 5rem;
        height: 5rem;
        line-height: 4.7rem;
        font-size: 5rem;
    }
    .gzh_description_wrap li p {
        display: none;
    }
    .public-number .com_tit>p {
        margin-bottom: 0;
    }
    .text p:nth-of-type(1) {
        font-size: 3rem;
        color: #fff;
        line-height: 1.6em;
        margin-top: 0.5em;
    }
    .text p:nth-of-type(2) {
        font-size: 3rem;
        color: #fff;
        line-height: 1.2em;
    }
    .text p:nth-of-type(3) {
        color:#fff;
        font-size: 1.8rem;
        margin-top: 1em;
        line-height: 2em;
    }
    .public-number .home-content{
       margin-top: 148vw;
    }
    .gzh_xifen ul li h5 span {
        font-size: 5rem;
        color: #000;
        font-weight: lighter;
    }
    .gzh_xifen ul li {
       margin-bottom: 20px;
    }
    .gzh_xifen ul hr{
        display: none;
    }
    .text p:nth-of-type(1) span, .text p:nth-of-type(2) span {
        color: #ffcb01;
    }
}