@charset "utf-8";

/* CSS Document */

body {
    font-family: 微软雅黑, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:visited {
    color: inherit;
    text-decoration: none !important;
}

ul li {
    list-style: none;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.sororitypage_tit, .sororitypage_conent {
    padding-left: 10px;
    padding-right: 10px;
}

.sororitypage_conent p {
    line-height: 24px;
}

.comment_title {
    text-align: center;
}

.comment_title .line {
    width: 64px;
    height: 3px;
    margin: 0 auto;
    background-color: #3271ad;
}

.comment_title h2 {
    font-family: Actual_Medium;
    font-size: 44px;
    color: #333333;
    margin-top: 30px;
    text-transform: uppercase;
}

.comment_title p {
    font-size: 18px;
    color: #808080;
    margin-top: 20px;
    text-transform: uppercase;
}

/*****header*******/
.headerF {
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
}

.header {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    /* background: #8e8e8e; */
    position: relative;
    z-index: 11;
}

.header_service {
    height: 30px;
    padding-right: 40px;
    background-color: #383838;
}

.header_service a {
    float: right;
    line-height: 30px;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1px;
}

.header_service img {
    margin-left: 10px;
    position: relative;
    bottom: 2px;
}

.header_box {
    position: relative;
}

.header_logo {
    width: 178px;
    height: 144px;
    background-color: #ffffff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);

    position: absolute;
    top: 0;
    left: 0;
}

.header_logo a {
    display: block;
    height: 100%;
    background-color: #ffffff;

    display: flex;
    justify-content: center;
    align-items: center;
}

.header_right {
    float: right;
}

.header_nav {
    width: 600px;
    height: 100px;
    overflow: hidden;
    float: left;
    padding-top: 10px;
}

.header_navUl {
    display: flex;
    justify-content: space-between;
}

.kljiu_title {
    width: 80%;
}

/* .header_navUl:nth-child(2){
	border-top: 1px solid #bfbfbf;
} */
.header_navUl:nth-child(2) li {
    width: 16.66%;
}

.header_navUl li a {
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 40px;
}

.header_navUl li a:hover,
.header_navUl li.active a {
    color: #d82128;
}

.activbgys {
    background: #8e8e8e;
}

.header_search {
    cursor: pointer;
    float: left;
    width: 128px;
    /* height: 100px; */
    /* border-left: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d; */
    font-size: 16px;
    color: #000000;
    letter-spacing: 2px;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 58px;
}

.header_search img {
    margin-right: 10px;
    position: relative;
    bottom: -1px;
    width: 16px;
}

.infg_title li a {
    font-size: 16px;
}

.header2 {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.header2.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header2_box {
    padding-top: 5px;
}

.header2_box > div {
    width: 180px;
    height: 40px;
    float: right;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
}

.header2_phone {
    display: flex;
    align-items: center;
    padding: 0 15px;
    background-color: #d82128;
}

.header2_phone img:first-child {
    margin-right: 10px;
}

.header2_link {
    margin-right: 10px;
    background-color: #4d4d4d;
}

.header2_link_box {
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.header2_link img:first-child {
    margin-right: 8px;
}

.header2_link img:nth-child(2) {
    position: absolute;
    right: 15px;
    top: 16px;
}

.header2_linkUl {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    display: none;
}

.header2_linkUl li a {
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
    padding: 0 15px;
    line-height: 30px;
}

.header2_linkUl li:hover {
    background-color: #eeeeee;
}

/*****header*******/

/*****er_header*******/
.er_header {
    position: relative;
    z-index: 10;
}

.er_header .er_header_box {
    padding-bottom: 24px;
    display: none;
    width: 100%;
}

.er_header_box ul {
    width: 290px;
    margin-top: 10px;
}

.er_header_box ul li a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 13px;
}

.er_header_box ul li a:hover {
    color: #d82128;
}

.er_header_box ul li:last-child a {
    padding-bottom: 0;
}

/* .er_header_box ul li a::before{
	content: ' ';
    position: absolute;
    width: 20px;
    height: 20px;
	right: 2px;
    left: auto;
	background-image: url(../images/more.svg);
	background-repeat: no-repeat;
	background-position: -3px -5px;
	background-size: 30px;
}
.er_header_box ul li a::after{
	content: ' ';
    position: absolute;
    width: 20px;
    height: 20px;
	right: 2px;
    left: auto;
	background-image: url(../images/hover_more.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	opacity: 0;
} */
.search_box {
    position: relative;
    width: 500px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
}

.search_box input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding-left: 5%;
}

.search_box .search_img {
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.2;
    width: 25px;
}

.search_close {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    cursor: pointer;
}

/*****er_header*******/

/*****banner*******/
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    perspective: 600px;
}

/*.le{display: none;
	position: absolute;
	top: 50%;
	left: 0;

	transition: opacity .5s;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;

}*/
.ri {
    /*display: none;*/
    position: absolute;
    top: 50%;
    /*right: 0;*/
    /*opacity: 0;*/
    transition: opacity .5s;
    /*-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;*/
}

/*****banner*******/

/*****index_sec1*******/
.index_sec1 {
    padding: 60px 0;
}

.index_sec1 .Bigtxt {
    font-family: Arial;
    font-size: 100px;
    color: #444444;
    font-weight: bold;
    line-height: 1;
}

.index_sec1 .Smalltxt h6 {
    font-size: 22px;
    color: #111111;
}

.index_sec1 .Smalltxt a {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}

.index_sec1 img {
    margin-left: 6px;
    position: relative;
    bottom: 1px;
}

.index_sec1_ul {
    height: 100px;
}

.index_sec1_ul li {
    width: 20%;
    height: 100px;
    float: left;
    position: relative;
    margin-right: 2%;
    cursor: pointer;
}

.index_sec1_ul li:first-child {
    width: 12%;
    text-align: center;
    border-right: 1px solid #cfcfcf;
}

.index_sec1_ul2 li:first-child {
    padding-top: 16px;
}

.index_sec1_ul li:nth-child(n+2) {
    padding: 16px 0.4% 0;
    border: 1px solid #ffffff;
}

.index_sec1_ul li:nth-child(n+2).active {
    border: 1px solid #454545;
    border-bottom: none;
}

.index_sec1_ul li:nth-child(n+2).active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.index_sec1_ul li:nth-child(n+2) .Smalltxt {
    text-align: center;
    width: 40%;
    float: left;
}

.index_sec1_ul li:nth-child(n+2) .Bigtxt {
    margin-left: 40px;
    float: left;
    font-size: 80px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
}

.index_sec1_ul li:nth-child(n+2) .Bigtxt::after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-left: 1px solid #dcdcdc;
    position: absolute;
    bottom: 0;
    right: 0;

    transform: rotate(32deg) translate(76%, -14%);
    -ms-transform: rotate(32deg) translate(76%, -14%);
    -moz-transform: rotate(32deg) translate(76%, -14%);
    -webkit-transform: rotate(32deg) translate(76%, -14%);
    -o-transform: rotate(32deg) translate(76%, -14%);
}

.index_sec1_ul li:last-child {
    margin-right: 0;
}

.index_sec1_list {
    padding: 4% 5% 6% 2%;
    border: 1px solid #454545;
    display: none;
}

.index_sec1_list > h6 {
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    overflow: hidden;
}

.index_sec1_list > h6 img {
    margin-right: 10px;
    position: relative;
    bottom: 1px;
}

.index_sec1_list > h6 img.sec_close {
    cursor: pointer;
    float: right;
    width: 20px;
    height: 20px;
}

.index_sec1_listUl {
    margin-top: 4%;
    padding-left: 3.4%;
}

.index_sec1_listUl li {
    float: left;
    width: 12%;
    margin-right: 2.66%;
}

.index_sec1_listUl li:nth-child(7n) {
    margin-right: 0;
}

.index_sec1_listUl li:nth-child(n+8) {
    margin-top: 4%;
}

.index_sec1_listImg {
    height: 150px;
}

.index_sec1_listTxt {
    margin-top: 16%;
}

.index_sec1_listTxt h6 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.index_sec1_listTxt p {
    font-size: 12px;
    color: #333333;
    margin-top: 6%;
}

.index_sec1_listTxt img {
    margin-right: 4px;
    position: relative;
    bottom: 2px;
}

.index_sec1a {
    display: none;
}

@media (max-width: 768px) {
    .index_sec1a {
        display: block;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .opsj {
        width: 100%;
        margin-top: 20px;
        display: none;
    }

    .opsj_opi > h6 {
        font-size: 16px;
        color: #333333;
        letter-spacing: 1px;
    }

    .opsj_opi > h6 img {
        margin-right: 10px;
        position: relative;
        bottom: 1px;
    }

    .index_sec1_lis {
        display: flex;
        flex-wrap: wrap;
    }

    .index_sec1_lis li {
        width: 33%;
        margin-top: 20px;
    }

}

@media (max-width: 768px) {
    .index_sec1 {
        display: none;
    }

}

/*****index_sec1*******/

/*****index_sec2*******/
.index_sec2 {
    padding: 60px 0;
    background-color: #f5f5f5;
}

.index_sec2 .container > h6 {
    font-size: 30px;
    color: #333333;
    letter-spacing: 4px;
}

.index_sec2_top {
    margin-top: 40px;
}

.index_sec2_swiper1 {
    width: 65%;
    float: left;
}

.index_sec2_swiper1Img {
    position: relative;
}

.index_sec2_swiper1Txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2% 5%;
    background-color: rgba(0, 0, 0, 0.6);
}

.index_sec2_swiper1Txt h6 {
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 2px;
}

.index_sec2_swiper1Txt p {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: 6px;
}

.index_sec2_swiper2 {
    width: 35%;
    float: left;
    position: relative;
}

.index_sec2_swiper2 a {
    display: block;
}

.index_sec2_swiper2Img {
    position: relative;
}

.index_sec2_swiper2Txt {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 4%;
}

.index_sec2_swiper2Txt p {
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
}

.index_sec2_swiper2Txt div {
    margin-top: 4%;
    display: inline-block;
    width: 70px;
    height: 20px;
    background-color: #333333;

    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
}

.index_sec2_swiper_prev,
.index_sec2_swiper_next {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
    cursor: pointer;
}

.index_sec2_swiper_prev {
    left: 0px;
}

.index_sec2_swiper_next {
    right: 28px;
}

.index_sec2_center {
    margin-top: 40px;
}

