﻿@charset "utf-8";
@import url(../css/nav.css);
@import url(../css/index_show.css);
.bodyinfo{line-height:1.7em; height: auto; overflow: hidden; font-size: 14px; padding-bottom: 15px; 
	border-bottom: 1px solid #f0f0f0; margin-bottom: 16px; color: #777
}
.infoarc{ margin-top: 20px;  padding: 0px 5px}
.infoarc li{width: 33.333%;float: left; text-align: center;font-size: 14px; line-height: 34px; height: 34px; overflow:hidden;
	background: #f0f0f0; 
}
.infoarc li.fanhui{ 
	background: #444; color: #fff
}
.infoarc li.fanhui a{ 
	 color: #fff
}
.infoarc li i{ margin-right: 6px; font-size: 12px;}
.infoarc li.fanhui i{ color: #fff}
.infoarc li:first-child{ border-radius: 5px 0px 0px 5px}
.infoarc li:last-child{ border-radius:0px 5px 5px 0px}


.ditel{ width: 100%; height:50px;  text-align: center; z-index: 99999999999;
	background:#107db2;
	position: fixed; bottom: 0; 
    background: -moz-linear-gradient(top, #107db2 0%, #00978f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#107db2), color-stop(100%,#00978f));
    background: -webkit-linear-gradient(top, #107db2 0%,#00978f 100%);
    background: -o-linear-gradient(top, #107db2 0%,#00978f 100%);
    background: -ms-linear-gradient(top, #107db2 0%,#00978f 100%);
    background: linear-gradient(to bottom, #107db2 0%,#00978f 100%);
}
.ditel dd{width: 33.333%;float: left; font-size: 14px; line-height: 50px; height:50px;  
	border-left: 1px solid #35b1cf;
	border-right: 1px solid #016560;
}
.ditel dd:first-child{ 
	border-left: 0px solid #35b1cf; 
}
.ditel dd:last-child{  
	border-right: 0px solid #016560; 
}
.ditel dd a{ color: #fff;}
.ditel dd i{ margin-right: 6px; color: #fff; font-size: 12px;}  
.ditel dd  .disabled ,.ditel dd  .dropdown-menu ,.ditel dd  .drop  { padding: 0px; margin: 0px; }
.ditel dd  .disabled a{ text-align: center; font-size: 14px; color: #222; line-height: 1.4em; padding-top: 11px; padding-bottom: 11px;}

/*product start*/
.common_banner { margin-bottom: 0px; padding: 0px;
  width: 100%;
  height: 200px;
  overflow: hidden; position: relative;
}
.common_banner .weizhi{
   position:absolute; height:50px; line-height: 50px; overflow: hidden;background: rgba(0,0,0,0.4);
	bottom: 0px; width: 100%;
}
.common_banner .weizhi .place{ width:1200px;   margin: 0px auto;
	height:50px;
	line-height:50px;  
	color:#fff;
	overflow:hidden;  text-align:left;   font-size: 14px;
}  

.common_banner .weizhi .place a{
	color:#fff;
	margin:0px 2px;
}
.common_banner .weizhi .place a:hover{
	color:#0487d1;
	margin:0px 2px;
	TEXT-DECORATION: underline;
}

.common_banner .container {
  padding-top:90px;
  color: #fff;
}
.cbannert {  
  font-size:18px;
  line-height:1.4em; 
}
.cbannerc {  
  font-size: 13px; 
  line-height:1.4em; margin-top: 4px; text-transform:uppercase;
}
.cbannert stong ,.cbannerc stong{ padding: 2px 5px; background: rgba(0,0,0,0.16); font-weight: normal; color: #fff }
.wrap {
    max-width: 768px;
    width: 96%;
    margin: 0 auto
}
.wrap1200 {
    max-width: 768px;
    width: 96%;
    margin: 0 auto
}
.wrap1596 {
    max-width: 768px;
    width: 96%;
    margin: 0 auto
}
.max-limit {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto
}
.hangju2 { line-height:1.8em; margin-bottom: 10px; }
.color666 { color: #777 }
.fl {
    float: left
}
.fr {
    float: right
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-over {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.inherit {
    line-height: inherit;
    font-size: inherit;
    color: inherit
}
.over {
    overflow: hidden
}
.nowrap {
    white-space: nowrap
}
.fz0 {
    font-size: 0
}
.nowrap.fz0 {
    letter-spacing: -5px
}
.nowrap.fz0 * {
    letter-spacing: normal
}
.relative {
    position: relative;
    z-index: 1
}
.absolute {
    position: absolute;
    z-index: 1
}
.fixed {
    position: fixed;
    z-index: 1
}
.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row
}
.flex-col {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}
.flex-wrap {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}
.flex-ac {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}
.flex-jc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center
}
.flex-js {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}
.inline {
    display: inline
}
.block {
    display: block
}
.none {
    display: none
}
.inline-block {
    display: inline-block
}
.display-table {
    width: 100%;
    height: 100%;
    display: table
}
.table-cell {
    display: table-cell
}
.hide {
    display: none
}
.max-w100 {
    max-width: 100%
}
.max-h100 {
    max-height: 100%
}
.middle {
    vertical-align: middle
}
.middle-span {
    height: 100%;
    vertical-align: middle;
    display: inline-block
}
.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.content-box {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.category-b   {
    margin: 0; padding: 0;
}
.category-b a {
    margin: 0 8px;
    line-height: 36px;
    color: #444;
    font-size: 12px;
    text-decoration: none
}
.category-b span{ 
    line-height: 36px;
    color: #ccc; 
}
.category   {
    margin: 0; padding: 0;
}
.category a {
    margin: 0 8px;
    line-height: 36px;
    color: #444;
    font-size: 15px;
    text-decoration: none
}
.category a.cur {
    color: #1c8f4e;
    border-bottom: 2px solid #1c8f4e
}
.trans {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s
}
.trans-internal::before, .trans-internal::after {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s
}
.scale:hover .scale-img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
.hide_en {
    display: none!important
}
@font-face {
    font-family: avantbk;
    src: url(../other/AvantGardeBook.otf)
}
.block-992 {
    display: none
}
.block-768 {
    display: none
}
.block-480 {
    display: none
}
.bgf3 {
    background-color: #f3f3f3
}
.bgf5 {
    background-color: #f5f5f5
}
.banner .item img {
    left: 0
}
.banner .prev {
    left: 5%
}
.banner .next {
    right: 5%
}
.banner .banner-btn {
    font-size: 48px;
    color: #fff;
    top: 48%;
    opacity: 0
}
.banner:hover .banner-btn {
    opacity: .8
}
.web-title {
    margin-bottom: 10px
}
.web-title .title-0 {
    font-size: 24px; font-family: "宋体"," 幼圆"; line-height: 1.1em;
    color: #111; 
}
.web-title .title-1 { margin-top:8px; margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #888
}
.web-title .title-1 i{  
    color: #bbb; margin-right:4px; margin-left: 10px;
}
.web-title .title-1 i:first-child{  
    margin-left:0px;
}
.web-brief {
    line-height: 30px;
    font-size: 14px;
    color: #777
}
.categorys {
    margin-bottom: 3%;
    z-index: 2
}
.categorys>a {
    line-height: 25px;
    font-size: 14px;
    color: #333;
    margin: 0 .5%;
    padding: 0 15px;
    border: 1px solid #fff
}
.categorys>a:hover, .categorys>.on {
    color: #1c8f4e;
    border: 1px solid #1c8f4e;
    border-radius: 8px
}
.categorys>.on::before {
    border-color: #f37463
}
.editor {
    line-height: 24px;
    font-size: 14px;
    color: #777
}
.editor * {
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    color: inherit
}
.web-detail {
    background-color: #fff;
    padding: 50px 0 100px;
    margin-top: 60px;
    margin-bottom: 100px
}
.web-detail .detail-name {
    font-size: 20px;
    color: #353535
}
.web-detail .detail-info {
    color: #777
}
.web-detail .detail-info .date {
    font-family: avantbk
}
.web-detail .detail-back {
    width: 50%;
    max-width: 380px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #777;
    background-color: #f3f3f3;
    border-radius: 70px;
    margin: 50px auto 0
}
.web-detail .detail-back::before {
    width: 21px;
    height: 13px;
    background-image: url(../images/arrow-left-2.png);
    background-repeat: no-repeat;
    margin-right: 8%;
    display: inline-block;
    content: ''
}
.no-list {
    line-height: 34px;
    font-size: 24px;
    padding: 50px 5%;
    text-align: center
}
html, body {
    min-width: 320px;
    overflow-x: hidden
}
#website {
    position: relative;
    z-index: 1;
    left: 0
}
#header {  position: fixed; top:0;
	width: 100%; 
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 70px;
	z-index: 100000000000;
		-moz-box-shadow: 0px 3px 2px #333; /* 老的 Firefox */
		box-shadow: 0px 3px 2px #333;
} 
#header #logo {
    margin-top: 6px; padding-top: 10px; padding-bottom: 0px;
    height: 60px
}
#header #logo img{
    max-width: 70%;
}
#header #menu {
    width: auto;
    height: 100%
}
#header #menu #nav {
    max-width: 830px;
    height: 100%;
    width: 70%
}
#header #menu #nav .nav-item {
    width: 12%;
    display: inline-block
}
#header #menu #nav .nav-item .item-a {
    line-height: 100px;
    font-size: 16px;
    color: #333
}
#header #menu #nav .nav-item .item-a.on, #header #menu #nav .nav-item:hover .item-a {
    color: #1c8f4e
}
#header #menu #nav .nav-item .sub-nav {
    width: 220px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: -110px;
    top: 100%;
    left: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    display: none;
    overflow: hidden
}
#header #menu #nav .nav-item .sub-nav .sub-item {
    height: 63px;
    line-height: 63px;
    border-top: 1px solid #f1f1f1
}
#header #menu #nav .nav-item .sub-nav .sub-item:first-child {
    border-top: 0
}
#header #menu #nav .nav-item .sub-nav .sub-item a {
    font-size: 14px;
    color: #777
}
#header #menu #nav .nav-item .sub-nav .sub-item a:hover {
    color: #fff;
    background-color: #f26e5c
}
#header #menu #nav .nav-item:hover .sub-nav {
    display: block
}
#header #menu .right-inquire {
    max-width: 136px;
    width: 15%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #777;
    border: 1px solid #ddd;
    border-radius: 40px;
    margin-top: 20px;
    margin-left: 1.344086%
}
#header #menu .right-inquire i {
    width: 13px;
    height: 16px;
    background: url(../images/ico-postion.png) no-repeat;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}
