*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;color: #333;line-height: 100%;}
body{font-size: 14px;min-width: 1300px;font-family:"Microsoft YaHei";}
a{text-decoration: none;font-size: 14px;color: #333;}
em,i{display: block;font-style: normal;}
:focus{outline: none;}
.gy{max-width: 1500px;margin: 0 auto;min-width: 1300px;width:100%;}
@font-face {
  font-family: 'iconfont';  /* Project id 1490935 */
  src: url('//at.alicdn.com/t/font_1490935_vtfns15j0el.eot?t=1646636650887'); /* IE9 */
  src: url('//at.alicdn.com/t/font_1490935_vtfns15j0el.eot?t=1646636650887#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//at.alicdn.com/t/font_1490935_vtfns15j0el.woff2?t=1646636650887') format('woff2'),
       url('//at.alicdn.com/t/font_1490935_vtfns15j0el.woff?t=1646636650887') format('woff'),
       url('//at.alicdn.com/t/font_1490935_vtfns15j0el.ttf?t=1646636650887') format('truetype'),
       url('//at.alicdn.com/t/font_1490935_vtfns15j0el.svg?t=1646636650887#iconfont') format('svg');
}
@font-face {
font-family: 'rz';
src: url("../cssnew/BigruixianBlackGBV10.woff2.txt") format("woff2"),
       url("../cssnew/BigruixianBlackGBV10.woff.txt") format("woff"),
       url("../cssnew/BigruixianBlackGBV10.ttf.txt") format("truetype"),
       url("../cssnew/BigruixianBlackGBV10.eot.txt") format("embedded-opentype"),
       url("../cssnew/BigruixianBlackGBV10.svg.txt") format("svg");
}
@font-face {
font-family: 'Times';
src: url("../cssnew/Times.woff2.txt") format("woff2"),
       url("../cssnew/Times.woff.txt") format("woff"),
       url("../cssnew/Times.ttf.txt") format("truetype"),
       url("../cssnew/Times.eot.txt") format("embedded-opentype"),
       url("../cssnew/Times.svg.txt") format("svg");
}
/*header*/
.head_c {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 125px;
    position: relative;
}

.head_l {
    display: flex;
    align-items: center;
}

.head_l b {
    display: block;
    font-size: 21px;
    margin-bottom: 0px;
    font-weight: normal;
letter-spacing: -1px;
padding-bottom:5px;
color:#038bcf;
}


.head_r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 68%;
    position: relative;
}

.head_r>ul {
    display: flex;
    width: 78%;
    justify-content: space-between;
}


.head_r>ul a {
    display: flex;
    height: 125px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 17px;
    transition: .5s;
    overflow: hidden;
}

.head_r>ul>li {
    width: calc(100%/8);
    transition: .5s;
    position: relative;
}

.head_r>ul>li.on a span,.head_r>ul>li:hover a span {
    top: 31%;
    opacity: 1;
}

.head_r>ul>li.on,.head_r>ul>li:hover{
    background: #038bcf;
}

.head_r>ul>li.on a,.head_r>ul>li:hover a {color: #fff;padding-top: 32px;}

.head_r>ul>li a span {
    color: #fff;
    font-size: 21px;
    margin-bottom: 10px;
    position: absolute;
    top: 44%;
    transition: .5s;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
}

.head_r>ul>li a:before,.head_r>ul>li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    bottom: 0;
    transition: .5s;
}

.head_r>ul>li a:before {
    background: #ff3741;
    left: -6px;
    transform: skewX(-50deg);
    z-index: 2;
}

.head_r>ul>li a:after {
    background: #333;
    right: -6px;
    transform: skewX(-50deg);
}

.head_r>ul>li.on a:before, .head_r>ul>li.on a:after,.head_r>ul>li:hover a:before, .head_r>ul>li:hover a:after {
    width: 58%;
}

.pho_c {
    display: flex;
    align-items: center;
    font-size: 22px;
    min-width: 175px;
    flex-wrap: wrap;
    justify-content: space-around;
   
}

