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

	margin-top: 15px;

	width: 15%;

}

.logo img {

	display: block;

}

.md_rt {

	float: right;

	padding-top: 43px;

}

.md_rt dl dt {

	float: left;

	width: 30px;

	height: 30px;

	overflow: hidden;

}

.md_rt dl dd {

	float: left;

}

.md_rt dl dd label em {

	color: #888;

	font-size: 17px;

	font-family: "Arial";

	padding-left: 9px;

	line-height: 30px;

}

.Navbar-nav {

	display: block;

	padding: 0;

	float: left;

	width: 75%;

}

.Navbar-nav li {

	float: left;

	padding: 0 24px;

	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: #205c95;

	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: #205c95;

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

	z-index: 199;*/

	position: absolute;

    border-top: 3px solid #014d95;

    left: 0;

    top: 116px;

    opacity: 0;

    width: 190px;

    visibility: hidden;

    border-radius: 0px 0px 5px 5px;

    overflow: hidden;

    box-shadow: 0px 5px 15px rgba(0,0,0,.1);

    -webkit-transition: all .3s ease-in-out 0s;

    transition: all .3s ease-in-out 0s;

}

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

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

	background: #014d95;

}

.Navbar-nav li .current {

	color: #205c95;

}

.Navbar-nav li .current:hover {

	color: #205c95;

	border-bottom: none;

}

.kss {

	width: 10%;

	float: right;

	margin-top: 2.7%;

}

@media (max-width: 1500px) {

.Navbar-nav li {

	padding: 0 23px;

	margin-left: 10px;

}

.Navbar-nav {

    width: 72%;

}

}

@media (max-width: 1425px) {

.Navbar-nav li {

	padding: 0 18px;

}

}

@media (max-width: 1406px) {

.Navbar-nav li {

	padding: 0 16px;

}

}

@media (max-width: 1275px) {

.Navbar-nav li {

	padding: 0 13px;

}

}

@media (max-width: 1210px) {

.Navbar-nav li {

	padding: 0 11px;

}

}

@media (max-width: 1174px) {

.Navbar-nav li {

	padding: 0 10px;

}

.Navbar-nav {

    width: 70%;

}

}

@media (max-width: 1168px) {

.Navbar-nav li {

	padding: 0 7px;

}

}

@media (max-width: 1097px) {

.Navbar-nav li {

	padding: 0 5px;

}

.logo {

    margin-top: 20px;

}

}

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

	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: #205c95;

	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;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

}

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

.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*/

/*.footer {

	overflow: hidden;

	background: #191919;

}

.ft {

	margin-top: 100px;

	border-bottom:1px solid #333;

}

.fnav {

	width: 84%;

	overflow: hidden;

	float: left;

	padding-bottom: 8%;

	padding-right: 2%;

	border-right: 1px solid #333;

}

.fnav p {

	font-size: 12px;

	font-family: "Arial";

	text-transform: uppercase;

}

.fnav h3 {

	height: 30px;

	line-height: 30px;

	color: #ffffff;

	box-sizing: border-box;

	font-size: 22px;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

	font-weight: normal;

}

.fnav ul li {

	display: block;

	color: #fff;

	float: left;

	line-height: 30px;

	width: 14.2%;

	padding-top: 30px;

}

.fnav ul li a {

	display: block;

	font-size: 16px;

	color: #fff;

	padding-right: 15px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

}

.ewm {

    padding-bottom: 30px;

    color: #fff;

    float: right;

}

.ewm p {

	font-size:20px;

	overflow:hidden;

	text-overflow:ellipsis;

	white-space:nowrap;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

}

.ewm .logo {

	width:147px;

	height:47px;

	margin-top:20px

}

.ewm .logo img {

	width:100%;

	height:100%

}

.ewm .img {

	width:130px;

	height:130px;

	border-radius:10px;

	overflow:hidden;

	margin-top:30px

}

.ewm .img img {

	width:100%;

	height:100%

}

.bots {

	width:100%;

	display:flex;

	justify-content:space-between;

	border-bottom:1px solid #333;

	padding:40px 0

}

.bots .item .label {

	width:100%;

	height:18px;

	white-space:nowrap

}

.bots .item .label img {

	width:18px;

	height:18px;

	float:left

}

.bots .item .label span {

	font-size:16px;

	color:#fff;

	margin-left:12px;

	float:left;

	line-height:18px

}

.bots .item .desc {

	margin-top:20px;

	font-size:16px;

	color:#777;

	font-family: "Arial";

}

.fcon {

	width: 32%;

	overflow: hidden;

	float: left;

	padding-right: 10%;

	margin-bottom: 50px;

}

.fcon span {

	display: block;

	font-size: 23px;

	margin-bottom: 30px;

	color: #fff;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

}

.fcon h3 {

	margin-bottom: 45px;

	font-size: 36px;

	color: #ff5a00;

	font-weight: 400;

	font-family: "Arial";

}

.fcon-bar {

	margin-bottom: 30px;

	height: 1px;

	background: #4b4b4b;

}

.fcon-address p {

	display: flex;

	color: #fff;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

	font-size: 16px;

}

.footer-qr {

	padding-top: 27px;

	float: right;

}

.footer-qr ul {

	justify-content: space-between;

}

.footer-qr li {

	width: 124px;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	background: #fff;

	position: relative;

	color: #999

}

.footer-qr-img {

	width: 124px;

	height: 124px;

	display: flex;

	justify-content: center;

	align-items: center;

	position: relative;

	overflow: hidden;

}

.qr-img {

	margin-bottom: 10px;

	width: 105px;

	height: 105px

}

.footer-qr li p {

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

	font-size: 16px;

	padding-bottom: 10px;

}

.qr1:after {

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

}

.footer-qr-img:after {

	position: absolute;

	left: 0;

	top: 0;

	display: block;

	width: 100%;

	height: 40px;

	content: "";

	animation: light 5s infinite;

}

@keyframes light {

0% {

top:0

}

50% {

top:100%

}

100% {

top:-10px

}

}

.copyright {

	margin-top: 50px;

	line-height: 30px;

	color: #fff;

	text-align: left;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

	font-size: 15px;

	padding-bottom: 30px;

}

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

}

}

*/

