@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;
}
}
/*Header*/
.header {
	width: 100%;
	height: 130px;
	position: fixed;
	z-index: 50;
	/*background: rgb(255, 255, 255, 0.9);*/
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	background: #fff;
}
.logo {
	float: left;
	margin-top: 12px;
}
.logo img {
	display: block;
}
.header .nav {
	display: block;
	padding: 0;
	float: left;
	width: 68%;
}
.header .nav li {
	float: left;
	padding: 0 27px;
	font-size: 17px;
	line-height: 130px;
	position: relative;
	margin-left: 40px;
	letter-spacing: 1px;/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
}
.header .nav li .current {
	color: #000;
	font-weight: bold;
}
.header .nav li .current:hover {
	color: #000;
	border-bottom: none;
}
.header .nav li:before {
	content: "";
	height: 2px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
	display: block;
	box-shadow: 0 0 5px #09256d;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	transition: all linear 0.3s
}
.header .nav li:after {
	content: "";
	/*background: rgba(82, 130, 255, 0);
	background-image: linear-gradient(rgba(82, 130, 255, 0), rgba(82, 130, 255, 0.4));*/
	/*background: rgba(0, 129, 204, 0);
	background-image: linear-gradient(rgba(0, 129, 204, 0), rgba(0, 129, 204, 0.4));*/
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	bottom: 0;
	z-index: -1;
	transition: all linear 0.3s
}
.header .nav li a {
	font-size: 17px;
	color: #000;
	line-height: 130px;
	text-align: center;
	display: block;
	transition: all linear 0.3s;
	letter-spacing:1px;
	font-family: Source Han Sans CN;
}
.header .nav li.active a {
	font-weight: bold
}
/*.header .nav li:hover:before {
	left: -250px;
	right: -250px
}*/
.header .nav li:hover:after {
	top: 0
}
.header .nav li a:before, .header .nav li a:after {
	content: "";
	width: 1px;
	background: rgba(255,255,255,0);
	background-image: linear-gradient(rgba(255,255,255,0), #fff);
	display: block;
	position: absolute;
	top: 100%;
	bottom: 0;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	transition: all linear 0.3s
}
.header .nav li a:before {
	left: 0
}
.header .nav li a:after {
	right: 0
}
.header .nav li:hover a {
	font-weight: bold
}
.header .nav li:hover a:before, .header .nav li:hover a:after {
	top: 0
}
.header .nav .li_on {
	font-weight: bold;
}
.header .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: 230px;
	margin-left: -50px;
	z-index: 199;
}
.header .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);
}
.header .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);
}
.header .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;
	font-weight: normal;
}
.header .nav li .subnav a:hover {
	color: #0081cc;
	background: #fff;
}
/*.Navbar-nav {
	display: block;
	padding: 0;
	float: left;
	width: 68%;
}
.Navbar-nav li {
	float: left;
	padding: 0 27px;
	font-size: 17px;
	line-height: 130px;
	position: relative;
	margin-left: 40px;
	letter-spacing: 1px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.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: #000;
	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: #000;
	transition: ease .65s;
	font-weight: bold;
}
.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: 230px;
	margin-left: -50px;
	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: 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: #1d4f91;
	background: #fff;
}
.Navbar-nav li .current {
	color: #000;
	font-weight: bold;
}
.Navbar-nav li .current:hover {
	color: #000;
	border-bottom: none;
}*/
.md_rt {
	float: right;
	height: 90px;
}
.md_rt dl dt {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-top: 58px;
}
.md_rt dl dd {
	float: left;
	margin-top: 43px;
}
.md_rt dl dd label {
	display: block;
	margin-top: 13px;
}
.md_rt dl dd label span {
	font-size: 16px;
	color: #505050;
	/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
	padding-right: 10px;
	letter-spacing: 1px;
}
.md_rt dl dd label em {
	color: #000;
	/*font-size: 23px;
	font-family: "Impact";*/
	font-size: 20px;
    font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
    font-weight: bold;
}
@media (max-width: 1514px) {
.header .nav {
    width: 66%;
}
.header .nav li {
	padding: 0 21px;
}
}
@media (max-width: 1474px) {
.header .nav li {
	padding: 0 19px;
}
}
@media (max-width: 1436px) {
.header .nav li {
	padding: 0 16px;
}
}
@media (max-width: 1424px) {
.header .nav {
    width: 64%;
}
.header .nav li {
	padding: 0 13px;
}
}
@media (max-width: 1364px) {
.header .nav li {
	padding: 0 11px;
}
}
@media (max-width: 1340px) {
.header .nav {
    width: 62%;
}
.header .nav li {
	padding: 0 9px;
}
}
@media (max-width: 1326px) {
.header .nav li {
	padding: 0 6px;
}
}
@media (max-width: 1270px) {
.header .nav {
    width: 60%;
}
.header .nav li {
	padding: 0 3px;
}
}
@media (max-width: 1246px) {
.header .nav li {
	padding: 0 1px;
}
}
@media (max-width: 1218px) {
.header .nav {
    width: 58%;
}
.header .nav li {
	margin-left: 35px;
}
}
@media (max-width: 1188px) {
.header .nav li {
	margin-left: 30px;
}
}
@media (max-width: 1150px) {
.header .nav {
    width: 55%;
}
.header .nav li {
	margin-left: 25px;
}
}
@media (max-width: 1144px) {
.header .nav li {
	margin-left: 22px;
}
}
@media (max-width: 1104px) {
.header .nav li {
	margin-left: 19px;
}
}
.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: 80px;
	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: #0081cc;
	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: #0081cc;
	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: 16px;
	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: 1076px) {
.header {
	display: none;
}
.hidden-g {
	display: block;
}
.swiper-button-next, .swiper-button-prev {
	height: 0;
}
.HBanner {
	padding-top: 60px;
}
}
/*FOOTER*/
/*footer {
	width: 100%;
	height: auto;
	background: #0081cc;
	background-size: cover;
	overflow: hidden;
}
.ft_contain {
	padding-top: 60px;
	padding-bottom: 30px;
	overflow: hidden;
}
.ft_contact {
	width: 30%;
	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: 17px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 6px;
    font-family: "Arial";
}
.ft_contact .follow_tel h4 {
	overflow: hidden;
}
.ft_contact .follow_tel h4 span {
	display: block;
    margin-bottom: 20px;
    font-size: 38px;
    font-family: 'Arial';
    font-weight: bold;
    color: #fff;
    padding-top: 10px;
}
.ft_contact .follow_tel p {
	color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Arial";
}
.ft_nav {
	width: 30%;
	margin: 0 5%;
	float: right;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.ft_nav_li {
	width: 100%;
	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;
}
.ft_nav_li li {
	width: 50%;
	float: left;
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	transition: 0.36s;
}
.ft_nav_li li a {
	color: #fff;
	font-family: "Arial";
}
.ft_nav_li li:hover a {
	text-decoration: underline;
	color: #d9662e;
	opacity: 1;
}
.ft_share {
	float: right;
	overflow: hidden;
	box-sizing: border-box;
}
.ft_share .follow_share {
	display: block;
}
.ft_share .follow_share .code {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.ft_share .follow_share .code .codeimg {
	padding: 0 20px;
}
.ft_share .follow_share .code .codeimg img {
	display: block;
	width: 130px;
	margin: auto;
}
.ft_share .follow_share .code .title {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
.copyright {
	padding: 30px 0;
	border-top: 1px solid #cacaca;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-family: "Arial";
	font-size: 16px;
	line-height: 1.5;
}
.copyright p {
	line-height: 26px;
	color: #cacaca;
}
.copyright p a {
	color: #cacaca;
}
.copyright p a:hover {
	text-decoration: underline;
	color: #FFF;
	transition: 0.5s;
}
.foot-rtlink a {
	color: #fff;
}
.foot-rtlink a:hover {
	text-decoration: underline;
	color: #FFF;
	transition: 0.5s;
}
 @media only screen and (max-width:996px) {
.ft_nav {
	display: none;
}
.ft_share {
	display: none;
}
.ft_contact {
	text-align: center;
	width: 100%;
	max-width: none;
	margin-bottom: 20px;
}
.ft_logo img {
	margin: auto;
}
.copyright {
	display: block;
	text-align: center;
}
}*/
.footer {
	position: relative;
	z-index: 9;
	padding-top: 35px;
	background-color: #28282b
}
.flexlf {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: left;
}
.flexsb {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.icon img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.footer .foot-top {
	padding-bottom: 35px
}
.footer .foot-right {
	padding-right: 9.5%;
	width: 41%
}
.footer .ftlogo {
	display: block
}
.footer .ftlogo img {
	display: inline
}
.footer .foot-rtul {
	/*margin-top: 20px*/
}
.footer .foot-rtul .tit, .footer .ftlogo-share .tit {
	margin-bottom: 10px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 22px;
	line-height: 30px
}
.footer .foot-rtul span {
	color: rgba(255,255,255,.5);
	letter-spacing: 1px;
	font-weight: lighter;
	font-size: 16px;
	line-height: 1.6;
	font-family: "Arial";
}
.footer .ftlogo-share a {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	margin-right: 20px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #353537;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 36px
}
.footer .ftlogo-share a:last-child {
	margin-right: 0
}
.footer .ftlogo-share a img {
	opacity: .65
}
.footer .ftlogo-share a:hover img {
	opacity: 1
}
.footer .ftlogo-share a:hover {
	background: #d80c18
}
.footer .footerphone-menu h3 a {
	position: relative;
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	font-weight: 700
}
.footer .foot-menu {
	padding-left: 8.8%;
	flex: 1
}
.footer .footerphone-menu h3, .footer .footerphone-menu li {
	position: relative
}
.footer .footer-subnav a {
	display: block;
	width: 100%;
	color: rgba(255,255,255,.5);
	letter-spacing: 1px;
	font-weight: lighter;
	font-size: 14px;
	line-height: 2
}
.footer .footerphone-menu h3 a .icon-rjiantou1 {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial-BoldMT
}
.footer .foot-bot {
	padding: 15px 0;
	background-color: #222225;
	font-family: "Arial";
}
.footer .foot-copy, .footer .foot-copy a, .footer .foot-rtlink, .footer .foot-rtlink a {
	color: rgba(255,255,255,.5);
	letter-spacing: 1px;
	font-weight: lighter;
	font-size: 13px;
}
.footer .foot-rtlink a {
	padding: 0 25px
}
.footer .foot-rtlink a:first-child {
	padding-left: 0
}
.footer .foot-rtlink a:last-child {
	padding-right: 0
}
.footer .foot-copy a:hover, .footer .foot-rtlink a:hover, .footer .footer-subnav a:hover {
	color: #fff
}
.ft_share {
	float: right;
	overflow: hidden;
	box-sizing: border-box;
}
.ft_share .follow_share {
	display: block;
}
.ft_share .follow_share .code {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.ft_share .follow_share .code .codeimg {
	margin-right: 10px;
}
.ft_share .follow_share .code .codeimg img {
	display: block;
	width: 130px;
	margin: auto;
}
.ft_share .follow_share .code .title {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
@media screen and (max-width: 1459px) {
.footer .foot-menu {
	padding-left: 5%
}
.footer .footerphone-menu h3 a {
	margin-bottom: 20px;
	font-size: 18px
}
.footer .foot-rtul .tit, .footer .ftlogo-share .tit {
	font-size: 18px
}
.footer .foot-rtul span, .footer .footer-subnav a, .section1 .section1-rtLi .dec {
	font-size: 16px
}
.footer .ftlogo-share a {
	margin-right: 15px
}
}
@media screen and (max-width: 1259px) {
.footer .foot-bot>div, .footer .foot-top, .proinfo4 .proinfo4-swiper, .section5 .section5-botLi>div, .section5 .section5-top {
	flex-wrap: wrap
}
/*.footer .foot-copy, .footer .foot-link, .footer .foot-menu, .footer .foot-right, .section5 .in-tit, .section5 .section5-btleft, .section5 .section5-btright, .section5 .section5-tpright {
	width: 100%
}
.footer .foot-right, .section5 .in-tit {
	padding-right: 0
}
.footer .foot-menu, .headfixed .menu-list .menu-pcbox, .headfixed .menu-list>ul, .section4 .section4-pc {
	display: none
}
*/.footer .foot-rtul, .section1 .section1-rtLi, .section2 .section2-tab {
	margin-top: 25px
}
}
@media screen and (max-width: 837px) {
.footer {
	padding-top: 60px
}
.footer .foot-right {
    padding-right: 6%;
}
.footer .foot-menu {
    padding-left: 0%;
}
.footer .foot-top {
	padding-bottom: 40px
}
.footer .ftlogo-share a {
	margin-right: 10px;
	width: 40px;
	height: 40px
}
.footer .foot-rtlink a {
	padding: 0 10px
}
}
@media screen and (max-width: 719px) {
.footer .foot-menu {
    display: none;
}
.footer .foot-right {
    width: 100%;
    text-align: center;
}
.flexlf {
    justify-content: center;
}
}
