﻿.header {
	height: 118px;
	border-top: 5px solid #1775c5;
}
.header .w {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .header-tel {
	background: url(../image/htel.png) no-repeat left center;
	font-size: 30px;
	color: #1fa36e;
	padding: 38px 0 0 85px;
	font-family: arial;
	font-weight: bold;
}
.navbar {
	height: 66px;
	background: #1775c5;
}
.navbar #nav_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.navbar #nav_box li {
	text-align: center;
	position: relative;
	flex: 1;
}
.navbar #nav_box li a {
	line-height: 66px;
	font-size: 18px;
	color: #fff;
	display: block;
}
.navbar #nav_box li.on > a,
.navbar #nav_box li:hover > a {
	background: #1fa36e;
}
.navbar #nav_box li ul {
	position: absolute;
	top: 66px !important;
	left: 0;
	min-width: 100%;
	background: #1775c5;
	display: none;
}
.navbar #nav_box li ul li a {
	line-height: 40px;
	font-size: 14px;
	padding: 0 10px;
	white-space: nowrap;
}
.navbar #nav_box li ul li a:hover {
	background: #1fa36e;
}
.search-region {
	line-height: 54px;
	background: #f3f4f4;
}
.search-region .w {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search-region .search-hot {
	font-size: 13px;
	color: #333;
}
.search-region .search-form {
	height: 30px;
}
.search-region .search-form .search-key {
	width: 210px;
	line-height: 30px;
	background: #fff;
	border: none;
	outline: none;
	padding: 0 10px;
	vertical-align: top;
	color: #999;
}
.search-region .search-form .search-button {
	width: 49px;
	line-height: 30px;
	border: none;
	cursor: pointer;
	line-height: 26px;
	text-align: center;
	background: #1775c5;
	font-size: 14px;
	color: #fff;
	vertical-align: top;
	outline: none;
}
.region-tit {
	text-align: center;
}
.region-tit h2 {
	font-size: 30px;
	color: #000;
	font-weight: normal;
	background: url(../image/titline.png) no-repeat bottom center;
	padding-bottom: 13px;
	margin-bottom: 7px;
}
.region-tit p {
	font-size: 17px;
	color: #666;
}
.serve-region {
	padding: 70px 0 80px;
}
.serve-bd {
	margin-top: 40px;
}
.serve-bd ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.serve-bd ul li {
	text-align: center;
	padding: 0 40px;
	transition: all 0.3s;
}
.serve-bd ul li:hover {
	transform: translateY(-5px);
}
.serve-bd ul .img {
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.serve-bd ul h3 {
	font-size: 18px;
	color: #000;
	margin: 12px 0 7px;
}
.serve-bd ul p {
	font-size: 13px;
	line-height: 20px;
	color: #666;
}
.product-region .w {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.product-region .product-lside {
	width: 250px;
	background: #1775c5;
}
.product-region .product-lside .lside-tit {
	height: 96px;
	color: #fff;
	background: url(../image/promenu.png) no-repeat 42px center;
	padding: 25px 0 0 94px;
	line-height: 1.4;
}
.product-region .product-lside .lside-tit h2 {
	font-size: 22px;
}
.product-region .product-lside .lside-tit p {
	text-transform: uppercase;
}
.product-region .product-lside ul {
	margin: 0 11px;
	background: #fff;
	border-radius: 5px;
	padding: 16px 9px;
}
.product-region .product-lside ul li {
	margin-bottom: 15px;
}
.product-region .product-lside ul li:last-of-type {
	margin-bottom: 0;
}
.product-region .product-lside ul li a {
	line-height: 37px;
	display: block;
	background: #1775c5;
	color: #fff;
	font-size: 16px;
	padding: 0 10px 0 20px;
	border-radius: 3px;
	transition: all 0.3s;
}
.product-region .product-lside ul li a:hover {
	background: #1fa36e;
}
.product-region .product-lside .lside-contact {
	margin-top: 16px;
	text-align: center;
	line-height: 0;
	margin-bottom: 36px;
}
.product-region .product-list {
	width: 930px;
}
.product-region .product-list ul {
	overflow: hidden;
}
.product-region .product-list li {
	margin-bottom: 2%;
	position: relative;
	float: left;
	margin-right: 2%;
	width: 32%;
}
.product-region .product-list li:nth-of-type(3n) {
	margin-right: 0;
}
.product-region .product-list li h5 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 38px;
	background: rgba(23, 117, 197, 0.5);
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	height: 38px;
}
.product-region .product-list li:hover h5 {
	height: 100%;
}
.choose-region {
	border-top: 17px solid #1fa36e;
	margin-top: 80px;
}
.choose-region .choose-tit {
	height: 188px;
	background: #1775c5;
	color: #fff;
	margin-bottom: 95px;
}
.choose-region .choose-tit .w {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.choose-region .choose-tit .w > img {
	margin-top: 127px;
}
.choose-region .choose-tit .w::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 124px solid transparent;
	border-right: 124px solid transparent;
	border-top: 40px solid #1775c5;
}
.choose-region .choose-tit h2 {
	font-size: 85px;
	margin: 0 27px 0 13px;
}
.choose-region .choose-tit h3 {
	font-size: 36px;
	margin-bottom: 20px;
}
.choose-region .choose-tit h3 img {
	vertical-align: -6px;
	margin-left: 10px;
}
.choose-region .choose-tit h3 p {
	font-size: 19px;
	background: url(../image/chosline.png) no-repeat left center;
	line-height: 32px;
	width: 327px;
	padding-left: 20px;
	margin-top: 7px;
}
.choose-bd li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../image/avantline.png) no-repeat bottom center;
	padding-bottom: 120px;
	margin-bottom: 55px;
}
.choose-bd li:last-of-type {
	margin-bottom: 0;
	background: none;
	padding-bottom: 0;
}
.choose-bd li:nth-of-type(even) {
	flex-direction: row-reverse;
}
.choose-bd li .item-hd {
	max-width: 50%;
}
.choose-bd li .item-hd dl {
	margin-bottom: 30px;
}
.choose-bd li .item-hd dl:last-of-type {
	margin-bottom: 0;
}
.choose-bd li .item-hd dt {
	height: 149px;
	background: url(../image/avanttit.jpg) no-repeat left center;
	display: flex;
	line-height: 156px;
	font-size: 24px;
	font-family: cursive;
	font-weight: 800;
	margin-bottom: 10px;
}
.choose-bd li .item-hd dt i {
	color: #fff;
	width: 118px;
	text-align: center;
	font-size: 33px;
	font-family: fantasy;
	line-height: 154px;
	margin-right: 25px;
}
.choose-bd li .item-hd dd {
	padding-left: 32px;
}
.choose-bd li .item-hd dd p {
	font-size: 14px;
	color: #444;
	line-height: 30px;
}
.choose-bd li .item-hd dd p::after {
	content: "";
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	border: 1px solid #1775c5;
	border-radius: 50%;
	margin-right: 8px;
	margin-top: 10px;
}
.choose-bd li .item-hd dd p span {
	color: #1775c5;
}
.choose-bd li .item-bd {
	max-width: 50%;
}
.choose-bd li .item-bd img {
	max-width: 100%;
}
.case-region {
	margin-top: 90px;
	background: linear-gradient(
		to top,
		#e5e5e5 36px,
		#1775c5 36px,
		#1775c5 291px,
		#1775c5 291px,
		#fff 291px
	);
}
.case-region .case-more {
	text-align: center;
	margin-top: 56px;
}
.case-region .case-more a {
	display: inline-block;
	line-height: 69px;
	margin: 0 15px;
	background: #1263a8;
	color: #fff;
	font-size: 24px;
	width: 240px;
	transition: all 0.3s;
}
.case-region .case-more a:first-of-type {
	background: #fff;
	color: #000;
}
.case-region .case-more a:hover {
	background: #1fa36e;
	color: #fff;
}
.case-bd {
	overflow: hidden;
	margin-top: 60px;
}
.case-bd li {
	width: 293px;
	margin-right: 9px;
	transition: all 0.3s;
}
.case-bd li .img {
	overflow: hidden;
}
.case-bd li .desc {
	height: 124px;
	background: #fff;
	padding: 16px 28px;
}
.case-bd li .desc h5 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	background: url(../image/caseline.png) no-repeat bottom left;
	padding-bottom: 9px;
	margin-bottom: 10px;
}
.case-bd li .desc p {
	font-size: 13px;
	color: #888;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.case-bd li:hover .desc h5 {
	color: #1775c5;
}
.about-region {
	padding-top: 50px;
	background: linear-gradient(to top, #fff 37px, #e5e5e5 37px);
}
.about-region .about-more {
	text-align: center;
}
.about-region .about-more a {
	display: inline-block;
	line-height: 69px;
	margin: 0 15px;
	background: #1775c5;
	color: #fff;
	font-size: 24px;
	width: 240px;
	transition: all 0.3s;
}
.about-region .about-more a:last-of-type {
	background: #333;
}
.about-region .about-more a:hover {
	background: #1fa36e;
}
.about-bd {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 34px;
	margin: 35px 0;
}
.about-bd .about-img {
	width: 546px;
	line-height: 0;
}
.about-bd .about-img img {
	max-width: 100%;
}
.about-bd .about-content {
	width: 560px;
}
.about-bd .about-content .ab-tit {
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
.about-bd .about-content .ab-tit span {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 17px;
	font-family: arial;
	margin-left: 10px;
	vertical-align: -3px;
	color: #888;
}
.about-bd .about-content .ab-tit::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #1775c5;
	margin-top: 7px;
}
.about-bd .about-content .desc {
	font-size: 14px;
	line-height: 40px;
	height: 200px;
	overflow: hidden;
	color: #555;
	margin: 16px 0 35px;
}
.about-bd .about-content ul {
	display: flex;
}
.about-bd .about-content ul li {
	text-align: center;
	font-size: 13px;
	color: #666;
	border-right: 1px solid #dadada;
	margin-right: 26px;
	padding: 2px 26px 2px 0;
}
.about-bd .about-content ul li b {
	font-size: 40px;
	font-weight: bold;
	color: #333;
	display: block;
	font-family: arial;
	line-height: 1;
	margin-bottom: 1px;
}
.about-bd .about-content ul li b i {
	font-weight: normal;
	font-size: 14px;
	color: #666;
}
.show-region {
	padding: 60px 0;
}
.show-bd {
	margin-top: 50px;
	position: relative;
}
.show-bd .tempWrap{
	width:100% !important;
}

.show-bd .sbtn {
	position: absolute;
	top: 50%;
	transform: translateY(-70%);
	width: 44px;
	height: 44px;
	background: #ecebee;
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
	font-family: "宋体";
	color: #333;
	font-size: 20px;
	transition: all 0.3s;
}
.show-bd .sbtn:hover {
	background: #1775c5;
	color: #fff;
}
.show-bd .sPrev {
	left: -60px;
}
.show-bd .sNext {
	right: -60px;
}
.show-bd li {
	width: 392px;
    margin-right: 42px;
}
.show-bd li .img {
	border: 6px solid #dcdcdc;
	overflow: hidden;
	transition: all 0.3s;
}
.show-bd li .img img {
	width: 100%;
	display: flex;
}
.show-bd li h5 {
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #333;
	margin-top: 12px;
}
.show-bd li:hover .img {
	border-color: #1775c5;
}
.news-region {
	padding: 0 0 60px;
}
.news-bd {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.news-bd .news-bd-dynamic,
.news-bd .news-bd-faq {
	width: 568px;
}
.news-bd .news-tit {
	border-bottom: 1px solid #d5d4d4;
	margin-bottom: 34px;
	background: url(../image/newsicon.png) no-repeat left top;
	padding-left: 45px;
	padding-bottom: 10px;
}
.news-bd .news-tit a {
	font-size: 13px;
	text-transform: uppercase;
	font-family: arial;
	color: #333;
}
.news-bd .news-tit a:hover {
	color: #1fa36e;
}
.news-bd .news-tit h3 {
	display: inline-block;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 1;
	margin-right: 15px;
}
.news-bd .news-bd-dynamic li {
	height: 94px;
	border: 1px solid #e5e5e5;
	margin-bottom: 24px;
	transition: all 0.3s;
}
.news-bd .news-bd-dynamic li:last-of-type {
	margin-bottom: 0;
}
.news-bd .news-bd-dynamic li .time {
	background: #e5e5e5;
	text-align: center;
	height: 92px;
	width: 93px;
	margin-right: 20px;
	float: left;
	font-size: 16px;
	color: #666;
	font-family: arial;
	padding-top: 17px;
	transition: all 0.3s;
}
.news-bd .news-bd-dynamic li .time b {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
}
.news-bd .news-bd-dynamic li h5 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 20px 0 7px;
}
.news-bd .news-bd-dynamic li p {
	font-size: 13px;
	color: #666;
}
.news-bd .news-bd-dynamic li:hover {
	border-color: #1775c5;
}
.news-bd .news-bd-dynamic li:hover .time {
	background: #1775c5;
	color: #fff;
}
.news-bd .news-bd-dynamic li:hover .time b {
	color: #fff;
}
.news-bd .news-bd-faq img {
	max-width: 100%;
	display: block;
}
.news-bd .news-bd-faq .news-slide-wrap {
	height: 384px;
	overflow: hidden;
}
.news-bd .news-bd-faq .news-slide-wrap li {
	margin: 15px 0;
}
.news-bd .news-bd-faq .news-slide-wrap li h5 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 5px;
}
.news-bd .news-bd-faq .news-slide-wrap li h5 b {
	font-size: 20px;
	font-weight: normal;
	margin-right: 10px;
	vertical-align: 1px;
	line-height: 1;
}
.news-bd .news-bd-faq .news-slide-wrap li h5 span {
	font-size: 12px;
	color: #666;
}
.news-bd .news-bd-faq .news-slide-wrap li p {
	margin-left: 27px;
	font-size: 13px;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
	color: #666;
}
.news-bd .news-bd-faq .news-slide-wrap li:hover h5 {
	color: #1775c5;
}
.partner-region {
	background: #ececec;
	padding: 60px 0;
}
.partner-bd {
	margin-top: 40px;
	position: relative;
}
.partner-bd .pbtn {
	width: 36px;
	height: 67px;
	background: #a2a2a2;
	line-height: 67px;
	text-align: center;
	font-family: "宋体";
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 50%;
	margin-top: -33px;
	transition: all 0.3s;
}
.partner-bd .pbtn:hover {
	background: #1775c5;
}
.partner-bd .sPrev {
	left: -0;
}
.partner-bd .sNext {
	right: -0;
}
.partner-bd .tempWrap {
	width: 1058px;
	overflow: hidden;
	margin: 0 auto;
}
.partner-bd li {
	float: left;
	width: 188px;
	line-height: 0;
	margin-right: 29px;
}
.partner-bd li img {
	width: 100%;
	display: block;
}
.partner-bd li p {
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 8px;
}
.area-region {
	height: 61px;
	line-height: 61px;
	font-size: 14px;
	color: #000;
}
.area-region .w {
	background: url(../image/areaicon.png) no-repeat left center;
	padding-left: 30px;
}
.area-region a {
	color: #000;
}
.footer {
	background: #1775c5;
}
.footer .footer-bd {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 14px;
	color: #fff;
	padding: 20px 0;
	font-family: arial;
}
.footer .footer-bd a {
	color: #fff;
}
.footer .footer-bd .w {
	display: flex;
	justify-content: center;
}
.footer-hd {
	color: #fff;
	padding: 40px 0;
}
.footer-hd .w {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-hd .footer-hd-tit h2 {
	font-size: 24px;
	font-weight: normal;
}
.footer-hd .footer-hd-tit p {
	font-size: 14px;
	border-bottom: 1px solid #5791c5;
	padding: 8px 0 15px;
}
.footer-hd .footer-hd-tit .tel {
	font-size: 36px;
	color: #1fa36e;
	text-shadow: 0 0 2px #fff;
	font-weight: bold;
	font-family: arial;
	line-height: 1;
	margin-bottom: 31px;
	margin-top: 18px;
}
.footer-hd .footer-hd-tit a {
	display: block;
	width: 102px;
	border: 1px solid #fff;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
.footer-hd .footer-hd-tit a:hover {
	background: #fff;
	color: #1775c5;
}
.footer-hd .footer-hd-form h2 {
	font-size: 24px;
	font-weight: normal;
}
.footer-hd .footer-hd-form p {
	font-size: 14px;
	padding: 4px 0 8px;
}
.footer-hd .footer-hd-form input {
	width: 467px;
	line-height: 39px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	background: none;
	outline: none;
	padding: 0 10px;
	margin-bottom: 12px;
}
.footer-hd .footer-hd-form input::placeholder {
	color: #fff;
}
.footer-hd .footer-hd-form button {
	line-height: 39px;
	width: 467px;
	border-radius: 3px;
	background: #1fa36e;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border: none;
	outline: none;
	cursor: pointer;
}
.footer-hd .footer-code li {
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}
.footer-hd .footer-code li img {
	max-width: 123px;
}
.footer-hd .footer-code li p {
	font-size: 14px;
	margin-top: 5px;
}
.footer-hd .footer-code li:last-of-type {
	margin-bottom: 0;
}
