* {
  padding: 0;
  margin: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a {
  text-decoration: none;
}
div {
  line-height: normal;
}
.part {
  width: 1200px;
  margin: 0 auto;
}
.myheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.myheader .logo {
  margin-right: 134px;
}
.myheader .meau {
  display: flex;
  justify-content: space-between;
  width: 700px;
}
.myheader .meau .meauitem {
  padding: 37px 17px;
  cursor: pointer;
}
.myheader .meau .meauitem:nth-child(1) {
  padding: 37px 26px;
}
.myheader .meau .meauitem.active a {
  color: #C13202;
  border-bottom: 1px solid #C13202;
}
.myheader .meau .meauitem a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  padding-bottom: 15px;
  border-bottom: 1px solid transparent;
}
.floor2 {
  background-color: #16181E;
}
.myfooter {
  padding: 38px 0 0;
}
.myfooter .myfooterup {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.myfooter .myfooterup .footerleft .footerlogo {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;
}
.myfooter .myfooterup .footerleft .line {
  width: 20px;
  height: 1px;
  background: #C13202;
  margin: 15px 0 22px;
}
.myfooter .myfooterup .footerleft .footerdetail div {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 35px;
  opacity: 0.4;
}
.myfooter .myfooterup .footermid {
  width: 40%;
}
.myfooter .myfooterup .footermid .footmeau {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.myfooter .myfooterup .footermid .footmeau .footmeauitem {
  text-align: center;
}
.myfooter .myfooterup .footermid .footmeau .footmeauitem > a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;
}
.myfooter .myfooterup .footermid .footmeau .footmeauitem .line {
  width: 20px;
  height: 1px;
  background: #C13202;
  margin: 15px 0 22px;
}
.myfooter .myfooterup .footermid .footmeau .footmeauitem .footnav a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 35px;
  opacity: 0.4;
}
.myfooter .myfooterup .footerright div {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.myfooter .borderline {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.myfooter .myfooterbottom .copyright {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A3A3A3;
  padding: 18px 0;
  text-align: center;
}
.mybtn {
  width: 110px;
  height: 30px;
  background: #C13202;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.mytitlebox {
  display: flex;
  justify-content: center;
}
.mytitlebox .mytit {
  width: 36px;
  height: 2px;
  background: #C13202;
  margin: 23px auto 50px;
}
.mytitlebox .mytitle {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
  text-align: center;
}
.myswiper img {
  width: 100%;
}
.myswiper .swiper_btn {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}
.mybanner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 0;
}
.mybanner .mybannerright {
  display: flex;
}
.mybanner .mybannerright .banneritem {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  height: 18px;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.mybanner .mybannerright .banneritem span {
  padding: 10px 18px;
  margin: 0 18px;
}
.mybanner .mybannerright .banneritem:last-child {
  border-right: none;
}
.mybanner .mybannerright .banneritem.active span {
  background-color: #C13202;
  color: #fff;
}
.mybanner .mybannerleft {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
}
.mybanner .mybannerleft span {
  color: #C13202;
}
.pagration {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.pagration .page {
  padding: 8px 13px;
  margin: 0 10px;
  border: 1px solid #A3A3A3;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  cursor: pointer;
}
.pagration .page.active {
  background-color: #C13202;
  border: 1px solid #C13202;
  color: #fff;
}
#index .part1 {
  padding: 80px 0;
}
#index .part1 .servebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
#index .part1 .servebox .serveitem {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
#index .part1 .servebox .serveitem:hover {
  background: #C13202;
}
#index .part1 .servebox .serveitem:hover .serveimg {
  text-align: center;
}
#index .part1 .servebox .serveitem:hover .serveimg img {
  margin-top: 5%;
  width: 90%;
}
#index .part1 .servebox .serveitem:hover .servetitle .servetit {
  color: #fff;
}
#index .part1 .servebox .serveitem .serveimg img {
  width: 100%;
  transition: 0.2s all linear;
}
#index .part1 .servebox .serveitem .servetitle {
  padding: 18px 0 22px;
}
#index .part1 .servebox .serveitem .servetitle .serveicon {
  margin: 0 auto 9px;
  width: 40px;
  height: 40px;
}
#index .part1 .servebox .serveitem .servetitle .serveicon img:nth-child(2) {
  display: none;
}
#index .part1 .servebox .serveitem .servetitle .servetit {
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
}
#index .part2 {
  padding: 58px 0 65px;
  position: relative;
  color: #fff;
  box-sizing: border-box;
}
#index .part2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#index .part2 .aboutwrap {
  display: flex;
  justify-content: space-between;
}
#index .part2 .aboutwrap .left {
  position: relative;
  width: 52%;
}
#index .part2 .aboutwrap .left .mytitlebox {
  justify-content: start;
}
#index .part2 .aboutwrap .left .mytitlebox .mytitle {
  color: #fff;
}
#index .part2 .aboutwrap .left .aboutcontent p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 30px;
  text-indent: 32px;
}
#index .part2 .aboutwrap .left .mybtn {
  position: absolute;
  left: 0;
  bottom: 0;
}
#index .part2 .aboutwrap .right {
  background-color: #fff;
  height: 100%;
  padding: 11px 14px;
  box-sizing: border-box;
}
#index .part2 .aboutwrap .right img {
  width: 100%;
}
#index .part3 {
  padding: 80px 0;
}
#index .part3 .newswrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}
#index .part3 .newswrap .left {
  width: 650px;
  box-sizing: border-box;
  padding: 23px 26px 28px;
  background-color: #EEEEEE;
}
#index .part3 .newswrap .left .newsimg {
  margin-bottom: 32px;
}
#index .part3 .newswrap .left .newsimg img {
  width: 100%;
}
#index .part3 .newswrap .left .newsdetail {
  display: flex;
  align-items: center;
}
#index .part3 .newswrap .left .newsdetail .newstime {
  margin-right: 38px;
}
#index .part3 .newswrap .left .newsdetail .newstime .year {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #BBBBBB;
}
#index .part3 .newswrap .left .newsdetail .newstime .line {
  width: 35px;
  height: 1px;
  background: #BBBBBB;
  margin: 7px 0;
}
#index .part3 .newswrap .left .newsdetail .newstime .day {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #BBBBBB;
}
#index .part3 .newswrap .left .newsdetail .newstitbox .tit {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  margin-bottom: 14px;
}
#index .part3 .newswrap .left .newsdetail .newstitbox .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #777777;
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index .part3 .newswrap .right .newsdetailbox {
  width: 520px;
}
#index .part3 .newswrap .right .newsdetailbox .newsitem {
  display: flex;
  align-items: center;
  background-color: #EEEEEE;
  padding: 24px 28px;
  margin-bottom: 24px;
  cursor: pointer;
}
#index .part3 .newswrap .right .newsdetailbox .newsitem:hover {
  background-color: #C13202;
  color: #fff;
}
#index .part3 .newswrap .right .newsdetailbox .newsitem:hover .newstime .year,
#index .part3 .newswrap .right .newsdetailbox .newsitem:hover .newstime .day {
  color: #fff;
}
#index .part3 .newswrap .right .newsdetailbox .newsitem:hover .newstime .line {
  background-color: #fff;
}
#index .part3 .newswrap .right .newsdetailbox .newsitem:hover .newstitbox .tit,
#index .part3 .newswrap .right .newsdetailbox .newsitem:hover .newstitbox .title {
  color: #fff;
}
#index .part3 .newswrap .right .newsdetailbox .newsitem:last-of-type {
  margin-bottom: 0;
}
#index .part3 .newswrap .right .newsdetailbox .newsitem .newstime {
  margin-right: 38px;
}
#index .part3 .newswrap .right .newsdetailbox .newsitem .newstime .year {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #BBBBBB;
}
#index .part3 .newswrap .right .newsdetailbox .newsitem .newstime .line {
  width: 35px;
  height: 1px;
  background: #BBBBBB;
  margin: 7px 0;
}
#index .part3 .newswrap .right .newsdetailbox .newsitem .newstime .day {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #BBBBBB;
}
#index .part3 .newswrap .right .newsdetailbox .newsitem .newstitbox .tit {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  margin-bottom: 8px;
}
#index .part3 .newswrap .right .newsdetailbox .newsitem .newstitbox .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #777777;
  width: 375px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#about .part1 {
  padding-top: 60px;
}
#about .part1 .aboutcontent .aboutarticle img{
  width: 100%;
  margin: 20px 0
}
#about .part1 .aboutcontent .aboutarticle p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
  line-height: 40px;
  text-indent: 32px;
}
#about .part1 .aboutcontent .aboutimg {
  margin: 60px 0;
}
#about .part1 .aboutcontent .aboutimg img {
  width: 100%;
}
#about .part2 {
  position: relative;
}
#about .part2 img {
  width: 100%;
  display: block;
}
#about .part2 .wenzhang {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .part2 .wenzhang p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
#about .part3 {
  padding: 60px 0 90px;
}
#about .part3 .texture {
  text-align: center;
}
#serve .part1 {
  padding: 50px 0 70px;
}
#serve .part1 .servecontent .servearticle p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #c7c7c7;
  margin-bottom: 30px;
}
#serve .part1 .servecontent .servearticle img{
  width: 100%;
}
#serve .part1 .servecontent .servearticle p span {
  color: #333333;
}
#news .part1 {
  padding: 50px 0 70px;
}
#news .part1 .newsbox {
  padding-bottom: 35px;
}
#news .part1 .newsbox .newsitem {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#news .part1 .newsbox .newsitem:nth-child(1) {
  padding: 0 0 30px;
}
#news .part1 .newsbox .newsitem .newsimg {
  width: 230px;
}
#news .part1 .newsbox .newsitem .newsimg img {
  width: 100%;
}
#news .part1 .newsbox .newsitem .time .day {
  font-size: 50px;
  font-family: Arial;
  font-weight: 400;
  color: #C13202;
}
#news .part1 .newsbox .newsitem .time .line {
  width: 52px;
  height: 1px;
  background: #BBBBBB;
  margin: 0 0 9px;
}
#news .part1 .newsbox .newsitem .time .year {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #BBBBBB;
}
#news .part1 .newsbox .newsitem .newsdetail {
  width: 835px;
}
#news .part1 .newsbox .newsitem .newsdetail .tit {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  margin-bottom: 15px;
}
#news .part1 .newsbox .newsitem .newsdetail .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #777777;
  line-height: 30px;
}
#support .part1 {
  padding: 50px 0;
}
#support .part1 .supportbox {
  display: flex;
  flex-wrap: wrap;
}
#support .part1 .supportbox .supportitem {
  width: 18%;
  height: 110px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2% 2% 0;
}
#support .part1 .supportbox .supportitem:nth-child(5n+5) {
  margin: 0 0 2% 0;
}
#contact .part1 {
  padding: 50px 0;
}
#contact .part1 .contactbox {
  display: flex;
  justify-content: space-between;
}
#contact .part1 .contactbox .left .company {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 35px;
}
#contact .part1 .contactbox .left .contactP {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  line-height: 77px;
  display: flex;
  align-items: center;
}
#contact .part1 .contactbox .left .contactP img {
  margin-right: 10px;
}
#contact .part2 .mytitlebox .mytit {
  margin-bottom: 0;
}
#contact .part2 .tip {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #777777;
  margin: 27px 0;
}
#contact .part2 .from {
  border: 1px solid #EEEEEE;
  padding: 27px 27px 0;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .part2 .from .inputbox {
  width: 49%;
  height: 52px;
  margin-bottom: 2%;
  background: #F8F8F8;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
}
#contact .part2 .from .inputbox input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
}
#contact .part2 .from .inputbox input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
}
#contact .part2 .from .inputbox span {
  width: 40px;
  box-sizing: border-box;
  padding-left: 24px;
  color: #C13202;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
}
#contact .part2 .from .areabox {
  width: 100%;
  height: 192px;
  background: #F8F8F8;
  border: 1px solid #EEEEEE;
  display: flex;
  padding: 18px 18px 18px 0;
}
#contact .part2 .from .areabox span {
  width: 40px;
  box-sizing: border-box;
  padding-left: 24px;
  color: #C13202;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
}
#contact .part2 .from .areabox textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  resize: none;
}
#contact .part2 .from .areabox textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
}
#contact .part2 .sub {
  width: 420px;
  height: 48px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  background-color: #C13202;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 22px auto;
  border: none;
}
.header {
  display: none !important;
}



