@charset "UTF-8";
/*reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
caption,
cite,
data,
dfn,
em,
strong,
th,
var,
i {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

fieldset,
img,
abbr,
acronym {
  border: 0;
}

html {
  font-size: 14px;
}

* {
  box-sizing: border-box;
}

button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0px solid transparent;
  outline: none;
}

img{
    max-width: 100%;
}
.c:before,
.c:after {
  content: "";
  display: table;
}

.c:after {
  clear: both;
}

.c {
  zoom: 1;
}

.white {
  background-color: #fff;
  margin-bottom: 25px;
  box-shadow: 0 0 10px 10px #dedede;
}

.ov1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html,
body {
  margin: 0;
  background: url(../ossweb-img/bg.html);
}

.container {
  width: 1300px;
  margin: 0 auto;
}

.container2 {
  width: 1350px;
  margin: 0 auto;
}

.part3 {
  padding-top: 50px;
  padding-bottom: 57px;
  margin-top: 50px;
  background-color: #f6f6f6;
}

.part3 .partTitle {
  margin-bottom: 35px;
}

.part3 .list {
  position: relative;
  margin-top: 18px;
}

.part3 .list .swiper-button-next {
  width: 125px;
  height: 125px;
  background: url(../ossweb-img/next.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  right: 0;
  margin: 0;
}

.part3 .list .swiper-button-next::after {
  display: none;
}

.part3 .list .swiper-button-prev {
  width: 125px;
  height: 125px;
  background: url(../ossweb-img/next.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  margin: 0;
  transform: rotate(180deg);
}

.part3 .list .swiper-button-prev::after {
  display: none;
}

.part3 .swiper1 {
  width: 1053px;
}

.part3 .swiper2 .swiper-slide .icon {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.part3 .swiper2 .swiper-slide .icon img {
  width: 100%;
  transition: .2s linear all;
}

.part3 .swiper2 .swiper-slide:hover .icon img {
  transform: scale(1.3);
}

.part3 .swiper2 .swiper-slide.active {
  z-index: 3;
}

.part3 .swiper2 .swiper-slide.active .details {
  display: block;
}

.part3 .swiper2 .swiper-slide .details {
  display: none;
  padding: 0 40px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  background-color: #fff;
  padding-top: 20px;
}

.part3 .swiper2 .swiper-slide .details .img1 {
  position: absolute;
  left: -24px;
  top: 24px;
  width: 24px;
  height: 46px;
}

.part3 .swiper2 .swiper-slide .details h3 {
  color: #2d59a2;
  font-size: 24px;
}

.part3 .swiper2 .swiper-slide .details .itm {
  margin-top: 30px;
}

.part3 .swiper2 .swiper-slide .details .itm h2 {
  color: #636363;
  font-size: 16px;
  margin-bottom: 24px;
}

.part3 .swiper2 .swiper-slide .details .itm p {
  color: #9f9f9f;
  line-height: 24px;
  font-size: 14px;
}

.part3 .swiper2 .swiper-slide .details .itm p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*第几行出现省略号*/
  -webkit-box-orient: vertical;
}


.banner {
  position: relative;
}

.banner img {
  width: 100%;
  display: block;
}

.banner .swiper-pagination {
  width: auto;
  position: absolute;
  display: flex;
  align-items: center;
  left: 192px;
  bottom: 175px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  background-color: #ffffff;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../ossweb-img/dot.png) no-repeat;
  width: 23px;
  height: 23px;
}

.header {
  padding: 0 30px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 121px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 999;
}

.header .logo {
  display: block;
  width: 432px;
  height: 85px;
  background: url(../ossweb-img/logo.png) no-repeat;
  background-size: 100% 100%;
}

.header .meau {
  display: flex;
  align-items: center;
}

.header .meau a {
  display: block;
  padding: 0 26px;
  color: #e0e5ee;
  font-size: 16px;
  position: relative;
  line-height: 1;
}

.header .meau a:hover, .header .meau a.active {
  /*text-decoration: underline;*/
}

.header .meau a::after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.4);
}

.header .meau li:last-child a::after {
  display: none;
}

.header .headerR {
  display: flex;
  align-items: center;
  height: 100%;
}

.header .headerR .search {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 32px;
}

.header .headerR input {
  background-color: transparent;
  outline: none;
  border: none;
  height: 20px;
  color: #d7d7d7;
  font-size: 16px;
  margin-left: 20px;
}

.header .headerR input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: #d7d7d7;
}

.header .headerR input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: #d7d7d7;
}

