 
     /* 布局 */
     
     video{outline: none;}
	 @font-face {
	 	font-family: 'ali-font';
	 	src: url(../font/Alibaba-PuHuiTi-Regular.ttf);
	 }
	 @font-face {
	 	font-family: 'ali-fontblod';
	 	src: url(../font/Alibaba-PuHuiTi-Bold.ttf);
	 }
	 @font-face {
	 	font-family: 'ali-font2';
	 	src: url(../font/Alibaba-PuHuiTi-Medium.ttf);
	 }
     body{
   	  font-family: 'ali-font',Microsoft YaHei;
   	  /* background-color: #f5f7fa; */
   	  color: #333;
     }
     a{color: #333; transition: .5s;}
     a:hover{color:#CFA243;}
     .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; display: block;}
     
     /* 清除浮动 */
     .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%);}
      
      .header-all input::-webkit-input-placeholder {
      /* WebKit browsers，webkit内核浏览器 */
        color: rgba(255,255,255,.4);
      } 
      .header-all input:-moz-placeholder { 
      /* Mozilla Firefox 4 to 18 */ 
        color: rgba(255,255,255,.4);
      } 
      .header-all input::-moz-placeholder { 
      /* Mozilla Firefox 19+ */ 
        color: rgba(255,255,255,.4);
      } 
      .header-all input:-ms-input-placeholder { 
      /* Internet Explorer 10+ */ 
        color: rgba(255,255,255,.4);
      }
      
   
   
	
	.wp1800 {
		max-width: 18rem;
		margin: 0 auto;
	}
	
	.wp1400 {
		max-width: 14rem;
		margin: 0 auto;
	}
	.wp1560 {
		max-width: 15.6rem;
		margin: 0 auto;
	}
	.wp1360 {
		max-width: 13.6rem;
		margin: 0 auto;
	}
	
	.header {
		position: fixed;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		/* background-color: rgba(42, 42, 42, .278); */
		color: #fff;
		/* border-bottom: 1px solid rgba(255, 255, 255, .2); */
		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;
	}
	
	.header.on .btns .search {
		background-image: url(../images/index/icon1-2.png);
	}
	
	.header.on .btns .lang {
		background-image: url(../images/index/icon2-2.png);
	}
	
	.header.on .btns .lang .txt {
		background-image: url(../images/index/icon3-2.png);
	}
	
	.header.on .btns .lang ul {
		border: 1px solid rgba(0, 0, 0, .15);
	}
	
	 */
	
	.header .hdr {
		position: relative;
		height: 1rem;
	}
	
	.header .logos {
	
		float: left;
		margin-right: 1.8rem;
		overflow: hidden;
	}
	
	.header .logos .logo {
		width: 2.3rem;
		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;
	}
	
	.header .rt{
	}
	.header .rt{
		float: right;
	}
	
	.nav {
		float: left;
	}
	
	.nav li {
		float: left;
		margin: 0 0.36rem;
	}
	
	.nav .con {
		position: relative;
	}
	
	.nav .con .tit {
		font-size: 0.18rem;
		position: relative;
		color: #fff;
		height: 1rem;
		line-height: 1rem;
		display: inline-block;
		border-bottom: 0.02rem solid transparent;
	}
	
	.nav .on .con .tit,
	.nav .con .tit:hover {
		/* color:#2e67ab ; */
		/* border-color: #2e67ab; */
	}
	
	
	.g-btn-idx{
		height: .4rem;
		padding: 0 .2rem;
		line-height: .4rem;
		font-size: .18rem;
		color: #fff;
		background-color: #c89a45;
		border-radius: .2rem;
		cursor: pointer;
		/* margin-left: 0.5rem; */
		transition: .5s;
	}
	.g-btn-idx:hover{
		opacity: .8;
	}
	.g-btn-idx span{
		padding-left: .3rem;
		background: url(../images/index/icon2.png) no-repeat left center;
		background-size: .19rem;
	}
	.header-all .btns {
		float: left;
		/* width: 1.82rem; */
		height: 1rem;
		line-height: 0.42rem;
		font-size: 0.18rem;
		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.2rem;
		height: 0.2rem;
		margin-right: 0.5rem;
	}
	
	
	.g-libbtn:hover {
		background-color: #007ac6;
	}
	
	.g-libbtn,
	.nav {
		/* top: 48%; */
	}
	.nav li:nth-last-of-type(1) .allsubnav,
	.nav li:nth-last-of-type(2) .allsubnav{
		right:-1.7rem;
		left: auto;
	}
	.allsubnav{
		position: absolute;
		left: -1.7rem;
		bottom: 0.1rem;
		transform: translate(0, 100%);
		display: none;
		padding: .6rem;
		background-color: rgba(255, 255, 255, .9);
	}
	.allsubnav .f{
		display: flex;
		flex-flow: row-reverse;
	}
	.allsubnav .list{
		overflow: hidden;
		white-space: nowrap;
		display: flex;
		padding-top: .3rem;
	}
	.allsubnav .pic{
		float: right;
		width: 4.05rem;
		height: 2.85rem;
		margin-left: 1.3rem;
		border-radius: .03rem;
		overflow: hidden;
	}
	.allsubnav .pic img{
		min-height: 100%;
	}
	.subnav {
		float: left;
		/* display: none; */
		/* border: 1px solid rgb(226, 226, 226); */
		border-bottom-color:transparent;
		margin-right: .9rem;
	}
	.allsubnav .subnav:last-of-type{
		margin-right: 0;
	}
	
	.subnav a {
		display: block;
		font-size: 0.18rem;
		line-height: 2;
		white-space: nowrap;
		color: #333;
		transition: .5s;
		margin-bottom: .3rem;
	}
	.subnav dd:last-of-type a{
		margin-bottom: 0;
	}
	
	.subnav a:hover {
		color: #d2a14a;
	}
	
	
	
	
	
	.footer {
		background: url(../images/index/bg1.png) no-repeat center bottom;
		background-size: cover;
		background-color: #302f2f;
		color: #fff;
	}
	
	.footer a {
		color: #fff;
	}
	
	.footer a:hover {
		color: #c89a45;
	}
	
	.footer .ftr1 {
		/* background: url(../images/index/bg2.png) no-repeat center; */
		background-size: cover;
		padding: 1rem 0 .4rem;
	}
	
	.footer .ftrinfo{
		display: flex;
		justify-content: space-between;
		padding-bottom: 0.4rem;
		margin-bottom: 0.5rem;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		position: relative;
	}
	.footer .ftrinfo .gotop{
		width: 0.5rem;
		height: 0.5rem;
		/* background: url(../images/index/icon5.png) no-repeat center;
		background-size: .18rem; */
		position: absolute;
		right: 0;
		top:.1rem;
		cursor: pointer;
		border-radius: 50%;
		border: .02rem solid #fff;
		transition: .2s;
	}
	.footer .ftrinfo .gotop i{
		width: 0.18rem;
		height: 0.24rem;
		background: url(../images/index/icon5.png) no-repeat center;
		background-size: .18rem;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.footer .ftrinfo .gotop:hover{
		background: -moz-linear-gradient( 59deg, rgb(171,129,54) 0%, rgb(223,172,80) 100%);
		background: -webkit-linear-gradient( 59deg, rgb(171,129,54) 0%, rgb(223,172,80) 100%);
		background: -ms-linear-gradient( 59deg, rgb(171,129,54) 0%, rgb(223,172,80) 100%);
		border-color: #d2a14a;
	}
	.footer .ftrinfo .logo{
		width: 2.3rem;
		float: left;
		margin-right: 0.5rem;
		position: relative;
	}
	.footer .ftrinfo .logo::before{
		content: '';
		position: absolute;
		right: -.25rem;
		top: 50%;
		height: 0.5rem;
		transform: translateY(-50%);
		border-left: 1px solid rgba(255, 255, 255, .1);
	}
	.footer .ftrinfo .txt{
		overflow: hidden;
		font-size: 0.15rem;
		position: relative;
		padding-top: 0.08rem;
	}
	
	.footer .ftrinfo .txt p{
		margin-bottom: 0.05rem;
	}
	
	.footer .ftrnav{
		display: flex;
		justify-content: space-between;
	}
	.footer .ftrnav .pics{
		width: 1.4rem;
		text-align: center;
		font-size: .14rem;
	}
	.footer .ftrnav .pics .pic{
		margin-bottom: 0.1rem;
	}
	.footer .ftrlist {
		display: flex;
		/* justify-content: space-between; */
		text-align: left;
	
	}
	.footer .ftrlist li{
		width: 1.85rem;
	}
	.footer .ftrlist li:last-of-type{
		width: 4.3rem;
		margin-left: 0.1rem;
	}
	.footer .ftrlist .tit {
		font-size: 0.18rem;
		margin-bottom: 0.2rem;
	}
	
	.footer .ftrlist dd,
	.footer .ftrlist a {
		font-size: 0.14rem;
	}
	
	.footer .ftrlist dd {
		margin-bottom: 0.15rem;
	}
	
	.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 .ftr2 {
		padding: 0.2rem 0;
		line-height: 2;
		border-top: 1px solid rgba(255, 255, 255, .2);
		color: rgba(255, 255, 255, 0.439);
	}
	.footer .ftr2 .txts{
		display: flex;
		justify-content: space-between;
	}
	.footer .ftr2 .a1 a{
		margin-right: 0.1rem;
	}
	.footer .ftr2  a{
		color: rgba(255, 255, 255, 0.439);
	}
	.footer .ftr2 a:hover{
		color: #fff;
	}
	
	.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)
	}
	
	.header-phone .hdr {
		height: 100%;
		/* overflow: hidden; */
		position: relative;
	}
	
	.header-phone .hdr::after {
		content: '';
		display: table;
		clear: both;
	}
	
	.header-phone .logo {
		width: 120px;
	
	}
	
	/* 移动端按钮 */
	.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: #CFA243;
		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: 950px) {
		
		.header {
			display: none !important;
		}
			
		.header-phone {
			display: block;
		}
		.wp1800,
		.wp1400,
		.wp1560,
		.wp1360,
		.wp {
			max-width: none;
			padding: 0 .4rem;
		}
	
		.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;
		}
	
	
		.header-all .btns {
			position: absolute;
			top: 18px;
			right: 20px;
			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: 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{
			background-size: cover;
			font-size: 0.28rem;
		}
		.footer .ftr1{
			padding-top: 0.5rem;
		}
		.footer .ftrinfo{
			margin-bottom: 0;
		}
		.footer .ftrinfo .logos{
			width: 100%;
		}
		.footer .ftrinfo .logo{
			width: 3.4rem;
			float: none;
			margin: 0 auto .2rem;
			
		}
		.footer .ftrinfo .logo::before{
			display: none;
		}
		.footer .ftrnav{
			display: block;
		}
		.footer .ftrlist {
			padding: 30px 0;
		}
		.footer .ftrlist li:last-of-type{
			width: 90%;
			margin: 0 auto;
		}
		.footer .ftrinfo .txt{
			text-align: center;
			font-size: 0.28rem;
		}
	
		.footer .ftrlist .tit {
			font-size: .36rem;
		}
	
		.footer .ftrlist dd,
		.footer .ftrlist a {
			font-size: .28rem;
		}
	
		.footer .ftrlist dd {
			margin-bottom: .1rem;
		}
		
		.footer .ftrnav .pics{
			margin: 0 auto;
			text-align: center;
			width: 2.4rem;
		}
		.footer .ftrnav .pics  .pic{
			margin-bottom: 0.2rem;
		}
		.footer .ftr2 .txts{
			display: block;
			text-align: center;
		}
		.footer .ftr2 .txts p{
			display: none;
		}
		.footer .ftr2 .txts p.a1{
			display: block;
		}
	}
	
	

	
	
	
	
	
	
	/* 新增 */
	.header-all .search{
		position: relative;
		cursor: pointer;
	}
	.g-hdsearch{
		position: fixed;
		left: 0;
		right: 0;
		top: .95rem;
		width: 100%;
		height: .9rem;
		line-height: .9rem;
		background-color: rgba(255, 255, 255, .4);
		box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
		display: none;
		box-sizing: border-box;
		padding: 0 2.3rem 0 2.8rem;
	}
	
	.g-hdsearch::after{
		content: '';
		position: absolute;
		top: 0;
		transform: translateY(-100%);
		right: 2.45rem;
		border: .1rem solid #fff;
		border-color: transparent transparent rgba(255, 255, 255, .4);
	}
	.g-hdsearch input{
		width: 100%;
		border: none;
		outline: none;
		box-sizing: border-box;
		padding: 0 .4rem;
		height: .9rem;
		display: block;
		font-size: 0.2rem;
		color: #fff;
		background-color: transparent;
	}
	
	.g-hdsearch .btn{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 2.8rem;
		background: url(../images/index/icon4.png) no-repeat;
		background-size:100%;
		width: 0.25rem;
		height: 0.25rem;
		cursor: pointer;
	}
	.g-hdsearch .btn.b2{
		background-image: url(../images/index/icon3.png);
		width: 0.24rem;
		left: auto;
		right: 2.42rem;
	}
	@media only screen and (max-width: 1200px){
		.g-hdsearch::after{
			display: none;
		}
	}
	@media only screen and (max-width: 950px) {
		.g-hdsearch{
			padding: 0 .4rem ;
			top: 50px;
			background-color: rgba(0, 0, 0, .5);
		}
		.g-hdsearch .btn{
			left: .4rem;
		}
		.g-hdsearch input{
			font-size: 0.28rem;
		}
		.g-hdsearch .btn.b2{
			right: .4rem;
		}
	}