<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 0;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none; */
}
.overh {
  overflow: hidden;
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
input:focus,
textarea:focus {
  outline: none;
}
.ta {
  text-align: center;
}
body {
  font-family: 'PingFang SC','Source Han Sans CN';
}
@media (min-width: 1440px) {
  .container {
    width: 1350px;
  }
}
.psna {
  display: none;
}
.ta {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hovercolor {
  color: #8cca1d;
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.blod {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.w55 {
  width: 55%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.swiper-pagination span:focus {
  outline: none;
}
.pas-ul li {
  width: 25%;
  padding: 60px 0;
  border-right: 1px solid #dddddd;
  text-align: center;
  float: left;
}
.pas-ul li:last-child {
  border-right: none;
}
.pas-ul li .bis {
  color: #000000;
  font-size: 19px;
  margin: 10px 0;
}.pas-ul li .bis a{
  color: #000000;
}.pas-ul li .bis a:hover{
  color: #007356;
}
.pas-ul li .yas1 {
  color: #565656;
  font-size: 17px;
  line-height: 30px;
}
#our_Parth {
  padding: 80px 0;
  background: #009882;
}
#our_Parth .hdd .biaoti,
#our_Parth .hdd .yasst {
  color: #ffffff;
}
#our_Parth .swiper-container {
  padding-bottom: 50px;
}
#our_Parth .swiper-container .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  position: relative;
}
#our_Parth .swiper-container .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
  border-radius: 100%;
}
.bott {
  background: url(../images/4.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0 30px 0;
}
.bott_div {
  width: 100%;
}
.bott_div ul {
  float: left;
  margin-right: 33px;
}
.bott_div ul:last-child {
  margin-right: 0;
}
.bott_p {
  position: relative;
  top: -12px;
}
.bott_p .bdsharebuttonbox &gt; p {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.bott_div ul li:nth-child(1) {
  color: #fff;
  font-size: 17px;
  padding-bottom: 20px;
}
.bott_div ul li a {
  color: #a5a5a5;
  font-size: 14px;
  line-height: 26px;
  display: block;
}
.bott_div ul li a:hover {
  color: #009882;
}
.bott_div .bott_ul {
  text-align: right;
  width: 21.7%;
}
.bott_div .bott_ul li {
  color: #a5a5a5;
  font-size: 14px;
  line-height: 26px;
}
.bott_div .bott_ul li:nth-child(1) {
  font-size: 27px;
}
.bott_div .bott_ul li .iconfont {
  font-size: 24px;
  margin-right: 5px;
}
.bott_div .bott_ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 10px 40px 10px 60px;
  background: #009882;
  position: relative;
  margin: 20px 0;
}
.bott_div .bott_ul li a:hover {
  background: #3465aa;
}
.bott_div .bott_ul li a i {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
}
.bott_div .bott_ul li a:hover {
  color: #fff;
}
.bott .bdsharebuttonbox {
  display: inline-block !important;
  position: relative;
  top: 20px;
}
.bott .bdsharebuttonbox .iconfont {
  /* background:transparent !important; */
  font-size: 20px !important;
  color: #fff !important;
  margin: 0 !important;
  margin-right: 10px !important;
  padding-left: 0 !important;
}
.bott .bdsharebuttonbox a {
  height: 45px !important;
  width: 45px !important;
  border-radius: 50% !important;
  display: inline-block;
  line-height: 40px;
  text-align: center !important;
  padding-top: 3px !important;
  background: #5b5b5b !important;
}
.bdshare-button-style0-16 a {
  line-height: 40px !important;
}
.bott .bdsharebuttonbox a:nth-child(4) {
  margin-right: 25px !important;
}
.bott_p p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 19px;
}
.bott_ico {
  color: #fff;
}
.bott_ico &gt; p {
  font-size: 19px;
  padding-bottom: 25px;
}
.bott_ico .iconfont {
  margin-right: 10px;
  font-size: 18px;
}
.bott_ico &gt; div {
  display: table;
  content: " ";
}
.bott_ico &gt; div input,
.bott_ico &gt; div button {
  float: left;
}
.bott_ico &gt; div input {
  width: 380px;
  height: 50px;
  background: none;
  background: #ffffff;
  padding-left: 10px;
  color:#000;
}
.bott_ico &gt; div button {
  background: #009882;
  border: none;
  width: 115px;
  height: 50px;
  border: 1px solid transparent;
}
.bott_ico &gt; div button:hover {
  background: #224169;
}
.bott_ico {
  padding-top: 0px;
}
.pc-video{
	display:block;
}

