@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*/

.header {
	/*width: 100%;
	height: 110px;
	background: #FFF;
	position: fixed;
	z-index: 50;
	border-bottom: 1px solid #f0f0f0;
	transition: background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
	box-shadow: 0 0 6px rgba(0,0,0,.2);*/
	width: 100%;
	height: 110px;
	position: fixed;
	z-index: 50;
	background: rgb(255, 255, 255, 0.9);
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.top_tel {
	font-size: 16px;
	color: #000;
	position: absolute;
	top: 35px;
	right: 0;
	/*background: url(../images/tel.png) no-repeat 0 50%;*/
	padding: 0 0 0 30px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	/*  width: 270px;*/
	margin-right: 90px;
}
.top_tel i {
	font-size: 21px;
	color: #363636;
	/* font-family: Arial;*/
	font-family: Impact, sans-serif;
}
.top-mid {
	overflow: hidden;
}
.logo {
	float: left;
	margin-top: 5px;
}
.logo img {
	display: block;
}
.Navbar-nav {
	display: block;
	padding: 0;
	float: right;
}
.Navbar-nav li {
	float: left;
	padding: 0 27px;
	font-size: 17px;
	line-height: 110px;
	position: relative;
	margin-left: 20px;
}
.Navbar-nav li a {
	color: #111;
	text-shadow: none;
	position: relative;
	display: block;
	/*font-family: "Source Han Sans CN", SimHei, 微软雅黑;*/
}
.Navbar-nav li a.navbg:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #3965cd;
	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: #3965cd;
	transition: ease .65s;
}
.Navbar-nav li .subnav {
	background: #fff;
	/*border-top: 2px solid #cc2727;*/
	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: 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: #666;
	display: block;
	font-size: 13px;
	line-height: 25px;
	padding: 10px 3px;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	border-bottom: 1px solid #eee;
	background: #fff;
	box-sizing: border-box;
}
.Navbar-nav li .subnav a:hover {
	color: #3965cd;
	background: #fff;
}
.Navbar-nav li .current {
	color: #3965cd;/*border-bottom: 3px solid #3965cd;*/
}
.Navbar-nav li .current:hover {
	color: #3965cd;
	border-bottom: none;
}
@media (max-width: 1650px) {
.Navbar-nav li {
	padding: 0 10px;
	margin-right: 50px;
	margin-left: 0px;
}
}
@media (max-width: 1354px) {
.Navbar-nav li {
	padding: 0 9px;
	margin-right: 30px;
	margin-left: 0px;
}
}
@media (max-width: 1248px) {
.Navbar-nav li {
	padding: 0 8px;
	margin-right: 20px;
	margin-left: 0px;
}
}
 @media (max-width: 1218px) {
.Navbar-nav li {
	padding: 0 8px;
	margin-right: 10px;
	margin-left: 0px;
}
}
@media (max-width: 1210px) {
.Navbar-nav li {
	padding: 0 10px;
	margin-left: 0px;
}
}
@media (max-width: 1114px) {
.Navbar-nav li {
	padding: 0 3px;
	margin-left: 0px;
}
}
@media (max-width: 1068px) {
.Navbar-nav li {
	padding: 0 2px;
	margin-left: 0px;
}
}
.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: 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%;
	-webkit-transform: translateY(-50%);
	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: #3965cd;
	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 .ul-small {
	background: #3965cd;
	width: 220px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	-webkit-transition: 300ms;
	-webkit-transform: translateX(220px);
	transform: translateX(220px);
	transition: 300ms;
}
.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 {
	-webkit-transform: translateX(-220px);
	transform: translateX(-220px);
}
.hidden-g .translate2 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
 @media (max-width: 1024px) {
.header {
	display: none;
}
.hidden-g {
	display: block;
}
.swiper-button-next, .swiper-button-prev {
	height: 0;
}
.HBanner {
	padding-top: 60px;
}
}
/*底部*/
.footer {
	overflow: hidden;
	color: #fff;
	/*padding-top: 80px;
	padding-bottom: 60px;*/
	background: url(../images/foot_bg.jpg) no-repeat center;background-size: cover;
}
.foot {
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 60px;
}
.foot .f_logo {
	padding-top: 19px;
	width: 23%;
	padding-right: 2%;
	float: left;
	height: auto;
	border-right: 1px solid #ebebeb;
}
.foot .f_logo h1 {
	min-width: 260px;
	margin-right: 24px;
}
.foot .f_logo h1 img {
	display: block;
	margin: auto;
}
.foot .f_logo span {
	display: block;
	padding-top: 20px;
}
.foot .f_logo span p {
	font-size: 17px;
	line-height: 22px;
	color: #fff;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	line-height: 2;
}
.foot .f_logo span p a {
	color: #fff;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.foot .btnav {
	width: 21%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
}
.foot .btnav b {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 28px;
	padding-left: 30px;
	height: 21px;
	line-height: 21px;
	background: url(../images/db1.png) no-repeat left;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.foot .btnav ul li {
	float: left;
	width: 50%;
	height: 20px;
	line-height: 20px;
	margin-bottom: 14px;
}
.foot .btnav ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding-left: 17px;
	background: url(../images/hg2.jpg) no-repeat left;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.foot .gsxx {
	float: left;
	width: 31%;
	padding-left: 2%;
	padding-right: 2%;
	border-left: 1px solid #ebebeb;
	text-align: justify;
}
.foot .gsxx b {
	display: block;
	height: 21px;
	line-height: 21px;
	font-size: 18px;
	font-weight: normal;
	padding-left: 30px;
	background: url(../images/db2.png) no-repeat left;
	margin-bottom: 23px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.foot .gsxx ul li {
	margin-bottom: 14px;
	font-size: 16px;
	/*line-height: 16px;*/
	color: #fff;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.foot .gsxx ul li a {
	font-size: 16px;
	color: #CCC;
}
.foot .ewm b {
	display: block;
	height: 21px;
	line-height: 21px;
	font-size: 18px;
	font-weight: normal;
	padding-left: 30px;
	background: url(../images/db3.png) no-repeat left;
	margin-bottom: 23px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.foot .ewm {
	width: 12.5%;
	float: left;
}
.foot .ewm span {
	display: block;
	width: 100%;
	max-width: 130px;
}
.foot .ewm span img {
	display: block;
	max-width: 150px;
	height: 150px;
}
.foot .ewm span i {
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 15px;
	margin-top: 10px;
	font-style: normal;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
 @media only screen and (max-width:1399px) {
.foot {
	width: 95%;
	margin: auto;
	overflow: hidden;
}
}
@media only screen and (max-width:812px) {
.foot .btnav ul li {
	width: 100%;
}
}
@media only screen and (max-width:660px) {
.footer {
	background-size: 100% 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.foot .f_logo {
	width: 100%;
	border-right: 0;
	height: 200px;
}
.foot .btnav {
	width: 100%;
	height: 200px;
}
.foot .btnav ul li {
	width: 50%;
}
.foot .gsxx {
	width: 100%;
	border-left: 0;
	height: 300px;
}
.foot .ewm {
	width: 40%;
}
}
@media only screen and (max-width:400px) {
.foot .f_logo {
	width: 100%;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}
.foot .f_logo h1 img {
	margin: auto;
}
.foot .btnav {
	width: 100%;
	height: auto;
	padding: 0;
	margin-bottom: 40px;
}
.foot .gsxx {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.foot .ewm {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
}
/*.footer {
	overflow: hidden;
	color: #fff;
	background:#333;
}
.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;
	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-right: 5%;
	margin-bottom: 50px;
}
.fcon h3 {
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 23px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.fcon li {
	margin-bottom: 10px;
	font-size: 15px;
	width: 100%;
	float: left;
	word-wrap: break-word;
	padding-top: 30px;
}
.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: 15%;
	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;
	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: 50%;
	padding: 0;
}
}*/
