/*初始化样式*/

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: #f37004;
    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;
}


/*头部样式*/

.top1 {
    height: 27px;
    background: #e6e6e6;
    color: #595959;
    line-height: 27px;
    overflow: hidden;
    font-size: 13px;
}

.top2 .wh {
    position: relative;
}

.top2 {
    height: 169px;
    background: url(../images/09a4fd63711c9fcab773810a3c5410271da92363.jpg) repeat-x top center;
    z-index: 999;
}

.tbox {
    padding-left: 246px;
    height: 117px;
    overflow: hidden;
}

.logowz {
    font-size: 36px;
    color: #fff;
    line-height: 30px;
    margin-top: 30px;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.top2 .k2 {
    margin-top: 46px;
    font-size: 24px;
    color: #f37004;
    line-height: 30px;
    text-align: right;
}

.ding {
    color: #ededed;
    font-size: 16px;
    margin-top: 49px;
}

.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: 240px;
    position: relative;
}


/*热门搜索*/

.sou {
    margin: 15px 0;
}

#formsearch {
    float: right;
    width: 205px;
}

.hotSearch {
    float: left;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜索*/

.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

#formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
    outline: none;
}

#formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #262535;
    color: #fff;
    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: 128px;
    background: url(../images/a5160138bc8373ad4c3677cc98df69c5f30f9d5f.png) no-repeat right center;
}

.nav>li:nth-child(7) {
    background: none;
}

.nav li:last-child {
    background: none;
}

.nav li a {
    display: block;
    line-height: 52px;
    color: #444444;
    height: 52px;
    padding: 0;
    font-size: 14px;
    padding: 0;
}

.nav li a:hover {
    color: #f37004;
    text-decoration: none;
    background: url(../images/58326632959abe86b503f9a7a84662da4d8b16cf.png) no-repeat bottom center;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background: url(../images/58326632959abe86b503f9a7a84662da4d8b16cf.png) no-repeat bottom center;
}

.nav .sec {
    height: 0;
    background: #f37004;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 52px;
    left: 0px;
    width: 100%;
}

.nav .sec a {
    background: #f37004;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.nav .sec a:hover {
    background: #f37004;
    text-decoration: none;
    color: #fff;
}

.nav li.lxff {
    width: auto;
    margin-left: 0px;
    position: relative;
    line-height: 52px;
    float: right;
    background: none;
}

#formsearch {
    position: absolute;
    top: 52px;
    right: 0;
    display: none;
}

.box1 {
    margin-top: 40px;
}

.pbt a {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 150px;
    height: 48px;
    background: url(../images/be4ff5303f01086d30f35d5cfcc103b20cd1b6ef.png) no-repeat left center;
    line-height: 48px;
    text-align: center;
}

.pbt h3 {
    color: #444444;
    font-size: 36px;
    padding-top: 22px;
    background: url(../images/31a8f60d41773886568906795393917f36c141ee.png) no-repeat top left;
}

.pbt i {
    color: #f37004;
    font-style: normal;
}

.pbt span {
    color: #d7d7d7;
    opacity: 0.6;
    padding-left: 14px;
    vertical-align: text-bottom;
}

.tab1 {
    display: none;
    width: 933px;
}

.pbox {
    margin-top: 42px;
}

.plist {}

.plist li {
    margin-right: 15px;
    margin-bottom: 13px;
    position: relative;
    overflow: hidden;
}

.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li a.img {
    display: block;
}

.plist li a.img img {
    width: 301px;
    height: 426px;
}

.plist li h3 a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    line-height: 426px;
    text-align: center;
    top: 426px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 37, 53, .8) url(../images/c51440d115c5400e0d1232482e1580c76bfadca8.png) no-repeat right bottom;
}

.psort li a {
    width: 240px;
    height: 65px;
    color: #f2f2f2;
    font-size: 14px;
    line-height: 65px;
    margin-bottom: 2px;
    padding-left: 51px;
    display: block;
    background: #262535 url(../images/e3256c0156673b81e8a7f6971d32f985d901c09a.png) no-repeat 213px center;
}

.psort li a:hover {
    color: #f37004;
}

.psort li.cur a {
    background: #f37004 url(../images/e3256c0156673b81e8a7f6971d32f985d901c09a.png) no-repeat 213px center;
}

.plist li:hover h3 a {
    top: 0;
}

.box2 {
    height: 930px;
    background: url(../images/03bd426907925a3e146b1c135a3997144a8b3e1f.jpg) no-repeat top center;
    margin-top: 70px;
}