.header .headerR input::-moz-placeholder {
  /* Firefox版本19+ */
  color: #d7d7d7;
}

.header .headerR input:-ms-input-placeholder {
  /* IE浏览器 */
  color: #d7d7d7;
}

.indexTitle {
  line-height: 1;
}

.indexTitle h3 {
  color: #2e5aa3;
  font-size: 36px;
  font-weight: bold;
}

.indexTitle img {
  margin-top: 25px;
  margin-bottom: 28px;
}

.indexTitle p {
  font-size: 20px;
  color: #b5b5b5;
}

.part1 {
  margin-top: 55px;
  background: url(../ossweb-img/part1.png) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 105px;
  margin-top: 53px;
}

.part1 .partTitle {
  margin-bottom: 80px;
}

.part1 .partBox1 {
  display: flex;
  align-items: center;
}

.part1 .partBox1 .left  .leftMain h3 {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 32px;
}

.part1 .partBox1 .left .leftMain p {
  color: #8a8a8a;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /*第几行出现省略号*/
  -webkit-box-orient: vertical;
  padding-right: 69px;
  line-height: 1.2;
  margin-bottom: 33px;
}

.part1 .partBox1 .left .leftMain a {
  display: block;
  width: 177px;
  height: 54px;
  background: url(../ossweb-img/btn.png) no-repeat;
  background-size: 100% 100%;
  color: transparent;
  margin-bottom: 58px;
}

.part1 .partBox1 .left .list {
  display: flex;
}

.part1 .partBox1 .left .list .items {
  height: 84px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 50px;
  margin-right: 32px;
  border-right: 1px solid #f1f1f1;
}

.part1 .partBox1 .left .list .items:last-child {
  padding-right: 0;
  margin-right: 0;
}

.part1 .partBox1 .left .list .items h3 {
  font-size: 60px;
  color: #2d59a2;
}

.part1 .partBox1 .left .list .items h3 span {
  color: #a4a4a4;
  font-size: 14px;
}

.part1 .partBox1 .left .list .items p {
  font-size: 16px;
  color: #767676;
}

.part1 .partBox1 .right {
  width: 548px;
  height: 347px;
  flex-shrink: 0;
}

.part1 .partBox1 .right video {
  display: block;
  width: 100%;
  height: 100%;
}

.part2 {
  margin-top: 56px;
}

.part2 .partContent2 {
  display: flex;
  align-items: center;
  margin-top: 38px;
}

.part2 .partContent2 .left {
  height: 496px;
  width: 278px;
  position: relative;
  background-color: #3863a7;
}

.part2 .partContent2 .left .swiper {
  height: 409px;
  overflow: hidden;
}

.part2 .partContent2 .left .swiper-slide {
  height: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 31px;
  cursor: pointer;
  background: url(../ossweb-img/icon7.png) no-repeat center bottom;
}

.part2 .partContent2 .left .swiper-slide.active {
  background: url(../ossweb-img/icon6.png) no-repeat;
  background-size: 100% 100%;
}

.part2 .partContent2 .left .swiper-slide.active h3 {
  font-weight: bold;
}

.part2 .partContent2 .left .swiper-slide img {
  margin-right: 16px;
}

.part2 .partContent2 .left .swiper-slide h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.part2 .partContent2 .left .swiper-slide p {
padding-left: 40px;
color: rgba(255, 255, 255, 0.7);
font-size: 12px;
}
.part2 .partContent2 .left .partPage {
  position: relative;
  display: flex;
  align-items: center;
  height: 87px;
  justify-content: center;
}

.part2 .partContent2 .left .partPage .swiper-button-next, .part2 .partContent2 .left .partPage .swiper-button-prev {
  position: static;
  margin: 0 30px;
  color: #fff;
  transform: rotate(90deg);
}

.part2 .partContent2 .right {
  height: 496px;
}

.part2 .partContent2 .right .contents {
  display: flex;
  align-items: center;
}

.part2 .partContent2 .right .contents .info {
  width: 495px;
  height: 496px;
  background-color: #f9f9f9;
  margin-left: 13px;
  margin-right: 19px;
  padding: 60px 50px;
}

.part2 .partContent2 .right .contents .info h3 {
  color: #2e5aa3;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 50px;
  line-height: 1;
}

