/*初始化样式*/
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;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    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;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

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;
}

/*头部样式*/
.top2{
    background: url(../images/heads.png) no-repeat center center;
    height: 100px;
}
.top1 {
    height: 40px;
    background: #f8f8f8;
    color: #595959;
    overflow: hidden;
    line-height: 40px;
    border-bottom: 1px solid #f2f2f2;
}

.top1 .wel {
    font-size: 12px;
    color: #666666;
    font-family: 黑体;
}

.top1 .wel p {
    display: inline;
    color: #008b76;
    font-family: 黑体;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 100px;
}

.top2 .k2 {
    margin-top: 35px;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    text-align: right;
}

.top2b1 {
    height: 74px;
    width: 1350px;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 63px;
}

.top2b1 p {
    font-size: 22px;
    font-family: 微软雅黑;
    color: #008b76;
    padding-top: 25px;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.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 {
    padding-left: 20px;
}

/* 成功案例 */
.p1 {
    background-color: #f8f8f8;
    padding-top: 98px;
    height: 803px;
}

.p1 .p1a {
    width: 134px;
    height: 72px;
    margin: 0 auto 62px;
    font-size: 32px;
    text-align: center;
}

.p1 .p1a h3 {
    font-size: 32px;
    font-weight: 400;
}

.p1 .p1a p {
    text-transform: uppercase;
    font-family: "仿宋";
}

.p1b .p1b1 li {
    width: 285px;
    height: 354px;
    margin-right: 18px;
    background-color: #fff;
    position: relative;
}

.p1b .p1b1 li:last-child {
    margin-right: 0;
}

.p1b .p1b1 .p1b1a {
    width: 206px;
    height: 82px;
    text-align: center;
    margin: 0 auto;
    background: url(../images/navheng.png) no-repeat center bottom;
}

.p1b .p1b1 .p1b1a h3 a {
    font-size: 16px;
    color: #353535;
    font-weight: 400;
    line-height: 45px;
}

.p1b .p1b1 .p1b1a p {
    font-size: 12px;
    color: #353535;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#p1b1b h3 a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 45px;
    text-align: center;

}

#p1b1b p {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#p1b1b {
    width: 100%;
    height: 145px;
    padding-top: 10px;
    background: url(../images/beij.png) no-repeat left bottom;
    display: none;
    z-index: 999;
    position: absolute;
    left: 0;
    bottom: 0;
}

#p1b1b .p1more {
    display: block;
    width: 120px;
    height: 32px;
    background-color: #016d5d;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 32px;
    margin: 24px auto 0;
}

.p1b .p1b1 li:hover #p1b1b {
    display: block;
}

.p1c {
    width: 160px;
    height: 47px;
    background-color: #008b76;
    text-align: center;
    line-height: 42px;
    margin: 86px auto 0;
    padding-top: 3px;
}

.p1c a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    width: 152px;
    height: 40px;
    border: 1px solid #fff;
    margin: 0 auto;

}

/* 公司简介 */
.p2 {
    height: 648px;
    background: url(../images/jianjie.png) no-repeat;
    position: relative;
}

.p2a {
    width: 560px;
}

.p2a1 {
    padding-bottom: 40px;
}

.p2a h3 {
    font-size: 46px;
    color: #0d76be;
    text-transform: uppercase;
    font-family: Impact;
}

.p2a h4 {
    font-size: 30px;
    color: #0d76be;
    font-family: 黑体;
    margin-bottom: 50px;
}

.p2a p {
    font-size: 16px;
    color: #787878;
    line-height: 34px;
}

.p2a a {
    display: block;
    height: 40px;
    text-align: left;
    line-height: 40px;
    text-indent: 1px;
    background: url(../images/heng.png) no-repeat left top;
    color: #0d76be;

}

.p2b {
    float: right;
    width: 593px;
}

.p2b img{
    width: 593px;
    height: 495px;
}


/* .p2b ul li{
    position: absolute;
    right: 0;
    top: 0;
} */

/* 为什么选择凯伦木 */
.p3 {
    height: 725px;
    background-color: #f7f8f7;
    padding-top: 66px;
    box-shadow: inset 0px -2px 10px rgba(0,0,0,0.05);
}

.p3 .p3a {
    margin: 0 auto 55px;
    font-size: 32px;
    text-align: center;
}

.p3 .p3a h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 50px;
}

.p3 .p3a p {
    text-transform: uppercase;
    font-size: 26px;
    font-family: "仿宋";
}

