﻿/*
首页模块命名规范：col-index-模块英文名称，如：col-index-news
内页页面外层容器命名规范：
1、通用样式：col-page，内页外层容器通用样式，使用方法<div class="col-page col-page-about"></div>
2、页面样式：col-page-模块英文名称，如：col-page-about（关于我们页面）
3、内页模块命名规范：col-模块英文名称，如：col-product（产品）、col-honor（荣誉）
其他命名规范：
1、使用swiper、owl.Carousel等插件时，插件外层容器可用模块名称-container,如product-container
2、使用英文名称为样式命名，不要出现拼音和首字母
3、模块最外层容器命名规范：col-自定义名称
4、样式命名中单词由符号“-”来连接，如：col-culture,col-hot-product
备注：上面所说的模块不是指系统后台模块，是网站前台页面中的组成模块，如：首页中包含网站头部、产品、新闻、荣誉、案例、网站底部，其中每个部分视为一个模块。
*/
html
{
    overflow-x: hidden;
}
body
{
    font-family: 'arial','simhei';
    min-width: 320px;
    color: #000;
    overflow: hidden;
}
@font-face
{
    font-family: 'goomay';/* project id 523133 */
    src: url('/t/font_523133_ysem17f1v5nrk9.eot?');
    src: url('/t/font_523133_ysem17f1v5nrk9.eot?') format('embedded-opentype'),url('/t/font_523133_ysem17f1v5nrk9.woff') format('woff'),url('/t/font_523133_ysem17f1v5nrk9.ttf') format('truetype'),url('/t/font_523133_ysem17f1v5nrk9.svg') format('svg');
}
.goomay a
{
    font-family: "goomay"!important;
    font-size: 12px!important;
    color: rgb(0,0,0,1)!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: none!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    transition: .5s all;
}
.icon-goomay a:before
{
    content: "";
}
.goomay a:hover
{
    color: rgb(0,0,0,.5)!important;
}
.icon-g:before
{
    content: "";
}
.iconfont
{
    font-family: 'iconfont';
}
li
{
    list-style: none;
}
i
{
    font-style: normal;
}
a
{
    color: #000;
}
a:focus
{
    text-decoration: none;
}
a:hover
{
    color: #000;
    text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6, ul, li
{
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
    max-width: 100%;
}
.relative
{
    position: relative;
}
.container
{
    width: 1200px;
    padding: 0;
}
.container2
{
    width: 100%;
    margin: 0 auto;
    padding: 0 5.781%;
}
.syposition
{
    position: relative;
    background-color: #fff;
}
#page
{
    padding-top: 0;
    overflow: hidden;
}
nav.mm-menu_offcanvas
{
    display: none;
}
#header a.mm_btn
{
    display: none;
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    background: #0067b7;
    transition: .3s all;
}
#BMapLib_transBox0 table td
{
    box-sizing: content-box!important;
}
.target-fix
{
    position: relative;
    top: -80px;
    display: block;
    height: 0;
    overflow: hidden;
}
img[src=""], img:not([src])
{
    opacity: 0;
}/* header */
.header
{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.header .inner
{
    background: #fff;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.header .inner div.clearfix
{
    line-height: 80px;
    height: 80px;
}
.header .logo
{
    margin-left: 55px;
    font-size: 0;
    line-height: 80px;
}
.header .nav
{
    display: inline-block;
}
.header .nav ul li
{
    float: left;
    margin: 0 40px;
}
.header .nav ul li:nth-child(1)
{
    margin-left: 0;
}
.header .nav ul li:last-child
{
    margin-right: 0;
}
.header .nav ul li a
{
    font-size: 18px;
    color: #0a0a0a;
    transition: .2s;
}
.header .nav ul li:hover a, .header .nav ul li.active a
{
    color: #008e3c;
}
.header .index-search
{
    background: #313131;
    width: 80px;
    text-align: center;
    color: #fff;
}
.header .index-search a
{
    color: #fff;
}
.header .language
{
    background: #008e3c;
    padding: 0 40px;
    position: relative;
    color: #fff;
}/* .header .language p i{font-size: 18px;} */
.header .language a
{
    color: #fff;
}
.header .language span
{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/public/static/index/web_default/images/Language.png)no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 5px;
}
.is_header
{
    position: relative;
}/* banner */
.col-banner
{
    transition: .5s all ease;
}
.col-banner .swiper-slide .container2
{
    position: relative;
    height: 100%;
    background-position: center!important;
    background-size: cover!important;
}
#col-index-banner .swiper-slide .ban_cont
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding-left: 50px;
}
#col-index-banner .swiper-slide .ban_cont>p:nth-child(1)
{
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
    transform: translateY(25px);
    opacity: 0;
    transition: all .5s;
}
#col-index-banner .swiper-slide .ban_cont>p:nth-child(2)
{
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
    transform: translateY(25px);
    opacity: 0;
    transition: all .5s;
}
#col-index-banner .swiper-slide .ban_cont>p:nth-child(3)
{
    font-size: 24px;
    font-weight: 200;
    transform: translateY(25px);
    opacity: 0;
    transition: all .5s;
}
#col-index-banner .swiper-slide .ban_cont a
{
    display: inline-block;
    width: 165px;
    height: 50px;
    line-height: 48px;
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    text-align: center;
    font-family: 'simhei';
    margin-top: 12%;
    transform: translateY(25px);
    opacity: 0;
    transition: all .5s;
}
#col-index-banner .swiper-slide .ban_cont .vision
{
    color: #008e3c;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 12px;
    border-top: 1px solid rgba(255,255,255,.3);
    transform: rotate(90deg);
    position: absolute;
    transform-origin: bottom left;
    left: 0;
    top: -20px;
}
#col-index-banner .swiper-slide-active .ban_cont>p:nth-child(1)
{
    transform: none;
    opacity: 1;
    transition-delay: .5s;
}
#col-index-banner .swiper-slide-active .ban_cont>p:nth-child(2)
{
    transform: none;
    opacity: 1;
    transition-delay: .66s;
}
#col-index-banner .swiper-slide-active .ban_cont>p:nth-child(3)
{
    transform: none;
    opacity: 1;
    transition-delay: .8s;
}
#col-index-banner .swiper-slide-active .ban_cont a
{
    transform: none;
    opacity: 1;
    transition-delay: 1s;
}
#col-index-banner .swiper-button
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin: 0;
    opacity: 1;
    border: 1px solid rgba(255,255,255,.3);
    background: none;
    font-size: 24px;
    bottom: 15%;
    top: auto;
    left: 6%;
    right: auto;
}
#col-index-banner .swiper-button-next
{
    margin-left: 60px;
}
#col-banner .ban_cont
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    left: 0;
}
#col-banner .ban_cont h1
{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 10px;
    transform: translateY(25px);
    opacity: 0;
    transition: all .5s;
}
#col-banner .ban_cont p
{
    font-size: 24px;
    transform: translateY(25px);
    opacity: 0;
    transition: all .5s;
}
#col-banner .swiper-slide-active .ban_cont h1
{
    transform: none;
    opacity: 1;
    transition-delay: .5s;
}
#col-banner .swiper-slide-active .ban_cont p
{
    transform: none;
    opacity: 1;
    transition-delay: .66s;
}/* 首页about */
.col-index-about
{
    background: url(../../../../../public/static/index/web_default/images/about_bg.jpg)no-repeat center center;
    background-size: cover;
    padding: 5% 0;
}
.col-index-about h2
{
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.col-index-about .desc
{
    text-align: center;
    color: #666;
    font-size: 18px;
    margin-bottom: 3.5%;
}
.col-index-about ul li
{
    float: left;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 20px;
    height: 515px;
    transition: .5s;
}
.col-index-about ul li:nth-child(4n)
{
    margin-right: 0;
}
.col-index-about ul li a
{
    display: block;
    padding: 30px 45px;
    color: #fff;
    height: 100%;
    position: relative;
    transition: .5s;
}
.col-index-about ul li a h3
{
    font-size: 36px;
    margin-bottom: 20px;
    position: relative;
}
.col-index-about ul li a .cont
{
    font-size: 18px;
    line-height: 1.8;
    position: relative;
}
.col-index-about ul li a i
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.3);
    text-align: center;
    line-height: 38px;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    font-size: 24px;
    transition: .3s;
    opacity: 0;
}
.col-index-about ul li a::before
{
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: rgba(0,142,60,.8);
    transition: .45s;
}
.col-index-about ul li:nth-child(2n-1) a::after
{
    content: '';
    border-radius: 50%;
    background-color: #ffa800;
    box-shadow: -2.5px 4.33px 5px 0 rgba(6,0,1,.25);
    width: 0;
    height: 0;
    position: absolute;
    top: 55px;
    right: -9px;
    transition: .3s;
}
.col-index-about ul li:nth-child(2n) a::after
{
    content: '';
    border-radius: 50%;
    background-color: #009f79;
    box-shadow: -2.5px 4.33px 5px 0 rgba(6,0,1,.25);
    width: 0;
    height: 0;
    position: absolute;
    bottom: 55px;
    right: -20px;
    transition: .3s;
}
.col-index-about ul li:hover
{
    transform: translateY(-10px);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}
