@charset "utf-8";

:hover{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.page {
	padding: 20px 0
}

.page_m {
	display: none
}
.page a {
	display: inline-block;
	border: 1px solid #ccc;
	line-height: 26px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.page a:hover,
.page a.act {
	background: #1E90FF;
	color: #fff
}
.page SPAN.current {
	background: #1E90FF;
	color: #fff;
	display: inline-block;
	line-height: 26px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.page SPAN.disabled {
	display: inline-block;
	border: 1px solid #ccc;
	line-height: 26px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 2;
	padding-right: 10px;
	padding-bottom: 2;
	padding-left: 10px;
}

.page_m a {
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	border: 1px solid #ccc;
	line-height: 26px;
}

.page_m a:hover,
.page a.act {
	background: #1E90FF;
	color: #fff
}

.page_m SPAN.current {
	background: #1E90FF;
	color: #fff;
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	line-height: 26px;
}

.page_m SPAN.disabled {
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	border: 1px solid #ccc;
	line-height: 26px;
}
/*图片放大公用类*/
.picfd img{
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -o-transition:0.5s ease;
    -ms-transition:0.5s ease;
}
.picfd:hover img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}

/* 图片自适应 */
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
}

.padding1{
    padding-top: 80px;
}

/* 头部 */
.header{
    width: 100%;
    background: rgba(255,255,255,1);
    position: fixed;
    z-index: 9999999;
    /*-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .1);
    box-shadow:0 0 10px rgba(0, 0, 0, .1);*/
}
.header .collapse{
    position: relative;
}
.header .navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 80px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius:0px;
}
.header .navbar-default {
  background: none;
  /*background:rgba(255, 255, 255, 0.9);*/
}
.header .navbar-brand {
	float: left;
	height: 80px;
	font-size: 18px;
	line-height: 0px;
	position:absolute;
	z-index: 2;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 15px;
}
.header .navbar-brand img {
  height: 55px;
}
.header .navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color: #333;
}
.header .navbar-default .navbar-nav > li{
  margin:0px;
}

