body{color:#000;padding:0px !important;margin:0px !important;font-size:14px;font-family: "微软雅黑","Microsoft YaHei","Microsoft YaHei UI", "Segoe UI", Arial, Verdana, Sans-Serif, sans-serif;}
ul li{list-style:none; display: block;padding: 0!important;text-decoration: none;}
ul{
    margin: 0;
}
p{
    margin: 0;
}
h1,h2,h3,h4,h5,h6,a,p,span{font-family: "微软雅黑","Microsoft YaHei","Microsoft YaHei UI","Hiragino Sans GB W3","Segoe UI", Arial, Verdana, Sans-Serif, sans-serif;padding:0;margin: 0}
a,a:hover,a:focus{text-decoration:none;outline:none;-webkit-transition:all 0.3s;transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;}
::selection{background:#FF6C60;color:#fff;}
::-moz-selection{background:#FF6C60;color:#fff;}
.body{overflow: hidden;}
#container{width:100%;height:100%;}
.center{text-align: center;}
#fuckie{background-color:#fcf8e3;border:1px solid #fbeed5;padding:8px 35px 8px 14px;position:fixed;top:0px;left:0;right:0;z-index:2000}
.clear {  clear: both;  }
.margin-left-10px{margin-left: 10px;}
.margin-left-30px{margin-left: 30px;}
.margin-top-40px{margin-top: 40px;}
.padding-left-40px{padding-top: 40px;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
/*首页*/

body{
    min-width: 1200px;
}
.topmap{
    width: 300px;
    margin: auto;
    float: right;
}
.topmap a{
    display: block;
    float: left;
    width: 100px;
    text-align: center;
    color: #666666;
    border-left: 1px solid #666666;
    margin-top: 10px;
}
.diline{
    width: 100%;
    height: 5px;
    background: url("../../image/line.jpg")center no-repeat ;
    margin-top: 10px;
}
/*top开始*/
.top{
    width: 100%;
    margin: auto;
}
.top-content{
    width: 1200px;
    margin: auto;
}
.top-logo{
    width: 70%;
    float: left;
}
.top-logo-left{

    text-align: left;
    float: left;
}
.top-logo-left img{
    width: 90px;
    height: 80px;
}
.top-logo-txt{
    float: left;
    width: 460px;
    margin-left: 20px;
}
.top-tit{
    font-size: 28px;
    margin-bottom: 3px;
    margin-top: 17px;
    letter-spacing: 1px;
    font-weight:400;
    color: #00b88b;
}
.top-tit-des{
    font-size: 18px;
    color: #464747;
    margin-top: 0;
    font-weight: 500;
}
.top-dianhua{
    width: 27%;
    float: right;
    text-align: left;
}
.top-dianhua-icon{
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 15px;
}
.top-dianhua p{
    font-size:32px;
    color: #000;
    margin: 0;
    font-weight: bold;
    float: right;
    width: 246px;
    margin-top: 0px;
}
/*top结束*/
/*导航开始*/
* {
    box-sizing: border-box;
}
nav {
    position: relative;
    background:url("../../image/nav.jpg")repeat-x;
    height: 54px;
    line-height: 55px;
}
nav .line {
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #ff5003;
    margin-left: 35px;
}
nav ul {
    padding: 0;
    list-style: none;
    display: flex;
    width: 1200px;
    margin: auto;
}
nav ul li {
    margin: 0 40px;
    opacity: 1;
    transition: all 0.4s ease;

}
nav ul li:hover {
    opacity: 1;
}
nav ul li.active {
    opacity: 1;
}
nav ul li:last-child {
    margin-right: 0;
}
nav ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100px;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 16px;
    opacity: 1;
    text-align: center;
}
nav ul li a:hover{
    background: #fff;
    opacity: 0.1;
}

/*导航结束*/
/*。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/
/*banner开始*/
.flexslider{position:relative;height:600px;width:100%;overflow:hidden;background:url(../../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;padding: 0}
.slides li{height:650px;}
.flex-control-nav{position:absolute;z-index:2;width:100%;text-align:center;bottom: 90px}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../../images/preImg.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../../images/nexImg.png) center center no-repeat;}
.banner01{
    background:url(../../images/banner.jpg) 50% 0 no-repeat;
}
.banner02{
    background:url(../../images/banner02.jpg) 50% 0 no-repeat;
}
.banner03{
    background:url(../../images/banner03.jpg) 50% 0 no-repeat;
}
/*banner结束*/
/*。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/
/*产品分类开始*/
.light-mode {
    --primary-color: white;
    --info-color: #00b88b;
    --info-color-darker: white;
    --info-color-lighter: #7c8b97;
    --secondary-color: #7c8b97;
    --secondary-color-lightest: white;
    --secondary-color-darkest: black;
/*    border-radius:15px;*/
    margin-top: 30px;
    height:760px;
    width: 280px;
    float: left;
    background: #eeeeee;
}
.light-mode ul{
    width: 240px;
    margin-left: 20px;
    padding-top: 20px;
    font-size: 15px;
}


ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
a {
    color: currentColor;
    text-decoration: none;
}

/*//////////////////////*/
.icon{
    justify-content: center;
    align-items: center;
    width: 25px;
    margin-left: 10px;
}

/*/////////////////////*/


.menu {
    display: flex;
    flex-direction: column;
}
.menu > * ~ * {
    margin-top: 10px;
}
.menu-item {
    display: flex;
    align-items: center;
    color: var(--secondary-color);
    white-space: nowrap;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    height: 50px;
}
.menu-item.active {
    color: var(--info-color-darker);
    background: var(--info-color);
    height: 40px;
}

.divider {
    position: relative;
    width: 123%;
    left: -27px;
    max-height: 2px;
    margin: 1rem 0;
    border-top: 2px solid #eaecf0;
}
.top-product{
    font-size: 32px;
    background: #00b88b;
    color: #fff;
    /*background: -webkit-linear-gradient(top,  #c0c0c0 ,#888888); !* Safari 5.1 - 6.0 *!
    background: -o-linear-gradient(top, #c0c0c0 ,#888888); !* Opera 11.1 - 12.0 *!
    background: -moz-linear-gradient(top, #c0c0c0 ,#888888); !* Firefox 3.6 - 15 *!
    background: linear-gradient(to top,#c0c0c0 ,#888888); !* 标准的语法 *!*/
    width: 100%;
    height: 110px;
/*    border-top-right-radius: 15px;
    border-top-left-radius: 15px;*/
    color: #fff;
}
.link-pro{
    font-size: 16px;
    background: #00b88b;
    color: #fff;
    line-height:50px;
    border-radius: 5px;
}
/*产品分类结束*/
/*产品分类图片开始*/
.demo{
    padding: 2em 0;
    width: 900px;
    float: right;
}
.product-grid{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease 0s;
    background: #fff;
}
.product-grid .product-image{ overflow: hidden; }
.product-grid .product-image a{ display: block; }
.product-grid .product-image img{
    width: 270px;
    height: 210px;
    transition: all 0.5s ease 0s;
}
.product-grid:hover .product-image img{ transform: scale(1.1); }
.product-grid .product-content{
    padding: 12px 12px 15px 12px;
    transition: all 0.5s ease 0s;
}
.product-grid:hover .product-content{ opacity: 0; }
.product-grid .title{
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
    color: #333;
    margin-top: 10px;
}
.product-grid .title a{ color: #000;font-size: 16px }
.product-grid .title a:hover{ color: #2e86de; }
.product-grid .price {
    font-size: 18px;
    font-weight: 600;
    color:#2e86de;
}
.product-grid .price span {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 7px;
    display: inline-block;
}
.product-grid .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50%;
    left: 50%;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.product-grid:hover .social{
    opacity: 1;
    bottom: 20px;
}
.product-grid .social li{ display: inline-block; }
.product-grid .social li a{
    color: #909090;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    margin: 0 7px;
    border: 1px solid #909090;
    border-radius: 50px;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.product-grid .social li a:hover {
    color: #fff;
    background-color: #00b88b;
    width: 80px;
}
.product-grid .social li a:before,
.product-grid .social li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #00b88b;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transform:translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}
.product-grid .social li a:after{
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform:translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1;
}
.product-grid .social li a:hover:before,
.product-grid .social li a:hover:after{
    opacity: 1;
}
@media only screen and (max-width:990px){
    .product-grid{ margin-bottom: 30px; }
}
.container{
    width: 900px;
}
.col-md-3{
    width: 30%;
    margin-left: 1.5%;
    margin-bottom: 20px;
    float: left;
}
/*产品分类图片结束*/
/*优势开始*/
.ys{
    width: 100%;
    background: url("../../image/ys.jpg")center no-repeat;
    height: 725px;
    margin-top: 60px;
}
.yslist {
    padding-top: 270px;
    width: 500px;
    float: right;
}
.yslist p {
    width: 480px;
    float: right;
font-size: 24px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 87px;
}
.yslist p span{
    font-size:20px;
}


/*优势结束*/
/*广告*/
.guanggao {
    width: 100%;
    height: 310px;
    background: url(../../image/gg.jpg)center no-repeat;
}
/*广告*/
/*案例展示开始*/
#wrapper{
    width:450px;
    margin:50px auto;
    height:400px;
    position:relative;
    color:#fff;
    text-shadow:rgba(0,0,0,0.1) 2px 2px 0px;
    float: left;
}

#slider-wrap{
    width:450px;
    height:400px;
    position:relative;
    overflow:hidden;
}
#slider-wrap ul li img{
    width:450px;
    height:400px;
}

#slider-wrap ul#slider{
    width:100%;
    height:100%;

    position:absolute;
    top:0;
    left:0;
}

#slider-wrap ul#slider li{
    float:left;
    position:relative;
    width:450px;
    height:400px;
}

