/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}


html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    /* background-color: #9f0000; */
    height: auto;
    background-size: 100%;
}

.header_bg {
    background: #fb6818;
    border-bottom: 1px solid #ffffff;
}

.bg-light {
    background-color: transparent !important;
}

.ml-auto,
.mx-auto {
    margin: 0 auto;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 5px 0px 5px;
    margin: 0px 40px 0px 0px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: red;
}

.navbar-brand {
    margin: 0px;
    float: right;
}

.navbar {
    padding: 15px 15px;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(https://pic.imgdb.cn/item/6663f9275e6d1bfa053fa1b9.jpg);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 140px 0px 210px 0px;
    position: relative;
}
.element {
    will-change: background-image;
  }
.banner_section:hover{
width:101%;
height:101%;
}

.banner_taital {
    width: 100%;
    font-size: 99px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 70px;
    letter-spacing: 20px;
    text-align: center;
  /*  font-family: 'Baloo Chettan 2', cursive; */
}

.banner_text {
    width: 70%;
    font-size: 20px;
    color: #40403f;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    text-align: center;

}

.started_text {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #252525;
    background-color: #ffffff;
    text-align: center;
    font-size: 18px;
}

.started_text a:hover {
    color: #fefefd;
    background-color: #6aabff;
}

#main_slider a.carousel-control-prev {
    left: -90px;
    top: 150px;
    z-index: 1;
}

#main_slider a.carousel-control-next {
    right: -90px;
    top: 150px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ebebeb;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #6aabff
}


/* banner section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
}

.about_taital {
    width: 100%;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
}

.about_text {
    width: 100%;
    font-size: 18px;
    line-height:1.5;
    text-align:justify;
    color: #333333;
    margin: 0px;
    padding-top: 30px;
text-indent: 2em; /* 设置首行缩进为2em */
}

.about_img {
    width: 100%;
    float: left;
}



.read_bt {
    width: 170px;
    float: left;
    padding-top: 40px;
}

.read_bt a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #fefefd;
    background-color: #363636;
    text-align: center;
    font-size: 18px;
}

.read_bt a:hover {
    color: #fefefd;
    background-color: #6aabff;
}


/* about section end */


/* gallery section start */

.gallery_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.gallery_taital {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    color: #262525;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
}

.gallery_text {
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    margin: 0px;
    color: #999;
}

