/* 365建站器（soft.365jz.com）让建站和seo变得简单！ */
@charset "utf-8";

/* CSS Document */
/**全局**/
* {
    margin: 0px;
    padding: 0px;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
map {
    padding: 0;
    margin: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #333;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
    background: #fff;
}

ul,
li {
    list-style: none;
}

.clear {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #F00;
    text-decoration: none;
}

img {
    border: none;
}

hr {
    line-height: 0px;
    font-size: 0px;
    border: none;
    height: 1px;
    width: 100%;
    margin: 5px 0px;
}

div {
    margin: 0px auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

input,
select {
    font-family: arial, Helvetica, sans-serif;
    padding: 1px;
}

.blank {
    width: 100%;
    height: 10px;
    clear: both;
    overflow: hidden;
}

.blank20 {
    width: 100%;
    height: 20px;
    clear: both;
    overflow: hidden;
}

.blank70 {
    width: 100%;
    height: 70px;
    clear: both;
    overflow: hidden;
}

.mt10 {
    margin-top: 10px;
}

.hide {
    display: none;
}

.red {
    color: #f00;
}

.blue {
    color: #00f;
}

.gray {
    color: #ccc;
}

.noInfo {
    width: 100%;
    float: left;
    padding: 10px 0;
    text-align: center;
}

.input_submit {
    width: 77px;
    height: 41px;
    float: left;
    background: url(../images/search.png) no-repeat left top;
    text-align: center;
    line-height: 41px;
    color: #fff;
    border: 0px;
    cursor: pointer;
}

.float_bg {
    background: url(../images/qq_3.gif) repeat-y left top;
    width: 118px;
    padding: 2px 0;
    float: left;
}

.f_list {
    width: 100%;
    float: left;
    margin: 5px auto;
    clear: both;
}

.f_list span {
    float: left;
    width: 80px;
}

.block {
    width: 1000px;
    margin: 0 auto;
}

/*手机底部导航*/
#toolbar {
    display: none;
}

/*all*/
.main {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.main_top {
    width: 100%;
    height: 80px;
    float: left;
    text-align: center;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

/*end*/

/**顶部**/
#top {
    width: 100%;
    background: #66b72e;
}

.welcome {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding-left: 14px;
    margin: 4px 0;
}

.top_right {
    float: right;
    background: #83c428;
    padding: 0 10px;
}

.top_right a {
    display: inline-block;
}

.top_right a img {
    width: 100%;
    height: auto;
}

.top_right2 {
    float: right;
    color: #96c277;
    line-height: 30px;
    padding-right: 7px;
    margin: 4px 0;
}

.top_right2 a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 0 6px;
}

#header {
    width: 100%;
    float: left;
    position: static;
    z-index: 9999;
}

#logo {
    float: left;
}

#logo img {
    max-height: 80px;
}

#header_right {
    float: right;
}

.wechat_top {
    display: inline;
    position: relative;
}

.wechat_top_img {
    display: none;
    position: absolute;
    top: 170%;
    right: 0;
    z-index: 2;
}

.wechat_top:hover .wechat_top_img {
    display: block;
}

/*end*/

/*menu*/
#navigate {
    float: right;
    clear: both;
    margin: 50px 5px 35px 0;
}

#navigate ul li {
    float: left;
    position: relative;
}

#navigate ul li.first_menu {
    background: none;
}

#navigate ul li.first_menu a {
    margin-left: 0;
}

#navigate ul li a {
    display: inline-table;
    line-height: 30px;
    height: 30px;
    color: #0e0e0e;
    font-size: 16px;
    margin-left: 42px;
}

#navigate ul li a:hover {
    color: #66b72e;
}

#navigate ul li .current {
    color: #66b72e;
}

/* #navigate ul li ul {display:none;position:absolute;left:0;top:47px;padding:5px 0;background:#45b1ff;z-index:9999;}
#navigate ul li ul li {border:none;float:none; background:none; height:30px; line-height:30px; overflow:hidden;}
#navigate ul li ul li a{height:30px;line-height:30px; font-size:14px; color:#fff;font-weight: normal; background:none;}
#navigate ul li ul li a:hover {background:none;color:#ff0;} */
/*end*/

/*mobile menu*/
.mobile_menu {
    display: none;
}

.menu_btn {
    display: block;
    height: 28px;
    width: 40px;
    position: absolute;
    right: 0px;
    top: 15px;
    z-index: 999;
}

