header,
footer,
#main,
#info {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
/* 变量 */
/*css3*/
.clear::after {
  display: block;
  content: '';
  clear: both;
}
.f300 {
  font-weight: 300;
}
.f500 {
  font-weight: 500;
}
.header_nav_wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.czspjz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.fix_nav {
  top: -150px;
  box-shadow: 0 0 10px #000;
}
.fix_nav .nav ul li > a img {
  top: 3px;
}
/************************header************************/
header {
  background: #fff;
}
.header_top {
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  font-weight: 300;
  background: url('../images/tbg.jpg') no-repeat center;
}
.header_top span + span {
  float: right;
}
.header_top span + span a {
  color: #fff;
  padding-left: 10px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}
.header_top span + span a:nth-of-type(1) {
  background-image: url('../images/tico1.png');
  background-size: 15px;
}
.header_top span + span a:nth-of-type(2) {
  background-image: url('../images/tico2.png');
}
.header_top span + span a:nth-of-type(3) {
  background-image: url('../images/tico3.png');
}
.header_logo {
  background: #fff;
  padding: 30px 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
.header_logo h1 {
  float: left;
  position: relative;
  top: 5px;
}
.header_logo h1 span {
  text-indent: -999rem;
  display: none;
}
.header_logo form {
  width: 331px;
  height: 44px;
  line-height: 44px;
  position: relative;
  float: left;
  margin-left: 145px;
  margin-top: 10px;
}
.header_logo form input {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  height: 100%;
  background: #f0f0f0;
  text-indent: 10px;
  border-radius: 10px;
  overflow: hidden;
  outline: none;
}
.header_logo form button {
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  background: url('../images/sch.png') no-repeat center;
  right: 0;
  top: 0;
}
.header_logo .wrapper > img {
  position: absolute;
  right: 250px;
  top: 12px;
}
.header_logo .header_logo_r {
  float: right;
}
.header_logo .header_logo_r p {
  padding-left: 53px;
}
.header_logo .header_logo_r p small {
  display: block;
  line-height: 20px;
  font-size: 16px;
  color: #232323;
  text-indent: 30px;
}
.header_logo .header_logo_r p span {
 display: block;
  background: url("../images/phone.png") no-repeat left center;
  padding-left: 30px;
}
.header_logo .header_logo_r p span b{
  display: block;
  font-size: 22px;
  color: rgba(255, 0, 0, 0.795);
}
.nav {
  background: #fff;
  height: 60px;
  position: relative;
  z-index: 100;
  overflow: hidden;
  line-height: 60px;
}
.nav::after {
  display: block;
  content: '';
  clear: both;
}
.nav ul li {
  float: left;
  position: relative;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav ul li:hover span:after,
.nav ul li.n_act span:after {
  opacity: 1;
  visibility: visible;
  bottom: 22px;
}
.nav ul li:nth-of-type(1) a {
  border-left: 0;
}
.nav ul li > a {
  font-size: 16px;
  color: #333;
  display: block;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 170px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.19);
}
.nav ul li > a span {
  display: block;
  position: relative;
}
.nav ul li > a span:after {
  display: block;
  content: '';
  position: absolute;
  right: 6px;
  bottom: 12px;
  margin-left: -8px;
  opacity: 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 16px;
  height: 16px;
  background: url('../images/list_ico1.png') no-repeat center;
}
.nav ul li > a img {
  position: absolute;
  right: 0;
  top: -6px;
}
.banner {
  margin-top: 210px;
}
.banner .box_skitter .info_slide_dots .image_number {
  height: 6px;
  width: 35px;
  border-radius: 5px;
}
.banner .box_skitter .info_slide_dots .image_number {
  background: #037e43;
  opacity: 0.8;
}
.banner .box_skitter .info_slide_dots .image_number_select,
.banner .box_skitter .info_slide_dots .image_number_select:hover {
  background: #fff;
}
/************************main************************/
.product_type dl {
  overflow: hidden;
  font-size: 15px;
  line-height: 60px;
  height: 60px;
  background: #f0f0f0;
  margin-bottom: 8px;
}
.product_type dl:nth-of-type(even) {
  background: #f5f5f5;
}
.product_type dl dt {
  float: left;
  overflow: hidden;
  width: 170px;
  border-right: 1px solid #d2d2d2;
  background: #3b4842;
  color: #fff;
}
.product_type dl dt:hover {
  background: #037e43;
}
.product_type dl dt a {
  display: block;
  color: #fff;
  background: url('../images/type_ico.png') no-repeat 20px center;
  text-indent: 53px;
}
.product_type dl dd {
  float: left;
  position: relative;
  width: 150px;
}
.product_type dl dd:first-of-type {
  margin-left: 80px;
}
.product_type dl dd a {
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 5px 10px;
}
.product_type dl dd a:hover {
  color: #037e43;
  border-color: #037e43;
}
.product_type dl dd:last-of-type {
  float: right;
}
.product_type dl dd:last-of-type a {
  color: #9e9e9e;
}
.idx_ys {
  overflow: hidden;
  padding-bottom: 40px;
}
.idx_product_list {
  width: 1220px;
  margin-top: 28px;
}
.idx_product_list li {
  width: 288px;
  float: left;
  margin: 0 16px 33px 0;
  background: #fff;
}
.idx_product_list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.idx_product_list li a p {
  height: 216px;
  border: 1px solid #d1d1d1;
  position: relative;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.idx_product_list li a p img.lazyload {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.idx_product_list li a p img.gg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.idx_product_list li a b {
  display: block;
  text-align: center;
  font-size: 17px;
  color: #232323;
  margin-top: 5px;
  font-weight: 500;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.idx_product_list li:hover p {
  border: 1px solid #037e43;
}
.idx_product_list li:hover a b {
  color: #037e43;
  font-weight: bold;
}
/*-------------------------------------------------------------------------solve 解决方案-----------------------------------------------------------------------------------*/
.main_title {
  text-align: center;
  padding: 50px 0 45px 0;
}
.main_title > * {
  display: block;
}
.main_title small {
  font-size: 16px;
  color: #252525;
}
.main_title b {
  text-align: center;
  font-size: 34px;
  color: #252525;
  margin: 10px 0;
}
.main_title span {
  font-size: 16px;
  color: #929292;
}
.main_title2 > * {
  color: #fff !important;
}
/*-------------------------------------------------------------------------product_type 首页产品分类及热销-----------------------------------------------------------------------------------*/
.idx_product {
  overflow: hidden;
  background: #f4f4f4 url("../images/pro_top.jpg") no-repeat center top;
  padding-bottom: 20px;
}
.idx_product .idx_product_left {
  width: 270px;
  float: left;
  background: #fff;
}
.idx_product .idx_product_right {
  width: 875px;
  float: right;
  overflow: hidden;
  background: #fff;
  padding: 18px;
}
.idx_sidebar {
  background: #fff;
  padding: 34px 0;
}
.idx_sidebar > img {
  display: block;
  margin-bottom: 20px;
  width:100%;
}
.idx_sidebar ul{
    width: 90%;
    margin: 0 auto;
}
.idx_sidebar ul li{
    margin-bottom:15px;
}
.idx_sidebar ul li p {
      line-height: 40px;
    font-size: 17px;
    font-weight: bold;
    text-indent: 16px;
    background: #e4531a url(../images/sanjiao.png) no-repeat 189px center;
    color: #fff;
    border-radius: 26px;
}
.idx_sidebar ul li div a {
display: block;
    font-size: 16px;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    border-bottom: 1px dotted #ccc;
    padding: 13px 0;
    font-size: 14px;
    position: relative;
    text-indent: 35px;
}
.idx_sidebar ul li div a:after {
    display: block;
    content: '';
    border: 1px solid #ccc;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 11px;
    top: 19px;
}
.idx_sidebar ul li div a:hover {
  color: #dd7212;
  text-decoration: underline;
}
.i_pro_list li {
  width: 277px;
  border: 1px solid #d1d1d1;
  float: left;
  margin: 0 0 25px 15px;
}
.i_pro_list li a {
  display: block;
}
.i_pro_list li a div {
  height: 212px;
}
.i_pro_list li a div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.i_pro_list li a p {
  padding: 13px 0;
  background: #f3f3f3;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i_pro_list li a p > * {
  display: block;
}
.i_pro_list li a p b {
  color: #454545;
  font-size: 16px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i_pro_list li a p small {
  font-size: 14px;
  color: #979797;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i_pro_list li a:hover p {
  background: #037e43;
}
.i_pro_list li a:hover b {
  color: #fff;
}
.i_pro_list li a:hover small {
  color: #fff;
}
/*-------------------------------------------------------------------------company 首页公司简介------------------------------------------------------------------------------------*/
.company {
  padding-bottom: 5%;
  background: #f4f4f4;
}
.company::after {
  display: block;
  content: '';
  clear: both;
}
.company .company_con {
  background: #fff;
  padding: 35px;
  overflow: hidden;
}
.company .company_con .com_l {
  width: 798px;
  float: left;
}
.company .company_con .com_l > * {
  display: block;
}
.company .company_con .com_l b {
  font-size: 24px;
  color: #1e1e1e;
}
.company .company_con .com_l img {
  margin: 20px 0;
}
.company .company_con .com_l small {
  font-size: 16px;
  color: #949494;
  line-height: 30px;
}
.company .company_con .com_r {
  width: 300px;
  float: right;
}
.company .company_con .com_r ul {
  margin-top: 28px;
}
.company .company_con .com_r ul li {
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px;
  text-indent: 88px;
}
.company .company_con .com_r ul li small {
  font-size: 16px;
  color: #2e2e2e;
  display: block;
}
.company .company_con .com_r ul li::before {
  display: block;
  content: '';
  width: 70px;
  height: 70px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/com_ico1.png');
}
.company .company_con .com_r ul li:nth-of-type(1):before {
  background-image: url('../images/com_ico1.png');
}
.company .company_con .com_r ul li:nth-of-type(2):before {
  background-image: url('../images/com_ico2.png');
}
.company .company_con .com_r ul li:nth-of-type(3):before {
  background-image: url('../images/com_ico3.png');
}
.company .company_con .com_r ul li:nth-of-type(4):before {
  background-image: url('../images/com_ico4.png');
}
.company .company_con .com_r a {
  display: block;
  width: 136px;
  line-height: 42px;
  background: #037e43;
  color: #fff;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  text-align: center;
}
.company .company_con .com_r a:hover {
  background: #dd7212;
}
/*-------------------------------------------------------------------------case 案例展示------------------------------------------------------------------------------------*/
.case {
  overflow: hidden;
  margin-bottom: 40px;
  background: #f4f4f4 url('../images/case_bg.jpg') no-repeat center top;
  padding-bottom: 60px;
}
.case .main_title2 > * {
  color: #fff !important;
}
.case .main_title2 span {
  opacity: 0.4;
}
.case .case_list {
  overflow: hidden;
  width: 1205px;
  margin-top: 10px;
  margin-top: 30px;
}
.case .case_list li {
  float: left;
  margin-right: 12px;
  width: 292px;
  height: auto;
}
.case .case_list li:last-of-type {
  margin-right: 0;
}
.case .case_list li p.pro_l_img {
  height: 273px;
  position: relative;
}
.case .case_list li p.pro_l_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_list li p.pro_l_img span {
  display: block;
  width: 100%;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.case .case_list li div {
  background: #fff;
  padding: 20px;
}
.case .case_list li div small {
  font-size: 16px;
  color: #9c9c9c;
}
.case .case_list li div a {
  width: 120px;
  line-height: 36px;
  background: #e8e8e8;
  display: block;
  margin: 10px auto 0 auto;
  color: #242424;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  text-align: center;
}
.case .case_list li div a:hover {
  background: #037e43;
  color: #fff;
}
.case .case_btn {
  margin-top: 40px;
  text-align: center;
}
.case .case_btn a {
  display: inline-block;
  width: 140px;
  text-align: center;
  line-height: 40px;
  margin: 0 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.case .case_btn a:nth-of-type(1) {
  color: #242424;
  border: 1px solid #c7c7c7;
}
.case .case_btn a:nth-of-type(1):hover {
  color: #037e43;
}
.case .case_btn a:nth-of-type(2) {
  background: #037e43;
  color: #fff;
}
.case .case_btn a:nth-of-type(2):hover {
  background: #dd7212;
}
.ys {
  overflow: hidden;
}
.ys .ys_con {
  margin-top: 50px;
}
.ys .ys_con ul {
  float: left;
}
.ys .ys_con ul li {
  position: relative;
  text-indent: 60px;
  margin-bottom: 80px;
  padding: 20px 0;
}
.ys .ys_con ul li img {
  position: absolute;
  left: 0;
  top: 11px;
}
.ys .ys_con ul li small {
  display: block;
  margin-bottom: 5px;
}
.ys .ys_con > img {
  float: left;
  display: block;
  margin-left: 75px;
}
.ys .ys_con img + ul {
  float: right;
}
.service {
  text-align: center;
  background: url('../images/acbg.jpg') no-repeat center;
  background-size: cover;
  padding: 118px 0;
}
.service .wrapper > * {
  color: #fff;
  display: block;
}
.service .wrapper small {
  font-size: 18px;
  letter-spacing: 15px;
}
.service .wrapper b {
  font-size: 45px;
  margin: 10px 0 25px 0;
  font-weight: 500;
}
.service .wrapper span {
  font-size: 16px;
}
.service .wrapper img {
  margin: 60px auto 0 auto;
}
.choice {
  overflow: hidden;
  padding-top: 60px;
}
.choice .choice_tit {
  overflow: hidden;
  margin-bottom: 40px;
}
.choice .choice_tit p:nth-of-type(1) {
  float: left;
}
.choice .choice_tit p:nth-of-type(1) > * {
  display: block;
}
.choice .choice_tit p:nth-of-type(1) small {
  font-size: 16px;
}
.choice .choice_tit p:nth-of-type(1) b {
  font-size: 30px;
  font-weight: 500;
  margin: 10px 0;
}
.choice .choice_tit p:nth-of-type(1) span {
  font-size: 16px;
  color: #929292;
}
.choice .choice_tit p + p {
  float: right;
  margin-top: 59px;
}
.choice .choice_tit p + p a {
  width: 140px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
}
.choice .choice_tit p + p a:nth-of-type(1) {
  margin-right: 10px;
  color: #242424;
  border: 1px solid #c7c7c7;
}
.choice .choice_tit p + p a:nth-of-type(1):hover {
  color: #037e43;
}
.choice .choice_tit p + p a:nth-of-type(2) {
  background: #037e43;
  color: #fff;
}
.choice .choice_tit p + p a:nth-of-type(2):hover {
  background: #dd7212;
}
.choice .choice_list {
  overflow: hidden;
}
.choice .choice_list ul li {
  width: 50%;
  float: left;
  padding-left: 52px;
  padding-top: 43px;
  box-sizing: border-box;
  height: 330px;
  overflow: hidden;
  position: relative;
}
.choice .choice_list ul li:nth-of-type(1) {
  background: #f2f2f2;
}
.choice .choice_list ul li:nth-of-type(4) {
  background: #f1f7f4;
}
.choice .choice_list ul li img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.choice .choice_list ul li strong {
  display: block;
  font-size: 24px;
  color: #6f6f6f;
  border-bottom: 1px solid #6f6f6f;
  width: 50px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
}
.choice .choice_list ul li b {
  display: block;
  font-size: 24px;
}
.choice .choice_list ul li small {
  display: block;
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 36px;
}
.choice .choice_list ul li span {
  display: block;
  font-size: 16px;
  color: #181818;
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px;
}
.choice .choice_list ul li span::before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  background: #037e43;
}
/*news*/
.img_w {
  position: relative;
  display: inline-block;
}
.img_w img {
  display: block;
}
.img_w .gg {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
/*news*/
.news {
  overflow: hidden;
  background: url('../images/news_bg.jpg') no-repeat center top;
  background-size: cover;
  margin-top: 55px;
  padding-top: 105px;
}
.news .news_tit {
  overflow: hidden;
}
.news .news_tit p:nth-of-type(1) {
  margin-bottom: 30px;
  float: left;
}
.news .news_tit p:nth-of-type(1) b {
  display: block;
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.news .news_tit p:nth-of-type(1) small {
  font-size: 16px;
  color: #979797;
}
.news .news_tit p:nth-of-type(2) {
  float: right;
  margin-top: 55px;
}
.news .news_tit p:nth-of-type(2) a {
  color: #fff;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-left: 10px;
}
.news .news_tit p:nth-of-type(2) a:hover {
  color: #037e43;
}
.news .newList {
  padding: 30px;
  overflow: hidden;
  background: #fff;
}
.news .newList li {
  float: left;
  width: 352px;
  overflow: hidden;
  margin-right: 40px;
}
.news .newList li:last-of-type {
  margin-right: 0;
}
.news .newList li p {
  height: 235px;
}
.news .newList li p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .newList li b {
  display: block;
  font-size: 20px;
  color: #1b1b1b;
  font-weight: 500;
  margin-top: 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news .newList li small {
  display: block;
  color: #8e8e8e;
  margin: 10px 0;
}
.news .newList li span {
  display: block;
  background: url('../images/list_bg.jpg') no-repeat right center;
  line-height: 30px;
}
.news .newList li:hover b {
  color: #037e43;
}
.fsearch {
  background: #f4f4f4;
  text-align: center;
  padding: 205px 0 90px 0;
  margin-top: -122px;
}
.fsearch b {
  display: block;
  text-align: center;
  font-size: 28px;
  color: #2d2d2d;
  font-weight: 500;
}
.fsearch small {
  display: block;
  font-size: 14px;
  margin: 18px 0 40px 0;
  color: #5d5d5d;
}
.fsearch form {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  width: 700px;
  margin: 0 auto;
}
.fsearch form input {
  width: 545px;
  display: block;
  float: left;
  background: #fff;
  outline: none;
  border: 0;
  height: 100%;
  text-indent: 30px;
  font-size: 16px;
}
.fsearch form button {
  display: block;
  float: left;
  width: 155px;
  background: #037e43;
  color: #fff;
  text-align: center;
  height: 100%;
  border: 0;
}
footer {
  background: #02502a;
  padding: 40px 0;
  color: #fff;
  overflow: hidden;
}
footer a {
  color: #fff;
}
footer .f_tit {
  margin-bottom: 25px;
}
footer .f_tit > * {
  display: block;
}
footer .f_tit b {
  font-size: 24px;
  font-weight: 500;
}
footer .f_tit small {
  font-size: 14px;
  margin: 12px 0 22px 0;
}
footer .f_tit i {
  display: block;
  width: 47px;
  height: 1px;
  background: #fff;
  opacity: 0.4;
}
footer .f_left {
  float: left;
  width: 342px;
  border-right: 1px dotted #507962;
}
footer .f_left img {
  width: 110px;
  background: #fff;
  padding: 5px;
  display: block;
  margin-bottom: 10px;
}
footer .f_left span {
  font-size: 14px;
  color: #fff;
  display: block;
}
footer .f_cen {
  float: left;
  width: 340px;
  padding: 0 80px;
  border-right: 1px dotted #507962;
}
footer .f_cen small {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}
footer .f_cen ul li {
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 17px;
}
footer .f_cen ul li:nth-child(1) {
  background: url('../images/f1.png') no-repeat left center;
}
footer .f_cen ul li:nth-child(2) {
  background: url('../images/f2.png') no-repeat left center;
}
footer .f_cen ul li:nth-child(3) {
  background: url('../images/f3.png') no-repeat left center;
}
footer .f_right {
  float: right;
}
footer .f_right p {
  background: url('../images/f5.png') no-repeat left center;
  padding-left: 45px;
}
footer .f_right p > * {
  display: block;
}
footer .f_right p small {
  font-size: 14px;
}
footer .f_right p b {
  font-size: 25px;
  font-weight: 500;
}
footer .f_right a {
  display: block;
  width: 100px;
  line-height: 30px;
  color: #02502a;
  background: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}
.right {
  float: right;
}
.case_list {
  overflow: hidden;
  width: 1205px;
  margin-top: 10px;
}
.case_list li {
  width: 290px;
  height: 205px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 14px;
}
.case_list li:last-of-type {
  margin-right: 0;
}
.case_list li a {
  display: block;
  height: 100%;
}
.case_list li a p {
  height: 100%;
}
.case_list li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.case_list li span {
  position: absolute;
  width: 100%;
  display: block;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.63);
  color: #fff;
  text-align: center;
  left: 0;
  bottom: 0;
  font-size: 14px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.case_list li:hover span {
  background: rgba(26, 64, 152, 0.67);
}
/*product*/
ul.pro_list {
  width: 950px;
}
ul.pro_list li {
  width: 270px;
  border: 1px solid #ccc;
  float: left;
  margin: 0 20px 20px 0;
}
ul.pro_list li p {
  height: 272px;
  background: #fff;
  position: relative;
  width: 100%;
  border-bottom: 0;
}
ul.pro_list li p img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
ul.pro_list li div {
  background: #f3f3f3;
  text-align: center;
  padding: 10px 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
ul.pro_list li div small {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
ul.pro_list li div span {
  display: block;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 14px;
}
ul.pro_list li:hover div {
  background: #037e43;
  color: #fff;
}
ul.pro_list li:hover small {
  color: #fff;
}
ul.pro_list li:hover span {
  color: #fff;
}
.pro_right {
  width: 875px;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  float: right;
  box-shadow: 0 0 25px #ccc;
}
/*sidebar*/
.sidebar {
  width: 250px;
  float: left;
  background: #fff;
  box-shadow: 0 0 25px #ccc;
}
.sidebar .idx_sidebar {
  padding-bottom: 0;
  padding-top:0;
}
.sidebar .sidebar_con {
  background: #037e43;
  padding: 25px;
  margin-top: 40px;
}
.sidebar .sidebar_con p {
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 25px;
  margin-bottom: 22px;
}
.sidebar .sidebar_con p:nth-of-type(1) {
  background-image: url("../images/s1.png");
}
.sidebar .sidebar_con p:nth-of-type(2) {
  background-image: url("../images/s2.png");
  margin-bottom: 0;
}
.sidebar .sidebar_con p small {
  display: block;
  font-size: 14px;
  color: #fff;
}
.sidebar .sidebar_con p b {
  font-size: 20px;
  color: #fff;
}
.sidebar .sidebar_con p span {
  display: block;
  font-size: 14px;
  color: #fff;
}
/*-------------------------------------------------------------------------关于我们详情页 info_company------------------------------------------------------------------------------------*/
.info_com_title {
  text-align: center;
  padding: 58px 0 42px 0;
}
.info_com_title > * {
  display: block;
}
.info_com_title span {
  font-size: 30px;
  color: #2a2a2a;
  font-weight: 300;
  text-transform: uppercase;
}
.info_com_title b {
  font-size: 30px;
  color: #2a2a2a;
  font-weight: 500;
}
.info_com_title small {
  font-size: 14px;
  color: #9d9d9d;
}
.info_com_title small:before {
  display: block;
  content: '';
  width: 30px;
  height: 5px;
  background: #dd7212;
  margin: 18px auto;
}
.info_company_one_bg {
  height: 400px;
  background: url("../images/info_com_bg.jpg") no-repeat center;
  margin-bottom: 45px;
}
.info_company_one_bg ul {
  width: 45%;
  float: right;
  margin-top: 55px;
}
.info_company_one_bg ul li {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 45px;
}
.info_company_one_bg ul li > * {
  display: block;
}
.info_company_one_bg ul li small {
  font-size: 16px;
  color: #2f2f2f;
}
.info_company_one_bg ul li b {
  font-size: 65px;
  color: #037e43;
  position: relative;
  display: inline-block;
}
.info_company_one_bg ul li b em {
  position: absolute;
  right: -33px;
  top: -7px;
  font-style: normal;
  font-size: 45px;
}
.info_company_one_bg ul li span {
  font-size: 12px;
  color: #888888;
}
.info_company_two {
  overflow: hidden;
}
.info_company_two .info_company_two_l {
  float: left;
  width: 50%;
}
.info_company_two .info_company_two_l img {
  display: block;
  width: 100%;
}
.info_company_two .info_company_two_r {
  float: right;
  width: 50%;
  border: 6px solid #dcdcdc;
  box-sizing: border-box;
  border-left: 0;
  padding: 64px 50px 62px 50px;
}
.info_company_two .info_company_two_r > * {
  display: block;
}
.info_company_two .info_company_two_r p {
  border-bottom: 1px solid #037e43;
}
.info_company_two .info_company_two_r p b {
  font-size: 28px;
  color: #037e43;
  display: block;
  margin-bottom: 17px;
}
.info_company_two .info_company_two_r span {
  font-size: 22px;
  color: #2c2c2c;
  margin: 30px 0 15px 0;
}
.info_company_two .info_company_two_r small {
  font-size: 14px;
  color: #a0a0a1;
}
.info_company_two ul li {
  float: left;
  width: 20%;
  padding: 25px 0 25px 30px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
.info_company_two ul li:before {
  display: block;
  content: '';
  width: 19px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 25px;
  top: 72px;
}
.info_company_two ul li > * {
  display: block;
}
.info_company_two ul li b {
  font-size: 20px;
}
.info_company_two ul li strong {
  font-size: 30px;
  font-weight: 500;
}
.info_company_two ul li:nth-of-type(1) {
  background: #175aa7;
}
.info_company_two ul li:nth-of-type(2) {
  background: #169795;
}
.info_company_two ul li:nth-of-type(3) {
  background: #0c8e5f;
}
.info_company_two ul li:nth-of-type(4) {
  background: #134c8f;
}
.info_company_two ul li:nth-of-type(5) {
  background: #543d96;
}
.info_company_three img {
  float: left;
  width: 50%;
}
.info_company_three p {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  height: 292px;
  padding: 55px;
}
.info_company_three p > * {
  display: block;
}
.info_company_three p b {
  font-size: 24px;
  color: #2a2a2a;
  margin-bottom: 27px;
  padding-top: 15px;
}
.info_company_three p small {
  font-size: 16px;
  color: #777777;
  line-height: 30px;
}
.info_fc {
  padding-bottom: 150px;
  overflow: hidden;
}
#certify {
  position: relative;
}
#certify .swiper-container {
  padding-bottom: 60px;
  overflow: inherit;
}
#certify .swiper-slide {
  width: 520px;
  height: 355px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
  display: block;
  margin: 0 auto;
}
#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: -40px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
/*qa*/
.news_list_con {
  background: #fff;
  padding: 30px 30px 80px 30px;
  margin-top: 30px;
}
.news_list_con ul li {
  overflow: hidden;
  padding: 30px 20px;
  border-bottom: 1px solid #ccc;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
}
.news_list_con ul li:hover {
  background: #eee;
}
.news_list_con ul li:hover div.bdsharebuttonbox {
  opacity: 1;
}
.news_list_con ul li a:hover b {
  color: #037e43;
}
.news_list_con ul li img {
  float: left;
  width: 212px;
  height: 127px;
}
.news_list_con ul li p,
.news_list_con ul li div.l_con {
  float: right;
  width: 865px;
  position: relative;
  height: 127px;
}
.news_list_con ul li p b,
.news_list_con ul li div.l_con b {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.news_list_con ul li p span,
.news_list_con ul li div.l_con span {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.news_list_con ul li p small,
.news_list_con ul li div.l_con small {
  display: block;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #666;
}
.news_list_con ul li div.bdsharebuttonbox {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
/*info_case*/
.honor_list {
  width: 1250px;
}
.honor_list li {
  float: left;
  position: relative;
  margin: 0 25px 25px 0;
  border: 1px solid #ccc;
  width: 383px;
  height: 285px;
}
.honor_list li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honor_list li span {
  display: block;
  width: 100%;
  background: #037e43;
  color: #f5f5f5;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.honor_list li div {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.honor_list li:hover div {
  border: 10px solid #037e43;
}
.honor_list li:hover span {
  bottom: 20px;
}
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/*page*/
.prev_next a:hover {
  color: #da0922;
}
.prev_next {
  font-size: 14px;
  margin-top: 20px;
}
div.page {
  margin: 20px 0 20px 0;
  clear: both;
  float: right;
  font-size: 14px;
}
div.page a {
  padding: 2px 5px;
  margin: 2px;
  color: #fff;
  text-decoration: none;
  background: #9b9b9b;
}
div.page a:hover {
  background: #5c5c5c;
}
div.page span.current {
  padding: 2px 8px;
  font-weight: 700;
  margin: 2px;
  color: #fff;
  background-color: #da0922;
}
div.page span.disabled {
  padding: 2px 5px;
  margin: 2px;
  color: #dddddd;
}
.prev_next .prev,
.prev_next .next {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding: 5px 25px;
}
.prev_next .prev a:hover,
.prev_next .next a:hover {
  color: #da0922;
}
.prev_next .prev {
  margin-top: 20px;
  background: url("../images/prev_bg.png") no-repeat left center;
  background-size: 18px;
}
.prev_next .next {
  border-bottom: 1px solid #ccc;
  background: url("../images/next_bg.png") no-repeat left center;
  background-size: 18px;
}
/*location*/
/*product-info*/
/*缩略图*/
.concompanycon table {
  margin-left: 2px;
}
.concompanycon table th {
  color: #444444;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Microsoft YaHei', arial;
  text-align: right;
  vertical-align: top;
  padding-top: 9px;
}
.concompanycon table td select {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14px;
  width: 278px;
  height: 32px;
  text-indent: 8px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 6px 5px;
  background: #FFF;
  margin-left: -3px;
}
.concompanycon table td ul {
  list-style: none;
  position: absolute;
}
.concompanycon table td ul li {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14px;
  line-height: 28px;
  text-indent: 8px;
  width: 276px;
  height: 28px;
  border-left: 1px solid #d2d4d6;
  border-right: 1px solid #d2d4d6;
  background: #FFF;
}
.concompanycon table td ul li a {
  display: block;
  text-decoration: none;
  color: #444444;
}
.concompanycon table td ul li a:hover {
  color: #fe7d0c;
}
.concompanycon table td ul li:last-child {
  border-bottom: 1px solid #d2d4d6;
}
.concompanycon table td input {
  font-size: 14px;
  width: 276px;
  height: 28px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 5px 5px;
}
.concompanycon table td .yanzheng {
  width: 101px;
}
.concompanycon table td textarea {
  resize: none;
  width: 545px;
  height: 178px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 5px 5px;
}
.concompanycon table td img {
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 4px;
}
.concompanycon table td .but {
  width: 74px;
  height: 31px;
  line-height: 27px;
  background: #d1020c;
  border-radius: 2px;
  border: none;
  text-align: center;
  margin-top: 14px;
  margin-left: 5px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  color: #FFF;
}
.pro_img_left {
  width: 580px;
  border: 1px solid #ccc;
  height: 385px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.pro_img_left img {
  max-height: 100%;
  max-width: 100%;
}
#info {
  padding-bottom: 100px;
}
.location {
  background: #fff;
}
.location b a {
  padding-right: 10px;
  display: inline-block;
}
.info2 + footer {
  margin-top: 0;
}
/*相册*/
.swiper-container-xc {
  position: relative;
  overflow: hidden;
}
.swiper-container-xc {
  position: relative;
  overflow: hidden;
}
.info_pro {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.pro-img {
  float: left;
  width: 420px;
  padding: 0 10px;
}
.info_pro-text {
  float: right;
  width: 380px;
  margin-top: 0px;
}
.info_pro-text h4 {
  font-size: 22px;
  color: #11509b;
  padding-bottom: 10px;
}
.info_pro-text > small {
  background: #eee;
  line-height: 30px;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.info_pro-text ul li {
  margin-top: 5px;
}
.info_pro-text ul li small {
  display: inline-block;
  width: 60px;
  color: #a9a8a8;
  font-size: 14px;
  float: left;
  margin-top: 2px;
}
.info_pro-text ul li span {
  color: #333;
  font-size: 14px;
}
.info_pro-text ul li b {
  color: #c8171e;
  font-size: 35px;
}
.info_pro-text ul li:nth-of-type(2) small {
  margin-top: 15px;
}
.info_pro-text p {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.info_pro-text p a {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 14px;
  text-align: center;
  color: #11509b;
  width: 157px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  transition: all 0.2s linear 0s;
  background: rgba(17, 80, 155, 0.07);
  border: 1px #11509b solid;
}
.info_pro-text p a:hover {
  background: #11509b;
  color: #fff;
  border: 1px solid #11509b;
}
.i_pro_con > h4 {
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}
.p_content b,
.p_content strong {
  font-size: 16px;
}
.p_content img,
.p_content embed {
  margin: 0 auto !important;
  display: inline-block;
}
.p_content embed {
  width: 500px !important;
  height: 400px !important;
  display: block;
}
.p_content b.b_title,
.p_content strong.b_title {
  font-size: 16px !important;
  background: #00458E;
  color: #fff;
  display: inline-block;
  padding: 5px 10px !important;
}
.p_content p.p_title {
  border-bottom: 1px solid #00458E !important;
  margin-bottom: 15px !important;
}
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-top {
  width: 100%;
  height: 380px;
}
.gallery-top img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumbs {
  height: 90px;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  /*opacity: 0.5;*/
}
.gallery-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1 !important;
}
.p_content {
  font-size: 15px;
  line-height: 30px;
  color: #6b6b6b;
}
.p_content img {
  max-width: 100% !important;
  margin: 0 auto;
  display: inline-block;
}
.p_content table {
  width: 95% !important;
  word-break: break-all;
  text-align: center;
  margin: 0 auto;
}
.p_content table tr {
  background: #fff !important;
}
.p_content table td {
  padding-left: 10px;
  background: #fff !important;
}
.p_content2 {
  color: #6e6e6e;
  line-height: 35px;
}
.p_content2 p {
  text-indent: 2rem;
}
.info_pro-text_ol {
  margin-bottom: 40px;
}
.info_pro-text_ol li {
  font-size: 14px;
  line-height: 38px;
  border-bottom: 1px solid #ccc;
  color: #666;
}
.info_pro-text_ol li span {
  width: 65px;
  display: inline-block;
}
.info_pro-text_ol li small {
  font-size: 14px;
}
/*i_pro_others*/
.i_pro_others {
  margin-top: 45px;
}
.info-tj {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.info-tj b {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #11509b;
}
.info-tj small {
  display: block;
  font-size: 16px;
  color: #999;
}
.swiper-container-xc {
  padding-bottom: 36px;
}
.pro-list-gallery {
  width: 900px;
}
.pro-list-gallery li {
  float: left;
  width: 415px;
  overflow: hidden;
  margin-right: 15px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-bottom: 23px;
}
.pro-list-gallery li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.pro-list-gallery li:hover span {
  background: #11509b;
}
.pro-list-gallery li p {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  height: 311px;
  position: relative;
}
.pro-list-gallery li p img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.i_pro_others::after {
  display: block;
  content: '';
  clear: both;
}
.i_pro_others .pro-list-others {
  width: 870px;
}
.i_pro_others .pro-list-others li {
  float: left;
  width: 268px;
  overflow: hidden;
  margin-right: 20px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i_pro_others .pro-list-others li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.i_pro_others .pro-list-others li:hover span {
  background: #c8171e;
}
.i_pro_others .pro-list-others li p {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 190px;
  position: relative;
}
.i_pro_others .pro-list-others li p img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.i_pro_others .pro-list-others li span {
  display: block;
  height: 40px;
  overflow: hidden;
  width: 100%;
  line-height: 40px;
  background: #666;
  color: #fff;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*i_pro_order*/
.i_pro_order {
  padding-top: 60px;
  overflow: hidden;
  padding-bottom: 100px;
  margin-top: 0;
}
.i_pro_order .i_pro_con_left {
  float: left;
  width: 390px;
  overflow: hidden;
}
.i_pro_order .form_i {
  margin-bottom: 10px;
}
.i_pro_order .form_i textarea {
  width: 255px;
  height: 96px;
}
.i_pro_order .form_i select {
  height: 30px;
  line-height: 30px;
}
.i_pro_order .form_i span {
  display: inline-block;
  width: 75px;
  font-size: 14px;
  text-align-last: justify;
  color: #666;
}
.i_pro_order .form_i input {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 255px;
}
.i_pro_order button {
  display: block;
  width: 250px;
  line-height: 35px;
  background: #11509b;
  color: #fff;
  text-align: center;
  border: 0;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  margin-left: 78px;
}
.i_pro_con_right {
  float: right;
  width: 440px;
  margin-right: 4px;
}
.i_pro_con_right #allmap {
  width: 100%;
  height: 194px;
  float: none;
}
.i_pro_con_right h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}
.i_pro_con_right ul li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #666;
}
#sub_bar_nav {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 90;
  width: 120px;
  background: #037e43;
}
#sub_bar_nav ul {
  border: 1px #d1d1d1 solid;
  padding: 2px 0;
  height: auto;
  overflow: hidden;
}
#sub_bar_nav li {
  display: block;
  line-height: 40px;
  color: #FFF;
  height: 40px;
  margin-bottom: 2px;
  font-size: 14px;
}
#sub_bar_nav li:hover {
  background: #dd7212;
}
#sub_bar_nav li a {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 11px;
  background: url(../images/dot.gif) repeat-x left bottom;
  clear: both;
  color: #FFF;
}
#sub_bar_nav li a.no {
  background: none;
}
#sub_bar_nav a:hover {
  color: #FFF;
  background: none;
}
#sub_bar_nav li:hover a {
  color: #FFF;
  background: none;
}
#sub_bar_nav li a.mainList i {
  display: block;
  float: left;
  background: url(../images/p1.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.mainList:hover i {
  background: url(../images/p1.png) no-repeat -22px center;
}
#sub_bar_nav li a.biaoge i {
  display: block;
  float: left;
  background: url(../images/p2.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.biaoge:hover i {
  background: url(../images/p2.png) no-repeat -22px center;
}
#sub_bar_nav li a.working i {
  display: block;
  float: left;
  background: url(../images/p4.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.working:hover i {
  background: url(../images/p4.png) no-repeat -20px center;
}
#sub_bar_nav li a.data0 i {
  display: block;
  float: left;
  background: url(../images/p5.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.data0:hover i {
  background: url(../images/p5.png) no-repeat -16px center;
}
/*location*/
.location {
  overflow: hidden;
  line-height: 60px;
  font-size: 14px;
  background: #eee;
  margin-bottom: 40px;
  color: #666;
}
.location i {
  padding-right: 5px;
  font-size: 25px;
}
.location a {
  color: #666;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.location a:hover {
  color: #037e43;
}
.location b {
  float: left;
  font-size: 20px;
  font-weight: 300;
}
.location span {
  float: right;
}
/*联系我们*/
.info_title_all {
  text-align: center;
  padding: 0 0 45px;
}
.info_title_all h3 {
  display: block;
  font-size: 36px;
  color: #434242;
  margin-bottom: 15px;
}
.info_title_all small {
  font-size: 20px;
  color: #848484;
  font-family: pictos;
}
.info_title_all b {
  font-size: 20px;
  color: #037e43;
  display: block;
  margin-top: 20px;
}
.info_contact {
  overflow: hidden;
}
.h-contact-list {
  background-color: #fff;
  width: 48%;
  float: left;
  overflow: hidden;
}
.h-contact-list ul {
  margin: 0 20px;
  width: 92%;
}
.h-contact-li {
  position: relative;
  padding: 23px 10px 22px 50px;
  border-bottom: 1px solid #D2D2D2;
  font-size: 16px;
}
.h-contact-li:last-child {
  border: none;
}
.h-contact-li .ico {
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-size: 100% 100%;
}
.h-contact-li .addr {
  background-image: url(../images/h_ctc_ico1.png);
}
.h-contact-li .tel {
  background-image: url(../images/h_ctc_ico2.png);
}
.h-contact-li .fax {
  background-image: url(../images/h_ctc_ico3.png);
}
.h-contact-li .mail {
  background-image: url(../images/h_ctc_ico4.png);
}
.h-contact-li .txt {
  color: #888;
}
#allmap {
  width: 51%;
  height: 350px;
  float: right;
  border: 1px solid #ccc;
}
/*在线留言*/
.info_mes {
  overflow: hidden;
}
.info_mes .info_mes_l {
  float: left;
  width: 50%;
}
.info_mes .info_mes_l h3 {
  font-size: 20px;
}
.info_mes .info_mes_l span {
  display: block;
  margin: 15px 0;
  color: #666;
  font-size: 14px;
}
.info_mes .info_mes_l form {
  margin-top: 40px;
}
.info_mes .info_mes_l .input-group {
  margin-bottom: 10px;
  clear: both;
  /*overflow: hidden;*/
}
.info_mes .info_mes_l .input-group:after {
  display: block;
  content: '';
  clear: both;
}
.info_mes .info_mes_l .input-group label {
  width: 62px;
  font-size: 15px;
  display: inline-block;
  text-align-last: justify;
  color: #606060;
  font-weight: bold;
}
.info_mes .info_mes_l .input-group input[type=text] {
  border: 1px solid #aaa;
  border-radius: 2px;
  line-height: 30px;
  height: 30px;
  width: 276px;
  text-indent: 1em;
  font-family: "microsoft yahei", "sans-serif";
  /* background: #f0f2ef; */
  transition: 300ms;
  -webkit-transition: 300ms;
  outline: none;
}
.info_mes .info_mes_l .input-group input[type=text]:focus {
  width: 300px;
  box-shadow: 0 0 5px #037e43;
  border: 1px solid #037e43;
}
.info_mes .info_mes_l .input-group textarea:focus {
  width: 440px;
  box-shadow: 0 0 5px #037e43;
  border: 1px solid #037e43;
}
.info_mes .info_mes_l .input-group input[type=text]#captcha:focus {
  width: 90px;
  box-shadow: 0 0 5px #037e43;
  border: 1px solid #037e43;
}
.info_mes .info_mes_l .input-group textarea {
  transition: 300ms;
  -webkit-transition: 300ms;
  width: 420px;
  border: 1px solid #aaa;
  border-radius: 2px;
  text-indent: 1em;
  padding-top: 5px;
  font-family: "microsoft yahei", "sans-serif";
  outline: none;
  margin-left: 4px;
}
.info_mes .info_mes_l #submit {
  display: block;
  clear: both;
  width: 80px;
  line-height: 30px;
  background: #037e43;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "microsoft yahei";
  margin-left: 64px;
}
.info_mes .info_mes_l #submit:hover {
  background: #BB0000;
}
.info_mes .info_mes_r {
  float: right;
  width: 50%;
}
.info_mes .info_mes_r img {
  max-width: 100%;
  display: block;
}
/*qa*/
.qa_right ul li {
  border-bottom: 1px solid #ccc;
  padding: 32px 0;
}
.qa_right ul li a {
  display: block;
}
.qa_right ul li:hover span {
  color: #dd7212;
}
.qa_right ul li:first-child {
  padding-top: 0;
}
.qa_right ul li span {
  display: block;
  font-weight: bold;
  color: #3e3e3e;
  min-height: 25px;
  margin-bottom: 19px;
  background: url("../images/q.png") no-repeat left center;
  padding-left: 30px;
}
.qa_right ul li small {
  display: block;
  font-size: 14px;
  color: #a6a6a6;
  background: url("../images/a.png") no-repeat left center;
  padding-left: 30px;
  min-height: 25px;
}
/*子页面news*/
.inews_items {
  border-bottom: 1px #e2e2e2 solid;
  padding-bottom: 40px;
  margin-bottom: 30px;
  overflow: hidden;
}
.inews_items li {
  position: relative;
  width: 385px;
  float: left;
  margin-left: 20px;
}
.inews_items li:first-child {
  margin-left: 0;
}
.inews_items li img {
  display: block;
  width: 100%;
  height: 290px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.inews_items .bd {
  height: 418px;
  overflow: hidden;
  position: relative;
}
.inews_items .bd li {
  float: left;
  width: 385px;
  margin-right: 20px;
}
.inews_items .inews_pd .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 82px;
  background-color: #037e43;
  color: #fff;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.inews_items .inews_pd .date span {
  display: block;
}
.inews_items .inews_pd .date .day {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 15px;
}
.inews_items .inews_pd .date .year {
  font-size: 15px;
}
.inews_items ._inews_text ._title {
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  margin: 20px 0 0;
}
.inews_items ._inews_text ._text {
  font-size: 14px;
  color: #747474;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}
.inews_items .hd {
  margin-top: 50px;
}
.inews_items .hd ul {
  font-size: 0;
  text-align: center;
}
.inews_items .hd li {
  display: inline-block;
  border: 1px #707070 solid;
  width: 9px;
  height: 9px;
  line-height: 99;
  overflow: hidden;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
  *display: inline;
  *zoom: 1;
}
.inews_items .hd li.on {
  border-color: #dd7212;
  background-color: #dd7212;
}
.inews_items .inews_pd a {
  display: block;
  overflow: hidden;
}
.inews_items li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.inews_items li:hover ._title {
  color: #037e43;
}
.inews_items li:hover .inews_pd .date {
  background: #dd7212;
}
.l {
  float: left;
}
.news_bottom li {
  padding: 25px 0 30px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
}
.news_bottom li .data {
  font-family: Arial;
  border: 1px #ccc solid;
  width: 55px;
  margin-right: 2%;
}
.news_bottom li .data span {
  display: block;
  text-align: center;
}
.news_bottom li .data .day {
  font-size: 30px;
  font-weight: bold;
  background-color: #ccc;
  line-height: 45px;
  color: #fff;
}
.news_bottom li .data .month {
  font-size: 0.77em;
  color: #565656;
}
.news_bottom ._img {
  float: left;
  width: 15%;
  margin-right: 2%;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._img img {
  height: 100%;
}
.news_bottom ._t {
  font-size: 18px;
  margin-bottom: 5px;
  color: #555;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._p a {
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  color: #999;
  font-size: 14px;
}
.news_bottom ._i {
  overflow: hidden;
  *zoom: 1;
  margin-top: 25px;
}
.news_bottom ._i span,
.news_bottom ._i a {
  float: left;
  line-height: 26px;
  padding: 0 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._i ._more {
  background: #dd7212;
  color: #fff;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._i ._date {
  background: #ededed;
  color: #999;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom li:hover ._t {
  color: #037e43;
}
.news_bottom li:hover span {
  color: #037e43;
}
.news_bottom li:hover ._i ._more {
  background-color: #037e43;
}
.news_bottom li:hover .data {
  border-color: #037e43;
}
.news_bottom li:hover .data .day {
  background-color: #037e43;
}
/*news_content*/
.news_info_con {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.news_info_con ._title {
  float: left;
  font-size: 25px;
  font-weight: 400;
}
.news_info_con .news_time {
  float: right;
  font-size: 14px;
  color: #666;
  margin-top: 12px;
}
.news_info_con .news_time span {
  padding-left: 20px;
  margin-left: 20px;
}
.news_info_con .news_time span:nth-of-type(1) {
  background: url("../images/time.png") no-repeat left center;
}
.news_info_con .news_time span:nth-of-type(2) {
  background: url("../images/click.png") no-repeat left center;
}
/*在线客服*/
.suspension {
  position: fixed;
  z-index: 101;
  right: 0;
  bottom: 85px;
  width: 70px;
  height: 240px;
}
.suspension-box {
  position: relative;
  float: right;
}
.suspension .a {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #037e43;
  margin-bottom: 4px;
  cursor: pointer;
  outline: none;
}
.suspension .a.active,
.suspension .a:hover {
  background: #F05352;
}
.suspension .a .i {
  float: left;
  width: 44px;
  height: 44px;
  background-image: url(../images/side_icon.png);
  background-repeat: no-repeat;
}
.suspension .a-service .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(../images/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.suspension .a-service-phone .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(../images/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: -27px 0;
}
.suspension .a-qrcode .i {
  background-position: -44px 0;
}
.suspension .a-cart .i {
  background-position: -88px 0;
}
.suspension .a-top .i {
  background-position: -132px 0;
}
.suspension .a-top {
  background: #D2D3D6;
  display: none;
}
.suspension .a-top:hover {
  background: #c0c1c3;
}
.suspension .d {
  display: none;
  width: 223px;
  background: #fff;
  position: absolute;
  right: 67px;
  min-height: 90px;
  border: 1px solid #E0E1E5;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(../images/side_bg_arrow.png) no-repeat;
  right: -8px;
  top: 31px;
}
.suspension .d-service {
  top: 0;
}
.suspension .d-service-phone {
  top: 34px;
}
.suspension .d-qrcode {
  top: 78px;
}
.suspension .d .inner-box {
  padding: 8px 22px 12px;
}
.suspension .d-service-item {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}
.suspension .d-service .d-service-item {
  border-bottom: none;
}
.suspension .d-service-item .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #F1F1F3;
  display: block;
  float: left;
}
.suspension .d-service-item .i-qq {
  width: 44px;
  height: 44px;
  background: url(../images/side_con_icon03.png) no-repeat center 15px;
  display: block;
  transition: all .2s;
  border-radius: 50%;
  overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
  background-position: center 3px;
}
.suspension .d-service-item .i-tel {
  width: 44px;
  height: 44px;
  background: url(../images/side_con_icon02.png) no-repeat center center;
  display: block;
}
.suspension .d-service-item h3 {
  float: left;
  width: 112px;
  line-height: 44px;
  font-size: 15px;
  margin-left: 12px;
}
.suspension .d-service-item .text {
  float: left;
  width: 112px;
  line-height: 22px;
  font-size: 15px;
  margin-left: 12px;
}
.suspension .d-service-item .text .number {
  font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
  padding-top: 10px;
}
.suspension .d-service-intro p {
  float: left;
  line-height: 27px;
  font-size: 12px;
  width: 50%;
  white-space: nowrap;
  color: #888;
}
.suspension .d-service-intro i {
  background: url(../images/side_con_icon01.png) no-repeat center center;
  height: 27px;
  width: 14px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
}
.suspension .d-qrcode {
  text-align: center;
}
.suspension .d-qrcode .inner-box {
  padding: 20px 0;
}
.suspension .d-qrcode p {
  font-size: 16px;
  color: #93959c;
}
/*产品分类*/
.info_pro_list {
  padding: 25px;
  background: #fff;
  margin-top: 30px;
  overflow: hidden;
}
.info_pro_list .pro-list {
  width: 1250px;
}
.info_pro_list .pro-list li {
  width: 270px;
}
.info_pro_type {
  overflow: hidden;
  background: #fff;
  padding: 25px;
}
.info_pro_type li {
  width: 16.666%;
  float: left;
  background: #fff;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-left: -1px;
  margin-top: -1px;
  text-align: center;
  font-size: 14px;
}
.info_pro_type li a {
  display: block;
  color: #777;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.info_pro_type li a:hover {
  color: #fff;
  background: #037e43;
}
.p_t {
  font-size: 25px;
  text-align: center;
  color: #666;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.lazyload {
    background: url(../images/loading.gif) no-repeat center;
}
/*#Online_qq*/
#online_qq{position:fixed;right: 0;top: 150px;z-index: 10000;width: 225px;}
#online_qq h1{width: 50px;height: 45px;background-image:url("../images/online_arrow.jpg");background-position-y:center;background-position-x:-50px;text-indent: -999em;position: absolute;right: 137px;top: 0;cursor: pointer;}
#online_qq .online_content{position: absolute;right: 0;width: 137px;background:#fff url("../images/online_botbg.jpg") no-repeat center bottom;padding-bottom: 30px;}
#online_qq .online_content h2{width: 100%;height: 45px;line-height: 45px;background: #069855;color: #fff;font-size: 18px;text-indent: 22px;position: relative; }
#online_qq .on_content{padding: 0 12px;}
#online_qq .on_content ul li a{display: block;line-height: 55px;font-size: 15px;border-bottom: 1px solid #e3e3e3;text-align: right;background:url("../images/i_qq.png") no-repeat left center;}
#online_qq .on_content ul li a:hover{color:#037feb}
#online_qq .on_content h3{font-size: 18px;color: #333;padding: 12px 0 0 0;font-weight: 500;border-bottom: 1px solid #e3e3e3;}
#online_qq .on_content h3 span{display: block;font-size: 17px;color: #069855;margin: 5px 0;}
#online_qq .on_content p{text-align: center;margin-top: 12px}
#online_qq .on_content p img{display: block;width: 116px;/* height: 150px; */}

