body {
  overflow-x: hidden;
  *overflow-x: visible;
}

body,
html {
  color: #333333;
  font-family: "pingfangsc", "Microsoft YaHei";
  font-size: 14px;
  width: 100%;
  height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a {
  color: #333333;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  *border: 0;
}

a {
  star: expression(this.onFocus=this.blur());
  /* for Ie*/
}

em,
i {
  font-weight: normal;
  font-size: 100%;
  font-style: normal;
  display: inline-block;
}

input,
textarea,
button {
  outline: none;
  border: 0;
  border: none;
  *border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: none;
  font-family: "Microsoft Yahei";
}

textarea {
  resize: none;
}

img {
  border: none;
  *border: 0;
  width: auto;
  height: auto;
  display: inline-block;
}

.imgbox {
  font-size: 0;
}

.imgbox img {
  max-width: 100%;
}

* {
  outline: none;
  *border: 0;
  *outline: 0;
}

textarea:-webkit-input-placeholder,
input:-webkit-input-placeholder {
  color: #999;
  /* font-size: 16px; */
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
  /* font-size: 16px; */
}

textarea::-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
  /* font-size: 16px; */
}

textarea::-moz-input-placeholder,
input:-moz-placeholder {
  color: #999;
  /* font-size: 16px; */
  opacity: 1 !important;
  /*火狐默认有opacity:0.4; */
}

.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ellipsis_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.ellipsis_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  clear: both;
  display: table;
}

.w1200,
.ws1200 {
  width: 1200px;
  margin: auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.margnR0 {
  margin-right: 0 !important
}

/* 导航s */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 82px 0 102px;
  min-width: 1350px;
  height: 78px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
  z-index: 103;
  background: #fff;
  box-sizing: border-box;
}

.header .logo a,
.header .logo {
  width: 150px;
}

.header .logo a {
  display: inline-block;
  margin-top: 18px;
}

.header .logo img {
  width: 150px;
  height: 42px;
}

.header ul,
.header ul li {
  float: left;
  color: #535353;
}

.header ul li a {
  position: relative;
  font-size: 16px;
  height: 47px;
  margin: 17px 10px 14px;
  line-height: 42px;
  padding-left: 15px;
  cursor: pointer;
  box-sizing: border-box;

}

.header ul li a span {
  display: block;
  height: 47px;
  padding-right: 20px;
  padding-left: 5px;
}
.tab_inner  .inner,
.part_four .bd li  img,
.enterprise_intro .part_three .title i,
.enterprise_intro li,
.tab_sec_nv a,
.news_center_02 li .pic img,
.news_center_02 li .text span,
.news_center_02 li .text i,
.recoment_pro li img,
.product_detials .contact a,
.menuNav .fr a i,
.menuNav .fr a,
.link_list li,
.section_c li img,
.sale6Scroll li .inner,
.header ul li img,
.header .search {
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
}

.header ul li.act a,
.header ul li:hover a {
  color: #fff;
  font-weight: bold;
  background: url(../images/nav_left.png) no-repeat left;

}

.header ul li a,
.header ul li a span {
  /* transition: background 0.4s; */
}

.header ul li.act a span,
.header ul li:hover a span {
  background: url(../images/nav_back.png) no-repeat right;
}

.header .search {
  display: inline-block;
  width: 59px;
  height: 78px;
  position: relative;
  background: url(../images/nav_02.png) no-repeat center
}

.header .search:hover {
  background: url(../images/nav_02_on.png) no-repeat center;

}

.header-search {
  position: absolute;
  z-index: 999;
  top: 77px;
  right: 0;
  width: 0;
  height: 45px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-top: 1px solid #30A13D
}

.search:hover a .header-search {
  width: 377px
}

.hs-input {
  width: 317px;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  float: left
}

.hs-submit {
  width: 40px;
  height: 45px;
  margin-top: -2px;
  background: url(../images/nav_02.png) no-repeat center;
  background-size: 16px;
  float: right;
  cursor: pointer
}

.header .search {
  padding-top: 17px;
  box-sizing: border-box;
  padding-bottom: 14px;
}

.header ul img {
  width: 21px;
  height: 13px;
  margin-right: 5px;
  display: none;
  vertical-align: middle;
  margin-top: -4px;
}

.marginR78 {
  margin-top: 78px;
}

/* 导航e */


/*动画style*/
.sevrice_box li font:after,
.sevrice_box li,
.guide_left ul li,
.object_03 dl,
.trad_list dl,
.zf_nav a:after,
.zf_nav a.on,
.down_list li,
.down_list li a,
.purchase_intro,
.trad_list dl,
.menu_list a,
.nav ul li {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.animatebox {
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  opacity: 0;
  transition: 1s all;
  -webkit-transition: 1s all;
  -ms-transition: 1s all;
}

.animate {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
}

.animatepic {
  transform: translateX(150px);
  -webkit-transform: translateX(150px);
  -ms-transform: translateX(150px);
  opacity: 0;
  transition: 1s all;
  -webkit-transition: 1s all;
  -ms-transition: 1s all;
}

.animate_01 {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  opacity: 1;
}

/*动画style*/

/* 首页开始 */
.pic_play li,
.pic_box,
.pic_box ul,
.pic_play,
.pic_play li {
  width: 100% !important;
  height: 687px;
  position: relative;
}
.pic_play li a{
  display: block;
  height: 687px;
}
.dot_div {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 36px;
  left: 0;
}

.dot_div span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #C2C2C2;
  border-radius: 50%;
  margin: 0 5px;

}

.dot_div span.on {
  border: 1px solid #30A13D;
  background: #30A13D;

}