.menu_btn i {
    height: 2px;
    width: 30px;
    background: #67C514;
    display: block;
    position: absolute;
    top: 15px;
    display: inline-block;
    transition: all 0.3s ease-out;
}

.menu_btn i:before {
    content: "";
    display: block;
    background: #67C514;
    width: 30px;
    height: 2px;
    position: absolute;
    top: -6px;
    transition: all 0.3s ease-out;
}

.menu_btn i:after {
    content: "";
    display: block;
    background: #67C514;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 6px;
    transition: all 0.3s ease-out;
}

.menu_btn i.ccc {
    background: #666;
    z-index: 999;
}

.menu_btn i.ccc:before {
    background: #666;
}

.menu_btn i.ccc:after {
    background: #666;
}

.menu_btn:hover i:before {
    top: -10px;
}

.menu_btn:hover i:after {
    top: 10px;
}

.menu_btn:hover i.open:before {
    top: -6px;
}

.menu_btn:hover i.open:after {
    top: 6px;
}

i.open {
    background: transparent;
}

i.open:before {
    background: #666;
    transform: translateY(6px) rotateZ(45deg);
    width: 20px;
    -ms-transform: translateY(6px) rotateZ(45deg);
    /* IE 9 */
    -moz-transform: translateY(6px) rotateZ(45deg);
    /* Firefox */
    -webkit-transform: translateY(6px) rotateZ(45deg);
    /* Safari 和 Chrome */
    -o-transform: translateY(-6px) rotateZ(45deg);
    /* Opera */
}

i.open:after {
    background: #666;
    transform: translateY(-6px) rotateZ(-45deg);
    width: 20px;
    -ms-transform: translateY(-6px) rotateZ(-45deg);
    /* IE 9 */
    -moz-transform: translateY(-6px) rotateZ(-45deg);
    /* Firefox */
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
    /* Safari 和 Chrome */
    -o-transform: translateY(-6px) rotateZ(-45deg);
    /* Opera */
}

#menu {
    position: absolute;
    width: 170px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    right: 0;
    top: 0;
    transition: all 0.3s ease-out;
}

#menu.open_menu {
    right: 0 !important;
    display: block !important;
}

#menu ul {
    padding: 20px 0px 10px 30px;
}

#menu ul li a {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

/*flash*/
#banner {
    width: 100%;
    float: left;
}

#banner img {
    width: 100%;
    height: auto;
}

#flash {
    width: 100%;
    float: left;
}

.slideBox {
    position: relative;
    overflow: hidden;
    background: #000;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
    margin: 0 auto;
}

.slideBox .bd li {
    position: relative;
    text-align: center;
}

.slideBox .bd li img {
    width: 100%;
}

.slideBox .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    height: 12px;
    line-height: 12px;
}

.slideBox .hd ul {
    text-align: center;
}

.slideBox .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    overflow: hidden;
    background: #fff;
    /*filter:alpha(opacity=80);opacity:0.8;*/
    line-height: 999px;
    border-radius: 50%;
}

.slideBox .hd ul .on {
    background: #66b72e;
}

.slideBox .prev {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -37.5px;
    display: block;
    width: 49px;
    height: 75px;
    background: url(../images/left.png) no-repeat left top;
    cursor: pointer;
}

.slideBox .next {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -37.5px;
    display: block;
    width: 49px;
    height: 75px;
    background: url(../images/right.png) no-repeat left top;
    cursor: pointer;
}

.slideBox .prev,
.slideBox .next {
    display: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#flash:hover .slideBox .prev {
    display: block !important;
}

#flash:hover .slideBox .next {
    display: block !important;
}

/*end*/


/*底部*/
#footer {
    width: 100%;
    float: left;
    text-align: left;
    padding: 18px 0;
    background: #585858;
    color: #c5c5c5;
    line-height: 30px;
}

#footer a {
    color: #c5c5c5;
}

#footer a:hover {
    color: #ff0;
}

.footer_left {
    padding: 0 5px;
}

.footer_right {
    padding: 0 5px;
}

.footer_left {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.footer_left li {
    height: auto;
    display: inline-block;
    padding-right: 15px;
    line-height: 25px;
}

.footer_right {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

#footnav {
    float: left;
    width: 100%;
}

#footnav li {
    display: inline-block;
}

#footnav li a {
    padding: 0 6px;
}

#footnav li a:nth-child(1) {
    padding-left: 0;
}

.f_contact {
    float: left;
    width: 100%;
}

