@charset "utf-8";

/* CSS Document */

body {
    /*border-top: 4px solid #000000;*/
    padding: 0;
    margin: 0;
    font-family: "Microsoft  YaHei", 微软雅黑, STHeiti;

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:visited {
    color: inherit;
    text-decoration: none !important;
}

ul li {
    list-style: none;
}

.comment_title {
    text-align: center;
}

.comment_title h6 {
    font-size: 44px;
    color: #000000;
    text-transform: uppercase;
}

.comment_title p {
    font-size: 24px;
    color: #1a1a1b;
    margin-top: 6px;
    text-transform: uppercase;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

/*****header*******/

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 9;
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

	background:rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logo a {
    display: block;
    width: 160px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo a img{
    width: 46%;
}
.logo a img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;

    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header_listL {
    float: left;
}

.header_listR {
    float: right;
}

.header ul {
    width: calc(50% - 100px);
    display: flex;
    justify-content: space-between;
}

.header ul li {
    float: left;
    min-width: 100px;
    text-align: center;
}

.header ul li active{
    color:red;
	border-bottom:3px solid #444;
}

/*
.header ul li a {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    width: 100%;
    height: 100px;
    line-height: 100px;
    letter-spacing: 1px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
*/



/*****header*******/

/*****banner*******/
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner_img {
    height: 100vh;
    overflow: hidden;
}

.banner_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_swiper_pagination {
    bottom: 4% !important;
}

.banner_swiper_pagination .swiper-pagination-bullet {
    width: 80px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 0;
    margin: 0 !important;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.banner_swiper_pagination .swiper-pagination-bullet-active {
    background-color: #fecd09;
}

.banner_swiper_pagination:hover .swiper-pagination-bullet {
    height: 8px;
}

.banner_swiper_txt {
    width: 80%;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner_swiper_txt p {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 4px;
}

.banner_swiper_txt p:first-child {
    font-family: Arial;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner_swiper_txt h6 {
    font-size: 65px;
    letter-spacing: 6px;
    color: #ffffff;
    margin: 30px 0;
    font-weight: normal;
}

.banner_swiper_hideTxt {
    width: 500px;
    margin: 6% auto 0;
    display: none;
}

.banner_swiper_hideTxt p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
}

/*****banner*******/

/*****index_sec1*******/
.index_sec1 {
    padding: 80px 0;
    background-color: #ffffff;
}

.index_sec1_txt {
    text-align: center;
}

.index_sec1_txt h6 {
    font-size: 48px;
    margin-bottom: 20px;
}

.index_sec1_txt p {
    font-size: 16px;
    line-height: 34px;
    width: 60%;
    max-width: 860px;
    margin: auto;
    color: #666;
    letter-spacing: 1px;
}

/*****index_sec1*******/

/*****index_sec2*******/
.index_sec2 {
    background-color: #fff;
    height: 850px;
}

.index_sec2_swiper .swiper-slide {
    width: 84% !important;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index_sec2_bg {
    position: relative;
}

.index_sec2_pagination {
    bottom: 4% !important;
}

.index_sec2_pagination .swiper-pagination-bullet {
    border: 2px solid #ffffff;
    width: 16px;
    height: 16px;
    margin: 0 18px !important;
    overflow: hidden;
    position: relative;
    background-color: transparent;
}

.index_sec2_pagination .swiper-pagination-bullet::after {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.index_sec2_pagination .swiper-pagination-bullet-active::after {
    display: block;
}

.index_sec2_swiper_next {
    width: 18%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -2%;
    background-color: rgba(0, 0, 0, 0.3);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index_sec2_swiper_next .next_txt {
    width: 100%;
    position: absolute;
    bottom: 24px;
    left: 30px;
}

.index_sec2_swiper_next .next_title {
    width: 100%;
    margin-top: 16px;
    height: 20px;
    overflow: hidden;
    position: relative;
}

.index_sec2_swiper_next .next_title p {
    position: absolute;
    top: 0;
    left: 0;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index_sec2_swiper_next .next_title p:nth-child(n+2) {
    top: 50px;
}

.index_sec2_swiper_next p {
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
}

.index_sec2_swiper_next img {
    margin-left: 12px;
    position: relative;
    bottom: 2px;
}

.index_sec2_swiper:hover .index_sec2_swiper_next {
    background-color: rgba(0, 0, 0, 0);
}

.index_sec2_swiper:hover .swiper-slide,
.index_sec2_swiper:hover .index_sec2_swiper_next {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
}

.index_sec2_swiper.on .swiper-slide,
.index_sec2_swiper.on .index_sec2_swiper_next {
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    transform: translateX(-80px);
}

.index_sec2_swiper_txt {
    width: 500px;
    height: 66%;
    z-index: 3;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index_sec2_swiper_txtBox {
    width: 100%;
    height: 100%;
    padding: 8% 12%;
    position: absolute;
    top: 0;
    left: 0;
}

.index_sec2_swiper_txtBox:nth-child(n+2) {
    display: none;
}

.index_sec2_swiper_txt h2 {
    font-size: 64px;
    margin-top: 4%;
}

.index_sec2_swiper_txt h6 {
    font-size: 18px;
    color: #1a1a1b;
    margin-top: 5%;
}

.index_sec2_swiper_txt h6 span {
    font-weight: bold;
    margin-right: 6px;
}

.index_sec2_swiper_txt p {
    font-size: 18px;
    color: #1a1a1b;
    line-height: 32px;
    margin-top: 5%;
    letter-spacing: 1px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 96px;
}

.more {
    display: block;
    width: 60px;
    height: 60px;
    margin-top: 6%;
    border: 1px solid #000000;
    position: relative;
    overflow: hidden;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.more img {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(50%, -60%);
    -ms-transform: translate(50%, -60%);
    -o-transform: translate(50%, -60%);
    transform: translate(50%, -60%);
}

.more span {
    display: block;
    width: 130px;
    height: 100%;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index_sec2_swiper_txtBox:hover .more {
    width: 160px;
}

.index_sec2_swiper_txtBox .more:hover {
    background-color: #1b1b1c;
}

.index_sec2_swiper_txtBox .more:hover span {
    color: #ffffff;
}

.index_sec2_swiper_txtBox:hover .more span {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

/*****index_sec2*******/

/*****index_sec3*******/
.index_sec3 {
    padding: 10px 0 60px;
}

.index_sec3_top {
    text-align: center;
}

.index_sec3_top img {
    width: 38px;
}

.index_sec3_top .comment_title {
    margin-top: 10px;
}

.index_sec3_con {
    margin-top: 40px;
}

.index_sec3_con li {
    width: 33%;
		border:1px solid #ccc;
    float: left;
    margin-right: 0.5%;
}

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

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

.index_sec3_img img {
    -webkit-transition: all 6s;
    -moz-transition: all 6s;
    -ms-transition: all 6s;
    -o-transition: all 6s;
    transition: all 6s;
}

.index_sec3_con li:hover .index_sec3_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index_sec3_imgTxt {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.index_sec3_con li:hover .index_sec3_imgTxt {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.index_sec3_imgTxt .border {
    width: 90%;
    height: 90%;
    border: 1px solid #ffffff;
    position: absolute;
    top: 5%;
    left: 5%;
}

.index_sec3_imgTxt_box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 8%;
}

.index_sec3_imgTxt_box h6 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.index_sec3_imgTxt_box p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}

.index_sec3_txt {
    padding: 20px 20px 30px;
}

.index_sec3_txt h6 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
}

.index_sec3_txt p {
    margin-top: 6px;
}

.index_sec3_txt p a {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}

/*****index_sec3*******/

/*****index_sec4*******/
.index_sec4 {
    overflow: hidden;
    position: relative;
    height: 80vh;
}

.index_sec4_box_bg {
    height: 80vh;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.index_sec4_box_bg::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.index_sec4_box_bg li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.index_sec4_box_bg li video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.index_sec4_box {
    height: 80vh;
    overflow: hidden;
    position: relative;
}

.index_sec4_box li {
    width: 25%;
    position: absolute;
    top: 0;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index_sec4_boxTxt {
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 0;
    left: 0;
}

.index_sec4_boxTxt li {
    width: 25%;
    height: 80vh;
    position: absolute;
    top: 0;
}

.index_sec4_boxTxt li::after {
    content: '';
    display: block;

    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index_sec4_boxTxt li:first-child::after {
    display: none;
}

.index_sec4_boxTxt:hover li::after {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.index_sec4_boxTxt li:nth-child(1),
.index_sec4_box li:nth-child(1) {
    left: 0;
}

.index_sec4_boxTxt li:nth-child(2),
.index_sec4_box li:nth-child(2) {
    left: 25%;
}

.index_sec4_boxTxt li:nth-child(3),
.index_sec4_box li:nth-child(3) {
    right: 25%;
}

.index_sec4_boxTxt li:nth-child(4),
.index_sec4_box li:nth-child(4) {
    right: 0%;
}

.index_sec4_box li.on {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index_sec4_box li:nth-child(1).on,
.index_sec4_box li:nth-child(2).on {
    left: 0;
}

.index_sec4_box li:nth-child(3).on,
.index_sec4_box li:nth-child(4).on {
    right: 0;
}

.index_sec4_box li.zero {
    width: 0%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index_sec4_box li:nth-child(1).zero,
.index_sec4_box li:nth-child(2).zero {
    left: 0;
}

.index_sec4_box li:nth-child(3).zero,
.index_sec4_box li:nth-child(4).zero {
    right: 0;
}

.index_sec4_img {
    height: 80vh;
    /*-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;*/
}

.index_sec4_img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.index_sec4_img.none {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}

.index_sec4_txt {
    width: 100%;
    height: 100%;
    padding: 12%;
    position: absolute;
    top: 0;
    left: 0;
}

.index_sec4_txt h5 {
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
}

.index_sec4_txt h6 {
    font-size: 24px;
    color: #ffffff;
    margin-top: 20px;
    font-weight: bold;
}

.index_sec4_txt p {
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    margin-top: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.index_sec4_txt_con {
    font-size: 15px;
    color: #ffffff;
    line-height: 26px;
    margin-top: 6%;
    position: relative;

    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index_sec4_boxTxt li:hover .index_sec4_txt_con {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.index_sec4_txt_con::before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    margin-bottom: 6%;
    background-color: #ffffff;
}

.index_sec4_boxTxt li.gary .index_sec4_txt h5,
.index_sec4_boxTxt li.gary .index_sec4_txt h6,
.index_sec4_boxTxt li.gary .index_sec4_txt p {
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    filter: alpha(opacity=30);
}

.index_sec4_boxTxt li .more {
    border-color: #ffffff;
    position: absolute;
    bottom: 12%;
    left: 12%;
}

.index_sec4_boxTxt li .more span {
    color: #ffffff;
}

.index_sec4_boxTxt li:hover .more {
    width: 160px;
}

.index_sec4_boxTxt li .more:hover {
    background-color: #ffffff;
}

.index_sec4_boxTxt li .more:hover span {
    color: #000000;
}

.index_sec4_boxTxt li:hover .more span {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

/*****index_sec4*******/

/*****index_sec5*******/
.index_sec5 {
    padding: 80px 0;
}

.index_sec5_con {
    float: right;
    width: 96%;
    padding: 70px 0;
    border: 3px solid #484848;
}

.index_sec5_img {
    width: 45%;
    float: left;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
}

.index_sec5_icon {
    width: 66px;
    float: left;
}

.index_sec5_txt {
    font-family: Arial;
    width: calc(55% - 66px);
    padding: 0 3%;
    float: left;
}

.index_sec5_txt h5 {
    font-size: 64px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.index_sec5_txtImg {
    margin-top: 20px;
}

.index_sec5_txt .line {
    width: 100%;
    height: 1px;
    margin: 8% 0 6%;
    background-color: #1a1a1b;
}

.index_sec5_txt p {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 2px;
}

/*****index_sec5*******/

/*****index_sec6*******/
.index_sec6 {
    padding-bottom: 60px;
}

.index_sec6 .comment_title h6 {
    font-family: Arial;
}

.index_sec6_box {
    margin-top: 40px;
}

.index_sec6_box li {
    width: 32%;
    margin-right: 2%;
    float: left;
}

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

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

.index_sec6_img .border {
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index_sec6_box li:hover .index_sec6_img .border {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.index_sec6_txt {
    padding: 6%;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

.index_sec6_txt h5 {
    font-family: Arial;
    font-size: 14px;
    letter-spacing: 2px;
}

.index_sec6_txt h6 {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 4%;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
}

.index_sec6_txt p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 4%;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 64px;
}

.index_sec6_txt img {
    position: absolute;
    bottom: 0;
    left: 6%;
}

/*****index_sec6*******/

/***footer***/

.footer {
    padding: 80px 0;
	background:url(../images/footimg.jpg) center/cover no-repeat;
  /*  background: #222222;   */
}

.footer_left {
    width: 60%;
    float: left;
}

.footer_right {
    width: 34%;
    float: right;
}

.footer_leftTop .address {
    float: left;
}

.footer_leftTop .contact {
    float: left;
    margin-left: 12%;
}

.footer_leftTop .contact h6 {
    font-family: Arial;
}

.footer_left h5 {

    font-size: 14px;
    color: #777;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer_left h6 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
}

.footer_left h5:first-child {
    margin-bottom: 20px;
}

.footer_left h6:nth-child(2) {
    margin-bottom: 10px;
}

.footer_leftBottom {
    margin-top: 12%;
}

.footer_link li {
    float: left;
    margin-right: 22px;
    position: relative;
}

.footer_link li:last-child {
    margin-right: 0;
}

.footer_link li:last-child::after {
    display: none;
}

.footer_link li::after {
    content: '/';
    color: #666666;
    position: absolute;
    top: -1px;
    right: -14px;
}

.footer_link li a {
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.footer_right h5 {
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer_right h5 img {
    float: right;
}

.footer_right .line {
    width: 100%;
    height: 1px;
    margin: 20px 0 24px;
    background-color: #ffffff;
}

.footer_right p {
    font-family: Arial;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding-left: 12%;
    text-align: right;
}

.footer_right h6 {
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 40%;
}
.footer_right_logo img  {float:left; width:55%;} 
.footer_right_weiixn img {float:left; width:30.5%; margin-left:20px;} 
/***footer***/

/**download**/
.header_on {
    background: #fff;
}

.header_on ul li a {
    color: #000000;
}

.header_on .logo a img:nth-child(2) {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.banner_inner {
    margin-top: 100px;
    position: relative;
}

.download_sec1_title {
    padding: 120px 0 60px;
}

.download_sec1_title h5 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center
}

.download_sec1_title h6 {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.download_sec1_search {
    position: relative;
    float: right;
    width: 20%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #a4acad;
}

.download_sec1_search input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 16px;
}

.download_sec1_search img {
    position: absolute;
    top: 15px;
    right: 0;
    width: 20px;
}

.download_sec2 {
    margin-top: 15px;
    margin-bottom: 90px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.download_sec2_container {
    border-top: 2px solid #a4acad;
}

.download_sec2_list {
    width: 45%;
    padding: 25px 0;
    border-bottom: 1px solid #a4acad;
}

.download_sec2_left {
    width: 40%;
    float: left;
}

.download_sec2_right {
    width: 50%;
    float: left;
    margin-left: 5%;
}

.download_sec2_right1 {
    position: relative;
}

.download_sec2_right1 .download_sec2_line {
    position: absolute;
    top: 0;
    left: -9px;
    width: 2px;
    height: 90%;
    background: #a4acad;
}

.download_sec2_right1 h6 {
    margin-top: 5px;
}

.download_sec2_right2 {
    margin-top: 40px;
}

.download_sec2_right2 ul li {
    display: inline-block;
    margin-right: 10px;
}

.download_sec2_right2 ul {
    margin-top: 10px;
}

.download_sec2_right2 ul li input {
    margin: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}

.download_sec2_right2 ul li label {
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
    line-height: 15px;
    margin: 0;
}

/**download**/

/**join**/
.join_sec1 {
    padding: 90px 5%;
}

.join_sec1_f1 {
    padding: 0 5%;
    position: relative;
}

.join_sec1_f1_left {
    background: #f7f7f7;
    width: 67%;
    padding: 12% 13% 6%;
    position: relative;
}

.join_sec1_f1_left h5 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.join_sec1_f1_left h6 {
    font-size: 18px;
    color: #1a1a1b;
    margin-top: 5px;
    font-size: 23px;
}

.join_sec1_f1_txt {
    margin-top: 6%;
}

.join_sec1_f1_txt p {
    font-size: 16px;
    line-height: 24px;
    color: #676765;
}

.join_sec1_f1_more {
    margin-top: 10%;
    width: 140px;
    height: 44px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ffffff;
    text-align: center;
    cursor: pointer;
}

.join_sec1_f1_more:hover {
    border: 1px solid #b4945b;
}

.join_sec1_f1_more span {
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 1;
    margin-right: 10px;
    font-size: 16px;
}

.join_sec1_f1_more img {
    vertical-align: middle;
}

.join_sec1_f1_down {
    position: absolute;
    bottom: -4%;
    left: 8%;
}

.join_sec1_f1_down img {
    width: 7px;
}

.join_sec1_f1_right {
    position: absolute;
    top: 0;
    right: 5%;
    width: 40%;
}

.join_sec1_f2 {
    margin-top: 90px;
    padding: 0 5%;
}

.join_sec1_f2_list {
    padding: 0 6%;
    position: relative;
}

.join_sec1_f2_left {
    width: 50% !important;
    float: left;
}

.join_sec1_f2_bg {
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    left: 32%;
}

.join_sec1_f2_bg1 {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 50%;
    width: 80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.join_sec1_f2_right {
    width: 40%;
    float: right;
    padding: 10% 10% 0 0;
}

.join_sec1_f2_right h5 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.join_sec1_f2_right h6 {
    font-size: 18px;
    color: #1a1a1b;
    margin-top: 5px;
}

.join_sec1_f2_txt {
    margin-top: 6%;
}

.join_sec1_f2_txt p {
    font-size: 16px;
    line-height: 22px;
    color: #676765;
}

.join_sec2_img {
    position: relative;
}

.join_sec2_img .join_sec2_img_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    background: #fff;
    filter: alpha(opacity=0.7);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.join_sec2_img .join_sec2_bg1 {
    background: #f7f7f7;
    padding: 60px;
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 45%;
}

.join_sec2_img .join_sec2_bg1 h5 {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
}

.join_sec2_img .join_sec2_bg1 h6 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 5px;
}

.join_sec2_bg1_txt {
    margin-top: 50px;
}

.join_sec2_bg1_txt1 {
    width: 50%;
}

.join_sec2_bg1_txt1 ul li {
    padding: 5px 0;
}

.join_sec2_bg1_txt1 ul li span {
    font-size: 16px;
    color: #666;
    vertical-align: middle;
}

.join_sec3 {
    padding: 200px 0 90px;
}

.join_sec3_list_txt {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    padding: 10px 0;
}

.join_sec3 .join_sec3_row .join_sec3_col2 {
    width: 25%;
	margin-bottom:25px;

}

.join_sec3 .join_sec3_row .join_sec3_col2 img{	border:1px solid #ccc;}

.join_sec4_img {
    position: relative;
	
}

.join_sec4_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.join_sec4_txt1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.join_sec4_txt1 h5 {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.join_sec4_txt1 h6 {
    margin-top: 20px;
    font-size: 25px;
    color: #fff;
    text-align: center;
}

.join_sec5 {
    padding: 90px 0;
}

.join_sec5_img {
    width: 20%;
    float: left;
}

.join_sec5_txt {
    float: left;
    position: relative;
    width: 55%;
    margin-left: 5%;
}

.join_sec5_txt1 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.join_sec5_txt1 h5 {
    font-size: 18px;
}

.join_sec5_txt1 p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    color: #666666;
}

.join_sec5 .join_sec5_row .join_sec5_col4 {
    position: relative;
}

.join_sec5 .join_sec5_row .join_sec5_col4 .join_sec5_line {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 1px;
    height: 70%;
    background: #bfbfbf;
}

.join_sec5 .join_sec5_row .join_sec5_col4 .join_sec5_list {
    margin-bottom: 50px;
}

.join_sec5 .join_sec5_row .join_sec5_col4 .join_sec5_list:last-child {
    margin-bottom: 0;
}

/**join**/

/**brand**/
.brand_sec1 {
    background: #f5f5f5;
}

.brand_sec1_list {
    background: #fff;
    padding: 6% 5%;
    width: 65%;
    margin-top: -12%;
    position: relative;
    z-index: 2;
}

.brand_sec1_list h5 {
    font-size: 50px;
    margin-bottom: 27px;
}

.brand_sec1_txt p {
    font-size: 22px;
    line-height: 35px;
}

.brand_sec1_more {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #b5955a;
    text-align: center;
    margin-top: 50px;
}

.brand_sec1_more:hover {
    background: #b5955a;
}

.brand_sec1_more a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
}

.brand_sec1_more:hover a {
    color: #fff;
}

.brand_sec2 {
    background: #f5f5f5;
    padding: 100px 0 50px;
}

.brand_sec2_list h5 {
    font-size: 30px;
}

.brand_sec2_list1 {
    margin-top: 50px;
}

.brand_sec2_list1 a {
    display: block;
}

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

/*.brand_sec2_list2_img img{
	-webkit-transition: all cubic-bezier(.18,1,.21,1) 1.2s;
    transition: all cubic-bezier(.18,1,.21,1) 1.2s;
}
.brand_sec2_list2_img:hover img{
	-webkit-transform:scale(1.05);
   	-moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}*/
.brand_sec2_list2_txt h5 {
    font-size: 30px;
    margin: 25px 0;
}

.brand_sec2_list2_txt p {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-top: 30px;
}

.brand_sec2_list2_more {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #b5955a;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 35px;
    color: #333;
}

.brand_sec2_list2_more:hover {
    background: #b5955a;
    color: #fff;
}

.brand_sec3 {
    background: #f5f5f5;
    padding: 100px 0 0;
}

.brand_sec3_list {
    background: #231f20;
    padding: 100px 0;
}

.brand_sec3_left {
    width: 50%;
    position: relative;
}

.brand_sec3_left1 {
    position: absolute;
    left: 0;
    top: 50%;
    padding-right: 30%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.brand_sec3_left1 h6 {
    font-size: 14px;
    color: #b5955a;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.brand_sec3_left1 h2 {
    color: #eae6dc;
    font-size: 44px;
    line-height: 60px;
}

.brand_sec3_left1 h2 i {
    color: #b5955a;
}

.brand_sec3_left1 p {
    font-size: 18px;
    line-height: 30px;
    color: #eae6dc;
    margin-top: 25px;
}

.brand_sec3_left1_more {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #b5955a;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 35px;
    color: #eae6dc;
}

.brand_sec3_left1_more:hover {
    background: #b5955a;
    color: #eae6dc;
}

.brand_sec3_right {
    width: 50%;
}

.brand_sec4 {
    background: #f5f5f5;
    padding: 100px 0;
}

.brand_sec4_list {
    position: relative;
}

.brand_sec4_list_left {
    width: 66%;
}

.brand_sec4_list_bg {
    position: absolute;
    background: #fff;
    width: 45%;
    padding: 5% 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.brand_sec4_list_bg h2 {
    color: #333333;
}

.brand_sec4_list_bg h6 {
    font-size: 14px;
    color: #b5955a;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.brand_sec4_list_bgbrand_sec4_list_bg h2 {
    color: #eae6dc;
    font-size: 44px;
    line-height: 60px;
}

.brand_sec4_list_bg h2 i {
    color: #b5955a;
}

.brand_sec4_list_bg p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-top: 25px;
}

.brand_sec4_list_bg_more {
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #b5955a;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 35px;
    color: #333;
}

.brand_sec4_list_bg_more:hover {
    background: #b5955a;
    color: #fff;
}

.brand_sec5 {
    background: #fff;
    padding: 60px 0;
    text-align: center;
}

.brand_sec5_progress {
    position: relative;
}

.brand_sec5_progress span {
    position: absolute;
    width: 1px;
    bottom: -32px;
    left: 50%;
    height: 30px;
    background: #dad5d5;
}

.brand_sec5 h6 {
    font-size: 14px;
    color: #b5955a;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.brand_sec5 h2 {
    color: #333;
    font-size: 34px;
    line-height: 40px;
}

.brand_sec5 p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 30px;

}

.brand_sec5_more {
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #b5955a;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 35px;
    color: #333;
    margin: 50px auto 0;
}

.brand_sec5_more a {
    width: 100%;
    height: 100%;
}

.brand_sec5_more a span {
    vertical-align: middle;
    margin-right: 10px;
}

.brand_sec5_more a img {
    vertical-align: middle;
}

.brand_sec5_more:hover {
    background: #b5955a;
    color: #fff;
}

.brand_sec7 {
    background: #f5f5f5;
    padding: 100px 0;
}

.brand_sec7_list h5 {
    font-size: 30px;
    margin-bottom: 20px;
}

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

/*.brand_sec7_list1 img{
	-webkit-transition: all cubic-bezier(.18,1,.21,1) 1.2s;
    transition: all cubic-bezier(.18,1,.21,1) 1.2s;
}
.brand_sec7_list1:hover img{
	-webkit-transform:scale(1.05);
   	-moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}*/
.brand_sec7_bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.brand_sec7_bg1 h5 {
    color: #444;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
}

.brand_sec7_bg1 p {
    font-size: 16px;
    color: #444;
    line-height: 1.2;
}

.brand_sec7_list2 {
    padding: 70px;
    background: #fff;
	border:1px solid #ccc;
}

.brand_sec7_list2:hover {
    background: #ccc;
}

.brand_sec7_list2_row2 {
    margin-top: 20px;
}

.brand_sec7_list2 h6 {
    font-size: 16px;
    color: #777;
    text-align: center;
    line-height: 36px;
}

.brand_sec7_list2 h4 {
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 36px;
    min-height: 80px;
}

.brand_sec7_list2:hover h6 {
    color: #fff;
}

.brand_sec7_list2:hover h4 {
    color: #fff;
}

/**brand**/

/* product */
.produceContent {
    padding-top: 110px;
}

.produceNavImg {
    width: 100vw;
}

.produceNav {
    text-align: center;
    font-size: 24px;
    color: #1a1a1b;
    font-family: PingFang-SC-Regular;
    font-weight: normal;
    font-stretch: normal;
}

.produceNav div:nth-child(1) {
    font-size: 44px;
    color: #000000;
    font-family: PingFang-SC-Medium;
}

.produceNav div:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 87px;
}

.produceNav div:nth-child(4) {
    margin-bottom: 81px;
    margin-top: 18px;
}

.produceLi {
    display: flex;
    font-weight: normal;
    font-stretch: normal;
    font-family: MicrosoftYaHei;
    align-content: center;

}

.produceDiv {
    width: 49%;
    text-align: left;
    margin-top: 100px;
    margin-left: 12%;
}

.produceDiv div:nth-child(1) {
    font-family: CenturyGothic;
    font-size: 120px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 53px;
}

.produceDiv div:nth-child(2) {
    font-size: 36px;
    color: #000000;
    margin-bottom: 24px;
}

.produceDiv div:nth-child(3) {
    font-size: 24px;
    color: #333333;
    margin-bottom: 79px;
}

.produceDiv div:nth-child(4) {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
}

.produceLi img {
    width: 51%;
    height: 898px;
}

.detailContent {

}

.detailLine {
    width: 100vw;
    margin-top: 100px;
}

.detailLine a {
    font-size: 16px;
    color: #333333;
}

.detailLine img {
    margin-right: 10px;
}

.clearFloat {
    content: "";
    display: block;
    clear: both;
}

.detailLine img {
    width: 6%;
    margin-left: 5%;
    margin-bottom: 30px;
    margin-top: 20px;
}

.detailNav {
    /*display: flex;*/

}

.detailLine a {
    display: block;
}

.detailLeft {
    width: 50%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
}

.detailRight {
    font-weight: normal;
    font-stretch: normal;
    color: #000000;
    letter-spacing: 0px;
    width: 37%;
    padding-top: 52px;
    padding-left: 0px;
    padding-right: 54px;
    float: left;
    height: 100%;
}

.detailRight > div:nth-child(1) {
    width: 25px;
    height: 2px;
    background-color: #000000;
}

.detailRight > div:nth-child(2) {
    font-size: 44px;
    margin-top: 29px;
    margin-bottom: 16px;
}

.detailRight > div:nth-child(3) {
    font-size: 18px;
    margin-bottom: 34px;
}

.detailRight > div:nth-child(4) {
    font-size: 14px;
    color: #666666;
    border-bottom: 1px solid #e5e1df;
    border-top: 1px solid #a4acad;
    padding: 24px 0;
}

.detailRight > div:nth-child(5) {
    font-size: 15px;
    color: #666666;
    margin-top: 26px;
    margin-bottom: 40px;
}

.detailRight > div:nth-child(6){
	zoom: 1;
	height:150px;
	border-bottom: 1px solid #a4acad;
}

.item  {
    font-size: 14px;
    line-height: .4rem;
    height: 2.2rem;
    color: #666;
    margin-bottom: .2rem;
    box-sizing: border-box;
    /* word-break: break-all; */
    float: left;
    width: 50%;
    white-space: nowrap;
}



.detailProduce {
    /*display: flex;
	align-content: center;*/
    font-family: MicrosoftYaHei;
    font-size: 14px !important;
    color: #666666 !important;
    width: 100%;
    margin-top: 20px;
}

.detailProduce div > img {
    width: 80%;
    margin-bottom: 14px;
}

.detailProduce > img {
    width: 3%;
    height: 3%;
    margin: 0 10%;
    margin-top: 12%;
}

.detailProduce > div {
    width: calc(25% - 10px);
    float: left;
    text-align: center;
}

.detailProduce div:nth-child(n+2) {
    /* margin-left: 10px; */
}

.detailProduce > div:nth-child(4n+1) {
    margin-left: 0;
}

.detailBtnRight {
    width: 100%;
    height: 38px;
    background-color: #000000;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    margin-top: 15px;
}

.detailBtnRight > p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fcfcfc;
}

.detailBtnRight > div {
    width: 5%;
}

.detailBtnRight > img {
    width: 5%;
}

.detailRecommend {
    margin: 47px 153px;
    margin-bottom: 90px;

}

.detailRecommend > div:nth-child(1) {
    font-size: 24px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 38px;
}

.detailRecommend > div:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

.detailRecommend > div:nth-child(2) p {
    font-size: 24px;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 32px;
}

.detailRecommend > div:nth-child(2) > div:nth-child(2) {
    margin: 0 11px;
}

.detailRecommend > div:nth-child(2) > div {
    width: 33%;

}

.detailRecommend > div:nth-child(2) img {
    width: 100%;
}

/* product */

/**news**/

.header_banner {
    width: 100%;
    margin: 96px 0 0 0;
    height: 75vh;
}

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

.center_title_bigFont {
    font-size: 44px;
    text-transform: uppercase;
}

.center_title_smallFont {
    font-size: 24px;
	line-height:60px;
    text-align: center;
}

.news_select_box {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}

.news_select_box_li {
    width: 289px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #b2b2b2;
    margin: 0 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.news_select_on {
    background: #000;
    color: #fff;
}

.news_center_layout_box {
    width: 100%;
    margin: 10px 0 90px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.news_center_layout_li {
    width: 483px;
    /*height: 500px;*/
    margin: 60px 43px 0 43px;
    cursor: pointer;
    /* background: #ccc */
}

.news_center_layout_li a {
    display: block;
    position: relative;
}

/*.news_center_layout_li_bg{
    width: 100%;
    height: 422px;
	position: absolute;
	top: 0;
	left: 0;

    display: flex;
    justify-content: center;
    align-items: flex-end;
}*/
.news_center_layout_li_content {
    width: 402px;
    height: 120px;
    background:rgba(255,255,255,0.9);
    text-align: center;
    font-size: 13px;
    box-sizing: border-box;
    padding: 35px 40px 0 40px;

    z-index: 4;
    position: absolute;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news_center_layout_li_content_text {
    width: 100%;
    font-size: 18px;
    /*margin: 18px;*/
}

.ews_center_layout_li_button {
    width: 122px;
    height: 45px;
    border: solid 1px #000000;
    margin: 25px auto 0 auto;
    text-align: center;
    line-height: 43px;
    box-sizing: border-box;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}

.ews_center_layout_li_button img {
    margin: 0 0 0 8px;
    position: relative;
    top: -1px;
}

.event_news {
    width: 100%;
    /* display: flex; */
    box-sizing: border-box;
    padding: 0 150px;
    margin: 0 0 60px 0;
}

.event_news_li {
    width: 100%;
    /*height: 556px;*/
    padding: 90px 0 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #b5b5b5;
    /* flex-wrap: wrap */
}

.event_news_li a {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.event_news .event_news_li:last-child {
    border-bottom: none;
}

.event_news_li_img {
    width: 600px !important;
    /*height: 456px; */
}

.event_news_li_content {
    width: 878px;
    box-sizing: border-box;
    padding: 0 84px 0 48px;

}

.event_news_li_content_date {
    font-size: 18px;
}

.event_news_li_content_title {
    font-size: 28px;
    color: #333333;
    line-height: 30px;
    margin: 53px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.event_news_li_content_content {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin: 38px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.event_news_li_content_btn {
    width: 122px;
    height: 45px;
    background-color: #fed017;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px 0 0 0;
    color: #fff
}

.event_news_li_content_btn img {
    position: relative;
    top: -1px;
    margin: 0 0 0 5px;
}

.news_details_container {
    width: 1200px;
    box-sizing: border-box;
    padding: 90px 0;
    margin: auto;
}

.news_back {
    width: 289px;
    height: 50px;
    background-color: #000000;
    border: solid 1px #b2b2b2;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 83px auto 90px auto
}

.news_back:hover {
    color: #fff;
}

/**news**/

/**design**/
.design_sec1_title {
    padding-top: 90px;
}

.design_sec1_left {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0 15px 0 0;
    font-weight: bold;
}

.design_sec1_right {
    display: inline-block;
    width: 80%;
}

.design_content {
    width: 100%;
    margin: 0 auto 150px auto !important;
    padding: 28px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    /* display: inline-block; */
}

.design_content_li {
    width: 24%;
    height: auto;
    float: left;
    background: #ccc;
    margin: .5%;
    padding-bottom: 24%;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc
}

.design_content_li_content {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: 0.3s ease all;
    font-size: 15px;
    box-sizing: border-box;
    padding: 18px;
}

.design_content_li_content .design_content_li_content1 {
    font-size: 15px;
    text-transform: uppercase;
    color: #0a0a0;
}

.design_content_li_content .design_content_li_content2 {
    color: #919297;
    font-size: 15px;
    margin-top: 5px;
}

.design_content_li_content .design_content_li_content2 span {
    color: #0A0A0A;
    padding: 2px 0;
    border-bottom: 1px solid #0a0a0a;
}

.design_content_li_content .design_content_li_content2 span:hover {
    border-bottom: none;
}

.design_content_li:hover .design_content_li_content {
    opacity: 1;
}

/* 详情 */


			.news_det{
				width: 70%;
				overflow: hidden;
				margin: 120px auto;
			}

	

			.left_l{
				width: 9%;
				float: left;
				background-color: #e5e5e5;
				padding: 16px;
			}
			.left_l h3{
				font-size: 25px;
				color: #000;
				font-weight: 600;
				margin-bottom: 5px;
			}
			.left_l p{
				font: 14px;
				line-height: 25px;
			}
	
			.left_r{
				width: 91%;
				float: right;
				text-align: center;
				
				
			}
			.zxslh{
				margin-top: 20px;
				
			}
			.title_text{
				margin-top: 10px;
			}
			.left_r img{
				width:800px;
			}
			
			.left_r iframe{
				width:80%;
				height:600px;
				
			}
			
			
			.content{
				border-left: 1px solid #ccc;
				padding: 0 35px;
				text-align: left
			}
			.r_content h4{
				font-size: 22px;
				color: #333;
				text-align:center;
				margin-bottom: 30px;
			}

			
			.r_content p{
				font-size: 14px;
				color: #666;
				line-height: 25px;
				margin-bottom: 20px;
				margin-top: 20px;
			}

			.f{
				width: 250px;
				height: 50px;
				line-height: 50px;
				letter-spacing: 30px;
				background-color: #000;
				color: #fff;
				font-size: 15px;
				/* text-align: center; */
				margin: 0 auto;
				padding-left: 30px;
				margin-top: 60px;
			}
			.f:hover{
				color: #000;
				background-color: #fff;
				border: 1px solid #000;
			}
			.news_det_right>h3{
               font-size: 20px;
			   color: #000;
			   padding-bottom: 22px;
			   border-bottom: 1px solid #ccc;
			}
			.news_det_right>img{
				margin-top: 22px;
			}

			.title_text{
				font-size: 14px;
				color: #666;
			}
			.news_det_right>h4{
               font-size: 16px;
			   color: #333;
			   margin: 20px 0 16px;
			  
			}
	
		
			.banner_img1{
				width: 100%;
			}
			.news_det_right_l img{
				width: 100%;
			}
			.zxslh{
				text-overflow: -o-ellipsis-lastline;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}
			.zxsyh{
				text-overflow: -o-ellipsis-lastline;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}


.design_type {
    width: 100%;
    margin-top: 160px;
    display: flex;
    justify-content: space-between;
}

.design_type_left {
    width: 48%;
    float: left
}

.design_type_left_img {
    width: 100%;
    height: auto;
}

.design_type_right {
    width: 48%;
    float: right;
    box-sizing: border-box;
    padding: 0 48px 0 0;
    /* display: flex; */
}

.design_type_right_logoBox {
    width: 45%;
}

.design_type_right_logo {
    max-width: 80%;
    height: auto;
}

.design_type_right_top {
    width: 100%;
    display: flex;
    margin: 5.33rem 0 0 0;
    justify-content: space-between
}

.design_type_right_other {
    width: 45%;
}

.design_type_other_ul {
    width: 100%;
}

.design_type_other_li {
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    color: #6F6F75;
    margin-top: .75rem;
    letter-spacing: 1.5px;
}

.design_type_other_ul .design_type_other_li:first-child {
    margin-top: 0;
}

.design_type_right_center {
    width: 100%;
    margin: 6.33rem 0 0 0;
    font-size: 18px;
    letter-spacing: 1.5px;
    max-width: 64rem;
    color: #0a0a0a;
}

.design_type_right_bottom {
    width: 100%;
    margin: 1rem 0 0 0;
    color: #6F6F75;
    font-size: 16px;
    max-width: 64rem;
}

.design_container_title {
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 24px;
    text-align: center;
    margin: 13.333rem 0 0 0;
}

.design_container_title .item-count {
    font-size: 0.666rem;
    color: #0a0a0a;
    letter-spacing: .1rem;
    position: relative;
    top: -10px;
}

.design_details_bottom {
    width: 100%;
    background: rgb(252, 246, 238);
    display: flex;
    justify-content: space-between;
}

.design_details_bottom_prev {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    padding: 4.8rem;
}

.design_details_bottom_next {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    padding: 4.8rem;
}

.design_details_bottom_prev .design_details_bottom_textBox {
    text-align: right
}

.design_details_bottom_imgBox {
    height: 100%;
}

.design_details_bottom_prev .design_details_bottom_imgBox {
    left: 0;
    top: 0;
}

.design_details_bottom_next .design_details_bottom_textBox {
    text-align: left
}

.design_details_bottom_next .design_details_bottom_imgBox {
    right: 0;
    top: 0;
}

.design_details_bottom_imgBox img {
    height: 100%;
}

.design_details_bottom_imgBox {
    position: absolute;
}

.design_details_bottom_textBox {
    font-size: 18px;
}

/**design**/

/*用户体验*/
.ser_nr {
    margin-bottom: 100px;
    margin-top: 20px;
}

.ser_text {
    padding: 20px 20px;

}

.ser_text h2 {
    margin-bottom: 40px;

}

.ser_text h4 {
    color: #666;
    margin-bottom: 20px;
    line-height: 35px;

}

.ser_text p {
    color: #666;
    line-height: 25px;
    margin: 20px 0;

}

.lz h5 {
    color: #999;
    line-height: 25px;
    display: inline-block;
    margin: 0;
}

.lz_line {
    width: 30px;
    height: 2px;
    background: #999;
    display: inline-block;
}

.ser_more {

}

.ser_more p a {
    color: #000;
    font-family: arial;
}

.ser_more p a:hover {
    color: #e50011;
    font-family: arial;
    webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.ser_more p a:hover i {
    padding-left: 10px;
    webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.ser_more p i {
    padding-left: 5px;
}

.ser_v {
    width: 200px;
    margin-top: 50px;

}

.ropez_a p {
    font-size: 14px;
    color: #666;
    margin: 10px 0 10px 0;
}

.ropez_a select {
    position: relative;
    border: 1px solid #666;
    color: #a2a2a2;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    outline: none;
    background: transparent;
}

.ser_nr1 {
    padding: 100px 0;
    background: #f9f4f1;
}

/*7.26*/
.map_top {
    margin-top: 76px;
}

.anchorBL {
    display: none;
}

.ser_text1 {
    width: 25%;
    float: left;
}

.ser_map {
    width: 75%;
    float: left;
}

.hunt_input {
    position: relative;
    width: calc(100% - 64px);
    float: left;
}

.hunt_input input {
    border: 1px solid #cecece;
    background-color: #fff;
    height: 40px;
    line-height: 38px;
    padding: 0px 10px;
    width: 100%;

}

.hunt_input span {
    width: 19px;
    height: 19px;
    display: inline-block;
    position: absolute;
    background: url("../images/xiu1.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 10px;
}

.hunt_right {
    float: left;
    border: 1px solid #cecece;
    margin-left: 20px;
    width: 42px;
    height: 40px;
    padding: 0px 5px;

}

.hunt_right img {
    width: 30px;
    margin-top: 5px;

}

.blueberries {
    width: 49%;
    float: left;
    margin-right: 1%;

}

.blueberries1 {
    width: 49%;
    float: left;
    margin-left: 1%;

}

.sc_zhao_tit1 {
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 50px;
}

.sc_zhao_tit1 button {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #818181;
    color: #818181;
    background: transparent;
    outline: none;
    cursor: pointer;
    transition: color .25s, background .25s;
}

.ac_active1 button:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 3px;
    width: 13px;
    height: 1px;
    background: #000;
}

.sc_zhao_list_add {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin-top: 15px;
    padding: 30px 0;
    padding-top: 15px;
}

.sc_zhao_hi1 p {
    margin: 0px auto;
}

.sc_zhao_list1 {
    border-top: none;
}

.sc_zhao_hi1 {
    /*border-top: 1px solid #e5e5e5;*/
    padding: 15px 0;
    padding-left: 50px;
    display: none;
    padding-top: 0;
}

.sc_zhao_hi1 a {
    background: #000000;
    color: #FFFFff;
    display: inline-block;
    padding: 0px 6px;
    line-height: 26px;
    margin-top: 6px;
}

.screening i {
    font-size: 30px;
    vertical-align: -3px;
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.screening {
    cursor: pointer;
}

.screening1 i {
    vertical-align: -7px;
    -webkit-transform: rotate(180deg); /*Safari 4+,Google Chrome 1+ */
    -moz-transform: rotate(180deg); /*Firefox 3.5+*/
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /*ie*/
}

.economic {
    margin-top: 30px;
}

.ser_nr_add {
    margin-bottom: 0;
}

.ab_nr_text h3 {
    letter-spacing: 3px;
    margin-bottom: 20px;
    margin-top: 0;
}

.ab_nr_text a {
    color: #FFFFff;
    font-family: arial;
    font-size: 18px;
}

/*用户体验*/

/**contact**/

.contact_sec1 {
    padding: 100px 0 100px;
}

.contact_sec1_title img {
    width: 100px;
    vertical-align: middle;
}

.contact_sec1_title span {
    font-size: 50px;
    vertical-align: middle;
    margin-left: 50px;
}

.contact_sec1_left {
    width: 85%;
}

	.contact_sec1_left ul li {  width: 22%;  height: 300px;  float: left;  margin: 0 1%;  margin-bottom:10px; background:#989698; }
	.contact_sec1_left ul li>img {width:100%;  padding:10px 25%; margin-top:20px;}	
	.contact_sec1_left ul li h5{  font-size: 17px; text-align: center;  margin-top: 20px;  color: #fff; }
	.contact_sec1_left ul li p{	font-size: 14px; text-align: center;  margin-top: 20px;  color: #fff; }
	


.contact_sec1_txt {
    margin-top: 75px;
}



.contact_sec1_left ul li p span {
    display: block;
}

.contact_sec1_right {
    width: 15%;
}

.contact_sec1_right h4 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.contact_sec1_right a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #000000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}


	/* 留言表单style */
	.contact_sec3 { margin: 0 auto;  margin-bottom: 115px;  overflow: hidden;}
	.title2 { text-align:center;   padding-top: 70px;}
	.title2 h1 {  font-size: 36px;  font-weight: bold; color:#000; line-height:36px;}
	.title2 h2 {font-size: 25px; color: #000; font-family: "方正晶黑"; line-height:60px;}
	  .title2 h3 { }
      .title2 h3 img { }
	.title2 p  {font-size: 20px;  color: #777776; margin-top: 10px; text-align: center; letter-spacing: 10px;}
	.sec3_con {  width: 60%; margin: 0 auto; overflow: hidden;  margin-top: 85px;}
	.sec3_con li {  width: 100%;  height: 57px;  float: left;  margin-bottom: 30px;}
	.sec3_con li input {  width: 100%;  height: 57px;  border-radius: 30px;  background: #ededed; padding-left: 20px; font-size: 14px; color: #b4b4b4;  font-family: "微软雅黑";}	
	.sec3_con li textarea { width: 100%; height: 240px;  border-radius: 20px;  background: #ededed;  border: none; padding-top: 20px; padding-left: 20px; font-family: "微软雅黑"; font-size: 14px; color: #b4b4b4;}
	.sec3_btn {width: 418px; height: 59px; margin: 0 auto;  line-height: 59px;  background: #7b7a7b;  border-radius: 30px; color: #fff;  margin-top: 20px; cursor: pointer;  font-size: 16px;}
	/* 留言表单style */



/**contact**/

/**case**/
.case_sec1 {
    padding: 60px 0;
}

/**case**/

/* free.html */
.free_list {
    background-color: #e5e5e5;
    padding: 3%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.free_listLeft {
    width: 200px;
    font-size: 60px;
    color: #333333;
    font-weight: bold;
    line-height: 1.1;
}

.free_listRight {
    width: calc(100% - 200px);
    display: flex;
    justify-content: space-between;
}

.free_listRight li {
    width: 13%;
}

.free_listRight p {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 6%;
}

/* 2018-12-29 */
.customFilter_lis {
    display: flex;
    border-bottom: 1px dotted #eaeaea;
}

.customFilter_lis:last-child {
    border-bottom: none;
}

.customFilter_lis_r {
    flex: 1;
    overflow: hidden;
    padding-left: 30px;
}

.customFilter_lis_r a {
    display: inline-block;
    /*min-width: 90px;*/
    height: 40px;
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    margin-right: 5%;
}

.customFilter_lis_r a:hover {
    color: #b4945b;
}

.customFilter_lis_r:after {
    content: "";
    display: table;
    clear: both;
}

.customFilter_lis_l {
    font-size: 16px;
    color: #000;
	font-weight: bold;
    line-height: 40px;
    min-height: 40px;
    width: 77px;
    text-align: center;
    background-color: #f8f8f8;
    border-right: 1px solid #eaeaea;
}

.customFilter_lis_l.tuijian {
    position: relative;
}

.customFilter_lis_l.tuijian::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/tuijian.png) center/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.customFilter_lis_r a.active {
    color: #666;
    font-weight: bold;
}

.custom_filter.hot {
    background: #f8f8f8;
}

.custom_filter.hot .customFilter_lis_l {
    color: #000000;
    cursor: pointer;
}

.custom_filter.hot .customFilter_lis_l.active {
    color: #b4945b;
    font-weight: bold;
}

.custom_filter.hot .customFilter_lis_l:hover {
    color: #b4945b;
}

.customSearchBox {
    display: flex;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-flex-flow: row wrap;
    box-orient: horizontal;
    box-lines: multiple;
    flex-flow: row wrap;
    margin-right: -10px; /* overflow: hidden; */
}

.customSearchSec1 {
    display: flex;
    padding-right: 10px;
    margin: 0 0 10px;
}

.customSearchSec2 {
    display: flex;
    flex: 1;
    min-width: 240px;
    padding-right: 10px;
    overflow: hidden;
    margin: 0 0 10px;
}

.customSearchSec2 select {
    flex: 1;
    background: transparent;
    font-size: 14px;
    line-height: 22px;
    height: 35px;
    padding: 5px 8px;
    border: solid 1px #ccc;
    color: #666;
}

.customSearchSec2 input {
    flex: 1;
    background: transparent;
    font-size: 14px;
    line-height: 22px;
    height: 35px;
    padding: 5px 8px;
    border: solid 1px #ccc;
    color: #666; /* min-width: 240px; */
}

.custom_search {
    padding: 40px 0;
}

.custom_filter {
    margin: 0 0 20px;
    border: 1px solid #e8e8e8;
}

.customSearchSort * {
    vertical-align: middle;
}

.customSearchSort {
    font-size: 14px;
    line-height: 24px;
    margin-right: 10px;
    color: #888;
    cursor: pointer;
}

.customSearchSort i {
    display: inline-block;
    position: relative;
    margin-left: 5px;
}

.customSearchSort i:before, .customSearchSort i:after {
    content: "";
    display: block;
    border: solid;
    border-color: #000 transparent;
}

.customSearchSort i:before {
    margin: 0 0 1px;
    border-width: 0px 4px 4px 4px;
}

.customSearchSort i:after {
    border-width: 4px 4px 0px 4px;
}

.customSearchSort.up i:after {
    border-color: #bbb transparent;
}

.customSearchSort.down i:before {
    border-color: #bbb transparent;
}

.customSearchSort.up, .customSearchSort.down {
    color: #666;
}

.cunstonSearch_btn {
    background: #000;
    display: flex;
    align-items: center;
    min-width: 50px;
    vertical-align: middle;
    padding: 0 10px;
    padding-right: 12px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
}

.custonItemImg {
    padding-top: 75%;
    background-size: cover;
    background-position: center;
}

.custonItemImg2 {
    padding-top: 75%;
	 background-size: contain;
	 background-repeat: no-repeat; 
    background-position: center;
}

.custonItem { /* background: #fff; */ /* box-shadow: 0 2px 5px #000; */
    margin: 0 0 40px;
}

.custonItemTxt {
    background: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
    padding-right: 110px;
    position: relative;
}

.custonItemTxt h2 {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custonItemTxt h5 {
    font-size: 14px;
    line-height: 20px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
}

.custonItemAb {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: -40px;
}

.custonItemAvatar {
    width: 80px;
    height: 80px;
}

.custonItemAb h6 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.custonItemAb h6 span {
    vertical-align: middle;
}

.custonItemAb h6 {
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 20px;
    color: #b77f36;
    text-align: center;
}

.customBox {
    padding-bottom: 20px;
}

.freeSec1 h2 {
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 26px;
    color: #000;
}

.freeSec1 p {
    font-size: 14px;
    line-height: 22px;
    color: #888;
}

.freeSec1 {
    margin: 0 0 20px;
}

.freeTab {
    display: flex;
}

.freeTab a {
    flex: 1;
    text-align: center;
    display: block;
    background: #eeeeee;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
}

.freeTab a.active {
    background: #dedad7;
}

.freeMain {
    padding: 0 0 30px;
}

.freeContainer {
    padding: 30px 30px 10px;
    background: #fff;
}

.freeInput {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    position: relative;
}

.freeInput > input {
    flex: 1;
}

.freeTable {
    padding-right: 0;
}

.freeInput > input[type='text'] {
    padding: 0 10px;
    font-size: 16px;
    line-height: 54px;
    border: none;
    height: 60px;
    color: #333;
    background-color: #f1f1f1;
}

.freeInput > strong {
    font-size: 16px;
    line-height: 22px;
    margin-right: 5px;
    font-weight: normal;
    color: #666;
}

.freeTable .col-sm-6 .freeInput > strong,
.freeTable .freeInput > strong.in {
    position: absolute;
    top: 16px;
    left: 10px;
}

.freeTable .col-sm-6 .freeInput > input[type='text'] {
    padding-left: 90px;
}

.freeTable > .freeInput > strong {
    width: 112px;
}

.freeInput > strong img {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.freeRadio label {
    display: inline-block;
    margin: 0;
    min-width: 150px;
    font-weight: normal;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    /*min-width: 100px; */
    padding-right: 3%;
}

.freeRadio label * {
    vertical-align: middle;
    margin: 0;
}

.freeRadio label input {
    margin-right: 5px;
}

.freeItem.active {
    display: block;
}

.freeItem {
    display: none;
}

.freeRadio {
    flex: 1;
    position: relative;
    bottom: 3px;
}

.freeFile {
    width: 300px;
}

.freeInput span {
    font-size: 16px;
}

.freeFile input {
    font-size: 14px;
    line-height: 22px;
    border: solid 1px #ddd;
}

.freeSubmit {
    text-align: center;
    margin: 30px 0 0;
}

.freeSubmit a {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 4px 15px;
    min-width: 180px;
}

/* 2018-12-29 */

/* 2019-01-02 */
.index_sec5_btn a {
    display: inline-block;
    float: left;
    margin-right: 10px;
    height: 45px;
    border: 1px solid #000000;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index_sec5_btn a span {
    display: block;
    min-width: 110px;
    height: 100%;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_sec5_btn {
    line-height: 1;
    margin: 15px 0 0;
}

.index_sec5_btn:after {
    content: "";
    display: table;
    clear: both;
}

.index_sec5_btn a:hover {
    background: #b5955a;
    color: #fff;
    border: solid 1px #b5955a;
}

.banner_ab {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.tables {
    display: table;
    width: 100%;
    height: 100%;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.bannerPrice {
    display: inline-block;
    float: right;
    background: #fff;
    padding-bottom: 20px;
    margin-right: 5%;
}

.bannerPrice h2 {
    text-align: center;
    font-size: 20px;
    margin: 0;
    line-height: 30px;
    background: #f1f1f1;
    color: #333;
    padding: 8px 15px;
}

.bannerPrice h3 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #333;
    padding: 10px 15px;
}

.bannerPrice h3 b {
    font-size: 22px;
}

.bannerPriceInput {
    margin: 0 15px 10px;
    border: solid 1px #b4b3b3;
    display: flex;
}

.bannerPriceInput input {
    border: none;
    padding: 0 10px;
    height: 36px;
    flex: 1;
    width: 210px;
    font-size: 14px;
    color: #666;
}

.bannerPriceInput span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    padding: 0 5px;
    min-width: 90px;
    border-right: solid 1px #b4b3b3;
    color: #333;
}

.bannerPriceBtn {
    text-align: center;
    margin: 20px 0 0;
}

.bannerPriceBtn a {
    display: block;
    margin: 0 15px;
    font-size: 24px;
    line-height: 1.4;
    background: #b4945b;
    color: #fff;
    padding: 6px 0;
    border-radius: 4px;
}

.custonItemMore {
    position: absolute;
    right: 15px;
    top: 39px;
}

.custonItemMore a {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #b77f36;
}

.MagicZoomBigImageCont {
    border: 1px solid #91b817;
    overflow: hidden
}

.MagicZoomBigImageCont img {
    width: 1030px;
    height: 773px;
    max-width: none;
}

.MagicZoomBigImageCont iframe {
    width: 300px;
    height: 300px
}

.MagicZoomHeader {
    color: #fff;
    background: #91b817;
    text-align: center !important
}

.MagicZoomPup {
    border: 1px solid #aaa;
    background: #fff;
    cursor: hand;
    left: 0
}

.MagicZoomLoading {
    text-align: center;
    background: #fff;
    color: #444;
    opacity: 0.8;
    padding: 3px 3px 3px 3px !important;
    display: none
}

.MagicZoomLoading img {
    padding-top: 3px !important
}

.MagicThumb {
    outline: none
}

.MagicThumb-zoomed {
    cursor: default
}

.MagicThumb span {
    display: none
}

.MagicThumb-image {
    border: 1px solid #ccc;
    outline: none
}

.MagicThumb-image-zoomed {
    cursor: url(../zoomout.html), pointer
}

.MagicThumb-caption {
    color: #333333;
    background-color: #F0F0F0;
    border: 1px solid #CCC;
    border-top: none;
    font-size: 11px;
    padding: 8px 16px
}

.MagicThumb-controlbar {
    display: block;
    height: 18px
}

.MagicThumb-controlbar a {
    display: block;
    width: 180px;
    height: 180px;
    margin: 0px 1px;
    outline: none;
    float: left;
    overflow: hidden
}

.MagicThumb-controlbar a span {
    display: block;
    width: 1000px;
    height: 1000px;
    outline: none;
    position: absolute;
    left: 0px;
    top: 0px
}

.MagicThumb-loading {
    border: 1px solid #000;
    padding: 2px 2px 2px 22px;
    margin: 0;
    text-decoration: none;
    text-align: left;
    font-size: 8pt;
    font-family: sans-serif;
}

.customdotBack a {
    display: block;
    padding: 10px 30px;
    background: #fbf5ed;
    border-bottom: solid 1px #fff;
    box-shadow: 0 0 6px #949494;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.customdotBack a img {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

.customdotBack a span {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    vertical-align: middle;
    text-transform: uppercase;
}

.customdotBack {
    margin: 0 0 20px;
}

.customdotMain {
    margin: 30px 0 0;
}

.customdotBox {
    display: flex;
    padding-bottom: 60px;
}

.customdotLeft {
    flex: 1;
}

.customdotRight {
    width: 440px;
    display: block;
    padding-left: 30px;
}

.left-pro {
    width: 100%;
    float: none;
    position: relative;
    display: inline-block;
    padding: 0px 0px 108px;
}

.left-pro .t1 {
    width: 100%;
    height: 108px;
    float: none;
    position: absolute;
    left: 0;
    bottom: 0;
}

.left-pro .t2 {
    float: none;
    width: 100%;
    padding: 0;
    display: inline-block;
}

#gotop1, #gobottom1 {
    height: 68px;
    top: 20px;
    line-height: 68px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    background: #000;
    color: #fff;
}

#gotop1 {
    position: absolute;
    left: 0;
}

#gobottom1 {
    position: absolute;
    right: 0;
}

div#showArea {
    height: 80px;
    margin: 14px 25px;
    white-space: nowrap;
    overflow: hidden;
}

div#showArea a {
    display: inline-block;
}

#showArea img {
    cursor: pointer;
    display: block;
    padding: 1px;
    border: 1px solid #ccc;
    height: 80px;
    float: left;
}

.left-pro .t2 img {
    text-indent: 0;
}

.customdotTab {
    margin: 10px 0 0;
}

.customdotTab ul {
    display: flex;
}

.customdotTab ul li {
    flex: 1;
    text-align: center;
}

.customdotTab ul li a {
    font-size: 16px;
    background: #dcdcdc;
    color: #fff;
    line-height: 24px;
    padding: 6px 0;
}

.customdotTab ul li.active a {
    background: #7f7f7f;
}

.customdotCon {
    margin: 30px 0 0;
}

.customdotCon1 {
    display: none;
    background: #FFF;
    padding: 20px;
}

.customdotCon1 img {
    width: 90%;
    max-width: 800px !important;
    margin: auto;
}

.customdotCon1.active {
    display: block;
}

.customdotRight1 {
    background: #fff;
    padding: 15px;
}

.customdotRight1_txt h2 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin: 0 0 5px;
}

.customdotRight1_txt p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.customdotRight1_ico ul {
    display: flex;
    margin: 0 -10px;
}

.customdotRight1_ico ul li {
    flex: 1;
    text-align: center;
    padding: 0 10px;
}

.customdotRight1_ico ul li img {
    display: inline-block;
}

.customdotRight1_ico {
    margin: 20px 0 0;
}

.customdotRight1_ico li p {
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0 0;
    color: #333;
}

.customdotRight1_people {
    border: solid 1px #d8d8d8;
    padding: 30px 20px 15px;
    position: relative;
    margin: 35px 0 0;
}

.customdotRight1_people span {
    display: inline-block;
    position: absolute;
    top: -15px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 14px;
    color: #fff;
}

.customdotRight1_people p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.customdotRight1_people p b {
    font-size: 120%;
}

.customdotRight1_yuyue {
    background: #f4f4f4;
    margin: 30px 0 0;
    border-top: solid 1px #242424;
    padding: 15px 20px;
}

.customdotRight1_yuyue h2 {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    margin: 0 0 5px;
}

.customdotRight1_form {
    background: #fff;
    padding: 20px;
}

.customdotRight1_form input {
    width: 100%;
    border: solid 1px #aaa;
    margin: 0 0 20px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    height: 40px;
}

.customdotRight1_form_row:after {
    content: "";
    display: table;
    clear: both;
}

.customdotRight1_form_row {
    margin: 0 -10px;
}

.customdotRight1_form_harf {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.customdotRight1_form select {
    width: 100%;
    border: solid 1px #aaa;
    margin: 0 0 20px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    height: 40px;
}

.customdotRight1_form_btn a {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    background: #b4945b;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;
    text-align: center;
}

.customdotRight2 {
    margin: 30px 10px 0;
}

.customdotRight2 h2 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 26px;
    color: #333;
    text-align: center;
}

.customdotRight2_lis img {
    padding: 10px;
    background: #fff;
}

.customdotRight2_lis {
    text-align: center;
    margin: 0 0 15px;
}

.customdotRight2_lis p {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0 0;
    color: #333;
}

.joinFix {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.joinFixBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.joinFixInner {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 5px 40px 40px;
}

.joinFixInner h2 {
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    margin: 30px 0 10px;
}

.joinFixClose {
    position: absolute;
    width: 34px;
    height: 34px;
    background: #b4945b;
    right: 0;
    top: -40px;
}

.joinFixClose:before, .joinFixClose:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 38px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -19px;
}

.joinFixClose:before {
    transform: rotate(45deg);
}

.joinFixClose:after {
    transform: rotate(-45deg);
}

.joinFixBorder {
    border: solid 1px #cfcfcf;
    padding: 10px;
}

.joinFixTable1 .joinFixBorder {
    border-top: none;
}

.joinFixTable1 .joinFixBorder:first-child {
    border-top: solid 1px #cfcfcf;
}

.joinFixLis label {
    margin: 0;
    font-weight: normal;
}

.joinFixLis input {
    margin: 0;
    vertical-align: middle;
}

.joinFixLis span {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
}

.joinFixLis select {
    vertical-align: middle;
    border: none;
    flex: 1;
    font-size: 14px;
    height: 22px;
    padding: 0;
    color: #666;
}

.joinFixLis input[type='text'] {
    border: none;
    flex: 1;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    color: #666;
}

.joinFixLis {
    display: flex;
    align-items: center;
}

.joinFixTable2 .joinFixBorder {
    margin: 0 0 15px;
}

.joinFixInner h3 {
    font-size: 14px;
    line-height: 22px;
    color: #888;
    margin: 0 0 5px;
}

.joinFixSubmit button {
    display: block;
	width:100%;
    text-align: center;
    background: #b4945b;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0;
    border-radius: 2px;
}

.joinFixSubmit {
    margin: 10px 0 0;
}

.joinLast {
    text-align: center;
    padding: 15px 0;
    background: #b4945b;
}

.joinLast a {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    border: solid 1px #fff;
    color: #fff;
    padding: 8px 15px;
    min-width: 180px;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.joinLast a:hover {
    background: #fff;
    color: #b4945b;
}

/* 2019-01-02 */

/*预约*/
.right_box {
    position: fixed;
    top: 40%;
    right: 10px;
    border: 1px solid #333333;
    background-color: #ffffff;
    z-index: 99;
    display: none;
}

.right_box li {
    width: 75px;
    height: 75px;
    cursor: pointer;
    border-bottom: 1px solid #333333;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.right_box li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.right_box li:last-child {
    border-bottom: none;
}

.right_box li > p {
    margin-top: 6px;
}

.right_box_form {
    display: none;
    padding: 30px;
    width: 300px;
    border: 1px solid #dedede;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(calc(-100% - 12px));
    -ms-transform: translateX(calc(-100% - 12px));
    -o-transform: translateX(calc(-100% - 12px));
    transform: translateX(calc(-100% - 12px));
    background-color: #ffffff;
}

.right_box_form::after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    right: -11px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #333333;
    border-bottom: 10px solid transparent;
}

.right_box_form h5 {
    font-size: 20px;
    color: #333333;
}

.right_box_form h5 span {
    font-size: 28px;
    font-weight: bold;
}

.right_box_form h6 {
    font-size: 16px;
    color: #333333;
}

.right_box_form h6 span {
    font-size: 22px;
    font-weight: bold;
}

.right_box_form input[type=text] {
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 38px;
    text-indent: 4px;
    margin-top: 10px;
}

.right_box_form input[type=text]::placeholder {
    color: #333333;
}

.right_box_form select {
    width: 48%;
    height: 38px;
    font-size: 14px;
    color: #333333;
    line-height: 38px;
    margin-top: 10px;
}

.right_box_form p {
    font-size: 12px;
    color: red;
    margin-top: 10px;
}

.right_box_form input[type=button] {
    width: 100%;
    height: 40px;
    background-color: #333333;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
}

.fly_box_left {
    position: fixed;
    left: -10px;
    bottom: 10px;
    width: 170px;
    z-index: 99;
    display: none;
}

.fly_box {
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 90px;
    display: none;

    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.fly_box.on {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
}

.fly_box .container1 {
    position: relative;
}

/*
.fly_box_left {
    height: 200px;
    float: left;
    margin-top: -80px;
    margin-right: -20px;
}*/

.fly_box_text {
    float: left;
    width: 50%;
    margin-left: 20px;
    padding-top: 21px;
    position: relative;
}

.fly_box_btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.fly_box_text select {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
    outline: none;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
}

.fly_box_text input {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
    outline: none;
    background-color: #fff;
    border-radius: 3px;
}

.fly_box_text input[type="button"] {
    background: #c8a559;
    color: #fff;
}

.foot_show {
    position: fixed;

    bottom: 10px;
    cursor: pointer;
    z-index: 1111;
    left: -150px;
}

.free_o {
    margin-left: 2%;
    padding-top: 14px;
    color: #ffffff;
    float: left;
}

.free2 {
    font-size: 16px;
}

.free2 span {
    color: #c8a559;
    font-size: 20px;
}

.free1 img {
    margin-right: 10px;
}

.free1 {
    font-size: 30px;
    margin-bottom: 5px;
}

.philo_one {
    margin-top: 60px;
}

.fly_box_img {
    float: left;
    width: 220px;
    height: 90px;
    position: relative;
}

.fly_box_img img {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.fly_box_btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.fly_box_text {
    float: left;
    width: 50%;
    margin-left: 20px;
    padding-top: 21px;
    position: relative;
}

.fly_box .container {
    position: relative;
}

/* 预约 */

@media (max-width: 1820px) {

}

@media (max-width: 1740px) {
    .index_sec2 {
        height: 730px;
    }
}

@media (max-width: 1660px) {
    .index_sec2 {
        height: 690px;
    }
}

@media (max-width: 1520px) {
    .index_sec2 {
        height: 640px;
    }
}

@media (max-width: 1440px) {
    .index_sec2 {
        height: 600px;
    }

    .free_listRight p {
        font-size: 14px;
    }

    .brand_sec7_list2_row2 .col-md-3 {
        width: 50%;
    }

    .brand_sec7_list2_row2 .col-md-3:nth-child(n+3) {
        margin-top: 20px;
    }

    .free_listLeft {
        width: 140px;
    }

    .free_listRight {
        width: calc(100% - 140px);
    }
}

@media (max-width: 1360px) {
    .index_sec2 {
        height: 570px;
    }
}

@media (max-width: 1280px) {
    .footer_leftTop .contact {
        /*display: none;*/
        margin-left: 8%;
    }

    .bannerPrice {
        margin-right: 3%;
    }

    .index_sec2 {
        height: 810px;
    }
}

@media (max-width: 768px) {
    .row,
    .row > div {
        margin: 0;
        padding: 0;
    }

    .navbar-nav {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        margin: 0px;
        text-transform: uppercase;
        display: block;
        background-color: #ffffff;
    }

    .navbar-nav li {
        text-align: center;
        border-bottom: 1px dotted #e5e5e5;
        line-height: 40px;
    }

    .navbar-nav li a {
        color: #666;
        font-size: 13px;
    }

    .navbar-nav li a:hover {
        color: #cb9b42;
    }

    .headerbg {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 0 3%;
        z-index: 999999;
        background: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .logo_boxlist {
        float: left;
       height:68px;
        margin-top: 12px;
    }

	
    .logo_boxlist a title {display:inline;float:right; font-size:20px; font-weight:bold; line-height:60px; }	
	
    .navbar-toggle {
        margin-top: 10px;
    }

    .navbar-toggle .icon-bar {
        background-color: #000;
    }

    .navbar-collapse {
        border-top: 1px solid #e5e5e5;
    }

    /* 首页 */
    .banner_img video {
        display: none;
    }

    .banner_swiper_txt h6 {
        font-size: 42px;
        line-height: 1.2;
        margin: 10px 0;
    }

    .banner_swiper_txt {
        top: 60%;
    }

    .banner_swiper_hideTxt {
        width: 90%;
    }

    .banner_swiper_txt p {
        letter-spacing: 2px;
    }

    .banner_swiper_pagination {
        bottom: 8% !important;
    }

    .banner_swiper_pagination .swiper-pagination-bullet {
        height: 6px !important;
    }

    .index_sec1 {
        padding: 40px 0;
    }

    .index_sec1_txt h6 {
        font-size: 36px;
    }

    .index_sec1_txt p {
        width: 94%;
        font-size: 14px;
        line-height: 1.6;
    }

    .index_sec2 {
        height: auto;
        background-color: #ffffff;
    }

    .index_sec3_swiper .swiper-pagination-bullet-active {
        background-color: #ffffff;
    }

    .index_sec2_box {
        width: 100%;
        padding: 40px 3% 0px;
        text-align: center;

        /*position: absolute;
		top: 50%;
		left: 3%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);*/
    }

    .index_sec2_box img {
        width: 24px;
    }

    .index_sec2_box h5 {
        font-size: 32px;
        color: #333333;
        letter-spacing: 2px;
        margin-top: 2%;
    }

    .index_sec2_box h6 {
        font-size: 14px;
        color: #333333;
        line-height: 1.6;
        letter-spacing: 1px;
        margin-top: 2%;
    }

    .index_sec2_box p {
        font-size: 14px;
        color: #999;
        letter-spacing: 1px;
        line-height: 1.8;
        margin-top: 4%;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 75px;
    }

    .index_sec2_box a {
        font-size: 12px;
        color: #333333;
        display: inline-block;
        padding: 8px 15px;
        border: 1px solid #333333;
        margin-top: 4%;
    }

    .index_sec3 {
        padding: 40px 0;
    }

    .comment_title h6 {
        font-size: 32px;
    }

    .comment_title p {
        font-size: 20px;
    }

    .index_sec3_con li {
        width: 94%;
        float: none;
        margin: 0 auto 20px !important;
        border-bottom: 1px solid #dddddd;
    }

	
	.index_sec3_img {height:210px;}
	
    .index_sec3_con li:last-child {
        margin: 0 auto !important;
    }

    .index_sec3_txt {
        padding:10px 25px;
    }

    .index_sec3_imgTxt {
        display: none;
    }

    .index_sec3_imgTxt_box {
        padding: 6%;
    }

    /*.index_sec4_box li,
	.index_sec4_boxTxt li{
		width: 100%;
	}*/
    .index_sec4 {
        height: 1200px;
    }

    .index_sec4_box_bg::after,
    .index_sec4_img::after {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .index_sec4_boxTxt li,
    .index_sec4_box li {
        position: relative;
        width: 100%;
        height: 300px;
        left: 0 !important;
        right: 0 !important;
        display: block !important;
        opacity: 1 !important;
        -moz-opacity: 1 !important;
        -khtml-opacity: 1 !important;
        -webkit-opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }

    .index_sec4_boxTxt,
    .index_sec4_box {
        height: 100%;
    }

    .index_sec4_box_bg {
        display: none
    }

    .index_sec4_boxTxt li .index_sec4_txt_con,
    .index_sec4_swiper .index_sec4_txt_con {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }

    .index_sec4_boxTxt li .more {
        width: 160px;
        height: 50px;
        left: 6%;
        bottom: 10%;
    }

    .index_sec4_swiper .more {
        width: 160px;
        height: 50px;
        left: 0%;
        bottom: 0%;
        border-color: #ffffff;
    }

    .index_sec4_swiper .more span {
        color: #ffffff;
    }

    .index_sec4_boxTxt li .more span,
    .index_sec4_swiper .more span {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .index_sec4_txt {
        padding: 10% 6%;
        position: relative;
        z-index: 2;
    }

    .index_sec4_swiper .index_sec4_txt::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .index_sec4_txt h6 {
        margin-top: 10px;
        font-size: 20px;
    }

    .index_sec4_txt_con {
        margin-top: 4%;
    }

    .index_sec4_txt_con::before {
        margin-bottom: 4%;
    }

    .index_sec4_boxTxt li.gary .index_sec4_txt h5,
    .index_sec4_boxTxt li.gary .index_sec4_txt h6,
    .index_sec4_boxTxt li.gary .index_sec4_txt p,
    .index_sec4_swiper .index_sec4_txt h5,
    .index_sec4_swiper .index_sec4_txt h6,
    .index_sec4_swiper .index_sec4_txt p {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
    }

    .index_sec4_box li {
        right: 0;
        left: 0;
    }

    .index_sec4_img {
        width: 100%;
        height: 100%;
    }

    .index_sec5 {
        padding: 40px 0;
    }

    .index_sec5_con {
        width: 94%;
        padding: 3% 0;
        float: none;
        margin-left: 3%;
    }

    .index_sec5_img {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        text-align: center;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .index_sec5_img img {
        width: 94%;
    }

    .index_sec5_icon {
        width: 40px;
        margin-left: 3%;
    }

    .index_sec5_txt {
        width: calc(100% - 60px);
    }

    .index_sec5_txt h5 {
        font-size: 32px;
    }

    .index_sec5_txtImg {
        margin-top: 10px;
    }

    .index_sec5_txtImg img {
        width: 100px;
    }

    .index_sec5_txt .line {
        margin: 6% 0 4%;
    }

    .index_sec5_txt p {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 1px;
    }

    .index_sec5_btn a {
        height: 36px;
    }

    .index_sec6 {
        padding-bottom: 40px;
    }

    .index_sec6_box li {
        width: 94%;
        float: none;
        margin: 0 auto 20px !important;
    }

    .index_sec6_box li:last-child {
        margin: 0 auto !important;
    }

    .index_sec6_box li .index_sec6_img .border {
        display: none;
    }

    .index_sec6_txt {
        padding: 4%;
    }

    .index_sec6_txt h6 {
        font-size: 20px;
        height: 22px;
        margin-top: 2%;
        letter-spacing: 0;
    }

    .index_sec6_txt p {
        margin-top: 2%;
        font-size: 14px;
        line-height: 1.6;
        height: 42px;
    }

    .footer {
        padding: 3%;
    }

    .footer .copy p {
        font-size: 10px;
        color: #ffffff;
        line-height: 1.6;
        text-align: center;
    }

    /* 首页 */
    /* brand.html */
    .banner_inner {
        margin-top: 52px;
    }

    .brand_sec1_list {
        width: 94%;
        margin: 40px auto 0;
    }

    .brand_sec1_list h5 {
        font-size: 32px;
        margin-bottom: 4%;
    }

    .brand_sec1_txt p {
        font-size: 16px;
        line-height: 1.8;
    }

    .brand_sec1_more {
        margin-top: 10%;
    }

    .brand_sec2 {
        padding: 40px 3%;
    }

    .brand_sec2_list h5 {
        font-size: 24px;
        font-weight: bold;
    }

    .portfolio__list .card img:first-child {
        display: block;
    }

    .brand_sec2_list1 {
        margin-top: 0;
    }

    .brand_sec2_list2_img.card {
        height: 240px !important;
    }

    .brand_sec2_list2_txt p {
        font-size: 16px;
        line-height: 1.8;
        margin-top: 0;
    }

    .brand_sec2_list2_txt p:nth-child(1) {
        margin-top: 30px;
    }

    .brand_sec3 {
        padding: 0;
    }

    .brand_sec3_list {
        padding: 40px 3%;
    }

    .brand_sec3_left {
        width: 100%;
        height: auto !important;
        float: none;
    }

    .brand_sec3_left1 {
        padding-right: 0;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .brand_sec3_right {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .brand_sec3_left1 h6 {
        margin-bottom: 0;
    }

    .brand_sec3_left1 h2 {
        font-size: 24px;
        letter-spacing: 4px;
    }

    .brand_sec3_left1 p {
        margin-top: 0;
        font-size: 16px;
        line-height: 1.8;
    }

    .brand_sec3_left1_more {
        margin-top: 20px;
    }

    .brand_sec4 {
        padding: 40px 3%;
    }

    .brand_sec4_list_left {
        width: 100%;
    }

    .brand_sec4_list_bg {
        position: relative;
        top: 0;
        width: 100%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .brand_sec4_list_bg h6 {
        margin-bottom: 0;
    }

    .brand_sec4_list_bg h2 {
        font-size: 24px;
    }

    .brand_sec4_list_bg p {
        margin: 0;
        font-size: 16px;
        line-height: 1.8;
    }

    .brand_sec5 {
        padding: 40px 3%;
    }

    .brand_sec5 h2 {
        font-size: 24px;
    }

    .brand_sec5 p {
        font-size: 16px;
        line-height: 1.8;
    }

    .brand_sec5_more {
        margin: 20px auto 0;
    }

    .brand_sec7 {
        padding: 40px 3%;
    }

    .brand_sec7_list h5 {
        font-size: 24px;
        font-weight: bold;
    }

    .brand_sec7_list1_img.card {
        height: 280px !important;
    }

    .brand_sec7_list2_row2 .col-md-3 {
        width: 100%;
    }

    .brand_sec7_list2_row2 .col-md-3:nth-child(n+2) {
        margin-top: 20px;
    }

    .brand_sec7_list2 {
        padding: 20% 4%;
    }

    .brand_sec7_list2_row2 .col-md-3:nth-child(2n-1) .brand_sec7_list2 {
        background: #b5955a;
    }

    .brand_sec7_list2_row2 .col-md-3:nth-child(2n-1) .brand_sec7_list2 h4,
    .brand_sec7_list2_row2 .col-md-3:nth-child(2n-1) .brand_sec7_list2 h6 {
        color: #ffffff;
    }

    .brand_sec7_list2 h6 {
        font-size: 24px;
    }

    .brand_sec7_list2 h4 {
        font-size: 16px;
        line-height: 1.8;
        margin-top: 4%;
        min-height: 0;
    }

    /* brand.html */
    .banner_img1 {
        height: 45vh !important;
    }

    .comment_title h6 {
        font-size: 24px;
        font-weight: bold;
    }

    .comment_title p {
        font-size: 18px;
    }

    /* contact.html */
    .contact_sec1 {
        padding: 40px 3%;
    }

    .contact_sec1_title img {
        width: 38px;
    }

    .contact_sec1_title span {
        font-size: 24px;
        font-weight: bold;
        margin-left: 10px;
    }

    .contact_sec1_txt {
        margin-top: 30px;
    }

    .contact_sec1_left,
    .contact_sec1_right {
        width: 100%;
        float: none;
    }

    .contact_sec1_left ul li {
       width:48%;
	   
        float: left;   
        padding: 10px 0;
    }
   .contact_sec1_left ul li>img{
	     margin-top: 10px; 
   }
    .contact_sec1_left ul li h5 {
        font-size: 16px;
    }

    .contact_sec1_left ul li p {
        min-height: 0;
		padding:0 3%;
    }

    .contact_sec1_left ul li p span {
        display: inline-block;
        width: 33%;
    }

    .contact_sec1_right {
        margin-top: 20px;
    }
    .contact_sec1_right h4 {font-size:30px;}
	
	 /* 留言表单css*/
  .title2 h3 {position: relative;  overflow:hidden;  width:100%; height:22px; }
  .title2 h3 img { width: 100%;  height:auto;  }
  
 .title2 p {padding:0 10%;}
.sec3_con  { width:80%; }
	.sec3_btn {width:300px; height:45px; line-height:45px;}
	
	 /* 新闻内容css*/
	 .content {border-left:none;}
	 .news_det {width:100%;margin:80px auto;}
	 .left_l {display:none;}
	.left_r {width:100%;}
	 .left_r img {width:100%;}
	 .left_r iframe{ width:100%; height:270px;}
	 
	
    /* contact.html */
    .center_title {
        height: auto;
        padding: 40px 0;
    }

    .center_title_bigFont {
        font-size: 24px;
        font-weight: bold;
    }

    .center_title_smallFont {
        font-size: 18px;
        font-weight: normal;
        margin-top: 0;
    }

    /* custom.html */
    .banner_ab {
        position: relative;
        margin-top: 40px;
    }

    .bannerPrice {
        width: 94%;
        border: 1px solid #eeeeee;
        background-color: #ffffff;
    }

    .bannerPriceInput span {
        font-size: 14px;
    }

    .bannerPriceBtn a {
        font-size: 18px;
    }

    .customFilter_lis {
        border-bottom: 1px solid #e8e8e8;
    }

    .customFilter_lis_l {
        width: 70px;
    }

    .customFilter_lis_l.tuijian::after {
        width: 18px;
        height: 18px;
    }

    .customFilter_lis_r {
        padding-left: 10px;
    }

    .customFilter_lis_r a {
        font-size: 14px;
    }

    .customBox {
        padding: 0 3%;
    }

    .custonItem {
        margin: 0 0 20px;
    }

    /* custom.html */
    /* customdot.html */
    .customdot {
        margin-top: 52px !important;
    }

    .customdotMain {
        margin: 40px 0 0;
    }

    .customdotBox {
        display: block;
        padding: 0 3% 40px;
    }

    .customdotCon {
        margin: 20px 0 0;
    }

    .customdotRight {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    /* customdot.html */
    /* design.html */
    .design_sec1 {
        padding: 0 3%;
        min-height: calc(100vh - 91px);
    }

    .design_sec1_title {
        padding-top: 40px;
    }

    .design_sec1_left {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .design_content {
        margin: 0 auto 40px !important;
    }

    .design_content_li {
        width: 46%;
        margin: 0 2% 4%;
    }

    .design_content_li .design_content_li_content {
        opacity: 1;
        filter: alpha(opacity=100);
        background: rgba(255, 255, 255, 0.6);
    }

    /* design.html */
    /* design_details.html */
    .design_type {
        margin-top: 80px;
        display: block;
        padding: 0 3%;
    }

    .design_type_left,
    .design_type_right {
        width: 100%;
        float: none;
        padding: 0;
    }

    .design_type_right_top {
        margin-top: 20px;
    }

    .design_type_right_logoBox {
        width: 40%;
    }

    .design_type_right_other {
        width: 60%;
    }

    .design_type_right_center {
        margin-top: 30px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .design_type_right_bottom {
        font-size: 14px;
    }

    .design_container_title {
        margin-top: 40px;
    }

    .design_content {
        width: 94% !important;
    }

    .design_content_li {
        width: 100%;
        margin: 0 0 4%;
    }

    .prev-next-post {
        margin-top: 20px;
    }

    /* design_details.html */
    /* download.html */
    .download_sec1 {
        padding: 0 3%;
    }

    .download_sec1_title {
        padding: 40px 0;
    }

    .download_sec1_title h5 {
        font-size: 24px;
        font-weight: bold;
    }

    .download_sec1_title h6 {
        font-size: 18px;
    }

    .download_sec1_search {
        width: 60%;
        height: 30px;
        line-height: 30px;
    }

    .download_sec1_search img {
        top: 5px;
    }

    .download_sec2 {
        padding: 0 3%;
        margin: 20px 0 40px;
    }

    .download_sec2_list {
        width: 100%;
        padding: 15px 0;
    }

    .download_sec2_left {
        width: 45%;
    }

    .download_sec2_right1 h5 {
        font-size: 16px;
    }

    .download_sec2_right1 h6 {
        font-size: 14px;
    }

    .download_sec2_right1 .download_sec2_line {
        height: 100%;
    }

    /* download.html */
    /* free.html */
    .free_list {
        display: block;
    }

    .free_listLeft {
        width: 100%;
        text-align: center;
        font-size: 24px;
        margin: 0 0 30px;
    }

    .free_listLeft h6 {
        display: inline-block;
    }

    .free_listRight {
        width: 100%;
        display: block;
    }

    .free_listRight li {
        width: 30%;
        float: left;
        margin-right: 5%;
    }

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

    .free_listRight li:nth-child(n+4) {
        margin-top: 6%;
    }

    .free_listRight li p {
        font-size: 12px;
    }

    .freeSec1 h2 {
        font-size: 20px;
    }

    .freeContainer {
        padding: 20px 10px;
    }

    .freeTable {
        padding-right: 0;
    }

    .freeInput {
        margin: 0;
        padding: 5px 0;
    }

    .freeTable > .freeInput {
        border-bottom: 1px solid #eeeeee;
    }

    .freeInput > strong,
    .freeInput span {
        font-size: 14px;
        margin: 0;
    }

    .freeRadio label {
        padding: 0;
        min-width: 49%;
        padding-right: 1%;
    }

    .freeRadio label input {
        margin-right: 0;
    }

    .freeFile input {
        width: 100%;
    }

    .freeInput.file {
        display: block;
        padding: 10px 0;
    }

    .freeFile {
        width: calc(100% - 70px);
        display: inline-block;
    }

    .freeInput span.messages {
        display: block;
        font-size: 12px;
        text-align: right;
        margin-top: 10px;
    }

    /* free.html */
    .design_content_li {
        padding-bottom: 80%;
    }

    /* join.html */
    .join_sec1 {
        padding: 40px 3%;
    }

    .join_sec1_f1 {
        padding: 0;
    }

    .join_sec1_f1_left {
        width: 100%;
        padding: 20px;
    }

    .join_sec1_f1_left h5 {
        font-size: 24px;
    }

    .join_sec1_f1_left h6 {
        font-size: 18px;
    }

    .join_sec1_f1_txt {
        margin-top: 4%;
    }

    .join_sec1_f1_txt p {
        font-size: 14px;
    }

    .join_sec1_f1_more {
        margin-top: 6%;
        width: 140px;
        height: 46px;
        line-height: 46px;
    }

    .join_sec1_f1_down img {
        display: none;
    }

    .join_sec1_f1_right {
        position: relative;
        right: 0;
        width: 100%;
    }

    .join_sec1_f2 {
        margin-top: 40px;
        padding: 0;
    }

    .join_sec1_f2_list {
        padding: 0;
    }

    .join_sec1_f2_left {
        width: 100% !important;
        float: none;
        position: relative;
    }

    .join_sec1_f2_right {
        width: 100%;
        float: none;
        padding: 0;
    }

    .join_sec1_f2_right h5 {
        font-size: 24px;
    }

    .join_sec1_f2_right h6 {
        font-size: 18px;
    }

    .join_sec1_f2_txt {
        margin-top: 4%;
    }

    .join_sec1_f2_txt p {
        font-size: 14px;
    }

    .join_sec2_img .join_sec2_bg1 {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 40px 3%;
    }

    .join_sec2_img .join_sec2_bg1 h5 {
        font-size: 24px;
    }

    .join_sec2_img .join_sec2_bg1 h6 {
        font-size: 18px;
    }

    .join_sec2_bg1_txt {
        margin-top: 20px;
    }

    .join_sec2_bg1_txt1 ul li {
        padding: 0;
    }

    .join_sec3 {
        padding: 40px 3%;
    }

    .join_sec3 .join_sec3_row .join_sec3_col2 {
        width: 49%;
        float: left;
    }

    .join_sec3 .join_sec3_row .join_sec3_col2:nth-child(2n) {
        margin-left: 2%;
    }

    .join_sec3_list_img {
        /*height: 210px!important;*/
    }

    .join_sec3_list_txt {
        /*height: 290px;*/
    }

    .join_sec3_phone {
        padding: 0 3%;
    }

    .join_sec4_txt1 {
        width: 94%;
    }

    .join_sec4_txt1 h5 {
        font-size: 24px;
    }

    .join_sec4_txt1 h6 {
        font-size: 18px;
    }

    .join_sec4_img {
        height: 40vh !important;
    }

    .join_sec5 {
        padding: 40px 3%;
    }

    .join_sec5 .join_sec5_row .join_sec5_col4 .join_sec5_list {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
    }

    .join_sec5_img {
        width: 15%;
    }

    .join_sec5_txt {
        width: 80%;
    }

    .join_sec5 .join_sec5_row .join_sec5_col4 .join_sec5_line {
        display: none;
    }

    /* join.html */
    /* news.html */
    .news_select_box {
        display: block;
        padding: 0 3%;
        height: auto;
    }

    .news_select_box_li {
        width: 100%;
        margin: 0 0 10px;
    }

    .news_center_layout_li {
        margin: 0 0 40px;
        padding: 0 3%;
        width: 100%;
    }

    .news_center_layout_li_content {
        bottom: 50px;
    }

    .news_center_layout_li_content_text {
        line-height: 1.4;
    }

    .event_news {
        padding: 0 3%;
        margin-bottom: 20px;
    }

    .event_news_li {
        padding: 20px 0;
    }

    .event_news_li:first-child {
        padding-top: 0;
    }

    .event_news_li a {
        display: block;
    }

    .event_news_li_img {
        /*height: 260px!important;*/
        width: 100% !important;
        float: none !important;
    }

    .event_news_li_content {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .event_news_li_content_date {
        font-size: 16px;
    }

    .event_news_li_content_title {
        font-size: 18px;
        margin: 0;
    }

    .event_news_li_content_content {
        margin: 0;
    }

    .event_news_li_content_btn {
        margin: 20px 0 0;
    }

    /* news.html */
    /* news_details.html */
    .news_details_container {
        width: 94%;
        padding: 0;
        margin: 90px auto 40px;
    }

    /* news_details.html */
    /* procuceOne.html */
    .has-smooth-scroll body {
        overflow: visible;
    }

    .procuceOne_warpper {
        margin-top: 52px;
        padding: 20px 3% 40px;
    }

    .procuceOne_warpper > h4 {
        font-size: 24px;
        font-weight: bold;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 10px;
    }

    .procuceOne_list li {
        padding: 20px 0;
        border-bottom: 1px solid #dddddd;
    }

    .procuceOne_listTxt {
        margin-top: 20px;
    }

    .procuceOne_listTxt h6 {
        font-size: 18px;
    }

    .procuceOne_listTxt p {
        font-size: 16px;
        margin-top: 10px;
    }

    /* procuceOne.html */
    /* product.html */
    .index_sec3 {
        padding: 40px 3%;
    }

    /* product.html */
    /* product_detail.html */
    .detailLine {
        display: none;
    }

    .detailContent {
        padding: 20px 3% 0;
        margin-top: 52px;
    }

    .detailNav > img {
        width: 100%;
    }

    .detailLeft {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .detailRight {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .detailRight > div:nth-child(2) {
        font-size: 22px;
        margin: 10px 0 0;
    }

    .detailRight > div:nth-child(3) {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .detailRight > div:nth-child(4) {
        padding: 20px 0;
    }

    .detailProduce > div {
        width: 33%;
    }

    .detailBtnRight {
        margin-top: 40px;
    }

    .detailRecommend {
        margin: 40px 0;
        padding: 0 3%;
    }

    .detailRecommend > div:nth-child(2) {
        display: block
    }

    .detailRecommend > div:nth-child(2) > div {
        width: 100%;
        margin: 0 !important;
    }

    .detailRecommend > div:nth-child(2) p {
        padding: 20px;
        margin: 0;
    }

    /* product_detail.html */
    /* service.html */
    .ser_text1,
    .ser_map {
        width: 100%;
        float: none
    }

    /* service.html */
    /* login.html */
    .login_wrapper {
        height: auto !important;
        padding-top: 10% !important;
    }

    .login_right {
        display: none !important;
    }

    .contacts .wrapper {
        width: 94% !important;
        padding-top: 16% !important;
    }

    .return {
        display: none;
    }

    .contacts .img {
        height: auto !important;
    }

    .contacts .img.visible-xs {
        padding: 40px 3%;
    }

    /* login.html */
    .brand_sec7_list2_row1 .col-md-4:nth-child(n+2) {
        display: none;
    }

    .index_sec3_imgTxt .border {
        border: none;
    }

    .join_sec2_img {
        background: #ffffff !important;
        height: 40vh !important;
    }

    .joinFixBorder {
        padding: 2px 10px;
    }

    .joinFixTable2 .joinFixBorder {
        margin-bottom: 5px;
    }

    .joinFixInner h2 {
        margin: 10px 0;
    }

    .tables {
        padding-top: 52px;
    }

    .joinFixInner {
        width: 94%;
        padding: 20px 10px;
    }

    .joinFixClose {
        top: -24px;
        width: 24px;
        height: 24px;
    }

    .joinFixClose:before,
    .joinFixClose:after {
        width: 24px;
        margin-left: -12px;
    }

    .news_center_layout_box {
        margin: 0;
    }

    .custom_topList {
        margin-bottom: 20px;
    }

    .custom_topList_top {
        border: 1px solid #ddd;
    }

    .custom_topList_top li {
        width: 33.33%;
        float: left;
        text-align: center;
        line-height: 40px;
        position: relative;
        padding-right: 5%;

        font-size: 14px;
        color: #333333;
    }

    .custom_topList_top li:nth-child(n+2) {
        border-left: 1px solid #ddd;
    }

    .custom_topList_top li::after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-left: 1px solid #666;
        border-bottom: 1px solid #666;
        position: absolute;
        top: 14px;
        right: 25%;

        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .custom_topList_top li.active::after {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    .custom_topList_ul {
        padding: 20px 0 0;
        display: none;
    }

    .custom_topList_ul li {
        width: 30%;
        float: left;
        margin-right: 5%;

        font-size: 14px;
        color: #666666;
        line-height: 34px;
        text-align: center;
        border: 1px solid #ececec;
    }

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

    .custom_topList_ul li:nth-child(n+4) {
        margin-top: 5%;
    }

    .custom_topList_ul li.active {
        background-color: #ececec;
        border-color: #ececec;
    }

    .pagesAAA {
        padding: 0 !important;
    }
}

@media (max-width: 1440px) {
    .brand_sec2_list2_txt p {
        font-size: 16px;
    }

    .brand_sec1_txt p {
        font-size: 18px;

    }
}

@media (min-width: 1440px) {
    .container {
        padding: 0;
        width: 1280px;
    }

}

@media (min-width: 1660px) {
    .container {
        padding: 0;
        width: 1440px;
    }
}

@media (min-width: 1920px) {
    .container {
        padding: 0;
        /*我修改过*/
        /*width: 1630px;*/
        width: 90%;
    }
}

.download_sec1_title_bot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.download_sec1_types {
    width: 50%;
    display: flex;
}

.download_sec1_types li {
    margin-right: 5%;
}

.download_sec1_types a {
    font-size: 16px;
    color: #666;
}

.download_sec1_types .ise a {
    color: #000;
}

.download_sec1_types a:hover {
    color: #000;
}

.download_sec2_list11 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event_news_li_content {
    width: 100%;
    box-sizing: border-box;

}

.event_news_li_contentss {
    width: 55%;
    box-sizing: border-box;

}

.event_news_li_content_date {
    font-size: 18px;
}
 


@media (max-width: 750px) {
    .download_sec1_types {
        width: 100%;
        margin-top: 30px;
        justify-content: center;
    }

    .download_sec1_title_bot {
        flex-direction: column-reverse;
    }

    .index_sec2_box p {
        margin-top: -9%;
    }

    .banner {
        height: auto !important;
    }

    .banner_img {
        background: none !important;
        height: auto !important;
    }

}