.index_sec2_centerUl li {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.index_sec2_centerUl li:nth-child(n+3) {
    margin-top: 2%;
}

.index_sec2_centerUl li:nth-child(n+5) {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.index_sec2_centerUl li:nth-child(2),
.index_sec2_centerUl li:nth-child(4),
.index_sec2_centerUl li:nth-child(7) {
    margin-right: 0;
}

.index_sec2_centerImg {
    overflow: hidden;
}

.index_sec2_centerImg img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.index_sec2_centerUl li:hover .index_sec2_centerImg img,
.index_sec2_bottomUl li:hover .index_sec2_centerImg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index_sec2_centerTxt {
    background-color: #ffffff;
    text-align: center;
    padding: 20px;
}

.index_sec2_centerTxt h5 {
    font-size: 30px;
    color: #000000;
    letter-spacing: 2px;
}

.index_sec2_centerTxt h6 {
    font-size: 14px;
    color: #666666;
    letter-spacing: 1px;
    margin-top: 2%;
}

.index_sec2_centerTxt p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 1px;
    margin-top: 4%;
}

.index_sec2_centerTxt p img {
    margin-left: 6px;
    position: relative;
    bottom: 2px;
}

/*.index_sec2_bottom{
	margin-top: 2%;
}
.index_sec2_bottomUl li{
	width: 32%;
	float: left;
	margin-right: 2%;
}
.index_sec2_bottomUl li:nth-child(3n){
	margin-right: 0;
}
.index_sec2_bottomUl li:nth-child(n+4){
	margin-top: 2%;
}*/

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

@media (max-width: 768px) {
    .index_sec2 {
        padding: 40px 0 20px;
    }

    .index_sec2_centerUl {
        padding: 0px 10px;
    }

    .index_sec2_centerUl li {
        width: 100%;
        border: 1px solid #e6e6e6;
        padding: 20px 10px;
        margin: 10px 0;
    }

    .index_sec2_centerTxt {
        text-align: left;
    }

    .index_sec2_centerUl li:nth-child(n+5) {
        width: 100%;
    }

    .footer_link_a {
        width: 100%;
        padding-left: 20px;
        margin-bottom: 6px;
    }

    .footer_link > li {
        margin-bottom: 20px;
    }

    .footer_copy {
        display: none;
    }

    .about_conent {
        padding: 0 15px;
    }

    .invt_buin_ym {
        display: none;
    }

    .dropdown {
        display: block !important;
    }

    .dropdownT {
        position: absolute !important;
        left: 0 !important;
        width: 100% !important;
        top: 52px !important;
    }

    .dropdownT .btn {
        width: 100% !important;
    }

    .index_sec2_swiper_prev, .index_sec2_swiper_next {
        display: none !important;
    }

    /*.swiper-slide  .producils_img_ban{
		width: 98%;
	}*/
    .producils_img_ban1 img {
        width: 98% !important;
        margin-left: 1%;
    }

    .producils_img_ban1 {
        padding: 0 !important;
    }

}

/*****index_sec2*******/

/***footer***/

.footer {
    padding: 60px 0;
    background: #6d6d6d;
    position: relative;
}

.footer_link li,
.footer_link li a {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
}

.footer_link li a {
    display: inline-block;
}

.footer_link li a:first-child {
    min-width: 90px;
}

.footer_link li:nth-child(n+2) {
    margin-top: 10px;
}

.footer_link li a:nth-child(n+2) {
    margin-left: 20px;
}

.footer_copy {
    margin-top: 30px;
}

.copy {
    float: left;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
}

.footer_link2 {
    float: right;
}

.footer_link2 li {
    float: left;
    margin-left: 50px;
    position: relative;
}

.footer_link2 li a {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
}

.footer_link2 li > img {
    position: absolute;
    width: 120px;
    bottom: 112%;
    left: -32px;
    display: none;
}

#header-nav {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    position: relative;
    z-index: 999999;
}

.footer_link2 li:hover .gggg {
    display: block;
}

/***footer***/

@media (max-width: 1820px) {

}

@media (max-width: 1740px) {

}

@media (max-width: 1660px) {

}

