.header {
	height: 117px;
	background: url(../image/hbg.png) repeat-x center;
}
.header .w {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-tel div {
	height: 40px;
	border: 1px solid #e2e9f3;
	border-radius: 20px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	color: #de2b09;
	margin: 5px 0;
}
.header-tel div img {
	margin-right: 10px;
}
.banner img{
    width: 100%;
    display: block;
}
.navbar {
	height: 56px;
	background: #017ccb;
}


  .navbar ul {
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar ul li {
    flex: 1;
    text-align: center;
    position: relative;
    height: 100%;
  }
  .navbar ul li:hover,
  .navbar ul li.on {
    background: rgba(0,0,0,.2);
  }
  .navbar ul li a {
    display: block;
    font-sizE: 17px;
    color: #fff;
    height: 56px;
    line-height: 56px;
  }
  .navbar ul li .subnav {
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    background: #017ccb;
    display: none;
    z-index: 9;
  }
  .navbar ul li .subnav a {
    display: block;
    border: none;
    line-height: 40px;
    height: 41px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-sizE: 14px;
    color: #fff;
  }
  .navbar ul li .subnav a:hover {
    background: #ed1111;
  }
  .navbar ul li:hover .subnav {
    display: block;
  }



.region-tit {
	text-align: center;
}
.region-tit h2 {
	font-weight: normal;
	display: inline-block;
	padding: 0 200px;
	color: #017ccb;
	font-size: 26px;
	position: relative;
}
.region-tit h2::after,
.region-tit h2::before {
	content: "";
	display: block;
	width: 180px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #d6d6d6;
}
.region-tit h2::before {
	left: 0;
}
.region-tit h2::after {
	right: 0;
}
.region-tit p {
	color: #777;
	font-size: 16px;
	margin-top: 5px;
}
.recom-region {
	padding: 60px 0;
}
.recom-bd {
	margin-top: 40px;
	overflow: hidden;
}
.recom-bd li {
	width: 272px;
	float: left;
	margin-right: 37px;
}
.ban-region {
	height: 200px;
	background: url(../image/banbg.jpg) no-repeat center;
}
.ban-region .w {
	height: 100%;
	position: relative;
}
.ban-region p {
	font-size: 27px;
	color: #017ccb;
	text-shadow: 1px 1px 2px #fff;
	position: absolute;
	bottom: 17px;
	left: 340px;
}
.product-region {
	background: #eeeeee;
	padding: 60px 0;
}
.product-bd {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.product-bd .product-lside {
	width: 250px;
	border: 1px solid #017ccb;
}
.product-bd .product-lside .tit {
	text-align: center;
	background: #017ccb;
	color: #fff;
	padding: 18px 0;
}
.product-bd .product-lside .tit h3 {
	font-size: 23px;
	font-weight: normal;
}
.product-bd .product-lside .tit p {
	font-size: 14px;
	font-family: arial;
	text-transform: capitalize;
}
.product-bd .product-lside ul {
	padding: 20px 14px;
}
.product-bd .product-lside li {
	background: #017ccb;
	border-radius: 2px;
	margin-bottom: 15px;
	transition: all 0.3s;
}
.product-bd .product-lside li:last-of-type {
	margin-bottom: 0;
}
.product-bd .product-lside li a {
	display: block;
	height: 34px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	padding: 0 20px;
	font-size: 14px;
}
.product-bd .product-lside li a::before {
	content: "-";
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	line-height: 13px;
	float: right;
	margin-top: 9px;
}
.product-bd .product-lside li:hover {
	background: #24a502;
}
.product-bd .product-list {
	width: 910px;
}
.product-bd .product-list li {
	width: 218px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.product-bd .product-list li p {
	background: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	height: 40px;
	overflow: hidden;
	transition: all 0.3s;
}
.product-bd .product-list li:nth-of-type(4n) {
	margin-right: 0;
}
.product-bd .product-list li:nth-of-type(1n + 5) {
	margin-bottom: 0;
}
.product-bd .product-list li:hover p {
	background: #017ccb;
	color: #fff;
}
.about-region {
	padding: 60px 0;
}
.about-bd {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-bd .about-desc {
    width: 650px;
    font-size: 18px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.7);
    height: 288px;
    overflow: hidden;
}
.about-bd .about-img {
	width: 445px;
}
.about-bd .about-img img {
	width: 100%;
	display: block;
}
.honor-region {
	padding-bottom: 60px;
}
.honor-tit {
	text-align: center;
	padding: 0 40%;
	font-size: 22px;
	color: #017ccb;
	position: relative;
}
.honor-tit span {
	color: #444;
}
.honor-tit::after,
.honor-tit::before {
	content: "";
	display: block;
	width: 38%;
	height: 1px;
	background: #d6d6d6;
	position: absolute;
	top: 50%;
}
.honor-tit::after {
	right: 0;
}
.honor-tit::before {
	left: 0;
}
.honor-bd {
	margin-top: 40px;
	overflow: hidden;
}
.honor-bd li {
	width: 270px;
	float: left;
	margin-right: 40px;
}
.honor-bd li p {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 10px;
}
.case-region {
	padding: 60px 0;
	background: #017ccb;
}
.case-region .region-tit h2,
.case-region .region-tit p {
	color: #fff;
}
.case-region .region-tit h2::after,
.case-region .region-tit h2::before {
	background: #438dbd;
}
.case-bd {
	margin-top: 40px;
	overflow: hidden;
}
.case-bd li {
	width: 234px;
	padding: 3px;
	float: left;
	background: #fff;
	margin-right: 7px;
	transition: all 0.3s;
}
.case-bd li:hover {
	background: #24a502;
}
.avant-region {
	padding: 60px 0;
}
.avant-tit {
	text-align: center;
}
.avant-tit h2 {
	font-size: 30px;
	color: #017ccb;
}
.avant-tit p {
	font-size: 14px;
	color: #777;
	margin-top: 8px;
}
.avant-bd {
	margin-top: 50px;
}
.avant-bd ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.avant-bd li .icon {
	width: 96px;
	height: 94px;
	border: 2px solid #3a6fbf;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	transition: all 0.3s;
}
.avant-bd li .icon img {
	display: block;
	width: 72px;
	height: 73px;
}
.avant-bd li p {
	text-align: center;
	color: #017ccb;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 26px;
}
.avant-bd li .img {
	border: 5px solid #e9e7ea;
	transition: all 0.3s;
}
.avant-bd li .img img {
	width: 250px;
	height: 370px;
	display: block;
}
.avant-bd li:hover .img {
	border-color: #017ccb;
}
.avant-bd li:hover .icon {
	transform: translateY(-5px);
}
.news-region {
	padding: 60px 0;
	background: #efefef;
}
.news-tit {
	display: flex;
	align-items: center;
}
.news-tit h2 {
	font-size: 30px;
	color: #017ccb;
	margin-right: 40px;
}
.news-tit a {
	font-size: 16px;
	padding: 0 20px;
	line-height: 34px;
	margin-right: 15px;
	transition: all 0.3s;
}
.news-tit a:hover {
	background: #24a502;
	color: #fff;
}
.news-bd {
	margin-top: 50px;
}
.news-bd .li1 {
	float: left;
	width: 545px;
}
.news-bd .li1 img {
	width: 100%;
	display: block;
	height: 200px;
}
.news-bd .li1 h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 24px;
	margin: 10px 0 9px;
}
.news-bd .li1 h3 span {
	font-size: 13px;
	color: #888;
}
.news-bd .li1 p {
	font-size: 13px;
	color: #888;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.news-bd .li1 b {
	text-align: right;
	display: block;
	font-weight: normal;
	color: #017ccb;
	margin-top: 3px;
}
.news-bd .li1:hover h3 {
	color: #017ccb;
}
.news-bd .li2 {
	float: right;
	width: 620px;
	margin-bottom: 25px;
}
.news-bd .li2:last-of-type {
	margin-bottom: 0;
}
.news-bd .li2 .time {
	width: 120px;
	text-align: center;
	float: left;
	margin-right: 25px;
	border: 1px solid #cacaca;
	font-family: arial;
	font-size: 14px;
	padding: 8px 0 10px;
	color: #999;
}
.news-bd .li2 .time b {
	display: block;
	font-size: 35px;
	font-weight: normal;
	color: #333;
	line-height: 1.3;
}
.news-bd .li2 h3 {
	font-weight: normal;
	font-size: 17px;
	color: #333;
	padding: 6px 0 5px;
}
.news-bd .li2 p {
	font-size: 13px;
	line-height: 24px;
	color: #777;
	height: 48px;
	overflow: hidden;
}
.news-bd .li2:hover .time {
	border-color: #017ccb;
	color: #017ccb;
}
.news-bd .li2:hover .time b {
	color: #017ccb;
}
.news-bd .li2:hover h3 {
	color: #017ccb;
}
.area-region {
	background: #efefef;
	padding-bottom: 20px;
	color: #333;
	font-size: 14px;
}
.area-region span {
	font-weight: bold;
}
.area-region a {
	padding: 0 10px;
}
.footer {
	background: #18191a;
	padding: 40px 0;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.footer .w {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 33%;
}
.footer-nav dt {
	margin-bottom: 5px;
	font-size: 15px;
}
.footer-nav dt::after {
	content: ">";
	color: #24a502;
	font-family: "宋体";
	transform: rotate(90deg);
	display: inline-block;
	margin-left: 6px;
}
.footer-nav dd a {
	display: block;
}
.footer-code{
    width: 120px;
}
.footer-code img{
    max-width: 100%;
}