img {
    max-width: 100%
}
.posi-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}
.posi-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}
.posi-all {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}
.wrap {
    width: 1200px;
    margin: 0 auto
}
.a_header, .a_banner, .index_cases .a_list {
    display: none
}
.swiper-button-next, .swiper-button-prev{
	outline: none;
}
.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
   	padding: 15px 0 0;
    background: rgba(133, 133, 133, 0.35)
}
.header.scroll {
    background: #525051
}
.header .wrap{
	text-align: center;
}
.header .logo img{
	height: 60px;
}
.header .logo a, .header .logo img {
    display: block
}
.header .right,.header .logo{
	display: inline-block;
	vertical-align: middle;
}
.header .logo{
	display: block;
	float: left;
}
.header .nav,.search {
    float: left
}
.header .nav ul li {
    float: left;
    font-size: 18px;
    line-height: 48px;
   	/*line-height: 60px;*/
    margin-right: 60px;
    position: relative;
    padding-bottom: 20px;
}
.header .nav ul li:nth-last-of-type(1){
	margin-right: 0;
}
.header .nav ul li dl {
    width: 230px;
    position: absolute;
    top: 68px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    text-align: center;
    border-radius: 0 0 6px 6px;
    line-height: 48px;
    overflow: hidden;
    display: none
}
.header .nav ul li:hover dl {
    display: block
}
.header .nav ul li dl dd.active {
    background: #008147
}
.header .nav ul li dl dd:hover{
	background: rgba(0,129,71,0.8)
}
.header .nav ul li a {
    display: block;
    color: #fff
}
.header .nav ul li:after {
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 3px;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    content: "";
    display: none
}
.header .nav ul li.active:after, .header .nav ul li:hover:after {
    display: block
}
.search {
    padding-top: 16px;
    float: right;
}
.search label {
    display: block;
    width: 136px;
    position: relative;
    overflow: hidden
}
.search input {
    height: 22px;
    line-height: 22px;
    border-radius: 22px;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    outline: 0;
    font-size: 12px;
    color: #cdcdcd
}
.search label .btn {
    position: absolute;
    right: 0;
    padding: 0 10px 0 16px;
    cursor: pointer;
    background: #fff;
    line-height: 22px;
    top: 2px;
    border-radius: 0 22px 22px 0
}
.search input::-webkit-input-placeholder {
    color: #cdcdcd
}
.search input::-moz-placeholder {
    color: #cdcdcd
}
.search input:-ms-input-placeholder {
    color: #cdcdcd
}
.search input:-moz-placeholder {
    color: #cdcdcd
}
.banner {
    width: 100%;
    position: relative
}
.banner img {
    display: block;
    width: 100%
}
.banner .wrap {
    position: absolute;
    z-index: 100;
    bottom: 20px
}
.banner .wrap0 {
    bottom: 22%;
    padding-left: 6px;
    box-sizing: border-box
}

.banner .wrap0 .inner {
    background: rgba(255, 255, 255, 0.7);
    width: 67.4%;
    padding-left: 64px;
    box-sizing: border-box;
    padding-top: 46px;
    padding-bottom: 46px
}

.banner .wrap0 .inner .p-1 {
    font-size: 48px;
    color: #008147;
    line-height: 48px;
    margin-bottom: 26px
}

.banner .wrap0 .inner .p-2 {
    font-size: 24px;
    color: #686868;
    margin-top: 33px;
    line-height: 24px
}

.banner .swiper-pagination-bullet {
    background: #fff;
    opacity: .67;
    height: 14px;
    width: 14px
}

.banner .swiper-pagination-bullet-active {
    height: 14px;
    width: 32px;
    border-radius: 6px
}

.banner_data {
    width: 100%;
    padding: 45px 0;
    background: #fff;
    border-radius: 5px
}

.banner_data ul {
    width: 100%;
    overflow: hidden
}

.banner_data ul li {
    /*width: 20%;*/
   	width: 23%;
    float: left;
    text-align: center
}
.banner_data ul li:first-child{
	width: 14%;
}
.banner_data ul li:nth-child(2){
	width: 15%;
}
.banner_data ul li .t-2 {
    color: #ff812d;
    font-size: 46px
}

.banner_data ul li .t-1 {
    color: #a0a0a0;
    font-size: 14px
}

.banner_data p {
    font-size: 16px;
    color: #333;
    margin-top: 10px
}

.banner .swiper-pagination {
    bottom: 224px
}

.banner0 .swiper-pagination {
    bottom: 10px !important
}

.title {
    width: 100%;
    font-size: 16px;
    color: #a0a0a0;
    text-align: center;
    padding-top: 46px
}

.title .p-1 {
    color: #333;
    font-size: 26px;
    font-weight: bolder
}

.title .p-1 span {
    position: relative
}

.title .p-1 span:after, .title .p-1 span:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 1px;
    width: 35px;
    background: #e4e4e4;
    content: ""
}

.title .p-1 span:after {
    left: -46px
}

.title .p-1 span:before {
    right: -46px
}

.tab_list {
    display: none
}

.tab_list.focus {
    display: block
}

.tab {
    width: 100%;
    overflow: hidden;
    padding-top: 30px
}

.tab .tab_top, .tab .list {
    width: 50%;
    float: left
}

.tab .tab_top ul li {
    width: 100%;
    padding: 22px 0;
    background: #fcfcfc;
    position: relative;
    padding-left: 60px;
    box-sizing: border-box;
    border-top: 1px solid #e4e4e4
}

.tab .tab_top ul li:first-child {
    border-top: 0
}

.tab .tab_top ul li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.tab .tab_top ul li .p-1 {
    font-size: 20px;
    color: #333
}

.tab .tab_top ul li.active .p-1 {
    color: #44996e
}

.tab .tab_top ul li .p-2 {
    color: #b3b4b4;
    font-size: 16px;
    margin-top: 6px
}

.tab .tab_top ul li .word {
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    border-left: 1px solid #d1d1d1
}

.tab .tab_top ul li .time {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 22px
}

.tab .tab_top ul li .time .t-1 {
    color: #333;
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
    line-height: 38px
}

.tab .tab_top ul li .time .t-2 {
    color: #878787;
    font-size: 14px;
    margin-top: 5px
}

