@charset "utf-8";

/* CSS Document */

body {
    font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    height: 100%;
    min-width: 1260px;
    background: #fff;
    max-width: 100%;
    overflow: auto;
    color: #666;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #333;
    outline: none;
}

ul,
p,
dl,
dt,
dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0px;
    margin: 0px;
}

input {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
}
textarea::-webkit-input-placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input {
    background: transparent;
    padding: 0px;
    font-size: 14px;
    color: #888;
    border: 0px;
    outline: none;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}


/*清除浮动*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}


/************全局样式************/

.fl {
    float: left;
}

.fr {
    float: right;
}


/*t图片样式*/

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

img {
    border: 0px;
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.avatar {
    display: block;
    overflow: hidden;
    width: 100%;
}

.avatar img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.avatar:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
}


/*文字超出隐藏*/

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dot2 {
    display: -webkit-box;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/**/

.wal {
    width: 1300px;
    margin: 0px auto;
}

.main-title {
    text-align: center;

}

.main-title b {
    font-size: 34px;
    color: #fff;
    line-height: 75px;

}

.main-title p {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    margin: 0px auto;
    padding-bottom: 14px;
}
.dflex { display: flex;}
.dflex_center { display: flex; align-items: center; justify-content: center;}
.dflex_start { display: flex; align-items: center; justify-content: flex-start;}
.dflex_end { display: flex; align-items: center; justify-content:flex-end;}
.dflex_stretch { display: flex;justify-content: center;align-content: center; align-items: stretch;}
.dflex_space-between { display: flex; align-items: center; justify-content: space-between;}

/*顶部导航*/

.headDiv {
    
    width: 100%;
    z-index: 9999;
}
.header_top {
	width: 100%;
	background:#055FB2;
	height: 55px;
	line-height:55px;
	color:#fff;
	overflow: hidden;
}
.top-content { display: flex; justify-content: space-between;}

.header_top .top_nav a {
	display:block;
	height:55px;
    margin-right: 40px;

	line-height:55px;
	color:rgba(255, 255, 255, 0.8);
	float: left;
}
.header_top .top_nav a:hover {color:rgba(255, 255, 255, 1);}
.headDiv .navbar {
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headDiv .logo {
    height: 80px;

    display: flex;
    align-items: center;
}

.headDiv .logo b {
    font-size: 18px;
    color: #575757;
    padding-left: 30px;
    line-height: 24px;
}


.nav {
   
    height: 80px;
}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul li a {
    display: block;
    float: left;
    height: 80px;
    line-height: 80px;
    padding: 0 12px;
    overflow: hidden;
    text-align: center;
    font-size: 17px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav a:hover, .nav li:hover > a {
  
    color: #93c41d;
  }
  .nav .on > a {
  
    color: #93c41d;
  }
/* 二级菜单 */
.ejxl{display: none;background-color: rgba(0,0,0,.6);transition: all 0s;z-index: 10;
    position: absolute;
    top:100%;
    width:160%;
    margin-top: -4px;
    border-top: 3px solid #93c41d;
    line-height: 30px; left: -30%;
    
}
.nav ul li .ejxl>li{margin:0 auto ;display: block; padding:0; width: 100%;}
.nav ul li .ejxl>li a{display: block;color:#fff;font-size: 15px;height:45px;line-height:45px; padding: 0; width: 100%;    text-align: center; }
.nav ul li .ejxl a:hover{color: #93c41d;}

/*顶部导航 end*/


/*首页banner图*/
/*首页banner图*/
#banner .swiper {
	width: 100%;
	height: 100%;
}

#banner .swiper-slide {
	background-position: center;
	background-size: cover;
    position: relative;
}

#banner .swiper-slide img {
	display: block;
	width: 100%;
  

}
#banner .swiper-button {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	color:#fff;
	background:rgba(0, 0, 0, 0.3);
	border-radius:50%;
	cursor:pointer;
	overflow:hidden;
	z-index:10;
	width: 50px;
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	transition:all .5s ease;
	outline: none;

}
#banner .swiper-button:hover {
	background:rgba(0,98,183,1);
}

