input {
    padding: 0;
    margin: 0;
    font-family: '微软雅黑';
}

html{font-family:"微软雅黑"!important;}
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 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

p {
    margin: 0;
}

* {
    -webkit-appearance: none;
}

.max1560 {
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.max1300 {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*滚动*/

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

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

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

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

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

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- 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;
}


/*内容样式*/

.topnav{
    border-top: 1px solid #e1e1e1;
}


.topwz{
    font-size: 23px;
    color: #116ac8;
    font-weight: normal;
    line-height: 28px;
    padding-top: 16px;
    margin-left: 12px;
}
.topdh{
    padding-left: 40px;
    background: url(../image/topdh.png)no-repeat left 28px;
    padding-top: 18px;
}
.topdh p{
    font-size: 16px;
    color: #292929;
    font-weight: normal;
    line-height: 16px;
}
.topdh p+p{
    font-size: 25px;
    color: #292929;
    font-weight: bold;
    line-height: 34px;
    font-family: "Arial";
}

.home-section8 {
    position: relative;
    margin-top:1.5%;
    background: url(../image/abbg.png)no-repeat left 35px;
    padding-bottom: 3.125%;
}

.home-section8 .flexbox {
    display: flex;
}

.home-section8 .flexbox .leftbox {
    flex: 0 0 46.5%;
    max-width: 46.5%;
    margin: 0 60px 0 0;
}

.home-section8 .flexbox .leftbox h2 {
    font-size: 48px;
    margin: 0 0 10px;
    letter-spacing: 1px;
    font-weight: normal;
}

.home-section8 .flexbox .leftbox h2 span {
    position: relative;
    color: #1168c9;
}

.home-section8 .flexbox .leftbox h2 span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #1168c9;
    top: 5px;
    right: -28px;
}

.home-section8 .flexbox .leftbox .smtit {
    font-size: 18px;
    margin: 0 0 30px;
    color: #303030;
}

.home-section8 .flexbox .leftbox .line {
    margin: 0 0 35px;
    width: 64px;
    height: 4px;
    background: #1168c9;
}

.home-section8 .flexbox .leftbox .des {
    color: #646464;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    margin: 0 0 45px;
}

