
/* nav焦点 */
.header-bottom-box li:nth-child(8) a{
    color:#f25618!important;
}

/*轮播图样式开始*/
.swiper-container{
    width: 100%;
    height: 413px;
    overflow: hidden;
    position: relative;
    // z-index: 0;
}
.swiper-slide a,
.swiper-slide .slide-items{
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    // background-size: 100% auto;
}

.swiper-slide img{
  display: block;
  width: 100%;
}
// .swiper-pagination .swiper-pagination-bullet{
//     width: 80px;
//     height: 7px;
//     display: inline-block;
//     background: #000;
//     border-radius:0; 
//     opacity: .2;
// }
.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fb5818;
}
/*轮播图样式结束*/


/* 列表内容 S */
.zxgl-content .zxgl-l{
    width: 117px;
    position: absolute;
    left: -147px;
    top: 0;
}
.zxgl-content .zxgl-l li a{
    display:block;
    width: 100%;
    height:30px;
    line-height:30px;
    text-align:center;
    margin-bottom:10px;
    font-size:16px;
    color:#767676;
}
.zxgl-content .zxgl-l li:hover a,
.zxgl-content .zxgl-l li.active a{
    background: #fb5818;
    color:#fff;
    -webkit-box-shadow: 0 3px 5px #fed2c1;
    box-shadow: 0 3px 5px #fed2c1;
}
.zxgl-content .zxgl-c{
    width:848px;
    float:left;
}
.zxgl-content .zxgl-r{
    width:332px;
    float:right;
}

