/*头部样式*/

*{ margin:0px; padding:0px;}
.w_top {
    background-color: #333333;
    color: #fff;
}

.w1600 {
    max-width: 83%;
    margin: 0 15%;
}

.wel {
    font: 400 14px/36px "Microsoft yahei";
}

.w_right .k1 a {
    font: 400 14px/36px "Microsoft yahei";
    color: #fff;
}

.w_right .k1 a:hover {
    color: rgba(255, 255, 255, .8)
}

.w_right .k2 {
    padding-left: 15px;
    background: url(../images/top_phone.png) no-repeat left center;
    margin: 0 50px;
    font: 400 14px/36px "Microsoft yahei";
}

.w_right .k2 p {
    margin: 0;
}

.sortbb li a{
    color:#828282;
    font-size:16px;
    border:1px solid #bcbcbc;
    height:60px;
    line-height:60px;
    display: block;
    text-align: center;
    margin-bottom:5px;
}
.sortbb li:hover{
    background: #2b2b2b;
}
.sortbb li:hover a{
    color: #fff;
    text-decoration:none;
}

#header {
    position: absolute;
    background:none;
    width: 83%;
    z-index: 99;
    left: 8.5%;
}

.head {
    position: relative;
    padding: 15px 0 0;
}

@media(max-width:768px) {
    .head {
        padding: 0;
    }
}

.top {
    max-width: 1600px;
    margin: 0 8%;
    position: relative;
}

@media (max-width: 1250px) {
    .top {
        margin: 1% 5%;
    }
    .navbar {
        margin: 0;
    }
}

.logo {
    margin-left: 4%;
    position: relative;
    z-index: 99999;
}

.logo img {
    max-width: 100%;
}

.topLink {
    position: absolute;
    width: 34px;
    line-height: 34px;
    right: 0;
    top: 32px;
    height: 74px;
}

.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 .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}




/*热门搜索*/

.search {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    padding: 5px 10px 8px 10px;
    width: 300px;
    top: 30px;
    right: 0;
    display: none;
}

#formsearch {
    width: 230px;
    float: right;
    margin-top: 5px;
}

.hotSearch {
    float: right;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}


/*宝*/

#container2 {
    max-width: 1600px;
    margin: 0 8%;
    
}

.group {
    text-align: center;
    /* background: #fff; */
}

.group h2 {
    color: #333;
    font: 600 30px/46px "Microsoft Yahei";
}

.group h2 p {
    color: #999;
    font: 400 14px/24px "Microsoft Yahei";
}

.pro-cate {
    padding-top: 24px;
    position: relative;
    margin: 0 auto;
}

@media (min-width:1200px) {
    .pro-cate {
        width: 60%;
    }
}

.pro-cate a {
    text-decoration: none;
    display: inline-block;
    color: #333;
    font: 400 14px/50px "Microsoft Yahei";
    /* width: 136px; */
    text-align: center;
    margin-bottom: 10px;
}

.pro-cate a span {
    display: block;
    border-bottom: 4px solid #fff;
}

.pro-cate:hover a {
    text-decoration: none;
}

.pro-cate a:hover span {
    border-bottom: 4px solid #a50505;
}



@media (min-width: 768px) {
    .col-sm-4 {
        width: 33.33333333% !important;
    }
}

.pro-center {
    /* padding-top: 70px; */
    padding-bottom: 
}

.pro-center li {
    margin-bottom: 20px;
    transition: all 0.5s ease-out;
}


.pro-center li .img {
    position: relative;
    overflow: hidden;
    /* width: 100%;
    height: 100%; */
    display: block;
    width:100%; 
    height:2em; 
    /* padding:0.1em;  */
    margin:0 0.1em 0 0; 
    font-size:128px; 
    float:left; 
    background: url(../images/libg.png) no-repeat bottom center;
    border:none;
}

.pro-center li a span {
    display:block; 
    width:100%; 
    height:100%; 
    background-repeat:no-repeat; 
    background-position:center;
    /* -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;
    border:none;
    vertical-align: middle;
}

.pro-center li:hover {
    margin-top: -10px;
    padding-bottom: 10px;
}

.pro-center li .hides {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    display: none;
}

.pro-center li .hides div {
    display: table;
    height: 100%;
    width: 100%;
}

.pro-center li .hides p {
    display: table-cell;
    vertical-align: middle;
}

.pro-center li h3 {
    /* border: 1px solid #f2f2f2; */
    border-top: none;
    margin: 16px;
    margin: 0px;
    text-align: center;
    padding-bottom: 40px;
}

