@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Arapey&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,400i,700,700i|Sansita:400,400i,700,700i&display=swap'); 
:root {
    
	--color: #27445e;
    --main-color: #d70c19;
	--basic_font_size:16px;
	--font_family:Nunito Sans, sans-serif;

	
}



/* css初始化 */

body {
    font-size: 16px;
    font-family: "Nunito Sans","sans-serif";
    color: #27445e;
    padding: 0 !important;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 16px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "STHeiti Light","STHeitiTC-Light","Droid Sans Fallback","Microsoft YaHei";
}

* {
    box-sizing: border-box;
}

button {
    overflow: visible;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #27445e;
    text-decoration: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:hover {
    text-decoration: none !important;
    color: var(--main-color);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

button:focus {
    outline: none;
}


/* 整体 */

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 200px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

:focus {
    outline: none;
}

:root {
    --color: #27445e;
    --main-color: #d70c19;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 20px;
    }
    input,
    select,
    button,
    textarea {
        font-size: 20px;
    }
    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
    .container {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 1024px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }
}

body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

@media only screen and (max-width: 1024px) {
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
}

@media only screen and (max-width: 1024px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 99999;
        display: none;
		overflow:hidden;
    }
}

.header {
    /* color: var(--main-color); */
    /* background: rgb(40, 40, 40); */
    /* background-color: #fff; */
	background-color: transparent;
    position: fixed;
    z-index: 20;
    width: 100%;
	
	
   /* width: 100%;
    position: absolute;
    z-index: 9;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
     padding-top: 20px;*/
	 overflow:hidden;
}

.header.neiheader {
    padding-top: 0;
}

.header .bian {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
	overflow:hidden;
}

