.swiper-slide img{
    max-width: 100% !important;
}

.pc {
    height: 100px;
    font-size: 0;
    display: flex;
    align-items: center;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    width: 145px;

}

.dianhua {
    width: 230px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    background: #FAFAFA;
    color: #0099FF;
}

.dianhua img {
    display: inline-block;
    height: 18px;
    vertical-align: top;
}

.dianhua p {
    display: inline-block;
    margin-left: 10px;
    line-height: 18px;
    font-size: 16px;
    text-align: left;
}

.yiji {
    flex: 1;
    text-align: right;
}

.yiji > .on > a {
    color: #0071e3;
}

.yiji > li {
    display: inline-block;
    font-size: 16px;
    margin: 0 2.5%;
    text-align: center;
    height: 100px;
    padding-top: 25px;
    box-sizing: border-box;
    position: relative;
}
.yiji > li:last-child {
    margin-right: 0;
}

.yiji > li > a {
    line-height: 50px;
    height: 50px;
    display: block;
}

.yiji > li:hover > a {
    color: #0071e3;
}

.yiji img {
    display: inline-block;
    margin-left: 10px;
}

.yiji > li:hover .erji{
    display: block;
}

.erji{
    display: none;
    background: #ffffff;
    position: absolute;
    top: 78%;
    left: 45%;
    width: 120px;
    z-index: 999999;
    transform: translateX(-50%);
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 15px 27px 0 rgba(0, 0, 0, 0.5);
}

.erji li{
    font-size: 16px;
    width: 100%;
    line-height: 50px;
    color: #333333;
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    border-bottom: 1px solid #ECEFEE;
    cursor: pointer;
}
.erji li:last-child{
    border-bottom: none
}

.erji li::before {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -3px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: ''
}

.erji li:hover a{
    color:#fff;
    width: 100%;
    display: block;
    background: #0071e3;
}

.sj {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 60px;
    width: 100%;
    z-index: 9;
    display: none;
}

.logo1 {
    height: 60px;

    margin: auto;
}

.caidan {
    position: absolute;
    top: 15px;
    right: 3.5%;
}

.sjyi {
    position: fixed;
    height: calc(100% - 60px);
    width: 100%;
    z-index: 9;
    background: #fff;
    display: none;

}

.sjyi li {
    line-height: 60px;
    padding: 0 3.5%;
    border-bottom: 1px solid #0071e3;
}

.sjer {
    display: none;
}

.sjer li {
    line-height: 40px;
}

.sjer li:last-child {
    border-bottom: 0;
}

.sjyi a {
    display: block;
}

.sysp {
    width: 100%;
    max-height: 850px;
    object-fit: cover;
}

.sy1 {
    background: url(../image/sj1_02.jpg) center center no-repeat;
    background-size: cover;
}

.p100 {
    padding: 100px 0;
    padding-top: 30px;
}

.biao {
    font-size: 36px;
    line-height: 120px;
    color: #333;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 10px;
}