.pro-center li h3 a {
    color: #ffffff;
    text-align: center;
    font: 400 16px/16px "Microsoft Yahei";
}

.pro-center li h3:hover a {
    text-decoration: none;
}

.pro-center li h3 p {
    color: #666;
    font: 400 12px/24px "Microsoft Yahei";
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.pro-center li h3 a.more {
    color: #333;
    font: 400 14px/24px "Microsoft Yahei";
    background: url(../images/more.png) no-repeat 100% 50%;
    margin-top: 8px;
}

.pro-center li:hover .hides {
    display: block;
}

.pro-center li:hover 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; */
}

.group .more {
    text-transform: uppercase;
    display: inline-block;
    width: 160px;
    background: #a50505;
    font: 400 16px/40px "Microsoft Yahei";
    color: #fff;
    margin-top: 25px;
}
.outgroup {
    max-width: 1920px;
    min-height: 623px;
    background: url(../images/groupbg.png) #070707 no-repeat center 220px;
    
}
@media (max-width: 768px) {
    #container2 {
        margin: 0 2%;
    }
    .pro-center {
        padding-top: 10px;
    }
    .pro-cate a {
        font: 400 14px/30px "Microsoft Yahei";
    }
    .pro-center li h3 {
        padding: 0;
        border: none;
    }
    .pro-center li h3 a {
        width: 100%;
        text-align: center;
        font: 400 16px/32px "Microsoft Yahei";
    }
    .group .more {
        margin-top: 5px;
    }
}

.group h2 {
    font-size: 35px;
    /*opacity: 0.77;*/
    color: #fff;
    padding-top: 44px;
    text-transform:uppercase;
    background: url(../images/tiebg2.png) bottom center no-repeat;
    padding-bottom: 30px;
}
.group span {
    font-size: 25px;
    display: block;
    font-weight: normal;
}


/*中间横幅*/

.mid_hf {
    /* padding-top: 36px; */
    background-color: #070707;
    /* max-height: 690px; */
    max-width: 1920px;
    margin-top: -10px;
    overflow: hidden;
}


.mid_hf .midl .midt img{
    width: 100%;
    transition: all 0.8s;
}
.mid_hf .midl .midb img {
    width: 100%;
    transition: all 0.8s;
}

.mid_hf .midr img {
    width: 100%;
    transition: all 0.8s;
}


.mid_hf .midl .midt img:hover {
    transform: scale(1.3);
}   
.mid_hf .midl .midb img:hover {
    transform: scale(1.3);
}
.mid_hf .midr img:hover{
    transform: scale(1.3);
}

.mid_hf h2 {

    font-size: 48px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    padding-top: 150px;
    margin-left: 0px;
}

.mid_hf h2 p {
    font: 200 24px/40px "Microsoft yahei";
    letter-spacing: 3px;
    padding-top: 20px;
}


@media (max-width:1200px){
	.mid_hf h2{
	font-size: 40px;
	}
	.mid_hf h2 p{
		font: 200 20px/30px "Microsoft yahei";
    }
    
}

@media (min-width:1200px){
    .mid_hf .midl {
        width: 44%;
        float: left;
        overflow: hidden;
    }
    .mid_hf .midr {
        width: 55%;
        float: right;
        max-height: 686px;
        overflow: hidden;
    }
    .mid_hf .midl .midb {
        height: 47.5%;
        max-height: 332px;
        margin-top: 2.4%;
        overflow: hidden;
    }
    .mid_hf .midl .midt {
        height: 48.5%;
        max-height: 332px;
        overflow: hidden;
    }
}
@media (max-width:992px){
	.mid_hf h2{
	font-size: 30px;
	}
	.mid_hf h2 p{
		font: 200 18px/30px "Microsoft yahei";
    }
    .midl,.midr {
        width: 100%;
        margin: 1% 0;
        
    }
.mid_hf{
    height:auto!important;
}
}
@media (max-width:768px){
	.mid_hf h2{
	font: 400 18px/30px "Microsoft yahei";
	margin:0;
	}
	.mid_hf h2 p{
		font: 200 14px/30px "Microsoft yahei";
	}
}
.fnav{
    width:100%;

   
    padding:20px 0 3vw;
}
.fnav li{
   width:10%;
   float:left;
   display: block;
   padding-left: 4%;
}
.fnav li a{
display:block;
color:#bcbcbc;
font-size:16px;
line-height:36px;
}

