@charset "utf-8";
/*初始化*/
* {
	padding:0;
	margin:0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
	font-size: calc(100vw/19.2);
}
html, body {
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
	font-size: 14px;
	line-height: 1.5em;
	color: #999;
	background: #fff;
}
input, button {
	-webkit-appearance:none;
	border-radius: 0;
}
a, a:hover, a:focus {
	text-decoration: none;
}
textarea {
	resize: none;
	overflow: auto;
}
input, button {
	border: 0;
}
img {
	border: 0;
	vertical-align: top;
	max-width:100%
}
li {
	list-style: none;
}
ul, ol, p, h1, h2, h3, h4, h5, h6 {
	margin:0;
}
/* placeholder修改 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color: #666 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #666 !important;
 opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #666 !important;
 opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #666 !important;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
display: none;
}
/*公共样式*/
.c-clear {
	zoom: 1;
}
.c-clear:after {
	content:'';
	display: block;
	clear: both;
}
.c-fl {
	float: left;
}
.c-fr {
	float: right;
}
.c-container {
	position: relative;
	width: 100%;
	padding:0 2.8rem;
}
body.c-open {
	overflow: hidden;
}
.c-bg-color1 {
	background: #fff !important;
}
.c-bg-color2 {
	background: #f9f9f9 !important;
}
.c-pt1 {
	padding-top: 130px !important;
}
.c-text-center {
	text-align: center;
}
/* 公共背景 */
#c-common-bg {
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 5.4rem;
}
#c-common-bg.c-dt {
	height: 100%;
}
/* 顶部背景 */
#c-header .c-logo a h1 {
	display: inline-block;
	display: contents;
	font-size: 0;
}
#c-top-bg {
	height: 5.4rem;
	text-align: center;
	/* background:rgba(0,0,0,.3) url(../images/mbl.png)repeat; */
	display: flex;
	justify-content: center;
	align-items: center;
}
#c-top-bg .c-enTitle {
	font-size: 50px;
	line-height: 1.8em;
	color: #fff;
	display:none
}
#c-top-bg .c-crumbs {
	color: #eee;
	display:none
}
#c-top-bg .c-crumbs a {
	color: #eee;
	transition: all 0.3s;
}
#c-top-bg .c-crumbs a:hover {
	color: #285ba3;
}
#c-top-bg .c-title {
	padding-top: 10px;
	font-size: 36px;
	line-height: 56px;
	color: #fff;
}
#c-top-bg .c-btn {
	display: block;
	margin: 40px auto 0;
	padding: 0 32px;
	width: 180px;
	height: 50px;
	border-radius: 25px;
	font-size: 16px;
	line-height: 50px;
	text-align: left;
	color: #285ba3;
	background: #fff url(../images/jt4.png) no-repeat right 32px center;
	background-size: 14px auto;
 transition: .5s;
}
#c-top-bg .c-btn:hover {
	color: #fff;
	background: #285ba3 url(../images/jt4-h.png) no-repeat right 32px center;
	background-size: 14px auto;
}
/* 公共按钮 */
.c-common-btn {
	display: block;
	position: relative;
	width: 128px;
	height: 57px;
	border-bottom: 1px solid #ddd;
	line-height: 56px;
	color: #fff;
	background: url(../images/jt1.png)no-repeat right 0 center;
	background-size: 12px auto;
}
.c-common-btn:hover {
	color: #fff;
}
.c-common-btn.c-unique {
	color: #fff;
	background:#285ba3 url(../images/jt5.png) no-repeat 110px center;
	/* background-size: 12px auto; */
	margin-top: 10px;
	padding: 0 13px;
	width: 210px;
	transition: all 0.3s;
	border:1px solid #285ba3;
}
.c-common-btn.c-unique:hover {
	border:1px solid #285ba3;
	color: #285ba3;
	background: url(../images/jt5-h.png)no-repeat right 0 center;
}
.c-common-btn::before {
 content: "";
 display: block;
 position: absolute;
 bottom: -1px;
 left: 0;
 width: 30px;
 border-bottom: 0px solid #285ba3;
 transition: all 0.5s;
}
.c-common-btn:hover::before {
 width: 100%;
}
.c-common-btn2 {
	text-align: center;
}
.c-common-btn2 .c-btn {
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
	line-height: 60px;
	color: #fff;
	background: #285ba3;
}
.c-common-btn2 .c-btn i {
	margin-left: 15px;
	font-size: 20px;
}
/* 公共标题 */
.c-common-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 10px;/* padding-top: 8%; */
}
.c-l-box {
	padding-top: 0%;
}
.c-common-title .c-en-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1em;
	color: #285ba3;
	white-space: nowrap;
}
.c-common-title .c-cn-title {
	padding-top: 10px;
	font-size: 36px;
	line-height: 56px;
	color: #666;
	font-weight: 700;
	white-space: nowrap;
	text-transform: uppercase;
}
.c-common-title .c-cn-title span {
/* color: #285ba3; */
}
.c-common-title .c-text {
	padding: 20px 0 30px;
	line-height: 30px;
	width: 100%;
	margin:0 auto
}
.c-common-title.c-unique .c-en-title, .c-common-title.c-unique .c-cn-title, .c-common-title.c-unique .c-cn-title span {
	color: #fff;
}
/*顶部*/
#c-header {
	position: fixed;
	top:0;
	left:0;
	z-index: 900;
	width: 100%;
	line-height: 110px;
	text-align: center;
	transition: all 0.5s;
	border-bottom: 2px solid transparent;
}
#c-header.c-head-hide, .c-open #c-header {
	line-height: 110px;
	color: #285ba3;
	background: #fff;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header.c-head-move {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
#c-header a {
	color: #333;
	transition: all 0.5s;
}
#c-header.c-head-hide a, .c-open #c-header a {
	color: #333;
}
#c-header:hover {
	border-bottom: 2px solid #285ba3;
}
/*顶部logo*/
#c-header .c-logo a {
	float: left;
	text-align: left;
}
#c-header .c-logo a img {
	/* height: 38px; */
	vertical-align: middle;
}
#c-header .c-logo a img:nth-child(2), #c-header.c-head-hide .c-logo a img:nth-child(1), .c-open #c-header .c-logo a img:nth-child(1) {
 display: none;
}
#c-header.c-head-hide .c-logo a img:nth-child(2), .c-open #c-header .c-logo a img:nth-child(2) {
 display: inline-block;
}
#c-header .c-logo a p {
	display: inline-block;
	vertical-align: top;
}
#c-header .c-logo a p strong {
	margin-right: 22px;
	padding-left: 15px;
}
#c-header .c-logo a p span {
	padding-left: 22px;
	border-left: 1px solid #ddd;
}
/*顶部pc导航*/
#c-header .c-nav {
	display: block;
	text-align: center;
}
#c-header .c-nav .domore {
	color: #333;
	font-size: 15px;
	line-height: 17px;
	padding: 0.1rem 0.15rem;
	background-color: #f4f4f4;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	transition: all 0.3s;
	margin-top: 0.32rem;
}
#c-header .c-nav .domore:hover {
	color: #2f318b;
	border: 1px solid #285ba3;
	background-color: #fff;
}
#c-header .c-nav>li {
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	font-size:16px
}
#c-header .c-nav li a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#c-header .c-nav li ul {
	position: absolute;
	top:102px;
	left:0;
	display: none;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
#c-header .c-nav li ul li a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 26px;
	text-align: center;
}
#c-header .c-nav li ul li:last-child a {
	border-bottom:0;
}
#c-header .c-nav>li>a::before {
 content: "";
 position: absolute;
 left: 50%;
 bottom: 25px;
 margin-left: -6px;
 border: 6px solid transparent;
 transition: all 0.5s;
}
#c-header .c-nav>li.active>a::before, #c-header .c-nav>li:hover>a::before {
 border-bottom: 6px solid #fff;
}
#c-header.c-head-hide .c-nav>li.active>a::before, #c-header.c-head-hide .c-nav>li:hover>a::before {
 border-bottom: 6px solid #285ba3;
 bottom: 0;
}
#c-header.c-head-hide .c-nav>li.active>a, #c-header.c-head-hide .c-nav>li:hover>a {
	color: #285ba3;
}
#c-header .c-nav .c-language {
	position: relative;
	padding: 0;
	margin-left: 16px;
}
#c-header .c-nav .c-language .c-list-box {
	background: unset;
	padding: 0;
	width: auto;
	transform: translateX(-41%);
}
#c-header .c-nav .c-language.c-dode .c-list-box {
	transform: translateX(-43%);
}
#c-header .c-nav .c-language .c-list-box img {
	max-width: 100%;
	margin-top: 13px;
}
.vx {
	width: 98px;
	height: 106px;
	background-image: url(../images/codebg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
#c-header .c-nav .c-language .c-list {
	display: none;
	position: absolute;
	top: 100px;
	right: 0;
	width: 80px;
	text-align: left;
	background: #fff;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
/* #c-header.c-head-hide .c-nav .c-language .c-list {
	top: 81px;
} */
#c-header .c-nav .c-language .c-list .c-item {
	line-height: 30px;
}
#c-header .c-nav .c-language .c-list .c-item a {
	padding: 0 15px;
	display: block;
	color: #285ba3;
 transition: .5s;
	border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav .c-language .c-list .c-item:last-child a {
	border: 0;
}
#c-header .c-nav .c-language .c-list .c-item a:hover {
	color: #fff;
	background: #285ba3;
}
#c-header .c-nav .c-search-box {
	position: relative;
	padding-right: 0;
}
#c-header .c-nav .c-search-box form {
	display: none;
	position: absolute;
	top: 100px;
	right: 0;
	background: #fff;
	width: 250px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
