

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

	margin-top: 9px;

}

.logo img {

	display: block;

}

.header_tel {

	height: 45px;

	line-height: 45px;

	border-radius: 2em;

	color: #0083c7;

	background: #fff;

    box-shadow: inset 0 0 5px #CCC;

	font-size: 16px;

	width: 11%;

	text-align: center;

	display: block;

	padding-right: 10px;

	font-family: "Arial";

	float: right;

	margin-top: 40px;

}

/*.header_tel:hover {

	background-color: #000;

	color: #fff;

}*/

.header_tel em {

	padding-left: 50px;

	display: inline-block;

	background: url(../images/i_tel.png) no-repeat left center;

}

.tel {

	font-size: 24px;

	/*font-family: "Times New Roman", Times, Baskerville, Georgia, serif;*/

	font-family: "Arial";

	height: 20px;

	margin-top: 49px;

	line-height: 20px;

	position: relative;

	font-weight: bold;

	float: right;

	white-space: nowrap;

}

.tel:before {

	content: "";

	display: inline-block;

	width: 19px;

	height: 20px;

	vertical-align: top;

	margin-right: 36px;

	-webkit-animation: msClock2 1.5s linear infinite;

	animation: msClock2 1.5s linear infinite;

	background: url(../images/tel.png) center center no-repeat;

}

.tel:after {

	content: "";

	display: block;

	position: absolute;

	left: 39px;

	top: 0;

	-webkit-transition: all 0.4s ease-out;

	transition: all 0.4s ease-out;

	width: 1px;

	height: 20px;

	background-color: #e0e0e0;

}

@keyframes msClock2 {

 0%,  70%,  100% {

 transform: rotate(0) scale(1);

}

 10%,  30% {

 transform: rotate(-15deg) scale(1);

}

 20%,  40% {

 transform: rotate(15deg) scale(1);

}

}

.Navbar-nav {

	display: block;

	padding: 0;

	float: left;

	width: 63%;

}

.Navbar-nav li {

	float: left;

	padding: 0 34px;

	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: #0083c7;

	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: #0083c7;

	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;/*border-radius: 10px;*/

}

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

	box-sizing: border-box;

}

.Navbar-nav li .subnav a:hover {

	color: #0083c7;

	background: #fff;

}

.Navbar-nav li .current {

	color: #0083c7;

}

.Navbar-nav li .current:hover {

	color: #0083c7;

	border-bottom: none;

}

.kss {

	width: 10%;

	float: right;

	margin-top: 2.7%;

}

@media (max-width: 1502px) {

.Navbar-nav li {

	padding: 0 30px;

}

}

@media (max-width: 1442px) {

.Navbar-nav li {

	padding: 0 28px;

	margin-left: 16px;

}

}

@media (max-width: 1364px) {

.Navbar-nav li {

	padding: 0 26px;

	margin-left: 14px;

}

}

@media (max-width: 1330px) {

.Navbar-nav li {

	padding: 0 23px;

	margin-left: 14px;

}

}

@media (max-width: 1309px) {

.header_tel{	

    width:13%;

}

}

@media (max-width: 1273px) {

.Navbar-nav li {

	padding: 0 20px;

	margin-left: 14px;

}

}

@media (max-width: 1255px) {

.Navbar-nav li {

	padding: 0 18px;

	margin-left: 14px;

}

}

@media (max-width: 1210px) {

.Navbar-nav li {

	padding: 0 16px;

	margin-left: 13px;

}

}

@media (max-width: 1189px) {

.Navbar-nav li {

	padding: 0 13px;

	margin-left: 14px;

}

}

@media (max-width: 1169px) {

.header_tel {

    display: none;

}

.logo {

    width: 30%;

}

.Navbar-nav {

	width: 66%;

}

.Navbar-nav li {

	padding: 0 20px;

}

}

@media (max-width: 1135px) {

.Navbar-nav li {

	padding: 0 17px;

}

}

@media (max-width: 1079px) {

.Navbar-nav li {

	padding: 0 13px;

}

}

@media (max-width: 1003px) {

.Navbar-nav li {

	padding: 0 10px;

}

}

@media (max-width: 948px) {

.Navbar-nav li {

	padding: 0 7px;

}

}

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

	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: #0083c7;

	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;

}