.title_index {
  font-family: SourceHanSansCN,"Microsoft YaHei";
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.title_index p {
  font-size: 14px;
  font-weight: 300;
  margin-top: 2px;
  text-transform: uppercase;
}

.tab_nav {
  text-align: center;
}

.tab_nav a {
  display: inline-block;
  width: 96px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: #f2f2f2;
  font-size: 16px;
  ;
  color: #464646
}

.tab_nav a:hover,
.tab_nav a.act {
  color: #fff;
  background: #30A13D;
}

.news_list {
  font-family: SourceHanSansCN,"Microsoft YaHei";
  margin-top: 50px;
}

.news_list .tab_nav {
  margin-top: 24px;
  margin-bottom: 66px;
}

.news_center li .pic {
  display: block;
  width: 366px;
  height: 254px;
  position: relative;
  overflow: hidden;
  /* width:428px; */
  /* height:298px; */
}

.news_center li {
  width: 366px;
  height: 400px;
  margin-right: 34px;
  float: left;
  cursor: pointer;
}
.news_center .pic img,
.introduction .info a.more,
.news_center li .mask img,
.news_center li .text h3,
.news_center li {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.news_center .pic,
.news_center .pic img {
  width: 366px;
  height: 254px;
  /* width:428px; */
  /* height:298px; */
}
.news_center li:hover .pic img{
  -webkit-transform: scale(1.1);  -moz-transform: scale(1.1);  -ms-transform: scale(1.1);  -o-transform: scale(1.1);  transform: scale(1.1);
}
.news_center li .text {
  padding: 0 30px;
}

.news_center li .text h3 {
  margin: 30px 0 22px;
  font-size: 18px;
  color: #292927;
  font-weight: bold;
}
.news_center li .text p{
  line-height: 1.5
}

.news_center li:hover {
  box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.03);
}

.news_center li:hover .text h3 {
  color: #30A13D
}

.news_center .more_btn {
  display: block;
  margin: 42px auto 50px;
  width: 99px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #59AF62;
  border: 1px solid #066D40;
  border-radius: 18px;
  box-sizing: border-box;
}

.news_center .more_btn:hover {

  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.news_center>div {
  display: none;
}

.news_center .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  ;
  margin-left: -38px;
  margin-top: -38px;
}

.news_center .mask img {
  width: 77px;
  height: 77px;

}

.news_center li:hover .mask img {
  -webkit-transform: scale(1.3);-moz-transform: scale(1.3);-ms-transform: scale(1.3);-o-transform: scale(1.3);transform: scale(1.3)
}

.link_list {
  background: #f5f5f5;
  padding: 76px 0 70px;
  font-family: SourceHanSansCN,"Microsoft YaHei";

}

.link_list ul {
  margin-top: 70px;
}

.link_list h3.h_f {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.link_list h3 span {
  color: #30A13D
}

.link_list li a {
  display: block;
}

.link_list li {
  width: 270px;
  height: 230px;
  float: left;
  padding-top: 32px;
  text-align: center;
  background: #fff;
  margin-right: 30px;
}

.link_list li:hover {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.11);
}

.link_list li:hover img {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.link_list li h3 {
  font-size: 20px;
  margin-top: 20px;
}
.link_list li:hover h3{
  color: #30A13D
}
.link_list li p {
  color: #888888;
  font-size: 12px;
  margin-top: 8px;
  text-transform: uppercase;
}

.introduction {
  font-family: SourceHanSansCN,"Microsoft YaHei"
}

.introduction .video_box {
  height: 662px;
  width: 100%;
  position: relative;
  z-index: 0;
}

.introduction .mask {
  position: absolute;
  width: 100%;
  height: 662px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 160px;
  z-index: 0;
  background: rgba(0, 0, 0, 0.74);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);

}

.introduction .mask h3 {
  color: #636660;
  font-size: 48px;
  font-weight: 200;
  margin-bottom: 55px;
}

.introduction .info {
  margin-top: -140px;
  background: #30A13D;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 40px 0 50px;
}

.introduction .info h3 {
  font-size: 30px;
  font-weight: bold;
}

.introduction .info p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase;
  color:#fefefe
  
}

.introduction .info .text {
  padding: 30px 0 40px;
  position: relative;
}

.introduction .info .text p {
  width: 800px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 14px;
  
}

.introduction .info .text img {
  position: absolute;
  top: 50%;
  margin-top: -47px;
}

.introduction .info .text .img1 {
  left: 50px;
}

.introduction .info .text .img2 {
  right: 50px;
}

.introduction .info a.more {
  width: 142px;
  height: 48px;
  margin: 0 auto;
  display: block;
  background: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 30px;
  color: #3EB45E;
  border-radius: 24px;
}

.introduction .info a.more:hover {
  width: 180px;
}

/* 水波动画s */
@-webkit-keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

@keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.introduction .container {
  position: relative;
  width: 300px;
  height: 300px;
  margin: -90px auto 0;
}

.introduction .container img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -64px;
  margin-left: -64px;
  z-index: 100;
}

.water1 {
  -webkit-animation: wateranimate 8s 9s ease-out infinite;
  animation: wateranimate 8s 9s ease-out infinite;
}

.water2 {
  -webkit-animation: wateranimate 8s 6s ease-out infinite;
  animation: wateranimate 8s 6s ease-out infinite;
}

.water3 {
  -webkit-animation: wateranimate 8s 3s ease-out infinite;
  animation: wateranimate 8s 3s ease-out infinite;
}

.water4 {
  -webkit-animation: wateranimate 8s 0s ease-out infinite;
  animation: wateranimate 8s 0s ease-out infinite;
}

.water1,
.water2,
.water3,
.water4 {
  padding: 20%;
  position: absolute;
  left: 30%;
  top: 30%;
  border: 2px solid #a7b799;
  box-shadow: 0 0 120px 30px #334831 inset;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  filter: Alpha(opacity=0);
}

/* 水波动画e */

.cooperation {
  background: #f4f4f4;
  padding: 80px 0;
  margin-top: 56px;
}

.saleDiv6 {
  background: #fff;
  padding: 60px 0 40px;
}

.sale6cont {
  width: 1200px;
  margin: 50px auto 0;
  overflow: hidden;
  position: relative;
}

.sale6Scroll li {
  width: 800px !important;
  height: 448px;
  position: relative;
  overflow: hidden;
  float: left;
  /* margin-right: 30px; */
}

.sale6Scroll li a,
.sale6Scroll li img {
  display: block;
  width: 800px;
  height: 448px;
}

.tab_inner  .inner{
  position: absolute;
  width: 594px;
  height: 91px;
  background: #fff;
  border-radius: 7px;
  bottom: 50px;
  left: 50%;
  display: none;
  margin-left: -297px;
}

 .tab_inner h3.title {
  width: 114px;
  height: 91px;
  box-sizing: border-box;
  padding-top: 16px;
  text-align: center;
  background: #30A13D;
  color: #fff;
  font-size: 24px;
  font-weight: bold
}

 .tab_inner .text {
  display: table;
  width: 410px;
  box-sizing: border-box;
  padding: 0 40px;
  height: 91px;

}

 .tab_inner .text p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
}
 .tab_inner .inner.active{
  display: block
}
 .tab_inner .inner:hover p {
  color: #30A13D;
}

 .tab_inner .inner:hover {
  bottom: 40px;
}

 .tab_inner img.pic {
  width: 8px;
  height: 8px;
  margin-top: 41px;
}

.sale6cont{
  position: relative;
}
.sale6cont .tempWrap ul {
  margin-left: -600px !important;
}

.sale6cont .pnBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 200px;
  height: 448px;
  cursor: pointer;
}

.sale6cont .pnBtn .blackBg {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 448px;
  background: #000;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.sale6cont .prev {
  left: 0;
}

.sale6cont .next {
  right: 0;
}

.sale6cont .prev .blackBg {
  left: 0;
}

.sale6cont .next .blackBg {
  right: 0;
}

.sale6cont .pnBtn .arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 47px;
  height: 448px;
}

.sale6cont .prev .arrow {
  right: 68px;
  background: url(../images/prevIco5.png) no-repeat center;
}

.sale6cont .next .arrow {
  left: 68px;
  background: url(../images/nextIco5.png) no-repeat center;
}

.sale6cont .prev .arrow:hover {
  right: 68px;
  background: url(../images/prevIco5_on.png) no-repeat center;
}

.sale6cont .next .arrow:hover {
  left: 68px;
  background: url(../images/nextIco5_on.png) no-repeat center;
}

.section_c {
  margin-top: 15px;
}

.section_c li {
  width: 392px;
  height: 185px;
  float: left;
  margin-right: 12px;
  position: relative;

}

.section_c li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 392px;
  height: 185px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

.section_c li span img,
.section_c li span {
  display: block;
  width: 392px;
  height: 185px;
  overflow: hidden;
}

.section_c li h3 {
  font-size: 25px;
  font-weight: bold;
  font-family: "Microsoft YaHei";
  padding: 68px 0 0;
}

