/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    /* font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif; */
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    color: #0d337e;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}



table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}


h1, h2, h3, h4 {
    line-height: 1.5;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.max1600{
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/*右侧漂浮*/

.pf_right {
    width: 50px;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -180px;
    display: none;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul {
    width: 100%;
    float: left;
}

.pf_right ul li {
    width: 49px;
    height: 49px;
    margin-top: 1px;
    float: left;
    background: #0d337e;
    text-align: center;
}

.pf_right ul li a {
    display: block;
    float: right;
    width: 49px;
    height: 49px;
    position: relative;
    font-size: 12px;
    color: white;
    line-height: 16px;
}

.pf_right ul li a .ico {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-top: 4px;
}

.pf_right ul li a .ico img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.pf_right ul li a h5 {
    width: 131px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: white;
    font-size: 14px;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #0d337e;
}

.pf_right ul li a h5 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.pf_right ul li:hover {
    background: none !important;
}

.pf_right ul li:hover a {
    background: #0d337e;
}

.pf_right ul li:hover a h5 {
    display: block;
}

.pf_right ul li.r_ewm:hover a {
    background: #0d337e;
}

.pf_right ul li.r_ewm:hover a h5 {
    display: none;
}

.pf_right ul li.r_ewm .z_ewm {
    position: absolute;
    left: 120%;
    width: 100px;
    height: 100px;
    display: none;
    top: 0;
    border: 5px solid #0d337e;
}

.pf_right ul li.r_ewm .z_ewm span.jt {
    width: 7px;
    height: 14px;
    position: absolute;
    left: -12px;
    top: 20px;
    transform: rotate(180deg)
}

.pf_right ul li.r_ewm .z_ewm img {
    width: 100%;
    height: 100%;
}

.pf_right ul li.r_ewm:hover a .z_ewm {
    display: block;
}

@media screen and (max-width:1569px) {
    .pf_right.on {
        right: 0 !important;
    }
}

@media screen and (max-width:991px) {
    .pf_right {
        display: none !important;
    }
}

.aspg-left {
    width: 280px;
    float: right;
}

.aspg-right {
    width: calc(97% - 280px);
    float: left;
}

.aspg-nei-img {
    margin-bottom: 20px;
}

.aspg-nei-img img {
    max-width: 100%;
}

.nei-news-list{
    margin-bottom: 30px;
}
.nei-news-list li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.nei-news-list li:nth-child(1) {
    padding-top: 0;
}

.nei-news-list li a {
    display: block;
}

.nei-news-list li .img {
    width: 250px;
    float: left;
    overflow: hidden;
}

.nei-news-list li .img img {
    max-width: 100%;
    transition: .5s;
}

.nei-news-list li a:hover .img img {
    transform: scale(1.1);
}

.nei-news-list li .wz {
    width: calc(96% - 250px);
    float: right;
}

.nei-news-list li .wz h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #333;
}

.nei-news-list li .wz .date {
    font-size: 13px;
    line-height: 30px;
    color: #666;
}

.nei-news-list li .wz .info {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nei-news-list li .wz .more {
    font-size: 12px;
    color: #333;
    text-align: right;
    margin-top: 8px;
}

.nei-news-list li a:hover .wz h3 {
    color: #0d337e;
}

.nei-news-list1 li{
    width: 48%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.nei-news-list1 li:nth-child(2n){
    margin-left: 4%;
}
.nei-news-list1 li a{
    display: block;
}
.nei-news-list1 li a h3{
    font-size: 16px;
    line-height: 2;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nei-news-list1 li a .info{
    font-size: 14px;
    line-height: 2;
    color: #666;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.nei-news-list1 li a:hover h3{
    color: #0d337e;
}

@media screen and (max-width:991px){
    .aspg-right{
        width: 100%;
        float: none;
    }
    
}

@media screen and (max-width:767px){
    .nei-news-list li .img{
        width: 180px;
    }
    .nei-news-list li .wz{
        width: calc(96% - 180px);
    }
    .nei-news-list1 li{
        width: 100%;
        float: none;
        margin-left: 0!important;
    }
}
@media screen and (max-width:480px){
    .nei-news-list li .img{
        width: 100%;
        float: none;
    }
    .nei-news-list li .wz{
        width: 100%;
        margin-top: 15px;
    }
    .nei-news-list li .wz h3{
        font-size: 14px;
    }
    .nei-news-list1 li a h3{
        font-size: 14px;
    }
}

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1640px) {
    .container2 {
        width: 1630px;
    }
}

.max_wd1600 {
    max-width: 1630px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}



/* 通用重置 */

* {
    margin: 0;
    padding: 0;
}

.clicked .a{color: #5c677d !IMPORTANT;}





/* 通用样式 */

.dth_pos {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
}

.dth_wh {
    display: block;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.wh {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 15px;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

@media(max-width:991px) {
    body {
        padding-top: 60px;
    }
}


/* 统一的样式 */

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
}


/* 插件整体修改 */

.slick-arrows {
    outline: none;
}

.slick-slide {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    display: flex;
    width: 24px;
    height: 44px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    background: none;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 12px;
    top: 50%;
    margin-top: -20px;
}

.swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
}

.swiper-pagination .swiper-pagination-bullet {
    outline: none;
    margin: 0 1em;
}

@media(max-width:992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}








/* 内页 */

.page-banner{
    position: relative;
}
.page-banner .wzs{
    display: block;
    position: absolute;
    left: 0;
    top: 0;	
    text-align: center;
    width: 100%;
    top: 32%;
}
.page-banner .wzs h2{
    font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
}

.page-banner .wzs h3{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.8);
	margin-top: 0.6em;
}
@media(max-width:1200px){
    .page-banner .wzs h2{
        font-size:3vw;
    }
    .page-banner .wzs h3{
        font-size:1.666vw;
    }
}

@media(max-width:768px){
    .page-banner .wzs{
        top:20%;
    }
    .page-banner .wzs h2{
        font-size:22px;
    }
    .page-banner .wzs h3{
        font-size:12px;
        margin-top:0.3em;
    }
}
@media(max-width:420px){
    .page-banner .wzs{
        top:22%;
    }
    .page-banner .wzs h2{
        font-size:20px;
    }
    .page-banner .wzs h3{
        font-size:11px;
        margin-top:0.3em;
    }
}


.w1200{
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}




.roll_product {
    float: left;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

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

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}


.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.topLink a {
    color: #666666;
    font-size: 14px;
    opacity: 0.62;

}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 a {
    color: #595959;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}



.top2 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    height: 72px;
}

.top2 .wh {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top2 .wh .logo {
    width: 9%;
}

.top2 .wh .logo a {
    display: block;
}

.top2 .wh .logo a img {
    max-width: 100%;
}

.top2 .k2 {
    width: 81.625%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}





/* 导航样式 */
.x-menu {
    width: 90.76%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.x-menu>li>a {
    display: block;
    font-size: 0.8rem;
    color: #000000;
    line-height: 72px;
}

.x-menu>li>a:hover {
    color: #0d337e;

}

.x-menu>li.active>a {
    color: #0d337e;
}



.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 150%;
    left: -25%;
    top: 65px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}


.x-menu .sec {
    position: absolute;
    left: 0;
    top: 82px;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, .83);
    display: none;
}


.x-menu .sec a {
    display: block;
}

.x-menu .sec .ha_hah {
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;

}

.x-menu .sec .ha_hah a {
    color: #666;
    font: 500 13px/1.8em "微软雅黑";
    display: inline-block;
    padding: 0 2em;
}

.x-menu .sec .ha_hah a:hover {
    color: #116ac8;
}

.x-menu .sec .wjhgehga {
    width: 76%;
    margin: 0 auto;
    /* width: auto; */
    padding: 3% 20px 3%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.x-menu .sec .wjhgehga .nac_a3 {
    width: 35%;
}

.x-menu .sec .wjhgehga .nac_a3 img {
    max-width: 100%;
}

.x-menu .sec .wjhgehga .nac_a2 {
    padding-top: 1vw;
}







.x-menu .sec .wjhgehga .nac_a1 {
    width: 25%;
    padding: 1vw 0 0 1.5vw;
    border-left: 1px solid #7d7d7d;
}

.x-menu .sec .wjhgehga .nac_a1 h2 {
    color: #000000;
    font: 600 25px/1.5em "微软雅黑";
}

.x-menu .sec .wjhgehga .nac_a1 h2:after {
    content: "";
    display: block;
    width: 9px;
    height: 4px;
    background: #000000;
    margin-top: 0.35em;
}

.x-menu .sec .wjhgehga .nac_a1 .wehba {
    color: #333;
    font: 500 15px/2em "微软雅黑";
    margin-top: 1em;
}

.x-menu .sec .wjhgehga .nac_a1 a.hha_nna {
    display: block;
    width: 126px;
    height: 42px;
    background-color: #0d337e;
    text-align: center;
    color: #fff;
    font: 500 14px/42px "微软雅黑";
    margin-top: 2em;
}



.x-menu .sec .wjhgehga .nac_a2 .nac_list {
    float: left;

}

.x-menu .sec .wjhgehga .nac_a2 .nac_list a {
    position: relative;
}

.x-menu .sec .wjhgehga .nac_a2 .nac_list a .hha_r {
    color: #333333;
    font: 500 15px/4rem "微软雅黑";
}

.x-menu .sec .wjhgehga .nac_a2 .nac_list a .hha_r:hover{
    color:#0d337e;
}


.x-menu li:nth-child(1) .sec .wjhgehga .nac_a2 .nac_list a .hha_r:hover,
.x-menu li:nth-child(2) .sec .wjhgehga .nac_a2 .nac_list a .hha_r:hover,
.x-menu li:nth-child(4) .sec .wjhgehga .nac_a2 .nac_list a .hha_r:hover,
.x-menu li:nth-child(5) .sec .wjhgehga .nac_a2 .nac_list a .hha_r:hover {
    color: #116ac8;
}

.x-menu li:nth-child(1) .sec .wjhgehga,
.x-menu li:nth-child(2) .sec .wjhgehga,
.x-menu li:nth-child(4) .sec .wjhgehga,
.x-menu li:nth-child(5) .sec .wjhgehga {
    margin-right: calc(100%/8);
}

.x-menu li:nth-child(1) .sec .wjhgehga .nac_a1,
.x-menu li:nth-child(2) .sec .wjhgehga .nac_a1,
.x-menu li:nth-child(3) .sec .wjhgehga .nac_a1,
.x-menu li:nth-child(4) .sec .wjhgehga .nac_a1,
.x-menu li:nth-child(5) .sec .wjhgehga .nac_a1 {
    width: 30%;
}

.x-menu li:nth-child(1) .sec .wjhgehga .nac_a2,
.x-menu li:nth-child(4) .sec .wjhgehga .nac_a2,
.x-menu li:nth-child(5) .sec .wjhgehga .nac_a2 {
    width: 18%;
}

.x-menu li:nth-child(1) .sec .wjhgehga .nac_a2 .nac_list,
.x-menu li:nth-child(4) .sec .wjhgehga .nac_a2 .nac_list,
.x-menu li:nth-child(5) .sec .wjhgehga .nac_a2 .nac_list {
    width: 50%;
}

.x-menu li:nth-child(2) .sec .wjhgehga .nac_a2 .nac_list{
    width: 50%
}
.x-menu li:nth-child(2) .sec .wjhgehga .nac_a2 {
  width: 18%;
}

.x-menu li:nth-child(3) .sec .wjhgehga .nac_a2 .nac_list{
     width: 30%;
}


.x-menu li:nth-child(3) .sec .wjhgehga .nac_a2 {
   width: 35%;
    padding-left: 35px;
}
.x-menu li:nth-child(3) .sec .wjhgehga .nac_a1 {
  
    width: 30%;
}



@media(max-width:1600px){
    .x-menu li:nth-child(3) .sec .wjhgehga .nac_a2{
        padding-left:0px;
    }
}
@media(max-width:1450px){
    .x-menu li:nth-child(3) .sec .wjhgehga .nac_a2{
        padding-left:20px;
    }
    .x-menu li:nth-child(3) .sec .wjhgehga .nac_a2 .nac_list{
        width:49%;
    }
}
.k2a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 6%;
}

.ssd {
    width: 22%;
    position: relative;
}

.ssy {
    position: absolute;
    top: 110%;
    right: 0px;
    display: block;
    z-index: 9999;
    display: none;
}

.sgg {
    background: url(../images/ss1.png) right center no-repeat;
    height: 20px;
    background-size: 100% 100%;
    width: 20px;
    display: block;
    cursor: pointer;
}

.en img {
    max-width: 100%;
}


.k2 #formsearch,
.k2 .x-login {
    display: inline-block;
    vertical-align: middle;
}

.k2 #formsearch {
    position: relative;
    width: 200px;
}

.k2 #formsearch:before {
    content: '|';
    position: absolute;
    left: 36px;
    top: 5px;
}

.k2 #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-image: url("../images/icon_spirit.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -210px;
}

.k2 #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, 0.8);
    margin-top: 5px;
    height: 20px;
    padding-left: 10px;
}

