ul,li{
	list-style: none;
}

body{
	position: relative;
	height: 100%;
	padding-top:52px;
	scroll-behavior: smooth;
	overflow-x: hidden;
	width: 100%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{padding:0;}
.btn-submit{padding:8px 30px;}
.input-describe{
	height: 55px;
	line-height: 76px;
	padding-left: 10px;
}
a{
	text-decoration: none;
	color: #000;
}
/*float元素宽度*/
.sl-col-1,
.sl-col-2,
.sl-col-3,
.sl-col-4,
.sl-col-5,
.sl-col-6,
.sl-col-7,
.sl-col-8,
.sl-col-9,
.sl-col-10,
.sl-col-11,
.sl-col-12 {
    float: left;
    position: relative;
    min-height: 1px;
}

.sl-col-12 {
    width: 100%;
}

.sl-col-11 {
    width: 91.66666667%;
}

.sl-col-10 {
    width: 83.33333333%;
}

.sl-col-9 {
    width: 75%;
}

.sl-col-8 {
    width: 66.66666667%;
}

.sl-col-7 {
    width: 58.33333333%;
}

.sl-col-6 {
    width: 50%;
}

.sl-col-5 {
    width: 41.66666667%;
}

.sl-col-4 {
    width: 33.33333333%;
}

.sl-col-3 {
    width: 25%;
}

.sl-col-2 {
    width: 16.66666667%;
}

.sl-col-1 {
    width: 8.33333333%;
}

.margin-left-20{
	margin-left: 20px;
}
.margin-left-40{
	margin-left: 40px;
}
.margin-bottom-20{
	margin-bottom: 20px!important;
}
.topLine{
	display: block;
	width: 1px;
	height: 1px;
	background: transparent;
}
.page-splitLine{
	width: 100%;
	height: 1px;
	background-color:#e9e9e9 ;
}
.clearboth{
	clear:both;
}

.backgroundColor{
  background-color:#22BDD4;
  color:#fff!important;
}
.whiteColor{
  color:#fff!important;
}

.self-radio{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-top:-1px;
	vertical-align: middle;
	cursor:pointer;
	background:url(../images/radio.png) center no-repeat;
	background-size: cover!important;
}
.self-radioChecked{
	background:url(../images/radioChecked.png) center no-repeat;
}
.alert-window{
	display: none;
	position: fixed;
	min-width:150px;
	padding:20px;
	background-color:rgba(0,0,0,0.6);
	color:rgba(255,255,255,0.8);
	font-size: 18px;
	border-radius: 5px;
	top: 50%;
	left:50%;
	z-index: 101;
	text-align: center;
	transform:translate(-50%,-50%);
}
/*--------导航---------*/


.page-body{
	position: relative;
	/*min-width:1366px;
	width: 1366px; */
	/*min-width:1200px;*/
	width: 1200px; 
	margin:0 auto;
}
.page-box{
	/*min-width:960px;*/
	width: 960px; 
	margin:0 auto;
}
.page-nav{
	position: fixed;
	left: 0;
	top: 0;
	margin: 0 auto;
	width: 100%;
	height: 52px;
	background-color:#fff; 
	z-index: 100;
}

.navbar{
	width:1200px;
	height: 44px;
	margin: 2px auto 18px;
}
.logo{
	cursor: pointer;
	float: left;
   	margin-right: 23px;
    margin-left: 60px;
    width: 120px;
    height: 32px;
    background: url(../img/logo.png) center no-repeat;
    background-size: cover;
    margin-top: 8px;
}
.nav-list{
	position: relative;
	float: left;
	width: 970px;
	height: 52px;
	line-height: 52px;
}
.nav-list li{
	cursor: pointer;
	position: relative;
	float:left;
	margin:0 20px;
	color:#3b3b3b;
	font-size: 17px;
	line-height: 52px;
}
.nav-back{
	width: 60px;
	height: 4px;
	position: absolute;
	bottom:0px;
	left: 0;
	background-color: #031b78;
	z-index: 2;
}
.nav-posBack{
	display: none;
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 100%;
	height: 40px;
	background-color: #f6f6f6;
}
.nav-posNav{
	display: none;
	position: absolute;
	width: 600px;
	left: 0;
	bottom: -40px;
	transform: translateX(-130px);
	z-index: 2;
}
.nav-posNav a{
	cursor: pointer;
	float:left;
	margin:0 20px;
	color:#f6f6f6;
	font-size: 15px;
	line-height: 40px;
	color: rgba(0,0,0,0.6);
}
.nav-active,.nav-posBackColor{
	color:#526fde!important;
}
/*.nav-active:before{
	content:"";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom:-16px;
	left: 0;
	background-color: #031b78;
}*/
.page-ground{
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	height: 416px;
	z-index: -1;
}
.page-title{
	width: 150px;
	height: 50px;
	margin: 50px auto 0;
}
.page-titleDes{
	width: 960px;
	text-indent:2em;
	margin:30px auto 0;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}



.page-container{
	width: 100%;
	margin:0 auto;

}
.page-back{
	position: relative;
	width: 100%;
	border-top:1px solid transparent; 
}
/*--------导航---------*/

/*--------二级标题---------*/
.page-secondeNavBox{
	width: 100%;
	height: 50px;
	background-color: #f6f6f6;
}
.page-secondeNav{
	/*width: 810px;*/
	width: 960px;
	height: 50px;
	margin:0 auto;
	color:rgba(0,0,0,0.5);
	font-size: 14px;
	line-height: 50px;
    text-indent: 20px;
}
.page-secondeNav span{
	margin: 0 8px;
}
.page-secondeNav span:last-child{
	color:#000;
	/*font-weight: bold;*/
}
.page-secondeNav a{
	color:rgba(0,0,0,0.5);
	margin: 0 8px;
}

/*--------二级标题---------*/

/*--------底部---------*/
.page-footer{
	position: relative;
	width: 100%;
	background-color: #f3f3f3;
	padding-bottom:30px;
}
.page-backTop{
	cursor: pointer;
	position:absolute;
	width: 38px;
	height: 38px;
	left: 50%;
	transform:translateX(-50%);
	top:-19px;
	background: url(../img/backtop.png) center no-repeat;
	background-size: cover;
	z-index: 10;
}
.page-footerBox{
	padding-top: 60px;
	width: 960px;
	height: 230px;
	margin:0 auto 0;
	padding-bottom:14px;
	border-bottom: 1px solid #d7d4d4;
}
.page-footerList{
	float: left;
	width: 230px;
	height: 230px;
}
.page-footerList li{
	cursor: pointer;
	line-height: 2;
	color: #000;
	width:100%;
	font-size:12px;
}
.page-footerAdress{
	float: left;
	width: 450px;
	height: 230px;
}
.page-footerAdress li{
	line-height: 3.5;
	color: #000;
	width:100%;
	font-size:12px;
}
.page-footerMsg{
	float: left;
	width: 280px;
	height: 230px;
}
.page-footerMsg{
	float: left;
	width: 280px;
	height: 230px;
}
.page-footerMsg li{
	width: 100%;
	line-height: 2;
	margin-top: 30px;
	background-size: contain;
}
.page-footerTel{
	background: url(../img/telphone.png) center no-repeat;
	height: 50px;
	width: 100%;
}
.page-footerEmail{
	background: url(../img/email.png) center no-repeat;
	height: 51px;
	width: 100%;
}
.page-footerLicense{
	display: block;
	width: 960px;
	margin:30px auto 0;
	font-size: 12px;
	color:#000; 
}

/*--------底部---------*/

/*----article page-----*/
.page-article{
	position: relative;
	/*width: 960px;*/
	width: 810px;
	margin:0 auto;
	margin-bottom: 100px;
}
.page-articleTitleBox{
	width: 100%;
	margin-top: 40px;
	border-bottom:1px solid #d4d4d4; 
}
.page-articleTitle{
	width: 100%;
	font-size: 30px;
	/* height: 50px; */
	font-weight: bold;
	color: #000;
	line-height: 50px;
}
.page-articleTime{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color:rgba(0,0,0,0.7);
	letter-spacing: 2px;
}
.page-articleCon{
	width: 100%;
	margin: 0 auto;
	border-bottom:1px solid #d4d4d4; 
}
.page-articleCon img{
	width: 100%;
}
.page-articleConText{
	color: #2a2a2a;
	line-height: 2;
	padding:30px 0;
	text-align: justify;
	overflow-x: hidden;
}
.page-articleConText video{
	display: block;
	margin:0 auto;
	width: 100%;
}
.page-articleShareBox{
	height: 28px;
	width: 100%;
	color:#9b9b9b;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 12px;
}
.page-articleShareBox span{
	height: 28px;
	margin: 0 6px;
	vertical-align: middle;
	display: inline-block;
}
.page-articleShareWX{
	cursor: pointer;
	width: 28px;
	height: 28px;
	background: url(../img/shareWX.png) center no-repeat;
	background-size: cover;
}
.page-articleShareQQ{
	cursor: pointer;
	width: 28px;
	height: 28px;
	background: url(../img/shareQQ.png) center no-repeat;
	background-size: cover;
}
.page-articleShareWB{
	cursor: pointer;
	width: 28px;
	height: 28px;
	background: url(../img/shareWB.png) center no-repeat;
	background-size: cover;
}
.page-articleFooter{
	width: 100%;
	height: 60px;

}
.page-articleClick{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color:#646464;
	font-size: 14px;
}
.page-articleLast{
	float: left;
	cursor: pointer;
}
.page-articleNext{
	float: right;
	cursor: pointer;
}
.page-articleHeader{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color:#646464;
	font-size: 14px;
}
.page-articleLastHeader{
	float: left;
	cursor: pointer;
}
.page-articleNextHeader{
	float: right;
	cursor: pointer;
}
.page-load{
	display: none;
	position: absolute;
	left: 50%;
	bottom:50px;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	margin:0 auto;
	text-align: center;
	font-size: 16px;
}
/*----article page-----*/

/*@media screen and (min-width: 1201px) { 
.page-body {width: 1200px}  
} */
/* css 注释说明：设置了浏览器宽度不小于1201px时 abc 显示1200px宽度 */ 
 
@media screen and (max-width: 1600px) { 
.page-body {width: 960px}
.page-box{width: 672px; }  
.page-footerBox{
	padding-top: 48px;
	width: 768px;
	height: 210px;
	padding-bottom:12px;
	border-bottom: 1px solid #d7d4d4;
}
.page-footerList{
	width: 184px;
	height: 184px;
}
.page-footerAdress{
	width: 360px;
	height: 184px;
}
.page-footerMsg{
	width: 224px;
	height: 184px;
}
.page-footerLicense{
	width: 768px;
	margin:30px auto 0;
	font-size: 12px;
	color:#000; 
}
.page-titleDes{
	width: 768px;
	text-indent:2em;
	margin:24px auto 0;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
.page-title{
	margin: 40px auto 0;
}
/*.page-secondeNav{
	width: 768px;
}*/
.page-article{
	width: 648px;
	margin-bottom: 80px;
}
} 
/* 设置了浏览器宽度不大于1200px时 abc 显示900px宽度 0.8*/ 
 
@media screen and (max-width: 1200px) { 
body{
	width: 1200px;
}
..page-nav{
	width: 1200px;
}
.page-body {width: 750px;}  
.page-box{width: 600px; } 
.page-footerBox{
	padding-top: 37.5px;
	width: 600px;
	height: 210px;
	margin:0 auto 0;
	padding-bottom:14px;
	border-bottom: 1px solid #d7d4d4;
}
.page-footerList{
	width: 144px;
	height: 144px;
}
.page-footerAdress{
	width: 281px;
	height: 144px;
}
.page-footerMsg{
	width: 175px;
	height: 144px;
}
.page-footerLicense{
	width: 600px;
	margin:30px auto 0;
	font-size: 12px;
	color:#000; 
}
.page-titleDes{
	width: 600px;
	text-indent:2em;
	margin:20px auto 0;
	font-size: 14px;
	line-height: 2;
	text-align: justify;
}
.page-title{
	margin: 32px auto 0;
}
/*.page-secondeNav{
	width: 600px;
}*/
.page-article{
	width: 506px;
	margin-bottom: 62px;
}
} 
/* 设置了浏览器宽度不大于900px时 abc 显示200px宽度 0.625*/ 
 
/*@media screen and (max-width: 768px) { 
.page-body {width: 100px;}  
} */