.abox1 {
    position: relative;
}

.acon {
    position: absolute;
    letter-spacing: 0;
    top: 173px;
    z-index: 1;
    background: #fff;
    width: 480px;
    height: 440px;
    padding: 126px 40px 0 33px;
}

.acon .pbt h3 {
    padding-top: 0;
    background: none;
}

.acon .pbt span {
    opacity: 1;
}

.jian {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 30px;
}

.amore a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 124px;
    height: 114px;
    line-height: 114px;
    position: absolute;
    left: 418px;
    bottom: 0;
    z-index: 2;
    background-color: #f37004;
}

.aimg {
    margin-top: 80px;
}

.aimg img {
    display: block;
    width: 782px;
    height: 533px;
}

.aul {
    margin-top: 8px;
}

.aul li {
    width: 395px;
    height: 230px;
    background-color: #f9f9f9;
    margin-right: 7px;
    text-align: center;
    padding-top: 45px;
}

.aul li:last-child {
    margin-right: 0;
}

.aul li a {
    display: block;
}

.aul li h3 {
    font-weight: normal;
    color: #222222;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}

.aul li h3 span {
    color: #999;
    font-size: 14px;
    display: block;
}

.aul li .img {
    height: 80px;
    line-height: 80px;
}

.aul li .img2 {
    display: none;
}

.aul li:hover .img1 {
    display: none;
}

.aul li:hover .img2 {
    display: inline-block;
}

.aul li:hover {
    background: #f37004;
}

.aul li:hover h3 {
    color: #fff;
}

.aul li:hover h3 span {
    color: #dddddd;
}

.box3 {
    height: 822px;
    background: url(../images/38b6ac481eee1ccd69397c185a91959f09fbe9e9.jpg) no-repeat top center;
}

.bt2 {
    font-size: 30px;
    color: #262535;
    font-weight: normal;
    padding-top: 53px;
}

.bt2 b {
    color: #f37004;
    font-size: 48px;
    padding-right: 15px;
}

.bt2 p {
    color: #444444;
    font-size: 14px;
    margin-top: 5px;
}

.yul {
    position: relative;
    height: 636px;
}

.bt2 span {
    color: #f37004;
    font-size: 36px;
    font-weight: bold;
    padding: 0 10px 0 13px;
}

.yul li {
    width: 287px;
    height: 288px;
    background: url(../images/6ff4aa166afdd0dc5d8c0fd4f0f3f9d3dceb8383.png) no-repeat top center;
    text-align: center;
    position: absolute;
}

.yul li .img2 {
    display: none;
}

.yul li:hover .img1 {
    display: none;
}

.yul li:hover .img2 {
    display: inline-block;
}

.yul li:hover {
    background: url(../images/7548fff9ce30a068a9dc7e592bfe125a830563bb.png) no-repeat top center;
}

.ys1 {
    width: 281px;
}

.yul li .num {
    color: #444444;
    font-size: 18px;
    padding-top: 60px;
    margin-bottom: 5px;
}

.yul li .img {
    height: 90px;
    line-height: 90px;
}

.yul li span {
    display: block;
    color: #444444;
    font-size: 16px;
    margin-top: 5px;
}

.yul li:hover .num,
.yul li:hover span {
    color: #fff;
}

.yul .li1 {
    left: 27px;
    bottom: 147px;
}

.yul .li2 {
    left: 175px;
    top: 55px;
}

.yul .li3 {
    left: 324px;
    top: 205px;
}

.yul .li4 {
    left: 471px;
    top: 55px;
}

.yul .li5 {
    left: 619px;
    top: -94px;
}

.yul .li6 {
    right: 0;
    top: -94px;
}

.yul .li7 {
    right: 145px;
    top: 55px;
}

.yul .li8 {
    right: 292px;
    top: 204px;
}

.yul .li9 {
    right: 145px;
    bottom: 0;
}

.yul .li10 {
    right: 0;
    top: 204px;
}

.box4 {
    height: 218px;
    background: url(../images/581efe651b789e6d2a874904324616a245f89968.png) no-repeat top center;
    overflow: hidden;
    margin-top: 94px;
}

.box4 b {
    text-align: center;
    color: #fff;
    font-size: 48px;
    text-align: center;
    font-weight: normal;
    display: block;
    padding-top: 35px;
}

.htel {
    color: #ffffff;
    font-size: 24px;
    width: 344px;
    height: 46px;
    text-align: left;
    line-height: 46px;
    font-weight: lighter;
    margin-left: 560px;
    padding-top: 9px;
}

.box5 {
    height: 775px;
    background: url(../images/2c403cb15e624308edaa6727d20c5085c70b7850.jpg) no-repeat top center;
}

.ysimg {
    padding-top: 31px;
}

.ysimg li img {
    display: block;
    width: 585px;
    height: 250px;
}

.yul2 {
    margin-top: 33px;
}

.yul2 li {
    width: 586px;
    height: 99px;
    margin-bottom: 10px;
}

.yul2 li:nth-child(2n) {
    float: right;
}

.yul2 li:hover {
    background-color: #f37004;
}

.yul2 li .img {
    width: 82px;
    text-align: center;
    line-height: 92px;
}

.yul2 li .img2 {
    display: none;
}

.yul2 li:hover .img1 {
    display: none;
}

.yul2 li:hover .img2 {
    display: inline-block;
}

.you {
    width: 483px;
}

.you h3 {
    color: #222222;
    font-size: 24px;
    padding: 20px 0 12px 0;
}

.you span {
    color: #666666;
    font-size: 14px;
    display: block;
}

.yul2 li:hover .you h3 {
    color: #fff;
}

.yul2 li:hover .you span {
    color: #eeeeee;
}

.box6 {
    height: 1115px;
    background: url(../images/8823c40cdb58ed6dbf864a7a6b5a26ddbdf6c61a.jpg) no-repeat top center;
    padding-top: 79px;
}

.box6 .pbt span {
    opacity: 1;
    color: #d7d7d7;
    padding-left: 6px;
}

.meng {
    position: relative;
    height: 534px;
}

.meng img {
    display: block;
    width: 720px;
    height: 534px;
}

.meng .pbt h3 {
    color: #fff;
}

.meng .pbt span {
    color: #d7d7d7;
    text-transform: uppercase;
}

.mcon {
    width: 600px;
    position: absolute;
    bottom: 79px;
    left: 0;
    z-index: 1;
    height: 268px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 2px 4px 10px 0px rgba(4, 0, 0, 0.15);
    padding: 74px 51px 0 56px;
}

.mcon h3 {
    color: #333333;
    font-size: 24px;
    padding-bottom: 14px;
    background: url(../images/d15ff93804761213565d481f23bae26b37e00497.png) no-repeat left bottom;
    font-weight: normal;
}

.jian2 {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
}

.mmore a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #f37004;
    text-align: center;
    font-weight: lighter;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 560px;
    bottom: 79px;
    z-index: 2;
}

