/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
hr{margin: 0;padding: 0;border:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* start editing from here */
body{font-family: "Source Han Sans CN";}
a{text-decoration:none;}
.clearfix:after, .clearfix:before {
	display: table;
	content: " "
}
 .clearfix:after {
	clear: both;
}

/*end reset*/
@font-face {
    font-family:'CN-Regular';
    src: url('../fonts/CN-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zcool_black';
    src: url('../fonts/zcool_black.ttf');
    font-weight: normal;
    font-style: normal;
}
body{
	font-family:'思源黑体';
	background:#eee;
	font-size: 100%;
	min-width: 1200px;
}

/*---start-header---*/
/*包裹自定义分页器的div的位置等CSS样式*/
.swiper-container-horizontal>.swiper-pagination-bullets {
	top: 540px;
	left: 0;
	width: 100%;
}

/*自定义分页器的样式*/
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 50px;
	height: 4px;
	border-radius: 0;
	display: inline-block;
	background: #fff;
	margin: 0 8px;
	opacity: 1;
}

/*自定义分页器激活时的样式表现*/
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #3399ff;
}
.header{
	min-width: 1200px;
	/* height: 710px; */
	overflow: hidden;
}
.header-top {
	width: 100%;
	background: #fff;
	height: 60px;
}
.top-content{
	min-width: 1200px;
	max-width: 1600px;
	margin: 0 auto;
	height: 60px;
}
.logo {
	float: left;
}
.logo img{
	width: 120px;
	height: 40px;
	margin-top: 10px;
	float: left;
}
.logo div{
	float: left;
}
.logo h1{
	color: #000;
	font-size: 24px;
	letter-spacing: 3px;
	line-height: 60px;
}
.logo h2{
	color: #000;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1em;
	font-weight: bold;
	margin-left: .5em;
}
.nav{
	float:right;
}
.nav ul li{
	height: 50px;
	display: inline-block;
	line-height: 40px;
	cursor: pointer;
	margin: 0 10px;
}
.nav ul li a{
	color: #111;
	font-size: 16px;
	display: block;
	text-decoration: none;
	margin-top: 10px;
}
.nav li:last-child{
	display: none;
}
.nav li.choose{
	border-bottom: 3px solid #3399ff;
	color: #111;
}
.nav li.active{
	border-bottom: 3px solid #3399ff;
	color: #111;
}
.nav li:hover {
	border-bottom: 3px solid #3399ff;
	color: #111;
	transition: .1s;
}
.telephone{
	float: right;
	margin-left: 30px;
}
.telephone img{
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 15px;
	margin-right: 8px;
}
.telephone h2{
	float: left;
	color: #111;
	font-size: 1.4em;
	line-height: 60px;
}
.header .swiper{
	/* position: relative;
	top: 0;left: 50%;
	z-index: -1;
	overflow: auto; */
	width:100%;
    /* margin-left:-990px; */
}
.swiper .swiper-slide{
	height: initial;
}
.header .swiper-container {
      width: 100%;
      height: 100%;
}
.header .swiper-slide img{
	width: 100%;
	height:100%;
}