.f_contact span {
    margin-right: 8px;
}

#copy_txt {
    float: left;
    width: 100%;
}

.wechat {
    float: right;
}

/*end*/


/* 首页产品中心 */
#pro {
    float: left;
    width: 100%;
    background: url(../images/pro_bg.jpg);
    padding: 20px 0 30px 0;
}

#pro_ico {
    float: left;
    width: 100%;
    height: 96px;
    background: url(../images/home_top1.png) no-repeat center center;
    background-size: contain;
}

#home_top {
    float: left;
    width: 100%;
    text-align: center;
}

#home_top h3 {
    font-size: 18px;
    line-height: 30px;
    color: #8d8d8d;
}

#home_top h4 {
    font-size: 14px;
    line-height: 30px;
    color: #7a7a7a;
}

#pro_con {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.pro_con_left {
    float: left;
    width: 58.47%;
}

.pro_con_right {
    float: right;
    width: 39%;
}

.pro_item_left {
    float: left;
    width: 67%;
}

.pro_item_right {
    float: right;
    width: 31%;
}

.pro_item_left2 {
    float: left;
    width: 100%;
}

.pro_item_right2 {
    width: 63.5%;
    margin: 0 auto;
}

.pro1 {
    padding: 15px 15px 15px 30px;
}

.pro2 {
    padding: 15px 5px 15px 30px;
}

.pro_item_list {
    float: left;
    width: 100%;
    border: 1px solid #d6d6d6;
    background: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}

.pro_item_title {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #66b72e;
    overflow: hidden;
}

.pro_item_desc {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    max-height: 120px;
    color: #333333;
    overflow: hidden;
}

.pro_item_img {
    float: right;
    width: 100%;
}

.pro_item_img img {
    width: 100%;
}

.pro_item_list:hover {
    border: 1px solid #66b72e;
}

/* 首页产品中心  end */

/* 关于我们 */
#about {
    float: left;
    width: 100%;
    padding: 70px 15px 50px 15px;
    overflow: hidden;
}

#about_con {
    width: 1247px;
    margin: 0 auto;
    position: relative;
}

.ibox {
    float: left;
    width: 100%;
    border-top: 18px solid #dae9c8;
    border-right: 14px solid #dae9c8;
    border-bottom: 18px solid #dae9c8;
    border-left: 18px solid #dae9c8;
    position: relative;
}

.ibox_img {
    float: left;
    width: 27.2%;
}

.ibox_img img {
    width: 100%;
    height: auto;
}

.ibox_desc {
    float: right;
    width: 68%;
    padding: 27px 20px 0 0;
    font-size: 14px;
    line-height: 30px;
}

.ibox_desc p {
    margin: 15px 0;
}

.ibox_top {
    float: left;
    width: 100%;
    height: 28px;
    border-top: 5px solid #dbe9c6;
}

.ibox_top_left {
    width: 47px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/ibox_top_left.jpg) no-repeat;
}

.ibox_top_right {
    width: 35px;
    height: 28px;
    position: absolute;
    right: -30px;
    top: 0;
    background: url(../images/ibox_top_right.jpg) no-repeat;
}

.ibox_middle {
    width: 30px;
    height: 100%;
    position: absolute;
    right: -44px;
    top: -18px;
    background: url(../images/ibox_middle.png) repeat-y;
}

.ibox_bottom {
    width: 30px;
    height: 125px;
    position: absolute;
    right: -44px;
    bottom: -18px;
    background: url(../images/ibox_bottom.png) no-repeat;
}

.ibox_left {
    width: 275px;
    height: 541px;
    position: absolute;
    left: -250px;
    top: -105px;
    background: url(../images/ibox_left.png) no-repeat;
    z-index: 2;
}

.ibox_right {
    width: 215px;
    height: 567px;
    position: absolute;
    right: -193px;
    bottom: -49px;
    background: url(../images/ibox_right.png) no-repeat;
    z-index: -1;
}

/* 关于我们 end */

/*  适用范围 */
#service {
    float: left;
    width: 100%;
    background: #83c428;
}

#service_ico {
    float: left;
    width: 100%;
    height: 120px;
    background: url(../images/home_top2.jpg) no-repeat center center;
    background-size: contain;
}

.service_top h3 {
    color: #fff !important;
}

.service_con {
    float: left;
    margin-top: 35px;
}

