@charset "gb2312";
/*初始化样式*/

body {
	padding: 0px;
	margin: 0px auto;
	zoom: 1;
	/*设置字体*/
	font-size: 14px;
	line-height: 24px;
	font-family: "微软雅黑";
	color: #000;
	/*设置宽度*/
	width: 100%;
	background: #fff;
}
ul, li, form, dl, dt, dd, div {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.ul, .ul li {
	list-style: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, .p {
	padding: 0px;
	margin: 0px;
}
select, input, textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #fff;
}
input:focus {
	outline: none;
}
/*强制去除表单自带的样式*/ 
input, button, select, textarea {
	outline: none;/*-webkit-appearance:none;*/
}
/*强制去除textarea自带的样式*/
textarea {
	resize: none;/*-webkit-appearance:none;*/
}
textarea, input, select {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
/*html5设置*/
article, aside, footer, header, hgroup, nav, section, figure, figcaption {
	display: block;
}
figure, figcaption {
	margin: 0px;
	padding: 0px;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
img {
	border: none;
	border: 0;
	vertical-align: baseline;
}
a {
	color: #414446;
	text-decoration: none;
 noline:-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:focus {
	outline: none;
	-moz-outline: none;
}
a:hover {
	text-decoration: none;
}
/*清楚浮动*/
.w1280 {
	max-width: 1300px;
	margin: 0 auto;
}
.w1000 {
	max-width: 1000px;
	margin: 0 auto;
}
.clear {
	clear: both;
	height: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.color {
	color: #043871;
}
/*手机端头部*/
.mobile_top {
	display: none;
	position: relative;
}
.mobile_top .logo {
	padding: 2px 75px 2px 5px;
	overflow: hidden;
	height: 64px;
}
.mobile_top .logo a {
	display: block;
	float: left;
}
.mobile_top .logo img {
	width: auto;
	height: auto;
}
.mobile_top .language {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -15px;
	width: 50px;
	height: 30px;
}
.mobile_top .language a {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
}
.mobile_top .language a.on {
	color: #E62129;
}
.mobile_top .btn_nav {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
}
.mobile_top .btn_nav a {
	display: block;
}
.mobile_top .btn_back {
	position: absolute;
	left: 4%;
	top: 27%;
	display: block;
	width: 6%;
}
.mob_nav {
	position: absolute;
	right: 0%;
	z-index: 99;
	width: 40%;
	top: 100%;
	height: 100%;
	display: none;
}
.mob_nav li {
	width: 100%;
}
.mob_nav li a {
	display: block;
	font-size: 16px;
	line-height: 3.2em;
	text-indent: 10px;
	color: #fff;
	font-weight: bold;
	margin-top: 1px;
}
.mob_nav li a:hover {
	background-color: #fff;
	color: #e62129;
}
.mob_nav li ul {
	display: none;
}
.mob_nav li ul.subnav li a {
	font-size: 1.8em;
	margin-top: 0px;
	background-color: #e62129;
	line-height: 2.4em;
	background-image: none;
}
.mob_nav li ul.subnav li a:hover {
	background-color: #fff;
	color: #e62129;
	background-image: none;
}
.weather {
	float: right;
	line-height: 50px;
}
/*手机端头部*/

/*头部*/
header {
	background: url(../images/top_bg.png) repeat-x;
}
.header {
	height: 130px;
}
.menu {
	height: 45px;
}
#nav {
	height: 45px;
	line-height: 45px;
}
#nav a {
	text-align: center;
}
#nav a span {
	color: #a89f94;
	font-weight: normal
}
#hover a {
	color: #fff!important;
}
#nav ul li {
	float: left;
	text-align: center;
	width: 16.66%;
	height: 45px;
}
#nav ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #a89f94;
}
#nav ul li.hover a {
	color: #fff;
}
#nav ul li:hover {
}
#nav ul li:hover a {
	color: #fff;
}

@media screen and (max-width:768px) {
.mobile_top {
	display: block;
	background: url(../images/top_bg.png) repeat-x;
}
.mob_nav {
	display: block;
}
.menu {
	display: none;
}
}

