@charset "UTF-8";
body {
  background: #f2f2f2;
  color: #2b2b2b;
  -webkit-text-size-adjust: none;
}

.wrap {
  width: 7rem;
  margin: 0 auto;
}

.load {
  text-align: center;
  margin: .45rem auto 0;
}

.load img {
  width: 1.39rem;
}

.textOVerNine {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.textOVerFour {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.textOVerSix {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.common-select {
  width: 100%;
  height: 1.16rem;
  line-height: 1.16rem;
  background: #f4f4f4;
  position: relative;
}
.new-detail img{
	max-width: 100%;
    width: auto !important;
}
.common-select .wrap {
  display: -webkit-flex; display: -webkit-flex; display: flex;
   -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.common-select .wrap > div:nth-child(1) .line {
  position: absolute;
  left: -0rem;
}

.common-select .wrap > div:nth-child(1) .line > div:nth-child(1) {
  width: .09rem;
  height: .39rem;
  background: #7abc12;
}

.common-select .wrap > div:nth-child(1) .line > div:nth-child(2) {
  width: .09rem;
  height: .77rem;
  background: #0266B2;
}

.common-select .wrap > div:nth-child(1) .title {
  font-size: .4rem;
  color: #343434;
}

.common-select .wrap > div:nth-child(1) .title .english {
  color: #d7d7d7;
}

.common-select .wrap > div:nth-child(2) select {
  width: 1.96rem;
  height: .50rem;
  outline: none;
  background: white;
  border: 1px solid #eeeeee;
}

.common-select .wrap > div:nth-child(2) select option {
  outline: none;
}

.head-titles span {
  line-height: 1.2rem;
}

.head-titles span:nth-child(1) {
  font-size: .46rem;
  color: #333333;
  line-height: 30px;
  vertical-align: middle;
}

.head-titles span:nth-child(2) {
  font-size: .48rem;
  color: #C7C7C7;
  vertical-align: middle;
  margin-left: .1rem;
}

.head-titles span:nth-child(3) img {
  width: 0.83rem;
  height: .5rem;
  margin-left: .1rem;
}

.common-title p:nth-child(1) {
  font-size: .31rem;
  font-weight: 400;
  color: #0b95b6;
}

.common-title p:nth-child(2) {
  font-size: .38rem;
  font-weight: 700;
  color: black;
}

.navbar {
  z-index: 2;
}

.page {
  display: -webkit-flex; display: flex;
  margin: .35rem auto;
  padding-bottom: .5rem;
}

.num {
  width: .45rem;
  height: .45rem;
  line-height: .45rem;
  color: #555;
  text-align: center;
  background: #efefef;
}

.mores {
  transform: rotate(180deg);
  text-align: center;
  font-size: .45rem;
  width: .47rem;
  height: .32rem;
  color: #b6b6b6;
  margin: 0 auto;
}

/**导航*/
.navbar {
	
  width: 100%;
  height: 1.12rem;
  height: 0.9rem;
  padding: 0.1rem 0.3rem;
  display: -webkit-flex; display: flex;
  position: fixed;
   -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  -webkit-box-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.navbar .left {
  font-size: .32rem;
  font-weight: 700;
}

.navbar .left img {
  width: 3.16rem;
  height: .55rem;
}

.navbar .right {
  display: -webkit-flex; display: flex;
}

.navbar .right > div img {
  width: .45rem;
  height: 0.45rem;
  margin: .1rem .1rem;
}

.navbar .right > div:nth-child(2) {
  width: .52rem;
  height: .5rem;
  background: #79bc11;
  border-radius: 50%;
}

.navbar .right > div:nth-child(2) img {
  width: .55rem;
  margin: .1rem .1rem;
}

/** 轮播图*/
.banner .swiper-container {
  height: 10.7rem;
}

.banner .swiper-container .swiper-slide {
  height: 3.4rem;
}

.banner .swiper-container img {
  width: 100%;
  height: 100%;
}

.banner .swiper-pagination-bullet-active {
  background: #fff !important;
}

.inner-banner img {
  width: 100%;
  height: 4.01rem;
}

.center-nav ul {
  padding: .3rem;
  display: -webkit-flex; display: flex;
 
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
  background: #efefef;
  margin-top: .2rem;
}

.center-nav ul li {
  width: 2rem;
  height: .5rem;
  text-align: center;
  line-height: .3rem;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}

.center-nav ul li a {
  width: 100%;
  height: 100%;
}

.center-nav ul li:nth-child(4), .center-nav ul li:nth-child(5), .center-nav ul li:nth-child(6) {
  line-height: .7rem;
  border-bottom: none;
  vertical-align: bottom;
}

.center-nav ul li:nth-child(3n) {
  border-right: none;
}

.center-nav ul li a {
  font-size: .26rem;
  color: #333;
}

.product-nav {
  height: 1.05rem;
  background: #fff;
  padding: 0 .35rem;
  overflow: hidden;
  border-bottom: 1px solid #c7c7c7;
}

.product-nav ul {
 display: -webkit-flex; display: flex;
   -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  margin-top: .45rem;
}

.product-nav ul li{
	float:left;
	/* margin-right: .25rem; */
  font-size: .29rem;
  font-weight: 400;
  color: #0b95b6;
  line-height: .29rem;
}
.product-nav ul li:nth-last-child(1){
	margin-right: 0;
}
.product-nav ul li.active {
  border-bottom: 2px solid #0b95b6;
  padding-bottom: .27rem;
}

.product-nav ul li.active a {
  font-weight: 700;
}

.product-list {

/* 	 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 justify-content: space-between; */

}

.product-list > li {
		width: 3.37rem;
		float: left;
		position: relative;
		margin-right: .2rem;
		margin-top: .75rem;
	 
}

.product-list > li:nth-child(1), .product-list > li:nth-child(2) {
  margin-top: .44rem;
}

.product-list > li:nth-child(2n) {
  margin-right: 0;
}

.product-list > li .contents {
	padding: 0 .2rem;
	box-sizing: border-box;
	font-size: .26rem;
  height: .80rem;
  line-height: .80rem;
  text-align: center;
  background: #fff;
}

.product-list > li a {
  display: block;
}

.product-list > li a .image {
  width: 100%;
  height: 2.35rem;
}

.product-list > li a .image img {
  width: 100%;
  height: 100%;
}

.product-list > li a:hover .content-hover {
  display: block;
}

.product-list > li a .content {
  margin-top: .28rem;
  text-align: center;
  padding: 0 !important;
}

.product-list > li a .content span {
  display: block;
  width: 3.3rem;
  font-size: .29rem;
  font-weight: 400;
  color: #484848;
}

.container {
  padding: 0 .35rem;
}

.about .common-title {
  padding: .25rem 0 0 0 !important;
}

.about .detail {
  padding-top: .25rem !important;
}

.about .about-self {
  position: relative;
}

.about .about-self .about-img {
	overflow: hidden;
  /* padding: .15rem; */
}

.about .about-self .about-img img {
	margin-left: -.1rem;
  width: 96%;
}

.about .about-self .map-right {
  position: absolute;
  color: #0b95b6;
  bottom: 0;
  right: 0;
}

.about .about-self .map-right p {
  font-size: 12px;
  color: #505050;
  text-align: right;
  line-height: .48rem;
}
	
.list-paddingleft-2 p{
	text-align: justify;
}

.about .about-self .map-right p span {
  color: #0798B9;
  font-weight: bold;
  font-size: .28rem;
  position: relative;
  margin-right: .05rem;
}

.about .about-self .map-right p span i {
  font-size: .16rem;
  position: absolute;
  margin-top: -.18rem;
  margin-left: -.06rem;
}

.culture .container {
  padding: 0 .35rem;
}

.culture .common-title {
  padding-top: .78rem;
}

.culture ul {
  margin-top: .45rem;
}

.culture ul li {
  margin-top: .15rem;
}

.culture ul li:nth-child(1) {
  margin-top: 0;
}

.culture ul li p {
  line-height: .42rem;
  letter-spacing: -1px;
}

.culture ul li p:nth-child(1) {
  font-weight: 400;
  color: #2f9dbb;
  font-size: .27rem;
}

.culture ul li p:nth-child(2) {
  font-size: .27rem;
  /* color: #000000; */
}


.culture .culture-img {
  width: 100%;
  height: 3.32rem;
  margin-top: .4rem;
}

.culture .culture-img img {
	width: 100%!important;
  height: 100%;
}

.history {
  position: relative;
}

.history .common-title {
  margin-top: .78rem;
}

.honour .common-title {
  margin-top: .78rem;
}

.honour .detail {
  font-size: .27rem;
  line-height: .48rem;
  padding-top: .25rem;
  color: #2E2E2E;
  color: #424242;
  line-height: .50rem;
	text-align: justify;
}

.honour .honour-year li {
  margin-top: .3rem;
}

.honour .honour-year .year {
  font-size: .65rem;
  font-weight: lighter!important;
  color: #0B95B6;
  margin-bottom: .1rem;
	-webkit-font-smoothing: antialiased; 
}
.honour .honour-year .year img{
	width: 91px;
}
.honour .honour-year p {
  font-weight: 500;
  letter-spacing: -.01rem;
  font-size: .21rem;
  line-height: .4rem;
  color: #000;
}

.originator {
  overflow: hidden;
  padding-bottom: .94rem;
  background: #f9f9f9;
  margin-top: .85rem;
}

.originator .common-title {
  margin-top: .78rem;
}

.originator .more {
  transform: rotate(180deg);
  text-align: center;
  font-size: .45rem;
  width: .47rem;
  height: .32rem;
  color: #b6b6b6;
  margin: 0 auto;
}

.originator .detail {
  font-size: .27rem;
  color: #2e2e2e;
  line-height: .42rem;
  margin-top: .56rem;
  margin-bottom: .29rem;
	text-align: justify;
	/* margin-left: .3rem; */
}

.originator .people {
  display: -webkit-flex; display: flex;
  margin-top: .35rem;
}

.originator .people > div:nth-child(1) img {
  width: 2.44rem;
  height: 2.50rem;
}
.originator .people > div:nth-child(1){
	float: left;

}
.originator .people > div:nth-child(2) {
		float: left;
		display: inline-block;
  margin-left: .2rem;
}

.originator .people > div:nth-child(2) p:nth-child(1) {
  margin-top: .15rem;
  font-size: .38rem;
  font-weight: bold;
  color: #2e2e2e;
  margin-bottom: .2rem;
}

.originator .people > div:nth-child(2) p:nth-child(1) span {
  font-weight: 300;
  font-size: .29rem;
  color: #2e2e2e;
  line-height: .29rem;
  margin-left: .08rem;
}

.originator .people > div:nth-child(2) p:nth-child(2), .originator .people > div:nth-child(2) p:nth-child(3), .originator .people > div:nth-child(2) p:nth-child(4) {
  margin-top: .1rem;
  letter-spacing: -1px;
  font-size: .27rem;
  font-weight: 500;
  /* color: #1e1e1e; */
  line-height: .3rem;
	text-align: justify;
}

.team .common-title {
  margin-top: .78rem;
}

.team .detail {
  font-size: .27rem;
  line-height: .48rem;
  padding-top: .25rem;
  color: #2E2E2E;
  color: #424242;
  line-height: .50rem;
  margin-bottom: .2rem;
	text-align: justify;
}

.team .team-people ul {
  display: -webkit-flex; display: flex;
 
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
   -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.team .team-people ul li {
	width: 50%;
  text-align: center;
  margin-top: .94rem;
}

.team .team-people ul li img {
  width: 3.24rem;
  height: 3.54rem;
}

.team .team-people ul li p:nth-of-type(1) {
  font-size: .23rem;
  font-weight: bold;
  color: #252525;
  line-height: .43rem;
  margin-top: .19rem;
}

.team .team-people ul li p:nth-of-type(2) {
  font-size: .21rem;
  font-weight: 300;
  line-height: .29rem;
  margin-top: .12rem;
}

.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.mask-contain {
  display: none;
}

.mask-content {
  background: #fff;
  padding: .35rem .35rem .55rem;
  width: 5.45rem;
  height: 8.66rem;
  box-sizing: border-box;
  position: fixed;
  left: 14%;
  top: 50%;
  transform: translateY(-50%);
  overflow-y: scroll;
}

.mask-content img {
  width: 4.76rem;
  /* height: 4.64rem; */
}

.mask-content p:nth-of-type(1) {
  font-size: .36rem;
  font-weight: bold;
  color: #252424;
  margin-top: .3rem;
}

.mask-content p:nth-of-type(2) {
  font-size: .31rem;
  font-weight: 400;
  color: #252424;
  margin-top: .2rem;
}

.mask-content p:nth-of-type(3) {
  font-size: .25rem;
  font-weight: 400;
  color: #252424;
  margin-top: .36rem;
}

.contact-contain {
  padding: 0 .55rem;
}

.contact-contain .common-title {
  padding-top: .44rem;
}

.contact-contain .contact-us .c-img {
  width: 6.32rem;
  height: 3.99rem;
  margin-top: .18rem;
}

.contact-contain .contact-us .c-img img {
  width: 100%;
  height: 100%;
}

.contact-contain .contact-us .title {
  font-size: .35rem;
  color: #000;
  line-height: .41rem;
  margin-top: .47rem;
}

.contact-contain .contact-us .line {
  width: .57rem;
  height: 1px;
  background: #c9c9c9;
  margin-top: .15rem;
  width: .57rem;
  height: 1px;
  background: #c9c9c9;
  margin-top: .15rem;
}

.contact-contain .contact-us .call-list {
  display: -webkit-flex; display: flex;
   -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  margin-top: .2rem;
}

.contact-contain .contact-us .call-list > div:nth-of-type(1) {
  width: 3.6rem;
}

.contact-contain .contact-us .call-list .call {
  font-size: .27rem;
  font-weight: normal;
  color: #7f7a7a;
  margin-top: .1rem;
}

.contact-contain .contact-us .call-list .call img {
  width: .32rem;
}

.contact-contain .contact-us .call-list .call span {
  margin-right: .15rem;
}

.contact-contain .contact-us .call-list .email {
  font-size: .27rem;
  font-weight: normal;
  color: #7f7a7a;
  margin-top: .2rem;
}

.contact-contain .contact-us .call-list .email span {
  margin-right: .15rem;
}

.contact-contain .contact-us .call-list .email img {
  width: .34rem;
}

.contact-contain .contact-us .call-list .erwei {
  display: -webkit-flex; display: flex;
  font-size: .22rem;
  font-weight: 300;
  color: #7f7979;
  line-height: .35rem;
}

.contact-contain .contact-us .call-list .erwei > div {
  margin-top: .4rem;
}

.contact-contain .contact-us .call-list .erwei img {
  width: 1.04rem;
  height: 1.04rem;
  margin-right: .1rem;
}

.contact-contain .city ul {
  /* display: -webkit-flex; display: flex; */
 
/* -webkit-flex-wrap: wrap; */
/* flex-wrap: wrap; */
   -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  margin-top: .32rem;
}

.contact-contain .city ul li {
  /* width: 3rem; */
  margin-top: .38rem;
}

.contact-contain .city ul li dt {
  font-size: .35rem;
  font-weight: 400;
  color: black;
  margin-bottom: .2rem;
}

.contact-contain .city ul li dd {
  font-size: .27rem;
  font-weight: 400;
  color: #6e6e6e;
  line-height: .37rem;
	
}
.honour-year li{
	width: 98%;
}

.contact-contain .am-accordion-more {
  width: 2.73rem;
  height: .84rem;
  line-height: .84rem;
  font-size: .25rem;
  font-weight: 300;
  color: white;
  background: #0b95b5;
  text-align: center;
  margin-top: .55rem;
}

.contact-contain .detail {
  margin-top: .28rem;
  font-size: .27rem;
  font-weight: 400;
  color: #4f4d4d;
  line-height: .43rem;
  letter-spacing: -.3px;
	text-align: justify;
}
.new-detail .content p{
	font-size: 16px;
	/* line-height: .45rem!important; */
	/* margin-bottom: .2rem!important; */
	
}
.new-detail .content p span{
}

.contact-contain .job-call {
  font-size: .27rem;
  color: #3e3e3e;
  margin-top: .37rem;
}

.contact-contain .am-accordion-item {
  margin-top: .3rem;
}

.contact-contain .am-accordion-item:nth-of-type(1) {
  margin-top: 0;
}

.contact-contain .am-accordion::-webkit-scrollbar {
  width: .06rem;
  height: .06rem;
  background-color: #f2f2f2;
}

.contact-contain .am-accordion::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

.contact-contain .am-accordion::-webkit-scrollbar-thumb {
  background-color: #2598B8;
}

.contact-contain .am-accordion {
  overflow-y: scroll;
  height: 3.7rem;
  margin-top: .4rem;
}

.contact-contain .am-accordion .am-active .am-accordion-title:after {
  content: '-';
  color: #2598B8;
  transform: none;
  font-weight: normal;
  left: 5rem !important;
}

.contact-contain .am-accordion .am-accordion-title {
  font-size: .27rem;
  font-weight: 700;
  color: #333;
  position: relative;
}

.contact-contain .am-accordion .am-accordion-title:after {
  content: '+';
  right: auto;
  position: absolute;
  font-weight: normal;
  left: 5rem !important;
}

.contact-contain .am-accordion .am-accordion-content {
  margin-top: 0;
  padding: .2rem 0;
  line-height: .45rem;
  font-size: .24rem;
}

.contact-contain .am-accordion .hide {
  display: none;
}

/**内容*/
.section .product {
  padding: 0 .25rem;
}

.section .product > p {
  text-align: center;
}

.section .product > p:nth-child(1) {
  font-size: .40rem;
  color: black;
  line-height: .51rem;
}

.section .product > p:nth-child(2) {
  width: 100%;
  margin: .15rem auto 0;
  line-height: .35rem;
  font-size: .23rem;
  color: black;
  opacity: 0.46;
}

.section .product .more {
  width: 1.96rem;
  height: .82rem;
  line-height: .82rem;
  text-align: center;
  font-size: .33rem;
  color: #606060;
  border: 1px solid #8f8f8f;
  margin: .75rem auto 1.05rem;
}

.section .rank {
  width: 100%;
  height: 12rem;
  background: url("../images/home.jpg");
	background-size:100% 100%;
  text-align: center;
  overflow: hidden;
}

.section .rank > p:nth-child(1) {
  font-size: .50rem;
  font-weight: bold;
  color: white;
  line-height: .63rem;
  margin-top: 2.2rem;
}

.section .rank > p:nth-child(2) {
  font-size: .38rem;
  font-weight: bold;
  margin-top: .15rem;
  color: white;
}

.section .rank > p:nth-child(3) {
  width: 6.6rem;
  text-align: left;
  font-size: .29rem;
  color: white;
  line-height: .60rem;
  margin: .45rem auto 0;
}

.section .rank .number {
  /* display: -webkit-flex; display: flex; */
  color: #fff;
  /* flex-wrap: wrap; */
  margin-top: .91rem;
}

.section .rank .number li {
	float:left;
  width: 50%;
  margin-bottom: .91rem;
}

.section .rank .number li > span {
  font-size: 1.02rem;
  font-weight: 700;
  color: #0B95B6;
}

.section .rank .number li > span i {
  font-size: .45rem;
  vertical-align: top;
}

.section .rank .number li > p {
  font-size: .28rem;
  margin-top: -.15rem;
}

.section .press-news {
  padding: 0 .25rem;
  margin: 1.07rem 0;
}

.section .press-news .title {
  font-size: .40rem;
  color: black;
  line-height: .51rem;
}

.section .press-news .title span {
  font-size: .21rem;
  color: black;
  line-height: .51rem;
  margin-left: .15rem;
}

.section .press-news .news-ul li {
  margin-top: .31rem;
}

.section .press-news .news-ul li a {
  display: -webkit-flex; display: flex;
   -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.section .press-news .news-ul li a > span:nth-child(1) {
  font-size: .28rem;
}

.section .press-news .news-ul li a > span:nth-child(2) {
  width: 4.79rem;
  display: block;
  font-size: .22rem;
}

.section .new {
  margin-top: .4rem;
}

.section .new .news-right {
  background: white;
  border: 1px solid gainsboro;
  box-sizing: border-box;
  position: relative;
}

.section .new .news-right .new-top {
  display: -webkit-flex; display: flex;
  padding: .2rem .2rem 0;
}

.section .new .news-right .new-top > div:nth-child(1) .img {
  width: 3.3rem;
  height: 1.9rem;
}

.section .new .news-right .new-top > div:nth-child(2) {
  margin-left: .3rem;
}

.section .new .news-right .new-top > div:nth-child(2) .last {
  display: -webkit-flex; display: flex;
   -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  margin-top: .05rem;
}

.section .new .news-right .new-top > div:nth-child(2) .last > div:nth-child(1) {
  font-size: .48rem;
  color: #c8c8c8;
}

.section .new .news-right .new-top > div:nth-child(2) .last > div:nth-child(2) {
  font-size: .48rem;
  color: #c8c8c8;
}

.section .new .news-right .new-top > div:nth-child(2) p {
  margin-top: .15rem;
  color: #666;
  font-size: .24rem;
  line-height: .4rem;
}

.section .new .news-right .hot {
  width: 1.65rem;
  height: .49rem;
  background: #8acd23;
  font-size: .24rem;
  color: white;
  padding: .09rem .09rem .09rem .2rem;
  box-sizing: border-box;
  position: absolute;
  top: .3rem;
  left: -.3rem;
}

.section .new .news-right .hot img {
  width: .2rem;
  height: .2rem;
  vertical-align: middle;
}

.section .new .news-right .hot span {
  vertical-align: middle;
}

.section .new .news-right > p {
  background: #f7f7f7;
}

.section .new .news-right > p.text-overflow {
  padding: .1rem;
  font-size: .28rem;
  color: #333333;
}

.section .new .news-right > p.text-overflow span {
  vertical-align: middle;
}

.section .new .news-right > p.text-overflow .dian {
  display: inline-block;
  color: #0165b1;
  font-size: .8rem;
  height: .5rem;
  line-height: .6rem;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: .1rem;
}

.section .new .news-right > p.text-overflow3 {
  font-size: 14rem;
  line-height: 24rem;
  color: #666666;
}

.section .product {
  margin-top: .57rem;
}

.section .product .p-content {
  width: 7.5rem;
  margin-top: .3rem;
  background-color: #efefef;
  padding: .35rem .25rem 0 .25rem;
  box-sizing: border-box;
}

.section .product .p-content ul {
  display: -webkit-flex; display: flex;
}

.section .product .p-content ul li:nth-last-child(1) > div {
  margin-right: 0;
}

.section .product .p-content ul li > div {
  width: 2.2rem;
  margin-right: .25rem;
}

.section .product .p-content ul li > div:nth-child(1) img {
  width: 2.2rem;
  height: 1.6rem;
}

.section .product .p-content ul li > div:nth-child(2) {
  font-size: .24rem;
  color: #333;
  text-align: center;
  line-height: .65rem;
}

.section .product .p-detail {
  display: -webkit-flex; display: flex;
  background: #fff;
}

.section .product .p-detail > div:nth-child(1) img {
  width: 1.6rem;
  height: 5.1rem;
  margin-right: .1rem;
}

.section .product .p-detail > div:nth-child(2) ul {
  display: -webkit-flex; display: flex;
 webkit-flex-wrap: wrap;
flex-wrap: wrap;
  background: #fff;
  margin-top: .18rem;
}

.section .product .p-detail > div:nth-child(2) ul li {
  width: 2.6rem;
  height: 0.75rem;
  text-align: center;
  line-height: 0.75rem;
  border: 1px solid #efefef;
  margin-right: .15rem;
  font-size: .26rem;
  margin-top: .2rem;
}

.section .product .p-detail > div:nth-child(2) ul li.last {
  background: #79bc11;
}

.section .product .p-detail > div:nth-child(2) ul li.last img {
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: middle;
  margin-right: .2rem;
}

.section .product .p-detail > div:nth-child(2) ul li.last span {
  color: #fff;
  vertical-align: middle;
}

.section .product .p-detail > div:nth-child(2) ul li.last a {
  color: #fff;
}

.section .product .p-detail > div:nth-child(2) ul li:nth-child(2n) {
  margin-right: 0;
}

.section .product .p-detail > div:nth-child(2) ul li span {
  color: #8acd23;
}

.section .product .authentication {
  width: 100%;
  height: 1.8rem;
  border: 1px solid #e5e5e5;
  background: url("../images/back.jpg") no-repeat;
  background-size: 100% 100%;
  margin-top: .35rem;
}

.section .product .authentication ul {
  width: 100%;
  display: -webkit-flex; display: flex;
  flex-wrap: nowrap;
}

.section .product .authentication ul li {
  height: 1.2rem;
  border-right: 1px solid #dddddd;
  box-sizing: border-box;
  position: relative;
  margin-top: .3rem;
}

.section .product .authentication ul li .zz {
  margin-top: .04rem !important;
}

.section .product .authentication ul li:nth-of-type(1) {
  padding-left: .2rem;
  width: 2.66rem;
}

.section .product .authentication ul li:nth-of-type(2) {
  padding-left: .55rem;
  width: 2.5rem;
}

.section .product .authentication ul li:nth-of-type(2) img {
  right: .45rem !important;
}

.section .product .authentication ul li:nth-of-type(3) {
  padding-left: .45rem;
  width: 2.3rem;
}

.section .product .authentication ul li:nth-of-type(3) img {
  right: .25rem !important;
}

.section .product .authentication ul li > div {
  display: -webkit-flex; display: flex;
}

.section .product .authentication ul li > div:nth-of-type(1) div:nth-of-type(1) {
  font-size: .7rem;
  color: #333333;
  font-weight: 700;
  line-height: .65rem;
}

.section .product .authentication ul li > div:nth-of-type(1) div:nth-of-type(1) span {
  font-size: .24rem;
  font-weight: 400;
  color: #333333;
}

.section .product .authentication ul li > div:nth-of-type(2) {
  font-size: .24rem;
  color: #333333;
  margin-top: .2rem;
}

.section .product .authentication ul li .img img {
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  right: .54rem;
}

.section .company {
  margin-top: .4rem;
  position: relative;
}

.section .company .c_title {
  position: absolute;
  left: -0;
}

.section .company .c_title .title {
  width: .65rem;
  height: 1.85rem;
  font-size: .34rem;
  border-radius: 0 0 .45rem 0;
  background: #79bc11;
  color: #fff;
  text-align: center;
  padding: .18rem 0;
  line-height: .38rem;
}

.section .company .c_title .line {
  width: .04rem;
  height: 3.2rem;
  position: absolute;
  left: .35rem;
  top: 1.8rem;
  background: #79bc11;
}

.section .company .company-content {
  border: 1px solid #dddddd;
  margin-top: .35rem;
  margin-top: .3rem;
  background-color: #f7f7f7;
  box-sizing: border-box;
  overflow: hidden;
}

.section .company .company-content ul {
  display: -webkit-flex; display: flex;
  padding: .35rem .25rem 0;
  box-sizing: border-box;
}

.section .company .company-content ul li:nth-of-type(1) {
  margin-left: .45rem;
}

.section .company .company-content ul li > div {
  width: 2.2rem;
  margin-right: .2rem;
}

.section .company .company-content ul li > div:nth-child(1) {
  width: 2.9rem;
  height: 4rem;
  border: 1px solid #ddd;
  border: 1px solid #efefef;
  margin-right: .25rem;
}

.section .company .company-content ul li > div:nth-child(1):nth-of-type(2) {
  margin-right: 0;
}

.section .company .company-content ul li > div:nth-child(1) img {
  width: 2.9rem;
  height: 4rem;
}

.section .company .company-content ul li > div:nth-child(2) {
  width: 100%;
  font-size: .24rem;
  color: #555;
  text-align: center;
  line-height: .65rem;
}

.section .company .honor {
  border: 1px solid #dddddd;
}

.section .company .honor .c_title {
  right: 0 !important;
  left: auto !important;
}

.section .company .honor .c_title .title {
  background: #0165b1 !important;
}

.section .company .honor .c_title .line {
  height: 1.1rem;
  background: #0165b1 !important;
}

.section .company .honor ul li > div:nth-of-type(1) {
  width: 2.9rem !important;
  height: 1.92rem !important;
}

.section .company .honor ul li > div:nth-of-type(1) img {
  height: 1.92rem !important;
}

.section .company .honor ul li:nth-of-type(2) {
  margin-right: .45rem !important;
}

.section .company .honor ul li:nth-of-type(1) {
  margin-left: 0 !important;
}

.section .message {
  width: 100%;
  height: 5.1rem;
  margin-top: .4rem;
  background: url(../images/message.jpg);
  background-size: 100%;
  border-top: 2px solid #1568ac;
}

.section .message form > div:nth-of-type(1) {
  display: -webkit-flex; display: flex;
}

.section .message form > div:nth-of-type(1) > div {
  display: -webkit-flex; display: flex;
  padding-bottom: .2rem;
  border-bottom: 1px solid #c1c0c0;
  margin-top: .1rem;
}

.section .message form > div:nth-of-type(1) > div label {
  width: 7.2rem;
  display: inline-block;
  font-size: .28rem;
}

.section .message form > div:nth-of-type(1) > div input {
  border: none;
  background: none;
  width: 2.4rem;
  padding-left: .2rem;
  outline: none;
}

.section .message form > div:nth-of-type(1) > div:nth-of-type(2) {
  margin-left: .25rem;
}

.section .message form > div:nth-of-type(2) {
  vertical-align: top;
  margin-top: .35rem;
  border-bottom: 1px solid #c1c0c0;
}

.section .message form > div:nth-of-type(2) label {
  font-size: .28rem;
}

.section .message form > div:nth-of-type(2) textarea {
  padding-top: .05rem;
  vertical-align: top;
  border: none;
  background: none;
  width: 5.9rem;
  height: 1.1rem;
  padding-left: .2rem;
  outline: none;
}

.section .message form button {
  width: 6.9rem;
  height: .8rem;
  line-height: .8rem;
  font-size: .28rem;
  text-align: center;
  background: #1568ac;
  border: none;
  color: #fff;
  margin: .35rem 0;
}

/**服务导航*/
.service-nav {
  width: 100%;
  height: 1.04rem;
  background: #fff;
}

.service-nav .bd {
  width: 100%;
}

.service-nav ul {
  display: -webkit-flex; display: flex;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.service-nav ul li {
  height: 1.04rem;
  font-size: .29rem;
  color: #0b95b6;
  line-height: 1.04rem;
}

.service-nav ul li:nth-child(1) {
  margin-right: .75rem;
}

.service-nav ul li.active {
  font-weight: 700;
  border-bottom: 2px solid #0b95b6;
}

.service {
  padding: 0.2rem;
}

.service .common-title {
  margin: .52rem 0 .29rem;
}

.service .service02 {
  display: -webkit-flex; display: flex;
}

.service .service02 > ul {
  display: -webkit-flex; display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.service .service02 li {
  width: 3.53rem;
  height: 3.27rem;
  background: white;
  text-align: center;
  margin-top: .04rem;
}

.service .service02 li img {
  margin-top: .55rem;
  transform: scale(0.7);
	height: 1.3rem;
}

.service .service02 li p {
  font-style: .35rem;
}

.service .service02 li span {
  display: block;
  font-size: .29rem;
  color: #888;
  margin-top: .1rem;
}

.service .service02 li:nth-child(2n+1){
  margin-right: .04rem;
}

.partner {
  background: #fff;
  padding: 1.55rem 0 0;
}

.partner .tempWrap {
  width: 100% !important;
}

.partner .partner-wrap {
  width: 100%;
}

.partner ul {
  overflow: hidden;
}

.partner ul li {
  text-align: center;

  margin-top: .6rem;
}

@media screen and (max-width: 768px) {
/* 	.partner ul li{
		width: 2.6rem!important;
	} */
  .partner ul li img{
		width: 2.6rem!important;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
		.partner ul li {
		width: 180px!important;
	}
	.partner ul li img{
		width: 180px!important;
	}
}





.partner ul li > div {
  width: 2.43rem;
}

.new-detail>p:nth-of-type(1) {
  margin-top: .42rem;
  font-size: .35rem;
  font-weight: 500;
  letter-spacing: -.5px;
  color: black;
}

.new-detail>p:nth-of-type(2) {
  font-size: .33rem;
  font-weight: normal;
  margin-top: .33rem;
  color: #6c6c6c;
}

.new-detail .content {
  /* margin-top: .31rem; */
	text-align: justify;
}


.new-detail .content p{
		/* line-height: 30px; */
}
.new-content .product-list {
  margin-top: -.1rem;
}

.new-content .common-title {
  padding: .4rem 0;
}

.new-content .new-ul li:nth-of-type(1) {
  margin-top: 0 !important;
}

.new-content .new-ul li:last-child a > p:nth-of-type(2) {
  border-bottom: none !important;
}

.new-content ul li {
  margin-top: .59rem;
}

.new-content ul li img {
  width: 100%;
  height: 3.64rem;
}

.new-content ul li a > p:nth-of-type(1) {
  font-size: .31rem;
  font-weight: 400;
  color: black;
  margin-top: .42rem;
}

.new-content ul li a > p:nth-of-type(2) {
  font-size: .25rem;
  font-family: Arial;
  font-weight: 400;
  margin-top: .17rem;
  padding-bottom: .59rem;
  color: #7e7e7e;
  border-bottom: 1px solid #e5e5e5;
}

.p-detail .title-content {
  padding: .3rem .2rem;
  background: #fff;
}

.p-detail .title-content p:nth-of-type(1) {
  font-size: .35rem;
  font-weight: 300;
  color: black;
}

.p-detail .title-content p:nth-of-type(2) {
  font-size: .25rem;
  font-weight: 300;
  color: #707070;
  margin-top: .15rem;
}

.p-detail .content {
  padding-top: .5rem;
}

.inner-wrap {
  min-height: 9.1rem;
}

.inner-wrap .detail-content .picFocus {
  width: 100%;
  position: relative;
  display: -webkit-flex; display: flex;
  margin-top: .56rem;
}

.inner-wrap .detail-content .picFocus .bd {
  vertical-align: middle;
  overflow: hidden;
  width: 4.92rem;
  height: 3.64rem;
}

.inner-wrap .detail-content .picFocus .bd img {
  width: 4.92rem;
  height: 3.64rem;
}

.inner-wrap .detail-content .picFocus .bd .tempWrap {
  width: 100%;
}

.inner-wrap .detail-content .picFocus .next-arrow {
  margin-top: 3px;
}

.inner-wrap .detail-content .picFocus .prev-arrow {
  margin-bottom: 10px;
}

.inner-wrap .detail-content .picFocus .prev-arrow,
.inner-wrap .detail-content .picFocus .next-arrow {
  width: 1.7rem;
  height: .36rem;
  line-height: .36rem;
  text-align: center;
  cursor: pointer;
  background: #f3f3f3;
}

.inner-wrap .detail-content .picFocus .prev-arrow span,
.inner-wrap .detail-content .picFocus .next-arrow span {
  color: #333333;
  font-size: .32rem;
  text-align: center;
  margin: 0 auto;
}

.inner-wrap .detail-content .picFocus .prev-arrow:hover,
.inner-wrap .detail-content .picFocus .next-arrow:hover {
  background: #0165B1;
}

.inner-wrap .detail-content .picFocus .prev-arrow:hover span,
.inner-wrap .detail-content .picFocus .next-arrow:hover span {
  color: #fff;
}

.inner-wrap .detail-content .picFocus .prev-arrow a,
.inner-wrap .detail-content .picFocus .next-arrow a {
  display: block;
  width: 100%;
  height: 100%;
}

.inner-wrap .detail-content .picFocus .hd {
  overflow: hidden;
  margin-left: .38rem;
  height: 4rem;
}

.inner-wrap .detail-content .picFocus .hd > div:nth-child(2) .tempWrap ul {
  overflow: hidden;
  display: -webkit-flex; display: flex;
  flex-direction: column;
}

.inner-wrap .detail-content .picFocus .hd li {
  height: 67px !important;
}

.inner-wrap .detail-content .picFocus .hd li img {
  width: 1.7rem;
  height: 1.25rem;
}

.inner-wrap .detail-content .parameter {
  padding-bottom: .35rem;
}

.inner-wrap .detail-content .parameter p {
  font-size: .24rem;
  color: #333333;
  line-height: .48rem;
  display: -webkit-flex; display: flex;
  margin-top: .2rem;
}

.inner-wrap .detail-content .parameter p span {
  display: block;
}

.inner-wrap .detail-content .parameter p > .title {
  font-weight: 700;
  width: 1.5rem;
}

.inner-wrap .detail-content .parameter p:nth-child(1) {
  margin-top: .2rem;
  width: 550px;
  font-size: .4rem;
  color: #0266b2;
  line-height: 1.2rem;
  border-bottom: 1px dashed #d2d2d2;
}

.inner-wrap .detail-content .parameter p:nth-last-child(1) a {
  width: 4.22rem;
  height: .52rem;
  line-height: .52rem;
  background: white;
  border: 1px solid gainsboro;
  font-size: .24rem;
  color: #333333;
  padding: 0 .2rem;
  box-sizing: border-box;
  display: block;
}

.inner-wrap .detail-content .parameter p:nth-last-child(1) span {
  color: #0165B1;
  display: inline;
  line-height: .24rem;
}

.inner-wrap .detail-content .parameter p:nth-last-child(1) span img {
  width: 15px;
  height: 13px;
}

.inner-wrap .delivery {
  width: 100%;
  height: .98rem;
  background: #f6f6f6;
  text-align: center;
}

.inner-wrap .delivery span {
  width: 2.89rem;
  display: block;
  height: .98rem;
  margin: 0 auto;
  font-size: .34rem;
  line-height: .98rem;
  font-weight: bold;
  color: #333333;
  border-bottom: 3px solid #0165B1;
}

.inner-wrap .content-delivery {
  margin: .4rem .3rem .5rem .3rem;
}

.inner-wrap .new-content .detail {
  font-size: .27rem;
  line-height: .48rem;
  padding-top: .50rem;
  color: #2E2E2E;
	text-align: justify;
}
.honour-year p{
	text-align: justify;
}
.inner-wrap .new-content .more {
  transform: rotate(180deg);
  text-align: center;
  font-size: .45rem;
  width: .47rem;
  height: .32rem;
  margin: .25rem auto 0;
  color: #b6b6b6;
}

.inner-wrap .new-content .sort-one {
  display: -webkit-flex; display: flex;
}

.inner-wrap .new-content .sort-one > div:nth-child(1) img {
  width: 2.30rem;
  height: 1.44rem;
}

.inner-wrap .new-content .sort-one > div:nth-child(2) {
  margin-left: .2rem;
}

.inner-wrap .new-content .sort-one > div:nth-child(2) p:nth-child(1) {
  font-size: .29rem;
  color: #343434;
  line-height: .5rem;
}

.inner-wrap .new-content .sort-one > div:nth-child(2) p:nth-child(1) span {
  color: #0165b1;
  font-weight: 700;
  margin-right: .1rem;
}

.inner-wrap .new-content .sort-one > div:nth-child(2) .text-overflow2 {
  margin-top: .2rem;
  font-size: .24rem;
  color: #565656;
  line-height: .42rem;
}

.inner-wrap .new-content .news-content li {
  width: 100%;
  height: 2.47rem;
  background: white;
  border-bottom: 1px solid #efefef;
  display: -webkit-flex; display: flex;
  padding: .3rem 0;
  box-sizing: border-box;
}

.inner-wrap .new-content .news-content li > div:nth-child(1) p:nth-child(1) {
  display: -webkit-flex; display: flex;
}

.inner-wrap .new-content .news-content li > div:nth-child(1) p:nth-child(1) span {
  display: inline-block;
  vertical-align: middle;
}

.inner-wrap .new-content .news-content li > div:nth-child(1) p:nth-child(1) span:nth-of-type(1) {
  width: 1.35rem;
  font-size: .5rem;
  color: #999999;
  vertical-align: middle;
}

.inner-wrap .new-content .news-content li > div:nth-child(1) p:nth-child(1) span:nth-of-type(2) {
  width: 4.96rem;
  font-size: .28rem;
  color: #333333;
  vertical-align: middle;
  margin-left: .3rem;
  line-height: .5rem;
}

.inner-wrap .new-content .news-content li > div:nth-child(1) p:nth-of-type(2) {
  font-size: .24rem;
  color: #666666;
  line-height: .4rem;
  margin-top: .15rem;
}

.inner-wrap .new-content .content-detail .content-title {
  text-align: center;
  font-size: .34rem;
  font-weight: 400;
  color: #343434;
}

.inner-wrap .new-content .content-detail .content-time {
  text-align: center;
  font-size: .24rem;
  color: #999999;
  line-height: 52px;
}

.inner-wrap .new-content .content-detail .content-time span:nth-child(2) {
  margin-left: .3rem;
}

.inner-wrap .new-content .content-detail .content {
  text-align: left;
}

.inner-wrap .new-content .content-detail .piece {
  margin-top: .45rem;
  font-size: .26rem;
  color: #343434;
  line-height: .45rem;
  font-weight: 700;
}

.inner-wrap .new-content .content-detail .piece a {
  color: #343434;
  font-weight: 400;
  margin-left: .2rem;
}

.inner-wrap .new-content .content-detail .piece .active a {
  color: #0165B1;
}

.inner-wrap .new-content .c-content li {
  width: 100%;
  height: 3.6rem;
  background: white;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
  position: relative;
  padding: .44rem 0;
}

.inner-wrap .new-content .c-content li:hover {
  border: 1px solid #0165B1;
}

.inner-wrap .new-content .c-content li:hover .title {
  font-weight: 700;
}

.inner-wrap .new-content .c-content li:hover .detail {
  background: #0165b1 !important;
}

.inner-wrap .new-content .c-content li:hover .detail a {
  color: #fff !important;
}

.inner-wrap .new-content .c-content li:hover .web a {
  color: #0165B1 !important;
}

.inner-wrap .new-content .c-content li:nth-of-type(1) {
  margin-top: 0;
}

.inner-wrap .new-content .c-content li > div {
   -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.inner-wrap .new-content .c-content li > div:nth-of-type(1) {
  display: -webkit-flex; display: flex;
}

.inner-wrap .new-content .c-content li > div:nth-of-type(1) > div:nth-of-type(1) img {
  width: .55rem;
  height: .55rem;
  vertical-align: middle;
}

.inner-wrap .new-content .c-content li > div:nth-of-type(1) > div:nth-of-type(1) span {
  color: #888888;
  font-size: .24rem;
}

.inner-wrap .new-content .c-content li > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(1) {
  font-size: .30rem;
  color: #0165b1;
  margin-left: .1rem;
  vertical-align: bottom;
}

.inner-wrap .new-content .c-content li > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(2) {
  margin-top: .2rem;
}

.inner-wrap .new-content .c-content li > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(2), .inner-wrap .new-content .c-content li > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(3) {
  margin-top: .2rem;
  font-size: .24rem;
  line-height: .45em;
  color: #DCDCDC;
  vertical-align: bottom;
}

.inner-wrap .new-content .c-content li > div:nth-of-type(1) > div:nth-of-type(1) span.web a {
  color: #DCDCDC;
  text-decoration: underline !important;
}

.inner-wrap .new-content .c-content li > div:nth-of-type(1) > div:nth-child(2) {
  width: 1.82rem;
  height: .78rem;
  line-height: .78rem;
  text-align: center;
  background: #eeeeee;
  border-radius: .10rem;
  position: absolute;
  top: .4rem;
  right: 0;
  font-size: 12px;
}

.inner-wrap .new-content .c-content li > div:nth-of-type(1) > div:nth-child(2) a {
  color: #898989;
}

.inner-wrap .new-content .c-content li > div:nth-child(2) {
  font-size: .24rem;
  color: #666666;
  line-height: .48rem;
  margin-top: .4rem;
}

.inner-wrap .new-content .team-content {
  display: -webkit-flex; display: flex;
 
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.inner-wrap .new-content .team-content li {
  width: 100%;
  height: 2.58rem;
  border: 1px solid #e5e5e5;
  display: -webkit-flex; display: flex;
  margin-bottom: .37rem;
}

.inner-wrap .new-content .team-content li:nth-of-type(2n+1) {
  margin-left: 0;
}

.inner-wrap .new-content .team-content li div:nth-child(1) {
  position: relative;
  width: 2.16rem;
  height: 2.58rem;
}

.inner-wrap .new-content .team-content li div:nth-child(1) img {
  width: 2.16rem;
  height: 2.58rem;
}

.inner-wrap .new-content .team-content li div:nth-child(1) .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .2rem .13rem .13rem .13rem;
  border-color: #8acd23 transparent transparent;
  transform: rotate(-90deg);
  position: absolute;
  top: .33rem;
  right: -.32rem;
}

.inner-wrap .new-content .team-content li div:nth-child(2) {
  position: relative;
}

.inner-wrap .new-content .team-content li div:nth-child(2) p {
  box-sizing: border-box;
}

.inner-wrap .new-content .team-content li div:nth-child(2) p:nth-of-type(1) {
  height: .38rem;
  box-sizing: border-box;
  padding: 0 .33rem;
  line-height: .38rem;
  font-size: .29rem;
  color: #333333;
  margin-top: .33rem;
}

.inner-wrap .new-content .team-content li div:nth-child(2) p:nth-of-type(2) {
  font-size: .24rem;
  padding: 0 .33rem;
  box-sizing: border-box;
  color: #666666;
  line-height: .41rem;
  margin-top: .25rem;
}

.inner-wrap .new-content .team-content li div:nth-child(2) .more {
  display: block;
  font-size: .4rem;
  background: #8acd23;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.inner-wrap .new-content .team-content li div:nth-child(2) .more a {
  color: #fff;
  display: block;
  font-weight: 700;
  width: .40rem;
  height: .40rem;
  text-align: center;
  line-height: .26rem;
}

.inner-wrap .new-content .credit-list {
  display: -webkit-flex; display: flex;
 
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.inner-wrap .new-content .credit-list > li {
  width: 3.35rem;
  margin-bottom: .2rem;
  position: relative;
  margin-right: .3rem;
}

.inner-wrap .new-content .credit-list > li .to-detail {
  width: .60rem;
  height: .60rem;
  background: #222222 url(../images/search.svg) no-repeat 0.1rem 0.1rem;
  background-size: .41rem .41rem;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 1.68rem;
}

.inner-wrap .new-content .credit-list > li:nth-child(2n) {
  margin-right: 0;
}

.inner-wrap .new-content .credit-list > li a {
  display: block;
}

.inner-wrap .new-content .credit-list > li a .image {
  width: 100%;
  height: 2.28rem;
}

.inner-wrap .new-content .credit-list > li a .image img {
  width: 100%;
  height: 100%;
}

.inner-wrap .new-content .credit-list > li a:hover .content-hover {
  display: block;
}

.inner-wrap .new-content .credit-list > li a .content {
  height: .6rem !important;
  line-height: .6rem;
  text-align: center;
  padding: 0 !important;
}

.inner-wrap .new-content .credit-list > li a .content span {
  display: block;
  width: 3.3rem;
  font-size: .24rem;
  height: .72rem;
  line-height: .72rem;
}

.inner-wrap .new-content .property-list {
  display: -webkit-flex; display: flex;
 
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.inner-wrap .new-content .property-list > li {
  width: 3.35rem;
  margin-bottom: .2rem;
  position: relative;
  margin-right: .3rem;
}

.inner-wrap .new-content .property-list > li .to-detail {
  width: .60rem;
  height: .60rem;
  background: #222222 url(../images/search.svg) no-repeat 0.1rem 0.1rem;
  background-size: .41rem .41rem;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 3.89rem;
}

.inner-wrap .new-content .property-list > li:nth-child(2n) {
  margin-right: 0;
}

.inner-wrap .new-content .property-list > li a {
  display: block;
}

.inner-wrap .new-content .property-list > li a .image {
  width: 100%;
  height: 4.59rem;
}

.inner-wrap .new-content .property-list > li a .image img {
  width: 100%;
  height: 100%;
}

.inner-wrap .new-content .property-list > li a:hover .content-hover {
  display: block;
}

.inner-wrap .new-content .property-list > li a .content {
  height: .6rem !important;
  line-height: .6rem;
  text-align: center;
  padding: 0 !important;
}

.inner-wrap .new-content .property-list > li a .content span {
  display: block;
  width: 3.3rem;
  font-size: .24rem;
  height: .72rem;
  line-height: .72rem;
}

.inner-wrap .new-content .down-content {
  display: -webkit-flex; display: flex;
 
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.inner-wrap .new-content .down-content li {
  width: 100%;
  border: 1px solid gainsboro;
  display: -webkit-flex; display: flex;
  margin-bottom: .28rem;
}

.inner-wrap .new-content .down-content li:hover .default {
  display: none;
}

.inner-wrap .new-content .down-content li:hover .active {
  display: block !important;
}

.inner-wrap .new-content .down-content li:hover .down-icon {
  background: #0165B1 !important;
}

.inner-wrap .new-content .down-content li:nth-of-type(2n+1) {
  margin-left: 0;
}

.inner-wrap .new-content .down-content li .down-icon a {
  width: 100%;
  height: 100%;
  display: -webkit-flex; display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  -webkit-box-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.inner-wrap .new-content .down-content li > div:nth-of-type(1) {
  width: .8rem;
  height: 100%;
  background: #eeeeee;
}

.inner-wrap .new-content .down-content li > div:nth-of-type(1) img {
  width: .54rem;
  height: .42rem;
}

.inner-wrap .new-content .down-content li > div:nth-of-type(1) img.active {
  display: none;
}

.inner-wrap .new-content .down-content li > div:nth-of-type(2) {
  padding-left: .28rem;
}

.inner-wrap .new-content .down-content li > div:nth-of-type(2) p:nth-of-type(1) {
  margin-top: .15rem;
  font-size: .24rem;
  color: #787878;
  line-height: .46rem;
}

.inner-wrap .new-content .down-content li > div:nth-of-type(2) p:nth-of-type(1) span {
  color: #0165B1;
  font-weight: 700;
}

.inner-wrap .new-content .down-content li > div:nth-of-type(2) p:nth-of-type(2) {
  margin-bottom: .15rem;
  width: 5.66rem;
  font-size: .26rem;
  color: #333333;
  line-height: .48rem;
}

.inner-wrap .history-content {
  position: relative;
}

.footer {
  width: 100%;
  background: #333334;
  padding: .95rem .25rem .88rem;
  margin-top: 1.16rem;
}

.footer p:nth-of-type(1) {
  font-size: .38rem;
  font-weight: 300;
  color: white;
  margin-bottom: .3rem;
}

.footer p:nth-of-type(2), .footer p:nth-of-type(3), .footer p:nth-of-type(4), .footer p:nth-of-type(5) {
  font-size: .25rem;
  font-weight: 300;
  line-height: .43rem;
  color: #8d8d8d;
}

.footer p:nth-of-type(6) {
  margin-top: .25rem !important;
}

.footer p:nth-of-type(6), .footer p:nth-of-type(7) {
  font-size: .25rem;
  font-weight: 400;
  color: #8c8c8c;
  line-height: .35rem;
  margin-top: .1rem;
}

.footer p:nth-of-type(6) span, .footer p:nth-of-type(7) span {
  /* margin-right: .15rem; */
}

.footer p:nth-of-type(6) img, .footer p:nth-of-type(7) img {
  width: .32rem;
}

.footer p:nth-of-type(8) {
  font-size: .28rem;
  font-weight: 300;
  color: #8c8c8c;
  margin-top: .49rem;
  /* color: #666565; */
}

.footer p:nth-of-type(9) {
  color: #817F7F;
  margin-top: .15rem;
  font-size: .18rem;
  font-weight: 300;
  color: #817f7f;
}

.footer p:nth-of-type(9) span img {
  width: .21rem;
  height: .24rem;
  margin-right: .1rem;
}

.copy-right {
  width: 100%;
  height: .70rem;
  background: #f2f2f2;
  color: #777676;
  line-height: .7rem;
  font-size: .24rem;
  text-align: center;
}

header {
  position: relative;
}

.nav-pop {
  width: 3.6rem;
  background: #333333;
  position: fixed;
  height: 100%;
  top: 0;
  left: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: 12000;
  overflow: hidden;
  overflow-y: auto;
}

.nav-pop.show {
  transform: translate3d(-100%, 0, 0);
  opacity: 1;
}

.nav-pop li,
.nav-pop li.leaf,
.nav-pop ul,
.nav-pop ul.menu {
  list-style: none;
}

.menu-name-main-menu {
  width: 100%;
  overflow-y: auto;
}

.menu-name-main-menu .childMenu {
  display: none;
}

.menu-name-main-menu ul {
  margin-top: .6rem;
}

.menu-name-main-menu ul li {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.2rem;
  text-align: center;
}

.menu-name-main-menu ul li .menu {
  display: none;
  font-size: .28rem;
  color: #555555;
  background: #eeeeee;
}

.menu-name-main-menu ul li .menu > li {
  width: 4.14rem;
  margin: 0 auto;
}

.menu-name-main-menu ul li .menu > li:nth-last-child(1) {
  border: none;
}

.menu-name-main-menu ul li .menu > li .child-menu {
  box-sizing: border-box;
  width: 4.14rem;
  background: #e5e5e5;
}

.menu-name-main-menu ul li .menu > li .child-menu > li {
  border: none;
  padding-left: .6rem;
  box-sizing: border-box;
}

.menu-name-main-menu ul li .title {
  width: 1.2rem;
  font-size: .30rem;
  color: #fff;
  display: inline-block;
}

.menu-name-main-menu ul li a > span:nth-child(2) {
  margin-left: .7rem;
  color: #c9c9c9;
  font-size: .24rem;
}

.menu-name-main-menu ul li.collapsed,
.menu-name-main-menu ul li.expanded {
  list-style: none;
}

.menu-name-main-menu ul li.expanded:before {
  transform: rotate(0deg);
}

.menu-name-main-menu ul li.collapsed {
  border-top: 1px solid #0165b1;
}

.menu-name-main-menu ul li.collapsed .icon {
  display: inline-block;
  transform: rotate(90deg);
  color: #0165b1;
}

.menu-level-1 > ul > li > a {
  font-size: 18px;
  display: block;
  width: 100%;
  color: #333;
  position: relative;
  z-index: 3;
}

.menu-level-1 > ul > li > ul {
  transition: all 0.5s;
  overflow: hidden;
  padding-bottom: 10px;
  display: none;
}

.menu-level-1 > ul > li.collapsed ul {
  display: block;
}

.nav-pop dl {
  padding-top: 15px;
}

.nav-pop dt {
  font-size: 16px;
  color: #333;
}

.nav-pop dl.full {
  width: 100%;
  clear: both;
}

.nav-pop dl.full:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  clear: both;
}

.nav-pop dl.full dt {
  float: left;
  line-height: 32px;
}

.nav-pop dl.full dd {
  float: right;
  font-size: 16px;
  line-height: 32px;
}

.nav-pop dl.full dd a {
  color: #4681fb;
}

.nav-pop a.wx,
.nav-pop a.wb {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  float: left;
}

.nav-pop dd a.wx span {
  width: 229px;
  height: 149px;
  position: absolute;
  right: 0;
  bottom: 32px;
  display: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.nav-pop dd a.wx:hover span {
  display: block;
}

.nav-pop dd a.wx span img {
  width: 100%;
}

.nav-pop-bottom {
  width: 100%;
  padding: 0 20px 20px;
  position: relative;
  z-index: 3;
}

#layer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=70);
  opacity: 0.7;
  z-index: 11;
  top: 0;
  left: 0;
  display: none;
}

.thead {
  width: 100%;
  height: .89rem;
}

/* generic table styling */
.recruit {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #eeeeee;
}

.recruit .wrap-tbody:nth-child(2n+1) {
  background: #f8f8f8;
}

.recruit .wrap-tbody .show {
  display: -webkit-flex; display: flex;
}

.recruit .wrap-tbody .show .td {
  flex: 1;
  height: 64px;
  font-size: .29rem;
  line-height: 64px;
  text-align: center;
}

.recruit .wrap-tbody .hide {
  width: 100%;
  display: none;
}

.recruit .wrap-tbody .hide .wrap-content {
  width: 6.76rem;
  background: #f8f8f8;
  margin: 0 .1rem .1rem .1rem;
  border-top: 1px solid #0165b1;
}

.recruit .wrap-tbody .hide .wrap-content > div:nth-child(1) {
  padding: .40rem;
  background: #f4f4f4;
  border-right: 1px solid #efefef;
  box-sizing: border-box;
}

.recruit .wrap-tbody .hide .wrap-content > div:nth-child(1) p:nth-child(1),
.recruit .wrap-tbody .hide .wrap-content > div:nth-child(1) p:nth-child(3),
.recruit .wrap-tbody .hide .wrap-content > div:nth-child(1) p:nth-child(5) {
  font-size: .29rem;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  margin-top: .2rem;
}

.recruit .wrap-tbody .hide .wrap-content > div:nth-child(1) p:nth-child(1) {
  margin-top: 0 !important;
}

.recruit .wrap-tbody .hide .wrap-content > div:nth-child(1) p:nth-child(2),
.recruit .wrap-tbody .hide .wrap-content > div:nth-child(1) p:nth-child(4),
.recruit .wrap-tbody .hide .wrap-content > div:nth-child(1) p:nth-child(6) {
  font-size: .24rem;
  color: #333333;
  line-height: .48rem;
}

.recruit .wrap-tbody .hide .wrap-content > div:nth-child(2) {
  padding: 0 30px;
}

.recruit .wrap-tbody .hide .wrap-content > div:nth-child(2) .button {
  width: 5.92rem;
  height: .66rem;
  line-height: .66rem;
  background: #8ace24;
  border-radius: .05rem;
  background: #8acd23;
  font-size: .29rem;
  color: #fff;
  text-align: center;
}

.recruit .wrap-tbody .hide .wrap-content > div:nth-child(2) .button img {
  width: 19px;
  height: 19px;
  margin-right: .25rem;
  vertical-align: middle;
}

.recruit .wrap-tbody .hide .wrap-content > div:nth-child(2) .button span {
  vertical-align: middle;
}

.recruit .wrap-tbody .hide .wrap-content > div:nth-child(2) p {
  text-align: center;
  font-size: .26rem;
  color: #666666;
  line-height: 24px;
  margin: .15rem;
  padding-bottom: .4rem;
}

.recruit .th,
.recruit .td {
  flex: 1;
  text-align: center;
  font-size: .29rem;
}

.recruit .thead {
  width: 100%;
  height: 58px;
  background: #0165b1;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 58px;
  vertical-align: bottom;
  text-align: center;
  display: -webkit-flex; display: flex;
}

.recruit tr {
  width: 1004px;
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.recruit tr:hover .detail {
  background: #0165b1;
  color: #fff !important;
}

.recruit tr:hover .detail span {
  color: #fff;
}

.recruit .detail {
  width: 1.66rem;
  height: .46rem;
  line-height: .46rem;
  text-align: center;
  background: #efefef;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  font-size: .24px;
  margin: 17px auto;
  cursor: pointer;
}

.recruit .detail span {
  color: #bababa;
}

.recruit .detail a {
  color: #555555;
}

.recruit hide {
  display: none;
}

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.picShow_eyes {
  width: 574px !important;
  height: 788px !important;
}

.pic_img {
  width: 650px !important;
}

.pic_img img {
  width: 574px !important;
  height: 788px !important;
}

.picShow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: absolute;
  top: -37px;
  right: -20px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.svg) no-repeat;
  background-size: 100% 100%;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 50% !important;
  transform: translate(-50%) !important;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  width: 5.61rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.pictures_eyes_in img {
  width: 5.61rem;
  height: 3.82rem;
}

.pictures_eyes_in .prev,
.pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 29px;
  height: 29px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: -30px;
  background: url(../images/arrow-left.svg) no-repeat;
  background-size: 100% 100%;
}

.pictures_eyes_in .next {
  right: -30px;
  background: url(../images/arrow-left.svg) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img {
  height: 50px;
}

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}

.navbar .li.collapsed,
.navbar .li.expanded {
  list-style: none;
}

.navbar .li.expanded ul {
  display: none;
}

.navbar .li.collapsed ul {
  display: block;
}

.navbar .collapsed .arrow {
  display: inline-block;
  transform: rotate(90deg);
}

#top-banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  z-index: 1;
}

#top-banner #top-banner-background #top-banner-background-1,
#top-banner #top-banner-background #top-banner-background-2,
#top-banner #top-banner-background #top-banner-background-3,
#top-banner #top-banner-background #top-banner-background-4,
#top-banner #top-banner-background #top-banner-background-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  opacity: 1;
  background-color: transparent;
  z-index: 1;
  overflow: hidden;
}

#top-banner #top-banner-background #top-banner-background-1 div,
#top-banner #top-banner-background #top-banner-background-2 div,
#top-banner #top-banner-background #top-banner-background-3 div,
#top-banner #top-banner-background #top-banner-background-4 div,
#top-banner #top-banner-background #top-banner-background-5 div {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw + 100px);
  height: 100%;
  background-color: transparent;
  z-index: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 9s linear;
  overflow: hidden;
}

#top-banner #top-banner-background #top-banner-background-1 div.active,
#top-banner #top-banner-background #top-banner-background-2 div.active,
#top-banner #top-banner-background #top-banner-background-3 div.active,
#top-banner #top-banner-background #top-banner-background-4 div.active,
#top-banner #top-banner-background #top-banner-background-5 div.active {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 1;
}

#top-banner #top-banner-background #top-banner-background-1 div {
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 85%;
  background-repeat: no-repeat;
}

#top-banner #top-banner-background #top-banner-background-2 div {
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 85%;
  background-repeat: no-repeat;
}

#top-banner #top-banner-background #top-banner-background-3 div {
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 85%;
  background-repeat: no-repeat;
}

#top-banner #top-banner-background #top-banner-background-4 div {
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 85%;
  background-repeat: no-repeat;
}

#top-banner #top-banner-background #top-banner-background-5 div {
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 85%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 641px) {
  #top-banner {
    height: 10.7rem;
  }
}

#top-banner .text {
  position: absolute;
  z-index: 10;
  left: .55rem;
top: 50%;
    transform: translateY(-50%);
}

#top-banner .text p:nth-child(1) {
  font-size: .58rem;
  font-weight: 500;
  color: #ebebeb;
}

#top-banner .text p:nth-child(2) {
  font-size: .58rem;
  font-size: .30rem;
  font-weight: 400;
  color: #ebebeb;
  margin-top: .33rem;
}

