* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  background: #055597;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-ellipsis4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
li {
  list-style: none;
}
.w240 {
  width: 240px;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.text-gray-8 {
  color: #a8a8a8;
}
.fz16 {
  font-size: 16px;
}
.fz24 {
  font-size: 1.25vw;
}
.fwb {
  font-weight: bold;
}
h3 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.clear {
  clear: both;
}
.w1280 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.sidebar .title {
  width: 300px;
  height: 110px;
  line-height: 96px;
  padding: 0 30px 0 20px;
  box-sizing: border-box;
  font-size: 28px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  background: url('../images/pro_03.png') no-repeat center;
}
.sidebar .title span:nth-of-type(2) {
  font-size: 30px;
  transform: rotate(90deg);
}
.sidebar .pro-list ul li {
  width: 298px;
  height: 78px;
  padding: 0 30px;
  box-sizing: border-box;
  line-height: 78px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.sidebar .pro-list ul li:nth-child(2n) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar .pro-list ul li:nth-last-child(1) {
  border-bottom: 1px solid #e5e5e5;
}
.sidebar .pro-list ul li:hover + li {
  border-top: none;
}
.sidebar .pro-list ul li:hover {
  background: #edf5fc;
  border-left: 2px solid #025393;
  border: none;
}
.sidebar .pro-list ul li:hover a {
  color: #025393;
}
.sidebar .pro-list ul li.active {
  background: #edf5fc;
  border-left: 2px solid #025393;
  border: none;
}
.sidebar .pro-list ul li.active + li {
  border-top: none;
}
.sidebar .pro-list ul li.active a {
  color: #025393;
}
.sidebar .pro-list ul li a {
  justify-content: space-between;
}
.sidebar .pro-list ul li span {
  color: #bfd4e9;
  font-size: 20px;
  transform: rotate(270deg);
  position: absolute;
  right: 30px;
}

.cont {
  margin-left: 40px;
  width: 71%;
}
.cont .route {
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf5fc;
}
.cont .route span {
  display: inline-block;
}
.cont .route span:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
  color: #025393;
}
.cont .route span:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  color: #999999;
}
.cont .route span:nth-of-type(2) a {
  color: #999999;
}
.common-left ul li {
  width: 386px;
  height: 102px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  box-sizing: border-box;
}
.common-left ul li a {
  display: flex;
}
.common-left ul li a > div:nth-child(2) {
  margin-left: 15px;
}
.common-left ul li .iconfont {
  color: #fff;
  font-size: 26px;
  margin-top: 5px;
}
.common-left ul li .name {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
  text-shadow: 0px 6px 95px rgba(100, 60, 35, 0.5);
}
.common-left ul li .alias {
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  margin-top: 2px;
}
.common-left ul li .alias span {
  display: block;
  width: 256px;
  transform: scale(0.78);
  left: 0;
  position: relative;
  left: -29px;
}
.common-left ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.common-left ul li a {
  display: flex;
}