.btn-prev {
	left:5%;
}

.btn-next {
	right:5%;
}

#banner .swiper-slide .content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

#banner .scalePic {
	position:relative;
	left:auto;
	top:auto;
	transform:translate(0) scale(1.08);
	width:100%;
	max-width:none;
	transition:all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);

}
#banner .swiper-slide.swiper-slide-active .scalePic {
	transform:translate(0) scale(1);
}
#banner .swiper-pagination-bullet {
	position: relative;
	margin: 0 8px!important;
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	z-index: 10;
	border-radius: 100%;
	outline: none;
    background: #fff;
    opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	background:#fff;
}

#banner .swiper-pagination-bullet-active {
    background-color: #005BAC;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}

.banner_txt {
	position: absolute;
	right: 15%;
	top:40%;
	left: 15%;
	z-index: 10;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.banner_txt b{ color:#fff; font-size:56px;
    display: block;
    font-weight: 500;
 padding-bottom:30px;}
.banner_txt p{ font-size:24px;}

/*首页banner图 end*/



/**/
.content_four {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    flex-wrap: wrap;
	margin-top: 40px;
    padding:0;


}

.content_four li{position:relative;overflow:hidden; width: 48%;  margin: 1%;}
.content_four li a{display:block; }
.content_four em{ font-size:20px; margin:0; padding:0;font-style: normal; display: block; text-align: center; color: #fff; }
.content_four .cont_info p{ margin-top:15px; }
.content_four .cont_info span{ margin-top:15px; display: block; font-size: 30px; color: #fff; font-weight: bold; text-align: center; }
.content_four li .cont_box{ color:#fff;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	transition:all 0.5s; -webkit-transition:all 0.5s;
}

.content_four li .cont_tit{
	width:50%;
    height: 60px;
	text-align:center;
	position:absolute;
	z-index:1;
	left:0;
    bottom: 0;
	transition:opacity 0.5s;-webkit-transition:opacity 0.5s;
    background-image: -webkit-linear-gradient(to right,  #005BAC, #109B63);
    background-image: -o-linear-gradient(to right,  #005BAC,  #109B63);
    background-image: linear-gradient(to right,  #005BAC,  #109B63);
}

.content_four li .cont_tit b{font-size:22px;font-weight:500;text-align:center;margin-top: 15px; display: block; }
.content_four li .cont_info{
	line-height:28px;
    height:100%;
	position:absolute;
	z-index:1;
	left: 0;
	right: 0;
	top:50%;
	transform:translateY(0) scale(0);
	-webkit-transform:translateY(0) scale(0);
	padding:40px ;
    background: -webkit-linear-gradient(to right,  rgba(0,91,172,.7), rgba(16,155,99,.7));
    background: linear-gradient(to right,  rgba(0,91,172,.7), rgba(16,155,99,.7));
	color:#222;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.content_four li .cont_info em{ font-size: 24px; margin-top: 25px;  font-weight: bold;}
.content_four li .cont_info p{ color: #fff; font-size: 14px; line-height: 30px;text-align: center; }
.content_four li .more{ text-align: center; color: #fff; margin-top: 15px; }
.content_four li:hover .cont_tit{  	opacity:0;
	filter:alpha(opacity=0);}
.content_four li:hover .cont_info{
	opacity:1;
	filter:alpha(opacity=100);
	transform:translateY(-50%) scale(1);
	-webkit-transform:translateY(-50%) scale(1);
	transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
}
.content_four li:hover .more { color: #93c41d;}
/*技术平台*/
.jspt{padding:50px 0 50px;background:url(../images/sw.jpg) no-repeat; background-size: 100%;  position: relative;}

.jspt ul{padding: 0;}
.jspt ul li{font-size: 16px;color: #fff;float: left;width: 23%;font-weight: bold;text-align: center;  margin:20px 1%; z-index: 999; position: relative;}
.jspt ul li a{ display: block; color: #fff; }
.jspt ul li p{border-radius: 50%;  background: rgba(255, 255, 255, 0.6);  height: 100px; padding: 30px 0; width: 160px;margin: 0 auto; text-align:center; }
.jspt ul li span { display: block; margin-top: 10px;}
.jspt ul li p img { transition: all 0.5s; -webkit-transition: all 0.5s;}
.jspt ul li:hover p img{transform: rotate(360deg);-webkit-transform: rotate(360deg);}
.jspt ul li:hover p {    background: -webkit-linear-gradient(to right,  rgba(0,91,172,.7), rgba(16,155,99,.7));
    background: linear-gradient(to right,  rgba(0,91,172,.7), rgba(16,155,99,.7));
}
    .jspt ul li a:hover { color: #93c41d;}
    /*新闻*/
    .news {  margin-top: 60px;}
    .news-box  {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-content: stretch;
        margin-top: 20px;
      
    }
    
    .news-one{
        flex: 2;
        border: 1px solid #f1f1f1;
     
    }
    
    .news-one span {
        display: block;
        overflow: hidden;
    }
    
    .news-one b {
        display: block;
        padding: 10px 20px;
        font-size: 18px;
        color: #333;
    }
    
    .news-one em {
        font-size: 14px;
        color: #999;
        display: block;
        margin-top: 8px;
        font-weight: normal;
        padding: 0 20px;
    }
    
    .news-one img {
        display: block;
        width: 100%;
        transition: .8s;
    }
    
    .news-one a:hover img {
        transform: scale(1.1);
    }
    .news-one:hover {box-shadow: 0 0  10px #dedede;}
    .news-one p {
        font-size: 14px;
        color: #606060;
        line-height: 25px;
        padding: 8px 20px;
    }
    .news-two { flex: 5; 
       }
       .news-two ul {display: flex; flex-wrap: wrap; }
       .news-two ul li { width: 50%; margin-bottom: 20px;}
    .news-two a{ display: flex;  align-items: center; justify-content: center;  background: #fff; padding:30px 20px ; transition: .3s;  border: 1px solid #f1f1f1; margin-left: 20px; }
    .news-two ul li:nth-child(3), .news-two ul li:nth-child(4) { margin-bottom: 0;}
    .news-two a:hover { box-shadow: 0 0  10px #dedede; background: url(../images/news1.jpg) no-repeat; background-size: 100%; }
    .news-two a:hover span { color: #fff;}
    .news-two a:hover .day, .news-two a:hover .newscon,.news-two a:hover .newscon b { color: #fff;}

    .day {
      color: #666;
      flex: 1;
      height: 80px;
      margin: 7px 0;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }
    .day span {
        font-size: 36px;
        width: 100%;
        color: #666;
        text-align: center;
        font-weight:bold;
      }
      .day p{ width: 100%;	text-align: center;}
    .newscon {
      flex: 4;
      padding-left: 20px;
    }
    
    .newscon b {
      padding-bottom: 10px;
      font-size: 16px;
      color: #333;
      display: block;
    
    }
    .newscon p {
    
      text-align: left;
      line-height: 24px;
      font-size: 14px;
    
    }
 /*合作、加入*/
.hzjr { margin-top: 60px;}   
.hzfz, .jrns{ position: relative; text-align: center;}
.hzfz b, .jrns b{ position: absolute; top:45%; left: 0; right: 0; display: block; font-size: 34px;  transition: all .3s;}
.hzjr a{ color: #fff; display: block; }
.hzjr a:hover b{ top:40%;}
/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 50px;
    color: #fff;
    cursor: pointer;
    background: -webkit-linear-gradient(to right,  rgba(0,91,172,.7), rgba(16,155,99,.7));
    background: linear-gradient(to right,  rgba(0,91,172,.7), rgba(16,155,99,.7));
    font-size: 30px;
    border-radius: 10px;
}


/*底部footer*/
.footer {
    background-image: -webkit-gradient(linear, left top, right top, from(#255ba9), to(#1fb4b8));
    background-image: linear-gradient(to right, #255ba9, #1fb4b8);
    background-size: cover;
    padding: 60px  30px 30px;
}
.footer-nav{ display: flex;
    display: -webkit- box;
    display: -webkit-flex;
    justify-content: center; align-items: center;}
.footer-nav li { position: relative;  flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    }
.footer-nav a { 
    display: block;
    color:#fff;   
     height: 100px;
    line-height: 100px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-align: center;
    font-size: 16px;}
.footer-nav li:after {
        content: " | ";
        position: absolute;
        top: 20px;
        font-size: 12px;
        height: 60px;
        line-height: 60px;
        color: #fff;
    
 }
.footer-nav li:first-of-type:after{content: "";}
.footer-nav a:hover { color: #93c41d;}
.footer-contact { display: flex; align-items: center; justify-content:center; margin: 15px 0;   }
.contact-txt p { line-height: 32px; color: #fff; width: 50%; float: left;font-size: 16px;}
.ewm { margin-top: 30px;}
.ewm p { line-height: 28px; color: #fff; text-align: center; padding-top: 10px;}
.ewm img { width: 100px;}
.copyright {
    padding: 20px 10px;
    text-align: center;
    color: #fff;
  
}

.copyright a {
    color: #fff;
}


/* 简介 */
.abbg {
    background: url(../images/bj.jpg) no-repeat center;
    background-size: cover;
}

.pad60 {
    padding: 120px 0;
}

.main_title {

    margin-bottom: 10px;
}

.main_title .m_p1 {
    font-size: 40px;
    font-weight: bold;
    color: #055FB2;


}

.main_title .m_p2 {
    font-size: 30px;
    margin-top: 10px;
    color: #333;
}

.main_title .m_p3 {
    font-size: 54px;
    margin-top: 40px;
    color: #CBD8E0;
}

.about-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;

}

.about_fr {
    width: 42%;
    padding-right: 5%;



}

.about_fl .ab_txt {
    line-height: 36px;

    color: #666;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: justify;

}

.about_fl .ab_txt span {
    color: #666;
}


.about_fl {
    width: 55%;
    overflow: hidden;
    padding-left: 3%;


}



.more {

    height: 50px;
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    font-family: Arial;
    text-align: center;
    width: 160px;
    background-image: -webkit-gradient(linear, left top, right top, from(#255ba9), to(#1fb4b8));
    background-image: linear-gradient(to right, #255ba9, #1fb4b8);
    margin-top: 45px;
    border-radius: 5px;
    position: relative;
    transition: all .3s;
}

.more:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#255ba9), to(#1fb4b8));
    background-image: linear-gradient(to right, #255ba9, #1fb4b8);
    color: #fff;
}

.ab_bottom {
    margin-top: 40px;

    transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}

.ab_bottom ul {
    display: flex;
    margin-top: 6rem;
    justify-content: space-between;
}

.ab_bottom ul li {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
}

.ab_bottom ul li:nth-child(1) {
    display: block;
}

.ab_bottom ul li:nth-child(1)::after {
    right: 10%;
}



.ab_bottom ul li::after {
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .3);
    right: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.ab_bottom ul li .num {
    display: flex;
    align-items: center;
}

.ab_bottom ul li .counter {
    font-size: 40px;
    font-weight: 100;
    color: #333333;
    font-family: "DINMEDIU";
}

.ab_bottom ul li em {
    font-size: 26px;
    font-weight: 100;
    color: #333333;
    font-family: "DINMEDIU";
    font-style: normal;
}

.ab_bottom ul li i {
    width: 40px;
    height: 2px;
    background: #055FB2;
    border-radius: 2px;
    display: block;
}

.ab_bottom ul li .text {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    margin-left: 1rem;
    margin-top: 10px;
}

.ab_bottom ul li span {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin-top: 15px;
    display: block;
}

/* 文化 */
.whbg {
    background: url(../images/whbg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 120px;
}

 .service-con { margin-top: 80px; display: flex; align-items: stretch; justify-content: space-between;  overflow: hidden; }
 .service-con .ser-item { border-top: 1px solid rgba(255,255,255,0.3); ; cursor: pointer; position: relative; padding: 120px 30px; flex: 1; color: #fff; text-align: center;line-height: 28px;  border-right: 1px solid rgba(255,255,255,0.2);   }
 .service-con .ser-item a { color: #fff;}
 .service-con .ser-item .inner {position: relative; z-index: 2;}
 .service-con .ser-item img { opacity: 1; width: 70px;}
 .service-con .ser-item .bg {    background-image: -webkit-gradient(linear, left top, right top, from(#255ba9), to(#1fb4b8));
    background-image: linear-gradient(to right, #255ba9, #1fb4b8);height: 0; -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s; position: absolute; left: 0; right: 0; bottom: 0; width: 100%; z-index: 1;}
 .service-con .ser-item:hover .bg { height: 100%;}

 .service-con .ser-item p { font-size: 16px;}
.service-con .ser-item b{ display: block;  font-size: 24px; margin: 18px ;}
/* 荣誉 */
.qyry { background: url(../images/rybg.jpg) no-repeat center;
    background-size: cover; }
.ser_py {

    display: flex;
    align-items:flex-start;
    justify-content: space-between;
    margin-top: 40px;
    z-index: 3;
  
  }
  .ser_py_txt { width: 50%;}
   .ser_py_tu {
    width: 45%;
    margin-top: 35px;
  
  
  } 
  .ser_py_tu div{
    
    display: flex;
    flex-wrap: wrap;
  
  }
  
  .ser_py_tu b { font-size: 36px; color: #333;  margin-bottom: 30px;}
  
  .ser_py_tu p {
    position: relative;
    font-size: 16px;
    text-align: center;
    width: 100%;
    line-height: 28px;
    padding: 0 22px;
    margin-bottom: 40px;
    z-index: 2;
  }
  
  .ser_py_tu p::before {
    content: '';
    z-index: -1;
    background: url(../images/name.png) no-repeat;
    position: absolute;
    width: 18px;
    height: 36px;
    left: 0;
    top: 0
  }
  
  .ser_py_tu p::after {
    content: '';
    z-index: -1;
    background: url(../images/name2.png) no-repeat;
    position: absolute;
    width: 18px;
    height: 36px;
    right: 0;
    top: 0
  }
  
  .ser_py_txt span {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 32px;
    margin-bottom: 30px;
  }
  
  .ser_py_txt {
  
  
  }
  
  .ser_py_txt .num {
    font-size: 120px;
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 1;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }
  
  .ser_py_txt2 {
    padding: 50px;
  }
  
  .ser_py_txt p {
    color: #333;
  
    font-size: 14px;
    margin: 10px 0;
    line-height: 30px;
    text-align: left;
  }
  
  .ser_py_txt p img {
    margin-right: 10px;
  }
  /* 流程 */
.histroy_box { position: relative; z-index: 2;}
.histroy_con {align-items: stretch; position: relative; z-index: 9;  margin-top:60px; border-bottom: 2px solid rgba(255, 255, 255, .3); display: flex; flex-wrap: nowrap; justify-content:space-between;}
.histroy_con .item .start{ font-size: 40px; color: #333;}
.histroy_con .item { cursor: pointer;width: 20%; position: relative; padding-left: 30px;}
.histroy_con .item:first-child::before { border: none;}
.histroy_con .item:hover b{ color:#93c41d;  font-size: 33px; }
.histroy_con .item:first-child{ padding-left: 0;}

.histroy_con .item::before { position: absolute; content: "";left: 0; bottom:0; height: 50px; width: 3px;   border-left: 1px dashed #999;}
.histroy_con .item i { font-size: 20px;}
.histroy_con .item p { color: rgba(255, 255, 255, 0.3); padding-bottom: 20px; font-size: 40px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
.histroy_con .item p em{ color: #333; font-weight: 600; font-style: normal; }
.histroy_con .item b{ transition: all 0.2s; display: block; height: 50px; font-size: 28px; font-weight: normal; color: #fff;}
.histroy_con3 {align-items: stretch;  padding-top: 100px; border-bottom: 2px solid rgba(255, 255, 255, .3); display: flex; flex-wrap: nowrap; justify-content:space-between;}
.histroy_con3 .item .start{ font-size: 40px; color: #333;}
.histroy_con3 .item {cursor: pointer; width: 31%; position: relative; padding-left: 30px;}
.histroy_con3 .item:hover b{ color:#93c41d;  font-size: 33px; }
.histroy_con3 .item:first-child::before { border: none;}
.histroy_con3 .item:first-child{ padding-left: 0; width: 240px;}
.histroy_con3 .item .line{height: 100%; position: absolute; left: 0; bottom: -3px; width: 215px; border-bottom: 3px dashed #565251; background: #fff;}
.histroy_con3 .item::before { position: absolute; content: "";left: 0; bottom:0; height: 50px; width: 3px;   border-left: 1px dashed #999;}
.histroy_con3 .item i { font-size: 20px;}
.histroy_con3 .item p { padding-bottom: 20px; font-size: 40px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
.histroy_con3 .item p em{ color: #333; font-weight: 600; font-style: normal; }
.histroy_con3 .item b{transition: all 0.2s; display: block; height: 50px; font-size: 28px; font-weight: normal; color: #fff;}
.histroy_con4 { align-items: stretch; flex-direction: row-reverse; padding-left: 40px; display: flex; flex-wrap: nowrap; justify-content:flex-end;}
.histroy_con4 .item {cursor: pointer;width: 25%;  position: relative; padding-left: 30px;}
.histroy_con4 .item:hover b{ color:#93c41d;  font-size: 33px; }
.histroy_con4 .item::before { position: absolute; content: "";left: 0; top:0; height: 50px; width: 3px;   border-left: 1px dashed #999;}
.histroy_con4 .item i { font-size: 20px;}
.histroy_con4 .item p { color: rgba(255, 255, 255, 0.3); padding-top: 20px; font-size: 40px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; }
.histroy_con4 .item p em{ color: #333; font-weight: 600; font-style: normal; }
.histroy_con4 .item b{transition: all 0.2s; display: block; height: 78px; padding-top: 10px; font-size: 28px; font-weight: normal; color: #fff;}
.bor_right { position: relative;}
.bor_right .line2 { position: absolute; right: 0; top:0; width: 2px; height: 100%; background: rgba(255, 255, 255, .3);}
/* 特色专题 */
.tszt { background: url(../images/ztbg.jpg) no-repeat; background-size: cover;}
.p_list02 { display: flex; margin-top: 30px; padding: 0 5vw; }
.p_list02 a { position: relative; margin: 10px; padding-bottom: 20px; margin-bottom: 15px; width: calc((100% / 3) - 20px); box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 25px 0px; background-color: rgb(255, 255, 255); }

.p_list02 .title b{ font-size: 16px; color: #000; text-align: center;  display: block; position: relative; padding: 10px 0;}
.p_list02 .title b::before { position: absolute; content: ''; height: 2px; background: #055FB2;  width:50px; left: 0; bottom: 0; text-align: center; right: 0; margin: 0 auto;}
.p_list02 .title p { text-align: center; padding: 10px; color: #999; }
.p_list02 a .info { color: #fff; opacity: 0; position: absolute; left: 0px; right: 0px; top: 0px; background-image: -webkit-gradient(linear, left top, right top, from(rgba(5,95,178,.7)), to(rgba(31,180,184,.7)));
    background-image: linear-gradient(to right, rgba(5,95,178,.7), rgba(31,180,184,.7)); width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.p_list02 a .info span { background-color:#fff; color: rgb(0, 0, 0,.9); font-size: 14px; display: block; width: 180px; margin: 5px 0; height: 40px; line-height: 40px; text-align: center; border-radius: 50px; }
.p_list02 a:hover .info { opacity: 1; }
.p_list02 a .info p { font-size: 18px; margin-bottom: 20px; font-weight: bold;}
.p_list02 a .info i { display: block; font-size: 15px;}
.p_list02 .info .con { display: flex; justify-content: space-between; width:80%; margin-top: 20px;}
/* 右侧固定 */
.fix-side {
    position: fixed;
    right: 0px;
    bottom: 230px;
    width: 80px;
    z-index: 2000;
  }
  
  .fix-side li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    width: 80px;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #259a94;
  }
  .fix-side li a img,.fix-side .gzh .show2 img{ margin-top: 10px;}
  .fix-side li:hover {
    background-color: #055FB2;
  }
  
  .fix-side .gzh {
    position: relative;
    width: 80px;
    text-align: center;
  }
  
  .fix-side .gzh .show2 {
    width: 80px;
    right: 10px;
    color: #fff;
    cursor: pointer;
  }
  
  .fix-side .gzh:hover .box {
    display: block;
  }
  
  .fix-side .gzh .box {
    display: none;
    position: absolute;
    left: -120px;
    bottom: 0;
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    z-index: 999;
    border-right: none;
    box-sizing: border-box;
  
  }
  .fix-side .gzh .bgcolor { background:#fff;}
  .fix-side .gzh .box img {
  
    width:80px;
    height: 80px;
    margin-top: 20px;
   
  }
  
  .fix-side .gzh:hover .box b {
    display: block;
    color: #333;
    font-size: 16px;
  
  }
  
  .fix-side .gzh:hover .box span {
    display: block;
    font-size: 15px;
    color: #666;
    line-height: 28px;
   
  }
  
  .fix-side .gzh .box p {
    color: #666;
  }
  
  .fix-side p {
    margin-top: 10px;
    color: #fff;
  }
  
  .fix-side li a {
    display: flex;
    text-align: center;
   
    color: #fff;
  }
  
  
  .fix-side .return {
    border-bottom: none;
    transform: scaleY(0);
    transition: 0.5s;
    background-color: #259a94;
  }
  
  .fix-side .active {
    transform: scale(1);
  }
  #kefu { position: absolute; right: 90px; bottom:-150px; width: 200px; background:#fff; } 
  #kefu form { margin: 10px;}
.tit-bar { background: #055FB2; color: #fff; padding: 10px; display: flex; justify-content: space-between; align-items: center; }
.close { cursor: pointer; }
#kefu textarea {
    padding: 0 10px;
    width: calc(100% - 20px);
    line-height: 28px;
    margin-top: 5px;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #dedede;
    background-color: #fff;
   
}
#kefu .name_inputtop{ padding:5px 3px; line-height: 28px;}
#kefu .name {  background: url(../images/renshu.png) no-repeat left center; background-position: 4px ; }
#kefu .phone {  background: url(../images/shouji.png) no-repeat left center;  background-position: 4px ;}
#kefu .email {  background: url(../images/youxiang.png) no-repeat left center;  background-position: 4px ;}
#kefu .address {  background: url(../images/dizhi.png) no-repeat left center; background-position: 4px ; }
 .mx-form-input {
    height: 35px;
    line-height: 35px;
    padding: 0 10px 0 25px;
    border: 1px solid rgba(30,32,35,.1);
    width:calc(100% - 35px);
    display: inline-block;
    position: relative;
    margin: 5px 0;
}
.logbtn {
    width: 100%;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: none;
    background: #055FB2;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;

}
/*  */
.biaoge table {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}

.biaoge th {
    background-color: #259a94;
    color: #fff;
    font-weight: normal;
    height: 40px;
    font-size: 16px;
}

.biaoge td {
    color: #666;
    text-align: center;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #f1f1f1;
}

.biaoge tr,
.biaoge th {
    border-width: 1px;
    border-style: solid;
    border-color: #f1f1f1;
    text-align: center;
}

.biaoge tr:nth-child(even) {
    background-color: #F6F5FA;
}