#top-banner .text p:nth-child(3) {
  font-size: .24rem;
  margin-top: .16rem;
  font-weight: 400;
  color: #ebebeb;
}

.m-top-cbbfixed {
  position: fixed;
  right: 10px;
  transition: bottom ease .3s;
  bottom: -85px;
  z-index: 9999;
  cursor: pointer;
}

.m-top-cbbtn {
  width: 40px;
  height: 40px;
  display: block;
  background-color: rgb(221, 40, 41);
}

.m-top-go {
  transition: background-color ease .3s;
  margin-top: 1px;
  position:relative;

}

.m-top-go:hover {
  background-color: #000000;
}

.m-top-goicon {
  float: left;
  margin: 14px 0 0 9px;
  width: 23px;
  height: 12px;
  background: url("side-icon02.png");
}

.m-top-weixin {
  background: #333;
  margin-top: 1px;
}

.m-top-weixin div {
  background: url("../images_new/weixin.jpg?1440917261");
  width: 194px;
  height: 199px;
  position: absolute;
  left: -194px;
  top: -115px;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: 100% 70%;
  -webkit-transform-origin: 100% 70%;
  transition: transform ease .3s, opacity ease .3s;
  -webkit-transition: all ease .3s;
  display: none\0;
  *display: none;
}

