﻿html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
}

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 {
    max-width: 1600px;
    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;
}


/**/

#slides {
    position: relative;
    width: 100%;
}

#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: 15px;
    height: 15px;
    border-radius: 15px;
    margin: 0 6px;
    display: inline-block;
    background: #fff;
    transition: .5s;
    color: transparent
}

#slides .hd .on {
    width: 30px;
}

/*header*/



/*logo*/

.logo {
    height: 120px;
    width: 50%;
}

.logo img {
    max-width: 100%;
    display: block;
    max-height: 100%;
}

/**/

.header_fr {
    width: 20%;
    margin-top: 30px;
}

.header_img img {
    height: 49px;
    float: left;
    margin-right: 5%;
    margin-top: 7px;
}


.header_img:hover img {
    animation-duration: 2s;
    animation-name: flipInY;
}

.header_text {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2px;
}

.header_text h3 {
    font-size: 16px;
    font-weight: initial;
}



/**/

.navbox {
    border-top: 2px solid #ededed;
}


.navbox li {
    float: left;
    position: relative;
    width: 14.28%;
}

.navbox a {
    padding: 0 0.5%;
    box-sizing: border-box;
    font-size: 18px;
    display: block;
    line-height: 77px;
    text-align: center;
    height: 77px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}


.navbox a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background: #ededed;
    right: 1px;
    top: 23.5px;
}

.subMen {
    position: absolute;
    top: 77px;
    z-index: 2;
    display: none;
    width: 100%;
    background: #fff
}



ul.subMen li {
    width: 100%;
    float: none;
}

ul.subMen a {
    line-height: 50px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.navbox li:hover ul.subMen {
    display: block;
}

.navbox .cur, .navbox a:hover {
    transition: .3s;
}

.navbox .cur:after, .navbox a:hover:after, ul.subMen a:after, .navbox li:last-child a:after {
    display: none;
}


.navs {
    display: none;
    width: 10%;
    position: absolute;
    right: 2%;
    top: 22px;
    border: 1px solid #284a78;
    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;

}

.navs b:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 8px;

}

.navs b:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 16px;

}

/**/


/**/

.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;
}

.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;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.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;
}


/**/

.header_bottom {
    border-bottom: 2px solid #ededed;
    line-height: 77px;
    position: relative;
}

.header_bottom:after {
    content: '';
    width: 5%;
    height: 77px;
    position: absolute;
    right: 0px;
    top: 0px
}

.header_bottom_title {
    width: 30%;
    padding: 10px 2%;
    border-right: 1px solid #d1d1d1;
    box-sizing: border-box;
    line-height: 27.5px;
    font-size: 18px;
}

