.head{
  
    height:90px;
    background:rgba(255,255,255,1);
}
.head-top{
    height:40px;
    background:rgba(0,0,0,1);
}
.head-nav{
    height:90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headnav-info{
    height: 100%;
    width: 740px;
    display: flex;
   
}
.headnav-info>li:hover .active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: rgba(25,93,171,1);
    left: 0;
    bottom: 1px;
}
.headnav-info>li{
   float: left;
   height:90px;
    margin-left: 42px;
   overflow:hidden;
}
.headnav-info>li>a{
    display: block;
    height: 100%;

    line-height: 90px;
    text-align: center;
    font-size:16px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(51,51,51,1);
}

.head-top p{
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:40px; 
    font-family:'SimSun';
}


/* 复用 */
.logo img{
    width: 153px;
    /*height: 48px;*/
}
.logo{
    /* margin-right: 130px; */
}
.lag{
    position: relative;
}
.lag .search{
    display: block;
    position: absolute;
    left: -125px;
    top:-6px;
    width: 120px;
    height: 30px;
    border: 1px solid #6cac70;
    padding-left: 10px;
}
.lag  button{
    display: block;
    position: absolute;
    left: -0px;
    top:-10px;
    background:url(./img/shousuo.png) no-repeat center ; 
    color:rgba(0,0,0,0);
    width: 40px;
    height: 30px;
    cursor: pointer;
}
.lag img{
    cursor: pointer;
}

.lag a{
    font-size:14px;
    font-family:'SimSun';
    font-weight:400;
    padding-left: 5px;
  
}
.lag img{
    margin-right: 10px;
    vertical-align: middle;
}
.subiao{
    display: none;
    width: 36px;
    height: 64px;
    position: absolute;
    left: calc(50% - 18px);
    bottom: 40px;
    z-index: 999;
}
.banner{
    position: relative;
}
body{
    background-color: #fbfbfb;
}
.indexabout{
    margin-top: 100px;
    padding-bottom: 100px;
}
.ablbbox{
    position: relative;
    width:362px;
    height:462px;
    border:2px solid rgba(232,232,232,1);    
}
.swiper-container2{
    width:360px;
    height:460px;
    position: relative;
    left:100px;
    top:100px;
}
.line{
    margin-top: 10px;
    width:80px;
    height:4px;
    background:rgba(51,51,51,1);    
}
.aboutjs{
    position: relative;
    margin-left:175px;
}
h2{
    text-align: left;
    font-size:36px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);    
}
.indexaboutmain{
    justify-content: flex-start;
    height: 560px;
}
.abwds{
    width: 620px;
    text-align: justify;
    margin-top:35px;
    font-size:18px;
    font-family:'SimSun';
    font-weight:400;
    line-height:30px;
    color:rgba(0,0,0,1);   
}
.pf{
    position: absolute;
    bottom: 0;
    left: 0;
    width:150px;
    height:40px;
    background:rgba(25,93,171,1);
}
.pf a{
    font-size:14px;
    font-family:'SimSun';
    font-weight:400;
   
    color:rgba(255,255,255,1);   
}
.swiper-container2{
    --swiper-theme-color: #fff;
    --swiper-pagination-color: #fff;/* 两种都可以 */
}
.swiper-container2 .swiper-pagination-bullet{
    opacity: 1;
    background-color: #fff;

}
.swiper-container2 .swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 5px;
}
.idxgcal{
    text-align: center;
    position: relative;
    padding-top: 55px;
    padding-bottom: 100px;
    background-color: #fff;
}
.lz{
    height:80px;
    display: none;
    justify-content: space-between;
    background:rgba(0,0,0,.4);
    font-size:24px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(255,255,255,1);
}
.swiper-slide-active .lz{
    display: flex;
}
.lz span{
    position: relative;
    line-height: 80px;
}
.lz span:nth-of-type(1){
  width: 200px;
  display: inline-block;
}
.lz span:nth-of-type(1)::after{
    position: absolute;
    content: "";
    display: block;
    width:1px;
    right: 0;
    top:calc(50% - 30px);
    height:60px;
    background:rgba(255,255,255,1);
}
.lz span:nth-of-type(2){
    width: 400px;
    display: inline-block;
  }
