.container {
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.header-top {
	width: 100%;
	height: 42px;
	line-height: 42px;
	background-color: #363636;
	color: #FFFFFF;
}

.header-top a {
	color: #FFFFFF;
	cursor: pointer;
}

.header-bottom {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	background: url(../images/header_bg.jpg)top center no-repeat;
}

.logo {
	display: block;
}

.search-box {
	width: 244px;
	height: 35px;
	background-color: #ffffff;
	border: solid 1px #f0eae9;
	box-sizing: border-box;
	padding: 0 10px;
	margin-top: 33px;
}

.search-box input {
	border: none;
	height: 33px;
	line-height: 33px;
	color: #999999;
	font-size: 14px;
	width: 180px;
}

.search-box button {
	background: url(../images/search.png)top center no-repeat;
	width: 22px;
	height: 22px;
	border: none;
	padding: 0;
	outline: none;
	margin-top: 6px;
	margin-right: 6px;
}

.nav {
	width: 100%;
	height: 48px;
	background-image: linear-gradient(0deg,
		#c3cfd5 0%,
		#ffffff 100%,
		#dfe5e9 100%,
		#becbd3 100%,
		#dfe5e9 100%,
		#ffffff 100%),
		linear-gradient(#000000,
		#000000);
	background-blend-mode: normal,
		normal;
}

.nav ul li {
	float: left;
	width: 200px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
}

.nav ul li a {
	color: #333333;
	display: block;
	transition: all .3s;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
}

.nav ul li a:hover,
.nav ul li a.active-nav {
	color: #FFFFFF;
	background-image: url(../images/nav_bg.png);
}

.banner {
	width: 100%;
	height: 468px;
	position: relative;
}

.banner .banner-button-prev,
.banner .banner-button-next {
	width: 40px;
	height: 70px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 999;
	cursor: pointer;
	opacity: 0.3;
	transition: all .5s;
}

.banner .banner-button-prev {
	background-image: url(../images/prev.png);
	left: 120px;
}

.banner .banner-button-next {
	background-image: url(../images/next.png);
	right: 120px;
}

.banner .banner-button-prev:hover,
.banner .banner-button-next:hover {
	opacity: 1;
}

.banner .banner-pagination {
	position: absolute;
	z-index: 999;
	left: 0;
	bottom: 30px !important;
	width: 100%;
	height: auto;
	text-align: center;
}

.banner .banner-bullet {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #ffffff;
	display: inline-block;
	margin: 0 7px;
}

.banner .swiper-pagination-bullet-active {
	background-color: #d92418;
}

.news-container {
	width: 100%;
	height: 64px;
	background-color: #1d6f8b;
	box-sizing: border-box;
	padding: 14px 0;
}

.new-news-title {
	font-size: 18px;
	color: #ffffff;
	line-height: 36px;
}

.news-container span.news-line {
	width: 2px;
	height: 36px;
	background-color: #4d889c;
	display: inline-block;
	margin-left: 16px;
	margin-right: 14px;
}

.trilateral {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #FFFFFF;
	display: inline-block;
	margin-top: 13px;
}

.news-container .new-news-list {
	margin-left: 20px;
}

.news-container .new-news-list li {
	margin-bottom: 8px;
}

.news-container .new-news-list a {
	color: #ffffff;
	font-size: 12px;
}

.main-container {
	background-image: linear-gradient(0deg, #215d99 35%, #3082b4 100%), linear-gradient(#000000, #000000);
	background-blend-mode: normal, normal;
	width: 100%;
	height: 519px;
	box-sizing: border-box;
	padding: 40px 0;
}

.main-container .product {
	width: 644px;
	height: auto;
	position: relative;
	/* box-sizing: border-box; */
	padding: 0 30px;
}

.main-container .product .product-button-next,
.main-container .product .product-button-prev {
	width: 17px;
	height: 34px;
	position: absolute;
	z-index: 999;
	top: 50%;
	margin-top: -17px;
	background-repeat: no-repeat;
	background-position: top center;
	outline: none;
	cursor: pointer;
}

.main-container .product .product-button-next {
	right: 0;
	background-image: url(../images/product_next.png);
}

.main-container .product .product-button-prev {
	left: 0;
	background-image: url(../images/product_prev.png);
}

.main-container .product .product-item-info {
	width: 208px;
	height: 226px;
}

.main-container .product .product-img {
	width: 208px;
	height: 186px;
}

.main-container .product .product-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.main-container .product .product-name {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #1c4a6c;
	color: #FFFFFF;
	font-size: 16px;
}

.main-container .about-info {
	background: url(../images/about_bg.png)top center no-repeat;
	width: 493px;
	height: 405px;
	margin-top: -135px;
	position: relative;
	z-index: 999;
	box-sizing: border-box;
	padding: 28px 23px 23px 67px;
}

.main-container .about-text {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-top: 10px;
}

.more-btn {
	background: url(../images/nav_bg.png)top center no-repeat;
	width: 70px;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	position: absolute;
	bottom: 13px;
	right: 23px;
	background-size: contain;
}

.main-container .links {
	background: url(../images/links_bg.png)top center no-repeat;
	width: 707px;
	height: 171px;
	padding: 25px 30px;
	box-sizing: border-box;
}

.main-container .links .links-title {
	font-size: 18px;
	line-height: 28px;
	color: #3082b4;
	margin-bottom: 20px;
}



.linkwrap{
	width: 620px;
	height: 90px;
	position: relative;
	overflow: hidden;
}

.linkwrap ul{
	overflow: hidden;
	position: relative; 
	width: 1600px;
}

.linkwrap ul li{
	float: left;
	width: 129px;
	height: 80px;
	
	padding-right: 20px;
}
.linkwrap ul li img {
	width: 100%;
	height: 100%;
	display: block;
	border: solid 1px #cccccc;
}



.main-container .contact {
	width: 493px;
	height: 171px;
	background: url(../images/contcat_bg.jpg)10px center no-repeat;
	color: #FFFFFF;
	line-height: 24px;
	padding-top: 30px;
	padding-left: 210px;
	box-sizing: border-box;
	text-align: right;
}

.main-container .contact .contact-title {
	font-size: 16px;
	font-weight: bold;
}

.main-container .contact .contact-item {
	font-size: 14px;
}

.footer {
	width: 100%;
	height: 246px;
	background: url(../images/footer_bg.jpg)top center no-repeat;
	color: #FFFFFF;
	box-sizing: border-box;
	padding-top: 30px;
}

.footer a {
	color: #FFFFFF;
}

.footer .footer-nav-title {
	font-size: 14px;
	margin-bottom: 15px;
}

.footer .footer-nav-list {
	font-size: 12px;
	line-height: 22px;
}

.footer .footer-nav-item {
	margin-right: 79px;
}

.footer .product-nav {
	width: 360px;
}

.footer .product-nav li {
	float: left;
	width: 50%;
}

.footer .footer-contact-item {
	line-height: 22px;
	font-size: 12px;
}

.footer .copyright {
	width: 100%;
	border-top: solid 1px #545455;
	font-size: 12px;
	line-height: 34px;
	color: #ffffff;
	margin-top: 20px;
}

/* 内页样式 */

.inside-banner {
	background: url(../images/inside_banner.jpg)top center no-repeat;
	width: 100%;
	height: 300px;
}

.crumbs {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #1d6f8b;
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
}

.crumbs a {
	color: #FFFFFF;
}

.icon-home {
	background: url(../images/home.png)center center no-repeat;
	display: inline-block;
	width: 17px;
	height: 50px;
}

.inside-container {
	width: 100%;
	height: auto;
	background-color: #48b9dc;
	padding-bottom: 60px;
}

.inside-nav {
	width: 221px;
	height: auto;
	margin-bottom: 50px;
	margin-top: -26.5px;
}

.inside-nav .menu-title {
	width: 100%;
	height: 53px;
	line-height: 53px;
	color: #0082c5;
	font-size: 18px;
	box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.16);
	padding-left: 60px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 10px 10px 0 0;
	background: url(../images/inside_nav_bg.png)top center no-repeat;
}

.inside-nav .menu-list {
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.29);
	border-radius: 0px 0px 10px 10px;
	box-sizing: border-box;
	padding-bottom: 20px;
	padding-top: 20px;
}

.inside-nav .menu-list li {
	width: 100%;
	height: 43px;
	line-height: 43px;
	color: #0082c5;
	font-size: 14px;
}

.inside-nav .menu-list li a {
	color: #0082c5;
	display: block;
	padding-left: 60px;
	position: relative;
}

.inside-nav .menu-list li a:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	position: absolute;
	top: 50%;
	right: 22px;
	margin-top: -4px;
	transform: rotate(45deg);
	display: none;
}

.inside-nav .menu-list li a:hover:after,
.inside-nav .menu-list li a.active-menu:after {
	display: block;
}

.inside-nav .menu-list li:after {
	content: '';
	display: block;
	width: 181px;
	height: 1px;
	background-color: #b0deee;
	margin: 0 auto;
}

.inside-nav .menu-list li a.active-menu,
.inside-nav .menu-list li a:hover {
	color: #FFFFFF;
	background-image: linear-gradient(0deg, #04619a 0%, #0478c1 100%);
}

.inside-content {
	width: 939px;
	height: auto;
	margin-top: 25px;
}

.inside-content .current-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: solid 1px #84d0e8;
	padding-left: 12px;
	font-size: 18px;
	color: #FFFFFF;
	box-sizing: border-box;
	position: relative;
}

.inside-content .current-title:after {
	content: '';
	width: 140px;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
}

.inside-content .content-wrap {
	width: 100%;
	height: auto;
	padding: 20px 0 20px 24px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}

.content-wrap .news-list li {
	margin-bottom: 3px;
}

.content-wrap .news-list li a {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	position: relative;
	display: block;
	padding-left: 20px;
	font-weight: bold;
}

.content-wrap .news-list li a:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: solid 1.5px #FFFFFF;
	border-right: solid 1.5px #FFFFFF;
	margin-top: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	transform: rotate(45deg);
}

