html,
body {
    height: 100%;
    width: 100%;
}

* {
    font-family: "Microsoft YaHei";
}

.backtop {
    display: none;
    top: 50%;
    left: 100%;
    margin: 0 0 0 -40px;
    padding: 0;
    width: 120px;
    border: 1px solid #E5E5E5;
    border-radius: .3125rem 0 0 .3125rem;
    box-shadow: 0 0 6px rgba(110, 110, 110, 0.3);
    background: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    position: fixed;
    -webkit-transition: all 300ms cubic-bezier(.175, .885, .32, 1.275);
    transition: all 300ms cubic-bezier(.175, .885, .32, 1.275);
}

.backtop a {
    color: #999999;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    cursor: pointer;
}

.backtop a:hover {
    color: #1D111F;
    background: #F5F5F5;
}

/*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¸Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â«Ãƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¿ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½*/
.new_hot {
    background: #C32C00;
    border-radius: 50%;
    display: none;
    width: 20px;
    height: 20px;
    color: white;
    position: absolute;
    left: 2px;
    top: 6px;
    text-align: center;
    line-height: 20px;
}

.backtop a i.iconfont {
    font-size: 20px;
    line-height: 34px;
    margin-right: 10px;
}

.backtop:hover {
    margin-left: -110px;
}

.code {
    position: relative;
}

.code_img {
    opacity: 0;
    background: white;
    position: absolute;
    top: -217px;
    z-index: 3;
    transition: all 0.2s;
    right: 138px;
    border: 1px solid #E5E5E5;
    border-right: 0;
    overflow: hidden;
    float: right;
    box-shadow: -6px 0 6px rgba(110, 110, 110, 0.3);
    width: 0;
    height: 378px;
}

.gzh .code_img {
    top: -163px;
}

.code_img img {
    display: block;
    width: 380px;
}

.app_xz {
    opacity: 0;
    background: white;
    position: absolute;
    top: -271px;
    transition: all 0.2s;
    right: 138px;
    border: 1px solid #E5E5E5;
    border-right: 0;
    overflow: hidden;
    float: right;
    z-index: 2;
    height: 358px;
    width: 0;
    padding-top: 20px;
    padding-left: 20px;
    overflow: hidden;
    box-shadow: -6px 0 6px rgba(110, 110, 110, 0.3);
}

.app_xz span {
    display: block;
    float: left;
    height: 304px;
    width: auto;
    color: #525252;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
}

.app_xz span img {
    display: block;
    margin: 56px 20px;
    border: 3px solid #e5e5e5;
    margin-bottom: 10px;
    width: 200px;
}

.box {
    width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
    /* position: relative; */
}

#News {
    height: 472px;
}

#News .container {
    position: absolute;
    left: 0;
    width: 3600px;
}

#schedule {
    margin-bottom: 20px;
    height: 472px;
}

#schedule .container {
    position: absolute;
    left: 0;
    width: 199999px;
}

#schedule .row {
    position: relative;
    width: 1200px;
    height: 454px;
    overflow: hidden;
}

.header {
    /* height: 120px; */
    background: red;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    padding: 10px 0;
}

.logo {
    margin-right: 10px;
}

.logo img.biglogo {
    display: block;
    /*height: 100px;*/
    width: 180px;
    /* margin-top: 10px; */
}

.logo .smalllogo {
    display: none;
    width: 280px;
}

.header_background .logo a {
    padding: 10px 0;
    display: block;
}

.header_background {
    height: 76px;
    background-image: none;
    background: red;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6);
}

.header_background .logo img {
    width: 180px;
}

.language {
    overflow: hidden;
    display: block;
    margin-bottom: -24px !important;
}

.header_background .language {
    display: none;
}

.language .language_btn {
    float: right;
    color: white;
}

.language .language_btn a {
    color: white;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
}

.language .language_btn .a_active {
    color: #cc9b54
}

.header_background .search_box {
    padding: 24px 0;
}

.search_box {
    height: 48px;
    background: #1d111f;
    width: 100%;
    position: fixed;
    top: -88px;
    padding: 46px 0;
    z-index: 99;
    opacity: 0;
}

.search_box_small {
    padding: 24px 0;
}

.header_background .closed_search {
    top: 16px;
}

