.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}



/*  */
body {overflow-x: hidden;}
body,
html {
	scroll-behavior: smooth;
}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}
.h3, h3{margin: 0;}
dd{margin:0}

.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.com-img2{ display:block; overflow:hidden;}
.com-img2 img{ transition:transform .3s ease-out; -webkit-transition:transform .3s ease-out; -moz-transition:transform .3s ease-out; -o-transition:transform .3s ease-out;}
.com-img2:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.relative{position: relative;}

.flex2{ display: flex;display: -webkit-flex;}
.wrap{flex-wrap:wrap}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.max1600{max-width: 1600px;width:90.625%;margin:0 auto;}
.max1500{max-width: 1500px;width:90.625%;margin:0 auto;}
.max1400{max-width: 1430px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1200{max-width: 1230px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}

.wh{max-width:1522px;margin:0 auto;padding:0 15px}

/* header */
.header{left:0;top:0;width:100%;z-index:999;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease;background: #fff;}
.top-mid-flex{height:100px}
.logo{position:relative}
.logo a{display:block}
.logo a img{max-width:100%;max-height:88px}

.header-ss {
    margin-left: 10px;
	position: relative;
	width: 36px;
	height: 36px;
}

.header-ss .ss_btn {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    border-radius: 50%;
	background: url(../images/search.png) no-repeat center;
	background-size: 36px 36px;
	cursor: pointer
}

.search-box {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99;
	display: none;
	background: #fff;
	padding: 16px 20px;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
	width: 220px;
	position: relative;
	background: #fff;
	border: 1px solid var(--main-theme-color);
	display: flex;
}

.header-ss .ss-search input {
	height: 34px;
	line-height: 34px;
	outline: 0;
	border: none;
	font-size: 0
}

.header-ss .ss-search #keyword {
	width: calc(100% - 50px);
	padding-left: 10px;
	color: #000;
	font-size: 14px
}

.header-ss .ss-search #s_btn {
	width: 50px;
	background-color: var(--main-theme-color);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/sea.png)
}

