/*头部样式*/
.tophead{height: 36px;line-height: 36px;background: #1873e8;color: #ffffff;font-size: 16px;font-family: 'Arial'}
.tophead .emails{
    background: url(../images/email.png) no-repeat left;
    padding-left: 28px;
    margin-right: 270px;
}

#header,.container{width:1200px;margin:0 auto;}
.logo{float:left;line-height: 109px;}

.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(../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: #0148ad;font-size: 30px;font-family:"微软雅黑";background: url(../images/tele.png) no-repeat left;padding-left: 27px;line-height: 109px;}


#menu{
    background: #f4f3f3;
    height: 61px;
    border-top: 1px solid #f0efef;
}

/*热门搜索*/
.search{
    position: absolute;
    top: -23px;
    right: 0;
}
#formsearch{width: 243px;background: url(../images/ss.png) no-repeat center;height: 45px;}
.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);}


/*主体样式*/
#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(../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(../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(../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;}

/*products*/
.procenter{
    margin-top: 60px;
}
.prott{
    font-family: 'Arial';
    position: relative;
}
.prott h3{
    color: #1873e8;
    font-size: 44px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 42px;
}
.prott span{
    font-size: 16px;
    display: block;
}
.prott a{
    position: absolute;
    right: 0;
    font-size: 14px;
    background: url(../images/arrow1.png) no-repeat right;
    display: block;
    padding-right: 21px;
    top: 22px;
}
.procenter ul{
    margin-top: 57px;
}
.procenter ul li{
    position: relative;
    width: 294px;
    height: 257px;
    height: 357px;
    float: left;
    margin-right: 7px;
    margin-bottom: 8px;
}
.procenter ul li a{
    position: relative;
    display: block
}
.procenter ul li a:after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: url(../images/probgh.png) no-repeat center;
    transition:all 0.6s;
    opacity: 0;
}
.procenter ul li a:hover:after{
    transition:all 0.6s;
    opacity: 1;
}
.procenter ul li:nth-child(4n){
    margin-right:0
}
.procenter ul li a.img{
    display: block;
}
.procenter ul li a.img>img{
    width: 294px;
    height: 257px;
}
.procenter ul li h3{
    height: 120px;
    position: absolute;
    bottom: 0;
    bottom: -122px;
    font-weight: normal;
    font-family: 'Arial';
    padding: 0 27px;
    font-size: 18px;
    color: #000
}
.procenter ul li h3 a{
    display: block;
    color: #000;
    font-size: 24px;
}
.procenter ul li h3 a img{
    padding-left: 8px;
}
.procenter ul li h3 span{
    color: #666;
    font-size: 16px;
    display: block;
    line-height: 35px;
}



