﻿/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}


/*头部样式*/

.top1 {
    height: 27px;
    background: #e6e6e6;
    color: #595959;
    line-height: 27px;
    overflow: hidden;
    font-size: 13px;
}

.top2 {
    height: 143px;
    overflow: hidden;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 143px;
}

.top2 .k2 {
    margin-top: 35px;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    text-align: right;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 a {
    color: #595959;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {
    background: #48b634;
}


/*热门搜索*/

.sou {
    height: 79px;
    border-bottom: 1px solid #f0f0f0;
}

#formsearch {
    float: right;
    width: 282px;
    height: 38px;
    background: url(../images/bd6c6d90b370e48167d5b9d912b975daf80cfd9e.png) no-repeat center;
    margin-top: 20px;
}

.hotSearch {
    float: left;
    height: 78px;
    line-height: 78px;
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜索*/

.hotSearch a {
    margin-right: 10px;
    font-weight: normal;
    color: #666;
}

#formsearch input {
    height: 38px;
    background: none;
    border: none;
    line-height: 38px;
}

#formsearch input#keyword {
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    color: #666;
    width: 232px;
    outline: none;
    font-size: 14px;
}

#formsearch input#s_btn {
    width: 46px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 12px;
    outline: none;
}


/*首页banner*/

.banner {
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.banner ul.bb li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.banner ul.bb li a {
    width: 100%;
    display: block;
    height: 100%;
}

.banner ul.bb li a img {
    width: 100%;
    height: 100%;
}

.banner .num {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 100;
    text-align: center;
    width: 100%;
}

.banner .num li {
    display: inline-block;
    margin: 0 5px;
    width: 61px;
    height: 6px;
    text-indent: -100px;
    overflow: hidden;
    background: #009b4c;
}

.banner .num li.num_hover {
    background-color: #e15616;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
}


/*导航栏样式*/

.nav li {
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
    width: 175px;
}

.nav li a {
    display: block;
    line-height: 62px;
    color: #fff;
    height: 62px;
    padding: 0;
    font-size: 16px;
    padding: 0;
}

.nav li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #18a100;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #18a100;
}

.nav .sec {
    height: 0;
    background: #48b634;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 62px;
    left: 0px;
    width: 100%;
}

.nav .sec a {
    background: #48b634;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.nav .sec a:hover {
    background: #18a100;
    text-decoration: none;
}


/*友情链接*/

.yqlj {
    width: 154px;
    position: relative;
}

.yqlj h2,
.yqlj .conn {
    width: 154px;
    position: relative;
}

.yqlj h2 {
    padding-left: 11px;
    font-weight: normal;
    background: url(../images/36c8605ae14bc4af832d1527718edad3d37006b8.png) center;
    cursor: pointer;
    width: 154px;
    height: 34px;
    font-size: 12px;
    line-height: 34px;
    color: #949494;
}

.yqlj .conn {
    background: #202020;
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 154px;
    overflow: hidden;
    z-index: 9999;
    display: none;
}

.yqlj .conn a {
    display: block;
    text-align: center;
    font: normal 12px/46px "微软雅黑";
    border-top: 1px solid #373737;
    color: #949494;
}


/*页面底部*/

#footer {
    height: 321px;
    background: #009b4c;
}

.ff_er {
    width: 324px;
    height: 304px;
    background: #009b4c;
}

.ff_er h3 {
    font-weight: normal;
    color: #fff;
    font-size: 24px;
    padding-top: 42px;
}

.ff_er .er {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}

.ff_cont h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 6px;
}

.ff_cont {
    width: 414px;
    padding-right: 65px;
    margin-top: 42px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    border-right: 1px solid #d8e1dd;
    padding-bottom: 20px;
}

.ff_cont a {
    color: #fff;
    font-size: 14px;
}

.nav_foot {
    width: 395px;
    margin-top: 65px;
    line-height: 39px;
}

.nav_foot a {
    color: #fff;
    font-size: 14px;
}

.copyright {
    text-align: center;
    line-height: 24px;
}

.w1240 {
    width: 1240px;
    margin: 0 auto;
}

.head1 {
    height: 37px;
    border-bottom: 1px solid #e7e7e7;
    background: #f4f4f4;
}

