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%;
	vertical-align: baseline;
	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: 1580px;
	margin: 0 auto;
}
.g-container {
    padding-top: 0;
}

.g-confirm{
	position: fixed;
	bottom: 10%;
	right: 30px;
	z-index: 99999;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #5E3C9E;
	border-radius: 5px;
	cursor: pointer;
}

/* 侧边栏 */
.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 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: .14rem;
    color: #333333;
    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 #333333;
    float: right;
    margin-top: .247rem;
}
.g-navbar-left .g-navbar-left-content ul li.except{
    font-size: .14rem;
    color: #333333;
    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.5rem;
}
.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-welcome-container{
	 padding-top: 0;
	 position: relative;
}
.g-welcome-header{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	display: block;
}
.g-welcome-header ul{
	display: flex;
	flex-direction: row;
	z-index: 99;
	/* position: relative; */
	width: 80%;
	justify-content: flex-end;
}
.g-welcome-header ul li.g-header-logo{
	width: 15%;
}
.g-welcome-header ul li a{
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #ffffff;
	height: 100px;
	line-height: 100px;
	position: relative;
	display: inherit;
	margin-right: 60px;
}
.g-welcome-header .header_en{
	background: url(../images/en.png)no-repeat;
	background-size: 100% 100%; 
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 10px;
}
.g-welcome-header ul li:hover .g-header-caidan{
	display: block;
	top: 80px;
}


/* 头部样式 */
.g-header{
	position: relative;
	width: 100%;

	background: #ffffff;
	display: block;
}

