/*初始化样式*/
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;
}
.big-img  img{max-width:100%;}

body {
    background: #fff;
    color: #333;
    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: #009b4c;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

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 {
    font-size: 12px;
}

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;
}

.flex {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.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.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}








/* 头部 */
.top-head {
    border-bottom: solid 1px #ddd;
}

.top-head p {
    float: left;
    font-size: 14px;
    color: #888;
    line-height: 40px;
}

.top-seo {
    float: right;
    font-size: 14px;
    color: #888;
    line-height: 40px;
}

.top-seo a {
    font-size: 14px;
    color: #888;
}

.top-seo a:hover {
    color: #053e95;
}

.head {
    padding: 25px 0 10px;
}

.hd-show {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 4%;
}

.logo {
    float: left;
    width: 68%;
    margin-right: 1%;
    text-align: left;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
}

.hd-exp {
    float: left;
    width: 60%;
    padding-left: 20px;
    position: relative;
    display: none;
}

.hd-exp p {
    font-size: 18px;
    color: #f97214;
    line-height: 30px;
}

.hd-exp p:first-child {
    font-size: 26px;
    font-weight: bold;
}

.hd-exp::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 40px;
    background-color: #333;
    top: -2px;
    left: 0;
}

.hd-tel {
    float: right;
    width: 18%;
    text-align: center;
    /* background: url(../images/908ed4539e66bc2131f4e13fc8f5da3330e23db2.png)no-repeat right center; */
    padding-right: 0;
}

.hd-tel dd {
    font-size: 18px;
    color: #0363b7;
    font-weight: normal;
    /* background: url(../images/dd.png) no-repeat 0 0; */
    font-weight: bold;
}
.hd-tel dd  img{
	margin-top: -6px;
}

.hd-tel p {
    font-size: 40px;
    font-family: Arial;
    color: #333;
    font-weight: bold;
}

.top-nav {
    background-color: #0262b8;
}




/* 搜索 */
.schkey {
    display: flex;
    box-shadow: 0px 0px 6px 5px rgb(0 0 0 / 8%);
    margin-bottom: 6px;
}

.hot-key {
    float: left;
}

.hot-key h3 {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #053e95;
    line-height: 70px;
}

.hot-key span {
    display: block;
    float: left;
    line-height: 70px;
}

.hot-key span a {
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}

.hot-key span a:hover {
    color: #053e95;
}

.sch {
    float: right;
    height: 100%;
    align-items: center;
    /* justify-content: end; */
    display: flex;
    width: 100%;
}

#formsearch {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

#formsearch input {
    border: none;
    outline: none;
    line-height: 38px;
    padding: 0;
}

#formsearch input#keyword {
    font-size: 12px;
    color: #999;
    padding-left: 15px;
    background: none;
    width: 70%;
    float: left;
    border: solid 1px #ddd;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: none;
    background: #fff;
	height:40px;
}

#formsearch input#s_btn {
    float: right;
    padding: 1px 0;
    font-size: 12px;
    color: #fff;
    text-align: right;
    padding-right: 20px;
    width: 30%;
    background: url(../images/f686194301dec446ff77e86c00834494d42a9262.png)no-repeat 35px center #fff;
}

/* 头部自适应 */
@media(max-width:1199px) {
    .hd-exp p:first-child {
        font-size: 17px;
    }

    .hd-exp p {
        font-size: 16px;
    }

    .hd-exp::before {
        left: 15px;
    }

    .x-menu>li>a {
        font-size: 15px;
    }
}

@media(max-width:991px) {

    .x-banner,
    .page-banner {
        margin-top: 60px;
    }
}

@media(max-width:768px) {

    .x-banner,
    .page-banner {
        margin-top: 0;
    }
}

@media(max-width:680px) {
    .sch {
        display: none;
    }

    .hot-key h3 {
        font-size: 13px;
        line-height: 50px;
    }

    .hot-key span {
        line-height: 50px;
    }

    .hot-key span a {
        font-size: 13px;
        margin-right: 10px;
    }
}





/* 导航样式 */
/* .x-menu {
  width: 58.75%;
  float: left;
} */

.x-menu>li {
    float: left;
    position: relative;
    width: 20%;
}

.x-menu>li>a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 56px;
	position:relative
}


.x-menu>li>a::before {
    position: absolute;
    content: '●';
    bottom:-30%;
    left: 50%;
    transform: translateX(-50%);
    color: #0262b8;
    height: 100%;
}
.x-menu>li+li>a {
    /* background: url(../images/76cd09c495fdac659938722f9941e7e63a311ae1.png)no-repeat left center; */
}

.x-menu>li>a:hover {
    /* background: #0dad3b; */
    color: #fff;
}
.x-menu>li:hover a::before {
   
    color: #fff;
   
}
/* .x-menu>li.active>a {
    background: #0dad3b;
    color: #fff;
} */

.x-menu>li:after {
    display: none;
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}

.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: 140%;
    left: -18%;
    top: 57px;
    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-sub-menu:after {
    display: none;
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}










/* 产品中心 */
.product {
    padding-top: 60px;
    background-color: #fff;
    padding-bottom: 80px;
}

.title {
    text-align: center;
}

.title h3 {
    font-size: 64px;
    font-weight: bold;
    color: #333;
}

.title h3 span {
    color: #0262b8;
}

.title h3::before {
    display: inline-block;
    /* background: url(../images/6d0bcc80c6ca3c358e105a68607a6f19b96e61fd.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/7fac366e6728118a2375a25c41c6cae950ae8f0d.png)no-repeat; */
    margin-left: 30px;
}

.title p {
    font-size: 22px;
    color: #999;
    margin-top: 10px;
}

.pro-show {
    margin-top: 50px;
}

.pro-cfn {
    float: left;
    width: 23%;
    background: url(../images/0693a35aa84fbd9fdfffa0748e7ae28e480b14b9.png)no-repeat center top;
}

.pro-tit {
    text-align: center;

    color: #fff;
    padding: 1.7rem 0;
}

.pro-tit h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 51px;
    background: url(../images/3ba367905c69a6a95e528181f80c623184676e72.png)no-repeat 45px center;
    padding-left: 50px;
}

.pro-tit img {
    width:100%;
}

.cfn-list {
    padding-right: 0;
}

.cfn-list ul {
    background-color: #fff;
    padding-bottom: 25px;
    padding-top: 15px;
}

.cfn-list ul li {
    padding: 0 20px;
    position: relative;
    margin-bottom: 15px;
    background: #dbe5f1;
}

.cfn-list ul a {
    display: block;
    line-height: 45px;
    color: #555;
    font-size: 18px;
    /* border-bottom: dashed 1px #ddd; */
    position: relative;
    z-index: 999999;
    /* transition: all .8s ease; */
}

.cfn-list ul li::after {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background-color: #0262b8;
    top: 0;
    left: 0;
    transition: all .5s ease;
    z-index: 1;
}

.cfn-list ul li.cur::after {
    width: 103.5%;
}

.cfn-list ul li.cur a {
  
    color: #fff;
    background: url(../images/8db4ca41ffb4101245db7a11fea3816467e5dddb.png)no-repeat right center;
}

.pro-tel {
    text-align: center;
    color: #fff;
    padding-right: 10px;
    margin-top: 10px;
}

