:root {
	--red: #da251c;
	--black: #303030;
	--white: #ffffff;
	--grey: #f6f6f6;
	--font: #929292;
	--line: #e3e3e3;
}

body {
	font-family: "microsoft yahei";
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a, a:hover, a:active, a:visited {
	text-decoration: none;
}

img {
	max-width: 100%;
	/* display: none; */
}

.clearfix::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section-padding {
	padding: 100px 0;
}

.slim-padding {
	padding: 50px 0;
}

.topbar {
	height: 36px;
	line-height: 36px;
	background: var(--black);
}

.topbar ul li {
	position: relative;
	display: inline-block;
	padding: 0 0px;
}

.topbar ul li a {
	color: var(--white);
}

.topbar ul li span {
	margin: 0 10px;
}

.topbar ul li .lang {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	background: var(--black);
	width: 100%;
	z-index: 10;
}

.topbar ul li:hover .lang {
	display: block;
}

.topbar ul li .lang a {
	display: block;
	text-align: center;
	line-height: 36px;
}

.topbar ul li .lang a:hover {
	background: var(--red);
}

.topbar ul li.search-pc-btn::before {
	position: absolute;
	content: "|";
	color: var(--line);
	left: 0;
}

header {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.head-menu {
	position: relative;
}

.head-menu .logo-menu {
	float: left;
}

.head-menu .logo {
	display: inline-block;
	padding: 10px 0;
	max-width: 50px;
}

.head-menu .nav {
	float: right;
	/* height: 70px; */
	margin-left: 20px;
	line-height: 70px;
}

.nav_contacts {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	float: left;
}

.nav_contacts li {
	display: inline-block;
	list-style: none;
}

.head-menu .nav li {
	position: inherit;
	display: inline-block;
}

.head-menu .nav li.sub:hover::after {
	content: "";
	display: block;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 15px solid var(--red);
	margin-top: -5px;
	margin-bottom: -35px;
	margin-left: auto;
	margin-right: auto;
}

.head-menu .nav li a {
	display: block;
	line-height: 50px;
	color: var(--black);
}

.head-menu .nav li.active a, .head-menu .nav li a:hover {
	color: var(--red);
}

.head-menu .nav li .sub-nav {
	display: none;
	position: absolute;
	width: 100%;
	top: 70px;
	left: 0;
	background: var(--black);
	border-top: 5px solid var(--red);
	padding: 20px 50px;
	z-index: 9;
}

.head-menu .nav li:hover .sub-nav {
	display: block;
}

.head-menu .nav li .sub-nav a {
	color: var(--white);
	line-height: 30px;
}

.head-menu .nav li .sub-nav .left-section {
	float: left;
	width: 150px;
	text-align: center;
}

.head-menu .nav li .sub-nav .left-section a {
	color: var(--white);
}

.head-menu .nav li .sub-nav .left-section a:hover {
	color: var(--red);
}

.head-menu .nav li .sub-nav .right-section {
	float: left;
	border-left: 1px solid var(--white);
	width: calc(100% - 150px);
	padding-left: 40px;
}

.head-menu .nav li .sub-nav .right-section .sub-nav-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.head-menu .nav li .sub-nav .right-section .sub-nav-item a {
	display: block;
	width: 100%;
	line-height: 30px;
}

.head-menu .nav li .sub-nav .right-section .sub-nav-item .items-list dl dt, .head-menu .nav li .sub-nav .right-section .sub-nav-item .items-list dl dd {
	display: block;
	line-height: 30px;
	font-size: 12px;
}

.head-menu .nav li .sub-nav .right-section .sub-nav-item .items-list dl {
	margin: 0;
}

.head-menu .nav li .sub-nav .right-section .sub-nav-item .items-list dl dt {
	width: 100px;
}

.head-menu .nav li .sub-nav .right-section .sub-nav-item .items-list dl dt a::before {
	content: ">";
	color: var(--white);
	margin-right: 10px;
}

.head-menu .nav li .sub-nav .right-section .sub-nav-item .items-list dl dd {
	padding-left: 20px;
}

.breadcrumbs {
	padding: 30px 0;
}

.breadcrumbs a {
	display: inline-block;
	/* text-transform: capitalize; */
	font-size: 14px;
	color: var(--black);
}

.breadcrumbs a:first-of-type::before {
	display: none;
}

.breadcrumbs a::before {
	content: "|";
	padding: 0 10px;
	color: var(--line);
}

.banner {
	position: relative;
	background-image: url(https://www.guolanmold.com/static/guolan/assets/images/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	/* width: 100%; */
	/* height: 300px; */
}

.banner .video-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.banner .video-js video {
	object-fit: fill;
}

#myvideo .vjs-big-play-button {
	opacity: 0;
}

.banner .layer-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	/* background-image: url(https://www.guolanmold.com/static/guolan/assets/images/banner.jpg); */
	/* background-size: 100%; */
}

.banner .main-content {
	position: absolute;
	top: 50%;
	transform: translateY(-70%);
	color: var(--white);
/* 	padding-top: 150px; */
}

.banner .main-content .main-title {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 20px;
}

.banner .main-content .sub-title {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px;
}

.banner .main-content .main-btns a {
	display: inline-block;
	width: 180px;
	line-height: 20px;
	border: 1px solid var(--white);
	color: var(--white);
	padding: 10px 50px;
	text-align: center;
}

.banner .main-content .main-btns a.hover, .banner .main-content .main-btns a:hover {
	background: var(--red);
	border-color: var(--red);
}

.banner .main-content .main-btns a.hover {
	margin-right: 30px;
}

.banner .bottom-text {
	position: absolute;
	bottom: 0;
	padding: 50px 0;
}

.banner .bottom-text p.topic {
	color: var(--red);
	font-size: 20px;
}

.banner .bottom-text p.miaoshu {
	color: var(--white);
	font-size: 16px;
}

.banner .bottom-pic-text {
	position: absolute;
	width: 60%;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	padding: 50px 0;
}

.banner .bottom-pic-text .pic-block {
	display: inline-block;
	padding: 0 50px;
}

.banner .bottom-pic-text .pic-block img, .banner .bottom-pic-text .pic-block .pic-text {
	float: left;
	color: var(--white);
}

.banner .bottom-pic-text .pic-block .pic-text {
	padding-left: 10px;
	margin-top: 0;
}

.banner .bottom-pic-text .pic-block .pic-text p {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}

.banner .bottom-pic-text .pic-block .pic-text p.topic {
	font-size: 20px;
	color: var(--red);
	margin-bottom: 10px;
}

.banner .bottom-pic-text .pic-block .pic-text p.topic span {
	font-weight: bold;
}

.simple-info {
	font-size: 14px;
	line-height: 30px;
}

.simple-info .info-font {
	float: left;
	width: 70%;
}

.simple-info .btns {
	float: right;
}

.simple-info .btns a {
	display: inline-block;
	line-height: 30px;
	background: var(--red);
	color: var(--white);
	padding: 5px 20px;
}

.simple-info .btns a.black {
	background: var(--black);
	margin-right: 20px;
}

.catagory {
	background: var(--grey);
}

.catagory .catagory-item {
	display: block;
	padding: 30px 10px;
	background: var(--white);
	box-shadow: 0 10px 20px 0 rgba(48, 49, 51, .1), 0 -10px 20px 0 rgba(48, 49, 51, .05)
}

.catagory .catagory-item .catagory-name {
	font-size: 20px;
	min-height: 56px;
	font-weight: 300;
	color: var(--black);
	text-align: center;
}

.catagory .catagory-item .catagory-thumb {
	margin: 20px auto;
	text-align: center;
	overflow: hidden;
}

.catagory .catagory-item .catagory-thumb img {
	transition: .5s;
}

.catagory .catagory-item:hover .catagory-thumb img {
	transform: scale(1.08, 1.08);
}

.catagory .catagory-item .catagory-btn {
	display: block;
	width: 50%;
	padding: 10px 20px;
	margin: 0 auto;
	color: var(--red);
	border: 1px solid var(--red);
	text-align: center;
}

.row-item {
	padding-bottom: 100px;
}

.row-item:last-child {
	padding-bottom: 0;
}

.row-item::after {
	padding-bottom: 0;
}

.row-item .thumbs-img {
	position: relative;
	width: 60%;
}

.row-item .thumbs-img .thumbs-play {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(218, 37, 28, .5);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.row-item .thumbs-img .thumbs-play span {
	font-size: 50px;
	line-height: 100px;
	color: var(--white);
}

.row-item .thumbs-msg {
	width: calc(100% - 60% - 40px);
}

.row-item .thumbs-msg {
	padding: 30px 0 0;
	font-size: 14px;
	line-height: 25px;
}

.row-item:last-child .thumbs-msg {
	padding-top: 80px;
}

.row-item .thumbs-msg p {
	margin-bottom: 20px;
}

.row-item .thumbs-msg .title {
	font-size: 26px;
	font-weight: 300;
	color: var(--black);
}

.row-item .thumbs-msg .title-line {
	width: 150px;
	border-top: 1px solid var(--black);
}

.row-item .thumbs-msg .info-content {
	color: var(--font);
}

.row-item:last-child .thumbs-msg .info-content {
	padding-right: 80px;
}

.row-item .thumbs-msg .thumbs-btn {
	padding-top: 20px;
}

.row-item .thumbs-msg .thumbs-btn a {
	display: inline-block;
	padding: 10px 30px;
	line-height: 20px;
	color: var(--white);
	background: var(--red);
}

.topic-head-title {
	font-size: 26px;
	text-align: center;
	color: var(--black);
}

.cooperation {
	background: var(--grey);
}

.cooperation .cooperation-items {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.cooperation .cooperation-items::before {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	transform: skew(45deg);
	transform-origin: right bottom;
	background: var(--white);
}

.cooperation .cooperation-items .cooperation-content {
	background: var(--white);
	padding: 0 30px 0;
}

.cooperation .cooperation-items .cooperation-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: var(--red);
}

.cooperation .cooperation-items .cooperation-icon img {
	display: block;
	max-width: 30px;
	margin: 0 auto;
	padding-top: 5px;
}

.cooperation .cooperation-items .cooperation-title {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	padding: 20px 0;
}

.cooperation .cooperation-items .cooperation-desc {
	line-height: 30px;
	color: var(--font);
	font-weight: normal;
	height: 90px;
	max-height: 90px;
	overflow: hidden;
	transition: max-height 1s;
	-moz-transition: max-height 1s;
	/* Firefox 4 */
	-webkit-transition: max-height 1s;
	/* Safari 和 Chrome */
	-o-transition: max-height 1s;
	/* Opera */
}

.cooperation .cooperation-items .cooperation-desc.auto-height {
	height: auto;
	max-height: 300px;
}

.cooperation .cooperation-items .cooperation-more {
	display: block;
	margin-top: 20px;
	line-height: 50px;
	border-top: 1px solid var(--line);
	font-size: 14px;
	color: var(--font);
	cursor: pointer;
}

.about-list {
	font-size: 14px;
	color: var(--black);
}

.about-list .about-part-one img {
	display: block;
}

.about-list .about-part-one .about-desc {
	padding: 50px 0 100px;
}

.about-list .about-part-one .about-desc p {
	line-height: 30px;
}

.about-list .about-part-two .about-item {
	padding-bottom: 100px;
}

.about-list .about-part-two .about-item .about-img {
	width: 50%;
}

.about-list .about-part-two .about-item .about-info {
	width: 50%;
	padding-top: 50px;
	padding-left: 50px;
	line-height: 30px;
}

.about-list .about-part-two .about-item:nth-child(even) .about-info {
	padding-left: 0;
	padding-right: 50px;
}

.about-part-three {
	position: relative;
}

.about-part-three img {
	display: block;
}

.about-part-three .list-item {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.about-part-three .list-item-title {
	font-size: 24px;
	line-height: 60px;
}

.about-part-three .list-item-options {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px;
}

.about-part-three ul.list-item-options {
	padding-left: 20px;
}

.about-part-three .list-item-options li {
	list-style: square;
}

.news .topic-head-title {
	padding-bottom: 50px;
}

.news .news-item {
	display: block;
	width: 100%;
}

.news .news-item .thumbs {
	overflow: hidden;
}

.news .news-item .thumbs img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news .news-item:hover .thumbs img {
	transform: scale(1.08, 1.08);
}

.news .news-item .news-msg {
	padding: 30px 0 10px;
}

.news .news-item .news-msg .date {
	font-size: 14px;
	color: var(--font);
}

.news .news-item .news-msg .title {
	font-size: 18px;
	color: var(--black);
}

.news .news-item .news-msg .desc {
	font-size: 14px;
	line-height: 30px;
	color: var(--font);
	padding-right: 30px;
}

.news .news-item .news-more {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 30px;
	color: var(--font);
	border: 1px solid var(--font);
}

.news .news-item:hover .news-more {
	color: var(--red);
	border: 1px solid var(--red);
}

.new-item-swiper .swiper-button-prev, .new-item-swiper .swiper-button-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	/* border-radius: 50%; */
	text-align: center;
	color: var(--font);
	background: var(--white);
	border: 1px solid var(--line);
	visibility: hidden;
	opacity: 0;
}

.new-item-swiper:hover .swiper-button-prev, .new-item-swiper:hover .swiper-button-next {
	visibility: visible;
	opacity: 1;
}

.new-item-swiper .swiper-button-prev {
	left: 0;
}

.new-item-swiper .swiper-button-next {
	right: 0;
}

.news-title span {
	color: var(--font);
	font-size: 14px;
	margin-left: 20px;
}

.news-body p {
	line-height: 30px;
}

.partner {
	position: relative;
}

.partner-swiper {
	padding: 50px 0;
	border-top: 1px solid var(--line);
	/* border-bottom: 1px solid var(--line); */
}

.partner-swiper .swiper-wrapper .swiper-slide {
	border-right: 1px solid var(--line);
}

.partner-swiper .swiper-wrapper .swiper-slide:nth-child(4n) {
	border-right: 0;
}

.partner .swiper-button-prev, .partner .swiper-button-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	/* border-radius: 50%; */
	text-align: center;
	color: var(--font);
	background: var(--white);
	border: 1px solid var(--line);
	top: 50%;
	outline: none;
}

.partner .swiper-button-prev {
	left: -50px;
}

.partner .swiper-button-next {
	right: -50px;
}

.quick-menu {
	border-top: 1px solid var(--line);
	padding: 50px 0;
}

.quick-menu ul li {
	display: inline-block;
	margin-right: 50px;
	line-height: 50px;
}

.quick-menu ul li a {
	color: var(--font);
	border-bottom: 1px solid var(--line);
}

.quick-menu .return {
	text-align: right;
}

.quick-menu .return img {
	max-width: 38px;
}

.list-news {
	padding: 30px 0 0;
}

.list-news .news-item {
	margin-bottom: 80px;
}

.page {
	display: table;
	margin: 0 auto;
	padding: 30px 0 80px;
}

.page li {
	display: inline-block;
	margin: 0 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid var(--black);
	color: var(--black);
	text-align: center;
}

.page li a {
	display: block;
	color: var(--black);
	width: 100%;
	height: 100%;
}

.page li.active, .page li:hover, .page li:hover a {
	background: var(--black);
	color: var(--white);
}

.item-title {
	font-size: 30px;
	border-bottom: 1px solid var(--line);
	padding: 20px 0;
}

.inner {
	width: 100%;
}

.inner .inner-thumbs img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.inner .inner-desc {
	font-size: 20px;
	line-height: 40px;
	color: var(--black);
	text-align: center;
	padding: 10px 0;
}

.inner-swiper .swiper-button-prev, .inner-swiper .swiper-button-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--white);
	border: 1px solid var(--line);
	text-align: center;
	color: var(--font);
	top: 40%;
	outline: none;
}

