 
     /* 布局 */
     .wp{max-width: 1580px; margin: 0 auto;}
     @media only screen and (min-width: 950px) and (max-width: 1920px) {
   	.wp{max-width: 82.29vw; margin: 0 auto;}
     }
     @media only screen  and (max-width: 950px) {
   	.wp{max-width:none; padding: 0 30px;}
     }
     @media only screen  and (max-width: 500px) {
     	.wp{padding: 0 20px;}
     }
     video{outline: none;}
     body{
   	  font-family: Microsoft YaHei;
   	  /* background-color: #f5f7fa; */
   	  color: #333;
	  padding-top: .7rem;
     }
     a{color: #333; transition: .5s;}
     a:hover{color:#132b88 ;}
     .a a{display: block;}
     
     /* 裁剪 */
     .ofh{overflow: hidden;}
     /* 左浮动 */
     .fl,.col-l{float: left;}
     /* 右浮动 */
     .fr,.col-r{float: right;}
     /* 相对定位 */
     .por{position: relative;}
     /* 高100% */
     .h100full{height: 100%;}
     /* 宽100% */
     .w100full{width: 100%;}
     .allfull{width: 100%;height: 100%;}
     /* 默认图片 */
     img{width: 100%;vertical-align: middle; transition: .5s;}
     
     /* 清除浮动 */
     .htover::after{
     	content: '';
     	display: table;
     	clear: both;
     }
     
     /* 文本行数限制 1行 */
     .txtof1{
     	overflow:hidden;
     	white-space: nowrap;
     	text-overflow: ellipsis;
      }
      /* 文本行数限制 2行 */
      .txtof2{
     	overflow:hidden;
     	display:-webkit-box; 
     	-webkit-box-orient:vertical; 
     	-webkit-line-clamp:2; 
     	text-overflow:ellipsis
      }
      /* 文本行数限制 3行 */
      .txtof2-3{
     	-webkit-line-clamp:3; 
      }
      /* 文本行数限制 4行 */
      .txtof2-4{
   	   overflow:hidden;
   	   display:-webkit-box; 
   	   -webkit-box-orient:vertical; 
     	-webkit-line-clamp:4;
   	text-overflow:ellipsis
      }
      /* 文本行数限制 5行 */
      .txtof2-5{
     	-webkit-line-clamp:5; 
      }
      
      /* 水平居中 */
      .mid-w{position: relative;left: 50%;transform: translateX(-50%);}
      /* 垂直居中 */
      .mid-h{position: relative;top: 50%;transform: translateY(-50%);}
      /* 水平+垂直居中 */
      .mid-all{position: relative;left: 50%;top: 50%;transform: translate(-50%,-50%);}
      
      
      
   
   
	
	.wp1520 {
		max-width: 15.2rem;
		margin: 0 auto;
	}
	
	.wp1200 {
		max-width: 1200px;
		max-width: 12rem;
		margin: 0 auto;
	}
	
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: rgba(42, 42, 42, 0);
		color: #fff;
		z-index: 999;
		transition: .5s;
	}
	
	.header.on {
		background-color: #fff;
		color: #000;
		box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
	}
	
	.header.on .logos img {
		display: none;
	}
	
	.header.on .logos img.dn {
		display: block;
	}
	
	.header.on .logos .gp::before {
		border-color: rgba(0, 0, 0, .4)
	}
	
	.header.on .nav .con .tit,
	.header.on .btns {
		color: #000;
		transition: color .5s;
	}
	
	.header.on .btns .search {
		background-image: url(../images/index/icon1-2.png);
	}
	
	.header.on .btns .lang {
		background-image: url(../images/index/tel.png);
		margin-left: 0.4rem;
	}
	.header.on .btns .lang:first-of-type{
		
	}
	.header.on .btns .lang .txt {
		/* background-image: url(../images/index/icon3-2.png); */
		color: #132b88;
		font-weight: bold;
		font-size: 0.2rem;
	}
	
	.header.on .btns .lang ul {
		border: 1px solid rgba(0, 0, 0, .15);
	}
	
	
	
	.header .hdr {
		position: relative;
		height: .7rem;
	}
	
	.header .logos {
	
		float: left;
		/* margin-right: 1.8rem; */
		overflow: hidden;
	}
	
	.header .logos .logo {
		width: 3.6rem;
		float: left;
		margin-right: .15rem;
	}
	
	.header .logos .gp {
		overflow: hidden;
		font-size: .16rem;
		padding-left: .15rem;
		position: relative;
		top: .08rem;
	}
	
	.header .logos .gp::before {
		content: '';
		position: absolute;
		left: 0;
		top: .03rem;
		bottom: .03rem;
		border-right: 1px solid rgba(255, 255, 255, .2);
	}
	
	.header .logos .gp .num {
		font-size: .2rem;
	}
	
	.nav {
		float: left;
		/* margin-right: 0.8rem; */
	}
	
	.nav li {
		float: left;
		margin: 0 0.15rem;
	}
	
	.nav .con {
		position: relative;
		padding: 0 0.1rem;
	}
	
	.nav .con .tit {
		font-size: 0.16rem;
		font-weight: bold;
		position: relative;
		color: #fff;
		height: .7rem;
		line-height: .7rem;
		display: inline-block;
		z-index: 10;
	}
	.nav .con .tit::before{
		content: "";
		display: block;
		width: 0%;
		height: 3px;
		line-height: 3px;
		background-color: #132b88;
		position: absolute;
		left: 50%;
		top: 0;
		z-index: 3;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	
	.nav .con .tit::after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-bottom: 6px solid #132b88;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		position: absolute;
		left: 50%;
		bottom: 0px;
		margin-left: -6px;
		opacity: 0;
		transition: .5s;
	}
	.nav .con .tit:hover::before,
	.nav .on .con .tit::before{
		width: 100%;
		left: 0;
	}
	.nav .con .tit:hover::after,
	.nav .on .con .tit::after{
		opacity: 1;
	}
	.header-all .header .nav .on .con .tit,
	.header-all .header .nav .con:hover .tit{
		color: #132b88;
	}
	
	.header-all .btns {
		float: right;
		/* width: 1.82rem; */
		height: 0.7rem;
		line-height: 0.42rem;
		font-size: 0.16rem;
		color: #fff;
	
	}
	
	.header-all .btns {
		display: flex;
		align-items: center;
	}
	
	.header-all .btns .search {
	
		background: url(../images/index/icon1.png) no-repeat left center;
		background-size: 0.16rem;
		width: 0.16rem;
		height: 0.16rem;
	}
	
	.header-all .btns .lang {
		margin-left: 0.2rem;
		position: relative;
		background: url(../images/index/icon2.png) no-repeat left center;
		background-size: 0.25rem;
		padding-left: 0.35rem;
		cursor: pointer;
	}
	
	
	.header-all .btns .lang .txt {
		/* padding-right: 0.15rem; */
		/* background: url(../images/index/icon3.png) no-repeat right center; */
		background-size: 0.09rem;
		transform: translateY(.01rem);
	}
	
	.header-all .btns .lang ul {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translate(-25%, 100%);
		width: 1.4rem;
		background-color: #fff;
		border-radius: 0.05rem;
		display: none;
		overflow: hidden;
	}
	
	.header-all .btns .lang .con {
		display: block;
		width: 100%;
		padding: 0 0.12rem;
		font-weight: 400;
		color: #212529;
		white-space: nowrap;
		color: #000;
		box-sizing: border-box;
		border-bottom: 1px solid rgba(0, 0, 0, .15);
		;
		transition: .5s;
	}
	
	.header-all .btns .lang .con:hover {
		background-color: #132b88;
		color: #fff;
	}
	
	.header-all .btns .lang li:last-of-type .con {
		border: nones;
	}
	
	.g-libbtn:hover {
		background-color: #132b88;
	}
	
	.g-libbtn,
	.nav {
		/* top: 48%; */
	}
	
	.subnav {
		position: fixed;
		top: .7rem;
		left:50%;
		transform: translateX(-50%);
		border-bottom-color:transparent;
		width: auto;
		overflow: hidden;
		display: none;
		padding: 20px;
		background-color: #F1F2F5;
		width: 12rem;
		border-radius: 0 0 .1rem .1rem;
	}
	.subnav .lftit{
		width: 3.75rem;
		padding:0;
		color: #212121;
		text-align: center;
		font-size: 0.28rem;
		margin-right: 0.25rem;
	}
	.subnav .lftit .pic{
		width: 100%;
		height: 1.85rem;
		
	}
	.subnav .lftit .pic img{
		width: 100%;
		height: 100%;
	}
	.subnav .dls{
		overflow: hidden;
		/* padding: .4rem .6rem; */
		/* background-color: #fff; */
		box-sizing: border-box;
		display: flex;
	}
	.subnav .dls dl{
		margin-right: 0.4rem;
		min-width: 1.2rem;
	}
	.subnav .dls dl:last-of-type{
		margin-right: 0;
	}
	.subnav a {
		display: block;
		font-size: 12px;
		line-height: 2.4;
		white-space: nowrap;
		color: #333;
		transition: .5s;
	}
	.subnav dd:last-of-type a{
		margin-bottom: 0;
	}
	.subnav a:hover,
	.subnav .on a {
		color: #132b88;
		text-decoration: underline;
	}
	
	.header-all .qr{
		width: 0.9rem;
		
	}
	.header-all .btns .lang:hover .qr{
		display: block;
	}
	.header-all .btns .lang .qr{
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translate(-50%,100%);
		display: none;
	}
	.header-all .btns .lang .t{
		font-size: 12px;
		background-color: #fff;
		text-align: center;
		line-height: 1.5;
		color: #333;
	}
	.header-all .btns .lang.wx{
		background: url(../images/page/wx.png) no-repeat center top;
		background-size: .2rem;
		padding: .15rem 0 0;
		line-height: 2;
		transition: none;
	}
	.header-all .btns .lang.wx:hover{
		color: #333;
	}
	
	
	
	
	.footer {
		background-color: #141414;
		color: rgba(255, 255, 255, .6);
		
	}
	
	.footer a {
		color: rgba(255, 255, 255, .6);
	}
	.footer a:hover{
		color: #fff;
	}
	
	.footer .logos{
		font-size: 0.14rem;
		line-height: 2;
	}
	.footer .logos .logo{
		width: 1.7rem;
		margin-bottom: 0.2rem;
	}
	.footer .logos .ewm{
		width: 1.1rem;
		margin: 0 auto;
		padding: .12rem;
		background-color: #fff;
		border-radius: .1rem;
	}
	.footer .ftr1 .txts{
		color: #fff;
		text-align: center;
		font-size: 0.18rem;
		padding-top: 0.5rem;
	}
	.footer .ftr1 .txts .tit{
		margin-bottom: 0.1rem;
	}
	.footer .ftr1 .txts .btn{
		display: inline-block;
		width: 1.05rem;
		height: .3rem;
		line-height: .3rem;
		background: #132b88;
		border-radius: .04rem;
		color: #ffffff;
		font-size: .14rem;
		margin-top: 0.2rem;
	}
	.footer .rttxt{
		text-align: right;
	}
	.footer .rttxt .tit{
		color: #fff;
		font-weight: bold;
		font-size: 0.16rem;
		margin-bottom: 0.1rem;
	}
	.footer .rttxt .tel{
		font-size: 0.2rem;
		font-weight: bold;
		color: #fff;
		margin-bottom: 0.1rem;
	}
	.footer .rttxt .pic{
		margin-top: 0.15rem;
		width: 1.12rem;
		text-align: center;
		display: inline-block;
	}
	.footer .rttxt .pic img{
		margin-bottom: 0.05rem;
		display: inline-block;
	}
	.footer .ftr1 {
		/* background: url(../images/index/bg2.png) no-repeat center; */
		background-size: cover;
		padding: 0.65rem 0 .4rem;
	}
	.footer .ftr1 .wp1200{
		display: flex;
		justify-content: space-between;
		margin-bottom: 0.2rem;
	}
	.footer .ftr1 .city a{
		margin: 0 .1rem	;
	}
	.footer .ftr1 .city a:hover{
		color: #fff;
	}
	
	
	
	.footer .ftr2 {
		padding: 0.3rem 0;
		line-height: 2;
		border-top: 1px solid rgba(255, 255, 255, .2);
		font-size: .14rem;
	}
	.footer .ftr2 .wp1200{
		
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer .ftr2 .txts{
		font-size: 0.14rem;
	}
	.footer .ftr2 img{
		width: .16rem;
	}
	.footer .ftr2 .line {
		margin: 0 1em;
	}
	.footer .ftr2 a{
		
	}
	
	
	
	
	
	
	/* 移动端头部 */
	.header-phone {
		height: 50px;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1)
	}
	
	.header-phone .hdr {
		height: 100%;
		/* overflow: hidden; */
		position: relative;
	}
	
	.header-phone .hdr::after {
		content: '';
		display: table;
		clear: both;
	}
	
	.header-phone .logo {
		width: 110px;
	
	}
	
	/* 移动端按钮 */
	.menuBtn {
		position: absolute;
		right: 0px;
		width: 25px;
		display: block;
		cursor: pointer;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
		transition: .5s
	}
	
	.menuBtn b {
		display: block;
		content: '';
		width: 100%;
		height: 3px;
		background-color: #132b88;
		margin-bottom: 5px;
		transition: .5s;
		transform: rotateZ(0);
		opacity: 1;
		-webkit-transform: rotateZ(0);
		-moz-transform: rotateZ(0);
		-ms-transform: rotateZ(0);
		-o-transform: rotateZ(0);
		opacity: 1;
	}
	
	.menuBtn b:last-child {
		margin-bottom: 0;
	}
	
	.menuBtn.on b {
		opacity: 0;
	}
	
	.menuBtn.on b:first-child {
		opacity: 1;
		transform: translateY(10px) rotateZ(41deg);
		-webkit-transform: translateY(10px) rotateZ(41deg);
		-moz-transform: translateY(10px) rotateZ(41deg);
		-ms-transform: translateY(10px) rotateZ(41deg);
		-o-transform: translateY(10px) rotateZ(41deg);
	}
	
	.menuBtn.on b:last-child {
		opacity: 1;
		transform: translateY(-6px) rotateZ(-44deg);
		-webkit-transform: translateY(-6px) rotateZ(-44deg);
		-moz-transform: translateY(-6px) rotateZ(-44deg);
		-ms-transform: translateY(-6px) rotateZ(-44deg);
		-o-transform: translateY(-6px) rotateZ(-44deg);
	}
	
	.nav-ph {
		position: fixed;
		left: 0;
		right: 0;
		top: 50px;
		bottom: 0;
		text-align: center;
		background-color: #fff;
		padding-top: 70px;
		display: none;
		overflow-y: auto;
		z-index: 999;
	}
	
	.nav-ph li {
		margin-bottom: 20px;
	}
	
	.nav-ph .con {
		position: relative;
	}
	
	.nav-ph .arr {
		position: absolute;
		right: 20%;
		top: 0;
		background: url(../images/index/arr.png) no-repeat center;
		background-size: 100%;
		width: 13px;
		height: 30px;
		transition: .5s;
	}
	
	.nav-ph .arr.on {
		background-image: url(../images/index/arr-on.png);
		transform: rotateZ(90deg);
	}
	
	.nav-ph a {
		font-size: 17px;
	}
	
	.nav-ph .con>a {
		height: 30px;
		line-height: 30px;
	}
	
	.sub-navph {
		padding: 15px 0 0;
		display: none;
		overflow: hidden;
	}
	
	.sub-navph a {
		font-size: 15px;
	}
	
	.sub-navph dd {
		margin-bottom:7px;
		/* width: 33.3333%;
		float: left; */
	}
	
	.header-phone {
		display: none;
	}
	
	
	@media only screen and (max-width: 1300px) {
		.header .logos {
			/* margin-right: 1rem; */
		}
	}
	@media only screen and (max-width:1099px) {
		.wp1520{
			padding: 0 .4rem;
			max-width: none;
		}
		.footer .logos{
			margin-right: 0.6rem;
		}
		.footer .ftr2 .wp1200{
			display: block;
			text-align: center;
		}
		.header .wp1200{
			max-width: none;
			padding: 0 .4rem;
		}
	}
	@media only screen and (max-width: 750px) {
		body{
			padding-top: 50px;
		}
		.header {
			display: none;
		}
	
		.header-phone {
			display: block;
		}
		.header-all .btns .lang.wx{
			color: transparent;
			height: 0;
			padding-top: 0.4rem;
			width: .4rem;
			background-size: 100%;
		}
		.header-all .qr{
			width: 2rem;
		}
		.wp1520,
		.wp1200,
		.wp {
			max-width: none;
			padding: 0 .4rem;
		}
		.footer .ftr1{
			padding: .7rem 0;
		}
		
		.footer .logos{
			float: none;
			margin-right: 0;
		}
		.footer .logos .logo{
			margin: 0 auto .4rem;
			width: 3.2rem;
		}
			
		.footer .logos .ewm{
			margin: 0 auto;
			width: 2.2rem;
		}
		.footer .ftr2{
			font-size: .26rem;
		}
			
		.header-all .header-phone .btns .search {
			width: 15px;
			height: 15px;
			background-image: url(../images/index/icon1-2.png);
			background-size: 100%;
			
		}
			
		
	
		.header-all .btns {
			position: absolute;
			top: 15px;
			right: 40px;
			transform: none;
			width: auto;
			height: auto;
			line-height: 1.5;
		}
	
		.header-all .header-phone .btns .search {
			width: 15px;
			height: 15px;
			background-image: url(../images/index/icon1-2.png);
			background-size: 100%;
	
		}
	
		.header-all .btns .lang {
			margin-left: 10px;
			padding-left: 0;
		}
	
		.header-all .btns .lang .txt {
			font-size: 14px;
			color: #000;
			transform: none;
		}
	
		.header-all .btns .lang::before {
			height: 12px;
			left: 0px;
		}
	
		.header-all .btns .lang ul {
			width: auto;
			font-size: 12px;
			line-height: 30px;
			z-index: 9999;
			bottom: -5px;
			left: 20px;
			border: 1px solid rgba(0, 0, 0, .15);
			border-radius: 5px;
		}
	
		.header-all .btns .lang .con {
			padding: 0 10px;
		}
	
		.header-all .btns .lang ul li:last-of-type .con {
			border: none;
		}
		.footer .ftr1{
			padding-bottom: 0.4rem;
		}
		.footer .ftr1 .wp1200{
			display: block;
			margin-bottom: 0;
		}
		
		.footer .rttxt{
			text-align: center;
		}
		.footer .logos,
		.footer .ftr1 .txts,
		.footer .rttxt .tit,
		.footer .rttxt{
			font-size: 0.28rem;
		}
		.footer .rttxt .pic{
			width: 2.2rem;
			margin: 0 auto .1rem;
		}
		.footer .ftr1 .txts{
			margin-bottom: 0.4rem;
			padding-top: 0.3rem;
		}
		.footer .ftr1 .txts .btn{
			height: 0.6rem;
			line-height: .6rem;
			width: 1.7rem;
			border-radius: .1rem;
		}
		.footer .rttxt .tel{
			font-size: 0.3rem;
		}
		.footer .rttxt .date{
			font-size: 0.24rem;
			margin-bottom: 0.2rem;
		}
		.footer .ftr1 .city{
			margin-bottom: 0.1rem;
			font-size: 0.26rem;
			text-align: center;
		}
		.footer .ftr1 .city a{
			display: inline-block;
		}
		.footer .ftr1 .dt{
			display: none;
		}
		.footer .ftr1 .dt .t,
		.footer .ftr2 .txts{
			font-size: 0.26rem;
			text-align: center;
		}
		.footer .ftr2 img{
			width: 0.3rem;
			margin-right: .08rem;
		}
	}
	
	
	
	/* 新增 */
	.footer a.icon{
		display: inline-block;
		padding-left: 0.23rem;
		background: url(../images/index/fticon1.png) no-repeat left .03rem;
		background-size: .2rem;
	}
	@media only screen and (max-width: 750px) {
		.footer .ftr2 {
			padding: 20px 0;
		}
		.footer .ftr2 .txts{
			text-align: center;
		}
		.footer a{
			display: block;
		}
		.footer a.icon{
			padding-left: 23px;
			background-size: 20px;
		}
	}
	
	
	
	
	
	
	/* 新增 */
	.header-all .search{
		position: relative;
		cursor: pointer;
	}
	.g-hdsearch{
		position: absolute;
		right: -.1rem;
		bottom: -.1rem;
		transform: translateY(100%);
		width: 2.5rem;
		height: .45rem;
		line-height: .45rem;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
		display: none;
	}
	.g-hdsearch .ipt{
		width: 2.2rem;
		
	}
	.g-hdsearch .ipt input{
		width: 100%;
		border: none;
		outline: none;
		box-sizing: border-box;
		padding: 0 .15rem;
		height: 0.45rem;
		display: block;
	}
	.g-hdsearch .btn{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: .1rem;
		background: url(../images/index/icon1-2.png) no-repeat;
		background-size: 0.2rem;
		width: 0.2rem;
		height: 0.2rem;
		cursor: pointer;
	}
	
	@media only screen and (max-width: 750px) {
		.g-hdsearch{
			top: 2px;
			right: 0;
			width: 200px;
			height: 30px;
			line-height: 30px;
		}
		.g-hdsearch .ipt{
			height: 30px;
			width: 180px;
		}
		
		.g-hdsearch .ipt input{
			padding: 0 10px;
			height: 30px;
		}
		.g-hdsearch .btn{
			width: 15px;
			height: 15px;
			background-size: 100%;
			right: 5px;
		}
	}