.pro-tel .tel {
    background-color: #053e95;
    padding: 26px 0;
}

.pro-tel h3 {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    line-height: 38px;
    background: url(../images/91bb6e6f2be15f83b964802b847c6ac2a4d8ff5d.png)no-repeat 50px center;
    padding-left: 30px;
}

.pro-tel p {
    font-size: 14px;
}

.pro-list {
    float: right;
    width: 73%;
}

.pro-list ul li {
    float: left;
    width: 32%;
    margin-left: 2%;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.pro-list ul li:nth-child(1), .pro-list ul li:nth-child(4),.pro-list ul li:nth-child(7),.pro-list ul li:nth-child(10) {
    margin-left: 0;
 
}

.pro-list ul li:nth-child(-n+9) {
    margin-bottom: 20px;
   

}

.pro-list ul li .pro-img {
    background-color: #fff;
    border: solid 1px #ddd;
    overflow: hidden;
    border-bottom: none;
}

.pro-list ul li .pro-img img {
    max-width: 100%;
}

.pro-list ul li h3 {
    background-color: #4098e6;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 1px;
    transition: all .3s ease;
}

.pro-list ul li .pro-more {
    position: absolute;
    width: 100%;
    background-color: #4098e6;
    bottom: 0;
    left: 0;
    /* height: 100%; */
    z-index: 99999;
    padding: 2.15rem 0;
    opacity: 0;
    transition: all .8s ease;
}

.pro-list ul li .pro-more h4 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.pro-list ul li .pro-more .more {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.pro-list ul li .pro-more .more a {
    display: block;
    line-height: 32px;
    color: #fff;
    border: solid 1px #fff;
    padding: 0 2rem;
    margin: 0 .8rem;
    font-size: 14px;
    transition: all .5s ease;
}

.pro-list ul li:hover h3 {
    opacity: 0;
}

.pro-list ul li:hover .pro-more {
    opacity: 1;
}

.pro-list ul li .pro-more .more a:hover {
    background-color: #fff;
    color: #333;
}

@media(max-width:1299px) {
    .cfn-list ul a {
        line-height: 56px;
        font-size: 18px;
    }

    .title h3 {
        font-size: 40px;
    }

    .title p {
        font-size: 20px;
    }

    .pro-tel h3 {
        background: url(../images/91bb6e6f2be15f83b964802b847c6ac2a4d8ff5d.png)no-repeat 30px center;
        padding-left: 20px;
    }
}

@media(max-width:1199px) {
    .pro-tit h3 {
        font-size: 26px;
        background: url(../images/3ba367905c69a6a95e528181f80c623184676e72.png)no-repeat 20px center;
        padding-left: 40px;
    }

    .pro-tit p {
        font-size: 14px;
    }

    .pro-tit {
        padding: 15px 0;
        background: url(../images/0693a35aa84fbd9fdfffa0748e7ae28e480b14b9.png)no-repeat center;
    }

    .cfn-list ul a {
        font-size: 16px;
        line-height: 45px;
    }

    .pro-cfn {
        width: 24%;
        background: none;
    }

    .pro-tel {
        margin-top: 0;
    }

    .pro-tel h3 {
        background: url(../images/91bb6e6f2be15f83b964802b847c6ac2a4d8ff5d.png)no-repeat 20px center;
        font-size: 22px;

    }

    .pro-tel p {
        font-size: 13px;
    }

    .title h3 {
        font-size: 36px;
    }

    .title p {
        font-size: 16px;
    }

    .product {
        padding-bottom: 60px;
    }

    .pro-show {
        margin-top: 30px;
    }

    .pro-list ul li .pro-more h4 {
        font-size: 15px;
    }

    .pro-list ul li .pro-more .more a {
        padding: 0 1rem;
        line-height: 30px;
        line-height: 28px;
        font-size: 12px;
    }

    .pro-list ul li .pro-more .more {
        margin-top: 15px;
    }
}

@media(max-width:991px) {
    .product {
        padding: 40px 0;
        position: relative;
        z-index: 99;
    }

    .title h3 {
        font-size: 32px;
    }

    .pro-cfn {
        float: none;
        width: 100%;
    }

    .pro-list {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .pro-tit {
        background-color: #053e95;
        background-image: linear-gradient(to right, #053e95, #0dac3c);
        text-align: unset;
        padding-left: 30px;
    }

    .pro-tit h3 {
        background: url(../images/3ba367905c69a6a95e528181f80c623184676e72.png)no-repeat left center;
        line-height: 32px;
    }

    .pro-tit p {
        margin-top: 10px;
    }

    .cfn-list ul li.cur::after {
        width: 100%;
    }

    .cfn-list {
        padding: 0;
    }

    .cfn-list ul li {
        float: left;
        width: 32%;
        margin-left: 2%;
    }

    .cfn-list ul li:nth-child(1),
    .cfn-list ul li:nth-child(4) {
        margin-left: 0;
    }

    .cfn-list ul {
        padding: 15px 0;
    }

    .pro-tel {
        padding: 0;
        text-align: unset;
    }

    .pro-tel .tel {
        padding: 15px 0;
        padding-left: 30px;
    }

    .pro-tel h3 {
        background: url(../images/91bb6e6f2be15f83b964802b847c6ac2a4d8ff5d.png)no-repeat left center;
    }

    .pro-list ul li h3 {
        line-height: 40px;
        font-size: 15px;
        display: -webkit-box;
        /**对象作为伸缩盒子模型展示**/
        -webkit-box-orient: vertical;
        /**设置或检索伸缩盒子对象的子元素的排列方式**/
        -webkit-line-clamp: 1;
        /**显示的行数**/
        overflow: hidden;
        /**隐藏超出的内容**/
    }

    .pro-list ul li .pro-more h4 {
        font-size: 14px;
    }

    .pro-list ul li .pro-more {
        padding: 1.5rem 0;
    }
}

@media(max-width:600px) {
    .pro-list ul li {
        width: 48%;
        margin-left: 4%;
    }

    .pro-list ul li:nth-child(3),
    .pro-list ul li:nth-child(6) {
        display: none;
    }

    .pro-list ul li h3 {
        font-size: 14px;
    }

    .cfn-list ul li {
        padding: 0 10px;
    }

    .cfn-list ul a {
        font-size: 14px;
        line-height: 40px;
    }

    .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) {
    .pro-list ul li .pro-more .more a {
        margin: 0 .4rem;
        line-height: 26px;
        padding: 0 .5rem;
    }

    .pro-list ul li .pro-more h4 {
        display: none;
    }

    .pro-list ul li .pro-more .more {
        margin-top: 0;
    }

    .pro-list ul li .pro-more {
        padding: 10px 0;
    }

    .pro-list ul li h3 {
        font-size: 12px;
        line-height: 32px;
    }

    .cfn-list ul li.cur a {
        background: none;
    }

    .cfn-list ul a {
        text-align: center;
    }

    .title h3::before {
        display: none;
    }

    .title h3::after {
        display: none;
    }
}









/* 产品优势 */
.ys {
    background: url(../images/zb.jpg)no-repeat center;
    padding: 100px 0;
}

.ys .title h3 {
    color: #000;
}

.ys .title p {
    color: #999;
}

.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: 15%;
    margin-left: 2%;
    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 {
    max-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;
}

/* 客户案例 */
.case {
    padding-top: 70px;
    padding-bottom: 80px;
}

.case-cfn {
    margin-top: 35px;
}

.case-cfn ul {
    max-width: 685px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.case-cfn ul li {
    width: 22%;
}

.case-cfn ul li a {
    display: block;
    text-align: center;
}

.case-cfn ul li a span {
    display: block;
    background-color: #dddddd;
    line-height: 48px;
    font-size: 18px;
    color: #333;
    transition: all .5s ease;
}

.case-cfn ul li.cur a span {
    background-color: #053e95;
    color: #fff;
}

.case-cfn ul li a::after {
    display: block;
    content: '';
    width: 17px;
    height: 10px;
    background: url(../images/ec8a331c937a6a4182bace6fef27d8bdda7f7042.png)no-repeat;
    margin: 0 auto;
    margin-top: -1px;
    opacity: 0;
    transition: all .5s ease;
}

.case-cfn ul li.cur a::after {
    opacity: 1;
}

.case-show {
    margin-top: 0;
}

.case-show .case-list {
    display: none;
}

.case-list ul li {
    float: left;
    width: 32.4%;
    margin-left: 1.4%;
}

.case-list ul li:first-child {
    margin-left: 0;
}

.case-list ul li {
    display: block;
    position: relative;
}

.case-list ul li .case-img {
    overflow: hidden;
}

.case-list ul li .case-img img {
    max-width: 100%;
    width: 100%;
}

.case-list ul li h3 {
    font-size: 16px;
    color: #555;
    line-height: 50px;
    background: #f5f5f5;
    text-align: center;
    transition: all .5s ease;
}

.case-list ul li:hover h3 {
    opacity: 0;
}

.case-list ul li .case-more {
    position: absolute;
    width: 100%;
    background-color: rgb(2 98 184);
    bottom: 0;
    left: 0;
    padding: 2.15rem 0;
    opacity: 0;
    transition: all .8s ease;
}

.case-list ul li .case-more h4 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.case-list ul li .case-more .more {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.case-list ul li .case-more .more a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    padding: 0 2rem;
    margin: 0 .8rem;
    color: #fff;
    font-size: 14px;
    border: solid 1px #fff;
    transition: all .8s ease;
}

.case-list ul li .case-more .more a:hover {
    background-color: #fff;
    color: #333;
}

.case-list ul li:hover .case-more {
    opacity: 1;
}


/* 核心优势 */
.core-ys {
    padding-top: 0;
    padding-bottom: 60px;
    /* background-color: #f8f8f8; */
}

.core-ys .title h3::before {
    display: none;
}

.core-ys .title h3::after {
    display: none;
}

.cs-show {
    margin-top: 0;
}

.cs-show ul li {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    padding: 40px;
    box-shadow: 0 0 15px 0 #ddd;
}

.cs-show ul li .cs-img {
    width: 50%;
    position: relative;
}

.cs-show ul li:nth-child(2) .cs-img {
    text-align: right;
}

.cs-show ul li .cs-img img {
    max-width: 100%;
}

.cs-show ul li .cs-text {
    width: 50%;
    padding-right: 5%;
}

.cs-show ul li:first-child {
    margin-top: 0;
}

.cs-text .cs-tit {
    display: flex;
    flex-wrap: wrap;
}

.cs-text .cs-tit .num {
    max-width: 18%;
    float: left;
}

.cs-text .cs-tit .num img {
    max-width: 100%;
}

.cs-text .cs-tit .tit {
    padding-left: 0;
    float: right;
    width: 100%;
}

.cs-text .cs-tit .tit::after {
    display: block;
    content: '';
    background-color: rgba(5, 63, 149, 0.2);
    max-width: 0;
    height: 0;
    margin-top: 0;
    margin-left: 0;
}

.cs-text .cs-tit .tit h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 38px;
}

.cs-text .cs-tit .tit h3 span {
    margin-left: 10px;
    font-weight: normal;
}

.cs-text .cs-tit .tit p {
    font-size: 18px;
    color: #666;
    margin-top: 0;
}

.cs-text .text {
    margin-top: 10px;
    margin-bottom: 30px;
}

.cs-text .text p {
    font-size: 18px;
    line-height: 30px;
    color: #999;
    padding-left: 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cs-text .text p:nth-child(2) {
    margin-top: 15px;
}

.cs-show ul li:nth-child(3) .cs-text .cs-tel {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    background: url(../images/98cf34f846e26b7ae1cbd519da3af443d887208e.png)no-repeat left center;
    padding-left: 50px;
    margin-top: 60px;
}

.cs-show ul li:nth-child(3) .cs-text .cs-tel span {
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    color: #053e95;
}

/* 研发团队 */
.team {
    padding-top: 75px;
}

.tm-show {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.tm-left {
    float: left;
    width: 47.7%;
    padding: 10px 0;
}

.tm-left img {
    width: 100%;
}

.tm-left .text {
    background-color: #053e95;
    width: 100%;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    padding: 26px 35px;
}

.tm-right {
    float: right;
    width: 50%;
    margin-left: 2.3%;

}

.tm-right .owl-carousel {
    height: 100%;
}

.tm-right .owl-carousel .owl-stage-outer {
    /* margin: 10px 0; */
    height: 100%;
}

.tm-right .owl-carousel .owl-stage {
    height: 100%;
}

.tm-right .owl-carousel .owl-item {
    height: 100%;
}

.tm-right ul li {
    height: 100%;
    cursor: pointer;
    padding: 10px 5%;
    /* position: relative;
    z-index: 9999999; */
}

.tm-right ul li .tm-con {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    /* box-shadow: 0px 3px 6px 5px rgb(0 0 0 / 8%);
    margin: 10px 0; */
}

.tm-right .tm-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 51.7%;
    padding: 0 20px;
    background-color: #053e95;
    background-image: linear-gradient(to right, #053e95, #097b64);
}

.tm-right .tm-img img {
    max-width: 100%;
    /* max-height: 100%; */
}

.tm-text {
    width: 48.3%;
    background: #fff;
    padding-left: 6.5%;
    padding-right: 6%;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 6px 6px rgb(0 0 0 / 3%);
}

.tm-text h3 {
    font-size: 24px;
    font-weight: bold;
}

.tm-text span {
    display: block;
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 25px;
}

.tm-text p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
    color: #666;
}

.tm-text a {
    display: block;
    width: 174px;
    line-height: 36px;
    background-color: #053e95;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 65px;
    transition: all .5s ease;
}

.tm-text a:hover {
    background-color: #0dad3b;
}

.tm-right .owl-carousel .owl-nav {
    display: block;
}

.tm-right .owl-carousel .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 43%;
    z-index: 999999;
    outline: none;
}

.tm-right .owl-carousel .owl-nav button.owl-prev {
    left: 6px;
    background: url(../images/4635fea559fd6e0ae54799dd38cf69a0835f6a7c.png)no-repeat;
}

.tm-right .owl-carousel .owl-nav button.owl-next {
    right: 6px;
    background: url(../images/85a50926ad45c5ecb8a79a81662f305dbcf307f4.png)no-repeat;
}

.tm-right .owl-carousel .owl-nav button span {
    display: none;
}

/* 服务流程 */
.process {
    padding-top: 85px;
    padding-bottom: 100px;
    background: #f8f8f8;
}

.process .title h3::before {
    display: none;
}

.process .title h3::after {
    display: none;
}

.pss-show {
    margin-top: 0;
    padding: 120px 0 0;
}

.pss-list li {
    float: left;
    text-align: center;
    padding: 15px;
    position: relative;
    width: 23%;
    background: #fff;
    margin-left: 2.5%;
}

.pss-list li+li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 134px;
    background-color: #ddd;
    display: block;
}

.pss-list li:nth-child(1) {
    margin-left: 0;
}

.pss-list li:last-child {
    /* padding-right: 0; */
}

.pss-list li .pss-img {
    /* overflow: hidden; */
    /* display: flex; */
    /* justify-content: center; */
    /* cursor: pointer; */
}

.pss-list li .pss-img .pss {
    position: relative;
}

.pss-list li .pss-img .pss-ico {
    position: absolute;
    top: -25%;
    width: 146px;
    height: 146px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
    left: 30%;
    /* transform: translateX(-50%); */
}

.pss-list li .pss-img .pss-ico span {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    border-radius: 50%;
}

.pss-list li h3 {
    font-size: 28px;
    /* font-weight: bold; */
    color: #333;
    margin-top: 60px;
    margin-bottom: 30px;
}

.pss-list li p {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

.pss-list li .pss-img:hover .pss-ico {
    transform: rotateY(180deg);
}

/* 横幅 */
.hf {
    background: url(../images/87e68291831db76d71b61726de1692077f241e85.png)no-repeat center;
    padding: 50px 0;
}

.hf-show {
    display: flex;
    justify-content: flex-end;
}

.hf-left {
    width: 70%;
}

.hf-text {
    float: left;
    width: 55%;
    text-align: center;
}

.hf-text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
}

.hf-text p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}

.hf-text a {
    display: block;
    width: 134px;
    line-height: 46px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #053e95;
    margin: 0 auto;
    margin-top: 30px;
    transition: all .5s ease;
}

.hf-text a:hover {
    background-color: #0dad3b;
    color: #fff;
}

.hf-form {
    float: right;
    width: 40%;
}

.hf-form input {
    border: none;
    background-color: #fff;
    line-height: 54px;
    width: 100%;
    font-size: 14px;
    color: #999;
    padding-left: 25px;
    outline: none;
}

.hf-form .pho {
    margin-top: 0;
}

.hf-form .inp {
    margin-top: 10px;
    position: relative;
}

.hf-form .inp span {
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
}

.hf-form .x-submit {
    padding-left: 0;
    margin-top: 10px;
    background-color: #0dad3b;
    font-size: 16px;
    color: #fff;
}








/* 关于我们 */
.about {
    background-color: #f8f8f8;
    padding: 0;
}

.abt-show {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.abt-left {
    width: 50%;
    float: left;
}

.abt-left img {
    max-width: 100%;
    width: 100%;
}
.uter_eirg{
    width: 88%;
    background: #fff;
    padding: 50px;
    position: relative;
    left: -10%;
    }
.abt-text {
    float: right;
    width: 50%;
    padding-top: 0;
    position: relative;
}
.abt-text dd{font-size: 36px;color: #0262b8;text-transform: uppercase;}
.abt-text h3 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.xiahuas{width:50px;height:2px;background:#333;margin-bottom: 30px;margin-top: 30px;}
.abt-text .abt-con {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin-top: 0;
}

.abt-text a {
    display: block;
    width: 150px;
    line-height: 44px;
    background-color: #0262b8;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 60px;
    margin-top: 35px;
    transition: all .5s ease;
}

.abt-text a:hover {
    background-color: #0dad3b;
}

.a_yuier{margin-top: 50px;text-align: center;}
.a_yuier a{font-size: 22px;color: #0262b8;border-bottom: 2px solid #0262b8;padding-bottom: 5px;text-transform: uppercase;}

/* 新闻资讯 */
.news {
    padding: 60px 0;
}

.new-show {
    margin-top: 40px;
}

.new-left {
    float: left;
    width: 70%;
}

.new-tit {
    /* border-bottom: solid 1px rgba(0, 0, 0, 0.05); */
}

.new-tit ul {
    float: left;
}

.new-tit ul li {
    float: left;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.new-tit ul li+li::before {
    position: absolute;
    content: '';
    height: 18px;
    width: 1px;
    background-color: #ddd;
    top: 7px;
    left: -33px;
}

.new-tit ul li.cur {
    color: #053e95;
}

.new-tit ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: #053e95;
    transition: all .3s ease;
    margin-top: 15px;
}

.new-tit ul li.cur::after {
    width: 100%;
}

.new-tit ul li:nth-child(2) {
    margin-left: 65px;
}

.new-tit a {
    float: right;
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.new-tit a:hover {
    color: #053e95;
}

.new-warp .new-con {
    display: none;

}

.new-top {
    /* border-bottom: dashed 1px #ddd; */
    padding-top: 15px;
    padding-bottom: 40px;
    width: 53%;
    float: left;
}

.new-top ul li a {
    display: block;
}

.new-top ul li a .new-img {
    float: left;
    width: 100%;
    overflow: hidden;
}
.new-img img{width:100%;}
.new-top ul li a .new-img img {
    max-width: 100%;
}

.new-top ul li a .new-text {
    float: right;
    width: 100%;
    padding-top: 20px;
}

.new-top ul li a .new-text h3.tit {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    transition: all .3s ease;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 1;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
}

.new-top ul li a .new-text .new-clf {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.new-top ul li a .new-text .new-clf .text {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 3;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
}

.new-top ul li a .new-text .new-clf .new-time {
    width: 24%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.new-top ul li a .new-text .new-clf .new-time h3 {
    text-align: center;
    color: #333;
    font-size: 36px;
    font-weight: bold;
    font-family: Arial;
}

.new-top ul li a .new-text .new-clf .new-time h3 span {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-top: 10px;
}

.new-top ul li a .new-text .new-clf .new-time::after {
    position: absolute;
    content: '';
    height: 68px;
    width: 1px;
    background-color: rgba(221, 221, 221, 0.4);
    top: 5px;
    left: 30%;
}

.new-top ul li a .new-text .new-more {
    display: block;
    width: 120px;
    line-height: 34px;
    background-color: #0262b8;
    color: #fff;
    text-align: center;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 20px;
    transition: all .5s ease;
}

.new-top ul li a:hover .new-text .new-more {
    background-color: #0dad3b;
}

.new-top ul li a:hover .new-text h3 {
    color: #0262b8;
}

.new-rem {
    padding-top: 0;
    width: 44%;
    float: right;
}

.new-rem ul li {
    float: left;
    width: 100%;
}

.new-rem ul li:nth-child(2) {
    /* display: flex; */
    /* justify-content: flex-end; */
}

.new-rem ul li a {
    width: 93%;
    display: block;
}

.new-rem ul li a h3 {
    font-size: 18px;
    color: #666666;
    transition: all .5s ease;
    
    /**对象作为伸缩盒子模型展示**/
    
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    
    /**显示的行数**/
    
    /**隐藏超出的内容**/
    padding: 30px 0 20px;
    border-bottom: 1px dashed #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-rem ul li a h3 span {
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 2px #999;
    margin-right: 10px;
    transition: all .5s ease;
    background: #999;
}

.new-rem ul li a p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 20px;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 2;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
}

.new-rem ul li a .time {
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 25px;
}

.new-rem ul li a:hover h3 {
    font-weight: bold;
    color: #0a54ce;
}

.new-rem ul li a:hover h3 span {
    border: solid 2px #0a54ce;
    background: #0a54ce;
}

.new-right {
    float: right;
    width: 30%;
}

.new-tit h3 {
    float: left;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
}




.new-list {
    padding-top: 0;
}

#ydemo {
    overflow: hidden;
    position: relative;
    /* height: 410px; */
    padding-top: 15px;
}

.new-list ul li a {
    display: block;
    padding-top: 0;
    padding-bottom: 23px;
    /* border-bottom: dashed 1px #ddd; */
}

.new-list ul li a h3 {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    /* background: url(../images/7547c4447713e618b5f1e5c1f69b27e333105102.png)no-repeat left center; */
    /* padding-left: 45px; */

    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
    width: 78%;
white-space: nowrap;
text-overflow: ellipsis;
}
 
.new-list ul li a p {
    /* background: url(../images/9b7012fc4ee0ccd32ad196258fe0f377f96b0a50.png)no-repeat left top; */
    font-size: 14px;
    color: #999;
    line-height: 26px;
    padding-left: 0;
    margin-top: 0;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 2;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
    width: 21%;
    text-align: center;
}

.new-list ul li a:hover h3 {
    color: #053e95;
}

/* 友情链接 */

.link {
    background: url(../images/ebd47e6462c41147d099751e118b71d11f06b5f8.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 0;
}

.link-show {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* background: url(../images/0295dde35abf5e9a88aec58f5fa830f6b01d7421.png)no-repeat right center; */
}

.link-show::after {
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: #053e95;
    top: 0;
    right: 100%;
}

.link-warp {
    float: left;
    width: calc(100% - 170px);
    display: flex;
    justify-content: space-between;
    position: relative;

}

.link-warp span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.link-list {
    flex: 1;
    margin-left: 10px;
}

.link-list a {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.link-list a:hover {
    color: #0dad3b;
}


.link-warp .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(5,62,149,.9);
    padding: 10px;
    min-width:120px;
}



.link-a {
    display: flex;
    align-items: center;
}

.link-a span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 118px;
    line-height: 24px;
    border: solid 1px #fff;
    opacity: .5;
    transition: all .5s ease;
}

.link-a span:hover {
    border: solid 1px #0dad3b;
    background-color: #0dad3b;
    opacity: 1;
}


/* 底部 */
.foot {
    background-color: #141414;
    padding-top: 45px;
}

.ft-nav {
    padding-bottom: 40px;
}

.ft-nav ul li {
    float: left;
    margin-left: 5.89%;
}

.ft-nav ul li:nth-child(1) {
    margin-left: 0;
}

.ft-nav ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.ft-nav ul li a:hover {
    color: #0dad3b;
}

.ft-show {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px rgb(255 255 255 / 8%);
}

.ft-left {
    display: flex;
    flex-wrap: wrap;
    width: 39%;
}

.ft-logo {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ft-logo img {
    max-width: 100%;
}

.ft-tel {
    background: url(../images/df06af452aa1d5784ec1fd5251d9808600dda80c.png)no-repeat left center;
    padding-left: 70px;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.ft-tel h3 {
    font-size: 26px;
    font-family: Arial;
    color: #fff;
    line-height: 38px;
}

.ft-tel h3 span {
    display: block;
    font-size: 16px;
    color: #4b4646;
    line-height: 30px;
}

.ft-contact {
    padding-top: 35px;
    width: 35%;
    padding-bottom: 35px;
    border-left: solid 1px rgb(255 255 255 / 8%);
    padding-left: 75px;
}

.ft-contact h3 {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.ft-contact .contact {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin-top: 15px;
}

.ft-ewm {
    width: 26%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-left: solid 1px rgb(255 255 255 / 8%);
}

.ewm-list {
    display: flex;
    flex-wrap: wrap;
}

.ewm-list .m1 {
    margin-right: 20px;
}

/* .ewm-list .m2{
  
  } */
.ewm-list img {
    max-width: 100%;
}

.ewm-list p {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}

.footer {
    background-color: #383838;
    text-align: center;
    font-size: 14px;
    color: rgb(255 255 255 / 50%);
    line-height: 24px;
    padding: 26px 0;
}

.footer a {
    font-size: 14px;
    color: rgb(255 255 255 / 50%);
    line-height: 24px;
}

.footer a:hover {
    color: #0dad3b;
}

/* 底部自行适应 */
@media(max-width:1299px) {
    .ft-nav ul li {
        margin-left: 5.19%;
    }
}

@media(max-width:1199px) {
    .ft-nav ul li a {
        font-size: 16px;
    }

    .ft-nav ul li {
        margin-left: 4.62%;
    }

    .ft-tel {
        margin-left: 20px;
        padding-left: 60px;
    }

    .ft-contact {
        padding-left: 40px;
    }

    .footer {
        font-size: 12px;
    }

    .footer a {
        font-size: 12px;
    }
}

@media(max-width:991px) {
    .ft-nav ul li a {
        font-size: 14px;
    }

    .ft-nav ul li {
        margin-left: 3.5%;
    }

    .link {
        display: none;
    }

    .ft-nav {
        padding-bottom: 20px;
    }

    .ft-logo {
        width: 30%;
    }

    .ft-tel h3 {
        font-size: 20px;
    }

    .ft-tel h3 span {
        font-size: 14px;
    }

    .ft-tel {
        margin-left: 15px;
        padding-left: 40px;
        background-size: 34px 90px;
    }

    .ft-contact .contact {
        font-size: 13px;
    }

    .ft-contact {
        padding-left: 20px;
    }

    .ewm-list .m1 {
        display: none;
    }

    .ft-ewm {
        width: 20%;
    }

    .ft-contact {
        width: 39%;
    }

    .ft-left {
        width: 41%;
    }

    .footer {
        padding: 15px 0;
    }

    .foot {
        padding-top: 30px;
    }
}

.md-foot {
    display: none;
}

@media(max-width:767px) {
    .foot {
        display: none;
    }

    .footer {
        display: none;
    }

    .md-foot {
        display: block;
        background: #141414;
    }

    .mod-logo {
        text-align: center;
        padding: 30px 0;
    }

    .mod-logo a {
        display: block;
    }

    .mod-logo a img {
        max-width: 100%;
    }

    .fd-cfn {
        border-bottom: solid 1px #ccc;
        margin-top: 10px;
    }

    .fd-cfn h3 {
        font-size: 16px;
        color: #fff;
        line-height: 2.5;
    }

    .fd-cfn h3 span {
        padding-right: 10px;
    }

    .fd-cfn .fd-name {
        display: none;
        padding-left: 13px;
    }

    .fd-cfn .fd-name a {
        display: block;
        line-height: 28px;
        color: #fff;
        opacity: .8;
    }

    .fd-ly .copyright {
        color: #fff;
        opacity: .8;
        padding: 15px 15px;
        line-height: 1.5;
        text-align: center;
        float: none;
    }

    .fd-ly .copyright a {
        color: #fff;
        opacity: .8;
    }
}


/* 优势自适应 */
@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%;
    }
}

/* 客户案例自适应 */
@media(max-width:1199px) {
    .case-cfn ul li a span {
        line-height: 40px;
        font-size: 16px;
    }

    .case-cfn ul {
        max-width: 600px;
    }

    .case {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .case-cfn {
        margin-top: 30px;
    }

    .case-show {
        margin-top: 30px;
    }
}

@media(max-width:991px) {
    .case-list ul li h3 {
        line-height: 45px;
        font-size: 14px;    
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .case-list ul li .case-more h4 {
        font-size: 14px;
        display: -webkit-box;
        /**对象作为伸缩盒子模型展示**/
        -webkit-box-orient: vertical;
        /**设置或检索伸缩盒子对象的子元素的排列方式**/
        -webkit-line-clamp: 1;
        /**显示的行数**/
        overflow: hidden;
        /**隐藏超出的内容**/
    }

    .case-list ul li .case-more .more a {
        line-height: 28px;
    }

    .case-list ul li .case-more .more {
        margin-top: 20px;
    }

    .case {
        padding: 40px 0;
    }

    .case-cfn {
        margin-top: 20px;
    }
}

@media(max-width:735px) {
    .case-list ul li {
        width: 48%;
        margin-left: 4%;
    }

    .case-list ul li:last-child {
        display: none;
    }

    .case-cfn ul li a span {
        font-size: 14px;
        line-height: 32px;
    }
}

@media(max-width:505px) {
    .case-list ul li .case-more .more a {
        padding: 0 1rem;
        line-height: 30px;
        line-height: 28px;
        font-size: 12px;
    }

    .case-list ul li h3 {
        font-size: 12px;
        line-height: 32px;
    }

    .case-list ul li .case-more {
        padding: 10px 0;
    }

    .case-list ul li .case-more .more {
        margin-top: 10px;
    }

    .case-list ul li .case-more .more a {
        line-height: 24px;
    }

    .case-list ul li .case-more h4 {
        font-size: 12px;
    }
}

@media(max-width:375px) {
    .case-list ul li .case-more .more a:nth-child(1) {
        display: none;
    }
}

/* 核心优势自适应 */
@media(max-width:1299px) {
    .cs-show ul li:nth-child(2n+1) .cs-text {
        padding-left: 40px;
    }

    .cs-show ul li:nth-child(2n) .cs-text {
        padding-right: 40px;
    }

    .cs-text .cs-tit .tit p {
        font-size: 22px;
    }

    .cs-text .cs-tit .tit h3 {
        font-size: 36px;
    }

    .cs-text .text p {
        font-size: 17px;
    }
}

@media(max-width:1199px) {
    .core-ys {
        padding: 60px 0;
    }

    .cs-show {
        margin-top: 50px;
    }

    .cs-show ul li {
        margin-top: 40px;
    }

    .cs-text .cs-tit .tit h3 {
        font-size: 32px;
    }

    .cs-text .cs-tit .tit p {
        margin-top: 5px;
        font-size: 18px;
    }

    .cs-text .cs-tit .tit::after {
        margin-top: 10px;
    }

    .cs-text .text p {
        font-size: 15px;
    }
}

@media(max-width:991px) {
    .cs-text .cs-tit .tit h3 {
        font-size: 24px;
    }

    .cs-text .cs-tit .tit p {
        font-size: 13px;
        margin-top: 0;
    }

    .cs-text .text p {
        font-size: 13px;
        line-height: 24px;
    }

    .cs-text .text {
        margin-top: 20px;
    }

    .cs-text .text p {
        background: none;
        padding-left: 0;
    }

    .cs-text .text p:nth-child(2) {
        margin-top: 10px;
    }

    .cs-show ul li:nth-child(3) .cs-text .cs-tel span {
        font-size: 18px;
    }

    .cs-show ul li:nth-child(3) .cs-text .cs-tel {
        font-size: 14px;
        padding-left: 40px;
        margin-top: 25px;
    }

}

@media(max-width:768px) {
    .cs-show ul li:nth-child(2n+1) .cs-text {
        padding-left: 20px;
    }

    .cs-show ul li:nth-child(2n) .cs-text {
        padding-right: 20px;
    }
}

.cs-show1 {
    display: none;
}

@media(max-width:700px) {
    .cs-show {
        display: none;
    }

    .cs-show1 {
        display: block;
        margin-top: 40px;
    }

    .cs-show1 ul li {
        margin-top: 40px;
    }

    .cs-show1 ul li:nth-child(1) {
        margin-top: 0;
    }

    .cs-show1 ul li .cs-img {
        width: 100%;
    }

    .cs-show1 ul li .cs-img img {
        width: 100%;
    }

    .cs-show1 ul li .cs-text {
        width: 100%;
        margin-top: 20px;
    }

    .core-ys {
        padding: 50px 0;
    }

    .cs-show1 ul li:nth-child(3) .cs-text .cs-tel {
        color: #666;
        line-height: 32px;
        background: url(../images/98cf34f846e26b7ae1cbd519da3af443d887208e.png)no-repeat left center;
        font-size: 14px;
        padding-left: 40px;
        margin-top: 25px;
    }

    .cs-show1 ul li:nth-child(3) .cs-text .cs-tel span {
        font-size: 18px;
    }
}

/* 研发团队自适应 */
@media(max-width:1199px) {
    .team {
        padding-top: 50px;
    }

    .tm-show {
        margin-top: 30px;
    }

    .tm-right ul li {
        padding: 10px 2%;
    }

    .tm-right .owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }

    .tm-right .owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }
}

@media(max-width:991px) {
    .tm-left {
        width: 100%;
    }

    .tm-right {
        width: 100%;
        margin-left: 0;
    }

    .tm-right ul li {
        padding: 10px;
    }

    /* .tm-right .owl-carousel .owl-nav button.owl-prev{
      left: -15px;
    }
    .tm-right .owl-carousel .owl-nav button.owl-next{
      right: -25px;
    } */
    .tm-right .tm-img {
        padding: 20px;
    }
}

@media(max-width:535px) {
    .tm-text a {
        padding: 0 10px;
        width: auto;
        font-size: 12px;
        margin-top: 20px;
    }

    .tm-text p {
        margin-top: 15px;
    }

    .tm-text span {
        padding-bottom: 15px;
    }

    .tm-text p {
        font-size: 14px;
    }

    .tm-text span {
        font-size: 16px;
    }

    .tm-text h3 {
        font-size: 22px;
    }
}

@media(max-width:425px) {
    .tm-right {
        display: none;
    }
}

/* 服务流程自适应 */
@media(max-width:1299px) {
    .pss-list li {
        padding: 0 2.49%;
    }
}

@media(max-width:1199px) {
    .process {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .pss-show {
        margin-top: 50px;
    }

    .pss-list li {
        width: 15%;
        padding: 0;
        margin-left: 2%;
    }

    .pss-list li .pss-img .pss img {
        max-width: 100%;
    }

    .pss-list li:nth-child(1) {
        margin-left: 0;
    }

    .pss-list li+li::before {
        left: -9px;
    }

    .pss-list li p {
        font-size: 14px;
    }

    .pss-list li h3 {
        font-size: 17px;
    }
}

@media(max-width:991px) {
    .pss-list li {
        width: 13%;
    }

    .pss-list li p {
        display: none;
    }

    .pss-list li h3 {
        font-size: 15px;
        font-weight: normal;
        margin-top: 20px;
    }

    .pss-list li+li::before {
        height: 97px;
        left: -16px;
    }

    .pss-list li {
        margin-left: 4.4%;
    }

    .pss-show {
        margin-top: 30px;
    }

    .process {
        padding-bottom: 40px;
    }
}

@media(max-width:745px) {
    .process {
        display: none;
    }
}

/* 横幅自适应 */
@media(max-width:991px) {
    .hf-left {
        width: 85%;
    }

    .hf-text h3 {
        font-size: 20px;
    }

    .hf-text a {
        line-height: 40px;
        font-size: 14px;
        margin-top: 20px;
    }

    .hf-form input {
        line-height: 45px;
    }

    .hf-form .inp span {
        top: 7px;
    }

    .hf {
        padding: 40px 0;
    }
}

@media(max-width:767px) {
    .hf {
        display: none;
    }
}

/* 关于我们自适应 */

@media(max-width:1299px) {
    .abt-left {
        width: 50%;
    }

    .abt-text {
        width: 46%;
        padding-top: 0;
    }

    .abt-text .abt-con {
        font-size: 15px;
        line-height: 32px;
    }

    .abt-show {
        margin-top: 50px;
    }
}

@media(max-width:1199px) {
    .about {
        padding: 50px 0;
    }

    .abt-show {
        margin-top: 30px;
    }

    .abt-text h3 {
        font-size: 26px;
    }

    .abt-text .abt-con {
        font-size: 14px;
        line-height: 26px;
        margin-top: 15px;
    }

    .abt-text a {
        margin-top: 10px;
        line-height: 40px;
    }
}

@media(max-width:991px) {
    .abt-left {
        width: 100%;
    }

    .abt-left img {
        width: 100%;
    }

    .abt-text {
        width: 100%;
        margin-top: 20px;
    }
}

@media(max-width:600px) {
    .abt-text h3 {
        font-size: 24px;
    }
}

/* 新闻资讯自适应 */
@media(max-width:1299px) {
    #ydemo {
        height: 390px;
    }
}

@media(max-width:1199px) {
    .news {
        padding: 50px 0;
    }

    .new-show {
        margin-top: 40px;
    }

    .new-top ul li a .new-text {
        padding-top: 0;
    }

    .new-top ul li a .new-text h3.tit {
        font-size: 17px;
    }

    .new-top ul li a .new-text .new-clf {
        margin-top: 10px;
    }

    .new-top ul li a .new-text .new-more {
        margin-top: 10px;
    }

    .new-top {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .new-tit ul li,
    .new-tit h3 {
        font-size: 20px;
    }

    .new-tit ul li::after {
        margin-top: 10px;
    }

    .new-tit h3 {
        margin-bottom: 19px;
    }

    .new-list {
        padding-top: 20px;
    }

    .new-rem {
        padding-top: 20px;
    }

    .new-rem ul li a h3 {
        font-size: 16px;
    }

    .new-rem ul li a p {
        margin-top: 15px;
    }

    .new-rem ul li a .time {
        margin-top: 15px;
    }

    .new-list ul li a {
        padding: 10px 0;
    }

    .new-list ul li a h3 {
        font-size: 16px;
    }

    .new-list ul li a p {
        line-height: 22px;
        margin-top: 5px;
        font-size: 13px;
    }

    #ydemo {
        height: 305px;
    }
}

@media(max-width:991px) {
    .new-top ul li a .new-text .new-clf .new-time {
        display: none;
    }

    .new-top ul li a .new-text .new-clf .text {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 12px;
        line-height: 20px;
    }

    .new-top ul li a .new-text .new-more {
        width: 90px;
        line-height: 28px;
        font-size: 12px;
    }

    #ydemo {
        height: 270px;
    }

    .news {
        padding: 40px 0;
    }

    .new-show {
        margin-top: 30px;
    }
}

@media(max-width:767px) {
    .new-left {
        width: 100%;
    }

    .new-right {
        width: 100%;
        margin-top: 30px;
    }

    .new-list ul li a p {
        line-height: 28px;
    }
}

@media(max-width:425px) {
    .new-top {
        display: none;
    }

    .new-rem ul li {
        width: 100%;
    }

    .new-rem ul li:nth-child(2) {
        display: block;
        margin-top: 20px;
        border-top: dashed 1px #ddd;
        padding-top: 20px;
    }

    .new-tit ul li:nth-child(2) {
        margin-left: 40px;
    }

    .new-tit ul li+li::before {
        left: -19px;
    }
}









@media(min-width: 1510px) {
    .container {
        width: 1510px;
    }
	 .container2 {
        max-width: 1510px;
		margin:auto;
    }
}

@media(max-width: 1510px) {
	
	 .container2 {
        max-width: 1170px;
		margin:auto;
    }
	
}




.page-product-inquiry a {
    color: #fff;
}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}


.okyrnre{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.nwax{width:80%;}
.souyu{width: 20%;}
.h3_cps{font-size:38px;text-transform: uppercase;color: #333;font-weight: bold;}
.num{font-size: 80px;color: #0262b8;position: relative;font-weight: bold;}

.num::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background-color: #0262b8;
    top: 50%;
    left: 20%;
}

#youshi .swiper-slide{padding: 40px;}
.xianduics{
    position: absolute;
    width: 100%;
    height: 100%;
}

.core-ys .swiper-container-horizontal>.swiper-pagination-bullets, .core-ys .swiper-pagination-custom, .core-ys .swiper-pagination-fraction {
    bottom: 110px;
    left: 30%;
    width: 20%;
}

#youshi  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #333;
    opacity: .2;
}

#youshi .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0262b8;
}

#youshi .swiper-button-next, #youshi .swiper-button-prev {
    position: absolute;
    top: 79%;
    width: 26px;
    height: 12px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 26px 12px;
    background-position: center;
    background-repeat: no-repeat;
}

#youshi .swiper-button-prev, #youshi .swiper-container-rtl .swiper-button-next {
    background-image:url(../images/jz.png);
    left: 5%;
    right: auto;
}

#youshi .swiper-button-prev:hover{
    background-image:url(../images/jz2.png);
    left: 5%;
    right: auto;
}

#youshi .swiper-button-next, #youshi .swiper-container-rtl .swiper-button-prev {
    background-image:url(../images/jr.png);
    right: initial;
    left: 8%;
}

#youshi .swiper-button-next:hover{
    background-image:url(../images/jr2.png);
    right: initial;
    left: 8%;
}
.he{position:relative;}
.he .title{position:absolute;top: 15%;width:100%;}

.he .title h3 {
    font-size: 64px;
    font-weight: bold;
    color: #fff;
}

.he  .title p {
    font-size: 22px;
    color: #fff;
    margin-top: 10px;
    letter-spacing: 5px;
}
.psswe{
    border: 1px solid #fff;
    padding: 15px 30px 40px;
    }
	
	.pss-list li:hover .psswe{
    border: 1px solid #ddd;
   
    }
	
	

.new-rem ul li:nth-child(-n+3) h3 span{display:none;}
.new-rem ul li:nth-child(-n+3) h3 {padding-left:40px;background: url(../images/huo.png)no-repeat 0 13px;}
#ydemo1 ul li a{display: flex;justify-content: space-between;align-items: center;}
.new-list ul li a h3 span{color:#000;}

.friendshiplink{line-height: 28px;}
.friendshiplink a{display: inline-block; margin: 0 6px;}

footer{
    background-color: #1f1f1f;
    padding-top: 3vw;
    padding-bottom: 0;
    background: url(../images/ds.jpg) no-repeat center;
}

.fota{
    width: 50%;
}
.fotc{
    width: 20%;
}
.fota>div{
    width: 25%;
    text-align: center;
}
.fota dd{
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0.8vw;
}
.fota a{
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #949494;
}
.fota a:hover{
    color: #00a0e9;
}
.fotb{
    color: #949494;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    width: 50%;
}
.fotb dd{
    line-height: 30px;
    font-weight: 400;
}
.fotb dt{
    font-size: 1.4rem;
    color: #00a0e9;
    font-weight: 600;
}
.fotb dl{
    font-weight: 400;
    margin-top: 0;
}
.fotc{
    text-align: center;
    color: #949494;
    font-size: 14px;
    line-height: 32px;
}

.xwxw{
    color: #949494;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-top: 50px;
}
.xwxw a{
   color: #949494; 
}

.footyj{
    background: #161616;
}
@media (max-width: 1260px){
.pro_list li:hover h3::before{
     text-indent: 260px;
}
.ysmk li{
    margin: 0 1.05%;
}
.fotc{
    width: 24%;
}
}

.foot-right{
    float: right;
    width: 37.5%;
}

.fr-lx h4{
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: normal;
}

.fr-lx h5{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-top: 3vh;
}

.fr-ewm{
    margin-top: 4vh;
}

.fr-ewm h3{
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 1vh;
}

.wx-ewm{
    float: left;
    text-align: center;
}

.ph-ewm{
    float: left;
    text-align: center;
    margin-left: 1.1vw;
}

.hm-floor{
    background-color: #222222;
    border-top:1px solid #333;
}

.hm-floor .fl-all{
    padding: 30px 0px;
}
.hm-floor .fl-all{
    padding: 30px 0px;
}

.fl-left{
    width: 100%;
    float: left;
    color:#848484;
    font-size: 14px;
    text-align: center;
}

.fl-left a{
    color:#848484;
}

.fl-center{
    width: 15%;
    float: left;
    display: none;
}

.fl-center h3{
    float: left;
    color: #848484;
    font-size: 12px;
}

.fl-center a{
    float: left;
    color: #848484;
}
.fl-center a{
    float: left;
    color: #848484;
}

.fl-right{
    float: right;
    color:#848484;
    line-height: 20px;
    width: 100%;
    text-align: center;
}

.fl-right a{
    color:#848484;
    font-size: 14px;
}

.fl-right span{
    color:#848484;
    font-size: 14px;
}

.fl-right a:hover{
    color:#0d9bff;
}
.wfooter {margin-bottom:3vw;}

.situ{margin: 2vw 0 0;text-align: center;}

.situ a{color:#0a64c9;font-size:22px;border-bottom: 2px solid #0a64c9;}
.news_listt li:hover .kissys {
   width: 100%;
}

.flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}


@media(max-width: 1510px) {
	
	.new-list ul li a p {
    /* background: url(../images/9b7012f….png)no-repeat left top; */
   
    width: 32%;
  
}

.new-rem ul li a h3 {
   
padding: 24px 0 20px;
}

.new-list ul li a {
   
padding-bottom: 18px;
   
/* border-bottom: dashed 1px #ddd; */
}
 .abt-text .abt-con {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.uter_eirg {
    width: 92%;
    background: #fff;
    padding: 40px;
   
}

.pss-list li .pss-img .pss-ico {

    top: -21%;

    left: 21%;
}

.title h3 {
    font-size: 50px;
  
}

.hd-tel p {
    font-size: 32px;
    font-family: Arial;
    color: #333;
    font-weight: bold;
}
}
.w1404 img{max-width:100%;}


.page-nav {
font-size: 12px;
margin-top: 15px;
padding-bottom: 4px;
margin-bottom: 25px;
clear: both;
text-align: center
}
.page-nav span, .page-nav a {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
display: inline-block;
margin: 2px 6px 2px 0;
padding: 6px 9px 5px 9px;
background: #4f5355;
border-top: solid 1px #d2d2d2;
border-left: solid 1px #c3c3c3;
border-right: solid 1px #c3c3c3;
border-bottom: solid 1px #9f9f9f;
background: #fff;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #fff));
background: -ms-linear-gradient(bottom, #dfdfdf, #fff);
background: -moz-linear-gradient(center bottom, #dfdfdf 0, #fff 100%);
background: -o-linear-gradient(#fff, #dfdfdf);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-weight: bold;
color: #646464;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255,255,255,0.5);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255,255,255,0.5);
box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255,255,255,0.5);
width: auto;
text-decoration: none
}
.page-nav select{
  height: 28px;
  padding: 0 8px;
  margin: -1px 5px 0 5px;
}
.page-nav span:last-child, .page-nav a:last-child, {
margin-right:0
}
.page-nav a:hover {
background: #f0f0f0;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d0d0d0), color-stop(1, #f0f0f0));
background: -ms-linear-gradient(bottom, #d0d0d0, #f0f0f0);
background: -moz-linear-gradient(center bottom, #d0d0d0 0, #f0f0f0 100%);
background: -o-linear-gradient(#f0f0f0, #d0d0d0);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d0d0d0', GradientType=0);
color: #606060
}
.page-nav .current {
border-top: solid 1px #222;
border-left: solid 1px #222;
border-right: solid 1px #222;
border-bottom: solid 1px #222;
background: #333;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #333));
background: -ms-linear-gradient(bottom, #505050, #333);
background: -moz-linear-gradient(center bottom, #505050 0, #333 100%);
background: -o-linear-gradient(#333, #505050);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#505050', GradientType=0);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0,0.5);
box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0,0.5);
color: #efefef
} 


.x-menu{display: flex;justify-content: center;}


@media (max-width: 1500px) {
    /*0~320*/
.num::before {
    position: absolute;
    content: '';
    width: 55px;
    height: 3px;
    background-color: #0262b8;
    top: 50%;
    left: 25%;
}

#youshi .swiper-button-prev, #youshi .swiper-container-rtl .swiper-button-next {
    background-image:url(../images/jz.png);
    left: 7%;
    right: auto;
}

#youshi .swiper-button-prev:hover{
    background-image:url(../images/jz2.png);
    left: 7%;
    right: auto;
}

#youshi .swiper-button-next, #youshi .swiper-container-rtl .swiper-button-prev {
    background-image:url(../images/jr.png);
    right: initial;
    left: 11%;
}

#youshi .swiper-button-next:hover{
    background-image:url(../images/jr2.png);
    right: initial;
    left: 11%;
}

.xiahuas {
    width: 50px;
    height: 2px;
    background: #333;
    margin-bottom: 20px;
    margin-top: 20px;
}


.new-list ul li a h3 {
 
    width: 75%;
}
}

/* 初始化 */