.section_c li {
  /* width:250px; */
}

.section_c li p {
  font-size: 14px;
  font-family: ArialMT;
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase;
}
.cooper_link li:hover img,
.section_c li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.cooper_link li:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.cooper_link li img {
  width: 200px;
  height: 110px;
}

.cooper_link .bd {
  width: 1100px;
  margin: 0 auto;
}

.cooper_link {
  position: relative;
  width: 1200px;
  margin: 22px auto 0;
}

.cooper_link li {
  width: 200px !important;
  margin: 0 10px;
}

.cooper_link .next,
.cooper_link .prev {
  width: 52px;
  height: 48px;
  position: absolute;
  top: 50%;

  margin-top: -24px;
}

.cooper_link .prev {
  left: 0;
  background: url(../images/prev.png) no-repeat center;
}

.cooper_link .next {
  right: 0;
  background: url(../images/next.png) no-repeat center;
}

.cooper_link .prev:hover {
  left: 0;
  background: url(../images/prev_on.png) no-repeat center;
}

.cooper_link .next:hover {
  right: 0;
  background: url(../images/next_on.png) no-repeat center;
}

.act_v_pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 300;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fF49B07, endColorstr=#7fF49B07);
  /*IE8支持*/
}

.act_v_pop .inner {
  width: 1200px;
  margin: 0 auto;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -600px;
  margin-top: -300px;
}

.act_v_pop .posi {
  position: relative;
}

.act_v_pop .close {
  position: absolute;
  right: -15px;
  top: -17px;
  z-index: 300;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s
}

.act_v_pop .close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* 首页s */

/* 底部e */
.footer {
  background: #232323
}

.footer .footer_link {
  line-height: 68px;
  color: #CCCCCC;
  font-size: 14px;
  border-bottom: 1px solid #393939;
}

.footer .footer_link .name {

  width: 80px;
}

.footer .footer_link .link {
  width: 1100px;

}

.footer_link .link a {
  display: inline-block;
  color: #CCCCCC;
  margin: 0 12px;
}

.footer .center {
  padding-bottom: 40px;
}

.footer_contact {
  width: 306px;
  height: 134px;
  box-sizing: border-box;
  padding: 24px;
  font-family: SourceHanSansCN,"Microsoft YaHei";
  margin-top: 24px;
  background: rgba(0, 0, 0, 0.09);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);

}

.footer_contact img {
  width: 64px;
  height: 64px;
}

.footer_contact .info {
  width: 170px;
  margin-top: 6px;
}

.footer_contact .info p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 4px;
}

.footer_contact .info p.phone {
  font-size: 20px;
  font-weight: bold;
}

.footer_contact .info a {
  display: block;
  width: 69px;
  height: 24px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #383838;
  font-size: 14px;
  color: #c7c7c7;
  font-weight: 300;
}

.nav_f_list {
  width: 650px;
  margin-top: 24px;
  margin-left: 78px;
}

.nav_f_list .footNav {
  float: left;
  width: 162px;
}

.nav_f_list .footNav p {
  color: #CCCCCC;
  font-size: 16px;
  margin-bottom: 30px;
}

.nav_f_list .footNav a {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
}

.footer .ecode {
  text-align: center;
  font-size: 14px;
  color: #999999;
  margin-top: 24px;
}

.footer .ecode img {
  width: 136px;
  height: 136px;
  margin-bottom: 10px;
}

.footer .bottom {
  line-height: 54px;
  color: #a7a7a7;
  font-size: 14px
}

.footer .bottom a {
  color: #a7a7a7;
}

.footer .bottom span {
  display: inline-block;
  margin-left: 12px;
}

.footer .bottom img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 28px;
}

.footer a:hover {
  color: #30A13D !important
}

/* 底部s */

/* 副级导航 */


.large_pic {
  height: 394px;
  width: 100%;
  position: relative;
}

.large_pic .title {
  font-family: SourceHanSansCN,"Microsoft YaHei";
  color: #fff;
  position: relative;
  z-index: 100;
  /* text-align: center; */
  padding-top: 130px;
}

.large_pic .title h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 18px;
  text-shadow: 0px 0px 27px rgba(45, 45, 45, 0.16);
}

.large_pic .title p {
  font-size: 22px;
  text-transform: uppercase;
  color: #ffff;
  font-weight: 400;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.26);
}

.large_pic .title h3 p {
  font-size: 16px;
  color: #c1cbc1;
  font-weight: 400;

}

.large_pic .title_b h3 {
  color: #313131;
}

.large_pic .title_b p {
  color: #424242;
}

.large_pic .title_b h3 p {
  color: #b9bdc0;
}

.menuNav {
  width: 100%;
  background: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1)
}

.menuNav .fl img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.menuNav .fl:hover img {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}


.menuNav .fl,
.menuNav .fl a {
  color: #999;

}

.menuNav .fl a:hover {
  color: #30A13D;
}

.menuNav .fl span {
  color: #999
}

.menuNav .fr a:hover,
.menuNav .fr a.active {

  color: #fff;


}

.menuNav .fr a:hover i,
.menuNav .fr a.active i {
  top: 0;
}

/* .menuNav .fr {
  font-size: 0px;
} */
.menuNav .fr a i {
  display: inline-block;
  width: 138px;
  height: 60px;
  background: #30A13D;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
}

.menuNav .fr a {
  display: inline-block;
  width: 138px;
  height: 60px;
  position: relative;
  text-align: center;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
}

/* 副导航e */
/* 页码s */
.pages {
  text-align: center;
}

.pages a,
.pages span,
.pages font {
  display: inline-block;
  text-align: center;
  margin-left: 4px;
}

.pages a,
.pages font {
  border: #ecebeb 1px solid;
  height: 33px;
  background: #fff;
  line-height: 35px;
}

.pagePrev,
.pageNext,
.pageFirst,
.pageEnd {
  color: #333;
  font-size: 14px;
  padding: 0 20px;
}

.pageNum {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #A3A2A2;
  width: 33px;
  background: #DCDCDC;
}

.pages font {
  color: #333;
  font-size: 14px;
  padding: 0 20px;
}

.pagePrev em,
.pageNext em {
  width: 7px;
  height: 11px;
  vertical-align: middle;
  display: inline-block;
  background: url(../img/icon.png) no-repeat;
  position: relative;
  top: -1px;
}

.pagePrev em {
  background-position: -24px 0;
  margin-right: 10px;
}

.pageNext em {
  background-position: -24px -16px;
  margin-left: 10px;
}

.pages span {
  color: #ccc;
  font-size: 26px;
}

.pagePrev:hover,
.pageNext:hover,
.pageFirst:hover,
.pageEnd:hover {
  color: #666;
}

.pagePrev:hover em {
  background-position: -35px -16px;
}

.pageNext:hover em {
  background-position: -35px 0;
}

.pageFirst:hover,
.pageNext:hover,
.pagePrev:hover,
.pageEnd:hover {
  color: #30A13D;
}

.pageNum.on,
.pageNum:hover {
  background: #30A13D;
  color: #fff;
  border-color: #30A13D;
}

/*页码e */

/*产品领域s  */
.case_center {
  padding-top: 70px;
}

.case_center .pages {
  margin: 45px 0 104px;
}

