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: 3px;
    background: url("../../image/line.jpg")center no-repeat;
    margin-top: 10px;
}
/*top开始*/
.top{
    width: 100%;
    margin: auto;
    margin: 30px 0 10px 0;
}
.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: 125px;
    height: 80px;
}
.top-logo-txt{
    float: left;
    width: 460px;
    margin-left: 20px;
}
.top-tit{
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: -13px;
    letter-spacing: 1px;
    font-weight:400;
    color: #000;
}
.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-color: #3288e6;
    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 30px;
    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: 18px;
    opacity: 1;
    text-align: center;
}
nav ul li a:hover{
    background: #fff;
    opacity: 0.5;
    color: #025379;
}

/*导航结束*/
/*。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/
/*banner开始*/
.flexslider{position:relative;height:700px;width:100%;overflow:hidden;background:url(../../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;padding: 0}
.slides li{height:700px;}
.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(../../image/banner1.jpg) 50% 0 no-repeat;
}
.banner02{
    background:url(../../image/banner2.jpg) 50% 0 no-repeat;
}
.banner03{
    background:url(../../image/banner3.jpg) 50% 0 no-repeat;
}
/*banner结束*/
/*。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/
/*产品分类开始*/
.light-mode {
    --primary-color: white;
    --info-color: #02a21c;
    --info-color-darker: white;
    --info-color-lighter: #7c8b97;
    --secondary-color: #7c8b97;
    --secondary-color-lightest: white;
    --secondary-color-darkest: black;
/*    border-radius:15px;*/
    height:1000px;
    width: 220px;
    float: left;
    border-right: 1px solid #d3d3d3;
}
.light-mode ul{
    width: 220px;
    padding-top: 20px;
}
.menu a{
    display: block;
    color: #999;
    padding-left: 20px;
    }
.menu a:hover{
    background-color: #3288e6;
    color: #fff;
    transition: 0.3s;
}

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;
    white-space: nowrap;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    height: 43px;
}
.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-color: #3288e6;
    width: 100%;
    height:160px;
