.wrap_head {
  display: block;
  width: 100%;
  height: 100px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.head_con {
  display: block;
  width: 1200px;
  height: 100px;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}

.head_con .logo {
  display: block;
  height: 100px;
  width: 196px;
  position: absolute;
  left: 0px;
  top: 12px;
}

.head_con .logo h1 {
  display: block;
  width: 100px;
  height: 50px;
  background: url(../img/logo-white.png) no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background-size: 100% 100%;
}

.menu_list {
  display: block;
  height: 84px;
  position: absolute;
  right: 20px;
  top: 0px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s linear;
  transform: translate(0px, 0);
}

.menu_list .menu_item {
  display: inline-block;
  height: 100px;
  margin-left: 30px;
  position: relative;
}

.menu_list .menu_item .txt {
  display: block;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  color: #fff;
  opacity: 0.95;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.s_menu_list {
  width: 140px;
  padding: 20px 24px;
  position: absolute;
  top: 76px;
  left: -60px;
  background-color: #fff;
  display: none;
  box-shadow: 1px 0px 12px rgba(0, 0, 0, .08);
}

.head_white .s_menu_list {
  top: 100px !important;
}

.s_menu_list li {
  padding: 6px 0;
  text-align: center;
}

.s_menu_list li a {
  font-size: 14px;
  color: #2b2e2e;
  cursor: pointer;
}

.s_menu_list li a:hover {
  color: #0042AB;
}

.banner_con {
  position: relative;
}

.banner_con img {
  width: 100%;
  display: block;
  height: 620px;
}

.banner_con .banner_txt {
  display: block;
  height: 81px;
  position: absolute;
  left: 50%;
  top: 51%;
  z-index: 1;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.banner_con .banner_txt h2 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 4px;
}

.banner_con .banner_txt h2 .icon_reddot {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -10px;
  top: 0;
  background: url(../img/honfang.png) no-repeat 0 0;
}

.banner_con .banner_txt p {
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
}

.head_white {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 1px 0px 12px rgba(0, 0, 0, .08);
}

.head_white .menu_list .menu_item .txt {
  color: #2b2e2e;
}

.head_white .logo h1 {
  width: 100px;
  height: 50px;
  background: url(../img/logo-blue.png) no-repeat;
  background-size: 100% 100%;
}

.banner_con .banner_txt .moble-txt {
  display: none;
}

/*<!--.menu_list .menu_item .menu_hook {
  display: none;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 24px;
  z-index: 1;
}-->*/

.menu_list .subline_show .menu_hook {
  display: block !important;
  background-color: #1373C7 !important;
}
.head_white .subline_show .txt{
  color: #1373C7 !important;
}
/*index-about*/
.about_area {
  background: url(../img/bg211.png) no-repeat 0 0;
  background-size: 100% 100%;
  overflow: hidden;
}

.about_con {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

.about_con .a_tit {
  margin-bottom: 40px;
  background: url(../img/dise1.png) no-repeat 0 0;
  background-size: 100%;
}
.index_about_pic{
  position: absolute;
  right: -80px;
  top: 108px;
}
.about_con .a_tit .r_dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: url(../img/honfang.png) no-repeat;
}

.about_con .a_tit h2 {
  font-size: 24px;
}

.about_con .a_tit span {
  font-size: 14px;
  color: #080808;
  margin-left: 4px;
}

.about_con .a_line {
  margin-bottom: 24px;
}

.about_con .a_line p {
  font-size: 14px;
  padding-bottom: 12px;
  color: #736F6F;
}

.about_con .a_line .line {
  display: block;
  width: 490px;
  height: 0.5px;
  background-color: #0043AB;
}

.about_con .a_des h3 {
  font-size: 56px;
  letter-spacing: 8px;
  font-weight: bold;
  color: #0042AB;
  margin-bottom: 40px;
}

.about_con .a_des h3 span {
  font-weight: normal !important;
}

.about_con .a_des p {
  width: 490px;
  font-size: 13px;
  color: #333;
  line-height: 22px;
  text-align: justify;
}

.index_more {
  margin-top: 26px;
}

.index_more a {
  display: block;
  font-size: 14px;
  color: #0042AB;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.index_more a span {
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0042AB;
  display: block;
  text-align: center;
  position: relative;
  margin-left: 6px;
  margin-top: -6px;
  z-index: 3;
  transition: all .3s;
}

.index_more a .y_icon {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 2;
  border-radius: 50%;
  background-color: #ccc;
  transition: all .3s;
}

.index_more a span img {
  width: 12px;
  margin-top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0, -50%);
}

.move_right span {
  margin-left: 10px !important;
}

.move_right .y_icon {
  right: 10px !important;
}

/*index-service*/
.service_area {
  background: url(../img/di1.jpg) no-repeat 0 0;
  background-size: 100% 100%;
}

.service_con {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 80px 0;
}

.service_con .s_tit {
  margin-bottom: 20px;
  background: url(../img/dise1.png) no-repeat 0 0;
  background-size: 100%;
  color: #fff;
}

.service_con .s_tit .r_dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: url(../img/honfang.png) no-repeat;
}

