h2 {
  font-weight: bold;
}
.newsTop {
  margin-top: 88px;
  padding-bottom: 10px;
}
.newsTop .w1400 {
  position: relative;
}
.newsTop .w1400 .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 95.14%;
  height: 480px;
  background-color: #f5f5f5;
}
.newsTop .w1400 .swiper-button-next,
.newsTop .w1400 .swiper-button-prev {
  margin: 0;
  top: 211px;
  width: 52px;
  height: 52px;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  outline: none;
  transition-duration: 0.5s;
}
.newsTop .w1400 .swiper-button-next::after,
.newsTop .w1400 .swiper-button-prev::after {
  content: '';
}
.newsTop .w1400 .swiper-button-next {
  right: -26px;
  left: auto;
  background: #fff url(../images/sImages/s20.png) center no-repeat;
}
.newsTop .w1400 .swiper-button-prev {
  left: -26px;
  right: auto;
  background: #fff url(../images/sImages/s19.png) center no-repeat;
}
.newsTop .w1400 .swiper-button-next:hover,
.newsTop .w1400 .swiper-button-prev:hover {
  border: 1px solid #0b4da2;
}
.newsTop .s1 {
  padding: 60px 0 60px;
}
.newsTop .s1 .swiper-pagination-bullet {
  transition: all 0.5s;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  opacity: 1;
  background-color: #dbdbdb;
}
.newsTop .s1 .swiper-pagination-bullet-active {
  transition: all 0.5s;
  width: 20px;
  background-color: #0b4da2;
}
.newsTop .s1 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  background-color: #dbdbdb;
}
.newsTop .s1 .news-left {
  width: 47.71%;
  float: left;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #f5f5f5; */
}
.newsTop .s1 .news-left img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.newsTop .s1 .news-left i {
  width: 100%;
  height: 100%;
}
.newsTop .s1 .news-right {
  float: right;
  width: 44.57%;
  margin-right: 3.85%;
}
.newsTop .s1 .news-right .title {
  /* height: 84px; */
  line-height: 42px;
  font-size: 26px;
  color: #333333;
}
.newsTop .s1 .news-right .times {
  font-size: 22px;
  color: #004990;
  font-family: "Arial";
  display: block;
  margin-top: 20px;
  margin-bottom: 32px;
}
.newsTop .s1 .news-right .text {
  height: 125px;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}
.newsTop .s1 .news-right .btn {
  display: inline-block;
  position: relative;
  padding-right: 31px;
  font-size: 13px;
  line-height: 36px;
  color: #a1a1a1;
  margin-top: 33px;
}
.newsTop .s1 .news-right .btn::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #1a56a6;
  content: " ";
}
.newsTop .s1 .news-right .btn:hover::after {
  transition: all 0.5s;
  width: 56px;
}
.newsTop .s1 .news-right .btn:hover {
  color: #1a56a6;
  background: url("../images/sImages/s10.png") center right no-repeat;
}
.newsContent .listLeftBox {
  border-right: 1px solid #ebebeb;
}
.newsContent .listImg {
  width: 259px;
  margin-left: 48px;
  height: 146px;
  overflow: hidden;
}
.newsContent .listImg i {
  width: 100%;
  height: 100%;
}
.newsContent .listCon {
  border: 0;
}
.search-box {
  margin-top: 50px;
}
.search-max{
    width: 30%;
}

.lt{
    display: flex;
  
}
.search-box .lis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}



.search-box .lis .choice {
  width: 80%;
}
.search-box .lis .choice .top {
  border-bottom: 1px solid #ebebeb;
}
.search-box .lis .choice .top .icon {
  width: 26px;
  height: 46px;
  float: left;
}
.search-box .lis .choice .top .text {
  font-size: 16px;
  color: #666666;
  float: left;
  line-height: 46px;
  margin-left: 14px;
}
.search-box .lis .choice .top .icon2 {
  width: 11px;
  height: 46px;
  background: url("../images/sImages/s6.png") center no-repeat;
  float: right;
}

.search-box .lis .choice2 .top .text {
  width: -webkit-calc(49%);
  width: -moz-calc(49%);
  width: calc(100% - 51px);
  border: 0;
  height: 46px;
  display: block;
  padding-left: 0;
}
.search-box .lis .choice2 .top .icon {
  background: url("../images/sImages/s4.png") center no-repeat;
}
















