
/* banner start */
.bannerbox {
    width: 100%;
    min-width: 1180px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.bannerbox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.bannerbox .bd li {
    height: 500px;
    zoom: 1;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.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 */
/* searchbox start */
.searchbox {
    position: relative;
    top: -45px;
    z-index: 3;
    width: 1180px;
    height: 90px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 14px #ebedeb;
    border-radius: 10px;
}
.searchbox .leftsloganbox {
    width: 514px;
    height: 66px;
    float: left;
    margin-left: 28px;
}
.searchbox .leftsloganbox .slogantext img {
    position: relative;
    top: 9px;
    margin-right: 12px;
}
.searchbox .leftsloganbox .slogantext b {
    color: #3367a6;
    font-size: 18px;
}
.searchbox .leftsloganbox .hottel {
    font-size: 16px;
    color: #666;
} 
.searchbox .leftsloganbox .hottel img {
    position: relative;
    top: 8px;
    margin-right: 12px;
}
.searchbox .leftsloganbox .hottel span {
    margin-left: 4px;
    font-family: 'Arial Regular';
    font-size: 18px;
}
.searchbox .rightsearch {
    width: 452px;
    height: 44px;
    float: right;
    margin-top: 23px;
    margin-right: 31px; 
    font-size: 0;
}
.searchbox .rightsearch .searchtext {
    width: 368px;
    height: 44px;
    padding-left: 10px;
    color: #333;
    line-height: 42px;
    box-sizing: border-box;
    border: 1px solid #3367a6;
}
.searchbox .rightsearch .search-btn {
    width: 84px;
    height: 44px;
    background-color: #3367a6;
    background-image: url('../images/search_btn.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
/* searchbox end */
/* 产品中心 start */
.product {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    margin-top: 55px;
}
.alltitle {
    margin: 0 auto;
    text-align: center;
}
.alltitle .titlecn h3 {
    display: inline-block;
    font-size: 24px;
    color: #666;
    font-weight: bold;
}
.alltitle .titlecn img {
    position: relative;
    top: 5px;
    display: inline-block;
}
.alltitle .titlecn img:first-child {
    margin-right: 16px;
}
.alltitle .titlecn img:last-child {
    margin-left: 16px;
}
.alltitle p {
    margin-top: 4px;
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    font-family: 'Arial Regular';
}
.product .productmenu {
    width: 100%;
    height: 72px;
    margin: 0 auto;
    margin-top: 32px;
    text-align: center;
}
.product .productmenu li {
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
	margin:10px 0;
}
.product .productmenu li a {
    display: block;
	padding:0 10px;
    width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    font-size: 16px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: rgba(50, 181, 63, .1);
}
.product .productmenu li a:hover, .product .productmenu li.active a {
    color: #fff;
    background-color: #3367a6;
}
.product .productlist {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    margin-top: 34px;
}
.product .productlist li {
    position: relative;
    width: 252px;
    height: 292px;
    float: left;
    padding: 5px;
    margin-right: 57px;
    margin-bottom: 29px;
    border: 1px solid #999;
    box-sizing: border-box;
}
.product .productlist li:nth-child(4n) {
    margin-right: 0;
}
.product .productlist li img {
    width: 240px;
    height: 280px;
}
.product .productlist li .proname {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 240px;
    height: 46px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .5);
    _background-color: #000;
}
.product .productlist li:hover {
    border-color: #3367a6;
}
.product .productlist li:hover .proname {
    bottom: 35px;
    background-color: rgba(50, 181, 63, .7);
}
/* 产品中心 end */
/* 厂房设备 start */
.plant {
    width: 100%;
    min-width: 1180px;
    height: auto;
    margin-top: 37px;
}
.plant .plantbox {
    width: 100%;
    min-width: 1180px;
    height: 300px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    background-color: #d5e4f4;
}
.plant .plantbox .plantscroll {
    width: 1180px;
    height: 245px;
    margin: 0 auto;
    margin-top: 35px;
}

.plantscroll .bd {
	width: 1180px;
    height: 245px;
}

.plantscroll .bd ul {
	overflow: hidden;
	zoom: 1;
}

.plantscroll .bd ul li {
	_display: inline;
    width: 280px;
	float: left;
    margin-right: 20px;
	overflow: hidden;
	text-align: center;
}
.plantscroll .bd ul li .pic {
    width: 280px;
    height: 200px;
}
.plantscroll .bd ul li .pic a img {
    width: 280px;
    height: 200px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    border: 4px solid transparent;
}
.plantscroll .bd ul li .title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.plantscroll .bd ul li:hover .pic a img {
    border-color: #3367a6;
}
.plantscroll .bd ul li:hover .title a {
    color: #3367a6;
}
/* 厂房设备 end */
/* 选择我们的理由 start */
.choose {
    width: 100%;
    min-width: 1180px;
    margin-top: 68px;
    margin-bottom: 68px;
}
.choose .choosecontent {
    width: 100%;
    min-width: 1180px;
    margin: 0 auto;
    margin-top: 28px;
}
.choose .choosecontent .leftbox {
    width: 50%;
    height: 340px;
    float: left;
}
.choose .choosecontent .leftbox .imgbox {
    float: right;
}
.choose .choosecontent .rightbox .imgbox {
    float: left;
}
.choose .choosecontent .rightbox {
    width: 50%;
    height: 340px;
    float: right;
}
.choose .choosecontent .chooseimgbox .imgbox {
    width: 590px;
    height: 340px;
}
.choose .choosecontent .bordertop {
    border-top: 1px solid #3367a6;
}
.choose .choosecontent .borderbottom {
    border-bottom: 1px solid #3367a6;
}
.choose .choosecontent .textbox .choosetextinfo {
    width: 590px;
    float: right;
}
.choose .choosecontent .chooselist {
    width: 458px;
    height: auto;
    margin-left: 40px;
    margin-top: 9px;
    box-sizing: border-box;
    cursor: pointer;
}
.choose .choosecontent .second, .choose .choosecontent .fourth {
    margin-top: 18px;
}
.choose .choosecontent .chooselist .title {
    width: 100%;
    height: 59px;
}
.choose .choosecontent .chooselist .title span {
    display: inline-block;
    width: 66px;
    height: 59px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: url('../images/ico_choose_num.png') 0 0 no-repeat;
}
.choose .choosecontent .first .title span {
    background-position: 0 0;
}
.choose .choosecontent .second .title span {
    background-position: 0 -61px;
}
.choose .choosecontent .third .title span {
    background-position: 0 -120px;
}
.choose .choosecontent .fourth .title span {
    background-position: 0 -179px;
}
.choose .choosecontent .chooselist .title h4 {
    position: relative;
    top: -24px;
    display: inline-block;
    margin-left: 10px;
    font-size: 24px;
    color: #666;
    font-weight: bold;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.choose .choosecontent .chooselist .choosedesc {
    position: relative;
    margin-left: 46px;
    line-height: 26px;
    padding-left: 20px;
    box-sizing: border-box;
}
.choose .choosecontent .chooselist .choosedesc::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color: #e5e5e5;
}
.choose .choosecontent .chooselist:hover .choosedesc::before {
    background-color: #3367a6;
}
.choose .choosecontent .chooselist:hover .title h4 {
    color: #3367a6;
}
.choose .choosecontent .first:hover .title span {
    background-position-x: -77px;
}
.choose .choosecontent .second:hover .title span {
    background-position-x: -77px;
}
.choose .choosecontent .third:hover .title span {
    background-position-x: -77px;
}
.choose .choosecontent .fourth:hover .title span {
    background-position-x: -77px;
}
.choose .choosecontent .first .choosedesc:last-child, .choose .choosecontent .third .choosedesc:last-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #c1e9c5;
}
/* 选择我们的理由 end */
/* 关于润东 start */
.about {
    width: 100%;
    min-width: 1180px;
    height: 540px;
    margin: 0 auto;
    margin-bottom: 68px;
    overflow: hidden;
    background: url('../images/about_bg.jpg') center center no-repeat;
    background-size: cover; 
}
.about .aboutcontent {
    position: relative;
    width: 1180px;
    height: auto;
    margin: 0 auto;
    margin-top: 24px;
}
.about .aboutcontent .aboutleft {
    position: relative;
    width: 485px;
    height: auto;
}
.about .aboutcontent .aboutleft .img1box {
    position: absolute;
    top: 0;
    left: 0;
    width: 236px;
    height: 295px;
    border: 4px solid #3367a6;
    box-sizing: border-box;
}
.about .aboutcontent .aboutleft .img1box img {
    width: 228px;
    height: 287px;
}
.about .aboutcontent .aboutleft .img2box {
    position: absolute;
    top: 150px;
    right: 0;
    width: 405px;
    height: 320px;
    box-sizing: border-box;
    border: 4px solid #3367a6;
}
.about .aboutcontent .aboutleft .img2box img {
    width: 397px;
    height: 312px;
}
.about .aboutcontent .aboutleft .titlebox {
    width: 226px;
    float: right;
    text-align: right;
    color: #fff;
}
.about .aboutcontent .aboutleft .titlebox h3 {
    font-size: 28px;
}
.about .aboutcontent .aboutleft .titlebox p.en {
    width: 195px;
    float: right;
    padding-bottom: 2px;
    font-size: 38px;
    font-family: 'Arial Regular';
    border-bottom: 5px solid #fff;
}
.about .aboutcontent .aboutright {
    position: absolute;
    right: 0;
    top: 36px;
    width: 759px;
    height: 435px;
    float: right;
    padding-left: 225px;
    color: #fff;
    box-sizing: border-box;
    background: url('../images/aboutright_bg.png') 0 0 no-repeat;
}
.about .aboutcontent .aboutright .companytitle {
    margin-top: 40px;
    font-weight: bold;
    font-size: 22px;
}
.about .aboutcontent .aboutright .companyname {
    position: relative;
    width: 484px;
    margin-top: 23px;
    font-size: 22px;
    border-bottom: 1px solid #a4daac;
}
.about .aboutcontent .aboutright .companyname::after {
    content: '';
    position: absolute;
    bottom: -45px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 22px solid transparent;
    border-top-color: #ffd802;
}
.about .aboutcontent .aboutright .info {
    width: 484px;
    height: 180px;
    margin-top: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}
.about .aboutcontent .aboutright .aboutmore {
    display: block;
    width: 84px;
    height: 30px;
    margin-top: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 20px;
}
.about .aboutcontent .aboutright .aboutmore:hover {
    color: #3367a6;
    background-color: #fff;
}
.about .aboutcontent .aboutright:hover .companyname::after {
    right: 440px;
}
/* 关于润东 end */
/* 荣誉资质 start */
.honor {
    width: 1180px;
    height: 700px;
    margin: 0 auto;
    margin-bottom: 68px;
    overflow: hidden;
    background: url('../images/honor_bg.jpg') center center no-repeat;
    background-size: cover;
}
.honor .honortitle {
    position: relative;
    width: 430px;
    height: 84px;
    margin: 0 auto;
    margin-top: 28px;
    overflow: hidden;
    background: url('../images/honor_title_bg.png') center center no-repeat;
}
.honor .honortitle h3 {
    margin-top: 16px;
    margin-left: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.honor .honorlist {
    width: 980px;
    height: auto;
    margin-top: 36px;
    margin-left: 152px;
}
.honor .honorlist li {
    width: 314px;
    float: left;
    margin-right: 18px;
    margin-bottom: 8px;
}
.honor .honorlist li:nth-child(3n) {
    margin-right: 0;
}
.honor .honorlist li a.imgbox {
    display: block;
    width: 314px;
    height: 228px;
    box-sizing: border-box;
    border: 4px solid transparent;
}
.honor .honorlist li a.imgbox img {
    width: 306px;
    height: 220px;
}
.honor .honorlist li .honorname {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
}
.honor .honorlist li:hover a.imgbox {
    border-color: #3367a6;
}
.honor .honorlist li:hover a {
    color: #3367a6;
}
/* 荣誉资质 end */
/* slogan start */
.middleslogan {
    width: 100%;
    min-width: 1180px;
    height: 220px;
    padding-top: 30px;
    box-sizing: border-box;
    background: url('../images/slogan_bg.jpg') center center no-repeat;
    background-size: cover;
}
.middleslogan .middleslogan-center {
    position: relative;
    width: 1180px;
    height: 180px;
    margin: 0 auto;
}
.middleslogan .middleslogan-center .slogan-img {
    position: absolute;
    right: 0;
    top: -52px;
}
.middleslogan .middleslogan-center .slogan-img img {
    width: 228px;
    height: 102px;
}
.middleslogan .middleslogan-center .centertext {
    width: 512px;
    height: 134px;
    margin-left: 392px;
}
.middleslogan .middleslogan-center .centertext h3{
 font-size:30px;
}
.middleslogan .middleslogan-center .centertext .slogantext {
    width: 466px;
    margin-top: 14px;
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #6cc77d;
}
.middleslogan .middleslogan-center .centertext .telnum {
    margin-top: 23px;
    font-size: 18px;
}
.middleslogan .middleslogan-center .centertext .telnum b {
    color: #3367a6;
    font-size: 20px;
    font-family: 'Arial Bold';
}
.middleslogan .middleslogan-center .messnow {
    position: relative;
    top: -50px;
    display: block;
    width: 128px;
    height: 42px;
    float: right;
    margin-right: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    background-color: #3367a6;
    border-radius: 10px;
}
.middleslogan .middleslogan-center .messnow i {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 24px;
    height: 25px;
    margin-left: 2px;
    background: url('../images/now_mess_write.png') center center no-repeat;
}
/* slogan end */
/* 经典合作 start */
.cooperation {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 60px;
    overflow: hidden;
}
.cooperation .alltitle {
    margin-top: 60px;
    margin-bottom: 29px;
}
.cooperation .scrollcooperation {
    position: relative;
    width: 1180px;
    height: 200px;
    overflow: hidden;
}
.scrollcooperation .bd {
	width: 1180px;
    height: 200px;
}

.scrollcooperation .bd ul {
	overflow: hidden;
	zoom: 1;
}

.scrollcooperation .bd ul li {
    position: relative;
    width: 261px;
    height: 200px;
	float: left;
    _display: inline;
    margin-right: 30px;
	overflow: hidden;
	text-align: center;
    border: 1px solid #949494;
}
.scrollcooperation .bd ul li .imgbox {
    width: 258px;
    height: 156px;
}
.scrollcooperation .bd ul li .imgbox img {
    width: 258px;
    height: 156px;
}
.scrollcooperation .bd ul li .cooname {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #7f7f7f;
}
.scrollcooperation .bd ul li:hover .cooname {
    background-color: #3367a6;
}
/* 经典合作 end */
/* 新闻 start */
.bignewsbox {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 60px;
    overflow: hidden;
}
.bignewsbox .leftbox {
    width: 718px;
    height: auto;
    float: left;
}
.bignewsbox .titlerow {
    width: 172px;
    height: 26px;
    margin-bottom: 38px;
    border-bottom: 1px solid #bcc2d7;
}
.bignewsbox .titlerow li {
    width: 80px;
    height: 26px;
    float: left;
    margin-right: 12px;
    line-height: 26px;
}
.bignewsbox .titlerow li:last-child {
    margin-right: 0;
}
.bignewsbox .titlerow li a {
    position: relative;
    display: block;
    font-size: 18px;
    text-align: center;
}
.bignewsbox .titlerow li a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: transparent;
}
.bignewsbox .titlerow li:hover a::after, .bignewsbox .titlerow li.active a::after {
    background-color: #3367a6;
}
.bignewsbox .titlerow li.active a {
    color: #3367a6;
}
.bignewsbox .leftbox .leftnewsbox {
    width: 100%;
    height: 336px;
}
.bignewsbox .leftbox .leftnewsbox .leftrecommend {
    position: relative;
    width: 320px;
    height: 336px;
    float: left;
}
.bignewsbox .leftbox .leftnewsbox .leftrecommend .date {
    position: absolute;
    top: -9px;
    left: 21px;
    width: 70px;
    height: 70px;
    padding: 0 6px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    background-color: #3367a6; 
}
.bignewsbox .leftbox .leftnewsbox .leftrecommend .newsimg {
    display: block;
}
.bignewsbox .leftbox .leftnewsbox .leftrecommend .newsimg img {
    width: 320px;
    height: 336px;
}
.bignewsbox .leftbox .leftnewsbox .leftrecommend .date b {
    font-size: 30px;
    font-family: 'Arial Bold';
}
.bignewsbox .leftbox .leftnewsbox .leftrecommend .date .year {
    font-size: 16px;
}
.bignewsbox .leftbox .leftnewsbox .leftrecommend .newstext {
    position: absolute;
    bottom: 0 ;
    left: 0;
    width: 320px;
    height: 106px;
    overflow: hidden;
    color: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: rgba(50, 181, 63, .7);
    _background-color: #3367a6;
}
.bignewsbox .leftbox .leftnewsbox .leftrecommend  .newstext .newsname {
    width: 276px;
    margin-top: 18px;
    margin-left: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.bignewsbox .leftbox .leftnewsbox .leftrecommend  .newstext .desc {
    width: 276px;
    height: 36px;
    margin-top: 10px;
    margin-left: 20px;
    line-height: 18px;
    overflow: hidden;
}
.bignewsbox .leftbox .leftnewsbox .leftrecommend:hover .newstext {
    bottom: 50px;
}
.bignewsbox .leftbox .leftnewsbox .rightnewslist {
    width: 366px;
    height: auto;
    float: right;
} 
.bignewsbox .leftbox .leftnewsbox .rightnewslist li {
    position: relative;
    width: 100%;
    height: 20px;
    margin-bottom: 16px;
    padding-left: 24px;
    box-sizing: border-box;
}
.bignewsbox .leftbox .leftnewsbox .rightnewslist li:last-child {
    margin-bottom: 0;
}
.bignewsbox .leftbox .leftnewsbox .rightnewslist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color: #e5e5e5; 
    border-radius: 50%;
}
.bignewsbox .leftbox .leftnewsbox .rightnewslist li a {
    width: 252px;
    float: left;
    line-height: 20px;
}
.bignewsbox .leftbox .leftnewsbox .rightnewslist li span {
    display: block;
    width: 66px;
    float: right;
    font-size: 14px;
    color: #999;
}
.bignewsbox .leftbox .leftnewsbox .rightnewslist li:hover a {
    color: #3367a6;
}
.bignewsbox .leftbox .leftnewsbox .rightnewslist li:hover::before {
    border-radius: 0;
    background-color: #3367a6;
}

.bignewsbox .rightbox {
    width: 422px;
    height: auto;
    float: right;
}
.bignewsbox .rightbox .titlerow {
    width: 80px;
}
.bignewsbox .rightbox .answer {
    width: 415px;
    height: auto;

}
.bignewsbox .rightbox .answer li {
    width: 415px;
    height: 106px;
    padding: 10px;
    margin-bottom: 8px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    background-color: #fafafa;
}
.bignewsbox .rightbox .answer li .wen {
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.bignewsbox .rightbox .answer li .wen .icon-wen {
    width: 30px;
    height: 30px;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 4px 4px 0 4px;
    background-color: #3367a6;
}
.bignewsbox .rightbox .answer li .wen .wentitle {
    width: 312px;
    height: 30px;
    float: left;
    margin-left: 11px;
    line-height: 30px;
    font-size: 16px;
}
.bignewsbox .rightbox .answer li .da {
    width: 100%;
    height: 42px;
    margin-top: 8px;
}
.bignewsbox .rightbox .answer li .da .icon-da {
    width: 30px;
    height: 30px;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 4px 4px 0 4px;
    background-color: #fe9b00;
}
.bignewsbox .rightbox .answer li .da .answerinfo {
    width: 298px;
    height: 48px;
    float: left;
    margin-left: 11px;
    overflow: hidden;
    color: #666;
    line-height: 24px;
}
.bignewsbox .rightbox .answer li:hover {
    background-color: #d5e4f4;
} 
.bignewsbox .rightbox .answer li:hover .wentitle {
    color: #3367a6;
}
/* 新闻 end */
/* 友情链接 start */
.friendlink {
    width: 1180px;
    height: 82px;
    margin: 0 auto;
    margin-bottom: 46px;
    padding-top: 26px;
    padding-left: 17px;
    padding-right: 17px;
    box-sizing: border-box;
    background-color: #3367a6;
    box-shadow: 0 0 10px #c5c5c5;
}
.friendlink h4 {
    float: left;
    color: #fff;
    font-size: 24px;
}
.friendlink .linklist {
    float: left;
    margin-left: 20px;
}
.friendlink .linklist li {
    float: left;
    margin-right: 10px;
    line-height: 37px; 
}
.friendlink .linklist li a {
    color: #fff;
    font-size: 14px;
}
/* 友情链接 end */