@media(max-width: 1024px) {
    .sgg::after {
        display: none;
    }

    .k2a {
        width: 7%;
    }

    .x-menu .sec .wjhgehga .nac_a3 {
        padding-top: 3vw;
        width: 30%;
    }

    .x-menu li:nth-child(1) .sec .wjhgehga .nac_a2,
    .x-menu li:nth-child(2) .sec .wjhgehga .nac_a2,
    .x-menu li:nth-child(4) .sec .wjhgehga .nac_a2,
    .x-menu li:nth-child(5) .sec .wjhgehga .nac_a2 {
        width: 30%;
    }

    .x-menu .sec .wjhgehga .nac_a2 {
        padding: 0;
    }
}

@media(min-width: 1024px) {
    body {
        padding-top: 72px;
    }
}






.p1 {

    /*margin-top: 4.25rem;*/
}

.p1a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-left: 8.333%;
}

.p1a h3 {
    font-family: "Georgia";
    font-size: 4.55rem;
    color: #313131;
    font-weight: 400;
}

.p1a h4 {
    font-size: 3rem;
    font-weight: normal;
    line-height: 3.85rem;
    color: #313131;
}

.p1a span {
    font-size: 1.2rem;
    color: #313131;
    display: inline-block;
    margin: 1.2rem 0 2.3rem;
}