.p3b .p3b1 li {
    width: 378px;
    background-color: #fff;
}
.p3b .p3b1 li img{
    width:379px;
    height:262px;
    overflow:hidden;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;}
.p3b .p3b1 li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.p3b .p3b1 li:nth-child(2) {
    margin: 0 28px;
}

.p3b1a {
    height: 73px;
    text-align: center;
    margin: 50px 0 42px;
    background: url(../images/chooseheng.png) no-repeat center bottom;
    padding-bottom: 88px;
}

.p3b1a h3 {
    font-size: 20px;
    color: #353535;
    font-weight: 400;
    line-height: 48px;
}

.p3b1a span {
    font-size: 14px;
    color: #9b9b9e;
}

/* 新闻动态 */
.p4 {
    height: 760px;
    padding-top: 76px;
    background: url(../images/sample3.png) no-repeat center center;
}

.p4 .p4a {
    margin: 0 auto 65px;
    font-size: 32px;
    text-align: center;
}

.p4 .p4a h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 50px;
}

.p4 .p4a p {
    text-transform: uppercase;
    font-size: 26px;
    font-family: "仿宋";
}


.p4b .p4b1 {
    width: 584px;
    border: 1px solid #c9c9c9;
    padding-right: 18px;
}

.p4b .p4b1:nth-child(odd) {
    margin: 0 30px 38px 0;
}

.p4b .p4b1 .p4b1img{width: 198px;height:158px;overflow:hidden;}

.p4b .p4b1 .p4b1img:hover img{
    -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);}
  
.p4b .p4b1 .p4b1img img{
    width: 198px;
    height:158px;
    -webkit-transition: -webkit-transform 0.3s;
   -moz-transition: -moz-transform 0.3s;
   -o-transition: -o-transform 0.3s;
   transition: transform 0.3s;}
   
.p4b .p4b1 .p4b2 {
    width: 365px;
    padding-left: 22px;
}

.p4b1 .p4b2 h3 {
    font-size: 16px;
    color: #353535;
    line-height: 35px;
    margin-top: 14px;
}

.p4b1 .p4b2 p {
    font-size: 14px;
    color: #353535;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p4b1 .p4b2 p:last-child {
    text-align: right;
    line-height: 47px;
}

/* 联系我们 */
.p5 {
    background: url(../images/shan.png) no-repeat left bottom;
    height: 412px;
}

.p5wh {
    position: relative;
}

.p5 .p5a {
    width: 448px;
    height: 318px;
    box-shadow: 0 -3px 4px rgba(0,0,0,0.1);
    background-color: #fff;
    color: #000000;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: -26px;
    left: 32%;
    color: #353535;
}

.p5 .p5a .p5a1 {
    width: 180px;
    height: 138px;
    margin: 0 auto;
    background: url(../images/dianhua.png) no-repeat center bottom;
}

.p5a h4 {
    margin-top: 40px;
    font-size: 32px;
    color: #353535;
    font-weight: 400;
}

.p5a span {
    font-size: 18px;
    color: #000000;
    display: block;
    background: url(../images/dianhuah.png) no-repeat 61px 13px;
    margin-top: 20px;
}

.p5a p {
    font-size: 32px;
    margin-top: 15px;
    font-family: "Times New Roman";
}

.p5a .eng {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: 0;
    font-family: "仿宋";
}

/*热门搜索*/
.sou {
    margin-top: 15px;
    position: relative;
}

#formsearch {
    float: right;
}

.hotSearch {
    float: left;
    height: 85px;
    line-height: 85px;
    color: #f5f5f5;
    font-weight: normal;
    font-size: 16px;
}
.hotSearch  a {
    color: #f5f5f5;
    font-weight: normal;
}
#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜索*/
.hotSearch a {
    margin-right: 6px;
    font-size: 14px;
}
#formsearch  {
    margin-top: 16px;
}

#formsearch input {
    height: 22px;
    background: #4c4a4a;
    line-height: 22px;
	outline:none;  
	border:none;
}

#formsearch input#keyword {
    width: 325px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    color: #666;
    font-size: 14px;
}

#formsearch input#s_btn {
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #0d76be;
    font-size: 18px;
    outline:none;  
	border: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: 86px;
    margin-right: 32px;
}

.nav li:last-child{
    margin-right: 0px;
}

.nav li a {
    display: block;
    line-height: 100px;
    color: #000000;
    height: 100px;
    padding: 0;
    font-size: 16px;
    padding: 0;
}