.service_item {
    float: left;
    width: 100%;
    padding: 5px;
    background: #fff;
    margin-bottom: 20px;
    border-top: 3px solid #57ac1d;
    border-right: 1px solid #57ac1d;
    border-bottom: 1px solid #57ac1d;
    border-left: 1px solid #57ac1d;
    box-shadow: 0px 2px 3px #57ac1d;
}

.service_item_img {
    float: left;
    width: 34.6%;
}

.service_item_img img {
    width: 100%;
}

.service_right {
    float: right;
    width: 65.4%;
    padding: 0 14px 0 16px;
}

.service_item_title {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.service_item_title a {
    font-size: 16px;
    color: #333;
}

.service_item_desc {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 96px;
    overflow: hidden;
    position: relative;
}

.service_more {
    color: #66b72e;
    position: absolute;
    right: 0;
    bottom: 0;
}

.service_bottom {
    width: 100%;
    height: 130px;
    background: url(../images/home_bottom2.jpg) no-repeat center center;
}

/*  适用范围 end */

/*  新闻中心 */
#news {
    float: left;
    width: 100%;
    padding: 40px 0 20px 0;
}

.news_ico {
    float: left;
    width: 100%;
    height: 80px;
    background: url(../images/home_top3.jpg) no-repeat center center;
    background-size: contain;
}

.news_top h3 {
    color: #333 !important;
}

.news_con {
    float: left;
    width: 100%;
    margin-top: 48px;
}

.news1 {
    float: left;
    width: 44.237%;
}

.news2 {
    float: right;
    width: 53.22%;
}

.news_item {
    float: left;
    width: 100%;
    padding-right: 5px;
    padding-bottom: 35px;
}

.news_item_time {
    float: left;
    width: 72px;
    color: #fff;
    text-align: center;
}

.news_item_day {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    background: #66b72e;
}

.news_item_month {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background: #66b72e;
    margin-top: 1px;
}

.news_item_right {
    float: right;
    width: 84.39%;
}

.news_item_title {
    flaot: left;
    width: 100%;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

.news_item_title a {
    font-size: 16px;
    color: #333;
}

.news_item_desc {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.news_more {
    color: #36863d;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* artflash */
#artflash {
    float: left;
    width: 100%;
}

.slideBox2 {
    position: relative;
    overflow: hidden;
}

.slideBox2 .bd {
    position: relative;
    z-index: 0;
    margin: 0 auto;
}

.slideBox2 .bd li {
    position: relative;
    text-align: left;
}

.artflash_img {
    width: 100%;
}

.artflash_img img {
    width: 100%;
}

.artflash_bottom {
    width: 100%;
    padding: 15px 17px 10px 17px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}

.artflash_title {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}

.artflash_desc {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}

.slideBox2 .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    right: 18px;
}

.slideBox2 .hd ul {
    text-align: right;
}

.slideBox2 .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    overflow: hidden;
    background: #fff;
    line-height: 999px;
    border: 1px solid #fff;
}

.slideBox2 .hd ul .on {
    background: #36863d;
}

.slideBox2 .prev {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -37.5px;
    display: block;
    width: 49px;
    height: 75px;
    background: url(../images/left.png) no-repeat left top;
    cursor: pointer;
}

.slideBox2 .next {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -37.5px;
    display: block;
    width: 49px;
    height: 75px;
    background: url(../images/right.png) no-repeat left top;
    cursor: pointer;
}

.slideBox2 .prev,
.slideBox2 .next {
    display: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#artflash:hover .slideBox2 .prev {
    display: block !important;
}

#artflash:hover .slideBox2 .next {
    display: block !important;
}

/* 新闻中心 end */


#LeftButton {
    width: 24px;
    height: 42px;
    display: block;
    background: url(../images/left.png) no-repeat 0px 0px;
    position: absolute;
    left: 0px;
    top: 55px;
}

#RightButton {
    width: 24px;
    height: 42px;
    display: block;
    background: url(../images/right.png) no-repeat 0px 0px;
    position: absolute;
    left: 736px;
    top: 55px;
}

#MarqueeDiv {
    width: 692px;
    float: left;
    height: 152px;
    overflow: hidden;
    margin: 0 0 0 34px;
    display: inline;
}

#MarqueeDiv img {
    margin-right: 10px;
    height: 150px;
    width: 150px;
}

/*end*/


/*left*/
#left {
    width: 240px;
    float: left;
}

.left_list {
    width: 100%;
    float: left;
    box-shadow: 0px 0px 5px #ccc;
    margin-bottom: 20px;
}