.case_center li {
  float: left;
  margin-right: 39px;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
  font-size: 16px;
}

.case_center li span {
  display: block;
  width: 362px;
  height: 242px;
  padding: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.11);
}

.case_center li img {
  width: 362px;
  height: 242px;
}

.case_center li:hover {
  top: -10px;
}

.case_center li p {
  margin: 20px 0 26px;
  color: #252525;
}

.case_center li:hover p {
  color: #30A13D;
}

/*产品领域e*/

/*产品领域详情s  */
.product_detials {
  margin-top: 68px;
}

.product_detials .contact a {
  display: inline-block;
  width: 192px;
  line-height: 62px;
  text-align: center;
  background: #30A13D;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.product_detials .contact a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  background: #298734;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  transition: transform .3s;
}
.product_detials .contact a:hover::after {
  transform: translateY(10%) translateX(-25px) rotate(-45deg);
}
/* .product_detials .contact a:hover {
  background-color: #1e6626
} */

.product_detials .contact img {
  margin-right: 14px;
  margin-top: -4px;
  vertical-align: middle;
}

.product_detials .h_f {
  background: #F6F6F6;
  line-height: 70px;
}

.product_detials .h_f img {
  margin-right: 16px;
  vertical-align: middle;
}

.product_detials .h_f span {
  display: inline-block;
  font-size: 18px;
  background: #30A13D;
  padding: 0 38px;
  color: #fff;

}

.share {
  vertical-align: top;
  line-height: 28px;
  position: absolute;
  bottom: 0;
  left: 60px;
}


.share .bdsharebuttonbox {
  display: inline-block;
  vertical-align: top;
}

.product_detials .pic img,
.product_detials .pic {
  width: 553px;
  height: 344px;
}

.product_detials .pic {
  float: left;
}

.product_detials .text3 {
  padding-left: 60px;
  width: 580px;
  float: left;
}

.product_detials .text3 h3 {
  font-size: 32px;
  color: #333333;
}

.product_detials .text3 p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin: 20px 0 36px;
}

.product_detials .pic img,
.product_detials .pic {
  width: 553px;
  height: 344px;
}

.product_detials {
  font-family: SourceHanSansCN,"Microsoft YaHei"
}

.product_detials .pic {
  float: left;
}

.product_detials .text3 {
  padding-left: 60px;
  width: 580px;
  float: left;
  position: relative;
  height: 344px;
}

.product_detials .text3 h3 {
  font-size: 32px;
  color: #333333;
}

.product_detials .text3 p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin: 20px 0 36px;
}

.product_detials .h_f {
  margin-top: 52px;
  margin-bottom: 8px;
}

.product_detials .content {
  line-height: 24px;
  font-size: 14px;
}

/* .product_detials .h_s {
  margin: 36px 0 24px;
  font-size: 26px;
  color: #30A13D;
  font-size: 16px;
} */

.product_detials .content {
  font-size: 14px;
  line-height: 24px;
  padding: 40px 0 0px;
}

.product_detials .imgs_n {
  text-align: center;
  padding: 20px 0 24px;
}
.product_detials  img,
.product_detials .imgs_n img {
  max-width: 1200px;
}

.recoment_pro p {
  line-height: 42px;
  font-size: 16px;
  color: #252525;

}

.recoment_pro {
  padding-bottom: 56px;
}

.recoment_pro h3 {
  font-size: 24px;
  color: #272727;
  padding-bottom: 14px;
}

.recoment_pro h3 span {
  font-family: ArialMT;
  font-size: 14px;
  color: #e1e1e1;
  display: inline-block;
  margin-left: 10px;
  font-style: italic;
  font-weight: 400;
  vertical-align: middle;
  text-transform: uppercase;

}

.recoment_pro li {
  float: left;
  cursor: pointer;
  text-align: center;
  margin-right: 10px;
}

.recoment_pro li span img,
.recoment_pro li span {
  display: inline-block;
  width: 290px;
  height: 193px;
  overflow: hidden;
}

.recoment_pro li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}

.detailMore {
  margin: 50px 0 50px;
}

.detailMore p {
  width: 570px;
  float: left;
  height: 58px;
  line-height: 58px;
  background: #F6F6F6;
  color: #333;
  font-size: 14px;
  padding-left: 50px;
  box-sizing: border-box;
}

.detailMore p a {
  color: #666;
}

.detailMore p:hover a,
.detailMore p:hover {
  color: #30A13D;
}

.detailMore a.middle {
  display: block;
  width: 58px;
  height: 58px;
  color: #fff;
  line-height: 1.2;
  padding-top: 14px;
  font-size: 14px;
  box-sizing: border-box;
  background: #30A13D;
  float: left;
  text-align: center;
}

.organization {
  text-align: center;
  padding: 50px 0 100px;
}

.organization img {
  max-width: 1200px;
}

/*产品领域详情s  */



/* 合作共赢-成功案例 */
.equipment li {
    float: left;
    margin-right: 46px;
    margin-bottom: 48px;
    height: 323px;
    width: 369px;
}

.equipment {
  padding-bottom: 95px;
  padding-top: 84px;
}

.equipment .pages {
  margin-top: 20px;
}

.equipment li .pic,
.equipment li img {
  width: 369px;
  height: 233px;
}

.equipment li h3 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 0;
  position: relative;
  box-sizing: border-box;
  /* border-bottom: 1px dashed #D1D1D1; */

}

.equipment li h3 p {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  /* height: 54px; */

}

.equipment li .text h3 i {
  position: absolute;
  width: 0px;
  display: block;
  border-bottom: 1px solid #30A13D;
  height: 1px;
  bottom: 0px;
  left: 0px;
}



.equipment li .text span.s_01 {
  display: block;
  position: absolute;
  width: 0px;
  height: 1px;
  left: 351px;
  top: 50%;
  /* margin-top: -9px; */
  background: #30A13D;

}

.equipment li .text span.s_02 {
  display: block;
  position: absolute;
  width: 1px;
  height: 0px;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  background: #30A13D;
}
.cooper_link li img,
.upload_file li,
.equipment li h3 i,
.equipment li .text span {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.equipment li:hover span.s_01 {
  width: 18px;
}

.equipment li:hover p {
  color: #30A13D;
}

.equipment li:hover span.s_02 {
  height: 17px;
}

.equipment li:hover h3 i {
  width: 100%;
}

.equipment li:hover .text h3 {
  border: 0px;
}

/* 合作共赢-成功案例 */

/* 合作共赢-成功案例详情页  */

.media_detials {
  font-family: SourceHanSansCN,"Microsoft YaHei";
}
.media_detials  .content img{
  max-width: 1200px;
}
.media_detials .detail_name {
  text-align: center;
  padding: 90px 0 20px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 24px;
}

.media_detials .detail_name h3 {
  font-size: 34px;
  font-weight: 530;
}

.media_detials .detail_name p {
  color: #999999;
  font-size: 14px;
  margin-top: 16px;

}

.media_detials .detail_name span {
  margin-right: 20px;
}

.media_detials .content h3 {
  font-weight: bold;
  margin-bottom: 6px;
}

.media_detials .content p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;

}

.media_detials .content .pic {
  margin: 50px 0 30px;
  /*text-align: center;*/
}

.recoment_deta h3 {
  font-size: 24px;
  color: #272727;
  padding-bottom: 14px;
  border-bottom: 1px solid #EAEAEA;
}

