html {font-size: 10px; -webkit-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
@media screen and (min-width:320px){html{font-size: 10px;}}
@media screen and (min-width:360px){html{font-size: 11.25px;}}
@media screen and (min-width:375px){html{font-size: 11.7px;}}
@media screen and (min-width:400px){html{font-size: 12.5px;}}
@media screen and (min-width:480px){html{font-size: 15px;}}
@media screen and (min-width:520px){html{font-size: 16.25px;}}
@media screen and (min-width:414px){html{font-size: 13px;}}
@media screen and (min-width:560px){html{font-size: 17.5px;}}
@media screen and (min-width:600px){html{font-size: 18.75px;}}
@media screen and (min-width:640px){html{font-size: 20px;}}
@charset "utf-8";
/* CSS Document */



header .logo {
  display: inline-block;
  vertical-align: middle;
 width:45.625%; float:left; margin:10px 0 10px 1%;
}

header .logo a, header .logo img {
	width: 100%;
	height: auto;
	display: block;
}


header {
	z-index: 100;
	width: 100%;
	padding: 0px 0 20px;
	transition: all ease 0.3s;
	display: block;
}

header .menu {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	cursor: pointer;
	margin: 0.1rem 0 0.2rem 0.1rem;
}

header .menu img {
  width: 100%;
  height: auto;
  display: inline-block;
}



header .right {
	display: inline-block;
	vertical-align: middle; 
	width: auto;
	float: right;
	overflow: hidden; margin:2rem 3% 0 1%;
}

header .right .ss {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22;
	margin-right: 0.5rem;
	cursor: pointer;
}

header .right .ss img {
	width: 100%;
	height: auto;
	display: block;
}

header .right .languages {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .right .languages .icon {
	display: inline-block;
	vertical-align: middle;
	width: 0.20rem;
	height: 12px;
	margin-right: 15px;
}

header .right .languages .icon img {
  width: 100%;
  height: 100%;
  display: block;
}




header .sear {
  width: 100%;
  font-size: 0;
  padding: 10px 12px;
  border-top: solid 1px #f6f6f6;
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1111;
  background: #fff;
}

header .sear form {
  width: 80%;
  font-size: 0;
  margin: 0 auto;
  display: block;
}

header .sear .input {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: #f6f6f6;
}

header .sear .input input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #f6f6f6;
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  height: 2.5em;
  padding: 0 12px;
  border: none;
}

header .sear .submxt {
  
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .sear .submxt input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #f9be00;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  padding: 0 12px;
  border: none;
  text-align: center;
  cursor: pointer;
}

header .black {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 100;
  cursor: pointer;
}

header .lefts {
  max-width:100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 15px 12px;
  transform: translate(-100%, 0);
  transition: transform .3s;overflow-y:scroll;
}

header .lefts .logo2 {
	width: 100%;
	display: block;
	margin: 0 auto ; overflow:hidden;
}

header .lefts .logo2 img {
  width:70%;
  height: auto;
  display: block;
	margin: 0 auto;
}

header .lefts nav {
  width: 95%;
  display: block;
	margin: 0 auto;
  position: relative;
}

header .lefts nav .natem {
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;overflow:hidden;	
}

header .lefts nav .natem .nas {
  width: 100%;
    font-size: 20px;
  display: block;
  margin: 0 auto;overflow:hidden;
}

header .lefts nav .natem .nas a {
  position: relative;
  color: #fff;
  line-height: 170%;
  padding: 10px 0;
}

header .lefts nav .natem .nas a:before {
  position: absolute;
  left: -12px;
  content: ' ';
  top: 50%;
  height: 0;
  transform: translateY(-50%);
  width: 2px;
  opacity: 0;
  background: #bcbcbc;
  transition: all ease 0.3s;
}

header .lefts nav .natem .nas a:hover {
  color: #dcdcdc;
}

header .lefts nav .natem .nas a:hover:before {
  height: 100%;
  opacity: 1;
}

header .lefts nav .natem .navul {
  width: 100%;
  position: relative;
  display: none;
  font-size: 18px;
}

header .lefts nav .natem .navul ul li {width: 50%;float:left;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}


header .lefts nav .natem .navul ul li a {
  color: #fff;
  padding: 0 10px;
  text-align: left;
  line-height: 2;
}

header .lefts nav .natem .navul ul li a:hover {color: #dcdcdc;}

header .lefts nav .natem.has-nav:after {
  content: "+";
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  background: none;
  right: 0;
  left: auto;
  transform: translateX(0);
  top: 0rem;
  font-size: 30px;
  color: #fff;
}

header .lefts nav .natem.has-nav.on:after {
  content: "-";
  font-size: 30px;
  color: #fff;
}

header .close {
  position: absolute;
  z-index: 5;
  right: 2rem;
  top: 30px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 101;
  animation: Beat 1s infinite;
}

header .close img {
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes Beat {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-20px, 0px);
    opacity: 0;
  }
}

header.bg {
  position: relative;
}

header.reat {
  position: relative;
}

header.show .lefts {
  transform: translate(0, 0);
}

header.open .lefts {
  transform: translate(0, 0);
}




              .g-adv{height:auto;position: relative;width: 100%;display: block;max-width:640px;}
              .g-adv img{width: 100%;display: block;}
              .g-adv .swiper-pagination{height: 1rem;-webkit-background-size:100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%;}
              .g-adv .swiper-pagination-clickable .swiper-pagination-bullet{background: #c8c8c8;width: 0.6rem;height: 0.6rem;margin: 0 0.1rem; }
              .g-adv .swiper-pagination-clickable  .swiper-pagination-bullet-active{background: #0e8fed}
              .g-adv .swiper-pagination-bullets{bottom:0.1rem;}
			  
			  
.foot{ margin-top:15px; width:100%; background:#066baf; height:auto; text-align: center;
	font-size: 16px;
	line-height: 170%;
	color: #fff;}
.foot_erwei{ width:100%; float:left; display:inline; padding-top:10px;text-align: center;}
.foot_left{
	width: 100%;
	float: left;
	display: inline;
	margin-left: 15px;
	padding-top: 10px;
	padding-top: 10px;
}
.foot_right{ width:100%; background:#066baf;float:right; display:inline; text-align:right;color:#fff; padding-top:10px;font-size:12px;padding-top:10px;}
.foot_right a{ color:#fff;background:#066baf;}



.l_b_title{ height:35px; border-bottom:1px solid #946c24;}
.l_b_title .l_b_test{
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	display: inline;
	line-height: 33px;
	border-bottom: 3px solid #946c24;
	line-height: 33px;
	font-size: 24px;
	color: #333;
}
.l_b_title .l_b_more{
	font-size: 16px;
	width: 60px;
	float: right;
	display: inline;
	line-height: 35px;
}

.l_b_title .l_b_more a{ color:#333;}

.l_b_title .current {  color:#fff; background:#946c24; }
.l_b_title .current a{ color:#fff;}


.zt_pic{ width:100%;display: block; overflow:hidden;}
.zt_pic a{ width:31.48%; display:inline-block; overflow:hidden;}
.zt_pic a img{ width:95%;height:70px; margin:auto}

.kuailian{
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	background: #f8f8f8;
}
.kl_title{line-height: 35px;font-size: 18px;color: #333;margin: auto;width: 95%;}
.kl_b_test{float:left;}
.kl_b_more{font-size: 16px;
	width: 60px;
	float: right;
	display: inline;
	line-height: 35px;}
.kl_b_more a{ color:#333; }

.kl_title .current {  color:#fff; background:#946c24; }
.kl_title .current a{ color:#fff;}

.kj{ margin-top:15px;}
.kj ul li{ width:40%; line-height:170%;  background:url(../images/kj_icon.png) 0px 7px no-repeat; padding-left:18px;font-size:16px;color:#000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}


.youqing{display: none; margin-top:15px; overflow:hidden; width:100%; margin-left:auto; margin-right:auto; padding:6px; background:#f8f8f8;}		  
.youqing select{ width:45%;  height:40px;display:inline-block; line-height:170%; font-size:16px; }

.main-m {padding:10px;position:relative;background:#fcfcfc;}
.main-m .list li {line-height:40px;padding:5px 20px;}
.main-m .list li a{font-size:16px;color:#000;display:block;width:100%;}								  
.main-m .list li .date {color: #999;}
.main-m .list li.odd {background:#f8f8f8;}
.main-m .list li:nth-child(odd) { background-color:#f8f8f8; }

.contentContainer {padding:5px;position:relative;background:#fcfcfc;}
.contentContainer:before {content:" ";width:100%;height:6px;background:#eaeaea;position:absolute;top:0;left:0;}
.contentContainer p.title {font-size: 18px;line-height:2em;text-align:center;color:#000;}
.contentContainer p.t_title{ font-size:16px; text-align:center; padding:20px 0px;}
.contentContainer p.b_title{ font-size:16px; text-align:center;padding-top: 20px;}
.contentContainer p.info {font-size: 14px;line-height: 28px;text-align:center;color:#999; margin-top:23px;padding-bottom: 40px;border-bottom: 2px solid #e1e1e1;}
.contentContainer p.info span.s1 {padding:0 10px;}
.contentContainer .content {margin-top:20px;display:block;}
.contentContainer .content p {font-size: 16px;line-height: 34px;color: #515151; margin:10px 0;text-indent: 2em;}
.contentContainer .content img {display:block;margin:0 auto;margin-top:20px;max-width:95%;height:auto;}
.contentContainer .barcode {margin-top:130px;}
.contentContainer .barcode img{display:block;margin:0 auto;}


.g-more{display: block;margin:0 auto;text-align: center;
	width: 200px;
	height: 40px;
	background: #fff;
	position: relative;
	color: #222;
	font-size: 16px;
	font-family: Arial;
	line-height: 40px;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #CCC}


.personnelPic{overflow: hidden;margin-left: 0px;}
.personnelPic li{width:100%;margin-bottom: 25px;}
.personnelPic li .pic{width:100%;height:auto;position: relative}
.personnelPic li .pic img{width:100%;height:auto;}
.personnelPic .text2{font-size: 16px;background: #F2F2F2;height:65px;line-height: 65px;text-align: center;width:100%;color:#333333}