#header #menu-btn {
    line-height: 70px;  
    font-size: 24px; color: #fff
}
#header #menu .change-lang {
    line-height: 100px;
    margin-left: 20px
}
#header #menu .change-lang a {
    border: 1px solid #777;
    display: inline-block;
    border-radius: 100px;
    padding: 7px 5px;
    line-height: 100%;
    color: #777
}
#header-blank {
    height: 100px
}
#products .products-title {
    line-height: 34px;
    color: #555
}
#products .products-list .item {
    width: 25%;
    display: none
}
#products .products-list .item.swiper-slide {
    display: block
}
#products .products-list .item .name {
    bottom: 0;
    left: 0;
    line-height: 30px;
    font-size: 14px;
    color: #f26d5b;
    color: #fff; 
    padding-left: 10px;
	text-shadow: 0 0 0.2em #F87, 0 0 0.2em #F87
}
#products .opt {
    width: 80%;
    max-width: 250px;
    height: 14px;
    line-height: 14px;
    margin: 30px auto 0
}
#products .opt .arrow {
    width: 15px;
    height: 100%;
    background-repeat: no-repeat
}
#products .opt .arrow-left {
    background-image: url(../images/arrow-left-0.jpg);
    background-position: 21% center
}
#products .opt .arrow-right {
    background-image: url(../images/arrow-right-0.jpg);
    background-position: 79% center
}
#products .opt .more {
    width: 14px;
    height: 100%;
    line-height: inherit;
    font-size: 12px;
    color: #3a3a3a;
    margin: 0 24%
}
#products .hot-item {
    width: 31.66%;
    margin-left: 2.5%
}
#products .hot-item:first-child {
    margin-left: 0
}
#products .hot-item .info {
    width: 100%;
    left: 0;
    bottom: 0
}
#products .hot-item .cate {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}
#products .hot-item .brief {
    max-height: 58px;
    padding: 5px;
    color: #fff;
    line-height: 24px
}
#products .products-list-title {
    line-height: 46px;
    border-bottom: 2px solid #d9d9d9
}
#products .products-list-title .title {
    font-size: 22px;
    margin-right: 10px
}
#products .products-list-title .sub-list-title .sub-item {
    line-height: 44px;
    margin: 0 1.367%
}
#products .products-list-title .sub-list-title .sub-item a {
    color: #555;
    font-size: 14px;
    text-decoration: none
}
#products .products-list-title .sub-list-title .sub-item.on {
    border-bottom: 3px solid #1c8f4e
}
#products .list-item {
    width: 31.66%;
    margin-left: 1.5%;
    margin-bottom: 2.5%;
    vertical-align: top
}
#products .f3 {
    margin-left: 0
}
#products .list-item .list-item-wrap-b {
     height:auto;
    padding:0px 4%;
    border-bottom: 0px solid #e6e6e6;
    border-top: 0
}
#products .list-item .list-item-name-b {
    max-height: 40px; width: 100%;
    line-height:40px;
	font-size: 16px;   text-align: center;
	border-bottom: 1px solid #aaa;
}
#products .list-item .list-item-name-b a {
    color: #333;
    font-size: 14px;
    text-decoration: none
}
#products .list-item .list-item-wrap {
     height:auto;
    padding: 4.23%;
    border-bottom: 0px solid #e6e6e6;
    border-top: 0
}
#products .list-item .list-item-name {
    max-height: 40px;
    line-height:40px;
	font-size: 16px;   text-align: center;}