.home-section8 .flexbox .leftbox .more {
    width: 240px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1168c9;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.home-section8 .flexbox .leftbox .more:hover {
    transform: translateX(10px);
}

.home-section8 .flexbox .leftbox .more img {
    width: 53px;
    margin: 0 0 0 20px;
}

.home-section8 .flexbox .rightbox {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.home-section8 .flexbox .rightbox .leftitem img,
.home-section8 .flexbox .rightbox .rightitem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.home-section8 .flexbox .rightbox .leftitem {
    flex: 0 0 41.4%;
    max-width: 41.4%;
    margin: 0 25px 0 0;
    overflow: hidden;
}

.home-section8 .flexbox .rightbox .rightitem {
    flex: 1;
    overflow: hidden;
}

.home-section8 .flexbox .rightbox .leftitem:hover img {
    transform: scale(1.05);
}

.home-section8 .flexbox .rightbox .rightitem:hover img {
    transform: scale(1.05);
}

@media (max-width:1200px) {
    .home-section8 .flexbox .leftbox h2 {
        font-size: 38px;
        margin-bottom: 0px;
    }
    .home-section8 .flexbox .leftbox .smtit {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .home-section8 .flexbox .leftbox .des {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.7;
    }
}

@media (max-width:992px) {
    .home-section8 .flexbox .leftbox {
        margin-right: 30px;
    }
}

@media (max-width:768px) {
    .home-section8 .flexbox {
        flex-wrap: wrap;
    }
    .home-section8 .flexbox .leftbox {
        flex: auto;
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
    }
    .home-section8 .flexbox .leftbox .line {
        margin-bottom: 15px;
    }
    .home-section8 .flexbox .rightbox {
        width: 100%;
        flex: auto;
        margin-top: 15px;
    }
    .home-section8 .flexbox .leftbox .more {
        width: 200px;
        height: 50px;
        font-size: 16px;
    }
}

@media (max-width:500px) {
    .home-section8 .flexbox .leftbox .more {
        width: 180px;
        height: 40px;
    }
    .home-section8 .flexbox .leftbox h2{
        font-size:30px;
    }
   
}


/* 数字滚动 */

.home-section2 {
    position: relative;
    padding: 3.125% 0;
}

.home-section2 .flexbox .box-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -12px;
}

.home-section2 .flexbox .box-col {
    width: 25%;
    padding: 0 12px;
}

.home-section2 .flexbox .item .topnum {
    font-size: 18px;
    border-bottom: 2px solid #b2b2b2;
    text-align: center;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

.home-section2 .flexbox .item .topnum span {
    font-size: 72px;
    font-family: "avant_garde_medium";
    margin: 0 5px 0 0;
}

.home-section2 .flexbox .item .tit {
    font-size: 24px;
    text-align: center;
    margin: 0 0 10px;
    color: #373737;
}

.home-section2 .flexbox .item .des {
    font-size: 14px;
    color: #b7b7b7;
    text-align: center;
    font-weight: 100;
}

@media (max-width: 1560px) {
    .home-section2 .flexbox .item .topnum {
        font-size: 16px;
    }
    .home-section2 .flexbox .item .tit {
        font-size: 18px;
    }
    .home-section2 .flexbox .item .topnum span {
        font-size: 60px;
    }
}

@media (max-width: 992px) {
    .home-section2 .flexbox .item .topnum {
        font-size: 14px;
    }
    .home-section2 .flexbox .item .tit {
        font-size: 16px;
    }
    .home-section2 .flexbox .item .topnum span {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .home-section2 .flexbox .box-col {
        width: 50%;
        margin: 15px 0;
    }
    .home-section2 .flexbox .item .topnum span {
        font-size: 30px;
    }
    .home-section2 .flexbox .item .topnum {
        margin-bottom: 10px;
    }
    .home-section2 .flexbox .item .des {
        font-size: 12px;
    }
}

.pro0{
    width: 100%;
    margin-top: 1%;
    margin-bottom: 4.375vw;
}
.pro0 .leftbox h2{
         font-size: 48px;
    margin: 0 0 0px;
    letter-spacing: 1px;
    font-weight: normal;   
}
.pro0 .leftbox h2 span{
    position: relative;
}
.pro0 .leftbox h2 em{
        color: #1168c9;
    font-style: normal;
}
.pro0 .leftbox h2 span:after{
        content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #1168c9;
    top: 5px;
    right: -28px;
}
.pro0 .leftbox p{
        font-size: 24px;
    font-weight: 100;
    color: #303030;
    letter-spacing: 1px;
}
.pro0 .profl{
    width: 50%;
}
.pro0 .profl ul{
    display: flex;
    justify-content: space-between;
}
.pro0 .profl ul li{
    width: 20%;
    border: 2px solid #116ac8;
    text-align: center;
    line-height: 3;
    font-size: 0.9375vw;
    color: #116ac8;
    margin-right: 5px;
}
.pro0 .profl ul li:hover, .pro0 .profl ul li:hover a{background: #1168c9;color: #fff;}


.pro0 .profl ul li:nth-child(6){margin-right:0;}

.pro0 .profl ul li a{
    color: #116ac8;
}
.pro0 .profl ul li.cur{
    background: #116ac8;
}
.pro0 .profl ul li.cur a{
    color: #fff;
}

.pro2{
    margin-top: 2.9vw;

        /*margin-left: 2%;
    margin-right: 2%;*/
    
}
.pro2 ul li{
    float: left;
    width: 23%;
    
    margin-right: 42px;
    position: relative;
}
.pro2 ul li:nth-child(4n){
    
}

.pro2 ul li .tu{
    position: relative;
}

.pro2 ul li img{
    width: 100%;
    border: 1px solid #aaaaaa!important;
}
.pro2 ul li .wz{
    position: absolute;
    z-index: 99;
    background:url(../image/proyan.png)no-repeat center 40% rgba(9,101,200,.59);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 34%;
    display: none;
}
.pro2 ul li h3 a{
    font-size: 1.3vw;
    line-height: 1;
    font-weight: normal;
    color: #fff;
}
.pro2 ul li p{
    font-size: .833vw;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    margin-top: 1.5vw;
}
.pro2 ul li:hover .wz{
    display: block;
}


.pro2 ul li .bt{
    text-align: center;
}

.pro2 ul li .bt a{
   font-size: 14px;
   line-height: 30px
}
.pro0 .ljgd{
    width: 10.78vw;
    line-height: 3.44vw;
    border-radius: 1.72vw;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #9a9a9b;
    text-align: center;
    font-size: 1.375vw;
    color: #58585c;
}

@media (max-width: 768px) {
    .pro0 .profl{
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 768px){
    .pro0 .profl ul li{
        width: 23%;
    }
    .pro2{
        margin-top: 20px;
    }
    .pro0 .ljgd{
        width: 17.78vw;
    line-height: 7.44vw;
    border-radius: 3.72vw;
    margin-top: 30px;
        font-size: 2.375vw;
    }
}

@media (max-width: 500px) {
    .pro0 .profl ul{
      width: 100%;
    margin: 0 auto;
    display: block;
    }
    .pro0 .profl ul li {
    width: 31%;
    float: left;
    margin-bottom:1%;
}
    
}



/* home-section3 */

.home-section3 {
    position: relative;
    padding: 3.125% 0;
    background: #0a1332;
}

.home-section3 .sec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
}

.home-section3 .sec-head h2 {
    font-size: 48px;
    color: #fff;
    margin: 0 0 0px;
    letter-spacing: 1px;
    font-weight: normal;
}

.home-section3 .sec-head h2 span{position:relative;}
.home-section3 .sec-head h2 em{
    color: #fff;
    font-style: normal;
}

.home-section3 .sec-head h2 span:after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 5px;
    right: -28px;
}

.home-section3 .sec-head p {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 100;
    letter-spacing: 1px;
}

.home-section3 .sec-head .more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #0965c8;
    width: 240px;
    height: 70px;
    background: #ffffff;
    transition: 0.3s;
}

.home-section3 .sec-head .more:hover {
    background: #1168c9;
    color: #fff;
}

.home-section3-infoswiper {
    margin: 0 0 80px;
}

.home-section3-infoswiper .item h4 {
    margin: 0 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-section3-infoswiper .item h4 span {
    font-size: 36px;
    color: #1168c9;
    position: relative;
}

.home-section3-infoswiper .item h4 span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #1168c9;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -28px;
    display: none;
}

.home-section3-infoswiper .item p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    text-align: justify;
    margin: 0 0 50px;
    overflow: hidden;
   /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;*/
    max-height: 174px;
}

.home-section3-infoswiper .item .more {
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    height: 50px;
    background: #1168c9;
    transition: 0.3s;
}

.home-section3-infoswiper .item .more:hover {
    transform: translateX(10px);
}

.home-section3 .swiper-operate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.home-section3 .swiper-operate .prev-next {
    display: flex;
}

.home-section3 .swiper-operate .prev-next .swiper-button-prev,
.home-section3 .swiper-operate .prev-next .swiper-button-next {
    position: static;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    margin: 0 22px 0 0;
    outline: none;
    transition: 0.3s;
}

.home-section3 .swiper-operate .prev-next .swiper-button-prev:last-child,
.home-section3 .swiper-operate .prev-next .swiper-button-next:last-child {
    margin: 0;
}

.home-section3 .swiper-operate .prev-next .swiper-button-prev img,
.home-section3 .swiper-operate .prev-next .swiper-button-next img {
    width: 13px;
    filter: grayscale(1);
    opacity: 0.7;
    transition: 0.3s;
}

.home-section3 .swiper-operate .prev-next .swiper-button-prev:hover,
.home-section3 .swiper-operate .prev-next .swiper-button-next:hover {
    border: 2px solid #1168c9;
}

.home-section3 .swiper-operate .prev-next .swiper-button-prev:hover img,
.home-section3 .swiper-operate .prev-next .swiper-button-next:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.home-section3-pagination {
    position: static;
}

.home-section3-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 0 0 10px;
    opacity: 1;
    background: #d4e8ff;
}

.home-section3-pagination .swiper-pagination-bullet:first-child {
    margin: 0;
}

.home-section3-pagination .swiper-pagination-bullet-active {
    background: #1168c9;
}

.home-section3-imgswiper {
    flex: 1;
}

.home-section3-imgswiper .swiper-slide {
    display: flex;
}

.home-section3 .outer-flexbox {
    display: flex;
}

.home-section3 .outer-flexbox .leftbox {
    flex: 0 0 27.25%;
    max-width: 27.25%;
    margin: 0 24px 0 0;
    background: #fff;
    padding: 45px 30px;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-section3 .outer-flexbox .centerbox {
    flex: 1;
    margin: 0 24px 0 0;
    overflow: hidden;
    position: relative;
}

.home-section3 .outer-flexbox .centerbox a.imss {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-section3 .outer-flexbox .centerbox:hover a.imss{
    background: rgba(17,104,201,.8);
}
.home-section3 .outer-flexbox .centerbox a.imss h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-section3 .outer-flexbox .centerbox a.imss i {
    background: url(../image/liant.png) no-repeat center;
    width: 22px;
    height: 10px;
}

.home-section3 .outer-flexbox .centerbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.home-section3 .outer-flexbox .centerbox:hover img {
    transform: scale(1.05);
}

.home-section3 .outer-flexbox .rightbox {
    flex: 0 0 33.5%;
    max-width: 33.5%;
    display: flex;
    flex-direction: column;
}

.home-section3 .outer-flexbox .rightbox .item {
    flex: 1;
    margin: 0 0 24px;
    overflow: hidden;
    position: relative;
}

.home-section3 .outer-flexbox .rightbox .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.home-section3 .outer-flexbox .rightbox .item:hover img {
    transform: scale(1.05);
}

.home-section3 .outer-flexbox .rightbox .item:last-child {
    margin: 0;
}

.home-section3 .outer-flexbox .rightbox .item a.imss {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-section3 .outer-flexbox .rightbox .item:hover a.imss{
    background: rgba(17,104,201,.8);
}
.home-section3 .outer-flexbox .rightbox .item a.imss h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-section3 .outer-flexbox .rightbox .item a.imss i {
    background: url(../image/liant.png) no-repeat center;
    width: 22px;
    height: 10px;
}

@media (max-width: 1589px) {
    .home-section3 .sec-head h2 {
        font-size: 40px;
    }
    .home-section3 .sec-head p {
        font-size: 20px;
    }
    .home-section3 .sec-head .more {
        font-size: 16px;
        width: 200px;
        height: 50px;
    }
}

@media (max-width: 992px) {
    .home-section3 .sec-head h2 {
        font-size: 36px;
    }
    .home-section3 .sec-head p {
        font-size: 16px;
    }
    .home-section3 .sec-head .more {
        font-size: 16px;
        width: 160px;
        height: 40px;
    }
    .home-section3 .outer-flexbox .leftbox {
        padding: 25px 30px;
    }
    .home-section3-infoswiper {
        margin-bottom: 50px;
    }
    .home-section3-infoswiper .item p {
        margin-bottom: 40px;
        font-size: 14px;
    }
    .home-section3-infoswiper .item h4 span {
        font-size: 30px;
    }
    .home-section3-infoswiper .item h4 {
        margin-bottom: 10px;
    }
    .home-section3-infoswiper .item .more {
        width: 180px;
        height: 40px;
    }
    .home-section3 .outer-flexbox .centerbox a.imss h3,
    .home-section3 .outer-flexbox .rightbox .item a.imss h3 {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .home-section3 .outer-flexbox {
        flex-wrap: wrap;
    }
    .home-section3 .outer-flexbox .leftbox {
        flex: 100%;
        max-width: 100%;
        margin: 0;
    }
    .home-section3-imgswiper {
        flex: 100%;
        max-width: 100%;
        margin: 0;
        margin-top: 25px;
    }
    .home-section3 .outer-flexbox .centerbox a.imss,
    .home-section3 .outer-flexbox .rightbox .item a.imss {
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 600px) {
    .home-section3 .sec-head h2 {
        font-size: 20px;
    }
    .home-section3 .sec-head p {
        font-size: 12px;
    }
    .home-section3 .sec-head .more {
        width: 100px;
        line-height: 30px;
        font-size: 14px;
    }
    .home-section3-imgswiper .swiper-slide {
        flex-wrap: wrap;
    }
    .home-section3 .outer-flexbox .centerbox {
        flex: 100%;
        max-width: 100%;
        margin: 0;
    }
    .home-section3 .outer-flexbox .rightbox {
        display: none;
    }
}


/*  */

.home-section4 {
    position: relative;
    padding: 5.125% 0;
}

.home-section4 .viewbox {
    padding: 5.125% 0;
    background: url(../image/sec4-bg.jpg) center / cover no-repeat;
}

.home-section4 .viewbox .topico {
    display: flex;
    justify-content: center;
    margin: 0 0 60px;
}

.home-section4 .viewbox .topico .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #1168c9;
    margin: 0 50px;
}

.home-section4 .viewbox .topico .item .ico {
    width: 100%;
    height: 40px;
    margin: 0 0 18px;
}

.home-section4 .viewbox .topico .item .ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: rotate(0deg);
    transition: all .5s ease;
}

.home-section4 .viewbox .topico .item p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.home-section4 .viewbox .topico .item:hover .ico img {
    transform: rotate(180deg);
    transition: all .5s ease;
}

.home-section4 .viewbox .tips {
    display: flex;
    justify-content: center;
    margin: 0 0 40px;
}

.home-section4 .viewbox .tips span {
    display: block;
    position: relative;
    font-size: 36px;
    color: #fff;
    margin: 0 65px 0 0;
}

.home-section4 .viewbox .tips span:after {
    content: "";
    position: absolute;
    right: -32px;
    top: 3px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.5);
}

.home-section4 .viewbox .tips span:last-child {
    margin: 0;
}

.home-section4 .viewbox .tips span:last-child:after {
    display: none;
}

.home-section4 .viewbox .tips2 {
    font-size: 24px;
    color: #333333;
    width: 396px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: auto;
    letter-spacing: 3px;
}

@media (max-width: 1589px) {
    .home-section4 .viewbox .tips2 {
        font-size: 18px;
        width: 300px;
        height: 60px;
    }
    .home-section4 .viewbox .topico {
        margin: 0 0 30px;
    }
    .home-section4 .viewbox .topico .item {
        width: 150px;
        height: 150px;
        margin: 0 30px;
    }
    .home-section4 .viewbox .topico .item p {
        font-size: 16px;
    }
    .home-section4 .viewbox .topico .item .ico {
        height: 30px;
        margin: 0 0 15px;
    }
    .home-section4 .viewbox .tips span {
        font-size: 26px;
        margin: 0 50px 0 0;
    }
    .home-section4 .viewbox .tips span:after {
        right: -25px;
        height: 20px;
    }
}

@media (max-width: 992px) {
    .home-section4 .viewbox .topico .item {
        width: 120px;
        height: 120px;
        margin: 0 20px;
    }
    .home-section4 .viewbox .tips span {
        font-size: 20px;
        margin: 0 30px 0 0;
    }
    .home-section4 .viewbox .tips span:after {
        right: -15px;
        height: 20px;
    }
}

@media (max-width: 640px) {
    .home-section4 .viewbox .tips span {
        font-size: 14px;
        margin: 0 10px 0 0;
    }
    .home-section4 .viewbox .tips span:after {
        right: -5px;
        height: 20px;
    }
    .home-section4 .viewbox .tips2 {
        width: 200px;
        height: 40px;
        font-size: 13px;
    }
    .home-section4 .viewbox .topico .item p {
        font-size: 13px;
    }
    .home-section4 .viewbox .tips {
        margin-bottom: 25px;
    }
}

@media (max-width: 500px) {
    .home-section4 .viewbox .topico .item {
        width: 90px;
        height: 90px;
        margin: 0 10px;
    }
}


/*  */

.home-section5 {
    position: relative;
    margin-top: 5.125%;
}

.home-section5 .sec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 3.125%;
}

.home-section5 .sec-head h2 {
    font-size: 48px;
    margin: 0 0 0px;
    letter-spacing: 1px;
    font-weight: normal;
}

.home-section5 .sec-head h2 em {
    color: #1168c9;
    font-style: normal;
}

.home-section5 .sec-head h2 span {
    position: relative;
}

.home-section5 .sec-head h2 span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #1168c9;
    top: 5px;
    right: -28px;
}

.home-section5 .sec-head p {
    font-size: 24px;
    font-weight: 100;
    color: #303030;
    letter-spacing: 1px;
}

.home-section5 .sec-head .more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1168c9;
    width: 240px;
    height: 70px;
    border: 2px solid #1168c9;
    transition: 0.3s;
}

