@font-face {
	font-family: "syRegular";
	src: url("../fonts/syRegular.eot");
	src: url("../fonts/syRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/syRegular.woff") format("woff"), url("../fonts/syRegular.ttf") format("truetype"), url("../fonts/syRegular.svg#syRegular") format("svg");
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: "syhthin";
	src: url("../fonts/syRegular.woff") format("woff"), url("../fonts/syhthin.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: "din";
	src: url("../fonts/din.eot");
	src: url("../fonts/din.eot?#iefix") format("embedded-opentype"), url("../fonts/din.woff") format("woff"), url("../fonts/din.ttf") format("truetype"), url("../fonts/din.svg#din") format("svg");
	font-weight: normal;
	font-style: normal;
}

:root {
	--theme-color: #2f53d7;
	/* --theme-color:#e62914; */
}

* {
	padding: 0;
	margin: 0;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
dl,
dd,
dt,
textarea {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #333;
	font-family: 'syRegular', Arial, 'Microsoft Yahei', '微软雅黑', SimSun, Arial, tahoma, arial !important;
}

img {
	border: 0 none;
	max-width: 100%;
}

ol,
ul,
dl,
li,
dt,
dd {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

em {
	font-style: normal;
}

input,
button,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

a {
	color: #333;
	text-decoration: none;
	outline: medium none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	outline: medium none;
}

.clearfix {
	zoom: 1;
}

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

p {
	line-height: 1.5em;
}

input::-webkit-input-placeholder {
	color: #999;
}

.aniimg {
	overflow: hidden;
}

.aniimg img {
	display: block;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	vertical-align: middle;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	width: 100%;
}

.aniimgbox:hover .aniimg img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
	outline: none;
}

.content {
	width: 1400px;
	margin: 0 auto;
}

.line_txt_1 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.line_txt_2 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line_txt_3 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.line_txt_4 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.line_txt_5 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.line_txt_6 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.index-con {
	width: 90%;
	margin: 0 auto;
}

.swiper-container {
	height: 100%;
}

.wap-flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.padd {
	padding: 80px 0;
}

/*header  */
.header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 6;
	left: 0;
	padding: 40px 10% 60px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../img/navbg.png) repeat-x;
	-o-background-size: contain;
	background-size: contain;
}

.logo {
	width: 14.2%;
}

.logo img {
	height: 54px;
}

.head-right {
	width: 73%;
	position: relative;
}

.head-right .headbtn {
	position: absolute;
	right: 0;
	width: 20%;
}

.nav>li>ul {
	position: absolute;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	padding: 10px 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	top: 40px;
	display: none;
}

.nav ul li {
	line-height: 40px;
	font-size: 14px;
}

.nav li:hover>a {
	color: #e62914;
}

.nav li.active>a {
	color: #e62914;

}

