/*rest*/

* {
    margin: 0;
    padding: 0;
}

image {
    display: block;
}

ul,
li {
    list-style: none;
}

html,
body {
    position: relative;
    height: 100%;
    font-family: "Microsoft YaHei";
    color: #000;
    min-width: 1164px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.of {
    overflow: hidden;
}


/*nav*/

.nav {
    height: 103px;
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.nav_content {
    width: 1164px;
    height: 103px;
    position: relative;
    margin: 0 auto;
}

.bgMusic {
    position: absolute;
    margin-top: 5px;
    right: 0;
    cursor: pointer;
}

.nav_logo {
    display: block;
    height: 103px;
    float: left;
    width: 200px;
    background: url("../images/nav/logo.png") center no-repeat;
}

.nav_shadow {
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
    height: 12px;
    background: url("../images/nav/shadow.png") center;
}

.nav_list {
    display: block;
    padding-top: 55px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    float: right;  padding-right:50px;
    overflow: hidden;
}

.nav_item {
    display: block;
    width: 151px;
    text-align: center;
    margin-right: 5px;
    float: left;
}

.nav_item.active,
.nav_item:hover {
    background: url("../images/nav/item.png") no-repeat center;
    color: #fff;
    cursor: pointer;
}

.part_1164 {
    width: 1164px;
    margin: 0 auto;
    position: relative;
}

.part_1058 {
    width: 1058px;
    margin: 0 auto;
    position: relative;
}

.part_1058 .text p{ text-indent:2em; line-height:27px;}


/*part1*/

.part1 {
    width: 100%;
    height: 811px;
    background: url("../images/part1/bg.jpg") no-repeat top center;
    background-size: cover;
}

.part1_title {
    margin-top: 88px;
}

.part1_text {
    margin-top: 45px;
    margin-left: 15px;
    float: left;
}

.part1_time {
    bottom: 15px;
    right: 10px;
    position: absolute;
}

.part1_go {
    bottom: 200px;
    right: 10px;
    position: absolute;
}


.part1_video {
    position: absolute;
    right: 290px;
    top: 110px;
    cursor: pointer;
}

.part1 .part_1058 {
    height: 490px;
}

.part1.active img {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.7s;
}

.part1 img {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
}


/*part2*/

.part2 {
    width: 100%;
    height: 903px;
    background: url("../images/part2/bg.jpg") no-repeat top center;
    background-size: cover;
}

.part_title {
    margin: 0 auto;
    display: block;
}

.part2_1 {
    display: block;
    width: 1058px;
    height: 341px;
    margin-top: 25px;
    position: relative;
    background: url("../images/part2/img_01.jpg") no-repeat top center;
    background-size: cover;
}

.part2_1 .text {
    position: absolute;
    bottom: 32px;
    right: 195px;
    width: 350px;
    padding-top: 15px;
    line-height: 1.5;
    padding-left: 45px;
    height: 95px;
    font-size: 16px;
    color: #fff;
    
}

.part2_2 {
    padding-top: 50px;
    position: relative;
}

.banner_box {
    height: 270px;
    position: relative;
    width: 1058px;
    overflow: hidden;
}

.banner {
    height: 270px;
    width: 99999px;
    position: relative;
}

.banner_item {
    position: relative;
    cursor: pointer;
    display: block;
    float: left;
    height: 270px;
    width: 339px;
    margin-right: 20px;
}

.banner_item:hover .banner_item-detail {
    display: block;
}

.banner_item.dis:hover .banner_item-detail {
    display: none;
}

.banner_item.dis .banner_item-detail_dis {
    display: block;
}

.banner_item-detail_dis {
    height: 197px;
    line-height: 197px;
    width: 337px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 26px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.banner_item-detail {
    height: 197px;
    line-height: 197px;
    width: 337px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 26px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.banner_img {
    width: 337px;
    height: 197px;
    border: 1px solid #fff;
    display: block;
}

.banner_text {
    width: 337px;
    height: 50px;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    line-height: 1.5;
}

.part2 .prev {
    width: 55px;
    height: 55px;
    background: url("../images/part2/left_mouse.png") no-repeat center;
    position: absolute;
    left: -70px;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
}

.part2 .prev.dis {
    background: url("../images/part2/left_mouse_off.png") no-repeat center;
}

.part2 .prev.dis:hover {
    background: url("../images/part2/left_mouse_off.png") no-repeat center;
}

.part2 .prev:hover {
    background: url("../images/part2/left_mouse_on.png") no-repeat center;
}

.part2 .next {
    cursor: pointer;
    width: 55px;
    height: 55px;
    right: -70px;
    top: 50%;
    margin-top: -40px;
    position: absolute;
    background: url("../images/part2/right_mouse.png") no-repeat center;
}

.part2 .next.dis {
    background: url("../images/part2/right_mouse_off.png") no-repeat center;
}

.part2 .next.dis:hover {
    background: url("../images/part2/right_mouse_off.png") no-repeat center;
}

.part2 .next:hover {
    background: url("../images/part2/right_mouse_on.png") no-repeat center;
}


/*part3*/

.part3 {
    height: 1099px;
    width: 100%;
    background: url("../images/part3/bg.jpg") no-repeat top center;
    background-size: cover;
}

.part3_1 {
    width: 1128px;
    height: 122px;
    margin: 20px auto 0;
    border: 2px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: url("../images/part3/bg_1.jpg") no-repeat top center;
    background-size: cover;
}

.part3_1-head {
    position: absolute;
    top: 0;
    left: 0;
}

.part3_1-btn {
    float: right;
    margin-top: 15px;
    margin-right: 13px;
	cursor:pointer;
}

.part3_1-content {
    position: absolute; font-size:15px;
    left: 265px;
	line-height:24px;
    top: 16px;
    width: 745px;
    text-indent: 2em;
    color: #fff;
    display: none;
}

.part3_1-text {
    float: right;
    margin-top: 37px;
    margin-right: 24px;
}

.part3_2 {
    width: 1118px;
    margin: 5px auto 0;
    padding: 6px;
    background: #fff;
    box-shadow: 15px 15px 0 rgba(0, 0, 0, .2)
}

table {
    border-collapse: collapse;
}

.part3_2 td {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border: 1px solid #d9d9d9;
    text-align: center;
    cursor: pointer;
}

.part3_2 .odd td {
    background: #fff;
}

.part3_2 .even td {
    background: #f4f4f4;
}

.part3 .part3_2 tr>td:nth-child(2),.part5 .part3_2 tr>td:nth-child(4),.part5 .part3_2 tr>td:nth-child(5) {
    text-align: left;
}
.part3_2 th {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    height: 50px;
    text-align: center;
}

.add-btn {
    position: relative;
    top: 7px;
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url("../images/part3/formore.png") no-repeat center;
}

tr:hover .add-btn {
    background: url("../images/part3/formore_on.png") no-repeat center;
}


/*part4*/

.part4 {
    height: 1890px;
    width: 100%;
    background: url("../images/part4/bg.jpg") no-repeat top center;
    /*background-size: cover;*/
}

.links {
    margin-top: 50px;
    width: 877px;
    float: right;
}

.link {
    display: block;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    width: 877px;
    height: 45px;
    border-bottom: 1px solid #828282;
    overflow: hidden;
    background: url("../images/part4/arrow.png") no-repeat left 20px;
}
.link:hover{ color:#a90c0c;}


.link>div {
    float: left;
    height: 54px;
    line-height: 54px;
}

.link .category {
    padding-left: 18px;
    width: 130px;
}

.link .content {
    padding-left: 8px;
    width: 590px;
	
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer {
    overflow: hidden;
    height: 350px;
    width: 100%;
    background: #1b1718; text-align:center;
}

.footer_img {
    margin-top: 65px;
    margin-left: 5px;
}

.goTop {
    background: url("../images/gotop.png") no-repeat center;
    width: 54px;
    height: 54px;
    position: fixed;
    right: 15px;
    top: 80%;
    cursor: pointer;
    display: none;
}

.goTop:hover {
    background: url("../images/gotop_on.png") no-repeat center;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/overlay.png");
    z-index: 9999;
    display: none;
}
.overlay2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/overlay.png");
    z-index: 9999;
    display: none;
}

.modal {
    height: 624px;
    width: 992px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -312px;
    margin-left: -496px;
    background: #fff;
    display: none;
}
.modal.video {
    display: block;
}

.modal_title {
    height: 52px;
    line-height: 52px;
    width: 100%;
    position: relative;
    background: #ececec;
}

.modal_title .content {
    padding-left: 25px;
	font-size:24px;
}

.modal_title .close {
    height: 52px;
    position: absolute;
    padding-left: 23px;
    width: 57px;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url("../images/modal/tc_close.png") no-repeat left center;
}

.modal_title .close:hover {
    background: url("../images/modal/tc_close_over.png") no-repeat left center;
}

.modal_box {
    height: 468px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.video .modal_box {
    height: 570px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.modal_banner_box {
    width: 701px;
    height: 422px;
    margin: 23px auto 0;
    overflow: hidden;
}

.modal_banner {
    width: 99999px;
    height: 422px;
    position: relative;
}

.modal_banner img {
    float: left;
    display: block;
    height: 422px;
    width: 701px;
}

.modal_prev {
    width: 145px;
    height: 468px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/modal/tc_left.png") no-repeat center;
    cursor: pointer;
}

.modal_next {
    cursor: pointer;
    width: 145px;
    height: 468px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/modal/tc_right.png") no-repeat center;
}

.modal_content {
    width: 962px;
    height: 102px;
    border-top: 1px solid #c9c9c9;
    margin: 0 auto;
    position: relative;
}

.modal_ld {
    margin-left: 6px;
    margin-top: 15px;
    margin-right: 15px;
    float: left;
}

.modal_text {
    float: left;
    margin-top: 15px;
    width: 705px;
    display: inline-block;
    line-height: 1.5;
    font-size: 14px;
	
}

.modal_line {
    float: left;
    margin: 0 15px;
    height: 102px;
    width: 1px;
    background: url("../images/modal/line.png") no-repeat center;
}

.modal_buyBox {
    display: block;
    cursor: pointer;
    width: 145px;
    height: 102px;
    top: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
    color: #000;
}

.modal_buyBox .text {
    display: inline-block;
    margin: 10px 0;
}
.vt{ display:block; padding-left:10px;}
.vtb{ display:block; padding-left:20px;}

/*part5*/

.part5 {
    height: 1090px;
    width: 100%;
    background: url("../images/part5/bg.jpg") no-repeat top center;
    background-size: cover;
}

.part5 .part3_2{
    margin-top: -5px;
}




.part3_c2 {
    width: 1118px;
    margin: 5px auto 0;
    padding: 6px;
    background: #fff;
    box-shadow: 15px 15px 0 rgba(0, 0, 0, .2)
}

.part3_c2 td {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border: 1px solid #d9d9d9;
    text-align: center;
   
}

.part3_c2 .odd td {
    background: #fff;
}

.part3_c2 .even td {
    background: #f4f4f4;
}


.part3_c2 th {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    height: 50px;
    text-align: center;
}
.part3 .part3_c2 tr>td:nth-child(2),.part5 .part3_c2 tr>td:nth-child(4),.part5 .part3_c2 tr>td:nth-child(5) {
    text-align: left;
}.part3_c2{ margin-top: -5px;}ight: 1.8;
  padding-right: 0px;
  margin-right: 0px;
}