/* CSS Document */
@font-face {
    font-family: 'AbhayaLibre-SemiBold';
    src: url("/fonts/AbhayaLibre-SemiBold.ttf");
}

@font-face {
    font-family: 'msyhsb';
    src: url(/css/"");
}

body {
    color: #333;
    font-size: 14px;
    font-family: "msyhsb","Arial",Helvetica,Arial,Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}
.pb_sys_common {
    font-size: 12px;
    font-family: SimSun;
    line-height: 12px;
    color: #222;
    margin: 20px 0px !important;
}
.slick-slider {
    touch-action: auto!important;
}

.body-list {
    padding-top: 0;
}

html {
    font-style: 100%;
}

.img-hide {
    overflow: hidden;
    display: block;
}

.slick-slider {
    touch-action: auto!important;
}

.img-hide img {
    transition: 0.5s all;
    transform: scale(1,1);
}

.img-hide:hover img {
    transform: scale(1.05,1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,button:hover,input:focus {
    outline: none!important;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.tab-content {
    position: relative;
}

.tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s all;
}

.tab-content .tab-pane.active {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
}

@keyframes bigScale {
    from {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.nav-click {
    display: none;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    top: 13px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.search-box-c {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 54px;
    background: #fff;
    padding-right: 115px;
    margin-left: -400px;
    z-index: 1000010;
}

.search-box-c .form-control {
    height: 54px;
    border-radius: 0;
    font-size: 18px;
    box-shadow: none;
    border: none;
}

.modal {
    z-index: 100000001;
}

.modal-backdrop {
    z-index: 10000000;
}

.modal-box {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000010;
}

.btn-search-c,.btn-search-c:hover,.btn-search-c:focus {
    position: absolute;
    right: 0;
    background: #9a0813;
    top: 0;
    width: 115px;
    height: 54px;
    border: none;
    border-radius: 0;
    padding: 0
}

.modal-back {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(0,0,0,0.5);
}

.search_box {
    position: relative;
}

.banner img {
    width: 100%;
}

.banner {
    margin: 0;
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner .slick-current a {
    animation: 6s linear bigScale;
    -webkit-animation: 6s linear bigScale
}

.banner .slick-current {
    z-index: 100;
    position: relative;
}

.banner .slick-dots {
    bottom: 40px;
}

.banner .slick-dots li {
    margin: 0 30px;
    position: relative;
}

.banner .slick-dots li:before {
    display: block;
    content: /css/"";
    left: 100%;
    position: absolute;
    margin-left: 10px;
    width: 36px;
    top: 50%;
    border-top: solid 1px #fff;
}

.banner .slick-dots li:last-child {
    margin-right: 0;
}

.banner .slick-dots li:last-child:before {
    display: none;
}

.banner .slick-dots li,.banner .slick-dots li button {
    width: 20px;
    height: 20px;
}

.ban_dots:after {
    content: /css/"";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    zoom: 1; }

.slick-dots li button:before {
    display: none;
}


.ban_dots.fallback {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b9c1bb;
    margin: 0 auto;
}

.banner .slick-dots li.slick-active .ban_dots.fallback {
    background: #fff;
}


.progress-svg {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    zoom: 1; }

.path-loop-bg {
    stroke: transparent;
    stroke-width: 4;
}

.banner .slick-dots li.slick-active .path-loop-bg {
    stroke: rgba(255, 255, 255, 0.4);
}

.path-loop {
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 157;
    stroke-dashoffset: 157;
    -webkit-transition: stroke-dashoffset 6s linear;
    -moz-transition: stroke-dashoffset 6s linear;
    -o-transition: stroke-dashoffset 6s linear;
    transition: stroke-dashoffset 6s linear;
}


.custom-dots li.slick-active .path-loop {
    stroke-dashoffset: 0;
}

.banner-slick {
    position: relative;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}

.header-top {
    padding: 10px 0;
    border-bottom: solid 1px rgba(255,255,255,0.5);
    line-height: 32px;
    color: #fff;
}

.header-a a {
    color: #fff!important;
    !importan;!importa;!import;!impor;!impo;!imp;!im;!imp;!im;!i;!im;!imn;!im;!i;!; }

.header-a span {
    padding: 0 22px;
}

.container {
    width: 1630px;
}

.search-c {
    width: 200px;
    position: relative;
}

.search-c .form-control {
    box-shadow: none;
    color: #fff;
    border: none;
    background: rgba(255,255,255,0.1);
    border-radius: 30px;
}

.btn-ss {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    border: none;
    box-shadow: none;
    background: url(/images/search.png) center no-repeat!important;
}

.search-c .form-control::-webkit-input-placeholder {
    color: #fff;
}

.search-c .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.search-c .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.search-c .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.nav-list li {
    float: left;
    padding-bottom: 3px;
    margin-right: 50px;
    position: relative;
}

.nav-list li:last-child {
    margin-right: 0;
}

.nav-list li a {
    display: block;
    position: relative;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
}

.nav-list li:nth-of-type(5) {
    margin-right: 400px;
}

.nav-down {
    position: absolute;
    padding: 0 10px;
    left: 50%;
    transform: translate(-50%,0);
    top: 100%;
    min-width: 140px;
    background: #fff;
}

.nav-down li {
    float: none!important;
    position: relative;
    transition: 0.3s all;
    height: 0;
    overflow: hidden;
    text-align: center;
    padding: 0!important;
    margin: 0!important;
}

.nav-list li a:before {
    display: block;
    content: /css/"";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    margin-top: 20px;
    height: 2px;
    background: #fff;
    transition: 0.3s all;
}

.nav-list li:hover a:before {
    left: 0;
    right: 0;
}

.nav-down li a:before {
    width: 0;
    bottom: -1px;
    opacity: 0;
    top: auto;
    margin: 0;
    border: solid 1px #0a58a6;
}

.nav-down li a:hover:before {
    width: 100%;
    opacity: 1;
}

.nav-down li a {
    color: #666;
    font-size: 16px;
}

.nav-down li a:hover {
    background: #fff;
    color: #0a58a6;
}

.nav-list li:hover .nav-down-tow li {
    height: 61px;
}

.nav-list li:hover .nav-down-tow:before {
    display: block;
    content: /css/"";
    margin-left: -1px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    height: 12px;
    width: 2px;
    background: #fff;
}

.nav-list li .nav-down li a {
    border-bottom: solid 1px #dddddd7a;
}

.nav-down-three {
    display: none;
}

.header.active {
    background: #0a58a6;
}

.heder-bottom {
    margin-top: 20px;
    position: relative;
}

.logo {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
}

.banner .slick-prev {
    left: 115px;
    opacity: 0.5;
    top: 50%;
    width: 82px;
    height: 82px;
    background: url(/images/left.png) center no-repeat;
    margin-top: -41px;
    z-index: 100;
}

.banner .slick-next {
    right: 115px;
    opacity: 0.5;
    top: 50%;
    width: 82px;
    height: 82px;
    background: url(/images/right.png) center no-repeat;
    margin-top: -41px;
    z-index: 100;
}

.slick-prev:before,.slick-next:before {
    display: none;
}

.page-one {
    background: url(/images/back01.png) center bottom no-repeat;
    overflow: hidden;
    padding-bottom: 70px;
}

.title {
    color: #222;
    margin-top: 50px;
    position: relative;
    margin-bottom: 40px;
    background: url(/images/title.png) left top no-repeat;
    padding-top: 30px;
    line-height: 1;
    padding-left: 15px;
    margin-left: -15px;
}

.title span {
    font-size: 40px;
    color: #0a58a6;
    padding-right: 5px;
}

.title-a {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 16px;
    color: #274ca8;
    background: url(/images/more.png) right center no-repeat;
    padding-right: 40px;
}

.one-left {
    width: 60%;
}

.one-left a {
    display: block;
    position: relative;
}

.one-img {
    height: 600px;
}

.one-left a:after {
    display: block;
    content: /css/"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52%;
    background: url(/images/mask.png) center no-repeat;
    background-size: 100% 100%;
}

.one-date {
    z-index: 20;
    font-family: "AbhayaLibre-SemiBold";
    padding-top: 15px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 90px;
    height: 100px;
    background: url(/images/date-back.png) center no-repeat;
    font-size: 16px;
    color: #07328e;
}

.one-date span {
    font-size: 32px;
}

.one-left-tt {
    z-index: 20;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 130px;
    right: 50px;
    bottom: 75px;
}

.one-left-p {
    z-index: 20;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 130px;
    right: 50px;
    bottom: 35px;
}

.one-right {
    width: 37.5%;
}

.one-right li a {
    display: block;
    overflow: hidden;
    border-bottom: solid 1px #ddd;
    height: 120px;
    position: relative;
}

.one-right li:nth-of-type(2) {
    animation-delay: 0.2s;
}

.one-right li:nth-of-type(3) {
    animation-delay: 0.4s;
}

.one-right li:nth-of-type(4) {
    animation-delay: 0.6s;
}

.one-right li:nth-of-type(5) {
    animation-delay: 0.8s;
}

.tow-bottm-list li:nth-of-type(2) {
    animation-delay: 0.2s;
}

.tow-bottm-list li:nth-of-type(3) {
    animation-delay: 0.4s;
}

.tow-bottm-list li:nth-of-type(4) {
    animation-delay: 0.6s;
}

.tow-bottm-list li:nth-of-type(5) {
    animation-delay: 0.8s;
}

.one-right-tt {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
    left: 115px;
    font-size: 18px;
    color: #222;
    line-height: 33px;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a:hover .one-right-tt,a:hover .tow-ul-tt {
    color: #0a58a6;
}

.one-right-date {
    position: absolute;
    font-family: "AbhayaLibre-SemiBold";
    top: 50%;
    transform: translate(0,-50%);
    left: 20px;
    font-size: 16px;
    color: #222;
}

.one-right-date span {
    font-size: 32px;
}

.one-right li a:hover {
    background: url(/images/hover01.png) center no-repeat;
    background-size: cover;
    box-shadow: 8px 16px 16px rgba(79,165,219,0.22);
}

.petal {
    position: absolute;
    top: -33px;
}

a:hover .one-right-date {
    color: #0a58a6;
}

a:hover .petal {
    animation: fallAndRotate 4s linear infinite;
}

a:hover .petal-a {
    animation-delay: 0s;
    left: 20%;
    width: 26px;
    height: 17px;
    background: url(/images/hb01.png) center no-repeat;
}

a:hover .petal-b {
    animation-delay: 0.5s;
    left: 50%;
    width: 15px;
    height: 24px;
    background: url(/images/hb02.png) center no-repeat;
}

a:hover .petal-c {
    animation-delay: 1s;
    left: 70%;
    width: 24px;
    height: 33px;
    background: url(/images/hb03.png) center no-repeat;
}

a:hover .petal-d {
    animation-delay: 1.5s;
    left: 10%;
    width: 26px;
    height: 17px;
    background: url(/images/hb01.png) center no-repeat;
}

a:hover .petal-e {
    animation-delay: 2s;
    left: 30%;
    width: 15px;
    height: 24px;
    background: url(/images/hb02.png) center no-repeat;
}

a:hover .petal-f {
    animation-delay: 2.5s;
    left: 80%;
    width: 24px;
    height: 33px;
    background: url(/images/hb03.png) center no-repeat;
}

a:hover .petal-g {
    animation-delay: 2.1s;
    left: 40%;
    width: 26px;
    height: 17px;
    background: url(/images/hb01.png) center no-repeat;
}

a:hover .petal-h {
    animation-delay: 1.2s;
    left: 60%;
    width: 15px;
    height: 24px;
    background: url(/images/hb02.png) center no-repeat;
}

@keyframes fallAndRotate {
    0% {
        transform: translateY(-40px) translateX(0);
    }

    100% {
        transform: translateY(280px) translateX(-40px) rotate(270deg);
    }
}

.one-right li a:before {
    width: 0;
    display: block;
    content: /css/"";
    position: absolute;
    right: 0;
    top: 0;
    width: 0px;
    height: 68px;
    background: url(/images/hd.png) center no-repeat;
}

.one-right li a:hover:before {
    width: 78px;
    transition: 1s all;
}

.title-zj {
    display: inline-block;
    min-width: 236px;
    font-size: 40px;
    color: #0a58a6;
    line-height: 1;
    background: url(/images/title.png) center top no-repeat;
    padding-top: 25px;
}

.title-zj span {
    font-size: 14px;
    color: #222;
    line-height: 1;
    display: block;
    margin-top: 10px;
}

.title-center {
    position: relative;
    margin-top: 90px;
    margin-bottom: 30px;
}

.title-center .title-a {
    top: 50px;
    bottom: auto;
}

.td-slick-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    box-shadow: 6px 6px 16px rgba(10,88,166,0.3);
}

.td-slick-tt {
    margin-top: 20px;
    line-height: 35px;
    font-size: 20px;
    color: #222;
}

.td-slick-img img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

.td-slick a {
    display: inline-block;
}

.td-slick a:hover .td-slick-img {
    box-shadow: none;
}

.td-slick a:hover .td-slick-img:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: #cbd3ea;
    opacity: .4;
    animation: scaleta 1.5s infinite;
}

.td-slick a:hover .td-slick-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #666;
    animation: scaletb 1.5s infinite;
}

@keyframes scaleta {
    0% {
        transform: scale(1);
        opacity: .6
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes scaletb {
    0% {
        transform: scale(1);
        opacity: .8
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

.td-slick a:hover .td-slick-tt {
    font-weight: bold;
    color: #0a58a6;
}

.td-slick .slick-slide {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.td-slick .slick-prev {
    top: 85px;
    left: 0;
    width: 16px;
    height: 32px;
    opacity: 0.5;
    background: url(/images/td-left.png) center no-repeat;
    margin-top: -16px;
    z-index: 100;
}

.td-slick .slick-next {
    top: 85px;
    right: 0;
    width: 16px;
    height: 32px;
    opacity: 0.5;
    background: url(/images/td-right.png) center no-repeat;
    margin-top: -16px;
    z-index: 100;
}

.td-slick .slick-next:hover,.td-slick .slick-prev:hover {
    opacity: 1;
}

.td-slick {
    margin: 0;
}

.page-tow {
    background: url(/images/back02.png) center no-repeat;
}

.tow-left {
    width: 65%;
}

.title font {
    display: inline-block;
    margin-top: 10px;
}

.tow-left-back {
    height: 600px;
    background: url(/images/back-l.png) center no-repeat;
    background-size: 100% 100%;
    padding: 20px 0 20px 20px;
}

.tow-slick {
    width: 49%;
}

.tow-slick-img {
    height: 380px;
    transition: 0.3s all;
}

a:hover .tow-slick-img {
    transform: scale(1.05,1.05);
}

.pic {
    position: relative;
}

.pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: /css/"";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
}

a:hover .pic:before,.pic:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.tow-slick-bottom {
    height: 100px;
    padding-top: 5px;
    position: relative;
    padding-left: 100px;
    margin-top: 18px;
}

.tow-slick-bottom .one-date {
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
}

.tow-slick-tt {
    font-size: 18px;
    color: #222;
    text-align: justify;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a:hover .tow-slick-tt {
    color: #0a58a6;
    font-weight: bold;
}

.tow-slick-p {
    color: #666;
    margin-top: 10px;
}

.tow-slick .slick-dots {
    bottom: -60px;
}

.tow-slick .slick-dots li,.tow-slick .slick-dots li button {
    width: 26px;
    height: 26px;
    background: url(/images/dian01.png) center no-repeat;
}

.tow-slick .slick-dots li.slick-active button {
    background: url(/images/dian02.png) center no-repeat;
}

.news-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(/images/NEW.png) center no-repeat;
}

.tow-news {
    width: 51%;
    padding-left: 20px;
    margin-top: -20px;
}

.tow-news li:last-child a {
    border: none;
}

.tow-news li a:before {
    display: none;
}

.one-right li a:after {
    display: block;
    content: /css/"";
    position: absolute;
    left: 95px;
    top: 50%;
    border-right: solid 1px #ddd;
    height: 60px;
    margin-top: -30px;
}

.tow-ul-tt {
    position: absolute;
    left: 110px;
    top: 25px;
    font-size: 18px;
    color: #222;
    font-weight: bold;
    right: 20px;
}

.tow-ul-p {
    color: #666;
    position: absolute;
    left: 110px;
    top: 65px;
    right: 20px;
}

.tow-news li a:hover {
    background: url(/images/hover02.png) center no-repeat;
    background-size: cover;
}

.tow-right {
    width: 35%;
    padding-left: 40px;
}

.tow-right-bottom {
    height: 600px;
    padding: 0 40px;
    background: url(/images/tow-right.png) center no-repeat;
    background-size: 100% 100%;
}

.tow-right-date {
    font-size: 16px;
    color: #e5953a;
    padding-top: 25px;
}

.tow-right-tt {
    font-size: 18px;
    color: #222;
    margin-top: 15px;
}

.tow-show {
    height: 119px;
    overflow: hidden;
    transition: 0.3s all;
}

.tow-right-bottom li a {
    border-bottom: solid 1px #ddd;
    display: block;
}

.tow-hover {
    height: 0px;
    overflow: hidden;
    transition: 0.3s all;
    position: relative;
    padding-left: 85px;
}

.tow-hover-date {
    font-family: "AbhayaLibre-SemiBold";
    position: absolute;
    left: 0;
    top: 35px;
    font-size: 16px;
    color: #0a58a6;
}

.tow-hover-date span {
    font-size: 28px;
}

.tow-hover .tow-right-tt {
    margin-top: 10px;
    color: #0a58a6;
    font-weight: bold;
}

.tow-right-p {
    color: #666;
    line-height: 30px;
    height: 60px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tow-right-more {
    height: 12px;
    background: url(/images/more02.png) left center no-repeat;
    margin-top: 30px;
}

.tow-hover .tow-right-date {
    padding-top: 40px;
}

.active .tow-show {
    height: 0;
}

.active .tow-hover {
    height: 239px;
}

.tow-bottom-c {
    position: relative;
    margin-top: 100px;
    padding-bottom: 80px;
}

.tow-bottom-c-left {
    width: 31.25%;
}

.link-img {
    height: 460px;
}

.tow-bottom-c-left .title {
    margin: 20px 0 50px 0;
}

.row-link {
    display: block;
    position: relative;
}

.link-label {
    position: absolute;
    z-index: 20;
    left: 20px;
    top: -8px;
    width: 146px;
    height: 54px;
    background: url(/images/label.png) center no-repeat;
    font-size: 20px;
    color: #fff;
    padding-top: 7px;
}

.mask-tow {
    position: absolute;
    transition: 0.3s all;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46.4%;
    background: url(/images/mask-tow.png) center no-repeat;
    background-size: 100% 100%;
}

.link-bottom {
    position: absolute;
    transition: 0.3s all;
    left: 20px;
    right: 20px;
    padding-left: 90px;
    bottom: 20px;
}

.link-bottom-tt {
    font-size: 24px;
    color: #fff;
}

.link-bottom-p {
    color: #fff;
    margin-top: 10px;
}

.link-botom-date {
    font-family: "AbhayaLibre-SemiBold";
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
}

.link-botom-date span {
    font-size: 32px;
}

.link-botom-date:before {
    display: block;
    content: /css/"";
    position: absolute;
    left: 70px;
    top: 0.5;
    top: 7px;
    bottom: 0;
    border-right: solid 1px #fff;
}

.link-hover {
    position: absolute;
    transform: translate(0,100%);
    transition: 0.3s all;
    padding: 45px 60px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(10,88,166,0.9);
}

.link-hover-tt {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.link-hover-p p {
    color: #fff;
    margin-bottom: 10px;
}

.link-hover-p {
    margin-top: 25px;
}

.link-hover-bottom {
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 30px;
}

.tow-hide {
    overflow: hidden;
    position: relative;
}

.row-link:hover .mask-tow,.row-link:hover .link-bottom {
    transform: translate(0,100%);
}

.row-link:hover .link-hover {
    transform: translate(0,0);
}

.tow-bottom-c-right {
    width: 68.75%;
    padding-left: 40px;
}

.tow-bottm-list li {
    float: left;
    width: 50%;
    padding: 0 25px;
    margin-bottom: 20px;
}

.tow-bottm-list {
    margin: 0 -25px;
}

.tow-bottm-list li .link-img {
    height: 302px;
}

.page-three {
    background: url(/images/back03.png) center top no-repeat;
    position: relative;
}

.title-no {
    margin-top: 0;
}

.three-left {
    width: 47.5%;
}

.three-slick-img {
    height: 450px;
    transition: 0.3s all;
}

a:hover .three-slick-img {
    transform: scale(1.05,1.05);
}

.three-slick-img-box {
    position: relative;
}

.three-slick-img-box:after {
    display: block;
    content: /css/"";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: url(/images/play.png) center no-repeat;
}

.three-slick-tt {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    margin-top: 25px;
}

a:hover .three-slick-tt {
    font-weight: bold;
}

.three-slick-p {
    line-height: 30px;
    height: 60px;
    margin-top: 15px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    margin-right: 30px;
}

.page-three .container {
    position: relative;
    z-index: 10;
}

.page-three:before {
    display: block;
    content: /css/"";
    position: absolute;
    right: 50%;
    margin-right: 40px;
    left: 0;
    top: 410px;
    height: 425px;
    background: url(/images/three-left.png) center no-repeat;
    background-size: cover;
}

.three-slick .slick-dots {
    bottom: -60px;
}

.three-slick .slick-dots li,.three-slick .slick-dots li button {
    width: 26px;
    height: 26px;
    background: url(/images/dian03.png) center no-repeat;
}

.three-slick .slick-dots li.slick-active button {
    background: url(/images/dian04.png) center no-repeat;
}

.three-right {
    width: 52.5%;
}

.three-right-ul li {
    float: left;
    width: 50%;
    padding-left: 40px;
    margin-bottom: 40px;
}

.three-right-ul-img {
    height: 430px;
    transition: 0.3s all;
}

a:hover .three-right-ul-img {
    transform: scale(1.05,1.05);
}

.three-right-ul li a {
    display: block;
    position: relative;
}

.three-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 47.5%;
    background: url(/images/three-mask.png) center no-repeat;
    background-size: 100% 100%;
}

.three-ul-tt {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 25px;
}

.three-right-ul li:nth-of-type(2) .three-right-ul-img {
    height: 220px;
}

.li-b {
    height: 210px;
    background: url(/images/li-b.png) center no-repeat;
    background-size: cover;
    padding: 15px 22px;
}

.li-b-tt {
    text-align: left;
    font-size: 20px;
    color: #222;
    text-align: justify;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a:hover .li-b-tt {
    color: #0a58a6;
    font-weight: bold;
}

.li-b-p {
    color: #666;
    text-align: justify;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.li-b-more span {
    display: inline-block;
    font-size: 16px;
    color: #666;
    padding-right: 40px;
    margin-top: 15px;
    background: url(/images/more03.png) right center no-repeat;
}

.three-right-ul li:nth-of-type(3) .three-right-ul-img {
    height: 230px;
}

.three-right-ul li:nth-of-type(4) .li-b {
    height: 230px;
    padding-top: 22px;
}

.page-four {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    background: url(/images/back04.png) center top no-repeat;
}

.four-bottom {
    height: 785px;
    position: relative;
    padding-top: 20px;
}

.four-bottom:before {
    display: block;
    content: /css/"";
    z-index: 200;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.74rem;
    background: url(/images/pd.png) center no-repeat;
    background-size: 100% 100%;
}

.four-quan {
    display: block;
    animation: tate 90s linear infinite;
    content: /css/"";
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    top: 40px;
    height: 1920px;
    border: dashed 1px #8dc0e3;
}

.four-quan:before {
    display: block;
    content: /css/"";
    position: absolute;
    left: -5px;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #0a58a6;
    border-radius: 50%;
}

@keyframes tate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.four-bottom-q {
    width: 1600px;
    animation: tate 90s linear infinite;
    height: 1600px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -800px;
    border-radius: 50%;
    border: dashed 1px #8dc0e3;
}

.four-bottom-q:before {
    display: block;
    content: /css/"";
    position: absolute;
    left: 50%;
    top: -8px;
    width: 16px;
    height: 16px;
    background: #0a58a6;
    border-radius: 50%;
}

.four-bottom-back {
    height: 700px;
    background: url(/images/back-a.png) center no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
}

.four-bottom .container {
    position: relative;
    z-index: 100;
}

.ss-box {
    min-height: 210px;
    position: relative;
    transition: 0.3s all;
}

.ss-box-img font {
    display: none;
}

.ss-box-img {
    width: 120px;
    transition: 0.3s all;
    position: absolute;
    height: 120px;
    background: #fff;
    border-radius: 50%;
}

.ss-box-img i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: dashed 1px #6760b7;
    border-radius: 50%;
}

.ss-box-txt-top {
    font-size: 18px;
    color: #07328e;
    line-height: 1;
}

.ss-box-txt-top span {
    font-size: 48px;
    font-family: "AbhayaLibre-SemiBold";
}

.ss-box-txt-bottom {
    font-size: 18px;
    color: #222;
    margin-top: 5px;
}

.ss-box-txt {
    position: absolute;
    transition: 0.3s all;
}

.swiper-slide,.swiper-slide-duplicate {
    padding-top: 365px;
    transition: 0.3s all;
    height: 210px;
    opacity: 0;
}

.swiper-slide-active .ss-box-img,.swiper-slide-duplicate-active .ss-box-img {
    left: 50%;
    margin-left: -60px;
    bottom: 0;
    transform: translate(0,0);
}

.swiper-slide-active .ss-box-txt,.swiper-slide-duplicate-active .ss-box-txt {
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
}

.news-swiper {
    margin-top: 100px;
}

.swiper-slide-next .ss-box-img,.swiper-slide-duplicate-next .ss-box-img {
    left: 0;
    margin-left: 0;
    bottom: 50%;
    transform: translate(0,50%);
}

.swiper-slide-next .ss-box-txt,.swiper-slide-duplicate-next .ss-box-txt {
    left: 135px;
    top: 50%;
    transform: translate(0,-50%);
}

.swiper-slide-next,.swiper-slide-duplicate-next {
    padding-top: 145px;
    padding-left: 60px;
    opacity: 1;
}

.swiper-slide-active,.swiper-slide-duplicate-active {
    padding-top: 0;
    opacity: 1;
}

.bbb .ss-box-img,.ddd .ss-box-img {
    left: 0;
    margin-left: 0;
    bottom: 50%;
    transform: translate(0,50%);
}

.bbb .ss-box-txt,.ddd .ss-box-txt {
    left: 135px;
    top: 50%;
    transform: translate(0,-50%);
}

.bbb {
    padding-top: 365px;
    opacity: 1;
}

.bbb .ss-box,.ddd .ss-box {
    transform: translate(-125px,0);
}

.swiper-slide-prev .ss-box-img,.swiper-slide-duplicate-prev .ss-box-img {
    left: 100%;
    margin-left: -120px;
    bottom: 50%;
    transform: translate(0,50%);
}

.swiper-slide-prev .ss-box-txt,.swiper-slide-duplicate-prev .ss-box-txt {
    right: 135px;
    top: 50%;
    transform: translate(0,-50%);
}

.swiper-slide-prev,.swiper-slide-duplicate-prev {
    padding-top: 145px;
    padding-right: 60px;
    opacity: 1;
}

.aaa .ss-box-img,.ccc .ss-box-img {
    left: 100%;
    margin-left: -120px;
    bottom: 50%;
    transform: translate(0,50%);
}

.aaa .ss-box-txt,.ccc .ss-box-txt {
    right: 135px;
    top: 50%;
    transform: translate(0,-50%);
}

.aaa {
    padding-top: 365px;
    opacity: 1;
}

.ccc {
    opacity: 1;
}

.aaa .ss-box,.ccc .ss-box {
    transform: translate(125px,0);
}

.ss-box:hover .ss-box-img font {
    display: block;
    position: relative;
    z-index: 10;
}

.ss-box:hover .ss-box-img span {
    display: none;
    position: relative;
    z-index: 10;
}

.ss-box:hover .ss-box-img:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: rgba(10,88,166,0.3);
    opacity: .4;
    animation: scaleta 1.5s infinite;
}

.ss-box:hover .ss-box-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(10,88,166,0.6);
    animation: scaletb 1.5s infinite;
}

.ss-box:hover .ss-box-img img {
    background: #0a58a6;
    border-radius: 50%;
}

.news-swiper {
    position: relative;
    z-index: 100;
    height: 575px;
}

.gd-box {
    position: relative;
}

.gd-box:before {
    display: block;
    content: /css/"";
    z-index: 10;
    position: absolute;
    left: 35px;
    right: 0;
    bottom: -60px;
    height: 542px;
    background: url(/images/center-a.png) center no-repeat;
}

.ddd,.ccc {
    padding-top: 600px;
    opacity: 0;
}

.swiper-button-prev {
    width: 117px;
    height: 60px;
    background: url(/images/left02.png) center no-repeat;
}

.swiper-button-next {
    width: 117px;
    height: 60px;
    background: url(/images/right02.png) center no-repeat;
}

.gd-quan {
    position: absolute;
    left: 50%;
    animation: tate 90s linear infinite;
    top: 150px;
    width: 880px;
    height: 880px;
    border: dashed 1px #6760b7;
    background: #ebf9ff;
    border-radius: 50%;
    margin-left: -440px;
}

.bottom {
    padding-top: 155px;
    background: url(/images/bottom.png) center no-repeat;
    position: relative;
    z-index: 150;
    margin-top: -70px;
    background-size: cover;
}

.gd-quan:before {
    display: block;
    content: /css/"";
    position: absolute;
    left: 50%;
    margin-top: -5px;
    top: 100%;
    width: 10px;
    height: 10px;
    background: #0a58a6;
    border-radius: 50%;
}

.three-right-ul li:nth-of-type(3),.three-right-ul li:nth-of-type(4) {
    margin: 0;
}

.bottom-ul-img font {
    display: none;
}

.bottom-ul-img {
    width: 141px;
    height: 141px;
    line-height: 141px;
    margin: 0 auto;
    position: relative;
}

.bottom-ul-img span,.bottom-ul-img font {
    position: relative;
    z-index: 10;
}

.bottom-ul-img:before {
    display: block;
    content: /css/"";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/bottom-a.png) center no-repeat;
}

a:hover .bottom-ul-img:before {
    animation: tate 6s linear infinite;
    background: url(/images/bottom-b.png) center no-repeat;
}

.bottom-ul li {
    float: left;
    width: 12.5%;
    margin-bottom: 95px;
}

.bottom-ul li a {
    display: inline-block;
}

.bottom-ul li a:hover .bottom-ul-img font {
    display: inline-block;
}

.bottom-ul li a:hover .bottom-ul-img span {
    display: none;
}

.bottom-ul-tt {
    font-size: 18px;
    color: #000;
    margin-top: 25px;
}

.bottom-ul li a:hover .bottom-ul-tt {
    color: #0a58a6;
}

.footer {
    background: url(/images/footer.png) center no-repeat;
    background-size: cover;
    padding-top: 60px;
}

.footer-center {
    margin-left: 115px;
}

.footer-p p {
    font-size: 16px;
    margin-left: 100px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-p p span {
    display: inline-block;
    min-width: 160px;
    margin-right: 20px;
}

.footer-link {
    padding-top: 20px;
}

.footer-right a {
    display: inline-block;
    margin-left: 55px;
    position: relative;
    font-size: 14px;
    color: #ebf9ff;
}

.footer-right a span {
    display: inline-block;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}

.ewm-box {
    position: absolute;
    display: none;
    left: 50%;
    margin-left: -60px;
    bottom: 100%;
    margin-bottom: -5px;
    width: 120px;
    height: 125px;
    background: url(/images/ewm-back.png) center no-repeat;
}

.footer-right {
    margin-top: 112px;
}

.footer-right a:hover .ewm-box {
    display: block;
}

.footer-bottom a {
    color: rgba(255,255,255,0.6) !important;
    display: inline-block;
    margin: 0 10px;
}

.footer-bottom {
    border-top: solid 1px #759ecf;
    padding: 20px 0;
    margin-top: 50px;
}

.nav-back {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    background: url(/images/nav-back.png) center no-repeat;
    background-size: cover;
}

.logo-c {
    position: absolute;
    left: 0.6rem;
    top: 0.35rem;
    width: 3.02rem;
}

.nav-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.9rem;
    height: 1.2rem;
    background: url(/images/nav-close.png) center no-repeat;
    background-size: 100% 100%;
}

.nav-back-right {
    line-height: 34px;
    position: absolute;
    right: 2.3rem;
    top: 0.5rem;
}

.nav-back-right span {
    color: #fff;
    padding: 0 16px;
}

.nav-back-center {
    padding: 1.9rem 0 0 4.2rem;
}

.nav-back-width {
    width: 3.2rem;
}

.nav-back-tt a {
    display: inline-block;
    position: relative;
    font-size: 0.28rem;
    color: #fff;
    line-height: 1;
    padding-bottom: 0.1rem;
    border-bottom: solid 0.02rem #fff;
}

.nav-back-tt a:before {
    transition: 0.3s all;
    display: block;
    content: /css/"";
    position: absolute;
    left: 0;
    top: 100%;
    height: 0.04rem;
    width: 0.25rem;
    background: #fff;
}

.nav-back-tt a:hover:before {
    width: 100%;
}

.nav-back-ul li a {
    font-size: 0.18rem;
    color: rgba(255,255,255,0.6);
}

.nav-back-ul li a:hover {
    color: #fff;
}

.nav-back-ul li {
    line-height: 1;
    margin-top: 0.3rem;
}

.nav-back-width {
    padding-bottom: 0.8rem;
}

.mue {
    position: absolute;
    right: 20px;
    top: 5px;
}

.nav-list-bottom {
    display: none;
}


.banner-list {
    height: 565px;
    border-bottom: solid 5px #e5953a;
    position: relative;
}

.banner-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-tt {
    background: url(/images/banner-tt.png) center no-repeat;
    width: 345px;
    height: 98px;
    text-align: center;
}

.banner-tt {
    font-size: 32px;
    color: #fff;
    padding-top: 40px;
    line-height: 1;
    font-weight: bold;
}

.nav-b {
    font-size: 16px;
    margin-top: 60px;
    color: #fff;
}

.nav-b a {
    color: #fff !important;
    !i;!; }

.xw-list li a {
    padding: 40px 170px 40px 40px;
    height: 281px;
    position: relative;
    border-bottom: solid 1px #ddd;
}

.xw-list-box {
    display: flex;
    position: relative;
    z-index: 20;
}

.xw-list-box .xw-list-left {
    flex: 1;
    width: 360px;
    max-width: 360px;
}

.xw-list-box .img-hide {
    width: 320px;
}

.xw-list-box .xw-img {
    width: 100%;
    height: 200px;
}

.xw-list-right {
    flex: 1;
    padding-top: 30px;
}

.xw-list-tt {
    font-size: 20px;
    color: #222;
}

.xw-list-p {
    color: #8c8c8c;
    line-height: 30px;
    max-height: 90px;
    margin-top: 15px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xw-list li a i {
    position: absolute;
    right: 45px;
    top: 165px;
    width: 40px;
    height: 40px;
    background: url(/images/news01.png) center no-repeat;
}

.xw-list-date {
    position: absolute;
    font-family: "AbhayaLibre-SemiBold";
    right: 27px;
    top: 65px;
    font-size: 18px;
    color: #222;
}

.xw-list-date span {
    font-size: 40px;
}

.xw-list li a:before {
    width: 0;
    display: block;
    content: /css/"";
    position: absolute;
    right: 0;
    top: 0;
    width: 0px;
    height: 68px;
    background: url(/images/hd.png) center no-repeat;
}

.xw-list li a:hover:before {
    width: 78px;
    transition: 1s all;
}

.xw-list {
    margin-top: 40px;
}

.xw-list li a:hover {
    box-shadow: 8px 16px 16px rgba(79,165,219,0.22);
    background: url(/images/xw-back.png) left center no-repeat;
    background-size: cover;
    border-bottom: solid 1px #0a58a6;
}

.xw-list li a:hover .xw-list-tt {
    color: #0a58a6;
}

.xw-list li a .petal-a {
    left: 30%;
}

.xw-list li a:hover .xw-list-date {
    color: #0a58a6;
}

.xw-list li a:hover i {
    background: url(/images/news02.png) center no-repeat;
}

.page-box {
    margin: 35px 0 50px 0;
}


.tz-list li a {
    height: 180px;
    padding-left: 170px;
}

.tz-list li a .xw-list-p {
    -webkit-line-clamp: 2;
    max-height: 60px;
}

.tz-list li a i {
    top: 50%;
    margin-top: -20px;
    bottom: auto;
}

.tz-date {
    position: absolute;
    font-family: "AbhayaLibre-SemiBold";
    padding-top: 15px;
    border-radius: 12px 0 12px 0;
    background: #fff;
    left: 40px;
    top: 30px;
    width: 100px;
    height: 120px;
    border: solid 1px #ddd;
    font-size: 18px;
    color: #222;
}

.tz-date span {
    font-size: 40px;
}

.tz-list li a:hover .tz-date {
    color: #0a58a6;
    border-color: #0a58a6;
}

.tz-list-box {
    position: relative;
    z-index: 100;
}


.article-tt {
    font-size: 32px;
    color: #222;
    font-weight: bold;
    margin-top: 55px;
}

.article-sm span {
    display: inline-block;
    /* margin:0 25px; */
    color: #666;
}

.article-sm {
    border-top: solid 1px #ddd;
    background: #f5f5f5;
    padding: 20px 0;
    margin-top: 30px;
}

.article-width {
    max-width: 1300px;
    margin: 0 auto;
}

.article-p p a,.article-p p span span a {
    word-break: break-word;
}

.article-p p,.article-p p span {
    font-size: 20px !important;
    color: #222 !important;
    text-align: justify !important;
    line-height: 40px !important;
    margin-bottom: 30px !important;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ" !important;
    !i;!;}

.article-p {
    margin: 30px 0;
}

.article-p iframe {
    display: block !important;
    margin: 0 auto !important;
}

.article-p p img,.article-p div span img {
    max-width: 80% !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 10px auto !important;
}

.article-p table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
}

.v_news_content video {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

.article-bottom {
    border-top: solid 1px #ddd;
    padding: 35px 0 60px 0;
}

.article-bottom .col-xs-6 {
    min-height: 1px;
}

.article-bottom a {
    font-size: 18px;
    color: #4d3333 !important;
    !i;!; display: block;
    max-width: 475px;
}

.article-bottom a:hover {
    color: #0a58a6;
    text-decoration: underline!important;
}

.article-bottom .col-xs-6:last-child a {
    float: right;
}


.wz-list li a {
    padding-left: 20px;
    font-size: 18px;
    color: #222;
    position: relative;
    padding-right: 130px;
    display: block;
    line-height: 80px;
    border-bottom: solid 1px #ddd;
}

.wz-list li a span {
    padding-left: 16px;
    background: url(/images/wz01.png) left center no-repeat;
}

.wz-list li a font {
    position: absolute;
    right: 20px;
    top: 0;
    font-family: "AbhayaLibre-SemiBold";
}

.wz-list {
    margin-top: 80px;
}

.wz-list li:nth-child(odd) a {
    background: #f5f5f5;
}

.wz-list li a:hover {
    color: #063f8f;
    border-color: #063f8f;
}


.list-left {
    width: 300px;
    background: #f8f8f8;
    margin-left: 20px;
}

.list-left-nav li a {
    display: block;
    position: relative;
    line-height: 80px;
    padding: 0 40px;
    font-size: 20px;
    color: #222;
}

.list-left-nav li a:before {
    display: block;
    content: /css/"";
    position: absolute;
    left: 20px;
    right: 20px;
    border-bottom: solid 1px #ddd;
}

.list-left-nav li a span {
    position: relative;
    z-index: 10;
}

.list-left-nav li a.active i,.list-left-nav li a:hover i {
    position: absolute;
    background: #0e6bc9;
    left: -10px;
    right: 0;
    top: 50%;
    height: 60px;
    margin-top: -30px;
}

.list-left-nav li a.active {
    color: #fff;
}

.list-left-nav li a:hover {
    color: #fff;
}

.list-left-nav li a.active i:before,.list-left-nav li a:hover i:before {
    display: block;
    content: /css/"";
    position: absolute;
    left: 0;
    top: 100%;
    width: 10px;
    height: 10px;
    background: url(/images/raw.png) center no-repeat;
}

.list-left-nav li a.active i:after,.list-left-nav li a:hover i:after {
    display: block;
    content: /css/"";
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    width: 4px;
    background: #e5953a;
    margin-top: -10px;
}

.left-nav-down li a {
    line-height: 70px;
    padding-left: 60px;
    font-size: 18px;
    color: #666;
}

.left-nav-down li a.active:after,.left-nav-down li a:hover:after {
    display: block;
    content: /css/"";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 8px;
    background: url(/images/raw-r.png) right center no-repeat;
}

.left-nav-down li a.active,.left-nav-down li a:hover {
    color: #0a58a6;
}

.sp-list li {
    float: left;
    width: 33.333333%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.sp-list {
    margin: 0 -20px;
    margin-top: 40px;
}

.sp-list li a {
    display: block;
    border-bottom: solid 1px #fff;
}

.sp-list-img {
    padding-top: 61.76%;
    transition: 0.3s all;
}

.sp-list li a .img-hide {
    position: relative;
}

.sp-list li a .img-hide:before {
    display: block;
    content: /css/"";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,0.1);
}

.sp-list li a .img-hide:after {
    display: block;
    content: /css/"";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: url(/images/play01.png) center no-repeat;
}

.sp-list1 li {
    float: left;
    width: 33.333333%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.sp-list1 {
    margin: 0 -20px;
    margin-top: 40px;
}

.sp-list1 li a {
    display: block;
    border-bottom: solid 1px #fff;
}

.sp-list-img {
    padding-top: 61.76%;
    transition: 0.3s all;
}

.sp-list1 li a .img-hide {
    position: relative;
}

.sp-list1 li a .img-hide:before {
    display: block;
    content: /css/"";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,0.1);
}

.sp-list1 li a .img-hide:after {
    display: block;
    content: /css/"";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    /* background:url(/images/play01.png) center no-repeat; */
}

.list-right {
    width: 1240px;
}

.sp-list-tt {
    font-size: 18px;
    color: #222;
    padding: 0 20px;
    background: #f8f8f8;
    line-height: 80px;
    position: relative;
    text-align: center;
}

.sp-list li a:hover {
    border-bottom: solid 1px #0a58a6;
    box-shadow: 8px 16px 16px rgba(79,165,219,0.22);
}

.sp-list li a:hover .sp-list-tt {
    background: #fff;
}

a:hover .sp-list-img {
    transform: scale(1.05,1.05);
}

.page-box-c {
    border-top: solid 1px #ddd;
    padding-top: 40px;
    margin-top: 0;
}


.jj-title {
    font-size: 32px;
    color: #222;
    font-weight: bold;
    margin-top: 60px;
}

.jj-img img {
    width: 100%;
}

.jj-img {
    margin-top: 40px;
}

.jj-p p {
    font-size: 18px;
    color: #171717;
    text-align: justify;
    margin-bottom: 30px;
    text-indent: 2em;
    line-height: 35px;
}

.jj-p {
    margin-top: 35px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 50px;
}

.jj-p p span {
    font-weight: bold;
    /* color: #0066cc; */
}


.ld-list li a {
    display: block;
    padding: 40px 20px 0 220px;
    position: relative;
    height: 240px;
    background: #f8f8f8;
    margin-top: 60px;
}

.ld-lind {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 201px;
    height: 260px;
    background: url(/images/ld-lind.png) center no-repeat;
}

.ld-lind .img-hide div {
    width: 180px;
    height: 240px;
}

.ld-name span {
    line-height: 1;
    background: url(/images/icon-ld01.png) left center no-repeat;
    display: inline-block;
    font-size: 24px;
    color: #222;
    padding-left: 40px;
}

.ld-name {
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
}

.ld-p {
    position: relative;
    line-height: 40px;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    padding-left: 87px;
}

.ld-p span {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 40px;
    background: url(/images/icon-ld02.png) left center no-repeat;
}

.ld-p-b {
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ld-p-b span {
    background: url(/images/icon-ld03.png) left center no-repeat;
}

.ld-list li a:hover {
    box-shadow: 8px 16px 16px rgba(79,165,219,0.22);
    background: #f2f7ff;
}

.ld-list li a:hover .ld-name span {
    background: url(/images/icon-ld01-1.png) left center no-repeat;
    color: #0a58a6;
}

.ld-list li a:hover .ld-p {
    color: #0a58a6;
}

.ld-list li a:hover .ld-p span {
    background: url(/images/icon-ld02-1.png) left center no-repeat;
}

.ld-list li a:hover .ld-p-b span {
    background: url(/images/icon-ld03-1.png) left center no-repeat;
}


.jg-title {
    font-size: 24px;
    margin-top: 40px;
    color: #222;
    background: #f5f5f5;
    line-height: 60px;
    padding-left: 20px;
    position: relative;
}

.jg-title:before {
    display: block;
    content: /css/"";
    position: absolute;
    left: 0;
    top: 50%;
    height: 24px;
    background: #e47f12;
    width: 3px;
    margin-top: -12px;
}

.jg-ul li {
    float: left;
    width: 33.333333%;
    padding: 0 20px;
}

.jg-ul {
    margin: 0 -20px;
}

.jg-ul li a {
    display: block;
    background: url(/images/wz01.png) left center no-repeat;
    padding-left: 17px;
    border-bottom: dashed 1px #d4d4d4;
    line-height: 80px;
    font-size: 18px;
    color: #222;
}

.jg-ul li a:hover {
    background: url(/images/wz02.png) left center no-repeat;
    color: #0a58a6;
    border-bottom: solid 1px #0a58a6;
}

.jg-bottom {
    height: 80px;
}


.ms-list li {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.yr-name {
    font-size: 16px;
    padding-bottom: 20px;
    color: #666;
    background: url(/images/yr-lind.png) left bottom repeat-x;
}

.yr-name span {
    font-size: 24px;
    color: #222;
    padding-right: 10px;
}

.yr-p p {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: .35rem;
}

.ms-list li a:hover .yr-name,.ms-list li a:hover .yr-name span,.ms-list li a:hover .yr-p p {
    color: #0a58a6;
}

.ms-list li a:hover .yr-name {
    background: url(/images/yr-lind02.png) left bottom repeat-x;
}

.ms-list {
    margin-left: -10px;
    margin-right: -10px;
}

@media( max-width: 1755px) {
    .container {
        width: 1230px;
    }

    .nav-list li a {
        font-size: 18px;
    }

    .nav-list li {
        margin-right: 20px;
    }

    .nav-list li:nth-of-type(5) {
        margin-right: 320px;
    }

    .ss-box-txt-bottom {
        font-size: 14px;
    }

    .ss-box-txt-top {
        font-size: 14px;
    }

    .ss-box-txt-top span {
        font-size: 36px;
    }

    .ss-box-img {
        width: 100px;
        height: 100px;
    }

    .swiper-slide-active .ss-box-img {
        margin-left: -50px;
    }

    .ss-box {
        min-height: 170px;
    }

    .bbb .ss-box-txt, .ddd .ss-box-txt,.swiper-slide-next .ss-box-txt {
        left: 115px;
    }

    .aaa .ss-box-img, .ccc .ss-box-img,.swiper-slide-prev .ss-box-img {
        margin-left: -100px;
    }

    .aaa .ss-box-txt, .ccc .ss-box-txt,.swiper-slide-prev .ss-box-txt {
        right: 115px;
    }

    .aaa .ss-box, .ccc .ss-box,.bbb .ss-box, .ddd .ss-box {
        transform: translate(0,0);
    }

    .swiper-slide-active {
        padding-top: 30px;
    }

    .logo-b {
        width: 250px;
    }

    .footer-link img {
        width: 250px;
    }

    .footer-p p {
        font-size: 14px;
        margin-bottom: 10px;
        margin-left: 30px;
    }

    .footer-center {
        margin-left: 50px;
    }

    .footer-right a {
        margin-left: 25px;
    }

    .footer-right {
        margin-top: 80px;
    }

    .bottom {
        margin-top: -48px;
    }

    .list-right {
        width: 840px;
    }

    .jg-ul li {
        width: 50%;
    }

    .ms-list li {
        width: 100%;
    }
}

@media( max-width: 1379px) {
    .container {
        width: 970px;
    }

    .logo-b img {
        width: 200px;
    }

    .footer-center {
        width: 100%;
        float: none!important;
    }

    .footer-p p {
        margin: 0 0 0 0;
        line-height: 25px;
        text-align: center;
    }

    .footer-p p span {
        min-width: 1px;
        margin-right: 10px;
    }

    .footer-link img {
        width: 140px;
    }

    .footer-right {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .footer-right a {
        margin: 0 5px;
    }

    .footer-link {
        padding-top: 10px;
    }

    .footer-bottom {
        font-size: 13px;
        margin-top: 20px;
        padding: 15px 0;
    }

    .aaa,.bbb {
        padding-top: 285px;
        opacity: 0;
    }

    .ss-box-txt-bottom {
        width: 80px;
        overflow: visible;
        text-overflow: none;
        white-space: normal;
    }

    .swiper-container {
        overflow: visible;
    }

    .swiper-button-prev,.swiper-button-next {
        margin-top: 150px;
    }

    .aaa .ss-box, .ccc .ss-box {
        transform: translate(-40px,0);
    }

    .bbb .ss-box, .ddd .ss-box {
        transform: translate(40px,0);
    }

    .bottom-ul-img {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .bottom-ul-tt {
        font-size: 16px;
        margin-top: 10px;
    }

    .bottom-ul-img:before {
        background-size: 80px 80px;
    }

    a:hover .bottom-ul-img:before {
        background-size: 100px 100px;
    }

    .logo-b {
        text-align: center;
        float: none!important;
        margin-bottom: 20px;
        width: 100%;
    }

    .footer-center {
        margin-left: 0;
    }

    .nav-list li a {
        font-size: 16px;
        line-height: 48px;
    }

    .nav-list li {
        margin-right: 10px;
    }

    .nav-list li:nth-of-type(5) {
        margin-right: 220px;
    }

    .logo {
        width: 150px;
    }

    .mue {
        display: none;
    }

    .xw-list-box .xw-list-left {
        width: 340px;
        max-width: 340px;
        min-width: 340px;
    }

    .list-right {
        width: 580px;
    }

    .sp-list li {
        width: 50%;
    }

    .sp-list1 li {
        width: 50%;
    }
}

@media( max-width: 991px) {
    .nav-b {
        display: none;
    }

    .container {
        width: 750px;
    }

    .one-left {
        width: 100%;
    }

    .one-img {
        height: auto;
        padding-top: 62.5%;
    }

    .one-right {
        width: 100%;
        margin-top: 20px;
    }

    .tow-left {
        width: 100%;
    }

    .tow-slick {
        width: 100%;
        margin-bottom: 50px;
    }

    .tow-left-back {
        height: auto;
        padding: 20px;
    }

    .tow-news {
        padding-left: 0;
    }

    .tow-right {
        width: 100%;
        padding-left: 0;
    }

    .tow-bottom-c-left {
        width: 100%;
    }

    .tow-bottom-c-right {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    .three-left {
        width: 100%;
    }

    .page-three:before {
        margin-right: 0;
        right: 0;
    }

    .three-right {
        width: 100%;
        margin-top: 60px;
    }

    .bottom-ul li {
        width: 25%;
        margin-bottom: 30px;
    }

    .bottom {
        padding-top: 80px;
    }

    .header-top {
        display: none;
    }

    .header {
        background: #0a58a6;
    }

    .header .container {
        width: 100%;
    }

    .logo {
        position: static;
        width: auto;
        text-align: left;
        line-height: 50px;
        transform: translate(0,0);
    }

    .nav-list-box {
        position: fixed;
        left: 0;
        top: 50px;
        bottom: 0;
        display: none;
        overflow-y: auto;
        right: 0;
        background: #0a58a6;
        border-top: solid 1px rgba(255,255,255,0.5);
    }

    .nav-list li {
        float: none!important;
        margin: 0!important;
        padding: 0!important;
    }

    .nav-list li a {
        display: block;
        line-height: 40px;
        padding: 0 15px;
    }

    .heder-bottom {
        margin: 0;
    }

    .logo img {
        height: 40px;
    }

    body {
        padding-top: 50px;
    }

    .logo-b img {
        width: 250px;
    }

    .footer {
        padding-top: 30px;
    }

    .footer-link img {
        width: 200px;
    }

    .footer-right a {
        margin-left: 15px;
    }

    .footer-p p span {
        min-width: 150px;
        margin-right: 10px;
    }

    .footer-right {
        margin-top: 70px;
    }

    .four-bottom:before {
        height: 126px;
    }

    .menu-button {
        display: block;
    }

    .nav-list-bottom {
        display: block;
        border-top: solid 1px rgba(255,255,255,0.5);
        padding-top: 20px;
        text-align: center;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .search-c {
        width: 280px;
        margin: 0 auto;
    }

    .header-a a {
        display: inline-block;
    }

    .header-a span {
        color: #fff;
        padding: 0 10px;
    }

    .header-a {
        margin-top: 15px;
        padding: 0 15px;
    }

    .nav-list li a:before {
        display: none!important;
    }

    .nav-list li:hover .nav-down li,.nav-down li {
        min-height: 40px;
        height: auto;
        text-align: left;
    }

    .nav-down-three {
        display: block;
    }

    .nav-down-three li a {
        padding: 0 35px!important;
    }

    .nav-down {
        display: none;
        position: static;
        background: none!important;
        margin: 0;
        transform: translate(0,0);
    }

    .nav-down li a {
        padding-left: 25px;
        background: none!important;
        color: #fff!important;
    }

    .xw-list-box .xw-list-left {
        display: none;
    }

    .banner-list {
        height: 300px;
    }

    .nav-down li {
        border: none;
    }

    .nav-list li:hover .nav-down li {
        border: none;
    }

    .list-left {
        display: none;
    }

    .list-right {
        width: 100%;
    }

    .nav-list li:hover .nav-down:before {
        display: none;
    }
}

@media( max-width: 767px) {
    .sp-list1 {
        margin: 0 -20px;
        margin-top: 40px;
        padding: 10px;
    }

    .nav-list li .nav-down li a {
        border: none;
    }

    .ss-box-txt-bottom {
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .container {
        width: 100%;
    }

    .banner .slick-dots li {
        margin: 0 15px;
    }

    .banner .slick-dots li:before {
        width: 16px;
    }

    .banner .slick-dots {
        bottom: 20px;
    }

    .title span {
        font-size: 24px;
        display: block;
        margin-bottom: 5px;
    }

    .title {
        background-size: auto 50px;
        padding-top: 15px;
        margin: 20px 0 20px -15px;
    }

    .one-date {
        font-size: 12px;
        left: 15px;
        bottom: 15px;
        padding-top: 5px;
        width: 70px;
        height: 70px;
        background-size: 100% 100%;
    }

    .one-date span {
        font-size: 24px;
    }

    .one-left-p {
        left: 100px;
        right: 15px;
        bottom: 20px;
        font-size: 14px;
    }

    .one-left-tt {
        font-size: 18px;
        left: 100px;
        right: 15px;
        bottom: 50px;
    }

    .one-right-tt {
        font-size: 16px;
        line-height: 30px;
        height: 60px;
    }

    .one-right li a {
        height: 100px;
    }

    .one-right-date {
        font-size: 14px;
    }

    .one-right-date span {
        font-size: 24px;
    }

    .title-zj {
        display: block;
        padding-left: 15px;
        margin-left: -15px;
        padding-top: 15px;
        text-align: left;
        background: url(/images/title.png) left top no-repeat;
        background-size: auto 50px;
    }

    .title-zj {
        font-size: 24px;
    }

    .title-center .title-a {
        top: 30px;
    }

    .title-center {
        margin: 20px 0 0 0;
    }

    .page-one {
        padding-bottom: 30px;
    }

    .td-slick-tt {
        margin-top: 10px;
        font-size: 16px;
    }

    .tow-slick-img {
        height: auto;
        padding-top: 76%;
    }

    .tow-slick-tt {
        font-size: 16px;
        line-height: 25px;
        height: 50px;
    }

    .tow-slick-bottom {
        padding: 0 0 0 90px;
    }

    .tow-slick .slick-dots {
        bottom: -40px;
    }

    .tow-news {
        float: none!important;
        margin: 0 -20px;
        width: auto;
    }

    .tow-slick {
        float: none!important;
    }

    .title font {
        margin-top: -5px;
        display: block;
    }

    .tow-right-more {
        margin-top: 15px;
    }

    .tow-show {
        height: 100px;
    }

    .tow-right-bottom {
        height: auto;
        padding: 0 20px;
    }

    .active .tow-hover {
        height: 200px;
    }

    .tow-hover .tow-right-date {
        padding-top: 20px;
    }

    .tow-hover-date {
        top: 15px;
    }

    .tow-right-date {
        padding-top: 20px;
    }

    .tow-bottom-c {
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .link-img {
        height: auto;
        padding-top: 92%;
    }

    .link-hover {
        padding: 25px;
    }

    .link-hover-bottom {
        left: 25px;
        right: 25px;
        bottom: 20px;
    }

    .link-hover-tt {
        font-size: 18px;
        line-height: 30px;
        height: 60px;
    }

    .link-hover-p {
        margin-top: 15px;
    }

    .link-bottom-tt {
        font-size: 18px;
    }

    .tow-bottom-c-left .title {
        margin-bottom: 20px;
    }

    .tow-bottm-list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .three-slick-img {
        height: auto;
        padding-top: 60%;
    }

    .page-three:before {
        display: none;
    }

    .three-slick {
        background: url(/images/three-left.png) center no-repeat;
        background-size: cover;
        padding-bottom: 60px;
        margin-bottom: 15px;
    }

    .three-slick-tt {
        font-size: 18px;
        margin: 15px 15px 0 15px;
    }

    .three-slick-p {
        margin: 15px 15px 0 15px;
    }

    .three-slick .slick-dots {
        bottom: 20px;
    }

    .three-right {
        margin-top: 0;
    }

    .three-right-ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .three-right-ul-img {
        height: auto;
        padding-top: 68%;
    }

    .li-b-tt {
        font-size: 18px;
        line-height: 30px;
        height: 60px;
    }

    .li-b {
        height: auto!important;
        padding: 15px 22px!important;
    }

    .page-four .title-zj {
        display: inline-block;
        text-align: center;
        margin: 0;
        padding-left: 0;
        background: url(/images/title.png) center top no-repeat;
        background-size: auto 50px;
    }

    .four-bottom-q {
        display: none;
    }

    .gd-quan {
        width: 500px;
        height: 500px;
        margin-left: -250px;
    }

    .gd-box:before {
        height: 300px;
        left: -15px;
        right: -15px;
        background-size: auto 100%;
    }

    .four-quan {
        display: none;
    }

    .four-bottom-back {
        height: 400px;
        background-size: auto 400px;
    }

    .gd-quan {
        top: 140px;
    }

    .news-swiper {
        margin-top: 0px;
        height: 400px;
    }

    .aaa, .bbb,.ddd,.swiper-slide-prev,.swiper-slide-next {
        opacity: 0;
    }

    .four-bottom {
        height: 490px;
    }

    .swiper-button-prev, .swiper-button-next {
        margin-top: 0;
    }

    .bottom-ul li {
        margin-bottom: 5px;
        width: 33.333333%;
    }

    .bottom-ul-tt {
        margin-top: 0px;
        font-size: 14px;
    }

    .four-bottom:before {
        height: 60px;
    }

    .bottom {
        margin-top: -24px;
        padding-top: 50px;
    }

    .swiper-slide {
        height: 160px;
    }

    .ddd, .ccc {
        padding-top: 100px;
    }

    .ss-box-img {
        left: 50%!important;
        margin-left: -50px!important;
        bottom: 0!important;
        transform: translate(0,0)!important;
    }

    .ss-box-txt {
        left: 50%!important;
        top: 0!important;
        transform: translate(-50%,0)!important;
    }

    .bottom {
        padding-bottom: 20px;
    }

    .xw-list-right {
        display: block;
        padding: 0;
    }

    .xw-list-date {
        display: none;
    }

    .xw-list li a i {
        display: none;
    }

    .xw-list li a {
        padding: 20px;
        height: auto;
    }

    .xw-list-box {
        display: block;
    }

    .xw-list-p {
        line-height: 25px;
        max-height: 75px;
        margin-top: 10px;
    }

    .nav-b {
        display: none;
    }

    .banner-list {
        height: 200px;
    }

    .banner-tt {
        width: 210px;
        height: 65px;
        background-size: 100% 100%;
        font-size: 24px;
        padding-top: 25px;
    }

    .xw-list {
        margin-top: 10px;
    }

    .page-box {
        margin: 20px 0;
    }

    .tz-date {
        display: none;
    }

    .article-tt {
        font-size: 24px;
        margin-top: 20px;
    }

    .article-sm {
        margin-top: 20px;
    }

    .article-sm span {
        margin: 0 10px;
    }

    .article-p p {
        font-size: 14px!important;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .article-p {
        margin: 20px 0;
    }

    .article-p iframe {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .article-p table {
        max-width: 100% !important;
        overflow: scroll;
        display: block;
    }

    .article-bottom .col-xs-6 {
        width: 100%;
        margin-bottom: 10px;
    }

    .article-bottom a {
        font-size: 14px;
        float: left !important;
    }

    .article-bottom {
        padding: 20px 0;
    }

    .wz-list {
        margin-top: 20px;
    }

    .wz-list li a {
        line-height: 50px;
        font-size: 16px;
    }

    .sp-list1 li {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .sp-list li {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .sp-list {
        margin: 0 -5px;
        padding-top: 20px;
    }

    .sp-list-tt {
        font-size: 16px;
        line-height: 45px;
        padding: 0 10px;
    }

    .page-box-c {
        margin-top: 20px;
        padding-top: 20px;
    }

    .jj-title {
        font-size: 24px;
        margin: 20px 0 0 0;
    }

    .jj-img {
        margin-top: 20px;
    }

    .jj-p p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .jj-p table {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto;
    }

    .jj-p {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .jj-p img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }

    .ld-list li a {
        height: auto;
        padding: 120px 20px 20px 20px;
    }

    .ld-lind {
        background: none;
        left: 50%;
        top: -20px;
        bottom: auto;
        width: 90px;
        height: 120px;
        margin-left: -45px;
    }

    .ld-lind .img-hide div {
        width: 90px;
        height: 120px;
    }

    .ld-p {
        line-height: 30px;
    }

    .jg-ul li {
        width: 100%;
    }

    .jg-ul li a {
        line-height: 55px;
        font-size: 16px;
    }

    .jg-title {
        font-size: 18px;
        margin-top: 20px;
    }

    .jg-bottom {
        height: 20px;
    }
}