body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #0679e4;
}

.color {
    color: #0679e4;
}

.banner{width: 100%;position: relative;z-index: 0;overflow: hidden;}
.banner .flexslider{ width:1920px;position:relative;left: 50%;margin-left: -960px;overflow:hidden; min-width:1000px;}
.banner .slides{position:relative;z-index:1;}
.banner .slides li{}
.banner .slides li img{width: 100%; margin:0 auto; display:block;}
/*左右切换*/
.banner .flex-direction-nav {width: 1200px;height: 48px;position: absolute;left: 50%;top: 50%;margin:-24px 0 0 -600px;  z-index: 1}
.banner .flex-direction-nav a.flex-prev,
.banner .flex-direction-nav a.flex-next{position: absolute;width: 25px;height: 48px;background:none;font-size: 0}
.banner .flex-direction-nav a.flex-prev{left: 0;}
.banner .flex-direction-nav a.flex-next{right: 0;background-position:-25px 0; }
/*dot*/
.banner .flex-control-paging{}
.banner .flex-control-nav{ display: none; width: 1000px;position:absolute;left: 50%;margin-left: -500px;bottom: 50px; z-index:2;text-align:center;}
.banner .flex-control-nav li{display:inline-block;*display:inline;zoom:1;font-size: 0;margin: 0 6px;}
.banner .flex-control-nav a{display:block;width:20px;height:4px;border-radius:5px;background:#999;cursor:pointer;}
.banner .flex-control-nav .flex-active{background: #0461bb; width: 40px; height: 4px; position: relative; }
.maincolor{
    color:#009148;
}

/*首页banner*/
.banner17 .shutter {
    overflow: hidden;
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.banner17 .shutter-img {
    z-index: 1;
}

.banner17 .shutter-img,
.banner17 .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner17 .shutter-img a {
    cursor: default;
}

.banner17 .shutter-img a>img {
    width: 1920px;
    height: auto;
}

.banner17 .shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.banner17 .shutter-btn {
    width: 1300px;
    height: 64px;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-left: -650px;
    margin-top: -32px;
    left: 50%;
    clear: both;
    display: none;
}

.banner17:hover .shutter-btn {
    display: block;
}

.banner17 .shutter-btn li {
    width: 64px;

    height: 64px;
    cursor: pointer;
}

.banner17 .shutter-btn li.prev {
    float: left;
    background: url(../images/public/left3.png) no-repeat;
}

.banner17 .shutter-btn li.next {
    float: right;
    background: url(../images/public/right3.png) no-repeat;
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header , .content , .footer { width:1200px; margin:0 auto;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}




.top_bg{ height:180px; background:url(../images/top_bg.gif) repeat-x;overflow: hidden;}
.header{width: 1200px; margin:0 auto;}
.h_con{ height:97px; padding: 23px 0 0; overflow:hidden;}
.h_con h1{ float:left;width: 425px;}
.h_con h1 img{ width:407px; height:76px;}
.h_con .h_dw{ float:left; font-size:22px; color:#333;font-weight: bold;height: 56px;line-height: 62px;overflow: hidden; background:url(../images/t_line.gif) no-repeat 0 55px;}
.h_dw i{color: #29934c;}
.h_con .tel{ float:right;line-height: 24px; background:url(../images/tel.gif) no-repeat 0 23px;padding: 10px 0 0 32px;font-size: 14px;color: #333;}
.tel b{display: block;font-size: 24px; font-family:"Times New Roman", Times, serif;}
.h_nav{ height:60px; line-height:60px;overflow: hidden;}
.h_nav em{width: 16px;height: 16px;display: block;line-height: 0;position: absolute;top: 23px;left: 0;z-index: 20;}
.h_nav em img{width: 16px;height: 16px;}
.h_nav li{height: 60px; float:left;background:url(../images/nav_bor.gif) no-repeat right 24px;padding: 0 46px;}
.h_nav li a{ font-size:14px; color:#333;display:block; float:left;position: relative;vertical-align: middle;text-align: center;height: 60px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;}
.h_nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #29934c;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.h_nav li a:hover:before, .h_nav li a:focus:before, .h_nav li a:active:before {
  right: 0;
}
.h_nav li.cur a{ background:url(../images/nav_line.gif) repeat-x 0 bottom;}
.h_nav li a:hover{color: #29934c;}
.h_nav .nobor{background: none;padding-right: 0;}
em,i{ font-style:normal;}


        /*banner*/
        .fullSlide{ min-width:1200px; position:relative; height:600px;}
        .fullSlide .bd{ position:relative; z-index:0;}
        .fullSlide .bd ul{ width:100% !important;  }
        .fullSlide .bd li{ width:100% !important;  height:600px; overflow:hidden; text-align:center;  }
        .fullSlide .bd li a{ display:block; height:600px; }
		.fullSlide .bd li img {width: 1920px;height: 600px;display: block;position: absolute;top: 0;left: 50%;margin-left: -960px;}
        .fullSlide .hd{ width:1200px; left:50%; margin-left:-600px; bottom:30px; position:absolute; z-index:1;}
        .fullSlide .hd ul{margin-left:500px; }
        .fullSlide .hd ul li{ float:left; margin:0 5px; display:inline; cursor:pointer; width: 62px;height: 5px;background: #000; text-indent: -999px;}
        .fullSlide .hd ul .on{background: #29934c;}
        .fullSlide .pageState{display: block;font-size: 30px;color: #fff;position: absolute;bottom: -105px;right: 0;height: 103px;width: 133px;text-align: center;line-height: 88px;overflow: hidden; font-family:Georgia, "Times New Roman", Times, serif;}
        .fullSlide .pageState span{font-size: 60px;}
      


        .search{ width:1200px; margin:0 auto;position: relative;height: 76px;}
.search p{ float:left;font-size: 14px; color:#666; width:780px; height:76px; line-height:76px; overflow:hidden; background:url(../images/s_line.gif) no-repeat 0 32px;padding: 0 0 0 10px;}
.search p a{font-size: 14px; color:#666; padding:0 10px 0 0;}
.search p a:hover{color: #29934c;}
.search .ser_inp{ width:230px; height:20px; border:none; float:left; font-family:"Microsoft YaHei";font-size: 14px; color:#666; line-height:20px; outline:none;margin-top: 26px;}
.search .ser_so{cursor: pointer; float:left; background:url(../images/s_so.gif) no-repeat; border:none; width:20px; height:20px;margin-top: 26px;}
input::-webkit-input-placeholder {color: #666;}
.search span{display: block;width: 133px;height: 103px;background: #29934c;position: absolute;top: -27px;right: 0;}


.f_bg{ background:url(../images/f_bg.jpg) no-repeat center 0; height:260px;padding: 85px 0 0; overflow:hidden;}
.footer{width: 1200px; margin:0 auto;}
.f_nav{height: 66px;line-height: 66px;overflow: hidden;width: 1200px;}
.f_nav ul li{float: left; background:url(../images/f_line01.gif) no-repeat left 28px;}
.f_nav ul li a{font-size: 14px;color: #333;padding: 0 20px 0 30px;}
.f_nav ul li a:hover{font-weight: bold;}
.f_nav ul li:first-child{ background: none;}
.f_logo{width: 475px;height: 167px;padding: 27px 0 0; background:url(../images/f_line.gif) no-repeat right 25px;}
.f_logo h5{width: 180px;height: 114px;float: left;}
.f_logo h5 img{width: 180px;height: 114px;}
.f_logo p{float: left;width: 250px;padding: 10px 0 0 30px;}
.f_logo p span{display: block;}
.f_logo p,.f_ban p{font-size: 14px;color: #333;line-height: 30px;}
.f_logo p em{padding: 0 10px;}
.f_logo p a,.f_ban p a{color: #333;}
.f_ban{width: 350px;height: 165px;padding: 29px 0 0 40px;}
.f_ban p{padding-left: 35px;line-height: 34px;}
.f_p01{ background:url(../images/f_ico01.gif) no-repeat 0 7px;}
.f_p02{ background:url(../images/f_ico02.gif) no-repeat 0 7px;}
.f_p03{ background:url(../images/f_ico03.gif) no-repeat 0 7px;}
.f_er{height: 170px;width: 320px; padding:24px 0 0;}
.f_er p{width: 160px;float: left;}
.f_er img{ width:110px; height:110px;display: block;float: left;}
.f_er span{display: block;font-size: 14px;color: #333;line-height: 18px;float: left;width: 25px;text-align: center;padding: 18px 5px 0 0;}
  

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #29934c;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #29934c;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