.p1a p {
    font-size: 0.8rem;
    line-height: 1.55rem;
    color: #8d8d8d;
}

.p1a1 {
    width: 42.84%;
}
.p1a1 .wz{
    width:100%;
}

.p1a1 .wz p {
   font-size: 16px;
    line-height: 2rem;
    color: #8d8d8d;
    text-indent: 2em;
    text-align: justify;
}

.p1a1a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p1a1a h3 {
    font-family: "Arial";
    font-size: 3rem;
    color: #0d337e;
    font-weight: 400;
}

.p1a1a a {
    width: 9rem;
    height: 2.55rem;
    background-color: #0d337e;
    line-height: 2.55rem;
    text-align: center;
    font-size: 0.9rem;
    color: #ffffff;
}
.p1a1a a:hover{
    background-color: #2d2d2d;
}

.p1a2 {
    width: 53.64%;
}

.p1a2 img {
    width: 100%;
}


.p1b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 2.8rem 0 4.8rem;
}

.p1b li {
    background: url(../images/xie.png) no-repeat right center;
}

.p1b li a {
    display: flex;
    justify-content: center;
}

.p1b li a h3 {
    font-family: "Impact";
    font-size: 4rem;
    color: #0d337e;
    line-height: 1;
}

.p1b li a div.cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2% 0;
}

.p1b li a div.cont span {
    font-family: "Bebas";
    font-size: 2.4rem;
    color: #272727;
    line-height: 1px;
}

.p1b li a div.cont p {
    font-size: 1.2rem;
    color: #272727;
    line-height: 1;
}

.p1b li:nth-child(1) {
    width: 20.7%;
}

.p1b li:nth-child(2) {
    width: 29%;
}

.p1b li:nth-child(3) {
    width: 27%;
}

.p1b li:nth-child(4) {
    width: 23%;
    background: initial;
}

.p1b li:nth-child(1) a {
    justify-content: flex-start;
}

.p1b li:nth-child(1) a h3 {
    margin-right: 0.8rem;
}

@media(max-width: 1450px) {
    .p1>.wh {
        padding: 0 15px 0 8.3333%;
    }
}

@media(max-width: 1024px) {
    .p1a h3 {
        font-size: 4rem;
    }

    .p1a h4 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}


@media(max-width: 768px) {
    .p1a {
        padding: 0 15px;
    }

    .p1a1 {
        width: 100%;
        order: 2;
    }

    .p1a2 {
        width: 100%;
        order: 1;
    }

    .p1>.wh {
        padding: 0 15px;
    }

    .p1b li:nth-child(1) {
        width: 50%;
    }

    .p1b li:nth-child(2) {
        width: 50%;
    }

    .p1b li:nth-child(3) {
        width: 50%;
    }

    .p1b li:nth-child(4) {
        width: 50%;
    }

    .p1b li:nth-child(1) a {
        justify-content: center;
    }

    .p1b li {
        background: initial;
        margin-bottom: 4%;
    }
}


@media(max-width: 500px) {
    .p1a h3 {
        font-size: 4.5rem;
        margin: 1rem 0;
    }

    .p1a h4 {
        font-size: 2.5rem;
    }

    .p1a span {
        font-size: 1.7rem;
        margin: 1.2rem 0;
    }

    .p1a p {
        font-size: 1.4rem;
        line-height: 1.8;
    }

    .p1a1a a {
        width: 10rem;
        height: 3rem;
        background-color: #0d337e;
        line-height: 3rem;
        text-align: center;
        font-size: 1.4rem;
        color: #ffffff;
    }

}

 .p2 .index-title {
    text-align: center;
    margin-bottom: 2%;
}

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