.closed_search {
    position: absolute;
    top: 40px;
    right: 30px;
    padding-top: 8px;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.closed_search_small {
    top: 20px;
}

.closed_search i.iconfont {
    font-size: 36px;
    line-height: 48px;
    color: white;
    cursor: pointer;
}

.search_box input {
    width: 560px;
    height: 28px;
    padding: 10px;
    display: block;
    float: left;
    border-radius: 3px;
}

.boxa {
    width: 736px;
    margin: 0 auto;
}

.search_box button.search_btn {
    width: 48px;
    height: 48px;
    display: block;
    float: left;
    border: none;
    color: white;
    cursor: pointer;
    background: none;
}

.search_box button.search_btn i.iconfont {
    font-size: 36px;
    line-height: 48px;
}

.search_text {
    color: white;
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    display: block;
    float: left;
    padding: 0 16px;
}

.nav {
    padding-top: 18px;
}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul {
    transition: all 0.3s;
}

.nav ul:hover {
    border-bottom: 1px solid #cc9b54;
    transition: all 0.3s;
}

.nav ul li.active {
    background: #cc9b54;
}

.nav ul li a {
    display: block;
    font-size: 16px;
    color: white;
    line-height: 48px;
    /*padding: 0 14px;*/
    padding: 0 8px;
}

.nav ul li dl {
    position: absolute;
    top: 37px;
    width: 220px;
    margin-left: -140px;
    left: 50%;
    display: none;
}

.nav_sj {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 12px;
    color: #cc9b54;
}

.nav ul li dl dd a {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav ul li dl dd a:hover {
    background: rgba(0, 0, 0, 0.8);
    /*     background: #a37738; */
}

.search {
    padding-top: 16px;
}

.search button {
    background: none;
    border: none;
    padding: 0;
    color: white;
    font-size: 20px;
    line-height: 48px;
    cursor: pointer;
    height: 48px;
    width: 48px;
    text-align: center;
}

.search button i.iconfont {
    font-size: 20px;
    line-height: 48px;
}

.banner {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.flexslider {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.btmbj {
    position: absolute;
    bottom: 0px;
    z-index: 998;
    width: 100%;
    height: 160px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 100%;
    position: relative;
}

.slides li div.banner_text {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.slides li div.banner_text div.text_box {
    position: absolute;
    width: 1200px;
    margin-left: -600px;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    height: 600px;
    padding: 20px 0;
    overflow: hidden;
}

.slides li div.banner_text div.text_box .slides_text {
    width: 360px;
    height: 500px;
    float: right;
    margin-right: -400px;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0.3;
    position: relative;
}

.shadow_ui {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}

.close_in_banner {
    position: absolute;
    left: -26px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 40px;
    padding: 3px;
    background: #1d111f;
    bottom: 0px;
    z-index: 999;
    cursor: pointer;
    /* display:none; */
}

.close_in_banner:hover {
    color: white;
    background: #1D111F;
}

.slides li div.banner_text div.text_box .slides_text h3 {
    font-size: 20px;
    line-height: 1.6em;
    padding: 20px 20px;
    text-align: center;
}

.slides li div.banner_text div.text_box .slides_text p {
    font-size: 18px;
    color: #666666;
    line-height: 31px;
    height: 260px;
    display: block;
    overflow: hidden;
    text-align: justify;
    padding: 0px 20px 20px;
    margin-bottom: 16px;
}

.slides li div.banner_text div.text_box .slides_text a {
    font-size: 18px;
    line-height: 2em;
    width: 100px;
    margin: 0 auto;
    background: #cc9b54;
    height: 36px;
    display: block;
    color: white;
    text-align: center;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 999;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(next.png) center center no-repeat;
}

/*section*/
.section {
    padding: 60px 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
}

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

.functional {
    width: 100%;
    background: url(bj_row1.jpg) center center no-repeat;
    margin: 0 auto;
}

.functional_btnbox ul li {
    float: left;
    background: #3c2e3e;
    color: white;
    width: 188px;
    margin: 0 6px;
    height: 90px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.functional_btnbox ul li:hover {
    background: #1D111F;
    box-shadow: 6px 10px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    cursor: pointer;
}

.functional_btnbox ul li a {
    color: white;
    display: block;
    font-size: 24px;
    line-height: 100px;
    padding: 15px 34px;
    overflow: hidden;
}

.functional_btnbox ul li a span {
    font-size: 20px;
    line-height: 46px;
    display: block;
    /* width: 122px; */
    padding: 4px;
    text-align: center;
    /* float: left; */
}

.functional_btnbox ul li a i {
    font-size: 30px;
    line-height: 60px;
    display: block;
    float: left;
    margin-right: 6px;
}

ul.tabbar {
    width: 312px;
    margin: 0 auto;
    margin-bottom: 30px;
}

ul.tabbar .item {
    float: left;
    text-align: center;
    width: 100px;
    margin: 0 2px;
    font-size: 16px;
    line-height: 40px;
    color: #FFF;
    cursor: pointer;
}

ul.tabbar li.item.active {
    font-weight: bold;
}

ul.tabbar .item .line_active {
    width: 0;
    transition: all 0.2s;
}

ul.tabbar li.item.active .line_active {
    width: 100px;
    transition: all 0.2s;
}

ul.tabbar li.item .line_active {
    display: block;
    height: 2px;
    width: 0;
    background: #FFFFFF;
    margin: 0 auto;
}

ul.tabbara {
    border: 1px solid #cc9b54;
    width: 200px;
    overflow: hidden;
}

ul.tabbara li {
    float: left;
}

ul.tabbara li.active {
    background: #cc9b54;
    color: white;
}

ul.tabbarb li.item.active {
    font-weight: normal;
}

ul.tabbarb {
    width: 528px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}

ul.tabbarb .item {
    float: left;
    text-align: center;
    width: 128px;
    margin: 0 2px;
    font-size: 16px;
    line-height: 40px;
    color: #1D111F;
    cursor: pointer;
}

ul.tabbarb li.item.active {
    font-weight: normal;
}

.jc {
    width: 140px;
    padding: 0 30px;
    position: absolute;
    left: -200px;
    top: 0;
}

ul.tabbarb li.item.active .line_active {
    width: 128px;
    position: absolute;
}

ul.tabbarb li.item .line_active {
    display: block;
    height: 2px;
    width: 0;
    background: #1D111F;
    margin: 0 auto;
}

ul.tabbara {
    /*margin: 0 auto;*/
    margin-bottom: 30px;
}

ul.tabbara li {
    float: left;
    text-align: center;
    width: 100px;
    /*margin: 0 2px;*/
    font-size: 16px;
    line-height: 40px;
    color: white;
    cursor: pointer;
    background: #1D111F;
}

.row {
    float: left;
    padding: 16px 0 0 0;
}

/* #News .container {
	width: 200%;
} */
.newbox {
    background: url(vide3.jpg) center center no-repeat;
    background-size: cover;
}

.row_item {
    width: 274px;
    height: 334px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s;
    position: relative;
    margin: 0 13px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    float: left;
}

.row_item:hover {
    float: left;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    transition: all 0.2s;
}

.row_item:hover .row_item_more {
    background: #1D111F;
    transition: all 0.2s;
    color: white;
}

.row_item img {
    display: block;
    width: 274px;
}

.row_item .row_item_title {
    display: block;
    width: 254px;
    padding: 4px 0;
    font-size: 14px;
    height: 36px;
    margin: 0 auto;
    line-height: 36px;
    color: #1D111F;
}

.row_item .row_item_jj {
    display: block;
    width: 254px;
    padding: 4px 0;
    margin: 0 auto;
    height: 54px;
    font-weight: lighter;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 16px;
}

.row_item .row_item_more {
    color: #666;
    background: #e2e0e2;
    display: block;
    width: 100px;
    margin: 0 auto;
    transition: all 0.2s;
    text-align: center;
    line-height: 36px;
}

.row_item .row_item_more i {
    font-size: 30px;
    line-height: 40px;
    color: #1D111F;
    transition: all 0.2s;
}

.gfyw_item {
    float: left;
    margin: 0 20px;
    width: 358px;
    height: 292px;
    background: #FFF;
    transition: all 0.3s;
    padding: 20px 0;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.gfyw_item:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    border-radius: 10px;
    background: #FFFFFF;
}

.gfyw_item:hover a {
    background: #1D111F;
    color: white;
}

.gfyw_item h3 {
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #1D111F;
    font-weight: bold;
    margin-bottom: 20px;
}

.gfyw_item p {
    display: block;
    width: 300px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 20px;
}

.gfyw_item a {
    display: block;
    width: 100px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin: 0 auto;
}

.gfyw_item span.gfyw_item_date {
    width: 100px;
    display: block;
    font-size: 12px;
    color: #E5E5E5;
    float: right;
    background: #1D111F;
    line-height: 20px;
    text-align: center;
}

.rb_left,
.rb_middle,
.rb_right {
    float: left;
}

.rb_left,
.rb_right {
    width: 373px;
    height: 434px;
    padding: 0 30px 16px;
}

.rb_left ul li,
.rb_right ul li {
    padding: 16px 0;
}

.rb_left ul li a h3 {
    display: block;
    font-size: 16px;
    color: #1D111F;
    line-height: 40px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rb_left ul li a span {
    font-size: 14px;
    display: block;
    line-height: 20px;
    color: #1D111F;
    text-align: right;
}

.rb_right ul li a h3 {
    display: block;
    font-size: 16px;
    color: #1D111F;
    line-height: 40px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rb_right ul li a span {
    font-size: 14px;
    display: block;
    line-height: 20px;
    color: #1D111F;
    text-align: left;
    font-weight: normal;
}

.rb_top_left ul li a h3 {
    display: block;
    font-size: 16px;
    color: #a37738;
    line-height: 40px;
    text-align: right;
}

.rb_top_left ul li a span {
    font-size: 14px;
    display: block;
    line-height: 20px;
    color: #a37738;
    text-align: right;
}

.rb_top_right ul li a h3 {
    display: block;
    font-size: 16px;
    color: #a37738;
    line-height: 40px;
    text-align: left;
}

.rb_top_right ul li a span {
    font-size: 14px;
    display: block;
    line-height: 20px;
    color: #a37738;
    text-align: left;
    font-weight: normal;
}

.rb_top_left ul li.not_started a h3,
.rb_top_left ul li.not_started a span,
.rb_top_right ul li.not_started a h3,
.rb_top_right ul li.not_started a span {
    color: #666666;
}

.swiper-slide ul li.not_started a {
    cursor: default
}

.rb_middle {
    width: 334px;
    height: 434px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

.rb_middle ul li {
    display: block;
    width: 334px;
    height: 434px;
}

.rb_middle:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
    transition: all 0.2s;
}

.rb_middle ul li img {
    display: block;
    width: 334px;
    height: 434px;
}

.rb_middle .date {
    display: block;
    width: 100px;
    height: 30px;
    font-size: 14px;
    color: white;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0;
    background: #1D111F;
    top: 60px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}

.content {
    overflow: hidden;
    position: absolute;
    right: -8400px;
}

.schedulebox {
    background: url(award_bj.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}

.img_foot {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.footer p a {
    color: white;
}

.footer p a:hover {
    font-weight: normal;
}

.img_foot {
    display: block;
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto;
    height: 140px;
    overflow: hidden;
}

.img_foot img {
    display: block;
    width: 100%;
}

.video_photo {
    /*background: url(viedeo.png) center center no-repeat;*/
    background: url(vide2.jpg) center center no-repeat;
    background-size: cover;
}

.schedule_table {
    float: left;
}

.schedule_tab {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 16px;
    width: 666px;
}

.schedule_tab li {
    float: left;
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}

.schedule_tab li.active {
    background: #c32c00;
    color: white;
}

.schedule_box {
    width: 1200px;
    overflow-y: scroll;
    height: 345px;
}

.schedule_box table {
    overflow: hidden;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

.schedule_box table tr {
    background: #F7F7F7;
}

ul.schedule_title {
    border-right: 1px solid #e0e0e0;
    width: 1189px;
    background: #F0F0F0;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
}

ul.schedule_title li {
    float: left;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

ul.schedule_title li.li_a {
    width: 280px;
    text-align: center;
}

ul.schedule_title li.li_b {
    width: 490px;
    padding-left: 16px;
}

ul.schedule_title li.li_c {
    width: 384px;
    padding-left: 16px;
}

.schedule_box table tr td {
    height: auto;
    font-size: 14px;
    line-height: 28px;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.schedule_box table tr td.li_a {
    width: 280px;
    text-align: center;
}

.schedule_box table tr td.li_b {
    width: 490px;
    padding-left: 16px;
}

.schedule_box table tr td.li_c {
    width: 384px;
    padding-left: 16px;
}

#Award {
    width: 1200px;
    overflow: hidden;
    position: relative;
    height: 474px;
}

.award_box {
    overflow: hidden;
    width: 2400px;
    margin-bottom: 30px;
    position: absolute;
    left: 0;
    padding: 14px 0;
    background: #F5F5F5;
}

.award_item {
    float: left;
    width: 220px;
    overflow: hidden;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.award_item img {
    display: block;
    width: 220px;
}

.award_item p {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 9;
    height: 48px;
    font-size: 14px;
    text-align: left;
    color: white;
    line-height: 24px;
    background: rgba(0, 0, 0, 0.8);
    width: 200px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.award_item p.lh {
    line-height: 48px;
}

img.award_item_hover {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    width: 0px;
    height: 0px;
    margin-top: 0;
    margin-left: 0;
    transition: all 0.3s;
}

.award_item:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.award_item:hover img.award_item_hover {
    transition: all 0.3s;
    width: 220px;
    height: 348px;
    margin-top: -174px;
    margin-left: -110px;
}

#scroll_rwyp .award_item p {
    bottom: -68px;
    transition: all 0.2s;
}

#scroll_rwyp .award_item:hover p {
    bottom: 0;
    transition: all 0.2s;
}

#scroll_rwyp .award_item img {
    display: block;
    width: 220px;
    transition: all 0.3s;
    height: 348px;
}

#scroll_rwyp .award_item:hover img {
    transform: scale(1.2, 1.2);
    transition: all 0.3s;
}

.btn_box {
    overflow: hidden;
    width: 1200px;
    padding-top: 386px;
}

.btn_box span {
    display: block;
    width: 40px;
    height: 40px;
    margin: 4px;
    color: #1D111F;
    background: #E0E0E0;
    color: #666666;
    float: left;
    font-size: 24px;
    line-height: 36px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.btn_box span:hover {
    background: #1D111F;
    color: white;
}

.more {
    display: block;
    float: right;
    height: 40px;
    background: #E0E0E0;
    color: #666666;
    margin: 10px;
    width: 60px;
    font-size: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.more:hover {
    background: #cc9b54;
    color: white;
}

.section_more {
    background: #E0E0E0;
    text-align: center;
    width: 100px;
    font-size: 16px;
    line-height: 40px;
    margin: 60px auto 0;
}

.section_more:hover {
    background: #cc9b54;
}

.section_more:hover a {
    color: #FFF;
}

.section_more a {
    color: #666666;
    font-weight: bold;
    display: block;
    width: 100%;
}

.pic_box {
    width: 100%;
}

.pic_box li {
    float: left;
    position: relative;
}

.pic_box li img {
    display: block;
    width: 100%;
    height: 100%;
}

.pic_box li a {
    display: block;
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    line-height: 2em;
    color: white;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

.pic_box li:hover a {
    bottom: 0;
    height: 100%;
    transition: all 0.3s;
}

.photo_box {
    width: 1200px;
    margin: 0 auto;
    float: left;
    position: relative;
}

#video_mk .container {
    position: absolute;
}

#video_mk {
    background: url(bj_row1.jpg) center center;
}

.more_a {
    position: absolute;
    top: -71px;
    right: 0;
    text-align: center;
    width: 100px;
    margin: 0 2px;
    height: 30px;
    padding: 5px 0;
    cursor: pointer;
    background: #cc9b54;
    color: white;
}

.more_a i {
    font-size: 30px;
    line-height: 30px;
    color: #FFF;
    transition: all 0.2s;
}

.photo_left {
    width: 800px;
    height: 440px;
}

.photo_right {
    width: 400px;
}

.photo_right ul {
    overflow: hidden;
}

.photo_right ul li {
    float: left;
    text-align: center;
    width: 194px;
    height: 83px;
    transition: all 0.3s;
    background: #F5F5F5;
    margin-bottom: 6px;
}

.photo_right ul li.active {
    background: #C0A16B;
}

.photo_right ul li.active a {
    color: white;
}

.photo_right ul li:hover {
    background: #C0A16B;
    transition: all 0.3s;
}

.photo_right ul li:hover a {
    color: white;
}

.photo_right ul li a {
    display: block;
    line-height: 42px;
    font-size: 20px;
    padding: 20px 0;
    color: #525252;
}

.photo_right ul li:nth-child(2n-1) {
    margin-right: 6px;
}

.video_box .photo_left {
    width: 660px;
    height: 440px;
}

.video_box .photo_left img {
    width: 660px;
    display: block;
    height: 440px;
}

.video_item {
    position: relative;
    overflow: hidden;
}

.video_item p {
    display: block;
    text-align: left;
    padding: 0 10px;
    font-size: 16px;
    line-height: 43px;
    color: white;
    background: #1D111F;
    position: absolute;
    bottom: -60px;
    width: 640px;
    transition: all 0.3s;
}

.video_item:hover p {
    display: block;
    text-align: left;
    transition: all 0.3s;
    padding: 0 10px;
    font-size: 16px;
    line-height: 43px;
    color: #1D111F;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    bottom: 0;
    width: 640px;
}

.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    text-align: center;
    width: 80px;
    color: white;
    font-weight: 800;
    font-size: 40px;
    transition: all 0.3s;
    height: 80px;
    opacity: 0.5;
    cursor: pointer;
}

.video_item:hover .play_btn {
    opacity: 1;
    transition: all 0.3s;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.video_right {
    float: right;
    width: 540px;
}

.video_right ul {
    padding: 0 6px;
}

.video_right ul li {
    float: left;
    width: 261px;
    height: 217px;
    background: #F5F5F5;
    margin-bottom: 6px;
}

.video_right ul li a img {
    display: block;
    width: 100%;
}

.video_right ul li a p {
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #1D111F;
}

.video_item a span {
    border-radius: 15px;
    color: white;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 60px;
    transition: all 0.3s;
    background: rgba(110, 110, 110, 0.6);
    text-align: center;
}

.video_item:hover a span {
    background: orange;
    transition: all 0.3s;
}

.video_right ul li:nth-child(2n-1) {
    margin-right: 6px;
}

/*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â´Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“*/
.rwyp {
    background: url(rwyp_bj1.jpg) center center no-repeat;
    background-size: cover;
    height: 460px;
}

.rwyp_tab {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.rwyp_tab ul {
    padding-left: 44px;
}

.rwyp_tab ul li {
    width: 160px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: white;
}

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

.rwyp_more {
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    background: rgba(204, 155, 84, 0.3);
    display: block;
    color: white;
    width: 80px;
    position: absolute;
    top: -60px;
    right: 4px;
}

.rwyp_more:hover {
    background: rgba(204, 155, 84, 1);
}

.rwyp_content {
    position: relative;
    float: left;
}

.wrap {
    position: relative;
    width: 1200px;
    height: 342px;
    overflow: hidden;
    margin: 0 auto;
}

.rwyp_nav {
    width: 1200px;
    height: 40px;
    position: absolute;
    top: 138px;
}

.rwyp_nav a {
    background: #cc9b54;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s;
    opacity: 0.3;
    cursor: pointer;
}

.rwyp_nav a:hover {
    opacity: 1;
    transition: all 0.3s;
}

.rwyp_nav .prev {
    color: white;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
}

.rwyp_nav .next {
    color: white;
    display: block;
    width: 40px;
    height: 40px;
    float: right;
}

.rwyp_content ul {
    position: absolute;
    overflow: hidden;
    width: 3136px;
}

.rwyp_content ul li {
    float: left;
    margin: 0 12px;
    cursor: pointer;
    overflow: hidden;
}

.rwyp_tab ul li.active {
    background: url(rwyp_active.png) center center no-repeat;
}

.rwyp_content ul li a {
    display: block;
    width: 216px;
    height: 342px;
    position: relative;
}

.previous_Entrance {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.previous_Entrance a {
    display: block;
    background: #C0A16B;
    line-height: 40px;
    color: white;
    width: 130px;
    text-align: center;
    float: right;
    margin-right: 20px;
    border-radius: 3px;
}

.rwyp_content ul li a .rwyp_name {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 0;
    height: 40px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 40px;
    color: white;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    transition: all 0.3s;
}

.rwyp_content ul li a:hover .rwyp_name {
    width: 216px;
    transition: all 0.3s;
}

.rwyp_content ul li a img {
    display: block;
    width: 216px;
    height: 342px;
    transition: all 0.3s;
}

.rwyp_content ul li a:hover img {
    transform: scale(1.2, 1.2);
    transition: all 0.3s;
}

/*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¶ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚Â¯*/
.footer {
    /*height: 200px;*/
    width: 100%;
    padding: 10px 0 0;
    /* background: #1D111F; */
    /* background: url(bj_row1.jpg); */
}

.sponsor {
    overflow: hidden;
}

.scroll_box {
    position: relative;
    height: 100px;
}

.scroll_box ul {
    position: absolute;
    width: 100%;
}

.scroll_box ul li {
    float: left;
    width: 200px;
}

.scroll_box ul li a {
    display: block;
    padding: 5px 0;
    margin: 0 auto;
}

.scroll_box ul li a img {
    width: 180px;
    display: block;
    margin: 0 auto;
}

.footer p {
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    padding: 20px 0;
    background: #1D111F;
}

.modal {
    width: 800px;
    background: white;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 200px;
    display: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    margin-left: -400px;
    min-height: 400px;
    border-radius: 10px;
    z-index: 1000;
}

.modal .registerbox {
    position: relative;
    padding: 30px;
}

.modal .close {
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.modal .register_item {
    background: #F0F0F0;
    margin: 0 6px;
    width: 136px;
    height: 170px;
    float: left;
    padding: 20px 0;
    cursor: pointer;
}

#modalc .register_item {
    width: 152px;
    margin: 0 16px;
}

.registertitle {
    padding: 10px 0;
    font-size: 24px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}

#modalewm .register_item {
    width: 240px;
    padding: 0;
    margin: 0 60px;
    transition: all 0.3s;
}

#modalewm .register_item span {
    padding: 10px 0;
}

.modal .register_item span {
    display: block;
    text-align: center;
    padding: 20px 0;
    transition: all 0.3s;
}

.modal .register_item:hover {
    background: #1D111F;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(100, 100, 100, 0.3);
}

.modal .register_item:hover span {
    color: white;
    transition: all 0.3s;
}

.modal .register_item:hover span i {
    color: white;
    transition: all 0.3s;
}

.modal .register_item span i {
    color: #1D111F;
    font-size: 60px;
    transition: all 0.3s;
}

.modal .close i {
    font-size: 30px;
}

.media {
    position: relative;
}

.media-box {
    width: 740px;
    height: 210px;
    position: relative;
    overflow: hidden;
}

.media-wrap,
.media-wrap1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 1036px;
}

.media-prev-btn,
.media-prev-btn1 {
    height: 34px;
    width: 34px;
    color: #1d111f;
    font-size: 20px;
    line-height: 34px;
    position: absolute;
    left: 0;
    top: 204px;
    text-align: center;
    cursor: pointer;
}

.media-next-btn,
.media-next-btn1 {
    height: 34px;
    text-align: center;
    width: 34px;
    color: #1d111f;
    font-size: 20px;
    line-height: 34px;
    position: absolute;
    right: 0;
    top: 204px;
    cursor: pointer;
}

/*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂµÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â²ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂªÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´Ãƒâ€šÃ‚Â¡*/
.bg-f5 {
    background: #f0f0f0;
}

.bg-img {
    background: url(list_bj.jpg);
}

.main {
    padding-top: 150px;
    /* background: url(detail_main_bj.png) center center ; */
    min-height: 600px;
}

.list_tabbox {
    background: url(list_tabbj.jpg) top center no-repeat;
    margin-bottom: 20px;
}

.list_tabbox ul {
    padding: 28px 0;
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
}

.list_tabbox ul li {
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: white;
    margin-right: 5px;
    border-radius: 6px;
    transition: all 0.3s;
    padding: 10px 0;
}

.list_tabbox ul li.active {
    background: #cc9b54;
    color: white;
    font-weight: normal;
}

.list_tabbox ul li:hover {
    background: #cc9b54;
    color: white;
    transition: all 0.3s;
    font-weight: normal;
}

/*zyyptab*/
.list_tabboxa {
    background: url(list_tabbj.jpg) top center no-repeat;
    margin-bottom: 20px;
    position: relative;
    height: 116px;
}

.list_tabboxa ul {
    padding: 28px 0;
    overflow: hidden;
    width: 2840px;
    position: absolute;
    left: 2px;
}

.tabscroll {
    width: 1128px;
    overflow: hidden;
    margin: 0 auto;
    height: 100px;
    position: relative;
}

.list_tabboxa ul li {
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: white;
    margin-right: 5px;
    border-radius: 6px;
    transition: all 0.3s;
    padding: 10px 0;
    width: 136px;
}

.list_tabboxa ul li.active {
    background: #cc9b54;
    color: white;
    font-weight: normal;
}

.list_tabboxa ul li:hover {
    background: #cc9b54;
    color: white;
    transition: all 0.3s;
    font-weight: normal;
}

.zyyptabbtn {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 37px;
    overflow: hidden;
    margin-left: -600px;
}

.zyyptabbtn a {
    text-align: center;
    color: #525252;
    line-height: 30px;
    font-size: 14px;
    float: left;
    width: 30px;
    cursor: pointer;
    background: white;
    margin: 3px;
    float: left;
    transition: all 0.3s;
    display: block;
    border-radius: 6px;
}

.zyyptabbtn a:hover {
    background: #cc9b54;
    transition: all 0.3s;
    color: white;
}

.zyyptabbtn a.zyyp_nextbtn {
    float: right;
}

/*zyyptab*/
/*tabÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â°-start*/
.listtab {
    width: 240px;
    float: left;
    background: white;
}

.listtab ul li {
    font-size: 16px;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    line-height: 30px;
    padding: 14px 0;
}

.listtab ul li a {
    color: #666666;
}

.listtab ul li.active {
    background: #e5e5e5;
    font-weight: bold;
    border-bottom: 1px solid #FFFFFF;
}

.listtab ul li.active a {
    color: #1D111F;
}

.listtab ul li:hover {
    background: #e5e5e5;
    font-weight: bold;
}

.listtab ul li:hover a {
    color: #1D111F;
}

.fl_titlie {
    height: 30px;
    padding: 15px 0;
    background: #1D111F;
    color: white;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
}

.listcontent .bread_txta {
    width: 914x;
    padding: 18px;
    text-align: left;
    background: rgba(29, 17, 31, 0.8);
}

.bread_txta i {
    font-size: 20px;
}

.bread_txta a {
    color: white;
}

.bread_box h3 {
    font-size: 30px;
    line-height: 2em;
    letter-spacing: 3px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    text-align: center;
    color: white;
    font-weight: bold;
}

.bread_box a:hover {
    color: #C0A16B;
}

.listcontent {
    width: 950px;
    float: right;
}

.listcontent .detail_concent .listbox {
    padding: 30px;
    min-height: 400px;
}

.listcontent .detail_concent .listbox ul li {
    border-bottom: 1px solid #999999;
}

.listcontent .detail_concent .listbox ul li a {
    display: block;
    overflow: hidden;
    color: #333333;
    padding: 20px;
}

.listcontent .detail_concent .listbox ul li a:hover {
    color: #cc9b54;
}

.listcontent .detail_concent .listbox ul li a span.txt {
    font-size: 14px;
    line-height: 2em;
    display: block;
    width: 600px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listcontent .detail_concent .listbox ul li a span.date {
    font-size: 14px;
    line-height: 2em;
    display: block;
    width: 120px;
    text-align: right;
    float: right;
}

/*tabÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â°-end*/
/*jj*/
.jj {
    padding: 30px;
    font-size: 16px;
    line-height: 30px;
    background: #f8f8f8 url(jj_bj.png) left top repeat-x;
}

.jj p {
    font-weight: normal;
    text-align: justify;
}

.detail_video {
    width: 720px;
    height: 540px;
    margin: 0 auto;
}

/*zyyyÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â°-start*/
.listbox_img {
    padding: 30px 15px;
    overflow: hidden;
}

.zyyy_item {
    width: 430px;
    margin: 0 15px;
    float: left;
    height: 422px;
    margin-bottom: 30px;
    overflow: hidden;
}

.zyyy_item:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}

.zyyy_item .zyyy_img {
    display: block;
    width: 430px;
    height: 287px;
}

.zyyy_item .zyyy_img img {
    display: block;
    width: 430px;
    height: 287px;
}

.zyyy_text {
    padding: 20px 0 20px 20px;
    position: relative;
}

a.addmap {
    position: absolute;
    right: 20px;
    top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

a.addmap:hover {
    background: #cc9b54;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

a.addmap:hover i {
    color: white;
    transition: all 0.3s;
}

a.addmap i {
    font-size: 26px;
    transition: all 0.3s;
}

.zyyy_information {
    font-size: 14px;
    line-height: 2em;
    overflow: hidden;
    margin-bottom: 12px;
}

.zyyy_information span.yy_title {
    display: block;
    background: #cc9b54;
    text-align: center;
    color: white;
    width: 80px;
    float: left;
}

.zyyy_information span.zyyy_name {
    display: block;
    float: left;
    padding: 0 6px;
}

.address {
    font-size: 14px;
    line-height: 2em;
}

/*zyyyÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â°-end*/
.pw_item {
    float: left;
    overflow: hidden;
    width: 268px;
    margin: 0 15px 30px;
    position: relative;
    transition: all 0.3s;
    padding: 4px;
}

.pw_item a {
    display: block;
    width: 268px;
    overflow: hidden;
}

.pw_item a img {
    display: block;
    transition: all 0.3s;
    width: 268px;
}

/*zyyp*/
.zyyp_item {
    float: left;
    overflow: hidden;
    width: 268px;
    margin: 0 15px 30px;
    position: relative;
    transition: all 0.3s;
    padding: 4px;
}

.zyyp_item .zyyp_name {
    position: absolute;
    bottom: 4px;
    transition: all 0.3s;
    left: 4px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 16px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    width: 0;
    height: 60px;
}

.zyyp_content {
    width: 600px;
    float: left;
}

.zyyp_content h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    color: #333333;
    padding-left: 30px;
}

.zyyp_content span {
    font-size: 16px;
    line-height: 2em;
    padding-left: 30px;
    display: block;
}

.zyyp_content p {
    font-size: 14px;
    line-height: 2em;
    padding-left: 30px;
    display: block;
    text-align: justify;
}

/* 2023.4.5 */
.zyyp_content div {
    font-size: 14px;
    line-height: 2em;
    padding-left: 15px;
    display: block;
    text-align: justify;
}

/* end */
.zyyp_item:hover {
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.zyyp_item:hover .zyyp_name {
    width: 268px;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.zyyp_item a {
    display: block;
    width: 268px;
    overflow: hidden;
}

.zyyp_item a img {
    display: block;
    transition: all 0.3s;
    width: 268px;
}

.zyyp_item:hover img {
    transition: all 0.3s;
    transform: scale(1.2, 1.2);
}

.video_concent {
    padding: 0 0 30px 0;
    margin-bottom: 20px;
    background: rgba(29, 17, 31, 0.6);
}

.video_item,
.flim_item,
.pic_item {
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}

.video_name {
    color: white;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 2em;
}

.pic_item img {
    display: block;
    width: 100%;
}

.flim_item {
    background: none;
    width: 220px;
    height: 380px;
}

.flim_name {
    color: white;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 2em;
}

.flim_item:hover a img {
    transform: scale(1.2, 1.2);
    transition: all 0.5s;
}

.video_item:hover a img {
    transform: scale(1.2, 1.2);
    transition: all 0.5s;
}

.flim_item a img {
    display: block;
    margin: 0 auto;
    transition: all 0.5s;
}

.flim_item a {
    display: block;
    width: 220px;
    height: 348px;
    overflow: hidden;
}

#scroll_img {
    overflow: hidden;
    width: 1200px;
}

#scroll_img_box {
    float: left;
    width: 800%;
}

#scroll_img1 {
    float: left;
}

.scroll_img.box ul li {
    width: auto;
    height: 80px;
    margin-right: 6px;
    float: left;
}

.scroll_img.box ul li a img {
    height: 80px;
    display: block;
}

#scroll_img2 {
    float: left;
}

#scroll_imga {
    overflow: hidden;
    width: 1200px;
}

#scroll_imga_box {
    float: left;
    width: 800%;
}

#scroll_imga1 {
    float: left;
}

.scroll_img.box ul li {
    width: auto;
    height: 80px;
    margin-right: 6px;
    float: left;
}

.scroll_img.box ul li a img {
    height: 80px;
    display: block;
}

#scroll_imga2 {
    float: left;
}

#scroll_imgb {
    overflow: hidden;
    width: 1200px;
}

#scroll_imgb_box {
    float: left;
    width: 800%;
}

#scroll_imgb1 {
    float: left;
}

.scroll_imgb.box ul li {
    width: auto;
    height: 80px;
    margin-right: 6px;
    float: left;
}

.scroll_imgb.box ul li a img {
    height: 80px;
    display: block;
}

#scroll_imgb2 {
    float: left;
}

.video_item a {
    display: block;
    padding-bottom: 0;
    width: 380px;
    height: 208px;
    position: relative;
    overflow: hidden;
}

.video_item a img {
    display: block;
    margin: 0 auto;
    transition: all 0.5s;
}

.video_item a:hover .play_btn {
    opacity: 1;
    transition: all 0.3s;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.detail_concent {
    background: white;
    overflow: hidden;
    min-height: 530px;
    margin-bottom: 20px;
}

.detail_box {
    background: #f9f9f9;
    /*padding-top: 140px;*/
}

.detaillist_bread {
    background: #1D111F;
    height: 60px;
    position: relative;
    color: white
}

.detaillist_bread i {
    color: white;
}

.detaillist_bread a:hover {
    color: #cc9b54;
}

.detail_title {
    font-size: 24px;
    line-height: 40px;
    padding: 20px 100px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    border-bottom: 2px solid #1D111F;
}

.detail_date {
    position: absolute;
    top: 0;
    left: 0;
    background: #1d111f;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    height: 72px;
    padding: 4px 16px;
}

.detail_date .year {
    display: block;
}

.detail_date .date {
    display: block;
}

.download_files {
    background: #e5e5e5;
    margin: 0 16px;
}

.download_files h5 i {
    font-size: 36px;
    position: absolute;
    left: 0;
}

.more_article {
    margin: 0 16px;
    padding: 16px;
    overflow: hidden;
    border-top: 2px solid #1D111F;
}

.more_article a {
    float: left;
    display: block;
    text-align: left;
    width: 50%;
    color: #525252;
}

.more_article a:hover {
    color: #cc9b54;
}

.txt_content {
    padding: 20px 60px;
    font-size: 14px;
    line-height: 30px;
    text-align: juxtify;
    /* border-bottom: #1D111F 1px solid; */
    margin-bottom: 20px;
}

.download_item {
    padding: 10px 0;
    padding-left: 40px;
}

.download_item:hover {
    background: #f1f1f1;
    color: #1D111F;
}

.download_files h5 {
    font-size: 16px;
    line-height: 50px;
    position: relative;
    padding-left: 40px;
}

.detail_txt {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.detail_txt p {
    font-size: 14px;
    line-height: 30px;
    /*text-align: justify;*/
}

.detail_txt p strong {
    font-weight: bold;
}

.detail_txt img {
    display: block;
    max-width: 800px;
    margin: 20px auto;
    border: 4px solid #E5E5E5;
}

/*ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â¼*/
.txt_content table {
    overflow: hidden;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

.txt_content table tr {
    background: #F7F7F7;
}

ul.schedule_titlea {
    border-right: 1px solid #e0e0e0;
    width: 1079px;
    background: #F0F0F0;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
}

ul.schedule_titlea li {
    float: left;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

ul.schedule_titlea li.li_a {
    width: 102px;
    text-align: center;
}

ul.schedule_titlea li.li_b {
    width: 584px;
    padding-left: 16px;
}

ul.schedule_titlea li.li_c {
    width: 358px;
    padding-left: 16px;
}

.txt_content table tr td {
    height: auto;
    font-size: 14px;
    line-height: 28px;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.txt_content table tr td.li_a {
    width: 300px;
    text-align: center;
}

.txt_content table tr td.li_b {
    width: 650px;
    padding-left: 16px;
}

.txt_content table tr td.li_c {
    width: 394px;
    padding-left: 16px;
}

/*ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â¸*/
/*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â§Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´Ãƒâ€šÃ‚Â¡*/
.detail_txt .wrap-rb {
    border: 40px solid rgba(29, 17, 31, .1);
    height: 1350px;
    overflow: hidden;
    position: relative;
}

.rb-left,
.rb-right {
    position: absolute;
    top: 650px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    transition: all 0.3s;
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0 0 6px rgba(100, 100, 100, 0.5);
}

.rb-left:hover,
.rb-right:hover {
    background: #1D111F;
    color: white;
    box-shadow: 0 0 10px rgba(29, 17, 31, 0.5);
    transition: all 0.3s;
}

.rb-left {
    left: 0;
}

.rb-right {
    right: 0;
}

.detail_txt .wrap-rb .wrap-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 16000px;
}

.detail_txt .wrap-rb img {
    display: block;
    max-width: 1000px;
    width: 1000px;
    height: 1350px;
    margin: 0 auto;
    border: none;
    float: left;
}

/*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â§Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´Ãƒâ€šÃ‚Â¡*/
.detail_item {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px;
}

.detail_item:hover h3 {
    color: #C0A16B;
}

.detail_item a h3 {
    font-size: 16px;
    line-height: 2em;
    color: #1D111F;
    display: block;
    margin-bottom: 16px;
    font-weight: bold;
}

.detail_item a {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    display: block;
    margin-bottom: 16px;
    text-align: justify;
}

.detail_item a span.detail_item_date {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    text-align: right;
    display: block;
    padding-left: 16px;
}

.bread_box {
    font-size: 16px;
    line-height: 30px;
    color: white;
    height: 67px;
    /*padding-top: 40px;*/
    /* background: url(detail_bread.png) center center no-repeat; */
}

.bread_txt {
    width: 1164px;
    margin: 0 auto;
    padding: 18px;
    text-align: left;
    background: rgba(29, 17, 31, 1);
}

.bread_txt i {
    font-size: 20px;
}

.bread_txt a {
    color: white;
}

.bread_box h3 {
    font-size: 30px;
    line-height: 2em;
    letter-spacing: 3px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    text-align: center;
    color: white;
    font-weight: bold;
}

.bread_box a:hover {
    color: #C0A16B;
}

/*tab-list*/
.list_tab {
    width: 200px;
    text-align: center;
}

.list_tab .list_tab_title {
    font-size: 20px;
    background: #1D111F;
    line-height: 40px;
    color: white;
    font-weight: normal;
}

.list_tab ul li {
    font-size: 16px;
    line-height: 2.2em;
}

.list_box {
    width: 1000px;
    margin: 20px 0
}

.list_item {
    padding: 30px;
    border-bottom: 1px solid #1D111F;
}

.list_item a h3 {
    font-size: 18px;
    line-height: 36px;
}

.list_item a p {
    font-size: 14px;
    line-height: 24px;
}

.list_item a span {
    font-size: 14px;
    text-align: right;
    display: block;
    line-height: 36px;
}

.video {
    width: 800px;
    height: 590px;
    margin: 0 auto;
}

.video video {
    width: 100%;
}

/*0620ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â£Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¶ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¶ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚Â¯-start*/
.photo_mk0620 {
    width: 1200px;
    height: 540px;
    position: relative;
}

.btn {
    background: #FFF;
    border-radius: 50%;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: 172px;
    opacity: 0.3;
    z-index: 99;
    cursor: pointer;
    transition: all 0.3s;
}

.btn:hover {
    transition: all 0.3s;
    opacity: 1;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}

.prev_photo {
    left: 0;
}

.next_photo {
    right: 0;
}

.btn i {
    line-height: 60px;
}

.photo_item {
    width: 1200px;
    float: left;
    transition: all 0.3s;
}

.photo_item a {
    background: white;
    width: 378px;
    padding: 6px;
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 5px 10px;
}

#photo_scroll {
    height: auto;
}

#photo_scroll .flex-direction-nav {
    top: 44%;
}

#photo_scroll .flex-direction-nav li a.flex-prev {
    left: 0;
}

#photo_scroll .flex-direction-nav li a.flex-next {
    right: 0;
}

#photo_scroll .slides {
    overflow: hidden;
}