#slider-wrap ul#slider li > div{
    position:absolute;
    top:20px;
    left:35px;
}

#slider-wrap ul#slider li > div h3{
    font-size:36px;
    text-transform:uppercase;
}

#slider-wrap ul#slider li > div span{
    font-family: Neucha, Arial, sans serif;
    font-size:21px;
}

#slider-wrap ul#slider li i{
    text-align:center;
    line-height:400px;
    display:block;
    width:100%;
    font-size:90px;
}


/*btns*/
.btns{
    position:absolute;
    width:50px;
    height:60px;
    top:50%;
    margin-top:-25px;
    line-height:57px;
    text-align:center;
    cursor:pointer;
    background:rgba(0,0,0,0.1);
    z-index:100;


    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.btns:hover{
    background:rgba(0,0,0,0.3);
}

/*#next{right:-50px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}*/
#counter{
    top: 30px;
    right:35px;
    width:auto;
    position:absolute;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
    min-width:20px;
    margin-top:350px;
    margin-left: auto;
    margin-right: auto;
    height:15px;
    position:relative;
    text-align:center;
}

#pagination-wrap ul {
    width:100%;
}

#pagination-wrap ul li{
    margin: 0 4px;
    display: inline-block;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#fff;
    opacity:0.5;
    position:relative;
    top:0;


}