.header.on,
.header:hover {
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.neiheader .lo1 {
    opacity: 1;
}

.neiheader .lo2 {
    opacity: 0;
}

.neiheader.on .lo1,
.neiheader:hover .lo1 {
    opacity: 0;
}

.neiheader.on .lo2,
.neiheader:hover .lo2 {
    opacity: 1;
}

.neiheader .logo {
    position: relative;
}

.neiheader .logo a {
    display: block;
}

.neiheader .logo a img.lo1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.neiheader .nav .e_j {
    top: 80px !important;
	position:relative;
}

.header.neiheader.on .nav .y_j a,
.header.neiheader:hover .nav .y_j a {
    color: #fff;
}

.header.neiheader.on .header_ls a i,
.header.neiheader:hover .header_ls a i {
    color: #fff;
}

.header.neiheader.on .header_ls .language a,
.header.neiheader:hover .header_ls .language a {
    color: #fff;
}

.header.neiheader.on .header_ls .language .link a,
.header.neiheader:hover .header_ls .language .link a {
    color: #000;
}

.header.neiheader.on .header_ls .language i,
.header.neiheader:hover .header_ls .language i {
    color: #fff;
}


.header_h {
    height: 120px;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo img {
    /* width: 100%; */
    max-width: 238px;
}

.header .en a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

.header .en a:hover {
    color: var(--main-color);
}

.header .nav ul {
    width: 100%;
    display: flex;
}

.header .nav ul li {
     position: relative; 
    /* flex: 0 0 10.3333%; */
    height: 80px;
    margin-left: 60px;
    background-size: 0 100%;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav ul li:last-child {
    margin-right: 30px;
}

.header .nav ul li:hover {
    background-size: 100% 100%;
}

.header .nav ul li.on {
    background-size: 100% 100%;
}

.header .nav .y_j {
    
    position: relative;
    display: flex;
    align-items: center;
}

.header .nav .y_j i {
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}

.header .nav .y_j a {
    font-size: 16px;
    /* text-transform: uppercase; */
    /* line-height: 60px; */
    /* font-weight: bold; */
    padding: 8px 0;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
	
}
.header .nav .y_j a:hover {
	text-decoration: underline!important;
}
.header.neiheader .nav .y_j a {
    color: #5e5e5e;
	
}

.header .header_r {
    display: flex;
}

.header .nav .e_j {
    
    top:60px;
    position: absolute;
    left:0; 
	right: 0;
    padding: 0;
    padding-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
	display:none;
}

.header .nav .e_j.on {
    top: 102px;
}

.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    z-index: 999;
}

.header .nav .e_j a {
	
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    display: block;
	text-align:left;
	
}
.header .nav .e_j a:hover {
	color: #fff;
	text-decoration: underline!important;
}
.icon-arrow-down{
	font-size:24px !important;
}

/*.header .nav .e_j a:nth-child(1) {
    margin-top: -30px;
}*/
.curr{ 
opacity: 0;
background-color: rgba(0, 0, 0, 0.6);}

/* header  an */

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 25px;
    height: 27px;
    width: 20px;
    display: none;
}

.header .an span {
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 8px;
    left: 0;
}

.header .an span.a3 {
    top: 16px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 10px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .head_icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}

.header .header_ls {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.header .header_ls a i {
    font-size: 25px;
    color: #fff;
}

.header.neiheader .header_ls a i {
    color: #5e5e5e;
}

.header .header_ls .hr {
    height: 30px;
    width: 1px;
    background-color: var(--color);
    margin: 0 12px;
}

.header .header_ls .language {
    margin-left: 4.375rem;
    color: #fff;
    position: relative;
    padding: 12px 0;
    padding-right: 80px;
	display:flex;
	flex-direction:row;
	cursor: pointer;
}


.header.neiheader .header_ls .language {
    color: #5e5e5e;
}

.header .header_ls .language a {
    color: #fff;
}

.header.neiheader .header_ls .language a {
    color: #5e5e5e;
}


.header .header_ls .language .link {
    padding: 8px 5px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 127px;
    left: 50%;
    top: 100%;
    opacity: 0;
    visibility: hidden;
	
    transform: translateY(10px) translateX(-50%);
    -webkit-transform: translateY(10px) translateX(-50%);
    -moz-transform: translateY(10px) translateX(-50%);
    -ms-transform: translateY(10px) translateX(-50%);
    -o-transform: translateY(10px) translateX(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header .header_ls .language:hover .link {
    opacity: 1;
    visibility: inherit;
	z-index: 999;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
}
.header .header_ls .language .link a {
    color: #332c2b;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 27px;
}




/* 模态框 */

.search {
    position: fixed;
    top: 0;
    height: 140px;
    width: 100%;
    background-color: #f5f5f8;
    display: none;
    z-index: 9999;
}

.search>.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-left: 100px;
    position: relative;
    padding-top: 19px;
    padding-bottom: 20px;
}

.search .guanbi {
    width: 100%;
    text-align: right;
}

.search label {
    padding-left: 60px;
    position: relative;
    margin: 0;
}

.search label .hr {
    /* content: ''; */
    position: absolute;
    width: 0;
    height: 1px;
    background-color: var(--color);
    bottom: -8px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.search label input {
    font-size: 15px;
	width: 450px;
    color: #b8b8b9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 44px;
    border-bottom: 2px solid #adabaa;
}

.search button i {
    font-size: 27px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}


/* .search label input:focus {

    padding-left: 10px;

} */


/* .search label input:focus~.hr {

    width: 100%;

} */


/* 模态框 end*/

.shouji {
    display: none;
}

.header .nav ul li:hover .n2_nav {
    display: block;
}

@media only screen and (max-width: 1600px) {
    .header .nav ul li {
        margin-left: 39px;
    }
}

@media only screen and (max-width: 1330px) {}

@media only screen and (max-width: 1200px) {
    .header .logo {
        max-width: 292px;
    }
    .header .nav .y_j a {}
    .search label input {
        width: 90%;
    }
    .header .header_ls .language {
        margin-left: 1.375rem;
    }
}

@media only screen and (max-width: 1024px) {
    .header .nav .e_j a:nth-child(1) {
        margin-top: 0;
    }
    .neiheader .nav .e_j {
        top: 0 !important;
    }
    .header_h {
        display: none;
    }
    .sousuo {
        display: flex;
        align-items: center;
    }
    .sousuo i {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header.on .nav li.on .y_j a,
    .header.headernei .nav li.on .y_j a {
        color: #fff;
        font-weight: initial;
    }
    .header.s_y {
        border-bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .header .logo {
        max-width: 87%;
        margin: 0;
        padding: 15px 0;
        float: none;
    }
    .header .logo img.d_w {
        opacity: 1;
        top: 15px;
    }
    .header .logo img.t_m {
        opacity: 0;
    }
    .header.on .logo img.t_m {
        opacity: 0;
    }
    .header.on .logo img.d_w {
        opacity: 1;
    }
    .header .an {
        display: block;
    }
    .header .tel {
        height: 90px;
        font-size: 22px;
        line-height: 90px;
        text-align: left;
        color: #fff;
        float: none;
    }
    .header .tel i {
        color: #fff;
    }
    .header .nav {
        width: 60%;
        height: 100vh;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        display: block;
    }
    .header .nav ul {
        width: 100%;
        float: none;
    }
    .header .nav ul li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        float: none;
        padding: 10px 0;
        margin: 0;
        height: auto;
    }
    .header .nav .y_j {
        height: auto;
        justify-content: flex-start;
    }
    .header .nav .y_j i {
        display: block;
    }
    .header .nav .y_j:after {
        display: none;
    }
    .header .nav .y_j a,
    .header.headernei .nav .y_j a {
        font-size: 14px;
        color: #fff;
        line-height: 24px;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 0 !important;
        margin-left: 0;
        opacity: 1;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        font-size: 14px;
        line-height: 36px;
        text-align: left;
        color: #fff;
        margin: 0 30px 0 0;
    }
    .sousuo .sou_suo_kuang {
        width: 275px;
        height: 43px;
    }
    .sousuo .sou_suo_kuang button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .header .nav ul li:hover::after,
    .header .nav ul li.on::after {
        display: none;
    }
    
    
   
    .sousuo .ondq {
        opacity: 1;
    }
    .sousuo .zdq {
        opacity: 0;
    }
    .sousuo {
        color: #1e1e1e;
    }
    .header .nav ul li.on .y_j a {
        background: none;
    }
    .header .nav .y_j a {
        width: auto;
    }
    .header .header_ls .language {
        padding-right: 0;
        margin-right: 100px;
    }
    .header .nav .y_j,
    .header .nav ul,
    .header .nav ul li {
        flex-wrap: wrap;
    }
    .header .nav .y_j {
        width: 100%;
    }
    .header .nav ul li .y_j a {
        padding: 0;
    }
    .header .nav .y_j i {
        margin-left: 10px;
       
    }
    
    .shouji {
        display: block;
    }
    .shouji .lianxi_tan {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        margin-left: 50px;
    }
    .header_r .shouji {
        margin-top: 30px;
    }
    .header_r .shouji a {
        display: block;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 30px;
        padding-left: 30px;
    }
    .header .header_ls .language {
        display: none;
    }
    .header .header_ls {
        margin-right: 130px;
        margin-left: 0;
    }
    .header {
        padding-top: 0;
    }
    .search label {
        padding-left: 0;
        width: 100%;
    }
    .search>.container {
        padding: 30px;
    }
    .search button i {
        font-size: 35px;
        position: absolute;
        right: 33px;
        top: 49%;
    }
    .search label input {
        font-size: 18px;
        height: 58px;
    }
}

@media only screen and (max-width: 992px) {
    .header .nav {
        display: block;
    }
    .sousuo .sou_suo_kuang {
        width: 262px;
        height: 44px;
    }
}


/* 联系我门弹窗 */

.lx_tanc {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.lx_tanc .nei_kuang {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.lx_tanc .nei_kuang .bai_nr {
    width: 609px;
    max-height: 90%;
    background-color: #fefefe;
    padding: 54px 93px 38px;
    position: relative;
}

.lx_tanc .nei_kuang .bai_nr .lx_gb {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #000;
    font-size: 20px;
}

.lx_tanc .nei_kuang .bai_nr .shang {
    text-align: center;
    padding-bottom: 36px;
}

.lx_tanc input {
    width: 100%;
    height: 44px;
    border: 1px solid #c7c7c8;
    color: #a7a7a7;
    margin-top: 24px;
    font-size: 16px;
    padding-left: 13px;
}

.lx_tanc textarea {
    width: 100%;
    height: 204px;
    border: 1px solid #c7c7c8;
    color: #a7a7a7;
    margin-top: 24px;
    font-size: 16px;
    padding-left: 13px;
    padding-top: 10px;
}

.lx_tanc .zheng {
    width: 100%;
}

.lx_tanc .zheng.zuoy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.lx_tanc .zheng.zuoy input {
    flex: 0 0 48%;
}

.lx_tanc button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #000000;
    width: 100%;
    margin-top: 30px;
}

.lx_tanc .wz_zujld {
    color: #000000;
   
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 65px;
}

.lx_tanc .wz_zujld span {
    display: block;
    margin: 0 15px;
}

@media only screen and (max-width: 1024px) {
    .lx_tanc .nei_kuang .bai_nr {
        padding: 30px;
    }
    .lx_tanc input {
        height: 60px;
        font-size: 19px;
    }
    .lx_tanc textarea,
    .lx_tanc button {
        font-size: 19px;
    }
}

.pc_ban {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.pc_ban h5 {
   
    font-size: 66px;
    color: #ffffff;
}

.pc_ban h6 {
    margin-top: 50px;
    font-size: 27px;
    color: #ffffff;
  
    text-transform: uppercase;
}

.pc_ban h4 {
    margin-top: 17px;
    line-height: 37px;
    font-size: 27px;
    color: #ffffff;
    font-family: "ban3";
}

.pc_ban .gt {
    margin-top: 80px;
    display: block;
  
}

.pc_ban .swiper-slide {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}

.pc_ban .swiper-button-prev,
.pc_ban .swiper-button-next {
    line-height: 61px;
    color: #fff;
    opacity: 0;
    font-size: 38px;
    font-weight: bold;
    margin-top: -25px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pc_ban .swiper-button-prev {
    left: 0%;
    margin-left: 3%;
}

.pc_ban .swiper-button-next {
    right: 0%;
    margin-right: 3%;
}

.pc_ban:hover .swiper-button-prev {
    left: 2%;
    opacity: 0.5;
}

.pc_ban:hover .swiper-button-next {
    right: 2%;
    opacity: 0.5;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: none;
    border: 2px solid #ffffff;
}

@media only screen and (max-width: 1200px) {
    .pc_ban {
        height: 702px;
    }
    .pc_ban h5 {
        font-size: 44px;
    }
    .pc_ban h6 {
        font-size: 23px;
        margin-top: 30px;
    }
    .pc_ban h4 {
        font-size: 21px;
    }
    .pc_ban .gt {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .pc_ban {
        height: 498px;
    }
    .pc_ban h5 {
        font-size: 33px;
    }
    .pc_ban h6 {
        font-size: 20px;
    }
}

.scroll {
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .scroll {
        height: 388px;
    }
}

.footer-box {
	width: 100%;
	background: #1c1c1c;
	color: #999
}

.footer-box .footer-content {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center
}

.footer-box .footer-content .footer-title {
	text-transform: uppercase
}

.footer-box .footer-content .footer-title h5 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 25px
}

.footer-box .footer-content .footer-title span {
	font-size: 16px;
	line-height: 16px
}

.footer-box .footer-content .page-media-link {
	display: inline-block;
	text-align: center;
	margin-top: 50px
}

.footer-box .footer-content .page-media-link li {
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px
}

.footer-box .footer-content .page-media-link li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background: #262626
}

.footer-box .footer-content .page-media-link li a:hover .iconfont {
	color: #ff2727
}

.footer-box .footer-content .page-media-link li a .iconfont {
	font-size: 16px;
	color: #999;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.footer-box .footer-copy-box {
	color: #999;
	font-size: 12px;
	text-align: center;
	line-height: 40px;
	border-top: 1px solid #313137
}

.footer-box .footer-copy-box a {
	display: inline-block;
	margin-left: 10px;
	color:#555;
}

@media screen and (max-width:768px) {
	.footer-box {
		width: 100%;
		background: #1c1c1c;
		color: #999
	}

	.footer-box .footer-content {
		width: 100%;
		margin: 0 auto;
		padding: 40px 0;
		text-align: center
	}

	.footer-box .footer-content .footer-title {
		text-transform: uppercase
	}

	.footer-box .footer-content .footer-title h5 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 25px
	}

	.footer-box .footer-content .footer-title span {
		font-size: 14px;
		line-height: 16px
	}

	.footer-box .footer-content .page-media-link {
		display: inline-block;
		text-align: center;
		margin-top: 20px
	}

	.footer-box .footer-content .page-media-link li {
		float: left;
		width: 40px;
		height: 40px;
		text-align: center;
		border-radius: 50%;
		margin-right: 10px
	}

	.footer-box .footer-content .page-media-link li a {
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		text-align: center;
		line-height: 40px;
		background: #262626
	}

	.footer-box .footer-content .page-media-link li a:hover .iconfont {
		color: #ff2727
	}

	.footer-box .footer-content .page-media-link li a .iconfont {
		font-size: 16px;
		color: #999;
		-webkit-transition: all .3s linear;
		transition: all .3s linear
	}

	.footer-box .footer-copy-box {
		color: #999;
		font-size: 12px;
		text-align: center;
		line-height: 40px;
		border-top: 1px solid #313137
	}

	.footer-box .footer-copy-box a {
		display: inline-block;
		margin-left: 10px
	}
}



.index_ban{
	
	height: calc(var(--vh, 1vh) * 100);
    padding-bottom: 0 !important;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	
}

.index_ban .con-container {
    display: flex;
    height: calc(var(--vh, 1vh) * 100);
    color: #fff;
    align-items: center;
	width:100%;
	background-color: rgba(0, 0, 0, 0.1);
   
}

.index_ban h2 {
    font-size: 24px;
    position: absolute;
	left:45px;
    text-transform: uppercase;
	bottom:106px;
}

.index_ban h3 {
    font-size: 24px;
 
    position: relative;
    text-transform: uppercase;
    flex: 0 0 100%;
}

.index_ban h2:after {
    width: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.8);
    left: -30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.index_ban i {
    left: 50%;
    position: absolute;
    bottom: 36px;
    transform: translateX(-50%);
    animation: zuoy 1s linear infinite alternate;
}

.index_ban1 .container {
    flex-wrap: wrap;
}

.index_ban1 h2 {
    font-size: 20px;
    flex: 0 0 100%;
    margin-top: 50px;
}

.index_ban1 h2:after {
    width: 18px;
    background-color: rgba(255, 255, 255, 0.5);
    left: -24px;
}

@keyframes zuoy {
    100% {
        bottom: 56px;
    }
}



@media only screen and (max-width: 1024px) {
	.index_ban{
		
    padding-bottom: 0 !important;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
	}
	
    .index_ban h2 {
		position: absolute;
		bottom: 106px;
        font-size: 24px;
		
    }
}


/* 首页内容 */

.index_nr {
    padding: 100px 0 185px;
}

.index_nr .sgang {
    text-align: center;
}

.index_nr .sgang h5 {
    font-size: 39px;
    color: #000;
    text-transform: uppercase;
}

.index_nr .sgang h6 {
    line-height: 39px;
    font-size: 21px;
    margin-top: 30px;
    color: #060202;
    font-family: "ban3";
}

.index_nr .xia_nr {
    margin-top: 255px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.index_nr .xia_nr .dange {
    flex: 0 0 31.37%;
    max-width: 31.37%;
    position: relative;
}

.index_nr .xia_nr .dange .wen_zi {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #b6b6b7;
    font-family: "ban3";
    font-size: 23px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 21px;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.index_nr .xia_nr .dange img {
    width: 100%;
}

.index_nr .xia_nr .dange:hover .wen_zi {
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .index_nr {
        padding: 100px 0;
    }
    .index_nr .xia_nr {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 1024px) {
    .index_nr {
        padding: 50px 0;
    }
    .index_nr .sgang h5 {
        font-size: 33px;
    }
    .index_nr .sgang h6 {
        font-size: 19px;
    }
    .index_nr .xia_nr {
        margin-top: 30px;
    }
    .index_nr .xia_nr .dange {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
}


/* 灵感详情 */

.lgxq {
    padding: 75px 0 168px;
}

.lgxq .zuoyou_sh {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lgxq .zuoyou_sh .zuo {
    flex: 0 0 51.75%;
    max-width: 51.75%;
}

.lgxq .zuoyou_sh .zuo .lgzq_lb {
    overflow: hidden;
    position: relative;
}

.lgxq .zuoyou_sh .zuo .lgzq_lb .swiper-slide img {
    width: 100%;
}

.lgxq .zuoyou_sh .you {
    flex: 0 0 40.5%;
    max-width: 40.5%;
}

.lgxq .zuoyou_sh .zuo .lgzq_lb .swiper-button-next i,
.lgxq .zuoyou_sh .zuo .lgzq_lb .swiper-button-prev i {
    color: #fff;
    font-size: 50px;
    font-weight: 100;
}

.lgxq .zuoyou_sh .zuo .lgzq_lb .swiper-button-next,
.lgxq .zuoyou_sh .zuo .lgzq_lb .swiper-button-prev {
    position: static;
    margin: 0 80px;
    width: auto;
    height: auto;
}

.lgxq .zuoyou_sh .zuo .lgzq_lb .zyjt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 2;
    display: flex;
}

.lgxq .zuoyou_sh .you {
    padding-right: 30px;
}

.lgxq .zuoyou_sh .you .bq {
    font-family: "ban3";
    color: #000000;
    font-size: 17px;
    text-transform: uppercase;
}

.lgxq .zuoyou_sh .you h5 {
   
    color: #000000;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 10px;
}

.lgxq .zuoyou_sh .you h6 {
    font-family: "ban3";
    text-transform: uppercase;
    font-size: 14.5px;
    color: #000000;
    margin-top: 25px;
    line-height: 28px;
}

.lgxq .xia_dang {
    margin-top: 150px;
}

.lgxq .xia_dang h5 {
    font-family: "ban3";
    font-size: 31px;
    color: #000000;
    text-transform: uppercase;
}

.lgxq .xia_dang .xia_chanp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.lgxq .xia_dang .xia_chanp .dange {
    flex: 0 0 26%;
    max-width: 26%;
    margin-top: 40px;
    padding: 0 8px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.lgxq .xia_dang .xia_chanp .dange:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.lgxq .xia_dang .xia_chanp .dange img {
    width: 100%;
}

.lgxq .xia_dang .xia_chanp .dange .wz {
    
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
    .lgxq .zuoyou_sh .you h6 {
        max-height: 426px;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .lgxq {
        padding: 50px 0;
    }
    .lgxq .zuoyou_sh .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lgxq .zuoyou_sh .you {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        margin-top: 30px;
    }
    .lgxq .zuoyou_sh .you h6 {
        max-height: 100%;
        font-size: 19px;
        line-height: 37px;
    }
    .lgxq .zuoyou_sh .you .bq {
        font-size: 21px;
    }
    .lgxq .xia_dang {
        margin-top: 50px;
    }
    .lgxq .xia_dang .xia_chanp .dange {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* 灵感列表 */

.lg_lb {
    padding: 100px 0 170px;
}

@media (min-width: 1730px) {
    .lg_lb .container {
        max-width: 1700px;
    }
}

.lg_lb .container {
    display: flex;
    flex-wrap: wrap;
}

.lg_lb .container .dange {
    padding: 0 2px;
    margin-top: 30px;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.lg_lb .container .dange .sahng {
    overflow: hidden;
}

.lg_lb .container .dange .sahng img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.lg_lb .container .dange:hover .sahng img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.lg_lb .container .dange .xia {
    margin-top: 20px;
}

.lg_lb .container .dange .xia h5 {
    font-family: "ban3";
    font-size: 17px;
    color: #000000;
}

.lg_lb .container .dange .xia h4 {
   
    font-size: 26px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 15px;
}

.lg_lb .container .dange .xia h6 {
    font-family: "ban3";
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 25px;
}

@media only screen and (max-width: 1024px) {
    .lg_lb {
        padding: 20px 0 50px;
    }
    .lg_lb .container .dange {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .lg_lb .container .dange .xia h5 {
        font-size: 22px;
    }
    .lg_lb .container .dange .xia h6 {
        font-size: 19px;
    }
}

.fenye {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 157px;
}

.fenye a {
    font-family: "ban3";
    font-size: 17px;
    color: #000000;
    margin: 0 7px;
    padding-bottom: 17px;
    position: relative;
    width: 23px;
    text-align: center;
    display: inline-block;
}

.fenye a.on::after {
    position: absolute;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #363636;
}

.fenye a i {
    font-size: 20px;
}

@media only screen and (max-width: 1024px) {
    .fenye {
        margin-top: 59px;
    }
}


/* 效果详情 */

.xgxq {
    padding: 130px 0 180px;
}

.xgxq .shang_wz {
    line-height: 55px;
    font-size: 21px;
    color: #060202;
    font-family: "ban3";
    text-align: center;
}

.xgxq .xiaot {
    overflow: hidden;
    height: 565px;
}

.xgxq .xiaot .swiper-slide {
    height: calc((100% - 30px) / 6);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.xgxq .xiaot .x_nr {
    padding: 4px;
    border-radius: 100px;
}

.xgxq .xiaot .x_nr img {
    border-radius: 100px;
}

@media (min-width: 1600px) {
    .xgxq .container {
        max-width: 1430px;
    }
}

.xgxq .zhong_dax {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: 220px;
}

.xgxq .zhong_dax .dat {
    flex: 0 0 45.9%;
    max-width: 45.9%;
}

.xgxq .zhong_dax .dat .x_nr img {
    width: 100%;
    height: 783px;
}

.xgxq .zhong_dax .you_ce {
    flex: 0 0 46.85%;
    max-width: 46.85%;
    position: relative;
}

.xgxq .zhong_dax .you_ce .xiaot {
    padding: 0 4px;
    margin-top: 72px;
}

.xgxq .zhong_dax .you_ce .xiaot .sm {
    display: none;
}

.xgxq .xiaot .swiper-slide {
    margin-top: 10px;
}

.xgxq .xiaot .swiper-slide-thumb-active .x_nr {
    border: 1px solid #000;
}

.xgxq .zuoyou_jt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.xgxq .zuoyou_jt .swiper-button-prev,
.xgxq .zuoyou_jt .swiper-button-next,
.xgxq .zuoyou_jt .swiper-pagination {
    position: static;
    width: auto;
    height: auto;
    margin-top: 0;
}

.xgxq .zuoyou_jt .swiper-button-prev i,
.xgxq .zuoyou_jt .swiper-button-next i {
    font-size: 20px;
    color: #352d2c;
}

.xgxq .shang_sh h5 {
    text-transform: uppercase;
    font-size: 30px;
    color: #332c2b;
}

.xgxq .shang_sh h6 {
    text-transform: uppercase;
    font-size: 22px;
    color: #332c2b;
    margin-top: 15px;
}

@media only screen and (max-width: 1200px) {
    .xgxq {
        padding: 100px 0;
    }
    .xgxq .shang_wz {
        font-size: 18px;
    }
    .xgxq .zhong_dax {
        margin-top: 100px;
    }
}

.xia_lunb {
    margin-top: 285px;
}

.xia_lunb .biaiot {
    font-size: 33px;
    font-family: "ban3";
    position: relative;
    color: #332c2b;
}

.xia_lunb .biaiot i {
    position: absolute;
    right: 102%;
    transform: translateY(-50%);
    font-size: 30px;
    top: 50%;
    animation: zuoy1 1s linear infinite alternate;
}

@keyframes zuoy1 {
    100% {
        right: 100%;
    }
}

.xia_lunb .xia_ban {
    overflow: hidden;
    padding: 40px 0 50px;
}

.xia_lunb .xia_ban .nr_dg {
    height: 373px;
}

.xia_lunb .xia_ban .swiper-slide:nth-child(1) .nr_dg {
    border: 1px solid #f7f7f8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-transform: uppercase;
    color: #221a19;
    font-size: 30px;
}

.xia_lunb .xia_ban .nr_dg img {
    width: 100%;
    height: 100%;
}

.lunbo_xia1 .swiper-pagination {
    height: 20px;
    background-color: #eeeeef;
    bottom: 0;
    top: auto;
}

.lunbo_xia1 .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #c9caca;
    border-radius: 5px;
}

@media only screen and (max-width: 1200px) {
    .xia_lunb .biaiot i {
        right: 101%;
    }
    @keyframes zuoy1 {
        100% {
            right: 100%;
        }
    }
}

@media only screen and (max-width: 1024px) {
    .xgxq {
        padding: 50px 0;
    }
    .xgxq .shang_wz {
        font-size: 19px;
        line-height: 50px;
    }
    .xgxq .zhong_dax {
        margin-top: 50px;
    }
    .xgxq .zhong_dax .dat {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .xgxq .zhong_dax .you_ce {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .xgxq .zhong_dax .you_ce .xiaot {
        margin-top: 39px;
    }
    .xgxq .zhong_dax .you_ce {
        padding-bottom: 50px;
    }
    .xgxq .zuoyou_jt .swiper-button-prev i,
    .xgxq .zuoyou_jt .swiper-button-next i {
        font-size: 35px;
    }
    .xia_lunb {
        margin-top: 100px;
    }
    .xia_lunb .biaiot {
        margin-left: 40px;
        padding-left: 10px;
    }
    .xia_lunb .xia_ban .nr_dg {
        height: 422px;
    }
    .xgxq .zhong_dax .dat .x_nr img {
        height: 654px;
    }
}


/* 新加关于我们 */

.guanyu_wm {
    padding:0px;
}

.guanyu_wm .zuoyou {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.guanyu_wm .zuoyou .zuo {
    flex: 0 0 42.97%;
    max-width: 42.97%;
}

.guanyu_wm .zuoyou .zuo h5 {
    font-family: "ban3";
    font-size: 34px;
    color: #000000;
    
}

.guanyu_wm .zuoyou .zuo h6 {
    font-size: 16px;
    color: #000000;
    font-family: "ban3";
    line-height: 36px;
    margin-top: 20px;
    max-height: 700px;
    overflow-y: auto;
}

.guanyu_wm .zuoyou .you {
    height: 968px;
}

.guanyu_wm .zuoyou .you {
    flex: 0 0 55.48%;
    max-width: 55.48%;
}
@media only screen and (max-width:1300px) {
    .guanyu_wm .zuoyou .you{
        height: 541px;
    }
    .guanyu_wm .zuoyou .zuo h6{
        max-height: 366px;
    }
    .guanyu_wm .zuoyou .zuo h5{
        font-size: 18px;
    }
}
@media only screen and (max-width:992px) {
    .guanyu_wm{
        padding: 0 0 50px;
    }
    .guanyu_wm .zuoyou{
        padding-right: 25px;
        margin-top: 50px;
    }
    .guanyu_wm .zuoyou .zuo{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .guanyu_wm .zuoyou .zuo h6{
        max-height: 100%;    font-size: 16px;
    }
    .guanyu_wm .zuoyou .zuo h5{
        font-size: 30px;
    }
    .guanyu_wm .zuoyou .you{
        flex: 0 0 100%;
        max-width: 100%;
        background-attachment: inherit !important;
        margin-top: 30px;
    }
}

/* 地图 */
.page-curmbs-box{
	overflow:hidden;
}
.page-content-nav {
	width: 100%;
	margin: 0 150px;
	padding-top: 20px;
	overflow:hidden;
}

.page-content-nav li {
	float: left;
	padding-right: 10px;
	line-height: 36px;
	font-size: 24px;
	position: relative
}

.ditu_xia {
    padding: 126px 110px 240px 124px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
	flex-direction: row-reverse;
}

.ditu_xia .zuo_xx {
    flex: 0 0 21%;
    max-width: 21%;
}

.ditu_xia .zuo_xx .bt {
    font-size: 26px;
    color: #000000;
	margin-bottom:20px;
	
}

.ditu_xia .zuo_xx .bt i {
    margin-right: 20px;
}

.ditu_xia .yoiu_dt {
    flex: 0 0 62%;
    max-width: 62%;
}

.ditu_xia .zuo_xx .xia_ybt {
    max-height: 614px;
    overflow-y: auto;
    margin-top: 58px;
    padding-left: 35px;
}

.ditu_xia .zuo_xx .xia_ybt .dang {
    margin-top: 75px;
}

.ditu_xia .zuo_xx .xia_ybt .dang:nth-child(1) {
    margin-top: 0;
}

.ditu_xia .zuo_xx .xia_ybt .dang h5 {
    font-family: "ban3";
    font-size: 18px;
    color: #5e5e5e;
}

.ditu_xia .zuo_xx .xia_ybt .dang h6 {
    font-family: "ban3";
    font-size: 16px;
    margin-top: 19px;
    color: #5e5e5e;
}

.ditu{
    min-height:400px;
    overflow-y: auto;
    margin-top: 0px;
    padding:10px 0px 20px 35px;
	font-size: 16px;
    color: #5e5e5e;
}

.dang {
    margin-top: 15px;
}
@media only screen and (max-width:1024px) {
    .page-content-nav{
		width: 100%;
		margin: 0 25px;
		
	}
	.ditu{
		
	 padding:10px 0px 20px 0px;	
		
	}
}

.dang:nth-child(1) {
    margin-top: 0;
}
.ditu_xia #list li{
	padding:8px;
	
	
}
.ditu_xia #list li:hover{
	 cursor: pointer;
	 background-color: rgba(0, 0, 0, 0.1);
	
}

.ditu_xia h5{
	font-size:16px;
	margin-bottom:5px;
}
.ditu_xia h5 h6{
	font-size:14px;
	
}

/*滚动条样式*/

.xia_ybt::-webkit-scrollbar {
    width: 15px;
    /*height: 4px;*/
    border-radius: 10px;
}

.xia_ybt::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #c9c9c9;
}

.xia_ybt::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ededed;
}
@media only screen and (max-width:1500px) {
    .ditu_xia{
        padding: 10px 50px 100px 50px;
    }
}
@media only screen and (max-width:1400px) {
    .ditu_xia .zuo_xx .xia_ybt .dang h5{
        font-size: 18px;
    }
}
@media only screen and (max-width:1200px) {
    .ditu_xia .zuo_xx .xia_ybt{
        max-height: 442px;
    }.ditu_xia .zuo_xx .xia_ybt .dang h5 {
        font-size: 16px;
    }
    .ditu_xia .zuo_xx .xia_ybt .dang h6{
        font-size: 15px;
    }
}
@media only screen and (max-width:992px) {
    .ditu_xia{
        padding: 10px 20px;
    }
    .ditu_xia .zuo_xx{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ditu_xia .yoiu_dt{
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
    }
    .ditu_xia .zuo_xx .xia_ybt .dang h5{
        
    font-size: 25px;

    }
    .ditu_xia .zuo_xx .xia_ybt .dang h6{
        font-size: 22px;
    }
}
.page-mask{display:none;}


body {
    font-size: var(--basic_font_size);
    line-height: 1.6em;
    font-family: var(--font_family);
    background: var(--body_background);
    color: var(--basic_text_color);
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(150px);
    }

    100% {
        transform: translateX(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@keyframes bounceInLeft {
    100% {
        transform: translateX(25px);
    }
}

@keyframes bounceInRight {
    0% {
        transform: translateX(25px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes bounceInUpBullet {
    100% {
        transform: translateY(-20px);
    }
}

@keyframes bounceInDownBullet {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}





.section {
    margin-bottom: 15px;
    display: block;
	
}

.section.noMargin {
    margin-bottom: 0px
}


@media screen and (min-width: 993px) {
    .row {
        margin-left:-30px;
        margin-right: -30px;
    }


    .section {
        margin-bottom: 60px;
        display: block;
    }

    .section.noMargin {
        margin-bottom: 0px
    }

}



.vertical .carousel-inner {
    height: 100%;
}

.caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.caption .overlay {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.caption_content {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 2;
}

.caption:hover .overlay {
    background: var(--basic_text_color);
    opacity: 0.2;
}

.caption .caption_title {
}

.caption .caption_text {
}

.caption_content {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.caption_content .slide_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
    padding: 0 2%;
}


.template_vertical_slider {
}

.template_vertical_slider .fullscreen .carousel .carousel-inner .carousel-item img {
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    object-fit: cover;
    min-height:540px;
}

@media (max-width: 767px) {
    .template_vertical_slider .fullscreen .carousel .carousel-inner .carousel-item img {
        min-height:unset;
    }
}

.template_vertical_slider .fullscreen .carousel .carousel-inner .carousel-item .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
    display: block !important;
}

.template_vertical_slider .fullscreen .carousel .carousel-inner .carousel-item .caption_content .slide_content {
    padding: 0 15px;
    align-items: start;
}

@media (min-width: 768px) {
    .template_vertical_slider .fullscreen .carousel .carousel-inner .carousel-item .caption_content .slide_content {
        width:auto;
        margin: 0px 35%;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .template_vertical_slider .fullscreen .carousel .carousel-inner .carousel-item .caption_content .slide_content {
        margin-right:24%;
    }
}

.template_vertical_slider .fullscreen .carousel .carousel-inner .carousel-item .caption_content .slide_content .caption_title {
    font-family: 'Arapey', serif;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 24px;
    text-align: left;
}

@media (max-width: 340px) {
    .template_vertical_slider .fullscreen .carousel .carousel-inner .carousel-item .caption_content .slide_content .caption_title {
        font-size:24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}

.template_vertical_slider .fullscreen .carousel .carousel-inner .carousel-item .caption_content .slide_content .caption_text {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 0.5px;
    line-height: 24px;
}

@media (max-width: 360px) {
    .template_vertical_slider .fullscreen .carousel .carousel-inner .carousel-item .caption_content .slide_content .caption_text {
        margin-bottom:5px;
    }
}

.template_vertical_slider .fullscreen .carousel .carousel-inner .carousel-item .caption_content .slide_content a.custom-button {
    background-color: transparent;
    color: #fff;
    width: max-content;
    border-bottom: 1px solid;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300 !important;
}



.template_vertical_slider .fullscreen .carousel .carousel-indicators li {
    width: unset;
    height: unset;
    background-color: unset;
}

@media (min-width: 768px) {
    .template_vertical_slider .fullscreen .carousel .carousel-indicators.carousel-indicators-numbers {
        position:absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: auto;
        left: 4%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 250px;
    }
}

@media (min-width: 992px) {
    .template_vertical_slider .fullscreen .carousel .carousel-indicators.carousel-indicators-numbers {
        width:380px;
    }
}

.template_vertical_slider .fullscreen .carousel .carousel-indicators.carousel-indicators-numbers li {
    color: #fff;
    display: flex;
    flex-direction: column-reverse;
    text-indent: 0;
    align-items: center;
    margin: 0 10px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInDownBullet;
    animation-name: bounceInDownBullet;
}

@media (min-width: 768px) {
    .template_vertical_slider .fullscreen .carousel .carousel-indicators.carousel-indicators-numbers li {
        width:60%;
        flex-direction: row;
        margin: 8px 2px;
        align-items: center;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.4px;
        line-height: 16px;
        text-align: left;
        cursor: pointer;
		border:0!important;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceInRight;
        animation-name: bounceInRight;
    }
}

.template_vertical_slider .fullscreen .carousel .carousel-indicators.carousel-indicators-numbers li.active {
    font-weight: bold;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUpBullet;
    animation-name: bounceInUpBullet;
}

@media (min-width: 768px) {
    .template_vertical_slider .fullscreen .carousel .carousel-indicators.carousel-indicators-numbers li.active {
        -webkit-animation-duration:1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceInLeft;
        animation-name: bounceInLeft;
    }
}

.template_vertical_slider .fullscreen .carousel .carousel-indicators.carousel-indicators-numbers li.active .circle {
    background-color: #fff;
}

@media (max-width: 767px) {
	.template_vertical_slider .fullscreen .carousel .carousel-indicators.carousel-indicators-numbers{
	margin:0px 10px 20px 15px;
		
		
	}
    .template_vertical_slider .fullscreen .carousel .carousel-indicators.carousel-indicators-numbers li.active .label-bullet {
        display:block;
        position: absolute;
        bottom: 20px;
        width: 140px;
    }
}

@media (min-width: 768px) {
    .template_vertical_slider .fullscreen .carousel .carousel-indicators.carousel-indicators-numbers li:hover {
        font-weight:bold;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceInLeft;
        animation-name: bounceInLeft;
    }
}

@media (min-width: 768px) {
    .template_vertical_slider .fullscreen .carousel .carousel-indicators.carousel-indicators-numbers li:hover .circle {
        background-color:#fff;
    }
}

.template_vertical_slider .fullscreen .carousel .carousel-indicators.carousel-indicators-numbers li .circle {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    display: inline-table;
}

@media (max-width: 767px) {
    .template_vertical_slider .fullscreen .carousel .carousel-indicators.carousel-indicators-numbers li .label-bullet {
        display:none;
    }
}

@media (min-width: 768px) {
    .template_vertical_slider .carousel-inner > .carousel-item.carousel-item-next,.template_vertical_slider .carousel-inner > .carousel-item.active.carousel-item-right {
        transform:translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        top: 0;
    }
}

@media (min-width: 768px) {
    .template_vertical_slider .carousel-inner > .carousel-item.carousel-item-prev,.template_vertical_slider .carousel-inner > .carousel-item.active.carousel-item-left {
        transform:translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        top: 0;
    }
}

@media (min-width: 768px) {
    .template_vertical_slider .carousel-inner > .carousel-item.next.carousel-item-left,.template_vertical_slider .carousel-inner > .carousel-item.prev.carousel-item-right,.template_vertical_slider .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,.template_vertical_slider .carousel-inner > .carousel-item.carousel-item-next.carousel-item-left,.template_vertical_slider .carousel-inner > .carousel-item.active {
        transform:translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        top: 0;
    }
}
 
.index{ 
		position:absolute;
		top: unset!important;
        bottom: 20px;
		left: 0!important;
		right: 0!important;
        margin: 20px auto!important;
        display: flex;
        justify-content: center;
        width: 30px!important;
        flex-direction: row!important;
        align-items: center;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.4px;
        line-height: 16px;
        text-align: left;
        cursor: pointer;
		border:0!important;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
      
        top: unset!important;
        
    }
	
.index li{
	-webkit-animation-name: bounceInDownBullet!important;
    animation-name: bounceInDownBullet!important;
	
	
	
}
.index li.active{
		 -webkit-animation-duration:1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceInUpBullet;
        animation-name: bounceInUpBullet;
		
		
	}
.index li:hover {
        font-weight:bold;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name:  bounceInUpBullet;
        animation-name:  bounceInUpBullet;
    }


.prodetails-content-box {
	width: 100%;
	padding: 85px 0;
	position: relative
}

.prodetails-content-box .prodetails-title {
	width: 1170px;
	padding-bottom: 25px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-top: 60px
}

.prodetails-content-box .prodetails-title h1 {
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	margin-right: 10px
}

.prodetails-content-box .prodetails-title p {
	display: inline-block;
	color: #999;
	font-size: 16px
}

.prodetails-content-box .prodetails-title .nav-btn-box {
	width: 150px;
	position: absolute;
	top: -95px;
	right: 0
}

.prodetails-content-box .prodetails-title .nav-btn-box .iconfont {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px
}

.prodetails-content-box .prodetails-title .nav-btn-box .list-btn {
	font-size: 25px;
	background: #ededed;
	color: #333
}

.prodetails-content-box .content {
	width: 950px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 60px
}

.prodetails-content-box .content .jqthumb {
	float: left;
	width: 200px;
	height: 285px;
	margin-right: 75px;
}
.prodetails-content-box .content .jqthumb img {
	
	width: 100%;
	height: 100%;
	
}

.prodetails-content-box .content .prodetails-content-brief {
	float: left;
	
	text-align: left;
	position: relative;
}

.prodetails-content-box .content .prodetails-content-brief h4 {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf
}

.prodetails-content-box .content .prodetails-content-brief p {
	width: 635px;
	margin: 30px 20px;
	line-height: 25px
}

.prodetails-content-box .content .prodetails-content-brief>a {
	display: block;
	width: 150px;
	height: 45px;
	border: 1px solid #999;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 5px;
	text-align: center;
	line-height: 43px;
	position: absolute;
	bottom: 0;
	left: 0
}

.prodetails-content-box .content .prodetails-content-brief>a:hover {
	border: 1px solid #ff2727;
	background: #ff2727;
	color: #fff
}


.effect-box{
	padding:10px 0 50px 0px;
	
	
}
@media screen and (max-width:1024px) {
	
	.prodetails-content-box .content {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 0 1.5%;
		
	}
	.prodetails-content-box .content .jqthumb {
		float: left;
		width: 100%;
		
		margin:0px;
	}

	.prodetails-content-box .content .prodetails-content-brief {
		float: left;
		width: 100%;
		text-align: left;
		padding: 25px;
		height: auto !important;
		position: relative;
		overflow:hidden;
	}

	.prodetails-content-box .content .prodetails-content-brief h4 {
		font-size: 16px;
		line-height: 18px;
		padding-bottom: 20px;
		border-bottom: 1px solid #dfdfdf
	}

	.prodetails-content-box .content .prodetails-content-brief p {
		width:100%;
		font-size: 16px;
		margin: 20px;
		padding:0px;
		
	}
	.icon-arrow-down{
	font-size:18px !important;
}
	
}
.page-mask2 {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,0.5)
}

.popup-box {
	display: none;
	overflow: hidden;
	width: 250px;
	height: 250px;
	border-radius: 10px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 155;
	margin-left: -125px;
	margin-top: -125px
}

.popup-box img {
	width: 250px;
	height: 250px
}

/*Carosello*/
#effect-slick img{
	height:45vh;
	padding-right:15px;
}

#slick-slide05:empty {
  	display:none;
}

.slick-dots {
    bottom: -60px;
}

.slick-dots li{
  	width:10px;
}
.slick-prev, .slick-next{
	width: 40px;
	height: 40px;
}

body .slick-prev{
    left: 10px;
	z-index:999;
}

.slick-next {
    right: 10px;
}

.slick-lightbox-close:before,.slick-prev:before, .slick-next:before{
  	font-family: 'iconfont';
	font-size:35px;
	color:#fff;
}
.slick-lightbox-close:before{
	font-size:12px;
}
.slick-prev:before{
	content: "\e744";
}
.slick-next:before{
	content: "\e743";
}
.slick-lightbox-close:before{
	content: "\e605";
}
.header_sea{
	display:none;
	
}