@media (max-width: 1520px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 768px) {
    .row,
    .row > div {
        margin: 0;
        padding: 0;
    }

    .ditu_inners {
        width: 95%;
        margin: 30px auto 0;
    }

    .navbar-nav {
        width: 100% !important;
        margin: 0px;
        text-transform: uppercase;
    }

    .navbar-nav li {
        /* text-align: center; */
        border-bottom: 1px solid #e5e5e5;
        line-height: 40px;
        position: relative;
    }

    .navbar-nav li span {
        position: absolute;
        right: 20px;
        top: 11px;
        font-size: 16px;
        color: #fff;
    }

    .navbar-nav li a {
        color: #fff;
        font-size: 15px;
        font-family: Arial, "Microsoft YaHei", SimHei, "Hiragino Sans GB", STXihei;
        font-weight: normal;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .nav > li > a {
        padding-left: 30px;
    }

    .navbar-nav li a:hover {
        color: #0752a4;
    }

    .headerbg {
        width: 100%;
        z-index: 999999;
        background: #fff;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .headerbga {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999999;
        background: #fff;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        display: none;
    }

    /*  */
    .navbar-nava4, .navbar-nava3, .navbar-nava2, .navbar-nava1 {
        display: none;
    }

    .navbar-nav .nav_clos a {
        text-align: center;
        color: #d82128;
    }

    .navbar-nav .nav_clos span {
        color: #d82128;
        right: auto;
        left: 30px;
    }

    .logo_boxlist {
        float: left;
        width: 120px;
        margin-top: 17px;
        display: none;
    }

    .navbar-toggle {
        margin-top: 10px;
        float: left;
        margin-left: 20px;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-collapse {
        border-top: 1px solid #e5e5e5;
    }

    .navbar-header {
        background: #8e8e8e;
    }

    .magnifier {
        float: left;
        margin-top: 18px;
        margin-left: 20px;
        width: 20px;
        height: 20px;
    }

    .magnifier_inp {
        margin-top: 50px;
        margin-bottom: 20px;
        text-align: center;
        display: none;
    }

    .magnifier_inp > input {
        border: 2px solid #e6e6e6;
        color: #666;
        margin: 0;
        padding: 10px 50px 10px 13px;
        width: 70%;
        height: 43px;
        -webkit-appearance: none;
        border-radius: 0;
    }

    .magnifier_inp > img {
        margin-left: -50px;
        margin-top: -6px;
    }

    .magnifier_inp > span {
        margin-left: 20px;
        font-size: 40px;
        display: inline-block;
        position: relative;
        top: 10px;
    }

    .index_sec1_ul1 {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        padding-left: 19px;
        margin-top: -10px;
    }

    .Bigtxt {
        width: 165px;
        height: 85px;
        background-color: #8e8e8e;
        text-align: center;
        margin-top: 10px;
        display: flex;
        margin-right: 5px;
    }

    .Bigtxt > h6 {
        padding-left: 20px;
        position: relative;
        bottom: -60px;
        font-size: 15px;
        color: #fff;
    }

    .Bigtxt > span {
        display: block;
        position: relative;
        right: -42px;
        font-size: 85px;
        top: -11px;
        color: #e6e6e6;
    }

    .Bigtxt .Bigtxt_psan {
        position: relative;
        right: -45px;
        font-size: 85px;
        top: -11px;
    }

    .Bigtxt .Bigtxt_psana {
        position: relative;
        right: 0px;
        font-size: 60px;
        top: -11px;
        width: 85px;
        text-align: right;
        opacity: .5;
        font-weight: 550;
    }

    .Bigtxt .Bigtxt_psanb {
        position: relative;
        right: -34px;
        font-size: 85px;
        top: -11px;
    }

    .Bigtxt .Bigtxt_psanc {
        position: relative;
        right: -70px;
        font-size: 85px;
        top: -11px;
    }
}

.collapse_bgyas {
    background: #8e8e8e;
}

@media (min-width: 1440px) {
    .container {
        width: 1280px;
    }
}

/*@media (min-width: 1600px){
	.container{
	    width: 1440px;
	}
}
@media (min-width: 1760px){
	.container{
	    width: 1600px;
	}
}*/

/* About Optima */
.warppera {
    width: 100%;
    background: #f5f5f5;
}

.about_optima_banner {
    width: 100%;
}

.about_optima_conent {
    padding: 0;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about_optima_conent .about_conent {
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.about_optima_introduce_vb {
    background: #ffffff;
}

.about_optima_introduce {
    padding-left: 50px;
    padding-top: 60px;
    color: #666;

}

.about_optima_introduce > h2 {
    font-size: 24px;
    color: #000000;
    /* letter-spacing: 1px; */
    font-weight: 600;
}

.about_optima_introduce .about_introduce {
    font-size: 14px;
    color: #262626;
    padding-top: 25px;
    letter-spacing: 1px;
}

.about_introduce_con {
    margin-top: 20px;
}

.about_introduce_con > strong {
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 6px;

}

.about_introduce_con > p {
    font-size: 12px;
    color: #666666;
    line-height: 25px;
}

.talent_recruitment {
    padding: 0;
    padding: 90px 0;
}

.talent_recruitment_title {
    text-align: center;
    font-size: 48px;
    color: #1a1a1b;
}

.talent_recruitment_conent {
    padding: 0;
    padding-top: 60px;
}

.talent_recru_conent {
    padding: 0;
    padding-left: 35px;
}

.talent_recru_tit > strong {
    font-size: 16px;
    color: #333333;
    letter-spacing: 2px;
}

.talent_recru_tit > p {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.talent_recru_tita {
    padding-top: 20px;
}

.recruitment_information {
    width: 100%;
    background: #f3f3f3;
    padding-bottom: 90px;
}

.recruitment_info_opi > h2 {
    font-size: 48px;
    color: #1a1a1b;
    padding-top: 80px;
    text-align: center;
}

.recruitment_inform {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 90px;
}

.recruitment_inform .recr_inform {
    width: 24%;
    /* border: 1px solid #cbcbcb;
    border-radius: 2%; */
}

/* .recruitment_inform_img{
    padding:0;
    vertical-align: middle;
    text-align: center;
} */
.recr_inform {
    text-align: center;

}

.recruitment_inform_title {
    width: 100%;
    /* border-top: 1px solid #cbcbcb; */
    padding: 25px;
    background: #fff;
}

.recruitment_inform_title > h4 {
    font-size: 20px;
    color: #333333;
}

.recruitment_inform_title > a {
    padding-top: 15px;
    display: block;
    font-size: 17px;
    color: #d82128;
}

.wapp {
    padding-top: 90px;
}

.investment_bulletin {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.investment_bulletin > h2 {
    font-size: 48px;
    color: #1a1a1b;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

.investment_bulletina {
    padding-top: 20px;
    text-align: right;
}

.investment_bulletina span {
    margin-right: 25px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.investment_bulletina .opon {
    color: #333;
}

.investment_bulletin_conent {
    padding: 0;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
}

.invet_bulin_conent {
    padding: 0;
}

.invet_bulin_conent > span {
    font-size: 20px;
    color: #666666;
    display: block;
}

.invet_bulin_conent > p {
    margin-top: 8px;
}

.invet_bulin_tit {
    padding: 0;
}

.invet_bulin_tit > h4 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 24px;
}

.invet_bulin_tit > p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 1px;
    padding-top: 15px;
}

.ser_map > div {
    width: 100%;
    height: 800px;
    border: #ccc solid 1px;
}

.invet_bulin_img {
    text-align: center;
}

.investment_bulletin_conentty {
    padding-top: 30px;
}

.invnt_btin_ctty {
    border: none;
}

.invt_buin_ym {
    margin-top: 60px;
    padding: 0;
    margin-bottom: 90px;
}

.invt_buin_ym > ul {
    display: flex;
    justify-content: center;
}

.invt_buin_ym ul li {
    padding: 7px 12px;
    border: 1px solid #cbcbcb;
    margin-right: 5px;
    cursor: pointer;
}

/* 手机端index1  */
@media (max-width: 860px) {
    .ny_nr > .ser_nr {
        display: flex;
        flex-direction: column-reverse;
    }

    .ser_nr > .ser_text, .ser_nr > .ser_map {
        width: 100%;
    }

    .ser_map > div {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .about_optima_introduce {
        padding: 20px 0px;
        width: 100%;
    }

    .introduce_con_img {
        display: flex;
        flex-direction: column-reverse;
    }

    .about_optima_introduce_vb {
        margin-top: 20px;
    }

    .warppera {
        padding-bottom: 30px;
    }

    .invet_bulin_img {
        display: none;
    }

    .investment_bulletin_conent {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wapp {
        padding-top: 30px;
    }

    .talent_recruitment {
        padding: 20px 0;
        text-align: left;
    }

    .talent_recruitment_title {
        font-size: 20px;
    }

    .talent_recruitment_conent {
        padding-top: 20px;
    }

    .talent_recru_conent {
        padding-left: 15px;
        text-align: left;
        margin-top: 20px;
    }

    .recruitment_information {
        padding-bottom: 30px;
    }

    .recruitment_info_opi > h2 {
        font-size: 20px;
        padding-top: 20px;
    }

    .recruitment_inform {
        padding-top: 20px;
        flex-wrap: wrap;
    }

    .recruitment_inform .recr_inform {
        width: 50%;
        border: none;
    }

    .recruitment_inform_title {
        border: none;
        padding: 0;
    }

    .investment_bulletin {
        display: flex;
        flex-wrap: wrap;
    }

    .investment_bulletin > h2 {
        margin-bottom: 15px;
        font-size: 18px;
        padding-left: 15px;
        width: 100%;
    }

    .investment_bulletina span {
        font-size: 14px;
    }

    .investment_bulletina {
        width: 100%;
        padding-top: 0;
        margin-bottom: 10px;
        text-align: left;
    }

    .index_sec2 .container > h6 {
        margin-left: 15px;
        font-size: 20px;
    }

    .index_sec2_centerTxt h5 {
        font-size: 18px;
    }

    .invet_bulin_conent > strong {
        font-size: 14px;
    }

    .invet_bulin_conent > p {
        margin-bottom: 10px;
        margin-top: 2px;
        margin-left: 20px;
    }

    .invet_bulin_tit > h4 {
        font-size: 16px;
    }

    .invet_bulin_tit > p {
        font-size: 12px;
    }

    .recruitment_inform_title > h4 {
        font-size: 16px;
    }

    .recruitment_inform_title > a {
        font-size: 12px;
    }

    .index_sec2_center {
        margin-top: 20px;
    }

    .index_sec2_swiper1Txt > p {
        display: black;
    }

    .index_sec2_swiper1Txt h6 {
        font-size: 22px;
    }

    .index_sec2_swiper1 {
        width: 92%;
        margin: 0 auto;
        float: none;

    }

    .index_sec2_swiper2 {
        display: none;
    }

    .banner_bg {
        /*display: none;*/
        /*margin-top: 100px;*/
    }

    /* .banner_bg>img{
        	height: 200px;
        }*/

}

/* 手机端index1  */

.my_optima {
    width: 90%;
    height: 800px;
    background: url('../images/BM.jpg') no-repeat 100% 100%;
    background-size: 100%;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .my_optima {
        background-size: 100% 100%;
    }
}

.my_optima_title {
    padding-top: 140px;
    color: #fff;
    padding-left: 120px;
}

.my_optima_title > h1 {
    font-size: 35px;
    padding-bottom: 10px;
}

.my_optima_title > h2 {
    font-size: 18px;
}

.my_optima_dl {
    padding-left: 120px;
    padding-top: 50px;
}

.my_optima_dl button {
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    outline: none;
    background: red;
    border: none;
    color: #fff;
    font-size: 16px;
}

.my_optima_dl .my_optima_zc {
    background: #666;
}

.my_optima_dl .dla {
    background: #666;
}

.my_optima_dl a .dall {
    background: 666;
}

.vbgt {
    display: flex;
}

.land {
    width: 53%;
    height: 100vh;
    background: url(../images/dl.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.land h2 {
    max-width: 75%;
    font-size: 47px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    padding: 130px 50px 0 5px;
    text-align: center;
}

.conyu {
    width: 30%;
}

.conyu_img {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.form_ipts {
    width: 100%;
    padding: 50px 20px 0 100px;
}

.form_ipts_a {
    /* display: none; */
}

.form_ipts ul {
    display: flex;
}

.li_opu {
    width: 48%;
    font-size: 15px;
    /* border-bottom: 4px solid #1c69d4!important; */
    border-bottom: 4px solid #d7d7d7 !important;
    margin-right: 10px;
    line-height: 30px;
    padding-bottom: 5px;
    cursor: pointer;
}

/* 效果 */
.opu_title {
    border-bottom: 4px solid red !important;
    color: red;
}

.ty_opi {
    display: none;
}

.ty_opia {
    display: block;
}

/* 效果 */

.aontactus_conent_imgawq {
    display: none;
}

.yuit_conent {
    position: relative;
}

.yuit_conent input {
    outline: 0;
    position: relative;
    background: 0 0;
    width: 100%;
    height: 55px;
    border: 0 none;
    padding: 20px 0 0;
    color: #757575;
    font-size: 16px;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}

.kljh_img {
    position: absolute;
    top: 80px;
    right: 0px;
}

.kljh_img img {
    display: inline-block;
    width: 88px;
    height: auto;
    vertical-align: middle;
}

.hytr {
    position: relative;
}

.hytr a {
    display: block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 12px;
    line-height: 36px;
    padding: 0 20px;
    background-color: #d2d2d2 !important;
    border: 0 none;
    font-size: 14px;
    font-weight: 700;
    color: #b1b1b1;
    border-radius: 0 !important;
}

.fgre {
    display: flex;
    margin-top: 20px;
}

.fgre input {
    width: 15px;
    height: 15px;
    outline: none;
    background: rgb(255, 255, 255);
    border: none;
}

.fgre span {
    line-height: 23px;
    font-size: 14px;
    margin-left: 10px;
}

.my_optima_dltgh {
    padding-left: 0;
    padding-top: 0;
}

.my_optima_dltgh button {
    margin-top: 20px;
    width: 100%;
}

.fgre a {
    color: #337ab7;
    text-decoration: none;
    font-size: 14px;
    line-height: 23px;
}

.zc_cvd {
    display: flex;
}

.zc_cvd input {
    width: 48%;
    outline: 0;
    position: relative;
    background: 0 0;
    height: 55px;
    border: 0 none;
    padding: 20px 0 0;
    color: #757575;
    font-size: 16px;
    border-radius: 0;
    border-bottom: 1px solid #757575;
    margin-right: 10px;
}

.zc_dl {
    margin-top: 30px;
    display: flex;
}

.zc_naam {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid;
    display: inline-block;
    cursor: pointer;

}

.jkiy {
    background: #d92129;
    border: #d92129;
}

.zc_mbv {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.zc_nv {
    margin-left: 30px;
}

.zc_cvdad input {
    width: 100%;
}

.zc_cvdad {
    position: relative;
}

.zc_cvdad > label {
    position: absolute;
    top: 30px;
    left: 0;
}

.con_uyfg {
    position: relative;
}

.con_uyfg input {
    width: 100%;
    outline: 0;
    position: relative;
    background: 0 0;
    height: 55px;
    border: 0 none;
    padding: 20px 0 0;
    color: #757575;
    font-size: 16px;
    border-radius: 0;
    border-bottom: 1px solid #757575;
    margin-right: 10px;
}

.hytr input {
    width: 100%;
    outline: 0;
    position: relative;
    background: 0 0;
    height: 55px;
    border: 0 none;
    padding: 20px 0 0;
    color: #757575;
    font-size: 16px;
    border-radius: 0;
    border-bottom: 1px solid #757575;
    margin-right: 10px;
}

.jkut a {
    font-size: 14px;
    display: block;
    margin-top: 30px;
}

.ght input {
    width: 100%;
    outline: 0;
    position: relative;
    background: 0 0;
    height: 55px;
    border: 0 none;
    padding: 20px 0 0;
    color: #757575;
    font-size: 16px;
    border-radius: 0;
    border-bottom: 1px solid #757575;
    margin-right: 10px;
}

.yuit_conentycxs_inp > input {
    position: relative;
}

.yuit_conentycxs_inp > label {
    position: absolute;
    top: 20px;
    left: 0;
    line-height: 35px;
    display: block;
    font-size: 14px;
    color: #888;
}

.yuit_conentycxs_inpa > input {
    position: relative;
}

.yuit_conentycxs_inpa > label {
    position: absolute;
    top: 75px;
    left: 0;
    line-height: 35px;
    display: block;
    font-size: 14px;
    color: #888;
}

.kljh_img_are {
    position: absolute;
    top: 22px;
    right: 0px;
}

.kljh_img_are > i {
    cursor: pointer;
}

.kljh_img > i {
    cursor: pointer;
}

.ght_uyt > input {
    width: 100%;
    outline: 0;
    background: 0 0;
    height: 55px;
    border: 0 none;
    padding: 20px 0 0;
    color: #757575;
    font-size: 16px;
    border-radius: 0;
    border-bottom: 1px solid #757575;
    margin-right: 10px;
}

.yuit_conentycxs_a {
    position: relative;
}

.ght_uyt > label {
    position: absolute;
    top: 30px;
    left: 0px;
}

.ght_uyt_yu > label {
    position: absolute;
    top: 85px;
    left: 0px;
}

/* 效果 */

/* 效果 */

.aontactus {
    margin-top: 150px;
    margin-bottom: 130px;
}

.aontactus_conent h1 {
    font-size: 30px;
    color: #333333;
    font-weight: 600;
}

.aontactus_conent h2 {
    font-size: 30px;
    color: #333333;
    margin-top: 60px;
    font-weight: 600;
}

.aontactus_conent > p {
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
    font-weight: 500;
}

.aontactus_conent_time {
    margin-top: 40px;
}

.aontactus_conent_time > p {
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
    line-height: 25px;
}

/* input */
.find_sput {
    position: relative;
    display: inline-block;
    top: 9px;
    cursor: pointer;
}

.find_sput input {
    position: absolute;
    visibility: hidden;
    border: 1px solid #ccc;
}

.find_sput input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}

.find_sput input + label {
    display: inline-block;
    border: 1px solid #ccc;
    background: #bfbfbf;
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 2px;
}

.find_sput input:checked + label::before {
    position: absolute;
    left: 6px;
    top: 2px;
    display: inline-block;
    content: '';
    height: 10px;
    width: 6px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.flsm {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-left: 5px;
}

/* input */

.banner_imgmn {
    width: 100%;
    height: 60vh;
    background: url('../images/ty.jpg') no-repeat;
    background-size: 100% 100%;
}

.woper {
    margin-top: 150px;
    margin-bottom: 80px;
}

.customerin_title h2 {
    font-size: 30px;
    color: #333;
    font-weight: 600;
}

.customerin_conent {
    margin-top: 60px;
}

.customerin_conent > h2 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.customerin_conent_bq p {
    font-size: 14px;
    color: #333;
    margin: 15px 0;
}

.customerin_conent_bq p font {
    color: #d82128;
}

.customerin_inp {
    width: 100%;
}

.customerin_inp input {
    width: 36%;
    outline: none;
    background: #f1f1f1;
    border: none;
    font-size: 14px;
    color: #757575;
    line-height: 65px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.customerin_inp button {
    width: 10%;
    border: none;
    background: #bfbfbf;
    line-height: 65px;
    outline: none;
    margin-left: 10px;
    color: #666;
    font-size: 18px;
}

.customerin_inp_wab {
    width: 100%;
}

.customerin_inp_wab input {
    width: 23.3%;
    outline: none;
    background: #f1f1f1;
    border: none;
    font-size: 14px;
    color: #757575;
    line-height: 65px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.customerin_btn {
    width: 100%;
}

.customerin_btn button {
    width: 13%;
    border: none;
    background: #d82128;
    line-height: 55px;
    outline: none;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}

.woper-dwxt {
    position: relative;
}

.customerin_ewm {
    position: absolute;
    top: 17%;
    right: 0%;
    display: flex;
}

.customerin_ewm_img {
    width: 188px;
    height: 188px;
    padding: 10px;
    background: #f1f1f1;
}

.customerin_ewm_conent {
    margin-left: 15px;
}

.customerin_ewm_conent h4 {
    font-size: 18px;
    color: #252525;
    font-weight: bold;
    line-height: 1.3;
}

.customerin_ewm_conent p {
    font-size: 14px;
    color: #252525;
    margin-top: 10px;
}

.customerin_inp_opi {
    margin-top: 30px;
}

.customerin_titlea {
    margin-top: 60px;
}

.customerin_titlea h2 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.customerin_titlea p {
    font-size: 14px;
    color: #333;
    margin: 15px 0;
}

.customerin_titlea p font {
    color: #d82128;
}

.customerin_inp img {
    width: 9.5%;
    line-height: 35px;
    background: #bcb7b8;
    display: inline-block;
}

.customerin_inp_kly input {
    width: 70.5%;
}

.customerin_inp_klya input {
    width: 84%;
}

.customerin_inp_spn {
    font-size: 14px;
}

.btn-danger {
    background: #f1f1f1;
    border: none;
    color: #333;
    font-size: 14px;
}

.btn-groupa {
    margin-top: 15px;
}

.btn-group .btn + .btn {
    margin-left: 10px;
    width: 5%;
    background: #d82128;
}

.btn-danger:hover {
    color: #333;
    background: #f1f1f1;
}

.btn {
    /* padding: 10px 112px;  */
    border-radius: 0;
    width: 36%;
    padding: 22px 0;
    text-align: left;
    padding-left: 15px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 35px;
}

.caret {
    border-right: none;
    border-left: none;
}

.caret > img {
    position: relative;
    top: -10px;
    left: 9px;
    width: 30px;
    height: 15px;
}

/* 互联网家装 */
.ppui {
    padding-top: 60px;
    /* padding-bottom: 90px; */
    background: #f5f5f5;
}

.thomefurnishings {
    padding: 0;
    background: #fff;
}

.thomefurnishings_js {
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.thomefurnishings_js h2 {
    font-size: 24px;
    color: #000;
    margin-top: 30px;
    font-weight: 600;
}

.thomefurnishings_conent {
    margin-top: 30px;
}

.thomefurnishings_conent p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.thomefurnishings_introduce {
    background: #fff;
    margin-top: 40px;
    padding: 0;
}

.thomefur_intrce {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 20px 0 20px;
    color: #666666;
}

.thomefur_intrce:nth-child(4), .thomefur_intrce:nth-child(8) {
    border-right: none;
}

.thomefurnishings_introduce .thomefur_intrce:hover {
    background: #d82128;
    color: #fff;
}

.thomefur_intrce_img {
    width: 80%;
    height: 70px;
    text-align: center;
    display: block;
    margin-left: 30px;
    margin-top: 10px;
}

.thomefur_intrce p {
    font-size: 16px;
    margin-top: 15px;
}

.thomefur_intrce_ab {
    border-right: none;
}

/* .thomefur_intrce:hover{
         border: none;
         border: 1px solid #d82128;
     } */

.omefurnishing {
    margin-top: 60px;
    padding: 0;
    background: #fff;
}

.ssssssssset {
    padding: 50px 0;
}

.warpper.warpper_conen .container > div:nth-child(1) {
    padding-bottom: 0;
}

.col-md-12.omefurnishing.clearfix {
    padding-bottom: 50px;
}

.omefurnishing_conent {
    padding: 0;
    padding-left: 40px;
}

.omefurnishing_conent h3 {
    padding-top: 55px;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.omefurnishing_conent p {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.urnishings > h2 {
    font-size: 48px;
    color: #1a1a1b;
}

.urnishingsa > h2 {
    font-size: 48px;
    color: #1a1a1b;
    padding: 0;
    margin: 55px 0;
    margin-left: -15px;
}

.engineering_estate {
    background: #fff;
    width: 32%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.engineering_title {
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 40px;
}

.engineering_title h2 {
    font-size: 28px;
    color: #333333;
}

.engineering_title a {
    font-size: 14px;
    color: #262626;
    margin-top: 15px;
    display: block;
}

.engineering_estate_aer {
    display: flex;
    flex-wrap: wrap;
}

.thomefur_intrce_imgaqw .marpou {
    margin-top: -25px;
}

.economic {
    width: 18%;
    float: left;
}

.banner_imgdb {
    width: 100%;
    height: 60vh;
    background: url('../images/about _ptima.jpg') no-repeat;
    background-size: 100% 100%;
}

.customerin_inp input::-webkit-input-placeholder {
    color: #757575;
}

.customerin_inp_wab input::-webkit-input-placeholder {
    color: #757575;
}

.at_tma_oduce_clear {
    padding-left: 0;
}

.ban_coiut_kbq {
    color: #eb1212;
}

/* 互联网家装 */

/* 手机 */
@media (max-width: 768px) {
    .aontactus {
        margin-top: 30px;
    }

    .aontactus_conent h1 {
        font-size: 25px;
        margin-bottom: 10px;
        font-weight: normal;
    }

    .aontactus_conent h2 {
        margin-top: 15px;
        font-size: 25px;
    }

    .aontactus_conent_img {
        margin: 30px 0;
    }

    .aontactus_conent > p {
        font-size: 13px;
        margin-top: 15px;
    }

    .aontactus_conent_time {
        margin-top: 16px;
    }

    .aontactus_conent_time > p {
        font-size: 13px;
    }

    .customerin_ewm {
        display: none;
    }

    .aontactus_conent_img {
        display: none;
    }

    .aontactus {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .woper {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .customerin_title > h2 {
        font-size: 25px;
    }

    .customerin_conent {
        margin-top: 20px;
    }

    .customerin_inp input {
        width: 100%;
        font-size: 12px;
    }

    .customerin_inp button {
        width: 22.9%;
        margin-left: 0;
    }

    .customerin_inp_wab {
        margin-top: 20px;
    }

    .customerin_inp_wab input {
        width: 100%;
        font-size: 12px;
    }

    .customerin_btn button {
        width: 30%;
    }

    .ppui {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .urnishings > h2 {
        font-size: 25px;
        padding-left: 15px;
    }

    .engineering_estate {
        width: 100%;
    }

    .thomefurnishings_introduce {
        display: flex;
        flex-wrap: wrap;
    }

    .thomefur_intrce {
        width: 50%;
        float: left;
        border-left: none;
        border-bottom: none;
        border: 1px solid #e5e5e5;
    }

    .thomefurnishings_js h2 {
        font-size: 18px;
        padding-top: 20px;
    }

    .thomefurnishings_conent {
        margin-top: 10px;
    }

    .thomefur_intrce_img {
        margin-left: 20px;
    }

    .thomefur_intrce_img img {
        width: 100%;
        height: 100%;
    }

    .omefurnishing_conent h3 {
        margin-top: 15px;
        font-size: 18px;
    }

    .omefurnishing {
        margin-top: 20px;
        background: transparent;
    }

    .omefurnishing_conent p {
        margin-top: 10px;
    }

    .thomefurnishings_introduce {
        margin-top: 20px;
    }

    .thomefur_intrce_imgaqw img {
        width: 100%;
        height: auto;
    }

    .thomefur_intrce_imgaqw .marpou {
        margin-top: -15px;
    }

    .land {
        width: 100%;
        position: fixed;
    }

    .land h2 {
        display: none;
    }

    .conyu {
        width: 100%;
        position: absolute;
        top: 30%;
        padding: 0 15px;
    }

    .conyu_img {
        position: absolute;
        top: -200px;
        right: 40px;

    }

    .form_ipts {
        padding: 0;
    }

    .my_optima {
        width: 100%;
        height: 535px;
        /* margin-top: 15px; */
    }

    .my_optima_title {
        padding: 30px;
        color: #fff;

    }

    .my_optima_title > h1 {
        font-size: 25px;
    }

    .my_optima_title > h2 {
        line-height: 24px;
    }

    .my_optima_dl {
        padding: 30px;
    }

    .my_optima_dl a button {
        margin-bottom: 20px;
    }

    .woper {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .woper-dwxt {
        padding: 0 15px;
    }

    .customerin_conent > h2 {
        font-size: 25px;
    }

    .btn-danger {
        width: 83%;
    }

    .customerin_titlea {
        margin-top: 30px;
    }

    .customerin_titlea h2 {
        font-size: 25px;
    }

    .customerin_inp .crin_inp {
        width: 47.5%;
    }

    .economic {
        width: 100%;
    }

    .land h2 {
        display: none;
    }

    .my_optima_dltgh {
        padding: 0;
    }

    .jkut a {
        margin-top: 10px;
        color: #ffffff;
    }

    .fgre {
        margin-top: 8px;
        color: #fff;
    }

    .customerin_inp .mySpanImg {
        width: 20%;
    }

    .aontactus_conent_imgawq {
        display: block;
    }

    .loytqe_opi {
        color: #fff;
    }

    .loyt {
        color: #fff;
    }

    .zc_cvdad input {
        color: #fff;
    }

    input::-webkit-input-placeholder {
        color: #fff;
    }

    /**/
}

/* 手机 */

/* 欧罗拉 */
.banner_img {
    width: 100%;
    height: 60vh;
    background: url('../images/ola.jpg') no-repeat;
    background-size: 100% 100%;
}

.banner_imgty {
    width: 100%;
    height: 60vh;
    background: url('../images/news_banner.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
}

.banner_inner_bg {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    filter: alpha(opacity=30);
}

.event_news {
    padding-top: 50px;
    padding-bottom: 100px;
}

.banner_conent {
    position: relative;
    width: 100%;
    height: 60vh;
}

.banner_cot_hbq {
    position: absolute;
    top: 25%;
    left: 0;
    color: #ffffff;
}

.banner_cot_hbq h2 {
    font-size: 50px;
    letter-spacing: 1px;
}

.banner_cot_hbq h4 {
    font-size: 26px;
    letter-spacing: 1px;
    margin-top: 15px;
}

.about_optima_conenta {
    margin-bottom: 30px;
}

.wppera {
    background: #fff;
    margin: 60px 0;
}

/* .banner_swiper{
    margin-top: 45px;
} */
.about_oima_inta {
    padding-left: 0;
    padding-right: 50px;
}

.about_optima_introduce .about_introduce_abc {
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}

.banner_swipera {
    margin-top: 50px;
}

.about_oproduce_vb {
    margin-top: 50px;
}

.about_oduce_meiz {
    margin-top: 30px;
}

.about_oduce_meiz a {
    font-size: 14px;
    color: #666;
}

.banner_imga {
    width: 100%;
    height: 60vh;
    background: url('../images/hmj.jpg') no-repeat;
    background-size: 100% 100%;
}

.banner_cot_hbq p {
    margin-top: 60px;
    font-size: 18px;
}

.about_optima_introduce h3 {
    margin-top: 20px;
    color: #333333;
}

.about_optima_introduce .about_introduce_abcd {
    padding-top: 15px;
    color: #666;
}

.about_optima_introduce_opi {
    padding-top: 66px;
}

.npm_opi {
    margin-top: 20px;
    position: absolute;
    left: 8%;
    bottom: -55px;
    z-index: 9;
}

.npm_opi img {
    margin-right: 10px;
}

.about_introduce_abcfg {
    border-bottom: 1px solid #666;
    color: #666;
    margin-top: 30px;
    width: 21.5%;
}

.about_introduce_conac {
    margin-top: 20px;
}

.at_tma_oduce {
    margin-top: 50px;
    color: #000;
}

.about_introduce_con_ty {
    font-size: 14px;
    line-height: 24px;
}

.banner_imgb {
    width: 100%;
    height: 60vh;
    background: url('../images/tzjm.jpg') no-repeat;
    background-size: 100% 100%;
}

.estment_alliance {
    padding: 0;
}

.estment_alliance h2 {
    font-size: 48px;
    color: #1a1a1b;
    margin: 50px 0;
}

.about_introduce_conac {
    line-height: 21px;
}

.banner_imgc {
    width: 100%;
    height: 60vh;
    background: url('../images/gjkh.jpg') no-repeat;
    background-size: 100% 100%;
}

.warpper_conen {
    /* width: 100%; */
    margin-top: 80px;
}

.rnational_customer {
    padding: 0;
    width: 100%;
    height: 60vh;
    background: url('../images/gjkh.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

/*我的修改的1*/
div[class*="cmer_nice"] {
    width: 20px;
    height: 32px;
    position: absolute;
}

/*我的修改的1*/

.ral_cmer {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    top: 20%;
    left: 52.5%;
}

.ral_cmer1 {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}

.ral_cmer_nice span {
    display: block;
    width: 100px;
    height: 20px;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 22%;
    left: -386%;
}

.ral_cmera {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    top: 23%;
    left: 51.5%;
}

.ral_cmera1 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    top: 21%;
    right: 37.5%;
}

.cmer {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    top: 0%;
    right: 0%;
}

.ral_cmera1a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.ral_cmer_nicea span {
    display: block;
    width: 100px;
    height: 20px;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 100%;
    left: -450%;
}

.ral_cmera2 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    top: 36%;
    right: 36.5%;
}

.ral_cmera2a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.ral_cmera3 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    top: 48%;
    right: 21.5%;
}

.ral_cmera3a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.ral_cmera4 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    top: 43%;
    right: 15%;
}

.ral_cmera4a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.ral_cmera5 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    top: 37%;
    right: 17.5%;
}

.ral_cmera5a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.ral_cmera6 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    top: 36.5%;
    right: 15.3%;
}

.ral_cmera6a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.ral_cmer_niceb span {
    display: block;
    width: 100px;
    height: 20px;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 60%;
    left: 100%;
}

.ral_cmera7 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    top: 51%;
    right: 40%;
}

.ral_cmera7a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.customerin_btn_selects {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.customerin_btn_selects input {
    background: #999;
}

.container.woper-dwxt {
    border-top: 1px solid #dcdcdc;
    padding-bottom: 50px;
}

.ral_cmera8 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    top: 48%;
    left: 44%;
}

.ral_cmera8a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ral_cmera9 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    top: 22%;
    left: 14%;
}

.ral_cmera9a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ral_cmera10 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    top: 11%;
    left: 14%;
}

.ral_cmera10a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}

.ral_cmera11 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    top: 60%;
    left: 19%;
}

.ral_cmera11a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    top: 0;
    left: 0%;
}

.ral_cmera12 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    bottom: 5%;
    left: 24.5%;
}

.ral_cmera12a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ral_cmera13 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    top: 40%;
    left: 14%;
}

.ral_cmera13a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ral_cmera14 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    bottom: 33%;
    left: 27%;
}

.ral_cmera14a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ral_cmera15 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    bottom: 46%;
    left: 23%;
}

.ral_cmera15a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ral_cmera16 {
    width: 20px;
    height: 32px;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
    position: absolute;
    top: 47%;
    left: 23%;
}

.ral_cmera16a {
    width: 20px;
    height: 32px;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*我修改的开始*/

div[class*="cmer_nice"] em {
    font-style: normal;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 12px;
    color: #eee;
    width: 100%;
}

.ral_cmera17 {
    top: 74%;
    left: 86%;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
}

.ral_cmera17a {
    background: url('../images/slb_a.png') no-repeat 100% 100%;
}

.ral_cmera18 {
    top: 55%;
    left: 84%;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
}

.ral_cmera18a {
    background: url('../images/slb_a.png') no-repeat 100% 100%;
}

.ral_cmera19 {
    top: 77%;
    right: 47%;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
}

.ral_cmera19a {
    left: 0;
    top: 0;
    background: url('../images/slb_a.png') no-repeat 100% 100%;
}

.ral_cmera20 {

    top: 62%;
    right: 47%;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
}

.ral_cmera20a {
    background: url('../images/slb_a.png') no-repeat 100% 100%;
}

.ral_cmera21 {
    top: 43%;
    right: 47%;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
}

.ral_cmera21a {
    background: url('../images/slb_a.png') no-repeat 100% 100%;
}

.ral_cmera22 {
    top: 35%;
    right: 49%;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
}

.ral_cmera22a {
    background: url('../images/slb_a.png') no-repeat 100% 100%;
}

.ral_cmera23 {
    top: 33%;
    right: 54%;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
}

.ral_cmera23a {
    background: url('../images/slb_a.png') no-repeat 100% 100%;
}

.ral_cmera24 {
    top: 25%;
    right: 55%;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
}

.ral_cmera24a {
    background: url('../images/slb_a.png') no-repeat 100% 100%;
}

.ral_cmera25 {
    top: 20%;
    right: 54%;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
}

.ral_cmera25a {
    background: url('../images/slb_a.png') no-repeat 100% 100%;
}

.ral_cmera26 {
    top: 10%;
    right: 54%;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
}

.ral_cmera26a {
    background: url('../images/slb_a.png') no-repeat 100% 100%;
}

.ral_cmera27 {
    top: 8%;
    right: 52%;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
}

.ral_cmera27a {
    background: url('../images/slb_a.png') no-repeat 100% 100%;
}

.ral_cmera28 {
    top: 5%;
    right: 49%;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
}

.ral_cmera28a {
    background: url('../images/slb_a.png') no-repeat 100% 100%;
}

.ral_cmera29 {
    top: 14%;
    right: 27%;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
}

.ral_cmera29a {
    background: url('../images/slb_a.png') no-repeat 100% 100%;
}

.ral_cmera30 {
    top: 21%;
    right: 27%;
    background: url('../images/khgj_l.png') no-repeat 100% 100%;
}

.ral_cmera30a {
    background: url('../images/slb_a.png') no-repeat 100% 100%;
}



/*我修改的结束*/

.cmer_nice {
    opacity: 0;
    transition: all .3s;
}

.nice .cmer_nice:hover {
    opacity: 1;
    transition: all .3s;
}

.baer_cot_hbq {
    margin-top: 15px;
}

.banner_imgd {
    width: 100%;
    height: 60vh;
    background: url('../images/about _ptima.jpg') no-repeat;
    background-size: 100% 100%;
}

.banner_imgaa {
    width: 100%;
    height: 80vh;
    background: url('../images/cpxq.jpg') no-repeat;
    background-size: 100% 100%;
}

.banner_imgdfer {
    width: 100%;
    height: 60vh;
    background: url('../images/oupa.jpg') no-repeat;
    background-size: 100% 100%;
}

/* 欧罗拉 */

.index_sec2_swipera {
    width: 100%;
}

.index_sec2_swiperb {
    width: 100%;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 70px;
}

.index_sec2_swiper1Txta {
    text-align: center;
    padding-bottom: 40px;
}

.index_sec2_swiper1Txta_title h6 {
    font-size: 24px;
    color: #262626;
    font-weight: 600;
}

.index_sec2_swiper1Txta_title p {
    font-size: 16px;
    color: #262626;
    margin-top: 20px;
}

.index_sec2_swiper1Txta_img {
    margin: 60px 0;
}

.index_sec2_swiper1Imga p {
    font-size: 14px;
}

.index_sec2_swiperb_conent {
    text-align: center;
}

.indexrb_conent {
    margin-top: 40px;
}

.indexrb_conent h2 {
    font-size: 50px;
    color: #262626;
    font-weight: 600;
}

.indexrb_conent h4 {
    font-size: 30px;
    color: #262626;
    margin-top: 30px;
    font-weight: 600;
}

.indexrb_conent_img {
    font-size: 30px;
    margin-top: 30px;
    color: #262626;
    font-weight: 600;
}

.indexrb_conent_img img {
    width: 24px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.indexrb_conent_jscp {
    width: 100%;
    display: flex;
    margin-top: 50px;
}

.indexrb_conent_jscpa {
    width: 50%;
    text-align: right;
    margin-right: 13%;
}

.indexrb_conent_jscpa h3 {
    font-size: 20px;
    color: #262626;
    font-weight: 600;
}

.indexrb_conent_jscpb {
    width: 50%;
    text-align: left;
    margin-left: 13%;
}

.indexrb_conent_jscpb h3 {
    font-size: 20px;
    color: #262626;
    font-weight: 600;
}

.indexrb_con_mm a {
    font-size: 40px;
    color: #262626;
    position: relative;
    top: 20px;
    font-weight: 600;
}

.indexrb_con_mm a span {
    font-size: 16px;
    color: #262626;
    font-weight: normal;
}

.indexrb_con_mm img {
    position: relative;
    top: 8px;
    margin-right: 5px;
}

.ind_cpb_lg {
    margin-top: 60px;
    width: 55%;
}

.ind_cpb_lg a {
    font-size: 14px;
    color: #666666;
}

.index_sec_title {
    text-align: center;
    font-weight: 600;
}

.productdetails {
    margin-top: 60px;
}

.productdetails h2 {
    font-size: 26px;
    color: #262626;
    font-weight: 600;
}

.productdetails_tab {
    margin-top: 25px;
}

.productdetails_tab span {
    font-size: 14px;
    color: #262626;
    display: inline-block;
    width: 100%;
    border-bottom: 5px solid #e6e6e6;
    padding-bottom: 5px;
    margin-right: 20px;
    cursor: pointer;
}

.productdetails_tab .boytr {
    border-bottom: 5px solid #d92129;
}

.productdetails_bannera .about_introduce_abc {
    font-size: 14px;
    color: #262626;
}

.swiper-pagination_2 {
    bottom: 20px !important;
}

.swiper-pagination_2 span.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #ccc !important;
}

.swiper-pagination_2 span.swiper-pagination-bullet-active {
    background: #d82128 !important;
}

.productdetails {
    position: relative;
}

.index_swiper_prev5 {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -12px;
    z-index: 2;
    cursor: pointer;
}

.index_swiper_next5 {
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -12px;
    z-index: 2;
    cursor: pointer;
}

.oductdetails_banne a {
    margin-top: 20px;
    font-size: 14px;
    color: #262626;
    display: block;
}

.ba_swiper {
    margin-top: 15px;
}

.index_swiper_prev {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -12px;
    z-index: 2;
    cursor: pointer;
}

.index_swiper_prevxx {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -12px;
    z-index: 2;
    cursor: pointer;
}

.index_swiper_next {
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -12px;
    z-index: 2;
    cursor: pointer;
}

.index_swiper_nextxx {
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -12px;
    z-index: 2;
    cursor: pointer;
}

.bav_swiper {
    margin-top: 15px;
}

.productdetails_banner {
    margin-top: 15px;
}

.productdetails_xgt {
    margin-top: 85px;
}

.productdetails_xgt h2 {
    font-size: 26px;
    color: #262626;
    font-weight: 600;
}

.producils_img {
    margin-top: 40px;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.producils_img_ban {
    width: 30%;
    margin: 0 15px 0 0px;
    height: 180px;
    flex-shrink: 0;
    position: relative;
}

.producils_img_ban img {
    width: 100%;
    height: 100%;
}

.producils_img_ban img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.gallery-thumba {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.indper_prev {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: all .6s;
    cursor: pointer;
}

.inper_next {
    position: absolute;
    top: 35%;
    right: 0;
    z-index: 10;
    opacity: 0;
    transition: all .6s;
    cursor: pointer;
}

.gallery-thumba:hover .indper_prev {
    opacity: 1;
}

.gallery-thumba:hover .inper_next {
    opacity: 1;
}

.productdetails_jsq {
    margin-top: 70px;
    display: flex;
}

.productdetails_jsq_left {
    width: 50%;
}

.productdetails_jsq_left > h2 {
    font-size: 34px;
    color: #262626;
    font-weight: 600;
}

.productdetails_jsq_left > p {
    font-size: 14px;
    color: #262626;
    margin-top: 15px;
}

.pro_jsq_left {
    margin-top: 80px;
}

.pro_jsq_left > h2 {
    font-size: 24px;
    color: #262626;
    font-weight: 600;
    margin-bottom: 5px;
}

.pro_jsq_left > a {
    display: block;
    width: 40%;
    text-align: center;
    line-height: 30px;
    background: #262626;
    color: #fefefe;
    font-size: 14px;
    font-weight: 600;
    margin: 25px 0;
}

.productdetails_jsq_right {
    width: 50%;
    text-align: center;
    margin-top: 12%;
}

/* .productdetails_jsq_right>img{
	width: 140px;
} */
.productds_loan {
    margin-top: 60px;
    width: 100%;
    display: flex;
    overflow: hidden;
    padding: 0 30px;
    /* flex-shrink: 0; */
}

.productds_loan_lefx {
    /* flex-shrink: 0; */
    width: 35%;
}

.productds_lo_opi {

    display: flex;
    padding: 18px 0;
}

.pr_xian {
    width: 62%;
    border: 2px solid red;
}

.productds_loan_yuan {
    width: 20px;
    height: 20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    margin: 35px 15px;
    /* flex-shrink: 0; */
}

.productds_loan_conent {
    /* flex-shrink: 0; */
}

.productds_loan_conent h3 {
    font-size: 18px;
    color: #262626;
    margin-bottom: 10px;
}

.productds_loan_conent a {
    font-size: 14px;
    color: #262626;
    margin-bottom: 10px;
    display: block;
}

.productds_loan_conent a span {
    font-size: 14px;
    color: #ef1717;
    margin-left: 10px;
}

.productds_loan_conent p {
    font-size: 14px;
    color: #262626;
    margin-top: 0;
}

.productds_loan_tyr span {
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}

.productds_loan_tyr span:last-child {
    margin-left: 10px;
}

.productds_loan_tyr span img {
    transform: rotate(90deg);
    margin: 0 3px;
}

.productds_loan_ta {
    margin: 20px 0;
}

.productds_loan_ta span {
    font-size: 14px;
    letter-spacing: 1px;
}

.productds_loan_tatj {
    font-size: 14px;
    display: flex;
}

.prs_lo_tj {
    border: 1px solid #666;
    width: 15%;
    display: block;
    line-height: 30px;
    border-radius: 6px;
    text-align: center;
    margin-top: -5px;
}

.prs_lo_tja {
    display: block;
    margin-left: 15px;
}

.prs_lo_tj span {
    margin: 0 15px;
    cursor: pointer;
}

.prs_lo_tj img {
    cursor: pointer;
}

.prs_lo_img {
    transform: rotate(180deg)
}

.soufu p {
    margin: 15px 0;
    font-size: 14px;
}

.soufu p img {
    transform: rotate(90deg);
}

.soufu_js {
    width: 30%;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 10px;
    height: 36px;
}

.soufu_js img {
    margin-left: 30px;
}

.soufu_lx {
    display: flex;
    margin: 15px 0;
}

.soufu_lx p {
    margin: 0 5px;
    height: 23px;
    padding: 0 8px;
    line-height: 23px;
    text-align: center;
    background: #f3f3f3;
    border-radius: 8px;
}

.soufu_lx p span {
    width: 110px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background: #f3f3f3;
    border-radius: 8px;
    display: block;
}


.soufu_ty a {
    margin: 10px 10px 10px 0;
    display: inline-block;
    width: 25%;
    line-height: 50px;
    text-align: center;
    /* background: #666; */
    color: #fff;
    font-size: 14px;
}

.soufu_ty .soufu_lxa {
    background: #d92129;
}
.soufu_lxa.addcart {
    border: 1px solid #d92129;
    background-color: #fff;
    color: #d92129;
}

.soufu_ty p {
    margin-bottom: 10px;
    color: #262626;
    font-size: 14px;
}

.soufu_hju a {
    display: inline-block;
    width: 31.5%;
    line-height: 25px;
    border: 1px solid #666;
    margin-right: -4px;
    text-align: center;
}
#collection {
    display: inline-block;
    position: relative;
    top: 16px;
    margin: 0;
    width: 7.5%;
    border: 1px solid #eee;
    text-align: center;
    line-height: normal;
    position: relative;
    top: 10px;
}

#collection .wrr {
    width: 100%;
    height: 100%;
}
#collection span {
    display: inline-block;
    color: #999;
    padding-bottom: 6px;
}
#collection img {
    display: block;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 3px;
    margin-top: 5px;
}

.jrdb {
    width: 100%;
    display: flex;
    margin-top: 50px;
}

.jrdb_opi {
    width: 50%;
    display: flex;
}

.jrdb_opi a {
    display: flex;
    width: 43%;
    display: inline-block;
    line-height: 30px;
    background: #666;
    text-align: center;
    color: #fff;
    margin-right: 5%;
}

.ppuia {
    margin-top: 40px;
    padding-bottom: 30px;
}

.jrdb_ty {
    width: 50%;
}

.jrdb_ty a {
    font-size: 14px;
    color: #262626;
    font-weight: 600;
}

.juyt_foor {
    margin: 20px 0 80px;
    font-size: 14px;
    color: #262626;
}

.banner_imggh {
    width: 100%;
    height: 60vh;
    background: url('../images/gyshz.jpg') no-repeat;
    background-size: 100% 100%;
}

.suppliercooption {
    background: #fff;
    width: 100%;
    margin-top: 60px;
}

.suppliercooption_tit h2 {
    font-size: 48px;
    color: #1a1a1b;
    padding: 60px 0;
}

.suppliercooption_conent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.supp_ent {
    width: 48%;
    margin-right: 15px;
}

.supp_ent_img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.supp_ent p {
    padding: 18px 0 20px 0;
    font-size: 20px;
    color: #262626;
    text-align: center;
    cursor: pointer;
}

.suppliercooption_tit {
    margin-bottom: 20px;
}

.suppliona h2 {
    margin: 60px 0;
    font-size: 48px;
    color: #262626;
    /* font-weight: 600; */
}

.suppliona_conent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.suppliona_conent_trfx {
    width: 23%;
    margin-right: 15px;
    margin-bottom: 30px;
}

.suppnt_trfx img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.suppnt_cont {
    padding: 20px 0px 0px 15px;
    border: 1px solid #d2d2d2;
    border-top: none;
}

.suppnt_cont h3 {
    font-size: 20px;
    color: #1a1a1b;
    cursor: pointer;
}

.ering_esta img {
    cursor: pointer;
}

.suppnt_cont p {
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.custorin_inp {
    display: flex;
}

.custorin_inp input {
    width: 21%;
    outline: none;
    background: #f1f1f1;
    border: none;
    font-size: 14px;
    color: #757575;
    line-height: 35px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.kliuy_img {
    width: 50%;
    /* line-height: 42px; */
}

.kliuy_img button {
    width: 20%;
    border: none;
    background: #bfbfbf;
    line-height: 35px;
    outline: none;
    color: #000;
    font-size: 18px;
    /* margin-top: 20px; */
}

.cust_tit {
    width: 100%;
    display: flex;
    margin: 5px 0;
}

.cust_tit_con {
    margin-left: 30px;
    display: flex;
}

.cust_tit_con input[type=radio] {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    position: relative;
    border-radius: 100%;
    border: none;
    position: relative;
    top: -2px;
    margin-top: 0;
}

.cust_tit_con i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f1f1f1;
    display: inline-block;
}

.cust_tit_con p span {
    margin-right: 30px;
    font-size: 14px;
    color: #757575;
    margin-left: 10px;
    position: relative;
    top: -4px;
}

.cust_tit_inp {
    margin-top: 10px;
}

.gxq {
    margin: 30px 0;
    font-size: 24px;
    color: #333333;
}

.out_opt {
    display: none;
}

.banner_imgopi {
    width: 100%;
    height: 60vh;
    background: url('../images/hlwjz.jpg') no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 768px) {
    .custorin_inp input {
        width: 55%;
    }

    .kliuy_img img {
        width: 50%;
    }

    .kliuy_img button {
        width: 47%;
    }

    .banner_imga {
        height: 40vh;
    }

    .banner_cot_hbq {
        position: absolute;
        top: 20px;
        left: 10px;
    }

    .banner_cot_hbq h2 {
        font-size: 20px;
        margin-top: 60px;
    }

    .banner_cot_hbq h4 {
        font-size: 18px;
        margin-top: 5px;
    }

    .banner_cot_hbq p {
        margin-top: 20px;
        font-size: 12px;
    }

    .about_optima_conenta {
        margin-top: 20px;
    }

    .about_optima_conent .about_conent {
        margin-bottom: 15px;
    }

    .about_optima_introduce > h2 {
        font-size: 18px;
        padding: 0px 15px;
    }

    .about_optima_introduce .about_introduce {
        padding: 0 15px;
        margin-top: 10px;
    }

    .about_introduce_con {
        margin-top: 10px;
        padding: 0 15px;
    }

    .about_introduce_con > p {
        margin-top: 5px;
    }

    .about_optima_introduce .about_introduce_abc {
        text-align: left;
        padding: 0px 15px;
    }

    .about_optima_introduce h3 {
        font-size: 18px;
        text-align: left;
        padding: 10px 15px 0;
        color: #000000;
        letter-spacing: 1px;
        font-weight: 600;
    }

    .about_optima_introduce .about_introduce_abcd {
        text-align: left;
        padding: 10px 15px 0;
    }

    .npm_opi {
        text-align: left;
        padding: 0 15px;
        margin-top: 15px;
    }

    .about_oima_inta {
        width: 50%;
        padding: 0 15px;
    }

    .about_introduce_abcfg {
        width: 80%;
        margin-top: 10px;
        border-bottom: none;
    }

    .about_oima_in {
        width: 50%;
    }

    .about_introduce_conac {
        text-align: left;
        padding: 10px 15px 0;
        margin-top: 0;
    }

    .about_introduce_con_ty {
        text-align: left;
        padding: 10px 15px 0;
        margin-top: 10px;
    }

    .out_opt {
        display: block;
        margin-top: 10px;
    }

    .out_opta {
        display: none;
    }

    .at_tma_oduce {
        margin-top: 20px;
    }

    .banner_img {
        height: 30vh;
    }

    .banner_swiper {
        margin-top: 0px;
    }

    .tima_introdu {
        display: flex;
        flex-direction: column-reverse;
    }

    .about_oima_intcdf {
        width: 100%;
    }

    .about_oduce_meiz {
        text-align: left;
        padding: 10px 15px 0;
        margin-top: 10px;
    }

    .banner_imgc {
        height: 30vh;
    }

    .banner_imgopi {
        height: 30vh;
    }

    .banner_imgd {
        height: 30vh;
    }

    .ppuia {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .thomefurnishings_conent p {
        margin-bottom: 15px;
    }

    .banner_imgb {
        height: 30vh;
    }

    .estment_alliance h2 {
        font-size: 18px;
        margin: 20px 0;
        margin-left: 15px;
        font-weight: 600;
    }

    .banner_imgty {
        height: 20vh;
        display: none;
    }

    .banner_imgaa {
        height: 40vh;
        /*margin-top: 52px;*/
    }

    .index_sec2 .container > .ec_title {
        font-size: 22px;
    }

    .index_sec2_top {
        margin-top: 20px;
    }

    .index_sec2_swiper1Txta_title h6 {
        font-size: 18px;
    }

    .index_sec2_swiper1Txta_title p {
        margin-top: 10px;
    }

    .index_sec2_swiper1Txta_img {
        margin: 5px 0 30px;
    }

    .index_sec2_swiper1Txta_img img {
        height: 270px;
    }

    .indexrb_conent {
        margin-top: 20px;
    }

    .indexrb_conent h2 {
        font-size: 24px;
        font-weight: 600;

    }

    .indexrb_conent h4 {
        font-size: 18px;
        margin-top: 5px;
    }

    .indexrb_conent_img {
        font-size: 16px;
        margin-top: 20px;
        font-weight: 600;
    }

    .indexrb_conent_jscpa {
        margin-right: 0%;
        margin-left: 8%;
        text-align: left;
    }

    .indexrb_conent_jscpa h3 {
        font-size: 20px;
    }

    .indexrb_con_mm a {
        font-size: 20px;
        position: relative;
        top: 0;
        margin-top: 20px;
        display: inline-block;
    }

    .indexrb_con_mm img {
        width: 25px;
        height: 25px;
    }

    .indexrb_conent_jscpb {
        margin-right: 8%;
        text-align: right;
        margin-left: 0;
    }

    .ind_cpb_lg {
        width: 73%;
    }

    .index_sec2_swiperb_conent {
        margin-top: 50px;
    }

    .productdetails_tab span {
        width: 100%;
    }

    .productdetails {
        margin-top: 20px;
    }

    .productdetails h2 {
        padding-left: 15px;
    }

    .productdetails_tab {
        padding-left: 15px;
    }

    .productdetails_bannera .about_introduce_abc {
        margin-top: 15px;
    }

    .productdetails_xgt {
        margin-top: 20px;
    }

    .productdetails_jsq {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .productdetails_jsq_left {
        width: 100%;
        padding: 0 15px;
    }

    .productdetails_jsq_left > h2 {
        font-size: 18px;
        margin-top: 15px;
    }

    .pro_jsq_left {
        margin-top: 20px;
    }

    .pro_jsq_left > h2 {
        font-size: 18px;
    }

    .pro_jsq_left > a {
        margin-top: 10px;
    }

    .productds_loan {
        margin-top: 30px;
    }

    .soufu {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .soufu_js {
        width: 100%;
        padding-right: 0;
        padding: 0 15px;
    }

    .soufu_ty img {
        width: 100%;
    }

    .jrdb {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .jrdb_opi {
        width: 100%;
        padding: 0 15px;
    }

    .jrdb_ty {
        width: 100%;
        padding: 0 15px;
        margin-top: 10px;
    }

    .juyt_foor {
        margin: 20px 0;
        padding: 0 15px;
    }

    .about_optima_conent {
        margin-top: 30px;
    }

    .banner_imgdb {
        height: 30vh;
    }

    .banner_imggh {
        height: 30vh;
    }

    .suppliercooption {
        margin-top: 30px;
    }

    .suppliercooption_tit h2 {
        font-size: 18px;
        padding: 20px 15px;
        font-weight: 600;
    }

    .supp_ent {
        width: 100%;
        margin-right: 0;
        padding: 0 15px;
    }

    .suppliona h2 {
        margin: 20px 15px;
        font-size: 18px;
    }

    .suppliona_conent_trfx {
        width: 100%;
        margin: 0 0;
        padding: 0 15px;
    }

    .suppnt_cont {
        border: 0;
    }

    .ral_cmer_niceb span {
        font-size: 12px;
    }

    .ral_cmer_nice span {
        font-size: 12px;
    }

    .ral_cmer_nicea span {
        font-size: 12px;
    }

    .omefurnishing_conent {
        padding: 0 15px;
    }

    .talent_recruitment .active_xssol {
        color: #1a1a1b;
        text-align: left;
        padding: 0 15px;
    }

    .banner_imgmn {
        height: 40vh;
    }

    .productdetails_xgt h2 {
        padding: 10px 0px;
    }

    .productdetails_jsq_right {
        margin-top: 0;
        width: 100%;
        text-align: left;
        padding-left: 15px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 40px;
    }

    .boy_doyuxx .boytrxx {
        width: 30%;
    }

    .boy_doyuxx > span:last-child {
        width: 30%;
    }

    .gallery-thumba {
        margin-top: 20px;
    }

    .tdetails_jsq_rig {
        display: none;
    }

    /*.color_classification{
        	width: 100%;
        }*/
    /* .index_sec2_swiper1Txta>p{
             margin-top: 30px;
        }*/
}

.banner_cot_kbq {
    position: absolute;
    top: 25%;
    left: 0;
    color: #fff;
    width: 100%;
}

.banner_cot_kbq p {
    font-size: 28px;
    color: red;
    line-height: 40px;
}

.banner_cot_kbq h2 {
    font-size: 45px;
    padding-bottom: 25px;
    margin-top: 150px;
}

.banner_cot_hskys {
    display: flex;
    width: 100%;
    margin-top: 60px;
    margin-left: 20px;
}

.banner_cot_hskys ul {
    width: 10%;
}

.banner_cot_hskys ul li {
    line-height: 30px;
    font-size: 16px;
    color: #ececec;
}

.active_xs {
    margin-top: 4%;
}

.banner_cot_kbq {
    position: absolute;
    top: 3%;
    left: 2%;
    color: #fff;
    width: 100%;
}

.banner_cot_hskys {
    margin-top: 10px;
    margin-left: 0;
}

.banner_cot_hskys ul {
    width: 16%;
}

.banner_cot_hskys ul li {
    line-height: 20px;
    font-size: 12px;
}

.invet_bulin_conent {
    display: flex;
}

.index_sec2_swiper1Txta_title h6 {
    margin-bottom: 30px;
}

}

.sororitypage {
    width: 100%;
    margin: 0px 0 30px;
}

.sororitypage_tit {
    width: 100%;
    text-align: center;
    position: relative;
}

.sororitypage_tit > i {
    display: block;
    width: 1px;
    height: 70px;
    background: #595959;
    margin-left: 50%;
}

.sororitypage_tit > h2 {
    font-size: 30px;
    color: #000;
}

.sororitypage_time {
    margin-top: 10px;
    font-size: 18px;
    color: #000;
}

.sororitypage_tit > p {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

.sororitypage_conent {
    text-align: center;
}

.sororitypage_conent p {
    width: 100%;
}

.sororitypage_conent p img {
    width: 100%;
}

.soroge_time {
    display: flex;
    justify-content: space-between;
}

.soroge_time > a {
    display: block;
    width: 100px;
    line-height: 35px;
    font-size: 16px;
    border: 1px solid #000;
    text-align: center;
    margin: 0 auto;
}

.sororitypage_reading {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tit_hyu {
    width: 100%;
}

.sororitypage_related {
    width: 32.5%;
    margin-right: 10px;
}

.lated {
    margin-right: 0;
}

.sororitypage_related_img {
    width: 100%;
    overflow: hidden;

}

.sororitypage_related .sororitypage_related_img:hover img {
    transform: scale(1.2, 1.2);
    transition: all .6s;
}

.sororitypage_related_img img {
    width: 100%;
    transition: all .6s;
}

.sororitypage_related_conent h2 a {
    display: block;
    font-size: 18px;
    color: #000;
    margin: 15px 0;
    height: 40px;
    overflow: hidden;
}

.sororitypage_related_conent p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.sororitypage_related_conent p a {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    border: 1px solid #b6b6b6;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.tit_hyu h2 {
    font-size: 30px;
    color: #000;
    margin: 0 0 20px;
}

@media (max-width: 768px) {
    .sororitypage_related {
        width: 100%;
        margin-right: 0px;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .tit_hyu {
        padding: 0 15px;
    }

    .banner_imgdfer {
        height: 40vh;
    }

    .sororitypage_reading, .tit_hyu, .soroge_time > p {
        display: none;
    }

    .soroge_time > a {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .banner_cot_kbq h2 {
        font-size: 22px;
        padding-bottom: 10px;
        margin-top: 60px;
        margin-left: 10px;
    }

    .banner_cot_kbq p {
        font-size: 16px;
        color: red;
        margin-left: 10px;
        line-height: 25px;
    }

    .sororitypage_tit > h2 {
        font-size: 20px;
        color: #000;
    }

}

.opgfwx {
    position: relative;
}

.gfwx {
    position: absolute;
    top: -150px;
    left: 0;
    display: none;
    transition: all 2s;
}

/* .lrx:hover .gfwx{
    display: block;
} */

.jdsc {
    position: relative;
}

.jdgfwx {
    position: absolute;
    top: -120px;
    left: 0;
    display: none;
    transition: all 2s;
}

.jdgfwx img {
    width: 120px;
}

.jdsc:hover .jdgfwx {
    display: block;
}

.opwxsc {
    position: relative;
}

.wxsc {
    position: absolute;
    top: -120px;
    left: 0;
    display: none;
    transition: all 1s;
}

.wxsc img {
    width: 120px;
}

.opwxsc:hover .wxsc {
    display: block;
    /* opacity: 1; */
}

.sec1_prods_txt a h6 {
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    margin-bottom: 10px;
}

.npm_opi img {
    cursor: pointer;
}

.npm_opi img:nth-child(1) {
    transform: rotate(355deg)
}

/* .npm_opi img:nth-child(2){
    transform: rotate(180deg)
} */
/* 投资加盟 */
.welcome_to_join {
    width: 100%;
}

.welcome_to_join_tit h2 {
    font-size: 30px;
    color: #1a1a1a;
    font-weight: 600;
}

.welcome_conent {
    margin-top: 30px;
}

.welcome_conent h2 {
    font-size: 20px;
    color: #010101;
    font-weight: 600;
    margin-bottom: 20px;
}

.welcome_conent_jmn {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.welcome_to_joina {
    width: 100%;
    margin-top: 40px;
}

.welcome_joina_conent h2 {
    font-size: 20px;
    color: #010101;
    font-weight: 600;
    margin-bottom: 20px;
}

.wel_join {
    width: 100%;
}

.wel_join_tit h2 {
    font-size: 30px;
    color: #010101;
    font-weight: 600;
    margin-bottom: 25px;
}

.wel_join_conent {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.wel_conent_img {
    width: 100%;
    margin-top: 35px;
}

.join_message {
    width: 60%;
    margin-top: 55px;
}

.join_message_tit {
    font-size: 30px;
    color: #010101;
    font-weight: 700;
    margin-bottom: 30px;
}

.join_messa_telephone p:nth-child(1) {
    font-size: 16px;
    color: #323232;
    margin-bottom: 5px;
}

.join_messa_telephone p:nth-child(2) {
    font-size: 14px;
    color: #666666;
}

.join_messa_consultation {
    width: 100%;
    margin-top: 30px;
}

.join_messa_consultation > h2 {
    font-size: 16px;
    color: #323232;
    font-weight: 600;
    margin-bottom: 15px;
}

.customerin_inpa input {
    width: 49%;
    outline: none;
    background: #f1f1f1;
    border: none;
    font-size: 14px;
    color: #757575;
    line-height: 35px;
    padding-left: 15px;
    margin: 7px 0;
}

.join_messa_consion {
    display: flex;
}

.customerin_inpb input {
    width: 99%;
    outline: none;
    background: #f1f1f1;
    border: none;
    font-size: 14px;
    color: #757575;
    line-height: 35px;
    padding-left: 15px;
    margin: 7px 0;
}

.customerin_inpc input {
    width: 33%;
    outline: none;
    background: #f1f1f1;
    border: none;
    font-size: 14px;
    color: #757575;
    line-height: 35px;
    padding-left: 15px;
    margin: 7px 0;
}

.but_oup {
    margin: 7px 0;
}

.customerin_inpc .oiut {
    width: 49%;
}

.customerin_inpc a button {
    width: 10%;
    border: none;
    background: #bfbfbf;
    line-height: 35px;
    outline: none;
    margin-left: 10px;
    color: #333;
    font-size: 18px;
}

.customerin_btn1 button {
    width: 20%;
    border: none;
    background: #d82128;
    line-height: 40px;
    outline: none;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.wel_join_message textarea {
    width: 70.3%;
    height: 13vh;
    background: #f1f1f1;
    margin-top: 10px;
    padding: 10px 10px;
    font-size: 14px;
    outline: none;
    border: none;
    resize: none;
}

.wel_join_message textarea::placeholder {
    color: #333;
}

.btna {
    width: 42%;
}

.btnb {
    width: 84%;
}

.btnc {
    width: 84%;
}

.btnd {
    width: 91%;
}

@media (max-width: 768px) {
    .wel {
        padding: 0 15px;
    }

    .wppera {
        margin: 30px 0;
    }

    .welcome_to_join_tit h2 {
        font-size: 18px;
    }

    .welcome_conent {
        margin-top: 10px;
    }

    .welcome_conent h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .welcome_conent_jmn {
        font-size: 12px;
    }

    .welcome_to_joina {
        margin-top: 15px;
    }

    .welcome_joina_conent h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .wel_join {
        margin-top: 20px;
    }

    .wel_join_tit h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .wel_join_conent {
        font-size: 12px;
    }

    .wel_conent_img {
        margin-top: 15px;
    }

    .join_message {
        width: 100%;
        padding: 0 15px;
        margin-top: 20px;
    }

    .join_message_tit {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .join_messa_telephone p:nth-child(1) {
        font-size: 14px;
    }

    .join_messa_telephone p:nth-child(2) {
        font-size: 14px;
    }

    .join_messa_consultation {
        margin-top: 15px;
    }

    .btna {
        width: 84%;
    }

    .join_messa_consion {
        display: flex;
        flex-wrap: wrap;
    }

    .btnb {
        width: 84%;
    }

    .btn-groupabc {
        margin-bottom: 15px;
    }

    .customerin_inpc .oiut {
        width: 40%;
    }

    .customerin_inpc img {
        width: 17%;
    }

    .customerin_inpc a button {
        width: 17%;
        font-size: 14px;
    }

    .oiut {
        color: #000;
    }

}

.gxq > h2 {
    font-weight: 600;
    font-size: 24px;
}

.tdetails_jsq_rig {
    margin-top: 30px;
    color: #4d4d4d;
    font-size: 14px;
}

.tdetails_jsq_rig a {
    margin: 0 10px;
}

.banner_imgdb {
    position: relative;
}

.banner_imgdb p {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(143, 143, 139, 0.2);
}

.banner_img {
    position: relative;
}

.banner_img p {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(143, 143, 139, 0.2);
}

.banner_imgb {
    position: relative;
}

.banner_imgb p {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(143, 143, 139, 0.2);
}

/* 投资加盟 */

/* About Optima */

/* report.html */
.report_content {
    width: 100%;
}

.report_content_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.report_content_flex > div {
    width: 48%;
}

.report_content_flex_right_top h3 {
    margin-top: 30px;
    color: #333;
    font-weight: 900;
}

.report_content_flex_right_top textarea {
    width: 100%;
    height: 170px;
    background: #f1f1f1;
    margin-top: 30px;
    resize: none;
    box-sizing: border-box;
    padding: 10px 5px;
}

.file_report {
    margin-top: 30px;
}

.filess_report, .filess_report:focus {
    border: none;
    outline: none;
    color: #333;
    font-size: 14px;
}

#sub {
    padding: 10px 15px;
    background: #d82128;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    margin-top: 30px;
}

.report_content_flex:last-child {
    margin-top: 30px;
}

.report_content_flex_right_top_text {
    margin-top: 30px;
}

.report_content_flex_right_top_text > h5 {
    color: #d82128;
    font-size: 14px;
}

.report_content_flex_right_top_text > p {
    font-size: 14px;
    line-height: 2;
    margin-top: 15px;
    letter-spacing: 2px;
}

.report_content_flex_right_flex {
    margin-top: 30px;
    display: flex;
}

.report_content_flex_right_flex > div {
    width: 50%;
}

.report_content_flex_right_flex_list p {
    /* margin-bottom: 15px; */
    font-size: 14px;
    line-height: 30px;
}

.baomi_reprot {
    color: #999;
    margin-bottom: 0;
}

.report_content_flex_right_flex_list .iconfont {
    color: #d82128;
}

.eurty {
    margin-bottom: 90px;
}

.ppuia {
    background: #f5f5f5;
}

@media (max-width: 768px) {
    .urnishingsa > h2 {
        margin: 25px 0;
        font-size: 24px;
    }

    .rnational_customer {
        height: 40vh;
    }

    .engineering_title {
        padding: 10px 30px 15px;
    }

    .engineering_title h2 {
        font-size: 18px;
    }

    .engineering_title a {
        margin-top: 10px;
    }

    .invet_bulin_conent > span {
        margin-bottom: 5px;
    }

    .wel_join {
        margin-top: 30px;
    }

    .blueberries {
        width: 98.5%;
    }

    .blueberries1 {
        width: 97.7%;
        margin-left: 0;
        margin-top: 8px;
    }

    .shuaxins {
        width: 15%;
    }

    .join_message {
        margin-bottom: 30px;
    }

    .footer {
        padding: 30px 0;
    }

    .index_sec2_swiper1Img {
        width: 100%;
        /*height: 350px;*/
    }

    .index_sec2_swiper1Img > img {
        background-size: 100% 100%;
    }

    .index_sec2_swiper2Img {
        height: 520px;
        text-align: center;
    }

    .index_sec2_swiper2Img > img {
        height: 100%;
    }

    .producils_img_ban img:nth-child(2) {
        display: none;
    }

    .index_sec2_swiper2Img img {
        margin-left: -38px;
    }
}

/* weixin.html */
/* weixin.html */
.weixin_content {
    width: 100%;
    margin-top: 30px;
}

.weixin_content_title {
    font-size: 25px;
    letter-spacing: 1.575px;
    margin-bottom: 80px;
    font-style: normal;
    color: #262626;
    font-weight: bold;
}

.weixin_content_inners_left {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.weixin_content_inners_right {
    float: left;
    width: 50%;
    padding-left: 20px;
}

.weixin_content_inners_right h2 {
    font-size: 25px;
    letter-spacing: 1.575px;
    margin-bottom: 30px;
    font-style: normal;
    color: #262626;
    font-weight: bold;
}

.weixin_content_title1 {
    display: none;
}

.weixin_content_inners_right p {
    margin-bottom: 30px;
    color: #262626;
    font-size: 14px;
    letter-spacing: 1.575px;
}

@media (max-width: 750px) {
    .weixin_content {
        padding: 0 15px;
    }

    .weixin_content_inners_left, .weixin_content_inners_right {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .weixin_content_inners_right h2 {
        display: none;
    }

    .weixin_content_title1 {
        display: block;
    }

    .weixin_content_title {
        margin-bottom: 20px;
    }
}

/* ditu.html */
.ditu_inners {
    width: 100%;
    margin-top: 30px;
}

.ditu_inners > h2 {
    font-size: 25px;
    font-weight: bold;
    color: #262626;
}

.ditu_inners_sec1 {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.ditu_inners_sec1 h3 {
    font-size: 25px;
    font-weight: bold;
    color: #262626;
    margin-bottom: 10px;
}

.ditu_inners_sec1_t1 a {
    font-size: 14px;
    color: #262626;
}

.ditu_inners .iconfont {
    font-size: 14px;
    position: relative;
    left: -3px;
    font-weight: bold;
}

.ditu_inners_sec1_t1 a:hover .iconfont, .ditu_inners_sec2_list li:hover .iconfont {
    left: 0;
    color: #ef1717;

}

.ditu_inners_sec1_t1 a:hover, .ditu_inners_sec2_list li:hover a {
    color: #ef1717;
}

.ditu_inners_sec2 {
    margin-top: 20px;
}

.ditu_inners_sec2_list {
    width: 25%;
    float: left;
}

.ditu_inners_sec2_list h2 {
    font-size: 18px;
    color: #262626;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 13px;
}

.ditu_inners_sec2_list li {
    margin-bottom: 9px;
}

.ditu_inners_sec2_list a {
    font-size: 14px;
}

@media (max-wdith: 768px) {
    .ditu_inners_sec2_list {
        width: 50%;
    }

    .index_sec2_swiper1Txt {
        position: static;
    }

}