.nav>li {
	font-size: 18px;
	padding: 10px 15px;
	margin: 0 10px;
	position: relative;
	background-image: url(../img/bottom.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px;

}

.nav>li:first-child {
	background: none;
}

/*.nav > li:hover ul {
  display: block;
}*/
@media (any-hover: hover) {
	.nav>li:hover>ul {
		display: block;
	}
}

.solunav {
	position: absolute;
	width: 39em;
	box-shadow: 0px 40px 50px 6px rgba(0, 15, 71, 0.1800);

	border-radius: 5px;
	top: 45px;
	display: none;
	overflow: hidden;
}

.nav>li:nth-child(5) div.solunav {
	right: 0;

}

.nav>li:nth-child(5) div.solunav .solunavlist h5,
.nav>li:nth-child(6) div.solunav .solunavlist h5,
.nav>li:nth-child(7) div.solunav .solunavlist h5 {
	right: 0;
}

.nav>li:nth-child(5) div.solunav .solunavlist .solunav-con,
.nav>li:nth-child(6) div.solunav .solunavlist .solunav-con,
.nav>li:nth-child(7) div.solunav .solunavlist .solunav-con {
	margin-right: 28%;
	margin-left: 0;
}

.nav>li:nth-child(6) div.solunav {
	right: 0;
}

.nav>li:nth-child(7) div.solunav {
	right: 0;
}

.solunavlist {
	overflow: hidden;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position: relative;
}

.solunavlist h5 {
	float: left;
	width: 28%;
	box-sizing: border-box;
	position: absolute;
	height: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	background: rgba(47, 83, 215, 1);
	font-size: 18px;
	color: #FFF;
	padding-left: 2em;
	display: flex;
	align-items: center;
}

.solunavlist h5 a {
	color: #FFF;
}

.solunav-con {
	margin-left: 28%;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background: rgba(255, 255, 255, 1);
	padding: 30px 2em;
	overflow: hidden;
	width: 72%;
}

.solunav-con a {
	margin-right: 7%;
	padding: 6px 0;
	float: left;
	font-size: 16px;
	display: block;
	border-bottom: 2px solid transparent;
}

.solunav-con a:hover,
.solunav-con a.navact {
	border-bottom: 2px solid #97a9eb;
	color: #e62914;
}

.nav li:hover .solunav {
	display: block;
}

.menu {
	width: auto;
	display: none;
	height: 45px;
	border-radius: 5px;
	font-size: 18px;
	color: #e62914;
	line-height: 45px;
	border: 1px solid #e62914;
	text-align: center;
	position: relative;
	padding: 0 25px 0 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menubtn {
	position: absolute;
	left: 15px;
	top: 14px;
}

.menubtn .bar {
	width: 18px;
	height: 3px;
	border-radius: 3px;
	background: #e62914;
	margin-bottom: 3px;
}


/*new*/
li.navact {
	position: static;
}

li.navact>ul {
	/*new*/
	position: absolute;
	/* background: rgba(255, 255, 255, 1); */
	background-color: #fdfdfe;
	border-radius: 5px;
	padding: 30px 0 0 0;
	left: -41.5%;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);

	top: 45px;
	display: none;
	width: 146%;
	box-shadow: 0 0 40px rgba(0, 15, 71, 0.18);
	overflow: hidden;
}

li.navact li>h4 {
	font-size: 18px;
	position: relative;
	line-height: 18px;
	padding-left: 20px;
	font-weight: bold;
	margin-left: 30px;
}

li.navact li>h4>a {
	color: #e62914;
	font-weight: bold;
	cursor: default;
}

li.navact>a {
	cursor: default;
}

li.navact li>h4:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background: #e62914;
}

li.navact li ul.prolist1 {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 20px 30px;
}

