@media screen and (min-width: 1700px) {
	.swiper-banner{
		height: 670px !important;
	}
}
body{
	background-color: #F9FBFD;
}
.ico,[class^="ico-"],[class*="ico-"]{
	font-family: 'iconfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-moz-user-select:   none;
}
.textColor3{color: #333 !important;}
.textColor6{color: #666 !important;}
.textColorF{color: #FFF !important;}
.w1080{width: 1080px;margin: 0 auto;}
.font-size-36{font-size: 36px !important;}
a:focus,a:hover{text-decoration: none;}

.slider_title{font-size: 28px;color: #333;}
.slide1_tit{
	font-size: 16px;
	color: #fff;
	background-color: #1F2329;
	padding: 9px 0;
}
/*banner部分start*/
.swiper-banner{
	height: 500px;
}
.swiper-banner .swiper-pagination-bullet{
	width: 36px;
	height: 4px;
	border-radius: 0;
}
.swiper-banner .swiper-pagination-bullet{background-color: #fff;}
.swiper-banner .swiper-pagination-bullet-active{background-color: #00A5B9}
/*end*/
.index-navs2{background-color: #1f2329;}
.index-navs2>ul>li{display: inline-block}
.index-navs2>ul>li>a{
	display: block;
	padding:25px ;
	font-size: 16px;
	color: #eee;
}
.index-navs2>ul>li>a:hover{text-decoration: none;}
.index-navs2>ul>li.active>a{color: #00a8b9;}

.coreFun .coreFun-item{
	padding:20px 40px 0;
}
.coreFun .coreFun-item p:first-child{
	margin-bottom: 30px;
}

.picStyle{
	box-shadow: 0 1px 20px rgba(0,0,0,.05);
}
.slider_Lists>li{
	padding: 60px 0;
}
.slider_Lists img{width: 100%;}
.slider_Lists .slider-text,.slider_Lists .slider-text2{
	padding: 100px 60px 0 60px;
}
.slider_Lists .slider-text3{padding: 60px 60px 0 60px;}
.slider_Lists .slider-text>ul,.slider_Lists .slider-text2>ul{
	width: 340px;
}
.slider_Lists .slider-text>ul>li{
	position: relative;
	padding-left: 15px;
	color: #333;
	line-height: 24px;
	margin-bottom: 5px;
}
.slider_Lists .slider-text>ul>li:before{
	position: absolute;
	top:0;
	left: 0;
	content: "●";
	/*font-family: "iconfont";*/
	font-size: 12px;
	color: #0367ed;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slider_Lists .slider-textbg{
	width: 390px;
	font-size: 16px;
	color: #fff;
	padding: 30px 30px 30px 50px;
	background: -webkit-linear-gradient(left, #51abff , #2e7aff);
	background: -o-linear-gradient(left, #51abff , #2e7aff);
	background: -moz-linear-gradient(left, #51abff , #2e7aff);
	background: linear-gradient(to right, #51abff , #2e7aff);
}
.slider_Lists .slider-textbg>li{
	line-height: 24px;
	margin-bottom: 5px;
	position: relative;
}
.slider_Lists .slider-textbg>li:before{
	position: absolute;
	left:-25px;
	top:1px;
	content: "\e666";
	font-family: "iconfont";
	font-size: 14px;
	color: #fff;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footreg{
	background-color: #080808;
}
.mask-reg{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #fff !important;
	width: 122px;
	height: 42px;
	line-height: 42px;
	background: url("../images/reg_bg.png");
}
/*帮助*/
.help-navs{position: fixed;bottom:25px;right:10px;z-index: 1600;color: #fff;}
.help-navs li{
	background-color: #c2c2c4;
	width:70px;
	height:70px;
	position: relative;
	}
.help-navs li:nth-of-type(2),.help-navs li:nth-of-type(3){
	background-color: #00a8b9;
}
.help-navs li:last-child{
	background: url("../images/help-reg.jpg") no-repeat;
}
.help-navs li:last-child a{padding-top: 8px;}
.help-navs li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
    padding: 5px;
}
.help-navs li:nth-of-type(2) a{position: relative;}
.help-navs li:nth-of-type(2) a:before{
    content: '';
    border-top: 1px solid #fff;
    width: 35px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -17.5px;
}
.help-navs li.small .help_word{
    display: none;
	position: absolute;
	left: -210px;
    top:15px;
	width: 200px;
	background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 1px 1px #ddd;
}
.help-navs li.small .help_word span{
    color: #00a8b9;
}
.help-navs li.small:hover{background-color: #0a9dac;}
.help-navs li.small:hover a:before{display: none;}
.help-navs li.small:hover .help_word{display: block;}

.mainColorTitle:before{
  position: absolute;
  bottom:-10px;
  left: 0;
  content: "";
  width: 40px;
  height: 2px;
  /*font-family: "iconfont";*/
  font-size: 12px;
  background-color:#2974ff; 

  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.labelSpan{
    display: inline-block;
    padding: 2px 10px;
    background-color: #e6edfc;
    border-radius: 50px;
    color: #2974FF;
    font-size: 16px;
  }
  .box_shadow:hover{



	  -moz-box-shadow: 0 2px 10px #d7d7d7; /* Firefox */
	  -webkit-box-shadow: 0 2px 10px #d7d7d7; /* Safari 和 Chrome */
	  box-shadow: 0 2px 10px #d7d7d7; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  }

