body {
	font-family: SimHei;
	min-width: 1090px;
}
.global-navigation-wrap {
	position: absolute;
	z-index: 11;
	width:1050px;/*1000px;*/
	margin-top: 30px;
	right: 0;
	left: 15%;
	color: #fff;
}	  
.global-navigation {
	font-weight: 400;
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
}	
.nav-tabs {
	border-bottom: 0px;
}
.nav-tabs>li{
	margin: 0px;
}				
.nav-tabs>li>a{
	color:#fff;
	height: 54px;
	font-size:21px;
	cursor: default;
	border: 0px;
	font-weight: bold;
	background: #da251c;
}
.nav-tabs>li.active>a, .nav-tabs>li>a:focus, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li.active>a:hover {
	color:#fff;
	font-size:21px;
	cursor: default;
	background-color: #000;
	border: 0px;
}	
.nav>li>a {
	position: relative;
	display: block;
	padding: 13px 22px;
}	
.nav-tabs>li>a {
	margin-right: 0px;
	line-height: 1.42857143;
	border-radius: 0px 0px 0 0;
}
.nav-tabs>li.logo>a,.nav-tabs>li.logo>a:focus,.nav-tabs>li.logo>a,.nav-tabs>li.logo>a:hover{
	display: block;
	background-color: #fff;
	color:#e81828;
	font-weight:bold;
	background-image: url('../images/logo_new.png');
	background-position: 5% 44%;
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-right: 15px;
	background-size: 40%;
}
	
