 
     /* 布局 */
     .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: #000;
	  padding-top: 0.9rem;
     }
     a{color: #000; transition: .5s;}
     a:hover{color:#0569ff ;}
     .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%);}
      
      
      
   
   
	
	.wp1740 {
		max-width: 17.4rem;
		margin: 0 auto;
	}
	.wp1310 {
		max-width: 13.1rem;
		margin: 0 auto;
	}
	.wp1400 {
		max-width: 14rem;
		margin: 0 auto;
	}
	
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		border-bottom: 1px solid #d6d6d6;
		z-index: 999;
		transition: .5s;
		background-color: #fff;
		color: #000;
		box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
	}
	.header .hdr {
		position: relative;
		height: .9rem;
	}
	
	.header .logo {
		float: left;
		margin-right: 0.5rem;
		overflow: hidden;
		width: 2.44rem;
		width: 2.96rem;
	}
	.nav {
		float: left;
		
	}
	
	.nav li {
		float: left;
		margin: 0 0.1rem;
		position: relative;
	}
	.nav li::after{
		content: '';
		position: absolute;
		left: -.05rem;
		right: -.05rem;
		bottom: 0;
		height: .03rem;
		background-color: #0569ff;
		opacity: 0;
		transition:.5s;
	}
	.nav .con {
		position: relative;
		padding: 0 0.1rem;
	}
	
	.nav .con .tit {
		font-size: 0.18rem;
		position: relative;
		color: #000;
		height: .9rem;
		line-height: .9rem;
		display: inline-block;
		border-bottom: 0.02rem solid transparent;
		transition: color .5s;
	}
	
	.nav li.on::after,
	.nav li:hover::after {
		/* color:#2e67ab ; */
		opacity: 1;
	}
	
	.header-all .btns {
		float: right;
		color: #000;
		overflow: hidden;
	}
	
	.header-all .btns .search {
		
		width: 0.2rem;
		height: 0.2rem;
	}
	
	/* 新增 */
	.header-all .search{
		position: relative;
		cursor: pointer;
	}
	.g-hdsearch{
		width: 2.25rem;
		width: auto;
		height: .36rem;
		line-height: .36rem;
		background-color: #eff5fb;
		padding: 0 .25rem;
		float: left;
		border-radius: .18rem;
		overflow: hidden;
		box-sizing: border-box;
		margin-right: 0.1rem;
		color: #666;
	}
	.g-hdsearch .ipt{
		width: 100%;
	}
	.g-hdsearch .ipt input{
		width: 100%;
		border: none;
		outline: none;
		box-sizing: border-box;
		height: 0.36rem;
		display: block;
		font-size: 0.14rem;
		background-color: transparent;
	}
	.header-all .btns .lang {
		margin-left: 0.4rem;
		height: .36rem;
		line-height: .36rem;
		font-size: 0.14rem;
		background-color: #0569ff;
		border-radius: .18rem;
		color: #fff;
		display: block;
		overflow: hidden;
		padding: 0 .2rem;
		transition: none;
	}
	.g-libbtn:hover {
		background-color: #007ac6;
	}
	
	.g-libbtn,
	.nav {
		/* top: 48%; */
	}
	
	.subnav {
		position: absolute;
		left: -.05rem;
		bottom: -0.02rem;
		transform: translate(0, 100%);
		display: none;
		padding: .3rem;
		width: 2.55rem;
		box-sizing: border-box;
		background-color: rgb(241, 242, 245);
		box-shadow: 2.819px 1.026px 4px 0px rgba(163, 163, 163, 0.65);
	}
	.subnav::after{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		height: 0.43rem;
		background: url(/templates/main/images/index/bg1.png) no-repeat ;
		background-size: 100% 100%;
		z-index: 1;
	}
	.subnav dd{
		margin-bottom: 0.15rem;
		position: relative;
		z-index: 10;
		border: none;
	}
	.subnav dd:last-of-type{
		margin-bottom: 0;
	}
	.subnav a {
		display: block;
		font-size: 0.16rem;
		line-height: 2;
		color: #333;
		transition: .5s;
		border: none;
	}
	.subnav a:hover {
		color: #2279ff;
	}
	
	
	.subnav2{
		position: fixed;
		left: 0;
		top: .9rem;
		right: 0;
		padding: .6rem 0 1rem;
		background-color: #f1f2f5;
		z-index: 99;
		display: none;
	}
	.subnav2::after{
		content: '';
		position: absolute;
		background: url(/templates/main/images/index/bg2.png) no-repeat;
		background-size: 100% 100%;
		left: 0;
		top: 0;
		right: 0;
		height: .43rem;
		z-index: 1;
		
	}
	.subnav2 .box{
		overflow: hidden;
	}
	.subnav2 .item{
		float: left;
		width: 1.85rem;
		margin-right: 0.2rem;
	}
	.subnav2 .box .item:hover .tit{
		color: #2279ff;
	}
	.subnav2 .box .tit{
		line-height: 1.5;
		height: auto;
		padding-bottom: 0.1rem;
		border-bottom: 1px solid #d6d6d6;
		margin-bottom: 0.2rem;
		transition: .5s;
		display: block;
	}
	.subnav2 .box a{
		font-size: 0.14rem;
		color: #666;
	}
	.subnav2 .box dd{
		margin-bottom: 0.14rem;
	}
	.subnav2 .box dd:last-of-type{
		margin-bottom: 0;
	}
	.subnav2 .box a:hover{
		color: #2279ff;
	}
	
	
	
	.footer {
		background-color: #f0f0f0;
		color:#000;
	}
	
	.footer a {
		color: #959595;
	}
	
	.footer a:hover {
		color: #0566ff;
	}
	
	.footer .ftr1 {
		/* background: url(/templates/main/images/index/bg2.png) no-repeat center; */
		background-size: cover;
	}
	.footer .ftr1 .wp1310{
		overflow: hidden;
		padding: .7rem 0 0;
	}
	.footer .ftrlist {
		text-align: left;
		/* padding: 0.6rem 0 0.3rem; */
		overflow: hidden;
		float: left;
		margin-bottom: 0.3rem;
	}
	.footer .ftrlist li{
		float: left;
		margin-right: 0.9rem;
	}
	.footer .ftrlist li:last-of-type{
		margin-right: 0;
	}
	.footer .ftrlist .tit {
		font-size: 0.16rem;
		margin-bottom: 0.3rem;
	}
	
	.footer .ftrlist dd,
	.footer .ftrlist a {
		font-size: 0.14rem;
	}
	
	.footer .ftrlist dd {
		margin-bottom: 0.1rem;
	}
	
	.footer .ftrlist dd span {
		font-weight: bold;
	}
	
	.footer .ftrlist li:first-of-type dd {
		color: rgb(119, 119, 119);
	}
	
	.footer .ftrlist .pic {
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 0.05rem;
		overflow: hidden;
	}
	.footer .ftr1 .pics{
		float: right;
		overflow: hidden;
	}
	.footer .ftr1 .item,
	.m-contact .pics .item{
		float: left;
		text-align: center;
		font-size: .14rem;
		color: rgb(119, 119, 119);
		margin-left: 0.14rem;
	}
	.footer .ftr1 .pic,
	.m-contact .pics .pic{
		width: 1rem;
		height: 1rem;
		overflow: hidden;
		margin-bottom: 0.05rem;
	}
	.footer .ftr1 img,
	.m-contact .pics img{
		min-height: 100%;
	}
	
	.footer .hrefs{
		clear: both;
		border-top: .02rem solid #e6e6e6;
		padding: .3rem 0;
	}
	.footer .hrefs .it{
		overflow: hidden;
		margin-bottom: 0.1rem;
	}
	.footer .hrefs .it .tit{
		float: left;
		font-size: 0.16rem;
	}
	.footer .hrefs .it .hf{
		overflow: hidden;
		font-size: 0.14rem;
		position: relative;
		padding-top: 1px;
	}
	.footer .hrefs .it .hf a{
		margin-right: 0.2rem;
	}
	.footer .hrefs .it .hf a:last-of-type{
		margin-right: 0;
	}
	.footer .ftr2 {
		padding: 0.3rem 0;
		line-height: 2;
		border-top: 1px solid rgba(255, 255, 255, .2);
		background-color: #e9e9e9;
		font-size: 0.14rem;
	}
	.footer .ftr2 .txts{
		color: #959595;
	}
	.footer .ftr2 a{
		margin-left: 0.5em;
	}
	.footer .ftr2 .line {
		margin: 0 1em;
	}
	
	
	
	
	
	
	/* 移动端头部 */
	.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);
		transition: .5s;
	}
	
	.header-phone .hdr {
		height: 100%;
		/* overflow: hidden; */
		position: relative;
	}
	
	.header-phone .hdr::after {
		content: '';
		display: table;
		clear: both;
	}
	
	.header-phone .logo {
		width: 122px;
		width: 158px;
		
	}
	
	/* 移动端按钮 */
	.menuBtn {
		position: absolute;
		right: 0px;
		width: 25px;
		display: block;
		cursor: pointer;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-ms-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
		background: url(/templates/main/images/index/icon1.png) no-repeat right center;
		background-size: 18px;
		padding-right: 27px;
		
	}
	.menuBtn.on{
		background-image: url(/templates/main/images/index/icon1-2.png);
		background-size:14px;
		background-position:90% center;
	}
	
	
	.nav-ph {
		position: fixed;
		left: 0;
		right: 0;
		top:50px;
		/* bottom: 0; */
		background-color: #f1f2f5;
		padding-top: 22px;
		display: none;
		overflow-y: auto;
		z-index: 999;
		padding-bottom: 10px;
		max-height: calc(100vh - 50px);
		box-sizing: border-box;
	}
	.nav-ph::after{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		height: 21px;
		background: url(/templates/main/images/index/bg3.png) no-repeat right center;
		background-size: 100%;
	}
	.nav-ph li {
		margin-bottom: 8px;
		padding: 8px 0;
	}
	.nav-ph li.on{
		background-color: #eaecf0;
	}
	.nav-ph .con {
		position: relative;
	}
	.nav-ph a{
		padding: 0 .33rem;
	}
	.nav-ph .arr {
		position: absolute;
		right: 20%;
		top: 0;
		background: url(/templates/main/images/index/arr.png) no-repeat center;
		background-size: 100%;
		width: 13px;
		height: 12px;
		transition: .5s;
	}
	
	.nav-ph .arr.on {
		background-image: url(/templates/main/images/index/arr-on.png);
		transform: rotateZ(90deg);
	}
	
	.nav-ph a {
		font-size: 17px;
	}
	
	.nav-ph .con>a {
		font-size: .24rem;
		font-size: .38rem;
		margin-bottom: 15px;
	}
	
	.sub-navph {
		padding: 8px 0;
		display: none;
	}
	
	.sub-navph a {
		font-size: 0.26rem;
		color: #777;
	}
	
	.sub-navph dd {
		margin-bottom: .2rem;
	}
	.sub-navph dd:last-of-type{
		margin-bottom: 0;
	}
	.sub-navph dd:hover a,
	.sub-navph dd.on a{
		color: #0066ff;
	}
	.nav-ph li .sch{
		margin-left: 0.33rem;
		padding-left: 0.34rem;
		background: url(/templates/main/images/index/icon2.png) no-repeat left center;
		background-size: .24rem;
		font-size: .18rem;
		font-size: 0.26rem;
		color: #777;
	}
	.header-phone {
		display: none;
	}
	
	
	@media only screen and (max-width: 1300px) {
		.header .logos {
			margin-right: 1rem;
		}
	}
	@media only screen and (max-width: 950px) {
		.subnav2 .item {
			width: 2.5rem;
		}
	}
	
	@media only screen and (max-width: 750px) {
		body{
			padding-top:50px;
		}
		.header {
			display: none;
		}
	
		.header-phone {
			display: block;
		}
		
		
		.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;
		}
	
		.wp1760,
		.wp1400,
		.wp ,
		.wp1310,
		.wp1740{
			max-width: none;
			padding: 0 .4rem;
		}
	
		.footer .ftrlist {
			display: block;
			text-align: center;
			display: none;
		}
		
		.footer .ftrlist .pic {
			margin: 0 auto;
		}
		.footer .ftr1 .pics{
			float: none;
			text-align: center;
			margin-bottom: 0.4rem;
		}
		.footer .ftr1 .item{
			float: none;
			display: inline-block;
			margin: 0 .4rem;
			font-size: 0.28rem;
		}
		.footer .ftr1 .pic{
			width: 100px;
			height: 100px;
			margin-bottom: 0.2rem;
		}
		.footer .hrefs{
			margin: 0 .4rem;
			padding: .4rem 0;
			overflow: hidden;
			display: flex;
			justify-content: space-around;
		}
		.footer .hrefs .it .tit{
			display: block;
			float: none;
			font-size: 0.3rem;
			margin-bottom: 0.1rem;
		}
		.footer .hrefs .it{
			/* float: left; */
			/* width: 50%; */
		}
		.footer .hrefs .it a{
			display: block;
			font-size: 0.26rem;
			margin-bottom: 0.05rem;
		}
		.footer .ftr2 {
			text-align: center;
			line-height: 1.6;
			font-size: 0.26rem;
		}
		.footer .ftr2 a{
			display: block;
			margin: 0;
		}
		
		
		
		.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;
	
		}
	
		.header-all .btns .lang {
			margin-left: 10px;
			padding-left: 10px;
		}
		.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 .ftrlist {
			padding: 30px 0;
		}
	
		.footer .ftrlist .tit {
			font-size: 18px;
		}
	
		.footer .ftrlist dd,
		.footer .ftrlist a {
			font-size: 14px;
		}
	
		.footer .ftrlist dd {
			margin-bottom: 5px;
		}
	
		.footer .ftrlist .pic {
			width: 150px;
			height: 150px;
			margin-top: 20px;
		}
	}<!--0.00020599365234375-->