#photo_mk .box {
    height: 680px;
}

.photo_item a:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
    transition: all 0.3s;
}

.photo_item a:hover img {
    transform: scale(1.2, 1.2);
    transition: all 0.3s;
}

.photo_item a img {
    display: block;
    transition: all 0.3s;
    width: 378px;
}

.video_mk0620 {
    width: 1200px;
    background: white;
    position: relative;
}

.video_mk0620 .video_big {
    width: 960px;
    height: 540px;
}

.video_mk0620 .video_big video {
    width: 100%;
}

.video_list {
    width: 240px;
    height: 540px;
    background: white;
    position: relative;
}

.video_list_bottom {
    width: 240px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(more_bjwhite.png) repeat-x;
    z-index: 999;
}

.list_visible {
    background: #E5E5E5;
    overflow-y: scroll;
    height: 540px;
}

.index_video_item a {
    overflow: hidden;
    display: block;
}

.index_video_item {
    background: white;
    padding: 10px 10px 4px;
    margin-bottom: 6px;
}

.index_video_item:hover {
    background: #f5f5f5;
}

.smimg {
    width: 100%;
    display: block;
    height: 126px;
    position: relative;
}

.smimg i {
    display: block;
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin-left: -8px;
    margin-top: -10px;
    opacity: 0.6;
}

