@charset "UTF-8";
 @font-face {
    font-family: 'Arial';
    src: url('fonts/ARIALN.eot');
    src: url('fonts/ARIALN.eot?#iefix') format('embedded-opentype'),
         url('fonts/ARIALN.woff') format('woff'),
         url('fonts/ARIALN.ttf') format('truetype'),
         url('fonts/ARIALN.svg#Sri-TSCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
   }
body {
  min-width: 1200px;
}

.bg-s {
  height: 900px;
  width: 100%;
  background: url(../img/pic1.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  min-width: 1350px;
}
.bg-s .logo {
  position: absolute;
  top: 40px;
  left: 5%;
}
.bg-s .cont {
  width: 806px;
  height: 816px;
  background: url(../img/pic2.jpg) no-repeat center 40px;
  margin: 0 auto;
  padding-top: 40px;
}
.bg-s .cont .top {
  width: 100%;
  text-align: center;
  height: 79px;
  padding-top: 42px;
}
.bg-s .cont .text {
  width: 667px;
  margin: 26px auto 45px;
  font-size: 12px;
  color: #333333;
}
.bg-s .cont .text .p {
  margin-bottom: 10px;
}
.bg-s .cont .bot {
  width: 326px;
  margin: 0 auto;
}
.bg-s .cont .bot a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 12px;
  text-align: center;
}
.bg-s .cont .bot .lia {
  background: #bf8201;
  color: #fff;
  margin-bottom: 10px;
}
.bg-s .cont .bot .lib {
  color: #333;
  background: #d8d8d8;
}

.w1200 {
  margin: 0 auto;
  width: 1200px;
}

.w-header {
  height: 112px;
  position: relative;
  z-index: 5;
}
.w-header .header {
  height: 112px;
  line-height: 112px;
}
.w-header .header .logo {
  width: 162px;
  height: 72px;
  margin-top: 22px;
}
.w-header .header .i-nav {
  width: 780px;
}
.w-header .header .i-nav ul {
  width: 100%;
}
.w-header .header .i-nav ul li {
  float: left;
  width: 130px;
  height: 112px;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.w-header .header .i-nav ul li a {
  display: block;
  color: #666;
}
.w-header .header .i-nav ul li .nav-hide {
  padding: 10px 0;
  width: 130px;
  position: absolute;
  left: 50%;
  top: 112px;
  margin-left: -65px;
  background: #000;
  opacity: .8;
  filter: alpha(opacity=80);
  display: none;
}
.w-header .header .i-nav ul li .nav-hide a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}
.w-header .header .i-nav ul li .nav-hide a:hover {
  color: #f08200;
}
.w-header .header .i-nav ul li a:hover {
  color: #fff;
}
.w-header .header .i-nav ul li a.cur {
  color: #fff;
}
.w-header .header .i-nav ul li:hover, .w-header .header .i-nav ul li.cur {
  background: url(../img/pic3.png) no-repeat center;
  color: #fff;
}

.i-banner {
  width: 100%;
  height: 776px;
  overflow: hidden;
  position: relative;
}
.i-banner ul {
  width: 100%;
  height: 776px;
}
.i-banner ul li {
  width: 100%;
  height: 776px;
  float: left;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.i-banner ul li img {
  height: 776px;
}
.i-banner ul li a {
  display: block;
}
.i-banner .btnsbox {
  width: 100%;
  /*text-align:center;*/
  /*position: absolute;*/
  z-index: 3;
}
.i-banner .btns {
  bottom: 30px;
  height: 11px;
  display: inline-block;
  left: 50%;
  position: absolute;
  bottom: 27px;
}
.i-banner .btns span {
  margin: 0 6px;
  width: 11px;
  height: 11px;
  background: url(../img/btn1.png) no-repeat center;
  cursor: pointer;
}
.i-banner .btns span.cur {
  width: 11px;
  height: 11px;
  background: url(../img/btn2.png) no-repeat center;
}

.padn {
  padding-right: none !important;
  margin-right: 0 !important;
  border-right: none !important;
}

.footer {
  background: url(../img/pic3.jpg) no-repeat center top;
  height: 184px;
  min-width: 1200px;
}
.footer .w-top {
  background: url(../img/pic4.png) no-repeat center top;
  height: 125px;
  width: 100%;
}
.footer .w-top .top {
  padding-top: 35px;
}
.footer .w-top .top .logo {
  width: 104px;
  height: 46px;
  padding-right: 46px;
  border-right: 1px solid #d7dee1;
  margin-right: 50px;
}
.footer .w-top .top .tit {
  padding-right: 50px;
  display: inline-block;
  border-right: 1px solid #d7dee1;
  height: 46px;
  margin-right: 50px;
}
.footer .w-top .top .tit .p1 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.footer .w-top .top .tit .p2 {
  font-size: 14px;
  color: #666;
  line-height: 18px;
}
.footer .w-top .top .tit strong {
  color: #666;
  font-weight: bold;
  font-size: 18px;
  font-weight: normal;
}
.footer .bot {
  text-align: center;
  font-size: 12px;
  color: #666666;
  height: 62px;
  line-height: 62px;
}
.footer .bot a {
  color: #666666;
}
.footer .bot a:hover {
  color: #e8ab29;
}

.n-subbox {
  width: 1200px;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto;
}
.n-subbox ul {
  display: inline-block;
}
.n-subbox ul li {
  width: 193px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 0 15px;
  float: left;
}
.n-subbox ul li a {
  display: block;
  color: #999;
  font-size: 16px;
}
.n-subbox ul li a:hover, .n-subbox ul li a.cur {
  background: url(../img/pic6.png) no-repeat center center;
  color: #333;
}

.n-top {
  background: url(../img/pic7.png) no-repeat 45px center;
  height: 88px;
  padding: 0 45px;
  /*margin-bottom: 28px;*/
  width: 1110px;
}
.n-top h2 {
  background: url(../img/pic8.png) no-repeat right center;
  height: 88px;
  line-height: 88px;
  font-size: 18px;
  color: #666;
  padding-left: 18px;
}
.n-top h2 span {
  display: inline-block;
  color: #999;
  font-family: "Arial";
  text-transform: uppercase;
}

.i-about-lista {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 70px;
}
.i-about-lista .bg-c {
  background: url(../img/pic4.jpg) no-repeat center top;
}
.i-about-lista .n-about {
  background-image: url(../img/pic5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}
.i-about-lista .n-about .text {
  padding: 0 45px;
  font-size: 14px;
  color: #666;
  margin-top: 30px;
  position: relative;
}
.i-about-lista .n-about .text p {
  width: 800px;
}
.i-about-lista .n-about .text img {
  max-width: 100%;
}
.i-join-lista .n-about .text{
	position: relative;
}
.i-join-lista .n-about .p{
	width: 493px;
	font-size: 16px;
	color: #666;
	line-height: 28px;
	text-align: center;
	left: 50%;
	position: absolute;
	margin-left: -245px;
	top:280px;
	height: 140px;
	overflow: hidden;
}
.i-culture-lista {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 70px;
}
.i-culture-lista .bg-c {
  background: url(../img/pic4.jpg) no-repeat center top;
}
.i-culture-lista .n-about {
  background-image: url(../img/bg3.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}
.i-culture-lista .n-about .dlbox {
  padding: 0 45px;
  margin-top: 83px;
}
.i-culture-lista .n-about .dlbox .imgbox {
  width: 114px;
}
.i-culture-lista .n-about .dlbox .text {
  font-size: 18px;
  color: #666;
  width: 628px;
  margin-right: 100px;
  background: url(../img/pic7.jpg) no-repeat left bottom;
  padding-bottom: 330px
  /*.p2{
  	
  	/*border-right: 1px solid #f3f2f2;
  }
  .p3{
  	border-left: 1px solid #f3f2f2;
  }
  .p5{
  	border-right: 1px solid #f3f2f2;
  }
  .p6{
  	border-left: 1px solid #f3f2f2;
  	border-right: 1px solid #f3f2f2;
  }*/
}
.i-culture-lista .n-about .dlbox .text .p1 {
  width: 20px;
  float: right;
  line-height: 22px;
  text-align: center;
  padding: 0 22px;
  font-family: "宋体";
  border-left: 1px solid #f3f2f2;
}

.i-organ-lista {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 70px;
}
.i-organ-lista .bg-c {
  background: url(../img/pic4.jpg) no-repeat center top;
}
.i-organ-lista .n-about {
  background-image: url(../img/pic5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}
.i-organ-lista .n-about .text {
  margin-top: 50px;
}
.i-organ-lista .n-about .text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.i-invest-lista {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 70px;
}
.i-invest-lista .bg-c {
  background: url(../img/pic4.jpg) no-repeat center top;
}
.i-invest-lista .n-about {
  background-image: url(../img/pic5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}
.i-invest-lista .n-about .text {
  margin-top: 50px;
}
.i-invest-lista .n-about .text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.i-idea-lista {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 70px;
}
.i-idea-lista .bg-c {
  background: url(../img/pic4.jpg) no-repeat center top;
}
.i-idea-lista .n-about {
  background-image: url(../img/bg4.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}
.i-idea-lista .n-about .dlbox {
  margin-top: 50px;
  padding: 0 45px;
}
.i-idea-lista .n-about .dlbox dl {
  width: 100%;
}
.i-idea-lista .n-about .dlbox dl dt {
  width: 1110px;
  text-align: center;
}
.i-idea-lista .n-about .dlbox dl dt img {
  display: inline-block;
  max-width: 100%;
}
.i-idea-lista .n-about .dlbox dl dd {
  width: 990px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-align: left;
  margin: 0 auto;
}
.i-idea-lista .n-about .dlbox dl dd ul {
  width: 815px;
  margin: 65px auto 55px;
}
.i-idea-lista .n-about .dlbox dl dd ul li {
  float: left;
  border: 1px solid #c8c7c7;
  width: 120px;
  height: 45px;
  padding: 5px;
  margin: 0 35px;
}
.i-idea-lista .n-about .dlbox dl dd ul li .spana {
  width: 120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #c8c7c7;
}
.i-idea-lista .n-about .dlbox dl dd ul li:hover {
  border: 1px solid #b16b0f;
}
.i-idea-lista .n-about .dlbox dl dd ul li:hover .spana {
  border: 1px solid #d59d28;
  color: #fff;
  background: #d59d28;
}

.i-range-lista {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 70px;
}
.i-range-lista .bg-c {
  background: url(../img/pic4.jpg) no-repeat center top;
}
.i-range-lista .n-about {
  background-image: url(../img/bg5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding-top: 45px;
  /*padding-bottom: 60px;*/
}
.i-range-lista .n-about .ulbox {
  margin-top: 60px;
  padding: 0 45px;
}
.i-range-lista .n-about .ulbox ul {
  width: 910px;
  margin: 0 auto;
}
.i-range-lista .n-about .ulbox ul li {
  width: 244px;
  margin: 0 100px 50px;
  float: left;
  height: 357px;
  overflow: hidden;
}
.i-range-lista .n-about .ulbox ul li .imgbox {
  width: 244px;
  height: 140px;
}
.i-range-lista .n-about .ulbox ul li .text {
  width: 244px;
  font-size: 14px;
}
.i-range-lista .n-about .ulbox ul li .text h2 {
  font-size: 16px;
  text-align: center;
  color: #666;
  margin: 20px 0;
}
.i-range-lista .n-about .ulbox ul li .text .spana {
  background: url(../img/pic14.png) no-repeat center;
  height: 13px;
  display: block;
  margin-bottom: 20px;
}
.i-range-lista .n-about .ulbox ul li .text p {
  width: 228px;
  margin: 0 auto;
}

.i-risk-lista {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 70px;
}
.i-risk-lista .bg-c {
  background: url(../img/pic4.jpg) no-repeat center top;
}
.i-risk-lista .n-about {
  background-image: url(../img/pic5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}
.i-risk-lista .n-about .text {
  margin-top: 50px;
  padding: 0 45px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.i-risk-lista .n-about .text img {
  max-width: 100%;
}
.i-risk-lista .n-about .text hr {
  background: #666;
  padding: 0;
  margin: 0;
  border-top: 1px solid #d1d1d1 !important;
}
.i-risk-lista .n-about .text ul {
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
  color: #666;
}
.i-risk-lista .n-about .text ul li {
  margin-bottom: 10px;
  font-weight: normal !important;
}

.i-products-lista {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 70px;
}
.i-products-lista .bg-c {
  background: url(../img/pic4.jpg) no-repeat center top;
  padding-top: 75px;
}
.i-products-lista .n-about {
  background-image: url(../img/pic5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}
.i-products-lista .n-about .text {
  margin-top: 50px;
}
.i-products-lista .n-about .text .imgbox {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.i-products-lista .n-about .text .imgbox img {
  display: inline-block;
  max-width: 100%;
}
.i-products-lista .n-about .text .ul-box {
  padding: 0 45px;
}
.i-products-lista .n-about .text .ul-box ul {
  width: 100%;
}
.i-products-lista .n-about .text .ul-box ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.i-products-lista .n-about .text .ul-box ul li a {
  display: block;
  font-size: 14px;
  color: #9a9a9a;
}
.i-products-lista .n-about .text .ul-box ul li .spana {
  width: 880px;
  display: block;
}
.i-products-lista .n-about .text .ul-box ul li .spanb {
  width: 98px;
  height: 30px;
  border: 1px solid #b5b3b3;
  line-height: 30px;
  text-align: center;
  display: block;
}
.i-products-lista .n-about .text .ul-box ul li a:hover .spanb {
  color: #fff;
  background: #e8ab29;
  border: 1px solid #e8ab29;
  -webkit-transition: all .5s;
          transition: all .5s;
}

.i-p-info {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 70px;
}
.i-p-info .bg-c {
  background: url(../img/pic4.jpg) no-repeat center top;
  padding-top: 75px;
}
.i-p-info .n-about {
  background-image: url(../img/pic5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}
.i-p-info .topbox {
  padding: 0 45px;
  margin-top: 50px;
}
.i-p-info .topbox h3 {
  font-size: 26px;
  line-height: 26px;
  color: #666666;
}
.i-p-info .topbox .top-r {
  width: 110px;
}
.i-p-info .topbox .top-r a {
  width: 28px;
  height: 28px;
  margin: 0 3px;
  display: block;
  float: left;
}
.i-p-info .topbox .top-r .a1 {
  background: url(../img/pic15.png) no-repeat 0 center;
}
.i-p-info .topbox .top-r .a2 {
  background: url(../img/pic15.png) no-repeat -34px center;
}
.i-p-info .topbox .top-r .a3 {
  background: url(../img/pic15.png) no-repeat -69px center;
}
.i-p-info .topbox .top-r .a1:hover {
  background: url(../img/pic15-1.png) no-repeat 0 center;
}
.i-p-info .topbox .top-r .a2:hover {
  background: url(../img/pic15-1.png) no-repeat -34px center;
}
.i-p-info .topbox .top-r .a3:hover {
  background: url(../img/pic15-1.png) no-repeat -69px center;
}
.i-p-info .tablebox {
  margin-top: 50px;
  padding: 0 45px;
}
.i-p-info .tablebox table {
  width: 100%;
  font-size: 16px;
}
.i-p-info .tablebox table .tr1 {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.i-p-info .tablebox table .tr2 {
  width: 100%;
}
.i-p-info .tablebox table .td1 {
  width: 245px;
  border: 1px solid #cecdcd;
  text-indent: 50px;
  background: #f3f3f3;
  color: #333333;
}
.i-p-info .tablebox table .td2 {
  width: 860px;
  border: 1px solid #cecdcd;
  color: #666;
  text-indent: 50px;
}
.i-p-info .tablebox table .td3 {
  width: 245px;
  border: 1px solid #cecdcd;
  text-indent: 50px;
  background: #f3f3f3;
  color: #333333;
  padding: 50px 0;
}
.i-p-info .tablebox table .td4 {
  width: 760px;
  border: 1px solid #cecdcd;
  color: #666;
  padding-left: 50px;
  padding: 50px;
}

.i-two-info {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 70px;
}
.i-two-info .bg-c {
  background: url(../img/pic4.jpg) no-repeat center top;
}
.i-two-info .n-about {
  background-image: url(../img/pic5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}
.i-two-info .topbox {
  padding: 0 45px;
  margin-top: 50px;
}
.i-two-info .topbox h3 {
  font-size: 26px;
  line-height: 26px;
  color: #666666;
}
.i-two-info .topbox .top-r {
  width: 110px;
}
.i-two-info .topbox .top-r a {
  width: 28px;
  height: 28px;
  margin: 0 3px;
  display: block;
  float: left;
}
.i-two-info .topbox .top-r .a1 {
  background: url(../img/pic15.png) no-repeat 0 center;
}
.i-two-info .topbox .top-r .a2 {
  background: url(../img/pic15.png) no-repeat -34px center;
}
.i-two-info .topbox .top-r .a3 {
  background: url(../img/pic15.png) no-repeat -69px center;
}
.i-two-info .topbox .top-r .a1:hover {
  background: url(../img/pic15-1.png) no-repeat 0 center;
}
.i-two-info .topbox .top-r .a2:hover {
  background: url(../img/pic15-1.png) no-repeat -34px center;
}
.i-two-info .topbox .top-r .a3:hover {
  background: url(../img/pic15-1.png) no-repeat -69px center;
}
.i-two-info .text {
  font-size: 14px;
  color: #666;
  margin-top: 50px;
  padding: 0 50px;
}
.i-two-info .text img {
  display: inline-block;
  max-width: 100%;
}

.i-customer-lista {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 70px;
}
.i-customer-lista .bg-c {
  background: url(../img/pic4.jpg) no-repeat center top;
}
.i-customer-lista .n-about {
  background-image: url(../img/pic5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}
.i-customer-lista .n-about .text {
  margin-top: 50px;
}
.i-customer-lista .n-about .text .imgbox {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.i-customer-lista .n-about .text .imgbox img {
  display: inline-block;
  max-width: 100%;
}
.i-customer-lista .n-about .text .ul-box {
  padding: 0 45px;
}
.i-customer-lista .n-about .text .ul-box ul {
  width: 100%;
}
.i-customer-lista .n-about .text .ul-box ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.i-customer-lista .n-about .text .ul-box ul li a {
  display: block;
  font-size: 14px;
  color: #666;
}
.i-customer-lista .n-about .text .ul-box ul li .spana {
  width: 880px;
  display: block;
}
.i-customer-lista .n-about .text .ul-box ul li .spanb {
  width: 98px;
  height: 30px;
  border: 1px solid #b5b3b3;
  line-height: 30px;
  text-align: center;
  display: block;
}
.i-customer-lista .n-about .text .ul-box ul li a:hover .spanb {
  color: #fff;
  background: #e8ab29;
  border: 1px solid #e8ab29;
  -webkit-transition: all .5s;
          transition: all .5s;
}

.i-problem-lista {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 70px;
}
.i-problem-lista .bg-c {
  background: url(../img/pic4.jpg) no-repeat center top;
}
.i-problem-lista .n-about {
  background-image: url(../img/pic5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}
.i-problem-lista .n-about .text {
  margin-top: 50px;
}
.i-problem-lista .n-about .text .imgbox {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.i-problem-lista .n-about .text .imgbox img {
  display: inline-block;
  max-width: 100%;
}
.i-problem-lista .n-about .text .ul-box {
  padding: 0 45px;
}
.i-problem-lista .n-about .text .ul-box ul {
  width: 100%;
}
.i-problem-lista .n-about .text .ul-box ul li {
  display: block;
  font-size: 14px;
  cursor: pointer;
}
.i-problem-lista .n-about .text .ul-box ul li .top {
  border-bottom: 1px solid #e5e5e5;
  padding: 22px 0;
}
.i-problem-lista .n-about .text .ul-box ul li .spana {
  width: 880px;
  display: block;
  color: #666;
  padding-left: 40px;
  background: url(../img/pic16.png) no-repeat left center;
}
.i-problem-lista .n-about .text .ul-box ul li .spanb {
  width: 21px;
  height: 21px;
  display: block;
  background: url(../img/pic17.png) no-repeat center -39px;
}
.i-problem-lista .n-about .text .ul-box ul li .hidebox {
  padding: 22px 0;
  color: #999;
  display: none;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.i-problem-lista .n-about .text .ul-box ul li.cur .spanb {
  background: url(../img/pic17.png) no-repeat center 10px;
}
.i-problem-lista .n-about .text .ul-box ul li:hover .spana {
  color: #e8ab29;
}

.i-join-lista {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 70px;
}
.i-join-lista .bg-c {
  background: url(../img/pic4.jpg) no-repeat center top;
}
.i-join-lista .n-about {
  background-image: url(../img/pic5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}
.i-join-lista .text {
  padding: 0 45px;
  margin-top: 50px;
  padding-bottom: 30px;
  opacity: 0;
  height: 697px;
}
.i-join-lista .text img {
  max-width: 100%;
}

.i-recruit-lista {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 70px;
}
.i-recruit-lista .bg-c {
  background: url(../img/pic4.jpg) no-repeat center top;
}
.i-recruit-lista .n-about {
  background-image: url(../img/pic5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}
.i-recruit-lista .n-about .text {
  margin-top: 50px;
}
.i-recruit-lista .n-about .text .ul-box {
  padding: 0 45px;
}
.i-recruit-lista .n-about .text .ul-box ul {
  width: 100%;
}
.i-recruit-lista .n-about .text .ul-box ul li {
  display: block;
  font-size: 16px;
  cursor: pointer;
}
.i-recruit-lista .n-about .text .ul-box ul li .spanb {
  width: 21px;
  height: 21px;
  display: block;
  background: url(../img/pic17.png) no-repeat center -39px;
  margin-right: 35px;
}
.i-recruit-lista .n-about .text .ul-box ul li .hidebox {
  padding: 22px 0;
  color: #999;
  display: none;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  margin-left: 45px;
}
.i-recruit-lista .n-about .text .ul-box ul li .hidebox p {
  width: 870px;
}
.i-recruit-lista .n-about .text .ul-box ul li .hidebox .p1 {
  color: #e65b5b;
  font-size: 12px;
  margin: 10px 0 20px;
}
.i-recruit-lista .n-about .text .ul-box ul li .hidebox .morebox {
  width: 115px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  background: #e8ab29;
  display: block;
}
.i-recruit-lista .n-about .text .ul-box ul .lia .top {
  border-bottom: 1px solid #e5e5e5;
  padding: 22px 0;
  background: #56441f;
}
.i-recruit-lista .n-about .text .ul-box ul .lia .spana {
  width: 185px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.i-recruit-lista .n-about .text .ul-box ul .lib {
  background: none;
}
.i-recruit-lista .n-about .text .ul-box ul .lib .top {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}
.i-recruit-lista .n-about .text .ul-box ul .lib .spana {
  width: 185px;
  display: block;
  color: #333;
  text-align: center;
  font-size: 14px;
}
.i-recruit-lista .n-about .text .ul-box ul .lib.cur .spanb {
  background: url(../img/pic17.png) no-repeat center 10px;
}
.i-recruit-lista .n-about .text .ul-box ul .lib .spanc{
  text-indent: 50px;
  text-align: left;
}
.i-recruit-lista .n-about .text .ul-box ul .lia .spanc{
  text-indent: 50px;
  text-align: left;
}
/*# sourceMappingURL=style.css.map */