  @charset "utf-8";
.slick {
    background: #ffffff;
    position: relative;
}

.slick::before {
    content: "";
    display: block;
    height: 12%;
    background: url("/lic/images/bg-before.png") no-repeat;
    background-size: cover;
    bottom: -1px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 3;
}

.slick .slick-dots {
    bottom: 117px;
}

.slick div a {
    display: block;
    background-color: #162a84;
}

.slick div a img {
    width: 100%;
}

.slick .slick-dots li {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
    margin: 0 4px;
}

.slick .slick-dots li.slick-active {
    background: rgb(255, 255, 255);
}

.mid1 {
    position: relative;
    z-index: 3;
    margin-top: -77px;
}

.mid1>div {
    padding: 30px 0px;
    padding-left: 58px;
    padding-right: 40px;
    background: #ffffff;
    border-radius: 38px 0px 38px 0px;
    box-shadow: 0px 10px 10px #dadada;
}

.mid1Left {
    float: left;
    margin-right: 45px;
    width: 101px;
}

.mid1Left .One {
    color: #333333;
    font-size: 24px;
    line-height: 40px;
}

.mid1Left .Two {
    color: #999999;
    font-size: 11px;
    /* line-height: 45px; */
}

.mid1Right {
    overflow: hidden;
    padding-top: 4px;
}

.mid1Right ul li {
    float: left;
    width: 10%;
    text-align: center;
}

