body {
	font-family: '方正黑体';
	font-size: 13px;
	width: 100%;
	margin: 0px;
}

input {
	font-size: 14px;
}

.outer {
	max-width: 414px;
	margin: 0 auto;
}

ul,
li {
	list-style: none;
}

.ban {
	background: #004A83;
	height: 26px;
	width: 100%;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0;
	display: flex;
	/*Flex布局*/
	display: -webkit-flex;
	/* Safari */
	align-items: center;
	/*指定垂直居中*/
	flex-direction: row-reverse;
	flex-basis: auto;
}

.contact {
	padding-right: 1em;
	display: flex;
	/*Flex布局*/
	display: -webkit-flex;
	/* Safari */
	align-items: center;
	/*指定垂直居中*/
}

.contact a,
a:hover,
a:visited,
a:link,
a:active {
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-decoration: none;
}

.header img {
	width: 100%;
}

.section-one {
	margin-top: -5px;
	background: #162946;
	width: 100%;
	padding-bottom: 20px;
}

.section-one-container {
	margin: 0px 20px;
}

.so-row-one .so-row-one-title .so-row-one-left-text {
	color: #FFFFFF;
	font-size: 26px;
}

.so-row-one .so-row-one-title .so-row-one-left-text img {
	width: 298px;
	margin-top: 30px;
}

.yellow-line {
	width: 80px;
	height: 2px;
	background: #E9CA4B;
	margin-top: 15px;
}

.row-one-description {
	margin-top: 36px;
	opacity: 0.6;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;

}

.so-row-one-right-img {
	display: block;
	width: 100%;
	margin-top: 40px;
}

.so-row-two ul li {
	background-image: url(../imgs/kuang.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 50% 50%;
	width: 100%;
	height: 208px;
	display: flex;
	flex-flow: column nowrap;
}

.srt-title {
	margin-top: 14px;
	margin-left: -10px;
	width: 160px;
	padding: 6px 0px;
	background-color: #162946;
	/* font-family: PingFangSC-Medium; */
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 26px;
}

.so-row-two ul {
	padding-left: 0;
}

.so-row-two ul li {
	margin-top: 40px;
}

.so-row-two ul li dl {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	padding-top: 30px;
	margin: 0;
}

.so-row-two ul li dl dt {
	width: 60%;
	opacity: 0.6;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
	margin-right: 10px;
}

.so-row-two ul li:first-child dl dt p:nth-child(2) {
	margin: 14px 0;
}

.so-row-two ul li dl dd {
	margin-left: 0;
}

.so-row-two ul li dl dt p {
	margin: 0;
}

.so-row-two ul li dl dt p:nth-child(2) {
	margin-top: 5px;
	margin-bottom: 7px;
}

.so-row-two ul li dl dd img {
	width: 140px;
	height: 90px;
}

/*不同材质喷印效果图 */
.stc-row-one {
	margin-top: 32px;

}

.stc-row-one p {
	font-family: PingFangSC-Regular;
	font-size: 25px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-bottom: 27px;
}

h1 {
	font-family: '方正黑体';
	font-size: 20px;
	color: #333333;
	letter-spacing: 0;
	padding: 44px 0px 0px 0px;
	text-align: center;
	margin: 0px;
}

/* .crossline {
	margin: 12px 0px 28px 0px;
	text-align: center;
} */

/* .crossline img {
	width: 24px;
	height: 4px;
} */

h2 {
	font-family: '方正黑体';
	font-size: 20px;
	color: #555555;
	letter-spacing: 0;
	margin: 0px 20px 0px 20px;
}

h3 {
	font-family: '方正黑体';
	font-size: 14px;
	color: #555555;
	text-align: center;
}

/* .subtitle {
	text-align: center;
	margin-top: 14px;
	font-family: '方正黑体';
	font-size: 17px;
	color: #555555;
	letter-spacing: 0;
	text-align: center;
	line-height: 28px;
}

.intro {
	font-family: '方正黑体';
	font-size: 13px;
	color: #555555;
	letter-spacing: 0;
	line-height: 22px;
	margin: 0px 20px 16px 20px;
} */



.solution {
	margin: 0px 20px;
	margin-bottom: 18px;
	display: flex;
	text-align: center;
	justify-content: space-between;
}

.solution .seprator {
	width: 11px;
}

.solution .card {
	flex: 1;
}

.solution .card img {
	width: 100%;
	height: 90px;
	border-radius: 8px;
}

.global {
	font-family: PingFangSC-Regular;
	font-size: 25px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 10px;
}

.swiper {
	margin-top: 33px;
	max-height: 300px;
}
.logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*align-content: center;*/
	width: 100%;
	/* height: 100%; */
}

.logos-container {
	width: 100%;
	margin-bottom: 40px;
	/* height: 20%; */
	background: white;
	display: flex;
	justify-content: space-around;
	/* align-content: center; */
	/* align-items: center */
}

.logo-div img {
	max-width: 100px;
    max-height: 60px;
    /* width: auto;
    height: auto; */

}