.index-title h3 {
    font-size: 2rem;
    color: #313131;
    margin-bottom: 1.2rem;
}

.index-title p {
    font-size: 0.8rem;
    color: #313131;
    position: relative;
}

.index-title p:after {
    content: "";
    height: 3px;
    background-color: #0d337e;
    width: 5.45rem;
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
}




.p2 {
    background: url(../images/p2b.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    padding: 3.1rem 0 2.1rem;
}

.p2-text {
    width: 84.85%;
    margin: 2.7rem auto;
    font-size: 0.8rem;
    line-height: 1.7;
    color: #ffffff;
    text-align: center;
}

.p2-swiper {
    overflow: hidden;
}

.p2-swiper .swiper-slide a {
    display: block;
    position: relative;
    overflow: hidden;
}

.p2-swiper .swiper-slide a div.img img {
    display: block;
    width: 100%;
    height: 100%;
}

.p2-swiper .swiper-slide a div.cont1 {
    width: 100%;
    position: absolute;
    bottom: 25%;
    left: 1rem;
    color: #ffffff;
}

.p2-swiper .swiper-slide a div.cont1 h3 {
    font-size: 0.85rem;
    font-weight: 400;
    margin-bottom: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p2-swiper .swiper-slide a div.cont1 span {
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p2-swiper .swiper-slide a div.cont {
    width: 100%;
    position: absolute;
    bottom: -37%;
    left: 0;
    right: 0;
    background-color: #0d337e;
    padding: 1.1rem 1.6rem 1.8rem 1.05rem;
    color: #ffffff;
    transition: all ease .4s;
}

.p2-swiper .swiper-slide a div.cont h3 {
    font-size: 1.15rem;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p2-swiper .swiper-slide a div.cont span {
    font-family: "Arial";
    font-size: 12px;
    margin-bottom: 1rem;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p2-swiper .swiper-slide a div.cont p {
    font-size: 0.7rem;
    line-height: 1.45;
}

.p2-swiper .swiper-slide:hover a div.cont1 {
    display: none;
}

.p2-swiper .swiper-slide:hover a div.cont {
    bottom: 0;
}

.p2more a {
    display: block;
    width: 7.85rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 1rem;
    border: solid 1px #000;
    font-size: 0.75rem;
    color: #000;
    text-align: center;
    margin: 3rem auto 0;
}
.p2more a:hover{
    background: #0d337e;
     border: solid 1px #0d337e;
     color:#fff;
   
}

@media(max-width: 1600px) {
    .p2-swiper .swiper-slide a div.cont{
        
    }
}
@media(max-width: 1450px) {
    .p2-swiper .swiper-slide a div.cont {
        bottom: -51%;
    }
}

@media(max-width: 1366px) {
    .p2-swiper .swiper-slide a div.cont {
        bottom: -51%;
    }
}

@media(max-width: 1024px) {
    .p2-swiper .swiper-slide a div.cont {
        bottom: -53%;
    }
}

@media(max-width: 768px) {
    .p2-swiper .swiper-slide a div.cont1 {
        display: none;
    }

    .p2-swiper .swiper-slide a div.cont {
        bottom: 0;
    }

    .p2-swiper .swiper-slide a div.cont {
        padding: 0.5rem;
    }

    .p2-swiper .swiper-slide a div.cont span {
        margin-bottom: 0;
    }
}


@media(max-width: 500px) {
    .index-title h3 {
        font-size: 2.5rem;
    }

    .index-title p {
        font-size: 1.4rem;
    }

    .p2-text {
        font-size: 1.3rem;
    }

    .p2-swiper .swiper-slide a div.cont h3 {
        font-size: 1.2rem;
    }

    .p2-swiper .swiper-slide a div.cont p {
        font-size: 1.2rem;display:none;
    }
    .p2-swiper .swiper-slide a div.cont span{
        display:none;
    }
}








.p3 {
    margin-top: 3.9rem;
}

.p3 .index-title h3 {
    color: #000000;
}

.p3 .index-title p {
    color: #747474;
}

.p3a {
    display: flex;
    justify-content: space-between;
    margin-top: 4.1rem;
    flex-wrap: wrap;
}

.p3a1 {
    width: 50%;
}

.p3a1 img {
    width: 100%!important;
    height: 545px;
}
@media(max-width:500px){
    .p3a1 img{
       max-width:100%; height:auto !important;width:auto !important;
    }
}

.p3a2 {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p3a2a {
    background: url(../images/nb.png) no-repeat center center;
    background-size: cover;
    height: 47.3%;
    padding: 2.6rem 1rem 1rem 2.1rem;
}

.p3a2a h3 {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ffffff;
}

.p3a2a img {
    max-width: 100%;
    display: block;
    margin-top: 2.6rem;
}

.p3a2b {
    display: flex;
    justify-content: space-between;
    height: 50%;
    /* overflow: hidden; */
}

.p3a2b .p3a2b1 {
    width: 48.8%;
}

.p3a2b .p3a2b1 p {
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 100%;
}

.p3a2b .p3a2b1 img {
    width: 100%!important;
    height: 100%!important;
    display: block;
}


.p3a2b .p3a2b2 {
    width: 48.8%;
}

.p3a2b .p3a2b2 a {
    display: block;
    background: #0d337e;
    color: #fff;
    height: 100%;
    padding: 3rem 2.7rem 2rem 2.3rem;
}

.p3a2b .p3a2b2 a span {
    font-size: 0.7rem;
    display: inline-block;
    margin-bottom: 1.2rem;
}

.p3a2b .p3a2b2 a h3 {
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 1rem;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.p3a2b .p3a2b2 a p {
    font-size: 0.7rem;
    line-height: 1.9;
    word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}


.p3b {
    margin-top: 2.25rem;
    position: relative;
    padding-bottom: 2.75rem;
}

.p3b .p3b-swiper {
    overflow: hidden;
}

.p3b .swiper-slide a {
    display: block;
    padding-bottom: 1.8rem;
    border-bottom: 7px solid #d1d1d1;

}
.p3b .swiper-slide:hover a h3 {
    color: #0d337e;
}

.p3b .swiper-slide a h3 {
    font-size: 0.9rem;
    line-height: 23px;
    height: 23px;
    overflow: hidden;
    color: #333333;
    margin-bottom: 0.7rem;
}

.p3b .swiper-slide a span {
    font-size: 0.7rem;
    line-height: 1.58;
    color: #0d337e;
    display: inline-block;
    margin-bottom: 1rem;
}

.p3b .swiper-slide a p {
    font-size: 0.65rem;
    line-height: 1.8;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.p3b-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.p3b-pagination .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    transition: all ease .36s;
    opacity: 1;
    margin: 0 4px;
    outline: none;
}


.p3b-pagination .swiper-pagination-bullet-active {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #0d337e;
    border-radius: 50%;
}



@media(max-width: 1450px) {
    .p3a2a {
        padding: 1.6rem 1rem 0.5rem 2.1rem;
    }

    .p3a2a img {
        margin-top: 1.6rem;
    }

    .p3a2b .p3a2b2 a {
        padding: 1rem 2.7rem 2rem 2.3rem;
    }
}

@media(max-width: 1366px) {
    .p3a2b .p3a2b2 a {
        padding: 1rem 0.7rem 2rem 1.3rem;
    }
}

@media(max-width: 1024px) {
    .p3a2b .p3a2b2 a span {
        margin-bottom: 0.5rem;
    }

    .p3a2b .p3a2b2 a h3 {
        margin-bottom: 0.5rem;
    }
}

@media(max-width: 768px) {
    .p3a1 {
        width: 100%;
    }

    .p3a2 {
        width: 100%;
        margin-top: 2%;
    }
}

@media(max-width: 500px) {
    .p3a2a {
        height: initial;
    }

    .p3a2a h3 {
        font-size: 1.6rem;
    }

    .p3a2a img {
        max-width: 75%;
    }

    .p3a2b {
        flex-wrap: wrap;
        height: initial;
        margin-top: 2%;
    }

    .p3a2b .p3a2b1 {
        width: 100%;
    }

    .p3a2b .p3a2b2 {
        width: 100%;
    }

    .p3a2b .p3a2b2 a span {
        font-size: 1.4rem;
    }

    .p3a2b .p3a2b2 a h3 {
        font-size: 1.6rem;
    }

    .p3a2b .p3a2b2 a p {
        font-size: 1.3rem;
    }

    .p3b .swiper-slide a h3 {
        font-size: 1.5rem;
        font-size: 1.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .p3b .swiper-slide a p {
        font-size: 1.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}









/* p2 */



.p4 {
    margin-top: 2.4rem;
}

.p4 .index-title h3 {
    color: #000000;
}

.p4 .index-title p {
    color: #747474;
}

.p4a {
    position: relative;
    margin-top: 3.4rem;
}

.p4a li {
    position: relative;
}

.p4a li>img {
    width: 100%;
}

.p4a li div.wh {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0;
    width: 100%;
    transform: translateX(-50%);
}

.p4a li div.cont {
    position: absolute;
    left: 0;
    top: 5.5rem;
    z-index: 999;
    width: 32.1rem;
}

.p4a li div.cont h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 1.4rem;
}

.p4a li div.cont p {
    font-size: 0.8rem;
    line-height: 1.8;
    color: #ffffff;
}

a.index-more {
    color: #ffffff;
    width: 9rem;
    height: 2.8rem;
    line-height: 2.8rem;
    display: block;
    background: url(../images/line_btn_jt.png) no-repeat 80% center;
    margin-top: 2.3rem;
    position: relative;
    text-indent: 1rem;
    border-left: 1px solid rgba(255, 255, 255, .35);
    border-right: 1px solid rgba(255, 255, 255, .35);
}


a.index-more::after {
    content: "";
    width: 0%;
    height: 100%;
    background-color: #3d3b3b;
    z-index: -1;
    transition: all ease 0.36s;
    position: absolute;
    left: 0;
    top: 0;
}

a.index-more:hover::after {
    width: 100%;
}


.p4b {
    background: rgba(0, 0, 0, 0.41);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.p4b1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.p4b1 li {
    width: 20%;
    border-right: 1px solid rgba(238, 238, 238, .18);
    height: 9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.p4b1 li:last-child {
    border-right: none;
}

.p4b1 li a span.img {
    display: inline-block;
    height: 4.65rem;
    line-height: 4.65rem;
}

.p4b1 li a span.img img {
    max-width: 100%;
    transition: all ease 0.36s;
}

.p4b1 li a h3 {
    font-size: 0.8rem;
    color: #ffffff;
    margin-top: 0.8rem;
    font-weight: 400;
}

.p4b1 li.cur {
    background: rgba(13, 51, 126, .92);
    border: none;
}


@media (max-width: 1440px) {
    .p4a li div.cont {
        left: 4%;
        top: 1rem;
    }

    .p4a li div.cont a {
        margin-top: 2rem;
    }
}

@media (max-width: 1024px) {
    .p4b1 li {
        height: 8rem;
    }

    .p4b1 li a h3 {
        margin-top: 0.2rem;
    }

    .p4b1 li a span.img img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .p4b1 li {
        height: 4rem;
    }

    .p4b1 li a h3 {
        font-size: 12px;
    }

    .p4a li div.cont {
        width: 28.1rem;
    }

    .p4a li div.cont a {
        margin-top: 0.5rem;
    }

    .p4a li div.cont p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .p4b1 li a span.img {
        height: initial;
        line-height: initial;
    }
}

@media (max-width: 500px) {
    .p4b {
        position: initial;
        padding: 0;
        background: #0d337e;
    }

    .p4b1 {
        justify-content: center;
    }

    .p4b .wh {
        padding: 0;
    }

    .p4b1 li.cur {
        background: rgba(0, 0, 0, .1);
    }

    .p4b1 li a span.img img {
        width: 34%;
    }

    .p4a li div.cont h3 {
        font-size: 2rem;
    }

    .p4a li div.cont p {
        font-size: 14px;
    }

    .p4b1 li {
        width: 33.33%;
        height: 6.2rem;
        border: none;
    }
}





.p5 {
    margin-top: 2.45rem;
}

.p5 .index-title h3 {
    color: #000000;
}

.p5 .index-title p {
    color: #747474;
}

.p5a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3.25rem;
}

.p5a li {
    width: 16.18%;
    margin-bottom: 12px;
    transition: all ease .3s;
}

.p5a li a {
    display: block;
    border: 1px solid #e5e5e5;
}

.p5a li a img {
    display: block;
    width: 100%;
}

.p5a li:hover {
    box-shadow: 0.5px 0.9px 10px 0px rgba(0, 0, 0, 0.22);
}

@media(max-width: 768px) {
    .p5a li {
        width: 24.18%;
    }
}


@media(max-width: 500px) {
    .p5a li {
        width: 32.18%;
    }
}

.f_link {
    text-align: center;
    margin: 2.4rem 0 1.1rem;
}

.f_link a {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    padding-right: 1rem;
    position: relative;
    margin-right: 0.8rem;
}

.f_link a::after {
    content: "/";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}




.p6 {
    background-color: #212121;
    padding: 2.6rem 0 1rem;
}

.p6a1 {
    width: 20.75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 8%;
    padding-top: 0.8rem;
    float: left;
}

.p6a1 div {
    width: 41.51%;
    font-size: 0.7rem;
    color: #999999;
    text-align: center;
}

.p6a1 div div.img {
    width: 100%;
    background: url(../images/fw1.png) no-repeat center center;
    background-size: cover;
    padding: 0.8rem;
    margin-bottom: 0.4rem;
}

.p6a1 div div.img img {
    width: 100%;
}

.p6a2 {
    width: 16.19%;
    padding: 0 1.5rem;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
    float: left;
}
.p6a2 li{
    float:left;
    width: 39%;
    margin: 4% 18% 4% 2%;
    text-align: center;
}
.p6a2 li:nth-child(2n){margin-right:0;}



.p6a2 li a {
    font-size: 0.7rem;
    color: #999999;
    line-height: 1.5;
    margin-bottom: 0.6rem;
}
.p6a2 li a:hover{
    color:#0d337e;
}



.p6a3 {
    width: 47.38%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    float: right;
}

.p6a3 li {
    text-align: center;
}

.p6a3 li h3 {
    font-size: 14px;
    line-height: 13.03px;
    color: #999999;
    margin: 14px 0 1.5rem;
}

.p6a3 li p {
    font-size: 13px;
    line-height: 1.58;
    color: #999999;
}


.p6b {
    border-top: 1px dashed #464849;
    margin-top: 25px;
    padding-top: 1rem;
    font-size: 0.7rem;
    line-height: 1.7;
    color: #999999;
    text-align: center;
}

.p6b a {
    color: #999999;
}
.p6b .jszc img{margin-top:-3px;}
.p6b .p6b1 a img{
    max-width: 66px;
    filter: brightness(100);
} 

@media(max-width: 1366px) {
    .p6a2 {
        padding: 0 0.8rem;
    }
}

@media(max-width: 768px) {
    .p6a1 {
        width: 100%;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 4%;
    }

    .p6a1 div {
        margin: 0 2%;
        width: 20.51%;
    }

    .p6a2 {
        width: 30.19%;
        float: right;
        border: none;
    }

    .p6a3 {
        width: 95%;
        margin-top: 5%;
        justify-content: space-around;
    }
}

@media(max-width: 500px) {
    .p6a1 div {
        width: 40.51%;
        font-size: 1.5rem;
    }

    .p6a2 {
        width: 58.19%;
        float: left;
    }

    .p6a3 {
        float: none;
    }

    .p6a3 li {
        width: 100%;
    }

    .p6b {
        font-size: 12px;
    }
}





/* 标题 */

.x-title {
    position: relative;
    text-align: center;
}

.x-title h3 {
    color: #0d337e;
    font: 600 38px/52px "Microsoft yahei";
}

.x-title h3 span {
    color: #333333;
    font-weight: 400;
}

.x-title p {
    color: #999999;
    font: 400 16px/44px "Microsoft yahei";
    text-transform: uppercase;
    margin-bottom: 4.4vh;
}

.x-title a:hover {
    background: #000;
}

@media (max-width: 1024px) {
    .x-title h3 {
        font: 600 22px/40px "Microsoft yahei";
    }
    .x-title p {
        font: 400 13px/20px "Microsoft yahei";
        margin-bottom: 2vh;
    }
    .x-title a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.x-title.white {
    color: #fff;
}

.x-title.white a {
    border: 1px solid #fff;
    background: transparent;
    opacity: .8;
}

.x-title.white a:hover {
    background: #fff;
}



/*FAQ答疑*/

.x-faq {
    padding: 5vh 0 6.6vh;
}

.x-faq-title {
    position: relative;
}

.x-faq-title h3 {
    float: left;
    color: #333333;
    font: 600 38px/60px "Microsoft yahei";
}

.x-faq-title a {
    float: right;
    background: url(../images/jt1.png) no-repeat right center;
    color: #666666;
    font: 400 14px/60px "Microsoft yahei";
    display: block;
    width: 77px;
    transition: all 0.8s;
}

.x-faq-title a:hover {
    transition: all 0.8s;
    transform: translateX(10px);
}

.x-faq-list li {
    list-style-type: none;
    margin-top: 6vh;
}

.x-faq-list li h3 {
    color: #333333;
    font: 600 14px/20px "Microsoft yahei";
    background: url(../images/wenti.jpg) no-repeat left top;
    padding-left: 56px;
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e4e4e4;
}

.x-faq-list li p {
    background: url(../images/daan.jpg) no-repeat left top;
    padding-left: 56px;
    color: #888;
    font: 400 14px/23px "Microsoft yahei";
    word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.x-faq-more {
    color: #888888;
    font: 400 14px/30px "Airal";
    border: 1px solid #e4e4e4;
    width: 100px;
    text-align: center;
    margin-top: 2.5vh;
    border-radius: 16px;
    text-transform: uppercase;
    margin-left: 56px;
}

.x-faq-list li:hover h3 {
    color: #0158cb;
}

.x-faq-list li:hover .x-faq-more {
    border: 1px solid #0158cb;
    background-color: #0158cb;
    color: #fff;
}

@media(max-width:1024px) {
    .x-faq-title h3 {
        font: 600 22px/60px "Microsoft yahei";
    }
}

/*新闻*/

.x-news {
    background-color: #f8f8f8;
    padding: 5vh 0 7vh;
}

.tabli {
    position: absolute;
    right: 0;
    top: 17px;
}

.tabli li {
    float: left;
    list-style-type: none;
}

.tabli li+li {
    padding-left: 6px;
    margin-left: 6px;
    border-left: 1px solid #666666;
}

.tabli li a {
    background: none !important;
    color: #666666;
    font: 400 18px/18px "Microsoft yahei";
}

.tabli li:hover a {
    transform: translateX(0);
    color: #0158cb;
}

.tabli li.cur a {
    color: #0158cb;
}

.tab {
    display: none;
}

.x-index-news-list li {
    list-style-type: none;
    margin-top: 4vh;
}

.x-index-news-list li .pic {
    /*width: 97.5%;*/
}

.x-index-news-list li:nth-child(2n) .pic {
    float: right;
}
.x-index-news-list li .pic a{
    display: block;
}

.x-index-news-list li .img {
    border: 1px solid #e4e4e4;
    width: 34%;
    float: left;
    overflow: hidden;
}

.x-index-news-list li .img img {
    max-width: 100%;
    transition: all 0.8s;
}

.x-index-news-list li .wz {
    width: 62%;
    float: right;
}

.x-index-news-list li h3 {
    color: #333333;
    font: 400 18px/36px "Microsoft yahei";
}

.x-index-news-list li p {
    color: #666666;
    font: 400 14px/26px "Microsoft yahei";
}

.x-index-news-list li:hover h3 {
    color: #0158cb;
}

.x-index-news-list li:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}





/*应用行业领域*/

.x-apply {
    padding: 6.6vh 0 8.8vh;
}

.x-apply-list {
    margin-left: -11px;
    margin-right: -11px;
}

.x-apply-list li {
    list-style-type: none;
    float: left;
    margin-left: 11px;
    margin-right: 11px;
    position: relative;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    width: calc(25% - 22px);
}

.x-apply-list li .img img {
    width: 100%;
}

.x-apply-list li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
    color: #fff;
    font: 600 18px/70px "Microsoft yahei";
    border-bottom-right-radius: 80px;
}

.x-apply-list li h3 img {
    margin-right: 8px;
}

.x-apply-list li:hover h3 {
    background-color: #0158cb;
}


@media(max-width:1442px){
      .x-apply-list li h3 {
       border-bottom-right-radius: 50px;  
    }   
}
@media(max-width:1040px){
    .x-apply-list li h3 {
       border-bottom-right-radius: 60px;  
    } 
}
@media(max-width:768px) {
    body{
        overflow-x: hidden;
    }
    .x-apply-list li {
        width: calc(50% - 22px);
        margin-top: 2vh;
    }
    .x-apply-list li h3 {
        font: 400 14px/30px "Microsoft yahei";
        top:50%;
        height: 30px;
        padding: 0;
        border-bottom-right-radius:0;

    }
    .x-apply-list li h3 img {
        display: none;
    }
    .x-index-news-list li h3{
        overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis;
    }
    .x-index-news-list li p{
            display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
    }
    .x-index-news-list li:nth-child(2n) .pic{
        float: none;
    }
}








/* 产品优势 */
.title {
    text-align: center;
}

.title h3 {
    font-size: 44px;
    font-weight: bold;
    color: #053e95;
}

.title h3 span {
    color: #0dad3b;
}

.title h3::before {
    display: inline-block;
    background: url(../images/tlt1.png) no-repeat;
    width: 59px;
    height: 22px;
    content: '';
    margin-right: 30px;
}

.title h3::after {
    display: inline-block;
    content: '';
    width: 59px;
    height: 22px;
    background: url(../images/tlt2.png) no-repeat;
    margin-left: 30px;
}

.title p {
    font-size: 22px;
    color: #333;
    margin-top: 10px;
}
@media(max-width:1299px) {
    .title h3 {
        font-size: 40px;
    }

    .title p {
        font-size: 20px;
    }
}
@media(max-width:1199px) {
    .title h3 {
        font-size: 36px;
    }

    .title p {
        font-size: 16px;
    }
}
@media(max-width:991px) {
    .title h3 {
        font-size: 32px;
    }
}
@media(max-width:600px) {
    .title h3 {
        font-size: 28px;
    }

    .title h3::before {
        margin-right: 10px;
    }

    .title h3::after {
        margin-left: 10px;
    }

    .title p {
        font-size: 14px;
    }
}
@media(max-width:400px) {
    .title h3::before {
        display: none;
    }

    .title h3::after {
        display: none;
    }
}
.ys {
    background: url(../images/bg6.png) no-repeat center;
    background-size: cover;
    padding-top: 65px;
    padding-bottom: 95px;
}

.ys .title h3 {
    color: #fff;
}

.ys .title p {
    color: #fff;
}

.ys .title h3::before {
    display: none;
}

.ys .title h3::after {
    display: none;
}

.ys-list {
    margin-top: 50px;
}

.ys-list ul {
    display: flex;
    flex-wrap: wrap;
}

.ys-list ul li {
    float: left;
    background-color: #fff;
    width: 23.65%;
    margin-left: 1.8%;
    cursor: pointer;
}

.ys-list ul li:first-child {
    margin-left: 0;
}

.ys-list ul li .ys-img {
    overflow: hidden;
}

.ys-list ul li .ys-img img {
    width: 100%;
}

.ys-list ul li .ys-text {
    text-align: center;
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.ys-list ul li .ys-text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    transition: all .5s ease;
}

.ys-list ul li .ys-text .text {
    font-size: 16px;
    line-height: 25px;
    color: #444;
    margin-top: 25px;
}

.ys-list ul li .ys-text .text span {
    font-weight: bold;
    text-transform: uppercase;
    color: #0dad3b;
}

.ys-list ul li:hover .ys-text h3 {
    color: #053e95;
}



/* 优势自适应 */
@media(max-width:1299px) {
    .ys-list ul li .ys-text .text {
        font-size: 14px;
    }

    .ys-list ul li .ys-text h3 {
        font-size: 20px;
    }

    .ys-list ul li .ys-text {
        padding-bottom: 30px;
        padding-top: 25px;
    }
}

@media(max-width:1199px) {
    .ys-list ul li .ys-text .text {
        font-size: 12px;
        margin-top: 15px;
    }

    .ys-list ul li .ys-text {
        padding: 17px 10px;
    }

    .ys-list {
        margin-top: 30px;
    }

    .ys {
        padding-bottom: 65px;
        padding-top: 50px;
    }

    /* .ys-list ul li{
      width: 41.5%;
    } */
}

@media(max-width:991px) {

    /* .ys-list ul li .ys-text .text{
      white-space: nowrap;
    } */
    .ys-list ul li .ys-text .text br {
        display: none;
    }

    .ys-list ul li .ys-text h3 {
        font-size: 18px;
    }

    .ys-list ul li .ys-text .text {
        line-height: 20px;
        margin-top: 10px;
    }

    .ys-list ul li .ys-text {
        padding: 17px 8px;
    }
}

@media(max-width:670px) {
    .ys-list ul li {
        width: 46.5%;
        margin-left: 10px;
    }

    .ys-list ul li:nth-child(3) {
        margin-left: 0;
        margin-top: 10px;
    }

    .ys-list ul li:nth-child(4) {
        margin-top: 10px;
    }

    .ys-list ul {
        justify-content: center;
    }

    .ys {
        background-color: #053e95;
        padding: 40px 0;
    }
}

@media(max-width:475px) {
    .ys-list ul li {
        width: 48.5%;
        margin-left: 3%;
    }
}











.lxwm1{
    background: #0d337e;
    margin: 2vw auto;
}
.lxwm1 .lxwm1-left{
    width: 40%;
    padding: 2vw;
    float: left;
}
.lxwm1 .lxwm1-left > h3{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 1.5vw;
    position: relative;
}
.lxwm1 .lxwm1-left > h3::before{
    content: '';
    width: 55px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.lxwm1 .lxwm1-left .lxfs{
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin: 2vw auto;
}


.lxwm1 .lxwm1-left .welto{
    font-size: 36PX;
    color: #fff;
    font-family: Impact;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.lxwm1 .lxwm1-right{
    width: 60%;
    float: right;
    height: 488px;
    position: relative;
    overflow: hidden;
}
.lxwm1 .lxwm1-right .map-box{
    width: 900px;
    height: 488px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.lxwm2{
    background: rgba(245, 245, 245, 1);
    padding: 5vw 0;
}
.lxwm2 .lxwm2-tlt{
    text-align: center;
    margin-bottom: 30px;
}
.lxwm2 .lxwm2-tlt h3{
    font-size: 34px;
    font-weight: bold;
    color: #000;
    line-height: 1.6;
}
.lxwm2 .lxwm2-tlt p{
    font-size: 16px;
    color: #787878;
    line-height: 2;
}

.lxwm2 #form2 > div{
    margin-bottom: 25px;

}
.lxwm2 #form2 .ly-item1 textarea{
    width: 100%;
    height: 160px;
    background-color: #fff;
    border: 0px;
    padding: 10px;
    color: #666;
    outline: none;
}
.lxwm2 #form2 input::-webkit-input-placeholder,.lxwm2 #form2 textarea::-webkit-input-placeholder{
    color: #666;
}
.lxwm2 #form2 input::-moz-placeholder,.lxwm2 #form2 textarea::-moz-placeholder{ 
    color: #666;        
}
.lxwm2 #form2 input:-ms-input-placeholder,.lxwm2 #form2 textarea:-ms-input-placeholder{ 
    color: #666;        
}
.lxwm2 #form2 .ly-item2 input{
    width: 48%;
    float: left;
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.lxwm2 #form2 .ly-item2 #name{
    margin-right: 4%;
}
.lxwm2 #form2 .ly-item3 > input{
    width: 48%;
    float: left;
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    margin-right: 4%;
}
.lxwm2 #form2 .ly-item3 .code{
    display: flex;
    justify-content: space-between;
}
.lxwm2 #form2 .ly-item3 .code input{
    width: calc(100% - 120px);
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.lxwm2 #form2 .ly-item4 input{
    width: 100%;
    border: none;
    outline: none;
    background: #333;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
}
@media(max-width: 1199px){
    .lxwm1 .lxwm1-left > h3{
        font-size: 22px;
    }
    .lxwm1 .lxwm1-left .lxfs{
        font-size: 14px;
    }
    .lxwm1 .lxwm1-left .welto{
        font-size: 30px;
    }
    .lxwm1 .lxwm1-right{
        height: 400px;
    }
    .lxwm2 .lxwm2-tlt h3{
        font-size: 24px;
    }
    .lxwm2 .lxwm2-tlt p{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .lxwm1 .lxwm1-left{
        width: 100%;
        padding: 20px;
        float: none;
    }
    .lxwm1 .lxwm1-left > h3{
        font-size: 20px;
    }
    .lxwm1 .lxwm1-left .welto{
        font-size: 24px;
    }
    .lxwm1 .lxwm1-right{
        width: 100%;
        float: none;
    }
    .lxwm2 #form2 > div{
        margin-bottom: 15px;
    }
    .lxwm2 #form2 .ly-item2 input{
        width: 100%;
        float: none;
    }
    .lxwm2 #form2 .ly-item2 #name{
        margin-bottom: 15px;
        margin-right: 0;
    }
    .lxwm2 #form2 .ly-item3 > input{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

}


.aspg-right-mbx .cur-pos {
    display: inline-block;
    color: #333;
}

.aspg-right-mbx .cur-pos img{
    width: 20px;
    height: 20px;
}



   
/*phone底部导航*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #0d337e;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/btn15.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/btn16.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/btn17.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}