.mid1-icon {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.mid1-icon img {
    width: 100%;
    height: 100%;
}

.mid1RightItem a p {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.headTit {
    padding-top: 48px;
    padding-bottom: 30px;
}

.titLeft {
    float: left;
    padding-left: 0;
}

.titLeft p {
    float: left;
    color: #666666;
    font-size: 20px;
    line-height: 45px;
    cursor: pointer;
}

.titLeft p.on {
    position: relative;
    color: #333333;
    font-size: 26px;
    line-height: 45px;
    z-index: 2;
}

.titLeft p.on::before {
    position: absolute;
    display: block;
    opacity: 0.5;
    color: #cccccc;
    font-size: 30px;
    left: 3px;
    top: 26px;
    z-index: -2;
    transition: all 0.8s;
}

.titLeft .Notice.on::before {
    content: "WORK";
    font-size: 16px;
    left: 28px;
}

.titLeft .Work.on::before {
    content: "NOTICE";
    font-size: 16px;
    left: 22px;
}

.titLeft .Work.on {
    margin-left: 20px;
}

.titLeft span {
    float: left;
    margin: 0 18px;
    color: #aaaaaa;
    line-height: 45px;
}

.headTit a {
    display: block;
    float: right;
    line-height: 45px;
    color: #999999;
    font-size: 16px;
    position: relative;
}

.headTit a::before {
    position: absolute;
    content: "";
    display: block;
    left: -84px;
    top: 50%;
    transform: translateY(-39%);
    background: url("/lic/images/more-blue.png") no-repeat;
    width: 74px;
    height: 12px;
}

.headTit a:hover {
    color: #275ebc;
}

.mid2 .mid2Left {
    width: 571px;
    float: left;
    overflow: hidden;
    margin-right: 25px;
}

.mid2 .headTit a {
    display: none;
}

.mid2 .headTit a.on {
    display: block;
}

.ImgBox {
    overflow: hidden;
    position: relative;
    padding-right: 1px;
}

.ImgBox:hover img {
    transform: scale(1.1);
}

.mid2slick div a {
    display: block;
    padding-left: 4%;
    position: relative;
    padding-bottom: 4%;
}

.mid2slick::before {
    content: "";
    position: absolute;
    display: block;
    z-index: -2;
    left: 1px;
    top: 84px;
    width: 20%;
    height: 100%;
    background: url("/lic/images/mid2-before.png") no-repeat;
    background-size: cover;
}

.ImgBox .zhezhao {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: url("/lic/images/zhezhao.png") no-repeat;
    height: 74px;
    width: 100%;
    background-size: 100% 100%;
}

.ImgBox .zhezhao .One {
    float: left;
    font-size: 24px;
    color: #ffffff;
    line-height: 74px;
    margin-left: 21px;
}

.ImgBox .zhezhao .Two {
    float: left;
    font-size: 12px;
    color: #ffffff;
    line-height: 80px;
    margin-right: 16px;
}

.ImgBox .zhezhao .Three {
    overflow: hidden;
    padding-right: 21px;
    font-size: 18px;
    color: #ffffff;
    line-height: 74px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ImgBox img {
    width: 100%;
    transition: all 0.8s;
}

.mid2 {
    background: url("/lic/images/bg-mid2.png") no-repeat;
    background-position: 100% 0%;
    padding-bottom: 0px;
}

.mid2slick .slick-dots {
    bottom: 0.5%;
    left: 27px;
}

.mid2slick div a img {
    width: 100%;
}

.mid2slick .slick-dots li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #999999;
    box-sizing: border-box;
    margin: 0 4px;
}

.mid2slick .slick-dots li.slick-active {
    background: rgb(255, 255, 255);
    border: 1px solid #999999;
}

.mid2slick .slick-dots li button {
    display: none;
}

.mid2Right {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 10px;
    /* padding-left: 27px; */
    /* padding-right: 30px; */
}

.mid2Right .Top {
    display: block;
    margin-bottom: 28px;
    border-top: 1px dashed #eee;
    padding-top: 18px;
}

.mid2Right .Top .date {
    float: left;
    width: 102px;
    border-right: 1px solid #e5e5e5;
    height: 57px;
    margin-top: 8px;
}

.mid2Right .Top .date .One {
    color: #275ebc;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
}

.mid2Right .Top .date .Two {
    color: #275ebc;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.mid2Right .Top .shuxian {
    width: 1px;
    height: 57px;
    background: #e5e5e5;
    float: left;
    padding-top: 10px;
}

.mid2Right .Top .con {
    overflow: hidden;
    padding-left: 31px;
}

.mid2Right .Top .con .One {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mid2Right .Top .con .One:hover {
    color: #275ebc;
}

.mid2Right .Top .con .Two {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box; /* Old iOS */
    -webkit-line-clamp: 2; /* Safari */
    line-clamp: 2; /* Opera */
    -webkit-box-orient: vertical; /* Old iOS */
    box-orient: vertical; /* Opera */
    text-overflow: ellipsis;
}

.mid2RightItem {
    float: left;
    width: 50%;
    padding: 15px 0;
    padding-left: 21px;
    padding-right: 26px;
}

.mid2RightItem3{
    width: 33.33%;
}

.mid2RightItem:hover {
    background: url("/lic/images/bg-mid2-r.png") no-repeat;
    background-size: cover;
    box-shadow: 0px 6px 11px #dadada;
}

.mid2RightItem a {
    display: block;
}

.mid2RightItem a .Top {
    font-size: 0px;
    margin-bottom: 12px;
}

.mid2RightItem a .Top .One {
    display: inline-block;
    font-size: 10px;
    color: #333333;
    transform: rotate(90deg) translateX(-2px);
    margin-left: -8px;
}

.mid2RightItem a .Top .Two {
    display: inline-block;
    font-size: 20px;
    color: #999999;
    font-weight: 600;
    margin-left: -5px;
}

.mid2RightItem:hover a .Top .Two {
    color: #275ebc;
}

.mid2RightItem a>p {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box; /* Old iOS */
    -webkit-line-clamp: 2; /* Safari */
    line-clamp: 2; /* Opera */
    -webkit-box-orient: vertical; /* Old iOS */
    box-orient: vertical; /* Opera */
    overflow: hidden;
    text-overflow: ellipsis;
}

.mid2Body {
    position: relative;
}

.mid2BodyItem.on {
    z-index: 9;
    opacity: 1;
    position: relative;
}

.mid2BodyItem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all .3s;
    z-index: -9;
}

.mid3B {
    background: url(/lic/images/bg-mid3.png) no-repeat;
    /* background-size: cover; */
    background-position: top center;
    position: relative;
    z-index: 1;
    min-height: 591px;
    margin-top: -50px;
}

.mid3 {
    position: relative;
    z-index: 2;
    margin-top: -500px;
}

.mid3Bodyslick div {
    padding-bottom: 10px;
}

.mid3 .headTit .titLeft {
    padding-left: 50%;
    transform: translateX(-52px);
}

.mid3 .titLeft .Notice.on::before {
    content: "Achievement";
    left: 2px;
}

.mid3 .headTit .titLeft p {
    color: #ffffff;
}

.mid3 .headTit a::before {
    background: url(/lic/images/more-white.png) no-repeat;
}

.mid3 .headTit a:hover {
    color: #ffffff;
}

.mid3ItemBox {
    cursor: pointer;
    padding:15px 15px 30px 15px;
    height: 404px;
overflow: hidden;
}
.mid3ItemBoximg{height: 330px;position: relative;overflow: hidden;}
mid3ItemBoximg0{
z-index:999;
position: relative;
top:0px;
left:0px;
}

.mid3ItemBox:hover {
    background: url("/lic/images/bg-mid3Item-hover.png") no-repeat;
    background-size: cover;
z-index:999;overflow: hidden;
}

.mid3ItemBox .tit {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mid3ItemBox a {
    text-align: center;
    display: block;
    color: #275ebc;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
}

.mid3ItemBox:hover .con,
.mid3ItemBox:hover a {
    color: #ffffff;
}

.mid3ItemBox:hover .Top div {
    color: #275ebc;
}

.mid3ItemBox:hover .Top div,
.mid3ItemBox:hover .Top .xiexian,
.mid3ItemBox:hover .year::before,
.mid3ItemBox:hover .year::after {
    background-color: #ffffff;
}

.mid3ItemBox a:hover::before {
    transform: translateY(-50%) translateX(10px);
}

.mid3Bodyslick .slick-prev {
    background: url("/lic/images/icon-mid3-l.png") no-repeat;
    width: 40px;
    height: 83px;
    left: -76px;
}

.mid3Bodyslick .slick-next {
    background: url("/lic/images/icon-mid3-r.png") no-repeat;
    width: 40px;
    height: 83px;
    right: -76px;
}

.mid4 {
    padding-bottom: 109px;
}

.mid4Left {
    width: 30%;
    /* margin-right: 3%; */
    /* float: left; */
}

.mid4Right {
    overflow: hidden;
    width: 30%;
}

.mid4Left .titLeft .Notice.on::before {
    content: "";
    left: 3px;
}

.mid4Right .titLeft .Notice.on::before {
    content: "";
    left: 10px;
}

.i-list {}

.i-list li {
    position: relative;
    font-size: 16px;
    line-height: 55px;
    padding: 0px 60px 0 15px;
    background: url(/lic/images/dtd-left.png) no-repeat;
    background-position: left center;
    background-size: 8px;
    margin-bottom: 32px;
}

.i-list li:last-child {
    margin-bottom: 0px;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.i-list li a:hover {
    color: #226de2;
    /* font-weight: 600; */
}

.i-list li span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #999999;
    font-size: 12px;
}

.mid4Body div a div.icon {
    height: 183px;
    margin-right: 7.5px;
    margin-left: 7.5px;
}

.mid4Body .One {
    background: url("/lic/images/bg-mid4slick1.png") no-repeat;
    background-size: cover;
}

.mid4Body .Two {
    background: url("/lic/images/bg-mid4slick2.png") no-repeat;
    background-size: cover;
}

.mid4Body .Three {
    background: url("/lic/images/bg-mid4slick3.png") no-repeat;
    background-size: cover;
}

.mid4-icon {
    width: 48px;
    margin: 0 auto;
    padding-top: 53px;
}

.mid4-icon img {
    display: block;
    margin: 0 auto;
    /* width: 100%; */
    /*height: 100%; */
}

.mid4Body div a div.icon p {
    color: #ececec;
    text-align: center;
    margin-top: 17px;
}