.part2 .partContent2 .right .contents .info h2 {
  color: #2d2d2d;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}

.part2 .partContent2 .right .contents .info p {
  color: #969696;
  font-size: 14px;
  margin-bottom: 50px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  padding-right: 69px;
  margin-bottom: 33px;
}

.part2 .partContent2 .right .contents .info a {
  width: 26px;
  height: 8px;
  display: block;
}

.part2 .partContent2 .right .contents + .contents {
  display: none;
}

.partTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partTitle a {
  color: #a29f9f;
  font-size: 16px;
}

.partTitle a img {
  margin-left: 24px;
}

.part4 {
  margin-bottom: 69px;
}

.part4 .partTitle {
  padding-top: 43px;
  padding-bottom: 47px;
}

.part4 .newsImg {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.part4 .newsImg a {
  display: block;
  position: relative;
  overflow: hidden;
}

.part4 .newsImg a:hover img {
  transform: scale(1.3);
}

.part4 .newsImg a img {
  transition: .2s linear all;
}

.part4 .newsImg a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  height: 63px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 63px;
}

.part4 .newsImg .l {
  width: 508px;
  height: 334px;
  margin-right: 15px;
}

.part4 .newsImg .l img,
.part4 .newsImg .l a {
  display: block;
  width: 100%;
  height: 100%;
}

.part4 .newsImg .r {
  width: 213px;
}

.part4 .newsImg .r a {
  display: block;
  width: 100%;
  height: 158px;
}

.part4 .newsImg .r a img {
  display: block;
  width: 100%;
  height: 100%;
}

.part4 .newsImg .r a p {
  line-height: 45px;
  height: 45px;
}

.part4 .newsImg .r a:nth-of-type(1) {
  margin-bottom: 17px;
}

.part4 .newsList {
  width: 540px;
}

.part4 .newsList .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  border-bottom: 1px solid #eeeeee;
}

