@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, abbr, address, cite, code, del, dfn, em, img, sub, sup, var, i, dl, dd, dt, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: border-box;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
menu,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #474747;
}
a:active,
a:visited {
}
a:hover{
	color: #2D71FF !important;
}
input,
select {
  vertical-align: middle;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
a {
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
::-webkit-scrollbar {
  display: none;
}
body {
  font-family:MicrosoftYaHei,Arial,Impact;
  min-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.clearfix {
  zoom: 1;
  _height: 1px
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}
.float_r,
.float_l {
  _display: inline;
}
.wrap {
  width: 1400px;
  margin:0 auto;
}

*{-webkit-tap-highlight-color:transparent;}

.ellipsis {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.line-clamp{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*头部代码*/
.header{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	height: 84px;
	line-height: 84px;
	background: rgba(255,255,255,0.2);
	box-shadow: 0px 4px 5px 0px rgba(126,170,255,0.25);
}
.header .logo,
.header .navul{
	float: left;
}
.header .logo{
	padding-top: 16px;
}
.header .logo img{
	height: 52px;
}
.header .navul{
	display: flex;
	padding-left: 60px;
}
.header .navul li{
	position: relative;
	padding: 0 20px;
}
.header .navul li a{
	color: #2F2F46;
	font-size: 16px;
}
.header .navul li:after{
	content: "";
	width: 0;
	height: 4px;
	background: #2D71FF;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.header .navul li.active:after,
.header .navul li:hover:after{
	width: 100%;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.header .navul li.active a,
.header .navul li:hover a{
	color: #2D71FF;
	font-weight: bold;
}
.header .tel{
	color: #2F2F46;
	font-size: 16px;
	float: right;
}
.header .tel_img{height:84px;display: flex;align-items: center;justify-content: flex-end;}
.header .tel_img img{max-height:40%;}
.menubox,
.mobile-nav-mask{
	display: none;
}
/*底部代码*/
.footer{
	background: url(../images/footerbg.png) no-repeat center top;
	background-size:cover;
	padding-top: 50px;
	overflow: hidden;
}
.footer .foot{
	display: flex;
	padding-bottom: 40px;
}
.footer .tact{
	width: 430px;
}
.footer .tact>img{
	height: 66px;
	margin-bottom: 10px;
}
.footer .tact label{
	font-size: 16px;
	color: #2F2F46;
	line-height: 20px;
	display: block;
	padding-top: 20px;
}
.footer .tact span{
	font-size: 40px;
	font-weight: bold;
	color: #2F2F46;
	line-height: 47px;
	padding-top: 20px;
	display: block;
}
.footer .applet{
	text-align: center;
	width: 115px;
	padding-top: 74px;
}
.footer .applet img{
	height: 88px;
}
.footer .applet p{
	font-size: 16px;
	color: #2F2F46;
	line-height: 20px;
	padding-top: 18px;
}
.footer .nav{
	display: flex;
	padding-top: 22px;
}
.footer .link{
	width: 220px;
	margin-left: 30px;
}
.footer .link p{
	font-size: 16px;
	font-weight: bold;
	color: #2F2F46;
	line-height: 20px;
}
.footer .link ul{
	padding-top: 8px;
}
.footer .link li{
	padding-top: 16px;
}
.footer .link a{
	font-size: 14px;
	color: #2F2F46;
	line-height: 20px;
}
.footer .foot-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	background: rgba(255,255,255,0.6);
	border-radius: 20px;
	text-align: center;
}
.footer .foot-icon a{
	margin:0 104px;
}
.footer .foot-icon img{
	height: 88px;
}
.footer .foot-icon p{
	font-size: 14px;
	color: #2F2F46;
	line-height: 20px;
}
.footer .fl{
	display: flex;
	padding: 40px 0 18px;
}
.footer .fl p{
	font-size: 14px;
	font-weight: bold;
	color: #2F2F46;
	line-height: 20px;
}
.footer .lg{
	display: flex;
	flex-wrap: wrap;
	max-width: 1328px;
}
.footer .lg a{
	font-size: 14px;
	color: #2F2F46;
	line-height: 20px;
	margin:0 0 12px 24px;
}
.footer .copyright{
	border-top: 2px solid;
	border-image: linear-gradient(270deg, rgba(119, 119, 119, 0), rgba(119, 119, 119, 1), rgba(119, 119, 119, 0)) 2 2;
	font-size: 14px;
	color: #2F2F46;
	line-height: 20px;
	text-align: center;
	padding: 30px 0 50px;
}

@media screen and (max-width:1480px){
.wrap{
  width: auto;
  padding: 0 3%;
}
body{
	min-width: 0;
}
.header .tel_img{height:70px;}
.header{
	height: 70px;
	line-height: 70px;
}
.header .logo img {
  height: 45px;
}
.header .logo {
  padding-top: 13px;
}
.header .navul li {
  padding: 0 16px;
}
.header .navul li::after{
	height: 3px;
}
.footer{
	padding-top: 35px;
}
.footer .foot {
  padding-bottom: 30px;
}
.footer .nav{
	width: 70%;
}
.footer .link {
  width: 25%;
  margin-left: 4%;
}
.footer .tact {
  width: 30%;
}
.footer .foot-icon a{
	margin:0;
	width: 25%;
}
.footer .fl p{
	white-space: nowrap;
}
.footer .fl {
  padding: 30px 0 10px;
}
.footer .copyright{
	padding: 30px 0;
}
.footer .tact label{
	padding-top: 10px;
}
.footer .applet {
  padding-top: 40px;
}
}

@media screen and (max-width:750px){
 .wrap{
	padding: 0 5%;
}

.header .tel_img{height:0.88rem;}
.header {
	height: 0.88rem;
	line-height: 0.88rem;
	box-shadow: 0px 0.04rem 0.05rem 0px rgba(126,170,255,0.25);
	position: fixed;
}
 .header .logo {
    padding-top: 0.06rem;
  }
.header .logo img {
  height: 0.8rem;
}
.header .navul,
.header .tel{
	display: none;
}
.menubox{
  display: block;
  position: absolute;
  width: 1.3rem;
  height: .6rem;
  right: 0;
  top: 0;
}
.menubox .menu {
  display: block;
  width: 0.4rem;
  height: 0.3rem;
  position: absolute;
  right: .3rem;
  top: .3rem;
}
.menubox .menu i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.menubox .menu i:first-child {
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.menubox .menu i:nth-child(2) {
  right: 0;
  top: 50%;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.menubox .menu i:nth-child(3) {
  left: 0;
  bottom: -1px;
}
.menubox .menu.open{
	height: .2rem;
}
.menubox .menu.open i:first-child {
	width: 144%;
	top: -.2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menubox .menu.open i:nth-child(2) {
	width: 144%;
	top: 0;
	right: 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menubox .menu.open i:nth-child(3) {
	opacity: 0;
}
.mobile-nav-mask{
	position: fixed;
	top: 0.88rem;
	bottom: 0;
	right: 0;
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	left: 0;
	display: block;
	visibility: hidden;
}
.mobile-nav-wrap{
	background-color: #262626;
	padding-right: 0;
	padding-top: .1rem;
	width: 4rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-transform: translate3d(100%,0,0);
	  transform: translate3d(100%,0,0);
	position: fixed;
	top: 0.88rem;
	bottom: 0;
	right: 0;
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}
.mobile-nav-wrap nav {
  left: 0;
  right: 0;
  top: 0;
  bottom: .66rem;
  position: absolute;
  color: #fff;
  background-color: #262626;
  overflow: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav-wrap nav li{
  list-style: none;
  font-size: .32rem;
}
.mobile-nav-wrap nav li:nth-child(1){
	padding-top: 0.3rem;
}
.mobile-nav-wrap nav li .sidebar_li-inner {
  padding-left: .4rem;
  position: relative;
}
.mobile-nav-wrap nav li .sidebar_li-inner a{
	color: #fff;
}
.mobile-nav-mask.addbg{
	visibility: visible;
	background-color: rgba(0,0,0,.3);
}
.mobile-nav-mask.addbg .mobile-nav-wrap{
	-webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  box-shadow: -5px 4px 10px 0 rgba(27,31,64,.3);
}
.go-to-mp{
	width: 100%;
	height: .88rem;
	text-align: center;
	line-height: .88rem;
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	vertical-align: middle;
	background: #333;
	box-shadow: 0 2px 8px 0 rgba(26,26,26,.4);
	font-size: .32rem;
	  padding-left: .1rem;
	  display: inline-block;
	  vertical-align: middle;
}

.footer{
	padding-top: 0.4rem;
}
.footer .foot{
	display: flex;
	padding-bottom: 0.4rem;
}
.footer .tact{
	width: 100%;
}
.footer .tact>img{
	height: 0.66rem;
	margin-bottom: 0.1rem;
}
.footer .tact label{
	font-size: 0.26rem;
	line-height: 0.4rem;
	padding-top: 0.2rem;
}
.footer .tact span{
	font-size: 0.4rem;
	line-height: 0.4rem;
	padding-top: 0.2rem;
}
.footer .applet{
	width: 100%;
	padding-top: 0.35rem;
}
.footer .applet img{
	height: 0.88rem;
}
.footer .applet p{
	font-size: 0.26rem;
	line-height: 0.4rem;
	padding-top: 0.18rem;
}
.footer .nav,
.footer .foot-icon,
.footer .fl{
	display: none;
}
.footer .copyright{
	border-top: 0.02rem solid;
	border-image: linear-gradient(270deg, rgba(119, 119, 119, 0), rgba(119, 119, 119, 1), rgba(119, 119, 119, 0)) 2 2;
	font-size: 0.26rem;
	line-height: 0.4rem;
	padding: 0.3rem 0 0.5rem;
}
}