.m-top-weixin:hover div {
  display: block;
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  *display: block;
}

.m-top-weixin-icon {
  float: left;
  margin: 12px 0 0 11px;
  width: 18px;
  height: 18px;
  background: url("../images/side-icon01.png");
}

.m-top-dh-icon {
  float: left;
  margin: 12px 0 0 11px;
  width: 18px;
  height: 18px;
  background: url("shou_nav01.png");
  background-size: cover;
}

.m-top-dc-icon {
  float: left;
  /*margin: 12px 0 0 11px;*/
  width: 100%;
  height: 100%;
  background: url("../images/contact-fex.jpg");
  background-size: cover;
}

/*
.m-top-goicon {
  float: left;
  margin: 14px 0 0 9px;
  width: 23px;
  height: 12px;
  background: url("../images/side-icon02_1406598120.png");
}
*/

.m-top-weixin-icon {
  float: left;
  margin: 12px 0 0 11px;
  width: 18px;
  height: 18px;
  background: url("../images/side-icon01_1406598156.png");
}

.m-top-dh {
  background: #333;
  margin-bottom: 1px;
}

.zixun-list-inside {
  list-style-type: none;
  display: -webkit-flex; display: flex;
 
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.zixun-list-inside li {
  padding: 0 1.5rem !important;
  margin-bottom: 3rem;
}

.zixun-list-inside .effect-profile {
  text-align: left;
  line-height: 1.8;
  padding: 0 1.5rem;
}

.zixun-list-inside .effect-profile h3 {
  height: 4.6rem;
  margin-top: 1rem;
  overflow: hidden;
  line-height: 2.4rem;
}

.zixun-list-inside .effect-profile p {
  display: -webkit-flex; display: flex;
  margin-top: 3rem;
  color: #959595;
  font-size: 1.2rem !important;
}

.zixun-list-inside .effect-profile .classify {
  text-align: left;
  flex: 1 1 auto;
}

.zixun-list-inside .effect-profile .time {
  text-align: right;
}

.zixun-list-item {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  flex: 1 1 auto;
}

.zixun-list-item .effect-profile h3 a {
  color: #1b1b1b;
  font-size: 1.6rem;
}

.m-top-weixin div {
  background: url(../images/weixin.png_1440917261.jpeg);
  width: 194px;
  height: 199px;
  position: absolute;
  left: -194px;
  top: -115px;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: 100% 70%;
  -webkit-transform-origin: 100% 70%;
  transition: transform ease .3s, opacity ease .3s;
  -webkit-transition: all ease .3s;
  display: none\0;
  *display: none;
}

.sp-3balls,
.sp-before,
.sp-after {
  background-color: #959595;
  width: .24rem;
  height: .24rem;
  transform-origin: center center;
  display: inline-block;
}

.sp-3balls {
  position: relative;
  background-color: #959595;
  opacity: 1;
  -webkit-animation: spScaleAlpha 1s infinite linear;
  animation: spScaleAlpha 1s infinite linear;
}

.sp-before{
 position: relative;
  background-color: #959595;
  opacity: 1;
  -webkit-animation: spScaleAlphaBefore 1s infinite linear;
  -webkit-animation: spScaleAlphaBefore 1s infinite linear;
}

.sp-after{
    position: relative;
	 background-color: #959595;
	 opacity: 1;
	 -webkit-animation: spScaleAlphaBefore 1s infinite linear;
	 animation: spScaleAlphaAfter 1s infinite linear;
	

}

.sp {
  width: .24rem;
  height: .24rem;
  clear: both;
  margin: 0px auto;
}

.loaing {
  margin-top: .45rem;
  width: 100%;
  text-align: center;
}

@-webkit-keyframes spScaleAlphaBefore {
  0% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.25;
  }
}