.left_top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    background: #66B72E;
}

.left_top h3 {
    float: left;
    line-height: 50px;
    font-size: 20px;
    font-family: "微软雅黑";
    color: #FFF;
    padding-left: 22px;
}

.left_con {
    padding: 0px;
    line-height: 24px;
    width: 100%;
    background: #fff;
    float: left;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.type_list {
    width: 100%;
    float: left;
}

.type_list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.type_list li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.type_list li a {
    color: #333;
    margin: 0 22px;
    background: url(../images/left_0.png) no-repeat right center;
    font-size: 14px;
    display: block;
}

.type_list li a:hover {
    color: #66B72E;
    background: url(../images/left_1.png) no-repeat right center;
}

.type_list li a.current {
    color: #66B72E;
    background: url(../images/left_1.png) no-repeat right center;
}

.type_list li.second_cat {}

.type_list li.second_cat a {
    background: url(../images/left_2.png) no-repeat left center;
    padding: 0 10px;
}

.type_list li.second_cat a:hover {
    background: url(../images/left_4.png) no-repeat left center;
}

.type_list li.second_cat a.current {
    background: url(../images/left_4.png) no-repeat left center;
}

.left_contact_con {
    padding: 14px;
    line-height: 24px;
}

.left_contact_con p {
    margin: 0;
}

.left_btn {
    border: solid 1px #ddd;
    background: transparent;
    border-radius: 4px;
    font-size: 14px;
    padding: 6px 15px;
    margin: 0;
    display: inline-block;
    line-height: 20px;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    cursor: pointer;
}

.left_btn {
    display: none;
}

/*end*/

/*right*/
#right {
    width: 880px;
    float: right;
}

#right_top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

#right_top h3 {
    float: left;
    font-size: 16px;
    color: #66b72e;
    line-height: 40px;
    font-family: "微软雅黑";
}

#right_top h3 a {
    color: #66b72e;
}

.ur_here {
    float: right;
    height: 40px;
    line-height: 40px;
    background: url(../images/home.png) no-repeat left center;
    padding-left: 18px;
}

.ur_here li {
    display: inline-block;
    margin: 0 3px;
    font-size: 12px;
    color: #797979;
}

.ur_here li a {
    color: #797979;
}

#right_con {
    width: 100%;
    float: left;
    padding: 10px 0 0 0;
    line-height: 200%;
    /*overflow-x:hidden;*/
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

#right_con img {
    max-width: 100%;
    height: auto;
}

/*end*/

/*demo*/
#demo {
    overflow: hidden;
    width: 900px;
    height: 145px;
    margin: 35px 0 0 10px;
    float: left;
    display: inline;
}

#cdemo {
    overflow: hidden;
    width: 900px;
}

#demo img {}

#indemo {
    float: left;
    width: 800%;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

/*end*/

/*link*/
.friendlink {
    padding-top: 12px;
}

.friendlink li {
    float: left;
    width: 242px;
}

.friendlink li.txt1 {
    padding: 3px 0px 3px 24px;
    background: url(../images/dot.gif) no-repeat 10px center;
}

.friendlink li.pic1 {
    padding: 3px 0 3px 8px;
}

.friendlink li.pic1 img {
    width: 240px;
    height: 65px;
}

.link {
    width: 100%;
    padding: 50px 0;
    float: left;
}

.link_txt {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0 0 0;
}

.link_txt ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.link_txt li {
    margin: 0px;
    padding: 0 10px;
    list-style-type: none;
    display: inline-block;
    line-height: 25px;
}

.link_txt li a {
    font-size: 14px;
    color: #df011a;
}

.link_txt li span {
    font-size: 16px;
}

.link_img {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0 0 0;
}

.link_img ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.link_img li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline;
}

.link_img li img {
    height: 150px;
}

/*end*/

