﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; } table{border-collapse:collapse; border-spacing:0; } fieldset,img{border:0; } ol,ul{list-style:none; } caption,th{text-align:left; } q:before,q:after{content:''; } abbr,acronym{border:0; } .clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } .l,.col-l,.col_l,.col-c,.col_c{float:left; } .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } .n,em{font-weight:normal; font-style:normal; } .b{font-weight:bold; } .i{font-style:italic; } .fa{font-family:Arial; } .fg{font-family:Georgia; } .ft{font-family:Tahoma; } .fl{font-family:Lucida Console; } .fs{font-family:'宋体'; } .fw{font-family:'微软雅黑'; } .tc{text-align:center; } .tr{text-align:right; } .tl{text-align:left; } .tdu{text-decoration:underline; } .tdn,.tdn:hover,a.tdl:hover{text-decoration:none; } .fc0{color:#000000; } .fc3{color:#333333; }
.fc6{color:#666666; } .fc9{color:#999999; } .fcr{color:red; } .fcw{color:white; } .fcb{color:blue; } .fcg{color:green; } .f0{font-size:0; } .f10{font-size:10px; } .f12{font-size:12px; } .f13{font-size:13px; } .f14{font-size:14px; } .f16{font-size:16px; } .f20{font-size:20px; } .f24{font-size:24px; } .vm{vertical-align:middle; } .vtb{vertical-align:text-bottom; } .vt{vertical-align:top; } .vn{vertical-align:-2px; } .vimg{margin-bottom:-3px; } .m0{margin:0; } .ml0{margin-left:0; } .ml5{margin-left:5px; } .ml10{margin-left:10px; } .ml20{margin-left:20px; } .mr0{margin-right:0; } .mr5{margin-right:5px; } .mr10{margin-right:10px; } .mr20{margin-right:20px; } .mt5{margin-top:5px; } .mt10{margin-top:10px; } .mt20{margin-top:20px; } .mb5{margin-bottom:5px; } .mb10{margin-bottom:10px; } .mb20{margin-bottom:20px; } .ml-1{margin-left:-1px; } .mt-1{margin-top:-1px; } .p1{padding:1px; } .pl5{padding-left:5px; } .p5{padding:5px; } .pt5{padding-top:5px; } .pr5{padding-right:5px; } .pb5{padding-bottom:5px; }
.p10{padding:10px; } .pl10{padding-left:10px; } .pt10{padding-top:10px; } .pr10{padding-right:10px; } .pb10{padding-bottom:10px; } .p20{padding:20px; } .pl20{padding-left:20px; } .pt20{padding-top:20px; } .pr20{padding-right:20px; } .pb20{padding-bottom:20px; } .rel,.pr{position:relative; } .abs,.pa{position:absolute; } .dn{display:none; } .db{display:block; } .dib{-moz-inline-stack:inline-block; display:inline-block; } .di{display:inline; } .ovh{overflow:hidden; } .ovs{overflow:scroll; } .vh{visibility:hidden; } .vv{visibility:visible; } .lh14{line-height:14px; } .lh16{line-height:16px; } .lh18{line-height:18px; } .lh20{line-height:20px; } .lh22{line-height:22px; } .lh24{line-height:24px;} .fix{*zoom:1; } .fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; } .z{_zoom:1; } .h1{height:1px; } .h5{height:5px; } .h10,.h{height:10px; } .h15{height:15px; } .h20{height:20px; }
.h1,.h5,.h10,.h15,.h20,.h{font-size:0px; line-height:0; overflow:hidden; clear:both; } body{font:12px/1.5 宋体,Arial,sans-serif; } a{text-decoration:none; } a:hover{color:#FF6600 }

     /* 布局 */
     .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;
	}
	.wp1472 {
		max-width: 14.72rem;
		margin: 0 auto;
	}
	.w33 {
		width: 33.333333%;
	}
	.w50 {
		width: 50%;
	}
	
	.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: 1.69rem;
	}
	
	.nav li {
		float: left;
		margin-right: 0.56rem;
		position: relative;
	}
	.nav li::after{
		content: '';
		position: absolute;
		left: -.05rem;
		right: -.05rem;
		bottom: 0;
		height: .03rem;
		background-color: #0054a7;
		opacity: 0;
		transition:.5s;
	}
	.nav .con {
		position: relative;
	}
	
	.nav .con .tit {
		font-size: 0.18rem;
		position: relative;
		color: #000;
		height: .9rem;
		line-height: 0.88rem;
		display: inline-block;
		border-bottom: 0.02rem solid transparent;
		transition: color .5s;
	}
	
	.nav li.on::after,
	.nav li:hover::after {
		opacity: 1;
	}
	
	.header-all .btns {
		float: right;
		color: #000;
		overflow: hidden;
	}
	
	/* 搜索 */
	.search{
		position: relative;
		cursor: pointer;
		display: inline-block;
	}
	.search a {
		width: 0.2rem;
		height: 0.36rem;
		line-height: 0.36rem;
		position: absolute;
		right: 0.2rem;
		top: 0;
		display: block;
	}
	.search a img {
		width: 0.2rem;
		height: 0.2rem;
	}
	.g-hdsearch{
		width: 2.26rem;
		min-width: 150px;
		height: .36rem;
		line-height: .36rem;
		background-color: #eff5fb;
		padding-left: 0.25rem;
		padding-right: 0.45rem;
		float: left;
		border: none;
		border-radius: .18rem;
		overflow: hidden;
		box-sizing: border-box;
		color: #666;
	}
	.g-hdsearch:focus, .g-hdsearch:active{
		border: none;
		outline: none;
	}
	.header-all .btns .lang {
		margin-left: 0.12rem;
		width: .56rem;
		height: .36rem;
		line-height: .36rem;
		font-size: 0.14rem;
		text-align: center;
		background-color: #0054a7;
		border-radius: .18rem;
		color: #fff;
		display: block;
		overflow: hidden;
		transition: none;
		float: right;
	}
	
	.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(../image/bg_navsub.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;
	}
	
	.footer {
		background-color: #f7f7f7;
		color:#000;
	}
	
	.footer a {
		color: #777;
	}
	
	.footer a:hover {
		color: #0053a6;
	}
	
	.footer .ftr1 .wp1740{
		overflow: hidden;
		padding: .5rem 0 0;
		position: relative;
	}
	.footer .wechatbox {
		line-height: 28px;
		font-size: 0;
		text-align: center;
		position: absolute;
		right: 0;
		top: 0.5rem;
	}
	.footer .wechat {
		width: 89px;
		font-size: 14px;
		margin-left: 20px;
		display: inline-block;
	}
	.footer .wechat:first-child {
		margin-left: 0;
	}
	.footer .ftrlist {
		text-align: left;
		/* padding: 0.6rem 0 0.3rem; */
		overflow: hidden;
		float: left;
		margin-bottom: 0.7rem;
	}
	.footer .ftrlist li{
		float: left;
		width: 1.6rem;
		margin-right: 0.16rem;
	}
	.footer .ftrlist li:last-of-type{
		margin-right: 0;
	}
	.footer .ftrlist .tit {
		font-size: 0.16rem;
		line-height: 0.56rem;
	}
	
	.footer .ftrlist dd,
	.footer .ftrlist a {
		font-size: 0.14rem;
		line-height: 2;
	}
	
	.footer .ftrlist dd span {
		font-weight: bold;
	}
	
	.footer .ftrlist li:first-of-type dd {
		color: rgb(119, 119, 119);
	}
	
	
	.footer .hrefs{
		clear: both;
		border-top: .02rem solid #e8e8e8;
		padding: .3rem 0;
	}
	.footer .hrefs .it{
		overflow: hidden;
		margin-bottom: 0.26rem;
		float: left;
		margin-right: 0.56rem;
		font-size: 0.14rem;
	}
	.footer .hrefs .it .tit{
		float: left;
	}
	.footer .hrefs .it .hf{
		overflow: hidden;
		position: relative;
		padding-top: 1px;
		color: #777;
	}
	.footer .hrefs .it .hf a{
		margin-right: 0.2rem;
	}
	.footer .hrefs .it .hf a:last-of-type{
		margin-right: 0;
	}
	.footer .ftr2 {
		padding: 0.31rem 0;
		line-height: 2;
		background-color: #e9e9e9;
		font-size: 0.14rem;
	}
	.footer .ftr2 .txts{
		color: #777;
	}
	.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;
	}
	
	/* 移动端按钮 */
	.menuBtn {
		position: absolute;
		right: 0px;
		display: block;
		cursor: pointer;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-ms-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
		background: url(../image/icon_menu.png) no-repeat right center;
		background-size: 18px;
		padding-right: 27px;
		
	}
	.menuBtn.on{
		background-image: url(../image/icon_close.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(../image/m_bg_navsub.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(../image/arr.png) no-repeat center;
		background-size: 100%;
		width: 13px;
		height: 12px;
		transition: .5s;
	}
	
	.nav-ph .arr.on {
		background-image: url(../image/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(../image/icon_fw.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: 950px) {

		.footer .ftrlist li{
			width: 2rem;
		}
	}
	
	@media only screen and (max-width: 750px) {
		body{
			padding-top:50px;
		}
		.w33, .w50{
			width: 100%;
		}
		.header {
			display: none;
		}
	
		.header-phone {
			display: block;
		}
		
		
		.g-hdsearch {
		    width: 3.4rem;
		    height: 0.5rem;
		    line-height: 0.5rem;
		    font-size: 0.26rem;
		    border-radius: .25rem;
		}
		.search a {
		    width: 0.2rem;
		    height: 0.5rem;
		    line-height: 0.5rem;
		}
		.search a img {
		    width: 0.2rem;
		    height: 0.2rem;
		}
	
		.wp1760,
		.wp1472,
		.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 .wp1740{
			padding-top: 0;
		}
		.footer .hrefs{
			margin: 0 .4rem;
			padding-top: .4rem;
			padding-bottom: 0;
			border-top: none;
			overflow: hidden;
		}
		.footer .hrefs .it{
			float: none;
		}
		.footer .hrefs .it .tit{
			display: block;
			float: none;
			font-size: 0.26rem;
		}
		.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;
		}
		.footer .wechatbox{
			position: initial;
			padding-bottom: .4rem;
			text-align: left;
			margin-left: .4rem;
		}
		.footer .wechat{
			width: 100px;
			text-align: center;
		}
		
		
		.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;
		}
	}

	@media only screen and (max-width: 500px) {
		.footer .wechat{
			font-size: 12px;
		}
	}