.box-nav{
	width: 100%;
	background: url(../imgs/bg.png) no-repeat;
	background-size:cover;
	background-position: 50%;
}
.nav-index{
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 900px;
}


@keyframes animateimg {
  0% { top: 42px }
  100% { top: 30px }
}
@keyframes animatecon {
  0% { top: 58px }
  100% { top: 46px }
}
@keyframes animateclose {
  0% { top: 55px }
  100% { top: 43px }
}

.ul-li .popup-line{
	position: absolute;
	top: 0;
	left: 20px;
	width: 1px;
	height: 45px;
	background: rgba(255, 255, 255, 0.6);
}
.ul-popup .popup-img{
	position: absolute;
	top: 30px;
	left: 0;
	width: 36px;
	height: 33px;
	background: url(../imgs/icon.png) no-repeat -135px -115px;
	animation: .8s animateimg ease infinite 80ms alternate;
	z-index: 5;
}
.ul-popup .popup-container{
	position: absolute;
	top: 46px;
	left: -65px;
	width: 228px;
	height: 56px;
	line-height: 62px;
	background: url(../imgs/icon.png) no-repeat 0 -299px;
	animation: .8s animatecon ease infinite 80ms alternate;
	text-align: center;
	color: #f04900;
	font-size: 12px;
}
.ul-popup .popup-close{
	position: absolute;
	top: 45px;
	left: 140px;
	width: 14px;
	height: 14px;
	background: url(../imgs/icon.png) no-repeat -90px -169px;
	animation: .8s animateclose ease infinite 80ms alternate;
}
.ul-popup .popup-close:hover{
	background: url(../imgs/icon.png) no-repeat -66px -169px;
}
.nav-index .index-title{
	margin-top: 85px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 44px;
	font-weight: normal;
}
.nav-index .main-list{
	margin: 54px 0 30px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
}
.main-list .list-item{
	display: inline-block;
	margin-right: -3px;
	padding: 0 10px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
}
.main-list .list-item:hover{
	background: #388bff;
	color: #fff;
}
.main-list .list-item-active{
	background: #388bff;
	color: #fff;
}
.nav-index .main-search{
	height: 62px;
	text-align: center;
}
input::-webkit-input-placeholder{
    color:#999;
    font-size: 16px;
}
input:-moz-placeholder{
   	color:#999;
   	font-size: 16px;
}
input::moz-placeholder{
   	color:#999;
   	font-size: 16px;
}
input:-ms-input-placeholder{
    color:#999;
    font-size: 16px;
}
.main-search .main-div-search{
	position: relative;
	display: inline-block;
}
.main-search .search-input{
	padding-left: 20px;
	width: 560px;
	height: 62px;
	border: none;
	background: #f4f4f4;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
	box-sizing: border-box;
	color: #333;
	font-size: 18px;
}
.main-search .search-btn{
	float: right;
	padding: 2px 8px;
	width: 122px;
	height: 62px;
	line-height: 60px;
	border: none;
	background: linear-gradient(to right, #388bff , #616eff);
	border-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	outline: none;
}
.main-search .search-btn:hover{
	background: linear-gradient(to right, #616eff, #388bff );
}
.search-btn .btn-icon{
	display: block;
	float: left;
	margin: 16px 0 0 20px;
}
.search-btn .btn-name{
	display: block;
	float: left;
	margin-left: 10px;
	font-size: 18px;
	color: #fff;
}
.main-div-search .search-advanced{
	position: absolute;
	top: 0;
	right: -90px;
	display: inline-block;
	line-height: 60px;
	color: #fff;
	font-weight: bolder;
	font-size: 18px;
	cursor: pointer;
}
.main-div-search .search-advanced:hover{
	color: #f08200;
}
.index-main .main-div-select{
	margin: 30px 0 0 120px;
	height: 20px;
	line-height: 20px;
}
.index-main .main-select{
	float: left;
	height: 20px;
	line-height: 20px;
}
.main-select .select-options{
	float: left;
	margin-right: 25px;
	cursor: pointer;
}
.select-options .options-icon{
	display: block;
	float: left;
	margin-right: 4px;
	width: 20px;
	height: 20px;
	background: url(../imgs/icon.png) no-repeat -43px -115px;
}
.select-options .options-icon-active{
	background: url(../imgs/icon.png) no-repeat -66px -115px);
}
.select-options .options-name{

}

.mask{
	/*display: none;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 5;
}
.popup-tooltip{
	display: none;
	position: fixed;
	top: 290px;
	left: 50%;
	margin-left: -150px;
	padding: 15px 50px 15px;
	max-width: 300px;
	line-height: 22px;
	text-align: center;
	background: #fef1df;
	border: 1px solid #f9ddb6;
	border-radius: 5px;
	color: #f4a125;
	font-size: 14px;
	z-index: 10;
}
.notice{
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -254px 0 0 -200px;
	width: 400px;
	height: 508px;
	background: #4d7df6;
	border-radius: 3px;
	z-index: 25;
}
.notice .notice-banner{
	height: 135px;
	line-height: 120px;
	background: url(../imgs/notice_banner.png) no-repeat center;
	text-align: center;
	font-weight: bolder;
	font-size: 20px;
	color: #ffffff;
}
.notice .notice-box{
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	height: 369px;
	border-radius: 6px;
	background: #fff;
}
.notice-box .box-con{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 347px;
	border: 2px solid #4d7df6;
	box-sizing: border-box;
}
.box-con .con-point{
	position: absolute;
	width: 4px;
	height: 4px;
	background: #4d7df6;
}
.box-con .point1{top: -3px;left: -3px;}
.box-con .point2{top: -3px;right: -3px;}
.box-con .point3{bottom: -3px;left: -3px;}
.box-con .point4{bottom: -3px;right: -3px;}
.box-con .con-line{
	display: block;
	position: absolute;
	bottom: 1px;
	right: -2px;
	width: 2px;
	height: 21px;
	background: #fff;
}
.box-con .con-article{
	margin: 10px 20px;
	height: 241px;
	overflow: hidden;
}
.con-article .article-p{
	margin-bottom: 4px;
}
.article-p .p-a{
	color: #4d7df6;
}
.box-con .con-btn{
	display: block;
	margin: 10px auto 10px;
	width: 128px;
	height: 36px;
	background: #4d7df6;
	box-shadow: 0px 0px 7px 0px rgba(55, 106, 232, 0.5);
	border-radius: 18px;
	color: #fff;
	font-size: 14px;
}
.box-con .con-checkbox{
	margin: 0 auto;
	width: 145px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.con-checkbox .checkbox-icon{
	display: block;
	float: left;
	margin: 3px 5px 0 0;
	width: 14px;
    height: 14px;
   background: url(../imgs/icon.png) no-repeat -43px -35px;
}
.con-checkbox .checkbox-icon-active{
	background: url(../imgs/icon.png) no-repeat 0 -35px;
}
.con-checkbox .checkbox-int{
	display: block;
	float: left;
}

/*.navs-left{float:left;margin-left:50px;color:#fff;}*/
/*.navs-left .nav-left-item{height:80px;line-height:80px;}*/
/*.navs-left h4{font-size:16px;font-weight:500;cursor:pointer;}*/
/*.navs-left h4 i{display:inline-block;width:20px;height:10px;background:url(../imgs/drop_down.png) no-repeat center;}*/
/*.navs-left h4:hover{color: #f08200;}*/
/*.navs-left h4:hover i{background: url(../imgs/icon.png) no-repeat -87px -99px;}*/
/*.navs-left ul{display:none;position:relative;padding:10px 20px;margin-top:50px;background-color:#fff;}*/
/*.navs-left ul:before{position:absolute;top:-12px;left:12px;content:'';width:0;height:0;display:inline-block;border:6px solid transparent;border-bottom:6px solid #fff;}*/
/*.navs-left ul.active{display:block;}*/
/*.navs-left li{height:30px;line-height:30px;white-space: pre;}*/
/*.navs-left li a{font-size:14px;}*/
/*.navs-left li:hover a{color:#f08200;}*/