.wel {
    font-size: 12px;
    color: #666;
    line-height: 36px;
}

.k1 {
    font-size: 12px;
    color: #666;
    line-height: 36px;
}

.k1 a {
    color: #666;
}

.head2 {
    height: 134px;
}

.logo {
    float: left;
    line-height: 134px;
}

.logowz {
    color: #333;
    padding-left: 20px;
    padding-top: 30px;
}

.htel {
    padding-right: 65px;
    background: url(../images/4d4484da25b7cbb36af14bd0b7c976b5f1c5e268.png) no-repeat right center;
    text-align: right;
    margin-top: 40px;
}

.ewm1 {
    line-height: 134px;
    padding-right: 15px;
}

.index-tlt {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.index-tlt h2 {
    font-size: 38px;
    font-weight: bold;
    color: #333;
}

.index-tlt h2 span {
    color: #31b015;
}

.index-tlt h3 {
    font-size: 18px;
    color: #999;
    line-height: 40px;
    background: url(../images/6b4d933e2d8edcaee8aadc32b69b2cd674ed2657.png) no-repeat center;
}

.index-c1 {
    padding-bottom: 50px;
}

.c1-left {
    width: 250px;
}

.c1-left .c1-left-tlt {
    width: 250px;
    height: 78px;
    background: #48b634;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    background: url(../images/0987ca64b6981f584858673ee96aac924989bc33.png) no-repeat 199px center #48b634;
    line-height: 78px;
    text-indent: 24px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.pro-sort {
    background: #f7f7f7;
    padding: 15px 11px;
}

.pro-sort ul li {
    margin: 10px 0;
	box-shadow:0 1px 5px rgb(0 0 0 / 20%);
}

.pro-sort ul li a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    background: url(../images/77299dbd24a7b853cf4f645dc2cdb31a5d549ae7.png) no-repeat 194px center;
    text-indent: 40px;
    font-size: 16px;
    color: #666;
	height: 50px;
	background:white;
}

.pro-sort ul li:hover a {
    background: url(../images/543393da6bef24a2b0d0e3dd53511bff39023caf.png) no-repeat 194px center #48b634;
    color: #fff;
}

.c1-left .c1-left-tel {
    height: 230px;
    padding: 250px;
    padding: 15px 0;
    text-align: center;
    background: #48b634;
}

.c1-left .c1-left-tel h3 {
    font-size: 18px;
    color: #fff;
    line-height: 42px;
}

.c1-left .c1-left-tel h4 {
    font-size: 26px;
    font-weight: bold;
    font-family: Arial;
    color: #fff;
    line-height: 30px;
    padding-left: 30px;
    background: url(../images/aa52bfbb44b54fd735a9b3cd3bbeab515188ff7f.png) no-repeat left center;
    display: inline-block;
}

.c1-right {
    width: 1240px;
}

.c1-right .tabli {
    height: 78px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 32px;
}

.c1-right .tabli ul li {
    width: 188px;
    text-align: center;
    line-height: 78px;
    background: #e8e8e8;
    font-size: 18px;
    color: #333;
    float: left;
}

.c1-right .tabli ul li.cur {
    background: #48b634;
    color: #fff;
}

.c1-right .tabli .c1-right-tel {
    font-size: 16px;
    color: #666;
    line-height: 78px;
    padding-left: 40px;
    background: url(../images/349fbe4e99d91e686e23978f65a426a713938858.png) no-repeat left center;
    position: absolute;
    top: 0;
    right: 20px;
}

.c1-right .tabli .c1-right-tel span {
    font-weight: bold;
    color: #48b634;
    font-size: 26px;
    font-family: Arial;
}

.c1-right .tab {
    display: none;
}

.c1-right .tab ul li {
    width: 306px;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
}

.c1-right .tab ul li:nth-child(3n) {
    margin-right: 0;
}

.c1-right .tab ul li a {
    display: block;
}

.c1-right .tab ul li img {
    width: 306px;
    height: 242px;
}

.c1-right .tab ul li h3 {
    background: #f5f5f5;
    font-size: 16px;
    color: #444;
    line-height: 46px;
    text-align: center;
}

.c1-right .tab ul li:hover h3 {
    background: #48b634;
    color: #fff;
}

.ysbg {
    background: url(../images/88c8fe59085f9ba795feba0583f69f183da0d301.jpg)center no-repeat;
    height: 625px;
    padding-top: 54px;
}

.ysbg-r {
    width: 640px;
    padding-left: 50px;
}

.ysbg-r .title h3 {
    text-align: center;
    color: #48b634;
    font: 700 36px/36px "Microsoft YaHei";
}

.ysbg-r .title p {
    padding: 19px 0 33px;
    text-align: center;
    color: #666;
    font: 500 18px/18px "Microsoft YaHei";
}

.ys-item {
    float: left;
    width: 285px;
    height: 190px;
    margin-right: 20px;
    background: #ffffff;
    margin-bottom: 26px;
    text-align: center;
}

.ys-item img {
    display: block;
    margin: 0 auto;
}

.ys-item:nth-child(odd) {
    margin-right: 0;
}

.ys-item a {
    display: inline-block;
    width: 285px;
    height: 190px;
    padding: 20px 24px 0;
}

.ys-item h3 {
    padding: 20px 0 15px;
    color: #333;
    font: 400 20px/20px "Microsoft YaHei";
}

.ys-item p {
    color: #666;
    font: 400 12px/20px "Microsoft YaHei";
}

.ys-item:hover {
    box-shadow: 0px 5px 20px #ececec;
}

.ys-item:hover .img img {
    filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(64deg) brightness(102%) contrast(93%);
}

.ys-item:hover h3 {
    color: #48b634;
    font: 700 20px/20px "Microsoft YaHei";
}

.index-c2 {
    padding-bottom: 60px;
}

.picScroll-left {
    position: relative;
}

.picScroll-left .bd {
    overflow: hidden;
}

.picScroll-left .bd ul li {
    width: 288px;
    height: 268px;
    float: left;
    margin-right: 29px;
}

.picScroll-left .bd ul li a {
    display: block;
}

.picScroll-left .bd ul li img {
    width: 288px;
    height: 268px;
}

.picScroll-left a.next {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/5121771ec8246cb0753729b837c08c774e9510ee.png) no-repeat center;
    position: absolute;
    top: 153px;
    right: -108px;
    cursor: pointer;
}