/*ABOUT*/
.aboutus{
    background: url(../images/bg2.png) no-repeat top;
    margin-top: 72px;
    font-family: 'Arial';
    height: 515px;
}
.aboutus .abtt{
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    position:relative;
    line-height: 57px;
    padding-top: 40px;
}
.aboutus .abtt:after{
    content:'';
    position:absolute;
    left:50%;
    width:46px;
    height:2px;
    background:#ffffff;
    bottom:0;
    margin-left:-23px;
}
.aboutus .abimg{
    margin-left: 38px;
    margin-top: 52px;
    width: 534px;
}
.aboutus .abimg img{
    width: 100%;
}
.aboutus .abright{
    width: 540px;
    color: #000;
    margin-right: 36px;
    margin-top: 88px;
}
.aboutus .abright h3{
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
.aboutus .abright .abcont{
    font-size: 16px;
    line-height: 30px;
    height: 160px;
    overflow: hidden;
    margin-top: 36px;
}
.aboutus .abright a{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    display: block;
    background: #1873e8;
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: right;
}

/*company*/
.companies{
    font-family: 'Arial';
    margin-top: 73px;
}
.cpysort{
    border: 1px solid #ededed;
}
.cpysort li{
    border: 1px solid #ededed;
    float: left;
    width: 297px;
    color: #333333;
    font-size: 20px;
    height: 76px;
    line-height: 76px;
    text-align: center;
}
.cpysort li:last-child,.cpysort li:nth-child(3){
    width: 298px;
}
.cpysort li img{
    margin-right: 12px;
}
.cpysort li.cur{
    background:#f7f7f7
}
.cpyinn{
    margin-top: 33px;
}
.cpyinn .cpycont{
    display: none;
}
.cpyinn .cpycont .cpyimg{
    width: 327px;
    float: left;
}
.cpyinn .cpycont .cpyimg img{
    width: 100%;
}
.cpyinn .cpycont ul{
    width: 840px;
    float: right;
}
.cpyinn .cpycont ul li{
    width: 420px;
    float: left;
    font-size: 16px;
    height: 34px;
    overflow: hidden
}
.cpyinn .cpycont ul li a{
    display: block;
    color: #333333;
    background: url(../images/redicon.jpg) no-repeat left;
    padding-left: 14px;
    line-height: 34px;
}


/*event*/
.events{
    border-top: 2px solid #f6f6f6;
    margin-top: 66px;
    font-family: 'Arial';
    position: relative;
    padding-bottom: 51px;
}
.evtt{
    text-align:center;
    color: #1873e8;
    font-size: 38px;
    position: relative;
    line-height: 80px;
    margin-top: 50px;
}
.evtt:after{
    content:'';
    position:absolute;
    width:144px;
    height:2px;
    bottom:0;
    left:50%;
    margin-left:-72px;
    background:#e0e0e0
}
.events .hd{
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 0;
    line-height: 28px;
    z-index: 100;
    height: 28px;
}
.events .hd ul{
    font-size:18px;
    width: 28px;
    margin: 0 auto;
    position: relative;
    height: 28px;
    overflow: hidden;
}
.evlen{
    position: absolute;
    font-size: 18px;
    top: 0;
    left: 600px;
}
.events .hd ul li{
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 28px;
    transition: all 0.4s;
}
.events .hd ul li.on{
    top: 0;
    transition: all 0.5s;
}
.events .hd .prev,.events .hd .next{
    background: url(../images/left1.png) no-repeat center;
    width: 17px;
    height: 28px;
    display: block;
    position: absolute;
    top: 0;
    left: 548px;
}
.events .hd .next{
    background: url(../images/right1.png) no-repeat center;
    left: auto;
    right: 548px;
}
.events .bd{
    margin-top: 28px;
}
.events .bd li{
    width: 377px;
    height: 274px;
    float: left;
    margin: 0 11px; 
}
.events .bd li .evinn{
    padding: 32px 36px 0 64px;
}
.events .bd li:hover{
    background: url(../images/newsbg.png) no-repeat center;
}
.events .bd li .ndate{
    color: #1873e8;
    font-size: 22px;
}
.events .bd li a{
    color: #333333;
    font-size: 16px;
    display: block;
    margin-top: 8px;
}
.events .bd li .nsum{
    font-size: 16px;
}


/*news*/
.newsinfo{
    background: url(../images/bg1.jpg) no-repeat top;
    height: 799px;
    margin-top: 77px;
    font-family: 'Arial';
}
.newstt{
    position: relative;
    padding-top: 48px;
}
.newstt h3{
    color: #ffffff;
    font-size: 30px;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 56px;
}
.newstt h3:after{
    content:'';
    position:absolute;
    width:46px;
    height:2px;
    left:0;
    bottom:0;
    background:#ffffff;
}
.newstt a{
    display: block;
    position: absolute;
    right: 0;
    color: #ffffff;
    font-size: 14px;
    background: url(../images/arrow.png) no-repeat right;
    padding-right: 28px;
    top: 72px;
}
.newsinn{
    margin-top: 54px;
    position: relative;
    padding-bottom: 65px;
    display: none;
}
.newsinn .prev,.newsinn .next{
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/left.jpg) no-repeat center;
    z-index: 101;
    left: 550px;
    bottom: 0;
}
.newsinn .next{
    background: url(../images/right.jpg) no-repeat center;
    left: auto;
    right: 550px;
}
.newsinn .bd{
    background: #ffffff;
    width: 1200px;
    height: 469px;
    padding-top: 40px;
}
.newsinn .bd li{
    width: 334px;
    float: left;
    margin: 0 33px;
}
.newsinn .bd li a.img{
    display: block;
}
.newsinn .bd li a.img img{
    width: 334px;
    height: 220px;
}
.newsinn .bd li h3{
    font-weight: normal;
    margin-top: 24px;
}
.newsinn .bd li h3 a{
    color: #1873e8;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
}
.newsinn .bd li .ndate{
    color: #333333;
    font-size: 16px;
    margin-top: 16px;
}
.newsinn .bd li .nsum{
    color: #999999;
    font-size: 16px;
}