/*--- end-header ---*/
.ptsy{
	display: flex;
	box-sizing: border-box;
	overflow: hidden;
}
.yqt{
	width: 50%;
	background: #eff8ff;
	flex:1;
	box-sizing: border-box;
}
.list .listbox{
	padding: 3rem;
	box-sizing: border-box;
}
.list .title{
	width: 45%;
	float: left;	
	text-align: center;
}
.list img{
	width: 45%;
	float: left;		
}
.szh{
	width: 50%;
	flex:1;
	background: #f5fbff;
	box-sizing: border-box;
}
.list h3{
	font-size: 2rem;
	padding: 3rem 0 1rem;
}
.list p{
	font-size: 1.2rem;
	color: #666;
}
.list .btn{
	width: 50%;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 3px;
	padding: 0.5rem 0;
	background-color: #3399ff;
	border-radius: 6px;
	cursor: pointer;
	border: none;
	margin-top: 3rem;
}
.list:hover .listbox{
	transform: scale(1.1);
	transition: all 1s;
}
/*---start-service---*/
.service{
	min-width: 1200px;
	margin-top: -180px;
}
.service_content{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 60px;
}
.service .col{
	width: 22.5%;
	height: 290px;
	border-radius: 4px;
	color: #fff;text-align: center;
	padding-top: 40px;
	overflow: hidden;
	cursor: pointer;
}
.service .col:nth-child(1){
	background: #3399ff url(../images/service-cp01.png) no-repeat right bottom;
	background-size: 100%;
}
.service .col:nth-child(2){
	background: #3399ff url(../images/service-cp02.png) no-repeat right bottom;
	background-size: 100%;
}
.service .col:nth-child(3){
	background: #3399ff url(../images/service-cp03.png) no-repeat right bottom;
	background-size: 100%;
}
.service .col:nth-child(4){
	background: #3399ff url(../images/service-cp04.png) no-repeat right bottom;
	background-size: 100%;
}
.service .col>h1{
	font-size: 2em;
	letter-spacing: .2em;
	margin-bottom: .6em;
	font-weight: 500;
}
.service .col>h2{
	font-size: 1.2em;
	letter-spacing:.1em;
	font-weight: 500;
}
.service .col img{
	margin-top:50px;
}
.service .col:hover img{
	display: none;
}
.service .enter{
	width: 22.5%;height: 151px;
	background-color: rgba(0,0,0,0);
	position: absolute;bottom: 0;
	border-radius: 0 0 4px 4px;
}
.service .col .enter>h1{
	padding: 23px 17px;
	font-size: 1.1em;
	display: none;
	line-height: 2em;
}
.service .enter .circle{
	background-color: #fff;
	width: 90px;height: 90px;
	border-radius: 50px;
	position: absolute;bottom: 60px;left: calc(0% - 90px);
	visibility: hidden;
	
}
.service .enter .circle img{
	width: 32px;height: 56px;
	margin: calc((90px - 56px) / 2) calc((90px - 32px) / 2 + 4px);
}
.service .col:hover .enter{background-color: rgba(0,0,0,0.6);transition: .2s ease-out;}
.service .col:hover .enter h1{display: block;transition: .2s ease-out;}
.service .col:hover .circle{
	position: absolute;bottom: 60px;left: calc(50% - 45px);
	visibility: visible;
	transition: .2s ease-out;
}
/*---end-service---*/

/*---start-product---*/
.product{
	min-width: 1200px;
}
.product_content{
	width: 1200px;
	margin: 0 auto;
	padding:50px 0;
	height: 445px; 
}
.product .title{
	width: 264px;
	height: 100%;
	float: left;
	color: #fff;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.product .title:hover .more{
	transition: all 0.38s ease;
	transform: scale(1.05);
}
.product .title .text{
	margin: 42px 20px 0 32px;
}
.product .title h1{
	font-size: 2em;
	letter-spacing: .1em;
	font-weight: 500;
	margin-bottom: .4em;
}
.product .title h2{
	font-size: 1em;
	line-height: 2em;
	margin-top: 20px;
}
.product .title .more{
	position: absolute;
	height: 50px;
	width: 264px;
	background: rgba(0,0,0,0);
	bottom: 30px;
	
}
.product .title .more h3{
	font-size: 1.2em;
	letter-spacing: .2em;
	line-height: 50px;
	text-align: center;
	width: 150px;
	height: 36px;
	line-height: 36px;
	border:1px solid #fff;
	border-radius: 5px;
	margin: 0 auto;
}
.product .title .more02{
	position: absolute;
	bottom: 40px;
	height: 44px;width: 180px;
	margin: 0 38px;
	border:2px solid #fff;
	padding-left: 8px;
}
.product .title .more02 h3{
	color: #fff;
	font-size: 1.4em;
	letter-spacing: .2em;
	line-height: 44px;
	text-align: center;
}
.product .table{
	width: 936px;
	height: 444px;
	float: left;
	background-color: #fff;
	border-collapse: collapse;
}

