/*public start*/
* {margin: 0;padding: 0;font-size: 16px;font-family: '微软雅黑';-webkit-tap-highlight-color: rgba(0,0,0,0);}
ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {margin: 0;padding: 0;}
ol, ul, li {list-style: none;padding: 0;margin: 0;}
img {border: none;max-width:100%;vertical-align: middle;}
a {text-decoration: none;border: none;margin: 0;padding: 0;}
input, textarea ,button{outline: 0;resize: none;border: none;_border: 0;margin: 0;padding: 0;background: none;}
select {border: 0;}
input::-webkit-search-cancel-button {display: none;}
input[type=button], input[type=submit], input[type=search], button{ -webkit-appearance: none;}
table, table td {border-collapse: collapse;}
select {border: 0;appearance: none;-webkit-appearance: none;-moz-appearance: none;outline: none;}
select::-ms-expand {display: none;}
/*public end*/

.y-box{
	overflow-x: hidden;
}
.logo{
	display: flex;
	justify-content: center;
	padding-top: 28px;
	padding-bottom: 32px;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
.nav-p{
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
.nav-p>ul>li{
	display: inline-block;
	margin-right: 45px;
}
.nav-p>ul>li:last-child{
	margin-right: 0;
}
.nav-p>ul>li>a{
	font-size: 18px;
	color: #333333;
}
.nav-w-btn{
	display: flex;
	justify-content: center;
	padding-bottom: 15px;
}
.nav-w{
	display: none;
}
.nav-w>ul{
	padding: 15px 0;
	display: none;
}
.nav-w>ul>li{
	text-align: center;
}
.nav-w>ul>li>a{
	color: #222;
	line-height: 30px;
	font-size: 14px;
}
.wap-top-img{
		display: none;
}
@media(max-width: 766px){
	.nav-p{
		display: none;
	}
	.nav-w{
		display: block;
	}
	.top{
		height: unset!important;
	}
	.top-img{
		display: none;
	}
	.wap-top-img{
		display: block;
	}
	.top-font{
		top: 30%!important;
		height: unset!important;
	}
}
.top{
	display: flex;
	/*justify-content: center;*/
	margin-top: 145px;
	position: relative;
	height: calc(100vh - 145px);
}
.top-img{
	background: url(../images/s1.jpg);
	background-size: 100% 100%;
	height: 861px;
	min-width: 1920px;
	margin: 0 auto;
}
.top-font{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: calc(100vh - 145px);
	display: flex;
	align-items: center;
}
.top-font1>h1{
	/*padding-top: 307px;*/
	font-size: 30px;
	color: #fff;
	text-align: center;
	width: 100%;
}
.top-font1>h2{
	padding-top: 24px;
	font-size: 46px;
	color: #fff;
	text-align: center;
}
.about{
	position: relative;
	display: flex;
	justify-content: flex-end;
	height: calc(100vh - 145px);
}
.about-img{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/s2.jpg);
	width: 100%;
	height: 100%;
}
.about-con{
	width: 680px;
	height: calc(100vh - 145px);
	background: rgba(255,255,255,0.8);
	z-index: 9;
	padding-left: 34px;
	padding-right: 24px;
	/*padding-bottom: 200px;*/
	/*min-height: 800px;*/
}
.about-con>h1{
	/*padding-top: 87px;*/
	padding-top: 20px;
	font-size: 36px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 1.5%;
}
.about-con-list{
	display: flex;
}
.about-con-list-left{
	min-width: 90px;
	height: 90px;
	margin-right: 25px;
	text-align: center;
}
.about-con-list-left img{
	height: 100%;
}
.about-con-list-right{
	/*width: 420px;*/
	padding-bottom: 2%;
	/*padding-bottom: 50px;*/
}
.about-con-list-right>h1{
	font-size: 30px;
	color: #333333;
	font-weight: normal;
}
.about-con-list-right>p{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
@media(max-width: 1366px){
	.about-con{
		width: 50%;
	}
	.about-con>h1{
		padding: 10px 0;
	}
	.about-con-list-right{
		padding-bottom: 10px;
	}
}
@media(max-width: 593px){
	.about-con{
		width: 100%;
		padding-left: 0px;
    	padding-right: 0px;
	}
	.about-img{
		background-size: 100% 100%;
	}
}
.server{
	position: relative;
	display: flex;
	margin-bottom: 44px;
	height: calc(100vh - 145px);
}
.server-img{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/s3.jpg);
	width: 100%;
	height: 100%;
}
.server-con{
	width: 485px;
	padding-left: 47px;
	padding-right: 40px;
	z-index: 9;
	background: rgba(255,255,255,0.8);
	/*padding-bottom: 347px;
	min-height: 800px;*/
}
.server-con>h1{
	font-size: 36px;
	color: #333333;
	font-weight: normal;
	padding-top: 73px;
	padding-bottom: 15px;
}
.server-con>p{
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	padding-bottom: 46px;
}
.server-con-all{
	display: flex;
}
.server-con-list{
	width: 231px;
}
.server-con-list:first-child{
	margin-right: 24px;
}
.server-con-list-bottom{
	background: #2ab3e9;
	padding-bottom: 15px;
}
.server-con-list-bottom>h1{
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 11px;
}
.server-con-list-bottom>a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	width: 70px;
	border: solid 1px #fff;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
}
@media(max-width: 1366px){
	.server-con>h1{
		padding-top: 15px;
	}
	.server-con>p{
		padding-bottom: 15px;
	}
	.server-con-list{
		width: 200px;
	}
}
@media(max-width: 571px){
	.server-con{
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
}
.business{
	background: #04345a;
	padding: 15px 24px 0px 24px;
	/*min-height: 800px;*/
	height: calc(100vh - 145px);
}
.business-top-mod{
	margin-right: 25px;
	cursor: pointer;
}
.business-top-mod3{
	cursor: pointer;
}
.business-top-mod1{
	width: 445px;
	height: auto;
	background: #55c4ef;
}
.business-top-mod1>h1{
	font-size: 48px;
	color: #fff;
	padding-top: 63px;
	padding-left: 36px;
	font-weight: normal;
}
.business-top-mod1>p{
	font-size: 18px;
	color: #fff;
	padding-top: 33px;
	padding-left: 36px;
}
.business-top{
	display: flex;
	/*margin-bottom: 7px;*/
	margin-bottom: 26px;
}
.business-top-mod-hover{
	position: relative;
}
.business-top-mod-hover-s{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(85,196,239,.8);
	display: none;
	border: 1px solid #fff;
}
.business-top-mod-hover-s>p{
	padding-top: 94px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.business-top-mod-hover:hover .business-top-mod-hover-s{
	display: block;
}
@media(max-width: 1366px){
	.business-top-mod>img{
		height: 210px;
	}
	.business-top-mod1{
		width: 253px;
		height: 210px;
	}
	.business-top-mod3>img{
		height: 210px;
	}
	.business-top-mod2>img{
		height: 210px;
		width: 532px;
	}
	.business-top-mod>img{
		height: 210px;
	}
	.business-top{
		justify-content: center;
	}
}
@media(max-width: 1124px){
	.business-top-mod1>h1{
		padding-top: 15px;
    	padding-left: 13px;
	}
	.business-top-mod1>p {
	    padding-top: 23px;
	    padding-left: 13px;
	}
}
@media(max-width: 954px){
	.business-top-mod1>h1{
    	padding-left: 0px;
    	text-align: center;
    	font-size: 30px;
	}
	.business-top-mod-hover-s>p{
		padding-top: 20px;
	}
	.business-top-mod1>p {
	    padding-left: 0px;
	    text-align: center;
	}
}
@media(max-width: 724px){
	.business-top{
		flex-flow: wrap;
		justify-content: center;
	}
	.business-top-mod{
		margin-bottom: 26px;
		margin-right: 0;
		max-width: 450px;
	}
	.business-top-mod1>p{
		padding-bottom: 20px;
	}
	.business{
		height: auto;
		padding-bottom: 20px;
	}
	.business-top-mod3>img{
		height: auto;
	}
	.business-top-mod>img{
		width: auto;
		height: auto;
	}
}
.market{
	position: relative;
	height: calc(100vh - 145px);
}
.market-img{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/s4.png);
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.market-con{
	width: 100%;
	z-index: 9;
	min-height: 800px;
}
.market-con>h1{
	font-size: 36px;
	color: #333333;
	/*padding-top: 64px;*/
	padding-top: 20px;
	padding-bottom: 17px;
	font-weight: normal;
	text-align: center;
}
.market-con>h2{
	font-size: 18px;
	color: #333333;
	padding-bottom: 20px;
	/*padding-bottom: 55px;*/
	font-weight: normal;
	text-align: center;
}
.market-con-all{
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	width: 1067px;
	margin: auto;
}
.market-con-list{
	/*width: 327px;*/
	width: 30%;
	/*margin-bottom: 34px;*/
	margin-bottom: 15px;
	background: #fff;
	/*margin-right: 42px;*/
	margin-right: 3%;
}
@media(max-width: 1366px){
	.market-con-list{
		width: 33%;
		height: 172px;
	}
	.market-con-list>a>img{
		height: 100px;
		width: 100%;
	}
	.market-con>h1{
		padding: 12px 0;
	}
	.market-con>h2{
		padding-bottom: 12px;
	}
	.market-con-list-bottom>h1{
		font-size: 16px;
	}
}
@media(max-width: 1600px){
	.market-con-list{
		width: 25%;
	}
}
.market-con-list:nth-child(3n+0){
	margin-right: 0;
}
.market-con-list-bottom{
	background: #fff;
	padding-bottom: 15px;
}
.market-con-list-bottom>h1{
	padding-top: 9px;
	font-size: 19px;
	color: #333333;
	padding-bottom: 4px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.market-con-list-bottom>p{
	font-size: 14px;
	color: #666666;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media(max-width: 1066px){
	.market-con-all{
		justify-content: space-between;
		width: 90%;
	}
	.market-con-list{
		margin-right: 0px;
	}
}
@media(max-width: 726px){
	.market-con-all{
		justify-content: space-between;
		width: 90%;
	}
}
/*@media(max-width: 953px){
	.market-con-all{
		justify-content: center;
	}
}
@media(max-width: 476px){
	.market-con-list{
		width: 100%;
	}
}*/
.contact{
	padding-bottom: 150px;
}
.contact>h1{
	font-size: 36px;
	color: #333;
	text-align: center;
	padding-top: 92px;
	padding-bottom: 79px;
	font-weight: normal;
}
.contact-con{
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
}
.contact-con-list{
	width: 33%;
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
.contact-con-list>p{
	padding-top: 28px;
	font-size: 18px;
	color: #333333;
	width: 100%;
	text-align: center;
}
@media(max-width: 643px){
	.contact-con-list{
		width: 100%;
		margin-bottom: 20px;
	}
}
.footer{
	background: #000000;
	padding: 21px 0;
}
.footer>p,.footer>p>a{
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.key{
	margin-top: -145px;
}
.key-top{
	padding-top: 145px;
}
.server-popup-one{
	position: fixed;
	top: 170px;
	left: 50%;
	transform: translateX(-50%);
	width: 1577px;
	height: 605px;
	background: #fff;
	overflow-y: scroll;
	z-index: 9999;
	display: none;
}
.server-popup-one-con{
	position: relative;
}
#close{
	position: absolute;
	top: 15px;
	right: 30px;
}
.server-popup-one-con>h1{
	font-size: 18px;
	color: #333333;
	padding-top: 25px;
	padding-bottom: 10px;
	font-weight: normal;
	text-align: center;
}
.server-popup-one-con>h2{
	font-size: 36px;
	color: #333333;
	padding-bottom: 15px;
	font-weight: normal;
	text-align: center;
}
.server-popup-one-all{
	display: flex;
	justify-content: center;
}
.server-popup-one-list{
	width: 300px;
	margin-right: 38px;
}
.server-popup-one-list:last-child{
	margin-right: 0;
}
.server-popup-one-list>h1{
	padding-top: 18px;
	text-align: center;
	font-size: 20px;
	color: #333333;
}
.server-popup-one-list>p{
	padding-top: 14px;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}
@media(max-width: 1366px){
	.server-popup-one-con>h1{
		padding-top: 10px;
	}
	.server-popup-one-con>h2{
		padding-bottom: 10px;
	}
	.server-popup-one-list>h1{
		padding-top: 10px;
	}
	.server-popup-one-list>p{
		padding-top: 10px;
		font-size: 14px;
		line-height: 18px;
	}
}
@media(max-width: 1577px){
	.server-popup-one{
		width: 100%;
	}
}
@media(max-width: 766px){
	.server-popup-one-list>h1{
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.server-popup-one-list>p{
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
@media(max-width: 600px){
	.server-popup-one-all{
		flex-flow: wrap;
	}
	.server-popup-one-list{
		margin: 0;
	}
}
.server-popup-two-all{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	flex-flow: wrap;
}
.server-popup-two-list{
	width: 23%;
	margin-right: 26px;
	margin-bottom: 26px;
}
.server-popup-two-list:nth-child(4n+0){
	margin-right: 0;
}
.server-popup-two-list>p{
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #00b4a8;
}
#close2{
	position: absolute;
	top: 15px;
	right: 30px;
}
/*@media(max-width: 1304px){
	.server-popup-two-all{
		width: 100%;
		justify-content: center;
	}
	.server-popup-two-list:nth-child(3n+0){
		margin-right: 0;
	}
	.server-popup-two-list:nth-child(4n+0){
		margin-right: 34px;
	}
}*/
@media(max-width: 1600px){
	.server-popup-two-all{
		justify-content: center;
	}
	.server-popup-two-list{
		width: 20%;
	}
}
@media(max-width: 1440px){
	.server-popup-two-list{
		width: 19%;
	}
}
@media(max-width: 1366px){
	.server-popup-two-list>img{
		width: 100%;
		height: 125px;
	}
	.server-popup-two-list>p{
		padding: 8px 0;
		font-size: 15px;
	}
}
@media(max-width: 1200px){
	.server-popup-two-all{
		width: 100%;
		justify-content: center;
	}
	/*.server-popup-two-list:nth-child(3n+0){
		margin-right: 0;
	}
	.server-popup-two-list:nth-child(4n+0){
		margin-right: 34px;
	}*/
}
@media(max-width: 967px){
	/*.server-popup-two-list:nth-child(3n+0){
		margin-right: 34px;
	}
	.server-popup-two-list:nth-child(2n+0){
		margin-right: 0px;
	}*/
	.server-popup-two-list{
		width: 22%;
	}
}
@media(max-width: 650px){
	.server-popup-two-all{
		justify-content: space-between;
		width: 90%;
		margin: 0 auto;
	}
	.server-popup-two-list{
		width: 45%;
	}
	.server-popup-two-list{
		margin-right: 0px;
	}
}
/*@media(max-width: 633px){
	.server-popup-two-all{
		justify-content: space-between;
	}
	.server-popup-two-list:nth-child(3n+0){
		margin-right: 0px;
	}
	.server-popup-two-list:nth-child(4n+0){
		margin-right: 0px;
	}
	.server-popup-two-list{
		margin-right: 0px;
	}
}*/
@media(max-width: 599px){

	.server-popup-two-all{
		justify-content: center;
	}
	.server-popup-two-list{
		width: 100%;
		display: flex;
		justify-content: center;
		flex-flow: wrap;
	}
	.server-popup-two-list>img{
		width: auto;
		height: auto;
	}
	.server-popup-two-list>p{
		width: 100%;
	}
}
#close3{
	position: absolute;
	top: 15px;
	right: 30px;
}
#close4{
	position: absolute;
	top: -47px;
	right: 30px;
}
.server-market-h1{
	padding-top: 51px;
}
.server-market-all{
	/*width: 1430px;*/
	width: 677px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.server-market-all img{
	margin-bottom: 5px;
}
.server-market-all-img{
	display: flex;
	justify-content: center;
}
.server-market-all>p{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
@media(max-width: 1430px){
	.server-market-all{
		width: 80%;
	}
}
@media(max-width: 538px){
	.about-con-list-right>p{
		padding-right: 5px;
	}
	.server-con>h1{
		padding-left: 5px;
	}
	.server-con>p{
		padding-left: 5px;
		padding-right: 5px;
	}
}
.yewu_duotu{
	position: relative;
	width: 50%;
	height: 500px;
	margin: 0 auto;
    margin-top: 50px;
}
	.yewu_duotu .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .yewu_duotu .swiper-slide {
      background-size: cover;
      background-position: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .yewu_duotu .gallery-top {
      height: 80%;
      width: 100%;
    }

    .yewu_duotu .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .yewu_duotu .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }
    /*.yewu_duotu .swiper-slide-thumb-active {
      opacity: 1;
    }*/
    .yewu_duotu .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
    .yewu_duotu .swiper-button-prev,.yewu_duotu .swiper-button-next{
    	width: 50px;
    	height: 50px;
    	background-size: 50px 50px;
    }
    .yewu_duotu .swiper-button-prev{
    	background-image: url(../images/prev.png);
    	left: -90px;
    }
    .yewu_duotu .swiper-button-next{
    	background-image: url(../images/next.png);
    	right: -90px;
    }
@media(max-width: 500px){
	.yewu_duotu{
		width: 80%;
	}
	.yewu_duotu .swiper-button-prev{
    	background-image: url(../images/prev.png);
    	left: 0px;
    }
    .yewu_duotu .swiper-button-next{
    	background-image: url(../images/next.png);
    	right: 0px;
    }
}
@media(max-width: 1366px){
	.server-popup-one{
		width: 100%;
		height: calc(100vh - 180px);
	}
	.server-popup-one-con{
		height: 100%;
	}
	.yewu_duotu{
		height: 100%;
		margin: 0px auto;
	}
	.yewu_duotu .gallery-top{
		height: 70%;
		padding-top: 10px;
	}
	#close4{
		top: 10px;
	}
}
@media(max-width: 822px){
	.about{
		height: auto;
	}
	.about-con{
		height: auto;
	}
}
@media(max-width: 1066px){
	.market-con-list{
		width: 32%;
	}
}
@media(max-width: 726px){
	.market-con-list{
		width: 48%;
	}
}
@media(max-width: 530px){
	.market-con-list{
		width: 100%;
		height: auto;
	}
	.market-con-list>a>img{
		width: auto;
		height: auto;
	}
	.market{
		height: auto;
	}
}
@media(max-width: 500px){
	#close4{
		right: 0;
	}
}