body {
    color: #333;
    font-size: 14px;
    font-family: "ÃƒÂ¦Ã‚Â°Ã¢â?¬Å?ÃƒÂ¦Ã?â€ Ã‚Â®ÃƒÂ¥Ã?ÂºÃ?ÂÃƒÂ§Ã?â€™Ã?Â«ÃƒÂ©Ã¢â€žÂ¢Ã¢â‚¬Â ÃƒÂ§Ã¢â?¬Å¡Ã¢â?¬Â°ÃƒÂ¨Ã?â€™Ã¢â?¬Â¦ÃƒÂ©Ã?â€ Ã‚Â¥ÃƒÂ¨Ã?Â¡Ã?Â¡ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¢Ã¢â?¬ÂÃ?Â¾ÃƒÂ§Ã?â€™Ã?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¯Ã?Â¿Ã?Â?","Arial",Helvetica,"ÃƒÂ¨Ã…â€™Ã¢â?¬Â¦ÃƒÂ§Ã?Â¦Ã¢â?¬Å¾ÃƒÂ©Ã?â€ Ã‚Â¥ÃƒÂ¦Ã?Â¨Ã?ÂÃƒÂ£Ã?ÂÃ?Â¢ÃƒÂ¨Ã?Â§Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¯Ã?Â¿Ã?Â?",Arial,Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    background: #fffefe;
}

html {
    overflow-x: hidden;
}
.list_box0{
    display:none;
}
.img-hide {
    overflow: hidden;
    display: block;
}

.img-hide img,.div-img {
    transition: 0.5s all;
    transform: scale(1,1);
}

.img-hide:hover img,.img-hide:hover .div-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;
}

.home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.home body {
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.body_home {
    background: #fff;
    height: 100%;
    overflow: hidden;
}

.body_r {
    position: fixed;
    left: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    transition: left 1.3s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 1;
    overflow: hidden;
}

.body_r.dis * {
    background: none !important;
}

.body_r.showdiv {
    left: 0;
}

.body_r .body_scroll {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.body_r .ll {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    background: url() right 30px center no-repeat;
    padding-left: 40px;
    width: 20px;
    text-align: center;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.body_r .ll:hover {
    padding-left: 50px;
}

.body_r .ll.w {
    background-image: url();
    color: #58453b;
}

.body_r.showdiv .ll {
    opacity: 1;
    visibility: visible;
}

.body_r .arr {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 80px;
    cursor: pointer;
    font-family: icon;
    opacity: 0;
    transition: all 0.5s ease-out 0.5s;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.body_r.showdiv .arr {
    opacity: 1;
}

.body_r .arr.h {
    display: none;
}

.screen {
    float: left;
    height: 100%;
    position: relative;
}

.body_b {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 10000;
    overflow: auto;
    outline: none;
}

.body_b * {
    outline: none;
}

.body_b.showdiv {
    top: 0;
}

.body_b .mCSB_scrollTools {
    z-index: 4;
    width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #94070a;
    width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(0,0,0,0.1);
}

.header {
    position: fixed;
    transition: all 0.7s ease-out 0s;
    z-index: 10000;
    left: 0;
    top: 0;
    right: 0;
    height: 182px;
}

.header {
    opacity: 0;
    transform: translateY(-100%);
}

.body_home.showdiv .header {
    transform: none;
    opacity: 1;
}

.d {
    transform: translate(0,-80px);
    transition: all 1s ease-out 0s;
    opacity: 0;
}

.page-one.showdiv .d,.page-tow.showdiv .d,.page-three.showdiv .d,.page-four.showdiv .d,.page-five.showdiv .d,.page-six.showdiv .d {
    transform: none;
    opacity: 1;
}

.jx-back-t.showdiv .d {
    transform: none;
    opacity: 1;
}

.dd1 {
    transform: translate(80px,80px);
    opacity: 0;
    transition: all 1s ease-out 0s;
}

.home5.showdiv .dd1,.home6.showdiv .dd1,.home7.showdiv .dd1,.home8.showdiv .dd1,.home9.showdiv .dd1,.home10.showdiv .dd1,.home11.showdiv .dd1 {
    transform: none;
    opacity: 1;
}

.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);
}

.container {
    width: 1430px;
}

.banner {
    margin: 0;
    overflow: hidden;
}

.banner .slick-prev {
    left: 50px;
    z-index: 1000;
    width: 50px;
    height: 70px;
    background: url(/images/left.png) center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    border: none;
}

.banner .slick-next {
    right: 50px;
    z-index: 1000;
    width: 50px;
    height: 70px;
    background: url(/images/right.png) center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    border: none;
}

.banner .slick-slide {
    height: auto;
}

.banner a,.banner div {
    display: block!important;
    height: 100%;
}

.banner a {
    display: block;
    position: relative;
    height: 100%;
}

.banner a img {
    display: none;
}

.slick,.slick-list,.slick-initialized .slick-slide,.slick-track,.banner a {
    height: 100%;
}

.banner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.body_b.showdiv .header2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}

.header-a-r {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding-left: 30px;
    margin-left: 45px;
    background: url(/images/icon02.png) left center no-repeat;
}

.search-box {
    position: relative;
    width: 212px;
    margin-left: 55px;
    position: relative;
}

.search-box .form-control {
    width: 100%;
    border: solid 1px #fff;
    border-radius: 40px;
    box-shadow: none;
    background: none;
    color: #fff;
    font-size: 18px;
    padding-right: 40px;
}

.btn-search {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 21px;
    background: url(/images/search.png) center no-repeat!important;
}

.nav-box {
    background: #9a0813;
}

.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 {
    margin-top: -8px;
}

.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-a {
    display: none;
}

.header-top {
    background: #9a0813;
    padding: 0 80px;
    position: relative;
    /* z-index: 9; */
}
.header2 .header-top{
    text-align:right;
}
.header-left {
    line-height: 46px;
    color: #fff;
    position: relative;
    z-index: 9;
}

.header-left a {
    color: #fff;
}

.header-left span {
    padding: 0 20px;
}

.header-right {
    line-height: 46px;
    position: relative;
    z-index: 9;
}

.header-right a {
    color: #fff;
    display: inline-block;
    margin-left: 30px;
}
.header2 .header-right,
.header2 .header-left{
    display:inline-block;
    /* vertical-align: middle; */
}
.header2 .right-width{
    padding-top: 30px;
}
.header-top-center {
    position: absolute;
    left: 370px;
    right: 370px;
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
    background: url(/images/top.png) center no-repeat;
    background-size: 100% 100%;
}

.header-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    right: 0;
    height: 303px;
    background-size: 100% 100%;
}

.banner a {
    display: block;
    position: relative;
    overflow: hidden;
}

.banner .slick-dots {
    right: 50%;
    left: auto;
    width: auto;
    margin-right: -700px;
    bottom: 80px;
}

.banner .slick-dots li,.banner .slick-dots li button {
    width: 24px;
    height: 34px;
    padding: 0;
    opacity: 1;
}

.banner .slick-dots li {
    margin: 0 0 0 20px;
}

.banner .slick-dots li button {
    width: 40px;
    height: 1px;
    vertical-align: middle;
    margin: 0 18px;
    background: #ebeef5;
    opacity: 0.6;
}

.banner .slick-dots li.slick-active button {
    opacity: 1;
    background: url(/images/li.png) center no-repeat;
    height: 50px
}

.header-bottom {
    padding: 0 80px;
}

.logo {
    padding-top: 60px;
}

.nav-list {
    min-width: 100%;
}

.nav-list li {
    position: relative;
    float: left;
    margin-right: 30px;
    white-space: nowrap;
}

.nav-list li a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
}

.nav-down {
    position: absolute;
    display: none;
    left: 42%;
    top: 100%;
    min-width: 100%;
    width: 180px;
    margin-left: -80px;
    background: #9a0813;
    white-space: nowrap;
}

.nav-down li {
    float: none;
    width: 100%;
    margin: 0!important;
    padding: 0!important;
}