/*news*/
.art_list {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.art_img {
    float: left;
    width: 23%;
}

.art_img img {
    width: 100%;
}

.art_right {
    float: right;
    width: 75%;
}

.art_title {
    width: 100%;
    height: 50px;
    line-height: 25px;
    font-size: 16px;
}

.art_author {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}

.art_author span {
    margin: 0 10px 0 0;
}

.art_des {
    width: 100%;
    color: #666;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}

.art_more {
    width: 100%;
    display: inline-block;
    text-align: left;
    color: #66B72E;
}

.art_more:hover {
    color: #66B72E;
}

.art_list:hover .art_title a {
    color: #66B72E;
}

.art_list:hover {
    border-bottom: 1px dashed #66B72E;
}

.art_list2 {
    float: left;
    width: 100%;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.art_img2 {
    float: left;
    width: 100%;
}

.art_img2 img {
    width: 100%;
    height: auto;
}

.art_title2 {
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: rgba(107, 106, 106, 0.9);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    overflow: hidden;
}

.art_title2 a {
    font-size: 16px;
    color: #fff;
}

.art_layer {
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(107, 106, 106, 0.9);
    text-align: center;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0 5px;
    color: #fff;
    webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.art_layer_middle {
    display: table;
    width: 100%;
    height: 100%;
}

.art_layer_middle div {
    display: table-cell;
    vertical-align: middle;
}

.art_layer h3 {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
}

.art_layer h4 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    max-height: 60px;
    overflow: hidden;
}

.art_layer a {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background: #66B72E;
    border-radius: 3px;
    margin-top: 20px;
    color: #fff;
}

.art_list2:hover .art_title2 {
    display: none;
}

.art_list2:hover .art_layer {
    top: 0;
}

.articleList {
    width: 100%;
    float: left;
}

.articleList3 {
    display: none;
}

.articleList ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.articleList li {
    margin: 0px;
    padding: 0 0 0 10px;
    list-style-type: none;
    border-bottom: 1px dotted #ccc;
    background: url(../images/li_0.png) no-repeat left center;
    line-height: 35px;
}

.time {
    float: right;
}

.articleImg {
    width: 100%;
    margin: 10px 0;
}

.articleImg img {
    display: block;
    margin: 0 auto;
}

.articleTitle2 {
    line-height: 50px;
}

.articleTitle {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.articleAuthor {
    text-align: center;
    padding: 7px 0px;
    border-bottom: 1px dotted #ccc;
}

.articleAuthor span {
    margin: 0px 6px;
    font-size: 9pt;
}

.articleInfo {
    width: 100%;
    padding: 10px 0;
    line-height: 200%;
}

.articleInfo img {
    max-width: 100%;
}

.pageUpDown {
    padding-top: 10px;
    text-align: left;
    line-height: 30px;
}

/*end*/

/*Product*/
.productList {
    float: left;
    margin-top: 10px;
}

.pro_list {
    text-align: center;
    margin: 10px auto;
}

.pro_img img {
    width: 100%;
}

.pro_title {
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.productTitle {
    line-height: 55px;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    width: 67%;
    float: right;
}

.productDesc {
    line-height: 200%;
    padding: 10px 0;
    width: 67%;
    float: right;
}

.productImg {
    width: 30%;
    float: left;
    text-align: center;
    float: left;
    margin: 10px auto;
}

.productImg img {
    max-width: 100%;
    float: left;
    border: 1px solid #dcdcdc;
}

.productBuy {
    width: 67%;
    float: right;
    margin: 10px auto;
}

.productBuy a {
    margin: 10px 10px 10px 0;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #54C11A;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.productBuy a:hover {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #F9A100;
}

.share {
    width: 67%;
    float: right;
    margin-top: 5px;
}

.title {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    border-bottom: 1px dotted #ccc;
    line-height: 25px;
}

.title span {
    font-size: 14px;
    font-weight: bold;
}

.pro_list {
    text-align: center;
    width: 23%;
    margin: 10px 1%;
    float: left;
}

.pro_img {
    border: 1px solid #dcdcdc;
    overflow: hidden;
    float: left;
}

.pro_list:hover .pro_img {
    border: 1px solid #54C11A;
}

.pro_list:hover .pro_img img {
    transform: scale(1.2, 1.2) rotate(10deg);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pro_list:hover .pro_title a {
    color: #54C11A;
}

/*end*/

/*page*/
.pages {
    font-size: 12px;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.pages li {
    display: inline-block;
}

.pages a {
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0 2px;
}

.pages a:hover {
    background: #eee;
}

.pages li.active a {
    background: #eee;
    color: #f00;
}

.pages select {
    vertical-align: middle;
    font-size: 8pt;
    padding: 0px;
}

.pages b {
    font-weight: normal;
}

/*end*/

/*feedback*/
.f_list {
    width: 100%;
    float: left;
    margin: 5px auto;
    clear: both;
}

.f_list .fl_l {
    float: left;
    width: 20%;
    text-align: right;
}

.f_list .fl_r {
    float: left;
    width: 80%;
}

.input_text {
    width: 90%;
    border: 1px solid #ccc;
    line-height: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.w100 {
    width: 100px;
}

/*end */

@media screen and (max-width: 1200px) {
    #right {
        width: 680px;
    }

    #about_con {
        width: 90%;
    }

    .news_more {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    #left {
        width: 100%;
    }

    #right {
        width: 100%;
    }

    #right_con {
        min-height: auto;
    }

    #logo img {
        height: 85px;
    }

    #navigate {
        margin: 30px 5px 15px 0;
    }

    #navigate ul li a {
        margin-left: 10px;
    }

    .ibox_img {
        /* display:none; */
        width: 100%;
    }

    .ibox_desc {
        width: 100%;
        padding: 10px 5px;
        display: none;
    }

    .pro_list {
        width: 46%;
        margin: 10px 2%;
    }

    #left {
        display: none;
        margin: 10px 0;
    }

    .left_btn {
        display: block;
    }

    .left_contact {
        display: none;
    }

    .news1,
    .news2 {
        width: 100%
    }

    .news2 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    #navigate {
        display: none;
    }

    .language {
        display: none;
    }

    .slideBox .prev,
    .slideBox .next {
        display: none;
    }

    .mobile_menu {
        display: block;
    }

    #top {
        display: none;
    }

    #logo img {
        height: 65px;
    }

    .ibox_desc {
        font-size: 12px;
        line-height: 20px;
    }

    .ibox_desc p {
        margin: 10px 0;
    }

    .productImg {
        width: 100%;
    }

    .productImg img {
        float: none;
    }

    .productTitle {
        width: 100%;
        text-align: center;
        line-height: 35px;
    }

    .productBuy {
        width: 100%;
        text-align: left;
    }

    .share {
        display: none;
    }

    .productDesc {
        display: none;
    }

    .art_img {
        width: 30%;
    }

    .art_right {
        width: 67%;
    }

    .art_more {
        display: none;
    }

    .art_author {
        display: none;
    }

    .art_des {
        margin-top: 5px;
    }

    .f_list .fl_l {
        width: 20%;
    }

    .f_list .fl_r {
        width: 80%;
    }

    .footer_left,
    .footer_right {
        width: 100%;
    }

    .wechat {
        float: left;
    }
}