.equipment-list {
	margin: 0 -22.5px;
}

.equipment-list li {
	width: calc(50% - 45px);
	height: 332px;
	float: left;
	margin: 0 22.5px 45px 22.5px;
}

.equipment-list li img {
	width: 100%;
	height: 100%;
	display: block;
}

.product-list li {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.product-list li .product-pic {
	width: 250px;
	height: 225px;
	margin-right: 20px;
}

.product-list li .product-pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.product-list li .product-right {
	width: 645px;
	height: auto;
	padding-top: 20px;
}

.product-list li .product-head {
	margin-bottom: 20px;
}

.product-list li .product-head span {
	width: 68px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #1c4a6c;
	display: block;
	font-size: 12px;
	color: #FFFFFF;
}

.product-list li .product-title {
	font-size: 14px;
	color: #ffffff;
}

.product-text {
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
}

.product-detail-swiper .swiper-top {
	width: 500px;
	height: 450px;
	margin: 0 auto 20px auto;
}

.product-detail-swiper .swiper-top img {
	width: 500px;
	height: 450px;
	display: block;
}

.product-detail-swiper .swiper-bottom {
	width: 500px;
	height: auto;
	padding: 0 41px;
	margin: 0 auto;
	position: relative;
}

.product-detail-swiper .swiper-bottom img {
	width: 60px;
	height: 54px;
	display: block;
	opacity: 0.8;
}

.product-detail-swiper .detail-button-next,
.product-detail-swiper .detail-button-prev {
	width: 17px;
	height: 34px;
	position: absolute;
	z-index: 999;
	top: 50%;
	margin-top: -17px;
	background-repeat: no-repeat;
	background-position: top center;
	outline: none;
	cursor: pointer;
}

.product-detail-swiper .detail-button-next {
	right: 0;
	background-image: url(../images/product_next.png);
}

.product-detail-swiper .detail-button-prev {
	left: 0;
	background-image: url(../images/product_prev.png);
}

.product-detail-swiper .active-swiper img {
	opacity: 1;
}

.product-detail-title {
	width: 100%;
	height: auto;
	border-bottom: solid 1px #84d0e8;
	margin-top: 40px;
	margin-bottom: 10px;
}

.product-detail-title span {
	width: 96px;
	height: 33px;
	line-height: 33px;
	background-color: #1a496b;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.detail-text {
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
}

.product-detail-title span:first-of-type{
	border-right: solid 1px #84d0e8;
}