.picScroll-left a.next:hover {
    background: url(../images/3a9b2f3d7aa42da8cc04340ea7a77959cf75f8df.png) no-repeat center;
}

.picScroll-left a.prev {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/4d455d842c0cbd7a8b65828a261f4817b34e2fd3.png) no-repeat center;
    position: absolute;
    top: 153px;
    left: -108px;
    cursor: pointer;
}

.picScroll-left a.prev:hover {
    background: url(../images/cc794ce60e4007e6f1b3d9cd4ce11bd0cd617e44.png) no-repeat center;
}

.index-c3 {
    width: 1920px;
    height: 1966px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url(../images/8fea2e82986343b1c86b54aebbdeadce0f4fbc15.jpg) no-repeat center;
}

.index-c3 .index-tlt {
    padding-top: 50px;
    padding-bottom: 40px;
}

.index-c3 ul li {
    margin-bottom: 30px;
}

.index-c3 ul li .img {
    width: 620px;
    height: 404px;
    float: left;
}

.index-c3 ul li .img img {
    width: 620px;
    height: 404px;
}

.index-c3 ul li .wz {
    width: 540px;
    float: right;
    margin-top: 10px;
}

.index-c3 ul li:nth-child(2n) .img {
    float: right;
}

.index-c3 ul li:nth-child(2n) .wz {
    float: left;
}

.index-c3 ul li .wz .wz-tlt {
    padding-left: 90px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.index-c3 ul li .wz .wz-tlt h3 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}

.index-c3 ul li .wz .wz-tlt h4 {
    font-size: 17px;
    color: #666;
    line-height: 30px;
}

.index-c3 ul li .wz .wz-tlt dt {
    width: 74px;
    height: 85px;
    background: url(../images/ad5abe28fba770dc6a87ca4029ad0af51dc2833c.png) no-repeat center;
    text-align: center;
    line-height: 85px;
    color: #fff;
    font-size: 48px;
    font-family: Arial;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 10px;
}

