/*
    顶部导航
*/
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	width: 78%;
}
#nav_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar li {
	position: relative;
	flex: 1 1 auto;
	text-align: center;
}
.navbar li a {
	font-size: 16px;
	line-height: 83px;
	display: block;
	color: #fff;
	text-align: center;
}
.navbar li a:hover,
.navbar li.on a {
	color: #ffe599;
}
.navbar li {
	position: relative;
}
.nav li ul {
	position: absolute;
	left: 0;
	top: 45px;
	width: 120px;
	background-color: rgb(28, 69, 135);
	display: none;
	z-index: 995;
}
.nav li ul li {
	width: 100%;
	height: 34px;
}
.nav li ul li a {
	font-size: 12px;
	color: #fff;
	background: rgb(28, 69, 135);
	line-height: 34px;
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
}
.nav li ul li a:hover {
	color: #444;
	background: #ffe599;
}
.nav .on ul li a {
	background-color: #22436f;
	color: #fff;
	background: rgb(28, 69, 135);
}
.nav .on ul li a:hover {
	background: #ffe599;
}

.nav li ul ul {
	left: 200px !important;
}
.scale_img {
	overflow: hidden;
	display: block;
}
.scale_img img {
	width: 100%;
	display: block;
	transition: all 0.3s;
}
.scale_img:hover img {
	transform: scale(1.05);
}
.header {
	height: 83px;
	background-color: #1c4587;
}
.header .w {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search-region {
	height: 60px;
	background: url(../image/sbg.png) repeat center;
}
.search-region .w {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search-hot {
	line-height: 60px;
	font-size: 14px;
	color: 000;
}
.search-hot span {
	color: #980000;
}
.search-form .search-key {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	height: 28px;
	outline: none;
	width: 215px;
	border: #d3d3d3 1px solid;
	padding-left: 15px;
	padding-right: 15px;
}
.search-form .search-button {
	width: 48px;
	height: 28px;
	background: url(../image/sbtn.jpg) no-repeat center;
	cursor: pointer;
	border: none;
	outline: none;
}
.search-form .search-button:hover {
	background-image: url(../image/sbtnh.jpg);
}
.about-region {
	padding: 70px 0;
}
.about-region .w {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-region .about-img {
	width: 480px;
	position: relative;
}
.about-region .about-img::after {
	content: "";
	display: block;
	width: 94%;
	height: 90%;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.about-region .about-content {
	width: 650px;
}
.about-region .about-content .about-tit {
	color: #3d85c6;
	font-size: 20px;
}
.about-region .about-content .about-desc {
	color: #666666;
	font-size: 14px;
	height: 72px;
	line-height: 24px;
	overflow: hidden;
	margin: 23px 0 37px;
}
.about-region .about-content ul {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.about-region .about-content li .img {
	width: 104px;
	height: 104px;
	overflow: hidden;
}
.about-region .about-content li img {
	display: block;
	transition: all 0.3s;
	transform: translateY(-104px);
}
.about-region .about-content li p {
	font-size: 16px;
	text-align: center;
	color: #3d85c6;
	margin-top: 7px;
}
.about-region .about-content li:hover img {
	transform: translateY(0);
}
.region-tit {
	text-align: center;
	font-size: 24px;
	color: #000;
}
.region-tit::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #0f60ba;
	margin: 8px auto 0;
}
.product-region {
	background: url(../image/sbg.png) repeat center;
	padding-top: 60px;
}
.product-region .product-menu {
	text-align: center;
	margin: 25px 0 40px;
}
.product-region .product-menu a {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 38px;
	background: url(../image/pmenu.png) no-repeat center;
	text-align: center;
	margin: 0 10px;
	vertical-align: top;
	font-size: 14px;
	color: #0f60ba;
}
.product-region .product-menu a:hover {
	background-image: url(../image/pmenuh.png);
	color: #fff;
}
.product-region .product-more {
	display: block;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #0f60ba;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 15px;
	transition: all 0.3s;
	margin: 0 auto;
	margin-top: 40px;
}
.product-region .product-more:hover {
	background: #ff5700;
}
.product-list ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.product-list li {
	width: 272px;
	height: 340px;
	padding: 15px;
	border: 1px solid #eeeeee;
}
.product-list li h5 {
	font-size: 14px;
	color: #5a5a5a;
	font-weight: normal;
	text-align: center;
	padding: 0 10px;
	background: #fff;
	line-height: 40px;
}
.product-list li:hover {
	border-color: #ff0000;
}
.news-region {
	padding: 70px 0 80px;
}
.news-region .news-menu {
	text-align: center;
	margin: 20px 0 40px;
}
.news-region .news-menu a {
	line-height: 30px;
	color: #434343;
	padding: 0 20px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	border-radius: 15px;
	transition: all 0.3s;
}
.news-region .news-menu a:hover {
	background: #1e549c;
	color: #fff;
}
.news-left {
	width: 471px;
	float: left;
	position: relative;
}
.news-left .hd {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: right;
	height: 38px;
	background: rgba(0, 0, 0, 0.3);
	padding-top: 8px;
}
.news-left .hd li {
	display: inline-block;
	background: #0f60ba;
	color: #fff;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-family: arial;
	margin-right: 12px;
	cursor: pointer;
}
.news-left .hd li.on {
	background: #ff5700;
}
.news-right {
	width: 690px;
	float: right;
}
.news-right li {
	border-bottom: 1px dotted #dbd4cd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news-right li:last-of-type {
	margin-bottom: 0;
}
.news-right li .time {
	background: #0f60ba;
	width: 60px;
	height: 59px;
	float: left;
	margin-right: 20px;
	font-size: 11px;
	color: #fff;
	text-align: center;
}
.news-right li .time b {
	font-size: 23px;
	display: block;
}
.news-right li h5 {
	font-size: 16px;
	color: #3c78d8;
	font-weight: normal;
}
.news-right li p {
	font-size: 12px;
	margin-top: 2px;
	height: 32px;
	line-height: 16px;
	color: #908f8f;
}
.news-right li:hover h5 {
	color: #ff5700;
}
.contact-region {
	padding: 70px 0;
	background: url(../image/sbg.png) repeat center;
}
.contact-region .contact-slogan {
	text-align: center;
	font-size: 12px;
	color: #434343;
	margin-top: 14px;
}
.contact-bd {
	margin-top: 40px;
}
.contact-map {
	width: 631px;
	float: left;
	font-size: 14px;
	color: #434343;
	line-height: 28px;
}
.contact-map .map-wrap {
	width: 631px;
	height: 359px;
	margin-bottom: 10px;
	background: #ccc;
}
.contact-map .map-address {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.contact-map .map-address > * {
	margin-right: 30px;
}
.contact-form {
	float: right;
	width: 509px;
}
.contact-form .title {
	height: 97px;
	background: url(../image/contactimg.jpg) no-repeat center;
	text-align: right;
	padding: 22px 20px;
	font-size: 13px;
	margin-bottom: 17px;
}
.contact-form .title h2 {
	font-size: 21px;
	font-weight: normal;
}
.contact-form .input-group {
	font-size: 13px;
	color: #666;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 13px;
}
.contact-form .input-group input {
	height: 35px;
	line-height: 35px;
	border: 1px solid #dedede;
	width: 432px;
	padding: 0 20px;
	font-size: 14px;
	outline: none;
}
.contact-form .input-group textarea {
	width: 432px;
	border: 1px solid #dedede;
	height: 60px;
	padding: 5px 0;
	font-size: 14px;
	outline: none;
	resize: none;
}
.contact-form .submit {
	display: block;
	width: 430px;
	height: 45px;
	margin-left: auto;
	line-height: 45px;
	font-size: 18px;
	background-color: #0f60ba;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	color: #fff;
	outline: none;
	transition: all 0.3s;
}
.contact-form .submit:hover {
	background: #ff5700;
}
.footer {
	background-color: #434343;
	font-size: 14px;
	color: #fff;
}
.footer-hd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 0;
}
.footer-left {
	width: 70%;
}
.footer-nav {
	margin-bottom: 17px;
}
.footer-nav a {
	margin-right: 20px;
}
.footer-nav a:hover {
	color: #ff5700;
}
.footer-contact {
	font-size: 12px;
	line-height: 18px;
	font-family: arial;
}
.footer-code {
	display: flex;
	align-items: flex-start;
}
.footer-code img {
	margin-left: 20px;
}
