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

dt {
    font-weight: normal;
}

/*----- 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: 40px;
    background: #333333;
    color: #e9e9e9;
    line-height: 40px;
    overflow: hidden;
    font-size: 12px;
}

.wel {
    margin-left: 52px;
}

.top2 {
    height: 95px;
    position: relative;
}

.wh {
    position: relative;
}

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

.logo {
    float: left;
    line-height: 95px;
    position: relative;
    z-index: 9;
}

.logo1 {
    margin-left: 67px;
    line-height: 95px;
}

.logo2 {
    line-height: 95px;
}

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

.toptel {
    background: url(../images/tel.png) left center no-repeat;
    font: normal 12px/40px MicrosoftYaHei;
    color: #e9e9e9;
    padding-left: 28px;
    margin-left: 10px;
}

.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 {
    float: right;
}

.topLink a {
    color: #e9e9e9;
}

#menu {
    background: #333333;
    height: 60px;
}

/*热门搜索*/
.sou {
    margin: 15px 0;
}

#formsearch {
    float: right;
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    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;
}

#formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #009b4c;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

/*首页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: 133px;
}

.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: #e15616;
}

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

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

.nav .sec a {
    background: #009b4c;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

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





/*内页左侧样式*/


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


.page-product-inquiry a {
    color: #fff;
}


/*  */
.w1 {
    margin-top: 61px;
    margin-bottom: 40px;
}

.w1tit {
    text-align: center;
}

.w1tit dd {
    font: 600 32px/32px MicrosoftYaHei;
    color: #333333;
}

.w1tit dt {
    font: 600 14px/14px MicrosoftYaHei;
    color: #333;
    background: url(../images/ptt.png) center bottom 3px no-repeat;
    margin-top: 3px;
}

.w1bgs {
    width: 1110px;
    margin: 0 auto;
    margin-top: 18px;
    position: relative;
}

.w1bgs .hd a {
    display: block;
    width: 15px;
    height: 31px;
    position: absolute;
    top: 107px;
    z-index: 9;
}

.w1bgs .hd a.prev {
    background: url(../images/ple.png) center no-repeat;
    left: 0;
}

.w1bgs .hd a.next {
    background: url(../images/pri.png) center no-repeat;
    right: 0;
}

.w1bgs .bd {
    width: 1074px;
    margin: 0 auto;
    overflow: hidden;
}

.w1bgs li {
    width: 322px;
    height: 244px;
    float: left;
    margin-right: 53px;
}

.w1bgs li a {
    display: block;
    overflow: hidden;
}

.w1bgs li img {
    width: 100%;
}


/*  */
.w2 {
    background: url(../images/heng.png)top center no-repeat;
    height: 180px;
}

.w2le {
    width: 420px;
    margin-top: 50px;
}

.w2le h3 {
    font: bold 22px/22px MicrosoftYaHei;
    color: #ffffff;
}

.w2le h4 {
    font: normal 14px/14px MicrosoftYaHei;
    color: #ffffff;
    margin-top: 7px;
    letter-spacing: -0.5px;
}

.w2le h5 {
    font: normal 18px/18px MicrosoftYaHei;
    color: #fff;
    margin-top: 15px;
}

.henlist {
    margin-top: 47px;
}

.henlist li {
    border-right: 1px solid #ddf6ed;
    height: 63px;
    float: left;
    margin-right: 15px;
    width: 100px;
    text-align: center;
    padding-right: 15px;
    c
}

.henlist li:last-child {
    border: none;
}

.henlist li .hentu {
    width: 40px;
    height: 43px;
    margin: 0 auto;
    text-align: center;
    line-height: 43px;
}

.henlist li h3 {
    font: normal 13px/14px MicrosoftYaHei;
    color: #fff;
    margin-top: 8px;
}


/*  */
.w3 {
    margin-top: 40px;
}

.protj {
    width: 379px;
    height: 512px;
    position: relative;
    margin-top: 30px;
}

.protj a.prev,
.protj a.next {
    position: absolute;
    width: 27px;
    height: 27px;
    display: block;
    bottom: 0;
}

.protj a.next {
    right: 2px;
    background: url(../images/pri1.png) center no-repeat;
}

.protj a.prev {
    right: 33px;
    background: url(../images/ple1.png) center no-repeat;
}

.protlist {
    width: 796px;
    margin-top: 30px;
}

.protlist li {
    width: 244px;
    height: 244px;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border: solid 1px #e6e6e6;
    float: left;
    margin-right: 27px;
    margin-bottom: 25px;
    text-align: center;
}