.biaos {
    font-size: 14px;
    line-height: 32px;
    color: #666;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.biao::after {
    content: "";
    position: absolute;
    background: #203864;
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.zhineng {
    font-size: 0;
}

.zhineng li {
    width: 15%;
    margin-right: 2%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.zhineng li:last-child {
    margin-right: 0;
}

.sy1tu {
    box-shadow: 0px 0px 2px 2px #eee;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.zhineng li:hover .sy1tu {
    border: 1px solid #0071e3;
}

.zhineng li .sy1tu img {
    width: 100%;
}

.zhineng li:hover .sy1tu img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.zhineng li .sy1tu .syms {
    position: absolute;
    display: none;
    background: rgba(64, 165, 235, 0.8);
    color: #FFFFFF;
    padding: 30px 5px;
    box-sizing: border-box;
    font-size: 14px;
    z-index: 2;
    bottom: 0;
    width: 100%;
}

.syms span {
    display: block;
}

.zhineng li:hover .syms {
    display: block;
}

.zhineng li p {
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
}

.zhineng li:hover p {
    color: #0071e3;
}

.buju {
    font-size: 0;
}

.buju li {
    width: 16.666%;
    display: inline-block;
    transition: all 0.5s;
    margin-top: 20px;
    vertical-align: top;
}

.buju li img {
    margin: auto;
    max-width: 50%;
    transition: all 0.5s;

}

.sy22 {
    display: none;
}

.buju li:hover {
    margin-top: 0;
}

.buju li:hover img {
    transform: rotateZ(-360deg);
}

.buju li p {
    text-align: center;
    padding-top: 30px;
    font-size: 16px;
}

.buju li:hover p {
    color: #0071e3;
}

.sy3 {
    background: url(../image/sy3_02.jpg) center center no-repeat;
    background-size: cover;

}

.lb {
    position: relative;
}

.lb p {
    padding-top: 20px;
    line-height: 24px;
    text-align: center;
}

.lb p img {
    display: none;
    vertical-align: middle;
    margin-left: 20px;
}

.lb .swiper-slide .lbd {
    position: relative;
    overflow: hidden;
}

.lb .swiper-slide:hover p {
    color: #0071e3;
}

.lb .swiper-slide:hover p img {
    display: inline-block;
}

.huilan {
    position: absolute;
    background: rgba(32, 56, 100, 0.7);
    display: none;
    align-self: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    font-size: 16px;
    line-height: 32px;
    padding: 0 10%;
    box-sizing: border-box;
}

.huilan span {
    display: block;
    text-align: center;

}

.lb .swiper-slide:hover .huilan {
    display: flex;
}

.lbd img {
    width: 100%;
    transition: all 0.5s;
    opacity: 0.6;
    transform: rotateX(90deg) rotateZ(45deg);
}

.lbd:hover img {
    transform: scale(1.1) rotateX(0deg) rotateZ(0deg);
    opacity: 1;
}

.lb .swiper-slide:hover img {
    transform: scale(1.1);
}

.lb .swiper-button-next {
    background: url(../image/you1_03.png) center center no-repeat;
    background-size: 100% 100%;
    right: 0;
}

.lb .swiper-button-next:hover {
    background: url(../image/you_03.png) center center no-repeat;
    background-size: 100% 100%;
}

.lb .swiper-button-prev {
    background: url(../image/zuo1_03.png) center center no-repeat;
    background-size: 100% 100%;
    left: 0;
    right: unset;
}

.lb .swiper-button-prev:hover {
    background: url(../image/zuo_03.png) center center no-repeat;
    background-size: 100% 100%;
}

.lb1 .swiper-button-next {
    background: url(../image/you1_03.png) center center no-repeat;
    background-size: 100% 100%;
    right: 0;
}

.lb1 .swiper-button-next:hover {
    background: url(../image/you_03.png) center center no-repeat;
    background-size: 100% 100%;
}

.lb1 .swiper-button-prev {
    background: url(../image/zuo1_03.png) center center no-repeat;
    background-size: 100% 100%;
    left: 0;
    right: unset;
}

.lb1 .swiper-button-prev:hover {
    background: url(../image/zuo_03.png) center center no-repeat;
    background-size: 100% 100%;
}

.lb1 {
    position: relative;
}

.lb1 .swiper-wrapper {
    padding: 20px 0;
}

.lb1 .swiper-slide {
    overflow: unset;
    padding-bottom: 30px;
}

.lb1 .swiper-slide .kuang img {
    border-radius: 5px;
    margin: auto;
    transition: all 0.5s;
    max-width: 85px !important;
}

.lb1 .swiper-slide:hover img {
    transform: scale(1.2);
}

.sy6 {
    background: url(../image/sy6_02.jpg) center center no-repeat;
    background-size: cover;
}

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

.syxw .tu img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.syxw .tu {
    width: 48%;
}

.xwz {
    position: relative;
    height: 100%;
    display: none;
}

.xwz:first-child {
    display: block;
}

.bq {
    position: absolute;
    width: 100%;
    padding: 20px 5%;
    box-sizing: border-box;
    color: #fff;
    bottom: 0;
    font-size: 0;
    background: rgba(51, 51, 51, 0.5);
}

.bq .rq1 {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 15%;
}

.bq .rq1 span {
    font-size: 12px;
}

.jj {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 85%;
}

.jj h2 {
    font-weight: normal;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.jj p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xwy {
    width: 48%;
}

.xwy ul li {
    width: 100%;
    font-size: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e4e4e4;
}

.rq {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 80px;
    height: 80px;
    padding-top: 20px;
    box-sizing: border-box;
    color: #fff;
    margin-right: 20px;
    background: #203864;
}

.rq span {
    font-size: 12px;
}

.ms {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: calc(100% - 100px);
}

.ms h2 {
    font-weight: normal;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    color: #666666;
}

.ms p {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
    color: #999999;
}

.chakan {
    width: 180px;
    display: block;
    line-height: 60px;
    color: #fff;
    background: #0071e3;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;

}

.xwy ul li:hover h2 {
    color: #0071e3;
}

.xwy ul li:hover .rq {
    background: #0071e3;
}

footer {
    padding-top: 30px;
    background: #10122C;
}

.banquan {
    line-height: 40px;
    text-align: center;
    background: #0B0D22;
    font-size: 14px;
    color: #9C9DAF;
}

footer .w1600 {
    font-size: 0;
}

.dml {
    display: inline-block;
    width: 87.5%;
    font-size: 0;
}

.dml h2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;

}

.dml ul {
    width: 16.66%;
    padding-bottom: 40px;
    vertical-align: top;
    display: inline-block;
}

.dml .information {
    width: 36%;
}

.dml li {
    color: #9C9DAF;
    font-size: 14px;
    line-height: 26px;
}

.dml li:hover {
    color: #fff;
}

.ewm {
    width: 12.5%;
    vertical-align: top;
    display: inline-block;
    text-align: right;
}

.cgn {

    display: inline-block;
}

.ewm p {
    text-align: center;
    font-size: 14px;
    color: #9C9DAF;
    line-height: 50px;
}

.ban .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.ban .swiper-pagination-bullet-active {
    background: #ba0200;

}

.fuwu {
    text-align: center;
    margin-bottom: 60px;
}

.fuwu li {
    display: inline-block;
    background: #eeeeee;
}

.fuwu li {
    width: 180px;
    line-height: 60px;
    margin: 0 5%;
    border-radius: 5px;
}

.zhengce h2 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}

.zhengce p {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.fuwu .on1 {
    color: #fff;
    background: #0071e3;
}

.biaodan {
    margin-top: 60px;
    padding: 60px 0 80px;
    box-shadow: 0px 0px 3px 3px #eee;
}

.biaodan h2 {
    font-size: 20px;
    padding: 0 7%;
    margin-bottom: 10px;
    font-weight: normal;
}

.biaodan li {
    padding: 15px 7%;
}

.biaodan li p {
    display: inline-block;
    line-height: 50px;
    vertical-align: top;
    width: 80px;
    text-align: center;
}

.biaodan li input {
    height: 50px;
    width: calc(100% - 90px);
    padding-left: 15px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.biaodan li:hover {
    background: #f5f5f5;
}

.biaodan li textarea {
    width: calc(100% - 90px);
    height: 200px;
    padding-left: 15px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    line-height: 50px;
    resize: none;
}

.biaodan li span {
    color: #ff0000;
}

.tijiao {
    display: block;
    margin: auto;
    width: 240px;
    line-height: 60px;
    color: #fff;
    background: #0071e3;
    border: none;
    border-radius: 5px !important;
    margin-top: 40px;
    text-align: center;
}

.sousuo {
    max-width: 600px;
    margin: auto;
    font-size: 0;
    overflow: hidden;
    border-radius: 5px;
}

.shuru {
    display: inline-block;
    width: calc(100% - 80px);
    border: none;
    height: 50px;
    background: #f7f7f7;
}

.qr {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 80px;
    border: none;
    color: #fff;
    background: #0071e3;
}

.cjwt li {
    padding-top: 60px;
}

.cjwt li p {
    line-height: 32px;
}

.cjwt li p span {
    font-size: 20px;
}

.fenye {
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    box-sizing: border-box;
}

.fenye a {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 4px;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
}

.fenye span {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    background: #0071e3;
    padding: 0 5px;
    margin: 0 4px;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
}

.fenye a:hover {
    background: #0071e3;
    color: #fff;
    border: 1px solid #dbdbdb;
}

.shouhou h2 {
    line-height: 70px;
    font-weight: normal;
    margin-bottom: 50px;
    font-size: 24px;
    border-bottom: 1px solid #eee;
}

.sh1 {
    background: #f7f7f7;
    display: flex;
}

.sh1 img {
    width: 50%;
    object-fit: cover;
}

.s0 {
    width: 50%;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
}

.s0 p {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 50px;
}

.sh {
    margin-bottom: 60px;
}

.sh2 {
    font-size: 0;
}

.sh2 li {
    display: inline-block;
    width: 31.25%;
    font-size: 16px;
    color: #fff;
    margin-bottom: 50px;
    vertical-align: top;
    height: 200px;
    overflow: hidden;
    background: #eeeeee;
    margin-right: 3.125%;
}

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

.sh2 li p {
    text-align: center;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.s0 p img {
    max-width: 80px;
    display: inline-block;
    margin-right: 40px;
}

.s0 p span {
    display: inline-block;
    line-height: 48px;
    font-size: 24px;
}

.xiazai {
    padding: 5% 15%;
    box-shadow: 0px 0px 3px 3px #ccc;
}

.xiazai h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
}

.mozheng {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.mozheng p:first-child {
    width: 50%;
    align-self: center;
    align-items: center;
    justify-content: center;
}

.mozheng p:last-child {
    width: 45%;
    align-self: center;
    align-items: center;
    justify-content: center;
}

.mulu {
    font-size: 0;
    text-align: center;
}

.gy12 {
    display: none;
}

.mulu li {
    display: inline-block;
    margin: 40px 3%;
    font-size: 16px;
}

.mulu li p {
    text-align: center;
    line-height: 50px;

}

.mulu li:hover .gy11 {
    display: none;
}

.mulu li:hover .gy12 {
    display: block;
}

.mulu li:hover p {
    color: #0071e3;
    border-bottom: 1px solid #0071e3;
}

.qyjs ul {
    font-size: 0;
}

.qyjs ul li {
    width: 30%;
    display: inline-block;
    margin-bottom: 50px;
    margin-right: 5%;
    overflow: hidden;
}

.qyjs ul li:last-child {
    margin-right: 0;
}

.qyjs ul li:hover {
    box-shadow: 0px 0px 3px 3px #ccc;
}

.qyjs ul li img {
    width: 100%;
    transition: all 0.5s;
}

.qyjs p {
    line-height: 32px;
    font-size: 16px;
}

.qyjs {
    margin-bottom: 100px;
}

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

.zizhi {
    background: #f7f7f7;
}

.zs1 {
    font-size: 0;
}

.zs1 li {
    width: 12%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 60px;
    box-shadow: 0 0 5px 5px #ccc;
}

.zs1 li img {
    width: 100%;
}

.zs1 li:last-child {
    margin-right: 0;
}

.zs2 {
    font-size: 0;
    transition: all 0.5s;
    display: none;
    text-align: center;
}

.zs2 li {
    width: 10%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 60px;
}

.zs2 li img {
    width: 100%;
}

.zs2 li:last-child {
    margin-right: 0;
}

.zs3 {
    font-size: 0;
    transition: all 0.5s;
    text-align: center;
    display: none;
}

.zs3 li {
    width: 9%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1.11%;
    margin-bottom: 60px;
}

.zs3 li img {
    width: 100%;
}

.zs3 li:nth-child(10n) {
    margin-right: 0;
}

.zs3 li:last-child {
    margin-right: 0;
}

.xia {
    margin: auto;

}

.shang {
    margin: auto;
    display: none;
}

.ditu {
    font-size: 0;
    text-align: center;
    padding-top: 80px;
}

.ditu li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2%;
    margin-bottom: 20px;
}

.ditu li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;

}

#allmap {
    width: 100%;
    height: 650px;
}

.jiaru {
    background: url(../image/20210714032330860.jpg) center center no-repeat;
    background-size: cover;
}

.bbiao {
    color: #fff;
}

.bbiao::after {
    background: #fff;
}

.jiaru h3 {
    line-height: 100px;
    border-bottom: 1px solid #fff;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
}

.jiaru p {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 40px;
}

.jiaru span {
    display: block;
    font-size: 20px;
    text-align: right;
    color: #fff;
}

.jiaru span a {
    color: #0071e3;
    text-decoration: underline;
}

.qiyejs img {
    margin: auto;
    margin-bottom: 40px;
}

.qiyejs p {
    font-size: 16px;
    line-height: 32px;
}

.xw {
    font-size: 0;
}

.xw li {
    margin-bottom: 30px;
    width: 31%;
    display: inline-block;
    margin-right: 3.5%;
}

.xw h2 {
    font-size: 20px;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.xw li img {
    width: 100%;
    transition: all 0.5s;
}

.xw li .xwt {
    border: 1px solid #fff;
    overflow: hidden;
}

.xw li:hover .xwt {
    border: 1px solid #ccc;
}

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

.xw li:hover h2 {
    color: #0071e3;
}

.biaoti {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.xwxq p {
    text-align: center;
    font-size: 16px;

    line-height: 32px;
}

.xwxq p img {
    margin: 30px auto;
}

.fanye {
    display: flex;
    padding-top: 60px;
    justify-content: space-between;
}

.fanye p:hover a {
    color: #0071e3;
}

.shuju ul li {
    display: flex;
    align-items: center;
}

.shuju ul li img {
    width: 50%;
}

.sjms {
    width: 50%;
    padding: 3% 3%;
    box-sizing: border-box;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
}

.sjms h2 {
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: normal;

}

.sjms p {
    font-size: 16px;
    line-height: 32px;

}

.sj2 {
    display: none;
}

.cp .xw li {
    width: 21%;
}

.cp .bbbk {
    padding-left: 0;
}

.cp .xw li {
    margin: 2%;
}

.kc_img {
    width: 100%;
    height: 37rem;
    background: url(../image/da_img.jpg) no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.ny_title {
    text-align: center;
}

.ny_title h3 em {
    color: #0071e3;
    font-style: normal;
}

.title span {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: arial;
    line-height: 86px;
    color: #ecefee;
    margin-left: -5px;
}

.title h3 {
    color: #333333;
    font-size: 30px;
    margin-top: -28px;
}

.title p {
    margin-top: 15px;
    color: #333333;
    font-size: 18px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 74%;
    width: 100%;
}

.news_box {
    padding: 60px 0 70px;
}

.news_box .news_tit {
    position: relative;
    z-index: 2;
    margin-top: 35px;
    text-align: center;
}

.news_box .news_tit a {
    display: inline-block;
    width: 150px;
    line-height: 46px;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 16px;
    margin: 0 10px;
    cursor: pointer;
}

.news_box .news_tit a:hover,
.news_box .news_tit a.cur {
    background: #0071e3;
    color: #fff;
}

.news_box .news_list {
    margin-top: 20px;
}

.news_box .news_list ul {
    margin-bottom: 50px;
}

.news_box .news_list ul li {
    margin: 20px 0;
    float: left;
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 20px;
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.news_box .news_list ul li .img {
    display: block;
    float: left;
    width: 31%;
    line-height: 0;
    overflow: hidden;
}

.news_box .news_list ul li .img img {
    width: 100%;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.news_box .news_list ul li .text {
    float: left;
    width: 54%;
    margin-left: 3%;
    padding-top: 3%;
}

.news_box .news_list ul li .text .bt {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}

.news_box .news_list ul li .text p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 2%;
}

.news_box .news_list ul li .text .bottom {
    margin-top: 3.6%;
    font-size: 13px;
}

.news_box .news_list ul li .text .bottom span {
    display: block;
    float: left;
    margin-left: 23px;
    padding-left: 22px;
    color: #999999;
}

.news_box .news_list ul li .text .bottom span:first-child {
    margin-left: 0;
}

.news_box .news_list ul li .text .bottom span.f-r {
    display: none;
}

.news_box .news_list ul li .text .bottom .a1 {
    background: url(../image/news_icon1.jpg) no-repeat left center;
    padding-left: 19px;
}

.news_box .news_list ul li .text .bottom .a2 {
    background: url(../image/news_icon2.jpg) no-repeat left center;
    margin-right: 23px;
}

.news_box .news_list ul li .text .bottom .a3 {
    display: flex;
    align-items: center;
    color: #999999;
}

.news_box .news_list ul li .right {
    float: right;
    text-align: right;
    padding-top: 1.4%;
}

.news_box .news_list ul li .right span {
    display: block;
    color: #999999;
    font-size: 18px;
}

.news_box .news_list ul li .right .more {
    margin-top: 9%;
    background: url(../image/news_icon.png) no-repeat right center;
    line-height: 40px;
    height: 40px;
    display: block;
    width: 120px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.news_box .news_list ul li .right .more span {
    display: none;
}

.news_box .news_list ul li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.news_box .news_list ul li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.news_box .news_list ul li:hover .text .bt {
    color: #0c5194;
}

.news_box .news_list ul li:hover .right .more {
    display: block;
    text-align: center;
    background: #0071e3 url(../image/news_icon4.jpg) no-repeat right center;
}

.news_box .news_list ul li:hover .right .more span {
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

@media (max-width: 480px) {

    .ny_title {
        margin-bottom: 30px !important;
    }

    .news_box {
        padding-top: 40px;
    }

    .news_box .news_tit {
        flex-flow: row wrap;
        margin-left: 7%;
    }

    .news_box .news_tit a {
        margin: 0;
        width: 45%;
        margin-right: 2%;
        margin-bottom: 5px;
        float: left;
        font-size: 14px;
        line-height: 38px;
    }

    .news_box .news_tit a:last-child {
        margin-right: 0;
    }

    .news_box .news_list ul li .text .bt {
        font-size: 16px;
    }

    .news_box .news_list ul {
        margin-bottom: 30px;
    }

    .xw li img {
        margin: 0 auto;
    }

    .cp .bbbk {
        padding: 0 0 30px 0 !important;
        box-sizing: border-box;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .w1800 {
        display: block;
    }

    .kc_img {
        height: 10rem;
    }

    .title span {
        font-size: 40px;
        line-height: 40px;
    }

    .news_box {
        padding: 20px 0 40px;
    }

    .news_box .news_list ul li {
        padding: 0;
    }

    .news_box .news_list ul li .img {
        width: 100%;
    }

    .news_box .news_list ul li .text {
        width: 100%;
        margin: 0;
        padding: 15px 10px;
        box-sizing: border-box;
    }

    .news_box .news_list ul li .right {
        display: none;
    }

    .news_box .news_list ul li .text .bottom {
        line-height: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .news_box .news_list ul li .text .bottom span.f-r {
        display: block;
        float: left;
    }

    .cp .xw li {
        width: 90%;
        border: 1px solid #cccccc;
        border-radius: 5px;
    }

    .cp .xw li {
        margin: 5%;
    }

    .cp .bbbk h2 {
        font-size: 1.25rem;
    }

    #myPage {
        margin-top: 30px;
    }

    .banquan {
        display: none;
    }

    .spage-total {
        margin-right: 0 !important;
    }

    .spage-number{
        display: block !important;
    }

    .spage-number span:first-child,.spage-number span:last-child{
        display: none !important;
    }

    .spage-skip {
        display: none !important;
    }

    .mulu li:last-child{
        margin-top: 0;
    }

    .xw li:hover .xwt {
        border: none;
    }

    .pc-mod-product-docs .l-wrapper {
        width: 100% !important;
    }

    .pc-mod-product-docs .pc-mod-title {
        padding-top: 20px !important;
        font-size: 18px !important;
        line-height: 20px !important;
        margin-bottom: 20px !important;
    }

    .zs1 .one-fan{
        display: inline-block !important;
    }

    .zs2 .one-fan{
        display: inline-block !important;
    }

    .one-li{
        display: inline-block !important;
    }

    .ind1_nr {
        text-align: center;
    }

    .zs2 .last-2{
        margin-right: 5% !important;
    }
}

@media (max-width: 1600px) {
    .container {
        max-width: 80%;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 100%;
    }
}

.xw1 li {
    overflow: hidden;
    transition: all 0.5s;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    vertical-align: top;
}

.xw1 li:hover {
    margin-top: -20px;
    box-shadow: 0 0 5px 5px #e0e1e2;
}

.bbbk {
    padding: 30px;
    box-sizing: border-box;
    background: #fff;

}

.bbbk h2 {
    line-height: unset;
    clear: both;
}

.bbbk h2 span {
    font-size: 14px;
    color: #0071e3;
    border: 1px solid #0071e3;
    padding: 5px;
    float: right;
    border-radius: 3px;
}

.bbbk p {
    color: #666;
    line-height: 32px;
    font-size: 16px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ggng {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 50px;
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .ggng {
        padding-top: 40px;
        padding-bottom: 20px;
        font-size: 20px;
    }

}

.page-num-current {
    color: #fff !important;
    border-color: #0071e3;
    background: #0071e3;
}

.h20 {
    height: 1.25rem;
    width: 100%;
}

.div_jobs1 {
    padding-bottom: 20px;
}

.div_jobs1 .div2 {
    background: #09f;
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 15px;
    height: 45px;
    line-height: 45px;
    color: #323132;
    font-size: 16px;
}

.div_jobs1 .div2 .p1 {
    color: #fff;
    width: 50%;
    margin-right: 1%;
}

.div_jobs1 .div2 .p2 {
    color: #fff;
    width: 10%;
    margin-right: 1%;
    text-align: center;
}


.div_jobs1 .div2 .p5 {
    color: #fff;
    width: 30%;
    text-align: center;
}

.div_jobs1 .div3 {
    background: #fbfbfb;
}

.div_jobs1 .div3 ul li .p1 {
    height: 64px;
    line-height: 64px;
    padding-left: 4%;
    padding-right: 4%;
    border-bottom: 3px solid #fff;
    color: #808080;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.div_jobs1 .div3 ul li .p1 .pp1 {
    width: 50%;
    margin-right: 1%;
}

.div_jobs1 .div3 ul li .p1 .pp2 {
    width: 10%;
    margin-right: 1%;
    text-align: center;
}


.div_jobs1 .div3 ul li .p1 .pp5 {
    width: 30%;
    text-align: center;
}

.div_jobs1 .div3 ul li .div_js_on,
.div_cont2 .div3 ul li:hover .p1 {
    background: #fbfbfb;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.div_jobs1 .div3 ul li .div_js_txt {
    background: #fff;
    padding: 20px 4%;
    color: #333;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.lf {
    float: left;
}

.rg {
    float: right;
}

.column {
    display: flex;
    flex-direction: column;

}

/* 右侧浮动 */
.suspend {
    position: fixed;
    top: 40%;
    right: 0;
    padding-top: 10px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;

}

.suspend li {
    list-style-type: none;
    color: #585858;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .suspend {
        display: none;
    }
}

.left-hover {
    text-align: center;
    cursor: pointer;
}
.position_hover {
    background-color: #555;
    background: url("../image/pho.png") no-repeat;
    width: 259px;
    height: 88px;
    display: none;
    position: absolute;
    top: 74px;
    right: 65px;
    z-index: -10
}
.left-hover:hover .position_hover {
    display: inline-block
}

.left-hover1 {
    text-align: center;
    cursor: pointer;
}
.position_hover1 {
    background-color: #555;
    background: url("../image/kfxx.png") no-repeat;
    width: 195px;
    height: 182px;
    display: none;
    position: absolute;
    top: -35px;
    right: 65px;
    z-index: -10
}
.left-hover1:hover .position_hover1 {
    display: inline-block
}

.left-hover2 {
    text-align: center
}
.position_hover2 {
    background-color: #048EF6;
    background: url("../image/erw1.png") no-repeat;
    width: 195px;
    height: 182px;
    display: none;
    position: absolute;
    top: 113px;
    right: 65px;
    z-index: -10;
}
.left-hover2:hover .position_hover2 {
    display: inline-block
}

.return-hover a,
.return-hover a:hover {
    color: #fff
}

.fdk11,
.fdk21,
.fdk31 {
    border-bottom: 1px solid #e9e9e9;
}

.fdk11,
.fdk21,
.fdk31,
.fdk41 {
    width: 65px;
    height: 65px;
    padding-top: 5px;
    font-size: 12px;
    color: #585858;
    text-align: center;

}

.fdk21 .icon-qq {
    width: 100%;
}

.fdk11 i,
.fdk21 i,
.fdk31 i, .fdk41 i {
    width: 41px;
    margin-left: 12px;
}

.xt_banner {
    width: 100%;
    min-width: 1200px;
}

.xt_banner2 {
    background: url("../image/banner1.jpg") no-repeat center 0;
    background-size: cover;
    width: 100%;
    height: 320px;
}

.window {
    background-color: #0071e3;
    width: 40%;
    /*padding: 2px;*/
    margin: 5px;
    /*控制窗口绝对定位*/
    position: absolute;
    display: none;
    z-index: 99999;
    border-radius: 10px;
    -moz-box-shadow: 0 12px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 12px 10px rgba(0, 0, 0, .2);
}

.window .content {
    height: 280px;
    background-color: white;
    border: 2px solid #0071e3;
    border-radius: 6px;
    padding: 10px;
    /*控制区域内容超过指定高度和宽度时显示滚动条*/
    overflow: auto;
}

.title {
    padding: 10px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 60px;
}

.window .title {
    padding: 10px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.window .title img {
    width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
}

.window .content p {
    margin: 10px;
}

.window .content .inp {
    width: 80%;
    padding-left: 8px;
    line-height: 28px;
    border-radius: 6px;
    border: 1px solid #cccccc;
}

a.tj {
    background-color: #0071E3;
    color: #fff;
    line-height: 16px;
    padding: 10px 61px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    width: 9%;
    text-align: center;
    cursor: pointer;
}

.position {
    width: 80%;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    font-size: 14px;
    transition: all .3s;
}

.w {
    width: 1400px;
    margin: 0 auto;
    *zoom: 1;
}

.w:before,
.w:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.position .w > a {
    transition: all .3s;
}

.position .w > a:hover {
    color: #0071e3;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@media (max-width: 1500px) {
    .w {
        width: 1200px;
    }
}

.pc-mod-product-docs {
    background: #3F4F7C;
    padding-bottom: 60px;
}

.pc-mod-product-docs .pc-mod-title {
    color: #edf2fd;
    padding-top: 60px;
    font-size: 34px;
    line-height: 58px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

.pc-mod-product-docs .l-wrapper {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.pc-mod-docs-item {
    background: #465785;
}

.row_wrap {
    display: flex;
    flex-direction: row;
    /**justify-content: space-between;**/
    flex-wrap: wrap;
}

.pc-mod-docs-item li {
    margin: 10px;
    width: 20%;
}

.pc-mod-docs-item li img {
    width: 100%;
}