.nav-down li a {
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.nav-down li a:hover {
    background: #c82531;
    color: #fff;
}

.nav-list li:hover .nav-down {
    display: block;
}

.nav-list li a:hover {
    text-decoration: underline!important;
}

.right-width {
    padding-top: 78px;
}

.search-a {
    height: 32px;
    line-height: 30px;
    display: block;
    float: left;
    border: solid 1px #fff;
    border-radius: 30px;
    padding: 0 17px;
}

.search-a span {
    display: inline-block;
    line-height: 30px;
    background: url(/images/icon-ss.png) left center no-repeat;
    padding-left: 20px;
    color: #fff;
}

.page-one {
    background: url(/images/back01.png) center no-repeat;
    background-size: cover;
    padding: 206px 0px 70px 0;
}

.tabs-one li {
    margin: 0 35px;
    display: inline-block;
}

.tabs-one {
    margin-bottom: 40px;
}

.tabs-one li a {
    display: block;
    height: 114px;
    padding-top: 20px;
    opacity: 0.5;
    font-size: 15px;
    color: #b89d5e;
    text-transform: uppercase;
}

.tabs-one li a span {
    font-size: 37px;
    color: #111;
}

.tabs-one li.active a {
    opacity: 1;
    background: url(/images/tabs-back.png) center no-repeat;
}

.one-width {
    width: 54.2857%;
    ; position: relative;
}

.one-width-img {
    position: relative;
    padding-top: 68%;
}

.one-width-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.one-width-txt {
    margin-left: 20px;
    margin-right: 110px;
    font-size: 18px;
    color: #111;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 66px;
    background: #f7f8fa;
}

.one-width:before {
    display: block;
    content: "";
    position: absolute;
    left: -30px;
    top: 30px;
    right: 0;
    bottom: 30px;
    background: #9a0813;
}

.img-slick {
    margin: 0;
}

.img-slick .slick-prev {
    width: 56px;
    z-index: 100;
    height: 66px;
    left: auto;
    top: auto;
    bottom: 0;
    right: 56px;
    background: #9a0813 url(../images/img-left.png) center no-repeat;
}

.img-slick .slick-next {
    width: 56px;
    z-index: 100;
    height: 66px;
    left: auto;
    top: auto;
    bottom: 0;
    right: 0px;
    background: #9a0813 url(../images/img-right.png) center no-repeat;
}

.img-slick a {
    display: block;
}

.slick-prev:before,.slick-next:before {
    display: none;
}

.img-slick .slick-prev:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: url(/images/lind-a.png) center no-repeat;
}

.news-ul-a {
    width: 41.428%;
}

.news-ul-tt {
    position: relative;
    padding-right: 140px;
    line-height: 71px;
    border-bottom: solid 1px #eee;
    font-size: 18px;
    color: #111;
}

.news-ul-tt span {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.6;
}

.news-ul-a li a {
    display: block;
    position: relative;
}

.news-ul-a li a.active {
    height: 150px;
    padding: 0 35px;
    background: #fff;
    margin: 0 -35px;
    box-shadow: 0 0 21px rgba(154,8,19,0.09);
}

.news-ul-a li a.active .news-ul-tt span {
    display: none;
}

.news-ul-a li a.active .news-ul-tt {
    padding-right: 0;
    border: none;
    font-weight: bold;
    color: #9a0813;
}

.news-ul-txt {
    color: #111;
    opacity: 0.6;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: none;
    line-height: 20px;
    height: 40px;
    -webkit-box-orient: vertical;
}

.news-ul-a li a.active .news-ul-txt {
    display: -webkit-box;
}

.page-tow {
    background: url(/images/back02.png) center no-repeat;
    background-size: cover;
    padding: 30px 0 60px 0;
    position: relative;
}

.tabs-tow li {
    float: left;
    margin-left: 0;
    margin-right: 70px;
}

.gg-label {
    padding: 0 10px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    background: #9a0813;
}

.gg-ul-top {
    line-height: 25px;
}

.gg-date {
    opacity: 0.6;
    color: #111;
    font-size: 12px;
}

.gg-ul-tt {
    font-size: 18px;
    margin-top: 23px;
    color: #111;
    text-align: justify;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.tow-width {
    padding-right: 260px;
}

.gg-ul li {
    float: left;
    width: 33.333333%;
}

.gg-ul {
    margin: 0 -30px;
}

.gg-ul-img {
    margin-top: 90px;
    position: relative;
    padding-top: 62%;
}

.gg-ul-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.gg-ul li a {
    display: block;
    border-bottom: solid 1px #eee;
    padding: 25px;
}

.gg-ul li a:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background: #fff;
}

.tow-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 500px;
    background: url(/images/tow-right.png) center no-repeat;
    background-size: cover;
}

.row-right-sm {
    width: 120px;
    padding-top: 50px;
    background: #fff;
    position: absolute;
    left: 80px;
    top: 0;
    height: 295px;
}

.page-three {
    background: url(/images/back03.png) center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.three-left {
    width: 36.928%;
}

.three-left-img {
    position: relative;
    padding-top: 61%;
}

.three-left-img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.three-left-tt {
    font-size: 18px;
    color: #111;
    font-weight: bold;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 50px;
    -webkit-box-orient: vertical;
    margin-top: 25px;
    text-align: justify;
}

.three-left a {
    display: block;
    position: relative;
}

.three-label {
    position: absolute;
    padding-top: 15px;
    left: -25px;
    top: -25px;
    background: #9a0813;
    color: #fff;
    z-index: 100;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
}

.three-label span {
    font-size: 20px;
}

.three-right {
    width: 58.92%;
}

.three-list li {
    float: left;
    width: 33.333333%;
    padding: 0 30px;
    border-left: solid 1px #eee;
    height: 400px;
}

.three-list {
    margin: 0 -30px;
}

.three-list-img {
    position: relative;
    padding-top: 57%;
}

.three-list-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.three-list-tt {
    font-size: 18px;
    margin-top: 20px;
    color: #111;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
    text-align: justify;
}

.three-list-p {
    opacity: 0.6;
    color: #111;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-align: justify;
    margin-top: 20px;
}

.three-list-top {
    height: 340px;
}

.three-list-date {
    border: solid 1px #111;
    padding-top: 10px;
    line-height: 16px;
    color: #111;
    opacity: 0.4;
    border-radius: 50%;
    font-size: 12px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.three-list-date span {
    font-size: 17px;
}

.page-four {
    background: url(/images/back04.png) center no-repeat;
    background-size: cover;
    padding: 50px 0 90px 0;
}

.four-left {
    width: 47.64%;
}

.four-left a {
    display: block;
    position: relative;
    padding-top: 61%;
}

.four-left a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.four-left a span {
    position: absolute;
    line-height: 56px;
    background: rgba(154,8,19,0.82);
    padding: 0 20px;
    left: 0;
    bottom: 0;
    right: 30%;
    font-size: 18px;
    color: #fff;
}

.four-right {
    width: 52.36%;
}

.four-right-l {
    width: 44.9%;
}

.four-right-l-top div {
    height: 180px;
}

.four-right-l-bottom {
    background: #fff;
    height: 300px;
    padding: 35px;
    position: relative;
}

.four-right-tt {
    font-size: 18px;
    color: #111;
    margin-top: 15px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-align: justify;
}

.four-right-txt {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    opacity: 0.6;
    color: #111;
    margin-top: 30px;
    text-align: justify;
}

.four-right-l-b {
    margin-top: 65px;
    color: #9a0813;
}

.four-right-date {
    position: absolute;
    left: 35px;
    top: -33px;
    background: #9a0813;
    padding-top: 12px;
    width: 66px;
    height: 66px;
    border-radius: 60%;
    color: #fff;
    font-size: 12px;
}

.four-right-date span {
    font-size: 20px;
}

.four-right-date:before {
    display: block;
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    left: 5px;
    bottom: 5px;
    border: solid 1px #b64c54;
    border-radius: 50%;
}

.four-right-r {
    width: 55.1%;
}

.four-right-r-top {
    height: 180px;
    display: block;
    background: url(/images/a06.png) center no-repeat;
    padding: 30px 50px;
    background-size: cover;
}

.four-right-r-top:hover,.four-right-r-bottom:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    z-index: 100;
    position: relative;
}

.four-right-r-top .four-right-tt {
    color: #fff;
    margin-top: 0;
}

.four-date {
    color: #fff;
    margin-top: 50px;
    opacity: 0.6;
}

.four-right-r-bottom {
    height: 230px;
    display: block;
    background: url(/images/a0773.png) center no-repeat;
    padding: 50px 50px;
    background-size: cover;
}

.four-right-r-bottom .four-right-tt {
    color: #fff;
    margin-top: 0;
}

.page-five {
    padding: 95px 0 70px 0;
    position: relative;
    overflow: hidden;
}

.page-five:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 376px;
    background: url(/images/five-bottom.png) center no-repeat;
    background-size: cover;
}