.home-section5 .sec-head .more:hover {
    background: #1168c9;
    border: 2px solid #1168c9;
    color: #fff;
}

.home-section5 .flexbox .box-row {
    display: flex;
    flex-wrap: wrap;
}

.home-section5 .flexbox .box-col {
    flex: 0 0 25%;
    max-width: 25%;
}

.home-section5 .flexbox .item {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 73.6%;
}

.home-section5 .flexbox .item .item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-section5 .flexbox .item .mask {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(9, 101, 200, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.3s;
}

.home-section5 .flexbox .item .mask img {
    width: 28px;
    margin: 0 0 20px;
}

.home-section5 .flexbox .item .mask h4 {
    font-size: 24px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-section5 .flexbox .item .mask p {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    background: url(../image/sec5-add.png) no-repeat left center;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-section5 .flexbox .item:hover .mask {
    opacity: 1;
}

@media (max-width: 1589px) {
    .home-section5 .sec-head h2 {
        font-size: 40px;
    }
    .home-section5 .sec-head .more {
        font-size: 16px;
        width: 200px;
        height: 60px;
    }
}

@media (max-width: 992px) {
    .home-section5 .sec-head .more {
        width: 180px;
        height: 45px;
    }
    .home-section5 .flexbox .box-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 600px) {
    .home-section5 .sec-head h2 {
        font-size: 24px;
    }
    .home-section5 .sec-head p {
        font-size: 16px;
    }
    .home-section5 .sec-head .more {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }
    .home-section5 .flexbox .item .mask h4 {
        font-size: 18px;
    }
}


/*  */

.home-section7 {
    position: relative;
    padding: 2.125% 0 3.125%;
    background: #f4f4f4;
}

.home-section7 .sec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
}

.home-section7 .sec-head h2 {
    font-size: 48px;
    margin: 0 0 0px;
    letter-spacing: 1px;
    font-weight: normal;
}

.home-section7 .sec-head h2 em {
    color: #1168c9;
    font-style: normal;
}

.home-section7 .sec-head h2 span {
    position: relative;
}

.home-section7 .sec-head h2 span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #1168c9;
    top: 5px;
    right: -28px;
}

.home-section7 .sec-head p {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 1px;
}

.home-section7 .sec-head .more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1168c9;
    width: 240px;
    height: 70px;
    border: 2px solid #1168c9;
    transition: 0.3s;
}