.protlist li:nth-child(3n) {
    margin-right: 0;
}

.protlist li .protus {
    width: 243px;
    height: 156px;
    overflow: hidden;
}

.protlist li img {
    width: 100%;
    height: 100%;
}

.protlist li h3 {
    font: bold 14px/14px MicrosoftYaHei;
    color: #333333;
    margin-top: 9px;
}

.protlist li h4 {
    font: normal 12px/12px MicrosoftYaHei;
    color: #666666;
    margin-top: 7px;
}

.protlist li span {
    font: normal 14px/15px MicrosoftYaHei;
    color: #666666;
    display: block;
    margin-top: 10px;
}

.protlist li:hover h3 {
    color: #ffa200;
}

.protlist li:hover span {
    color: #ffa200;
}

a.moss {
    display: block;
    width: 177px;
    height: 35px;
    background-color: #ffa200;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    font: normal 14px/35px MicrosoftYaHei;
    color: #f3f3f3;
}


/*  */
.bj3 {
    background: url(../images/bj2.png) no-repeat bottom center;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 40px;
}

.chanp {
    position: relative;
    margin-top: 56px;
    height: 977px;
    margin-bottom: 150px;
}

.xuanzepic {
    position: absolute;
    width: 556px;
    height: 402px;
}

.xuanzepic1 {
    left: 0;
    top: 0;
}

.xuanzepic2 {
    right: 0;
    bottom: 0;
}

.estructure li {
    width: 574px;
    position: absolute;
}

.estructure li .nums {
    background: url(../images/numbg.png) center no-repeat;
    width: 60px;
    height: 56px;
    text-align: center;
    font: bold 32px/56px MicrosoftYaHei;
    color: #666666;
}

.estructure li .ysconts {
    margin-left: 35px;
    width: 435px;
}

.estructure li .ysconts h3 {
    font: normal 18px/18px MicrosoftYaHei;
    color: #333333;
}

.estructure li .ysconts b {
    font: bold 32px/32px MicrosoftYaHei;
    color: #f8aa35;
    margin-right: 10px;
}

.estructure li .ysconts h4 {
    font: bold 20px/20px MicrosoftYaHei;
    color: #666666;
    margin-top: 5px;
    background: url(../images/ysbg.png) bottom left no-repeat;
    padding-bottom: 5px;
}

.estructure li .ysconts .ysname {
    font: normal 14px/24px MicrosoftYaHei;
    color: #666666;
    margin-top: 10px;
}

.estructure li:nth-child(1) {
    top: 0;
    right: 46px;
    width: 545px;
}

.estructure li:nth-child(2) {
    top: 161px;
    right: 46px;
    width: 545px;
}

.estructure li:nth-child(3) {
    top: 574px;
    left: 34px;
}

.estructure li:nth-child(4) {
    top: 735px;
    left: 34px;
}

.estructure li:nth-child(2n) .ysconts h4 {
    background: none;
}


/*  */
.heng2 {
    background: url(../images/heng2.png) top center no-repeat;
    height: 159px;
    padding-top: 25px;
}

.hengwenz {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 19px;
}

.hengwenz dd {
    font: normal 26px/26px MicrosoftYaHei;
    letter-spacing: 1px;
    color: #ffffff;
}

.hengwenz dt {
    width: 246px;
    height: 30px;
    background-color: #ed6b0a;
    margin: 0 auto;
    font: normal 17px/30px MicrosoftYaHei;
    color: #ffffff;
    margin-top: 19px;
    border-radius: 20px;
}

.heng2tel {
    width: 250px;
    right: 40px;
    text-align: center;
    position: absolute;
    top: -20px;
}

.heng2tel h3 {
    font: normal 18px/18px MicrosoftYaHei;
    color: #ffffff;
}

.heng2tel h4 {
    font: bold 34px/34px Arial;
    color: #ffffff;
    margin-top: 10px;
}

.heng2tel a {
    display: block;
    width: 134px;
    height: 31px;
    border-radius: 15px;
    border: solid 1px #ffffff;
    margin: 0 auto;
    text-align: center;
    font: normal 16px/29px MicrosoftYaHei;
    color: #ffffff;
    border-radius: 20px;
    margin-top: 10px;
}


/*  */
.w5 {
    margin-top: 60px;
}

.w5bgs {
    margin-top: 37px;
}

.abtus {
    width: 605px;
    height: 492px;
    position: relative;
}