/* #c-header.c-head-hide .c-nav .c-search-box form {
	top: 81px;
} */
#c-header .c-nav .c-search-box form input {
	float: left;
	padding: 0 15px;
	width: 180px;
	height: 40px;
	font-size: 16px;
}
#c-header .c-nav .c-search-box form button {
	float: right;
	width: 70px;
	height: 40px;
	color:#fff;
	background: #285ba3;
}
#c-header .c-nav .c-list-box {
	padding:0.67rem 2.8rem;
	position: absolute;
	top:100px;
	left:0;
	width:100%;
	background: #fff;
	display: none;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header .c-nav .c-list-box .c-list {
 margin: 0 -.3rem;
	display: flex;
	align-items:flex-start;
}
#c-header .c-nav .c-list-box .c-list .c-item {
 padding:0 .3rem;
	width: 33.33%;
	border-right: 1px solid rgba(0, 0, 0, .1);
}
#c-header .c-nav>li:nth-last-child(4) .c-list-box .c-list .c-item {
 width: 50%;
}
#c-header .c-nav .c-list-box .c-list .c-item:last-child {
	border: 0;
}
#c-header .c-nav .c-list-box .c-list .c-top-box {
	display: block;
}
#c-header .c-nav .c-list-box .c-list .c-top-box .c-text {
	padding-top: 25px;
	font-size: 22px;
	line-height: 32px;
	color:#285ba3;
 transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-wrap:hover .c-top-box .c-text {
	color:#285ba3;
}
#c-header .c-nav .c-list-box .c-list .c-img-box {
	height: 3rem;
	overflow: hidden;
}
#c-header .c-nav .c-list-box .c-list .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
 transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-wrap:hover .c-img-box img {
	transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
}
#c-header .c-nav .c-list-box .c-list .c-a-box {
	display: flex;
	align-items: flex-start;
	display: none;
}
#c-header .c-nav .c-list-box .c-list .c-a-box a {
	width: 25%;
	border-right: 1px solid #999;
	font-size: 14px;
	line-height: 14px;
	color: #999;
 transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-a-box a:hover {
	color: #285ba3;
}
#c-header .c-nav .c-list-box .c-list .c-a-box a:last-child {
	border:0;
}
#c-header .c-nav .c-list-box .c-list-wrap {
	display: flex;
	justify-content: space-between;
	align-items: start;
	text-align: left;
}
#c-header .c-nav .c-list-box .c-list1 {
	width: 22%;
}
#c-header .c-nav .c-list-box .c-list1 .c-item {
	display: block;
	/* padding: 10px 90px 10px 0; */
	padding: 0px 10px 10px 0;
	border-bottom: 1px solid transparent;
 transition: .5s;
	/* background: url(../images/jt5.png)no-repeat right 0 bottom 15px; */
	background-size: auto 6px;
}
.imgover {
	overflow: hidden;
}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-title {
	font-size: 22px;
	line-height: 32px;
	color: #333;
 transition: .5s;
}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-text {
	font-size: 14px;
	line-height: 24px;
	color: #999;
 transition: .5s;
}
#c-header .c-nav .c-list-box .c-list1 .c-item.active .c-title {
	padding-bottom: 0.2rem;
}
#c-header .c-nav .c-list-box .c-list2 {
	position: relative;
	width: 78%;
	display: flex;
	padding-left: 0.15rem;
	border-left: 1px solid #ccc;
}
#c-header .c-nav .c-list-box .c-list2 p {
	color: #7b7b7b;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
}
#c-header .c-nav .c-list-box .c-list2 .c-item {
	display: inline-block;
	width: 33.34%;
	overflow: hidden;
	padding-left: 0.35rem;
}
#c-header .c-nav .c-list-box.mycase .c-list2 .c-item:first-child {
	padding-left: 0.35rem;
}
#c-header .c-nav .c-list-box.mycase .c-list2 .c-item {
	padding-left: 0.1rem;
}
#c-header .c-nav .c-list-box .c-list2 .c-item img {
	width: 100%;
	object-fit: cover;
 transition: .5s;
}
#c-header .c-nav .c-list-box .c-list2 .c-item:hover img {
	transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
}
/*顶部移动端导航*/
#c-header .c-nav2 {
	position: fixed;
	top:110px;
	left:0;
	width: 100%;
	height: 0;
	font-size:14px;
	line-height: 50px;
	overflow-y: auto;
	background:#fff;
	transition: all 0.5s;
}
#c-header.c-head-hide .c-nav2 {
	top: 60px;
}
.operate h3 {
	font-size: 16px;
	background: #f7f7f7;
	height: 43px;
	line-height: 43px;
	padding-left: 12px;
}

.operate ul li {
	display: inline;
}

.operate ul li a {
	background: url(bg1.png) no-repeat 200px 18px;
	padding-left: 30px;
	text-decoration: none;
	font-size: 14px;
	color: #555;
	display: block;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px dotted #d2d2d2;
}

.operate ul li a.noline {
	border-bottom: none;
}

.operate ul li a:hover {
	color: #8caf00;
}

.operate ul li a.selected:hover {
	color: #fff;
}

.operate ul li .selected {
	background-color: #8caf00;
	background-position: 200px -9px;
	color: #fff;
}

.operate ul li {
	border-bottom: 1px solid #d2d2d2;
	display: inline-block;
	width: 100%;
	min-width:1200px;
	position: relative;
	min-height: 43px;
	_height: 43px;
	z-index: 10;
	zoom: 1
}

.operate ul li h4 {
	cursor: pointer;
	background: url(j_c.png) no-repeat 1040px 15px;
	text-decoration: none;
	font-size: 18px;
	color: #555;
	display: block;
	line-height: 60px;
	font-weight: normal;
}

.operate ul li.noline {
	border-bottom: none;
}

.none {
	display: none
}

.operate ul li.selected h4 {
	background: url(j_o.png) no-repeat 1040px 15px;
	border-bottom: 1px solid #d2d2d2;
	color: #a10119;
	font-weight: bold;
}
.operate ul li.selected h4 span{
   font-size: 18px;
	color: #333;
	font-weight: normal;
}