.index-c3 ul li .wz .wz-con {
    font-size: 16px;
    color: #383838;
    line-height: 35px;
}

.index-c3 ul li .wz .wz-tu {
    width: 540px;
    height: 138px;
    margin-top: 30px;
}

.index-c3 ul li .wz .wz-tu img {
    width: 540px;
    height: 138px;
}

.index-c3 ul li:nth-child(4) .wz-tel {
    font-size: 16px;
    font-weight: bold;
    color: #31b015;
    margin-top: 30px;
}

.index-c3 ul li:nth-child(4) .wz-tel span {
    font-size: 24px;
}

.index-c3 ul li:nth-child(4) a.ljzx {
    display: block;
    width: 220px;
    height: 40px;
    background: #31b015;
    box-shadow: 0 0 20px #31b015;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin-top: 20px;
}

.h-about {
    background: url(../images/9a58b95276916c5ca54133a6ea9fbfc1457e85a5.jpg) repeat-x bottom center;
    padding-bottom: 60px;
}

.h-about-box {
    background: #fff;
    margin-top: 10px;
}

.h-about-left {
    width: 588px;
    height: 402px;
    overflow: hidden;
}

.h-about-left img {
    max-width: 100%;
    transition: all .6s;
}

.h-about-left:hover img {
    transform: scale(1.1);
}

.h-about-right {
    width: 620px;
    height: 402px;
    padding: 45px 15px 0 0;
}

.h-about-right .title h3 {
    color: #040203;
    font: 700 44px/44px "Arial";
    padding-bottom: 7px;
}

.h-about-right .title p {
    color: #333;
    font: 500 24px/24px "Microsoft YaHei";
}