#certify {
	position: relative;
	width: 1200px;
    margin: 60px auto 0;
    background:rgba(251,251,251,1);
    padding:0 20px;
}
#certify .swiper-button-prev{
    outline: none;
    left: 30px !important;
}
#certify .swiper-button-prev:after{
    content:'';
    width: 30px;
    height: 30px;
    background: url(../img/left.png) 0 0/100% 100%;
}
#certify .swiper-button-next{
    outline: none;
    right: 30px !important;
}
#certify .swiper-button-next:after{
    content:'';
    width: 30px;
    height: 30px;
    background: url(../img/right.png) 0 0/100% 100%;
}

#certify .swiper-container {

    padding:50px 0;
}

#certify  .swiper-slide {
    width:600px;
    height:400px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
    position: absolute;
    bottom: 0;
    width: 100%;
	padding-top: 0;
	text-align: center;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.idxgcal .pf{
    margin-top: 110px;
    position: inherit;
}
.cpzxidx{
    height:500px; 
    background: url(../img/cpzxbg.png) 0 0/100% 100%;   
}
.cpzxmain{
    /* background: #fff; */
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.cpzxidx h2{
    color:#fff;
}
.cpzxidx .line{
    background:#fff;
}
.cpzxleft{
    width: 545px;
}
.cpzxleft p{
    margin-top: 35px;
    font-size:18px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    text-align: justify;
}
.cpzxleft button{
    margin-top: 60px;
    width:150px;
    height:40px;
    background:rgba(25,93,171,0);
    border:1px solid rgba(255,255,255,1);   
}
.cpzxleft button a{
    font-size:14px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(255,255,255,1);   
}
.jjfaitd{
   background-color: #fbfbfb;
    padding-top: 95px;
}
.lookmore{
    float: right;
    font-size:20px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(128,128,128,1);
}
.jjfabox1{
   background-color: #fff;
    margin-top: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jjfabox1:hover{
    box-shadow:  0 0 30px rgba(51,51,51,.3);
}
.jjfabox2:hover{
    box-shadow:  0 0 30px rgba(51,51,51,.3);
}
.numbox{
    width:60px;
    height:60px;

    border:2px solid rgba(231,231,231,1);
}
.numbox span{
    display: inline-block;
    margin-left: -10px;
    margin-top: 25px;
    font-size:20px;
    font-family:'Impact';
    font-weight:400;
    color:rgba(23,113,186,1);
}
.jjfabox1-lt h3{
    margin-top: 20px;
    font-size:24px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(0,0,0,1);   
}
.jjfabox1-lt{
    width:678px;
    margin-right: 20px;
}
.jjfabox1-lt p{
    margin-top: 20px;
    font-size:18px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:24px;   
}
.jjfabox1-lt button{
    margin-top: 50px;
    position: inherit;
}
.jjfabox2{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    height:320px;
    align-items: center;
    background:rgba(255,255,255,1);   
}
.jjfabox2 .jjfabox1-lt{
    margin-right: 0;
    margin-left: 20px;
}
.rjkfitd h2{
    color:#fff;
}
.rjkfitd .line{
    background:#fff;
}
.rjkfitd{
    margin-top: 100px;
    height:600px;
    display: flex;
    align-items: center;
    background: url(../img/b3.png) 0 0/100% 100%;
}
.xwzxidx{
    margin-top:95px;
}

.itdnews{
    display: flex;
   /* justify-content: space-between; */
    margin-top:65px;
	flex-wrap: wrap;
}
.newspic{
    display: flex;
	
    align-items: center;
    justify-content: center;
    width:380px;
	
    height:380px;
    border:4px solid rgba(232,232,232,1);    
}
/*.newspic img{
    width: 340px;
    height: 340px;
}*/
.itdnews>div{
	margin-right:20px;
    width:380px;
    cursor: pointer;
}
	
.itdnews>div:nth-of-type(3n){
	margin-right:0;
}
.newstitle{
    text-align: center;
    font-size:16px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(0,0,0,1);
    margin:15px 0;
}
.newsp{
    font-size:14px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:24px;    
}
.itdnews>div:hover .newspic{
    border:none;    
    background-color: #fff;
    box-shadow: 0 0 30px rgba(51,51,51,.4);
}
.xwzxidx button{
    display: block;
    position: inherit;
    margin:60px auto 98px;
}

/**/
.lianxi-wrap {
    position: fixed;
    top: 88%;
    right:1%;
    height:auto;
    width: 60px;
    z-index: 11;
    transform: translateY(-50%);
}

.lianxi-wrap>div {
    width: 60px;
    height: 60px;
    line-height:60px;
  
    text-align: center;
    margin-bottom: 1px;
    /* overflow: hidden; */
}
.lianxi-wrap>div img{
    width: 60px;
    height: 60px;
}


.foot{
    overflow: hidden;
    height:382px;
    background:rgba(51,51,51,1);    
}
.footmain{
  
    display: flex;
    margin-top: 80px;
}
.navlist p{
    font-size:12px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:35px;
}
.navlist p:nth-child(1){
    font-size:14px; 
}
.navlist {
    margin-right: 70px;
}
.navlist p a{
    color:#fff;
}
.ewm{
    margin-left:70px;
    width: 138px;
    font-size:14px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;  
    text-align: center;  
}
.ewm img{
    width: 100%;
}
.cpy{
    margin-left: 100px;
}
.cpy .cpyname{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.smallline{
    width:80px;
    height:1px;
    background:rgba(255,255,255,1);
    margin:15px 0;    
}
.addressgs{
    display: flex;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    width: 350px;
    line-height:24px;    
}
.addressgs div{
    margin-bottom: 5px;
    color:rgba(255,255,255,1);
}
.addressgs div:nth-child(1){
    min-width: 40px;
   
}
.addressgs div:nth-child(2){
    width: 250px;
}
.graydeep a{
    font-size:12px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(255,255,255,1);    
}
.graydeep{
    padding-top:10px;
    margin-top:30px;
    font-size:12px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(255,255,255,1);   
    border-top: 1px solid #fff;
    text-align: left;
}
.headnav-info .active::after{
    content: '';
    position: absolute;
    width: 100%;
    height:4px;
    background:rgba(25,93,171,1);
    left:0;
    bottom: 1px;
}
.headnav-info li{
    position: relative;
}
.aboutjznav{
    position: absolute;
    top:130px;
    left:0;
    z-index: 9999;
    width: 100%;
    display: none;
    height:240px;
    background:rgba(242,242,242,1);    
    background: url(../img/gyjz.png) 0 0/100% 100%;
}
.aboutjznav.active{
    display: block;
}
.aboutjznav>div{
    display: flex;
    
}
.blueline{
    width:28px;
    height:4px;
    margin:5px 0;
    background:rgba(25,93,171,1);   
}
.jjfalistd .blueline{
background-color: #ffc611;
}
.jjfalistd  .twonavlist a.active{
    color: #ffc611;
}
.twonavtitle-tt{
    font-size:24px;
    font-family:'JLinXin';
    font-weight:400;
    color:rgba(27,34,48,1);    
}
.twonavtitle-st{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(27,34,48,1);    
}
.twonavtitle{
    height:240px;
    display: flex;
    align-items: center;
}
.twonavlist a{
    display: inline-block;
    width: auto;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#333333;
    margin-right: 14px;
    box-sizing: border-box;
    line-height:36px;
}
.twonavlist{
    width: 290px;
    margin-left: 120px;
}
.twonavlist .active{
    padding-left: 10px;
    color:rgba(25,93,171,1);
    position: relative;
}
.twonavlist .active::before{
    position: absolute;
    content: "";
    top:15px;
    left: 0px;
    width: 4px;
    height: 4px;
    background-color:rgba(25,93,171,1);
    border-radius: 50%;

}
.jjfalistd  .twonavlist .active::before{
    background-color:#ffc611;
}
.xzs{
    margin-top:30px;
    width: 287px;

}
.xzs p{
    
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px; 
    margin-bottom: 25px;   
}
.tnimg{
    margin-left: 40px;
    width:340px;
    height:153px;
}
.pagebanner{
    font-size: 0;
}
.pagebanner img{
    width: 100%;
}
.newspages{
    height:60px;
    background:rgba(230,230,230,1);    
}
.newspages>div{
    display: flex;
    justify-content: space-between;
}
.newspages>div>div{
    display: flex;
}
.newspages>div>div>div{
    margin-right: 78px;
    position: relative;
    height:60px;
    line-height: 60px;
}
.newspages>div>div>div a{
    font-size:16px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(51,51,51,1);   
}
.newspages .active::after{
    content: '';
    position: absolute;
    width: 100%;
    height:4px;
    background:rgba(25,93,171,1);
    left:0;
    bottom: 1px;
}
.weizhi{
    font-size:14px;
    font-family:'SimSun';
    font-weight:400;
    line-height: 60px;
    color:rgba(51,51,51,1);   
}
.newsli{
    margin-top: 60px;
}
.news-list{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding:50px;
    margin-bottom: 60px;
    box-shadow: 0 0 10px rgba(138, 149, 155, 0.2);
}
.news-list img{
    width:300px;
    height:200px;   
}
.newsyj{
    width: 573px;
   
    }
.newsyj button{
    margin-top:30px;
    width:150px;
    height:40px;
    cursor: pointer;
    background:rgba(25,93,171,1);    
}
.newsyj button:hover{
    opacity: 0.7;
}
.newsyj button a{
    font-size:14px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(255,255,255,1);    
}
.newsyj h3{
    font-size:24px;
    font-family:SimSun;
    font-weight:400;
    color:rgba(51,51,51,1);   
}
.newsyj p{
    line-height:24px;
    margin-top: 15px;
    font-size:14px;
    text-align: center;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(153,153,153,1);
    overflow : hidden;
    display: -webkit-box;
	text-align: justify;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.time div{
    font-family: 'PangMen';
    font-size:28px;
    font-weight:400;
    height: 30px;
    color:rgba(51,51,51,1);
}
.time div:nth-child(2){
    text-align: right;
	margin-top:10px;
}
.time{
    position: relative;
    width: 60px;
    height: 80px;
}
.time::after{
    content: '';
    position: absolute;
    top:5px;
    left: calc(50% - 1px);
    transform: rotate(45deg);
    width: 2px;
    height: 65px;
    background-color: #000;
}
.rjmain{
    margin: 110px auto 130px;
    display: flex;
	flex-wrap: wrap;
}
.rjlist{
    margin-right: 40px;
    position: relative;
    width: 320px;
    height: 420px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}
.rjlist:nth-of-type(3n){
    margin-right: 0px;
}
.rjtitle{

    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);    
}
.rjbox{
    position: absolute;
    bottom: 0;
    padding: 10px 12px;
    transition: all 0.3s;
    height: 190px;
}
.rjp{
    word-break:break-all; 
    text-align: justify;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(81,86,103,1);
    line-height:30px;    
}
.aboutxq{
    margin-top:20px;
    display: none;
    width:120px;
    height:34px;
    background:rgba(34,87,172,1);
    border:1px solid rgba(34,87,172,1);    
}

.aboutxq a{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);    
}
.rjlist:hover .rjbox{
    height: 230px;
    background-color: #fff;
}
.rjlist:hover .aboutxq{
    display: block;
}
.rjmain{
    width: 1100px;
}
.newsbt{
    text-align: center;
    font-size:36px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(51,51,51,1);    
}
.newsxq{
    margin-bottom: 95px;
    margin-top: 60px;
}
.newsline{
    margin:30px auto 20px;
    width:1070px;
    height:1px;
    background:rgba(230,230,230,1);   
}
.newsmsg span{
    display: inline-block;
    margin-right: 20px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(51,51,51,1);
    
    
}
.newsmsg{
    text-align: center;
    font-size:14px;
    margin-bottom: 50px;
}
.newsbox p{
    text-indent: 2em;
    font-size:14px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:30px;    
    text-align: justify;
}
.cpbox p{
    text-indent: 0em;
}
.newsbox img{
    margin:50px 0;
    max-width: 100%;
}
.qhpages i{
    font-size: 32px;
    color:#333333;
    margin-left: 30px;
}
.qhpages i img{
    display: inline-block;
    vertical-align: middle;
}
.qhpages .next{
    text-align: right;
    font-size:14px;
    line-height: 14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);    
}
.qhpages .nexttitle{
    font-size:14px;
    line-height: 14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(179,179,179,1);    
}
.qhpages{
    margin-top:20px;
    float: right;
    display: flex;
    align-items: center;
}
.cpzxpage{
    background: #fff;
    border:1px solid rgba(238,238,238,1);
}
.cpzxlt img{
    width:600px;
    height:400px;
}
.qhpagesl i{
    transform: rotate(-180deg);
}
.qhpagesl {
    float: left;
}
.qhpagesl p{
    text-align: left;
}
.cpzxlt{
    width: 100%;
    display: flex;
    align-items: center;
    padding:80px 0;
}
.cpzxtitle{
    font-size:30px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(27,34,48,1);
}
.cpline{
    width:56px;
    height:4px;
    background:rgba(26,71,155,1);
    margin-top:10px;
}
.cpzxpage>div{
    width: 1200px;
}
.cpzxlt-text{
    margin-left: 68px;
}
.cpzxlt-tt2{
    margin-top: 20px;
    font-size:18px;
    width:470px;
    text-align: justify;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(27,34,48,1);   
}
.cpzxnr{
    margin-top:10px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(185,185,185,1);
    line-height:30px;
    width:452px;
    text-align: justify;   
}
.cpzxlt-text button{
    margin-top:20px;
    width:140px;
    height:32px;
    line-height: 32px;
    background:rgba(255,255,255,0);
    border:1px solid rgba(220,220,220,1);    
}
.cpzxlt-text button a{
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);   
}
.cpzxlt-text button:hover{
    background:rgba(26,71,155,1);
    box-shadow:0px 3px 10px 0px rgba(26,71,155,0.65);
    border:none;    
}
.cpzxlt-text button:hover a{
    color:#fff;
}
.cpzxlt-text button:hover i{
    color:#fff;
}
.cpzxlt-text button i{
    margin-left: 10px;
    color:rgb(170, 166, 166);
}