.footer_bg {

	background: #333;

	position: relative;

	width: 100%;

	background: url(../images/ft_bg.jpg);

}

.box {

    margin: 0 auto;

    max-width: 1600px;

	width:100%;

}

.footer {

	padding-top: 150px;

}

/*.lines {

    border-top-color: #fff;

    border-top-width: 4px;

    border-top-style: solid;

    border-right: 6px solid rgba(0,0,0,0);

    width: 32px;

    margin-bottom: 20px;

}*/

.footer_l {

	width: 24%;

    margin-right: 3%;

}

.fonter_a {

	height: 56px;

	width: 350px;

}

.fonter_a a {

	width: 130px;

	height: 34px;

	display: block;

	line-height: 34px;

	font-size: 16px;

	text-align: center;

	float: left;

	color: #fff;

}

.fonter_a a:nth-child(2) {

	margin-left: 20px;

}

.fonter_a a:hover {

	background: #014d95;

	color: #000;

}

.fonter_tel {

	font-size: 38px;

	color: #fff;

	font-family: "Arial";

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

	font-weight: lighter;

	padding-left: 38px;

}

.fonter_d {

	margin-top: 20px;

}

.fonter_d li {

	font-size: 15px;

	color: #fff;

	margin-bottom: 16px;

	line-height: 36px;

	font-family: "Arial";

}

.fonter_d li em {

    display: inline-block;

    height: auto;

    line-height: 22px;

    font-size: 15px;

    color: #fff;

    padding-right: 15px;

    margin-bottom: 10px;

}

.footer_r {

	width: 60%;

}

.footer_r li {

	width: 16.6%;

	float: left;

}

.footer_r li a {

	font-size: 16px;

	color: #fff;

	display: block;

	line-height: 36px;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

}

.footer_r li a:hover {

	color: #014d95;

}

.footer_r li a.footer_t {

	font-size: 19px;

	padding-bottom: 10px;

	font-family: "微软雅黑";

}

.footer_tel p {

	font-size: 16px;

	color: #fff;

	margin-bottom: 20px;

	line-height: 30px;

}

.footer_tel p:before {

	content: '';

	width: 32px;

	height: 32px;

	float: left;

	display: block;

	padding-right: 10px;

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

}

.footer_tel b {

	font-size: 33px;

	color: #fff;

	font-family: "Arial";

}

.crcode {

	height: 360px;

}

.crcodecon li img {

	border: 10px solid #fff;

	border-radius: 5px;

	width: 143px;

	height: auto;

}

.crcodecon li {

	width: 164px !important;

	height: 173px;

	position: relative;

}

.crcodecon li:after {

	content: '';

	display: block;

	position: absolute;

	width: 20px;

	height: 11px;

	bottom: 0;

	background: url(http://login.114my.cn/memberpic/gdlszs/uploadfile/image/20210511/20210511162845_1168886666.png) no-repeat left center;

}

.crcodecon li:nth-child(2):after {

	left: 15px;

}

.crcodecon li:nth-child(3):after {

	left: 72px;

}

.crcodecon li:nth-child(4):after {

	left: 130px;

}

.crcodetab {

	padding-left: 6px;

}

.crcodetab p {

	cursor: pointer;

	font-size: 15px;

	font-weight: lighter;

	color: #ccc;

	width: 42px;

	height: 42px;

	line-height: 42px;

	border-radius: 42px;

	background: rgba(7,168,238,0.2);

	position: relative;

	margin-top: 14px;

	float: left;

}

.crcodetab p+p {

	margin-left: 12px;

}

.crcodetab p.on {

	background: #014d95;

	color: #fff;

}

.copyright {

	margin-top: 50px;

	line-height: 30px;

	color: #fff;

	text-align: left;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

	font-size: 15px;

	padding-bottom: 30px;

}

.copyright a {

	color: #FFFFFF;

}

.copyright a:hover {

	color: #014d95;

}

.copyright em {

	padding: 0 10px;

}

@media (max-width: 1600px) {

.box {

    width: 98%;

}

}

@media (max-width: 1417px) {

.footer_r {

    width: 58%;

}

}

@media (max-width: 1217px) {

.footer_l {

    width: 100%;

    margin-right: 0%;

	margin-bottom: 3%;

}

.fonter_d li {

    width: 50%;

	float: left;

}

.footer_r {

    width: 80%;

}

.crcode {

    height: 230px;

}

}

@media (max-width: 1007px) {

.fonter_d li{

    width:33.3%;

}	

.fonter_d li:nth-child(4) {

    width: 100%;

}	

.footer_r {

    width: 100%;

	margin-bottom:50px;

}

.crcode {

    float: left;

}

}

@media (max-width: 721px) {

.fonter_d li {

    width: 49%;

}

}

@media (max-width: 677px) {

.fonter_d li {

    width: 49%;

}

.footer_r li {

    width: 33.3%;

    height: 220px;

}

}

@media (max-width: 521px) {

.fonter_d li {

    width: 100%;

}

}

@media (max-width: 313px) {

.footer_r li {

    width: 50%;

}

}