.search-box .w1400 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.search-box .w1400 .choice {
  width: 28.57%;
}
.search-box .w1400 .choice .top {
  border-bottom: 1px solid #ebebeb;
}
.search-box .w1400 .choice .top .icon {
  width: 26px;
  height: 46px;
  float: left;
}
.search-box .w1400 .choice .top .text {
  font-size: 16px;
  color: #666666;
  float: left;
  line-height: 46px;
  margin-left: 14px;
}
.search-box .w1400 .choice .top .icon2 {
  width: 11px;
  height: 46px;
  background: url("../images/sImages/s6.png") center no-repeat;
  float: right;
}
.search-box .w1400 .choice1 {
  position: relative;
}
.search-box .w1400 .choice1 .top {
  cursor: pointer;
}
.search-box .w1400 .choice1 .top .icon {
  background: url("../images/sImages/s3.png") center no-repeat;
}
.search-box .w1400 .choice1 .drops {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-left: 1px solid #f1efef;
  border-right: 1px solid #f1efef;
  background-color: #fff;
  display: none;
}
.search-box .w1400 .choice1 .drops p {
  font-size: 14px;
  color: #333333;
  line-height: 44px;
  border-bottom: 1px solid #f1efef;
  text-align: center;
  transition-duration: 0.5s;
  cursor: pointer;
}
.search-box .w1400 .choice1 .drops p:hover {
  background-color: #eef0f2;
  color: #0b4da2;
}
.search-box .w1400 .choice2 .top .text {
  width: -webkit-calc(49%);
  width: -moz-calc(49%);
  width: calc(100% - 51px);
  border: 0;
  height: 46px;
  display: block;
  padding-left: 0;
}
.search-box .w1400 .choice2 .top .icon {
  background: url("../images/sImages/s4.png") center no-repeat;
}
.search-box .w1400 .choice3 .top {
  position: relative;
}
.search-box .w1400 .choice3 .top .input {
  font-size: 16px;
  color: #666666;
  line-height: 46px;
  width: -webkit-calc(76%);
  width: -moz-calc(76%);
  width: calc(100% - 24px);
}
.search-box .w1400 .choice3 .top .icon2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  background: url("../images/sImages/s5.png") center no-repeat;
}
.search-box .w1400 .btn {
  font-size: 18px;
  color: #ffffff;
  line-height: 46px;
  background-color: #1b4e9a;
}
.search-box .w1400 .btn .text {
  padding: 0 35px;
  cursor: pointer;
}
.newsContent p {
  line-height: 32px;
}
.newsContent .left {
  float: left;
  width: 60.69%;
  zoom: 1;
}
.newsContent .left b {
  font-weight: 700;
}
.newsContent .left b,
.newsContent .left em,
.newsContent .left i,
.newsContent .left span,
.newsContent .left a {
  display: inline-block;
}
.newsContent .left img {
  margin: 0 auto;
  max-width: 800px !important;
  height: auto !important;
}
.newsContent .left table td {
  border: #ddd 1px solid;
}
.newsContent .left .newsImg {
  width: 100%;
}
.newsContent .left:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.newsContent .right {
  width: 31.38%;
  float: right;
  padding-top: 12px;
}
.newsContent .right .item {
  padding: 22px 0 9px 5px;
  border-bottom: 1px solid #e5e5e5;
}
.newsContent .right .item .title {
  font-size: 14px;
  color: #8f8e8e;
  margin-bottom: 7px;
}
.newsContent .right .item .text span {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  display: block;
  float: left;
  line-height: 28px;
}
.newsContent .right .item .text a {
  float: left;
  width: 28px;
  height: 28px;
  margin-left: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #e2e5e9 url("../images/sImages/s7.png") center no-repeat;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.newsContent .right .item .text a:hover {
  background-color: #0b4da2;
}
.relate-pro .title {
  font-size: 32px;
  color: #212121;
}
.relate-pro .relateCon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 150px;
}
.relate-pro .relateCon .list {
  width: 32%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.relate-pro .relateCon .list .top {
  overflow: hidden;
  width: 100%;
}
.relate-pro .relateCon .list .top i {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.relate-pro .relateCon .list .top img {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.relate-pro .relateCon .list .center {
  padding: 34px 17px 38px;
}
.relate-pro .relateCon .list .center h5 {
  font-size: 20px;
  color: #333333;
  line-height: 1;
  margin-bottom: 22px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.relate-pro .relateCon .list .center p {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-indent: 2em;
}
.relate-pro .relateCon .list .center span {
  display: block;
  font-size: 14px;
  color: #0b4da2;
  width: 141px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background-color: #f5f5f5;
  margin-left: 4px;
  margin-top: 28px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.relate-pro .relateCon .list:hover .top i {
  transform: scale(1.08);
}
.relate-pro .relateCon .list:hover .top img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.relate-pro .relateCon .list:hover .center h5 {
  color: #0b4da2;
}
.relate-pro .relateCon .list:hover .center span {
  background-color: #0b4da2;
  color: #ffffff;
}
.topTab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
.topTab .list {
  padding: 0 50px;
  position: relative;
}
.topTab .list a {
  display: block;
  font-size: 18px;
  color: #666666;
  padding: 0 30px;
  line-height: 46px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.topTab .list a:hover,
.topTab .list a.on {
  background-color: #0b4da2;
  color: #ffffff;
}
.topTab .list em {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #c3c5c7;
}
.topTab .list:last-child em {
  display: none;
}
.special-column {
  margin: 92px auto 150px;
}
.special-column .list {
  padding-left: 17px;
  margin-bottom: 100px;
}
.special-column .list .left {
  width: 50.78%;
  float: left;
  padding-top: 24px;
  padding-bottom: 66px;
  border-bottom: 1px solid #c8c8c8;
}
.special-column .list .left h5 {
  font-size: 35px;
  color: #0b4da2;
  font-family: "Arial";
  line-height: 1;
  margin-bottom: 8px;
}
.special-column .list .left em {
  font-size: 15px;
  color: #0b4da2;
  font-family: "Arial";
  line-height: 1;
  margin-bottom: 30px;
}
.special-column .list .left h4 {
  font-size: 24px;
  color: #333333;
  line-height: 1;
  margin-bottom: 32px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.special-column .list .left p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 48px;
}
.special-column .list .left span {
  display: inline-block;
  padding-right: 31px;
}
.special-column .list .left span i {
  font-size: 13px;
  color: #a1a1a1;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.special-column .list .right {
  float: right;
  width: 43.35%;
  height: 415px;
  overflow: hidden;
}
.special-column .list .right p {
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.special-column .list:hover .left h4 {
  color: #0b4da2;
}
.special-column .list:hover .left span {
  background: url("../images/sImages/s10.png") center right no-repeat;
}
.special-column .list:hover .left span i {
  border-bottom: 1px solid #0b4da2;
  color: #0b4da2;
}
.special-column .list:hover .right p {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.special-column .list:last-child {
  margin-bottom: 0;
}
.text_over4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.text_over1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.results {
  padding-bottom: 150px;
}
.results .results_t {
  padding-top: 60px;
}
.results .searchBoxs {
  position: relative;
}
.results .results_t input {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #0b4da2;
  padding-left: 22px;
  font-size: 18px;
  color: #333;
}
.results .searchBoxs em {
  width: 25px;
  height: 70px;
  background: url(../images/sImages/s12.png) center no-repeat;
  position: absolute;
  top: 0;
  right: 25px;
}
.results .results_t p {
  font-size: 16px;
  color: #333333;
  padding: 42px 0;
  line-height: 1;
}
.results .results_t p i {
  color: #0b4da2;
  display: inline-block;
}
.results .results_t .searchThis .text {
  margin-top: 20px;
  justify-content: left;
}
.searchTit {
  background-color: #fff;
  width: 100%;

}
.searchSubTit {
  padding: 38px 0;
  margin: 0 auto;
}
.searchSubTit a {
  line-height: 24px;
  padding: 0 20px;
  font-size: 18px;
  color: #333333;
  display: block;
  float: left;
  border-right: 1px solid #b5b5b5;
  white-space: nowrap;
}
.searchSubTit a:nth-last-child(1) {
  border: 0;
}
.searchSubTit a:hover,
.searchSubTit a.on {
  color: #0b4da2;
}
.results_con {
  padding-top: 52px;
}
.results_con li {
  width: 100%;
}
.results_con .grid-sizer {
  width: 100%;
}
.results_con a {
  display: block;
  margin-bottom: 100px;
}
.results_con a h5 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  line-height: 1;
  transition-duration: 0.5s;
}
.results_con a h6 {
  margin: 20px 0;
}
.results_con a h6 em {
  font-size: 16px;
  color: #b5b5b5;
  float: left;
  font-weight: 400;
  line-height: 1;
}
.results_con a h6 em:nth-child(1) {
  margin-right: 24px;
}
.results_con a p {
  font-size: 14px;
  color: #5f636a;
  line-height: 1.7;
  transition-duration: 0.5s;
}
.results_con a i {
  color: #0b4da2;
}
.results_con a:hover h5 {
  color: #0b4da2;
}
.results_con a:hover p {
  color: #333333;
}
.results_con .more {
  width: 240px;
  margin: 0 auto;
  margin-top: 150px;
  font-size: 18px;
  color: #666;
  text-align: center;
  cursor: pointer;
  border: 1px solid #0b4da2;
  color: #0b4da2;
  line-height: 50px;
  transition-duration: 0.5s;
}
.results_con .more:hover {
  color: #ffffff;
  background-color: #0b4da2;
}
.results_con .more .icon {
  margin: 0 auto;
  width: 300px;
  height: 53px;
  text-indent: -99999px;
  background: url(../images/page/p33.png) center no-repeat;
}
.searchTit .searchSubTitMo .subCon {
  background-color: #fff;
  padding: 0 0.43rem 0.2rem;
  display: none;
}
.searchTit .searchSubTitMo .subCon a {
  font-size: 0.34rem;
  margin: 0 0.1rem;
  color: #333333;
  display: block;
  line-height: 0.78rem;
}
.searchTit .searchSubTitMo .subCon a.cur {
  border-bottom: 1px solid #b5b5b5;
}
/*========== 新闻中心加搜索 ==========*/
.newsTop {
  margin-top: 38px;
}
.newsTop .w1400 .bg {
  height: calc(100% - 0px);
}
.newsTop .s1 .news-left {
  height: 356px !important;
}
.searchThis{
  display: flex;
}
.searchThis .choice2{
  width: 44%;
  margin-left: 55px;
}
.searchThis .choice2 .top{
  width: 420px;
}
.searchThis .choice2 .top .icon{
    width: 26px;
    height: 62px;
    background: url(../images/sImages/s4.png) center no-repeat;
    margin-left: 10px;
}
.searchThis .choice2 .top input{
    width: -webkit-calc(49%);
    /*width: -moz-calc(49%);*/
    /*width: calc(100% - 51px);*/
    border: 0;
    height: 62px;
    display: block;
    padding-left: 0;
}
.searchThis .choice2 .top .icon2{
    width: 11px;
    height: 62px;
    background: url(../images/sImages/s6.png) center no-repeat;
    float: right;
    margin-right: 10px;
}
.searchThis .choice3{
  margin-left: 88px;
}
.searchThis .top {
  margin: 40px auto 18px;
  width: 688px;
  background: #f5f5f5;
}
.searchThis .top .icon {
  float: left;
  margin-right: 25px;
  width: 83px;
  height: 62px;
  background: url(../images/special/i_5.png) right center no-repeat;
}
.searchThis .top input {
  display: block;
  float: left;
  width: 420px;
  height: 62px;
  font-size: 18px;
  color: #999;
  background: #f5f5f5;
}
.searchThis .top .but {
  float: right;
  width: 155px;
  height: 62px;
  line-height: 62px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: url(../images/special/i_6.png) center no-repeat;
  border: none;
  cursor: pointer;
}
.searchThis .text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #8ec31f;
}
.searchThis .text p {
  padding: 0;
  font-weight: bold;
  color: #0b4da2;
}
.searchThis .text i,
.searchThis .text a {
  padding: 0 8px;
  color: #8ec31f;
  cursor: pointer;
}
.search-box .searchThis {
  margin-top: 20px;
}
.search-box .searchThis .text {
  justify-content: left;
}
