.width1200{ min-width:1200px;}
.indexcontent1600{ min-width:1200px; padding:0 50px; max-width:1700px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent1400{ min-width:1200px; padding:0 50px; max-width:1600px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent{ min-width:1300px; padding:0 50px; max-width:1300px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent2{ margin:0 auto; max-width:1400px; min-width:1200px;}
@font-face {
  font-family: 'fonttimes';
  src: url('../fonts/times.ttf');
}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
a.bs:hover{ text-decoration:underline;}
.block{ display:block;}
.fl {
  float: left;
}

.fr {
  float: right;
}
.enlarge8{
  -moz-transition:all 0.8s; /* Firefox 4 */
  -webkit-transition:all 0.8s; /* Safari and Chrome */
  -o-transition:all 0.8s; /* Opera */
  transition:all 0.8s;
  cursor: pointer;
}

.enlarge4{
  -moz-transition:all 0.4s; /* Firefox 4 */
  -webkit-transition:all 0.4s; /* Safari and Chrome */
  -o-transition:all 0.4s; /* Opera */
  transition:all 0.4s;
  cursor: pointer;
}
.ellipsis{
  overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}
.ellipsis2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.clearfix::after {
  content: "";
  clear: both;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
  font-size: 1px;
  width: 1px;
  height: 0;
  visibility: hidden;
  zoom: 1;
}

.content{ font-size:16px; color:#555555; line-height:30px;}
.content *{ line-height:30px;}
.content img{ max-width:100%;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #555555; background: #edf2f8; border:#edf2f8 1px solid; display: inline-block; width: 40px; line-height: 40px; line-height: 40px; margin-right: 8px; font-size: 16px; color: #999999; border-radius:10px;}
.pages a.active { background: #0353a5; border:#0353a5 1px solid; color: #fff }
.pages a:hover {  background: #0353a5; border:#0353a5 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 86px; line-height: 40px; line-height: 40px;}



/*悬浮*/
.fixed-box{
  position: fixed;
  right: 10px;
  top: 50%; margin-top:-177px;
  z-index: 9;
}
.fixed-box a{
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 1px;
  background:#019d3c;
}
.fixed-box .ico{ padding-top:5px; height:35px; text-align:center; line-height:35px;}
.fixed-box .ico img{ vertical-align:middle;}
.fixed-box .ico_txt{ font-size:12px; color:#fefefe; line-height:24px; text-align:center;}
.fixed-box a.goTop{
  background:#019d3c url(../images/xf_goto.png) no-repeat center;
}
.fixed-box .phone-box{
  
  position: relative;
}
.fixed-box .phone-box .phone{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 180px;
  height: 70px;
  background-color: #666;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 70px;
  top: 0px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  opacity: 0;
}
.fixed-box .phone-box .phone span{
  font-weight: 800;
}

.fixed-box .phone-box:hover .phone{
  opacity: 1;
}
.fixed-box .ecode{
  position: relative;
}
.fixed-box .ecode .img{
  position: absolute;
  left: -155px;
  top: -45px;
  width: 150px;
  display: none;
}
.fixed-box .ecode .img img{
  width: 100%;
  object-fit: cover;
}
.fixed-box .ecode:hover .img{
  display: block;
}
/*首页*/
body{ background:#fff;}




/*首页*/
.h300{ height:300px;}
.h200{ height:200px;}
.h150{ height:150px;}
.h120{ height:120px;}
.h100{ height:100px;}
.h80{ height:80px;}
.h70{ height:70px;}
.h60{ height:60px;}
.h50{ height:50px;}
.h40{ height:40px;}
.h30{ height:30px;}
.h20{ height:20px;}
.h10{ height:10px;}
.h5{ height:5px;}

.banner-container img{ display:block; width:100%; object-fit: cover;}
.banner-pagination{ position:absolute; left:0; bottom:10px !important; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:12px; height:12px; background:#fff; opacity:0.4; margin:0 5px !important; transition:all 0.3s;}
.banner-pagination .swiper-pagination-bullet-active{ opacity:1;}

.banner_txt{ position:absolute; left:50%; top:50%; margin-left:-500px; margin-top:-110px; opacity:0; background:rgba(0,0,0,0.3); padding:30px 0; width:1000px; transition:all 1.0s;}
.banner_txt .txt1{ font-size:74px; color:#ffffff; font-weight:bold; line-height:80px; text-align:center;}
.banner_txt .txt2{ font-size:34px; color:#ffffff; font-weight:bold; line-height:80px; text-align:center;}
/*.ani-slide .banner_txt{
	transform:translate(-50%,-50%);
	opacity:1;
}*/


.top1{ background:#fff; height:108px;}
.top1 .top_logo{ position:absolute; left:50px; top:22px;}
.top1 .top1_r{ position:absolute; right:50px; top:40px;}
.top1_r_list li{ float:left; width:130px; height:30px; line-height:30px;}
.top1_r_list li .ico{ position:relative; top:-2px; margin-right:5px;}
.top2{ background:#0353a5; height:48px; border-bottom:#84142c 4px solid;}

.i_d1_title{ position:relative;}
.i_d1_title1{ font-size:28px; line-height:50px; height:50px; color:#0353a5; font-weight:bold; border-bottom:#891a32 1px solid; position:relative;}
.i_d1_title1 .hr{ position:absolute; bottom:-2px; height:3px; width:112px; background:#891a32;}
.i_d1_title1 a.more{ display:block; position:absolute; right:0; top:10px; line-height:30px; font-size:16px; color:#888888;}
.i_d1_title1 a.more .ico{ position:relative; top:-2px; margin-right:5px;}
.i_d1_title2{ font-size:16px; line-height:35px; height:35px; color:#85132b; text-transform:uppercase;}
.i_d1_img{ float:left; width:51%; height:406px; object-fit: cover; border-radius:10px;}
.i_d1_list{ float:right; width:47%;}
.i_d1_list li{ position:relative; padding-left:70px; padding-top:12px; margin-top:12px; border-top:#e5edf6 1px solid;}
.i_d1_list li .txt1{ font-size:16px; color:#555555; line-height:30px; height:30px; transition:all 0.3s;}
.i_d1_list li .txt2{ font-size:14px; color:#555555; line-height:30px; height:30px;}
.i_d1_list li .rq{ position:absolute; left:0; top:14px; width:60px; height:60px; background:#0353a5; border-radius:10px;}
.i_d1_list li .rq .rq_txt1{ font-size:14px; color:#81a9d2; line-height:20px; padding-top:8px; text-align:center;}
.i_d1_list li .rq .rq_txt2{ font-size:16px; color:#fff; line-height:25px; text-align:center;}
.i_d1_list li:nth-child(1){padding-top:0; margin-top:0; border-top:0;}
.i_d1_list li:nth-child(1) .rq{ top:0px;}
.i_d1_list li:hover .txt1{ color:#891a32;}

.i_d2{ background:#f2f6fa;}
.i_d2_title{ background: url(../images/i_d2_title_bg.png) no-repeat center; height:134px;}
.i_d2_title .title1{ font-size:34px; color:#0353a5; line-height:60px; font-weight:bold; text-align:center; padding-top:30px;}
.i_d2_title .title2{ font-size:16px; color:#555555; line-height:30px; text-align:center;}

.i_d2_list li{ float:left; width:30%; margin-left:5%; background:#fff; border-radius:20px; padding:20px; box-sizing:border-box;}
.i_d2_list li:nth-child(3n+1){ margin-left:0;}
.i_d2_list li .ico_box{ background: url(../images/i_d2_ico_bg.png) no-repeat center; width:160px; height:145px; margin:0 auto; margin-top:-80px;}
.i_d2_list li .ico_box .ico{ line-height:50px; text-align:center; padding-top:25px;}
.i_d2_list li .ico_box .txt{ font-size:24px; color:#ffffff; line-height:50px; text-align:center; font-weight:bold;}
.i_d2_list li .txt1{ font-size:16px; color:#555555; line-height:35px; padding-left:25px; background: url(../images/i_d2_tb.png) repeat-y left center; box-sizing:border-box; width:240px; margin:0 auto; margin-top:25px; height:175px;}
.i_d2_list li .txt1 *{ line-height:35px;}
.i_d2_list li .img{ line-height:211px; text-align:center; margin-top:20px;}
.i_d2_list li .img img{ height:211px;}
.i_d2_list li .txt2{ font-size:16px; color:#555555; line-height:30px; text-align:center; margin-top:10px;}
.i_d2_list li:hover{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}

.i_d3_list li{}
.i_d3_list li .box{ background:#fff; border-radius:20px; background: url(../images/i_d3_bg1.png) no-repeat center; background-size:cover; height:418px; padding:120px 25px 0 25px; box-sizing:border-box; transition:all 0.3s;}
.i_d3_list li .box:hover{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.i_d3_list li .ico{ line-height:90px; text-align:center;}
.i_d3_list li .title{ font-size:18px; color:#044099; line-height:50px; font-weight:bold; text-align:center;}
.i_d3_list li .txt{ font-size:14px; color:#424242; line-height:22px; margin-top:10px;}
.i_d3_list li a.i_d3_bt{ display:block; width:100%; height:46px; line-height:46px; border-radius:10px; background:#044099; margin:0 auto; margin-top:20px; font-size:16px; color:#ffffff; text-align:center; transition:all 0.3s;}
.i_d3_list li a.i_d3_bt .ico{ position:relative; top:-2px; margin-right:10px;}
.i_d3_list li a.i_d3_bt:hover{ background:#1454b3;}

.i_d4{ background: url(../images/i_d4_bg.png) no-repeat center; height:485px; padding:0 50px;}
.i_d4_title1{ font-size:28px; color:#ffffff; font-weight:bold; line-height:50px; text-align:center; padding-top:35px;}
.i_d4_title2{ font-size:14px; color:#ffffff; line-height:30px; text-align:center;}
.i_d4_list{ margin-top:50px;}
.i_d4_list li{ float:left; width:142px; margin-left:49px; background: url(../images/i_d4_bg1.png) no-repeat center; height:152px; box-sizing:border-box; padding:50px 15px 0 15px;}
.i_d4_list li:nth-child(6n+1){ margin-left:0;}
.i_d4_list li .title{ font-size:18px; color:#044099; line-height:40px; text-align:center; font-weight:bold;}
.i_d4_list li .txt{ font-size:14px; color:#424242; line-height:25px; text-align:center;}
.f_ms_inp{ float:left; width:448px; height:50px; box-sizing:border-box; padding:0 15px; outline:none; font-size:14px; color:#ffffff; background:#3277cf; border-radius:10px; border:0;}
.f_ms_inp::placeholder { color: #fff;}
.f_ms_l{ margin-left:25px;}
.f_ms_bt{ float:right; width:158px; height:50px; box-sizing:border-box; outline:none; font-size:16px; color:#ffffff; background:#85132b; border-radius:10px; border:0; cursor:pointer;}

.i_d5{ background:#f2f6fa;}
.i_d5_l{ float:left; width:584px;}
.i_d5_l_box{ background:#fff; padding:22px 22px 22px 22px; border-radius:10px; transition:all 0.3s;}
.i_d5_l_box:hover{  box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.i_d5_r_box_mt{ margin-top:14px;}
.i_d5_list li{ padding-left:110px; line-height:44px; color:#555555; border-bottom:#e5edf6 1px solid; position:relative;}
.i_d5_list li a{ color:#555555;}
.i_d5_list li .rq{ position:absolute; left:0; top:0; font-size:16px; color:#044099; line-height:44px;}
.i_d5_r{ float:right; width:584px;}
.i_d5_r_box{ padding:15px 0; background:#fff; border-radius:10px; transition:all 0.3s;}
.i_d5_r_box:hover{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.i_d5_r_box .ico_box{ float:left; width:190px; height:95px; box-sizing:border-box; border-right:#e5edf6 1px solid;}
.ico_box .ico{ line-height:60px; text-align:center;}
.ico_box .txt{ font-size:18px; color:#044099; line-height:35px; text-align:center; font-weight:bold;}
.i_d5_r_list{ float:right; width:390px; padding:0 20px; padding-top:2px; box-sizing:border-box;}
.i_d5_r_list li{ float:left; width:50%; padding-left:12px; box-sizing:border-box; font-size:16px; color:#555555; line-height:30px; position:relative;}
.i_d5_r_list li:after{content: "";width:5px; height: 5px; position: absolute; left: 0px; top:50%; transform:translateY(-50%); background:#044099; border-radius:50%;}
.i_d5_r_list li a{ color:#555555;}

.i_d6{ position:relative;}
.i_d6_bg{ display:block; width:100%;}
.i_d6_list{ position:absolute; left:50px; right:50px; bottom:40px;}
.i_d6_list li{ float:left; margin-left:45px;}
.i_d6_list li .box{ width:184px; height:160px; background:rgba(255,255,255,0.9); border-radius:20px; box-sizing:border-box; padding-top:20px; transition:all 0.3s;}
.i_d6_list li:hover .box{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.i_d6_list li:nth-child(5n+1){ margin-left:0;}
.i_d6_list li .ico{ line-height:60px; text-align:center;}
.i_d6_list li .txt1{ font-size:18px; color:#555555; line-height:30px; font-weight:bold; text-align:center;}
.i_d6_list li .txt2{ font-size:18px; color:#044099; line-height:30px; font-weight:bold; text-align:center;}
.i_d7_img{ float:left; display:block; width:682px; border-radius:10px;}
.i_d7_txt{ float:right; width:477px; font-size:16px; color:#555555; line-height:25px;}
.i_d7_txt *{ line-height:25px;}
.i_d7_list{ float:left; width:682px;}
.i_d7_list li{ float:left; width:329px; height:187px; overflow:hidden; border-radius:10px; position:relative; margin-left:24px; margin-top:24px;}
.i_d7_list li:nth-child(2n+1){ margin-left:0;}
.i_d7_list li:nth-child(1),
.i_d7_list li:nth-child(2){ margin-top:0;}
.i_d7_list li .img{ display:block; width:329px; height:187px;}
.i_d7_list li .img img{ display:block; width:329px; height:187px;}
.i_d7_list li .txt{ position:absolute; left:10px; right:10px; bottom:10px; box-sizing:border-box; background:rgba(0,0,0,0.5); padding:0 10px; line-height:40px; font-size:16px; color:#fff; border-radius:10px;}
.i_d7_box{ float:right; background: url(../images/i_d7_box_bg.png) no-repeat center; width:477px; height:393px; border-radius:10px; box-sizing:border-box; padding:35px 30px;}
.i_d7_box_t{ padding-left:163px; height:40px; position:relative;}
.i_d7_box_t .i_d7_box_logo{ position:absolute; left:0; top:0;}
.i_d7_box_t .i_d7_box_t_txt{ padding-left:14px; font-size:28px; color:#ffffff; font-weight:bold; line-height:40px; position:relative;}
.i_d7_box_t .i_d7_box_t_txt:after{content: "";width:1px; height: 35px; position: absolute; left: 0px; top:50%; transform:translateY(-50%); background:#6d9bcb;}
.i_d7_box_list li{ float:left; width:194px; height:100px; background:#0f61b6; border-radius:10px; margin-left:28px; margin-top:28px;}
.i_d7_box_list li:nth-child(2n+1){ margin-left:0;}
.i_d7_box_list li:nth-child(1),
.i_d7_box_list li:nth-child(2){ margin-top:0;}
.i_d7_box_list li .ico{ padding-top:10px; line-height:50px; text-align:center;}
.i_d7_box_list li .txt{ font-size:16px; color:#ffffff; line-height:30px; text-align:center;}
.i_d7_box_list li .txt1{ padding-top:10px; line-height:50px; text-align:center; font-size:30px; color:#ffffff; font-weight:bold;}
.i_d7_box_list li .txt1 span.dw{ font-size:16px; margin-left:5px; position:relative; top:-5px;}

.i_d8_list li{ float:left; width:220px; margin-left:20px; margin-top:40px; background:#f2f6fa; overflow:hidden; border-radius:10px;}
.i_d8_list li:nth-child(5n+1){ margin-left:0;}
.i_d8_list li:nth-child(1),
.i_d8_list li:nth-child(2),
.i_d8_list li:nth-child(3),
.i_d8_list li:nth-child(4),
.i_d8_list li:nth-child(5){ margin-top:0;}
.i_d8_list li img{ width:220px; height:150px; border-radius:10px;}
.i_d8_list li .txt{ padding:10px; font-size:14px; color:#000000; line-height:20px; text-align:center; height:40px;}
.i_d8_list li .txt *{ line-height:20px;}

.i_d8_container{ position:relative; padding-bottom:50px;}
.i_d8_pagination{ position:absolute; left:0; bottom:10px !important; width:100%; text-align:center; z-index:2;}
.i_d8_pagination .swiper-pagination-bullet{ width:12px; height:12px; background:#0353a5; opacity:0.4; margin:0 5px !important; transition:all 0.3s;}
.i_d8_pagination .swiper-pagination-bullet-active{ opacity:1;}


.footer_t{ background:#85132b; height:4px; margin-bottom:4px;}
.footer{ background:#0353a5;}
.footer_logo{ text-align:center;}
.footer_nav_list{ border-bottom:#3575b7 1px solid;}
.footer_nav_list li{ float:left; width:10%; text-align:center; font-size:16px; color:#fff; line-height:35px; padding:10px 0;}
.footer_nav_list li a{ color:#fff;}
.footer_l{ float:left; width:560px; box-sizing:border-box; padding-right:20px; font-size:14px; color:#ffffff; line-height:30px;}
.footer_l *{ line-height:30px;}
.footer_c{ float:left; width:360px; padding-top:25px;}
.footer_dh_title{ font-size:16px; color:#fff; line-height:30px;}
.footer_dh_title .ico{ position:relative; top:-2px; margin-right:5px;}
.footer_dh_txt{ font-size:22px; color:#fff; line-height:35px;}
.footer_r{ float:right;}
.footer_ewm_list li{ float:left; width:103px; height:103px; margin-left:18px; background:#fff; object-fit: contain;}
.footer_ewm_list li img{ display:block; width:100%;}
.footer_ewm_list li .txt{ font-size:14px; color:#ffffff; line-height:30px; margin-top:5px; text-align:center;}
.footer2_txt{ border-top:#3575b7 1px solid; padding:15px 0; text-align:center; font-size:14px; color:#9abadb; line-height:30px;}
.footer2_txt *{ line-height:30px;}
.footer2_txt a{ color:#9abadb;}

.zxkf{width:89px;/* height:354px; */position:fixed;right:20px;top:25%;/*float:right;*//*margin:50px 0 0 50px;*/z-index:9;}
.zxkf li{ position:relative;}
.zxkf li .ewm_box{ display:none; position:absolute; right:100px; top:50%; background:#fff; width:150px; transform:translateY(-50%);}
.zxkf li .ewm{ display:block; width:150px; height:150px;  object-fit: contain;}
.zxkf li .txt{ font-size:14px; text-align:center; line-height:30px; padding-bottom:5px; text-align:center;}
.zxkf li:hover .ewm_box{ display:block;}



/*关于我们*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; height:289px; object-fit: cover;}

.ab_d1_txt{ font-size:16px; color:#555555; line-height:30px;}
.ab_d1_txt *{ line-height:30px;}
.ab_d2_list li{ float:left; width:32.5%; margin-left:1.25%; margin-top:20px; background:#f2f6fa; border-radius:20px; padding:10px 30px; height:210px; box-sizing:border-box;}
.ab_d2_list li:nth-child(3n+1){ margin-left:0;}
.ab_d2_list li:nth-child(1),
.ab_d2_list li:nth-child(2),
.ab_d2_list li:nth-child(3){ margin-top:0;}
.ab_d2_list li .ab_d2_top{ border-bottom:#cad8e5 1px solid; padding:15px 0 15px 60px; position:relative;}
.ab_d2_list li .ab_d2_top .ico{ position:absolute; left:0; bottom:50%; transform:translateY(50%);}
.ab_d2_list li .ab_d2_top .title1{ font-size:20px; color:#0353a5; font-weight:bold; line-height:30px;}
.ab_d2_list li .ab_d2_top .title2{ font-family: 'fonttimes'; font-size:16px; color:#044099; line-height:30px; text-transform:uppercase;}
.ab_d2_list li .txt{ font-size:16px; color:#555555; line-height:25px; margin-top:15px;}
.ab_d2_list li .txt *{ line-height:25px;}

.ab_d3_list{}
.ab_d3_list li{ float:left; width:23%; height:187px; overflow:hidden; border-radius:10px; position:relative; margin-left:2.66%; margin-top:24px;}
.ab_d3_list li:nth-child(4n+1){ margin-left:0;}
.ab_d3_list li:nth-child(1),
.ab_d3_list li:nth-child(2),
.ab_d3_list li:nth-child(3),
.ab_d3_list li:nth-child(4){ margin-top:0;}
.ab_d3_list li .img{ display:block; width:100%; height:187px; object-fit: cover;}
.ab_d3_list li .img img{ display:block; width:100%; height:187px; object-fit: cover;}
.ab_d3_list li .txt{ position:absolute; left:10px; right:10px; bottom:10px; box-sizing:border-box; background:rgba(0,0,0,0.5); padding:0 10px; line-height:40px; font-size:16px; color:#fff; border-radius:10px;}

.ab_d4_title{ background: url(../images/ab_d4_title_bg.png) no-repeat center; height:134px;}
.ab_d4_title .title1{ font-size:34px; color:#0353a5; line-height:60px; font-weight:bold; text-align:center; padding-top:20px;}
.ab_d4_title .title2{ font-family: 'fonttimes'; font-size:16px; color:#85132b; line-height:30px; text-transform:uppercase; text-align:center;}
.ab_d4_title2{ background: url(../images/i_d2_title_bg.png) no-repeat center; height:134px;}
.ab_d4_title2 .title1{ font-size:34px; color:#0353a5; line-height:60px; font-weight:bold; text-align:center; padding-top:20px;}
.ab_d4_title2 .title2{ font-family: 'fonttimes'; font-size:16px; color:#85132b; line-height:30px; text-transform:uppercase; text-align:center;}


/*新闻列表页*/
.news_list li{ margin-top:40px; padding-left:270px; background:#fafafa; overflow:hidden; border-radius:10px; height:172px; position:relative; transition:all 0.3s;}
.news_list li:hover{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.news_list li:nth-child(1){ margin-top:0;}
.news_list li .img{ position:absolute; left:0; top:0; overflow:hidden; border-radius:10px;}
.news_list li .img img{ display:block; width:240px; height:172px;}
.news_list li .title{ font-size:18px; color:#555555; font-weight:bold; line-height:40px; padding-top:25px;}
.news_list li .title a{ color:#555555;}
.news_list li .rq{ font-size:16x; color:#0353a5; line-height:40px;}
.news_list li .txt{ font-size:14x; color:#888888; line-height:30px;}


/*新闻详情页*/
.news_i_title1{ font-size:20px; color:#555555; line-height:40px; text-align:center; font-weight:bold;}
.news_i_title2{ font-size:14px; color:#888888; line-height:40px; text-align:center; padding-bottom:10px; border-bottom:#e5edf6 1px solid;}


/*自学考试*/

.zxks_d1_list li{ float:left; width:30%; margin-left:5%; background:#f6f6f6; border-radius:20px; padding:20px; box-sizing:border-box;}
.zxks_d1_list li:hover{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.zxks_d1_list li:nth-child(3n+1){ margin-left:0;}
.zxks_d1_list li .ico_box{ background: url(../images/zxks_d1_ico_bg.png) no-repeat center; width:230px; height:145px; margin:0 auto; margin-top:-80px;}
.zxks_d1_list li .ico_box .ico{ line-height:50px; text-align:center; padding-top:25px;}
.zxks_d1_list li .ico_box .txt{ font-size:24px; color:#ffffff; line-height:50px; text-align:center; font-weight:bold;}
.zxks_d1_list li .txt2{ font-size:16px; color:#555555; line-height:30px; text-align:center; margin-top:40px;}
.zxks_d1_list li .txt2 *{ line-height:30px;}

.zxks_d2{ background:#f2f6fa;}
.zxks_d2_txt{ font-size:16px; color:#555555; line-height:35px;}
.zxks_d2_txt *{ line-height:35px;}
.zxks_d2_list li{ float:left; width:30%; margin-left:5%;}
.zxks_d2_list li:nth-child(3n+1){ margin-left:0;}
.zxks_d2_list li .img{ transition:all 0.3s;}
.zxks_d2_list li:hover .img{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.zxks_d2_list li .img img{ display:block; width:100%; height:249px; object-fit: contain;}
.zxks_d2_list li .txt{ font-size:16px; color:#555555; line-height:30px; text-align:center; margin-top:10px;}

.zxks_d3_list li{ float:left; width:30%; margin-left:5%;}
.zxks_d3_list li .box{ background:#fff; padding:20px; border-radius:20px; height:240px; box-sizing:border-box; transition:all 0.3s;}
.zxks_d3_list li:hover .box{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.zxks_d3_list li:nth-child(3n+1){ margin-left:0;}
.zxks_d3_list li .title{ font-size:20px; color:#0353a5; font-weight:bold; line-height:50px; text-align:center;}
.zxks_d3_list li .title .ico{ position:relative; top:-2px; margin-right:10px;}
.zxks_d3_list li .txt{ font-size:16px; color:#555555; line-height:30px; margin-top:30px;}
.zxks_d3_list li .txt *{ line-height:30px;}
.zxks_d3_list li a.zxbm{ display:block; width:174px; height:43px; background:#044099; font-size:16px; color:#ffffff; line-height:43px; text-align:center; border-radius:5px; margin:0 auto; margin-top:20px; transition:all 0.3s;}
.zxks_d3_list li a.zxbm:hover{ background:#1454b3;}

.zxks_d4_list li{ float:left; width:48.5%; margin-left:3%;}
.zxks_d4_list li .box{ background:#fafafa; border-radius:10px; overflow:hidden; margin-top:30px; transition:all 0.3s;}
.zxks_d4_list li:hover .box{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.zxks_d4_list li:nth-child(2n+1){ margin-left:0;}
.zxks_d4_list li:nth-child(1),
.zxks_d4_list li:nth-child(2){ margin-top:0;}
.zxks_d4_l{ float:left; width:50.2%; position:relative;}
.zxks_d4_l img{ width:100%;}
.zxks_d4_l .title{ position:absolute; left:0; right:0; bottom:25px; font-size:18px; color:#044099; font-weight:bold; line-height:30px; text-align:center;}
.zxks_d4_r{ float:right; width:49.8%; box-sizing:border-box; padding:20px;}
.zxks_d4_r .title{ font-size:16px; color:#555555; font-weight:bold; line-height:35px; border-bottom:#bdd1e6 1px solid;}
.zxks_d4_r .txt{ font-size:15px; color:#555555; line-height:30px; margin-bottom:10px; margin-top:5px;}
.zxks_d4_r .txt a{ color:#555555;}

/*自学考试 专业介绍-详情*/
.zxks_i_title1{ font-size:30px; color:#555555; text-align:center; line-height:50px; padding-bottom:20px; border-bottom:#e5edf6 1px solid;}
.zxks_i_content{ font-size:16px; color:#555555; line-height:30px;}
.zxks_i_content *{ line-height:30px;}
.zxks_i_content img{ max-width:100%;}
.zxks_i_content table { border-collapse: collapse; width: 100%;}
.zxks_i_content table th,
.zxks_i_content table td { border: 1px solid #dddddd; padding: 8px 12px; text-align: center;}
.zxks_i_content table tr:nth-child(1) td { background: #f2f6fa; font-weight:bold;}


/*成人高考*/
.crgk_d3_list li .box{ height:313px;}

.crgk_d4_list li{ float:left; width:48.5%; margin-left:3%; background:#fafafa; border-radius:10px; overflow:hidden; margin-top:30px; position:relative; transition:all 0.3s;}
.crgk_d4_list li:hover{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.crgk_d4_list li:nth-child(2n+1){ margin-left:0;}
.crgk_d4_list li:nth-child(1),
.crgk_d4_list li:nth-child(2){ margin-top:0;}
.crgk_d4_l{ float:left; width:50.2%; position:relative;}
.crgk_d4_l img{ width:100%;}
.crgk_d4_l .title{ position:absolute; left:0; right:0; bottom:25px; font-size:18px; color:#044099; font-weight:bold; line-height:30px; text-align:center;}
.crgk_d4_r{ float:right; width:49.8%; box-sizing:border-box; padding:20px;}
.crgk_d4_r .txt{ font-size:15px; color:#555555; line-height:30px; margin-bottom:10px; margin-top:5px;}
.crgk_d4_r .txt a{ color:#555555;}
.crgk_d4_r a.crgk_d4_more{ position:absolute; right:20px; bottom:30px; display:block; width:250px; height:38px; background:#044099; line-height:38px; text-align:center; font-size:14px; color:#ffffff; border-radius:8px; transition:all 0.3s;}
.crgk_d4_r a.crgk_d4_more .ico{ position:relative; top:-2px; margin-right:5px;}
.crgk_d4_r a.crgk_d4_more:hover{ background:#1454b3;}


/*成人高考详情*/
.crgk_i_d1{ background:#f2f6fa; border-radius:10px;}
.crgk_i_d1_img{ float:left; width:50%; height:382px; object-fit: cover; border-radius:10px;}
.crgk_i_d1_box{ float:right; width:50%; height:382px; position:relative;}
.crgk_i_d1_box_c{ position:absolute; left:50%; bottom:50%; transform:translate(-50%,50%);}
.crgk_i_d1_box_c .title1{ font-size:32px; color:#0353a5; font-weight:bold; line-height:50px; text-align:center;}
.crgk_i_d1_box_c .title2{ font-size:32px; color:#0353a5; line-height:50px; text-align:center;}
.crgk_i_d1_box_c .title3{ font-size:33px; color:#1b1b1b; font-weight:bold; line-height:50px; text-align:center; margin-top:10px;}
.crgk_i_d1_box_c a.crgk_i_d1_bt{ display:block; width:215px; height:46px; line-height:46px; border-radius:10px; background:#0353a5; margin:0 auto; margin-top:30px; font-size:16px; color:#ffffff; text-align:center;}
.crgk_i_d1_box_c a.crgk_i_d1_bt .ico{ position:relative; top:-2px; margin-right:10px;}

.crgk_i_content{ font-size:16px; color:#555555; line-height:30px;}
.crgk_i_content *{ line-height:30px;}
.crgk_i_content img{ max-width:100%;}
.crgk_i_content table {
  border-collapse: collapse;
  width: 100%;
}
.crgk_i_content table tr:nth-child(1) td { background: #005eb8; color: #fff;}
.crgk_i_content th, 
.crgk_i_content td {
	width:33.33%;
  /*border: 1px solid #dddddd;*/
  padding: 10px 30px;
  text-align: center;
  font-size: 18px;
}
.crgk_i_content tr:nth-child(even) {
  background-color: #f5f8fc;
}
.crgk_i_content table tr td:nth-child(1) { text-align:left;}


/*职业教育*/
.zyjy_list li{ margin-top:60px; padding-left:536px; background:#fafafa; overflow:hidden; border-radius:10px; height:281px; position:relative; transition:all 0.3s;}
.zyjy_list li:hover{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.zyjy_list li:nth-child(1){ margin-top:0;}
.zyjy_list li .img{ position:absolute; left:0; top:0; overflow:hidden; border-radius:10px;}
.zyjy_list li .img img{ display:block; width:487px; height:281px;}
.zyjy_list li .title{ font-size:26px; color:#555555; font-weight:bold; line-height:40px; padding-top:30px; padding-bottom:20px; border-bottom:#e0e0e0 1px solid;}
.zyjy_list li .title a{ color:#555555;}
.zyjy_list li .txt{ font-size:16px; color:#555555; line-height:30px; margin-top:20px; height:90px;}
.zyjy_list li a.zyjy_more{ display:block; width:240px; height:38px; background:#044099; line-height:38px; text-align:center; font-size:14px; color:#ffffff; border-radius:8px; margin-top:10px; transition:all 0.3s;}
.zyjy_list li a.zyjy_more .ico{ position:relative; top:-2px; margin-right:5px;}
.zyjy_list li a.zyjy_more:hover{ background:#1454b3;}

.zyjy_i_news_list li{ padding-left:12px; box-sizing:border-box; font-size:16px; color:#555555; line-height:30px; position:relative; padding-right:100px; line-height:46px; border-bottom:#dadada 1px solid;}
.zyjy_i_news_list li a{ color:#555555;}
.zyjy_i_news_list li:after{content: "";width:5px; height: 5px; position: absolute; left: 0px; top:50%; transform:translateY(-50%); background:#044099; border-radius:50%;}
.zyjy_i_news_list li .rq{ position:absolute; right:0; top:0; font-size:16px; color:#044099; line-height:46px;}


/*合作院校*/
.hzyx_nav_nr{ background:#fafafa; height:145px; padding:0 50px;}

.hzyx_nav_c{ position:relative;}
.hzyx_nav_c_list li{}
.hzyx_nav_c_list li .img{ width:100%; height:80px; line-height:80px; text-align:center; padding-top:10px;}
.hzyx_nav_c_list li .img img {}

.hzyx_nav_c_list li .txt{ line-height:20px; font-size:14px; color:#555555; text-align:center; padding:5px 15px;}

.hzyx_nav_c .hzyx_nav_c_prev{ position:absolute; left:-50px; top:50%; margin-top:-72.5px; width:50px; height:145px; background:url(../images/hzyx_l_ico.png) center no-repeat; z-index:99; cursor:pointer;}
.hzyx_nav_c .hzyx_nav_c_next{ position:absolute; right:-50px; top:50%; margin-top:-72.5px; width:50px; height:145px; background:url(../images/hzyx_r_ico.png) center no-repeat; z-index:99; cursor:pointer;}


/*合作院校详情*/
.hzyx_i_logo{ text-align:center; line-height:80px;}
.hzyx_i_logo img{ max-height:80px;}
.hzyx_i_title1{ font-size:30px; color:#555555; text-align:center; font-weight:bold; line-height:50px; padding-bottom:20px; border-bottom:#e5edf6 1px solid;}


/*报考方式*/
.bkfs_list li{ float:left; width:48.5%; margin-left:3%; background:#f6f6f6; border-radius:20px; padding:30px; box-sizing:border-box; transition:all 0.3s;}
.bkfs_list li:hover{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.bkfs_list li:nth-child(2n+1){ margin-left:0;}
.bkfs_list li .ewm_box{ float:left; width:201px;}
.bkfs_list li .ewm_box img{ display:block; width:201px;}
.bkfs_list li .ewm_box .txt{ font-size:16px; color:#555555; line-height:40px; text-align:center;}
.bkfs_list li .ewm_txt{ float:right; width:280px; font-size:16px; color:#555555; line-height:35px; padding-top:70px;}
.bkfs_list li .ewm_txt *{ line-height:35px;}


/*报考问答*/
.bkwd_list li{ border-top:#e5edf6 1px solid; margin-top:20px; padding-top:20px;}
.bkwd_list li:nth-child(1){ margin-top:0; padding-top:0; border-top:0;}
.bkwd_list li .wt_box{ padding-left:50px; position:relative; font-size:20px; color:#0353a5; font-weight:bold; line-height:30px; padding-top:5px; padding-bottom:5px;}
.bkwd_list li .wt_box .ico{ position:absolute; left:0px; top:4px; width:32px; height:32px; font-size:16px; color:#fff; font-weight:normal; text-align:center; line-height:32px; background:#0353a5; border-radius:5px;}
.bkwd_list li .da_box{ padding-left:50px; position:relative; font-size:18px; color:#555555; line-height:30px; padding-top:5px; padding-bottom:5px;}
.bkwd_list li .da_box .ico{ position:absolute; left:0px; top:4px; width:32px; height:32px; font-size:16px; color:#fff; font-weight:normal; text-align:center; line-height:32px; background:#85132b; border-radius:5px;}
.bkwd_list li .da_box *{ line-height:30px;}


/*在线报名*/
.zxbm_d1{ background:#f2f6fa; padding:25px 25px 25px 70px; border-radius:10px; font-size:16px; color:#555555; line-height:30px; position:relative;}
.zxbm_d1 *{ line-height:30px;}
.zxbm_d1 .ico{ position:absolute; left:20px; top:22.5px;}
.zxbm_d2_r{ float:right; width:455px;}
.zxbm_d2_l{ float:left; width:684px;}

.zxbm_d2_list li{ padding-left:115px; position:relative; margin-top:19px;}
.zxbm_d2_list li:nth-child(1){ margin-top:0;}
.zxbm_d2_list li .title{ position:absolute; left:0; top:0; line-height:48px; font-size:16px; color:#555555;}
.zxbm_d2_list li .title span{ position:relative; top:5px; margin-left:5px; color:#cd0000;}
.zxbm_inp1{ display:block; width:100%; height:44px; box-sizing:border-box; padding:0 20px; border:0; outline:none; line-height:42px; font-size:16px; color:#888888; background:#fff; border:#afbdcc 1px solid; border-radius:10px; box-sizing:border-box;}
.zxbm_d2_hr{ background:#e5edf6; height:1px;}
.zxbm_d2_bt{ text-align:center;}
.zxbm_bt1{ width:172px; height:40px; background:#044099; font-size:16px; color:#ffffff; line-height:40px; text-align:center; border:#044099 1px solid; border-radius:5px; cursor:pointer;}
.zxbm_bt2{ width:172px; height:40px; background:#f2f6fa; font-size:16px; color:#044099; line-height:40px; text-align:center; border:#aec1dd 1px solid; border-radius:5px; cursor:pointer; margin-left:20px;}



