@charset "UTF-8";

li {
  list-style: none;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

input {
  background: none;
  outline: none;
  border: none;
}

.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 50px;
  color: #515151;
  padding-bottom: 50px;
}

.paging {
  display: flex;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
}

.paging li {
  height: 38px !important;
  border-bottom: none !important;
}

.paging li a,
.paging li span {
  display: block;
  min-width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  padding: 0 10px;
}

.paging li a:hover,
.paging li.on span {
  background: #0242de;
  border-color: #0242de;
  color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c6c6c6;
  font-family: '微软雅黑';
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c6c6c6;
  font-family: '微软雅黑';
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c6c6c6;
  font-family: '微软雅黑';
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c6c6c6;
  font-family: '微软雅黑';
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.header {
  width: 100%;
  height: 220px;
  background: url('../images/index01_01.jpg') center center/cover no-repeat;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.header .rsp {
  overflow: hidden;
}

.header .search {
  width: 39.83%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ececec;
}

.header .search input {
  display: inline-block;
  width: 76%;
  height: 40px;
  padding-left: 10px;
  box-sizing: border-box;
  outline: none;
  border: none;
  background: none;
}

.header .search button {
  width: 22.8%;
  height: 40px;
  background: #005fe1;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border: none;
  outline: none;
  float: right;
  margin-right: -1px;
}

.header .search button span {
  font-size: 18px;
  color: #fff;
}

.nav-wrap {
  width: 100%;
  height: 50px;
  background: #124386;
  position: relative;
  z-index: 1000000;
}

.nav li {
  width: 10%;
  height: 50px;
  position: relative;
  float: left;
}

.nav li .tit {
  height: 50px;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}

.nav li:hover .tit,
.nav li.on .tit {
  background: #005fe1;
}

.nav li:hover .sub {
  display: block;
}

.nav .sub {
  position: absolute;
  top: 50px;
  width: 100%;
  display: none;
}

.nav .sub a {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #005fe1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav .sub a:hover {
  background: #f89840;
}

.section {
  overflow: hidden;
}

.section .slideBox {
  width: 47.33%;
  height: 368px;
  overflow: hidden;
  position: relative;
}

.section .slideBox .bd a {
  width: 100%;
  height: 368px;
  text-align: center;
  line-height: 368px;
  position: relative;
  display: block;
}

.section .slideBox .bd img {
  height: 100%;
}

.section .slideBox .bd p {
  position: absolute;
  bottom: 0;
  padding-left: 10px;
  line-height: 66px;
  z-index: 10000;
  color: #fff;
  box-sizing: border-box;
  width: 70%;
}

.section .slideBox .hd {
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: 66px;
  line-height: 66px;
  width: 100%;
  background: rgba(0, 0, 0, 0.52);
  padding-right: 20px;
  box-sizing: border-box;
  text-align: right;
}

.section .slideBox .hd li {
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-left: 5px;
}

.section .slideBox .hd li.on {
  background: #fff;
}

.section .right {
  width: 50%;
}

.section .right .bd {
  height: 307px;
}

.section .right .hd ul {
  margin-right: -10px;
}

.section .right .hd li {
  display: inline-block;
  width: calc(33.3% - 10px);
  height: 52px;
  margin-right: 5px;
}

.section .right .hd li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  color: #666666;
}

.section .right .hd li:hover a,
.section .right .hd li.on a {
  background: #005fe1;
  color: #fff;
}

.section .right .bd li {
  padding: 0 10px;
  border-bottom: 1px dashed #e5e5e5;
}

.section .right .bd li:last-of-type {
  border-bottom: none;
}

.section .right .bd li a {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  width: 100%;
  display: block;
  padding: 0 15px;
  box-sizing: border-box;
}

.section .right .bd li a:hover {
  color: #1764ce;
}

.special {
  margin: 40px auto;
  height: 123px;
  padding-left: 14px;
  box-sizing: border-box;
  overflow: hidden;
}

.special .name {
  color: #005fe1;
  font-size: 20px;
  font-weight: bold;
  width: 20px;
  line-height: 22px;
  margin-right: 18px;
  padding-top: 15px;
}

.special .picScroll-left {
  position: relative;
  width: 94.16%;
  overflow: hidden;
  height: 92px;
  padding-top: 15px;
}

.special .bd li {
  width: 277px;
  height: 92px;
  border-radius: 4px;
  margin-right: 7px;
  overflow: hidden;
}

.special .next,
.special .prev {
  width: 13px;
  height: 28px;
  background: #171717;
  opacity: 0.6;
  position: absolute;
  top: 46px;
  text-align: center;
  line-height: 28px;
  z-index: 10000;
}

.special .next span,
.special .prev span {
  font-size: 16px;
  color: #fff;
}

.special .next {
  left: 0;
}

.special .next span {
  margin-left: -3px;
}

.special .prev {
  right: 0;
}

.com-tit {
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  padding: 0 20px 0 14px;
  font-size: 18px;
}

.com-tit span {
  position: relative;
}

.com-tit span::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 17px;
  background: #005fe1;
  margin-right: 13px;
  vertical-align: middle;
}

