@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;
}
.swiper-container img {
	display: block;
	width: 100%!important;
	image-rendering: pixelated;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
/*********************/
.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;
}
}
/*Header*/
.header {
	width: 100%;
	height: 140px;
	position: fixed;
	z-index: 50;
	background: rgb(255, 255, 255, 1);/*box-shadow: 0 2px 6px rgba(0,0,0,0.2);*/
}
.logo {
	float: left;
	display: block;
	margin-top: 30px;
}
.logo img {
	display: block;
}
.Navbar-nav {
	float: right;
	display: block;
}
.Navbar-nav li {
	float: left;
	font-size: 18px;
	line-height: 140px;
	position: relative;/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
}
.Navbar-nav li a {
	color: #000;
	text-shadow: none;
	position: relative;
	display: block;
	padding: 0 30px;
}
.Navbar-nav li:hover a.navbg {
	color: #1b3884;
	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;
	top: 100%;
	width: 100%;
	width: 200px;
	margin-left: -40px;
	z-index: 199;
	/*border-radius: 5px;*/
}
.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: 16px;
	line-height: 25px;
	padding: 10px 3px;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
}
.Navbar-nav li .subnav a:hover {
	color: #1b3884;
	background: #fff;
}
.Navbar-nav li .current {
	color: #1b3884;
}
.Navbar-nav li .current:hover {
	color: #000;
	border-bottom: none;
}
@media (max-width: 1250px) {
.Navbar-nav li a {
    padding: 0 20px;
}
}
@media (max-width: 1118px) {
.Navbar-nav li a {
    padding: 0 10px;
}
}
.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: #000;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.hidden-g .h-nav-g img {
	max-height: 90%;
	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: #fff;
	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: #1b3884;
	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;
	font-size: 15px;
	letter-spacing: 1px;
}
.hidden-g .translate {
	-webkit-transform: translateX(-220px);
	transform: translateX(-220px);
}
.hidden-g .translate2 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
@media (max-width: 988px) {
.header {
	display: none;
}
.header1 {
	display: none;
}
.hidden-g {
	display: block;
}
.swiper-button-next, .swiper-button-prev {
	height: 0;
}
.HBanner {
	padding-top: 60px;
}
}
/*底部*/
/*.footer {
	width: 100%;
	overflow: hidden;
}
.fcon_lx {
	padding-top: 40px;
	padding-bottom: 30px;
	background: #c5252c;
	overflow: hidden;
}
.fcon_lx ul li {
	float: left;
	display: block;
	color: #ffffff;
	font-size: 15px;
	word-wrap: break-word;
}
.fcon_lx ul li i {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
}
.fcon_lx ul li .f_box {
	padding-left: 55px;
	font-family: "Arial";
}
.fcon_lx li:nth-child(1) {
	width: 37%;
	background: url(../images/fico1.png) no-repeat;
}
.fcon_lx li:nth-child(2) {
	width: 43%;
	background: url(../images/fico2.png) no-repeat;
	font-size: 20px;
}
.fcon_lx li:nth-child(3) {
	width: 20%;
	background: url(../images/fico3.png) no-repeat;
}
.fcon_nav {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #333;
	overflow: hidden;
	text-align: center;
}
.fcon_nav a {
	font-size: 16px;
	color: #d6d6d6;
	line-height: 40px;
	padding: 0 40px;
	background: url(../images/ftxt.png) no-repeat right center;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.fcon_nav a:last-child {
	background: none;
}
.fcon_copy {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #1b3884;
	overflow: hidden;
	text-align: center;
}
.fcon_copy p {
	color:#fff;
	line-height: 32px;
	font-family: "Arial";
}
.fcon_copy a {
	color:#fff;
}
 @media only screen and (max-width:1024px) {
.fcon_lx li:nth-child(1) {
	width: 35%;
}
.fcon_lx li:nth-child(2) {
	width: 40%;
}
.fcon_lx li:nth-child(3) {
	width: 25%;
}
}
@media only screen and (max-width:640px) {
.fcon_lx {
	display: none;
}
}
*/
/*FOOTER*/
footer {
	width: 100%;
	height: auto;
	background: #1b3884;
	overflow: hidden;
}
.ft_contain {
	padding-top: 60px;
	padding-bottom: 30px;
	overflow: hidden;
}
.ft_contact {
	max-width: 41.4%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
}
.ft_logo {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ft_logo img {
	display: block;
}
.ft_contact .follow_tel {
	display: block;
	margin: 30px 0px;
	overflow: hidden;
}
.ft_contact .follow_tel h3 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 6px;
}
.ft_contact .follow_tel h4 {
	overflow: hidden;
}
.ft_contact .follow_tel h4 span {
	display: block;
	margin-bottom: 20px;
	font-size: 26px;
	font-family: 'Arial';
	font-weight: bold;
	color: #f4bf01;
}
.ft_contact .follow_tel p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Arial';
}
.ft_contact .follow_share {
	display: block;
}
.ft_contact .follow_share .code {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.ft_contact .follow_share .code .title {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	margin-left: 18px;
}
.codeimg{
	width:100px;
	margin-right: 10px;
}
.ft_nav {
	width: 58.6%;
	float: right;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.ft_nav_li {
	width: 25%;
	margin-bottom: 25px;
	height: auto;
	overflow: hidden;
}
.ft_nav_li h5 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
}
.ft_nav_li h5 a {
	color: #fff;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.ft_nav_li li {
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	transition: 0.36s;
	letter-spacing: 1px;
}
.ft_nav_li li a {
	color: #fff;
	opacity: 0.8;
}
.ft_nav_li li:hover a {
	text-decoration: underline;
	color: #f4bf01;
	opacity: 1;
}
.copyright {
	padding: 30px 0;
	border-top: 1px solid #294796;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #666;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Arial';
}
.copyright p {
	line-height: 26px;
	color: #fff;
	font-family: 'Arial';
}
.copyright p a {
	color: #fff;
	font-family: 'Arial';
}
.copyright p a:hover {
	text-decoration: underline;
	color: #FFF;
	transition: 0.5s;
}
.otherinfo a{
    color: #FFF;
}
@media only screen and (max-width:620px) {
.ft_nav {
	display: none;
}
.ft_contact {
	text-align: center;
	width: 100%;
	max-width: none;
	margin-bottom: 20px;
}
.ft_logo img {
	margin: auto;
}
/*.ft_contact .follow_share .code {
	display: block;
}*/
.copyright {
	display: block;
	text-align: center;
}
}
