/*初始样式*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset,figure,figcaption, table, th, td img{margin:0; padding:0; }
a, abbr, acronym, address, big, blockquote, body, caption, cite, code, dd, dl, dt, fieldset, form, h1,time, h2, h3, h4, h5, h6, html, img, ins, kbd, label, legend, li, ol, p, pre, q, s, samp, small, span, strike, strong, ul {margin:0; padding:0; border:0; outline:0; vertical-align:baseline; }
body{font-family: 'Microsoft Yahei'; font-size: 14px;color: #252525;line-height:30px; background:#fff; text-align:left; margin:0 auto;font-weight:normal;}
article, aside, details, figcaption, figure, footer, header, menu, nav, section{display:block; }
.transition{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;}
*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
button{border-radius:0;-webkit-border-radius:0px; outline:none;}
input{border-radius:0; outline:none;}
ul,li{list-style:none; }
button{cursor:pointer; } /*这个可以不用*/
textarea {resize :none; outline:none;}/*去掉提交框右下角箭头*/
/*全局的字体链接*/
a:link,a:visited{color:#333; text-decoration:none; }
a:hover,a:active{/*color:#f02d21;*/ text-decoration:none; }
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0px; }
.container{width: 1200px;padding: 0 15px;margin: 0 auto;}
.container-fuld{width: 1720px;padding:0 15px;margin: 0 auto;}
/*-------------------------------------------------------------------------------------------------------------------------*/

/*--------网站样式开始--------------------------------------------*/

/*-------公共头部样式（滚动字幕+导航条）开始---------------------*/
.top-scrolly{
    padding: 5px 0;
}
.top-scrolly marquee{
    width: 350px;
    color: #40af8f;
}
.header-nav{
    background: url("../images/headerbg.jpg") no-repeat;
    padding: 30px 0;
}
.logo,.navbar li{
    float: left;
}
.logo{
    padding-left: 20px;
}
.nav-logo{
    display: none;
    float: left;
}
.navbar{
    float: right;
    width: 60%;
    padding-top: 10px;
}
.navbar li{
    width: 15.555%;
    padding: 0 15px;
    text-align: center;
}
.navbar li a{
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
}
.active{
    background: #ffffff;
    border-radius: 50px;
}
.active a{
    font-weight: bold;
    color: #40af8f!important;
}
.index_button,.nav_left{
    display: none;
}
.index_button{
    background: transparent;
    border: none;
    float: right;
}
/*-------公共头部样式（滚动字幕+导航条）结束---------------------*/
/*-------------内页banner开始--------------------------*/
.banner{
    line-height: 1px;
}
.banner img{
    width: 100%;
    height: auto;
}
/*-------------内页banner结束--------------------------*/
/*----------底部footer开始------------------------------------*/
.footer{
    background: url(../images/bg.jpg) no-repeat;
    padding: 60px 0;
}
.ft-tubiao,.ft-nav,.ft-weixin{
    float: left;
    width: 20%;
    color: #ffffff;
}
.ft-nav h3{
    color: #ffffff;
    font-size: 18px;
}
.ft-nav ul li{
    color: #bcbcbc;
}
.ft-nav ul li a{
    color: #bcbcbc;
    padding-right: 30px;
}

