@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: 'Poppins', 'Arial', sans-serif;
	font-size:14px;
	line-height:1.5;
	color:#000;
	width: 100%;
	margin:0px auto;
	background-color:#fff;
	overflow-x: hidden;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
img {
	border:0;
	display:inline;
	vertical-align: bottom;
	width:auto;
	height:auto;
	max-width:100%;
}
div, ul, li, dl, dd, span, h1, h2, p, h4, h3 {
	margin:0;
	padding:0;
	list-style:none;
}
.clear {
	clear:both; width:0px; height:0px;
}
.container {
	max-width:1400px;
	padding: 0px 40px;
	margin:0px auto;
}

* {
	box-sizing: border-box;
}

input{
	outline:none;

}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-center-y {
	display: flex;
	align-items: center;
}
.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-column {
	display: flex;
	flex-direction: column;
  }
  :root{
	--linkColor:#e20e22;
    --bgcolor:#f7f5f3;
    --bgcolor1:#ebe8e3;
   }

.ellipsis{ display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.molEllipsis{ display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:1;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}

   
/* 首页 */
.head-top{ background-color: #222; color: #fff; position:relative; z-index:10000; }
.head-top .container{ height: 40px;}

.header{ background-color: #fff;position: sticky; left:0px; top: 0px; z-index: 9999;box-shadow: 0px 0px 8px rgb(0 0 0 / 8%);}
.header .container{ height: 100px;}
.header .logo img{    width: auto;object-fit:contain;
    height: 50px;}
.header .menu{ margin: 0px 10px;}
.header .menu ul li{ position: relative;}
.header .menu ul li a{ font-size: 15px; display: flex;height: 100px;white-space: nowrap;transition: all .3s ease;-webkit-transition: all .3s ease; align-items: center; justify-content: center; padding: 0px 11px;}
.header .menu ul li a i{ font-size: 10px; margin-left: 5px;}
.header .menu ul li a:hover{ color: var(--linkColor);}
.header .menu ul li.active .title{ color: var(--linkColor);}
.header .menu ul li .title:before{content: "";
    width: 0px;
    height: 4px;
    background: var(--linkColor);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    bottom: 30px;
    transition: all .2s linear;}
.header .menu ul li.active .title:before,.header .menu ul li:hover .title:before{ width:20px;}

.header .menu ul li .submenu {
	background-color:rgba(255,255,255,1);
	width:180px;
	position: absolute;
	top: 100%;
	padding: 0px;
	z-index: 20;
	transform-origin: 50% 0;
	transform: scaleY(0) translateZ(0);
	opacity: 0;
	transition: transform 0.3s, opacity 0.3s;
	overflow: hidden; left: 0px;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .1); max-height: 80vh;
}

.header .menu ul li .submenu::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background: #eee;
	border-radius: 5px;
}

.header .menu ul li .submenu::-webkit-scrollbar-thumb {
	background: #fff;
	scrollbar-arrow-color: #fff;
	border-radius: 5px;
}


.header .menu ul li:hover .submenu {
	transform: scaleY(1) translateZ(0);
	opacity: 1;
}

.header .menu ul li .submenu dd {
	border-bottom: 0.5px rgba(0,0,0,0.1) solid;
}

.header .menu ul li .submenu dd:last-child {
	border-bottom: 0px;
}

.header .menu ul li .submenu dd a {
	color: #111111;
	text-align: left;
	text-transform: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	font-weight: normal;
	height: auto;
	width: 100%; font-size: 14px;
	padding: 0px 10px;
    height: 45px;
    line-height: 45px;
}

.header .menu ul li .submenu dd a:hover {
	color: var(--linkColor);
}
.header .search_1{ cursor: pointer; position: relative; height: 30px; display: flex; align-items: center; justify-content: center;}
.header .search_1 .iconfont{ font-weight: 600;}
.header .search_1 .icon-sousuo{  font-size: 20px; font-weight: 600;}
.header .search_1 .sear_cont{  z-index: 20;position: absolute;
    top: 100%;
    right: 0px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center; width: 0px; 
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);border: 2px var(--linkColor) solid; visibility:hidden; opacity: 0;transition: All 0.3s ease-in-out;}
.header .search_1 .sear_cont .box{ width: 100%;}
.header .search_1 .sear_cont .formbit{ flex:1;
    height: 37px; font-size: 12px;
    padding-left: 10px; border: 0px; line-height: normal; outline: none;}