.nav>li>a:hover {
    color: #000000;
    text-decoration: none;
    background: url(../images/navheng.png) no-repeat center 85px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: none;
}

.nav .sec {
    height: 0;
    color: #000000;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 100px;
    left: -75%;
    width: 250%;
    background: #fff;
}

.nav .sec a {
    color: #000000;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.nav .sec a:hover {
    text-decoration: none;
    background-color: none;
}


/* 咨询 */
.p6 {
    background: url(../images/footb.png) no-repeat center center;
    height: 1532px;
}

.message-wrap {
    margin-top: 50px;
}

.p61 {
    width: 880px;
    text-align: center;
    margin: 0 auto;
}

.x-message {
    margin-bottom: 95px;
}

.x-message .container-fluid {
    padding: 100px 0 0 0;
}

.x-layout-logo p:nth-child(2) {
    font-weight: 700;
}

.p61 h4 {
    font-size: 40px;
    color: #333333;
    font-weight: normal;
    font-family: 黑体;
}

.p61 p {
    font-size: 20px;
    color: #333333;
    line-height: 44px;
}

.p6 .infor {
    width: 358px;
}

.p6 .infor input::placeholder {
    font-size: 14px;
    color: #000000;
}

.p6 .infor input {
    width: 354px;
    height: 54px;
    line-height: 54px;
    background-color: #dcdcdc;
    outline: none;
    border: none;
    font-size: 14px;
    color: #000000;
    padding-left: 10px;
    margin-bottom: 8px;
}

.infor .code-group .check {
    width: 239px;
}

.checkCodeImg {
    width: 119px;
    height: 54px;
}

.checkCodeImg img {
    width: 100%;
    height: 100%;
}

.textarea textarea {
    width: 817px;
    height: 178px;
    background-color: #dcdcdc;
    outline: none;
    border: none;
    resize: none;
    padding: 20px;
    margin-left: 20px;
    font-size: 14px;
    color: #000000;
}

.textarea textarea::placeholder {
    font-size: 14px;
    color: #000000;
}

.tijiao {
    width: 387px;
    height: 58px;
    margin: 55px 0 0 50px;
}

.tijiao input {
    width: 387px;
    height: 58px;
    background:url(../images/mores2.png) no-repeat center center;
    color: #fff;
    outline: none;
    border: none;
    font-size: 20px;
    font-family: 微软雅黑;
}

.footC {
    width: 400px;
    height: 170px;
    padding-left: 26px;
}

.reT {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.x-region {
    padding-left: 10px;
}

/*友情链接*/

.f_link {
    width: 1200px;
    line-height: 30px;
    margin: 0 auto;
}

.f_link a {
    color: #666;
}

/*页面底部*/
#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;
    background: url(../images/line2.png) no-repeat right top;
    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;
}


/* 底部导航 */
.footRight {
    width: 600px;
}

.foot_nav {
    padding-left: 34px;
}

.foot_navul {
    width: 170px;
}

.foot_navul li {
    width: 72px;
}

.foot_nav p {
    font-size: 18px;
    color: #000000;
    font-family: 黑体;
}

.foot_nav .foot_navul {
    margin-top: 8px;
}

.foot_nav .foot_navul li a {
    font-size: 14px;
    color: #666666;
    line-height: 38px;
}

.foot_nav .foot_navul li {
    background: url(../images/jian.png) no-repeat left center;
    padding-left: 10px;
}

.foot_navul li:nth-child(odd) {
    margin-right: 26px;
}

.foot_nav .foot_navul li:hover a {
    color: #008b76;
}
.beiAn {
    margin-top: 72px;
    text-align: center;
}

.beiAn span {
    font-size: 14px;
    color: #666666;
}

.beiAn a {
    font-size: 14px;
    color: #666666;
}



.p7 {
    background: #333333;
    padding: 15px 0;
}
.p7 .jszc a {
    font-size: 16px;
    color: #f5f5f5;
}

/*内页左侧样式*/


.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

/*.left{width: 225px;float: left;}
.right{width: 940px;float: right;}
.xypg-case-list li{width:300px;}
.xypg-product-list li{width: 293px;}
.xypg-product-list li .img img{width: 271px;height: 205px;}
.relate-product-slick .owl-item .img img{    width: 213px;height: 159px;}
.xypg-case-list li .img img{width: 300px;height: 300px;}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}*/
.page-product-inquiry a {
    color: #fff;
}


