.w1000 {
  width: 1000px;
}
@media (max-width: 1000px) {
  .w1000 {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.w1200 {
  width: 1200px;
}
@media (max-width: 1200px) {
  .w1200 {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.content {
  position: relative;
  border-top: 6px solid #00407f;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
  background: url(../images/csly_bg.png) no-repeat top center;
  background-size: cover;
}
.title_bg {
  height: 90px;
  margin-bottom: 50px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.title_bg span {
  font-size: 0;
}
.title_bg.title_bg1 {
  background-image: url(../images/csly_title1.png);
}
.title_bg.title_bg2 {
  background-image: url(../images/csly_title2.png);
}
.title_bg.title_bg3 {
  background-image: url(../images/csly_title3.png);
}
.title_bg.title_bg4 {
  background-image: url(../images/csly_title4.png);
}
.title_bg.title_bg5 {
  background-image: url(../images/csly_title5.png);
}
.title_bg.title_bg6 {
  background-image: url(../images/csly_title6.png);
  margin-bottom: 30px;
}
.title_bg.title_bg7 {
  background-image: url(../images/csly_title7.png);
  margin-bottom: 30px;
}
.p1 p {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  color: #333333;
  text-indent: 2em;
}
a.more {
  display: inline-block;
  width: 105px;
  height: 50px;
  background: url(../images/csly_more.png) no-repeat center;
  background-size: contain;
  font-size: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a.more:hover {
  opacity: 0.7;
}
.img_mask_box {
  height: 400px;
  box-sizing: border-box;
  position: relative;
}
.img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.img_mask_box a:hover img {
  transform: scale(1.05);
}
.img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.img_mask_box .mask_title h3 {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 17px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.list_t {
  margin-bottom: -16px;
}
.list_t li {
  line-height: 1;
  position: relative;
  padding: 16px 0px 16px 20px;
}
.list_t li::before {
  content: '';
  position: absolute;
  top: 23px;
  left: 0px;
  width: 6px;
  height: 6px;
  background-color: #a2b5cb;
}
.list_t li a {
  transition: all 0.3s;
  display: block;
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.list_t li a:hover {
  color: #00407f;
}
.list_t li span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
@media (max-width: 600px) {
  .list_t li a {
    width: 100% !important;
  }
  .list_t li span {
    display: none;
  }
}
.news_row1 .news h3 {
  padding: 0 0px;
  background-color: transparent;
  margin-bottom: 17px;
}
.news_row1 .news h3 a {
  font-size: 22px;
  font-weight: bold;
  color: #555555;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news_row1 .news h3 a:hover {
  opacity: 0.7;
}
.news_row1 .news p {
  margin: 0 0px;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  text-align: justify;
  color: #555555;
  text-indent: 2em;
  padding-bottom: 17px;
  border-bottom: 1px dashed #dddddd;
}
.news_row1 .news p a {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.news_row1 .news p a:hover {
  opacity: 0.7;
}
.news_row1 .news + .list_t {
  padding: 0 0px;
}
.news_row1 .news + .list_t li {
  border: none;
}
.news_row1 .news + .list_t li a {
  width: 100%;
}
.p3 .list_t li {
  padding: 20px 0px 20px 20px;
}
.p3 .list_t li:not(:last-child) {
  border-bottom: 1px dashed #cccccc;
}
@media (min-width: 993px) {
  .p3 .list_t::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .p3 .list_t li {
    width: 48%;
  }
  .p3 .list_t li:nth-child(2n + 1) {
    float: left;
  }
  .p3 .list_t li:nth-child(2n) {
    float: right;
  }
  .p3 .list_t li:nth-child(5) {
    border-bottom: none;
  }
}
.banner img {
  width: 100%;
}
.item_box_ver {
  box-sizing: border-box;
  margin-left: -20px;
  margin-right: -20px;
}
.item_box_ver::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_ver > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
.item_box_ver > li:nth-child(n) {
  margin-top: 0;
}
.item_box_ver > li:nth-child(n + 2) {
  margin-top: 10px;
}
.item_box_ver > li:nth-child(2) {
  margin-top: 0;
}
.item_box_ver a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_ver {
    margin-left: -20px;
    margin-right: -20px;
  }
  .item_box_ver::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_ver > li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .item_box_ver > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_ver a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_ver {
    margin-left: -20px;
    margin-right: -20px;
  }
  .item_box_ver::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_ver > li:nth-child(n + 1) {
    margin-top: 10px;
  }
  .item_box_ver > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_ver a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_ver li {
  transition: all 0.3s;
}
.item_box_ver li:hover {
  transform: translateY(-10px);
}
.item_box_ver li div {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 165px;
  padding: 60px 30px 20px 170px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.item_box_ver li div.s1 {
  background-image: url(../images/csly_cq_img1.png);
}
.item_box_ver li div.s2 {
  background-image: url(../images/csly_cq_img2.png);
}
.item_box_ver li div.s3 {
  background-image: url(../images/csly_cq_img3.png);
}
.item_box_ver li div.s4 {
  background-image: url(../images/csly_cq_img4.png);
}
.item_box_ver li div.s5 {
  background-image: url(../images/csly_cq_img5.png);
}
.item_box_ver li div.s6 {
  background-image: url(../images/csly_cq_img6.png);
}
.item_box_ver li h6 {
  transition: all 0.3s;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}
.item_box_ver li p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #555555;
}
.item_box_img {
  box-sizing: border-box;
  margin-left: -20px;
  margin-right: -20px;
}
.item_box_img::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_img > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
.item_box_img > li:nth-child(n) {
  margin-top: 0;
}
.item_box_img > li:nth-child(n + 4) {
  margin-top: 35px;
}
.item_box_img > li:nth-child(4) {
  margin-top: 0;
}
.item_box_img a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_img {
    margin-left: -20px;
    margin-right: -20px;
  }
  .item_box_img::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_img > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .item_box_img > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img > li:nth-child(n + 2) {
    margin-top: 35px;
  }
  .item_box_img > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_img a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_img {
    margin-left: -20px;
    margin-right: -20px;
  }
  .item_box_img::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_img > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .item_box_img > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img > li:nth-child(n + 2) {
    margin-top: 35px;
  }
  .item_box_img > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_img a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_img li a {
  display: block;
  box-sizing: border-box;
}
.item_box_img li a .img {
  box-sizing: border-box;
  width: 100%;
  height: 280px;
}
@media (max-width: 600px) {
  .item_box_img li a .img {
    height: auto;
  }
}
.item_box_img li a img {
  transition: all 0.3s;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.item_box_img li a h6 {
  margin-top: 18px;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 18px;
  position: relative;
}
.item_box_img li a h6 i {
  vertical-align: middle;
  margin-right: 15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #a2b5cb;
}
.item_box_img li:hover img {
  transform: scale(1.05);
}
.item_box_img li:hover h6 {
  font-weight: bold;
  color: #00407f;
}
.lxg_box {
  padding: 90px 80px 100px 80px;
  height: 660px;
  background: url(../images/csly_lxg_bg2.png) no-repeat 94% 76%, url(../images/csly_lxg_bg.png) no-repeat center;
  background-size: auto, 100% 100%;
}
@media (max-width: 600px) {
  .lxg_box {
    height: auto;
    background-position: 94% 86%, center;
  }
}
.lxg p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1px;
  color: #333333;
}