.recoment_deta h3 span {
  font-family: ArialMT;
  font-size: 14px;
  color: #e1e1e1;
  display: inline-block;
  margin-left: 10px;
  font-style: italic;
  font-weight: 400;
  vertical-align: middle;
  text-transform: uppercase;

}

.recoment_deta {
  margin-top: 10px;
}

.recoment_deta ul {
  padding: 14px 0 70px;
}

.recoment_deta li {
  width: 48%;
}

.recoment_deta li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #C2C2C2;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
}

.recoment_deta li a {
  font-size: 16px;
  color: #6C6C6C;
  line-height: 1.9;

}

.recoment_deta li a:hover {
  color: #30A13D
}


.tag_share .tag span {
  color: #757575;
}

.tag_share .tag {
  color: #757575;
  font-size: 14px;
  margin: 20px 0 0;
}

.tag_share .tag i {
  padding: 0 8px;
  font-style: normal;
}

/* 合作共赢-成功案例详情页e  */
/* 技术支持s*/
.technology_process {
  font-family: SourceHanSansCN,"Microsoft YaHei";
  padding-bottom: 88px;
}

.technology_process .pic,
.technology_process .pic img {
  width: 600px;
  height: 372px;

}

.technology_process {
  font-family: SourceHanSansCN,"Microsoft YaHei";


}

h3.main {
  font-size: 34px;
  padding: 70px 0 38px;
  text-align: center;

}

h3.main p {
  font-size: 12px;
  font-family: ArialMT;
  font-weight: 400;
  color: #adadad;
  text-transform: uppercase;
}

.technology_process li {
  background: #F2F2F2;
  margin-bottom: 60px;
  position: relative;
  left: 0;
  top: 0px;
  border-radius: 60px 0 60px 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

}

.technology_process .text {
  width: 600px;
  height: 372px;
  padding: 68px 60px 0;
  box-sizing: border-box;
  display: table;
}



.technology_process .pic,
.technology_process .text {
  float: left;
  font-size: 14px;
  color: #777
}

.technology_process .text h3 {
  font-size: 58px;
  font-weight: 500;
  font-style: italic;
  color: #cdcdcd;
  line-height: 1;
  width: 38px;
  margin-right: 14px;
}

.technology_process .title {
  padding-bottom: 24px;
  border-bottom: 1px solid #DBDBDB
}

.technology_process .title div {
  width: 426px;
  text-transform: uppercase;
  font-size: 12px;
}

.technology_process .title .p_t {
  font-size: 24px;
  color: #393939;
  font-weight: bold;
  line-height: 37px;

}

/* 
.technology_process .text h3 i {
  width: 22px;
  height: 1px;
  background: #76BF0D;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
} */

.technology_process .text .p_01 {
  margin: 24px 0 14px;
  color: #393939;
  font-size: 16px;
  line-height: 30px
}

.technology_process .list2 .text {
  float: left;
}

.technology_process .list2 .pic {
  float: right;
}

.technology_process li:hover {
  left: -10px;
  /* top:-10px; */
}
.technology_process li:hover .text h3{
  color: #30A13D
}

/* 技术支持e */

/* 软件中心s */
.upload_file {
  font-family: SourceHanSansCN,"Microsoft YaHei";
}

.upload_file li {
  padding: 45px 0;
  border-bottom: 1px solid #F1F1F1;
}

.upload_file .pages {
  margin: 46px 0 90px;
}

.upload_file li a {
  display: block;
}

.upload_file .time {
  background: #E6E6E6;
  width: 77px;
  height: 67px;
  text-align: center;
  color: #393939;
  font-size: 14px;
  margin-right: 25px;

}

.upload_file li:hover {
  background: #E6E6E6;
}

.upload_file .time .y {
  font-size: 36px;
  line-height: 1;
  padding: 7px 0 0px;
  color: #30A13D;
  font-weight: bold;
}

.upload_file .fr span {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 37px;
  margin-top: 15px;
  margin-right: 24px;
}

.upload_file .title {
  width: 1000px;
}

.upload_file .title h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
}

.upload_file .title p {
  color: #6A6A6A;
  font-size: 14px;
}

.upload_file .fr .pic1 {
  position: absolute;
  left: 0;
  top: 0;
}