.tab .list img {
    display: block;
    margin: 11px auto 0;
    height: 292px;
    width: 500px
}

.read_more {
    width: 100%;
    text-align: center;
    padding-top: 40px
}

.read_more span, .read_more img {
    display: inline-block;
    vertical-align: middle;
    color: #008147;
    font-size: 16px
}

.index_news {
    width: 100%;
    padding-bottom: 20px
}

.total_solution {
    width: 100%;
    background: #f8f8f8;
    padding-bottom: 20px
}

.total_solution .list {
    width: 100%
}

.total_solution .list .top {
    width: 100%;
    padding: 30px 66px 0;
    box-sizing: border-box;
    overflow: hidden
}

.total_solution .list .top ul li {
    width: 100%;
    overflow: hidden;
    display: none
}

.total_solution .list .top ul li.active {
    display: block
}

.total_solution .list .top .pic {
    float: left;
    width: 37%
}

.total_solution .list .top .pic img {
    display: block;
    width: 100%;
    height: 219px
}

.total_solution .list .top .word {
    width: 63%;
    float: left;
    padding-left: 80px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 32px;
    color: #b3b4b4;
    padding-top: 30px
}

.total_solution .list .top .word p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}

.total_solution .list .top .word .more {
    text-align: right;
    margin-top: 26px
}

.total_solution .list .top .word a {
    display: inline-block;
    color: #008147
}

.total_solution .list .top .word a span, .total_solution .list .top .word a img {
    display: inline-block;
    vertical-align: middle
}

.total_solution .list .the_point {
    width: 100%;
    text-align: center;
    padding: 40px 0
}

.total_solution .list .the_point span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    background: #bbb;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    cursor: pointer
}

.total_solution .list .the_point span.active {
    width: 35px;
    border-radius: 4px;
    background: #008147
}

.total_solution .list .the_word {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    color: #008147
}

.total_solution .list .the_word span {
    display: block;
    width: 13%;
    margin-left: 1.125%;
    float: left;
    padding: 6px 18px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer
}

.total_solution .list .the_word span:first-child {
    margin-left: 0
}

.total_solution .list .the_word span.active {
    background: #008147;
    color: #fff
}

.index_hardware {
    width: 100%;
    padding-bottom: 20px
}
.index_hardware .swiper-pagination{
	text-align: center;
	position: static;
	left: 0;
	display: none;
}

.index_hardware .swiper-pagination-bullet{
	margin: 0 5px;
}
.index_hardware .swiper-pagination-bullet-active{
	background: #008147;
}
.index_hardware  .swiper-slide img{
	height: 167px;
	overflow: hidden;
}
.index_hardware .list {
    width: 100%;
    position: relative;
    padding: 20px 26px 0;
    box-sizing: border-box
}

.index_hardware .list img {
    display: block;
    width: 100%;
    border-radius: 6px
}

.index_hardware .swiper-button-next, .index_hardware .swiper-button-prev {
    height: 33px;
    width: 18px
}

.index_hardware .swiper-button-next {
    right: 0;
    background-size: 100% 100%;
    background: url(../img/right.png)
}

.index_hardware .swiper-button-prev {
    left: 0;
    background-size: 100% 100%;
    background: url(../img/left.png)
}

.index_hardware .list .word {
    width: 100%;
    padding-top: 10px;
    color: #4a5055;
    line-height: 24px;
    font-size: 14px
}

.index_hardware .list .p-1 {
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 36px
}

.index_hardware .list .word a {
    color: #008147;
    display: block;
    font-size: 16px;
    margin-top: 6px
}

.index_hardware .list .p-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.index_cases {
    width: 100%;
    background: #f8f8f8;
    padding-bottom: 20px
}
.index_cases .list img{
	width: auto;
	display: block;
	margin: 26px auto 0;
	height: 122px;
}
.index_cases .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    transition: 300ms;
    transform: scale(0.9)
}

.index_cases .swiper-slide-active, .index_cases .swiper-slide-duplicate-active {
    transform: scale(1)
}

.index_cases .swiper-slide {
    border-radius: 6px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 10px #dcdcdc
}

.index_cases .list .word {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box
}

.index_cases .list .word a {
    color: #b3b4b4
}

.index_cases .swiper-slide-active .p-1, .index_cases .swiper-slide-duplicate-active .p-1 {
    color: #008147
}

.index_cases .list .word .p-2 {
    -webkit-line-clamp: 3;
    height: 70px;
}

.index_cases .swiper-container {
    padding-bottom: 10px
}

.index_about {
    padding-bottom: 50px
}

.index_about .content {
    width: 100%;
    padding-top: 20px
}

.index_about .content .p-1 {
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
	color: #b3b4b4;
}

.index_about .content ul {
    width: 100%;
    overflow: hidden;
    padding-top: 30px
}

.index_about .content ul li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 18px
}

.index_about .content ul li .pic {
    height: 150px;
    width: 150px;
    box-sizing: border-box;
    line-height: 146px;
    text-align: center;
    border-radius: 50%;
    color: #008147;
    border: 2px solid #008147;
    margin: 0 auto 24px;
    color: #333
}

.index_about .content ul li .pic .iconfont {
    font-size: 50px
}

.index_about .content ul li:hover .pic {
    background: #008147;
    transition: all 1s;
    transform-style: preserve-3d
}

.index_about .content ul li:hover .pic .iconfont {
    color: #fff;
    transition: all .5s;
    transform-style: preserve-3d
}

.index_about .content ul li span {
    color: #008147
}
.footer_fix{
	display: none;
}
.footer {
    width: 100%;
    padding: 40px 0 50px;
    background: #3b3b3b;
    color: #fff;
    color: #cdcdcd;
    font-size: 16px
}

.footer .fri_link {
    width: 66%;
    float: left;
    overflow: hidden
}

.footer .contact {
    width: 34%;
    float: left
}

.footer .p-1 {
    font-size: 18px;
    line-height: 18px;
    font-weight: bolder;
    margin-bottom: 30px;
    color: #fff
}

.footer a {
    display: block;
    color: #cdcdcd;
    font-size: 16px
}