@media screen and (max-width: 600px) {
    .news_item_time {
        width: 14%;
    }
}

@media screen and (max-width: 480px) {
    .pro_con_left {
        width: 100%;
    }

    .pro_con_right {
        width: 100%;
    }

    .pro_item_left {
        width: 100%;
    }

    .pro_item_right {
        width: 63.5%;
        margin: 0 auto;
        float: none;
    }

    .pro_item_title {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
    }

    .pro_item_desc {
        line-height: 24px;
        margin-bottom: 10px;
    }

    #logo img {
        height: 55px;
    }

    .navbar-toggle {
        margin: 10px 0 0 0;
    }

    #pro_ico {
        height: 60px;
    }

    #home_top h4 {
        line-height: 20px;
    }

    #pro_con {
        margin-top: 15px;
    }

    .ur_here {
        display: none;
    }

    .f_list .fl_l {
        width: 30%;
    }

    .f_list .fl_r {
        width: 70%;
    }

    #footnav,
    .f_contact {
        /*	display: none;*/
    }

    .wechat {
        display: none;
    }

    #copy_txt {
        text-align: center;
        line-height: 20px;
    }

    .service_more {
        display: none;
    }

    .news_item_time {
        width: 15%;
    }

    .news_item_right {
        width: 83.39%;
    }

    .news_item_day {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .news_item_month {
        font-size: 12px;
    }

    .news_item_title {
        height: 24px;
        line-height: 24px;
    }

    .news_item_desc {
        margin-top: 0;
    }

    .news_item {
        padding: 10px 0;
        border-bottom: 1px dashed #dcdcdc;
    }

    .news_item:nth-child(3) {
        border-bottom: none;
    }

    .left_top h3 {
        font-size: 18px;
    }

    .articleList2 {
        display: none;
    }

    .articleList3 {
        display: block;
    }

    .slideBox .bd li img {
        height: 180px;
    }

    /*手机底部导航*/
    .blank55 {
        width: 100%;
        height: 55px;
        clear: both;
        overflow: hidden;
    }

    #toolbar {
        color: #fff;
        width: 100%;
        height: 54px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 8;
        background: #67C514;
        display: block;
    }

    #toolbar a {
        width: 100%;
        color: #fff;
        display: block;
        padding: 5px 0 0 0;
        line-height: 23px;
        font-size: 14px;
    }

    #toolbar a span {
        font-size: 22px;
        display: block;
    }
}
}