.operate li .list-item {
	padding: 20px 0;
	position: relative;
	zoom: 1;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.about {
}
body.c-open #c-header .c-nav2 {
	height: calc(100% - 110px);
	height: -webkit-calc(100% - 110px);
}
body.c-open #c-header.c-head-hide .c-nav2 {
	height: calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
}
#c-header .c-nav2 a {
	display: block;
	margin: 0 20px;
	border-bottom:1px solid #f1f1f1;
	text-align:left;
	color: #285ba3;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#c-header .c-nav2>li:first-child {
	border-top:1px solid #f1f1f1;
}
#c-header .c-nav2 li:hover>a, #c-header .c-nav2 li.active>a {
	color: #285ba3;
}
#c-header .c-nav2 li a i {
	float: right;
	margin-top: 15px;
	font-size:20px;
}
#c-header .c-nav2 li ul {
	display: none;
}
#c-header .c-nav2 li ul a {
	padding-left: 15px;
}
#c-header .c-nav2 .c-language {
	float: left;
	position: relative;
	padding: 20px 0 0 20px;
}
#c-header .c-nav2 .c-language>a {
	margin:0;
	display: block;
	padding: 0 5px;
	width: 80px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #f1f1f1;
}
#c-header .c-nav2 .c-language>a i {
	margin-top: 9px;
}
#c-header .c-nav2 .c-language .c-list {
	display: none;
	background: #fff;
	line-height: 40px;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header .c-nav2 .c-language .c-list a {
	display: block;
	padding: 0 5px;
	margin: 0;
}
#c-header .c-nav2 .c-language .c-list .c-item:last-child a {
	border-bottom: 0;
}
#c-header .c-nav2 .c-search-box {
	float: right;
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
	width: calc(100% - 20px);
	padding: 20px 20px 0 0;
}
#c-header .c-nav2 .c-search-box form {
	position: relative;
	border: 1px solid #f1f1f1;
	line-height: 38px;
}
#c-header .c-nav2 .c-search-box form input {
	float: left;
	padding: 0 5px;
	width: -webkit-calc(100% - 15px);
	width: calc(100% - 50px);
	height: 38px;
}
#c-header .c-nav2 .c-search-box form button {
	float: right;
	width: 50px;
	height: 38px;
	color: #fff;
	background:#285ba3;
}
/*顶部导航开关*/
#c-header .c-switch {
	position: absolute;
	top:50%;
	right: 15px;
	display: none;
	width: 24px;
	height: 20px;
	margin-top: -10px;
	cursor: pointer;
}
#c-header .c-switch i {
	position: relative;
	display: block;
	height: 2px;
	background:#285ba3;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#c-header.c-head-hide .c-switch i, .c-open #c-header .c-switch i {
	background:#285ba3;
}
#c-header .c-switch i:nth-child(1) {
 top: 0;
}
#c-header .c-switch i:nth-child(3) {
 bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
 margin: 6px 0;
}
body.c-open #c-header .c-switch i:nth-child(2) {
 opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
 top: 8px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
 bottom: 8px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
/*首页轮播图*/
.c-banner1 {
	background: #fff;
}
.c-banner1 .swiper-slide {
	position: relative;
	overflow: hidden;
}
.c-banner1 .swiper-slide img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	-webkit-transition: all 7s;
	transition: all 7s;
}
.c-banner1 .swiper-slide .c-bg2 {
	display: none;
}
.c-banner1 .swiper-slide-active img {
	transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
}
.c-banner1 .swiper-slide .c-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;/*background: url(../images/mbl.png)repeat;*/
}
.c-banner1 .swiper-slide .c-wrap .c-title {
	font-size: 80px;
	line-height: 100px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}
