*{font-family:"Microsoft YaHei";background-repeat:no-repeat;box-sizing: border-box;padding: 0;margin: 0;}
div{margin: 0;padding:0;text-align:left;background-repeat:no-repeat;background:none;}
img { border: none;vertical-align: middle;
}
ul{ list-style:none;}
li{text-decoration:none;}
li::marker{
  content: '';}
a{ text-decoration:none; color:#000; list-style:none}
i,em{font-style:normal;padding: 0;margin: 0;}
.clear{clear:both;}
.fl{float:left}
.fr{float:right}
.w{width: 1600px;margin: 0 auto;display: block;}
.w14{width:1400px;margin: 0 auto;display: block;}
.top40{margin-top:40px}
/*  */
body{
	 
	overflow-x: hidden; 
	}
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

body::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
	background-color: red;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(0deg,
		rgba(255, 255, 255, 0.5) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.5) 50%,
		rgba(255, 255, 255, 0.5) 75%,
		transparent 75%,
		transparent)
}

/*  */
.head {
	padding: 18px 0;
	position: relative;
	z-index: 55;
	width: 100%;
}
.head.on {position: fixed;background: #fff;    box-shadow: 0 0 20px #ddd;}
.head.on .head_logo p b,.head.on .head_logo p, .head.on .head_nav>ul>li>a {color:#333;}
.head.on  .head_nav>ul>li>a:after {display:none;}
.head.on  .search {background: #333;}
.head.on  .search_pro {color:#fff;} 
.head.on .head_f p {color:#ddd;}
.head_logo i:before {
	content: '';
	width: 1px;
	height: 78%;
	background: #2984bd;
	position: absolute;
	top: -5px;
	left: 71px;
}
.head_logo i:after {
	content: '';
	width: 5px;
	height: 5px;
	background: #2984bd;
	border-radius: 50%;
	position: absolute;
  left: 69px;
	top: 50px;
}
.head_box {
	max-width: 98%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	min-width: 1480px;
	background: #fff;
	padding: 1% 2%;
	box-shadow: 0 0 8px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
}
.head_l {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 83%;
}
.head_logo {
	display: flex;
	align-items: center;
	position: relative;
	padding-left:0%;
}
.head_logo i {
}
.head_logo i  img{
	width: 58px;
}
.head_logo p {
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	color: #333;
	font-weight: lighter;
}
.head_logo p b {
	font-size: 28px;
	font-weight: 100;
	line-height: 34px;
	letter-spacing: 0;
	color: #333;
	padding: 0 0 5px 0;
}
.head_con {
	display: flex;
	align-items: center;
	width: 56%;
	padding-right: 3%;
}
.head_nav {
	width: 100%;
	position: relative;
}
.head_nav>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head_nav>ul>li {
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 5;
	line-height: 78px;
}
.head_nav>ul>li:nth-child(5) .fl_box li a:nth-child(1):before {
	left: 14px;
}
.head_nav>ul>li:nth-child(5) .fl_box li a:nth-last-child(-n+2):before {
	left: 10px;
}
.head_nav>ul>li>a {
	font-size: 18px;
	color: #333;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	position: relative;
}
.head_nav li a i {
	color: #666;
	font-size: 12px;
	font-family: Arial;
	text-transform: uppercase;
	opacity: 0.3;
	transform: scale(0.9);
}
.head_nav>ul>li>a:after {
	content: attr(data-hover);
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	transition: 0.5s;
}
.head_nav>ul>li:hover a:after, .head_nav>ul>li.cur a:after {
	width: 100%;
}
/*xiala*/
.head_nav>ul>li:hover>dl {
	opacity: 1;
	visibility: visible;
	top: 114%;
}
.head_nav>ul>li>dl {
	position: absolute;
	width: 100%;
	display: block;
	z-index: 999999999999;
	background: #fff;
	left: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	top: 180px;
	padding: 70px;
}
.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: #2984bd;
	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)/3);
	float: left;
	margin-top: 15px;
}
.fl_box li+li {
	margin-left: 10px;
}
.fl_box li:nth-child(4){margin-left:0;}
.fl_box li:nth-child(7) {margin-left:0;}
.fl_box li:nth-child(10) {margin-left:0;}
.fl_box li a {
	font-size: 17px;
	color: #666;
	position: relative;
	padding-left: 20px;
	text-align: left;
	line-height: 20px;
	display: block;
	border: 1px #eee solid;
	text-align: center !important;
	padding: 16px;
}
.fl_box li a:hover {
	color: #2984bd;
}
.fl_box li a:before {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px #949494 solid;
	position: absolute;
	left: 23px;
	top: 22px;
	border-radius: 50%;
}
.fl_box li a:hover:before {
	border-color: #2984bd;
}
.fl_box li:nth-child(6) {
	margin-left: ;
}
.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 #2984bd 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;
	font-size: 13px;
	line-height: 30px;
}
.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: #2984bd;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.re .t_box .news_div_item_body {
	font-size: 14px;
	line-height: 23px;
	color: #666;
}
.news_div_item_date {
	display: flex;
}
.news_div_item_year, .news_div_item_month, .news_div_item_day {
	color: #666;
	font-size: 16px;
	line-height: 20px;
}
.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: 20px;
	text-align: left;
	line-height: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fl_box li dl {
	display: none;
}
.head_r {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}
.head_pho ul {
	background: #628a73;
	position: absolute;
	top: 39px;
	left: 0;
	width: 100%;
	display: none;
	padding: 13px;
}
.head_pho li {
	font-size: 25px;
	font-family: Arial;
	display: flex;
	align-items: center;
	padding: 9px;
}
/*  */
.call {
	flex: 1;width: 100%;display: flex;justify-items: center;
 }
 .call img {
	width: 30px;
	margin-right: 12px;
 }
 .call p {flex: 1;color: red;line-height: 78px;font-size: 30px;font-family: fantasy;}