.inner-topic {
	position: relative;
}

.inner-topic .inner-title {
	font-size: 50px;
	color: var(--white);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.inner-topic .inner-line {
	width: 100px;
	height: 0;
	border-top: 1px solid var(--white);
	position: absolute;
	top: 62%;
}

.equip {
	padding-bottom: 100px;
}

.equip .row{
    display: flex;
    flex-wrap: wrap;
}

.equip-item {
	margin-top: 100px;
}

.equip-item .title {
    display: none;
	font-size: 18px;
	font-weight: normal;
	color: var(--black);
	padding: 20px 0 0;
}

.equip-item .info {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: var(--font);
	margin-top: 20px;
}

.sur .equip-item {
	margin-top: 50px;
}

.sur .equip-item .info {
	min-height: 60px;
}

.list-pic-text {
	padding-top: 50px;
}

.pic-text {
	margin-top: 100px;
}

.pic-text .pic-display {
	width: 50%;
}

.pic-text:nth-child(odd) .pic-display {
	float: left;
}

.pic-text:nth-child(even) .pic-display {
	float: right;
}

.pic-text .miaoshu {
	padding-top: 50px;
	width: 50%;
	/* padding-left: 100px; */
}

.pic-text .miaoshu .title {
	font-size: 26px;
	color: var(--black);
}

.pic-text .miaoshu .info {
	font-size: 16px;
	line-height: 30px;
	color: var(--font);
}

.pic-text:nth-child(odd) .miaoshu {
	float: right;
	padding-left: 100px;
}

.pic-text:nth-child(even) .miaoshu {
	float: left;
	padding-right: 100px;
}

.service-item {
	position: relative;
}

.service-item .service-program {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: var(--white);
}

.service-item:nth-child(even) .service-program {
	color: var(--black);
}

.service-item .service-program .title {
	font-size: 30px;
	line-height: 60px;
	white-space:nowrap ;
}

.service-item .service-program .desc {
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	padding-right: 100px;
	transition: .5s;
}

.service-item .service-program.service-open .desc {
	height: auto;
}

.service-item .service-program .more-btn {
	display: inline-block;
	white-space:nowrap ;
	margin-top: 50px;
	color: var(--white);
	transition: .5s;
}

.service-item .service-program .hang-up {
	display: none;
	margin-top: 50px;
	color: var(--white);
	transition: .5s;
}

.service-item:nth-child(even) .service-program a {
	color: var(--black);
}

.service-item .service-program.service-open .more-btn {
	display: none;
}

.service-item .service-program.service-open .hang-up {
	display: block;
}

.service-item .service-program .more-btn span {
	margin-left: 10px;
}

.service-item .service-program:hover .more-btn, .service-item .service-program:hover .hang-up {
	/* margin-left: 30px; */
	color: var(--red);
}

.topbar-banner {
	position: relative;
}

.topbar-banner .topbar-info {
	position: absolute;
	width: 48%;
	top: 50%;
	transform: translateY(-50%);
	color: var(--white);
}

.topbar-banner .topbar-info .topbar-title {
	font-size: 30px;
	line-height: 60px;
}

.topbar-banner .topbar-info .topbar-desc {
	font-size: 14px;
	line-height: 30px;
}

.td-item {
	padding: 50px;
}

.td {
	padding: 50px;
	border: 1px solid var(--line);
}

.td img {
	display: block;
	margin: 0 auto;
}

.td p {
	line-height: 30px;
	text-align: center;
}

.td p.item-name {
	font-size: 18px;
	color: var(--black);
}

.td p.item-desc {
	font-size: 14px;
	color: var(--font);
}

.cnc-list {
	padding-bottom: 100px;
}

.cnc-list .cnc-item {
	padding-top: 100px;
}

.cnc-list .cnc-item .display-img img {
	max-width: 700px;
	width: 100%;
}

.cnc-list .cnc-item:nth-child(odd) .display-img {
	float: right;
}

.cnc-list .cnc-item:nth-child(even) .display-img {
	float: left;
}

.cnc-list .cnc-item:nth-child(odd) .display-info {
	float: left;
	padding-top: 50px;
}

.cnc-list .cnc-item:nth-child(odd) .display-info p {
	font-size: 30px;
	line-height: 60px;
}

.cnc-list .cnc-item:nth-child(odd) .display-info ul {
	font-size: 14px;
	line-height: 30px;
	padding-left: 20px;
}

.cnc-list .cnc-item:nth-child(odd) .display-info p.info {
	font-size: 14px;
	line-height: 30px;
	max-width: 350px;
}

.cnc-list .cnc-item:nth-child(odd) .display-info ul li {
	list-style: square;
}

.cnc-list .cnc-item:nth-child(even) .display-info {
	float: right;
	padding-top: 50px;
}

.cnc-list .cnc-item:nth-child(even) .display-info p {
	font-size: 30px;
	line-height: 60px;
}

.cnc-list .cnc-item:nth-child(even) .display-info ul {
	font-size: 14px;
	line-height: 30px;
	padding-left: 20px;
}

.cnc-list .cnc-item:nth-child(even) .display-info ul li {
	list-style: square;
}

.moju {}

.moju-item {
	padding: 10px;
	border: 1px solid var(--line);
	text-align: center;
}

.moju-item .thumbs img {
	display: block;
	margin: 0 auto;
}

.moju-item .moju-title {
	font-size: 18px;
	line-height: 40px;
	color: var(--black);
}

.moju-item .moju-desc {
	font-size: 14px;
	line-height: 30px;
	color: var(--font);
	height: 120px;
	overflow: hidden;
	margin-bottom: 20px;
}

.moju-item .moju-desc.auto-height {
	height: auto;
}

/* .moju-item .moju-desc p:not(.stick){
	display: none;
} */

.moju-item .moju-btn {
	padding-top: 10px;
	line-height: 40px;
	border-top: 1px solid var(--line);
}

.moju-item .moju-btn a {
	color: var(--font);
	text-decoration: none;
}

.contact {
	padding: 50px 0;
}

.contact p {
	line-height: 20px;
}

.contact p:last-child {
	padding-top: 30px;
}

.contact_form {
	padding-bottom: 50px;
}

.contact_form .form-horizontal .form-group {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.contact_form div[class*=col-] {
	padding: 0;
}

.contact_form .control-label {
	float: left;
	min-width: 100px;
	text-align: left;
}

.contact_form .control-label span {
	color: var(--red);
}

.contact_form input[type="text"], .contact_form textarea {
	border-radius: 0 !important;
	outline: none;
	box-shadow: none;
}

.contact_form input[type="text"]:focus {
	border-color: #cccccc;
}

.contact_form textarea:focus {
	border-color: #cccccc;
}

.contact_form .handin {
	padding-left: 100px;
}

.contact_form .handin button {
	background-color: var(--black);
	color: var(--white);
	padding: 10px 30px;
	border: 0;
	outline: none;
}

.process {
	position: relative;
}

.process .swiper-container {
	height: 900px;
	padding: 50px 0;
}

.process .swiper-button-prev, .process .swiper-button-next {
	width: 30px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #c5c5c5;
	border: 1px solid #c5c5c5;
	color: #303030;
	border-radius: 30px;
}

.process .swiper-button-prev {
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
}

.process .swiper-button-next {
	top: initial;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
}

.process .swiper-slide {
	position: relative;
	width: 50%;
	height: 100px;
	text-align: center;
}

.process .swiper-slide::before {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #929292;
	right: 0;
}

.process .swiper-slide::after {
	position: absolute;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #c5c5c5;
	right: 0;
	top: 3px;
}

.process .swiper-slide:nth-child(odd)::before {
	right: -8px;
}

.process .swiper-slide:nth-child(even)::before {
	left: -8px;
}

.process .swiper-slide:nth-child(odd)::after {
	right: -5px;
}

.process .swiper-slide:nth-child(even)::after {
	left: -5px;
}

.process .swiper-slide:nth-child(even) {
	margin-left: 50%;
}

.process .swiper-pagination {
	top: 0;
	width: 1px;
	height: 100%;
	border-right: 2px solid var(--line);
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

.process .swiper-pagination .swiper-pagination-bullet {
	display: none;
}

.process .swiper-slide span {
	position: absolute;
	right: 30px;
	top: -15px;
	padding: 10px 20px;
	background: #e9e9e9;
	color: var(--black);
	font-size: 18px;
	max-width: 80px;
}

.process .swiper-slide span:after {
	position: absolute;
	top: 12px;
	right: -10px;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #e9e9e9;
}

.process .swiper-slide:nth-child(even) span {
	position: absolute;
	left: 30px;
	top: -15px;
	padding: 10px 20px;
	background: #e9e9e9;
	color: var(--black);
	font-size: 18px;
	max-width: 80px;
}

.process .swiper-slide:nth-child(even) span:before {
	position: absolute;
	top: 12px;
	left: -10px;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #e9e9e9;
}

.process .swiper-slide:nth-child(even) span:after {
	display: none;
}

.process .swiper-slide p {
	font-size: 16px;
	line-height: 30px;
	width: 75%;
}

.process .swiper-slide:nth-child(even) p {
	text-align: right;
	padding-left: 25%;
	width: 100%;
}

.footer {
	padding: 50px 0;
	background: var(--black);
}

.footer .address {
	line-height: 30px;
	color: var(--white);
}

.footer .address.padding {
	padding-bottom: 50px;
}

.footer .address .legal-title {
	font-size: 16px;
	font-weight: bold;
}

.footer .address .detail-addr {
	font-size: 14px;
	font-weight: normal;
	padding-right: 120px;
}

.footer .address.padding .detail-addr {
	padding-right: 80px;
}

.footer .footer-contact {
	border-left: 1px solid var(--line);
	padding-left: 80px;
}

.footer .footer-contact .join-btn {
	display: inline-block;
	padding: 10px 20px;
	line-height: 20px;
	border: 1px solid var(--white);
	color: var(--white);
}

.footer .footer-contact .line {
	width: 20px;
	border-top: 1px solid var(--white);
	height: 0;
	margin: 20px 0;
}

.footer .footer-contact .footer-form .form-title {
	font-size: 16px;
	color: var(--white);
}

.footer .footer-contact .footer-form .form-element {
	padding: 20px 0;
}

.footer .footer-contact .footer-form .form-element input {
	display: block;
	width: 100%;
	background: var(--white);
	border: none;
	padding: 10px 20px;
	line-height: 20px;
}

.footer .footer-contact .footer-form .form-element button {
	display: block;
	background: none;
	border: 1px solid var(--white);
	color: var(--white);
	padding: 5px 20px;
	line-height: 20px;
	margin-top: 20px;
}

.footer .footer-contact .social {
	padding-top: 50px;
}

.footer .footer-contact .social li {
	display: inline-block;
	background: var(--white);
	border-radius: 50%;
	margin-right: 10px;
}

.footer .copyright {
	padding-top: 100px;
	color: var(--white);
	font-size: 14px;
	line-height: 30px;
}

.footer .copyright a {
	color: var(--white);
}

.full-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 20;
}

.full-mask.show {
	display: block;
}

.full-mask video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.full-mask .search-form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	border-bottom: 1px solid var(--white);
}

.full-mask .search-form .close-line {
	display: block;
	font-size: 30px;
	color: var(--white);
	padding-bottom: 30px;
}

.full-mask .search-form .close-line .close-btn {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: right;
	cursor: pointer;
	z-index: 25;
}

.full-mask .search-form .form-area {
	display: block;
}

.full-mask .search-form input {
	display: inline-block;
	background: none;
	border: 0;
	width: 90%;
	height: 60px;
	line-height: 60px;
	padding-left: 40px;
	font-size: 30px;
	color: var(--white);
	outline: none;
}

.full-mask .search-form button {
	display: inline-block;
	background: none;
	border: 0;
	width: 10%;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: var(--white);
	text-align: right;
	outline: none;
}
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
  }
  /* 2021-03-26 新增 */