.fnav li a:hover{
    color:#cc0001
}
.fnav li .sec1{
    margin-top:10px;
}
.fnav li .sec1 a{

    font-size:14px;
    line-height:21px;
    display:block;
    color:#bcbcbc
}

.fnav li .sec1 a:hover{
    color:#cc0001
}
@media (max-width:768px){
    .fnav li {
        width: 21%;
        display: block;
        height: 220px;
        text-align: center;
    }
}
.k2 {
    display: inline;
}

/*主体样式*/

#container1 {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    z-index: 9;
}

.menu_cate {
    width: 220px;
    float: left;
}

.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;
}


/*首页新闻*/

.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;
}


/*前台多页签*/

.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 {
    width: 140px;
    margin: 0 auto;
    margin-top: 8px;
    line-height: 24px;
    background: url(../images/link.png) no-repeat 0 50%;
    text-indent: 9px;
    color: #fff;
    text-align: left;
    position: relative;
}

.f_link .hides {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 24px;
    display: none;
    background-color: rgba(255, 255, 255, .8);
}

.f_link .hides a {
    display: block;
    font: 400 12px/24px "Microsoft Yahei";
}


/*页面底部*/

.foot {
    
    padding: 34px 0;
    margin-top: 1%;
}

.foot1{
    
}

#footer {
    position: relative;
    max-width: 1600px;
    margin: 0 8%;
    padding-top: 8px;
}


#footer a {}

#footer a:hover {
    color: #cc0001;
    text-decoration: none;
}

.nav_foot {
    line-height: 24px;
    color: #666;
}

.copy{
    line-height: 30px;
        position: relative;
    max-width: 1600px;
    margin: 0 8%;
    padding:15px 0;
}


.copy_left{
    float:left;
    color: #1f1a17;
}
.copy_left h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2%;
}
.copy_left a {
    color: #1f1a17;
}

.copy_right select{
    background: url(../images/link.png) center no-repeat;width:183px;height:34px;outline:none;padding-left:6px;margin-bottom:18px;color:#fff;
}

.foot-right {
    background: url(../images/line2.png) repeat-y 20% 0;
}

.hot-rec {
    width: 100%;
    margin-top: 22px;
}

.foot-under {
    color: #bcbcbc;
    font: 400 12px/30px "Microsoft Yahei";
}

.foot-under a {
    color: #bcbcbc;
}

.underright {
    font: 400 12px/30px "Microsoft Yahei";
    text-align: right;
}

@media (max-width: 1200px) {
    .foot {
        border-top: 5px solid #cc0001;
    }
}

@media (max-width: 1570px) {
    .message2 .m_label {
        font-size: 14px;
    }
    .message2 #checkcode {
        width: 120px;
    }
}

@media (max-width: 1200px) {
    .message2 #name {
        height: 40px;
        line-height: 40px;
        margin-bottom: 5px;
    }
    .message2 #contact {
        height: 40px;
        line-height: 40px;
        margin-bottom: 5px;
    }
    .message2 #content {
        height: 40px;
        line-height: 40px;
    }
    .message2 .m_label {
        line-height: 40px;
    }
    .message2 #checkcode {
        height: 30px;
        line-height: 30px;
        width: 100px;
    }
    .message2 #code {
        padding-top: 5px;
    }
    .message2 .msgbtn {
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }
}

.dnav {
    font-size: 14px;
    color: #bcbcbc;
    padding-bottom: 10px;

}
.dnav a {
    padding:0 10px;
    color: #bcbcbc;
}

@media (max-width: 980px) {
    .foot-under {
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .foot {
        padding: 20px 0;
    }
    .foot-under {
        padding-top: 10px;
    }
}

@media (max-width: 414px) {
    .messbox {
        width: 98%;
    }
    #footer {
        width: 98%;
        margin: 0 auto;
    }
}


/*------------内页-------------------*/

.left .box {
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
    padding: 5px;
}

.left .box h3 {
    font: 600 14px/40px "Microsoft yahei";
    padding-left: 15px;
    background: #cc0001;
    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 {
    width: 100%;
}

.n_banner img {
    width: 100%;
    height: auto;
    min-height: 120px;
}

.left {
    width: 225px;
    float: left;
}

.sort_menu {}

.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;
}