.header .navbar .language { font-size: 16px; color: #d8d7d7; line-height: 80px; padding-right: 18px; }
.header .navbar .language a { color: #1E90FF; }
.header .navbar .language a:hover { color: #1E90FF; }
.header .navbar .language span.style1 { margin: 0 10px; }

.header .navbar .search {
	position: relative;
	z-index: 3;
	margin-top: 25px;
	margin-right: -15px;
	margin-bottom: 0;
	margin-left: 0;
}
.header .navbar .search1 { margin: 6.5px 10px 0 0; cursor: pointer; }
.header .navbar .search2 { width: 220px; background-color: #fff; border: 1px solid #333; border-radius: 30px; position: absolute; top: 0px; right: 0px; 
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.header .navbar .search2 .wbk1 { font-size: 14px; color: #333; width: 181px; height: 28px; line-height: 28px; padding-left: 12px; background: none; border: 0px; }
.header .navbar .search2 .btn1 { width: 37px; height: 28px;
line-height: 28px; text-align: center; background: url(../images/pic1.png) no-repeat center; border: 0px; }
.header .nav{ padding-right:190px; padding-bottom:0px; }
.header .nav > li{ margin-right:38px !important; position:relative; }
/*.header .nav > li:first-child{ margin-left:0px !important; }*/
.header .nav > li > a { height:80px; line-height: 80px; text-align: center; padding: 0 0px; display: block; }
/*.nav > li > a:hover{ color:#f39900 !important; }*/
@media (min-width: 768px) {
  .header .navbar-nav > li {
    /*float: none;*/
    margin-top:10px;
  }
  .header .navbar-nav > li > a {
    /*padding-top: 0px;
    padding-bottom: 0px;*/
  }
}
.header .navbar-default .navbar-nav > .active > a,
.header .navbar-default .navbar-nav > .active > a:hover,
.header .navbar-default .navbar-nav > .active > a:focus {
  background:none;
  color: #1E90FF;
}
.header .navbar-default .navbar-nav > .active > a {
  background:none;
  color: #1E90FF;
}
.header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 15px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.header .navbar-default .navbar-toggle {
  border-color: #1E90FF;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #1E90FF;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #1E90FF;
}
.header .navbar-default .navbar-toggle:hover .icon-bar,
.header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav > .open > a:focus {
  background:none;
  color: #1E90FF;
}
.header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50% !important;
  margin-left: -75px !important;
  z-index: 1000;
  display: none;
  width: 150px;
  min-width: auto;
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: center;
  background:#fff;
  border: 0px solid #a7a6a7;
  border: 0px solid rgba(167, 166, 167, 1);
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  border-bottom-right-radius:10px;
border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
-webkit-border-bottom-left-radius:10px;}
.header .dropdown-menu > li > a {
  display: block;
  text-align: center;
  padding: 0 5px !important;
  clear: both;
  font-weight: normal;
  height: 40px;
  line-height: 40px !important;
  font-size:14px;
  color: #333;
  border-bottom:1px solid #ededed;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.header .dropdown-menu > li:last-child > a {border-bottom:0px solid #ededed;}
.header .dropdown-menu > li > a:hover,
.header .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333 !important;
}

.header .open > .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .header .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .header .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* BANNER */
.banner{ width:100%; overflow:hidden; position:relative; z-index:2000; }
.banner .item{ width:100%; }
.banner img{
    display: block;
    width: 100%;
    height: auto;
}
.banner a{
    display: block;
    width: 100%;
}

.banner .owl-buttons{display: none;}
.banner .owl-theme .owl-controls{ width:100%; height:100%; text-align:center; margin-top:0px; }
.banner .owl-pagination{height:15px; z-index:1111;position:relative; bottom:0px; display:none;}
.banner .owl-theme .owl-dots{ font-size: 0px; width:100%;height:15px;text-align:center; position: absolute; bottom: 20px; left: 0px; }
.banner .owl-theme .owl-dots .owl-dot{ display:inline-block; *display:inline; *zoom:1;  }
.banner .owl-theme .owl-dots .owl-dot span{width:15px;height:15px; background:#fff; margin:0 4px; border-radius:15px; }
.banner .owl-theme .owl-dots .owl-dot.active span, .banner .owl-theme .owl-dots .owl-dot:hover span{ width: 55px; background:#1E90FF; }
.banner .owl-theme .owl-controls .owl-nav{ position:absolute; left:0px; right:0px; top:50%; margin-top:-29px; z-index:6; }
.banner .owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:0px;width:57px;height:58px;margin:0px;padding:0px;background:none;display:inline-block;cursor:pointer;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
.banner .owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none;}
.banner .owl-theme .owl-controls .owl-nav .owl-prev{ background: url(../images/pic8.png) no-repeat center; position:absolute; left:0px; }
.banner .owl-theme .owl-controls .owl-nav .owl-next{ background: url(../images/pic9.png) no-repeat center; position:absolute; right:0px; }
.banner .owl-theme .owl-controls .owl-nav .owl-prev:hover{ background: url(../images/pic8.png) no-repeat center; }
.banner .owl-theme .owl-controls .owl-nav .owl-next:hover{ background: url(../images/pic9.png) no-repeat center; }

/* 侧边栏 */
.cebianlan{ width:75px; background-color:#3cab5e; position:fixed; right:40px; z-index:3000; }
/*.cebianlan{ width:75px; background-color:#3cab5e; position:fixed; right:40px; z-index:3000; display: none;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}*/
.cebianlan_nr{ width:75px; height:75px; border-top:1px solid #fff; position:relative;}
.cebianlan_nr:first-child{ border-top:0px; }
.cebianlan_nr1{ width:75px; height:75px;}
.cebianlan_nr1 a{ width:75px; height:75px; text-align:center; display:block;}
.cebianlan_nr1 a p{ width:75px; margin: 0 0 8px; padding-top:14px; }
.cebianlan_nr1 a span{ font-size: 12px; color:#fff; width:75px; line-height:100%; display:block; }
.cebianlan_nr2{ display:none;}
.cebianlan_nr2.style1{ width:180px; height:75px; line-height:75px; padding-left:10px; background-color:#007dff; position:absolute; top:0px; right:0px;}
.cebianlan_nr2.style1 p img{ margin-top:21px; }
.cebianlan_nr2.style1 span{ font-size:16px; color:#fff; margin-left:10px; }
.cebianlan_nr2.style2{ width:112px; height:112px; border: 2px solid #007dff; position:absolute; top:0px; right:75px; }
.cebianlan_nr2.style2 img{ width:108px; height:108px; }
.cebianlan_nr:hover .cebianlan_nr1 a span{/* color:#1c68b5;*/ font-weight:bold; }

/* 网站首页 */
.main{
    width: 100%;
    padding: 40px 0 40px;
    overflow: hidden;
}
.main1{
    width: 100%;
}
.main1_l{
	width: 25%;
	height: 304px;
	padding: 60px 40px 20px;
	background-size: cover;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
	background-color: #1E90FF;
}
.main1_l1{
    width: 100%;
    padding-top: 20px;
    background: url(../images/pic11.png) no-repeat;
}
.main1_l1 p{
    font-size: 30px;
    color: #fff;
    width: 100%;
    line-height: 100%;
    margin: 0 0 12px;
}
.main1_l1 span{
    font-size: 22px;
    color: #fff;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
}
.main1_l2{
    font-size: 18px;
    color: #fff;
    width: 100%;
    line-height: 28px;
    margin-top: 26px;
}
.main1_r{
    width: 75%;
}
.main1_r .item{
    width:100%;
}
.main1_r .item ul{
    width:100%;
    border-top: 1px solid #e1e1e1;
}
.main1_r .item ul li{
    width:50%;
}
.main1_r .item ul li a{
    width:100%;
    height: 152px;
    padding: 30px 40px 20px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    display: block;
}
.main1_r .item ul li .pic{
    width: 58px;
}
.main1_r .item ul li .pic img{
    width: 100%;
}
.main1_r .item ul li .text{
    margin-left: 74px;
}
.main1_r .item ul li .text .title{
    font-size: 22px;
    color: #333;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main1_r .item ul li .text .content{
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 44px;
    line-height: 22px;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main1_r .item ul li .text .arrow{
    width: 100%;
}
.main1_r .item ul li .text .arrow img{
    width: 30px;
}
.main1_r .item ul li:hover .text .title{
    color: #1E90FF;
}

.main1_r .owl-buttons{display: none;}
.main1_r .owl-theme .owl-controls{ width:100%; height:100%; text-align:center; margin-top:0px; }
.main1_r .owl-pagination{height:8px; z-index:1111;position:relative; bottom:0px; display:none;}
.main1_r .owl-theme .owl-dots{ font-size: 0px; width:100%;height:8px;text-align:center; position: absolute; bottom: 48px; left: 0px; }
.main1_r .owl-theme .owl-dots .owl-dot{ display:inline-block; *display:inline; *zoom:1;  }
.main1_r .owl-theme .owl-dots .owl-dot span{ font-size: 12px; color: #fff; width:8px;height:8px; line-height: 8px; text-align: center; margin: 0 5px; background: url(../images/pic44.png) no-repeat center; border-radius:0px; }
.main1_r .owl-theme .owl-dots .owl-dot.active span, .main1_r .owl-theme .owl-dots .owl-dot:hover span{ background: url(../images/pic45.png) no-repeat center; }
.main1_r .owl-theme .owl-controls .owl-nav{ height: 45px; position:absolute; left:0px; right:0px; bottom:60px; z-index:6; }
.main1_r .owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:0px;width:45px;height:45px;margin:0px;padding:0px;background:none;display:inline-block;cursor:pointer;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
.main1_r .owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none;}
.main1_r .owl-theme .owl-controls .owl-nav .owl-prev{ background: url(../images/pic19.png) no-repeat center; position:absolute; left:-261px; }
.main1_r .owl-theme .owl-controls .owl-nav .owl-next{ background: url(../images/pic20.png) no-repeat center; position:absolute; left:-211px; }
.main1_r .owl-theme .owl-controls .owl-nav .owl-prev:hover{ background: url(../images/pic19h.png) no-repeat center; }
.main1_r .owl-theme .owl-controls .owl-nav .owl-next:hover{ background: url(../images/pic20h.png) no-repeat center; }
.main2{
    width: 100%;
    margin-top: 44px;
}
.main2 h2{
    width: 100%;
    margin: 0px;
}
.main2 h2 p{
    font-size: 28px;
    color: #272727;
    line-height: 100%;
    margin: 0px;
}
.main2 h2 span.style1{
    font-size: 14px;
    color: #bfbfbf;
    line-height: 100%;
    margin-top: 14px;
    margin-left: 10px;
    text-transform: uppercase;
    display: inline-block;
}
.main2 h2 a{
    font-size: 14px;
    color: #1E90FF;
    line-height: 100%;
    margin-top: 14px;
}
.main2 h2 a:hover{
    color: #1E90FF;
}
.main2_1{
    width: 100%;
    margin-top: 30px;
}
.main2_1_l{
    width: 60.8%;
    padding-right: 70px;
}
.main2_1_l ul{
    width: 100%;
}
.main2_1_l ul li{
    width: 100%;
    margin-top: 38px;
}
.main2_1_l ul li:first-child{
    margin-top: 0px;
}
.main2_1_l ul li .title{
    font-size: 18px;
    color: #333;
    width: 100%;
    line-height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main2_1_l ul li .content{
    font-size: 14px;
    color: #8c8c8c;
    width: 100%;
    height: 42px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main2_1_l ul li:hover .title{
    color: #1E90FF;
}
.main2_1_r{
    width: 39.2%;
    background-color: #f1f7f3;
    border-radius: 5px;
    overflow: hidden;
}
.main2_1_r .pic{
    width: 100%;
    overflow: hidden;
}
.main2_1_r .pic img{
    width: 100%;
}
.main2_1_r .text{
    width: 100%;
    padding: 42px 40px;
}
.main2_1_r .text .title{
    font-size: 18px;
    color: #31a655;
    width: 100%;
    height: 52px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main2_1_r .text .content{
    font-size: 14px;
    color: #808080;
    width: 100%;
    height: 66px;
    line-height: 22px;
    margin: 12px 0 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main2_1_r .text .more{
    width: 100%;
}
.main2_1_r .text .more span{
    font-size: 14px;
    color: #1E90FF;
    width: 95px;
    max-width: 100%;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #2792ff;
    display: inline-block;
}
.main2_1_r:hover .text .more span{
    color: #fff;
    background-color: #31a655;
}

/* 底部 */
.footer{
    width: 100%;
    background-color: #353535;
}
.footer_t{
	width: 100%;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.footer_t1{}
.footer_t1 ul{}
.footer_t1 ul li{
    margin-right: 40px;border-right: 1px solid #949494; padding-right:40px;
}
.footer_t1 ul li:first-child{
    margin-right: 40px;border-right: 0px solid #949494; padding-right:40px;
}
.footer_t1 ul li p{
    font-size: 18px;
    color: #fff;
    line-height: 100%;
    margin: 0 0 10px;
}
.footer_t1 ul li p a{
    color: #fff;
}
.footer_t1 ul li p a:hover{
    text-decoration: underline;
}
.footer_t1 ul li span{
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    display: block;
}
.footer_t1 ul li span a{
    color: #fff;
}
.footer_t1 ul li span a:hover{
    text-decoration: underline;
}
.footer_t2{
    padding-left: 0px;
    border-left: 0px solid #74c98e;
}
.footer_t2 .nr1{
    font-size: 18px;
    color: #fff;
    line-height: 160%;
}
.footer_t2 .nr2{
    font-size: 40px;
    color: #fff;
    line-height: 36px;
    margin: 14px 0;
}
.footer_t2 .nr2 img{
    height: 36px;
    margin-right: 8px;
}
.footer_t2 .nr3{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
.footer_t3{
    width: 111px;
}
.footer_t3 p{
    width: 100%;
    margin: 0 0 2px;
}
.footer_t3 p img{
    width: 100%;
}
.footer_t3 span{
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(../images/pic21.png) no-repeat center;
    display: block;
}
.footer_b{
    font-size: 14px;
    color: #fff;
    width: 100%;
    line-height: 20px;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #949494;
}

/* 内页公用 */
.qy_main{
    width: 100%;
    overflow: hidden;
}
.qy_main1{
    width: 100%;
    padding: 34px 0;
    background-color: #f2f2f2;
}
.qy_main1 .nr1{
    font-size: 14px;
    color: #1E90FF;
    width: 100%;
    line-height: 100%;
}
.qy_main1 .nr1 a{
    color: #1E90FF;
}
.qy_main1 .nr1 a:hover{
    color: #1E90FF;
}
.qy_main1 .nr2{
    font-size: 30px;
    color: #1E90FF;
    width: 100%;
    line-height: 100%;
    margin-top: 20px;
}

/* 联系我们 */
.lxwm_main{
    width: 100%;
    padding: 60px 0;
}
.lxwm_main1{
    width: 100%;
}
.lxwm_main1_l{
    max-width: 80%;
}
.lxwm_main1_l .nr{
    width: 50%;
    margin-top: 20px;
    padding-right: 40px;
}
.lxwm_main1_l .nr1{
    font-size: 26px;
    color: #3cab5e;
    line-height: 100%;
}
.lxwm_main1_l .nr2{
    font-size: 16px;
    color: #404040;
    line-height: 30px;
    margin-top: 18px;
}
.lxwm_main1_r{
    margin-top: 40px;
}
.lxwm_main1_r .nr{
    margin-left: 20px;
}
.lxwm_main1_r .nr:first-child{
    margin-left: 0px;
}
.lxwm_main1_r .nr1{
    font-size: 12px;
    color: #333;
    width: 28px;
    height: 90px;
    padding: 7px 8px;
    line-height: 15px;
    background-color: #e9eff4;
}
.lxwm_main1_r .nr2{
    width: 90px;
    height: 90px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
}
.lxwm_main1_r .nr2 img{
    width: 88px;
    height: 88px;
}
.lxwm_main2{
    width: 100%;
    margin-top: 40px;
}
.lxwm_main2 *{
    width: 100%;
}

/* 人才招聘 */
.rczp_main{
    width: 100%;
    padding: 50px 0;
}
.rczp_main1{
    font-size: 16px;
    color: #fff;
    width: 100%;
    line-height: 28px;
    padding: 28px 34px;
    background-color: #3cab5e;
    border-radius: 5px;
}
.rczp_main2{
    width: 100%;
}
.rczp_main2 ul{
    margin-right: -37px;
}
.rczp_main2 ul li{
    width: 33.33%;
    padding: 35px 37px 0 0;
}
.rczp_main2 ul li .item{
    width: 100%;
    padding: 24px 22px;
    background: url(../images/pic24.png) no-repeat right 20px bottom;
    border: 1px solid #d9d9d9;
    border-left: 4px solid #3cab5e !important;
}
.rczp_main2 ul li .item .title{
    width: 100%;
}
.rczp_main2 ul li .item .title p{
    font-size: 16px;
    color: #333;
    width: 70%;
    line-height: 100%;
    margin: 0px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.rczp_main2 ul li .item .title span{
    font-size: 18px;
    color: #f08200;
    line-height: 100%;
}
.rczp_main2 ul li .item .content{
    font-size: 14px;
    color: #808080;
    width: 100%;
    height: 63px;
    line-height: 23px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.rczp_main2 ul li .item:hover{
    background: #f7f7f7 url(../images/pic24h.png) no-repeat right 20px bottom;
    border: 1px solid #f7f7f7;
}
.rczp_main3{
    font-size: 30px;
    color: #333;
    width: 100%;
}
.rczp_main4{
    width: 100%;
    margin-top: 34px;
}
.rczp_main4_l{
    font-size: 16px;
    width: 75%;
    line-height: 32px;
    padding-right: 70px;
}
.rczp_main4_l .nr1{
    color: #333;
    width: 100%;
}
.rczp_main4_l .nr2{
    font-size: 18px;
    color: #131313;
    width: 100%;
    line-height: 100%;
    margin-top: 30px;
    padding-left: 10px;
    border-left: 4px solid #18b2ab;
}
.rczp_main4_l .nr3{
    color: #666;
    width: 100%;
    margin-top: 10px;
}
.rczp_main4_l .nr4{
    color: #333;
    width: 100%;
    margin-top: 26px;
}
.rczp_main4_r{
    color: #fff;
    width: 25%;
    padding: 40px 36px 30px;
    background: #3cab5e url(../images/pic25.png) no-repeat right bottom;
}
.rczp_main4_r1{
    width: 100%;
    padding-top: 26px;
    background: url(../images/pic26.png) no-repeat;
}
.rczp_main4_r1 .nr1{
    font-size: 18px;
    width: 100%;
    line-height: 100%;
}
.rczp_main4_r1 .nr2{
    font-size: 26px;
    width: 100%;
    line-height: 100%;
    margin-top: 10px;
}
.rczp_main4_r2{
    font-size: 16px;
    width: 100%;
    line-height: 28px;
    margin-top: 26px;
}

/*page*/
.pages{
    margin-top: 50px;
    font-size: 0;
    text-align: center;
}
.pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    padding: 0 5px;
    margin: 0 2px;
    font-size: 16px;
    color: #666;
    border-radius: 3px;
    transition: all 0.5s;
}
.pages a:first-child,.pages a:last-child{
    font-size: 14px;
    width: 70px;
}
.pages a:hover,.pages a.current{
    background: #3cab5e;
    border: 1px solid #3cab5e;
    color: #fff;
}

/* 行业动态 */
.hydt_main{
    width: 100%;
    padding: 50px 0;
}
.hydt_main1{
    width: 100%;
}
.hydt_main1 ul{
    width: 100%;
}
.hydt_main1 ul li{
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}
.hydt_main1 ul li:first-child{
    padding-top: 0px;
}
.hydt_main1 ul li .item{
    width: 100%;
}
.hydt_main1 ul li .pic{
    width: 32%;
    overflow: hidden;
}
.hydt_main1 ul li .pic img{
    width: 100%;
}
.hydt_main1 ul li .text{
    width: 68%;
    padding-left: 40px;
}
.hydt_main1 ul li .text .date{
    font-size: 14px;
    color: #1E90FF;
    width: 100%;
    line-height: 100%;
    margin-top: 4px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hydt_main1 ul li .text .title{
    font-size: 24px;
    color: #333;
    width: 100%;
    line-height: 100%;
    margin-top: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hydt_main1 ul li .text .content{
    font-size: 16px;
    color: #4c4c4c;
    width: 100%;
    height: 84px;
    line-height: 28px;
    margin: 24px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.hydt_main1 ul li .text .more{
    font-size: 16px;
    color: #1E90FF;
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hydt_main1 ul li .text .more img{
    height: 20px;
    margin-right: 8px;
}
.hydt_main1 ul li .item:hover .text .more img{
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
}
.hydt_main1 ul li .item:hover .title{
    color: #1E90FF;
}
.hydt_main2{
    font-size: 34px;
    color: #333;
    width: 100%;
}
.hydt_main3{
    font-size: 16px;
    color: #595959;
    width: 100%;
    line-height: 16px;
    margin-top: 16px;
}
.hydt_main3 span.style1{
    margin: 0 68px 0 30px;
}
.hydt_main4{
    font-size: 16px;
    color: #404040;
    width: 100%;
    line-height: 32px;
    margin-top: 38px;
}

/* 技术资料 */
.jszl_main{
    width: 100%;
    padding: 50px 0;
}
.jszl_main1{
    width: 100%;
}
.jszl_main1 ul{
    margin: -38px -37px 0 0;
}
.jszl_main1 ul li{
    width: 33.33%;
    padding: 38px 37px 0 0;
}
.jszl_main1 ul li .item{
    width: 100%;
    padding: 25px 28px;
    background: #f0f1f2 url(../images/pic28.png) no-repeat right bottom;
    border-radius: 10px;
    overflow: hidden;
}
.jszl_main1 ul li .item .title{
    font-size: 20px;
    color: #333;
    width: 100%;
    height: 52px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.jszl_main1 ul li .item .title a{
    color: #333;
}
.jszl_main1 ul li .item .date{
    font-size: 16px;
    color: #3cab5e;
    width: 100%;
    line-height: 100%;
    margin: 10px 0 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.jszl_main1 ul li .item .more{
    width: 100%;
}
.jszl_main1 ul li .item .more img{
    width: 42px;
}
.jszl_main1 ul li .item .more img.img1{
    display: block;
}
.jszl_main1 ul li .item .more img.img2{
    display: none;
}
.jszl_main1 ul li .item:hover{
    background-color: #4db16d;
}
.jszl_main1 ul li .item:hover .title a{
    color: #fff;
}
.jszl_main1 ul li .item:hover .date{
    color: #fff;
}
.jszl_main1 ul li .item:hover .more img.img1{
    display: none;
}
.jszl_main1 ul li .item:hover .more img.img2{
    display: block;
}

/* 标记服务 */
.bjfw_main{
    width: 100%;
    padding: 50px 0;
}
.bjfw_main1{
    width: 100%;
}
.bjfw_main1 ul{
    margin: -54px -60px 0 0;
}
.bjfw_main1 ul li{
    width: 50%;
    padding: 54px 60px 0 0;
}
.bjfw_main1 ul li .item{
    width: 100%;
    background-color: #f1f7f3;
    overflow: hidden;
}
.bjfw_main1 ul li .item .pic{
    width: 100%;
    overflow: hidden;
}
.bjfw_main1 ul li .item .pic img{
    width: 100%;
}
.bjfw_main1 ul li .item .text{
    width: 100%;
    padding: 28px 28px 22px;
}
.bjfw_main1 ul li .item .title{
    font-size: 24px;
    color: #1E90FF;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bjfw_main1 ul li .item .content{
    font-size: 14px;
    color: #1E90FF;
    width: 100%;
    height: 46px;
    line-height: 23px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 我要购买 */
.wygm_main{
    width: 100%;
    padding: 0px 0 50px;
}
.wygm_main1{
    font-size: 20px;
    color: #404040;
    width: 100%;
    line-height: 100%;
    margin-top: 40px;
}
.wygm_main2{
    width: 100%;
    margin-top: 20px;
}
.wygm_main2 table{
    width: 100%;
}
.wygm_main2 table thead th{
    font-size: 14px;
    color: #fff;
    height: 55px;
    text-align: center;
    padding: 0 20px;
    background-color: #3cab5e;
}
.wygm_main2 table thead th.style1{
    width: 11.6%;
}
.wygm_main2 table thead th.style2{
    width: 55.6%;
}
.wygm_main2 table thead th.style3{
    width: 32.8%;
}
.wygm_main2 table tbody td{
    font-size: 14px;
    color: #333;
    height: 69px;
    text-align: left;
    padding: 10px 20px;
    border: 1px solid #d9d9d9;
    border-top: 0px;
}
.wygm_main3{
    width: 100%;
    margin-top: 20px;
    padding: 43px 145px;
    background-color: #f7f7f7;
    border: 1px solid #d9d9d9;
}
.wygm_main3 ul{
    font-size: 0px;
    width: 100%;
}
.wygm_main3 ul li{
    width: 100%;
    margin-top: 19px;
}
.wygm_main3 ul li:first-child{
    margin-top: 0px;
}
.wygm_main3 ul li .nr1{
    width: 48%;
    position: relative;
}
.wygm_main3 ul li .nr1:after{
    content: "*";
    font-size: 16px;
    color: #e31515;
    width: 6px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0px;
    right: 20px;
}
.wygm_main3 ul li .nr2{
    width: 100%;
    position: relative;
}
.wygm_main3 ul li .nr2:after{
    content: "*";
    font-size: 16px;
    color: #e31515;
    width: 6px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0px;
    right: 20px;
}
.wygm_main3 ul li .nr3{
    width: 100%;
}
.wygm_main3 ul li .wbk1{
    font-size: 16px;
    color: #1E90FF;
    width: 100%;
    height: 50px;
    line-height: 48px;
    padding: 0 36px 0 16px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.wygm_main3 ul li .wbk2{
    font-size: 16px;
    color: #1E90FF;
    width: 100%;
    height: 150px;
    line-height: 28px;
    padding: 10px 36px 10px 16px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.wygm_main3 ul li .btn1{
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background-color: #1E90FF;
    border: 0px;
    border-radius: 5px;
}
.wygm_main3 ul li ::-webkit-input-placeholder { /* WebKit browsers */
    color: #1E90FF;
}
.wygm_main3 ul li :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #1E90FF;
}
.wygm_main3 ul li ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #1E90FF;
}
.wygm_main3 ul li :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #1E90FF;
}

/* 创始人简介 */
.csrjj_main{
    width: 100%;
    padding: 50px 0;
}
.csrjj_main1{
    font-size: 38px;
    color: #333;
    width: 100%;
    line-height: 100%;
}
.csrjj_main1 span.style1{
    font-size: 16px;
    color: #8c8c8c;
    line-height: 100%;
    margin-top: 22px;
    margin-left: 14px;
}
.csrjj_main2{
    width: 100%;
    margin-top: 28px;
}
.csrjj_main2 .text{
    font-size: 16px;
    color: #333;
    width: 60%;
    line-height: 32px;
    padding: 14px 0 14px 80px;
    position: relative;
}
.csrjj_main2 .text:before{
    content: "";
    width: 62px;
    height: 39px;
    background: url(../images/pic30.png) no-repeat center;
    position: absolute;
    top: 0px;
    left: 0px;
}
.csrjj_main2 .text:after{
    content: "";
    width: 62px;
    height: 39px;
    background: url(../images/pic31.png) no-repeat center;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.csrjj_main2 .pic{
    width: 40%;
    padding: 22px 0 0 62px;
}
.csrjj_main2 .pic_nr{
    width: 100%;
    overflow: hidden;
}
.csrjj_main2 .pic_nr img{
    width: 100%;
}

/* 公司简介 */
.gsjj_main{
    width: 100%;
    padding: 60px 0 0px;
}
.gsjj_main1{
    width: 100%;
    padding-bottom: 60px;
}
.gsjj_main1 .pic{
    width: 35%;
    padding: 36px 0 0 36px;
    background: url(../images/img7.jpg) no-repeat;
}
.gsjj_main1 .pic_nr{
    width: 100%;
    overflow: hidden;
}
.gsjj_main1 .pic_nr img{
    width: 100%;
}
.gsjj_main1 .text{
    width: 65%;
    padding: 28px 0 0 52px;
}
.gsjj_main1 .text1{
    font-size: 32px;
    color: #32a856;
    width: 100%;
}
.gsjj_main1 .text2{
    font-size: 13px;
    color: #32a856;
    width: 100%;
    text-transform: uppercase;
}
.gsjj_main1 .text3{
    font-size: 14px;
    color: #555;
    width: 100%;
    line-height: 28px;
    margin-top: 30px;
}
.gsjj_main1 .text3 span.style1{
    font-size: 16px;
    color: #2fa151;
}
.gsjj_main2{
    width: 100%;
    padding: 60px 0;
    background: url(../images/img9.jpg) no-repeat center bottom;
}
.gsjj_main2 h2{
    width: 100%;
    text-align: center;
    margin: 0px;
}
.gsjj_main2 h2 p{
    font-size: 32px;
    color: #fff;
    width: 100%;
    line-height: 100%;
}
.gsjj_main2 h2 span{
    font-size: 12px;
    color: #fff;
    width: 100%;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
}
.gsjj_main2_1{
    width: 100%;
    margin-top: 60px;
}
.mod-03 .box-1{
    padding-right: 0px;
    padding-left: 0px;
    background: url("../images/pic61.png") center center no-repeat;
    background-size: 100%;
    position: relative;
}
.mod-03 .box-1 .pic{
    width: 100%;
}
.mod-03 .box-1>img{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-03 .box-1 .icon{
    width: 56px;
    margin-left: -28px;
    position: absolute;
    top: 32%;
    left: 50%;
    z-index: 8;
}
.mod-03 .box-1 .icon img{
    width: 100%;
}
.mod-03 .box-1 .name{
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 33%;
    left: 0;
    z-index: 8;
}
.mod-03 .title{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    z-index: 9;
}
.mod-03 .title .tabs-tit{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: rgba(255,255,255,1);
    cursor: pointer;
    position: absolute;
}
.mod-03 .title .tabs-tit.selected{
    color: rgba(255,255,255,1);
}
.mod-03 .title .tabs-tit:nth-child(1){
    top: 46.8%;
    right: 12%;
}
.mod-03 .title .tabs-tit:nth-child(2){
    top: 62%;
    right: 16.8%;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
.mod-03 .title .tabs-tit:nth-child(3){
    top: 73%;
    right: 26.9%;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}
.mod-03 .title .tabs-tit:nth-child(4){
    top: 77.2%;
    right: 43.5%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mod-03 .title .tabs-tit:nth-child(5){
    top: 72.7%;
    left: 27.9%;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}
.mod-03 .title .tabs-tit:nth-child(6){
    top: 62%;
    left: 15.8%;
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
}
.mod-03 .title .tabs-tit:nth-child(7){
    top: 46.8%;
    left: 12%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mod-03 .title .tabs-tit:nth-child(8){
    bottom: 62%;
    left: 15.8%;
    -webkit-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg);
}
.mod-03 .title .tabs-tit:nth-child(9){
    bottom: 71.7%;
    left: 27.9%;
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg);
}
.mod-03 .title .tabs-tit:nth-child(10){
    bottom: 75.2%;
    left: 43%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.mod-03 .title .tabs-tit:nth-child(11){
    bottom: 72.7%;
    right: 27.9%;
    -webkit-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    transform: rotate(300deg);
}
.mod-03 .title .tabs-tit:nth-child(12){
    bottom: 62%;
    right: 15.8%;
    -webkit-transform: rotate(330deg);
    -moz-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    transform: rotate(330deg);
}
.mod-03 .content{
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
}
.mod-03 .content .con-1{
    height: 67px;
    margin-bottom: 46px;
    border-bottom: 3px solid #fff;
}
.mod-03 .content .con-1 .name{
    height: 70px;
    margin-bottom: -3px;
    border-bottom: 9px solid #fff;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
}
.mod-03 .content .con-2{
    font-size: 16px;
    color: #fff;
    line-height: 51px;
}
.mod-03 .content .con-2 p{
    margin: 0px;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.mod-03 .content .con-2 p a{
    color: #fff;
}
.mod-03 .content .con-2 p a:hover{
    color: #3cab5e;
}
.mod-03 .content .list-01.on .con-2{
    animation: fadeInRight 1s ease-out 0.1s both;
}
.mod-03 .content .list-01{ display:none; }

/* 产品中心 */
.cpzx_main{
    width: 100%;
    padding: 40px 0;
}
.cpzx_main1{
    width: 100%;
}
.cpzx_main1_l{
    width: 75%;
    padding-left:30px;
}
.cpzx_main1_l ul{
    width: 100%;
}
.cpzx_main1_l ul li{
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.cpzx_main1_l ul li:first-child{
    padding-top: 0px;
}
.cpzx_main1_l ul li .pic{
    width: 38%;
    border: 1px solid #d9d9d9;
    position: relative;
    overflow: hidden;
}
.cpzx_main1_l ul li .pic .img1{
    width: 100%;
}
.cpzx_main1_l ul li .pic .img2{
    width: 19px;
    position: absolute;
    right: 16px;
    bottom: 12px;
}
.cpzx_main1_l ul li .text{
    width: 100%;
    padding-left: 0px;
}
.cpzx_main1_l ul li .text .title{
    font-size: 20px;
    color: #404040;
    width: 100%;
    /*line-height: 100%;*/
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.cpzx_main1_l ul li .text .content{
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 24px;
    margin: 4px 0 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.cpzx_main1_l ul li .text .parameter{
    width: 100%; margin-top:6px;
}
.cpzx_main1_l ul li .text .parameter .nr{
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin-right:30px;
}
.cpzx_main1_l ul li .text .parameter .nr span.style1{
    color: #007dff;
}
.cpzx_main1_l ul li .text .title{
    width: 100%;
}
.cpzx_main1_l ul li:hover .pic .img2{
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
}
.cpzx_main1_l ul li:hover .text .title{
    color: #1E90FF;
}
.cpzx_main1_r{
    width: 25%;
}
.cpzx_main1_r h2{
	font-size: 24px;
	color: #fff;
	width: 100%;
	height: 70px;
	line-height: 70px;
	margin: 0px;
	padding: 0 26px;
	background-size: cover;
	border-radius: 5px 5px 0 0;
	background-color: #1E90FF;
}
.cpzx_main1_r ul{
    width: 100%;
    border-top: 1px solid #d9d9d9;
    overflow: hidden;
}
.cpzx_main1_r ul li{
    width: 100%;
    border: 1px solid #d9d9d9;
    border-top: 0px;
}
.cpzx_main1_r ul li:last-child{
    border-radius: 0 0 5px 5px;
}
.cpzx_main1_r ul li a{
	font-size: 16px;
	color: #404040;
	width: 100%;
	line-height: 30px;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.cpzx_main1_r ul li p a{
	font-size: 16px;
	color: #404040;
	width: 100%;
	line-height: 20px;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left:45px;
}
.cpzx_main1_r ul li a img{
    height: 30px;
}
.cpzx_main1_r ul li a span{
    margin-left: 42px;
    display: block;
}
.cpzx_main1_r ul li a em.style1{
    color: #2b934b;
}
.cpzx_main1_r ul li a:hover span,.cpzx_main1_r ul li a.on span{
    color: #2b934b;
    text-decoration: underline;
}

/* 产品详情 */
.cpxq_main{
    width: 100%;
    padding: 28px 0 60px;
}
.cpxq_main1{
    font-size: 24px;
    color: #404040;
    width: 100%;
}
.cpxq_main2{
    width: 100%;
    margin-top: 20px;
}
.cpxq_main2_l{
    width: 48.75%;
    position: relative;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.cpxq_main2_l .fdj{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    bottom: 22px;
    z-index: 999999;
}
.cpxq_main2_l img{
    width: 100%;
}
.zoom-small-image{border:1px solid #d9d9d9;}
.zoom-tiny-image{border:1px solid #d9d9d9;margin:0px;}
.zoom-tiny-image:hover{border:1px solid #d9d9d9;}

/* 这是下方的鼠标指针的移动镜头平方米。 */
.cloud-zoom-lens {border: 1px solid #d9d9d9;margin:0px;background-color:#fff;cursor:move;}
/* 这是缩放窗口。 */
.cloud-zoom-big { margin-left: 22px; border:1px solid #d9d9d9;overflow:hidden;}
/* 这是加载消息。 */
.cloud-zoom-loading {color:white;background:#fff;padding:0px;border:1px solid #d9d9d9;}
.cpxq_main2_l2{
    width: 100%;
    border:1px solid #d9d9d9;
    display: none;
}
.cpxq_main2_r{
	width: 100%;
	background: #f2f2f2;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.cpxq_main2_r1{
    font-size: 16px;
    color: #404040;
    width: 80%;
    line-height:30px; float:left;
}
.cpxq_main2_r2{
    font-size: 26px;
    color: #258e45;
    width: 80%;
    margin-top: 18px;
}
.cpxq_main2_r3{
	width: 20%;
	margin-top:20px;
	margin-right: 0;
	margin-bottom:0px;
	margin-left: 0; float:right;
}
.cpxq_main2_r3 a{
    font-size: 18px;
    color: #fff;
    width: 180px;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ffaa4a;
    border-radius: 5px;
    display: inline-block;
}
.cpxq_main2_r4{
    width: 100%;
}
.cpxq_main2_r4 a{
    font-size: 16px;
    color: #2c914b;
    line-height: 18px;
    margin: 20px 40px 0 0;
}
.cpxq_main2_r4 a img{
    height: 18px;
    margin-right: 8px;
}
.cpxq_main3{
    font-size: 0px;
    width: 100%;
    margin-top: 30px;
    background-color: #f2f2f2;
    border-bottom: 4px solid #1E90FF;
}
.cpxq_main3 a{
    font-size: 18px;
    color: #404040;
    height: 54px;
    line-height: 54px;
    margin-bottom: -4px;
    padding: 0 31px;
    display: inline-block;
}
.cpxq_main3 a:hover,.cpxq_main3 a.on{
    color: #fff;
    background-color: #1E90FF;
}
.cpxq_main4{
    width: 100%;
    margin-top: 30px;
    padding: 24px 30px;
    border: 1px solid #d9d9d9;
}
.cpxq_main4_1{
    font-size: 24px;
    color: #404040;
    width: 100%;
    line-height: 100%;
    margin-left: -31px;
    padding-left: 25px;
    border-left: 5px solid #1E90FF;
}
.cpxq_main4_2{
    font-size: 14px;
    color: #404040;
    width: 100%;
    line-height: 32px;
    margin-top: 20px;
}
.cpxq_main4_3{
    font-size: 14px;
    width: 100%;
    margin-top: 30px;
}
.cpxq_main4_3 table{
    width: 100%;
}
.cpxq_main4_3 table thead th{
    font-weight: bold;
    color: #8a8b8b;
    height: 40px;
    text-align: left;
    padding: 5px 12px;
    border: 1px solid #898989;
}
.cpxq_main4_3 table tbody td{
    color: #8e98a0;
    height: 36px;
    text-align: left;
    padding: 5px 12px;
    border: 1px solid #898989;
}
.cpxq_main4_3 table tbody td.style1{
    width: 15.5%;
}
.cpxq_main4_3 table tbody td.style2{
    width: 46.8%;
}
.cpxq_main4_3 table tbody td.style3{
    width: 17.8%;
}
.cpxq_main4_3 table tbody td.style4{
    width: 19.9%;
}
.cpxq_main4_4{
    width: 100%;
    font-size: 14px;
    width: 100%;
    margin-top: 30px;
    display: none;
}
.cpxq_main4_4 table{
    width: 100%;
}
.cpxq_main4_4 table thead th{
    font-weight: bold;
    color: #8a8b8b;
    height: 40px;
    text-align: left;
    padding: 5px 12px;
    border: 1px solid #898989;
}
.cpxq_main4_4 table tbody td{
    color: #8e98a0;
    height: 36px;
    text-align: left;
    padding: 5px 12px;
    border: 1px solid #898989;
}
.cpxq_main4_4 table tbody td.style1{
    width: 30%;
}
.cpxq_main4_4 table tbody td.style2{
    width: 70%;
}
.cpxq_main4_5{
    width: 100%;
    margin-top: 18px;
}
.cpxq_main4_5 ul{
    width: 100%;
    line-height: 40px;
}
.cpxq_main4_5 ul li{
    font-size: 16px;
    color: #404040;
    width: 100%;
    padding-left: 28px;
    background: url(../images/pic52.png) no-repeat left center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.cpxq_main4_5 ul li a{
    color: #404040;
}
.cpxq_main4_5 ul li a:hover{
    color: #1E90FF;
}
.cpxq_main .maodianbox{
    position: relative;
}
.cpxq_main .maodian{
    position: absolute;
    top: -80px;
}
.hydt_main4 img{
    display: block;
    margin-left : auto;
    margin-right:auto;
}
.lxwm_main1 img{
    display: block;
}
.yhq a{
    font-size: 18px;
    color: #fff;
    max-width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    padding: 0 22px;
    background-color: #1E90FF;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.cxx {
	text-decoration: line-through;
}
.cxj {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000; margin-left:65px;
}
.cxs {
            line-height: 20px;
            font-size: 14px;
			color:#FFFFFF;
            background: red;
            position: relative;
            text-align: center;
            position: relative;
            border-radius: 5px;
			padding:5px;}
.cxs i {
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            left: -10px;
            top: 0px;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            border-top: 10px solid red;}