.w1920{
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    position: relative;
}
.w1200{
    width: 1200px;
    margin-left: -600px;
    left: 50%;
    position: relative;
}


.fl{float:left;}
.fr{float:right;}
/*头部样式*/
.header{z-index: 999;}
.head1{
    width: 100%;
    height: 32px;
    background: #f8f8f8;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    text-align: center;
}
.head1 p{
    font-size: 14px;
    color: #333;
    line-height: 31px;
    font-weight: lighter;
}
.head2{
    width: 1200px;
    height: 70px;
    margin: 20px auto 0;
    overflow: hidden;
}
.logo{
    line-height: 70px;
    padding-right: 15px;
}
.logo img{max-width: 300px;max-height: 100%;}
.tadv{
    background: url('../images/tadvline.png') no-repeat left center;
    padding-left: 20px;
    height: 70px;
}
.tadv p{
    line-height: 70px;
    color: #6B6B6B;
    font-size: 18px;
}
.head2_fr{
    padding-top: 26px;
}
.ttel{
    text-align: right;
    font-size: 32px;
    line-height: 32px;
    color: #EE0C00;
    font-weight: bold;
    letter-spacing: 1px;
}
.head3{
    width: 1200px;
    margin: 0 auto;
}
.head3_fl{
    width: 240px;
    position: relative;
}
.bbnav{
    width: 100%;
    height: 633px;
    position: absolute;
    left: 0;
    top: 0;
}
.bbnav h1{
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #FF7F00;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}
.bbnav ul{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.bbnav ul li{
    width: 240px;
    height: auto;
    padding: 12px 15px;
    border-top: 1px solid #908c8c;
    box-sizing: border-box;
    font-size: 12px;
}
.bbnav ul li:first-of-type{border-top: none;}
.bbnav ul li:hover {
    background: #f90;
}
.bbnav ul li:before {
    content: '';
    display: block;
    width: 35px;
    height: 38px;
    float: left;
    background: url('../images/bbdot.png') no-repeat;
} 
.bbnav ul li:nth-child(1):before {
    background-position-y: 8px;
}

.bbnav ul li:nth-child(2):before {
    background-position-y: -42px;
}

.bbnav ul li:nth-child(3):before {
    background-position-y: -98px;
}

.bbnav ul li:nth-child(4):before {
    background-position-y: -161px;
}

.bbnav ul li:nth-child(5):before {
    background-position-y: -228px;
}
.bbnav ul li h3{
    height: 38px;
    overflow: hidden;
    font-weight: normal;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
}
.bbnav ul li p{
    line-height: 21px;
    font-size: 14px;
    color: #fff;
}
.head3_fr{width: 900px;}


/*导航栏样式*/
.tnav{
    width: 100%;
    height: 42px;
}
.nav li{height:42px;text-align:center;float:left;position:relative;z-index:999;}
.nav li a{
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    font-weight: lighter;
    padding: 0px 24px;
}
.nav li:hover a.a{
    color: #f00;
}
.nav .sec{background:#fff;overflow:hidden;z-index:9999;position:absolute;top:42px;left:0px;display: none;width: 100%}
.nav .sec a{
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    overflow: hidden;
}
.nav .sec a:hover{color: #f00;text-decoration:none;}


/*搜索和热门搜索*/
.search{text-align:left;height:24px;}
.hotSearch{width:400px;float:left;height:24px;line-height:24px;font-weight:normal;}
.hotSearch a{margin-right:6px;}
#formsearch{width:320px;float:left;background: url(../images/ss.png) no-repeat;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}
#formsearch input{height:24px;background:none;border:none;line-height:24px;float: left;box-sizing: border-box;outline: none;}
#formsearch input#keyword{padding-left:7px;color:#666;width: 139px;}
#formsearch input#s_btn{width:46px;text-align:center;cursor:pointer;}
input#keyword:-ms-input-placeholder,textarea#keyword:-ms-input-placeholder {
color: #666;
}
input#keyword::-webkit-input-placeholder,textarea#keyword::-webkit-input-placeholder {
color: #666; 
}


/*主体样式*/
#container{width:1200px;margin:0 auto;margin-top:10px;}
.index_tit{
    text-align: center;
    overflow: hidden;
    height: 71px;
    position: relative;
}
.index_tit h3{
    font-size: 28px;
    color: #f60;
    line-height: 36px;
    font-weight: lighter;
}
.index_tit p{
    font-size: 14px;
    text-align: center;
    color: #555;
    line-height: 30px;
    padding-bottom: 5px;
    position: relative;
    height: 30px;
    font-weight: lighter;
}
.index_tit:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    height: 2px;
    background: #ccc;
    width: 50px;
    left: 50%;
    margin-left: -25px;
}
/* box1 */
.box1{
    overflow: hidden;
    margin-top: 60px;
}
.b1_index{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.b1_index li{
    float: left;
    width: 240px;
    text-align: center
}
.b1_index li .b1img1{
    width: 165px;
    height: 165px;
    margin: 0px auto;
}
.b1_index li .b1img1 img{width: 100%;height: 100%;display: block;}
.b1_index li h3{
    margin-top: 20px;
    font-weight: lighter;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* box2 */
.box2{
    overflow: hidden;
    padding: 30px 0 0 0;
}
.b2_index{
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}
.b2_index li{
    width: 299px;
    padding: 10px 50px;
    text-align: center;
    border-left: solid 1px #FECFA4;
    float: left;
    text-align: center;
}
.b2_index li:nth-child(1) {
    border: none;
}
.b2_index li .b2img1{
    width: 70px;
    height: 70px;
    margin:0 auto;
}
.b2_index li .b2img1 img{width: 100%;height: 100%;display: block;}
.b2_index li h3{
    font-size: 22px;
    margin: 15px 0 10px;
    color: #333;
    line-height: 22px;
    font-weight: lighter;
}
.b2_index li p{
    line-height: 22px;
    font-size: 12px;
    color: #333;
    height: 66px;
    font-weight: lighter;
}
.b2_index li .b2more{
    line-height: 38px;
    width: 160px;
    display: block;
    text-align: center;
    font-size: 18px;
    background: #F60;
    margin: 10px auto;
    border-radius: 5px;
    color: #fff;
}
.b2_index li .b2more:hover{
    background: #F90;
}

/* box3 */
.box3{
    overflow: hidden;
    background: #f8f8f8;
    padding: 30px 0;
}
.b3_index{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
}
.b3_index li{
    width: 224px;
    margin: 0 7px;
    border: solid 1px #ccc;
    text-align: center;
    background: #FFF;
    padding: 15px 8px 0 8px;
    float: left;
}
.b3img1 img{width:100%;}
.b3_index li .b3img1{
    border: solid 1px #ccc;
    margin: 5px auto;
    width: 174px;
    text-align: center;
    line-height: 130px;
}
.b3_index li .b3img1 img{
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.b3_index li .b3con1{
    margin: 10px 0;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 5px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b3_index li .b3con1 h3{
    font-size: 16px;
    line-height: 27px;
    color: #F60;
}
.b3_index li .b3con2{
    border-top: dotted 1px #ccc;
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
}
.b3_index li .b3con2 a{
    display: inline-block;
    line-height: 24px;
    width: 85px;
    font-size: 12px;
    text-align: center;
    background: #e8e8e8;
    border: solid 1px #ccc;
    margin: 15px 4px;
    border-radius: 5px;
    color: #333;
    font-weight: lighter;
}
.b3_index li .b3con2 a:hover{    
    background: #F60;
    border: solid 1px #F60;
    color:#fff;
}

/* box4 */
.box4{
    overflow: hidden;
    background: url('../images/b4bg.jpg') no-repeat center center/1920px 100%;
    height: 138.36px;
}
.b4_index{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.b4_index h3{
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    color: #f00;
    font-weight: lighter;
}
.b4_index .b4mes{
    width: 160px;
    line-height: 36px;
    border: solid 1px #fff;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
}
.b4_index .b4mes:hover{
    background: #F60;
    border: solid 1px #f60;
}

/* box5 */
.box5{
    overflow: hidden;
    background: #f8f8f8;
    padding: 30px 0;
}
.b5_index{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.b5_index .bd{
    width:1190px;
    margin:0 auto;
    overflow:hidden;
}
.b5_index li{
    height: 257px;
    width: 224px !important;
    margin: 0 7px;
    border: solid 1px #ccc;
    text-align: center;
    background: #FFF;
    padding: 15px 8px 0 8px;
}
.b5_index li .b5img1{
    border: solid 1px #ccc;
    margin: 5px auto;
    display: block;
    width: 174px;
    height: 131px;
    text-align: center;
    line-height: 129px;
}
.b5_index li .b5img1 img{
    max-width: 100%;
    max-height: 100%;
}
.b5_index li .b5con1{
    margin: 10px 0;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 5px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b5_index li .b5con1 h3{
    font-size: 16px;
    color: #F60;
    line-height: 27px;
}
.b5_index li .b5con2{
    border-top: dotted 1px #ccc;
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
}
.b5_index li .b5con2 a{
    line-height: 24px;
    width: 85px;
    font-size: 12px;
    display: block;
    text-align: center;
    background: #e8e8e8;
    border: solid 1px #ccc;
    margin: 15px 5px;
    border-radius: 5px;
    display: inline-block;
    font-weight: lighter;
}
.b5_index li .b5con2 a:hover{
    background: #F60;
    border: solid 1px #F60;
    color: #fff;
}

/* box6 */
.box6{
    overflow: hidden;
    padding: 30px 0 0 0;
}
.b6in1{
    width: 380px;
    overflow: hidden;
    margin: 0 10px;
}
.newsin1{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.newsin1 .newsimg1{width: 100%;position: relative;overflow: hidden;}
.newsin1 .newsimg1 img{
    width: 100%;
    transition: all 0.5s;
}
.newsin1 .newsimg1:hover img{
    cursor: pointer;
    -webkit-transform: scale(1.1);
    moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.newsin1 .newscon1{
    width: 100%;
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
    background: #000000b3;
    transition: all 0.5s;
    padding-left: 10px;
    box-sizing: border-box;
    color: #fff;
    font-weight: lighter;
}
.newsin2{
    width: 100%;
    margin-top: 10px;
}
.newsin2 li{
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    border-bottom: dotted 1px #ccc;
    overflow: hidden;
    position: relative;
}
.newsin2 li:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    float: left;
    background: #f60;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 15px;
    margin-left: 10px;
}
.newsin2 li a{
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    font-weight: lighter;
}
.newsin2 li:hover a{color: #f00;}

/* box7 */
.box7{
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 30px 0;
    margin-top: 30px;
    text-align: center;
}
.box7 img{max-width: 100%;}


/*友情链接*/
.f_link{
    width:1200px;
    margin:0 auto;
    height:35px;
    overflow: hidden;
    display:none;

}
.f_link,.f_link a{
    font-size: 14px;
    line-height: 35px;
    color:#333;
    display:none;
}
/*页面底部*/
.foot{
    overflow: hidden;
}
.foot1{
    width: 100%;
    padding: 50px 0 30px;
    background-color: #333;
    overflow: hidden;
}
.foot1_fl{
    width: 393px;
    height: 130px;
    overflow: hidden;
    border-right: #4b4f59 solid 1px;
}
.fewm{
    width: 130px;
    margin-right: 20px;
    overflow: hidden;
}
.fewm img{max-width: 100%;max-height: 130px;}
.fcontel{
    width: 230px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}
.foot1_fr{
    width: 805px;
    overflow: hidden;
    height: 130px;
}
.foot1_fr .fnav li{
    width: 161px;
    height: 130px;
    border-right: 1px solid #4b4f59;
    text-align: center;
    float: left;
}
.foot1_fr .fnav li .fnava{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    margin-bottom: 10px;
    color: #fff;
}
.foot1_fr .fnav li .fsec{
    width: 100%;
    text-align: center;
}
.foot1_fr .fnav li .fsec a{
    color: #afb0b4;
    font-size: 13px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    display: block;
    overflow: hidden;
}
.foot2{
    width: 100%;
    overflow: hidden;
    background: #282828;
    text-align: center;
    border-top: solid 1px #474a53;
    padding: 10px 0;
}
.foot2,.foot2 a{font-size: 14px;line-height: 28px;color: #fff;}
.fcontact p{display: inline-block;}
.gotop{
    display: none;
    position:fixed;
    background:url('../images/gotop.png') no-repeat;
    width: 28px;
    height: 48px;
    bottom: 158px;
    z-index: 9999;
    left: 42px;
 }