.home-section7 .sec-head .more img {
    height: 25px;
    margin: 0 8px 0 0;
}

.home-section7 .sec-head .more:hover {
    background: #d4e8ff;
    border: 2px solid #d4e8ff;
}

.home-section7 .flexbox .box-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.home-section7 .flexbox .box-col {
    flex: 1;
    padding: 0 12px;
    transition: 0.3s;
    overflow: hidden;
}

.home-section7 .flexbox .box-col .item {
    position: relative;
    height: 520px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
}

.home-section7 .flexbox .box-col .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.home-section7 .flexbox .box-col .item .num {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 12px;
    font-size: 48px;
    color: #fff;
    font-family: "avant_garde_medium";
    opacity: 0.2;
    transition: 0.3s;
}

.home-section7 .flexbox .box-col .item .outer-mask {
    padding: 0 30px 35px 30px;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: 0.3s;
}

.home-section7 .flexbox .box-col .item .outer-mask .ico {
    height: 38px;
    margin: 0 0 12px;
}

.home-section7 .flexbox .box-col .item .outer-mask .ico img {
    height: 100%;
}

.home-section7 .flexbox .box-col .item .outer-mask h4 {
    margin: 0 0 30px;
}

.home-section7 .flexbox .box-col .item .outer-mask h4 span {
    position: relative;
    font-size: 30px;
    color: #fff;
}

