@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: 0;

	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: #666;

	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;

}

}

/*NY-BANNEE*/

.nyban {

	display: block;

	padding-top: 120px;

	overflow: hidden;

}

.nyban img {

	width: 100%;

	display: block;

}

@media (max-width: 1024px) {

.nyban {

	padding-top: 60px;

}

}

.swiper-container img {

	display: block;

	width: 100%!important;

	image-rendering: pixelated;

}

/*Header*/

.skis{

	width: 100%;

	max-width: 1300px;

	margin: 0 auto;

}

.header {

	height: 100px;

	background: #fff;

    border-bottom: 1px solid #eeee;

}

.top_main {

	width: 100%;

	height: 30px;

	line-height: 30px;

	background-color: #eee;

	color: #818080;

	font-size: 12px;

}

.top_main li {

	display: inline-block;

	text-align: center;

	margin: 0 8px;

}

.top_main li a {

	color: #818080;

}

.logo {

	/*width: 405px;*/

	float: left;

	padding-top: 13px;

}

.h_dw {

	font-size: 17px;

	color: #000;

	width: 420px;

	line-height: 30px;

	float: left;

	padding: 25px 0 0 22px;

	background: url(../images/t_line.png) no-repeat 0 28px;

	margin-left: 15px;

}

.h_dw b {

	/*display: block;*/

	font-size: 24px;

	color: #000;

	/*font-family: "Source Han Sans CN", SimHei, 微软雅黑;*/

	padding-right: 122px;

}

.md_rt {

	float: right;

	height: 90px;

}

.md_rt dl dt {

	float: left;

	width: 50px;

	height: 50px;

	overflow: hidden;

	margin-top: 35px;

}

.md_rt dl dd {

	float: left;

	/*margin-left: 10px;*/

	margin-top: 17px;

}

.md_rt dl dd label {

	display: block;

	margin-top: 13px;

}

.md_rt dl dd label span {

	font-size: 17px;

	color: #505050;

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";

	padding-right: 10px;

}

.md_rt dl dd label em {

	font-weight: bold;

	color: #cc2727;

	font-size: 20px;

}

.navtop {

	/*background: #1a5eaf;*/

	height: 60px;

	background: #fff;

	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);

}

.headerNav {

	line-height: 60px;

}

.headerNav li {

	/*float: left;*/

	display: inline-block;

	list-style: none;

	font-size: 16px;

	text-align: center;

	position: relative;

	width: 11%;

}

.headerNav li a {

	width: 117px;

	display: block;

	text-align: center;

	position: relative;

	color: #000;

	height: 60px;

	line-height: 60px;

	padding: 0 16px;

	font-family: "Source Han Sans CN", SimHei, 微软雅黑;

}

/*.headerNav li a.hover, */.headerNav li a:hover {

	color: #fff;

	background: #cc2727;

}

.headerNav li .subnav {

	background: #fff;

	/*border-top: 2px solid #0b4c94;*/

	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);

	height: auto;

	left: 0;

	overflow: hidden;

	position: absolute;

	top: 100%;

	width: 100%;

	z-index: 999;

}

.headerNav li .subnav {

    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, 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);

}

.headerNav li:hover .subnav {

	opacity: 1;

	visibility: visible;

	transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

	-webkit-transform: translate3d(0, 0, 0);

}

.headerNav li .subnav a {

	-moz-border-radius: 0;

	-webkit-border-radius: 0;

	border-radius: 0;

	color: #666;

	display: block;

	font-size: 13px;

	font-weight: 500;

	line-height: 40px;

	height: 40px;

	padding: 0;

	transition: all 0.2s ease-in-out 0s;

	width: 100%;

	border-bottom: 1px solid #eee;

	background: #fff;

}

.headerNav li .subnav a:hover {

	color: #cc2727;

	background: #f9f9f9;

	text-indent: 10px;

}

@media only screen and (max-width:1199px) and (min-width:1064px) {

.headerNav li a {

	width: 100px;

}

}