.footer .fri_link .left {
    /*width: 50%;*/
    /*float: left*/
   width: 100%;
}
.footer dl{
	width: 100%;
	overflow: hidden;
}
.footer dl dd {
    padding: 10px 0;
    width: 50%;
    float: left;
}
/*.footer dl dd:nth-last-of-type(1){
	float: right;
}*/
.footer .contact dd{
	width: 100%;
	float: none;
}
.copy {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #cdcdcd;
    background: #525051;
    line-height: 55px
}
.copy a{
	color: #cdcdcd;
	opacity: 0.6;
	margin-left: 6px;
}
.copy a:hover{
	opacity: 1;
}
.solution, .hardware_products, .project_cases, .cases_inner {
    width: 100%;
    /*padding: 35px 0 50px*/
   padding: 70px 0;
}
.solution{
	padding: 70px 0;
}
.list_tab_top ul {
    width: 100%;
    overflow: hidden;
    padding-bottom: 68px;
    border-bottom: 1px solid #e8e8eb
}

.list_tab_top ul li {
    width: 23%;
    float: left;
    margin-left: 2.66666%;
    box-sizing: border-box;
    margin-top: 27px;
    border: 1px solid #97cc52;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 18px
}

.list_tab_top ul li:nth-child(4n+1) {
    margin-left: 0
}

.list_tab_top ul li a {
    color: #333;
    display: block;
}

.list_tab_top ul li.active, .list_tab_top ul li:hover {
    background: #008147;
    transition: all 1s;
    transform-style: preserve-3d
}

.list_tab_top ul li.active a, .list_tab_top ul li:hover a {
    color: #fff
}

.solution .content {
    width: 100%;
    padding-top: 20px;
    text-align: justify;
}

.solution .content .p-1 {
    font-size: 24px;
    color: #8cc63f
}

.solution .content .p-2 {
    color: #333;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px
}

.hardware_products .list {
    width: 87%;
    margin: 0 auto
}

.hardware_products .list ul {
    width: 100%;
    overflow: hidden
}

.hardware_products .list ul li {
    float: left;
    width: 31%;
    margin-left: 3.5%;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 40px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box
}

.hardware_products .list ul li:nth-child(3n+1) {
    margin-left: 0
}

.hardware_products .list ul li .pic {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 0;
    height: 382px
}

.hardware_products .list ul li img {
    display: block;
    width: 100%
}

.hardware_products .list ul li .word {
    width: 100%;
    background: #909090;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 50px
}

.hardware_products .list ul li:hover .word {
    background: #008147
}

.the_page {
    width: 100%;
    padding: 80px 0 30px
}

.the_page a {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #bfbfbf;
    margin: 0 auto;
    border-radius: 5px
}

.project_cases .list ul {
    width: 100%;
    overflow: hidden
}

.project_cases .list ul li {
    width: 49%;
    margin-left: 2%;
    float: left;
    box-sizing: border-box;
    padding: 50px 20px 0;
    text-align: center;
    margin-top: 30px;
    background: #f4f5f7;
    font-size: 30px;
    line-height: 100px
}

.project_cases .list ul li:nth-child(2n+1) {
    margin-left: 0
}

.project_cases .list ul li .pic {
    width: 100%;
    overflow: hidden
}

.project_cases .list ul li .pic img {
    display: block;
    width: 100%
}

.project_cases .list ul li p {
    color: #6e6e6e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.cases_inner .content {
    width: 100%
}

.cases_inner .content .p-1 {
    font-size: 30px;
    text-align: center;
    color: #6e6e6e
}

.cases_inner .content .time {
    padding: 28px 0 20px;
    border-bottom: 1px solid #e1e1e1;
    color: #999;
    text-align: center;
    font-size: 16px
}

.cases_inner .content .word {
    width: 100%;
    padding-top: 30px
}

.the_list {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 40px
}

.the_list ul li {
    width: 28%;
    float: left;
    font-size: 18px;
    overflow: hidden
}

.the_list ul li:nth-child(2) {
    float: right
}

.the_list ul li a.w_page {
    display: block;
    width: 28%;
    height: 42px;
    text-align: center;
    background: #bfbfbf;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
    float: left;
    border: 1px solid #bfbfbf;
    box-sizing: border-box
}

.the_list ul li a.w_page:hover {
    color: #bfbfbf;
    background: #fff;
    transition: all 1s;
    transform-style: preserve-3d
}

.the_list ul li p {
    width: 72%;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 42px
}

.the_list ul li:first-child p {
    float: right;
    padding-left: 14px;
    box-sizing: border-box
}
.the_list ul li:nth-child(2) p{
	text-align: right;
	box-sizing: border-box;
	padding-right: 14px;
}
.the_list ul li p a {
    color: #a2a2a2;
    display: block
}

