.bgbtn {
    width: 1200px;
    background-color: #F8F8F8;
}

.row {
	margin: 0;
}

.navbar .nav>li .dropdown-menu {
	margin: 0;
}

.navbar .nav>li:hover .dropdown-menu {
	display: block;
}

.col6 {
	color: #666 !important;
}



.heared .navbar-default>.active>a,
.navbar-default>.active>a:hover,
.navbar-default>.active>a:focus {
	color: #ffffff;
	background-color: #dc421a !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #ffffff;
	background-color: #dc421a !important;
}

.heared .navbar-default li a:hover {
	color: #ffffff;
	background-color: #dc421a;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #dc421a;
	outline: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #fff !important;
	background-color: #dc421a;
}

.navbar-toggle {
	margin-right: 25px;
}

#nav-style {
	display: none;
}

.container-fluid {
	padding: 0;
	margin: 0;
}

.navbar {
	margin-bottom: 0;
}

a {
	color: #333333;
}

.container {
	padding: 0;
}

.heared {
	width: 1200px;
	margin: 0 auto;
	height: 80px;
}

.inner-hear {
	position: relative;
}

.banner-title {
	width: 600px;
	margin: 0 auto;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	background-color: rgb(255, 255, 255, 0);
	z-index: 1;
}


body,
html,
ul {
	padding: 0;
	margin: 0;
}

.footer-mobile {
	display: none;
}


.carets {
	float: right;
	overflow: hidden;
}

.navbar {
	height: 80px;

}