.service_con .s_tit h2 {
  color: #fff;
  width: 70%;
  font-size: 22px;
  font-weight: normal;
}

.service_con .s_tit span {
  font-size: 14px;
  color: #fff;
  margin-left: 4px;
}

.service_con .color_f {
  margin-top: 100px;
}

.service_con .s_box {
  display: flex;
  justify-content: space-between;
}

.color_f a {
  color: #fff !important;
}

.s_item .s_icon_b {
  display: none;
}

.service_con .s_box .s_right ul {
  display: flex;
  width: 400px;
  flex-wrap: wrap;
}

.service_con .s_box .s_right ul li {
  margin: 0 20px;
  margin-bottom: 20px;
}




/*footer*/
.wrap_footer {
  width: 100%;
  /* height: 400px; */
  background: #f2f2f2;
  position: relative;
  z-index: 1;
}

.footer_con {
  width: 1200px;
  margin: 0px auto;
  /* height: 400px; */
  position: relative;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.footer_top .f_logo img {
  width: 136px;
}

.footer_top .f_logo {
  margin-bottom: 40px;
}

.footer_menu {
  display: flex;
  padding-top: 30px;
}

.footer_menu .f_product {
  margin-left: 70px;
}

.footer_menu .f_about {
  margin-left: 70px;
}

.footer_area ul {
  display: flex;
}

.footer_area ul li {
  margin-right: 50px;
}

.footer_area ul li p,
.footer_area ul li a {
  font-size: 14px;
  color: #2b2e2e;
  line-height: 24px;
}

.footer_area {
  padding-top: 20px;
  border-top: solid 1px #e0e0e0;
  padding-bottom: 20px;
}

.f_contact p {
  font-size: 14px;
  color: #2b2e2e;
}

.f_contact .work_time {
  margin-bottom: 6px;
}

.f_contact .phone_num {
  margin-top: 40px;
}

.f_contact .phone_num p {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 8px;
}

.footer_menu h3 {
  font-size: 16px;
  font-weight: normal;
  color: #2b2e2e;
  margin-bottom: 20px;
}

.footer_menu .f_menu_list li {
  margin-bottom: 10px;
}

.footer_menu .f_menu_list a {
  font-size: 14px;
  color: #666;
}

.footer_menu .f_menu_list a:hover {
  color: #1373C7;
}

.s_page {
  padding-top: 100px;
}

.s_page .logo h1 {
  background: url(../img/logo-blue.png);
  background-size: 100% 100%;
}

.s_page .menu_list .menu_item .txt {
  color: #2b2e2e;
}

.s_page .banner_txt {
  text-align: left;
  width: 1200px;
  margin: 0 auto;
}

.s_page .banner_txt h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: normal;
}

.s_page .banner_txt p {
  font-size: 16px;
  letter-spacing: 2px;
}

/*index_case*/
.index_case_area {
  padding: 70px 0;
}

.index_case_con {
  width: 1340px;
  margin: 0 auto;
}

.index_case_con .index_case_tit {
  text-align: center;
  margin-bottom: 70px;
}

.index_case_con .index_case_tit h3 {
  font-size: 24px;
  color: #2b2e2e;
  margin-bottom: 20px;
  font-weight: normal;
}

.index_case_con .index_case_tit p {
  font-size: 16px;
  color: #474747;
}

.index_case_box {
  position: relative;
}

.index_case_box .index_case_container {
  width: 1200px;
  margin: 0 auto;
  height: 360px;
}

.index_case_box .swiper-button-next,
.swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.index_case_box .swiper-button-next {
  right: 0px;
  width: 50px;
  height: 50px;
  background: url(../img/right-c2.png) no-repeat;
  background-size: 100% 100%;
}

.index_case_box .swiper-button-prev {
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../img/left-c2.png) no-repeat;
  background-size: 100% 100%;
}

.index_case_box .index_case_item {
  display: flex;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
}

.index_case_box .index_case_item .index_case_pic {
  width: 580px;
  height: 380px;
}

.index_case_box .index_case_item .index_case_pic img {
  width: 100%;
  height: 100%;
}

.index_case_item .index_case_des {
  width: 450px;
  margin-left: 80px;
  padding-top: 40px;
}