.mobile-video{
	display:none;
}
.ban {
  
  overflow: hidden;
  height: 450px;
}
.bott_ban {
  padding: 20px 0;
  color: #9e9e9e;
  font-size: 16px;
  text-align: center;
  background: #272727;
}
.yuayns {
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 300px;
  margin-top: -8px;
  font-size: 15px;
}
.yuayns i {
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
}
.yuayns a {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
}
.yuayns span {
  display: inline-block;
  padding: 0 10px;
}
#gnb &gt; ul {
  text-align: left;
  margin-left: 4%;
}
.yuayns a:hover {
  color: #009882;
}
#header.fixed .yuayns {
  color: #7d7d7d;
  margin-top: -12px;
}
#header.fixed .yuayns i {
  color: #224169;
}
#header.fixed .yuayns a {
  color: #7d7d7d;
}
#header.fixed .yuayns a:nth-child(2) {
  color: #224169;
}
#header.fixed .yuayns a:hover {
  color: #224169;
}
#gnb &gt; ul &gt; li {
  padding: 36px 21px;
  position: initial;
}
.ban-zi {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.ban-zi .ban-title {
  color: #ffffff;
  text-align: center;
  font-size: 38px;
}
.ban-zi .position-a {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}
.ban-zi .position-a a {
  color: #ffffff;
}
.ban-zi .position-a a:hover {
  color: #224169;
}
.position-div {
  background-color: rgba(0, 0, 0, 0.502);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  right: 0 ;
}
.position-div ul li {
  display: inline-block;
  float: left;
  border-top: 2px solid transparent;
}
.position-div ul li a {
  color: #ffffff;
  padding: 0 40px;
  display: inline-block;
  line-height: 55px;
  font-size: 16px;
}
.position-div ul li:hover,
.position-div ul li.active {
  background: #ffffff;
  border-top: 2px solid #009882;
}
.position-div ul li:hover a,
.position-div ul li.active a {
  color: #23282e;
}
.about-biap {
  color: #1f1f1f;
  font-size: 35px;
}
     .about_us .ysa {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.about_us .morse {
  margin-top: 40px;
}
.about_us .morse a {
  display: inline-block;
  background: #009882;
  color: #ffffff;
  font-size: 16px;
  line-height: 44px;
  padding: 0 40px;
}
.about_us .about-biap {
  color: #1f1f1f;
  font-size: 35px;
}
.about_us .about_con {
  padding: 120px 0 60px 0;
}
.youshia {
  background: #f2f2f2;
  padding: 50px 0 70px 0;
}
.youshia .divs {
  background: #ffffff;
  margin-top: 40px;
  padding: 60px 30px  70px 30px;
}
.youshia .divs .tas {
  color: #1f1f1f;
  font-size: 19px;
  margin-top: 14px;
}
.youshia .divs .tans1 {
  color: #767676;
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
  height: 84px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.youshia  .col-md-3{
  width: 20%;
}
/*发展历程*/
.lic {
  padding: 70px 0 110px 0;
}
.lic h3 {
  text-align: center;
  font-size: 26px;
  color: #000000;
  margin-bottom: 30px;
}
.container_lic dt {
  text-align: center;
  font-weight: normal;
  float: left;
}
.container_lic dt:nth-child(1) {
  border-right: 1px solid #000;
  width: 50%;
  padding-left: 10%;
}
.container_lic dt:nth-child(2) {
  width: 50%;
  padding-left: 40px;
  color: #2c2c2c;
  font-size: 16px;
  text-align:left;
  line-height: 30px;
}
.container_lic dt h3 {
  font-size: 94px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0px;
}
.container_lic dt p {
  font-size: 20px;
  color: #9c9c9c;
}
.container_lic dd {
  width: 70%;
  float: left;
  font-size: 20px;
  color: #2c2c2c;
  padding: 5px 50px;
  line-height: 25px;
}
.lic_w {
  padding: 0px 10%;
  margin-top: 40px;
}
.lic_w .prev_lic {
  background: url(../images/6.png) no-repeat;
  width: 69px;
  height: 69px;
}.houzuo .swiper-button-prev,.houzuo .swiper-button-next{
  display: none;
}
.lic_w .next_lic {
  background: url(../images/5.png) no-repeat;
  width: 69px;
  height: 69px;
}
.lic_w .prev_lic,
.lic_w .next_lic {
  margin-top: -40px;
  opacity: .7;
}
.lic_w .prev_lic:focus,
.lic_w .next_lic:focus {
  outline: none;
}
.lic_w .next_lic:hover,.lic_w .prev_lic:hover{
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.container_lic_b .swiper-slide span {
  cursor: pointer;
  margin-top: 20px;
  font-size: 25px;
  color: #b3b3b3;
  display: inline-block;
  text-align: left;
  position: relative;
  left: -28px;
}
.container_lic_b .swiper-slide span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  opacity: 0;
  background: #2ea3f5;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -3px;
}
.lic_b {
  margin-top: 20px;
  overflow: hidden;
  padding: 0px 10%;
}
.lic_b .container_lic_b {
  overflow: initial;
}
.container_lic_b .swiper-slide-thumb-active span {
  color: #000;
}
.container_lic_b .swiper-slide-thumb-active span:before {
  opacity: 1;
}
.lic {
  background: url(../images/8.jpg);
}
.houzuo {
  padding: 60px 0 90px 0;
}
.houzuo .overh {
  border: 1px solid #e7e7e7 ;
}
.houzuo .bis {
  color: #767676;
  font-size: 17px;
  margin: 10px 0 0 0;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.houzuo .swiper-container {
  margin-top: 40px;
}
.lianxis {
  margin: 80px 0;
}
.lianxis .sdda {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.lianxis .lianxi-uls {

}
.lianxis .lianxi-uls li {
  padding: 19px 20px ;
  border-bottom: 1px solid #f0f0f0;
}.lianxis .lianxi-uls li:hover{
  box-shadow: 0px 7px 8px  rgba(0, 0, 0, 0.15);    transition: 600ms ease-in-out;

}
.lianxis .lianxi-uls li:last-child {
  border-bottom: none;
}
.lianxis .lianxi-uls li .fl {
  width: 10%;
  line-height: 50px;
  color: #009882;
  text-align: center;
}
.lianxis .lianxi-uls li .fl i {
  font-size: 35px;
}
.lianxis .lianxi-uls li .fr {
  width: 85%;
}
.lianxis .lianxi-uls li .fr .add-p {
  color: #000000;
  font-size: 20px;
}
.lianxis .lianxi-uls li .fr .add-p1 {
  color: #5b5b5b;
  font-size: 16px;
  margin-top: 2px;
  line-height: 30px;
}
.lianxis .sdda {
  width: 29.3%;

}
.lianxis .map {
  width: 69%;
}
.download thead tr {
  border-top: 3px solid #009882;
}
.download thead tr th {
  color: #000000;
  font-size: 19px;
  line-height: 50px;
  font-weight: normal;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.download tbody tr {
  cursor: pointer;
}
.download tbody tr td {
  color: #737373;
  font-size: 16px;
  padding: 0;
  line-height: 70px;
  text-align: center;
      white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.download tbody tr td:nth-child(1) {
  position: relative;
  padding: 0 40px;
}
.download tbody tr td:nth-child(1) span {
  position: absolute;
  background: #3465aa;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  color: #ffffff;
  line-height: 25px;
  font-size: 13px;
  padding: 0 10px;
  text-transform: uppercase;
  display: none;
}
.download tbody tr td a {
	font-size: 16px;
	color: #FFF;
	background-color: #3465aa;
	padding: 5px 10px;
	padding-bottom: 6px;
}
.download tbody tr td a i {
  display: inline-block;
  margin-right: 5px;
}
.download tbody tr:nth-child(1) td span,
.download tbody tr:nth-child(2) td span {
  display: block;
}
.download tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}
.download tbody tr:hover {
  background: #e2e1e1;
}
.download tbody tr:hover a {
  color: #FFF;
  background-color:#009882;
}



.us-about {
  padding: 80px 0;
}
.download tbody tr td:nth-child(2) {
  width: 40%;
}
.rong-d {
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
  cursor: pointer;
}
.rong-d .overh img{
  width:80%;
}.rong-d .overh{
  text-align: center;
}
.rong-d .rong-yu {
  color: #0b0b0b;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  padding: 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.bjss {
  position: fixed;
  top: 0%;
  right: 0;
  bottom: 0%;
  display: none;
  left: 0;

  z-index: 1050;
  background: rgba(0, 0, 0, 0.8);
}
.bjss .rong-img {
  left: 50%;
width: 33%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}.bjss .rong-img img{
  width: 100%;

}
.bjss .rong-img .colsea {
  border-width: 2px;
  border-color: #9e9e9e;
  border-style: solid;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  width: 46px;
  height: 46px;
  line-height: 41px;
  text-align: center;
  top: -20px;
  right: -20px;
}
.bjss .rong-img .colsea i {
  color: #9e9e9e;
  font-size: 30px;
}
.jie-con {

  font-size: 16px;
  line-height: 30px;
}

.jie-con p{
	text-indent:2em;
}
.jiebiao {
  font-size: 25px;
  color: #000000;
  margin-bottom: 30px;
}
.bis1 {
  color: #007356;
  font-size: 19px;
  margin: 20px 0;
}
.neis-b .table &gt; tbody &gt; tr &gt; td,
.neis-b .table &gt; tbody &gt; tr &gt; th,
.neis-b .table &gt; tfoot &gt; tr &gt; td,
.neis-b .table &gt; tfoot &gt; tr &gt; th,
.neis-b .table &gt; thead &gt; tr &gt; td,
.neis-b .table &gt; thead &gt; tr &gt; th {
  border-top: none;
  vertical-align: middle;
  color: #838383;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #ebebeb;
  padding: 15px 0;
}
.neis-b .table {
  border: 1px solid #ebebeb;
  border-top: 1px solid #007356;
}
.neis-b .table &gt; thead &gt; tr &gt; th {
  border-bottom: none;
  background: #f8f8f8;
  padding: 15px 0;
  color: #000000;
  font-size: 16px;
}
.zhaop {
  padding: 80px 0 0px 0;
}
.zhaop .zhaop-con1 .left {
  width: 67%;
}
.zhaop .zhaop-con1 .right {
  width: 32%;
  padding-left: 11px;
}
.zhaop .zhaop-con1 .right .top1 {
  padding-bottom: 6px;
}
.zhaop .zhaop-con1 .right .top2 {
  padding-top: 6px;
}
.zhaop-biao {
  color: #000000;
  font-size: 26px;
  padding-top: 70px;
}
.zhaop-yas {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.fuli {
  background: #f7f8f9;
  padding-bottom: 20px;
}
.fuli .fuli-con .col-md-3 {
  height: 182px;
  transition: 600ms ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.fuli .fuli-con .col-md-3 .ful-yu .imgs2 {
  display: none;
}
.fuli .fuli-con .col-md-3 .ful-yu .fuli-t1 {
  color: #5b5b5b;
  font-size: 17px;
  margin-top: 10px;
}
.fuli .fuli-con .col-md-3 .ful-yu .fuli-t2 {
  color: #5b5b5b;
  font-size: 13px;
  line-height: 25px;
  opacity: 0;
  transition: 600ms ease-in-out;
}
.fuli .fuli-con .col-md-3:hover {
  transition: 600ms ease-in-out;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.05);
}
.fuli .fuli-con .col-md-3:hover .fuli-t2 {
  opacity: 1;
}
.fuli .fuli-con .col-md-3:hover .imgs1 {
  display: none;
}
.fuli .fuli-con .col-md-3:hover .imgs2 {
  display: block;
  margin: auto;
}
.recruit .recruit-ren {
  background: #3465aa;
  padding: 30px 0 40px 0;
  color: #ffffff;
  font-weight: lighter;
  font-size: 14px;
  line-height: 30px;
}
.recruit .recruit-ren .recruit-renp {
  margin-bottom: 10px;
  font-weight: lighter;
  color: #ffffff;
  font-size: 19px;
}
.recruit .recruit-con {
  margin: 25px -30px 70px -30px;
}
.recruit .recruit-con .col-md-4 {
  padding: 0;
}
.recruit .recruit-con .col-md-4 .recruit-title {
  color: #000000;
  font-weight: lighter;
  font-size: 19px;
  margin-bottom: 20px;
}
.recruit .recruit-con .col-md-4 .neirong {
  padding: 26px 20px;
  margin: 0 15px;
  border-width: 1px;
  border-color: #e0e0e0;
  border-style: solid;
  border-radius: 5px;
}
.recruit .recruit-con .col-md-4 .neirong .neirong-xcon {
  height: 290px;
  padding-right: 10px;
  overflow-y: scroll;
  color: #5f5f5f;
  font-weight: lighter;
  font-size: 14px;
  line-height: 30px;
}
.recruit .recruit-con .col-md-4 .neirong .neirong-date {
  color: #5f5f5f;
  font-weight: lighter;
  font-size: 14px;
  margin: 30px 0 20px 0;
}
.recruit .recruit-con .col-md-4 .neirong .sheqing a {
  display: block;
  color: 17px;
  color: #3465aa;
  background: #e5f0f9;
  line-height: 44px;
  text-align: center;
  border-radius: 3px;
  transition: 600ms ease-in-out;
}
.recruit .recruit-con .col-md-4 .neirong .sheqing a:hover {
  background: #3465aa;
  color: #fff;
}
.san_div {
  border-bottom: 1px solid #e4e4e4;
}
.san_div ul li {
  line-height: 55px;
  margin: 0 20px;
  display: inline-block;
}
.san_div ul li .yuans {
  border-radius: 50%;
  background-color: #19a28e;
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  opacity: 0;
  margin-top: -3px;
}
.san_div ul li a {
  color: #767676;
  font-size: 16px;
}
.san_div ul li:hover .yuans,
.san_div ul li.active .yuans {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.san_div ul li:hover a,
.san_div ul li.active a {
  color: #009882;
  text-decoration: underline;
}
.xiangye-tui .tui-a {
  display: block;
}
.xiangye-tui .swiper-pagination {
  width: 49%;
  bottom: 70px;
}
.xiangye-tui .swiper-pagination-bullet {
  margin: 0 4px;
}
.xiangye-tui .tui-a &gt; .fl {
  width: 49%;
}
.xiangye-tui .tui-a &gt; .fr {
  width: 49%;
}
.xiangye-tui .tui-a &gt; .fr .yue {
  font-size: 15px;
  color: #888888;
}
.xiangye-tui .tui-a &gt; .fr .yao-title {
  color: #0b0b0b;
  font-size: 19px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 10px;
}
.xiangye-tui .tui-a &gt; .fr .yao-title a {
  color: #0b0b0b;
}
.xiangye-tui .tui-a &gt; .fr .ziyao {
  color: #888888;
  font-size: 15px;
  line-height: 30px;
  height: 120px;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.xiangye-tui .tui-a .xiang {
  color: #0b0b0b;
  font-size: 18px;
  margin-top: 30px;
}
.xiangye-tui .tui-a .xiang .yus {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #009882;
  display: inline-block;
  line-height: 47px;
  margin-right: 20px;
  text-align: center;
}
.xiangye-tui .tui-a .xiang .yus i {
  color: #ffffff;
}
.xiangye-tui .tui-a:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.xiangye-tui .tui-a:hover &gt; .fr .yao-title {
  color: #05439b;
}
.xiangye-tui {
  padding-bottom: 60px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 50px;
}
.li-con {
  border: 1px solid #eeeeee;
  display: block;
}
.li-con .cons-d {
  padding: 20px;
}
.rong-titles {
  line-height: 30px;
  color: #0b0b0b;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 30px;
  padding: 0;
}
.li-con:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.li-con:hover .rong-title {
  color: #05439b;
}
.zhas {
  color: #888888;
  font-size: 15px;
  line-height: 25px;
  margin-top: 5px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.date {
  color: #888888;
  font-size: 15px;
}
.newiss .col-md-4 {
  margin-bottom: 30px;
}
.li-con:hover {
  border: 1px solid #009882;
}
.xiangye-tui .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #009882;
  opacity: 1;
  position: relative;
}
.xiangye-tui .swiper-pagination-bullet-active::after {
  position: absolute;
  content: '';
  width: 11px;
  border: 1px solid #009882;
  height: 11px;
  top: -2px;
  left: -2px;
  border-radius: 100%;
}
.xiangye-tui .mores a {
  font-size: 16px;
}
.xiangye-tui .mores {
  margin-top: 40px;
}
.case-row .col-md-4 {
  margin-bottom: 30px;
}
.case-a {
  display: block;

}
.case-a .case-cen {
  padding: 15px;
}
.case-a .case-cen .case-title {
  color: #0b0b0b;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.case-a .case-cen .case-title a {
  color: #0b0b0b;
}
.case-a .case-cen .data {
  font-size: 15px;
  color: #888888;
  margin: 5px 0;
}
.case-a .case-cen .case-yao {
  font-size: 15px;
  color: #888888;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: none;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case-a .case-bot {
  border-top: 1px solid #eeeeee;
  color: #0b0b0b;
  font-size: 15px;
  line-height: 45px;
  padding: 0 20px;
}
.case-a .case-bot a {
  display: block;
}
.case-a .case-bot a .fl {
  color: #0b0b0b;
  font-size: 15px;
}
.case-a .case-bot a i {
    color: #FFF;
    float: right;
    background-color: #666;
    WIDTH: 30PX;
    TEXT-ALIGN: CENTER;
    HEIGHT: 30PX;
    LINE-HEIGHT: 30PX;
    BORDER-RADIUS: 50%;
    POSITION: RELATIVE;
    TOP: 8PX;
    padding-left: 2px;
}
.case-a:hover {

  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.case-a:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.case-a:hover .case-cen .case-title a {
  color: #009882;
}
.xingsw .row {
  margin-bottom: 45px;
}
.xing-bots {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  padding: 24px 0;
}
.xing-bots .more a {
  color: #ffffff;
  font-size: 15px;
  border: 1px solid #eeeeee;
  line-height: 30px;
  padding: 0 30px;
  background: #009882;
  height: 30px;
  display: inline-block;
}
.xing-bots .more a:hover {
  background: #05439b;
  color: #ffffff;
}
.shang {
  width: 80%;
}
.shang &gt; div {
  color: #000000;
  font-size: 15px;
  margin-top: 10px;
}
.shang &gt; div a {
  color: #575757;
  font-size: 15px;
}
.shang &gt; div a:hover {
  color: #19a9eb;
}
.xingsw .more {
  margin: 40px 0;
}
.xingsw .more a:hover {
  border: 1px solid #05439b;
  color: #05439b;
}
.new-list-xiang {
  padding: 30px 0 90px 0;
}
.detall .bdsharebuttonbox {
  display: inline-block;
  position: relative;
  top: 16px;
}
.detall .bdsharebuttonbox a {
  margin: 0px 6px 0px 0;
}
.new-list-xiang {
  margin-top: 50px;
}
.new-list-xiang .xing-lizi {
  left: 8%;
  top: 40%;
}
.xing-biao {
  color: #0b0b0b;
  font-size: 28px;
}
.cons-bian2 {
  color: #888888;
  font-size: 15px;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
}
.cs-cons1 {
  color: #888888;
  font-size: 15px;
  line-height: 30px;
  padding: 30px 0;
}

.cs-cons1 span{
	color:#000 !important;
}

.cs-cons1 img {
  padding: 15px;
}
.yoa-hcon {
  color: #585858;
  font-size: 16px;
  line-height: 30px;
}
.xia-ul li {
  width: 25%;
  float: left;
  border: 1px solid #ececec;
}
.xia-ul li a {
  display: block;
  padding: 15px;
  overflow: hidden;
  position: relative;
}
.xia-ul li .xis {
  top: 0;
  bottom: 0;
  left: -100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: rgba(0, 0, 0, 0.6);
}
.xia-ul li .xis .xia-biao {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.xia-ul li .xis .xia-biao .zi {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.xia-ul li:hover a .xis {
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  right: 0;
}
.yoa-xia &gt; p {
  margin: 35px 0;
}
#ding1 .modal-content {
  border-radius: 0;
}
#ding1 .modal-body {
  padding: 0;
}
#ding1 .modal-title {
  margin-bottom: 30px;
}
#ding1 .modal-title {
  color: #000000;
}
#ding1 .modal-title span {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  color: #6c6c6c;
}
#ding1 button.close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  z-index: 33;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.modal-dialog {
  top: 15%;
}
#yings1 button.close {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #00aa46;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  color: #ffffff;
  text-align: center;
  opacity: 1;
  right: -30px;
  top: -30px;
}
#yings1 button.close span {
  position: relative;
  top: -3px;
}
#yings1 .modal-content {
  border-radius: 0;
}
#yings1 .fl {
  width: 40%;
  padding-top: 5%;
}
#yings1 .fr {
  width: 60%;
}
#yings1 .fr &gt; p {
  color: #00aa46;
  font-size: 20px;
}
#yings1 .fr .cons-p1 {
  color: #616161;
  font-size: 16px;
  line-height: 30px;
}
#yings1 .fr .neis-div {
  font-size: 16px;
  color: #616161;
  line-height: 30px;
  margin-top: 20px;
}
#yings1 .fr .xias11 {
  color: #00aa46;
  font-size: 17px;
  line-height: 40px;
  border: 1px solid #03994a;
  padding: 0 20px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 10px;
}
#yings1 .fr .xias11:hover {
  background: #03994a;
  color: #ffffff;
}
.ying-cons1 {
  padding: 50px;
}
.ding-uls li {
  margin-bottom: 10px;
}
.ding-uls li p {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.ding-uls li p span {
  color: red;
}
.ding-uls li input {
  height: 40px;
  width: 100%;
  border: 1px solid #eeeeee;
}
.ding-uls li button {
  width: 100%;
  border: none;
  background: #3465aa;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  margin-top: 10px;
}
.reds {
  color: #e00000;
}
.inp-ul &gt; li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.inp-ul &gt; li:nth-child(3) {
  margin-right: 0;
}
.inp-ul &gt; li p {
  font-size: 16px;
  color: #1b1b1b;
  margin-top: 10px;
}
.inp-ul &gt; li:last-child {
  width: 100%;
  margin-right: 0;
}
.inp-ul &gt; li input {
  width: 100%;
  height: 42px;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
}
.inp-ul &gt; li textarea {
  width: 100%;
  height: 160px;
  resize: none;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding: 15px;
}
.tiajiaos {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  padding: 0 50px;
  background: #03994a;
  border: none;
  border-radius: 30px;
  margin-top: 20px;
}
.tiajiaos:hover {
  background: #009882;
  transition: 600ms ease-in-out;
}
.dingyue &gt; .fl {
  width: 60%;
  padding: 40px;
}
.dingyue &gt; .fr {
  width: 40%;
  background: url(../images/30.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  height: 515px;
  text-align: center;
  color: #ffffff;
  padding: 80px 40px;
}
.dingyue &gt; .fr .mas {
  border-radius: 20px;
  display: inline-block;
}
.dingyue &gt; .fr .mas img {
  padding: 0 5px;
}
.dingyue &gt; .fr &gt; p {
  line-height: 40px;
  font-size: 18px;
}
.dingyue &gt; .fr .fuwus {
  font-size: 25px;
  margin-bottom: 20px;
}
.dingyue &gt; .fr .fuwus p {
  font-size: 20px;
  margin-bottom: 20px;
}
.yi-uls &gt; li {
  border-top: 1px solid #ffffff;
}
.yi-uls:nth-of-type(1){

}

.yi-uls &gt; li &gt; a {
  display: block;
  line-height: 55px;
  background: #c7c7c7;
  padding: 0 24px;
}
.yi-uls &gt; li .jis {
  color: #000000;
padding: 0 10px;
cursor: pointer;
right: 10px;
top: 16px;
  z-index: 3;
 
}
.yi-uls &gt; li &gt; a span {
  color: #000000;
  font-size: 15px;
}
.yi-uls &gt; li:hover &gt; a span,
.yi-uls &gt; li.active &gt; a span {
  color: #009882;
}
.er-ulss {
  display: none;
}
.er-ulss &gt; li {
  border-top: 1px solid #ffffff;
}
.er-ulss &gt; li &gt; a {
  display: block;
  line-height: 55px;
  background: #dfdfdf;
  padding: 0 30px;
}
.er-ulss &gt; li &gt; a &gt; .jis {
  color: #000000;
}
.er-ulss &gt; li &gt; a &gt; span {
  color: #000000;
  font-size: 16px;
}
.er-ulss &gt; li:hover &gt; a span,
.er-ulss &gt; li.active &gt; a span {
  color: #009882;
}
.cpro-con .right {
  width: 78%;
}
.cpro-con .right ul li {
  cursor: pointer;
  margin-bottom: 20px;
}
.cpro-con .right ul li:hover .overh {
  border: 1px solid #3465aa;
}
.cpro-con .right ul .overh {
  width: 30.5%;
  border: 1px solid #c7c7c7;
}
.cpro-con .right ul .zzis {
  width: 68%;
}
.cpro-con .right ul .zzis .zis-title {
  color: #000000;
  font-size: 20px;
}
.cpro-con .right ul .zzis .zis-title a {
  color: #000000;
}
.cpro-con .right ul .zzis .zis-title a:hover {
  color: #3465aa;
}
.cpro-con .right ul .zzis .pinzi {
  margin-top: 10px;
  color: #838383;
  font-size: 16px;
  line-height: 30px;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cpro-con .right ul .zzis .moras {
  margin-top: 50px;
}
.cpro-con .right ul .zzis .moras a {
  color: #838383;
  font-size: 16px;
}
.cpro-con .right ul .zzis .moras a:hover {
  color: #3465aa;
}
.cpro-con .left {
  width: 20%;
}
.cpro-con .left .sheng-top {
  line-height: 55px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 18px;
  background: url(../images/32.jpg) no-repeat;
  background-size: 100% 100%;
}
.cpro-con .left .sheng-top .plus{
	cursor:pointer;
}
.san1-uls {
  display: none;
}
.san1-uls &gt; li {
  border-top: 1px solid #dfdfdf;
}
.san1-uls &gt; li &gt; a {
  line-height: 55px;
  border-left: 1px solid #dfdfdf;
  background: #fff;
  padding: 0 30px;
  border-right: 1px solid #dfdfdf;
  color: #737373;
  display: block;
  font-size: 15px;
}
.san1-uls &gt; li &gt; a i {
  opacity: 0;
}
.san1-uls &gt; li:hover &gt; a,
.san1-uls &gt; li.active &gt; a {
  color: #009882;
}
.san1-uls &gt; li:hover &gt; a i,
.san1-uls &gt; li.active &gt; a i {
  opacity: 1;
}
.xiang-neis {
  color: #838383;
  line-height: 30px;
  font-size: 16px;
  margin-top: 13px;
}
.xing-pro-biao {
  color: #000000;
  font-size: 25px;
}
.xis1 {
  color: #838383;
  margin-top: 50px;
  line-height: 30px;
  font-size: 16px;
}
.xis1 .xing1-top {
  color: #007356;
  font-size: 19px;
  line-height: 60px;
  background: #f8f8f8 ;
  padding-left: 30px;
  border-top: 1px solid #007356;
  margin-bottom: 40px;
}
.nnr1 &gt; .row {
  margin-bottom: 25px;
}
.wenzi {
  bottom: 30px;
  width: 100%;
  display: none;
  padding: 0 30px;
  left: 0;
  right: 0;
}
.wenzi &gt; .fl {
  width: 70%;
}
.wenzi &gt; .fl .biaotis {
  color: #ffffff;
  font-size: 26px;
  position: relative;
}

.wenzi &gt; .fl .yasi {
  color: #ffffff;
  line-height: 30px;
  margin-top: 10px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 17px;
  display:none;
}
.wenzi .morea a {
  color: #010101;
  font-size: 19px;
  display: inline-block;
  line-height: 45px;
  padding: 0 30px;
  border-radius: 30px;
  background: #ffffff;
}
.wenzi .morea a:hover {
  box-shadow: inset 0 0 0 20px #009882;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #ffffff;
}
#mainProducta .swiper-slide-active {
  position: relative;
}
#mainProducta .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

#mainProducta .swiper-slide-active::before {
	  background: rgba(0, 0, 0, 0);
}

#mainProducta .swiper-slide-active .wenzi {
  display: block;
}
.pas-ul li .philosophy_item {
  font-size: 0;
}
.pas-ul li .philosophy_item figure {
  min-height: 96px;
}
.pas-ul li .philosophy_item:after {
  width: 1px;
  height: 100%;
  background: #ddd;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.pas-ul li .philosophy_item:last-child:after {
  display: none;
}
.pas-ul li .philosophy_item svg {
  margin-bottom: 25px;
}
.pas-ul li .philosophy_item path {
  stoke: #1f2c5c;
  -webkit-transition: stroke .6s;
  transition: stroke .6s;
}
.fixed-headers:before {
  opacity: 0;
}
.fixed-headers .logo {
  opacity: 0;
}
#div_sitemap {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
}
#div_sitemap h1 {
  display: none;
  position: absolute;
  left: 50px;
  top: 15px;
}
#div_sitemap .fr {
  right: 7%;
  top: 30px;
  padding: 24px 25px 22px !important;
  position: relative;
  z-index: 2;
}
#div_sitemap .fr i {
  font-size: 40px;
  color: #009882;
}
#ul_sitemap {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  background: #fff;
  /*position:absolute; left:0; right:0; top:74px; background:#0e7fd4; border-top:1px solid #4d9cd8;*/
}
#ul_sitemap_inner {
  display: table;
  margin: 0 auto;
  height: 800px;
}
#ul_sitemap_inner &gt; li {
  padding: 33px 15px;
  display: table-cell;
  width: 11.5%;
  /*border:1px solid #4d9cd8; border-top:0;*/
}
#ul_sitemap_inner &gt; li &gt; a {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
#ul_sitemap_inner .ul_submenu {
  display: block !important;
  border-top: 1px solid #009882;
  margin: 25px 0px 0px 0px;
  padding-top: 6px;
}
#ul_sitemap_inner .ul_submenu &gt; li {
  display: table-row;
}
#ul_sitemap_inner .ul_submenu &gt; li &gt; a {
  display: block;
  padding-top: 19px;
  /*padding-left:10px;*/
  text-align: left;
  font-size: 16px;
  color: #009882;
  font-weight: 400;
}
#ul_sitemap_inner .ul_submenu &gt; li &gt; a:hover {
  color: #03994a;
}
#ul_sitemap_inner .ul_submenu &gt; li &gt; a:hover::before {
  background: #03994a;
}
.no_ul {
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}
.no_ul.active {
  height: 300px;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}
