* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #f5f5f5;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-overflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-primary {
  color: #1d53bf;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  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;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.head-nav {
  width: 100%;
  height: 74px;
  border-top: 1px solid #ebebeb;
  position: relative;
  z-index: 10000000;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
}
.head-nav .w1200 {
  display: flex;
  align-items: center;
  height: 74px;
  justify-content: space-between;
}
.head-nav .logo img {
  /* height: 37px; */
}
.navBar {
  justify-content: flex-end;
}
.navBar li {
  width: 78px;
  height: 68px;
  padding-bottom: 6px;
  position: relative;
  margin: 0 5px;
  font-size: 16px;
  color: #333;
  margin-top: 6px;
}
.navBar li.on .tit {
  color: #1d53bf;
}
.navBar li.on::before {
  height: 100%;
}
.navBar li:hover .tit {
  color: #1d53bf;
}
.navBar li:hover .sub {
  height: auto;
}
.navBar li .sub {
  position: absolute;
  top: 74px;
  left: -43px;
  width: 191px;
  background: #fff;
  height: 0;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1000;
}
.navBar li .sub a {
  display: block;
  width: 100%;
  height: 52px;
  font-size: 16px;
  line-height: 52px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #f3f5f8;
}
.navBar li .sub a:hover {
  background: #f3f5f8;
  color: #1d53bf;
}
.navBar .tit {
  display: block;
  width: 100%;
  height: 68px;
  text-align: center;
  line-height: 68px;
  position: relative;
  z-index: 2;
}
.navBar .tit a {
  color: #333;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 74px;
}
.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: 5px;
  background: #b5b5b5;
}
.banner .hd li.on {
  background: #1d53bf;
  width: 50rpx;
}
.com-title {
  text-align: center;
}
.com-title h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.item1 {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
.item1 .left {
  width: 576px;
}
.item1 .left ul li {
  font-size: 14px;
  box-sizing: border-box;
  padding: 24px 0;
  border-bottom: 1px solid #f1f1f1;
}
.item1 .left ul li:hover .title span:nth-child(1) {
  color: #1d53bf;
}
.item1 .left ul li:nth-child(1) {
  padding-top: 0;
}
.item1 .left ul li .title {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}
.item1 .left ul li .title span:nth-child(1) {
  display: block;
  width: 400px;
  font-size: 16px;
  color: #333;
}
.item1 .left ul li .title span:nth-child(2) {
  font-size: 14px;
  color: #999;
}
.item1 .left ul li .dec {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
  line-height: 21px;
}
.item1 .right {
  width: 578px;
  height: 336px;
  overflow: hidden;
  position: relative;
}
.item1 .right .bd li {
  width: 100%;
}
.item1 .right .bd li a {
  display: block;
}
.item1 .right .bd li a:before {
  content: '';
  padding-bottom: 50%;
  position: relative;
}
.item1 .right .bd li a img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.item1 .right .bd li .title {
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  z-index: 100;
  bottom: 15px;
  right: 25px;
  width: 285px;
}
.item1 .right .bottom {
  width: 578px;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  bottom: 0;
  align-items: center;
  padding: 0 21px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.item1 .right .bottom .hd ul {
  display: flex;
}
.item1 .right .bottom .hd li {
  width: 14px;
  height: 4px;
  background: #a8a8a8;
  margin-right: 10px;
}
.item1 .right .bottom .hd li.on {
  background: #fff;
}
.item2 {
  margin-top: 52px;
  display: flex;
}
.item2 .left {
  width: 586px;
}
.item2 .left .new-list ul li:hover .title {
  color: #1d53bf !important;
}
.item2 .left .nav-title {
  width: 586px;
  height: 50px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
}
.item2 .left .nav-title .title {
  width: 73px;
  height: 70px;
  background: #1d53bf;
  font-size: 20px;
  padding: 0 15px;
  color: #fdffff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
.item2 .left .nav-title .dec-title {
  width: 350px;
  font-size: 16px;
  color: #333;
  margin-left: 26px;
}
.item2 .new-list ul > li {
  margin-top: 28px;
}
.item2 .new-list ul > li a {
  display: flex;
  justify-content: space-between;
}
.item2 .new-list ul > li a .title {
  color: #333;
  width: 398px;
}
.item2 .new-list ul > li a .title span {
  font-size: 12px;
  display: inline-block;
  transform: rotate(180deg);
  margin-right: 8px;
  color: #1d53bf;
  font-weight: 600;
}
.item2 .new-list ul > li a .time {
  color: #999999;
  font-size: 14px;
}
.item2 .right {
  margin-left: 19px;
}
.item2 .right .nav-title ul {
  width: 578px;
  height: 56px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
}
.item2 .right .nav-title ul li {
  min-width: 107px;
  box-sizing: border-box;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  color: #333333;
  line-height: 56px;
  text-align: center;
}
.item2 .right .nav-title ul li.on {
  background: #1d53bf;
}
.item2 .right .nav-title ul li.on a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.item2 .right .new-list > ul li li:hover .title {
  color: #1d53bf !important;
}
.middle-banner {
  margin-top: 52px;
  height: 160px;
  line-height: 160px;
}
.middle-banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.middle-banner .text {
  position: relative;
  z-index: 100;
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 5px 9px rgba(88, 139, 248, 0.46);
  margin-left: 80px;
}
.item3 {
  margin-top: 43px;
  display: flex;
}
.item3 .nav-title {
  width: 758px;
  display: flex;
  justify-content: space-between;
  border-left: 3px solid #1d53bf;
  padding-left: 5px;
  height: 17px;
}
.item3 .nav-title .more {
  font-size: 12px;
}
.item3 .nav-title .more a {
  color: #666;
}
.item3 .nav-title .title {
  font-size: 18px;
  font-weight: 400;
  color: #1d53bf;
  line-height: 17px;
  margin-left: 10px;
}
.item3 .nav-title .e-title {
  font-size: 18px;
  font-weight: bold;
  color: #1d53bf;
  opacity: 0.12;
  margin-top: -20px;
}
.item3 .new-list li {
  height: 49px;
  line-height: 49px;
  border-bottom: 1px dashed #ececec;
  padding: 0 16px;
  box-sizing: border-box;
  width: 100%;
}
.item3 .new-list li:hover a {
  color: #1d53bf;
}
.item3 .new-list li a {
  color: #666666;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
}
.item3 .new-list li a span:nth-child(1) {
  display: inline-block;
  width: 72%;
}
.item3 .left {
  width: 767px;
}
.item3 .left .recommend {
  border-bottom: 1px dashed #ececec;
  padding-bottom: 16px;
}
.item3 .left .recommend .top {
  margin-top: 17px;
}
.item3 .left .recommend .top:hover .t-right p:nth-child(1) {
  color: #1d53bf;
}
.item3 .left .recommend .top a {
  display: flex;
}
.item3 .left .recommend .top a .t-left {
  position: relative;
  overflow: hidden;
}
.item3 .left .recommend .top a .t-left:before {
  content: ' ';
  display: inline-block;
  width: 205px;
  vertical-align: middle;
  padding-bottom: 59.44%;
}
.item3 .left .recommend .top a .t-left img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: auto;
  transform: translateY(-50%);
}
.item3 .left .recommend .top a .t-right {
  width: 524px;
  margin-left: 13px;
}
.item3 .left .recommend .top a .t-right p {
  color: #666;
  font-size: 14px;
}
.item3 .left .recommend .top a .t-right p:nth-of-type(1) {
  margin-top: 8px;
  font-weight: 600;
}
.item3 .left .recommend .top a .t-right p:nth-of-type(2) {
  margin-top: 8px;
}
.item3 .left .recommend .top a .t-right p:nth-child(3) {
  margin-top: 16px;
}
.item3 .left .new-list li a span:nth-child(1) {
  width: 480px;
}
.item3 .right {
  width: 397px;
  margin-left: 36px;
}
.item3 .right .nav-title {
  width: 397px;
}
.item3 .right .new-list {
  margin-top: 10px;
}
.item3 .right .new-list li {
  padding: 0 !important;
}
.item4 {
  margin-top: 61px;
  display: flex;
}
.item4 .left {
  width: 372px;
}
.item4 .left .nav-title {
  display: flex;
  justify-content: space-between;
  border-left: 3px solid #1d53bf;
  padding-left: 5px;
  height: 17px;
}
.item4 .left .nav-title .more {
  font-size: 12px;
}
.item4 .left .nav-title .more a {
  color: #666;
}
.item4 .left .nav-title .title {
  font-size: 18px;
  font-weight: 400;
  color: #1d53bf;
  line-height: 17px;
  margin-left: 10px;
}
.item4 .left .nav-title .e-title {
  font-size: 18px;
  font-weight: bold;
  color: #1d53bf;
  opacity: 0.12;
  margin-top: -20px;
}
.item4 .left .recommend {
  padding: 10px;
  width: 372px;
  height: 107px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin-top: 14px;
}
.item4 .left .recommend a {
  display: flex;
}
.item4 .left .recommend a .t-left p:nth-of-type(1) {
  margin-top: 10px;
  width: 138px;
  font-size: 18px;
  color: #111;
}
.item4 .left .recommend a .t-left p:nth-child(2) {
  width: 196px;
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  margin-top: 5px;
}
.item4 .left .recommend a .t-right {
  width: 130px;
  height: 85px;
  position: relative;
  margin-left: 20px;
}
.item4 .left .recommend a .t-right img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.item4 .left .new-list li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ececec;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
}
.item4 .left .new-list li:hover a {
  color: #1d53bf;
}
.item4 .left .new-list li:hover a span {
  color: #1d53bf !important;
}
.item4 .left .new-list li a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #333333;
}
.item4 .left .new-list li a span:nth-child(1) {
  display: inline-block;
  width: 222px;
}
.item4 .left .new-list li a span:nth-child(2) {
  color: #666;
}
.item4 .mid {
  margin-left: 34px;
}
.item4 .mid .nav-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  width: 392px;
  margin-top: -10px;
}
.item4 .mid .nav-title ul {
  display: flex;
}
.item4 .mid .nav-title li {
  font-size: 18px;
  color: #333;
  margin-left: 15px;
}
.item4 .mid .nav-title li.on a {
  color: #1d53bf;
}
.item4 .mid .nav-title li:nth-child(1) {
  margin-left: 0;
}
.item4 .mid .new-list {
  width: 392px;
}
.item4 .mid .new-list ul li li {
  margin-top: 23px;
  font-size: 14px;
}
.item4 .mid .new-list ul li li:hover .title {
  color: #1d53bf !important;
}
.item4 .mid .new-list ul li li:hover .time {
  color: #1d53bf !important;
}
.item4 .mid .new-list ul li li a {
  display: flex;
  justify-content: space-between;
}
.item4 .mid .new-list ul li li a .title {
  color: #333;
  width: 219px;
}
.item4 .mid .new-list ul li li a .title span {
  font-size: 12px;
  display: inline-block;
  transform: rotate(180deg);
  margin-right: 8px;
  color: #1d53bf;
  font-weight: 600;
}
.item4 .mid .new-list ul li li a .time {
  color: #999999;
  font-size: 14px;
}
.item4 .right {
  margin-left: 43px;
}
.item4 .right .nav-title {
  margin-top: -22px;
}
.item4 .right .nav-title ul {
  display: flex;
}
.item4 .right .nav-title ul li {
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #1d53bf;
  margin-right: 7px;
}
.item4 .right .nav-title ul li.on {
  background: #0e3481;
}
.item4 .right .nav-title ul li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.item4 .right .list ul {
  background: #f6f6f6;
  margin-top: 15px;
}
.item4 .right .list ul li ul {
  padding: 20px 0;
}
.item4 .right .list ul li li {
  font-size: 14px;
  color: #333;
  padding-top: 28px;
  list-style: disc;
  margin-left: 30px;
}
.item4 .right .list ul li li a {
  width: 300px;
  color: #333;
  display: block;
}
.item4 .right .list ul li li:hover a {
  color: #1d53bf;
}
.item4 .right .list ul li li:nth-child(1) {
  padding-top: 0;
}
.item5 .title {
  color: #333;
  margin-top: 24px;
  border-bottom: 1px solid #dddddd;
}
.item5 .title h3 {
  width: 96px;
  border-bottom: 3px solid #1d53bf;
  padding-bottom: 11px;
  font-size: 18px;
}
.item5 .pro-list {
  width: 100%;
  margin-top: 27px;
}
.item5 .pro-list .bd .tempWrap {
  width: 1200px !important;
}
.item5 .pro-list ul {
  display: flex;
  margin-top: 27px;
}
.item5 .pro-list ul li {
  width: 280px;
  margin-right: 26px;
}
.item5 .pro-list ul li:hover .img-box img {
  transform: scale(1.1) translateY(-50%);
  transition: all 0.3s linear;
}
.item5 .pro-list ul li:hover p {
  color: #1d53bf;
}
.item5 .pro-list ul li p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 13px;
}
.item5 .pro-list ul li .img-box {
  width: 280px;
  height: 209px;
  position: relative;
  overflow: hidden;
}
.item5 .pro-list ul li .img-box img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  min-height: 100%;
  transform: translateY(-50%);
}
.link {
  height: 73px;
  line-height: 73px;
  background: #f6f6f6;
  margin-top: 53px;
}
.link .w1200 {
  display: flex;
}
.link .title {
  font-size: 18px;
  color: #1d53bf;
  display: flex;
  align-items: center;
}
.link .title span {
  font-size: 22px;
  font-weight: 700;
}
.link .link-list .bd {
  height: 100%;
  display: flex;
  align-items: center;
}
.link .link-list ul {
  height: 100%;
  display: flex;
  align-items: center;
}
.link .link-list ul li {
  margin-left: 28px;
  height: 33px;
  line-height: 33px;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  padding: 0 21px;
}
.link .link-list ul li:hover {
  background: #1d53bf;
}
.link .link-list ul li:hover a {
  color: #fff;
}
.link .link-list ul li a {
  color: #1d1c1d;
}
.common-left {
  width: 229px;
}
.common-left .title {
  width: 229px;
  height: 89px;
  background: url('../images/pro_03.jpg');
  line-height: 89px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 28px;
  color: #fff;
}
.common-left .nav-list {
  margin-top: 5px;
  background: #ffffff;
}
.common-left .nav-list > ul > li {
  height: 54px;
  overflow: hidden;
}
.common-left .nav-list > ul > li a {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding-left: 42px;
  padding-right: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}