.c-banner1 .swiper-slide .c-wrap .c-text {
	padding: 0px 0 175px;
	font-size: 40px;
	line-height: 56px;
	text-align: center;
}
.c-banner1 .swiper-pagination-bullet {
	opacity: 1;
}
.c-banner1 .c-dot {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
}
.c-banner1 .swiper-pagination {
	position: relative;
	text-align: left;
}
.loading {
	margin: 0 5px;
	width: 38px;
	height: 38px;
	position: relative;
	border: 4px solid transparent;
	background: transparent;
}
.loading.swiper-pagination-bullet-active {
	border-color: rgba(255, 255, 255, .2);
}
.loading .c-progress {
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	left: 11px;
	top: 11px;
	line-height: 120px;
	text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
	background-color: #285ba3;
}
.loading .left, .loading .right {
	opacity: 0;
	width: 19px;
	height: 38px;
	overflow: hidden;
	position: absolute;
	left: -4px;
	top: -4px;
	overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left, .loading.swiper-pagination-bullet-active .right {
	opacity: 1;
}
.loading .right {
	left: auto;
	right: -4px;
	top: -4px;
}
.loading .left:after, .loading .right:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 19px;
	height: 38px;
	border: 4px solid #fff;
	border-radius: 19px 0 0 19px;
	border-right: 0;
}
.loading .right:after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 0 19px 19px 0;
	border: 4px solid #fff;
	border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
	transform-origin: right center;
	/* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
	animation-duration: 3.9s;
	animation-timing-function: linear;
	animation-name: spin-left;
}
.loading.swiper-pagination-bullet-active .right:after {
	transform-origin: left center;
	animation-duration: 3.9s;
	/* animation-iteration-count: infinite; */
  animation-timing-function: linear;
	animation-name: spin-right;
}
@keyframes spin-right {
 0% {
 transform: rotate(180deg);
}
 50% {
 transform: rotate(360deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @keyframes spin-left {
 0% {
 transform: rotate(180deg);
}
 50% {
 transform: rotate(180deg);
}
 100% {
 transform: rotate(360deg);
}
}
@-webkit-keyframes c-zoom {
 0% {
 transform:scale(1, 1);
 -webkit-transform:scale(1, 1);
}
 100% {
 transform:scale(1.1, 1.1);
 -webkit-transform:scale(1.1, 1.1);
}
}
 @keyframes c-zoom {
 0% {
 transform:scale(1, 1);
 -webkit-transform:scale(1, 1);
}
 100% {
 transform:scale(1.2, 1.2);
 -webkit-transform:scale(1.2, 1.2);
}
}
.c-zoom {
	-webkit-animation-name: c-zoom;
	animation-name: c-zoom;
}
/*product*/
.product {
	background-image: url(../images/probg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	background-size: cover;
}
/*sul*/
.sul {
/*background-image: url(../images/solbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;*/
}
/*case*/
.case {
	background-image: url(../images/casebg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
#solutions .ins {
	position: absolute;
	z-index: 1;
	top: 0%;
	left: 7%;
}
#solutions .content-slide {
	position: absolute;
	left: 100px;
	opacity: 0;
}
#solutions .ins .c-common-title {
	padding-left: 1.5rem;
}
/* about */
#c-about {
	/* padding: 140px 0 180px; */
	background: #fff;
	background-image: url(../images/aboutbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.boxnum {
	width: 95%;
	margin-bottom: 6%;
	/* min-width: 500px; */
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.9);
}
.boxnum .nums {
	float: left;
	width: 25%;
	padding: 0.4rem;
	text-align: center;
	transition: all 0.3s;
	color:#666
}
.boxnum .nums .numcol {
	font-size: 30px;
	font-weight: 400;
	color:#ACB6E5;
	line-height: 1.5;
	background: -webkit-linear-gradient(right, #026d31, #285ba3);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.boxnum .nums .numcol span {
	font-size: 75px;
	vertical-align: text-top;
}
.boxnum .active {
	color: #fff;
	background-color: #285ba3;
}
.boxnum .active .numcol {
	background: -webkit-linear-gradient(top, #ffffff, #285ba3);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
#c-about .c-left-box {
	/* float: left; */
	/* width: 38.8%; */
	display: flex;
}
#c-about .c-left-box .c-img-box {
	padding-top: 2rem;
	overflow: hidden;
}
#c-about .c-left-box .c-img-box img {
	width: 100%;
}
/*product*/
.c-product {
	padding: 0 1rem;
}
/* 视频 */
#c-video-box {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
}
#c-video-box .c-btn {
	position:fixed;
	top: 85%;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #fff;
	border-radius: 50%;
 transition: .5s;
}
#c-video-box .c-btn:after, #c-video-box .c-btn:before {
	content: "";
	position: absolute;
	bottom: 24px;
	left: 10px;
	width: 30px;
	height: 2px;
	background: #285ba3;
 transition: .5s;
}
#c-video-box .c-btn:hover {
	background: #285ba3;
}
#c-video-box .c-btn:hover:after, #c-video-box .c-btn:hover:before {
	background: #fff;
}
#c-video-box .c-btn:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#c-video-box .c-btn:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#c-video-box video {
	position:fixed;
	left: 50%;
	top: 50%;
	height: 60%;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #000;
}
/* 产品 */
.goodslist .box {
	text-align: center;
	padding: 1rem 0 0.7rem;
	overflow: hidden;
	background-repeat: no-repeat; /* 只显示1次 */
	background-size: cover; /* 可选：让图片覆盖容器（可能裁剪） */
	background-position: center
}
.goodslist .box h6 {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 50px;
}
.goodslist .products_img img {
	max-width: 100%;
	height: 338px;
	object-fit: contain;
}
.goodslist .box .products_txts p {
	color: #878787;
}
.goodslist .box .aksinfo {
	position: absolute;
	top: 0;
	opacity: 0;
	text-align: center;
	width: 100%;
	height: 0;
	z-index: 1;
	padding-top: 50%;
	background-color: rgba(40, 91, 163, 0.8);
	transition: all 0.3s;
}
.c-product .c-common-title .c-text {
	width: 100%;
	color: #393939;
}
.goodslist .box .aksinfo p {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	line-height: 3;
}
.goodslist .box:hover .aksinfo {
	height: 100%;
	opacity: 1;
}
.allgoods a {
	display: inline-block;
	padding: 0 20px;
	line-height: 3;
	color: #a5a5a5;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.allgoods .ga {
	color: #285ba3;
}
.allgoods .ga:hover {
	color: #285ba3;
}
.allgoods .ga::after {
 content: "";
 width: 0px;
 margin: auto;
 height: 3px;
 display: block;
 transition: all 0.3s;
}
.allgoods .ga:hover::after {
 width: 40px;
 background-color: #285ba3;
}
.c-product .navtiagn {
	width: 100%;
	height: 60px;
	margin-top: 36%;
	overflow: hidden;
	position: relative;
}
.c-product .swiper-pagination-bullet {
	background-color: #a2a2a2;
	margin: 0 2.5px;
}
.c-product .swiper-pagination-bullet-active {
	background-color: #285ba3;
}
.c-product .swiper-button-next {
/* right: 34%; */
}
.c-product .swiper-button-prev, .c-product .swiper-button-next {
	background-image: none;
	width: 50px;
	height: 50px;
	line-height: 32px;
	font-size: 30px;
	font-family:  monospace;
	padding: 10px;
	color: #fff;
	background-color: #a2a2a2;
	text-align: center;
	border-radius: 50%;
}
.c-product .swiper-button-prev {
	background-color: #285ba3;
}
.c-product .swiper-button-next:hover {
	background-color: #285ba3;
}
.c-product .swiper-pagination {
	left: 35%;
	bottom: 30%;
}
/*解决方案*/
.sul .c-container {
	height: 100%;
	z-index: 2;
}
.sul .c-en-title {
	color: #fff;
}
.sul .c-cn-title {
	font-size: 24px;
	color: #fff;
	opacity: 0.2;
	text-transform: uppercase;
}
.sul .row, .sul .col-md-3 {
	height: 100%;
}
.sul .row, .sul .col-md-4 {
	height: 100%;
}
.sul .row, .sul .col-md-31 {
	height: 100%;
}
.sul .c-common-title {
	height: 100%;
	border-right: 1px solid #506f94;
}
.sul .tabs {
	margin-bottom: 20px;
	width: 360px;
}
.sul .tabs .part {
	position: relative;
	display: block;
	padding: 30px 0;
}
.sul .tabs .icon {
	color: #fff;
	font-size: 25px;
	display: inline-block;
}
.sul .tabs a {
	color: #fff;
	font-size: 20px;
}
.sul .tabs span.icon {
	font-size: 40px;
 margin-right: %;
	width:50px
}
.sul .tabs span.small {
	font-size: 29px;
	min-width: 35px;
	margin-left: 4px;
}
.sul .tabs i {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #285ba3;
	text-align: center;
	line-height: 25px;
	color: #fff;
	vertical-align: middle;
 -webkit-transition: all .4s;
 transition: all .4s;
}
.sul .tabs i.icon {
	font-size: 10px;
	float:right
}
.sul .gramme {
	padding-top: 12%;
	padding-left: 1rem;
}
.sul .tabs .active span, .sul .tabs .active a {
	color: #285ba3;
	font-weight:bolder
}
.sul .gramme .content-slide p {
	font-size:55px;
	color: #fff;
	line-height: 1.5rem;
}
.sul .gramme .content-slide div {
	width: 78%;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 1rem;
}
#solutions {
	position: relative;
}
#solutions .gallery-uls {
	position:absolute;
	top:0;
	height: 100%;
	z-index: 0;
	width: 100%;
}
/*客户案例*/
.case .c-en-title {
	color: #fff;
}
.case .c-cn-title {
	font-size: 24px;
	color: #fff;
	opacity: 0.2;
	text-transform: uppercase;
}
.case .c-common-title .info {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
	margin: 0.75rem 0 0.35rem;
}
.case .c-common-title .info span {
	color: #ff2424;
}
.case .c-common-title .more {
	display: inline-block;
	margin-top: 0.8rem;
	padding: 0.15rem 0.5rem;
	border-radius: 1rem;
	background-color: #285ba3;
	font-size: 16px;
	color: #fff;
}
/*news*/
.news .imgbox .c-fl {
	max-width: 83%;
}
.news .newcard .imgbox {
	width: 94.5%;
	padding: 0.4rem 0.28rem;
	transition: all 0.5s;
	border-bottom: 1px solid #e3e3e3;
	background-color: #fff;
	background-image: url(../images/fff.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.news .newcard .imgbox a {
	color: #fff;
}
.news .newcard .col-md-6:nth-child(2n) .imgbox {
 float: right;
}
.news .imgbox.active {
	background-image: url(../images/newslist.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.news .c-en-title {
	color: #285ba3;
}
.news .c-en-title::after {
 content: "";
 width: 18px;
 height: 10px;
 display: block;
 margin-top: 0.1rem;
 background-color: #fff;
 margin-bottom: 0.2rem;
}
.newcard {
	border-top: 1px solid #e3e3e3;
}
.newcard h6 {
	font-size: 22px;
	border-left: 8px solid #285ba3;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.35rem;
	color: #285ba3;
	transition: all 0.3s;
}
.newcard .info {
	line-height: 1.7;
	font-size: 15px;
	height: 75px;
	color: #999999;
	transition: all 0.3s;
}
.news .imgbox .c-fr {
	color: #999999;
}
.newcard .active h6 {
	color: #fff;
	border-left: 8px solid #fff;
}
.newcard .active .info {
	color: #fff;
}
.news .active .c-fr {
	color: #fff;
}
.newcard button {
	padding: 0.1rem 0.2rem;
	font-size: 15px;
	color: #fff;
	margin-top: 0.3rem;
	background-color: #285ba3;
	transition: all 0.5s;
	border: 1px solid #285ba3;
}
.newcard button i {
	font-style: normal;
	display: inline-block;
	margin-left: 35px;
	font-weight: bolder;
}
.newcard button:hover {
	border-radius: 1rem;
}
.otherlist a {
	color: #838383;
	display: inline-block;
	margin: 0 0.1rem;
	background-color: #f2f1f1;
	padding: 0.1rem 0.3rem;
	transition:  all 0.3s;
}
.otherlist a:hover {
	color: #fff;
	background-color: #285ba3;
}
/*footer*/
.disline {
	vertical-align: middle;
	display: inline-block;
}
.footer {
	background-color: #f9f9f9;
}
.footer .flink {
	background-color: #285ba3;
	color: #fff;
	font-size: 15px;
}
.footer .flink .icon {
	color: #fff;
	font-size: 18px;
}
.footer .flink .max8 {
	max-width: 80%;
	padding: 0.27rem 0;
}
.footer .flink a {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	margin-right: 5px;
}
.footer .backtop {
	cursor: pointer;
	text-align: center;
	background-color: #285ba3;
	padding: 10px 0.2rem;
}
.footer .weballinfo .c-list-box {
	width: 95%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.footer .weballinfo .c-list-box>li {
	padding-left: 15px;
}
.footer .weballinfo .c-list-box .c-title-box {
	padding-bottom:20px;
}
.footer .weballinfo .c-list-box .c-title-box .c-title {
	font-size:16px;
	line-height:30px;
	color:#285ba3;
	font-weight: bold;
}
.footer .weballinfo .c-list-box .c-title-box .c-title::after {
 content: "";
 width: 33px;
 height: 1px;
 display: block;
 background-color: #d7d7d7;
 margin-top: 10px;
}
.footer .weballinfo .c-list-box .c-title-box i {
	display: none;
	transition: all 0.5s;
}
.footer .weballinfo .c-list-box .c-list li {
	padding: 5px 0;
	line-height:26px;
}
.footer .weballinfo .c-list-box .c-list li a {
	color:#838383;
	transition: all 0.5s;
}
.footer .weballinfo .c-list-box .c-list li a:hover {
	color:#285ba3;
}
.footer .copyright {
	line-height: 4;
	border-top: 1px solid #e3e3e3;
}
.footer .copyright img {
	vertical-align: middle;
}
.footer .copyright a {
	color: #838383;
	transition: all 0.3s;
}
.footer .copyright a:hover {
	color: #285ba3;
}
.footer .flogo {
	width: 95%;
	padding: 0.5rem 0;
	border-bottom: 1px solid #cec7c7;
	margin-bottom: 0.25rem;
}
.footer .c-rightinfo {
	padding-top: 0.5rem;
	color: #000;
}
.footer .c-rightinfo a {
	color: #000;
	transition:  0.3s;
}
.footer .c-rightinfo a:hover {
	color: #285ba3;
}
.footer .c-rightinfo p {
	line-height: 2;
}
.footer .c-rightinfo p span {
	display: inline-block;
	max-width: 74%;
	vertical-align: top;
}
.footer .c-rightinfo ul {
	overflow: hidden;
}
.footer .c-rightinfo ul li {
	float: left;
	margin-right: 0.4rem;
	text-align: center;
	padding-top: 0.25rem;
}
.footer .c-rightinfo ul li p {
	line-height: 2.3;
}
#fp-nav ul li, .fp-slidesNav ul li {
	width: 55px;
	height: 36px;
	margin: 0;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	width: 100%;
	height: 100%;
	background: none;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
#fp-nav ul li:nth-child(6) {
 display:none
}
#fp-nav ul li a span::after {
 content: "";
 width: 44%;
 height: 1px;
 background-color: #fff;
 display: inline-block;
 margin-left: 14px;
 vertical-align: middle;
 box-shadow: 1px 1px 1px #000;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
	width: 100%;
	height: 100%;
	margin: -6px 0 0 -20px;
	border-radius: 100%;
	transition: all 0.3s;
}
/* #fp-nav ul li a.active{
	width: 200px;
} */
#fp-nav ul li a.active span {
	color: #285ba3;
	transition: all 0.3s;
}
#fp-nav ul li a {
	width: 200px;
}
#fp-nav ul li:hover span {
	color: #000;
	margin: -6px 0 0 -20px;
}
/*goods*/
#goods .c-goodsinfo {
	background-color: #f6f6f6;
}
#goods #c-common-bg {
	background-size: cover;
}
#goods.goodsinfo .c-goodsinfo {
	padding-bottom: 0.4rem;
}
#goods .navname {
	width: 116px;
	display: flex;
	padding: 0 0.1rem;
	color: #285ba3;
	font-size: 17px;
	line-height: 4;
	border-top: 2px solid #285ba3;
	background-color: #fff;
	margin: auto;
}
#goods .goodsbox {
	background-color: #fff;
	padding: 0.7rem 0 0.5rem;
	text-align: center;
}
#goods .c-goodsinfo .goodkey {
	font-size: 0.8rem;
	color: #f1f1f1;
}
#goods .c-goodsinfo .gooddec {
	font-size: 0.5rem;
	color: #285ba3;
}
#goods .c-goodsinfo .goodtext {
	font-size: 18px;
	color: #8a8a8a;
	line-height: 2;
	width: 51%;
	margin: 0.3rem auto;
}
.c-port-list {
	padding: 40px 3rem;
}
.c-port-list .prolist {
	background-color: #fff;
}
.c-port-list .cname {
	border-top: 2px solid #285ba3;
	color: #285ba3;
	line-height: 3;
	font-size: 25px;
	text-align: center;
}
.c-port-list .prolist ul {
	margin: 0 0.2rem;
	padding-top: 0.2rem;
	padding-bottom: 0.35rem;
	border-top: 1px solid #f6f6f6;
}
.c-port-list .prolist ul li {
	margin-bottom: 5px;
}
.c-port-list .prolist ul li a {
	display: inline-block;
	width: 100%;
	line-height: 3.2;
	padding-left: 0.25rem;
	font-size: 16px;
	color: #757575;
	transition: all 0.3s;
	background-color: #f6f6f6;
}
.c-port-list .prolist ul li a:hover {
	color: #fff;
	background-color: #285ba3;
}
.goodscard .imgbox::before {
 content: "";
 width: 100px;
 height: 50px;
 background-image: url(../images/gdicon.png);
 background-repeat: no-repeat;
 display: block;
 position: absolute;
 top: 15px;
 z-index: 1;
}
.goodscard .mybox {
	background-color: #fff;
	margin-left: 14px;
	margin-bottom: 17px;
	position: relative;
}
.goodscard .imgbox a {
	display: block;
	width: 100%;
}
.goodscard .imgbox {
	padding: 20px;
	height: 260px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-bottom: 2px #ededed solid;
}
.goodscard .imgbox img {
	max-width: 100%;
 transition: .5s;
}
.goodscard .imgbox:hover img {
	transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
}
.goodscard .imginfo {
	padding: 20px;
	color: #707070;
	font-size: 16px;
}
.thish {
	height: 42px;
	overflow: hidden;
}
.goodscard .gname {
	font-size: 20px;
	color: #1b1b1b;
	padding-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.goodscard .gbtn {
	display: flex;
	line-height: 1.8;
	justify-content: space-between;
}
.goodscard .gbtn a {
	margin-top: 12px;
	font-size: 14px;
	color: #555555;
	border:1px solid #e6e4e4;
	border-radius: 5px;
	line-height: 2.5;
	display: inline-block;
	padding: 0 0.2rem;
	transition: 0.5ms;
}
.goodscard .gbtn a:first-child {
	background-color: #285ba3;
	color: #fff;
}
.goodscard .gbtn a:hover {
	background-color: #285ba3;
	color: #fff;
}
/*goodsinfo*/
#zbmain .goodsinfo #c-common-bg {
	height: 7.49rem;
	background: url(../images/goodsinfo.jpg);
}
#zbmain .goodsinfo #c-top-bg {
	height: 7.49rem;
	text-align:unset;
}
.brpro {
	width: 94%;
	background-image: url(../images/bfpro.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 18px 12px 8px 13px;
}
.goodsinfo .c-crumbs {
	margin-bottom: 0.3rem;
}
#c-top-bg .gallery-top .swiper-slide {
	padding-bottom: 77%;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: grab;
}
#c-top-bg .gallery-thumbs .swiper-slide {
	padding-bottom: 16%;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: grab;
}
#c-top-bg .gallery-top .swiper-button-prev.swiper-button-white {
	filter: brightness(0);
	left: 20px;
}
#c-top-bg .gallery-top .swiper-button-next.swiper-button-white {
	filter: brightness(0);
	right: 20px;
}
.pro-detail {
	color: #fff;
}
.pro-detail h3 {
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 0.19rem;
}
.pro-detail>p {
	line-height: 1.88;
	font-size: 15px;
}
.pro-detail .cs ul {
	padding: 0.23rem 0.4rem 0.1rem 0.4rem;
	margin: 0.28rem 0;
	border-radius: 10px;
	font-size: 16px;
	background-color: #172f5f;
}
.pro-detail .cs ul li {
	display: inline-block;
	width: 30%;
	margin-right: 10px;
	margin-bottom: 13px;
	border-right: 2px solid #fff;
}
.pro-detail .cs ul li:nth-child(3n) {
 border-right: none;
}
.alloimgs .swiper-slide {
	border-radius: 8px;
	background-color: #fff;
	padding-bottom: 16%;
	background-size: 80%;
	background-repeat: no-repeat;
	border: 2px solid #fff;
}
.alloimgs .swiper-slide.swiper-slide-thumb-active {
	border: 2px solid #285ba3;
}
.messmuch .ask {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	padding: 0.15rem 0.6rem;
	margin-top: 0.39rem;
	margin-right: 0.22rem;
	border-radius: 8px;
	background-color: #285ba3;
}
.messmuch .tel {
	font-size: 28px;
	font-weight: bold;
	color:#e62129;
	line-height: 1.2;
}
.c-goodsinfo .goodsboxsize {
	line-height: 5.2;
	font-size: 22px;
}
.c-goodsinfo .goodsboxsize a {
	color: #3a3a3a;
	padding: 0 0.2rem;
	white-space: nowrap;
	transition: all 0.3s;
	display: inline-block;
	border-bottom:5px solid #fff;
}
.c-goodsinfo .goodsboxsize {
	background-color: #fff;
}
.c-goodsinfo .goodsboxsize .md {
	padding: 0 3rem;
	display: flex;
}
.c-goodsinfo .goodsboxsize a:hover {
	font-weight: 600;
	color: #285ba3;
	border-bottom:5px solid #285ba3;
}
.c-goodsinfo .goodsboxsize a.active {
	font-weight: 600;
	color: #285ba3;
	border-bottom:5px solid #285ba3;
}
.prodefault {
	margin-left: 0.25rem;
	padding: 0.15rem 0.35rem 0.7rem;
	background-color: #fff;
	color: #000000;
	font-size: 15px;
	line-height: 1.85;
}
.prodefault img {
	max-width: 100%;
}
.prodefault .catename {
	font-size: 35px;
	line-height: 1.8;
	color: #285ba3;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.prodefault .catename::after {
 content: "";
 width: 100%;
 height: 2px;
 display: block;
 background-image: url(../images/goodsbt.jpg);
 background-repeat: no-repeat;
 background-position: center;
}
.goodsboxsize.down {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9;
	margin-top: 0px;
}
.engood .c-list2 .c-item:last-child {
/* display: none!important; */
}
/*message*/
.message {
	padding: 0px 3rem;
}
.message .mesbox {
	background-image: url(../images/mekuang.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0.37rem 0.35rem;
}
.message .catename {
	font-size: 35px;
	line-height: 1.8;
	color: #285ba3;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.message .catename::after {
 content: "";
 width: 100%;
 height: 2px;
 display: block;
 background-image: url(../images/goodsbt.jpg);
 background-repeat: no-repeat;
 background-position: center;
}
#formData {
	overflow: hidden;
}
#formData ul li {
	text-align: center;
	overflow: hidden;
	margin-bottom: 15px;
}
.morder_InputText {
	width: 45%;
	margin-right: 5%;
	padding: 0px 15px;
	border-radius: 8px;
	outline: none;
	float: left;
	background: #f1f1f1;
	border: solid 1px #dedede;
	height: 48px;
	line-height: 48px;
}
.morder_InputText1 {
	width: 95%;
	padding: 0px 15px;
	border-radius: 8px;
	outline: none;
	float: left;
	background: #f1f1f1;
	border: solid 1px #dedede;
	height: 48px;
	line-height: 48px;
}
.morder_textarea {
	width: 95%;
	padding: 15px;
	border-radius: 8px;
	outline: none;
	float: left;
	background: #f1f1f1;
	border: solid 1px #dedede;
	height: 120px;
	line-height: 30px;
}
.morder_captcha {
	width: 200px;
	padding: 0px 15px;
	border-radius: 8px;
	outline: none;
	float: left;
	background: #f1f1f1;
	border: solid 1px #dedede;
	height: 48px;
	line-height: 48px;
}
.morder_But {
	width: 200px;
	line-height: 2.8;
	margin: auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	transition: 0.3s;
	background-color: #285ba3;
}
.morder_But:hover {
	border-radius: 20px;
}
/* 100+ */
.chooseall {
	background-image: url(../images/100s.png);
	background-repeat: no-repeat;
	padding: 0.5rem 3rem 3rem;
}
.chooseall .name {
	font-size: 0.47rem;
	font-weight: bold;
	color: #303030;
	text-align: center;
}
.chooseall .name font {
	font-size: 0.59rem;
	vertical-align: bottom;
}
.chooseall .name span {
	color: #e62129;
	vertical-align: super;
}
.chooseall .name p {
	color: #313131;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 3.5;
	opacity: 0.5;
	margin-bottom: 0.35rem;
}
.chooseall ul {
	overflow: hidden;
}
.chooseall ul li {
	width: 217px;
	height: 212px;
	float: left;
	text-align: center;
	background-image: url(../images/fang.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
}
.chooseall ul li:first-child {
	margin-left: 108px;
}
.chooseall ul li:nth-child(n+6) {
 margin-top: -114px;
}
.chooseall ul li:nth-child(12n) {
 margin-left: 108px;
}
.chooseall ul li img {
	max-width: 88px;
	transition: 0.5s;
}
.chooseall ul li:hover img {
	transform:scale(1.14, 1.14);
	-o-transform:scale(1.14, 1.14);
}
.c-goodsinfo .hots {
	padding: 0 3rem;
	margin-top: -2.5rem;
}
.hots .catename {
	font-size: 35px;
	line-height: 1.8;
	color: #285ba3;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.hots .goodscard .gbtn a {
	padding: 0 0.3rem;
}
.hots .catename::after {
 content: "";
 width: 100%;
 height: 2px;
 display: block;
 background-image: url(../images/goodsbt.jpg);
 background-repeat: no-repeat;
 background-position: center;
}
/*alcen*/
.md3 {
	position: relative;
	width: 100%;
	padding: 0 3rem;
}
.acen {
	display: flex;
	align-items: center;
	margin-right: 0.49rem;
}
/*company*/
#goods.company #c-common-bg {
	background-size: cover;
}
#goods.company .navname {
	display: inline-block;
	color: #626262;
	border-top: 2px solid #f6f6f6;
	background-color: #f6f6f6;
	transition: 0.5s;
}
#goods.company .navname:hover {
	color: #285ba3;
	border-top: 2px solid #285ba3;
	background-color: #fff;
}
#goods.company .navname.active {
	color: #285ba3;
	border-top: 2px solid #285ba3;
	background-color: #fff;
}
#goods.company1 #c-common-bg {
	background-size: cover;
}
#goods.goods #c-common-bg {
	background-size: cover;
}
#goods.goods .navname {
	display: inline-block;
	color: #626262;
	border-top: 2px solid #f6f6f6;
	background-color: #f6f6f6;
	transition: 0.5s;
}
#goods.goods .navname:hover {
	color: #285ba3;
	border-top: 2px solid #285ba3;
	background-color: #fff;
}
#goods.goods .navname.active {
	color: #285ba3;
	border-top: 2px solid #285ba3;
	background-color: #fff;
}
/*company*/
.company .c-company {
	padding: 0.2rem 3rem;
	background-color: #fff;
}
.c-company {
	padding: 0.2rem 3rem;
	background-color: #fff;
}
.company .comde1 {
	font-size: 35px;
	line-height: 2.8;
	color: #285ba3;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0.5rem;
}
.company .boxnum {
	width: 100%;
	color: #285ba3;
	font-size: 18px;
	font-family: "Tahoma";
	background-color: #f8f9f9;
}
.mypower {
	padding-bottom: 1rem;
}
.mypower .name {
	font-size: 35px;
	line-height: 2.8;
	color: #285ba3;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.mypower .name::after {
 content: "";
 width: 100%;
 height: 2px;
 display: block;
 background-image: url(../images/goodsbt.jpg);
 background-repeat: no-repeat;
 background-position: center;
}
.mypower ul li {
	background-repeat: no-repeat;
	background-size: cover;
}
.mypower ul li>div {
	width: 105%;
}
/* .mypower ul li.active .power1{
	background-image: url(../images/conbg.jpg);	
} */
.mypower ul li:nth-child(1) .power1 {
 background-image: url(../images/con1.jpg);
}
.mypower ul li:nth-child(2) .power1 {
 background-image: url(../images/con2.jpg);
}
.mypower ul li:nth-child(3) .power1 {
 background-image: url(../images/con3.jpg);
}
.mypower ul li:nth-child(4) .power1 {
 background-image: url(../images/con4.jpg);
}
.mypower ul li .power1 {
	color: #fff;
	height: 428px;
	padding: 0.25rem 0.34rem 0.4rem;
}
.mypower ul li .power1 h6 {
	font-size: 22px;
	color: #fff;
	line-height: 2;
}
.mypower ul li .power1 img {
	margin-top: -89px;
	opacity: 0;
	transition: 0.5s;
}
.mypower ul li .power1 .info {
	margin-top: 5%;
	border-top: 5px #fff solid;
	padding-top: 0.23rem;
	transition: 0.5s;
}
.mypower ul li .power1 .info p {
	opacity: 0;
	transition: 0.5s;
}
.mypower ul li.active .power1 img {
	margin-top: 0;
	opacity: 1;
}
.mypower ul li.active .power1 .info {
	margin-top: 70%;
}
.mypower ul li.active .power1 .info p {
	opacity: 1;
}
.mypower ul li.active .power1 {
	background-image: url(../images/conbg.jpg);
}
.c-company .goodkey {
	text-transform: uppercase;
}
.c-company .cominfo {
	margin-top: 0.5rem;
}
.c-company .cominfo img {
	width: 100%;
}
.c-company .com_defalut {
	color:#717171;
	line-height: 1.98;
	font-size: 16px;
}
.apage {
	line-height: 25px;
	background: #ffffff;
	padding: 0 5px;
	text-align: center;
	padding:20px
}
.page-num-current {
	background-color: #285ba3;
	color:#ffffff
}
.apage a {
	border: 1px solid #cccccc;
	padding: 5px 14px;
	margin-right: 5px;
	margin: 0 3px;
	line-height:40px;
}
.apage .num_btns {
	float: right;
	font-family: Tahoma;
}
.apage a:hover, .apage .cur {
	border: 1px solid #285ba3;
	background-color: #285ba3;
	color: #fff;
	text-decoration: none;
}
.apage .cust_txt {
	float: left;
}
.apage .oran_pg_fp {
	background: url(../images/first_page.gif) 4px 4px no-repeat;
	padding-right: 9px;
}
.apage .oran_pg_pp {
	background: url(../images/pre_page.gif) 4px 4px no-repeat;
	padding-right: 5px;
}
.apage .oran_pg_np {
	background: url(../images/next_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage .oran_pg_lp {
	background: url(../images/last_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage select {
	font-size: 8px;
	margin-top: 5px;
}
.apage .oran_pg_txt {
	height: 15px;
	border: solid 1px #285ba3;
	width: 20px;
	margin-left: 5px;
}
.apage .oran_pg_btn {
	height: 15px;
	border: solid 1px #285ba3;
	margin-left: 5px;
	font-size: 9px;
	background: #285ba3;
	color: #fff;
}
/*公司文化*/
.whcard {
	text-align: left;
	margin-top: 0.6rem;
	margin-bottom: 0.7rem;
	line-height: 1.78;
}
.whcard .row {
	overflow: hidden;
}
.whcard .info {
	height: 433px;
	color: #000000;
	padding: 0.6rem 0.7rem;
	transition: 0.3s;
}
.whcard .info:hover {
	background-color: #efefef;
}
.whcard .info .engs {
	color: #285ba3;
	opacity: 0.1;
	font-size: 42px;
	line-height: 1;
	/* white-space: nowrap; */
    text-shadow: 4px 3px 1px #000;
	text-transform: uppercase;
}
.whcard .info .ddtit {
	color: #285ba3;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.8;
	margin-bottom: 0.4rem;
}
.whcard img {
	width: 100%;
	height: 433px;
	transition: 0.3s;
	object-fit: cover;
}
.whcard img:hover {
	transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
}
/*honor*/
.honor {
	margin-top: 0.5rem;
	background-color: #fff;
}
.honor>div {
	margin-bottom: 0.25rem;
}
.honor a {
	display: block;
}
.honor img {
	width: 100%;
	margin: auto;
	max-width: 100%;
	transition: 0.3s;
	object-fit: cover;
}
.honor .img {
	overflow: hidden;
}
.honor .img:hover img {
	transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
}
.honor .box {
	width: 95%;
	margin: auto;
	border: 2px #dfdfdf solid;
	background-repeat: no-repeat; /* 只显示1次 */
	background-size: cover; /* 可选：让图片覆盖容器（可能裁剪） */
	background-position: center
}
.honor .box p {
	background-color: #dfdfdf;
	line-height: 3.4;
	color: #373737;
	font-size: 18px;
	text-align: center;
	transition: all 0.3s;
}
.honor .box p:hover {
	color: #fff;
	background-color: #285ba3;
}
/*fangan*/
#goods.fangan #c-common-bg {
	background:url(../images/nb3.jpg) no-repeat center center;
	background-size: cover;
}
/*new*/
#new #c-common-bg {
	background:url(../images/nb5.jpg) no-repeat center center;
	background-size: cover;
}
#c-common-bg {
	top:110px
}
.no-before::before {
display: none !important;
}
#new .navname {
	width: 116px;
	display: flex;
	padding: 0 0.1rem;
	color: #285ba3;
	font-size: 17px;
	line-height: 4;
	border-top: 2px solid #285ba3;
	background-color: #fff;
	margin: auto;
}
#new .c-goodsinfo {
	background-color: #f6f6f6;
}
#new .navname {
	display: inline-block;
	color: #626262;
	border-top: 2px solid #fff;
	background-color: unset;
	transition: 0.5s;
}
#new .navname:hover {
	color: #285ba3;
	border-top: 2px solid #285ba3;
	background-color: #fff;
}
#new .navname.active {
	color: #285ba3;
	border-top: 2px solid #285ba3;
	background-color: #fff;
}
#new .c-goodsinfo .goodkey {
	font-size: 0.8rem;
	color: #f1f1f1;
}
#new .c-goodsinfo .gooddec {
	font-size: 0.5rem;
	color: #285ba3;
}
#new .c-goodsinfo .goodtext {
	font-size: 18px;
	color: #8a8a8a;
	line-height: 2;
	width: 51%;
	margin: 0.3rem auto;
}
#new .goodsbox {
	background-color: #fff;
	padding: 0.7rem 0 0.5rem;
	text-align: center;
}
#new .honor .img {
	padding: 0;
	height: 270px;
}
#new .honor img {
	height: auto;
}
#new .gbtn {
	display: flex;
	line-height: 1.8;
	justify-content: space-between;
}
#new .newinfo {
	text-align: left;
	color: #848484;
	height: 325px;
	padding: 0.26rem 0.35rem;
}
#new .newinfo h3 {
	color: #3b3b3b;
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 0.2rem;
	transition: 0.3s;
}
#new .newinfo h3:hover {
	color:#285ba3;
}
#new .newinfo .def {
	color: #848484;
	line-height: 1.6;
	font-size: 15px;
	margin-bottom: 0.4rem;
}
#new .newinfo .gbtn button {
	display: inline-block;
	padding: 0.1rem 0.2rem;
	color: #000;
	border: 1px solid #e6e4e4;
	background-color: #fff;
	transition: 0.3s;
}
#new .newinfo .gbtn button:hover {
	color: #fff;
	background-color: #285ba3;
}
#new .newinfo .time {
	line-height: 47px;
}
#new .box {
	box-shadow: 0px 0px 10px #eae9e9;
	border: none;
}
#new .box:hover {
	box-shadow: 0px 0px 24px #c5c5c5;
	transition: all 0.3s;
}
#new .newslist {
	border-top: 5px solid #f8f8f8;
}
#new .newslist {
	margin-top: 0.3rem;
	line-height: initial;
}
#new .newslist ul li {
	text-align: left;
	padding: 0.33rem 0.48rem;
	transition: all 0.3s;
	border-bottom: 1px #ebebeb solid;
}
#new .newslist ul li .time {
	color: #285ba3;
}
#new .newslist ul li .time span {
	font-size: 0.65rem;
	font-weight: bold;
	border-bottom: 1px solid #a8a8a8;
}
#new .newslist ul li .time>div {
	font-size: 20px;
	line-height: 2;
}
#new .newslist ul li h3 {
	color: #285ba3;
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 0.2rem;
	transition: 0.3s;
	margin-top: 15px;
}
#new .newslist ul li p {
	color: #848484;
	line-height: 1.6;
	font-size: 16px;
	margin-bottom: 0.4rem;
}
#new .newslist ul li:hover {
	background-color: #285ba3;
}
#new .newslist ul li:hover .time, #new .newslist ul li:hover h3, #new .newslist ul li:hover p {
	color: #fff;
}
#coontact #c-common-bg {
	background: url(../images/nb6.jpg) no-repeat center center;
	background-size: cover;
}
#coontact .c-goodsinfo {
	background-color: #f6f6f6;
}
#coontact .navname {
	display: inline-block;
	color: #626262;
	border-top: 2px solid #fff;
	background-color: unset;
	transition: 0.5s;
	width: 116px;
	padding: 0 0.1rem;
	font-size: 17px;
	line-height: 4;
	margin: auto;
}
#coontact .navname:hover {
	color: #285ba3;
	border-top: 2px solid #285ba3;
	background-color: #fff;
}
#coontact .navname.active {
	color: #285ba3;
	border-top: 2px solid #285ba3;
	background-color: #fff;
}
#coontact .goodsbox {
	background-color: #fff;
	padding: 0.7rem 0 0.5rem;
	text-align: center;
}
#coontact .c-goodsinfo .goodkey {
	font-size: 0.8rem;
	color: #f1f1f1;
}
#coontact .c-goodsinfo .gooddec {
	font-size: 0.5rem;
	color: #285ba3;
}
#coontact .c-goodsinfo .goodtext {
	font-size: 18px;
	color: #8a8a8a;
	line-height: 2;
	width: 51%;
	margin: 0.3rem auto;
}
.address {
	padding: 0.4rem 0;
}
.address .name {
	font-size: 24px;
	line-height: 2;
	color: #285ba3;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.address .name::after {
 content: "";
 width: 100%;
 height: 2px;
 display: block;
 background-image: url(../images/goodsbt.jpg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: 10%;
}
.address .catinfo {
	color: #8c8c8c;
	line-height: 2;
}
.address .catinfo .c-card {
	width: 95%;
	background-color: #f5f5f5;
}
.address .catinfo>div:nth-child(2n) .c-card {
 float: right;
}
.address .catinfo .c-card .col-md-3 {
	background-color: #f0f0f0;
	text-align: center;
	padding: 0.38rem 0;
}
.address .catinfo .c-card .col-md-9 {
	height: 173px;
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-direction: column;
}
.address .concard {
	padding: 0.3rem 0;
	margin: 0.3rem 0;
}
.address .concard .card {
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: 0.3s;
	background-color: #f5f5f5;
	width: 92%;
	margin: auto;
}
.address .concard .card p {
	margin-top: 0.3rem;
	transition: 0.3s;
}
.address .concard .icon {
	font-size: 0.4rem;
	transition: 0.3s;
}
.address .card a {
	color: #8c8c8c;
	transition: 0.3s;
}
.address .concard .card:hover a {
	color: #285ba3;
}
.address .meassge p {
	font-size: 16px;
	color: #a1a1a1;
	margin-top: -0.2rem;
	margin-bottom: 0.3rem;
}
/*injion*/
#new.injoin #c-common-bg {
	background: url(../images/injion.jpg) no-repeat center center;
	background-size: cover;
}
.page_cont {
	color: #333;
}
.page_cont img {
	vertical-align: inherit;
}
.page_cont h3 {
	text-align: center;
	padding: 0.35rem 0;
}
.page_cont .page_Info {
	text-align: center;
	border-top: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
	padding: 14px 0;
	margin-top: 25px;
	margin-bottom: 0.25rem;
}
/*fenye*/
.de-page-mian {
	overflow: hidden;
	text-align: center;
	font-size: 0;
	margin: 10px 0 35px;
}
.de-page-mian .page-inner {
	display: inline-block;
	overflow: hidden;
}
.de-page-mian .page-inner a {
	display: block;
	float: left;
	min-width: 26px;
	padding: 0 5px;
	height: 36px;
	border: 1px solid #dddddd;
	background: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #285ba3;
	margin-right: -1px;
	overflow: hidden;
	width: auto;
}
.de-page-mian .page-inner a.active, .de-page-mian .page-inner a:hover {
	color: #fff;
	border-color: #0056ab;
	background: #0056ab;
}
.de-page-mian .page-inner a.prev {
	margin-right: 10px;
	background: #ffffff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
	background: #ffffff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
	background-color: #fff;
	border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
	margin-left: 10px;
	margin-right: 15px;
	background: #ffffff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
	background: #ffffff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
	background-color: #fff;
	border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
	font-size: 12px;
	margin-right: 0;
	width: 63px;
	margin-left: 10px;
}
.de-page-mian .page-inner span {
	display: block;
	font-size: 12px;
	color: #285ba3;
	float: left;
	line-height: 38px;
}
.de-page-mian .page-inner input {
	display: block;
	float: left;
	height: 36px;
	width: 36px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #285ba3;
	margin: 0 5px;
}
#page_Content {
	padding: 0.15rem 0;
}
#prev_next a {
	color: #333;
	transition: 0.5s;
}
#prev_next a:hover {
	color: #285ba3;
}
#prev_next {
	overflow: hidden;
	line-height: 3;
}
#prev_next li:first-child {
	float: left;
}
#prev_next li:last-child {
	float: right;
}



