.content {
  width: 1200px;
  margin: 0 auto;
  
}

.content .title {
  text-align: center;
}

.content .title .p1 {
  color: #222222;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.content .title .p2 {
  color: #a2a2a2;
  font-size: 14px;
  line-height: 1;
  margin-top: 13px;
}



.content .list ul {
  font-size: 0;
}

.content .list ul li {
  display: inline-block;
  vertical-align: top;
  width: 437px;
  height: 254px;
  border-bottom: 1px dashed #bfbfbf;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.content .list ul li:nth-child(odd) {
  margin-right: 39px;
}

.content .list ul li .tit a {
  color: #222222;
  font-size: 20px;
  line-height: 42px;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.content .list ul li .tit span {
  color: #bebebe;
  font-size: 30px;
  line-height: 42px;
  float: right;
}

.content .list ul li .desc {
  color: #555555;
  font-size: 16px;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 66px;
}

.content .list ul li .more {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  color: #888888;
  font-size: 16px;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.content .list ul li .more span {
  display: inline-block;
  background: url(../images/arrow1.png) no-repeat left center;
  width: 29px;
  height: 14px;
  margin-right: 14px;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.content .list ul li:hover {
  background: #f4f4f4;
  padding: 30px;
  border-bottom: 1px solid #f4f4f4;
}

.content .list ul li:hover .tit a {
  color: #4264f6;
}

.content .list ul li:hover .more {
  background: #4264f6;
  padding-left: 32px;
  color: #ffffff;
}

.content .list ul li:hover .more span {
  background: url(../images/arrow.png) no-repeat left center;
}



.content .detail>h3 {
  color: #222222;
  font-size: 24px;
  text-align: center;
  line-height: 1;
}

.content .detail .date {
  color: #888888;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin-top: 30px;
}

.content .detail .content-detail {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
}

.content .service {
  width: 100%;
  margin: 58px auto 0;
  font-size: 0;
  padding-bottom: 92px;
}

.content .service>.tit {
  border-bottom: 1px solid #d8d8d8;
  line-height: 36px;
  padding-bottom: 14px;
}

.content .service>.tit .s1 {
  color: #222222;
  font-size: 24px;
  margin-right: 16px;
}

.content .service>.tit .s2 {
  color: #898989;
  font-size: 16px;
}

.content .service .medias {
  margin-top: 40px;
}

.content .service .medias .media {
  width: 291px;
  height: 267px;
  display: inline-block;
  vertical-align: top;
  padding-top: 30px;
  padding-left: 40px;
  margin-right: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.content .service .medias .media:last-child {
  margin-right: 0;
}

.content .service .medias .media .tit {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.content .service .medias .media .en {
  color: #ffffff;
  font-size: 14px;
  opacity: 0.5;
  line-height: 1;
  margin-top: 15px;
}

.content .service .medias .media ul {
  margin-top: 27px;
}

.content .service .medias .media ul li {
  color: #ffffff;
  font-size: 18px;
  line-height: 36px;
}

.content .service .medias .media ul li::before {
  content: "";
  float: left;
  margin-top: 13.5px;
  width: 9px;
  height: 9px;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 10px;
}

.content .service .medias .media:nth-child(1) {
  background: url(../images/media1.png);
}

.content .service .medias .media:nth-child(2) {
  background: url(../images/media2.png);
}

.content .service .medias .media:nth-child(3) {
  background: url(../images/media3.png);
}

.operate {
  width: 100%;
  margin: 0 auto;

}

.operate img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.operate .detail {
  width: 913px;
  float: left;
}

.live {
  width: 1280px;
  margin: 0 auto;
}

.live img {
  display: block;
}

.contact {
  font-size: 0;
}

.contact .left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 394px;
  background: url(../images/cbg.png) no-repeat center center;
  padding-left: 29px;
  padding-top: 46px;
}

.contact .left ul li {
  font-size: 16px;
  line-height: 50px;
  padding-left: 46px;
}

.contact .left ul li span {
  color: #4264f6;
  font-size: 24px;
  font-weight: bold;
}

.contact .left ul li:nth-child(1) {
  background: url(../images/c1.png) no-repeat left center;
}

.contact .left ul li:nth-child(2) {
  background: url(../images/c2.png) no-repeat left center;
}

.contact .left ul li:nth-child(3) {
  background: url(../images/c3.png) no-repeat left center;
}

.contact .left ul li:nth-child(4) {
  background: url(../images/c4.png) no-repeat left center;
}

.contact .right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 394px;
  background: url(../images/map.jpg) no-repeat center center;
}

.n-cont {
  width: 1200px;
  margin: 0 auto;
}

.ny-title {
  margin-top: 35px;
  margin-bottom: 40px;
}

.ny-title .ny-left {
  float: left;
}

.ny-title .ny-left h4 {
  font-size: 36px;
  color: rgb(217, 217, 217);
  line-height: 1;
  margin-bottom: 12px;
  height: 36px;
}

.ny-title .ny-left h5 {
  font-size: 30px;
  color: rgb(45, 45, 45);
  font-weight: bold;
  line-height: 1;
}

.ny-title .ny-link {
  position: relative;
  width: 79%;
  height: 1px;
  background: #e5e5e5;
  float: right;
  margin-top: 64px
}

.ny-title .ny-link::after {
  content: " ";
  width: 17px;
  height: 17px;
  border-width: 2px;
  border-color: rgb(88, 154, 250);
  border-style: solid;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: -9px;
}

.ny-title .ny-right {
  float: right;
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: rgb(153, 153, 153);
  position: relative;
  top: -47px;
}

.ny-title .ny-right img {
  margin-right: 10px;
}

.ny-title .ny-right a {
  color: #589afa;
}

.ny-nav {
  width: 287px;
  padding-right: 59px;
  float: left;
}

.ny-nav ul {
  background: #f7f7f7;
  padding: 20px 25px;
}

.ny-nav ul li {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #dcdcdc;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  padding-left: 30px;
  position: relative;
}

.ny-nav ul li::after {
  content: " ";
  display: block;
  margin: 0px auto;
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-left-color: transparent;
  display: inline-flex;
  margin-left: 18px;
  position: relative;
  top: -7px;
}

.ny-nav ul .on, .ny-nav ul li:hover {
  font-weight: bold;
 
}

.ny-nav ul .on a, .ny-nav ul li:hover a {
  color: #569bfa;
}
.ny-nav ul .on::after, .ny-nav ul li:hover::after {
  border-left-color: #589afa;
}
.ny-nav ul li:last-child {
  border-bottom: 0px dashed #dcdcdc;
}

.ny-nav ul li a {
  color: #333333;
  display: inline-flex;
}

.ny-nav .zx {
  margin-top: 30px;
  background: #589afa;
  padding: 0 17px;
  /* height: 120px; */
  padding-bottom: 15px;
}
.ny-nav .zx h6{
  color: #fff;
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}
.ny-nav .zx h4 {
  height: 60px;
  border-bottom: 1px solid #fff;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
}

.ny-nav .zx h4 img {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -2px
}

.ny-nav .zx p {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}

.ny-right-box{
  width: 913px;
  float: left;
  margin-bottom: 50px;
}