.product_list a{
	color: #333333;
}
.product_num{
	position: relative;
	bottom: 45px;
	padding-left: 75%;
}
.product_num a{
	color: #111111;	
}
.align_center{
	text-align: center;
	width: 100%;
}
.product_paging  {
	margin: 0px 5px;
	display:inline;
}
.product_slideshow{
	padding-right: 60px;
}
.product_slideshow img{
	cursor: pointer;
}
.product_paging ul li{
	border: 1px solid #333333;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin-top: 80px;
}
.product_paging ul li:hover{
	background-color: #333;
	color: #fff;
}
.product_paging ul li a{
	color: inherit;
	display: inline-block;
}
.product_img{
	width: 100%;
	margin: 0 auto;
}
.product_m_img{
	margin-top: 15px;
	/* display: flex; */
	/* justify-content: space-between; */
}
.product_miaosu{
	padding:20px 0px 0px 60px;
}
.product_miaosu p:first-child{
	font-size: 35px;
	font-weight: 600;
	color: #2d2d2d;
}
.product_miaosu p:nth-child(8){
	margin-bottom: -10px;
}
.product_miaosu p,span{
	color:#A9A9A9;
}
.product_miaosu a{
	margin-top: 20px;
	font-weight: 600;
	font-size:18px;
	display: block;
	width: 180px;
	background-color: rgba(218,36,27,1);
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}
.product_big_img{
	padding:60px 40px 100px 40px;
}
.product_hr{
	padding-top: 60px;
}
.swiper-slide-thumb-active{
	border-bottom: 2px solid #DA251C;
}