* {
    -webkit-text-size-adjust: none
}

html {
    -webkit-text-size-adjust: none
}

html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
    margin: 0;
    padding: 0
}

img {
    border: 0;
    vertical-align: top
}

ul,
li {
    list-style-type: none
}

body,
input,
select,
button,
textarea {
    font-family: 'gothic', 'Microsoft YaHei', 'Hiragino Sans GB', Helvetica, Arial, 'Lucida Grande', sans-serif
}

@font-face {
    font-family: "gothic";
    src: url("../fonts/gothic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

button {
    cursor: pointer
}

i,
em,
cite {
    font-style: normal
}

a,
a:link {
    text-decoration: none
}

a:active,
a:hover {
    text-decoration: none
}

a:focus {
    outline: none
}

input,
button,
select,
textarea {
    outline: none
}

textarea {
    resize: none
}

.clearfix::before {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both
}

.center-block {
    max-width: 1920px;
    margin: 0 auto;
    min-width: 1200px;
    position: relative
}


.p01-banner {
	overflow: visible;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 850px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p01-banner{
	position: relative;
	color: #fff;
	background-image: url(../images/s01-bg.jpg);
	background-attachment: fixed;
	background-size: unset;
	background-position: center 0
}

/* .p01-banner::after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 143px;
	background: url(../images/p01-s01-bg3.png) no-repeat center;
	bottom: 0;
	left: 0
} */

.p01-banner .container {
	position: relative;
	z-index: 10;
	max-width: 1780px;
	min-height: 837px
}

.p01-banner .p01-banner-bd {
	margin-top: 120px
}


.p01-banner .p01-banner-bd>ul {
	margin-bottom: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.p01-banner .p01-banner-bd>ul i {
	position: absolute;
	left: 0;
	top: 5px;
    color: #fff;
}

.p01-banner .p01-banner-bd>ul li {
	position: relative;
    padding-left: 30px;
    margin: 10px 25px;
    font-weight: bold;
    font-size: 24px;
}

.p01-banner h1 {
    max-width: 772px;
    font-size: 50px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}

.p01-banner p {
	max-width: 1040px;
	margin: 30px auto 40px;
    text-align: center;
    font-size: 22px;
}

.p01-banner .btn {
	display: block;
	margin: 0 auto;
	max-width: 210px;
	-webkit-box-shadow: 0 20px 40px 0 rgba(13,55,69,.2);
	box-shadow: 0 20px 40px 0 rgba(13,55,69,.2)
}

.btn{
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 13px 10px;
    border-color: transparent;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all 0.24s;
    -o-transition: all 0.24s;
    transition: all 0.24s;
    overflow: hidden;
    font-family: aktiv-grotesk-extended,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    background-color: #ac3216;
}
.btn:hover{
    background-color: #0d3745;
}
.p01-banner span {
	position: relative;
	margin: 80px auto 0;
	display: block;
	width: 40px;
	height: 53px;
	border-radius: 20px;
	border: solid 2px #ac3216;
	cursor: pointer
}

.p01-banner span::before,.p01-banner span::after {
	position: absolute;
	content: '';
	left: 50%
}

.p01-banner span::before {
	top: 15px;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 4px;
	height: 10px;
	background-color: #ac3216;
	border-radius: 2px
}

.p01-banner span::after {
	width: 2px;
	height: 189px;
	background-color: #ac3216;
	border-radius: 1px;
	bottom: -20px;
	-webkit-transform: translate(-50%,100%);
	-ms-transform: translate(-50%,100%);
	transform: translate(-50%,100%)
}



@media (max-width:1024px) {
	.p01-banner .p01-banner-bd>ul li {
		margin: 0 auto 10px
    }
}

@media (max-width:960px) {
	.p01-banner {
        padding-top: 30px;
		max-height: unset
	}

	.p01-banner .p01-banner-bd {
		margin-top: 0
	}

	.p01-banner .p01-banner-bd>ul {
		margin-bottom: 20px
	}

	.p01-banner span {
		margin: 30px auto
	}
}

@media (max-width:540px) {
	.p01-banner-bd>ul {
		margin-bottom: 20px
    }
}

.ldp .p01-banner .p01-banner-bd ul>li {
	max-width: 350px;
	font-size: 18px;
	color: #0d3745;
	font-family: henderson-sans-basic,sans-serif;
	font-weight: 700;
	font-style: normal
}


@media (max-width: 768px){
    .p01-banner h1, .p01-banner h2 {
        font-size: 34px;
    }
    .p01-banner span::after{
        height: 59px;
    }
}









.header {
    max-width: 1920px;
    margin: 0 auto;
    height: 800px;
    background: url("../images/header-bg-new.jpg")
       
        no-repeat center/cover
}

.header-mob {
    display: none
}

.header .header-wp {
    padding-top: 120px;
    padding-left: 194px
}

.header .header-wp .item {
    display: table;
    margin-bottom: 50px
}

.header .header-wp .item dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 28px;
    color: #fff;
    line-height: 36px
}

.header .header-wp .item dd p {
    padding-left: 34px
}

.jk-title {
    text-align: center;
    margin-bottom: 30px;
}

.jk-title .t {
    font-size: 54px;
    color: #ac3216;
    font-weight: 700
}

.jk-title .c {
    margin-top: 15px;
    font-size: 30px;
    color: #837777
}

.why {
    padding-top: 120px;
    padding-bottom: 60px;
    background-color: #f5f5f5
}

.why .youshi {
    text-align: center
}

.why .youshi li {
    width: 770px;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 8px 9px 24px 0 rgba(69,69,69,.1);
    box-shadow: 8px 9px 24px 0 rgba(69,69,69,.1);
}

.why .youshi li img{
    width: 100%;
}

.why .youshi li h4{
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.why .youshi li p {
    font-size: 16px;
    color: #837777;
    line-height: 24px;
    padding:0 15px 15px 15px;
    min-height: 100px;
    height: auto;
}

.why .product-show {
    max-width: 1535px;
    margin: 100px auto 0
}


.why .products-list {
    max-width: 1550px;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.why .products-list img {
    width: 100%;
    -webkit-box-shadow: 0 20px 40px 0 rgba(13, 55, 69, .2);
    box-shadow: 0 20px 40px 0 rgba(13, 55, 69, .2);
    border-radius: 10px
}

.why .products-list .item {
    margin: 10px;
    background: #f5f5f5;
    width: calc(33.3% - 20px);
}

.why .products-list .item h4 {
    padding: 26px 0;
    text-align: center
}

.why .products-list .item ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 40px;
    margin-bottom: 20px
}

.why .products-list .item ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: calc(50% - 20px);
    margin: 0 10px
}

.why .products-list .item ul li:before {
    content: "\A";
    display: block;
    min-width: 6px;
    height: 6px;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    background: #777
}




.why .contact-us {
    width: 330px;
    background-color: #f2f2f2;
    float: right
}

.why .contact-us .contact-header {
    height: 80px;
    background-color: #ac3216;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}

.why .contact-us .msg-form {
    width: 100%;
    margin: 20px auto;
    padding: 0 24px;
    box-sizing: border-box
}

.why .contact-us .msg-form .item {
    color: #999;
    font-weight: 400;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #c7c4c2;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 16px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
}

.why .contact-us .msg-form .code-item{
    width: 46%;
    float: left;
    margin-right: 2%;
}

.why .contact-us .msg-form .item label {
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 42px;
    line-height: 40px;
    font-size: 18px;
    color: #323232
}

.why .contact-us .msg-form .item label i {
    font-style: normal;
    color: #e94942;
    vertical-align: middle
}

.why .contact-us .msg-form .item .txt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    background: 0 0;
    padding-left: 25px;
    border: 0;
    color: #333;
    outline: none;
    box-sizing: border-box;
    text-align: left;
    font-size: 18px;
}

.why .contact-us .msg-form .item img{
    float: left;
    display: block;
    width: 50%;
}

.why .contact-us .msg-form .textarea-item {
    width: 100%;
    height: 200px;
}

.why .contact-us .msg-form .textarea-item textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 0;
    font-size: 16px;
    padding: 10px 25px;
    padding-top: 14px
}

.why .contact-us .msg-form .btn-sub {
    width: 100%;
    height: 54px;
    display: block;
    margin: 20px auto 0;
    background-color: #ac3216;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    border: 0;
    border-radius: 100px;
    cursor: pointer;
}

.certificate {
    background-color: #f5f5f5;
    padding-top: 38px;
    padding-bottom: 50px
}

.certificate .certificate-list {
    margin-top: 78px;
    text-align: center
}

.certificate .certificate-list li {
    display: inline-block;
    margin: 0 10px 20px;
    box-shadow: 15px 15px 10px rgba(112, 96, 67, .35)
}

.application{
    background: #ac3216 url(../images/app_bg.jpg) no-repeat center 0;
    padding-top: 70px;
    padding-bottom: 94px
}

.application .application-box img{
    display: block;
    width: 80%;
    margin: 0 auto ;
    position: relative;
}

.application .jk-title .t{
    color: #fff;
}

.application .jk-title .c{
    color: #FFF;;
}

.partents {
    padding-top: 70px;
    padding-bottom: 94px;
    background-color: #fff
}

.partents .partent-body {
    max-width: 1550px;
    margin: 0 auto
}

.partents .partent-body .partent-l {
    width: 30%;
    float: left
}

.partents .partent-body .partent-l .t {
    margin-bottom: 60px;
    font-size: 41px;
    color: #ac3216;
    font-weight: 700
}

.partents .partent-body .partent-l p {
    margin-bottom: 34px;
    font-size: 20px;
    color: #6f6f6f;
    line-height: 28px;
    text-align: justify;
    white-space: normal;
    word-break: break-all
}

.partents .partent-body .partent-r {
    width: 68%;
    float: right
}

.partents .partent-body .partent-r p {
    text-align: center;
    color: #ac3216
}

.partents .partent-body .partent-r .p {
    margin-top: 16px;
    font-size: 20px
}

/**designs-begin**/

.designs {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #0d3745
}

.designs .jk-title .t{
    color: #fff;
}

.designs .jk-title .c{
    color: #999999;
    margin-bottom: 20px;
}

.designs .designs-box{
    width: 80%;
    margin: 50px auto 0;
    position: relative;
}

.swiper1 {
    width: 100%;
    margin-top: 20px;
  }
  .swiper1 .selected {
    color: #fff;
    background: #ac3216;
    font-weight: bold;
  }
  .swiper1 .swiper-slide {
    text-align: center;
    font-size: 16px;
    height: 50px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
  }
  .swiper2 {
    width: 100%;
  }
  .swiper2 .swiper-slide {
    height: calc(100vh - 50px);
    color: #fff;
    text-align: center;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

 .designs-box ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .designs-box ul li{
    position: relative;
    width: calc(25% - 0px);
    overflow: hidden;
}

.designs-box ul li .img-wrap img{
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition: all .24s ease;
}



 .designs-box span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(243,242,237,.5);
    text-align: center;
}

.designs-box h5 {
    line-height: 60px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    color: #0d3745;
    font-size: 18px;
}




/**designs-end**/



.say {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
}

.say .text {
	position: relative;
	padding-top: 15px;
	max-width: 778px;
    margin: 0 auto 50px;
    text-align: center;
}



/* .say .text::before,.say .text::after {
	position: absolute;
	z-index: -10;
	font-size: 200px;
	line-height: 1;
	font-family: henderson-sans-basic,sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #ac3216;
	opacity: .1;
	width: 107px;
	height: 76px
} */

.say .text::before {
	content: '"';
	left: 0;
	top: 0;
	-webkit-transform: translate(-107%,-9px);
	-ms-transform: translate(-107%,-9px);
	transform: translate(-107%,-9px)
}

.say .text::after {
	content: '"';
	right: 0;
	bottom: 0;
	-webkit-transform: translate(68%,0);
	-ms-transform: translate(68%,0);
	transform: translate(68%,0)
}

.say h4 {
	margin: 20px 0 10px
}

.say .img-wrap {
	text-align: center
}

.say .pic {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden
}


.customize {
    max-width: 1920px;
    margin: 0 auto
}

.customize .customize-item {
    width: 50%;
    height: 558px;
    float: left;
    box-sizing: border-box
}

.customize .customize-l {
    background: url("../images/customize-l-img.jpg")
        no-repeat center center;
    background-size: cover
}

.customize .customize-r {
    position: relative;
    background: #ac3216;
    color: #fff;
    padding-top: 50px;
    padding-left: 148px
}

.customize .customize-r .t {
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 700
}

.customize .customize-r .ul li {
    font-size: 22px;
    line-height: 32px
}

.customize .customize-r .ome {
    position: absolute;
    right: 30px;
    bottom: 22px
}

.section-message {
    background: #000 url(../images/footer_bg.jpg) no-repeat center center;
    padding-bottom: 46px;
    max-width: 1920px;
    margin: 0 auto
}

.section-message .btn{
    display: block;
    max-width: 210px;
    margin: 0 auto;
}

.section-message h2{
   font-size: 50px;
   margin: 20px 0;
   color: #fff;
   text-align: center;
}


.section-message .message-title {
    height: 80px;
    background-color: #ac3216;
    text-align: center;
    font-size: 32px;
    color: #fff9f9;
    line-height: 80px;
    font-weight: 700;
    text-transform: uppercase
}

.section-message .msg-form {
    width: 1200px;
    margin: 24px auto 0
}

.section-message .msg-form .item {
    float: left;
    color: #999;
    font-weight: 400;
    width: 362px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #c7c4c2;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: 56px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    font-size: 14px
}

.section-message .msg-form .item:last-child {
    margin-right: 0
}

.section-message .msg-form .item label {
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 46px;
    line-height: 44px;
    font-size: 18px;
    color: #323232
}

.section-message .msg-form .item label i {
    font-style: normal;
    color: #e94942
}

.section-message .msg-form .item .txt {
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: block;
    background: 0 0;
    padding-left: 30px;
    border: 0;
    color: #333;
    outline: none;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px
}

.section-message .msg-form .textarea-item {
    width: 100%;
    height: 74px
}

.section-message .msg-form .textarea-item textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    border: 0;
    padding-top: 8px;
    font-size: 16px
}

.section-message .msg-form .btn-sub {
    width: 428px;
    height: 72px;
    display: block;
    margin: 0 auto;
    background-color: #ac3216;
    color: #fff;
    text-align: center;
    font-size: 38px;
    border: 0;
    border-radius: 100px;
    cursor: pointer;
}

.footer {
    max-width: 1920px;
    margin: 0 auto;
    height: 140px;
    background: #000 url(../images/footer_bg.jpg) no-repeat center center;
}

.footer .foot-wp {
    width: 1790px;
    margin: 0 auto;
    text-align: center;
    padding-top: 33px
}

.footer .foot-wp span {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    padding: 0 16px;
    margin-bottom: 10px;
    margin-right: 6px;
    background-color: #ac3216;
    color: #fff;
    font-size: 20px
}

.footer .foot-wp span a{
    color: #fff;
}

.footer .foot-wp span a:hover{
    color: #fff;
    text-decoration: underline;
}

@media(max-width:1900px) {
    .header .header-wp {
        padding-top: 8%;
        padding-left: 8%
    }

    .why .youshi li {
        width: 48%;
    }

    .partents .partent-body .partent-l {
        width: 80%;
        margin: 0 auto;
        float: none
    }

    .partents .partent-body .partent-r {
        width: 100%
    }

    .partents .partent-body .partent-r p img {
        width: 100%;
        max-width: 1175px
    }

    .section-message .msg-form {
        width: 100%
    }

    .section-message .msg-form .item {
        width: 31.32%;
        margin-right: 3%
    }

    .section-message .msg-form .item:last-child {
        margin-right: 0%
    }

    .footer .foot-wp {
        max-width: 100%
    }

    .why .products-list{
        width: 100%;
        margin: 0 auto
    }

    .why .contact-us {
        width: 28%;
        margin: 0 auto
    }

    .customize .customize-r {
        padding-left: 8%
    }

    .section-message .msg-form .textarea-item {
        width: 100%
    }

    .why .products-list.item .productimg {
        max-width: 90%
    }

    .why .products-list.item {
        width: 33.3%
    }
}

@media(max-width:1640px) {
    .certificate .certificate-list li {
        width: 23%
    }

    .certificate .certificate-list li img {
        width: 100%
    }
}

@media(max-width:1365px) {
    .why {
        padding-bottom: 50px
    }

    .why .products-list {
        width: 100%;
        float: none
    }

    .why .product-lists .item {
        height: 320px
    }

    .why .product-lists .item .productimg {
        max-width: 90%
    }

    .why .product-lists .item .theme {
        max-width: 90%
    }

    .why .contact-us {
        width: 470px;
        margin: 0 auto;
        float: none;
        margin-top: 20px
    }
}

@media(max-width:1186px) {
    .certificate .certificate-list li {
        width: 22%
    }
}

@media(max-width:991px) {
    .header .header-wp {
        padding-left: 5%;
        padding-top: 8%
    }

    
    .certificate .certificate-list li {
        width: 40%
    }

    .customize .customize-l {
        width: 100%;
        float: none
    }

    .customize .customize-r {
        width: 100%;
        float: none
    }

    .jk-title .t {
        font-size: 28px
    }

    .jk-title .c {
        font-size: 14px
    }

    .why .youshi li {
        width: 88%;
        margin-bottom: 20px;
        height: 100%;
    }

    .customize .customize-r .t {
        margin-bottom: 10px;
        font-size: 20px
    }

    .customize .customize-r .ul li {
        font-size: 14px
    }

    .why {
        padding-top: 10%;
        padding-bottom: 0
    }

    .jk-title .c {
        margin-top: 20px
    }

    .why .youshi {
    }

    .why .youshi li img {
        max-width: 100%;
        margin-bottom: 0
    }

    .why .youshi li h4{
        font-size: 16px;
    }

    .why .youshi li p {
        font-size: 14px;
        line-height: 20px;
        min-height: auto;
    }

    .why .product-show {
        margin-top: 20px
    }

    .why .contact-us {
        height: auto;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .why .contact-us .contact-header {
        height: 60px;
        line-height: 60px;
        font-size: 30px
    }

    .why .contact-us .msg-form {
        margin-top: 50px
    }

    .section-message .msg-form .btn-sub {
        height: 52px;
        line-height: 52px;
        font-size: 32px
    }

    .why .contact-us .msg-form .btn-sub {
        height: 52px;
        line-height: 52px;
        font-size: 32px;
        margin-top: 40px
    }

    .partents .partent-body .partent-l {
        margin-bottom: 20px
    }

    .footer .foot-wp {
        padding-top: 4%
    }

    .footer .foot-wp span {
        font-size: 16px
    }
}

@media(max-width:768px) {
    .header {
        display: none;
        height: 330px;
        background-size: cover;
        background: url("../images/header-bg-new.jpg") no-repeat center bottom
    }

    .header-mob {
        display: block
    }

    .header .header-wp {
        padding-left: 5%;
        padding-top: 8%
    }

    .header .pro-box {
        top: 30% !important;
        left: 70% !important
    }

    .header .door-box {
        display: none
    }

    .header .load_logobox {
        width: 15% !important
    }

    .header .header-wp .item {
        margin-bottom: 20px
    }

    .header .header-wp .item .img {
        width: 52px
    }

    .header .header-wp .item .img img {
        width: 100%
    }

    .header .header-wp .item dd {
        font-size: 15px;
        line-height: 24px
    }

    .header .header-wp .item dd p {
        padding-left: 10px;
        color: #000
    }

    .why .contact-us {
        width: 100%
    }

    .section-message .msg-form .btn-sub {
        width: 100%;
        height: 42px;
        line-height: 42px;
        font-size: 24px
    }

    .why .contact-us .contact-header {
        height: 50px;
        line-height: 50px;
        font-size: 26px
    }

    .why .contact-us .msg-form {
        margin-top: 40px
    }

    .why .contact-us .msg-form .item {
        height: 40px
    }

    .why .contact-us .msg-form .item .txt {
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }

    .why .contact-us .msg-form .item label {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        padding-left: 5px
    }

    .why .contact-us .msg-form .btn-sub {
        height: 48px;
        margin-top: 30px;
        line-height: 48px;
        font-size: 22px
    }

    .certificate {
        padding-bottom: 20px
    }

    .certificate .certificate-list {
        margin-top: 40px
    }

    .partents {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .partents .partent-body .partent-l .t {
        margin-bottom: 20px;
        font-size: 24px
    }

    .partents .partent-body .partent-l p {
        margin-bottom: 10px;
        font-size: 14px
    }

    .partents .partent-body .partent-r .p {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.5
    }

    .partents .partent-body .partent-r p img {
        width: 95%
    }

    .customize .customize-item {
        height: 255px
    }

    .customize .customize-r {
        height: 500px
    }

    .customize .customize-r .ome {
        width: 200px
    }

    .section-message {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .section-message .msg-form {
        width: 90%;
        margin: 15px auto
    }

    .section-message .msg-form .item {
        width: 100%;
        margin-bottom: 10px
    }

    .section-message .msg-form .item label {
        font-size: 14px
    }

    .section-message h2{
        font-size: 30px;
    }
    
    .section-message .message-title {
        height: 48px;
        line-height: 48px;
        font-size: 22px
    }

    .section-message .msg-form .textarea-item {
        height: 90px
    }

    .footer {
        height: auto
    }

    .footer .foot-wp span {
        line-height: 0;
        height: auto;
        font-size: 14px;
        padding: 5px
    }

    .footer .foot-wp div {
        font-size: 14px !important;
        line-height: 26px;
        padding-bottom: 10px
    }
    
    .p01-banner{
        margin-bottom: 0px;
    }

    .why .products-list .item {
        width: 100%;
        margin: 0 auto !important
    }

    .why .products-list .item {
        width: 100%;
    }

    .why .products-list .item ul{
        padding: 0 5px;
    }

    .why .products-list .item ul li{
        width: 100%;
    }

    .why .products-list .item .productname {
        right: 12px;
        height: 14px
    }

    .why .contact-us .msg-form .textarea-item {
        height: 100px
    }

    .why .contact-us .msg-form .textarea-item textarea {
        height: 100px;
        padding-top: 30px
    }

    .why .products-list.item .productimg {
        transform: scale(.6)
    }

    .why .products-list.item .theme img {
        width: 100%
    }

    .why .products-list.item p {
        margin-top: 12px;
        font-size: 12px
    }

    .designs-box h5{
        font-size: 16px;
    }

    .designs-box ul li{
        width: calc(50% - 0px);
    }
    .swiper1 .swiper-slide{
        font-size: 14px;
    }
}