* {
	list-style: none;
}

body {
	font-family: 'Roboto', Tahoma;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
}

a:hover {
	text-decoration: none;
}

a, ul, li, ol, p, h1, h2, h3 {
	padding: 0;
	margin: 0;
}

.container:before, .container:after {
	display: none;
}

.top-box {
	width: 100%;
	background: url(../img/top.jpg)no-repeat center;
	background-size: 100% 40px;
}

.top {
	height: 40px;
	display: flex;
}

.top>a {
	display: flex;
	align-items: center;
	height: 40px;
}

.top>a:nth-child(1)>span {
	font-family: 'Arial';
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.top>a:nth-child(2)>span {
	font-size: 14px;
	color: #fff;
	margin-right: 8px;
}

.top>a:nth-child(1)>img {
	margin-right: 8px;
}

.top>a:nth-child(1) {
	margin-right: 27px;
}

.header {
	max-width: 1920px;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.header-right {
	display: flex;
	align-items: center;
}

.nav {
	display: flex;
}

.nav>li {
	width: 130px;
	height: 120px;
	text-align: center;
	z-index: 10;
	position: relative;
}

.nav>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #000;
	position: relative;
	z-index: 2;
}

.nav>li>a:hover {
	background: transparent;
}

.nav>li>a:focus {
	background: transparent;
}

.nav>li>.navBg {
	position: absolute;
	height: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
	background: #e5e5e5;
	transition: all 0.3s;
}

.nav>.active-nav>.navBg {
	height: 100%;
}

.nav>.active-nav>a {
	color: #0f56ad;
}

.form {
	height: 40px;
	border-left: 1px solid #8f9ba5;
	display: flex;
	align-items: center;
	padding-left: 0;
}

.form>.inp {
	width: 0px;
	height: 20px;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	outline: none;
}

.show-submit {
	display: block;
	margin-left: 30px;
	width: 20px;
	height: 20px;
	padding: 0;
	background: url(../img/search.png)no-repeat center;
}

.submit {
	display: none;
	border: none;
	width: 20px;
	height: 20px;
	padding: 0;
	background: url(../img/search.png)no-repeat center;
	outline: none;
}

.form>span {
	display: none;
	padding: 0 10px;
	color: #333;
	cursor: pointer;
}

.form>span:hover {
	color: #0f56ad;
}

.child-nav {
	display: none;
	background: #f7f7f7;
}

.child-nav>li {
	line-height: 35px;
	border-bottom: 1px solid #d4d4d4;
}

.child-nav>li>a {
	display: block;
	color: #000;
}

.child-nav>li>a:hover {
	color: #0f56ad;
}

.nav-btn {
	display: none;
	flex-direction: column;
	justify-content: center;
	width: 35px;
	height: 32px;
	padding: 0 7px;
	border-radius: 3px;
	background: #e5e5e5;
	cursor: pointer;
}

.nav-btn>span {
	display: block;
	width: 100%;
	height: 2px;
	background: #686868;
}

.nav-btn>span:nth-child(2) {
	margin: 5px 0;
}

.mob-nav {
	display: none;
	background: #fff;
}

.mob-nav>li {
	border-bottom: 1px solid #b2b2b2;
}

.mob-nav>li>a {
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 30px;
}

.mob-nav>li>a:hover {
	color: #0f56ad;
}

.mob-child-nav {
	display: none;
	padding-left: 10px;
}

.mob-child-nav>li>a {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 25px;
}

.mob-child-nav>li>a:hover {
	color: #0f56ad;
}

.idx-banner {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

#swiper1 .swiper-slide>img {
	width: 100%;
}

#swiper1 .swiper-pagination>.swiper-pagination-bullet {
	width: 50px;
	height: 4px;
	background: #fff;
	border-radius: 0;
	outline: none;
}

#swiper1>.swiper-button-prev {
	left: 85px;
	background-image: url(../img/a1-prev.png);
}

