::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #032f9b;
} 
     /* 布局 */
     .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 .4rem;}
     }
     video{outline: none;}
     ::selection {
    background: black;
    color: white;
}
     body{margin:0;padding:0;color:#333;font-family:"PingFang SC","Microsoft YaHei","simsun","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-variant-ligatures:no-common-ligatures; color: #333;padding-top: 1rem;overflow-x:hidden;}
     a{color: #333; transition: .5s;}
     a:hover{color:#032f9b ;}
     .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%);}
      
      
      
   
   
	
	.wp1760 {
		max-width: 17.6rem;
		margin: 0 auto;
	}
	
	.wp1400 {
		max-width: 14rem;
		margin: 0 auto;
	}
	
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		color: #fff;
		z-index: 999;
		transition: .5s;
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	}
	
	
	
	.header .hdr {
		position: relative;
		height: 1rem;
	}
	
	.header .logo {
		width: 3.69rem;
		float: left;
		margin-left: 1rem;
	}
	.header .fr{
		height: 1rem;
	}
	
	
	
	.nav {
		float: left;
		margin-right: 0.5rem;
	}
	
	.nav li {
		float: left;
		margin: 0 0.12rem;
	}
	
	.nav .con {
		position: relative;
		padding: 0 0.12rem;
	}
	
	.nav .con .tit {
		font-size: 0.15rem;
		position: relative;
		color: #333;
		height: 1rem;
		line-height: 1.04rem;
		display: inline-block;
		transition: color .5s;
	}
	.nav .con .tit:hover{
		color: #032f9b;
	}
	.on{
	color: #032f9b;
    font-weight: bold;
	}
	
	
	.header-all .btns {
		float: right;
		height: 1rem;
		line-height: 0.42rem;
		font-size: 0.15rem;
		color: #333;
		display: flex;
		align-items: center;
	
	}
	
	.header-all .btns .search {
		background: url(../images/index/icon1.png) no-repeat center;
		background-size: 0.2rem;
		background-color: #032f9b;
		width: 1rem;
		height: 1rem;
	}
	
	.header-all .btns .lang {
		margin-right: 0.5rem;
		position: relative;
		cursor: pointer;
	}
	
	
	.header-all .btns .lang .txt {
		padding-right: 0.2rem;
		background: url(../images/index/icon2.png) no-repeat right center;
		background-size: 0.1rem;
		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;
		z-index: 9;
	}
	
	.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: #032f9b;
		color: #fff;
	}
	
	.header-all .btns .lang li:last-of-type .con {
		border: nones;
	}
	
	.g-libbtn:hover {
		background-color: #032f9b;
	}
	
	.g-libbtn,
	.nav {
		/* top: 48%; */
	}
	
	.subnav {
		position: absolute;
		left: 50%;
		bottom: -0.02rem;
		bottom: 0rem;
		transform: translate(-50%, 100%);
		display: none;
		border: 1px solid rgb(226, 226, 226);
		border-bottom-color:transparent;
	}
	
	.subnav a {
		display: block;
		padding: 0.12rem 0.4rem;
		font-size: 0.14rem;
		line-height: 2;
		background-color: #fff;
		white-space: nowrap;
		border-bottom: 1px solid rgb(226, 226, 226);
		color: #333;
		transition: .5s;
	}
	
	.subnav a:hover {
		background-color: #032f9b;
		color: #fff;
	}
	
	
	
	
	.footer{
		background-color: #333;
		padding: 1.3rem 0 .5rem;
		background: url(../images/index/bg2.png) no-repeat  left center;
		background-size: 4.22rem;
		background-color: #032f9b;
	}
	
	.footer .logo{
		width: 3.69rem;
		margin-bottom: 0.1rem;
	}
	.footer .ftrtop{
		margin-bottom: 0.1rem;
	}
	.footer .ftrtop::after{
		content: '';
		display: table;
		clear: both;
		
	}
	.footer .ftrlist {
		overflow: hidden;
		width: 7rem;
		display: flex;
		flex-wrap: wrap;
		float: right;
	}
	.footer .ftrlist li{
		width: 33.3333%;
		margin-bottom: 0.1rem;
	}
	.footer .ftrlist .tit {
		font-size: 0.18rem;
		margin-bottom: 0.4rem;
		color: rgb(244, 244, 246);
	}
	
	.footer .ftrlist dd,
	.footer .ftrlist a {
		font-size: 0.15rem;
		color: rgba(244, 244, 246,.7);
	}
	.footer .ftrlist a{
		display: inline-block;
	}
	.footer .ftrlist a:hover{
		color: #fff;
	}
	
	.footer .ftrlist dd {
		margin-bottom: 0.1rem;
	}
	
	.footer .ftrlist dd span {
		font-weight: bold;
	}
	
	.footer .ftrlist li:first-of-type dd {
		color: #7e8890;
	}
	
	.footer .ftrlist .pic {
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 0.05rem;
		overflow: hidden;
	}
	.footer .infos{
		float: left;
		width: calc(100% - 8.25rem);
	}
	
	
	.footer .ftr{
		overflow: hidden;
		font-size: 0.16rem;
		color: #fff;
		padding: ;
	}
	.footer .left{
		float: left;
	}
	.footer .copy{
		overflow: hidden;
		padding: .3rem 0 .5rem;
		text-align: center;
	}
	.footer .adress{
		float: none;
		color: #fff;
		font-size: 0.16rem;
		line-height: 1.9;
		margin-bottom: 0.8rem;
	}
	.footer .adress p{
		margin-bottom: 0.1rem;
	}
	.footer a{
		display: block;
		color: rgba(255, 255, 255, .5);
	}
	.footer a:hover{
		color: #fff;
	}
	.footer .ftr{
		color: rgba(244, 244, 246, 0.4);
	}
	.footer .ftr a{
		color: rgba(244, 244, 246, 0.4);
		display: inline-block;
	}
	.footer .ftr a:hover{
		color: #fff;
	}
	
	
	
	
	
	/* 移动端头部 */
	.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: 170px;
	
	}
	
	/* 移动端按钮 */
	.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: #032f9b;
		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;
		display: none;
	}
	
	.sub-navph a {
		font-size: 15px;
	}
	
	.sub-navph dd {
		margin-bottom: 10px;
	}
	
	.header-phone {
		display: none;
	}
	
	
	@media only screen and (max-width: 1300px) {
		.header .logos {
			margin-right: 1rem;
		}
	}
	
	@media only screen and (max-width: 1100px) {
		
		.footer .left{
			float: none;
		}
		
		.footer .copy{
			text-align: center;
			/* font-size: 0.32rem; */
			padding-top: 0.4rem;
		}
		.footer .copy span{
			display: block;
		}
	}
	
	@media only screen and (max-width: 750px) {
		body{
			padding-top: 50px;
		}
		.header {
			display: none;
		}
	
		.header-phone {
			display: block;
		}
	
		.wp1760,
		.wp1400,
		.wp {
			max-width: none;
			padding: 0 .4rem;
		}
	
	
	
		.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%;
			background-color: transparent;
		}
	
		.header-all .btns .lang {
			margin-left: 5px;
			padding-left: 10px;
			margin-right: 0;
		}
	
		.header-all .btns .lang .txt {
			font-size: 14px;
			color: #000;
			transform: none;
			background-size: .15rem;
		}
	
		.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 .logo{
			margin: 0 auto .3rem;
			width: 5rem;
		}
		.footer .adress.dn{
			margin-bottom: 0.4rem;
			color: #fff;
		}
		.footer .ftrlist {
			display: block;
			text-align: center;
		}
		
		.footer .ftrlist li {
			display: none;
		}
			
		.footer .ftrlist li:last-of-type {
			display: block;
		}
			
		.footer .ftrlist .pic {
			margin: 0 auto;
		}
		.footer{
			padding-bottom: 0;
			padding: 1rem 0 .4rem;
		}
		.footer .ftrlist{
			display: none;
		}
		.footer .infos{
			float: none;
			width: 100%;
		}
		.footer .adress{
			text-align: center;
			font-size: .28rem;
		}
		.footer .adress .tit{
			font-size: 0.4rem;
			/* margin-bottom: 0; */
		}
		.footer .adress .info{
			font-size: 0.32rem;
		}
		.footer .ftr{
			font-size: 0.24rem;
			text-align: center;
		}
		.footer .ftr .fl,
		.footer .ftr .fr{
			float: none;
			margin-bottom: 0.1rem;
		}
		.footer .copy{
			font-size: 0.28rem;
		}
	}
	
	
	
	
	@media only screen and (max-width: 950px) {
		.footer .ftr2 {
			padding: 20px 0;
		}
		.footer .ftr2 .txts{
			text-align: center;
		}
	}
	
	
	
	
	
	
	/* 新增 */
	.header-all .search{
		position: relative;
		cursor: pointer;
	}
	.g-hdsearch{
		position: absolute;
		right: 0rem;
		bottom: -.01rem;
		transform: translateY(100%);
		width: 5rem;
		height: .7rem;
		line-height: .7rem;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
		display: none;
	}
	.g-hdsearch .ipt{
		width: 4.7rem;
		
	}
	.g-hdsearch .ipt input{
		width: 100%;
		border: none;
		outline: none;
		box-sizing: border-box;
		padding: 0 .15rem;
		height: .7rem;
		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: 950px) {
		.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;
		}
	}