@keyframes spScaleAlphaAfter {
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}

@keyframes spScaleAlpha {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
/* .partner-wrap img{
	width: .3rem;
}
 */
.partner-wrap img{
	/* width: 2.6rem; */
}
.partner {
	padding: 1.55rem 0 1rem;
}
.textOVerFive{display:-webkit-box;overflow:hidden;white-space:normal !important;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:5;-webkit-box-orient:vertical}
.sp-3balls:before {
    left: 22px;
    top: -4px;
    -webkit-animation: spScaleAlphaBefore 1s infinite linear;
    animation: spScaleAlphaBefore 1s infinite linear;
}
.sp-3balls:after {
    left: -22px;
    top: -25px;
    -webkit-animation: spScaleAlphaAfter 1s infinite linear;
    animation: spScaleAlphaAfter 1s infinite linear;
}
.p-detail img{
	width: 100%!important;
}
/* .new-detail img{
	width: 100%!important;
} */
.shaft-detail-cont img{
	width: 100%;
}
.year-img{
	width: 210px!important;
}
.honour-year{
	height: 507px;
	overflow-y:scroll;
}
.honour-year::-webkit-scrollbar {
  width: .06rem;
  height: .06rem;
  background-color: #f2f2f2;
}

.honour-year::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

.honour-year::-webkit-scrollbar-thumb {
  background-color: #2598B8;
}
.timer-shaft-content{
	padding: 0 .2rem;
}
.shaft-detail-cont img{
	margin: 0 -.2rem;
	width: 106%;
}
.shaft-detail-cont p{
text-align: justify;
}
.m-top-go{
	text-align: center;
	padding-bottom: 15px;
	box-sizing: initial!important;
	box-sizing: initial;
}
.m-top-go .m-footer-top{
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 8px;
	bottom: 5px;
}
.p-detail .content p{
	margin-top: .2rem;
} 
.shaft-detail-cont p{
	font-size: .27rem;
	line-height: .4rem;
}
.new-detail .content img{
	/* margin-top: .2rem; */
    /* margin-top: .31rem; */
}
/* .new-detail .weixingimg{
	width: auto!important;
} */
.new-detail .content p{
	line-height: 30px!important;
}
	
.new-detail .content{
	margin-top: .2rem;
	
}
.new-detail .content img{
	margin-top: 10px;
}

/* @media screen and (min-width:760px) and (max-width:900px) {

#top-banner .text p:nth-child(1) {
    font-size: .34rem;
    font-weight: 500;
    color: #ebebeb;
}
} */


     @media screen and (orientation: landscape) {
         .partner ul li img{
         	width:1.4rem!important ;
         }
 }