.left .n_contact .content {
    padding: 10px;
    line-height: 24px;
}

.right {
    padding-bottom: 10px;
}

.site{
    text-align: right
}

.right .content {
    padding: 15px 0 10px;
    overflow: hidden;
    line-height: 24px;
}
.right .content img{
    max-width: 100%!important;
    height: auto!important;
}
.nel {
    width: 20%;
    float: left;
}
.nel img {
    width: 100%;
}
.ner {
    float: right;
    width: 78%;
    position: relative;
}
.ner h3 a{
    font-size: 20px;
    color: #333;
}



#menu {
  
    padding-top: 25px;
}

.pull-right {
    float: right!important;
}
@media (min-width: 1200px){
.col-lg-8 {
    width: 66.66666667%;
}
}
@media (min-width: 1200px){
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}

}


.pull-left {
    float: left!important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none!important;
}

@media (min-width: 768px){
.navbar {
    border-radius: 4px;
}
}
.navbar {
    position: relative;
    min-height: 50px;
 
    border: 1px solid transparent;
}

.banner3 {
    max-width: 1170px;
    max-height: 553px;

}
.banner3 .bb3 {
    height: 550px;
    overflow: hidden;
}
.banner3 .num{
	position:absolute;
	right:34px;
	bottom:0px;
	z-index:100;
	text-align:center;
	width:100%;
	display:block;
    padding:5px 0px;
    opacity:0.8;
}
.banner3 .num li{
	width:10px;
	height:10px;
	display:inline-block;
	margin-right:4px;
	background:#fff;
	line-height:18px;
	text-indent:-100px;
    overflow:hidden;
    border-radius: 50%;

}
.banner3 .num li.num_hover{
	background-color:#ae0001;
}
.banner3 .num li.num_hover a{
	color:#fff;
}
.banner3 .num li a{
	float:left;
	display:inline;
	text-align:center;
	color:#666;
	text-decoration:none;
	cursor:pointer;
	width:18px;
	height:18px;
	line-height:18px;
}

.pic2 {
    height: 200px;
}
#btn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    background: #9d1d22;
    margin-top: 12px;
    border-radius: 5px;
    margin-left: -104px;
}

.sortp {
    width:100%;
}

.sortp li {
    float: left;
    /*width: 8%;*/
    padding: 0 10px;
    text-align: center;
    line-height: 80px;
}

.sortp li:nth-child(1){
    background: url(../images/pt.png) no-repeat left;
}

.sortp li a {
    color: #bcbcbc;
    font-size: 16px;
}