.upload_file li:hover .pic1 {
  animation-iteration-count: 2;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.upload_file li:hover .pic_01,
.upload_file li .pic_02 {
  display: none
}

.upload_file li:hover .pic_02 {
  display: inline-block
}

/* 软件中心e */
/* 联系我们s */
.contact_detials {
  padding-bottom: 90px;
}

.contact_detials h1 {
  font-size: 36px;
  margin: 90px 0 60px;
  text-align: center;
}

.contact_detials li {
  float: left;
  width: 20%;
  padding: 0 1%;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.contact_detials li::after {
  content: '';
  display: inline-block;
  background: url(../images/line.png) no-repeat center;
  width: 9px;
  height: 84px;
  position: absolute;
  right: 0;
  top: 45px;
}

.contact_detials li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.contact_detials li p {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}

.contact_detials li img {
  width: 80px;
  height: 80px;
}

/* 联系我们e */

/* 资讯中心s */
.news_center_02 {
  padding: 40px 0 110px 0;
}

.news_center_02 ul {
  margin-bottom: 42px;
}

.news_center_02 li {
  padding: 40px 0;
  border-bottom: 1px solid #EEEEEE;
}

.news_center_02 .pic img,
.news_center_02 li .pic {
  width: 263px;
  height: 167px;
  overflow: hidden;
}

.news_center_02 .text {
  width: 900px;
  margin-left: 35px;
}

.news_center_02 .text h3 {
  font-size: 28px;
  font-weight: 400;
  color: #101010;
  line-height: 1;
  margin-bottom: 14px;
}

.news_center_02 .text p {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.news_center_02 .text span {
  display: inline-block;
  height: 42px;
  text-align: center;
  padding: 0 40px;
  color: #fff;
  line-height: 42px;
  background: rgba(183, 183, 183, 1);
}

.news_center_02 .text p.time {
  color: #BCBCBC;
  margin: 10px 0 13px;
}

.news_center_02 li .text i {
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 1px;
  background: #EFEFEF;
  margin-left: 15px;
}

.news_center_02 li:hover .text i {
  width: 72px;
}

.news_center_02 li:hover .text h3 {
  color: #30A13D;
}

.news_center_02 li:hover .text span {
  padding: 0 10px 0 20px;
  background: #30A13D;
}

.news_center_02 li:hover .pic img {
  transform: scale(1.1)
}

/* 资讯中心e */
/* 合作共赢-企业及个人+合作共赢-政府合作s */
.form_info {
  font-family: SourceHanSansCN,"Microsoft YaHei";
  padding-top: 90px;
}

.form_t {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #181818;
}

.form_info .list {
  padding-top: 80px;
}

.form_info i {
  display: inline-block;
  margin-right: 10px;
  color: #E30000;
  font-size: 18px;
  margin-top: 4px;
  vertical-align: middle;
}

.form_info label,
.form_info textarea,
.form_info input {
  font-size: 16px;
}

.input_fl,
.input_fr {
  width: 50%;
  text-align: left;
  margin-bottom: 20px;
}

.input_fr {
  text-align: right
}

.input_all label,
.input_fl label {
  display: inline-block;
  width: 170px;
  text-align: right;
}

.input_fr label {
  display: inline-block;
  width: 140px;
  text-align: right;
}

.input_fr input,
.input_fl input {
  height: 16px;
  padding: 17px 10px;
  width: 394px;
  background: #F6F6F6;
}

.input_all {
  margin-bottom: 20px;
}

.input_all input {
  height: 16px;
  padding: 17px 10px;
  width: 1005px;

  background: #F6F6F6;
}

.input_select textarea {
  width: 1005px;
  height: 143px;
  padding: 14px 10px 0;
  background: #F6F6F6;

}

.input_select label {
  display: inline-block;
  width: 170px;
  vertical-align: top;
  text-align: right;
  line-height: 50px;
}

.form_info .btn {
  text-align: center;
  margin: 40px 0 120px;
}

.btn input {
  width: 161px;
  height: 50px;
  margin: 0 20px;
  cursor: pointer;
}

.btn input.cancel {
  background: #F6F6F6;
}

.btn input:hover,
.btn input.sub {
  background: #30A13D;
  color: #fff;

}

.check_01 .name {
  width: 170px;
  text-align: right;
  line-height: 50px;
  font-size: 16px;
}

.check_01 .info {
  width: 1025px;
  padding-top: 7px;
  padding-bottom: 30px;
  padding-left: 4px;
}

.check_01 .checkcolor {
  width: 33%;

}

.checkcolor label {
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  text-align: left
}



.checkcolor input {
  display: none;
}

.checkcolor {
  line-height: 36px;
  /* margin-bottom: 10px; */
  float: left;
  text-align: left;
}


.checkcolor input[type="checkbox"]+label::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  border: #dcdcdc 1px solid;
  position: absolute;
  left: 0px;
  top: 3px;
  background: #fff;
}

.checkcolor input[type="checkbox"]:checked+label::before,
.checkcolor input[type="checkbox"]:checked+label.mark::before {
  content: "";
  border-color: #dadada;
  background: #fff;
  background-image: url(../images/ico1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.checkcolor input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  vertical-align: middle;
}

.checkcolor span {
  color: #A0A0A0;
}

/* 合作共赢-企业及个人e+合作共赢-政府合作*/







/* 合作共赢-专家成果转换-技术研发（服务）需求表+合作共赢-专家成果转换-专家成果转化信息采集表 */
.tab_sec_nv {
  text-align: center;
  font-size: 0px;
  margin-top: 28px;
}

.tab_sec_nv span {
  display: inline-block;
  border-radius: 21px;
  overflow: hidden;
}

.tab_sec_nv a {
  background: #F3F3F3;
  line-height: 42px;
  font-size: 18px;
  color: #181818;
  padding: 0 28px;
}

.tab_sec_nv a:hover,
.tab_sec_nv a.act {
  background: #30A13D;
  color: #fff;
}

.form_info2 {
  font-family: SourceHanSansCN,"Microsoft YaHei";
  padding-top: 90px;

}

.form_t {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #181818;
}

.form_info2 .list {
  padding-top: 50px;
}

.form_info2 i {
  display: inline-block;
  margin-right: 10px;
  color: #E30000;
  font-size: 18px;
  margin-top: 4px;
  vertical-align: middle;
}

.form_info2 label,
.form_info2 textarea,
.form_info2 input {
  font-size: 16px;
}

.form_info2 .input_fl,
.form_info2 .input_fr {
  text-align: left;
  margin-bottom: 20px;
}

.form_info2 .input_fl {
  width: 538px;
}

.form_info2 .input_fr {
  width: 660px;
}

.form_info2 .input_fr {
  text-align: right
}

.form_info2 .input_all label,
.form_info2 .input_fl label {
  display: inline-block;
  width: 230px;
  text-align: right;
}

.form_info2 .input_fr label {
  display: inline-block;
  width: 324px;
  text-align: right;
}

.form_info2 .input_fr input,
.form_info2 .input_fl input {
  height: 16px;
  padding: 17px 10px;
  width: 268px;
  background: #F6F6F6;
}

.form_info2 .input_all {
  margin-bottom: 20px;
}

.form_info2 .input_all input {
  height: 16px;
  padding: 17px 10px;
  width: 1005px;

  background: #F6F6F6;
}

.form_info2 .input_select textarea {
  width: 945px;
  height: 143px;
  padding: 14px 10px 0;
  background: #F6F6F6;

}

.form_info2 .input_select label {
  display: inline-block;
  width: 230px;
  vertical-align: top;
  text-align: right;
  line-height: 50px;
}

.form_info2 .btn {
  text-align: center;
  margin: 40px 0 120px;
}

.form_info2 .btn input {
  width: 161px;
  height: 50px;
  margin: 0 20px;
  cursor: pointer;
}

.form_info2 .btn input.cancel {
  background: #F6F6F6;
}

.form_info2 .btn input:hover,
.form_info2 .btn input.sub {
  background: #30A13D;
  color: #fff;

}

.check_02 .name {
  width: 300px;
  text-align: right;
  line-height: 50px;
  font-size: 16px;
}

.form_info .check_04 .name,
.form_info .check_02 .name {
  width: 181px;
  text-align: right;
  line-height: 50px;
  font-size: 16px;

}

.form_info .check_04 .checkcolor {
  line-height: 36px;
  width: 20%
}

.form_info .check_04 .info,
.form_info .check_02 .info {
  width: 414px;
  text-align: right;
}

.form_info .check_04 .info {
  padding-top: 7px;
  padding-bottom: 27px;
  padding-left: 4px;
}

.form_info .check_02 {
  width: 50%;

}

.check_02 .info {
  width: 288px;
  line-height: 50px;
  padding-top: 7px;
  padding-bottom: 27px;
  padding-left: 4px;
}

.check_02 .checkcolor {
  /* width: 35%; */
}

.check_02 .checkcolor label {
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  padding-right: 10px;

}

.check_02 .checkcolor input {
  display: none;
}

.check_02 .checkcolor {
  line-height: 36px;
  float: left;
}


.check_02 .checkcolor input[type="radio"]+label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(191, 191, 191, 1);
  border-radius: 50%;
  border: #dcdcdc 1px solid;
  position: absolute;
  left: 0px;
  top: 5px;
  background: #fff;
}

.checkcolor input[type="radio"]:checked+label::before,
.checkcolor input[type="radio"]:checked+label.mark::before {
  content: "";
  border-color: #dadada;
  background: #fff;
  background-image: url(../images/ico2.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.checkcolor input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 1px solid rgba(191, 191, 191, 1);
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.check_04 span,
.check_02 span,
.checkcolor span {
  color: #A0A0A0;
  line-height: 30px;
  font-size: 18px;
}

.check_04 span,
.check_02 span {
  display: block;
  float: right;
  line-height: 36px;
}


/*合作共赢-专家成果转换-技术研发（服务）需求表+合作共赢-专家成果转换-专家成果转化信息采集表e*/


/* 投诉建议s */

.comment {
  font-family: SourceHanSansCN,"Microsoft YaHei";
  font-size: 14px;
  padding: 83px;
}

.comment .shName {
  font-size: 34px;
  text-align: center;
  margin-bottom: 36px;
}

.comment .shName p {
  font-size: 12px;
  font-family: ArialMT;
  font-weight: 400;
  color: #adadad;
  text-align: center;
  text-transform: uppercase;
}

.commentDiv>div {
  float: left;
  height: 50px;
  box-sizing: border-box;
  border: #f6f6f6 1px solid;
  background: #f6f6f6;
  width: 32%;
  line-height: 50px;
  overflow: hidden;
  margin-right: 2%;
  position: relative;
  margin-bottom: 20px;
}

.commentDiv>div span {
  padding-left: 22px;
  font-size: 14px;
  vertical-align: top;
  position: relative;
}

.commentDiv>div input {
  width: 290px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  padding: 17px 0;
  border: none;
  vertical-align: top;
  background: none;
}

.commentDiv>div i {
  font-size: 20px;
  color: #E10000;
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 14px;
}

.commentDiv>div.email {
  margin-right: 0;
}


.commentDiv1 {
  padding-left: 22px;
  padding-top: 22px;
  border: #f6f6f6 1px solid;
  background: #f6f6f6;
  font-size: 14px;
  vertical-align: top;
}

.commentDiv1 textarea {
  vertical-align: top;
  width: 1080px;
  height: 120px;
  border: none;
  background: none;
  padding-top: 1px;
}


.comment .btn {
  text-align: center;
  margin-top: 28px;
}

/* 投诉建议e */

/* 公司简介s */
.intro_company {
  padding-top: 88px;
  font-family: SourceHanSansCN,"Microsoft YaHei";

}

.intro_company .tab_intro {
  text-align: center;
}

.intro_company h3.first {
  color: #2C2C2C;
  font-size: 36px;
  text-align: center;
}

.team h3.first {
  margin: 76px 0 50px;
}

.intro_company .tab_intro {
  margin: 42px 0 46px;
  font-size: 0px;
}

.intro_company .tab_intro a {
  display: inline-block;
  width: 174px;
  height: 44px;
  font-size: 20px;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  border: 1px solid #DCDCDC;
  border-radius: 20px;
  margin: 0 8px;

}

.intro_company .tab_intro a:hover,
.intro_company .tab_intro a.act {
  background: #30A13D;
  color: #fff;
}

.intro_company .info img {
  max-width: 1200px;

}

.intro_company .info .pic {
  margin-bottom: 50px;
}

.intro_company .info p {
  color: #5D5D5D;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.intro_company .info i {
  display: block;
  width: 188px;
  height: 3px;
  background: #30A13D;
  margin: 36px auto 0;
}

.infoFocus .bd li {
  /* display:none; */
  width: 100% !important;

}

.infoFocus .hd li {
  float: left;
  margin-right: 44px;
  margin-bottom: 22px;
  cursor: pointer;

}

.infoFocus .hd .pic img,
.infoFocus .hd .pic {
  width: 266px;
  height: 329px;
  overflow: hidden;
  position: relative;
}

.infoFocus .hd .pic {
  box-shadow: 1px 1px 12px 0px #f8f8f8
}

.infoFocus .hd .inner {
  position: absolute;
  width: 266px;
  bottom: 0px;
  left: -0px;
  display: none;
  box-sizing: border-box;
  text-align: center;
  padding: 70px 14px 30px;
  color: #fff;
  background: url(../images/team_back.png) no-repeat center top;
  background-size: cover;
}

.infoFocus .hd .inner h3 {
  font-size: 16px;
  line-height: 46px;
}

/* .infoFocus .hd li.on .inner, */
.infoFocus .hd li:hover .inner {
  display: block;
}

.infoFocus .hd .text {
  line-height: 54px;
  font-size: 18px;
  color: #202020;
  text-align: center;
}

.infoFocus .hd .text span {
  color: #747474
}

.team_pop {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 800;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

.team_pop .inner {
  width: 1152px;
  height: 652px;
  box-sizing: border-box;
  padding: 70px 44px 0;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -326px;
  margin-left: -576px;
}

.team_pop .text>h3 {
  font-size: 30px;
  color: #30A13D;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #ededed;
}

.team_pop .text>h3 span {
  font-size: 20px;
  color: #565656;
  display: inline-block;
  margin-left: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin-top: -4px;
  font-weight: 400
}

.team_pop .pic {
  margin-right: 45px;
  width: 367px;
  height: 454px;
  border: 1px solid #ededed;
}
.team_pop .text{
  width:650px;
}
.team_pop .editor>div {
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 24px;
  color: #565656;

}

.team_pop .editor h3 {
  font-weight: bold;
  color: #202020;
  margin-bottom: 2px;

}

.team_pop .editor {
  height: 366px;
  overflow-y: auto;
  padding-right: 60px;
  position: relative;
}

.team_pop .bottom::before,
.team_pop .text>h3::before {
  content: '';
  display: inline-block;
  right: -4px;
  width: 16px;
  height: 6px;
  position: absolute
}

.team_pop .bottom::before {
  top: -12px;
  background: url(../images/point_up.png) no-repeat center;
}

.team_pop .text>h3::before {
  bottom: -12px;
  background: url(../images/point_d.png) no-repeat center;
}

.team_pop .bd .bottom {
  margin-top: 20px;
  position: relative;
  border-top: 1px solid #ededed;

}

.team_pop .editor::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background-color: #E5E5E5;
}

.team_pop .close {
  position: absolute;
  top: -42px;
  right: -20px;
  cursor: pointer;
}

.team_pop .close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg)
}

.team .pages {
  padding: 36px 0 106px;
}

/*定义滚动条轨道 内阴影+圆角*/
.team_pop .editor::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
.team_pop .editor::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #E5E5E5;
  border: 2px solid #E5E5E5;
}

.team_pop .pic img {
  width: 367px;
  height: 454px;
}

.picFocus .prev,
.picFocus .next {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: -70px;
}

.picFocus .prev {
  left: 45%;
  background: url(../images/prev_01.png) no-repeat center;
}

.picFocus .next {
  right: 45%;
  background: url(../images/next_01.png) no-repeat center;
}

.picFocus .prev:hover {

  background: url(../images/prev_01_on.png) no-repeat center;
}

.picFocus .next.act,
.picFocus .next:hover {

  background: url(../images/next_01_on.png) no-repeat center;
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }

  80% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

/* 公司简介e */


/* 企业文化s */
.enterprise_intro {
  font-family: 'SourceHanSansCN', "Microsoft YaHei"
}

.enterprise_intro .part_one h3 {
  padding: 88px 0 64px;
  color: #2C2C2C;
  font-size: 36px;
  text-align: center;

}

.enterprise_intro .part_one .pic {
  padding: 75px 0 40px 32px;
}

.enterprise_intro .part_one img,
.enterprise_intro .part_one .pic {
  width: 562px;
  height: 400px;
}

.enterprise_intro .part_one .text {
  width: 564px;
  margin-left: 32px;
  padding-top: 75px
}

.enterprise_intro .part_one .text p {
  text-indent: 2em;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  line-height: 26px;
  background: url(images/cultrue_back.png) no-repeat left top
}

.enterprise_intro .part_three {
  padding-top: 110px;
}

.enterprise_intro .part_three .pic img,
.enterprise_intro .part_three .pic {
  width: 600px;
  height: 290px;

}

.enterprise_intro li.list2 .text,
.enterprise_intro .part_three .pic {
  float: left;
}

.enterprise_intro li.list2 .pic {
  float: right;
}

.enterprise_intro .part_three li {
  height: 290px;
}

.enterprise_intro .part_three .text {
  width: 600px;
  height: 290px;
  float: right;
  box-sizing: border-box;
  padding: 50px 30px 0 114px;
  position: relative;
}

.enterprise_intro .part_three li {
  position: relative;
  left: 0;
  background: #f3f3f3;
}

.enterprise_intro .part_three li:hover {

  left: 20px;
}

.enterprise_intro li.list2 .text {
  padding: 50px 30px 0 190px;
}

.enterprise_intro .part_three .text>img {
  position: absolute;
  top: 50px;
  left: 35px;
}

.enterprise_intro li.list2 .text>img {
  position: absolute;
  top: 50px;
  left: 114px;
}

.enterprise_intro .part_three .title {
  font-size: 24px;
  font-family: SourceHanSansCN,"Microsoft YaHei";
  font-weight: bold;
  display: inline-block;
}

.enterprise_intro .part_three .title p {
  font-size: 14px;
  line-height: 30px;
  font-family: ArialMT;
  color: #939393;
}

.enterprise_intro .part_three .title i {
  display: block;
  width: 35px;
  height: 1px;
  background: #c6c6c6;
}

.enterprise_intro .part_three li:hover i {
  width: 100%;
  background: #30A13D
}

.enterprise_intro .part_three .content {
  color: #373737;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 40px;
}

.enterprise_intro .part_three .content img {
  margin-right: 30px;
}


.part_four .bd{
  padding: 0 60px;
}

.part_four .bd li {
  width: 310px !important;
  height: 220px;
  padding: 8px;
  float: left;
  overflow: hidden;
  margin: 0 16px;
  border: 1px solid #dadada
}
.part_four .bd li img{
  width: 310px !important;
  height: 220px;
  /* height: 350px; */
}
.part_four .bd li:hover  img{
  -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);
}
.part_four {
  padding: 0 58px 110px;
  position: relative;
}

