.w1080{width: 1080px;margin: 0 auto;}
/*头部样式*/
#header{}
.top{
    width: 1100px;margin: 0 auto;
    height: 138px;
}
.logo{float:left;padding-top: 8px;}

.topLink{float:right;text-align:right;position: relative;z-index: 9999;margin-top: 30px;}
.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 .k2{font-size: 15px;font-weight: bold;line-height: 2;}

#menu{background: url(../images/navbg.png) repeat-x;height: 39px;line-height: 39px;}

#formsearch{background: url(../images/ssbg.png) 0 0 no-repeat;width: 266px;height: 22px;margin-top: 15px;}
#formsearch input{height:22px;background:none;border:none;line-height:22px;text-align: left;outline: none;}
#formsearch input#keyword{padding-left:8px;width: 170px;color:#bbb;font-weight: bold;}
#formsearch input#s_btn{width:80px;cursor:pointer;font-size: 0;}

.sousuo{
    height: 50px;
    background: #F5F5F5;
    line-height: 50px;
}
.hotSearch{
    float: left;
    color: #454545;
    font-size: 14px;
    width: 580px;overflow: hidden;
}
.hotSearch a,.k1 a{color: #454545;}
.k1{
    float: right;
    width: 500px;
    text-align: right;
    font-size: 14px;
    color: #454545;
}

.index_pro{
    background: url(../images/bg1.jpg)  center top no-repeat;
    height: 780px;
    padding-top: 30px;
    width: 1440px;
    position: relative;
    left: 50%;
    margin-left: -720px;
    overflow: hidden;
}
.index_tit{
    text-align: center;
}
.index_tit b{
    display: block;
    font-size: 24px;
    color: #0271e2;
}
.index_tit b span{
    color: #da251d;
}
.index_tit p{
    background: url(../images/entbg.png) center no-repeat;
    font-size: 14px;
    color: #d1d1d1;
}

.pro_tab{
    width: 1080px;
    margin: 0 auto 35px;
}
.pro_tab .hd{
    margin-top: 30px;
}
.pro_tab .hd ul li{
    float: left;
    width: 200px;
    height: 42px;
    margin: 8px;
}
.pro_tab .hd ul li a{
    display: block;
    font: 400 14px/42px '微软雅黑';
    color: #323232;
    background: #E0E0E0;
    text-align: center;
}
.pro_tab .hd ul li.on a{
    background: #DA251D;
    color: #fff;
}
.pro_tab .bd{
    margin-top: 15px;
}
.pro_tab .bd ul li{
    width: 248px;
    height: 230px;
    background: #fff;
    border: 1px solid #E0E0E0;
    text-align: center;
    float: left;
    margin: 0 10px;
}
.pro_tab .bd ul li a.img{
    display: block;
    width: 248px;
    height: 189px;
    overflow: hidden;
}

.pro_tab .bd ul li a.img img{
    width: 248px;
    height: 189px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
}

.pro_tab .bd ul li:hover a.img img{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.pro_tab .bd ul li h3 a{
    display: block;
    height: 40px;
    font: 400 12px/40px '微软雅黑';
    border-top: 1px dashed #DCDCDC;
    margin: 0 5px;
}

.yyly{
    text-align: center;
    font-size: 14px;
    color: #454545;
    margin-top: 4px;
}
.index_ads{
    width: 1080px;
    margin: 0 auto;
    margin-top: 18px;
}
.index_ads ul li{
    width: 164px;
    height: 164px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 8px;
    border-radius: 50%;
}
.index_ads ul li .img{opacity: 1;transition: all 0.3s;}
.index_ads ul li:hover .img{opacity: 0;}
.index_ads ul li .img img{
    width: 164px;
    height: 164px;
}
.index_ads ul li .adhover{
    width: 164px;
    height: 164px;
    border-radius: 50%;
    background: #333;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;transition: all 0.3s;
}
.index_ads ul li:hover .adhover{
    opacity: 1;
}
.index_ads ul li .adhover h3{
    width: 104px;
    margin: 0 auto;
    border-bottom: 1px solid #999;
    font-size: 23px;
    color: #fff;
    padding-top: 50px;
    line-height: 1;
    padding-bottom: 8px;
}
.index_ads ul li .adhover p{
    font-size: 12px;
    line-height: 13px;
    color: #999;
    margin-top: 15px;
}

.ads{
    width: 1440px;
    left: 50%;
    margin-left: -720px;
    position: relative;
    text-align: center;
}

.index_adv{
    background: url(../images/bg2.png) center top no-repeat;
    height: 978px;
    margin-top: 15px;
}

.adv h3{
    line-height: 1;
    font-size: 22px;
    color: #454545;
}
.adv h3 span{
    color: #0271e2;
}
.adv .adven{
    font-size: 14px;
    color: #454545;
}
.adv .content{
    margin-top: 35px;
}
.adv .content p{
    background: url(../images/redsj.png) left 15px no-repeat;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.adv01{
    padding-top: 68px;
    margin-left: 80px;
}
.adv01 .content{
    height: 135px;
    overflow: hidden;
}

.adv02{
    margin-left: 80px;
}
.adv02 .content{
    height: 158px;
    overflow: hidden;
}

.adv03{
    margin-left: 258px;
}
.adv03 .content{
    height: 170px;
    overflow: hidden;
}


.adv04{
    margin-left:588px;
}
.adv04 .content{}

.index_about{
    width: 1080px;
    margin: 0 auto;
    margin-top: 30px;
}
.abtxt{
    float: left;
    width: 552px;
    margin-top: 20px;
}
.abtxt b{
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-size: 56px;
    color: #c7c7c7;
}
.abtxt h1{
    font-size: 18px;
    color: #454545;
    line-height: 1;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 15px;
}
.abtxt h1:after{
    content: '';
    width: 60px;
    height: 4px;
    background: #FFF727;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}
.abtxt .content{
    font-size: 14px;
    line-height: 29px;
    color: #454545;
    text-align: justify;
    height: 105px;
}
.ablink li{
    display: inline-block;
    width: 110px;
    height: 38px;
    background: #D7D7D7;
    text-align: center;
    margin-right: 3px;
}
.ablink li a{
    display: block;
    font: 400 14px/38px '微软雅黑';
    color: #333;
}
.ablink li a:hover{
    color: #DA251D;
}

/*新闻中心*/
.index_news{
    width: 1080px;
    margin: 0 auto;
    margin-top: 28px;
}
.news_tit{
    text-align: center;
    margin-bottom: 25px;
}
.news_tit .nen{
    font-size: 20px;
    color: #323232;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 8px;
}
.news_tit .nen:after{
    content: '';
    width: 30px;
    height: 1px;
    background: #0271E2;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;    
}
.news_tit .ncn{
    font-size: 20px;
    color: #323232;
    display: inline-block;
    border-bottom: 1px solid #E8E8E8;
    line-height: 1;
    padding-bottom: 5px;
}

.news_con ul li{
    float: left;
    width: 348px;
    /*height: 330px;*/
    background: #F6F7F8;
    position: relative;
}
.news_con ul li:nth-child(2){
    margin: 0 18px;
}
.news_con ul li a.img{
    display: block;
    width: 346px;
    height: 227px;
    border: 1px solid #E0E0E0;
}
.news_con ul li a.img img{
    width: 346px;
    height: 227px;
}
.news_con ul li a.tit{
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-indent: 14px;
    height: 30px;
    left: 0;
    top: 318px;
    font: 400 16px/30px '微软雅黑';
}
.news_con ul li .summary{
    font-size: 14px;
    line-height: 23px;
    color: #454545;
    text-indent: 24px;
    text-align: justify;
    padding: 10px 20px;
}
.news_con ul li .riqi{
    width: 68px;
    height: 68px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    right: 0;
    top: 80px;
    text-align: center;
    color: #fff;
}
.news_con ul li .riqi span.span1{
    display: block;
    font-size: 14px;
    padding-top: 12px;
}
.news_con ul li .riqi span.span2{
    font-size: 20px;
}


/*主体样式*/
#container{width:1080px;margin:0 auto;margin-top:10px;}

#menu1{
    height: 56px;
    background: #DA251D;
    line-height: 56px;
    margin-top: 40px;
}
#menu1 .nav1{
    width: 1080px;margin: 0 auto;
}
#menu1 .nav1 li{
    background: url(../images/navline.png) right center no-repeat;
    float: left;
    width: 120px;
}
#menu1 .nav1 li:last-child{background: none;}
#menu1 .nav1 li a{
    display: block;
    color: #fff;
    text-align: center;
    font: 400 14px/56px '微软雅黑';
}

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