#ul_sitemap_inner .ul_submenu &gt; li &gt; a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #009882;
  margin: -4px 4px 0 0;
}
#ul_sitemap_inner #li_languagemenu,
#ul_mainmenu_mobile #li_languagemenu {
  display: none;
}
#div_sitemap .ul_endpoint {
  padding-top: 10px;
  display: block;
}
#div_sitemap .ul_endpoint &gt; li {
  padding: 6px;
  padding-left: 8px;
  text-align: left;
  font-size: 1em;
  line-height: 20px;
}
.counter {
  font-weight: 100;
  padding: 30px;
}
#ul_globalcount {
  line-height: 10px !important;
  margin: 0px auto;
  margin-top: 30px;
  display: table;
}
#ul_globalcount &gt; li {
  padding: 30px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#ul_globalcount &gt; li:first-child {
  border-right: 1px solid #5187b6;
}
.recruit .recruit-con .col-md-4 .neirong {
  margin-bottom: 20px;
}
.searchbox {
  padding: 15px;
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  position: fixed;
  left: 0;
  display: none;
  width: 100%;
  right: 0;
  top: 82px;
  border-top: 2px solid #282828;
  text-align: center;
  z-index: 999;
}
.searchs {
  max-width: 600px;
  margin: 0 auto;
}
.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;
  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #282828;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.44s;
}
.ds {
  cursor: pointer;
}
.phone {
  box-shadow: 0px 0px 5px rgba(200, 203, 204, 0.5);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
}
#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.phone .index_a {
  width: auto;
  margin-top: 0px;
  line-height: 70px;
}
.sidebar-menu.is-active + #wrapper {
  transform: translateX(-300px);
}
.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #282828;
  line-height: 70px;
}
.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #224169;
  transition: right 0.5s;
  z-index: 99999;
}
.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}
.sidebar-menu__header {
  height: 50px;
  background: transparent;
  z-index: auto;
  position: relative;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 100%;
  color: #fff;
}
.sidebar-menu__title {
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar-menu__title &gt; i {
  display: inline-block;
  float: right;
  font-size: 28px;
  line-height: inherit;
}
.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}
.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga" 1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}
.sidebar-menu__list {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.colos {
  line-height: 70px;
}
.sidebar-menu__item:first-child {
  border-top: 0;
}
.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #184886 !important;
}
.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}
.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}
.sidebar-menu__item:hover &gt; .sidebar-menu__link {
  color: #6e6e6e;
}
.phone_i {
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
}
.sidebar-menu__item:hover &gt; .sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}
.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(-100%);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0);
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}
.sidebar-menu__link {
  display: block;
  padding: 10px 25px;
  color: #828282;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__link::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}
.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-right: 4px;
}
.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}
.mobile-foot {
  display: none;
  background: #224169;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.mobile-foot a {
  color: #ffffff;
  height: 35px;
  line-height: 33px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  text-align: center;
  width: 22%;
  padding: 0 15px;
  font-size: 14px;
  margin: 0 5px;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/* 右侧悬浮 */
.rightfix {
  position: fixed;
  top: 80%;
  right: 0px;
  width: 60px;
  border-right: none;
  transform: translateY(-50%);
  z-index: 99;
  border: 1px solid rgba(124, 124, 124, 0.45882353);
}
.fix_ul li {
  font-size: 12px;
  text-align: center;
  float: none;
  position: relative;
  width: 60px;
  cursor: pointer;
  height: 60px;
  padding: 5px 0;
  background: rgba(12, 12, 12, 0.49);
  margin-bottom: 0px;
  color: #ffffff;
  border-bottom: 1px solid rgba(124, 124, 124, 0.45882353);
}
.fix_ul li:last-child {
  border-bottom: none;
}
.fix_ul li:hover {
  background: #45aea9;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li i {
  font-size: 20px;
  color: #ffffff;
}
.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  min-height: 60px;
  -o-transform: scale(0);
  position: absolute;
  right: 60px;
  top: 0px;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px;
  line-height: 60px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  min-width: 140px;
}
.fix_ul li:hover a {
  color: #848484;
}
.fix_ul li:hover .right_div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  right: 60px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li:hover {
  background: #45aea9;
}
.fix_ul li:hover i {
  color: #fff;
}
.sans-uls1 li {
  line-height: 30px;
  cursor: pointer;
  padding: 0px 30px;
}
.sans-uls1 {
  max-height: 200px;
  overflow-y: scroll;
}
.sans-uls1 li a {
  color: #828282;
  padding-bottom: 4px;
  font-size: 13px;
  border-bottom: 1px solid #eeeeee;
}
.sans-uls1 {
  display: none;
}
.jia {
  padding-right: 30px;
  color: #828282;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
}
.sans-uls1 li:last-child a {
  border-bottom: none;
}
.ass1 .sidebar-menu__link {
  font-size: 14px;
}
.logss {
  padding: 5px;
}
#mainProducta .swiper-pagination-current {
  color: #007356;
}
#mainVisual .swiper-container {
  height: 100vh;
}
#mainVisual .swiper-container .swiper-pagination-bullet {
  width: 3px;
  display: block;
  border-radius: 0;
  margin: 5px 29px;
  opacity: 1;
  height: 28px;
  background-color: #ffffff;
}
#mainVisual .swiper-container .swiper-pagination {
  width: auto;
  position: absolute;
}
#mainVisual .swiper-container .swiper-pagination-bullet-active {
  background: #007356;
}
#mainVisual .swiper-container .shus {
  top: 50%;
  left: 5%;
  width: 100px;
  height: 200px;
}
#mainVisual .swiper-container .lunbo-su {
  color: #fcfcff;
  position: absolute;
  z-index: 33;
  bottom: 0;
  font-size: 17px;
  line-height: 64px;
}
#mainVisual .swiper-container .lunbo-su .count {
  color: #007356;
  position: relative;
  top: -20px;
}
#mainVisual .swiper-container .lunbo-su .zongshu {
  position: relative;
  top: -20px;
}
#mainVisual .swiper-container .lunbo-su .xians {
  display: inline-block;
  width: 1px;
  height: 64px;
  background-color: #898989;
  margin: 0 10px;
}
.lat-xinwe {
  background: rgba(0, 0, 0, 0.5);
  height: 49px;
  line-height: 49px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 33;
}
.lat-xinwe .fl {
  width: 10%;
  color: #ffffff;
  font-size: 17px;
}
.lat-xinwe .fl a {
  margin-left: 10px;
}
.lat-xinwe .fr {
  width: 90%;
}
.gaos .swiper-container {
  height: 49px!important;
}
.gaos .swiper-slide {
  line-height: 49px;
  width: 50%!important;
  height: 49px!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.gaos .swiper-slide a {
  color: #c2c2c2;
  font-size: 16px;
  padding-left: 30px;
  height: 49px!important;
  line-height: 49px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}
.gaos .swiper-slide a:hover {
  color: #ffffff;
}
.gaos .swiper-slide a::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #009882;
}
.gaos .swiper-button-next,
.gaos .swiper-button-prev {
  background: transparent;
  width: auto;
  height: auto;
  line-height: 20px;
}
.gaos .swiper-button-next i,
.gaos .swiper-button-prev i {
  color: #ffffff;
}
.gaos .swiper-button-prev {
  left: auto;
  top: 25px;
  right: -10px;
}
.gaos .swiper-button-next {
  top: 45px;
  right: -10px;
}
.fixed-header.fixed #gnb &gt; ul &gt; li::after {
  background: #009882;
  height: 0px;
  top: -24px;
}
.fixed-header.fixed #gnb &gt; ul &gt; li:hover::after,
.fixed-header.fixed #gnb &gt; ul &gt; li.active::after {
  height: 2px;
}
#mainProducta .img11 {
  left: 4%;
  top: 5%;
}
#mainProducta .img22 {
  right: 5%;
  bottom: 2%;
}
.hzus{
  margin-bottom: 10px;
}
.hzz .col-md-2{
  margin-bottom: 30px;
}.houzuo .swiper-button-next {
  right: -100px;
}.houzuo .swiper-button-prev{
  left: -100px;
}
@media (max-width: 1600px) {
  #gnb &gt; ul &gt; li {
    padding: 0 14px;
}.houzuo .swiper-button-next {
  right: 0px;
}.houzuo .swiper-button-prev{
  left: 0px;
}
}
@media (max-width: 1475px) {
  #gnb &gt; ul &gt; li {
    padding: 35px 15px;
  }
  #gnb &gt; ul {
    padding-left: 100px;
  }
  #div_sitemap .fr {
    right: 1%;
    top: -2px;
    padding: 13px 19px 5px !important;
    position: relative;
    z-index: 2;
  }
  #header.fixed #gnb &gt; ul {
    padding-left: 60px;
  }
  #mainVisual .swiper-container {
    height: auto;
  }
  .main-profile-txt {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1440px) {
  #gnb &gt; ul &gt; li {
    padding: 0 10px;
  }
  #header.fixed {
    padding: 0 30px;
  }
  .area {
    width: 100%;
  }
  .yuayns {
    margin-top: -9px;
    right: 261px;
  }
  .bott_div ul {
    margin-right: 19px;
  }  .ban {
  

    height: auto;
  }#mainProducta .swiper-button-prev{
    left: 44%;
  }#mainProducta .swiper-button-next{
    right: 44%;
  }
}
@media (max-width: 1366px) {
  .lianxis .lianxi-uls li .fr .add-p1 {
    font-size: 13px;
    line-height: 23px;
  }
  .lianxis .lianxi-uls li .fr .add-p {
    font-size: 16px;
  }
  .lianxis .lianxi-uls li {
    padding: 11px 0;
  }
}

  @media (max-width: 1280px) {

    #gnb &gt; ul &gt; li {
      padding: 0 5px;
  }
  #header.fixed #gnb &gt; ul {
    padding-left: 76px;
}#gnb &gt; ul{
  margin-left: 0;
}
}
@media (max-width: 1200px) {
  .lat-xinwe .fl {
    width: 15%;
  }
  .lat-xinwe .fr {
    width: 80%;
  }
  #header {
    display: none;
  }
  .phone {
    display: block;
  }
  .cpro-con .left {
    width: 28%;
  }
  .cpro-con .right {
    width: 70%;
  }
  .yi-uls &gt; li &gt; a span {
    color: #000000;
    font-size: 14px;
  }
  .cpro-con .left .sheng-top {
    line-height: 55px;
    padding: 0 10px;
    font-size: 16px;
  }
  .lianxis .lianxi-uls li .fl i {
    font-size: 22px;
  }
  .lianxis .sdda {
    width: 36.3%;
  }
  .lianxis .map {
    width: 62%;
  }
  .lianxis .lianxi-uls li {
    padding: 5px 0;
  }
  .about_us .about-biap {
    font-size: 26px;
  }
  .about_us .morse {
    margin-top: 26px;
  }
  .about_us .about_con {
    padding: 50px 0 50px 0;
  }
  .ban-zi .ban-title {
    color: #ffffff;
    font-size: 38px;
    text-align: center;
  }
  .about_us .ysa {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
  .bott_div .bott_ul li:nth-child(1) {
    font-size: 18px;
  }
  .bott_div ul li a {
    font-size: 11px;
  }
  .bott_div ul li:nth-child(1) {
    font-size: 13px;
  }
  .container_lic dt h3 {
    font-size: 72px;
  }
  .youshia .divs {
    padding: 30px 15px 30px 15px;
  }
  .position-div ul li a {
    padding: 0 23px;
    line-height: 40px;
    font-size: 13px;
  }
  #header.fixed .header-line-btn .line {
    background-color: #009882 !important;
  }
  .wenzi &gt; .fl .biaotis {
    font-size: 19px;
  }
  .wenzi .morea a {
    font-size: 14px;
    line-height: 40px;
    padding: 0 26px;
  }
  .wenzi {
    bottom: 10px;
    padding: 0 9px;
  }
}
@media (max-width: 990px) {
  .pas-ul li {
    padding: 31px 10px;
  }
  #our_Parth {
    padding: 45px 0;
  }
  .mobile-foot {
    display: block;
  }
  .hdd .biaoti {
    font-size: 30px;
  }
  .pas-ul li .philosophy_item svg {
    margin-bottom: 0;
  }
  .pas-ul li .bis {
    font-size: 16px;
    margin: 0px 0;
  }
  .pas-ul li .philosophy_item figure {
    min-height: 80px;
  }
  .pas-ul li .yas1 {
    font-size: 12px;
    line-height: 22px;
  }
  .phone {
    display: block;
  }
  #header {
    display: none;
  }
  .position-div {
    display: none;
  }
  .ban-zi .ban-title {
    font-size: 18px;
  }
  body {
    padding: 82px 0;
  }
  .about_us .about-biap {
    margin-top: 10px;
  }
  .about_us .ysa {
    margin-bottom: 10px;
  }
  .container_lic dt h3 {
    font-size: 49px;
  }
  .lic {
    padding: 50px 0;
  }
  .ban-zi .position-a {
    display: none;
  }
  #footer,
  .san_div {
    display: none;
  }
  .new-list-xiang {
    margin-top: 0px;
  }
  .cpro-con .right ul .zzis .pinzi {
    font-size: 14px;
    line-height: 23px;
    height: 69px;
  }
  .cpro-con .right ul .zzis .moras {
    margin-top: 10px;
  }
  .cpro-con .right ul .zzis .zis-title {
    font-size: 16px;
  }
  .dingyue &gt; .fr {
    padding: 53px 6px;
  }
  .dingyue &gt; .fr .fuwus {
    font-size: 17px;
  }
  .dingyue &gt; .fr .mas img {
    padding: 5px;
  }
  .dingyue &gt; .fl {
    padding: 26px;
  }
  #ding1 .modal-title span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .youshia .col-md-3{
    width: 100%;
  }

  
  .about_us{
	  padding: 5% 20px !important;  
	  
  }
  .about_us .about_con {
    padding: 20px 15px;
  }
  .about_us .about-biap {
    font-size: 20px;
  }
  .about_us .morse a {
    font-size: 12px;
    line-height: 38px;
    padding: 0 25px;
  }
  .youshia {
    padding: 15px;
  }
  .youshia .divs {
    padding: 20px 10px;
    margin-top: 20px;
  }
  .youshia .divs img {
    width: 20%;
  }
  .youshia .divs .tas {
    font-size: 16px;
    margin-top: 11px;
  }
  .youshia .divs .tans1 {
    font-size: 14px;
    line-height: 23px;
    height: 69px;
  }
  .lic {
    padding: 20px 0;
  }
  .container_lic dt h3 {
    font-size: 31px;
  }
  .container_lic dt p {
    font-size: 15px;
  }
  .container_lic dt:nth-child(1) {
    width: 100%;
    border-right: none;
    padding-left: 0%;
  }
  .container_lic dt:nth-child(2) {
    width: 100%;
    font-size: 15px;
    padding-left: 0;
    margin-top: 10px;
  }
  .lic_w .prev_lic,
  .lic_w .next_lic {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-size: 100% 100%;
  }
  .lic_w {
    padding: 0px 5%;
    margin-top: 10px;
  }
  .container_lic_b .swiper-slide span {
    font-size: 19px;
  }
  .houzuo {
    padding: 30px 15px;
  }
  .houzuo .swiper-container {
    margin-top: 20px;
  }
  .us-about {
    padding: 30px 15px;
  }
  .jiebiao {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .jie-con {
    font-size: 14px;
    line-height: 23px;
  }
  

  
  .neis-b .table &gt; thead &gt; tr &gt; th {
    font-size: 13px;
  }
  .neis-b .table &gt; tbody &gt; tr &gt; td,
  .neis-b .table &gt; tbody &gt; tr &gt; th,
  .neis-b .table &gt; tfoot &gt; tr &gt; td,
  .neis-b .table &gt; tfoot &gt; tr &gt; th,
  .neis-b .table &gt; thead &gt; tr &gt; td,
  .neis-b .table &gt; thead &gt; tr &gt; th {
    font-size: 14px;
    padding: 6px 0;
  }
  .san_div {
    display: none;
  }
  .case-a .case-cen .case-title {
    font-size: 16px;
  }
  .case-a .case-cen .case-yao {
    font-size: 14px;
    line-height: 23px;
    height: 46px;
  }
  .case-a .case-cen {
    padding: 7px;
  }
  .case-a .case-bot {
    line-height: 41px;
    padding: 0 8px;
  }
  .case-row .col-md-4 {
    margin-bottom: 15px;
  }
  .lianxis {
    margin: 0px 0;
    padding: 20px 15px;
  }
  .lianxis .sdda {
    width: 100%;
  }
  .lianxis .map {
    width: 100%;
    margin-top: 10px;
  }
  .rong-d .rong-yu {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
  .rong-d {
    margin-bottom: 15px;
  }
  .bjss .rong-img {
    width: 85%;
  }
  .download thead tr th {
    font-size: 16px;
    line-height: 40px;
  }
  .download tbody tr td {
    font-size: 11px;
    padding: 0 10px;
    line-height: 43px;
  }
  .download tbody tr td a {
    font-size: 14px;
  }
  .download tbody tr td a i {
    font-size: 14px;
  }
  .download tbody tr td:nth-child(1) span {
    left: 2px;
    line-height: 23px;
    font-size: 11px;
    padding: 0 3px;
  }
  .new-list-xiang {
    padding: 20px 15px;
  }
  .xing-biao {
    font-size: 20px;
  }
  .cs-cons1 {
    font-size: 14px;
    line-height: 23px;
    padding: 10px 0;
  }
  .shang {
    width: 100%;
    margin-bottom: 10px;
  }
  .xiangye-tui .tui-a &gt; .fl {
    width: 100%;
  }
  .xiangye-tui .tui-a &gt; .fr {
    width: 100%;
    margin-top: 10px;
  }
  .xiangye-tui .tui-a &gt; .fr .ziyao {
    margin-top: 10px;
    font-size: 14px;
    line-height: 23px;
    height: 92px;
  }
  .xiangye-tui .tui-a &gt; .fr .yao-title {
    font-size: 16px;
  }
  .xiangye-tui .mores {
    margin-top: 15px;
  }
  .xiangye-tui {
    padding-bottom: 21px;
    margin-bottom: 20px;
  }
  .xiangye-tui .swiper-pagination {
    width: 100%;
    bottom: 0px;
  }
  .rong-titles {
    font-size: 16px;
  }
  .zhas {
    color: #888888;
    font-size: 14px;
    line-height: 23px;
    height: 46px;
  }
  .newiss .col-md-4 {
    margin-bottom: 15px;
  }
  .li-con .cons-d {
    padding: 10px;
  }
  .zhaop {
    padding: 20px 15px;
  }
  .zhaop .zhaop-con1 .left {
    width: 100%;
  }
  .zhaop .zhaop-con1 .right {
    width: 100%;
    padding-left: 0px;
    margin-top: 12px;
  }
  .zhaop-biao {
    font-size: 16px;
    padding-top: 15px;
  }
  .zhaop-yas {
    font-size: 14px;
    font-weight: lighter;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .fuli,
  .recruit {
    padding: 15px;
  }
  .recruit .recruit-ren {
    padding: 15px;
    line-height: 23px;
  }
  .recruit .recruit-con .col-md-4 .neirong .neirong-xcon {
    font-size: 14px;
    line-height: 23px;
  }
  .recruit .recruit-con .col-md-4 .neirong {
    padding: 15px;
  }
  .recruit .recruit-con .col-md-4 .neirong .sheqing a {
    line-height: 33px;
  }
  .recruit .recruit-con .col-md-4 .neirong .neirong-date {
    margin: 10px 0;
  }
  .recruit .recruit-con .col-md-4 .recruit-title {
    font-size: 16px;
  }
  .cpro-con .left {
    width: 100%;
  }
  .cpro-con .right {
    width: 100%;
    margin-top: 20px;
  }
  .xing-pro-biao {
    font-size: 18px;
  }
  .xiang-neis {
    line-height: 23px;
    font-size: 14px;
  }
  .yi-uls &gt; li &gt; a {
    line-height: 47px;
  }
  .er-ulss &gt; li &gt; a {
    line-height: 45px;
  }
  .xis1 .xing1-top {
    font-size: 15px;
    line-height: 45px;
  }
  .xis1 {
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
  }
  .xis1 .xing1-top {
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .nnr1 &gt; .row {
    margin-bottom: 15px;
  }
  .nnr1 &gt; .row .col-md-4 {
    margin-bottom: 15px;
  }
  .cpro-con .right ul .overh {
    width: 100%;
  }
  .cpro-con .right ul .zzis {
    width: 100%;
    margin-top: 15px;
  }
  .xia-ul li {
    width: 50%;
  }
  .dingyue &gt; .fl {
    width: 100%;
    padding: 15px;
  }
  .dingyue &gt; .fr {
    width: 100%;
    padding: 15px ;
  }
  #ding1 .modal-title {
    margin-bottom: 8px;
  }
  .ding-uls li p {
    font-size: 12px;
  }
  .ding-uls li input {
    height: 30px;
  }
  .dingyue &gt; .fr .fuwus p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .dingyue &gt; .fr .fuwus {
    margin-bottom: 6px;
  }
  .dingyue &gt; .fr {
    height: auto;
  }
  .dingyue &gt; .fr &gt; p {
    line-height: 33px;
    font-size: 14px;
  }
  
  .pc-video{
	display:none;
}

.mobile-video{
	display:block;
}
  
  #mainProducta {
    padding: 15px;
  }
  .hdd .biaoti {
    font-size: 23px;
  }
  .hdd .yasst {
    margin: 10px 0 10px 0;
    font-size: 13px;
  }
  #mainProducta .swiper-container {
    padding-bottom: 54px;
  }
  .pas-ul li {
    width: 100%;
    border-right: none;
  }
    .pas-ul{
		padding:5% 0px;
	}
  .pas-ul li {
    padding: 13px 10px;
	width:50%;
  }
  #our_Parth {
    padding: 20px 15px;
  }
  .lat-xinwe {
    display: none;
  }
  #mainVisual .swiper-container .swiper-pagination-bullet {
    height: 10px;
  }
  #mainVisual .swiper-container .shus {
    top: 30%;
    left: 5%;
    width: 100px;
    height: 120px;
  }
  #mainVisual .swiper-container .lunbo-su .xians {
    height: 26px;
  }
  #mainVisual .swiper-container .lunbo-su .count {
    top: -7px;
  }
  #mainVisual .swiper-container .lunbo-su .zongshu {
    top: -7px;
  }
  #mainProducta .swiper-button-next,
  #mainProducta .swiper-button-prev {
    display: none;
  }.ban {
    height: auto;
   
  }
}
.pas-ul li .philosophy_item:hover img {
  transform: rotateY(180deg);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -moz-transform: rotateY(180deg);
  /* Firefox */
  -webkit-transform: rotateY(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotateY(180deg);
}
.pas-ul li .philosophy_item {
  cursor: pointer;
}



  #mainVisual &gt;.swiper-container .swiper-slide-active img {
    transform: scale(1.4);
    transition: transform 20s ease;
}
.main-profile-tit{
  font-weight: bold;
}
.bott_ul li:nth-child(4){
  display: none;
}.bott_ul li:nth-child(5){
 margin-top: 20px;
}}
.bixu {
  color: #262626;
  font-size: 17px;
  margin: 20px 0;
}
.reds {
  color: #e00000;
}
.inp-ul &gt; li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.inp-ul &gt; li:nth-child(3) {
  margin-right: 0;
}
.inp-ul &gt; li p {
  font-size: 16px;
  font-weight: lighter;
  color: #1b1b1b;
  margin-top: 10px;
}
.inp-ul &gt; li:last-child {
  width: 100%;
  margin-right: 0;
}
.inp-ul &gt; li input {
  width: 100%;
  height: 42px;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
}
.inp-ul &gt; li textarea {
  width: 100%;
  height: 160px;
  resize: none;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding: 15px;
}
.tiajiaos {
  font-size: 15px;
  color: #fff;
  font-weight: lighter;
  line-height: 40px;
  padding: 0 50px;
  background:#224169;
  border: none;
  border-radius: 30px;
  margin-top: 20px;
}
.tiajiaos:hover {
  background: #009882;
  transition: 600ms ease-in-out;
  color: #fff;
}
.css11{
  margin: 40px -15px 60px -15px;
}
.bixu{
  font-size: 20px;
}.inp-ul &gt; li:nth-child(4) input{
  padding-left: 0;

  border: none;
}.bo {
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  z-index: 7;
}
 .bo i {
  font-size: 70px;
  color: #ffffff;
}.tanchu {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}
.tanchu .tan-w {
  width: 50%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.tanchu .tan-w video {
  width: 100%;
  height: 100%;
}
.tanchu .guanbi {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: 99;
}
.tanchu .guanbi i {
  color: #ffffff;
  font-size: 30px;
}
#our_Parth .swiper-container-free-mode&gt;.swiper-wrapper {
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.main-profile-more-btn:hover{
    background: rgba(0, 146, 137, .7); transition: 600ms ease-in-out;
}.main-profile-more-btn &gt; span:after{
  display: none;
}#mainProfile.animated .main-profile-more-btn &gt; span {
  padding-top: 71px;    margin-top: 15px;
}