.five-top {
    position: relative;
    padding-top: 20px;
}

.five-top:before {
    display: block;
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 55%;
    height: 524px;
    background: url(/images/back05.png) center no-repeat;
    background-size: cover;
}

.tabs-five li.active a {
    color: #fff;
    text-align: center;
    background: url(/images/tabs02.png) center no-repeat;
}

.tabs-five li.active a span {
    color: #fff;
}

.tabs-five {
    position: relative;
    z-index: 100;
}

.tabs-five li {
    margin-left: 0;
}

.five-link a {
    display: inline-block;
    margin-left: 35px;
}

.five-link {
    padding-top: 40px;
}

.tm-ul {
    position: relative;
    z-index: 100;
}

.mt-ul {
    margin: 0 -1px;
}

.mt-ul li {
    float: left;
    position: relative;
    width: 33.333333%;
    padding: 0 1px;
    margin-bottom: 2px;
}

.mt-ul-a {
    position: relative;
    padding-top: 70%;
    display: block;
}

.mt-ul-a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mt-ul-a span {
    position: absolute;
    font-size: 18px;
    color: #fff;
    padding: 40px 30px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 87px;
    background: url(/images/mt-mask.png) center no-repeat;
    background-size: 100% 100%;
}

.bz-box {
    position: relative;
    padding-top: 70%;
}

.bz-box:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -255px;
    background: url(/images/bz-back.png) center no-repeat;
    background-size: cover;
}

.bz-box-center {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 55px 15px 0 45px;
}

.bz-left-tt {
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.bz-left-img img {
    width: 100%;
    height: 151px;
}

.bz-left-more a {
    color: #fff;
}

.bz-left-more {
    margin-top: 15px;
}

.bz-right li a {
    font-size: 16px;
    color: #fff;
}

.bz-right li a:hover,.bz-left-more a:hover,.footer-nav li a:hover {
    text-decoration: underline!important;
}

.tabs-more:hover {
    color: #9a0813;
}

.bz-right li {
    margin-bottom: 30px;
    width: 100%;
    color: #fff;
}

.bz-right {
    margin-left: 150px;
}

.page-six {
    background: url(/images/back06.png) center no-repeat;
    overflow: hidden;
    background-size: cover;
    padding: 60px 0 90px 0;
}

.fc-ul {
    position: relative;
    padding-top: 35%;
    margin-bottom: 85px;
}

.fc-ul li:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 36%;
}

.fc-ul li a {
    display: block;
    position: relative;
    height: 100%;
}

.fc-ul li a img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.fc-ul li a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 86px;
    background: url(/images/fc-mask.png) center no-repeat;
    background-size: 100% 100%;
    font-size: 21px;
    color: #fff;
    padding: 30px 15px;
}

.fc-ul li:nth-child(2) {
    position: absolute;
    left: 36%;
    top: 0;
    bottom: 0;
    width: 17%;
}

.fc-ul li:nth-child(3) {
    position: absolute;
    left: 52%;
    top: 0;
    height: 59%;
    width: 48%;
}

.fc-ul li:nth-child(4) {
    position: absolute;
    left: 52%;
    top: 59%;
    height: 41%;
    width: 48%;
}

.zt-slick a {
    display: block;
    position: relative;
    padding-top: 50%;
    margin: 0 12px;
}

.zt-slick {
    margin: 0 -12px;
}

.zt-slick a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.zt-slick .slick-prev {
    left: -45px;
    width: 13px;
    background: url(/images/zt-left.png) center no-repeat;
}

.zt-slick .slick-next {
    right: -45px;
    width: 13px;
    background: url(/images/zt-right.png) center no-repeat;
}

.footer {
    background: url(/images/footer.png) center no-repeat;
    background-size: cover;
    border-top: solid 10px #9a0813;
}

.footer .container-t {
    position: relative;
    padding-top: 110px;
}

.footer-top {
    position: absolute;
    left: -30px;
    right: -30px;
    padding: 0 45px;
    top: -60px;
    height: 100px;
    background: url(/images/footer-top.png) center no-repeat;
    background-size: 100% 100%;
}

.footer-nav li {
    float: left;
    width: 160px;
    position: relative;
}

.footer-nav li a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.footer-nav li a span {
    display: inline-block;
    height: 45px;
}

.footer-nav {
    padding-top: 20px;
}

.footer-nav li:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: solid 1px #b03e47;
}

.dropdown button {
    width: 265px;
    text-align: left;
    background: none;
    color: #fff;
    height: 42px;
    border: solid 1px #dca9ad;
    line-height: 40px;
    padding-left: 14px;
}

.dropdown {
    margin-top: 30px;
}

.dropdown-menu {
    width: 100%;
    border-radius: 0;
}

.dropdown button span {
    float: right;
    margin-top: 17px;
    margin-right: 10px;
}

.footer-p p {
    color: #fff;
    line-height: 30px;
}

.footer-p {
    margin-left: 120px;
    padding-top: 10px;
}

.footer-right a {
    display: inline-block;
    margin-left: 35px;
}

.footer-right {
    padding-top: 10px;
}

.footer-bottom-c {
    border-top: solid 1px #75343a;
    padding: 20px 0;
    color: #fff;
    margin-top: 45px;
}
.footer-bottom-c p a
{
    color: #fff;
}
.footer-bottom-c span {
    display: inline-block;
    padding: 0 20px;
}

.tabs-more {
    position: absolute;
    right: 0;
    top: -110px;
    width: 49px;
    text-align: center;
    line-height: 49px;
    height: 49px;
    font-size: 13px;
    color: #111;
}

