.w90 {
  width: 90%;
  margin: 0 auto;
}
.header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: #fff;
}
.header .inner {
  height: 150px;
  position: relative;
  text-align: center;
}
.header .logo {
  width: 20%;
}
.header .logo img {
  margin-top: 45px;
}
.header .nav {
  width: 66%;
  display: block;
  z-index: 999999999;
  padding-top: 56px;
}
.header .nav ul li {
  float: left;
  width: 12.5%;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.header .nav ul li a {
  color: #585858;
  z-index: 1;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  position: relative;
  width: 100%;
  white-space: nowrap;
  /*超出的空白区域不换行*/
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*文本超出显示省略号*/
}
.header .nav ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0px;
  width: 0;
  background: #015bac;
  transition: all .3s;
}
.header .nav ul li a span {
  position: static;
  width: 0;
  height: 0;
  margin-top: 0;
  border-width: 5px;
  border-style: solid dashed dashed dashed;
  border-color: #7c7c7c transparent transparent transparent;
  background: transparent;
  border-radius: 0;
  display: inline-block;
  margin-left: 5px;
}
.header .nav ul li:hover {
  color: #015bac;
}
.header .nav ul li:hover a {
  color: #015bac;
}
.header .nav ul li:hover span {
  border-color: #015bac transparent transparent transparent;
}
.header .nav ul li:hover::before {
  height: 1px;
  width: 100%;
}
.nav ul li ul {
  position: absolute;
  left: 0;
  top: 130px;
  z-index: 99999;
  width: 112%;
  margin-left: -6%;
  height: 450px;
  padding: 60px 30px;
  background: rgba(255, 255, 255, 0.897);
  box-sizing: border-box;
}
.nav ul li ul .fr {
  display: block;
  width: 40%;
  margin-top: 50px;
}
.nav ul li ul h3 {
  width: 55%;
}
.nav ul li ul h3 p {
  font-size: 60px;
  text-transform: uppercase;
  margin-top: 30px;
  text-align: left;
}
.nav ul li ul h3 li {
  width: 40% !important;
  float: left;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  margin: 10px 5px 0px 0;
  height: 40px !important;
  line-height: 40px !important;
  text-transform: capitalize !important;
}
.nav ul li ul h3 li a {
  width: 100%;
}
.nav ul li ul h3 li a:hover {
  background: #015bac;
  color: #fff !important;
  border-radius: 15px;
}
.mainVisual {
  padding-top: 150px;
}
.mainVisual .bgImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 3s;
  transition: all 3s;
}
.mainVisual .swiper-slide-active .bgImg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.mainVisual .width {
  height: 648px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.mainVisual .width01 {
  text-align: left;
  max-width: 1600px;
  padding-top: 170px;
}
.ani {
  font-size: 74px;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.226);
  line-height: 100px;
  text-transform: uppercase;
}
.ania {
  background: #015bac;
  color: #fff;
  width: 250px;
  height: 50px;
  line-height: 50px;
  margin-top: 40px;
  text-align: center;
  border-radius: 5px;
}
.ania a {
  color: #fff;
}
.mainVisual .width02 {
  text-align: left;
  max-width: 1600px;
  padding-top: 170px;
}
.mainVisual .width03 {
  text-align: left;
  max-width: 1600px;
  padding-top: 170px;
}
.mainVisual .swiper-button-next:after,
.mainVisual .swiper-button-prev:after {
  display: none;
}
.mainVisual .swiper-button-next,
.mainVisual .swiper-button-prev {
  width: 49px;
  height: 49px;
  margin: 0;
  top: inherit;
  bottom: 60px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.mainVisual .swiper-button-next {
  right: 7.5%;
  background: url("../../images/icon03.png") no-repeat center center;
  background-size: 100% 100%;
}
.mainVisual .swiper-button-next:hover {
  margin-right: -10px;
}
.mainVisual .swiper-button-prev {
  left: inherit;
  right: 7.5%;
  margin-right: 90px;
  background: url("../../images/icon02.png") no-repeat center center;
  background-size: 100% 100%;
}
.mainVisual .swiper-button-prev:hover {
  margin-right: 100px;
}
.titbt {
  font-size: 50px;
  color: #585858;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 80px;
}
.titbt a {
  float: right;
  background: #015bac;
  border-radius: 5px;
  width: 166px;
  height: 48px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}
.titbt a::after {
  position: absolute;
  content: "";
  background: url(../../images/t1.jpg);
  width: 13px;
  height: 10px;
  top: 20px;
  right: 30px;
  transition: all .3s;
}
.titbt a:hover::after {
  right: 20px;
}
.part2 {
  margin-top: 80px;
  overflow: hidden;
}
.part2 h3 {
  position: relative;
  width: 40%;
}
.part2 h3 em {
  font-size: 24px;
  font-weight: bold;
  color: #b8b8b8;
  display: block;
  padding-left: 128px;
  position: relative;
}
.part2 h3 em::after {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  width: 100px;
  height: 3px;
  background: #e33730;
}
.part2 h3 strong {
  display: block;
  font-size: 54px;
  color: #585858;
  text-transform: uppercase;
}
.part2 h3 p {
  color: #000;
  font-size: 18px;
}
.part2 .num_top {
  width: 58%;
}
.part2 .num_top .item {
  width: 25%;
  float: left;
  text-align: center;
}
.part2 .num_top .item h3 {
  border: 3px solid #e33730;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  font-size: 52px;
  padding-top: 50px;
  box-sizing: border-box;
  font-weight: bold;
  margin: 0 auto;
}
.part2 .num_top .item h3 i {
  font-style: normal;
  color: #e33730;
}
.part2 .num_top .item h3 sup {
  color: #e33730;
}
.part2 .num_top .item p {
  text-transform: uppercase;
  color: #000;
  margin-top: 30px;
}
.part4 {
  background: url(../../images/bj1.png) center no-repeat #e33730;
  background-attachment: fixed;
  height: 830px;
  margin-top: 94px;
  position: relative;
}
.part4 h2 {
  text-align: center;
  font-size: 54px;
  color: #fff;
  padding: 98px 0 40px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.part4 .w90 {
  position: relative;
}
.part4 .swiper-slide {
  background: none !important;
}
.part4 .swiper-slide a {
  display: block;
  width: 100%;
  margin-top: 20px;
  position: relative;
  text-transform: capitalize;
}
.part4 .swiper-slide a .sppic {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 62px;
  height: 62px;
  top: 38%;
  z-index: 99999;
}
.part4 .swiper-slide a img {
  width: 100%;
  transition: all .3s;
}
.part4 .swiper-slide a h3 {
  text-align: center;
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.part4 .swiper-slide a p {
  color: #fff;
}
.part4 .swiper-slide a div {
  overflow: hidden;
}
.part4 .swiper-slide a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-filter: grayscale(30%);
  /* Chrome, Safari, Opera */
  filter: grayscale(30%);
}
.sysp {
  width: 100%;
  height: 50%;
}
.sysp .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.synewse {
  width: 100%;
  height: 50%;
  position: relative;
}
.synewse::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80%;
  margin: 0 auto;
  content: "";
  width: 1px;
  background: #f0f0f0;
}
.synewse .swiper-button-next {
  bottom: 0;
  right: 46%;
  top: 90%;
  z-index: 9999;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
}
.synewse .swiper-button-prev {
  bottom: 0;
  left: 46%;
  top: 90%;
  z-index: 9999;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
}
.synewse .swiper-slide {
  padding-top: 40px;
  box-sizing: border-box;
  z-index: 5;
  padding-bottom: 100px;
}
.synewse .swiper-slide a {
  position: relative;
  padding-left: 10%;
  text-align: left;
  padding: 0 22%;
}
.synewse .swiper-slide a img {
  width: 100%;
  display: block;
  margin-top: 10px;
}
.synewse .swiper-slide a span {
  position: absolute;
  left: 11%;
  top: 0;
  background: #e8e8e8;
  width: 70px;
  height: 70px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
.synewse .swiper-slide a span i {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.synewse .swiper-slide a p {
  font-size: 14px;
  color: #9b9b9b;
}
.synewse .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.part6 {
  background: url(../../images/sybj.jpg) center no-repeat;
  background-attachment: fixed;
  height: 550px;
  position: relative;
}
.part6 h3 {
  text-align: center;
  color: #fff;
  font-size: 66px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 180px;
}
.part6 h3 a {
  margin: 10px auto;
  display: block;
  background: #015bac;
  border-radius: 5px;
  width: 266px;
  height: 48px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}
.footer {
  background: #133a99;
  background: url(../../images/dc.png) left bottom no-repeat #015bac;
  padding-top: 70px;
  text-transform: capitalize;
}
.footer h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(184, 184, 184, 0.452);
  height: 50px;
}
.footer .f1 {
  width: 13%;
  margin-right: 2%;
}
.footer .f1 a {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #fff;
  box-sizing: border-box;
  margin-top: 10px;
  font-size: 14px;
}
.footer .f2 {
  width: 30%;
  margin-right: 2%;
}
.footer .f2 a {
  float: left;
  width: 48%;
  color: #fff;
  line-height: 30px;
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .f3 {
  width: 38%;
  color: #fff;
  text-transform: capitalize;
}
.footer .f3 p {
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  margin-bottom: 20px;
  line-height: 160%;
  font-size: 14px;
}
.footer .f3 p::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}
.footer .f3 p:nth-of-type(1)::after {
  background: url(../../images/dh1.png) center center no-repeat #ffffff;
  background-size: 20px 20px;
  
}
.footer .f3 p:nth-of-type(2)::after {
  background: url(../../images/dz.png) center center no-repeat #ffffff;
  background-size: 20px 20px;
  top: 13px;
}
.footer .f3 p:nth-of-type(3) {
  text-transform: initial;
}
.footer .f3 p:nth-of-type(3)::after {
  background: url(../../images/yx.png) center center no-repeat #ffffff;
  background-size: 20px 20px;
}
.footer .f3 p:nth-of-type(4) {
  text-transform: initial;
}
.footer .f3 p:nth-of-type(4)::after {
  background: url(../../images/dq.png) center center no-repeat #ffffff;
  background-size: 25px 25px;
}
.footer .f3 p:nth-of-type(3),
.footer .f3 p:nth-of-type(4) {
  display: inline-block;
}
.footer .f3 p:nth-of-type(4) {
  margin-left: 74px;
}
.footer .f4 {
  color: #fff;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.footer .f4 img {
  display: inline-block;
  margin-bottom: 30px;
}
.footer .f4 select {
  background: #015bac;
  border: 1px solid #6bb0fa;
  color: #6bb0fa;
  padding: 5px 20px;
}
.footer .copyright {
  text-align: center;
  color: #fff;
  margin-top: 50px;
  padding: 15px 0;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .copyright a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.footer .copyright img {
  display: inline-block;
  margin-left: 15px;
}
.footer .copyright p {
  color: #fff;
  text-align: center;
}
.sycp_l {
  overflow: hidden;
  width: 24%;
}
.sycp_l .sycp_lb,
.sycp_l .box_two {
  margin-bottom: 40px;
  background-color: #fff;
  padding: 16px 20px;
  border: 1px solid #ebebeb;
}
.sycp_l .sycp_lb h2,
.sycp_l .box_two h2 {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
}
.sycp_l .sycp_lb h2::after,
.sycp_l .box_two h2::after {
  position: absolute;
  content: " ";
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #015bac;
}
.sycp_l .sycp_lb ul,
.sycp_l .box_two ul {
  overflow: hidden;
}
.sycp_l .sycp_lb ul li,
.sycp_l .box_two ul li {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  padding: 10px 15px 10px 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  margin-bottom: 0;
}
.sycp_l .sycp_lb ul li a,
.sycp_l .box_two ul li a {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.sycp_l .sycp_lb ul li a:hover,
.sycp_l .box_two ul li a:hover {
  color: #015bac;
  padding-left: 10px;
}
.sycp_l .sycp_lb ul li a span,
.sycp_l .box_two ul li a span {
  position: static;
  width: 0;
  height: 0;
  margin-top: 10px;
  border-width: 5px;
  border-style: dashed solid dashed dashed;
  border-color: transparent   transparent transparent #7c7c7c;
  background: transparent;
  border-radius: 0;
  display: inline-block;
  float: right;
}
.sycp_l .sycp_lb ul li div a,
.sycp_l .box_two ul li div a {
  padding-left: 15px;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}
.sycp_l .box_two {
  line-height: 180%;
}
.sycp_l .l_cppic {
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #fff;
  padding: 16px 20px;
  border: 1px solid #ebebeb;
}
.sycp_l .l_cppic h2 {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
}
.sycp_l .l_cppic h2::after {
  position: absolute;
  content: " ";
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #015bac;
}
.sycp_l .l_cppic ul li {
  width: 100%;
  overflow: hidden;
  margin: 8px 0;
}
.sycp_l .l_cppic ul li dt {
  float: left;
  width: 45%;
  overflow: hidden;
}
.sycp_l .l_cppic ul li dt a {
  display: block;
  border: 1px solid #eee;
}
.sycp_l .l_cppic ul li dt a img {
  max-width: 100%;
  display: block;
}
.sycp_l .l_cppic ul li dd {
  float: right;
  width: 55%;
}
.sycp_l .l_cppic ul li dd .th {
  margin-left: 15px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  font-weight: normal;
  max-height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sycp_l .l_cppic ul li dd span {
  margin-left: 15px;
  display: block;
}
.sycp_l .l_cppic ul li dd span a {
  background-color: #015bac;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding: 0 15px;
  display: inline-block;
  border-radius: 4px;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}
.l_cppic2 {
  text-transform: capitalize;
}
.s-t {
  padding: 12px 20px;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}
.s-t h1 {
  font-size: 18px;
  line-height: 24px;
}
.product-key {
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border: 1px solid #efefef;
}
.product-key .product-key-box {
  padding: 14px 20px;
}
.product-key h1 {
  font-size: 20px;
  line-height: 24px;
  display: block;
}
.product-key p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.product-listing-t {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
}
.product-listing-t::after {
  background-color: #eee;
  bottom: 14px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.product-listing-t h2 {
  font-size: 26px;
  color: #015bac;
  line-height: 30px;
  display: inline-block;
  padding-right: 30px;
  background-color: #fff;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
.product-listing-t span {
  font-size: 14px;
  color: #404042;
  display: inline-block;
  padding-left: 20px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  float: right;
  margin-top: 5px;
}
.product-listing ul li {
  width: 32%;
  font-size: 14px;
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  margin-bottom: 20px;
}
#nyba {
  margin-top: 150px;
}
.header.bg {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.562);
}
.bg .inner {
  height: 80px;
}
.bg .logo img {
  margin-top: 8px;
  width: 80%;
}
.bg .nav {
  padding-top: 14px;
}
.bg .topss {
  padding-top: 19px;
  background: #fff;
}
.bg .topss .yycon {
  position: absolute;
  top: 50px;
  right: 0px;
  background: #fff;
  height: 100px;
  padding-top: 50px;
  width: 100%;
}
.bg .topss .yycon a {
  text-transform: uppercase;
  padding: 10px 30px;
  text-align: center;
  background: #fff;
}
.bg .topss .yycon a:hover {
  color: #015bac;
}
.bg .topss .sscon {
  position: absolute;
  top: 50px;
  right: 0px;
  background: #fff;
  height: 100px;
  padding-top: 50px;
  width: 220%;
}
.bg .topss .sscon .an {
  color: #afafaf;
  background: #ececec;
  padding: 20px;
}
.bg .topss .sscon .submit {
  background: #015bac;
  color: #fff;
}
.bg .nav ul li ul {
  top: 80px;
  height: 450px;
  padding: 20px 30px;
}
.bg .nav ul li ul h3 {
  width: 55%;
}
.bg .nav ul li ul h3 p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.topss {
  width: 10%;
  padding-top: 65px;
}
.topss img {
  display: inline-block;
  padding: 0px 10px;
  box-sizing: border-box;
}
.topss {
  position: relative;
}
.yycon {
  position: absolute;
  top: 105px;
  right: 0px;
  background: #fff;
  height: 100px;
  padding-top: 50px;
  width: 100%;
}
.yycon a {
  text-transform: uppercase;
  padding: 10px 30px;
  text-align: center;
  background: #fff;
}
.yycon a:hover {
  color: #015bac;
}
.sscon {
  position: absolute;
  top: 105px;
  right: 0px;
  background: #fff;
  height: 100px;
  padding-top: 50px;
  width: 220%;
}
.sscon .an {
  color: #afafaf;
  background: #ececec;
  padding: 20px;
}
.sscon .submit {
  background: #015bac;
  color: #fff;
}
.sada {
  margin-top: 30px;
}
.sada .swiper-slide li {
  width: 23.69668246%;
  margin-left: 1%;
  box-sizing: border-box;
  margin-bottom: 30px;
  display: inline-block;
}
.sada .swiper-slide li .img {
  width: 100%;
  overflow: hidden;
}
.sada .swiper-slide li .img img {
  width: 100%;
  transition: all .3s;
}
.sada .swiper-slide li:hover .img img {
  transform: scale(1.1, 1.1);
}
.sada .swiper-slide li:hover h3 {
  color: #015bac;
}
.sada .swiper-slide li h3 {
  padding: 20px 20px;
  background: #f8f8f8;
}
.sada .swiper-slide li h3 strong {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}
.sada .swiper-slide li h3 p {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}
.sada .swiper-slide li h3 p:nth-of-type(1) {
  background: url(../../images/tb1.png) left top no-repeat;
  padding-left: 30px;
  margin-right: 40px;
}
.sada .swiper-slide li h3 p:nth-of-type(2) {
  background: url(../../images/tb2.png) left top no-repeat;
  padding-left: 30px;
  background-size: 20px 18px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  text-align: center;
}
.swiper-pagination-bullet-active {
  background: #015bac !important;
}
u,
i {
  font-style: normal;
}
.part3w {
  margin-top: 80px;
  margin-bottom: 30px;
  background: url(../../images/dt2.jpg) center top no-repeat;
}
.syal {
  margin-top: 58px;
}
.syal .swiper-pagination32 {
  padding-top: 30px;
}
.syal dt {
  width: 50%;
}
.syal dt a {
  position: relative;
}
.syal dt a img {
  width: 100%;
}
.syal dt a h2 {
  position: absolute;
  left: 0;
  top: 0;
  background: #005bac;
  width: 100%;
  height: 88px;
  line-height: 88px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-transform: capitalize;
}
.syal dd {
  width: 47%;
}
.syal dd h3 {
  font-size: 50px;
  text-transform: capitalize;
}
.syal dd p {
  padding: 15px 0;
  font-size: 18px;
}
.syal dd b {
  display: block;
}
.syal dd b i {
  display: inline-block;
  width: 46%;
  background: url(../../images/tb3.png) left 0px no-repeat;
  padding-left: 40px;
  margin-top: 20px;
  font-size: 20px;
  box-sizing: border-box;
  text-transform: uppercase;
}
.cpz {
  width: 100%;
}
.cpz ul {
  overflow: hidden;
  margin-bottom: 40px;
}
.cpz ul li {
  width: 32.2%;
  float: left;
  margin: 0 1% 0 0;
}
.cpz ul li h3 {
  text-align: center;
  height: 60px;
  line-height: 60px;
  text-transform: capitalize;
}
.cpz ul li .img {
  overflow: hidden;
}
.cpz ul li .img img {
  transition: all .3s;
}
.cpz ul li:hover .img img {
  transform: scale(1.1, 1.1);
}
@media (max-width: 1440px) {
  .header .nav ul li a {
    font-size: 16px;
  }
  .part4 {
    height: 700px;
  }
  .synewse .swiper-slide a span {
    left: 9%;
  }
}
@media (max-width: 1366px) {
  .header .nav ul li a {
    font-size: 14px;
  }
  .titbt {
    margin-top: 30px;
    font-size: 42px;
  }
  .part4 {
    height: 696px;
  }
  .synewse .swiper-slide a {
    padding: 0 15%;
  }
  .synewse .swiper-slide a span {
    left: 2%;
  }
  .part6 {
    height: 548px;
    margin-top: 0;
  }
  .footer .f3 {
    width: 36%;
  }
  .w90 {
    width: 95%;
  }
  .syal dd b i {
    line-height: 138%;
  }
  #list .auto,
  #news_article,
  #article,
  .position_now .auto,
  #nyba .black .auto {
    width: 94%;
  }
}