@media screen and (max-width: 320px) {
    .pro_list {
        width: 96%;
        margin: 10px 2%;
    }
}





/*  
banner
*/
.swiper-container {
    width: 100%;
}

.swiper-container img {
    max-width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.swiper-text {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -56px;
    z-index: 2;
    text-align: center;
    color: #FFF;
    width: 100%;
}

.swiper-text h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text .swiperbtn {
    display: block;
    background: #0064Cd;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1dab7d), to(#47de9d));
    background-image: linear-gradient(270deg, #1dab7d 0, #47de9d 100%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
}

.swiper-text .swiperbtn:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/* 话题标签topic */
.z2e1bemeta-tags {
    padding: 20px 0;
}

.z2e1bemeta-tags .z2e1betagitem {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 100px;
    background: #f2f3f5;
    margin-bottom: 20px;
}

.z2e1bemeta-tags .z2e1betagitem:hover {
    background-color: rgba(0, 102, 255, .15);
}

.z2e1bemeta-tags .z2e1betagitem:not(:last-child) {
    margin-right: 10px;
}


/* 话题标签topic列表 */
.z2e1becontainer {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

@media screen and (min-width:768px) {
    .z2e1becontainer {
        width: 750px
    }
}

@media screen and (min-width:992px) {
    .z2e1becontainer {
        width: 970px
    }
}

@media screen and (min-width:1200px) {
    .z2e1becontainer {
        width: 1170px
    }
}

@media only screen and (max-width: 1140px) {

    .z2e1bemain,
    .z2e1becontainer {
        width: auto;
    }
}

.z2e1beplace {
    min-height: 56px;
    background-color: #f2f3f5;
    line-height: 56px;
    font-size: 16px;
    padding: 0 20px;
    margin: 20px 0;
}

.z2e1berow .z2e1berowtitle {
    text-align: center;
    padding: 30px 0 20px 0;
}

.z2e1berow .z2e1berowtitle h1 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

.z2e1berow .z2e1berowtitle p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(119, 119, 119, 1);
    font-family: Arial;
}

/* 自定义内容 */
.z2e1becontent {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.z2e1becontent p {
    padding-bottom: 20px;
}

.z2e1becontent .contain {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 36px 40px;
    background: #FAF7F2;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.z2e1becontent .contain:hover {
    background: #EFEFEF;
}

.z2e1becontent .contain .ch-title {
    font-size: 24px;
    font-weight: 600;
    color: #5d5044;
    line-height: 32px;
    margin-bottom: 6px;
}

.z2e1becontent .contain .en-title {
    font-size: 16px;
    font-family: HelveticaNeueLTPro;
    color: rgba(133, 114, 90, 0.6);
    line-height: 32px;
    padding-bottom: 8px;
}

.z2e1becontent .contain .line {
    width: 48px;
    height: 4px;
    background: #ff9f38;
    display: inline-block;
    margin-bottom: 24px;
}

.z2e1becontent .contain p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

/* 列表 */
.z2e1benews_list_wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.news_list_item_line {
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.news_list_item_line:hover {
    -webkit-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -moz-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #2ba0e8;

}

.news_list_item_line:hover a {
    color: #2ba0e8;
}

.news_list_item_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0
}

.news_list_item_date {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.news_list_item_title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

.news_list_item_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news_list_item_summery {
    margin-top: 18px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.news_list_item_group a {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    max-width: 100%;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    margin-top: 12px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
    z-index: 2;
}

.news_list_parting_line {
    height: 0;
    border-bottom: 1px solid #ececec;
    margin: 0 1.6666%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 分页 */
.zzpages ul {
    float: left;
    padding: 12px 0px 12px 16px;
}

.zzpages ul li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    vertical-align: top;
}

.zzpages li.thisclass {
    background: #292a32;
    border: 1px solid #292a32;
    color: #fff;
}

.zzpages ul li:hover {
    border: 1px solid #292a32;
}

.zzpages ul li a,
.zzpages ul li .pageinfo {
    color: #292a32;
    padding: 8px 12px;
}

.zzpages li.thisclass a {
    color: #fff;
}

.zzpages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}

/* 话题标签topic列表结束 */