#pagination-wrap ul li.active{
    width:12px;
    height:12px;
    top:3px;
    opacity:1;
    box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;
}
/*zzzzz*/
.topys{
    margin: auto;
    padding-bottom: 60px;
}
.topys li{
    float: left;
    width: 265px;
    margin-right: 35px;
    margin-top: 30px;
}
.topys li img{
    width: 265px;
    height: 380px;
}
.topys li p{
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: -40px;
    font-weight: bold;
    background: #666666;
    display: block;
    height: 40px;
    filter:alpha(opacity:70); opacity:0.7;  -moz-opacity:0.7;-khtml-opacity: 0.7;
}
.caselist{
    width: 100%;
    margin: auto;
    height: auto;
    margin-top: 30px;
}
.caselist li{
    float: left;
    width: 140px;
    height: 50px;
    margin: 5px;
    line-height: 50px;
}
.caselist li a{
    display: block;
    width: 140px;
    height: 50px;
    background: #dbdbdb;
}
.caselist li a:hover{
    display: block;
    height: 50px;
    background: #00b88b;
    color: #fff;
}
.leftlist{
    width: 750px;
    margin-top: 50px;
    float: left;
}
.leftlist li{
    width: 220px;
    float: left;
    margin-left: 30px;
    color: #222;
    text-align: center;
}
.leftlist li img{
    width: 220px;
    height: 165px;
}
.leftlist li p{
    font-size: 16px;
    line-height: 45px;
}
/*案例展示结束*/
/*查看更多图标*/
.app-store-btn {
    text-align: center;
    margin-top: 30px;
}