#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin: 30px auto;
}

#page li {
  float: left;
  padding: 5px 14px;
  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
}

#page li:hover {
  border: 1px solid #009882;
}

#page li:hover a {
  color: #009882;
}

#page li a {
  color: #666;
  display: inline-block;
  padding: 5px 14px;
  text-align: center;
  margin: -5px -14px -5px -14px;
}

#page li.thisclass {
  border: 1px solid #009882;
  background-color: #009882;
  color: #FFFFFF
}

#page li.thisclass a {
  color: #fff
} .cpro-con .right ul .overh img{
  width: 100%;
}
#driving_way{
  width: 100%;
  overflow: hidden;
  border: 1px solid #009882;
   background-color:#009882;
}#driving_way #startAddress{
  width: 80%;
  float: left;
  padding-left: 15px;
  height: 55px;
}
#driving_way #result{
  width: 20%;
  float: left;
  height: 55px;
  background:#009882; 
  color: #fff;
}
#r-result{
  height: 250px!important;
  opacity: 0.9;
  overflow-y:scroll;
}#driving_way #startAddress::placeholder{
  color: #009882; 

}

#driving_way:hover #result{
	 background-color:#337ab7;
}

#driving_way:hover {
    border: 1px solid #337ab7;
    background-color: #337ab7;
	color:#337ab7;
}