.back_list {
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.back_list a {
    display: block;
    height: 100%
}

.back_list span {
    color: #999
}

.back_list span, .back_list img {
    display: inline-block;
    vertical-align: middle
}

.back_list .iconfont {
    font-size: 22px
}

.back_list:hover {
    background: #999;
    transition: all 1s;
    transform-style: preserve-3d
}

.back_list:hover span {
    color: #fff;
    transition: all 1s;
    transform-style: preserve-3d
}

.pages_list {
    width: 100%;
    padding-top: 50px
}

.product_inner {
    width: 100%;
    background: #f9f9f9;
    padding: 50px 0
}

.product_inner .list {
    width: 100%
}

.product_inner .list .top {
    width: 100%;
    overflow: hidden
}

.product_inner .list .top .left {
    float: left;
    width: 66%;
    background: #fff;
    padding: 34px 69px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 629px
}

.product_inner .list .top .left img {
    display: block;
    width: 100%
}

.product_inner .list .gallery-thumbs {
    margin-top: 15px;
    height: 98px
}

.product_inner .list .swiper-button-next, .product_inner .list .swiper-button-prev {
    width: 21px;
    /*height: 98px;*/
   	height: 82px;
    margin-top: 0;
    top: 0
}

.product_inner .list .swiper-button-prev {
    left: 0;
    background: url(../img/11.png);
    background-size: 100% 100%
}

.product_inner .list .swiper-button-next {
    right: 0;
    background: url(../img/12.png);
    background-size: 100% 100%
}

.gallery-thumbs .swiper-slide {
    opacity: .4
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.product_inner {
    padding-bottom: 0
}

.product_inner .list .top .gallery-top .swiper-slide {
    height: 446px;
    overflow: hidden
}

.product_inner .list .top .right {
    float: right;
    width: 33%;
    background: #fff;
    height: 629px;
    box-sizing: border-box;
    padding: 40px 12px 0 31px
}

.product_inner .list .top .right .p-1 {
    font-size: 24px;
    color: #000;
    margin-bottom: 27px
}

.product_inner .list .top .right dl dd {
    width: 100%;
    padding: 31px 0 10px;
    border-bottom: 1px dashed #d2d2d2;
    color: #838280;
    font-size: 18px
}

.product_inner .list .top .right dl dd span {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.product_inner .list .top .right .tel {
    padding-top: 34px;
    font-size: 26px;
    color: #2bad4e
}

.product_inner .list .top .right .tel span, .product_inner .list .top .right .tel img {
    display: inline-block;
    vertical-align: middle
}

.product_inner .list .foot {
    border-top: 1px solid #e6e6e6;
    margin-top: 34px;
    background: #fff;
    padding: 27px 40px 60px;
    box-sizing: border-box
}

.product_inner .list .foot .p-1 {
    font-size: 30px;
    color: #000;
    margin-bottom: 42px
}

.product_inner .list .foot .f_top ul {
    width: 100%;
    overflow: hidden
}

.product_inner .list .foot .f_top ul li {
    float: left;
    height: 48px;
    line-height: 48px;
    width: 148px;
    text-align: center;
    font-size: 18px;
    margin-right: 10px
}

.product_inner .list .foot .f_top ul li a {
    color: #008148
}

.product_inner .list .foot .f_top ul li.active, .product_inner .list .foot .f_top ul li:hover {
    background: #00c264
}

.product_inner .list .foot .f_top ul li.active a, .product_inner .list .foot .f_top ul li:hover a {
    color: #fff
}

.product_inner .list .foot .word {
    width: 100%;
    padding: 36px 0;
    display: none;
}
.product_inner .list .foot .word.active{
    display: block;
}
.product_inner .list .foot .f_top ul li a{
    display: block;
}
.product_inner .list .foot .word ul{
	width: 100%;
	overflow: hidden;
}
.product_inner .list .foot .word ul li{
	width: 33.3333%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.product_inner .list .foot .word ul li video{
	width: 100%;
	outline: none;
	height: 204px;
}
.local {
    width: 100%;
    margin-bottom: 38px;
    padding-bottom: 20px;
    font-size: 18px;
    border-bottom: 1px solid #e8e8eb
}

.local span, .local a {
    display: inline-block;
    vertical-align: middle
}

.local a {
    color: #4b4b4b
}

.local span {
    color: #000
}

.local a:nth-child(2), .local span {
    margin-left: 12px;
    position: relative
}

.local a:nth-child(2):after, .local span:after {
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    content: ">";
    font-size: 16px
}

.news_list {
    width: 100%;
    padding-top: 60px
}

.news_list .list ul li {
    width: 100%;
    margin-top: 50px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding-left: 140px;
    box-sizing: border-box
}

.news_list .list ul li .time {
    height: 274px;
    background: #666;
    color: #fff;
    width: 140px;
    text-align: center;
    position: relative;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.news_list .list ul li .time .t-1 {
    padding-top: 35px;
    line-height: 60px;
    font-size: 60px;
    font-weight: bolder
}

.news_list .list ul li .time .t-2 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 16px
}

.news_list .list ul li .time .t-3 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 13px
}

.news_list .list ul li:hover .time {
    background: #008147
}

.news_list .list ul li .time .t-3 a {
    display: block;
    color: #fff
}

.news_list .list ul li .word {
	width: 70%;
	float: left;
	padding: 60px 62px 0 55px;
	box-sizing: border-box;
}
.news_list .list ul li .word .p-1 {
    font-size: 30px;
    line-height: 38px;
    color: #2b2b2b
}

.news_list .list ul li .word .p-2 {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 18px
}

.news_list .list ul li .pic {
    float: right;
    width: 28%;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 274px;
}

.news_list .list ul li .pic img {
    display: block;
    width: 100%;
    align-items: center
}

.main_about {
    width: 100%;
    padding: 70px 0
}

.main_about .about_top ul {
    width: 100%;
    text-align: center
}

.main_about .about_top ul li {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 48px;
    border-radius: 48px;
    border: 1px solid #8cc63f;
    margin-left: 40px;
    cursor: pointer
}

.main_about .about_top ul li:first-child {
    margin-left: 0
}

.main_about .about_top ul li a {
    color: #333;
    display: block
}

.main_about .about_top ul li.active, .main_about .about_top ul li:hover {
    background: #008147;
    border-color: #008147;
    color: #fff;
    transform-style: preserve-3d;
    transition: all .5s
}

.main_about .about_top ul li.active a, .main_about .about_top ul li:hover a {
    color: #fff
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    display: none
}

.about_list {
    width: 100%;
    margin-top: 70px
}

.about_list .top {
    width: 100%;
    overflow: hidden;
    display: flex;
    border-radius: 6px;
    padding: 30px 67px;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px #f1f1f1;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.about_list .left {
    width: 58%;
    float: left;
    padding: 15px 0;
    padding-right: 56px;
    box-sizing: border-box;
    background: url(../img/21.jpg) right no-repeat
}

.about_list .right {
    width: 42%;
    float: left
}

.about_list .right img {
    display: block;
    margin: 0 auto
}

.main_about .content {
    width: 100%;
    padding-top: 36px
}

.main_about .content img {
    display: block;
    margin: 0 auto
}

.about_list ul li {
    width: 23%;
    margin-left: 2.6666%;
    float: left;
    margin-top: 20px
}

.about_list ul li:nth-child(4n+1) {
    margin-left: 0
}

.about_list ul li img {
    display: block;
    width: 100%
}

.about_list ul li .pic {
    box-shadow: 10px 3px 10px #c9c9c9
}

.about_list {
    display: none
}

.about_list.focus {
    display: block
}

.about_list .p-1 {
    font-size: 24px;
    color: #008147
}

.about_list dl {
    margin-top: 20px
}

.about_list dl dd {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box
}

.about_list dl dd:nth-last-of-type(1) {
    margin: 20px 0 16px
}
.search_list {
    padding: 50px 0;
    width: 100%;
    box-sizing: border-box;
    /*min-height: 540px;*/
}
.search_list .local{
	width: 100%;
	overflow: hidden;
}
.search_list .local .search{
	display: none;
}

.search_list .list {
    width: 100%;
    overflow: hidden
}
.search_list .list .left {
    width: 20%;
    float: left
}

.search_list .list .right {
    width: 80%;
    float: left
}

.search_list .list .left .p-1 {
    font-size: 20px;
    color: #555;
    margin-bottom: 16px;
    width: 100%;
    overflow: hidden;
}
.search_list .list .left .p-1 span,.search_list .list .left .p-1 img{
	display: block;
	float: left;
}
.search_list .list .left .p-1 img{
	float: right;
	height: 14px;
	padding-top: 9px;
	padding-right: 5px;
	display: none;
}
.search_list .list .left dl dd {
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.search_list .list .left dl dd a {
    color: #333;
    display: block;
    position: relative;
    padding-right: 46px;
    box-sizing: border-box;
}
.search_list .list .left dl dd p{
	width: 98%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.search_list .list .left dl dd span{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
}
.search_list .list .right ul li {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1
}

.search_list .list .right ul li:first-child {
    margin-top: 0
}

.search_list .list .right ul li .pic {
    float: left;
    width: 22%
}

.search_list .list .right ul li .pic img {
    display: block;
    width: 100%
}

.search_list .list .right ul li .word {
    width: 78%;
    float: left;
    padding-left: 37px;
    box-sizing: border-box
}

.search_list .list .right ul li .p-2 {
    font-size: 24px;
    color: #008147;
    margin-bottom: 12px
}

.search_list .list .right ul li .p-3 {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 120px
}

.search_list .list .right ul li .p-4 {
    font-size: 16px;
    margin-top: 14px;
    color: #333
}

.search_list .list .right ul li .p-4 a {
    color: #333
}

.fixed_right {
    position: fixed;
    right: 1%;
    bottom: 39%;
    z-index: 10000
}
.fixed_right .p-2{
	display: none;
}
.fixed_right ul li {
    height: 60px;
    width: 60px;
    background: #d2d2d3;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    position: relative
}

.fixed_right ul li .pic, .fixed_right ul li .word {
    position: absolute;
    left: -162px;
    height: 140px;
    width: 140px;
    padding: 10px;
    background: #fff;
    border: 1px solid #008147;
    border-radius: 4px;
    display: none
}

.fixed_right ul li:hover .pic, .fixed_right ul li:hover .word {
    display: block
}

.fixed_right ul li .pic img {
    display: block;
    width: 100%;
    height: 100%
}

.fixed_right ul li:first-child {
    margin-top: 0
}

.fixed_right ul li:hover {
    background: #008147
}

.fixed_right ul li .word {
    height: 80px;
    padding: 0;
    font-size: 16px;
    color: #666;
    text-align: center;
    display: none;
    line-height: 80px;
    width: 180px;
    left: -182px;
}
.fixed_right ul li a{
	color: #666;
}
.the_upo{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	box-shadow: 1px 1px 10px #f0f0f0;
    box-sizing: border-box;
    padding: 10px;
}
.the_upo .word{
	text-align: justify;
}
@media only screen and (max-width: 1680px) {
    .banner .wrap0 .inner {
        background: rgba(255, 255, 255, 0.7);
        width: 62%;
        padding-left: 0;
        box-sizing: border-box;
        padding-top: 30px;
        padding-bottom: 31px;
        padding-left: 55px
    }

    .banner .wrap0 {
        bottom: 22%;
        padding-left: 99px;
        box-sizing: border-box
    }

    .banner .wrap0 .inner .p-1 {
        font-size: 41px;
        color: #008147;
        line-height: 48px;
        margin-bottom: 17px
    }

    .banner .wrap0 .inner .p-2 {
        font-size: 20px;
        color: #686868;
        margin-top: 33px;
        line-height: 24px
    }
}

@media only screen and (max-width: 1480px) {
    .banner .wrap0 .inner .p-2 {
        font-size: 19px;
        color: #686868;
        margin-top: 18px;
        line-height: 24px
    }

    .banner .wrap0 .inner .p-2 {
        font-size: 18px;
        color: #686868;
        margin-top: 18px;
        line-height: 24px
    }

    .banner .wrap0 .inner {
        background: rgba(255, 255, 255, 0.7);
        width: 59%;
        padding-left: 0;
        box-sizing: border-box;
        padding-top: 28px;
        padding-bottom: 31px;
        padding-left: 55px
    }

    .banner .wrap0 {
        bottom: 22%;
        padding-left: 136px;
        box-sizing: border-box
    }
}

@media only screen and (max-width: 1366px) {
    .header .wrap {
        width: 1200px
    }

    .banner_data {
        padding: 20px 0
    }

    .fixed_right {
        position: fixed;
        right: 1%;
        bottom: 14%;
        z-index: 10000
    }

    .banner .swiper-pagination {
        bottom: 170px
    }

    .banner .wrap0 .inner .p-1 {
    	font-size: 30px;
    }
    .banner .wrap0 .inner .p-2,.list_tab_top ul li{
    	font-size: 16px;
    }
}

@media only screen and (max-width: 1280px) {
    .banner .wrap0 .inner {
        width: 52%
    }

    .banner .wrap0 .inner .p-1 {
        font-size: 32px
    }

    .banner .wrap0 .inner .p-2 {
        font-size: 16px
    }
}

@media only screen and (max-width: 1152px) {
    .header .wrap, .wrap {
        width: 1000px
    }

    .header .nav ul li {
        margin-right: 40px
    }

    .banner_data ul li .t-2 {
        font-size: 40px
    }

    .tab .list {
        padding-left: 15px;
        box-sizing: border-box
    }

    .tab .list img {
        width: 100%;
        height: auto
    }

    .total_solution .list .the_word span {
        padding: 6px 7px
    }

    .list_tab_top ul li {
        width: 24%;
        margin-left: 1.33333%;
        font-size: 16px
    }

    .list_tab_top ul {
        padding-bottom: 48px
    }

    .project_cases .list ul li {
        font-size: 24px
    }

    .news_list .list ul li .time, .news_list .list ul li .pic {
        height: 250px
    }

    .news_list .list ul li .word {
        padding-top: 55px
    }

    .news_list {
        padding-top: 30px
    }

    .product_inner .list .swiper-button-next, .product_inner .list .swiper-button-prev {
        height: 76px
    }

    .product_inner .list .top .right .tel {
        font-size: 20px
    }

    .product_inner .list .top .gallery-top .swiper-slide {
        height: 355px
    }

    .product_inner .list .top .left, .product_inner .list .top .right {
        height: 538px
    }

    .banner_data {
        padding: 10px 0
    }

    .banner .wrap {
        bottom: 10px
    }

    .banner .swiper-pagination {
        bottom: 130px
    }

    .banner .wrap0 .inner {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 57%;
        padding-left: 44px
    }

    .banner .wrap0 .inner .p-1 {
        font-size: 28px;
        margin-bottom: 0
    }

    .banner .wrap0 .inner .p-2 {
        font-size: 14px;
        margin-top: 7px
    }

    .banner .wrap0 {
        bottom: 22%
    }

    .search_list .list .right ul li .p-3 {
        -webkit-line-clamp: 3;
        height: 90px
    }
    .product_inner .list .foot .word ul li video{
    	height: 165px;
    }
    .product_inner .list .foot .word ul li video{
    	height: 118px;
    }
    .tab .tab_top ul li{
    	padding: 31px 0;
    }
    .tab .tab_top ul li .time{
    	top: 31px;
    }
}

@media only screen and (max-width: 768px) {
	.banner .wrap0 .inner{
		padding-left: 18px;
		width: 74%;
	}
    .header .wrap, .wrap {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px
    }

    .banner .swiper-pagination {
        bottom: 6px
    }

    .header .nav ul li {
        margin-right: 18px;
        font-size: 16px;
        line-height: 42px;
        padding: 15px 0
    }

    .header .search {
        padding-top: 25px
    }

    .tab .tab_top ul li .p-1 {
        font-size: 16px
    }

    .tab .tab_top ul li .p-2 {
        font-size: 14px
    }

    .tab .tab_top ul li .time .t-1 {
        font-size: 26px;
        line-height: 26px
    }

    .tab .tab_top ul li {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .tab .tab_top ul li .time {
        display: none;
    }
	.tab .tab_top ul li .word{
		border-left: 0;
	}
    .total_solution .list .top .pic img {
        /*height: 126px*/
       height: 171px;
    }

    .total_solution .list .top .word {
        padding-top: 12px
    }

    .total_solution .list .the_word span {
        width: 14.2%;
        margin-left: 0;
        font-size: 14px;
        padding: 6px 4px
    }

    .index_about .content ul li {
        font-size: 16px
    }

    .index_about .content ul li .pic {
        height: 100px;
        width: 100px;
        line-height: 96px
    }

    .footer a, .footer {
        font-size: 14px
    }

    .copy {
        font-size: 14px;
        line-height: 46px
    }

    .list_tab_top ul {
        width: 100%;
        overflow: hidden
    }

    .list_tab_top ul li {
        display: inline-block;
        float: none;
        margin: 20px 10px 0;
        padding: 0 16px;
        width: auto
    }

    .list_tab_top ul li:nth-child(4n+1) {
        margin-left: 10px
    }

    .news_list .list ul li .time, .news_list .list ul li .pic {
        height: 203px
    }

    .news_list .list ul li .time {
        width: 110px
    }

    .news_list .list ul li .word .p-1 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 20px
    }

    .news_list .list ul li .word {
        width: 65%;
        float: left;
        padding: 10px 0 0 29px;
        box-sizing: border-box
    }

    .about_list .p-1 {
        width: 100%;
        box-sizing: border-box;
        padding-left: 27px
    }

    .fixed_right ul li{
    	height: 50px;
    	width: 50px;
    }

    .news_list .list ul li {
        padding-left: 110px
    }

    .product_inner .list .top .left {
        padding: 20px
    }

    .product_inner .list .top .gallery-top .swiper-slide {
        height: 309px
    }

    .product_inner .list .swiper-button-next, .product_inner .list .swiper-button-prev {
        height: 65px
    }

    .product_inner .list .top .right dl dd {
        padding-top: 20px
    }

    .product_inner .list .top .right {
        padding: 20px 12px 0 18px
    }

    .product_inner .list .top .right .p-1 {
        margin-bottom: 0
    }

    .product_inner .list .top .left, .product_inner .list .top .right {
        height: 446px
    }

    .product_inner {
        padding: 22px 0
    }

    .about_list .top {
        padding: 20px
    }

    .about_list {
        margin-top: 30px
    }

    .main_about {
        padding: 30px 0
    }

    .cases_inner .content .p-1 {
        font-size: 26px
    }

    .cases_inner .content .time {
        padding: 12px 0 20px
    }

    .search_list .list .right ul li .p-2 {
        font-size: 20px;
        color: #008147;
        margin-bottom: 0
    }

    .search_list .list .right ul li .p-3 {
        -webkit-line-clamp: 2;
        height: 60px
    }

    .search_list .list .right ul li .p-4 {
        font-size: 16px;
        margin-top: 3px;
        color: #333
    }

    .search_list .list .right ul li {
        margin-top: 30px;
        padding-bottom: 20px
    }
    .hardware_products .list ul li .pic{
    	height: 229px;
    }
    .project_cases .list ul li{
    	padding: 0;
    	line-height: 70px;
    }
    .the_upo{
    	display: block;
    	box-shadow: none;
    }
    .the_upo img{
    	display: block;
    	width: 100%;
    }
    .index_cases .swiper-slide img{
    	height: 117px;
    }
    .fixed_right .p-1{
    	display: none;
    }
    .fixed_right .p-2{
    	display: block;
    }
    .header .right{
    	margin-left: 0;
    }
    .header .logo{
    	float: left;
    }
    .header .logo img{
    	height: 40px;
    	padding-top: 18px;
    }
    .header{
    	padding-top: 0;
    }
    .header .nav ul li dl{
    	top: 72px;
    }
    .banner_data ul li .t-2 {
    	font-size: 32px;
    }
    .tab .list img{
    	margin-top: 30px;
    }
    .index_about .content .p-1{
    	font-size: 16px;
    }
    .solution, .hardware_products, .project_cases, .cases_inner{
    	padding: 20px 0;
    }
    .solution.a_yperlinks, .hardware_products.a_yperlinks, .project_cases.a_yperlinks, .cases_inner.a_yperlinks,.main_about.a_yperlinks{
	    padding-top: 70px;
	}
	.list_tab_top ul li{
		line-height: 36px;
	}
}

@media only screen and (max-width: 767px) {
    .header, .banner, .index_cases .list {
        display: none
    }

    .a_header, .a_banner, .index_hardware .a_list {
        display: block
    }

    .banner .swiper-pagination-bullet {
        height: 10px;
        width: 10px
    }

    .banner .swiper-pagination-bullet-active, .total_solution .list .the_point span.active {
        width: 20px
    }

    .total_solution .list .the_word span {
        width: 25%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    /*.total_solution .list .the_word span:nth-last-of-type(1) {
        width: 32%
    }*/

    .total_solution .list .top .pic, .total_solution .list .top .word {
        width: 100%;
        padding-left: 0
    }

    .total_solution .list .top {
        padding: 30px 16px 0
    }

    .total_solution .list .top .word {
        font-size: 16px;
        line-height: 26px
    }

    .total_solution .list .top .word .more {
        margin-top: 12px
    }

    .total_solution .list .the_point {
        width: 100%;
        text-align: center;
        padding: 20px 0 26px
    }

    .index_about .content ul li {
        width: 50%;
        margin: 10px 0
    }

    .index_about .content ul li .pic {
        height: 80px;
        width: 80px;
        line-height: 76px
    }
    .index_about .content ul li .pic .iconfont {
    	font-size: 42px;
    }
    .footer .fri_link, .footer .contact, .footer .fri_link .left {
        width: 100%
    }

    .footer .contact {
        margin-top: 30px
    }

    .footer .p-1 {
        margin-bottom: 10px
    }

    .footer {
        padding: 30px 0 20px
    }

    .index_about .content .p-1 {
        /*font-size: 16px;*/
       	font-size: 14px;
        color: #b3b4b4;
        line-height: 30px
    }

    .tab .tab_top {
        width: 100%
    }

    .tab .list {
        display: none
    }

    .tab .tab_top ul li {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .tab .tab_top ul li .time {
        display: none;
    }
	.tab .tab_top ul li .word{
		border: 0;
		padding-left: 0;
	}
    .read_more {
        padding-top: 23px
    }

    .tab {
        padding-top: 16px
    }

    .title .p-1 {
        font-size: 22px
    }

    .title {
        font-size: 14px
    }

    .main_about .about_top ul {
        width: 100%;
        overflow: hidden
    }

    .main_about .about_top ul li {
        width: 49%;
        margin: 6px 0;
        margin-left: 2%;
        float: left;
        box-sizing: border-box;
        line-height: 36px;
        border-radius: 36px
    }

    .main_about .about_top ul li:nth-child(2n+1) {
        margin-left: 0
    }

    .about_list .top {
        padding: 16px
    }

    .about_list {
        margin-top: 20px
    }

    .about_list .left, .about_list .right {
        width: 100%;
        background: #fff;
        padding-right: 0
    }

    .about_list .top {
        display: block
    }

    .main_about {
        padding: 30px 0
    }

    .about_list ul li {
        width: 48%;
        margin-left: 4%
    }

    .about_list ul li:nth-child(2n+1) {
        margin-left: 0
    }

    .about_list ul li {
        margin-top: 10px
    }

    .list_tab_top ul li {
        display: inline-block;
        float: none;
        margin: 10px 0;
        padding: 0 8px;
        width: auto;
        font-size: 14px;
        line-height: 36px;
        border-radius: 36px
    }

    .list_tab_top ul li:nth-child(4n+1) {
        margin-left: 0
    }

    .list_tab_top ul {
        padding-bottom: 20px
    }

    .solution .content .p-1 {
        font-size: 20px
    }

    .news_list .list ul li .time {
        display: none
    }

    .news_list .list ul li {
        padding-left: 0
    }

    .news_list .list ul li {
        border: 0;
        margin-top: 0;
        padding: 10px;
        border-bottom: 1px solid #f0f0f0
    }

    .news_list .list ul li .word {
        padding: 10px;
        padding: 0;
        box-sizing: border-box
    }

    .news_list .list ul li .word, .news_list .list ul li .pic {
        width: 49%
    }

    .news_list .list ul li .pic {
        margin-left: 2%;
        height: auto;
        padding-top: 12px
    }

    .news_list .list ul li .word .p-2 {
        font-size: 14px;
        line-height: 26px;
        -webkit-line-clamp: 3;
        margin-top: 0
    }

    .news_list .list ul li .word .p-1 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-size: 18px
    }

    .cases_inner .content .p-1 {
        font-size: 18px
    }

    .the_list ul li {
        width: 100%;
        font-size: 16px;
        margin-bottom: 12px
    }

    .back_list {
        position: static;
        left: 0;
        bottom: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        margin: 10px auto
    }

    .the_list ul li a.w_page, .the_list ul li p, .back_list {
        height: 32px;
        line-height: 32px
    }

    .the_list ul li p {
        float: right;
        padding-left: 14px;
        box-sizing: border-box
    }

    .search_list .list .left, .search_list .list .right {
        width: 100%;
        padding-left: 0
    }

    .search_list .list .left dl {
        width: 100%;
        overflow: hidden
    }

    .search_list .list .left dl dd {
        float: left;
        /*width: 25%;*/
        /*text-align: center*/
       	width: 100%;
       	text-align: left;
       	font-size: 14px;
    }

    .search_list .list .right ul li:first-child {
        margin-top: 20px
    }

    .search_list .list .right ul li .pic, .search_list .list .right ul li .word {
        width: 100%;
        padding: 10px 0
    }

    .the_page {
        width: 100%;
        padding: 50px 0 30px
    }

    .search_list {
        padding: 30px 0
    }

    .local {
        margin-bottom: 26px;
        padding-bottom: 14px;
        font-size: 16px
    }
    .a_header{
    	height: 50px;
    	position: fixed;
    	left: 0;
    	top: 0;
    	width: 100%;
    	background: #fff;
    	z-index: 10000;
    }
    .a_banner{
    	margin-top: 50px;
    }
    .a_header .logo{
    	display: inline-block;
    	position: relative;
    	z-index: 10000;
    }
    .a_header .logo img {
    	padding-top: 4px;
    	height: 40px;
    	padding-left: 6px;
    }
    .product_inner .list .top .left,.product_inner .list .top .right{
    	width: 100%;
    	margin: 0;
    	border: 0;
    	height: auto;
    	padding-bottom: 16px;
    }
    .product_inner .list .top .left {
    	padding: 10px;
    	border-bottom: 1px solid #f8f8f8;
    }
    .product_inner .list .top .gallery-top .swiper-slide {
    	height: 203px;
    }
    .product_inner .list .top .right dl dd {
    	padding: 20px 0 10px;
    	font-size: 16px;
    }
    .product_inner .list .top .right .p-1 {
    	font-size: 20px;
    }
    .product_inner .list .foot {
    	border-top: 0;
    	margin-top: 20px;
    	background: #fff;
    	padding: 10px;
    	box-sizing: border-box;
    }
    .product_inner .list .foot .p-1 {
    	font-size: 20px;
    	margin-bottom: 18px;
    	margin-top: 6px;
    }
    .product_inner .list .foot .f_top ul li {
    	height: 36px;
    	line-height: 36px;
    	width: 148px;
    	font-size: 16px;
    	margin-right: 0;
    	width: 25%;
    	border-radius: 5px;
    }
	.hardware_products .list ul li,.list_tab_top ul li{
    	width: 49%;
    	padding: 0;
    	margin: 6px 0;
    	margin-left: 2% !important;
    	box-sizing: border-box;
    	float: left;
    }
    .hardware_products .list ul li:nth-child(2n+1),.list_tab_top ul li:nth-child(2n+1){
    	margin-left: 0 !important;
    }
    .hardware_products .list ul li .pic{
    	height: 164px;
    }
    .hardware_products .list{
    	width: 100%;
    }
    .solution, .hardware_products, .project_cases, .cases_inner{
    	padding-bottom: 10px;
    }
    .copy {
    	font-size: 14px;
    	line-height: 24px;
    	padding: 10px 0;
    }
    .list_tab_top ul{
    	width: 100%;
    	overflow: hidden;
    }
    .project_cases .list ul li {
    	padding: 0;
    	line-height: 42px;
    	font-size: 16px;
    	margin-top: 18px;
    }
    .product_inner .list .foot .word ul li{
    	width: 100%;
    }
    .product_inner .list .foot .word ul li video{
    	height: 168px;
    }
    /*.solution .list_tab_top ul li.kl:nth-last-of-type(1){
    	width: 64%;
    	width: 100%;
    }*/
    .footer dl dd{
    	/*width: 100%;*/
    	width: auto;
    	margin: 0 4px;
    }
    .product_inner .list .swiper-button-next, .product_inner .list .swiper-button-prev{
    	height: 36px;
    }
    .solution .list_tab_top ul li{
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 1;
    	overflow: hidden;
    	height: 34px;
    	line-height: 32px;
    }
    
    .the_list ul li:nth-child(2) p{
		text-align: left;
	}
    /*.search_list{
    	min-height: 300px;
    }*/
    .index_hardware .swiper-button-next,.index_hardware .swiper-button-prev {
    	display: none;
    }
    .index_hardware .swiper-pagination,.index_cases .swiper-button-next,.index_cases .swiper-button-prev{
    	display: block;
    }
    .index_hardware .list{
    	padding: 10px 10px 0;
    }
    .solution, .hardware_products, .project_cases, .cases_inner{
    	padding: 20px 0;
    }
    .search_list .list .left .p-1 img{
    	display: block;
    	height: 9px;
    	padding-top: 8px;
    	padding-right: 11px;
    }
    .search_list .list .left .p-1.active img{
    	transform: rotate(180deg);
    	padding-top: 0;
    	padding-bottom: 8px;
    	padding-left: 11px;
    }
    .search_list .list .left dl{
    	display: none;
    }
    .search_list .list .left .p-1{
    	font-size: 16px;
    }
    .search_list .list .right ul li .p-2{
    	font-size: 16px;
    }
    .search_list .list .right ul li .p-3{
    	font-size: 14px;
    	height: 48px;
    	line-height: 24px;
    	margin-top: 5px;
    }
    .search_list .local p,.search_list .top .search {
    	float: left;
    }
    .search_list .search {
    	padding-top: 0;
    	float: right;
    	background: #f0f0f0;
    	border-radius: 26px;
    }
    .search_list .local .search{
    	display: block;
    }
    .search_list .search input,.search_list .search button {
    	background: transparent;
    }
    .index_cases .swiper-slide img{
    	height: 92px;
    }
    .index_cases .list .word .p-2{
    	-webkit-line-clamp:2;
    	height: 48px;
    }
    .index_cases .list .word{
    	padding-left: 10px;
    	padding-right: 10px;
    }
    .footer_fix{
		display: block;
		width: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 10000;
		position: fixed;
		left: 0;
		bottom: 0;
	}
	.footer_fix ul{
		width: 100%;
		overflow: hidden;
	}
	.footer_fix ul li{
		width: 50%;
		float: left;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 46px;
		text-align: center;
	}
	.footer_fix ul li:first-child{
		border-right: 1px solid #fff;
	}
	.footer_fix ul li a{
		color: #fff;
		display: block;
	}
	.banner .wrap0 .inner {
		padding-left: 18px;
		width: 90%;
		margin: 0 auto;
		padding-top: 6px;
		padding-bottom: 6px;
		box-sizing: border-box;
	}
	.banner .wrap0{
		padding-left: 0;
	}
	.banner .wrap0 .inner .p-1 {
		font-size: 18px;
		line-height: 30px;
	}
	.banner .wrap0 .inner .p-2 {
		font-size: 12px;
		margin-top: 0;
	}
	.fixed_right ul li {
		height: 40px;
		width: 40px;
		border-radius: 4px;
	}
	.fixed_right ul li > img{
		height: 20px;
	}
}