.product .table li{
	width: calc(33.3% - 1px);
	height: 220px;
	border:1px solid #e0e0e0;
	border-left: 0;
	cursor: pointer;
	float: left;
}
.product .table li:hover{
	box-shadow:  0 0 10px 2px rgba(0,0,0,0.15);
	transition: .2s ease-out;
}
.product .table li .cp-top{
	height: 125px;
	padding: 30px 27px 0;
	/*border-bottom: 1px solid #e0e0e0;*/
}
.product .table li .cp-top h1{
	font-size: 1.4em;
	color: #333;
	margin-bottom: .4em;
}
.product .table li .cp-top h2{
	font-size: .9em;
	color: #a0a0a0;
	margin-bottom: 1em;
}
.product .table li:hover .cp-top h2{
	color: #3399ff;
	transition: .2s;
}
.product .table li .cp-top h3{
	font-size: 1em;
	color: #a0a0a0;
}
.product .table li .cp-top span{
	font-size: 1.2em;
	color: #ff6a00;
	margin-right: .4em;
}
.product .table li .cp-bottom{
	height: 55px;
	padding: 0 27px 10px;
}
.product .table li .cp-bottom h1{
	font-size: 1em;
	color: #a0a0a0;
	float: left;
	line-height: 54px;
}
.product .table li:hover .cp-bottom h1{
	color: #3399ff;
	transition: .2s ease-out;
}
.product .table li .cp-bottom h2{
	font-size: 1em;
	color: #a0a0a0;
	float: right;
	line-height: 54px;
}
.product .table li .cp-bottom span{
	color: #3399ff;
}
.product01,.product03{
	background-color: #fff;
}
.product02,.product04{
	background-color: #eee;
}
.product01 .title{
	background:url(../images/product-bg01.png) no-repeat;
}
.product02 .title{
	background:url(../images/product-bg02.png) no-repeat;
}
.product03 .title{
	background:url(../images/product-bg03.png) no-repeat;
}
.product04 .title{
	background:url(../images/product-bg04.png) no-repeat;
}
/*---end-product---*/
/*---start-solution---*/
.solution{
	min-width: 1200px;
	background-color: #fff;
}
.solution_content{
	width: 1200px;
	margin: 0 auto;
	height: calc( 740px - 65px - 105px);
	padding:65px 0 105px;
}
.solution .title {
	color: #333;
	text-align: center;
	margin-bottom: 40px;
}
.solution .title h1{
	font-size: 2.4em;
	margin-bottom: .5em;
	letter-spacing: .1em;
}
.solution .title h2{
	font-size: 1.6em;
	letter-spacing: .2em;
}
.solution_col{
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.solution_col .col{
	/* width: 25%; */
	height: 443px;
	border-radius: 0;
}
.solution_col a:nth-child(1) .col{background: url(../images/solution-bg01.png) no-repeat;}
.solution_col a:nth-child(2) .col{background: url(../images/solution-bg02.png) no-repeat;}
.solution_col a:nth-child(3) .col{background: url(../images/solution-bg03.png) no-repeat;}
.solution_col a:nth-child(4) .col{background: url(../images/solution-bg04.png) no-repeat;}
.solution_col .col div{
	width: 300px;
	height: 443px;
	background-color: rgba(0,0,0,0.6);
}
.solution_col .col img{
	width: 120px;height: 120px;
	margin: 120px calc((300px - 120px) / 2) 60px;
}
.solution_col .col h1{
	font-size: 1.4em;text-align: center;
	letter-spacing: .1em;
	color: #fff;
	font-weight: 500;
}
.solution_col .col:hover{
	border-radius: 4px;
	box-shadow:  0 0 12px 4px rgba(51,153,255,0.4);
	transform: scale(1.05);
	transition: .2s ease-out;
}
.solution_col .col:hover div{
	border-radius: 4px;
	background-color: rgba(51,153,255,0.4);
	transition: .2s ease-out;
}
/*---end-solution---*/


/*---start-news---*/
.news{
	min-width: 1200px;
	background-color: #eee;
	height: 460px;
}
.news_content{
	width: 1200px;
	margin: 0 auto;
	padding: calc((460px - 370px) / 2) 0;
	position: relative;
}

.news .news-img{
	width: 550px;
	height: 370px;
	float: left;
	border-radius: 4px;
	overflow: hidden;
}
.news .news-img img{
	width: 550px;
	height: 370px;
}
.news .news_right{
	width: 560px;
	float: right;
}
.news .xwdt-title{
	font-size: 2.4em;
	letter-spacing: .1em;
	color: #333;
	font-weight: 500;
	margin-top: 20px;
}
.news .news_right .news-nr a{
	color: #333;
}
.news .news_right .news-nr a:hover{
	color: #3399ff;
}
.news .news_right .news-cont-box{
	height: 160px;
	overflow: hidden;
}
.news .news-img img{
	display: none;
}
.news .news-img img.show{
	display: block;
}
.news .news_right .news-cont-box li{
	display: none;
}
.news .news_right .news-cont-box li.show{
	display: block;
}
.news .news_right h2{
	font-size: 1.4em;
	letter-spacing: .1em;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .news_right h3{
	width: 560px;
	font-size: 1em;
	line-height: 1.8em;
	color: #666;
	margin-top: 30px;
}
.news .hr{
	width: 50px;
	height: 4px;
	background-color: #3399ff;
	border-radius: 2px;
	margin: 28px 0 30px;
}
.new-ti{float: left;width: 100px;margin: 15px 0;}
.new-ti .cir li{
	float: left;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}
.new-ti .cir li.active{background: #3399ff;width: 25px;height: 8px; animation: clipMe 0.5s;}
.news .news_right>div{
	width: 70px;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.news .news_right .cir li{
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #ccc;
}
.news .news_right .cir li.active{
	width: 24px;
	height: 8px;
	border-radius: 4px;
	background-color: #3399ff;
}
/*---end-news---*/

/*---start-download---*/
.download{
	min-width: 1200px;
	background-color: #fff;
}
.download_content{
	width: 1200px;
	margin: 0 auto;
	padding:45px 0 65px;
	position: relative;
}
.download .title {
	color: #333;
	text-align: center;
	margin-bottom: 40px;
}
.download .title h1{
	font-size: 2.4em;
	margin-bottom: .5em;
	letter-spacing: .1em;
}
.download .title h2{
	font-size: 1.6em;
	letter-spacing: .2em;
}
.download_col{
	display: flex;
	justify-content: space-between;
}
.download_col .col{
	width: 12%;
	cursor: pointer;
}
.download_col .col:hover{
	transform: translateY(-20px);
	transition: .2s ease-out;
}
.download_col .col img{
	width:58px;height: 58px;
	margin: 0 calc((144px - 58px) / 2);
}
.download_col .col h1{
	font-size: 1em;
	line-height: 3em;
	color: #333;
	text-align: center;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.download .more{
	position: absolute;
	right: 4%;
	top: 33%;
	cursor: pointer;
}
.more a{
	color: #fff;
}
.download .more:hover{
	transform: translateX(10px);
	transition: .2s;
}
.download .more h1{
	font-size: 1em;
	line-height:14px;
	float: left;
	color: #3399ff;
	margin-right: 8px;
	font-weight: 500;
}
.download .more img{
	float: left;
	width: 8px;height: 14px;
}
/*---end-download---*/

/*---start-footer---*/
.footer{
	min-width: 1200px;
	background-color: #0f2846;
}
.footer_content{
	width: 1200px;
	margin: 0 auto;
	padding:30px 0;
	color: #fff;
}
.footer .col01{
	float: left;
	margin-right: 52px;
	width: 90px;
}
.footer .col02,.footer .col03{
	float: right;
	margin: 0 46px 0 20px;
}
.footer h1{
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 500;
	margin-left: -0.5em;
}
.footer h2{
	font-size: .9em;
	line-height: 2.4em;
}
.footer h2 a{
	font-size: .9em;
	line-height: 2.4em;
	color: #fff;
}
.footer .col01 img{
	margin: 10px 0;
	cursor: pointer;
}
.footer .col01:nth-child(1) h2,.footer .col01:nth-child(2) h2{
	cursor: pointer;
}
.footer .col01:nth-child(4){
	height:170px;
	width: 1px;
	background-color: #fff;
	margin-left: 20px;
}
.footer .col02 .code{
	float: left;
	margin-top: 15px;
}
.footer .col02 img{
	width: 120px;height: 120px;
	float: left;
}
.footer .col02 h2{
	width: 120px;
	text-align: center;
	line-height: 3em;
}
.footer .col03 h2{
	padding-left: 60px;
	line-height: 26px;
	margin:10px 0;
}
.footer .col03 h2:nth-child(1){
	background-image: url(../images/footer-icon01.png);
	background-repeat:no-repeat;
	background-size: 26px 26px; 
}
.footer .col03 h2:nth-child(2){
	background-image: url(../images/footer-icon02.png);
	background-repeat:no-repeat;
	background-size: 26px 26px; 
}
.footer .col03 h2:nth-child(3){
	background-image: url(../images/footer-icon03.png);
	background-repeat:no-repeat;
	background-size: 26px 26px; 
}
.footer .col03 h2:nth-child(4){
	background-image: url(../images/footer-icon04.png);
	background-repeat:no-repeat;
	background-size: 26px 26px; 
}
.footer .col03 h2 span{
	padding-left: 30px;
}
.footer .col02{
	margin-right: 40px;
}
.footer .col01:nth-child(1){
	margin-left: 40px;
}
/*---end-footer---*/

/*---start-float---*/
.float{
    position: fixed;
    right: 12px;
    top: 53%;
    z-index: 5;
}
.float ul{
	border: 2px solid #3399ff;
}
.float ul li{
	width: 50px;
	height: 60px;
    background:#3399ff;
	cursor: pointer;
}
.float ul .show{
	background: #fff;
	position: relative;
}
.float ul li span{
	width: 25px;
	height: 25px;
	padding: 19px 13px;
	display:block;
}
.float ul li img{
	display: none;
}
.float ul .show img{
	width: 230px;
	height: 140px;
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -70px;
	box-shadow: 0 1 0 2 #000;
}
.float ul li .icon1{
	background: url(../images/footer-icon01.png) no-repeat;
	background-position: 13px 17px;
	background-size: 25px;
}
.float ul li .icon2{
	background: url(../images/footer-icon02.png) no-repeat;
	background-position: 13px 17px;
	background-size: 25px;
}
.float ul li .icon3{
	background: url(../images/footer-icon03.png) no-repeat;
	background-position: 13px 17px;
	background-size: 25px;
}
.float ul li .icon4{
	background: url(../images/footer-icon04.png) no-repeat;
	background-position: 13px 17px;
	background-size: 25px;
}
.float ul .show .icon1{
	background: url(../images/float-icon01.png) no-repeat;
	background-position: 13px 17px;
	background-size: 25px;
}
.float ul .show .icon2{
	background: url(../images/float-icon02.png) no-repeat;
	background-position: 13px 17px;
	background-size: 25px;
}
.float ul .show .icon3{
	background: url(../images/float-icon03.png) no-repeat;
	background-position: 13px 17px;
	background-size: 25px;
}
.float ul .show .icon4{
	background: url(../images/float-icon04.png) no-repeat;
	background-position: 13px 17px;
	background-size: 25px;
}
/*---end-float---*/

/*---start-responsive design----*/
@media only screen and (max-width: 1440px) and (min-width:1280px) {
	
	.zxzx{
		position: absolute;
		right: 26%;
		bottom: 22%;
	}
	.list h3{
		font-size: 2rem;
		padding: 2rem 0 1rem;
	}
	.list .btn{
		margin-top: 2rem;
	}
}
@media only screen and (max-width: 1280px) and (min-width:1024px) {
	
	.zxzx{
		position: absolute;
		right: 20%;
		bottom: 22%;
	}
}

.page-navigator {
	list-style: none;
	margin: 25px 0;
	padding: 0;
	text-align: center;
}

.page-navigator li {
	display: inline-block;
	margin: 0 4px;
}

.page-navigator a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}

.page-navigator a:hover {
	background: #EEE;
	text-decoration: none;
}

.page-navigator .current a {
	color: #444;
	background: #EEE;
}

#myBtn {
    display: none; /* 默认隐藏 */
	width: 50px;
	height: 50px;
    position: fixed; 
    bottom: 20px; 
	font-size: 14px;
    right: 15px; 
    z-index: 99; 
    border: none;
    outline: none; 
    background-color: #3399ff; /* 设置背景颜色，你可以设置自己想要的颜色或图片 */
    color: white; /* 文本颜色 */
    cursor: pointer; 
    padding: 5px; 
	text-align: center;
    border-radius: 4px; /* 圆角 */
	box-sizing: border-box;
}
 
#myBtn:hover {
    background-color: #555; 
}