#driving_way:hover #startAddress{
		color:#337ab7;
}

.houzuo .swiper-container-free-mode&gt;.swiper-wrapper {
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

.yi-uls{

}

.swiper-product .title{
	text-align:center;
	padding-bottom:2%;
	padding-top:2%;
	font-size:24px;
}

.swiper-product .desc{
	text-indent:2em;
	font-size:14px;
	line-height: 30px;
}

.swiper-product .swiper-pagination{
	    bottom: 30px !important;
}



/*新的*/
.lc_w {
    padding: 70px 0;
    margin: 0px 0 80px;
}

.lc_line {
    width: 1px;
    background: #337ab7;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5px;
}


.lc_w .lc_ul {
    overflow: hidden;
}
.lc_w .lc_ul li {
    position: relative;
    width: 48%;
    font-size: 16px;
    color: #444444;
    line-height: 25px;
    text-align: right;
    padding-bottom: 30px;
    margin-bottom: 20px;
    line-height: 25px;
}

.lc_w .lc_ul li h3{font-size: 16px; line-height: 25px;}
.lc_w .lc_ul li h3:nth-child(1){  color: #f6ad02; }
.lc_w .lc_span {
    color: #f6ad02;
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
}
.lc_w .lc_con {
    margin-bottom: 10px;
}
.lc_w .lc_ul li:nth-child(2n) {
    float: right;
    text-align: left;
    clear: both;
}

.lc_w .lc_ul li:nth-child(2n+1){
   clear: both;
}

.lc_w .lc_ul li:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #c5d7e6;
    position: absolute;
    top: 16px;
    right: -29px;
}

.lc_w .lc_ul li:nth-child(2n):after {
    right: auto;
    left: -32px;
}

/*大事记*/
.lc_in_tit{letter-spacing: 1px; font-weight: bold; position: relative;z-index: 2; display: inline-block; width: 80px; height: 80px; margin-bottom: 40px; text-align: center; background: #009882; line-height: 80px; border-radius: 100%; color: #fff;  font-size: 14px;}
.lc_in_ul li{clear: both; width: 50%;  float: right; margin-bottom: 0px;}
.lc_in_ul li:nth-child(2n){ float: left; }
.lc_in_ul li .lc_cons{font-size: 14px; float: right; position: relative; width: 260px; line-height: 24px; border-radius: 4px;   padding: 10px; color: #132243; background: #eee;}
.lc_in_ul li .lc_cons h3{ font-size: 14px; line-height: 24px;}
.lc_in_ul li .lc_cons p:nth-of-type(1) {
  font-weight: bold;}
  .lc_in_ul li .lc_cons p {
    color: #f6ad02;
}
.lc_in_ul li .lc_cons:before{
    content: "";
    width: 176px;
    height: 28px;
    position: absolute;
    left: -176px;
    bottom: 50%;
    background: url(../images/rightarrow.png) no-repeat;

}
.lc_in_ul li:nth-child(2n) .lc_cons:before{
  left: auto;
  right: -100px;
  background: url(../images/rightarrow1.png) no-repeat;
}
.lc_in_ul li:nth-child(2n) .lc_cons{ float: left; }
.lc_w{ padding: 0px 231px; }
.lc_in_ul li:nth-child(2){ margin-top: 20px;  }
.lc_in_ul{ overflow: hidden; }
.tc {
    text-align: center;
}




.lc_in_w:nth-of-type(2n) ul li{
	float:left;
}

.lc_in_w:nth-of-type(2n) ul li .lc_cons{
	float:left;
}


.lc_in_w:nth-of-type(2n) ul li .lc_cons:before {
    content: "";
    width: 176px;
    height: 28px;
    position: absolute;
    left: 259px;
    bottom: 50%;
    background: url(../images/rightarrow1.png) no-repeat;
}
.dsj .desc{
	font-size:16px;
	line-height:30px;
}
.youshiitem{
	margin:20px 0px;
}
.youshiitem .title{
	font-size:18px;
}
.youshiitem p{
	line-height:30px;
	text-indent:2em;
	margin-top:20px;
	font-size:16px;
}

.com-desc p{
	text-indent:2em;
	line-height:30px;
	font-size:16px;
}
.item-job{
	max-width:900px;
  margin:0 auto;

  overflow: hidden;
  font-size: 16px;
  font-weight: lighter;
  line-height: 30px;
    padding: 3% 0px;
}.joblist ul li&gt;p{
  font-weight: lighter;
}

.dsj ul li p.title{
	font-weight:bold;
	font-size:18px;
}

.dsj ul li p.desc{
	font-weight:bold;
	font-size:14px;
}
.dsj ul li{
	padding-bottom: 2%;
    line-height: 25px;
}

.major img{
	width:100%;
}

.major  p{
	text-align:center;
	font-size:16px;
	padding:10px 0px;
}

.civil p{
	font-size:16px;
	 line-height:30px;
}
.civil .detail{
	font-size:16px;
 line-height:30px;
}
.com-desc{
	font-size:16px;
}

.us-about table tr td{
	line-height: 60px;
}

.cpro-con .right {
    width: 100%;
    line-height: 26px;
}

.submenu{
	width: 100%;
    background-color: #FFF;
    position: absolute;
    left: 0px;
    top: 102px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.2);
    padding: 30px 0px;
	opacity:0.95;
	display:none;
}
.submenu dl{
	float: left;
    width: 20%;
}

.submenu dl dt{
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:30px;
	HEIGHT:40PX;
}

.submenu dl dd{
	font-size:16px;
	line-height:40px;
}


.submenu dl dd a{
	color:#333;
	padding-left:30px;
}

.submenu dl dd&gt;a{
	color:#337ab7;
}


.submenu dl dd a:hover{
	 background-color:#337ab7;
	 color:#FFF;
	 display:inline-block;
	 width:100%;
}

#gnb &gt; ul &gt; li &gt; a span i{
	margin-left:8px;
}

#header.fixed .submenu{
	top: 76px;
}

.submenu dl dd ul li a{
	font-size:14px;
}
#gnb &gt; ul &gt; li:hover&gt;a{
	font-weight:bold;
}
#gnb &gt; ul &gt; li:hover .submenu{
	display:block;
	font-weight:bold;
}
.fixed #gnb &gt; ul &gt; li {
    padding: 23px 21px;
    position: initial;
}
#mainVisual .swiper-slide{
  overflow: hidden;

}
#mainVisual&gt;.swiper-container .swiper-slide{
  background: rgba(0, 0, 0, 0.96);
}</pre></body></html>