.about-con {
    color: #666;
    font: 400 14px/28px "Microsoft YaHei";
    padding: 25px 0 44px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.more-a {
    display: block;
    width: 206px;
    height: 50px;
    color: #fff;
    background: #31b015;
    text-align: center;
    border-radius: 5px;
    transition: all .6s;
    font: 400 14px/50px "Microsoft YaHei";
    margin-top: 20px;
}

.more-a:hover {
    color: #fff;
    padding-left: 15px;
}

.ab-tu {
    margin-top: 52px;
}

.ab-tu .tabli2 {
    width: 200px;
}

.ab-tu .ab-tu-img {
    width: 1020px;
    float: right;
}

.ab-tu .tabli2 ul li {
    width: 200px;
    height: 90px;
    background: #d3d3d3;
    text-align: center;
    font-size: 22px;
    color: #333;
    padding-top: 20px;
    cursor: pointer;
}

.ab-tu .tabli2 ul li span {
    display: block;
    font-size: 12px;
    font-family: Arial;
    color: #999;
    text-transform: uppercase;
}

.ab-tu .tabli2 ul li.cur {
    background: url(../images/7e3d9ff8a9833bb990e764f2e545321ac2ed08df.png) no-repeat center;
    color: #fff;
}

.ab-tu .tabli2 ul li.cur span {
    color: rgba(255, 255, 255, 0.5);
}

.ab-tu .ab-tu-img .tab2 {
    display: none;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd {
    overflow: hidden;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd ul li {
    width: 242px;
    height: 180px;
    float: left;
    margin-right: 18px;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd ul li img {
    width: 242px;
    height: 180px;
}

.news-z {
    padding: 10px 0 50px;
}

.news-l {
    width: 603px;
}

.news-r {
    width: 595px;
}

.news-top-t {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.news-top-t h4 {
    float: left;
    color: #333;
    font: 500 22px/22px "Microsoft YaHei";
}

.news-top-t h4 b {
    display: inline-block;
    margin: 0 0 0px 14px;
    color: #999;
    font: 400 14px/14px "Arial";
}

.more-n {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/3bb5b4d97114273be33adb2a9aa79615fb739304.png);
    margin-bottom: 18px;
}

.h-news-a .img {
    width: 284px;
    height: 170px;
    overflow: hidden;
}

.h-news-a .img img {
    transition: all .6s;
}

.h-news-a:hover img {
    transform: scale(1.1);
}

.news-a-con {
    width: 289px;
}

.news-a-con h3 {
    color: #333;
    font: 700 16px/16px "Microsoft YaHei";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 12px 0;
}

.news-a-con p {
    color: #999;
    font: 400 14px/24px "Microsoft YaHei";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-a-con span {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
    background: url(../images/e37d804a0e3fa7fbd884651353527c20a6938138.png);
}

.h-news-b {
    border: 1px solid #eee;
    padding: 22px 20px 0 23px;
    margin-top: 28px;
}

.h-news-b a {
    display: block;
    margin-bottom: 19px;
	height: 30px;
	line-height: 30px;
	border-bottom:1px solid #dddddd;
}

.h-news-b a h3 {
    width: 488px;
    padding-left: 22px;
    float: left;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
    transition: all .6s;
    font: 400 16px/16px "Microsoft YaHei";
}

.h-news-b a h3::before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    height: 7px;
    width: 7px;
    transition: all .6s;
    border: 1px solid #31b015;
}

.h-news-b a .date {
    float: left;
    color: #999;
    font: 300 12px/14px "Microsoft YaHei";
}

.h-news-b a:hover h3 {
    color: #31b015;
    font: 700 16px/16px "Microsoft YaHei";
}

.h-news-b a:hover h3::before {
    background: #31b015;
}

#ydemo {
    height: 390px;
    overflow: hidden;
}

.h-news-c a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.h-news-c a:first-child {
    padding-top: 0;
}

.h-news-c a:last-child {
    border-bottom: none;
}

.h-news-c .pic {
    width: 160px;
    height: 96px;
    overflow: hidden;
}

.h-news-c .pic img {
    width: 100%;
    height: auto;
}

.h-news-c a img {
    transition: all .6s;
}

.h-news-c .news-c-con {
    width: 406px;
}

.news-c-con h3 {
    color: #333;
    font: 700 16px/16px "Microsoft YaHei";
    padding: 15px 0 16px;
}

.news-c-con .newscon {
    color: #999;
    font: 400 14px/22px "Microsoft YaHei";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.h-news-c a:hover img {
    transform: scale(1.1);
}

.h-news-c a:hover h3 {
    color: #31b015;
}

.flink {
    padding: 15px 0;
    font-size: 14px;
    color: #333;
}

.flink a {
    color: #333
}

/*  */
.container{
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}















.product_detail {
    padding: 5px;
}

.product_detail h1.title {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    border-bottom: 1px solid #e0e1dc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.product_detail .img {
    width: 256px;
    height: 210px;
    float: left;
    padding: 2px;
    border: 1px solid #e0e1dc;
}

.product_detail .img img {}

.product_detail .small {
    width: 250px;
    height: 203px;
}

.jqzoom {
    text-decoration: none;
    float: left;
}

.product_detail .list {
    width: 300px;
    float: left;
    margin-left: 30px;
    display: inline;
    padding-top: 8px;
}
.list_p {}

.list_p li {
    height: 36px;
    font-size: 16px;
    border-bottom: 1px dashed #e0e1dc;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: "Microsoft YaHei"
}

.list_p li h2 {
    font-size: 16px;
    font-weight: normal;
    font-family: "Microsoft YaHei"
}





.product_detail .inquirya {
    line-height: 32px;
    border: none;
    margin-top: 16px;
	float: left;
	padding-right: 16px;
}

.product_detail .inquirya a {
    background: url("../images/xunjiaa.gif") center center no-repeat;
    display: block;
    width: 112px;
    height: 32px;
    text-indent: -99999px;
}

.product_detail .inquirya a:hover {
    background-image: url("../images/xunjiaa_hover.gif");
}


.product_detail .inquiryb {
    line-height: 32px;
    border: none;
    margin-top: 16px;
	float: left;
}

.product_detail .inquiryb a {
    background: url("../images/xunjiab.gif") center center no-repeat;
    display: block;
    width: 112px;
    height: 32px;
    text-indent: -99999px;
}

.product_detail .inquiryb a:hover {
    background-image: url("../images/xunjiab_hover.gif");
}






.product_detail .inquiry {
    line-height: 32px;
    border: none;
    margin-top: 16px;
	float: left;
	padding-right: 16px;
}

.product_detail .inquiry a {
    background: url("../images/xunjia.gif") center center no-repeat;
    display: block;
    width: 112px;
    height: 32px;
    text-indent: -99999px;
}

.product_detail .inquiry a:hover {
    background-image: url("../images/xunjia_hover.gif");
}

.list_p li h2 a {
    font-size: 12px;
    font-family: "Microsoft YaHei"
}

.p_detail span.title {
    line-height: 28px;
    height: 28px;
    text-align: left;
    margin-top: 10px;
    display: block;
    padding-left: 10px;
    font-size: 12px;
    border-bottom: 1px solid #005b49;
}

.p_detail p.dd {
    padding-top: 5px;
    padding-bottom: 5px;
}

.right .content {
    padding-top: 15px;
    overflow: hidden;
}








.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
    z-index:101;
    cursor:move;
}

.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}






.smallPlay{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.videoList{
	width:100%;
	float:left;
	height:auto;
}
.videoList ul{
	width:100%;
	margin:0 auto;
	height:auto;	
}
.listImg {
    height: 197px;
}
.videoList ul li{
	width:23%;
	height:auto;
	float:left;
	margin-left:2%;
	position: relative;
}


.smallPlay  img{

     width: 57px!important;
	height: 38px!important;
}


.describe:hover{
	color:#eb6100;
}
.describe{
	width:100%;
	height:auto;
	font-size:16px;
	padding-top: 13px;
	padding-bottom: 20px;
	background: #5cb85c;
	color: white;
	text-align: center;
}


.aaa{

height: 38px!important;


}


















.case{
width: 100%; 
position: relative;
}
.case .img-top{
position: absolute;
top: -56px;
right: 0;
}
.case .img-bot{
position: absolute;
top: 100%;
bottom: 0;
}
.case .title{
width: 100%; 
height: 45px;
text-align: center;
font-size: 30px;
font-weight: 500;
line-height: 45px;
padding-top: 60px;
}
.case .case-in{
width: 100%; 
height: auto;
margin-top: 100px;
background: url("/Application/Home/Public/propaganda-img/img2/bg4.png") no-repeat; 
background-size: cover;
}
.case .case-in .case-top{
width: 90%;
max-width: 1200px;
margin: 0 auto;
display: flex;
padding-top: 90px;
}
.case .case-in .case-top p{
width: 190px;
height: 50px;
text-align: center;
line-height: 50px;
/* margin-top: 320px; */
border-radius: 5px;
}
.case .case-in .case-top .p1{
background: #FFFFFF;
border: 1px solid #707070;
opacity: 1;
/* margin-left: 360px; */
}
.case .case-in .case-top .p2{
background: #FFFFFF;
border: 1px solid #2984FC;
margin-left: 44px;
border-radius: 5px;
}
.case .case-in .case-bot{
width: 100%;
max-width: 1200px;
margin: 0 auto;
color: white;
margin-top: 38px;
}
.case .case-in .case-bot ul{
width: 100%;
/* height: 290px; */
padding-bottom: 30px;
display: flex;
justify-content: space-around;
}
.case .case-in .case-bot ul li{
background: white;
box-shadow: 8px 8px 20px rgb(0 0 0 / 5%);
margin-bottom: 38px;
flex: 0 0 23%;
float: none;
cursor: pointer;
}
.case .case-in .case-bot ul li:hover{
box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.14);
transform:scale(1.05,1.05)
}
.case .case-in .case-bot ul li .tp img{
width: 100%;
height: 155px;
object-fit: cover;
}
.case .case-in .case-bot ul li .mi .txt1{
width: 90%;
margin: 0 auto;
margin-top: 10px; 
margin-bottom: 10px; 
}
.case .case-in .case-bot ul li .mi div{
width: 90%;
margin: 0 auto;
justify-content: space-between;
display: flex;
margin-bottom: 10px; 
}
.case .case-in .case-bot ul li .mi div p .s1{
margin-left: 15px;
margin-right: 155px;
font-size: 12px;
color: #999999;
}
.case .case-in .case-bot ul li .mi div p .s2{
color: #666666;
font-size: 12px;
}