.part_four h3 {
  font-size: 38px;
  font-weight: 400;
  color: #292929;
  text-align: center;
  padding: 94px 0 44px;
}

.part_four .prev,
.part_four .next {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 210px;
}

.part_four .prev {
  left: 50px;
  background: url(../images/prev_01.png) no-repeat center;
}

.part_four .next {
  right:50px;
  background: url(../images/next_01.png) no-repeat center;
}

.part_four .prev:hover {

  background: url(../images/prev_01_on.png) no-repeat center;
}

.part_four .next.act,
.part_four .next:hover {
  background: url(../images/next_01_on.png) no-repeat center;
}

.develop_s .bd {
  background: url(../images/line_back.png) center;
  background-repeat: repeat-x
}

.develop_s li {
  float: left;
  width: 200px !important;
  height: 180px;
  /* box-sizing: border-box;
  padding-left: 36px; */
}

.develop_s .bd {
  padding: 0 34px;
  box-sizing: border-box;

}

/* .develop_s ul, */
.develop_s .tempWrap {
  /* padding-right: 130px; */
  width: 1132px !important;
}

.develop_s {
  background: url(../images/line_center.png) center;
  background-repeat: repeat-x
}

.develop_s .bd {
  position: relative;
  height: 361px;
}

.develop_s li.line_01 .inner {
  background: url(../images/line_01.png) no-repeat left bottom;
}

