body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
	font-size: 100%;
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

body,
html {
	font: 14px "思源雅黑", Arial;
	color: #333;
}

input {
	outline: none;
}

#nav-mobile1 img {
	width: 40px;margin-top: 10px;
}

#nav-two {
	width: 120px;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	position: absolute;
}

#nav-two a {
	color: #5e5e5e;
	width: 120px;
}

#nav-two a:hover {
	color: #02ABEB;
}

.nav-two-list {
	position: relative;
}

#active-focus {
	color: #02ABEB;
}

.cases-menu .menu-list:hover {
	color: #02ABEB;
}

.disabled {
	color: #ccc;
}

.nav {
	width: 94.5%;
	height: 99px;
	position: absolute;
	display: flex;
	justify-content: space-between;
	top: 0;
	z-index: 1;
	left: 5%;
}

.nav-mobile {
	width: 100%;
	position: absolute;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	top: 0;
	z-index: 1;
}

.nav-mobile .mobile-top {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-top: 20px;
	margin-left: 5%;
}

#nav-mobile1 {
	cursor: pointer;
}

.nav-mobile .nav-mobile-body {
	display: block;
	width: 100%;
	top: 10px;
}

.nav-mobile .nav-mobile-list {
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 40px 0;
}

.nav-mobile .nav-mobile-list>li {}

.nav-mobile .nav-mobile-list>li>a {
	width: 80%;
	display: block;
	text-align: center;
	height: 50px;
	margin-left: 10%;
	line-height: 50px;
	color: #fff;
}

.nav-mobile #nav-two1 a {
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;
}

.nav .nav-log {
	margin-top: 20px;
}

.nav .nav-log img {
	height: 45px;
}

.nav .nav-right {
	width: 60%;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	z-index: 3;
}

.nav .nav-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.nav .nav-list>li {
	position: relative;
	width: 110px;
	margin: 0 auto;
}

.nav .nav-list #nav-two {
	display: none;
}

.nav .nav-list a {
	display: inline-block;
	padding: 0 5px;
	height: 47px;
	width: 120px;
	text-align: center;
	line-height: 47px;
	color: #fff;
	box-sizing: border-box;
}

.nav .nav-list a:hover {
	color: #1fd2f0;
	border-bottom: 1px solid #1fd2f0;
}

.nav .nav-list>li:hover #nav-two {
	display: block;
}

.nav .nav-list-active {
	color: #1fd2f0;
	border-bottom: 1px solid #1fd2f0;
}

.nav .nav-language {
	width: 100px;
	height: 46px;
	display: flex;
	justify-content: space-around;
	border-radius: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin-top: 20px;
}

.nav .nav-language a {
	width: 50%;
	height: 46px;
	text-align: center;
	line-height: 47px;
}

.nav .nav-language-0 {
	background: #1fd2f0;
	color: #fff;
}

.nav .nav-language-0:hover {
	background: #007bff;
}

.nav .nav-language-1 {
	background: #fff;
	color: #1fd2f0;
}

.nav .nav-language-1:hover {
	color: #007bff;
}

.header-bottom img {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 770px;
	left: 50%;
	transform: translateX(-35px);
}

.header-bottom1 img {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 365px;
	left: 50%;
	transform: translateX(-35px);
}

.header-bg {}

.header-bg img {
	width: 100%;
	height: 400px;
}

.menu {
	width: 100%;
	height: 800px;
	color: #fff;
}

.menu .menu-box {
	width: 300%;
	display: flex;
	justify-content: start;
	position: relative;
	left: 0%;
}

.menu .body-list {
	width: 33.33%;
	height: 800px;
	position: relative;
}

.menu .body-list img {
	width: 100%;
	height: 800px;
	position: relative;
}

.menu .body {
	position: absolute;
	top: 280px;
	width: 100%;
	height: 10px;
	text-align: center;
}

.menu .body h6 {
	width: 100%;
	text-align: center;
	font-size: 24px;
}

.menu .body h1 {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	font-size: 4em;
}

.menu .body-line {
	width: 30%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-top: 4px;
}

.menu .body-line p {
	border-bottom: 1px solid #fff;
	width: 40%;
}

.menu .body-line span {
	width: 15px;
	height: 15px;
	background: #1fd2f0;
	display: block;
	border-radius: 50%;
	position: relative;
	top: 5px;
}

.menu .body h7 {
	margin-top: 28px;
	display: inline-block;
	width: 56%;
	font-size: 2em;
	line-height: 1.75;
}

