/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;font-size:14px;}

*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#0c52b1;text-decoration: none; border-bottom-style:}

.box{ margin:0 auto;width:100%;min-width: 1300px;max-width:1600px; box-sizing: border-box;padding-left:5%;padding-right:5%;}

.bg{ width: 100%;min-width:1300px;}

.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}
i,em{font-style: normal;}

.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}
.top110 {padding-top: 110px;}

@font-face {
  font-family: 'iconfont';  /* Project id 3407071 */
  src: url('//at.alicdn.com/t/font_3407071_bjdt7t8v6aq.woff2?t=1652766568584') format('woff2'),
       url('//at.alicdn.com/t/font_3407071_bjdt7t8v6aq.woff?t=1652766568584') format('woff'),
       url('//at.alicdn.com/t/font_3407071_bjdt7t8v6aq.ttf?t=1652766568584') format('truetype');
}

@font-face {
font-family: "cryy";
src: url("//memberpic.114my.com.cn/jiatong/cssnew/TsangerYuYangT-W04.woff2.txt") format("woff2"),
       url("//memberpic.114my.com.cn/jiatong/cssnew/TsangerYuYangT-W04.woff.txt") format("woff"),
       url("//memberpic.114my.com.cn/jiatong/cssnew/TsangerYuYangT-W04.ttf.txt") format("truetype"),
       url("//memberpic.114my.com.cn/jiatong/cssnew/TsangerYuYangT-W04.eot.txt") format("embedded-opentype"),
       url("//memberpic.114my.com.cn/jiatong/cssnew/TsangerYuYangT-W04.svg.txt") format("svg");
}
@font-face {
font-family:din;
src:url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
}