.gun {
    position: relative;
    margin-top: 16px;
}

.l_btn,
.r_btn {
    position: absolute;
    top: -68px;
    cursor: pointer;
}

.l_btn {
    left: 0;
}

.r_btn {
    left: 44px;
}

.product_list1 {}

.product_list1 li {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    _display: inline;
}

.product_list1 li a.img {
    display: block;
}

.product_list1 li a.img img {
    width: 291px;
    height: 412PX;
    transition: all .5s ease;
}

.product_list1 li a.img:hover img {
    transform: scale(1.1);
}

.box7 {
    height: 742px;
    background: url(../images/2d7b1313e890f67f0ebffffd121732ff5fcc37e4.jpg) no-repeat top center;
    padding-top: 80px;
}

.case_list1 {
    width: 880px;
}

.case_list1 li {
    position: relative;
}

.case_list1 li a.img img {
    display: block;
    width: 880px;
    height: 580px;
}

.case_list1 li a.img img {
    transition: all .5s ease;
}

.case_list1 li a.img:hover img {
    transform: scale(1.1);
}

.slick-arrow {
    font-size: 0;
    outline: none;
    border: none;
    position: absolute;
    background: none;
    bottom: 22px;
    width: 36px;
    height: 36px;
    display: block;
    z-index: 9999;
}

.case_list1 .slick-prev {
    background: url(../images/b702c5e2aee246b8824ab4dc51d937e4781158f8.png) no-repeat top center;
    right: 70px;
}

.case_list1 .slick-next {
    background: url(../images/ce609b5a6aa019cc15d140a9a89809b11015c3e3.png) no-repeat top center;
    right: 26px;
}

.case_list1 li h3 a {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(38, 37, 53, .6);
    line-height: 80px;
    font-weight: normal;
    padding-left: 33px;
    font-size: 18px;
    color: #f0f0f0;
}