.hero-bg {
/*	background-image: url('../images/banner.png');
	background-size:100% 540px;
	-moz-background-size:100% 540px;*/
	width: 100%;
	min-height:425px;
	transition: transform .7s ease .25s;
}
.banner-title{
    position: absolute;
    z-index: 11;
    top: 17%;
    left: 50%;
    margin-left: -440px;
}
.banner-title>h1,.banner-title>h2{
	color:#ffffff;
	text-shadow: 2px 2px 10px #333333;
}
.banner-title>h1{
	margin-bottom:13px;
	font-weight:bold;
	font-size: 37px;
}
.banner-title>h2{
	margin-top:0px;
	margin-bottom: 0px;
    font-size: 20px;
	font-weight:500;
}
.banner-show{
    margin: 0 auto;
    width: 100%;
    height: 54px;
	max-width: 1090px;
}
.banner-part{
	width:10%;
	height:100%;
	background-color:#9c322c;
	float:left;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.banner-mid{
	margin:0 auto;
	height:100%;
	background-color:#9c322c;
	float:left;	
	position: relative;
	width: 1090px;
}
.banner-mid>marquee{
	margin:15px 70px auto;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	white-space: nowrap; /* 文字不折行 */
}
body{
	background: #f0f2f5;
	box-shadow: 0 12px 25px 0 rgba(39, 50, 78, .03);
}
.mid-bg {
/*	background-image: url('../images/banner-mid.png');*/
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	z-index: 10;
	left: 0;
	transition: transform .7s ease .25s;
	pointer-events: none;
}
.mid-bg-title{
	margin-top: -177px;
}
.mid-bg-title>h1{
	color:#ffffff;
	text-align:center;
	font-size:28px;
	font-weight:bold;
}
.map-bg{
	background-image: url('../images/city.png');
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	z-index: 10;
	left: 0;
	width: 100%;
	max-width: 1090px;		
	height:1250px;
	margin:0 auto;
	margin-top:170px;
	transition: transform .7s ease .25s;
	pointer-events: none;	
}
.intro-section-wrap-gray {
	margin: 106px auto;
}
.intro-section.intro-section-boxed {
	background: #fff;
	box-shadow: 0 12px 25px 0 rgba(39, 50, 78, .03);		
}
.container-md {
	position: relative;
	max-width: 1090px;
	height: 646px;
	margin: 0 auto;
	padding: 0 20px;
}
.kaquan{
	float:left;
	background: #ff5148;
	background-image:url('../images/logo-wihte.png');
	background-repeat:no-repeat;
	background-size:20%;
	background-position: 4% 6%;
	color:#ffffff;
	margin:34px auto;
	margin-bottom:0px;
	height:240px;
	width:460px;
}
h1 p{
	margin:0px;
	padding:0px;
}
.kaquan>h1{
    display: block;
    font-size: 24px;
    text-align: center;
    padding-top: 16px;
    font-weight: bold;
    width: 300px;
    margin-left: 109px;
    height: 46px;

}

footer>.container>h1{
	display:block;
	text-align:center;
	color:#939393;
	font-size:14px;
	margin:5px;
}
.kaquan>p{
	display:block;
	font-size:18px;
	text-align:center;
	padding-top:0px;
	font-size: 50px;
    font-weight: bold;
	margin-top: -12px;
	height: 128px;
	line-height: 118px;
    margin-left: 30px;

}	
.intro-section {
	display:block;
	padding-top:34px;
}
.kauan-block{
	margin:-4px 21px auto;
	width:425px;
}
.kauan-span{
	text-align:center;
	background: #9c322c;
	height:50px;
	width:190px;
	float:left;
	margin:-15px 10px auto;
	line-height:45px;
	font-size:24px;
}

.form-horizontal{
	margin-top:40px;
}	
.form-horizontal .form-group {
	margin-left: 0px;
}	
.form-group {
	margin-bottom: 28px;
}
.form-group>h5 {
    margin-left: 15px;
    margin-top: 63px;
    color: #979797;
}
@media screen and (min-width: 981px){
	.form-control {
		width:328px;
		height:50px;
	}
	.code {
		width:221px;
	}
}
@media screen and (max-width: 980px){
	.form-control {
		width:266px;
		height:50px;
	}
	.code {
		width:160px;
	}
}
.col-sm-offset-2{
	margin-top:52px;
	margin-left: 13.666667%;
}
.col-sm-offset-2>button{
	color: #ffffff;
	font-size:24px;
	background-color: #ff5148;
	height:74px;
	width:250px;
	border-radius: 0px;		
}
.col-sm-10>input{
	float:left;
	background: #f0f2f5;
	border-radius: 0px;
	border:0px;
	webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
	box-shadow: inset 0 0 0 rgba(0,0,0,0);
	font-size:14px;
	padding-left:25px;
}
.col-sm-10>input::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #cfcfcf; 
} 
.col-sm-10>input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #cfcfcf; 
} 
.col-sm-10>input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #cfcfcf; 
} 
.col-sm-10>input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #cfcfcf; 
} 
.btn.focus, .btn:focus, .btn:hover {
	color: #ffffff;
	text-decoration: none;
}
.col-sm-10>button{
	float:left;
	color: #ffffff;
	font-size:18px;
	background-color: #ff5148;
	border-radius: 0px;	
	max-width:104px;
    min-width:100px;
	height:50px;
	padding-left: 6px;
}
.col-sm-10 {
	width: 100%;
}
.carousel-control {
	position: absolute;
	z-index: 11;
	top: 45%;
	left: 13%;
	width: 60px;
	height: 60px;
	margin-top: -20px;		
	opacity: 1;
}
.carousel-control.left {
	background-image: url('../images/page.png');
	right: 13%;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);             /* IE 9 */
	-webkit-transform: rotate(180deg);      /* Safari and Chrome */
	-o-transform: rotate(180deg);              /* Opera */
	-moz-transform: rotate(180deg);         /* Firefox */
}
.carousel-control.right {
	background-image: url('../images/page.png');
	right: 13%;
}
/*选中框*/
.checkbox, .radio {
	position: relative;
	display: block;
	margin:0px;
}
.checkbox label, .radio label {
	min-height: 20px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
.checkbox-border{
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	float:left;
	border: 3px solid #ff5148;;/*没选中时的边框颜色*/
	border-radius: 3px;
	background-color: #fff;/*没选中时的颜色*/
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	border-radius: 50%;
    margin: 118px 30px;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	float:left;
	margin:3px;
	border-radius: 3px;
	background-color: #fff;/*没选中时的颜色*/
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: none;
	width: 0px;
	height: 0px;
	margin-left: -19px;/*可以改变“√”的位置*/
	padding-left: 3px;/*可以改变“√”的位置*/
	padding-top: 1px;/*可以改变“√”的位置*/
	font-size: 13px;/*选中后的中间打钩的字体大小（字体越大中间的勾越大越明显）*/
	color: #FAD500;/*选中后的中间打钩的颜色*/
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	background-color: #ff5148;
	border-color: #ff5148;
}
.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="radio"]:checked + label::before {
	background-color: #ff5148;/*选中后的背景颜色*/
	border-color: #ff5148;/*选中后的边框颜色*/
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
	font-family: "FontAwesome";
	content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
/*客服*/
.kf{
    width:98px;
    position: fixed;
    right:20px;
    bottom:40%;
	z-index: 99;
}
.kf ul{
	padding: 0;
	list-style-type:none;
}
.kf ul li{
    width:98px;
    height:98px;
    margin-bottom:13px;
    background: #ffffff;
    position: relative;
}
.kf ul li a{
    width:98px;
    height:98px;
    display: block;
    color: black;
    text-align: center;
	padding-top: 10px;
}
.wxzwmhover:hover,.wxzwmhover:focus {
	text-decoration: none;
}
.wxzwmhover>p{
	color:#2191d0;
}
.link{
	width: 1090px;margin: 0 auto;
}
.link>a{
	margin-left: 10px;
}