html, body {
  position: relative;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;

}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination-bullet-active{
	background: white;
}
.header_tital{
	height: 48px;
	line-height: 48px;
	background: #404141;
	font-size: 16px;
	color: #fffefe;
}
.header_center{
	max-width: 1200px;
	margin: 0 auto;
}
.logo_img{
	padding: 0;
}
.navbar-nav>li>a{
	/*color: #d9232c;*/
	font-size: 18px;
	color: #666666;
}
.navbar{
	margin:24px 0;
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color: white;
}
.img_center_title div{
	width: 100%;
	text-align: center;
}
.box_showder{
	width:100%;
	height: 200px;
	margin: 20px auto;
	box-shadow: 0px 1px 3px #ff0000;
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ 
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;  
}
.media_padding_border{
	border-right: 1px dotted red;
    padding: 20px 40px 20px 0;
}
.media_padding_left{
	padding: 20px 10px 20px 30px;
}
.navbar-toggle {
    border: 1px solid #666;
}
.navbar-toggle .icon-bar {
    background: #666;
}
.nav > li:hover .dropdown-menu {
	display: block;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
		color: #262626;
    text-decoration: none;
    background-color: white;
}
.titel_margin{
	text-align: center;
	font-size: 28px;
	color: #616262;
	margin: 80px 0 60px 0;
}
.titel_margin a{
	color: #616262;
	text-decoration: none;
}
.service_border{
	height: 2px;
	width: 60px;
	background: #ffe096;
	margin: 0 auto;
}
.service_box{
	width: 100%;
	height: 182px;
	color: white;
	text-align: center;
	background: url(../img/pic_bg_sry.png) no-repeat;
	box-shadow: 0px 1px 6px #ff0000;
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ 
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;  
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}
.media_padding_border img{
	margin-left: 24px;
}
.service_one{
	margin: 24px 0 14px 0;
}
.img_center{
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ 
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;  
	margin:42px 0 0px 0;
}
.img_center_title img{
	margin: 0 auto 26px;
}
.detail{
	width: 160px;
	height: 40px;
	background: #FF0000;
	margin: 40px auto;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
}
.detail a{
	color: white;
}
.service_border_corlor{
		width: 96%;
    margin: 20px auto;
    box-shadow: 0px 1px 3px #ff0000;
    padding-bottom: 1px;
}
.container_boxtwo{
	background: #f4f4f4;
	padding-bottom: 60px;
}
.container_boxone,
.container_boxthree{
	padding-bottom: 60px;
}
.settlement{
	width: 100%;
	height: 106px;
	line-height: 106px;
	text-align: center;
	color: white;
	font-size: 16px;
	background: url(../img/func_bg_js.png) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}
.settlement2{
	width: 100%;
	height: 106px;
	line-height: 106px;
	text-align: center;
	color: white;
	font-size: 16px;
	background: url(../img/func_bg_ldx.png) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}
.total_classcifical{
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ 
	/*-webkit-justify-content: center;
	justify-content: center;*/
	-webkit-align-items: center;
	align-items: center;  
	min-height: 106px;
}
.total_classcifical div span{
	position: relative;
	margin: 10px 10px 0px 10px;
	display: inline-block;
	font-size: 16px;
	color: #666666;
}
.total_classcifical div span label{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #bfbfbf;
	display: inline-block;
    position: absolute;
    top: 6px;
    left: -11px;
}
.settlement_back{
	background: #f6f6f6;
	margin-bottom: 10px;
	box-shadow: 0px 1px 3px #ff0000;
}
.other_bussinse{
	text-align: center;
	background: #f6f6f6;
	min-height: 230px;
	box-shadow: 0px 1px 3px #ff0000;
}
.list_backRed{
	background: #ff1818;
	color: white;
}
.list_backRed ul li{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
}
.list_backRed ul li:nth-child(1){
	border-bottom: 1px dashed white;
}
.list_backgray ul{
	padding: 26px 0;
}
.list_backgray ul li{
	color: #666666;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
}
.special{
	height: 84px;
	line-height: 84px;
	font-size: 20px;
	margin-bottom: 10px;
}
.data_box{
	text-align: center;
	box-shadow: 0px 1px 3px #ff0000;
}
.container_boxfour{
	background: #f4f4f4;
	padding-bottom: 82px;
}
.data_backBlack {
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #626262;
	color: white;
	font-size: 16px;
}
.data_box img{
	width: 100%;
	display: inline-block;
}
/*.back_img{
	width: 100%;
	height: 218px;
	background: url(../img/bg_API.png) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}*/