.ft-tubiao img,.ft-weixin img{
    width: 70%;
    height: auto;
}
.ft-weixin{
    padding-left: 20px;
}
.ft-zx{
    text-align: center;
    color: #ffffff;
    padding-top: 30px;
}
.ft-zx img{
    vertical-align: middle;
}
.ft-zx span{
    font-size: 24px;
    padding-left: 10px;
}
.friends-link{
    background: #252525;
    color: #ffffff;
    padding: 15px 0;
}
.friends-link span{
    padding-right: 10px;
}
.friends-link a{
    color: #bcbcbc;
}
.ft-xs{
    display: none;
}
/*----------底部footer结束------------------------------------*/
/*----------页码样式开始---------------------------------------*/
.page-list a{
    background: #95a7a3;
    display: inline-block;
    padding:0 10px;
    color: #FFFFFF;
    border-radius: 5px;
}
.page-list a b{
    background: #95a7a3;
}
.page-list b{
    display: inline-block;
    background: #456a61;
    padding:0 10px;
    color: #FFFFFF;
    border-radius: 5px;
}
/*----------页码样式结束---------------------------------------*/
/*----------面包屑导航开始--------------------------------------*/
.mbx{
    padding-bottom: 5px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 20px;
    color: #7b7979;
}
.mbx a{
    color: #7b7979;
}
/*----------面包屑导航结束--------------------------------------*/
/*-----------首页banner轮播开始------------------------------------------*/
.flexslider{
    position:relative;
    height:auto;
    overflow:hidden;
}
.slides{
    position:relative;
    z-index:1;
}
.slides li{
    height:auto;
    line-height: 0;
}
.slides li img{
    width: 100%;
    height: auto;
}
.flex-control-nav{
    position:absolute;
    bottom:55px;
    z-index:2;
    width:100%;
    text-align:center;
}
.flex-control-nav li{
    display:inline-block;
    width:15px;
    height:15px;
    margin:0 15px;
    *display:inline;
    zoom:1;
    list-style-type: none;
}
.flex-control-nav a{
    display:inline-block;
    width:15px;
    height:15px;
    line-height:43px;
    overflow:hidden;
    background:url(../images/dot.png) right 0 no-repeat;
    cursor:pointer;
    transition: all 0.5s;
}
.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:32px;
    height:32px;
    overflow:hidden;
    cursor:pointer;
    position:absolute;
}
.flex-direction-nav li a.flex-prev{
    left:40px;
    background:url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next{
    right:40px;
    background:url(../images/next.png) center center no-repeat;
}
.hudu{
    overflow: hidden;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    z-index: 2;
    background: url(../images/bandotbg.png) no-repeat center bottom;
    background-size: 100% 95px;
    height: 95px;
    text-align: center;
    _display: none;

}
/*-----------首页banner轮播结束------------------------------------------*/
/*-----------------首页网站样式开始---------------------------------*/
/*首页联系开始*/
.index-lx{
    background: #ececec;
    padding: 60px 0;
}
.index-lxlist{
    width: 33.333%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}
.index-bg{
    background: #ffffff;
    text-align: center;
    padding: 30px 0;
}
.lx-title a{
    color: #40af8f;
    font-size: 18px;
}
.lx-xj{
    color: #9f9f9f;
}
/*首页联系结束*/
/*首页产品推荐开始*/
.prlist{
    width: 33.333%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 30px;
}
.prlist:nth-child(3n+1){
    clear: left!important;
}
.pr-title{
    background: #ececec;
    padding-top: 30px;
    padding-bottom: 60px;
}
.pr-title h3{
    font-size: 28px;
    font-weight: bold;
    color: #2cb0b5;
    text-align: center;
}
.title-line{
    width: 70px;
    height: 5px;
    background: #2cb0b5;
    margin: 15px auto 0 auto;
}
.pr-bg{
    background: url(../images/prbg.jpg) no-repeat;
    padding: 60px 0 30px 0;
}
.pr-img{
    line-height: 1px;
}
.pr-img img{
    width: 100%;
    height: auto;
}
.pr-t{
    background: #40af8f;
    text-align: center;
    padding: 8px 0;
    border-bottom: 7px solid #ffd25c;
}
.pr-t a{
    color: #ffffff;
    font-size: 18px;
}
.media-cp{
	display:none;
}
/*首页产品推荐结束*/
/*首页成功案例开始*/
.index-case{
    padding: 60px 0;
}
.bt{
    background: none;
}
.indexcase-left,.indexcase-right{
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
 }
.cl-title{
    margin-bottom: 20px;
}
.cl-xt{
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #2d2d2d;
}
.cl-more{
    float: right;
}
.cl-more a{
    color: #99ccff;
}
.cl-xt img{
    vertical-align: middle;
}
.cl-b li{
    padding-bottom: 3px;
	border-bottom: 1px solid #ececec;
	margin-bottom:10px;
}
.cl-b li a{
    display: block;
    color: #666666;
    font-size: 16px;
}
.cl-b li a:hover{
    font-weight: bold;
}
.cl-bt{
    float: left;
}
.cl-date{
   float: right;
}
.index-vleft{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
}
/*首页成功案例结束*/
/*首页新闻中心开始*/
.index-news{
    background: url(../images/xwbg.jpg) no-repeat;
    padding: 60px 0;
}
.xwmain{
    background: #ffffff;
}
.xw-m{
    background: url(../images/xwsmbg.png) no-repeat;
    padding: 40px 0;
}
.xw-en{
    text-transform:uppercase;
    text-align: center;
    font-weight: bold;
    color: #40af8f;
    font-size: 18px;
    letter-spacing: 1px;
}
.xw-tab{
    width: 25%;
    margin: 0 auto;
    padding-top: 20px;
}
.xw-tab div{
    color: #ffffff;
    background:#40af8f;
    float: left;
    padding: 3px 30px;
    margin: 0 15px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}
.tab-active{
    background: #ffffff!important;
    color: #40af8f!important;
}
.xw-j{
    width: 50%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 19px;
    padding-top: 20px;
}
.xw-content{
    background: #ffffff;
    width: 70%;
    margin: 25px auto 0 auto;
}
.xw-item1 ul li,.xw-item2 ul li{
    border-bottom: 1px solid #ececec;
}
.xw-item1 ul li a,.xw-item2 ul li a{
    display: block;
    padding: 5px 15px;
}
.xw-title{
    float: left;
}
.xw-date{
    float: right;
}
/*首页新闻中心结束*/
/*首页关于我们开始*/
.index-about{
    background: url(../images/abbg.jpg) no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}
.ablist1{
    padding-bottom: 60px;
}
.ableft,.abright{
    float: left;
    width: 50%;
}
.abright{
    padding-top: 13%;
}
.abright h3,.abserve h3{
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    font-weight: 400;
}
.abright p a,.abserve p a{
    color: #40af8f;
}
.abimg{
    padding-top: 0;
}
.abserve{
    padding-top: 13%;
}
.abserve h3{
    /*font-size: 24px;*/

}
/*首页关于我们结束*/
/*-----------------首页网站样式结束---------------------------------*/
/*-----------------产品中心页面开始--------------------------------*/
.pm{
    background: url(../images/pmbg.jpg) no-repeat;
    /*background-size: 100%;*/
    padding-bottom: 60px;
}
.pm-nav ul li{
    float: left;
    width: 16.5555%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 20px;
    border-bottom: 2px solid transparent;
}
.pm-nav ul li a{
    width: 100%;
    display: inline-block;
    margin-bottom: 7px;
    background: #456a61;
    padding: 3px 0;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid transparent;
}
.pm-nav ul li:hover{
    border-bottom: 2px solid #456a61;
}
.pm-nav ul li:hover .pm-a{
    background: #ffffff;
    color: #456a61;
    border: 2px solid #456a61;
}
.pm-list{
    float: left;
    width: 29%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 25px 40px 25px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: perspective(1000px) translate3d(0,0,0);
    transform: perspective(1000px) translate3d(0,0,0);
    border-radius: 10px;
    background: #ffffff;
}
.pm-list:nth-child(3n+1){
     clear: left!important;
 }
.pm-list a{
    display: block;
    position: relative;
}
.pm-list a img{
    width: 100%;
    height: auto;
}
.pm-main{
    padding: 60px 0;
}
.pb{
    overflow: hidden;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    z-index: 2;
    background: url(../images/pb.png) no-repeat center bottom;
    background-size: 100% 100%;
    height: 100px;
    text-align: center;
    _display: none;
}
.pm-title{
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    z-index: 33;
}
.pm-list:hover .pm-title{
    color: #fff;
}
.pm-list:hover{
    -webkit-transform: perspective(1000px) translate3d(0,0,10px);
    transform: perspective(1000px) translate3d(0,0,10px);
    box-shadow: 1px 3px 43px rgba(116, 116, 116, 0.65);
}
.pm-list:hover .pb{
    background: url(../images/pb1.png) no-repeat center bottom;
    background-size: 100% 100%;
    height: 100px;
}

/*-----------------产品中心页面结束--------------------------------*/
/*---------------成功案例页面开始----------------------------------*/
.case-main{
    background: url(../images/casebg.jpg) no-repeat;
    padding: 80px 0;
}
.case-nav{
    float: left;
    padding-right: 20px;
}
.case-nav a{
    display: inline-block;
    background: #456a61;
    color: #ffffff;
    padding: 3px 30px;
    font-size: 18px;
    letter-spacing: 1px;
}
.case-ul{
    padding-top: 60px;
}
.case-list{
    padding: 30px;
    border-bottom: 1px solid transparent;
}
.case-list:hover{
    background: #f0eeee;
    border-bottom: 1px solid #456a61;
    box-shadow: 2px 2px 2px #666;
}
.case-list a{
    display: block;
}
.case-left,.case-right{
    width: 50%;
    float: left;
}
.case-bg{
    text-align: center;
    background: #456a61;
	width: 283px;
    padding: 0 10px;
	overflow:hidden;
}
.case-bg img{
	width:100%;
	height:auto;
}
.case-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px;
}
.case-left h3{
    color: #415b76;
    padding-bottom: 5px;
}
.case-date span{
    font-size: 14px;
    color: #666666;
    border-bottom: 2px solid #456a61;
    display: inline-block;
    padding-bottom: 2px;
}
.case-date{
    padding-bottom: 20px;
}
/*---------------成功案例页面开始----------------------------------*/
/*---------------新闻中心页面开始----------------------------------*/
.news-main{
    background: #ececec;
    padding: 80px 0;
}
.news-nav li{
    float: right;
    margin-left: 30px;
    border: 2px solid transparent;
}
.news-nav li a{
    width: 100%;
    display: inline-block;
    margin-bottom: 7px;
    background: #456a61;
    padding: 3px 25px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid transparent;
}
.news-nav li:hover{
    border-bottom: 2px solid #456a61;
}
.news-nav li:hover .news-a{
    background: #ffffff;
    color: #456a61;
    border: 2px solid #456a61;
}
.news-left,.news-right{
    float: left;
}
.news-ul{
    padding-top: 30px;
}
.news-list{
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 50px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: perspective(1000px) translate3d(0,0,0);
    transform: perspective(1000px) translate3d(0,0,0);
}
.news-list:hover{
    -webkit-transform: perspective(1000px) translate3d(0,0,20px);
    transform: perspective(1000px) translate3d(0,0,20px);
    box-shadow: 1px 3px 43px rgba(116, 116, 116, 0.65);
}
.hg{
    position: absolute;
    top: -22px;
    left: 41px;
    display: none;
}
.news-list:hover .hg{
    display: block;
}
.news-left{
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 20px;
    color: #888;
}
.news-left h3{
    color: #456a61;
}
.news-right{
    width: 20%;
    background: url(../images/news-more.png) no-repeat right;
    background-size: 100% 100%;
    text-align: center;
}
.news-p{
    padding: 38px 0 38px 45px;
    color: #ffffff;
}
.news-d{
    display: none;
    font-size: 12px;
}
/*---------------新闻中心页面结束----------------------------------*/
/*--------------关于我们页面开始-----------------------------------*/
.about-main{
    padding: 80px 0;
    background: #ececec;
}
.about-title{
    text-align: center;
}
.about-title h3{
    background: url(../images/atb.png) no-repeat center;
    padding: 15px 0;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 1px;
}
.about-title p{
    padding-top: 15px;
    color: #415b76;
    font-weight: bold;
    letter-spacing: 1px;
}
.about-box{
    margin-top: 60px;
}
.about-left,.about-right{
    float: left;
    width: 50%;
    text-align: center;
}
.about-left p{
    text-align: left;
    margin-bottom: 15px;
}
.about-icon img{
    padding: 0 10px;
}
.about-s{
    background: url(../images/abab.jpg) no-repeat;
    margin-top: 60px;
    padding: 50px 0;
}
.about-l{
    float: left;
    width: 33.333%;
    color: #ffffff;
    text-align: center;
}
.shu{
    font-size: 36px;
    padding-top: 15px;
}
.shu span{
    font-size: 16px;
}
.ss{
    font-size: 16px;
    padding-top: 10px;
}
.top-about,.middle-about{
    margin-top: 80px;
}
.top-left,.top-right,.middle-left,.middle-right{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}
.top-left img,.middle-right img{
    width: 100%;
    height: auto;
}
.top-right,.middle-left{
    padding-top: 80px;
}
.top-right{
    padding-left: 30px;
}
.middle-left{
    padding-right: 30px;
}
.top-right h3,.middle-left h3{
    font-size: 20px;
    padding-bottom: 8px;
}
/*--------------关于我们页面结束-----------------------------------*/
/*--------------联系我们页面开始------------------------------------*/
.con-top{
    background: #6f8e98;
}
.contact-main{
    margin-top: 60px;
    background: #ffffff;
    padding: 60px 15px 0 15px;
}
.contact-left,.contact-right{
    float: left;
    width: 50%;
}
.contact-left{
    padding-left: 60px;
}
.contact-right img{
    width: 100%;
    height:auto;
}
.contact-left h3{
    font-size: 36px;
    padding-bottom: 60px;
}
.contact-left p{
    font-weight: 600;
    padding-bottom: 10px;
}
.contact-right p:first-child{
    font-weight: 600;
}
.contact-right p{
    padding-bottom: 10px;
}
.cb{
    line-height: 1px;
}
.cb img{
    width: 100%;
    height: auto;
}
.contact-b{
    padding: 80px 0;
}
.contact-a{
    background: #ececec;
    padding: 5px 5px 0 5px;
}
.contact-list{
    width: 33.3333%;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-list:nth-child(3n+1){
    clear: left!important;
}
.contact-d{
    background: #FFFFFF;
    padding: 30px 0;
}
.con1{
    padding: 0 5px 5px 5px;
}
.con-t{
    font-weight: bold;
}
.contact-map{
    background: url(../images/contactbg.jpg) no-repeat;
    padding: 60px 0;
}
.map-title h3{
    text-align: center;
    font-size: 28px;
}
.map{
    margin-top: 30px;
}
/*--------------联系我们页面结束------------------------------------*/
/*-------------内容页开始-----------------------------------------*/
.context{
    padding: 60px 0;
}
.center{
    padding-top: 30px;
}
.txt-left,.txt-right{
    float: left;
}
.txt-left{
    width: 25%;
}
.txt-right{
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
}
.txt-left img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    border-bottom: 3px solid #456a61;
    border-top: 3px solid #456a61;
}
.txt-left ul{
    background: #ececec;
}
.txt-left ul li{
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 15px 10px 15px;
}
.txt-left ul li:first-child{
    background: #456a61;
    margin-bottom: 15px;
    padding-top: 10px;
    color: #FFFFFF;
    font-size: 18px;
}
.txt-title{
    text-align: center;
}
.txt-m{
    padding-top: 20px;
}
/*-------------内容页结束-----------------------------------------*/
/*--------网站样式结束--------------------------------------------*/
.bh{
    display: none;
    width: 100%;
    background: #ffffff;
    margin: 20px 0;
}
.bh a{
    display: block;
    float: left;
}
.bh a:nth-child(1){
    width: 29%;
}
.bh a:nth-child(2){
    width: 69%;
}
.bh .im1{
    width: 100%;
    height: auto;
}
.bh .im2{
    width: 100%;
    height: auto;
}
@media screen and (max-width:750px){
    .bh{
        display: block;
    }
}