/* pc */
@media (max-width: 1460px) {
 .goodsinfo .c-goodsinfo .goodsboxsize {
 line-height: 2;
}
 .sul .tabs a {
 font-size: 23px;
}
 .chooseall .wrap {
 width: 700px;
}
 .c-goodsinfo .goodsboxsize .md {
 display: inline-block;
 text-align: center;
}
 .c-goodsinfo .goodsboxsize .acen {
 display: none;
}
 .chooseall ul li:nth-child(12n) {
 margin-left: 0;
}
 #solutions .ins .c-common-title {
 margin-top: 40px;
 padding-left: 0.5rem;
/* padding-right: 1.5rem; */
	}
 .c-common-title .c-en-title {
 font-size: 32px;
}
 .sul .c-cn-title {
 font-size: 20px;
 white-space: nowrap;
}
 .sul .tabs .part {
 padding: 18px 0;
}
 .boxnum .nums {
 padding: 0.25rem;
}
 .boxnum .nums .numcol span {
 font-size: 56px;
}
 .c-common-title .c-text {
 padding: 20px 0 20px;
}
 .pro-detail .cs ul li {
 width: 46%;
}
 .pro-detail .cs ul li:nth-child(3n) {
 border-right: 2px solid #fff;
}
 .pro-detail .cs ul li:nth-child(2n) {
 border-right: none;
}
}
@media (min-width: 1600px) and (max-width: 1730px) {
 .c-logo {
 width: 23%;
}
 .c-logo img {
 width: 100%;
}
}
@media (min-width: 991px) and (max-width: 1175px) {
 .c-logo {
 width: 20%;
}
 .c-logo img {
 width: 100%;
}
}
/* ipad */
@media (min-width: 765px) and (max-width: 1400px) {
 .c-port-list {
 padding: 40px 2rem;
}
}
 @media (min-width: 765px) and (max-width: 1260px) {
 .company .c-company {
 padding: 0.2rem 1rem;
}
 #c-header .c-logo a {
 width: 100%;
}
 #c-header .c-logo a img {