.part4 .newsList .items p {
  padding-left: 35px;
  color: #616161;
  font-size: 16px;
  width: 435px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.part4 .newsList .items p::after {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: rotateY(-50%);
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #cfcfcf;
}

.part4 .newsList .items span {
  color: #c3c3c3;
  font-size: 14px;
}

.part4 .newsList .items:hover p {
  color: #2d59a2;
}

.part4 .newsList .items:hover span {
  color: #010101;
}

.part4 .partMain5 {
  display: flex;
}

.part5 {
  background: url(../ossweb-img/part6.jpg) no-repeat center top;
  background-size: 100% 100%;
  min-height: 466px;
  /*padding-top: 70px;*/
  padding-bottom: 50px;
}

.part5 .indexTitle {
  margin-bottom: 50px;
}

.links {
  display: flex;
  flex-wrap: wrap;
}

.links a {
  display: block;
  width: 168px;
  height: 167px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.links a:nth-of-type(7n) {
  margin-right: 0;
}

.links a img {
  display: block;
  max-width: 80%;
  max-height: 80%;
}

.aboutBanner {
  background: url(../ossweb-img/aboutBanner.png) no-repeat;
  background-size: 100% 100%;
  height: 555px;
  padding-top: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
}

.aboutBanner .bannerMain h3 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

.aboutBanner .bannerMain .line {
  display: block;
  margin: 30px 0;
}

.aboutBanner .bannerMain p {
  display: flex;
  align-items: center;
  color: #e2e2e2;
  font-size: 16px;
}

.aboutBanner .bannerMain p img {
  margin-right: 20px;
}

.aboutBanner .bannerMeau {
  width: 1040px;
  height: 95px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
}

.aboutBanner .bannerMeau .items {
  width: 257px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 2px;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fefefe;
  font-size: 16px;
}

.aboutBanner .bannerMeau .items:last-child {
  margin-right: 0;
}

.aboutBanner .bannerMeau .items img {
  display: block;
  margin-right: 27px;
}

.aboutBanner .bannerMeau .items:hover, .aboutBanner .bannerMeau .items.active {
  background-color: #2d59a2;
}

.about1 {
  background: #fcfcfc url(../ossweb-img/aboutbg1.png) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 72px;
  padding-top: 68px;
}

.about1 .info {
  line-height: 30px;
  width: 998px;
  margin: 0 auto;
  color: #848282;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 25px;
}

.about1 .info h3 {
  line-height: 1;
  text-align: center;
  color: #2d59a2;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 40px;
}

.about1 .list {
  width: 1400px;
  height: 201px;
  background-color: #fff;
  display: flex;
  margin: 0 auto;
  align-items: center;
}

.about1 .list .items {
  height: 123px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  border-right: 1px solid #e0e0e0;
}

.about1 .list .items:last-child {
  border: none;
}

.about1 .list .items h3 {
  color: #000000;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
}

.about1 .list .items h3 span {
  font-weight: normal;
  color: #8c8c8c;
  font-size: 18px;
}

.about1 .list .items p {
  width: 140px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  color: #999999;
  font-size: 14px;
}

.aboutTitle {
  text-align: center;
  line-height: 1;
  position: relative;
}

.aboutTitle h3 {
  line-height: 0.8;
  color: #e8e8e8;
  font-size: 80px;
  font-weight: bold;
}

.aboutTitle p {
  position: absolute;
  left: 0;
  width: 100%;
  color: #383838;
  font-size: 30px;
  bottom: 25px;
}

.aboutTitle img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.about2 {
  margin-top: 55px;
  background: url(../ossweb-img/aboutbg2.png) no-repeat center top;
  background-size: 100% auto;
  padding-bottom: 55px;
}

.about2 .aboutTitle {
  margin-bottom: 67px;
}

.about2 .timeLine {
  display: flex;
  overflow-x: auto;
  width: 1100px;
  margin: 0 auto;
  padding-left: 223px;
}

.about2 .timeLine .items {
  height: 400px;
  width: 446px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  margin-left: -200px;
}

.about2 .timeLine .items .itemCon {
  display: flex;
  align-items: flex-start;
}

.about2 .timeLine .items:nth-of-type(2n) {
  align-items: flex-end;
}

.about2 .timeLine .items:nth-of-type(2n) .itemCon {
  display: flex;
  align-items: flex-end;
}

.about2 .timeLine .items:nth-of-type(2n) .line {
  display: flex;
  align-items: flex-end;
}

.about2 .timeLine .items .line {
  height: 200px;
  width: 1px;
  background-color: #e9e9e9;
  margin-right: 24px;
  display: flex;
  align-items: flex-start;
}

.about2 .timeLine .items .line img {
  margin-left: -11px;
}

.about2 .timeLine .items h3 {
  color: #090c0d;
  font-size: 28px;
  margin-bottom: 20px;
}

.about2 .timeLine .items p {
  width: 345px;
  color: #555555;
  font-size: 16px;
}

.about3 {
  background: url(../ossweb-img/aboutbg3.png) no-repeat;
  background-size: 100% 100%;
  height: 750px;
  margin-top: 55px;
}

.about3 .container {
  height: 100%;
  width: 1300px;
  margin: 0 auto;
  display: flex;
}

.about3 .left {
  height: 100%;
  width: 417px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
}

.about3 .left img {
  display: block;
  /*width: 40px;*/
  /*height: 40px;*/
  /*margin-left: 10px;*/
}

.about3 .left h3 {
  font-size: 60px;
  /*margin-top: 24px;*/
  /*margin-bottom: 28px;*/
      line-height: 0.8;
    color: #141414;
    font-size: 60px;
    font-weight: bold;
}

.about3 .left p {
    font-size: 32px;
    color: #e1e1e1;
    font-weight:normal;
    line-height: 0.1;
}

.about3 .right {
  flex: 1;
  height: 100%;
  display: flex;
}

.about3 .right .items {
  width: 60px;
  display: block;
  height: 100%;
  line-height: 3;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  color: #fff;
  font-size: 18px;
  padding-top: 100px;
  transition: .2s linear all;
}

.about3 .right .items:hover, .about3 .right .items.active {
  background-color: #4e6597;
  width: 90px;
  line-height: 5;
}

.about4 {
  padding: 75px 0;
  background: #f9f9f9 url(../ossweb-img/aboutbg4.png) no-repeat center top;
  background-size: 100% auto;
}

.about4 .container {
  overflow: hidden;
  width: 950px;
  padding-top: 80px;
}

.about4 .swiper {
  padding-top: 15px;
}

.about4 .swiper-slide {
  width: 360px;
  height: 360px;
  border-radius: 100% 100%;
}

.about4 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  user-select: none;
}

.about4 .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;
  transition: 300ms;
  transform: scale(0.6);
}

.about4 .swiper-slide-active, .about4 .swiper-slide-duplicate-active {
  transform: scale(1);
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 10px #eee;
}

.teachaerInfo {
  padding-top: 40px;
}

.teachaerInfo h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #474747;
  font-size: 24px;
  margin-bottom: 45px;
}

.teachaerInfo p {
  width: 928px;
  margin: 0 auto;
  line-height: 1.6;
  color: #969696;
  font-size: 14px;
}

.teacherContent .teachaerInfo + .teachaerInfo {
  display: none;
}