#swiper1>.swiper-button-next {
	right: 85px;
	background-image: url(../img/b1-next.png);
}

#swiper1>.swiper-button-prev:hover {
	background-image: url(../img/a-prev.png);
	background-color: rgba(255, 255, 255, 0.5);
}

#swiper1>.swiper-button-next:hover {
	background-image: url(../img/b-next.png);
	background-color: rgba(255, 255, 255, 0.5);
}

#swiper1>.swiper-button-prev, #swiper1>.swiper-button-next {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	background-size: auto;
	outline: none;
}

.bannerText {
	top: 247px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
}

.bannerText>p {
	max-width: 740px;
	font-size: 50px;
	line-height: 77px;
	color: #fff;
}

.footer-box {
	width: 100%;
	/* height: 280px; */
	background: #000000;
}

.footer {
	max-width: 700px;
	margin: 0 auto;
}

.footer-top {
	padding-top: 45px;
	display: flex;
	justify-content: space-between;
}

.footer-top>li {
	width: 310px;
}

.footer-top>li>p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 12px;
}

.footer-top>li>.line {
	height: 1px;
	background: #4d4d4d;
	margin-bottom: 10px;
}

.footer-top>li>.info>p {
	line-height: 30px;
	color: #a3a3a3;
	font-size: 18px;
}

.share {
	margin-top: 35px;
	width: 186px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.copyright {
	font-size: 14px;
	color: #a3a3a3;
}

.idx-pro {
	max-width: 1600px;
	margin: 0 auto;
}

.idx-pro>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.idx-pro>ul>li {
	width: 25%;
	padding: 0 25px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.idx-pro>ul>li>a {
	display: block;
	overflow: hidden;
}

.idx-pro>ul>li>a>img {
	width: 100%;
	transition: all .5s;
}

.idx-pro>ul>li>p>a {
	display: block;
	height: 36px;
	width: 100%;
	text-align: center;
	line-height: 36px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	transition: all .5s;
}

.idx-pro>ul>li:hover>p>a {
	background: #0f56ad;
	color: #fff;
}

.idx-pro>ul>li>a:hover>img {
	transform: scale(1.1);
}

.idx-pro>.title {
	font-size: 32px;
	color: #000;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 40px;
}

.trust-box {
	max-width: 1920px;
	height: 480px;
	margin: 0 auto;
	background: url(../img/bg1.jpg)no-repeat center;
	background-size: auto 480px;
}

.trust-box>.title {
	font-size: 32px;
	padding: 55px 0;
	color: #fff;
	text-align: center;
}

.trust-list-wrap {
	max-width: 756px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

#swiper2 {
	width: 580px;
}

#swiper2 .swiper-slide {
	width: 360px;
	height: 260px;
}

#swiper2 .swiper-slide img {
	width: 100%;
}

.trust-list-wrap>.swiper-button-prev {
	left: 0;
	background-image: url(../img/a1-prev.png);
}

.trust-list-wrap>.swiper-button-next {
	right: 0;
	background-image: url(../img/b1-next.png);
}

.trust-list-wrap>.swiper-button-prev:hover {
	background-image: url(../img/a-prev.png);
	background-color: rgba(255, 255, 255, 0.5);
}

.trust-list-wrap>.swiper-button-next:hover {
	background-image: url(../img/b-next.png);
	background-color: rgba(255, 255, 255, 0.5);
}

.trust-list-wrap>.swiper-button-prev, .trust-list-wrap>.swiper-button-next {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	background-size: auto;
	outline: none;
}

#swiper3 {
	display: none;
}

#swiper3 .swiper-slide img {
	width: 100%;
}

.idx-three {
	max-width: 1920px;
	margin: 0 auto;
	padding-bottom: 40px;
	background: #cccccc;
}
.idx-three>.title {
	font-size: 32px;
	padding: 40px 0;
	color: #337ab7;
	text-align: center;
}

.idx-three-list {
	display: flex;
}

.idx-three-list>div {
	width: 50%;
	background: #cccccc;
}