a:hover{
	text-decoration: none;
}
.box_five_box{
	box-shadow: 0px 1px 3px #ff0000;
	margin: 10px;
}
.box_five_box{
	position: relative;
}
.position_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -62px;
	margin-left: -62px;
	z-index: 1100;
}
.right_margin{
	padding: 0 60px;
}
.right_margin_border{
	border-right: 1px dashed #ff3636;
	padding: 30px 0;
}
.right_margin_padding{
	padding: 30px 0 0 0;
}
.foot_container{
	background: #434243;
	padding: 38px 0;
	font-size: 16px;
	color: white;
}
.about_us,
.foot_phobe{
	margin-bottom: 26px;
}
.foot_phobe span a{
		color: white;
}
.foot_email a{
		color: white;
}
.about_us span{
	margin-right: 18px;
}
.container_boxfive{
	margin-bottom: 62px;
}
.prograss_margin{
	margin: 60px 0;
}
.media_padding_left h4{
	margin-bottom: 14px;
}
.Copyright_us span{
	font-size: 14px;
	margin-right: 6px;
}
.foot_phobe span{
	margin-right: 6px;
}
.bank_lian span:nth-child(1){
	font-size: 30px;
	color: #616262;
	font-weight: bold;
}
.bank_lian span:nth-child(2){
	font-size: 30px;
	color: #616262;
}
.bank_lian_span span{
	font-size: 20px;
	margin: 0 10px;
	color: #666;
}
.credit_p{
	font-size: 20px;
	color: #999999;
	margin: 10px 0;
}
#titel_margin_id span:nth-child(1){
	font-size: 30px;
	font-weight: 600;
	color: #616161;
}
.titel_margin_class{
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}
.about_us span a{
	color: white;
	text-decoration: none;
}
/*.dropdown-menu>li>a{
	text-align: center;
}*/
/*.navbar-nav>li>.dropdown-menu{
	margin-top: 3px;
}*/
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background: transparent;
}
/*侧边栏*/
#bdshare {
		_overflow-x: hidden;
		z-index: 999999;
		padding-bottom: 2px;
		font-size: 12px;
		float: left;
		text-align: left!important;
		zoom: 1;
	}
.slide-img, .slide-img1 {
    width: 60px;
    height: 60px;
    background-color: #ed6c00;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1px;
}	
.slide-img img, .slide-img1 img {
    width: 60px;
    position: absolute;
    display: inline-block;
}
.slide-word, .slide-word1 {
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    background-color: #F7AB00;
    position: absolute;
}
.slide-word p, .slide-word1 p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 60px;
    text-decoration: none;
}
.slide-word1 p:hover{
	text-decoration: none;
}
.slide-word p:hover{
	text-decoration: none;
}
#bdshare .phone {
    position: fixed;
    top: 300px;
    right: 75px;
    height: 60px;
    width: 120px;
    line-height: 60px;
    font-size: 15px;
    color: #FFFFFF;
    background-color: #F7AB00;
    text-align: center;
}
.slide-img a, .slide-img1 a {
    display: block;
    width: 60px;
    height: 60px;
}
a{
	text-decoration: none;
}
#bdshare .weixin {
    position: fixed;
    top: 334px;
    right: 194px;
}
#bdshare .weixin img {
    width: 120px;
    height: 120px;
    display: inline-block;
}
.slide-img, .slide-img1 {
    width: 60px;
    height: 60px;
    background-color: #ed6c00;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1px;
}

