/*-------------------------head 头部----------------------------------*/

.page-div {
	width: 100%;
	height: 100%;
	position: relative;
	clear: both
}
.pageCollapse{
	height: 81px;
}
.bg-cont-div {
	background: #fff;
	border: 1px #fff solid;
}


.module-num1 {
	border: 1px #fff solid;
	min-height: 550px;
	background: #fff;
}

.navbar .nav-menu .nav-head {
	transition: all .1s ease-in-out .1s;
	-webkit-transition: all .1s ease-in-out .1s;
	-moz-transition: all .1s ease-in-out .1s;
	-ms-transition: all .1s ease-in-out .1s;
	width: 100%;
	max-height: 90px;
	z-index: 111;
}

.navbar-custom {
	margin-bottom: 0;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.4);
	/*padding: 20px 0;*/
	border-bottom: 0;
	letter-spacing: 1px;
	background: 0 0;
	-mswebkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.navbar-custom.top-nav-collapse {
	padding: 0;
	background: #000;
	background: rgba(255, 255, 255, 0.4);
	background: #fff !important;
	border-bottom: 1px #eee solid;
	color: #666;
}


.logo {
	background: url("../images/banner/logo-white.png") no-repeat;
}
.top-nav-collapse .logo {
	background: url("../images/banner/logo-blue.png") no-repeat;
}

.nav-logo {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 160px;
	height: 50px;
}

.nav-toggle {
	display: none;
}

.navLogo {
	height: 80px;
	width: 100px;
	float: left;
}

.scroll-logo {
	background: url("../images/banner/logo-blue.png") no-repeat;
}

.index-logo {
	top: 15px;
	left: 1px;
	width: 77px;
	height: 48px;
	position: relative;
}

.menu-nav ul li a {
	text-decoration: none;
	border-radius: 2px;
}

.nav-head ul li a {
	text-decoration: none;
	display: block;
	/*width: 88px;*/
	padding: 34px 0 18px;
    text-align: center;
    margin: 0 30px;
    color: white;
}
.top-nav-collapse .nav-head ul li a {
	padding: 34px 0 24px;
	color: #666;
}

#demo>ul.navList>li>a {
	/*color: #fff;*/
	box-sizing: border-box;
}

.navList {
	float: right;
}

/*登录按钮*/
.login{
	line-height: 1;
	padding-top: 23px;
	margin-left: 30px;
}
.login button{
	font-size: 16px;
    padding: 13px 26px;
    border-radius: 35px;
    border: 1px solid white;
    background: white;
    color: #3FA4FD;
}
.top-nav-collapse .login button{
	border: 1px solid #3FA4FD;
	background: #3FA4FD;
    color: white;
}
.top-nav-collapse .login button:hover{
	border: 1px solid #3FA4FD;
    background: white;
    color: #3FA4FD;
}
/*登录晨检系统*/
.loginMorcheck button{  
    border: 1px solid white;
    background: none;
    color: white;
}
.top-nav-collapse .loginMorcheck button{
    border: 1px solid #3FA4FD;
    background: white;
    color: #3FA4FD;
}
.top-nav-collapse .loginMorcheck button:hover{
    border: 1px solid #3FA4FD;
	background: #3FA4FD;
    color: white;
}

@media (max-width: 768px) {
	.navList {
		float: left;
		width: 100%;
	}
	.nav-head.in {
		overflow: inherit;
		margin-top: 50px;
	}
	.nav-head ul li a {
		width: 100%;
		padding: 10px 0;
	}
	.nav-head {
		padding-right: 0px;
		padding-left: 0px;
	}
	.nav-head {
		margin: 0px;
	}
	.navLogo {
		margin-top: -36px;
	}
	.index-logo {
		top: 30px;
	}
	.navbar-toggle {
		margin-top: 14px;
	}
}

.navbar-toggle {
	z-index: 999;
}


/*导航划过点击状态*/
.nav-head ul li a:hover,
.navList .caidan a,
.nav-head a:active,
.nav-head .active a {	
	border-bottom: 1px solid white;
}
.top-nav-collapse .nav-head ul li a:hover, .top-nav-collapse .nav-head ul li a:active{
	border-bottom: 2px solid #4EA3EB;
    color: #4EA3EB !important;
}
.navActive a{
	border-bottom: 1px solid white !important;
}
.top-nav-collapse .navActive a{
	border-bottom: 2px solid #4EA3EB !important;
    color:#4EA3EB !important;
}

/*轮播图*/

.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
	height: 974px;
}

.cbp-bislideshow li {
	position: absolute;
	min-width: 1170px !important;
	width: 100.5%;
	height: 100.5%;
	/*top: -0.5%;*/
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;	
}


/* If background-size supported we'll add the Image to the background of the li */

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: 100% 100%;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}


/* ...and hide the Image */

.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}

.cbp-bicontrols span {
	float: left;
	/*width: 100px;*/
	/*height: 100px;*/
	position: relative;
	cursor: pointer;
}

.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 40% !important;
	left: 0;
	text-align: center;
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 80px;
	/*color: #fff;*/
	color: rgba(255, 255, 255, 0.5);
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}

.cbp-bicontrols span:hover:before {
	opacity: 0.7;
}

.cbp-bicontrols span:active:before {
	top: 2px;
}

