.xw {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}


/*样式初始化及公共样式部分lpm*/

body {
    color: #666;
    font-size: 12px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}

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


/*定义全局链接颜色lpm*/

a:hover {
    color: #ed6c00;
    text-decoration: none;
    border-bottom-style:
}


/*定义全局链接鼠标滑过颜色lpm*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}


/*主要标签的样式初始化lpm*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*清除左右浮动lpm*/

.fl {
    float: left;
}


/*定义左浮动lpm*/

.fr {
    float: right;
}


/*定义右浮动lpm*/

.cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}


/*定义标签调用图片的边框样式lpm*/

.cp a:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}


/*定义鼠标经过时边框的变化效果lpm*/

#copy {
    display: none;
}


/*隐藏后台自带版权DIVlpm*/

.box {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    min-width: 1100px;
}


/*定义版面统一宽度lpm*/

.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.t {
    font-size: 38px;
    text-align: center;
    color: #333;
    line-height: 46px;
    height: 100px;
}

.t span {
    font-size: 18px;
    color: #999;
}


/*抬头*/

.top_bg {
    width: 100%;
    height: 199px;
    margin: 0 auto;
    background: url(../images/20170623102159_1543602364.jpg) repeat-x center;
}

#top {
    height: 33px;
    color: #ccc;
    line-height: 33px;
}

#top a {
    color: #ccc;
}

#top a:hover {
    color: #6cb51f;
}

.top_l {
    height: 33px;
}

#head {
    position: relative;
    height: 126px;
}

.logo {
    padding-top: 35px;
    padding-right: 10px;
}

.logo img {
    max-width: 100px;
}

.name {
    font-size: 32px;
    color: #56ae33;
    margin-top: 40px;
    padding-right: 20px;
    background: url(../images/20170623103349_546378878.png) no-repeat right center;
    font-weight: bold;
}

.name span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
}

.name p {
    font-size: 18px;
    font-weight: bold;
}

.name2 {
    font-size: 18px;
    color: #333;
    padding: 42px 0 0 10px;
}

.name2 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.tel {
    background: url(../images/top-tel.png) left 42px no-repeat;
    background-size: 50px;
    padding-left: 58px;
    padding-top: 40px;
    font-size: 18px;
}

.tel p {
    font-size: 30px;
    font-family: Impact!important;
    line-height: 28px;
    color: #cd0000;
}

.tel p>span {
    font-size: 18px;
    font-family: Arial!important;
}

.top_erimg {
    position: absolute;
    top: 16px;
    right: -10%;
}

.top_erimg>img {
    width: 100px;
}


/*导航*/

.nav li {
    position: relative;
    width: 122px;
    line-height: 38px;
    float: left;
    text-align: center;
    background: url(../images/20170623103934_1426051282.jpg) repeat-y right;
}

.nav li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #333;
    font-size: 14px;
    display: block;
}

.nav li a:hover {
    background: #6cb51f;
    color: #fff;
}

.nav .a_nav a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #6cb51f;
    color: #fff;
}