.pho_c>span {
    width: 32px;
    height: 32px;
    background: #038bcf;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    margin-right: 0px;
}
@media screen and (max-width: 1500px) {
    .head_c{justify-content: space-between;padding: 0 1%;}
    .head_r{width: 78%;}
}
/*search*/
.searchIcon {
    height: 125px;
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.head_icon { display: flex; justify-content: center; height: 100%; align-items: center; }
.searchIcon>span{width: 33px;height: 33px;display: block;text-align: center;line-height: 31px;border-radius: 100%;border: 1px solid #eee;font-size: 16px; color: #999;}
.searchIcon:hover>div{transform: rotateX(0deg);}
.slideDown{font-size:0;overflow:hidden;position:absolute;right:0;top:100%;width:100%;height:204px;background:rgba(250,250,250,0.9);z-index:999;transition:all .5s;transform-origin:top;text-align:center;transform:rotateX(90deg);}
.slideDown .searchBox{ overflow: hidden;display: inline-block;width:90%;height:80px;margin-top: 50px;margin-bottom: 15px;background: #fff;border-radius: 50px;}
.slideDown .searchBox{}
.slideDown .searchHot{ font-size: 15px;color: #333;font-weight: 100;}
.slideDown .searchHot a{ color: #333;font-size:16px;}
.slideDown .searchBox input[type='text']{ font-size: 14px;color: #666;float: left;width: 840px;height: 100%;border: none;outline: none;background: none;line-height: 60px;margin-left: 25px;font-size: 14px;color: #666;}

.search-bg{width:90%;height: 60px;line-height:60px;padding-left: 10px;float:left;}
.search-i{width:32px;overflow:hidden;height:32px;float: left;margin-top:28px;}
#infoname{width:1330px;background:none;outline:none;color:#d2d1d1;border: none;height:82px;line-height:60px;padding-left: 50px;}
/*导航下拉*/
.head_r li>.nav2 {display:none;position:absolute;left:-49px;top:125px;z-index:99999;box-shadow:5px 5px 10px rgba(0, 0, 0, 0.3);}
.head_r li>.nav2 a{display:block;background:#fff;height:85px;width:230px;color:#333;border-bottom:none;padding:15px 0px 0px 35px;}
#aa2 > .nav2 {}
#aa2 > .nav2 a {width:150px;font-size:15px;}
.head_r li>.nav2 a:hover{background:#038bcf;color:#fff;padding:15px 0px 0px 20px;}
.nav2 b{color:#999;}
.head_r li>.nav2 a span{font-size:18px;color:#333;line-height:18px;text-transform: uppercase;transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.1s;-webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;-moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;display:block; left:0; left: 38%;}
.head_r li>.nav2 a:hover span{font-size: 18px;color:#fff;line-height: 23px;}
.head_r>ul>li .nav2 a:before{background:none;}
.head_r>ul>li .nav2 a:after{background:none;}

/*banner*/
.bann { overflow: hidden; }
.slider { width: 100%; }
.slick-slide { height: auto; }
.slick-slide img { width: 100%; }
.slick-prev { left: 38px; z-index: 99; }
.slick-next { right: 40px; }
.bann>button { display: none!important; }
.ban_bc { width: 100%; position: relative; }
.slick-dotted.slick-slider { margin-bottom: 0!important; }
.bann_num>span { font-size: 30px; color: #fff; display: block; z-index: 999; cursor: pointer; }
.bann_num>.ban_prev { position: absolute; top: 50%; left: 40px; transform: rotate(180deg); }
.bann_num>.ban_next { position: absolute; top: 50%; right: 40px; }
.ban_dot { position: absolute; bottom: 35px; left: 50%; display: none!important; margin-left: -33px; }
.ban_dot li { width: 12px; height: 12px; border-radius: 100%; background: #fff; }
.ban_dot li+li { margin-left: 12px; }
.ban_dot li button { display: none; }
.ban_dot li.slick-active { background: #038bcf; }
/*ss*/
.ss_c {
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
    margin-top: -148px;
    position: relative;
    padding: 0 5%;
}

.ss_c>p b {
    font-size: 16px;
}

.ss_c>p a {
    font-size: 14px;
}

.yc_box li {
    display: flex;
    align-items: center;
    height: 42px;
    border: 1px solid #eee;
    width: 260px;
    justify-content: center;
}

.yc_box li>input {
    border: none;
    outline: none;
    font-size: 16px;
    color: #ccc!important;
    width: 75%;
}
/*products*/
.pro_bc {
    background: #038bcf;
    display: flex;
    margin-top: 48px;
    padding: 0 0 90px;
}

.pro_l {
    width: 28.5%;
    padding-top: 8.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.pro_r {
    width: 71.5%;
    background: #fff;
    overflow: hidden;
}

.pro_ca>i {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: lighter;
}

.pro_ca>b {
    display: block;
    font-size: 32px;
    color: #fff;
    margin: 14px 0 12px;
}

.pro_ca>em {
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
}

.pro_ca li a {
    display: block;
    width: 163px;
    height: 42px;
    line-height: 42px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 21px;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    padding-left: 36px;
    position: relative;
}

.pro_ca li+li {
    margin-top: 19px;
}

.pro_ca ul {
    margin: 48px 0 54px;width:163px;
}

.pro_ca li a:after {
    position: absolute;
    content: "";
    width: 64px;
    height: 1px;
    background: rgba(255,255,255,0.3);
    right: -38px;
    top: 50%;
    transition: .5s;
}

.pro_ca li.on a:after {
    right: -20px;
}

.pro_ca>a {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    position: relative;
    padding-left: 35px;
}

.pro_ca>a:before {
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    border-radius: 100%;
    background: rgba(255,255,255,0.22);
    top: -6px;
    left: 24px;
}

.pro_ca:before, .pro_ca:after {
    position: absolute;
    content: "";
}

.pro_ca:before {
    width: 1px;
    height: 107%;
    background: rgba(255,255,255,0.3);
    left: 0;
}

.pro_ca:after {
    width: 1px;
    height: 54px;
    background: #ff3741;
    top: 50%;
    left: 0;
    margin-top: -27px;
}

.pro_ca {
    position: relative;
    padding-left: 16%;
}

.pro_ic {
    display: flex;
    transition:.5s;
}

.pro_ic>.progdwz2021 {
    flex-shrink: 0;
    width: 100%;
}

.pro_ic ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5% 8% 8% 5%;
}

.pro_ic ul img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .75s;
}

.pro_ic ul li {
    width: 32.3%;
    position: relative;
}

.pro_ic ul li>a {
    display: block;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.pro_ic ul li br {
    display: none;
}

.pro_ic ul li span a {
    display: block;
    text-align: center;
    font-size: 17px;
    position: absolute;
    bottom: -51px;
    width: 100%;
}

.pro_ic ul li:nth-child(n+4) {
    margin-top: 85px;
}
.pro_ic ul li>a:before,.pro_ic ul li>a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 0;
    background: #038bcf;
    transition: all .5s;
}

.pro_ic ul li>a:before {bottom: 0;left: 0px;z-index: 2;}

.pro_ic ul li>a:after {
    top: 0;
    right: 0px;
}

.pro_ic ul li:hover>a:before, .pro_ic ul li:hover>a:after {
    height: 100%;
}

.pro_ic ul li:before,.pro_ic ul li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #038bcf;
    transition: all .5s;
}

.pro_ic ul li:before {
    top: 0px;
    left: 1px;
    z-index: 2;
}

.pro_ic ul li:after {
    bottom: 0px;
    right: 1px;
}

.pro_ic ul li:hover:before, .pro_ic ul li:hover:after {
    width: 99.5%;
}

.pro_ic li:hover img {
    transform: scale(1.2);
}
*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;color: #333;line-height: 100%;}
body{font-size: 14px;min-width: 1300px;font-family:"Microsoft YaHei";}
a{text-decoration: none;font-size: 14px;color: #333;}
em,i{display: block;font-style: normal;}
:focus{outline: none;}
.gy{max-width: 1500px;margin: 0 auto;min-width: 1300px;width:100%;}
/*header*/
.head_c {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 125px;
    position: relative;
}

.head_l {
    display: flex;
    align-items: center;
}


.head_l>div {
    font-size: 23px;
    color:#038bcf;
    margin-left: 17px;
letter-spacing: 26px;
font-family:"Microsoft YaHei";
padding-top:0px;
font-weight: bold;
}

.head_r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 68%;
}

.head_r>ul {
    display: flex;
    width: 78%;
    justify-content: space-between;
}


.head_r>ul a {
    display: flex;
    height: 125px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 17px;
    transition: .5s;
    overflow: hidden;
}

.head_r>ul>li {
    width: calc(100%/8);
    transition: .5s;
}

.head_r>ul>li.on a span,.head_r>ul>li:hover a span {
    top: 31%;
    opacity: 1;
}

.head_r>ul>li.on,.head_r>ul>li:hover{
    background: #038bcf;
}

.head_r>ul>li.on a,.head_r>ul>li:hover a {color: #fff;padding-top: 32px;}

.head_r>ul>li a span {
    color: #fff;
    font-size: 21px;
    margin-bottom: 10px;
    position: absolute;
    top: 44%;
    transition: .5s;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
}

.head_r>ul>li a:before,.head_r>ul>li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    bottom: 0;
    transition: .5s;
}

.head_r>ul>li a:before {
    background: #ff3741;
    left: -6px;
    transform: skewX(-50deg);
    z-index: 2;
}

.head_r>ul>li a:after {
    background: #333;
    right: -6px;
    transform: skewX(-50deg);
}

.head_r>ul>li.on a:before, .head_r>ul>li.on a:after,.head_r>ul>li:hover a:before, .head_r>ul>li:hover a:after {
    width: 58%;
}

.pho_c {
    display: flex;
    align-items: center;
    font-size: 26px;
    min-width: 175px;justify-content: space-around;
    width: 19%;
}
.pho_c>em{font-size: 16px;font-family:"Microsoft YaHei";line-height: 30px;color: #038bcf;}
.pho_c>em>p{font-size: 25px;font-weight:bold; color: #038bcf;}
.pho_c>span {
    width: 32px;
    height: 32px;
    background: #267cc4;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    margin-right: 0px;
}
@media screen and (max-width: 1500px) {
    .head_c{justify-content: space-between;padding: 0 1%;}
    .head_r{width: 78%;}
}
/*search*/
.searchIcon {
    height: 125px;
    display: flex;
    align-items: center;
}
.head_icon { display: flex; justify-content: center; height: 100%; align-items: center; }
.searchIcon>span{width: 33px;height: 33px;display: block;text-align: center;line-height: 31px;border-radius: 100%;border: 1px solid #eee;font-size: 16px;}
.searchIcon:hover>div{transform: rotateX(0deg);}
.slideDown{font-size:0;overflow:hidden;position:absolute;right:0;top:100%;width:100%;height:204px;background:rgba(250,250,250,0.9);z-index:999;transition:all .5s;transform-origin:top;text-align:center;transform:rotateX(90deg);}
.slideDown .searchBox{ overflow: hidden;display: inline-block;width:90%;height:80px;margin-top: 50px;margin-bottom: 15px;background: #fff;border-radius: 50px;}
.slideDown .searchBox{}
.slideDown .searchHot{ font-size: 15px;color: #333;font-weight: 100;}
.slideDown .searchHot a{ color: #333;font-size:16px;}
.slideDown .searchBox input[type='text']{ font-size: 14px;color: #666;float: left;width: 840px;height: 100%;border: none;outline: none;background: none;line-height: 60px;margin-left: 25px;font-size: 14px;color: #666;}

.search-bg{width:90%;height: 60px;line-height:60px;padding-left: 10px;float:left;}
.search-i{width:32px;overflow:hidden;height:32px;float: left;margin-top:28px;}
#infoname{width:1330px;background:none;outline:none;color:#d2d1d1;border: none;height:82px;line-height:60px;padding-left: 50px;}
/*banner*/
.bann { overflow: hidden; }
.slider { width: 100%; }
.slick-slide { height: auto; }
.slick-slide img { width: 100%; }
.slick-prev { left: 38px; z-index: 99; }
.slick-next { right: 40px; }
.bann>button { display: none!important; }
.ban_bc { width: 100%; position: relative; }
.slick-dotted.slick-slider { margin-bottom: 0!important; }
.bann_num>span { font-size: 30px; color: #fff; display: block; z-index: 999; cursor: pointer; }
.bann_num>.ban_prev { position: absolute; top: 50%; left: 40px; transform: rotate(180deg); }
.bann_num>.ban_next { position: absolute; top: 50%; right: 40px; }
.ban_dot { position: absolute; bottom: 35px; left: 50%; display: none!important; margin-left: -33px; }
.ban_dot li { width: 12px; height: 12px; border-radius: 100%; background: #fff; }
.ban_dot li+li { margin-left: 12px; }
.ban_dot li button { display: none; }
.ban_dot li.slick-active { background: #038bcf; }
/*ss*/
.ss_c {
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
    margin-top: -148px;
    position: relative;
    padding: 0 5%;
}

.ss_c>p b {
    font-size: 16px;
}

.ss_c>p a {
    font-size: 14px;
}

.yc_box li {
    display: flex;
    align-items: center;
    height: 42px;
    border: 1px solid #eee;
    width: 260px;
    justify-content: center;
}

.yc_box li>input {
    border: none;
    outline: none;
    font-size: 16px;
    color: #ccc!important;
    width: 75%;
}
/*features*/
.fea_bc {
    padding: 80px 0 60px 0;
}

.title {
    text-align: center;
}

.title>b {
    display: block;
    font-size: 48px;
}

.title>i {
    font-size: 20px;
    font-weight: lighter;
    margin: 28px;
}

.title>em {
    width: 14px;
    height: 3px;
    position: relative;
    background-image: linear-gradient(to right, #fff, #038bcf);
    display: inline-block;
}

.title>em:after,.title>em:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 3px;
    background-image: linear-gradient(to right, #fff, #038bcf);
}

.title>em:after {
    right: -16px;
    top: 0px;
}

.title>em:before {
    left: -16px;
    top: 0;
}

.fea_ic {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.fea_ic>p {
    width: 43%;
}

.fea_ic>p img {
    display: block;
    width: 116%;
}

.fea_r {
    width: 57%;
    padding-top: 0px;
    position: relative;
}

.fea_nav ul {
    display: flex;
    padding: 30px 5%;
    align-items: center;
    justify-content: space-around;
    position: relative;
    background: #038bcf;
    border-radius: 50px;
    top: -8px;
}

.fea_nav ul li {font-size: 21px; color: #fff; text-align: center; line-height:27px;}
.fea_nav ul li span{color: rgba(255,255,255,0.3); display: block; font-size: 12px; padding-top:2px; text-transform: uppercase;}
.fea_nav ul li.on { color: rgba(255,255,255,0.6);}

.fea_nav {
    height: 90px;
    background: #f8f8f8;
    border-radius: 50px;
    margin-top: 60px;
}

.fea_item+.fea_item {
    display: none;
}

.fea_it {
    display: flex;
    align-items: center;
}

.fea_it i {
    font-size: 102px;
    color: #038bcf;
    font-weight: 100;
    margin-right: 32px;
    position: relative;
    font-family: 'Times';
}

.fea_it b {
    display: block;
    font-size: 38px;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.fea_it p {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
}

.fea_info {
    font-size: 18px;
    line-height: 37px;
    color: #666;
    margin: 60px 0 0;
    width: 560px;
}

.fea_info span {
    color: #038bcf;
}

a.zx_btn {
    width: 225px;
    height: 43px;
    color: #fff;
    background: #ff3741;
    border-radius: 21px;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    margin-left: 24%;
    margin-top: 40px;
transition: .5s;
letter-spacing: 2px;
}
a.zx_btn:hover{width: 395px;transition: .5s;letter-spacing: 4px;}

.fea_it i:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 2px;
    background: #038bcf;
    bottom: -27px;
    left: -16px;
}


.fea_wc {
    margin-top: 0px;
    position: relative;
    height: 273px;
}

.fea_item {position: absolute;top: 0;right: 11%;}

/*num*/
.num {padding-bottom:80px;overflow: hidden;}
.num_box {max-width: 1500px;margin: 0 auto; border-bottom: 1px #f8f8f8 solid; padding-bottom: 70px;}
.num_con {}
.num_con ul {display: flex;justify-content: space-between;align-items: center;}
.num_con li {width: 25%;display: flex;flex-direction: column;position: relative;align-items:  center;border-right:  1px solid #eee;height: 30%;justify-content:  center;}
.num_con li:last-child {border-right:none;}
.num_con li i {font-size: 60px;font-family: Times;color: #038bcf; font-weight:bold;}
.num_con li em {position: absolute;right: 26%;top: 14px;font-size:  24px;color: #333;font-weight:  lighter;}
.num_con li:nth-child(1) em {right: 36%;}
.num_con li:nth-last-child(-n+2) em {right: 22%;}
.num_con li:nth-last-child(-n+1) em {right: 32%;}
.num_con li p {display: flex;flex-direction: column;align-items: center;font-size: 26px;line-height: 30px;font-weight:  lighter;padding-top: 10px;}
.num_con li p span {font-size: 15px;line-height: 16px;padding-top: 12px; font-weight:100; color:#999;}

/*四大优势*/
.adv{width:100%;position:relative;}
.adv_bt{text-align: center;text-transform: uppercase;}.part_con td
.adv_bt b{font-size: 40px;font-weight: bold;display: block;margin-bottom: 16px;padding-top: 50px;letter-spacing: 2px;}
.adv_bt b span{font-size: 40px;color:#1827ad;}
.adv_bt p{font-weight: 100;color: #757575;font-size: 18px;}
.advtil{ text-align:center; margin-bottom:50px;}
.advtil p:nth-child(1){ font-weight:bold; font-size:40px; color:#303632;} 
.advtil p:nth-child(1) span{ color:#00349a;}
.advtil p:nth-child(2){ font-size:18px; color:#787f7b; margin:5px 0px 18px 0px;}
.advcenter{position:relative;margin-top: 60px;width:88%;overflow:hidden;z-index:2;}
.advcenter .tempWrap{position:absolute;top:0;left:0;}
.advtab{height:420px;position:relative;background:#038bcf;margin-top:-170px;}
.advtab li{float:left;position:relative;text-align:center;font-size:18px;color:#fff;cursor:pointer;width:calc(100%/4);}
.advtab li p:nth-child(3){font-size:12px;color:#fff;transition: 0.5s;opacity:0.5;text-transform: uppercase;}
.advtab li:after {content: "";width: 0px; margin: auto; height: 2px;position: absolute; bottom: -60px;left:50%;background: #ff5300;
transition: all 0.5s;left: 50%;}
.advtab li.on:after {width:100%; left:0;}
.advtab li p.iconfont{transition:all .3s ease;width:70px;height:70px;margin-bottom:22px;position:relative;border:1px #fff solid;border-radius:50%;text-align:center;line-height:70px;margin:auto;margin-bottom:15px;color:#fff;font-size:38px;}
.advtab li p.iconfont img{width: 256px;height:100%;}
p.iconfont.icon-wendu { font-size: 46px !important;}
.advcon {display: flex;width: 100%;transition: all .5s;}
.advcon ul{width:100%;flex-shrink:0;display:flex;flex-direction:row-reverse;justify-content:flex-end;position:relative;height:520px;}
.advwa{position: absolute;z-index: 9;padding: 60px;right: 0;top: 50%;margin-top: -207px;background: #fff;height: 414px;width: 636px;}
.advwa>p{padding: 0px 0px 34px 78px;font-size:13px;color:#a2a2a2;border-bottom: 1px solid #e9eaea;margin-bottom: 35px;position: relative;text-transform: uppercase;}
.advwa>p>em {position: absolute;top: 0;left: 0;font-size: 30px;font-weight: bold;background:#038bcf;width: 58px;height: 58px;color: #fff;line-height: 58px;text-align: center;border-radius: 50%; font-family: 'Times';}
.advwa>p>em:after {
    content: '';
    width: 80px;
    height: 80px;
    background: rgba(3, 139, 207, 0.2);
    position: absolute;
    top: -11px;
    left: -11px;
    border-radius: 50%;
    z-index: -1;
}
.advwa>p strong{display:block;font-size:28px;color: #333;font-weight: normal;margin-bottom:13px}
.advwa div p{line-height: 34px;font-size: 16px;color: #666;padding-left: 17px;position: relative;}
.advwa div p::before {position: absolute;content: '○';width: 8px;height: 8px;top:0px;left: 0;}
.advwa div p+p{margin-top:5px;}
.advcon ul:nth-child(1) div p+p{margin-top:5px;}
.advcon .advpic{width: 84%;position: absolute;left: 0;top: 0;overflow: hidden;}
.advcon .advpic img {}
p.iconfont.icon-qiche {padding-left: 12px;}
p.iconfont.icon-yinshua {font-size: 60px !important;}
.advtab li p:nth-child(2) {
    margin: 3px 0 11px 0;
    color: #fff;
}

.advtab ul {
    display: flex;
    justify-content: space-between;
    padding-top: 234px;
    width: 70%;
    margin: 0 auto;
}
/*合作案例*/
.hz_bc {
    padding: 80px 0;
}
.case_con{position: relative;margin-top: 60px;}
.case_c{}
.case_c .divdgweb_new_div{}
.case_c .divdgweb_new_div_item{display: flex;flex-wrap: wrap-reverse;justify-content: center;}
.case_c .divdgweb_new_div_item.swiper-slide-active {background: #038bcf;padding-bottom: 60px;}
.case_c .divdgweb_new_div_item.swiper-slide-active .divdgweb_new_div_item_title::before{background-color: #fff;}
.case_c .divdgweb_new_div_item.swiper-slide-active .divdgweb_new_div_item_title a{color: #fff;border-color: #fff;}
.case_c .divdgweb_new_div_item.swiper-slide-active .divdgweb_new_div_item_body{color: #fff;margin-top: 30px;}
.case_c .divdgweb_new_div_item_content{width: 95%;margin: 10px 0 0;padding: 0 70px 0 0;}
.case_c .divdgweb_new_div_item_title{position: relative;}
.case_c .divdgweb_new_div_item_title::before {content: "";display: block;width: 10px;height: 1px;position: absolute;background: #999;top: 50%;left: 27px;}
.case_c .divdgweb_new_div_item_title a::after{content: "\e62a";font-family: 'iconfont';right: -55px;top: 30px;position: absolute;width: 30px;height: 30px;border: 1px solid #eee;border-radius: 100%;text-align: center;line-height: 31px;}
.case_c .divdgweb_new_div_item_title a{display: block;font-size: 20px;color: #666;line-height: 45px;border-bottom: 1px solid #eee;box-sizing: border-box;margin: 0 0 0 25px;padding: 0 0 0 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; font-weight:100;}
.case_c .divdgweb_new_div_item_body{font-size: 15px;color: #666;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin: 15px 0 0 49px; font-weight:100;}
.case_c .news_div_item_pic{width: 95%;border: solid 1px #eee;padding: 10px;margin-top: 32px;}
.case_c .divdgweb_new_div_item.swiper-slide-active .news_div_item_pic{width: 100%;margin: 0;border: none;}
.case_c .news_div_item_pic a{display: block;width: 100%;height: 100%;overflow: hidden;}
.case_c .news_div_item_pic a img{width: 100%;object-fit: cover;transform: scale(1);-webkit-transition: 0.5s linear;transition: 0.5s linear;}
.case_con .swiper_but{bottom: 0;top: inherit;width: 80px;height: 50px;background: #fff;box-shadow: 0px 10px 21px 9px rgba(0, 0, 0, 0.05);border-radius: 25px;font-size: 14px;color: #333;line-height: 50px;text-align: center;text-transform: uppercase;}
.case_con .swiper-button-prev{left: 25%;}
.case_con .swiper-button-next{right: 25%;background: #fea322;color: #fff;}
.case_c .divdgweb_new_div_item:hover img{transform: scale(1.1);}

/*zx*/
.fgt{background:url(//memberpic.114my.com.cn/gdshenzhou/uploadfile/image/20220307/20220307202632_1634152090.jpg)no-repeat center;padding:100px 0; height:450px;}
.fgt .t1{font-size:32px;color:#fff;}
.fgt .t2{font-size:42px;color:#fff;line-height:50px;margin:15px 0;font-weight:bold;}
.fgt .t3{font-size:18px;color:#fff;}
.fgt .t4{margin:40px 0 0;display:flex;width:470px;}
.fgt .t4 a{width:230px;border-radius:30px;background:#fff;line-height:40px;font-size:18px;transition:all 0.3s;text-align:center;}
.fgt .t4 a:nth-child(1){background:#108bf0;color:#fff}
.fgt .t4 a:hover{width:300px;}
.fgt .t4 a+a{margin-left:10px;}
.fgt>.gy{padding-left:160px;}
/*company*/
.com_bc {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.com_ic {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.com_t>i {
    font-size: 68px;
    text-transform: uppercase;
    font-family: "Times";
    color: #e5e5e5;
    position: relative;
    padding-top: 50px;
}

.com_t>i:after {
    position: absolute;
    content: "";
    width: 124px;
    height: 2px;
    background: #0189e1;
    top: 0;
    left: 0;
}

.com_l {
    padding-top: 50px;
    width: 40%;
    padding-left: 15px;
}

.com_t>b {
    display: block;
    font-size: 48px;
    margin: 15px 0 50px;
}

.com_t>b span {
    color: #0189e1;
}

.com_l>p {
    font-size: 15px;
    color: #666;
    line-height: 32px;
    font-weight: lighter;
}

.com_ic>p {position: absolute;top: 0;right: -220px;}

.com_ic>p img {
}

.com_nav {
    background: rgba(3,139,207,0.7);
    display: flex;
    height: 250px;
    width: 50%;
    bottom: 80px;
    align-items: center;
    z-index: 2;
    position: absolute;
}

.com_nav ul {
    display: flex;
    width: 63%;
    justify-content: space-between;
}

.com_nav>i {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    writing-mode: tb-rl;
    position: relative;
    top: -50px;
    margin: 0 80px;
}

.com_c {
    height: 876px;
}

.com_nav>i:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 105px;
    background: rgba(255,255,255,0.3);
    top: 48px;
    left: 6px;
}

.com_nav li p {
    width: 94px;
    height: 94px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.com_nav li p span {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background: #f8f8f8;
    text-align: center;
    line-height: 64px;
    color: #0189e1;
    font-size: 32px;
    transition: .5s;
}

.com_nav li em {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 14px;
font-weight:100;
}

.com_nav li:hover p span {
    color: #878787;
}

.com_nav:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(3,139,207,1), rgba(3,139,207,0.7));
    z-index: -1;
    left: -500px;
    top: 0;
}
@media screen and (max-width: 1650px) {
   .com_nav{width: 55%;}
   .com_nav ul{width: 66%;}
}

/*应用领域*/
.field{ width:100%; margin-bottom: 40px; height: 662px; overflow: hidden;}
.fieldcon{ width:800px; height:600px; margin:0 auto; position:relative;}
.fieldjt{ width:32px; height:32px; background:url(//memberpic.114my.com.cn/gdshenzhou/uploadfile/image/20220308/20220308114908_221124449.png) top left no-repeat; position:absolute; top:45%; left:-58px; z-index:9; cursor:pointer;}
.fieldjt.next{ background:url(//memberpic.114my.com.cn/gdshenzhou/uploadfile/image/20220309/20220309111258_443286032.png) top left no-repeat; left:inherit; right:-58px;}
.fieldjt:hover{ background-position-y:bottom;}
.fieldcon .divdgweb_new_div_item{ width:800px; height:600px; margin-right:100px; position:relative;}
.fieldcon .divdgweb_new_div_item .news_div_item_pic img{ width:100%; height:100%;}
.fieldcon .divdgweb_new_div_item_content{ width:100%; background:#f8f8f8; opacity:0; transition:all .3s ease; margin:0 auto; position:absolute; left:0; right:0; top:200px;    line-height: 60px;}
.fieldcon .divdgweb_new_div_item_a{ display:block; color:#333; font-size:22px; text-align:center; line-height: 62px;}
.fieldcon .divdgweb_new_div_item_body{ display:-webkit-box; height:90px; color:#eee; font-size:14px; font-weight:lighter; line-height:30px; margin:24px 0 0px 0; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical;    display: none;} 
.fieldcon .divdgweb_new_div_item.cur .divdgweb_new_div_item_content{ top:600px; opacity:1;}
.fieldcon .divdgweb_new_div,.fieldcon .tempWrap{ overflow:visible !important;}

/*news*/
.ces_tc>ul{display:flex;margin:50px auto 0;width: 584px;}
.ces_tc>ul a{display:flex;align-items:center;}
.ces_tc>ul span{margin-right:8px;font-size:30px;line-height:40px;}
.ces_tc>ul i{font-size:24px;}
.ces_tc li:nth-child(3) span {font-size: 32px;}
.ces_tc>ul li+li{margin-left:90px;}
.new_ic{display:flex;margin-top:50px;transition:all .5s;}
.new_ic .news_div{display:flex;width:100%;flex-shrink:0;justify-content:space-between;}
.new_c{overflow:hidden;}
.new_ic .news_div_item{position:relative;display:flex;padding-bottom:28px;width:30%;border-bottom:1px solid #ededed;flex-direction:column-reverse;}
.news_div_item_image{width:100%;transition:all .5s;}
.new_ic .news_div_item_a{position:relative;display:block;margin:44px 0 30px;color:#000;font-size:18px;}
.new_ic .news_div_item_pic a{display:block;overflow:hidden;border:1px solid #eee;}
.new_ic .news_div_item_body{overflow:hidden;height:64px;color:#666;font-size:16px;line-height:32px;}
.new_ic .news_div_item_date{display:flex;margin-top:34px;justify-content:flex-end;}
.new_bc{padding:0 0 80px;}
.new_ic .news_div_item_date *{color:#666;font-size:16px;}
.new_ic .news_div_item_a:after{position:absolute;bottom:-145px;left:0;content:"MORE";font-size:16px;}
.ces_tc li.on i,.ces_tc li.on span{color:#038bcf;}
.new_ic .news_div_item:after{position:absolute;bottom:0;left:0;width:0;height:1px;background:#038bcf;content:"";transition:all .5s;}
.new_ic .news_div_item:hover:after{width:100%;}
.new_ic .news_div_item:hover .news_div_item_a{color:#038bcf;}
.new_ic .news_div_item:hover img{transform:scale(1.1);}

/*copy*/
/*copy*/
.bj_c {
    display: flex;
    justify-content: center;
    height: 190px;
    align-items: center;
background-image: linear-gradient(to right, rgba(3,139,207,1), rgba(3,139,207,0.7));
}

.bj_c>span {color: #f5c800;font-size: 76px;}

.bj_ti {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 0 120px 0 80px;
}

.bj_ti>b {
    display: block;
    color: #fff;
    font-size: 34px;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

.bj_c>a {
    width: 220px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    background: #f5c800;
    line-height: 50px;
color: #fff;
}

.link_c {
    display: flex;
    height: 100px;
    align-items: center;
}

.link_bc {
    border-bottom: 1px solid #efefef;
    background: #f8f8f8;
}
.linkTagcs li a {
    color: #666!important;
font-size: 15px;
}

.linkTagcs {
    width: auto!important;
padding-left:15px;
}

.link_c>p {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.link_c>p span {
    margin-right: 5px;
font-size:28px;
color: #999;
}
.cop_ic ul {
    display: flex;
    width: 36%;
    justify-content: space-between;
}

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

.cop_c {
    background: #f8f8f8;
    padding-top: 100px;
}

.cop_ic li i {
    font-size: 22px;
    margin-bottom: 50px;
color: #333;
}

.cop_ic li a {
    display: block;
    font-size: 16px;
    color: #999;
}

.cop_ic li a+a {
    margin-top: 25px;
}

.cop_dh {
    width: 20%;
}

.cop_dh i {
    font-size: 22px;
    margin-bottom: 46px;
}

.cop_dh b {
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
    font-family: 'Times';
}

.cop_dh p {
    color: #666;
    font-size: 16px;
    line-height: 36px;
}

.cop_dh p+p {
    margin-top: 5px;
}

.ewm_c {
    display: flex;
    width: 20%;
    justify-content: space-between;
    margin-top: 6px;
}

.e_i {
    width: 48%;
    text-align: center;
border: 1px #eee solid;
    padding: 6% 5%;
background: #fff;
height: 92%;
}

.e_i img {
    display: block;
    width: 100%;
}

.e_i i {
    font-size: 16px;
    margin-bottom: 8px;
}

.e_i em {
    font-size: 18px;
    margin-top: 12px;
}

.foo {
    height: 100px;
    display: block;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #666;
    text-align: center;
    line-height: 30px;
    padding-top: 25px;
}

.foo_c {
    border-top: 1px solid #efefef;
    margin-top: 80px;
}

.foo a {
    color: #666;
    font-size: 15px;
}
.an_ls {
    padding: 20px 60px 0;
    line-height: 34px;
}

.pro_detail_rel_item div {
    width: 291px !important;
}