.menu .btn {
	width: 30%;
	height: 45px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.menu .btn a {
	margin-top: 25px;
	box-sizing: border-box;
	display: inline-block;
	width: 160px;
	height: 45px;
	line-height: 41px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 12px;
}

.menu .btn a:hover {
	border: none;
	background: #1fd2f0;
	line-height: 45px;
	color: #fff;
}

.menu1 {
	width: 100%;
	height: 614px;
	background-image: url(../img/menu-2.jpg);
	background-size: 100% 614px;
	position: relative;
	color: #fff;
}

.menu1 .nav {
	width: 90%;
	height: 99px;
	margin: 0 auto;
}

.menu1 .nav-log {
	float: left;
	margin-top: 20px;
}

.menu1 .nav-right {
	width: 60%;
	float: right;
	margin-top: 23px;
	display: flex;
	justify-content: space-between;
}

.menu1 .nav-list {
	width: 80%;
	display: flex;
	justify-content: space-between;
}

.menu1 .nav-list a {
	width: 14%;
	height: 47px;
	text-align: center;
	line-height: 47px;
	color: #fff;
}

.menu1 .nav-list a:hover {
	color: #1fd2f0;
	border-bottom: 1px solid #1fd2f0;
}

.menu1 .nav-language {
	width: 10%;
	height: 46px;
	display: flex;
	justify-content: space-around;
	border-radius: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
}

.menu1 .nav-language a {
	width: 50%;
	height: 46px;
	text-align: center;
	line-height: 47px;
}

.menu1 .nav-language-0 {
	background: #007bff;
	color: #fff;
}

.menu1 .nav-language-0:hover {
	background: #1fd2f0;
}

.menu1 .nav-language-1 {
	background: #fff;
	color: #007bff;
}

.menu1 .nav-language-1:hover {
	color: #1fd2f0;
}

.menu1 .body {
	position: relative;
	top: 180px;
	width: 100%;
	height: 10px;
	text-align: center;
}

.menu1 .body h6 {
	width: 100%;
	text-align: center;
	font-size: 24px;
}

.menu1 .body h1 {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	font-size: 78px;
}

.menu1 .body-line {
	width: 30%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-top: 4px;
}

.menu1 .body-line p {
	border-bottom: 1px solid #fff;
	width: 40%;
}

.menu1 .body-line span {
	width: 15px;
	height: 15px;
	background: #1fd2f0;
	display: block;
	border-radius: 50%;
	position: relative;
	top: 5px;
}

.menu1 .body h7 {
	margin-top: 28px;
	display: inline-block;
	width: 56%;
	font-size: 16px;
	line-height: 1.75;
}

.menu1 .btn {
	width: 30%;
	height: 45px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.menu1 .btn a {
	margin-top: 25px;
	box-sizing: border-box;
	display: inline-block;
	width: 40%;
	height: 45px;
	line-height: 41px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 12px;
}

.menu1 .btn a:hover {
	border: none;
	background: #1fd2f0;
	line-height: 45px;
	color: #fff;
}

.menu1 .bottom img {
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-35px);
}

.content {
	width: 100%;
}

.content .content1 {
	width: 90%;
	margin: 80px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.content1 .content-list {
	width: 23%;
	padding: 0px;
}

.content1 .content-list-img {
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

.content1 .content-list img {
	width: 100%;
}

.content1 .content-list img:hover {
	transform: scale(1.2); //设置缩放比例
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.content1 .content-list .img0 {
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background: url(../img/content1-00.png);
}

.content1 .content-list .img0:hover {
	background: url(../img/content1-01.png);
}

.content1 .content-list .img1 {
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background: url(../img/content1-10.png);
}

.content1 .content-list .img1:hover {
	background: url(../img/content1-11.png);
}

.content1 .content-list .img2 {
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background: url(../img/content1-20.png);
}

.content1 .content-list .img2:hover {
	background: url(../img/content1-21.png);
}

.content1 .content-list .img3 {
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background: url(../img/content1-30.png);
}

.content1 .content-list .img3:hover {
	background: url(../img/content1-31.png);
}

.content1 .content-list p {
	color: #1fd2f0;
	text-align: center;
	font-size: 20px
}

.content1 .content-list span {
	display: block;
	width: 45px;
	margin: 0 auto;
	border-bottom: 2px solid #aaa;
	margin-top: 15px;
	margin-bottom: 15px;
}

.content1 .content-list i {
	display: inline-block;
	width: 86%;
	margin-left: 5%;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.75;
}

.content .line {
	width: 100%;
	border-bottom: 1px solid #eee;
}

.content .content2 {
	width: 85%;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
}

.content2 .content-left {
	width: 45%;
}

.content2 .content-left img {
	width: 100%;
}

.content2 .content-right {
	width: 55%;
	margin-left: 5%;
}

.content2 .right-title {
	margin-top: 20px;
}

.content2 .right-title i {
	display: inline-block;
	width: 10px;
	height: 34px;
	background: #1FD2F0;
}

.content2 .right-title h2 {
	display: inline-block;
	font-size: 42px;
	position: relative;
	top: -2px;
	left: 3%;
	font-weight: bold;
}

.content2 .right-title p {
	padding: 0;
	margin: 0;
	color: #7f8c8d;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 28px;
	word-wrap: break-word;
	word-break: normal;
}

.content2 .content-right a {
	margin-top: 25px;
	box-sizing: border-box;
	display: inline-block;
	width: 153px;
	text-align: center;
	height: 45px;
	line-height: 41px;
	border: 2px solid #1fd2f0;
	color: #1fd2f0;
	font-size: 12px;
}

.content2 .content-right a:hover {
	border: none;
	background: #1fd2f0;
	line-height: 45px;
	color: #fff;
}

.content .content3 {
	background: url(../img/menu-2.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 489px;
}

.content3 .content-box {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: 140px;
}

.content3 .content-list {
	width: 20%;
	height: 250px;
}

.content3 .content-list img {
	display: block;
	margin: 0 auto;
}

.content3 .content-list h5 {
	font-size: 36px;
	color: #fff;
	line-height: 1.75;
	text-align: center;
}

.content3 .content-list p {
	font-size: 16px;
	color: #fff;
	line-height: 1.75;
	text-align: center;
}

.content .content4 {
	width: 90%;
	margin: 80px auto;
}

.content4 .content-title {
	margin: 0 auto;
}

.content4 .content-title h4 {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 30px;
	color: #555;
	font-weight: bold;
}

.content4 .content-title p {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #7f8c8d;
	margin-top: 15px;
}

.content4 .body-line {
	width: 30%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-top: 14px;
}

.content4 .body-line p {
	border-bottom: 1px solid #7f8c8d;
	width: 40%;
}

.content4 .body-line span {
	width: 15px;
	height: 15px;
	background: #1fd2f0;
	display: block;
	border-radius: 50%;
	position: relative;
	top: 8px;
}

.content4 .content-nav {
	margin: 30px auto 0;
	width: 60%;
	box-sizing: border-box;
	border: 1px solid #eee;
	display: flex;
	justify-content: space-around;
}

.content4 .content-nav a {
	width: 33%;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.content4 .content-nav a:hover {
	color: #fff;
	background: #1FD2F0;
}

.content4 .content-body {
	width: 100%;
	margin: 50px auto;
	overflow: hidden;
}

.content4 .content-body-box {
	width: 200%;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.content4 .content-list {
	width: 23%;
	margin: 0 1%;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.content4 .content-list-box {
	overflow: hidden;
	height: 250px;
	overflow: hidden;
}

.content4 .content-list img {
	width: 100%;
	height: 250px;
	transition: all 0.6s;
	/*所有的属性在0.6秒之内完成改变*/
	cursor: pointer;
}

.content4 .content-list img:hover {
	transform: scale(1.2); //设置缩放比例
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.content4 .content-list p {
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #fff;
	z-index: 2;
}

.content4 .content-list p:hover {
	color: #1fd2f0;
}

.content4 .content-bottom {
	width: 100%;
}

.content4 .content-bottom a {
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	box-sizing: border-box;
	width: 153px;
	text-align: center;
	height: 45px;
	line-height: 41px;
	border: 2px solid #1fd2f0;
	color: #1fd2f0;
	font-size: 12px;
}

.content4 .content-bottom a:hover {
	border: none;
	background: #1fd2f0;
	line-height: 45px;
	color: #fff;
}

.content .content5 {
	width: 90%;
	margin: 80px auto;
}

.content5 .content-title {
	margin: 0 auto;
}

.content5 .content-title h4 {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 30px;
	color: #555;
	font-weight: bold;
}

.content5 .content-title p {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #7f8c8d;
	margin-top: 15px;
}

.content5 .body-line {
	width: 30%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-top: 14px;
}

.content5 .body-line p {
	border-bottom: 1px solid #7f8c8d;
	width: 40%;
}

.content5 .body-line span {
	width: 15px;
	height: 15px;
	background: #1fd2f0;
	display: block;
	border-radius: 50%;
	position: relative;
	top: 8px;
}

.content5 .content-body {
	margin: 0 auto;
	margin-top: 40px;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.content5 .body-left {
	width: 30%;
	height: 420px;
	background: #eee;
	padding: 4% 2%;
}

.content5 .body-left span {
	font-size: 22px;
	color: #7F8C8D;
	line-height: 50px;
}

.content5 .body-left a {
	font-size: 22px;
	color: #7F8C8D;
	line-height: 50px;
}

.content5 .body-right {
	width: 50%;
	height: 420px;
	background: #eee;
	padding: 4% 6%;
}

.content5 .body-right input {
	box-sizing: border-box;
	width: 100%;
	height: 36px;
	padding-left: 10px;
	color: #5e5e5e;
	border: 1px solid #ccc;
	margin-bottom: 16px;
}

.content5 .body-right textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 150px;
	padding-left: 10px;
	color: #5e5e5e;
	border: 1px solid #ccc;
	margin-bottom: 16px;
	padding-top: 5px;
}

.content5 .right-ready {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.content5 .body-right .right-ready input {
	box-sizing: border-box;
	display: block;
	width: 82%;
}

.content5 .body-right .right-ready span {
	box-sizing: border-box;
	display: block;
	width: 30%;
	height: 36px;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 36px;
	text-align: center;
}

.content5 .body-right button {
	display: block;
	float: right;
	box-sizing: border-box;
	width: 153px;
	text-align: center;
	height: 45px;
	line-height: 41px;
	border: 2px solid #1fd2f0;
	color: #1fd2f0;
	font-size: 12px;
}

.content5 .body-right button:hover {
	border: none;
	background: #1fd2f0;
	line-height: 45px;
	color: #fff;
	cursor: pointer;
}

.footer {
	width: 100%;
	height: 87px;
	background: #707070;
}

.footer .footer-box {
	width: 90%;
	height: 30px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footer .footer-left {
	width: 40%;
	display: flex;
	justify-content: flex-start;
	position: relative;
	top: 30px;
}

.footer .left1 {
	display: block;
	width: 32px;
	height: 36px;
	background: url(../img/footer1.png) no-repeat;
}

.footer .left1:hover {
	background: url(../img/footer11.png) no-repeat;
}

.footer .left2 {
	display: block;
	width: 32px;
	height: 36px;
	position: relative;
	top: 2px;
	background: url(../img/footer2.png) no-repeat;
}

.footer .left2:hover {
	background: url(../img/footer22.png) no-repeat;
}

.footer .left3 {
	display: block;
	width: 32px;
	height: 36px;
	position: relative;
	left: 7px;
	background: url(../img/footer3.png) no-repeat;
}

.footer .left3:hover {
	background: url(../img/footer33.png) no-repeat;
}

.footer .footer-right {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	top: 30px;
}

.footer .footer-right a {
	color: #ffffff;
	text-alight: right;
}

.footer .footer-right span {
	color: #ffffff;
	text-alight: right;
}

.content .content-about {
	width: 60%;
	margin: 15px auto 60px;
}

.content-about .right-title {
	margin-top: 20px;
}

.content-about .right-title i {
	display: inline-block;
	width: 10px;
	height: 34px;
	background: #1FD2F0;
}

.content-about .right-title h2 {
	display: inline-block;
	font-size: 42px;
	position: relative;
	top: -2px;
	left: 3%;
	font-weight: bold;
}

.content-about p {
	padding: 0;
	margin: 0;
	font-family: Arial;
	color: #7f8c8d;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 26px;
	word-wrap: break-word;
	word-break: normal;
}

.content-about .content-img {
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.content-about .img-list {
	width: 48%;
	margin: 0px 1% 10px;
}

.content-about .img-list img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	/*所有的属性在0.6秒之内完成改变*/
	cursor: pointer;
}

.content-about .img-list img:hover {
	transform: scale(1.2);
}

.content .content-news {
	width: 80%;
	margin: 15px auto 80px;
}

.content-news .right-title {
	margin-top: 20px;
}

.content-news .right-title i {
	display: inline-block;
	width: 10px;
	height: 34px;
	background: #1FD2F0;
}

.content-news .right-title h2 {
	display: inline-block;
	font-size: 42px;
	position: relative;
	top: -2px;
	left: 3%;
	font-weight: bold;
}

.content-news .news-box {
	width: 100%;
	margin-top: 50px;
}

.content-news .news-list {
	width: 100%;
	margin-top: 30px;
}

.content-news .news-list:hover {
	color: #1FD2F0;
}

.content-news .news-list a {
	display: block;
	line-height: 24px;
	font-size: 16px;
}

.content-news .news-list a:hover {
	color: #48b6f8;
	text-decoration: underline;
}

.content-news .news-list div {
	margin-top: 20px;
}

.content-news .news-list span {
	padding: 0;
	margin-top: 5px;
	line-height: 18px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-news .news-list i {
	padding: 0;
	margin-top: 5px;
	display: inline-block;
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #BBB;
	text-decoration: none;
}

.content-news .news-list p {
	width: 100%;
	margin-top: 20px;
	border-bottom: 1px solid #eee;
}

.content-news .pager {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.content-news .pager a {
	display: block;
	width: 67px;
	height: 32px;
	box-sizing: border-box;
	border: 1px solid #aaa;
	color: #aaa;
	text-align: center;
	line-height: 32px;
	margin: 0 5px;
	border-radius: 5px;
}

.content-news .pager .pager-num {
	display: flex;
	justify-content: center;
}

.content-news .pager .pager-num a {
	width: 30px;
	background: #eee;
	color: #5e5e5e;
}

.content-news .cases-menu {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #f5f7fa;
	margin: 40px 0px;
}

.content-news .menu-list {
	height: 50px;
	margin: 0;
	padding: 0 20px;
	position: relative;
	display: inline-block;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-family: 'Noto Sans CJK';
	font-size: 18px;
	color: #666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.content .content-product {
	width: 80%;
	margin: 80px auto;
}

.content-product .product-title {
	display: flex;
	justify-content: flex-start;
}

.content-product .right-title {
	margin-top: 20px;
}

.content-product .right-title i {
	display: inline-block;
	width: 10px;
	height: 34px;
	background: #1FD2F0;
}

.content-product .right-title h2 {
	display: inline-block;
	font-size: 42px;
	position: relative;
	top: -2px;
	left: 3%;
	font-weight: bold;
}

.content-product .content-nav {
	position: relative;
	top: 1px;
	margin: 0 auto;
	height: 40px;
	width: 60%;
	box-sizing: border-box;
	border: 1px solid #eee;
	display: flex;
	justify-content: space-around;
}

.content-product .content-nav a {
	width: 25%;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.content-product .content-nav a:hover {
	color: #fff;
	background: #1FD2F0;
}

.content-product .product-box {
	margin-top: 30px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.content-product .product-list {
	display: block;
	box-sizing: border-box;
	border: 1px solid #eee;
	width: 31.33%;
	height: 360px;
	margin-top: 20px;
	margin: 20px 1% 0 1%;
}

.content-product .product-list-box {
	overflow: hidden;
	height: 290px;
}

.content-product .product-list img {
	width: 100%;
	height: 290px;
	transition: all 0.6s;
	/*所有的属性在0.6秒之内完成改变*/
	cursor: pointer;
}

.content-product .product-list img:hover {
	transform: scale(1.2);
}

.content-product .list-bottom {
	padding-left: 10px;
}

.content-product .product-list h5 {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	line-height: 28px;
	height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
	color: #404040;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: 'Microsoft YaHei';
	transition: color 200ms linear;
}

.content-product .product-list h5:hover {
	color: #E43939;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.content-product .product-list p {
	height: 20px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 12px;
	color: #999;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.content-product .pager {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.content-product .pager a {
	display: block;
	width: 67px;
	height: 32px;
	box-sizing: border-box;
	border: 1px solid #aaa;
	color: #aaa;
	text-align: center;
	line-height: 32px;
	margin: 0 5px;
	border-radius: 5px;
}

.content-product .pager .pager-num {
	display: flex;
	justify-content: center;
}

.content-product .pager .pager-num a {
	width: 30px;
	background: #eee;
	color: #5e5e5e;
}

.content-product .cases-menu {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #f5f7fa;
	margin: 40px 0px;
}

.content-product .menu-list {
	width: 112px;
	height: 50px;
	margin: 0;
	padding: 0 20px;
	position: relative;
	display: inline-block;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-family: 'Noto Sans CJK';
	font-size: 18px;
	color: #666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.content .content-contact {
	width: 80%;
	margin: 15px auto;
}

.content-contact .contact-title {
	display: flex;
	justify-content: flex-start;
}

.content-contact .right-title {
	margin-top: 20px;
}

.content-contact .right-title i {
	display: inline-block;
	width: 10px;
	height: 34px;
	background: #1FD2F0;
}

.content-contact .right-title h2 {
	display: inline-block;
	font-size: 42px;
	position: relative;
	top: -2px;
	left: 3%;
	font-weight: bold;
}

.content-contact .content-body {
	margin: 0 auto;
	margin-top: 40px;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.content-contact .body-left {
	width: 30%;
	height: 420px;
	background: #eee;
	padding: 4% 2%;
}

.content-contact .body-left span {
	font-size: 22px;
	color: #7F8C8D;
	line-height: 50px;
}

.content-contact .body-left a {
	font-size: 22px;
	color: #7F8C8D;
	line-height: 50px;
}

.content-contact .body-right {
	width: 50%;
	height: 420px;
	background: #eee;
	padding: 4% 6%;
}

.content-contact .body-right input {
	box-sizing: border-box;
	width: 100%;
	height: 36px;
	padding-left: 10px;
	color: #5e5e5e;
	border: 1px solid #ccc;
	margin-bottom: 16px;
}

.content-contact .body-right textarea {
	box-sizing: border-box;
	width: 100%;
	padding-top: 5px;
	min-height: 150px;
	padding-left: 10px;
	color: #5e5e5e;
	border: 1px solid #ccc;
	margin-bottom: 16px;
}

.content-contact .right-ready {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.content-contact .body-right .right-ready input {
	box-sizing: border-box;
	display: block;
	width: 82%;
}

.content-contact .body-right .right-ready span {
	box-sizing: border-box;
	display: block;
	width: 30%;
	height: 36px;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 36px;
	text-align: center;
}

.content-contact .body-right button {
	display: block;
	float: right;
	box-sizing: border-box;
	width: 153px;
	text-align: center;
	height: 45px;
	line-height: 41px;
	border: 2px solid #1fd2f0;
	color: #1fd2f0;
	font-size: 12px;
}

.content-contact .body-right button:hover {
	border: none;
	background: #1fd2f0;
	line-height: 45px;
	color: #fff;
	cursor: pointer;
}

.content .content-server {
	width: 90%;
	margin: 15px auto 60px;
}

.content-server .server-title {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 60px;
}

.content-server .right-title {
	margin-top: 20px;
}

.content-server .right-title i {
	display: inline-block;
	width: 10px;
	height: 34px;
	background: #1FD2F0;
}

.content-server .right-title h2 {
	display: inline-block;
	font-size: 42px;
	position: relative;
	top: -2px;
	left: 3%;
	font-weight: bold;
}

.content-server .server-box {}

.content-server .title-right {
	display: flex;
	justify-content: center;
}

.content-server .title-left {
	width: 50%;
	height: 364px;
	border: 1px solid #dfe3ec;
	position: relative;
	top: 20px;
	left: 5%;
	padding: 30px;
}

.content-server .title-left img {
	width: 100%;
	height: 100%;
}

.content-server .title-right {
	width: 40%;
	height: 230px;
	background: #eee;
	position: relative;
	right: 5%;
	padding: 20px 60px;
	top: 100px;
}

.content-server .title-right h4 {
	width: 100%;
	font-size: 32px;
	line-height: 2;
	text-align: center;
	display: block;
}

.content-server .title-right h5 {
	font-size: 14px;
	line-height: 2;
	color: #666;
	display: block;
	width: 100%;
}

.content-server .title-right p {
	font-size: 12px;
	line-height: 2;
	font-weight: bold;
	margin-top: 20px;
}

.content-server .title-right span {
	display: block;
	font-size: 12px;
	line-height: 2;
	color: #666;
}

.content-server .server-list {
	position: relative;
	margin-top: 30px;
	display: block;
}

.content-server .server-list img {
	display: block;
	margin: 0 auto;
	width: 90%;
	height: 433px;
}

.content-server .list-box {
	position: absolute;
	width: 300px;
	height: 60px;
	background: #fff;
	top: 59px;
	left: 119px;
	padding: 30px;
}

.content-server .list-box h3 {
	font-size: 32px;
	color: #02abeb;
	line-height: 2;
}

.content-server .list-box p {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 20px;
	line-height: 2;
}

.content-server .list-box span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	line-height: 2;
}

.content-server .list-box1 {
	position: absolute;
	width: 300px;
	height: 60px;
	background: #fff;
	top: 59px;
	right: 119px;
	padding: 30px;
}

.content-server .list-box1 h3 {
	font-size: 32px;
	color: #02abeb;
	line-height: 2;
	text-align: right;
}

.content-server .list-box1 p {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 20px;
	line-height: 2;
	text-align: right;
}

.content-server .list-box1 span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	line-height: 2;
	text-align: right;
}

.content-server .cases-menu {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #f5f7fa;
	margin: 40px 0px;
}

.content-server .menu-list {
	height: 50px;
	margin: 0;
	padding: 0 20px;
	position: relative;
	display: inline-block;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-family: 'Noto Sans CJK';
	font-size: 18px;
	color: #666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.content .content-cases {
	width: 80%;
	margin: 15px auto 80px;
}

.content-cases .cases-title {
	display: flex;
	justify-content: flex-start;
}

.content-cases .right-title {
	margin-top: 20px;
}

.content-cases .right-title i {
	display: inline-block;
	width: 10px;
	height: 34px;
	background: #1FD2F0;
}

.content-cases .right-title h2 {
	display: inline-block;
	font-size: 42px;
	position: relative;
	top: -2px;
	left: 3%;
	font-weight: bold;
}

.content-cases .cases-menu {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #f5f7fa;
	margin: 40px 0px;
}

.content-cases .menu-list {
	height: 50px;
	margin: 0;
	padding: 0 20px;
	position: relative;
	display: inline-block;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-family: 'Noto Sans CJK';
	font-size: 18px;
	color: #666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.content-cases .cases-body {
	width: 100%;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.content-cases .body-list {
	display: block;
	width: 48%;
	height: 360px;
	background-color: #eee;
	margin: 10px 1%;
	position: relative;
	overflow: hidden;
}

.content-cases .body-list:hover span {
	transform: translateY(-360px);
	transition: all 0.5s;
}

.content-cases .body-list img {
	width: 100%;
	height: 360px;
}

.content-cases .body-list p {
	transition: all 0.6s;
	/*所有的属性在0.6秒之内完成改变*/
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 20px;
	left: 5%;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	z-index: 2;
}

.content-cases .body-list span {
	width: 90%;
	height: 300px;
	padding: 60px 5% 0px 5%;
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	top: 360px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
}

.content .content-newsDetail {
	width: 80%;
	margin: 15px auto 80px;
}

.content-newsDetail .ur_here {}

.content-newsDetail .ur_here a {
	display: inline-block;
	padding: 0 10px;
}

.content-newsDetail .ur_here a:hover {
	color: #02ABEB;
}

.content-newsDetail .ur_here span {
	padding: 0 10px;
	color: #a9a9a9;
}

.content-newsDetail .newsDetail-body {
	margin-top: 30px;
}

.content-newsDetail .main-title {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	font-family: 'Microsoft YaHei';
	color: #404040;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	line-height: 34px;
	word-wrap: break-word;
	word-break: normal;
}

.content-newsDetail .two-title {
	display: flex;
	justify-content: space-between;
	width: 30%;
	margin-left: 35%;
	margin-top: 30px;
	color: #999;
	font-size: 12px
}

.content-newsDetail .body-text {
	color: #404040;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 2;
	word-wrap: break-word;
	word-break: normal;
	margin-top: 30px;
}

.content-newsDetail .two-title-img {
	width: 80%;
	margin: 30px 0;
	margin-left: 10%;
}

.content-newsDetail .two-title-img img {
	width: 100%;
}

.content-newsDetail .newsDetail-page {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.content-newsDetail .newsDetail-page a:hover {
	color: #02abeb;
}

.content .content-productDetail {
	width: 80%;
	margin: 80px auto;
}

.content-productDetail .ur_here {}

.content-productDetail .ur_here a {
	display: inline-block;
	padding: 0 10px;
}

.content-productDetail .ur_here a:hover {
	color: #02ABEB;
}

.content-productDetail .ur_here span {
	padding: 0 10px;
	color: #a9a9a9;
}

.content-productDetail .body-one {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.content-productDetail .one-img {
	width: 50%;
}

.content-productDetail .one-img-top {
	display: flex;
	justify-content: space-between;
}

.content-productDetail .one-img-bottom {
	display: flex;
	justify-content: center;
}

.content-productDetail .one-img-bottom img {
	width: 56px;
	height: 56px;
	box-sizing: border-box;
	border: 3px solid #eee;
	margin: 10px 5px;
}

.content-productDetail .one-img-bottom img:nth-child(1) {
	border: 3px solid #000;
}

.content-productDetail .one-img a {
	width: 10%;
	line-height: 360px;
	font-size: 40px;
	text-align: center;
	color: #999;
	font-weight: 100;
}

.content-productDetail .one-img-box {
	width: 80%;
	height: 360px;
}

.content-productDetail .one-img-box img {
	width: 100%;
	height: 360px;
}

.content-productDetail .one-img-box img:nth-child(2) {
	display: none;
}

.content-productDetail .one-content {
	width: 40%;
	padding: 20px 5%;
}

.content-productDetail .one-content h4 {
	font-size: 24px;
	color: #333;
}

.content-productDetail .one-content h5 {
	color: #555;
	padding: 10px 0;
}

.content-productDetail .one-content p {
	color: #aaa;
	line-height: 4;
}

.content-productDetail .body-two {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.content-productDetail .two-left {
	width: 20%;
}

.content-productDetail .two-left h4 {
	color: #5e5e5e;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

.content-productDetail .left-list {
	margin: 10px 0;
}

.content-productDetail .left-list img {
	width: 100%;
	height: 150px;
}

.content-productDetail .left-list p {
	width: 100%;
	text-align: center;
	line-height: 2;
}

.content-productDetail .two-right {
	width: 100%;
	padding: 0px 5%;
}

.content-productDetail .two-right h4 {
	color: #5e5e5e;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 1px solid #5e5e5e;
}

.content-productDetail .right-content {
	display: flex;
	height: 110px;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #888;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.content-productDetail .content-list {
	width: 25%;
	height: 28px;
	line-height: 28px;
}


.content-productDetail .right-content1 {
	line-height: 28px;
}

.content-productDetail .right-content1 h5 {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
}

.content-productDetail .right-content1 h6 {
	box-sizing: inherit;
	font-size: 12px;
	font-weight: bold;
}

.content-productDetail .right-content1 p {
	font: 12px;
	line-height: 38px;
	color: #666;
}

.newsDetail-page {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.newsDetail-page a {
	display: block;
	width: 50px;
	height: 30px;
	box-sizing: border-box;
	line-height: 28px;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 5px;
}

.newsDetail-page a:last-child {
	width: 100px;
}

.newsDetail-page a:first-child {
	width: 100px;
}

.newsDetail-page a:hover {
	color: #fff;
	background-color: #1FD2F0;
}

.content-nav {
	margin-top: 10px;
	margin: 15px auto 15px;
	width: 60%;
	box-sizing: border-box;
	border: 1px solid #eee;
	display: flex;
	justify-content: space-around;
}

.content-nav a {
	width: 50%;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.content-nav a:hover {
	color: #fff;
	background: #1FD2F0;
}

.nav-mobile {
	display: none;
}

.nav-mobile-body {
	display: none;
}

.index-cases2,
.index-cases3,
.index-cases4 {
	display: none;
}

.pager2 {
	width: 90%;
	position: relative;
	top: 60px;
	margin-left: 5%;
	display: flex;
	justify-content: space-between;
}

.pager2-list a {
	padding: 6px 20px;
	border: 1px solid #1FD2F0;
	color: #1FD2F0;
}

.pager2-list a:hover {
	color: #fff;
	background: #1FD2F0;
}

.pager2-list1 a {
	padding: 6px 20px;
	border: 1px solid #e5e5e5;
	color: #e5e5e5;
}

.page-turn {
	width: 96%;
	display: flex;
	justify-content: space-between;
	color: #fff;
	position: absolute;
	top: 370px;
	left: 2%;
}

.page-turn a {
	display: block;
	width: 40px;
	height: 60px;
	background: rgb(0, 0, 0, 0.6);
	color: #fff;
	line-height: 60px;
	text-align: center;
	font-size: 2em;
}

.map {
	width: 98%;
	height: 570px;
	border: #ccc solid 1px;
	margin: 0 1%;
	position: relative;
	top: 10px;
}


@media screen and (max-width:1000px) {
	.content .content5 {
	    width: 90%;
	    margin: 80px auto 40px;
	}
	.map {
		height: 470px;
	}

	.nav {
		display: none;
	}

	.nav-mobile {
		display: block;
	}

	.nav-mobile-body {
		display: none;
	}

	.content-nav {
		width: 100%;
	}

	.content-product .content-nav {
		width: 100%;
	}

	.content-product .content-nav a {
		font-size: 14px;
	}

	.nav-language {
		display: none;
	}

	.content1 .content-list {
		width: 45%;
		padding: 0 10px;
		margin-top: 20px;
	}

	.content2 .right-title h2 {
		font-size: 26px;
	}

	.content2 .right-title {
		margin-top: 0px;
	}

	.content3 .content-box {
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		position: relative;
		top: 35px;
	}

	.content .content3 {
		background: url(../img/menu-2.jpg);
		background-size: auto;
		background-size: 100% 100%;
		width: 100%;
		height: 300px;
	}

	.content5 .body-left a {
		font-size: 14px;
	}

	.content5 .body-left span {
		font-size: 14px;
	}

	.content-server .title-right h4 {
		font-size: 20px;
	}

	.content-server .title-right {
		padding: 2%;
	}

	.content-server .title-right h5 {
		line-height: 1.2;
	}

	.content-server .server-list img {
		height: 300px;
	}

	.content .content2 {
		display: block;
	}

	.content2 .content-left {
		width: 100%;
	}

	.content2 .content-right {
		width: 100%;
		margin-left: 0%;
	}

	.content-about .right-title h2 {
		font-size: 25px;
	}

	.content-cases .body-list {
		height: 200px;
	}

	.content-contact .body-left span {
		font-size: 14px;
	}

	.content-contact .body-left a {
		font-size: 14px;
	}

	.content4 .content-body-box {
		width: 400%;
	}

	.content .content4 {
		margin: 40px auto;
	}

	.content4 .body-line {
		margin-top: 5px;
	}

	.content .content1 {
		margin: 40px auto;
	}

	.content .content2 {
		margin: 40px auto;
	}

	.content4 .content-nav {
		width: 92%;
	}

	.content4 .content-list img {
		height: 210px;
	}

	.content4 .content-list-box {
		height: 210px;
	}

	.content4 .content-nav a {
		font-size: 16px;
	}

	.content4 .content-title h4 {
		font-size: 25px;
	}

	.content4 .content-body {
		width: 100%;
		margin: 20px auto;
		overflow: hidden;
	}

	.content5 .content-title h4 {
		font-size: 25px;
	}

	.content5 .content-title p {
		margin-top: 10px;
	}

	.content5 .body-line {
		margin-top: 10px;
	}

	.content5 .content-body {
		margin-top: 25px;
	}

	.content5 .body-left {
		height: 300px;
		width: 34%;
		padding: 4% 3%;
	}

	.content5 .body-right {
		height: 300px;
		padding: 4% 3%;
	}

	.content5 .body-right button:hover {
		line-height: 33px;
	}

	.content5 .body-right button {
		height: 35px;
		line-height: 31px;
	}

	.content5 .body-right textarea {
		font-size: 12px;
	}

	.content5 .body-right input {
		font-size: 12px;
	}

	.content .content-about {
		width: 90%;
	}

	.content-server .right-title h2 {
		font-size: 25px;
	}

	.content-server .title-left {
		height: 300px;
	}

	.content-server .title-right {
		top: 77px;
	}

	.content-server .menu-list {
		font-size: 16px;
	}

	.content-server .list-box {
		position: absolute;
		width: 200px;
		height: 20px;
		top: 20px;
		left: 50px;
		padding: 10px;
		background: rgba(255,255,255,0.8);
	}

	.content-server .list-box h3 {
		font-size: 20px;
		line-height: 1;
		text-align: center;
		
	}

	.content-server .list-box1 {
		position: absolute;
		width: 200px;
		height: 20px;
		top: 20px;
		left: 50px;
		padding: 10px;
		background: rgba(255,255,255,0.8);
	}

	.content-server .list-box1 h3 {
		font-size: 20px;
		line-height: 1;
		text-align: center;
		
	}

	.content .content-newsDetail {
		width: 90%;
	}

	.pager2 {
		top: 20px;
	}

	.content-newsDetail .two-title {
		margin-top: 8px;
	}

	.content-newsDetail .newsDetail-body {
		margin-top: 10px;
	}

	.content .content-newsDetail {
		width: 90%;
		margin: 15px auto 40px;
	}

	.content-newsDetail .two-title-img {
		width: 100%;
		margin: 30px 0;
	}

	.content-cases .right-title h2 {
		font-size: 25px;
	}

	.content-cases .menu-list {
		font-size: 16px;
	}

	.content .content-cases {
		width: 90%;
		margin: 15px auto 40px;
	}

	.newsDetail-page {
		margin-top: 20px;
	}

	.content-news .right-title h2 {
		font-size: 25px;
	}

	.content-news .menu-list {
		font-size: 16px;
	}

	.content-news .news-box {
		margin-top: 0px;
	}

	.content .content-news {
		width: 80%;
		margin: 15px auto 40px;
	}

	.content .content-contact {
		width: 90%;
	}

	.content-contact .right-title h2 {
		font-size: 25px;
	}

	.content-contact .body-right textarea {
		font-size: 12px;
	}

	.content-contact .body-right input {
		font-size: 12px;
	}

	.content-contact .body-left {
		height: 300px;
	}

	.content-contact .body-right {
		height: 300px;
	}

	.content-contact .body-right button:hover {
		border: none;
		background: #1fd2f0;
		line-height: 31px;
		color: #fff;
		cursor: pointer;
	}

	.content-contact .body-right button {
		height: 35px;
		line-height: 33px;
		font-size: 12px;
	}

	.footer {
		height: 60px;
	}

	.footer .footer-right {
		top: 20px;
	}

	.content .content1 {
		margin: -30px auto 40px;
	}

	.menu .body h1 {
		font-size: 3em;
	}

	.menu .body h7 {
		font-size: 1.5em;
	}

	#nav-mobile1 img {
		width: 34px;
		margin-top: 12px;
	}
	.content-contact .body-left {
	    width: 40%;
	    padding: 4% 2%;
	}
	.content-contact .body-right {
	    width: 50%;
	    padding: 4% 2%;
	}
	.content1 .content-list span {
	    margin-top: 8px;
	    margin-bottom: 6px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


}


@media screen and (max-width:700px) {

	.menu .body-list img {
		height: 600px;
	}

	.menu .body-list {
		height: 600px;
	}

	.menu {
		height: 600px;
	}

	.page-turn {
		top: 280px;
	}

	.menu .body {
		top: 200px;
	}

	.header-bottom img {
		top: 566px;
	}

	.content .content1 {
		margin: -40px auto 30px;
	}

	.content1 .content-list span {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.content1 .content-list {
		margin-top: 30px;
	}

	.content4 .content-body-box {
		width: 800%;
	}

	.content3 .content-list img {
		width: 60px;
	}

	.content1 .content-list {
		width: 100%;
	}

	.menu .body h1 {
		font-size: 2em;
	}

	.menu .body h7 {
		font-size: 1.6em;
	}

	.content3 .content-list h5 {
		font-size: 20px;
	}

	.content3 .content-list p {
		font-size: 12px;
	}

	.content3 .content-list {
		height: 130px;
	}

	.content .content3 {
		height: 200px;
	}

	.content-nav a {
		font-size: 12px;
	}

	.content5 .content-body {
		margin: 0 auto;
		margin-top: 40px;
		width: 100%;
		display: block;
	}

	.content5 .body-left {
		width: 96%;
		height: 200px;
	}

	.content5 .body-right {
		width: 88%;
		margin-top: 30px;
		height: 320px;
	}

	.content .content-about {
		width: 80%;
	}

	.content-server .server-title {
		display: block;
	}

	.content-server .title-left {
		width: 76%;
	}

	.content-server .list-box {
		left: 0px;
	}

	.content-server .list-box1 {
		left: 20px;
	}

	.content-cases .menu-list {
		font-size: 12px;
	}

	.content-cases .body-list {
		width: 100%;
	}

	.content-news .menu-list {
		font-size: 14px;
	}

	.content-news .right-title h2 {
		font-size: 30px;
	}

	.content-contact .content-body {
		display: block;
	}

	.content-contact .body-left {
		width: 96%;
	}

	.content-contact .body-left {
		width: 96%;
		height: 250px;
	}

	.content-contact .body-right {
		width: 88%;
		height: 320px;
		margin-top: 30px;
	}

	.content2 .right-title i {
		height: 20px;
	}

	.content2 .right-title h2 {
		font-size: 20px;
	}

	.content2 .content-right a:hover {
		line-height: 31px;
	}

	.content2 .content-right a {
		height: 35px;
		line-height: 33px;
	}

	.content2 .content-right a {
		margin-top: 10px;
	}

	.content4 .content-title h4 {
		font-size: 20px;
	}

	.content4 .content-title p {
		font-size: 14px;
		margin-top: 8px;
	}

	.content4 .content-nav {
		margin: 20px auto 0;
	}

	.content4 .content-nav a {
		font-size: 14px;
	}

	.content4 .content-bottom a:hover {
		line-height: 33px;
	}

	.content4 .content-bottom a {
		height: 35px;
		line-height: 33px;
	}

	.content5 .content-body {
		margin-top: 20px;
	}

	.content5 .content-title h4 {
		font-size: 20px;
	}

	.content5 .content-title p {
		display: block;
		text-align: center;
		font-size: 14px;
		color: #7f8c8d;
		margin-top: 15px;
	}

	.content5 .body-line {
		margin-top: 5px;
	}

	.footer .footer-right {
		display: block;
	}

	.footer .footer-right {
		top: 9px;
	}

	.content .content-about {
		width: 90%;
	}

	.content .content2 {
		width: 90%;
	}

	.footer .footer-right a {
		font-size: 12px;
	}

	.header-bg img {
		height: 330px;
	}

	.header-bottom1 img {
		top: 296px;
	}

	.content-server .right-title h2 {
		font-size: 20px;
	}

	.content-server .right-title i {
		height: 20px;
	}

	.content-server .menu-list {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.content-server .title-left {
		width: 98%;
		height: 267px;
		left: 0%;
		padding: 1%;
	}

	.content-server .title-right {
		width: 96%;
		height: 170px;
		left: 0%;
		top: 20px;
	}

	.content-server .list-box {
		left: 50px;
	}

	.content-server .list-box1 {
		left: 50px;
	}

	.content-newsDetail .main-title {
		font-size: 20px;
	}

	.pager2 {
		margin-top: 70px;
	}

	.content-news .right-title h2 {
		font-size: 20px;
	}

	.content-news .right-title i {
		height: 20px;
	}

	.content .content-news {
		width: 90%;
		margin: 15px auto 40px;
	}

	.content-news .menu-list {
		font-size: 14px;
	}

	.content-news .menu-list {
		height: 35px;
		line-height: 35px;
	}

	.content-newsDetail .main-title {
		font-size: 16px;
	}

	.header-bottom1 img {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 305px;
		left: 50%;
		transform: translateX(-25px);
	}

	.content-newsDetail .two-title {
		width: 50%;
		margin-left: 25%;
	}

	.content-contact .right-title i {
		height: 20px;
	}

	.content-contact .right-title h2 {
		font-size: 20px;
	}

	.map {
		height: 370px;
	}
	.content5 .body-left {
	    width: 92%;
	    padding: 4%;
	}
	.content5 .body-right {
	    width: 92%;
	    padding: 4%;
	}
	.content .content5 {
	    width: 90%;
	    margin: 60px auto 30px;
	}
	.content-server .server-list img {
	    width: 100%;
	}
	.content-contact .body-right {
		width: 92%;
		padding: 4%;
	}
	.content-contact .body-left {
		width: 92%;
		padding: 4%;
	}
	.footer-by{
		display: block;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	
	
	
	
	




}
