﻿/*for old web*/
body{
	font-size: 16px;
	min-width: 320px;
}
a{	
	color: #0081ff;
	text-decoration: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
a:focus, a:hover{
	color: #0081ff;
	text-decoration: none;
	outline: none;
}
.navbar>.container .navbar-brand{
	width: 70px;
	height: 50px;
	padding: 0;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navbar-brand.brand1{
	/* background: url('../images/logo_mnc_white.png') center/contain no-repeat; */
}
.navbar-brand.brand2{
	/* background: url('../images/logo_cgy_white.png') center/contain no-repeat; */
}
.nav{
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.navbar{
	-webkit-box-shadow: 0 1px 5px #aaa;
	-moz-box-shadow: 0 1px 5px #aaa;
	-ms-box-shadow: 0 1px 5px #aaa;
	-o-box-shadow: 0 1px 5px #aaa;
	box-shadow: 0 1px 5px #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #0081ff;
}
.navbar-nav>li>a{
	color: #fff;
	background-color: transparent;
	line-height: 30px;
}
.navbar li.active a{
	color: #0081ff;
	background-color: #fff;
}
.navbar li a:hover, .navbar li a:focus{
	color: #0081ff;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-toggle{
	margin: 8px 15px;
}
.navheight{
	height: 50px;
}
#navbar-menu{
	/*background-color: rgba(255,255,255,0.8);*/
}
.footer{
	background-color: #222;
	color: #fff;
	padding: 20px 15px 30px;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
}
.footer *{
	color: #fff;
}
.footer img{
	width: 100%;
}
.footer .logo-box{
	text-align: center;
}
.footer .logo-box .logo-item{
	display: inline-block;
	width: 90px;
	margin: 5px;
}
.footer .split{
	border-bottom: 1px solid #fff;
	width: 70%;
	margin: 0px auto 20px;
}
.footer .split i{
	display: inline-block;
	position: relative;
	width: 50px;
	height: 20px;
	font-size: 24px;
	background: #222;
	border-radius: 15px;
	top: 15px;
	color: #fff;
}
.footer .split1{
	height: 1px;
	background-color: #fff;
	width: 50%;
	text-align: right;
	margin-left: 50%;
	margin-top: 8px;
	margin-bottom: 8px;
}
.footer a{
	color: #fff;
}
.footer p{
	line-height: 1.8;
	margin: 0;
}
.footer .subnav{
	display: none;
}
.footer .subnav{

}
.footer .subnav li{
	line-height: 1.8;
	text-decoration: underline;
}
.footer .pull-right{
	float: none !important;
}
.footer .section-max{
	max-width: 550px;
}
.footer .gzh-box{
	margin-right: 20px;
	width: 140px;
}
.footer .gzh-box p{
	margin-bottom: 10px;
	width: 100%;
	line-height: 1.3;
}
.footer .gzh-box img{
	width: 140px;
}
@media (max-width: 768px){
	.footer .gzh-box{
		float: none !important;
		margin: 15px auto;
	}
}
.section-max{
	max-width: 500px;
	margin: 0 auto;
}
#toTop{
	position: fixed;
	top: auto;
	right: 10px;
	bottom: 80px;
	font-size: 30px;
	z-index: 999;
	color: #fff;
	-webkit-animation: start 1.5s infinite ease-out;
	-moz-animation: start 1.5s infinite ease-out;
	-ms-animation: start 1.5s infinite ease-out;
	-o-animation: start 1.5s infinite ease-out;
	animation: start 1.5s infinite ease-out;
	border: 1px solid #0081ff;
	border-radius: 20px;
	background: #0081ff;
}
/*返回顶部*/
@-webkit-keyframes start {
	0%,100% {opacity: 0.4;-webkit-transform: translate(0,15px);}
	70% {opacity: 1;-webkit-transform: translate(0,0);}
}
@-moz-keyframes start {
	0%,100% {opacity: 0.4;-moz-transform: translate(0,15px);}
	70% {opacity: 1;-moz-transform: translate(0,0);}
}
@-o-keyframes start {
	0%,100% {opacity: 0.4;-o-transform: translate(0,15px);}
	70% {opacity: 1;-o-transform: translate(0,0);}
}
@keyframes start {
	0%,100% {opacity: 0.4;transform: translate(0,15px);}
	70% {opacity: 1;transform: translate(0,0);}
}
.shangqiao-box{
	width: 100%;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	background-color: #fff;
	text-align: center;
	z-index: 1024;
	font-size: 14px;
	-webkit-box-shadow: 0 0 10px #aaa;
	-moz-box-shadow: 0 0 10px #aaa;
	-ms-box-shadow: 0 0 10px #aaa;
	-o-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
	padding: 0;
}
.shangqiao-box a{
	color: initial;
	display: inline-block;
	width: 24%;
	/*width: 32%;*/
	line-height: 1.4;
	padding: 5px 0;
}
.shangqiao-box a:hover{
	color: #0081ff;
}
.shangqiao-box a .iconfont{
	font-size: 22px;
}
.shangqiao-box a .iconzaixianyuyue{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	font-size: 40px;
	border-radius: 30px;
	background-color: #fff;
	color: #0081ff;
	margin-top: -34px;
	/*left: 50%;*/
	margin-left: -25px;
	-webkit-box-shadow: 0 -3px 10px #aaa;
	-moz-box-shadow: 0 -3px 10px #aaa;
	-ms-box-shadow: 0 -3px 10px #aaa;
	-o-box-shadow: 0 -3px 10px #aaa;
	box-shadow: 0 -3px 10px #aaa;
}
.modal-sm{
	width: 300px;
	margin: 0 auto;
	margin-top: 80px;
}
.modal-body p{
	line-height: 1.5;
}
.modal-title{
	font-weight: 700;
}
.msg-box .form-group{
}
.msg-box .mesimg{
	display: block;
	width: 120px;
	height: 45px;
}
.msg-box .mesBox_captchas{
	width: 120px;
	height: 45px;
	padding: 0 5px;
}
a.textWhite:hover, a.textWhite:focus, a.textWhite:active{
	color: #fff;
}
.text-blue{
	color: #0081ff;
}
.m-t-10{
	margin-top: 10px;
}
.t-a-c{
	text-align: center;
}
.modal-dialog{
	margin-top: 100px;
}
@media (min-width: 768px){
	.navbar-nav{
		float: right;
		margin-top: 5px;
	}
	.navbar>.container .navbar-brand{
		height: 70px;
	}
	.navbar-toggle{
		margin: 18px 15px;
	}
	.navheight{
		height: 70px;
	}
	.footer{
		margin-bottom: 0;
	}
	.footer .logo-box .logo-item{
		margin: 5px 65px;
	}
	.footer .split{
		max-width: 300px;
	}
	.footer .subnav{
		display: block;
	}
	.footer .pull-right{
		text-align: right;
	}
	.shangqiao-box{
		width: 75px;
		top: auto;
		bottom: 10%;
		left: 0;
		right: auto;
		padding: 8px 0;
	}
	.shangqiao-box a{
		width: 100%;
		padding: 8px 0;
	}
	.shangqiao-box a .iconzaixianyuyue{
		position: relative;
		margin-top: 0;
		left: auto;
		margin-left: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none; 
	}
	.modal-dialog{
		margin: 20% auto;
	}
}
@media (min-width: 992px){
	.container {
		width: 970px;
	}
	.navbar>.container .navbar-brand{
		width: 100px;
	}
}
@media (max-width: 440px){
	.footer .logo-box .logo-item{
		width: 75px;
	}
	.modal-sm{
		width: 90%;
	}
	#waitingModal .modal-sm{
		width: 50%;
	}
}