#products .list-item .list-item-name a {
    color: #333;
    font-size: 14px;
    text-decoration: none
}
#products .list-item .list-item-brief {
    height: 50px;
    line-height: 25px;
    color: #888
}
#products .list-item .list-item-price {
    line-height: 28px;
    color: #f53400;
    font-size: 28px;
    margin-right: 2%
}
#products .list-item .list-item-set {
    width: 30%;
    line-height: 28px;
    color: #888
}
#products .list-item .list-item-preorder {
    width: 88px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: #f53400;
    border-radius: 5px
}
#products .list-item-1 {
    width: 17.5%;
    max-height: 202px;
    margin: 0 1.58% 25px;
    border: 1px solid #dfdfdf
}
#products .list-item-1 .item-1-img {
    width: 70%;
    margin: 0 auto;
    padding-top: 25px
}
#products .list-item-1 .item-1-name {
    width: 90%;
    margin: 0 auto;
    line-height: 26px
}
#products .list-item-1 .item-1-name a {
    color: #333;
    font-size: 14px;
    text-decoration: none
}
#products .list-item-1 .item-1-price {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 15px;
    line-height: 24px;
    color: red;
    font-size: 18px
}
#products .faq-wrap {
    padding: 30px 0;
    background: #efefef
}
#products .faq-wrap .faq-title {
    line-height: 40px;
    font-size: 18px;
    color: #444
}
#products .faq-wrap .faq-title a {
    font-size: 12px;
    color: #444
}
#products .faq-wrap .list-wrap {
    padding: 35px 3.66%;
    border: 1px solid #dfdfdf;
    background: #fff
}
#products .faq-wrap .list-wrap .faq-list-item {
    width: 50%
}
#products .faq-wrap .list-wrap .faq-list-item.f1 {
    border-right: 1px solid #dfdfdf
}
#products .faq-wrap .list-wrap .faq-list-item .icon {
    width: 30px;
    line-height: 30px;
    color: #1c8f4e;
    font-size: 14px
}
#products .faq-wrap .list-wrap .faq-list-item .font {
    width: 80%;
    line-height: 30px;
    color: #444;
    font-size: 14px
}
#products .faq-wrap .list-wrap .faq-list-item .brief {
    width: 80%;
    line-height: 26px;
    color: #888;
    font-size: 12px
}
#products .process-wrap {
    padding: 30px 0
}
#products .process-wrap .process-title {
    line-height: 40px;
    color: #444;
    font-size: 18px;
    border-bottom: 1px solid #dfdfdf
}
#products .process-wrap .process-item {
    color: #444;
    font-size: 14px
}
#products .process-wrap .process-arrow {
    width: 2.5%;
    margin: 0 3%
}
#products .path {
    line-height: 43px;
    color: #555
}
#products .path a {
    color: #555;
    text-decoration: none
}
#products .detail-box {
    padding: 1.666% 2.08333%;
    border: 1px solid #e9e9e9
}
#products .img {
    width: 52.1739%;
    max-width: 600px
}
#products .img .big-imgs {
    margin-bottom: 3.33333%
}
#products .img .small-img .fa-angle-left {
    color: #b7b7b7;
    left: 0;
    top: 15%
}
#products .img .small-img .fa-angle-right {
    color: #b7b7b7;
    right: 0;
    top: 15%
}
#products .img .small-img .small-img-wrap {
    width: 89.33%;
    margin: 0 auto
}
#products .img .small-img .small-img-wrap .small-img-item {
    width: 25%;
    border: 1px solid #e9e9e9
}
#products .right-info {
    width: 41.739%
}
#products .right-info .name {
    color: #333;
    line-height: 26px;
    font-size: 22px
}
#products .right-info .brief {
    color: #555;
    line-height: 24px;
    font-size: 14px
}
#products .right-info .price {
    line-height: 40px
}
#products .right-info .price span {
    color: #f53400;
    font-size: 28px
}
#products .right-info .price del {
    color: #555;
    font-size: 14px
}
#products .right-info .preorder {
    width: 39.16%;
    max-width: 188px;
    line-height: 54px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #f53400;
    border-radius: 4px
}
#products .des-wrap {
    border: 1px solid #e9e9e9
}
#products .des-wrap .card-wrap {
    background: #e9e9e9
}
#products .des-wrap .card-wrap .card {
    width: 11.6%;
    min-width: 85px;
    line-height: 61px;
    text-align: center;
    color: #333;
    font-size: 16px;
    border-top: 3px solid #e9e9e9;
    cursor: pointer
}
#products .des-wrap .card-wrap .card.on {
    color: #1c8f4e;
    border-top-color: #1c8f4e;
    background: #fff
}
#products .des-wrap .des {
    min-height: 300px;
    padding: 15px;
    line-height: 24px
}
#info .category a {
    margin: 0 8px;
    line-height: 36px;
    color: #444;
    font-size: 15px;
    text-decoration: none
}
#info .category a.cur {
    color: #1c8f4e;
    border-bottom: 2px solid #1c8f4e
}
#info .list-line {
    border-bottom: 1px dashed #eee;
    padding:12px 1px 18px 1px
}
#info .list-line .list-line-img {
    width: 16.66%;
    min-width: 120px
}
#info .list-line .list-line-info {
    width: 67.5%;
    padding: 0 30px
}
#info .list-line .list-line-info .title {
    line-height:1.8em; padding-top: 13px;
}
#info .list-line .list-line-info .title a {
    color: #111;
    font-size: 14px;
    text-decoration: none
}
#info .list-line .list-line-info .brief {
    line-height: 20px; padding:5px 0px; 
    color: #999;   
}
#info .list-line .list-line-date {
    width: 12.58%;
    padding-top: 15px;
    padding-left: 0px; text-align: center;
}
#info .list-line .list-line-date .md {
    color: #1c8f4e; margin-top: 10px; background: #fafafa; padding: 10px;
    font-size: 28px; font-weight: normal
}
#info .list-line .list-line-date .y {
    margin: 4px 0;
    font-size: 12px;
    color: #ccc;
}
#info .list-line .list-line-date .more {
    width: 32.17%
}
#info .info-detail {
    line-height: 24px
}
#article .article_item {
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px dashed #afafaf
}
#article .article_item.first {
    border-top: 0
}
#article .article_item .article-detail-b {
    line-height: 2em; color: #999; min-height: 100px;
} 
#article .article_item .article-detail-b p{
    margin-top: 6px; margin-bottom: 6px;
} 
#article .article_item .article-detail {
    line-height: 2em; color: #999; min-height: 240px;
} 
#article .article_item .article-detail p{
    margin-top: 6px; margin-bottom: 6px;
} 
#article .article_item .article-detail .box .img {
    width: 43.3333%
}
#article .article_item .article-detail .box .brief {
    width: 54.166666%;
    margin-left: 2.5%
}
#article .contact-map {
    width: 52.5%;
    max-width: 630px;
    padding: 1px;
    border: 1px solid #e6e6e6;
    margin: 0 auto
}
#article .contact-info {
    width: 42.916666%
}
#article .contact-info .info-title {
    padding-left: 26px;
    margin: 8px 0;
    color: #333;
    font-size: 18px
}
#article .contact-info .info-line {
    padding-left: 26px;
    line-height: 30px;
    color: #555;
    font-size: 14px
}
#article .contact-info .info-line * {
    color: #555;
    font-size: 14px
}
#article .contact-info .info-line.address {
    background: url(../images/address-ico.jpg) no-repeat left center
}
#article .contact-info .info-line.phone {
    background: url(../images/phone-ico.jpg) no-repeat left center
}
#article .contact-info .info-line.fax {
    background: url(../images/fax-ico.jpg) no-repeat left center
}
#article .contact-info .info-line.mail {
    background: url(../images/mail-ico.jpg) no-repeat left center
}
#article .feedback_input {
    width: 48%;
    line-height: 48px;
    margin-bottom: 2.5%
}
#article .feedback_input input {
    width: 94.83%;
    line-height: 46px;
    color: #555;
    padding-left: 16px;
    border: 1px solid #ddd;
    border-radius: 10px
}
#article .feedback_textarea {
    width: 100%;
    margin-bottom: 2.5%
}
#article .feedback_textarea textarea {
    width: 97.5%;
    min-height: 148px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    resize: none
}
#article .submit {
    width: 130px;
    margin: 0 10px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    background: #0ea2e0;
    border: 0;
    border-radius: 10px
}
#article .reset {
    width: 130px;
    margin: 0 10px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    background: #a1a1a1;
    border: 0;
    border-radius: 10px
}
#index-about {
    background: #f7f7f7; padding-top: 40px; padding-bottom:40px;
}
#index-about .about-img {
    width: 50%
}
#index-about .main {
    width: 50%;
    height: 100%;
    right: 0;
    top: 0
}
#index-about .main .brief {
    line-height: 180%;
    color: #555;
    font-size: 14px
}
#index-about .main .see-more {
    width: 145px;
    margin: 0 auto;
    color: #fff;
    line-height: 36px;
    background: #1c8f4e;
    border-radius: 5px
}
#index-news .border {
    border: 1px solid #e9e9e9
}
#index-news .item {
    width: 100%
}
#index-news .item .main {
    width: 100%;
    padding: 4.375% 3.125%
}
#index-news .item .news-date {
    color: #bbb; margin-bottom: 6px;
    font-size: 12px
}
#index-news .item .news-title {
    margin: 12px 0;
    line-height:1.4em;
     -height:auto;
    overflow: hidden
}
#index-news .item .news-title a {
    font-size: 14px;
    color: #1c8f4e;
    text-decoration: none
}
#index-news .item .news-brief {
    line-height: 24px;
    color: #777
}
#index-news .item .img {
    width: 50%;
    max-width: 400px
}
#index-news .item .img::after {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    position: absolute;
    z-index: 1;
    top: 50%;
    content: ''
}
#index-news .item .img.left::after {
    border-right: 9px solid #fff;
    right: 0
}
#index-news .item .img.right::after {
    border-left: 9px solid #fff;
    left: 0
}
#index-news .see-more {
    width: 150px;
    line-height: 35px;
    text-decoration: none;
    color: #555;
    font-size: 12px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    border-radius: 5px
}
#footer .footer-nav {
    min-height: 200px;
    padding-top: 30px;
    background: #efefef
}
#footer .footer-nav .item {
    width: 20%
}
#footer .footer-nav .item .item-title {
    line-height: 30px;
    padding-left: 25px;
    color: #333;
    font-size: 14px
}
#footer .footer-nav .item .item-sub-title {
    max-height: 30px;
    padding-left: 32px;
    line-height: 30px;
    overflow: hidden
}
#footer .footer-nav .item .item-sub-title a {
    color: #555;
    font-size: 14px
}
#footer .footer-nav .tel-item {
    width: 20%
}
#footer .footer-nav .tel-item .tel {
    color: #333;
    font-size: 26px;
    text-align: right
}
#footer .footer-nav .tel-item .tel i {
    font-size: 24px
}
#footer .footer-nav .tel-item .sub-tel {
    line-height: 24px;
    color: #444;
    font-size: 14px;
    text-align: right
}
#footer .copyright {
    background: #333;
    line-height:1.2em;
    text-align: center;
	padding:22px 15px 30px 15px;
	margin-bottom: 40px;
}
#footer .copyright * {
    color: #aaa
}

