* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	
	color: #333;
}

body {
	font-size: 14px;
	font-family: "Microsoft YaHei", sans-serif;
}

a {
	text-decoration: none;
	font-size: 14px;
}

em,
i {
	display: block;
	font-style: normal;
}

:focus {
	outline: none;
}


@font-face {
	font-family: 'iconfont';
	/* Project id 1490935 */
	src: url('//at.alicdn.com/t/font_1490935_5k2retsrvst.eot?t=1640417629746');
	/* IE9 */
	src: url('//at.alicdn.com/t/font_1490935_5k2retsrvst.eot?t=1640417629746#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('//at.alicdn.com/t/font_1490935_5k2retsrvst.woff2?t=1640417629746') format('woff2'),
		url('//at.alicdn.com/t/font_1490935_5k2retsrvst.woff?t=1640417629746') format('woff'),
		url('//at.alicdn.com/t/font_1490935_5k2retsrvst.ttf?t=1640417629746') format('truetype'),
		url('//at.alicdn.com/t/font_1490935_5k2retsrvst.svg?t=1640417629746#iconfont') format('svg');
}



 

  @media (max-width: 1680px) {
	.pull-left{}
	.pc-menus{width: 51% !important;}
	.logo img{max-width:61%; padding-top:30px}

  }
  @media (max-width: 1400px) {
  	.pull-left{}
  	.pc-menus{width: 55% !important;}
  	.logo img{max-width: 60%; padding-top:35px}
  
  
  }
  
  @media (max-width: 1300px) {
  	.pull-left{}
  	.pc-menus{width: 56% !important;left:50%!important;}
  
  	.logo img{max-width: 50%; padding-top:40px}
  	/* .hd_tell{display: none !important;} */
  
  }
  
@media (max-width: 1200px) {
	.pull-left{}
	.pc-menus{width: 60% !important; left: 60% !important;}
	
	.logo img{max-width: 50%; padding-top:40px}
	.hd_tell{display: none !important;}
  }

.logo img{float: left;}
.logo2{float: left;width: 150px;}
.logo3{padding-top:10px;}
.logo i{float: left; padding-top:40px}
.logo h2{font-size:40px;display: block;width: 190px;}
.logoimg{width: 100px !important;}
/* logo */
.kllogo{width: 100%;color:#333; transition:.6s; position: relative;  height: 130px; }
.head_wrap { width:88vw; max-width:1400px; margin-left:auto; margin-right:auto;transition:.6s; text-align:center; display:-webkit-flex; display:flex; display:-webkit-box; display:box; -webkit-align-items:center; align-items:center; -webkit-box-align:center; box-align:center; -webkit-box-pack:justify; box-pack:justify; -webkit-justify-content:space-between; justify-content:space-between;overflow: hidden; }
.pull-left{overflow: hidden; display: block;}

/* nav */

.pc-menus { height:100px; position:absolute; left:55%; top:50%; transform:translateX(-50%) translateY(-50%); z-index:5; width:39%; font-size:16px; text-align:center; max-width:1000px; display:-webkit-flex; display:flex; display:-webkit-box; display:box; -webkit-align-items:center; align-items:center; -webkit-box-align:center; box-align:center; -webkit-box-pack:justify; box-pack:justify; -webkit-justify-content:space-between; justify-content:space-between }
.pc-menus .iinner { position:relative; padding:0 8px; display:inline-block; line-height:100px }
.pc-menus .iinner::after { content:''; display:block; position:absolute; width:0; left:50%; bottom:0; height:4px; transform:translateX(-50%); transition:.6s }
.pc-menus .iinner:hover .tit { color:#029000 }
.pc-menus .active .iinner .tit { color:#029000 }
.pc-menus .active .iinner::after { background:#029000 }

.pc-menus .mitem { transition:.6s; position:relative; height:80px; display:flex; align-items:center }
.pc-menus .mitem .tit { cursor:pointer; font-size:16px; display:inline-block; color:#666; font-family:robotoThin; height:40px; overflow:hidden; position:relative }
.pc-menus .mitem .tit::after { content:''; display:block; position:absolute; width:0; height:1px; background:#fff; background:#029000; opacity:.8; left:0; transition:.6s; bottom:0; z-index:555 }
.pc-menus .mitem .tit p { transition:.6s; line-height:40px; height:80px }
.pc-menus .mitem .tit em { color:#666; display:block;font-style: normal; }
.pc-menus .mitem .tit span { color:#029000; font-weight:bold }
.pc-menus .mitem.active .tit::after,.pc-menus .mitem:hover .tit::after { width:100% }
.pc-menus .mitem.active .tit p,.pc-menus .mitem:hover .tit p { transform:translateY(-40px) }
.pc-menus .pc-menu-drop { position:absolute; left:50%; width:180px; margin-left:-90px; top:80px; z-index:55; text-align:center; opacity:0 }
.pc-menus .pc-menu-drop .links { background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.2); box-shadow:0 0 10px rgba(0,0,0,0.1); transition:.6s; position:relative; font-size:16px; border-radius:2px }

.pc-menus .pc-menu-drop .links::before { content:''; width:0; height:0; border:6px solid transparent; transition:.6s; top:-12px; position:absolute; left:50%; transform:translateX(-50%); z-index:5 }
.pc-menus .pc-menu-drop li { height:0; overflow:hidden; transition:.6s }
.pc-menus .pc-menu-drop a { position:relative; display:inline-block; padding:0 20px; text-align:center; transition:.6s }
.pc-menus .pc-menu-drop a::after { content:''; display:block; position:absolute; width:0px; height:1px; left:0px; bottom:0; background:#029000; transition:.6s }
.pc-menus .pc-menu-drop a:hover { color:#029000 }
.pc-menus .pc-menu-drop a:hover::after { width:100% }
.pc-menus .mitem:hover .pc-menu-drop { padding-top:10px; opacity:1 }
.pc-menus .mitem:hover .pc-menu-drop .links { padding:20px 0 }
.pc-menus .mitem:hover .pc-menu-drop .links::before { border-bottom-color:rgba(0,0,0,0.7); border-bottom-color:#fff }
.pc-menus .mitem:hover .pc-menu-drop li { height:40px }
.pc-menus .mitem:hover .pc-menu-drop a { line-height:40px }
@media (min-width:1200px) {
  .header.fixed { background:#0b4fa3; position:fixed; box-shadow:0 0 10px rgba(0,0,0,0.2); box-shadow:0 0 10px rgba(0,0,0,0.1); top:0; height:.8rem }
  .header.fixed .pc-menus .mitem em { color:#fff }
  .header.fixed .logo { width:1rem }
}

.hd_tell {
	display: flex;
	align-items: center;
	padding-top:25px;
}

.hd_tell i {
	font-size: 30px;
	font-weight: bold;
	color: #029000;
}

.hd_tell em {
	font-size: 18px;
	margin-left: 10px;
}





#bodycon,#bodycon #center,#bodycontent{max-width:1300px;width:100% !important;margin:0 auto;}

/* banner */
.banner{overflow:hidden;width:100%;position: relative;}
.banner-box{ min-width:1400px;height:700px;position:relative;margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important;}
.banner-box .bd li{width:100% !important;height:700px;background-position:center;background-color:#eee;}
.banner-box .bd li a{display:block;background-size:auto;width:100%;height:80%;position:relative;z-index: 9;}
.banner-btn{width:100%;position:absolute;bottom:0;left:0;margin-left:0;height:60%;overflow:hidden;}
.banner-btn a{ display:block;width:49px; height:104px;position:absolute;top:0;filter:alpha(opacity=0); -moz-opacity:0;-khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px;background:url(../uploadfile/image/20211223/20211223095249_578807405.png) no-repeat 0 0; }
.banner-btn a.next{ right:-50px;background:url(../uploadfile/image/20211223/20211223095249_578807405.png) no-repeat -49px 0;}
.banner-box .hd { position:absolute;bottom:8%;width:100%;display:block;}
.banner-box .hd ul{ text-align:center}
.banner-box .hd ul li{ width:10px; height:10px;border-radius:50%;text-indent:-9999px;background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ background:#029000;border-radius:50px;width:50px;height:10px;}
.banner-box:hover .banner-btn a.prev{left:20px;filter:alpha(opacity=40);-moz-opacity:.4;-khtml-opacity:.4;opacity:.4; }
.banner-box:hover .banner-btn a.next{right:20px;filter:alpha(opacity=40);-moz-opacity:.4;-khtml-opacity:.4;opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }

/* 搜索 */
.search_bg{width: 100%;position: relative;z-index: 20;border-bottom: 1px solid #ddd;}
#search{color: #999; display: flex; align-items: center; justify-content: space-between; height:auto;	}
.we_til{background: #029000;width: 27%;font-size: 24px;color: #fff;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;padding: 31px 0;margin-top: -40px;}
.we_til b{color: #fff;line-height: 24px;display: block;margin-bottom: 10px;}
.we_til span {display: block;color: #fff; font-size: 20px;}
.search_tel{display: flex;align-items: center;}
.search_tel i{color: #029000;font-size: 24px;margin-right: 10px;}
.search_tel em{font-size: 18px;}
.search_tel a{float: left;padding:0 10px; font-size: 16px;}

.search_02{width:320px;height:37px;overflow: hidden; margin-top: 13px; border:solid 1px #d1d0cf;border-radius:19px;}
.search_02 .serach{width:256px;height:37px;border:0;background:none;line-height:37px;color:#555;padding:0 0 0 17px;float:left;outline: none;display: block;font-size:14px;}
.search_02 .sub{ width:45px; height:37px;float:left;cursor: pointer;display: block;background:url(../images/so.png) no-repeat 24px 7px;border: 0;}
/* 关于我们 */
.webox{padding: 100px 0 120px;position: relative;}
.webox_c{display: flex;align-items: center;justify-content: space-between;z-index: 10;position: relative;}
.webox_l{width: 54%;}
.webox_l h3{color: #333;height: 108px;margin-bottom: 22px;border-bottom: solid 1px #e8e8e8;font-weight: normal;}
.webox_l h3 em{font-size:14px;line-height: 21px;color: #b6b6b6;display: block;letter-spacing: 5px;text-transform: uppercase;font-weight: normal;}
.webox_l h3 span{font-size: 50px;line-height: 66px;}
.webox_l h3 b{color: #029000;}
.webox_l p{font-size: 16px;line-height: 30px;}
.webox_l>span{display: flex;align-items: flex-end;margin-top: 80px;font-size: 16px;}
.webox_l>span i{}
.webox_r{position: relative;z-index: 1;}
.webox_r a{display: block;}
.webox_r em{position: absolute;width: 100px;height: 100px;/*border: 2px solid #fff;*/border-radius: 100%;top: 50%;left: 50%;margin-top: -50px;margin-left: -50px;color: #fff;display: flex;align-items: center;justify-content: center;font-size: 50px;z-index: 10;}
.webox_r:before{content: "";position: absolute;z-index: -1;right: -26px;background: #f1f1f1;bottom: -30px;}
.webox_r i {background: #000;}
.webox_r img,.webox_r:before{width:600px;display: block;height:383px;}
div#particles-js {position: absolute;top: 0;width: 100%;height: 100%;}


.bhcp{background: #fbfbfb; min-width: 1300px;}
.bhcp-c{width: 1300px; margin: 0 auto;}
.bhcp-c .titis1{font-size: 40px;overflow: hidden;width: 350px; margin: 0 auto; padding-top:50px;}
.bhcp-c .titis1 h2{font-size: 40px; display: block; float: left;line-height: 50px;}
.bhcp-c .titis1 i{display: block; font-style: normal;font-weight: bold;color: #029000;line-height: 50px;}

.bhcp-c-c{overflow: hidden;padding:40px 0;}
.bhcp-c-c1{float: left;width: 100%; padding-bottom: 30px;}
.bhcp-c-c1-l{width: 49%;}
.bhcp-c-c1-l img{max-width: 100%;}
.bhcp-c-c1-r{width: 49%;background: #fff;display: block;overflow: hidden;padding: 30px 0; min-height: 484px;}
.bhcp-c-c1-r h1{font-size: 40px; line-height: 60px;margin: 0 30px;}
.bhcp-c-c1-r p{font-size: 18px;color: #666;line-height: 28px;padding:75px 0;margin: 0 30px;}
.bhcp-c-c1-r>span{margin: 0 30px;}
.bhcp-c-c1-r>span a{display: inline-block;width:216px;height: 48px;background: #f4810b;text-align: center;line-height: 48px;font-size:14px;color: #fff;margin-right:5px;}
.bhcp-c-c1-r>span a:last-child{background: #0f87e2;margin:0;}
/*更多产品*/
.promore{background: url(../images/pc-bg.jpg) no-repeat center;padding: 80px 0 60px;}
.pro_bt{text-align: center;}
.pro_bt b{font-size: 42px;display: block;margin-bottom: 20px;color: #029000;}
.pro_bt p{font-size: 18px;color: #666;}
.pro_mc{overflow: hidden;margin-top: 40px;display: flex;align-items: center;justify-content: space-between;}
.pro_mc .progdwz2021{width: 88%;margin-left: 10px;}
.pro_mc .progdwz2021 .slick-list.draggable {
    padding: 20px 0px 20px 10px;
}
.pro_mc ul{display: flex;}
.pro_mc li{width: 25%;flex-shrink: 0;margin-right: 20px;box-shadow: 0 0 10px rgb(0 0 0 / 0.01);}
.pro_mc li>a{display: block;overflow: hidden;height: auto;}
.pro_mc li>a>img{width:100%;transition: all 0.5s;height: auto;}
.pro_mc li:hover img{transform:scale(1.1);}
.pro_mc li>span{}
.pro_mc li>br{display: none;}
.pro_mc li>span>a{width: 100%;background: #fff;display: flex;align-items: center;height:70px;padding-left: 30px;font-size: 18px;position: relative;}
.pro_mc li>span>a:after {content: '';background: url(../images/20211224113740_1326413962.jpg)no-repeat;width: 19px;height: 5px;position: absolute;display: block;right: 30px;}
.pro_mc .iconfont{font-size: 40px;display: flex !important;align-items: center;justify-content: center;cursor: pointer;width: 60px;height: 60px;border: 2px solid #000;}
.pro_mc .iconfont img{max-width: 20px;}
.pro_mc .iconfont:hover{color: #f4810c;border-color: #f4810c;}
.pro_mc_l{transform: rotate(180deg);}

/*广告*/
.ggt{background: url(../images/guang.jpg)no-repeat center;height: 319px;}
.ggt_l p{font-size: 30px;color: #fff;padding: 80px 0 30px;font-weight: bold;position: relative;}
.ggt_l p:before{content: "";width: 120px;height: 2px;background: rgba(255,255,255,0.2);position: absolute;bottom: 0;left: 0;}
.ggt_l p span{display: block;font-size: 18px;font-weight: normal;color: #fff;margin-top: 15px;}
.ban01_tel{display: flex;margin-top: 30px;  align-items:center;}
.ban01_tel i{font-size: 20px;color: #fff;background: #f4810c;padding: 10px;margin-right: 20px;}
.ban01_tel dd{font-size: 30px;color: #fff;float: right;padding-left: 100px;}
.ban01_tel i img{width: 24px;}
.ban01_tel span{display: block;font-size: 14px;color: #fff;}
.ban01_tel b{display: block;font-size: 22px;font-family: "DIN";color: #fff;line-height: 17px;}
.ban01_tel a{font-size: 14px;color: #fff;display: block;width: 100px;text-align: center;height: 30px;line-height: 30px;overflow: hidden;background: #f4810c;border-radius: 30px;margin-left: 50px;}
.ban01_tel a{vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px transparent;}
.ban01_tel a:hover {-webkit-animation-name: hvr-pulse;animation-name: hvr-pulse;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/*优势*/
.titis{overflow: hidden;text-align: center;margin-bottom: 50px;}
.titis h2 {font-size:48px;color: #029000;margin-bottom: 20px;}
.titis h2 a{color: #333333}
.titis p {display:block;font-size:20px;color:#5e5e5f;}
.ys_bj{background: url(../images/ys-bg.jpg) no-repeat center top;padding: 100px 0;overflow: hidden;}
.ys_nr{position: relative;height: 680px;}
.ys_nr dl{height: 680px;background: #fff;display: flex;position: absolute;display: none;}
.ys_nr dl.on{display: flex;}
.ys_nr dd{float:left;width:592px;height: 680px;box-sizing: border-box;padding:98px 90px 0 100px;background: #fff;position: relative;z-index: 2;}
.ys_nr dd h4{height: 167px;background: url(../uploadfile/image/20211224/20211224161008_1621992697.png) no-repeat left bottom;margin-bottom: 55px}
.ys_nr dd h4 span{display: block;height: 76px;line-height: 76px;font-size:60px;color: #029000;}
.ys_nr dd h4 em{display: block;height: 54px;line-height: 54px;font-size:23px;color: #333333;}
.ys_nr dd p{font-size:17px;color: #333333;line-height: 30px;margin-bottom: 23px;padding-left:19px;background: url(../images/ys-li.png) no-repeat left 14px;}
.ys_nr dd i{font:115px "Impact";color: #d9d9d9;position: absolute;bottom: 23px;right: 0;height: 106px;line-height: 106px;}
.ys_nr dt{float: right;margin-right:-360px;font-size:0;line-height: 0;}
.ys_nr dt img{width:808px;height: auto;}
.ys_qh{height: 102px;line-height: 102px;box-shadow: 0 0 15px rgba(0,0,0,0.1);background: #fff;position: relative;z-index: 2;margin-top: -50px;}
.ys_qh ul{display: flex;justify-content: space-between;}
.ys_qh li{height: 102px;width:25%;text-align: center;display: flex;align-items: center;justify-content: center;position: relative;}
.ys_qh li:after{content: '';position: absolute;width: 1px;height: 30px;background: #ddd;right: 0;}
.ys_qh li:last-child:after{display: none;}
.ys_qh li i{display: inline-block;width:42px;height: 42px;overflow: hidden;vertical-align: middle;margin-right:20px;}
.ys_qh li i img{display: block;transition: all 0.5s;}
.ys_qh li span{font-size:28px;color: #323232;font-weight: bold;vertical-align: middle;}
.ys_qh li.on i img{margin-top:-42px;}
.ys_qh li.on span{color: #fff;}
.ys_qh li.on,.ys_qh li.on:after{background: #029000}

/* 客户现场 */
.cas_bc{padding: 100px 0; position: relative; overflow: hidden;}
.cas_ic>div.slick-slider{display: flex;padding-bottom: 50px;margin: 0;}
img.news_div_item_image{max-width: 100%;}
.cas_ic .divdgweb_new_div_item{width: 702px; flex-shrink: 0; position: relative; margin: 0 0.16%; padding: 24px; border: 1px solid #e9e9e9; display: flex; flex-direction: column-reverse; background:#fff;}
.cas_ic{overflow: hidden; margin: 60px 0 0;}
.cas_ic .divdgweb_new_div_item_content{padding-left: 16px;}
.cas_ic .divdgweb_new_div_item_a{display: block; font-size: 24px; font-weight: bold; padding-top: 38px; position: relative;text-align: center;}
.cas_ic .divdgweb_new_div_item:hover .divdgweb_new_div_item_a{color:#029000;}
.cas_ic .divdgweb_new_div_item_body{font-size: 16px; color: #999; line-height: 27px; height: 86px; overflow: hidden; margin-top: 20px; width: 72%; margin-bottom: 14px;}
.cas_ic .news_div_item_pic:after{content: ''; width: 100%; height: 100%; background: linear-gradient(to top,rgba(32,31,29,0.9), transparent 50%); position: absolute; bottom: 0; left: 0; transition: all .5s; display: none;}
.cas_ic .divdgweb_new_div_item_content{z-index: 2;}

.cas_ic .news_div_item_pic{position: relative;}
.cas_ic .news_div_item_pic>a{display: block; position: relative;overflow: hidden;}
.cas_ic .news_div_item_pic>a:after{width: 100%; height: 100%; z-index: 999; position: absolute; content: ""; top: 0; left: 0; display: none;}
.cas_ii{display: flex; justify-content: space-between;position: relative;}

.cas_ic .divdgweb_new_div_item:hover .divdgweb_new_div_item_a:after{width: 60px; height: 60px;line-height: 60px;top: 87px;background: #029000;}
.cas_bc>div:last-child canvas{position: absolute; z-index: -1; height: 456px!important; bottom: 0px;}
.cas_dot{display: flex;align-items: center;position: absolute;bottom: 0px;left: 50%;margin-left: -70px;}
.cas_dot li{border-radius: 100%;transition: .5s;border: 1px solid #999;overflow: hidden;padding: 2px;background: transparent;cursor: pointer;}
.cas_dot li+li{margin-left: 12px;}
.cas_dot li button{font-size: 0;background: #999;display: block;border-radius: 100%;width: 6px;height: 6px;overflow: hidden;border: none;cursor: pointer;}
.cas_dot li.slick-active{border-color:#029000;}
.cas_dot li.slick-active button{background: #029000;width: 12px;height: 12px;}

.cas_ic .news_div_item_pic>a:before{content: '';  position: absolute; left: -100%; top: 0; width:100%; height:100%;  background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg);z-index: 9}
.cas_ic .divdgweb_new_div_item:hover .news_div_item_pic>a:before{left:150%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}

.slick-prev{display: none !important; }
.slick-next{display: none !important;}
.cas_dot{display: none !important;}
/* 新闻 */
.gy{max-width: 1400px;margin: 0 auto;width:100%;}
.news{padding: 100px 0;overflow: hidden;background: #f9f9f9;}
.nw_t{display: flex;align-items: center;justify-content: space-between;}
.nwt_l{}
.nwt_l>a{}
.nwt_l>a p{display: flex;align-items: flex-end;}
.nwt_l>a p b{font-size: 32px;}
.nwt_l>a p em{letter-spacing: 6px;color: #333333;font-family: arial;font-size: 14px;line-height: 10px;margin-left: 20px;}
.nwt_r{display: flex;align-items: center;}
.nwt_r a{border-radius: 30px;width: 150px;height: 40px;display: flex;align-items: center;justify-content: center;background: #fff;}
.nwt_r em{font-size: 20px;color: #000;}
.nwt_r b{margin-left: 10px;font-size: 16px;font-weight: normal;}
.nwt_r a.on{background: #f4810b;}
.nwt_r a.on *{color: #fff;}
.nw_c{margin-top: 51px;position: relative;height: 534px;}
.nwc_t{display: none;position: absolute;}
.nwc_t .news_div_item:hover a {color: #f4810b;}
.nw_c>div.on{display: block;}
.nwc_t .news_div_item,.nwc_t .news_div_item img{transition: 0.4s;}
.nwc_t .news_div_item_pic a {display: block;overflow: hidden;}
.nwc_t .newsZj .news_div_item_pic a{height: 100%;}
.nwc_t .news_div>div{width: 30%;}
.nwc_t .news_div {display: flex;justify-content: space-between;}
.nwc_t>div>.news_div_item:first-child{display: flex;flex-wrap: wrap-reverse;background-color: #fff;padding: 10px;position: relative;}
.nwc_t>div>.news_div_item:first-child .news_div_item_content{padding: 0 20px;}
.nwc_t>div>.news_div_item:first-child .news_div_item_title {width: 100%;height: 55px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 12px 0 10px;border-bottom: 1px solid #E3E3E4;}
.nwc_t>div>.news_div_item:first-child .news_div_item_a{font-size: 18px;line-height: 55px;}
.nwc_t>div>.news_div_item:first-child .news_div_item_a:after{content: '\e61f';width: 30px;height: 30px;border-radius: 100%;background: #f4810b;position: absolute;bottom: 15px;right: 30px;font-family: 'iconfont';color: #fff;display: flex;align-items: center;justify-content: center;}
.nwc_t>div>.news_div_item:first-child .news_div_item_body{line-height: 30px;letter-spacing: 0px;color: #666666;margin-bottom: 12px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.nwc_t>div>.news_div_item:first-child .news_div_item_date{font-size: 16px;line-height: 34px;color: #333;padding-left: 20px;height: 34px;}

.nwc_t .newsZj{display: flex;flex-flow: column;row-gap: 30px;}
.nwc_t .newsZj .news_div_item {padding: 29px;background: #fff;border-bottom: 3px solid #f8f8f8;}
.nwc_t .newsZj .news_div_item_date{}
.nwc_t .newsZj .news_div_item_content{display: flex;align-items: center;border-bottom: 1px solid #ddd;padding-bottom: 20px;margin-bottom: 20px;}
.nwc_t .newsZj .news_div_item_a{font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 3px 0 12px;display: block;}
.nwc_t .newsZj .news_div_item_body{line-height: 25px;}
.nwc_t .newsZj .news_div_item_pic{display: block;width: 100px;height: 100px;overflow: hidden;margin-right: 20px;}
.nwc_t .newsZj .news_div_item_pic img{height: 100%;}
.nwc_t .news_div_item_date{font-size: 16px;}
.nwc_t .news_div_item_pic{display: none;}
.nwc_t>div>.news_div_item:first-child .news_div_item_pic{display:block;overflow: hidden;width: 100%;}
.nwc_t>div>.news_div_item:hover img{transform: scale(1.1);}
.nwc_t .newsZj .news_div_item:hover {border-bottom: 3px solid #f4810b;}
.news_div_item_date{display: flex;}
.nwc_t .newsRi{display: flex;flex-flow: column;row-gap: 54px;width: 36% !important;}
.nwc_t .newsRi .news_div_item {border-bottom: 1px solid #ddd;padding-bottom: 30px;position: relative;}
.nwc_t .newsRi .news_div_item:after{content: '';width: 100%;height: 1px;background: #f4810b;transition: transform .5s;transform: scale3d(0,1,1);transform-origin: 100% 50%;position: absolute;bottom: 0;}
.nwc_t .newsRi .news_div_item:hover:after{transform: scale3d(1,1,1);transform-origin: 0 50%;transition-timing-function: ease-in;}
.nwc_t .newsRi .news_div_item_date{}
.nwc_t .newsRi .news_div_item_content{}
.nwc_t .newsRi .news_div_item_title{display: flex;align-items: center;justify-content: space-between;margin-bottom: 30px;}
.nwc_t .newsRi .news_div_item_title:before{content: '';display: block;width: 5px;height: 5px;background: #333;}
.nwc_t .newsRi .news_div_item_a{width: 76%;font-size: 18px;}
.nwc_t .newsRi .news_div_item_body{font-size: 14px;line-height: 14px;overflow: hidden;color: #666666;margin-top: 22px;} 

/* 友情链接 */
.linkk{background:#fff;border-top: 1px solid #eee;}
.yq_c{display: flex;align-items: center;height: 85px;justify-content: space-between;}
.l_lj b{font-size: 25px;color: #333;font-weight: bold;}
.l_lj b span{font-size: 25px;color: #029000;}
.l_lj p{font-size: 22px;color: #201f1d;font-weight: bold;margin-right: 9px;}
.l_lj{display: flex; align-items: center; height: 100%; padding-right: 19px; border-right: 1px solid #eee;}
.links_c{width: 85%;}
.linkTagcs{ width:1105px;height:auto;}
.linkTagcs ul{margin:0px;padding:0px;list-style-type:none;}
.linkTagcs li{list-style:none;margin:0px;  padding-right:20px;line-height:30px;float:left;}
.linkTagcs li a{color:#696b6a;word-break:break-all;}
.linkTagcs li img{border:0px;}

/*copy*/
input, textarea{outline: none; border: none;}
.cop_bc{width: 100%;position: relative;overflow: hidden;background: url(../images/db-bg.jpg) no-repeat center;}
.cop_bc:after{position: absolute; content: ""; width: 400px; height: 100%; background: #2d7dd2; right: -160px; top: 0; display: none;}
.cop_c{display: flex;justify-content: space-between;position:relative;}
.cop_lc{width: 51%;padding: 87px 0 100px 50px;position:relative;}
.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;}
.copp ul li:first-child a{font-size: 18px;color: #fff;padding-bottom: 30px;}
.copp ul li a:hover,.foot_c a:hover{color:#fff;}
.cop_rc{position: relative;width: 36%;padding: 85px 0 0;}
.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>p{font-size: 18px;color: #fff;}
.lx_c>div{font-size: 16px;color: rgba(255,255,255,0.47);line-height: 36px;margin:30px 0;}
.lx_c>div a{color: rgba(255,255,255,0.47);}
.lx_c>div a:hover{color:#fff;}

.foot_bc{position: relative;}
.foot_bc:after{position: absolute; content: ""; background: rgba(255,255,255,0.14); width: 1500px; height: 1px; top: 0; right: 2px;}
.foot_c{display: flex;height: 80px;align-items: center;}
.foot_c a,.foot_c div{font-size: 14px;color: #666;letter-spacing: -0.1px;}
.ewm_cc{display: none;position: absolute; top: -155px; left:calc(50% - 75px);}
.ewm_cc img{width: 150px!important;}
.linkTagcs{width:100%!important;}
.bq_ewm li:hover span{background: #029000; border: 2px solid #029000;}
.dy_c>p{background: #fff; padding: 13px; border-radius: 6px;}
.foot_c div{line-height: 24px;}
.fee_ce{width: 29.2%;}
.con_box{width:100%;padding:74px 0 0 57px;height: 100%;position: relative;z-index: 2;}
.con_c{position:relative;}
.cc_t{width:110px;height:110px;background:#e43022;position:absolute;top:0;left:-110px;text-align:center;padding-top:18px;}
.cc_t em{font-size:26px;color:#fff;font-weight:bold;}
.cc_t i{font-size:12px;color:#c5c9e1;text-transform:capitalize;}
.cc_t p{font-size:22px;color:#c5c9e1;margin-top:10px;}

.cc_ri{width:100%;}
.feed_lx{overflow: hidden;}

.feed_lx ul li{width: 100%;}
.cc_ri ul li{height: 49px;position: relative;margin-bottom: 18px;}
.cc_ri ul li span{position:absolute;top:-20px;left:0;line-height: 20px;color: #fa9900;}
.cc_ri ul li input{width:100%;height:49px;line-height:49px;padding: 0 0 0 12px;outline: none;font-size: 16px;color: #333;background: #fff;}
.cc_ri ul li input:focus,.cc_ri textarea:focus,.code input#authcode:focus{border:1px solid #0e131f;}
.cc_ri ul li.li08{margin-left:0;height: 121px;}
.cc_ri textarea{width:100%;height: 121px;line-height:33px;outline: none;font-size: 16px;color: #333;padding: 0 0 0 12px;background: #fff;font-family: "Microsoft YaHei",寰蒋闆呴粦;}
.code{font-size: 0;display: flex;justify-content: space-between;align-items: center;position: relative;}
.code input#authcode{width: 58%;height: 49px;padding-left: 12px;display:inline-block;vertical-align: top;background: #fff;}
.code i{vertical-align:middle;position: absolute;right: 47%;top: 50%;margin-top: -15px;}
.code img{margin-left:13px;}
#submit{color: #fff;font-size: 16px;width: 100%;height: 49px;line-height: 49px;text-align: center;background-color: #029000;display:inline-block;vertical-align: top;transition: all .5s;cursor: pointer;}
.feed_lx b{font-size: 20px;line-height: 40px;}
#file{margin-top: 37px;}

.colr{display: flex;justify-content: space-between;position: relative;z-index: 9;}
.co_lc{width: 76%;}
.cop_lc:before{content: "";position: absolute;width: 1px;height: 100%;background: rgba(255,255,255,0.1);top: 0;left: 0;}
.cop_lc:after{content: ""; position: absolute; width: 1px; height: 100%; background: rgba(255,255,255,0.1); top: 0; right: 135px;}
.cop_c:after{content: "";position: absolute;width: 1px;height: 100%;background: rgba(255,255,255,0.1);top: 0;left: 20.5%;}
.cop_c:before{content: ""; position: absolute; width: 1px; height: 100%; background: rgba(255,255,255,0.1); top: 0; right: 42%;}