.com-tit a {
  float: right;
  font-size: 12px;
}

.section-tow {
  height: 340px;
  overflow: hidden;
}

.section-tow .left {
  width: 66.16%;
  height: 340px;
  padding: 0 12px;
  box-sizing: border-box;
}

.section-tow .right {
  width: 32.16%;
  height: 340px;
}

.section-tow .right ul {
  margin-top: 12px;
}

.section-tow .right .input {
  width: 90%;
  height: 54px;
  background: #f9f9f9;
  line-height: 54px;
  padding-left: 18px;
  box-sizing: border-box;
  margin: 0 auto 30px;
  overflow: hidden;
}

.section-tow .right .input span {
  display: inline-block;
  width: 70px;
  height: 22px;
  line-height: 22px;
  border-right: 1px solid #ececec;
  margin-right: 20px;
}

.section-tow .right .input input {
  display: inline-block;
  width: 67%;
  height: 54px;
}

.section-tow .right li {
  width: 90%;
  margin: 0 auto;
}

.section-tow .right button {
  outline: none;
  border: none;
  background: #f4f4f4;
  font-size: 18px;
  width: 45%;
  height: 46px;
  text-align: center;
  line-height: 46px;
}

.section-tow .right button.bg-primary {
  background: #005fe1;
  color: #fff;
}

.section-tow .top {
  display: block;
  height: 123px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}

.section-tow .top:hover h3 {
  color: #005fe1;
}

.section-tow .top img {
  width: 25.81%;
  height: 123px;
}

.section-tow .top div {
  width: 70%;
  color: #666;
  line-height: 21px;
  padding-right: 20px;
  box-sizing: border-box;
}

.section-tow .top div h3 {
  line-height: 30px;
}

.section-tow .top div .dec {
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
  margin-top: 5px;
}

.section-tow li a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-top: 1px dashed #ececec;
  padding-right: 20px;
  box-sizing: border-box;
}

.section-tow li a:hover {
  color: #005fe1;
}

.section-tow li a span:last-of-type {
  width: 70%;
}

.news {
  margin: 40px auto;
  overflow: hidden;
}

.news .hd {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #1764ce;
}

.news .hd li {
  width: 102px;
  height: 50px;
  display: inline-block;
}

.news .hd li:hover a,
.news .hd li.on a {
  background: #005fe1;
  color: #fff;
}

.news .hd li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: #666;
  font-size: 16px;
}

.news .bd li {
  display: inline-block;
  width: 29%;
  margin: 0 2%;
  height: 46px;
  border-top: 1px dashed #e5e5e5;
}

.news .bd li:nth-child(1),
.news .bd li:nth-child(2),
.news .bd li:nth-child(3) {
  border-top: none;
}