@media only screen and (max-width:1280px) {
#index-about .main .blank20, #index-about .main .blank25 {
    display: none
}
#index-about .main .see-more {
    height: 26px;
    line-height: 26px;
    margin-top: 10px
}
#index-news .item .main {
    padding: 2%
} 
#index-news .item .news-title {
    margin: 5px 0
}
#footer .footer-nav .tel-item .tel {
    font-size: 20px
}
}

@media only screen and (max-width:992px) {
.hide-992 {
    display: none
}
.block-992 {
    display: block
}
html.open-menu, body.open-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden
}
#header {
    height: 70px;
    line-height: 70px
}
#header #logo {
    height:60px
}
#header.open-menu {
    left: -60%
}
#header #menu.open-menu #nav {
    right: 0%;
    z-index: 20
}
#header #menu:hover #nav {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s
}
#header #menu #nav {
    width: 60%;
    max-width: none;
    background-color: #fff;
    border-left: 1px solid #eee;
    position: fixed;
    right: -60%;
    top: 0;
    overflow-x: hidden;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    -o-align-content: flex-start;
    align-content: flex-start
}
#header #menu #nav .menu-close {
    width: 100%;
    height: 70px;
    line-height: inherit;
    font-size: 28px;
    color: #fff;
    background-color: #1c8f4e;
    padding-left: 5%;
    padding-right: 5%
}
#header #menu #nav .row {
    position: relative;
    z-index: 1
}
#header #menu #nav .nav-item {
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: left
}
#header #menu #nav .nav-item.on {
    z-index: 3
}
#header #menu #nav .nav-item .item-a {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding-left: 7%;
    padding-right: 7%;
    display: block
}
#header #menu #nav .nav-item .sub-nav {
    width: 60%;
    border-radius: 0;
    margin-left: 0;
    left: auto;
    right: -60%;
    top: 60px;
    bottom: 0;
    position: fixed;
    box-shadow: none;
    display: block;
    overflow-x: hidden
}
#header #menu #nav .nav-item .sub-nav.open {
    right: 0
}
#header #menu-btn {
    line-height:40px; margin-top: 15px;
}
.banner {
    width: 100%; 
}
.web-title .title-0 {
    font-size:22px; 
}
#products .products-list {
    max-width: 960px;
    margin: 0 auto
}
#index-about .about-img {
    display: none
}
#index-about .main {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    position: relative
}
#index-news .border {
    width: 96%;
    border: 0
}
#index-news .item {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    float: none
}
#index-news .item .main {
    float: left
}
#index-news .item .news-brief {
    max-height: 72px;
    overflow: hidden
}
#index-news .item .img {
    float: right;
    text-align: right
}
#index-news .item .img::before, #index-news .item .img::after {
    display: none
}
#products .hot-item {
    width: 49%;
    margin-left: 2%
}
#products .hot-item:first-child {
    margin-left: 0
}
#products .hot-item:nth-child(3) {
    display: none
}
#products .hot-item .cate {
    font-size: 14px
}
#products .hot-item .brief {
    display: none
}
#products .list-item {
    width: 100%;
	
}
#products .list-item .list-item-wrap {
    min-height: 0
}
#products .list-item .list-item-name {
    height: 34px;
    line-height: 34px
}
#products .list-item .list-item-price {
    font-size: 20px
}
#products .list-item .list-item-set {
    display: none
}
#products .list-item .list-item-preorder {
    width: 70px;
    font-size: 14px
}
#products .f2 {
    margin-left: 0
}
#products .process-wrap .process-item {
    width: 33.3333%;
    margin-bottom: 2.5%
}
#products .process-wrap .process-arrow {
    display: none
}
#products .img {
    width: 100%;
    margin: 0 auto 2%;
    float: none
}
#products .right-info {
    width: 100%;
    margin: 0 auto;
    float: none
}
#products .right-info .name {
    font-size: 18px
}
#products .right-info .price span {
    font-size: 20px
}
#products .right-info .preorder {
    width: 100px;
    line-height: 30px;
    font-size: 16px
}
#products .des-wrap .card-wrap .card {
    line-height: 40px;
    font-size: 14px
}
#article .article_item .article-detail .box .img {
    display: none
}
#article .article_item .article-detail .box .brief {
    width: 100%;
    margin-left: 0
}
#info .category a {
    font-size: 14px
}
#info .list-line .list-line-img {
    display: none
}
#info .list-line .list-line-info {
    width: 85%;float: right ;
    padding: 0 0 0 4%
}
#info .list-line .list-line-date {
    padding: 0;  
    margin-top: 3px;
    text-align: center;
}
#info .list-line .list-line-date .md {
    font-size: 22px
}
#info .list-line .list-line-date .more {
    display: none
}
#footer .footer-nav .item {
    width: 49.5%;
    margin-bottom: 2%;
    vertical-align: top;
    float: none;
    display: inline-block
}
#footer .footer-nav .item .item-title {
    padding-left: 0
}
#footer .footer-nav .item .item-sub-title {
    padding-left: 15px
}
#footer .footer-nav .tel-item {
    width: 100%;
    margin-top: 10px;
    float: none
}
#footer .footer-nav .tel-item .tel, #footer .footer-nav .tel-item .sub-tel {
    text-align: left
}
#header #menu .change-lang {
    margin-right: 10px;
    line-height: 70px
}
}

