@charset "UTF-8";
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	touch-callout: none;
	cursor: pointer;
}
@font-face {
  font-family: 'myfont';
  src: url('../font/PingFang Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body,form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
body,div,h1, h2, h3, h4, h5, h6, p,span{font-family: 'myfont', Arial, 'Microsoft YaHei', sans-serif;}
body, button, input, select, textarea {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	font-family: 'myfont', Arial, 'Microsoft YaHei', sans-serif;
	background-color: #131514;
}
ul, li {
	list-style: none;
}
img {
	border: 0px;
	vertical-align: middle;
}
table {
	/* border-collapse: collapse; */
	border-spacing: 0;
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
article, aside, footer, header, nav, section {
	display: block;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color: #333;
	outline: none;
	cursor: pointer;
}
a:hover {
	background-repeat: no-repeat;
	text-decoration: none;
}
a, input[type="button"], button, label, input[type="submit"] {
	cursor: pointer;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio, video {
	display: inline-block;
}
[type="checkbox"], [type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input, textarea, select {
	outline: none;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], select, textarea {

	resize: none;
	border: none;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.swiper-wrapper {
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	-moz-transition-property: transform, -moz-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
*zoom: 1;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.show {
	display: block !important;
}
.hide {
	display: none !important;
}
.commonweb {
	padding: 0px 15px;
}
.commonwebbox {
	margin-left: 0px;
	margin-right: 0px;
}
.commonleft {
	float: none;
}
.commonright {
	float: none;
}
.visible-sm, .visible-md, .visible-lg {
	display: none;
}
.hidden-sm, .hidden-md, .hidden-lg {
	display: block;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
@media (max-width: 320px) {
body {
	min-width: 320px;
}
}
@media (min-width: 768px) {
.commonweb {
	padding: 0px 20px;
}
.commonwebbox {
	margin-left: -10px;
	margin-right: -10px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.visible-sm {
	display: block;
}
.hidden-sm {
	display: none;
}
}
@media (min-width: 1024px) {
.g-index-title{
	background: url(../../image/titlebg_12.png) no-repeat center bottom;
	height: 100px;
	}
.commonweb {
	padding: 0px 40px;
}
.commonwebbox {
	margin-left: -10px;
	margin-right: -10px;
}
.commonleft {
	float: left;
}
.commonright {
	float: right;
}
.visible-md {
	display: block;
}
.hidden-md {
	display: none;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.process {
	width: 100%;
	float: left;
	display: inline;
	position: relative;
	margin-top: 60px;
}
.protitle {
	width: 100%;
	background: url(../image/solid6.jpg) repeat-x right bottom;
	overflow: hidden;
}
.nav {
	color: #e3373d;
	float: left;
	WIDTH: 100%;
}
.out1 i {
	display: block;
	width: 100%;
	text-align: right;
	border-bottom: solid 1px #4e5a69;
	height: 34px;
	background: url(../../image/shu_02.png) no-repeat right bottom;
}
.on1 i {
	display: block;
	width: 100%;
	text-align: right;
	border-bottom: solid 1px #ccc;
	height: 34px;
	background: url(../../image/on1_03.png) no-repeat right bottom -4px;
	background-size: 100%;
}
.nav i img {
	height: 20px;
}
.nav .on {
	width: 125px;
	float: left;
	line-height: 45px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background: url(../image/tk1.png) no-repeat left top;
	cursor: pointer;
}
.nav .out {
	width: 121px;
	float: left;
	line-height: 43px;
	text-align: center;
	font-weight: 700;
	color: #4e5a69;
	font-size: 14px;
	cursor: pointer;
}
.nav .on1 {
	width: 200px;
	font-size: 18px;
	float: left;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: url(../image/tk2.jpg) no-repeat center top;
	cursor: pointer;
	WIDTH: 20%;
}
.nav .out1 {
	width: 20%;
	float: left;
	line-height: 45px;
	text-align: center;
	color: #a3a3a3;
	font-size: 18px;
	cursor: pointer;
}
.protitle a {
	display: inline;
	color: #e3373d;
	line-height: 43px;
	float: right;
}
.pro_cont {
	margin-top: 50px;
	background: url(../../image/casebg_03.png) no-repeat center top;
	background-size: 60%;

}
.pro_cont .d1 {
	width: 98%;
	/* height: 546px; */
	margin: 0 auto;
	overflow: hidden;
}
.pro_cont .d1 .newinfo {
	float: left;
	overflow: hidden;
}
.pro_cont_more {
	position: absolute;
	right: 0;
	top: 10px;
	color: #e3373d;
	font-size: 14px;
}
.d1 .leftpic {
	width: 45%;
	float: left;
}
.leftimg {
	margin-top: 21px;
}
.d1 .leftpic a h3 {
	color: #fff;
	font-size: 20px;
	line-height: 50px;
}
.d1 .leftpic a p {
	font-size: 14px;
	line-height: 30px;
	color: #4e5a69;
}
.d1 .leftpic img {
	width: 100%;
}
.d1 .rightinfo {


	float: right;
	width: 45%;
	margin-left: 5%;
	margin-top: 5%;
	background-color: #11151e;
	padding: 3%;
	border-top: solid 3px #ffff1b;
}
.d1 .rightinfo h3 {
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
}
.d1 .rightinfo p {
	font-size: 14px;
	line-height: 40px;
	color: #ffffff;
	margin-top: 30px;
}
.d1 .rightinfo a {
	margin-top: 85px;
	text-align: left;
	border-radius: 10px;
	line-height: 30px;
	display: block;
	width: 130px;
	background: url(../../image/ljt.png) no-repeat right center;
	color: #43b1e1;
	font-size: 16px;
}
.d1 .rightinfo a:hover {
	color: #fff;
	background: url(../../image/ljtb.png) no-repeat right center;
}
.pro_cont .d1 ul {
	float: left;
	margin-top: 16px;
}
.pro_cont .d1 ul li {
	width: 320px;
	float: left;
	margin-right: 32px;
	overflow: hidden;
	line-height: 30px;
}
.pro_cont .d1 ul li a {
	display: block;
	background: url(../image/biao.jpg) no-repeat left center;
	width: 310px;
	padding-left: 10px;
	font-size: 14px;
}
.pro_cont .d1 ul li a:hover {
	text-decoration: none;
}
.pro_cont .d1 ul li a:hover {
	color: #e3373d;
}
.about {
	overflow: hidden;
	background: url(../../image/aboutbg_06.jpg) no-repeat;
	border-top: solid 3px #ffff1e;
	padding-top: 60px;
	/* height: 900px; */
	background-size: auto;
}
.aboutcont {
	width: 1200px;
	margin: 65px auto 90px auto;
	overflow: hidden;
}
.aboutleft {
	width: 50%;
	float: left;
}
.aboutleft p {
	color: #fff;
	line-height: 50px;
	margin-top: 30px;
}
.aboutleft a {
	display: block;
	width: 132px;
	text-align: left;
	background: url(../../image/ljtb.png) no-repeat right center;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	margin-top: 70px;
}
.aboutleft a:hover {
	color: #43b1e1;
	background: url(../../image/ljt.png) no-repeat right center;
}
.aboutright {
	text-align: right;
	width: 45%;
	float: right;
}
.about_title {
	margin-top: 30px;
}
.contact {
	overflow: hidden;
	background: url(../../image/lxbg_20.jpg) no-repeat;
	padding-top: 85px;
	background-size: auto;
}
.contact .lxcont {
	width: 80%;
	margin: 50px auto;
	overflow: hidden;
	line-height: 40px;
	font-size: 16px;
}
.contact .lxcont p {
	color: #fff;
	text-align: center;
}
.contact .lxcont h3 {
	color: #fff;
	text-align: center;
	font-size: 26px;
	line-height: 85px;
}
.contact .lxcont a {
	display: block;
	width: 150px;
	text-align: left;
	margin: 60px auto;
	color: #fff;
	background: url(../../image/ljtb.png) no-repeat right center;
}
.contact .lxcont a:hover {
	color: #43b1e1;
	background: url(../../image/ljt.png) no-repeat right center;
}
.bottom-fixed{
	display:none;}
.foot {
	display:block;
	overflow: hidden;
	padding: 60px 0 0 0;
}
.footcont {
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
}
.footcont .footlogo {
	width: 20%;
	float: left;
	padding-top: 30px;
}
.footcont .footmenu {
	width: 75%;
	float: right;
}
.footcont .footmenu ul {
	overflow: hidden;
}
.footcont .footmenu ul li {
	width: 20%;
	float: left;
}
.footcont .footmenu ul li h3 {
	color: #fff;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
}
.footcont .footmenu ul li a {
	display: block;
	width: 100%;
	line-height: 35px;
	text-align: left;
	color: #a3a3a3;
	font-size: 14px;
}
.footcont .footmenu ul li a:hover {
	color: #fff;
}
}
@media (min-width: 1200px) {
html {
	cursor: default;
}
.commonleft {
	float: left;
}
.commonright {
	float: right;
}
.visible-lg {
	display: block;
}
.hidden-lg {
	display: none;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;

}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
}
@media (min-width: 1260px) {
.commonweb {
	margin: 0px auto;
	max-width: 1200px;
	padding: 0;
}
}
.title {
	font-size: 16px;
}
.searchcont401 {
	padding: 0;
	background-color: #ffffff;
}
.searchtitle401 {
	padding: 28px 15px;
	background-color: #f2f2f2;
}
.searchtitle401 span {
	color: #f7931c;
}
.resultlist401 {
	font-size: 13px;
	padding: 3% 0;
}
.resultlist401 img {
	display: block;
	width: 100%;
	margin-bottom: 2%;
}
.resultlist401 li {
	padding: 15px 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: -1px;
}
.resultlist401 h4 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 3%;
}
.resultlist401 h4 em {
	color: #f7931c;
	font-style: normal;
}
.resultlist401 h4 a {
	display: block;
}
.resulttext401 {
	overflow: hidden;
	height: 72px;
	color: #999;
}
.resultlabel401 {
	color: #999;
	display: inline-block;
	padding-top: 30px;
}
.searchinputcont401 dt input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 12px;
	font-size: 15px;
	color: #333333;
	background-color: #ffffff;
	font-family: "myfont";
}
.searchinputcont401 dd input {
	margin-top: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	background-color: #c5112e;
	text-align: center;
	font-family:"myfont";
}
.searchinputcont401 dd input:hover {
	opacity: 0.8;
}
.keywords {
	color: #da251d;
}
@media (min-width: 768px) {
.searchtitle401 {
	font-size: 24px;
}
.resultlist401 h4 {
	font-size: 20px;
	margin-bottom: 2%;
}
.searchimg401 {
	float: left;
	margin: 0 3% 0 0;
	display: block;
	width: 200px;
	height: 150px;
	overflow: hidden;
	position: relative;
}
.resultlist401 img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	max-width: 100%;
	width: auto;
}
}
@media (min-width: 992px) {
.searchinputcont401 {
	width: 45%;
	margin: 0 auto;
}
.searchinputcont401 dt {
	float: left;
	width: 78%;
}
.searchinputcont401 dd {
	float: left;
	width: 22%;
}
.searchinputcont401 dt input {
	font-size: 16px;
}
.searchinputcont401 dd input {
	margin-top: 0;
}
.searchinputcont401 dd input {
	font-size: 16px;
	font-weight: bold;
}
.anniu1{ display:none;}
}
.loadingmore {
	display: block;
	width: 100%;
	font-size: 14px;
	background-color: #2f318b;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.loadingmore:hover {
	background-color: #4c4ea4;
}
@media (min-width: 1024px) {
.loadingmore {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
}
@media (min-width: 1200px) {
.commonweb {
	margin: 0px auto;
	max-width: 80%;
	padding-left: 0;
	padding-right: 0;
}
}
@charset "UTF-8";
@media (min-width: 1024px) {
::-webkit-scrollbar-track {
background-color: #f5f5f5;
}
  ::-webkit-scrollbar {
width: 5px;
}
  ::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.5);
-webkit-border-radius: 10px;
border-radius: 10px;
}
}
body {
	padding-top: 58px;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 199;
	height: 58px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	background-color: #131514;
}
header .commonweb {
	height: 100%;
}
.header-left {
	float: left;
	padding: 8px 0;
}
.logo {
	display: block;
	/* width: 48px; */
	height: 42px;
	overflow: hidden;
}
.logo img {
	height: 100%;
	position: relative;
}
nav {
	position: fixed;
	top: 58px;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	padding-top: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 198;
	display: none;
}
nav .firstul {
	position: relative;
}
nav .firstul .firstli {
	width: 100%;
	line-height: 40px;
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
}
nav .firstul .firstli h4 {
	position: relative;
	padding: 5px 0;
}
nav .firstul .firstli h4 a {
	font-size: 16px;
	color: #a3a3a3;
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
nav .firstul .firstli h4 a:active {
	color: #fff;
}
nav .firstul .firstli h4 .navicon {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
}
nav .firstul .firstli h4 .navicon:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	right: 10px;
	top: 50%;
	margin-top: -7px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
nav .firstul li.cur h4 .navicon:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
nav .secondul {
	padding: 0 15px 10px;
	display: none;
}
nav .secondul .secondli h5 {
	position: relative;
}
nav .secondul .secondli h5 a {
	font-size: 15px;
	color: #333;
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
nav .secondul .secondli h5 .navicon {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
}
nav .secondul .secondli h5 .navicon:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
nav .secondul .secondli.cur h5 .navicon:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
nav .thirdul {
	padding: 0 15px;
	display: none;
}
nav .thirdul .thirdli a {
	display: block;
	font-size: 14px;
	color: #333;
}
.header-right {
	float: right;
	line-height: 58px;
	font-size: 0;
	height: 100%;
}
.langmain {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding: 0 10px;
	height: 100%;
	text-align: center;
}
.langmain:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.langmain a {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #b2b2b2;
}
.langmain a:hover {
	color: #666;
}
.search-icon {
	background-image: url(../images/searchicon.png);
	background-color: #b3b3b3;
	background-position: center center;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}
.activeline {
	display: none;
}
.index-search {
	height: 100%;
	display: inline-block;
}
.index-search:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.index-search .search-box {
	position: absolute;
	overflow: hidden;
	top: 56px;
	width: 100%;
	left: 0;
	background-color: #fff;
	padding: 30px 15px;
	display: none;
	border-bottom: 1px solid #ddd;
}
.index-search .search-box input {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.index-search .search-box .search-txt {
	width: 100%;
	text-indent: 10px;
	padding-right: 60px;
	border: 1px solid #ddd;
}
.index-search .search-box .search-btn {
	position: absolute;
	width: 60px;
	top: 30px;
	right: 15px;
	z-index: 2;
	color: #fff;
	font-family:"myfont";
	background-color: #db0427;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.index-search .search-box .search-btn:active {
	background-color: #ce0627;
}
.mobnav-btn {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 30px;
	position: relative;
	margin-left: 12px;
}
.mobnav-btn span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #666;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.mobnav-btn span:first-child {
	top: 6px;
}
.mobnav-btn span:nth-child(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mobnav-btn span:last-child {
	bottom: 6px;
}
.mobnav-btn.open span:first-child {
	top: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobnav-btn.open span:nth-child(2) {
	opacity: 0;
}
.mobnav-btn.open span:last-child {
	bottom: 14px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.index-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 255px;
}
.index-banner ul li {
	overflow: hidden;
	position: relative;
}
.index-banner ul li > a {
	height: 100%;
	display: block;
	width: 100%;
}
.index-banner ul li > a > img {
	display: block;
	height: 110%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.index-banner ul li.cur .bannerword .title {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.index-banner ul li.cur .bannerword .info {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.index-banner ul li.cur .bannerword .bannermmm {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.index-banner .swiper-pagination {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
	text-align: center;
	line-height: 1;
	font-size: 0;
	z-index: 99;
}
.index-banner .swiper-pagination span {
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #e6e6e6;
	cursor: pointer;
}
.index-banner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #ffff1e;
}
.banner-font {
	position: absolute;
	top: 0%;
	height: 100%;
	left: 0;
	width: 100%;
	cursor: default;
}
.banner-font .commonweb {
	height: 100%;
	position: relative;
}
.bannermore {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	font-size: 12px;
	padding: 0 25px;
	width: auto;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
	cursor: pointer;
}
.bannermore:hover {
	opacity: 0.8;
}
.bannerword {
	position: absolute;
	width: 100%;
	top: 26.5%;
	left: 0;
	padding: 0 20px;
}
.bannerword .title {
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;

	line-height: 1.4;
	font-size: 18px;
	font-weight: bold;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
}
.bannerword .info {
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	-moz-transition: all 0.9s;
	transition: all 0.9s;
	line-height: 1.3;
	font-size: 14px;
	margin-top: 5px;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
}
.bannerword .bannermmm {
	padding-top: 12px;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	transition: all 1.2s;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
}
.bannerword01 .title {
	color: #db0427;
}
.bannerword01 .info {
	color: #db0427;
}
.bannerword01 .bannermore {
	color: #fff;
	background-color: #db0427;
}
.bannerword02 .title {
	color: #2e3645;
}
.bannerword02 .info {
	color: #2e3645;
}
.bannerword02 .bannermore {
	background-color: #2e3645;
}
.bannerword03 .title {
	color: #d75151;
	text-shadow: 0 0 4px #fff;
}
.bannerword03 .info {
	color: #fff;
}
.bannerword03 .bannermore {
	background-color: #c5112e;
}
.bannerword04 {
	top: auto;
	bottom: 14%;
	text-align: right;
}
.bannerword04 .title {
	color: #fff;
	text-shadow: 0 0 10px black;
}
.bannerword04 .info {
	color: #fff;
	text-shadow: 0 0 10px black;
}
.bannerword04 .bannermore {
	background-color: #c5112e;
}
.index-introduce {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 30px;
}
.index-introduce .textwrap {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}
.index-introduce .textwrap .text {
	padding: 0 5px;
}
.index-introduce .morewrap {
	padding-top: 30px;
}
.index-introduce .index-lookmore {
	color: #db0427;
	border-color: #db0427;
}
.index-introduce .index-lookmore:after {
	background-image: url(../images/jtred.png);
}
.index-introduce .index-lookmore:before {
	background-image: url(../images/jtwhite.png);
}
.index-introduce .index-lookmore:hover {
	background-color: #db0427;
	color: #fff;
}
.index-introduce .index-lookmore:hover:before {
	opacity: 1;
}
.index-introduce .index-lookmore:hover:after {
	opacity: 0;
}
.g-index-title {
	text-align: center;
	line-height: 1.4;
	font-size: 18px;
}
.g-index-title h3 {
	color: #ededdf;
	/* font-weight: 700; */
}
.g-index-title p {
	color: #fff;
}
/*.g-index-title {
	background: url(../../image/titlebg_12.png) no-repeat center bottom;
}*/
.lh30-font18 {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.icon-introduce {
	width: 100%;
	text-align: center;
	font-size: 0;
}
.icon-introduce li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
}
.icon-introduce li a {
	display: block;
}
.icon-introduce li .icon {
	display: block;
	margin: 0 auto;
	width: 54px;
	height: 54px;
	overflow: hidden;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	-moz-transition: all 0.9s;
	transition: all 0.9s;
}
.icon-introduce li .icon img {
	display: block;
	width: 100%;
}
.icon-introduce li .info {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	margin-top: 10px;
}
.color-red {
	color: #db0427;
}
.morewrap {
	text-align: center;
}
.index-lookmore {
	display: inline-block;
	vertical-align: top;
	position: relative;
	line-height: 32px;
	border: 1px solid transparent;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0 40px 0 15px;
}
.index-lookmore:after, .index-lookmore:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 12px;
	background-position: center center;
	background-repeat: no-repeat;
	right: 12px;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.index-lookmore:before {
	z-index: 3;
	opacity: 0;
}
.index-solut {
	padding-bottom: 20px;
}
.solut-title {
	padding-top: 8px;
	padding-bottom: 20px;
}
.solut-banner {
	width: 100%;
	overflow: hidden;
}
.solut-banner ul li {
	width: 100%;
	overflow: hidden;
}
.solut-banner ul li > a {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 192px;
}
.solut-banner ul li > a img {
	display: block;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.i-solutpos {
	padding: 10px 15px 0;
}
.i-solutpos .i-title {
	display: none;
}
.i-solutpos .p1 {
	position: relative;
	float: left;
	margin: 0 2% 0 1%;
	width: 30%;
	/* overflow: hidden; */
	border: solid 1px #a3a3a3;
}
.i-solutpos .p1 h3 {
	line-height: 80px;
	text-align: center;
}
.i-solutpos .p1 h3 a {
	color: #a3a3a3;
	display: block;
	width: 100%;
}
.i-solutpos .p1 .more {
	background: url(../../image/jt.png) no-repeat right center;
	position: absolute;
	bottom: 13%;
	right: -9%;
	display: block;
	width: 60px;
	height: 60px;
	background-size: 100%;
}
.i-solutpos .p1 .more:hover {
	background: url(../../image/jthover.png) no-repeat right center;
	background-size: 100%;
}
.i-solutpos .p1 img {
	width: 100%;
	display: block;
	width: 100%;
}
.i-solutpos .p1:hover .overlay {
  opacity: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: opacity 0.5s ease;
}
.i-solutpos .p1 h3 a:hover {
	color: #fff;
}
.i-solutinfo .i-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.i-solutinfo .text {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 72px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.i-solutinfo .morewrap {
	text-align: left;
	padding-top: 5px;
}
.i-solutinfo .morewrap .index-lookmore {
	padding-left: 0;
}
.i-solutinfo .morewrap .index-lookmore:after {
	background-image: url(../images/jtgrey.png);
}
.i-solutinfo .morewrap .index-lookmore:active {
	color: #666;
}
.solut-pagination {
	padding-top: 10px;
}
.solut-pagination ul {
	font-size: 0;
	text-align: center;
	line-height: normal;
}
.solut-pagination ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 3px;
}
.solut-pagination ul li a {
	display: block;
}
.solut-pagination ul li:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #999;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.solut-pagination ul li.swiper-pagination-bullet-active:after {
	background-color: #db0427;
}
 @media (min-width: 520px) {
.solut-banner ul li > a {
	display: block;
	width: 100%;
	overflow: hidden;
	height: auto;
}
.solut-banner ul li > a img {
	display: block;
	width: 100%;
	height: auto;
}
}
.index-news {
	padding-top: 25px;
	padding-bottom: 0px;
}
.index-news .morewrap .index-lookmore {
	border-color: #999;
}
.index-news .morewrap .index-lookmore:after {
	background-image: url(../images/jtgrey.png);
}
.index-news .morewrap .index-lookmore:before {
	background-image: url(../images/jtwhite.png);
}
.index-news .morewrap .index-lookmore:hover {
	background-color: #db0427;
	color: #fff;
	border-color: #db0427;
}
.index-news .morewrap .index-lookmore:hover:after {
	opacity: 0;
}
.index-news .morewrap .index-lookmore:hover:before {
	opacity: 1;
}
.i-newswrap {
	padding-top: 20px;
}
.indexnews-ul {
	margin-left: -15px;
	margin-right: -15px;
}
.indexnews-ul li {
	padding-left: 15px;
	padding-right: 15px;
}
.indexnews-ul li a {
	display: block;
	width: 100%;
}
.indexnews-ul li .image {
	display: block;
	width: 100%;
	overflow: hidden;
}
.indexnews-ul li .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	-moz-transition: all 0.9s;
	transition: all 0.9s;
}
.i-newsword {
	padding: 12px 15px 20px;
}
.i-newsword .title {
	font-size: 16px;
	color: #c5112e;
	font-weight: bold;
	line-height: 1.2;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i-newsword .info {
	line-height: 24px;
	height: 24px;
	width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 14px;
	color: #4c4c4c;
	margin: 4px 0;
}
.i-more .index-lookmore {
	font-style: normal;
	padding-left: 0;
}
.i-more .index-lookmore:after {
	background-image: url(../images/jtgrey.png);
}
.i-more .index-lookmore:before {
	background-image: url(../images/jtred.png);
}
/* 首页 e */
/* 底部  s */
footer {
	width: 100%;
	background-color: #333333;
	padding: 25px 0;
}
.footer-nav {
	font-size: 0;
	padding: 5px 0;
	line-height: normal;
}
.footer-nav li {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: 0 14px;
	border-left: 2px solid #818080;
	margin-bottom: 10px;
}
.footer-nav li a {
	display: block;
	font-size: 14px;
	color: #979595;
}
.footer-nav li a:hover {
	color: #eee;
}
.footer-nav li:first-child {
	padding-left: 0;
	border-left: none;
}
.copy-right {
	color: #979595;
	font-size: 12px;
	line-height: 1.4;
}
.copy-right a {
	color: #979595;
}
.copy-right a:hover {
	color: #eee;
}
/* 底部  s */
/* 产品   */
.inside-banner {
	width: 100%;
	overflow: hidden;
}
.inside-banner .image {
	width: 100%;
	overflow: hidden;
	height: 176px;
}
.inside-banner .image img {
	display: block;
	position: relative;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-70%);
	-moz-transform: translateX(-70%);
	-ms-transform: translateX(-70%);
	-o-transform: translateX(-70%);
	transform: translateX(-70%);
}
 @media (min-width: 520px) {
.inside-banner .image {
	height: 220px;
}
.inside-banner .image img {
	-webkit-transform: translateX(-64%);
	-moz-transform: translateX(-64%);
	-ms-transform: translateX(-64%);
	-o-transform: translateX(-64%);
	transform: translateX(-64%);
}
}
.inside-page {
	padding-top: 25px;
	padding-bottom: 25px;
}
.in-accordion {
	display: none;
	width: 100%;
}
.in-accordion .inli {
	width: 100%;
}
.in-accordion .inli .title {
	width: 100%;
	position: relative;
	line-height: 30px;
	font-size: 16px;
}
.in-accordion .inli .title a {
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}
.in-accordion .inli.cur .title a {
	color: #000000;
	font-weight: bold;
}
.in-accordion .inli.cur .title .in-icon:before {
	display: none;
}
.in-accordion .inli.cur .title .in-icon:after {
	background-color: #000;
}
.in-accordion .in-icon {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	position: relative;
	width: 20px;
	height: 20px;
}
.in-accordion .in-icon:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 2px;
	background-color: #999999;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.in-accordion .in-icon:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 8px;
	background-color: #999999;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.in-secondul {
	padding: 0 18px;
	display: none;
}
.in-secondul .in-secondli {
	width: 100%;
}
.in-secondul .in-secondli .sec-title {
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	padding: 6px 0;
}
.in-secondul .in-secondli .sec-title a {
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}
.in-secondul .in-secondli.cur .sec-title a {
	color: #000000;
	font-weight: bold;
}
.in-secondul .in-secondli.cur .sec-title .in-icon:before {
	display: none;
}
.in-secondul .in-secondli.cur .sec-title .in-icon:after {
	background-color: #000;
}
.in-secondul .in-icon:after {
	width: 8px;
	height: 1px;
}
.in-secondul .in-icon:before {
	width: 1px;
	height: 8px;
}
.in-third {
	padding: 0 20px;
	display: none;
}
.in-third li {
	width: 100%;
	line-height: 24px;
	padding: 2px 0;
}
.in-third li a {
	display: block;
	color: #999999;
	font-size: 14px;
}
.in-third li a:hover {
	color: #000;
}
.in-third li.cur a {
	color: #000000;
	font-weight: bold;
}
.in-protitle {
	line-height: 1.4;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.product-wrap {
	padding-top: 22px;
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.product-ul {
	margin-left: -12px;
	margin-right: -12px;
}
.product-ul li {
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 20px;
}
.product-ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.product-ul .imawrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
	position: relative;
}
.product-ul .imawrap .image {
	position: absolute;
	width: 76px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	-moz-transition: all 0.9s;
	transition: all 0.9s;
}
.product-ul .imawrap .image img {
	display: block;
	width: 100%;
}
.p-maskwrap {
	width: 100%;
	padding-top: 14px;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.p-maskwrap .mask {
	width: 100%;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	-moz-transition: all 0.9s;
	transition: all 0.9s;
}
.p-maskwrap .title {
	font-size: 16px;
	color: #41505d;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 1.3;
	margin-bottom: 6px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.p-maskwrap .info {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 24px;
	height: 96px;
	color: #4c5966;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.addwrap {
	display: none;
}
.product-details {
	width: 100%;
	overflow: hidden;
}
.proline {
	border-bottom: 1px solid #e9e9e9;
	padding: 12px 0;
	line-height: 26px;
	font-size: 14px;
}
.proline .proh4 {
	width: 100%;
	position: relative;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	position: relative;
	margin-bottom: 6px;
	padding: 0 15px;
}
.proline .proh4:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 14px;
	background-color: #db0427;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.proline .protable {
	width: 100%;
}
.proline .protext {
	padding: 0 15px;
}
.proline .procell-title {
	color: #333333;
	font-weight: bold;
}
.proline .procell-ul li {
	white-space: nowrap;
}
.proline .procell-ul li span {
	display: inline-block;
	vertical-align: top;
}
.proline .procell-ul li .name {
	min-width: 182px;
}
.proline .procell-ulmain {
	margin-bottom: 10px;
	padding: 0 15px;
}
.proline:last-child {
	border-bottom: none;
}
/* 产品   */
/* 内页公共标题  */
.in-page-title {
	color: #c5112e;

	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
 @media (min-width: 1024px) {
.in-page-title {
	font-size: 22px;
}
}
 @media (min-width: 1260px) {
.in-page-title {
	font-size: 26px;
}
}

.jinliwrap {
	width: 100%;
	overflow: hidden;
}
.jinli-ul {
	margin-left: -5px;
	margin-right: -5px;
}
.jinli-ul li {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 25px;
}
.jinli-ul li a {
	display: block;
}
.jinli-ul li .title {
	color: #4c4c4c;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 6px;
}
.jinli-ul li .imgwrap {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.jinli-ul li .imgwrap img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	-moz-transition: all 0.9s;
	transition: all 0.9s;
}
.jjimgbg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	-moz-transition: all 0.9s;
	transition: all 0.9s;
	background-color: rgba(197, 17, 46, 0.8);
	opacity: 0;
	visibility: hidden;
}
.jjimgbg span {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 28px;
	padding: 0 10px;
}

.proHonor {
	width: 100%;
	min-height: 360px;
}
.proHonor .text {
	color: #333333;
	font-size: 14px;
	line-height: 1.7;
}
.proHonor img {
	max-width: 100%;
}
.proHonor .wordimg {
	font-size: 0;
	text-align: center;
	padding-top: 15px;
}
.honorblock {
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
}
.honorblock img {
	display: inline-block;
}
.honorblock .info {
	padding-top: 12px;
	line-height: 1.4;
	color: #333333;
	font-size: 14px;
}

.in-recruitment {
	width: 100%;
}
.in-recruititle {
	color: #c5112e;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.in-recruittext {
	padding-top: 12px;
}
.reSearch-wrap {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}
.recruitwrap {
	background-color: #f2f2f2;
}
.recruitmain {
	width: 100%;
	max-width: 625px;
	margin: 0 auto;
	padding: 15px;
	position: relative;
}
.recruitmain .lebel {
	display: block;
	width: 100%;
	text-align: center;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}
.recruitmain .formbox {
	padding-top: 10px;
}
.recruitmain .formbox input {
	display: block;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
}
.recruitmain .formbox .recruit-input {
	text-indent: 10px;
	color: #333;
	border: 1px solid #cccccc;
}
.recruitmain .formbox .recruit-submit {
	color: #fff;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	background-color: #666;
	color: #fff;
	margin-top: 10px;
}
.recruitmain .formbox .recruit-submit:hover {
	background-color: #545252;
}
.recruitment {
	padding-top: 20px;
	padding-bottom: 0px;
}
.recruitmore {
	display: block;
	text-align: center;
	font-size: 14px;
	background-color: #c5112e;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 38px;
	color: #fff;
}
.recruitmore:hover {
	background-color: #ce0627;
}

.quality {
	width: 100%;
	overflow: hidden;
}
.qualititle {
	color: #c5112e;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.qualitext {
	padding-top: 10px;
}
.qualiimg-wrap {
	padding: 20px 0;
}
.qualiimg {
	font-size: 0;
}
.qualiimg li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	margin-bottom: 10px;
	width: 33.33%;
	max-width: 180px;
}
.qualiimg li img {
	display: inline-block;
	max-width: 100%;
}
.quality-main {
	padding-top: 20px;
}
.quality-ul {
	margin-left: -15px;
	margin-right: -15px;
}
.quality-ul li {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}
.quality-ul li a {
	display: block;
}
.quality-ul li .imgwrap {
	width: 100%;
	overflow: hidden;
}
.quality-ul li .imgwrap img {
	display: block;
	width: 100%;
}
.quality-ul li .imgwrap .tips {
	text-align: center;
	line-height: 40px;
}

.solutwrap {
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
}
.solut-ul {
	margin-left: -5px;
	margin-right: -5px;
}
.solut-ul li {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.solut-ul li a {
	display: block;
	width: 100%;
	background-color: #f5f5f5;
}
.solut-ul li .infowrap {
	padding: 10px 10px 14px;
	font-size: 0;
}
.solut-ul li .image {
	display: block;
	width: 100%;
	overflow: hidden;
}
.solut-ul li .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	-moz-transition: all 0.9s;
	transition: all 0.9s;
}
.solut-ul li .title {
	color: #333333;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.solut-ul li .info {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 100%;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 24px;
	font-size: 13px;
	color: #4f4f4f;
	height: 48px;
	margin: 8px 0;
}
.solut-ul li .more {
	display: inline-block;
	vertical-align: bottom;
	font-style: normal;
	color: #4f4f4f;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 22px;
	position: relative;
	font-size: 13px;
	padding-right: 20px;
}
.solut-ul li .more:after, .solut-ul li .more:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.solut-ul li .more:after {
	background-image: url(../images/jright.png);
	opacity: 1;
}
.solut-ul li .more:before {
	background-image: url(../images/jright02.png);
	opacity: 0;
}
.solut-article img {
	max-width: 100%;
}
.solut-arthead {
	text-align: center;
}
.solut-artmain {
	padding: 15px 0;
}
.solut-artmain .text {
	color: #666;
}
.solut-dots li {
	width: 100%;
	position: relative;
	padding: 0 18px;
}
.solut-dots li:before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #333333;
	position: absolute;
	left: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 10px;
}
.solut-artfoot {
	text-align: right;
}
.artres {
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 0 30px;
	background-color: #db0427;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.artres:hover {
	background-color: #ce0627;
}
.hj-good {
	padding-top: 24px;
}

.statement {
	min-height: 400px;
}
.statement h3 {
	text-align: center;
}
.statement .text {
	padding-top: 20px;
}
.in-contact {
	width: 100%;
}
.in-contact .item {
	width: 100%;
	position: relative;
}
.in-contact .item:first-child {
	padding-bottom: 40px;
}
.contact-ul {
	padding: 20px 0;
}
.contact-ul li {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
.contact-ul li:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.contact-ul li .icon {
	width: 34px;
	height: 34px;
	overflow: hidden;
	float: left;
}
.contact-ul li .icon img {
	display: block;
	width: 100%;
	height: 100%;
}
.contact-ul li .info {
	width: 100%;
	padding-left: 45px;
	min-height: 34px;
	font-size: 0;
}
.contact-ul li .info > * {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.contact-ul li .info > * a {
	color: #333;
}
.baidumap {
	height: 320px;
}
.contact-ul01 li.li02 .info {
	line-height: 34px;
}
.contact-ul01 li.li03 .info {
	line-height: 34px;
}
.contact-ul02 li.li01 .info {
	line-height: 34px;
}
.contact-ul02 li.li02 .info {
	line-height: 34px;
}
.contact-ul02 li.li03 .info {
	line-height: 34px;
}
.contact-ul02 li.li05 .info {
	line-height: 34px;
}

.increment {
	width: 100%;
}
.increment-ul > li {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.increment-ul > li .le .icon {
	display: block;
	width: 100%;
	height: 65px;
	position: relative;
	background-color: #f5f5f5;
	margin: 0 auto;
}
.increment-ul > li .le .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: 60.5%;
}
.increment-ul > li .rh {
	padding-top: 8px;
}
.suolve {
	width: 100%;
}
.suolve .text {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-height: 120px;
}
.incre {
	width: 100%;
}
.incre h3 {
	padding-bottom: 5px;
}
.incretext {
	width: 100%;
	overflow: hidden;
}
.showalltext .uu li {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-left: 12px;
}
.showalltext .uu li:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #666;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 10px;
	left: 0;
}
.increbtn {
	padding-top: 10px;
	font-size: 0;
}
.increbtn .btns {
	vertical-align: top;
	font-size: 14px;
	color: #db0427;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	display: none;
	padding-right: 15px;
}
.increbtn .btns:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	background: url(../images/insmore.png) no-repeat scroll 0 0;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.increbtn .more {
	display: inline-block;
}
.showalltext {
	display: none;
}
.increment-ul > li[dataid="id3"] .suolve {
	display: none !important;
}
.increment-ul > li[dataid="id3"] .showalltext {
	display: block !important;
}
.increment-ul > li[dataid="id3"] .increbtn {
	display: none !important;
}
/* 增值服务 e */
/* 新闻中心 s */
.in-newscenter {
	min-height: 420px;
	width: 100%;
	overflow: hidden;
}
.newscenter-ul {
	margin-left: -12px;
	margin-right: -12px;
}
.newscenter-ul li {
	padding-left: 12px;
	padding-bottom: 12px;
	margin-bottom: 14px;
}
.newscenter-ul li a {
	display: block;
	width: 100%;
}
.newscenter-ul li .title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 8px;
	width: 100%;
}
.newscenter-ul li .image {
	width: 100%;
	overflow: hidden;
}
.newscenter-ul li .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	-moz-transition: all 0.9s;
	transition: all 0.9s;
}
/* 新闻中心 e */
.accordtitle {
	display: none;
}
 @media (max-width: 1023px) {
.accordionwrap {
	width: 100%;
	position: relative;
	z-index: 122;
	padding-bottom: 25px;
}
.accordtitle {
	text-align: center;
	background-color: #db0427;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.accordtitle:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -10px;
	margin-left: 10px;
}
.in-accordion {
	display: none;
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 42px;
	max-height: 320px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #ddd;
	border-top: none;
	padding: 15px;
}
.in-accordion .inli .title {
	padding: 5px 0;
}
}
@media (max-width:820px) {
	.anniu1{
		display:block;
		margin-bottom:50px;
		text-align:center;}}
 @charset "UTF-8";
@media (min-width: 768px) { /*banner*/
.index-banner {
	height: auto;
}
.index-banner ul li > a > img {
	height: auto;
	top: 0;
	width: 100%;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	left: 0;
}
.bannerword .title {
	font-size: 22px;
}
.bannerword .info {
	font-size: 18px;
	margin-top: 5px;
}
.bannerword .bannermmm {
	padding-top: 20px;
}
/*banner*/
  /* 首页  s*/
.g-index-title {
	font-size: 22px;
	/* background: none; */
}
.icon-introduce li {
	max-width: 242px;
}
.icon-introduce li .icon {
	width: 78px;
	height: 78px;
}
/* 首页  e*/
.inside-banner .image {
	height: auto;
}
.inside-banner .image img {
	width: 100%;
	left: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.proline .protable {
	font-size: 0;
}
.proline .procell-ulmain {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: 0px;
}
/* 产品荣誉 */
.proHonor .text {
	font-size: 16px;
}
.honorblock {
	padding: 0 15px;
}
.honorblock .info {
	font-size: 16px;
}
/* 产品荣誉 */
.recruitwrap {
	padding: 22px 0;
}
.recruitmain {
	padding: 0;
}
.recruitmain .lebel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	line-height: 44px;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}
.recruitmain .formbox {
	padding-top: 0px;
	padding-left: 100px;
	position: relative;
}
.recruitmain .formbox input {
	font-size: 16px;
}
.recruitmain .formbox .recruit-input {
	padding-right: 150px;
}
.recruitmain .formbox .recruit-submit {
	margin-top: 0px;
	position: absolute;
	top: 0;
	right: 0;
	width: 146px;
	margin-top: 1px;
	text-align: left;
	padding-left: 48px;
	background-image: url(../images/bruit01.png);
	background-repeat: no-repeat;
	background-position: 16px center;
}
}
 @charset "UTF-8";
@media (min-width: 1024px) { /*banner s*/
.index-banner .swiper-pagination {
	bottom: 4.5%;
}
.index-banner .swiper-pagination span {
	width: 14px;
	height: 14px;
}
.bannermore {
	line-height: 40px;
	font-size: 16px;
	padding: 0 36px;
}
.bannerword {
	padding: 0 40px;
}
.bannerword .title {
	font-weight: normal;
}
.bannerword .info {
	margin-top: 12px;
}
.bannerword .bannermmm {
	padding-top: 30px;
}
.bannerword01 .title {
	font-size: 36px;
}
.bannerword01 .info {
	font-size: 28px;
}
.bannerword02 .title {
	font-size: 32px;
}
.bannerword02 .info {
	font-size: 22px;
}
.bannerword03 .title {
	font-size: 32px;
}
.bannerword03 .info {
	font-size: 22px;
}
.bannerword04 {
	top: auto;
	bottom: 14%;
	text-align: right;
}
.bannerword04 .title {
	font-size: 32px;
}
.bannerword04 .info {
	font-size: 22px;
	margin-top: 8px;
}
/*banner e*/
body {
	padding-top: 84px;
}
/* 头部  s */
header {
	padding-top: 16px;
	height: 84px;
}
header .commonweb {
	position: relative;
}
 @-webkit-keyframes scrolldown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
 opacity: 0;
}
 100% {
-webkit-transform: translateY(0%);
transform: translateY(0%);
 opacity: 1;
}
}
 @-moz-keyframes scrolldown {
0% {
-moz-transform: translateY(-100%);
transform: translateY(-100%);
 opacity: 0;
}
 100% {
-moz-transform: translateY(0%);
transform: translateY(0%);
 opacity: 1;
}
}
 @-o-keyframes scrolldown {
0% {
-o-transform: translateY(-100%);
transform: translateY(-100%);
 opacity: 0;
}
 100% {
-o-transform: translateY(0%);
transform: translateY(0%);
 opacity: 1;
}
}
 @keyframes scrolldown {
0% {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
 opacity: 0;
}
 100% {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
 opacity: 1;
}
}
header.scroll {
	-webkit-animation: scrolldown 0.6s 1;
	-moz-animation: scrolldown 0.6s 1;
	-o-animation: scrolldown 0.6s 1;
	animation: scrolldown 0.6s 1;
	background-color: #000;
}
.header-left {
	float: none;
	padding: 0;
	width: 100%;
	padding-right: 120px;
}
.logo {
	height: 60px;
	float: left;/* margin-top: 10px; */
}
nav {
	position: static;
	width: auto;
	background-color: transparent;
	padding-top: 0px;
	display: block;
	float: right;
	overflow: inherit;
}
nav .firstul .firstli {
	width: auto;
	line-height: normal;
	padding: 0px;
	border-bottom: none;
	min-width: 90px;
	text-align: center;
	margin: 0 12px;
	float: left;
	position: relative;
}
nav .firstul .firstli[rel="3"] .secondul {
	width: 190%;
}
nav .firstul .firstli:hover h4 a {
	color: #fff;
}
nav .firstul .firstli:hover ul.secondul {
	visibility: visible;
	opacity: 1;
}
nav .firstul .firstli h4 {
	position: relative;
	padding: 0;
	line-height: 30px;
}
nav .firstul .firstli h4 a {
	padding: 19px 0;
}
nav .firstul .firstli h4 .navicon {
	display: none;
}
nav .firstul .firstli.pccur h4 a {
	color: #db0427;
}
nav .secondul {
	padding: 0;
	display: block;
	position: absolute;
	background-color: rgb(0 0 0);
	border-top: solid 3px #fcfd2b;
	left: 50%;
	width: 150%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-bottom: 5px;
	-webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 0;
	visibility: hidden;
}
nav .secondul .secondli {
	line-height: 40px;
	position: relative;
}
nav .secondul .secondli:hover h5 a {
	color: #fff;
}
nav .secondul .secondli:hover h5 .navicon:after {
	border-color: #db0427;
}
nav .secondul .secondli:hover > a {
	color: #db0427;
}
nav .secondul .secondli:hover ul.thirdul {
	opacity: 1;
	visibility: visible;
}
nav .secondul .secondli h5 {
	text-align: center;
}
nav .secondul .secondli h5 a {
	font-size: 15px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	color: #a3a3a3;
}
nav .secondul .secondli h5 .navicon {
	width: 17%;
}
nav .secondul .secondli h5 .navicon:after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
nav .thirdul {
	padding: 0px;
	display: block;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	left: 100%;
	min-width: 172px;
	top: 0;
	-webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
	padding-bottom: 5px;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 0;
	visibility: hidden;
}
nav .thirdul .thirdli:hover a {
	color: #db0427;
}
nav .thirdul .thirdli a {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.header-right {
	float: none;
	position: absolute;
	top: 0;
	right: 40px;
	line-height: 68px;
	width: 120px;
	white-space: nowrap;
}
.langmain {
	font-size: 0px;
	padding: 0 11px 0 13px;
	height: 100%;
	text-align: center;
}
.langmain a {
	font-size: 18px;
}
.langmain .langEn {
	margin-right: 5px;
}
.index-search .search-box {
	top: 68px;
	width: 300px;
	left: auto;
	right: 0;
	padding: 15px 10px;
	border-bottom: none;
	-webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
	display: none;
}
.index-search .search-box .search-txt {
	width: 100%;
	text-indent: 10px;
	padding-right: 60px;
	border: 1px solid #ddd;
}
.index-search .search-box .search-btn {
	right: 10px;
	top: 15px;
}
.index-search .search-box .search-btn:hover {
	background-color: #ce0627;
}
.mobnav-btn {
	display: none;
}
.activeline {
	position: absolute;
	width: 90px;
	height: 8px;
	background: url(../images/activeline.png) no-repeat scroll 0 0;
	-o-background-size: cover;
	background-size: cover;
	left: 0;
	bottom: 0;
	display: block;
}
/* 头部 e */
  /* 首页  */
.index-introduce {
	padding-top: 60px;
	padding-bottom: 65px;
}
.index-introduce .textwrap {
	padding-top: 30px;
	padding-bottom: 50px;
}
.index-introduce .textwrap .text {
	padding: 0 60px;
}
.g-index-title {
	font-size: 22px;
	padding-bottom: 23px;
}
.lh30-font18 {
	font-size: 16px;
	line-height: 30px;
}
.icon-introduce li:hover .icon {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.icon-introduce li .icon {
	width: 86px;
	height: 86px;
}
.icon-introduce li .info {
	font-size: 16px;
}
.index-lookmore {
	font-size: 14px;
	padding: 0 50px 0 20px;
}
.index-lookmore:after, .index-lookmore:before {
	right: 20px;
}
.solut-title {
	padding-bottom: 30px;
}
.i-solutpos {
	padding: 15px 25px 0;
}
.i-solutinfo .i-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.i-solutinfo .text {
	height: 92px;
}
.solut-pagination {
	padding-top: 15px;
}
.solut-pagination ul li {
	padding: 0 5px;
	cursor: pointer;
}
.solut-pagination ul li:after {
	width: 13px;
	height: 13px;
}
.index-news {
	padding-top: 45px;
	padding-bottom: 50px;
	overflow: hidden;
}
.i-newswrap {
	padding-top: 40px;
}
.indexnews-ul li a:hover .image 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);
}
.indexnews-ul li a:hover .i-more .index-lookmore {
	color: #db0427;
}
.indexnews-ul li a:hover .i-more .index-lookmore:after {
	opacity: 0;
}
.indexnews-ul li a:hover .i-more .index-lookmore:before {
	opacity: 1;
}
.i-newsword {
	padding: 16px 18px 0px;
}
.i-newsword .title {
	font-size: 20px;
}
.i-newsword .info {
	font-size: 16px;
	margin: 8px 0;
}
/* 首页 e */
  /* 底部  s */
footer {
	padding: 30px 0;
}
.footer-nav {
	text-align: center;
}
.copy-right {
	text-align: center;
	font-size: 14px;
}
/* 底部  s */
  /* 产品   */
.inside-page {
	padding-top: 50px;
	padding-bottom: 50px;
}
.page-left {
	float: left;
	width: 174px;
}
.in-accordion {
	display: block;
}
.page-right {
	padding-top: 0px;
	overflow: hidden;
}
.in-accordion .inli:hover .title a {
	color: #000;
}
.in-secondul .in-secondli .sec-title {
	font-size: 16px;
	white-space: nowrap;
}
.in-secondul .in-secondli:hover .sec-title a {
	color: #000;
}
.in-third li {
	padding: 6px 0;
}
.in-third li a {
	font-size: 16px;
}
/*   .in-protitle { font-size: 20px; } */
.in-protitle {
	font-size: 17px;
}
.product-wrap {
	padding-top: 36px;
}
.product-ul li {
	margin-bottom: 24px;
}
.product-ul li a {
	position: relative;
}
.product-ul li a:hover .imawrap .image {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product-ul li a:hover .p-maskwrap {
	background-color: rgba(197, 17, 46, 0.8);
}
.product-ul li a:hover .p-maskwrap .mask {
	max-height: 100%;
}
.product-ul li a:hover .p-maskwrap .title {
	color: #fff;
}
.product-ul li a:hover .p-maskwrap .info {
	color: #fff;
}
.product-ul .imawrap {
	height: 240px;
	background-color: #ededed;
}
.product-ul .imawrap .image {
	width: 110px;
	top: 0;
	-webkit-transform: translate(-50%, 20px);
	-moz-transform: translate(-50%, 20px);
	-ms-transform: translate(-50%, 20px);
	-o-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
}
.p-maskwrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 30px 20px 15px;
	background-color: rgba(197, 17, 46, 0);
}
.p-maskwrap .mask {
	position: absolute;
	bottom: 15px;
	width: 100%;
	right: 0;
	padding: 0 20px;
	overflow: hidden;
	max-height: 80px;
}
.p-maskwrap .title {
	font-size: 20px;
}
.p-maskwrap .info {
	line-height: 26px;
	height: 104px;
	font-size: 16px;
}
.addwrap {
	display: block;
	text-align: center;
	padding: 12px 0;
}
.addwrap .p-addicon {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	background: url(../images/addicon.png) no-repeat scroll 0 0;
	-o-background-size: cover;
	background-size: cover;
}
.proline {
	padding: 24px 0;
	line-height: 32px;
	font-size: 16px;
}
.proline .proh4 {
	font-size: 20px;
	margin-bottom: 12px;
	padding: 0 30px;
}
.proline .proh4 {
	font-size: 18px;
}
.proline .proh4:before {
	width: 4px;
	height: 24px;
}
.proline .protext {
	padding: 0 30px;
}
.proline .procell-ul li .name {
	min-width: 254px;
}
.proline .procell-ulmain {
	padding: 0 30px;
	font-size: 16px;
}
/* 产品   */
  /* 关于金利 */
.jinli-ul {
	margin-left: -12px;
	margin-right: -12px;
}
.jinli-ul li {
	padding-left: 12px;
	padding-right: 12px;
}
.jinli-ul li a:hover .imgwrap 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);
}
.jinli-ul li a:hover .jjimgbg {
	opacity: 1;
	visibility: visible;
}
/*  .jinli-ul li .title { font-size: 20px; padding-bottom: 12px; }*/
.jinli-ul li .title {
	padding-bottom: 12px;
}
/* 关于金利 */
  /* 产品荣誉 */
.proHonor .text {
	font-size: 18px;
}
.proHonor .wordimg {
	padding-top: 30px;
}
.honorblock {
	padding: 0 30px;
}
.honorblock .info {
	font-size: 18px;
}
/* 产品荣誉 */
  /* 人才招聘  s */
.in-recruititle {
	font-size: 22px;
}
.in-recruittext {
	padding-top: 20px;
}
.reSearch-wrap {
	padding-top: 20px;
	padding-bottom: 25px;
}
.recruitmain .lebel {
	font-size: 18px;
}
.recruitmain .formbox .recruit-submit {
	font-size: 18px;
}
.recruitment {
	padding-top: 25px;
	padding-bottom: 20px;
}
.recruitmore {
	font-size: 16px;
	line-height: 44px;
}
/* 人才招聘 e */
  /*质量体系 s*/
.qualititle {
	font-size: 22px;
}
.qualitext {
	padding-top: 20px;
}
.qualiimg-wrap {
	padding: 36px 0 22px;
}
.qualiimg {
	font-size: 0;
	padding: 0 5px;
}
.qualiimg li {
	padding: 0 15px;
	margin-bottom: 15px;
}
.quality-main {
	padding-top: 35px;
}
.quality-ul li {
	margin-bottom: 30px;
}
.quality-ul li a {
	cursor: default;
}
.quality-ul li .imgwrap {
	position: relative;
}
.quality-ul li .imgwrap .tips {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	line-height: 48px;
}
/*质量体系 e*/
  /*行业解决方案 s*/
.solutwrap {
	padding-bottom: 25px;
}
.solut-ul {
	margin-left: -12px;
	margin-right: -12px;
}
.solut-ul li {
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
}
.solut-ul li a:hover .image 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);
}
.solut-ul li a:hover .more {
	color: #db0427;
}
.solut-ul li a:hover .more:after {
	opacity: 0;
}
.solut-ul li a:hover .more:before {
	opacity: 1;
}
.solut-ul li .infowrap {
	padding: 12px 20px 20px;
}
.solut-ul li .title {
	font-size: 20px;
}
.solut-ul li .info {
	line-height: 26px;
	font-size: 16px;
	height: 52px;
	margin: 12px 0;
}
.solut-ul li .more {
	font-size: 16px;
	padding-right: 25px;
}
.solut-ul li .more:after, .solut-ul li .more:before {
	width: 18px;
	height: 18px;
}
.solut-artmain {
	padding: 34px 0;
}
.artres {
	font-size: 16px;
	padding: 0 38px;
}
/*行业解决方案 e*/
  /* 联系合金 s */
.statement .text {
	padding-top: 30px;
}
.in-contact .item .tt {
	width: 50%;
}
.in-contact .item .mm {
	width: 50%;
}
.in-contact .item:first-child {
	padding-bottom: 70px;
}
.in-contact .item:nth-child(odd) .tt {
	float: left;
	padding-right: 18px;
}
.in-contact .item:nth-child(odd) .mm {
	float: right;
	padding-left: 18px;
}
.in-contact .item:nth-child(even) .tt {
	float: right;
	padding-left: 18px;
}
.in-contact .item:nth-child(even) .mm {
	float: left;
	padding-right: 18px;
}
.in-contact .item:nth-child(even) .baidumap {
	height: 450px;
}
.contact-ul {
	padding-top: 25px;
	padding-bottom: 0;
}
.contact-ul li {
	margin-bottom: 14px;
}
.contact-ul li .icon {
	width: 50px;
	height: 50px;
	margin-top: 3px;
}
.contact-ul li .info {
	padding-left: 65px;
	min-height: 50px;
}
.contact-ul li .info > * {
	font-size: 16px;
	line-height: 30px;
}
.baidumap {
	height: 360px;
	width: 100%;
}
.contact-ul01 li.li02 .info {
	line-height: 54px;
}
.contact-ul01 li.li03 .info {
	line-height: 54px;
}
.contact-ul02 li.li01 .info {
	line-height: 54px;
}
.contact-ul02 li.li02 .info {
	line-height: 54px;
}
.contact-ul02 li.li03 .info {
	line-height: 54px;
}
.contact-ul02 li.li05 .info {
	line-height: 54px;
}
/* 联系合金 e  */
  /* 增值服务 s */
.increment-ul > li .le {
	float: left;
}
.increment-ul > li .le .icon {
	width: 170px;
	height: 170px;
}
.increment-ul > li .rh {
	padding-left: 190px;
	padding-top: 0px;
}
.increment-ul > li.nomore .suolve .text {
	-webkit-line-clamp: 4;
	height: 120px;
	max-height: 120px;
}
.increment-ul > li.nomore .increbtn {
	display: none;
}
.suolve .text {
	-webkit-line-clamp: 3;
	height: 90px;
	max-height: 90px;
}
.incre {
	overflow: hidden;
}
.incre h3 {
	padding: 7px 0;
}
.increbtn {
	font-size: 0;
}
.increbtn .btns {
	font-size: 16px;
}
.increbtn .btns:hover {
	color: #ce0627;
}
.increbtn .btns:hover:after {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}
.showalltext .uu li:before {
	top: 12px;
}
/* 增值服务 e */
  /* 新闻中心 s */
.newscenter-ul li {
	margin-bottom: 24px;
}
.newscenter-ul li a:hover .image 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);
}
.newscenter-ul li .title {
	font-size: 18px;
	padding-bottom: 12px;
}
/* 新闻中心 e */ }
 @charset "UTF-8";
@media (min-width: 1260px) { /*banner s*/
.bannermore {
	line-height: 45px;
	font-size: 20px;
	padding: 0 45px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.bannerword {
	padding: 0px;
}
.bannerword .bannermmm {
	padding-top: 40px;
}
.bannerword01 .title {
	font-size: 40px;
}
.bannerword01 .info {
	font-size: 32px;
}
.bannerword02 .title {
	font-size: 34px;
}
.bannerword02 .info {
	font-size: 22px;
}
.bannerword03 .title {
	font-size: 34px;
}
.bannerword03 .info {
	font-size: 22px;
}
.bannerword04 .title {
	font-size: 36px;
}
.bannerword04 .info {
	font-size: 36px;
}
/*banner e*/
  /* 头部  s */
.logo {
	width: auto;
}
.header-right {
	right: 0px;
}

.index-introduce {
	padding-top: 78px;
	padding-bottom: 85px;
}
.index-introduce .textwrap {
	padding-top: 40px;
	padding-bottom: 65px;
}
.g-index-title {
	font-size: 26px;
	padding: 0 0 25px 0;
}
.g-index-title p {
	font-size: 16px;
}
.lh30-font18 {
	font-size: 18px;
}
.icon-introduce li .info {
	font-size: 18px;
}
.index-lookmore {
	font-size: 16px;
}
.index-solut {
	padding-bottom: 0px;
	width: 100%;
	margin-top: 60px;
}
.solut-title {
	width: 100%;
	left: 0;
	z-index: 66;
	padding: 0;
}
.solut-title .g-index-title {
	color: #fff;
}
.solut-banner {
	position: relative;
	z-index: 55;
}
.solut-banner ul li {
	position: relative;
	border-top: solid 5px #ffff1e;
	margin-top: 80px;
	padding-top: 70px;
}
.solut-banner ul li > a {
	height: 550px;
}
.solut-banner ul li > a img {
	width: auto;
	height: 100%;
}
.i-solutpos {
	padding: 0;
	/* position: absolute; */
	bottom: 0;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.i-solutinfo {
	padding: 0px 175px 0;
	max-width: 1200px;
	margin: 0 auto;
}
.i-solutinfo .i-title {
	display: none;
}
.i-solutinfo .text {
	color: #fff;
}
.i-solutinfo .morewrap {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 50px;
}
.i-solutinfo .morewrap .index-lookmore {
	border-color: #959b8c;
	padding-left: 20px;
	color: #fff;
}
.i-solutinfo .morewrap .index-lookmore:after {
	background-image: url(../images/jtwhite.png);
}
.i-solutinfo .morewrap .index-lookmore:before {
	background-image: url(../images/jtred.png);
}
.i-solutinfo .morewrap .index-lookmore:hover {
	border-color: #db0427;
	background-color: #db0427;
	color: #fff;
}
.solutpa-pos {
	top: 38.7%;
	left: 0;
	width: 100%;
	z-index: 66;
}
.solut-pagination {
	padding-top: 0px;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	position: relative;
}
.solut-pagination:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #fff;
	bottom: 11px;
	left: 0;
	z-index: 1;
}
.solut-pagination ul {
	font-size: 22px;
	position: relative;
	white-space: nowrap;
	margin-left: -63px;
	margin-right: -63px;
}
.solut-pagination ul li {
	padding: 0 25px 40px;
	position: relative;
	z-index: 2;
	width: 20%;
}
.solut-pagination ul li a {
	line-height: 34px;
	color: #fff;
}
.solut-pagination ul li:after {
	height: 14px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 5px;
}
.solut-pagination ul li.swiper-pagination-bullet-active a {
	color: #db0427;
	font-size: 26px;
}
.solut-pagination ul li.swiper-pagination-bullet-active:after {
	width: 24px;
	height: 25px;
	bottom: 0;
}
.index-news {
	padding-top: 40px;
	padding-bottom: 15px;
	overflow: hidden;
}
.i-newsword .title {
	font-size: 24px;
}
.i-newsword .info {
	font-size: 18px;
}
.indexnews-ul li .image {
	max-height: 275px;
}

/*.footer-left {
	float: left;
}
.footer-right {
	float: right;
}
.footer-nav {
	text-align: left;
}
.footer-nav li {
	margin-bottom: 0px;
}
.copy-right {
	text-align: right;
}
*/

/*.product-ul .imawrap {
	height: 270px;
}
.product-ul .imawrap .image {
	width: 130px;
	-webkit-transform: translate(-50%, 30px);
	-moz-transform: translate(-50%, 30px);
	-ms-transform: translate(-50%, 30px);
	-o-transform: translate(-50%, 30px);
	transform: translate(-50%, 30px);
}
.p-maskwrap .mask {
	max-height: 86px;
}
.p-maskwrap .title {
	font-size: 24px;
}
.p-maskwrap .info {
	font-size: 18px;
}
.addwrap {
	padding: 18px 0;
}
.addwrap .p-addicon {
	width: 40px;
	height: 40px;
}
.proline {
	line-height: 36px;
	font-size: 18px;
}

.proline .procell-ul li .name {
	min-width: 330px;
}

.in-recruititle {
	font-size: 26px;
}*/
.in-recruittext {
	padding-top: 28px;
}
.recruitmain .lebel {
	font-size: 20px;
}
.recruitmain .formbox .recruit-submit {
	font-size: 20px;
}
.recruitmore {
	font-size: 18px;
	line-height: 50px;
}

.qualititle {
	font-size: 26px;
}

.solut-ul li .infowrap {
	padding: 17px 20px 32px;
}
.solut-ul li .title {
	font-size: 24px;
}
.solut-ul li .info {
	font-size: 18px;
}
.solut-ul li .more {
	font-size: 18px;
}

.contact-ul li .info > * {
	font-size: 17px;
}
}
 @media (min-width: 1400px) {
.bannerword01 .title {
	font-size: 60px;
}
.bannerword01 .info {
	font-size: 48px;
}
.bannerword02 .title {
	font-size: 48px;
}
.bannerword02 .info {
	font-size: 30px;
}
.bannerword03 .title {
	font-size: 48px;
}
.bannerword03 .info {
	font-size: 30px;
}
.bannerword04 .title {
	font-size: 50px;
}
.bannerword04 .info {
	font-size: 50px;
}
.solut-title {
}
.solut-banner ul li > a {
	height: 650px;
}
.i-solutinfo .morewrap {
	padding-top: 35px;
	padding-bottom: 100px;
}
.solutpa-pos {
	top: 25.7%;
	margin-top: 66px;
}
}
/*.aside {
	position: fixed;
	width: 50px;
	z-index: 180;
	right: 2%;
	bottom: 140px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.aside .item {
	width: 100%;
	margin-bottom: 1px;
	display: none;
}
.aside .aside-item {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #c5112e;
	background-repeat: no-repeat;
	-o-background-size: auto;
	background-size: auto;
	background-position: 0 0;
	-webkit-transition: background-color .15s;
	-o-transition: background-color .15s;
	-moz-transition: background-color .15s;
	transition: background-color .15s;
	background-position: 0 -50px;
}
.aside .scrolltop {
	display: block;
}
.aside .scrolltop .aside-item {
	background-color: #c5112e;
}*/
 @media (min-width: 1024px) {

}
 @charset "UTF-8";

 @media (min-width: 1024px) {

}
 @media (min-width: 768px) {

}
 @media (min-width: 1024px) {
 
/* 翻转新闻  */
.in-newsul li {
	padding-left: 18px;
	padding-right: 18px;
}
.in-newsface {
	padding: 100px 26px 44px;
}
.in-newsface .title {
	font-size: 20px;
	line-height: 30px;
	max-height: 60px;
	height: 60px;
}
.in-newsback .img {
	height: auto;
	min-height: 250px;
}
.in-newsback .img img {
	position: static;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.in-newsuljs .in-newsback .ww {
	padding: 18px 26px;
}
.in-newsuljs .in-newsface .info {
	margin: 25px 0;
}
}
 @media (min-width: 1260px) {

}

 @media (min-width: 768px) {
.art-return {
	padding-right: 150px;
}
.art-return .ahome {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	line-height: 48px;
	font-size: 16px;
}

}
 @media (min-width: 1024px) {
.in-arthead {
	padding-bottom: 30px;
}
.in-arthead h1 {
	font-size: 30px;
	margin-bottom: 14px;
}
.in-arthead .time {
	font-size: 24px;
}
.in-artmain {
	padding: 30px 0;
}
.in-artfooter {
	padding-bottom: 30px;
}
.in-artedit .image {
	float: right;
	width: 395px;
	margin-bottom: 0;
}
.in-artedit .text {
	overflow: hidden;
	padding-right: 20px;
}
}
 @media (min-width: 1260px) {
.in-arthead h1 {
	font-size: 36px;
}
.in-artmain {
	padding: 48px 0;
}
.art-return a.abtn span {
	font-size: 16px;
}
.art-return a.abtn .spnum {
	width: 68px;
}
.art-return a.abtn .timu {
	padding-left: 68px;
}
}

 @media (min-width: 768px) {
.recruitbg:after, .recruitbg:before {
	width: 30px;
	height: 30px;
}
}
 @media (min-width: 1024px) {
.recruit-ul .tp, .recruit-ul .bt {
	padding-left: 125px;
	padding-right: 100px;
}
.recruit-ul .tp .title span {
	font-size: 18px;
}
.recruit-ul .tp .title .time {
	position: absolute;
	width: 125px;
	left: 0;
	top: 15px;
	text-align: center;
	overflow: hidden;
}
.recruit-ul .tp .info > *, .recruit-ul .tp .info P {
	font-size: 18px;
	margin-right: 30px;
	padding: 2px 0;
}
.recruit-ul .bt .showtxt .timu {
	font-size: 16px;
}
.recruit-ul .bt .showtxt .txt {
	font-size: 16px;
	margin: 20px 0;
}
.recruit-ul .bt .sendto {
	padding-top: 20px;
	padding-bottom: 40px;
}
.recruit-ul .bt .sendto .link {
	font-size: 16px;
}
.recruitbg {
	width: 100px;
}
.recruitbg:after, .recruitbg:before {
	width: 36px;
	height: 36px;
}
}
 @media (min-width: 1260px) {
.recruit-ul .tp, .recruit-ul .bt {
	padding-left: 155px;
	padding-right: 130px;
}
.recruit-ul .tp .title .time {
	width: 155px;
}
.recruit-ul .bt .showtxt .timu {
	font-size: 18px;
}
.recruit-ul .bt .showtxt .txt {
	font-size: 18px;
}
.recruitbg {
	width: 130px;
}
}
 @charset "UTF-8";
 @media (min-width: 767px) {

}

@media (max-width:767px) {

}

.lang-icon {
	color: #a3a3a3;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	background-position: center center;
}
.index-lang {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	z-index:10000;
}
.index-lang .lang-icon {
	
}
.index-lang .lang {
	position: absolute;
	display: none;
	top: 54px;
	width: 100%;
	left: 0;
	background-color: #fff;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	z-index:10000;
}
.index-lang.hover .lang{ display:block;}

.index-lang .lang a {
	display: block;
	width: 100%;
	color: #333;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	font-size: 14px;
}
 .lang .show{
    display: block;
 }
.bannerword01 .title {
	text-shadow: 1px 1px 4px #fff;
}
.bannerword01 .info {
	text-shadow: 1px 1px 4px #fff;
}
.banner-player {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: auto;
	text-align: left;
	line-height: 1;
	font-size: 0;
	z-index: 100;
}
.index-banner .swiper-pagination {
	line-height: 18px;
}
.index-banner .swiper-pagination span {
	vertical-align: middle;
}
.banner-player .btn {
	border-radius: 50%;
	background-color: #e6e6e6;
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.banner-player .btn:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: url(../images/bo01.png) scroll 0 0;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -7px;
	opacity: 0;
	transition: all 0.3s;
}
.banner-player .btn:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: url(../images/bo02.png) scroll 0 0;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -7px;
	opacity: 1;
	transition: all 0.3s;
}
.banner-player.on .btn:before {
	opacity: 0;
}
.banner-player.on .btn:after {
	opacity: 1;
}

 @media (max-width:767px) {
.no-result .content2 h2 img {
	display: block;
	margin: 0 auto;
}
}
 @media (min-width:1024px) {
.banner-player {
	bottom: 4.5%;
}
.header-left {
	padding-right: 90px;
}
.header-right {
	text-align: right;
	width: 90px;
}
.index-lang {
	margin-right: 15px;
}
.lang-icon {
	margin-top: 20px;
	margin-bottom: 18px;
	font-size: 16px;
}
.index-lang .lang {
	-webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
	display: none;
	top: 100%;
	width: 100px;
	left: auto;
	right: 0;
}
.index-lang .lang a:hover {
	color: #db0427;
}
.aside .scrolltop {
	top: 102px;
}
.in-protitle {
	font-size: 18px;
}
}
@media (min-width:1260px) {
.in-protitle {
	font-size: 22px;
}
nav .firstul .firstli {
    width: auto;
    line-height: normal;
    padding: 0px;
    border-bottom: none;
    min-width:75px;
    text-align: center;
    margin: 0 12px;
    float: left;
    position: relative;
}
}
 @media (min-width:1024px) and (max-width:1259px) {
.logo {
	width: 270px;
}
.logo img {
	height: 73%;
}
}
.in-protitle p {
	font-weight: bold;
}
@media (min-width: 1024px) {
html[lang="en-US"] .page-left {
	width: 254px;
}
html[lang="en-US"] .in-secondul .in-secondli .sec-title a {
	white-space: normal;
}
html[lang="en-US"] .recruitmain .lebel {
	width: 110px;
}
html[lang="en-US"] .recruitmain .formbox {
	padding-left: 110px;
}
}
@media (max-width:992px) {
	.bottom-fixed{
	display:block;}
.foot{
	display:none;}
.bottom-fixed {
	Z-INDEX: 10000;
	POSITION: fixed;
	TEXT-ALIGN: center;
	WIDTH: 100%;
	BOTTOM: 0px;
	BACKGROUND: #23242c;
	HEIGHT: 65px;
	padding: 8px 0;
}
.sjhome {
	WIDTH: 25%;
	BACKGROUND: url(../../image/chome.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;
	/* border-right: 1px solid #ffffff; */
}
.sjtel {
	WIDTH: 25%;
	BACKGROUND: url(../../image/ctel.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;
	/* border-right: 1px solid #ffffff; */
}
.sjsms {
	WIDTH: 25%;
	BACKGROUND: url(../../image/csms.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;
	/* border-right: 1px solid #ffffff; */
}
.sjother {
	WIDTH: 24%;
	BACKGROUND: url(../../image/cqq.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;
}
#comp_sjhome_span {
	WIDTH: 100%;
	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}
#comp_sjtel_span {

	WIDTH: 100%;

	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}
#comp_sjsms_span {
	WIDTH: 100%;
	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}
#comp_sjother_span {
	WIDTH: 100%;
	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}
	}
@media (max-width:992px) {
.g-index-title {
	background: url(../../image/titlebg_12.png) no-repeat center bottom;
	height:80px;
}
.baidumap {
	width: 100%;
}
.i-solutpos {
	padding: 0;
	overflow: hidden;
}
.i-solutpos .i-title {
	display: none;
}
.i-solutpos .p1 {
	position: relative;
	float: left;
	margin: 0 2% 0 1%;
	width: 47%;
	/* overflow: hidden; */
	border: solid 1px #a3a3a3;
}
.i-solutpos .p1 h3 {
	line-height: 30px;
	text-align: center;
}
.i-solutpos .p1 h3 a {
	color: #a3a3a3;
	display: block;
	width: 100%;
}
.i-solutpos .p1 .more {
	background: url(../../image/jt.png) no-repeat right center;
	position: absolute;
	bottom: 23%;
	right: -4%;
	display: block;
	width: 50px;
	height: 50px;
	background-size: 100%;
}
.i-solutpos .p1 .more:hover {
	background: url(../../image/jthover.png) no-repeat right center;
	background-size: 100%;
}
.i-solutpos .p1 img {
	width: 100%;
}
.i-solutpos .p1 h3 a:hover {
	color: #fff;
}
.i-solutinfo .i-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.i-solutinfo .text {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 72px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.i-solutinfo .morewrap {
	text-align: left;
	padding-top: 5px;
}
.i-solutinfo .morewrap .index-lookmore {
	padding-left: 0;
}
.i-solutinfo .morewrap .index-lookmore:after {
	background-image: url(../images/jtgrey.png);
}
.i-solutinfo .morewrap .index-lookmore:active {
	color: #666;
}
.solut-pagination {
	padding-top: 10px;
	padding-bottom: 25px;
}
.solut-pagination ul {
	font-size: 0;
	text-align: center;
	line-height: normal;
}
.solut-pagination ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 3px;
}
.solut-pagination ul li a {
	display: block;
}
.solut-pagination ul li:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #999;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.solut-pagination ul li.swiper-pagination-bullet-active:after {
	background-color: #db0427;
}
.process {
	width: 100%;
	float: left;
	display: inline;
	position: relative;
	margin-top: 30px;
}
.protitle {
	width: 100%;
	background: url(../image/solid6.jpg) repeat-x right bottom;
	overflow: hidden;
}
.nav {
	color: #e3373d;
	float: left;
	WIDTH: 100%;
}
.out1 i {
	display: block;
	width: 100%;
	text-align: right;
	border-bottom: solid 1px #4e5a69;
	height: 33px;
	background: url(../../image/shu_02.png) no-repeat right bottom;
}
.on1 i {
	display: block;
	width: 100%;
	text-align: right;
	border-bottom: solid 1px #ccc;
	height: 33px;
	background: url(../../image/on1_03.png) no-repeat right bottom -4px;
	background-size: 100%;
}
.nav i img {
	height: 20px;
}
.nav .on {
	width: 125px;
	float: left;
	line-height: 45px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background: url(../image/tk1.png) no-repeat left top;
	cursor: pointer;
}
.nav .out {
	width: 121px;
	float: left;
	line-height: 43px;
	text-align: center;
	font-weight: 700;
	color: #4e5a69;
	font-size: 14px;
	cursor: pointer;
}
.nav .on1 {
	width: 33%;
	font-size: 16px;
	float: left;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: none;
	cursor: pointer;
	WIDTH: 48%;
}
.nav .out1 {
	width: 48%;
	float: left;
	line-height: 45px;
	text-align: center;
	color: #a3a3a3;
	font-size: 16px;
	cursor: pointer;
	/* height: 70px; */
}
.protitle a {
	display: inline;
	color: #e3373d;
	line-height: 43px;
	float: right;
}
.pro_cont {
	margin-top: 50px;
	background: url(../../image/casebg_03.png) no-repeat center top;
	background-size: 60%;
	padding-bottom: 20px;
}
.pro_cont .d1 {
	width: 98%;
	/* height: 546px; */
	margin: 0 auto;
	overflow: hidden;
}
.pro_cont .d1 .newinfo {
	float: left;
	overflow: hidden;
}
.pro_cont_more {
	position: absolute;
	right: 0;
	top: 10px;
	color: #e3373d;
	font-size: 14px;
}
.d1 .leftpic {
	width: 100%;
	float: left;
}
.leftimg {
	margin-top: 21px;
}
.d1 .leftpic a h3 {
	color: #fff;
	font-size: 20px;
	line-height: 50px;
}
.d1 .leftpic a p {
	font-size: 14px;
	line-height: 30px;
	color: #4e5a69;
}
.d1 .leftpic img {
	width: 100%;
}
.d1 .rightinfo {
	float: right;
	width: 101%;
	margin-left: 5%;
	margin-top: 5%;
	background-color: #11151e;
	padding: 3%;
	border-top: solid 3px #ffff1b;
}
.d1 .rightinfo h3 {
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
}
.d1 .rightinfo p {
	font-size: 13px;
	line-height: 40px;
	color: #ffffff;
	margin-top: 30px;
}
.d1 .rightinfo a {
	margin-top: 35px;
	text-align: left;
	border-radius: 10px;
	line-height: 30px;
	display: block;
	width: 130px;
	background: url(../../image/ljt.png) no-repeat right center;
	color: #43b1e1;
	font-size: 16px;
}
.d1 .rightinfo a:hover {
	color: #fff;
	background: url(../../image/ljtb.png) no-repeat right center;
}
.pro_cont .d1 ul {
	float: left;
	margin-top: 16px;
}
.pro_cont .d1 ul li {
	width: 320px;
	float: left;
	margin-right: 32px;
	overflow: hidden;
	line-height: 30px;
}
.pro_cont .d1 ul li a {
	display: block;
	background: url(../image/biao.jpg) no-repeat left center;
	width: 310px;
	padding-left: 10px;
	font-size: 14px;
}
.pro_cont .d1 ul li a:hover {
	text-decoration: none;
}
.pro_cont .d1 ul li a:hover {
	color: #e3373d;
}
.about {
	overflow: hidden;
	background: url(../../image/aboutbg_06.jpg) no-repeat;
	border-top: solid 3px #ffff1e;
	padding-top: 60px;
	/* height: 900px; */
	background-size: none;
	width: 100%;
}
.aboutcont {
	width: 100%;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
.aboutleft {
	width: 96%;
	float: left;
	margin-left: 2%;
}
.aboutleft p {
	color: #fff;
	line-height: 46px;
	margin-top: 0;
	padding: 0 3%;
}
.aboutleft a {
	display: block;
	width: 130px;
	text-align: left;
	background: url(../../image/ljtb.png) no-repeat right center;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	margin-top: 18px;
	margin: 0 auto;
}
.aboutleft a:hover {
	color: #43b1e1;
	background: url(../../image/ljt.png) no-repeat right center;
}
.aboutright {
	/* text-align: left; */
	width: 96%;
	float: left;
	margin: 2%;
}
.aboutright img{
	max-width:100%
}	
.about_title {
	margin-top: 30px;
}
.contact {
	overflow: hidden;
	background: url(../../image/lxbg_20.jpg) no-repeat;
	padding-top: 40px;
	background-size: none;
	padding-bottom: 30px;
}
.contact .lxcont {
	width: 98%;
	margin: 40px auto;
	overflow: hidden;
	line-height: 35px;
	font-size: 14px;
}
.contact .lxcont p {
	color: #fff;
	text-align: center;
}
.contact .lxcont h3 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
}
.contact .lxcont a {
	display: block;
	width: 115px;
	text-align: left;
	margin: 20px auto;
	color: #fff;
	background: url(../../image/ljtb.png) no-repeat right center;
}
.contact .lxcont a:hover {
	color: #43b1e1;
	background: url(../../image/ljt.png) no-repeat right center;
}
.about_title img{
	width: 100%;
	}
.bottom-fixed{
	display:block;}
.foot{
	display:none;}
.bottom-fixed {
	Z-INDEX: 10000;
	POSITION: fixed;
	TEXT-ALIGN: center;
	WIDTH: 100%;
	BOTTOM: 0px;
	BACKGROUND: #23242c;
	HEIGHT: 65px;
	padding: 8px 0;
}
.sjhome {
	WIDTH: 25%;
	BACKGROUND: url(../../image/chome.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;
	/* border-right: 1px solid #ffffff; */
}
.sjtel {
	WIDTH: 25%;
	BACKGROUND: url(../../image/ctel.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;
	/* border-right: 1px solid #ffffff; */
}
.sjsms {
	WIDTH: 25%;
	BACKGROUND: url(../../image/csms.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;
	/* border-right: 1px solid #ffffff; */
}
.sjother {
	WIDTH: 24%;
	BACKGROUND: url(../../image/cqq.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;
}
#comp_sjhome_span {
	WIDTH: 100%;
	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}
#comp_sjtel_span {

	WIDTH: 100%;

	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}
#comp_sjsms_span {
	WIDTH: 100%;
	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}
#comp_sjother_span {
	WIDTH: 100%;
	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}
}
.anniu{
	width:100%;
	overflow:hidden;
	text-align:right;}

@media (min-width: 1260px) {
html[lang="en-US"] .solut-pagination ul li.swiper-pagination-bullet-active a {
	font-size: 16px;
}
html[lang="en-US"] .solut-pagination ul li a {
	line-height: 1;
	height: 34px;
	white-space: normal;
	word-break: normal;
}
html[lang="en-US"] .solut-pagination ul li {
	padding: 0 5px 40px;
}
html[lang="en-US"] .solut-pagination ul {
	font-size: 16px;
}
.about_title img{
	width:100%;}
}

