﻿html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #000
}

body {
    overflow-x: hidden;
}

ul, li, p, img, b, ol, em, a, h1, h2, h3, h4, h5, h6, dl, dd, dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: initial;
}

#dituContent img {
    max-width: inherit;
}

a:link, a:visited {
    color: inherit;
    font-size: inherit;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    max-width: 100%;
}

.container {
    width: 1500px;
    margin: auto;
}

.clear {
    position: relative;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
}

.index_img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0px;
}

.index_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.page_nav li a:hover, .page_gjc li a:hover, .page_cp_qh span:hover, .pading span.current, .pading span:hover, .pading a:hover, .searchBtn, .page_title, #slides .hd .on, .bottom .dhzx, .navbox .cur, .navbox a:hover, .header_qh li:hover, .one_ul:before, .one_nav li:before, .one_bottom li:hover b, .three li:hover b, .five_nav li:before {
    background: #f67e6f;
}

.page_lxwm li:hover, .page_xw li a:hover,
.page_cp li:hover h3, .article li:hover h3, a.interlink__item:hover, .two_fr li:hover h2, .five_ul li:hover h3 {
    color: #f67e6f;
}


.page_title, .page_nav li a:hover, .page_gjc li a:hover, .page_cp_qh span:hover, .pading span.current, .pading span:hover, .pading a:hover, .bottom .dhzx a, .navbox a, ul.subMen .cur, ul.subMen a:hover, .footer, .interlink, .header_lx, .header_dh, .header_qh li:hover, .one_ul li h3, .one_nav .on, .one_bottom li:hover b, .three li:hover b, .five_nav .on {
    color: #fff
}


.header, .subMen, .title:before, .title:after, .five_ul:before {
    background: #274b97;
}


/*logo*/

.logo {
    height: 100px;
    width: 25%;
    padding-right: 2%;
    box-sizing: border-box;
}



.logo a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.logo img {
    max-width: 100%;
    display: block;
    max-height: 100%;
}

/**/
.header_lx {
    width: 35%;
    padding-top: 20px;
}

.header_lx h2 {
    line-height: 30px;
    height: 30px;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    letter-spacing: 2px;
}

.header_lx h3 {
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 0.5;
}

/**/

.header_dh {
    width: 20%;
    padding-left: 2%;
    box-sizing: border-box;
    font-size: 24px;
    padding-top: 38px;
}

.header_dh img {
    height: 21px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}


/**/

.header_qh {
    width: 20%;
    margin-top: 35px;
    padding-left: 2%;
    box-sizing: border-box;
}



.header_qh li {
    width: 48%;
    line-height: 30px;
    background: #fff;
    box-shadow: 0px 2px 2px 1px #999;
    border-radius: 30px;
    text-align: center;
    float: left;
}

.header_qh li:nth-child(2n) {
    float: right;
}

.header_qh li img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}



/**/


.navbox {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.navbox li {
    float: left;
    position: relative;
    width: 16.66%;

}

.navbox a {
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    display: block;
    line-height: 60px;
    text-align: center;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.subMen {
    position: absolute;
    top: 60px;
    z-index: 2;
    display: none;
    width: 100%;
}



ul.subMen li {
    width: 100%;
    float: none;
}

ul.subMen a {
    line-height: 40px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbox li:hover ul.subMen {
    display: block;
}




.navs {
    display: none;
    width: 10%;
    position: absolute;
    right: 2%;
    top: 22px;
    border: 1px solid #fff;
    padding: 8px 2% 0;
    border-radius: 5px;
    box-sizing: border-box;
    height: 36px;
}

.navs b {
    margin-bottom: 8px;
    display: block;
    height: 2px;
    width: 100%;
    position: relative;
    background: #fff;
}

.navs b:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 8px;
    background: #fff;
}

.navs b:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 16px;
    background: #fff;
}


/**/

#slides {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#slides img {
    width: 100%;
    display: block;
}

#slides .hd {
    width: 1200px;
    position: absolute;
    border-radius: 24px;
    bottom: 30px;
    z-index: 10;
    left: 50%;
    margin-left: -600px;
    text-align: center;
}

#slides .hd li {
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #fff;
    transition: .5s;
    color: transparent;
    margin: 0px 10px;
    border-radius: 50%;
}




.max_banner {
    display: none;
}


/**/

.title {
    position: relative;
    text-align: right;
    padding-bottom: 25px;
}

.title:before {
    content: '';
    width: 50px;
    height: 7px;
    position: absolute;
    right: 15px;
    bottom: 0px;
    border-radius: 7px;
}

