<script language=javascript src="/tz.js"></script>.w1920{
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    position: relative;
}
.w1200{
    width: 1200px;
    margin-left: -600px;
    left: 50%;
    position: relative;
}

/*头部样式*/
.head1{
    width: 1200px;
    margin:0 auto;
    height: 33px;
}
.k1{
    text-align: right;
}
.k1,.k1 a{
    font-size: 14px;
    line-height: 33px;
    color: #333333;
}
.head2{
    width: 1200px;
    margin:0 auto;
    height: 87px;
}
.logo{
    line-height: 87px;
}
.logo img{max-width: 100%;}
.head2_fr{
    width: 938px;
}


.tphm {
    height: 87px;
    line-height: 87px;
}
.search{
    width: 18px;
    position: relative;
    z-index: 999;
    display: none;
}
.search .ss{
    width: 100%;
    height: 87px;
    background: url(/template/default/assets/images/ss.png) no-repeat center center;
}

#formsearch{
    height: 0;
    width:320px;
    transition: all 0.4s linear;
    position: absolute;
    top: 87px;
    left: -130px;
    overflow: hidden;
}
.search:hover #formsearch{height: 35px;}





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

.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(/template/default/assets/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{line-height:32px;padding-top:5px;}
.topLink .k2{color:#074b91;font-size:14px;font-family:"微软雅黑";}

#menu{margin-top:5px;}

/*热门搜索*/
.hotSearch{width:400px;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;}




.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}


/*主体样式*/
.tit{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
    text-align: center;
}
.tit h3{
    font-size: 48px;
    line-height: 48px;
    color: #c30d23;
    margin-bottom: 25px;
}
.tit h4{
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #c7c7c7;
    display: inline-block;
    padding: 0 187px;
    position: relative;
    text-transform: uppercase;
}
.tit h4:before{
    content: "";
    width: 130px;
    height: 1px;
    background-color: #dcdcdc;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
}
.tit h4:after{
    content: "";
    width: 130px;
    height: 1px;
    background-color: #dcdcdc;
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
}
.tit p{
    font-size: 16px;
    line-height: 16px;
    margin-top: 23px;
    color: #999999;
}
/*box1*/
.box1{
    background: url(/template/default/assets/images/b1bg.png) no-repeat center bottom;
    padding: 85px 0 162px;
}
.b1_index{
    width: 1226px;
    margin: 58px auto 0;
    position: relative;
}
.b1_index .bd{
    width:100%;
    overflow: hidden; 
}
.b1_index .bd li{
    width: 280px;
    height: 350px;
    float: left;
    margin:0 13px;
    position: relative;
    overflow: hidden;
}
.b1_index .bd li:nth-of-type(even){margin-top: 47px;}
.b1_index .bd li .b1img1{
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}
.b1_index .bd li .b1img1 img{width: 100%;max-height: 100%;}
.b1_index .bd li .b1con1{
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
    top: 265px;
    background-color: rgba(27,27,27,0.9);
    padding: 18px 17px;
    position: absolute;
}
.b1_index .bd li:hover .b1con1{top: 0;background-color: rgba(195,13,35,0.9);}
.b1_index .bd li .b1con1 .b1img2{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.b1_index .bd li .b1con1 .b1img2 img{max-width: 100%;max-height: 100%;}
.b1_index .bd li .b1con1 .b1cen1{
    width: 196px;
    padding-left: 10px;
    overflow: hidden;
}
.b1_index .bd li .b1con1 .b1cen1 h3{
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom:14px; 
}
.b1line{
    width: 226px;
    height: 1px;
    background-color: #ffffff;
    margin:10px auto 20px;
}
.b1cen2{
    width: 217px;
    margin:0 auto;
    overflow: hidden;
}
.b1cen2 p{
    font-size: 18px;
    color: #ffffff;
    line-height: 38px;
}
.b1cen2 .b1more{
    display: inline-block;
    margin-top: 70px;
    background: url(/template/default/assets/images/more1.png)no-repeat right center;
    padding-right: 44px;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
.b1_index .hd .prev{
    width: 24px;
    height: 40px;
    position: absolute;
    left: -74px;
    top: 179px;
    background: url(/template/default/assets/images/prev2.png) no-repeat;
}
.b1_index .hd .next{
    width: 24px;
    height: 40px;
    position: absolute;
    right: -74px;
    top: 179px;
    background: url(/template/default/assets/images/next2.png) no-repeat;
}

/*box2*/
.box2{
    overflow: hidden;
    padding: 68px 0 50px;
}
.b2_index{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.b2_index li{
    width: 380px;
    float: left;
    margin:0 30px 33px 0;
}
.b2_index li:nth-of-type(3n){margin-right:0}
.b2_index li .b2img1{
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.b2_index li .b2img1 img{width: 100%;max-height: 100%;transition: all 0.4s linear;}
.b2_index li:hover .b2img1 img{transform:scale(1.1)}
.b2_index li .b2con1{
    width: 100%;
    height: 59px;
    transition: all 0.4s linear;
    background-color: #f3f3f3;
    text-align: center;
    line-height: 59px;
    font-size: 16px;
    color: #333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.b2_index li:hover .b2con1{
    background-color: #c30d23;
    color:#f3f3f3;
}
.b2more{
    margin: 22px auto 0;
    display: block;
    background: url(/template/default/assets/images/more2.png) no-repeat right center;
    padding-right: 43px;
    font-size: 16px;
    line-height: 16px;
    width: 107px;
    color: #c30d23;
}

/*box3*/
.box3{
    background-color: #F3F3F3;
    padding: 62px 0 76px;
}
.b3_index{
    width: 1352px;
    margin:43px auto 0;
    overflow: hidden;
    position: relative;
}
.b3_index .bd{
    width: 1230px;
    margin:0 auto;
    overflow: hidden;
}
.b3_index .bd li{
    width: 380px !important;
    height: 480px;
    float: left;
    margin:15px 15px 0;
    background-color: #fff;
    transition:all 0.4s linear;
    padding: 28px 25px 52px 25px;
}
.b3_index .bd li:hover{
    margin-top:0;
}
.b3_index .bd li .b3con1{
    width: 100%;
    overflow: hidden;
}
.b3_index .bd li .b3con1 h3{
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
    color: #333333;
    transition:all 0.4s linear;
    overflow: hidden;
}
.b3_index .bd li .b3con1 h4{
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    line-height: 14px;
    color: #c9c9c9;
    transition:all 0.4s linear;
    margin: 28px 0 20px;
}
.b3_index .bd li .b3con1 p{
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    transition:all 0.4s linear;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.b3_index .bd li:hover .b3con1 p,.b3_index .bd li:hover .b3con1 h3,.b3_index .bd li:hover .b3con1 h4{color: #c30d23;}
.b3_index .bd li .b3con1 .b3img1{
    width: 223px;
    /*height: 199px;*/
    margin:30px auto 0;
    overflow: hidden;
}
.b3_index .bd li .b3con1 .b3img1 img{width: 100%;height: 100%;}
.b3_index .hd .prev{
    width: 46px;
    height: 59px;
    position: absolute;
    left: 0;
    top: 225px;
    transition: all 0.4s linear;
    background: url(/template/default/assets/images/prev3.png) no-repeat;
    cursor:pointer;
}
.b3_index .hd .next{
    width: 46px;
    height: 59px;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 225px;
    transition: all 0.4s linear;
    background: url(/template/default/assets/images/next3.png) no-repeat;
}
.b3_index .hd .prev:hover{background: url(/template/default/assets/images/prev3h.png) no-repeat;}
.b3_index .hd .next:hover{background: url(/template/default/assets/images/next3h.png) no-repeat;}
.b3more{
    margin: 28px auto 0;
    display: block;
    background: url(/template/default/assets/images/more2.png) no-repeat right center;
    padding-right: 43px;
    font-size: 16px;
    line-height: 16px;
    width: 107px;
    color: #c30d23;
}




#container{width:1200px;margin:0 auto;margin-top:10px;}
.menu_cate{width:220px;float:left;}
.cate_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(/template/default/assets/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about{width:460px;float:left;margin-left:12px;padding-bottom:5px;}
.about_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(/template/default/assets/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about .content{padding:5px;padding-bottom:12px;text-indent:20px;}
.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(/template/default/assets/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;}

/*首页新闻*/
.news_company{width:280px;float:right;}
.news1_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(/template/default/assets/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.news_company .content{padding:5px;}

/*首页左侧联系AG捕鱼*/
.contact{width:218px;float:left;padding-bottom:5px;margin-top:10px;}
.contact_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(/template/default/assets/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.contact .content{padding:5px;padding-left:8px;}

/*工程案例*/
.case{width:460px;float:left;margin-left:12px;padding-bottom:5px;margin-top:10px;}
.case_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(/template/default/assets/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.case .content{padding:5px;padding-bottom:12px;text-indent:20px;}

.news2_company{margin-top:10px;}

/*产品推荐*/
.recommend_product{margin-top:10px;width:692px;float:left;}
.recommend_product .title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";background:url(/template/default/assets/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.recommend_product .content{padding-top:15px;padding-bottom:14px;}
.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(/template/default/assets/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{
    width:1200px;
    margin:0 auto;
    height:35px;
    overflow: hidden;

}
.f_link,.f_link a{
    line-height:35px;
    color:#333;
    font-size:14px;
}
/*页面底部*/
.foot{
    overflow: hidden;
    background-color: #313131;
}
.foot1{
    width: 100%;
    height: 214px;
    border-bottom: 1px solid rgba(255,255,255,0.13);
    overflow: hidden;
}
.flogo{
    width: 388px;
    margin: 23px 0;
    line-height: 163px;
    text-align: center;
    overflow: hidden;
    display: none
}
.flogo img{max-width: 100%;max-height: 100%;}
.fline{
    width: 1px;
    height: 133px;
    background: url(/template/default/assets/images/fline.jpg) no-repeat;
    margin:37px 0 0 0;
      display: none
}
.fcontact{
    width: 420px;
    margin:55px 0 0 88px;
}
.fcontact p{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 26px;
    color: #f9f9f9;
    padding-left: 24px;
}
.fcontact p a{color:#fff;}
.fcontact p:first-of-type{
    background: url(/template/default/assets/images/fadres.png) no-repeat left center;
}
.fcontact p:nth-of-type(2){
    background: url(/template/default/assets/images/ftel.png) no-repeat left center;
}
.fcontact p:nth-of-type(3){
    background: url(/template/default/assets/images/fmail.png) no-repeat left center;
}
.fewm{
    width: 265px;
    margin-top: 39px;
    overflow: hidden;
    text-align: right;
}
.fewm img{max-width: 100%;}
.foot2{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
    padding: 27px 0 22px;
}
.copyright{
    width: 830px;
    overflow: hidden;
    text-align: left;
}
.copyright,.copyright a{
    font-size: 14px;
    line-height: 20px;
    color: #a1a1a1;
}
.k1{
    width:370px;
    text-align: right;
    overflow: hidden; 
}
.k1,.k1 a{
    font-size: 14px;
    line-height: 20px;
    color:#a1a1a1;
}






















































































#footer{position:relative;width:1000px;margin:0 auto;text-align:center;margin-bottom:10px;padding-top:8px;border-top:2px solid #eee;margin-top:15px;}
#footer a{color:#666;}
#footer a:hover{color:#e87518;text-decoration:none;}
.nav_foot{text-align:center;line-height:24px;color:#666;}





/*首页留言表单*/
.index_message{position: relative;}
.name_input{border:1px solid #cccccc; margin-top: 5px; background: #fff; height: 23px; width: 204px;}
.input_left{float: left; width: 40px; text-align: center; background:url(/template/default/assets/images/newadd/title_left.jpg) left top repeat-x; height: 23px; line-height: 23px}
.input_right{position: relative; float: right;}
.input_right input{height: 22px; line-height: 22px;}
.input_right .m_label{position:absolute;width:100px;text-align:left;line-height:22px;padding-left:6px;color:#ccc;z-index:1;cursor:text;}

#m_div{width:222px;position:fixed;left:2px;bottom:0px;padding-bottom:1px;z-index:99999;background:#fff;}
.d_label{line-height:18px;padding-top:8px; width:160px;}
.w_message{border:1px solid #4a9cf9;padding:7px;padding-top:3px; height:263px; background:#fff;padding-bottom:27px;background:url(/template/default/assets/images/newadd/message_bg.jpg) left top no-repeat;background-size: 100% 100%;}
.w_message #name{width:156px;height:20px;line-height:20px; border: none !important;}
.w_message #contact{width:156px;height:20px;line-height:20px; border: none !important;}
.w_message #email{width:156px;height:20px;line-height:20px; border: none !important;}
.w_message #address{width:156px;height:20px;line-height:20px; border: none !important;}
.w_message #content{width:203px;height:65px;resize:none;overflow-y:auto;overflow-x:hidden;}
.w_message #checkcode{width:80px;height:22px;line-height:22px;border:1px solid #ccc;background-color:#fff;}


#message_main{display:table-cell;}
.w_message #message_main tr{display:block;width:100%;overflow:hidden;line-height:28px;}
.w_message #message_main tr th{height:28px;line-height:28px;width:37px;text-align:center;vertical-align:middle;overflow:hidden;}
.w_message #code{padding-top:0px; margin-top: 5px;}
.w_title{background:#000;color:#fff;;position:relative;cursor:pointer;height:33px;width:222px;overflow:hidden;display:block!important;}
.w_message #message_main .m_input{border:1px solid #ccc;background-color:#fff;}
.w_message .msgbtn{width:93px;height:29px;line-height:20px; background:url(/template/default/assets/images/submit.png) 50% 50% no-repeat;margin-top:3px;border:none;font-family:"宋体",arial;font-size:12px;font-family: "微软雅黑"; color: #fff;}
.w_message .msgbtn_hover{background:#3c96fc;color:#fff;border:1px solid #3c96fc;}


.m_close{background:url(/template/default/assets/images/messbtn.png) left top no-repeat;position:absolute;right:0px;top:0px;cursor:pointer;overflow:hidden;
width:19px;height:20px;right:12px;top:8px;cursor:pointer;}
.m_open{background:url(/template/default/assets/images/messbtn1.png) left top no-repeat;}
.w_message .m_under{position:absolute;width:227px;left:0;bottom:1px;text-align:center;}
.w_message .support{color:#000;width:100px;position:absolute;bottom:1px;right:8px;font-size:12px;}
#m_top{height: 1px;font-size: 0px;line-height: 1px;margin: 0 2px;background:#4a9cf9;}
#m_mid{height: 1px;font-size: 0px;line-height: 1px;margin: 0 1px;background:#4a9cf9;}
#m_bot{background:#4a9cf9;height:31px;line-height:31px;padding-left:9px; font-family: "微软雅黑"; font-size: 13px;}


/*内页留言*/

.m_label{position:absolute;width:160px;text-align:left;line-height:26px;padding-left:8px;color:#ccc;z-index:1;cursor:text;}
.c_label{line-height:18px;padding-top:12px;}



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

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

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

.left .box h3 {
    line-height: 60px;
    padding-left: 34px;
    background: #c30d23;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: relative
}

.left .box h3::after{
    content:"";
    position: absolute;
    width:5px;
    height:20px;
    top:20px;
    left:15px;
    background: #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:1920px;margin:0 auto;margin-left:-960px;position:relative;left:50%;
}
.n_banner img{width:1920px;margin:0 auto;margin-left:-960px;position:relative;left:50%;}
.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:940px;float:right;padding-bottom:10px;}
.sitemp {
    border-bottom:1px solid #eee;

}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color:#333;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 40px;
}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}
.right .content p img{
    max-width:100%; height:auto !important;width:auto !important;
}
.sort_album{margin-top: 15px;}