/*Banner*/
.HomeBan{
-webkit-animation:fadeIn 4s .2s ease both;
-moz-animation:fadeIn 4s .2s ease both;}
@-webkit-keyframes fadeIn{
0%{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes fadeIn{
0%{opacity:0}
100%{opacity:1}
}
.HomeBan {
	width: 100%;
	position: relative;
	z-index: 2;
}
.HomeBan .BanList {
	overflow: hidden;
	position: relative;
}
.HomeBan .BanList .bx-controls-direction {
	display: none;
}
.HomeBan .BanList:hover .bx-controls-direction {
	display: block;
}
.HomeBan .BanList li {
	width: 100%;
}
.HomeBan .BanList li img {
	display: block;
	width: 100%;
}
.HomeBan .bx-pager {
	display: none;
}
/*.HomeBan .bx-controls .bx-pager{ text-align: center; display: inline-block; }*/
.HomeBan .bx-controls .bx-pager-item {
	display: inline-block;
}
.HomeBan .bx-controls .bx-pager-item a {
	display: block;
	width: 24px;
	height: 12px;
	margin: 0 4px;
	background: url(../images/banner_d1.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 24px;
}
.HomeBan .bx-controls .bx-pager-item a.active {
	background: url(../images/banner_d2.png) 0 0 no-repeat;
}
.HomeBan .bx-controls-direction .bx-prev {
	width: 79px;
	height: 79px;
	background: url(../images/arrowl.png) 0 0 no-repeat;
	position: absolute;
	left: 50px;
	top: 50%;
	margin-top: -40px;
	z-index: 99;
}
.HomeBan .bx-controls-direction .bx-next {
	width: 79px;
	height: 79px;
	background: url(../images/arrowr.png) 0 0 no-repeat;
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -40px;
	z-index: 99;
}
.Banner {/*height: 268px;*/
	width: 100%;
}
.Banner img {
	width: 100%;
	display: block;
}
.BanList_pc {
	width: 100%;
	height: 695px;
	background-position: center;
}
.BanList_wap {
	display: none;
}
@media screen and (max-width:768px) {
.header {
	display: none;
}
.BanList_pc{
	height: 200px;
	background-size: cover;
}
.Current {
	display: none;
}
.BanList_wap {
	display: block;
}
}
/*Banner*/

/*首页公司简介*/
.index-about {
	min-height: 585px;
}
.index-about-l {
	padding: 150px 0;
	color: #acabad;
}
.index-about-l dd {
	font-size: 30px;
	color: #525156;
	font-weight: bold;
}
.index-about-l p {
	margin-bottom: 30px;
}
.index-about-l p:nth-of-type(1) {
	font-size: 16px;
}
.index-about-r {
	vertical-align: middle;
}

/*首页经典推荐*/
.index-tuijian {
	background: url(../images/index-tuijian.jpg) no-repeat center;
	min-height: 763px;
}
.index-tuijian-title {
	padding: 85px 0 70px 0;
}
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hovereffect .overlay {
	border: 1px solid #dddddd;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(227,227,227,0.8);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.hovereffect .overlay dd{
	padding-top: 50%;
	color: #2a2a2a;
	font-size: 26px;
	font-weight: bold;
}
.hovereffect .overlay a{
	color: #807f81;
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
.hovereffect:hover img {
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*首页产品介绍*/
.index-pro{
	padding-bottom: 5%;
}
.index-pro-1{
	max-width: 380px;
}
.index-pro-1 div:nth-child(1){
	margin-bottom: 5%;
}
.index-pro-1 div:nth-child(1) a:nth-child(2){
	position: absolute;
	bottom: 20px;
	left: 122px;
	display: block;
	font-size: 18px;
	color: #504f54;
}
.index-pro-1 div:nth-child(2) a:nth-child(2){
	position: absolute;
	top: 30px;
	left: 175px;
	text-align: center;
	display: block;
	width: 50%;
	height: 80%;
	font-size: 18px;
	color: #504f54;
}
.index-pro-2 div:nth-child(1),.index-pro-2 div:nth-child(2){
	padding: 0;
}
.index-pro-2 div:nth-child(1) a:nth-child(1){
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -54px;
	display: block;
	font-size: 18px;
	color: #504f54;
}
.index-pro-2 div:nth-child(2) a:nth-child(2){
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -54px;
	display: block;
	font-size: 18px;
	color: #504f54;
}
.index-pro-3{
	max-width: 370px;
	padding: 0;
}
.index-pro-3 a{
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 100px;
	margin-top: 6%;
	border-top: 1px solid #dfdfe0;
	border-bottom: 1px solid #dfdfe0;
	color: #504f54;
}
@media screen and (max-width:1300px){
.index-about-l{
	padding: 15px;
}	
.index-pro-3{
	max-width: auto;
	padding: 15px;
}	
}
/*首页新闻*/
.index-news{
	background: #f0f0f0;
	padding: 7% 0;
}
.index-news-l{
	padding-top: 115px;
}
.index-news-l p{
	color: #808080;
	margin: 40px 0;
}
.index-news-l a{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
	color: #808080;
    border: 1px solid #808080;
}
.index-news-r{
	padding: 0;
}
.index-news-r li{
	color: #5b5a60;
	background: #fff;
	padding: 15px;
}
.index-news-r .con a{
	font-size: 16px;
	color: #5b5a60;
}
.index-news-r .con p{
	font-size: 12px;
}
.news-date{
	font-size: 20px;
	padding: 0;
	font-family: 'Georgia';
	font-style:italic;
	text-align: center;
}
.news-date hr{
	border-top-color: #5b5a60;
	margin: 8px 0;
}
.index-news-r li:hover{
	cursor: pointer;
	transition: 700ms;
	color: #beb4a0;
	background: #5b5a60;
}
.index-news-r li:hover .con a{
	color: #beb4a0;
}
.index-news-r li:hover .news-date hr{
	transition: 700ms;
	border-top-color: #beb4a0;
}
@media screen and (max-width:1300px){
.index-news-l{
	padding: 5% 0;
}
.index-news-l p{
	color: #808080;
	margin: 15px 0;
}	
}
/*底部*/
.footer {
	padding-top: 60px;
	background: url(../images/footer-bg.jpg) repeat-x;
	color: #beb4a0;
}
.f-title {
	color: #beb4a0;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 25px;
}
.footer a {
	color: #beb4a0;
}
.footer .ewm {
	text-align: center;
	margin-right: 38px;
}
.footer1 {
	height: 65px;
	line-height: 65px;
	background: #3b3a3e;
	color: #beb4a0;
}
@media screen and (max-width:1300px) {
.footer{
	display: none;
}
.footer1{
	height: auto;
	line-height: 30px;
}	
}