.col-index-about ul li a:hover::before
{
    height: 100%;
}
.col-index-about ul li a:hover i
{
    opacity: 1;
}
.col-index-about ul li:nth-child(2n-1) a:hover::after
{
    width: 43px;
    height: 43px;
}
.col-index-about ul li:nth-child(2n) a:hover::after
{
    width: 54px;
    height: 54px;
}/* 首页product */
.col-index-product
{
    padding: 7% 0;
    color: #fff;
}
.col-index-product .wrap
{
    position: relative;
    padding-left: 50px;
}
.col-index-product .wrap>i
{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 10px;
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    border-top: 1px solid rgba(255,255,255,.3);
    left: 0;
    transform-origin: bottom left;
    top: -30px;
}
.col-index-product .wrap>i span
{
    color: #008e3c;
}
.col-index-product .wrap h2
{
    font-size: 48px;
    margin-bottom: 30px;
}
.col-index-product .wrap .list
{
    width: 250px;
}
.col-index-product .wrap .list ul li
{
    float: left;
    line-height: 2;
}
.col-index-product .wrap .list ul li a
{
    color: #fff;
    font-size: 18px;
    padding: 0 50px 0 30px;
    position: relative;
    transition: .2s;
    display: block;
}
.col-index-product .wrap .list ul li:nth-child(2n-1) a
{
    padding-left: 0;
}
.col-index-product .wrap .list ul li a i
{
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 19px;
    font-size: 8px;
    color: #fff;
    background: #008e3c;
    font-family: 'simhei';
    top: 50%;
    transform: translateY(-9.5px);
    transition: .3s;
}
.col-index-product .wrap .list ul li a:hover
{
    color: #008e3c;
}
.col-index-product .wrap .list ul li a:hover i
{
    transform: translate(-5px,-9.5px);
}
.col-index-product .wrap>a
{
    display: inline-block;
    width: 165px;
    height: 50px;
    line-height: 48px;
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    text-align: center;
    font-family: 'simhei';
    margin-top: 5%;
    transition: all .5s;
}
.index-slide
{
    background: #f5f5f5;
    padding: 3% 0;
}
.index-slide .product-container
{
    padding-bottom: 70px;
}
.index-slide .product-container .swiper-slide .img
{
    overflow: hidden;
}
.index-slide .product-container .swiper-slide .img img
{
    transition: .3s;
}
.index-slide .product-container .swiper-slide .img:hover img
{
    transform: scale(1.1);
}
.index-slide .product-container .swiper-button
{
    top: auto;
    bottom: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(6,0,1,.1);
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
}
.index-slide .product-container .swiper-button-prev
{
    left: 50%;
    margin-left: -55px;
}
.index-slide .product-container .swiper-button-next
{
    right: 50%;
    margin-right: -55px;
}/* 首页news */
.col-index-news
{
    padding: 3% 0;
}
.col-index-news h2
{
    font-size: 48px;
    margin-bottom: 30px;
}
.col-index-news .list ul li
{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.col-index-news .list ul li:nth-child(3n)
{
    margin-right: 0;
}
.col-index-news .list ul li .img
{
    overflow: hidden;
}
.col-index-news .list ul li .img img
{
    transition: .5s;
}
.col-index-news .list ul li h3
{
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 60px;
    transition: .2s;
}
.col-index-news .list ul li .desc
{
    color: #868686;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
}
.col-index-news .list ul li:hover .img img
{
    transform: scale(1.1);
}
.col-index-news .list ul li:hover h3
{
    color: #008e3c;
}
.col-index-news .container2>a
{
    display: block;
    width: 165px;
    height: 50px;
    line-height: 48px;
    border: 1px solid rgba(27,27,27,.3);
    text-align: center;
    font-family: 'simhei';
    margin: 20px auto 0;
    transition: all .3s;
}
.col-index-news .container2>a:hover
{
    background: #008e3c;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}/* page */
.page
{
    text-align: center;
}
.page ul li a
{
    border: none;
    background: none;
    color: #2e7879;
    margin: 0 10px;
    width: 43px;
    height: 43px;
    border: 1px solid #c9c9c9;
    padding: 0;
    line-height: 41px;
}
.page ul li.disabled a
{
    border: 1px solid #c9c9c9;
    background: none;
}
.page ul li.active a
{
    border: 1px solid #c9c9c9;
    background: #008e3c;
    color: #fff;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus
{
    border: 1px solid #c9c9c9;
    background: none;
    color: #015eae;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus
{
    border: 1px solid #c9c9c9;
    background: #008e3c;
    color: #fff;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus
{
    background: none;
    color: #2e7879;
}
.pagination>li:last-child>a, .pagination>li:last-child>span
{
    color: #015eae;
}/* 内页 */
.col-page
{
    position: relative;
}/*内页通用页面外层容器样式*//* 关于我们 */
.col-page-about h2
{
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
}
.col-profile
{
    position: relative;
    line-height: 1.8;
}
.col-profile .target-fix
{
    margin-bottom: 4%;
}
.col-profile::before
{
    content: '';
    width: 100%;
    height: 80%;
    background: url(/public/static/index/web_default/images/profile_bg2.png)no-repeat center 20px #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.col-profile .cont p:nth-of-type(1)
{
    margin-bottom: 20px;
}
.col-profile .cont p:nth-of-type(2)
{
    width: 635px;
    font-size: 20px;
    margin: 0 auto;
}
.col-profile .cont hr
{
    border-bottom: 1px solid rgba(201,201,201,.95);
    border-top: rgba(255,255,255,.5) 1px solid;
    margin: 50px 0;
}
.col-profile .cont p:nth-of-type(n+3)
{
    line-height: 2;
    font-size: 16px;
    margin-bottom: 25px;
}
.col-display
{
    padding: 0 0 4%;
}
.col-display .target-fix
{
    margin-bottom: 4%;
}
.col-display .product-container
{
    padding-bottom: 90px;
    padding-top: 10px;
}
.col-display .product-container .swiper-slide
{
    overflow: hidden;
    transition: .3s;
}
.col-display .product-container .swiper-slide .img
{
    transition: .3s;
    overflow: hidden;
}
.col-display .product-container .swiper-slide .title
{
    font-size: 16px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.col-display .product-container .swiper-slide:hover .img
{
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    transform: translateY(-10px);
}
.col-display .product-container .swiper-button
{
    top: auto;
    bottom: 10px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(6,0,1,.1);
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
}
.col-display .product-container .swiper-button-prev
{
    left: 50%;
    margin-left: -55px;
}
.col-display .product-container .swiper-button-next
{
    right: 50%;
    margin-right: -55px;
}
.col-equipment
{
    padding: 0 0 4%;
    background: #eee;
}
.col-equipment .target-fix
{
    margin-bottom: 4%;
}
.col-equipment .product-container
{
    padding-bottom: 90px;
    padding-top: 10px;
}
.col-equipment .product-container .swiper-slide
{
    overflow: hidden;
    transition: .3s;
}
.col-equipment .product-container .swiper-slide .img
{
    overflow: hidden;
    transition: .3s;
}
.col-equipment .product-container .swiper-slide .title
{
    font-size: 16px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.col-equipment .product-container .swiper-slide:hover .img
{
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    transform: translateY(-10px);
}
.col-equipment .product-container .swiper-button
{
    top: auto;
    bottom: 10px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(6,0,1,.1);
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
}
.col-equipment .product-container .swiper-button-prev
{
    left: 50%;
    margin-left: -55px;
}
.col-equipment .product-container .swiper-button-next
{
    right: 50%;
    margin-right: -55px;
}
.col-honor
{
    padding: 0 0 4%;
}
.col-honor .target-fix
{
    margin-bottom: 4%;
}
.col-honor .honor-container
{
    padding-bottom: 90px;
    padding-top: 10px;
}
.col-honor .honor-container .swiper-slide
{
    overflow: hidden;
    transition: .3s;
}
.col-honor .honor-container .swiper-slide:hover
{
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    transform: translateY(-10px);
}
.col-honor .honor-container .swiper-button
{
    top: auto;
    bottom: 10px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(6,0,1,.1);
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
}
.col-honor .honor-container .swiper-button-prev
{
    left: 50%;
    margin-left: -55px;
}
.col-honor .honor-container .swiper-button-next
{
    right: 50%;
    margin-right: -55px;
}/* 产品 */
.col-page-product
{
    padding: 55px 0;
    background: #eee;
}
.col-page-product .container2>ul li
{
    margin-bottom: 35px;
    transition: .3s;
}
.col-page-product .container2>ul li a
{
    display: block;
    transition: .3s;
}/* .col-page-product .container2>ul li:nth-child(4n){margin-right: 0;} */
.col-page-product .container2>ul li .img
{
    overflow: hidden;
    transition: .3s;
}
.col-page-product .container2>ul li .img img
{
    transition: .3s;
}
.col-page-product .container2>ul li .title
{
    font-size: 16px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.col-page-product .container2>ul li:hover a .img
{
    box-shadow: 0 0 24px 0 rgba(6,0,1,.15);
}
.col-page-product .container2>ul li:hover .img img
{
    transform: scale(1.1);
}
.col-product-detail
{
    border-top: 1px solid #eee;
}
.col-product-detail .pro_show
{
    padding: 50px 0;
}
.col-product-detail .pro_show>div:nth-child(1)
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.col-product-detail .pro_show .caseleft
{
    width: 43.33%;
}
.col-product-detail .pro_show .caseleft .gallery-top
{
    border: 1px solid #eee;
}
.col-product-detail .pro_show .caseleft .gallery-top .bimg a
{
    display: block;
    cursor: pointer;
}
.col-product-detail .pro_show .caseleft .col-thumb
{
    margin-top: 20px;
    position: relative;
    padding: 0 25px;
}
.col-product-detail .pro_show .caseleft .col-thumb .gallery-thumbs
{
    padding: 0 1px;
}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-slide a
{
    display: block;
}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-button
{
    background: rgba(0,0,0,.66);
    opacity: 1;
    color: #fff;
    font-size: 24px;
    height: 100%;
    width: 25px;
    text-align: center;
    margin: 0;
    transform: translateY(-50%);
    outline: none;
}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-button i
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-button-prev
{
    left: 0;
}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-button-next
{
    right: 0;
}
.col-product-detail .pro_show .caseright
{
    width: 56.66%;
    padding-left: 5%;
    position: relative;
    padding-bottom: 50px;
}
.col-product-detail .pro_show .caseright h1
{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}
.col-product-detail .pro_show .caseright h2
{
    font-size: 18px;
    margin-bottom: 15px;
}
.col-product-detail .pro_show .caseright .content
{
    line-height: 1.8;
}
.col-product-detail .pro_show .caseright .content p
{
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
}
.col-product-detail .pro_show .caseright .content p::before
{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #008e3c;
    position: absolute;
    left: 0;
    top: 10px;
}
.col-product-detail .pro_show .caseright .prenext
{
    padding-top: 15px;
    border-top: 1px solid #eee;
    color: #aaa;
    position: absolute;
    bottom: 0;
}
.col-product-detail .pro_show .caseright .prenext a
{
    color: #000;
}
.col-product-detail .pro_show .caseright .prenext a:hover
{
    text-decoration: underline;
}
.col-product-detail .inquiry-container
{
    margin-top: 55px;
    background: #f2f2f2;
    padding: 30px 40px;
}
.col-product-detail .inquiry-container h2
{
    font-size: 24px;
    margin-bottom: 10px;
}
.col-product-detail .inquiry-container>p
{
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
}
.col-product-detail .inquiry-container form ul
{
    float: left;
    width: 55%;
}
.col-product-detail .inquiry-container form ul li
{
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 0;
}
.col-product-detail .inquiry-container form ul li i
{
    width: 80px;
    font-size: 16px;
    color: #000;
    display: inline-block;
    vertical-align: top;
}
.col-product-detail .inquiry-container form ul li span
{
    display: inline-block;
    font-size: 14px;
    width: calc(100% - 80px);
}
.col-product-detail .inquiry-container form ul li input
{
    width: 100%;
    border: 1px solid #d2d2d2;
    padding-left: 10px;;
    outline: none;
    background: none;
}
.col-product-detail .inquiry-container form ul li textarea
{
    width: 100%;
    border: 1px solid #d2d2d2;;
    outline: none;
    background: none;
}
.col-product-detail .inquiry-container form ul li .form-check
{
    display: inline-block;
    font-size: 14px;
    color: #868686;
    width: 60px;
}
.col-product-detail .inquiry-container form ul li .form-check input
{
    width: auto;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 6px;
}
.col-product-detail .inquiry-container form .code
{
    float: right;
    width: 45%;
    padding-left: 6%;
}
.col-product-detail .inquiry-container form .code .verify
{
    line-height: 30px;
    border: 1px solid #d2d2d2;
    padding-left: 10px;;
    background: none;
}
.col-product-detail .inquiry-container form .code .recaptcha
{
    color: #868686;
    margin: 10px 0 15px;
    display: inline-block;
    border-bottom: 1px solid #868686;
}
.col-product-detail .inquiry-container form .code .content
{
    color: #868686;
    font-size: 12px;
    width: 66%;
    line-height: 1.8;
}
.col-product-detail .inquiry-container form .code .sub
{
    width: 200px;
    height: 40px;
    background: #008e3c;
    margin-top: 50px;
    border: none;
    outline: none;
    color: #fff;
}/* culture *//* news */
.col-page-news
{
    border-top: 1px solid #eee;
    padding: 5% 0 3%;
}
.col-page-news .container2>ul li
{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.col-page-news .container2>ul li:nth-child(3n)
{
    margin-right: 0;
}
.col-page-news .container2>ul li .img
{
    overflow: hidden;
}
.col-page-news .container2>ul li .img img
{
    transition: .5s;
    width: 100%;
}
.col-page-news .container2>ul li h3
{
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 60px;
    transition: .2s;
}
.col-page-news .container2>ul li .desc
{
    color: #868686;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
}
.col-page-news .container2>ul li:hover .img img
{
    transform: scale(1.1);
}
.col-page-news .container2>ul li:hover h3
{
    color: #008e3c;
}/* 新闻详情页 */
.col-news
{
    position: relative;
    margin: 0 auto;
    margin: 0 auto;
}
.col-news article
{
    margin: 40px 0;
    float: left;
    width: 100%;
}
.col-news .met_clear
{
    clear: both;
}
.col-news .met_module2 h1.met_title
{
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0;
    color: #000;
}
.col-news .met_module2 .met_infos
{
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.col-news .met_module2 .met_time
{
    padding-right: 6px;
}
.col-news .met_module2 .met_source
{
    padding-right: 6px;
}
.col-news .met_module2 .met_source a
{
    color: #607fa6;
}
.col-news .met_module2 .met_editor
{
    padding: 0 10px;
    color: #000;
}
.col-news .met_editor
{
    line-height: 2;
}
.col-news .met_tools
{
    border-top: 1px solid #ddd;
    margin-top: 30px;
    position: relative;
    padding: 10px 10px 0;
}
.col-news .met_tools .met_page
{
    clear: both;
    color: #818181;
}
.col-news .met_tools .met_page li
{
    display: inline-block;
    list-style: none;
    margin-right: 30px;
}
.col-news .met_tools .met_page li:last-child
{
    margin-right: 0;
}
.col-news .met_tools .met_page li span
{
    padding-right: 5px;
}
.col-news .met_tools .met_page a
{
    color: #607fa6;
}/* recruit */
.col-page-contact
{
    border-top: 1px solid #eee;
}
.col-page-contact .contact-info
{
    padding: 4% 0;
    font-size: 0;
}
.col-page-contact .contact-info h1
{
    margin-bottom: 30px;
    font-size: 0;
}
.col-page-contact .contact-info .info
{
    display: inline-block;
    font-size: 18px;
    margin-right: 15%;
}
.col-page-contact .contact-info .info>p:nth-child(1)
{
    font-size: 30px;
    font-weight: bold;
}
.col-page-contact .contact-info .info>p:nth-child(2)
{
    margin-bottom: 35px;
}
.col-page-contact .contact-info .info .cont
{
    line-height: 1.8;
}
.col-page-contact .contact-info .code
{
    display: inline-block;
    font-size: 14px;
    color: #666;
    text-align: center;
    vertical-align: top;
}
.col-page-contact #allmap
{
    width: 100%;
    height: 500px;
    box-shadow: .5px .866px 10px 0 rgba(9,2,4,.1);
}
.col-page-contact #allmap img
{
    max-width: 1070px;
    max-height: 500px;
}
.col-page-contact #allmap label
{
    max-width: 1070px;
    background: #fff!important;
    border: none!important;
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    padding: 10px!important;
    top: auto!important;
    bottom: 10px;
    left: 50%!important;
    transform: translateX(-45%);
}
.col-page-contact #allmap label::before
{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}
.col-message
{
    padding: 4% 0;
}
.col-message h2
{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.col-message .container>p
{
    text-align: center;
    color: #666;
    font-size: 20px;
    margin-bottom: 50px;
}
.col-message form ul li
{
    line-height: 50px;
    margin-bottom: 25px;
    padding: 0 120px;
}
.col-message form ul li input
{
    width: 100%;
    background-color: #ecf3f6;
    border: none;
    outline: none;
    padding-left: 15px;
}
.col-message form ul li textarea
{
    width: 100%;
    background-color: #ecf3f6;
    border: none;
    outline: none;
    padding-left: 15px;
    line-height: 1.8;
    padding-top: 15px;
}
.col-message form .code
{
    padding-left: 120px;
}
.col-message form .code .verify
{
    line-height: 34px;
    background-color: #ecf3f6;
    border: none;
    outline: none;
    padding-left: 15px;
    vertical-align: middle;
}
.col-message form .code .recaptcha
{
    color: #868686;
    margin: 10px 0 15px;
    display: inline-block;
    border-bottom: 1px solid #868686;
}
.col-message form .code .content
{
    color: #868686;
    font-size: 12px;
    width: 66%;
    line-height: 1.8;
}
.col-message form .col-sub
{
    text-align: center;
}
.col-message form .col-sub input
{
    width: 200px;
    height: 40px;
    background: #008e3c;
    margin-top: 50px;
    border: none;
    outline: none;
    color: #fff;
}/*  *//* search */
.goomay-keywords-light
{
    background: #dc3545!important;
    color: #fff!important;
}
#search
{
    margin: 50px auto;
    overflow: hidden;
}
.search_left
{
    border: 1px solid #d6d6d6;
    padding-top: 5px;
    padding-bottom: 5px;
}
.s_head
{
    border-bottom: 1px solid #d6d6d6;
    height: 50px;
}
.s_head h2
{
    line-height: 50px;
}
.s_body ul
{
    margin-top: 10px;
    margin-left: 20px;
}
.s_body ul span
{
    display: block;
    color: #333;
    line-height: 40px;
}
.s_body ul input, .s_body ul select
{
    height: 35px;
    width: 80%;
    line-height: 35px;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    margin-bottom: 10px;
}
.s_body .sub input
{
    height: 35px;
    line-height: 35px;
    background: #575757;
    border: 0;
    font-weight: bold;
    color: #fff;
    transition: .3s;
    text-align: center;
    padding-left: 0;
}
.search_right
{
    padding-left: 40px;
}
.search_right .no-result
{
    text-align: center;
    font-size: 30px;
    color: #d80808;
    margin-top: 50px;
}
.search-result-title
{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.entry-image
{
    float: left;
    width: 120px;
    margin: 0 20px 0 0;
}
.entry-c
{
    position: relative;
    overflow: hidden;
}
.search-result-info
{
    padding: 5px 0;
}
.search-result-info li
{
    display: inline-block;
}
.search_right em
{
    color: #004cff;
}
.search_right .search-result
{
    margin-left: 25px;
}
.search_right .search-li
{
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.search_right li
{
    overflow: hidden;
}
.search-result-info li:before
{
    content: '/';
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    opacity: .5;
}
.search-result-info li:first-child:before
{
    display: none;
}
.product_list
{
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px;
}
.product_img
{
    float: left;
}
.product_img img
{
    border-radius: 50%;
}
.product_img img:hover
{
    width: 90px;
    height: 90px;
}
.product_body
{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.se_news
{
    float: right;
    width: 79%;
}
.news ul li .se_news a
{
    color: #d80808;
    text-decoration: underline;
    display: inline-block;
    height: 22px;
    overflow: hidden;
    transition: .3s;
}
.search_right .news .date em
{
    color: #fff;
}
.footer .contact
{
    height: 130px;
    background: #eee;
    text-align: center;
}
.footer .contact .info
{
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    margin-right: 20px;
}
.footer .contact .info p:nth-child(1)
{
    font-size: 18px;
    color: #4d4d4d;
}
.footer .contact .info p:nth-child(1) i
{
    font-size: 24px;
    font-style: italic;
    color: #008e3c;
    font-weight: bold;
}
.footer .contact .info p:nth-child(2)
{
    font-size: 17px;
    color: #868686;
}
.footer .contact .map
{
    width: 136px;
    height: 130px;
    display: inline-block;
    background-image: url(/public/static/index/web_default/images/map.png);
    background-repeat: no-repeat;
    background-position: center 20px;
    vertical-align: middle;
}
.footer .footer-nav
{
    background: #313131;
    padding: 4% 0 3%;
}
.footer .footer-nav .container>ul
{
    float: left;
    width: 63.33%;
}
.footer .footer-nav .container>ul>li
{
    float: left;
    width: 25%;
    position: relative;
}
.footer .footer-nav .container>ul>li>a
{
    color: #fff;
    font-size: 16px;
}
.footer .footer-nav .container>ul>li ul
{
    margin-top: 20px;
}
.footer .footer-nav .container>ul>li ul li
{
    line-height: 2;
}
.footer .footer-nav .container>ul>li ul li a:hover
{
    text-decoration: underline;
}
.footer .footer-nav .container>ul>li ul li a
{
    color: #aaa;
    font-size: 14px;
}
.footer .footer-nav .container .code
{
    float: right;
    width: 36.666%;
    text-align: right;
    color: #666;
}
.footer .footer-nav .container .code h1
{
    margin-bottom: 25px;
}
.footer .footer-nav .container .code p
{
    margin-top: 10px;
}
.footer .copyright
{
    background: #1b1b1b;
    color: #9d9d9d;
    font-size: 14px;
    padding: 30px 0;
}
.footer .copyright .pull-left
{
    line-height: 1.8;
}
.footer .copyright #gotoTop
{
    float: right;
    color: #ddd;
    cursor: pointer;
    margin-top: 10px;
}
.footer .copyright #gotoTop i
{
    border-radius: 5px;
    background-color: #008e3c;
    width: 22px;
    height: 22px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    display: inline-block;
    margin-left: 10px;
}/* 副导航 */
.vicenav
{
    height: 90px;
    line-height: 90px;
}
.vicenav .navList
{
    float: left;
}
.vicenav .navList ul li
{
    float: left;
    margin-right: 35px;
}
.vicenav .navList ul li:last-child
{
    margin-right: 0;
}
.vicenav .navList ul li a
{
    color: #666;
    transition: .2s;
    font-size: 16px;
}
.vicenav .navList ul li.active a, .vicenav .navList ul li a:hover
{
    color: #008e3c;
}
.vicenav .mbx
{
    float: right;
    color: #000;
}
.vicenav .mbx i
{
    width: 18px;
    height: 15px;
    background: url(../../../../../public/static/index/web_default/images/home.jpg)no-repeat center center;
    background-size: cover;
    display: inline-block;
    margin-right: 5px;
}
.vicenav .mbx a
{
    color: #666;
}/* media */
@media(min-width: 1200px)
{
    .container
    {
        width: 1200px;
    }
}
@media(max-width: 1500px)
{
    #col-banner .swiper-slide
    {
        height: 400px!important;
    }
    .header .nav ul li
    {
        margin: 0 35px;
    }
}
@media(max-width: 1400px)
{
    #col-banner .swiper-slide
    {
        height: 350px!important;
    }
    .header .nav ul li
    {
        margin: 0 30px;
    }
}
@media(max-width: 1200px)
{
    .vicenav .navList ul li
    {
        margin-right: 10px;
    }
    .col-profile::before
    {
        background-size: 100%;
    }
    #col-banner .swiper-slide
    {
        height: 300px!important;
    }
    .col-index-about ul li a
    {
        padding: 20px 25px;
    }
    .header .nav ul li
    {
        margin: 0 25px;
    }
    .header .logo
    {
        margin-left: 10px;
    }
    .header .nav ul li a
    {
        font-size: 16px;
    }
    .container
    {
        width: 100%;
        padding: 0 10px;
    }
}
@media(max-width: 1100px)
{
    .header .nav ul li
    {
        margin: 0 15px;
    }
}
@media(max-width: 992px)
{
    .col-product-detail .pro_show>div
    {
        display: block;
    }
    .col-message form .code
    {
        padding-left: 12%;
    }
    .col-message form ul li
    {
        padding: 0 12%;
    }
    .col-product-detail .pro_show .caseright h1, .col-message h2
    {
        font-size: 24px;
    }
    .col-product-detail .pro_show .caseleft
    {
        width: 80%;
        float: none!important;
        margin: 0 auto;
    }
    .col-product-detail .pro_show .caseright
    {
        width: 100%;
        float: none!important;
        padding: 20px 0;
    }/* .col-page-product .container2>ul li{width: 32%;margin-right: 2%;}
  .col-page-product .container2>ul li:nth-child(4n){margin-right: 2%}
  .col-page-product .container2>ul li:nth-child(3n){margin-right: 0} */
    #col-banner .swiper-slide
    {
        height: 250px!important;
    }
    #col-banner .swiper-slide .ban_cont h1
    {
        font-size: 48px;
    }
    .vicenav
    {
        height: 60px;
        line-height: 60px;
    }
    .vicenav .navList
    {
        position: relative;
        min-width: 180px;
    }
    .vicenav .navList ul
    {
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        background: #fff;
        border: 1px solid #eee;
        border-top: none;
        z-index: 98;
        display: none;
    }
    .vicenav .navList p a
    {
        position: relative;
        display: block;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #000;
        border-right: 1px solid #eee;
    }
    .vicenav .navList p a::after
    {
        content: '';
        position: absolute;
        right: 20px;
        width: 14px;
        height: 14px;
        background: url(/public/static/index/web_default/images/down.png)no-repeat center center;
        background-size: cover;
        top: 50%;
        margin-top: -7px;
        transition: .3s;
        transform: rotate(180deg);
    }
    .vicenav .navList p a.active::after
    {
        transform: rotate(0);
    }
    .vicenav ul li
    {
        float: none!important;
        margin: 0;
        text-align: center;
        width: 100%;
        margin: 0!important;
    }
    .vicenav .navList ul li a
    {
        display: block;
        line-height: 40px;
        font-size: 14px;
    }
    .footer .footer-nav .container>ul
    {
        width: 74%;
    }
    .footer .footer-nav .container .code
    {
        width: 26%;
    }
    .col-index-news .list ul li h3, .col-page-news .container2>ul li h3
    {
        font-size: 18px;
    }
    .col-index-news .list ul li .desc
    {
        font-size: 14px;
    }
    .col-index-product .wrap>i
    {
        letter-spacing: 8px;
    }
    .col-index-about ul li
    {
        width: 49%;
        margin-right: 2%;
        height: 450px;
    }
    .col-index-about ul li:nth-child(2n)
    {
        margin-right: 0;
    }
    .col-index-about ul li:nth-child(2n) a::after
    {
        right: -10px;
    }
    .col-index-about h2, .col-index-product .wrap h2, .col-index-news h2
    {
        font-size: 32px;
    }
    .container2
    {
        padding: 0 10px;
    }
    #col-index-banner .swiper-slide .ban_cont .vision
    {
        letter-spacing: 8px;
    }
    #col-index-banner .swiper-slide .ban_cont>p:nth-child(1), #col-index-banner .swiper-slide .ban_cont>p:nth-child(2)
    {
        font-size: 48px;
    }
    #col-index-banner .swiper-slide .ban_cont a
    {
        margin-top: 10%;
    }
    #col-index-banner .swiper-button
    {
        bottom: 10%;
    }
    .header .language, .header .nav
    {
        display: none;
    }
    .header .index-search
    {
        margin-right: 60px;
        width: 60px;
    }
    .header .inner div.clearfix, .header .logo
    {
        line-height: 60px;
        height: 60px;
    }
}
@media(max-width: 768px)
{
    .footer .copyright
    {
        padding: 10px 0;
    }
    .footer .copyright #gotoTop
    {
        margin: 0;
    }
    .col-index-product .wrap .list ul li a
    {
        font-size: 14px;
    }
    .col-message form .code .verify
    {
        width: 150px;
    }
    .col-index-about ul li:nth-child(2n-1) a::after
    {
        top: 25px;
    }
    .col-honor ul li
    {
        line-height: normal;
        height: auto;
        padding: 20px 0;
    }
    .col-index-about ul li a h3
    {
        font-size: 24px;
    }
    .col-index-about ul li a .cont
    {
        font-size: 16px;
    }
    .col-index-about ul li a
    {
        padding: 20px 10px;
    }
    .col-page-contact .contact-info h1, .col-page-contact .contact-info .info>p:nth-child(2)
    {
        margin-bottom: 10px;
    }
    .col-page-contact .contact-info h1 img
    {
        width: 200px;
    }
    .footer .footer-nav .container .code h1
    {
        margin-bottom: 10px;
    }
    .col-profile::before
    {
        height: 100%;
    }
    .col-message
    {
        padding: 25px 0;
    }
    .col-message .container>p
    {
        margin-bottom: 20px;
    }
    .col-message form .code
    {
        padding-left: 10px;
    }
    .col-message form ul li
    {
        padding: 0 10px;
    }
    .col-page-contact #allmap
    {
        height: 300px;
    }
    .col-page-contact .contact-info .info>p:nth-child(1)
    {
        font-size: 24px;
    }
    .col-page-contact .contact-info .info, .col-message .container>p
    {
        font-size: 16px;
    }
    .col-page-news .container2>ul li
    {
        width: 49%;
    }
    .col-page-news .container2>ul li:nth-child(3n)
    {
        margin-right: 2%;
    }
    .col-page-news .container2>ul li:nth-child(2n)
    {
        margin-right: 0;
    }
    .col-page-news .container2>ul li .desc
    {
        font-size: 14px;
    }
    .col-product-detail .inquiry-container form ul, .col-product-detail .inquiry-container form .code
    {
        width: 100%;
        float: none;
        padding: 0;
    }
    .col-product-detail .inquiry-container form .code
    {
        padding-left: 80px;
    }
    .col-product-detail .inquiry-container form .code .content
    {
        width: 90%;
    }/* .col-page-product .container2>ul li{width: 49%;}
  .col-page-product .container2>ul li:nth-child(3n){margin-right: 2%}
  .col-page-product .container2>ul li:nth-child(2n){margin-right: 0} */
    #col-banner .swiper-slide
    {
        height: 200px!important;
    }
    #col-banner .swiper-slide .ban_cont h1
    {
        font-size: 32px;
    }
    #col-banner .swiper-slide .ban_cont p
    {
        font-size: 16px;
    }
    .col-honor ul li a
    {
        font-size: 14px;
    }
    .col-profile .cont p:nth-of-type(2)
    {
        font-size: 16px;
    }
    .header .logo img
    {
        width: 140px;
    }
    .vicenav .container
    {
        padding: 0;
    }
    .col-page-about h2
    {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .footer .footer-nav .container>ul>li::after
    {
        content: '+';
        position: absolute;
        right: 10px;
        color: #fff;
        top: 0;
    }
    .footer .footer-nav .container>ul>li
    {
        float: none;
        width: 100%;
        line-height: 2;
        border-bottom: 1px solid rgba(255,255,255,.3);
        margin-bottom: 5px;
    }
    .footer .footer-nav .container>ul>li ul
    {
        margin-top: 0;
        display: none;
    }
    .footer .footer-nav .container>ul
    {
        width: 100%;
        float: none!important;
    }
    .footer .footer-nav .container .code
    {
        width: 100%;
        float: none!important;
        text-align: center;
    }
    .footer .contact
    {
        height: auto;
    }
    .footer .contact .info
    {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .col-index-news .list ul li
    {
        width: 100%;
        margin-right: 0!important;
    }
    .col-index-news .list ul li .img img
    {
        width: 100%;
    }
    .col-index-product .wrap>i
    {
        letter-spacing: 5px;
    }
    .col-index-about ul li
    {
        width: 100%;
        margin-right: 0!important;
    }
    .col-index-about .desc
    {
        font-size: 16px;
    }
    #col-index-banner .swiper-slide .ban_cont
    {
        padding-left: 40px;
    }
    #col-index-banner .swiper-slide .ban_cont>p:nth-child(1), #col-index-banner .swiper-slide .ban_cont>p:nth-child(2)
    {
        font-size: 32px;
    }
    #col-index-banner .swiper-slide .ban_cont>p:nth-child(3)
    {
        font-size: 20px;
    }
    #col-index-banner .swiper-slide .ban_cont .vision
    {
        letter-spacing: 5px;
        top: -30px;
    }
}
@media(max-width: 640px)
{
    .col-product-detail .pro_show .caseleft
    {
        width: 100%;
    }
    .col-page-contact .contact-info .info
    {
        line-height: 1.8;
    }
    .col-page-contact .contact-info .info>p:nth-child(1)
    {
        font-size: 18px;
    }
    #col-index-banner .swiper-slide .ban_cont .vision
    {
        letter-spacing: 0;
    }
    #col-index-banner .swiper-slide .ban_cont>p:nth-child(1), #col-index-banner .swiper-slide .ban_cont>p:nth-child(2)
    {
        font-size: 24px;
    }
    #col-index-banner .swiper-slide .ban_cont>p:nth-child(3)
    {
        font-size: 18px;
    }
    .col-page-news .container2>ul li
    {
        width: 100%;
        margin-right: 0!important;
    }
    .col-product-detail .inquiry-container form ul li i
    {
        font-size: 14px;
    }
    .col-product-detail .inquiry-container form .code .sub
    {
        width: 150px;
    }
    .col-product-detail .inquiry-container
    {
        padding: 20px 25px;
    }
    .col-profile .cont p:nth-of-type(2)
    {
        width: 100%;
    }
    .col-profile .cont hr
    {
        margin: 20px 0;
    }
}
@media(max-width: 530px)
{
    .vicenav .mbx
    {
        display: none;
    }
    .col-index-product .wrap>i
    {
        letter-spacing: 0;
    }
}
@media(max-width: 420px)
{
    .col-product-detail .inquiry-container
    {
        padding: 15px 10px;
    }
    .col-product-detail .inquiry-container form .code .verify
    {
        width: 100%;
    }
    .col-index-about h2, .col-index-product .wrap h2, .col-index-news h2
    {
        font-size: 24px;
    }
}/*手机版菜单*/
.mm-slideout
{
    z-index: auto!important;
}
@media screen and (max-width: 992px)
{
    #header a.mm_btn
    {
        background: center center no-repeat #3a7f4c;
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 15px;
        z-index: 1;
    }
    #header .mm_btn .menu_bar
    {
        width: 30px;
        height: 30px;
        position: relative;
        transform: translateZ(0) rotate(0);
        transition: transform .4s cubic-bezier(.4,.01,.165,.99);
    }
    #header .mm_btn .menu_bar_item
    {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateZ(0) rotate(0);
        transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
        -webkit-transform: translateZ(0) rotate(0);
        -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
        width: 30px;
        height: 30px;
    }
    #header .mm_btn .menu_bar_item .rect
    {
        width: 30px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 14px;/*transition: transform .2s ease .2s;-webkit-transition: -webkit-transform .2s ease .2s;*/
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #header .mm_btn .menu_bar_item .rect.top
    {
        transform: translate3d(0,-8px,0);
        -webkit-transform: translate3d(0,-8px,0);
    }
    #header .mm_btn .menu_bar_item .rect.mid
    {
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transition: .5s;
    }
    #header .mm_btn .menu_bar_item .rect.bottom
    {
        transform: translate3d(0,8px,0);
        -webkit-transform: translate3d(0,8px,0);
    }
    #header .mm_btn.is_active .menu_bar_item.mid
    {
        opacity: 0;
    }
    #header .mm_btn.is_active .menu_bar_item .rect
    {
        transition: transform 0s ease 0s;
        transform: translate3d(0,0,0);
        -webkit-transition: -webkit-transform 0s ease 0s;
        -webkit-transform: translate3d(0,0,0);
    }
    #header .mm_btn.is_active .menu_bar_item.bottom
    {
        transform: translateZ(0) rotate(-45deg);
        -webkit-transform: translateZ(0) rotate(-45deg);
    }
    #header .mm_btn.is_active .menu_bar_item
    {
        transform: translateZ(0) rotate(45deg);
        transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
        -webkit-transform: translateZ(0) rotate(45deg);
        -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
    }/*菜单弹出方向*/
    .mm-menu_offcanvas
    {
        left: auto!important;
    }
    .mm-menu
    {
        right: 0!important;
    }
    .mm-menu_offcanvas.mm-menu_opened
    {
        z-index: 9!important;
    }
    .mm-slideout
    {
        z-index: 10!important;
    }
    .mm-menu.mm-menu_pageshadow:after
    {
        content: "";
        display: block;
        width: 20px;
        height: 120%;
        position: absolute;
        right: 100%;
        top: -10%;
        z-index: 99;
        box-shadow: 0 0 10px rgba(0,0,0,.3);
    }/*弹出菜单边阴影*/
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout
    {
        -webkit-transform: translate(-80vw,0)!important;
        -ms-transform: translate(-80vw,0)!important;
        transform: translate(-80vw,0)!important;
        -webkit-transform: translate3d(-80vw,0,0)!important;
        transform: translate3d(-80vw,0,0)!important;/*transform: translate3d(80vw,0,0)!important;*/
    }
    .mm-wrapper_opened .mm-menu_fx-menu-slide
    {
        -webkit-transform: translate(0,0)!important;
        -ms-transform: translate(0,0)!important;
        transform: translate(0,0)!important;
        -webkit-transform: translate3d(0,0,0)!important;
        transform: translate3d(0,0,0)!important;
    }/**/
    #menu
    {
        color: rgba(0,0,0,.8);
    }
    #menu .mm-listview .mm-btn_next:after
    {
        border-color: rgba(189,189,189,1);
    }
    #menu .mm-btn:after, #menu .mm-btn:before
    {
        border-color: rgba(189,189,189,1);
    }
    #menu .mm-navbar a, #menu .mm-navbar>*
    {
        color: rgba(0,0,0,.8);
        font-size: 16px;
    }
    #menu.mm-menu_theme-white .mm-counter
    {
        color: rgba(0,0,0,.6);
    }
    #menu .mm-searchfield input
    {
        background: rgba(0,0,0,.3);
        color: rgba(0,0,0,.2);
    }
    #menu .mm-listitem, #menu .mm-listitem #menu .mm-btn_next, #menu .mm-listitem #menu .mm-btn_next:before, #menu .mm-listitem:after, #menu .mm-listview
    {
        border-color: rgba(0,0,0,.1);
    }
    #menu .mm-navbars_bottom, #menu .mm-navbars_top
    {
        border-color: rgba(0,0,0,.1);
    }
    #menu .mm-listitem a
    {
        font-size: 16px;
    }
}
@media(min-width: 550px)
{
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout
    {
        -webkit-transform: translate(-440px,0)!important;
        -ms-transform: translate(-440px,0)!important;
        transform: translate(-440px,0)!important;
        -webkit-transform: translate3d(-440px,0,0)!important;
        transform: translate3d(-440px,0,0)!important;
    }
}