/*友情链接*/
.f_link{width:1080px;margin:25px auto;font-size: 14px;color: #333;}

/*页面底部*/
#footer{
    color: #9f9f9f;
    background: #242424;
    padding-top: 45px;
    padding-bottom: 25px;
}
#footer a{color:#9f9f9f;}
#footer a:hover{color:#fff;text-decoration:none;}
.foot{
    width: 1080px;
    margin: 0 auto;
}
.ft_logo{
    float: left;
    width: 165px;
}
.ftlx{
    float: left;
    width: 520px;
    font:400 14px/29px '微软雅黑';
}
.ftewm{
    float: right;
    width: 395px;
    text-align: center;
}
.ftewm ul li{
    width: 131px;
    float: left;
}
.ftewm ul li img{
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    padding: 6px;
    border: 1px solid #444;
}
.ftewm ul li h3{
    font-weight: normal;
    padding-top: 8px;
    font-size: 14px;
    color: #fff !important;
}

.copyright{
    width: 1080px;
    margin: 0 auto;
    margin-top: 25px;
    font:400 14px/24px '微软雅黑';
}


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

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

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

.left .box h3 {
    line-height: 60px;
    padding-left: 34px;
    background: #DA251D;
    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;
    font-size: 14px;
}
.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;text-align:center;}
.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:830px;float:right;padding-bottom:10px;}
.sitemp {
    border-bottom:1px solid #eee;

}

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

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 40px;
}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;font-size: 14px;}
.sort_album{margin-top: 15px;}