/*.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: 892px) {

.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

}

}

/*底部*/

.footer {

	background: #000;

	overflow: hidden;

	padding-top: 90px;

	padding-bottom: 50px;

}

.fo_left {

	width: 58%;

	float: left;

}

.fo_right {

	width: 35%;

	float: right;

	margin-left: 2%;

}

.fo_conl {

	width: 60%;

	float: left;

}

.fo_conl h4 {

	font-size: 18px;

	color: #555;

	margin-bottom: 30px;

}

.fo_conl p {

	font-size: 14px;

	color: #fff;

	line-height: 1.8

}

.fo_conr {

	width: 38%;

	float: right;

}

.fo_conr h4 {

	font-size: 18px;

	color: #555;

	margin-bottom: 30px;

}

.fo_conr ul li {

}

.fo_conr ul li span {

	font-size: 14px;

	color: #fff;

	line-height: 1.8;

}

.fo_conr ul li em {

	font-size: 14px;

	color: #fff;

	line-height: 1.8;

	font-family: "Arial";

}

.foo {

	margin-bottom: 230px;

}

.fo-nav {

	width: 100%;

	overflow: hidden;

	float: left;

	margin-top: 60px;

	margin-bottom: 30px;

}

.fo-nav h4 {

	font-size: 18px;

	color: #555;

	font-weight: lighter;

	margin-bottom: 30px;

}

.fo-nav ul li {

	float: left;

	width: 10%;

	font-size: 16px;

	color: #fff;

}

#search_keyword {

	max-width: 450px;

	width:100%;

	border: none;

	padding-left: 10px;

	height: 39px;

	background: none;

}

.e_input {

	border-bottom: 2px solid #fff;

}

.copyy {

	float: right;

	margin-top: 20px;

	text-align: right;
	
	position: relative;
    z-index: 1;

}

.copyy span {

	font-size: 14px;

	color: #7f7f7f;

	text-align: right;

}

.copyy section {

	font-size: 14px;

	color: #7f7f7f;

}

.copyy section a {

	color: #7f7f7f;

}

.fo_ewm {

	float: right;

	width: 55%;

	margin-top: 50px;

}

.fo_ewm li {

	/*width: 100%;*/

	overflow: hidden;

	margin-bottom: 26px;

	box-sizing: border-box;

	float: right;

}

.fo_ewm li img {

	display: block;

	max-width: 130px!important;

	margin: auto;

}

@media (max-width: 1500px) {

.fo-nav {

    height: 100px;

    bottom: 0;

    position: absolute;
	z-index: 0;

}

#search_keyword {

	width: 85%;

}

}

@media (max-width: 1388px) {

#search_keyword {

	width: 84%;

}

}

@media (max-width: 1300px) {

#search_keyword {

	width: 83%;

}

}

@media (max-width: 1226px) {

#search_keyword {

	width: 82%;

}

}

@media (max-width: 1158px) {

#search_keyword {

	width: 81%;

}

}

@media (max-width: 1096px) {

#search_keyword {

	width: 80%;

}

}

@media (max-width: 1040px) {

.fo_left {

    width: 100%;

}

.fo_right {

    width: 100%;

    margin-left: 0%; 

}

.copyy {

    text-align: left;

}

.fo_ewm {

    float: left;

    width: 100%;

}

.fo_ewm li {

	float:left;

}

.copyy {

    float: left;

    margin-bottom: 150px;

}

.copyy span {

    color: #fff;

}

.copyy section {

    color: #fff;

}

.copyy section a {

    color: #fff;

}

.fo-nav h4 {

    color: #fff;

    font-weight: bold;

}

.e_input {

    display: none;

}

.foo {

    margin-bottom: 160px;

}

.fo_conl h4 {

    color: #fff;

}

.fo_conr h4 {

    color: #fff;

}

}

@media (max-width: 800px) {

.fo-nav ul li {

    width: 20%;

}

.fo-nav h4 {

    margin-bottom: 20px;

}

}

@media (max-width: 474px) {

.fo-nav ul li {

    width: 33%;

}

.fo-nav h4 {

    margin-bottom: 20px;

}

.fo_conl {

    width: 100%;

}

.fo_conr {

    width: 100%;

    margin-top: 30px;

}

}