.smimg img {
    width: 220px;
    height: 126px;
    display: block;
    float: left;
}

.video_title {
    width: 220px;
}

.video_title h3 {
    font-size: 14px;
    width: 220px;
    display: block;
    line-height: 24px;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: justify;
}

.video_title span.date {
    font-size: 12px;
    display: block;
    text-align: right;
    padding-right: 8px;
}

.owl-carousel {
    width: 1200px;
}

/*0620ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â£Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¶ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¶ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚Â¯-end*/
/*ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¼Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â©Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´Ãƒâ€šÃ‚Â¡*/
.pagebox {
    margin: 0 auto;
    border-left: none;
    overflow: hidden;
    width: 386px;
}

.pagebox ul {
    overflow: hidden;
}

.pagebox ul li {
    text-align: center;
    color: #525252;
    line-height: 40px;
    font-size: 14px;
    float: left;
    width: 40px;
    cursor: pointer;
    background: white;
    margin: 4px;
    border-radius: 6px;
}

.pagebox ul li.active {
    background: #cc9b54;
}

.pagebox ul li:hover {
    background: #cc9b54;
}

.pagebox ul li:hover a {
    color: white;
}

.pagebox ul li.active a {
    color: white
}

/*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¶ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â«Ãƒâ€šÃ‚Â§*/
.pageboxa {
    margin: 0 auto;
    border-left: none;
    overflow: hidden;
    max-width: 484px;
    margin-bottom: 16px;
}