.cpzxrt{
    background:rgba(243,245,247,1);
}
.cpzxrt .cpzxlt{
    width: 1200px;

}
.cpzxrt  .cpzxlt-text{
margin-left: 30px;
margin-right: 88px;
}
.cpbt{
    margin-bottom: 30px;
}
.allist ul{
    display: flex;
    flex-wrap: wrap;
    
}
.allist ul li{
    width:271px;
    margin-right: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}
.allist ul li:nth-of-type(4n){
    margin-right: 0;
}
.allist ul li img{
    width: 100%;
}
.allist ul li p{
    margin-top:10px;
    font-size:15px;
    font-family:'SimSun';
    font-weight:bold;
    text-align: center;
    color:rgba(51,51,51,1);   
}
.allist ul li:hover img{
    box-shadow: 0 0 20px rgba(51,51,51,.3);
}
.allist{
    margin-top: 60px;
}
.page form{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 100px;
}
.page div{
    cursor: pointer;
    height:24px;
    line-height: 24px;
    padding:0 8px;
    box-sizing: content-box;
    margin:0 10px;
    background:rgba(237,237,237,1);    
}
.page div a{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(77,77,77,1);
}
.page div:hover{
    color:#fff;
    background:rgba(25,93,171,1);   
}
.page div:hover a{
    color:#fff;
}
.jjfalistbb{
    height:60px;
    border-bottom: 4px solid #ccc;
    background:rgba(230,230,230,1);    
}
.jjfalistbb ul{
    display: flex;
       justify-content: space-between;
}
.jjfalistbb ul li{

    height:60px;
    line-height: 60px;
   
}
.jjfalistbb ul li a{
    font-size:16px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(51,51,51,1);   
}
.jjfalistbb ul li.active{
    border-bottom:4px solid #FFB10D;
}
.jjfamain2{
    display: flex;
    justify-content: space-between;
    margin: 120px auto 160px;
}
.jjfamain2 img{
    width: 316px;
   margin-right: 50px; 
}
.jjfamain2 button{
    margin-top: 50px;
    width:150px;
    height:40px;
    background:rgba(255,177,13,1);
    border-radius:4px;
}
.jjfamain2 button a{
    color:#fff;
}
/*.tap_box .taps_list{
    display: none;
}*/