.bgcolor {
	width: 100%;
	background: rgba(255, 255, 255, 0.8) !important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.navbar-collapse {
	margin-top: 10px;
}

.carets,
.carets-r {
	width: 10px;
	height: 15px;
	float: right;
	margin-right: 10px;
}

.carets-r {
	display: none;
}

.carets img {
	width: 100%;
}

.carets-r img {
	width: 100%;
}
a:hover {
	text-decoration: none !important;
}
.carets {
	display: none;
}

.dropdownlist {
	display: none;
}

@media (max-width: 767px) {

	
	.dropdownlist {
		display: block;
		margin-top: -50px;
		font-size: 18px;
		background-color: #fff;
	}

	select {
		-webkit-appearance: none;
		-webkit-tap-highlight-color: #fff;
		outline: 0;
	}

	.navtitle {
		width: 100%;
		height: 50px;
		padding: 0 20px;
		border: none;
		border-bottom: 2px solid #dc421a;
		outline: none;
		position: relative;
	}
	.inner-content {
	    padding-bottom: 0 !important;
	}
	.dropdownlist img {
		width: 25px;
		height: 25px;
		position: absolute;
		top: 12px;
		right: 10px;
	}

	.navtitle option {
		border: none;
	}

	.nav-title {
		z-index: auto;
		position: relative;
	}

	.aderss {
		height: 60px;
		color: #999;
		background-color: #151515;
	}

	#nav-style {
		width: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: -50px;
		z-index: 5;
	}

	.tit {
		display: none !important;
	}

	#nav-style .mobile-phone li a {
		color: #dc421a;
	}

	.panel-group .panel+.panel {
		margin-top: 0px;
	}

	#nav-style .panel {
		border: none;
		box-shadow: none;
	}

	#nav-style .panel-body {
		padding: 0 15px;
	}

	#nav-style .panel-heading {
		padding: 0;
		border-radius: 0;
		border: none;
	}

	#nav-style .panel-title {
		padding: 0;
	}

	#nav-style .panel-title a {
		display: block;
		font-size: 18px;
		font-weight: bold;
		background: #fff;
		color: #dc421a;
		padding: 15px;
		position: relative;
		border: none;
		transition: all 0.3s ease 0s;
	}

	#nav-style .mobile-phone li {
		font-size: 16px;
	}

	.footer-mobile {
		width: 100% !important;
		
		margin-top: 20px;
		display: block !important;
	}

	#nav-style .panel-title a.collapsed {
		background: #fff;
		color: #dc421a;
		margin-left: 0;
		font-size: 18px;
		transition: all 0.3s ease 0s;
		border: none;
		border-bottom: 1px solid #dc421a;
	}

	#nav-style .panel-title a:after {
		content: " ";
		display: block;
		height: 15px;
		width: 15px;
		background: url(../image/inner_b.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 30%;
		right: 15px;
	}

	#nav-style .panel-title a.collapsed:after {
		content: " ";
		display: block;
		height: 15px;
		width: 15px;
		background: url(../image/inner_r.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 30%;
		right: 15px;
	}

	#nav-style .panel-collapse {
		position: relative;
	}

	#nav-style .mobile-phone {
		width: 100%;
	}

	#nav-style .panel-body {
		font-size: 14px;
		color: #333;
		background: #fff;
		border-top: none;
		z-index: 1;
		border: 1px solid #999;
		border-top: none;
	}

	.banner-about {
		margin-top: 60px;
	}

	.navbar .nav>li:hover .dropdown-menu {
		display: none;
	}

	.bgcolor {
		width: 100%;
		background: rgba(255, 255, 255, 1) !important;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		margin-bottom: 40px;
	}

	.carets {
		display: block;
	}

	
	.navbar-nav {
		width: 60%;
		float: right;
		margin: 0;
		padding: 0;
		background-color: #fff;
		height: 100vh;
	}

	.navbar-default .navbar-nav>.open>a>.carets-r {
		display: block;
	}

	.navbar-default .navbar-nav>.open>a>.carets {
		display: none;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #333;
		background-color: #dc421a;
	}

	.container>.navbar-collapse {
		padding: 0;
	}

	.navbar {
		height: 60px;
	}

	.navbar-default .navbar-brand {
		color: #777;
		width: 80%;
		margin-left: 10px;
		overflow: hidden;
	}

	.navbar-default .navbar-brand img {
		width: 100%;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: #e7e7e7;
		background-color: rgb(0, 0, 0, 0.3);
		height: 100vh;
	}

	#accordion {
		z-index: 1;
	}

	.panel-group .panel+.panel {
		margin-top: 0px;
	}

	#accordion .panel {
		border: none;
		box-shadow: none;
	}

	#accordion .panel-heading {
		padding: 0;
		border-radius: 0;
		border: none;
	}

	#accordion .panel-title {
		padding: 0;
	}

	#accordion .panel-title a {
		display: block;
		font-size: 14px;
		font-weight: bold;
		background: #151515;
		color: #fff;
		padding: 15px;
		position: relative;
		transition: all 0.3s ease 0s;
	}

	.footer-mobile {
		width: 100% !important;
		
		margin-top: 20px;
		display: block !important;
	}

	#accordion .panel-title a.collapsed {
		background: #151515;
		color: #999;
		margin-left: 0;
		font-size: 14px;
		transition: all 0.3s ease 0s;
		border-bottom: 1px solid #999;
	}

	#accordion .panel-title a:after {
		content: " ";
		display: block;
		height: 15px;
		width: 15px;
		background: url(../image/index-b.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 30%;
		right: 15px;
	}

	#accordion .panel-title a.collapsed:after {
		content: " ";
		display: block;
		height: 15px;
		width: 15px;
		background: url(../image/right-index.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 30%;
		right: 15px;
	}

	#accordion .panel-collapse {
		position: relative;
	}

	#accordion .panel-body {
		font-size: 14px;
		color: #333;
		background: #151515;
		border-top: none;
		z-index: 1;
	}

	.mobile-phone {
		color: #fff;
	}

	.mobile-phone li a {
		color: #fff;
	}

	.panel-group {
		margin-bottom: 0 !important;
	}

	.footer {
		display: none !important;
	}

	.banner-title {
		width: 300px !important;
		height: auto !important;
		top: 10px !important;
	}

	.title-detail {
		padding-top: 30px !important;
		font-size: 28px !important;
	}

	.title-content {
		font-size: 16px !important;
	}

	.inner-content {
		
		margin-top: 0px !important;
	}

	.col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1,
	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-lg-2,
	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-lg-3,
	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-lg-4,
	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-lg-5,
	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-lg-6,
	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-lg-7,
	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-lg-8,
	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-lg-9,
	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-lg-10,
	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-lg-11,
	.col-xs-12,
	.col-sm-12,
	.col-md-12,
	.col-lg-12 {

		padding-right: 15px;
		padding-left: 15px;
	}
}


.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {

	padding-right: 0;
	padding-left: 0;
}

.banner-title {
	width: 600px;
	height: 250px;
	margin: 0 auto;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	background-color: rgb(255, 255, 255, 0);
	z-index: 1;
}



.title-detail {
	padding-top: 80px;
	font-size: 65px;
	text-align: center;
	font-family: '微软雅黑';
	text-shadow: 1px 2px 2px #333;
}

.inner-content {
	  
	margin-top: -80px;
	padding-bottom: 50px;
}

.title-content {
	text-align: center;
	font-size: 30px;
	font-family: '微软雅黑';
	text-shadow: 1px 2px 2px #999;
}

.name {
	font-size: 10px;
	font-family: '微软雅黑';
}



.footer {
	width: 100%;
	height: 385px;
	background-color: #151515;
}

.footer-adress {
	width: 100%;
	height: 100px;
	background-color: #151515;
	color: #fff;
}