.header .search_1 .sear_cont .sumbit{ display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; cursor: pointer; background-color: #fff; border: 0px; outline: none;}
.header .search_1:hover .sear_cont{ width: 240px;visibility: visible; opacity: 1;}

.banner{ position: relative;}
.banner ul li .img{ height: 40vh; min-height: 720px;}
.banner ul li .img img{ width: 100%; height: 100%;object-fit: cover;
 object-position: center center;}
 .banner ul li .img video{ width: 100%; height: 100%;object-fit: cover;
 object-position: center center;}
.banner ul li{ position: relative; text-align: center;}
.banner ul li .container{ color: #fff; position: absolute; left: 50%; top: 50%;transform: translate(-50%,-50%);width: 100%; max-width:1400px;
	padding: 0px 40px;

}
.banner ul li .container .desc .title{  font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase; font-weight: 600; text-shadow: 2px 2px 5px rgba(0,0,0,0.15);}
.banner ul li .container .desc .title::after{
    content: ""; width: 45px;margin-top: 14px; margin-bottom: 17px; background-color: var(--linkColor); height: 6px;  display: block; border-radius: 10px;
}
.banner ul li .container .desc .infor{   font-size: 16px;
    text-transform: capitalize;}
.banner ul li .container .desc .more{ display: inline-block; padding: 8px 35px; border-radius: 30px; background-color: #fff; color: #333; margin-top: 35px;}
.banner ul li .container .desc .more:hover{ color: var(--linkColor);}

.banner .s_btn{ position: absolute; bottom: 4% !important; z-index: 20; width: 100%;}
.banner .s_btn span{ width: 24px; height: 3px;background: rgba(0, 0, 0, 0.2); border-radius: 10px; margin: 0px 4px; cursor: pointer; opacity:1;}
.banner .s_btn span.active{ background-color: var(--linkColor);}
.banner ul li .container .desc{ max-width: 640px;text-align: left;}


/*移动菜单*/
.menubtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 40px;
	right: 0px;
	z-index: 100;
	display: none;
	position: relative;
	margin-left: 10px;

}

.menubtn .name {
	font-size: 16px;
	left: -60px;
	font-weight: 500;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	font-weight: 600;
}

.menubtn .navbar-icons {
	height: 20px;
	width: 100%;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.menubtn .navbar-icons span {
	display: block;
	height: 2px;
	width: 100%;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	top: 0;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	background-color: #333;
	position: relative;
	border-radius: 5px;
}

.menubtn .navbar-icons span:first-child {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn .navbar-icons span:nth-child(2) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	width: 70%;
}

.menubtn .navbar-icons span:nth-child(3) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn.open .navbar-icons span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
}

.menubtn.open .navbar-icons span:nth-child(2) {
	opacity: 0;
}

.menubtn.open .navbar-icons span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 1px;
}

.menu-mc {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 500;
	transition: all .5s;
	-webkit-transition: all .5s;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	padding-top: 110px;
	display: flex;
	flex-direction: column;
	display: none;

}