/* width: 100%; */
	}
}
.map {
	width: 100%;
}
#dituContent {
	padding-bottom: 40%;
}
.morder_But:hover {
	color: #fff;
}
.morder_But:active {
	color: #fff;
}
.morder_But:link {
	color: #fff;
}
.goodsinfo .morder_InputText {
	width: 32%;
}
.morder_InputText1, .morder_textarea, .morder_InputText {
	background-color: #fff;
}
.c-goodsinfo ul li.head {
	display: flex;
	justify-content: space-between;
}
.c-goodsinfo ul li img {
	max-width: 98px;
}
.c-goodsinfo ul li .morder_captcha {
	background-color: #fff;
}
/* move */
@media (max-width: 765px) {
 .copyright .c-fr {
 width: 100%;
 text-align: center;
}
 audio, canvas, progress, video {
width:320%!important
}
 .otherlist {
 width: 100%;
 margin-bottom: 10px;
 display: flex;
 justify-content: space-between;
}
 .otherlist a {
 font-size: 20px;
 padding: 9px;
}
 .goodslist .products_img img {
 height: 200px;
}
 .boxnum .nums .numcol span {
 font-size: 26px;
}
 .footer .c-rightinfo p {
 list-style: 1.6;
}
 .c-product .navtiagn {
 display: none;
}
 .newcard h6, .goodslist .box h6 {
 font-size: 16px;
}
 .newcard .info, .case .c-common-title .info, .sul .gramme .content-slide div {
 font-size: 14px;
}
 .product .goodslist .allgoods {
 display: none;
}
 #c-about {
}
 .c-common-title .c-text {
 width: 100%;
 margin: 20px 0;
 line-height: 1.7;
}
 .boxnum .nums {
 white-space: nowrap;
}
 .c-goodsinfo ul li img {
 max-width: 98px;
}
 .news .newcard .imgbox {
 padding: 22px;
 margin-bottom: 20px;
}
 .c-goodsinfo .prolist ul li:nth-child(n+6) {
 height: 0;
 overflow: hidden;
 transition: 0.3s;
 margin-bottom: 0;
}
 .c-goodsinfo .prolist ul li:last-child {
 height: 51px;
margin-bottom: 5px;
}
 .c-goodsinfo .moveblock ul li:nth-child(n+6) {
 height: 51px;
 margin-bottom: 5px;
}
 .c-goodsinfo .moveblock ul li:last-child {
 height: 0;
overflow: hidden;
}
 #goods .c-goodsinfo .gooddec {
 font-size: 17px;
}
 #fp-nav {
 display: none;
}
 #fp-nav ul li a span {
 font-size: 0;
}
 #fp-nav ul li {
 width: 24px;
}
 #goods .c-goodsinfo .goodtext {
 width: 95%;
}
 #name {
 margin-bottom: 15px;
}
 .c-port-list {
 max-width: 100%;
 overflow: hidden;
}
 .message {
 padding: 0 1rem;
}
 .goodsinfo .morder_InputText {
 width: 100%;
}
 .c-goodsinfo ul li.head {
 display: inline-block;
 justify-content: space-between;
}
 .morder_textarea {
 width: 100%;
}
 #email {
 margin-top: 15px;
}
 .morder_InputText1 {
 width: 100%;
}
 .message .mesbox {
 background-image: none;
 padding: 20px 10px;
 border: 2px solid #4f72bc;
}
 .morder_InputText {
 width: 100%;
 background-color: #fff;
}
 .company .c-company {
 padding: 0 0.8rem;
}
 .c-company {
 padding: 0 0.8rem;
}
 #new .newslist ul li .time>div {
 font-size: 16px;
}
 #new .newslist ul li .time {
 text-align: center;
 padding-top: 40%;
}
 #dituContent {
 padding-bottom: 65%;
}
}
.case .fp-tableCell {
	position: relative;
}
.case .bgyuan {
	position: absolute;
	right: -12%;
	top: 7%;
	animation: zhuan 20s linear infinite;
}
 @keyframes zhuan {
 0% {
 transform: translateX(-50%) rotate(0deg) scale(0.8);
}
 100% {
 transform: translateX(-50%) rotate(360deg) scale(1);
}
}