@media only screen and (max-width:1063px) and (min-width:1025px) {

.headerNav li a {

	width: 90px;

}

}

/*小屏幕手机*/

.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: 60px;

	background: #fff;

	transition: 300ms;

	-webkit-transition: 300ms;

}

.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: #000000;

	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: #3a3a3a;

	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 a {

	color: #fff;

	padding-left: 30px;

	padding-right: 30px;

	line-height: 50px;

	display: block;

}

.hidden-g .translate {

	transform: translateX(-220px);

	-webkit-transform: translateX(-220px);

}

.hidden-g .translate2 {

	transform: translateX(0);

	-webkit-transform: translateX(0);

}

 @media (min-width: 768px) and (max-width: 1024px) {

.top_main, .header, .navtop {

	display: none;

}

.hidden-g {

	display: block;

}

.swiper-container {

	padding-top: 60px

}

}

@media (max-width: 768px) {

.top_main, .header, .navtop {

	display: none;

}

.hidden-g {

	display: block;

}

.swiper-container {

	padding-top: 60px

}

}

.swiper-container img {

	display: block

}

/*底部*/

.footer {

	overflow: hidden;

	color: #fff;

	background: url(../images/foot_bg.png);

}

.fnav {

	width: 25%;

	overflow: hidden;

	margin-top: 100px;

	float: left;

	padding-right: 3%;

	padding-bottom:50px;

}

.fnav h3 {

	height: 45px;

	line-height: 45px;

	color: #ffffff;

	box-sizing: border-box;

	font-size: 18px;

	margin-bottom: 20px;

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";

}

.fnav ul li {

	display: block;

	color: #fff;

	float: left;

	line-height: 30px;

	width: 50%;

	margin-bottom: 15px;

}

.fnav ul li a {

	display: block;

	/*opacity: 0.76;*/

	font-size: 16px;

	color: #fff;

	padding-right: 15px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.fcon {

	width: 37%;

	overflow: hidden;

	margin-top: 100px;

	float: left;

	/*padding: 0 10%;*/

	padding-right: 5%;

	margin-bottom: 50px;

}

.fcon h3 {

	height: 30px;

	line-height: 30px;

	color: #ffffff;

	box-sizing: border-box;

	font-size: 23px;

	/*margin-bottom: 20px;*/

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";

}

.fcon li {

	margin-bottom: 10px;

	/*opacity: 0.76;*/

	font-size: 15px;

	width: 100%;

	float: left;

	word-wrap: break-word;

	padding-top: 30px;

}

.fcon li em {

	font-size: 25px;

	color: #fff;

	/*font-family:'Helvetica Neue, Helvetica, sans-serif';*/

	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: 10%;

	overflow: hidden;

	margin-top: 100px;

	float: left;

	padding-bottom:50px

}

.fcode h3 {

	height: 45px;

	line-height: 45px;

	color: #ffffff;

	box-sizing: border-box;

	font-size: 18px;

	margin-bottom: 20px;

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";

}

.fcode p {

	max-width: 144px;

	margin-bottom: 18px;

	overflow: hidden;

}

.fcode p em {

	max-width: 130px;

	display: block;

	padding: 6px;

	/*border: 1px solid #dcd0d6;*/

	border-radius: 0.3rem;

}

.fcode img {

	display: block;

	width: 100%;

}

.fcode p span {

	display: block;

	margin-top: 10px;

	color: #ffffff;

	line-height: 16px;

	text-align: center;

}

.copyright {

	margin-top: 50px;

	border-top: 1px solid #fff;

	line-height: 30px;

	color: #fffefe;

	/*padding: 20px 0;*/

	opacity: 0.76;

	text-align: center;

}

.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%;

	margin: auto;

}

}

@media only screen and (max-width:767px) {

.fnav, .fcon {

	width: 100%;

	padding: 0;

}

}

@media only screen and (max-width:767px) {

.fcode {

	width: 33.3%;

	padding: 0;

}

}