.menu-mc.active {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.menu-mc .list {
	flex: 1;
	overflow: auto;
}

.menu-mc .list ul {
	padding: 0 0px;
}

.menu-mc .list ul li {
	line-height: 50px;
}

.menu-mc .list ul li .submenu {
	display: none;
}

.menu-mc .list ul li .title {
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #343434;
	padding: 0px 15px; 
}

.menu-mc .list ul li .title .icon{
	width: 15px; height: 15px;  background-image: url(../images/icon_21.png);
	background-repeat: no-repeat; background-size: cover; background-position: center;
	margin-right: 5px;transform: rotate(
		180deg);
		-webkit-transform: rotate(180deg); display: inline-block;
}
.menu-mc .list ul li .title .txt{ display: flex; align-items: center; font-size: 16px;}
.menu-mc .list ul li .title .txt img{ width: 25px; height: auto; margin-right: 10px;}
.menu-mc .list ul li a {
	display: block;
	font-size: 15px;
	color: #333;
}
.menu-mc .list ul li .submenu{ padding-top: 7px; padding-bottom: 7px;}
.menu-mc .list ul li .submenu a {
	padding-left: 20px;
	line-height: 35px;
}

.menu-mc .list ul li .submenu a:hover {

	font-weight: 600;
}
.menu-mc .list ul li .submenu dd .lab a{ color: #004283; font-weight: 600;}


.part_1{  background-color: var(--bgcolor1);}
.part_1 .list ul{ display: flex;  align-items: stretch; flex-wrap: wrap;}
.part_1 .list ul li{ flex:1; padding: 17px 12px;}
.part_1 .list ul li .icon img{filter: grayscale(1) brightness(0);transition: All 0.3s ease; width: 43px; height: 43px;}
.part_1 .list ul li:hover .icon img{filter: grayscale(0) brightness(1);}
.part_1 .list ul li:hover{ background-color: #fff;}
.part_1 .list ul li .title{ font-size: 18px; margin-top: 5px; margin-bottom: 12px;}
.part_2{ padding: 48px 0px 54px;background: var(--bgcolor);}
.index_bt{ margin-bottom: 34px;}
.index_bt .title{ width: 50%; font-size: 31px; font-weight: 600; line-height: 1.3;}
.index_bt .desc{ width: 46%; color: #333;}
.index_bt .title:after{content: "";
    width: 45px;
    margin-top: 17px;
    background-color: var(--linkColor);
    height: 6px;
    display: block;
    border-radius: 10px; margin-left: 0px;}
.fashion_list{ padding-bottom: 50px;}
.fashion_list ul{ display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.fashion_list ul li{flex:1; position: relative; overflow: hidden;}
.fashion_list ul li .photo{ margin-bottom: 52px;transition: All 0.3s ease-in-out; position: relative; overflow: hidden;}
.fashion_list ul li .photo img{ width: 100%;}
.fashion_list ul li .photo:after{content: "";
        position: absolute;
        left: -40%;
        right: -40%;
        bottom: -40%;
        height: 120%;
        transform: translate(0, 50%);
        background: #000;
        opacity: 0.75;
        filter: blur(80px);
        z-index: 2;
        transition: All 0.3s ease-in-out;}
.fashion_list ul li .content{
        position: absolute;
        padding: 0;
        left: 17px;
        bottom: -30px;
        right: 17px;
        transition: All 0.3s ease-in-out;
         text-align: center;
         color:#fff;
        z-index: 3;
       
}
.fashion_list ul li .content .desc{ opacity: 0;}
.fashion_list ul li .content .tit{ font-weight: 600; font-size: 18px; color: #fff; padding-bottom: 8px; display: block;}
.fashion_list ul li:hover .content{ background-color: #fff; bottom: 30px; padding: 24px 24px 33px; color: #000;}
.fashion_list ul li:hover .content .tit{ color: #000;}
.fashion_list ul li:hover .content .desc{ opacity: 1;}
.fashion_list ul li .content .more{ width: 45px; height: 45px; border-radius: 50%;background: #000; color: #fff; display: flex; align-items: center; justify-content: center; position: absolute; left: 50%;transform:translateX(-50%);-webkit-transform:translateX(-50%); bottom: -27px;  opacity: 0;}
.fashion_list ul li:hover .content .more{ opacity: 1;}
.Advance{ display: flex;  align-items: flex-start; justify-content:space-between; padding-top: 20px; }
.Advance .adv_left{ width: 48%;}
.Advance .adv_right{ width: 48%;}
.Advance .adv_right ul{ display: flex; flex-wrap: wrap;}
.Advance .adv_right ul li{margin: 5px;width: calc(50% - 10px);}
.Advance .adv_right ul li:first-of-type{width: calc(100% - 10px);}
.adv_left .index_bt .title{ width: 100%;}
.Advance .adv_left .content{ color: #333; font-size: 16px;}
.Advance .adv_left .content .lab{ font-size: 18px;}
.Advance .adv_left .content ul{padding: 10px 2em;}
.Advance .adv_left .content ul li{ padding: 5px 0px; position: relative;}
.Advance .adv_left .content ul li:before{
    content: "•"; position: absolute; left: -15px; top: 3px; color: #666; font-size: 19px;
}
.Advance .adv_left .more{    color: #000;
    border: 1px solid #000; margin: 22px 11px 0px; text-transform: capitalize;
    display: inline-flex;
    align-items: center; padding: 11px 16px; font-size: 14px; transition: all .2s linear;}
.Advance .adv_left .more .iconfont{ margin-left: 35px; color: var(--linkColor);}
.Advance .adv_left .more:hover{ background-color: #000; color: #fff;}
.Advance .adv_left .index_bt{ margin-bottom: 24px;}
.part_3{ background-color: var(--bgcolor1); padding: 45px 0px;}

.index_Service ul { display: flex; align-items: stretch; justify-content: space-between; flex-wrap: wrap;}
.index_Service ul li{ width: 49.5%; background-color: #fff; display: flex; align-items: stretch;}
.index_Service ul li .content{ width: 50%; padding: 22px 10px 16px 35px;}
.more11{    color: #000;
    border: 1px solid #000; margin-top: 29px; line-height: 1.3;
    display: inline-flex;
    align-items: center; padding: 11px 16px; font-size: 14px; transition: all .2s linear;}
.more11 .iconfont{ margin-left: 35px; color: var(--linkColor);}
.more11:hover{ background-color: #000; color: #fff;}
.index_Service ul li .photo{overflow: hidden; width: 50%;}
.index_Service ul li .photo img{ width:100%; height:100%;object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.index_Service ul li:hover .photo img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.index_Service ul li .content .box { margin-bottom: 11px;}
.index_Service ul li .content .box .icon{    transition: All 0.3s ease-in-out; width: 64px; height: 64px; background: var(--bgcolor1);
    border-radius: 50%;
    overflow: hidden;}
.index_Service ul li .content .box .txt{ flex:1; margin-left: 17px; font-size: 18px; font-weight: 600; overflow: hidden;}
.index_Service ul li .content .desc{ color: #333;}
.index_Service ul li:hover{ background-color: #c7c0b6;}
.index_Service ul li:hover .content .box .icon{ background-color: #000;}
.index_Service ul li:hover .content .box .icon img{ filter: invert(1);}
.index_Bulk ul{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px 25px;
align-items: stretch;}
.index_Bulk ul li{ position: relative; overflow: hidden;}
.index_Bulk ul li .photo{position:relative; display:block; padding-top:100%; width:100%; overflow:hidden;}
.index_Bulk ul li .photo img{ width:100%; height:100%; position:absolute; top:0px; left:0px;object-fit: cover;
 object-position: center center;}
 .index_Bulk ul li:after{        content: "";
        position: absolute;
        left: -40%;
        right: -40%;
        bottom: -40%;
        height: 120%;
        transform: translate(0, 50%);
        background: #000;
        opacity: 0.5;
        filter: blur(80px);
        z-index: 2;
        transition: All 0.3s ease-in-out;}
 .index_Bulk ul li:hover:after{height: 180%;
        opacity: 0.6;
        filter: blur(0);
        transform: translate(0, 0);}
.index_Bulk ul li .content{ padding: 31px;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        transform: translate(0, calc(100% - 140px));
        color: #fff;
        z-index: 3;    transition: All 0.3s ease-in-out;}
.index_Bulk ul li .content .icon{ text-align: center; margin-bottom: 10px;}
.index_Bulk ul li .content .icon img{ height: 60px; width: auto;}
.index_Bulk ul li .content .tit{ font-size: 19px; font-weight: 600; text-align: center;}
.index_Bulk ul li .content .tit:after{    content: "";
    width: 25px;
    height: 4px;
    background: var(--linkColor);
    border-radius: 10px;
    display: block;
    margin: 12px auto;}
.index_Bulk ul li .content dl dd{ padding: 2px 0px; line-height: 24px;    display: flex;
    align-items: flex-start;}
.index_Bulk ul li .content dl dd:before {    content: "✔";
    color:  var(--linkColor); margin-right: 5px;}
.index_Bulk ul li:hover .content{transform: translate(0, 0);}
.index_Bulk{ margin-bottom: 45px;}
.index_custom{ flex-wrap: wrap; padding-top: 45px; padding-bottom: 22px; justify-content: space-between;}
.index_custom .photo{ width: 50%;}
.index_custom .cus_right{ width: 47%; color: #333;}
.index_custom .cus_right .list li{display: flex;
    align-items: flex-start;
    padding: 5px 0;}
.index_custom .cus_right .list li:before{  content: "✔";
    color:  var(--linkColor); margin-right: 5px;}
.index_custom .cus_right .index_bt{ margin-bottom: 24px;}
.index_custom .cus_right .index_bt .title{ width: 100%;}
.index_custom .cus_right .desc{ margin-bottom: 16px;}
.index_custom.no2{flex-direction: row-reverse; }
.index_bt.no4 .title{ width: 100%; text-align: center;}
.index_bt.no4 .desc{ width: 80%; text-align: center; margin: 0px auto;}
.index_bt.no4 .title:after{ margin: 12px auto 17px;}
.index_cer{ }
.index_cer:after{content:"\200B";display:block; height:0px; overflow:hidden;clear:both;}
.index_cer ul li{  width: 23.5%; margin-right: 2%; float: left;}
.index_cer ul li:last-child{ margin-right: 0px;}
.part_2.bg2{ background-image: url(../images/review-bg.jpg); background-repeat: no-repeat;background-position: center top;}
.part_2.bg2 .index_bt{ color: #fff;}
.part_2.bg2 .index_bt.no4 .desc{ color: #fff;}
.part_2.bg2 .more11{ width: 158px; margin: 0px auto;  background-color: #fff; border: 1px #fff solid; margin-top: 22px;}
.dance{ margin-bottom: 44px;}
.index_cop{ background-color: var(--bgcolor); padding: 15px; margin-bottom: 10px;}
.index_cop ul{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
align-items: stretch;}
.index_cop ul li{ overflow: hidden;}
.index_cop ul li .content{ padding: 16px; color: #333;}
.index_cop ul li .content .title{ font-weight: 600; font-size: 16px; margin-bottom: 5px; color: #000;}
.index_cop ul li .content .photo img{ width: 100%; height: auto;}
.cop_pic{background-color: #fff; padding: 5px;}

.index_cop1{  margin-bottom: 10px;}
.index_cop1 ul{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
align-items: stretch;}
.index_cop1 ul li{ border-radius: 10px; overflow: hidden;transition: all .2s linear;}
.index_cop1 ul li .content{ padding: 14px 24px 17px; color: #333;}
.index_cop1 ul li .content .title{font-size: 16px; margin-top: 5px; color: #000; margin-bottom: 8px; display: block;}
.index_cop1 ul li .photo img{ width: 100%; height: auto; border-radius: 10px;transition: all .2s linear;}
.index_cop1 ul li .content .date{ font-size: 12px;}
.index_cop1 ul li:hover{box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);}
.index_cop1 ul li .content .date .iconfont{ margin-right: 5px; font-size: 14px;}
.index_cop1 ul li:hover .photo img{ border-radius: 0px;}

.part_5{ padding: 45px 0px;}
.index_book{ background-color: #fff; padding: 22px;}
.index_book .title{ font-weight: 600; color: #333; margin-bottom: 11px;}
.index_book .title.no2:before{    content: "*";
    padding: 0 3px;}
.index_book .desc{ margin-bottom: 8px;}
.index_book .list{ flex-wrap: wrap;  width: 100%; margin-bottom: 20px;}
.index_book .list .custom-radio{ padding: 5px; width: 20%; display: flex; align-items: center;}
.index_book .list .custom-radio input{ margin: 0px;  margin-right: 7px;}
.index_book .box{ width: 100%; margin-bottom: 20px;}
.index_book .box .formbit{ width: 100%; height: 41px; line-height: normal; padding: 0px 8px; border-radius: 5px;background: #f2f3f5; border: 0px;}
.index_book .box .btn-upload{font-size: 13px;
    color: #fff;
    line-height: 20px;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background: #333;
    margin: 3px 0px; position: relative; cursor: pointer;}
.index_book .box .btn-upload input{position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;}
.index_book .box .sumbit{font-size: 14px;
    height: 40px;
    line-height: normal;
    color: #fff;
    text-transform: capitalize;
    width: 116px;
    border-radius: 5px;
    background:var(--linkColor);
    cursor: pointer;
    border: 0px;
    display: block;}

footer{ background-color: #fff;}
footer .foot_1{ padding: 26px 0px; border-bottom: 1px #ccc solid;}
footer .foot_1 .tpleft .txt{ font-size: 17px; color: #333;}
footer .foot_1 .tpleft .box{ width: 548px; margin: 0px 22px; border: 1px #000 solid;}
footer .foot_1 .tpleft .box .formbit{ flex:1; height: 50px; line-height: normal; border: 0px; outline: none; padding:0px 10px;}
footer .foot_1 .tpleft .box .sumbit{ width: 67px; height: 50px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #000;
    transition: All 0.2s ease-in-out; border: 0px; outline: none;}
footer .foot_1 .tpleft .box .sumbit .iconfont{ font-size: 22px;}
footer .foot_1 .tpright a{  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 20px;}
footer .foot_1 .tpright a:hover{ color: var(--linkColor);}
footer .foot_2{ padding: 32px 0px;}
footer .foot_2 .container{ align-items: flex-start;}
footer .foot_2 .db_book{ width: 299px; color: #333;}
footer .foot_2 .title{ font-size: 16px; margin-bottom: 11px; color: #000;}
footer .foot_2 .db_book ul li { margin-bottom: 10px;}
footer .foot_2 .db_book ul li .formbit{ width: 100%;background: #fff;
    border-radius: 0; height: 47px; line-height: normal;
    border-color: #ddd;border: 1px solid #ddd; padding: 0px 10px;}
footer .foot_2 .db_book ul li .btn-upload{    font-size: 14px;
    color: #333; height: 33px;
    line-height: 33px;
    padding: 0px 10px;
    background: #ddd;
    border-radius: 3px; border: 0px; outline: none;
    display: flex;
    align-items: center; position: relative; cursor: pointer;}
footer .foot_2 .db_book ul li .btn-upload .iconfont{ margin-right: 3px;}
footer .foot_2 .db_book ul li .btn-upload input{position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;}
footer .foot_2 .db_book ul li .biaoq{  flex:1; overflow: hidden; margin-left: 5px;  font-size: 12px; line-height: 1.3;}
footer .foot_2 .db_book ul li.agree a{ font-size: 12px; text-decoration: underline; color: #666;}
footer .foot_2 .db_book ul li.agree a:hover{ text-decoration: none;}
footer .foot_2 .db_book ul li .sumbit{ width: 100%;color: #fff;
    background: #000;
    overflow: hidden;
    font-weight: 500; text-align: center; height: 41px; line-height: normal;border: 0px; outline: none; cursor: pointer;}
footer .foot_2 .foot_menu{flex:1; margin-right: 7%;}
footer .foot_2 .foot_menu ul{ align-items: flex-start; gap: 25px;}
footer .foot_2 .foot_menu ul li{flex:1; }
footer .foot_2 .foot_menu ul li .sumenu a { color: #555; display: block;padding: 2px 0px;}
footer .foot_2 .foot_menu ul li .sumenu a:hover{ color: var(--linkColor);}
footer .copyright{ background-color: #000; padding: 15px 0px; text-align: center; font-size: 12px;color: #999; line-height: 20px;}
footer .copyright a{ color: #999; margin: 0px 5px;transition: all .2s linear;}
footer .copyright a:hover{ color: #fff; text-decoration: underline;}
.online{z-index: 998;
    color: #fff;
    display: inline-block;
    position: fixed;
    text-decoration: none;
    bottom: 20px;
    right: 20px;
    width: 60px;}
.online ul li{ position: relative; padding: 3px 7px;}
.online ul li .iconfont{ width: 50px; height: 50px; border-radius: 50%; color: #fff;display: flex; align-items: center; justify-content: center; cursor: pointer;transition: .3s; font-size: 24px;}
.online ul li .icon-whatapp{ background: -webkit-linear-gradient(left, #29a61a, #fff);}
.online ul li .icon-youxiang{ background: -webkit-linear-gradient(left, var(--linkColor), #fff);animation: scale 2s ease-in-out infinite;-webkit-animation: scale 2s ease-in-out infinite;}
.online ul li .icon-aixin{ background: -webkit-linear-gradient(left, var(--linkColor), #fff);}
.online ul li .icon-shangjiantou{ background: -webkit-linear-gradient(left, #666, #fff);}
.online ul li .box{ position: absolute; right: 100%; top: 12px; font-size: 12px;
    color: #333;
    padding: 5px 10px;
    max-width: 200px;
    text-overflow: ellipsis;
    background: #fff;
    white-space:nowrap;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    transform: scaleY(0);
    transition: .3s;}
.online ul li:before{content: "";
    position: absolute;
    right: 50px;
    top:23px;
    border: 5px solid transparent;
    border-left: 5px solid #ccc; z-index: 20;
    transform: scaleY(0);
    transition: .3s;}
.online ul li:hover .box{ transform: scaleY(1);}
.online ul li:hover:before{ transform: scaleY(1);}

.local{ background-color: var(--bgcolor1); padding: 15px 0px;}
.local a{ color: #333; margin: 0px 5px;}
.main{ padding: 45px 0px;}
.main .container{ align-items: flex-start; flex-wrap: wrap;}
.main .container .new_left{width:calc(75.5% - 30px);}
.main .container .new_right{ width: 22.5%;}
.main .container .new_right .title{ font-size: 19px; font-weight: 600; color: #000; margin-bottom: 16px;}
.main .container .new_right ul li a{border-bottom: 1px solid #e5e5e5; padding: 10px 0px;  font-size: 16px; font-weight: 600; color: #333; display: block; line-height: 1.4;}
.main .container .new_right ul li a:before{  content: "\e60b";
    font-family: iconfont;
    padding: 0 3px;}
.main .container .new_right ul li a:hover{ color: var(--linkColor);}
.main .container .new_left .show_1 .title{ font-size: 28px; font-weight: 600; margin-bottom: 20px;}
.main .container .new_left .show_1 .desc{ padding: 10px; font-size: 15px;}
.main .container .new_left .show_1{ margin-bottom: 20px;}
.main .new_left .show_3{line-height: 25px;
    padding: 4px 8px;
    background: #f5f5f5; color: #333;}
.new_left .show_list{ margin: 20px 0px;}
.new_left .show_list ul{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px 20px;
align-items: stretch;}
.new_left .show_list ul li .photo{ padding-top: 100%; width:100%; overflow:hidden;position: relative; display: block;}
.new_left .show_list ul li .photo img{ width:100%; height:100%; position:absolute; top:0px; left:0px;object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.new_left .show_list ul li:hover .photo img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.new_left .show_list ul li .title{-webkit-line-clamp:3; margin-top: 15px; margin-bottom: 10px; font-size: 16px;}
.new_left .show_list ul li .desc{-webkit-line-clamp:2; font-size: 13px; color: #666;}

/*翻页*/
.fany{display:flex;align-items: center; justify-content: center; margin-top:30px;text-transform: uppercase;
 }
/*分页*/
.divid-a {
    display: flex;
    align-items: center;
    justify-content: center;
flex-wrap: wrap; font-size:14px;
}
.divid-a a {
    background: #f0f0f0;
    color: #000; font-size:14px;
   min-width:30px;
    padding:0px 10px; height:30px;
    cursor:pointer; margin:5px 4px;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius:3px;
    font-family: 黑体;
	
} 
.divid-a span{ margin:5px 10px;}
.divid-a .active ,.divid-a a:hover{
   color: #fff;
    background:var(--linkColor);
	border:1px var(--linkColor) solid;
}
.show_4{ font-size: 21px; border-bottom: 1px #cecece solid; padding: 10px 0px; position: relative; padding-left: 20px; margin-top: 10px; margin-bottom: 30px;}
.show_4:before{    content: "";
    width: 2px;
    height: 15px;
    margin: 0 10px; background-color: #000; position: absolute; left: 0px; top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.show_5{ font-size: 15px; margin-bottom: 30px; }
.show_5 .title{  color: rgb(255, 102, 102); margin-bottom: 20px;}
.show_5 .desc{ margin-bottom: 30px; color: #333;}
.show_4.no1{ font-size: 30px;}
.show_4.no2{  font-weight: 600;}
.show_4.key{ border-bottom: 0px; padding-left: 0px; font-weight: 600; margin-bottom: 10px;}
.show_4.key:before{ display: none;}
.key_1 a{ margin-right: 10px; margin-bottom: 10px; display: inline-block; color: #333;}
.key_1 a:hover{ text-decoration: underline;}
@keyframes scale{0%{transform:scale(.9);}20%{transform:scale(1.1);}40%{transform:scale(.9);}60%{transform:scale(1.1);}80%{transform:scale(.9);}90%{transform:scale(1.1);}100%{transform:scale(.9);}}
@-webkit-keyframes scale{0%{transform:scale(.9);}20%{transform:scale(1.1);}40%{transform:scale(.9);}60%{transform:scale(1.1);}80%{transform:scale(.9);}90%{transform:scale(1.1);}100%{transform:scale(.9);}}
@media (max-width:1450px){
	.header .menu ul li a{ font-size: 14px; }
	.header .logo img{ height: 40px;}
    .header .container{ height: 80px;}
    .header .menu ul li a{ height: 80px;}
    .header .menu ul li .title:before{ bottom: 20px;}
  
}
@media (max-width:1024px){
	.container{ padding: 0px 15px;}
    .head-top{}
    .header .menu{ display: none;}
    
    .header .logo img{ height: 40px;}
    .header .container{ height: 60px;}
    .menubtn,.menu-mc {
		display: flex;
	}
    .online{display: none;}
    .banner ul li .container{ padding-left:15px; padding-right:15px;}
    .index_Service ul{ gap:20px;}
    .index_Service ul li{ width: 100%;}
     footer .foot_1 .tpleft { flex:1; overflow: hidden;}
     footer .foot_1 .tpleft .box{ flex:1; overflow: hidden; width: auto;}
    
}
@media (max-width:767px){
   .banner ul li .img { height: 30vh;  min-height: auto;}
   .banner ul li .container .desc .title{font-size: 23px;}
   .banner ul li .container .desc .infor{ font-size: 14px;}
   .banner ul li .container .desc .more{ font-size: 12px; margin-top: 18px;  padding: 6px 18px;}
   .part_1 .list ul li{  flex:none; width: calc(100%/2);}
   .part_1 .list ul li .icon img{ width: 37px; height: 37px;}
   .index_bt{ flex-direction: column;}
   .index_bt .title{ width: 100%; font-size: 20px;}
   .index_bt .desc{ width: 100%;}
   .index_bt .title:after{ margin-left: 0px;}
   .fashion_list ul{ flex-wrap: wrap;}
   .fashion_list ul li{width: 100%; flex:none;}
   .fashion_list ul li .photo{ margin-bottom: 0px;}
   .fashion_list ul li .content{ position: static; padding: 12px;}
   .fashion_list ul li .content .tit{ color: #000;}
    .fashion_list ul li .content .desc{ color: #333; opacity: 1;}
    .fashion_list ul li .content .more{display: none;}
    .fashion_list ul li .photo:after{ display: none;}
.Advance{ flex-direction: column;}
.Advance .adv_left{ width: 100%; margin-bottom: 20px;}
.Advance .adv_right{ width: 100%;}
.Advance .adv_left .content{ font-size: 14px;}
.Advance .adv_left .content .lab{ font-size: 16px;}
.Advance .adv_left .more{ font-size: 12px; padding: 4px 12px; margin-top: 14px;}
.Advance .adv_left .more .iconfont{ margin-left: 18px;}
.fashion_list{ padding-bottom: 28px;}
.index_bt .title:after{ margin-bottom: 17px;}
.index_Bulk ul{grid-template-columns: repeat(1, 1fr);grid-gap:20px 0px;}
.index_Bulk ul li:after{ display: none;}
.index_Bulk ul li .content .icon img{filter:invert(1); width: 44px; height: auto;}
.index_Bulk ul li .content{ position: static;transform: translate(0, 0); color: #333; padding: 12px;}
.index_custom{ flex-direction: column;}
.index_custom .photo{ width: 100%; margin-bottom: 20px;}
.index_custom .cus_right{ width: 100%;}
.index_Bulk{ margin-bottom: 0px;}
.more11{ font-size: 12px;
        padding: 4px 12px;
        margin-top: 14px;}
.part_2.bg2 .more11{ width: 130px;}
.more11 .iconfont{ margin-left: 18px;}
.index_cop ul{ grid-template-columns: repeat(1, 1fr);}
.part_2{ padding-bottom: 30px; }
.index_custom{padding-top: 20px;}
.part_5{ padding: 35px 0px;}
.index_cop1 ul{grid-template-columns: repeat(1, 1fr);}
.index_book{ padding: 14px;}
.index_book .list .custom-radio{ width: 25%;}
.index_book .title{ margin-bottom: 6px;}
.index_book .list .custom-radio{ font-size: 12px;}
.index_book .box .sumbit{ width: 93px; height: 33px;}
footer .foot_1 .container{ flex-direction: column; align-items: flex-start;}
footer .foot_1 .tpleft .txt{  font-size: 14px;}
footer .foot_1 .tpleft{ flex-direction: column; align-items: flex-start; flex:none;width: 100%;}
footer .foot_1 .tpleft .box{ margin: 0px; flex:none; width: 100%; margin-top: 10px;}
footer .foot_1 .tpright{ margin-top: 15px;}
footer .foot_2 .container{ flex-direction: column;}
footer .foot_2 .db_book{ width: 100%;}
footer .foot_2 .foot_menu{ flex:none; width: 100%; margin-right: 0px; margin-bottom: 30px;}
footer .foot_2 .foot_menu ul{  flex-wrap: wrap;}
footer .foot_2 .foot_menu ul li{ width: 100%;  flex:none;}
.header{box-shadow: 0px 0px 8px rgb(0 0 0 / 18%);}
.main .container .new_left{ width: 100%; margin-bottom: 20px;}
.main .container .new_right{  width: 100%;}
.main .container .new_left .show_1 .title{ font-size: 20px;}
.main{ padding: 30px 0px;}
.new_left .show_list ul{grid-template-columns: repeat(2, 1fr);}
.show_4{ font-size: 17px;}
.show_4.no1{ font-size: 17px;}
}
@media (max-width:640px){
    .index_Service ul li{ flex-direction: column;}
    .index_Service ul li .content{ width: 100%;padding: 22px;}
    .index_Service ul li .photo{ width: 100%;}
    .copyright .footer-nav{ display: none;}
    .banner ul li .container .desc .infor{ display:none;}
}
/* Main Container for Contact Section */
.contact-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

/* Custom Flex Layout */
.custom-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

/* Left Section (Image) */
.custom-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 20px;
}

.photo img {
    max-width: 100%;
    height: auto;
}

/* Right Section (Title and Form) */
.custom-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    box-sizing: border-box;
}

/* Title Text */
.custom-title .title-text .txt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

/* Form Section */
.contact-form-container {
    width: 100%;
}

/* Form Title */
.contact-form-container .form-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #444;
}

/* Form Layout */
.custom-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-form li {
    margin-bottom: 15px;
}

/* Input and Textarea Fields */
.custom-form-input {
    width: 100%;
    padding: 12px 15px;
    line-height: 1.6;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea.custom-form-input {
    resize: vertical;
}

/* Submit Button */
.custom-submit-btn {
    padding: 12px 20px;
    background-color: #004080;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
}

.custom-submit-btn:hover {
    background-color: #002f5f;
}

/* Note Section */
.form-note {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}