.common-left .nav-list > ul > li.active {
  height: auto;
}
.common-left .nav-list > ul > li.active > a {
  background: #1d53bf;
  color: #fff;
}
.common-left .nav-list > ul > li > a:hover {
  background: #1d53bf;
  color: #fff;
}
.common-left .nav-list > ul > li a {
  color: #333333;
}
.common-left .nav-list > ul > li .sub li {
  padding-left: 10px;
}
.common-left .nav-list > ul > li .sub a:hover {
  color: #1d53bf;
}
.common-left .nav-list > ul > li .sub li.active a {
  color: #1d53bf;
}
.common-right {
  width: 933px;
  background: #ffffff;
  margin-left: 38px;
}
.common-title {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  padding-left: 0;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #f5f5f5;
}
.common-title a {
  color: #999;
}
.common-title > div:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  color: #1d53bf;
  line-height: 46px;
  padding-left: 16px;
  border-bottom: 2px solid #1d53bf;
}
.common-title > div:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 46px;
}
.ny-pro {
  margin-top: 35px;
  display: flex;
  margin-bottom: 98px;
}
.ny-pro .common-right {
  width: 933px;
  background: #ffffff;
  margin-left: 38px;
}
.ny-pro .common-right .list {
  padding: 0 24px;
}
.ny-pro .common-right .list > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-pro .common-right .list > ul li {
  width: 274px;
  height: 258px;
  background: #f8f8f8;
  margin-left: 30px;
  margin-top: 34px;
}
.ny-pro .common-right .list > ul li:hover {
  background: #1d53bf;
}
.ny-pro .common-right .list > ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.ny-pro .common-right .list > ul li:hover p {
  color: #fff;
}
.ny-pro .common-right .list > ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.ny-pro .common-right .list > ul li p {
  height: 60px;
  line-height: 60px;
  padding: 0 13px;
}
.ny-pro .common-right .list > ul li .img-box {
  width: 274px;
  height: 193px;
  position: relative;
  overflow: hidden;
}
.ny-pro .common-right .list > ul li .img-box .img {
  width: 100%;
  height: 100%;
}
.ny-news {
  display: flex;
  margin-top: 35px;
  margin-bottom: 98px;
}
.ny-news .common-right .list > ul li {
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  padding: 0 22px;
  border-bottom: 1px solid #f6f6f6;
  width: 100%;
  box-sizing: border-box;
}
.ny-news .common-right .list > ul li:hover {
  padding-left: 34px;
  padding-right: 15px;
}
.ny-news .common-right .list > ul li:hover a {
  color: #1d53bf;
}
.ny-news .common-right .list > ul li a {
  color: #333;
  display: block;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.ny-news .common-right .list > ul li a span:nth-child(1) {
  width: 550px;
}
.ny-news .common-right .list > ul li a span:nth-child(2) {
  color: #999999;
}
.ny-news2 {
  display: flex;
  margin-top: 35px;
  margin-bottom: 98px;
}
.ny-news2 .common-right .list {
  padding: 0 30px;
}
.ny-news2 .common-right .list > ul li {
  padding: 31px 0;
  border-bottom: 1px solid #eee;
  height: 224px;
  box-sizing: border-box;
}
.ny-news2 .common-right .list > ul li:hover {
  padding-left: 10px;
  transition: all 0.3s linear;
}
.ny-news2 .common-right .list > ul li:hover p:nth-child(1) {
  color: #1d53bf !important;
}
.ny-news2 .common-right .list > ul li a {
  display: flex;
  align-items: center;
}
.ny-news2 .common-right .list > ul li .img-box {
  width: 242px;
  height: 158px;
  position: relative;
  overflow: hidden;
}
.ny-news2 .common-right .list > ul li .img-box img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ny-news2 .common-right .list > ul li .text {
  margin-left: 16px;
  width: 610px;
}
.ny-news2 .common-right .list > ul li .text p:nth-child(1) {
  width: 437px;
  font-size: 16px;
  color: #333333;
}
.ny-news2 .common-right .list > ul li .text p:nth-child(2) {
  margin-top: 15px;
  line-height: 26px;
}
.ny-news2 .common-right .list > ul li .text p:nth-child(3) {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}
.ny-download {
  display: flex;
  margin-top: 35px;
  margin-bottom: 98px;
}
.ny-download .list > ul {
  padding: 0 28px;
  display: flex;
  flex-wrap: wrap;
}
.ny-download .list > ul li {
  width: 425px;
  height: 89px;
  margin-left: 27px;
  border: 1px solid #f2f2f2;
  padding: 24px 25px;
  margin-top: 28px;
  box-sizing: border-box;
}
.ny-download .list > ul li:hover {
  border: none;
  box-shadow: 0px 1px 21px 0px rgba(224, 224, 224, 0.35);
}
.ny-download .list > ul li:hover a > div:nth-child(3) {
  background: #1d53bf;
}
.ny-download .list > ul li:hover a > div:nth-child(3) span {
  color: #fff;
}
.ny-download .list > ul li:nth-child(2n + 1) {
  margin-left: 0;
}
.ny-download .list > ul li a {
  display: flex;
  align-items: center;
}
.ny-download .list > ul li a > div:nth-child(1) span {
  color: #ffbb63;
  font-size: 50px;
}
.ny-download .list > ul li a > div:nth-child(2) {
  margin-left: 10px;
  margin-top: 5px;
}
.ny-download .list > ul li a > div:nth-child(2) p:nth-child(1) {
  font-size: 16px;
  color: #333;
  width: 195px;
}
.ny-download .list > ul li a > div:nth-child(2) p:nth-child(2) {
  font-size: 12px;
  color: #b4aeae;
}
.ny-download .list > ul li a > div:nth-child(3) {
  width: 47px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #f2f3f5;
  border-radius: 12px;
  margin-left: 70px;
}
.ny-download .list > ul li a > div:nth-child(3) span {
  color: #7e858c;
  font-size: 20px;
}
.message {
  padding: 15px 28px;
}
.message h3 {
  font-size: 16px;
  font-weight: 400;
  color: #030303;
}
.message .input {
  display: flex;
  margin-top: 15px;
}
.message .input > div {
  width: 427px;
  height: 39px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  padding: 0 13px;
}
.message .input > div input {
  height: 100%;
  margin-left: 10px;
  border: none;
  outline: none;
  background: #f6f6f6;
}
.message .input > div:nth-child(1) {
  margin-right: 18px;
}
.message .input > div span {
  font-size: 14px;
  color: #bcbcbc;
}
.message .text-area {
  margin-top: 15px;
  width: 873px;
  height: 92px;
  background: #f6f6f6;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-items: flex-start;
}
.message .text-area span {
  font-size: 14px;
  color: #bcbcbc;
}
.message .text-area textarea {
  width: 690px;
  height: 100%;
  background: #f6f6f6;
  border: none;
  outline: none;
  margin-left: 10px;
}
.message .btn {
  width: 140px;
  height: 40px;
  background: #005fe1;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-top: 18px;
}
.footer-contact {
  height: 222px;
  background: #0e3481;
}
.footer-contact .left ul {
  display: flex;
  margin-top: 61px;
}
.footer-contact .left ul li {
  font-size: 14px;
  color: #f6f6f6;
}
.footer-contact .left ul li a {
  color: #f6f6f6;
  margin: 3px;
}
.footer-contact .contact {
  font-size: 14px;
  color: #f6f6f6;
}
.footer-contact .contact > div {
  margin-top: 25px;
}
.footer-contact .contact > div span:nth-child(2) {
  margin-left: 50px;
}
.footer-contact .ewm {
  width: 115px;
  color: #fff;
  text-align: center;
  margin-left: 250px;
  padding-top: 43px;
}
.footer-contact .ewm img {
  width: 115px;
  height: 116px;
}
.footer-contact .ewm p {
  font-size: 14px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.ny-page {
  padding: 20px 28px;
}
.detail {
  padding: 28px 28px;
}
.detail .title {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 45px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #1d53bf;
}
.ny-product .list li {
  width: 298px;
  margin: 0 10px 20px;
}
.ny-product .list li:hover h3 {
  color: #1d53bf;
}
.ny-product .list li:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.ny-product .list li .img {
  width: 298px;
  height: 220px;
  overflow: hidden;
  margin-bottom: 10px;
}
.ny-product .list li .img img {
  width: 100%;
  min-height: 100%;
}
.ny-product .list li .dec {
  color: #999999;
  font-size: 12px;
  margin-top: 5px;
}
.paging {
  display: flex;
  width: 100%;
  margin: 56px 0;
  justify-content: center;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  background: #f6f6f6;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
}
.paging li.next span {
  transform: rotate(180deg);
}
.paging li a:hover,
.paging li span {
  background: #1d53bf;
  border-color: #1d53bf;
  color: #fff;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