.home-section7 .flexbox .box-col .item .outer-mask h4 span:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #1168c9;
    bottom: 5px;
    right: -20px;
}

.home-section7 .flexbox .box-col .item .inner-mask {
    padding: 0 130px 65px 30px;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

.home-section7 .flexbox .box-col .item .inner-mask .ico {
    height: 38px;
    margin: 0 0 12px;
}

.home-section7 .flexbox .box-col .item .inner-mask .ico img {
    height: 100%;
}

.home-section7 .flexbox .box-col .item .inner-mask h4 {
    margin: 0 0 30px;
}

.home-section7 .flexbox .box-col .item .inner-mask h4 span {
    position: relative;
    font-size: 30px;
    color: #fff;
}

.home-section7 .flexbox .box-col .item .inner-mask h4 span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #d4e8ff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -28px;
}

.home-section7 .flexbox .box-col .item .inner-mask p {
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
}

.home-section7 .flexbox .box-col .item .inner-mask .more {
    font-size: 16px;
    color: #d4e8ff;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1168c9;
}

.home-section7 .flexbox .box-col:hover {
    flex: 3;
}

.home-section7 .flexbox .box-col:hover .item .num {
    opacity: .2;
}

.home-section7 .flexbox .box-col:hover .item .outer-mask {
    opacity: 0;
}