.title {text-align: center;margin-top: 60px;}
.title>b {display: block; font-size: 66px; text-transform: uppercase; color: #f1f1f1; font-weight: 100; font-family: din;}
.title>i {font-size: 36px;position: relative;padding-bottom: 20px;margin-top: -62px; display: block;}
.title>em {font-size: 17px;color: #999; display: block;}
.title i:after {
    content: '';
    position: absolute;
    bottom: 0px;
    background: #2683d1;
    height: 1px;
    width: 73px;
    animation: turn 2s linear infinite;
    margin: 0 auto;
    left: 48%;}

/*抬头导航*/
.head_bg{position: absolute;height:100px; border-bottom: 1px rgba(255,255,255,0.1) solid; z-index: 999;}
.head{width:90%;height: 100px;margin:0 auto; min-width:1300px; z-index: 999;position: relative;}
.logo{margin-top: 18px;}
.name{margin-top: 20px;margin-left: 0.2vw;}
.name p img{width: 96px;height: 49px;display: block;float: left;    margin-top: -7px;margin-right: 5px;}
.name p span{font-size:28px;color:#fff;font-family: "cryy"; letter-spacing: 0.2px;}
.name b{color:rgba(255,255,255,0.5);font-size:11px;display: block;line-height: 20px;text-transform: uppercase; font-weight: 100;letter-spacing: -0.4px;}

.leng{border:2px #c40002 solid; width:142px; height:36px; line-height:41px;  border-radius: 100px; text-align:center; margin-top:32px; }
.leng a{display:inline-block; padding:0 12px;   border-radius: 20px; margin:2px; height:28px; line-height:28px;}
.leng a:hover,.leng a:first-child{background:#c40002; color:#fff;}

/*导航*/
.nav{height:100px;position: relative;}
.nav>ul>li{ float: left; display: block;height:100px;padding-left: 2.4vw;}
.nav>ul>li>a{ display: block; color: #fff; font-size: 16px; text-align: center;position: relative; z-index: 2;   line-height: 100px; }
.nav>ul>li>a:before{content:"";display:block;float:left;height: 4px;width: 0;background:#cc0000;position:absolute;top: 54%;left: -10%;transition: .3s all ease-in-out;}

.NavCeshi > li.navcurrent>a:before, .NavCeshi > li:hover >a:before{width: 40px;transition: .3s all ease-in-out;}

.nav>ul>li:hover>dl {opacity: 1;visibility: visible;top: 102%;}
.nav>ul>li>dl {
 position: absolute;
 width: 100%;
 display: block;
 z-index: 100;
 background: #fff;
 left: 0;
 box-shadow: 0 0 10px rgba(0,0,0,0.1);
 opacity: 0;
 visibility: hidden;
 transition: all 0.5s;
 top: 155px;
 padding: 70px;
 z-index: 9999;
 }
.nav>ul>li>dl>dd { display: block;overflow: hidden;margin: auto;}
.xl_bt { width: 100%;border-bottom: 1px #eee solid;padding-bottom: 40px;  overflow: hidden;}
.xl_bt p {font-size: 26px;color: #333; float: left; font-weight: 100; line-height: 30px;}
.xl_bt a { width: 120px; height: 30px; background: #f0353c; text-align: center;  color: #fff;  font-size: 14px;  display: block; float: right; line-height: 30px; border-radius: 60px;}
.fl_box {width: 100%;overflow: hidden;}
.fl_box li {width: calc( (100% - 40px)/5); float: left;margin-top: 25px;}
.fl_box li+li {margin-left: 10px;}
.fl_box li a {font-size: 17px; color: #666;position: relative; line-height: 20px; display: block; border: 1px #eee solid; text-align: center !important; padding: 16px !important;}
.fl_box li a:hover { color: #f0353c;}
.fl_box li:nth-child(6) { margin-left: 0}
.fl_box li dt {margin-top: 5px; padding-left: 20px;}
.fl_box li dt a { font-size: 15px;color: #999;}
.fl_box li dt a:before {border-color: #a9a9a9;}
.re {width: 100%; overflow: hideen; margin-top: 30px;}
.re .rbt { font-size: 24px; color: #333;  float: left; font-weight: 100; border-left: 5px #00 solid;border-left: 5px #f0353c solid; padding-left: 10px;
 margin-bottom: 30px;}
.re .t_box { width: 100%;overflow: hidden;}
.t_box>.progdwz2021 li {float: left;width: calc((100% - 30px)/4);border-radius: 15px;}
.t_box>.progdwz2021 li img {width: 100%;height: auto;border: 1px #eee solid;}
.t_box>.progdwz2021 li+li {margin-left: 10px;}
.t_box>.progdwz2021 li a { line-height: 40px;}
.t_box>.progdwz2021 li span {display: block; text-align: center;}
.re .t_box>.news_div>.news_div_item {float: left;  width: calc((100% - 20px)/2);text-align: left; border: 1px #eee solid; margin-bottom: 20px;
box-shadow: 0 0 5px #eee; padding: 20px;}
.re .t_box>.news_div>.news_div_item+.news_div_item {margin-left: 20px;}
.re .t_box>.news_div>.news_div_item:nth-child(3) { margin-left: 0;}
.re .t_box .news_div_item_a { font-size: 16px;  line-height: 35px;color: #f0353c;  font-weight: bold;}
.re .t_box .news_div_item_body {  font-size: 14px;line-height: 23px; color: #666;}
.nav .news_div_item_date {display: flex;}
.nav .news_div_item_year, .news_div_item_month, .news_div_item_day {color: #666; font-size: 16px;line-height: 16px;}
.nav>ul>li:hover>dl { opacity: 1; visibility: visible; top: 98%;}
.com_bo { width: 100%;color: #666; line-height: 25px; overflow: hidden;text-align: left; font-weight: 100;}
.fl_box ul { display: flex;  flex-flow: wrap;}
.fl_box li a { font-size: 17px;color: #666;position: relative; padding-left: 30px;  text-align: left; line-height: 20px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.fl_box li dl {display: none;}


@media (max-width: 1680px){
    .head{width:93%;}
.top_box{width:93%;}
}
@media (max-width: 1560px){
    .nav>ul>li{padding-left:1.8vw;}
}
@media (max-width: 1440px){
    .head{width:98%;}
.top_box{width:98%;}
}

.head_r {width: 15%;position: relative;margin-top: 33px;}
.head_r:before {content:'';width:1px;height:100px;background: rgba(255,255,255,0.2);position: absolute;top: -35px;left: -36px;display: none;}
.head_r>ul {display: flex;justify-content: space-between;align-items: center;}
.head_r>ul>li {}
.head_r>ul>li i {font-size: 15px;line-height:  20px;position:relative;border: 1px solid #ccc;border-radius: 50%;width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;color: #ccc;}
.head_r>ul>li p {width: 280px;background: #ffffff;transform: rotateX(90deg);position: absolute;right: 0;transition: all 0.5s;font-size: 16px;padding: 16px 24px;z-index: 9999;text-align: left;color:#333;top: 62px;transform-origin: top;}
.head_r>ul>li p span {font-size: 20px;display: block;color: #cc0000;font-family: Arial;    padding-top: 6px;}
.head_r>ul>li:hover p {transform: rotateX(0);transition: all 0.5s;} 
.head_r>ul>li a {font-size:15px;color:#666;}

.head_r>ul>li:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;} 
.tit_sel {background: rgba(51,51,51,0.7);transform: rotateX(90deg);position: absolute;right: -55px;transition: all 0.5s;font-size: 16px;padding: 34px;z-index: 9999;top: 57px;transform-origin: top;}
.tit_sel span {font-size: 24px;display: block;color: #152682;font-family: Arial;}
.tit_icon:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;}
#search-i{float:left; width:30px; height:33px; overflow:hidden; margin-top:20px;  box-sizing: border-box; padding-top: 7px;    border: 1px solid #dddddd;border-left: none;margin-left: -15px;}
#search-bg{float:left;width: 500px;height:33px;overflow:hidden;padding-left:14px;margin-top:20px;box-sizing: border-box;border: 1px solid #dddddd;border-right: none;text-align: left;line-height: 30px;}
.search-text{font-size:14px;color: #999999;justify-content: center;align-items: center;}
.search-text a{ font-size:14px; color: #fff !important;}
.search-text a:hover{ font-size:14px; color: #ffffff;}
.search-text span{ float:left;  color:#ffffff;font-size: 15px;}
#infoname{ border:none;background:none; outline:none;} 
.search_name {float: left;font-size:22px;color: #ffffff; line-height: 32px;position: relative;z-index: 5;padding: 15px 0;width: 264px;height: 96px;background: #cb0303;text-align: center;}
.search_name:after {content: "";width: 0px;height: 0px;border-top: 7px solid #005299; border-right: 7px solid transparent;border-bottom:8px solid transparent; border-left: 7px solid #005299;position: absolute; top: 81px; right: -13px; transition: 0.5s all ease-in-out; }
.form {justify-content: center;display: flex;}
.head_right {display: flex;justify-content: space-between;align-items: center;width: 72%;}
.head_r ul li { margin-right: 8px;}

.mol_nav {
}
.mol_nav ul {
    display: flex;
    justify-content: space-between;
    height: 130px;
}
.mol_nav li {
    display: flex;
    justify-content: center;
    padding-left: 6%;
    flex-direction: column;
    width: 50%;
    transition: 0.5s;
    background: #fff;
    position: relative;
    box-shadow: 0px 5px 10px #eee;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.mol_nav li i{font-size: 30px; line-height: 40px;}
.mol_nav li:after {content:'';width: 3px;height: 0px;background: #1f85d7;position: absolute;bottom: -18px;left: 50%;transition:0.5s;}
.mol_nav li.on:after {height:40px;}
.mol_nav li.on {
    background: #1f85d7;
}
.mol_nav li.on span {color: #fff;}
.mol_nav li.on p{color: rgba(255,255,255,0.5);}
.mol_nav li.on i{color: #fff;}
.mol_nav li span {
    font-size: 20px;
    font-weight: lighter;
    color: #333;
    display: flex;
    opacity: 1;
    line-height: 30px;
}
.mol_nav li p {
    font-size: 15px;
    line-height: 18px;
    padding: 0px 0 0;
    color: #999;
    padding-left: 3%;
}


/*about*/
.about {position: relative;padding: 120px 0 0;}
.about:after {content:'';background: url(//memberpic.114my.com.cn/jiatong/uploadfile/image/20220621/20220621114033_301197667.jpg)no-repeat right;width: 49.22%;height: 620px;position: absolute;right:0;top:11%;z-index: -1;}
.about_box {margin: 0 auto;}
.about_con {display: inline-block;/* padding-top: 160px; */width: 49%;}
.about_con p {font-size: 40px;text-transform: uppercase;font-weight: lighter;color: #eee;line-height: 40px;}
.about_con p b {color: #006fb9;font-weight: bold; background-image: linear-gradient(to right,#1f85d7 0,#37a1f6 100%);-webkit-background-clip: text;color: transparent;}
.about_con em {display: flex;flex-direction: column;font-size: 32px;padding-top: 10px;}
.about_con em span {font-size: 15px;line-height: 30px;padding-top: 45px;font-weight:  lighter;}
.about_con a {width: 164px;height: 44px;border: 1px solid #eee;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #666;margin-top: 30px;}

@media screen and (max-width: 1920px) and (min-width: 1500px)
.box1 {
    max-width: 1500px;
}

.box1 {max-width: 1500px;}

.ab_b {
    margin-top: 50px;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
width: 66%;
background: #1f85d7;
}

.ab_b ul {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-left: 10%;
}

.ab_b li i {
    font-size: 36px;
    color: #fff;
    display: inline-block;
    font-weight: 100;
font-family:din;
}

.ab_b ul p {
}

.ab_b li span {
    display: inline-block;
    font-size:15px;
    color: #fff;
    margin-left: 5px;
}

.ab_b li em {
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
}

.ab_b ul li {
    text-align: center;
}

.ab_b>p {
    width: 49%;
    font-size: 138px;
    text-transform: uppercase;
    color: #eee;
    font-weight: bold;
    letter-spacing: 25px;
    text-align: right;
font-family: Arial;
font-weight:800;
}

/*sj*/
.pro_sub {
    position: relative;
}
.pro_sub:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #2683d1;
    position: absolute;
    bottom: -24px;
    left: 0%;
}
.pro_sub p {
    font-size: 40px;
    font-family: din;
    text-transform: uppercase;
    font-weight: 100;
    display: flex;
    flex-direction: column;
    line-height: 40px;
}
.pro_sub p span {
    font-size: 28px;
    font-weight: 100;
    color: #999;
    letter-spacing: 6px;
    line-height: 30px;
    padding-top: 13px;
    font-family: "Microsoft YaHei";
}
.pro_sub a:before {
    content: '';
    width: 100px;
    height: 23px;
    background: url(//memberpic.114my.com.cn/jiatong/uploadfile/image/20220621/20220621195209_1941730860.png) right no-repeat;
    position: absolute;
    bottom: 27px;
    left: 29%;
}
.pro_sub a{float: right; letter-spacing: 2px; color: #999; position: relative; margin-top: -40px;}
.ap_bc {padding: 80px 0 250px 0; background:url(//memberpic.114my.com.cn/jiatong/uploadfile/image/20220621/20220621134854_1300860863.jpg) bottom center no-repeat; margin-top: 110px;}
.ap_ic {display: flex; position: relative; margin-top: 60px; }
.ap_rc {position: absolute; right: 0; top: 0; width: 69%; height: 100%; display: flex; align-items: center; }
.ap_lc {width: 50%; position: relative; }
.ap_lc img {width: 100%; transition: all 1s; }
.ap_lc>a {display: block; overflow: hidden; }
.ap_lc:hover img {transform: scale(1.1); }
.ap_lc>a i {position: absolute; bottom: 26px; left: 30px; color: #fff; font-size: 16px; display: flex; align-items: center; }
.ap_lc>a i span {color: #fff; font-size: 22px; margin-left: 6px; transition: all .5s; font-family: "iconfont";}
.ap_rc .new_web_div2021{width:100%;}
.ap_rc ul {display: flex; flex-wrap: wrap; justify-content: space-between; background: #fff; padding: 24px; }
.ap_rc img {width: 100%; height: auto; }
.ap_rc li {width: 49%; position: relative; overflow: hidden; }
.ap_rc li>a {display: block; position: relative; }
.ap_rc li p a {display: block; position: absolute; bottom: 28px; left: 32px; color: #fff; font-size: 16px; }
.ap_rc li p a:after { content: "\eb8d";font-family: "iconfont"; font-size: 22px;position: absolute; top: 0; right: -30px; transition: all .5s; }
.ap_rc li:nth-child(n+3) {margin-top: 20px; }
.ap_rc li>a:after {position: absolute;content: "";bottom: 0;left: 0;background: url(//memberpic.114my.com.cn/013154/uploadfile/image/20211029/20211029145457_1510675301.png) no-repeat left bottom;width: 100%;height: 100%;}

.ap_rc li>a:before {content: ''; cursor: pointer; position: absolute; left: -100%; top: 0; width: 100%; height: 100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg ,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.ap_rc li:hover>a:before {left: 100%; transition: 0.2s; }
.ap_rc li:hover p a:after {transform: translateX(5px); }
.ap_lc:hover>a i span {transform: translateX(5px); } a.ap_btn {font-size: 16px; color: #fff; display: flex; width: 190px; height: 54px; line-height: 54px; background: #2683d1; border-radius: 30px; align-items: center; justify-content: center; margin: 0 auto; margin-top: 50px; }
a.ap_btn span {color: #fff; font-size: 30px; transform: rotate(-90deg); margin-left: 14px; }

/*products*/
.pro_bc {
background: linear-gradient(120deg,#1f85d7 10%,#2eb9f0 80%);
    display: flex;
    margin-top: 48px;
    padding: 0 0 0px;
}

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

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

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

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

.pro_ca>em {
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
}
.pcc{margin-top:45px;}
.pcc td b{ font-size:0;}
.pcc td b a{ line-height:58px; font-size:18px; color: #fff !IMPORTANT; font-weight:100; padding: 0 35px 0 50px; position:relative; display:block;}
.pcc td b a:after,.pcc td b a:before{ content:''; display:block; position:absolute; top:0; bottom:0; margin:auto 0;}
.pcc td b a:after{ width:4px; height:21px; background:url(//memberpic.114my.com.cn/jiatong/uploadfile/image/20220617/20220617201309_795898502.png) no-repeat center;left:24px;}
.pcc td b a:hover{ color:rgba(255,255,255,0.8) !important;background:#0673da;}
.pcc td b a:before{ width:12px; height:12px; background:url(//memberpic.114my.com.cn/jiatong/uploadfile/image/20220617/20220617200902_809711018.png) no-repeat center; right:29px;}
.pcc tr{ position:relative;}
.pcc #showtyepname{ position:absolute; right:-120%; top:-15px; width:100%; background:#f8f8f8; z-index:99;opacity:0; visibility: hidden; transition:all .3s ease;}
.pcc table,.pcc tbody,.pcc tr{ display:block; width:100%; padding:0 !important; }
.pcc td{ display:block; width:100%; padding:0 !important; background:#409eec; margin-top:5%;}
.pcc #showtyepname a{ display:block; line-height:58px; border-bottom:1px solid #fff; padding-left:45px; position:relative; font-size:18px;font-weight:100;}
.pcc tr:hover #showtyepname{ opacity:1; visibility:visible; right:-100%;}
.pcc #showtyepname a:after{ content:''; display:block; position:absolute; width:5px; height:5px; background:#999; border-radius:50%; left:30px; top:0; bottom:0; margin:auto 0;}
.pcc #showtyepname a:hover{ color:#016dd9 !important;}
.pcc #showtyepname a:hover:after{ background:#016dd9;}
.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: 0% 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 #f8f8f8;
    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: 4px;
    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: 4px;
    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);
}


.hmPage2Bg{height:60%;width:100%;position:absolute;left:0px;bottom:0px;overflow:hidden;z-index:-1;background:#f8f8f8;}
.hmPage2Layer{height:60%;width:100%;position:absolute;z-index:1;left:0;top:0;background:#fff;opacity:0;}
.canvasBg{height:100%;width:100%;border:none 0;transform:scale(1.3);}
.case_box{width: 100%; position: relative;z-index:999; padding-bottom: 80px;}
.case_con { padding-top: 50px; max-width: 1500px; margin: 0 auto;}
.divdgweb_new_div {display: flex;justify-content: space-between;}
.divdgweb_new_div_item { width: 24%;display: flex;  flex-direction: column-reverse;}
.divdgweb_new_div_item:hover .news_div_item_pic img {transform: scale(1.2);  }
.divdgweb_new_div_item_content {background: #fff;padding: 13% 12% 28%;display: flex;flex-direction: column;align-items: center; margin-top:3%; box-shadow: 5px 0 15px #eee;}
.divdgweb_new_div_item_title a {font-size: 24px;font-weight: lighter;line-height: 24px;color: #666;position: relative;}
.divdgweb_new_div_item_title a:after {content:'查看更多 +';width: calc(100% / 1);position:absolute;bottom: -158px;left: 0;font-size: calc(0.7rem + 0.1vw); border-radius: 40px;padding: 1% 0;text-align: center; background: linear-gradient(120deg,#1f85d7 10%,#2eb9f0 80%); color: #fff; box-shadow: 0px 0 15px #ddd;}
.divdgweb_new_div_item:nth-child(2n) .divdgweb_new_div_item_content {background: #fff; margin-top:0px; margin-bottom:3%;}
.divdgweb_new_div_item:nth-child(2n) .divdgweb_new_div_item_title a,.divdgweb_new_div_item:nth-child(2n) .divdgweb_new_div_item_body {color:#666;}
.divdgweb_new_div_item_body {font-size: 14px; color: #666;line-height: 24px;padding-top: 7%; font-weight:100;}
.news_div_item_pic {overflow: hidden;}
.divdgweb_new_div_item:nth-child(2n) {flex-direction: column;}

.news_div_item_pic img { width: 100%;height: auto;  transition: 0.5s;}

#ys_box{box-sizing:border-box;padding:150px 0;width:100%;background:url(//memberpic.114my.com.cn/jiatong/uploadfile/image/20220618/20220618162217_1432135427.jpg) center no-repeat;     background-repeat: no-repeat; background-attachment: fixed;}
#home-ys{}
#home-ys h2{margin:0 auto;padding-bottom:0;padding-left:70px;width:1400px;color:#fff;font-size:46px;line-height:50px;font-weight:bold}
#home-ys h3{margin:0 auto;padding-left:70px;width:1400px;color:#fff;font-size:22px;line-height:50px; font-weight: 100;}
#home-ys h3:after{display:block;width:85px;height:5px;background:#fff;content:"";margin-top:5px; margin-bottom: 30px;}
#home-ys ul{overflow:hidden;margin:0 auto;max-width:1500px;}
#home-ys ul li{float:left;display:block;margin:10px 27px;width:320px;height:500px;background:url(//memberpic.114my.com.cn/jiatong/uploadfile/image/20220613/20220613102626_977987193.png) top center no-repeat;text-align:center;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-ms-transition-duration:.3s;}
#home-ys ul li:hover img{border: 30px rgba(255,255,255,0.5) solid;border-radius: 50%; margin: 0;transition: all 0.6s;margin:35px auto 35px; width: 250px; height: 250px;}
#home-ys ul li img{display:block;margin:35px auto 35px; transition: all 0.6s;border-radius:50%;height: 250px; height: 250px;}
#home-ys ul li p{width:100%;color:rgba(255,255,255,0.5);font-size:15px;line-height:30px;font-weight:100; padding: 0 25px;}
#home-ys ul li strong{display:table;width:100%;color:#fff;font-size:28px;line-height:70px; font-weight:normal;}

/*新闻*/
.news_bg{width:100%;background:url(//memberpic.114my.com.cn/jiatong/uploadfile/image/20220621/20220621105435_204486922.jpg) bottom center no-repeat;padding: 80px 0;    overflow: hidden; height: 980px;}
.news {max-width:1500px;margin:0 auto;}
.news_t{text-align:left;float:left;}
.news_t dd:after{display:none;}
.news_t p {    font-size: 36px;font-weight:normal;}
.news_t dd {font-size: 15px;color: #999;line-height: 30px;font-weight:100;margin-top: 10px;}
.news_a{width:auto;}
.news_a a{width:152px;height:46px;font-size: 18px;color:#333;float:left;font-weight:100;box-sizing: border-box;text-align:center;margin-left:20px;display: flex;align-items: center;justify-content: center;}
.news_a a.on{background: linear-gradient(120deg,#1f85d7 10%,#2eb9f0 80%);color:#fff;}
.news_b{height: 488px;margin-top: 60px;position: relative;}
.new_tit {display: flex;justify-content: space-between;align-items: center;}
.new_item+.new_item {display: none;}
.new_item{  }
.new_item>div {display: flex;justify-content: space-between;}
.new_lc .news_div_item {display: flex;flex-direction: column-reverse;width: 48.5%;
position: relative;padding: 25px 24px 60px; background: #fff;}
.new_lc .news_div {display: flex;justify-content: space-between;}
.new_lc {width: 68%;}
.new_rc {width: 30%;}
img.news_div_item_image {width: 100%;}
.new_rc .news_div_item_pic,.new_rc .news_div_item_date {display: none;}
.new_ic {margin-top: 40px;position: relative;}
.new_lc a.news_div_item_a {font-size: 18px;color: #333;position: relative;display: block;margin-top: 20px;}
.new_lc .news_div_item_body {font-size: 14px;color: #999;line-height: 26px;margin-top: 40px;
 height: 52px;overflow: hidden;}
.new_lc .news_div_item_date {display: flex;position: absolute;bottom: 129px;left: 24px;}
.new_lc .news_div_item_date>div {font-size: 12px;color: #999;}
.new_lc .news_div_item_pic { border: 1px solid #eee;}
.new_lc .news_div_item_a:after {position: absolute;content: "read more →";font-size: 14px;color: rgb(34,34,34); bottom: -126px;left: 0;}
.new_rc .news_div_item {background: #fff;padding: 32px 32px;position: relative;}
.new_rc .news_div_item:nth-child(n+3):after{content:"";display:block;width:0;height:6px;background:#2683d1;transition:0.3s all ease-in-out;position: absolute;bottom: 0;left: 0;}
.new_rc .news_div_item:nth-child(n+3):hover::after{width:100%;}
.new_rc .news_div_item:nth-child(-n+2) {display: none;}
.new_rc .news_div_item:nth-child(n+4) {margin-top: 15px;}
.new_rc a.news_div_item_a {display: block;font-size: 18px;}
.new_rc .news_div_item_body {font-size: 15px;color: #999;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; margin-top: 10px;}

/*Partner*/    
.partner{padding:10px 0px 80px 0px;}
.Partner1{max-width: 1500px;margin: 0 auto;padding-top: 60px;}
.Partner1 table tr {display: flex;justify-content: space-between; margin-top: 2%;}
.Partner1 table tr:last-child{border-bottom:none;}
.Partner1 table tr td{padding-left: inherit !important;transition: all 0.3s linear;text-align: center; width: calc(100% / 6);background: #fff;overflow: hidden;}
.Partner1 table tr td+td{margin-left:2%;}
.Partner1 table tr td a{display: flex;height: 100%;align-items: center;justify-content: center;}
.Partner1 table tr td a img{}
.Partner1 table tr td div{ display: none;}

.Partner1 table tr td a img{    -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);

filter: grayscale(100%);

filter: gray; transition: all 0.5s linear;}
    .Partner1 table tr td a img:hover{    -webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);

filter: grayscale(0);

filter: gray; transition: all 0.5s linear;}
.Partner1 table tr td:hover{box-shadow: 0 0 20px rgba(0,0,0,0.2);position: relative;z-index: 99;transform: scale(1);}
.Partner1 table tr td br{    display: none;}

/*友情链接*/
.links_bj{position:relative;height: 102px;line-height: 102px;overflow: hidden; border-top: 1px solid #eee;}
.links_zbt{width:130px;font-size:18px;color:#333;}
.links_zbt img{margin-right:15px;margin-top: -5px;}
.links_lj{width:1200px;font-size:14px;color:#666;margin-left:20px;}
.links_tb{width:auto;height:102px;}
.linkTagcs li a{font-size:15px;line-height:102px;color:#666 !important;opacity: 0.5;}
.link_more {float: right;}
.link_more a {font-size: 14px;color: #666;}

/* Copy */
.cop_bc{width: 100%;background:url(//memberpic.114my.com.cn/jiatong/uploadfile/image/20220611/20220611163530_595750140.jpg) center no-repeat;position: relative;overflow: hidden;}

.logox{margin-top: 18px;}
.namex{margin-top: 20px;margin-left: 1.2vw;}
.namex p img{width: 96px;height: 49px;display: block;float: left;    margin-top: -7px;margin-right: 5px;}
.namex p span{font-size:28px;color:#fff;font-family: "cryy"; letter-spacing: 0px;}
.namex b{color:rgba(255,255,255,0.3);font-size:12px;display: block;line-height: 20px;text-transform: uppercase; font-weight: 100;letter-spacing: 0px;}

.co_lc{position: relative;z-index: 9;width: 100%;}
.cop_c{display: flex;justify-content: space-between;}
.cop_lc{width: 63%;padding: 78px 0 0px;}
.copp{display: flex;justify-content: space-between;}
.copp ul li a{font-size: 14px;color: rgba(255,255,255,0.47);padding-bottom: 15px;display: block; font-weight: 100;}
.copp ul li:first-child a{font-size: 18px;color: #fff;padding-bottom: 30px; font-weight: 100;}
.yq_c{display: flex;align-items: center;height: 85px;justify-content: space-between;}

.cop_rc{position: relative;width: 332px;padding: 87px 0 71px;min-width: 332px;}
.dy_c>div{padding-top: 22px;text-align: center;}
.dy_c>div p{font-size: 14px;color: #666;}
.dy_c>div p:last-child{padding-top: 8px;}
.lx_c{border-bottom: 1px rgba(255,255,255,0.1) solid; height: 98px; padding: 0 10px;}
.lx_c>p{font-size: 18px;color: #fff;}
.lx_c>div{font-size: 15px;color: rgba(255,255,255,0.4);line-height: 36px;margin:0px 0 52px; float: left;}
.bq_ewm{display: flex; float: left;}
.bq_ewm em{line-height: 36px; padding-right: 6px;}
.bq_ewm li{position: relative;}
.bq_ewm li span{width: 36px;height: 36px;border:1px solid #666;border-radius: 100%;text-align: center;line-height: 36px;font-size: 18px;color: #fff;display: block;transition:all .5s;}
.bq_ewm li+li{margin-left: 12px;}
.foot_bc{position: relative;}
.foot_bc:before{content: '';width: 1500px;height: 1px;background:rgba(255,255,255,0.14);position: absolute;top: 0;right: 0;}

.foot_c a,.foot_c div{font-size: 14px;color:rgba(255,255,255,0.5);}
.ewm_cc{display: none;position: absolute;top: -155px;left:calc(50% - 75px);}
.ewm_cc img {width: 150px!important;}

.bq_ewm li:hover span {background: #c9151e;border: 2px solid #ea7813;}
.dy_c>p {background: #fff;padding: 13px;border-radius: 6px;}

.foot_c{height: 80px; width: 100%;margin: 0 auto;line-height: 80px; border-top: 1px rgba(255,255,255,0.1) solid; text-align: center;color:rgba(255,255,255,0.5); font-size: 15px; font-weight: 100;}


.w1500{max-width: 1500px; min-width: 1200px; width: 100%; margin: 0 auto;}
.dfs {display: flex;justify-content: space-between;}



#webr{width:100%; margin:0 auto; background:url(//memberpic.114my.com.cn/jiatong/uploadfile/image/20220613/20220613191425_1048503083.jpg) top center no-repeat; height:7521px; overflow:hidden;}