.g-header-row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 70px;
	line-height: 70px;
}
.g-header-logo{
	width: 10%;
	display: flex;
	flex-direction: row;
	align-items: center;
	line-height: 70px;
}
.g-header ul{
	display: flex;
	flex-direction: row;
	z-index: 99;
/* 	position: relative; */
	width: 90%;
	justify-content: flex-end;
}
.g-header ul li.g-header-logo{
	width: 15%;
}
.g-header ul li a{
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	height: 70px;
	line-height: 70px;
	position: relative;
	display: inherit;
	margin-right: 60px;
}
.g-header .header_en{
	background: url(../images/en.png)no-repeat;
	background-size: 100% 100%; 
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 10px;
}
.g-header .header_en_1{
	background: url(../images/en_1.png)no-repeat;
	background-size: 100% 100%; 
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 10px;
}
.g-header ul li a.active,.g-header ul li:hover a{
	color: #5E3C9E;
}
.g-header-caidan{
	display: none;
	position: absolute;
	top: 70px;
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	height: 58px;
	left: 0;
}
.g-header ul li:hover .g-header-caidan{
	display: block;
}
.g-header-caidan .g-header-caidan-ul{
	width: 100%;
	justify-content: flex-start;
	padding-left: 47%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.g-header-caidan .g-header-caidan-ul li,.g-header-caidan .g-header-caidan-ul li a{
	height: 58px;
	line-height: 58px;
	color: #5E3C9E;
	font-family: Source Han Sans CN;
	font-weight: 400;
	position: relative;
	display: inherit;
	margin-right: 40px;
	font-size: 12px;
}
.g-header-caidan .g-header-caidan-ul li{
	margin-right: 0px;
}
.g-header-caidan .g-header-caidan-ul li:hover a{
	color: #333333;
}






.g-header-caidan .g-header-caidan-ul.pad_2{
	padding-left: 54%;
}
.g-header-caidan .g-header-caidan-ul.pad_3{
	padding-left: 62%;
}
.g-header-caidan .g-header-caidan-ul.pad_4{
	padding-left: 77%;
}
.g-header-caidan .g-header-caidan-ul.pad_5{
	padding-left: 84%;
}
.g-header-caidan .g-header-caidan-ul.pad_6{
		padding-left: 85.5%;
}


/* .g-header ul li a::after{
	display: block;
	width: 0;
	height: 4px;
	background: #0CABF2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.g-header ul li:hover a::after,.g-header ul li a.active::after{
	opacity: 1;
	width: 100%;
} */
.g-mobile-header{
	display: none;
	width: 100%;
	padding: 8px 0;
	/* background: #fff; */
	z-index: 99;
	position: absolute;
	top: 0;
}
.g-mobile-header-content{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.mobile_header_left{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 70%;
}
.mobile_header_left .column{
	display: flex;
	flex-direction: column;
	padding-left: 10px;
}
.mobile_header_left .column .name{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
}
.mobile_header_left .column .text{
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #999999;
	margin-top: 5px;
}
.g-mobile-header .g-nav{
	font-size: 30px;
	color: #fff;
}
.g-banner{
	width: 100%;
	position: relative;
}

/* 底部样式 */
 .g-footer{
	 
	background: #2A2A2A;
	 position: relative;
 }
 .g-copyright-top{
	 text-align: center;
	 width: 100%;
	 border-top: 1px solid rgba(0, 0, 0, 0.1);
	 font-size: 14px;
	 font-family: Microsoft YaHei;
	 font-weight: 400;
	 color: #999999;
	 line-height: 25px;
	 padding: 15px 0;
	 background: #ffffff;
 }
 .g-copyright-top-content{
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 width: 100%;
	 justify-content: center;
 }
  .g-copyright-top-content img{
	  width: 20px;
	  height: 20px;
  }
.g-copyright-top-content p{
	padding-left: 15px;
}
.g-copyright-top-content p>a{
	margin: 0 14px;
}
 .g-footer-row{
	 display: flex;
	 flex-direction: row;
	 padding: 40px 0;
	 justify-content: space-between;
 }
 .g-footer-left{
	 display: flex;
	 flex-direction: column;
	 width: 12%;
 }
 .footer-logo-row{
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 justify-content: center;
 }
 .footer-logo-column{
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
	 padding-left: 16px;
 }
.footer-logo-column .name{
	  font-size: 25px;
	  font-family: Source Han Sans CN;
	  font-weight: 500;
	  color: #FFFFFF;
	  line-height: 30px;
}
.footer-logo-column .text{
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #AAAAAA;
	line-height: 20px;
	margin-top: 7px;
}
 .g-footer-logo{
	 max-width: 60%;
	 max-height: 100%;
 }
 .g-footer-left-ul{
	 margin-top: 25px;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
 }
.g-footer-left-ul li{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	align-items: center;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.g-footer-left-ul li img{
	padding-right: 0px;
}
.g-footer-ul{
	width: 80%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.g-footer-ul li{
	display: flex;
	flex-direction: column;
	margin-right: 0px;
}
.g-footer-ul .g-footer-ul-li{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
/* 	justify-content: space-between; */
}
.g-footer-ul .g-footer-ul-li .g-footer-ul-w{
	width: 25%;
	margin-bottom: 10px;
	text-align: center;
}
.g-footer-ul li:last-child{
	margin-right: 0px;
}
.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;
	text-align: left;
}
.g-footer-ul li .title::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #777777;
	bottom: 0px;
	left: 0;
}
.g-footer-ul li > div{
	text-align: left;
	margin-bottom: 10px;
	font-size: 12px;
	color: #7A7979;
}

.g-footer-ul li > div a{

	display: inline-block;
}
.g-footer-img{
	padding-right: 15px;
}
.g-ewm{
	margin:0px;
	max-width: 100%;
}
.g-ewm-p{
	text-align: center;
	width: 100%;
	color: #999999;
	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: #ffffff;
	line-height: 25px;
	padding: 15px 0;
	background: #5E3C9E;
}
.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;
}


/* pc侧边栏 */
.g-side{
	position: fixed;
	right: 25px;
	bottom: 20%;
	display: flex;
	flex-direction: column;
	z-index: 999;
}
.g-side-content{
	width: 70px;
	height: 70px;
	background: #0CABF2;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0; 
	margin-bottom: 10px;
	cursor: pointer;
}
.side_name{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}




.pagination {
    text-align: center;
    color: #666;
    clear: both;
	width: 100%;
	margin-top: 20px;
}
.pagination a {
    display: inline-block;
    color: #888;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 10px;
    line-height: 28px;
	color: #000; 
	border: 1px solid  #ddd;
    margin: 0px 1px 10px 1px;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color: #5E3C9E;
}

@media(max-width:1580px) {
	.g-wrapper{
		width: 100%;
		padding: 0px 30px;
	}
	
	
	
	
	.g-header-caidan .g-header-caidan-ul.pad_1 {
		padding-left: 44.5%;
	}
	.g-header-caidan .g-header-caidan-ul.pad_2{
		padding-left: 45.5%;
	}
	.g-header-caidan .g-header-caidan-ul.pad_3{
				   padding-left: 60%;
	}
	.g-header-caidan .g-header-caidan-ul.pad_4{
			padding-left: 76%;
	}
	.g-header-caidan .g-header-caidan-ul.pad_5{
					padding-left: 84%;
	}
	.g-header-caidan .g-header-caidan-ul.pad_6{
			padding-left: 85%;
	}
}

@media(max-width:1430px) {
	.g-header ul li a{
		margin-right: 50px;
	}
	.g-header-caidan .g-header-caidan-ul.pad_2 {
		padding-left: 44.5%;
	  }
	  .g-header-caidan .g-header-caidan-ul.pad_5 {
		padding-left: 77%;
	  }
	  .g-header-caidan .g-header-caidan-ul.pad_6 {
		padding-left: 80%;
	  }
}

@media(max-width:1200px) {
	.g-wrapper{
		width: 100%;
		padding: 0 15px;
	}
	.g-header-logo .column .name{
		font-size: 18px;
	}
	.g-header-logo .column .text{
		font-size: 12px;
	}
	.g-header ul li a{
		margin-right: 41px;
		font-size: 15px;
	}
	.footer-logo-column .name{
		font-size: 18px;
	}
	.footer-logo-column .text,.g-footer-left-ul li{
		font-size: 12px;
	}
	.g-footer-ul li .title{
		font-size: 14px;
	}
	.g-welcome-header ul li a{
		font-size: 11px;
	}
	
	
	
	
	.g-header-caidan .g-header-caidan-ul.pad_1 {
		padding-left: 39%;
	}
	.g-header-caidan .g-header-caidan-ul.pad_2{
		padding-left: 35%;
	}
	.g-header-caidan .g-header-caidan-ul.pad_3{
		padding-left: 56%;
	}
	.g-header-caidan .g-header-caidan-ul.pad_4{
		padding-left: 74%;
	}
	.g-header-caidan .g-header-caidan-ul.pad_5{
		padding-left: 79%;
	}
	.g-header-caidan .g-header-caidan-ul.pad_6 {
		padding-left: 86.5%;
	}
	.g-header-caidan .g-header-caidan-ul.pad_6 li a{
		margin-right: 20px;
	}
}

@media(max-width:810px) {
	
	.g-pc{
		display: none !important;
	}
	.g-mobile{
		display: block;
	}
	.g-wrapper{
		width: 100%;
		padding: 0 15px;
	}
	.g-header{
		display: none;
	}
	.g-mobile-header{
		display: block;
	}
	.g-welcome-header{
		display: none;
	}
	
}
@media(max-width:600px) {
	.g-mobile-header-content img{
		max-width: 10%;
	}
	.mobile_header_left .column .name{
		font-size: 15px;
	}
	.mobile_header_left .column .text {
	  font-size: 10px;
	}
	.g-mobile-header .g-nav {
	  font-size: 20px;
	}
	.g-side{
		display: none;
	}
}