.home-section7 .flexbox .box-col:hover .item .inner-mask {
    opacity: 1;
}

@media (max-width: 1589px) {
    .home-section7 .sec-head h2 {
        font-size: 40px;
    }
    .home-section7 .sec-head .more {
        font-size: 16px;
        width: 200px;
        height: 60px;
    }
    .home-section7 .flexbox .box-col .item {
        height: 450px;
    }
    .home-section7 .flexbox .box-col .item .outer-mask {
        padding: 0 20px 25px 20px;
    }
    .home-section7 .flexbox .box-col .item .outer-mask .ico {
        height: 25px;
    }
    .home-section7 .flexbox .box-col .item .outer-mask h4 span:after {
        bottom: 2px;
    }
    .home-section7 .flexbox .box-col .item .outer-mask h4 span {
        font-size: 20px;
    }
    .home-section7 .flexbox .box-col .item .inner-mask {
        padding: 0 60px 25px 20px;
    }
    .home-section7 .flexbox .box-col .item .inner-mask .ico {
        height: 25px;
    }
    .home-section7 .flexbox .box-col .item .inner-mask h4 span {
        font-size: 20px;
    }
    .home-section7 .flexbox .box-col .item .inner-mask h4 span:after {
        width: 10px;
        height: 10px;
        right: -20px;
    }
}

@media (max-width: 768px) {
    .home-section7 .flexbox .box-col .item {
        height: 380px;
    }
    .home-section7 .flexbox .box-col .item .outer-mask h4 span {
        font-size: 16px;
    }
    .home-section7 .flexbox .box-col .item .inner-mask {
        padding: 0 30px 15px 20px;
    }
    .home-section7 .flexbox .box-col .item .inner-mask h4 {
        margin: 0 0 15px;
    }
    .home-section7 .flexbox .box-col .item .num {
        font-size: 30px;
    }
    .home-section7 .flexbox .box-col {
        padding: 0 5px;
    }
}


/*新闻中心 */

.home-section10 {
    position: relative;
    padding: 2.125% 0 3.125%;
}

.home-section10 .flexbox {
    display: flex;
    align-items: center;
}

.home-section10 .flexbox .leftbox {
    flex: 0 0 25.4%;
    max-width: 25.4%;
    margin: 0 78px 0 0;
    background: url(../image/sec10-bg.jpg) center / cover no-repeat;
    padding: 60px 30px;
    -webkit-user-select: none;
    user-select: none;
}

.home-section10 .flexbox .leftbox h2 {
    font-size: 48px;
    margin: 0 0 55px;
    letter-spacing: 1px;
    border-bottom: 4px solid #323335;
    padding: 0 0 5px;
    font-weight: normal;
}

.home-section10 .flexbox .leftbox h2 em {
    color: #1168c9;
    font-style: normal;
}

.home-section10 .flexbox .leftbox h2 span {
    position: relative;
}

.home-section10 .flexbox .leftbox h2 span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #1168c9;
    top: 5px;
    right: -28px;
}

.home-section10 .flexbox .rightbox {
    flex: 1;
    overflow: hidden;
}

.home-section10-tabs {
    margin: 0 0 165px;
}

.home-section10-tabs a {
    display: block;
    margin: 0 0 35px;
    font-size: 18px;
}

.home-section10-tabs a:last-child {
    margin: 0;
}

.home-section10-tabs a span {
    position: relative;
    padding: 0 18px 6px 0;
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.home-section10-tabs a span:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid transparent;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    transition: 0.3s;
}

.home-section10-tabs a.active span {
    color: #1168c9;
    border-bottom: 1px solid #1168c9;
}

.home-section10-tabs a.active span:after {
    border: 1px solid #1168c9;
}

.home-section10-swiper .inner-flexbox .box-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.home-section10-swiper .inner-flexbox .box-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
}

.home-section10-swiper .item .num {
    font-family: "avant_garde_medium";
    font-size: 80px;
    transition: 0.3s;
    margin: 0 0 45px;
    line-height: 1;
}

.home-section10-swiper .item .time {
    font-family: "avant_garde_medium";
    font-size: 16px;
    color: #666;
    margin: 0 0 0px;
}

.home-section10-swiper .item h4 {
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 18px;
    font-weight: normal;
}

.home-section10-swiper .item .img-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px;
}

.home-section10-swiper .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.home-section10-swiper .item .des {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
    margin: 0 0 36px;
}

.home-section10-swiper .item .more {
    display: inline-block;
    font-size: 16px;
    padding: 0 0 12px;
    border-bottom: 2px solid #a7a7a7;
    transition: 0.3s;
}

.home-section10-swiper .item:hover .num {
    color: #1168c9;
}