/*    border-top-right-radius: 15px;
    border-top-left-radius: 15px;*/
    color: #fff;
}
.link-pro{
    font-size: 16px;
    background: #117f11;
    color: #fff;
    line-height:50px;
    border-radius: 5px;
}
/*产品分类结束*/
/*产品分类图片开始*/
.demo{
    padding: 2em 0;
    width: 980px;
    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;
    line-height: 55px;
}
.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:#3288e6;
}
.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: #3288e6;
    width: 80px;
}
.product-grid .social li a:before,
.product-grid .social li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #3288e6;
    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: 40px;
    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: 400px;
    background: url(../../image/gg.jpg)center no-repeat;
    margin-top: 30px;
}
/*广告*/
/*案例展示开始*/
.topys{
    margin: auto;
    padding-bottom: 60px;
}
.topys li{
    float: left;
    height: 220px;
    width: 287px;
    margin-left: 20px;
    margin-top: 30px;
}
.topys li div{
    width: 100%;
    height: 220px;

    overflow: hidden;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.topys li div a{
    display: block;
    width: 100%;
    border: 1px solid #b9babe;
}
.topys li div a:hover{
    border: 1px solid #0180bb;
   border-radius: 50px;
}
.topys li:nth-child(1){
    width: 585px;
    height: 470px;
    margin-left: 0;
}
.topys li:nth-child(1) img{
    width: 585px;
    height: 470px;
}
.topys li img{
    width:100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.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;
    padding-left: 120px;
}
.caselist li{
    float: left;
    width: 155px;
    height: 50px;
    margin: 20px;
    line-height: 50px;
}
.caselist li a{
    display: block;
    width: 155px;
    height: 50px;
    background: #dbdbdb;
}
.caselist li a:hover{
    display: block;
    width: 155px;
    height: 50px;
    background: #3288e6;
    color: #fff;
}
/*案例展示结束*/
/*查看更多图标*/
.app-store-btn {
    text-align: center;
    margin-top: 30px;
}

.app-store-btn a {
    display: inline-block;
    border: 1px solid #3288e6;
    color: #3288e6;
    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: #3288e6;
    color: #fff;
}

/*查看更多图标*/
/*关于我们开始*/
.abus{
    width: 100%;
    height: 580px;
    background: url("../../image/aboutus.jpg")no-repeat center;
    margin-top: 40px;
}
.absleft h1{
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #3288e6;
    font-size: 32px;
    text-align: left;
}
.absleft{
    width: 645px;
    float: left;
    font-size: 14px;
    color: #666;
    margin-top: 230px;
    line-height:25px;
    text-align: left;
}
/*关于我们结束*/
/*新闻中心开始*/
/* 公共样式表css */
.intnew{
    width: 100%;
    margin: 20px;
}
.intnew li{
    width: 48%;
    margin: 20px 1% 0 1%;
    float: left;
    text-align: left;
    background: #eee;
    padding: 20px!important;
}
.intnew li p{
    color: #666;
}
.intnew-top{
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 55px;
}
.intnew-top h2{
    display: block;
    float: left;
    border-bottom: 2px solid #3288e6;
    color: #3288e6;
    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: 340px;
    margin-left: 20px;
    margin-top: 20px;
    text-align: left;
    color: #666;
    font-size: 15px;
}
.intnew-list li {
    margin-bottom: 30px;
    width: 340px;
    overflow: hidden;
}
.intnew-list li a:hover{
    color: #3288e6
}
/*常见问题、、、、、、、、*/
.scrollbox{ width: 340px; margin: 0 auto; overflow: hidden; }
#scrollDiv{width:340px;height:450px; overflow:hidden;text-align: left}/*这里的高度和超出隐藏是必须的*/
#scrollDiv li{  height:90px; width:300px; padding:0 20px; overflow:hidden; vertical-align:bottom; zoom:1; border-bottom:#B7B7B7 dashed 1px;}
#scrollDiv li h3{ height:24px; padding-top:13px; font-size:14px; color:#353535; line-height:24px; width:300px;}
#scrollDiv li h3 a{color:#353535;font-size: 14px; text-decoration:none}#scrollDiv li h3 a:hover{ color:#04a274}
#scrollDiv li div{ height:36px; width:300px; color:#416A7F; line-height:18px; overflow:hidden;margin-top: 10px}
#scrollDiv li div a{ color:#416A7F; text-decoration:none}

.scroltit{ height:26px; line-height:26px; padding-bottom:4px; margin-bottom:4px;margin-top: 20px;}
.scroltit h3{ width:100px; float:left;}
.scroltit .updown{float:right; width:32px; height:22px; margin-left:4px}
#but_up{ background:url(../../images/up.gif) no-repeat 0 0; text-indent:-9999px}
#but_down{ background:url(../../images/down.gif) no-repeat 0 0; text-indent:-9999px}


#n{margin:10px auto; width:920px; border:1px solid #CCC;font-size:12px; line-height:30px;}
#n a{ padding:0 4px; color:#333}
/*常见问题、、、、、、、、*/
/*新闻中心结束*/
/*底部开始*/
.foottop{
    width: 100%;
    height: 15px;
}
.footbg{
    background: #191919;
    height: 380px;
    padding-top: 30px;
}
.friendlink{
    width: 100%;
    text-align: left;
}
.friendlink p{
    color: #fff;
    font-size: 24px;
}
.friendlink a{
    float: left;
    margin-right: 20px;
    color: #fff;
    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;
    border-right: 1px solid #fff;
    width: 120px;
    margin-left: 40px;
    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;
    width: 80px;
}
.navfoot ul li a:hover{
    color:#0b4e38;
}
.linkewm{
    width: 130px;
    height: 130px;
    float: right;
    margin-top: 30px;
}
.dilogo{
    width: 190px;
    height: 120px;
    float: left;
    margin-top: 30px;
}
.footlink{
    float: left;
    margin-left: 30px;
    color: #fff;
    text-align: left;
    height: 130px;
}
.footlink p{
    margin-top: 5px;
}
/*底部结束*/
/*优势开始*/
.main_box{
    width: 100%;
    position: relative;
}
.box{
    width: 1232px;
    margin: 10px auto;
    padding: 15px;
}
.box ul li{
    width: 266px;
    height: 300px;
    box-shadow: 3px 2px 30px rgba(0,0,0,.1);
    float: left;
    text-align: center;
    position: relative;
    transition: all .6s ease-out;
}
.box ul li h3{
    padding-top: 30px;
    color: #333;
    font-size: 18px;
}
.box ul li p{
    margin-top: 7px;
    color: #666;
    font-size: 14px;
    display: block;
    width: 80%;
    margin-left: 10%;
}
.box ul li img{
    width: 150px;
    height: 150px;
    position: absolute;
    right: 26px;
    bottom: 40px;
    transition: all .6s ease-out;
}
.box ul .on{
    width: 402px;
    height: 300px;
    background-color: #3288e6;
    text-align: left;
}
.box ul .on h3{
    padding-left: 20px;
    color: #FFF;
}
.box ul .on p{
    margin-left: 20px;
    color: #FFF;
}
.box ul .on img{
    width: 195px;
    height: 195px;
    position: absolute;
    right: 30px;
    bottom: 10px;
}
/*展会开始*/
.zhanhui{
    width: 100%;
    margin:30px 0 0 0;
}
.zhanhui li{
    width: 23%;
    margin: 0 1%;
    float: left;
}
.zhanhui li img{
    width: 100%;
    height: 260px;
}
.zhanhui li p{
    font-size: 16px;
    color: #666;
}
/*流程开始*/
.lc{
    width: 100%;
    height: 560px;
    background: url("../../image/lc.jpg")no-repeat center;
    padding-top: 30px;
    margin-top: 40px;
}
.lc-txt{
    width: 100%;
    margin: auto;
}
.lc-txt li{
    width: 200px;
    float: left;
    color: #fff;
    margin-top:150px;
}
.lc-txt li h3{
    text-align: left;
    margin-left: 20px;
}
.lc-txt li p{
 margin-top: 10px;
    width: 80%;
    margin-left: 10%;
    text-align: left;
}