.abtus .hd {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

.abtus .hd ul {
    text-align: center;
}

.abtus .hd li {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
}

.abtus .hd li.on {
    background-color: #ffa200;
}

.abrig {
    font: normal 14px/26px MicrosoftYaHei;
    color: #666666;
    margin-top: 20px;
    width: 534px;
    margin-right: 10px;
    height: 449px;
    overflow: hidden;
}

.box2 {
    margin-top: 85px;
    margin-bottom: 60px;
}

.a7_c1 {
    width: 370px;
    margin-right: 44px;
}

.tit_xw1 h2 {
    color: #333;
    font: 500 22px/30px "Microsoft YaHei";
    padding-left: 39px;
    position: relative;
}

.tit_xw1 h2 a {
    position: absolute;
    display: block;
    font: normal 12px/12px MicrosoftYaHei;
    color: #ff6a00;
    top: 16px;
    right: 0;
}

.xw_tit1 h2 {
    background: url(../images/n1.png) no-repeat left center
}

.xw_tit2 h2 {
    background: url(../images/n1.png) no-repeat left center
}

.xw_tit3 h2 {
    background: url(../images/n3.png) no-repeat left center
}


.a7_c1:last-child {
    background: none;
    margin-right: 0;
}

a.xw_more1 {
    display: block;
    color: #ff6a00;
    font: 500 12px/30px "Microsoft YaHei";
    text-transform: uppercase;
}

.a7_c1 .xintus {
    display: block;
    margin-top: 9px;
}

.a7_c1 .xintus img {
    display: block;
    width: 370px;
    height: 138px;
}

.xw_a1 li {
    font: 500 12px/50px "Microsoft YaHei";
    border-bottom: 1px dashed #c9c9c9;
    background: url(../images/sjx.png) no-repeat left center;
    padding-left: 15px;
}

.xw_a1 li a {
    color: #666666;
}

.xw_a1 li span {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #666666;
}

.xw_a1 li:hover a,
.xw_a1 li:hover span {
    color: #e0651f;
}

.a7_v1 {
    margin-top: 45px;
}

.xw_a1 {
    margin-top: 9px;
}






.p8 {
    background-color: #393939;
    padding-top: 79px;
}




/*é¡µé¢åº•éƒ¨*/
.foot2 {
    height: auto;
    margin-top: 19px;
    padding-bottom: 10px;
}

.d_erm1 {
    width: 151px;
    color: #fff;
    font: 500 18px/58px "MicrosoftYaHei";
    text-align: center;
}

.d_title1 h2 {
    color: #f6f6f6;
    font: 600 26px/30px "Arial";
    background: url(../images/hjkahkhk1.png) no-repeat left bottom;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.d_lianxi {
    width: 407px;
    margin-left: 83px;
}

.d_lianxi h3 {
    color: #bfbfbf;
    font: 600 18px/30px "MicrosoftYaHei";
    margin-top: 25px;
}

.hgjagjh {
    color: #bfbfbf;
    font: 500 14px/34px "MicrosoftYaHei";
    margin-top: 14px;
}

.hgjagjh img {
    padding-right: 6px;
}

.nav_foot {
    margin-left: 60px;
}

.ghjagjhghhh1 {
    margin-top: 15px;
}

.ghjagjhghhh1 a {
    color: #f9f9f9;
    font: 500 14px/42px "MicrosoftYaHei";
}

.d_tpl1 {
    color: #f0841d;
    font: 500 14px/20px "MicrosoftYaHei";
    background: url(../images/ghjaghjn1.png) no-repeat left center;
    padding-left: 40px;
    margin-top: 32px;
}

a.d_mess1 {
    margin-top: 24px;
    display: block;
}

.foot2_a1 {
    border-top: 1px solid #575757;
    color: #f9f9f9;
    font: 500 12px/24px "MicrosoftYaHei";
    padding: 10px 0;
    /* text-align: center; */
}

.foot2_a1 a {
    color: #f9f9f9;
}

.foot2_a1 a:hover {
    color: #ffa200;
}

.d_zaixian {
    width: 225px;
}

.con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.con2 {
    height: auto;
    overflow: hidden;
    padding-bottom: 29px;
}


/*友情链接

.f_link{
    background: url(../images/link.png) left top no-repeat;
    padding-top:12px;
    margin-top: 80px;
    font:normal 12px/20px MicrosoftYaHei;
    color: #c1c1c1;
}
.f_link a{color: #c1c1c1;}



*/