/* banner start */
.bannerbox {
    width: 100%;
    min-width: 1180px;
    height: 700px;
    overflow: hidden;
    position: relative;
}

.bannerbox .hd {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 15px;
    overflow: hidden;
    z-index: 1;
}

.bannerbox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.bannerbox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 28px;
    height: 3px;
    background: #fff;
    cursor: pointer;
}

.bannerbox .hd ul li.on {
    background: #f0a02a;
    color: #fff;
}

.bannerbox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.bannerbox .bd li {
    height: 700px;
    zoom: 1;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bannerbox .bd li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.bannerbox .prev, .bannerbox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.bannerbox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.bannerbox .prev:hover, .bannerbox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
/* banner end */
/* 搜索 start */
.searchbar {
    position: relative;
    top: -55px;
    z-index: 2;
    width: 1180px;
    height: 110px;
    padding-top: 29px;
    padding-left: 39px;
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 10px 10px  #eee;
    background: url('../images/search_bg.gif') 0 0 repeat-y;
}
.searchbar .leftslogan {
    width: 260px;
    height: 54px;
    float: left;
}
.searchbar .leftslogan p {
    font-size: 18px;
    color: #737373;
}
.searchbar .leftslogan p b {
    color: #595959;
    font-size: 20px;
}
.searchbar .centersearch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 24px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.searchbar .centersearch .searchtext {
    width: 100%;
    height: 24px;
    padding-left: 10px;
    line-height: 24px;
    color: 808080;
    font-size: 12px;
    padding-right: 40px;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
    border-bottom: 1px solid #d9d9d9;
}
.searchbar .centersearch .searchtext:focus {
    border-color: #f0a02a;
}
.searchbar .centersearch .searchsubmit {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 18px;
    height: 17px;
    cursor: pointer;
    background: url('../images/ico_search.png') center center no-repeat;
}
.searchbar .righttel {
    width: 340px;
    height: auto;
    float: right;
    margin-top: 6px;
}
.searchbar .righttel p {
    width: 264px;
    float: left;
    color: #808080;
    font-size: 16px;
}
.searchbar .righttel p b {
    color: #f0a02a;
    font-size: 22px;
}
/* 搜索 end */
/* 产品中心 start */
.procenter {
    width: 1180px;
    height: auto;
    margin: 0 auto;
}
.procenter .toprecombox {
    width: 1180px;
    height: 686px;
}
.procenter .toprecombox .leftpro {
    width: 590px;
    height: 686px;
    float: left;
    overflow: hidden;
}
.procenter .toprecombox .leftpro img {
    width: 590px;
    height: 686px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.procenter .toprecombox .leftpro:hover img {
    -webkit-transform: scale(1.05) rotate(1deg);
    -moz-transform: scale(1.05) rotate(1deg);
    -o-transform: scale(1.05) rotate(1deg);
    transform: scale(1.05) rotate(1deg);
}
.procenter .toprecombox .rightclassify {
    width: 590px;
    height: 686px;
    float: left;
} 
.procenter .toprecombox .rightclassify h3 {
    margin-top: 93px;
    margin-left: 43px;
    font-size: 40px;
    color: #b2b2b2;
    text-transform: uppercase;
    font-weight: bold;
}
.procenter .toprecombox .rightclassify h3 span {
    color: #f0a02a;
}
.procenter .toprecombox .rightclassify h4 {
    margin-top: 4px;
    margin-left: 43px;
    font-size: 24px;
    color: #4c4c4c;
    font-weight: bold;
}
.procenter .toprecombox .rightclassify .pronamelist {
    margin-left: 43px;
    margin-top: 36px;
}
.procenter .toprecombox .rightclassify .pronamelist li {
    width: 99px;
    height: 34px;
    float: left;
    margin-right: 10px;
    padding-right: 4px;
    box-sizing: border-box;
}
.procenter .toprecombox .rightclassify .pronamelist li a {
    display: block;
    line-height: 34px;
    text-align: left;
    color: #4c4c4c;
    font-size: 14px;
}
.procenter .toprecombox .rightclassify .pronamelist li a:hover {
    color: #f0a02a;
}
.procenter .toprecombox .rightclassify .promore {
    display: block;
    width: 32px;
    height: 32px;
    margin-top: 40px;
    margin-left: 43px;
}
.procenter .toprecombox .rightclassify .promore:hover {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.procenter .toprecombox .rightclassify .classifybox {
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-left: 40px;
}
.procenter .toprecombox .rightclassify .classifybox .proclass {
    width: 266px;
    height: 257px;
    float: left;
    text-align: center;
    color: #e5e5e5;
    font-size: 16px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    box-shadow: 0 0 50px #fff6e7; 
    background-color: #fafafa;
    cursor: pointer;
}
.procenter .toprecombox .rightclassify .classifybox .proclass p {
    margin-top: 66px;
    text-transform: uppercase;
}
.procenter .toprecombox .rightclassify .classifybox .proclass a {
    display: block;
    margin-top: 18px;
    color: #4c4c4c;
    font-size: 18px;
}
.procenter .toprecombox .rightclassify .classifybox .rightbox {
    margin-left: 20px;
} 
.procenter .toprecombox .rightclassify .classifybox .proclass:hover, .procenter .toprecombox .rightclassify .classifybox .proclass.active {
    background-color: #fff;
}
.procenter .toprecombox .rightclassify .classifybox .proclass:hover a, .procenter .toprecombox .rightclassify .classifybox .proclass.active a {
    color: #f0a02a;
}
.procenter .toprecombox .rightclassify .classifybox .proclass img {
    margin-top: 30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.procenter .toprecombox .rightclassify .classifybox .proclass:hover img, .procenter .toprecombox .rightclassify .classifybox .proclass.active img {
    margin-top: 24px;
}
.procenter .productlist {
    display: none;
    width: 1180px;
    margin-top: 40px;
    margin-bottom: 80px;
}
.procenter .productlist li {
    position: relative;
    top: 0;
    width: 380px;
    height: 285px;
    float: left;
    padding: 20px 26px;
    margin-right: 20px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    box-shadow: 0 0 30px #eee;
}
.procenter .productlist li:hover {
    top: -10px;
    box-shadow: 0 0 30px #fff4e4;
}
.procenter .productlist li:nth-child(3n) {
    margin-right: 0;
}
.procenter .productlist li .productimg img {
    width: 329px;
    height: 202px;
}
.procenter .productlist li .proname {
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #4c4c4c;
    font-size: 14px;
}
.procenter .productlist li .view-pro {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
    transform: rotate(45deg);
    background-color: #262626;
}
.procenter .productlist li .view-pro img {
    position: relative;
    top: 1px;
    transform: rotate(-45deg);
}
.procenter .productlist li:hover .view-pro {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #f0a02a;
}
.procenter .productlist li:hover .proname {
    color: #f0a02a;
}
/* 产品中心 end */
/* 合作案例 start */
.coopcase {
    width: 100%;
    min-width: 1180px;
    height: 810px;
    overflow: hidden;
    background: url('../images/case_bg.jpg')
}
.alltitle {
    width: 420px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.alltitle p {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.alltitle h3 {
    position: relative;
    color: #4c4c4c;
    font-size: 24px;
    font-weight: bold;
}
.alltitle h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    width: 40px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}
.coopcase .alltitle {
    margin-top: 50px;
    margin-bottom: 38px;
}
.coopcase .scrollcoopcase {
    position: relative;
    width: 1180px;
    height: 596px;
    margin: 0 auto;
}

.coopcase .scrollcoopcase .hd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
}
.coopcase .scrollcoopcase .hd .prev,.coopcase .scrollcoopcase .hd .next {
    position: relative;
    display: inline-block;
	width: 560px;
	height: 22px;
	margin-right: 5px;
    margin-top: 10px;
    text-align: right;
	cursor: pointer;
}
.coopcase .scrollcoopcase .hd .next {
    text-align: left;
}
.coopcase .scrollcoopcase .hd .prev::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 580px;
    display: block;
    width: 560px;
    height: 1px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #eae7ea;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.coopcase .scrollcoopcase .hd .prev::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 560px;
    height: 1px;
    background-color: #f0a02a;
}
.coopcase .scrollcoopcase .hd .prev:hover::after {
    width: 0;
}
.coopcase .scrollcoopcase .hd .next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 0;
    height: 1px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: #f0a02a;
}
.coopcase .scrollcoopcase .hd .next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 560px;
    height: 1px;
    background-color: #eae7ea;
}
.coopcase .scrollcoopcase .hd .next:hover::after {
    width: 560px;
}
.coopcase .scrollcoopcase .bd ul {
	height: 542px;
}
.coopcase .scrollcoopcase .bd ul li {
	_display: inline;
    width: 380px;
    height: 486px;
    float: left;
    padding-top: 10px;
    margin-right: 22px;
    text-align: center;
    box-shadow: 0 0 30px #eee;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: #fafafa;
}
.coopcase .scrollcoopcase .bd ul li .caseimg img {
    width: 360px;
    height: 300px;
}
.coopcase .scrollcoopcase .bd ul li .caseline {
    display: block;
    width: 80px;
    height: 2px;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 14px;
    background-color: #e6e6e6;
}
.coopcase .scrollcoopcase .bd ul li .casename {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #4c4c4c;
    font-size: 14px;
    text-align: center;
}
.coopcase .scrollcoopcase .bd ul li .casename:hover {
    color: #f0a02a;
}
.coopcase .scrollcoopcase .bd ul li .casedesc {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 8px;
    overflow: hidden;
    line-height: 30px;
    color: #808080;
    font-size: 14px;
    box-sizing: border-box;
}
.coopcase .scrollcoopcase .bd ul li .readmore {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    margin-top: 17px;
    text-align: center;
    line-height: 25px;
    transform: rotate(45deg);
    background-color: #262626;
}
.coopcase .scrollcoopcase .bd ul li .readmore img {
    position: relative;
    top: 1px;
    transform: rotate(-45deg);
}
.coopcase .scrollcoopcase .bd ul li:hover {
    box-shadow: 0 0 30px #ffeacd;
}
.coopcase .scrollcoopcase .bd ul li:hover .casename {
    color: #f0a02a;
}
.coopcase .scrollcoopcase .bd ul li:hover .readmore {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #f0a02a;
} 
/* 合作案例 end */
/* 选择我们的理由 start */
.choosereason {
    width: 100%;
    min-width: 1180px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
}
.choosereason .alltitle {
    margin-top: 50px;
    margin-bottom: 52px;
}
.choosereason .alltitle p {
    color: #e6e6e6;
}
.choosereason .alltitle h3 {
    color: #4c4c4c;
} 
.choosereason .alltitle h3::after {
    background-color: #e6e6e6;
}
.choosereason .reasonbox {
    width: 1180px;
    height: 28px;
    margin: 0 auto;
}
.choosereason .reasonbox .leftslogan {
    width: 247px;
    height: 28px;
    float: left;
    vertical-align: top;
    font-size: 16px;
    color: #666;
}
.choosereason .reasonbox .reasonlist {
    width: 590px;
    height: 28px;
    float: right;
} 
.choosereason .reasonbox .reasonlist li {
    position: relative;
    width: 80px;
    height: 28px;
    float: left;
    margin-left: 36px;
    margin-right: 36px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}
.choosereason .reasonbox .reasonlist li::after {
    content: '';
    position: absolute;
    right: -45px;
    top: 6px;
    width: 2px;
    height: 14px;
    background-color: #ccc;
}
.choosereason .reasonbox .reasonlist li:last-child {
    margin-right: 0;
}
.choosereason .reasonbox .reasonlist li:last-child::after {
    display: none;
}
.choosereason .reasonbox .reasonlist li.active {
    color: #f0a02a;
    font-weight: bold;
    border-color: #f0a02a;
}
.choosereason .reasoncontent {
    display: none;
    width: 1180px;
    height: 484px;
    margin: 0 auto;
    margin-top: 22px;
    background: url('../images/reason_bg.jpg') right bottom no-repeat;
}
.choosereason .reasoncontent .imgbox {
    position: relative;
    width: 658px;
    height: 427px;
    float: left;
    margin-top: 22px;
    box-shadow: 0 0 30px #ffeed7;
}
.choosereason .reasoncontent .imgbox img {
    width: 658px;
    height: 427px;
}
.choosereason .reasoncontent .textinfo {
    width: 438px;
    height: 240px;
    float: left;
    margin-top: 126px;
    margin-left: 38px;
}
.choosereason .reasoncontent .textinfo .reasonnum {
    position: relative;
    color: #e5e5e5;
    font-size: 50px;
}
.choosereason .reasoncontent .textinfo .reasonnum::after {
    content: '';
    position: absolute;
    left: 68px;
    top: 50%;
    width: 160px;
    height: 1px;
    background-color: #e6e6e6;
}
.choosereason .reasoncontent .textinfo .reasontitle {
    margin-top: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #f0a02a;
}
.choosereason .reasoncontent .textinfo .reasontitle span {
    margin-left: 10px;
    font-size: 14px;
    color: #ccc;
    font-weight: normal;
    text-transform: uppercase;
}
.choosereason .reasoncontent .textinfo .reasontext {
    height: 120px;
    margin-top: 18px;
    line-height: 30px;
    overflow: hidden;
    color: #808080;
    font-size: 14px;
}
.choosereason .bottomreason {
    width: 100%;
    min-width: 1180px;
    height: 578px;
    background: url('../images/choose_bg.jpg') center center no-repeat;
    background-size: cover;
}
.choosereason .bottomreason .bottomreasonbox {
    width: 1180px;
    height: 578px;
    margin: 0 auto;
    overflow: hidden;
}
.choosereason .bottomreason .bottomreasonbox .contactintro {
    width: 460px;
    height: auto;
    margin-top: 70px;
}
.choosereason .bottomreason .bottomreasonbox .contactintro .slogancn {
    font-size: 16px;
    color: #4c4c4c;
}
.choosereason .bottomreason .bottomreasonbox .contactintro .slogancn b {
    font-size: 24px;
    color: #f0a02a;
}
.choosereason .bottomreason .bottomreasonbox .contactintro .sloganen {
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
}
.choosereason .bottomreason .bottomreasonbox .contactintro .sloganbox {
    width: 426px;
    height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 35px;
    text-align: center; 
    font-size: 16px;
    color: #666;
    background-color: #fafafa;
}
.choosereason .bottomreason .bottomreasonbox .contactintro .contacthotline {
    font-size: 16px;
    color: #4c4c4c;
}
.choosereason .bottomreason .bottomreasonbox .contactintro .contacthotline span {
    color: #f0a02a;
    font-weight: bold;
    font-size: 20px;
}
.choosereason .bottomreason .bottomreasonbox .contactintro .contacthotline b {
     font-size: 22px;
     color: #f0a02a;
}
.choosereason .bottomreason .bottomreasonbox .contactintro .contacthotline img {
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.choosereason .bottomreason .bottomreasonbox .contactintro .mess {
    display: block;
    width: 130px;
    height: 35px;
    margin-top: 34px;
    font-size: 14px;
    line-height: 33px;
    color: #4d4d4d;
    text-align: center;
    border: 1px solid #4d4d4d;
    box-sizing: border-box;
}
.choosereason .bottomreason .bottomreasonbox .contactintro .mess:hover {
    color: #fff;
    border-color: #f0a02a;
    background-color: #f0a02a;
}
/* 选择我们的理由 end */
/* 关于我们 start */
.about {
    width: 1180px;
    height: 590px;
    margin: 0 auto;
    margin-top: 36px;
}
.about .lefttextintro {
    width: 475px;
    height: auto;
    float: left;
    overflow: hidden;
}
.about .lefttextintro .abouten {
    margin-top: 34px;
    font-size: 26px;
    color: #ccc;
}
.about .lefttextintro .aboutcn {
    position: relative;
    margin-top: 10px;
    margin-bottom: 60px;
    font-size: 24px;
    color: #f0a02a;
    font-weight: bold;
}
.about .lefttextintro .aboutcn::after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 0;
    display: block;
    width: 90px;
    height: 1px;
    background-color: #e6e6e6;
}
.about .lefttextintro .aboutintro {
    height: 90px;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    color: #808080;
}
.about .lefttextintro .aboutpic {
    display: block;
    margin-top: 56px;
}
.about .rightimgshow {
    width: 680px;
    height: auto;
    float: right;
} 
.about .rightimgshow .listshow {
    width: 334px;
    height: 265px;
    float: left;
    margin-right: 9px;
    margin-bottom: 11px;
    padding: 15px 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    box-shadow: 0 0 20px #fff;
    box-sizing: border-box;
    background-color: #faf8f4;
}
.about .rightimgshow .listshow:nth-child(2n) {
    margin-right: 0;
}
.about .rightimgshow .listshow .imgbox {
    position: relative;
    width: 314px;
    height: 235px;
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: 0 0 10px #fff8ed;
    box-sizing: border-box;
}
.about .rightimgshow .listshow .imgbox img {
    width: 294px;
    height: 195px;
}
.about .rightimgshow .listshow .imgbox .imgname {
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: 294px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #4c4c4c;
    font-size: 14px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: rgba(255, 255, 255, .8);
    _background-color: #fff;
}
.about .rightimgshow .listshow:hover {
    box-shadow: 0 0 20px #fffcf7;
}
.about .rightimgshow .listshow:hover .imgbox .imgname {
    color: #fff;
    background-color: #f0a02a;
}
/* 关于我们 end */
/* 新闻快讯 start */
.newsbox {
    width: 1180px;
    height: 525px;
    margin: 0 auto;    
    overflow: hidden;
}
.newsbox .newsmenu {
    width: 100%;
    height: 48px;
}
.newsbox .newsmenu .lefttitle {
    width: 134px;
    height: 48px;
    float: left;
}
.newsbox .newsmenu .lefttitle h3 {
    font-size: 28px;
    font-weight: bold;
    color: #3c3c3c;
}
.newsbox .newsmenu .lefttitle p {
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
}
.newsbox .newsmenu .flashmenulist {
    float: right;
} 
.newsbox .newsmenu .flashmenulist li {
    position: relative;
    margin-left: 24px;
    margin-right: 24px;
    float: left;
}
.newsbox .newsmenu .flashmenulist li::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    width: 15px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}
.newsbox .newsmenu .flashmenulist li.active a {
    color: #f0a02a;
}
.newsbox .newsmenu .flashmenulist li.active::after {
    background-color: #f0a02a;
}
.newsbox .newsflashcontent {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 25px;
}
.newsbox .newsflashcontent .toprecommend {
    width: 100%;
    height: 202px;
}
.newsbox .newsflashcontent .toprecommend .newsimg img {
    width: 366px;
    height: 202px;
}
.newsbox .newsflashcontent .toprecommend .recommendlist {
    width: 366px;
    height: 202px;
    float: left;
    margin-right: 41px;
}
.newsbox .newsflashcontent .toprecommend .recommendlist:last-child {
    margin-right: 0;
}
.newsbox .newsflashcontent .toprecommend .recommendlist .recommendtitle {
    width: 100%;
    height: 22px;
    margin-top: 24px;
    box-sizing: border-box;
}
.newsbox .newsflashcontent .toprecommend .recommendlist .recommendtitle:hover {
    padding-left: 6px;
}
.newsbox .newsflashcontent .toprecommend .recommendlist  .desc {
    width: 100%;
    height: 60px;
    margin-top: 28px;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    color: #808080;
}
.newsbox .newsflashcontent .toprecommend .recommendlist .date {
    position: relative;
    margin-top: 30px;
    font-size: 14px;
    color: #b2b2b2;
} 
.newsbox .newsflashcontent .toprecommend .recommendlist .date::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 40px;
    height: 1px;
    background-color: #e6e6e6;
}
.newsbox .newsflashcontent .bottomflashlist {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newsbox .newsflashcontent .bottomflashlist li {
    position: relative;
    width: 366px;
    height: 50px;
    float: left;
    margin-right: 41px;
    border-bottom: 1px solid #f5f5f5;
    box-sizing: border-box;
}
.newsbox .newsflashcontent .bottomflashlist li::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 0;
    height: 1px; 
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: #f0a02a;
}
.newsbox .newsflashcontent .bottomflashlist li:nth-child(3n) {
    margin-right: 0;
}
.newsbox .newsflashcontent .bottomflashlist li a {
    position: relative;
    width: 282px;
    height: 49px;
    float: left;
    padding-left: 12px;
    line-height: 49px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
}
.newsbox .newsflashcontent .bottomflashlist li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color: #ccc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}
.newsbox .newsflashcontent .bottomflashlist li span {
    display: block;
    width: 80px;
    height: 49px;
    float: right;
    line-height: 49px;
    font-size: 14px;
    color: #999;
}
.newsbox .newsflashcontent .bottomflashlist li:hover .flashname {
    color: #f0a02a;
}
.newsbox .newsflashcontent .bottomflashlist li:hover .flashname::before {
    content: '';
    background-color: #f0a02a;
}
.newsbox .newsflashcontent .bottomflashlist li:hover::after {
    content: '';
    width: 100%;
}
/* 新闻快讯 end */
