﻿@charset "utf-8";
/**
@Author: yu_Wj
@Description：全站公用样式文件
*/

*{
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
    /*取消链接高亮*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    font-family: Microsoft YaHei, simhei, Tahoma, Arial, sans-serif;
}
html {
    font-family: sans-serif;
    min-height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    min-height: 100%;
	position: relative;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}
html.normal,body.normal{
	width: 100%;
	height: 100%;
    overflow: hidden !important;
}

/**
 * 自定义被选择文字的颜色
 */
/*webkit, opera, IE9*/
::selection{
	color: #fff;
	background:#c08d66;
}
/*mozilla firefox*/
::-moz-selection{
	color: #fff;
	background:#c08d66;
}

/**
 * 表格元素
 */
table { border-collapse: collapse; border-spacing: 0;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 重置超链接元素
 */
a,
a:hover,
a:link,
a:focus {text-decoration: none;}

/*
 * ios端和安卓端的样式显示不一样
 * 例如同一按钮(样式一样)会显示不一样的颜色,导致项目整体的搭配不是很好
*/
input,button,textarea{
	/*去除获得焦点时，出现的蓝框*/
	outline: none;
	/*去除浏览器默认样式*/
    -webkit-appearance: none;
}

/*
 * 解决输入框背景颜色
*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #262333 inset !important;
    -webkit-text-fill-color: rgba(255,255,255,1)!important;
}

/*
 * 默认hr样式
*/
hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #f1f1f1;
}

iframe, frame, frameset{border: 0;}

/**
 * 清除浮动
*/
.clearboth{
	clear: both;
	overflow: hidden;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

/**
 * 左右浮动
*/
.yu_fl{float: left;}
.yu_fr{float: right;}
.yu_fc{overflow: hidden;}

/**
 * 左右对齐
*/
.yu_tl{text-align: left;}
.yu_tr{text-align: right;}
.yu_tc{text-align: center;}

/**
 * 相对绝对
*/
.yu_pf{position: fixed;}
.yu_pr{position: relative;}
.yu_pa{position: absolute;}

/**
 * 图片自适应
*/
img {
	height: auto;
	width: auto\9;
	border: none;
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
}

/**
 * 标题
*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

/**
 * 字符限制
*/
.charLimit{
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*框架*/
.yu_main{
	width: 100%;
	padding: 0 100px;
}
/*面包屑导航*/
.position {
	width: 100%;
	padding-left:65%;
	padding-top: 0px;
	padding-bottom: 50px;
	overflow: hidden;
	font-size: 0;
	
}
.position a,
.position span,
.position img{
	display: inline-block;
	vertical-align: top;
	color:#666;
	line-height: 20px;
	font-size:13px;
}
.position a:hover,
.position a:last-child{
	color: #c08d66;
}
.position img{}
.position span{
	padding: 0 6px;
	font-family: simhei;
}
.position span:nth-of-type(1){
	padding-left: 6px;
	padding-right: 0;
	font-size:13px;
	font-family: "microsoft yahei";
}
/*上一篇 下一篇*/
.char_limit{
	width: 100%;
	padding: 50px 0 70px;
	overflow: hidden;
}
.char_limit aside i{
	width: 30px;
	height: 30px;
	margin: 0 0.15rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.char_limit aside span{
	float: left;
	color: #666;
	line-height: 30px;
}
.char_limit aside a{
	float: left;
	color: #666;
	line-height: 30px;
}
.char_limit .prev{float: left;}
.char_limit .prev i{float: left;background-image: url(../images/pic_30.png);}
.char_limit .next{float: right;}
.char_limit .next i{float: right;background-image: url(../images/pic_31.png);}
.char_limit aside:hover span,
.char_limit aside:hover a,
.char_limit aside.touch span,
.char_limit aside.touch a{
	color: #c08d66;
}
.char_limit .prev:hover i,.char_limit .prev.touch i{background-image: url(../images/pic_28.png);}
.char_limit .next:hover i,.char_limit .next.touch i{background-image: url(../images/pic_29.png);}
/*header*/
.header{
	width: 100%;
	height: 130px;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 12;
}
.header .left{
	float: left;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	padding-top: 48px;
}
.header .left a{
	float: left;
}
.header .left a img{
	float: left;
	width: 157px;
	height: 32px;
}
.header .left hr{
	float: left;
	width: 1px;
	height: 20px;
	background: #ccc;
	margin: 15px 25px 0;
}
.header .left > img{
	float: left;
	/*width: 253px;*/
	margin-top: 15px;
}
.header .right{
	float: right;
	padding-top: 60px;
}
.header .right,
.header .right font{
	color: #000;
	font-size: 18px;
}
.header .right font{
	font-family: arial;
}
/*pc导航*/
.header .nav{
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	margin-left: -300px;
}
.header .nav li{
	height: 130px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding: 60px 35px 0;
}
.header .nav li a{
	float: left;
	color: #666;
	font-size: 18px;
	position: relative;
}
.header .nav li a:before{
	display: none;
	content: " ";
	width: 100%;
	height: 4px;
	overflow: hidden;
	background: #c08d66;
	position: absolute;
	top: 30px;
	left: 0;
}
.header .nav li.normal a,
.header .nav li:hover a{
	color: #000;
}
.header .nav li.normal a:before,
.header .nav li:hover a:before{
	display: block;
}
/*pc二级导航*/
.header_nav{
	display: none;
	width: 100%;
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	z-index: 9;
}
.header_nav:after{
	content: " ";
	height: 100%;
	background: rgba(0,0,0,.4);
	position: fixed;
	top: 130px;
	left: 0;
	right: 0;
}
.header_nav_box{
	width: 100%;
	padding: 50px 0;
	background: #fff;
	border-top: solid 1px #000;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.header_nav_cont{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	display: none;
}
.header_nav_cont .left{
	float: left;
	width: 100%;
	margin-left: -650px;
	padding-left: 650px;
}
.header_nav_cont .left h3{
	color: #000;
	font-size: 24px;
	padding-bottom: 50px;
}
.header_nav_cont .left ul{
	float: left;
	width: 100%;
}
.header_nav_cont .left li{
	float: left;
	width: 50%;
	padding-bottom: 35px;
}
.header_nav_cont .left li a{
	float: left;
	color: #666;
	font-size: 16px;
	position: relative;
}
.header_nav_cont .left li a:before{
	display: none;
	content: " ";
	width: 100%;
	height: 4px;
	overflow: hidden;
	background: #c08d66;
	position: absolute;
	top: 30px;
	left: 0;
}
.header_nav_cont .left li.normal a,
.header_nav_cont .left li a:hover{
	color: #000;
}
.header_nav_cont .left li.normal a:before,
.header_nav_cont .left li a:hover:before{
	display: block;
}
.header_nav_cont .right{
	float: right;
	width: 650px;
	height: 300px;
	overflow: hidden;
}
.header_nav_cont .right i{
	display: none;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: center bottom;
	/*background-size: 55%;*/
}
.header_nav_cont .right i.normal{
	display: block;
}
/*web导航*/
.mobile_nav,.mobile_icon {display: none;}
.mobile_icon {
	float: right;
	width: 60px;
	height: 100px;
	cursor: pointer;
	position: relative;
}
.mobile_icon span {
	width: 100%;
	height: 4px;
	background: #000;
	border-radius: 10px;
	position: absolute;
	top: 60px;
	left: 0;
}
.mobile_icon span:nth-child(1) {
	-webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
}
.mobile_icon span:nth-child(2) {
	-webkit-transform: translateY(-18px) rotate(0deg);
            transform: translateY(-18px) rotate(0deg);
}
.mobile_icon span:nth-child(3) {
	-webkit-transform: translateY(18px) rotate(0deg);
            transform: translateY(18px) rotate(0deg);
}
.mobile_icon.active span:nth-child(1) {
	-webkit-animation: clickfirst 0.5s both;
	        animation: clickfirst 0.5s both;
}
.mobile_icon.active span:nth-child(2) {
	height: 0;
}
.mobile_icon.active span:nth-child(3) {
	-webkit-animation: clicksecond 0.5s both;
	        animation: clicksecond 0.5s both;
}
.mobile_icon.active2 span:nth-child(1) {
	-webkit-animation: outfirst 0.5s both;
	        animation: outfirst 0.5s both;
}
.mobile_icon.active2 span:nth-child(2) {
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.mobile_icon.active2 span:nth-child(3) {
	-webkit-animation: outsecond 0.5s both;
            animation: outsecond 0.5s both;
}

.mobile_nav {
	display: none;
	width: 100%;
	height: 100vh;
	padding: 0 0 80px;
	background: #fff;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
.mobile_nav::-webkit-scrollbar {
	display: none 
	/*隐藏滚动条，但依旧具备可以滚动的功能*/;
}
.mobile_nav .header {
	height: 100px;
	opacity: 0;
}
.mobile_nav .nav {
	overflow: hidden;
	padding-bottom: 100px;
}
.mobile_nav .nav li {
	width: 81%;
	text-align: left;
	margin: auto;
	cursor: pointer;
	position: relative;
}
.mobile_nav .nav li:before{
	opacity: 0;
	content: " ";
	width: 113px;
	height: 113px;
	background: url(../images/icon_0.png) center no-repeat;
	background-size: 30%;
	-webkit-transition: all 0.2s;
	        transition: all 0.2s;
	position: absolute;
	top: 0;
	right: 0;
}
.mobile_nav .nav li.normal:before{
	opacity: 1;
}
.mobile_nav .nav li.normal.active:before{
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.mobile_nav .nav li a {
	display: block;
	color: #333;
	font-size: 32px;
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}
.mobile_nav .nav .inner_nav {
	display: none;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	        animation-name: returnToNormal;
}
.mobile_nav .nav li .inner_nav li{
	width: 100%;
}
.mobile_nav .nav li .inner_nav li a{
	padding: 30px 40px;
}
.mobile_nav .nav li a.touch{color: #c08d66;}
/*footer*/
.footer{
	width: 100%;
	padding: 0 0 28px;
	overflow: hidden;
}
.footer hr{
	float: left;
	width: 100%;
	height: 1px;
	background: #000;
	margin-bottom: 28px;
}
.footer a,
.footer span{
	color: #333;
}
/**
 * 返回顶部
*/
.backTop {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	background: #000;
	position: fixed;
	right: 30px;
	bottom: 217px;
	z-index: 99;
	display: none;
}

/*.img_title{margin: 0 auto;}*/

/*内页banner*/
.inside_banner{
	font-size: 0;
	line-height: 0;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inside_banner > img{
	width: 100%;
}
.inside_banner aside{
	margin: auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
    -webkit-transform: translate(0,-50%);
       -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
         -o-transform: translate(0,-50%);
            transform: translate(0,-50%);
}
.inside_banner aside img{
	width: auto;
}
.inside_banner aside .search{
	width: 570px;
	height: 47px;
	margin: 0.85rem auto 0;
	text-align: left;
	border-bottom: solid 1px #c08d66;
	overflow: hidden;
	position: relative;
}
.inside_banner aside .search input{
	border: none;
	background: none;
}
.inside_banner aside .search .text{
	float: left;
	width: 100%;
	height: 26px;
	line-height: 26px;
	color: #c08d66;
	font-size: 16px;
}
.inside_banner aside .search .text::-webkit-input-placeholder{
    color:#6b4f39;
}
.inside_banner aside .search .text::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#6b4f39;
}
.inside_banner aside .search .text:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#6b4f39;
}
.inside_banner aside .search .text:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#6b4f39;
}
.inside_banner aside .search .butt{
	width: 26px;
	height: 26px;
	background: url(../images/pic_38.png) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 1px;
	right: 0;
}
.inside_banner .results{
	text-align: center;
	padding-top: 50px;
}
.inside_banner .results p{
	color: #c08d66;
	font-size: 18px;
	padding-top: 30px;
}

@media (max-width: 1775px) {
	.header .nav{margin-left: -200px;}
}
@media (max-width: 1700px) {
	.header .nav{margin-left: -100px;}
}
@media (max-width: 1570px) {
	.header .nav{margin-left: 0;}
}
@media (max-width: 1480px) {
	.header .nav li{padding: 60px 15px 0;}
}
@media (max-width: 1380px) {
	.backTop{right: 10px;}
}
@media (max-width: 1300px) {
	.yu_main {padding: 0 50px;}
	.header_nav_cont{width: 100%;padding: 0 50px;}
}
@media (max-width: 1200px) {
	.yu_main {padding: 0;}
	.header{padding: 0 20px;}
	.header .right,.header .nav{display: none;}
	.mobile_icon{display: block;}
	.position{padding: 30px 20px 0px;}
	.char_limit{padding: 0.4rem 20px;}
	.footer{width: 100%;padding: 0 20px 28px;}
}
@media (max-width: 1080px) {
	*{font-size: 0.5rem;}
	.img_title{padding: 120px 0 80px;margin: 0 auto;}
	.position{margin-left: -1%;}
	.position a,.position span,.position img{}
	.inside_banner > img{opacity: 0;min-height: 500px;}
	.char_limit{padding: 40px;margin-bottom: 50px;}
	.char_limit .prev,.char_limit .next{float: left;width: 100%;}
	.char_limit .next{padding-top: 30px;}
	.char_limit .next i{float: left;background-image: url(../images/pic_30.png);}
	.char_limit .next:hover i,.char_limit .next.touch i{background-image: url(../images/pic_28.png);}
	.header{padding: 0 40px;}
	.footer{padding: 0 40px 18px;}
	.footer hr{margin-bottom: 18px;}
	.footer span{float: left !important;width: 100%;padding: 10px 0;}
	.footer span,.footer a{font-size: 21px;}
	.backTop{display: none !important;}
}
@media (max-width: 768px) {
	.header{padding: 0 26px;height: 100px;}
	.header .left{padding-top: 33px;}
	.footer{padding: 0 26px 18px;}
	.mobile_icon span {top: 48px;}
	.img_title{padding: 90px 0 70px}
	.char_limit{padding: 40px 23px;}
	.inside_banner aside .search .text{font-size: 22px;}
	.inside_banner .results p{font-size: 26px;}
}
@keyframes clickfirst {
	0% {
		-webkit-transform: translateY(0px) rotate(0deg);
		        transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0px) rotate(45deg);
		        transform: translateY(0px) rotate(45deg);
	}
}
@-webkit-keyframes clickfirst {
	0% {
		-webkit-transform: translateY(0px) rotate(0deg);
		        transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0px) rotate(45deg);
		        transform: translateY(0px) rotate(45deg);
	}
}
@keyframes clicksecond {
	0% {
		-webkit-transform: translateY(0px) rotate(0deg);
		        transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		        transform: translateY(0px) rotate(-45deg);
	}
}
@-webkit-keyframes clicksecond {
	0% {
		-webkit-transform: translateY(0px) rotate(0deg);
		        transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		        transform: translateY(0px) rotate(-45deg);
	}
}
@keyframes outfirst {
	0% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		        transform: translateY(0px) rotate(-45deg);
	}
	100% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		        transform: translateY(0px) rotate(0deg);
	}
}
@-webkit-keyframes outfirst {
	0% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		        transform: translateY(0px) rotate(-45deg);
	}
	100% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		        transform: translateY(0px) rotate(0deg);
	}
}
@keyframes outsecond {
	0% {
		-webkit-transform: translateY(0px) rotate(45deg);
		        transform: translateY(18px) rotate(45deg);
	}
	100% {
		-webkit-transform: translateY(0px) rotate(0deg);
		        transform: translateY(18px) rotate(0deg);
	}
}
@-webkit-keyframes outsecond {
	0% {
		-webkit-transform: translateY(0px) rotate(45deg);
		        transform: translateY(18px) rotate(45deg);
	}
	100% {
		-webkit-transform: translateY(0px) rotate(0deg);
		        transform: translateY(18px) rotate(0deg);
	}
}
@keyframes returnToNormal {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-5%, 25%, 0);
		        transform: translate3d(-5%, 25%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}
@-webkit-keyframes returnToNormal {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-5%, 25%, 0);
		        transform: translate3d(-5%, 25%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}