.sidebar .common-left {
  margin-top: 56px;
}
.sidebar .common-left .name {
  font-size: 20px;
  line-height: 25px;
}
.sidebar .common-left ul li .iconfont {
  font-size: 20px;
  margin-top: 3px;
}
.sidebar .common-left ul li {
  padding-left: 20px;
  background-size: 100% 100% !important;
}
.sidebar .common-left ul li a > div:nth-child(2) {
  margin-left: 10px;
}
.sidebar .common-left ul li {
  width: 300px;
  height: 78px;
  font-size: 20px;
  background-size: 100% 100%;
}
.sidebar .common-left ul li .alias span {
  transform: scale(0.6);
  margin-top: -2px;
  left: -51px;
}
.header .logo {
  height: 118px;
  padding: 0;
  background: url('../images/head.jpg') center no-repeat;
}
.header .logo .w1280 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .top {
  height: 58px;
  background: #053e6d;
}
.header .top .nav {
  width: 100%;
}
.header .top .nav > ul li {
  text-align: center;
  vertical-align: center;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 58px;
  justify-content: center;
  padding: 0 30px;
  position: relative;
}
.header .top .nav > ul li:hover .two {
  display: block;
}
.header .top .nav > ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.header .top .nav > ul li .two {
  position: absolute;
  width: 127%;
  top: 58px;
  z-index: 100;
  left: -21px;
  background: #fff;
  display: none;
}
.header .top .nav > ul li .two ul li {
  height: 52px;
  border-bottom: 1px solid #f3f5f8;
}
.header .top .nav > ul li .two ul li:hover {
  background: #025393;
}
.header .top .nav > ul li .two ul li:hover a {
  color: #fff;
}
.header .top .nav > ul li .two ul li a {
  color: #025393;
}
.common-title {
  width: 100%;
  background: #f6f6f6;
}
.common-title .headtitle {
  width: 196px;
  height: 46px;
  font-size: 18px;
  line-height: 46px;
  background: #025393;
  color: #fff;
  text-align: center;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b5b5b5;
}
.banner .hd li.on {
  background: #0242de;
}
.news {
  background: #fff;
  margin-top: 30px;
  box-sizing: border-box;
}
.news .left {
  position: relative;
  width: 590px;
  height: 405px;
  overflow: hidden;
}
.news .left .bd {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.news .left .text {
  color: #fff;
  position: absolute;
  bottom: 3px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  width: 386px;
  display: inline-block;
  z-index: 10000;
  font-size: 16px;
  left: 0;
}
.news .left .button {
  position: absolute;
  bottom: 3px;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 22px;
  text-align: right;
}
.news .left .button .text {
  display: inline-block;
}
.news .left .button .prev {
  display: inline-block;
  transform: rotate(180deg);
}
.news .left .button a {
  color: #fff;
}
.news .right {
  margin-left: 30px;
}
.news .right .hd {
  width: 579px;
  background: #f6f6f6;
}
.news .right .hd li {
  width: 193px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
}
.news .right .hd li span {
  display: none;
}
.news .right .hd li.on {
  background: #025393;
  color: #fff;
}
.news .right .hd li.on span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 26px;
  font-size: 22px;
  color: #025393;
}
.news .right .bd ul {
  margin-top: 15px;
}
.news .right .bd ul li {
  padding: 10px 0;
}
.news .right .bd ul li:hover span:nth-child(1) {
  color: #025393;
}
.news .right .bd ul li a {
  display: flex;
  justify-content: space-between;
}
.news .right .bd ul li a span:nth-child(1) {
  width: 386px;
  font-size: 16px;
}
.news .right .bd ul li a span:nth-child(2) {
  color: #999;
  font-size: 14px;
}
.about {
  box-sizing: border-box;
  margin-top: 30px;
  background: #fff;
  display: flex;
}
.about .right {
  width: 772px;
  margin-left: 40px;
}
.about .right .about-us {
  margin-top: 25px;
  box-sizing: border-box;
}
.about .right .about-us .about-text {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  padding: 35px 27px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 3px 76px 0px rgba(231, 231, 231, 0.5);
}
.about .right .about-us .about-text a {
  color: #333;
}
.about .right #certify {
  position: relative;
  width: 688px;
  margin: 25px auto 0;
  padding: 30px 60px 0 60px;
  background: url('../images/index_back.jpg') 100%;
}
.about .right #certify .swiper-container {
  padding-bottom: 60px;
}
.about .right #certify .swiper-slide {
  width: 405px;
  height: 274px;
}
.about .right #certify .swiper-slide img {
  display: block;
}
.about .right #certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
.about .right #certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.about .right #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  width: 9px;
  height: 9px;
  background: #d5d5d5;
  border-radius: 50%;
}
.about
  .right
  #certify
  .swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background: #025393;
}
.more-new {
  background: #fff;
  margin-top: 30px;
  box-sizing: border-box;
  display: flex;
}
.more-new > div {
  width: calc(50%);
}
.more-new > div:nth-child(2) {
  margin-left: 30px;
}
.more-new ul {
  margin-top: 15px;
}
.more-new ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #ececec;
  font-size: 16px;
}
.more-new ul li:hover span:nth-child(1) {
  color: #025393;
}
.more-new ul li a {
  display: flex;
  justify-content: space-between;
}
.more-new ul li a span:nth-child(1) {
  width: 386px;
}
.more-new ul li a span:nth-child(2) {
  color: #999;
  font-size: 14px;
}
.outcome {
  margin: 30px auto 0;
  background: #fff;
  box-sizing: border-box;
}
.outcome .title p {
  text-align: center;
}
.outcome .title p:nth-child(2) {
  font-size: 31px;
  font-weight: bold;
  color: #000000;
  margin-top: -30px;
  position: relative;
}
.outcome .title p:nth-child(1) {
  font-size: 32px;
  font-weight: bold;
  color: #e0e1e1;
  opacity: 0.47;
}
.outcome .bd {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.outcome .bd li {
  width: calc(32%);
  margin-right: 26px;
  position: relative;
}
.outcome .bd li a {
  width: 100%;
  display: block;
}
.outcome .bd li a:hover .btm {
  display: block;
}
.outcome .bd li a .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.outcome .bd li a .img::before {
  content: '';
  display: block;
  padding-bottom: 75%;
}
.outcome .bd li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.outcome .bd li a .btm {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: #025393;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}
.outcome .bd li a .btm .iconfont {
  font-size: 22px;
  color: #6c6c6c;
  margin-top: 8px;
  font-weight: 200;
}
.outcome .bd li a .txt {
  max-width: 85%;
}
.outcome .bd li a .iconjiantoushang {
  font-size: 20px;
}
.outcome .bd li a:hover .btm {
  background: #1f50ac;
  color: #fff;
}
.outcome .bd li a:hover .btm .iconfont {
  color: #fff;
}
.outcome .hd {
  width: 100%;
  text-align: center;
  margin-top: 46px;
}
.outcome .hd li {
  display: inline-block;
  width: 13px;
  height: 13px;
  opacity: 1;
  background: #e7e7e7;
  border-radius: 50%;
  margin: 0 5px;
  text-indent: -999px;
  color: #fff;
}
.outcome .hd li.on {
  background: #1f50ac;
}
.ny-product {
  background: #fff;
  margin-top: 30px;
  box-sizing: border-box;
}
.ny-product .product-list {
  width: 100%;
}
.ny-product .product-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .product-list li {
  width: calc(33.3% - 17px);
  margin-left: 25px;
  margin-top: 32px;
}
.ny-product .product-list li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product .product-list li:hover p:nth-child(2) {
  background: #053e6d;
  color: #fff;
}
.ny-product .product-list li a {
  display: inline-block;
  display: flex;
  flex-direction: column;
}
.ny-product .product-list li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.ny-product .product-list li p:nth-child(1) {
  width: 100%;
  height: 182px;
  overflow: hidden;
}
.ny-product .product-list li p:nth-child(2) {
  text-align: center;
  height: 48px;
  line-height: 47px;
  font-size: 16px;
  background: #f6f6f6;
}
.ny-product .product-list img {
  width: 100%;
  height: 182px;
  display: inline-block;
  transform: scale(1);
  transition: all 0.3s;
}
.ny-new li {
  height: 63px;
  line-height: 63px;
  border-bottom: 1px solid #f6f6f6;
}
.ny-new li:hover {
  padding-left: 11px;
}
.ny-new li:hover a span:nth-of-type(1) {
  color: #025393;
}
.ny-new li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ny-new li a span {
  color: #333;
  display: inline-block;
}
.ny-new li a span:nth-of-type(1) {
  width: 500px;
  font-size: 16px;
}
.ny-new li a span:nth-of-type(1):before {
  content: '■';
  color: #025393;
  margin-right: 6px;
  font-size: 12px;
}
.ny-new li a span:nth-of-type(2) {
  font-size: 14px;
  color: #333;
}
.j-inner {
  margin-top: 38px;
  width: 100%;
}
.j-inner .thead ul {
  display: flex;
  height: 39px;
  background: #f9f9f9;
  font-size: 16px;
  padding: 0 40px;
  box-sizing: border-box;
}
.j-inner .thead ul li {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  flex: 1;
  line-height: 39px;
  width: 140px;
  display: flex;
  text-align: center;
}
.j-inner .thead ul li:nth-of-type(1) {
  text-align: left;
  margin-right: 0px;
}
.j-inner .thead ul li:nth-of-type(2) {
  width: 210px;
}
.j-inner .thead ul li:nth-of-type(3) {
  width: 200px;
}
.j-inner .thead ul li:nth-of-type(4) {
  width: 230px;
}
.j-inner .thead ul li:nth-of-type(3),
.j-inner .thead ul li:nth-of-type(4) {
  justify-content: center;
}
.j-inner .aa {
  background: #f3f5f9;
}
.j-inner .aa .detail {
  color: #ff5050;
}
.j-inner .wrap-tbody {
  color: #fff;
}
.j-inner .wrap-tbody .detail span {
  margin-left: 40px;
}
.j-inner .wrap-tbody .detail .s1 {
  font-weight: 700;
  color: #285587;
  transform: rotate(90deg);
}
.j-inner .wrap-tbody .detail .s2 {
  font-weight: 700;
  color: #285587;
  transform: rotate(270deg);
  display: none;
}
.j-inner .wrap-tbody ul {
  display: flex;
  height: 49px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 16px;
  align-items: center;
  background: #f9f9f9;
}
.j-inner .wrap-tbody ul li {
  font-size: 14px;
  font-weight: 400;
  height: 49px;
  color: #343434;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.j-inner .wrap-tbody ul li:nth-of-type(1) {
  width: 222px;
  text-align: left;
  height: 10px;
  padding: 0px 0 0 15px;
  border-left: 1px solid #025393;
}
.j-inner .wrap-tbody ul li:nth-of-type(2) {
  width: 200px;
}
.j-inner .wrap-tbody ul li:nth-of-type(3) {
  width: 220px;
}
.j-inner .wrap-tbody ul li :nth-of-type(4) {
  width: 230px;
  text-align: center;
  justify-content: center;
}
.j-inner .wrap-tbody .hide {
  display: none;
  padding-bottom: 40px;
}
.j-inner .wrap-tbody .hide .h1 {
  padding: 0 23px;
  margin-top: 24px;
  box-sizing: border-box;
}
.j-inner .wrap-tbody .hide .h1 .left {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}
.j-inner .wrap-tbody .hide .h1 .right {
  font-size: 14px;
  color: #666666;
  line-height: 33px;
}
.manage-list ul {
  flex-wrap: wrap;
}
.manage-list ul li {
  width: 417px;
  display: flex;
  margin-top: 30px;
  margin-left: 17px;
  box-shadow: 0px 6px 35px 0px rgba(240, 240, 240, 0.51);
}
.manage-list ul li:nth-child(2n + 1) {
  margin-left: 0;
}
.manage-list ul li img {
  width: 149px;
  height: 211px;
}
.manage-list ul li > a {
  display: flex;
}
.manage-list ul li > a div:nth-of-type(2) {
  margin-left: 17px;
  width: 233px;
}
.manage-list ul li > a div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  margin-top: 26px;
}
.manage-list ul li > a div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 16px;
  width: 233px;
}
.manage-list ul li > a div:nth-of-type(2) p:nth-of-type(3) {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
}
.manage-list ul li > a div:nth-of-type(2) p:nth-of-type(4) {
  font-size: 14px;
  font-weight: 400;
  margin-top: 26px;
}
.manage-list ul li > a div:nth-of-type(2) p:nth-of-type(4) a {
  color: #000;
}
.timeline-small {
  overflow: hidden;
  margin: 30px auto 0;
  padding-bottom: 46px;
}
.timeline-small .timeline-small-body > ul {
  border-left: 2px dotted #025393;
  margin: 0;
  list-style: none;
  position: relative;
  margin-left: 12px;
}
.timeline-small .timeline-small-body > ul li {
  display: flex;
}
.timeline-small .timeline-small-body > ul li:nth-child(1) .bullet {
  margin-top: 0;
}
.timeline-small .timeline-small-body > ul li:nth-child(1) .date {
  margin-top: 0;
}
.timeline-small .timeline-small-body > ul li .bullet {
  border: 2px solid #025393;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: -12px;
  z-index: 100000;
  margin-top: 7%;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: #fff;
}
.timeline-small .timeline-small-body > ul li .bullet::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  left: 0px;
  background: #025393;
  border-radius: 50%;
}
.timeline-small .timeline-small-body > ul li .date {
  margin-left: 30px;
  width: 785px;
  margin-top: 50px;
}
.timeline-small .timeline-small-body > ul li .date .title {
  width: 393px;
  height: 45px;
  background: #025393;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 45px;
}
.timeline-small .timeline-small-body > ul li .date .member ul {
  display: flex;
  flex-wrap: wrap;
  padding: 27px 16px;
  margin-top: 30px;
  border: 2px dotted #025393;
}
.timeline-small .timeline-small-body > ul li .date .member ul li {
  margin-right: 36.5px;
}
.timeline-small
  .timeline-small-body
  > ul
  li
  .date
  .member
  ul
  li:nth-child(10n) {
  margin-right: 0;
}
.timeline-small .timeline-small-body > ul li .date .member ul li a {
  width: 42px;
  display: block;
  justify-content: space-between;
  color: #025393;
  line-height: 42px;
}
.suggestion .title {
  margin-top: 21px;
}
.suggestion .title p {
  text-align: center;
}
.suggestion .title p:nth-child(1) {
  font-size: 20px;
  color: #6c7982;
}
.suggestion .title p:nth-child(2) {
  font-size: 15px;
  color: #6c7982;
}
.suggestion .form {
  margin-top: 60px;
}
.suggestion .form .left {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 485px;
  width: 250px;
  overflow: hidden;
}
.suggestion .form .left img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 10px;
}
.suggestion .form .left p {
  position: relative;
  text-align: center;
  z-index: 2;
}
.suggestion .form .left p:nth-of-type(1) {
  font-size: 39px;
  font-weight: bold;
  color: #025393;
}
.suggestion .form .left p:nth-of-type(2) {
  font-size: 22px;
  font-weight: bold;
  color: #025393;
}
.suggestion .form .right {
  padding: 35px 35px 35px 42px;
  width: 641px;
  position: relative;
  z-index: 10000;
  box-shadow: 0px 6px 35px 0px rgba(240, 240, 240, 0.51);
}
.suggestion .form .right p {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}
.suggestion .form .right p:nth-last-child(1) {
  align-items: flex-start;
}
.suggestion .form .right span {
  font-size: 15px;
  width: 75px;
  color: #333333;
  display: inline-block;
  text-align: right;
  margin-right: 19px;
}
.suggestion .form .right input {
  width: 466px;
  height: 44px;
  background: #f9f9f9;
  outline: none;
  border: none;
  padding: 0 20px;
  box-sizing: border-box;
}
.suggestion .form .right textarea {
  width: 466px;
  height: 91px;
  background: #f9f9f9;
  box-sizing: border-box;
  border: none;
}
.suggestion .form .right .btn {
  width: 466px;
  display: flex;
  justify-content: center;
  margin-left: 100px;
}
.suggestion .form .right .btn button {
  width: 127px;
  height: 38px;
  margin-top: 30px;
  background: #025393;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  border: none;
}
.suggestion .form .right .btn button:nth-child(2) {
  color: #575a5f;
  background: #f7f7f7;
  margin-left: 23px;
}
.ny-contact .title p:nth-child(1) {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  margin-top: 55px;
}
.ny-contact .title p:nth-child(2) {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  margin-top: 10px;
}
.ny-contact .content {
  margin-top: 30px;
}
.ny-detail .title {
  margin-top: 20px;
}
.ny-detail .title p {
  text-align: center;
}
.ny-detail .title p:nth-child(1) {
  font-size: 20px;
  color: #333333;
  line-height: 42px;
}
.ny-detail .title p:nth-child(2) {
  font-size: 14px;
  color: #333333;
}
.ny-detail .content {
  margin-top: 30px;
  min-height: 700px;
}
.ny-detail .next {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-top: 50px;
}
.ny-detail .next p:nth-child(2) {
  margin-top: 22px;
}
.ny-detail .next span {
  margin-right: 30px;
}
.ny-cont {
  margin-top: 20px;
}
.org {
  position: relative;
}
.org .back-img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 97px;
}
.org .member {
  position: relative;
  z-index: 100;
}
.org .l1 {
  margin-top: 50px;
  margin-left: 40px;
}
.org .l1 li a {
  display: block;
  width: 162px;
  height: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  background: #025393;
  border-radius: 4px;
}
.org .l2 {
  margin-left: 100px;
}
.org .l2 li {
  margin-top: 50px;
}
.org .l2 li a {
  display: block;
  width: 219px;
  height: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  background: #025393;
  border-radius: 4px;
}
.org .l3 {
  margin-left: 119px;
  margin-top: 44px;
}
.org .l3 li {
  margin-top: 50px;
}
.org .l3 li a {
  display: block;
  width: 162px;
  height: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  background: #025393;
  border-radius: 4px;
}
.org .org-list {
  margin-top: 77px;
}
.org .org-list ul {
  position: relative;
  z-index: 100;
  width: 100%;
  display: flex;
}
.org .org-list ul li {
  width: 75px;
  height: 196px;
  text-align: center;
  background: #edf5fc;
  padding: 15px 0;
  box-sizing: border-box;
  margin-right: 38px;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
}
.org .org-list ul li:hover {
  font-weight: 700;
}
.org .org-list ul li:nth-last-child(1) {
  margin-right: 0;
}
.org .org-list ul li:nth-child(1) {
  margin-left: 7px;
}
.org .org-list ul li a {
  font-size: 18px;
  color: #025393;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
}
.footer {
  width: 100%;
  background: #053e6d;
  overflow: hidden;
  margin-top: 56px;
}
.footer .link {
  padding: 25px 0;
  border-bottom: 1px solid #0a5491;
}
.footer .link .pull-down {
  position: relative;
}
.footer .link .pull-down .icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #025393;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer .link .pull-down select {
  padding: 0 10px;
  box-sizing: border-box;
  width: 275px;
  height: 42px;
  border: 1px solid #c6e6ff;
  color: #fff;
  outline: none;
  position: relative;
  z-index: 100;
  background: rgba(0, 0, 0, 0);
}
.footer .link .pull-down select option {
  color: #000;
}
.footer .text-link {
  font-size: 14px;
  margin-left: 100px;
  line-height: 42px;
}
.footer .text-link a {
  color: #c7e6ff;
}
.footer .text-link li {
  margin: 0 22px;
}
.footer .contact {
  padding-bottom: 47px;
}
.footer .contact .tel p:nth-child(1) {
  font-size: 14px;
  color: #a5c8e7;
  margin-top: 49px;
}
.footer .contact .tel p:nth-child(2) {
  font-size: 24px;
  color: #fff;
  margin-top: 5px;
}
.footer .contact .tel p:nth-child(3) {
  margin-top: 28px;
}
.footer .contact .code {
  margin-left: 215px;
  margin-top: 38px;
  text-align: center;
}
.footer .contact .code img {
  width: 116px;
  height: 116px;
}
.footer .contact .code p {
  font-size: 13px;
  color: #a5c8e7;
  margin-top: 13px;
}
.footer .more-contact {
  background: url('../images/map.png');
  margin-left: 162px;
  color: #fff;
  margin-top: 20px;
  padding-right: 50px;
}
.footer .more-contact .one p {
  line-height: 25px;
}
.footer .more-contact p {
  line-height: 35px;
  font-size: 14px;
  color: #fff;
}
.footer .more-contact span {
  color: #fff;
  font-size: 24px;
  margin-right: 15px;
}
.copy-right {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #063154;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.page {
  display: flex;
  justify-content: center;
  margin: 56px;
}
.page .pre,
.page .next {
  width: 43px;
  height: 43px;
  opacity: 1;
  background: #f7f7f7;
  border-radius: 4px;
  text-align: center;
  line-height: 43px;
  font-size: 14px;
}
.page .pre a,
.page .next a {
  color: #444;
}
.page .pre:hover,
.page .next:hover {
  background: #053e6d;
}
.page .pre:hover a,
.page .next:hover a {
  color: #fff;
}
.page .next {
  margin-left: 12px;
}
.page .pre {
  margin-right: 3px;
  transform: rotate(180deg);
}
.page .num {
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  margin-left: 9px;
  background: #f7f7f7;
  border-radius: 4px;
}
.page .num a {
  color: rgba(0, 0, 0, 0.6);
}
.page .active {
  background: #053e6d;
}
.page .active a {
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .w1280 {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1220px) {
  .w1280 {
    padding: 40px 0px;
  }
}