.news .bd li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 46px;
}

.news .bd li a:hover {
  color: #005fe1;
}

.center-bg {
  height: 124px;
}

.section-thrid {
  overflow: hidden;
  margin: 40px auto;
}

.section-thrid .left {
  width: 32.5%;
  height: 340px;
  margin-right: 1.5%;
}

.section-thrid .left ul {
  padding: 0 14px;
}

.section-thrid .left li {
  border-bottom: 1px dashed #efefef;
}

.section-thrid .left li:last-of-type {
  border: none;
}

.section-thrid .left li a {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
}

.section-thrid .left li a span:last-of-type {
  width: 60%;
  display: inline-block;
}

.section-thrid .left li a:hover {
  color: #005fe1;
}

.section-thrid .right {
  width: 32%;
  height: 340px;
  padding-top: 16px;
  box-sizing: border-box;
}

.section-thrid .right a {
  width: 90%;
  height: 66px;
  background: #ecf5ff;
  margin: 0 auto 15px;
  color: #005fe1;
  font-size: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  padding-left: 80px;
  box-sizing: border-box;
}

.section-thrid .right img {
  margin-right: 20px;
  width: 50px;
  height: 50px;
}

.partners {
  height: 116px;
  overflow: hidden;
}

.partners .tit {
  width: 48px;
  height: 116px;
  background: #005fe1;
  text-align: center;
  padding-top: 14px;
  box-sizing: border-box;
  margin-right: 18px;
  position: relative;
}

.partners .tit::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #005fe1;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.partners .tit span {
  display: inline-block;
  width: 18px;
  font-size: 18px;
  color: #ffffff;
  line-height: 22px;
}

.partners .bd {
  overflow: hidden;
  padding-top: 25px;
}

.partners li {
  width: 208px;
  height: 67px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  margin-right: 15px;
}