span.cbp-biplay:before {
	content: "\e002";
}

span.cbp-bipause:before {
	content: "\e003";
}

span.cbp-binext:before {
	content: "\e000";
}

span.cbp-biprev:before {
	content: "\e001";
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}


/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}


/*-------------------------底部----------------------------------*/
.footer{
	width: 100%;
	height: 518px;
	background: url(../images/footBG.png) no-repeat center;
	min-width: 1170px;
}
.footer > div{
	width: 1170px;
	height: 100%;
	margin: 0 auto;
}
.footer ul{
	display: inline-block;
	vertical-align: top;
}
.footer ul li{
	display: block;
	line-height: 1;
}
.footer ul li span{
	font-size: 30px;
	color: #FFFFFF;
}.footer ul li b{
	font-size: 16px;
	color: #BCBCBC;
}
.footer ul li i{
	font-size: 30px;
	color: #FEFEFE;
}
.footer ul li strong{
	font-size: 16px;
	color: #FFFFFF;	
}

.footer .phone li:nth-of-type(1){
	padding-top: 110px;
	padding-bottom: 60px;
}
.footer .phone li:nth-of-type(2){
	padding-bottom: 40px;
}
.footer .phone li:nth-of-type(3){
	padding-bottom: 40px;
}
.footer .wechat{
	margin-left: 370px;
}
.footer .wechat li:nth-of-type(1){
	padding-top: 110px;
	padding-bottom: 25px;
}
.footer .wechat li:nth-of-type(2){
	padding-bottom: 20px;
}

.footer .foot-copy{
	font-size: 12px;
	color: #ABABAB;
	text-align: center;
	margin-top: 97px;
}

/*联系方式*/
.contactway{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -100px;
	cursor: pointer;
	display: none;
}
.contactway > div{
	
}
.contactway p{
	width: 50px;
	height: 50px;
	background: #3FA4FB;
	/*position: relative;*/
	float: right;
	display: block;
	border-radius:4px;
	margin-bottom: 2px;
}
.contactway img{
	margin: 0 auto;
    width: 25px;
    display: block;
    padding-top: 13px;
}
.contactway span{
	width: 124px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: white;
	background: #666666;
	text-align: center;
	position: relative;
	display: block;
	float: right;
	margin-right: 15px;
	border-radius: 5px;
	margin-top: 7px;
	display: none;
}
.telephone:hover span{
	display: block;
}
.QQ:hover span{
	display: block;
}

/*右箭头*/
.right{
    width:20px;
    height:20px;
    position:absolute;
    right:-19px;
    top:10px;
}
.right-arrow1,.right-arrow2{
    width:0;
    height:0;
    display:block;
    position:absolute;
    left:0;
    top:0;
    border-top:8px transparent dashed;
    border-right:10px transparent dashed;
    border-bottom:8px transparent dashed;
    border-left:10px white solid;
    overflow:hidden;
}
.right-arrow1{
    left:1px;/*重要*/
    border-left:10px #666 solid;
}
.right-arrow2{
    border-left:10px #666 solid;
}


/*---------------------浏览器版本提示-----------------------*/
.ie-modal{background: #fff;width: 100%;height: 100%;position: fixed;z-index: 999999;display: none;}
.modal-cont{width: 930px;height: 470px;border: 1px solid transparent;box-shadow:0px 0px 4px 0px rgba(66,66,66,0.4);margin: auto;position: relative;top: 100px;text-align: center;}
.modal-text{height: 150px;font-size: 12px;margin-top: 80px;}
.modal-text h3{font-size: 18px;color: #FF5722;}
.modal-text>p{margin-top: 20px;}
.btn-liulanqi{display: inline-block;margin: 10px 0;padding: 10px 30px;border-radius: 30px;border: none;background-color: #5AC9FF;cursor: default;color: #fff;outline: none;color: #fff !important;cursor: pointer;}
.btn-liulanqi:hover,.btn-liulanqi:visited,.btn-liulanqi:link,.btn-liulanqi:active{text-decoration: none;}
.icon-explore{width: 100%;height: 100%;}
.icon-explorer ul{width: 800px;height: 100%;margin: auto;padding-left: 10px;}
.icon-explorer ul li{list-style: none;float: left;width: 195px;border: 1px #eee solid;height: 100%;border-right: 0;box-sizing: border-box;}
.icon-explorer ul li i{font-style: normal;color: #666;font-size: 12px;}
.icon-explorer ul li span{/*border:1px red solid;*/height: 150px;width: 100%;display: block;}
.icon-explorer{width: 100%;height: 200px;}
.icon-explorer ul li a{text-decoration: none;cursor: pointer;}
.icon-explorer ul li:hover{border-bottom: 3px #3FA4FD solid;}
.icon-explorer ul li:hover i{color: #3FA4FD;}
.chrome span{background:url('../../AdminLTE/img/addPhoto/google.png')}
.firefox span{background:url('../../AdminLTE/img/addPhoto/Firefox.png')}
.ie span{background:url('../../AdminLTE/img/addPhoto/ie.png')}
.safari span{background:url('../../AdminLTE/img/addPhoto/safari.png')}
.icon-explorer ul li span{background-repeat: no-repeat;background-position: center;}