.contactUs {
  position: relative;
}

.contactUs .list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1402px;
  height: 325px;
  background-color: #fff;
  position: absolute;
  bottom: 152px;
  display: flex;
  border: 1px solid #dfdfdf;
}

.contactUs .list .items {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #dfdfdf;
}

.contactUs .list .items .icon {
  width: 58px;
  height: 58px;
  margin-bottom: 25px;
  transition: .5s linear all;
}

.contactUs .list .items:hover .icon {
  transform: rotateY(360deg);
}

.contactUs .list .items .info {
  margin-bottom: 40px;
}

.contactUs .list .items .info h3 {
  color: #181818;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contactUs .list .items .info p {
  color: #9a9a9a;
  font-size: 14px;
}

.contactUs .list .items .tips {
  display: flex;
  align-items: center;
}

.contactUs .list .items .tips img {
  margin-left: 15px;
}

.pxxmList {
  margin-top: 45px;
}

.pxxmList .items {
  display: flex;
  justify-content: space-between;
  background-color: #f9f9f9;
  padding-left: 50px;
  margin-bottom: 25px;
}

.pxxmList .items .left {
  width: 662px;
  padding-top: 60px;
}

.pxxmList .items .left h3 {
  color: #2e5aa3;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.pxxmList .items .left h2 {
  line-height: 1;
  font-weight: bold;
  color: #2d2d2d;
  font-size: 24px;
  margin: 45px auto;
}

.pxxmList .items .left p {
  height: 151px;
  color: #969696;
  font-size: 14px;
  line-height: 1.8;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-bottom: 70px;
}

.pxxmList .items .right {
  flex-shrink: 0;
  width: 495px;
  height: 496px;
}

.pxxmList .items .right img {
  display: block;
  width: 100%;
  height: 100%;
}

.newsContent {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: flex-start;
  margin-top: 27px;
}

.newsContent .newsLists {
  width: 921px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  padding: 0 20px;
}

.newsContent .newsLists .items {
  display: flex;
  padding: 22px 0;
  border-bottom: 1px solid #dbdbdb;
  transition: .3s linear all;
}

.newsContent .newsLists .items .icon {
  width: 250px;
  height: 168px;
  margin-right: 26px;
  overflow: hidden;
}

.newsContent .newsLists .items .icon img {
  display: block;
  transition: .3s linear all;
  width: 250px;
  height: 168px;
  object-fit: cover;
  flex-shrink: 0;
}

.newsContent .newsLists .items:hover .icon img {
  transform: rotateY(180deg);
}

.newsContent .newsLists .items .itemsR {
  flex: 1;
}

