@charset "utf-8";
/* CSS Document */
body, div, span, ul, li, h1, h2, h3, h4, h5, h6, p, input, dl, dt, dd, p {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	overflow-x: hidden;
}
td, th {
	padding: 10px;
	margin: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
	padding: 0;
	margin: 0; /*box-sizing: border-box;*/
}
body, table, td, tr, th, input, select {
	font: 14px/25px Arial, Helvetica, sans-serif;
	color: #333;
	font-family: 'Microsoft YaHei', Helvetica;
}
li {
	list-style: none;
}
img {
	padding: 0;
	margin: 0;
	border: 0;
	height: auto!important;
	max-width: 100%!important;
	image-rendering: -webkit-optimize-contrast;
}
.clear {
	clear: both;
	visibility: hidden;
}
a {
	color: #fff;
	text-decoration: none
}
a:hover {
	color: #57391f;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
i, cite, em {
	font-style: normal
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none
}
h1 {
	font-size: 34px;
	line-height: 45px;
}
h2 {
	font-size: 24px;
	line-height: 36px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 15px;
}
/*********************/
.skinw {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.container {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	padding: 40px 0;
	overflow: hidden;
}
@media (max-width:1299px) {
.skinw {
	width: 95%;
}
.container {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
}
/*.swiper-container {
	padding-top: 100px;
}*/
.swiper-container img {
	display: block;
	width: 100%!important;
	image-rendering: pixelated;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
/*Header*/
.skiis {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
}
.header {
	width: 100%;
	height: 120px;
	position: fixed;
	z-index: 50;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	background: #fff;
}
.logo {
	float: left;
	width: 20%;
}
.logo img {
	display: block;
}
.md_rt {
    float: right;
    padding-top: 43px;
}
.md_rt dl dt {
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.md_rt dl dd {
    float: left;
}
.md_rt dl dd label em {
    color: #a54c00;
    font-size: 18px;
    font-family: "Arial";
    padding-left: 9px;
    line-height: 30px;
}
.Navbar-nav {
	display: block;
	padding: 0;
	float: left;
	width: 60%;
}
.Navbar-nav li {
	float: left;
	padding: 0 29px;
	font-size: 17px;
	line-height: 120px;
	position: relative;
	margin-left: 20px;
	font-weight: 400;
}
.Navbar-nav li a {
	color: #111;
	text-shadow: none;
	position: relative;
	display: block;
}
.Navbar-nav li a.navbg:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #a54c00;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 10px 10px 0 0;
	transform: scaleX(0);
	transition: ease .65s;
}
.Navbar-nav li:hover a.navbg:before {
	transform: scaleX(1);
}
.Navbar-nav li:hover a.navbg {
	color: #a54c00;
	transition: ease .65s;
}
.Navbar-nav li .subnav {
	background: #fff;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 190px;
    margin-left: -30px;
	z-index: 199;
}
.Navbar-nav li .subnav {
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cc2727, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.Navbar-nav li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.Navbar-nav li .subnav a {
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 25px;
	padding: 10px 3px;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	/*border-bottom: 1px solid #eee;*/
	background: #a54c00;
	box-sizing: border-box;
}
.Navbar-nav li .subnav a:hover {
	color: #a54c00;
	background: #fff;
}
.Navbar-nav li .current {
	color: #a54c00;
}
.Navbar-nav li .current:hover {
	color: #a54c00;
	border-bottom: none;
}
.kss {
	width: 10%;
	float: right;
	margin-top: 2.7%;
}
/*@media (max-width: 1434px) {
.logo {
    width: 23%;
}
.Navbar-nav li {
    padding: 0 23px;
    margin-left: 10px;
}
}
*/@media (max-width: 1268px) {
.logo {
    width: 21%;
}
.Navbar-nav {
    width: 63%;
}
}
@media (max-width: 1206px) {
.Navbar-nav li {
    padding: 0 26px;
}	
}
@media (max-width: 1188px) {
.Navbar-nav li {
    padding: 0 26px;
}	
.Navbar-nav {
    width: 65%;
}
.logo {
    width: 18%;
}
}
@media (max-width: 1134px) {
.Navbar-nav li {
    padding: 0 20px;
}
}
@media (max-width: 1041px) {
.Navbar-nav li {
    padding: 0 16px;
}
}
@media (max-width: 972px) {
.Navbar-nav li {
    padding: 0 13px;
}
}
.HBanner img {
	display: block;
	width: 100%!important;
	image-rendering: pixelated;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
/*------------手机站导航开始----------*/
.hidden-g {
	display: none;
}
.hidden-g {
	position: relative;
}
.hidden-g .h-nav-g {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 90px;
	background: #fff;
	transition: 300ms;
	-webkit-transition: 300ms;
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
}
.hidden-g .h-nav-g img {
	max-height: 96%;
	margin-left: 15px;
}
.hidden-g .h-nav-g .btn_i {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.hidden-g .h-nav-g .btn_i small, .hidden-g .h-nav-g .btn_i:before, .hidden-g .h-nav-g .btn_i:after {
	display: block;
	content: '';
	width: 24px;
	height: 2px;
	background: #a54c00;
	border-radius: 4px;
	margin: 6px 0;
}
.hidden-g .h-nav-g .btn_i_click small {
	opacity: 0;
}
.hidden-g .h-nav-g .btn_i_click:before {
	transform: rotateZ(45deg);
	transform-origin: 0px 6px;
}
.hidden-g .h-nav-g .btn_i_click:after {
	transform: rotateZ(-45deg);
	transform-origin: 5px -1px;
}
.hidden-g .h-nav-g .i_tel {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-image: url(../images/tel.png);
	position: absolute;
	right: 15px;
	top: 0;
	height: 60px;
	width: 40px;
}
.hidden-g .ul-small {
	background: #a54c00;
	width: 220px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	transform: translateX(220px);
	transition: 300ms;
	-webkit-transition: 300ms;
	-webkit-transform: translateX(220px);
}
.hidden-g .ul-small input {
	width: 160px;
	line-height: 40px;
	background: #fff;
	border: 0;
	border-radius: 20px;
	margin: 20px 30px 0 30px;
	text-indent: 10px;
}
.hidden-g .ul-small ul {
	margin-top: 20px;
}

.hidden-g .ul-small ul li {
}
.hidden-g .ul-small ul li > a {
	display: block !important;
	font-size: 16px;
	color: #fff;
	padding: 20px 0;
	letter-spacing: 1px;
	transition: .4s all;
	letter-spacing: 2px;
	position: relative;
	padding-left: 30px;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
/*.hidden-g .ul-small ul li > a:after {
	content: '>';
	display: block;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	border-radius: 50%;
	transition: .4s;
}*/
.hidden-g .translate {
	-webkit-transform: translateX(-220px);
	transform: translateX(-220px);
}
.hidden-g .translate2 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
@media (max-width: 966px) {
.header {
	display: none;
}
.hidden-g {
	display: block;
}
.swiper-container {
	padding-top: 60px
}
.swiper-button-next, .swiper-button-prev {
	height: 0;
}
}
.nyban {
	overflow: hidden;
	padding-top: 100px
}
.nyban img {
	width: 100%;
	display: block;
}
@media (max-width: 1024px) {
.nyban {
	padding-top: 60px
}
}

/*dibu*/
.foot_tb {
	text-align: center;
	padding-top: 70px;
}
.foot_tb span {
	font-family: "Arial";
	font-size: 40px;
	letter-spacing: 5px;
}
.foot_tb em {
	font-size: 30px;
	letter-spacing: 2px;
}
.footer {
	overflow: hidden;
	color: #fff;
	background-size: cover;
	background:url(../images/ft_bg.jpg);
}
.ffs p {
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	font-size: 17px;
	text-align: center;
}
.ffs h3 {
	font-family: "Arial";
	font-size: 35px;
	text-align: center;
	line-height: 1.3;
	color: #fff;
}
.ffs h1 {
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	font-size: 15px;
	text-align: center;
}
.fnav {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.fnav h3 {
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.fnav ul li {
	display: block;
	float: left;
	width: 20%;
	line-height: 3.7;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.fnav ul li a {
	display: block;
	font-size: 19px;
	color: #fff;
	padding-right: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.fcon {
	width: 37%;
	overflow: hidden;
	float: left;
	padding-right: 4%;
}
.fcon h3 {
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.fcon li {
	font-size: 15px;
	width: 100%;
	float: left;
	word-wrap: break-word;
	line-height: 3.7;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	color: #fff;
}
.fcon li em {
	font-size: 25px;
	color: #fff;
	font-weight: 800;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.fcon li b {
	font-weight: normal;
	font-size: 14px;
	display: block;
	line-height: 30px;
}
.fcode {
	width: 100%;
	overflow: hidden;
	margin-left: 47%;
}
.fcode h3 {
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.fcode p {
	max-width: 94px;
	margin-bottom: 18px;
	overflow: hidden;
}
.fcode p em {
	max-width: 94px;
	display: block;
	padding: 6px;
	border-radius: 0.3rem;
	margin-top: 20px;
}
.fcode img {
	display: block;
	width: 100%;
}
.fcode p span {
	display: block;
	margin-top: 10px;
	color: #ffffff;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.ftb {
}
.ftb ul li {
}
.ftb p {
    max-width: 164px;
    margin-bottom: 18px;
    overflow: hidden;
	margin: 0 auto;
}
.ftb p em {
    max-width: 164px;
    display: block;
    padding: 6px;
    border-radius: 0.3rem;
    margin-top: 20px;
}
.ftb img {
    display: block;
    width: 100%;
}
.copyright {
	margin-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	line-height: 30px;
	color: #fffefe;
	text-align: center;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	line-height: 4;
}
.copyright a {
	color: #FFFFFF;
}
.copyright a:hover {
	color: #da251c;
}
.copyright em {
	padding: 0 10px;
}
 @media only screen and (max-width:1399px) {
.footer .skinw {
	width: 95%;
}
.foot_wb {
	padding-left: 2%;
}
}
 @media only screen and (max-width:1349px) {
.fnav ul li {
    width: 20%;
}
}
 @media only screen and (max-width:820px) {
.fcon, .fcode {
	width: 49%;
	padding: 0;
}
.fnav {
	width: 100%;
	padding-top: 1%;
}
.fnav ul li {
	width: 20%;
}
.fnav ul li a {
	font-size: 17px;
}
}
 @media only screen and (max-width:646px) {
.fcon {
	width: 68%;
	padding: 0;
}
.fcode {
	width: 31%;
}
}
 @media only screen and (max-width:616px) {
.fnav ul li {
	width: 25%;
}
}
 @media only screen and (max-width:484px) {
.fcon, .fcode, .fnav {
	width: 100%;
	padding-top: 2%;
}
.fnav ul li {
	width: 50%;
}
}
