.rules{
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none;
}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input {
    margin: 0;
    padding: 0;
}

html, body {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

address, cite, dfn, em, var {
    font-style: normal;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
    color: #222;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}

button, input, select, textarea {
    font-size: 100%;
}

fieldset, img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666;
    background: none
}

ul, ol {
    list-style: none;
}

 :focus {
    outline: none;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden
}
.container{width: 1200px !important;margin: 0 auto;padding: 0 5px;box-sizing: border-box;padding: 0 !important;}
.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.header {
    width: 100%;
}

.huanyin {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #f1f1f1;
    margin: 0 auto;
    font-size: 13px;
    color: #666;
    overflow: hidden;
}

.top {
    width: 1200px;
    margin: 0 auto;
    font-size: 13px;
    color: #666;
    overflow: hidden;
}

.huanyin .welcome {
    float: left;
}

.huanyin .shortcut {
    float: right;
}

.huanyin .shortcut a:hover {
    color: #44b752;
}

.top_logo {
    padding: 20px 0;
    overflow: hidden;
}

.logo {
    float: left;
    padding-right: 26px;
}

.logo img {
    width: 258px;
}

.wenben {
    float: left;
    margin-top: 14px;
    padding-left: 20px;
    border-left: 1px solid #999;
}

.wenben p {
    line-height: 45px;
    font-size: 28px;
}

.wenben .p1 {
    color: red;
}

.wenben .p2 {
    color: black;
}

.top_logo .tel {
    float: right;
    margin-top: 6px;
}

.top_logo .tel img {
    float: left;
}

.top_logo .tel .dianhua {
    float: right;
    margin-left: 10px;
    line-height: 24px;
}

.top_logo .tel .p1 {
    font-size: 15px;
    color: black;
}

.top_logo .tel .p2 {
    font-size: 20px;
    color: red;
}

.nav {
    background-color: #44b752;
    overflow: hidden;
}

.nav_list {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.nav_list li {
    float: left;
    color: white;
    padding: 18px 16px;
    font-size: 18px;
}

.nav_list li a {
    color: white;
}

.nav_list li:hover {
    background-color: #014366;
}

.nav_list .active {
    background-color: #014366;
}

.shutter {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px auto;
}

.shutter-img {
    z-index: 1;
}

.shutter-img, .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.shutter-img a {
    cursor: default;
}

.shutter-img a>img {
    width: 100%;
    height: 100%;
}

.shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.shutter-btn {}

.shutter-btn li {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    cursor: pointer;
}

.shutter-btn li.prev {
    left: 80px;
    background: url(../images/shutter_prevBtn.png) no-repeat 0 -49px;
}

.shutter-btn li.next {
    right: 80px;
    background: url(../images/shutter_nextBtn.png) no-repeat 0 -49px;
}

.shutter-desc {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: url(../images/shutter_shadow.png) repeat;
}

.shutter-desc p {
    padding-left: 20px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}

.pro_show {
    width: 1170px;
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
}

.pro_show .zhubiaoti {
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
  
    margin-bottom: 30px;
/* background: url(/template/default/skin/images/download.png) no-repeat; */
background-color:#44b752 ;
display: block;
    width: 152px;
    
    line-height: 36px;
    color: white;
   
    cursor: pointer;
	margin-left: 43%;
}


.pro_list {
    overflow: hidden;
    float: left;
    width: 1200px;
}

.pro_list li {
    float: left;
    width: 350px;
    margin: 20px;
    border: 1px solid #44b752;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.pro_list li img {
    width: 100%;
    height: 100%;
    display: block;
}

.pro_list li:hover img {
    -webkit-transform: scale(1.1, 1.1);
}

.pro_list li p {
    padding: 10px 0;
    background-color: #44b752;
    color: white;
	font-size: 18px;
}

.guanggao {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.guanggao img {
    width: 1180px;
}

.tongdian img {
    width: 100%;
}

.liyou {
    width: 1100px;
    height: 915px;
    background: url("../images/liyou.jpg") no-repeat;
    margin: 0 auto;
    overflow: hidden;
}

.lyzjzs {
    margin-top: 213px;
    float: right;
    margin-right: 185px;
}

.ly_bt1 {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}

.ly_dsc1 {
    margin-top: 30px;
    font-size: 15px;
}

.ly_dsc2 {
    margin-top: 8px;
    font-size: 15px;
}

.lysjzs {
    margin-top: 456px;
    float: left;
    margin-left: 112px;
}

.lycszs {
    margin-top: 395px;
    float: right;
    margin-right: 190px;
}

.lybpzs {
    margin-top: 645px;
    float: left;
    margin-left: -192px;
}

.cpweixiu {
    width: 1200px;
    margin: 0 auto;
  /* padding: 50px 0; */
    overflow: hidden;
}

.cpweixiu .zhubiaoti {
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    color: #44b752;
    margin-bottom: 30px;
}

.container1 {
    width: 1200px;
    margin: 0 auto;
}

.container1 .nav1 {
    width: 600px;
    margin-left: 32%;
}

.container1 .nav1 span {
    display: block;
    width: 152px;
    text-align: center;
    line-height: 36px;
    color: white;
    float: left;
    cursor: pointer;
    background: url(../images/weixiu_bg01.png) no-repeat;
}

.container1 .nav2 span.active3 {
    background: url(../images/weixiu_bg02.png) no-repeat;
    color: #fff;
}

.pro_show .nav2 {
    width: 600px;
    margin-left: 32%;
    margin-bottom: 16px;
}

.pro_show .nav2 span {
    display: block;
    width: 152px;
    text-align: center;
    line-height: 36px;
    color: white;
    float: left;
    cursor: pointer;
    background: url(../images/weixiu_bg01.png) no-repeat;
}

.pro_show .nav2 span.active3 {
    background: url(../images/weixiu_bg02.png) no-repeat;
    color: #fff;
}

.content1 {
    margin-top: 20px;
    width: 1200px;
    position: relative;
    overflow: hidden;
    height: 260px;
}

.content1 .box {
    position: absolute;
    width: 1200px;
    height: 260px;
}

.content1 ul {
    float: left;
    width: 1200px;
}

.content1 ul li {
    display: block;
    float: left;
}

.box .tupian {
    float: left;
    width: 260px;
}

.box .tupian img {
    width: 260px;
    height: 260px;
}

.box_xq {
    float: right;
    width: 940px;
    height: 260px;
    background-color: #eeeeee;
}

.box_xq .p1 img {
    width: 24%;
}

.box_xq .p1 {
    padding: 20px 0 10px 20px;
}

.box_xq .p2 {
    padding-left: 99px;
    color: #3db748;
    font-size: 18px;
    margin-top: 12px;
}

.box_xq .p3 {
    padding: 10px 60px 10px 120px;
    font-size: 15px;
    color: #666666;
}

.box_xq .xq_btn {
    width: 260px;
    padding-left: 120px;
    padding-top: 10px;
    overflow: hidden;
}

.ztc_list {
    padding-left: 112px;
    width: 820px !important;
    overflow: hidden;
    margin-top: 8px;
}

.ztc_list li {
    padding: 6px 14px;
    text-align: center;
    background-color: #3db748;
    color: white;
    margin: 0 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.xq_btn span {
    display: block;
    width: 120px;
    float: left;
    text-align: center;
    padding: 4px 0;
    border-radius: 4px;
}

.xq_btn .xq_chakan {
    border: 1px solid #164d61;
    color: #164d61;
}

.xq_btn .xq_zixun {
    border: 1px solid #3db748;
    color: #3db748;
    margin-left: 10px;
}

.anli {
    padding: 30px 0 60px 0;
    background-color: #eeeeee;
}

.anli .zhubiaoti {
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    color: #44b752;
    margin-bottom: 30px;
}

.anli_xq {
    width: 1200px;
    height: 297px;
    margin: 0 auto;
}

.anli_left {
    float: left;
    width: 39%;
}

.anli_list {
    overflow: hidden;
    background-color: white;
    height: 196px;
}

.anli_list li {
    width: 49.7%;
    float: left;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1efef;
    border-right: 1px solid #f1efef;
}

.anli_lx {
    background-color: white;
    padding: 20px;
    text-align: center;
    overflow: hidden;
}

.anli_lx span {
    float: left;
}

.anli_dianhua {
    float: left;
    margin-top: 2px;
    margin-left: 6px;
}

.anli_dianhua p {
    text-align: left;
}

.anli_dianhua .p2 {
    font-size: 20px;
    color: red;
}

.anli_btn {
    float: right !important;
    display: block;
    width: 100px;
    padding: 6px 0;
    background-color: #3DB748;
    border-radius: 6px;
    margin-top: 12px;
    margin-right: 10px;
}

.anli_btn a {
    color: white;
}

.anli_list li {
    cursor: pointer;
}

.anli_list .active2 {
    background-color: #3db748;
    color: white;
}

.anli_right {
    float: right;
    width: 61%;
    height: 297px;
    position: relative;
    overflow: hidden;
}

.anli_right ul {
    float: left;
    width: 732px;
}

.anli_right .box1 {
    position: relative;
    width: 732px;
    height: 296.5px;
}

.anli_right img {
    width: 732px;
    height: 296.5px;
    margin-left: -1px;
}

.liucheng img {
    width: 100%;
}

.jishu {
    padding: 40px 0;
}

.jishu .zhubiaoti {
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    color: #666;
    margin-bottom: 8px;
}

.jishu span {
    color: #3db748;
}

.jishu .kouhao {
    text-align: center;
    color: #666666;
    margin-bottom: 28px;
}

.about {
    margin-top: 20px;
    background: url(../images/mainbg.jpg) no-repeat center top;
    margin-bottom: 60px;
}

.zhongjian {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.jieshao {
    position: relative;
    top: -25px;
    background-color: #3DB748;
    padding: 24px;
    /* height: 296px; */
}
.jieshaotu::after{content: "";clear: both;}

.jieshao img {
    float: left;
}

.jieshao_right {
    float: left;
    width: 640px;
    margin-left: 22px;
}

.jieshao_right h5 {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 24px;
    /* height: 24px; */
    font-size: 24px;
    background: url(../images/line.png) no-repeat left bottom;
}

.jieshao_right h5 a {
    color: white;
}

.jieshao_right .neirong {
    color: white;
    font-size: 15px;
    padding: 10px 0;
}

.anniu span {
    display: block;
    float: left;
    width: 100px;
    padding: 6px 0;
    background-color: #3b3e45;
    text-align: center;
    border-radius: 6px;
    margin-top: 12px;
}

.anniu span a {
    color: white;
}

.jieshao_right .glist {
    position: absolute;
    background: url(../images/glistbg.png) no-repeat center;
    width: 99px;
    height: 174px;
    padding-top: 5px;
    padding-bottom: 4px;
    top: 80px;
    right: 0px;
}

.jieshao_right .glist li {
    height: 57px;
    width: 99px;
    line-height: 57px;
}

.jieshao_right .glist a:hover {
    color: #3DB748;
}

.jieshao_right .glist li a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    padding-left: 15px;
    color: #fff;
}

.kefeng_news {
    width: 1200px;
    overflow: hidden;
}

.kefeng_news .zhubiaoti {
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    color: #44b752;
	margin-top:25px;
}

.kefeng_news .fubiaoti {
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    color: #666666;
    margin-bottom: 30px;
}

.news_nav {
    width: 600px;
    margin-left: 34.5%;
    overflow: hidden;
}

.news_nav span {
    display: block;
    padding: 6px 20px;
    float: left;
    text-align: center;
    background-color: #999999;
    margin: 0 10px;
    border-radius: 6px;
    color: white;
    cursor: pointer;
}

.news_box {
    overflow: hidden;
    margin-top: 30px;
    width: 1200px;
    position: relative;
}

.news_nav .dongtai {
    width: 1200px;
}

.news_nav .hangye {
    width: 1200px;
}

.news_nav .changjian {
    width: 1200px;
}

.news_img {
    width: 400px;
    float: left;
}

.news_box .news_wenzhang {
    float: left;
    margin-left: 30px;
    width: 770px;
}

.news_box .news_wenzhang li {
    padding: 10px 16px;
    height: 90px;
    background-color: #f3f3f3;
    margin-bottom: 14px;
    cursor: pointer;
    border: 1px solid white;
}

.news_box .news_wenzhang li:hover {
    border: 1px solid #2fd0b5;
}

.news_box .newsya {
    float: left;
    width: 1200px;
}

.news_time {
    float: left;
    width: 70px;
    height: 70px;
    background: url(../images/qiege.png) no-repeat;
    border-radius: 6px;
    font-size: 25px;
    color: white;
}

.news_xq {
    float: left;
    margin-left: 24px;
}

.news_xq p {
    width: 620px;
}

.news_xq .wzbt {
    font-size: 18px;
    color: #3DB748;
}

.news_xq .wzxq {
    font-size: 14px;
    color: #666666;
}

.news_nav .active3 {
    background-color: #3DB748;
}

.more_btn {
    width: 80px;
    margin: 0 auto;
    padding: 7px;
    background-color: #3DB748;
    text-align: center;
    border-radius: 6px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.more_btn a {
    color: white;
}

.uformMain {
    background: url(../images/ufbg.jpg) no-repeat center top;
    height: 283px;
    padding-bottom: 40px;
}

.uformMain .ufleft {
    float: left;
    margin-left: 44px;
    margin-top: 38px;
}

.uformMain .ufleft .xiadan {
    color: #fff;
    margin-bottom: 33px;
}

.uformMain .ufleft .xiadan span {
    font-size: 18px;
}

.uformMain .ufleft .xiadan h5 {
    font-size: 28px;
    margin: 15px 0;
}

.uformMain .ufleft .xiadan p {
    font-size: 16px;
    width: 430px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #3c3e46;
    text-align: center;
    margin-bottom: 10px;
}

.uformMain .ufleft dl {
    overflow: hidden;
    color: #fff;
}

.uformMain .ufleft dt {
    float: left;
}

.uformMain .ufleft dd {
    margin-left: 42px;
    padding-left: 10px;
    border-left: 1px dotted #fff;
}

.uformMain .ufleft dd p {
    font-size: 13px;
}

.uformMain .ufleft dd span {
    font-size: 20px;
}

.uformMain .ufright {
    width: 332px;
    padding: 24px 28px;
    background-color: #3c3e46;
    float: right;
    margin-top: -25px;
}

.uformMain .ufright li {
    vertical-align: top;
    margin-bottom: 1px;
    width: 100%;
    float: left;
}

.uformMain .ufright li span {
    float: left;
    width: 38px;
    height: 37px;
    border-right: 1px solid #cbcbcb;
}

.uformMain .ufright li span img {
    display: block;
}

.uformMain .ufright li .ft {
    width: 237px;
    padding: 0 10px;
    height: 37px;
    line-height: 37px;
    border: 0;
    background-color: #fff;
    outline: 0;
    font-size: 13px;
    color: #999;
    font-family: microsoft yahei;
}

.uformMain .ufright li .wby {
    background: #fff;
    width: 276px;
    height: 100px;
    padding: 10px;
    line-height: 22px;
    font-size: 13px;
    color: #999;
    border: 0;
    resize: none;
    outline: 0;
    font-family: microsoft yahei;
}

.uformMain .ufright button {
    display: block;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 100%;
    background-color: #fff;
    font-weight: 700;
    font-size: 15px;
    color: #3DB748;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.linkbox {
    padding: 40px 0;
   /* margin-top: 40px;
    background: url(../images/mainbg.jpg) no-repeat center -340px; */
}

.link {
    overflow: hidden;
    width: 1040px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}

.link .wtop {
    font-weight: 400;
    padding-left: 10px;
    background: url(../images/line2.png) no-repeat left center;
    font-size: 20px;
    color: #333;
    text-decoration: none;
}

.link .wtop span {
    display: block;
    color: #333;
    margin-top: 3px;
    text-transform: uppercase;
    font-size: 14px;
}

.link ul {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.link li {
    margin-right: 15px;
    float: left;
    height: 45px;
    line-height: 45px;
}

.link li a {
    font-size: 14px;
    color: #333;
}

.link li a:hover {
    color: #3DB748;
}

.dibu {
    padding: 40px;
    background-color: #3c3e46;
}

.footer li a {
    color: #f3f2f2;
}

.footer li {
    font-size: 15px;
}
.footer .dibu{padding-left: 0;padding-right: 0;}

.dibuwb {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.ditu {
    float: left;
    padding-top: 16px;
}

.ditu img {
    width: 88%;
}

.dibuxq {
    float: left;
    color: #f3f2f2;
    padding: 0 30px;
}

.dibuxq p {
    font-size: 15px;
}

.dibuxq span {
    margin-left: 30px;
}

.dibuewm {
    width: 180px;
    float: right;
    text-align: center;
}

.dibuewm img {
    width: 120px;
}

.dibuewm p {
    font-size: 15px;
    color: #f3f2f2;
}

.wuyou-waiter {
    position: fixed;
    right: 0px;
    top: 40%;
    margin-top: -90px;
    width: 60px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
    z-index: 999;
}
.wuyou-waiter ul{margin: 0;}

.waiter-ul li {
    position: relative;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #fff;
}

.waiter-ul li a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    text-decoration: none;
    font-size: 12px;
}

.waiter-title {
    position: absolute;
    left: 0px;
    bottom: 1px;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    z-index: 1;
    opacity: 0;
}

.waiter-title:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 14px;
    background-color: #fff;
    transform: rotate(45deg);
}

.waiter-ul li:hover .waiter-title {
    left: -130px;
    opacity: 1;
}

.waiter-ul li.wuyou-shop a {
    background-color: #3DB748;
}

.waiter-ul li.wuyou-shop .waiter-title {
    background-color: #f60;
}

.waiter-ul li.wuyou-shop .waiter-title:before {
    background-color: #f60;
}

.waiter-ul li.wuyou-contact a {
    background-color: #3DB748;
}

.waiter-ul li.wuyou-contact .waiter-title {
    background-color: #00b7ee;
}

.waiter-ul li.wuyou-contact .waiter-title:before {
    background-color: #00b7ee;
}

.waiter-ul li.wuyou-top a {
    background-color: #3DB748;
}

.waiter-ul li.wuyou-top .waiter-title {
    background-color: #333;
}

.waiter-ul li.wuyou-top .waiter-title:before {
    background-color: #333;
}

.wuyou-shop span {
    display: block;
    width: 100%;
    height: 16px;
}

.wuyou-shop img {
    width: 26px;
    height: 26px;
}

.wuyou-contact span {
    display: block;
    width: 100%;
    height: 16px;
}

.wuyou-contact img {
    width: 26px;
    height: 26px;
}

.wuyou-top span {
    display: block;
    width: 100%;
    height: 16px;
}

.wuyou-top img {
    width: 26px;
    height: 26px;
}

.waiter-ul img {
    margin-top: -20px;
}

.guanggao {
    background: url("../images/banner02.png") no-repeat;
    height: 162px;
    overflow: hidden;
}

.wzy1 {
    width: 420px;
    color: white;
    margin-left: 456px;
    margin-top: 36px;
    font-size: 22px;
    letter-spacing: 3px;
}

.wzy1 span {
    font-size: 25px;
}

.wzy1_p2 {
    font-size: 14px;
    margin-top: 26px;
}

.wzy1_p3 {
    font-size: 14px;
    margin-top: 2px;
}

.dhrx {
    width: 180px;
    color: white;
    margin-left: 1000px;
    margin-top: -46px;
}

.kswx {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    overflow: hidden;
}

.kswx .zhubiaoti {
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    color: #44b752;
    margin-bottom: 6px;
}

.kswx .fubiaotiy {
    text-align: center;
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}

.kswx_list {
    width: 1200px;
    margin: 0 0 0 10px;
    overflow: hidden;
    padding: 0 16px;
}

.kswx_list li {
    float: left;
    width: 30%;
    height: 250px;
    text-align: center;
    margin: 16px;
    cursor: pointer;
    border: 1px solid #44b752;
    border-radius: 8px;
}

.kswx_bt {
    padding: 30px 0 20px 0;
    font-size: 24px;
    color: #014366;
    letter-spacing: 2px;
}

.kswx_list li img {
    width: 120px;
    height: 120px;
    margin-top: 10px;
}

.xgya {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.xgya p {
    border-bottom: 1px solid #3DB748;
    padding-bottom: 6px;
    color: #0466bd;
    font-size: 18px;
}

.xglist {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.xglist li {
    width: 22.5%;
    float: left;
    text-align: center;
    margin: 10px;
}

.xglist span {
    font-size: 15px;
}

.liaojieya  {
    width: 260px;
    margin: 0 auto;
    margin-top: 0px;
    font-size: 18px;
    text-align: center;
    border-radius: 8px;
    background-color: #46a644;
    color: white;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.liaojieya a{
    color:white;
}

.xgtj{
    margin-bottom: 80px;
}
.xgtj img{
    width: 100%;
}
.xgtj ul li{
    width: 22%;
    float: left;
    margin-right: 3%;
}
.xgtj ul li p{
    transition: .3s;
}
.xgtj ul li:hover p{
    color: #6FB928;
}
.xgtj ul li p{
    text-align: center;
    line-height: 40px;
    color: rgb(120,120,120);
}
.xgtj .lis{
    margin-top: 20px;
}
.xgtj{
    margin-top: 20px;
}
.pn{
    margin: 20px 0; 
    color: #999;
}
.pn a,.pn span{
    color: #999;
    font-size: 14px;
}
.pn .prev{
    float: left;
    width: 50%;
}
.pn .next{
    float: left;
    width: 50%;
    text-align: right;
}
.cbl_title span{
    color: #999999;
}
.cbl_title a{
    float: right;
    color: #999;
    transition: .3s;
}
.cbl_title a:hover{
    color: #6FB928;
}
.tem36-news-list .item .img{
    width: 300px !important;
}
.tem36-news-list .text{
    width: calc(100% - 320px) !important;
    box-sizing: border-box;
    padding-left: 20px;
}
.cont_title span{
    font-family: Montserrat-Bold !important;
    font-size: 36px !important;
}


.pro_xz .dl{
    margin-top: 8px;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url(../images/downl.png) no-repeat;
    background-size: 30px !important;
    transition: .3s;
}
.proo_item:hover .dl{
    background: url(../images/downl_hover.png) no-repeat;
}

.show_img_item{
    display: none;
    position: relative;
}
    .swiper-container_img {
        width: 450px;
        margin-left: 75px;
        height: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
   .swiper-container_img .swiper-slide {
        text-align: center;
        font-size: 18px;

        /* Center slide text vertically */
        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;
        -webkit-align-items: center;
        align-items: center;
    }
.show_xq{
    margin-top: 30px;
    margin-bottom: 50px;
}
.show_xq .left{
    width: 600px;
    float: left;
    position: relative;
}
.show_xq .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 1px solid #9C9C9C;
    background: none;
    opacity: 1;
    transition: .3s;
}
.show_xq .swiper-pagination-bullet-active{
    background: #fff;
    border: 1px solid #fff;
}

.show_xq .swiper-button-next,.show_xq .swiper-button-prev{
    height: 40px;
    width: 40px;
    background: url(../images/sec3_np2.png) no-repeat;
    transition: .3s;
    top: 90%;
}
.show_xq .swiper-button-next:hover,.show_xq .swiper-button-prev:hover{
    background: url(../images/sec3_np.png) no-repeat;
}
.show_xq .swiper-button-next{
    background-position: -127px 0 !important;
    right: 30px;
    transition: .3s;
}
.show_xq .swiper-button-prev{
    left: 30px;
    transition: .3s;
}
.show_xq .right .pro_info b{
    font-weight: bold;
    /*color: #fff;*/
    color: #6FB928;
    font-size: 19px;
}

.show_img_item .img{
    width: 100%;
    text-align: center;
}
.show_img_item .img img{
    width: 100%;
    display: inline-block;
    
}
.cloudzoom-blank *{
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.cloudzoom-zoom{background: #222;}


.show_xq .right{
    width: 590px;
    float: left;
    box-sizing: border-box;
    padding-top: 20px;
}

.show_xq .right h1{
    /*color: #dbdbdb;*/
    color: #6FB928;
    font-family: Montserrat-SemiBold;
    font-size: 26px;
    margin-top: 0;
    font-weight: bold;
}
.show_xq .right i.x{
    display: none;
    width: 20px;
    height: 2px;
    background: #9C9C9C;
    margin-top: 25px;
    margin-bottom: 20px;
}
.show_xq .right h2{
    color: #9C9C9C;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Montserrat-SemiBold;
}
.show_xq .right .pro_info{
    font-size: 14px;
    /*color: #666666;*/
    color:#9c9c9c;
    font-family: Montserrat-Light;
    display: block;
}
.color_list{
    margin-top: 10px;
    margin-bottom: 15px;
}

.show_xq .color_list ul li{
    float: left;
    margin: 0 8px;
}
.show_xq .color_list ul li i{
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
}
.show_xq .color_list ul li i:after {
    position: absolute;
    content: "";
    display: block;
    height: 26px;
    width: 26px;
    border: 1px solid #666;
    border-radius: 100%;
    transition: .3s;
    top: -5px;
    left: -5px;
}
.show_xq .color_list ul li.active i:after{
    border: 1px solid #fff;
}

.show_xq .color_name{
    position: relative;
}
.show_xq .color_name ul li{
    margin-top: 15px;
    display: none;
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #666666;
    overflow: visible;
    position: absolute;
    top:0;
    left: 0;
}
.show_xq .color_name ul li span{
    height: auto;
}
.list_dh{
    height: 51px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    /*background: #0e0e0f;*/
}
.list_dh ul>li{float: left;text-align: left;line-height: 50px;position: relative;margin-right: 35px;}
.li_search{float: right !important;margin-right: 0!important;}
.list_dh ul>li>a:after{content: "";display: block;position: absolute; height: 2px;width: 0;transition: .3s; background: #6FB928;bottom: 1px;left: 0;}
.list_dh ul>li>a{text-transform: capitalize; color: #9c9c9c;font-weight: bold;position: relative;display: inline-block;height: 50px;padding: 0 5px;}
.list_dh ul>li.active a,.list_dh ul>li:hover>a{
    color: #6FB928;
}

.list_dh ul li a i{
    font-size: 14px;
    font-weight: normal;
}

/* .list_dh .subnav_pro{
    position: absolute;
    top: 100%;
    padding: 10px 14px;
    left: 0px;
    z-index: 11;
    background: #333;
    display: none;
} */

.list_dh .subnav_pro ol li{
    display: block;
    float: none;
    line-height: 26px;
    font-size: 14px;
}
.list_dh .subnav_pro ol li a{
    color: #999;
    transition: .3s;
    white-space: nowrap;
}
.list_dh .subnav_pro ol li a:hover{
    color: #fff !important;
    background: #6FB928;
}

/* .list_dh ul>li.active>a:after,.list_dh ul>li:hover>a:after{
    width: 100%;
} */

.show_img_item{
    display: none;
    position: relative;
}
    .swiper-container_img {
        width: 450px;
        margin-left: 75px;
        height: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
   .swiper-container_img .swiper-slide {
        text-align: center;
        font-size: 18px;

        /* Center slide text vertically */
        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;
        -webkit-align-items: center;
        align-items: center;
    }
.show_xq{
    margin-top: 30px;
    margin-bottom: 50px;
}
.show_xq .left{
    width: 600px;
    float: left;
    position: relative;
}
.show_xq .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 1px solid #9C9C9C;
    background: none;
    opacity: 1;
    transition: .3s;
}
.show_xq .swiper-pagination-bullet-active{
    background: #fff;
    border: 1px solid #fff;
}

.show_xq .swiper-button-next,.show_xq .swiper-button-prev{
    height: 40px;
    width: 40px;
    background: url(../images/sec3_np2.png) no-repeat;
    transition: .3s;
    top: 90%;
}
.show_xq .swiper-button-next:hover,.show_xq .swiper-button-prev:hover{
    background: url(../images/sec3_np.png) no-repeat;
}
.show_xq .swiper-button-next{
    background-position: -127px 0 !important;
    right: 30px;
    transition: .3s;
}
.show_xq .swiper-button-prev{
    left: 30px;
    transition: .3s;
}
.show_xq .right .pro_info b{
    font-weight: bold;
    /*color: #fff;*/
    color: #e30c08;
    font-size: 22px;
}

.show_img_item .img{
    width: 100%;
    text-align: center;
}
.show_img_item .img img{
    width: 100%;
    display: inline-block;
    
}
.cloudzoom-blank *{
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.cloudzoom-zoom{background: #222;}


.show_xq .right{
    width: 590px;
    float: left;
    box-sizing: border-box;
    padding-top: 20px;
}

.show_xq .right h1{
    /*color: #dbdbdb;*/
    color: #6FB928;
    font-family: Montserrat-SemiBold;
    font-size: 28px;
    margin-top: 0;
    font-weight: bold;
}
.show_xq .right i.x{
    display: none;
    width: 20px;
    height: 2px;
    background: #9C9C9C;
    margin-top: 25px;
    margin-bottom: 20px;
}
.show_xq .right h2{
    color: #9C9C9C;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Montserrat-SemiBold;
}
.show_xq .right .pro_info{
    font-size: 14px;
    /*color: #666666;*/
    color:#9c9c9c;
    font-family: Montserrat-Light;
    display: block;
}
.color_list{
    margin-top: 10px;
    margin-bottom: 15px;
}

.show_xq .color_list ul li{
    float: left;
    margin: 0 8px;
}
.show_xq .color_list ul li i{
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
}
.show_xq .color_list ul li i:after {
    position: absolute;
    content: "";
    display: block;
    height: 26px;
    width: 26px;
    border: 1px solid #666;
    border-radius: 100%;
    transition: .3s;
    top: -5px;
    left: -5px;
}
.show_xq .color_list ul li.active i:after{
    border: 1px solid #fff;
}

.show_xq .color_name{
    position: relative;
}
.show_xq .color_name ul li{
    margin-top: 15px;
    display: none;
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #666666;
    overflow: visible;
    position: absolute;
    top:0;
    left: 0;
}
.show_xq .color_name ul li span{
    height: auto;
}
.p-v-text.right {
    position: absolute;
    height: 47%;
    right: 0;
    margin-left: 50%;
}
.p-v-r {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-wrap: wrap;}
.p-v-r>[class*='col-'] {display: flex;flex-direction: column;}
.p-v-text {background-color: #fff;}
.p-v-text .v-m {width: 82%;display: flex;display: -webkit-flex;margin: 0 auto;height: 100%;}
.p-v-text .v-m .v-m2 {align-self: center;-webkit-align-self: center;}
.p-v-text h3 {font-size: 30px;margin-bottom: 50px;color: #6FB928;}
.p-v-text p {font-size: 18px;line-height: 180%;opacity: 0.8;}
.p-v-chanshu {background-color: #fff;color: #333;padding: 80px 0;}
.clear-row-m {margin-right: 0 !important;margin-left: 0 !important;}
.clear-col-m {padding-right: 0 !important;padding-left: 0 !important;}
@media (min-width: 992px) {
    .col-md-6 {width: 50%;}
}
@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {float: left;}
}
.clear-col-m {padding-right: 0 !important;padding-left: 0 !important;}
.p-v-text {background-color: #fff;}
.p-v-text .v-m {width: 82%;display: -webkit-flex;margin: 0 auto;height: 100%;}
.p-v-text .v-m .v-m2 {align-self: center;-webkit-align-self: center;}
.p-v-text h3 {font-size: 30px;margin-bottom: 50px;}
.p-v-text p {font-size: 20px;line-height: 180%;}
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {display: block;max-width: 100%;height: auto;}
img {vertical-align: middle;}

.pro_table table {table-layout: fixed !important;width: 100% !important;border-collapse: collapse;border: none;margin: 0 auto;}
.pro_table td,.pro_table th {color: #878c8c;width: 1px;white-space: nowrap;word-break: keep-all;border: solid #676767 1px;text-align: center;white-space: pre-line;word-break: break-all !important;word-wrap: break-word !important;display: table-cell;vertical-align: middle !important;white-space: normal !important;height: auto;vertical-align: text-top;padding: 6px;display: table-cell;}
.lxwmtitle_ka{color: #6FB928;}

.gyjqr_lxr{margin-top: 30px;color: #ff0000 !important;letter-spacing: 1px; font-weight: bold;}

.pn{
    margin: 20px 0; 
    color: #999;
}
.pn a,.pn span{
    color: #999;
    font-size: 14px;
}
.pn .prev{
    float: left;
    width: 50%;
}
.pn .next{
    float: left;
    width: 50%;
    text-align: right;
}




.waiter-weixin{
	width: 60px;
	height: 60px;
}

.waiter-weixin img{
	width: 120px;
	height: 120px;
}




.mySwiperBanner{position: relative;overflow: hidden;}
.bannerItem{position: relative;width: 100%;}
.bannerItem img{width: 100%;}
.mySwiperBanner .swiper-button-next::after,.mySwiperBanner .swiper-button-prev::after{display: none;}
.mySwiperBanner .swiper-button-next,.mySwiperBanner .swiper-button-prev{width: 49px;height: 49px;margin-top: -25px;}
.mySwiperBanner .swiper-button-prev{left: 80px;background: url(../images/shutter_prevBtn.png) no-repeat 0 -49px;}
.mySwiperBanner .swiper-button-next{right: 80px;background: url(../images/shutter_nextBtn.png) no-repeat 0 -49px;}

.ny_banner img{width: 100%;}