body {
  background-color: #f6f6f6;
}
/* header start */
/* header end */
/* banner start */
.bannerbox {
  position: relative;
  width: 100%;
  min-width: 1180px;
  height: 600px;
  overflow: hidden;
}
.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;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  transition: all .2s;
}
.bannerbox .hd ul li.on {
  background: #1f58cc;
  width: 30px;
  color: #fff;
  border-radius: 10px;
}
.bannerbox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.bannerbox .bd li {
  height: 600px;
  zoom: 1;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bannerbox .bd li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.bannerbox .prev,
.bannerbox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  z-index: 2;
  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 */
.searchbar {
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.searchbar .lefttext {
  width: 400px;
  float: left;
  margin-top: 20px;
  line-height: 16px;
  color: #1f58cc;
  font-size: 16px;
  font-weight: bold;
}
.searchbar .rightsearch {
  width: 321px;
  height: 36px;
  float: right;
  margin-top: 14px;
  background-color: #f6f6f6;
}
.searchbar .rightsearch .search-text {
  display: block;
  float: left;
  width: 247px;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  background-color: #f6f6f6;
}
.searchbar .rightsearch .submit-search {
  display: block;
  float: left;
  width: 74px;
  height: 36px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  background-color: #1f58cc;
}
.product {
  margin-top: 33px;
}
.product .leftmenubox {
  width: 300px;
  height: 581px;
  float: left;
}
.product .leftmenubox .titlebox {
  width: 100%;
  height: 102px;
  padding-top: 28px;
  padding-left: 53px;
  box-sizing: border-box;
  background-color: #1f58cc;
  color: #fff;
}
.product .leftmenubox .titlebox img {
  display: block;
  float: left;
}
.product .leftmenubox .titlebox .textbox {
  width: 130px;
  height: auto;
  float: left;
  margin-left: 26px;
}
.product .leftmenubox .titlebox .textbox .cn {
  font-size: 24px;
  line-height: 24px;
}
.product .leftmenubox .titlebox .textbox .en {
  margin-top: 12px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
.product .leftmenubox .promenulist {
  width: 300px;
  height: 479px;
  border: 1px solid #1f58cc;
  border-top: none;
  box-sizing: border-box;
}
.product .leftmenubox .promenulist li {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-bottom: 1px solid #dfdfdf;
}
.product .leftmenubox .promenulist li a {
  width: 100%;
  line-height: 59px;
  padding-left: 55px;
  color: #4d4d4d;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.product .leftmenubox .promenulist li:hover {
  border-color: #1f58cc;
  background-color: #1f58cc;
}
.product .leftmenubox .promenulist li:hover a {
  color: #fff;
}
.product .rightprolist {
  width: 864px;
  height: 581px;
  float: right;
}
.product .rightprolist li {
  position: relative;
  width: 280px;
  height: 185px;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
.product .rightprolist li:nth-child(3n) {
  margin-right: 0;
}
.product .rightprolist li .imgbox {
  display: block;
  width: 280px;
  height: 185px;
}
.product .rightprolist li .imgbox img {
  width: 280px;
  height: 185px;
}
.product .rightprolist li .proname {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: rgba(0, 0, 0, 0.5);
}
.product .rightprolist li:hover .proname {
  background-color: #1f58cc;
}
.middleslogan {
  width: 100%;
  height: 170px;
  margin-top: 20px;
  overflow: hidden;
  background: url('../images/middle_bg.jpg') center center no-repeat;
}
.middleslogan .righttext {
  width: 600px;
  float: right;
  margin-top: 34px;
  color: #fff;
  text-align: right;
}
.middleslogan .righttext .text {
  font-size: 24px;
  line-height: 24px;
}
.middleslogan .righttext .telrow {
  width: 100%;
  height: 46px;
  margin-top: 50px;
}
.middleslogan .righttext .telrow .telbox {
  width: 310px;
  float: left;
  font-size: 18px;
  color: #fff;
}
.middleslogan .righttext .telrow .telbox span {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  font-family: initial;
}
.middleslogan .righttext .telrow .online-mess {
  display: inline-block;
  width: 190px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #1f58cc;
  font-size: 16px;
  background-color: #fff;
}
.alltitle {
  width: 258px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.alltitle h3 {
  font-size: 24px;
  color: #2e2e2e;
  line-height: 24px;
  font-weight: bold;
}
.alltitle .en {
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  color: #858585;
}
.alltitle img {
  display: block;
  margin: 18px auto 0;
}
.choose {
  margin-top: 50px;
}
.choose .choosetitle {
  width: 258px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 55px;
}
.choose .choosetitle h3 {
  font-size: 24px;
  color: #2e2e2e;
  line-height: 24px;
  font-weight: bold;
}
.choose .choosetitle .en {
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  color: #858585;
}
.choose .choosetitle img {
  display: block;
  margin: 18px auto 0;
}
.choose .choosecontent {
  width: 1180px;
  height: 463px;
}
.choose .choosecontent .leftimg {
    display: none;
  width: 592px;
  height: 463px;
  float: left;
}
.choose .choosecontent .righttextlist {
  width: 588px;
  height: 463px;
  float: right;
}
.choose .choosecontent .righttextlist .chooselist1 {
  width: 100%;
  height: 111px;
  padding-top: 10px;
  padding-left: 55px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.choose .choosecontent .righttextlist .chooselist1 .cricle {
  position: relative;
  width: 91px;
  height: 91px;
  float: left;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
}
.choose .choosecontent .righttextlist .chooselist1 .cricle .small {
  width: 83px;
  height: 83px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 83px;
  font-weight: bold;
  border-radius: 50%;
  background-color: #c9c9c9;
}
.choose .choosecontent .righttextlist .chooselist1 .righttel {
  width: 380px;
  float: left;
  height: auto;
  margin-left: 30px;
}
.choose .choosecontent .righttextlist .chooselist1 .righttel h4 {
  font-weight: bold;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 18px;
}
.choose .choosecontent .righttextlist .chooselist1 .righttel .chooseinfo {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.choose .choosecontent .righttextlist .chooselist2 {
  width: 100%;
  height: 111px;
  padding-top: 10px;
  padding-left: 55px;
  margin-bottom: 50px;
  box-sizing: border-box;
  position: relative;
  left: -52px;
  background: url('../images/chooselist_bg.png') center center no-repeat;
}
.choose .choosecontent .righttextlist .chooselist2 .cricle {
  position: relative;
  width: 91px;
  height: 91px;
  float: left;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
}
.choose .choosecontent .righttextlist .chooselist2 .cricle .small {
  width: 83px;
  height: 83px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 83px;
  font-weight: bold;
  border-radius: 50%;
  background-color: #c9c9c9;
}
.choose .choosecontent .righttextlist .chooselist2 .righttel {
  width: 380px;
  float: left;
  height: auto;
  margin-left: 30px;
}
.choose .choosecontent .righttextlist .chooselist2 .righttel h4 {
  font-weight: bold;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 18px;
}
.choose .choosecontent .righttextlist .chooselist2 .righttel .chooseinfo {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.choose .choosecontent .righttextlist .chooselist2 .cricle {
  border-color: #fff;
}
.choose .choosecontent .righttextlist .chooselist2 .cricle .small {
  color: #1f58cc;
  background-color: #fff;
}
.choose .choosecontent .righttextlist .chooselist2 .righttel h4 {
  color: #fff;
}
.choose .choosecontent .righttextlist .chooselist2 .righttel .chooseinfo {
  color: #fff;
}
.choose .choosecontent .righttextlist .chooselist3 {
  width: 100%;
  height: 111px;
  padding-top: 10px;
  padding-left: 55px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.choose .choosecontent .righttextlist .chooselist3 .cricle {
  position: relative;
  width: 91px;
  height: 91px;
  float: left;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
}
.choose .choosecontent .righttextlist .chooselist3 .cricle .small {
  width: 83px;
  height: 83px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 83px;
  font-weight: bold;
  border-radius: 50%;
  background-color: #c9c9c9;
}
.choose .choosecontent .righttextlist .chooselist3 .righttel {
  width: 380px;
  float: left;
  height: auto;
  margin-left: 30px;
}
.choose .choosecontent .righttextlist .chooselist3 .righttel h4 {
  font-weight: bold;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 18px;
}
.choose .choosecontent .righttextlist .chooselist3 .righttel .chooseinfo {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.choose .choosecontent .righttextlist .chooselistc,
.choose .choosecontent .righttextlist .chooselistc .cricle,
.choose .choosecontent .righttextlist .chooselistc .cricle .small,
.choose .choosecontent .righttextlist .chooselistc .righttel h4,
.choose .choosecontent .righttextlist .chooselistc .righttel .chooseinfo {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.choose .choosecontent .righttextlist .chooselistc.active {
    width: 100%;
    height: 111px;
    padding-top: 10px;
    padding-left: 55px;
    margin-bottom: 50px;
    box-sizing: border-box;
    position: relative;
    left: -52px;
    background: url(../images/chooselist_bg.png) center center no-repeat;
} 
.choose .choosecontent .righttextlist .chooselistc.active .cricle {
    border-color: #fff;
}
.choose .choosecontent .righttextlist .chooselistc.active .cricle .small {
    color: #1f58cc;
    background-color: #fff;
}
.choose .choosecontent .righttextlist .chooselistc.active .righttel h4 {
    color: #fff;
}
.choose .choosecontent .righttextlist .chooselistc.active .righttel .chooseinfo {
    color: #fff;
}

.objectbox {
  margin-top: 60px;
}
.objectbox .objecttitle {
  width: 258px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 28px;
}
.objectbox .objecttitle h3 {
  font-size: 24px;
  color: #2e2e2e;
  line-height: 24px;
  font-weight: bold;
}
.objectbox .objecttitle .en {
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  color: #858585;
}
.objectbox .objecttitle img {
  display: block;
  margin: 18px auto 0;
}
.objectbox .objectmain {
  position: relative;
  width: 1180px;
  height: 687px;
}
.objectbox .objectmain .desctitlebox {
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  height: auto;
}
.objectbox .objectmain .desctitlebox .line {
  display: block;
  margin-top: 40px;
  width: 63px;
  height: 5px;
  background-color: #1f58cc;
}
.objectbox .objectmain .desctitlebox h4 {
  margin-top: 30px;
  font-size: 18px;
  color: #1f58cc;
  line-height: 18px;
}
.objectbox .objectmain .desctitlebox p {
  margin-top: 18px;
  color: #8191b0;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.objectbox .objectmain .objectlist {
  position: relative;
  width: 1180px;
  height: 687px;
}
.objectbox .objectmain .objectlist li {
  position: absolute;
  width: 310px;
  height: 252px;
}
.objectbox .objectmain .objectlist li .imgbox {
  display: block;
  width: 310px;
  height: 252px;
}
.objectbox .objectmain .objectlist li .imgbox img {
  width: 310px;
  height: 252px;
}
.objectbox .objectmain .objectlist li .objectname {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 268px;
  height: 49px;
  color: #fff;
  text-align: center;
  line-height: 49px;
  background-color: rgba(0, 0, 0, 0.5);
}
.objectbox .objectmain .objectlist li:hover .objectname {
  background-color: #1f58cc;
}
.objectbox .objectmain .objectlist .li1 {
  bottom: 0;
  left: 0;
  width: 497px;
  height: 480px;
}
.objectbox .objectmain .objectlist .li1 .imgbox {
  display: block;
  width: 497px;
  height: 480px;
}
.objectbox .objectmain .objectlist .li1 .imgbox img {
  width: 497px;
  height: 480px;
}
.objectbox .objectmain .objectlist .li1 .objectname {
  width: 443px;
}
.objectbox .objectmain .objectlist .li2 {
  width: 650px;
  height: 402px;
  top: 0;
  right: 0;
}
.objectbox .objectmain .objectlist .li2 .imgbox {
  display: block;
  width: 650px;
  height: 402px;
}
.objectbox .objectmain .objectlist .li2 .imgbox img {
  width: 650px;
  height: 402px;
}
.objectbox .objectmain .objectlist .li2 .objectname {
  width: 443px;
}
.objectbox .objectmain .objectlist .li3 {
  bottom: 0;
  right: 340px;
}
.objectbox .objectmain .objectlist .li4 {
  bottom: 0;
  right: 0;
}
.evaluation {
  margin-top: 50px;
}
.evaluation .evaluationtitle {
  width: 258px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 38px;
}
.evaluation .evaluationtitle h3 {
  font-size: 24px;
  color: #2e2e2e;
  line-height: 24px;
  font-weight: bold;
}
.evaluation .evaluationtitle .en {
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  color: #858585;
}
.evaluation .evaluationtitle img {
  display: block;
  margin: 18px auto 0;
}
.evaluation .evaluationlist {
  width: 1180px;
  height: auto;
}
.evaluation .evaluationlist li {
  width: 582px;
  height: 235px;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #fff;
}
.evaluation .evaluationlist li:nth-child(2n) {
  margin-right: 0;
}
.evaluation .evaluationlist li .leftdate {
  width: 100px;
  height: 158px;
  float: left;
  margin-left: 80px;
  margin-top: 32px;
  padding-right: 30px;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}
.evaluation .evaluationlist li .leftdate .day {
  position: relative;
  margin-top: 30px;
  font-size: 48px;
  color: #373737;
  text-align: center;
  line-height: 48px;
}
.evaluation .evaluationlist li .leftdate .day::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 32px;
  height: 3px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #c7c7c7;
}
.evaluation .evaluationlist li .leftdate .month {
  margin-top: 30px;
  font-size: 16px;
  line-height: 16px;
  color: #373737;
  text-align: center;
}
.evaluation .evaluationlist li .righttext {
  width: 340px;
  height: 158px;
  float: left;
  margin-left: 42px;
  margin-top: 32px;
}
.evaluation .evaluationlist li .righttext .evalname {
  width: 100%;
  height: 20px;
  margin-top: 10px;
  line-height: 20px;
  font-size: 18px;
  color: #373737;
  font-weight: bold;
}
.evaluation .evaluationlist li .righttext .desc {
  width: 100%;
  height: 48px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  color: #808080;
}
.evaluation .evaluationlist li .righttext .view-more {
  position: relative;
  display: block;
  width: 56px;
  overflow: hidden;
  margin-top: 46px;
  line-height: 14px;
  font-size: 14px;
  color: #808080;
}
.evaluation .evaluationlist li .righttext .view-more i {
  position: absolute;
  left: -30px;
  display: inline-block;
  width: 28px;
  height: 12px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: url('../images/eval_arrow.png') center center no-repeat;
}
.evaluation .evaluationlist li .righttext .view-more:hover {
  color: #1f58cc;
}
.evaluation .evaluationlist li:hover {
  box-shadow: 0px 5px 15px 1px rgba(148, 148, 148, 0.46);
}
.evaluation .evaluationlist li:hover .leftdate .day,
.evaluation .evaluationlist li:hover .leftdate .month {
  color: #1f58cc;
}
.evaluation .evaluationlist li:hover .righttext .evalname {
  color: #1f58cc;
}
.evaluation .evaluationlist li:hover .righttext .view-more {
  width: 500px;
  padding-left: 40px;
  color: #1f58cc;
}
.evaluation .evaluationlist li:hover .righttext .view-more i {
  left: 0;
}
.about {
  margin-top: 50px;
}
.about .abouttitle {
  width: 258px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
.about .abouttitle h3 {
  font-size: 24px;
  color: #2e2e2e;
  line-height: 24px;
  font-weight: bold;
}
.about .abouttitle .en {
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  color: #858585;
}
.about .abouttitle img {
  display: block;
  margin: 18px auto 0;
}
.about .aboutcontent {
  position: relative;
  width: 1180px;
  height: 420px;
  background-color: #1f58cc;
}
.about .aboutcontent .leftimg {
  position: absolute;
  top: -37px;
  left: 70px;
  width: 426px;
  height: auto;
}
.about .aboutcontent .leftimg img {
  width: 426px;
  height: 342px;
}
.about .aboutcontent .leftimg h4 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin-top: 26px;
}
.about .aboutcontent .righttext {
  width: 570px;
  float: right;
  margin-top: 50px;
  margin-right: 75px;
}
.about .aboutcontent .righttext .aboutinfo {
  height: 234px;
  overflow: hidden;
  font-size: 14px;
  color: #e5e5e5;
  line-height: 26px;
}
.about .aboutcontent .righttext .view-more {
  display: block;
  width: 150px;
  height: 36px;
  margin-top: 52px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #fff;
}
.news {
  margin-top: 56px;
}
.news .newstitle {
  width: 258px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.news .newstitle h3 {
  font-size: 24px;
  color: #2e2e2e;
  line-height: 24px;
  font-weight: bold;
}
.news .newstitle .en {
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  color: #858585;
}
.news .newstitle img {
  display: block;
  margin: 18px auto 0;
}
.news .newslist {
  width: 1180px;
  height: auto;
}
.news .newslist li {
  width: 574px;
  height: 110px;
  float: left;
  margin-right: 32px;
  margin-bottom: 54px;
  overflow: hidden;
  border-bottom: 1px solid rgba(128, 128, 128, 0.4);
}
.news .newslist li:nth-child(2n) {
  margin-right: 0;
}
.news .newslist li .leftdate {
  width: 70px;
  height: auto;
  float: left;
  text-align: center;
}
.news .newslist li .leftdate .day {
  font-size: 48px;
  line-height: 48px;
  color: #373737;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news .newslist li .leftdate .day::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 32px;
  height: 3px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #c7c7c7;
}
.news .newslist li .leftdate .month {
  font-size: 16px;
  color: #373737;
  line-height: 16px;
  margin-top: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news .newslist li .centernewstext {
  width: 392px;
  height: auto;
  float: left;
  margin-left: 20px;
}
.news .newslist li .centernewstext .newsname {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #373737;
  line-height: 18px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news .newslist li .centernewstext .desc {
  height: 48px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news .newslist li .rightmore {
  width: 84px;
  height: 26px;
  float: right;
  margin-top: 10px;
  text-align: center;
  line-height: 24px;
  color: #373737;
  font-size: 12px;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #808080;
}
.news .newslist li:hover .leftdate .day,
.news .newslist li:hover .leftdate .month {
  color: #1f58cc;
}
.news .newslist li:hover .leftdate .day::after {
  background-color: #1f58cc;
}
.news .newslist li:hover .centernewstext .newsname {
  color: #1f58cc;
}
.news .newslist li:hover .centernewstext .desc {
  color: #1f58cc;
}
.news .newslist li:hover .rightmore {
  color: #1f58cc;
  border-color: #1f58cc;
}
.friend {
  width: 100%;
  height: 100px;
  overflow: hidden;
  background-color: #373737;
}
.friend .linkslist {
  margin-top: 43px;
}
.friend .linkslist li {
  float: left;
  height: 14px;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 14px;
  vertical-align: middle;
  border-right: 1px solid #fff;
}
.friend .linkslist li a {
  vertical-align: middle;
  color: #fff;
  line-height: 14px;
  font-size: 14px;
}
.friend .linkslist li a:hover {
  color: #1f58cc;
}
