*{
    margin: 0;
    padding: 0;
    font-family: MicrosoftYaHei-Bold;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333
}
input,textarea{
    border: 0;
    outline: none;
}
i,em{
    font-style: normal;
}
img{
    vertical-align: middle
}

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

.jjjk a {
 color:#0060aa;
}
.introduce{
    overflow: hidden;
    margin-bottom: 60px;
}
.introduce .introduceImg{
    width: 580px;
    float: left;
}
.introduce .js_right{
    width: 580px;
    float: right;
}
.js_right h3{
    font-size: 32px;
	font-weight: normal;
	letter-spacing: 2px;
    color: #333333;
    margin-bottom: 16px;
}
.js_right {
    font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: 1px;
	color: #333333;
}
.js_right a{
    float: right;
    display: inline-block;
    width: 142px;
    text-align: center;
    line-height: 46px;
	height: 46px;
	background-color: #0060aa;
    border-radius: 23px;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 18px;
    margin-top: 40px;
}

.three{
    overflow: hidden;
    margin-bottom: 60px;
}
.three li{
    position: relative;
    width: 380px;
    float: left;
    margin-right: 30px;
}
.three li:last-child{
    margin-right: 0;
}
.three li:first-child+li+li{
    margin-right: 0;
}
.three li .threeImg{
    width: 100%;
    height: auto;
}
.three li h4{
    font-size: 42px;
	font-weight: normal;
	line-height: 13px;
	letter-spacing: 3px;
    color: #005b9e;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.newbox{
    background-color: #f6f6f6;
    padding: 50px 0;
}
.fwzn-ul {
    height: 39px;
    display: block;
    border-bottom: 1px solid #ddd;
    margin-bottom:15px;
}
.title-lixiss {
    float: left;
    margin-right: 30px;
}
.tab_y {
    border-bottom: 2px solid #0068b6;
    padding-bottom: 12px;
}
.title-lixiss a {
    font-size: 24px;
    color: #333333;
}
.morer a {
    font-size: 16px;
    color: #999999;
    float: right;
    margin-top: 7px;
}


.dqydzt-lbt {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
}
.arrow-left, .arrow-right {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 10;
    top: 40%;
    margin-top: -20px;
}
.arrow-left {
    left: -62px;
    background: url(/web/uiFramework/commonResource/image/2020120411042184667.png) no-repeat center;
    background-size: 100% 100%;
}
.arrow-right {
    right: -62px;
    background: url(/web/uiFramework/commonResource/image/2020120411045159291.png) no-repeat center;
    background-size: 100% 100%;
}
.ztlbt {
    height: 400px;
    padding-bottom: 44px;
}
.swiper-wrapper{
    height: 356px !important;
}
.swiper-slide{
    height: 356px !important;
}
.ztlbt img{
    width: 570px;
    height: 286px;
}
.swiper-slide {
    text-align: center;
    position: relative;
}
.swiper-slide h3{
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 570px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    color: #fff;
    background-color: #0060aa;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 1px;
    width: 100%;
    text-align: center;
  }
  .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 5px;
    background: #0060aa;
    cursor: pointer;
  }
  .swiper-active-switch {
    width: 30px;
    background: #0060aa;
  }

.video{
    margin-top: 60px;
    margin-bottom: 120px;
}
.videoList{
    overflow: hidden;
    width: 100%;
}
.videoList dd{
    float: left;
    width: 48%;
    line-height: 52px;
}
.videoList dd:nth-child(2n){
    float: right;
}
.videoList dd.two{
    float: right;
}
.videoList dd p{
    float: left;
    color: #333333;
    font-size: 20px;
}
.videoList dd .en {
  float: left;
  color: #333333;
  font-size: 19px;
}
.videoList dd p img{
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 10px;
}
.videoList dd span{
    float: right;
    color: #333333;
    opacity: 0.5;
    font-size: 20px;
}


@media (max-width: 768px){
body,html{overflow-x:hidden;}
    .w{
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .introduce .introduceImg{
        width: 100%;
    }
    .introduce .js_right{
        width: 100%;
        margin-top: 20px;
    }
    .three{
        margin-bottom: 30px;
    }
    .three li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
    }
    .three li:nth-child(2n){
        margin-right: 0;
    }

    .js_right h3{
        font-size: 28px;
    }
    .js_right{
        font-size: 17px;
        line-height: 32px;
    }
    .js_right a {
        width: 120px;
        line-height: 40px;
        height: 40px;
        font-size: 17px;
    }
    .three li h4{
        font-size: 18px;
    }
    .newbox{
        padding: 30px 0 1px;
    }
    .dqydzt-lbt{
        width: 100%;
    }
    .swiper-slide h3{
        width: 96%;
        height: 30px;
        line-height: 30px;
        left: 2%;
        font-size: 17px;
    }
    .arrow-right,.arrow-left{
        display: none;
    }
    .ztlbt{
        height: auto;
        padding-bottom: 26px;
    }
    .ztlbt img{
        width: 96%;
    }
    .swiper-wrapper {
        height: auto !important;
    }
    .swiper-slide {
        height: auto !important;
    }
    .title-lixiss a{
        font-size: 16px;
    }
    .video{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .videoList dd{
        width: 100%;
    }
    .videoList dd p{
        font-size: 16px;
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
        -o-text-overflow:ellipsis;
        width: 80%;
    }
    .videoList dd p img{
        margin-right: 5px;
    }
    .videoList dd span{
        font-size: 14px;
    }
.fwzn-ul{margin-bottom:5px;}
.title-lixiss{margin-right:16px;}
.morer a{margin-top:1px;}
.three li:last-child {width:100%;}

}