.pageboxa ul {
    overflow: hidden;
}

.pageboxa ul li {
    text-align: center;
    color: #525252;
    line-height: 40px;
    font-size: 14px;
    float: left;
    min-width: 40px;
    cursor: pointer;
    background: #f6f6f6;
    margin: 4px;
    border-radius: 6px;
}

.pageboxa ul li.active {
    background: #cc9b54;
}

.pageboxa ul li:hover {
    background: #cc9b54;
}

.pageboxa ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.pageboxa ul li:hover a {
    color: white;
}

.pageboxa ul li.active a {
    color: white
}

.pic_window ul#pic_window {
    padding: 15px 0;
}

.pic_window ul#pic_window li.pic_item {
    padding: 4px;
    width: 278px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    background: #e5e5e5;
    transition: all 0.3s;
    cursor: pointer;
}

.pic_window ul#pic_window li.pic_item img {
    transition: all 0.3s;
}

.pic_window ul#pic_window li.pic_item:hover {
    transition: all 0.3s;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.4)
}

.pic_window ul#pic_window li.pic_item:hover img {
    transform: scale(1.2, 1.2);
    transition: all 0.3s;
}

.video_window ul#video_window {
    padding: 15px 0;
}

.video_window ul#video_window li {
    padding: 4px;
    width: 278px;
    margin-bottom: 20px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    background: #e5e5e5;
    transition: all 0.3s;
    cursor: pointer;
}