.index_case_item .index_case_des h3 {
  font-size: 20px;
  font-weight: bold;
  color: #2b2e2e;
  margin-bottom: 30px;
}

.index_case_item .index_case_des .c_line {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin-bottom: 30px;
  position: relative;
}

.index_case_item .index_case_des .c_line::after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #FF0000;
  position: absolute;
  right: 0;
  top: -3px;
}

.index_case_item .index_case_des h4 {
  font-size: 16px;
  font-weight: normal;
  color: #474747;
  margin-bottom: 16px;
}

.index_case_item .index_case_des p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.index_case_box {
  margin-bottom: 30px;
}

.f_right {
  float: right;
  width: 96px;
  margin-right: 20px;
}

.news_area {
  padding: 30px 0 150px 0;
}

.news_con {
  width: 1200px;
  margin: 0 auto;
}

.news_con .index_news_tit {
  height: 140px;
  background: url(../img/nt_bg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}

.news_con .index_news_tit h3 {
  font-size: 24px;
  font-weight: normal;
  color: #2b2e2e;
  text-align: center;
  line-height: 140px;
}

.news_con .index_news_list ul {
  display: flex;
  justify-content: space-between;
}

.news_con .index_news_list ul li {
  width: 27%;
}

.index_news_item .item_top {
  position: relative;
  border-right: solid 1px #ccc;
  padding-bottom: 16px;
}

.index_news_item .item_top::after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background-color: #FF0000;
  position: absolute;
  right: -3px;
  top: 0;
}

.index_news_item .item_pic img {
  width: 100%;
  height: 200px;
  display: block;
}

.index_news_item .item_top .cate {
  font-size: 12px;
  color: #969696;
  margin-bottom: 4px;
}

.index_news_item .item_top .date {
  font-size: 12px;
  color: #0042AB;
  margin-bottom: 10px;
}

.index_news_item .item_top .item_tit {
  width: 84%;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #2b2e2e;
}

.index_news_item .item_top .item_tit:hover {
  color: #0042AB;
}

.f_light {
  font-family: 'MiSans-Light';
}

/*服务支持*/
.service_box {
  padding: 70px 0;
}

.service_container {
  width: 1200px;
  margin: 0 auto;
}

.service_list li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ebebeb;
}

.service_list li .s_pic img {
  width: 540px;
  height: 356px;
  display: block;
}

.service_list li .s_des {
  padding-left: 50px;
}

.service_list li .s_des h4 {
  font-size: 22px;
  margin-bottom: 16px;
  color: #2b2e2e;
  font-weight: normal;
}

.service_list li .s_des h4 span {
  margin-right: 20px;
}

.service_list li .s_des p {
  font-size: 14px;
  color: #303030;
  line-height: 24px;
  text-align: justify;
  padding-left: 50px;
}

/*news*/

.nav-box {
  height: 50px;
  background-color: #F7F7F7;
}

.nav-item {
  display: block;
  height: 50px;
  line-height: 50px;
}

.nav-box .nav_links {
  margin-top: 13px;
}

.nav-box .nav_links img {
  height: 20px;
  margin-right: 20px;
}

.nav-box .nav_links span {
  font-size: 14px;
  color: #2b2e2e;
  line-height: 20px;
  margin-right: 20px;
}

.nav-box .nav_links span a {
  color: #2b2e2e;
}

.nav-box .nav_links .n_item a:hover {
  color: #0042AB;
}

.news_box {
  padding: 70px 0;
}

.news_container {
  width: 1200px;
  margin: 0 auto;
}