.tabs-more:before {
    display: block;
    content: "";
    background: url(/images/more-a.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.more-c {
    position: relative;
}

.footer-bottom-c font {
    display: inline-block;
}

.tabs-more:hover:before {
    animation: dd ease-in-out 2.7s infinite alternate;
}

@keyframes dd {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tow-left-box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    margin-right: 500px;
    z-index: 100;
    background: url(/images/tow-right.png) center no-repeat;
    background-size: cover;
    transform: translate(-100%,0);
    transition: 0.5s all;
}

.tow-left-ul {
    position: absolute;
    height: 480px;
    right: 90px;
    top: 0;
    background: #fff;
    width: 120px;
    text-align: center;
    padding-top: 50px;
}

.tow-left-ul li a {
    display: block;
    width: 66px;
    opacity: 0.5;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 20px;
}

.tow-left-ul li.active a {
    background: url(/images/tz-lind.png) center top no-repeat;
    opacity: 1;
}

.tow-left-ul li a:hover {
    opacity: 1;
}

.tow-right,.tow-width {
    transition: 0.5s all;
}

.tow-right.active {
    transform: translate(100%,0);
}

.page-tow {
    overflow: hidden;
}

.tow-width.active {
    padding-left: 260px;
    padding-right: 0;
}

.tow-left-box.active {
    transform: translate(0,0);
}

.tow-width-sm-tow {
    display: none;
}

.row-right-sm {
    cursor: pointer;
}

/***************ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ§Ã‚Â¯Ã¢â?¬Å?ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã?Â Ã¢â?¬â?¢ÃƒÂ©Ã?â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¥Ã¢â?¬Â¢Ã?ÂªÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã‚Â¨Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?ÂµÃ?Â½ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?ÂÃ?ÂºÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?Â½ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã?Â¾Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ©Ã?â€ Ã‚Â©ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?Â¾Ã?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¾Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?Â¬Ã¢â?¬Â¡ÃƒÂ¦Ã¢â?¬â?¢Ã?ÂÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã¢â?¬ËœÃ?ÂªÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?ÂºÃ?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¥Ã¢â?¬Â¢Ã?ÂªÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã‚Â¨Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?ÂµÃ?Â½ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?ÂºÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¦Ã‚Â¥Ã?Â¼ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¥Ã?Â¥Ã?Â½ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?â€™Ã?Â·ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?ÂºÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¦Ã‚Â¼Ã?ÂÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?Â£Ã?ÂµÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¥Ã¢â?¬Â¢Ã?ÂªÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã‚Â¨Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?ÂµÃ?Â½ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¥Ã?Â¾Ã?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?ÂºÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¦Ã‚Â¼Ã?ÂÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã?â€ Ã‚Â¶ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?ÂºÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¦Ã‚ÂÃ¢â?¬Å¡ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ©Ã?â€ Ã‚Â©ÃƒÂ¯Ã?Â¿Ã?Â?***************/
.header-list .header-a-l {
    color: #333;
    background: url(/images/icon03.png) left center no-repeat;
}

.banner-list {
    height: 395px;
}

.header-list .search-box .form-control {
    border-color: #9a0813;
    color: #9a0813;
}

.header-list .btn-search {
    background: url(/images/icon-ss02.png) center no-repeat!important;
}

.list-left {
    width: 290px;
    padding-bottom: 55px;
    margin-top: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fff url() center 95% no-repeat;
}

.list-left-tt span {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-left: 44px;
    background: url(/images/icon-05.png) left center no-repeat;
}

.list-left-tt {
    height: 88px;
    background: #9a0813;
    line-height: 88px;
}

.left-nav li a {
    display: block;
    position: relative;
    line-height: 60px;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.left-nav li {
    position: relative;
}

.left-nav li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0;
    border-bottom: solid 1px #ddd;
}

.left-nav-down li a {
    line-height: 40px;
    font-size: 16px;
    color: #333;
    padding-left: 25px;
}

.left-nav-down li a:before {
    display: none;
}

.left-nav li.active {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fff;
    margin-top: -1px;
}

.left-nav li.active:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #9a0813;
}

.left-nav li.active a {
    color: #9a0813;
    font-weight: bold;
}

.left-nav li.active .left-nav-down li a {
    color: #333;
    font-weight: normal;
}

.left-nav-down {
    padding: 10px 0;
    display: none;
}

.left-nav li a:hover {
    color: #9a0813!important;
}

.left-nav {
    padding-top: 20px;
}

.container-list {
    max-width: 1330px;
}

.list-ssjgy {
    width: 1300px;
    margin-top: 40px;
}

.list-right {
    width: 950px;
    margin-top: 40px;
}

.nav-b {
    color: #999;
    padding-left: 28px;
    background: url(/images/icon-home.png) left center no-repeat;
}

.nav-b a {
    color: #999;
}

.list-top {
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
}

.article-tt {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
}

.article-sm {
    border-top: dashed 1px #ddd;
    max-width: 780px;
    margin: 0 auto;
    border-bottom: dashed 1px #ddd;
    padding: 15px 0;
    font-size: 16px;
    margin-top: 30px;
}

.article-sm span {
    padding: 0 15px;
}

.article-p p {
    text-align: justify;
    font-size: 16px;
    color: #333;
    line-height: 25px !important;
    /* margin-bottom: 30px; */
}

.article-p {
    margin-top: 40px;
}

.article-link p a {
    font-size: 16px;
    color: #333;
}

.article-link p a span {
    font-weight: bold;
}

.article-link {
    border-top: dashed 1px #ddd;
    padding-top: 30px;
}

.article-link p {
    margin-bottom: 20px;
}

.list-box {
    background: url(/images/list-box.png) center bottom no-repeat;
    padding-bottom: 90px;
}

.list-left-tt-phone {
    display: none;
}

/***************ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ§Ã‚Â¯Ã¢â?¬Å?ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã?Â Ã¢â?¬â?¢ÃƒÂ©Ã?â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¥Ã¢â?¬Â¢Ã?ÂªÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã‚Â¨Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?ÂµÃ?Â½ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?ÂÃ?ÂºÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?Â½ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã?Â¾Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ©Ã?â€ Ã‚Â©ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?Â¾Ã?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â¸Ã?Â«ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?ÂÃ?Â£ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¨Ã?Â¯Ã?Â¥ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã?â€ Ã‚Â¶ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?Â¬Ã¢â?¬Â¡ÃƒÂ¦Ã¢â?¬â?¢Ã?ÂÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã¢â?¬ËœÃ?ÂªÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?ÂºÃ?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â¸Ã?Â«ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¨Ã?Â¶Ã?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?ÂÃ?ÂºÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?Â½ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã?Â¾Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ©Ã?â€ Ã‚Â©ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?Â¾Ã?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?Â½ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?ÂÃ?Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¨Ã?Â¯Ã?Â¥ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¯Ã?Â¼Ã?Â£ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ©Ã?â€ Ã‚Â©ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ©Ã?â€ Ã‚Â©ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã?Â¾Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â¡Ã?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?Â£Ã?ÂµÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â¸Ã?Â«ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¾Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?Â¬Ã¢â?¬Â¡ÃƒÂ¦Ã¢â?¬â?¢Ã?ÂÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã¢â?¬ËœÃ?ÂªÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?ÂºÃ?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?Â½ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?Â¾Ã?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¨Ã?Â¯Ã?Â¥ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¨Ã?Â¯Ã?Â¥ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?Â½ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?ÂÃ?Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â¡Ã?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?Â£Ã?ÂµÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¯Ã?Â¿Ã?Â?*************/
.img-lb li {
    float: left;
    padding: 0 25px;
    margin-bottom: 50px;
    width: 50%;
}

.img-lb {
    margin: 0 -25px;
    padding-top: 20px;
}

.img-lb-tt {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.img-lb-img {
    position: relative;
    padding-top: 67%;
}

.img-lb-img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.img-lb li a {
    display: block;
}

.img-ul-left img {
    width: 260px;
    height: 175px;
}

.img-ul-a li {
    padding: 35px 0;
    border-bottom: dashed 1px #ddd;
    transition: 0.5s all;
}

.img-ul-right {
    margin-left: 290px;
}

.img-ul-tt a {
    font-size: 18px;
    color: #333;
}

.img-ul-p {
    color: #999;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin-top: 15px;
}

.img-ul-date {
    color: #999;
    margin-top: 20px;
    background: url(/images/icon-date.png) left center no-repeat;
    padding-left: 20px;
}

.img-ul-a li:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background: #fff;
    border-color: transparent;
    padding: 35px;
}

.img-ul-a li:last-child {
    border: none;
}

.img-ul-a {
    padding-bottom: 30px;
}

/********ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ§Ã‚Â¯Ã¢â?¬Å?ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã?Â Ã¢â?¬â?¢ÃƒÂ©Ã?â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¥Ã¢â?¬Â¢Ã?ÂªÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¦Ã‚Â¥Ã?Â¼ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?ÂÃ?ÂºÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?Â½ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã?Â¾Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ©Ã?â€ Ã‚Â©ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â¸Ã?Â«ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â¡Ã?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?Â£Ã?ÂµÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â¸Ã?Â«ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¥Ã?Â¥Ã?Â½ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¥Ã?ÂµÃ?â€œÃƒÂ¥Ã¢â‚¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?Â¬Ã¢â?¬Â¡ÃƒÂ¦Ã¢â?¬â?¢Ã?ÂÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã¢â?¬ËœÃ?ÂªÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?ÂºÃ?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã?â€ Ã‚Â¶ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¥Ã¢â?¬Â¢Ã?ÂªÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã‚Â¨Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?ÂµÃ?Â½ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?ÂºÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¦Ã‚Â¼Ã?ÂÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?ÂÃ?ÂºÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?Â½ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã?Â¾Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ©Ã?â€ Ã‚Â©ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â¸Ã?Â«ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â¡Ã?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?Â£Ã?ÂµÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â¸Ã?Â«ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?Â¾Ã?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¨Ã?Â¯Ã?Â¥ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¯Ã?Â¼Ã?Â£ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ©Ã?â€ Ã‚Â©ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ©Ã?â€ Ã‚Â©ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã?Â¾Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â¡Ã?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?Â£Ã?ÂµÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â¸Ã?Â«ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¾Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?Â¬Ã¢â?¬Â¡ÃƒÂ¦Ã¢â?¬â?¢Ã?ÂÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã¢â?¬ËœÃ?ÂªÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?ÂºÃ?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?Â½ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?Â¾Ã?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¨Ã?Â¯Ã?Â¥ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¨Ã?Â¯Ã?Â¥ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?Â½ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?ÂÃ?Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â¡Ã?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?Â£Ã?ÂµÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¯Ã?Â¿Ã?Â?*******/
.wz-ul-date {
    width: 80px;
    height: 80px;
    background: #f6f6f6;
    padding-left: 15px;
    padding-top: 12px;
    line-height: 25px;
}

.wz-ul-date span {
    font-weight: bold;
    font-size: 18px;
}

.wz-ul li {
    padding: 20px 0;
    border-bottom: dashed 1px #ddd;
}

.wz-ul-right {
    margin-left: 105px;
    padding-top: 5px;
}

.wz-ul-tt a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.wz-ul-p {
    margin-top: 15px;
    color: #999;
}

.wz-ul {
    margin-bottom: 30px;
}

.wz-ul li:hover .wz-ul-date {
    background: #bb010e;
    color: #fff;
}

.wz-ul li:hover .wz-ul-tt a {
    color: #bb010e;
}

/***********ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ§Ã‚Â¯Ã¢â?¬Å?ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã?Â Ã¢â?¬â?¢ÃƒÂ©Ã?â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¥Ã¢â?¬Â¢Ã?ÂªÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã‚Â¨Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?â€™Ã?Â·ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¢Ã?â€ Ã‚Â¶ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã¢â?¬Â°Ã¢â€žÂ¢ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¦Ã‚Â¼Ã?ÂÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã?Â Ã¢â?¬â?¢ÃƒÂ©Ã?â€ Ã‚Â§ÃƒÂ®Ã?â€™Ã?Â ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?ÂºÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã‚Â¨Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â¸Ã?Â«ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¨Ã?Â¶Ã?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¥Ã¢â?¬Â¢Ã?ÂªÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¦Ã‚Â¼Ã?ÂÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã?Â Ã¢â?¬â?¢ÃƒÂ©Ã?â€ Ã‚Â§ÃƒÂ®Ã?â€™Ã?Â ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã?â€ Ã‚Â¶ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?ÂºÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¦Ã‚ÂÃ¢â?¬Å¡ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?ÂºÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¦Ã‚ÂÃ¢â?¬Å¡ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¥Ã¢â?¬Â¢Ã?ÂªÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã‚Â¨Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?ÂµÃ?Â½ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¥Ã?Â¾Ã?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?ÂºÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¦Ã‚Â¥Ã?Â¼ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?ÂÃ?ÂºÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?Â½ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã?Â¾Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ©Ã?â€ Ã‚Â©ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?Â¾Ã?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¾Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¨Ã?Â¯Ã?Â¥ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¯Ã?Â¼Ã?Â£ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ©Ã?â€ Ã‚Â©ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ©Ã?â€ Ã‚Â©ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã?â€ Ã‚Â¶ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¨Ã?Â¯Ã?Â¥ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â¡Ã?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?Â£Ã?ÂµÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¯Ã?Â¿Ã?Â?***********/
.table-bordered {
    border: none;
}

.table-bordered > thead > tr > th {
    background: #e9f4ff;
    font-size: 22px;
    color: #333;
    font-weight: normal;
    padding: 20px;
    padding-left: 120px;
    border: none;
}

.table-bordered > tbody > tr > td {
    font-size: 20px;
    color: #333;
    padding: 20px;
    padding-left: 120px;
    border-color: #f3f3f3;
    background: #fff;
}

.table-box {
    margin: 50px 40px;
}

.ld-img img {
    width: 260px;
    height: 200px;
}

.ld-right {
    margin-left: 290px;
    padding-top: 15px;
}

.ld-name a {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.ld-txt {
    color: #999;
    line-height: 25px;
    margin-top: 15px;
    text-align: justify;
}

.ld-ul li {
    border-bottom: dashed 1px #ddd;
    padding: 40px 0;
}

.ld-ul {
    padding-bottom: 30px;
}

/*************ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ§Ã‚Â¯Ã¢â?¬Å?ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã?Â Ã¢â?¬â?¢ÃƒÂ©Ã?â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¥Ã¢â?¬Â¢Ã?ÂªÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã‚Â¨Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?â€™Ã?Â·ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¢Ã?â€ Ã‚Â¶ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?ÂºÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¦Ã‚ÂÃ¢â?¬Å¡ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?ÂÃ?ÂºÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?Â½ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã?Â¾Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ©Ã?â€ Ã‚Â©ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?ÂÃ?Â£ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¨Ã?Â¯Ã?Â¥ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã?â€ Ã‚Â¶ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¥Ã?Â¹Ã?Â»ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?Â¬Ã¢â?¬Â¡ÃƒÂ¦Ã¢â?¬â?¢Ã?ÂÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã¢â?¬ËœÃ?ÂªÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?ÂºÃ?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã?â€ Ã‚Â¶ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¥Ã¢â?¬Â¢Ã?ÂªÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¥Ã…Â¾Ã¢â?¬Å¾ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¦Ã‚Â¥Ã?Â¼ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ®Ã?Â¸Ã¢â?¬Â¹ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â¢ÃƒÂ¤Ã?Â¹Ã¢â?¬Â¦ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã¢â?¬Â°Ã¢â€žÂ¢ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â€žÂ¢ÃƒÂ¨Ã…â€™Ã?Â ÃƒÂ¨Ã¢â?¬Å¾Ã¢â?¬â€ÃƒÂ¦Ã‚Â¼Ã?ÂÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¥Ã?ÂÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?Â½ÃƒÂ¨Ã¢â?¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¥Ã?Â¥Ã?Â½ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¥Ã?ÂµÃ?â€œÃƒÂ¥Ã¢â‚¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ®Ã¢â?¬Â Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ§Ã?Â¸Ã?Â«ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÅ½Ã?Â³ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¨Ã?Â¯Ã?Â¥ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â¢ÃƒÂ§Ã?Â¸Ã?Â«ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¨Ã?Â¶Ã?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¦Ã?â€™Ã?Â·ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?ÂÃ?Â£ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÅ½Ã?Â³ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?Â¬Ã¢â?¬Â¡ÃƒÂ¦Ã¢â?¬â?¢Ã?ÂÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã¢â?¬ÂÃ?Â¸ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¤Ã?Â¼Ã?Â±ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã¢â?¬ËœÃ?ÂªÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?ÂºÃ?ÂÃƒÂ¥Ã¢â?¬Â¦Ã?Â¤ÃƒÂ¦Ã?ÂÃ¢â?¬â€ÃƒÂ¥Ã‚ÂÃ?Â®ÃƒÂ£Ã?â€™Ã?â€™ÃƒÂ¥Ã¢â?¬Â¦Ã?Â¸ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¢Ã¢â?¬ËœÃ?Â©ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â¬ÃƒÂ®Ã?â€™Ã?Â¾ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¢Ã¢â?¬â?¢Ã?Â¡ÃƒÂ¥Ã¢â?¬Â Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¦Ã?Â¯Ã?Â­ÃƒÂ¥Ã?ÂÃ?Â®ÃƒÂ¯Ã?Â¿Ã?Â?************/
.jg-title {
    font-size: 30px;
    padding-bottom: 20px;
    margin-top: 40px;
    border-bottom: solid 1px #ddd;
}

.jg-title span {
    float: left;
    width: 50px;
}

.jg-ul li {
    float: left;
    padding: 0 10px 0 0;
    height: 60px;
    width: 33.333333%;
}

.jg-ul li a {
    display: inline-block;
    padding-left: 32px;
    background: url(/images/icon-jg05.png) left center no-repeat;
    font-size: 16px;
    color: #333;
    margin-top: -13px;
}

.jg-ul {
    margin-top: 40px;
    margin-bottom: -20px;
}

.jg-ul li a:hover {
    background: url(/images/icon-jg06.png) left center no-repeat;
    color: #9a0813;
}

.img-ul-tt a:hover,.nav-b a:hover,.ld-name a:hover,a:hover .img-lb-tt,.gg-ul li a:hover .gg-ul-tt,.three-list li a:hover .three-list-tt,.three-left a:hover .three-left-tt,.four-right-l:hover .four-right-tt {
    color: #9a0813;
}

.header2 .header-box {
    background: rgba(0,0,0,0.8)!important;
    height: auto;
    padding-bottom: 20px;
}

.header2 .header-box .logo {
    padding-top: 10px;
}

.right-width {
    padding-top: 60px;
}

.bb {
    width: 64px;
    animation: container ease-in-out 2.7s infinite alternate;
    height: 64px;
    cursor: pointer;
    background: url(/images/raw.png) center no-repeat;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -32px;
}

@keyframes container {
    0%, 100%, 20%, 50%, 80% {
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        /*ÃƒÂ§Ã…â€™Ã?Â«ÃƒÂ©Ã?ÂºÃ¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?ÂºÃƒÂ¦Ã?Â°Ã¢â?¬Å?ÃƒÂ©Ã?Â¡Ã¢â?¬Â ÃƒÂ¥Ã¢â?¬Â¢Ã?ÂªÃƒÂ¦Ã?Â°Ã¢â?¬Å?ÃƒÂ¦Ã?Â½Ã?Â³ÃƒÂ©Ã?â€ Ã‚Â¥ÃƒÂ¦Ã?Â¾Ã?ÂÃƒÂ¯Ã?Â¸Ã?Â¹ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ©Ã?â€™Ã?ÂÃƒÂ¨Ã?Â£Ã?ÂÃƒÂ®Ã?Â¾Ã?Â ÃƒÂ©Ã?â€™Ã?ÂÃƒÂ¯Ã?Â¿Ã?Â? ÃƒÂ¨Ã…â€™Ã¢â?¬Å¡ÃƒÂ¥Ã?Â½Ã¢â?¬Â¢ÃƒÂ¦Ã¢â?¬Â¹Ã?Â? X1 Y1 X2 Y2*/
        transform: translate3d(0,0,0);
        /*ÃƒÂ§Ã…â€™Ã?Â«ÃƒÂ¥Ã?ÂºÃ?ÂÃƒÂ¦Ã?â€ Ã‚Â®ÃƒÂ¨Ã?Â½Ã?Â½ÃƒÂ©Ã¢â€žÂ¢Ã¢â‚¬Â ÃƒÂ¥Ã?ÂºÃ?ÂÃƒÂ¦Ã?Â°Ã¢â?¬Å?ÃƒÂ¨Ã?ÂÃ?Â«ÃƒÂ©Ã¢â€žÂ¢Ã¢â‚¬Â¹ÃƒÂ¦Ã?Â°Ã¢â?¬Å?ÃƒÂ¨Ã¢â?¬Â°Ã¢â€žÂ¢ÃƒÂ§Ã‚Â¯Ã¢â?¬Å?ZÃƒÂ§Ã…â€™Ã?Â«ÃƒÂ©Ã¢â€žÂ¢Ã¢â‚¬Â ÃƒÂ©Ã?ÂºÃ¢â?¬Å?ÃƒÂ§Ã¢â?¬ÂºÃ?Â²ÃƒÂ¨Ã?ÂµÃ¢â?¬Å¡ÃƒÂ¨Ã¢â?¬Â°Ã?Â©ÃƒÂ¨Ã?Â½Ã?Â½ÃƒÂ¦Ã?ÂÃ¢â?¬Å¡ÃƒÂ§Ã?Â¦Ã¢â?¬Å¾ÃƒÂ¦Ã?Â°Ã¢â?¬Å?ÃƒÂ¨Ã¢â?¬Â°Ã?Â©ÃƒÂ§Ã?Â¯Ã¢â?¬Å??*/
    }

    40%, 43% {
        transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);
        transform: translate3d(0,-30px,0);
    }

    70% {
        transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        transform: translate3d(0,-15px,0);
    }

    90% {
        transform: translate3d(0,-4px,0);
    }
}

.five-hover {
    display: none;
}

.five-link a {
    position: relative;
}

.five-link a:hover .five-i {
    display: none;
}

.five-link a:hover .five-hover {
    display: inline-block;
}

.five-link a span {
    position: absolute;
    width: 100px;
    margin-bottom: 10px;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%,0);
    display: none;
}