.header_bottom_title h3 {
    height: 27.5px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header_bottom_title h4 {
    height: 27.5px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.header_input {
    width: 70%;

}


.header_wz {
    width: 85%;
    padding: 0 2% 0 60px;
    box-sizing: border-box;
    background: url(../images/hot.png) no-repeat;
    background-position-x: 30px;
    background-position-y: 27px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 77px;
}

.search_an {
    background: #284a78 url(../images/sea.png) no-repeat center;
    display: block;
    width: 15%;
    height: 77px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}


.input {
    position: absolute;
    top: 77px;
    right: 5%;
    width: 345px;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    display: none;
}


.input input {
    line-height: 30px;
    width: 271px;
    padding-left: 5px;
    box-sizing: border-box;
    border: 2px solid #284a78;
    font-size: 12px;
}

.input .searchBtn {
    width: 70px;
    height: 32px;
    display: block;
    border: 2px solid #284a78;
    text-align: center;
    line-height: 32px;
}


/**/


.title {
    text-align: center;
}

.title h2 {
    display: block;
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
    height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2%;
}

.title h3 {
    display: inline-block;
    font-size: 18px;
    color: #666666;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2%;
}

.title b, .title em {
    position: relative;
    height: 40px;
}

.title b:after {
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    left: -100px;
    top: -8px;
}

.title b:before {
    content: '';
    width: 75px;
    height: 1px;
    position: absolute;
    left: -75px;
    top: -3px;
}

.title em:after {
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    right: -100px;
    top: -8px;
}

.title em:before {
    content: '';
    width: 75px;
    height: 1px;
    position: absolute;
    right: -75px;
    top: -3px;
}

/**/

.one {
    margin-top: 70px;
}

.one .bd {
    margin-top: 50px;
}


.one_ul {
    position: relative;
    height: 512px;
}

.one_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.one_img img {
    width: 100%;
    height: 100%;
    display: block;
}


.one_text {
    text-align: center;
    padding: 5%;
}


.one_text h3 {
    font-size: 60px;
    line-height: 128px;
}

.one_text h3 .sz {
    font-family: Arial;
    font-size: 128px;
    font-weight: bold;
}

.one_text .p {
    line-height: 30px;
    font-size: 20px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.one_text ul {
    margin-top: 40px;
}

.one_text li {
    display: inline-block;
    width: 20%;
    height: 115px;
    overflow: hidden;
}

.one_text li img {
    height: 100%;
    display: block;
    transition: all 0.5s;
    margin: auto;
}

.one_text li:hover img {
    transform: scale(1.05);
}


/**/

.one_nav {
    margin-top: 50px;
    position: relative;
    border-bottom: 1px solid #ededed;
    padding-bottom: 40px;
}


.one_nav li {
    width: 20%;
    float: left;
    position: relative;
}


.one_nav li:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #ededed;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -48px;
    transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    background: #fff;
}

.one_nav li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ededed;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    bottom: -44px;
    transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    z-index: 2;
}





.one_nav_text {
    width: 126px;
    height: 126px;
    border: 2px solid #ededed;
    border-radius: 50%;
    margin: auto;
    padding: 22px 15px 0;
    box-sizing: border-box;
    text-align: center;
    color: #333;
    overflow: hidden;
    position: relative;
}

.one_nav_text:after {
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #ededed;
    position: absolute;
    bottom: -90px;
    left: 0px
}



.one_nav_text h3 {
    font-size: 16px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.one_nav_text .sz {
    font-size: 40px;
    line-height: 32px;
    font-family: Arial;
    color: #333
}

.one_nav_text .p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
}


.one_nav .on:after, .one_nav .on .one_nav_text {
    border-color: #284a78;
}



/**/

.two {
    position: relative;
    margin-top: 70px;
    padding: 70px 0;
}

.two_top {
    margin-top: 50px;
    background: #fff;
}

.two_top_fl {
    width: 25%;
    position: relative;
    height: 701px
}

.two_top_img, .two_top_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.two_top_text {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 2;
    padding: 90px 10% 0;
    box-sizing: border-box;
}


.two_top_text h3 {
    line-height: 40px;
    font-weight: bold;
    display: block;
    font-size: 28px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.two_top_text h4 {
    line-height: 40px;
    font-size: 18px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.two_top_text .more {
    display: block;
    width: 104px;
    overflow: hidden;
    line-height: 32px;
    border: 1px solid #a3b1c5;
    box-sizing: border-box;
    border-radius: 17px;
    text-align: center;
    margin-top: 45px;
    transition: all 0.5s;
}

.two_top_text .more:hover {
    background: #fff;
}


.two_top_fr {
    width: 75%;
    padding: 40px 3%;
    box-sizing: border-box;
    position: relative;
}

.two_top_fr .bd {
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
}


.two_tops {
    position: relative;
    overflow: hidden;
}

.two_tops:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    top: 26px;
}


.two_tops:before {
    content: '';
    width: 1px;
    height: 15px;
    background: #eee;
    position: absolute;
    left: 394px;
    top: 25px;
    transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    z-index: 3;
}

.two_top_title {
    width: 400px;
    padding-left: 22px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    z-index: 2;
    padding-right: 22px;
}

.two_top_title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    border-left: 10px solid #284a78;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent
}

.two_top_title h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    overflow: hidden;
    height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.two_top_title h4 {
    color: #999999;
    height: 24px;
    font-family: Arial;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.two_top_qh {
    width: 80px;
    position: absolute;
    background: #fff;
    z-index: 2;
    right: 3%;
    top: 40px;
}

.two_top_qh a {
    width: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    border-radius: 50%;
    display: block;
    float: left;
    text-align: center;
    font-family: '楷体';
    margin: 10px 5px 0;
}

.two_top_qh .Snext {
    border-color: #284a78;
    margin-right: 0;
}

.two_top_nav {
    margin: 40px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.two_top_nav li {
    line-height: 48px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 1%;
    box-sizing: border-box;
    float: left;
    width: 16.66%;
    font-size: 16px;
    text-align: center;
}



.two_top_ul li {
    width: 255px;
    float: left;
    margin: 0px 10px;
    position: relative;
}

.two_top_imgs {
    background: #ededed;
    display: flex;
    align-items: center;
    height: 387px;
    width: 100%;
    overflow: hidden;
}

.two_top_imgs img {
    max-height: 100%;
    display: block;
    transition: all 0.5s;
    margin: auto;
}



.two_top_ul li h3 {
    line-height: 50px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.two_top_ul li:hover img {
    transform: scale(1.05);
}


/**/

.two_bottom {
    background: #fff;
    margin-top: 50px;
    padding: 3%;
    box-sizing: border-box;
}

.two_bottom li {
    float: left;
    width: 25%;
    position: relative;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.two_bottom li:nth-child(4n) {
    border-right: 0;
}

.two_bottom li img {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}


.two_bottom li h3 {
    height: 50px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 2%;
    box-sizing: border-box;
}

.two_bottom li:hover img {
    animation-duration: 2s;
    animation-name: flipInY;
}

/**/

.three {
    margin-top: 70px;
}

.three ul {
    margin-top: 50px;
}

.three li {
    float: left;
    width: 7.3%;
    height: 547px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    margin-right: 0.2%;
    position: relative;
    transition: all 0.5s;
}

.three li:last-child {
    margin-right: 0;
}



.three li h3 {
    -ms-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    font-size: 24px;
    box-sizing: border-box;
    letter-spacing: 3px;
    text-align: center;
    word-wrap: break-word;
    /*英文的时候需要加上这句，自动换行*/
    position: absolute;
    width: 24px;
    left: 50%;
    margin-left: -12px;
    height: 100%;
    padding: 80px 0 50px;
    overflow: hidden;
}


.three li h3:before {
    content: '';
    border-top: 10px solid #284a78;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 30px
}

.three li h3:after {
    content: '→';
    position: absolute;
    width: 30px;
    height: 20px;
    left: 50%;
    margin-left: -15px;
    bottom: 15px;
    text-align: center;
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
    writing-mode: initial;
}

.three li img {
    width: 100%;
    height: 100%;
    display: none;
}

.three .on {
    width: 40%;
}

.three .on h3 {
    width: 100px;
    background: rgba(40, 74, 120, 0.5);
    left: 0;
    margin-left: 0;
    padding: 80px 38px 50px;
}

.three .on h3:before {
    border-top-color: #fff
}

.three .on img {
    display: block;

}

.three_img {
    margin-top: 50px;
}

.three_img img {
    width: 100%;
    height: 100%;
    display: block;
}

/**/

.four {
    margin-top: 70px;
}

.four .bd {
    position: relative;
    margin: 50px auto 0;
}


.four .prev, .four .next {
    position: absolute;
    width: 50px;
    line-height: 50px;
    border: 1px solid #ededed;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    font-family: '楷体';
    color: #ededed;
    top: 50%;
    margin-top: -25px;
    left: -50px
}

.four .next {
    left: initial;
    right: -50px;
}

.four li {
    float: left;
    width: 318px;
    margin: 0px 20px 0px;
    border: 1px solid #ededed;
    padding: 20px 20px 10px;
}

.four_img {
    width: 100%;
    height: 212px;
    background: #ededed;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 5px;
}


.four_img img {
    margin: auto;
    max-height: 100%;
    display: block;
    transition: all 0.5s;
}

.four li:hover img {
    transform: scale(1.05);
}

.four li h3 {
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.four li p {
    line-height: 26px;
    color: #666666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}

.four li b {
    display: block;
    text-align: right;
    line-height: 40px;
    font-size: 15px;

}

.four li:hover {
    border-color: #284a78
}




/**/

.five {
    position: relative;
    margin-top: 70px;
    padding: 70px 0;
}



.five .title b:after, .five .title em:before, .five .title b:before, .five .title em:after, .eight .title b:after, .eight .title em:before, .eight .title b:before, .eight .title em:after {
    background: #fff;
}

.five .bd {
    background: #fff;
    padding: 30px 0 10px;
    box-sizing: border-box;
    margin: 50px auto 0;
}


.five li {
    float: left;
    width: 340px;
    margin: 0px 30px;
}


.five_img {
    width: 100%;
    height: 395px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.five_img img {
    display: block;
    margin: auto;
    max-height: 100%;
    transition: all 0.5s;
}


.five li:hover img {
    transform: scale(1.05);
}

.five li h3 {
    line-height: 50px;
    height: 50px;
    border-top: 1px solid #dfdfdf;
    white-space: nowrap;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}



/**/

.six {
    margin-top: 70px;
}

.six .title {
    margin-bottom: 40px;
}

.six_fl, .six_fr {
    width: 48%;
}

.six_title {
    line-height: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.six_title h2 {
    display: inline-block;
    font-size: 18px;

    font-weight: bold;
    background: url(../images/six.png) no-repeat left;
    padding-left: 30px;
    background-position-y: 17px;
}

.six_title .more {
    float: right;
}


.six_img {
    width: 100%;
    overflow: hidden;
    height: 300px;
    background: #ededed;
    display: flex;
    align-items: center;
}

.six_imgs {
    width: 49%;
    overflow: hidden;
    height: 180px;
    background: #ededed;
    display: flex;
    align-items: center;
}

.six_img img, .six_imgs img {
    display: block;
    margin: auto;
    max-height: 100%;
    transition: all 0.5s;
}

.six_fl li:hover img, .six_fr li:hover img {
    transform: scale(1.05);
}

.six_fl h3 {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}


.six_fl p {
    color: #666666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}




.six_fr li {
    font-size: 16px;
    overflow: hidden;
}

.six_fr li a {
    width: calc(100% - 100px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    height: 35px;
    float: left;
    line-height: 35px;
}

.six_fr li span {
    float: right;
    width: 100px;
    text-align: right;
    line-height: 35px;
}

.six_fr .first {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.six_fr .first a {
    width: 100%;
    white-space: initial;
    text-overflow: initial;
    overflow: initial;
    float: none;
}


.six_text {
    width: 49%;
}

.six_text h3 {
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}

.six_text p {
    line-height: 30px;
    color: #666666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
}

.six_text b {
    line-height: 40px;
    text-align: right;
    display: block;
}



.six_fr li:hover h3, .six_fr li:hover a {

    font-weight: bold;
}

/**/

.seven {
    margin-top: 50px;
}

.seven_title {
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background: #284a78 url(../images/news_ic2.png) no-repeat;
    height: 100px;
    background-position-x: 50%;
    background-position-y: 20px;
}

.seven_title h2 {
    margin-top: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.seven_ul {
    width: 80%;
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.seven_ul li {
    float: left;
    line-height: 40px;
    width: 24.2%;
    margin-right: 1%;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.seven_ul li:nth-child(4n) {
    margin-right: 0;
}

.seven_ul li:hover {

    font-weight: bold;
}

/**/

.eight {
    position: relative;
    margin-top: 70px;
    padding: 70px 0;

}

.eight_top {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

.eight_top .title {
    margin-bottom: 30px;
}

.footer_bottom {
    margin-top: 30px;
}

.eight_title {
    border-bottom: 1px solid #ededed;
    line-height: 60px;
    margin-bottom: 30px;
}

.eight_title h2 {
    font-size: 20px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.eight_title h2:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -7px;
    transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    z-index: 2;
}

.eight_title .more {
    float: right;
}


.eight_bottom li {
    width: 23.5%;
    margin-right: 2%;
    background: #fff;
    float: left;
    height: 212px;
    overflow: hidden;
    display: flex;
    align-items: center;
}


.eight_bottom li:nth-child(4n) {
    margin-right: 0;
}

.eight_bottom li img {
    display: block;
    margin: auto;
    max-height: 100%;
    transition: all 0.5s;
}

.eight_bottom li:hover img {
    transform: scale(1.05);
}


/**/

.footer {
    position: relative;
    padding-bottom: 15px;
    background: #333;

    padding-top: 50px;
}



.footer_top {
    padding-bottom: 30px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}

.footer_ul, .footer_ewm, .footer_dz {
    width: 33.3%;
    float: left;
    padding: 0 2%;
    box-sizing: border-box;
}



.footer_dz li {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer_dz li img {
    width: 17px;
    vertical-align: sub;
    margin-right: 10px;
}

.footer_ul li {
    width: 49%;
    float: left;
    line-height: 40px;
    font-size: 15px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer_ul li:hover, a.interlink__item:hover {
    font-weight: bold;

}

.footer_ewm img {
    display: block;
    margin: auto;
}



.footer li:hover {
    font-weight: bold;
}


/**/
.interlink {
    padding: 15px 0 15px;
    background: #333333;

}

.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: 50px;
}

.page_banner img {
    width: 100%;
    display: block;
    height: auto;
}

.page_lj {
    border: 1px solid #eee;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 5%;
}

.page_lj .container {
    color: #999;
    background: url(../images/tb.png) no-repeat left;
    padding: 0 0 0 25px;
}

a.page_fh {
    float: right;
    padding-right: 25px;
    background: url(../images/ca1.png) no-repeat right;
}

.page_fl {
    width: 20%;
}

.page_nav {
    padding: 0;
}

.page_title {
    font-size: 22px;
    font-weight: normal;
    line-height: 75px;
    border-bottom: 1px solid #fff;
    text-align: center;

}

.page_nav li a {
    line-height: 50px;
    display: block;
    margin-bottom: 2px;
    padding-left: 30px;
    position: relative;
    background: #ececeb;
    text-align: left;
    font-size: 16px;
    color: #333
}

.page_nav li a:after {
    content: '+';
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: initial;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.page_nav li {
    position: relative;
}



ul.page_navs {
    width: 100%;
    top: 0px;
    z-index: 2;
    display: none;
}

.page_nav li:hover ul.page_navs {
    display: block;
}

ul.page_navs li a:after {
    display: none;
}

.page_nav li:hover a:after {
    content: '-';
}




/**/



.lxwm img {
    width: 100%;
    height: 100%;
    display: block;
}

.lxwm ul {
    padding: 10px 15px 10px;
    text-align: center;
}

.lxwm li {
    font-size: 16px;
    line-height: 40px;
}

.lxwm li img {
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/**/

.page_xw {
    border-top: 1px solid #fff
}

.page_xw ul {
    border: 1px solid #eee;
    padding: 2% 2% 0;
    border-top: none;
}

.page_xw li {
    margin-bottom: 5px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-bottom: dashed 1px #d2d2d2;
    padding: 0 32px 0 0px;
    position: relative;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.page_xw li:hover {

    font-weight: bold;
}



.page_xw li:before {
    content: ">";
    position: absolute;
    width: 30px;
    height: 35px;
    top: 0;
    right: 0px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    font-family: '楷体';
}



.page_xw li:last-child {
    border-bottom: 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_cp li:hover h3 {

    font-weight: bold;
}

/**/

.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 #284a78;
    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: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: #284a78
}




/**/

.pading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.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 {
    border: #284a78 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 #284a78;
    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: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 20px;
}

/**/

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: 46px;
    line-height: 46px;
    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 {
    display: block;
    height: 105px;
    margin: auto;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


ul.relate_news li a:hover, ul.relate_pr p:hover {

    font-weight: bold;
}

/**/


/**/
.article {
    margin-top: 30px;
}

.article li {
    border: 1px solid #ccc;
    padding: 2%;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 2%;
}

.article_img {
    width: 25%;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.article_img img {
    height: auto;
    display: block;
    transition: all 0.6s;
    margin: auto;
}

.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: 20px;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}





.article li:hover {
    border-color: #284a78;
}


.header_text, .header_bottom_title h4, .title h2, .one_nav .on h3, .one_nav .on .sz, .one_nav .on .p, .two_top_text .more:hover, .two_top_ul li:hover h3, .three li h3, .three li h3:after, .four li b, .four li:hover h3, .five li:hover h3, .six_title h2, .six_fl li:hover h3, .six_fr li:hover h3, .six_fr li:hover a, .seven_ul li:hover, .page_xw li:hover, .page_cp li:hover h3, .product li:hover h3, .product li:hover:after, ul.relate_news li a:hover, ul.relate_pr p:hover, .article li:hover h3 {
    color: #284a78;
}

.navbox .cur, .navbox a:hover, .navs b, .navs b:after, .navs b:before, .bottom .dhzx, .header_bottom:after, .input .searchBtn, .title b:after, .title b:before, .title em:after, .title em:before, .one_nav .on:before,
.one_nav .on .one_nav_text:after, .two_top_qh .Snext, .two_top_nav .on, .four .prev:hover, .four .next:hover, .page_title, .page_nav .cur, .page_nav a:hover, .lxwm, .page_cp_qh span:hover, .product li:hover:before, .pading span.current {
    background: #284a78;
}

.navbox .cur, .navbox a:hover, #copy_btn, .bottom .dhzx a, .input .searchBtn, .one_text, .two_top_text, .two_top_qh .Snext, .two_top_nav .on a, .three .on h3, .three .on h3:after, .four .prev:hover, .four .next:hover, .five .title h2, .five .title h3, .seven_title, .eight,
.eight_top .title h2, .eight_top .title h3, .footer, .interlink, .page_title, .page_nav .cur, .page_nav a:hover, .lxwm, .page_cp_qh span:hover, .pading span.current {
    color: #fff
}



/**/


@media only screen and (max-width: 1600px) {
    .container {
        width: 1200px;
    }

    .header_text {
        letter-spacing: initial;
        font-size: 22px;
    }


    .navbox a, .header_bottom_title, .header_wz {
        font-size: 16px;
    }

    .header_bottom:after {
        width: 15%;
    }

    .title h2 {
        font-size: 35px;
        line-height: 35px;
        height: 35px;
    }

    .one_text h3 .sz {
        font-size: 90px;
    }

    .one_text h3 {
        font-size: 40px;
        line-height: 100px;
    }

    .one_ul {
        height: 427px;
    }

    .two_top_fl {
        height: 526px;
    }

    .two_top_fr .bd {
        max-width: 828px;
    }

    .two_top_imgs {
        height: 213px;
    }

    .three li {
        height: 398px;
    }

    .four li {
        width: 238px;
        margin: 0px 10px 0px;
    }

    .four .prev, .four .next {
        left: -70px;
    }

    .four .next {
        right: -70px;
        left: initial
    }

    .five li {
        width: 240px;
    }

    .eight_bottom li {
        height: 159px;
    }


}


@media only screen and (max-width: 1200px) {

    .container {
        width: 960px;
    }

    .title h2 {
        font-size: 30px;
        line-height: 30px;
        height: 30px;
    }

    .title h3 {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }

    .header_text h3 {
        font-size: 13px;
    }

    .header_text {
        letter-spacing: initial;
        font-size: 18px;
    }

    .header_bottom:after {
        width: 10%;
    }

    .one {
        margin-top: 50px;
    }

    .one_ul {
        height: 403px;
    }

    .one .bd {
        margin-top: 30px;
    }

    .two_top_fr .bd {
        max-width: 662px;
    }

    .two {
        margin-top: 50px;
        padding: 50px 0;
    }

    .two_top {
        margin-top: 30px;
    }

    .two_top_ul li {
        width: 145.5px;
    }

    .two_top_fl {
        height: 420px
    }

    .two_top_imgs {
        height: 106px;
    }

    .two_bottom li img {
        width: 100px;
        height: 100px;
    }

    .two_bottom li h3 {
        font-size: 16px;
    }


    .three {
        margin-top: 50px;
    }

    .three ul {
        margin-top: 30px;
    }


    .three li {
        height: 306px
    }

    .three li h3 {
        font-size: 16px;
    }

    .four {
        margin-top: 50px;
    }

    .four .bd {
        margin: 30px auto 0;
    }

    .four li {
        width: 178px;
    }

    .four_img {
        height: 150px;
    }


    .five {
        margin-top: 50px;
        padding: 50px 0;
    }

    .five .bd {
        margin: 30px auto 0;
    }

    .five li {
        width: 220px;
        margin: 0px 10px;
    }


    .five_img {
        height: 200px;
    }


    .six {
        margin-top: 50px;
    }

    .six .title {
        margin-bottom: 20px;
    }

    .eight {
        margin-top: 50px;
        padding: 50px 0;
    }

    .eight_bottom {
        margin-top: 30px;
    }

    .footer {
        padding-top: 30px;
    }

}

/**/

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 54px;
    }

    .container {
        width: 96%;
        padding: 0;
    }

    /**/
    .bottom, .max_banner {
        display: block;
    }

    #slides, .header_fr {
        display: none;
    }

    /**/

    .page_banner img {
        height: auto;
    }

    /**/
    .header {
        overflow: hidden;
    }

    .logo {
        display: flex;
        align-items: center;
        width: 85%;
        height: 80px;
        float: left;
    }


    .logo img {
        max-height: 80px;
    }

    /**/


    /*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
    }

    .navbox li:hover .subMen {
        display: none;
        opacity: 0;
    }

    .navbox li:before {
        display: none;
    }

    /**/

    .header_bottom {
        line-height: 50px;
    }

    .header_bottom_title {
        padding: 5px 1%;
        font-size: 14px;
        line-height: 20px;
    }

    .header_bottom_title h4, .header_bottom_title h3 {
        height: 20px;
    }

    .header_wz {
        padding: 0 2% 0 35px;
        background-position-x: 7px;
        background-position-y: 14px;
        font-size: 14px;
        height: 50px;
        width: 100%;
    }

    .search_an {
        display: none;
    }

    .header_bottom:after {
        height: 50px;
    }

    /**/
    .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;
    }

    /**/

    .title h2 {
        font-size: 22px;
        line-height: 24px;
        height: 24px;
    }

    .title h3 {
        font-size: 15px;
        line-height: 24px;
        height: 24px;
        padding: 0 2%;
    }


    .title b:before {
        width: 25px;
        height: 1px;
        left: -25px;
        top: 4.5px;
    }

    .title b:after {
        width: 35px;
        height: 1px;
        left: -35px;
        top: 1.5px;
    }


    .title em:before {
        width: 25px;
        height: 1px;
        right: -25px;
        top: 4.5px;
    }

    .title em:after {
        width: 35px;
        height: 1px;
        right: -35px;
        top: 1.5px;
    }

    /**/
    .one {
        margin-top: 25px;
    }

    .one .bd {
        margin-top: 20px;
    }

    .one_ul {
        height: 169px;
    }

    .one_text {
        padding: 2%;
    }

    .one_text h3 {
        font-size: 22px;
        line-height: 40px;
    }

    .one_text h3 .sz {
        font-size: 50px;
    }

    .one_text .p {
        line-height: 24px;
        font-size: 16px;
        height: 24px;
    }

    .one_text ul {
        margin-top: 10px;
    }

    .one_text li {
        width: 32.3%;
        height: 65px;
    }

    .one_nav {
        margin-top: 25px;
        padding-bottom: 25px;
    }

    .one_nav li {
        width: 20%;
    }

    .one_nav_text {
        width: 70px;
        height: 70px;
        padding: 5px 2% 0;
    }

    .one_nav_text .sz {
        font-size: 16px;
        line-height: 24px;
    }

    .one_nav_text h3 {
        font-size: 16px;
        height: 24px;
    }

    .one_nav_text .p {
        height: 24px;
        line-height: 24px;
    }

    .one_nav_text:after {
        width: 70px;
        height: 70px;
        bottom: -60px;
    }

    .one_nav li:after {
        bottom: -33px;
    }

    .one_nav li:before {
        bottom: -29px;
    }

    /**/
    .two {
        margin-top: 30px;
        padding: 25px 0;
    }

    .two_top {
        margin-top: 20px;
    }


    .two_top_fl {
        width: 100%;
        height: auto;
        float: none;
        display: none;
    }

    .two_top_fr {
        width: 100%;
        padding: 25px 2% 10px;
        float: none;
    }

    .two_top_qh, .two_tops:before, .two_tops:after {
        display: none;
    }

    .two_top_title {
        width: 100%;
        padding-left: 15px;
        padding-right: 2%;
    }

    .two_top_title h3 {
        font-size: 18px;
        line-height: 24px;
        height: 24px;
    }

    .two_top_title:before {
        top: 6px;
        border-left: 6px solid #284a78;
        border-bottom: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid transparent;
    }


    .two_top_nav {
        margin: 20px 0;
    }

    .two_top_nav li {
        line-height: 38px;
        height: 40px;
        padding: 0 1%;
        width: 33.3%;
        font-size: 14px;
    }

    .two_top .bd {
        max-width: 350px;
        overflow: hidden;
    }

    .two_top_ul li {
        width: 165px;
        margin: 0px 5px;
    }

    .two_top_imgs {
        height: 150px;
    }

    .two_top_ul li h3 {
        line-height: 30px;
        height: 30px;
        font-size: 14px;
    }

    .two_top_text {
        width: 100%;
        padding: 2% 2% 0;
        text-align: center;
    }

    .two_top_text h3 {
        line-height: 30px;
        font-size: 22px;
        height: 30px;
    }

    .two_top_text h4 {
        line-height: 30px;
        font-size: 16px;
        height: 30px;
    }

    .two_top_text .more {
        margin: 20px auto 0;
    }

    .two_bottom {
        margin-top: 25px;
        padding: 2%;
    }

    .two_bottom li img {
        width: 60px;
        height: 60px;
    }

    .two_bottom li h3 {
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        padding: 0 3%;
    }

    /**/

    .three {
        margin-top: 25px;
    }

    .three ul {
        margin-top: 20px;
    }

    .three li {
        height: 190px;
    }

    .three li h3 {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 20px 0 30px;
    }

    .three li h3:before {
        border-top: 5px solid #284a78;
        border-bottom: 5px solid transparent;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        margin-left: -5px;
        top: 15px;
    }

    .three li h3:after {
        bottom: 10px;
    }

    .three .on h3 {
        width: 50px;
        padding: 20px 12.5px 30px;
    }

    /**/

    .three_img {
        margin-top: 25px;
    }


    /**/

    .four {
        margin-top: 25px;
    }

    .four .bd {
        max-width: 350px;
        margin: 20px auto 0;
        overflow: hidden;
    }


    .four li {
        width: 155px;
        margin: 0px 5px 0px;
        padding: 10px 5px 10px;
    }

    .four_img {
        width: 100%;
        height: 140px;
        margin-bottom: 5px;
    }

    .four li h3 {
        font-size: 15px;
        line-height: 30px;
        height: 30px;
    }

    .four li p {
        line-height: 24px;
    }

    .four li b {
        line-height: 24px;
        font-size: 14px;
    }

    /**/

    .five {
        margin-top: 25px;
        padding: 25px 0;
    }

    .five .bd {
        margin: 20px auto 0;
        max-width: 350px;
        padding: 10px 0px 10px;
        overflow: hidden;
    }


    .five li {
        width: 165px;
        margin: 0px 5px;
    }

    .five_img {
        height: 200px;
    }

    .five li h3 {
        line-height: 30px;
        height: 30px;
        margin-top: 10px;
        font-size: 14px;
    }

    /**/

    .six {
        margin-top: 25px;
    }

    .six .title {
        margin-bottom: 10px;
    }

    .six_title {
        line-height: 40px;
        margin-bottom: 20px;
    }

    .six_fl, .six_fr {
        width: 100%;
        float: none;
    }

    .six_title h2 {
        background-position-y: 13px;
    }

    .six_img {
        height: 150px;
    }

    .six_fl h3 {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .six_fr {
        margin-top: 5px;
    }

    .six_fr .first {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .six_imgs {
        height: 130px;
    }

    .six_text h3 {
        line-height: 40px;
        height: 40px;
    }

    .six_fr li {
        line-height: 30px;
        font-size: 14px;
    }

    .six_text p {
        line-height: 24px;
        -webkit-line-clamp: 2;
        font-size: 14px;
    }

    .six_fr li a, .six_fr li span {
        height: 30px;
        line-height: 30px;
    }

    .six_fr .first a {
        height: auto;
    }

    /**/

    .seven {
        margin-top: 20px;
    }

    .seven_title {
        width: 20%;
        padding: 2%;
        height: 80px;
        background-position-x: 50%;
        background-position-y: 15px;
        background-size: 35%;
    }

    .seven_title h2 {
        font-size: 14px;
        margin-top: 40px;
    }

    .seven_ul li {
        line-height: 30px;
        font-size: 14px;
    }

    .seven_ul {
        width: 80%;
        padding: 10px 5px;
    }

    /**/

    .eight {
        margin-top: 25px;
        padding: 25px 0;
    }

    .eight_top .title {
        margin-bottom: 0px;
    }

    .eight_top {
        font-size: 14px;
    }

    .eight_bottom {
        margin-top: 10px;
    }

    .eight_title h2 {
        font-size: 18px;
    }

    .eight_title {
        line-height: 50px;
        margin-bottom: 20px;
    }

    .eight_bottom li {
        height: 60px;
    }

    /**/

    .page .footer {
        margin-top: 20px;
    }

    .footer_nav, .footer_lx, .footer_ul {
        display: none;
    }

    .footer_top {
        padding-bottom: 15px;
        padding-top: 10px;
        margin-bottom: 15px;
    }

    .footer_ul {
        width: 32%;
    }


    .footer_ul li {
        line-height: 35px;
        font-size: 14px;
        height: 35px;
    }

    .footer_dz {
        width: 100%;
        float: none;
        padding: 0;
    }

    .interlink {
        padding: 0px 0 15px;
    }


    /**/

    .page_lj {
        padding: 0 2%;
        margin-bottom: 25px;
    }

    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 {
        font-size: 18px;
        line-height: 50px;
    }

    .page_nav {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .page_nav ul {
        margin-top: 1%;
    }

    .page_nav li {
        position: relative;
        width: 49%;
        float: left;
    }

    .page_nav li a {
        line-height: 40px;
        font-size: 14px;
    }

    .page_nav li a:after {
        margin-top: 10px;
    }

    .page_nav li:nth-child(2n) {
        float: right;
    }

    .page_nav li:hover ul.page_navs {
        display: none;
    }

    ul.page_navs {
        opacity: 0;
    }

    .lxwm {
        width: 49%;
        float: left;
    }

    .lxwm span {
        font-size: 22px !important;
    }

    .page_xw {
        float: right;
        width: 49%;
    }

    .page_xw li {
        margin-bottom: 0px;
    }


    /**/
    .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;
    }


    .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: 229px;
    }

    .product_text {
        width: 100%;
    }

    .product_text h2 {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }

    .product_text p {
        line-height: 24px;
        font-size: 14px;
        height: 72px;
    }

    .Product_item_text {
        font-size: 16px;
        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;
    }

    h4.related span {
        font-size: 16px;
    }

    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;
    }


    .page_content {
        padding-top: 4%;
    }
}


@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}