/*头部样式*/
.tab1{display:none;}
.w_toplink {
    border-bottom: 1px solid #eee;
}

.w1200 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.w1300{
    width: 1300px;
    position: relative;
    margin: 0 auto;
}
.topLink {
    text-align: right;
    position: relative;
    z-index: 9999;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 30px;
}

.topLink .k1 a {
    font: 400 12px/30px "微软雅黑";
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

html{font-family:"微软雅黑"!important;}

#header {}

.logo {
    margin-top: 18px;
    margin-bottom: 10px;
    float: left;
}

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

#menu {
    float: right;
    width: 770px;
    margin-top: 30px;
}


/*热门搜索*/

.top {
    position: relative;
}

.btns {
    width: 34px;
    height: 34px;
    position: absolute;
    cursor: pointer;
    padding-top: 10px;
    right: 0px;
    top: 25px;
}

.btns .hide {
    z-index: 999;
    position: absolute;
    right: 50px;
    top: 46px;
    width: 310px;
    background-color: rgba(255, 255, 255, .8);
    padding: 5px 10px;
    display: none;
}

.search {
    text-align: left;
    height: 24px;
    padding: 5px 10px 5px 10px;
}

#formsearch {
    width: 320px;
    float: left;
}

.hotSearch {
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

.hotSearch a {
    font: 400 12px/30px "微软雅黑";
    margin-right: 6px;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*主体样式*/

#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.menu_cate {}

.menu_cate li {
    background-color: #fff;
    border: 1px solid #a0a0a0;
    text-align: center;
    width: 200px;
    margin-right: 11px;
    float: left;
}

.menu_cate li a {
    color: #323232;
    font: 400 18px/60px "微软雅黑";
}

.menu_cate li:hover {
    background-color: #0085da;
}

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

.w_sort {
    width: 1070px;
    overflow: hidden;
}

.pro_more {
    width: 130px;
    background-color: #0085da;
}

.pro_more a {
    padding-left: 10px;
    color: #fff;
    font: 400 18px/60px "微软雅黑";
}

.cate_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}


/*公司简介*/

.about {
    position: relative;
    background: url(../images/bg2.png) no-repeat center top;
    padding-bottom: 5px;
}

.about_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about .content {
    padding: 70px 0px 56px 0;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.about_img {
    border: 3px solid #eeeeee;
    width: 598px;
    height: 361px;
    overflow: hidden;
}

.about_img img {
    transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
}

.about_img img:hover {
    transform: scale(1.1);
}

.about_text {
    width: 534px;
    margin-right: 20px;
}
.about_text p{font-size: 14px;color: #5a5a5a;}
.about_text h2 {
    color: #323232;
    font: 400 36px/50px "微软雅黑";
}

.about_text h2 span {
    color: #b5b5b5;
    text-transform: uppercase;
    display: block;
    font: 400 24px/40px "xiaobiaosong";
}

.line2 {
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #0085da;
    width: 70px;
}

.about_more {
    padding: 20px 0px;
    position: absolute;
    right: 0px;
    background-color: #0085da;
    width: 47%;
    bottom: 60px;
}

.about_more a {
    display: block;
    color: #fff;
    font: 400 16px/30px "微软雅黑";
    padding-left: 20px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.about_more:hover a {
    transform: translateY(-10px);
}

.about_more a img {
    padding-left:430px;
}

.navigation {
    float: right;
    width: 100px;
}

.index-title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.index-table td {
    border: solid #add9c0;
    border-width: 0px 1px 1px 0px;
    padding: 10px 5px;
}

.index-table {
    border: solid #add9c0;
    border-width: 1px 0px 0px 1px;
    margin-top: 10px;
}

/*优势*/
.youshi{
    position: relative;
    height: 557px;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    background: url(../images/bj1.jpg) no-repeat top center;
}
.ycon{color: #fff;width: 560px;overflow: hidden;margin-left: 20px;}
.ys_list1 li{
   margin-bottom: 30px;
   padding-top: 40px;
}
.ycon h3 a{
   font-size: 20px;
   color: #fff;
   display: block;
}
.ycon .kz{
    font-size: 16px;
    font-family: '微软雅黑';
    text-transform: uppercase;
    padding:11px 0 15px 0;
}
.ycon .jieshao{
    font-size: 16px;
    font-family: '微软雅黑';
    text-transform: uppercase;
}
.ys_list1 li .img1{
    width: 99px;
    height: 99px;
    line-height: 93px;
    overflow: hidden;
    display: block;
    border:3px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    box-sizing:border-box;
}
.ys_list1 li:hover .img1{background: #fff;}
.ys_list1 li:first-child a.img{
    display: block;
    height: 45px;
    margin-top: 23px;
    overflow: hidden;
    position: relative;
}
.ys_list1 li:first-child:hover a.img img{
     margin-top: -90px;
}
.ys_list1 li:first-child+li a.img{
    display: block;
    height: 49px;
    margin-top: 23px;
    overflow: hidden;
    position: relative;
}
.ys_list1 li:first-child+li:hover a.img img{
     margin-top: -98px;
}
.ys_list1 li:last-child a.img{
    display: block;
    height: 38px;
    margin-top: 23px;
    overflow: hidden;
    position: relative;
}
.ys_list1 li:last-child:hover a.img img{
     margin-top: -76px;
}
.yright{
    margin-left: 220px;
    margin-top:90px;
}
.yright ul li{
  position: relative;
  margin-bottom: 48px;
}
.hz1{
    color: #fff;
}
.jia{position: absolute;color: #fff;    right: 0;top: 11px;}

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


/*首页新闻*/

.w_news {
    padding: 50px 0px;
}

.w_news h2 {
    padding-bottom: 40px;
    position: relative;
    color: #000000;
    text-align: center;
    font: 400 30px/50px "微软雅黑";
}

.w_news h2 span {
    color: #c8c8c8;
    text-transform: uppercase;
    display: block;
    font: 400 18px/30px "xiaobiaosong";
}

.news1_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.news_company .content {
    padding: 5px;
}

.news_list1 li .news_more {
    border-top: 1px solid #aaaaaa;
    width: 100%;
    background: url(../images/news_morebg.png) no-repeat right center;
}
.news_list1 li .news_more a{color: #c8c8c8;}
.news_list1 li:hover .news_more {
    background: url(../images/more1.jpg) no-repeat right center;
}
.slogan {
    padding-top: 100px;
    padding-bottom: 70px;
    text-align: center;
    background: url(../images/bg4.jpg) no-repeat center fixed;
}

.slogan h2 {
    color: #fff;
    font: 500 48px/110px "微软雅黑";
}

.slogan h2 span {
    display: block;
    font: 400 24px/40px "微软雅黑";
}

.slogan h2 a {
    border-radius: 5px;
    margin-top: 30px !important;
    display: block;
    background-color: #fff;
    width: 200px;
    margin: 0 auto;
    color: #000000;
    font: 100 18px/46px "微软雅黑";
}

.slogan h2:hover a {
    color: #fff;
    background-color: #0085da;
}


/*首页左侧联系我们*/

.contact {
    text-align: left;
    width: 330px;
    float: left;
    padding-left: 30px;
}

.contact h2 {
    color: #000000;
    font: 400 18px/40px "微软雅黑";
    display: block;
}

.quyu a {
    font: 100 14px/28px "微软雅黑";
}


/*工程案例*/

.w_case {
    padding: 40px;
    background: url(../images/bg3.jpg) no-repeat center fixed;
}

.w_case h2 {
    color: #fff;
    text-align: center;
    font: 400 30px/50px "微软雅黑";
}

.w_case h2 span {
    color: #c8c8c8;
    text-transform: uppercase;
    display: block;
    font: 400 18px/30px "xiaobiaosong";
}

.w_case .content {
    padding-top: 60px;
    padding-bottom: 12px;
}

.case_more {
    right: 0px;
    bottom: 20px;
    position: absolute;
    width: 130px;
}

.case_more a {
    padding-left: 10px;
    color: #0085da;
    font: 400 18px/60px "微软雅黑";
}


/*产品推荐*/

.w_product {
    background-color: #eeeeee;
    padding-bottom: 60px;
}

.recommend_product {
    padding-top: 60px;
}

.recommend_product .title {
    text-align: center;
    font: 400 30px/50px "微软雅黑";
    color: #000;
    padding-bottom: 20px;
}

.recommend_product .title span {
    font: 400 18px/36px "xiaobiaosong";
    text-transform: uppercase;
    color: #c8c8c8;
    display: block;
}

.recommend_product .content {
    padding-top: 50px;
    padding-bottom: 30px;
}

.roll_product li {
    padding-bottom: 0px;
}


/*品牌列表*/

.brand-list {
    margin: 20px 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.brand-list li {
    margin: 5px 8px;
}

.brand-list li:hover {
    box-shadow: 2px 1px 5px;
}

.brand-list li img {
    width: 150px;
    height: 120px;
}


/*前台多页签*/

.news {
    width: 1000px;
    float: left;
    margin-top: 10px;
}

.tab {
    position: relative;
}

.tab li {
    float: left;
    width: 100px;
    height: 30px;
    display: block;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 8px;
    text-align: center;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.tab li.cur {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background: #3a78c1;
    border-color: #3a78c1;
}

.tt {
    display: none;
}

.list1 {
    padding: 8px 10px;
}

.list1 li {
    line-height: 27px;
    position: relative;
    vertical-align: middle;
}

.list1 li a {
    background: url(../images/list_dot1.gif) left center no-repeat;
    padding-left: 12px;
    line-height: 27px;
    color: #555555;
}

.list1 li a:hover {
    color: #e87518;
    text-decoration: none;
}

.list1 li span {
    position: absolute;
    right: 0px;
    line-height: 30px;
    top: 0;
    color: #999;
}


.tel1{color: #323232;font-size: 20px;}
.lxwm{color: #323232;font-size: 14px;line-height: 27px;}
.quyu{font-size: 14px;margin-left: -871px;}

/*友情链接*/

.f_link {
    background-color: #d2d2d2;
    line-height: 50px;
    text-indent: 34px;
}

.f_link .w1200 {
    background: url(../images/likebg.png) no-repeat left center;
}


/*页面底部*/

#footer {
    background-color: #eeeeee;
    position: relative;
    text-align: center;
    padding-top: 8px;
}

#footer a {
    color: #000000;
}

#footer a:hover {
    color: #0085da;
    text-decoration: none;
}

#footer .w1200 {
    padding-top: 40px;
    padding-bottom: 20px;
}

.nav_foot {
    text-align: center;
    line-height: 24px;
    color: #666;
}

.copyright {
    text-align: center;
    line-height: 24px;
}

.nav_foot {}

.nav_foot li {
    text-align: left;
    width: 150px;
    float: left;
    position: relative;
    z-index: 999;
}

.nav_foot li a {
    font: 400 18px/40px "微软雅黑";
    display: block;
    color: #000;
}

.nav_foot .sec_foot a {
    font: 400 14px/30px "微软雅黑";
    color: #5a5a5a !important;
    margin-left:7px;
}

.nav_foot .sec_foot a:hover {
    color: #0085da !important;
}

.nav_foot .sec_foot a:hover {
    text-decoration: none;
}

.erweima {
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    padding-left: 40px;
    padding-right: 40px;
}


/*------------内页-------------------*/

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    font: 500 16px/40px "微软雅黑";
    background-color: #0085da;
    padding-left: 15px;
    color: #fff;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner {
    width: 100%;
}

.n_banner img {
   width: 100%;}

.left {
    width: 225px;
    float: left;
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact .content {
    padding: 5px;
    line-height: 24px;
}

.right {
    width: 950px;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding-right: 10px;
    border-bottom: 1px solid #eee;
}

.sitemp h2 {
    font: 400 16px/40px "微软雅黑";
    width: 340px;
    float: left;
    text-align: left;
    text-indent: 15px;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 40px;
}

.right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.sort_album {
    margin-top: 15px;
}


/*添加字体*/

@font-face {
    font-family: xiaobiaosong;
    src: url('<!--{$skinpath}-->images/sans.TTF');
}