body{background: #f4f4f4;}
/* 顶部 */
.top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #ebebeb;
    color: #666;
}
.top>div{position: relative;}
.top .top-p{
    font-size: 13px;
}
.top .top-p span{
    margin-right: 60px;
}
.top .top-p a{
    margin-right: 15px;
    color: #666;
}
.top ul li{
    float: left;
    padding: 0 20px;
    cursor: pointer;
}
.top ul em{color: #d8d8d8;float: left;}
.top ul li a{color: #666;}
.top ul li i{
    display: inline-block;
    width: 9px;
    height: 7px;
    margin-left: 8px;
    background: url(../image/top-down.png) no-repeat;
}
.top-nav-active{background: #fff;}
.abs{
    position: absolute;
    top: 150px;
    left: 0;
    width: 1200px;
    height: 205px;
    padding: 20px 15px;
    background: #fff;
    z-index: 99;
    display: none;
    box-shadow: 0 3px 10px 0 #ddd;
}
.abs-box{
    width: 281px;
    height: 160px;
    float: left;
    margin-right: 15px;
    border-right: 1px solid #eee;
}
.abs-box:last-child{border: 0;margin-right: 0;}
.abs-boxs{border: 0;margin-right: 0;}
.abs-box h4{
    color: #ff6d00;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.abs-box p{
    height: 130px;
}
.abs-box p a span{
    display: inline-block;
    position: relative;
}
.abs-hot:after{
    position: absolute;
    content: "";
    top: -5px;
    right: -8px;
    width: 18px;
    height: 13px;
    background: url(../image/hot.png) no-repeat;
}
.abs-box .abs-p1 a{
    display: block;
    float: left;
    width: 56px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #666;
}
.abs-box .abs-p2 a{
    display: block;
    float: left;
    width: 92px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #666;
}
.abs-box a:hover{color: #ff5000;}
/* header */
.header{
    width: 100%;
    height: 180px;    
    padding: 20px 0;   /* 整体上间距 */
	background-color: #fff; 
}
.header h1{
    width: 203px;
    height: 61px;
    margin-top: 19px;
    float: left;
}
.header-cont{
    float: left;
    width: 660px;
    margin: 15px 0 0 120px;  /* 搜索框左右定位 */
}
.header-cont p{
    height: 40px;  /* 搜索框上下定位 */
}
.header-cont p a{
    display: inline-block;
    width: 60px;
    height: 20px;
    line-height: 20px;
    margin-left: 15px;
	margin-top: 20px;  /* 搜索框上边标注颜色的文字定位 */
    color: #ff5000;
    text-align: center;
    font-weight: bold;
}
.header-cont p a:first-child{
    background: url(../image/header-bg.png)no-repeat;
	background-size: 100% 100%; /* 使背景图像拉伸以填充整个元素区域，可能会导致失真 */  
    color: #fff !important;
}
.search{
    width: 600px;
    height: 37px;
	/*border: 2px solid #ff5000;*/
	border: 2px solid #DC140F;
    border-radius: 18px;
}
.search input{
    float: left;
    width: 480px;
    height: 33px;
    line-height: 33px;
    margin-left: 15px;
    color: #c2c2c2;
    font-size: 14px;
    outline: none;
    background: none;
}
 
.search .select{
    float: left;
    width: 110px;
    height: 33px;
    line-height: 33px;
    text-align: center;
	/*border-left: 2px solid #ff5000;*/
	border-left: 2px solid #DC140F;
    position: relative;
    color: #666;
    cursor: pointer;
}
.search .select i{
    display: inline-block;
    width: 11px;
    height: 9px;
    background: url(../image/select-bg.png);
    margin-left: 4px;
}
.sub{
    position: absolute;
    width: 110px;
    top: 33px;
    left: -2px;
	/*border: 2px solid #ff5000;*/
	border-left: 2px solid #DC140F;
    display: none;
    background: #fff;
    z-index: 99;
}
.sub li:hover{
    cursor: pointer;
    background: #eee;
    color: #ff5000;
}
.sel{
    display: block;
    float: right;
    width: 91px;
    height: 33px;
    line-height: 33px;
    /*background: #ff5000;*/
	background: #DC140F;
    color: #fff;
    text-indent: 25px;
    font-size: 15px;
    border-radius: 0 18px 18px 0;
    position: relative;
}
.sel i{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 8px;
    right: 13px;
    background: url(../image/sel-big.png);
}
.sea-ul{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    margin-top: 2px;
}
.sea-ul li{
    float: left;
}
.sea-ul li a{
    color: #999;
    margin-right: 15px;
}
.header-txt{
    float: left;
    width: 90px;
    margin-left: 25px;
    margin-top: 27px;
}
.header-txt p{
    line-height: 20px;
}
.header-txt p a{color: #666;}
.header-txt p:last-child a{color: #ff5000;}
.ma{
    width: 93px;
    height: 74px;
    float: right;
    margin-top: 30px;
	margin-right: 30px;
}
.ma img{
    width: 130px;
    height: auto;
}

/* nav */
.nav{
    width: 100%;
    height: 45px;
    line-height: 45px;
    /*background: #ff6c00;*/
    background: #DC140F;
    position: relative;
}
.nav span{
    display: inline-block;
    height: 45px;
    width: 220px;
    text-align: center;
    /*background: #ff5000;*/
	background: #AD0500;
    font-size: 16px;
    color: #fff;
}
.nav a{
    display: inline-block;
    height: 45px;
    text-align: center;
    width: 120px;
    color: #fff;
    font-size: 16px;
}

.nav a:hover{
    background: #ff5000;
}
/* 主体内容 */
.main{
    margin: 15px auto;
    width: 1200px;
    height: 490px;
    position: relative;
}
.main-boxes{
    width: 220px;
    height: 490px;
    float: left;
    position: relative;
}
.main-left{
    width: 220px;
    height: 490px;
    float: left;
    background: #fff;
    content: "a";
}
.main-left li{
    height: 60px; /* 菜单高度 */
    line-height: 60px;
    padding: 0 10px;
    border-bottom: 1px solid #eee;
    color: #666;
    cursor: pointer;
}
.main-left li:last-child{border: 0;}
.main-left li i{margin-right: 5px;font-size: 18px;}
.main-left li span{
    display: block;
    float: right;
    margin-top: 17px;
    width: 5px;
    height: 9px;
    background: url(../image/main-right.png);
}
.main-left li em{margin: 0 1px;}
.main-left li a{color: #666;position: relative;}
.main-left li a:hover{ color: #ff5000;}
.main-a-active:after{
    position: absolute;
    content: "";
    top: -13px;
    left: 9px;
    width: 18px;
    height: 13px;
    background: url(../image/hot.png);
}
.main-li-active{
    background: #fff0e6;
}
.main-li-active i{color: #ff5000;}
.main-boxes-cont{
    width: 685px;
    height: 490px;
    display: none;
    position: absolute;
    padding-left: 15px;
    top: 0;
    left: 220px;
    z-index: 9; 
}
.main-box{
    width: 966px;
    height: 490px;
    background: #fff;
    border: 1px solid #ff5000;
}
.main-box li{
    display: none;
}
.boxes-li-active{ 
    display: block !important;
    /* animation: myfirst 0.5s; */
}
/* @keyframes myfirst{
    from {opacity: 0;}
    to {opacity: 1;}
} */
.boxes{
    width: 966px;
    height: 490px;
}
.boxes-left{
    width: 666px;
    height: 486px;
    float: left;
    padding: 25px 0;
    border-right: 1px solid #eee;
}
.boxes-left h4{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 0 25px;
}
.boxes-left h4 a{
    float: right;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.boxes-left p a:hover{color: #ff5000;}
.boxes-left-top{height: 300px;}
.boxes-left-top p{
    height: 260px;
    margin-top: 15px;
    padding: 0 25px;
}
.boxes-left-top p a{
    display: block;
    float: left;
    width: 75px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #666;
}
.boxes-left-bottom{height: 130px;}
.boxes-left-bottom p{
    height: 90px;
    margin-top: 15px;
    overflow: hidden;
    padding-left: 25px;
}
.boxes-left-bottom p a{
    display:block;
    float: left;
    width: 33%;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.boxes-right{
    width: 300px;
    height: 490px;
    float: left;
    padding: 25px;
}
.boxes-right h4{
    height: 20px;
    line-height: 20px;
}
.boxes-right dl{
    margin-top: 15px;
    height: 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.boxes-right dl dd{
    float: left;
    width: 85px;
    height: 100px;
    margin-bottom: 10px;
}
.boxes-img{
    width: 85px;
    height: 70px;
    border: 1px solid #eee;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxes-right dl dd p{
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
}
.boxes-right dl dd p a{color: #666;}
.boxes-ban{
    width: 600px;
    height: 145px;
    /* overflow: hidden; */
    margin-top: 30px;
}

.main-cont{
    width: 670px;
    float: left;
    height: 490px;
    margin-left: 15px;
}
.main-top{
    height: 280px;
}
/* 轮播 */
.lb{
    width: 490px;
    height: 280px;
    background: #ccc;
    float: left;
}
/* 本例子css */
.picFocus{ margin:0 auto;  width:490px; height: 280px; position:relative;  zoom:1;   }
.picFocus .hd{ width:672px; position: absolute;height: 160px;left: 0;top: 330px;  overflow:hidden; border-top: 1px solid #ebebeb;}
.picFocus .hd ul {
    width:100%;
    height: 160px;
    overflow: hidden;
    zoom: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.picFocus .hd ul li {
    float: left;
    text-align: center;
    width: 112px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    position: relative;
    cursor:pointer;
    overflow: hidden;
}
.picFocus .hd ul li:nth-child(6n){border-right: 0;}   /* 调整个数的边框 */
.picFocus .hd ul li img{ display: inline-block;}
.picFocus .hd ul li.on em{ display: block !important;}
.picFocus .hd ul li em{
    position: absolute;
    width: 100%;
    height: 100%; 
    background: rgba(0, 0, 0, .1);
    /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=4CF000000); */
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}
.picFocus .bd{ width:490px; height:280px;overflow: hidden;}
.picFocus .bd li{ vertical-align:middle; }
.picFocus .bd img{ width:490px; height:280px; display:block;  }
.picFocus .bd li a { display:block; position: relative; }

.main-top-right{
    float: right;
    width: 170px;
    height: 280px;
    overflow: hidden;
}
.main-top-right a{
    display: block;
    width: 170px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 5px;
	display:block; position: relative;
}
.main-top-right a:last-child{
    margin-bottom: 0;
}

.main-botton{
    width: 670px;
    height: 200px;
    margin-top: 10px;
    background: #fff;
    border-top: 1px solid #ff5000;
}
/* 消息滚动 */
.main-news{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.laba{
    width: 90px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: right;
    color: #ff3338;
    background: url(../image/laba.png) no-repeat left center;
}
.txtScroll-left{ width:320px; height: 40px; position:relative; overflow: hidden;  }
.txtScroll-left .bd{ width:320px; overflow:hidden;    }
.txtScroll-left .bd ul{ overflow:hidden; zoom:1; }
.txtScroll-left .bd ul li{width:320px; margin-right:20px;  float:left; height:40px; line-height:40px;  text-align:left; _display:inline;}
.txtScroll-left .bd ul li a{ color:#666;font-size: 14px;}
.main-news p{
    float: right;
    color: #999999;
    font-size: 12px;
}

.main-right{
    float: right;
    width: 280px;
    height: 490px;
    background: #fff;
}
.main-right-top{
    width: 100%;
    height: 68px;
    border-bottom: 1px solid #eee;
    padding: 10px 30px;
}
.main-right-top dl{
    height: 50px;
}
.main-right-top dl dt{
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.main-right-top dl dd{
    float: left;
    width: 155px;
    height: 25px;
    line-height: 25px;
    color: #666;
}
.main-right-top dl dd em{color: #999;}
.main-right-top p{
    height: 32px;
    padding: 0 10px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.main-right-top p a{
    display: block;
    float: left;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
}
.main-right-top p a:first-child{
    background: url(../image/dl-bg.png);
    color: #fff;
}
.main-right-top p a:last-child{
    border: 1px solid #ff5000;
    color: #ff5000;
}
/* main tab切换 */
.main-right-tab{
    width: 100%;
    height: 270px;
    padding: 10px 15px;
}
.sm-tab{
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    color: #ccc;
}
.sm-tab span{
    float: left;
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    color: #333333;
    position: relative;
    cursor: pointer;
}
.sm-tab em{float: left;}
.sm-tab-active{
    font-weight: bold;
}
.sm-tab-active:after{
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #ff5000;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.sm-ul{
    width: 100%;
    height: 210px;
    margin-top: 10px;
}
.sm-ul li{display: none;}
.sm-li-active{display: block !important;}
.sm-box1{
    width: 250px;
    height: 210px;
}
.sm-box1 a{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: relative;
    color: #666;
    text-indent: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ddd;
}
.sm-box1 a:last-child{border: 0;}
.sm-box1 a:after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #cfcfcf;
    top: 16px;
    left: 0;
}
.sm-ul a:hover{color: #ff5000;}
.sm-box12{
    width: 250px;
    height: 210px;
}
.sm-box2 a{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: relative;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ddd;
}
.sm-box2 a:last-child{border: 0;}
.sm-box2 a span{
    color: #ff7406;
    margin-right: 15px;
}


.mian-right-botton{
    width: 100%;
    height: 68px;
    display: flex;
    justify-content: space-between;
    border-top: 0px solid #eee;
	line-height: 1px;
}
.mian-right-botton p{
    width: 33.3%;
    float: left;
    height: 95px;
    padding-top: 25px;
    border-left: 0px solid #eee;
}
.mian-right-botton p:first-child{
    border-left: 0;
    color: #6fd16a;
}
.mian-right-botton p:nth-child(2){
    color: #ff6a6a;
}
.mian-right-botton p:nth-child(3){
    color: #3ca3ff;
}
.mian-right-botton p img{
    display: block;
    margin: 0 auto;
}
.mian-right-botton p span{
    display: block;
    text-align: center;
    margin-top: 10px;
}
.pptips{
    background:url(../image/pptips.png) no-repeat 0 0;
	height: 13px;
	width: 24px;
	position: absolute;
	bottom: 0px;
	left: 0;
	overflow:hidden;
}
/* banner图 */
.banner{
    margin-top: 15px;
}
/* 一张图 */
.banner-one{
    width: 100%;
}
.banner-one a {
	display: block;
	margin-bottom: 2px;
    position: relative;
}
/* 两张图 */
.banner-two{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner-two a{
	float: left;
    display: block;
    width: 599px;
    height: 70px;
	margin-bottom: 2px;
    margin-right: 2px;
    overflow: hidden;
	position: relative;
}
/*.banner-two a{
    float: left;
    width: 599px;
    margin-bottom: 2px;
    margin-right: 2px;
}*/
.two2{
    margin-right: 0 !important;
}
/* 四张图 */
.banner-four{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner-four a{
    display: block;
    float: left;
    width: 298px;
    height: 70px;
    overflow: hidden;
    margin-right: 3px;
    margin-bottom: 2px;
	position: relative;
}
.four2{margin-right: 2px !important;}
.four4{margin-right: 0 !important;}
/* 第一部分内容 */
.section{
    width: 1200px;
    margin: 15px auto 0;
}
.sec1{
    height: 610px;
}
.sec1 .sec1-left{
    width: 905px;
    height: 610px;
    float: left;
    background: #fff;
    padding: 15px;
}
.sec1-left-left{
    width: 375px;
    height: 580px;
    float: left;
}
/* 第一部分内容轮播 */
.sec1-lb{
    width: 375px;
    height: 375px;
}
.picScroll-left1{ width:375px; height: 375px; overflow:hidden; position:relative; }
.picScroll-left1 .hd{ overflow:hidden;  height:10px; position: absolute;bottom: 10px;left: 50%;margin-left: -58px; z-index: 9;}
.picScroll-left1 .hd ul{ float:right; overflow:hidden; zoom:1; }
.picScroll-left1 .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin: 0 5px; cursor:pointer; background:#fff;border-radius: 50%;font-size: 0; }
.picScroll-left1 .hd ul li.on{ width: 30px;border-radius: 5px !important; transition: width 1s;background: #f05a14;}
.picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left1 .bd ul li{ width: 375px;float:left;  overflow:hidden;}
.picScroll-left1 .bd ul li img{width: 375px;height: 375px;}
.picScroll-left1 .bd ul li a { position:relative; display: block; }
/* 加盟指南 */
.guide{
    width: 375px;
    height: 205px
}
.guide h4{
    height: 55px;
    line-height: 55px;
    color: #f05a14;
    border-bottom: 1px solid #eee;
    position: relative;
    font-size: 18px;
    text-indent: 12px;
}
.guide h4:after{
    position: absolute;
    content: "";
    width: 3px;
    height: 20px;
    background: #ff5000;
    top: 17px;
    left: 0;
}
.guide h4 a{float: right; color: #f05a14;}
.guide ul{
    width: 375px;
    height: 150px;
}
.guide ul li{
    width: 100%;
    height: 37px;
    line-height: 37px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 25px;
}
.guide ul li a:hover{color: #f05a14;}
.guide ul li:after{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 14px;
    left: 0;
    background: #ffc8af;
}
.sec1-left-right{
    width: 485px;
    height: 580px;
    float: right;
}
.sec1-left-right dl{
    width: 100%;
    height: 100px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 20px;
}
.sec1-left-right dl:last-of-type{
    border-bottom: 0;
    margin-bottom: 0;
}
.sec1-left-right>dl:first-child + dl{
    border-bottom: 0;
    margin-bottom: 0;
}
.sec1-left-right dl dt{
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec1-left-right dl dt span{
    display: block;
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    border: 1px solid #f05a14;
    border-radius: 5px;
    color: #f05a14;
}
.sec1-left-right dl dt a{
    display: block;
    float: left;
    width: 260px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}
.sec1-left-right dl dd{
    height: 50px;
    line-height: 25px;
    margin-top: 15px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
}
.sec1-left-right dl dd a{color: #e30011;font-weight: bold;}
.sec1-left-right ul{
    height: 215px;
    padding-left: 15px;
}
.sec1-left-right ul li{
    height: 43px;
    line-height: 43px;
    position: relative;
    border-bottom: 1px dashed #eee;
    color: #999;
}
.sec1-left-right ul li:after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #e7e7e7;
    border-radius: 50%;
    top: 19px;
    left: -15px;
}
.sec1-left-right ul li:last-child{border: 0;}
.sec1-left-right ul li a{
    display: block;
    float: left;
    width: 395px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec1-left-right ul li a:hover{color: #ff5000;}
.sec1-left-right ul li span{
    float: right;
}
.sec1-left-right p{
    height: 145px;
    display: flex;
    justify-content: space-between;
}
.sec1-left-right p a{
    display: block;
    float: left;
    width: 235px;
    height: 145px;
    position: relative;
    overflow: hidden;
}
.sec1-left-right p a:first-child{
    margin-right: 15px;
}
.sec1-left-right p a span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}
.sec1-left-right p a span em{float: right;}
.sec1-right{
    width: 280px;
    height: 610px;
    float: right;
    background: #fff;
}
.sec1-right h4{
    height: 55px;
    border-bottom: 1px solid #eee;
    padding: 17px 15px;
}
.sec1-right h4 span{
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    border-left: 3px solid #ff5000;
    text-indent: 10px;
    font-size: 20px;
    font-weight: bold;
}
.sec1-right h4 span em{
    color: #ff5000;
}
.sec1-right h4 i{
    display: block;
    float: left;
    width: 21px;
    height: 10px;
    margin-top: 5px;
    background: url(../image/top.png);
    margin-left: 10px;
}
.sec1-right ul{
    width: 100%;
    height: 550px;
    padding: 0 15px;
    margin-top: 5px;
}
.sec1-right ul li{
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
    cursor: pointer;
}
.sec1-right ul li:last-child{border: 0;}
.sec1-right ul li h3{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}
.sec1-right ul li h3 em{
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    background: #d3d3d3;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.sec1-em-active{background: #f05a14 !important;}
.sec1-right ul li h3 a{
    float: left;
    display: block;
    width: 160px;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec1-right ul li h3 span{float: right;}
.sec1-right ul li:first-child h3{display: none;}
.sec1-right ul li:first-child dl{display: block;}
.sec1-right ul li dl{
    height: 100px;
    margin: 5px 0;
    display: none;
}
.sec1-right ul li dl dt{
    width: 125px;
    height: 100px;
    border: 1px solid #f05a14;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.sec1-right ul li dl dt img{
    width: 100%;
    height: 100%;
}
.sec1-right ul li dl dt span{
    position: absolute;
    width: 29px;
    height: 29px;
    line-height: 20px;
    text-indent: 5px;
    color: #fff;
    top: -1px;
    left: -1px;
    background: url(../image/sm-logo-bg.png) no-repeat;
    font-family: "微软雅黑";
}
.sec1-right ul li dl dd{
    float: right;
    width: 118px;
    height: 100px;
}
.sec1-a1{
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #f05a14;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec1-right ul li dl dd span{
    display: block;
    height: 20px;
    line-height: 20px;
    color: #999;
}
.sec1-right ul li dl dd span em{color: #666;}
.sec1-a2{
    display: block;
    width: 85px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #f05a14;
    border-radius: 10px;
    color: #f05a14;
    text-align: center;
    margin-top: 10px;
}
/* 第二部分内容 */
.sec2{
    height: 525px;
}
.sec2-left{
    width: 280px;
    height: 525px;
    float: left;
    background: #fff;
}
.h4{
    height: 55px;
    padding: 17px 15px;
    border-bottom: 1px solid #eee;
}
.h4 strong{
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    text-indent: 10px;
    border-left: 3px solid #ff5000;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.h4>a{
    line-height: 20px;
    float: right;
}
.sec2-left-box{
    width: 100%;
    height: 470px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec2-left-box a{
    display: block;
    float: left;
    width: 80px;
    height: 70px;
    margin-top: 10px;
}
.sec2-left-box a span{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f2f2f2;
}
.sec2-left-box a span i{
    display: block;
    width: 40px;
    height: 40px;
}
.brand1{ background: url(../image/brand.png) no-repeat 10px 8px;}
.brand2{ background: url(../image/brand.png) no-repeat -30px 8px;}
.brand3{ background: url(../image/brand.png) no-repeat -70px 8px;}
.brand4{ background: url(../image/brand.png) no-repeat 10px -35px;}
.brand5{ background: url(../image/brand.png) no-repeat -30px -35px;}
.brand6{ background: url(../image/brand.png) no-repeat -70px -35px;}
.brand7{ background: url(../image/brand.png) no-repeat 10px -75px;}
.brand8{ background: url(../image/brand.png) no-repeat -30px -75px;}
.brand9{ background: url(../image/brand.png) no-repeat -70px -75px;}
.brand10{ background: url(../image/brand.png) no-repeat 10px -114px;}
.brand11{ background: url(../image/brand.png) no-repeat -27px -112px;}
.brand12{ background: url(../image/brand.png) no-repeat -70px -114px;}
.brand13{ background: url(../image/brand.png) no-repeat 10px -151px;}
.brand14{ background: url(../image/brand.png) no-repeat -29px -151px;}
.brand15{ background: url(../image/brand.png) no-repeat -69px -151px;}
.sec2-left-box a p{
    line-height: 30px;
    text-align: center;
    color: #666;
}
/* 十大品牌排行榜 */
.sec2-cont{
    width: 610px;
    height: 525px;
    margin-left: 15px;
    float: left;
    background: #fff;
}
.sec2-tab{
    float: right;
}
.sec2-tab span{
    float: left;
    display: block;
    width: 80px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.sec2-span-active{
    color: #f05a14 !important;
    background: url(../image/sec2-tab.png) no-repeat 60px center;
}
.sec2-cont-box{
    width: 100%;
    height: 470px;
    padding: 0 15px;
}
.sec2-cont-box li{display: none;}
.sec2-li-active{ display: block !important;}
.sec2-cont-box li dt{
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    background: #f8f8f8;
}
.sec2-cont-box li dt span{
    display: block;
    float: left;
    height: 40px;
    text-align: center;
    color: #666;
}
.sec2-cont-box li dt span:nth-child(1){width: 70px;}
.sec2-cont-box li dt span:nth-child(2){
    width: 200px;
    text-indent: 40px;
    text-align: left;
}
.sec2-cont-box li dt span:nth-child(3){width: 80px;}
.sec2-cont-box li dt span:nth-child(4){width: 110px;}
/* IE开始 */
.sec2-cont-box li dt>span:first-child{width: 70px;}
.sec2-cont-box li dt>span:first-child + span{
    width: 200px;
    text-indent: 40px;
    text-align: left;
}
.sec2-cont-box li dt>span:first-child + span + span{width: 80px;}
.sec2-cont-box li dt>span:first-child + span + span + span{width: 110px;float: right;}
/* IE结束 */
.sec2-cont-box li dd{
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: flex;
    justify-content: space-between;
}
.sec2-cont-box li dd span{
    display: block;
    float: left;
    height: 42px;
    text-align: center;
    font-size: 16px;
}
.sec2-cont-box li dd span:nth-child(1){width: 70px;}
.sec2-cont-box li dd span:nth-child(2){
    width: 200px;
    text-indent: 40px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jp{
    background: url(../image/jp.png) no-repeat left center;
}
.sec2-cont-box li dd span:nth-child(3){width: 80px;}
.sec2-cont-box li dd span:nth-child(4){width: 110px;}
/* IE开始 */
.sec2-cont-box li dd>span:first-child{width: 70px;}
.sec2-cont-box li dd>span:first-child + span{
    width: 200px;
    text-indent: 40px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec2-cont-box li dd>span:first-child + span + span{width: 80px;}
.sec2-cont-box li dd>span:first-child + span + span + span{width: 110px;float: right;}
/* IE结束 */
.sec2-cont-box li dd span em{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    background: #d3d3d3;
    text-align: center;
    color: #fff;
}
.sec2-em-active{background: #f05a14 !important;}
/* 十大品牌评论 */
.sec2-right{
    width: 280px;
    height: 525px;
    background: #fff;
    float: right;
}
.txtMarquee-top{
    width: 100%;
    height: 470px;
    padding: 10px 15px;
    overflow: hidden;
}
.infoList li>div{
    width: 100%;
    height: 110px;
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
}
.pl-urse{
    width: 30px;
    height: 75px;
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}
.pl-urse span{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../image/user.png) no-repeat center center;
    background-size: 100%;
}
.pl-right{
    width: 200px;
    height: 75px;
    float: left;
}
.pl-right span{
    display: block;
    line-height: 20px;
    color: #a0a0a0;
}
.pl-right a{
    display: block;
    height: 50px;
    line-height: 25px;
    margin-top: 3px;
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pl-right a em{color: #ff3030;}
/* 视频找项目 */
.sec3{
    height: 520px;
}
.sec3 h4{border: 0;}
.sec3 h4 a{
    /* font-size: 12px; */
    color: #999;
    margin-left: 20px;
}
.sec3-left{
    width: 905px;
    height: 520px;
    float: left;
    background: #fff;
}
.video-title{
    float: right;
    color: #999;
    line-height: 20px;
    font-size: 14px;
}
.video-title em{
    margin: 0 10px;
}
.video-title span{display: inline-block;width: 45px; cursor: pointer;text-align: center;}
.video-title-active{
    color: #f05a14;
    font-size: 16px;
    font-weight: bold;
}
.video-ul{
    width: 100%;
    height: 565px;
    padding: 0 15px;
}
.video-ul li{display: none;}
.video-li-active{display: block !important;}
.hot{
    width: 100%;
    height: 210px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}
.new{
    width: 100%;
    height: 225px;
    display: flex;
    justify-content: space-between;
}
.video-li{
    width: 210px;
    float: left;
    margin-left: 11.5px;
}
.video-li:first-child{margin-left: 0 !important;}
.photo{
    display: block;
    width: 210px;
    height: 145px;
    margin-bottom: 8px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.photo img {
    width: 210px;
    height: 145px;
}
.photo span{
    position: absolute;
    width: 35px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #ff5400;
    font-size: 12px;
    text-align: center;
    top: 6px;
    right: 6px;
}
.photo p{
    position: absolute;
    width: 100%;
    height: 15px;
    line-height: 15px;
    bottom: 10px;
    left: 0;
    padding: 0 15px;
    text-align: right;
    color: #fff;
    font-size: 12px;
    background: url(../image/play.png) no-repeat 15px center;
}
.photo p i{
    display: inline-block;
    padding: 3px 10px;
    background: rgba(0, 0, 0, .5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    border-radius: 10px;
}
.photo em{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../image/play.gif) no-repeat center center;
    background-size: 100%;
    opacity: .8;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}
.video-p1{
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
.video-p1 a{
    display: block;
    height: 25px;
    line-height: 25px;
    float: left;
    width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.video-p1 em{float: right;color: #666;font-size: 12px;}
.video-p1 em i{margin-right: 3px;font-size: 14px;}
.video-p2{
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}
.sec3-right{
    width: 280px;
    height: 520px;
    float: right;
    background: #fff;
}
.sec3-right-box{
    width: 250px;
    height: 465px;
    padding: 0 15px;
}
.right-video{
    width: 250px;
    height: 215px;
    background: #f2f2f3;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.right-video img {
    width: 250px;
    height: 145px;
}
.right-video-a{
    display: block;
    width: 250px;
    height: 145px;
    position: relative;
    margin-bottom: 10px;
	overflow: hidden;
}
.right-video-a:hover em{
    opacity: 1;
}
.right-video-a:hover i{
    display:  block !important;
}
.right-video-a span{
    position: absolute;
    bottom: 15px;
    right: 12px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px;
    background: rgba(0, 0, 0, .5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    border-radius: 10px;
}
.right-video-a i{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
    display: none;
    z-index: 2;
}
.right-video-a em{
    position: absolute;
    width: 49px;
    height: 49px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background: url(../image/big-play.png) no-repeat center center;
    opacity: 0.5;
    z-index: 3;
}
.right-video p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right-video strong{
    display: block;
    line-height: 15px;
    font-size: 12px;
    color: #666;
    text-indent: 5px;
}
.right-video strong i{margin-right: 3px; font-size: 14px;}
/* 品牌优选 */
.sec4{
    height: 790px;
    background: #fff;
    padding: 0 15px;
    box-sizing: border-box;
}
.sec4 h4 span{
    display: block;
    width: 120px;
    height: 21px;
    line-height: 22px;
    font-size: 12px;
    color: #666;
    margin-left: 8px;
    float: left;
    background: url(../image/brand-bg.png) no-repeat center center;
    text-align: center;
}
.sec4 h4>a{color: #999;font-size: 12px;margin-left: 30px;}
.sec4 h4 p{
    float: right;
    height: 20px;
    line-height: 20px;
    color: #ebebeb;
}
.sec4 h4 p em{
    margin: 0 10px;
}
.sec4 h4 p a{
    color: #999999;
}
.sec4-lb{
    width: 1170px;
    height: 250px;
    padding: 15px 0;
    overflow: hidden;
}
.picScroll-left{ width:1170px;  overflow:hidden; position:relative;} 
.picScroll-left .hd .prev,
.picScroll-left .hd .next{
    display: block;
    width: 24px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 9; 
    cursor: pointer;
}
.picScroll-left .hd .next{ left: 0;background: url(../image/hd-left.png);}
.picScroll-left .hd .prev{ right: 0;background: url(../image/hd-right.png);}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin-right: 15px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li a { position:relative; display: block; }
.picScroll-left dl{
    width: 380px;
    height: 220px;
}
.picScroll-left dl dt{
    width: 380px;
    height: 185px;
}
.picScroll-left dl dd{
    width: 380px;
    height: 35px;
    line-height: 35px;
    display: flex;
    justify-content: space-between;
}
.picScroll-left dl dd a{
    display: block;
    float: left;
    width: 120px;
    overflow: hidden;
    color: #999;
}
.picScroll-left dl dd a em{color: #42a9ff;}
.picScroll-left dl dd span{
    float: left;
    display: block;
    width: 120px;
    color: #999;
}
.picScroll-left dl dd span em{color: #f05a14;}
.picScroll-left dl dd strong{
    display: block;
    float: right;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    margin-top: 7px;
    background: #f05a14;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
}
.logo{
    margin-top: 0px;
}
.logo-title{
    height: 40px;
    line-height: 40px;
}
.logo-p1{
    float: left;
    color: #666;
}
.logo-p1 a{
    color: #666;
    margin-right: 10px;
}
.logo-p2{
    float: right;
    color: #999;
}
.logo-p2 em{margin-right: 10px;}
.logo-p2 em:last-of-type{margin-right: 0;}
.logo ul{
    width: 1170px;
    height: 401px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #eee;
}
.logo ul li{
    width: 130px;
    height: 100px;
    float: left;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.logo ul li img{
    display: block;
    margin: 0 auto;
}
.logo ul li:nth-child(9n){border-right: 1px solid #eee;}
.li-nine{border-right: 1px solid #eee;}
.logo ul li p{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;background: rgba(0, 0, 0, .8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
    padding: 10px;
    display: none;
}
.logo ul li p span{
    display: block;
    margin-top: 15px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.logo ul li p em{
    display: block;
    width: 22px;
    height: 22px;
    background: url(../image/logo-bg.png) no-repeat;
    margin: 12px auto;
}
.sec4-news{
    height: 320px;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.sec4-news-box{
    width: 560px;
    height: 320px;
    float: left;
}
.sec4-news-box:first-child{margin-right: 50px;}
.sec4-news-box h4{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eee;
}
.sec4-news-box h4 strong{
    display: block;
    float: left;
    width: 75px;
    height: 55px;
    font-size: 18px;
    color: #f05a14;
    border-bottom: 2px solid #f05a14;
}
.sec4-news-box h4 a{
    float: right;
    font-size: 12px;
    color: #999;
}
.sec4-news-box dl{
    height: 120px;
    margin-top: 25px;
}
.sec4-news-box dl dt{
    width: 170px;
    height: 120px;
    float: left;
    margin-right: 15px;
    border: 1px solid #eee;
    overflow: hidden;
}
.sec4-news-box dl dt img{
    width: 100%;
    height: 100%;
}
.sec4-news-box dl dd{
    width: 375px;
    float: left;
    height: 120px;
}
.sec4-news-box dl dd a{
    display: block;
    width: 375px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sec4-news-box dl dd a:hover{color: #ff5000;}
.sec4-news-box dl dd p{
    height: 90px;
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999;
}
.sec4-news-box ul{margin-top: 15px;}
.sec4-news-box ul li{
    height: 35px;
    line-height: 35px;
    position: relative;
}
.sec4-news-box ul li:after{
   /* position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #e1e1e1;
    top: 12px;
    left: 0; */   /* 查询工具前面的方块 */
}
.sec4-news-box ul li a{
    display: block;
    width: 460px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.sec4-news-box ul li a:hover{color: #ff5000;}
.sec4-news-box ul li span{
    float: right;
    color: #999;
}
.sec5{
    height: 520px;
}
.sec5-left{
    width: 905px;
    float: left;
    height: 520px;
    background: #fff;
    padding: 15px;
}
.sec5-left-left{
    width: 400px;
    float: left;
}
.lunbo{ position:relative;width: 400px;height: 300px;}
.lunbo > .item{ display:none; }
.lunbo > .item.active{ display:block; }
.lunbo > .item a{ font-size:0;display:block; }
.lunbo > .item img{ margin:0 auto; }
.lunbo > ul{ position: absolute; left:50%; margin-left: -50px; bottom: 10px;}
.lunbo > ul>li{ margin: 0 5px; padding: 0;display:inline-block; width:10px; height:10px; background: #fff; box-sizing:border-box; border-radius:50%; cursor: pointer;  list-style: none;}
.lunbo > ul>li.active{ background:#ff5000; }
/* 创业交流 */
.chat{
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #f05a14;
}
.chat span{
    float: right;
    display: block;
    width: 70px;
    font-size: 12px;
    color: #f05a14;
    text-align: right;
    background: url(../image/xinxi.png) no-repeat left center;
}
.chat ul{margin-top: 10px;}
.chat ul li{
    height: 33px;
    line-height: 33px;
    position: relative;
    font-size: 14px;
    text-indent: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.chat ul li:after{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #ffc8af;
    top: 13px;
    left: 0;
}
.chat ul li em{color: #ff6a00;}
.sec5-left-right{
    float: left;
    margin-left: 35px;
    width: 420px;
}
.sec5-left-right dl{
    width: 420px;
    height: 230px;
    position: relative;
}
.sec5-left-right dl:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 200px;
    background: #eee;
    left: 0;
    top: 20px;
}
.sec5-left-right dl:first-child{
    height: 250px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee;
}
.sec5-left-right dl dt{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 15px;
    position: relative;
}
.sec5-left-right dl dt:after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6a00;
    top: 16px;
    left: -4px;
    z-index: 2;
}
.sec5-left-right dl dt a {
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: normal;
}
.sec5-left-right dl dd{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-indent: 15px;
    position: relative;
}
.sec5-left-right dl dd:after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #e6e6e6;
    background: #fff;
    top: 16px;
    left: -4px;
    z-index: 2;
}
.sec5-left-right dl dd a{
    display: block;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sec5-left-right dl dd:hover a{
    color: #ff6a00;
}
.sec5-left-right dl dd:hover:after{
    background: #ff6a00;
    border: #ff6a00;
}
.sec5-right{
    width: 280px;
    float: right;
    height: 520px;
    background: #fff;
}
.sec5-right-box{
    height: 465px;
    padding: 15px;
}
.sec5-right-box dl:first-child{
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 30px;
}
.sec5-right-box dt{
    width: 250px;
    height: 135px;
    position: relative;
    overflow: hidden;
}
.sec5-right-box dt img{
    width: 100%;
    height: 100%;
}
.sec5-right-box dt span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, .6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}
.sec5-right-box dl dd{
    height: 50px;
    line-height: 25px;
    color: #666;
    margin-top: 10px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sec5-right-box dl dd a{color: #ff6a00;}
/* 常用导航 */
.sec6{
    height: 535px;
    background: #fff;
    padding: 0 15px;
}
.sec6 h4{padding: 17px 0;}
.sec6 h4 a{color: #999;}
.sec6-tab{
    height: 25px;
    line-height: 25px;
    float: left;
    margin-left: 40px;  /* 导航整体左边距 */
    font-size: 15px;
    margin-top: -2px;   /* 导航整体上间距 */
}
.sec6-tab span{
    display: block;
    float: left;
    margin-right: 10px;
    width: 78px;   /* 背景块-长度 */
    height: 25px;  /* 背景块-高度 */
    border-radius: 2px;  /* 背景块-圆角 */
    text-align: center;
    cursor: pointer;
}
.dealer-tab-active{
    background: #ff5000;
    color: #fff !important;
}
.sec6 ul{
    height: 480px;
}
.sec6 ul li{
    display: none;
}
.dealer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dealer-li-active{display: block !important;}
.sec6-box{
    float: left;
    width: 120px;  /* 原值220跟上面sec6-box 的宽度保持一致 */
    height: 105px; /* 原值215 */
    border: 1px solid #eee; /* 外边框 */
    margin-top: 15px;
    margin-right: 17.5px;
}
.sec6-box-five{margin-right: 0;}
.sec6-box .sec6-box-img{ /* 图像大小 */
    display: block;
    width: 120px;   /* 原值220跟上面sec6-box 的宽度保持一致 */
    height: 35px;
    overflow: hidden;
    margin-bottom: 10px;
	position: relative;
}
.sec6-box p{
    height: 30px;
    line-height: 20px;
    padding: 0 15px;
    font-size: 14px;
}
.sec6-box p strong{color: #333;font-size: 15px;cursor: pointer;}
.sec6-box p>a{
    float: right;
    margin-top: 2px;
    display: block;
    width: 90px;   /* 访问官网大小 */
    height: 26px;
    line-height: 26px;
    border: 1px solid #d22248;
    color: #d22248;
    text-align: center;
    border-radius: 5px;
}
.sec6-box p em{color: #d22248;}
/* 频道广场 */
.sec7{
    height: 610px;
}
.sec7-left{
    width: 905px;
    height: 610px;
    float: left;
    background: #fff;
	
}
.sec7-left h4{
	border: 0;
	border-bottom: 1px solid #eee;
}
.channel-tab{
    width: 630px;
    float: right;
    height: 20px;
    line-height: 20px;
}
.channel-tab span{
    display: block;
    float: left;
    width: 25%;
    height: 20px;
    line-height: 22px;
    text-align: left;
    font-size: 15px;
    color: #333;
    cursor: pointer;
	
}
.channel-tab-active{
    color: #f05a14 !important;
    font-weight: bold;
}
.channel-tab span:nth-child(1){
    background: url(../image/channel1.png) no-repeat 66px center;
}
.channel-tab span:nth-child(2){
    background: url(../image/channel2.png) no-repeat 66px center;
}
.channel-tab span:nth-child(3){
    background: url(../image/channel3.png) no-repeat 66px center;
}
.channel-tab span:nth-child(4){
    background: url(../image/channel3.png) no-repeat 66px center;
}
.sec7-left-cont{
    width: 100%;
    height: 440px;
    padding: 0 15px;
}
.channel-left{
    width: 235px;
    height: 440px;
    float: left;
}
.channel-left .tips{
    display: block;
	position: relative;
}
.channel-left img{
    width: 235px; /* 频道广场图片大小 主体程序已删除显示 */
    height: 360px;
}
.channel-left ul{
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.channel-left ul li{
    width: 50%;
    height: 25px;
    float: left;
    line-height: 25px;
    margin-bottom: 5px;
    color: #666;
    cursor: pointer;
}
.channel-left ul li span{display: inline-block;padding: 0 5px;}
.channel-left ul li:hover span{
    background: #fff2dd;
    color: #cb8c38;
}
.channel-right{
    width: 100%;
    float: right;
    height: 100%; /* 原值是440px */
}
.channel-right li{display: none;}
.channel-li-active{display: block !important;}
.channel-cont{
    width: 100%;    /* 跟上面channel-right的宽度100%保持一致 */
    height: 100%; /* 原值是440px */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	
}
.channel-box{
    
    width: 100px;     /* 定义一个box的大小 原值200px */
    height: 70px;      
	margin-top: 20px;    /* 上间距  新增加一行的*/
	margin-left: 20px;
    margin-right: auto;  /* 右间距原值15px */
    margin-bottom: auto;  /* 行间距原值15px */
}
.channel-box .tips {
	display: block;
	position: relative;
}
.channel-box .tips span { bottom: 5px; }
.channel-box-three{margin-right: 0 !important;}
.channel-box img{
    width: 40px;      /* 原值200px 图标大小*/
    height: 40px;     /* 原值135px */
    margin-bottom: 3px;
}
.channel-box p{
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 15px;
}
.channel-box p a{color: #666;}
.channel-box p a:hover{color: #ff5000;}
.channel-box p em{color: #d81e06;} 
/* 最新资讯 */
.sec7-right{
    width: 280px;
    height: 495px;
    float: right;
    background: #fff;
}
.sec7-right ul{padding: 10px 15px 0;}
.sec7-right ul li{
    height: 42px;
    line-height: 42px;
}
.sec7-right ul li em{
    display: block;
    float: left;
    width: 20px;
    height: 23px;
    line-height: 23px;
    margin-top: 9px;
    text-align: center;
    color: #fff;
    background: url(../image/d4.png);
}
.sec7-right ul li:nth-child(1) em{background: url(../image/d1.png) !important;}
.sec7-right ul li:nth-child(2) em{background: url(../image/d2.png) !important;}
.sec7-right ul li:nth-child(3) em{background: url(../image/d3.png) !important;}
/* 兼容ie8 */
.sec7-right ul>li:first-child em{background: url(../image/d1.png) !important;}
.sec7-right ul>li:first-child + li em{background: url(../image/d2.png) !important;}
.sec7-right ul>li:first-child +li + li em{background: url(../image/d3.png) !important;}
.sec7-right ul li a{
    display: block;
    width: 220px;
    float: left;
    margin-left: 10px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sec7-right ul li a:hover{
    color: #ff5000;
    text-decoration: underline;
}
/* 全部行业切换 */
.sec8{height: 400px; background: #fff;}
.whole-tab{
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-top: 1px solid #ffdbd1;
    padding: 0 15px;
}
.whole-tab span{
    display: block;
    float: left;
    width: 72px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.whole-tab-active{
    color: #ff5000 !important;
    border-top: 2px solid #ff5000;
    line-height: 52px !important;
}
.whole-tab em{
    color: #ccc;
    float: left;
}
.whole-tab a{
    float: right;
    color: #999;
    font-size: 16px;
}
.sec8 ul{
    width: 100%;
    height: 345px;
}
.sec8 ul li{display: none;}
.whole-li-active{display: block !important;}
.whole-box{
    width: 100%;
    height: 345px;
    padding: 0 15px;
}
.whole-txt{
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.whole-txt a{
    display: block;
    float: left;
    width: 165px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.whole-txt a:hover{
    color: #ff5000;
}
.whole-img{
    margin-top: 20px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
}
.whole-img a{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #eee;
    display: block;
    float: left;
    width: 132px;
    height: 100px;
    margin-left: 16px;
}
.whole-img a:first-child{margin-left: 0 !important;}
.sec9{
    height: 535px;
}
.sec9-left{
    width: 905px;
    height: 535px;
    float: left;
    background: #fff;
    padding: 15px;
}
.sec9-left-left{
    width: 400px;
    height: 505px;
    float: left;
}
.sec9-adv{
    width: 400px;
    height: 325px;
    background: #f8f8f8;
}
.adv-img{
    display: block;
    width: 400px;
    height: 190px;
    overflow: hidden;
	position: relative;
}
.adv-img .pptips{ bottom: 2px; }
.sec9-adv h4{
    height: 20px;
    line-height: 20px;
    color: #333;
    margin-top: 10px;
    padding: 0 15px;
}
.sec9-adv p{
    height: 44px;
    line-height: 22px;
    color: #999;
    margin-top: 10px;
    padding: 0 15px;
}
.sec9-adv p a{color: #ff3030;}
.sec9-adv div{
    padding: 0 10px;
    margin-top: 15px;
    height: 20px;
}
.sec9-adv div span{
    display: block;
    float: left;
    height: 20px;
    line-height: 18px;
    padding: 0 10px;
    margin-right: 10px;
    border: 1px solid #b3c1d2;
    border-radius: 10px;
    color: #6b798a;
    font-size: 12px !important;
}
.sec9-adv div span:last-child{margin-right: 0;}
.sec9-sm-adv{
    height: 170px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.sec9-sm-adv div{
    width: 185px;
    height: 170px;
    float: left;
}
.sec9-sm-adv>div:first-child{margin-right: 30px;}
.adv-banner{
    display: block;
    width: 100%;
    height: 115px;
    position: relative;
    overflow: hidden;
}
.adv-banner img{
    width: 100%;
    height: 100%;
}
.adv-banner span{
    position: absolute;
    width: 45px;
    height: 45px;
    background: url(../image/re.png) no-repeat -16px -20px;
    top: 0;
    left: 0;
}
.sec9-sm-adv p{
    color: #666;
    height: 40px;
    margin-top: 10px;
    line-height: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.sec9-left-right{
    width: 440px;
    height: 505px;
    float: right;
    padding: 0 10px;
}
.headline-tab{
    height: 40px;
    border-bottom: 1px solid #eee;
}
.headline-tab strong{
    width: 105px;
    height: 40px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #f05a14;
    text-align: center;
}
.headline-tab span{
    margin-left: 35px;
    font-size: 18px;
    cursor: pointer;
}
.headline-tab span i{
    font-size: 20px;
    margin-right: 8px;
    color: #ccc;
}
.headline-tab-active{
    color: #f05a14;
}
.headline-tab-active i{color: #f05a14 !important;}
.sec9-left-right ul{
    width: 100%;
    height: 465px;
}
.sec9-left-right ul li{display: none;}
.headline-li-active{display: block !important;}
.sec9-left-right dl{
    height: 230px;
    padding-top: 10px;
}
.sec9-left-right dl dt{
    height: 36px;
    line-height: 36px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 10px;
}
.sec9-left-right dl dt:after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 15px;
    left: 0;
    border-radius: 50%;
    background: #d5d5d5;
}
.sec9-left-right dl dd{
    height: 36px;
    line-height: 36px;
    position: relative;
    font-size: 16px;
}
.sec9-left-right dl dd:after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 15px;
    left: 0;
    border-radius: 50%;
    background: #d5d5d5;
}
.sec9-left-right dl dd a{
    display: block;
    float: left;
    margin-left: 10px;
    width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sec9-left-right dl dd a:hover{color: #ff5000;}
.sec9-left-right dl dd span{
    display: block;
    height: 20px;
    line-height: 20px;
    float: right;
    color: #fff;
    font-size: 12px;
    background: #cdd3da;
    padding: 0 5px;
    margin-top: 8px;
}
.sec9-left-right dl:first-child{
    border-bottom: 1px dashed #ccc;
    height: 240px;
}
.sec9-right{
    width: 280px;
    height: 535px;
    float: right;
    background: #fff;
}
.suffer-tab{
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #eee;
}
.suffer-tab span{
    display: block;
    float: left;
    width: 95px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin-left: 30px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}
.suffer-tab-active{
    border-bottom: 2px solid #ff5000;
    color: #ff5000 !important;
}
.sec9-right ul{
    width: 100%;
    height: 480;
    padding: 15px;
}
.sec9-right ul li{display: none;}
.suffer-li-active{display: block !important;}
.sec9-right ul li div{
    width: 100%;
    height: 450px;
}
.sec9-right ul li div p{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dotted #c4c4c4;
}
.sec9-right ul li div p:last-child{border: 0;}
.sec9-right ul li div p em{
    float: left;
    font-size: 18px;
    color: #999;
    font-family: "微软雅黑";
}
.sec9-right ul li div p a{
    float: right;
    display: block;
    width: 220px;
    line-height: 43px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.sec9-right ul li div p a:hover{color: #ff5000;}
.suffer-em{color: #ff5000 !important;}
.sec10{
    height: 360px;
    background: #fff;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}
.sec10-box{
    width: 360px;
    height: 360px;
    float: left;
    margin-left: 45px;
}
.sec10-box:first-child{margin-left: 0 !important;}
.sec10-title{
    height: 60px;
    border-bottom: 1px solid #eee;
}
.sec10-title span{
    float: left;
    width: 100px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-bottom: 2px solid #ff6a00;
    text-align: center;
    color: #333;
}
.sec10-title a {
    float: right;
    font-size: 12px;
    color: #999;
    height: 60px;
    line-height: 60px;
}
.sec10-box dl{
    height: 100px;
    margin: 15px 0;
}
.sec10-box dl dt{
    width: 160px;
    height: 100px;
    float: left;
    border: 1px solid #eee;
    overflow: hidden;
    margin-right: 15px;
}
.sec10-box dl dt img{
    width: 100%;
    height: 100%;
}
.sec10-box dl dd{
    width: 185px;
    height: 75px;
    float: right;
    margin-top: 12px;
    line-height: 25px;
    color: #999;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sec10-box dl dd a{color: #ff5000;}
.sec10-box ul{
    height: 160px;
    margin-top: 10px;
}
.sec10-box ul li{
    height: 32px;
    line-height: 32px;
    position: relative;
}
.sec10-box ul li:after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e2e2e2;
    top: 13px;
    left: 0;
}
.sec10-box ul li a{
    display: block;
    width: 270px;
    float: left;
    color: #666;
    margin-left: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sec10-box ul li a:hover{color: #ff5000;}
.sec10-box ul li span{
    float: right;
    color: #666;
}
/* 猜你喜欢 */
.sec11{
    height: 250px;
    background: #fff;
}
.sec11 h4{border: 0 !important;}
.sec11 p{
    float: right;
    height: 20px;
    line-height: 20px;
    color: #eee;
}
.sec11 p a{color: #999;}
.sec11 p em{margin: 0 15px;}
.sec11 h4>a{
    color: #999 !important;
    margin-left: 30px;
}
.sec11-box{
    width: 100%;
    height: 175px;
    /* margin-top: 10px; */
    padding: 0 15px;
}
.sec11-box td{
    width: 180px;
    height: 175px;
}
.sec11-box-img{
    display: block;
    width: 180px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 5px;
	position: relative;
}
.sec11-box-img .pptips{
	bottom:2px;
}
.sec11-box td p{
    width: 180px;
    height: 30px;
    line-height: 30px;
    color: #999;
    text-align: left !important;
}
.sec11-box td p a{
    color: #666;
    font-size: 16px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sec11-box td p span{color: #c9161c;}
/* 所有行业 */
.all{
    width: 100%;
    height: 580px;
    margin-top: 15px;
    background: #fff;
    padding-top: 30px;
}
.all-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all-box{
    width: 230px;
    height: 165px;
    float: left;
    border: 1px solid #eee;
    padding-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 10px;
}
.all-box-five{margin-right: 0 !important;}
.all-box:hover{
    background: #f4f4f4;
}
.all-box h4{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    padding: 0 15px;
}
.all-box h4 a{
    float: right;
    font-size: 12px;
}
.all-box div{
    padding-left: 15px;
    width: 100%;
    height: 130px;
    overflow: hidden;
}
.all-box div a{
    float: left;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    margin-right: 10px;
    margin-top: 10px;
}
.all-box div a:hover{color: #ff5000;}
/* 友情连接 */
.media{
    width: 100%;
    background: #ffffff; /* 原值#f4f4f4; */
}
.media-cont{
    padding: 0 5px;
}
.media-cont h4{
    height: 40px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.media-cont h4 strong{
    display: block;
    float: left;
    width: 80px;
    height: 40px;
    border-bottom: 2px solid #ff5900;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.media-cont h4 span{
    display: block;
    float: right;
    width: 150px;
    text-align: right;
    color: #ff5900;
    background: url() no-repeat left center;
}
.media-cont p{
    width: 100%;
    height: 70px;
    margin-top: 10px;
}
.media-cont p a{
    float: left;
    display: block;
    height: 28px;        /* 友情连接行间距 */
    line-height: 30px;
    margin-right: 20px;
    color: #999;
}
.media-cont p a:hover{color: #ff5000;}
/* 底部 */
.footer{
    width: 100%;
    height: 235px;
    background:  #191919;
    padding: 10px 0;
}
.footer-title{
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #3a4047;
}
.footer-title p{
    float: left;
    margin-left: 15px;
    line-height: 65px;
    color: #4c5663;
    font-size: 16px;
}
.footer-title p a{color: #777;}
.footer-title p em{margin: 0 15px;}
.footer-title strong{
    width: 230px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #4c5663;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    float: right;
    color: #4c5663;
    margin-top: 7px;
}
.footer-cont{
    margin-top: 30px;
    height: 125px;
    border-bottom: 1px dotted #4c5663; /* 中间分隔线 */
}
.foot-logo{
    
	float: left;
    width: 193px;
    height: 52px;
    margin: 5px 45px 0 2px;  /* logo 上下左右间距 */
}
.copyright{
    float: left;
    width: 500px;
    height: 90px;
}
.copyright p{
    height: 25px;
    line-height: 25px;
    color: #c0c0c0;
	font-size: 13px;
}
.copyright p a{
    color: #c0c0c0;
}
.foot-er{
    float: right;
    margin-right: 15px;  /* 两个图片联系方式间距 */
}
.foot-er img{margin-left: 30px;cursor: pointer;}
.footer-bottom{
    margin-top: 20px;  /* 备案间距 */
}
.footer-bottom p{
    height: 20px;
    line-height: 10px;
    color: #909090;
    font-size: 14px;
    text-align: center;
}
.footer-bottom a{color: #c0c0c0;}
.footer-bottom p strong{color: #909090;}
.footer-bottom p span{margin-left: 30px;}
.footer-bottom p span img{margin-right: 10px;}

/* 以下是新增一条虚线，全局引用 <div class="dashed-line"></div>   */
.dashed-line {  
            border-top: 3px solid #eee; /* 设置上边框为实虚线 */  
            width: 100%; /* 设置宽度为100% */  
            margin: 1px 0; /* 设置上下外边距为20px，左右外边距为0 */  
        } 
 
 .dashed-line2{
	 width: 1px; /* 设置宽度为1像素以形成竖线 */  
	 height: 70%; /* 设置高度为20像素 */  
	 background-color: #c0c0c0; /* 设置背景颜色 */   
	 }
	 
	 
	 
.mycontainer2 {  
  display: flex;  
  justify-content: center; /* 水平居中对齐 */  
  align-items: center; /* 垂直居中对齐 */  
  margin: auto; 
  height:30px;
  margin-top: 10px;  
  margin-bottom: 10px;  
  text-align: center;  
  background-image: linear-gradient(90deg,  #fff,#eee,#54B1A5,#fff,#54B1A5,#fff); 
  width: 1200px;
  border: 1px solid rgba(222, 222, 222, 0.8);  

}  
  
.myitem2 {  
  display: flex;  
  align-items: center; /* 垂直居中对齐 */
  font-size:13px;
  
}