*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;line-height: 100%;color: #333;}
body{font-size: 16px; min-width: 1200px;}
a{text-decoration: none;font-size: 16px;outline:none;}
em,i{display: block;font-style: normal;}
img{border:none;}
.fl{float: left;}
.fr{float: right;}
.dfs{display: flex;align-items: center;justify-content: space-between;}
:focus{ outline: none;}
.w1500{max-width: 1500px;margin: 0 auto;min-width: 1300px;width:100%;}
.w100p{ margin: 0 auto;min-width: 1300px;width:100%;}
@media screen and (max-width: 1600px){
		.w1500{width:calc(100% - 100px);}
}

@font-face {
font-family:din;
src:url(../fonts/DIN-Medium.ttf),
     url(../fonts/DIN-Medium.eot),
     url(../fonts/DIN-Medium.otf),
     url(../fonts/DIN-Medium.woff),
     url(../fonts/DIN-Medium.woff2);
}

@font-face {
  font-family: 'iconfont';  /* Project id 3764885 */
  src: url('../fonts/font_3764885_ww3cch3mv2k.woff2?t=1668482956449') format('woff2'),
       url('../fonts/font_3764885_ww3cch3mv2k.woff?t=1668482956449') format('woff'),
       url('../fonts/font_3764885_ww3cch3mv2k.ttf?t=1668482956449') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

.pro_tit {text-align: center;margin-bottom: 40px; }
.pro_tit>b {display: block; font-size: 48px;color: #333333; }
.pro_tit>b a {display: block; font-size: 48px;color: #333333; }
.pro_tit>p {font-size: 18px; color: #666666;margin: 20px 0; }
.pro_tit i{width: 40px;height: 5px;border-radius: 5px;background: #ef3b1b;display: block;margin: 0 auto;}

/* top */
.contions{position: relative;}
.head{width: 100%;height:120px;position: absolute;top: 0;left: 0;z-index:999;border-bottom: 1px solid rgba(0,0,0,0.05);background: #fff;}
.head:hover{background: #fff;}
.head .w1500{height: 100%;}
.titletop img.logo2{display: none;}
.head:hover .titletop img.logo1{display: none;}
.head:hover .titletop img.logo2{display: block;}
.titletop h3{font-size:36px;font-weight: bold;margin-left: 20px;color: #ef3b1b;}
.titletop span{font-size: 16px; display: block; padding-top: 6px; text-transform: uppercase;color: #ef3b1b; letter-spacing: 1px;}
.head:hover .titletop h3 {color: #ef3b1b;}
.head:hover .titletop span {color: #ef3b1b;}
.lead{width: calc(100% - 408px);height: 100%;}
.nav{width:calc(100% - 120px);height:100%;}
.nav li{height:100%;}
.nav li a{font-size:18px;color: #333;display:block;height:100%;line-height:120px;}
.head .nav li.on a{font-weight: bold;}
.head:hover .nav li:hover a,.head:hover .nav li.on a{color: #ef3b1b;font-weight: bold;}
.head:hover .nav li a{color: #333;}

.nav li:hover .dropmenu {opacity:1;visibility:visible;}
.dropmenu{ position:absolute; top:100%; max-height:0; transition:all .3s ease; width:220%;left: -57%;z-index:99; transition:all .3s ease; background:#f9f9f9; border-radius:0px; opacity:0; visibility:hidden; padding: 0px 0px}
.dropmenu a{ display:block; line-height:42px !important; text-align:center; font-size:14px !important; color:#666 !important; transition:all .5s ease; border-bottom: 1px #eee solid; background: #fff;}
.dropthree{ position:relative;}
.dropthree>div{ position:absolute; left:105%; visibility:hidden; opacity:0; transition:all .3s ease; border-radius:5px;width:100%; background:#f9f9f9; top:0;}
.dropthree:hover>div{ opacity:1; left:100%; visibility:visible; }
.head_nav li:hover .dropmenu{ max-height:1000px;  top:100%; opacity:1; visibility:visible;}
.dropmenu a:hover{ background:#00abeb; color:#fff !important;}
/*.dropmenu a:hover{ background:#ef3b1b; color:#fff !important;}下拉菜单一级变色*/
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}
.nav li {    position: relative;}
.nav li .prolist2021 {position:relative;}
.nav li .prolist2021 ul {position:relative;}
.nav li .prolist2021 li {position:relative;}
.nav li .prolist2021 li dl {position:absolute;top:0;left:100%; transition: 0.5s;}
.nav li:hover dl {    opacity: 1; transition: 0.5s;}
.nav li .prolist2021 li dl dt a { display: block;padding: 0 20px;width: 160px;height: 42px; border-bottom: none;background: #fff; color: #fff !important; font-weight: 100; font-size: 14px; line-height: 42px;position: relative; border-bottom: 1px #eee solid;}
.nav li:hover .prolist2021 li dl dt a{background:#00abeb;color:#fff;}
/*.nav li:hover .prolist2021 li dl dt a{background:#ef3b1b;color:#fff;}下拉菜单二级变色*/
.nav li .prolist2021 li:nth-child(6) {display:none;}

.nav>ul>li:hover .nav2 {transform: rotateX(0deg);}
.nav li .prolist2021 li:hover dl { transform: rotateY(0deg);}
.nav li .prolist2021 li dl {position: absolute;top: 0; left: 100%;transition: 0.5s; transform-origin: left; transform: rotateY(90deg);}


.searchIcon,.Qr_code{position:relative;height:100%;padding:0 16px;display:flex;align-items:center;width:50px;}
.searchIcon{margin-left:20px;}
.searchIcon:after{content: '';width: 1px;height: 16px;background: #eee;position: absolute;top: 50%;right: 0;margin-top: -8px;}
.searchIcon>span,.Qr_code span{font-size:20px;color: #333;cursor:context-menu;}
.head:hover .searchIcon>span,.head:hover .Qr_code span{color: #333;}
.searchBox{position: relative;}
.slideDown{position: absolute;top:120px;right: 0;width: 1200px;background: rgba(255,255,255,0.95);padding: 50px;transform-origin: top center;transform: rotateX(90deg);transition: all 0.35s;}
.searchIcon:hover .slideDown{transform: rotateX(0deg);}
.search-bg{}
#infoname{width:100%;height:52px;outline-style:unset;border:1px solid #eee;text-indent:20px;border-radius:52px;}
.infoname{width:100%;height:52px;outline-style:unset;border:1px solid #eee;text-indent:20px;border-radius:52px;}
.search-i{width: 28px;height: 28px;position: absolute;top: 11px;right: 20px;}
.searchHot{margin-top: 15px;text-align: center;color: #666;}
.searchHot a{color: #888;}

.Qr_ewm{position: absolute;top:120px;right: 0;background: rgba(255,255,255,0.95);padding: 20px;transform-origin: top center;transform: rotateX(90deg);transition: all 0.35s;}
.Qr_code:hover .Qr_ewm{transform: rotateX(0deg);}
.Qr_ewm img{width: 130px;}

/*banner*/
.banner{overflow: hidden; padding-top:120px;}
.bann {width: 100%;position: relative;}
.bann li{overflow: hidden;position:relative;}
.bann li>img{width: 100%;height: auto;}
.bann li.slick-active>img{animation:pic0 16s infinite linear;}

.ban_text1 p{font-size:1.9vw;color: #fff;letter-spacing:0px;}
.ban_text1 p b{color: #fff;font-family:arial;}
.ban_text1 h3{font-size:3.3vw;font-weight: bold;color: #fff;margin: 20px 0;letter-spacing:5px;}
.ban_text1 a{width: 220px;height:52px;display: block;background: #ef3b1b;font-size:18px;color:#fff;line-height:52px;text-align: center;border-radius: 62px;margin-top:50px;position:relative;padding-right:42px; letter-spacing: 2px;}
.ban_text1 a i{text-align: center;
    display: flex;width: 39px;height: 39px;border-radius: 100%;background: #fff;position:absolute;top: 7px;right: 7px;font-size:26px;color: #ef3b1b;line-height:39px;}
.bann li.slick-active .t12{font-family:"Microsoft YaHei"; -webkit-animation-name:page1;animation-name:page1;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-delay:.8s;animation-delay:0.8s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;}
.bann li.slick-active .t12:after {position: absolute; content: ""; width: 55%; height: 15px; background: linear-gradient(to left,#01bd54,#ef3b1b); top: 42%; left: 6%; z-index: -1;-webkit-animation-name:page1;animation-name:page1;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-delay:1.3s;animation-delay:1.3s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;}

.ban_text2{position:absolute;top: 40%;left: 60%;margin-left:-45%;transform: translateY(-50%); background: rgba(0,153,68,0.3); padding: 2%;}
.ban_text2 p{font-size:1.9vw;color: #fff;letter-spacing:0px;}
.ban_text2 p b{color: #fff;font-family:arial;}
.ban_text2 h3{font-size:3.3vw;font-weight: bold;color: #fff;margin: 20px 0;letter-spacing:5px;}
.ban_text2 a{width: 220px;height:52px;display: block;background: #ef3b1b;font-size:18px;color:#fff;line-height:52px;text-align: center;border-radius: 62px;margin-top:50px;position:relative;padding-right:42px; letter-spacing: 2px;}
.ban_text2 a i{text-align: center;
    display: flex;width: 39px;height: 39px;border-radius: 100%;background: #fff;position:absolute;top: 7px;right: 7px;font-size:20px;color: #ef3b1b;line-height:39px;}
.bann li.slick-active .t22{font-family:"Microsoft YaHei"; -webkit-animation-name:page1;animation-name:page1;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-delay:.8s;animation-delay:0.8s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;}
.bann li.slick-active .t22:after {position: absolute; content: ""; width: 55%; height: 15px; background: linear-gradient(to left,#01bd54,#ef3b1b); top: 42%; left: -10%; z-index: -1;-webkit-animation-name:page1;animation-name:page1;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-delay:1.3s;animation-delay:1.3s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;}

.ban_text{position:absolute;top: 52%;left: 55%;margin-left:-45%;transform: translateY(-50%);}
.ban_text p{font-size:1.9vw;color: #fff;letter-spacing:0px;}
.ban_text p b{color: #fff;font-family:arial;}
.ban_text h3{font-size:3.3vw;font-weight: bold;color: #ef3b1b;margin: 20px 0;letter-spacing:5px;}
.ban_text a{width: 220px;height:52px;display: block;background: #ef3b1b;font-size:18px;color:#fff;line-height:52px;text-align: center;border-radius: 62px;margin-top:50px;position:relative;padding-right:42px; letter-spacing: 2px;}
.ban_text a i{text-align: center;
    display: flex;width: 39px;height: 39px;border-radius: 100%;background: #fff;position:absolute;top: 7px;right: 7px;font-size:26px;color: #ef3b1b;line-height:39px;}
.ban_pic{position: absolute;top: 45%; width:55%;right: 61%;margin-right: -45%;transform: translateY(-50%);}
.ban_pic img{opacity:0;width: 100%;height: auto;}
.bann li.slick-active .ban_pic img{opacity:1;-webkit-animation-name:pic1;animation-name:pic1;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-delay:0.8s;animation-delay:0.8s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;}
.bann li.slick-active .t1{text-shadow: 3px 3px 3px #333;-webkit-animation-name:page1;animation-name:page1;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-delay:0.3s;animation-delay:0.3s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;}
.bann li.slick-active .t2{font-family:"Microsoft YaHei"; -webkit-animation-name:page1;animation-name:page1;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-delay:.8s;animation-delay:0.8s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;}
.bann li.slick-active .t2:after {position: absolute; content: ""; width: 42%; height: 15px; background: linear-gradient(to left,#01bd54,#ef3b1b); top: 38%; left: 0; z-index: -1;-webkit-animation-name:page1;animation-name:page1;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-delay:1.3s;animation-delay:1.3s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;}
.bann li.slick-active .t3{font-size:1.33vw;text-shadow: 3px 3px 3px #333;-webkit-animation-name:page1;animation-name:page1;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-delay:1.3s;animation-delay:1.3s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;}
.bann li.slick-active .t33{font-size:1.22vw;text-shadow: 3px 3px 3px #333;-webkit-animation-name:page1;animation-name:page1;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-delay:1.3s;animation-delay:1.3s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;}
.bann li.slick-active .w_btn{-webkit-animation-name:page1;animation-name:page1;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-delay:1.8s;animation-delay:1.8s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;}
.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{position: absolute;bottom: 8%;right: 8%;z-index: 998;display: flex;}
.bann_num>span{font-size: 25px;color: #fff;display: block;z-index: 999;cursor: pointer;border: 1px solid #eee;padding: 10px;}
.bann_num>.ban_prev{}
.bann_num>.ban_next{margin-left: 10px;transform: rotate(180deg);}
.ban_dots{position: absolute;top: 50%;left: -80px;transform: translateY(-50%);font-family:din;font-size: 50px;display: flex;align-items: baseline;color:rgba(255,255,255,0.7);}
.ban_dot{display: flex;}
.ban_dot>li{border-radius: 100%;display: none ;}
.ban_dot>li button{font-size:50px;border:none;background:no-repeat;color:#fff;font-weight: bold;font-family:din;}
.ban_dot>li.slick-active{display: block;}

.ban_dota{    display: none !important;}
.ban_dota>li{border-radius: 50%;}
.ban_dota>li button{font-size:50px;border:none;background:no-repeat;color:#fff;font-weight: bold;font-family:din;}
.ban_dota>li.slick-active{display: block;}

.ny_prototal { width:100%; overflow:hidden;}
.ny_prolist { width:31.3%; margin:0 1%; float:left; margin-bottom:2%; overflow:hidden;}
.ny_propic { position:relative; overflow:hidden;}
.ny_propic a { display:block;}
.ny_propic a img { width:100%; }
.ny_propic a:before { content:''; width:0%; height:0%; background-color:rgba(0 ,0,0,0.3); position:absolute; z-index:2; top:0; display:block; transition: all 0.3s;}
.ny_propic span { width:60px; height:60px; display: none; position:absolute; z-index:3; left:50%; margin-left:-30px; top:39%; border: solid 1px #fff; border-radius:60px; font-size:14px; color:#fff; line-height:60px; text-align:center; box-sizing:border-box;}
.ny_prolist:hover .ny_propic a:before { width:100%; height:100%;}
.ny_prolist:hover .ny_propic span { display:block;}

.ny_protil { width:100%; background:#f5f5f5; margin-top:0.8%; position:relative; overflow:hidden;}
.ny_protil a { height:45%; padding:3% 4% 4% 5%; font-size:16px; position:relative; z-index:2; display:block;}
.ny_protil span { display:block; width:67px; height:12px; background:url(/skin/images/20200522095054_1768699360.png); margin-top:3%;}
.ny_prolist:hover .ny_protil span { background-position:0px -12px; transition:all 0.3s;}
.ny_prolist:hover .ny_protil a { color:#fff;}
.ny_protil:before { width:0; height:100%; content:""; display: block; position:absolute; left:0; bottom:0; background:#f5811a; transition: all 0.3s;}
.ny_prolist:hover .ny_protil:before { width:100%;}
.clear{clear:both;}

@-webkit-keyframes page1{
    from{opacity:0;-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0);}
    to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}
@keyframes page1{
    from{opacity:0;-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0);}
    to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}
@-webkit-keyframes pic0{
    0%{transform: scale(1.1);}
    50%{transform: scale(1);}
    100%{transform: scale(1.1);}
}
@keyframes pic0{
    0%{transform: scale(1.1);}
    50%{transform: scale(1);}
    100%{transform: scale(1.1);}
}
@-webkit-keyframes pic1{
    from{opacity:0;-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0);}
    to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}
@keyframes pic1{
    from{opacity:0;-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0);}
    to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}

/*par*/
.par {
    overflow: hidden;
}
.par_box {
}
.par_con {
    width: 100%;
}
.par_con ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.par_con li {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #f9f9f9, #f0f0f0);
    width: 33.33%;
    height: 127px;
    justify-content: center;
}
.par_con li i {
    font-size: 30px;
    position: relative;
    z-index: 5;
}
.par_con li i:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #63c085;
    position: absolute;
    top: 12px;
    right: -7px;
    z-index: -1;
}
.par_con li p {
    font-size: 22px;
    color: #666;
    padding: 0 0 0 20px;
}


/* company */
.com_wrap{padding: 70px 0;display: flex;justify-content: space-between; background:url(../images/2020061001.jpg) center top no-repeat; width: 100%;}
.com_text{width: 54%; float:left;}
.ct_tit{display: flex;align-items: center;margin-bottom: 40px;}
.ct_num{text-align: center;border-right: 1px solid #eee;position: relative;padding: 7px 25px 7px 40px;}
.ct_num span{width: 24px;position: absolute;top: 50%;left: 0;background: #ef3b1b;color: #fff;text-align: center;padding: 6px 0;transform: translateY(-50%);line-height: 16px;font-size: 14px;}
.ct_num p{font-size: 24px;font-weight: bold;}
.ct_num em{font-size: 60px;margin-top: 10px;font-weight: bold;color: #ef3b1b;display: flex;align-items: baseline;position: relative; font-family: din;}
.ct_num em b{font-size: 18px;position: absolute;bottom: 8px;right: 50%;margin-right: -40px;}
.ct_tit h2{font-size: 36px;margin-left: 25px;}
.com_text>p{font-size: 18px;line-height: 32px;color: #666;margin-top: 10px;}
.com_text>p+p{}
.com_text button{width: 180px;height: 50px;margin-top: 50px;border: none;background: #ef3b1b;border-radius: 50px;transition:all 0.35s;}
.com_text button:hover{box-shadow: 5px 5px 18px rgba(0,92,161,0.2);transform:translateX(10px);}
.com_text button a{font-size: 17px;color: #fff;font-weight: 100;display: block;line-height: 50px;position: relative;padding-right: 44px;}
.com_text button a b{width: 38px;height: 38px;border-radius: 100%;background: #14a856;position: absolute;top: 6px;right: 6px;font-size: 18px;line-height: 36px;color: #ffffff;font-family: rob;font-weight: normal;transition:all 0.35s;}
.com_text button:hover a b{background: #fff;color: #ef3b1b;}
.com_vid{width: 43%;background: #fff;overflow: hidden;border-radius: 16px;height: 523px;box-shadow: 0 0 100px rgb(0 0 0 / 10%); padding:10px;     float: right;}
.com_vid img{width: 100%;border-radius: 16px;}

.nylist{width:100%;margin: 0 auto;}
.nylist li{width:31.3%;padding:1.5%;margin: 0 1% 2% 1%;float: left; border: 1px solid #eee; box-sizing: border-box; text-align: center;}
.nylist-photo{width:100%;display: block; overflow: hidden;}
.nylist-photo img{width:100%;transition:all linear 0.5s;}
.nylist li:hover .nylist-photo img{transform:scale(1.1); }    
.nylist-title{line-height: 40px; padding-top:10px;}
.nylist li:hover .nylist-title{color:#000;}

.nylist1{width:100%;margin: 0 auto;}
.nylist1 li{width:23.5%;padding:1.5%;margin: 0 1.5% 2% 0%;float: left; border: 1px solid #eee; box-sizing: border-box; text-align: center;}
.nylist1-photo{width:100%;display: block; overflow: hidden;}
.nylist1-photo img{width:100%;transition:all linear 0.5s;}
.nylist1 li:hover .nylist-photo img{transform:scale(1.1); }    
.nylist1-title{line-height: 40px; padding-top:10px;}
.nylist1 li:hover .nylist-title{color:#000;}
.tjpic { margin:30px 0px; }
.fbold { font-weight:bold; }

/* number */
.num_wrap{display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px; padding: 40px 0px 80px 0;border-bottom: 1px #eee solid; max-width: 96%; margin:0 auto; margin: 0 auto;position: relative;margin-top: -187px;background: #fff;}
.num_li{width: 18%;position: relative;}
.num_li p{padding-top: 20%;}
.num_wrap dl{text-align: center;width: 100%;height: 100%;border-radius: 100%; padding-top: 10px;position: absolute;top: 0;left: 0;}
.num_wrap dl dt{display: flex;justify-content: center;}
.num_wrap dl dt em{font-size: 52px;font-family: din;font-weight: bold;color: #ef3b1b;}
.num_wrap dl dt i{font-size: 26px;font-weight: 100;font-family: din;color: #ef3b1b;margin-top: 5px;}
.num_wrap dl dd{margin-top: 15px;font-size: 18px;color: #333;}

/*pro*/
.pro_bc {
    background: #f1f1f1;
    padding: 50px 0 30px 0;
}

.pro_ic {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-right: 30px;
    width: 96%;
    margin:auto;
}

.pro_lc {
    width: 21%;
    background: linear-gradient(to top, #01833a, #01833a);
    padding: 42px;
    border-radius: 12px;
    position: relative;
}

.pro_rc {
    width: 77%;
    overflow: hidden;
    padding: 0px 0;
}

.pro_ct {
    display: flex;
    align-items: center;
}

.pro_ct>span {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 3px solid rgba(255,255,255,0.27);
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 45px;
    margin-right: 12px;
}

.pro_ct>div>b {
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
}
.pro_ct>div>b a {
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
}

.pro_ct>div>p {
    font-size: 14px;
    font-family: "Arial";
    color: #fff;
    margin-top:4px;
letter-spacing: 2.8px;
}

.pro_lc>em {
    color: #fff;
    font-size: 20px;
    margin: 36px 0;
}

.pro_lc>p {
    background: #fff;
    padding: 5px;
    border-radius: 6px;
    margin-top: 72px;
}

.pro_lc ul a {
    display: block;
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-left: 32px;
    line-height: 28px;
    letter-spacing: 2px;
}
.pro_lc ul dt a{color: rgba(255,255,255,0.7); font-size: 15px; line-height: 28px; letter-spacing: 2px;}
.pro_lc li+li {
    margin-top: 32px;
}

.pro_lc ul a:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    border: 1px solid rgba(255,255,255,0.55);
    top: 11px;
    left: 0;
    transition: all .5s;
}
.pro_lc ul li.on a:after {
    background: #fff;
}
.pro_item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 18px;
}

.pro_item {
    display: flex;
    transition: all .5s;
}

.pro_item>div {
    flex-shrink: 0;
    width: 100%;
}

.pro_item ul img {
    width: 100%;
    height: auto;
    transition: all .75s;
}

.pro_item li {
    width: 32%;
    overflow:hidden;
    position:relative;
}
.pro_item>div:nth-chilf.pro_ct>div>pd(-n+2) li {
    border-left: none;
}
.pro_item li:after{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);}
.pro_item li:hover:after{left:100%; -moz-transition:.75s; -o-transition:.75s; -webkit-transition:.75s; transition:.75s;}

.pro_item li span a {
    display: block;
    height: 67px;
    color: #fff;
    font-size: 18px;
    line-height: 67px;
    padding-left: 24px;
    position: relative;
    transition: all .5s;
    text-align:center;
}
.pro_item li:hover span a{color: #fff;}
.pro_item li:hover span a:after{color: #fff;}
.pro_item li span a:after {
    position: absolute;
    /*
    content: "\eb91";
    font-family: "iconfont";
    */
    font-size: 22px;
    right: 26px;
}

.pro_lc * {
    z-index: 2;
    position: relative;
}

.pro_item li:hover span a {
    background: #007e38;
}

.pro_item li>a {
    display: block;
    overflow: hidden; 
}

.pro_item li br {
    display: none;
}

.pro_item li:hover img {
    transform: scale(1.1);
}
.pro_lc>p img {
    width: 100%;
}
@media screen and (max-width: 1540px){
    .pro_lc{padding:32px;min-width:285px;}
}
@media screen and (max-width: 1420px){
.pro_ic{padding-right:20px;}
}

/*产品特点*/
.superbox{width: 96%; margin:0 auto;}
.super { position: relative; display: block; background: url(../images/2020061002.jpg) top no-repeat center; width: 100%; padding: 0px 0 15px;}

.protd_bg{ max-width:1400px; margin:0 auto; margin-top:0px;}

.sup_list{margin-top:50px;}
.sup_item1{align-items: normal;    border: 1px #eee solid;
    padding: 1%;}
.sup_item1+.sup_item1{margin-top:30px;}
.supi_img+.supi_text{text-align:right; padding-left: 4%;}
.supi_text{flex-grow:1;position:relative;padding-top:45px; padding-right: 4%;  padding-left:4%}
.supi_text>em{font-size:88px;font-family:'rob';line-height:100%;display: inline-block;margin-bottom:10px;position:relative;display:none;}
.supi_text>em:before{content:'';width:52px;height:50%;background:url(../images/2020061003.jpg) no-repeat;position:absolute;top:50%;left:0;}
.supi_text>p{font-size:36px;font-weight: bold;line-height:100%;margin-bottom:10px;margin-top:40px;}
.supi_text>p span{display: block;color:#ef3b1b;margin-bottom:10px;}
.supi_text>b{font-weight:normal;line-height:30px;color:#222;display: block;}

.supi_num ul{width:100%;height:76px;background:#eee;position:absolute;bottom:0;left:0;text-align: center;padding:38px 0;}
.supi_num li+li{margin-left:36px;}
.supi_num li em{font-size:40px;font-weight: bold;color:#ef3b1b;}
.supi_num li b{font-size:18px;font-weight:normal;color:#ef3b1b;}
.supi_num li p{font-size:16px;color:#666666;line-height:100%;}

.supi_ad{width:calc(100% - 60px);height:81px;padding:36px 30px;background:url(../images/2020061004.jpg) no-repeat;position:absolute;bottom:0;left:1;}
.sad_text p{font-size:24px;font-weight: bold;color:#fff;line-height:100%;} 
.sad_text a{width:178px;height:42px;border-radius:42px;background:#e60113;display: block;text-align: center;line-height:42px;color:#fff;margin-top:15px;}
.sad_text a span{font-size:10px;color:#fff;display:inline-block;margin-left:10px;}


.pro_more1{ width:720px; margin:auto; position:relative; background: linear-gradient(120deg,#ef3b1b 10%,#00bb53 80%); height:74px; margin-top:0px; border-radius: 80px;line-height:74px;margin-top:3%;}
.pro_more1 .m_bg{ position:absolute; z-index:1; left:0; top:0; height:100%; width:0;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s; background:#4487f9; border-radius: 80px;}
.pro_more1 .tel{ height:74px; margin:4px; line-height:74px; padding:0 0px; position:relative; z-index:10; border-radius: 30px; text-align: center;}
.pro_more1 .tel span{ display:block;color:#fff; font-weight:200; line-height: 72px;width:720px;}
.pro_more1 .tel .span1{ font-size:36px; letter-spacing: 2px;}
.pro_more1 a{ display:block; line-height:60px; color:#fff; width:160px; text-align:center; float:right;position:relative; z-index:999; font-size:18px;}
.pro_more1:hover .m_bg{ width:100%;}

/*application*/
.ap_tit b{color: #333;}
.ap_tit p{color: #666;}
.ap_c{margin-top: 30px;}
.ap_bc {padding: 0px 0 70px 0;position: relative; margin-top: 80px;}
.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; }
.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(../images/2020061009.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: 1s; }
.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: #ef3b1b; border-radius: 30px; align-items: center; justify-content: center; margin: 0 auto; margin-top: 50px; }
a.ap_btn span {color: #fff; font-size: 30px; margin-left: 14px; }

/*adv*/
.ripple,.ripple:before,.ripple:after {transform:rotate(180deg);position: absolute;left: 50%;top: 50%;height: 68px;width: 68px;margin-left: -34px;border-radius: 50%;-webkit-box-shadow: 0 0 0 0 rgb(255,255,255,0.64);box-shadow: rgba(135, 186, 57, 0.64);animation: ripple 3s infinite;margin-top: -34px;}
.ripple{font-size: 30px;color: #fff;width: 68px;height: 68px;border-radius: 100%;line-height: 65px;text-align: center;border: 3px solid #fff;margin-top: -12px;padding-left: -6px;}
.ripple:before {-webkit-animation-delay: .9s;animation-delay: .9s;content: "";position: absolute;right: 0;bottom: 0;}
.ripple:after {-webkit-animation-delay: .6s;animation-delay: .6s;content: "";position: absolute;right: 0;bottom: 0;}
.video_box2{width:100%;height:100%;background:rgba(0,0,0,0.6);position: fixed;top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box2.cur{opacity:1;z-index:999;transition:600ms ease;}
.video2{width: 900px;height: 518px;border: 10px solid rgba(0,0,0,0.5);position: fixed;top:-100%;left:50%;transform: translate(-50%, -50%);transition:600ms ease;}
.video_box2.cur .video2,.video_box2.cur .video_x2{top:50%;transition:600ms ease;}
.video_x{width:50px;height:50px;border-radius:50px;background:#fff;position: fixed;top:-100%;left:50%;margin-left:520px;margin-top:-250px;text-align: center;line-height:50px;font-size:22px;font-weight: lighter;cursor: pointer;transition:600ms ease;}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
            box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
  }
}
.bil_bc{width: 100%;background: url(../images/2020061005.jpg) no-repeat center; height: 604px;position: relative;     background-attachment: fixed;}
.bil_wz {
    text-align: center;
    padding-top: 100px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.bil_wz>b{display: block;font-size: 48px;color: #fff;}
.bil_wz>p{font-size: 16px;color: #fff;margin-top: 12px;line-height: 36px;}
/*sup*/
.sup_ca{padding: 80px;position: relative;box-shadow: 1px 1px 60px rgba(0,0,0,0.1);margin-bottom: 100px;background: #fff;}
.sup_c{padding: 70px 50px 50px;position: relative;box-shadow: 1px 1px 60px rgba(0,0,0,0.1);margin-bottom: 70px;margin-top:-130px;background: #fff;}
.sup_c:after{position: absolute;content: "";width: 100%;height: 10px;background: linear-gradient(to left,#01bd54,#ef3b1b);top: -10px;left: 0;}
.sup_lc{display: flex;justify-content: space-between;}
.sup_cc li{width: 28%;height: 112px;position: relative;background: #f2f2f4;overflow: hidden;transition: all .3s;}
.sup_cc li+li{margin-top: 1px;}
.sup_cc li.on{background: #ef3b1b;}
.sup_cc li:after{position: absolute;content: "";width: 119px;height: 119px;border-radius: 100%;background: rgba(0,0,0,0.1);top: -47px;left: -42px;}
.sup_cc li.on:after{background: rgba(255,255,255,0.1);}
.sup_cc li i{position: absolute;display: block;top: 12px;left: 12px;font-size: 36px;font-weight: bold; font-family: din;}
.sup_cc li.on i{color: #fff;}
.sup_cc li b{display: block;font-size: 23px;text-align: center;line-height: 112px;padding-left: 38px; padding-left: 8%;}
.sup_cc li.on b{color: #fff;}
.sup_rc{width: 75%;position: relative;}
.sup_item>b{display: block;position: relative;font-size: 32px;color: #333;margin-bottom: 16px; padding-left:8%;}
.sup_item>b:after{position: absolute;content: "";background: url(../images/2020061101.png) no-repeat center;width: 51px;height: 51px;top: -17px;left: -17px;}
.sup_item>p{font-size: 16px;color: #666;line-height: 25px;width: 100%;}
.sup_item>p+p{margin-top: 4px;}
.sup_cc{position: relative;}
.sup_ic{position: absolute;width: 50%;padding: 2% 0 0 2%;background:rgba(255,255,255,0.96); border-bottom: 5px #ef3b1b solid;bottom: 0;right: 0; height: 210px;}
.sup_img img{width: 100%;}
.sup_img p{position: absolute;width: 100%;top: 0;right: 0;}
.sup_img{position: relative;width: 65.1%;}
.sup_lc .ser_tit{width: 30%;}
.sup_img p+p{display: none;}
.sup_ic>div{position: absolute;width: 90%;}
.sup_ic>div+div{display: none;}
@media screen and (max-width: 1478px){
  .sup_ic{height: 210px;}
  .sup_lc .ser_tit p{margin-bottom: 15px;}
.sup_img {width: 69.1%;}
}
/*case*/
.yiy_img{position:relative;overflow: hidden;margin-top: 60px; background: #fff; padding:15px 0; height:620px;}
.yiy_img .divdgweb_new_div_item_title a{display:block;font-size: 22px;position:relative;font-weight:normal;color:#333;text-align: center;}
.yiy_img .divdgweb_new_div_item_body{height: 88px;color:#666;font-size:14px;line-height: 24px;padding:16px 0 0;overflow:hidden;text-align:center;font-weight:100;}
.yiy_img .tempWrap,.yiy_img .divdgweb_new_div{overflow:inherit !important;}
.yiy_img .divdgweb_new_div{display:flex;}
.yiy_img .divdgweb_new_div_item {display: flex !important;flex-direction: column-reverse;width: 32.5%;margin: 0 0.2%;transition: all .3s;flex-shrink: 0;background: #fff;}
.yiy_img .divdgweb_new_div_item:hover{}
.yiy_img .divdgweb_new_div_item .news_div_item_pic,.yiy_img .divdgweb_new_div_item .news_div_item_pic img{width:100%;}
.yiy_img .divdgweb_new_div_item .news_div_item_pic a{display:block;position: relative;overflow:hidden;}
/*.yiy_img .divdgweb_new_div_item .news_div_item_pic a:after {position: absolute;content: "";width: 100%;height: 100%;top: 0;left: 0;background: #000;transition:all .5s;opacity: 0.7;}*/
.yiy_img .divdgweb_new_div_item:hover .news_div_item_pic a:after{opacity: 0;}
.yiy_img  .news_div_item_pic img {width: 100%;height:auto;transition:all 0.5s;}
.yiy_img .divdgweb_new_div_item:hover .news_div_item_pic img{transform:scale(1.2);}
.yiy_img .divdgweb_new_div_item_content{position: relative;padding: 32px 56px 89px;transition:all .3s;}
.yiy_img .divdgweb_new_div_item_title a:after {position: absolute;content: '查看详情';width: 120px;height: 34px;border-radius: 17px;font-size: 14px;bottom: -148px;left: 50%;margin-left: -58px;font-family: "Microsoft YaHei";text-align: center;line-height: 34px;transition: all .3s;background: #ef3b1b;color: #fff;font-weight: normal;}

.yiy_img .slick-dots li button:before{color:#999;font-size: 50px;}
.yiy_img .slick-dots li.slick-active button:before{color:#ef3b1b;}
.yiy_img .slick-dots{bottom: -70px;}

.yy_cate table tr.on{background: #e59f62;}
.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a:after{background: #0d1821;}
.yiy_img .divdgweb_new_div_item_content:before {position: absolute;content: "";width:100%;}
.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_content{background: #ef3b1b;}
.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_content:before{}
.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_content .divdgweb_new_div_item_title a{color:#fff;}
.yiy_img .divdgweb_new_div>button{display:none!important;}
.cas_bc {
    width: 100%;
    background: url(../images/2020061007.jpg) no-repeat center;
    padding: 100px 0;background-attachment: fixed;
}
.cas_dingzhi {
    width: 100%;
    padding: 2px 0px 30px 0px;background-attachment: fixed;
}
.ser_tit2>b {
    color: #fff;
}

.ser_tit2>b>span {
    color: #fff;
}

.ser_tit2>b:after {
    background: #fff;
}

.ser_tit2>p {
    color: rgba(255,255,255,0.5);
}

.pro_btn2>span {color: #fff!important;}

.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_content .divdgweb_new_div_item_body {
    color: rgba(255,255,255,0.7);
}

.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_content:after {
    transform: rotateX(0deg);
}
.suc_c {position: relative;}
.pro_tc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.pro_tc>.ser_tit>p { margin: 15px 0 0;}
.ser_tit>p {font-size: 20px; color: #717375; line-height: 24px;margin: 26px 0 72px;}
.ser_tit>b {display: inline-block;position: relative;font-size: 42px;color: #ef3b1b;}
.cas_dot{position: absolute;bottom: -42px;left: 50%;display: flex;margin-left: -54px;}
.cas_dot li{width: 12px;height: 12px;border-radius: 100%;background: #cccccc;}
.cas_dot li+li{margin-left: 12px;}
.cas_dot li button{display: none;}
.cas_dot li.slick-active{background: #ef3b1b;}

/*mot*/
.mot {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    z-index: 55;
}
.mot_box {
    max-width: 1500px;
    margin: 0 auto;
}
.mot_tab {
    position: relative;/* z-index: 6; */
    overflow: hidden;
}
.mot_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mot_nav ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.mot_nav li {
    background: #f8f8f8;
    width: 50%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
    transition: 0.5s;
}
.mot_nav li.on {
    background: #ef3b1b;
}
.mot_nav li.on a {
    color: #fff;
}
.mot_nav li a {
    font-size: 22px;
}
.mot_nav>a {
    font-size: 16px;
}
.mot_int {    overflow: hidden;}
.mot_con {
    display: flex;
    transition: 0.5s;
    padding: 50px 0 0;
}
.mot_call {
    width: 100%;
    flex-shrink: 0;
}
.mot_call ul {}
.mot_call li {
    border: 1px solid #eee;
    padding: 10px;
    margin: 0 0.1%;
    background: #fff;
    }
.mot_call li>a {position: relative;display: inline-block;}
.mot_call li>a img {width:100%;height:auto;}
.mot_call li p {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0 4%;
}
.mot_call li p>a {
    font-size: 22px;
    position: relative;
    font-weight: lighter;
}

/*加工*/
.wd{padding: 0px 0 70px 0;}
.wd_c{overflow:hidden;}
.wd_c .pro_tit{margin-bottom: 50px;}
.wd ul{ margin: 60px 0 0;height: 270px;text-align: center;border-left: 1px solid #eee;box-sizing: border-box;}
.wd ul li{ float:left;width:14.28%;height: 240px;transition:all 0.5s;position: relative;z-index: 10; border-right:1px solid #dddddd;}
.wd ul li em{ display: block;margin: 36px auto 0;width: 46px;height: 46px;border-radius: 23px;font-size: 20px;line-height: 46px;text-align: center;font-weight: bold;background:#ef3b1b;transition: all 0.5s;color: #fff;}

.wd ul li b{ display: block;font-size: 22px;color: #333;line-height: 22px;font-weight: normal;padding-top: 20px;padding-bottom: 9px;}
.wd ul li span{ display: block;font-size: 12px;color: #333;line-height: 12px;opacity: 0.2;text-transform: uppercase;}
.wd ul li p{ ;font-size: 14px;line-height: 24px;color:#999;padding:14px 20px 0;}


.wd ul.slick-initialized button{display: none !important;}
.jg_btn{display: flex;align-items: center;justify-content: center;width: 650px;height: 68px;border-radius: 40px;background: #ef3b1b;margin: 0 auto;margin-top: 50px; -webkit-box-reflect: below 0 -webkit-linear-gradient(transparent, transparent 77%, rgba(255,255,255,.3)); }
.jg_btn>span{color: #fff;font-size: 25px;}
.jg_btn>i{color: #fff;font-size: 14px;margin-left: 10px;}
.jg_btn>b{font-weight: normal;font-size: 26px;color: #fff;font-family: din;}
a.j_b{font-size: 14px; color: #333; background: #fff; width: 135px; text-align: center; height: 40px; line-height: 40px; overflow: hidden; border-radius: 20px; margin-left: 66px;display: block;}

/*news*/
.new_bc {padding: 50px 0;background: linear-gradient(to bottom, #f0f0f0, transparent);}
.new_ic {display: flex; justify-content: space-between; margin-top: 60px; }
.new_lc {width: 48%; overflow: hidden; }
.new_rc {width: 48%; }
img.news_div_item_image {width: 50%; }
.new_tab {display: flex; justify-content: space-between; align-items: center; }
.new_tab>ul {display: flex; }
.new_tab>ul a {font-size: 22px; display: flex; align-items: center; }
.new_tab>ul span {font-size: 22px; padding-right: 8px; }
.new_tab>ul li+li {margin-left: 66px; position: relative; }
.new_tab>ul li+li:after {position: absolute; content: ""; width: 1px; height: 25px; background: #ddd; top: 0; left: -34px; }
.new_tab>a,.new_rt>a {font-size: 16px; color: #666; display: flex; align-items: center; }
.new_tab>a span,.new_rt>a span {display: inline-block; font-size: 12px; width: 14px; height: 14px; background: #ef3b1b; border-radius: 100%; color: #fff; text-align: center; line-height: 10px; margin-left: 6px; }

.new_item .news_div_item:nth-child(1) .news_div_item_date {display: none; }
.new_ii {margin-top: 40px;transition:all .5s; }
.new_item {flex-shrink: 0; width: 100%; }
.new_ii {display: flex; }

.new_item .news_div {}
.new_item .news_div_item:nth-child(n+2) img {display: none;}
.new_item .news_div_item {display: flex; flex-direction: column-reverse; position: relative; }
.new_item a.news_div_item_a {display: block; font-size: 17px; margin: 20px 0 20px; }
.new_item .news_div_item_body {font-size: 15px; color: #777; line-height: 26px; height: 52px; overflow: hidden; }
.new_item .news_div_item:nth-child(1) {padding-bottom: 32px; border-bottom: 1px solid #e3e3e3; margin-bottom: 24px; }
.new_item .news_div_item:nth-child(n+2) .news_div_item_body {display: none; }
.new_item .news_div_item:nth-child(n+2) .news_div_item_date {display: flex; }
.new_item .news_div_item:nth-child(n+2) .news_div_item_date * {font-size: 15px; color: #999; }
.new_item .news_div_item:nth-child(n+2) .news_div_item_date {position: absolute; top: 0; right: 0; }
.new_item .news_div_item:nth-child(n+2) a.news_div_item_a {margin: 0; font-size: 15px; position: relative; padding-left: 30px; }
.new_item .news_div_item:nth-child(n+3) {margin-top: 22px; }
.new_item .news_div_item:nth-child(n+2) a.news_div_item_a:after {position: absolute; content: "\e88e"; font-family: 'iconfont'; top: 0; left: 0; font-size: 18px; color: #666; }
.new_rt {display: flex; align-items: center; justify-content: space-between; }
.new_rt>div {display: flex; font-size: 24px; align-items: flex-end; }
.new_rt>div span {font-size: 24px; padding-right: 8px; }
.new_rt>div i {padding-left: 10px; font-size: 13px; color: #999; }
.new_rc .news_div {margin-top: 40px; }
.new_rc .news_div_item_date {display: none; }
.new_rc .news_div_item {display: flex; justify-content: space-between; border-top: 1px solid #e3e3e3; align-items: center; padding: 2% 0; }
.new_rc .news_div_item_content {width: 70%; float: left;}
.new_rc .news_div_item_pic {width: 25%; float: right;}
.new_rc .news_div_item+.news_div_item {}

.new_rc a.news_div_item_a {display: block; font-size: 17px; }
.new_rc .news_div_item_body {font-size: 15px; color: #777; line-height: 26px; margin-top: 16px; height: 52px; overflow: hidden; }
.new_tab>ul>li.on a,.new_tab>ul>li.on a span {color: #ef3b1b; font-weight: bold; }
.new_rc .news_div_item:hover .news_div_item_a,.new_lc .news_div_item:hover .news_div_item_a {color:#ef3b1b;}
.new_rc button{display:none!important;}

/* links */
.linkk{background:#ef3b1b;}
.yq_c{display: flex;align-items: center;height: 106px;}
.l_lj b{font-size: 25px;color: #fff;font-weight: bold;}
.l_lj p{font-size: 14px;color: rgb(255 255 255 / 70%);letter-spacing: 6px;margin-top: 5px;}
.linkTagcs{width:100%!important;padding-left: 10px;}

/*copy*/
.cop_bc{background: url(../images/2020061008.jpg) no-repeat center;color: #fff;padding: 60px 0;}
.cop_c{display: flex;justify-content: space-between;align-items: center;}
.cop_wz>b{font-size: 30px;margin-bottom: 18px;display: block;color: #fff;}
.cop_wz>p{font-size: 16px;color: #fff;line-height: 28px;}
a.cop_btn{display: block;border: 1px solid #fff;color: #fff;font-size: 16px;padding: 10px 25px;}
.foot{border-top: 10px solid #ef3b1b;}
.foot .ftnav dl dd a {display: block;color: #666;line-height: 200%;font-size: 15px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding-left: 20px;position: relative;}
.foot .ftnav dl dd a:before{content: '';width: 4px;height: 4px;border-radius: 100%;background: #999;position: absolute;top: 50%;left: 5px;transform: translateY(-50%);}
.foot .ftnav dl dt, .ftcontact dl dt {font-size: 21px;color: #333;margin-bottom: 15px;margin-top: 18px;padding-left: 20px;}
.foot .ftnav dl dt{border-left: 2px solid #ef3b1b;}
.foot .ftnav {display: flex;justify-content: space-between;width: 56%;}
.ftcontact dl dt.t2 {font-size: 30px;font-weight: bold;color: #ef3b1b;}
.ftcontact dl dt.t2::after {content: " ";display: block;float: left;width: 48%;height: 1px;background-color: #535353;margin-top: 10px;margin-bottom: 1px;position: absolute;}
.foot .ftcontact p {color: #666;font-size: 14px;line-height: 38px;}
.foot .ftcontact a {color: #898989;}
.ftwap {max-width: 170px;min-width: 130px;text-align: center;font-size: 14px;color: #898989;margin-top: 15px;float: left; margin-left:180px;}
.foot_c {display: flex;justify-content: space-between;}
.foot {color: #8b8b8b;background: #f8f8f8;padding: 70px 0;overflow: hidden;position: relative;z-index: 2;}
.ftcontact {box-sizing: border-box;position: relative;width: 25%;text-align: left;}
.ftwap img {width: 100%;border-radius: 5px;margin-bottom: 10px;}
.ftcontact dd{margin-top: 9px;}
.foot .ftnav dl dd a:hover {color: #ef3b1b;text-decoration: underline;}
.copy_bg {background: #f8f8f8;border-top: 1px solid rgba(204,204,204,.5);}
.copy_bg div {color: #666;height: 80px;line-height: 80px;}
.copy_bg div a {color: #666;font-size: 15px;}
.copy_bg div a:hover{color: #333;}
.copy_b {ustify-content: space-between;align-items: center;}

.linkk+.foot{border-top: none;}

.pagination-wrap { margin:0 auto; padding:0px 15px; }
#pages {
	clear: both;
	padding: 10px 0 10px;
	text-align: center;
	font: 14px 'Microsoft YaHei';
}
#pages a {
	display: inline-block;
	padding: 0px 8px;
	height: 24px;
	font-size: 14px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	margin-right: -1px;
}
#pages a.a1 {
	padding: 0px 12px;
	height: 24px;
	line-height: 22px;
	margin-top: 0px;
}
#pages a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none;
}
#pages span {
	display: inline-block;
	padding: 0px 8px;
	height: 24px;
	line-height: 22px;
	background: #ef3b1b;
	border: 1px solid #ef3b1b;
	color: #fff;
	text-align: center;
}
.page .noPage {
	display: inline-block;
	padding: 0px 12px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #a4a4a4;
}
.pageright {
	margin-right: 40px;
}
@media (max-width : 420px) {
#pages .prev, #pages .next {
	display: none;
}
}