/*  */
.copy_bg{height:100px;line-height:98px;background: #222;border-top:1px #333 solid;}
.copy,.copy a{font-size:15px;color:#999;transition:all 0.3s;}
.copy a:hover{color:#fff;}
/*  */
.box{ margin:0 auto;width:85%;min-width: 1300px;padding:0 2%;}
.page{margin:0 auto;/* width:1300px; */min-width:1300px;}
.bg{width: 100%;min-width: 1400px;}
i,em{font-style: normal;}
/*  */
/*  */
.contact{
    padding: 55px 0 33px;
}
.contact h3{
    font-size: 33px;
    text-align: center;
    margin-bottom: 55px;
}
.contact ul{
    display: flex;
    justify-content: space-around;
}
.contact ul li{
    width: 18%;
    text-align: center;
    background: rgba(247, 247, 247, 1);
    padding: 33px;
}
.contact ul li img{
    margin: 33px;
}
.contact ul li  h4{
    height: 42px;
    font-weight: 100;
}
.contact ul li p{
    font-size: 18px;
    font-weight: 200;
}
/*  */
.cnen{
    /* width: 88%; */
}
.cnen ul {
    text-align: center;
}
.cnen ul li{
    padding: 10px 5px;
    font-size: 15px;
}
.cnen ul li a{}
.cnen ul li img{
    width: 58px;
}
/*  */
.copyright{ background:#229694 !important; background:linear-gradient(to bottom,#178b8d,#3ca1a2) !important; padding-top:70px !important;}
.crcontact{font-size: 0;}
.crcontact li{display: inline-block;vertical-align: top;width: 420px;height: 116px;box-sizing: border-box;background-color: #2faca0;box-shadow: 0 0 15px rgba(0,0,0,.2);padding: 30px 25px;font-size: 16px;color: #fff;background-position-y: center; background-repeat: no-repeat;}
.crcontact li+li{margin-left: 30px;}
.crcontact li em{display: block;font-size: 20px;font-family: arial;margin-bottom: 10px;}
.crcontact li:nth-child(2){width: 480px;}
.crcontact li:nth-child(3){width: 330px;}
.crcontact li i{font-size: 20px;font-family: arial;}
.crcontact li:nth-child(3) i{font-size: 18px;}
.crcontact li:nth-child(1){background-image: url(../images/f1.png);background-position-x:360px; }
.crcontact li:nth-child(2){background-image: url(../images/f2.png);background-position-x:410px; }
.crcontact li:nth-child(3){background-image: url(../images/f3.png);background-position-x:265px; }
.links{ font-size:16px; color:#fff; line-height:119px; border-bottom:1px solid #31afa4;}
.links p.fl{ padding-left:38px; font-weight:bold; background:url(../images/f4.png) no-repeat left center;}
.links p.fl span{ vertical-align: bottom; font-size:18px; padding:0 20px 0 5px;}
.end{ border-top:1px solid #0b9787;}
.end,.end a{ font-size:15px; color:#c7e8e4; line-height:30px;padding: 20px 0;}
.end a:hover{ color:#fff;}
.endntt{ border-top:1px solid #2e9192;}
.endntt,.endntt a{ font-size:15px; color:#c7e8e4;line-height:30px;padding: 20px 0;}
.endntt a:hover{ color:#fff;}
.crcon{ padding:50px 0 60px 0; border-bottom:1px solid #5bbdb0;}
.crconth{ padding:50px 0 60px 0; border-bottom:1px solid #42acad;}
.kslj li{ float:left; margin-right:90px;}
.kslj li p{ font-size:20px; color:#ffffff; margin-bottom:20px; padding-left:35px; background:url(../images/f5.png) no-repeat left center;}
.kslj li a{ display:block; font-size:14px; color:#c7e8e4; font-weight:lighter; line-height:30px; margin-left:20px;}
.kslj li a:hover{ color:#fff;}
.kslj li a i{ padding-right:10px;}
.crcodecon ul img{ border:17px solid #65c1b8; border-radius:5px; width:129px; height:auto;}
.crcodecon { margin-right:17px;}
.crcodecon ul{ width:173px !important; position:relative;}
.crcodecon ul:after{ content:''; display:block; position:absolute; width:10px; height:19px; right:0; top:15px; background:url(../images/f6.png) no-repeat left center;}
.crcodecon ul:nth-child(2):after{ top:15px;}
.crcodecon ul:nth-child(3):after{ top:72px;}
.crcodecon ul:nth-child(4):after{ top:130px;}
.crcodetab p{ cursor:pointer; font-size:16px; font-weight:lighter; color:#feffff; width:200px; height:45px; line-height:45px; border-radius:25px; background:#7c2b23; background:linear-gradient(to right,#229794,#1ca394); position:relative;}
.crcodetab p+p{ margin-top:14px;}
.crcodetab p.on{background:linear-gradient(to right,#efb90a,#2da487);}
.crcodetab p span{ padding-left:12px; margin-left:50px;}
.crcodetab p:after{ content:''; display:block; position:absolute; width:20px; height:20px; background:url(../images/f7.png) no-repeat center; top:12px; left:19px;}
.crcodetab p.on:after{ background:url(../images/f8.png) no-repeat center;}

.w1300{ width:1300px; margin:0 auto;}
/*  */
/*  */
.cpnavt{
	width: 1600px;
	margin: 0 auto;
 }
 .cpnavt ul {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr  1fr 1fr 1fr  1fr 1fr  1fr;
 }
 .cpnavt li{
  padding:15px
 }
 .cpnavt li>section {box-sizing: border-box;transition: all .2s linear;margin-bottom: 5px;text-align: center;padding: 15px;}
 .cpnavt li>section div {height: 89px;overflow: hidden;margin: 0 auto;margin-top: 20px;margin-bottom: 7px;}
 .cpnavt li>section img {padding: 0;height: 100%;margin: 0 auto;display: block;}
 .cpnavt li>section p {text-align: center;font-size: 14px;color: #000;font-weight: 200;height: 36px;line-height: 36px;width: 92%;margin: 0 auto;white-space: nowrap;overflow: hidden;display: block;text-overflow: ellipsis;margin-bottom: 10px;}.cpnav li>section p em { background: url(../images/pro-tel1.png) 20px center no-repeat #2f44c3; font-size: 20px; color: #fff; line-height: 40px; display: block; text-align: center; width: 70%; position: absolute; z-index: 3; margin: 0 auto; bottom: -20px; left: 0; right: 0; border-radius: 20px; }
 .cpnavt li>section:hover { box-shadow: 0 0 10px #d2d2d2; transform: translate3d(0, -2px, 0) }
 /*  */
 .pic{width:100%}
 .pic img{width:100%}