.five-link a:hover span {
    display: block;
}

.five-link a span img {
    width: 100px;
}

.footer-right a {
    position: relative;
}

.footer-right a span {
    position: absolute;
    width: 100px;
    margin-bottom: 10px;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%,0);
    display: none;
}

.footer-right a:hover span {
    display: block;
}

.footer-right a span img {
    width: 100px;
}

.tow-right-phone {
    display: none;
}

@media( max-width: 1479px) {
    .container {
        width: 1230px;
    }

    .title font {
        font-size: 18px;
    }

    .footer-link a {
        margin-left: 10px;
    }

    .footer-p {
        margin-left: 30px;
    }

    .xsdtnr ul li {
        font-size: 14px;
        line-height: 25px;
    }

    .list-right {
        width: 850px;
    }

    .table-bordered > thead > tr > th,.table-bordered > tbody > tr > td {
        padding-left: 60px;
    }

    .tow-width {
        width: 100%;
    }

    .tow-right {
        margin-left: 450px;
    }

    .tow-left-box {
        margin-right: 450px;
    }

    .row-right-sm {
        left: 35px;
    }

    .tow-left-ul {
        right: 35px;
    }

    .four-right-l-top div,.four-right-r-top {
        height: 150px;
    }

    .four-right-r-bottom {
        height: 200px;
        padding: 30px;
    }

    .four-right-r-top {
        padding: 30px;
    }

    .four-date {
        margin-top: 30px;
    }

    .bz-box-center {
        padding-top: 30px;
    }

    .footer-nav li {
        width: 140px;
    }

    .header-bottom,.header-top {
        padding: 0 30px;
    }

    .header-top-center {
        left: 310px;
        right: 320px;
        height: 60px;
    }

    .logo {
        padding-top: 40px;
    }

    .logo {
        width: 300px;
    }

    .right-width {
        padding-top: 46px;
    }

    .nav-list li a {
        font-size: 16px;
    }

    .news-ul-tt {
        line-height: 60px;
    }
}

