* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	font-size: 16px;
	font-family: '微软雅黑';
}

img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
	transition: all 0.8s;
}

a {
	text-decoration: none;
	cursor: pointer;
	border: 0;
	width: max-content;
	height: max-content;
	color: initial;
}

a:hover {
	text-decoration: none
}

.show-div {
	display: block !important;
}

.show-div-flex {
	display: flex !important;
}

.hidden-div {
	display: none !important;
}

.no-serch {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	flex-direction: column;
	letter-spacing: 3px;
	color: #999999;
}

.no-serch img {
	width: 500px;
}

/*侧边*/
.fixed {
	position: fixed;
	bottom: 34%;
	right: 0px;
	width: 70px;
	display: none;
	z-index: 300;
}

.fixed .child {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	text-align: center;
	-webkit-transition-duration: .5s;
	position: absolute;
	right: 0px;
	overflow: hidden;
	cursor: pointer;
	min-width: 70px;
	height: 70px;
	background: #0559b3;
	line-height: 70px;
	margin-top: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fixed .fixedCall {
	bottom: 140px;
	background: #e60012;
}

.fixed .child img {
	width: 60px;
}

.fixed .child p {
	display: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	width: max-content;
	padding: 0 10px;
}

.fixed .fixedCode {
	bottom: 70px;
	cursor: pointer;
	width: 70px;
	height: 70px;
	background: #0559b3;
	line-height: 70px;
	margin-top: 1px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fixed .fixedCode a {
	display: block;
}

.fixedCode img {
	width: 55px;
}

.fixed .fixedTop {
	position: absolute;
	right: 0px;
	bottom: 0;
	color: #fff;
	background-color: #383637;
	cursor: pointer;
	text-align: center;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fixed .fixedTop .fixedTopPointer {
	width: 55px;
}


/* header */
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 15;
}

.header .header-one {
	/* background: #fff; */
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 100px;
	/*border-bottom: 1px solid #fff;*/
}

.header .header-one .tb-logo {
	width: 360px;
}

.header .header-one .tb-right {
	display: flex;
	align-items: center;
	position: relative;
	width: 70%;
}

.header .header-one .tb-search {
	display: flex;
	align-items: center;
	width: 334px;
	height: 49px;
	background: #FFFFFF;
	border-radius: 25px;
	border: 1px solid #E4E7E9;
	overflow: hidden;
	box-sizing: border-box;
	padding: 9px 20px 9px 16px;
}

.header .header-one .tbs-left {
	letter-spacing: 1.5px;
	flex: none;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	height: 100%;
	box-sizing: border-box;
	padding-right: 20px;
	border-right: 1px solid #EEF0F1;
}

.header .header-one .tbs-left img {
	width: 10px;
	margin-left: 10px;
}

.header .header-one .tb-phone {
	width: 24px;
	margin: 0 40px 0 50px;
	position: relative;
	cursor: pointer;
}

.header .header-one .tb-phone ul {
	position: absolute;
	top: 100%;
	left: -100%;
	border-radius: 5px;
	height: 48px;
	box-sizing: border-box;
	box-shadow: 0px 2px 20px 0px rgba(52, 59, 69, 0.1);
	line-height: 48px;
	padding: 0 20px;
	z-index: 99;
	background: #fff;
	opacity: 0;
	transition: all 0.4s;
}

.header .header-one .tb-phone ul li {
	color: #ED1B25;
	font-weight: bold;
	font-size: 20px;
	display: flex;
	align-items: center;
	width: max-content;
}

.header .header-one .tb-phone ul li img {
	width: 20px;
	height: auto;
	flex: none;
	margin-right: 5px;
}


.header .header-one .tb-phone:hover ul {
	opacity: 1;
	transition: all 0.4s;
}

.header .header-one .tb-yuyan {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 2px;
	position: relative;
}

.header .header-one .tb-diqiu {
	width: 18px;
	margin-right: 10px;
}

.header .header-one .tb-jiantou {
	width: 10px;
	margin-left: 10px;
}

.header .header-one .tb-search input {
	letter-spacing: 1.5px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	height: 100%;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding-left: 20px;
	width: 50%;
}

.header .header-one .tb-search input::-webkit-input-placeholder {
	color: #999999;
}

.header .header-one .ss-logo {
	margin-left: auto;
	width: 18px;
}

.header .header-two {
	height: 80px;
	/* background: #0559B3; */
	width: 100%;
	box-sizing: border-box;
	/* padding: 0 100px; */
	display: flex;
	align-items: center;
}

.header .header-two .h-menu {
	position: relative;
	height: inherit;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14.29%;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}

.header .header-two .h-menu-active {
	/* background: #ED1B25 !important; */
	color: #81ba2e !important;
	border-bottom: #81ba2e 3px solid;
}

.header .header-one .tb-search span {
	display: block;
	height: 25px;
	cursor: pointer;
}

.header .header-one .tb-search ul {
	position: absolute;
	top: 49px;
	left: 0;
	z-index: 99;
	background: #fff;
	border-radius: 10px;
}

.header .header-one .tb-search ul,
.tb-search li {
	padding: 0;
	margin: 0;
	width: 140px;
}

.header .header-one .tb-search li {
	box-sizing: border-box;
	padding-left: 20px;
	line-height: 40px;
	color: #333333;
	list-style-type: none;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: all 1s ease 0s;
	font-size: 14px;
}

.header .header-one .tb-search li:hover {
	border-bottom: 1px solid #0559B3;
	background-color: #0559B3;
	font-weight: bold;
	color: #fff;
}

.header .header-one .tb-search li:last-child {
	border-bottom: 0
}

.header .header-one .tb-search li:last-child:hover {
	border-radius: 0 0 10px 10px;
}

.header .header-one .tb-search li:first-child:hover {
	border-radius: 10px 10px 0 0;
}

.header .header-one .tb-search ul {
	display: none;
}

.header .header-one .tb-xyselect ul {
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 99;
	background: #fff;
	border-radius: 10px;
}

.header .header-one .tb-xyselect ul,
.header-one .tb-xyselect li {
	padding: 0;
	margin: 0;
	width: 100px;
}

.header .header-one .tb-xyselect {
	position: relative;
}

.header .header-one .tb-xyselect li {
	box-sizing: border-box;
	padding-left: 20px;
	line-height: 40px;
	color: #333333;
	list-style-type: none;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: all 1s ease 0s;
	font-size: 14px;
}

.header .header-one .tb-xyselect li:hover {
	border-bottom: 1px solid #0559B3;
	background-color: #0559B3;
	font-weight: bold;
	color: #fff;
}

.header .header-one .tb-xyselect li:last-child {
	border-bottom: 0;
}

.header .header-one .tb-xyselect li:last-child:hover {
	border-radius: 0 0 10px 10px;
}

.header .header-one .tb-xyselect li:first-child:hover {
	border-radius: 10px 10px 0 0;
}

.header .header-one .tb-xyselect ul {
	display: none;
}

.header .header-two .h-menu>a {
	color: inherit;
}

.header .header-two .h-menu:hover {
	/* background: #ED1B25; */
	color: #81ba2e;
}

.header .header-two .h-menu-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	flex-direction: column;
}

.header .header-two .h-menu-child .child-menu {
	width: 100%;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}

.header .header-two .h-menu-child .child-menu:hover {
	color: #0559B3;
}

.header .header-two .child-box {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	z-index: 99;
	right: 0;
}

.header .header-two .child-box1 {
	right: 0;
	width: 100%;
	left: 0 !important;
}

.header .header-two .child-box1 .h-menu-child {
	width: 100%;
}

.header .header-two .child-box1 .child-menu {
	width: 100%;
}



.navbar .navbar-logo {
	width: 295px;
	height: max-content;
}

.navbar ul {
	display: flex;
	align-items: center;
	padding-bottom: 50px;
}

.navbar {
	top: 0;
	display: none;
	height: 60px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999999;
	background: #0559B3;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 30px;
}

.navbar input {
	position: absolute;
	right: 30px;
	z-index: 99;
	width: 31px;
	height: 24px;
	opacity: 0;
	cursor: pointer;
}

.navbar span {
	z-index: 99;
	position: absolute;
	right: 30px;
	background: #fff;
	top: calc(45% - 8px);
	width: 30px;
	height: 3px;
	border-radius: 15px;
	pointer-events: none;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out 0.3s;
}

.navbar span:nth-child(3) {
	top: calc(45% + 1.5px);
}

.navbar span:nth-child(4) {
	top: calc(45% + 11px);
}

.navbar ul {
	background: rgba(51, 51, 51, 0);
	overflow: hidden;
	position: fixed;
	top: 100px;
	left: auto;
	right: 0;
	width: 100%;
	height: 0;
	transition: all 0.8s;
	white-space: nowrap;
}

.navbar ul li {
	list-style: none;
	margin: 0px 15px;
}

.navbar ul .nav-menu {
	height: max-content;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	display: none;
	width: 100%;
	padding: 15px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar input:checked~ul {
	position: absolute;
	top: 100%;
	z-index: 999;
	box-sizing: border-box;
	overflow-y: auto;
	height: calc(100% - 60px);
	min-height: calc(100vh - 60px);
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #0559B3;
	padding: 10px 0;
}

.navbar input:checked~ul .nav-menu {
	display: flex;
	flex-direction: column;
}

.navbar input:checked~span:nth-child(3) {
	top: calc(50% - 2px);
	transform: rotate(-45deg);
	transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
}

.navbar input:checked~span:nth-child(4) {
	top: calc(50% - 2px);
	transform: rotate(45deg);
	transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
}

.navbar input:checked~span:nth-child(5) {
	display: none;
	transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;
}

.navbar .nav-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar .nav-child {
	display: none;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 10px;
}

.navbar .nav-list img {
	width: 15px;
}

.navbar .nav-menu1 .nav-menu {
	padding: 15px;
}

.navbar .nav-menu:last-child {
	border-bottom: none;
	padding-bottom: 0;
}


/* 头图 */
.other-box {
	width: 100%;
	position: relative;
}

.other-box .other-main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 120px 0 25px 12.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.other-box .page-title {
	display: flex;
	flex-direction: column;
}

.other-box .page-title .top-text {
	font-size: 34px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0);
	line-height: 30px;
	opacity: 0.4;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.01) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.other-box .page-title .bottom-text {
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 41px;
	letter-spacing: 5px;
	margin-top: -10px;
}

.other-box .crumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.other-box .cru-logo {
	width: 20px;
	margin-right: 8px;
}

.other-box .crumbs span,
.other-box .crumbs a {
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.other-box .crumbs span {
	margin: 0 5px;
}

/* footer */
.foot {
	position: relative;
	height: 730px;
}

.foot .foot_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.foot .foot_head {
    padding-left: 100px;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	z-index: 10;
}

.foot .foot_head img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

.foot .foot_con {
	box-sizing: border-box;
	padding: 0 100px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: flex;
}

.foot .foot_con_left {
	float: left;
	width: 50%;
	background: url(../img/index/di_hei.png)
		/*tpa=https://www.zhypbz.com/static/index/img/index/di_hei.png*/
		no-repeat;
	padding-bottom: 60px;
	background-color: black;
	background-size: cover;
}

.foot .foot_con_left_head {
	padding-top: 60px;
	overflow: hidden;
}

.foot .foot_con_left_head a {
	color: white;
	float: left;
	width: 14%;
	font-size: 16px;
	text-align: center;
}

.foot .foot_con_left_con {
	width: 90%;
	margin: 0px auto;
	margin-top: 80px;
}

.foot .foot_con_left_con h1 {
	font-size: 24px;
	color: white;
	text-align: center;
}

.foot .foot_con_left_con p {
	font-size: 14px;
	max-width: 360px;
	margin: 0px auto;
	line-height: 24px;
	margin-top: 5px;
	color: #666666;
	text-align: center;
}

.foot .foot_con_left_con_d1 {
	margin-top: 20px;
	overflow: hidden;
}

.foot .foot_con_left_con_d1 input {
	float: left;
	width: 32%;
	margin-right: 2%;
	display: block;
	color: #666;
	background-color: transparent;
	outline: none;
	border: none;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #666;
}

.foot .foot_con_left_con_d1 input:last-child {
	margin-right: 0;
}

.foot .foot_con_left_con_d2 {
	margin-top: 20px;
}

.foot .foot_con_left_con_d2 h2 {
	color: #666;
	font-size: 100%;
	font-weight: normal;
}

.foot .foot_con_left_con_d2 input {
	float: left;
	width: 100%;
	display: block;
	color: #666;
	background-color: transparent;
	outline: none;
	border: none;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #666;
}

.foot .foot_con_left_f_sub {
	transition: all 0.4s;
	display: block;
	width: 111px;
	height: 27px;
	background: rgba(255, 255, 255, 1);
	color: #184E9B;
	line-height: 27px;
	text-align: center;
	outline: none;
	border: none;
	margin-top: 60px;
	transition: all 0.2s ease-in-out;
}

.foot .foot_con_right {
	float: right;
	overflow: hidden;
	width: 50%;
	background-color: white;
}

.foot .foot_con_right_l {
	float: left;
	width: 35%;
	margin-top: 140px;
	text-align: center;
	flex: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.foot .foot_con_right_l img {
	margin-bottom: 12px;
	width: auto;
}

.foot .foot_con_right_l p {
	font-size: 14px;
	color: #808080;
	margin-bottom: 2px;
}

.foot .foot_con_right_r {
	float: left;
	width: 65%;
	padding: 40px 0;
}

.foot .foot_con_right_r_p1 {
	font-size: 48px;
	color: #194E9B;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.foot .foot_con_right_r_p1 img {
	width: auto;
	max-width: 100%;
	flex: none;
}

.foot .foot_con_right_r_p1 span {
	color: #FF0000;
	font-style: italic;
	margin-left: 4px;
	position: relative;
	top: 4px;
}

.foot .foot_con_right_r_p2 {
	margin-bottom: 17px;
	font-size: 14px;
	padding-left: 27px;
	line-height: 26px;
	color: #808080;
	overflow: hidden;
}

.foot .foot_con_right_r p:nth-of-type(2) {
	background: url(../img/index/dib1.png.jpg)
		/*tpa=https://www.zhypbz.com/static/index/img/index/dib1.png*/
		no-repeat;
}

.foot .foot_con_right_r p:nth-of-type(3) {
	background: url(../img/index/dib2.png.jpg)
		/*tpa=https://www.zhypbz.com/static/index/img/index/dib2.png*/
		no-repeat;
	background-position-y: 3px;
}

.foot .foot_con_right_r p:nth-of-type(4) {
	background: url(../img/index/dib3.png.jpg)
		/*tpa=https://www.zhypbz.com/static/index/img/index/dib3.png*/
		no-repeat;
	background-position-y: 5px;
}

.foot .foot_con_right_r p:nth-of-type(5) {
	background: url(../img/index/dib4.png.jpg)
		/*tpa=https://www.zhypbz.com/static/index/img/index/dib4.png*/
		no-repeat;
}

.foot .foot_con_right_r p:nth-of-type(6) {
	background: url(../img/index/dib5.png.jpg)
		/*tpa=https://www.zhypbz.com/static/index/img/index/dib5.png*/
		no-repeat;
	background-position-y: 3px;
}

.footeer {
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #0559b3;
	z-index: 999;
	display: none;
}

.footeer .footerr_left {
	width: 32.15%;
	text-align: center;
	padding: 6px 0;
	padding-bottom: 4px;
	float: left;
}

.footeer .footerr_left a,
.footeer .footerr_right a {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.footeer .footerr_middle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35.7%;
	float: left;
	text-align: center;
}

.footeer .footerr_middle a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0px 7px;
	background-color: white;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	position: relative;
	top: -12px;
	box-shadow: 0px 0px 8px 0px #ccc;
}

.footeer .footerr_middle span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background-color: #0559b3;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
}

.footeer .footerr_middle img {
	width: 20px;
}

.footeer .footerr_middle .footerr_middle_a2 {
	margin-right: 0px;
}

.footeer .footerr_middle .footerr_middle_a1 {
	margin-left: 0px;
}

.footeer .footerr_right {
	width: 32.15%;
	float: right;
	padding: 6px 0;
	padding-bottom: 4px;
	text-align: center;
}

.footeer .footerr_left img,
.footeer .footerr_right img {
	max-width: 20px;
	margin-bottom: 1px;
}

.footeer .footerr_left a p,
.footeer .footerr_right a p {
	color: white;
	font-size: 12px;
}

/* 公用标题 */
.pub-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.pub-title .pub-top {
	line-height: 40px;
	font-size: 40px;
	font-weight: 900;
	color: rgba(21, 169, 110, 0);
	opacity: 0.08;
	background: linear-gradient(180deg, rgba(5, 89, 179, 0.8) 0%, rgba(5, 89, 179, 0.1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pub-title .pub-foot {
	font-size: 39px;
	font-weight: bold;
	color: #0559B3;
	line-height: 40px;
	margin-top: -10px;
	letter-spacing: 5px;
}

.pub-title .pub-foot span {
	color: #81ba2e;
}

/*分页*/
.pagination {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}

.pagination li {
	width: 28px;
	height: 28px;
	flex: none;
	display: block;
	margin-right: 10px;
}

.pagination li a,
.pagination li span {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	background: #F4F4F5 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #625f5f;
	border-radius: 2px;
	font-size: 13px;
}

.pagination .active a,
.pagination .active span {
	background: #409EFF !important;
	color: #FFFFFF;
}

/* 特效 */
.index-one .swiper-slide img:hover,
.index .index-two .mySwiper1 .its-photo img:hover,
.index .index-five .five-second .zizhi-photo img:hover,
.index .index-seven .mySwiper5 .its-photo img:hover,
.product .main .right-box .pro-tu-box img:hover,
.product .main .xq-main .swiper-slide img:hover,
.show .show-one .fac-tu img:hover,
.show .show-one .adv-tu img:hover,
.show .show-there .case-item img:hover,
.case .case-mian .case-tu img:hover,
.qualifications .qua-main .qua-item img:hover,
.status .status-two .t-l-tu img:hover,
.about .about-one .fir-tu img:hover,
.about .about-two .team-tu img:hover,
.about .about-there .env-tu img:hover {
	transition: all 0.8s;
	transform: scale(1.05);
}

.status .status-one .r-button:hover .r-b-item {
	width: 100%;
	transition: all 0.4s;
}

.show .show-one .adv-but img:hover {
	transition: all 0.4s;
	transform: translateX(5px);
}

.about .about-there .env-list:hover .env-name {
	border-top: 6px solid #81ba2e;
	color: #81ba2e;
}

.qualifications .qua-tab .qua-tab-list:hover {
	background: #fff;
	color: #0062B1;
}

.qualifications .qua-tab .qua-tab-list:hover .tab-line {
	display: block;
}

.index .index-two .itwo-list:hover,
.index .index-six .six-first .sf-list:hover {
	background: #81ba2e;
}

.index .index-there .ithere-list:hover {
	background: #FFFFFF;
}

.index .index-there .ithere-list:hover .baiopen {
	display: none;
}

.index .index-there .ithere-list:hover .hongopen {
	display: block !important;
}

.index .index-there .ithere-list:hover .list-name,
.case .case-mian .case-info:hover,
.status .status-two .t-l-name:hover,
.status .status-two .t-l-text:hover {
	color: #81ba2e;
}

.index .index-five .five-second .swiper-slide span:hover {
	color: #194E9B;
}

.index .index-fourth .four-right .gs-more:hover .gs-btn,
.index .index-six .mySwiper4 .news-btn:hover .xw-btn {
	width: 100%;
	transition: all 0.4s;
}

.foot .foot_con_left_f_sub:hover {
	background: #0559B3;
	color: #FFFFFF;
	transition: all 0.4s;
}

.product .main .left-box .menu-list:hover {
	background: #DEE8F5;
}

.product .main .left-box .menu-list:hover .menu-item {
	border-left: 4px solid #0559B3;
	padding-left: 39px;
	color: #0559B3;
}

.product .main .right-box .rsx-item a:hover {
	color: #0559B3;
}

.product .main .right-box .pro-btn-item1:hover,
.product .main .xq-main .box1-bitem2:hover,
.show .show-one .fac-list:hover .fac-info {
	background: #81ba2e;
	transition: all 0.4s;
}

.product .main .right-box .pro-btn-item2:hover,
.product .main .xq-main .box1-bitem1:hover {
	background: #0559B3;
	transition: all 0.4s;
}

.show .show-one .fac-list:hover {
	border: 2px solid #81ba2e;
}

.show .show-one .adv-list:hover {
	border-top: 6px solid #81ba2e;
}

.show .show-there .button:hover {
	background: #81ba2e;
	transition: all 0.4s;
	border: 1px solid #81ba2e;
	color: #fff;
}

.about .about-two .team-btn:hover,
.contact .main .there-button:hover {
	transition: all 0.4s;
	transform: translateY(-5px);
}

@media screen and (max-width: 1919px) {
	.contact .main {
		padding: 47px 10.5% 80px 10.5%;
	}

	.index .index-there {
		height: auto;
	}

	.index .index-there .ithere-list {
		margin-top: 30px;
	}

	.product .main {
		padding: 30px 10.5% 45px 10.5%;
	}

	.other-box .other-main {
		padding: 120px 0 25px 10.5%;
	}

	.case .case-mian {
		padding: 55px 10.5% 90px 10.5%;
	}

	.qualifications .qua-tab {
		padding: 0 10.5%;
	}

	.qualifications .qua-main {
		padding: 55px 10.5%;
	}

	.product .main .xq-main .xq-box1-right {
		display: flex;
		flex-direction: column;
	}

	.product .main .xq-main .box1-btn {
		margin-top: auto;
	}

	.show .show-one {
		padding: 55px 10.5%;
	}

	.show .show-two,
	.show .show-there {
		padding: 50px 10.5%;
	}

	.show .show-one .adv-tu {
		height: 310px;
	}

	.status .qua-tab {
		padding: 0 10.5%;
	}

	.status .status-one {
		padding: 60px 10.5%;
	}

	.status .status-two {
		padding: 48px 10.5%;
	}

	.status-details .main {
		padding: 55px 10.5%;
	}

	.about .about-one {
		padding: 60px 10.5%;
	}

	.about .about-two {
		padding: 54px 10.5%;
	}

	.about .about-there {
		padding: 55px 10.5% 84px 10.5%;
	}

}

@media screen and (max-width: 1700px) {
	.index .index-five .five-second .zizhi-photo {
		height: auto;
	}

	.about .about-one {
		padding: 50px 8%;
	}

	.about .about-two {
		padding: 54px 8%;
	}

	.status-details .main {
		padding: 50px 8%;
	}

	.about .about-there {
		padding: 55px 8% 84px 8%;
	}

	.contact .main {
		padding: 47px 8% 50px 8%;
	}

	.status .qua-tab {
		padding: 0 8%;
	}

	.status .status-one {
		padding: 50px 8%;
	}

	.status .status-two {
		padding: 48px 8%;
	}

	.show .show-one,
	.show .show-two,
	.show .show-there {
		padding: 50px 8%;
	}

	.show .show-one .fac-tu {
		height: 255px;
	}

	.show .show-one .facts {
		margin-bottom: 50px;
	}

	.show .show-one .adv-name {
		height: 100px;
		line-height: 100px;
	}

	.show .show-one .adv-list {
		height: 620px;
	}

	.show .show-two .two-list {
		margin-top: 50px;
	}

	.product .main .xq-main .box1-info {
		line-height: 20px;
	}

	.qualifications .qua-tab {
		padding: 0 8%;
	}

	.qualifications .qua-main {
		padding: 50px 8% 10px 8%;
	}

	.product .main {
		padding: 30px 8% 45px 8%;
	}

	.other-box .other-main {
		padding: 100px 0 25px 8%;
	}

	.product .main .right-box .pro-btn-item {
		width: 110px;
	}

	.case .case-mian {
		padding: 50px 8%;
	}

	.pub-title .pub-top,
	.pub-title .pub-foot {
		font-size: 35px;
	}

	.case .case-mian .case-list a {
		width: 31.4%;
		margin-right: 2.8%;
	}

	.case .case-mian .case-list {
		margin-top: 50px;
	}

	.case .case-mian .case-info {
		font-size: 22px;
	}

	.case .case-mian .case-tu {
		height: 320px;
	}

	.header .header-one,
	.header .header-two {
		padding: 0 80px;
	}

	.header .header-two .child-box {
		left: 0;
	}

	.index .title .top-box,
	.index .title .bottom-box {
		font-size: 35px;
	}

	.index .index-two .itwo-list,
	.index .index-six .six-first .sf-list {
		width: 150px;
		height: 45px;
	}

	.index .index-two {
		/*height: 730px;*/
	}

	/*.index .index-two .mySwiper1 .its-photo img{height: 275px;}*/
	.index .index-two,
	.index .index-there,
	.index .index-six {
		padding: 50px 80px;
	}

	.index .index-there .ithere-name {
		font-size: 33px;
		line-height: 50px;
	}

	.index .index-there .ithere-list {
		height: 65px;
		margin-top: 25px;
	}

	.index .index-fourth {
		padding: 50px 80px 50px 0;
	}

	.index .index-fourth .four-left .swiper-button-next,
	.index .index-fourth .four-left .swiper-button-prev {
		width: 65px;
		height: 45px;
	}

	.index .index-fourth .four-right {
		margin-left: 95px;
	}

	.index .index-fourth .four-right .gs-logo {
		width: 425px;
	}

	.index .index-fourth .four-right .gs-jieshao {
		font-size: 19px;
		margin: 20px 0;
	}

	.index .index-fourth .four-right p {
		line-height: 28px;
	}

	.index .index-fourth .four-right .gs-dtitle span {
		font-size: 40px;
	}

	.index .index-fourth .four-right .gs-details {
		margin: 20px 0 35px 0;
	}

	.index .index-fourth .four-right .gs-more {
		width: 200px;
		height: 45px;
	}

	.index .index-fourth .four-right .gs-btn {
		width: 180px;
	}

	.index .index-five .five-first {
		padding-top: 50px;
	}

	.index .index-five .five-second {
		padding: 0 113px;
	}

	.index .index-five .five-first {
		height: 350px;
	}

	.index .index-six .mySwiper4 .news-time {
		height: 110px;
		line-height: 110px;
		font-size: 28px;
	}

	.index .index-six .mySwiper4 .news-name {
		margin: 30px 0 20px 0;
		font-size: 22px;
	}

	.index .index-six .mySwiper4,
	.index .index-seven .mySwiper5 {
		margin-top: 50px;
	}

	.index .index-seven {
		padding: 0 80px 50px 80px;
	}

	.foot .foot_head {
		padding: 50px 80px;
	}

	.foot .foot_con {
		padding: 0 80px;
	}

	.foot {
		padding-bottom: 50px;
		height: auto;
	}

	.foot .foot_con_left_head {
		padding-top: 50px;
	}

	.foot .foot_con_left_con {
		margin-top: 75px;
	}

	.foot .foot_con_right_r_p1 img {
		width: 40px;
	}

	.foot .foot_con_right_r_p1 {
		font-size: 44px;
		margin-bottom: 30px;
	}

	.foot .foot_con_right_l {
		width: 30%;
		margin-top: 122px;
	}

	.index .index-two .itwo-third {
		margin-top: 50px;
	}

	.index .index-five {
		padding-bottom: 50px;
	}

	.index .index-six .mySwiper4 .news-btn {
		width: 170px;
		height: 45px;
	}

	.index .index-six .mySwiper4 .xw-btn {
		width: 150px;
		height: 45px;
	}

	.qualifications .qua-main .qua-list {
		margin-top: 50px;
	}

	.about .about-there .environment {
		margin-top: 50px;
	}

	.index .index-two .itwo-third {
		bottom: 50px;
	}
}

@media screen and (max-width: 1600px) {
	.index .index-five .five-second .zizhi-photo {
		height: auto;
	}

	.fixed .child {
		min-width: 60px;
		height: 60px;
		line-height: 60px;
		bottom: 120px;
	}

	.fixed .fixedCode,
	.fixed .fixedTop {
		width: 60px;
		height: 60px;
		line-height: 60px;
		right: 0;
	}

	.fixed .fixedCode {
		bottom: 60px;
	}

	.fixed {
		width: 60px;
	}

	.index .index-fourth .four-left {
		height: auto;
	}

	.index .index-there .ithere-video {
		width: 50%;
	}

	/*.index .index-two .mySwiper1 .its-photo img{height: 245px;}*/
	.index .index-two {
		/*height: 650px;*/
	}

	.index .index-two .itwo-third {
		bottom: 40px;
	}

	.contact .main {
		padding: 40px 6%;
	}

	.contact .main .first-one {
		padding: 40px 0 0 28px;
	}

	.contact .main .first-two {
		padding-top: 40px;
	}

	.contact .main .first-logo {
		width: 320px;
	}

	.contact .main .first-line {
		margin-top: 30px;
	}

	.contact .main .first-one p {
		margin-top: 30px;
	}

	.contact .main .two-main {
		margin-left: 30px;
	}

	.contact .main .code-list {
		width: 155px;
		height: 155px;
	}

	.contact .main .first-main {
		padding-right: 30px;
	}

	.contact .main .first-there {
		width: 430px;
		height: 510px;
		padding: 40px 30px;
	}

	.contact .main .two-name {
		margin-bottom: 0;
		line-height: initial;
	}

	.contact .main .there-input {
		height: 45px;
	}

	.contact .main .there-name {
		margin-bottom: 30px;
	}

	.about .about-one {
		padding: 40px 6%;
	}

	.about .about-two {
		padding: 40px 6%;
	}

	.about .about-there {
		padding: 40px 6%;
	}

	.about .about-two {
		height: 630px;
	}

	.about .about-two .mySwiper {
		margin-top: 40px;
	}

	.about .about-two .two-third {
		margin-top: 30px;
	}

	.about .about-there .environment {
		margin-top: 40px;
	}

	.status-details .main {
		padding: 40px 6%;
	}

	.status-details .main .time {
		margin: 30px 0;
	}

	.status-details .main .notice {
		margin-top: 30px;
	}

	.status .qua-tab {
		padding: 0 6%;
	}

	.status .status-one {
		padding: 40px 6%;
	}

	.status .status-two {
		padding: 40px 6%;
	}

	.status .qua-tab {
		height: 60px;
	}

	.status .status-one .r-time {
		height: 65px;
	}

	.status .status-one .r-name {
		margin: 30px 0 20px 0;
	}

	.status .status-one .r-button {
		margin-top: 45px;
	}

	.status .status-one .r-button {
		width: 200px;
		height: 45px;
	}

	.status .status-one .r-b-item {
		width: 180px;
		height: 45px;
	}

	.show .show-one,
	.show .show-two,
	.show .show-there {
		padding: 40px 6%;
	}

	.show .show-one .fac-tu {
		height: 240px;
	}

	.show .show-one .fac-info {
		height: 55px;
		line-height: 55px;
		font-size: 18px;
	}

	.show .show-one .facts {
		margin: 40px 0;
	}

	.show .show-one .advantage {
		margin-top: 40px;
	}

	.show .show-one .adv-name {
		height: 80px;
		line-height: 80px;
		font-size: 22px;
	}

	.show .show-one .adv-tu {
		height: 270px;
	}

	.show .show-one .adv-info {
		margin-top: 15px;
	}

	.show .show-one .adv-list {
		height: 540px;
	}

	.show .show-two .two-list {
		margin-top: 40px;
	}

	.product .main .xq-main .para-list {
		height: 65px;
	}

	.product .main .xq-main .mySwiper2 {
		width: 378px;
		height: 378px;
	}

	.qualifications .qua-main .qua-list a {
		margin-bottom: 30px;
	}

	.qualifications .qua-tab {
		padding: 0 6%;
	}

	.qualifications .qua-main {
		padding: 40px 6% 10px 6%;
	}

	.qualifications .qua-main .qua-list {
		margin-top: 40px;
	}

	.case .case-mian {
		padding: 40px 6%;
	}

	.pub-title .pub-top,
	.pub-title .pub-foot {
		font-size: 33px;
	}

	.case .case-mian .case-list {
		margin-top: 40px;
	}

	.case .case-mian .case-tu {
		height: 295px;
	}

	.case .case-mian .case-info {
		font-size: 20px;
	}

	.product .main .right-box .rsx-btn {
		height: 70px;
		line-height: 70px;
	}

	.product .main {
		padding: 30px 6% 45px 6%;
	}

	.other-box .other-main {
		padding: 80px 0 25px 6%;
	}

	.other-box .page-title .top-text {
		font-size: 31px;
	}

	.other-box .page-title .bottom-text {
		font-size: 36px;
	}

	.product .main .left-box .menu-item {
		padding-left: 30px;
		font-size: 16px;
	}

	.product .main .left-box .menu-active .menu-item,
	.product .main .left-box .menu-list:hover .menu-item {
		padding-left: 23px;
	}

	.product .main .left-box .menu-main span:first-child {
		font-size: 22px;
	}

	.product .main .left-box .menu-title,
	.product .main .right-box .r-name {
		height: 75px;
	}

	.product .main .left-box .menu-main {
		height: 71px;
	}

	.product .main .left-box {
		width: 230px;
	}

	.product .main .right-box .r-name {
		font-size: 23px;
	}

	.product .main .right-box .r-illustrate p {
		line-height: 30px;
	}

	.product .main .right-box .r-sx-list1 {
		height: 70px;
	}

	.product .main .right-box .rsx-name {
		line-height: 70px;
	}

	.product .main .right-box .rsx-item a {
		height: 70px;
		line-height: 70px;
	}

	.product .main .right-box .pro-name {
		font-size: 16px;
	}

	.product .main .right-box .pro-btn-item {
		width: 100px;
		height: 35px;
		line-height: 35px;
		font-size: 15px;
	}

	.product .main .right-box .peo-js-item {
		height: 65px;
		margin-top: 15px;
	}

	.header .header-one,
	.header .header-two {
		padding: 0 60px;
	}

	.header .header-one .tb-logo {
		width: 345px;
	}

	.header .header-two .child-box {
		left: 0%;
	}

	.index .index-two,
	.index .index-there,
	.index .index-six {
		padding: 40px 60px;
	}

	/*.index .index-two .itwo-list:hover, .index .index-six .six-first .sf-list:hover{width: 135px;height: 40px;font-size: 15px;}*/
	.index .title .top-box,
	.index .title .bottom-box {
		font-size: 33px;
	}

	.index .index-two .mySwiper1 {
		margin-top: 40px;
	}

	.index .index-two .mySwiper1 .its-photo img,
	.index .index-two .mySwiper1 .its-photo {
		border-radius: 15px 15px 0 0;
	}

	.index .index-two .mySwiper1 .swiper-slide {
		border-radius: 15px;
	}

	.index .index-two .mySwiper1 .its-name {
		font-size: 18px;
	}

	.index .index-two .mySwiper1 .itsi-list {
		font-size: 13px;
	}

	.index .index-two .mySwiper1 .itsi-list span {
		margin-top: 15px;
	}

	.index .index-two .itwo-third {
		margin-top: 40px;
	}

	.index .index-there .ithere-name {
		font-size: 28px;
		letter-spacing: 10px;
		line-height: 40px;
	}

	.index .index-there .ithere-right {
		margin-left: 40px;
	}

	.index .index-there .ithere-yw {
		font-size: 13px;
	}

	.index .index-there .ithere-list {
		height: 55px;
		margin-top: 15px;
	}

	.index .index-there .ithere-list img {
		width: 26px;
		margin-right: 20px;
	}

	.index .index-there .ithere-list .list-name {
		font-size: 16px;
	}

	.index .index-fourth {
		padding: 40px 60px 40px 0;
	}

	.index .index-fourth .four-left .swiper-button-next,
	.index .index-fourth .four-left .swiper-button-prev {
		width: 45px;
		height: 40px;
	}

	.index .index-fourth .four-left .swiper-button-next:after,
	.index .index-fourth .four-left .swiper-button-prev:after {
		font-size: 18px;
	}

	.index .index-fourth .four-right {
		margin-left: 70px;
	}

	.index .index-fourth .four-right .gs-logo {
		width: 400px;
	}

	.index .index-fourth .four-right .gs-jieshao {
		font-size: 17px;
		margin: 15px 0;
	}

	.index .index-fourth .four-right p {
		font-size: 13px;
		line-height: 25px;
	}

	.index .index-fourth .four-right .gs-dtitle span {
		font-size: 35px;
	}

	.index .index-fourth .four-right .gs-xq-list {
		font-size: 13px;
	}

	.index .index-fourth .four-right .gs-more {
		width: 155px;
		height: 40px;
	}

	.index .index-fourth .four-right .gs-btn {
		width: 140px;
		padding: 0 15px;
	}

	.index .index-fourth .four-right .gs-btn img {
		width: 15px;
	}

	.index .index-five .five-first {
		padding-top: 40px;
		height: 340px;
	}

	.index .index-five .five-second .swiper-slide {
		font-size: 14px;
	}

	.index .index-five .five-second {
		padding: 0 93px;
	}

	.index .index-five {
		padding-bottom: 40px;
	}

	.index .index-five .five-second .swiper-button-prev,
	.index .index-five .five-second .swiper-button-next {
		width: 50px;
		height: 50px;
	}

	.index .index-six .mySwiper4,
	.index .index-seven .mySwiper5 {
		margin-top: 40px;
	}

	.index .index-six .mySwiper4 .news-time {
		height: 90px;
		line-height: 90px;
		font-size: 25px;
	}

	.index .index-six .mySwiper4 .news-name {
		margin: 25px 0 15px 0;
		font-size: 20px;
	}

	.index .index-six .mySwiper4 .news-info {
		font-size: 15px;
		line-height: 30px;
		height: 90px;
	}

	.index .index-six .mySwiper4 .news-btn {
		width: 160px;
		height: 40px;
	}

	.index .index-six .mySwiper4 .xw-btn {
		width: 150px;
		height: 40px;
		padding: 0 10px;
	}

	.index .index-six .mySwiper4 .xw-btn img {
		width: 15px;
	}

	.index .index-seven {
		padding: 0 60px 40px 60px;
	}

	.index .index-seven .mySwiper5 .swiper-slide {
		padding: 40px 0;
	}

	.foot .foot_head {
		padding: 40px 60px;
	}

	.foot .foot_con {
		padding: 0 60px;
	}

	.foot .foot_con_left_head {
		padding-top: 40px;
	}

	.foot .foot_con_left_head a {
		font-size: 15px;
	}

	.foot .foot_con_left_con h1 {
		font-size: 22px;
	}

	.foot .foot_con_left_con p {
		font-size: 13px;
		line-height: 20px;
	}

	.foot .foot_con_right_r_p1 img {
		width: 35px;
	}

	.foot .foot_con_right_r_p1 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.foot .foot_con_right_r_p2 {
		font-size: 13px;
		padding-left: 27px;
	}

	.foot {
		padding-bottom: 40px;
	}

	.foot .foot_con_left_con {
		margin-top: 50px;
	}

	.foot .foot_con_right_r {
		padding: 30px 0;
	}

	.foot .foot_con_right_l {
		margin-top: 95px;
	}

	.foot .foot_con_left {
		padding-bottom: 40px;
	}

	.foot .foot_con_right_l img {
		width: 80%;
		margin-bottom: 0px;
	}

	.product .main .left-box .menu-list {
		height: 75px;
	}
}

@media screen and (max-width: 1500px) {
	.index .index-two {
		/*height: 630px;*/
	}
}

@media screen and (max-width: 1400px) {
	.newBox {
		flex-wrap: wrap;
	}

	.newBox .newleft {
		width: 100%!important;
		height: 550px;
		margin-bottom: 20px;
	}

	.index .index-six .newBox .newright {
		width: 100%;
		margin-left: 0;
	}

	.index .index-six .newBox .newright .newitem img {
		width: 400px;
	}

	.index .index-six .newBox .newright .newitem {
		margin-top: 20px;
	}

	.index .index-five .five-second .zizhi-photo {
		height: auto;
	}

	.index .index-fourth .four-left {
		height: 580px;
	}

	.header .header-one .tb-phone ul li {
		font-size: 17px;
	}

	.header .header-one .tb-phone ul li img {
		width: 17px;
	}

	.header .header-one .tb-phone ul {
		height: 45px;
		line-height: 45px;
	}

	.pagination {
		margin-top: 10px;
	}

	/*.index .index-two .mySwiper1 .its-photo img{height: 190px;}*/
	.index .index-two .itwo-third {
		bottom: 30px;
	}

	.index .index-two {
		/*height: 565px*/
	}

	.contact .main {
		padding: 30px 40px;
	}

	.contact .main .first-line {
		margin-top: 20px;
	}

	.contact .main .first-one p {
		margin-top: 20px;
		font-size: 14px;
	}

	.contact .main .two-name {
		font-size: 19px;
	}

	.contact .main .code-list {
		width: 130px;
		height: 130px;
	}

	.contact .main .two-main {
		margin-left: 20px;
	}

	.contact .main .code-text {
		font-size: 15px;
	}

	.contact .main .first-one {
		padding: 30px 0 0 28px;
	}

	.contact .main .there-name {
		font-size: 20px;
	}

	.contact .main .first-two {
		padding-top: 30px;
	}

	.contact .main .first-there {
		padding: 30px;
		width: 380px;
		height: max-content;
	}

	.contact .main .there-input {
		height: 40px;
		padding: 0 15px;
		font-size: 15px;
	}

	.contact .main .there-textarea {
		height: 130px;
		padding: 10px 15px !important;
	}

	.contact .main .there-button {
		height: 45px;
		line-height: 45px;
	}

	.about .about-one,
	.about .about-two,
	.about .about-there {
		padding: 30px 40px;
	}

	.about .about-one .o-fir-text span {
		font-size: 38px;
	}

	.about .about-one .o-fir-text {
		font-size: 18px;
	}

	.about .about-one .o-fir-info {
		padding: 30px 0;
	}

	.about .about-one .one-second {
		margin-top: 30px;
	}

	.about .about-one .o-sec-logo {
		width: 390px;
	}

	.about .about-one .one-third {
		line-height: 35px;
		margin-top: 30px
	}

	.about .about-two .team-tu img {
		height: 250px;
	}

	.about .about-two {
		height: auto;
	}

	.about .about-two .swiper-button-prev,
	.about .about-two .swiper-button-next {
		height: auto;
	}

	.about .about-there .env-name {
		height: 50px;
		font-size: 18px;
		border-top: 4px solid #0559B3;
		line-height: 46px;
	}

	.about .about-there .env-list:hover .env-name {
		border-top: 4px solid #81ba2e;
	}

	.about .about-there .env-tu {
		height: 155px;
	}

	.status-details .main {
		padding: 30px 40px;
	}

	.status-details .main .title {
		font-size: 24px;
	}

	.status-details .main .time {
		margin: 20px 0;
		font-size: 15px;
	}

	.status-details .main .contant {
		font-size: 15px;
		line-height: 30px;
	}

	.status-details .main .notice-list {
		font-size: 15px;
	}

	.status .status-one .r-name {
		font-size: 20px;
		margin: 20px 0 10px 0;
	}

	.status .status-one .r-info {
		font-size: 13px;
		line-height: 25px;
	}

	.status .status-one .r-button {
		width: 180px;
		margin-top: 30px;
	}

	.status .status-one .r-b-item {
		width: 170px;
	}

	.status .status-two .t-l-tu {
		height: 230px;
	}

	.status .status-two .t-l-info {
		padding: 15px;
	}

	.status .status-two .t-l-name {
		font-size: 18px;
	}

	.status .status-two .t-l-text {
		line-height: 23px;
		font-size: 13px;
		height: 45px;
	}

	.status .status-two .t-l-time {
		font-size: 13px;
	}

	.status .qua-tab .tab-line {
		height: 3px;
	}

	.status .qua-tab {
		height: 50px;
	}

	.status .qua-tab .qua-tab-list {
		line-height: 50px;
	}

	.status .status-one .one-left {
		width: 46%;
	}

	.status .status-one {
		padding: 30px 40px;
	}

	.status .status-two {
		padding: 30px 40px;
	}

	.status .qua-tab {
		padding: 0 40px;
	}

	.status .status-one .r-day {
		font-size: 26px;
	}

	.status .status-one .r-t-list {
		font-size: 13px;
	}

	.status .status-one .r-time {
		height: 50px;
	}

	.show .show-two .zz-name {
		font-size: 15px;
		letter-spacing: 1px;
	}

	.show .show-two .swiper-button-prev,
	.show .show-two .swiper-button-next {
		width: 50px;
		height: 50px;
	}

	.show .show-two .two-btn {
		height: 360px;
	}

	.show .show-one .fac-tu {
		height: 200px;
	}

	.show .show-one .fac-info {
		height: 50px;
		line-height: 50px;
		font-size: 17px;
	}

	.show .show-one .adv-name {
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}

	.show .show-one .adv-list {
		border-top: 4px solid #0559B3;
		height: 430px;
		padding: 0 20px 20px 20px;
	}

	.show .show-one .adv-list:hover {
		border-top: 4px solid #81ba2e;
	}

	.show .show-one .adv-tu {
		height: 220px;
	}

	.show .show-one .adv-info {
		line-height: 20px;
	}

	.show .show-one .adv-but {
		font-size: 15px;
	}

	.show .show-one,
	.show .show-two,
	.show .show-there {
		padding: 30px 40px;
	}

	.show .show-two .two-btn {
		height: 330px;
	}

	.show .show-there .case-list {
		margin-top: 40px;
	}

	.show .show-there .case-item {
		padding: 30px 10px;
	}

	.show .show-there .case-button {
		padding-top: 30px;
		margin-top: -2px;
	}

	.show .show-there .button {
		width: 190px;
		height: 45px;
		line-height: 45px;
		font-size: 17px;
	}

	.product .main .xq-main .mySwiper2 {
		width: 350px;
		height: 350px;
	}

	.product .main .xq-main .xq-box1-right {
		margin-left: 20px;
	}

	.product .main .xq-main .box1-name {
		font-size: 20px;
	}

	.product .main .xq-main .box1-info {
		font-size: 13px;
	}

	.product .main .xq-main .box1-line {
		margin: 10px 0;
	}

	.product .main .xq-main .box1-bitem {
		width: 110px;
		height: 35px;
		font-size: 15px;
	}

	.product .main .xq-main .vr-box .vr-bg {
		width: 80px;
		height: 80px;
	}

	.product .main .xq-main .vr-box .vr-bg img {
		width: 45px;
	}

	.product .main .xq-main .mySwiper {
		width: 390px;
	}

	.product .main .xq-main .box1-tu .swiper-button-prev,
	.product .main .xq-main .box1-tu .swiper-button-next {
		height: auto;
	}

	.product .main .xq-main .box1-tu {
		margin-top: 10px;
	}

	.product .main .xq-main .box1-bitem {
		width: 100px;
		height: 30px;
		font-size: 14px;
	}

	.product .main .xq-main .box2-title {
		font-size: 18px;
		height: 55px;
	}

	.product .main .xq-main .parameter {
		margin-top: 20px;
	}

	.product .main .xq-main .para-list {
		height: 60px;
		padding-left: 20px;
	}

	.product .main .xq-main .intro-text {
		font-size: 15px;
		line-height: 30px;
		padding: 10px 0;
	}

	.product .main .xq-main .show-text {
		padding: 10px 0;
	}

	.product .main .xq-main .xq-box2 {
		padding-bottom: 0;
	}

	.product .main .xq-main .cont-name {
		margin: 20px 0;
		font-size: 26px;
	}

	.product .main .xq-main .cont-item span {
		font-size: 15px;
		width: 60px;
		height: 100%;
		line-height: initial;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.product .main .xq-main .input-box {
		height: inherit;
		font-size: 15px;
	}

	.product .main .xq-main .cont-item {
		height: 45px;
		margin-bottom: 20px;
	}

	.product .main .xq-main .cont-item1 {
		height: max-content !important;
	}

	.product .main .xq-main .cont-item1 .input-box {
		height: 125px;
	}

	.product .main .xq-main .cont-b-list {
		width: 280px;
		height: 50px;
		font-size: 17px;
	}


	.qualifications .qua-tab {
		padding: 0 40px;
		height: 60px;
	}

	.qualifications .qua-main {
		padding: 40px 40px 10px 40px;
	}

	.qualifications .qua-tab .qua-tab-list {
		line-height: 60px;
	}

	.qualifications .qua-main .qua-list a {
		width: 23.5%;
		margin-right: 2%;
	}

	.case .case-mian {
		padding: 30px 40px;
	}

	.pub-title .pub-top,
	.pub-title .pub-foot {
		font-size: 31px;
	}

	.pub-title .pub-foot {
		line-height: 25px;
	}

	.case .case-mian .case-tu {
		height: 240px;
		padding: 30px;
	}

	.case .case-mian .case-info {
		font-size: 18px;
		height: 60px;
		line-height: 60px;
	}

	.other-box .other-main {
		padding: 50px 0 15px 40px;
	}

	.other-box .page-title .top-text {
		font-size: 28px;
	}

	.other-box .page-title .bottom-text {
		font-size: 32px;
	}

	.product .main {
		padding: 30px 40px;
	}

	.product .main .left-box .menu-main span:first-child {
		font-size: 20px;
	}

	.product .main .left-box .menu-title,
	.product .main .right-box .r-name {
		height: 70px;
	}

	.product .main .left-box .menu-main {
		height: 66px;
	}

	.product .main .left-box .menu-list {
		height: 70px;
	}

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

	.product .main .right-box .r-illustrate p {
		font-size: 13px;
	}

	.product .main .right-box .rsx-item a {
		margin-left: 50px;
	}

	.product .main .right-box .r-sx-list {
		font-size: 15px;
	}

	.product .main .right-box .rsx-name {
		width: 110px;
	}

	.product .main .right-box .pro-right {
		/* margin-left: 30px; */
	}

	.product .main .right-box .pro-btn-item {
		width: 85px;
	}

	.product .main .right-box .peo-js-item {
		padding-left: 20px;
		height: 60px;
	}

	.product .main .right-box .pro-js-one {
		font-size: 14px;
	}

	.product .main .right-box .pro-js-two {
		font-size: 13px;
		margin-top: 5px;
	}

	.header .header-one,
	.header .header-two {
		padding: 0 40px;
	}

	.header .header-one .tb-logo {
		width: 320px;
	}

	.header .header-one .tb-search {
		height: 40px;
	}

	.header .header-one .tb-phone {
		margin: 0 30px;
	}

	.header .header-one .tbs-left {
		font-size: 15px;
	}

	.header .header-one .tb-search span {
		height: auto;
	}

	.header .header-one .tb-search input {
		font-size: 15px;
	}

	.header .header-one {
		height: 90px;
	}

	.index .index-two,
	.index .index-there,
	.index .index-six {
		padding: 30px 40px;
	}

	.index .index-two .itwo-list,
	.index .index-six .six-first .sf-list {
		width: 130px;
		height: 40px;
		font-size: 15px;
		margin-left: 10px;
	}

	.index .title .top-box,
	.index .title .bottom-box {
		font-size: 30px;
	}

	.index .index-two .mySwiper1 {
		margin-top: 30px;
	}

	.index .index-two .mySwiper1 .its-photo img,
	.index .index-two .mySwiper1 .its-photo {
		border-radius: 10px 10px 0 0;
	}

	.index .index-two .mySwiper1 .swiper-slide {
		border-radius: 10px;
	}

	.index .index-two .mySwiper1 .its-name {
		font-size: 16px;
	}

	.index .index-two .mySwiper1 .its-info {
		padding: 15px;
	}

	.index .index-two .mySwiper1 .itsi-list span {
		margin-top: 10px;
	}

	.index .index-two .mySwiper1 .itsi-list {
		font-size: 12px;
	}

	.index .index-two .itwo-third {
		margin-top: 30px;
	}

	.index .index-there .ithere-video {
		width: 50%;
	}

	.index .index-there .ithere-name {
		font-size: 26px;
		line-height: 35px;
	}

	.index .index-there .ithere-yw {
		font-size: 12px;
		margin: 10px 0;
	}

	.index .index-there .ithere-list .list-name {
		font-size: 14px;
	}

	.index .index-there .ithere-list img {
		width: 22px;
	}

	.index .index-there .ithere-list {
		height: 50px;
	}

	/* .index .index-fourth .four-right .gs-logo{width: 370px;}
.index .index-fourth .four-right .gs-jieshao{font-size: 16px;margin: 10px 0;} */
	.index .index-fourth {
		flex-direction: column;
	}

	.index .index-fourth {
		padding: 30px 85px 30px 40px;
	}

	.index .index-fourth .four-left {
		width: 100%;
	}

	.index .index-fourth .four-right {
		margin-left: 0;
		margin-top: 30px;
	}

	.index .index-fourth .four-right .gs-xq-list {
		width: 33.3%;
	}

	.index .index-fourth .four-right .gs-more {
		margin: 0 auto;
	}

	.index .index-five .five-first {
		padding-top: 30px;
		height: 320px;
	}

	.index .index-five .five-second {
		padding: 0 73px;
	}

	.index .index-five .five-second .mySwiper3-box {
		padding: 30px;
	}

	.index .index-five .five-second .swiper-button-prev,
	.index .index-five .five-second .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.index .index-five .five-second .swiper-button-next:after,
	.index .index-five .five-second .swiper-button-prev:after {
		font-size: 18px;
	}

	.index .index-five {
		padding-bottom: 30px;
	}

	.index .index-six .mySwiper4,
	.index .index-seven .mySwiper5 {
		margin-top: 30px;
	}

	.index .index-six .mySwiper4 .news-time {
		height: 70px;
		line-height: 70px;
		font-size: 22px;
	}

	.index .index-six .mySwiper4 .swiper-slide {
		padding: 0 10px 30px 10px;
	}

	.index .index-six .mySwiper4 .news-name {
		margin: 20px 0 10px 0;
		font-size: 18px;
	}

	.index .index-six .mySwiper4 .news-info {
		font-size: 14px;
		line-height: 25px;
		height: 80px;
	}

	.index .index-six .mySwiper4 .news-btn {
		width: 140px;
	}

	.index .index-six .mySwiper4 .xw-btn {
		width: 130px;
	}

	.index .index-seven {
		padding: 0 40px 30px 40px;
	}

	.index .index-seven .mySwiper5 .swiper-slide {
		padding: 30px 0;
	}

	.foot .foot_head {
		padding: 30px 40px;
	}

	.foot .foot_con {
		padding: 0 40px;
	}

	.foot .foot_con_left_head {
		padding-top: 30px;
	}

	.foot .foot_con_left_head a {
		font-size: 13px;
	}

	.foot .foot_con_right_r_p1 img {
		width: 28px;
	}

	.foot .foot_con_right_r_p1 {
		font-size: 33px;
	}

	.foot .foot_con_right_r_p2 {
		line-height: 20px;
	}

	.foot .foot_con_left {
		padding-bottom: 30px;
	}

	.foot .foot_con_left_con {
		margin-top: 30px;
	}

	.foot {
		padding-bottom: 30px;
	}

	.foot .foot_con_left_con h1 {
		font-size: 20px;
	}

	.product .main .xq-main .cont-item1 span:first-child {
		height: 45px;
	}

	.product .main .xq-main .cont-item1 .input-box {
		padding-top: 13px;
		padding-bottom: 13px;
	}
}

@media screen and (max-width: 1300px) {
	.index .index-two {
		/*height: 540px;*/
	}
}

@media screen and (max-width: 1200px) {
	.index .index-five .five-second .zizhi-photo {
		height: auto;
	}

	.index .index-fourth .four-left {
		height: 520px;
	}

	.header .header-one .tb-phone ul {
		padding: 0 10px;
	}

	.contact .main .first {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contact .main .first-one {
		width: 50%;
	}

	.contact .main .first-main {
		width: 100%;
	}

	.contact .main .first-there {
		width: 100%;
	}

	.contact .main .contact-right {
		margin-top: 30px;
	}

	.contact .main .there-button {
		width: 65%;
		margin: 0 auto;
	}

	.contact .main .first-two {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 30px;
	}

	.about .about-one .o-fir-text span {
		font-size: 32px;
	}

	.about .about-one .o-fir-text {
		font-size: 17px;
	}

	.about .about-one .o-fir-item {
		font-size: 13px;
	}

	.about .about-one .o-sec-logo {
		width: 335px;
	}

	.about .about-one .o-fir-info {
		height: auto;
	}

	.about .about-one .o-sec-lebal {
		margin-left: 30px;
	}

	.about .about-one .o-sec-lebal {
		height: 45px;
	}

	.about .about-one .o-lebal-item {
		line-height: 45px;
		padding: 0 10px;
		font-size: 15px;
	}

	.about .about-one .one-third {
		line-height: 30px;
		font-size: 15px;
	}

	.about .about-two .team-tu img {
		height: 200px;
	}

	.about .about-two .mySwiper {
		margin-top: 35px;
	}

	.about .about-two .team-btn {
		padding: 0 15px;
		font-size: 15px;
	}

	.about .about-two .two-third {
		margin-top: 20px;
	}

	.about .about-there .env-name {
		height: 45px;
		font-size: 17px;
		border-top: 3px solid #0559B3;
		line-height: 40px;
	}

	.about .about-there .env-list:hover .env-name {
		border-top: 3px solid #81ba2e;
	}

	.about .about-there .env-tu {
		height: 125px;
	}

	.about .about-two .swiper-pagination {
		margin: 0 30px;
	}

	.about .about-two .swiper-button-prev,
	.about .about-two .swiper-button-next {
		width: 42px;
	}

	.status-details .main .title {
		font-size: 22px;
		line-height: 30px;
	}

	.status-details .main .time {
		margin: 15px 0;
		font-size: 14px;
	}

	.show .show-one .fac-tu {
		height: 175px;
	}

	.show .show-one .fac-info {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}

	.show .show-one .facts {
		margin: 40px 0 30px 0;
	}

	.show .show-one .adv-list {
		border-top: 3px solid #0559B3;
		padding: 0 15px 15px 15px;
		height: auto;
	}

	.show .show-one .adv-list:hover {
		border-top: 3px solid #81ba2e;
	}

	.show .show-one .adv-name {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		letter-spacing: 2px;
	}

	.show .show-one .adv-tu {
		height: 185px;
	}

	.show .show-one .adv-info {
		font-size: 13px;
	}

	.show .show-two .zz-name {
		font-size: 13px;
		letter-spacing: 0;
	}

	.show .show-two .two-btn {
		padding-top: 0;
	}

	.show .show-one .adv-but {
		font-size: 14px;
		margin-top: 30px;
	}

	.product .main .xq-main .mySwiper2 {
		width: 300px;
		height: 300px;
	}

	.product .main .xq-main .box1-name {
		font-size: 18px;
	}

	.product .main .xq-main .box1-info {
		font-size: 12px;
	}

	.product .main .xq-main .mySwiper {
		width: 270px;
	}

	.product .main .xq-main .xq-box1-right {
		height: max-content;
	}

	.product .main .xq-main .box1-btn {
		margin-top: 20px;
	}

	.product .main .xq-main .para-list {
		height: 55px;
		padding-left: 10px;
	}

	.product .main .xq-main .para-list span:first-child {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.product .main .xq-main .para-list {
		font-size: 13px;
	}

	.product .main .xq-main .intro-text {
		font-size: 14px;
		line-height: 25px;
	}

	.product .main .xq-main .cont-name {
		font-size: 22px;
		margin: 15px 0;
	}

	.product .main .xq-main .cont-item span {
		font-size: 14px;
	}

	.product .main .xq-main .input-box {
		font-size: 14px;
		padding: 0 10px;
	}

	.product .main .xq-main .cont-btn {
		padding-bottom: 20px;
	}

	.product .main .xq-main .cont-b-list {
		width: 200px;
		height: 40px;
		font-size: 16px;
	}

	.qualifications .qua-tab {
		height: 55px;
	}

	.qualifications .qua-tab .qua-tab-list {
		line-height: 55px;
		font-size: 15px;
	}

	.qualifications .qua-tab .tab-line {
		height: 3px;
	}

	.other-box .page-title .top-text {
		font-size: 25px;
	}

	.other-box .page-title .bottom-text {
		font-size: 27px;
		line-height: 27px;
	}

	.product .main .left-box .menu-main span:first-child {
		font-size: 18px;
	}

	.product .main .left-box .menu-main span:last-child {
		margin-top: 0;
	}

	.product .main .left-box .menu-item {
		padding-left: 20px;
	}

	.product .main .left-box .menu-active .menu-item,
	.product .main .left-box .menu-list:hover .menu-item {
		padding-left: 15px;
	}

	.product .main .left-box {
		width: 210px;
	}

	.product .main .right-box .r-name {
		font-size: 21px;
	}

	.product .main .right-box .r-name img {
		width: 3px;
	}

	.product .main .right-box .r-illustrate {
		padding: 15px 20px;
	}

	.product .main .right-box .r-illustrate p {
		line-height: 25px;
	}

	.product .main .right-box .pro-btn-item {
		font-size: 13px;
		height: 30px;
		line-height: 30px;
		width: 80px;
	}

	.product .main .right-box .peo-js-item {
		padding-left: 10px;
		height: 55px;
	}

	.product .main .right-box .pro-right {
		margin-left: 20px;
	}

	.product .main .right-box .rsx-item a {
		margin-left: 30px;
	}

	.header .header-one .tb-logo {
		width: 300px;
	}

	.header .header-one .tb-yuyan {
		font-size: 13px;
	}

	.header .header-one .tb-phone {
		margin: 0 15px;
	}

	.header .header-one .tb-search {
		width: 280px;
	}

	.header .header-one .tbs-left {
		font-size: 14px;
		letter-spacing: 0.5px;
		padding-right: 10px;
	}

	.header .header-one .tb-search input {
		font-size: 14px;
		letter-spacing: 0.5px;
		padding-left: 10px;
	}

	.header .header-one {
		height: 80px;
	}

	.header .header-two {
		height: 50px;
	}

	.header .header-two .h-menu {
		font-size: 15px;
	}

	.header .header-two .child-box {
		left: 0;
	}

	.index .index-two .itwo-first {
		flex-direction: column;
		align-items: flex-start;
	}

	.index .index-two .itwo-list {
		margin-left: 0;
		margin-right: 10px;
	}

	.index .index-two .itwo-third {
		bottom: 25px;
	}

	.index .index-two {
		/*height: 585px;*/
	}

	.index .index-two .itwo-menu {
		margin-left: 0;
		margin-top: 20px;
	}

	.index .index-two .itwo-list,
	.index .index-six .six-first .sf-list {
		width: 125px;
		font-size: 14px;
	}

	.index .index-two .mySwiper1 .its-info {
		padding: 10px;
	}

	.index .index-two .mySwiper1 .its-name {
		font-size: 15px;
	}

	.index .index-two .mySwiper1 .itsi-list {
		flex-direction: column;
		align-items: flex-start;
	}

	.index .index-two .mySwiper1 .itsi-list span {
		width: 100%;
	}

	.index .index-two .itwo-third .swiper-button-prev img,
	.index .index-two .itwo-third .swiper-button-next img,
	.index .index-six .six-third .swiper-button-prev img,
	.index .index-six .six-third .swiper-button-next img {
		width: 40px;
	}

	.index .index-two .itwo-third .swiper-pagination,
	.index .index-six .six-third .swiper-pagination {
		margin: 0 30px;
	}

	.index .index-there .ithere-video {
		width: 51%;
	}

	.index .index-there .ithere-name {
		font-size: 23px;
		letter-spacing: 7px;
	}

	.index .index-there .ithere-right {
		margin-left: 20px;
	}

	.index .index-there .ithere-list {
		height: 45px;
	}

	.index .index-five .five-second .swiper-slide {
		font-size: 13px;
	}

	.index .index-six .mySwiper4 .news-time {
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}

	.index .index-six .mySwiper4 .news-name {
		font-size: 16px;
		margin: 10px 0 5px 0;
	}

	.index .index-six .mySwiper4 .news-info {
		font-size: 12px;
		height: 72px;
	}

	.index .index-six .mySwiper4 .news-btn {
		margin-top: 30px;
		width: 120px;
	}

	.index .index-six .mySwiper4 .xw-btn {
		width: 110px;
		font-size: 12px;
	}

	.thumbs-swiper {
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	.index .index-five .five-second .zizhi-photo {
		height: auto;
	}

	.index .index-two {
		/*height: 560px;*/
	}
}

@media screen and (max-width: 1010px) {
	.index .index-two {
		/*height: 615px;*/
	}
}

@media screen and (max-width: 992px) {
	.index .index-fourth .four-left {
		height: 400px;
	}

	.index .index-two {
		/*height: 610px;*/
	}

	/*.index .index-two .mySwiper1 .its-photo img{height: 235px;}*/
	.contact {
		padding-top: 60px;
	}

	.contact .main .first-logo {
		width: 290px;
	}

	.contact .main .first-line {
		margin-top: 15px;
	}

	.contact .main .first-one p {
		font-size: 13px;
		margin-top: 15px;
	}

	.contact .main .first-one {
		width: 60%;
		height: inherit;
		padding-bottom: 20px;
	}

	.contact .main .two-name {
		font-size: 17px;
	}

	.contact .main .two-code {
		flex-direction: column;
	}

	.contact .main .first-main {
		height: 100%;
	}

	.contact .main .code-text {
		text-align: center;
		font-size: 14px;
		line-height: 23px;
	}

	.contact .main .code-list {
		margin-top: 10px;
	}

	.contact .main #container {
		height: 370px;
	}

	.about {
		padding-top: 60px;
	}

	.about .about-one .o-fir-info {
		flex-wrap: wrap;
	}

	.about .about-one .o-fir-item {
		width: 49.9%;
		margin-bottom: 20px;
	}

	.about .about-one .o-fir-item:nth-child(2n) {
		border-right: none;
	}

	.about .about-one .o-fir-text span {
		font-size: 28px;
	}

	.about .about-one .o-fir-text span {
		font-size: 16px;
	}

	.about .about-one .o-fir-info {
		padding: 20px 0 0 0;
	}

	.about .about-one .one-second {
		flex-direction: column;
		align-items: flex-start;
	}

	.about .about-one .o-sec-lebal {
		margin-left: 0;
		margin-top: 20px;
	}

	.about .about-one .one-third {
		margin-top: 15px;
	}

	.about .about-two .team-tu img {
		height: 145px;
	}

	.about .about-two .team-btn {
		min-width: 115px;
	}

	.about .about-there .env-tu {
		height: 105px;
	}

	.status-details .main .title {
		font-size: 20px;
		line-height: 27px;
	}

	.status-details .main .time {
		margin: 10px 0;
		font-size: 13px;
	}

	.status-details .main .contant {
		font-size: 14px;
		line-height: 25px;
	}

	.status-details .main .notice {
		flex-direction: column;
		align-items: flex-start;
	}

	.status-details .main .notice-list {
		max-width: 100%;
	}

	.status-details .main .notice-list:last-child {
		justify-content: flex-start;
		margin-top: 15px;
	}

	.status-details .main .notice {
		margin-top: 20px;
	}

	.status-details {
		padding-top: 60px;
	}

	.status .status-one .one-right {
		margin-left: 20px;
	}

	.status .status-one .r-day {
		font-size: 24px;
	}

	.status .status-one .r-time {
		height: 40px;
		padding-right: 20px;
	}

	.status .status-one .r-name {
		font-size: 18px;
		margin: 10px 0;
	}

	.status .status-one .r-info {
		font-size: 12px;
		line-height: 20px;
	}

	.status .status-one .r-button {
		width: 130px;
		height: 40px;
	}

	.status .status-one .r-b-item {
		width: 120px;
		height: 40px;
		padding: 0 10px;
		font-size: 13px;
	}

	.status .status-one .r-b-item img {
		width: 15px;
	}

	.status .status-two .t-l-tu {
		height: 150px;
	}

	.status .status-two .t-l-info {
		padding: 10px;
	}

	.status .status-two .t-l-name {
		font-size: 16px;
	}

	.status .status-two .t-l-text {
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 20px;
		margin: 5px 0;
		height: 40px;
	}

	.status .status-two .t-l-time {
		font-size: 12px;
	}

	.status .qua-tab .qua-tab-list {
		font-size: 15px;
	}

	.status {
		padding-top: 60px;
	}

	.show {
		padding-top: 60px;
	}

	.show .show-one .fac-tu {
		height: 140px;
	}

	.show .show-one .fac-info {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		letter-spacing: 1px;
	}

	.show .show-one .adv-name {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}

	.show .show-one .adv-tu {
		height: 145px;
	}

	.show .show-one .adv-info {
		font-size: 12px;
		margin-top: 10px;
	}

	.show .show-one .adv-but {
		font-size: 13px;
		margin-top: 20px;
	}

	.show .show-one .adv-but img {
		width: 23px;
	}

	.show .show-two .two-middle {
		padding: 30px;
		margin: 0px -20px;
	}

	.show .show-two .swiper-button-prev,
	.show .show-two .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.show .show-there .case-item {
		width: 25%;
	}

	.show .show-there .case-item:nth-child(6n) {
		border-right: 1px solid #e5e5e5;
	}

	.show .show-there .case-item:nth-child(4n) {
		border-right: none;
	}

	.show .show-there .button {
		width: 180px;
		height: 40px;
		line-height: 40px;
	}

	.qualifications {
		padding-top: 60px;
	}

	.qualifications .qua-tab .qua-tab-list {
		font-size: 13px;
	}

	.qualifications .qua-main .qua-list a {
		margin-bottom: 20px;
	}

	.qualifications .qua-main {
		padding: 30px 40px 10px 40px;
	}

	.pub-title .pub-top,
	.pub-title .pub-foot {
		font-size: 28px;
	}

	.case .case-mian .case-tu {
		height: 190px;
		padding: 20px;
	}

	.case .case-mian .case-info {
		font-size: 17px;
		height: 55px;
		line-height: 55px;
		padding: 0 10px;
	}

	/*.product .main .left-box{display: none;}*/
	.product .main {
		flex-direction: column;
	}

	.product .main .left-box {
		width: 100%;
		flex-direction: initial;
		flex-wrap: wrap;
	}

	.product .main .left-box .menu-title,
	.product .main .left-box a {
		width: 33.3%;
	}

	.product .main .right-box {
		margin-left: 0;
		margin-top: 20px;
	}

	.product .main .left-box .menu-active .menu-item {
		border-bottom: 4px solid #0559B3;
		border-left: none;
		box-sizing: border-box;
	}

	.product .main .left-box .menu-list {
		padding: 0;
	}

	.product .main .left-box .menu-list:hover .menu-item {
		border-left: none;
	}

	.product .main .left-box .menu-item {
		flex: initial;
		width: 100%;
		justify-content: center;
	}

	.product,
	.case {
		padding-top: 60px;
	}

	.product .main .left-box .menu-active .menu-item,
	.product .main .left-box .menu-list:hover .menu-item,
	.product .main .left-box .menu-item {
		padding-left: 0;
	}

	.product .main .left-box .menu-main {
		text-align: center;
	}

	.other-box {
		height: 150px;
	}

	.other-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.other-box .page-title .top-text {
		font-size: 23px;
	}

	.other-box .page-title .bottom-text {
		font-size: 24px;
		letter-spacing: 3px;
	}

	.other-box .other-main {
		padding-top: 40px;
	}

	.product .main .right-box .r-name {
		height: auto;
		padding-bottom: 10px;
	}

	.product .main .right-box .r-illustrate p {
		font-size: 12px;
		line-height: 20px;
	}

	.product .main .right-box .r-sx-list1 {
		height: 60px;
	}

	.product .main .right-box .rsx-name {
		line-height: 60px;
	}

	.product .main .right-box .rsx-item a,
	.product .main .right-box .rsx-btn {
		height: 60px;
		line-height: 60px;
	}

	.product .main .right-box .r-sx-list {
		font-size: 14px;
	}

	.product .main .right-box .rsx-name {
		width: 95px;
	}

	.product .main .right-box .pro-name {
		font-size: 18px;
	}

	.product .main .right-box .pro-jieshao {
		margin-top: 0;
	}

	.header {
		display: none !important;
	}

	.navbar {
		display: flex !important;
	}

	.index {
		padding-top: 60px;
	}

	.index .index-two .itwo-list:first-child {
		margin-left: 0;
	}

	.index .index-two .itwo-menu {
		margin-left: 0;
		margin-top: 30px;
	}

	.index .title .top-box,
	.index .title .bottom-box {
		font-size: 28px;
	}

	.index .index-two .itwo-menu {
		flex-wrap: wrap;
	}

	.index .index-two .itwo-list,
	.index .index-six .six-first .sf-list {
		width: 115px;
		font-size: 13px;
	}

	.index .index-two .itwo-list:hover {
		font-size: 13px;
	}

	.index .index-there {
		flex-direction: column;
	}

	.index .index-there .ithere-video {
		width: 100%;
	}

	.index .index-there .ithere-right {
		width: 100%;
		margin-left: 0px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.index .index-fourth .four-right .gs-xq-list {
		width: 50%;
		margin-top: 20px;
	}

	.index .index-fourth .four-right .gs-details {
		flex-wrap: wrap;
		margin-top: 0;
	}

	.index .index-five .five-first {
		height: 215px;
	}

	.index .index-five .five-second {
		margin-top: -100px;
	}

	.index .index-seven .mySwiper5 .swiper-slide:nth-child(6n) {
		border-right: 1px solid #e5e5e5;
	}

	.index .index-seven .mySwiper5 .swiper-slide:nth-child(4n) {
		border-right: none;
	}

	.index .index-seven .swiper-pagination {
		margin-top: -2px;
	}

	.foot .foot_con {
		flex-direction: column;
	}

	.foot .foot_con_left,
	.foot .foot_con_right {
		width: 100%;
	}

	.main-swiper .cpimg {
		display: none !important;
	}
}

@media screen and (max-width: 880px) {
	.index .index-two {
		/*height: 585px;*/
	}
}

@media screen and (max-width: 785px) {
	.index .index-two {
		/*height: 670px;*/
	}

}

@media screen and (max-width: 768px) {
	.product .main .left-box .menu-main {
		padding: 0 10px;
	}

	.product .main .left-box .menu-main span:first-child {
		font-size: 16px;
	}

	.product .main .left-box .menu-main span:last-child {
		letter-spacing: 0px;
	}

	.product .main .left-box .menu-main {
		height: 50px;
	}

	.product .main .left-box .menu-list,
	.product .main .left-box .menu-title,
	.product .main .right-box .r-name {
		height: 53px;
	}

	.product .main .left-box .menu-active .menu-item {
		border-bottom: 3px solid #0559B3;
	}

	.product .main .left-box .menu-item {
		font-size: 15px;
		box-sizing: border-box;
		text-align: center;
		padding: 0 10px;
	}

	.product .main .left-box .menu-list:hover .menu-item {
		padding: 0 10px;
	}

	.product .main .left-box .menu-active .menu-item {
		padding: 0 10px;
	}

	.index .index-fourth .four-left {
		height: 300px;
	}

	.product .main .xq-main .para-list {
		width: 48%;
		margin-right: 0;
	}

	.product .main .xq-main .parameter {
		justify-content: space-between;
	}

	.product .main .xq-main .swiper-slide {
		height: auto;
	}

	/*.index .index-two .mySwiper1 .its-photo img{height: 165px;}*/
	.index .index-two {
		/*height: 657px;*/
	}

	.contact .main .first-one {
		width: 100%;
	}

	.contact .main .first-two {
		flex-direction: initial;
		width: 100%;
		padding-top: 0;
	}

	.contact .main .two-main {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.contact .main .two-name {
		display: block;
		width: 100%;
	}

	.about .about-one .o-fir-item {
		width: 49.5%;
	}

	.about .about-one .one-second {
		margin-top: 20px;
	}

	.about .about-one .o-sec-lebal {
		height: 40px;
	}

	.about .about-one .o-lebal-item {
		line-height: 40px;
	}

	.about .about-there .environment {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 30px;
	}

	.about .about-there .environment a {
		width: 48%;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}

	.status .status-one {
		flex-direction: column;
		margin-left: 0;
	}

	.status .status-one .one-left {
		width: 100%;
	}

	.status .status-one .one-right {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.status .status-two a {
		width: 48%;
		margin-right: 0 !important;
	}

	.status .status-two {
		justify-content: space-between;
	}

	.show .show-one .facts {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 10px;
	}

	.show .show-one .facts a {
		width: 48%;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}

	.show .show-one .fac-tu {
		height: 175px;
	}

	.show .show-one .advantage {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.show .show-one .advantage a {
		width: 48%;
		margin-right: 0 !important;
		margin-top: 20px;
	}

	.show .show-one .advantage {
		margin-top: 20px;
	}

	.show .show-two .two-list {
		margin-top: 25px;
	}

	.show .show-two .two-bg img {
		height: 150px;
	}

	.product .main .xq-main .xq-box1 {
		flex-direction: column;
	}

	/*.product .main .xq-main .swiper-slide img{height: auto;}*/
	.product .main .xq-main .mySwiper2 {
		position: static;
		width: 100%;
		height: auto;
	}

	.product .main .right-box {
		overflow: hidden;
	}

	.product .main .xq-main .xq-box1-right {
		margin-left: 0;
		margin-top: 20px;
	}

	.product .main .xq-main .intro-text {
		font-size: 13px;
	}

	.product .main .xq-main .cont-item span {
		flex: none;
	}

	.product .main .xq-main .cont-list {
		flex-direction: column;
		align-items: flex-start;
	}

	.product .main .xq-main .cont-item {
		width: 100%;
	}

	.product .main .xq-main .cont-b-list {
		width: 120px;
		height: 35px;
		font-size: 14px;
	}

	.product .main .xq-main .cont-b-list2 {
		margin-left: 20px;
	}

	.qualifications .qua-tab {
		flex-wrap: wrap;
		height: auto;
	}

	.qualifications .qua-tab .qua-tab-list {
		width: 33.3%;
	}

	.qualifications .qua-main .qua-list a {
		width: 31.3%;
	}

	.qualifications .qua-main .qua-list a:nth-child(4n) {
		margin-right: 2%;
	}

	.qualifications .qua-main .qua-list a:nth-child(3n) {
		margin-right: 0;
	}

	.case .case-mian {
		padding: 20px 40px;
	}

	.case .case-mian .case-list a {
		width: 48%;
		margin-right: 0;
	}

	.navbar .navbar-logo {
		width: 235px;
	}

	.other-box .other-main {
		padding-top: 35px;
		padding-bottom: 10px;
	}

	.product .main .right-box .r-name {
		font-size: 19px;
	}

	.product .main .right-box .rsx-name {
		line-height: 50px;
	}

	.product .main .right-box .rsx-item a,
	.product .main .right-box .rsx-btn {
		height: 50px;
		line-height: 50px;
	}

	.product .main .right-box .pro-one {
		flex-direction: column;
		align-items: flex-start;
	}

	.product .main .right-box .pro-name {
		width: 100%;
	}

	.product .main .right-box .peo-js-item {
		width: 100%;
	}

	.product .main .right-box .peo-js-item {
		margin-top: 10px;
		padding-left: 0;
		flex-direction: row-reverse;
		height: auto;
		align-items: center;
		justify-content: flex-end;
		border: none;
	}

	.product .main .right-box .pro-js-two {
		margin-top: 0;
	}

	.product .main .right-box .peo-js-item:last-child,
	.product .main .right-box .peo-js-item:nth-last-child(2) {
		display: none;
	}

	.product .main .right-box .pro-tu {
		width: 40%;
	}

	.product .main .right-box .pro-name {
		font-size: 17px;
	}

	.product .main .right-box .pro-right {
		position: relative;
	}

	.product .main .right-box .pro-btn {
		position: absolute;
		bottom: 0;
	}

	.product .main .right-box .pro-js-one {
		margin-left: 10px;
	}

	.product .main .right-box .cp-pro-list {
		min-height: 140px;
	}

	.product .main .right-box .peo-js-item {
		margin-top: 5px;
	}

	.product .main .right-box .pro-btn-item {
		width: 70px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}

	.product .main .right-box .pro-name {
		font-size: 15px;
	}

	.product .main .right-box .rsx-btn {
		margin-left: 10px;
	}

	.index .index-two .itwo-menu {
		margin-top: 10px;
	}

	.index .index-two .itwo-list {
		margin: 20px 10px 0 0;
	}

	.index .index-fourth .four-right .gs-xq-list {
		align-items: flex-start;
	}

	.index .index-fourth .four-right .gs-xq-list:last-child {
		width: 100%;
	}

	.index .index-fourth .four-right .gs-more {
		margin: 0;
		position: initial;
		        float: right;
		        margin-top: 15px;
	}

	.index .index-six .six-first {
		flex-direction: column;
		align-items: flex-start;
	}

	.index .index-six .six-first .sf-list {
		margin: 30px 10px 0 0;
	}

	.foot .foot_head img {
		width: 300px;
	}

	.foot .foot_con_right_l p {
		font-size: 13px;
	}

	.case .case-mian .case-list {
		margin-top: 30px;
		justify-content: space-between;
	}

	.qualifications .qua-main .qua-list {
		margin-top: 30px;
	}

	.contact .main #container {
		height: 320px;
	}
}

@media screen and (max-width: 721px) {
	.index .index-two {
		/*height: 690px;*/
	}
}

@media screen and (max-width: 680px) {
	.index .index-two {
		/*height: 675px;*/
	}
}

@media screen and (max-width: 640px) {
	.index .index-two {
		/*height: 655px;*/
	}

	.foot {
		display: none !important;
	}

	.footeer {
		display: block !important;
	}

	.product .main,
	.index .index-seven,
	.case .case-mian,
	.qualifications .qua-main,
	.show .show-there,
	.status .status-two,
	.status-details .main,
	.contact .main {
		padding-bottom: 80px !important;
	}
	.index .index-six .newBox .newright .newitem img{
	    height: 110px;
	    width: auto!important;
	}
}

@media screen and (max-width: 576px) {
	.product .main .left-box .menu-main span:last-child {
		display: none;
	}

	.product .main .left-box .menu-main span:first-child {
		font-size: 15px;
	}

	.product .main .left-box .menu-item {
		font-size: 12px;
	}

	.product .main .left-box .menu-main {
		height: 40px;
	}

	.product .main .left-box .menu-list,
	.product .main .left-box .menu-title,
	.product .main .right-box .r-name {
		height: 42px;
	}

	.product .main .left-box .menu-active .menu-item {
		border-bottom: 2px solid #0559B3;
		letter-spacing: 0px;
	}

	.product .main .left-box .menu-item {
		letter-spacing: 0px;
	}

	.product .main .right-box {
		margin-top: 10px;
	}

	.index .index-five .five-second .zizhi-photo {
		height: auto;
	}

	.index .index-fourth .mySwiper2 {
		height: 230px;
	}

	.index .index-fourth .four-left {
		display: flex;
		flex-wrap: wrap;
		height: auto;
	}

	.index .index-fourth .four-left .swiper-button-next,
	.index .index-fourth .four-left .swiper-button-prev {
		position: static;
		margin-top: 0px;
	}

	.index .index-fourth .four-left .swiper-button-prev {
		background: #0559B3;
	}

	.index .index-fourth .four-left .swiper-button-prev:after {
		color: #fff;
	}

	.index .index-two .itwo-list:hover {
		font-size: 12px;
	}

	.no-serch {
		font-size: 14px;
	}

	.no-serch img {
		width: 80%;
	}

	.status {
		min-height: calc(100vh - 50px);
	}

	.product .main .xq-main .para-list {
		width: 100%;
	}

	.index .index-there .ithere-list {
		padding: 0 10px;
	}

	.index .index-there .ithere-list img {
		margin-right: 10px;
		width: 20px;
	}

	.index .index-there .ithere-list .list-name {
		font-size: 12px;
	}

	.pagination li {
		margin-bottom: 10px;
	}

	.pagination {
		margin-top: 0px;
	}

	/*.index .index-two .mySwiper1 .its-photo img{height: 135px;}*/
	.index .index-two {
		/*height: 590px;*/
	}

	.contact .main .first-there {
		padding: 20px;
	}

	.contact .main .there-name {
		margin-bottom: 20px;
		font-size: 18px;
		letter-spacing: 3px;
	}

	.contact .main .there-input {
		height: 35px;
		padding: 0 10px;
		font-size: 14px;
	}

	.contact .main .there-textarea {
		height: 120px !important;
	}

	.contact .main .there-button {
		height: 35px;
		line-height: 35px;
		font-size: 15px;
	}

	.contact .main .contact-right {
		margin-top: 20px;
	}

	.contact .main #container {
		height: 210px;
	}

	.contact {
		padding-top: 50px;
	}

	.contact .main {
		padding: 20px;
	}

	.contact .main .first-one {
		padding: 20px;
	}

	.contact .main .first-main {
		padding: 0;
		border-right: none;
	}

	.contact .main .first-logo {
		width: 80%;
	}

	.contact .main .first-line {
		width: 40px;
		height: 3px;
	}

	.contact .main .two-name {
		font-size: 15px;
	}

	.contact .main .code-text {
		font-size: 12px;
		line-height: 18px;
	}

	.about {
		padding-top: 50px;
	}

	.about .about-one {
		padding: 20px;
	}

	.about .about-one .o-fir-item {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #E1E2E8;
		margin-bottom: 0;
		padding: 10px 0;
	}

	.about .about-one .o-fir-info {
		padding: 0;
	}

	.about .about-one .o-sec-logo {
		width: 80%;
	}

	.about .about-one .o-sec-lebal {
		width: 100%;
		height: 35px;
	}

	.about .about-one .o-lebal-item {
		line-height: 35px;
		font-size: 13px;
	}

	.about .about-one .one-third {
		line-height: 25px;
		font-size: 14px;
	}

	.about .about-one,
	.about .about-two,
	.about .about-there {
		padding: 20px;
	}

	.about .about-two .mySwiper {
		margin-top: 25px;
	}

	.about .about-two .team-tu {
		padding: 5px;
	}

	.about .about-two .team-tu img {
		height: 95px;
	}

	.about .about-two .team-btn {
		font-size: 14px;
	}

	.about .about-two .team-btn {
		height: 30px;
		line-height: 30px;
		margin-top: 15px;
	}

	.about .about-two .team-btn {
		min-width: 105px;
	}

	.about .about-two .swiper-button-prev,
	.about .about-two .swiper-button-next {
		width: 35px;
	}

	.about .about-two .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.about .about-two .swiper-pagination {
		margin: 0 10px;
	}

	.about .about-there .env-name {
		height: 40px;
		font-size: 15px;
		border-top: 2px solid #0559B3;
		line-height: 36px;
	}

	.about .about-there .env-tu {
		height: 95px;
	}

	.about .about-there .env-list:hover .env-name {
		border-top: 2px solid #81ba2e;
	}

	.about .about-there .environment {
		margin-top: 25px;
	}

	.status-details {
		padding-top: 50px;
	}

	.status-details .main {
		padding: 20px;
	}

	.status-details .main .title {
		font-size: 17px;
		line-height: 25px;
		letter-spacing: 1px;
	}

	.status-details .main .notice {
		margin-top: 15px;
	}

	.status-details .main .notice-list:last-child {
		margin-top: 10px;
	}

	.status {
		padding-top: 50px;
	}

	.status .qua-tab {
		height: 40px;
	}

	.status .qua-tab .qua-tab-list {
		line-height: 40px;
		font-size: 14px;
	}

	.status .qua-tab .tab-line {
		height: 2px;
	}

	.status .status-one,
	.status .status-two {
		padding: 20px;
	}

	.status .qua-tab {
		padding: 0 20px;
	}

	.status .status-two .t-l-tu {
		height: 120px;
	}

	.status .status-two .t-l-name {
		font-size: 14px;
		letter-spacing: 1px;
	}

	.show {
		padding-top: 50px;
	}

	.show .show-one,
	.show .show-two,
	.show .show-there {
		padding: 20px 30px;
	}

	.show .show-one .facts {
		margin: 20px 0 0 0;
	}

	.show .show-one .fac-tu {
		height: 140px;
	}

	.show .show-one .fac-info {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	.show .show-one .advantage {
		flex-direction: column;
	}

	.show .show-one .advantage a {
		width: 100%;
	}

	.show .show-two .two-btn {
		height: 225px;
	}

	.show .show-two .two-middle {
		padding: 20px;
	}

	.show .show-two .swiper-button-prev,
	.show .show-two .swiper-button-next {
		width: 30px;
		height: 30px;
	}

	.show .show-there .case-list {
		margin-top: 20px;
	}

	.show .show-there .case-item {
		width: 33.3%;
	}

	.show .show-there .case-item:nth-child(4n) {
		border-right: 1px solid #e5e5e5;
	}

	.show .show-there .case-item:nth-child(3n) {
		border-right: none;
	}

	.show .show-there .case-item {
		padding: 20px 10px;
	}

	.show .show-there .case-button {
		padding-top: 20px;
	}

	.show .show-there .button {
		width: 140px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	.other-box .crumbs span,
	.other-box .crumbs a {
		letter-spacing: 0;
	}

	.product .main .xq-main .cont-name {
		font-size: 19px;
	}

	.product .main .xq-main .cont-item span {
		width: 40px;
		font-size: 13px;
	}

	.product .main .xq-main .cont-item {
		height: 40px;
	}

	.product .main .xq-main .input-box {
		letter-spacing: 1px;
	}

	.product .main .xq-main .cont-item1 .input-box {
		height: 80px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.product .main .xq-main .cont-item1 span:first-child {
		height: 40px;
	}

	.qualifications {
		padding-top: 50px;
	}

	.qualifications .qua-tab .qua-tab-list {
		width: 50%;
		font-size: 12px;
		line-height: 40px;
	}

	.qualifications .qua-tab .tab-line {
		height: 2px;
	}

	.qualifications .qua-tab {
		padding: 0 30px;
	}

	.qualifications .qua-main {
		padding: 20px 30px 0 30px;
	}

	.qualifications .qua-main .qua-list {
		margin-top: 20px;
	}

	.qualifications .qua-main .qua-list {
		justify-content: space-between;
	}

	.qualifications .qua-main .qua-list a {
		width: 48%;
		margin-right: 0 !important;
	}

	.pub-title .pub-top,
	.pub-title .pub-foot {
		font-size: 19px;
		line-height: 30px;
	}

	.pub-title .pub-foot {
		line-height: 18px;
	}

	.case .case-mian .case-tu {
		height: 145px;
	}

	.case .case-mian {
		padding: 20px;
	}

	.case .case-mian .case-info {
		font-size: 15px;
		height: 45px;
		line-height: 45px;
	}

	.case .case-mian .case-list {
		justify-content: space-between;
	}

	.case .case-mian .case-list a {
		margin-right: 0 !important;
	}

	.product,
	.case {
		padding-top: 50px;
	}

	.other-box .other-main {
		padding: 30px 20px 10px 20px;
	}

	.other-box {
		height: 135px;
	}

	.other-box .page-title .top-text {
		font-size: 19px;
	}

	.other-box .page-title .bottom-text {
		font-size: 21px;
		line-height: 22px;
	}

	.product .main {
		padding: 20px;
	}

	.product .main .right-box .r-name {
		font-size: 18px;
	}

	.product .main .right-box .r-name img {
		width: 2px;
		margin-right: 10px;
	}

	.product .main .right-box .rsx-name {
		width: 60px;
	}

	.product .main .right-box .rsx-item a,
	.product .main .right-box .rsx-btn {
		height: 40px;
		line-height: 40px;
	}

	.product .main .right-box .rsx-name {
		line-height: 40px;
	}

	.product .main .right-box .r-sx-list {
		height: auto;
	}

	.product .main .right-box .rsx-item a {
		margin-left: 15px;
	}

	.product .main .right-box .r-sx-list {
		font-size: 12px;
	}

	.product .main .right-box .r-sx-list1 {
		height: 40px;
	}

	.navbar .navbar-logo {
		width: 205px;
	}

	.navbar {
		height: 50px;
		padding: 0 20px;
	}

	.index {
		padding-top: 50px;
	}

	.index .index-two,
	.index .index-there,
	.index .index-six {
		padding: 20px;
	}

	.index .title .top-box,
	.index .title .bottom-box {
		font-size: 19px;
		line-height: 25px;
	}

	.index .index-two .itwo-menu {
		margin-top: 0;
	}

	.index .index-two .itwo-list,
	.index .index-six .six-first .sf-list {
		width: 100px;
		font-size: 12px;
		padding: 0 5px;
	}

	.index .index-two .mySwiper1,
	.index .index-two .itwo-third {
		margin-top: 20px;
	}

	.navbar input,
	.navbar span {
		right: 20px;
	}

	.index .index-there .ithere-right {
		margin: 20px 0 0 0;
	}

	.index .index-fourth {
		padding: 20px;
	}

	.index .index-fourth .four-right .gs-logo {
		width: 80%;
	}

	.index .index-fourth .four-right .gs-jieshao {
		font-size: 15px;
	}

	.index .index-fourth .four-right {
		margin-top: 20px;
	}

	.index .index-fourth .four-left .swiper-button-prev {
		left: 0;
		bottom: 0;
	}

	.index .index-fourth .four-left .swiper-button-next {
		left: 45px;
		bottom: 0;
	}

	.index .index-fourth .four-right .gs-dtitle {
		font-size: 18px;
	}

	.index .index-fourth .four-right .gs-dtitle span {
		font-size: 28px;
	}

	.index .index-five .five-first {
		padding-top: 20px;
	}

	.index .index-five .five-first {
		height: 180px;
	}

	.index .index-five .five-second {
		padding: 0 40px;
	}

	.index .index-five .five-second .swiper-slide {
		font-size: 12px;
	}

	.index .index-six .six-first .sf-list {
		margin-top: 20px;
	}

	.index .index-six .mySwiper4,
	.index .index-seven .mySwiper5 {
		margin-top: 20px;
	}

	.index .index-six .mySwiper4 .news-time {
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}

	.index .index-six .mySwiper4 .news-info {
		line-height: 20px;
		height: 60px;
	}

	.index .index-six .mySwiper4 .news-btn {
		margin-top: 20px;
	}

	.index .index-six .six-third {
		height: 20px;
		margin-top: 0;
	}

	.index .index-seven {
		padding: 0 20px 20px 20px;
	}

	.index .index-seven .mySwiper5 .swiper-slide {
		padding: 20px 0;
	}

	.product .main .pagination {
		margin-top: 20px;
	}
}

@media screen and (max-width: 525px) {
	.index .index-two {
		/*height: 570px;*/
	}
}

@media screen and (max-width: 490px) {
	.index .index-two {
		/*height: 550px;*/
	}
}

@media screen and (max-width: 450px) {
	.index .index-two {
		/*height: 535px;*/
	}

	.product .main .right-box .cp-pro-list {
		flex-direction: column;
	}

	.product .main .right-box .pro-tu {
		width: 100%;
	}

	.product .main .right-box .pro-right {
		margin-left: 0;
		margin-top: 10px;
	}

	.product .main .right-box .pro-btn {
		position: static;
	}

	.product .main .right-box .pro-one {
		flex-direction: initial;
	}
}

@media screen and (max-width: 375px) {
	.index .index-two {
		/*height: 510px;*/
	}

	.index .index-five .five-second .zizhi-photo {
		height: auto;
	}

	.index .index-two .itwo-menu .itwo-menu-list {
		width: 33.3%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.index .index-two .itwo-list {
		margin-right: 0 !important;
	}
}