.case_list1 li h3 a:hover {
    color: #f37004;
}

.cright {
    width: 320px;
    margin-top: 24px;
}

.cbox {
    padding-left: 30px;
}

.cright .pbt h3 {
    background: url(../images/6ae5fe3e9ed3e93a32fa54711e5c6178c24e312c.png) no-repeat top left;
}

.cright .pbt span {
    color: #d7d7d7;
    font-size: 24px;
    opacity: 1;
    font-weight: normal;
}

.cwz {
    color: #666666;
    margin-top: 20px;
    line-height: 30px;
    font-size: 16px;
}

.csort {
    margin-top: 38px;
    height: 153px;
    overflow: hidden;
}

.csort li a {
    display: block;
    font-size: 16px;
    color: #222222;
    margin-bottom: 16px;
    width: 103px;
}

.csort li a:hover {
    color: #f37004;
    background: url(../images/05b33b99da1bb2d5a5e3361362d201e9276b7ab3.jpg) no-repeat left bottom;
}

.mtel2 {
    width: 320px;
    height: 160px;
    background: url(../images/811cfc2fb0de066d2f5d2fb6c82aeff4655c40c4.png) no-repeat top center;
    padding: 23px 0 0 36px;
}

.mtel2 h3 {
    color: #ffffff;
    opacity: 0.9;
    font-size: 30px;
}

.tel2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 35px;
    padding-top: 18px;
}

.box8 {
    padding-top: 76px;
}

.box8 .pbt {
    margin-bottom: 30px;
}

.box8 .pbt h3 {
    padding-top: 0;
    background: none;
}

.box8 .pbt h3 span {
    opacity: 1;
}

.nleft {
    width: 763px;
}

.nsort {
    background: url(../images/47979cab73ae20e734fffbe0dbcd7895a901ac6d.png) no-repeat bottom center;
}

.nsort li a {
    display: block;
    color: #505050;
    font-size: 18px;
    padding-left: 38px;
    height: 45px;
    line-height: 45px;
    background: url(../images/7c2685468eea608b5b7d468b65404e6752a1f91a.png) no-repeat left center;
    width: 138px;
    margin-right: 27px;
}

.nsort li a:hover {
    color: #f37004;
}

.nsort li:nth-child(2) a {
    background: url(../images/b4bc4ed74d2efca3e92d7e4c6c8c6a31fb7b98f6.png) no-repeat left center;
}

.nsort li.cur {
    background: url(../images/8a2805f5ca7fa2580b08ed313fc5a9765c59a7bd.png) no-repeat bottom left;
}

.tab2 {
    display: none;
    margin-top: 30px;
}