.title:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    opacity: .5;
}

.title h2 {
    color: #666;
    font-size: 18px;
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.title h3 {
    font-size: 38px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.more {
    background: url(../images/more.png) no-repeat left;
    line-height: 50px;
    display: block;
    padding-left: 65px;
    transition: 0.2s ease-out;
    font-size: 16px;
}


.more:hover {
    transform: translateY(-5px);
}

/**/

.one {
    position: relative;
    padding: 70px 0;
}

.one_ul {
    width: 40%;
    margin-top: 50px;
    position: relative;
}


.one_ul:before {
    content: '';
    width: 200px;
    height: 570px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: -50px
}

.one_img {
    height: 450px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
}

.one_img img {
    margin: auto;
    display: block;
}

.one_ul li h3 {
    height: 70px;
    line-height: 70px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
    width: 200px;
    margin: auto;
    box-sizing: border-box;
}


/**/

.one_nav {
    width: 55%;
}

.one_nav ul {
    margin-top: 60px;
}

.one_nav li {
    width: 23.5%;
    height: 55px;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 5;
    margin-right: 2%;
    margin-top: 10px;
    line-height: 55px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 2%;
}

.one_nav li:before {
    content: "";
    display: block;
    width: 100%;
    height: 54px;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: -1;
    transition: 0.5s linear;
}

.one_nav li:nth-child(4n) {
    margin-right: 0;
}



.one_nav .on:before {
    bottom: 0px;
}

.one_nav .more {
    margin-top: 70px;
    float: right;
}

/**/

.one_bottom {
    margin-top: 50px;
}

.one_bottom li {
    float: left;
    margin-right: 2%;
    width: 23.5%;
    border: 1px solid #d8dad8;
    box-sizing: border-box;
    padding: 0px 10px 0;
    margin-top: 90px;
}

.one_bottom li:nth-child(4n) {
    margin-right: 0
}

.one_imgs {
    height: 331px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
    margin-top: -70px;
}

.one_imgs img {
    margin: auto;
    display: block;
    transform: scale(1);
    transition: 0.5s linear;
}

.one_bottom li:hover img {
    transform: scale(1.1);
}

.one_text {
    overflow: hidden;
}

.one_text h3 {
    line-height: 50px;
    height: 50px;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.one_text b {
    width: 18%;
    background: #f3f3f3;
    text-align: center;
    display: block;
    float: right;
    font-size: 20px;
    margin-top: 13px;
}



/**/


.two {
    position: relative;
    padding: 70px 0;
}

.two .container {
    width: 1200px;
    padding: 70px 0;
}

.two .title {
    text-align: left;
    margin-bottom: 70px;
}


.two .title:after {
    right: initial;
    left: 0px;
}

.two .title:before {
    right: initial;
    left: 15px;
}

.two_fl {
    width: 49%;
}

.two_fl img {
    height: 375px;
    display: block;
}

.two_fr {
    width: 49%;
}

.two_fr ul:before {
    content: '';
    height: 110%;
    width: 2px;
    border-left: 2px solid #d8dad8;
    position: absolute;
    left: 32.5px;
    top: -10%
}

.two_fr li {
    overflow: hidden;
}

.two_img {
    width: 64px;
    height: 64px;
    background: #fff;
    border: solid 1px #99a5bb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    float: left;
}

.two_img img {
    height: 30px;
    display: block;
    margin: auto;
}

.two_fr li:hover .two_img {
    border-color: #274b97;
}

.two_text {
    float: right;
    width: 500px;
}

.two_text h2 {
    font-size: 22px;
    color: #333;
    line-height: 64px;
    font-weight: bold;
    display: inline-block;
    vertical-align: sub;
}

.two_text h3 {
    font-size: 14px;
    color: #c4c4c4;
    margin-left: 5px;
    display: inline-block;
}

.two_text .p {
    font-size: 16px;
    height: 60px;
    color: #888;
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/**/

.three_ul {
    margin-top: 70px;
}

.three_ul li {
    float: left;
    margin: 0px 10px;
    width: 355px;
}

.three_img {
    border: 1px solid #d8dad8;
    padding: 10px;
    box-sizing: border-box;
    height: 254px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.three_img img {
    display: block;
    margin: auto;
    height: 100%;
    transform: scale(1);
    transition: 0.5s linear;
}

.three li:hover img {
    transform: scale(1.1);
}


.three_text {
    overflow: hidden;
}

.three_text h3 {
    line-height: 50px;
    height: 50px;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.three_text b {
    width: 18%;
    background: #f3f3f3;
    text-align: center;
    display: block;
    float: right;
    font-size: 20px;
    margin-top: 13px;
}




/**/

.four {
    padding: 70px 0;
    position: relative;
    margin-top: 70px;
}

.four .title {
    text-align: center;
}

.four .title:after {
    left: 52%;
    margin-left: -3.5px;
}

.four .title:before {
    left: 49.5%;
    margin-left: -25px;
}

.four_img {
    margin-top: 70px;
    height: 400px;
    border: solid 5px #f67e6f;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #fff
}

.four_img img {
    display: block;
    margin: auto;
    height: 100%;
}

.four .p {
    margin-top: 50px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}

.four .more {
    margin: 50px auto 0;
    width: 110px;
    box-sizing: border-box;
}


/**/

.five {
    margin-top: 70px;
}



.five .title {
    text-align: left;
    width: 49%;
}


.five .title:after {
    right: initial;
    left: 0px;
}

.five .title:before {
    right: initial;
    left: 15px;
}


.five_nav {
    width: 49%;
    margin-top: 9.5px;
}

.five_nav li {
    width: 32%;
    height: 55px;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 5;
    margin-right: 2%;
    line-height: 55px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 2%;
    font-size: 16px;
}

.five_nav li:nth-child(3n) {
    margin-right: 0;
}



.five_nav li:before {
    content: "";
    display: block;
    width: 100%;
    height: 54px;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: -1;
    transition: 0.5s linear;
}




.five_nav .on:before {
    bottom: 0px;
}

.five_ul {
    position: relative;
    margin-top: 70px;
    padding: 50px 0;
}

.five_ul:before {
    content: "";
    width: 250px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.five_ul ul {
    background: #fff;
    padding: 40px 40px 20px;
    box-sizing: border-box;
    width: 95%;
    margin: 0px auto 0;
    box-shadow: 0px 0px 5px 2px #eee;
}

.five_ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    border-top: 1px dashed #dedede;
    overflow: hidden;
    padding-top: 20px;
}

.five_ul li:nth-child(1), .five_ul li:nth-child(2), .five_ul li:nth-child(3) {
    border-top: none;
    padding-top: 0;
}

.five_ul li:nth-child(3n) {
    margin-right: 0;
}

.five_time {
    width: 30%;
    border-right: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
    color: #c9c9c9;
}

.five_time b {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    color: #333
}


.five_text {
    width: 65%;
}

.five_text h3 {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s linear;
    font-weight: bold;
}

.five_text p {
    color: #999;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
}


.five_ul li:hover h3 {
    letter-spacing: 1px;
}

/**/

.Tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
}

.Tcs {
    background: #fff;
    width: 70%;
    height: 343px;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 50%;
    margin-top: -171.5px;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
    color: #333;
}

.Tc_gb {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    top: 0px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.Tcs img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 5px;
    box-shadow: 0px 0px 3px 3px #eee;
}

.Tcs .Tc_dt {
    width: 150px;
    height: auto;
    margin: 15px auto 0;
    display: block;
    box-shadow: initial;
}

#weixin {
    line-height: 30px;
    display: inline-block;
    font-size: 15px;
}

#copy_btn {
    background: #000;
    border: none;
    line-height: 30px;
    width: 100px;
    border-radius: 5px;
    margin: 5px auto 0px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Tcs p {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottom {
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    z-index: 555;
    display: none
}

.bottom li {
    float: left;
}

.bottom li {
    width: 25%;
    padding: 5px 0;
    text-align: center;
}

.bottom .dhzx {
    width: 50%;
}

.bottom .dhzx a {
    display: block;
    line-height: 44px;
    font-size: 16px;
}

.bottom li img {
    display: block;
    margin: auto;
    height: 20px;
}

.bottom .dhzx img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 25px;
}

.max_banner {
    display: none;
    overflow: hidden;
}

.max_banner img {
    width: 100%;
    display: block;
}


/**/



/**/

.footer {
    position: relative;
    padding-top: 50px;
    margin-top: 70px;
    background: #333;
}


.footer_lx {
    margin-bottom: 30px;
}

.footer_lx li {
    width: 33.3%;
    float: left;
    padding-right: 2%;
    box-sizing: border-box;
    line-height: 30px;
}

.footer_lx .p {
    font-size: 18px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer_lx img {
    height: 59px;
    float: left;
    margin-right: 15px;
}




.footer .h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.footer_logo {
    width: 30%;
    float: left;
}



.footer_img {
    width: 48%;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}

.footer_img img {
    width: 60%;
    display: block;
    margin: auto;
}

.footer_dh {
    width: 65%;
    float: right;
    box-sizing: border-box;
}

.footer_dh li {
    width: 33.3%;
    float: left;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    padding-right: 2%;
    box-sizing: border-box;
}



.footer_bottom {
    padding: 20px 0;
}

.footer a:hover {
    font-weight: bold;
}


/**/

.interlink {
    padding: 0px 0 15px;
    background: #333;
}

.interlink__inner {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.interlink__title {
    width: 100px;
    font-size: 16px;
    background: url(../images/yqlj.png) no-repeat right;
    float: left;
    text-align: left;
}

.interlink__list {
    width: 1090px;
    float: right;
}

a.interlink__item {
    margin: 0px 10px;
    font-size: 15px;
}



/**/

.page .footer {
    margin-top: 140px;
}



.page_banner img {
    width: 100%;
    display: block;
    height: auto;
}

.page_lj {
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    font-size: 16px;
}

.page_lj .container {
    color: #676462;
}

a.page_fh {
    float: right;
    padding-right: 25px;
    background: url(../images/ca1.png) no-repeat right;
}

.page_fl {
    width: 20%;
}

.page_nav {
    padding: 0;
    text-align: initial;
}

.page_title {
    font-size: 22px;
    line-height: 65px;
    height: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 25px;
    box-sizing: border-box;
}

.page_title h2 {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
}

.page_title h3 {
    font-size: 19px;
    display: inline-block;
}

.page_nav ul {
    border: 1px solid #e7e7e7
}

.page_nav li a {
    line-height: 58px;
    display: block;
    padding-left: 25px;
    position: relative;
    text-align: left;
    font-size: 18px;
    color: #545454;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 58px;

}

.page_nav li a:after {
    content: '>';
    width: 50px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    font-weight: initial;
    float: right;
    font-family: '楷体';
}

.page_nav li {
    position: relative;
}



ul.page_navs {
    width: 100%;
    top: 0px;
    z-index: 2;
    display: none;
    border: none
}

ul.page_navs a {
    font-size: 15px;
}

.page_nav li:hover ul.page_navs {
    display: block;
}



ul.page_navs li a:after {
    display: none;
}

.page_nav li:hover a:after {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
}


/**/

.page_lxwm {
    margin-top: 25px;
}

.lxwm img {
    width: 100%;
    height: 100%;
    display: block;
}

.page_lxwm ul {
    border: 1px solid #e7e7e7;
    padding: 15px 25px 15px;
    box-sizing: border-box;
}

.page_lxwm li {
    font-size: 16px;
    line-height: 40px;
    color: #575757;
}




.page_lxwm_img {
    margin-top: 25px;
}

.page_lxwm_img img {
    width: 100%;
    display: block;
}

/**/

.page_xw {
    margin-top: 25px;
}

.page_xw ul {
    border: 1px solid #e7e7e7;
    padding: 10px 25px;
    box-sizing: border-box;
}

.page_xw li {
    position: relative;
}

.page_xw li a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 0px 0px 20px;
    color: #717171;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    display: block;
}



.page_xw li:before {
    content: "+";
    position: absolute;
    width: 15px;
    height: 40px;
    top: 0;
    left: 0px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    font-family: '楷体';
    font-size: 18px;
}



/**/


.page_gjc {
    margin-top: 25px;
}

.page_gjc ul {
    border: 1px solid #e7e7e7;
    padding: 25px 25px 10px;
    box-sizing: border-box;
    text-align: center;
}


.page_gjc li {
    display: inline-block;
    margin-right: 5%;
    width: 46%;
}

.page_gjc li:nth-child(2n) {
    margin-right: 0;
}

.page_gjc li a {
    font-size: 15px;
    padding: 0 1%;
    color: #7b7b7c;
    line-height: 40px;
    border: 1px dashed #e7e7e7;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.page_gjc li a:hover {
    border: none
}

/**/
.page_cp {
    position: relative;
}

.page_cp_title {
    line-height: 50px;
    border-bottom: 2px solid #dfdfdf;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
}

.page_cp_title h2 {
    display: inline-block;
    font-size: 24px;
}


.page_cp_title h3 {
    margin-left: 10px;
    font-size: 18px;
    font-family: Arial;
    color: #c2c2c1;
    text-transform: uppercase;
    display: inline-block;
}


.page_cp .bd {
    margin-top: 20px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 2%;
}

.page_cp_qh {
    position: absolute;
    width: 100px;
    right: 0px;
    top: 5px;
}

.page_cp_qh span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #eee;
    display: block;
    float: left;
    margin: 0px 5px;
    text-align: center;
    font-size: 25px;
    font-family: '楷体';
}



.page_cp li {
    width: 100%;
    overflow: hidden;
}

.page_cp_img {
    width: 49%;
    height: 237px;
    overflow: hidden;
    box-sizing: border-box;
    background: #ececeb;
}

.page_cp_img img {
    height: 237px;
    display: block;
    transition: all 0.6s;
    margin: auto;
}

.page_cp li:hover img {
    transform: scale(1.1);
}

.page_cp_text {
    width: 49%;
}

.page_cp_text h3 {
    width: 100%;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    font-size: 20px;
    border-bottom: 1px #d0d0d0 dashed;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page_cp_text p {
    line-height: 30px;
    color: #666;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
}



.page_cp_text span {
    margin-top: 10px;
    display: block;
}



/**/

.page_fr {
    width: 77%;
    box-sizing: border-box;
}

.page_text {
    line-height: 50px;
    font-size: 22px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    margin-top: 15px;
}

.page_text a {
    border-bottom: 2px solid #f67e6f;
    line-height: 50px;
    display: inline-block;
}

.product li {
    width: 32%;
    float: left;
    margin-right: 2%;
    padding: 1% 1% 0;
    box-sizing: border-box;
    margin-bottom: 2%;
    position: relative;
    border: 1px solid #eee;
}

.product li:hover {
    border-color: #f67e6f;
}

.product li:nth-child(3n) {
    margin-right: 0;
}

.product_img {
    width: 100%;
    height: 151px;
    overflow: hidden;
}

.product_img img {
    height: 100%;
    display: block;
    margin: auto;
    transition: all 0.6s;
}

.product li:hover img {
    transform: scale(1.1);
}

.product li h3 {
    line-height: 40px;
    width: 85%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product li:after {
    content: '→';
    position: absolute;
    right: 22px;
    bottom: 5px;
    color: #dadada;
}

.product li:before {
    content: '';
    position: absolute;
    right: 45px;
    bottom: 10px;
    background: #dadada;
    width: 1px;
    height: 15px;
}

.product li:hover {
    border-color: #f67e6f;
}



/**/

.pading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.pading ul li{
 float: left;
}

.pading a, .pading span {
    border: 1px solid #e5e5e5;
    padding: 3px 12px;
    display: inline-block;
    margin: 0 2px;
}

.pading .next, .pading .prev {
    border: 1px solid #e5e5e5;
}

.pading span.current, .pading span:hover, .pading a:hover {
    border: #f67e6f 1px solid;
}

/**/

.product_imgs .bd {
    width: 49%;
}

.product_imgs li, .product_imgs li img {
    max-width: 100%;
    display: block;
    height: 305px;
    margin: auto;
    background: #f7f7f7;
}

.product_text {
    width: 49%;
}

.product_text h2 {
    line-height: 50px;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
}

.product_text p {
    color: #868686;
    line-height: 30px;
    font-size: 15px;
    height: 210px;
    overflow: hidden;
}

/**/

.Product_item_text {
    font-size: 22px;
    line-height: 40px;
    border-bottom: 2px solid #d4d4d4;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Product_item_text span {
    border-bottom: 2px solid #f67e6f;
    display: inline-block;
}

.Product_item_text em {
    text-transform: uppercase;
}

/**/

.main_next {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.main_next .prevrecord, .main_next .nextrecord {
    margin: 5px 0px;
    display: block;
    font-size: 16px;
}

.main_next b {
    text-align: center;
    display: inline-block;
}

/**/

.xgwz, .xgcp {
    background: #f7f7f7;
    padding: 2%;
    box-sizing: border-box;
    margin-top: 20px;
    width: 49%;
    float: left;
}

.xgcp {
    float: right;
}

/**/

h4.related {
    border-bottom: 1px dashed #ccc;
    font-size: 22px;
    line-height: 40px;
}

h4.related span {
    display: inline-block;
}

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    color: inherit;
    display: block;
    border-bottom: 1px dashed #ccc;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

ul.relate_pr li a {
    color: inherit;
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
}

ul.relate_pr li img {
    width: 100%;
    display: block;
    height: 105px;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**/


/**/
.article {
    margin-top: 30px;
}

.article li {
    border: 1px solid #ccc;
    padding: 2%;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 20px;
}

.article_img {
    width: 25%;
    overflow: hidden;
}

.article_img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.6s;
}

.article li:hover img {
    transform: scale(1.1);
}

.article_text {
    width: 73%;
}

.article_text h3 {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
}

.article_text p {
    line-height: 28px;
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.article_title {
    text-align: center;
    color: #5A5A5A;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.article_title h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article li:hover {
    border-color: #f67e6f;
}


/**/
.pages_nav {
    margin-bottom: 30px;
}

.page_content_title {
    text-align: center;
    font-size: 29px;
    line-height: 30px;
    margin-bottom: 30px;
}

.pages_nav li {
    width: 14.2%;
    float: left;
    position: relative;
}

.pages_nav li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    background: #f4f4f4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

ul.page_ul {
    position: absolute;
    width: 100%;
    z-index: 55;
    top: 50px;
    display: none;
}

ul.page_ul li {
    width: 100%;
}

.pages_nav li .cur:after, .pages_nav li a:hover:after {
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 0px;
}

.pages_nav li:hover ul.page_ul {
    display: block;
}




/**/
@media only screen and (max-width:1600px) {
    .container {
        width: 1200px;
    }

    .one_imgs {
        height: 260px;
    }

    .three_ul li {
        width: 280px;
    }

    .three_img {
        height: 197px;
    }

}

@media only screen and (max-width: 1200px) {

    .container {
        width: 960px;
    }

    .header_dh {
        font-size: 18px;
    }

    .one_imgs {
        height: 210px;
    }

    .two .container {
        width: 960px;
    }

    .two_text {
        width: 385px;
    }

    .three_ul li {
        width: 220px;
    }

    .three_img {
        height: 151px;
    }

    .interlink__inner {
        width: 960px;
    }

    .interlink__list {
        width: 855px;
    }

}

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 54px;
    }

    .container {
        width: 96%;
    }


    #slides, .header_lx, .header_dh {
        display: none;
    }

    .bottom, .max_banner {
        display: block;
    }



    /**/

    .page_banner img {
        height: auto;
    }

    /**/


    .logo {
        display: flex;
        align-items: center;
        width: 60%;
        height: 80px;
        float: left;
        padding-right: 0;
    }


    .header_qh {
        width: 15%;
        margin-top: 12.5px;
        margin-right: 18%;
    }

    .header_qh li {
        width: 100%;
        line-height: 20px;
        border-radius: 20px;
        margin: 5px auto 0;
        font-size: 12px;
    }

    .header_qh img {
        display: none;
    }

    /**/


    /*nav*/
    .navs {
        display: block;
        z-index: 1;
    }

    .nav_button {
        position: absolute;
        top: 10px;
        right: 53%;
        width: 30px;
        height: 30px;
        background: url(../images/close.png) no-repeat;
        display: block;
    }

    .navbox {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .navbox .nav {
        width: 50%;
        height: 100%;
        background: #fff;
        box-sizing: border-box;
        float: right;
    }

    .navbox li {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 0;
    }

    .navbox li a {
        display: block;
        padding: 0;
        line-height: 60px;
        font-size: 16px;
        height: 60px;
        width: 100%;
        border: none;
        color: #333
    }

    .navbox li:hover .subMen {
        display: none;
        opacity: 0;
    }

    .navbox li:before {
        display: none;
    }

    .navbox li .cur, .navbox li a:hover {
        color: #fff
    }

    /**/

    .title h3 {
        font-size: 22px;
        line-height: 24px;
        height: 24px;
    }

    .title {
        padding-bottom: 20px;
    }

    /**/

    .one {
        padding: 25px 0;
    }

    .one_nav {
        width: 100%;
        float: none;
    }

    .one_nav ul {
        margin-top: 20px;
    }

    .one_nav li {
        width: 24.2%;
        height: 40px;
        margin-right: 1%;
        margin-top: 5px;
        line-height: 40px;
        padding: 0 1%;
        font-size: 12px;
    }

    .one_nav .more, .one_ul:before {
        display: none;
    }

    .one_ul {
        width: 100%;
        margin-top: 25px;
        float: none;
    }

    .one_img {
        height: 250px;
    }

    .one_img img {
        height: 100%;
    }

    .one_ul li h3 {
        height: 40px;
        line-height: 40px;
        width: 100%;
        color: #333;
        font-size: 15px;
    }

    .one_bottom {
        margin-top: 5px;
    }

    .one_bottom li {
        padding: 0px 1% 0;
        margin-top: 25px;
        width: 49%;
        margin-right: 0;
    }

    .one_bottom li:nth-child(2n) {
        float: right;
    }

    .one_imgs {
        height: 150px;
        margin-top: -15px;
    }

    .one_imgs img {
        height: 100%;
    }

    .one_text h3 {
        line-height: 35px;
        height: 35px;
        width: 100%;
        float: none;
        font-size: 14px;
        text-align: center;
    }

    .one_text b {
        display: none;
    }

    /**/

    .two {
        background: #2b4f9b;
        border: 5px solid #f67e6f;
        padding: 25px 0;
    }

    .two .index_img {
        display: none;
    }

    .two .container {
        width: 96%;
        padding: 0;
    }

    .two .title {
        margin-bottom: 25px;
    }

    .two .title h2, .two .title h3 {
        color: #fff
    }

    .two .title:after, .two .title:before {
        background: #fff;
    }

    .two_fl {
        width: 100%;
        float: none;
    }

    .two_fl img {
        height: auto;
    }

    .two_fr {
        width: 100%;
        float: none;
        margin-top: 15px;
    }

    .two_fr ul:before, .two_img {
        display: none;
    }

    .two_fr li {
        margin-top: 10px;
    }

    .two_text {
        width: 100%;
        float: none;
    }

    .two_text h2 {
        font-size: 18px;
        color: #fff;
        line-height: 24px;
        vertical-align: initial;
    }

    .two_text .p {
        font-size: 14px;
        height: 48px;
        line-height: 24px;
        color: #ccc
    }

    .three {
        margin-top: 25px;
    }

    .three_ul {
        margin: 25px auto 0;
        max-width: 350px;
        overflow: hidden;
    }

    .three_ul li {
        width: 165px;
        margin: 0px 5px;
    }

    .three_img {
        height: 117px;
        padding: 5px;
    }

    .three_text h3 {
        line-height: 35px;
        height: 35px;
        width: 100%;
        float: none;
        font-size: 14px;
        text-align: center;
    }

    .three_text b {
        display: none;
    }

    .four {
        padding: 25px 0;
        margin-top: 25px;
    }

    .four_img {
        margin-top: 25px;
        height: auto;
    }

    .four .p {
        margin-top: 15px;
        line-height: 24px;
        font-size: 14px;
    }

    .four .more {
        margin: 15px auto 0;
    }

    /**/

    .five {
        margin-top: 25px;
    }

    .five .title {
        width: 100%;
        float: none;
    }

    .five_nav {
        width: 100%;
        margin-top: 25px;
        float: none;
    }

    .five_nav li {
        height: 40px;
        line-height: 40px;
        padding: 0 1%;
        font-size: 14px;
    }

    .five_ul {
        margin-top: 25px;
        padding: 25px 0;
    }

    .five_ul ul {
        padding: 5px 10px;
        width: 96%;
    }

    .five_ul li {
        margin-bottom: 5px;
        padding-top: 5px;
    }

    .five_time {
        display: none;
    }

    .five_text {
        width: 100%;
        float: none;
    }

    .five_text h3 {
        font-size: 15px;
        height: 24px;
        line-height: 24px;
    }

    .five_text p {
        line-height: 24px;
        height: 24px;
    }

    /**/

    .interlink {
        padding: 0px 0 15px;
    }

    .interlink__inner {
        width: 96%;
        margin: auto;
    }

    .interlink__title {
        float: none;
        line-height: 40px;
    }

    .interlink__list a {
        margin: 0;
        margin-right: 5px;
    }

    .interlink__list {
        width: 100%;
        float: none;
        text-align: left;
    }



    /**/

    .page .footer {
        margin-top: 20px;
    }

    .footer {
        margin-top: 25px;
        padding-top: 10px;
    }


    .page .footer {
        margin-top: 25px;
    }

    .footer_bottom {
        margin: 15px auto 0;
    }

    .footer_dh, .footer_logo, .footer:before, .footer_lx {
        display: none;
    }

    .footer_bottom {
        width: 96%;
        margin-top: 0px;
        padding-top: 10px;
    }

 


    /**/

    .page_lj {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }

    a.page_fh {
        display: none;
    }

    .page_lj .container {
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .page_fl {
        width: 100%;
        float: none;
    }

    .page_title {
        line-height: 50px;
        height: 50px;
        padding-left: 2%;
    }

    .page_title h2 {
        font-size: 16px;
    }

    .page_title h3 {
        font-size: 15px;
    }

    .page_nav {
        overflow: hidden;
    }

    .page_nav ul {
        padding: 1% 2%;
        box-sizing: border-box;
    }

    .page_nav li {
        position: relative;
        width: 32%;
        float: left;
        margin-right: 2%;
    }

    .page_nav li a {
        line-height: 40px;
        padding-left: 0;
        text-align: left;
        font-size: 15px;
        height: 40px;
    }

    .page_nav li a:after {
        content: '>';
        width: 30px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        text-align: center;
    }

    .page_nav li:nth-child(3n) {
        margin-right: 0;
    }

    .page_nav li:hover ul.page_navs {
        display: none;
    }

    ul.page_navs {
        opacity: 0;
    }

    /**/

    .page_xw {
        float: left;
        width: 49%;
        margin-top: 15px;
    }

    .page_xw ul, .page_lxwm ul {
        padding: 1% 2%;
    }

    .page_xw li {
        margin-bottom: 3px;
    }

    .page_xw li a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0px 0px 0px 20px;
    }

    .page_xw li:before {
        content: "+";
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .page_gjc {
        display: none;
    }

    .page_lxwm {
        width: 49%;
        float: right;
        margin-top: 15px;
    }

    .page_lxwm li {
        font-size: 14px;
        line-height: 30px;
        color: #575757;
        height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


    .page_lxwm_img {
        display: none;
    }


    /**/
    .page_cp {
        width: 100%;
    }

    .page_cp_title {
        line-height: 40px;
        width: calc(100% - 60px);
        height: 40px;
    }

    .page_cp_title h2 {
        font-size: 18px;
    }

    .page_cp_title h3 {
        margin-left: 5px;
        font-size: 15px;
    }

    .page_cp_qh {
        width: 60px;
        top: 8px;
    }

    .page_cp_qh span {
        width: 28px;
        height: 28px;
        line-height: 28px;
        margin: 0px 1px;
        font-size: 16px;
    }



    .page_cp .bd {
        border: none;
        margin-top: 15px;
    }


    .page_cp li {
        width: 100%;
        margin: 0;
    }

    .page_cp_img {
        height: 113px;
    }

    .page_cp_img img {
        height: 113px;
    }

    .page_cp_text h3 {
        width: 100%;
        line-height: 35px;
        height: 35px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .page_cp_text p {
        line-height: 22px;
        -webkit-line-clamp: 2;
        font-size: 14px;
    }

    .page_cp_text span {
        margin-top: 0px;
    }




    /**/

    .page_fr {
        width: 100%;
        padding: 2% 2% 2%;
        clear: both;
        float: none;
    }

    .page_text {
        font-size: 18px;
        margin-top: 0;
    }

    .product li {
        margin-right: 0;
        width: 49%;
        float: left;
    }

    .product li:nth-child(2n) {
        float: right;
    }


    .product_img {
        height: 124px;
    }

    .product li h3 {
        line-height: 35px;
        height: 35px;
        font-size: 14px;
        width: 75%;
    }

    /**/
    .page_fr .pading {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .pading a, .pading span {
        padding: 1px 8px;
    }

    /**/

    .product_imgs {
        margin-top: 20px;
    }

    .product_imgs .bd {
        width: 100%;
        float: none;
    }

    .product_imgs li, .product_imgs li img {
        height: 200px;
    }

    .product_text {
        width: 100%;
    }

    .product_text h2 {
        line-height: 40px;
        height: 40px;
        font-size: 18px;
    }

    .product_text p {
        line-height: 24px;
        font-size: 14px;
        height: 72px;
    }

    .Product_item_text {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .main_next .prevrecord, .main_next .nextrecord {
        font-size: 15px;
        height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .xgwz, .xgcp {
        padding: 1%;
        margin-top: 10px;
        width: 100%;
    }

    h4.related span {
        font-size: 18px;
    }

    ul.relate_news li a {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    ul.relate_pr li img {
        height: 39px;
    }

    /**/
    .article {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .article li {
        padding: 2%;
        margin-bottom: 2%;
        width: 49%;
        float: left;
    }

    .article li:nth-child(2n) {
        float: right;
    }

    .article_img {
        height: 126px;
        width: 100%;
    }

    .article_text {
        width: 100%;
    }

    .article_text h3 {
        line-height: 35px;
        height: 35px;
        font-size: 15px;
    }


    .article_text p {
        line-height: 28px;
        font-size: 14px;
        height: 57px;
    }



    .article_content {
        margin-top: 15px;
    }

    .article_title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .article_title h2 {
        font-size: 18px;
        line-height: 35px;
        height: 35px;
    }

    .pages_nav li {
        width: 32.3%;
        margin: 0 0.5% 1%;
    }

    .pages_nav li a {
        font-size: 15px;
        line-height: 40px;
    }

    ul.page_ul {
        opacity: 0;
    }

    .main_next {
        margin-top: 15px;
    }
}