.home-section10-swiper .item:hover .img-box img {
    transform: scale(1.1);
}

.home-section10-swiper .item:hover .more {
    border-bottom: 2px solid #1168c9;
    color: #1168c9;
}

.home-section10 .prev-next {
    display: flex;
}

.home-section10 .prev-next .swiper-button-prev,
.home-section10 .prev-next .swiper-button-next {
    position: static;
    width: 58px;
    height: 58px;
    background: #929495;
    border-radius: 50%;
    outline: none;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 30px 0 0;
        
}

.home-section10 .prev-next .swiper-button-prev:hover,
.home-section10 .prev-next .swiper-button-next:hover {
    background: #1168c9;
}

.home-section10 .prev-next .swiper-button-prev:last-child,
.home-section10 .prev-next .swiper-button-next:last-child {
    margin: 0;
}

.home-section10 .prev-next .swiper-button-prev img,
.home-section10 .prev-next .swiper-button-next img {
    width: 12px;
    filter: brightness(10);
}

.home-section10 .prev-next .swiper-button-prev:not(.home-section10-prev1),
.home-section10 .prev-next .swiper-button-next:not(.home-section10-next1) {
    display: none;
}

@media (max-width: 1589px) {
    .home-section10 .flexbox .leftbox h2 {
        font-size: 40px;
    }
    .home-section10-tabs {
        margin: 0 0 120px;
    }
    .home-section10-tabs a {
        margin: 0 0 24px;
        font-size: 16px;
    }
    .home-section10-swiper .item .num {
        font-size: 60px;
        margin: 0 0 30px;
    }
    .home-section10-swiper .item .time {
        font-size: 14px;
    }
    .home-section10-swiper .item h4 {
        font-size: 16px;
    }
    .home-section10-swiper .item .img-box {
        height: auto;
        margin: 0 0 15px;
    }
    .home-section10-swiper .item .more {
        font-size: 14px;
        padding: 0 0 10px;
    }
}

