/* 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: #262626;
  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 */
.sloganandsearch {
  position: relative;
  width: 100%;
  min-width: 1180px;
  height: 100px;
  overflow: hidden;
  background-color: #fafafa;
}
.sloganandsearch .container .leftslogan {
  width: 270px;
  height: auto;
  float: left;
  margin-top: 26px;
}
.sloganandsearch .container .leftslogan h3 {
  font-size: 20px;
  line-height: 20px;
  color: #262626;
  font-weight: bold;
}
.sloganandsearch .container .leftslogan p {
  margin-top: 8px;
  line-height: 18px;
  font-size: 18px;
  color: #262626;
}
.sloganandsearch .container .centersearch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border: 1px solid #262626;
}
.sloganandsearch .container .centersearch .searchtext {
  width: 320px;
  height: 38px;
  line-height: 38px;
  padding-left: 31px;
  box-sizing: border-box;
  background-color: transparent;
}
.sloganandsearch .container .centersearch .submit-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #262626 url('../images/ico_search.png') center center no-repeat;
  cursor: pointer;
}
.sloganandsearch .container .righttel {
  width: 255px;
  height: 50px;
  float: right;
  margin-top: 25px;
}
.sloganandsearch .container .righttel img {
  display: block;
  float: left;
}
.sloganandsearch .container .righttel .telbox {
  width: 188px;
  height: auto;
  float: left;
  margin-left: 10px;
}
.sloganandsearch .container .righttel .telbox .teltext {
  font-size: 14px;
  color: #717171;
  line-height: 14px;
}
.sloganandsearch .container .righttel .telbox .telnum {
  margin-top: 8px;
  line-height: 26px;
  font-size: 26px;
  color: #262626;
}
.alltitle {
  width: 420px;
  height: auto;
  margin: 0 auto;
}
.alltitle h3 {
  position: relative;
  font-size: 24px;
  color: #262626;
  line-height: 24px;
  text-align: center;
}
.alltitle h3::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 80px;
  height: 2px;
  background-color: #262626;
}
.alltitle p.en {
  margin-top: 34px;
  color: #d6d6d6;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.alltitle p.en i {
  color: #262626;
  margin-left: 10px;
  margin-right: 10px;
}
.alltitle p.cn {
  margin-top: 10px;
  font-size: 16px;
  color: #262626;
  line-height: 16px;
  text-align: center;
}
.indexlist {
  margin-top: 50px;
  margin-bottom: 50px;
}
.indexlist .listtitle {
  width: 420px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 50px;
}
.indexlist .listtitle h3 {
  position: relative;
  font-size: 24px;
  color: #262626;
  line-height: 24px;
  text-align: center;
}
.indexlist .listtitle h3::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 80px;
  height: 2px;
  background-color: #262626;
}
.indexlist .listtitle p.en {
  margin-top: 34px;
  color: #d6d6d6;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.indexlist .listtitle p.en i {
  color: #262626;
  margin-left: 10px;
  margin-right: 10px;
}
.indexlist .listtitle p.cn {
  margin-top: 10px;
  font-size: 16px;
  color: #262626;
  line-height: 16px;
  text-align: center;
}
.indexlist .indexlistbox {
  width: 393.33333333px;
  height: 284px;
  float: left;
  margin-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
.indexlist .indexlistbox:nth-child(2) {
  border-left: 1px solid rgba(38, 38, 38, 0.2);
  border-right: 1px solid rgba(38, 38, 38, 0.2);
}
.indexlist .indexlistbox .shapebox {
  position: relative;
  top: 0;
  width: 136px;
  height: 136px;
  margin: 0 auto;
  text-align: center;
  line-height: 136px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid rgba(38, 38, 38, 0.6);
  box-sizing: border-box;
  border-radius: 50%;
}
.indexlist .indexlistbox .shapebox img {
  vertical-align: middle;
}
.indexlist .indexlistbox h4 {
  position: relative;
  top: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #262626;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.indexlist .indexlistbox h4::after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 30px;
  height: 2px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #262626;
}
.indexlist .indexlistbox .listdesc {
  position: relative;
  top: 0;
  color: #706f6f;
  line-height: 23px;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.indexlist .indexlistbox:hover .shapebox,
.indexlist .indexlistbox:hover h4,
.indexlist .indexlistbox:hover .listdesc {
  top: -10px;
}
.btnStyle {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 225px;
  height: 66px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.btnStyle .proname {
  position: relative;
  z-index: 1;
  display: block;
  width: 225px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 16px;
  color: #707070;
}
.btnStyle .maskbg {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 208px;
  height: 50px;
  overflow: hidden;
  background-color: #fff;
}
.btnStyle .maskbg i {
  position: absolute;
  top: -50px;
  left: 0;
  width: 208px;
  height: 50px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #262626;
}
.btnStyle .line {
  position: absolute;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #262626;
}
.btnStyle .line.line1 {
  top: -1px;
  left: -1px;
  width: 0;
  height: 1px;
}
.btnStyle .line.line2 {
  top: calc(102%);
  left: -1px;
  width: 1px;
  height: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.btnStyle .line.line3 {
  top: -1px;
  right: -1px;
  width: 1px;
  height: 0;
}
.btnStyle .line.line4 {
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 1px;
}
.productbox {
  width: 100%;
  min-width: 1180px;
  height: 970px;
  overflow: hidden;
  background-color: #fafafa;
}
.productbox .producttitle {
  width: 420px;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
.productbox .producttitle h3 {
  position: relative;
  font-size: 24px;
  color: #262626;
  line-height: 24px;
  text-align: center;
}
.productbox .producttitle h3::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 80px;
  height: 2px;
  background-color: #262626;
}
.productbox .producttitle p.en {
  margin-top: 34px;
  color: #d6d6d6;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.productbox .producttitle p.en i {
  color: #262626;
  margin-left: 10px;
  margin-right: 10px;
}
.productbox .producttitle p.cn {
  margin-top: 10px;
  font-size: 16px;
  color: #262626;
  line-height: 16px;
  text-align: center;
}
.productbox .proclass {
  width: 100%;
  height: 56px;
  border-top: 1px solid rgba(38, 38, 38, 0.2);
  border-bottom: 1px solid rgba(38, 38, 38, 0.2);
  box-sizing: border-box;
}
.productbox .proclass li {
  width: 112px;
  height: 14px;
  float: left;
  margin-top: 20px;
  margin-right: 66px;
}
.productbox .proclass li:last-child {
  margin-right: 0;
}
.productbox .proclass li a {
  display: block;
  height: 14px;
  color: #a4a4a4;
  line-height: 14px;
  padding-left: 24px;
  background: url('../images/ico_proclass.png') left 0 no-repeat;
  box-sizing: border-box;
}
.productbox .proclass li a:hover {
  color: #262626;
  background-position-y: -14px;
}
.productbox .procontent {
  display: none;
  position: relative;
  width: 100%;
  height: 620px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.productbox .procontent li {
  position: relative;
  width: 340px;
  height: 300px;
  float: left;
  margin-bottom: 20px;
  border: 1px solid #ededed;
  box-sizing: border-box;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.productbox .procontent li .proimg,
.productbox .procontent li .proimg img {
  display: block;
  width: 338px;
  height: 298px;
}
.productbox .procontent li .prolink {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 225px;
  height: 66px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-color: #ebebeb;
}
.productbox .procontent li .prolink .proname {
  position: relative;
  z-index: 1;
  display: block;
  width: 192px;
  height: 66px;
  margin: 0 auto;
  line-height: 66px;
  text-align: center;
  font-size: 16px;
  color: #707070;
}
.productbox .procontent li .prolink .maskbg {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 208px;
  height: 50px;
  overflow: hidden;
  background-color: #fff;
}
.productbox .procontent li .prolink .maskbg i {
  position: absolute;
  top: -50px;
  left: 0;
  width: 208px;
  height: 50px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #262626;
}
.productbox .procontent li .prolink .line {
  position: absolute;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #262626;
}
.productbox .procontent li .prolink .line.line1 {
  top: -1px;
  left: -1px;
  width: 0;
  height: 1px;
}
.productbox .procontent li .prolink .line.line2 {
  top: calc(102%);
  left: -1px;
  width: 1px;
  height: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.productbox .procontent li .prolink .line.line3 {
  top: -1px;
  right: -1px;
  width: 1px;
  height: 0;
}
.productbox .procontent li .prolink .line.line4 {
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 1px;
}
.productbox .procontent li .prolink .maskbg {
  background-color: #ebebeb;
}
.productbox .procontent li:hover .prolink {
  bottom: 40px;
}
.productbox .procontent li:hover .prolink .line1,
.productbox .procontent li.active .prolink .line1 {
  width: 225px;
}
.productbox .procontent li:hover .prolink .line2,
.productbox .procontent li.active .prolink .line2 {
  height: 66px;
}
.productbox .procontent li:hover .prolink .line3,
.productbox .procontent li.active .prolink .line3 {
  height: 66px;
}
.productbox .procontent li:hover .prolink .line4,
.productbox .procontent li.active .prolink .line4 {
  width: 225px;
}
.productbox .procontent li:hover .prolink .maskbg i {
  top: 0;
}
.productbox .procontent li:hover .prolink .proname {
  color: #fff;
}
.productbox .procontent li:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.productbox .procontent li:nth-child(3) {
  width: 460px;
  height: 620px;
  margin-left: 20px;
  margin-right: 20px;
}
.productbox .procontent li:nth-child(3) .proimg,
.productbox .procontent li:nth-child(3) .proimg img {
  width: 460px;
  height: 620px;
}
.productbox .protabnav {
  width: 360px;
  height: 40px;
  margin: 0 auto;
}
.productbox .protabnav li {
  width: 150px;
  height: 40px;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 38px;
  float: left;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ededed;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}
.productbox .protabnav li.active {
  color: #fff;
  background-color: #262626;
}
.middlebox {
  width: 100%;
  min-width: 1180px;
  height: 300px;
  overflow: hidden;
  background: url('../images/middle_bg.jpg') center center no-repeat;
}
.middlebox .lefttextbox {
  width: 540px;
  height: auto;
  float: left;
  margin-top: 66px;
  margin-left: 280px;
}
.middlebox .lefttextbox h3 {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
}
.middlebox .lefttextbox h3 span {
  font-size: 26px;
  font-weight: bold;
}
.middlebox .lefttextbox .cntext {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  line-height: 23px;
  margin-top: 30px;
  margin-bottom: 19px;
}
.middlebox .lefttextbox .textbox {
  width: 502px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 19px;
  color: #262626;
  background-color: #fff;
}
.middlebox .lefttextbox .entext {
  margin-top: 10px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
.middlebox .righttelbox {
  width: 230px;
  height: 108px;
  float: right;
  margin-top: 97px;
  margin-right: 110px;
}
.middlebox .righttelbox .toptelmain {
  width: 230px;
}
.middlebox .righttelbox .toptelmain img {
  display: block;
  float: left;
}
.middlebox .righttelbox .toptelmain .telcontent {
  float: left;
  margin-left: 10px;
  color: #fff;
}
.middlebox .righttelbox .toptelmain .telcontent .teltext {
  font-size: 14px;
  line-height: 14px;
}
.middlebox .righttelbox .toptelmain .telcontent .telnum {
  font-size: 26px;
  margin-top: 6px;
  line-height: 26px;
}
.middlebox .righttelbox .clickresult {
  display: block;
  width: 150px;
  height: 40px;
  margin-left: 60px;
  margin-top: 17px;
  background-color: #fff;
  text-align: center;
  line-height: 38px;
  color: #262626;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.middlebox .righttelbox .clickresult:hover {
  color: #fff;
  background-color: transparent;
  border-radius: 6px;
}
.solutionbox {
  margin-top: 50px;
}
.solutionbox .solutiontitle {
  width: 420px;
  height: auto;
  margin: 0 auto;
}
.solutionbox .solutiontitle h3 {
  position: relative;
  font-size: 24px;
  color: #262626;
  line-height: 24px;
  text-align: center;
}
.solutionbox .solutiontitle h3::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 80px;
  height: 2px;
  background-color: #262626;
}
.solutionbox .solutiontitle p.en {
  margin-top: 34px;
  color: #d6d6d6;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.solutionbox .solutiontitle p.en i {
  color: #262626;
  margin-left: 10px;
  margin-right: 10px;
}
.solutionbox .solutiontitle p.cn {
  margin-top: 10px;
  font-size: 16px;
  color: #262626;
  line-height: 16px;
  text-align: center;
}
.solutionbox .line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(38, 38, 38, 0.2);
}
.solutionbox .solutionlist {
  width: 1180px;
  height: 220px;
  margin: 0 auto;
}
.solutionbox .solutionlist li {
  position: relative;
  top: 0;
  width: 220px;
  height: 100px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  line-height: 100px;
  text-align: center;
  color: #262626;
  font-size: 16px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.solutionbox .solutionlist li:nth-child(5n) {
  margin-right: 0;
}
.solutionbox .solutionlist li .icon {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 19px;
  height: 20px;
  margin-right: 4px;
  background: url('../images/soluttion_i.png') center center no-repeat;
}
.solutionbox .solutionlist li .bottomicon {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 73px;
  height: 39px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.solutionbox .solutionlist li .linebox {
  position: absolute;
  left: -12px;
  bottom: 0;
  width: 40px;
  transform: rotate(45deg);
}
.solutionbox .solutionlist li .linebox i {
  display: block;
  width: 40px;
  height: 1px;
  margin-bottom: 4px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #bdbdbd;
}
.solutionbox .solutionlist li.li1 .bottomicon {
  background-image: url('../images/soluttion1.png');
}
.solutionbox .solutionlist li.li2 .bottomicon {
  background-image: url('../images/soluttion2.png');
}
.solutionbox .solutionlist li.li3 .bottomicon {
  background-image: url('../images/soluttion3.png');
}
.solutionbox .solutionlist li.li4 .bottomicon {
  background-image: url('../images/soluttion4.png');
}
.solutionbox .solutionlist li.li5 .bottomicon {
  background-image: url('../images/soluttion5.png');
}
.solutionbox .solutionlist li.li6 .bottomicon {
  background-image: url('../images/soluttion6.png');
}
.solutionbox .solutionlist li.li7 .bottomicon {
  background-image: url('../images/soluttion7.png');
}
.solutionbox .solutionlist li.li8 .bottomicon {
  background-image: url('../images/soluttion8.png');
}
.solutionbox .solutionlist li.li9 .bottomicon {
  background-image: url('../images/soluttion9.png');
}
.solutionbox .solutionlist li.li10 .bottomicon {
  background-image: url('../images/soluttion10.png');
}
.solutionbox .solutionlist li:hover {
  top: -8px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.solutionbox .solutionlist li:hover .linebox i {
  background-color: #262626;
}
.choosebox .choosetitle {
  width: 420px;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
}
.choosebox .choosetitle h3 {
  position: relative;
  font-size: 24px;
  color: #262626;
  line-height: 24px;
  text-align: center;
}
.choosebox .choosetitle h3::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 80px;
  height: 2px;
  background-color: #262626;
}
.choosebox .choosetitle p.en {
  margin-top: 34px;
  color: #d6d6d6;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.choosebox .choosetitle p.en i {
  color: #262626;
  margin-left: 10px;
  margin-right: 10px;
}
.choosebox .choosetitle p.cn {
  margin-top: 10px;
  font-size: 16px;
  color: #262626;
  line-height: 16px;
  text-align: center;
}
.choosebox .chooseclass {
  width: 985px;
  margin: 0 auto;
  margin-top: 40px;
}
.choosebox .chooseclass li {
  position: relative;
  width: 165px;
  height: 217px;
  float: left;
  margin-right: 40px;
  overflow: hidden;
}
.choosebox .chooseclass li:last-child {
  margin-right: 0;
}
.choosebox .chooseclass li .tabbox {
  position: absolute;
  top: 0;
  width: 165px;
  height: 217px;
  text-align: center;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.choosebox .chooseclass li .tabbox h4 {
  width: 130px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  color: #656565;
  font-size: 20px;
  line-height: 20px;
  border-bottom: 1px solid rgba(174, 174, 174, 0.4);
}
.choosebox .chooseclass li .tabbox img {
  display: block;
  margin: 0 auto;
  margin-top: 22px;
}
.choosebox .chooseclass li .tabbox .num {
  margin-top: 12px;
  font-size: 26px;
  line-height: 26px;
  color: #a5a5a5;
}
.choosebox .chooseclass li .normalbox {
  left: 0;
  position: absolute;
  top: 0;
  width: 165px;
  height: 217px;
  text-align: center;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background: url('../images/choose_titlebg.png') center top no-repeat;
}
.choosebox .chooseclass li .normalbox h4 {
  width: 130px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  color: #656565;
  font-size: 20px;
  line-height: 20px;
  border-bottom: 1px solid rgba(174, 174, 174, 0.4);
}
.choosebox .chooseclass li .normalbox img {
  display: block;
  margin: 0 auto;
  margin-top: 22px;
}
.choosebox .chooseclass li .normalbox .num {
  margin-top: 12px;
  font-size: 26px;
  line-height: 26px;
  color: #a5a5a5;
}
.choosebox .chooseclass li .hoverbox {
  z-index: 1;
  left: -165px;
  position: absolute;
  top: 0;
  width: 165px;
  height: 217px;
  text-align: center;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background: url('../images/choose_titlebg_hover.png') center top no-repeat;
}
.choosebox .chooseclass li .hoverbox h4 {
  width: 130px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  color: #656565;
  font-size: 20px;
  line-height: 20px;
  border-bottom: 1px solid rgba(174, 174, 174, 0.4);
}
.choosebox .chooseclass li .hoverbox img {
  display: block;
  margin: 0 auto;
  margin-top: 22px;
}
.choosebox .chooseclass li .hoverbox .num {
  margin-top: 12px;
  font-size: 26px;
  line-height: 26px;
  color: #a5a5a5;
}
.choosebox .chooseclass li .hoverbox h4,
.choosebox .chooseclass li .hoverbox .num {
  color: #fff;
}
.choosebox .chooseclass li:hover .normalbox,
.choosebox .chooseclass li.active .normalbox {
  left: 165px;
}
.choosebox .chooseclass li:hover .hoverbox,
.choosebox .chooseclass li.active .hoverbox {
  left: 0;
}
.choosebox .choosecontent {
  display: none;
  margin-top: 40px;
}
.choosebox .choosecontent .leftimg {
  width: 490px;
  height: 350px;
  float: left;
}
.choosebox .choosecontent .righttext {
  width: 465px;
  height: 350px;
  float: left;
  margin-left: 30px;
  overflow: hidden;
}
.choosebox .choosecontent .righttext h4 {
  margin-top: 58px;
  font-size: 26px;
  line-height: 26px;
  color: #262626;
}
.choosebox .choosecontent .righttext h4 span {
  text-transform: uppercase;
  font-size: 22px;
}
.choosebox .choosecontent .righttext .line {
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #262626;
}
.choosebox .choosecontent .righttext .desc {
  width: 324px;
  height: auto;
  font-size: 14px;
  line-height: 24px;
  color: #818181;
}
.choosebox .choosecontent .righttext .telmainbox {
  width: 465px;
  height: 70px;
  margin-top: 69px;
  overflow: hidden;
  background-color: #262626;
}
.choosebox .choosecontent .righttext .telmainbox .lefttel {
  width: 220px;
  height: 46px;
  float: left;
  margin-left: 30px;
  margin-top: 11px;
}
.choosebox .choosecontent .righttext .telmainbox .lefttel img {
  display: block;
  float: left;
}
.choosebox .choosecontent .righttext .telmainbox .lefttel .telmain {
  float: left;
  margin-left: 10px;
  color: #fff;
}
.choosebox .choosecontent .righttext .telmainbox .lefttel .telmain .teltext {
  margin-top: 6px;
  font-size: 14px;
  line-height: 14px;
}
.choosebox .choosecontent .righttext .telmainbox .lefttel .telmain .telnum {
  margin-top: 6px;
  font-size: 23px;
  line-height: 23px;
}
.choosebox .choosecontent .righttext .telmainbox .onclikresult {
  display: block;
  width: 150px;
  height: 40px;
  float: right;
  margin-top: 16px;
  margin-right: 15px;
  color: #262626;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.choosebox .choosecontent .righttext .telmainbox .onclikresult:hover {
  color: #fff;
  background-color: transparent;
}
.aboutusbox {
  width: 100%;
  height: 599px;
  margin-top: 50px;
  overflow: hidden;
  background: url('../images/about_bg.jpg') center bottom no-repeat;
}
.aboutusbox .leftimgbox {
  width: 480px;
  height: 560px;
  float: left;
  background-color: #fff;
  box-shadow: 2px -4px 9px 0px rgba(0, 0, 0, 0.1);
}
.aboutusbox .leftimgbox img {
  display: block;
  width: 460px;
  height: 540px;
}
.aboutusbox .righttext {
  width: 570px;
  height: auto;
  float: left;
  margin-left: 39px;
}
.aboutusbox .righttext .en {
  margin-top: 128px;
  font-size: 66px;
  line-height: 66px;
  font-weight: bold;
  color: rgba(37, 46, 53, 0.2);
}
.aboutusbox .righttext h3 {
  margin-top: 79px;
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  font-weight: bold;
}
.aboutusbox .righttext .line {
  display: block;
  width: 380px;
  height: 1px;
  margin-top: 18px;
  background-color: #fff;
}
.aboutusbox .righttext .aboutinfo {
  font-size: 14px;
  color: #fff;
  line-height: 29px;
  margin-top: 40px;
  height: 87px;
  overflow: hidden;
}
.aboutusbox .righttext .aboutlink {
  position: relative;
  display: block;
  width: 150px;
  height: 40px;
  margin-top: 60px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
  background-color: #fff;
}
.aboutusbox .righttext .aboutlink::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 4px;
  width: 142px;
  height: 34px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.aboutusbox .righttext .aboutlink:hover {
  margin-left: 10px;
}
.servicebox {
  margin-top: 50px;
}
.servicebox .serviceboxtitle {
  width: 420px;
  height: auto;
  margin: 0 auto;
  width: 500px;
  margin-bottom: 24px;
}
.servicebox .serviceboxtitle h3 {
  position: relative;
  font-size: 24px;
  color: #262626;
  line-height: 24px;
  text-align: center;
}
.servicebox .serviceboxtitle h3::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 80px;
  height: 2px;
  background-color: #262626;
}
.servicebox .serviceboxtitle p.en {
  margin-top: 34px;
  color: #d6d6d6;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.servicebox .serviceboxtitle p.en i {
  color: #262626;
  margin-left: 10px;
  margin-right: 10px;
}
.servicebox .serviceboxtitle p.cn {
  margin-top: 10px;
  font-size: 16px;
  color: #262626;
  line-height: 16px;
  text-align: center;
}
.servicebox .servicecontent {
  position: relative;
  width: 1180px;
  height: 521px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  background: url('../images/service_bg.png') center bottom no-repeat;
}
.servicebox .servicecontent h4 {
  position: absolute;
  top: 245px;
  left: 446px;
  font-size: 37px;
  color: #777;
  width: 300px;
  line-height: 37px;
}
.servicebox .servicecontent .textbox {
  position: absolute;
  width: 202px;
  height: 80px;
}
.servicebox .servicecontent .textbox h5 {
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  color: #262626;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.servicebox .servicecontent .textbox .desc {
  margin-top: 10px;
  color: #696969;
  font-size: 14px;
}
.servicebox .servicecontent .service1 {
  top: 140px;
  left: 58px;
  position: absolute;
  width: 202px;
  height: 80px;
}
.servicebox .servicecontent .service1 h5 {
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  color: #262626;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.servicebox .servicecontent .service1 .desc {
  margin-top: 10px;
  color: #696969;
  font-size: 14px;
}
.servicebox .servicecontent .service2 {
  top: 330px;
  left: 172px;
  position: absolute;
  width: 202px;
  height: 80px;
}
.servicebox .servicecontent .service2 h5 {
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  color: #262626;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.servicebox .servicecontent .service2 .desc {
  margin-top: 10px;
  color: #696969;
  font-size: 14px;
}
.servicebox .servicecontent .service3 {
  bottom: 0px;
  left: 488px;
  position: absolute;
  width: 202px;
  height: 80px;
}
.servicebox .servicecontent .service3 h5 {
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  color: #262626;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.servicebox .servicecontent .service3 .desc {
  margin-top: 10px;
  color: #696969;
  font-size: 14px;
}
.servicebox .servicecontent .service4 {
  top: 330px;
  right: 172px;
  position: absolute;
  width: 202px;
  height: 80px;
}
.servicebox .servicecontent .service4 h5 {
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  color: #262626;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.servicebox .servicecontent .service4 .desc {
  margin-top: 10px;
  color: #696969;
  font-size: 14px;
}
.servicebox .servicecontent .service5 {
  top: 140px;
  right: 58px;
  position: absolute;
  width: 202px;
  height: 80px;
}
.servicebox .servicecontent .service5 h5 {
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  color: #262626;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.servicebox .servicecontent .service5 .desc {
  margin-top: 10px;
  color: #696969;
  font-size: 14px;
}
.middlesloganbox {
  width: 1180px;
  height: 100px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
  background: url('../images/middleslogan.jpg') center center no-repeat;
}
.middlesloganbox .clickmess {
  display: block;
  width: 150px;
  height: 40px;
  float: right;
  margin-top: 30px;
  margin-right: 84px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #262626;
  background-color: #fff;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.middlesloganbox .clickmess:hover {
  color: #fff;
  background-color: transparent;
  border-radius: 6px;
}
.casebox {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.casebox .casetitle {
  width: 420px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}
.casebox .casetitle h3 {
  position: relative;
  font-size: 24px;
  color: #262626;
  line-height: 24px;
  text-align: center;
}
.casebox .casetitle h3::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 80px;
  height: 2px;
  background-color: #262626;
}
.casebox .casetitle p.en {
  margin-top: 34px;
  color: #d6d6d6;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.casebox .casetitle p.en i {
  color: #262626;
  margin-left: 10px;
  margin-right: 10px;
}
.casebox .casetitle p.cn {
  margin-top: 10px;
  font-size: 16px;
  color: #262626;
  line-height: 16px;
  text-align: center;
}
.casebox .casecontent {
  position: relative;
  width: 100%;
  height: 561px;
}
.casebox .casecontent .clickPrev {
  display: block;
  z-index: 99;
  cursor: pointer;
  position: absolute;
  left: 162px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 63px;
  height: 62px;
  background: url('../images/case_arrow_left.png') no-repeat;
}
.casebox .casecontent .clickNext {
  display: block;
  z-index: 99;
  cursor: pointer;
  position: absolute;
  right: 162px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 63px;
  height: 62px;
  background: url('../images/case_arrow_right.png') no-repeat;
}
.casebox .casecontent .home-photo-container {
  float: left;
  width: 100%;
  height: 561px;
  background: #000000;
}
.casebox .casecontent .home-photo-container .slide-left {
  float: left;
  display: block;
  width: 384px;
  height: 100%;
  overflow: hidden;
}
.casebox .casecontent .home-photo-container .slide-left .caroufredsel_wrapper {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}
.casebox .casecontent .home-photo-container .slide-left .caroufredsel_wrapper #foo .caselist {
  display: block;
  width: 370px;
  height: 561px;
  float: left;
  opacity: 0.4;
  position: relative;
  overflow: hidden;
}
.casebox .casecontent .home-photo-container .slide-left .caroufredsel_wrapper #foo .caselist img {
  position: absolute;
  width: auto;
  height: 100%;
}
.casebox .casecontent .home-photo-container .slide-center {
  float: left;
  display: block;
  width: 440px;
  height: 100%;
  overflow: hidden;
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper {
  position: relative;
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper #foo1 .caselist {
  display: block;
  width: 440px;
  height: 561px;
  float: left;
  overflow: hidden;
  position: relative;
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper #foo1 .caselist .mask {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0) rotateY(0);
  -moz-transform: scale(0) rotateY(0);
  -o-transform: scale(0) rotateY(0);
  transform: scale(0) rotateY(0);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper #foo1 .caselist .mask i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 62px;
  height: 62px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url('../images/scale.png') center center no-repeat;
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper #foo1 .caselist:hover .mask {
  opacity: 1;
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper #foo1 .caselist img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper #foo1 .caselist .casebtn {
  z-index: 12;
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 197px;
  height: 85px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #fff;
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper #foo1 .caselist .casebtn .btnbox {
  position: absolute;
  top: 7px;
  left: 5px;
  width: 186px;
  height: 70px;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ebebeb;
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper #foo1 .caselist .casebtn .btnbox .caselink {
  margin-top: 12px;
  font-size: 14px;
  line-height: 14px;
  color: #3e3e3d;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper #foo1 .caselist .casebtn .btnbox .line {
  display: block;
  width: 20px;
  height: 2px;
  margin: 10px auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #262626;
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper #foo1 .caselist .casebtn .btnbox .desc {
  color: #656565;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper #foo1 .caselist:hover .casebtn {
  border-color: #262626;
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper #foo1 .caselist:hover .casebtn .btnbox {
  background-color: #262626;
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper #foo1 .caselist:hover .casebtn .btnbox .caselink {
  color: #fff;
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper #foo1 .caselist:hover .casebtn .btnbox .line {
  background-color: #fff;
}
.casebox .casecontent .home-photo-container .slide-center .caroufredsel_wrapper #foo1 .caselist:hover .casebtn .btnbox .desc {
  color: #eee;
}
.casebox .casecontent .home-photo-container .slide-right {
  float: left;
  display: block;
  width: 1110px;
  height: 100%;
  overflow: hidden;
}
.casebox .casecontent .home-photo-container .slide-right .caroufredsel_wrapper {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}
.casebox .casecontent .home-photo-container .slide-right .caroufredsel_wrapper #foo2 .caselist {
  display: block;
  width: 370px;
  height: 100%;
  float: left;
  opacity: 0.4;
  overflow: hidden;
  position: relative;
}
.casebox .casecontent .home-photo-container .slide-right .caroufredsel_wrapper #foo2 .caselist img {
  position: absolute;
  width: auto;
  height: 100%;
}
.newsbox {
  width: 100%;
  min-width: 1180px;
  height: 930px;
  overflow: hidden;
  background-color: #fafafa;
}
.newsbox .newstitle {
  width: 420px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
.newsbox .newstitle h3 {
  position: relative;
  font-size: 24px;
  color: #262626;
  line-height: 24px;
  text-align: center;
}
.newsbox .newstitle h3::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 80px;
  height: 2px;
  background-color: #262626;
}
.newsbox .newstitle p.en {
  margin-top: 34px;
  color: #d6d6d6;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.newsbox .newstitle p.en i {
  color: #262626;
  margin-left: 10px;
  margin-right: 10px;
}
.newsbox .newstitle p.cn {
  margin-top: 10px;
  font-size: 16px;
  color: #262626;
  line-height: 16px;
  text-align: center;
}
.newsbox .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(38, 38, 38, 0.2);
}
.newsbox .newsclass {
  width: 490px;
  height: 40px;
  margin: 0 auto;
  margin-top: 20px;
}
.newsbox .newsclass li {
  width: 150px;
  height: 40px;
  float: left;
  margin-right: 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.newsbox .newsclass li:last-child {
  margin-right: 0;
}
.newsbox .newsclass li a {
  display: block;
  width: 150px;
  height: 40px;
  color: #262626;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.newsbox .newsclass li.active {
  box-shadow: none;
  background-color: #262626;
}
.newsbox .newsclass li.active a {
  color: #fff;
}
.newsbox .newscontent {
  display: none;
  position: relative;
  width: 100%;
  height: 647px;
  margin-top: 30px;
}
.newsbox .newscontent .recommend {
  position: absolute;
  top: 0;
  right: 0;
  width: 580px;
  height: 379px;
}
.newsbox .newscontent .recommend .imgbox {
  display: block;
  width: 580px;
  height: 379px;
}
.newsbox .newscontent .recommend .imgbox img {
  width: 580px;
  height: 379px;
}
.newsbox .newscontent .recommend .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0) rotateY(0);
  -moz-transform: scale(0) rotateY(0);
  -o-transform: scale(0) rotateY(0);
  transform: scale(0) rotateY(0);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.newsbox .newscontent .recommend .mask i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 38px;
  height: 38px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
  background: url('../images/link.png') center center no-repeat;
}
.newsbox .newscontent .recommend:hover .mask {
  opacity: 1;
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
}
.newsbox .newscontent .recommend .datebox {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
  height: 50px;
  color: #fff;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #262626;
  border: 1px solid rgba(255, 255, 255, 0.29);
  border-bottom: none;
  box-sizing: border-box;
}
.newsbox .newscontent .recommend .datebox .day {
  display: block;
  width: 49px;
  height: 49px;
  float: left;
  text-align: center;
  line-height: 49px;
  font-size: 20px;
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}
.newsbox .newscontent .recommend .datebox .month {
  display: block;
  width: 98px;
  height: 49px;
  float: left;
  line-height: 49px;
  text-align: center;
  font-size: 16px;
}
.newsbox .newscontent .newslist {
  width: 100%;
  height: 647px;
}
.newsbox .newscontent .newslist li {
  position: relative;
  top: 0;
  width: 580px;
  height: 113px;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 6px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.newsbox .newscontent .newslist li:first-child,
.newsbox .newscontent .newslist li:nth-child(2),
.newsbox .newscontent .newslist li:nth-child(3) {
  margin-right: 580px;
}
.newsbox .newscontent .newslist li:nth-child(5),
.newsbox .newscontent .newslist li:last-child {
  margin-right: 0;
}
.newsbox .newscontent .newslist li .imgbox {
  display: block;
  width: 80px;
  height: 100px;
  float: left;
}
.newsbox .newscontent .newslist li .imgbox img {
  width: 80px;
  height: 100px;
}
.newsbox .newscontent .newslist li .textbox {
  width: 380px;
  height: 74px;
  float: left;
  margin-top: 14px;
  margin-left: 17px;
}
.newsbox .newscontent .newslist li .textbox .newsname {
  width: 100%;
  font-size: 16px;
  color: #262626;
  line-height: 16px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.newsbox .newscontent .newslist li .textbox .desc {
  height: 44px;
  margin-top: 16px;
  overflow: hidden;
  color: #787878;
  line-height: 22px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.newsbox .newscontent .newslist li .date {
  width: 70px;
  height: 100px;
  float: right;
  text-align: center;
  box-sizing: border-box;
  color: #262626;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-left: 1px solid rgba(38, 38, 38, 0.2);
}
.newsbox .newscontent .newslist li .date .day {
  margin-top: 26px;
  font-size: 22px;
  line-height: 22px;
}
.newsbox .newscontent .newslist li .date .month {
  margin-top: 14px;
  font-size: 14px;
}
.newsbox .newscontent .newslist li:hover {
  top: -8px;
  background-color: #262626;
  border-color: #262626;
  box-shadow: none;
}
.newsbox .newscontent .newslist li:hover .textbox .newsname {
  color: #fff;
}
.newsbox .newscontent .newslist li:hover .textbox .desc {
  color: #fff;
}
.newsbox .newscontent .newslist li:hover .date {
  color: #fff;
  border-color: #ccc;
}
/* footer start */
/* footer end */