.video_window ul#video_window li a img {
    transition: all 0.3s;
    width: 278px;
    height: 154px;
}

.video_window ul#video_window li a {
    display: block;
    overflow: hidden;
    position: relative;
}

.video_window ul#video_window li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    line-height: 30px;
    color: white;
    opacity: 0.6;
    margin-left: -15px;
    margin-top: -15px;
    transition: all 0.3s;
}

.video_window ul#video_window li:hover {
    transition: all 0.3s;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.4)
}

.video_window ul#video_window li:hover a i {
    opacity: 1;
    transition: all 0.3s;
}

.video_window ul#video_window li:hover a img {
    transform: scale(1.2, 1.2);
    transition: all 0.3s;
}

.previous_img .zyyp_item a {
    position: relative;
}

.previous_img .zyyp_item img.zz {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    width: 0px;
    height: 0px;
    margin-top: 0;
    margin-left: 0;
    transition: all 0.3s;
}

.previous_img .zyyp_item:hover img.zz {
    transition: all 0.3s;
    width: 268px;
    height: 424px;
    margin-top: -212px;
    margin-left: -134px;
    transform: scale(1, 1);
}

.previous_img .zyyp_item:hover .zyyp_name {
    bottom: 0;
    left: 0;
}

.previous_img .zyyp_item {
    height: 424px;
}