@media (max-width: 992px) {
    .home-section10 .flexbox .leftbox {
        margin-right: 30px;
        padding: 30px 15px;
    }
    .home-section10 .flexbox .leftbox h2 {
        font-size: 30px;
        margin: 0 0 25px;
    }
    .home-section10-tabs {
        margin: 0 0 80px;
    }
    .home-section10 .prev-next .swiper-button-prev,
    .home-section10 .prev-next .swiper-button-next {
        width: 48px;
        height: 48px;
    }
    .home-section10-swiper .item .num {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .home-section10-swiper .item .des {
        margin-bottom: 26px;
    }
}

@media (max-width: 768px) {
    .home-section10 .flexbox {
        flex-wrap: wrap;
        justify-content: center;
    }
    .home-section10 .flexbox .leftbox {
        flex: auto;
        width: 100%;
        max-width: 600px;
        margin: 0;
    }
    .home-section10 .flexbox .rightbox {
        flex: auto;
        width: 100%;
        margin-top: 30px;
        max-width: 600px;
    }
    .home-section10-tabs {
        margin: 0 0 45px;
    }
}


/* linkss */

.linkss {
    position: relative;
    padding: 15px 0;
    font-size: 14px;
    color: #fff;
}

.linkss a {
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
}


/* foot_wap */

.foot_wap {
    position: relative;
    background: #222629;
}

.foot_top {
    position: relative;
    padding: 3.125% 0 1%;
    border-bottom: 2px solid #464d53;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot_wap .foot_top .leftbox .flogo {
    display: block;
    max-width: 100%;
    margin: 0 0 30px;
}

.foot_wap .foot_top .leftbox .flogo img {
    max-width: 100%;
}

.foot_wap .foot_top .leftbox .share {
    display: flex;
    display: none;
}

.foot_wap .foot_top .leftbox .share>li {
    position: relative;
    margin: 0 16px 0 0;
}

.foot_wap .foot_top .leftbox .share>li:last-child {
    margin: 0;
}

.foot_wap .foot_top .leftbox .share>li>a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.foot_wap .foot_top .leftbox .share>li>a img {
    width: 50%;
}

.foot_wap .foot_top .leftbox .share>li .erweima {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 10px 0 0 -48px;
    width: 96px;
    padding: 8px;
    background: #fff;
    transition: 0.3s;
}

.foot_wap .foot_top .leftbox .share>li .erweima img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.foot_wap .foot_top .leftbox .share>li:hover>a {
    opacity: 1;
    border: 1px solid #116ac8;
}

.foot_wap .foot_top .leftbox .share>li:hover .erweima {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.foot_wap .foot_top .leftbox .share>li:hover a img{
    width: 100%;
}



.foot_wap .foot_top .rightbox {
    display: flex;
}

.foot_wap .foot_top .rightbox .item {
    margin: 0 15px 0 0;
}

.foot_wap .foot_top .rightbox .item:last-child {
    margin: 0;
}

.foot_wap .foot_top .rightbox .item .img-box {
    width: 102px;
    margin: 0 0 12px;
}

.foot_wap .foot_top .rightbox .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.foot_wap .foot_top .rightbox .item p {
    font-size: 12px;
    color: #e5e5e5;
    text-align: center;
}
@media(max-width:1300px){
    .foot_wap .max1560 {
    max-width: 1100px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
}

@media (max-width:500px) {
    .foot_wap .foot_top {
        flex-wrap: wrap;
    }
    .foot_wap .foot_top .leftbox {
        width: 100%;
    }
    .foot_wap .foot_top .leftbox .flogo {
        margin-bottom: 15px;
    }
    .foot_wap .foot_top .rightbox {
        width: 100%;
        margin: 20px 0;
    }
    .foot_wap .foot_top .rightbox .item .img-box {
        width: 100%;
    }
}


/* 内页分类 */

.xypg-left-title2 {
    background: url(../image/wn.png) no-repeat left top;
    line-height: 58px;
    position: relative;
}

.wzx {
    position: absolute;
    line-height: 53px;
    color: #999999;
    font-size: 12px;
    right: 10px;
    top: 0px
}

.wzx a {
    color: #999999;
    font-size: 12px;
}

.xypg-left-title2 h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 58px;
    font-weight: 400;
    position: relative;
    z-index: 9;
    padding-left: 30px
}

.xypg-left-con2 {
    border: none;
    margin-top: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    position: relative;
}

.page-wrap-right {
    margin-top: -38px;
}


/* 内页左侧导航栏样式 */

.xypg-left-nav {
    border-bottom: 1px solid #e6e6e6;
}

.xypg-left-nav>li {
    position: relative;
    float: left;
    border: none;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    display: none
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: #0965c8;
    background: url(../image/x4.png) no-repeat center bottom;
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: #0965c8;
    background: url(../image/x4.png) no-repeat center bottom;
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: #0965c8;
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: #0965c8;
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: #0965c8;
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: #0965c8;
}

@media (max-width:990px) {
    .xypg-left-con2 {
        display: none;
    }
    .xypg-right-content {
        margin-top: 20px;
    }
    .xypg-left-nav>li {
        float: none;
        border-bottom: 1px solid #eeeeee;
    }
    .xypg-left-nav>li:hover>a,
    .xypg-left-nav>li.clicked>a {
        background: none;
    }
    .xypg-left-nav>li .first-nav-btn {
        background: url(../image/icon_spirit.png) 0 -240px no-repeat;
        display: block;
    }
    .xypg-left-nav>li:hover .first-nav-btn,
    .xypg-left-nav>li.clicked .first-nav-btn {
        background: url(../image/icon_spirit.png) 0 -240px no-repeat;
    }
}

@media (max-width:768px){
    .pro0 .leftbox h2{
        font-size:30px;
    }
    .pro0 .leftbox p{
        font-size:16px;
        font-weight:400;
    }
    .pro0 .profl ul li a{
        font-size:16px;
            line-height: 2.5;
            font-weight:400;
    }
    .pro2 ul li{
        margin:0 21px;
    }
    .home-section3 .sec-head h2{
        font-size:30px;
    }
    .home-section3 .sec-head p{
        font-size:16px;
        font-weight:400;
    }
    .home-section7 .sec-head h2{
        font-size:30px;
    }
    .home-section7 .sec-head p{
        font-size:16px;
        font-weight:400;
    }
    .home-section7 .flexbox .box-col .item .inner-mask{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 14;
        overflow: hidden;
        text-overflow:ellipsis;
    }
}

@media (max-width:640px){
    .pro0 .ljgd{
        width: 25.78vw;
        font-size:15px;
    }
}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #434343;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  font-size: 0;
}

.footer ul li.active {
  background: #e4007f;
}

.footer ul li a {
  display: block;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #fff;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}


/*share css style*/
#mobile_share {
  position: fixed;
  right: 0;
  bottom: 90px;
  width: 123px;
  z-index: 99999;
  background: #fff;
  padding: 0;
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mobile_share h2.title {
  text-align: center;
  line-height: 30px;
  height: 30px;
  background: #717577;
  color: #fff;
  font-size: 14px;
}

#mobile_share .share_item {
  padding: 8px;
  background: #fff;
  border: 1px solid #f1f1f1;
}

#mobile_share .share_item li {
  display: block;
  overflow: hidden;
  margin: 8px 0;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 8px;
}

#mobile_share.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.share-link {
  display: block;
  margin: 0 auto;
  width: 105px;
  overflow: hidden;
  line-height: 32px;
  font-size: 12px;
  padding-left: inherit;
}

.share-link i {
  background: url(../image/share_icon.png) no-repeat;
  background-size: 200px 32px;
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 20px;
  float: left;
}

.share-link span {
  display: inline-block;
}

.share-weibo i {
  background-position: 0 0;
}

.share-renren i {
  background-position: -42px 0;
}

.share-douban i {
  background-position: -84px 0;
}

.share-qweibo i {
  background-position: -126px 0;
}

.share-qzone i {
  background-position: -168px 0;
}

.share-weixin {
  display: block;
  margin: 0 auto;
  width: 105px;
  overflow: hidden;
  line-height: 32px;
  font-size: 12px;
  padding-left: inherit;
}

.share-weixin i {
  background: url(/template/default/assets/images/share_icon2.png) no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 20px;
  float: left;
}

.share-weixin span {
  display: inline-block;
}