.newsContent .newsLists .items .itemsR h3 {
  font-size: 18px;
  color: #3f3f3f;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsContent .newsLists .items .itemsR > p {
  font-size: 14px;
  color: #808080;
  margin-bottom: 14px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsContent .newsLists .items .itemsD {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsContent .newsLists .items .itemsD .ljxq {
  font-size: 14px;
  color: #2d59a2;
}

.newsContent .newsLists .items .itemsD .toole {
  display: flex;
  align-items: center;
  color: #acacac;
  font-size: 14px;
}

.newsContent .newsLists .items .itemsD .toole span {
  display: flex;
  align-items: center;
  margin-left: 34px;
}

.newsContent .newsLists .items .itemsD .toole span img {
  margin-right: 12px;
}

.newsContent .hotNews {
  width: 325px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}

.hotNews .title {
  height: 64px;
  border-bottom: 1px solid #dbdbdb;
  padding-left: 27px;
  line-height: 64px;
  color: #808080;
  font-size: 18px;
}

.hotNews .ul {
  padding-left: 8px;
  padding-right: 20px;
}

.hotNews .ul .items {
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  padding: 19px 0;
  padding-left: 19px;
}

.hotNews .ul .items:last-child {
  border-bottom: 0;
}

.hotNews .ul .items img {
  display: block;
  flex-shrink: 0;
  width: 87px;
  height: 65px;
  margin-right: 14px;
}

.hotNews .ul .items p {
  color: #757575;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7;
}

.ov3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsInfo {
  width: 921px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}

.newsInfo .newsInfoT {
  height: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #dbdbdb;
  padding-left: 40px;
}

.newsInfo .newsInfoT h3 {
  color: #6c6c6c;
  font-size: 18px;
  margin-bottom: 20px;
}

.newsInfo .newsInfoT p {
  color: #acacac;
  font-size: 14px;
}

.newsInfo .newsCon {
  padding: 40px;
  line-height: 2;
  color: #8c8c8c;
  font-size: 14px;
}

.newsInfo .newsPages {
  border-top: 1px solid #dbdbdb;
  height: 134px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsInfo .newsPages a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.2;
}

.newsInfo .newsPages a span {
  color: #8c8c8c;
}

.pages {
  display: flex;
  justify-content: center;
  background-color: #fff;
  align-items: center;
  height: 95px;
  margin: 30px auto;
}

.pages .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #2d59a2;
}

.zscx {
  height: 925px;
  background: url(../ossweb-img/zscxBanner.png) 50% 50%/cover no-repeat;
  padding-top: 121px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zscx .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zscx .left a {
  display: block;
  width: 252px;
  height: 68px;
  margin: 0 auto;
  margin-top: 122px;
}

.zscx .form {
  width: 409px;
  margin-left: 190px;
  height: 541px;
  border: solid 5px rgba(255, 255, 255, 0.42);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 37px;
  border-radius: 5px;
}

.zscx .form .title {
  display: flex;
  align-items: center;
  height: 104px;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  margin-bottom: 63px;
}

.zscx .form .title img {
  margin-right: 15px;
}

.zscx .form .items {
  position: relative;
  margin-bottom: 20px;
}

.zscx .form .items input {
  height: 54px;
  padding-left: 58px;
  font-size: 16px;
  border-radius: 5px;
}

.zscx .form .items img {
  position: absolute;
  left: 24px;
  top: 16px;
}

.zscx .form .items button {
  width: 100%;
  margin-top: 40px;
  border-radius: 5spx;
  height: 54px;
  color: #fff;
  font-size: 18px;
  background-color: #003b9c;
  text-align: center;
  line-height: 54px;
}

.cxjg {
  background: url(../ossweb-img/cxkg.png) 50% 50%/cover no-repeat;
  padding-top: 121px;
  height: 1163px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cxjg img {
  display: block;
  margin: 0 auto;
}

.cxContent {
  width: 1200px;
  min-height: 676px;
  
  background-color: #fff;
  border-radius: 8px;
  margin-top: 44px;
  padding: 0 40px;
  padding-bottom: 49px;
}
.certInfo{
    display: flex;
}
.certInfo .ul{
    margin-right: 50px;
}
.certInfo .items{
    font-size: 30px;line-height:2;
}
.cxContent .title {
  height: 93px;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 49px;
}

.cxContent .title a {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 93px;
  color: #8c8c8c;
  font-size: 14px;
}

.cxContent .title h3 {
  color: #1b1b1b;
  font-size: 30px;
  line-height: 93px;
  text-align: center;
}

.cxContent img {
  display: block;
  margin: 0 auto;
  width: 589px;
  height:auto;
  flex: 1;
}

.footer {
  background-color: #27242b;
}

.footerT {
  display: flex;
  padding-top: 42px;
  padding-bottom: 49px;
  background: url(../ossweb-img/line4.png) no-repeat center bottom;
}

.footerT .l {
  width: 336px;
  height: 176px;
  display: flex;
  align-items: center;
  background: url(../ossweb-img/line3.png) no-repeat right;
}

.footerT .c {
  width: 646px;
  background: url(../ossweb-img/line3.png) no-repeat right;
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

.footerT .c .ul {
  margin-right: 34px;
}

.footerT .c .ul:last-child {
  margin-right: 0;
}

.footerT .c .ul .title {
  font-size: 16px;
  color: #f8eae3;
  margin-bottom: 17px;
}

.footerT .c .ul .li {
  line-height: 2.2;
  color: #a0a0a0;
  font-size: 14px;
}

.footerT .c a {
  display: block;
}

.footerT .r {
  display: flex;
  flex: 1;
  height: 176px;
  align-items: center;
  padding-left: 40px;
  justify-content: space-around;
}

.footerT .r .ewm {
  width: 120px;
  text-align: center;
}

.footerT .r .ewm img {
  display: block;
  width: 100%;
  height: 120px;
}

.footerT .r .ewm p {
  color: #f8eae3;
  font-size: 16px;
}

.footerD {
  line-height: 28px;
  padding: 25px 0;
  text-align: center;
  color: #a0a0a0;
  font-size: 16px;
}
.part3 .swiper2 .swiper-slide .details .itm img{
     position: absolute;
    bottom: 40px;
}

@media (min-width: 768px) {
  .mHeader {
    display: none;
  }
  .mMeau {
    display: none;
  }
}