/*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â¤padding  marging */
.pad_top {
    padding-top: 10px;
}

/*loading*/
.loading {
    position: fixed;
    top: 0;
    background: #1D111F;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.loading div {
    position: relative;
    width: 100%;
    height: 100%;
}

.loading div img {
    display: block;
    opacity: 0;
    width: 600px;
    position: absolute;
    right: -600px;
    height: 132px;
    top: 50%;
    transition: all 0.5s;
    margin-top: -66px;
}

.overhid {
    overflow: hidden;
}

/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â£Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½*/
.bgwhite {
    background: white;
}

.archive_main {
    padding-bottom: 20px;
}

.archive_title {
    height: 340px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    background: url(../images/ttjb.png) no-repeat;
    background-position: 798px center;
}

.archive_title img {
    display: block;
    height: 144px;
    left: 80px;
    top: 50%;
    margin-top: -50px;
    position: absolute;
}

.archive_footer {
    padding-top: 0;
}

.archive_list {
    padding: 11px;
    padding-top: 0;
    padding-bottom: 0;
    /* background: #FFF; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); */
}

.archive_list ul li {
    float: left;
    padding: 4px;
    background: #e5e5e5;
    margin-right: 14px;
    transition: all 0.3s;
    margin-bottom: 14px;
}

.archive_list ul li:nth-child(4n) {
    margin-right: 0;
}