.menu ul {
    width: 121px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
    opacity: 0;
    background: #ba251e;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}

.menu li:hover>ul {
    opacity: 1;
}

.menu ul li {
    height: 0;
    width: 100%;
    overflow: hidden;
    background: none;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}

.menu li:hover>ul li {
    height: 40px;
    line-height: 40px;
    overflow: visible;
}

.menu ul li a {
    width: 100%;
    height: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.menu ul li a:hover {
    background: #e53128;
    color: #fff;
}

.menu ul li:last-child a {
    border: none;
}

.menu ul li table {
    width: 100% !important;
}

.menu ul li.cpzx td {
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #045FBB;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}

.menu li:hover>ul li.cpzx td {
    display: block;
    height: 41px;
    line-height: 40px;
    overflow: visible;
}

.menu ul li.cpzx a {
    border-bottom: 1px solid #83AFDE;
    height: 40px;
    text-align: left;
    padding-left: 25px;
    width: 175px;
}

.menu ul li.cpzx a:hover {
    background: #E6212A;
    color: #fff;
}

.menu li:hover ul li.cpzx {
    height: auto;
}


/*幻灯�*/

#banners {
    height: 500px !important;
    position: relative;
}

.box_skitter .image img {
    height: 500px !important;
}

.box_skitter .info_slide_dots .image_number_select,
.box_skitter .info_slide_dots .image_number_select:hover {
    background: #fc9e20 !important;
}

.box_skitter .info_slide_dots .image_number {
    border: 1px solid #fff !important;
}


/*内页幻灯�*/

.focus_n {
    width: 100%;
    min-width: 1100px;
    height: 350px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.focus_n ul {
    height: 100%;
    position: absolute;
}

.focus_n ul li {
    float: left;
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus_n ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 350px;
}

.focus_n .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus_n .btn {
    position: absolute;
    width: 952px;
    padding-right: 50px;
    height: 23px;
    margin-left: -501px;
    left: 50%;
    bottom: 15px;
    text-align: right;
}

.focus_n .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.focus_n .btn span.on {
    background: #fff;
}

.focus_n .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 130px;
    background: url(../images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.focus_n .pre {
    left: 0;
}

.focus_n .next {
    right: 0;
    background-position: right top;
}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}


/*搜索*/

.search_nbg {
    width: 100%;
    height: 48px;
    margin: 0 auto;
    position: absolute;
    top: 549px;
    background: #f5f5f5;
    border-bottom: 1px #ddd solid;
}

.search_bg {
    width: 100%;
    height: 48px;
    margin: 0 auto;
    background: #f5f5f5;
    border-bottom: 1px #ddd solid;
}

#search {
    width: 1100px;
    height: 48px;
    margin: 0 auto;
    line-height: 48px;
}

.search_01 {
    float: left;
    width: 800px;
    padding-left: 2px;
}

.search_02 form {
    padding-left: 0;
}

.search_02 {
    height: 27px;
    width: 250px;
    overflow: hidden;
    margin-top: 10px;
    float: right;
}

.search-i {
    float: right;
    width: 46px;
    overflow: hidden;
    height: 27px;
}

.search-i input {
    width: 100%;
    height: 100%;
    border: 0;
    cursor: pointer;
}

.search-bg {
    float: left;
    width: 192px;
    height: 25px;
    overflow: hidden;
    padding-left: 10px;
    border: 1px #ccc solid;
    background: #fff;
}

.search-bg input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
}


/*产品*/

.prod_bg {
    width: 100%;
    height: 1080px;
    background: url(../images/20170623120309_867710941.jpg) no-repeat center bottom;
}

.prod_t {
    background: url(../images/20170623110232_868363561.jpg) no-repeat center;
    margin: 40px 0;
}

.list {
    width: 230px;
    padding-top: 2px;
    background: url(../images/20170623105853_293780637.jpg) no-repeat top center;
}

.list_d {
    background: #f5f5f5;
    border: 6px #6cb51f solid;
    border-top: none;
}

.list_d table {
    width: 218px !important;
}

.list_d table td a {
    display: block;
    width: 224px;
    font-size: 24px;
    height: 56px;
    background: #6cb51f;
    color: #fff;
    line-height: 60px;
    margin-bottom: 10px;
    text-align: center;
}

.list_d table table td a {
    display: block;
    width: 160px;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto 12px auto;
    height: 34px;
    background: #e5e5e5 url(../images/20170623113655_1603614324.jpg) no-repeat 20px center;
    color: #333;
    line-height: 34px;
    text-align: left;
    padding-left: 40px;
}

.list_d table table td a:hover {
    color: #f67c01;
}

.list_b {
    width: 230px;
    height: 6px;
    background: #6cb51f;
}

.prod_r {
    width: 846px;
}

.prod_rt {
    height: 30px;
    line-height: 30px;
    background: url(../images/20170623140549_184007007.png) no-repeat left center;
    margin-bottom: 15px;
}

.prod_rt span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.prod_rt a {
    display: block;
    float: right;
    width: 60px;
    height: 20px;
    margin-top: 4px;
    border: 1px #ccc solid;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
}

.prod_r table td {
    margin: 0 4px 20px 4px;
    display: block;
    float: left;
    padding-left: 0 !important;
}

.prod_r table td span a {
    display: block !important;
    height: 36px;
    line-height: 36px;
    background: #6cb51f;
    color: #fff;
    font-size: 14px;
}

.prod_r table td:hover span a {
    background: #f67c01;
}

.prod_r table td img {
    border: 1px #ccc solid;
    border-bottom: none;
}

.prod_r table td:hover img {
    border: 1px #f67c01 solid;
    border-bottom: none;
}

.prod_r table td br {
    display: none;
}

.banner01 {
    width: 100%;
    height: 240px;
    background: url(../images/20180811101209_1638818383.jpg)no-repeat center;
}


/*优势*/

.adv_bg {
    width: 100%;
    padding: 60px 0 50px 0;
    height: auto;
    background: url(../images/20170623141312_403927573.jpg)repeat center;
}

.adv_w1 {
    height: 368px;
    background: url(../images/20170623141343_1426728873.jpg)no-repeat center;
}

.adv_w2 {
    height: 369px;
    background: url(../images/20170623141422_1694522795.jpg)no-repeat center;
}

.adv_w3 {
    height: 369px;
    background: url(../images/20170623141442_1884052711.jpg)no-repeat center;
}

.adv_w4 {
    height: 387px;
    background: url(../images/20170623141503_2044173099.jpg) no-repeat center;
}

.adv_w .adv_ww p>i {
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    color: #666;
}

.adv_w1 .adv_ww p {
    padding-top: 38px;
}

.adv_w2 .adv_ww p {
    padding-top: 31px;
}

.adv_w3 .adv_ww p {
    padding-top: 52px;
}

.adv_w4 .adv_ww p {
    padding-top: 46px;
}

.adv_ww {
    width: 560px;
    padding-left: 50px;
}

.adv_ww p {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    padding-left: 66px;
    margin-bottom: 40px;
}

.adv_ww span {
    font-size: 15px;
    line-height: 30px;
    display: block;
    padding-left: 16px;
    background: url(../images/20170623143348_1919420275.png)no-repeat left 11px;
    margin-bottom: 10px;
}

.adv_m {
    width: 460px;
}

.adv_m div {
    display: none;
}

.adv_m img {
    border-radius: 10px;
    margin-top: 6px;
}


/*证书*/

.adv_d {
    margin-right: 60px;
}

.hzkh_b {
    width: 350px;
    margin: 0 20px 0 0;
    height: 300px;
}

.btnLeft {
    width: 53px;
    float: left;
    margin-right: 4px;
    margin-top: 100px;
    height: 53px;
    display: block;
    background: url(../images/20170623145842_465075049.png) no-repeat center;
}

.btnRight {
    width: 53px;
    float: right;
    height: 53px;
    margin-top: 100px;
    display: block;
    background: url(../images/20170623145907_1624941069.png) no-repeat center;
}

.hzkh_b dl {
    display: block;
    float: left;
    width: 228px;
    margin: 0 auto;
}

.hj {
    width: 228px;
    margin: 0 auto;
}

.hzhb .hzCont {
    position: relative;
}

.hzhb .hzCont ul {
    margin: 0 auto;
    width: 228px;
    overflow: hidden;
}

.hzhb .hzCont ul td {
    padding: 0 !important;
    width: 240px !important;
    text-align: center !important;
}

.hzhb .hzCont .btnLeft,
.hzhb .hzCont .btnRight {
    position: absolute;
    top: 0;
    width: 14px;
    height: 168px;
}

.hzhb .btnCkgd {
    margin: 42px auto 0 auto;
    display: block;
    width: 220px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #555;
    border: 3px solid #d1d1d1;
}

.hzkh_img {
    margin: 0 auto;
    padding-top: 33px;
}

.hzkh_img img {
    width: 221px;
    height: 268px;
}

.hzkh_img img:hover {}

.hzkh_img table div {
    display: none;
}

.hzkh_img a:hover {
    color: #1171dc;
}

.banner02 {
    width: 100%;
    height: 350px;
    background: url(../images/20171026103221_23964395.jpg)no-repeat center;
}


/*简�*/

.com_r {
    width: 518px;
}

.com_t {
    color: #333;
    background: url(../images/20170623154604_1865391387.jpg)no-repeat left bottom;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.com_t b {
    font-size: 24px;
}

.com_t span {
    font-size: 18px;
}

.com_w {
    font-size: 14px;
    line-height: 30px;
}

.com_r a {
    display: block;
    width: 100px;
    height: 30px;
    text-align: center;
    background: #6cb51f;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

.com_r a:hover {
    background: #f67c01;
}


/*企业形象*/

.image_t {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background: url(../images/20170623160108_1816622597.jpg)no-repeat center;
}

.picMarquee-left .bd {
    padding: 10px;
}

.picMarquee-left .tempWrap {
    width: 1080px!important;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 120px;
    height: 90px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}


/*新闻*/

.news_bg {
    background: #f5f5f5;
    height: auto;
    padding: 50px 0 40px 0;
}

.news_t {
    height: 80px;
    background: url(../images/20170623161347_933753170.jpg) no-repeat center;
}

.news_t p {
    font-size: 30px;
    line-height: 30px;
}

.news .convert2 {
    width: 1100px;
    height: 430px;
    margin: 0 auto;
    background: url(../images/20170623163236_1902684272.jpg) no-repeat center top;
}

.news .convert2 .tab {
    width: 354px;
    height: 50px;
    margin: 0 auto;
}

.news .convert2 .tab a {
    display: block;
    color: #666;
    text-align: center;
    width: 118px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    float: left;
}

.news .convert2 .tab a.on {
    display: block;
    color: #fff;
    background: url(../images/20170623163347_1648058309.png) no-repeat center;
}

.news .convert2 .content {
    overflow: hidden;
    width: 1100px;
    height: 380px;
    position: relative;
    margin-top: 20px;
}

.news .convert2 .content ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 380px;
}

.news .convert2 .content li {
    width: 1100px;
    height: auto;
    float: left;
}

.news .content td br {
    display: none;
}

.news .content td a {
    display: block;
    background: #ededee;
    line-height: 40px;
    width: 220px !important;
    color: #666;
    width: 220px !important;
}

.news .content td a:hover {
    display: block;
    background: #ff6633;
    color: #fff;
}

.news .news_div_item {
    position: relative;
    width: 260px;
    float: left;
    height: 330px;
    margin: 0 7px;
    background: url(../images/20170623162820_1764296107.jpg) repeat-x bottom left;
}

.news_div_item:hover {
    background: url(../images/20170623162931_539812511.jpg) repeat-x bottom left;
}

.news .divdgweb_new_div_item:hover {
    background: url(../images/20170623162931_539812511.jpg) repeat-x bottom left;
}

.news .divdgweb_new_div_item {
    position: relative;
    width: 260px;
    float: left;
    height: 310px;
    margin: 0 7px;
    background: url(../images/20170623162820_1764296107.jpg) repeat-x bottom left;
}

.news .news_div_item_pic {
    position: absolute;
    top: 0;
}

.news .news_div_item_pic img {
    width: 260px;
    height: 190px;
    object-fit: cover;
}

.news .news_div_item_content {
    line-height: 30px;
    width: 260px;
    padding-top: 10px;
    position: absolute;
    top: 180px;
}

.news .news_div_item_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .divdgweb_new_div_item_content {
    line-height: 30px;
    width: 260px;
    padding-top: 10px;
    position: absolute;
    top: 180px;
}

.news .news_div_item_body,
.news .divdgweb_new_div_item_body {
    color: #999;
    line-height: 22px;
    margin-top: 4px;
}

.news .news_div_item_body {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news .news_div_item_a,
.news .divdgweb_new_div_item_a {
    color: #222;
    font-size: 14px;
}

.news .news_div_item_a:hover,
.news .divdgweb_new_div_item_a:hover {
    color: #ed6c00;
}

.news .news_div_item_date,
.news .divdgweb_new_div_item_date {
    position: absolute;
    right: 0;
    line-height: 15px;
    top: 300px;
    color: #999;
}

.news .news_div_item_date div,
.news .divdgweb_new_div_item_date div {
    float: left;
}


/*版权*/

.footer_bg {
    width: 100%;
    height: 280px;
    background: #6cb51f;
    padding-bottom: 20px;
}

.footer_r {
    width: 866px;
    color: #fff;
    padding-top: 37px;
    font-size: 14px;
}

.footer_r a {
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
}

.footer_r a:hover {
    color: #ff0;
}

.footer_nav {
    height: 40px;
    line-height: 40px;
    background: #77c823;
    text-align: center;
}

.footer_w {
    line-height: 32px;
    padding: 20px 0 0 60px;
}

.link span {
    float: left;
    display: block;
    padding-left: 60px;
}


/*内页小导�?/
.strong_title{display:none;}
.mianbxContent{padding-bottom:10px; width:810px !important; padding-left:30px; padding-top:0px; text-align:left !important; height:29px !important; background:url(../images/20170623180707_972873336.jpg) no-repeat left 0px;}
#bodycon{padding:75px 0 25px 0;}
#bodycontent{margin-top:10px !important; border:none !important;}

.pro_detail_rel_item div{width:260px !important;}


/*新闻中心*/

.xwlb_img img {
    border: 1px solid #d1d1d1;
    width: 205px;
    height: 135px;
}

.xwlb_img img:hover {
    border: 1px solid #ff9403;
}


/*内页新闻排版*/

.pro_list_box_item_zdy {
    width: 1100px;
    float: left;
    height: 160px;
    text-align: left;
    padding-bottom: 20px;
}

.pro_list_box_item_l_zdy {
    width: 200px;
    height: 160px;
    float: left;
}

.pro_list_box_item_l_zdy a img {
    width: 235px;
    height: 160px;
    border: 1px solid #ccc;
    padding: 2px;
}

.pro_list_box_item_l_zdy a:hover img {
    border: 1px solid #f68404;
    padding: 2px;
}

.pro_list_box_item_r_zdy {
    width: 570px;
    height: 160px;
    margin-left: 55px;
    float: left;
}

.pro_list_box_item_r_zdy a p {
    height: 36px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    font-size: 15px;
    border: none;
    font-family: "Microsoft YaHei";
}

.pro_list_box_item_r_zdy a p:hover {
    color: #6cb51f;
}

.pro_list_box_item_r_zdy a div {
    color: #666;
    height: 74px;
}

.content_more_a_zdy {
    width: 90px;
    height: 30px;
    background: url(../images/20170623180258_2083154215.jpg);
    display: block;
    margin-top: 20px;
}

.pro_list_box_item_zdy {
    overflow: hidden;
}

.shopmrsc p.xwlbnr {
    color: #666 !important;
}

.shopmrsc a:hover {
    color: #6cb51f;
}

.shopmrsc p.xwlbbt {
    font-weight: bold !important;
    font-size: 15px !important;
    color: #333 !important;
}


/*内页banner*/

.jianjie {
    width: 100%;
    height: 350px;
    background: url(../images/20200529144409_2006217834.jpg) center;
    overflow: hidden;
}

.chanpin {
    width: 100%;
    height: 350px;
    background: url(../images/20200529144408_1631779452.jpg) center;
    overflow: hidden;
}

.zaixian {
    width: 100%;
    height: 350px;
    background: url(../images/20170622151653_1274666541.jpg) center;
    overflow: hidden;
}

.xinwen {
    width: 100%;
    height: 350px;
    background: url(../images/20200529144408_1037920129.jpg) center;
    overflow: hidden;
}

.lianxi {
    width: 100%;
    height: 350px;
    background: url(../images/20180728115258_566632766.jpg) center;
    overflow: hidden;
}


/* 联系我们 */

.contn {
    font-family: "Microsoft YaHei";
}

.contn a {
    font-size: 14px;
}

.g_lxtit {
    height: 280px;
}

.g_lxtit .m_lxtitl {
    float: left;
    width: 263px;
    height: 226px;
    background: #6cb51f;
    padding: 30px 0 0 30px;
}

.g_lxtit .m_lxtitl p.tt2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    height: 74px;
    line-height: 52px;
}

.g_lxtit .m_lxtitl .teln {
    width: 226px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #fff;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.g_lxtit .m_lxtitl .teln b {
    font-weight: normal;
    font-size: 21px;
}

.g_lxtit .m_lxtitl em {
    display: block;
    font-size: 24px;
    color: #fff;
    font-family: arial;
    text-transform: uppercase;
}

.g_lxtit .m_lxtitr {
    background: #eee url(../images/20170623185606_1073034596.jpg) no-repeat 70px center;
    width: 520px;
    height: 206px;
    float: right;
    padding: 50px 132px 0 140px;
}

.g_lxtit .m_lxtitr .m_lxtitr_tt {
    height: 46px;
    font-size: 24px;
    color: #494949;
}

.g_lxtit .m_lxtitr p {
    font-size: 14px;
    line-height: 24px;
    height: 70px;
    overflow: hidden;
    color: #494949;
    margin-bottom: 20px;
}

.g_lxtit .m_lxtitr span {
    display: block;
    padding-left: 495px;
    height: 62px;
    line-height: 62px;
    font-size: 14px;
    color: #333
}

.g_lxtit .m_lxtitr span em {
    display: block;
    float: left;
    height: 62px;
    line-height: 62px;
}

.g_lxtit .m_lxtitr span b {
    position: relative;
    left: 0;
    top: 0;
}

.g_lxfs .lxfsl {
    float: left;
    width: 500px;
    padding-top: 30px;
    height: 605px;
    background: #f5f5f5;
}

.g_lxfs .lxfsl p.tt2 {
    background: url(../images/20170623185637_1925107320.jpg) no-repeat 0 4px;
    padding-left: 25px;
    font-size: 26px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 46px;
}

.g_lxfs .lxfsl p.tt2 em {
    display: block;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

.g_lxfs .lxadd dl {
    padding-left: 25px;
    height: 90px;
}

.aass {
    height: 120px;
}

.g_lxfs .lxadd .dl02 {
    height: 100px;
}

.g_lxfs .lxadd dt {
    float: left;
    width: 64px;
}

.g_lxfs .lxadd dt img {
    width: 56px;
    height: 56px;
    display: block;
}

.g_lxfs .lxadd dd {
    float: left;
    width: 380px;
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.g_lxfs .lxadd .lxadd_tt {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    height: 30px;
}

.g_lxfs .lxfsr {
    float: left;
    width: 560px;
    padding-top: 44px;
    padding-left: 40px;
    height: 591px;
    background: #eee;
}

.g_lxfs .lxfsr p.tt2 {
    background: url(../images/20170623185727_466909353.png) no-repeat;
    padding: 10px 0 0 110px;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    height: 55px;
}

.g_lxfs .lxfsr .map {
    width: 554px;
    height: 270px;
    display: block;
}

.g_lxfs .sclx {
    margin-top: 80px;
}

.g_lxfs .sclx dl {
    padding-left: 37px;
    clear: both;
    margin-bottom: 50px;
}

.g_lxfs .sclx dt {
    float: left;
    width: 83px;
}

.g_lxfs .sclx dt img {
    width: 56px;
    height: 56px;
    display: block;
}

.g_lxfs .sclx dd {
    float: left;
    width: 1100px;
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.g_lxfs .sclx dd .lxadd_tt {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    height: 30px;
}

.g_lxfs .sclx dd p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.BMap_bubble_title {
    font-size: 14px;
    color: #2d5ba0;
    font-weight: bold;
}


/*浮动QQ*/

.back-top-container {
    display: block;
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    z-index: 99999;
}

.back-top {
    opacity: 0.8;
    width: 32px;
    height: 32px;
    z-index: 10000000;
    background: #6cb51f url(../images/20170623205448_185195229.png) center center no-repeat;
}

.back-top:hover {
    opacity: 1;
}

.back-top-text {
    margin-top: 3px;
    padding-left: 7.5px;
    width: 32px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
}

.back-top:hover {
    opacity: 1;
}

.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 236px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_conct a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.yb_conct a:hover {
    color: #ff0;
}

.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 1px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}

.yb_bar .yb_top {
    background: #6cb51f url(../images/20170623205448_185195229.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
    background: #6cb51f url(../images/20170623205448_185195229.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background: #6cb51f url(../images/20170623205448_185195229.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
    /*height:200px;*/
    background: #6cb51f url(../images/20170623205448_185195229.png) no-repeat 0 -169px;
}

.hd_qr {
    padding: 0 29px 25px 29px;
}

.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}


/*产品参数*/

.cpxq {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}

.cpxq table {
    border-collapse: collapse;
    width: 100% !important;
    margin-top: 14px;
}

.cpxq table td {
    border: 1px #ccc solid !important;
    text-align: center !important;
    line-height: 30px !important;
}