@media only screen and (max-width:768px) {
#article .contact-map, #article .contact-info {
    width: 100%;
    float: none
}
#article .feedback_input {
    width: 100%;
    float: none
}
#article .feedback_textarea textarea {
    width: 94.83%
}
}

 
.pagess {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0;
    text-align: center;
    font-size: 12px
}
.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 4px 11px;
    margin: 0px;
    line-height: 20px;
    background: #fff;
    color: #999; border-radius: 5px;
}
.pagess ul li:hover {
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc
}
.pagess ul li:hover a {
    color: #fff
}
.pagess ul li.active {
    display: inline-block;
    border: 1px solid #1e9752; 
    background: #1e9752;
    color: #fff
}
.pagess ul li.active a {
    color: #fff
}
.pagess ul li a {
    display: block;
    color: #999
}
.pagess ul li a:hover {
    color: #fff
}
#imgsy img {
    max-width: 100%!important;
    height: auto!important
}


.type_icon {
	padding: 40px 0 0;
	border-bottom: 1px solid #c1c1c1
}

@media only all and (max-width: 768px) {
.type_icon {
	padding: 6px 0 0
}
}
.type_icon>div {
	width: 50%; float: left;
	margin-bottom: 15px;
	margin-right: 0; position: relative;
} 
.type_icon>div .inner_l {
	  position: absolute; left: 0px; top:6px; z-index: 99;
}
.type_icon>div .inner_r { width:99%; z-index: 9; padding-right: 1%;
	float: right; 
}
.type_icon>div .inner_r>p { line-height: 1.4em; padding-left: 44px;  
	margin-bottom: 10px; word-wrap: normal;
	word-break: normal; 
	color: #333;
}
.type_icon>div .inner_l-b {
	  position: absolute; left: 0px; top:0px; z-index: 99;
}
.type_icon>div .inner_r-b { width:99%; z-index: 9; padding-right: 1%;
	float: right; 
}
.type_icon>div .inner_r-b>p { line-height: 1.2em; padding-left:54px;  
	margin-bottom: 10px; word-wrap: normal;
	word-break: normal; 
	color: #333;
}

  
.btn-primary2 {  margin-top: 0px;  margin-bottom:10px;  width: 100%;
    border-radius: 3px;  
    background: #fff; 
    font-size: 12px; 
    color: #1c8f4e;
    font-weight: bold;
    padding:12px 44px;
	border: 1px solid #1c8f4e;
}