.partners li a {
  height: 67px;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners li a img {
  max-width: 100%;
  max-height: 100%;
}

.com-footer {
  width: 100%;
  background: #124386;
  text-align: center;
  line-height: 28px;
  color: #efefef;
  margin-top: 68px;
  padding-bottom: 20px;
}

.com-footer a {
  color: #efefef;
}

.com-footer .wrap {
  position: relative;
  padding-top: 33px;
}

.com-footer .wrap .img {
  position: absolute;
  left: 54px;
  top: 50px;
}

.side {
  width: 19.83%;
}

.side .tit {
  width: 100%;
  height: 100px;
  background: url('../images/about_03.jpg') center center/cover no-repeat;
  text-align: center;
  line-height: 100px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.side .sideNav li {
  height: 62px;
}

.side .sideNav li:last-of-type a {
  border-bottom: none;
}

.side .sideNav li:hover a,
.side .sideNav li.on a {
  background: #005fe1;
  color: #fff;
  border-bottom: 1px solid #005fe1;
}

.side .sideNav a {
  display: block;
  height: 62px;
  width: 100%;
  line-height: 62px;
  padding-left: 21%;
  box-sizing: border-box;
  font-size: 18px;
  border-bottom: 1px dotted #e4e4e4;
}

.main {
  width: 77.75%;
  min-height: 600px;
  padding-top: 18px;
  padding-bottom: 40px;
}

.main .ny-title {
  width: 95.7%;
  height: 38px;
  line-height: 38px;
  background: #f7f7f7;
  padding-left: 14px;
  box-sizing: border-box;
  color: #414141;
  font-size: 12px;
  margin: 0 auto 26px;
}

.main .ny-title .iconfont {
  font-size: 24px;
  color: #c0c0c0;
  vertical-align: middle;
}

.ny-news .list {
  padding-left: 3.58%;
  padding-right: 1.66%;
}

.ny-news .list li {
  height: 158px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #eeeeee;
  overflow: hidden;
  margin-bottom: 30px;
}

.ny-news .list li:hover .name {
  color: #005fe1;
}

.ny-news .list .img {
  width: 27.84%;
  height: 158px;
  text-align: center;
  line-height: 158px;
  float: left;
  margin-right: 16px;
  background: #f1f1f1;
}

.ny-news .list .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.ny-news .list .right .name {
  font-size: 16px;
  margin: 20px 0 15px;
}

.ny-news .list .right .dec {
  line-height: 26px;
  color: #666666;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}

.ny-news .list .right span {
  color: #666;
}

.ny-news-one .list {
  padding: 0 20px 0 20px;
}

.ny-news-one .list li {
  height: 82px;
  overflow: hidden;
  padding-bottom: 40px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 40px;
}

.ny-news-one .list li:hover .name {
  color: #005fe1;
}

.ny-news-one .list li .date {
  width: 83px;
  height: 82px;
  background: #f2f2f2;
  text-align: center;
  float: left;
  margin-right: 15px;
  padding-top: 15px;
  box-sizing: border-box;
}

.ny-news-one .list li .right {
  float: left;
  max-width: 80%;
}

.ny-news-one .list li .right .text-2 {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ny-news-two .list {
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 30px;
  margin: 0 2.2% 30px;
}

.ny-news-two .list li a {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}

.ny-news-two .list li a:hover {
  color: #1774df;
}

.ny-news-two .list .name {
  font-size: 16px;
}

.ny-news-two .list .name::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #1774df;
  vertical-align: middle;
  margin-right: 10px;
}

.ny-expert .list {
  margin: 0 -10px;
  padding: 0 2.2%;
}

.ny-expert .list li {
  width: calc(50% - 20px);
  margin: 0 10px 28px;
  background: #fafafa;
}

.ny-expert .list li .img {
  width: 212px;
  height: 238px;
  text-align: center;
  line-height: 238px;
  margin-right: 18px;
}

.ny-expert .list li .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.ny-expert .list li .info {
  padding-top: 35px;
}

.ny-expert .list li .info .name {
  color: #005fe1;
  font-size: 18px;
}

.ny-expert .list li .info .name::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #005fe1;
  margin-top: 15px;
  margin-bottom: 10px;
}

.ny-council .cont {
  padding: 0 75px;
}

.ny-council .table {
  width: 100%;
  border: 1px solid #f2f2f2;
  border-spacing: 0;
  border-bottom: none;
  border-right: none;
}

.ny-council .table .head {
  background: #1774df;
  height: 44px;
  line-height: 44px;
}

.ny-council .table .head span {
  border-right: 1px solid #fff;
  color: #fff;
  display: block;
}

.ny-council .table ul {
  max-height: 700px;
  overflow-y: auto;
}

.ny-council .table li span {
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  height: 40px;
  line-height: 40px;
  display: block;
}

.ny-council .table li:nth-child(2n-1) {
  background: #ddebf7;
}

.ny-organization .body {
  max-height: 800px;
  overflow: scroll;
}

.ny-organization .first {
  border-bottom: 1px solid #eef1f3;
  background: #ddebf7;
}

.ny-organization .first span {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #eef1f3;
}

.ny-organization .first span:first-of-type {
  background: #fff;
}

.ny-organization td {
  height: 40px;
  border-bottom: 1px solid #eef1f3;
  border-right: 1px solid #eef1f3;
}

.ny-organization table {
  border-spacing: 0;
  table-layout: fixed;
}

.ny-organization .table1 tr:nth-child(2n) td {
  background: #ddebf7;
}

.ny-organization .table2 tr:nth-child(2n-1) td {
  background: #ddebf7;
}

.ny-load .list {
  padding: 0 2.2%;
  margin: 0 -11px;
}

.ny-load .list li {
  width: calc(50% - 22px);
  margin: 0 11px 24px;
  height: 88px;
  border: 1px solid #f2f2f2;
  padding: 0 20px;
  box-sizing: border-box;
}

.ny-load .list .icon-wendang {
  color: #ffbb63;
  font-size: 46px;
  margin-right: 10px;
}

.ny-load .list .btn {
  width: 47px;
  height: 26px;
  line-height: 26px;
  background: #f2f3f5;
  border-radius: 12px;
  text-align: center;
  border-radius: 10px;
}

.ny-load .list .btn .iconfont {
  color: #7e858c;
  font-size: 20px;
}

.ny-organization .table {
  margin: 0 2.2%;
}

.login-bg {
  width: 100%;
  background: url('../images/login.jpg') center center/cover no-repeat;
  padding-bottom: 20px;
  min-height: 100%;
}

.login-bg .logo img {
  width: 417px;
  height: auto;
}

.login-bg .form {
  width: 446px;
  margin: 120px auto 0;
}

.login-bg .form div {
  background: #fff;
  padding-left: 46px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}

.login-bg .form .iconfont {
  font-size: 26px;
  color: #005fe1;
  display: inline-block;
  margin-right: 20px;
}

.login-bg .form input {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  outline: none;
  border: none;
  width: 320px;
  background: none;
  font-size: 18px;
}

.login-bg .form .btn {
  width: 100%;
  height: 64px;
  text-align: center;
  line-height: 64px;
  background: #005fe1;
  color: #fff;
  outline: none;
  border: none;
  font-size: 24px;
  border-radius: 10px;
}

.login-bg .tit {
  color: #2b2b2b;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 46px;
}

.login-bg .footer {
  text-align: center;
  line-height: 24px;
  color: #949494;
  width: 100%;
  font-size: 14px;
  margin-top: 50px;
}

.login .footer {
  margin-top: 100px !important;
}

.login-bg .footer img {
  vertical-align: middle;
}

.login-bg .form-register {
  width: 576px;
  margin: 20px auto 0;
}

.login-bg .form-register .tit {
  margin-bottom: 40px;
}

.login-bg .form-register ul li {
  height: 42px;
  line-height: 42px;
  margin-bottom: 20px;
}

.login-bg .form-register ul li i {
  color: #ff363a;
}

.login-bg .form-register ul li span {
  display: inline-block;
  width: 86px;
  text-align: right;
  margin-right: 10px;
}

.login-bg .form-register input {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  outline: none;
  border: none;
  width: 475px;
  background: #fff;
  font-size: 16px;
  padding-left: 10px;
  box-sizing: border-box;
  border-radius: 10px;
}

.login-bg .form-register .btn {
  width: 220px;
  height: 55px;
  background: #1764ce;
  box-shadow: 0px 6px 51px 0px rgba(172, 211, 254, 0.43);
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 20px;
  outline: none;
  border: none;
  border-radius: 10px;
}

.login-bg .form-register .btn:last-of-type {
  background: #f5f5f5;
  color: #1e1e1e;
  float: right;
}

.message li {
  justify-content: space-between;
  margin-bottom: 16px;
}

.message .input {
  height: 40px;
  line-height: 40px;
  background: #f6f6f6;
  display: block;
  width: calc(50% - 10px);
  outline: none;
  border: none;
  padding-left: 20px;
  box-sizing: border-box;
}

.message .textarea {
  width: 100%;
  height: 90px;
  background: #f6f6f6;
  display: block;
  outline: none;
  border: none;
  padding: 10px 20px 0;
  box-sizing: border-box;
}

.message .btn {
  width: 140px;
  height: 40px;
  background: #005fe1;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  outline: none;
  border: none;
}

::-webkit-scrollbar {
  width: 0;
  /**/
}

.footer-wap {
  display: none;
  position: fixed;
  bottom: 10px;
  text-align: center;
  line-height: 22px;
  color: #949494;
  padding: 0 20px;
}

.nav-icon {
  position: absolute;
  left: -5px;
  top: 20px;
  display: none;
}

.navBar {
  width: 100%;
  background: rgba(0, 0, 0, 0.52);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}

.navBar ul {
  width: 50%;
  background: #005fe1;
  position: absolute;
  height: 100%;
  overflow: scroll;
  left: -50%;
  transition: all 0.3s ease-in;
}

.navBar ul .tit {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #929292;
}

.navBar ul .sub {
  padding: 0 0 10px;
  border-bottom: 1px solid #929292;
}

.navBar ul .sub a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 50px;
}

.navBar ul a {
  color: #fff;
}

.navBar.show {
  opacity: 1;
  z-index: 100000;
}

.navBar.show ul {
  left: 0;
}

@media screen and (min-width: 1680px) {
  .login .footer {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 1200px) {
  .w1200 {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .partners .bd {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .nav-wrap {
    display: none;
  }

  .header {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .header .fr {
    float: right;
  }

  .header .logo {
    text-align: right;
  }

  .header .logo img {
    width: 80%;
    max-width: 417px;
  }

  .fl {
    float: none;
  }

  .fr {
    float: none;
  }

  .slideBox,
  .section-news,
  .section-tow .left,
  .section-tow .right,
  .section-thrid .left,
  .section-thrid .right,
  .header .search,
  .main,
  .side,
  .ny-expert .list li,
  .ny-load .list li,
  .form-register {
    width: 100% !important;
  }

  .section-news {
    margin: 20px 0 0;
  }

  .nav-icon {
    display: block;
  }

  .section-tow .top img {
    float: left;
    width: 120px;
  }

  .section-tow .top div {
    float: left;
    width: 60%;
    margin-left: 10px;
  }

  .section-tow li a .fr,
  .section-thrid .left li a .fr,
  .ny-news-two .list li a .fr {
    float: right;
  }

  .section-tow li a span:last-of-type {
    display: block;
  }

  .news,
  .com-footer .img {
    display: none;
  }

  .com-footer {
    font-size: 12px;
    line-height: 25px;
    padding: 0 10px 20px;
    box-sizing: border-box;
  }

  .com-footer .wrap {
    padding-top: 10px;
  }

  .com-footer .bah {
    display: none;
  }

  .sideNav {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px;
  }

  .sideNav li {
    width: calc(33% - 10px);
    margin: 0 5px 10px;
    height: 30px !important;
  }

  .sideNav a {
    width: 100% !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 14px !important;
    background: #ccc;
    border-bottom: none;
    padding-left: 0 !important;
    text-align: center;
  }

  .pl40 {
    padding-left: 20px !important;
  }

  .pr40 {
    padding-right: 20px !important;
  }

  .ny-news-one .list li .right {
    width: 65%;
  }

  .ny-news-one .list li {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }

  .ny-expert .list li .img {
    width: 50%;
  }

  .login-bg .logo {
    text-align: center;
  }

  .login-bg .logo img {
    width: 80%;
  }

  .login-bg .form {
    width: 90%;
    margin-top: 20px;
  }

  .footer-wap {
    display: block;
  }

  .login-bg .footer {
    display: none;
  }

  .login-bg .form input {
    width: 80%;
    border-radius: 10px;
  }

  .login-bg .form-register input {
    width: 60% !important;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
  }

  .login-bg .btns {
    padding-right: 15%;
  }

  .login-bg .form-register .captcha-input {
    width: 35% !important;
    display: inline-block;
  }

  .login-bg .form-register .captcha img {
    width: 25% !important;
  }

  .login-bg .form-register ul li {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .login-bg .form-register .btn {
    width: 28%;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
  }

  .partners .fl,
  .special .fl {
    float: left;
  }

  .special .picScroll-left {
    width: 77.1%;
  }

  .partners .bd {
    width: 80%;
  }
}

.to-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 10000;
  cursor: pointer;
}

.to-top span {
  display: inline-block;
  transform: rotate(-180deg);
  font-size: 30px;
  color: #fff;
}

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