﻿/* reset */
*{
    margin: 0;
    padding: 0;
}
html{
    line-height: 1;
    font-family: 'Microsoft YaHei';
    min-height: 100%;
}
body{
    min-height: 100%;
    text-align: center;
    position: relative;
    background: #fff;
    color: #333;
}
h1,h2,h3,h4,h5,h6{
    font-size: 14px;
    font-weight: normal;
}
ol,ul,li{
    list-style: none;
}
strong,b{
    /*font-weight: normal;*/
}
em,i{
    font-style: normal;
}
a,a:hover,a:visited,a:link,a:active{
    color: #333;
    text-decoration: none;
}
a{
    cursor: pointer;
}
img{
    outline: none;
    border:none;
	max-width: 100%;
}
/* common */
/* float */
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.pull-clear{
    clear: both;
}
/* ellipsis */
.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* hidden */
.hide{
    display: none !important;
}

/* layout */
.container-fluid{
    width: 100%;
}
.container{
    width: 1200px;
    margin: 0 auto;
        overflow: visible;
}
.container-left{
    width: 910px;
    float: left;
}
.container-right{
    width: 270px;
    float: right;
}
.lrwrap{
    overflow: hidden;
}
/* marginTop */
.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mt200{
    margin-top: 0px;
}
.mt25{
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt35{
    margin-top: 35px;
}
.mt40{
    margin-top: 40px;
}
.mt45{
    margin-top: 45px;
}
.mt50{
    margin-top: 50px;
}
.mt55{
    margin-top: 55px;
}
.mt60{
    margin-top: 60px;
}


/* header-top */
.header-top{
    height: 30px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}
.header-top p{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.header-top ul{
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.header-top ul li{
    float: left;
    margin-left: 10px;
}
.header-top ul li a:hover{
    color: #ff5722;
}
.header-top ul li img{
    width: 92px;
    height: 19px;
    margin-top: 5px;
    margin-left: 30px;
}

/* header */
.header{
    height: 110px;
    padding-top: 20px;
}
/* logo */
.header-logo{
    width: 260px;
    float: left;
}
.header-logo img{
    width: 213px;
    height: 82px;
}
/* search */
.header-search{
    width:595px; 
    float: left;
	padding-left: 69px;
	    padding-top: 12px;
}
.header-search input[type=text]{
    display: block;
    float: left;
    width: 366px;
    padding-left: 40px;
    height: 36px;
    border:2px solid #ff5722;
    font-size: 14px;
    outline: none;
    color: #333;
    background: #fff url(../images/header-search-icon.jpg) no-repeat 11px center;
}
.header-search button{
    display: block;
    float: left;
    width: 80px;
    height: 40px;
    line-height: 40px;
    background: #ff5722;
    border:none;
    font-size: 16px;
    outline: none;
    color: #fff;
    cursor: pointer;
}
.header-search p{
    width: 540px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
}
.header-search p a{
    color: #666;
    margin-left: 10px;
}
.header-search p a:hover{
    color: #ff5722;
}
/* rpic */
.header-rpic,.header-tjsj{
    width: 245px;
    float: right;
	padding-right: 30px;
	padding-top: 6px;
}
.header-rpic img{
    width: 240px;
    height: 60px;
    float: left;
}
/* tjsj */
.header-tjsj li{
    width: 245px;
    height: 21px;
    line-height: 21px;
    text-align: left;
    margin-top: 10px;
}
.header-tjsj li span{
    display: inline-block;
    width: 60px;
    padding-right: 5px;
    height: 21px;
    font-size: 12px;
    float: left;
    text-align: center;
    color: #fff;
}
.header-tjsj li span.yellow{
    background: url(../images/tit-bg-yellow.jpg) no-repeat left center;
}
.header-tjsj li span.blue{
    background: url(../images/tit-bg-blue.jpg) no-repeat left center;
}
.header-tjsj li a{
    font-size: 14px;
    margin: 0 5px;
}
.header-tjsj li a:hover,.header-tjsj li a.red{
    color: #ff5722;
}
/* home-nav */
.home-nav{
    border-bottom: 1px solid #e84b19;
}
.home-nav ul{
    width: 1200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #ff5722;
}
.home-nav li{
    width: 130px;
    height: 40px;
    float: left;
    position: relative;
}
.home-nav li a{
    color: #fff;
    display: block;
    height: 40px;
}
.home-nav li a:hover{
    background: #e84b19;
}
.home-nav li i{
    display: inline-block;
    width: 20px;
    height: 21px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -15px;
}
.home-nav li i.hot{
    background: url(../images/home-nav-icon-hot.png) no-repeat top center;
}
.home-nav li i.new{
    background: url(../images/home-nav-icon-new.png) no-repeat top center;
}
.home-nav li.first{
    width: 210px;
    height: 40px;
    padding: 0 10px;
    background: #e84b19;
    text-align: left;
}
.home-nav li.first i{
    width: 24px;
    height: 16px;
    position: static;
    float: right;
    margin-top: 12px;
}
.home-nav li i.menu{
    background: url(../images/home-nav-icon-menu.png) no-repeat center;
}
/* com-nav2 */
.com-nav2{
    border-top:2px solid #ff5722;
    height: 66px;
    border-bottom: 1px solid #f6f6f6;
}
.com-nav2-box{
    float: left;
}
.com-nav2-box.w76{
    width: 76px;
}
.com-nav2-box.w326{
    width: 326px;
}
.com-nav2-box.w396{
    width: 396px;
}
.com-nav2-tit{
    width: 66px;
    height: 66px;
    padding-right: 10px;
    float: left;
    background: url(../images/com-nav2-tit-arrow.jpg) no-repeat right center;
    font-size: 18px
}
.com-nav2-tit a{
    display: block;
    width: 40px;
    height: 40px;
    padding: 13px;
    line-height: 20px;
    font-size: 18px;
    color: #ff5722;
    font-weight: bolder;
}
.com-nav2-list{
    float: left;
    height: 50px;
    padding: 8px 0;
}
.com-nav2-box.w326 .com-nav2-list{
    width: 250px;
}
.com-nav2-box.w396 .com-nav2-list{
    width: 320px;
}
.com-nav2-list li{
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.com-nav2-list li a:hover{
    color: #ff5722;
}
.com-nav2-seg3 li{
    width: 33.33%;
}
.com-nav2-seg4 li{
    width: 25%;
}
.com-nav2-seg5 li{
    width: 20%;
}
/* footer-nav */
.footer-nav{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    border-top: 5px solid #ff5722;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 0 3px #ddd;
}
.footer-nav a{
    color: #999;
    margin: 0 10px;
}
.footer-nav a:hover{
    color: #ff5722;
}
/* footer */
.footer{
    height: 140px;
}
.footer-logo{
    width: 199px;
    height: 90px;
    padding-top: 50px;
    float: left;
    border-right: 1px solid #ddd;
}
.footer-msg p{
    font-size: 12px;
    color: #666;
    line-height: 30px;
}
.footer-msg p i{
    margin: 0 10px;
}
.footer-msg p img{
    position: relative;
    top: 5px;
}
.footer-msg-logo img{
    margin: 0 5px;
}


/* home page */
.home-fbox{
    height: 535px;
}
.home-fbox-left{
    float: left;
    width: 228px;
    height: 534px;
    border:1px solid #ff5722;
    border-top: none;
}

.home-fbox-group{
    width: 198px;
    height: 46px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    position: relative;
}
.home-fbox-ctit{
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: left;
}
.home-fbox-ctit i{
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.home-fbox-ctit em{
    display: inline-block;
    width: 20px;
    height: 20px;
    float: right;
    background: url(../images/arrow-right-gray.png);
}
.home-fbox-cates{
    height: 16px;
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
}
.home-fbox-cates a{
   
    
    width: 45%;
    color: #999;
    
    white-space: nowrap;
    text-overflow: ellipsis;
}


.home-fbox-group.active {
    background: #ff5722;
}
.home-fbox-group.active .home-fbox-ctit,.home-fbox-group.active .home-fbox-cates a{
    color: #fff;
}
.home-fbox-group.active .home-fbox-ctit em{
    background: url(../images/arrow-right-white.png);
}

.home-fbox-ctit i.cyyl1{
    background: url(../images/home-fbox-icon-cyyl.png);
}
.home-fbox-group.active .home-fbox-ctit i.cyyl1{
    background: url(../images/home-fbox-icon-cyyl-active.png);
}

.home-fbox-ctit i.cyyl2{
    background: url(../images/home-fbox-icon-fzsp.png);
}
.home-fbox-group.active .home-fbox-ctit i.cyyl2{
    background: url(../images/home-fbox-icon-fzsp-active.png);
}

.home-fbox-ctit i.cyyl3{
    background: url(../images/home-fbox-icon-mrbj.png);
}
.home-fbox-group.active .home-fbox-ctit i.cyyl3{
    background: url(../images/home-fbox-icon-mrbj-active.png);
}

.home-fbox-ctit i.cyyl4{
    background: url(../images/home-fbox-icon-yyjy.png);
}
.home-fbox-group.active .home-fbox-ctit i.cyyl4{
    background: url(../images/home-fbox-icon-yyjy-active.png);
}

.home-fbox-ctit i.cyyl5{
    background: url(../images/home-fbox-icon-jjjc.png);
}
.home-fbox-group.active .home-fbox-ctit i.cyyl5{
    background: url(../images/home-fbox-icon-jjjc-active.png);
}

.home-fbox-ctit i.cyyl6{
    background: url(../images/home-fbox-icon-nykj.png);
}
.home-fbox-group.active .home-fbox-ctit i.cyyl6{
    background: url(../images/home-fbox-icon-nykj-active.png);
}

.home-fbox-ctit i.cyyl7{
    background: url(../images/home-fbox-icon-jxhb.png);
}
.home-fbox-group.active .home-fbox-ctit i.cyyl7{
    background: url(../images/home-fbox-icon-jxhb-active.png);
}

.home-fbox-ctit i.cyyl8{
    background: url(../images/home-fbox-icon-tsjm.png);
}
.home-fbox-group.active .home-fbox-ctit i.cyyl8{
    background: url(../images/home-fbox-icon-tsjm-active.png);
}
.home-fbox-detail{
    width: 615px;
    padding: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 8px #ddd;
    position: absolute;
    left: 230px;
    top: 0px;
    z-index: 999;
    text-align: left;
    display: none;
}
.home-fbox-detail-tit{
    height: 20px;
    font-size: 18px;
    line-height: 20px;
}
.home-fbox-detail-tit,.home-fbox-detail-tit a{
    font-weight: bolder;
}
.home-fbox-detail-cates{
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    padding-top: 10px;
}
.home-fbox-detail-cates a{
    display: block;
    width: 13.285%;
    padding-left: 1%;
    float: left;
    position: relative;
}
.home-fbox-detail-cates a i{
    display: inline-block;
    width: 10px;
    height: 13px;
    background: url(../images/home-fbox-detail-icon-h.png);
    position: absolute;
    top: -3px;
    left: 0;
}
.home-fbox-detail-cates a:hover{
    color: #ff5722;
}
.home-fbox-detail-line{
    border-top: 1px solid #e5e5e5;
}
.home-fbox-detail-items{
    padding-left: 15px;
}
.home-fbox-detail-items li{
    width: 100px;
    height: 95px;
    float: left;
    margin-right: 20px;
}
.home-fbox-detail-items li img{
    display: block;
    width: 100px;
    height: 70px;
}
.home-fbox-detail-items li strong{
    display: block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-fbox-center{
    float: left;
    width: 615px;
    height: 525px;
    padding-top: 10px;
    margin: 0 10px;
}
.home-fbox-right{
    float: right;
    width: 335px;
    height: 525px;
    padding-top: 10px;
}

/* area */
/* area-hot */
.area-hot{
    height: 90px;
    width: 1129px;
    padding-left: 70px;
    border: 1px solid #ddd;
    border-top: 2px solid #ff5722;
    border-left: none;
    background: url(../images/area-hot.jpg) no-repeat left top;
    text-align: left;
    font-size: 16px;
    line-height: 43px;
}
.area-hot a{
    margin-left: 20px;
}
.area-hot strong,.area-hot a:hover{
    color: #ff5722;
}
.area-anchors{
    width: 98px;
    overflow: hidden;
    border-left:1px solid #dcdcdc;
    border-top: 2px solid #ff5722;
    position: fixed;
    top: 248px;
    left: 50%;
    margin-left: -710px;
    background: #fff;
}
.area-anchors a{
    float: left;
    display: block;
    width: 48px;
    height: 38px;
    line-height: 38px;
    border-right:1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    font-size: 18px;
    color: #666;
}
.area-anchors a:hover{
    background: #ff5722;
    color: #fff;
}
.area-anchors a.gotop{
    background: url(../images/gotop-gray.png) no-repeat center;
}
.area-anchors a.gotop:hover{
    background: #ff5722 url(../images/gotop-white.png) no-repeat center;
}
.area-list{
    width: 1160px;
    padding: 0 19px;
    border:1px solid #e5e5e5;
    overflow: hidden;
}
.area-list-group{
    overflow: hidden;
    padding-top:  20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    line-height: 25px;
}
.area-list-group strong,.area-list-group a{
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 20px;
}
.area-list-group strong{
    width: 125px;
    height: 25px;
    background: #ff5722;
    color: #fff;
    text-align: center;
}
.area-list-group a:hover{
    color: #ff5722;
}
.area-list-group.last{
    border-bottom: none;
}

.link-tit{
    height: 32px;
    border-bottom: 1px solid #e6e6e6;
}
.link-tit strong{
    float: left;
    display: inline-block;
    height: 31px;
    line-height: 31px;
    border-bottom: 2px solid #ff5722;
    font-size: 16px;
}

.link-tit em{
    float: right;
    font-size: 14px;
    color:#999;
    line-height: 32px;
}
.link-list{
    overflow: hidden;
    text-align: left;
}
.link-list a{
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-right: 10px;
    line-height: 24px;
}
.link-list a:hover{
    color: #ff5722;
}

/* bread */
.bread{
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.bread span{
    padding-left: 20px;
    margin-right: 8px;
    background: url(../images/bread-icon.jpg) no-repeat left center;
}
.bread a{
    margin: 0 8px;
}
.bread a:hover{
    color: #ff5722;
}

/* filter */
.filter{
    width: 1198px;
    overflow: hidden;
    border:1px solid #e5e5e5;
    border-bottom: none;
}
.filter-group{
    width: 1180px;
    overflow: hidden;
    padding: 10px 9px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}
.filter-label{
    width: 90px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    float: left;
}
.filter-list{
    float: left;
    padding-left: 80px;
    width: 1010px;
    position: relative;
}
.filter-list a.n{
    display: inline-block;
    float: left;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    margin-top: 12px;
    padding: 0 15px;
    margin-right: 12px;
}
.filter-list a.n:hover,.filter-list a.n.active{
    background: #ff5722;
    color: #fff;
}
.filter-list a.b{
    margin-left: -80px;
}

.filter-list a.h{
    display: inline-block;
    float: left;
    width: 60px;
    height: 20px;
    padding-top: 18px;
    margin-right: 15px;
    font-size: 14px;
}
.filter-list a.h:hover,.filter-list a.h.active{
    color: #ff5722;
}

/* hangye-sbpp */
.hangye-sbpp{
    width: 1198px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.hangye-sbpp-tit{
    width: 1198px;
    height: 36px;
    border-bottom: 1px solid #e5e5e5;
}
.hangye-sbpp-tit strong{
    display: inline-block;
    float: left;
    padding-left: 9px;
    height: 35px;
    border-top: 1px solid #ff5722;
    position: relative;
    font-size: 14px;
}
.hangye-sbpp-tit em{
    display: inline-block;
    height: 15px;
    margin: 10px 0px;
    padding-left: 10px;
    border-left: 4px solid #ff5722;
}
.hangye-sbpp-list{
    width: 1192px;
    padding:  14px 3px;
    overflow: hidden;
}
.hangye-sbpp-list li{
    position: relative;
    width: 100px;
    overflow: hidden;
    padding: 0 24px;
    border-right: 1px solid #e9e9e9;
    position: relative;
    float: left;
}
.hangye-sbpp-list li b{
    display: block;
    position: absolute;
    left: 24px;
    top: 52px;
    width: 100px;
    height: 19px;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    line-height: 19px;
    background-color: rgba(240, 65, 65,.7);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 9;
    display: none;
    font-size: 14px;
}
.hangye-sbpp-list li.last{
    border-right: none;
}
.hangye-sbpp-list li img{
    width: 100px;
    height: 70px;
}
.hangye-sbpp-list li a:hover b{
    display: block;
}
.hangye-sbpp-list li strong{
    display: block;
    width: 90px;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    text-align: left;
    color: #666;
}
.hangye-sbpp-list li em{
    color: #ff5722;
}
.hangye-sbpp-list li .btn{
    display: inline-block;
    width: 65px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    float: right;
    color: #ff5722;
    border:1px solid #e5e5e5;
    border-radius: 5px;
}
.hangye-sbpp-list li .l,.hangye-sbpp-list  li .c{
    position: absolute;
}
.hangye-sbpp-list li .l{
    left: 24px;
    bottom: 10px;
}
.hangye-sbpp-list li .l1{
    height: 48px;
    border-left: 1px solid #e5e5e5;
}
.hangye-sbpp-list li .l2{
    width: 36px;
    border-top: 1px solid #e5e5e5;
}
.hangye-sbpp-list li .c{
    width: 7px;
    height: 7px;
    border:1px solid #e5e5e5;
    border-radius: 50%;
    background: #fff;
}   
.hangye-sbpp-list li .c1{
    left: 20px;
    bottom: 33px;
}
.hangye-sbpp-list li .c2{
    left: 20px;
    bottom: 8px;
}

/* hangye-list-tit */
.hangye-list-tit{
    height: 37px;
    line-height: 37px;
    width: 890px;
    padding: 0 10px;
    background: #f5f5f5;
}
.hangye-list-tit strong{
    float: left;
    font-size: 16px;
    color: #333;
}
.hangye-list-tit p{
    float: right;
    font-size: 14px;
    color: #999;
}
.hangye-list-tit p em{
    color: #ff5722;
}
.hangye-list-tit p span{
    float: right;
    margin-left: 10px;
}
.hangye-list-tit p a{
    display: inline-block;
    width: 28px;
    height: 18px;
    line-height: 18px;
    color: #666;
    border:1px solid #e5e5e5;
}
.hangye-list-tit p a:hover{
    color: #ff5722;
}
.hangye-list{
    overflow: hidden;
}
.hangye-list li{
    width: 870px;
    padding: 19px;
    overflow: hidden;
    border:1px solid #e5e5e5;
    margin-top: 20px;
}
.hangye-list li:hover,.hangye-list li.active{
    border-color: #ff5722;
}
.hangye-list-left{
    float: left;
}
.hangye-list-left,.hangye-list-left img{
   
   
   
   
max-width:150px;

width:150px;

width:expression(document.body.clientWidth>150?”150px”:”auto”);

overflow:hidden;


 

height:expression(document.body.clientheight>150?”150px”:”auto”);

overflow:hidden;




	
   
	
}
.hangye-list-left img{
    box-shadow: 3px 3px 3px #999;
}
.hangye-list-right{
    width: 690px;
    height: 130px;
    float: right;
    text-align: left;
}
.hangye-list-rtop{
    height: 83px;
    border-bottom: 1px solid #e5e5e5;
}
.hangye-list-rtleft{
    width: 370px;
    height: 83px;
    float: left;
}
.hangye-list-rtleft div{
    height: 20px;
    font-size: 18px;
    margin-bottom: 17px;
}
.hangye-list-rtleft div strong{
    color: #ff5722;
}
.hangye-list-rtleft div a:hover,.hangye-list-rtleft div a:hover strong{
    font-weight: bolder;
}
.hangye-list-rtleft p{
    height: 23px;
    font-size: 12px;
}
.hangye-list-rtleft p span{
    color: #666;
}
.hangye-list-rtleft div,.hangye-list-rtleft p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hangye-list-rtright{
    width: 220px;
    height: 83px;
    float: right;
}
.hangye-list-rtright p{
    float: right;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999;
}
.hangye-list-rtright p i{
    display: inline-block;
    float: left;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff5722;
    margin-top: 12px;
}
.hangye-list-rtright p strong{
    font-size: 18px;
    color: #ff5722;
    font-weight: bolder;
}
.hangye-list-rtright div{
    float: right;
    margin-top: 10px;
    height: 28px;
    line-height: 28px;
    width: 148px;
    border:0px solid #ff5722;
    font-size: 14px;
    text-align: center;
}
.hangye-list-rtright div a{
    display: block;
    width: 50%;
    float: left;
}
.hangye-list-rtright div a.white{
    color: #ff5722;
}
.hangye-list-rtright div a.red{
    background: #ff5722;
    color: #fff;
}

.hangye-list-rbot{
    height: 40px;
    padding-top: 6px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
}


/* pagination */
.pagination{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.pagination a{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #ff5722;
    border:1px solid #e5e5e5;
    margin: 0 5px;
    padding:  0 13px;
    font-size: 14px;
}
.pagination a.active,.pagination a:hover{
    border-color: #ff5722;
    background: #ff5722;
    color: #fff;
}
.pagination a.disabled,.pagination a.disabled:hover{
    border:none;
    color: #666;
    background: none;
    cursor: default;
}


/* xmtj */

.xmtj{
    height: 112px;
}
.xmtj-tit{
    width: 20px;
    height: 72px;
    padding: 20px 10px;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    background: #ff5722;
    float: left;
}
.xmtj-list{
    padding-left: 15px;
    padding-top: 18px;
    width: 1144px;
    /*height: 92px;*/
    float: right;
    border: 1px solid #e5e5e5;
    border-left: none;
    
}
.xmtj-list li{
    width: 128px;
    height: 30px;
    float: left;
    margin-right: 15px;
    margin-bottom: 16px;
}
.xmtj-list li a{
    display: block;
    width: 100px;
    padding-left: 26px;
    height: 28px;
    line-height: 28px;
    border:1px solid #e5e5e5;
    font-size: 16px;
    color: #666;
    background: url(../images/arrow-right-gray.png) no-repeat 3px center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
        font-size: 14px;
}
.xmtj-list li a:hover{
    background: #ff5722 url(../images/arrow-right-white.png) no-repeat 3px center;
    border-color: #ff5722;
    color: #fff;
}
.cyzx-pic{
    height: 240px;
}
.cyzx-pic-left{
    width: 755px;
    height: 240px;
    float: left;
}
.cyzx-pic-left .swiper-slide img{
    width: 755px;
    height: 240px;
}
.cyzx-pic-left .pagination{
    width: 100px;
    height: 16px;
    padding-top: 6px;
    padding-left: 15px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 50%;
    margin-left: -57.5px;
    bottom: 10px;
    border-radius: 12px;
}
.cyzx-pic-left .pagination .swiper-pagination-switch{
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 15px;
    background: #d4d4d4;
    cursor: pointer;
}
.cyzx-pic-left .pagination .swiper-pagination-switch.swiper-active-switch{
    background: #f44d35;
}
.cyzx-pic-right{
    width: 435px;
    height: 240px;
    float: right;
}
.cyzx-pic-right img{
    display: block;
    width: 435px;
    height: 112px;
    margin-bottom: 15px;
}
.cyzx-list-tit{
    width: 918px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #ff5722;

}
.cyzx-list-tit h2{
    height: 40px;
    float: left;
    padding-left: 36px;
    font-size: 20px;
    line-height: 40px;
    font-weight: bolder;
    background: url(../images/cyzx-icon-red.jpg) no-repeat 8px center;
}
.cyzx-list{
    overflow: hidden;
}
.cyzx-list li{
    height: 130px;
    padding: 20px 0;
    border-bottom: 1px dashed #e5e5e5;
}
.cyzx-list-left{
    float: left;
}
.cyzx-list-left,.cyzx-list-left img{
  
	   
	max-width:220px;

width:220px;

width:expression(document.body.clientWidth>220?”220px”:”auto”);

overflow:hidden;
	
	
	
	
	
}

.cyzx-list-right{
    width: 645px;
    height: 130px;
    float: right;
    text-align: left;
}
.cyzx-list-title{
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-weight: bolder;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cyzx-list-intro{
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.cyzx-list-bread{
    height: 35px;
    line-height: 35px;
}
.cyzx-list-bread span{
    float: left;
    font-size: 12px;
    color: #999;
}
.cyzx-list-bread a{
    display: block;
    float: right;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ff5722;
    border:1px solid #ff5722;
    border-radius: 5px;
    text-align: center;
}
.cyzx-list li:hover .cyzx-list-left img{
    box-shadow: 2px 2px 3px #ddd;
}
.cyzx-list li:hover .cyzx-list-title a{
    color: #ff5722;
}
.cyzx-list li:hover .cyzx-list-bread a{
    background: #ff5722;
    color: #fff;
}

/* cnxh */
.cnxh{
    width: 1198px;
    height: 196px;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.cnxh .hd{
    width: 1198px;
    height: 43px;
    position: relative;
}
.cnxh .hd ul{
    position: absolute;
    left: 0;
    top: 0;
}
.cnxh .hd ul li{
    width: 107px;
    height: 41px;
    border:1px solid #e5e5e5;
    border-left:none;
    float: left;
    line-height: 41px;
    font-size: 18px;
}
.cnxh .hd ul li.first{
    width: 118px;
}
.cnxh .hd ul li.last{
    border-right: none;
}
.cnxh .hd ul li.on{
    border-bottom: none;
    border-top: 2px solid #ff5722;
}
.cnxh-box{
    width: 1198px;
    height: 112px;
    padding: 19px 0;
}
.cnxh-left{
    width: 561px;
    padding-left: 17px;
    height: 112px;
    border-right: 1px solid #e5e5e5;
    float: left;
}
.cnxh-left li{
    float: left;
    position: relative;
    margin-right: 17px;
}
.cnxh-left li,.cnxh-left li img{
    width: 170px;
    height: 112px;
}
.cnxh-left li span{
    display: block;
    width: 150px;
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    bottom: 0;
}
.cnxh-left li span a{
    display: block;
    float: left;
    width: 90px;
    color: #fff;
    text-align: left;
}
.cnxh-left li span em{
    display: block;
    float: right;
    width: 60px;
    color: #ff5722;
    text-align: right;
}
.cnxh-left li span a,.cnxh-left li span em{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cnxh-left li a:hover img{
    box-shadow: 0 3px 3px #999;
}
.cnxh-right{
    width: 598px;
    height: 112px;
    float: right;
    padding-left: 20px;
}
.cnxh-right li{
    width: 129px;
    height: 37px;
    text-align: left;
    font-size: 14px;
    float: left;
    margin-right: 20px;
}
.cnxh-right li a{
    display: block;
    width: 110px;
    line-height: 37px;
    height: 37px;
    padding-left: 19px;
    position: relative;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cnxh-right li a:hover{
    color: #ff5722;
}
.cnxh-right li i{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #cfcfcf;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.cyzx-anchors{
    width: 78px;
    overflow: hidden;
    border-bottom: 1px solid #ff5722;
    position: fixed;
    top: 250px;
    left: 50%;
    margin-left: -695px;
    background: #fff;
}
.cyzx-anchors a{
    display: block;
    height: 47px;
    line-height: 47px;
    font-size: 15px;
    border-left: 1px solid #ff5722;
    border-right: 1px solid #ff5722;
}
.cyzx-anchors a.active{
    border-color: #fff;
    background: #fff;
    color: #ff5722;
    box-shadow: 0 0 6px 3px #ccc;
}
.cyzx-anchors a:hover{
    color: #ff5722;
}
.cyzx-anchors a.gotop,.cyzx-anchors a.gotop:hover{
    background: #ff5722;
    color: #fff;
    border-color: #ff5722;
}

/* article */
.article{
    width: 870px;
    padding: 19px;
    border:1px solid #e5e5e5;
    overflow: hidden;
}
.article-title{
    width: 870px;
    overflow: hidden;
    font-size: 30px;
    line-height: 50px;
    background-color: #fff;
    z-index: 9999;
}
.article-bread{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 40px;
    color: #999;
}
.article-bread span{
    margin: 0 20px;
}
.article-cont{
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.article-cont p{
    font-size: 16px;
    line-height: 30px;
}
.article-cont p img{
    max-width: 80%!important;
}
.article-cont p a{
    color: #ff5722;
}
.article-cont p a:hover{
    text-decoration: underline;
}
.article-cont p strong{
    font-weight: bolder;
}
.article-tags{
    width: 100%;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    color: #666;
        line-height: 25px;
}
.article-tags span{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    float: left;
    padding-left: 24px;
    background: url(../images/tag-gray.jpg) no-repeat left center;
}
.article-tags a{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 18px;
    border:1px solid #e5e5e5;
    border-radius: 5px;
    color: #4978c0;
    font-size: 14px;
    margin-left: 10px;
}
.article-page{
    width: 830px;
    padding: 0 19px;
    height: 50px;
    border:1px dashed #e5e5e5;
}
.article-page a{
    display: block;
    width: 400px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.article-page a:hover{
    color: #ff5722;
}
.article-page a.prev{
    float: left;
    text-align: left;
}
.article-page a.next{
    float: left;
    text-align: right;
}
/* lyb */
.lyb{
    width: 908px;
    overflow: hidden;
    border:1px solid #e5e5e5;
}
.lyb h2{
    height: 86px;
    text-indent: -99999px;
    background: url(../images/lyb-tit.jpg) no-repeat;
}
.lyb-phone{
    width: 200px;
    margin-left: 19px;
    padding-top: 30px;
    float: left;
}
.lyb-phone img{
    display: block;
    width: 200px;
    height: 120px;
}
.lyb-phone input[type=text]{
    display: block;
    width: 158px;
    padding: 0 10px;
    margin: 0 10px;
    border:1px solid #e5e5e5;
    border-radius: 5px;
    height: 36px;
    font-size: 14px;
    color: #333;
    outline: none;
}
.lyb-phone button{
    width: 180px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    margin-top: 12px;
    background: #cec8c6;
    border-radius: 5px;
    border:none;
}
.lyb-phone button strong{
    display: inline-block;
    height: 38px;
    padding-left: 40px;
    background: url(../images/phone-icon-white.png) no-repeat left center;
}
.lyb-phone p{
    margin-top: 30px;
    font-size: 12px;
    color: #999;
    text-align: left;
    line-height: 20px;
    margin-bottom: 20px;
}
.lyb-text {
    width: 650px;
    padding-left: 20px;
    padding-right: 19px;
    padding-top: 50px;
    float: right;
}
.lyb-group{
    width: 650px;
    overflow: hidden;
    margin-bottom: 20px;
}
.lyb-label,.lyb-group input[type=text],.lyb-group textarea,.lyb-radio,.lyb-btn,.lyb-l,.lyb-r{
    display: block;
    float: left;
}

.lyb-label {
    width: 70px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
}
.lyb-label i{
    color: #ff5722;
    margin-right: 5px;
}
.lyb-group input[type=text]{
    width: 315px;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
    border:1px solid #e5e5e5;
    outline: none;
    font-size: 14px;
    color: #333;
}
.lyb-radio{
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    margin-left: 10px;
}
.lyb-radio input[type=radio]{
    width: 17px;
    height: 17px;
    margin-right: 5px;
    float: left;
    margin-top: 9px;
}
.lyb-btn{
    width: 118px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
    background: #eee;
    border:1px solid #e5e5e5;
    outline: none;
    margin-left: 10px;
    cursor: pointer;
}
.lyb-group textarea{
    width: 550px;
    padding-left: 10px;
    height: 150px;
    border:1px solid #e5e5e5;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    margin-bottom: 20px;
}
.lyb-group button[type=submit]{
    display: block;
    width: 327px;
    height: 34px;
    line-height: 34px;
    background: #ff5722;
    color: #fff;
    border: none;
    font-size: 18px;
    outline: none;
}
.lyb-l{
    width: 330px;
}
.lyb-r{
    width: 238px;
    overflow: hidden;
    border:1px solid #ff665e;
    border-radius: 8px;
    margin-top: 10px;
    float: right;
}
.lyb-rtit{
    width: 238px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bolder;
    background: #ff665e;
    color: #fff;
}
.lyb-rtit strong{
    font-size: 18px;
    font-weight: bolder;
}
.lyb-rtit a{
    color: #fff;
}
.lyb-rtit a:hover{
    text-decoration: underline
}
.lyb-rlist{
    width: 200px;
    padding:  0 19px;
    text-align: left;
    font-size: 12px;
}
.lyb-rlist a{
    display: block;
    height: 32px;
    line-height: 32px;
    color: #666;
    border-bottom: 1px dashed #999;
}
.lyb-rlist a:hover{
    color: #ff5722;
}
.lyb-rlist a:last-child{
    border-bottom: none;
}
.left-box{
    width: 908px;
    overflow: hidden;
    border:1px solid #e5e5e5;
}
.left-tit{
    width: 888px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.left-tit h2{
    float: left;
    height: 40px;
}
.left-tit strong{
    display: inline-block;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    padding-left: 10px;
    border-left: 4px solid #ff5722;
}
.left-list1{
    width: 890px;
    overflow: hidden;
    padding-left: 18px;
    padding-top: 18px;
}
.left-list1 li{
    width: 160px;
    height: 132px;
    margin-right: 18px;
    float: left;
}
.left-list1 li img{
    display: block;
    width: 160px;
    height: 92px;
}
.left-list1 li strong{
    display: block;
    float: left;
    width: 160px;
    height: 40px;
}
.left-list1 li strong a{
    display: block;
    width: 100px;
    height: 40px;
    float: left;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.left-list1 li strong em{
    display: block;
    float: right;
    width: 60px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    font-size: 12px;
    background: #ff5722;
    color: #fff;
    border-radius: 6px;
}
.left-list1 li:hover img{
    box-shadow: 0 3px 3px #999;
}
.left-list1 li:hover strong a{
    color: #ff5722;
}
.left-list2{
    width: 884px;
    overflow: hidden;
    padding-left: 24px;
}
.left-list2 li{
    width: 270px;
    height: 40px;
    float: left;
    margin-right: 24px;
}
.left-list2 li a{
    display: block;
    width: 255px;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    text-align: left;
}
.left-list2 li a:hover{
    color: #ff5722;
}
.left-list2 li i{
    display: block;
    width: 5px;
    height: 5px;
    background: #bebebe;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}
.left-list3{
    width: 870px;
    padding: 10px 19px;
    overflow: hidden;
    line-height: 30px;
    text-align: left;
}
.left-list3 a{
    display: inline-block;
    margin-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    background: url(../images/arrow-right-gray-fill.png) no-repeat left center;
}
.left-list3 a:hover{
    background: url(../images/arrow-right-red-fill.png) no-repeat left center;
    color: #f04241;
}
/* aside */
.aside{
    width: 268px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.aside-slide{
    width: 268px;
    overflow: hidden;
}
.aside-slide .hd{
    width: 268px;
    height: 38px;
    position: relative;
}
.aside-slide .hd ul{
    width: 268px;
    position: absolute;
    left: 0;
    top: 0;
}
.aside-slide .hd ul li{
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.aside-slide .hd ul li:last-child{
    border-right: none;
}
.aside-slide .hd2 ul li{
    width: 133px;
}
.aside-slide .hd3 ul li{
    width: 88px;
}
.aside-slide .hd ul li.on{
    border-bottom: none;
    border-top: 2px solid #f04241;
}

.aside-list1{
    width: 250px;
    padding: 0 9px;
    overflow: hidden;
}
.aside-list1 li{
    width: 240px;
    height: 70px;
    overflow: hidden;
    padding: 15px 5px;
    border-bottom: 1px solid #e5e5e5;
}
.aside-list1-left,.aside-list1-left img{
    width: 100px;
    height: 70px;
}
.aside-list1-left{
    float: left;
}
.aside-list1-right{
    width: 130px;
    height: 70px;
    float: right;
    text-align: left;
}
.aside-list1-right strong,.aside-list1-right span{
    display: block;
    overflow: hidden;
}
.aside-list1-right strong{
    font-size: 14px;
    line-height: 25px;
}
.aside-list1-tit1{
    height: 50px;
}
.aside-list1-tit2{
    height: 25px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.aside-list1-right span{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.aside-list1-right em{
    color: #ff5722;
}
.aside-list1.lnb li:last-child{
    border-bottom: none;
}
.aside-list1 li:hover img{
    box-shadow: 0 3px 3px #999;
}
.aside-list1 li:hover strong a{
    color: #f04241;
}
.aside-list2{
    width: 250px;
    padding: 0 9px;
    overflow: hidden;
    text-align: left;
}
.aside-list2 li{
    width: 250px;
    height: 43px;
    border-bottom: 1px solid #e5e5e5;
}
.aside-list2.lnb li:last-child{
    border-bottom: none;
}
.aside-list2 li a{
    display: inline-block;
    width: 235px;
    padding-left: 15px;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.aside-list2 li i{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #e5e5e5;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.aside-list2 li a:hover{
    color: #f04241;
}
.aside-list2 li a:hover i{
    background: #f04241;
}
.aside-list2.nb li{
    border-bottom: none;
}
.aside-list2.mlr{
    margin: 0 9px;
}
.aside-list2.thin{
    padding:  10px 9px;
}
.aside-list2.thin li{
    height: 30px;
    border-bottom: none;
}
.aside-list2.thin li a{
    height: 30px;
    line-height: 30px;
}
.aside-tit{
    width: 248px;
    padding: 0 10px;
    height: 40px;
    overflow: hidden;
    border-bottom: solid 1px #e5e5e5;
}
.aside-tit strong{
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin: 10px 0;
}
.aside-tit a,.aside-tit i{
    font-size: 12px;
    color: #999;
    float: right;
    line-height: 40px;
}
.aside-tit strong.line{
    border-left: 4px solid #f04241;
    padding-left: 10px;
}
.aside-tit strong.icon{
    padding-left: 30px;
}
.aside-tit strong.icon-zt{
    background: url(../images/icon-zt-red.jpg) no-repeat left center;
}
.aside-tit strong.icon-jx{
    background: url(../images/icon-jx-red.jpg) no-repeat left center;
    background-size: auto 20px;
}
.aside-tit strong.icon-zx{
    background: url(../images/icon-zx-red.jpg) no-repeat left center;
    background-size: auto 20px;
}
.aside-tit strong.icon-zs{
    background: url(../images/icon-zs-red.jpg) no-repeat left center;
    background-size: auto 20px;
}
.aside-tit strong.icon-xm{
    background: url(../images/icon-xm-red.jpg) no-repeat left center;
    background-size: auto 20px;
}
.aside-swiper{
    width: 250px;
    height: 114px;
    margin: 0 9px;
}
.aside-swiper .swiper-slide,.aside-swiper .swiper-slide img {
    width: 250px;
    height: 114px;
}
.aside-swiper .swiper-slide{
    position: relative;
}
.aside-swiper .swiper-slide img{
    display: block;
}
.aside-swiper .swiper-slide strong{
    display: block;
    width: 250px;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    bottom: 0;
}
.aside-swiper .swiper-slide strong a{
    display: block;
    width: 150px;
    padding-left: 10px;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 12px;
}
.aside-swiper .pagination{
    width: 80px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.aside-swiper .pagination .swiper-pagination-switch{
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 3px;
    margin-top: 12px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.aside-swiper .pagination .swiper-pagination-switch.swiper-active-switch{
    background: #f04241;
}
/* slideå†…çš„slide S */
.aside-slide-second{
    position: relative;
    width: 250px;
    height: 114px;
    margin: 0 9px;
}
.aside-slide-second-bd{
    width: 250px;
    height: 114px;
}
.aside-slide-second-bd img{
    width: 250px;
    height: 114px;
}
.aside-slide-second-bd ul li{
    position: relative;
    width: 250px;
    height: 114px;
}
.aside-slide-second-bd ul li p{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    color: #fff;
    text-align: left;
    width: 250px;
    line-height: 30px;
    background: rgba(0,0,0,0.8);
}
.aside-slide-second-bd ul li p strong{
    display: block;
    padding-left: 10px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
}
.aside-slide-second-hd{
    position: absolute;
    right: 6px;
    bottom: 12px;
    z-index: 999;
}
.aside-slide-second-hd ul li{
    float: left;
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.aside-slide-second-hd ul li.on{
    background: #f04241;
}
/* slideå†…çš„slide E */
.aside-list3{
    width: 252px;
    overflow: hidden;
    margin: 0 8px;
    margin-bottom: -1px;
}
.aside-list3 li{
    width: 83px;
    height: 33px;
    line-height: 33px;
    float: left;
    border-right: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.aside-list3 li a:hover{
    color: #ff5722;
}
.aside-list3 li:nth-child(3n){
    border-right: none;
}
.aside-list4{
    width: 250px;
    overflow: hidden;
    margin: 0 9px;
    margin-bottom: 10px;
}
.aside-list4 a{
    display: block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    color: #fff;
}
.aside-list4 a.a1,.aside-list4 a.a6,.aside-list4 a.a9{
    width: 250px;
}
.aside-list4 a.a2,.aside-list4 a.a5,.aside-list4 a.a7{
    width: 104px;
    float: left;
}
.aside-list4 a.a3,.aside-list4 a.a4,.aside-list4 a.a8{
    width: 144px;
    float: left;
}
.aside-list4 a.a2,.aside-list4 a.a4,.aside-list4 a.a7{
    margin-right: 2px;
}
.aside-list4 a.a1,.aside-list4 a.a4,.aside-list4 a.a7{
    background: #ff7a66;
}
.aside-list4 a.a3,.aside-list4 a.a6,.aside-list4 a.a9{
    background: #ffb482;
}
.aside-list4 a.a2,.aside-list4 a.a5,.aside-list4 a.a8{
    background: #ffb0a4;
}
.aside-list4 a:hover{
    background: #999;
}
.aside-tit2{
    width: 268px;
    height: 40px;
    line-height: 40px;
    background: #ffeded;
    font-size: 18px;
}
.aside-tit2 strong{
    color: #ff5722;
    display: inline-block;
    padding-left: 30px;
    background: url(../images/icon-hg-red.jpg) no-repeat left center;
}
.aside-list5{
    width: 250px;
    margin: 0 9px;
    overflow: hidden;
}
.aside-list5 li{
    height: 18px;
    padding: 13px 0;
    border-bottom: 1px solid #e5e5e5;
}
.aside-list5 li:last-child{
    border-bottom: none;
}
.aside-list5 li i,.aside-list5 li a,.aside-list5 li em,.aside-list5 li span{
    display: block;
    float: left;
    height: 18px;
    line-height: 18px;
}
.aside-list5 li i{
    width: 18px;
    background: #c8c8c8;
    font-size: 12px;
    color: #fff;
    margin-right: 9px;
}
.aside-list5 li a{
    width: 110px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
}
.aside-list5 li em{
    width: 30px;
    margin-right: 5px;
    font-size: 14px;
    color: #999;
}
.aside-list5 li span{
    float: right;
    width: 38px;
    text-align: right;
    padding-left: 14px;
}
.aside-list5 li.top3 a,.aside-list5 li.top3 em{
    color: #ff5722;
}
.aside-list5 li.top3 span{
    background: url(../images/fire.jpg) no-repeat left center;
}
.aside-list5 li.f i{
    background: url(../images/top3-f.jpg) no-repeat center;
}
.aside-list5 li.s i{
    background: url(../images/top3-s.jpg) no-repeat center;
}
.aside-list5 li.t i{
    background: url(../images/top3-t.jpg) no-repeat center;
}

.aside-list6{
    width: 250px;
    overflow: hidden;
    margin: 0 9px;
    padding-top: 10px;
}
.aside-list6 li,.aside-list6 li img{
    width: 250px;
    height: 160px;
}
.aside-list6 li{
    position: relative;
    margin-bottom: 20px;
}
.aside-list6 li div{
    width: 250px;
    height: 160px;
    background: rgba(0,0,0,0.5) url(../images/jx-tj.png) no-repeat top right;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.aside-list6 li div strong,.aside-list6 li div em,.aside-list6 li div span ,.aside-list6 li div span a{
    display: block;
}
.aside-list6 li div strong{
    padding-top: 30px;
    font-size: 24px;
    font-weight: bolder;
    line-height: 30px;
}
.aside-list6 li div strong a{
    color: #fff;
}
.aside-list6 li div em{
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
    color: #fdb223;
    font-weight: bolder;
}
.aside-list6 li div em i{
    font-size: 18px;
    font-weight: normal;
}
.aside-list6 li div strong,.aside-list6 li div em{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.aside-list6 li div span{
    margin-top: 10px;
}
.aside-list6 li div span a{
    display: inline-block;
    margin: 0 10px;
    width: 78px;
    height: 28px;
    line-height: 28px;
    border:1px solid #fff;
    color: #fff;
    font-size: 14px;
}
.aside-list6 li:hover div{
    display: block;
}
.aside-gay{
    width: 268px;
    padding-top: 10px;
    padding-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.aside-gay .swiper-container{
    width: 195px;
    height: 175px;
    margin: 0 auto;
}
.aside-gay .swiper-slide img{
    display: block;
    width: 195px;
    height: 175px;
}
.aside-gay .pagination{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.aside-gay .pagination .swiper-pagination-switch{
    display: inline-block;
    width: 30px;
    height: 8px;
    background: #d0d0d0;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
}
.aside-gay .pagination .swiper-pagination-switch.swiper-active-switch{
    background: #f44d35;
}
.aside-gay .swiper-button{
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 67px;
}
.aside-gay .swiper-button-prev{
    left: 0;
    background: url(../images/arrow-left-line-gray.png);
}
.aside-gay .swiper-button-prev:hover{
    background: url(../images/arrow-left-line-red.png);
}
.aside-gay .swiper-button-next{
    right: 0;
    background: url(../images/arrow-right-line-gray.png);
}
.aside-gay .swiper-button-next:hover{
    background: url(../images/arrow-right-line-red.png);
}
.aside-xmxx{
    width: 250px;
    overflow: hidden;
    padding:  9px;
}
.aside-xmxx-top{
    width: 250px;
    height: 70px;
}
.aside-xmxx-top img,.aside-xmxx-top span,.aside-xmxx-top strong,.aside-xmxx-top em{
    display: block;
}
.aside-xmxx-top img{
    width: 100px;
    height: 70px;
    float: left;
}
.aside-xmxx-top img:hover{
    box-shadow: 0 0 6px 2px #aaa;
}
.aside-xmxx-top span{
    width: 140px;
    height: 70px;
    float: right;
    text-align: left;
}
.aside-xmxx-top span a:hover{
    color: #ff5722;
}
.aside-xmxx-top strong,.aside-xmxx-top em{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.aside-xmxx-top strong{
    height: 25px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 25px;
}
.aside-xmxx-top em{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.aside-xmxx-top i{
    color: #ff5722;
}
.aside-xmxx-msg{
    width: 250px;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    margin-top: 10px;
    color: #666;
}
.aside-xmxx-msg p a{
    color: #666;
}
.aside-xmxx-msg p a:hover{
    color: #ff5722;
}
.aside-xmxx-msg i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/star.jpg);
    margin: 0 5px;
    position: relative;
    top: 2px;
}
.aside-xmxx-btns{
    margin-top: 10px;
}
.aside-xmxx-btns a{
    display: inline-block;
    width: 103px;
    height: 33px;
    line-height: 33px;
    border:1px solid #fb6856;
    color: #fb6856;
    font-size: 14px;
    margin: 0 5px;
    border-radius: 5px;
}
.aside-xmxx-btns a.active{
    background: #fb6856;
    color: #fff;
}

/* float-form */
.float-form-logo,.float-form-box{
    position: fixed;
    z-index: 9999;
}
.float-form-logo{
    left: 50%;
    margin-left: -700px;
    bottom:30px;
}
.float-form-logo,.float-form-logo img{
    width: 90px;
    height: 70px;
}
.float-form-box{
    width: 0px;
    overflow: hidden;
    height: 140px;
    left: 50%;
    margin-left: -600px;
    background: #242424;
    bottom: 0px;
}
.float-form-box-left{
    width: 330px;
    height: 110px;
    float: left;
    padding-top: 30px;
    padding-left: 20px;
}
.float-form-box-left.long{
    width: 460px;
    padding-top: 15px;
    height: 125px;
    padding-left: 0;
}
.float-form-box-right{
    float: right;
    width: 750px;
    height: 120px;
    padding-top: 20px;
    padding-right: 100px;
    position: relative;
}
.float-form-box-right.short{
    width: 590px;
    padding-left: 50px;
}
.float-form-box-close{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 18px;
    background: #fff;
    color: #242424;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 10px;
}
.float-form-box-top{
    height: 38px;
    width: 740px;
    padding-left: 10px;
}
.float-form-box-right.short .float-form-box-top{
    width: 580px;
}
.float-form-box-top input[type=text]{
    display: block;
    float: left;
    width: 160px;
    padding-left: 40px;
    margin-right: 20px;
    border-radius: 3px;
    border:none;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    outline: none;
}
.float-form-box-top input[type=text].input-user{
    background: #fff url(../images/input-user.png) no-repeat 10px center;
}
.float-form-box-top input[type=text].input-phone{
    background: #fff url(../images/input-phone.png) no-repeat 14px center;
}
.float-form-box-top button,.float-form-box-top a{
    display: block;
    float: left;
    padding-left: 40px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    border:none;
    border-radius: 3px;
    color: #fff;
    margin-right: 20px;
    outline: none;
}
.float-form-box-top .btn-phone{
    width: 130px;
    background: #49ca6d url(../images/btn-phone.png) no-repeat 10px center;
}
.float-form-box-top .btn-fire{
    width: 90px;
    background: #ffaa01 url(../images/btn-fire.png) no-repeat 10px center;
}
.float-form-box-top .btn-chat{
    width: 130px;
    background: #ffaa01 url(../images/btn-chat.png) no-repeat 10px center;
}
.float-form-box-bot{
    width: 740px;
    padding-left: 10px;
    height: 60px;
    margin-top: 20px;
}
.float-form-box-right.short .float-form-box-bot{
    width: 580px;
}
.float-form-box-bot ul{
    float: left;
    height: 60px;
}
.float-form-box-bot ul li{
    width: 180px;
    height: 50px;
    float: left;
    border-right: 1px solid #fff;
    padding-right: 19px;
    margin-right: 16px;
    padding-left: 3px;
}
.float-form-box-bot ul li:last-child{
    border-right: none;
}
.float-form-box-bot ul li a,.float-form-box-bot ul li span{
    display: block;
    width: 100%;
    color: #fff;
    text-align: left;
}
.float-form-box-bot ul li a {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.float-form-box-bot ul li a i{
    display: inline-block;
    float: right;
    height: 24px;
    line-height: 24px;
    margin-top: 3px;
    width: 40px;
    text-align: center;
    background: #ff5722;
    border-radius: 5px;
}
.float-form-box-bot ul li a:hover{
    text-decoration: underline;
}
.float-form-box-bot ul li span{
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}
.float-form-box-bot ul li strong{
    float: left;
}
.float-form-box-bot ul li em{
    float: right;
}
.float-form-box-bot ul li strong i{
    color: #ff5722;
}
.float-form-box-hyh{
    display: block;
    float: right;
    width: 20px;
    height: 36px;
    padding: 6px 0;
    line-height: 12px;
    font-size: 12px;
    border-radius: 3px;
    border:1px solid #fff;
    color: #fff!important;
    margin-right: 20px;
}
.float-form-box-hyh:hover{
    color: #f04241!important;
    border-color: #f04241;
}
.float-form-box-right.short .float-form-box-hyh{
    margin-right: 85px;
}
.filter-list a.see-more-4{
    position: absolute;
    right: 7px;
    bottom: 16%;
    font-size: 14px;
    color: #ff5722;
}
.xmtj {
    overflow: hidden;
}

.jcjm-picbg8{
    background: url(../images/left-picbg-8.jpg) no-repeat center;
}

.jcjm-picbg7{
    background: url(../images/left-picbg-7.jpg) no-repeat center;
}


.jcjm-picbg6{
    background: url(../images/left-picbg-6.jpg) no-repeat center;
}

.jcjm-picbg5{
    background: url(../images/left-picbg-5.jpg) no-repeat center;
}

.jcjm-picbg4{
    background: url(../images/left-picbg-4.jpg) no-repeat center;
}


.jcjm-picbg3{
    background: url(../images/left-picbg-33.jpg) no-repeat center;
}