.news_box .news_list .news_item {
  display: flex;
  justify-content: flex-start;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news_box .news_list .news_item img {
  width: 432px;
  height: 270px;
  display: block;
  margin-right: 50px;
}

.news_box .news_list .news_item .news_item_des {
  margin-top: 70px;
}

.news_box .news_list .news_item .news_item_des a {
  margin-bottom: 30px;
  display: block;
  color: #303030;
  font-size: 22px;
}

.news_box .news_list .news_item .news_item_des a:hover {
  color: #0042AB;
}

.news_box .news_list .news_item .news_item_des span {
  font-size: 13px;
  color: #666;
}
.news_detail{
  padding: 70px 0;
}
.news_detail_con{
  width: 1200px;
  margin: 0 auto;
}
.nd_tit{
  text-align: center;
  margin-bottom: 20px;
}
.nd_tit h3{
  font-size: 26px;
  margin-bottom: 20px;
  color: #303030;
  font-weight: normal;
}
.nd_tit p{
  font-size: 14px;
  color: #666;
}
.news_detail .detail_box{
  padding: 36px  0;
  border-top: solid 3px #1A44A4;
  border-bottom: solid 3px #1A44A4;
}
.news_detail .detail_box p{
  font-size: 13px;
  color: #303030;
  margin-bottom: 30px;
  line-height: 24px;
  text-align: justify;
  text-indent: 30px;
  width: 100%;
}
.news_detail .detail_box p img{
  max-width: 100%;
}
.news_detail .np_links{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.news_detail .np_links a{
  font-size: 14px;
  display: block;
  padding: 0 32px;
  height: 32px;
  border: solid 1px #ebebeb;
  text-align: center;
  line-height: 32px;
}
.news_detail .np_links a:hover{
  background-color: #fafafa;
  color: #0042AB;
}


/* pages */
.pages {
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 12px;
  color: #666666;
}

.pages a:link,
.pages a:visited,
.pages a:active {
  background: #FFFFFF;
  border: #ffffff 1px solid;
  padding: 10px;
  text-decoration: none;
  color: #666;
  box-sizing: border-box;
}
.pages .current{
  background: #0C4CB2;
  border: #0C4CB2 1px solid;
  color: #FFFFFF;
  padding: 10px;
  text-decoration: none;
  box-sizing: border-box;
}
.pages a:hover {
  background: #0C4CB2;
  border: #0C4CB2 1px solid;
  color: #FFFFFF;
  padding: 10px;
  text-decoration: none;
  box-sizing: border-box;
}

.pages strong {
  background: #0C4CB2;
  padding: 10px;
  border: #0C4CB2 1px solid;
  color: #FFFFFF;
  box-sizing: border-box;
}

.pages_inp {
  width: 30px;
  border: #ffffff 1px solid;
  color: #666666;
  padding: 5px 8px 6px;
  text-align: center;
  box-sizing: border-box;
}

.pages_btn {
  width: 56px;
  border: #1373C7 1px solid;
  color: #FFFFFF;
  padding: 6px 8px 5px;
  background: #1373C7;
  font-weight: bold;
  font-size: 15px;
  box-sizing: border-box;
}

.pages label {
  background: #FFFFFF;
  border: #DDDDDD 1px solid;
  color: #666666;
  padding: 8px 10px 8px 10px;
  box-sizing: border-box;
}

.pages label em {
  color: red;
  font-weight: bold;
  font-style: normal;
}

.pages label span {
  font-weight: bold;
}

.pages cite {
  font-style: normal;
}
.pages .disabled{
  margin-left: 10px;
  margin-right: 10px;
}

/*contact*/
.contact_box {
  width: 100%;
  height: 600px;
  background: url(../img/dise5.png) no-repeat;
  background-size: 100% 100%;
}
.contact_box .contact_con{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.contact_box .contact_info{
  position: absolute;
  left: 0;
  top: 200px;
}
.contact_box .contact_info h3{
  font-size: 24px;
  color: #303030;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact_con .contact_info  p{
  font-size: 14px;
  color: #303030;
  margin-bottom: 10px;
}
.contact_con .contact_dw{
  position: absolute;
  right: 5%;
  top: 160px;
}
.contact_con .contact_dw .dw_txt{
  width: 270px;
  height: 100px;
  padding: 20px;
  /* background-color: #0042AB; */
  background: linear-gradient(to right, #0D59BC, #176CD4);
}
.contact_con .contact_dw .did{
  text-align: center;
  margin-top: 10px;
}
.contact_con .contact_dw .dw_txt .add{
  font-size: 12px;
  color: #fff;
  opacity: .5;
  margin-bottom: 10px;
  display: inline-block;
}
.contact_con .contact_dw .dw_txt .add_txt{
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 10px;
}
.contact_con .contact_dw .dw_txt .tel{
  display: flex;
}
.contact_con .contact_dw .dw_txt .tel i{
  display: inline-block;
  margin-right: 10px;
}
.contact_con .contact_dw .dw_txt .tel{
  font-size: 14px;
  color: #fff;
  line-height: 16px;
}
.mob_contact_info{
  display: none;
}

/* about */
.about-nav{
  height: 50px;
  overflow: hidden;
}
.about-nav .screen_item {
  display: flex;
}
.about-nav .screen_item a{
  display: inline-block;
  margin-left: 40px;
  font-size: 14px;
  line-height: 50px;
  color: #303030;
  height: 50px;
  box-sizing: border-box;
}
.about-nav  .active{
  color: #0042AB !important;
  border-bottom: solid 2px #0042AB;
}
.color-blue {
  color: #1373C7;

}
.time-tab {
  padding: 20px 0;
  height: 50px;
}

.time_line_con{
  width: 1200px;
  margin: 0 auto;
}

.time_line_con .time-tab{
  position: relative;
  background: url(../img/time_line.png) no-repeat;
}
.time-tab .t_prev_btn,.time-tab .t_next_btn{
  width: 40px;
  height: 40px;
}
.time-tab .t_prev_btn{
  position: absolute;
  left: -10px;
  top: -8px;
}
.time-tab .t_next_btn{
  position: absolute;
  right: -10px;
  top: -8px;
}
.time-tab .t_prev_btn img,.time-tab .t_next_btn img{
  width: 40px;
  height: 40px;
}
.time_line_con .time-tab .t_tab{
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
}
.time_line_con .time-tab a{
  width: 14%;
  font-size: 14px;
  color: #909090;
  display: block;
  text-align: center;
}
.time_line_con .time-tab a .time_dot{
  width: 6px;
  height: 6px;
  display: block;
  margin: 0 auto;
  margin-bottom: 4px;
  background-color: #909090;
}
.time_line_con .time-tab .active{
  color: #0042AB !important;
}
.time_line_con .time-tab .active .time_dot{
  background-color: #0042AB !important;
}
.about_box{
  background: url(../img/bg_a12.png) no-repeat;
  background-size: 100% 100%;
}
.introduction{
  padding: 80px 0 0 0;
}
.introduction_con{
  width: 1200px;
  margin: 0 auto;
}
.introduction_box{
  position: relative;
  display: flex;
  justify-content: space-between;
}
.introduction_box .in_left{
  height: 600px;
  width: 50%;
}
.introduction_box .in_left .tip{
  font-size: 24px;
  color: #606060;
  margin-bottom: 30px;
}
.introduction_box .in_left h4{
  font-size: 24px;
  color: #303030;
  margin-bottom: 80px;
}
.introduction_box .in_left .since{
  font-size: 80px;
  color: #0043AB;
}
.introduction_box .s_line{
  width: 1px;
  height: 100%;
  background-color: #CCC8C8;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
}
.introduction_box .blue_dot{
  width: 7px;
  height: 7px;
  background-color: #0042AB;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -3px;
  z-index: 4;
}
.introduction_box .blue_line{
  width: 1px;
  height: 4px;
  background-color: #0042AB;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
}
.introduction_box .in_right{
  height: 600px;
  width: 50%;
}
.introduction_box .in_right p{
  padding: 300px 50px 0 50px;
  text-indent: 30px;
  font-size: 14px;
  color: #303030;
  line-height: 1.8;
  text-align: justify;
}
.time_line{
  padding-bottom: 80px;
}
.time-info-box{
  margin-top: 50px;
}
.time_ctrl_con{
  width: 1100px;
  margin: 0 auto;
  display: none;
  overflow: hidden;
}
.time_ctrl_con:nth-child(1){
  display: block;
}
.time_ctrl_con .t_info{
  float: left;
  width: 50%;
  position: relative;
  height: 237px;
}
.time_ctrl_con .t_pic{
  float: right;
  width: 50%;
  text-align: right;
  position: relative;
  z-index: 9;
}
.time_ctrl_con .t_pic::after{
  content: '';
  width: 430px;
  height: 240px;
  display: block;
  z-index: 8;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  right: 0px;
  bottom: 0;
}
.time_ctrl_con .t_pic img{
  width: 430px;
  height: 240px;
  z-index: 9;
  margin-right: 10px;
  margin-bottom: 8px;
  position: relative;
}
.time_ctrl_con .t_info h3{
  font-size: 24px;
  color: #303030;
  margin-bottom: 14px;
  font-weight: normal;
}
.time_ctrl_con .t_info h4{
  font-size: 16px;
  color: #303030;
  margin-bottom: 36px;
  font-weight: normal;
  position: relative;
  padding-left: 14px;
}
.time_ctrl_con .t_info h4::before{
  content: '';
  width: 13px;
  height: 16px;
  display: block;
  background: url(../img/biaodian.png) no-repeat;
  position: absolute;
  left: 0;
  top: -6px;
}
.time_ctrl_con .t_info p{
  font-size: 14px;
  color: #303030;
  line-height: 1.5;
}
.time_ctrl_con .t_info .r_line{
  width: 100%;
  height: 3px;
  border-bottom: solid 1px #B5B3B3;
  z-index: 9;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.time_ctrl_con .t_info .r_line::after{
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  background-color: #FF0000;
  left: 0;
  top: 0;
}
.mob_about{
  display: none;
}
.honor {
  background: url(../img/ry_bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  min-height: 500px;
  padding-bottom: 70px;
  overflow: hidden;
}
.honor_con{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.ry_pic img{
  width: 580px;
}
.ry_pic{
  position: absolute;
  right: 0;
  bottom: -104px;
}
.honor_con .honor-content{
  width: 600px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.honor_con .honor-content li{
  width: 260px;
  padding: 20px 0;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  text-align: right;
  position: relative;
  margin-right: 20px;
}
.honor_con .honor-content li:nth-child(2n){
  margin-right: 0;
}
.honor_con .honor-content li:last-child{
  border-bottom: none;
}
.honor_con .honor-content li::after{
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #FF0000;
  position: absolute;
  left: 0px;
  top: 28px;
}
.honor_con h2{
  font-size: 24px;
  color: #303030;
  padding-top: 80px;
  margin-bottom: 50px;
  font-weight: normal;
}
.honor_swiper{
  padding: 70px 0;
  position: relative;
}
.h_swiper_con{
  width: 1200px;
  margin: 0 auto;
}
.honor_swiper .swiper-pagination{
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -8px;
}
.honor_swiper  .swiper-pagination-bullet {
  width: 20px;
  height: 8px;
  border-radius: 0;
  margin: 0 2px;
}

/*case*/
.case_box{
  padding: 70px 0;
}
.case_con{
  width: 1200px;
  margin: 0 auto;
}
.case_con .case_type{
  font-size: 22px;
  color: #303030;
  font-weight: normal;
  margin-bottom: 30px;
}
.case_list li{
  display: flex;
  justify-content: flex-start;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ebebeb;
  cursor: pointer;
}
.case_list{
  padding: 30px 0;
  border-top: solid 1px #ebebeb;
}
.case_list li .case-img-box{
  position: relative;
  width: 540px;
  height: 270px;
  margin-right: 80px;
}
.case_list li .case-img-box .mask_box{
  display: none;
  width: 540px;
  height: 270px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(12, 84, 186, .8); 
}
.case_list li .mask_show .mask_box{
  display: block;
}
.case_list li .case-img-box .mask_box p{
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.case_list li .case-img-box .mask_box p:first-child{
  margin-top: 100px;
}
.case_list li .case-img-box .mask_box p img{
  width: 44px;
}
.case_list li .case-info h3{
  font-size: 22px;
  font-weight: normal;
  color: #303030;
  margin-bottom: 30px;
}
.case_list li .case-info h3:hover{
  color: #0042AB;
}
.case-img-box #viewer img{
  display: none;
}
.case-img-box #viewer img:first-child{
  display: block; width:540px; height:270px;
}

/*产品中心*/
.nav_tab{
  position: relative;
  bottom: 76px;
}
.case_box1{
  padding-bottom: 70px;
}
.nav_tab_con{
  width: 1200px;
  margin: auto;
}
.p_tab{
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 0px 12px rgba(0, 0, 0, .08);
}
.p_tab ul{
  display: flex;
  justify-content: flex-start;
  padding: 20px 30px;
}
.p_tab ul:nth-child(2){
  padding-top: 0;
}
.p_tab ul li{
  padding: 4px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  margin-right: 20px;
  cursor: pointer;
}
.p_tab ul li h3{
  font-size: 16px;
  color: #303030;
  line-height: 24px;
}
.p_tab ul .active{
  background-color: #0042AB;
  color: #fff;
}
.p_tab .p_cate_name{
  font-size: 16px;
  color: #303030;
  line-height: 32px;
  margin-right: 36px;
}
.t_bold{
  font-weight: bold;
}
.p_nav_links span,.p_nav_links a{
  color: #fff;
}
.p_list_box  li{
  box-shadow: 1px 0px 12px rgba(0, 0, 0, .08);
  margin-bottom: 30px;
}
.p_list_box .c_pad{
  padding: 0px 0 0 50px;
  display: flex;
  justify-content: space-between;
}
.p_list_box li .case_pic{
  width: 520px;
  height: 300px;
  z-index: 7;
}
.p_list_box li .case_pic img{
  width: 520px;
  height: 300px;
}
.mob_case_pic{
  display: none;
}
.p_list_box li{
  position: relative;
}
.p_list_box li .case_info{
  width: 500px;
  padding-top: 70px;
  padding-bottom: 30px;
  z-index: 10;
}
.p_list_box li .case_info h3{
  font-size: 22px;
  margin-bottom: 20px;
  color: #303030;
  font-weight: normal;
}
.p_list_box li .case_info p{
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  text-align: justify;
  height: 80px;
  overflow: hidden;
}
.p_list_box li .p_mask{
  display: none;
  position: absolute;
  width: 1200px;
  height: 300px;
  left: 0;
  top: 0;
  background: url(../img/bg_jb.png) no-repeat;
  z-index: 8;
  background-size: 70% 100%;
  opacity: 0.9;
}
.p_list_box .p_mask_show .p_mask{
  display: block;
}
.p_list_box .p_mask_show .case_info h3{
  color: #fff;
}
.p_list_box .p_mask_show .case_info p{
  color: #fff;
}
.p_list_box .p_mask_show .index_more a{
  color: #fff;
}
/*产品*/
.p_detail{
  padding: 70px 0 120px 0;
  background: url(../img/di2.jpg) no-repeat;
  background-size: 100% 100%;
}
.p_detail_con{
  width: 1200px;
  margin: 0 auto;
}
.p_detail_top{
  display: flex;

}
.p_detail_top .p_pic{
  width: 590px;
  height: 390px;
}
.p_detail_top .p_pic img{
  width: 590px;
  height: 390px;
}
.p_detail_top .p_des{
  width: 500px;
  margin-left: 50px;
  padding-top: 60px;
}
.p_detail_top .p_des h4{
  font-size: 22px;
  color: #303030;
  margin-bottom: 20px;
  font-weight: normal;
}
.p_detail_top .p_des p{
  font-size: 13px;
  line-height: 1.8;
  color: #303030;
  margin-bottom: 20px;
  text-align: justify;
}
.p_detail_top .p_des .zx_phone{
  display: flex;
}
.p_detail_top .p_des .zx_phone .phone_icon{
  width: 16px;
  margin-right: 16px;
}
.p_detail_top .p_des .zx_phone span{
  display: inline-block;
  font-size: 14px;
  color: #303030;
  line-height: 1.5;
  margin-right: 10px;
}
.p_detail_top .p_des .zx_phone .p_num{
  color: #0042AB;
}
.p_detail_top .p_des .back_list{
  margin-top: 20px;
}
.p_detail_top .p_des .back_list a{
  width: 120px ; line-height:30px; float:left;
  height: 30px ;
  text-align: center; 
  outline: none;
  border-radius: 0;
  border: none;
  background-color: #303030;
  color: #fff;
}
.p_detail_top .p_des .back_list a:hover{
  background-color: #0042AB;
}
.p_detail_txt{
  padding: 70px 0;
  background: url(../img/detail_bg.png) no-repeat;
  background-size: 100% 100%;
}
.p_detail_txt_con{
  width: 1200px;
  margin: 0 auto;
}

.detail{
  position: relative;
}
.detail .d_tit{
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.detail .d-item p{
  font-size: 16px;
  line-height: 26px;
  color: #434343;
  margin-bottom: 16px;
}
.detail .d-item .trait{
  width: 100%;
  background-color: #fff;
  margin-top: 30px;
}
.detail .d-item .trait h4{
  padding: 20px 30px;
  font-size: 20px;
  color: #1373C7;
  border-bottom: solid 1px #ededed;
}
.detail .d-item .trait ul{
  padding: 20px 30px;
}
.detail .d-item .trait ul li{
  font-size: 16px;
  color: #434343;
  padding: 20px 0;
  padding-left: 30px;
  border-bottom: solid 1px #ededed;
  position: relative;
}
.detail .d-item .trait ul li:last-child{
  border-bottom: none;
}

.detail .d-item.active{
  display: block;
}
.d-item .param{
  background-color: #fff;
  border: solid 1px #ededed;
}
.d-item .param .param-item{
  border-bottom: solid 1px #ededed;
}
.param .p-tit{
  font-size: 18px;
  color: #434343;
  text-align: center;
  width: 170px;
  vertical-align:middle;
  background-color: #f5f5f5;
  border-right: solid 1px #ededed;
}
.param .p-mes{
  font-size: 14px;
  color: #434343;
  line-height: 28px;
  padding: 20px 50px;
}
.param tr{
  border-bottom: solid 1px #ededed;
}
.param tr:last-child{
  border-bottom: none;
}
.recommend{
  background-color: #fff;
  padding-top: 30px;
}
.recommend h3{
  font-size: 20px;
  margin-bottom: 20px;
}
.border-bottom{
  border-bottom: solid 1px #ededed;
}

.s_item .ser_icon{
  width: 56px;
  height: 56px;
  margin: 0 auto;
  margin-top: 30px;
  border: solid 1px #fff;
  border-radius: 50%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_con .s_box .s_right ul li .s_item {
  width: 150px;
  height: 150px;
  border: solid 1px #fff;
  text-align: center;
  box-sizing: border-box;
}

.service_con .s_box .s_right ul li .s_item p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.s_item .ser_icon .iconfont{
  font-size: 30px;
  color: #fff;
  z-index: 10;
  
}
.s_hover .s_item {
  border: solid 1px transparent !important;
  background: linear-gradient(to right, #042A6F, #073C92);
}
.s_hover .s_item .ser_icon{
  background-color: #fff;
  color: #fff;
}
.s_hover .s_item .ser_icon .iconfont{
  color: #0042AB;
}
.pdc_tt{
  position: absolute;
  top: 100%;
  left: -320px;
  background-color: #fff;
  z-index: 199;
  padding: 20px 0px 20px 30px;
  width: 720px;
}
.pdc_tt dl{
  float: left;
  width: 144px;
}
.pdc_tt dl dt{
  font-size: 14px;
  color: #043762;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 16px;
}
.pdc_tt dl ul li{
  padding-left: 10px;
  position: relative;
  margin-bottom: 16px;
}
.pdc_tt dl ul li a{
  font-size: 13px;
  color: #434343;
}
.pdc_tt dl ul li::before{
  content: '';
  width: 4px;
  height: 4px;
  background-color: #434343;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}
.pdc_tt dl ul li a:hover{
  color: #1373C7;
}
.since_pic img{width: 630px;}
.case_txt{
  font-size: 13px;
  margin-top: 20px;
  text-align: justify;
  color: #666;
  line-height: 1.5;
}
.mb_index_benner{
  display: none !important;
}
.banner_con .en_txt{
  width: 100%;
  height: 56px;
  position: absolute;
  top: 300px;
  z-index: 99;
  background: url(../img/banner_en.png) no-repeat;
  background-size: 100% 100%;
}
.banner_con .x_line{
  width: 100%;
  height: 1px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 334px;
}
.banner_con .x_line::before{
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background-color: #FF0000;
  position: absolute;
  left: 20%;
  bottom: -3px;
}
.index_since{
  display: block;
  margin-top: 40px;
  margin-bottom: 10px;
 }
 .index_since img{
  width: 480px;
 }
 .about_con .a_des h3 {
  display: none;
 }
/*11-24调整css*/
 .index_news_item .item_pic{
  box-shadow: 0px 10px 12px rgba(0, 0, 0, .08);
 }
 .ab_btn{
  transition: all .2s;
 }
 .ab_btn:hover{
  transform: scale(1.2);
 }

 .index_case_box .swiper-button-next {
  top: 55%;
  right: 0px;
  width: 50px;
  height: 50px;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 0px 12px rgba(0, 0, 0, .08);
}

.index_case_box .swiper-button-prev {
  top: 55%;
  left: 0;
  width: 50px;
  height: 50px;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 0px 12px rgba(0, 0, 0, .08);
}
.index_case_box .swiper-button-prev i, .index_case_box .swiper-button-next i{
  font-size: 24px;
  color: #cdcdcd;
}
.si_hover{
  background-color: #0042AB !important;
}
.si_hover i{
  color: #fff !important;
}
.detail_box p{
  text-indent: 0 !important;
}
.pages_inp{
  display: none;
 }
 .pages_btn{
  display: none;
 }
 .p_list_box li .p_links{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 10;
 }

 .color_f a span{
  background-color: #fff;
}
.p_list_box li .index_more a .jt_blue{
  display: none;
}
.p_mask_show .index_more a .jt_white{
  display: none !important;
}
.p_mask_show .index_more a span{
  background-color: #fff;
}
.p_mask_show .index_more a .jt_blue{
  display: block !important;
  margin: 0 auto;
  margin-top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0, -50%);
}

/*弹窗*/
.case_pop{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1009;
  background-color: rgba(255, 255, 255, 0.95);
 }
 .case_pop_detail{
  width: 1300px;
  margin: 0 auto;
 }
 .case_pop_detail .case_pop_con{
  padding-top: 82px;
 }
 .case_pop_detail .case_swiper_con{
  width: 1120px;
  margin: 0 auto;
 }
 .case_pop_detail .swiper-slide img{
  width:1120px;
  height: 650px;
 }
 .case_pop .case_pop_tit{
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: #0042AB;
  position: absolute;
  left: 0;
  bottom: 0;
  letter-spacing: 2px;
 }
 .case_pop_close{
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
 }
 .case_pop_close i{
  font-size: 24px;
  color: #666;
 }

 .case_pop .swiper-button-next {
  top: 50%;
  right: 20px;
  width: 50px;
  height: 50px;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 0px 12px rgba(0, 0, 0, .08);
}

.case_pop .swiper-button-prev {
  top: 50%;
  left: 20px;
  width: 50px;
  height: 50px;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 0px 12px rgba(0, 0, 0, .08);
}
.case_pop .swiper-button-prev i, .case_pop .swiper-button-next i{
  font-size: 24px;
  color: #cdcdcd;
}
.si_hover{
  background-color: #0042AB !important;
}
.si_hover i{
  color: #fff !important;
}
.index_news_list{
  margin-bottom: 20px;
}
.p_tab a{
  font-size: 14px;
  color: #666;
}

.time_ctrl_con .t_info p span{
  margin-top: 10px;
  display: inline-block;
}