li.navact li ul.prolist1>li {
	width: 25%;
	border-right: solid #ccc 1px;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}

li.navact li ul.prolist1>li:first-child {
	padding-left: 0;
	padding-bottom: 20px;
	width: 100%;
	border-top: none;
}

li.navact li ul.prolist1>li:last-child {
	border-right: none;
}

li.navact li ul.prolist1 .secmenu {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 20px 0 10px;
}

li.navact li ul.prolist1>li:first-child .secmenu {
	padding: 0;
	text-align: left;
}

li.navact li ul.prolist1 .secmenu a {
	display: inline-block;
	color: #222;
	position: relative;
	padding-left: 20px;
	font-weight: bold;
}

li.navact li ul.prolist1 .secmenu a:before {
	position: absolute;
	content: '';
	left: 0;
	top: 7px;
	height: 8px;
	width: 8px;
	background: #e62914;
	border-radius: 4px;
}

li.navact li ul.prolist1 .thirdmenu {
	margin-left: 20px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-left: 25px;
	margin-top: 10px;
	margin-bottom: 15px;
}

li.navact li ul.prolist1 .thirdmenu>i {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 16px;
}

li.navact li ul.prolist1 .thirdmenu>i>img {
	display: block;
	width: 100%;
}

li.navact li ul.prolist1 .thirdmenu>a {
	width: 20%;
	line-height: 1.8;
	display: block;
}

li.navact li ul.prolist1 .thirdmenu1>a {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	margin-top: 10px;
}

li.navact li ul.prolist1 .thirdmenu1>a>i {
	display: flex;
	width: 80px;
	height: 80px;
	border-radius: 20px;
	background: #eef2f7;
	align-items: center;
	justify-content: center;
}

li.navact li ul.prolist1 .thirdmenu1>a>span {
	white-space: normal;
	text-align: center;
	line-height: 1.5;
	margin-top: 20px;
}

li.navact li ul.fangan {
	display: flex;
	margin: 20px 0 20px 50px;
}

li.navact li ul.fangan>li {
	width: 24%;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
}

li.navact li ul.fangan>li>i {
	display: block;
	margin-right: 20px;
}

li.navact li ul.fangan>li>a {
	font-weight: bold;
}

li.navact li.platform {
	width: 100%;
	height: 60px;
	background: #d8e7eb;
	text-align: center;
}

li.navact li.platform>h2 {
	font-size: 20px;
	color: #e62914;
	line-height: 60px;
	font-weight: bold;
}

.header .product {
	display: flex;
	padding: 0 5% 30px;
}

.header .product>li {
	width: 20%;
	box-sizing: border-box;
	text-align: center;
}

.header .product>li:not(:last-of-type) {
	border-right: 1px solid #eee;
}

.header .product .secmenu {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.header .product .secimg {
	text-align: center;
}

.header .product .secimg img {
	width: 40px;
}

.search {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	margin-left: 12px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search span {
	width: 100%;
	height: 100%;
	display: block;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
}

.searchcon {
	border: 1px solid #e62914;
	border-radius: 10px;
	overflow: hidden;
	height: 40px;
	border-radius: 5px;
	overflow: hidden;
	padding-right: 45px;
	position: relative;
}

.searchcon input {
	border: 0 none;
	background: none;
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
	font-size: 16px;
}

.searchcon input[type=submit] {
	width: 40px;
	height: 40px;
	background: url(https://www.xisofttec.com/statics/web/images/search.png) no-repeat center center #e62914;
	position: absolute;
	right: 0;
	top: 0;
}

.en {
	border: 1px solid #e62914;
	border-radius: 5px;
	height: 45px;
	padding: 0 20px;
	margin: 0 12px;
	cursor: pointer;
	position: relative;
}

.en ul {
	position: absolute;
	left: 0;
	width: 100%;
	border: 1px solid #e62914;
	border-radius: 5px;
	display: none;
}

.en ul li {
	line-height: 40px;
}

.en ul li a {
	padding: 0 20px;
	color: #e62914;
	display: block;
}

.en ul li a:hover {
	background: rgba(255, 255, 255, 0.8);
}

.en p {
	font-size: 18px;
	font-weight: bold;
	color: #e62914;
	line-height: 45px;
	background: url(https://www.xisofttec.com/statics/web/images/en.png) no-repeat left center;
	padding-left: 25px;
}

.en:hover ul {
	display: block;
}

.titbox h2 {
	font-size: 42px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	margin-top: 50px;
}

.titbox span {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: center;
	line-height: 1em;
	color: #DFE6EF;
	display: none;
}

.titbox p {
	text-align: center;
	font-size: 24px;
	margin-top: 30px;
}

/*foot*/
.footer {
	height: auto;
	width: 100%;
	/* border-top: 2px solid #E6E8F1; */
	/* background-color: #000; */
	/* background-color: #fdfdfe; */
	background-image: url(../img/bg-01.png);
	background-position: center 110%;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .wap-flex {
	align-items: flex-start;
}

.foottop {
	/* border-bottom: 1px solid #656565; */
	padding-top: 50px;
	padding-bottom: 33px;
}

.footnav {
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(100% - 250px);
	padding-right: 100px;
	padding-left: 50px;
	box-sizing: border-box;
}
.footnav dl dt{
	margin-bottom: 25px;
}
.footnav dl dt a {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.footnav dl dd a {
	line-height: 36px;
	color: #333;
	/* font-size: 18px; */
	font-size: 16px;
}

.footnav dl dd:hover a {
	color: #e62914;
}

.footnav dl a {
	color: inherit;
}

.footcode {
	width: 224px;

}

/*.footcode img {
  max-width: 170px;
  margin: 0 auto 30px;
  display: block;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
}*/
.footcode p {
	font-size: 16px;
	/* text-align: center;*/
	margin-top: 14px;
	color: #000;
}

.footcode p>img {
	height: 38px;
	display: block;
	max-width: 224px;
}

.footcode p:first-child {
	margin-top: 0;
}

.footcode p span+a {
	color: #000;
}

#wx1 {
	margin-top: 16px;
	position: relative;
	width: 100px;
}

#wx1>a {
	cursor: default;
}

#wx1 a>span {
	display: block;
	text-align: center;
	color: #000;
	font-size: 14px;
}

#wx1 a>img {
	width: 100%;
}

div.qrcode {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border: solid #eee 1px;
	line-height: 30px;
	position: absolute;
	bottom: 40px;
	left: 0;
	background: #fff;
	width: 204px;
	height: auto;
}

div.qrcode span {
	text-align: center;
	display: block;
}

.footcode p span {
	display: block;
	margin-bottom: 6px;
}

div.qrcode>img {
	margin-bottom: 0;
}

.footbot {
	padding: 20px 0;
	border-top: 1px solid #f2f2f2;
}

.footbot p,
.footbot a {
	color: #000;
}

.footbot>img {
	width: 46.75%;
	display: block;
	margin: 0 auto 30px;
}

.footbot p {
	text-align: center;
	margin-bottom: 10px;
}

.footbot p .tel,
.footbot p .pcode {
	margin-left: 30px;
	!important;
}

@media (max-width: 1800px) {
	.nav li {
		font-size: 18px;
	}
}

@media (max-width: 1700px) {
	.head-right {
		width: 77%;
	}

	.nav li {
		font-size: 16px;
	}

	li.navact>ul {
		left: -34%;
		width: 138%;
	}
}

@media (max-width: 1600px) {
	.content {
		width: 1200px;
	}

	.footer .content {
		width: 90%;
	}

	.foottop,
	.footbot {
		padding: 40px 0;
	}

	.footnav dl dt {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.footnav dl dd {
		line-height: 30px;
	}

	/*.footcode img, .footbot > img {
    margin-bottom: 20px;
  }*/
	.footbot p {
		margin-bottom: 5px;
	}

}

@media (max-width: 1550px) {
	.head-right {
		width: 80%;
	}

	.solunav-con {
		padding: 20px 2em;
	}

	.solunavlist h5 {
		font-size: 16px;
		padding-left: 1.5em;
	}

	.solunav-con a {
		font-size: 14px;
	}

	.search,
	.en,
	.menu {
		height: 40px;
		line-height: 40px;
	}

	.menu {
		font-size: 16px;
		padding-right: 15px;
	}

	.en {
		padding: 0 13px;
		margin: 0 8px;
	}

	.en p {
		line-height: 40px;
		font-size: 16px;
	}

	.menubtn {
		top: 12px;
	}

	li.navact>ul {
		left: -30%;

		width: 134%;
	}

	/* li.navact li ul.prolist1>li:first-child{ width: 40%;}
  li.navact li ul.prolist1 .secmenu a{min-height: 40px;}*/
}

@media (max-width: 1450px) {
	.head-right {
		width: 83%;
	}

	.nav li {
		/* margin: 0 3px; */
	}

	li.navact>ul {
		left: -25%;
		width: 129%;
	}

	li.navact>ul>li {
		margin: 0;
	}
}

@media (max-width: 1300px) {
	.content {
		width: 90%;
	}

	.head-right {
		width: 85%;
	}

	.nav li {
		padding: 0 10px;
	}

	.nav>li>ul {
		top: 25px;
	}

	li.navact li ul.prolist1 .thirdmenu>a {
		width: 33%;
		line-height: 1.8;
		display: block;
	}
}

.li.navact>ul {
	top: 25px;
}

@media (max-width: 1200px) {
	.head-right {
		width: 85.8%;
	}

	.footer .content {
		width: 96%;
	}

	li.navact>ul {
		left: -22%;
		width: 127%;
	}

	li.navact li>h4 {
		margin-left: 10px;
	}

	li.navact li ul.prolist1 {
		display: flex;
		margin: 20px 0 20px 10px;
	}

	li.navact li ul.fangan {
		display: flex;
		margin: 20px 0 20px 30px;
	}
}

@-webkit-keyframes scale11 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes scale11 {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes scale11 {
	0% {
		-o-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale11 {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@media (max-width: 1600px) {
	.thirdmenu li {
		margin: 10px;
		font-size: 20px;

	}

	.forthmenu li {
		font-size: 18px;
	}

	.thirdmenu li a {
		white-space: nowrap;
	}

	.forthmenu li a {
		white-space: nowrap;
	}
}

@media (max-width: 1100px) {
	li.navact>ul {
		white-space: normal;

	}

	li.navact li ul.prolist1>li:first-child {
		padding-left: 0;
		width: 40%;
	}

	li.navact li ul.prolist1 .thirdmenu>a {
		width: auto;
		margin-right: 10px;
	}
}

@media (max-width: 1000px) {
	.nsubmenu {
		margin-top: 30px;
		background: #fff;
		border-radius: 25px;
		box-shadow: 0 0 30px rgba(110, 144, 176, .24);
		margin-bottom: 30px;
	}

	/*.thirdmenu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }

  .thirdmenu li {
    margin: 10px;
    font-size: 16px;
    position: relative;
  }

  .thirdmenu li a {
    white-space: nowrap;
  }

  .thirdmenu li.active:before {
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: #e62914;
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 1;
    box-shadow: 0 10px 20px rgba(55, 85, 208, 0);
  }

  .forthmenu {
    width: 100%;
    display: flex;
    padding: 10px;
    flex-wrap: wrap
  }

  .forthmenu li {
    margin: 10px;
    font-size: 14px;
  }

  .forthmenu li a {
    white-space: nowrap;
  }
*/
	li.navact li ul.prolist1 .secmenu {

		text-align: left;
	}
}

@media (max-width: 540px) {

	.footbot p .tel,
	.footbot p .pcode {
		margin-left: 0;
		display: block;
	}

	.footbot p {
		font-size: 15px;
	}
}

/* page-nav start */
.page-nav {
	/* background-color: #f6f6f6; */
	padding: 10px 0;
	background-image: linear-gradient(to right, transparent, #f6f6f6);
}

.page-nav .cont-l {
	line-height: 40px;
	color: #333;
	font-size: 20px;
}

.page-nav .cont-l a:hover {

	color: #e62914;
}

.page-nav span {
	margin-right: 12px;
}

.page-nav em {
	margin: 0 4px;
}

/* page-nav end */
/* productlistbox start */
.productlistbox .cell {
	width: 100%;
	/* border-bottom: 1px solid #2998d6; */
	margin: 17px 0px;
	overflow: hidden;
	padding: 20px;
	background: #ffffff;
}

.productlistbox .cell:hover {
	-webkit-box-shadow: 0px 14px 30px -15px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 14px 30px -15px rgb(0 0 0 / 20%);
}

.productlistbox .cell .img-show {
	float: left;
	width: 33.33%;
	border-radius: 20px;
	overflow: hidden;
	height: 290px;
}

.productlistbox .cell:hover .img-show img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	height: 100%;
}

.productlistbox .cell .img-show img {
	display: block;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	vertical-align: middle;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	width: 100%;
	height: 100%;
}

.productlistbox .cell .info-show {
	float: left;
	width: 66.67%;
	padding: 0 3em;
	box-sizing: border-box;
}

.productlistbox .cell .time {
	font-weight: bold;
	color: #e62914;
	font-size: 24px;
	margin-bottom: 20px;
	display: block;
}

.productlistbox .cell .title {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 30px;
	line-height: 1.3em;
	max-height: 2.6em;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.productlistbox .cell .txt {
	color: #899199;
	font-size: 20px;
	line-height: 1.5em;
	max-height: 3em;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.productlistbox .cell .lookmore {
	margin-top: 20px;
	background-color: #f4f4f4;
	color: #333;
}

.productlistbox .cell:hover .lookmore {
	margin-top: 20px;
	background-color: #e62914;
	color: #fff;
}

/* productlistbox end */
.newsdetailbox.form .sqgtyybox {
	padding: 80px 0;
}

.newsdetailbox.form .sqgtyybox .submitbtn {
	text-align: center;
}

.newsdetailbox.form .sqgtyybox .submitbtn:hover {
	opacity: 0.8;
}

.rejobbox .intrbox {
	background: #f9f9f9;
	padding: 22px 25px;
	line-height: 28px;
	color: rgba(0, 0, 0, .75);
	font-size: 18px;
	text-align: justify;
	margin: 30px auto;
	letter-spacing: 1px;
}

.rejobbox .dlistbox .dli {
	background: #f9f9f9;
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
}

.rejobbox .ptit {
	margin: 30px 0;
}

.rejobbox .ptit .sp1 {
	font-size: 26px;
	color: rgba(0, 0, 0, .85);
	font-weight: bolder;
}

.rejobbox .ptit .sp2 {
	font-family: 'Arial';
	font-size: 14px;
	color: rgba(0, 0, 0, .75);
	padding-left: 14px;
}

.rejobbox .ptit:after {
	background: #00a2ff;
	height: 2px;
	width: 50px;
	display: block;
	content: '';
	margin: 5px 0 0;
}

.rejobbox .dlistbox .dli {
	background: #f9f9f9;
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
}

.rejobbox .dlistbox .dli .p1 {
	margin-bottom: 10px;
}

.rejobbox .dlistbox .dli .p1 .sp1 {
	color: #00a2ff;
	font-size: 22px;
	font-weight: bolder;
	padding-right: 14px;
}

.rejobbox .dlistbox .dli .p1 .sp2 {
	color: #00a2ff;
	font-size: 14px;
	color: rgba(0, 0, 0, .75);
	background: url(../images/rebg4.png) no-repeat left center;
	padding-left: 14px;
}

.rejobbox .dlistbox .dli .pbox p {
	font-size: 16px;
	color: rgba(0, 0, 0, .65);
	line-height: 32px;
}

.rejobbox .dlistbox .dli .pbox .sp1 {
	color: rgba(0, 0, 0, .85);
}

.rejobbox .dlistbox .dli .abtn {
	position: relative;
	bottom: 5px;
	text-align: right;
	margin-top: 33px;
}

.rejobbox .dlistbox .dli .abtn a {
	background: #e62914;
	font-size: 20px;
	font-weight: bolder;
	padding: 10px 20px;
	margin-left: 8px;
	color: #fff;
	border-radius: 6px;
}

.rejobbox .dlistbox .dli .abtn .sp1 {
	background: url(../images/rebg2.png) no-repeat left center;
	padding-left: 33px;
}

.rejobbox .dlistbox .dli .abtn .sp2 {
	background: url(../images/rebg3.png) no-repeat left center;
	padding-left: 33px;
}

.rejobbox.newsdetailbox {
	background-image: none;
	padding: 0;
}

.rejobbox .titbox {
	padding: 40px 0;
}

/* subcolumn_nav_met */
.subcolumn_nav_met {
	margin-top: 20px;
}

.subcolumn_nav_met ul {
	padding: 15px 0;
	text-align: center;
	display: flex;
	justify-content: center;
}

.subcolumn_nav_met li {
	position: relative;
	display: inline-block;
}

.subcolumn_nav_met li a {
	color: #333;
	padding: 16px 26px;
	font-size: 18px;
	display: inline-block;
}

.subcolumn_nav_met ul.list2 {
	border-top: solid #ccc 1px;
}

.subcolumn_nav_met ul.list1 {
	margin-bottom: 4px;
}

.subcolumn_nav_met ul.list1 li.active a {
	color: #fff;
	background-color: #e62914;
	border-radius: 4px;
}

.subcolumn_nav_met ul.list1 li.active:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #e62914;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	bottom: -6px;
	left: calc(50% - 6px);
}

.subcolumn_nav_met ul.list2 li a {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: transparent;
}

.subcolumn_nav_met ul.list2 li.active a,
.subcolumn_nav_met ul.list2 li:hover a {
	border-bottom-color: #e62914;
	color: #e62914;
}
.pagelist{
	margin-bottom: 60px;
}
.pagelist .content {
	white-space: nowrap;
	padding: 2px 5px;
	color: #666;
	text-align: center;
	font-size: 18px;
}

.pagelist li {
	display: inline-block;
	height: 50px;
	padding: 0 16px;
	box-sizing: border-box;
	min-width: 50px;
	background: #fff;
	line-height: 50px;
	border-radius: 8px;
	color: #666;
	font-size: 18px;
	margin: 0 4px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24)
}
.pagelist li a{
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
}
.pagelist li.active a {
	color: #e62914;
}
.prenext{
	margin-bottom: 40px;
}
.subject{
	margin: 20px 0;
}
.home_news_list li{
	margin-bottom: 10px;
}
.home_news_list li:not(:last-of-type){
	border-bottom: 1px solid #eee;
}
.home_news_list li .date{
	font-size: 16px;
	font-weight: bold;
	color: #999;
}
.home_news_list li .date .dateline{
	font-size: 18px;
}
.home_news_list li .txt{
	margin: 5px 0;
}
.home_news_list li:hover .txt a{
	color: #e62914;
}
/* productinfobox */
.productinfobox .swiper-wrapper,
.productinfobox .swiper-slide{
	height: 100%;
}
.productinfobox .cont_l{
	width: 53.33%;
	float: left;
}
.productinfobox .cont_l .swiper-top{
	height: 450px;
	margin-bottom: 10px;
}
.productinfobox .cont_l .swiper-slide{
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
}
.productinfobox .cont_l .swiper-bottom{
	padding: 0 5.8%;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    height: 80px;
	    position: relative;
}
.productinfobox .cont_l .swiper-bottom .swiper-container{
	height: 100%;
}
.productinfobox .cont_l .swiper-bottom .swiper-slide{
	width: 105px;
	    margin-right: 10px;
	    /* opacity: .5; */
}
.productinfobox .cont_l .swiper-bottom .swiper-slide-active {
    opacity: 1;
}
.productinfobox .cont_l .swiper-bottom .swiper-btn {
	width: 26px;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #7d7d7d;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	cursor: pointer;
}

.productinfobox .cont_l .swiper-bottom .swiper-btn.prev {
	left: 0;
	background-image: url(../img/swiper_prev.png);
}

.productinfobox .cont_l .swiper-bottom .swiper-btn.next {
	right: 0;
	background-image: url(../img/swiper_next.png);
}
.productinfobox .cont_r{
	width: 46.67%;
	float: right;
}
/* search-box */
.search-box h1{
	 text-align: center;
	 font-size: 36px;
	     font-weight: 400;
	     line-height: 1em;
	     text-align: center;
	     margin-bottom: 30px;
		 padding: 80px 0;
}

/* .header .product{
	padding-left: 1%;
	padding-right: 1%;
}
li.navact>ul{
	position: fixed;
	left: 0;
	top: 100px;
	width: 100vw;
} */