/*改版搜索*/
.sample-search{
    border-bottom: 1px solid #f4f4f4;
    height: 39px;
}

#formsearchs{
    margin-top: 7px;
}
.sample-search #keywords{
    width: 270px;
    height: 26px;
    background: none;
    border: 1px solid #0d76be;
    outline: none;
    text-indent: 7px;
}
.sample-search #s_btns{
    width: 50px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    outline: none;
    background: #0d76be;
    border: none;
    font-size: 12px;
    color: #ffffff;
}
.hot-search{
    line-height: 39px;
    font-size: 12px;
    color: #666666;
}

.hot-search a{
    margin-right: 10px;
}
.hot-search a:hover{
    color: #0d76be;
}


.fenzhan{
    line-height: 39px;
    font-size: 12px;
    color: #666666;
}
.fenzhan a{
    color: #666666;
}

.fenzhan a:hover{
    color: #0d76be;
}

.sample-search ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333333;
}
.sample-search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333333;
}
.sample-search ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333333;
}
.sample-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333333;
}


/*产品中心*/
.sample-product{
    padding-top: 125px;
    height: 976px;
    background: url(../images/sample1.png) no-repeat center center;
}
.sample-product .pros-left{
    width: 270px;
}
.sample-product .pros-left h3{
    font-size: 24px;
    color: #282828;
    line-height: 24px;
}
.sample-product .pros-left span{
    display: block;
    font-size: 14px;
    color: #282828;
    line-height: 14px;
    margin-top: 12px;
}
.sample-product .pros-left i{
    display: block;
    width: 240px;
    height: 1px;
    background: #e5e5e5;
    margin-top: 34px;
}

.sorts1{
    margin-top: 38px;
}

.sorts1 li{
    font-size: 14px;
    color: #282828;
    padding-left: 44px;
    line-height: 40px;
    background: url(../images/yuan.png) no-repeat 27px center;
    margin-bottom: 9px;
}
.sorts1 li:last-child{
    margin-bottom: 0px;
}
.sorts1 li a{
    color:#282828;
}
.sorts1 li:hover{
    background: url(../images/yuans.png) no-repeat 27px center,url(../images/lis.png) no-repeat left center;
}

.sorts1 li:hover a{
    color: #fff;
}

.lists1{
    width: 847px;
}
.lists1 li{
    position: relative;
}
.lists1 li img{
    width: 847px;
    height: 455px;
}
.lists1 li h3{
    position: absolute;
    width: 100%;
    left:0px;
    bottom: 0px;
    line-height: 41px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: rgba(0,0,0,0.51);
    font-weight: 400;
}
.lists1 li h3 a{
    color: #fff;
}
.lists1 .slick-arrow{
	position: absolute;
    width: 32px;
    height: 42px;
    outline: none;
    border: none;
    font-size: 0px;
    z-index: 99999;
}
.lists1 .slick-prev{
	background: url(../images/left-a.png) no-repeat center center rgba(0,0,0,0.57);
	top: 45%;
	left: 0;
}
.lists1 .slick-next{
	background: url(../images/right-a.png) no-repeat center center rgba(0,0,0,0.57);
	top: 45%;
	right:0;
}

.lists1 .slick-prev:hover{
    background: url(../images/left-a.png) no-repeat center center rgba(0,0,0,1);
}

.lists1 .slick-next:hover{
    background: url(../images/right-a.png) no-repeat center center rgba(0,0,0,1);
}

.pros2{
    margin-top: 67px;
}

.pros2 li{
    float: left;
    width: 279px;
    margin-right: 28px;
}
.pros2 li:last-child{
    margin-right: 0px;
}
.pros2 li a.img{
    display: block;
}
.pros2 li a.img img{
    width: 279px;
    height: 279px;
}

.pros2 li h3{
    text-align: center;
    font-size: 16px;
    color: #282828;
    line-height: 16px;
    margin-top: 12px;
    font-weight: 400;
}
.pros2 li h3 a{
    color: #282828;
}

.sample-heng{
    height: 364px;
    background: url(../images/sample2.png) no-repeat center center;
    padding-top: 80px;
}

.sample-heng h3{
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.sample-heng .wzs{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-top: 45px;
    line-height: 30px;
}
.sample-heng a{
    display: block;
    width: 189px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    background: url(../images/mores.png) no-repeat center center;
    color: #fff;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 16px;
}