.gallery_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.container_main {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(106, 171, 255, 0.6);
    margin: 0 auto;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.some_text {
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0;
}

.btn_main {
    width: 100%;
    text-align: center;
}

.search_icon {
    margin: 0 auto;
    text-align: center;
}

.search_icon a {
    width: 10px;
    text-align: center;
    font-size: 20px;
    color: #1a1c18;
    padding: 15px 20px;
    background-color: #ffffff;
    border-radius: 100px;
}

.search_icon a:hover {
    color: #1a1c18;
    background-color: #ffffff;
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.seemore_bt a {
    width: 170px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding: 10px 20px;
    margin-top: 50px;
    background-color: #363636;
}

.seemore_bt a:hover {
    color: #ffffff;
    background-color: #6aabff;
}


/* gallery section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
    background-color: #f2f3f5;
    height: auto;
    background-size: 100%;
    padding-bottom: 90px;
}

.services_section_2 {
    width: 100%;
    float: left;
    padding-top: 60PX;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    font-weight: bold;
    color: #262525;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #999;
    text-align: center;
    margin: 0px;
}

.services_box {
    padding: 15px;
    background: #ffffff;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.services_box:hover {
    box-shadow: 0px 20px 30px -20px #777;
}

.services_icon {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    margin: 0 auto;
    background: #f9ba1f;
    border-radius: 20px;
}

.wedding_text {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    color: #363636;
    text-align: center;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: center;
    margin: 0px;
}

#my_slider a.carousel-control-prev {
    left: -90px;
    top: 150px;
    z-index: 1;
}

#my_slider a.carousel-control-next {
    right: -90px;
    top: 150px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ebebeb;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #6aabff
}


/* services section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
   /*  background-image: url(../img/client-bg.jpg); */
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0px 90px 0px;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 38px;
    color: #000;
    text-align: center;
    text-transform: uppercase;


}

.testimonial_text {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #000000;
    text-align: left;
    padding-top: 20px;
    display: flex;
}

.client_img {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}

.client_name {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #fefefd;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #fefefd;
    border-radius: 100%;
}

.carousel-indicators .active {
    background-color: #252525;
}

.carousel-indicators {
    bottom: -20px;
}

.margin_90 {
    margin: 90px 0px;
}


/* testimonial section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
   background-color: #252525;
    height: auto;
    padding: 50px 0px 0px 0px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
}

.contact_section_2 {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding-bottom: 90px;
}

.mail_section {
    width: 100%;
    float: left;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #8f8d8d;
    border: 0px;
    border-bottom: 1px solid #ffffff !important;
    background-color: transparent;
    padding: 10px 0px 0px 0px;
    margin-top: 20px;
}

input.mail_text::placeholder {
    color: #8f8d8d;
}

.massage-bt {
    color: #8f8d8d;
    width: 100%;
    height: 70px;
    font-size: 18px;
    background-color: transparent;
    padding: 35px 0px 0px 0px;
    border: 0px;
    border-bottom: 1px solid #ffffff !important;
    margin-top: 10px;
}

textarea#comment.massage-bt::placeholder {
    color: #8f8d8d;
}

.send_bt {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #6aabff;
    padding: 10px;
    margin-top: 30px;
}

.send_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.location_text li {
    display: flex;
    font-size: 16px;
    color: #fefefd;
    padding: 20px 0px 0px 70px;
    line-height: 0px;
}

.location_text li a {
    color: #fefefd;
}

.location_text li a:hover {
    color: #6aabff;
}

.padding_15 {
    padding-right: 15px;
}

.social_icon {
    width: 100%;
    float: left;
    padding-left: 70px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    float: left;
    font-size: 30px;
    color: #ffffff;
    padding-right: 20px;
}

.social_icon li a {
    color: #ffffff;
}

.social_icon li a:hover {
    color: #6aabff;
}


/* contact section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #6aabff;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}
.social_icon_margin{
    display: flex;
    width: 100%;
    /* justify-content: space-around; */
}
.cp_style{
    color: #fff;
    font-size: 16px;
    width: 33%;

    /* margin-right:15%; */
}
.cp_style li{
    position: relative;
    cursor: pointer;
}
.cp_style a{
    color: #fff;
    hover:red;
}
.cp_style a:hover{
     color: red;
}

.cp_style_img{
    width:200px;
    margin-right:2%;
    position: absolute;
    z-index: 100; /* 设置一个较大的值确保图片在最上层 */
    top: 40px;
    left: 0;
    display: none;
   
}
/* .dym_hov:hover .cp_style_img{
    display:block;
} */

.cp_style li:hover .cp_style_img{
    
    display:block;
 

}
.cp_style li{
    margin-bottom: 10px;
    /* text-align: center; */
    
}
.container-foot{
    width: 80%;
    margin:0 auto;
    color: #fff;
}

.srm_emb{
    margin:40px auto;
    text-align:center;
}

.srm_emb video{
    width:80%;
    /* height: 50vh; */
}





/*  联系我们*/
@media (max-width: 750px) {
    .contact-c {
        width: 100%;
    }
}
.contact-c {
    width: calc(100% + 20px);
    margin-top: 5.5vw;
    font-size: 0;
}
.wow {
    visibility: hidden;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.problem {
    /* margin: 12.5vw 0 10.416vw 0; */
    margin-top: 12.5vw;
    margin-bottom: 10.416vw;
    font-size: 0;
}
.box_list_w{
    width: 100%;
}
.box_li_div{
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 0.8vw;
    background: #fff;
    padding:15px 30px;
    min-height: 180px;
    position: relative;
}
.layout_padding_tt{
    margin-top: 60px;
}
.div3{
    
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 15px;
}
.divstyle{
    display: block;
    background: #f6f6f6;
    text-align: center;
    border-radius: 5px;
    padding: 0 1vw;
    line-height:30px;
    margin-top: 8px;  
    /* position: relative; */
    cursor: pointer;
}
.ftsize1{
    font-size: 0.9375vw;
}
.ftsize2{
    font-size: 1.25vw;
}
.ftsize3{
    font-size: 2.5vw;
}
.margin_btm_h{
    margin-bottom: 60px;
}
.posfix_btm{
    position: fixed;bottom: 0;
}