.page {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/* 头部区域 */

.group_10 {
    padding: 25px 0;
    width: 100%;
    overflow: hidden;
}

.group_10 .logo {
    float: left;
}

.group_10 .group_11 {
    float: right;
    margin-top: 25px;
}

.group_10 .group_11 a {
    margin-left: 30px;
    padding: 0 4px;
    padding-bottom: 6px;
    font-size: 14px;
    color: #414040;
}

.group_10 .group_11 a:hover {
    color: #FAA326;
    border-bottom: 2px solid #FAA326;
}

.section_2 {
    width: 100%;
    height: 50px;
    background: #414040;
}

.section_2>ul {
    padding: 0;
    list-style: none;
}

.section_2>ul>li {
    float: left;
    position: relative;
    width: 150px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.section_2>ul>li a {
    display: block;
}

.section_2>ul>li:hover,
.section_2>ul>li.active {
    background: #FAA326;
}

.section_2>ul>li .menu_nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #414040;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
    z-index: 999;
}

.section_2>ul>li .menu_nav ul {
    padding: 0;
    list-style: none;
}

.section_2>ul>li .menu_nav li {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.section_2>ul>li .menu_nav li a {
    padding: 6px 3px;
}

.section_2>ul>li .menu_nav li:hover {
    background: #FAA326;
}

.image-wrapper_4 {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.image-wrapper_4 .swiper-container {
    width: 100%;
    height: 100%;
}

.image-wrapper_4 .swiper-slide {
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
}

.image-wrapper_4 .swiper-button-next,
.image-wrapper_4 .swiper-button-prev {
    outline: none;
    width: 24px;
    height: 42px;
}

.image-wrapper_4 .swiper-button-next,
.image-wrapper_4 .swiper-container-rtl .swiper-button-prev {
    right: 18%;
    background: url(../images/next.png) no-repeat;
}

.image-wrapper_4 .swiper-button-next:hover,
.image-wrapper_4 .swiper-container-rtl .swiper-button-prev:hover {
    background: url(../images/next2.png) no-repeat;
}

.image-wrapper_4 .swiper-button-prev,
.image-wrapper_4 .swiper-container-rtl .swiper-button-next {
    left: 18%;
    background: url(../images/prev.png) no-repeat;
}

.image-wrapper_4 .swiper-button-prev:hover,
.image-wrapper_4 .swiper-container-rtl .swiper-button-next:hover {
    background: url(../images/prev2.png) no-repeat;
}

.section_13 {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    margin-top: -60px;
    width: 1200px;
    height: 120px;
    border-radius: 10px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
}

.section_13 .text-group_6 {
    float: left;
    margin-left: 40px;
    margin-top: 25px;
    font-size: 24px;
    color: #666;
    line-height: 65px;
}

.section_13 .text-group_6 .text_52 {
    margin: 0 10px;
    font-size: 48px;
    color: #FAA326;
}

.section_13 .group_6 {
    float: right;
    padding-left: 55px;
    margin-right: 50px;
    margin-top: 20px;
    height: 80px;
    border-left: 1px dotted #ddd;
    overflow: hidden;
}

.section_13 .group_6 .group_7 {
    float: left;
    margin-right: 20px;
    width: 220px;
    height: 80px;
    border-radius: 6px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
}

.section_13 .group_6 .group_7:last-child {
    margin-right: 0;
}

.section_13 .group_6 .group_7 a {
    display: block;
    padding: 12px 10px;
    overflow: hidden;
}

.section_13 .group_6 .group_7:hover {
    background: #FAA326;
}

.section_13 .group_6 .group_7 .image-wrapper_1 {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-color: rgba(250, 163, 38, 1);
}

.section_13 .group_6 .group_7:hover .image-wrapper_1 {
    background: #fff;
}

.section_13 .group_6 .group_7 .image-wrapper_1 .hide {
    display: none;
}

.section_13 .group_6 .group_7:hover .image-wrapper_1 .show {
    display: none;
}

.section_13 .group_6 .group_7:hover .image-wrapper_1 .hide {
    display: block;
}

.section_13 .group_6 .group_7 .text_54 {
    margin-left: 10px;
    font-size: 18px;
    color: rgba(65, 64, 64, 1);
    line-height: 56px;
}

.section_13 .group_6 .group_7:hover .text_54 {
    color: #fff;
}

.section_3 {
    margin-top: -62px;
    padding-top: 125px;
    width: 100%;
    background: #F8F9FB;
    overflow: hidden;
}

.section_3 .paragraph_1 {
    float: left;
    width: 670px;
}

.section_3 .paragraph_1 p {
    font-size: 14px;
    color: #666;
    line-height: 1.85;
}

.section_3 .image_3 {
    float: right;
    margin-top: 2px;
    width: 364px;
    height: 312px;
}

.section_4 {
    padding: 20px 0;
    padding-bottom: 40px;
    background: #fff;
    overflow: hidden;
}

.text-wrapper_11 {
    padding: 12px 15px;
    background: #F8F9FB;
    border-top: 2px solid #FAA326;
    overflow: hidden;
}

.text-wrapper_11 .text_17 {
    float: left;
    font-size: 18px;
    color: #FAA326;
    font-weight: bold;
}
.text-wrapper_11 .text_17 img{
    margin-right: 5px;
}

.text-wrapper_11 .text_18 {
    float: right;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}

.text-wrapper_11 .text_18:hover {
    color: #FAA326;
}

.group_12 {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.group_1 {
    float: left;
    position: relative;
    width: 560px;
    height: 325px;
}

.group_1 ul {
    padding: 0;
    list-style: none;
}

.group_1 .bd li {
    position: relative;
    width: 100%;
    height: 325px;
}

.group_1 .bd li img {
    width: 100%;
    height: 325px;
}

.group_1 .bd li .text-wrapper_4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 13px 20px;
    padding-right: 150px;
    background-color: rgba(0, 0, 0, 0.6);
}

.group_1 .bd li .text-wrapper_4 .text_19 {
    display: block;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group_1 .hd {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.group_1 .hd li {
    float: left;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 50%;
    background: #999;
}

.group_1 .hd li.on {
    background: #fff;
}

.block_5 {
    float: right;
    width: 610px;
}

.block_5 .group_13 {
    margin-bottom: 14px;
    width: 100%;
    overflow: hidden;
}

.block_5 .group_13:last-child {
    margin-bottom: 0;
}

.block_5 .group_13 .text_20 {
    font-size: 16px;
    color: #414040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block_5 .group_13 .item_time {
    width: 100%;
    overflow: hidden;
}

.block_5 .group_13 .item_time .text_21 {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.section_9 {
    overflow: hidden;
}
.section_9 .block_5 .group_13 .text_20 {
    color: #414040;
}

.block_5 .group_13:hover .text_20,
.section_9 .text-wrapper_11 .text_18:hover {
    color: #FAA326;
}

.section_5 {
    margin: 45px 0;
    width: 100%;
    overflow: hidden;
}

.partner_section {
    position: relative;
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.partner_section::after,
.partner_section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 999;
}

.partner_section::before {
    left: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(left right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.partner_section::after {
    right: 0;
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(right left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.partner_slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 99;
}

.partner_slide ul {
    padding: 0;
    list-style: none;
}

.partner_slide .bd {
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.partner_slide .bd li {
    float: left;
    margin-right: 20px;
    width: auto !important;
    height: 60px;
    background: #FFC674;
    border-radius: 30px;
}

.partner_slide .bd li:hover {
    background: #FAA326;
}

.partner_slide .bd li a {
    display: block;
    padding: 5px 4px;
    padding-right: 20px;
    line-height: 50px;
    overflow: hidden;
}

.partner_slide .bd li .img_box {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.partner_slide .bd li .img_box img {
    width: 100%;
    height: 50px;
    border-radius: 50%;
}

.partner_slide .bd li span {
    font-size: 16px;
    color: #fff;
}

.partner_slide .bd li:hover span {
    font-weight: bold;
}

.section_6 {
    margin-bottom: 50px;
    width: 100%;
    overflow: hidden;
}


/* 底部样式 */

.section_12 {
    padding-top: 50px;
    width: 100%;
    background: #F8F9FB;
    overflow: hidden;
}

.section_12 .footer_top {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.section_12 .footer_top .text-wrapper_13 {
    float: left;
    width: 220px;
}

.section_12 .footer_top .text-wrapper_13 span {
    display: block;
}

.section_12 .footer_top .text-wrapper_13 .text_43 {
    font-size: 16px;
    color: #414040;
    font-weight: bold;
}

.section_12 .footer_top .text-wrapper_13 .text_44 {
    margin-top: 6px;
    font-size: 14px;
    color: #414040;
    line-height: 30px;
}

.section_12 .footer_top .text-wrapper_13 .text_45 {
    margin-top: 18px;
    font-size: 16px;
    color: #414040;
    font-weight: bold;
}

.section_12 .footer_top .text-wrapper_14 {
    float: left;
    margin-left: 180px;
    padding-left: 30px;
    min-height: 150px;
    border-left: 1px solid #D7D7D7;
    overflow: hidden;
}

.section_12 .footer_top .text-wrapper_14 .text_47 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #414040;
}

.section_12 .footer_top .text-wrapper_14 p {
    font-size: 14px;
    color: #414040;
    line-height: 30px;
}

.section_12 .footer_top .groupbox_2 {
    float: right;
    padding-left: 30px;
    border-left: 1px solid #D7D7D7;
    overflow: hidden;
}

.section_12 .footer_top .groupbox_2 .box_2 {
    margin-right: 10px;
    float: left;
    width: 120px;
    height: 148px;
    text-align: center;
    background: #eee;
}

.section_12 .footer_top .groupbox_2 .box_2:last-child {
    margin-right: 0;
}

.section_12 .footer_top .groupbox_2 .box_2 .image_8 {
    margin-top: 10px;
    width: 100px;
    height: 100px;
}

.section_12 .footer_top .groupbox_2 .box_2 .text-group_3 {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    color: #414040;
}

.section_12 .block_4 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #eee;
}

.section_12 .block_4 .text-wrapper_10 {
    font-size: 14px;
    color: #414040;
}


/* 子页内容样式 */

.pagecontent_bg {
    background: #f8f9fb;
}

.page_adve {
    margin-top: 20px;
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.page_adve img {
    width: 100%;
    height: 130px;
}

.page_content {
    margin: 20px 0;
    width: 100%;
}

.sidenav {
    float: left;
    width: 240px;
}

.sidenav_title {
    width: 100%;
    height: 60px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    background: #FAA326;
}

.side_nav {
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #EFEFEF;
    border-bottom: 0;
    overflow: hidden;
}

.side_nav> li {
    overflow: hidden;
}

.side_nav >li> a {
    display: block;
    padding: 15px 0;
    padding-left: 18px;
    font-size: 16px;
    color: #414040;
    border-bottom: 1px solid #EFEFEF;
    border-left: 6px solid #fff;
}

.side_nav> li:hover> a,
.side_nav >li.active >a {
    border-left-color: #FAA326;
}
.side_nav> li .threenav{
    display: none;
    background: #FDFDFD;
    border-bottom: 1px solid #EFEFEF;
    overflow: hidden;
}
.side_nav> li.active .threenav{
    display: block;
}
.side_nav> li .threenav li a{
    display: block;
    padding: 10px 24px;
}
.side_nav> li .threenav li:hover a,.side_nav> li .threenav li.active a{
    color: #FAA326;
}

.cont_right {
    float: right;
    width: 935px;
}

.cont_rightbox {
    padding: 0 30px;
    padding-bottom: 30px;
    min-height: calc(100vh - 565px);
    background: #fff;
}

.page_title {
    padding-top: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #FAA326;
    overflow: hidden;
}

.page_title h6 {
    float: left;
    font-size: 18px;
    font-weight: normal;
    color: #414040;
}

.BreadNav {
    float: right;
    font-size: 14px;
    color: #999;
}

.BreadNav span {
    margin: 0 5px;
}

.BreadNav a:hover,
.BreadNav a.active {
    color: #FAA326;
}

.singlepage_text {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
}

.singlepage_text,
.singlepage_text p {
    font-size: 18px;
    color: #414040;
    line-height: 1.8;
}

.first_list {
    margin-top: 20px;
    margin-bottom: -20px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.first_list li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 278px;
    height: 334px;
    background: #F8F9FB;
}

.first_list li:nth-child(3n) {
    margin-right: 0;
}

.first_list li a {
    display: block;
    padding: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.first_list li .img_box {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.first_list li .img_box img {
    width: 100%;
    height: 200px;
}

.first_list li .item_title {
    margin-top: 15px;
    width: 100%;
    height: 44px;
    overflow: hidden;
}

.first_list li .item_title h6 {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.first_list li:hover .item_title h6 {
    color: #FAA326;
}

.first_list li p {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list {
    margin-top: 10px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.two_list li {
    padding: 17px 15px;
    padding-right: 0;
    background: url(../images/libg.png) left center no-repeat;
    border-bottom: 1px dotted #E0E0E0;
    overflow: hidden;
}

.two_list li a {
    display: block;
    float: left;
    max-width: 80%;
    font-size: 16px;
    color: #414040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list li a:hover {
    color: #FAA326;
}

.two_list li .time {
    float: right;
    font-size: 16px;
    color: #999;
}

.productsearch {
    margin-top: 20px;
    width: 580px;
    height: 40px;
    border: 1px solid #FAA326;
    overflow: hidden;
}

.productsearch input {
    float: left;
    padding-left: 20px;
    width: 500px;
    height: 38px;
    font-size: 14px;
    color: #666;
    border: 0;
}

.productsearch button {
    float: right;
    width: 78px;
    height: 38px;
    font-size: 16px;
    color: #fff;
    border: 0;
    background: #FAA326;
}

.three_list {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.three_list li {
    padding: 15px 0;
    padding-left: 28px;
    background: url(../images/icon5.png) left center no-repeat;
    border-bottom: 1px dotted #E0E0E0;
    overflow: hidden;
}

.three_list li a {
    display: block;
    overflow: hidden;
}

.three_list li .item_tit {
    display: block;
    float: left;
    max-width: 80%;
    font-size: 16px;
    color: #414040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.three_list li .Right {
    float: right;
    font-size: 16px;
    color: #FAA326;
}

.three_list li .item_tit:hover {
    color: #FAA326;
}

.four_list {
    margin-top: 30px;
    margin-bottom: -20px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.four_list li {
    float: left;
    margin-right: 17px;
    margin-bottom: 20px;
    width: 280px;
}

.four_list li:nth-child(3n) {
    margin-right: 0;
}

.four_list li .img_box {
    position: relative;
    width: 100%;
    height: 178px;
    overflow: hidden;
}

.four_list li .img_box .video_img {
    width: 100%;
    height: 178px;
}

.four_list li .img_box .video_icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.four_list li p {
    margin-top: 5px;
    font-size: 16px;
    color: #414040;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four_list li:hover p {
    color: #FAA326;
}

.five_list {
    margin-top: 30px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.five_list li {
    float: left;
    display: table;
    margin-right: 17px;
    margin-bottom: 20px;
    width: 110px;
    height: 55px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
}

.five_list li:nth-child(7n) {
    margin-right: 0;
}

.five_list li a {
    display: table-cell;
    vertical-align: middle;
}

.five_list li img {
    max-width: 108px;
    max-height: 53px;
}

.video_box {
    margin: 0 auto;
    margin-top: 10px;
    width: 780px;
    height: 450px;
}

.video_box iframe {
    width: 100%;
    height: 450px;
}

.six_list {
    margin-top: 30px;
    margin-bottom: -20px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.six_list li {
    float: left;
    margin-right: 17px;
    margin-bottom: 20px;
    width: 280px;
    height: 178px;
    cursor: pointer;
    overflow: hidden;
}

.six_list li:nth-child(3n) {
    margin-right: 0;
}

.six_list li img {
    width: 100%;
    height: 178px;
}

.imgbig_pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.imgbig_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgbig_panel {
    position: relative;
    padding-top: 40px;
    width: 1200px;
    z-index: 999;
}

.imgbig_panel .close {
    position: absolute;
    top: 0;
    right: 0;
}

.imgbig_slide .swiper-container.gallery-top {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.imgbig_slide .swiper-container.gallery-top .swiper-slide,
.imgbig_slide .swiper-container.gallery-top .swiper-slide .img_box {
    width: 100%;
    height: 500px;
}

.imgbig_slide .swiper-container.gallery-top .swiper-slide .img_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgbig_slide .swiper-container.gallery-top .swiper-slide .img_box img {
    max-width: 100%;
    max-height: 500px;
}

.imgbig_slide .gallery-thumbsbox {
    position: relative;
    margin: 0 auto;
    margin-top: 105px;
    padding: 0 33px;
    width: 880px;
    height: 57px;
    overflow: hidden;
}

.imgbig_slide .swiper-container.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 57px;
}

.imgbig_slide .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #FAA326;
}

.imgbig_slide .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    height: 53px;
}

.imgbig_slide .swiper-button-next,
.imgbig_slide .swiper-button-prev {
    outline: none;
}

.imgbig_slide .swiper-container.gallery-top .swiper-button-next,
.imgbig_slide .swiper-container.gallery-top .swiper-button-prev {
    width: 24px;
    height: 44px;
}

.imgbig_slide .swiper-container.gallery-top .swiper-button-prev,
.imgbig_slide .swiper-container.gallery-top .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: url(../images/prev.png) no-repeat;
}

.imgbig_slide .swiper-container.gallery-top .swiper-button-prev:hover,
.imgbig_slide .swiper-container.gallery-top .swiper-container-rtl .swiper-button-next:hover {
    background: url(../images/prev2.png) no-repeat;
}

.imgbig_slide .swiper-container.gallery-top .swiper-button-next,
.imgbig_slide .swiper-container.gallery-top .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: url(../images/next.png) no-repeat;
}

.imgbig_slide .swiper-container.gallery-top .swiper-button-next:hover,
.imgbig_slide .swiper-container.gallery-top .swiper-container-rtl .swiper-button-prev:hover {
    background: url(../images/next2.png) no-repeat;
}

.imgbig_slide .gallery-thumbsbox .swiper-button-next,
.imgbig_slide .gallery-thumbsbox .swiper-button-prev {
    margin-top: -11px;
    width: 13px;
    height: 23px;
}

.imgbig_slide .gallery-thumbsbox .swiper-button-prev,
.imgbig_slide .gallery-thumbsbox .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: url(../images/prev3.png) no-repeat;
}

.imgbig_slide .gallery-thumbsbox .swiper-button-prev:hover,
.imgbig_slide .gallery-thumbsbox .swiper-container-rtl .swiper-button-next:hover {
    background: url(../images/prev4.png) no-repeat;
}

.imgbig_slide .gallery-thumbsbox .swiper-button-next,
.imgbig_slide .gallery-thumbsbox .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: url(../images/next3.png) no-repeat;
}

.imgbig_slide .gallery-thumbsbox .swiper-button-next,
.imgbig_slide .gallery-thumbsbox .swiper-container-rtl .swiper-button-prev {
    background: url(../images/next4.png) no-repeat;
}

.product_section {
    position: relative;
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.product_slide {
    float: left;
    width: 400px;
}

.product_slide .swiper-container.gallery-top2 .swiper-slide img {
    width: 100%;
    height: 400px;
}

.product_slide .gallery-thumbsbox {
    position: relative;
    margin-top: 20px;
    padding: 0 30px;
    height: 60px;
    overflow: hidden;
}

.product_slide .swiper-container.gallery-thumbs2 .swiper-slide img {
    width: 100%;
    height: 60px;
}

.product_slide .swiper-container.gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #FAA326;
}

.product_slide .swiper-container.gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active img {
    height: 56px;
}

.product_slide .swiper-button-next,
.product_slide .swiper-button-prev {
    outline: none;
    margin-top: -8px;
    width: 13px;
    height: 23px;
}

.product_slide .swiper-button-prev,
.product_slide .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: url(../images/prev3.png) no-repeat;
}

.product_slide .swiper-button-prev:hover,
.product_slide .swiper-container-rtl .swiper-button-next:hover {
    background: url(../images/prev4.png) no-repeat;
}

.product_slide .swiper-button-next,
.product_slide .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: url(../images/next3.png) no-repeat;
}

.product_slide .swiper-button-next:hover,
.product_slide .swiper-container-rtl .swiper-button-prev:hover {
    background: url(../images/next4.png) no-repeat;
}

.product_right {
    float: right;
    width: 435px;
}

.product_right .product_item {
    width: 100%;
    color: #414040;
    line-height: 45px;
    overflow: hidden;
}

.product_right .product_item:first-child {
    color: #333;
}

.product_right .product_item p {
    font-size: 16px;
    color: #414040;
    line-height: 45px;
}

.product_right .product_item label {
    display: block;
    float: left;
    width: 90px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.product_right .product_item .item_cont {
    margin-left: 95px;
}

.product_right .product_item .item_cont h6 {
    font-size: 16px;
}

.form_section {
    margin: 0 auto;
    margin-top: 30px;
    width: 460px;
    overflow: hidden;
}

.form_section .form_items {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.form_section .form_items .item_tit {
    display: block;
    float: left;
    width: 90px;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    text-align: right;
}

.form_section .form_items .item_tit span {
    margin-right: 5px;
    color: #FF0000;
}

.form_section .form_items .item_cont {
    margin-left: 100px;
    overflow: hidden;
}

.form_section .form_items .item_cont input[type="text"] {
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #414040;
    background: #fff;
    border: 1px solid #E2E2E2;
}

.form_section .form_items .item_cont select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 8px;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #414040;
    background-color: #fff;
    background-image: url(../images/icon8.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    border: 1px solid #E2E2E2;
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
    -o-outline: none;
}

.form_section .form_items .item_cont select::-ms-expand {
    display: none;
}

.form_section .form_items .item_cont#city select {
    float: left;
    margin-right: 12px;
    width: 111px;
}

.form_section .form_items .item_cont#city select:last-child {
    margin-right: 0;
}

.booths_items {
    margin-top: 7px;
    width: 100%;
    overflow: hidden;
}

.booths_item {
    float: left;
    width: 101px;
    line-height: 21px;
}

.booths_item input[type="checkbox"] {
    position: relative;
    top: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #CBCBCB;
    border-radius: 2px;
}

.booths_item input[type="checkbox"]:checked {
    border-color: #FAA326;
    background: url(../images/icon9.png) no-repeat;
}

.booths_item span {
    font-size: 14px;
    color: #333;
}

.booths_item input[type="radio"] {
    position: relative;
    top: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #CBCBCB;
    border-radius: 50%;
}

.booths_item input[type="radio"]:checked {
    border-color: #FAA326;
}

.booths_item input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #FAA326;
    border-radius: 50%;
}

.form_section .form_items .item_cont .booths_items input[type="text"] {
    padding-left: 8px;
    float: left;
    width: 158px;
    height: 21px;
    font-size: 12px;
    color: #414040;
}

.form_section .form_items .item_cont .booths_items input[type="text"]::-webkit-input-placeholder {
    font-size: 12px;
}

.form_section .form_items .item_cont .booths_items input[type="text"]:-moz-placeholder {
    font-size: 12px;
}

.form_section .form_items .item_cont .booths_items input[type="text"]::-moz-placeholder {
    font-size: 12px;
}

.form_section .form_items .item_cont .booths_items input[type="text"]:-ms-input-placeholder {
    font-size: 12px;
}

.form_section .form_items .item_cont .btn1 {
    margin-left: 60px;
    margin-top: 20px;
    width: 170px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: 0;
    background: #FAA326;
}

.form_section .form_items .item_cont input.input_name {
    float: left;
    width: 200px;
}

.form_section .form_items .item_cont select.select_cw {
    float: left;
    margin-left: 20px;
    width: 140px;
}

.textarea_first {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 60px;
    background: #fff;
    border: 1px solid #E2E2E2;
}

.textarea_first:last-child {
    margin-bottom: 0;
}

.textarea_first textarea {
    padding: 5px 10px;
    padding-bottom: 20px;
    width: 100%;
    height: 58px;
    font-size: 14px;
    color: #414040;
    border: 0;
    resize: none;
}

.textarea_first .num {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 12px;
    color: #bbb;
}