.footer-top {
	width: 1200px;
	height: 320px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.footer-left {
	display: flex;
	justify-content: space-around;
	width: 1000px;
	margin-top: 30px;
}

.footer-detail {
	width: 142px;
	color: #8A8A8A;
}

.foot-icon {
	width: 10px;
	height: 10px;
	background-color: #8a8a8a;
}

.foot-title {
	font-size: 14px;
}

.foot-btn {
	padding-left: 20px;
}

.foot-btn li {
	margin-top: 10px;
}

.foot-btn li a {
	color: #8A8A8A;
	font-size: 12px;
}

.foot-btn li a:hover {
	color: #fff;
}

.footer-right {
	width: 200px;
	height: 250px;
	margin-top: 40px;
	color: #8A8A8A;
	border-left: 1px solid #8A8A8A;
}

.er-code {
	width: 150px;
	margin: 0 auto;
	padding-top: 20px;
}

.er-code img {
	width: 100%;
}

.sweep-code {
	text-align: center;
	font-size: 14px;
}

.foot-bottom {
	width: 100%;
	height: 65px;
	border-top: 1px solid #8A8A8A;
	color: #8A8A8A;
}

.foot-bottom-detail {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 14px;
}

.pl15 {
	padding-left: 15px;
}

html,
body {
	padding: 0;
	margin: 0;
}

.col {
	color: #dc421a;
}

.col9 {
	color: #999;
}

h3 {
	font-size: 18px;
	margin-bottom: 0 !important;
}

a {
	text-decoration: none !important;
}

li {
	list-style: none;
}

.bg {
	background-color: #dc421a;
}

.bg-f {
	background-color: #fff;
}

.bor {
	border: 1px solid #000000;
}

.bor_r {
	border: 1px solid red
}

.flex {
	display: flex;
	align-items: center;
}

.flex_a {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.learn:hover {
	background-color: cornflowerblue !important;
}

.flex_b {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex_c {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bor {
	border: 1px solid black;
}

.w400 {
	width: 400px;
}

.w600 {
	width: 600px;
}

.w800 {
	width: 800px;
}

.w1000 {
	width: 1000px;
}

.w1200 {
	width: 1200px;
}

.w95 {
	width: 95%;
}

.w90 {
	width: 90%;
}

.w80 {
	width: 80%;
}

.w70 {
	width: 70%;
}

.mt50 {
	margin-top: 50px;
}

.mt40 {
	margin-top: 40px;
}

.mt30 {
	margin-top: 30px;
}

.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.ml50 {
	margin-left: 50px;
}

.ml40 {
	margin-left: 40px;
}

.ml30 {
	margin-left: 30px;
}

.ml20 {
	margin-left: 20px;
}

.ml10 {
	margin-left: 10px;
}

.mr50 {
	margin-right: 50px;
}

.mr40 {
	margin-right: 40px;
}

.mr30 {
	margin-right: 30px;
}

.mr20 {
	margin-right: 20px;
}

.mr10 {
	margin-right: 10px;
}

.pt50 {
	padding-top: 50px;
}

.pt40 {
	padding-top: 40px;
}

.pt30 {
	padding-top: 30px;
}

.pt20 {
	padding-top: 20px;
}

.pt10 {
	padding-top: 10px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb10 {
	padding-bottom: 10px;
}

.pl50 {
	padding-left: 50px;
}

.pl40 {
	padding-left: 40px;
}

.pl30 {
	padding-left: 30px;
}

.pl20 {
	padding-left: 20px;
}

.pl10 {
	padding-left: 10px;
}

.pr50 {
	padding-right: 50px;
}

.pr40 {
	padding-right: 40px;
}

.pr30 {
	padding-right: 30px;
}

.pr20 {
	padding-right: 20px;
}

.pr10 {
	padding-right: 10px;
}

.flex-b {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-a {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.flex-c {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex {
	display: flex;
	align-items: center;
}

.ell1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ell2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ell3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.mobile-phone li {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
@media screen and (max-width: 350px) {
	.navbar-default .navbar-brand {
	    width: 75%;
	}
}


.nav-select {
    position:relative;
}

.nav-select .nav-title {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: none;
    border-bottom: 2px solid #dc421a;
    line-height: 50px;
}

.nav-select ul {
    border: solid 1px #dc421a;
    border-top: 0;
    display:none;
    position: absolute;
    width: 100%;
    z-index: 99;
    background: #fff;
}

.nav-select ul li a {
   display: block;
   padding: 10px 20px;
   line-height: 20px;
}

.nav-select ul li.active a {
    background: #dc421a; 
    color: #fff; 
}

.dropdown-menu li {
    padding: 8px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.dropdown-menu li:last-child {
    border:0;
}

.foot-bottom .copyright a {
    color:#8A8A8A;
}

.arerlist:hover .area-title {
	color:#fff;
}