@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar-track-piece{width:10px;background-color:#000;}
    ::-webkit-scrollbar{width:8px;height:6px}
    ::-webkit-scrollbar-thumb{height:50px;background-color:#ba000c;}
    ::-webkit-scrollbar-thumb:hover{background:#ba000c;}

body {
	font-family: "Microsoft YaHei", "微软雅黑" !important;
}
.relative {
	position: relative;
}

@font-face {
    font-family: 'fzzz';
    src: url('../fonts/方正正中黑简体.TTF');
    font-weight: normal;
    font-style: normal;
}
.clear{clear: both;}

/*menu*/
.headerS {  
    position: relative;
    top: 0;
    right:30px;
    width: 100%;
    max-width:75%;
    margin:0 auto;
    min-width: 180px;
    background: none;
    z-index: 9999;
    padding: 10px .6875em;
    z-index:999;
    overflow:hidden;
    float: right;
}
.header__logo i {display: inline-block;}
.nav_list li a {
    color: #be1a0e;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: "fzzz"; 
    /*font-family: "方正正中黑简体"; */
}

.nav_list li{
    float:left;
    width:12.5%;
    line-height: 50px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*.nav_list li:hover{ 
	 transform:translate(10px,0);    
-webkit-transform:translate(10px,0);    
-moz-transform:translate(10px,0);   
-o-transform:translate(10px,0);    
-ms-transform:translate(10px,0); 

transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;

}*/
.nav_list li a:hover{color:#c76a40;}

/*menu*/

/*****header*******/
.header-fix {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	padding: 20px 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.bg-olive {
	/*background-color: #dfd8d2;*/
}
.header-fix.animate {
	opacity:1;
	
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	-webkit-opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}
.conWidth {
	width: 70%;
	margin: 0 auto;
	filter:alpha(opacity=0);
 -moz-opacity:0; 
-khtml-opacity:0; 
	opacity:0;
	position:relative;
	bottom:-300px;
	
	
}
.conWidth1 {
	width: 90%;
	margin: 0 auto;
}

.anli-list{
	width: 70%;
	margin: 0 auto; 
	filter:alpha(opacity=0);
 -moz-opacity:0; 
-khtml-opacity:0; 
	opacity:0;
	position:relative;
	bottom:-300px;
}
.search-toggle {
	cursor: pointer;
	letter-spacing: 2px;
	left: 0;
	position: absolute;
	top: 0;
}
.search-toggle span {
	background: url(../images/search2.png) no-repeat left;
	vertical-align: middle;
	display: inline-block;
	height: 27px;
	line-height: 27px;
	padding-left: 40px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.search-toggle:hover span {
	background: url(../images/search-hover2.png) no-repeat left center;
	color: #e27b5b;
}
.logo {
	display: inline-block; position:absolute; left:0;
}
.logo img {
	width: 120px;
}
.menu-toggle {
	cursor: pointer;
	letter-spacing: 2px;
	position: absolute;
	right: 0;
	top: 0;
}
.menu-toggle span {
	display: inline-block;
	font-family:Georgia, "Times New Roman", Times, serif;
	height: 27px;
	line-height: 27px;
	padding-right: 50px;
	vertical-align: middle;
	-webkit-transition: color 0.45s;
	transition: color 0.45s;
	-moz-transition: all 0.45s;
	-ms-transition: all 0.45s;
	-o-transition: all 0.45s;
}
.menu-toggle .menu-line {
	background: #3e3c3b;
	width: 34px;
	height: 2px;
	position: absolute;
	right: 0;
	display: inline-block;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
}
.menu-toggle .menu-line-1 {
	top: 8px;
}
.menu-toggle .menu-line-2 {
	top: 13px;
}
.menu-toggle .menu-line-3 {
	top: 18px;
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	padding: 10px 0;
    background:rgb(255,255,255,1);
}
.header .search-toggle {
	color: #dfd8d2;
}
.header .search-toggle span {
	background: url(../images/search-light2.png) no-repeat left center; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;
}
.header .logo img {
	width: 220px;
}
.header .menu-toggle {
	color: #dfd8d2;
}
.header .menu-toggle .menu-line {
	background: #dfd8d2;
}
.right-align .close {
    background: url(../images/close.png) no-repeat right center;
    color: #e27b5b !important;
    cursor: pointer;
    letter-spacing: 2px;
    line-height: 27px;
    padding-right: 30px;
    transition: color 0.15s;
    -webkit-transition: color 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-shadow: none;
    font-size: 18px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.close:hover {
	background: url(../images/close-hover.png) no-repeat right;
	color: #c76a40;
}
/*****header*******/	
	

/*****banner*******/	
.banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	height:100%;
}
.banner .pagination1 {
	/*****display: none;*******/	
}
.banTxt {
	position: absolute;
	left:50%;
	margin-left:-400px;
	top: 20%;
	text-align: center;
	z-index: 999;
	width:800px;
	color: #fff;
}
.banTxt h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.banTxt h3 {
	font-size:76px;
	color: #fff;
	line-height: 50px;
	text-transform: uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.banTxt i {
	display: block;
	margin: 30px auto;
	background: #fff;
	width: 40px;
	height: 3px;
	background: #fff;
}
.inner_banner img{
display:block;
}

.banTxt p {
	font-size: 26px;
    letter-spacing: 10px;
}
.scroll_down{ width:20px; height:50px; position:absolute; left:50%; margin-left:-10px; bottom:70px; z-index:9;display: inline-block;

cursor: pointer;
-webkit-animation-name: pounding;
-webkit-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
animation-name: pounding;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out}
.scroll_down:hover {
-webkit-animation-play-state: paused;
animation-play-state: paused
}
@-webkit-keyframes pounding {
0% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0);    
-moz-transform:translate(0, 0);    
-o-transform:translate(0, 0);   
-ms-transform:translate(0, 0);
}
50% {
-webkit-transform:translate(0, 8px);
transform:translate(0, 8px);     
-moz-transform:translate(0, 8px);    
-o-transform:translate(0, 8px);   
-ms-transform:translate(0, 8px);
}
100% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0);     
-moz-transform:translate(0, 0);    
-o-transform:translate(0, 0);   
-ms-transform:translate(0, 0);
}
}
@keyframes pounding {
0% {
transform:translate(0, 0); 
-webkit-transform:translate(0, 0);   
-moz-transform:translate(0, 0);    
-o-transform:translate(0, 0);   
-ms-transform:translate(0, 0);
}
50% {
transform:translate(0, 8px);   
-webkit-transform:translate(0, 8px);   
-moz-transform:translate(0, 8px);    
-o-transform:translate(0, 8px);   
-ms-transform:translate(0, 8px);
}
100% {
transform:translate(0, 0);   
-webkit-transform:translate(0, 0);   
-moz-transform:translate(0, 0);    
-o-transform:translate(0, 0);   
-ms-transform:translate(0, 0);
}
}

.pagination1 .swiper-active-switch{
	background:#C76A40;
}

.banner_lb{
	width:100%;
	height:100%;
	position:relative;
	display:none;
}
.banner_lb_box{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}


.cheng_box{
	visibility:hidden;
	display:none;
}
.cheng_box img{
	width:100%;
}


/*****banner*******/	
	
	
	
	
/*****sec1*******/	
.index_sec {
	position: relative;
	z-index: 2;
}
.index_sec1 {
	padding-bottom:60px;
	background: #434343;
	background: url(../images/bankuaisybj.jpg) repeat;

}
.indexSec1con {
 position:relative; bottom:-300px; opacity:0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
}
.indexSec1-title p {
	font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.indexSec1-title h2 {
	font-size: 48px;
    color: #c76a40;
    letter-spacing: 2px;
    font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin-top:0;
}
.indexSec-hr {
	border-bottom: 1px solid #dccfc5;
	text-align: right;
	margin-top: -80px;
}
.indexSec1con .col-lg-6, .indexSec1con .col-md-6, .indexSec1con .col-sm-6 {
	padding: 0;
}
.indexSec1-txt {
	margin-top: 50px;
	padding: 0 30px 40px;
}
.indexSec1-txtF {
	margin-left: 8%;
}
.indexSec1-txtR {
	margin-right: 8%;
}

.indexSec1-txt h4 {
	font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    letter-spacing: 1px;
}
.indexSec1-txt h4 span{font-family:Georgia, 'Times New Roman', Times, serif; font-size:20px;}
.indexSec1-txt h4 span i{font-size:40px; color:#c76a40;}
.indexSec1-txt p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-top: 15px;
	letter-spacing:1px;
	
}
.indexSec1-txtR h5{ font-size:16px; color:#c76a40; margin-top:50px; text-align:right; letter-spacing:2px;}
.fanyi{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.indexSec1-txtimg1 {
	display: block;
	width: 100%;
}
.indexSec1-txtimg2 {
position: absolute;
    right: 0;
    bottom: -30%;
    width: 150px;
}
.more-line{
height: 50px;
    width: 1px;
    background: #666;
    margin: 30px auto;
}
.indexSex1-more a {
	display: inline-block;
	padding: 15px 60px;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #DFD8D2;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-size: 12px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.indexSex1-more a:hover {
	background: #c76a40;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	
	
}
.indexSec1-img {
	margin-bottom:20px; position:relative;
}
.indexSec1-img .play{ width:60px; position:absolute; left:50%; margin-left:-30px; top:50%; margin-top:-30px; z-index:99;}
.indexSec1-img video{}
.zz{ position:absolute; z-index:9; left:0; top:0;  width:100%; height:100%; 
    overflow:hidden; 
    background:url('../images/zz.png') center center no-repeat;  
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader  (src='../images/zz.png',  sizingMethod='scale');}
.index_vedio {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
    z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
	display:none;

}
.index_vedio_out {
    display: table;
    height: 100%;
    width: 100%;
}

.index_vedio_mid {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.index_vedio_in {
    position: relative;
    padding: 20px;
    background: #fff;
    width: 60%;
    left: 20%;
}
.index_vedio_close {
    position: absolute;
    z-index: 5;
    top: 30px;
    right: 35px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.index_bg{
	position: relative;
	top: 0;
	left: 0;
}

.indexSec1-img img {
	display: block;
	width: 100%;
}
/*****sec1*******/


/* ind_pro */
.ind_pro_all{
	width:100%;
	padding:0;
	height: auto;
	position: relative;
	z-index:9;
	background: #dfd8d2;
	margin-top: 1120px;
}
.ind_pro{
	/*width:90%;*/
	margin:0 auto;
	background: #dfd8d2;
}

.ind_pro_con{
	width:100%;
	position:relative;
	z-index:2;
	}	
	
.ind_pro_list{
	width:100%;
	position:relative;
	cursor:pointer;
	}		
.clp0{
	padding:0;
}
.ind_pro_h{
	width:320px;
	height:160px;
	position:absolute; top:50%; left:50%;
	z-index:9;
	margin-left:-160px;
	margin-top:-80px;
	text-align:center;
	}	
.ind_pro_h span{
	display:block;
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	margin-bottom:10px;
	}	
.ind_pro_hzi a{
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	position:relative;
	}
.ind_pro_hzi a:before{
	width:100%;
	height:1px;
	content:'';
	position:absolute; left:0; bottom:-5px;
	background:#fff;
	}	
	
.ind_pro_hzi{
	position:relative; top:50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	}	
.ind_pro_h:before{
	width:50%;
	height:100%;
	content:'';
	position:absolute; top:0; left:0;
	z-index:-1;
	background:#858482;
	}	
.ind_pro_h:after{
	width:50%;
	height:100%;
	content:'';
	position:absolute; top:0; right:0;
	z-index:-1;
	background:#c2c1bd;
	}			

.ind_pro_bg{
	width:100%;
	height:100%;
	position:absolute; top:0; left:0;
	background:#000;
	opacity:0.5;
    -moz-opacity:0.5; 
    -khtml-opacity:0.5;
    -webkit-opacity:0.5;
    filter:alpha(opacity=50);
	-webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
	-moz-transition: all cubic-bezier(.18,1,.21,1) .9s;	
	-ms-transition: all cubic-bezier(.18,1,.21,1) .9s;	
	-o-transition: all cubic-bezier(.18,1,.21,1) .9s;	
    transition: all cubic-bezier(.18,1,.21,1) .9s;
	}
.ind_pro_list:hover .ind_pro_bg{
	opacity:0;
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
	}

.ind_pro_zi{
	width:100%;
	text-align:center;
	text-align:center;
	position:absolute; top:50%;
	margin-top:0px;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
	-webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
	-moz-transition: all cubic-bezier(.18,1,.21,1) .9s;	
	-ms-transition: all cubic-bezier(.18,1,.21,1) .9s;	
	-o-transition: all cubic-bezier(.18,1,.21,1) .9s;	
    transition: all cubic-bezier(.18,1,.21,1) .9s;
	}	
.ind_pro_zi span{
	font-size:18px;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	}	
.ind_pro_zi h5{
	font-size:24px;
	color:#fff;
	letter-spacing:1px;
	margin-bottom:0;
	margin-top:15px;
	/**position:relative;**/
	
	}	
.ind_pro_zi h5 i{
	width:40px;
	/**left:50%;
	margin-left:-20px;**/
	height:1px;
	display:block;
	margin:0px auto 15px;
	background:#fff;
	/**position:absolute; top:-15px; left:50%;**/
	-webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
	-moz-transition: all cubic-bezier(.18,1,.21,1) .9s;	
	-ms-transition: all cubic-bezier(.18,1,.21,1) .9s;	
	-o-transition: all cubic-bezier(.18,1,.21,1) .9s;	
    transition: all cubic-bezier(.18,1,.21,1) .9s;
	}	

.ind_pro_list:hover .ind_pro_zi{
	margin-top:40px;
	opacity:0;
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
	}

.ind_pro_list:hover .ind_pro_zi h5 i{
	width:0px;

	}

	

.ind_ser{
	width:100%;
	padding:80px 10%;
	background:#444;
	}

.ind_ser_con{
	width:100%;
	}		
.ind_ser_img{
	width:53%;
	float:left;
	position:relative;
	z-index:2;
	padding:0 100px 100px 100px;
	padding:0 5rem 5rem 5rem;
	}
.ind_ser_show1{
	width:25%;
	position:absolute; left:-5%; top:24%;
    -webkit-transition: -webkit-transform 0.8s ease;
    -moz-transition: -moz-transform 0.8s ease;
    -ms-transition: -ms-transform 0.8s ease;
    -o-transition: -o-transform 0.8s ease;
    transition: transform 0.8s ease;	
	}	
.ind_ser_show2{
	width:25%;
	position:absolute; left:-12%; bottom:5%;
    -webkit-transition: -webkit-transform 0.8s ease;
    -moz-transition: -moz-transform 0.8s ease;
    -ms-transition: -ms-transform 0.8s ease;
    -o-transition: -o-transform 0.8s ease;
    transition: transform 0.8s ease;	
	}
	
.ind_ser_bg{
	width:100%;
	height:60%;
	position:absolute; bottom:0; left:0;
	background:#d5d5d5;
	z-index:-1;
	}	
.ind_ser_zi_box{
	-webkit-transition: -webkit-transform 0.8s ease;
    -moz-transition: -moz-transform 0.8s ease;
    -ms-transition: -ms-transform 0.8s ease;
    -o-transition: -o-transform 0.8s ease;
    transition: transform 0.8s ease;	
	}		
.ind_ser_zi{
	width:47%;
	float:left;
	padding:0 7%;
	}	
.ind_ser_zis{
	width:100%;
	position:relative; top:50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	}
.ind_ser_zi h5{
	font-size:50px;
	font-size:2.5rem;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:20px;
	}	
.ind_ser_zi p{
	font-size:14px;
	line-height:28px;
	color:#eee;
	text-indent:4em;
	}	
/* ind_pro */

	
/*****sec2*******/		
.index_sec2 {
}
.indexSec2-con {
	background-repeat: no-repeat;
	background-position: center center;
	padding: 38% 0 0;
	position: relative;
}
.indexSec2-con img{
width:270px;
display:block;
margin:0 auto;
margin-bottom:50px;
}

.indexSec2-txt p {
	font-size:30px;
	line-height: 24px;
	color:#C76A40;
	letter-spacing: 2px;
}
.indexSec2-txt h2 {
	font-size: 42px;
	color: #333;
	line-height: 50px;
	margin-bottom: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	
}
.indexSec2-txt img {
	width: 160px;
}
.indexSec2-img {
	margin-right: 12%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/sec5.jpg', sizingMethod='scale');
}
.indexSec2-img-a {
	top: 50%;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}
.indexSec2-img-a a {
	display: inline-block;
	height: 205px;
	line-height: 205px;
	position: relative;
	vertical-align: middle;
	width: 205px;
	color: #e27b5b;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.indexSec2-img-a a:after, .indexSec2-img-a a:before {
	content: "";
	position: absolute;
	left: 0;
	position: absolute;
	top: 0;
	display: block;
	height: 205px;
	width: 205px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.indexSec2-img-a a:after {
	background: url(../images/slide-first-button.png) no-repeat center center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader  (src='../images/slide-first-button.png',  sizingMethod='scale');
}
.indexSec2-img-a a:before {
	background: url(../images/slide-first-button.png) no-repeat center center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader  (src='../images/slide-first-button.png',  sizingMethod='scale');
}
.indexSec2-img-a a:hover {
	color: #e27b5b
}
.indexSec2-img-a a:hover:before {
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg)
}
.indexSec2-img-a a:hover:after {
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg)
}
.index_sec2 .sec2F {
	position: absolute;
	top: 48%;
	left: 20px;
	width: 84px;
}
.index_sec2 .sec2R {
	position: absolute;
	top: 48%;
	right: 20px;
	width: 84px;
}
.index_sec2 .pagination2 {
	display: none;
}
.indexSec2Con {
	width: 41.66666667%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	background: #dfd8d2;
}
.indexSec2Con:after, .indexSec2Con:before {
	content: "";
	position: absolute;
	right: 50%;
	width: 1px;
	height: 40px;
	background: #a29fa0;
	z-index: 9;
}
.indexSec2Con:after {
	top: 0;
}
.indexSec2Con:before {
	bottom: 0;
}
.indexSec2-list {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 25%;
	z-index: 4;
}
.indexSec4-list-txt {
	width: 100%;
	height: 100%;
	color: #fff;
}
.indexSec4-list-txt.ab {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
/*****sec2*******/
	
/*****sec3*******/
.index_sec3 {
	background:url(../images/bankuaisybj.jpg) repeat;

}
.conWidthline{
	border-top: 1px solid #565553;
    padding-top: 60px;
}
.indexSec3-title {
	text-align: center;
}
.indexSec3-title h2 {
	font-size: 48px;
	color: #c76a40;
	letter-spacing: 2px;
	line-height: 65px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
.indexSec3-title p {
	font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 15px;
	margin-bottom:30px;
}
.indexSec3-title h3 {
	font-size: 20px;
	color: #e37b5b;
	line-height: 24px;
	margin: 30px auto;
}
.indexSec3-hr {
	text-align: right;
	margin-bottom: 80px;
	border-bottom: 1px solid #565553;
	margin-right: 65px;
}
.indexSec3-hr img {
	height: 150px;
    position: absolute;
    right: -77px;
    bottom: -1px;
}

.brand{ padding-top:50px; padding-bottom:50px;background:url(../images/bg.jpg) left center no-repeat; width:100%;}
.brandleft{}
.brandcentop p{ margin-top:20px; font-size:16px;color:#fff;text-transform:uppercase; letter-spacing:2px;}
.brandbottom{ margin-top:40px; float:right;}
.brandbottom p{ margin-top:15px;font-size:16px;color:#fff; text-align:right;text-transform:uppercase; letter-spacing:2px;}
.brandrighttop p{ margin-top:12px;font-size:16px;color:#fff;text-transform:uppercase; letter-spacing: 2px;}
.brandrightbot{ margin-top:40px; }
.brandrightbot p{ margin-top:15px;font-size:16px;color:#fff;text-transform:uppercase; letter-spacing: 2px;}
.brand .col-lg-4{ padding-left:1%;}
.brandcenter{ margin-top:40px; }
.brand-tu{position:relative; width:60%;}
.brand-tu img{ position:absolute; bottom:65px; left:-105px; width:100%; }
.brandtop p{ margin-top:15px; line-height:24px; color:#e5e5e5;text-transform:uppercase; letter-spacing:1px;}
.brandtop h1{font-size: 28px; margin-bottom:20px; color:#fff;text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:1px;}
.brandtop .top-line{ width:45px; height:2px; background:#c76a40; margin:20px 0;} 
.brandmore{ margin-top:40px;}
.brandmore a{ display:block;font-size: 12px; color:#fff; text-transform:uppercase;
    line-height: 40px;
    height:40px; width:110px;
   border: 1px solid #e60012; margin:inherit; text-align:center;background:#e60012; }
.brandmore a:hover{ color:#fff; border:1px solid #ccc;background:none;}
.brandjh{ text-align:center; margin-top:70px;}
.brandjh span{ display:block; margin-top:20px; text-transform:uppercase; color:#e60012;}
.brandjh a{ color:#fff;}
.brandjh a:hover{ color:#e60012;}


.brandimgbk img{ }
.brandimgbk{ position:relative; overflow:hidden;}
.brandbg{ position:absolute; top:8px; left:8px; right:8px; bottom:8px; 
	background-color: rgba(0, 0, 0, .7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000); 
filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    -webkit-transform: translateY(40px);transition-delay: .15s;
    transform: translateY(40px);transition: all .3s}
.brandbg span{ display:block; color:#fff; text-align:center;}
.brandbt{ padding-top:18%; font-size:18px; position:relative; padding-bottom:30px;}
.brandbt:after{background:#CCC; position:absolute; content:""; width:80px; height:1px; background:#fff; bottom:0px; left:50%; margin-left:-40px;}
.brandwz{ line-height:22px; width:80%; margin:0 auto;margin-top:30px; height:50px; overflow:hidden; letter-spacing:1px;}
.brandimgbk:hover .brandbg{
	filter:alpha(opacity=100);
 -moz-opacity:1; 
-khtml-opacity:1; 
	opacity: 1;
    -webkit-transform: translateY(0); 
-moz-transform: translateY(0);    
-o-transform: translateY(0);   
-ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
	.brandimgcon{ width:60%;}





.indexSec3-more {
	margin: 60px auto 0;
}
.indexSec3-more a {
	font-size: 15px;
    color: #333;
    padding: 14px 80px;
    background: #dfd8d2;
    letter-spacing: 2px;
    display: inline-block;
	text-transform:uppercase;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.indexSec3-more a:hover{
	background:#c76a40;
	color:#fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
/*****sec3*******/
	
/*****sec4*******/
.index_sec4 {
	background: url(../images/bankuaisybj.jpg) repeat;
	padding-bottom:90px;
}
.indexSec4-title {
	text-align: center;
	margin: 0 auto 50px;
}

.indexSec4-title p{
font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.indexSec4-title h2 {
	font-size: 48px;
	color: #c76a40;
	letter-spacing: 2px;
	line-height: 65px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
.indexSec4-hr {
	/*border-top: 1px solid #565553;*/
	padding-top: 60px;
}
.indexSec4-item {
	border-bottom: 1px solid #3e3c3b;
	background-color: #dfd8d2;
	overflow: hidden;
	height: 250px;
	display: block;
}
.indexSec4-item div {
	padding: 0;
	
}
.time-line{
border-right:#333 1px solid;
}

.indexSec4-time {
	
	z-index: 2;
	transform: translateY(95%);
	-o-transform: translateY(95%);
	-ms-transform: translateY(95%);
	-moz-transform: translateY(95%);
	-webkit-transform: translateY(95%);
	font-family:Georgia, "Times New Roman", Times, serif;
}
.indexSec4-time span {
	display: block;
	text-align: center;
	color: #333;
	letter-spacing: 2px;
}
.insexSec4time_month {
	font-size: 12px;
	text-transform: uppercase;
}
.insexSec4time_day {
	font-size:40px;
}
.insexSec4time_year {
	font-size: 12px;
}
.indexSec4-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.indexSec4-img img {
	width:100%;
	-webkit-filter: grayscale(100%);
	filter: gray;
}
.indexSec4-txt {
	margin: 8% auto;
	text-align: right;
}
.indexSec4-txt h2 {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    font-weight: bold;
}
.indexSec4-txt p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.indexSec4-img:before {
	width: 84px;
	height: 14px;
	visibility: hidden;
	z-index: 1999;
	background: url(../images/arrow-left-white.png) no-repeat center center;
	content: '';
	left: 50%;
	margin-left: -42px;
	margin-top: -7px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-25px);
	transform: translateX(-25px);
	-moz-transform: translateX(-25px);
	-ms-transform: translateX(-25px);
	-o-transform: translateX(-25px);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.indexSec4-img:after {
	background-color: #212020;
	bottom: 0;
	content: '';
	height: 100%;
	left: 0;
	filter:alpha(opacity=0);
 -moz-opacity:0; 
-khtml-opacity:0; 
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	width: 100%;
}
.indexSec4-item:hover {
	background-color: #beb7b2
}
.indexSec4-item:hover .indexSec4-img:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	visibility: visible;
}
.indexSec4-item:hover .indexSec4-img:after {
	filter:alpha(opacity=70);
 -moz-opacity:0.7; 
-khtml-opacity:0.7; 
	opacity: 0.7
}
.indexSec4-more {
	margin:0 auto;
	position:relative;
	bottom:-300px;
	filter:alpha(opacity=0);
 -moz-opacity:0; 
-khtml-opacity:0;
	opacity:0;
}

.indexSec4-more p {
	height:50px; width:1px; background:#ccc; margin:60px auto 30px;
}
.indexSec4-more a {
	font-size: 15px;
	color: #333;
	padding: 14px 80px;
	background: #dfd8d2;
	letter-spacing: 2px;
	display:inline-block;

	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.indexSec4-more a:hover{
background:#c76a40;
color:#fff;
transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
/*****sec4*******/	

/*****sec5*******/
.new-cont{
	background:#dfd8d2;
}

.new-ban{
	position:relative;
	bottom:-300px;
	filter:alpha(opacity=0);
 -moz-opacity:0; 
-khtml-opacity:0;
	opacity:0;
}

.cont_l {
	position: relative;
	left: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.amapC{ width:100%; height:340px; margin-top:80px;}
.amap-container{
width:100%;height:100%;border:none;	
	}
.contact_right {
	position: relative;
	right: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.cont_l h2 {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	font-weight: bold;
	margin:0 0 10px 0;
    position:relative;
}
.cont_l h2:after{ content:""; position:absolute; left:0; top:10px; height:2px; background:#c76a40; width:60px;}
.cont_l h2 b{ 
	position:relative;
	overflow:hidden; 
	display:inline-block; 
	margin-left:80px;
	letter-spacing:1px;
	}
.cont_l h2 b i{ position:absolute; left:0; top:0; width:0; height:100%; background:#c20813; transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; 
}
.cont_l h2:hover i{ left:100%;  width:100%; transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;  filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; display:block;
}
.cont_l h2 span {
	display: inline-block;
	width: 30px;
	height: 2px;
	margin: 10px 20px 0 0;
	background:#C20914;
	float: left;
}
.cont_l h3 {
	font-size: 14px;
	color: #eee;
	line-height: 24px;
	margin: 0 0 0 30px;
	padding-left: 50px;
	position:relative;
	letter-spacing: 2px;
}
.cont-i {
	margin: 30px 0 15px 0;
}
.cont-i i {
	font-size: 14px;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background: #cb0511;
	margin-right: 10px;
}
.contact_right {
	margin-left: 50px; padding-bottom:80px;
}
.contact_right h2 {
	font-size: 15px;
	margin-top: 0;
	line-height: 24px;
	margin-bottom: 30px;
	width: 80%; color:#fff;
}
.contact_right label {
	display: block;
	font-weight: normal; color:#fff; font-size:14px;
}
.contact_right form {
	width: 90%;
}
.contact_right input {
	width: 100%;
	height: 40px;
	border: none;
	background: #eee;
	padding-left: 10px;
	font-size: 14px;outline:none;
}
.form_child .form_left {
	float: left;
	width: 47%;
}
.form_child .form_right {
	float: right;
	width: 47%;
}
.form_child textarea {
	width: 100%;
	border: none;
	background: #eee;
	height:160px;
	padding: 15px 10px;
	font-size: 14px;outline:none;
}
.form_child {
	margin-bottom: 20px;
}
input[type="checkbox"] {
	margin: 0px 0 0;
	width: auto;
	height: auto;
	display: inline-block;
}
.check_box label {
	display: inline-block;
	padding-left: 10px;
}

.form_tj {
	background:#dfd8d2!important;
	color: #333;
	height: 51px!important;
	width: 300px!important;
	text-align: center;
	line-height: 50px;
	font-size: 12px!important;
	margin: 30px auto 0;
	letter-spacing: 2px;
    display:block;
    font-family: Georgia, "Times New Roman", Times, serif;
}
/*****sec5*******/

/*****招商********/
.zs-list{
	
	width:90%;
	margin:0 auto;
	margin-bottom:30px;
}
.zs-img{
	float:left;
}
.zs-cont{
	float:left;
	margin-left:70px;
	position:relative;	
}
.zs-line{
	width:80px;
	height:6px;
	background:#ccc;
	position:absolute;
	top: 85px;
    left: -110px;
}
.zs-cont h3{
	font-size:20px;
	color:#fff;
	letter-spacing:3px;	
}
.zs-cont h5{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	letter-spacing:2px;
}
.cont-list{
	margin-top:30px;
}
.cont-list p{
	font-size:14px;
	color:#fff;
	letter-spacing:2px;
}
.cont-list p img{
	margin-right:10px;
}

/* index_sec6 */
	.const-word{
width:100%;
}
.const-word p{
	width:80%;
	font-size: 14px;
	color:#fff;
	text-align: center;
	line-height: 24px;
	margin: 0 auto;
	padding: 10px 0
}
.const_list{
	width:100%;
	height:auto;
	overflow: hidden;
	padding:0 0 60px 0;
}


.indexone_sec_more {
	padding-top: 60px;
}
.indexone_sec_more .col-lg-3{ padding:0;}
.indexoneMore {
	text-align: center;
	display: block;
	position:relative; bottom:-300px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
}
.indexoneMore:hover .indexone_sec_more_img{
	transform:rotateY(360deg);
-ms-transform:rotateY(360deg); 	/* IE 9 */
-moz-transform:rotateY(360deg); 	/* Firefox */
-webkit-transform:rotateY(360deg); /* Safari Ã¥â€™Å’ Chrome */
-o-transform:rotateY(360deg);  


transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;


	
	}


.indexone_sec_more_img {
	width: 70px;
	height: 70px;
	display: inline-block;
	position: relative;
}


.indexone_sec_more_img>img {
	width: 100%;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.Mimg2 {
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.indexoneMore:hover .Mimg2 {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.indexone_sec_more_content {
	padding:20px 0 0;
}
.indexone_sec_more_content h3 {
	font-size: 16px;
    color: #E48255;
    line-height: 20px;
    margin: 0;

    letter-spacing: 2px;
}
.indexone_sec_more_content h5 {
	font-size: 14px;
	line-height: 18px;
	color: #999;
	overflow: hidden;
	margin-top: 0;
	padding:5px 0;
	text-transform:capitalize;
	
}
.indexone_sec_more_content span {
	font-size: 12px;
	color: #00351b;
	font-weight: bold;
}
/*****sec1*******/	

	
/*****sec2*******/	
.index_sec2 {
	background: url(../images/two.png) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/two.png', sizingMethod='scale');
overflow:hidden;
}
.index_sec2Txt {
	padding: 80px 0;
	background: rgba(0,0,0,0.4);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);

}
.index_sec2Txt a {
	text-align: center;
	width: 60%;

	margin: 30px auto;
	display: block;
	width: 100%;
}
.index_sec2Txt span {
	display: inline-block;
	border: 1px solid #754A26;
	position:relative;
	
	  transform:scale(0.1);   
-webkit-transform:scale(0.1);   
-moz-transform:scale(0.1);    
-o-transform:scale(0.1);   
 -ms-transform:scale(0.1); 
 
 filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; 
 

transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;

 
}

.index_sec2Txt span.fd{ transform:scale(1.0);   
-webkit-transform:scale(1.0);   
-moz-transform:scale(1.0);    
-o-transform:scale(1.0);   
 -ms-transform:scale(1.0); 
 
 filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; 
 

transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;

 }



.index_sec2Txt span .line{ width:100px; background: #744C27; height:1px; position:absolute; top: 50%; left: -120px;}
.index_sec2Txt span .line1{ width: 100px; background: #744C27; height:1px; position:absolute; top: 50%; right: -120px;}
.index_sec2Txt span i {
	display: block;
	margin: 6px;
	width: 50px;
	height: 50px;
	background: #744c27;
	text-align: center;
	vertical-align: middle;
}
.index_sec2Txt span img {
	width: 14px; margin-top:16px;
	display: inline-block;
}
.index_sec2Txt h3 {
	font-size: 26px;
    color: #fff;
    line-height: 30px;
    margin: 20px auto 5px;
    letter-spacing: 2px;
	position:relative; bottom:-300px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;

}
.index_sec2Txt h6 {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 40px;
	position:relative; bottom:-300px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
}
.index_sec2Txt:hover {

}







	
/*****footer*******/
.footer {
	background: #000;
	position:relative;
	z-index:999;
	width:100%; 
    overflow:hidden; 
    background:url(../images/temp-bg.jpg) no-repeat center center;  
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader  (src='../images/temp-bg.jpg',  sizingMethod='scale');
}
.foot_box_top {
	padding: 60px 0 0;
	border-bottom: solid 1px #333;
}
.fot_sec1 {
}
.fot_sec2 {
	padding-bottom: 20px;
}
.fot_sec1 h2 {
	font-size: 30px;
    color: #fff;
    margin: 0;
   font-size: 20px;
    color: #fff;
    margin: 0;

    text-transform: uppercase;
    letter-spacing: 2px;
}
.fot_sec1 h3 {
	font-size: 13px;
    color: #B6B6B6;
    margin: 15px 0;
	letter-spacing:1px;

}
.fot_sr .input2 {
	width: 80%;
    height: 40px;
	line-height:40px;
    border: solid 1px #252525;
    background: #1e1e1e;
    padding: 0 70px 0 20px;
 	letter-spacing:1px;
    color: #666;
    font-size: 12px;outline:none;
}
.fot_sr{ position:relative;}
.fot_jt{ position:absolute; top:8px; right:23%;}
.fot_jt_hover:hover{animation: hoverjt 1s infinite;}
.fot_sr .input1{float: right;width: 40px;cursor: pointer;background: url(../images/anniu.jpg) no-repeat center;border: 0px;outline:none;}
.fot_sr .input1:link{}
@keyframes hoverjt {
	0%{
		transform: translateX(0px); 
	-webkit-transform:translateX(0px);   
	-moz-transform:translateX(0px);    
	-o-transform:translateX(0px);   
	-ms-transform:translateX(0px);
	}
	80%{
		transform: translateX(10px); 
		-webkit-transform:translateX(10px);   
		-moz-transform:translateX(10px);    
		-o-transform:translateX(10px);   
		-ms-transform:translateX(10px);
	}
	100%{
		transform: translateX(0px); 
		-webkit-transform:translateX(10px);   
		-moz-transform:translateX(10px);    
		-o-transform:translateX(10px);   
		-ms-transform:translateX(10px);
	}
}
.fot_jt i{ color:#ccc; font-size:24px;}
.fot_sec2{ width:25%; float:left;}
.f_r_t {
	font-size: 16px;
	color: #fff;
	text-transform:uppercase; text-align:center;
	margin-bottom: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.f_r_b li a{
	font-size: 14px;
	color: #a7a7a7;
	text-transform: capitalize;
	margin-bottom: 10px;
	text-align:center;
}
.f_r_b li a:hover{ color:#b0866d;}
 
.foot_box_bototm {
	padding: 0;
}
.foot_l_i {
	font-size: 14px;
	color: #fff;
	padding-right: 10px;
}
.b_bottom_l {
	font-size: 12px;
	color: #666;
	float: left;
	line-height:55px;
	font-family:Arial, Helvetica, sans-serif;
}
.b_bottom_l span{font-family: "Microsoft YaHei", "微软雅黑" !important;}
.b_bottom_r {
	float: right;
}
.foot_r_i {
	font-size: 20px !important;
	color: #fff;
	margin: 0 10px;
}
/*****footer*******/


.dibu{ padding-bottom:60px;}


/*********新加*********/

.ewm_box{
	margin-top:50px;
	padding-left: 80px;
}
.ewm_box .jd_pic{
	width:180px;
	float:left;
}
.ewm_box .jd_pic img{
	display:block;
	width:100%;
    height:auto !important;
}	
.ewm_box .wx_pic{
	width:180px;
	float:left;
	margin-left:20px;
}
.ewm_box .wx_pic img{
	display:block;
	width:100%;
}	



/*xinjia*/
.header_phone{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right:0;
}
.ewm_box .wx_pic{
	width: 48%;
	float: right;
	margin: 0;
}
.ewm_box .jd_pic{
	width: 48%;
	float: left;
	margin: 0;
}
.indexone_sec_more1{
	position: relative;
}
.indexone_sec_more1 .swiper-pagination{
	bottom: -27px;
}
.indexone_sec_more1 .swiper-active-switch{
	background: #C76A40;
}

.ewm_box .guanfang{
	font-size:16px;
	color:#fff;
	margin-top:15px;
	text-align:center;
	padding-left:0;
	letter-spacing:1px;
}



@media(max-width:1680px) {
.indexSec1-txt p{
height:100px;
overflow:hidden;
}
.new-cont .new-text p{

height:70px;
overflow:hidden;

}
.zs-list{
width:90%;
}
.zs-img img{
	width:410px;
}

}
	
@media(max-width:1440px) {
.indexSec1-txt p{
	display:none;
}
.indexSec1-title h2{
	font-size:38px;
	margin-top:15px;
}
.brandwz{
	margin-top:15px;
	text-align: center;
}
.brandbt{
	padding-bottom: 15px;
}
.new-cont .new-time{
	padding:60px 0;
}
.new-cont .new-text p{
height:95px;
overflow:hidden;
font-size:13px;
line-height:24px;
}
.zs-img img{
	width:410px;
}
.zs-cont h3{
font-size:18px;
letter-spacing:2px;
margin:0;
}
.zs-cont h5{
font-size:13px;
}
.cont-list{
margin-top:inherit;
}
.zs-cont{
padding-top:10px;
}
.cont-list p{
margin:0;
line-height:24px;
}
.zs-line{
top:75px;
}
.zs-list{
width:100%;
}
}	
@media(max-width:1280px) {
.indexSec1-title h2{
	font-size:38px;
	margin-top:15px;
}
.indexSec1-txt p{
	display:none;
}
.brandwz{
	margin-top:15px;
}
.brandbt{
	padding-bottom: 15px;
}
.new-cont .new-text h3{
	font-size:16px;
}
.new-cont .new-text p{
height:70px;
overflow:hidden;
font-size:13px;
line-height:22px;
}
.new-cont .new-time .ri{
font-size:26px;

}
.new-cont .new-time{
	padding:60px 0;
}
.menuR{
padding: 10px 0;
}
.menuR-time-txt p{
font-size: 14px;
    line-height: 24px;
    text-align: right;
    height: 78px;
    overflow: hidden;
}
.indexSec1-txtimg1{
width:100%;
}
.indexSec1-txt{
padding: 0px 20px 40px 0; margin-left:0; 
}
.indexSec2-txt h2{ font-size:38px;}
.indexSec2-list {
    width: 64%;
    left: 23%;

}
.zs-cont{
padding-top:10px;
width:45%;
}
.zs-list{
width:100%;
}
.zs-img img{
	width:380px;
}
.zs-img{
	width: 40%;
}
.zs-cont{
	width: 60%;
	margin: 0;
	padding-left: 70px;
}
.zs-img img{
	width: 100%;
}
.zs-line{
	left: -43px;
}
.zhao_sec3_box,.conWidth,.pro_box,.zhao_sec1_boxs,.contacts_sec1_box{
		width: 86%;
	}


} 




@media(max-width: 992px){
	.headerS{
		right: -46px;
	}
.nav_list li a {
    font-size: 15px;
    letter-spacing: 1px;
}
.zs-img{
	width: 100%;
	margin-bottom: 20px;
}
.zs-cont{
	width: 100%;
	padding-left: 0;
}
.zs-line{
	display: none;
}

}
.col-lg-6,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{
		float:left;
	}
.col-md-6,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{
		float:left;
	}
.col-sm-6,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{
		float:left;
	}	


@media(min-width:1200px) {
	.col-lg-6{
		width:50%;
	}
	.col-lg-2{
		width:16.66666667%;
	}
	.col-lg-7{
		width:58.333333%;
	}
	.col-lg-5{
		width:41.66666667%;
	}
}	
	


@media(min-width:992px) {
	.col-md-6{
		width:50%;
	}
	.col-md-2{
		width:16.66666667%;
	}
	.col-md-7{
		width:58.333333%;
	}
	.col-md-5{
		width:41.66666667%;
	}
}

	
@media(min-width:768px) {
	.col-sm-6{
		width:50%;
	}
	.col-sm-2{
		width:16.66666667%;
	}
	.col-sm-offset-1{
		margin-left:8.333333%;
	}
	.col-sm-7{
		width:58.333333%;
	}
	.col-sm-5{
		width:41.66666667%;
	}
}


	
@media(max-width:768px) {
.header_phone{
	display: none;
}
.navbar-nav {
	width: 100%;
	margin-left: 0px;
	text-transform: uppercase;
}
.navbar-nav li {
	text-align: center;
	border-bottom: 1px dotted #e5e5e5;
	line-height: 40px;
}
.navbar-nav li a {
	color: #666;
	font-size: 13px;
}
.navbar-nav li a:hover {
	color: #0752a4;
}
.headerbg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.logo_boxlist {
	float: left;
	width: 123px;
	margin-top: 7px;
}
.navbar-toggle {
	margin-top: 10px;
	margin-right: -10px;
}
.navbar-toggle .icon-bar {
	background-color: #000;
}
.navbar-collapse {
	border-top: 1px solid #e5e5e5;
}
.ind_pro_zi h5{
	font-size: 20px;
}
.ind_pro_zi span{
	font-size: 14px;
}
.ind_pro_h span{
	font-size: 24px;
}
.indexSec1-title p{
	font-size: 14px;
}
.indexSec1-title h2 {
    font-size: 20px;
    margin-top: 8px;
}
.indexSec3-hr{
	margin-bottom: 50px;
}
.zs-cont h3{
	font-size: 15px;
}
.cont-list p{
	font-size: 13px;
	line-height: 20px;
	margin: 5px 0;
}
.indexone_sec_more_content h3{
	font-size: 15px;
}
.indexone_sec_more_content h5{
	font-size: 13px;
}
.brandtop h1{
	font-size: 15px;
}
.brandtop p{
	font-size: 13px;
	line-height: 20px;
}
.brandbt{
	font-size: 15px;
}
.brandbg span{
	font-size: 13px;
	line-height: 20px;
}
.brandcentop p{
	font-size: 15px;

}
.indexSec1-txt h4 span{
	font-size: 14px;
}
.indexSec1-txt h4{
	font-size: 13px;
	line-height: 20px;
}
.indexSec1-txt h4 span i {
    font-size: 30px;
}
.indexSec4-hr{
	padding-top: 50px;
}
.contact_right form {
    width: 100%;
}
.contact_right {
     margin-left: 0px; 
    padding-bottom: 50px;
    width: 100%;
}
.cont_l h2 b{
	font-size: 15px;
	margin-left: 66px;
}
.cont_l h3 {
    padding-left: 37px;
    line-height: 20px;
    font-size: 13px;
}
.contact_right label{
	font-size: 13px;
}
.fot_sec1 h2{
	font-size: 15px;
}
.fot_sec1 h3{
	font-size: 12px;
}
.banTxt{
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px;
}
.banTxt h4{
	font-size: 13px;
}
.banTxt h3{
	font-size: 20px;
	line-height: 20px;
}
.banTxt p{
	font-size: 16px;
	letter-spacing: 3px;
}
.banTxt i {
    margin: 17px auto;
}
.ind_pro_h {
    width: 246px;
    height: 116px;
    margin-left: -123px;
    margin-top: -58px;
    display: none;
}
.indexSec4-more{
	margin-top: 30px!important;
}
.const_list{
	padding-bottom: 30px;
}
.text-center{
	margin-bottom: 30px!important;
}
.dibu{
	padding-bottom: 50px;
}
.indexSec1-txt{
	padding:0 15px;
	margin-top: 0;
}
.indexSec1-txt{
	padding-bottom: 0;
}
.indexSec1-txtR{
	margin-right: 0;
}

.indexSec1-img{
	margin-top: 30px;
}
.index_sec1{
	padding-bottom: 30px;
}
.ewm_box{
	margin: 30px 0;
    padding-left: 0; 
	
}
.foot_box_top{
	padding-top: 15px;
	display: none;
}
.logo{
	top:0px;
	display: none;
}
.header .logo img {
    width: 130px;
}
/*.inner_all{
	margin-top: 280px!important;
}*/
.scroll_down{
	width: 14px;
	bottom: -4px;
}
.scroll_down img{
	width: 100%;
}
.clp0{
	margin-top: 30px;
	padding: 0 25px;
}
.ind_pro_con{
	padding-bottom: 50px;
}
.cont-list p img {
    margin-right: 10px;
    width: 6px;
    margin-top: -4px;
}
.indexSec4-more a {
    width: 45%;
    padding: 5px 0;
}
.indexSec3-more a {
    padding: 12px 0px;
    width: 50%;
}
.ewm_box .wx_pic {
    width: 38%;
}
.ewm_box .jd_pic {
    width: 38%;
}
.contact_right input{
	height: 34px;
	line-height: 34px;
}
.form_tj{
	width: 50%!important;
	height: 34px!important;
	line-height: 34px;
}
.fot_sec1 input{
	width: 100%;
}
.fot_jt {
    right: 5%;
}
.banTxt p{
	display: none;
}
.ind_pro_all{
	margin-top: 466px;
}



}
@media(max-width: 400px){
	.ind_pro_zi span{
		font-size: 13px;
	}
.ind_pro_zi h5{
	font-size: 15px;
}
.ind_pro_h span{
	font-size: 16px;
}
.ind_pro_hzi a{
	font-size: 13px;
}
.zhao_sec3_box, .conWidth, .pro_box, .zhao_sec1_boxs, .contacts_sec1_box {
    width: 94%;
}
.brandwz{
	width: 94%;
	height: auto;
	overflow: inherit;
}
.brandbt{
	margin-top: 0%;
	padding-top: 10%;
}

.brandbg{
	filter:alpha(opacity=100);
	 -moz-opacity:1; 
	-khtml-opacity:1; 
	opacity:1; 
	transform: translateY(0);
	-webkit-transform:translateY(0);   
	-moz-transform:translateY(0);    
	-o-transform:translateY(0);   
	-ms-transform:translateY(0);
	display: none;
}
.dibu {
    padding-bottom: 25px;
}
.indexSec3-more{
	margin-top: 30px;
}


}




/*底部固定工具条*/
#tool {   background: rgba(0, 0, 0,0.5); height:50px;margin-bottom: 10px;}
ul.toollist {  z-index: 900;margin: auto; display: block; height: 48px;}
.toollist li{ float:left;width: auto;  height: 100%;width:25%;position: static!important;  margin: 0;
border-radius: 0!important; -webkit-box-sizing: border-box;box-sizing: border-box; -webkit-box-flex: 1; box-flex: 1;
-webkit-box-sizing: border-box; box-shadow: none!important; background: none;
}
.toollist li a {font-size: 20px;line-height: 20px;text-align: center;display: block;text-decoration: none;padding-top: 2px;position:relative;}
.toollist li a img{width:24px;height:24px;}
.toollist li a p{margin: 1px 0 1px 0;font-size: 14px;display: block !important;line-height: 18px;text-align: center;}
/*绿色主题*/
.toollist { background:url(../images/logo_main.png) repeat;}
.toollist li{ border-right: 1px solid rgba(255, 255, 255, 0.7);}
.toollist li:last-child{ border-right:0}
.toollist li a {color: #fff;}