* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
	max-width: 1920px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "microsoft yahei";
	color: #666;
	font-weight: normal;
}

body {
	overflow-x: hidden;
	/* overflow-y: hidden; */
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a,
a:active,
a:link,
a:visited {
	text-decoration: none
}

a {
	color: #000;
}

input {
	outline: none;
}

.margin-c {
	width: 1600px;
	margin: 0 auto;
}


@font-face {
	font-family: "ba";
	src: url("BAHNSCHRIFT.TTF");
}


.index-head {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	background-color: #FFFFFF;
	z-index: 999;
}

.logo {
	float: left;
	margin-top: 14px;
}

.logo a {
	margin-right: 420px;
}

.index-nav {
	line-height: 100px;
	float: left;
}

.index-nav li {
	float: left;
	margin-right: 17px;
	position: relative;
	width: 11em;
	text-align: center;
}

.index-nav li a {
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.index-nav li li:hover a {
	color: #2cc0f3;
}

.index-nav li ul {
	position: absolute;
	width: 100%;
	top: -100px;
	opacity: 0;
	transition: 0.4s;
	left: -40px;
}

.index-nav li:hover ul {
	top: 100px;
	display: inline-block;
	opacity: 1;
}

.index-nav li ul li {
	float: none;
	margin-right: 0;
	line-height: 45px;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	white-space: nowrap;
	width: 17em;
}

.index-nav li ul li a {
	font-weight: 400;
	line-height: 45px;
	color: #FFFFFF;
}

.index-nav li a img {
	margin-left: 8px;
	margin-bottom: 3px;
}



.index-head-right {
	float: right;
	color: #b4b8c5;
	font-size: 16px;
	line-height: 100px;
	cursor: pointer;
}

.index-head-right a {
	color: #b4b8c5;
	font-size: 14px;
}

.index-head-right img {
	margin-left: 8px;
	margin-bottom: 3px;
}


.index-head-right ul li a {
	display: block;
	color: #b4b8c5;
	font-size: 16px;
	line-height: 16px;
	margin-top: -30px;
	opacity: 0;
}

.index-head-right:hover ul li a {
	opacity: 1;
}

.index-banner01 {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.index-banner01 .hd {
	position: absolute;
	left: 170px;
	bottom: 120px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	z-index: 9;
}

.index-banner01 .hd li {
	font-size: 0;
	display: inline-block;
	margin: 0 9px;
	width: 8px;
	height: 8px;
	background-color: #d8dbde;
	border-radius: 50%;
	cursor: pointer;
}

.index-banner01 .hd .on {
	width: 40px;
	height: 40px;
	position: relative;
	top: -8px;
	background-color: rgba(0, 0, 0, 0);
	border: 2px dashed #8a90aa;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	font-family: "ba"
}

.index-banner01 .bd {
	position: relative;
	width: 100%;
}

.index-banner01 .bd .tempWrap {
	width: 100% !important;
}

.index-banner01 .bd li {
	height: 100%;
	/* width: 100% !important; */
	position: relative;
}

.index-banner01 .bd img {
	width: 100%;
	/* height: 100% !important; */
}

.index-banner01-inner {
	position: absolute;
	bottom: 120px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 9;
	-webkit-transform: rotate(0deg);

	animation: rotation1 3s linear infinite;

	-moz-animation: rotation1 3s linear infinite;

	-webkit-animation: rotation1 3s linear infinite;

	-o-animation: rotation1 3s linear infinite;
}

@-webkit-keyframes rotation1 {
	0% {
		transform: translateY(20px);
	}

	50% {
		transform: translateY(40px);
	}

	100% {
		transform: translateY(20px);
	}
}

.index-banner01-inner img {
	cursor: pointer;
}

.index-banner02 {
	/* min-height: 937px; */
	background-image: url(index-banner02.png);
	background-repeat: repeat;
	background-size: cover;
	overflow: hidden;
}

.section {
	overflow: hidden;
}

.index-banner01li {
	height: 716px;
	position: absolute;
	width: 88%;
	overflow: hidden;
	left: 200px;
	top: -75px;
	transform: rotate(-15deg);
}

.index-banner02-left {
	float: left;
	width: 740px;
	margin-top: 100px;
	overflow: hidden;
	min-height: 570px;
}

.index-banner02-title-e {
	font-size: 54px;
	color: #333333;
	text-transform: uppercase;
	font-family: 'ba'
}

.index-banner02-title {
	font-size: 30px;
	color: #333;
	margin-bottom: 50px;
}

.index-banner02-title span {
	color: #2cc0f3;
}

.index-banner02-text {
	text-align: justify;
	color: #333333;
	font-size: 16px;
	line-height: 2;
	/* word-break: break-all; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}

.index-banner02-gengduo a {
	display: block;
	width: 156px;
	height: 56px;
	line-height: 56px;
	border-radius: 28px;
	border: 1px solid #959595;
	font-size: 16px;
	color: #333333;
	text-align: center;
	transition: 0.4s;
	box-sizing: border-box;
}

.index-banner02-gengduo {
	width: 156px;
	height: 56px;
	line-height: 56px;
	border-radius: 28px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 75px;
}

.index-banner02-gengduo img {
	margin-left: 10px;
}

.index-banner02-gengduo a:hover {
	border: 1px solid #2cc0f3;
	background-color: #2cc0f3;
	color: #FFFFFF;
}

.index-banner02-gengduo .gengduo01 {
	display: none;
}

.index-banner02-gengduo a:hover .gengduo00 {
	display: none;
}

.index-banner02-gengduo a:hover .gengduo01 {
	display: inline-block;
}

.index-banner02-right {
	float: right;
	margin-top: 180px;
	position: relative;
	width: 804px;
	height: 618px;
}

.index-banner02-right .dt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.dt-wuhanb {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 234px;
	right: 280px;
}

.dt-wuhan {
	position: absolute;
	bottom: 0px;
	right: 0px;
	top: 0;
	left: -28px;
	margin: auto;
	z-index: 9;
	-webkit-transform: rotate(0deg);
	animation: rotation 3s linear infinite;
	-moz-animation: rotation 3s linear infinite;
	-webkit-animation: rotation 3s linear infinite;
	-o-animation: rotation 3s linear infinite;
}

.dt-huangsb {
	position: absolute;
	bottom: 210px;
	z-index: 10;
	right: 252px;
	width: 20px;
	height: 20px;
}

.dt-huangs {
	position: absolute;
	bottom: 0px;
	right: 0px;
	top: 0;
	left: -28px;
	margin: auto;
	-webkit-transform: rotate(0deg);
	animation: rotation 3s linear infinite;
	-moz-animation: rotation 3s linear infinite;
	-webkit-animation: rotation 3s linear infinite;
	-o-animation: rotation 3s linear infinite;
}

.dt-szb {
	position: absolute;
	bottom: 100px;
	right: 220px;
	width: 20px;
	height: 20px;
}

#fp-nav ul li a span {
	background: #FFFFFF !important;
}

.dt-sz {
	position: absolute;
	bottom: 0px;
	right: 0px;
	top: 0;
	left: -28px;
	margin: auto;
	-webkit-transform: rotate(0deg);
	animation: rotation 1.5s linear infinite;
	-moz-animation: rotation 1.5s linear infinite;
	-webkit-animation: rotation 1.5s linear infinite;
	-o-animation: rotation 1.5s linear infinite;
}

.dt-wuhann,
.dt-szz,
.dt-huangss {
	position: relative;
	cursor: pointer;
	z-index: 90;
}

@-webkit-keyframes rotation {
	0% {
		transform: scale(0.8);
	}

	100% {
		transform: scale(1.2);
	}
}

.index-banner02-right .text {
	font-size: 14px;
	color: #000000;
}

.text-huangs {
	position: absolute;
	bottom: 180px;
	right: 250px;
}

.text-wuhan {
	position: absolute;
	bottom: 200px;
	right: 276px;
}

.text-shenzhen {
	position: absolute;
	bottom: 60px;
	right: 220px;
}

.index-banner02-right .yc {
	opacity: 0;
}

.index-banner02-right .xs {
	opacity: 1;
}

.index-banner02-right .yc img {
	z-index: 11;
	position: relative;
}

.wuhan-img {
	position: absolute;
	bottom: 330px;
	right: 140px;
	transition: 0.4s;
}

.wuhan-span {
	width: 1px;
	height: 150px;
	background-color: #b2b2b2;
	position: absolute;
	bottom: 270px;
	right: 292px;
	transition: 0.4s;
}

.hs-img {
	position: absolute;
	bottom: 302px;
	right: 112px;
	transition: 0.4s;
}

.hs-span {
	width: 1px;
	height: 0px;
	background-color: #b2b2b2;
	position: absolute;
	bottom: 242px;
	right: 264px;
	transition: 0.4s;
}

.sz-img {
	position: absolute;
	bottom: 35px;
	right: 400px;
	transition: 0.4s;
}

.sz-span {
	width: 0px;
	height: 1px;
	background-color: #b2b2b2;
	position: absolute;
	bottom: 105px;
	right: 250px;
	transition: 0.4s;
}

.index-banner03 {
	background-image: url(index-banner03.png);
	/* min-height: 937px; */
	position: relative;
	background-repeat: repeat;
	background-size: cover;
}

.index-banner03 .index-banner02-left .index-banner02-title-e {
	color: #FFFFFF;
}

.index-banner03 .index-banner02-left .index-banner02-title {
	color: #FFFFFF;
}

.index-banner03-item01-img {
	position: absolute;
	top: 37%;
	left: 55%;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	animation: rotation001 3s linear infinite;
	-moz-animation: rotation001 3s linear infinite;
	-webkit-animation: rotation001 3s linear infinite;
	-o-animation: rotation001 3s linear infinite;
}

@-webkit-keyframes rotation001 {
	0% {
		transform: rotate(720deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.index-banner03-item01-span {
	position: absolute;
	width: 280px;
	height: 1px;
	background-color: #73f9ff;
	top: 44%;
	left: 60%;
	transition: 0.4s;
}

.index-banner03-item01-right {
	position: absolute;
	top: 28%;
	left: 75%;
	transition: 0.4s;
	width: 130px;
}

.index-banner03-item01-right-p {
	position: absolute;
	top: 60%;
	left: 71%;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 600;
	/* text-transform: uppercase; */
	transition: 0.4s;
}

.index-banner03-item02-img {
	position: absolute;
	top: 61%;
	left: 50%;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	animation: rotation001 3s linear infinite;
	-moz-animation: rotation001 3s linear infinite;
	-webkit-animation: rotation001 3s linear infinite;
	-o-animation: rotation001 3s linear infinite;
}

.index-banner03-item02-span {
	position: absolute;
	width: 0px;
	height: 1px;
	background-color: #73f9ff;
	top: 67%;
	left: 55%;
	transition: 0.4s;
}

.index-banner03-item02-right {
	position: absolute;
	top: 56%;
	left: 70%;
	transition: 0.4s;
	width: 175px;
}

.index-banner03-item02-right-p {
	position: absolute;
	top: 80%;
	left: 77%;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 600;
	/* text-transform: uppercase; */
	transition: 0.4s;
}

.index-banner03-item03-img {
	position: absolute;
	top: 63%;
	left: 22%;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	animation: rotation001 3s linear infinite;
	-moz-animation: rotation001 3s linear infinite;
	-webkit-animation: rotation001 3s linear infinite;
	-o-animation: rotation001 3s linear infinite;
}

.index-banner03-item03-span {
	position: absolute;
	width: 0px;
	height: 1px;
	background-color: #73f9ff;
	top: 70%;
	left: 27%;
	transition: 0.4s;
}

.index-banner03-item03-right {
	position: absolute;
	top: 48%;
	left: 69%;
	transition: 0.4s;
	width: 130px;
}

.index-banner03-item03-right-p {
	position: absolute;
	top: 83%;
	left: 70%;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 600;
	/* text-transform: uppercase; */
	transition: 0.4s;
}




.index-banner03-item04-img {
	position: absolute;
	top: 53%;
	left: 43%;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	animation: rotation001 3s linear infinite;
	-moz-animation: rotation001 3s linear infinite;
	-webkit-animation: rotation001 3s linear infinite;
	-o-animation: rotation001 3s linear infinite;
}

.index-banner03-item04-span {
	position: absolute;
	width: 0px;
	height: 1px;
	background-color: #73f9ff;
	top: 60%;
	left: 48%;
	transition: 0.4s;
}

.index-banner03-item04-right {
	position: absolute;
	top: 43%;
	left: 69%;
	transition: 0.4s;
	width: 175px;
}

.index-banner03-item04-right-p {
	position: absolute;
	top: 70%;
	left: 71%;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 600;
	/* text-transform: uppercase; */
	transition: 0.4s;
}



.index-banner03-item05-img {
	position: absolute;
	top: 49%;
	left: 54%;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	animation: rotation001 3s linear infinite;
	-moz-animation: rotation001 3s linear infinite;
	-webkit-animation: rotation001 3s linear infinite;
	-o-animation: rotation001 3s linear infinite;
}

.index-banner03-item05-span {
	position: absolute;
	width: 0px;
	height: 1px;
	background-color: #73f9ff;
	top: 56%;
	left: 59%;
	transition: 0.4s;
}

.index-banner03-item05-right {
	position: absolute;
	top: 40%;
	left: 72%;
	transition: 0.4s;
	width: 140px;
}

.index-banner03-item05-right-p {
	position: absolute;
	top: 70%;
	left: 69%;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 600;
	/* text-transform: uppercase; */
	transition: 0.4s;
}






.index-banner03 .yc {
	opacity: 0;
}

.index-banner03 .xs {
	opacity: 1;
}

.positiontitle {
	top: 125px;
}

.index-banner03-content {
	position: relative;
	width: 85%;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 550px;
	margin: auto;
}

.index-banner04 {
	background-image: url(index-banner04.png);
	/* min-height: 937px; */
	/* background-repeat: repeat; */
	background-size: cover;
}

.index-banner04-list {
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding-bottom: 80px;
}


.index-banner04-itme:nth-child(7) {
	margin-left: 80px;
}

.index-banner04-itme:nth-child(18) {
	margin-left: 80px;
}

.index-banner04-itme:nth-child(29) {
	margin-left: 80px;
}

.index-banner04-itme:nth-child(40) {
	margin-left: 80px;
}

.index-banner04-itme:nth-child(51) {
	margin-left: 80px;
}

.index-banner04-itme:nth-child(62) {
	margin-left: 80px;
}

.index-banner04-itme:nth-child(73) {
	margin-left: 80px;
}

.index-banner04-itme:nth-child(84) {
	margin-left: 80px;
}

.index-banner04-itme:nth-child(95) {
	margin-left: 80px;
}

.index-banner04-itme:nth-child(11n) {
	margin-right: 80px;
}

.index-banner04-itmessj {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 110px 60px 110px;
	border-color: transparent transparent #fff transparent;
}

.index-banner04-itmexsj {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 110px 0 110px;
	border-color: #FFFFFF transparent transparent transparent;
}

.index-banner04-itme-inner {
	width: 220px;
	background-color: #FFFFFF;
	height: 124px;
	position: relative;
}

.index-banner04-itme-inner img {
	max-width: 80%;
	height: 80%;
	transition: 0.4s;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.index-banner04-itme {
	display: inline-block;
	width: 220px;
	height: 128px;
	position: relative;
	margin: 0 15px;
	margin-bottom: 80px;
}

.index-banner04-itme:hover img {
	transform: rotate(360deg);
	cursor: pointer;
}

.index-banner04 .index-banner02-gengduo {
	margin: 0 auto;
	margin-top: 10px;
}



#sectionfoot {
	height: auto !important;
}

/* .fp-tableCell {
	height: auto !important;
} */

.index-foot {
	width: 100%;
	background-color: #303030;
	overflow: hidden;
	padding-top: 45px;
}

.index-foot-right {
	float: right;
}

.index-foot-right-img {
	width: 165px;
	height: 165px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.index-foot-right-img img {
	display: block;
	width: 135px;
	height: 135px;
	margin: 15px auto;
}

.index-foot-right p {
	text-align: center;
	color: #b0b0b0;
	font-size: 16px;
	display: block;
	margin-top: 8px;
	margin-bottom: 25px;
}

.index-foot-left {
	float: left;
	overflow: hidden;
}

.index-foot-left-head {
	width: 1380px;
	padding-bottom: 20px;
	border-bottom: 1px solid #454545;
	margin-bottom: 28px;
}

.index-foot-left-head li {
	display: inline-block;
	margin-right: 75px;
}

.index-foot-left-head li a {
	font-size: 16px;
	color: #ffffff;
}

.index-foot-left-head li a:hover {
	color: #2cc0f3;
}

.foot-bah {
	color: #8d8d8d;
	font-size: 16px;
	margin-bottom: 5px;
}

.foot-jszc {
	color: #8d8d8d;
	font-size: 16px;
}

.foot-bah a {
	color: #8d8d8d;
	font-size: 16px;
}

.foot-jszc a {
	color: #8d8d8d;
	font-size: 16px;
}

.llxxwwmm-title {
	font-size: 24px;
	color: #000000;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 27px;
	padding-top: 80px;
	margin-bottom: 65px;
}

.llxxwwmm-list {
	margin-bottom: 85px;
	height: 218px;
}

.llxxwwmm-item {
	float: left;
	width: 488px;
	height: 218px;
	background-color: #f8f8f8;
	margin-right: 68px;
	position: relative;
	transition: 0.4s;
}

.llxxwwmm-item:nth-child(3) {
	margin-right: 0;
}

.llxxwwmm-item-img {
	margin-top: 45px;
	text-align: center;
}

.llxxwwmm-item p {
	text-align: center;
	color: #333333;
	font-size: 24px;
	position: absolute;
	bottom: 36px;
	left: 0;
	right: 0;
}

.inner-banner {
	width: 100%;
	/* height: 495px; */
	overflow: hidden;
}

.inner-banner img {
	width: 100%;
	/* height: 100%; */
}

.llxxwwmm-item:hover {
	box-shadow: 0px 0px 4px 4px #EEEEEE;
	/* background-color: #2cc0f3; */
}

.llxxwwmm-foot {
	overflow: hidden;
	margin-bottom: 100px;
	background-color: #f8f8f8;
	height: 619px;
	overflow: hidden;
}

.llxxwwmm-foot .hd {
	width: 639px;
	float: left;
}

.llxxwwmm-foot .tempWrap {
	width: 960px !important;
	border: 1px solid #2CC0F3;
	box-sizing: border-box;
}

.llxxwwmm-foot-right {
	width: 960px;
	height: 619px;
	box-sizing: border-box;
	/* border: 1px solid #2CC0F3; */
}

.llxxwwmm-foot-left {
	float: left;
	margin-left: 24px;
	width: 639px;
}

.llxxwwmm-foot-left-item {
	border-bottom: 1px solid #EEEEEE;
	padding-top: 60px;
	padding-bottom: 15px;
	cursor: pointer;
	transition: 0.4s;
	margin-left: 25px;
	margin-right: 25px;
}

.llxxwwmm-foot-left-item:hover {
	border-bottom: 1px solid #2CC0F3;
}

.llxxwwmm-foot .hd .on {
	border-bottom: 1px solid #2CC0F3;
}

.llxxwwmm-foot-left-title {
	font-size: 16px;
	color: #666666;
	font-weight: 600;
}

.llxxwwmm-foot-left-text {
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
}

.inner-nav {
	height: 76px;
	box-shadow: 0px 4px 4px 0px #eee;
	width: 100%
}

.inner-nav-left {
	float: left;
}

.inner-nav-left li {
	float: left;
	transition: 0.4s;
}

.inner-nav-left li a {
	display: block;
	line-height: 76px;
	padding: 0 30px;
	font-size: 16px;
	color: #3c3c3c;
	box-sizing: border-box;
	border-left: 1px solid #EEEEEE;
	transition: 0.4s;
}

.maskweap {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	z-index: 999;
	display: none;
}

.bigimg {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.inner-nav-left li .a {
	display: block;
	line-height: 76px;
	padding: 0 30px;
	font-size: 16px;
	color: #3c3c3c;
	box-sizing: border-box;
	border-left: 1px solid #EEEEEE;
	transition: 0.4s;
	cursor: pointer;
}

.inner-nav-left li a:nth-last-child(1) {
	border-right: 1px solid #EEEEEE;
}

.inner-nav-left .on {
	color: #FFFFFF !important;
	background-color: #76d0ff;
}

.inner-nav-left li a:hover {
	color: #FFFFFF !important;
	background-color: #76d0ff;
}

.inner-nav-left li .a:hover {
	color: #FFFFFF !important;
	background-color: #76d0ff;
}

.inner-nav-right {
	float: right;
	line-height: 76px;
	font-size: 16px;
	color: #999999;
}

.inner-nav-right a {
	font-size: 16px;
	color: #999999;
}

.inner-nav-right a:nth-last-child(1) {
	color: #22bdff;
}

.news-content {
	overflow: hidden;
}

.news-content-title-e {
	font-size: 54px;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	margin-top: 70px;
	font-family: "ba";
	font-weight: normal;
}

.news-content-title {
	text-align: center;
	font-size: 30px;
	color: #333333;
	margin-bottom: 60px;
}

.news-content-item {
	width: 100%;
	height: 280px;
	background-color: #f8f8f8;
}

.news-content-lb {
	width: 100%;
	height: 1140px;
}

.news-content-lb .swiper {
	width: 100%;
	height: 100%;
	position: relative;
}

.news-content-lb .swiper .swiper-pagination {
	bottom: 130px !important;
}

.news-content-lb .swiper .swiper-pagination-bullet {
	width: 38px !important;
	height: 38px !important;
	margin: 0 25px !important;
	border: 3px solid #eee !important;
	background-color: rgba(0, 0, 0, 0);
	opacity: 1;
	box-sizing: border-box;
	outline: none !important;
}

.news-content-lb .swiper .swiper-pagination-bullet-active {
	background-color: #76d0ff !important;
	border: 3px solid #76d0ff !important;
	outline: none !important;
}

.news-content-lb .swiper .swiper-slide {
	height: 280px;
	margin-bottom: 40px;
}

.news-content-item-left {
	float: left;
	width: 500px;
	height: 100%;
	overflow: hidden;
}

.news-content-item-left img {
	max-width: 100%;
	transition: 0.4s;
}

.news-content-item:hover .news-content-item-left img {
	transform: scale(1.05);
}

.news-content-item-right {
	float: left;
	width: 68%;
	box-sizing: border-box;
	padding-left: 35px;
	padding-right: 35px;
}

.news-content-item-right-title {
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	margin-top: 45px;
	margin-bottom: 20px;
}

.news-content-item-right-time {
	font-size: 30px;
	color: #666666;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 25px;
	font-family: 'ba'
}

.news-content-item-right-text {
	font-size: 16px;
	color: #999999;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.gywom-banner01-content {
	margin-bottom: 60px;
	overflow: hidden;
}

.gywom-banner01-content-left {
	/* word-break:break-all !important; */
	float: left;
	text-align: justify;
	width: 862px;
	/* height: 400px; */
	background-color: #fafdff;
	line-height: 2;
	font-size: 16px;
	color: #666666;
	padding-bottom: 10px;
}

.gywom-banner01-content-left * {
	max-width: 100%;
}

.gywom-banner01-content-right {
	float: right;
	width: 715px;
	height: 400px;
}

.gywom-banner01-content-right img {
	max-width: 100%;
}

.gywom-banner02 {
	background-image: url(gywom-banner02.png);
	overflow: hidden;
	background-repeat: repeat;
	background-size: cover;
}

.gywom-banner02-content-img {
	box-shadow: 0 0 4px 4px #EEEEEE;
	z-index: 1;
}

.gywom-banner02-content-img img {
	width: 100%;
}

.gywom-banner03 {
	margin-top: -145px;
	z-index: 10;
	background-color: #FFFFFF;
	height: 1025px;

}

.gywom-banner03-content {
	margin-top: 70px;
	background-image: url(gywom-banner03-content.png);
	height: 1025px;
	position: relative;
	background-repeat: repeat;
	background-size: cover;
}


.gywom-banner03-contentt {
	background-image: url(gywom-banner033-content.png) !important;
}

.gywom-banner03-content-title {
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	transition: 0.4s;
}

.gywom-banner03-content-text {
	font-size: 16px;
	color: #666666;
	line-height: 1.75;
	margin-top: 5px;
	transition: 0.4s;
}

.gywom-banner03-content-item:hover .gywom-banner03-content-title {
	color: #2cc0f3;
}

.gywom-banner03-content-item:hover .gywom-banner03-content-text {
	color: #2cc0f3;
}

.gywom-banner03-content-item {
	text-align: center;
	position: absolute;
	cursor: pointer;
}

.gywom-banner03-content-item:nth-child(1) {
	width: 208px;
	left: 160px;
	top: 560px;
}

.gywom-banner03-content-item:nth-child(2) {
	width: 200px;
	left: 450px;
	top: 720px;
}

.gywom-banner03-content-item:nth-child(3) {
	width: 160px;
	right: 180px;
	top: 525px;
}

.gywom-banner04-content {
	background-image: url(gywom-banner04.png);
	width: 100%;
	height: 690px;
	overflow: hidden;
	position: relative;
}

.gywom-banner04-content .swiper-container {
	width: 1600px;
	margin: 0 auto;
	position: relative;
	margin-top: 200px;
}

.banner01-title01 {
	width: 100%;
	height: 100%;
}

.banner01-title01 img {
	display: block !important;
}

.gywom-banner04-item-title {
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	font-family: "ba";
}

.gywom-banner04-item-span {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #FFFFFF;
	margin: 0 auto;
}

.gywom-banner04-item-text {
	text-align: center;
	font-size: 0px;
	color: #ffffff;
	font-weight: 600;
}

.swiper-slide-active .gywom-banner04-item-title {
	font-size: 60px;
	margin-top: -36px;
}

.swiper-slide-active .gywom-banner04-item-text {
	font-size: 18px;
	margin-top: 30px;
}

.gywom-banner04-content-span {
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	top: 263px;
}

.gywom-banner04-content .swiper-button-prev {
	width: 90px !important;
	height: 90px !important;
	background-color: #FFFFFF;
	border-radius: 50%;
	top: 33%;
	outline: none;
}

.gywom-banner04-content .swiper-button-next {
	width: 90px !important;
	height: 90px !important;
	background-color: #FFFFFF;
	border-radius: 50%;
	top: 33%;
	outline: none;
}


.index-banner05-item {
	width: 380px;
	height: 526px;
	position: relative;
	background-color: #F6F6F6;
	cursor: pointer;
}

.index-banner05-item-img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.gywom-banner05 .mySwiper {
	position: relative;
	padding-bottom: 150px;
}

.index-banner05-item-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #8ad6fd;
	opacity: 0;
	transition: 0.4s;
}

.index-banner05-item-mask img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.index-banner05-item:hover .index-banner05-item-mask {
	opacity: 0.8;
}

.gywom-banner05 .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	margin: 0 8px !important;
	background-color: #f4f4f4;
	opacity: 1;
}

.gywom-banner05 .swiper-pagination {
	bottom: 65px !important;
}

.gywom-banner05 .swiper-pagination-bullet-active {
	background-color: #76d0ff;
}

.gongc-list {
	overflow: hidden;
	margin-bottom: 75px;
	margin-top: 50px;
}

.gongc-item {
	width: 100%;
	height: 260px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
}

.gongc-item-left {
	float: left;
	width: 390px;
	height: 240px;
	overflow: hidden;
	margin-right: 30px;
}

.gongc-item-left img {
	width: 100%;
	height: 100%;
}

.gongc-item-content {
	float: left;
	width: 855px;
}

.gongc-item-content-title {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gongc-item-content-text {
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 1.75;
}

.gongc-item-right {
	float: right;
	padding-left: 100px;
	border-left: 1px solid #f8f8f8;
	height: 240px;
}

.gongc-item-right-btn {
	display: block;
	width: 138px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 30px;
	border: 1px solid #EEEEEE;
	margin-top: 50px;
	font-size: 16px;
	color: #666666;
	transition: 0.4s;
}

.gongc-item:hover .gongc-item-right-btn {
	color: #FFFFFF;
	background-color: #2cc0f3;
}

.gongc-item:hover .gongc-item-right-btn a {
	color: #FFFFFF;
	background-color: #2cc0f3;
}

.inner-nav-right-img {
	margin-right: 10px;
	margin-top: -3px;
}

.products-info-content {
	overflow: hidden;
	box-shadow: 0 0 4px 4px #EEEEEE;
	margin: 45px 0 55px;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.products-info-left {
	float: left;
	width: 1140px;
	margin-bottom: 100px;
}

.products-info-left-title {
	/* height: 100px; */
	/* line-height: 100px; */
	margin-top: 30px;
	padding-bottom: 30px;
	font-size: 24px;
	color: #333333;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}

.products-info-right {
	float: right;
	width: 270px;
	margin-bottom: 100px;
}

.products-info-right-title {
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	color: #333333;
	position: relative;
	box-sizing: border-box;
	padding-left: 18px;
}

.products-info-right-title-span {
	width: 3px;
	height: 20px;
	background-color: #44c8ff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.products-info-right-item {
	border-bottom: 1px dashed #DDDDDD;
	padding: 20px 0px 15px;
}

.products-info-right-item-head {
	color: #666666;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
}

.products-info-right-item-head img {
	margin-right: 8px;
	margin-bottom: -6px;
}

.products-info-right-item-text {
	color: #666666;
	font-size: 16px;
}

.products-info-right-item-text img {
	width: 100px;
	height: 100px;
}

.products-info-left-content * {
	max-width: 100%;
	word-break: break-word !important;
}

.products-info-left-content {
	color: #333;
	font-size: 16px;
	line-height: 1.75;
	word-break: break-word;
}

.products-info-content-foot {
	width: 100%;
	float: left;
}

.shangyipian {
	color: #666666;
	font-size: 16px;
	margin-bottom: 10px;
}

.shangyipian a {
	color: #666666;
	font-size: 16px;
}

.shangyipian a:hover {
	color: #2cc0f3;
}

.qicfuwu-title {
	font-size: 32px;
	color: #333333;
	margin-top: 70px;
	margin-bottom: 20px;
	text-align: center;
}

.qicfuwu-title-inner {
	font-size: 16px;
	color: #666666;
	text-align: center;
}

.qicfuwu-list {
	margin-top: 60px;
	overflow: hidden;
}

.qicfuwu-item {
	width: 505px;
	height: 469px;
	margin-right: 42px;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	float: left;
	margin-bottom: 35px;
	position: relative;
	overflow: hidden;
}

.qicfuwu-item-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(118, 208, 255, 0.5);
	opacity: 0;
	transition: 0.4s;
	cursor: pointer;
}

.qicfuwu-item:hover .qicfuwu-item-mask {
	opacity: 1;
}

.qicfuwu-item-mask img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.qicfuwu-item:nth-child(3n) {
	margin-right: 0;
}

.qicfuwu-item-head {
	width: 92%;
	height: 350px;
	position: relative;
	margin: 20px 20px 10px;
	overflow: hidden;
}

.qicfuwu-item-head img {
	position: absolute;
	max-width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.qicfuwu-item-title {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	padding: 0 15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qicfuwu-item-text {
	font-size: 16px;
	color: #999999;
	text-align: center;
	padding: 0 15px;
	margin-top: 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 24px;
}

.qicfuwu-info-head {
	margin-top: 70px;
	margin-bottom: 40px;
	overflow: hidden;
}

.qicfuwu-info-head-left {
	float: left;
	width: 460px;
	height: 350px;
	margin-right: 30px;
	background-color: #F8F8F8;
	position: relative;
}

.qicfuwu-info-head-left img {
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.qicfuwu-info-head-right {
	float: right;
	width: 1100px;
	height: 350px;
	background-color: #f8f8f8;
	position: relative;
	padding: 40px;
	box-sizing: border-box;
}

.qicfuwu-info-head-right-title {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 25px;
}

.qicfuwu-info-head-right-text {
	color: #999999;
	font-size: 16px;
	line-height: 1.75;
}

.qicfuwu-info-head-right-foot a {
	display: block;
	width: 170px;
	height: 60px;
	border-radius: 30px;
	text-align: center;
	line-height: 60px;
	color: #44c8ff;
	font-size: 16px;
	border: 1px solid #44c8ff;
	position: absolute;
	bottom: 40px;
}

.index-banner04 .index-banner02-left {
	margin-top: 100px;
}

.qicfuwu-info-gais {
	width: 232px;
	height: 84px;
	text-align: center;
	line-height: 84px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	background-color: #44c8ff;
	margin-bottom: 6px;
}

.qicfuwu-info-text {
	padding: 40px 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 30px;
	color: #666;
	line-height: 1.75;
	font-size: 16px;
	overflow: hidden;
}

.qicfuwu-info-text * {
	max-width: 100%;
}

.qicfuwu-info-foot {
	width: 100%;
	overflow: hidden;
	margin-bottom: 65px;
}

.qicfuwu-info-foot-left {
	float: left;
	width: 50%;
	color: #666666;
	font-size: 16px;
	line-height: 40px;
}

.qicfuwu-info-foot-left em {
	display: inline-block;
	width: 107px;
	height: 40px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
	background-color: #f8f8f8;
}

.qicfuwu-info-foot-left a {
	line-height: 40px;
	color: #666666;
	font-size: 16px;
	margin-left: 5px;
}

.qicfuwu-info-foot-right {
	float: left;
	width: 50%;
	color: #666666;
	font-size: 16px;
	line-height: 40px;
}

.qicfuwu-info-foot-right em {
	display: inline-block;
	width: 107px;
	height: 40px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
	background-color: #f8f8f8;
}

.qicfuwu-info-foot-right a {
	line-height: 40px;
	color: #666666;
	font-size: 16px;
	margin-left: 5px;
}

.qicfuwu-info-foot-right a:hover {
	color: #2cc0f3;
}

.qicfuwu-info-foot-left a:hover {
	color: #2cc0f3;
}

.dianzhiyewu {
	background-image: url(dianzhiyewu.png);
	background-repeat: repeat;
	background-size: cover;
	min-height: 760px;
}

.dianzhiyewu-title {
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin-top: 45px;
	font-weight: 600;
	margin-bottom: 5px;
}

.dianzhiyewu-title-text {
	color: #666666;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

.overflow {
	overflow: hidden;
}

.dianzhiyewu-content {
	width: 100%;
	min-height: 300px;
	background-color: #FFFFFF;
	padding: 45px;
	box-sizing: border-box;
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 100px;
}

.dianzhiyewu-content * {
	max-width: 100%;
}


.layui-laypage {
	width: 100%;
	text-align: center;
	margin-bottom: 80px !important;
}

.layui-laypage * {
	margin-right: 10px !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	margin-right: 0 !important;
	background-color: #44c8ff;
}

.layui-laypage .layui-laypage-curr em {
	margin-right: 0 !important;
}

.layui-laypage a {
	font-size: 14px;
	color: #333333;
}

.layui-laypage a:hover {
	color: #44c8ff;
}

.layui-laypage .layui-laypage-count {
	border: 1px solid #DDDDDD;
	font-size: 14px;
	color: #333333;
	padding: 0 15px;
}

@media only screen and (min-width: 1450px) and (max-width:1650px) {
	.index-banner04 .index-banner02-gengduo {
		/* margin-top: -40px; */
	}


	.index-banner03-item01-right-p {
		top: 55%;
		left: 74%;
		text-align: center;
	}


	.index-banner03-item01-span {
		top: 38%;
	}

	.index-banner03-item02-img {
		top: 46%;
	}

	.index-banner03-item02-span {
		top: 50%;
	}

	.index-banner03-item02-right {
		top: 32%;
	}

	.index-banner03-item02-right-p {
		top: 62%;
	}

	.index-banner02-left {
		min-height: 0;
	}

	.index-banner03-item03-img {
		top: 53%;
		left: 23%;
		width: 5%;
	}

	.index-banner03-item03-span {
		top: 60%;
	}

	.index-banner03-item03-right {
		top: 44%;
		left: 72%;
	}

	.index-banner03-item03-right-p {
		left: 72%;
	}

	.index-banner03-item04-img {
		top: 45%;
		left: 45%;
		width: 5%;
	}

	.index-banner03-item04-span {
		top: 52%;
		left: 50%;
	}

	.index-banner03-item04-right {
		top: 40%;
	}

	.index-banner03-item04-right-p {
		top: 67%;
	}

	.index-banner03-item05-img {
		width: 5%;
		top: 45%;
		left: 56%;
	}

	.index-banner03-item05-span {
		top: 51%;
		left: 60%;
	}

	.index-banner03-item01-img {
		top: 34%;
		left: 56%;
		width: 5%;
	}

	.index-banner03-item01-span {
		top: 40%;
		left: 61%;
	}

	.index-banner03-item01-right {
		top: 21%;
		left: 82%;
		width: 11%;
	}

	.index-banner03-item02-img {
		top: 52%;
		width: 5%;
	}

	.index-banner03-content {
		top: 40px;
	}

	.index-banner03-item02-span {
		top: 58%;
	}

	.index-banner03-item02-right {
		width: 18%;
		top: 47%;
		left: 74%;

	}

	.index-banner03-item02-right-p {
		top: 72%;
		left: 85%;
	}


	.index-banner04 .index-banner02-title {
		margin-bottom: 0;
	}

	.news-content-item-right {
		width: 64%;
	}

	.margin-c {
		width: 1400px;
	}

	.logo a {
		margin-right: 245px;
	}

	.index-banner02-left {
		width: 580px;
		margin-top: 100px;
	}

	.index-banner02-right {
		margin-top: 100px;
	}

	.index-banner03 {
		/* background-position-x: -150px; */
	}

	.index-banner03.index-banner03 .index-banner02-left .index-banner02-title-e {
		font-size: 48px;
	}


	.index-banner04 .fp-tableCell .index-banner04-itme:nth-child(7) {
		margin-left: 0px;
	}

	.index-banner04 .fp-tableCell .index-banner04-itme:nth-child(6) {
		margin-left: 20px;
	}

	.index-banner04 .fp-tableCell .index-banner02-left {
		margin-top: 50px !important;
		margin-bottom: 70px;
	}

	.index-banner04 .fp-tableCell .index-banner04-itme {
		margin: 0 5px;
		margin-bottom: 50px;
		width: 200px;
	}

	.index-banner04 .fp-tableCell .index-banner04-itmessj {
		border-width: 0 90px 50px 90px;
	}

	.index-banner04 .fp-tableCell .index-banner04-itmexsj {
		border-width: 50px 90px 0 90px;
	}

	.index-banner04 .fp-tableCell .index-banner04-itme-inner {
		width: 180px;
		height: 100px;
	}

	.index-banner04 .fp-tableCell .index-banner04-itme:nth-last-child(1) {
		display: none;
	}

	.index-banner04 .fp-tableCell .index-banner04-itme:nth-last-child(2) {
		display: none;
	}

	.gywom-banner01-content-left {
		width: 650px;
	}

	.gywom-banner03-content {
		height: 890px;
	}

	.gywom-banner03-content-item:nth-child(1) {
		left: 123px;
		top: 480px;
	}




	.gywom-banner03-content-item:nth-child(2) {
		left: 375px;
		top: 620px;
	}

	.gywom-banner03-content-item:nth-child(3) {
		right: 148px;
		top: 455px;
	}

	.gywom-banner04-content .swiper-container {
		width: 1400px;
	}

	.index-banner05-item {
		width: 320px;
		height: 460px;
	}

	.gongc-item-content {
		width: 730px;
	}

	.gongc-item-right {
		padding-left: 55px;
	}

	.products-info-left {
		width: 1000px;
	}

	.index-foot-left-head {
		width: 1190px;
	}

	.qicfuwu-item {
		width: 438px;
	}

	.news-content .index-banner04-itme {
		margin: 0 5px 80px;
	}

	.index-banner04-itme:nth-child(7) {
		margin-left: 80px;
	}

	.index-banner04-itme:nth-child(18) {
		margin-left: 80px;
	}

	.index-banner04-itme:nth-child(29) {
		margin-left: 80px;
	}

	.index-banner04-itme:nth-child(40) {
		margin-left: 80px;
	}

	.index-banner04-itme:nth-child(51) {
		margin-left: 80px;
	}

	.index-banner04-itme:nth-child(62) {
		margin-left: 80px;
	}

	.index-banner04-itme:nth-child(73) {
		margin-left: 80px;
	}

	.index-banner04-itme:nth-child(84) {
		margin-left: 80px;
	}

	.index-banner04-itme:nth-child(95) {
		margin-left: 80px;
	}

	.index-banner04-itme:nth-child(11n) {
		margin-right: 80px;
	}

	.llxxwwmm-item {
		margin-right: 40px;
		width: 440px;
	}

	.llxxwwmm-foot .tempWrap {
		width: 900px !important;
	}

	.llxxwwmm-foot .hd {
		width: 500px;
	}

	.qicfuwu-info-head-right {
		width: 910px;
	}
}

@media only screen and (min-width: 1250px) and (max-width:1449px) {


	.index-banner03-item05-img {
		width: 5%;
		top: 40%;
		left: 58%;
	}

	.index-banner03-item05-span {
		top: 45%;
		left: 62%;
	}

	.index-banner03-item05-right {
		top: 33%;
	}

	.index-banner03-item05-right-p {
		top: 62%;
		left: 67%;
	}


	.index-banner03-item01-img {
		width: 5%;
		top: 31%;
		left: 58%;
	}

	.index-banner03-item01-span {
		top: 36%;
		left: 64%;
	}

	.index-banner03-item01-right {
		width: 10%;
		left: 83%;
		top: 25%;
	}

	.index-banner03-item02-img {
		top: 48%;
		width: 5%;
		left: 52%;
	}

	.index-banner03-item02-span {
		top: 53%;
		left: 57%;
	}

	.index-banner03-item01-right-p {
		top: 51%;
		left: 76%;
		text-align: center;
	}

	.index-banner03-item02-right {
		top: 44%;
		width: 18%;
		left: 70%;
	}

	.index-banner03-item02-right-p {
		top: 65%;
		left: 83%;
	}

	.index-banner03-item04-img {
		width: 5%;
		top: 42%;
		left: 47%;
	}

	.index-banner03-item04-span {
		top: 47%;
		left: 52%;
	}

	.index-banner03-item04-right {
		top: 36%;
		left: 70%;
	}

	.index-banner03-item04-right-p {
		top: 63%;
		left: 73%;
	}

	.index-banner03-item03-img {
		width: 5%;
		top: 50%;
		left: 25%;
	}

	.index-banner03-item03-span {
		top: 55%;
		left: 29%;
	}

	.index-banner03-item03-right {
		top: 37%;
		left: 77%;
	}

	.index-banner03-item03-right-p {
		top: 75%;
		left: 78%;
	}



	.margin-c {
		width: 1200px;
	}

	.logo a {
		margin-right: 45px;
	}

	.llxxwwmm-item {
		width: 380px;
		margin-right: 30px;
	}

	.llxxwwmm-list {
		margin-bottom: 60px;
	}

	.llxxwwmm-foot .tempWrap {
		width: 800px !important;
	}

	.llxxwwmm-foot .hd {
		width: 400px;
	}

	.news-content-item-right {
		width: 700px;
	}

	.news-content .index-banner04-itme {
		margin: 0 8px;
		margin-bottom: 120px;
	}

	.news-content .index-banner04-itme:nth-child(6) {
		margin-right: 15px;
	}

	.news-content .index-banner04-itme:nth-child(15) {
		margin-right: 15px;
	}

	.news-content .index-banner04-itme:nth-child(24) {
		margin-right: 15px;
	}

	.news-content .index-banner04-itme:nth-child(33) {
		margin-right: 15px;
	}

	.products-info-right {
		width: 200px;
	}

	.products-info-left {
		width: 860px;
		margin-bottom: 45px;
	}

	.gongc-item-right {
		padding-left: 20px;
	}

	.gongc-item-content {
		width: 600px;
	}

	.qicfuwu-item {
		width: 372px;
	}

	.qicfuwu-item-head {
		height: 260px;
	}

	.qicfuwu-item {
		height: 375px;
	}

	.qicfuwu-info-head-right {
		width: 710px;
	}

	.index-foot-left-head {
		width: 1000px;
	}

	.gywom-banner01-content-left {
		float: inherit;
		width: 100%;
	}

	.gywom-banner01-content-right {
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}

	.gywom-banner03-content {
		height: 745px;
	}

	.gywom-banner03 {
		height: 800px;
	}


	.gywom-banner03-content-item:nth-child(1) {
		left: 90px;
		top: 415px;
	}

	.gywom-banner03-content-item:nth-child(2) {
		left: 300px;
		top: 535px;
	}

	.gywom-banner03-content-item:nth-child(3) {
		right: 110px;
		top: 355px;
	}

	.gywom-banner04-content .swiper-container {
		width: 1200px;
	}

	.index-banner05-item {
		width: 270px;
		height: 380px;
	}

	.index-banner02-right {
		width: 60%;
		height: 540px;
		margin-top: 100px;
	}

	.index-banner02-left {
		width: 39%;
		min-height: 0px;
		position: absolute;
		top: 50px;
	}

	.index-banner03-content {
		top: 70px;
	}

	.index-banner04 .index-banner02-left {
		margin-top: 100px !important;
		margin-bottom: 70px;
	}

	.index-banner04 .index-banner02-gengduo {
		margin-top: 30px;
	}

	.index-banner02 .index-banner02-left {
		width: 39%;
		min-height: 0px;
		position: absolute;
		top: 0px;
	}


	.index-banner02-title-e {
		font-size: 34px;
	}

	.index-banner02-title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.index-banner02-text {
		line-height: 1.75;
	}


	.index-banner03 {
		/* background-position-x: -300px; */
	}


	.index-banner03 .index-banner02-left .index-banner02-title-e {
		font-size: 38px;
	}


	.section .index-banner04-itme {
		margin: 0 9px;
		margin-bottom: 80px;
	}

	.section .index-banner04-itme:nth-child(6) {
		margin-right: 4px;
	}

	.index-banner04 .index-banner02-left {
		margin-top: 100px;
	}

	.section .index-banner04-itme:nth-last-child(1) {
		/* display: none; */
	}

	.section .index-banner04-itme:nth-last-child(2) {
		/* display: none; */
	}

	.index-banner04 .index-banner02-title {
		margin-bottom: 0;
	}

	.section .index-banner04-itmessj {
		border-width: 0 70px 30px 70px;
	}

	.section .index-banner04-itme-inner {
		width: 140px;
		background-color: #FFFFFF;
		height: 85px;
	}

	.section .index-banner04-itmexsj {
		border-width: 30px 70px 0 70px;
	}

	/* .section .index-banner04-itme {
		margin: 0 9px;
		margin-bottom: 80px;
	}
 */
	.section .index-banner04-itme {
		margin-bottom: 8px;
		width: 130px;
		margin: 0 10px;
	}

	.index-banner04-list {
		padding-bottom: 40px;
	}

}

@media only screen and (min-width: 1150px) and (max-width:1249px) {

	.index-banner03-item01-img {
		top: 37%;
	}

	.index-banner03-item01-span {
		top: 41%;
	}

	.index-banner03-item02-img {
		top: 49%;
	}

	.index-banner03-item02-span {
		top: 53%;
	}

	.index-banner03-item02-right {
		top: 35%;
	}

	.index-banner03-item02-right-p {
		top: 65%;
	}

	.index-banner02 .index-banner02-title {
		margin-bottom: 50px;
		font-size: 24px;
	}

	.index-banner04 .index-banner02-title {
		margin-bottom: 50px;
		font-size: 24px;
	}

	.index-banner03 .index-banner02-left .index-banner02-title-e {
		font-size: 36px;
	}

	.index-banner03 .index-banner02-left .index-banner02-title {
		font-size: 36px;
	}

	.margin-c {
		width: 1100px;
	}

	.logo a {
		margin-right: 45px;
	}

	.llxxwwmm-item {
		width: 350px;
		margin-right: 25px;
	}

	.llxxwwmm-list {
		margin-bottom: 60px;
	}

	.llxxwwmm-foot .tempWrap {
		width: 750px !important;
	}

	.llxxwwmm-foot .hd {
		width: 350px;
	}

	.news-content-item-right {
		width: 600px;
	}

	.news-content .index-banner04-itme {
		margin: 0 8px;
		margin-bottom: 135px;
	}

	.news-content .index-banner04-itme:nth-child(6) {
		margin-right: 15px;
	}

	.news-content .index-banner04-itme:nth-child(15) {
		margin-right: 15px;
	}

	.news-content .index-banner04-itme:nth-child(24) {
		margin-right: 15px;
	}

	.news-content .index-banner04-itme:nth-child(33) {
		margin-right: 15px;
	}

	.products-info-right {
		width: 200px;
	}

	.products-info-left {
		width: 760px;
		margin-bottom: 45px;
	}

	.gongc-item-right {
		padding-left: 20px;
	}

	.gongc-item-content {
		width: 500px;
	}

	.qicfuwu-item {
		width: 338px;
	}

	.qicfuwu-item-head {
		height: 260px;
	}

	.qicfuwu-item {
		height: 375px;
	}

	.qicfuwu-info-head-right {
		width: 610px;
	}

	.index-foot-left-head {
		width: 900px;
	}

	.gywom-banner01-content-left {
		float: inherit;
		width: 100%;
	}

	.gywom-banner01-content-right {
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}

	.gywom-banner03-content {
		height: 700px;
	}

	.gywom-banner03 {
		height: 800px;
	}


	.gywom-banner03-content-item:nth-child(1) {
		left: 72px;
		top: 370px;
	}

	.gywom-banner03-content-item:nth-child(2) {
		left: 270px;
		top: 475px;
	}

	.gywom-banner03-content-item:nth-child(3) {
		right: 100px;
		top: 345px;
	}

	.gywom-banner04-content .swiper-container {
		width: 1100px;
	}

	.gywom-banner02-content-img {
		height: 450px;
	}

	.index-banner05-item {
		width: 255px;
		height: 360px;
	}

	.index-banner02-right {
		width: 73%;
	}

	.index-banner02-title-e {
		font-size: 30px;
	}

	.index-banner03 .index-banner02-left {
		width: 40%;
	}

	.index-banner02-left {
		width: 26%;
	}


	.index-banner02-text {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}

	.index-banner04-itmessj {
		border-width: 0 70px 30px 70px;
	}

	.index-banner04-itme-inner {
		width: 140px;
		background-color: #FFFFFF;
		height: 85px;
	}

	.index-banner04-itmexsj {
		border-width: 30px 70px 0 70px;
	}

	.section .index-banner04-itme {
		margin: 0 9px;
		margin-bottom: 80px;
	}

	.index-banner04 .index-banner04-itme {
		margin-bottom: 35px;
	}

	.section .index-banner04-itme:nth-child(6) {
		margin-right: 4px;
	}

	.index-banner04 .index-banner02-left {
		margin-top: 100px;
	}

	.section .index-banner04-itme:nth-last-child(1) {
		display: none;
	}

	.section .index-banner04-itme:nth-last-child(2) {
		display: none;
	}

	.section .index-banner04-itme:nth-last-child(3) {
		display: none;
	}



}