.pt {
    width: 100%;
    height: 66px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.inpt {
    width: 62.5%;
    margin: 0 auto;
    line-height: 66px;
    color: #bcbcbc;
}

.inpt a {
    line-height: 74px;
    color: #bcbcbc;
    font-size: 18px;
}

/*产品列表*/

.product_list2 li {
    float: left;
    margin-left:0.5%;
    margin-right:0.5%;
    margin-bottom: 15px;
    width: 32%;
    _display: inline;
    border-radius: 10px;
    overflow: hidden;
    /*background-color: #e9e9e9;*/
}

.product_list2 li a.img {
    padding: 3%;
   
}

.product_list2 li a.img img {
    width: 100%;
    height: auto;
    border-radius:10px;
}

.product_list2 li h3 {
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
    padding-left: 3%;
    padding-top: 3%;
    padding-bottom: 10%;

}
.product_list2 li h3 span {
    float: right;
    padding-right: 3%;    
}
.product_list2 li h3 a {
    font-weight: normal;
}

.product_list2 li a.img {
    display: block;
}

.product_list2 li a.img:hover {
    border-color: #e87518;
}

.outheader {
    width: 100%;
    background:url(../images/outhdbg.png) no-repeat top center;
    background-size: contain;
    height:152px;
    position: absolute;
    z-index: 999999999999;
}

.bannerb {
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    margin-top: -72px;
    z-index: 9999999;
    width: 60%;
}
.bannerb img {
    width: 100%;
}

.sortbb {
    float:right!important;
}

.right-left {
    width: 64%;
    float: left;
    background: #fff;
    padding: 30px 30px 30px 0;
}

.news_listtt .zxxw_b {
    float: left;
    width: 45%;
    padding-left: 5%;
}
.com-img{
    width: 50%;
    float: left;
}
.com-img img{
    max-width: 100%;
    
}

.news_listtt .zxxw_b a {
    line-height: 30px;
    display: block;
    color: #2b2b2b;
    font-size: 18px;
}

.news_listtt .zxxw_b span {
    display: block;
    line-height: 24px;
    color: #797979;
    font-size: 14px;
    margin-top: 10px;
}

.news_listtt .zxxw_b span.date {
    color: #888888;
    font-size: 14px;
    margin-top: 0;
}

.right-right {
    width: 26.5%;
    float: right;
    border: 1px solid #f3f3f3;
    background: #fff;
}

.right-right .title {
    background: url(../images/tuijian_title.jpg) 10px 50% no-repeat;
    line-height: 54px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    font-size: 18px;
    color: #333;
    padding-left: 30px;
}

.right-right .title a {
    position: absolute;
    top: 0;
    right: 15px;
    color: #333;
    font-size: 12px;
}


.news_list8 {
    border-top: 1px solid #e5e5e5;
}

.news_list8 li {
    line-height: 30px;
    position: relative;
    padding: 32px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.news_list8 li a {
    line-height: 30px;
    color: #454545;
    font-size: 16px;
}

.news_list8 li a:hover {
    text-decoration: none;
    color: #047789;
}

.news_list8 li span {
    color: #797979;
    z-index: 0;
    line-height: 22px;
    display: block;
    font-size: 12px;
}

.news_list8 li h3 {
    font-size: 14px;
}

.news_list8 .zxxw_b {
    float: left;
    width: 501px;
    margin-left: 24px;
}

.news_list8 li:hover {
    background: #047789;
}

.news_list8 li:hover a {
    color: #fff !important;
}

.news_list8 li:hover span {
    color: #fff;
}

.product_listt {}

.product_listt li {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px;
    _display: inline;
    position: relative;
}

.product_listt li a.img {
    border: 3px solid #e1e1e1;
}

.product_listt li a.img img {
    width: 244px;
    height: 213px;
}

.product_listt li h3 {
    text-align: center;
    padding-top: 10px;
}

.product_listt li h3 a {
    font-weight: normal;
    color: #595959;
    font-size: 14px;
}

.product_listt li a.img {
    display: block;
}

.product_listt li a.img:hover {
    border-color: #047789;
}

.roll_product {
    float: left;
}

.product_listt li .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in;
    transform: scale(0);
}

.product_listt li .bg a {
    display: block;
    width: 78px;
    height: 26px;
    float: left;
    margin-right: 5px;
    margin-top: 146px;
    margin-left: 0px;
}

.product_listt li .bg a:first-child {
    margin-left: 68px;
}

.product_listt li:hover .bg {
    transform: scale(1);
}

#kehu1 {
    overflow: hidden;
    height: 1080px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

#jian1 {
    height: 100%;
}

#zheng1 {}

#xtop1 {}

@media (max-width: 1400px){
   .head {
       padding:0;
   }
}
@media (max-width: 1300px){
   .outheader {
       background:none;
   }
}
@media (max-width: 1200px){
    #container1{
        padding: 0 2%;
    }

}
@media (max-width: 992px) {
    .right-left{
        width: 100%;
        padding:0;
    }
}
@media (max-width: 767px) {
    .pageController .t1{
        display: none;
    }
    .main .tit{
        font-size: 14px!important;
    }
    .main .left{
        border:none!important;
    }
    .site{
        line-height: 40px;
    }
    .sort li a{
        font-size: 14px;
        padding: 0;
        text-align:center;
        overflow:hidden;
    }
    .product_list2 li{
        width: 100%;
        margin: 0;
    }
    .dnav a{
        padding-right: 2%;
    }
    .product_detail .list{
        width: 80%;
    }
    .outheader{
        height: 0;
    }
    #header{
        width: 100%;
        left: 0;
        position: fixed;
        top: 0;
        background: #151314;
        z-index: 99999;
    }
    .top{
        margin: 0;
    }
    .logo{
        margin-left: 0;
    }
    .nel{
        width: 100%;
    }
    .ner{
        width: 100%;
    }
    .ner > div{
        display: none;
    }
    .news_list li span{
        position: relative;
        text-align: left;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .news_detail h3.title_bar{
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .share{
        display: none;
    }
}