.idx-three-list>.text {
	background: #cccccc;
}

.idx-three-list>.img>a img {
	max-width: 80%;
	margin: 0 10%;
}

.idx-three-list>.text {
	display: flex;
	align-items: center;
	justify-content: center;
}

.idx-three-list>.text>.text-box {
	width: 544px;
}

.idx-three-list>.text>.text-box>.title {
	font-size: 25px;
	color: #000;
	line-height: 1;
	margin-bottom: 30px;
}

.idx-three-list>.text>.text-box>.abstract {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-bottom: 45px;
}

.idx-three-list>.text>.text-box>.more {
	font-size: 16px;
	color: #fff;
	display: block;
	width: 120px;
	height: 37px;
	background: #43596d;
	line-height: 37px;
	text-align: center;
	transition: all .5s;
}

.idx-three-list>.text>.text-box>.more:hover {
	color: #0f56ad;
	background: #fff;
}

.idx-why-box {
	height: 400px;
	max-width: 1920px;
	margin: 0 auto;
	background: #1a1a1a;
}

.idx-why-box .title {
	padding-top: 90px;
	text-align: center;
	font-size: 32px;
	color: #fff;
	line-height: 1;
	margin-bottom: 80px;
}

.idx-why-round {
	max-width: 820px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.idx-why-round>div {
	display: flex;
	width: 50%;
	justify-content: space-around;
}

.idx-why-round>div>a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 120px;
	height: 120px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.idx-why-round>div>a>p {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.idx-why-round>div>a:hover>p {
	color: #0f56ad;
}

.popup {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 290px;
	background: #0075b1;
	padding: 0 15px;
	box-sizing: border-box;
	z-index: 20;
}

.popup>.title {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
}

.popup>form {
	display: none;
}

.popup>.title>span {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.popup-list>li {
	margin-bottom: 15px;
}

.popup-list>li>p {
	color: #00f0ff;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1;
}

.popup-list>li>input {
	border: none;
	width: 100%;
	height: 44px;
	outline: none;
}

.popup-list>li>textarea {
	border: none;
	width: 100%;
	height: 90px;
	resize: none;
	outline: none;
}

.popup-submit {
	width: 86px;
	height: 44px;
	background: #999999;
	border: none;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	float: right;
	transition: all .5s;
	margin-bottom: 10px;
}

.popup-submit:hover {
	background: #f70000;
}

.pub-banner {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

.pub-banner>img {
	width: 100%;
}

.pub-banText {
	position: absolute;
	width: 740px;
	height: 190px;
	background: rgba(0, 0, 0, 0.5);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pub-banText>p {
	text-align: center;
}

.pub-banText>p:nth-child(1) {
	font-size: 50px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 16px;
}

.pub-banText>p:nth-child(2) {
	font-size: 30px;
	color: #a7a8ab;
	line-height: 1;
}

.col-title {
	max-width: 1920px;
	margin: 0 auto;
	height: 100px;
	background: url(../img/colBg.jpg)no-repeat center;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col-title>span {
	font-size: 36px;
	color: #fff;
	margin: 0 24px;
}

.col-title>.line {
	width: 50px;
	height: 1px;
	background: #fff;
}

.product-top {
	margin-top: 35px;
	margin-bottom: 50px;
}

.product-top>.title {
	color: #0f56ad;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}

.product-top>.info {
	font-size: 18px;
	color: #666666;
	line-height: 26px;
}

.product-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product-left {
	width: 220px;
	position: relative;
}

.product-left>.menu-title {
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	color: #000;
	border-bottom: 2px solid #000;
}

.product-left>.menu-list {
	padding-left: 23px;
}

.product-left>.menu-list>li>a {
	display: flex;
	align-items: center;
	height: 40px;
	font-size: 14px;
	color: #666;
}

.product-left>.menu-list>li>a:hover {
	color: #0f56ad;
}

.product-left>.menu-list>li>a>img {
	margin-right: 17px;
}

.product-right {
	width: 950px;
	margin-bottom: 50px;
}

.product-list {
	margin-right: -25px;
}

.product-list>li {
	width: 300px;
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
}

.product-list-box {
	background: #999999;
	padding: 17px 15px 20px;
}

.product-list-box>div>.img {
	display: block;
	overflow: hidden;
}

.product-list-box>div>.img>img {
	width: 100%;
	transition: all 0.5s;
}

.product-list-box>div>.img:hover>img {
	transform: scale(1.1);
}

.product-list-box>div>.title {
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* line-height: 66px; */
	text-align: center;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 7px 0;
}

.product-list-box>div>.more {
	display: block;
	height: 36px;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #adadad;
}

.product-list-box:hover {
	background: #0f56ad;
}

.product-list-box:hover>div>.more {
	background: #fff;
	border-color: #fff;
	color: #0f56ad;
}

.product-top, .product-box {
	margin-left: -30px;
	margin-right: -30px;
}

.mob-pro-menu {
	display: none;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.mob-pro-menu>li {
	width: 16.6666666%;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 10px;
}

.mob-pro-menu>li>a {
	display: block;
	height: 30px;
	border: 1px solid #d0d0d0;
	line-height: 30px;
	color: #666;
	border-radius: 3px;
	transition: all .5s;
	font-size: 13px;
	overflow: hidden;
}

.mob-pro-menu>li>a:hover {
	color: #fff;
	background: #0f56ad;
	border-color: #0f56ad;
}

.pages {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pages>a {
	display: block;
	padding: 0 6px;
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #8698b6;
	height: 22px;
	line-height: 22px;
	margin: 0 3px;
}

.pages>a:hover {
	color: #fff;
	background: #0f56ad;
}

.pages>.active-pages {
	color: #fff;
	background: #0f56ad;
}

.inner-pub {
	margin: 35px auto;
}
.inner-pub p{
    font-size: 14px;
	line-height:28px;	
}

.inner-pub img {
	max-width: 100%;
}

/* .new-list>li{
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom:1px solid #cacaca;
}
.new-list>li>.title{
	margin-bottom: 10px;
}
.new-list>li>.title>a{
	color: #666;
	font-size: 18px;
	font-weight: bold;
}
.new-list>li>.title>a:hover{
	color: #0f56ad;
}
.new-list>li>.abstract{
	font-size: 16px;
	margin-bottom: 10px;
}
.new-list>li>.detial>a{
	float: right;
	height: 30px;
	width: 100px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #d8d8d8;
	color: #666;
	transition: all .5s;
}
.new-list>li>.detial>a:hover{
	color: #fff;
	background: #0f56ad;
	border-color: #0f56ad;
} */

.new-inner-pub {
	display: flex;
	justify-content: space-between;
}

.new-colunm {
	width: 270px;
}

.new-colunm>.title {
	font-size: 24px;
	color: #222;
	font-weight: bold;
	margin-bottom: 20px;
}

.new-line {
	width: 100%;
	height: 3px;
	background-color: #f0f0f0;
}

.new-colunm-list>li {
	padding: 7px 10px;
	transition: all 500ms;
	border-bottom: 3px solid #f0f0f0;
}

.new-colunm-list>li>a {
	display: block;
	color: #444;
	transition: all 500ms;
}

.new-colunm-list>li:hover {
	background: #eff8f8;
}

.new-colunm-list>li:hover>a {
	color: #222;
	font-weight: bold;
	padding-left: 30px;
}

.new-list {
	width: 780px;
	border-left: 3px solid #f0f0f0;
}

.new-list>li {
	padding: 15px;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
}

.new-list>li>.new-list-img {
	display: block;
	overflow: hidden;
	width: 300px;
	height: 180px;
	position: relative;
	margin-right: 15px;
	flex-shrink: 0;
}

@keyframes animate {
	0% {
		top: 50%;
		left: 50%;
	}
	100% {
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
	}
}

.new-list>li>.new-list-img>img {
	width: 100%;
	position: absolute;
	/* transition: all 1s; */
	animation: animate 1s;
	-moz-animation: animate 1s;
	-webkit-animation: animate 1s;
	-o-animation: animate 1s;
	animation-fill-mode: forwards;
}

.new-list-text>.title {
	margin-top: 5px;
}

.new-list-text>.title>a {
	color: #323232;
	font-weight: bold;
	font-size: 16px;
}

.new-list-text>.title>a:hover {
	color: #45a5a1;
}

.new-list-text>.abstract {
	margin-top: 15px;
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}

.new-more {
	display: block;
	width: 98px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	background: #17476f;
	text-align: center;
	float: right;
}

.new-more:hover {
	color: #f40;
}

.viewMore {
	display: block;
	width: 100%;
	height: 70px;
	background: #f6f7f8;
	color: #737383;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	border-left: 2px solid transparent;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

.viewMore:hover {
	border-bottom: 2px solid #787878;
	color: #0f56ad;
}

.viewMore:active {
	border-color: #787878;
	border-bottom: 2px solid transparent;
}

.pro-title {
	font-size: 22px;
	color: #666;
	font-weight: bold;
	text-align: center;
}

.pro-glass {
	/* height: 250px; */
	height: 350px;
	margin: 25px 0;
	position: relative;
	/* 增 */
}

.pro-glass>.littleImg {
	position: relative;
	float: left;
	margin-left: 435px;
}

.pro-glass>.littleImg>b {
	position: absolute;
	width: 135px;
	height: 100px;
	background: #fff;
	opacity: 0.8;
	left: 0;
	top: 0;
	cursor: pointer;
	display: none;
}

.pro-glass>.bigImg {
	float: left;
	/* width: 300px;
	height: 250px; */
	width: 400px;
	height: 350px;
	margin-left: 20px;
	position: relative;
	overflow: hidden;
	display: none;
}

.pro-glass>.bigImg>img {
	/* width: 405px;
	height: 300px; */
	width: 450px;
	height: 350px;
	position: absolute;
	left: 0;
	top: 0;
}

.productd-img {
	text-align: center;
	display: none;
	margin: 10px 0;
}

.productd-img>img {
	max-width: 100%;
}

.productd-info {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 25px;
}

.pro-down>a {
	font-size: 16px;
	color: #0f56ad;
}

.pro-down>a:hover {
	color: #ff0000;
}

.prev-next {
	margin-top: 25px;
}

.prev-next>div {
	font-size: 14px;
	color: #666;
}

.prev-next>div:nth-child(1) {
	margin-bottom: 10px;
}

.prev-next>div>a {
	color: #666;
}

.prev-next>div>a:hover {
	text-decoration: underline;
}

.download-list>li>p {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	color: #666;
}

.download-list>li {
	padding-bottom: 15px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 20px;
}

.download-list>li>p>a {
	color: #0f56ad;
}

.download-list>li>p>a:hover {
	color: #ff0000;
}

.newd-title {
	margin-bottom: 20px;
}

.equip-list {
	display: flex;
	flex-wrap: wrap;
}

.equip-list>li {
	width: 25%;
	padding: 0 15px;
	margin-bottom: 25px;
}

.equip-list>li>a {
	display: block;
	border: 1px solid #d2d2d2;
}

.equip-list>li>a>.img {
	overflow: hidden;
}

.equip-list>li>a>.img>img {
	width: 100%;
	transition: all .5s;
}

.equip-list>li>a>.img>img:hover {
	transform: scale(1.1);
}

.equip-list>li>a>p {
	color: #666;
	line-height: 35px;
	height: 35px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.equip-list>li>a:hover>p {
	color: #0f56ad;
}

.productd-info>p img {
	max-width: 100%;
}

.contact-list>li:nth-child(1) {
	font-weight: bold;
}

.contact-list>li {
	font-size: 16px;
	line-height: 26px;
}

.map {
	margin-top: 20px;
	position: relative;
	height: 365px;
	overflow: hidden;
}

.map>img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.new-list-text {
	flex-grow: 1;
}

@media (max-width:1600px) {
	.bannerText {
		top: 50%;
		transform: translate(0, -50%);
	}
	.idx-pro>ul>li {
		width: 25%;
	}
}

@media (max-width:1500px) {
	.bannerText {
		width: 50%;
	}
	.bannerText>p {
		max-width: 100%;
		text-align: center;
		font-size: 30px;
		line-height: 1;
	}
	#swiper1>.swiper-button-prev {
		left: 10px;
	}
	#swiper1>.swiper-button-next {
		right: 10px;
	}
}

@media (max-width:1299px) {
	.product-top, .product-box {
		margin-left: auto;
		margin-right: auto;
	}
	.product-list>li {
		width: 33.333333%;
		padding: 0 10px;
		margin-right: 0;
	}
	.product-list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.product-right {
		width: 900px;
	}
}

@media (max-width:1199px) {
	.header-right {
		display: none;
	}
	.header {
		height: 60px;
	}
	.logo>img {
		height: 50px;
	}
	.nav-btn {
		display: flex;
	}
	.bannerText>p {
		font-size: 30px;
		padding-left: 0;
		text-align: center;
	}
	.idx-pro>ul>li {
		padding: 0 10px;
	}
	.idx-three-list>.text>.text-box {
		width: 80%;
		/* padding: 0 15px; */
	}
	.idx-three-list>.text>.text-box>.title {
		margin-bottom: 15px;
	}
	.idx-three-list>.text>.text-box>.abstract {
		margin-bottom: 15px;
	}
	.popup {
		display: none;
	}
	.pub-banText>p:nth-child(1) {
		font-size: 35px;
	}
	.pub-banText>p:nth-child(2) {
		font-size: 20px;
	}
	.pub-banText {
		width: 500px;
		height: 150px;
	}
	.product-left {
		display: none;
	}
	.product-right {
		width: 100%;
	}
	.product-box {
		display: block;
	}
	.mob-pro-menu {
		display: flex;
	}
	.product-top {
		margin-bottom: 30px;
	}
	.pro-glass {
		display: none;
	}
	.productd-img {
		display: block;
	}
	.inner-pub {
		display: block;
	}
	.new-list {
		width: 100%;
		border-left: none;
	}
	.new-colunm {
		margin-bottom: 20px;
	}
	.form>.inp {
		width: 200px;
		margin-right: 15px;
	}
	.form {
		border-left: none;
	}
	.submit {
		display: block;
	}
}

@media (max-width:991px) {
	.idx-pro>ul>li {
		width: 50%;
		padding: 0 55px;
	}
	.idx-three-list {
		flex-direction: column;
	}
	.idx-three-list>div {
		width: 100%;
	}
	.idx-three-one>.text {
		order: 1;
	}
	.idx-three-one>.img {
		order: 2;
	}
	.idx-three-list>.text {
		padding: 50px 0;
	}
	.col-title {
		height: 70px;
	}
	.col-title>span {
		font-size: 24px;
	}
	.mob-pro-menu>li {
		width: 20%;
	}
	.equip-list>li {
		width: 50%;
	}
	.map {
		height: 300px;
	}
}

@media (max-width:767px) {
	.bannerText>p {
		font-size: 16px;
	}
	#swiper1>.swiper-button-prev, #swiper1>.swiper-button-next {
		width: 30px;
		height: 30px;
		background-size: 20px 20px;
		margin-top: -15px;
	}
	#swiper1 .swiper-pagination>.swiper-pagination-bullet {
		width: 35px;
	}
	.footer-top {
		flex-direction: column;
	}
	.footer-box {
		height: auto;
	}
	.footer-top {
		padding-top: 0;
	}
	.footer-top>li {
		margin-bottom: 15px;
		width: 100%;
	}
	.footer-top>li>.info>p {
		font-size: 16px;
		line-height: 24px;
	}
	.footer {
		padding: 20px 0;
	}
	.share {
		margin-top: 0;
	}
	.idx-pro>ul>li {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 15px;
	}
	.idx-pro>ul>li>p>a {
		font-size: 14px;
	}
	.idx-pro>.title {
		font-size: 20px;
		padding-top: 20px;
		margin-bottom: 15px;
	}
	#swiper2 {
		display: none;
	}
	#swiper3 {
		display: block;
		width: 80%;
	}
	.trust-box {
		height: auto;
		background-size: auto 100%;
	}
	.trust-list-wrap>.swiper-button-prev, .trust-list-wrap>.swiper-button-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background-size: 20px;
	}
	.trust-list-wrap {
		padding-bottom: 20px;
	}
	.trust-box>.title {
		font-size: 20px;
		padding: 20px 0;
	}
	.idx-three>.title{
		font-size: 20px;
		padding: 20px 0 0;
	}
	.idx-three-list>.text {
		padding: 30px 0;
	}
	.idx-three-list>.text>.text-box>.title {
		font-size: 18px;
	}
	.idx-three-list>.text>.text-box>.abstract {
		font-size: 14px;
	}
	.idx-three-list>.text>.text-box>.more {
		font-size: 14px;
	}
	.idx-why-round {
		flex-direction: column;
	}
	.idx-why-round>div {
		width: 100%;
	}
	.idx-why-box {
		height: auto;
	}
	.idx-why-box .title {
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.idx-why-round>div {
		padding-bottom: 30px;
	}
	.idx-why-box .title {
		font-size: 26px;
	}
	.pub-banText {
		width: 70%;
		height: 70%;
	}
	.pub-banText>p:nth-child(1) {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.pub-banText>p:nth-child(2) {
		font-size: 14px;
	}
	.col-title {
		height: 50px;
	}
	.col-title>span {
		font-size: 18px;
	}
	.mob-pro-menu>li {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 5px;
	}
	.product-list>li {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 15px;
	}
	.product-list-box {
		padding: 5px 5px;
	}
	.product-list-box>div>.title {
		font-size: 14px;
		height: 60px;
		/* line-height: 35px; */
	}
	.product-list-box>div>.more {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.product-top>.title {
		font-size: 18px!important;
		margin-bottom: 10px;
	}
	.product-top {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.product-top>.info {
		font-size: 14px!important;
	}
	.product-right {
		margin-bottom: 20px;
	}
	.pages {
		margin-top: 10px;
	}
	.viewMore {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.download-list>li>p {
		flex-direction: column;
		font-size: 14px;
	}
	.download-list>li>p>span {
		margin-bottom: 5px;
	}
	.download-list>li {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.equip-list>li {
		padding: 0 5px;
		margin-bottom: 15px;
	}
	.map {
		height: 200px;
	}
	.map>img {
		width: 250%;
	}
	.new-list>li {
		display: block;
	}
	.new-list>li>.new-list-img {
		max-width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width:450px) {
	#swiper1 .swiper-slide>img {
		height: 180px;
	}
}

/* 相关新闻 */

.related_news {
	margin-top: 30px;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
	.related_news li {
		float: left;
		line-height: 25px;
		width: 48%;
		margin-right: 2%;
	}
}

.related_news h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.related_news li a {
	display: inline-block;
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.related_news li span {
	float: right;
	display: block;
}

.related_news li a:hover {
	text-decoration: underline;
	color: black;
}

/* 相关产品 */

.related_products {
	margin-top: 50px;
	height: 200px;
}

.related_products h2 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

.related_products li {
	float: left;
	margin: 0 5px;
	width: 150px;
}

.related_products ul {
	text-align: center
}

.related_products img {
	width: 150px;
}

/** 清除浮动 */

.clear {
	clear: both;
}

.clear::after {
	display: block;
	content: "";
}