.zxgl-title li{
    width:265px;
    height:130px;
    float: left;
    margin-bottom:90px;
    margin-top:50px;
    position: relative;
    text-align: center;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.zxgl-title li~li{
    margin-left:22px;
}
.zxgl-title .title-show i{
    display:block;
    width:66px;
    height:66px;
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    
    background-size: 100%;
}
.zxgl-title .title-show span{
    display:block;
    width:100%;
    position: absolute;
    font-size:18px;
    color:#fb5818;
    bottom:20px;

}
.zxgl-title .title-show{
    display:block;
}
.zxgl-title .title-hide{
    display:none;
    width:200px;
    height:80px;
    color:#fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.zxgl-title li:before{
    content:'';
    display: block; 
    width: 266px;
    height: 114px;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.zxgl-title .title-hide a{
    color:#fff;
    display:inline-block;
    cursor:pointer;
    font-size:16px;
    line-height:36px;
    margin-right:25px;
    border-bottom:2px solid transparent;
}
.zxgl-title .title-hide a.active{
    font-weight:bold;
    border-bottom:2px solid #fff;
    color:#fff;
}
// .zxgl-title .title-hide a:hover{
//     color:#fff;
// }
.zxgl-title li.active,
.zxgl-title li:hover{
    background:#fb5818; 
}
.zxgl-title li:hover:before{
    opacity:1;
    width: 242px;
    height: 104px;   
}
.zxgl-title li.active:before{
    opacity:1;
    width: 242px;
    height: 104px;   
}
.zxgl-title li.active .title-show,
.zxgl-title li:hover .title-show{
    display:none; 
}
.zxgl-title li.active .title-hide,
.zxgl-title li:hover .title-hide{
    display:block; 
}
.zxgl-detail li{
    margin-bottom:70px;
}
.zxgl-detail .detail-l{
    display:inline-block;
    width:286px;
    height:192px;  
    -webkit-box-shadow: 0 10px 12px #cfcfcf;
    box-shadow: 0 10px 12px #cfcfcf;
}
.zxgl-detail .detail-l img{
    display:block;
    width:100%;
    height:100%;
}
.zxgl-detail .detail-r{
    display:inline-block;
    width:535px;

}

.zxgl-detail .detail-r h2{
    font-size:20px;
    color:#000000;
    margin-bottom: 18px;
}
.zxgl-detail .detail-r p{
    width:100%;
    height:72px;
    font-size:14px;
    color:#767676;
    line-height:24px;
    text-align: left;
    // white-space: nowrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.zxgl-detail .detail-b{
    margin-top: 30px;
}
.zxgl-detail .detail-b .zxgl-tag{
    width:110px;
    height:30px;
    text-align: center;
    line-height:30px;
    font-size:16px;
    margin-right:12px;
    border:1px solid transparent;
    border-radius:2px;
    background-color: #efeeee;
    color:#767676;
}
.zxgl-detail .detail-b .zxgl-tag:hover{
    background-color: #fb5818;
    color:#fff;
    -webkit-box-shadow: 0 3px 4px #fed2c1;
    box-shadow: 0 3px 4px #fed2c1;
}
.zxgl-detail .detail-b>span{
    display:inline-block;
    height:30px;
    text-align: center;
    line-height:30px;
    font-size:14px;
    color:#878787;
}
.zxgl-detail .detail-b i{
    display:inline-block;
    width:32px;
    height:18px;
    margin-bottom:-4px;
    background: url(/zx/txm/c/images/zxgl_images/icon_look.png);
    background-size:100%;
}
.zxgl-detail .detail-b .fr span{
    font-size:14px;
    color:#878787;
    line-height:30px;
}

.zxgl-c-bottom>ul>li~li{
    display:none;
}

.zxgl-c-relate .big{
    font-family:"Constantia";
    font-weight: bold;
    font-size:62px;
    color:#e2e2e2;
    position: relative;
}
.zxgl-c-relate .zxgl-c-relate-detail{
    margin-left:45px;
}
.zxgl-c-relate .small{
    font-family:"Constantia";
    font-weight: bold;
    display: block;
    height: 45px;
    line-height: 61px;
    font-size: 18px;
    color: #e2e2e2;
    text-transform:uppercase;
    border-bottom: 2px dotted #e2e2e2;
}
.zxgl-c-relate .relate{
    display:block;
    font-size:18px;
    color:#535353;
}
.zxgl-c-relate .relate-items{
    float: left;
    border:2px solid #e2e2e2;
}
.zxgl-c-relate .relate-items~li{
    margin-left:27px;
}
.zxgl-c-relate .relate-items img{
    display:block;
    width:260px;
    height:175px;
}
.zxgl-c-relate .relate-items div{
    width:260px;
    height:56px;
    line-height:56px;
    text-align: center;
    font-size: 14px;
    color:#525252;
}
.zxgl-c-relate ul{
    margin-top:36px;
    margin-bottom:100px;
}

/* 面包屑导航 S */
.bread-nav li{
    font-size:14px;
    color:#767676;
    float: left;
    margin-right: 8px;
    display: inline;
    height: 20px;
    line-height: 38px;
}
.bread-nav li a{
    float: left;
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
    color: #767676;
}
.bread-nav li i{
    display:inline-block;
    margin-left:5px;
}



.daohang{
    font-size:14px;
    color:#767676;
    float: left;
    margin-right: 8px;
    display: inline;
    height: 20px;
    line-height: 38px;
}
.daohang a{
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
    color: #767676;
}

.lmfl{
width:848px;
margin-bottom:40px;
}
.lmfl ul{
    height: 70px;
    background-color: whitesmoke;
	padding-top:20px;
}
.lmfl ul li{width: 846px;text-align:center;}
.lmfl ul li a{
	font-size: 16px; 
	line-height: 30px;  
	background-color:whitesmoke;
	width:20%;
	color:#767676;
	float: left;
}
.lmfl ul li a:hover{
	font-size: 16px; 
	line-height: 30px;  
	width:20%;
	background-color:#fb5818; 
	color:#fff;
	float: left;
}
/* 面包屑导航 E */

/* 列表内容 E */



/* 右边栏 S */

/* 搜索框 S */
.zxgl-r .zxgl-r-top {
    position: relative;
    margin-bottom:30px;
}
.zxgl-r .zxgl-r-top input{
    width:100%;
    height:40px;
    box-sizing: border-box;
    padding-left:26px;
    font-size:14px;
    color:#898787;
    border:2px solid #ebebeb;
}
.zxgl-r .zxgl-r-top i{
    width:34px;
    height:34px;
    font-size:0;
    background: url(/zx/txm/c/images/icon_fangda.png);
    background-size:100%;
    position: absolute;
    top:2px;
    right:26px;
}
/* 搜索框 E */


/* 右边栏 E */

.zxgl-content .zxgl-c-top{
    width:100%;
    height:38px;
    background: #f5f5f5;
}

/* 详情页面顶栏搜索框 */
.page_arc {height: 37px;margin-left:2em; margin-bottom:15px; margin-top:30px;}
.page_arc ul li {float:left;font-family: Tahoma;line-height: 17px;margin-right: 6px;font-size: 16px; width:50px;}
.page_arc ul li a{ color:#2b2b2b;font-size: 16px;}
.page_arc li.thisclass a{ color:#FF0000; font-size:16px;}

.zxgl-c-top .zxgl-r-top {
    position: relative;
}
.zxgl-c-top .zxgl-r-top input{
    width:332px;
    height:25px;
    box-sizing: border-box;
    padding-left:20px;
    font-size:14px;
    color:#898787;
    border:1px solid transparent;
    border-radius:4px;
    position: absolute;
    top:7px;
    right:0;
    margin:auto;
}
.zxgl-c-top .zxgl-r-top i{
    width:22px;
    height:22px;
    font-size:0;
    background: url(/zx/txm/c/images/icon_fangda.png);
    background-size:100%;
    position: absolute;
    top: 10px;
    right: 15px;
}

.zxgl-c-bottom .zxgl-c-title{
    margin-top:56px;
    margin-bottom:40px;
    text-align: center;
}
.zxgl-c-bottom .zxgl-c-title h2{
    font-weight: normal;
    font-size:30px;
    line-height:50px;
    color:#464646;
}
.zxgl-c-bottom .zxgl-c-title span{
    display:inline-block;
    font-size:16px;
    line-height:36px;
    color:#767676; 
}
.zxgl-c-bottom .zxgl-c-title span~span:before{
    content: '|';
    margin-left: 17px;
    position: relative;
    left: -9px;
}
.zxgl-c-bottom .zxgl-c-title i{
    display: inline-block;
    width: 32px;
    height: 18px;
    margin-bottom: -4px;
    background: url(/zx/txm/c/images/zxgl_images/icon_look.png);
    background-size: 100%;
}
.zxgl-c-bottom .zxgl-c-content h3{
    font-weight: normal;
    margin-bottom:25px;
    font-size:20px;
    line-height:50px;
    color:#464646;
}
.zxgl-c-bottom .zxgl-c-content p{
    font-size:14px;
    line-height:36px;
    color:#767676;
}
.zxgl-c-bottom .zxgl-c-content img{  
    margin:20px 0 5px 0;
    height:auto;
}
.boadside-bj{
    margin-top:30px;
    margin-bottom:64px;
}

.zxgl-r .article li{
    margin-bottom:20px;
    border: 2px solid #e6e6e6;    
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.zxgl-r .article li:hover
.zxgl-r .article li:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.article .wxzx-title{
    position: relative;
    margin-bottom:17px;
    text-align: center;
}
.article .wxzx-title span{
    display:inline-block;
    font-size:18px;
    padding:0 10px;
    background: #fff;
    color:#626262;
    position: relative;
    z-index:1;
}
.article .wxzx-title .hrline{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    padding: 0px;
    background-color: #ebebeb;
    overflow: hidden;
}


.zxgl-r .article img{
    display:inline-block;
	width:328px;
	height:220px;
}
.zxgl-r .article .wxzx-bottom-box{
    padding:20px 10px;
}
.zxgl-r .article h3{
    font-size:16px;
    line-height:42px;
    color:#3b3a3a;
}
.zxgl-r .article p{
    font-size:14px;
    width:100%;
    height:46px;
    overflow:hidden;
    line-height:22px;
    position: relative;
    color:#767676;
}
.zxgl-r .article p:before{
    content: "...";
    position: absolute;
    bottom: 5px;
    right: 0;
    padding-left: 20px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

.zxgl-r .article .wxzx-b{
    font-size:14px;
    line-height:22px;
    margin-top:15px;
    color:#8b8b8b;
}
.zxgl-r .article .wxzx-b a{    
    color:#8b8b8b;
}
.zxgl-r .article .wxzx-b i{
    color:#fb5818;
}

.article .zxgl-vr h3{
    display:inline-block;
}
.article .zxgl-vr .wxzx-b{
    display:inline-block;
    margin-top:11px;
}
.zxgl-vr .show-vr{
    position: relative;
}
.zxgl-vr .vr-play-btn{
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    #border-left: 48px solid #fb5818;
    border-bottom: 30px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 230px;
    margin: auto;
}
// .article .zxgl-vr .wxzx-b span{
//     margin-left:80px;
// }


/* 微信二维码弹出 S */
    
.ewm-msg-layout{
    display:none;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
}
.ewm-msg-layout .wem-img img{
    height: 180px;
    width: 180px;
    border: 1px solid #e8e8e8;
}
.ewm-msg-layout .ewm-msg-box{
    border: 1px solid #e8e8e8;
    width: 480px;
    height: 460px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -240px;
    margin-top: -230px;
    background: #fff;
    text-align: center;
}
.ewm-msg-layout .ewm-msg-box .wem-img{

    /*float: left;*/
    margin-top: 16px;
/*    margin-left: 22px;*/
}
.ewm-msg-box .ewm-msg-text{
    width: 100%;
    color: #333;
    /*margin-left: 14px;*/
    font-size: 18px;
    padding-top: 52px;

}
.ewm-msg-box .ewm-msg-text p{
    color: #333;
    font-size: 14px;
    display: block;
    /*margin-bottom: 12px;*/
}
.ewm-msg-box .ewm-msg-text .ewm-msg-text-p1{
    margin-bottom: 12px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.ewm-msg-box .ewm-msg-text .ewm-msg-text-p2{
    width: 360px;
    height: 40px;
    margin: 0 auto;
    font-size: 12px;
    text-align: left;
    /*white-space: nowrap;*/
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.ewm-msg-box .ewm-msg-text .ewm-msg-text-p4{
    margin-top: 3px;
}
.ewm-msg-box .ewm-msg-text .ewm-msg-text-guide{
    display: block;
    background: url(/zx/txm/c/images/global_1.png) no-repeat;
    background-position: -1px -17px;
    width: 40px;
    height: 33px;
    margin-top: 14px;
    margin-left: 285px;
}
.ewm-msg-box .ewm-msg-text .ewm-msg-text-p4 i{
    display: inline-block;
    background: url(/zx/txm/c/images/learn_new.png) no-repeat;
    _background: url(/zx/txm/c/images/learn_new..gif) no-repeat;
    background-position: -1px -51px;
    width: 19px;
    height: 15px;
}
.ewm-msg-box .ewm-msg-text .ewm-msg-text-p4 em{
    color: #00bd24;
}
.ico-ewm-remov{
    position: absolute;
    background: url(/zx/txm/c/images/close.png) no-repeat;
    _overflow: hidden;
    height: 20px;
    width: 23px;
    background-position: -253px -282px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
/* 微信二维码弹出 E */