.newsinn1{
    margin-top: 54px;
    position: relative;
    padding-bottom: 65px;
}
.newsinn1 .prev,.newsinn1 .next{
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/left.jpg) no-repeat center;
    z-index: 101;
    left: 550px;
    bottom: 0;
}
.newsinn1 .next{
    background: url(../images/right.jpg) no-repeat center;
    left: auto;
    right: 550px;
}
.newsinn1 .bd{
    background: #ffffff;
    width: 1200px;
    height: 469px;
    padding-top: 11px;
    padding-bottom: 20px;
}
.newsinn1 .bd .tempWrap{
    margin-left: 10px;
}
.newsinn1 .bd li{
    width: 357px;
    margin: 0 18px;
}
.newsinn1 .bd li a{
    display: block;
}
.newsinn1 .bd li a img{
    width: 357px;
    height: 480px
}


/*----- 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(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.news_company .content{padding:5px;}

/*首页左侧联系我们*/
.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(../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(../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(../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(../images/list_dot1.gif) left center no-repeat;padding-left:12px;line-height:27px;color:#555555;}
.list1 li a:hover{color:#f73205;text-decoration:none;}
.list1 li span{position:absolute;right:0px;line-height:30px;top:0;color:#999;}




/*友情链接*/
.f_link{width:1000px;margin:0 auto;margin-top:15px;line-height:30px;line-height:30px;background-color:#ececec;text-indent:20px;}

/*页面底部*/
#footer{position:relative;padding-top:8px;font-family: 'Arial';background: #1873e8;}
/*#footer a{color:#666;}
#footer a:hover{color:#f73205;text-decoration:none;}*/
.nav_foot{text-align:center;line-height:24px;color:#666;}
.copyright{text-align:center;line-height:24px;background: #2d2d2d;color: #8b8b8b;font-family: 'Arial';padding: 12px 0;}
.copyright a{color: #8b8b8b;}
.ftcont{
    width: 270px;
}
.ftcont h3{
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    line-height: 72px;
}
.ftcont h3:after{
    content:'';
    position:absolute;
    background:#1573f9;
    width:72px;
    height:1px;
    left:0;
    bottom:0;
}
.ftcont.fr{
    width: 334px;
}
.ftcont.fr h3:after{
    background: #f73205;
}
.ftsec{
    margin-top: 24px;
    height: 230px;
}
.ftsec a{
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    background: url(../images/blueicon.png) no-repeat left;
    padding-left: 14px;
    line-height: 28px;
}
.ftsec1{
    color: #ffffff;
    margin-top: 24px;
    text-transform: uppercase;
    padding-left: 32px;
}
.ftsec1 p{
    margin-bottom:12px
}



/*------------内页-------------------*/
.left {
    width: 224px;
    float: left;
}

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

.left .box h3 {
    line-height: 60px;
    padding-left: 34px;
    background: #1873e8;
    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;position: relative;left: 50%;margin-left: -960px;}
.n_banner img{width:1920px;margin:0 auto}
.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:960px;float:right;padding-bottom:10px;}
.sitemp {
    border-bottom:1px solid #eee;

}

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

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