.logo-div {
    margin:auto;
}
.swiper_all {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.banner {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	overflow: visible !important;
}

.banner .swiper-wrapper .swiper-slide {
	width: 160px;
	height: 101px;
	border-radius: 20px;
}

.banner .swiper-wrapper .swiper-slide img {
	width: 160px;
	height: 101px;
	border-radius: 20px;
}

.banner .swiper-wrapper .swiper-slide-prev {
	width: 143px;
	height: 101px;
	margin-top: 18px;
}

.banner .swiper-wrapper .swiper-slide-prev img {
	width: 143px;
	height: 101px;
	opacity: 0.5;
}

.banner .swiper-wrapper .swiper-slide-next {
	width: 143px;
	height: 101px;
	margin-top: 18px;
	
}

.banner .swiper-wrapper .swiper-slide-next img {
	width: 143px;
	height: 101px;
	opacity: 0.5;
}

.banner .swiper-wrapper .swiper-slide-active {
	width: 201px;
	height: 143px;
	/* margin-left: -30px; */
	border-radius: 20px;
	
}
/* 遮罩层放大图片 */
.enlarge-mask{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	z-index: 99;
	display: none;
}
.enlarge-mask .large-image{
	margin: 0 10px;
	margin-top:55%;
}
.enlarge-mask .large-image img{
	width: 100%;
	/* height:30px; */
}
/* up */
.banner .swiper-wrapper .swiper-slide-active img {
	width: 201px;
	height: 143px;
	border-radius: 20px;
	-webkit-animation-name: fadeInOut;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 12s;
	-webkit-animation-direction: alternate;
}

.stc-ro-right {
	height: 100%;
	margin: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/*background: #FF4943;*/
	margin-bottom: 30px;
}

.stc-ro-right-img {
	/* height: 40px; */
	width: 100%;
	margin: 0px;
	margin-top: 3px;
	/*background: #E9CA4B;*/
	transform: scale(1);
	transition: transform 1s ease 0s;
}
/*由于swiper-slide-active左右设置了10像素，默认往右边挤过去了单独给前一个div设置负10像素左右才能对齐*/
.comment {
	width: 100%;
	background-color: #131415;
	padding-top: 28px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border: none;
	border-radius: 50%;
}

.swiper-pagination-bullet-active {
	border: none;
	background: #5A5A5A !important;

}

.comment .comment-offer {
	margin: 0 15px;
	/* opacity: 0.3; */
	background: #131415;
	border: 1px solid rgba(202, 201, 201, 0.4);
	border-radius: 4px;
	border-radius: 4px;
}

.comment .comment-offer>p {
	opacity: 0.8;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	color: #CCCCCC;
	text-align: center;
}

.comment form {
	margin: 0px 40px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
}

.comment form .label {
	min-width: 35px;
	margin: 0px 0px 14px 0px;
	margin-right: 9px;
	font-size: 14px;
	opacity: 0.8;
font-family: SourceHanSansCN-Regular;
font-size: 14px;
color: #CCCCCC;
	display: flex;
	align-items: center;
}

.comment .required {
	color: #fff
}

.comment form input[type="text"] {
	width: 213px;
	height: 45px;
	opacity: 0.8;
	background: none;
	caret-color:#fff;
	color: #fff;
	border: 1px solid rgba(202, 201, 201, 0.4);
	border-radius: 2px;
	outline: none;
	padding: 0 10px;
	margin-bottom: 12px;

}
.comment form .btn {
	width: 100%;
	margin-top: 13px;
}
.comment form .btn input{
	width: 100%;
	outline: none;
	border: none;
}
.comment form div {
	display: flex;
	align-items: center;
}
input[type=checkbox] {
        cursor: pointer;
        position: relative;
    }

    input[type=checkbox]::after {
        position: absolute;
        top: 0;
        background-color: #fff;
        color: #fff;
        width: 14px;
        height: 14px;
        display: inline-block;
        visibility: visible;
        padding-left: 0px;
        text-align: center;
        content: ' ';
        border-radius: 2px;
        box-sizing: border-box;
        border: 1px solid #ddd;
    }

    input[type=checkbox]:checked::after {
        content: "";
        background-color: #329C22;
		border-color: #329C22;
		opacity: 1;
    }

    input[type=checkbox]:checked::before {
        content: '';
        position: absolute;
        top: 1px;
        left: 5px;
        width: 3px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        z-index: 1;
    }
.comment .contract {
	display: flex;
	flex: 20px auto;
}

.comment .contract span {
	display: inline-block;
}

/* .float {
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 52px;
	height: 52px;
	z-index: 9999;
}

.float img {
	width: 52px;
	height: 52px;
}
 */
.statistic {
	visibility: hidden;
}

.comment .contact-info {
	padding: 0 15px;
}

.comment .contact-info>p {
	opacity: 0.8;
	font-family: PingFangSC-Regular;
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 27px;
	margin-bottom: 21px;
}

.comment .contact-info ul {
	padding-left: 0;
	margin: 0;
}

.comment .contact-info ul li {
	opacity: 0.7;
	font-family: SourceHanSansCN-Regular;
	font-size: 12px;
	color: #CCCCCC;
}

.comment .contact-info ul li p {
	margin: 0;
	margin-bottom: 3px;
}

.comment .contact-info ul li:first-child {
	margin-bottom: 12px;
}

.comment .contact-info ul li:nth-child(2) {
	margin-bottom: 24px;
}

.comment .contact-info .code {
	margin: 0 auto;
	padding-bottom: 28px;
}

.comment .contact-info .code img {
	display: block;
	margin: 0 auto;
	margin-top: 27px;
	margin-bottom: 12px;
	width: 128px;
	height: 128px;
}

.comment .contact-info .code p {
	text-align: center;
	opacity: 0.7;
	font-family: SourceHanSansCN-Regular;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0;
}
