@charset "utf-8";
/* css reset www.admin10000.com */
body {
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  font-family: "Microsoft Yahei";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
ul,
p {
  margin: 0;
}
.text-hidden {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-hidden2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-hidden3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top-bar {
  background: #0072bc;
}
.top-bar .top-bar-section .left {
  display: flex;
}
.top-bar .top-bar-section .left li {
  float: initial;
}
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
  background: transparent;
}
.swiper-pagination {
  bottom: 10px;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  width: 37px;
  height: 6px;
  background: #fff;
  border-radius: 0;
  opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.header {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header h1 img {
  width: 300px;
}
.title_index {
  text-align: center;
  padding: 3% 0 2%;
}
.title_index h5 {
  font-size: 58px;
}
.title_index p {
  font-size: 18px;
  color: #6a6a6a;
}
.index_pic_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2%;
}
.index_pic_tab li {
  font-size: 14px;
  padding: 3px 20px;
  margin: 0 10px;
  border-radius: 25px;
  background: #b4b4b4;
  transition: all 0.4s;
  color: #333;
  cursor: pointer;
}
.index_pic_tab li.on {
  color: #fff;
  background: #0072bc;
}
.pic_info {
  margin: 4% auto;
}
.pic_info .pic_info_left .picTitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.pic_info .pic_info_left .picImg {
  display: block;
  margin: 4% auto;
  text-align: center;
}
.pic_info .pic_info_left .picImg img {
  width: 509px;
}
.pic_info .pic_info_left .pic_info_left_l {
  width: 100%;
  height: 52px;
  background: #e2e2e2;
}
.pic_info .pic_info_left .pic_info_left_l span {
  display: block;
  width: 157px;
  text-align: center;
  font-size: 19px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: url(../images/xq_tav.png) no-repeat left center;
}
.pic_info .pic_info_left .pic_ms {
  line-height: 2;
  padding: 15px;
}
.pic_info .pic_info_right {
  padding: 10px;
  border: solid 1px #e4e4e4;
}
.pic_info .pic_info_right .pic_right_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.2;
}
.pic_info .pic_info_right .pic_right_list {
  width: 90%;
  margin: 0 auto;
}
.pic_info .pic_info_right .pic_right_list li p {
  font-size: 14px;
  color: #333;
  line-height: 3.2;
  text-align: center;
}
.div_h {
  background: #f5f5f5;
  padding-bottom: 1%;
}
.div_h .indexPicLiist {
  display: none;
  margin-bottom: 2%;
}
.div_h .indexPicLiist.active {
  display: block;
}
.div_h .indexPicLiist li p {
  font-size: 14px;
  color: #333;
  line-height: 3.2;
  text-align: center;
}
.join_info {
  margin: 4% auto;
}
.join_info .join_info_right {
  background: url(../images/jobpng.png) no-repeat;
  padding: 4% 3%;
  min-height: 698px;
  color: #fff;
}
.join_info .join_info_right p {
  font-size: 19px;
  color: #fff;
  font-weight: bold;
}
.join_info .join_info_right span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 2.2;
}
.join_info .join_info_right i {
  display: block;
  width: 70px;
  height: 1px;
  background: #fff;
}
.join_info .join_info_left .accordion-navigation{
  margin-bottom: 15px!important;
}
.join_info .join_info_left .accordion-navigation >a.active {
  background: #0072bc!important;
  color: #fff!important;
}
.accordion .accordion-navigation.active>a, .accordion dd.active>a{
  background: #0072bc!important;
  color: #fff!important;
}
.indexMore {
  width: 100%;
}
.indexMore a {
  display: block;
  margin: 0 auto;
  width: 224px;
  border-radius: 25px;
  height: 54px;
  line-height: 54px;
  padding-left: 40px;
  border: solid 1px #d0d0d0;
  background: transparent url(../images/more1.png) no-repeat right 40px center;
  background-size: 25px;
  transition: all 0.4s;
}
.indexMore a:hover {
  border: solid 1px #0072bc;
  color: #fff;
  background: #0072bc url(../images/more.png) no-repeat right 40px center;
  background-size: 25px;
}
.PicLiist {
  margin: 2% auto;
}
.PicLiist li p {
  font-size: 14px;
  color: #333;
  line-height: 3.2;
  text-align: center;
}
.HyLiist {
  margin: 2% auto;
}
.HyLiist li {
  margin-bottom: 2%;
  text-align: left;
}
.HyLiist li .text {
  background: #eceef0;
  padding: 10px 20px 20px;
}
.HyLiist li .title_hy {
  font-size: 20px;
  color: #333;
  line-height: 2.2;
}
.HyLiist li .hy_text {
  font-size: 14px;
  color: #333;
  line-height: 2;
}
.HyLiist li .hy_more {
  width: 127px;
  height: 38px;
  display: block;
  margin-top: 20px;
  border: solid 1px #d1d2d4;
  text-align: center;
  line-height: 38px;
}
.row {
  max-width: 100%;
}
.top-nav {
  width: 55%;
}
.content .nav_con {
  display: flex;
}
.content .nav_con li {
  flex: 1;
  position: relative;
}
.content .nav_con li:last-child::after {
  display: none;
}
.content .nav_con li::after {
  content: "/";
  position: absolute;
  top: 30%;
  right: 0;
  color: #333;
}
.content .nav_con li a {
  display: block;
  color: #333333;
  line-height: 4.1875rem;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}