.develop_s li.line_02 .inner {
  background: url(../images/line_02.png) no-repeat left top;
}

.develop_s li .inner {
  position: relative;
  height: 180px;
  padding-top: 32px;
  box-sizing: border-box;
  padding-left: 36px;
  width: 400px !important;
}

.develop_s li.line_02 {
  margin-top: 180px;
}

.develop_s li h3 {
  color: #272727;
  font-size: 32px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  margin-bottom: 8px;
}

.develop_s li .inner div {
  color: #616161;
  font-size: 16px;
  line-height: 24px;
}

.develop_s li:hover h3 {
  color: #30A13D;
}

.enterprise_intro .part_two>h3 {
  margin-bottom: 80px;
  font-size: 38px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #373737;
  text-align: center;
}

.enterprise_intro .part_two {
  background: url(../images/line_03.jpg) no-repeat center;
  background-size: cover;
  margin-top: 70px;
  padding: 80px 0 160px;
}

.develop_s .prev,
.develop_s .next {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
}

.develop_s .prev {
  left: -60px;
  background: url(../images/prev_01.png) no-repeat center;
}

.develop_s .next {
  right: -60px;
  background: url(../images/next_01.png) no-repeat center;
}

.develop_s .prev:hover {

  background: url(../images/prev_01_on.png) no-repeat center;
}

.develop_s .next.act,
.develop_s .next:hover {
  background: url(../images/next_01_on.png) no-repeat center;
}



/* 企业文化e */

/* 侧栏s */
.leftlx {
  float: left;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  overflow: hidden;
}
.sibar li a {
  color: #fff;
  display: block;
  height: 45px;
  width: 300px;
  
}
.sibar li {
	border-radius: 5px;
  background-color: #30a13d;
  margin-bottom: 1px;
}
.sibar li:hover {
  background-color:#30a13d;;
}
.sibar li i.wx {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/sibar_ico4.png) no-repeat center;
}
.qq_li .ewm {
  width: 92px;
  height: 92px;
  position: absolute;
  right: 48px;
  top:140px;
  padding: 3px;
  display: none;
}
.wx_li .ewm {
  width: 92px;
  height: 92px;
  position: absolute;
  right: 65px;
  top: 92px;
  display: none;
   padding: 3px;
  border: #d9d8d8 1px solid; background: #fff;
}
.ewm img {
  width: 100%;
}
.sibar li i.qq {
  display: block;
  width: 45px;
  height: 45px;
  /* border-radius: 5px; */
  margin: 0 auto;
  text-align: center;
  background: url(../images/sibar_ico3.png) no-repeat center;
}
.sibar li i.dh {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/sibar_ico2.png) no-repeat center;
}

.sibar li i.kf {
  display: block;
  width: 45px;
  height: 45px;
  /* border-radius: 5px; */
  margin: 0 auto;
  text-align: center;
  background: url(../images/sibar_ico3.png) no-repeat center;
}
.sibar li i.fh {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  /* border-radius: 5px; */
  text-align: center;
  background: url(../images/sibar_ico5.png) no-repeat center;
  z-index: 11;
}
.sibar {position: fixed;width: 45px;height: auto;top: 60%;right: 0;z-index: 1000;}
.sibar li a > span {color: #fff;font-size: 16px;line-height: 45px;display: none;float: left;}
.sibar li a:hover > span {display: block;}
.shang {width: 45px!important;}
/* 侧栏e */


@media screen and (max-width: 1370px) {
  .header {
    padding: 0 10px 0 30px;
    min-width: 1170px;
  }
  .header ul li a {
    margin: 17px 7px 14px;
  }
}
@media screen and (max-width: 1370px) and (max-width: 1370px) {
  .header {
    padding: 0 10px 0 30px;
    min-width: 1170px;
  }
  .header ul li a {
    margin: 17px 7px 14px;
  }
}

/*0820*/
.intro_company .info p { text-align: left;
}
.product_detials .text3 p { font-size: 16px;}