.archive_list ul li:hover {
    background: #C0A16B;
    box-shadow: 0 0 6px rgba(100, 100, 100, 0.5);
    transition: all 0.3s;
}

.archive_list ul li:hover a img {
    transform: scale(1.2, 1.2);
    transition: all 0.3s;
}

.archive_list ul li a {
    display: block;
    width: 276px;
    height: 406px;
    overflow: hidden;
}

.archive_list ul li a img {
    display: block;
    width: 276px;
    height: 406px;
    transition: all 0.3s;
}

.back-top {
    display: block;
    width: 60px;
    height: 36px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    color: #666666;
    box-shadow: 0 0 6px rgba(100, 100, 100, 0.3);
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
}

.back-top i {
    line-height: 36px;
    font-size: 36px;
}

/*ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â®Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¿ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¥Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½*/
.archive_item {
    background: white;
    padding: 20px;
}

.zyyp_item a img.rwyp_hover {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    width: 0px;
    height: 0px;
    margin-top: 0;
    margin-left: 0;
    transition: all 0.3s;
}

.zyyp_item:hover .rwyp_hover {
    transition: all 0.3s;
    width: 220px;
    height: 348px;
    margin-top: -174px;
    margin-left: -110px;
}

/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â£Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½*/
/*1366ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¶ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¶ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¬Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´Ãƒâ€¦Ã‚Â¡*/
@media screen and (max-width: 1367px) {
    .slides li div.banner_text img {
        display: block;
        width: 100%;
    }

    .slides li div.banner_text div.text_box {
        position: absolute;
        width: 1000px;
        margin-left: -500px;
        top: 50%;
        z-index: 999;
        margin-top: -250px;
        left: 50%;
        height: 384px;
        padding: 20px 0;
        overflow: hidden;
    }

    .slides li div.banner_text div.text_box .slides_text {
        width: 360px;
        height: 384px;
        float: right;
        margin-right: -400px;
        background: rgba(255, 255, 255, 0.8);
        opacity: 0.3;
        position: relative;
    }

    .slides li div.banner_text div.text_box .slides_text h3 {
        font-size: 16px;
        height: 50px;
        display: block;
        overflow: hidden;
        line-height: 1.6em;
        padding: 20px;
        text-align: center;
    }

    .slides li div.banner_text div.text_box .slides_text p {
        font-size: 14px;
        color: #444444;
        line-height: 1.6em;
        height: 206px;
        overflow: hidden;
        padding: 0px 20px 20px;
    }
}


/* yjzb8.10 */
.yjzb-mask {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.yjzb-mask .yjzb-ewm {
    width: 260px;
    background: #fff;
    padding: 24px;
    margin: 0 auto;
    margin-top: 16%;
    border-radius: 4px;
    position: relative;
}

.yjzb-mask .yjzb-ewm .yjzb-ewm-img {
    width: 260px;
}

.yjzb-mask .yjzb-ewm p {
    font-size: 14px;
    margin-top: -6px;
    margin-bottom: 4px;
}

.yjzb-mask .yjzb-ewm .yjzb-close {
    position: absolute;
    top: 8px;
    width: 28px;
    right: 8px;
    cursor: pointer;
}

.jj p img {
    width: 800px;
    display: block;
    margin: 10px auto;
}

.jj div img {
    width: 800px;
    display: block;
    margin: 10px auto;
}