.btn-primary2:hover {
    background: #1c8f4e;
    color: #fff;
}

.sxbiaoti{ font-size:18px; color: #1c8f4e; margin-bottom: 14px; }


.form-class input[type="text"] {
    width: 100%;
    margin-bottom: 16px;
    border: none;
    background: #fff; color: #666;
    padding: 17px 3px;
    border-bottom: 1px solid #e0e0e0
}
.form-class input[type="text"]:focus,  .form-class input[type="text"]:hover {
    outline: none;
}
.form-class textarea {
    width: 100%; color: #666;
    margin-bottom: 40px;
    border: none;
    background: #fff;
    padding: 15px 3px;
    height: 260px;
    border-bottom: 1px solid #e0e0e0
}
.form-class textarea:focus,  .form-class textarea:hover {
    outline: none;
}
 .form-class ::-webkit-input-placeholder {
 font-style: italic;
}
 .form-class :-ms-input-placeholder {
 font-style: italic;
}
 .form-class ::-ms-input-placeholder {
 font-style: italic;
}
 .form-class ::placeholder {
 font-style: italic;
}
 .form-class :-ms-input-placeholder {
 font-style: italic;
}
 .form-class ::-ms-input-placeholder {
 font-style: italic;
}

 .swiper-container {
	height: 100% !important
}
.swiper-container .swiper-slide>img {
	width: 100%;
	max-width: 100%;
	max-height: 100%
}


 .inner_t { border-top: 2px solid #e0e0e0;
	padding: 0px 20px;
	background: #fafafa;
	color: #fff
}
 .inner_t .title{
	padding-top: 15px; padding-bottom:4px; line-height: 1.6em; font-weight: bold; font-family: "宋体"," 幼圆";
	 font-size: 18px;
} 
 .inner_t .weizhi{ padding-bottom:20px;
	  line-height: 1.6em;  
	 font-size: 12px; color: #999;
} 
 .inner_t .weizhi i{
	  margin-right: 10px;
} 


.abouts_wrap .intro>h5 {
	font-size: 18px;text-transform: uppercase;  
	color: #1c8f4e
}
.abouts_wrap .intro>p {
	font-size: 14px
}
.abouts_wrap .intro .main {
	margin-top: 20px
}
.abouts_wrap .intro .main .right p {
	line-height: 2.5em;
	margin-top: 25px
}
.abouts_wrap .intro .main .right h3 {
	font-size:16px;
	font-weight: bold; line-height: 2em; margin-top: 12px;
	color: #333
}
.abouts_wrap .intro .main .right h4 {
	font-size: 14px;line-height: 2em;
	color: #999;
	margin-bottom: 5px
}


.qualifications .title_bg {
	padding: 10px 0;
	background: #fafafa;
	margin-bottom: 10px
}
.qualifications .title_bg .title>h5 {
	font-size: 16px;text-transform: uppercase;  line-height: 2em; margin-top: 12px;
	color: #1c8f4e
}
.qualifications .title_bg .title>p {
	font-size: 14px;text-transform: uppercase; line-height: 2em; 
	color: #999;
	margin-bottom: 5px
} 
.qualifications .main {
	line-height: 2.5em;  
}

 
		.demodemo{ padding:  0; }
		.counter{
		    padding: 0 -10px;
		    text-align: center;
		    position: relative; 
		}
		.counter .counter-content{
		    width: 100%;
		    height:40px;  
		    color: #fff;
		    z-index: 1;
		    position: relative;
		    transition: all 0.3s ease 0s;
		}
 
		.counter .counter-value{
		    font-size:20px; 
		    color:#2fcbff;
		    line-height:40px;
		}
		.counter .titledd{
		    display: inline-block;
		    padding: 2px; 
		    font-size: 13px; 
		    color: #fff;
		    text-transform: capitalize;
		    margin: 0;
		}
		.counter.red .counter-content:before{
		    border-color: #ef5f61;
		    border-bottom-color: transparent;
		}
		.counter.red .counter-content:after{ border-top-color: #ef5f61; }
		.counter.red .counter-icon{ color: #ef5f61; }
		.counter.red .title{ background: #ef5f61; }
		.counter.blue .counter-content:before{
		    border-color: #4d9fcf;
		    border-bottom-color: transparent;
		}
		.counter.blue .counter-content:after{ border-top-color: #4d9fcf; }
		.counter.blue .counter-icon{ color: #4d9fcf; }
		.counter.blue .title{ background: #4d9fcf; }
		.counter.purple .counter-content:before{
		    border-color: #a98ceb;
		    border-bottom-color: transparent;
		}
		.counter.purple .counter-content:after{ border-top-color: #a98ceb; }
		.counter.purple .counter-icon{ color: #a98ceb; }
		.counter.purple .title{ background: #a98ceb; }
.tuji{ padding: 0px px;  text-align: center; }
.tuji img{ padding: 4px 0px; max-width: 100%; height: auto;  }




/**切换*/
	.notice { width:100%;  overflow: hidden; }
	.notice .tab-hd { height:38px;  width:80%; margin: 0px auto;  
		color: #444; text-align: center
}
	.notice .tab-hd ul { text-align: center }
	.notice .tab-hd li{ float: left; width: 25%;  height:38px; line-height: 38px;
    border-bottom: 3px solid #fff;
} 
	.notice .tab-hd li.on{ 
    font-size: 14px;
    font-weight: bold;
    color: #1c8f4e;
    border-bottom: 3px solid #1c8f4e;
    padding-bottom: 5px;
    font-weight: 500
}
	.notice .tab-bd {  padding:15px;  }
 
.card-fouth {
    padding:8px 0px; 
} 
.card-fouth .desc.desc-list {
    font-size: 0;
    color: #3a3a3a; 
    width: 100%;
    margin: 0 auto;
    margin-bottom: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center
}
/*顶部分类*/
.card-fouth .industry {
    font-size: 13px;
    color: #999;
    padding:0px 12px;
    display: inline-block;
    border-bottom: 1px solid hsla(0,0%,85%,.4);
    width:auto;
}
.card-fouth .industry.first {
    padding-left: 0
}
.card-fouth .industry.last {
    padding-right: 0
}
.card-fouth .industry.active {
    padding-bottom: 14px
} 
.card-fouth .industry.active span {
    font-size: 14px;
    font-weight: 700;
    color: #1c8f4e;
    border-bottom: 3px solid #1c8f4e;
    padding-bottom: 5px;
    font-weight: 500
}
/*内容*/
.card-fouth .case-container {
    position: relative;
    width: 100%;
    margin: 0 auto; 
}
.card-fouth .case-panel {
    position: relative; 
    opacity: 0;
    overflow: hidden;
    padding:0px 15px;
    padding-bottom:1cm;
}
.card-fouth .case-panel.active {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s;
    padding-bottom:1cm;
}