.jjfamain2 .jjfatt{
    font-size:36px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(0,0,0,1);
}
.jjfamain2 p{
    margin-top:30px;
    width:614px;
    font-size:16px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:24px;
}


.abbox h3{
    padding-left: 10px;
    border-left: 4px solid rgba(230,230,230,1);
    margin:60px 0;
    font-size:36px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);   
}
.fzlc{
    justify-content: space-between;
    display: flex;
    height: 500px;
    background:rgba(230,230,230,1);
}
.fzlc img{
    width: 500px;

}
.fzlc h4{
    font-size:20px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(0,0,0,1);   
    margin-bottom: 25px; 
}
.fzlc p{
    width: 570px;
    font-size:14px;
    font-family:'SimSun';
    font-weight:400;
    text-align: justify;
    color:rgba(0,0,0,1);
    line-height:30px;    
}
.fzlc>div{
    padding:60px 54px;
}
.aboutjznum{
    margin-top: 60px;
    width: 100%;
    margin-bottom: 20px;
}
.qywh{
    align-items: center;
    display: flex;
 
}
.qywh p{
    margin-left: 50px;
    text-indent: 2em;
    font-size:14px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:30px;   
    width:558px; 
}
.swiper-container5 .swiper-slide{
    width:280px;
   
}
.zzwj{
    margin-top: 120px;
    height: 450px;
}
.swiper-container5 .swiper-slide:hover img{
    box-shadow: 0 0 20px rgba(51,51,51,.4);
}
.swiper-container5  .swiper-pagination-bullets{
    bottom: 50px !important;
}
.swiper-container5{
    padding-bottom: 100px !important; 
}
.swiper-container5 span{
    width: 14px;
    height: 14px;
}
/*.swiper-container5 .swiper-pagination-bullet{
    background-color: #ddd;
}*/
.swiper-container5 .swiper-pagination-bullet-active{
    background-color: #195DAB;
}
.swiper-container6 img{
    
    width:265px !important;
    height:140px !important;    
}
.swiper-container6 {
    padding-bottom: 100px !important; 
}
.swiper-container6  .swiper-pagination-bullets{
    bottom: 80px !important;
}
.swiper-container6>div>div>div{
    display: flex;
    justify-content: flex-start !important;
    flex-wrap: wrap;

}
.swiper-container6>div>div>div img{
    margin-right: 40px;
    margin-bottom: 40px;
}
.swiper-container6>div>div>div img:nth-of-type(4n){
    margin-right: 0;
}
.hzhb h3{
    margin-bottom: 40px;
}
.zzwj h3{
    margin-bottom: 40px;
}
/*.swiper-container6 .swiper-pagination-bullet{
    background-color: #ddd;
}*/
.swiper-container6 .swiper-pagination-bullet-active{
    background-color: #195DAB;
}
.swiper-container6 span{
    width: 14px;
    height: 14px;
}
.hzhb {
    height: 610px;
}
.mbhead{
    display: none;
}
.mbshadow{
    display: none;
}
header{
    display: none;
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  *, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html, body {
    /* you need to set this to assign to the main element a min height of 100% */
    /* height: 100%; */
  }
  
  body {
    font-size: 100%;
    font-family: "Titillium Web", sans-serif;
    /* color: #4e6361; */
    /* background-color: #f5f4e9; */
  }
  
  /* a {
    color: #6cac70;
    text-decoration: none;
  } */
  
  /* -------------------------------- 
  
  Modules - reusable parts of our design
  
  -------------------------------- */
  .cd-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  /* -------------------------------- 
  
  Main components 
  
  -------------------------------- */
  .cd-main-content {
    /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
    min-height: 100%;
    position: relative;
    background-color: #f5f4e9;
    z-index: 2;
    padding-top: 50px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .cd-main-content.lateral-menu-is-open {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  @media only screen and (min-width: 768px) {
    .cd-main-content {
      padding-top: 70px;
    }
  }
  
  header {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: #4e6361;
    z-index: 3;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  header.lateral-menu-is-open {
    /* translate to show the lateral menu */
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  header.is-fixed {
    position: fixed;
  }
  @media only screen and (min-width: 768px) {
    header {
      height: 70px;
    }
  }
  
  #cd-logo {
    display: block;
    float: left;
    margin: 12px 0 0 20px;
  }
  #cd-logo img {
    display: block;
    width: 25vw;
  }
  @media only screen and (min-width: 768px) {
    #cd-logo {
      margin: 22px 0 0 30px;
    }
  }
  
  #cd-top-nav {
    position: absolute;
    top: 0;
    right: 120px;
    height: 100%;
    display: none;
  }
  #cd-top-nav ul {
    height: 100%;
    padding-top: 18px;
  }
  #cd-top-nav li {
    display: inline-block;
    margin-right: 1em;
  }
  #cd-top-nav a {
    display: inline-block;
    padding: .5em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
  }
  #cd-top-nav a.current {
    background-color: #242e30;
  }
  .no-touch #cd-top-nav a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  @media only screen and (min-width: 768px) {
    #cd-top-nav {
      display: block;
    }
  }
  
  #cd-menu-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #64807d;
  }
  #cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    display: none;
  }
  #cd-menu-trigger .cd-menu-icon {
    /* this span is the central line in the menu menu */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #FFF;
    /* these are the upper and lower lines in the menu menu */
  }
  #cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
  }
  #cd-menu-trigger .cd-menu-icon::before {
    bottom: 5px;
  }
  #cd-menu-trigger .cd-menu-icon::after {
    top: 5px;
  }
  #cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0);
  }
  #cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background-color: white;
  }
  #cd-menu-trigger.is-clicked .cd-menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  @media only screen and (min-width: 768px) {
    #cd-menu-trigger {
      width: 110px;
      padding-left: 1.25em;
    }
    #cd-menu-trigger .cd-menu-text {
      display: inline-block;
      line-height: 70px;
    }
    #cd-menu-trigger .cd-menu-icon {
      left: auto;
      right: 1.25em;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  #cd-lateral-nav {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    visibility: hidden;
    /* the secondary navigation is covered by the main element */
    z-index: 99999;
    width: 260px;
    background-color: #242e30;
    overflow-y: auto;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
    transition: transform .4s 0s, visibility 0s .4s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateX(280px);
    -moz-transform: translateX(280px);
    -ms-transform: translateX(280px);
    -o-transform: translateX(280px);
    transform: translateX(280px);
  }
  #cd-lateral-nav .cd-navigation {
    margin: 10px 0 16px;
  }
  #cd-lateral-nav .sub-menu {
    padding: 0 10px 20px 15px;
    display: none;
  }
  #cd-lateral-nav a {
    display: block;
    line-height: 2em;
    padding: 0 16px 0 32px;
    color: #aab5b7;
  }
  #cd-lateral-nav a.current {
    background-color: #3a4a4d;
    color: #FFF;
  }
  .no-touch #cd-lateral-nav a:hover {
    color: #FFF;
  }
  @media only screen and (min-width: 768px) {
    #cd-lateral-nav .cd-navigation {
      margin: 20px 0;
    }
  }
  #cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch;
  }
  
  /* style menu items which have a submenu  */
  #cd-lateral-nav .item-has-children > a {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    /* this is the right arrow to show that the item has a submenu  */
  }
  #cd-lateral-nav .item-has-children > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background: url("../img/cd-arrow.svg") no-repeat center center;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  #cd-lateral-nav .item-has-children > a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  
  #cd-lateral-nav .socials {
    padding: 0 32px;
  }
  #cd-lateral-nav .socials:after {
    content: "";
    display: table;
    clear: both;
  }
  #cd-lateral-nav .socials a {
    height: 32px;
    width: 32px;
    float: left;
    padding: 0;
    background-image: url("../img/cd-socials.svg");
    background-repeat: no-repeat;
    background-size: 128px 64px;
    background-color: #FFF;
    margin-right: .5em;
    border-radius: 0.25em;
  }
  #cd-lateral-nav .socials a.cd-twitter {
    background-position: 0 0;
  }
  #cd-lateral-nav .socials a.cd-github {
    background-position: -32px 0;
  }
  #cd-lateral-nav .socials a.cd-facebook {
    background-position: -64px 0;
  }
  #cd-lateral-nav .socials a.cd-google {
    background-position: -96px 0;
  }
  .no-touch #cd-lateral-nav .socials a:hover {
    background-color: #4e6361;
  }
  .no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
    background-position: 0 -32px;
  }
  .no-touch #cd-lateral-nav .socials a:hover.cd-github {
    background-position: -32px -32px;
  }
  .no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
    background-position: -64px -32px;
  }
  .no-touch #cd-lateral-nav .socials a:hover.cd-google {
    background-position: -96px -32px;
  }
  
  .mb{
      display: none;
  }
  .newsxq h3{
    font-size:36px;
    font-family:'SimSun';
    font-weight:400;
    text-align: center;
    color:rgba(51,51,51,1);
  }
  .gcalpagebox{
      display: flex;
      align-items: center;
      margin:50px 0;
      justify-content: space-between;
  }
  .gcalpagebox>div{
    font-size:14px;
    font-family:'SimSun';
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;
    width: 700px;     
    text-align: left; 
  }
  .gcalpagebox img{
      width: 400px;
      height: 300px;
  }
  .qhpagesl i{
      margin-left:0;
      margin-right: 30px;
  }