@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'); */

@font-face
{
	font-family: OPPOSans-R;
	/* src: url('../fonts/OPPOSans-R.ttf'); */
	font-display: swap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	src:url('https://leyizhuang.oss-cn-shenzhen.aliyuncs.com/pica-web/OPPOSans-R.ttf');
}
@font-face
{
	font-family: OPPOSans-M;
	/* src: url('../fonts/OPPOSans-M.ttf'); */
	font-display: swap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	src: url('https://leyizhuang.oss-cn-shenzhen.aliyuncs.com/pica-web/OPPOSans-M.ttf');
}
@font-face
{
	font-family: OPPOSans-L;
	/* src: url('../fonts/OPPOSans-L.ttf'); */
	font-display: swap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	src:url('https://leyizhuang.oss-cn-shenzhen.aliyuncs.com/pica-web/OPPOSans-L.ttf')
}

:root {
	--color: #27445e;
    --main-color: #d70c19;
	--basic_font_size:16px;
	--font_family:OPPOSans-R;
}


/* css初始化 */

body {
    font-size: 16px;
    /* font-family: "Nunito Sans","sans-serif"; */
	font-family: OPPOSans-R;
    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; */
	text-decoration: none;
    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;
}

.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 {
	background-color: transparent;
	position: fixed;
	z-index: 20;
	width: 100%;
	overflow:hidden;
   /* 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;*/
}

.header.on,.header:hover {top: 0;background-color: rgba(51, 51, 51, 0.6);}
.header_h {height: 120px;}

.header .container {
	padding-left: 0px;padding-right: 0px;
    display: flex;
	align-items: center;
	/* justify-content: space-between; */
}

/* .header{background-color: green;}
.header .container{background-color: #27445e;}
.logo{background-color: red;} */
.header_r{
	/* background-color: orange; */
	display: flex;
	width: calc(100% - 107px);
	/* justify-content: end; */
	justify-content: flex-end;
	
	/* padding-right: 0px; */
	/* width: 442px; */
	/* width: 526px; */
}

.header .logo img {
	width: 107px;
	 /* 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 .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 .header_ls .language a {
    color: #fff;
}

.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;
    }
   
    .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; */
		background-color: #333333;
        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;
    }
    
    .header .nav ul li:hover::after,
    .header .nav ul li.on::after {
        display: none;
    }
    
    
   
   
    .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;
    }
   
}

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

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

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



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








/*滚动条样式*/
.page-mask{display:none;}
body {
    font-size: var(--basic_font_size);
    line-height: 1.6em;
    font-family: var(--font_family);
    background: var(--body_background);
	background-color: #333333;
    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;
	
}



/* footer */
.footer{background-color: #333333;font-family: OPPOSans-M;}
.footer .container{padding-top: 30px;}
.footer-item{width: 50%;height: 100%;}
.footer li a{color: #fff;font-size: 10px;}
.footer-item-col1{font-size: 7px;color: red;}
.footer-item-col1 img{width: 130px;}
.footer input{font-size: 12px;background-color: #333333;color: #fff;}
.footer input::placeholder{color: #fff;}

.footer .input-group{width: 100%;border-radius: 0px;}
.footer .send-button{background-color: #333333;color: #fff;}

.icp-info{margin-top: 10px;padding: 10px 0px;text-align: center;border-top: 1px solid #4c4c4c;}
/* footer p{color: #636363;font-size: 12px;text-align: center;padding: 10px 0px 20px 0px;} */
.icp-info a:hover{text-decoration: underline;}
		
			

/* 联系我们弹框 */
.modal-body input{border-radius: 0px;}
.modal-body button:active,.modal-footer button:active{}
.modal img{object-fit: contain;}
.modal .modal-content{border-radius: 0px;}
.modal .modal-header{text-align: center;border-bottom:0px;}
.modal .modal-header img{width: 80px;height: auto;margin-top: 22px;}

.modal-body textarea{font-size: 12px;width: 100%;height: 100px;resize:none;}
.modal-body .send-info-button{font-size: 12px;background-color: #ffffff;color: #636363;}
.modal-footer{padding: 0px;padding-top: 15px;text-align:center;border-top:0px;background-color: #ffffff;}
.modal-footer .bottom-area{width: 100%;height: 30px;background-color: #333333;margin-top: 15px;display: flex;}
.modal-footer .tel{font-size: 12px;color: #444444;}
.modal-footer .tel2{font-size: 12px;color: #444444;}
.modal-footer .email{font-size: 12px;color: #444444;margin-right: 15px;}

.pica-bottom-left{height: 30px;width: calc(30px * 109 / 51);margin-left:calc(100% - 30px * (109 + 68) / 51);
background-image: url('../img/pica-bottom-left.png');
background-repeat: no-repeat;background-size: 100% 100%;
}
.pica-bottom-right{height: 30px;width: calc(30px * 68 / 51);
	background-image: url('../img/pica-bottom-right.png');
	background-repeat: no-repeat;background-size: 100% 100%;
}

/* 屏幕兼容处理 //模态弹框高度固定508px + 22px */
.modal-dialog{width: calc(530px * (405 / 520));}
.modal .modal-content{padding: 0px 40px;}
.modal .modal-footer{margin: 0px -40px;margin-bottom: -1px;}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media only screen and (max-width:1300px) {
	.header{position: fixed;background-color: transparent;}
	.header .logo img{padding-left: 0px;}
	.modal-dialog{
		/* width: calc(40%); */
		width: calc(530px * (405 / 520));
	}
	.modal .modal-content{padding: 0px 40px;}
	.modal .modal-footer{margin: 0px -40px;}
	/* .modal-body div{margin: 0px 40px;background-color: red;} */
	/* 地图展示中心 */
	
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media only screen and (max-width:992px) {
	.header{position: fixed;background-color: transparent;}
	.header .logo img{padding-left: 0px;}
	.modal-dialog {
		/* width: calc(40%); */
		width: calc(530px * (405 / 520));
	}
	.modal .modal-content{padding: 0px 40px;}
	.modal .modal-footer{margin: 0px -40px;}
	/* 地图展示中心 */
	
}
/* 超小屏幕（手机，小于 768px） */
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */

/* 小屏幕（平板，大于等于 768px） */
@media only screen and (max-width:768px) {
	.header{position: relative;background-color: #333333;}
	/* .header{position: fixed;background-color: transparent;} */
	.header .logo img{padding-left: 15px;}
	
	.modal-sm {
	  /* width: 300px; */
		width: calc(80%);
	}
	.modal .modal-content{padding: 0px 0px;}
	.modal .modal-footer{margin: 0px 0px;}
	/* 地图展示中心 */

}

			