html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: inherit;
	cursor: pointer;
}

input,
select,textarea {
	vertical-align: middle;
	padding: 0;
	outline: none;
}

ul {
	list-style: none;
}
img{
	vertical-align:middle;
	max-width: 100%;
}
.clear {
	clear: both;
}

 .g-mobile{
	display: none;
}
.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.g-wrapper{
	width: 85%;
	margin: 0 auto;
}
.g-container {
    padding-top: 0;
}
/* 头部样式 */

.g-banner{
	width: 100%;
	position: relative;
}
.g-banner-content{
	position: absolute;
	width: 100%;
	/* height: 100%; */
	top: 0;
	left: 0;
	z-index: 999;
}
.g-banner-swiper{
	position: absolute;
	width: 100%;
	height:58%;
	top: 42%;
	left: 0;
	z-index: 99;
}
.g-banner-swiper .name{
	font-size: 90px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 6px;
}
.g-banner-swiper .text{
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin: 20px auto 0px;
	letter-spacing: 10px;
}
.g-banner-swiper .field{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;
}
.g-nav{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 40px 0;
}
.g-nav-right{
	width: 70%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.g-nav-right .name{
	background: #014075;
	border-radius: 25px;
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	padding: 10px 25px;
	margin-right: 11px;
}
.g-nav-right .search{
	background: rgba(255, 255, 255, 0);
	border: 2px solid #F0F0F0;
	border-radius: 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 215px;
	height: 50px;
	align-items: center;
	line-height: 50px;
	padding: 0px 25px;
	margin-right: 40px;
}
.g-nav-right .search input{
	border: none;
	background: rgba(255, 255, 255, 0);
	width: 80%;
}
.g-nav-right .nav{
	cursor: pointer;
	color: #fff;
	font-size: 30px;
}
.g-lower{
	width: 40px;
	height: 40px;
	background: url(../images/xiangxia.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 10%;
	bottom: 10%;
	z-index: 999;
}
.g-lower::before,.g-lower::after{
	content: '';
	border: 2px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: -3px;
	animation: borderClip 8s linear infinite;
	border-radius: 50%;
}
.g-lower::after{
	animation-delay:-4s ;
}
@keyframes borderClip{
	0%,100%{
		clip: rect(0px 46px 0px 0px);
	}
	25%{
		clip: rect(0px 0px 46px 0px);
	}
	50%{
		clip: rect(45px 46px 46px 0px);
	}
	75%{
		clip: rect(0px 46px 46px 45px);
	}
}
 
/* 底部样式 */
 .g-footer{
	 
	background: #2A2A2A;
	 position: relative;
 }
 .g-footer-row{
	 display: flex;
	 flex-direction: row;
	 padding: 40px 0;
	 justify-content: space-between;
 }
 .g-footer-left{
	 display: flex;
	 flex-direction: column;
	 width: 25%;
	 justify-content: center;
	 padding-right: 50px;
 }
 .g-footer-logo{
	 /* max-width: 60%; */
	 max-height: 100%;
 }
 .g-footer-left-ul{
	 margin-top: 25px;
	 display: none;
 }
.g-footer-left-ul li{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6C6C6C;
	line-height: 30px;
	align-items: center;
}
.g-footer-left-ul li img{
	padding-right: 15px;
}
.g-footer-ul{
	width: 60%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.g-footer-ul li{
	display: flex;
	flex-direction: column;
	width: 14%;
}
.g-footer-ul li .title{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
	position: relative;
	margin-bottom: 25px;
}
.g-footer-ul li .title::before{
	position: absolute;
	content: '';
	width: 35%;
	height: 2px;
	background: #014075;
	bottom: 0px;
	left:0px;
}
.g-footer-ul li > div a{
	font-size: 12px;
	color: #7A7979;
	margin-bottom: 10px;
	display: inline-block;
}
 .g-footer-right{
	 display: flex;
	 flex-direction: column;
	 width: 15%;
 }
.g-ewm{
	margin: 20px auto 20px;
	max-width: 100%;
}
.g-ewm-p{
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 12px;
}
.g-copyright{
	text-align: center;
	width: 100%;
	border-top:1px solid #444444;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6C6C6C;
	line-height: 36px;
	padding: 30px 0;
}
.g-p-bootom{
	padding-bottom: 55px;
}
.g-container .g-p-bootom{
	padding-bottom: 80px;
}

.g-footer-m{
	padding-top: .3rem;
	padding-bottom: .29rem;
	background: #2A2A2A;

}
.g-footer-m p {
	line-height: .22rem;
	font-size: .12rem;
	text-align: center
}

.g-footer-m p.copyright {
	color: #787e87;
	margin-top: .04rem
}

.g-footer-m p.tel {
	margin-top: .06rem;
	color: #fff;
}


/* 侧边栏 */
.g-navbar-left{
	display: none;
}
.g-navbar-left .mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 10002;
}
.g-navbar-left .g-navbar-left-content {
    position: fixed;
    top: 0;
    left: -2.35rem;
    bottom: 0;
    background: #fff;
    width: 2.05rem;
    padding-left: .3rem;
    padding-top: .2rem;
    transition: left .4s;
    z-index: 10003;
    overflow-y: auto;
}
 .g-navbar-left .g-navbar-left-content img {
    width: 1.07rem;
}
.g-navbar-left .g-navbar-left-content ul {
    margin-top: .425rem;
    list-style: none;
}

.g-navbar-left .g-navbar-left-content ul li a {
    width: .938rem;
    display: inline-block;
    line-height: .543rem;
    font-size: .1rem;
    color: #111f33;
    text-decoration: none;
}
.g-navbar-left .g-navbar-left-content ul li em {
    width: 0;
    height: 0;
    border-top: .036rem solid #fff;
    border-bottom: .036rem solid #fff;
    border-left: .063rem solid #000;
    float: right;
    margin-top: .247rem;
}
.g-navbar-left .g-navbar-left-content ul li.except{
    font-size: .14rem;
    color: #111f33;
    line-height: .543rem;
    width: .938rem;
	cursor: pointer;
}
.g-navbar-left .g-navbar-left-content ul li.except a{
    padding-left: .28rem;
    display: none;
	width: 1.2rem;
}
.g-navbar-left .g-navbar-left-content ul li.except.active a{
    display: block;
}
.g-navbar-left .g-navbar-left-content ul li.except.active > em {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


.g-header-loginbar-nav .subnav {
    background: #fff !important;
    position: absolute;
    display: none;
    left: 30%;
    top: 55px;
    z-index: 999;
    width: 154px;
    margin-left: -77px;
    box-shadow: 0px 0px 20px rgba(204,204,204,.75);
    padding: 20px 0px;
    border-radius: 5px;
}
.g-header-loginbar-nav .subnav::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.g-header-loginbar-nav .subnav li {
    float: none;
    position: static;
    text-align: left;
    background: none;
    line-height: 40px;
    height: 40px;
    width: 100%;
/*    margin-bottom: 10px; */
    font-size: 14px;
    color: #555 !important;
    text-align: center;
}
.g-header .g-header-loginbar .g-header-loginbar-nav .subnav li a{
	margin: 10px auto;
	height: 30px;
	line-height: 30px;
}
.g-header .g-header-loginbar .g-header-loginbar-nav a:hover{
	color:#EB6100 ;
}
.g-header .g-header-loginbar .g-header-loginbar-nav .subnav li a::after {
	display: none;
}


.g-meun-header{
	display: none;
}
.g-meun-header .mask{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 10002;
}
.g-meun-header-content{
	position: fixed;
	left: 0;
	top: -80vh;
	background: #fff;
	width: 100%;
	padding-top: .2rem;
	transition: top .4s;
	z-index: 10003;
	height: 90vh;
	overflow: hidden;
}
.g-meun-header-por{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90vh;
}
.g-meun-cuo{
	cursor: pointer;
}
.g-meun-header-por ul{
	display: flex;
	flex-direction: row;
	margin-top: 80px;
}
.g-meun-header-por ul li{
	display: flex;
	flex-direction: column;
	width: 16%;
	text-align: center;
}
.g-meun-header-por ul li .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 48px;
	margin-bottom: 10px;
}
.g-meun-header-por ul li a{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #868686;
	line-height: 40px;
}
/* top回顶部 */
.g-confirm{
	position: fixed;
	bottom: 10%;
	right: 30px;
	z-index: 99999;
	width: 53px;
	height: 53px;
	cursor: pointer;
	display: none;
}
@media (max-width: 1600px) {
		
	.g-wrapper{
		width: 1200px;
	}
}
@media (max-width: 1600px) and (max-width: 1200px) {
	.g-wrapper{
		width: 85%;
	}

	.g-footer-left-ul li{
		font-size: 12px;
	}
	.g-footer-ul li .title{
		font-size: 14px;
		margin-bottom: 16px;
	}
	.g-footer-ul li > div a{
		font-size: 10px;
		margin-bottom: 8px;
	}
	.g-ewm{
		max-width: 70%;
	}
	.g-copyright{
		font-size: 12px;
		line-height: 28px;
		padding: 20px 0;
	}
}
@media(max-width:810px) {
	
	.g-pc{
		display: none !important;
	}
	.g-mobile{
		display: block;
	}
	
	.g-footer.g-pc{
		display: block !important;
	}
	.g-footer-m.g-mobile{
		display: none !important;
	}
	.g-wrapper{
		width: 100%;
		padding: 0 15px;
	}

	.g-nav-right .name,.g-nav-right .search{
		display: none;
	}
	
	.g-nav-right .nav{
		font-size: 28px;
	}
	.g-footer-row{
		flex-direction: column;
		padding: 20px 0 0;
	}
	.g-footer-left{
		padding-right:0;
	}
	.g-footer-left,.g-footer-right{
		width: 100%;
	}
	.g-footer-row .g-footer-left a{
		text-align: center;
	}
	.g-footer-logo{
		max-width: 60%;
	}
	.g-footer-left-ul,.g-footer-ul{
		display: none !important;
	}
	.g-ewm {
	  max-width: 30%;
	}
	.g-copyright{
		padding: 20px 10px;
	}
}
@media(max-width:600px) {
	.g-nav{
		margin: 30px 0 ;
	}
	.g-nav-right .nav{
		/* max-width: 16%; */
		font-size: 20px;
	}
	.g-nav-right .nav{
		max-width: 66%;
		font-size: 20px;
	}
	.g-nav-right .nav img{
		max-width: 16%;
	}
}