@media (max-width: 1250px) {
  .part {
    width: 95%;
  }
  .myheader .logo {
    margin-right: 0;
  }
  #index .part1 .servebox .serveitem {
    width: 32%;
  }
  #index .part2 .aboutwrap .right {
    width: 40%;
  }
  #index .part2 .aboutwrap .left .mybtn {
    position: relative;
    left: 0;
    top: 0;
  }
  #index .part3 .newswrap .left {
    width: 48%;
  }
  #index .part3 .newswrap .left .newstitbox {
    width: 80%;
  }
  #index .part3 .newswrap .left .newstitbox .title {
    width: auto !important;
  }
  #index .part3 .newswrap .right {
    width: 48%;
  }
  #index .part3 .newswrap .right .newsdetailbox {
    width: auto !important;
  }
  #index .part3 .newswrap .right .newsdetailbox .newsitem .newstime {
    width: 10% !important;
  }
  #index .part3 .newswrap .right .newsdetailbox .newsitem .newstitbox {
    width: 80% !important;
  }
  #index .part3 .newswrap .right .newsdetailbox .newsitem .title {
    width: auto !important;
  }
  #news .newsbox .newsitem .newsimg {
    width: 20%;
  }
  #news .newsbox .newsitem .newsdetail {
    width: 68%;
  }
  #support .part1 .supportbox .supportitem img {
    width: 100% !important;
  }
  #contact .part1 .contactbox .right {
    width: 70%;
  }
  #contact .part1 .contactbox .right img {
    width: 100%;
  }
}
.pagination{
    margin-top: 30px;
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #808080;
    border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:transparent;
    margin:0px 1px 10px 1px;
}
.pagination a:hover{
    color:#fff !important;
    background-color:#dd4040;
    border:1px solid #dd4040;
}
.pagination a.active {
    display: inline-block;
    color: #fff !important;
    background-color: #dd4040;
    border: 1px solid #dd4040;
}
@media (max-width: 992px) {
  .myheader .meau .meauitem {
    padding: 37px 5px;
  }
  #about .part3 .texture img {
    width: 100%;
  }
  .mybanner .mybannerright .banneritem span {
    padding: 10px !important;
    margin: 10px !important;
  }
}
@media (max-width: 768px) {
  .header {
    display: block !important;
  }
  .myheader {
    display: none;
  }
  .myswiper {
    padding-top: 81px;
  }
  #index .part1 .servebox {
    flex-wrap: wrap;
  }
  #index .part1 .servebox .serveitem {
    width: 100% !important;
    margin-bottom: 5%;
  }
  #index .part2 .aboutwrap {
    flex-wrap: wrap;
  }
  #index .part2 .aboutwrap .right {
    width: 80% !important;
    margin: 40px auto;
  }
  #index .part2 .aboutwrap .left {
    width: 100% !important;
  }
  #index .part3 .newswrap {
    flex-wrap: wrap;
  }
  #index .part3 .newswrap .left {
    margin-bottom: 30px;
  }
  #index .part3 .newswrap .left,
  #index .part3 .newswrap .right {
    width: 100% !important;
  }
  .myfooter .myfooterup {
    flex-wrap: wrap;
  }
  .myfooter .myfooterup .footerleft,
  .myfooter .myfooterup .footermid,
  .myfooter .myfooterup .footerright {
    text-align: center;
    width: 100%;
  }
  .myfooter .myfooterup .footerleft .line,
  .myfooter .myfooterup .footermid .line,
  .myfooter .myfooterup .footerright .line {
    margin: 15px auto 22px;
  }
  .mybanner {
    flex-wrap: wrap;
  }
  .mybanner .mybannerleft,
  .mybanner .mybannerright {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .mybanner .mybannerleft {
    margin-bottom: 20px;
  }
  #news .newsbox .newsitem {
    flex-wrap: wrap;
    justify-content: space-around !important;
  }
  #news .newsbox .newsitem .newsimg {
    width: 80% !important;
  }
  #news .newsbox .newsitem .newsdetail {
    width: 100% !important;
  }
  #support .part1 .supportbox .supportitem {
    width: 30%;
    margin: 0 2% 2% 0  !important;
  }
  #support .part1 .supportbox .supportitem img {
    width: 100% !important;
  }
  #contact .part1 .contactbox {
    flex-wrap: wrap;
  }
  #contact .part1 .contactbox .left {
    width: 100% !important;
    text-align: center;
  }
  #contact .part1 .contactbox .left .contactP {
    justify-content: center;
  }
  #contact .part1 .contactbox .right {
    width: 100% !important;
  }
}

@media (max-width: 414px) {
  #about .part2 .wenzhang p{
    font-size: 12px;
  }
  .mybanner .mybannerright .banneritem span {
    padding: 0 !important;
    margin: 10px !important;
  }
}