.content .nav_con li.active {
  border-bottom: solid 8px #0072bc;
}
.banner {
  margin: 0 auto;
}
.nr_content {
  width: 80%;
  margin: 0 auto;
}
.title {
  position: relative;
  font-size: 1.375rem;
  color: #1f1f1f;
  padding-left: 0.625rem;
  border-bottom: solid 1px #e0e0e0;
}
.title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 22px;
  margin-top: -11px;
  background-color: #0072bc;
}
.title .more {
  font-size: 0.8125rem;
  color: #999;
}
.news_top_right .top_news_t {
  margin-top: 1.25rem;
  border-bottom: solid 1px #e0e0e0;
}
.news_top_right .top_news_t .title_l {
  font-size: 1.5rem;
  color: #0072bc;
}
.news_top_right .top_news_t .text-hidden2 {
  color: #aaaaaa;
  font-size: 0.875rem;
}
.news_top_right .news_top_right_item {
  padding: 1.0625rem 0;
  margin: 0;
}
.news_top_right .news_top_right_item li {
  line-height: 2.5;
}
.news_top_right .news_top_right_item li:hover a {
  color: #0072bc;
}
.news_top_right .news_top_right_item li a {
  display: block;
  font-size: 14px;
  color: #333;
  transition: all 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_top_right .news_top_right_item li a span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-color: #dfdfdf;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}
.news_top_right .news_top_right_item li a span.icon1 {
  background-color: #fa5947;
}
.news_top_right .news_top_right_item li a span.icon2 {
  background-color: #f5874a;
}
.news_top_right .news_top_right_item li a span.icon4 {
  background-color: transparent;
}
.news_top_right .news_top_right_item li a i {
  font-size: 0.8125rem;
  color: #999;
}
.pl {
  padding-left: 0;
}
.pr {
  padding-right: 0;
}
.gg img {
  max-width: 100%;
}
ul {
  margin: 0;
}
.news_tg {
  margin:0 auto;
}
.news_tg .news_tg_li .news_top_item li {
  position: relative;
  padding-left: 10px;
  line-height: 3;
  border-bottom: solid 1px #e0e0e0;
}
.news_tg .news_tg_li .news_top_item li:hover a {
  color: #0072bc;
}
.news_tg .news_tg_li .news_top_item li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #cccccc;
  border-radius: 50%;
}
.news_tg .news_tg_li .news_top_item li a {
  display: block;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.news_tg .news_tg_li .news_top_item li a i {
  font-size: 0.8125rem;
  color: #999;
}
.news_tg .hy_news_top {
  display: flex;
  margin: 0.87rem auto;
}
.news_tg .hy_news_top .hy_news_top_img {
  flex-shrink: 0;
}
.news_tg .hy_news_top .hy_news_top_list {
  margin-left: 10px;
  flex-shrink: 0;
  width: 360px;
}
.news_tg .hy_news_top .hy_news_top_list li {
  position: relative;
  padding-left: 10px;
  line-height: 2.5;
}
.news_tg .hy_news_top .hy_news_top_list li:hover a {
  color: #0072bc;
}
.news_tg .hy_news_top .hy_news_top_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #cccccc;
  border-radius: 50%;
}
.news_tg .hy_news_top .hy_news_top_list li a {
  display: block;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.news_tg .hy_news_top .hy_news_top_list li a i {
  font-size: 0.8125rem;
  color: #999;
}
.news_tg .hy_news_list {
  border-top: solid 1px #e0e0e0;
}
.news_tg .hy_news_list li {
  position: relative;
  padding-left: 10px;
  line-height: 2.5;
}
.news_tg .hy_news_list li:hover a {
  color: #0072bc;
}
.news_tg .hy_news_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #cccccc;
  border-radius: 50%;
}
.news_tg .hy_news_list li a {
  display: block;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.news_tg .hy_news_list li a i {
  font-size: 0.8125rem;
  color: #999;
}
.gcal_case {
  margin: 1.9375rem auto 0;
}
.gcal_case .swiper-wrapper {
  padding: 20px;
}
.gcal_case .swiper-wrapper .swiper-slide {
  transform: scale(1);
  position: relative;
}
.gcal_case .swiper-wrapper .swiper-slide.swiper-slide-active,
.gcal_case .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
  transform: scale(1.1);
  z-index: 2;
}
.gcal_case .swiper-wrapper .swiper-slide:hover p {
  color: #0072bc;
}
.gcal_case .swiper-wrapper .swiper-slide img {
  width: 100%;
  position: relative;
}
.gcal_case .swiper-wrapper .swiper-slide a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gcal_case .swiper-wrapper .swiper-slide a:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/add_bj.png") no-repeat;
  background-size: 100% 100%;
}
.gcal_case .swiper-wrapper .swiper-slide p {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 33;
  line-height: 2.2;
  font-size: 20px;
  background: url(../images/icon.png) no-repeat left center;
  padding-left: 25px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
  width: 80%;
}
.indexAbout_text {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
.indexNews {
  margin: 2% auto;
}
.indexNews .indexNewsImg .indexNewsImg_title {
  font-size: 22px;
  color: #333333;
  margin-top: 1%;
}
.indexNews .indexNewsImg .indexNewsImg_time {
  font-size: 14px;
  color: #999;
}
.indexNews .indexNewsImg .indexNewsImg_text {
  font-size: 15px;
  line-height: 2;
}
.indexNews .indexNewsList li {
  padding-bottom: 1%;
  margin-bottom: 1%;
  border-bottom: solid 1px #efefef;
}
.indexNews .indexNewsList li:last-child {
  margin-bottom: 0;
}
.indexNews .indexNewsList li a {
  display: flex;
  /*align-items: center;*/
  justify-content: left;
}
.indexNews .indexNewsList li a img {
  max-width: 211px;
  flex-shrink: 0;
  margin-right: 2%;
}
.indexNews .indexNewsList li a .indexNewsImg_title {
  font-size: 22px;
  color: #333333;
  margin-top: 1%;
  transition: all .4s;
}
.indexNews .indexNewsList li:hover a .indexNewsImg_title{
  color: #0072bc;
}
.indexNews .indexNewsList li a .indexNewsImg_time {
  font-size: 14px;
  color: #999;
}
.indexNews .indexNewsList li a .indexNewsImg_text {
  font-size: 15px;
  line-height: 2;
}
.indexMoreNews {
  width: 100%;
}
.indexMoreNews a {
  display: block;
  margin: 3% auto;
  width: 224px;
  border-radius: 25px;
  height: 54px;
  line-height: 54px;
  padding-left: 40px;
  border: solid 1px #0072bc;
  color: #fff;
  background: #0072bc url(../images/more.png) no-repeat right 40px center;
  background-size: 25px;
  transition: all 0.4s;
}
.indexMoreNews a:hover {
  color: #333;
  border: solid 1px #d0d0d0;
  background: transparent url(../images/more1.png) no-repeat right 40px center;
  background-size: 25px;
}
.xx_list li {
  margin-top: 1.25rem;
  background: linear-gradient(to bottom right, #1b92ca, #1db9b0);
}
.xx_list li + li {
  background: linear-gradient(to bottom right, #a4453e, #bf3d2e);
}
.xx_list li + li + li {
  background: linear-gradient(to bottom right, #435e85, #05599d);
}
.xx_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.xx_list li a span {
  margin-right: 0.625rem;
}
.xx_list li a span img {
  width: 2.6875rem;
}
.xx_list li a .test {
  color: #fff;
}
.xx_list li a .test p {
  font-size: 1.625rem;
  margin: 0;
}
.xx_list li a .test i {
  text-transform: uppercase;
  font-size: 0.875rem;
}
.ryzt .hy_news_top .top_news_t {
  width: 279px;
  margin-left: 10px;
}
.ryzt .hy_news_top .top_news_t .title_l {
  font-size: 1.25rem;
  color: #02599f;
}
.xzsp .vide {
  min-height: 12.875rem;
  margin: 0.87rem auto;
  width: 100%;
  position: relative;
}
.xzsp .vide .div_img {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
}
.xzsp .vide .div_img img {
  width: 3.375rem;
}
.no_bt {
  border-top: none !important;
}
footer {
  background-color: #303032;
  padding: 2.5rem 0;
}
footer .footer_con .flloter_left ul li h2 {
  font-size: 18px;
}
footer .footer_con .flloter_left ul li h2 a {
  color: #d3d2d2;
}
footer .footer_con .flloter_left ul li p {
  font-size: 14px;
}
footer .footer_con .flloter_left ul li p a {
  color: #a9a9a9;
}
footer .footer_con .flloter_right .ewm {
  float: right;
  width: 133px;
  height: 133px;
  background: #4a4a4b;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_con .flloter_right .ewm img {
  width: 112px;
  height: 112px;
}
footer .footer_con .flloter_right .tel {
  float: right;
}
footer .footer_con .flloter_right .tel p {
  font-size: 20px;
  text-align: right;
  color: #a9a9a9;
}
footer .footer_con .flloter_right .tel span {
  font-size: 14px;
  text-align: right;
  display: block;
  color: #a9a9a9;
}
footer .footer_con .footer_text {
  border-top: solid 1px #626262;
  padding-top: 2%;
  margin-top: 2.75rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.25);
}
.cd {
  display: none;
}
.mbx {
  background-color: #eeeeee;
  line-height: 4.375rem;
  height: 4.375rem;
  border-bottom: solid 1px #e0e0e0;
}
.mbx .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mbx .content .mbx_nav {
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.8);
}
.mbx .content .mbx_nav img {
  width: 12px;
}
.mbx .content .mbx_nav a {
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.8);
}
.mbx .content .sub_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mbx .content .sub_li li {
  border-left: solid 1px #e0e0e0;
  position: relative;
}
.mbx .content .sub_li li.on::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0072bc;
}
.mbx .content .sub_li li a {
  line-height: 4.37rem;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.8);
}
.case_content {
  padding: 3.125rem 0;
}
.case_content .case_list li {
  margin-bottom: 1.25rem;
}
.case_content .case_list li:hover a {
  background-color: #0072bc;
}
.case_content .case_list li:hover a .case_list_img .case_list_img_sp {
  display: flex;
}
.case_content .case_list li:hover a p {
  color: #fff;
}
.case_content .case_list li:hover a .more {
  background: url(../images/more_e.png) no-repeat left 1.25rem center;
}
.case_content .case_list li a {
  display: block;
  background: #fff;
  padding-bottom: 0.625rem;
  transition: all 0.4s;
}
.case_content .case_list li a .case_list_img {
  position: relative;
}
.case_content .case_list li a .case_list_img img {
  width: 100%;
}
.case_content .case_list li a .case_list_img .case_list_img_sp {
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.67);
  align-items: center;
  justify-content: center;
  display: none;
}
.case_content .case_list li a .case_list_img .case_list_img_sp img {
  width: 4.875rem;
}
.case_content .case_list li a p {
  padding: 0.625rem;
  font-size: 0.875rem;
  color: #333333;
}
.case_content .case_list li a .more {
  display: block;
  background: url(../images/more.png) no-repeat left 1.25rem center;
  width: 100%;
  height: 1.25rem;
  transition: all 0.5s;
}
.pagination-centered {
  margin: 2% auto;
}
.pagination-centered .pagination li {
  border: solid 1px #e0e0e0;
  background-color: #e8e9eb;
}
.pagination-centered .pagination li.current {
  border: solid 1px #e0e0e0;
}
.pagination-centered .pagination li.current a {
  background-color: #0072bc;
}
.ny_banner img {
  max-width: 100%;
}
.dy_content {
  background-color: #fff;
}
.about_Text {
  padding: 3% 0;
  text-indent: 24px;
  font-size: 1.125rem;
  color: #333333;
  line-height: 2;
  text-align: justify;
}
.gsry_con {
  margin: 3.75rem auto;
}
.gsry_con .ny_conter_title {
  text-align: center;
}
.gsry_con .ny_conter_title h5 {
  font-size: 2.5rem;
  color: #333333;
}
.gsry_con .ny_conter_title p {
  font-size: 1.125rem;
  color: #bcbcbc;
}
.gsry_con .gsry_list {
  margin-top: 2.5rem;
}
.gsry_con .gsry_list li a img {
  border: solid 1px #e0e0e0;
  padding: 5px;
  width: 100%;
}
.gsry_con .gsry_list li a p {
  font-size: 14px;
  color: #333;
  line-height: 2.2;
}
.gsry_con .gszz_list {
  margin-top: 2.5rem;
}
.gsry_con .gszz_list li {
  margin-bottom: 1.25rem;
}
.gsry_con .gszz_list li a {
  border: solid 1px #e0e0e0;
  padding: 1.875rem;
  display: block;
  position: relative;
}
.gsry_con .gszz_list li a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 4.6875rem;
  width: 4px;
  background-color: #0072bc;
}
.gsry_con .gszz_list li a p {
  font-size: 1.125rem;
  color: #333;
}
.gsry_con .gszz_list li a span {
  display: block;
  font-size: 0.875rem;
  color: #888888;
}
.lxwm_list li:first-child {
  padding-left: 0;
}
.lxwm_list li:last-child {
  padding-right: 0;
}
.lxwm_list .lxwm_item {
  background-color: #fff;
  border-radius: 5px;
  border: solidd 1px #e0e0e0;
  padding: 1.875rem 0;
  text-align: center;
}
.lxwm_list .lxwm_item p {
  margin-top: 1.875rem;
  font-size: 1.0625rem;
  color: #787878;
  font-weight: bold;
}
.lxwm_list .lxwm_item em {
  font-size: 1.0625rem;
  line-height: 2;
}
.map {
  margin: 1.875rem auto;
}
.download_list li {
  margin-bottom: 1.25rem;
}
.download_list li:hover a {
  background-color: #0072bc;
  border-color: #0072bc;
}
.download_list li:hover a p {
  color: #fff;
}
.download_list li:hover a p i {
  color: #fff;
}
.download_list li:hover a .more {
  color: #0072bc;
  background: #fff url(../images/download.png) no-repeat right 1.25rem center;
  background-size: 15px;
}
.download_list li a {
  display: block;
  background-color: #fff;
  padding: 2.5rem 1.875rem;
  border: solid 1px #e0e0e0;
  transition: all 0.4s;
}
.download_list li a p {
  font-size: 1.25rem;
  color: #333333;
}
.download_list li a p i {
  color: #9c9c9c;
  font-size: 0.875rem;
}
.download_list li a .more {
  margin-top: 1.25rem;
  display: block;
  width: 157px;
  height: 49px;
  color: #fff;
  padding-left: 1.25rem;
  line-height: 49px;
  border-radius: 5px;
  background: #0072bc url(../images/download1.png) no-repeat right 1.25rem center;
  background-size: 15px;
}
.info {
  padding: 1.25rem;
}
.info .info_title {
  font-size: 1.625rem;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.info .info_sub_title {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  color: #b9b9b9;
  text-align: center;
}
.info .info_text {
  margin-top: 1.25rem;
  padding: 1.25rem 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.info .pages_li {
  margin-top: 1.25rem;
}
.info .pages_li li {
  line-height: 2;
}
.info .pages_li li:hover a {
  color: #0072bc;
}
.info .pages_li li a {
  display: block;
  font-size: 0.875rem;
  color: #333;
}
.info_right .news_tg_li {
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #e0e0e0;
}
.info_right .news_tg_li .news_top_item li {
  position: relative;
  padding-left: 10px;
  line-height: 3;
  border-bottom: solid 1px #e0e0e0;
}
.info_right .news_tg_li .news_top_item li:hover a {
  color: #0072bc;
}
.info_right .news_tg_li .news_top_item li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #cccccc;
  border-radius: 50%;
}
.info_right .news_tg_li .news_top_item li a {
  display: block;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.info_right .news_tg_li .news_top_item li a i {
  font-size: 0.8125rem;
  color: #999;
}
.map {
  margin-top: 3%;
}
.lxLeft {
  padding-left: 10%;
}
.lxRight .lx_ewm {
  width: 166px;
  height: 166px;
  border: solid 1px #dddddd;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.lxRight .lx_ewm img {
  width: 148px;
}
.lxRight p {
  text-align: center;
}
.news_list_top .hy_news_top {
  margin: 0.87rem auto 0;
}
.news_list_top .hy_news_top .hy_news_top_img {
  flex-shrink: 0;
}
.news_list_top .hy_news_top .top_news_t:hover .more {
  border: solid 1px #0072bc;
  color: #0072bc;
}
.news_list_top .hy_news_top .top_news_t .title_l {
  font-size: 1.5rem;
  color: #0072bc;
  margin-top: 3%;
}
.news_list_top .hy_news_top .top_news_t .info_sub_title {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  color: #b9b9b9;
}
.news_list_top .hy_news_top .top_news_t .text-hidden3 {
  color: #aaaaaa;
  font-size: 0.875rem;
  line-height: 2;
  margin: 2.5rem auto;
}
.news_list_top .hy_news_top .top_news_t .more {
  display: block;
  margin-top: 2%;
  width: 9.875rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  font-size: 0.875rem;
  color: #a0a0a0;
  border: solid 1px #e0e0e0;
  transition: all 0.5s;
}
.news_list_li {
  margin-top: 2.5rem;
}
.news_list_li li {
  margin-bottom: 2.375rem;
  transition: all 0.5s;
}
.news_list_li li:hover a .time {
  background: linear-gradient(to bottom right, #0584bf, #0365a9);
}
.news_list_li li:hover a .time .day,
.news_list_li li:hover a .time .month {
  color: #fff;
}
.news_list_li li:hover a .time .day::after,
.news_list_li li:hover a .time .month::after {
  background-color: #fff;
}
.news_list_li li:hover a .text .title_l {
  color: #0072bc;
}
.news_list_li li a {
  display: flex;
  border: solid 1px #e0e0e0;
}
.news_list_li li a .time {
  padding: 36px 0 36px 1.25rem;
  border-right: solid 1px #e0e0e0;
  flex-shrink: 0;
  width: 111px;
  text-align: left;
  transition: all 0.5s;
  background-color: #fff;
}
.news_list_li li a .time .day {
  font-size: 1.6875rem;
  color: #0072bc;
  display: block;
  position: relative;
}
.news_list_li li a .time .day::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 2rem;
  height: 1px;
  background-color: #0072bc;
}
.news_list_li li a .time .month {
  margin-top: 0.625rem;
  display: block;
  font-size: 1.375rem;
  color: #757575;
}
.news_list_li li a .text {
  padding: 36px 3.125rem;
}
.news_list_li li a .text .title_l {
  font-size: 1.625rem;
  color: #333333;
  font-weight: bold;
  line-height: 2;
}
.news_list_li li a .text .text-hidden3 {
  font-size: 0.9375rem;
  color: #696969;
}
.wap_time {
  display: none;
}
@media only screen and (min-width: 1300px) {
  .content,
  .header {
    margin: 0 auto;
  }
  .title-area {
    display: none;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1024px) {
  body {
    font-size: 12px;
  }
  .content,
  .header {
    width: 90%;
    margin: 0 auto;
  }
  .title-area {
    display: none;
  }
  .xx_list li a span img {
    width: 2rem;
  }
  .xx_list li a .test p {
    font-size: 1.25rem;
  }
  .xx_list li a .test i {
    font-size: 0.675rem;
  }
}
@media only screen and (max-width: 1023px) {
  .top_news {
    margin-top: 4rem;
  }
  /*.swiper_banner {*/
  /*  height: 18.75rem !important;*/
  /*}*/
  .nr_content{
    width: 90%;
  }
  .header {
    padding: 0.34rem 1.15rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.125rem;
    background: #fff;
    z-index: 22;
  }
  .title_index h5{
    font-size: 2rem;
  }
  .banner,.ny_banner{
    margin-top:3.125rem ;
  }
  .news_tg{
    margin: 0 auto;
  }
  .header h1 img {
    width: 16%;
  }
  .header .search {
    display: none;
  }
  .header .search .input_text {
    display: none;
  }
  .header .search .submit {
    width: 2rem;
    height: 2rem;
    padding: 0;
    margin: 0;
  }
  .header .cd {
    display: block;
  }
  .header .cd img {
    width: 4rem;
    transition: all 0.4s;
  }
  .top-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 222;
  }
  .top-nav .content {
    width: 40%;
    height: 100%;
    background: #0072bc;
    margin: 0 0 0 auto;
  }
  .top-nav .content .nav_con {
    display: inline;
  }
  .top-nav .content .nav_con li {
    display: block;
  }
  .content {
    /*width: 90%;*/
    margin: 0 auto;
  }
  .title-area {
    display: none;
  }
  .news_top_right .top_news_t {
    padding-bottom: 0.625rem;
  }
  footer .footer_con .link {
    display: inline;
  }
  footer .footer_con .link .select {
    margin: 0.625rem auto;
    max-width: 100%;
  }
  .pl,
  .pr,
  .xzsp {
    padding: 0;
  }
  .news_tg_li_right {
    margin: 1.9375rem auto 0;
  }
  .news_tg .hy_news_top {
    display: inline;
  }
  .news_tg .hy_news_top .hy_news_top_img {
    margin: 1.05rem auto;
  }
  .news_tg .hy_news_top .hy_news_top_list {
    margin: 0 auto;
    width: 100%;
  }
  .news_tg .hy_news_top img {
    width: 100%;
  }
  .ryzt .hy_news_top .top_news_t {
    width: 100%;
  }
  .ryzt .hy_news_top .top_news_t {
    margin: 10px auto;
  }
  .xx_list li a {
    justify-content: center;
  }
  .xx_list li a .test {
    margin-left: 0.625rem;
  }
  .gcal_case {
    height: 19.5rem !important;
    text-align: center;
  }
  .gcal_case img {
    width: 100%;
  }
  .gcal_case .swiper-button-next,
  .gcal_case .swiper-button-prev {
    color: #0072bc;
  }
  .mbx .content .mbx_nav {
    display: none;
  }
  .info_left {
    width: 100%;
    padding: 0;
  }
  .wap_hiddle {
    display: none;
  }
  .lxwm_list li {
    margin: 0.625rem auto;
  }
  .lxwm_list li:nth-of-type(3) {
    padding-left: 0;
  }
  .lxwm_list li .lxwm_item img {
    width: 50px;
  }
  .about_img {
    margin-bottom: 1.25rem;
  }
  .gsry_con {
    margin-bottom: 0;
  }
  .wap_time {
    display: block;
    font-size: 0.875rem;
    color: #999;
  }
  .news_list_li li a .text {
    padding: 0.625rem;
    width: 100%;
  }
  .news_list_top .hy_news_top {
    display: inline;
  }
  .news_list_top .hy_news_top .hy_news_top_img {
    width: 100%;
  }
  .news_list_top .hy_news_top .top_news_t {
    width: 100%;
    margin: 0.625rem 0;
  }
  .news_list_top .hy_news_top .top_news_t .text-hidden3 {
    margin: 0.625rem 0;
  }
  .info_right {
    width: 100%;
    padding: 0;
    margin: 1.25rem auto;
  }
  .indexNewsImg,.indexNewsList{
    padding: 0;
  }
  .indexNews .indexNewsList li a img{
    width: 100px;
  }
  .indexNews .indexNewsList li{
    overflow: hidden;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
  }

  .indexNews .indexNewsList li a .indexNewsImg_title{
    font-size: 15px;
    width: 58%;
  }
  .f_top{
    display: none!important;
  }
  .flloter_left ul li{
    min-height: 130px;
  }
  .indexMore a{
    width: 150px;
    height: 34px;
    line-height: 34px;
    padding-left: 20px;
    font-size: 15px;
    background: transparent url(../images/more1.png) no-repeat right 20px center;
    background-size: 25px;
  }
  .indexMore a:hover{
    background: #0072bc url(../images/more.png) no-repeat right 20px center;
    background-size: 25px;
    color: #fff;
  }
  .content .nav_con li a{
    color: #fff;
  }
  .content .nav_con li:after{
    display: none;
  }
  .join_info .join_info_right{
    min-height: 98px;
  }
  .join_info_left{
    padding: 0;
    margin-top: 20px;
  }
  .div_h{
    padding-bottom: 6%;
  }
  .indexAbout_text{
    margin: 10px auto ;
  }
  .indexNews .indexNewsImg .indexNewsImg_text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .indexNewsImg, .indexNewsList{
    margin-top: .56rem;
  }
  .indexMoreNews a{
    width: 150px;
    height: 34px;
    line-height: 34px;
    padding-left: 20px;
    font-size: 15px;
    background: #0072bc url(../images/more.png) no-repeat right 20px center;
    background-size: 25px;
}
  .indexMoreNews a:hover{
    background: transparent url(../images/more1.png) no-repeat right 20px center;
    background-size: 25px;
  }
  .mbx .content .sub_li li a{
    padding: 0 .56rem;
    line-height: 3.5;
  }
  .mbx{
    height: 3rem;
  }
  .case_content{
    padding: 1rem 0 ;
  }
  .info{
    padding: 0;
  }
  .PicLiist,.HyLiist{
    margin: 1.56rem auto;
  }
  .gcal_case .swiper-wrapper{
    padding: 0;
  }
}