.app-store-btn a {
    display: inline-block;
    border: 1px solid #dac225;
    color: #dac225;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
    line-height: 28px;
    padding: 6px 20px;
}

.app-store-btn a:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

/*查看更多图标*/
/*关于我们开始*/
.abus{
    width: 100%;
    height: 640px;
    background: url("../../image/ab.jpg")no-repeat 50% 50%;
    color: #fff;
}
.absleft h1{
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #00b88b;
    font-size: 32px;
    text-align: left;
}
.absleft{
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    line-height:25px;
    text-align: left;
}
/*关于我们结束*/
/*新闻中心开始*/
.intnew{
    width:450px;
    height: 440px;
    float: left;
    background: #fff;
}
.intnew-top{
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 55px;
}
.intnew-top h2{
    display: block;
    float: left;
    border-bottom: 2px solid #000;
    color: #000;
    line-height: 55px;
    margin-left: 20px;
    font-size: 18px;
}
.intnew-top a{ font-size: 14px ;
color: #666;
    float: right;
    line-height: 55px;
    margin-right: 20px;
}
.intnew-list{
    width: 450px;
    margin-top: 40px;
    text-align: left;
    color: #666;
    font-size: 15px;
}
.intnew-list li {
    margin-bottom: 20px;
    width: 450px;
    overflow: hidden;
}
.intnew-list li p{
    height:55px;
    overflow: hidden;
    display: block;
    margin-top: 20px;
}
.intnew-list li a{
    color: #666;
    font-size: 18px;
}
.intnew-list li a:hover{
    color: #00b88b;
    font-size: 18px;

}
.intnew-right{
    width: 700px;
    float: right;
    text-align: left;
    margin-top:10px;
}
.intnew-right li {
    border-bottom: 1px dashed #c8c7cd;
    line-height:75px;
}
.intnew-right li a{
    font-size: 16px;
    color: #333;
}
.intnew-right li a:hover{
    font-size: 16px;
    color: #00b88b;
    margin: 5px;
}
.intnew-right li span{
    font-size: 16px;
    color: #333;
    float: right;
}
/*新闻中心结束*/
/*底部开始*/
.foottop{
    width: 100%;
    height: 15px;
}
.footbg{
    background: #008c6a;
    height: 380px;
    padding-top: 30px;
}
.friendlink{
    width: 100%;
    text-align: left;
    margin-top: 30px;
}
.friendlink p{
    color: #000;
    font-size: 24px;
}
.friendlink a{
    float: left;
    margin-right: 20px;
    color: #000;
    margin-top: 15px;
}
/*底部导航*/
.navfoot {
    position: relative;
    height: 54px;
}
.navfoot ul {
    padding: 0;
    list-style: none;
    display: flex;
    width: 1200px;
    margin: auto;
}
.navfoot ul li {
    opacity: 1;
    transition: all 0.4s ease;
    width: 12%;
    text-align: center;
    display: block;
    margin-top: 20px;

}
.navfoot ul li:hover {
    opacity: 1;
}
.navfoot ul li.active {
    opacity: 1;
}
.navfoot ul li:last-child {
    margin-right: 0;
    border-right: none;
}
.navfoot ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 16px;
    opacity: 1;
}
.navfoot ul li a:hover{
    color:#1725de;
}
.linkewm{
    width:210px;
    height: 130px;
    float: left;
    margin-top: 30px;
}
.footlink{
    float: left;
    margin-left: 30px;
    color: #fff;
    text-align: left;
    height: 130px;
    margin-top: 30px;
    font-size: 16px;
    border-left: 1px solid #fff;
    padding-left: 30px;
}
.footlink p{
    margin: 5px 0;
}
.footlinkewm{
    float: right;
    width: 238px;
    height: 154px;
    margin-top: 30px;
}
/*底部结束*/