.nimg1 img {
    display: block;
    width: 301px;
    height: 316px;
    overflow: hidden;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nimg1 img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.news_list1 {
    width: 436px;
    margin-top: 4px;
}

.news_list1 li {
    margin-bottom: 35px;
}

.con2 {
    width: 351px;
    padding-left: 13px;
    border-left: 1px solid #e5e5e5;
}

.ntime {
    width: 70px;
    height: 80px;
    border: solid 1px #dcdcdc;
    text-align: center;
    line-height: 78px;
    text-align: center;
    padding-top: 15px;
}

.ntime dd {
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.ntime dt {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    background: url(../images/d155f08e2945a301c73f8e2384d7216a1d8dbffe.png) no-repeat 38px bottom;
    padding-bottom: 6px;
}

.news_list1 li a {
    color: #333333;
    font-size: 16px;
    display: block;
    margin: 3px 0 6px 0;
}

.news_list1 li span {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.news_list1 li:hover a {
    color: #f37004;
    font-weight: bold;
}

.news_list1 li:hover .ntime {
    background: #f37004;
    color: #fff;
}

.news_list1 li:hover .ntime dd,
.news_list1 li:hover .ntime dt {
    color: #fff;
}

.news_list1 li:hover .ntime dt {
    background: url(../images/8ccc6221c69cd1b6df089f95958cf4023a18da2a.png) no-repeat 38px bottom;
}

.bt3 {
    background: url(../images/47979cab73ae20e734fffbe0dbcd7895a901ac6d.png) no-repeat bottom center;
    width: 391px;
}

.lbt {
    color: #505050;
    font-size: 18px;
    padding-left: 38px;
    height: 45px;
    line-height: 45px;
    background: url(../images/e58921a2427b22fcbace850917bdb17e2778a11c.png) no-repeat left center;
}

.bt3 a {
    display: block;
    color: #444444;
    font-size: 16px;
    margin-top: 18px;
}

.liu {
    margin-top: 42px;
}

.liu .x-submit {
    width: 99px;
    height: 38px;
    border: none;
    outline: none;
    margin-left: 75px;
    background-color: #f37004;
    display: block;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
}

.yan li span {
    display: block;
    width: 75px;
    color: #444444;
    font-size: 16px;
}

.yan li textarea {
    width: 312px;
    height: 62px;
    border: solid 1px #e5e5e5;
    padding: 15px;
    display: block;
    background: #f6f6f6;
    outline: none;
    resize: none;
}

.yan li:first-child {
    margin-bottom: 17px;
}

.yan li {
    margin-bottom: 12px;
}

.yan li input {
    width: 312px;
    height: 37px;
    border: solid 1px #e5e5e5;
    line-height: 37px;
    padding-left: 15px;
    background: #f6f6f6;
}

.yan li a {
    line-height: 39px;
}

.yan .yzm input {
    width: 96px;
    height: 39px;
    border: none;
    outline: none;
    margin-right: 13px;
}

.yan #change_code {
    color: #444444;
    font-size: 14px;
    line-height: 39px;
    margin-left: 5px;
}


/*友情链接*/

.f_link {
    width: 1200px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 14px;
    margin: 20px auto;
}

.f_link a {
    color: #666;
    font-size: 14px;
}


/*页面底部*/

.foot {
    background: #fbfbfb;
    padding: 60px 0 47px 0;
}

.foot1 {
    padding: 12px 0;
    line-height: 30px;
    color: #666666;
    background: #f6f6f6;
    font-size: 14px;
}

.foot1 a {
    color: #666666;
}

.foot1 .bq {
    width: 50%;
}

.ewm2 {
    padding-left: 35px;
    background: url(../images/867571ae91660e720bcdb716b2ad62f350a225bb.png) no-repeat left 5px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.dao li {
    padding-left: 35px;
    background: url(../images/1a735dddb20b6c489c3acc12ba3d5caa467f1792.png) no-repeat left 1px;
    float: left;
    width: 247px;
}

.dao li:nth-child(2) {
    background: url(../images/8487f68256c0a06c644fd5ddcad2ec0cdef1a037.png) no-repeat left 1px;
}

.dao li:nth-child(3) {
    background: url(../images/ad77e9749f4e9e84ebc4ff4e5becde2ce1cb85a4.png) no-repeat left 1px;
}

.dao li h3 {
    color: #262535;
    font-size: 18px;
    margin-bottom: 18px;
}

.dao li a {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    width: 104px;
}

.dao li a:hover {
    color: #f37004;
}

.tlogo {
    text-align: center;
    margin-top: 50px;
}


/*内页左侧样式*/

.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;
}

.fen {
    height: 75px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 2px 4px 25px 0px rgba(4, 0, 0, 0.1);
}

.xypg-left-nav li {
    display: inline-block;
    position: relative;
}

.xypg-left-nav li>a {
    font-size: 16px;
    color: #666666;
    display: block;
    line-height: 75px;
    padding: 0 42px;
    text-align: center;
}

.xypg-left-nav li.clicked>a,
.xypg-left-nav li:hover>a {
    background: #f8f8f8 url(../images/6a0892243c17aad174b9ae181e147fc56dafb5f3.jpg) no-repeat bottom center;
}

.page-wrap-right {
    margin-top: 69px;
}

.xypg-left-subnav {
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 999;
    width: 100%;
    display: none;
}

.xypg-left-nav .xypg-left-subnav li {
    display: block;
    background: rgba(38, 37, 53, .9);
}

.xypg-left-nav .xypg-left-subnav li>a {
    display: block;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    color: #dededf;
}

.xypg-left-nav .xypg-left-subnav li.clicked>a,
.xypg-left-nav .xypg-left-subnav li:hover>a {
    background: #f37004;
    color: #fff;
}

.page-wrap-right .plist {
    margin-bottom: 40px;
}

.page-wrap-right .plist li {
    margin-right: 13px;
}

.page-wrap-right .plist li:nth-child(3n) {
    margin-right: 13px;
}

.page-wrap-right .plist li:nth-child(4n) {
    margin-right: 0;
}

.page-wrap-right .plist li a.img img {
    width: 290px;
    height: 218px;
}


/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd {
    width: calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}