.x-menu{position:relative}
.x-menu>li{position:relative;text-align:center}
.x-menu>li>a{display:block;font-size:18px;color:#222;height:100px;line-height:100px;font-family:"Microft Yahei";font-weight:bold}
.x-menu>li:hover>a{color:var(--main-theme-color)!important}
.x-sub-menu{position:absolute;z-index:999;width:150%;left:-25%;top:100%;display:none;background:#fff;border-radius:0;padding:0 0}
.x-sub-menu>li>a{display:block;text-align:center;font-size:14px;color:#333;line-height:1.5;padding:.6em .3em}
.x-sub-menu>li>a:hover{color:#fff!important;background-color:var(--main-theme-color)!important}
@media (min-width:1200px){
    .x-menu>li{margin-left:15px;margin-right:15px}
}
@media (min-width:1440px){
    .x-menu>li{margin-left:25px;margin-right:25px}
}

/*index*/
.home-banner {position: relative;height: 100%;}
.banner-swiper{position:relative}
.banner-swiper .swiper-slide{position:relative}
.banner-swiper .swiper-slide a{display:block}
.banner-swiper .swiper-slide a>img{display:block;width:100%}

.home-banner .swiper-pagination1{bottom: 40px;}
.home-banner .swiper-pagination1 .swiper-pagination-bullet{
    width: 50px;height: 3px;background: #fff;border-radius: 0%;margin: 0 10px!important;transition: width .3s ease;opacity: 1;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet-active{background-color: var(--main-theme-color);}


/**/
.box1 {
	background-color: #f7f7f7;
	padding: 70px 0 77px;
	overflow: hidden;
}

.bt1 h3 {
	color: #222222;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.psort {
	text-align: center;
	border-bottom: 2px solid rgba(0,0,0,0.15);
	margin: 70px 0 46px;
	padding: 0 2.9vw;
}

.psort li {
	text-align: center;
}

.psort li a {
	display: block;
	color: #222222;
	font-size: 16px;
	padding: 0 2vw 13px 2vw;
	position: relative;
	text-transform: uppercase;
}

.psort li a:after {
	content: '';
	width: 100%;
	height: 2px;
	background: var(--main-theme-color);
	display: none;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.psort li:hover a:after {
	display: block;
}

.pul {
	margin-bottom: 47px;
}

.pul li {
	background-color: #ffffff;
	padding-bottom: 3.4vw;
	border: 1px solid  #fff;
	transition: 0.5s;
	box-shadow: 0px 10px 28px 2px rgba(6, 4, 4, 0.15);
	border-radius: 3px;
	width: 31.3%;
	text-align: center;
}

.pul li .img img {
	display: block;
	width: 100%;
	transition: 0.5s;
}

.pul li .img {
	display: block;
	overflow: hidden;
}

.pul li:hover .img img {
	transform: scale(1.1);
}

.pul li h3 a {
	display: block;
	color: #222222;
	font-weight: bold;
	font-size: 18px;
	margin: 12px 0 1.7vw;
	text-transform: uppercase;
	padding: 0 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pmore1 a {
	display: block;
	width: 227px;
	height: 48px;
	border-radius: 3px;
	border: solid 1px #575757;
	line-height: 46px;
	text-align: center;
	color: #575757;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
}

.pul li:hover .pmore1 a {
	border: solid 1px var(--main-theme-color);
	color: var(--main-theme-color);
}

.pul li:hover {
	border: solid 1px var(--main-theme-color);
}

.pmore a {
	display: block;
	width: 345px;
	height: 72px;
	background-color: var(--main-theme-color);
	border-radius: 3px;
	line-height: 72px;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	margin: 0 auto;
}

.pmore a:hover{
	color: #fff!important;
}


/**/
.box2 {
	padding: 70px 0 75px;
	overflow: hidden;
}

.abox {
	margin-top: 70px;
}

.aimg {
	width: 50%;
	overflow: hidden;
}

.aimg img {
	width: 100%;
	transition: all 0.5s;
}

.aimg img:hover {
	transform: scale(1.1);
}

.aright {
	width: 39%;
	margin-right: 2.4%;
}

.aright h3 {
	color: #232323;
	font-size: 40px;
	line-height: 1.8;
	text-transform: uppercase;
}

.acon {
	color: #676767;
	font-size: 18px;
	line-height: 2;
	margin: 20px 0 2.2vw;
}

.amore a {
	display: block;
	width: 345px;
	height: 72px;
	border: solid 1px var(--main-theme-color);
	border-radius: 3px;
	line-height: 70px;
	text-align: center;
	color: var(--main-theme-color);
	font-size: 24px;
	text-transform: uppercase;
}

dt {
	font-weight: normal;
}
/**/
.box3 {
	padding: 70px 0 75px;
	background-color: #f7f7f7;
	overflow: hidden;
}

.yul {
	margin: 70px 0 67px;
}

.yul li {
	width: 24.5%;
	text-align: center;
}

.yul li .img {
	border-radius: 50%;
	width: 226px;
	margin: 0 auto;
}

.yul li img {
	width: 100%;
	box-shadow: 0px 3px 10px 2px rgba(12, 3, 7, 0.08);
	border-radius: 50%;
}

.yul li:hover img {
	transform: scale(1.1);
}

.xbj dd {
	color: #232323;
	font-size: 16px;
	font-weight: bold;
	margin: 32px 0 18px;
}

.xbj dt {
	color: #676767;
	font-size: 16px;
	line-height: 34px;
}


/**/
.box4 {
	padding: 100px 0 67px;
	overflow: hidden;
}

.box4 h3 {
	color: #ffffff;
	text-shadow: 0px 3px 10px rgba(12, 3, 7, 0.52);
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 20px;
}

.htel {
	padding-left: 134px;
	background: url(../images/ej.png) no-repeat left center;
	color: #fff;
	line-height: 94px;
	text-shadow: 0px 3px 10px  rgba(12, 3, 7, 0.52);
	font-size: 44px;
	font-weight: bold;
}

/**/
.box5 {
	padding: 70px 0 75px;
	background-color: #f7f7f7;
	overflow: hidden;
}

.xin1 {
	margin: 73px 0 22px;
}

.box5 .amore a {
	margin: 0 auto;
}

.xin1 li {
	border: solid 1px #fff;
	transition: all 0.5s;
	padding: 3vw 1.8vw 3vw 2.5vw;
	margin-bottom: 32px;
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 2px  rgba(12, 3, 7, 0.19);
	border-radius: 3px;
	width: 47.86%;
}

.xin1 li h3 {
	color: #222222;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xin1 li .wz2 {
	color: #575757;
	line-height: 23px;
	font-size: 13px;
	margin: 6px 0 17px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.xin1 .time {
	color: #888888;
	font-size: 14px;
}

.xin1 li:hover {
	border: solid 1px var(--main-theme-color);
}



/**/
.foot {
	padding: 70px 0 25px;
	background-color: #292a2e;
	overflow: hidden;
}

.ft2 {
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	margin-top: 5vw;
}

.ft2 a {
	color: #ffffff;
}

.gy h4 {
	color: #ffffff;
	font-size: 30px;
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.gy a {
	display: block;
	color: #f2f2f2;
	font-size: 16px;
	line-height: 2.2;
}

.lx {
	width: 426px;
}
.lx h4 {
	color: #ffffff;
	font-size: 30px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 30px;
}

.xx {
	color: #f2f2f2;
	font-size: 16px;
	line-height: 30px;
}

.tlogo img {
	max-width: 253px;
}

.tlogo {
	margin-top: 55px;
}

.tlogo, .gy, .lx {
            flex: 1;
            min-width: 200px;
            flex-shrink: 0;
        }
        
 


.xx p {
	padding-left: 38px;
	margin-bottom: 17px;
}

.xx p:first-child {
	background: url(../images/tel.png) no-repeat left 3px;
}

.xx p:nth-child(2) {
	background: url(../images/tel.png) no-repeat left center;
}

.xx p:nth-child(3) {
	background: url(../images/tel.png) no-repeat left center;
}
.xx p:nth-child(4) {
	background: url(../images/tel.png) no-repeat left center;
}

.xx p:nth-child(5) {
	background: url(../images/tel.png) no-repeat left center;
}

.top_title {
	line-height: 56px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 20px;
	font-weight: bold;
	color: #222;
	margin-bottom: 40px;
}


/**/
.xbox1 {
	padding: 50px 0;
}

.global_inquiry_form .rows {
	margin-top: 25px;
}

.global_inquiry_form .rows>.label {
	padding-left: 3px;
	font-size: 14px;
	color: #1a1d22;
	margin-bottom: 6px;
	display: block;
}

.global_inquiry_form .rows>.label.tips {
	font-size: 12px;
	color: #9a9a9a;
}

.global_inquiry_form .rows>.label i {
	font-size: 16px;
}

.global_inquiry_form .field_rows:not(:first-of-type) {
	margin-top: 25px;
}

.global_inquiry_form .input_txt {
	width: 100%;
	background-color: #fff;
	border: 0;
	box-sizing: border-box;
	height: 66px;
	line-height: 66px;
	border-radius: 8px;
	padding: 0 20px;
}

.global_inquiry_form .textarea_txt {
	width: 100%;
	background-color: #fff;
	border: 0;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 20px;
	height: 180px;
}

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

.global_inquiry_form .field_box .rows.colums_order_1 {
	width: 100%;
}

.global_inquiry_form .field_box .rows.colums_order_2 {
	width: 48%;
}

.global_inquiry_form .rows.button_rows {
	width: 100%;
}

.ly_form_4 {
	background-color: #E3E3E5;
	padding-top: 110px;
	padding-bottom: 137px;
}

.ly_form_4 .form_wrapper .form_box .form_title {
	color: #000000;
	font-size: 28px;
	font-weight: bold;
}

.ly_form_4 .form_wrapper .form_box .form_content {
	color: #656565;
	font-size: 16px;
}

.ly_form_4 .form_wrapper .form_box .form_table .rows>.label {
	color: #1a1d22;
}

.ly_form_4 .form_wrapper .form_box .form_table .rows>.label.tips {
	color: #9a9a9a;
}

@media screen and (max-width: 1000px) {
	.ly_form_4 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.ly_form_4 .form_wrapper .form_box .form_title {
		font-size: 24px;
	}

	.ly_form_4 .form_wrapper .form_box .form_content {
		font-size: 14px;
	}
}

.ly_form_4 {
	overflow: hidden
}

.ly_form_4 .form_wrapper {
	position: relative
}

.ly_form_4 .form_wrapper .form_bg::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: ''
}

.ly_form_4 .form_wrapper .form_box .form_table {
	width: 80%;
	margin: 0 auto
}

.ly_form_4 .form_wrapper .form_box .form_title {
	margin-bottom: 15px;
	line-height: 1;
	text-align: center
}

.ly_form_4 .form_wrapper .form_box .form_content {
	margin-bottom: 40px;
	text-align: center
}

.ly_form_4 .form_wrapper .form_box .field_rows.field_0 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.ly_form_4 .form_wrapper .form_box .field_rows.field_0 .rows {
	width: 47.92%
}

.ly_form_4 .form_wrapper .form_box .field_rows.field_0 .rows.full {
	width: 100%
}

.ly_form_4 .form_wrapper .form_box .field_rows.field_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.ly_form_4 .form_wrapper .form_box .field_rows.field_2 .rows {
	width: 49%
}

.ly_form_4 .form_wrapper .form_box .field_rows.field_2 .rows.full {
	width: 100%
}

.ly_form_4 .form_wrapper .form_box .code_box {
	align-items: center
}

.ly_form_4 .form_wrapper .form_box .code_box .input_txt {
	width: calc( 100% - ( 4.16% + 186px) )
}

.ly_form_4 .form_wrapper .form_box .code_box img {
	margin-left: 4.16%;
	transform: none;
	border-radius: 3px
}

.ly_form_4 .form_wrapper .form_box .input_txt {
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	font-size: 18px
}

.ly_form_4 .form_wrapper .form_box .rows>label {
	color: #000000;
	font-size: 18px
}

.ly_form_4 .form_wrapper .form_box .rows>label.tips {
	color: #aaa
}

.ly_form_4 .form_wrapper .form_box .textarea_txt {
	border-radius: 3px;
	height: 110px
}

.ly_form_4 .form_wrapper .form_box .global_select_box .input_case {
	border-radius: 3px
}

.ly_form_4 .form_wrapper .form_box .field_checked_box {
	border-radius: 3px
}

.ly_form_4 .form_wrapper .form_box .form_tool_img_box {
	border-radius: 3px
}

.ly_form_4 .form_wrapper .form_box .global_select_box {
	line-height: 50px
}

.ly_form_4 .form_wrapper .form_box .global_select_box .input_case {
	height: 50px
}

.ly_form_4 .form_wrapper .form_box .field_checked_box {
	padding: 15px 20px 1px;
	line-height: 34px
}

.ly_form_4 .form_wrapper .form_box .button_rows {
	margin-top: 60px;
	text-align: center
}

.ly_form_4 .form_wrapper .form_box .form_table .rows .inquiry_submit {
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

@media screen and (max-width:1000px) {
	.ly_form_4 .form_wrapper .form_box {
		width: 100%
	}

	.ly_form_4 .global_inquiry_form .rows {
		margin-top: 20px
	}

	.ly_form_4 .form_wrapper .form_box .form_title {
		margin-bottom: 20px
	}

	.ly_form_4 .form_wrapper .form_box .field_rows.field_0 .rows {
		width: 100%
	}

	.ly_form_4 .form_wrapper .form_box .field_rows.field_2 .rows {
		width: 100%
	}

	.ly_form_4 .form_wrapper .form_box .button_rows {
		margin-top: 30px
	}

	.ly_form_4 .form_wrapper .form_box .form_content {
		margin-bottom: 20px
	}

	.ly_form_4 .form_wrapper .form_box .rows>label {
		font-size: 14px
	}

	.ly_form_4 .form_wrapper .form_box .input_txt {
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}

	.ly_form_4 .form_wrapper .form_box .code_box .input_txt {
		width: 100%;
		flex: 1
	}
}

.ly_form_4 .form_wrapper .form_box .form_table .rows .inquiry_submit {
	font-family: Roboto-Bold;
	color: #ffffff;
	background-color: var(--main-theme-color);
	border: 1px solid #00000000;
	font-size: 20px;
	border-radius: 30px !important;
	text-align: center;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.ly_form_4[data-visual-id="4584"] .form_wrapper .form_box .form_table .rows .inquiry_submit:hover {
	color: var(--main-theme-color);
	background-color: #00000000;
	border: 1px solid var(--main-theme-color);
}

.ly_form_4 input {
	width: 100%;
	background-color: #fff;
	border: 0;
	box-sizing: border-box;
	padding: 0 20px;
	outline: none;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	font-size: 18px;
}

.ly_form_4 textarea {
	width: 100%;
	background-color: #fff;
	border: 0;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 3px;
	height: 110px;
}

.yzm input {
	height: 36px;
	margin-right: 15px;
	font-size: 14px;
	color: #1a1d22;
}

.yzm ::-webkit-input-placeholder {
 /* WebKit, Blink, Edge */
	color: #1a1d22;
}

.yzm :-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: #1a1d22;
}

.yzm ::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: #1a1d22;
}

.yzm :-ms-input-placeholder {
 /* Internet Explorer 10-11 */
	color: #1a1d22;
}

@media(max-width: 1480px) {
	.pul li h3 a {
		font-size: 16px;
	}

	.pmore a,.amore a {
		width: 260px;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}

	.pmore1 a {
		width: 180px;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}

	.bt1 h3 {
		font-size: 40px;
	}

	.yul li .img {
		width: 180px;
	}

	.box4 h3 {
		font-size: 24px;
	}

	.htel {
		font-size: 38px;
		padding-left: 100px;
		background-size: 80px;
		line-height: 80px;
	}

	.box4 {
		padding: 70px 0 40px;
	}
}

@media(max-width: 1200px) {
	.default-swiper-pagination .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		margin-bottom: 15px;
	}

	.default-swiper-pagination .swiper-pagination-bullet-active {
		width: 16px;
		height: 40px;
	}

	.yu {
		font-size: 20px;
	}

	.box1,.box2,.box3,.box5 {
		padding: 50px 0 57px;
	}

	.abox {
		margin-top: 40px;
	}

	.psort {
		margin: 50px 0 30px;
	}

	.bt1 h3 {
		font-size: 36px;
	}

	.aright h3 {
		font-size: 30px;
	}

	.acon {
		font-size: 16px;
	}

	.yul li {
		width: 30%;
	}

	.yul li .img {
		width: 150px;
	}

	.xbj dt {
		font-size: 14px;
		line-height: 30px;
	}

	.yul {
		margin: 40px 0 37px;
	}

	.yul li .img {
		width: 120px;
	}

	.xbj dd {
		margin: 26px 0 10px;
		font-size: 14px;
	}

	.xbj dt {
		line-height: 24px;
	}

	.bt1 h3 {
		font-size: 30px;
	}

	.box4 h3 {
		font-size: 22px;
	}

	.htel {
		font-size: 36px;
		padding-left: 100px;
		background-size: 80px;
		line-height: 80px;
	}

	.xin1 {
		margin-top: 40px;
	}

	.gy h4 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.lx h4 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.tlogo img {
		max-width: 180px;
	}

	.tlogo {
		margin-top: 40px
	}

	.lx {
		width: 300px;
	}
}

@media(max-width: 991px) {
	.logo a img{
		max-height: 40px;
	}
	.top-mid-flex{
		height: 70px;
	}

	.box4 h3 {
		margin-bottom: 20px;
		text-align: center;
		margin-top: 0;
	}

	.box4 .flex2 {
		justify-content: center;
	}

	.home-banner .swiper-pagination1{
		bottom: 15px;
	}
	.home-banner .swiper-pagination1 .swiper-pagination-bullet{
		width: 20px;
		height: 2px;
		margin: 0 5px !important;
	}


}

@media (max-width: 768px) {
	.default-swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin-bottom: 6px;
	}

	.default-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 10px;
		height: 30px;
	}

	.psort li {
		margin-bottom: 10px;
	}

	.psort li a {
		font-size: 14px;
		padding: 0 1vw 5px 1vw;
	}

	.pul li h3 a {
		font-size: 14px;
		margin: 15px 0;
	}

	.pmore1 a {
		width: 160px;
		font-size: 14px;
	}

	.pmore a,.amore a {
		width: 180px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}

	.aright h3 {
		font-size: 24px;
		line-height: 1.4;
	}

	.acon {
		font-size: 14px;
		margin-top: 5px;
	}

	.lx {
		width: 100%;
	}

	.foot {
		padding-top: 40px;
	}

	.xbox1 {
		padding: 30px 0;
	}
}

@media(max-width: 640px) {
	.menu-handler {
		margin-left: 0px;
	}

	.language-group .btn {
		padding: 0 5px;
	}

	.box1,.box2, .box3,.box5 {
		padding: 30px 0;
	}

	.bt1 h3 {
		font-size: 26px;
	}

	.psort {
		margin: 20px 0;
	}

	.psort li {
		width: 100%;
		text-align: left;
	}

	.pul li {
		width: 100%;
		margin-bottom: 25px;
	}

	.pul {
		margin-bottom: 20px;
	}

	.pmore a,.amore a {
		width: 160px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}

	.aimg,.aright {
		width: 100%;
	}

	.abox {
		margin-top: 20px;
	}

	.aright h3 {
		font-size: 20px;
	}

	.aright {
		margin-right: 0;
		margin-top: 15px;
	}

	.acon {
		margin-bottom: 15px;
	}

	.yul {
		margin: 20px 0;
	}

	.yul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.yul li .img {
		width: 100px;
	}

	.box4 h3 {
		font-size: 18px;
		line-height: 1.5;
	}

	.htel {
		font-size: 28px;
		padding-left: 70px;
		background-size: 60px;
		line-height: 60px;
	}

	.box4 {
		padding: 40px 0;
	}

	.xin1 {
		margin-top: 25px;
		margin-bottom: 15px;
	}

	.xin1 li {
		width: 100%;
		margin-bottom: 20px;
		padding: 20px 15px;
	}

	.foot {
		padding-top: 30px;
		margin-bottom: 70px;
	}

	.ft2{
		font-size: 14px;
	}

	.tlogo {
		margin-top: 0;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}

	.tlogo img {
		max-width: 140px;
	}

	.gy {
		display: none;
	}

	.xx p {
		margin-bottom: 10px;
	}

	.xx {
		font-size: 14px;
		line-height: 24px;
	}

	.xin1 li .wz2 {
		font-size: 12px;
		line-height: 18px;
	}

	.cate-list {
		margin-bottom: 0;
	}

	.xbox1 {
		padding: 20px 0;
	}

	.ly_form_4 .form_wrapper .form_box .form_title,.ly_form_4 .form_wrapper .form_box .form_content {
		margin-bottom: 10px;
	}

	.ly_form_4 {
		padding: 30px 0;
	}

	.ly_form_4 .form_wrapper .form_box .form_table {
		width: 100%;
	}

	.ly_form_4 input {
		height: 40px;
		font-size: 14px;
		padding: 0 10px;
	}

	.ly_form_4 textarea {
		padding: 10px;
		height: 90px;
	}

	.ly_form_4 .form_wrapper .form_box .form_table .rows .inquiry_submit {
		font-size: 16px;
		padding: 15px 20px;
	}
}




.tab-content ul,.tab-content ol,.tab-content li {
	list-style-type: inherit;
}

.list-paddingleft-2 {
	padding-left: 22px;
}