@media(max-width: 1279px) {
    .gg-date,
    .gg-label{
        float:none !important;
    }
    .gg-label{
        margin-bottom:2px
    }
    .gg-ul-img{
        margin-top:20px;
    }
    .container {
        width: 970px;
    }

    .title font {
        display: none;
    }

    .back-b:before {
        height: 250px;
    }

    .logo-b {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .footer-p {
        margin-left: 0;
    }

    .tow-width {
        padding-right: 120px;
    }

    .tow-width.active {
        padding-left: 120px;
        padding-right: 0;
    }

    .list-right {
        width: 620px;
    }

    .table-bordered > thead > tr > th,.table-bordered > tbody > tr > td {
        padding-left: 20px;
    }

    .gg-ul-tt,.three-list-tt {
        font-size: 16px;
    }

    .gg-ul li a {
        padding: 15px;
    }

    .gg-ul {
        margin: 0;
    }

    .tow-right {
        margin-left: 370px;
    }

    .tow-left-box {
        margin-right: 370px;
    }

    .row-right-sm {
        left: 10px;
    }

    .four-right-l-top div, .four-right-r-top {
        height: 130px;
    }

    .four-right-r-top {
        padding: 20px;
    }

    .four-date {
        margin-top: 15px;
    }

    .four-right-r-bottom {
        height: 143px;
        padding: 20px;
    }

    .bz-box-center {
        padding: 20px 15px;
    }

    .bz-left-tt {
        font-size: 18px;
    }

    .bz-left-img img {
        width: auto;
        height: 100px;
    }

    .bz-right li {
        margin-bottom: 15px;
    }

    .bz-right {
        margin-left: 100px;
    }

    .footer-nav li {
        width: 100px;
    }

    .news-ul-a li a.active {
        height: 120px;
        padding-top: 10px;
    }

    .news-ul-tt {
        line-height: 48px;
    }

    .logo {
        width: 290px;
    }
.header.header2.mobile{
    background: #9a0813;
}
    .nav-list li {
        margin-right: 15px;
    }

    .right-width {
        padding-top: 40px;
    }
    .header2 .right-width{
        padding-top: 20px;
    }

    .three-list-top {
        height: auto;
    }

    .three-list li {
        height: auto
    }

    .four-right-l-b {
        margin-top: 15px;
    }

    .four-right-txt {
        margin-top: 12px;
    }

    .four-right-l-bottom {
        height: auto;
        padding: 15px 10px;
    }
}

@media(max-width: 991px) {
    .banner .slick-dots li, .banner .slick-dots li button {
        width:20px;
        height: 25px;
    }

    .banner .slick-dots li button {
        height: 1px
    }

    .banner .slick-dots li.slick-active button {
        height: 26px;
        background-size: auto 26px
    }

    .banner .slick-dots {
        font-size: 0;
        bottom: 0 !important;
    }

    .list-box {
        padding-top: 0px !important;
    }

    .d {
        transform: translate(0,0);
        transition: all 1s ease-out 0s;
        opacity: 1;
    }

    .tow-width {
        padding-right: 250px;
    }

    .tow-width.active {
        padding-left: 250px;
        padding-right: 0;
    }

    .banner .slick-dots {
        left: 0;
        width: 100%;
        margin: 0;
        right: 0;
        bottom: 10px;
    }

    .banner .slick-dots li {
        margin: 0 5px;
    }

    .page-one .tabs-one li {
        margin: 0 20px 0 0;
    }

    .page-one {
        padding-top: 30px;
    }

    .header {
        opacity: 1;
        transform: translate(0,0)!important;
        position: fixed;
    }

    .header2 {
        display: none!important;
    }

    .header2 .header-box .logo {
        padding-top: 0;
    }

    .container {
        width: 750px;
    }

    .nav-list li a {
        font-size: 16px;
    }

   

    .header-a-r,.header-a-l {
        margin-left: 15px;
    }

    .search-box {
        margin-left: 20px;
    }

    .index-left {
        width: 100%;
    }

    .index-right {
        width: 100%;
    }

    .lind {
        display: none;
    }

    .img-slick,.news-ul,.ry-width,.hd-width,.hd-right {
        width: 100%;
    }

    .footer-p {
        width: 250px;
    }

    .title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .title-back {
        margin-top: 0;
    }

    .mt-ul li:last-child {
        height: auto;
    }

    .link-img {
        margin-top: 10px;
    }

    .home, .home body {
        height: auto;
        overflow: auto;
        overflow-x: hidden;
    }

    .body_home {
        height: auto;
        overflow: visible;
    }

    .banner a img {
        display: block;
    }

    .banner {
        position: relative;
    }

    .banner .slick {
        margin: 0;
    }

    .bb,.top {
        display: none;
    }

    .header {
        height: auto;
        background-size: cover;
    }

    .container {
        width: 100%;
    }

    .body_b {
        width: auto;
        height: auto;
        position: static;
        opacity: 1;
        transform: none;
        overflow: hidden;
    }

    .slick, .slick-list, .slick-initialized .slick-slide, .slick-track, .banner a {
        height: auto;
    }

    .list-left {
        width: 200px;
    }

    .list-right {
        width: 480px;
    }

    .article-sm span {
        display: block;
    }

    .jg-ul li {
        width: 50%;
    }

    .news-ul-tt {
        line-height: 35px;
    }

    .news-ul-a li a.active {
        padding-top: 20px;
    }

    .gg-ul li {
        width: 50%;
    }

    .gg-date {
        display: none;
    }

    .tow-right {
        margin-left: 250px;
    }

    .gg-ul-img {
        margin-top: 30px;
    }

    .tow-left-box {
        margin-right: 250px;
    }

    .bz-right li {
        margin-bottom: 7px;
    }

    .bz-left-img img {
        height: 80px;
    }

    .bz-left-more {
        margin-top: 5px;
    }

    .footer-nav li {
        width: 80px;
        /* font-size: 13px; */
    }

    .footer-nav a {
        font-size: 12px;
    }

    .dropdown button {
        width: 200px;
    }

    .header-top-center {
        display: none;
    }

    .header-bottom, .header-top {
        padding: 0 15px;
    }

    .header-box {
        height: auto;
    }

    .header-bottom {
        background: #9a0813;
        border-top: solid 1px #fff;
        position: relative;

    }

    .logo {
        line-height: 50px;
        padding: 0;
 width: auto;
    }
.logo img{height:40px;width: auto;}
    .right-width {
        padding: 0;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .nav-down {
        position: static;
        margin: 0;
        padding: 0;
        width: 100%;
        background: none;
    }

    .nav-down li {
        text-align: left;
        padding: 0;
    }

    .nav-down li a {
        text-align: left;
        padding: 0 15px;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-down:before {
        display: none;
    }

    .menu-button {
        display: block;
    }
.list_box0{
        display:flex;
       justify-content:flex-start;
        align-items:center;
        padding:20px 0;
        flex-wrap: wrap;
    }
    .list_box0 .li{
        font-size:14px;
        line-height:16px;
        color:#fff;
        padding:0 15px;
        text-align:center;
        border-left:2px solid #fff
    }
     .list_box0 .li:first-child{
         border:none
     }
    .list_box0 .li a{
        color:#fff
    }
    .nav-list_box {
        position: absolute;
        display: none;
        left: 0;
        top: 50px;
        margin: 0;
        right: 0;
        background: #9a0813;
        z-index: 10000;
        max-height: 70vh;
        overflow-y: auto;
        border-top: solid 1px #ddd;
        box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
    }

    .nav-list li {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .nav-list li a {
        display: block;
        line-height: 40px;
        padding: 0 15px;
        color: #fff;
        text-align: left;
        font-size: 16px;
    }

    .search-a {
        margin: 10px 30px 0 0;
    }
}

@media( max-width: 767px) {
    .bz-right li {
        margin-bottom: 15px;
    }

    .tow-right-phone {
        display: block;
        margin-top: 30px;
    }

    .tow-right {
        display: none;
    }

    .tow-width {
        padding-right: 0;
    }

    .header2 .header-box .logo {
        padding-top: 0;
    }

    .img-slick-date {
        top: 20px;
        right: 10px;
    }

    .header-top {
        display: none;
    }

    .search-box-c {
        left: 15px;
        right: 15px;
        width: auto;
        margin-left: 0;
    }

    .container {
        width: 100%;
    }

    .wh-right {
        display: none;
    }

    .wh-left {
        width: 100%;
    }

    .wh-left-img {
        height: auto;
        padding-top: 70%;
    }

    .img-slick-top {
        height: auto;
        padding-top: 60%;
    }

    .header {
        position: fixed;
        height: 50px;
        padding: 0;
        background: #9a0813;
        z-index: 100000000;
    }

    body {
        padding-top: 50px;
    }

    .footer-link {
        width: 100%;
    }

    .logo img {
        width: auto;
        height: 30px;
    }

    .logo {
        line-height: 50px;
    }

    .header-right {
        position: absolute;
        right: 95px;
        top: 7px;
    }

    .header-right a {
        font-size: 12px;
        margin-left: 5px;
        padding-left: 0;
        line-height: 20px;
        padding-top: 20px;
    }

    .header-a-l {
        background: url(/images/icon01.png) center top no-repeat;
    }

    .header-a-r {
        background: url(/images/icon02.png) center top no-repeat;
    }

    .search-box {
        display: none;
    }

    .banner .slick-prev {
        left: 15px;
        width: 25px;
        height: 36px;
        margin-top: -18px;
        background-size: 100% auto;
    }

    .banner .slick-next {
        right: 15px;
        width: 25px;
        height: 36px;
        margin-top: -18px;
        background-size: 100% auto;
    }

    .title span {
        font-size: 24px;
        padding-bottom: 10px;
        border-width: 2px;
    }

    .title a {
        font-size: 14px;
        margin-top: 10px;
    }

    .title-back font {
        display: none;
    }

    .title-back {
        height: 80px;
        line-height: 80px;
    }

    .tabs-ul li span {
        padding: 0 10px;
    }

    .tabs-ul li {
        font-size: 18px;
    }

    .lb-slick-box {
        margin-top: 20px;
    }

    .lb-slick-box {
        padding-bottom: 30px;
    }

    .lb-slick {
        padding-bottom: 65px;
    }

    .back-tow {
        padding-bottom: 30px;
    }

    .footer {
        padding-top: 20px;
    }

    .logo-b img {
        width: 200px;
    }

    .footer-p {
        width: 100%;
    }

    .footer-link a {
        font-size: 12px;
        width: 33.333333%;
        margin: 0 0 10px 0;
        float: left;
    }

    .footer-bottom {
        margin-top: 20px;
        padding: 10px 15px;
        font-size: 14px;
        line-height: 25px;
    }

    .footer-bottom span {
        display: block;
        padding: 0;
    }

    .banner-list {
        height: 150px;
    }

    .list-left {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    .list-left-tt {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        text-align: left;
        padding-left: 20px;
    }

    .list-left-tt span {
        font-size: 18px;
    }

    .left-nav {
        padding: 0;
        display: none;
    }

    .list-right {
        width: 100%;
        margin-top: 20px;
    }

    .article-tt {
        font-size: 18px;
    }

    .article-sm span {
        font-size: 14px;
        line-height: 25px;
    }

    .article-p p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .article-p {
        margin-top: 20px;
    }

    .article-link p a {
        font-size: 14px;
    }

    .article-link p {
        margin-bottom: 10px;
    }

    .article-link {
        padding: 20px 0;
    }

    .list-left-tt {
        display: none;
    }

    .list-left-tt-phone {
        display: block;
        position: relative;
    }

    .list-left-tt-phone .nav-click {
        height: 60px;
        line-height: 60px;
        color: #fff;
    }

    .left-nav li a {
        line-height: 40px;
        font-size: 16px;
    }

    .img-lb-tt {
        font-size: 14px;
        margin-top: 10px;
    }

    .img-lb li {
        padding: 0 8px;
        margin-bottom: 15px;
    }

    .img-lb {
        margin: 0 -8px;
        padding-bottom: 15px;
    }

    .list-box {
        padding-bottom: 30px;
    }

    .img-ul-left img {
        width: 130px;
        height: 80px;
    }

    .img-ul-right {
        margin-left: 140px;
    }

    .img-ul-p {
        height: 50px;
        margin-top: 5px;
    }

    .img-ul-date {
        display: none;
    }

    .img-ul-a li {
        padding: 15px 0;
    }

    .img-ul-a li:hover {
        padding: 15px;
    }

    .img-ul-tt a {
        font-size: 16px;
    }

    .table-bordered > thead > tr > th,.table-bordered > tbody > tr > td {
        font-size: 14px;
        padding: 8px 15px;
    }

    .table-box {
        margin: 20px 0;
    }

    .jg-title {
        margin-top: 20px;
        padding-bottom: 10px;
        font-size: 24px;
    }

    .banner a:before {
        height: 50px;
    }

    .page-one .tabs-one {
        text-align: left;
    }

    .tabs-one li a {
        font-size: 12px;
    }

    .tabs-one li a span {
        font-size: 24px;
    }

    .tabs-one li a {
        height: 90px;
        background-size: auto 100%!important;
    }

    .one-width {
        width: 100%;
    }

    .news-ul-a {
        width: 100%;
        margin-top: 20px;
    }

    .news-ul-tt {
        line-height: 40px;
        font-size: 16px;
    }

    .tabs-one {
        margin-bottom: 20px;
    }

    .tabs-more {
        top: -90px;
    }

    .tabs-tow li {
        margin-right: 20px;
    }

    .gg-ul-img {
        display: none;
    }

    .page-one,.page-tow,.page-three,.page-four,.page-five,.page-six {
        padding: 30px 0;
    }

    .three-left {
        width: 100%;
    }

    .three-label {
        left: 10px;
        top: 10px;
    }

    .three-right {
        width: 100%;
        margin-top: 15px;
    }

    .three-list li {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .three-left-tt {
        margin-top: 15px;
        font-weight: normal;
    }

    .four-left,.four-right {
        width: 100%;
    }

    .four-right-l-bottom {
        height: auto;
        padding: 20px;
    }

    .four-right-date {
        left: 20px;
    }

    .four-right-txt {
        margin-top: 15px;
    }

    .four-right-l-b {
        margin-top: 15px;
    }

    .four-right-r-bottom {
        height: 204px;
        padding: 35px 20px;
    }

    .four-left a span {
        right: 15%;
    }

    .mt-ul li {
        width: 100%;
    }

    .five-link img {
        width: 20px;
    }

    .five-link a {
        margin-left: 15px;
    }

    .bz-box {
        padding-top: 0;
        height: 210px;
    }

    .fc-ul {
        padding: 0;
    }

    .fc-ul li {
        position: static!important;
        width: 100%!important;
    }

    .fc-ul li a {
        display: block;
        height: auto;
    }

    .fc-ul li a img {
        position: static;
        display: block;
        width: 100%;
        height: auto;
    }

    .fc-ul {
        margin-bottom: 30px;
    }

    .footer-nav li a {
        font-size: 12px;
    }

    .footer-nav li {
        width: 16.666666%;
    }

    .footer-nav {
        width: 100%;
    }

    .footer-top {
        height: auto;
        padding-bottom: 15px;
    }

    .dropdown {
        width: 100%;
        margin-top: 15px;
    }

    .dropdown button {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        text-align: center;
    }

    .footer-right a {
        margin: 0 10px;
    }

    .footer-bottom-c {
        margin-top: 20px;
    }

    .page-six {
        padding-bottom: 60px;
    }

    .header-bottom {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1000;
    }

    .footer-top {
        background: #9a0813;
    }
}

.lyb tr {
    margin: 20px
}

.share {
    /*! width: 233px; */
    /*! padding: 17px 0; */
    /*! float: right; */
}

.share_btn {
    float: left;
    line-height: 33px;
    font-weight: normal;
}

.share .bdsharebuttonbox {
    font-size: 0;
}

.share .bdsharebuttonbox > a {
    padding-left: 0;
    margin: 0 0 0 12px !important;
    height: 32px;
    text-indent: 0;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background: none;
    font-size: 23px;
    display: inline-block;
    *display: inline;
    *zoom:1;vertical-align: middle;
}

.share .bdsharebuttonbox > a.bds_weixin {
    background: url(/images/wechat.png) no-repeat center ;
    color: #7dd43c
}

.share .bdsharebuttonbox > a.bds_tsina {
    background: url(/images/sina.png) no-repeat center;
    color: #e83437
}

.share .bdsharebuttonbox > a.bds_qzone {
    background: url() no-repeat center ;
    color: #fece00
}

.share .bdsharebuttonbox > a.bds_more {
    background: url() no-repeat center ;
    color: #a3bfd9
}

.shareBox {
    width: 260px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -130px;
    z-index: 9998;
    height: 310px;
    border: 6px solid #8F8F8F;
    border-radius: 8px;
    box-shadow: 0 0 7px #aaa;
    display: none;
}

.shareBox {
    font-size: 14px;
}

.shareBox .title {
    background: #f6f6f6;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px !important;
}

.shareClose {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 18px;
    width: 20px;
    ; }

.sharelist {
    position: static;
    height: 250px;
    overflow-y: auto;
    padding-left: 17px !important;
}

.sharelist li {
    float: left;
    width: 130px;
    padding: 2px;
    margin-left: 6px;
    _margin-left: 3px;
    height: 28px;
    overflow: hidden;
    list-style: none;
}

.sharelist li a {
    color: #565656;
    font: 12px 'ÃƒÂ¦Ã‚Â°Ã¢â?¬Å?ÃƒÂ¥Ã?ÂºÃ?ÂÃƒÂ©Ã?â€ Ã‚Â¥ÃƒÂ¥Ã?Â§Ã¢â?¬ËœÃƒÂ£Ã?ÂÃ?Â¢ÃƒÂ¨Ã?Â§Ã?Â£ÃƒÂ¯Ã?Â¿Ã?Â½ÃƒÂ¯Ã?Â¿Ã?Â?';
    display: block;
    text-decoration: none;
    border: 1px solid #fff;
    line-height: 18px;
    width: auto;
    height: auto;
    text-indent: 0;
}

.weChatBox {
    width: 280px;
    height: 300px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -140px;
    z-index: 9998;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.weChatBox .w-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.w-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    cursor: pointer;
}

.qrcode {
    width: 200px;
    height: 200px;
    margin: 15px auto;
    background: #ccc;
}

.w-footer {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}

#qrodeText {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    visibility: hidden;
}

.weChatBox {
    height: 320px!important;
}

.article-share {
    overflow: hidden;
    margin: 20px 0;
}

#layeru1,#layeru2 {
    Z-INDEX: 99999 !important;
    left: 5px;
    POSITION: absolute;
    TOP: 200px !important;
}

#layeru3 {
    Z-INDEX: 99999 !important;
    left: 5px;
    POSITION: absolute;
    TOP: 200px !important;
}

#layer2u3 {
    Z-INDEX: 99999 !important;
    right: 5px;
    POSITION: absolute;
    TOP: 200px !important;
}

.fbwz-ul li {
    float: left;
    width: 46%;
    margin: 0 2%;
    padding: 10px 0;
}

.fbwz-ul-p {
    display: none;
}

.fbwz-ul:after {
    content: "";
    display: block;
    clear: both;
}
@media (max-width:1300px){
    
    .article-p p video
    {
        width:100%;
        display:block;
        margin:0 auto;
        height: auto;
    }
}
@media (max-width:1024px){
    
    .article-p p video
    {
        width:100%;
        display:block;
        margin:0 auto;
        height: auto;
    }
}
@media (max-width:960px){
    
    .article-p p video
    {
        width:100%;
        display:block;
        margin:0 auto;
        height: auto;
    }
}


@media (max-width:768px){
    
    .article-p p video
    {
        width:100%;
        display:block;
        margin:0 auto;
        height: auto;
    }
}


@media (max-width:768px){
    
    .article-p p video
    {
        width:100%;
        display:block;
        margin:0 auto;
        height: auto;
    }
}


@media (max-width:480px){
    .gg-ul li{
        width:100%;
        
    }
    .gg-ul li a{
        padding:15px 0
    }
    .article-p p video
    {
        width:100%;
        display:block;
        margin:0 auto;
        height: auto;
    }
}