/*头部样式*/

.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 "Microsoft yahei";
}

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

#header {}

.logo {
    margin-top: 10px;
    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: 20px;
}

.nav_line {
    width: 780px;
    height: 4px;
    background: url(../images/dot1.jpg) -3px 0 no-repeat #004f93;
    position: absolute;
    bottom: 0;
    right: 0px;
}

.w_bg {
    background: url(../images/linebg.png) no-repeat center bottom;
}


/*热门搜索*/

.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: 6px;
    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 "Microsoft yahei";
    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 "Microsoft yahei";
}

.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 "Microsoft yahei";
}

.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-color: #202731;
    padding-bottom: 5px;
    height: 510px;
}

.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;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 99;
}

.about_img {
    left: 50%;
    margin-left: -960px;
    width: 960px;
    height: auto;
    overflow: hidden;
    position: absolute;
}

.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 {
    color: #fff;
    width: 550px;
}

.about_text h2 {
    color: #fff;
    font: 400 36px/50px "Microsoft yahei";
}

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

.line2 {
    margin-top: 10px;
    margin-bottom: 50px;
    border-bottom: 3px solid #fff;
    width: 50px;
}

.about_more {
    background-color: #0a4092;
    position: relative;
    width: 160px;
    margin: 0 auto;
}

.about_more a {
    padding: 10px;
    display: block;
    color: #fff;
    font: 400 16px/32px "Microsoft yahei";
    padding-left: 36px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

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

.about_more a img {}

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


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

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

.w_news .content {
    padding-top: 50px;
}

.news_list1 li .news_more {
    border-top: 1px solid #aaaaaa;
    width: 100%;
    background: url(../images/news_morebg.png) no-repeat right center;
}


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

.contact {
    color: rgba(255, 255, 255, .8);
    text-align: left;
    width: 330px;
    float: left;
    padding-left: 30px;
}

.contact h2,
.erweima h2 {
    color: #ffffff;
    font: 400 18px/40px "Microsoft yahei";
    display: block;
    margin-bottom: 12px;
}

.quyu a {
    font: 100 14px/28px "Microsoft yahei";
}


/*工程案例*/

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

.tits {
    color: #323232;
    text-align: left;
    font: 600 30px/60px "Microsoft yahei";
}

.tits span {
    display: block;
    width: 60px;
    border: 3px solid #0a4092;
}

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

.case_more {
    right: 124px;
    bottom: -40px;
    position: absolute;
    width: 130px;
}

.case_more a {
    color: #0085da;
    font: 400 18px/60px "Microsoft yahei";
}


/*产品推荐*/

.w_product {
    padding-bottom: 60px;
}

.recommend_product {
    padding-top: 60px;
}

.recommend_product .tits {
    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;
}

.tab2li {
    border-bottom: 1px solid #eee;
    height: 64px;
}

.tab2li ul {
    display: block;
}

.tab2li li {
    width: 178px;
    float: left;
}

.tab2li ol {
    float: left;
}

.tab2li li a {
    font: 500 18px/64px "Microsoft YaHei";
    color: #323232;
    text-align: center;
    display: block;
}

.tab2li ol a {
    font: 500 18px/64px "Microsoft YaHei";
    color: #323232;
    display: block;
    padding: 0px 10px;
    width: 110px;
}

.tab2li li.cur {
    background-color: #0a4092;
}

.tab2li li.cur a {
    color: #fff;
}

.tab2 {
    display: none;
}

.tab2 li {
    position: relative;
    float: left;
    width: 286px;
    margin-left: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.tab2 li:first-child,
.tab2 li:nth-child(5) {
    margin-left: 0;
}

.tab2 li img {
    width: 286px;
    height: 229px;
}

.tab2 li h2 {
    background-color: #fff;
    bottom: -20px;
    position: absolute;
    width: 250px;
    font: 500 16px/60px "Microsoft YaHei";
    color: #323232;
    left: 50%;
    margin-left: -125px;
    border: 1px solid #b8b7b4;
    z-index: 999;
}

.tab2 li:hover h2 {
    background-color: #0a4092;
    border: 1px solid #0a4092;
}

.tab2 li:hover h2 a {
    color: #fff;
}

.pro_more {
    opacity: 0;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, .6);
}

.pro_more img {
    width: 27px !important;
    height: 27px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -13px;
}

.tab2 li:hover .pro_more {
    opacity: 1;
}


/*品牌列表*/

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


/*友情链接*/

.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: #282f39;
    position: relative;
    text-align: center;
    padding-top: 8px;
}

#footer a {
    color: #ffffff;
}

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

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

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

.copyright {
    font: 400 12px/40px "Microsoft yahei";
    background-color: #1b1b1b;
    text-align: center;
    color: rgba(255, 255, 255, .8);
}

.copyright a {
    color: rgba(255, 255, 255, .8);
    font: 400 12px/32px "Microsoft yahei";
}

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

.nav_foot li a {
    font: 400 18px/40px "Microsoft yahei";
    display: block;
    color: #000;
}

.nav_foot .sec_foot {
    margin-top: 12px;
}

.nav_foot .sec_foot a {
    font: 400 14px/30px "Microsoft yahei";
    color: rgba(255, 255, 255, .8) !important;
}

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

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

.erweima {
    color: #fff;
    padding-left: 40px;
    padding-right: 20px;
}


/*荣誉资质*/

.w_honer {
    position: relative;
    padding: 30px 0px;
    background: url(../images/honerbg.png) repeat-x top center #0a4092;
}

.w_honer .tits {
    text-align: center;
    margin-bottom: 40px;
}

.w_honer .tits span {
    position: relative;
    left: 50%;
    margin-left: -30px;
}


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

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

.left .box h3 {
    font: 500 16px/40px "Microsoft yahei";
    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 {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.n_banner img {
    width: 1920px;
}

.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 "Microsoft yahei";
    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');
}