/*style css*/

* {
	padding: 0;
	margin: 0 auto;
	font-family: 'MicrosoftYaHei';
}

body {
	max-width: 1920px;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 14px;
	font-family: 'MicrosoftYaHei';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #222;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

html {
	max-width: 1920px;
	width: 100%;
	height: 100%;
}

p {
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	color: #404040;
}

a {
	color: #2a3855;
	font-family: "Source Sans Pro";
	font-weight: 400;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover,
a:active,
a:focus {
	outline: none !important;
	text-decoration: none !important;
}

img {
	max-width: 100%;
}

ul>li {
	color: #726a84;
	font-size: 16px;
	font-weight: 300;
	list-style-type: none;
}

.typearea {
	margin: auto;
	width: 1200px;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}


/* header   start*/
.header {
	border-bottom: 1px solid #bfbfbf;
}

.app-header {
	display: none;
}

.pc-header {
	display: flex;
	justify-content: space-between;
	height: 120px;
}

.pc-header a {
	color: #333333;
}

.pc-headerleft,
.pc-headerright {
	margin: auto 0;
}

.language {
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	display: flex;
	align-items: center;
	margin-right: 20px;
	margin-bottom: 20px;
}

.language img {
	margin-right: 10px;
}

.languageup {
	margin: 0;
}

.language a {
	color: #333333;
}

.pc-header .nav-tabs>li.active>a,
.pc-header .nav-tabs>li.active>a:focus,
.pc-header .nav-tabs>li.active>a:hover {
	color: #1a528d;
	cursor: default;
	background-color: #fff;
	border: none;
	cursor: pointer;
}

.pc-header .nav-tabs>li>a {
	margin-right: 0;
	border: none;
	border-radius: 0;
}

.pc-header .nav-tabs {
	border-bottom: none;
}

.pc-header .nav-tabs>li {
	float: left;
	margin-bottom: 0;
}

.addheader {
	position: absolute;
	top: 120px;
	z-index: 999;
}

.addheader .tab-pane {
	background: #FFFFFF;
	height:auto;
	width: 1438px;
	display: inline-block;
	padding: 60px 40px 40px;
}

.tabbox {
	display: flex;
	justify-content: space-between;
}

.tab-left {
	width: 30%;
	padding-left: 30px;
}

.tab-left p {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 30px;
}

.tab-right {
	width: 70%;
	display: flex;
}

.tab-rightsm {
	margin: 0 30px 0 0;
}

.tab-rightsm img {
	width: 280px;
	height: 160px;
}

.tab-rightsm p {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #333333;
	margin: 40px 0 0;
}

.addheader .swiper-container {
	position: static !important;
}

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

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

.slidertext {
	border-right: 1px solid #D9D9D9;
	text-align: center;
	height: 280px;
}

.slidertext img {
	width: 160px;
	height: 90px;
}

.slidertext p {
	font-size: 16px;
	color: #333333;
	margin: 20px auto;
	padding: 0 20px;
}

.slidertext ul li {
	font-size: 12px;
	color: #666666;
	padding: 0 20px;
}

.pc-headerright .nav-tabs span {
	display: inline-block;
	transform: rotate(90deg);
}

.pc-header .nav-tabs>li.active>a span,
.pc-header .nav-tabs>li.active>a:focus span,
.pc-header .nav-tabs>li.active>a:hover span {
	color: #1a528d;
	transform: rotate(270deg);
	transition: all 600ms;
}

.headline {
	width: 60%;
	height: 1px;
	background-color: #1a528d;
	margin-right: 40%;
	display: none;
}

.pc-header .nav-tabs>li.active .headline,
.pc-header .nav-tabs>li.active:focus .headline,
.pc-header .nav-tabs>li.active:hover .headline {
	display: block;
}


/* header  end
 /*footer  start*/

.footer {
	height: auto;
	width: 100%;
	text-align: center;
}

.footer-up {
	padding-top: 80px;
	padding-bottom: 80px;
}

.footer-dowm {
	height: 60px;
	background-color: #1a528d;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.footer-dowm p,
.footer-dowm a {
	font-family: 'SourceHanSansCN-Regular';
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 0;
}

.footer-link {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.footer-line {
	width: 100%;
	height: 1px;
	background-color: #bfbfbf;
	margin: 20px auto;
}

.footer-dowm a:hover {
	color: #ffffff;
}

.footer-up h4 {
	font-family: 'SourceHanSansCN-Regular';
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #333333;
	margin: 0;
}

.footer-up ul li,
.footer-up ul li a {
	font-family: 'SourceHanSansCN-Regular';
	font-size: 12px;
	line-height: 30px;
	color: #707070;
}

.footer-up ul li a:hover {
	color: #1a528d;
}

.flip-order {
	position: fixed;
	top: 40%;
	left: 0;
	z-index: 1100;
}

.flipbg {
	height: 40px;
	margin-bottom: 2px;
	display: flex;
}

.flip-order:hover .flip-hide {
	display: block;
}

.flip-show {
	width: 40px;
	background-color: #1a528d;
	display: flex;
	align-items: center;
	margin: 0;
}

.flipbg img {
	width: 26px;
	height: 26px;
}

.flip-hide {
	display: none;
	background-color: #3681D1;
	line-height: 40px;
	padding: 0 20px;
}

.flip-hide p {
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom: 0;
}


/* footer  end*/


/*index start*/

.box {
	width: 1440px;
	margin: auto;
	border: 1px solid #bfbfbf;
	border-top: none;
	border-bottom: none;
}

.slider .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffffff !important;
}

.slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: transparent;
	border: solid 1px #fdfdfd;
	opacity: 1;
}

.about {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.about-left {
	margin: 30px 30px auto 120px;
	width: 50%;
}

.contain h5 {
	font-size: 24px;
	letter-spacing: 1px;
	color: #333333;
	margin: 0;
}

.contain h3 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #333333;
	margin: 40px auto;
}

.contain p {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #333333;
	margin-bottom: 0;
}

.about-right {
	width: 50%;
	position: relative;
	overflow: hidden;
}

.about-right::before {
	content: "";
	background-color: #FFFFFF;
	width: 200px;
	height: 200%;
	position: absolute;
	left: -23%;
	top: -170px;
	-webkit-transform: rotate(16deg);
	transform: rotate(16deg);
	z-index: 0;
}

.is-off {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border: solid 1px #333333;
	padding: 0 10px;
	display: inline-block;
	margin-top: 40px;
}

.is-off:hover {
	background-color: rgba(231, 238, 235, 0.5);
	-webkit-animation: 1s cubic-bezier(0.8, 0, 0.2, 1);
	animation: 1s cubic-bezier(0.8, 0, 0.2, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	border: solid 1px #1a528d;
}

.is-off:hover .arw {
	color: #1a528d;
	-webkit-animation: 700ms ease-in-out;
	animation: 700ms ease-in-out;
}

.is-off .arw {
	font-size: 16px;
	letter-spacing: 2px;
	color: #333333;
	position: relative;
}

.is-off .arw::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 12px solid #333333;
	right: -100px;
	z-index: 3;
}

.index-show {
	margin-top: 100px;
}

.index-panel {
	margin-top: 100px;
	display: grid;
	display: -ms-grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto auto;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto auto auto;
}

.index-panel li {
	overflow: hidden;
	position: relative;
	height: auto;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;
}

.index-panel li .text {
	align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    width: 100%;
    padding: 0 10px;
    font-weight: 500;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    text-align: center;
    margin: 0;
    background-color: rgba(26, 82, 141, .4);
    height: 100%;
}

.index-panel li .text span {
	display: inline-block;
	padding: 10px 0;
	border-top: solid 1.5px rgba(255, 255, 255, 0.35);
	border-bottom: solid 1.5px rgba(255, 255, 255, 0.35);
	font-size: 16px;
	letter-spacing: 3px;
	color: #ffffff;
}

.index-panel li:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 800ms;
	transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 800ms;
}
.index-panel li:nth-child(8):hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.index-panel li:nth-child(1) {
	grid-column-start: 1;
	-ms-grid-column: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	-ms-grid-row: 1;
	grid-row-end: 2;
	-ms-grid-column-span: 2;
}

.index-panel li:nth-child(2) {
	grid-column-start: 1;
	-ms-grid-column: 1;
	grid-column-end: 2;
	grid-row-start: 2;
	-ms-grid-row: 2;
	grid-row-end: 3;
}

.index-panel li:nth-child(3) {
	grid-column-start: 2;
	-ms-grid-column: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	-ms-grid-row: 2;
	grid-row-end: 3;
}

.index-panel li:nth-child(4) {
	grid-column-start: 3;
	-ms-grid-column: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	-ms-grid-row: 1;
	grid-row-end: 3;
	-ms-grid-row-span: 2;
}

.index-panel li:nth-child(5) {
	grid-column-start: 4;
	-ms-grid-column: 4;
	grid-column-end: 5;
	grid-row-start: 1;
	-ms-grid-row: 1;
	grid-row-end: 2;
}

.index-panel li:nth-child(6) {
	grid-column-start: 4;
	-ms-grid-column: 4;
	grid-column-end: 5;
	grid-row-start: 2;
	-ms-grid-row: 2;
	grid-row-end: 3;
}

.index-panel li:nth-child(7) {
	grid-column-start: 1;
	-ms-grid-column: 1;
	grid-column-end: 2;
	grid-row-start: 3;
	-ms-grid-row: 3;
	grid-row-end: 4;
}

.index-panel li:nth-child(8) {
	grid-column-start: 2;
	-ms-grid-column: 2;
	grid-column-end: 3;
	grid-row-start: 3;
	-ms-grid-row: 3;
	grid-row-end: 4;
}

.index-panel li:nth-child(9) {
	grid-column-start: 3;
	-ms-grid-column: 3;
	grid-column-end: 5;
	grid-row-start: 3;
	-ms-grid-row: 3;
	grid-row-end: 4;
	-ms-grid-column-span: 2;
}

.video {
	margin-top: 100px;
	text-align: center;
	width: 1000px;
	height: 460px;
}

.index-showbox {
	margin-top: 100px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

.index-showup {
	position: relative;
	margin-top: -60px;
	background-color: #eef4ff;
	z-index: -1;
	padding: 100px 0 5px;
	overflow: hidden;
}

.index-showup::after {
	content: "";
	background-color: #ffffff;
	width: 1500px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 96%;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	z-index: 0;
}

.index-showbg {
	display: flex;
	align-items: center;
	margin-top: 120px;
}

.index-showup .index-show {
	margin-top: 80px;
	position: absolute;
	top: 0;
	left: 120px;
}

.index-showbox .index-show {
	padding-top: 80px;
	margin-top: 0;
}

.index-showbox .contain h5,
.index-showbox .contain h3,
.index-showbox .contain p,
.index-showbox .contain .is-off .arw {
	color: #FFFFFF;
}

.index-showbox .contain .is-off {
	border: solid 1px #FFFFFF;
}

.index-showbox .contain .is-off:hover {
	border: solid 1px #1a528d;
}

.index-showbox .contain .is-off:hover .arw {
	color: #141414;
}

.index-showbox .is-off .arw::after {
	border-left-color: #FFFFFF;
}

.imgshow {
	margin-top: 40px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -30px;
	margin-bottom: 0;
}

.imgshowsm {
	display: flex;
	border: solid 1px #ffffff;
	position: relative;
	width: calc(33.33% - 30px);
	margin: 0 30px 30px 0;
}

.imgshowsm img {
	margin: 0;
}

.imgshowsm .morebox {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #ffffff;
	background-color: rgba(26, 82, 141, 0.7);
	display: flex;
	align-items: center;
}

.imgshowsm .more {
	margin: 0;
}

.imgshowsm .more::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 12px solid #FFFFFF;
	right: 0;
	z-index: 3;
}

.imgshowsm:hover .morebox {
	color: #1b528d;
	background-color: rgba(255, 255, 255, 0.7);
}

.imgshowsm:hover .more::after {
	border-left-color: #1b528d;
}

.addimgshow {
	margin-top: 40px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.addimgshow .imgshowsm {
	display: flex;
	border: solid 1px #ffffff;
	position: relative;
	width: calc(45% - 80px);
	margin: auto auto 55px auto;
}

.addimgshow .imgshowsm .morebox {
	background-color: rgba(255, 255, 255, 0.7);
	color: #141414;
}

.addimgshow .imgshowsm .more::after {
	border-left-color: #1a528d;
}

.addimgshow .imgshowsm:hover .morebox {
	color: #FFFFFF;
	background-color: rgba(26, 82, 141, 0.7);
}

.addimgshow .imgshowsm:hover .more::after {
	border-left-color: #FFFFFF;
}

/* index  end*/
/*about start*/
.content {
	height: 300px;
	position: relative;
}

.content-text {
	position: absolute;
	top: 35%;
	left: 15%;
	z-index: 111;
}

.content-text h4 {
	font-size: 30px;
	letter-spacing: 3px;
	color: #ffffff;
	margin: 0 0 10px 0;
}

.content-color h4 {
	color: #1a528d;
}

.content-link {
	height: 60px;
	border-bottom: 1px solid #bfbfbf;
}

.content-link .linkleft {
	display: flex;
	height: 60px;
	align-items: center;
	margin-bottom: 0;
}

.content-link .linkleft li {
	margin: 0 20px 0 0;
	line-height: 60px;
}

.content-link .linkleft li a {
	font-size: 20px;
	color: #333333;
	position: relative;
	font-weight: 600;
}

.content-link .linkleft .linkshow,
.content-link .dropdown-menu .linkhide a {
	color: #1a528d;
}

.content-link .linkleft .linkshow::after {
	content: "";
	position: absolute;
	height: 20px;
	width: 1px;
	background-color: #1a528d;
	top: 4px;
	right: -10px;
}

.content-link .caret {
	margin-left: 10px;
}

.content-link .dropdown-menu {
	border: none;
	padding: 0;
	margin: 0;
}

.content-link .dropdown-menu li {
	margin: 0;
}

.content-link .dropdown-menu a {
	font-size: 16px !important;
	border-bottom: 1px solid #bfbfbf;
	line-height: 60px;
	padding: 0 20px;
}

.content-link .linkleft p {
	font-size: 20px;
	letter-spacing: 2px;
	color: #333333;
	margin: auto auto auto 15px;
	font-weight: 600;
}

.content-linka {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}

.content-linka .linkleft {
	margin: auto auto auto 0;
}

.content-linka .linkright {
	display: flex;
	justify-content: space-between;
	margin: auto 0 auto auto;
}

.content-linka .linkright li {
	margin-right: 20px;
}

.content-linka .linkright li a {
	font-size: 12px;
	letter-spacing: 1px;
	color: #1a528d;
}

.content-linka .linkright .active {
	border-bottom: 1px solid #1a528d;
}

.content-linka .linkright li:hover {
	border-bottom: 1px solid #1a528d;
}

.content-linka .linkright li:last-child {
	margin-right: 0;
}

.about-brief {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.about-up {
	width: 50%;
	padding-right: 20px;
}

.about-down {
	width: 50%;
	text-align: right;
}

.about-up h5 {
	font-size: 24px;
	letter-spacing: 1px;
	color: #333333;
	margin: 0;
}

.about-up p {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #707070;
	margin: 50px 0 0;
}

.brief {
	margin-top: 60px;
	height: 300px;
	background-color: rgba(26, 82, 141, 0.3);
	text-align: center;
	display: flex;
	align-items: center;
}

.brieftext p:nth-child(1) {
	font-size: 20px;
	letter-spacing: 1px;
	color: #333333;
	margin-bottom: 0;
}

.brieftext p:nth-child(2) {
	font-family: Arial-BoldMT;
	font-size: 36px;
	letter-spacing: 2px;
	color: #1a528d;
	margin-top: 60px;
	margin-bottom: 0;
}

.briefimg {
	margin-top: 60px;
	text-align: center;
}

.briefimg h2 {
	font-size: 24px;
	letter-spacing: 1px;
	color: #333333;
	margin: 0 auto 25px;
}

.briefimg h5 {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #707070;
	margin: 0;
}

.briefimg img {
	margin: 40px auto;
}

.briefimg p {
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #707070;
	margin: 0;
}

.briefimg p:last-child {
	margin-top: 40px;
}

.about-showbox {
	margin-top: 60px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 1000;
	position: relative;
}

.about-show {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.about-show h4 {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #ffffff;
}

.about-video {
	width: 1000px;
	height: 400px;
	margin-top: 80px;
}

.vision {
	position: relative;
	background-color: #eef4ff;
	padding: 100px 0 0;
	overflow: hidden;
	margin-top: -100px;
}

.vision::after {
	content: "";
	background-color: #ffffff;
	width: 1500px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 96%;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	z-index: 0;
}

.vision-show {
	display: flex;
	justify-content: space-between;
	margin: 100px auto 50px;
	padding-bottom: 100px;
}

.visionleft,
.visionright {
	width: 49%;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.visionleft {
	margin-right: 15px;
}

.visiontext {
	background-color: rgba(26, 82, 141, 0.7);
	position: absolute;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	opacity: 0.8;
}

.visiontext p {
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #ffffff;
	padding-left: 15px;
	margin-bottom: 0;
}

.visionright ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-right: -15px;
	margin-bottom: 0;
}

.visionright ul li {
	width: calc(50% - 15px);
	margin: auto 15px auto 0;
	position: relative;
	overflow: hidden;
}

.visionright ul li:nth-child(1),
.visionright ul li:nth-child(2) {
	margin-bottom: 20px;
}

.vision-show img {
	height: 100%;
}

.visionleft:hover .visiontext,
.visionright li:hover .visiontext {
	background-color: rgba(255, 255, 255, 0.7);
}

.visionleft:hover .visiontext p,
.visionright li:hover .visiontext p {
	color: #1a528d;
}

.visionleft:hover img,
.visionright li:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 800ms;
	transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 800ms;
}

.content-open {
	margin-top: 40px;
}

.aboutshowul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-right: -20px;
	margin-bottom: 0;
}

.aboutshowul li {
	width: calc(25% - 20px);
	margin: auto 20px 20px 0;
	padding: 10px;
	border: solid 1px #bfbfbf;
}

.aboutshowul li:hover {
	border: solid 1px #1a528d;
}

.openhide {
	display: none;
}

.morebtn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #4d88c6;
	text-align: center;
	margin: 20px auto;
}

.morebtn p {
	font-size: 16px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-bottom: 0;
	cursor: pointer;
}

/* about  end*/

/*product start*/
.productbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-right: -30px;
	margin-bottom: 0;
}

.productbox li {
	width: calc(25% - 30px);
	margin: auto 30px 30px 0;
}

.product h6 {
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: 20px;
	color: #333333;
	margin-bottom: 0;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product p {
	width: 100%;
	font-size: 12px;
	letter-spacing: 1px;
	color: #7a7a7a;
	margin: 30px auto 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product img {
	border: solid 1px transparent;
}

.productis-off {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-bottom: 1px solid #92a1a2;
}

.product-arw {
	font-size: 12px;
	letter-spacing: 1px;
	color: #7a7a7a;
	position: relative;
	display: inline-block;
	width: 100%;
}

.product-arw::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 12px solid #1a528d;
	right: 0;
	z-index: 3;
}

.product:hover h6,
.product:hover p,
.product:hover a span {
	color: #1a528d;
}

.product:hover img {
	border: solid 1px #1a528d;
}

.product:hover .productis-off {
	border-bottom-color: #1a528d;
}

.product-link {
	height: 60px;
	text-align: center;
	line-height: 60px;
}

.product-link p {
	font-size: 20px;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 0;
}

.product-text {
	border-top: 1px solid #bfbfbf;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 960px;
}

.product-text p {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #707070;
	margin: 30px auto;
	text-align: left;
	text-indent: 25px;
}

.product-text img {
	text-align: center;
	display: block;
	margin: 0 auto 30px;
}

.product-text span {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #1a528d;
	text-indent: 25px;
	display: inline-block;
}

.product-textb {
	text-align: right;
}


.detailsoff {
	text-align: left;
	height: 40px;
	line-height: 40px;
	border: solid 1px #1a528d;
}

.detailsoff .arw {
	color: #1a528d;
	text-indent: 0;
}

.product-textb:hover .detailsoff {
	border: solid 1px #1a528d;
}

.product-textb:hover .detailsoff .arw {
	color: #1a528d;
}

.detailsoff .arw::after {
	border-left-color: #1a528d;
}

/* product  end*/
/*achievement start*/
.case {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.case-left,
.case-right {
	width: 49.5%;
}

.case-left {
	margin-right: 1%;
}

.case h6 {
	width: 95%;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #333333;
	border-bottom: 1px solid #bfbfbf;
	margin: 20px auto;

}

.case ul {
	width: 95%;
	margin-bottom: 0;
}

.case ul li {
	border-bottom: 1px solid #bfbfbf;
}

.case ul li a {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	line-height: 60px;
	letter-spacing: 1px;
	color: #707070;
}

.content-show ul {
	display: flex;
	margin: 50px auto 0;
	text-align: center;
}

.content-show ul li {
	position: relative;
	width: 33.33%;
}

.textshow {
	width: 100%;
	height: 100%;
	background-color: rgba(26, 82, 141, .5);
	position: absolute;
	top: 0;
}

.textshow p {
	font-size: 24px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 60%;
}

.textshow .is-off {
	width: 160px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #ffffff;
	padding: 0 10px;
	display: inline-block;
	margin-top: 0;
}

.textshow .is-off .arw {
	color: #ffffff;
	margin-right: 30px;
}

.textshow .is-off .arw::after {
	border-left-color: #ffffff;
	right: -40px;
	margin-top: -2px;
}

.content-show ul li:hover .textshow {
	background-color: transparent;
	opacity: 1;
}

.content-show ul li:hover .is-off {
	background-color: #ffffff;
}

.content-show ul li:hover .arw {
	color: #1a528d;
}

.content-show ul li:hover .arw::after {
	border-left-color: #1a528d;
}

/* achievement  end*/
/*strenght start*/
.strenght {
	margin-top: 30px;
	text-align: center;
}

.strenght table {
	width: 100%;
}

.strenght table tr {
	height: 45px;
}

.strenght table th {
	text-align: center !important;
	background-color: #1a528d;
	font-size: 16px;
	letter-spacing: 2px;
	color: #ffffff;
	border-right: 1px solid #FFFFFF;
}

.strenght table th:last-child,
.strenght table td:last-child {
	border-right: none;
}

.strenght table td {
	background-color: #e0e0e0;
	border-right: 1px solid #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
	color: #333333;
}

.strenght table tr:nth-child(2n+0) td {
	background-color: #efefef;
}

/* strenght  end*/

/*news start*/
.newsshow h6 {
	height: 50px;
}

.news-title {
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
}

.news-title h4 {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #333333;
	margin: 0 auto 25px;
	font-weight: 600;
}

.news-title p {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #7a7a7a;
	margin: 0;
}

.news-text {
	width: 960px;
}

.news-text p {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #707070;
	margin: 30px auto;
	text-indent: 25px;
}

.news-text h6 {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #1a528d;
	margin: 30px auto;
}

.news-text .news-textlink {
	text-align: right;
}

.news-text .news-textlink:hover .detailsoff {
	border: solid 1px #1a528d;
}

.news-text .news-textlink:hover .detailsoff .arw {
	color: #1a528d;
}

.job {
	width: 1000px;
	border: solid 1px #bfbfbf;
	padding: 0 50px;
	margin-bottom: 20px;
}

.job-show {
	display: flex;
	border-bottom: 1px solid #bfbfbf;
	padding: 30px 0;
}

.job-img {
	width: 7%;
	margin: auto auto auto 0;
	text-align: left;
}

.job-text {
	width: 78%;
	margin: auto auto auto 0;
}

.job-price {
	margin: auto 0 auto auto;
	width: 15%;
	text-align: right;
}

.job-text p {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: 600;
}

.job-text ul {
	display: flex;
	justify-content: start;
	margin: 0;
}

.job-text ul li {
	font-size: 16px;
	letter-spacing: 2px;
	color: #333333;
	border-right: 1px solid #333333;
	margin: auto 15px auto 0;
	padding-right: 15px;
	font-weight: 600;
}

.job-text ul li:last-child {
	border-right: none;
}

.job-price p {
	font-size: 16px;
	letter-spacing: 2px;
	color: #ff4141;
	font-weight: 600;
	margin-bottom: 0;
}

.job-hide {
	padding: 0 7% 20px;
	border-bottom: 1px solid #bfbfbf;
	display: none;
}

.job-hidetext {
	padding: 20px 0 10px;
}

.job-hidetitle {
	display: flex;
	justify-content: start;
	align-items: end;
}

.job-hidetitle img {
	margin: 0;
}

.job-hidetitle p {
	font-size: 16px;
	letter-spacing: 2px;
	color: #333333;
	margin: auto auto 20px 10px;
	font-weight: 600;
}

.job-hidetext ul {
	margin-bottom: 0;
}

.job-hidetext ul li {
	font-size: 12px;
	letter-spacing: 1px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: 600;
}

.job-hidetext ul li:last-child {
	margin-bottom: 0;
}

.jobbtn-show,
.jobbtn-hide {
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.jobbtn-hide {
	display: none;
}

.jobbtn-show span,
.jobbtn-hide span {
	font-size: 16px;
	letter-spacing: 2px;
	color: #333333;
	position: relative;
}

.jobbtn-show span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 12px solid #1a528d;
	right: -40px;
	z-index: 3;
}

.jobbtn-hide span::after {
	content: "";
	display: block;
	position: absolute;
	top: 30%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 12px solid #1a528d;
	border-left: 3px solid transparent;
	right: -20px;
	z-index: 3;
}

/* news  end*/

/*service start*/
.service {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service-img,
.service-textbox {
	width: 50%;
}

.service-textbox {
	padding-left: 50px;
}

.service-text {
	padding: 30px 0;
	border-bottom: 1px solid #bfbfbf;
}

.service-text:last-child {
	border-bottom: none;
}

.service-text h5 {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #1a528d;
	margin: 0 auto 15px;
	font-weight: 600;
}

.service-text ul {
	margin-bottom: 0;
}

.service-text ul li {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #333333;
}

/* service  end*/

/*contact start*/
.contact {
	margin: 80px auto 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 40px;
}

.contact-text {
	width: 35%;
	padding-right: 30px;
}

.contact-map {
	width: 65%;
	height: 300px;
}

.contact-text h5 {
	font-size: 20px;
	letter-spacing: 0px;
	color: #333333;
	margin: 0;
	font-weight: 600;
}

.contact-text ul {
	margin: 50px auto auto;
}

.contact-text ul li {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	font-weight: 600;
}

.contact-text ul li span {
	font-size: 16px;
	line-height: 30px;
	color: #707070;
	margin-left: 20px;
	font-weight: initial;
}
.slider .swiper-button-prev,.slider .swiper-button-next{
	font-size: 60px;
	color: #fff;
}
@media screen and (min-width:0) and (max-width:1023px) {
	.slider .swiper-button-prev,.slider .swiper-button-next{
		display: none;
	}
}
/* contact  end*/


@media screen and (min-width:992px) and (max-width:1300px) {

	/* 中型设备（台式电脑，992px 起） */
	.typearea {
		padding-left: 4%;
		padding-right: 4%;
		width: 100%;
	}

	.pc-header {
		display: flex;
		justify-content: space-between;
		height: 100px;
	}

	.language {
		font-size: 15px;
		letter-spacing: 0px;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.logo {
		width: 80px;
	}

	.pc-header .nav-tabs>li>a {
		font-size: 15px;
		padding: 10px;
	}

	.addheader {
		width: 100%;
		top: 100px;
	}

	.addheader .tab-pane {
		height: 250px;
		width: 100%;
		padding: 20px 20px 0;
	}

	.slidertext {
		height: 220px;
	}

	.tab-left p {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.tab-rightsm p {
		font-size: 16px;
		margin: 20px 0 0;
	}

	.tab-rightsm {
		margin: 0 20px 0 0;
	}

	.tab-rightsm img {
		width: 200px;
		height: 120px;
	}

	.slidertext img {
		width: 140px;
		height: 80px;
	}

	.slidertext p {
		font-size: 15px;
		margin: 10px auto;
		padding: 0 10px;
	}

	.slidertext ul li {
		padding: 0 10px;
	}

	.header-slider .swiper-button-next {
		right: 5px;
	}

	.header-slider .swiper-button-prev {
		left: 5px;
	}

	.flip-order {
		display: none;
	}

	.box {
		width: 100%;
		margin: auto;
		border: none;
		padding: 0;
	}

	.about {
		margin-top: 50px;
		display: flex;
		justify-content: space-between;
		padding-left: 4%;
	}

	.about-left {
		margin: 20px 20px auto auto;
		width: 40%;
	}

	.contain h5 {
		font-size: 18px;
	}

	.contain h3 {
		font-size: 24px;
		margin: 30px auto;
	}

	.contain p {
		font-size: 15px;
		line-height: 26px;
	}

	.is-off {
		margin-top: 30px;
	}

	.is-off .arw {
		font-size: 15px;
	}

	.about-right {
		width: 60%;
		position: relative;
		overflow: hidden;
	}

	.about-right::before {
		left: -30%;
	}

	.index-show {
		margin-top: 50px;
	}

	.index-panel {
		margin-top: 50px;
	}

	.index-panel li .text span {
		font-size: 15px;
		letter-spacing: 2px;
	}

	.index-showbox {
		margin-top: 50px;
		padding-bottom: 80px;
	}

	.index-showbox .index-show {
		padding-top: 70px;
	}

	.is-off:hover {
		background-color: transparent;
		-webkit-animation: none;
		animation: none;
		border: solid 1px #333333;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		border: solid 1px #333333;
	}

	.is-off:hover .arw {
		color: #333333;
	}

	.index-panel li:hover img {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: none;
		transition: none;
	}

	.index-showbox .contain .is-off:hover {
		border: solid 1px #FFFFFF;
	}

	.index-showbox .contain .is-off:hover .arw {
		color: #FFFFFF;
	}

	.imgshowsm:hover .morebox {
		color: #FFFFFF;
		background-color: #1b528d;
	}

	.imgshowsm:hover .more::after {
		border-left-color: #FFFFFF;
	}

	.addimgshow .imgshowsm:hover .morebox {
		color: #141414;
		background-color: #FFFFFF;
	}

	.addimgshow .imgshowsm:hover .more::after {
		border-left-color: #1b528d;
	}

	.imgshowsm .morebox {
		font-size: 15px;
		letter-spacing: 1px;
	}

	.video {
		margin-top: 50px;
		text-align: center;
		width: 750px;
		height: 400px;
	}

	.addimgshow .imgshowsm {
		display: flex;
		border: solid 1px #ffffff;
		position: relative;
		width: calc(45% - 80px);
		margin: auto auto 30px auto;
	}

	.index-showup {
		margin-top: -50px;
	}

	.index-showbg {
		margin-top: 100px;
	}

	.index-showup .index-show {
		padding-top: 50px;
		margin-top: 50px;
		left: 0;
	}

	.footer-up {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.content img {
		height: 100%;
	}

	.content-text h4 {
		font-size: 26px;
		letter-spacing: 2px;
	}

	.about-brief {
		margin-top: 40px;
	}

	.brief {
		margin-top: 50px;
		height: 280px;
	}

	.brieftext p:nth-child(2) {
		font-size: 30px;
		margin-top: 50px;
	}

	.briefimg {
		margin-top: 50px;
		text-align: center;
	}

	.about-showbox {
		margin-top: 50px;
	}

	.about-show {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.about-video {
		width: 750px;
		height: 400px;
		margin-top: 60px;
	}

	.vision {
		padding: 80px 0 0;
	}

	.vision-show {
		margin: 80px auto 40px;
		padding-bottom: 40px;
	}

	.visionleft:hover .visiontext,
	.visionright li:hover .visiontext {
		background-color: rgba(26, 82, 141, 0.7);
	}

	.visionleft:hover .visiontext p,
	.visionright li:hover .visiontext p {
		color: #FFFFFF;
	}

	.visionleft:hover img,
	.visionright li:hover img {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: none;
		transition: none;
	}

	.product p {
		margin: 20px auto;
	}

	.productbox li {
		width: calc(25% - 20px);
		margin: auto 20px 20px 0;
	}

	.productbox {
		margin-right: -20px;
	}

	.product:hover h6 {
		color: #333333;
	}

	.product:hover p,
	.product:hover a span {
		color: #7a7a7a;
	}

	.product:hover img {
		border: solid 1px transparent;
	}

	.product:hover .productis-off {
		border-bottom-color: #92a1a2;
	}

	.product-text {
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}

	.news-text {
		width: 100%;
	}

	.job {
		width: 100%;
	}

	.service-textbox {
		padding-left: 30px;
	}

}

@media screen and (min-width:768px) and (max-width:991px) {

	/* 小型设备（平板电脑，768px 起） */
	.typearea {
		padding-left: 4%;
		padding-right: 4%;
		width: 100%;
	}

	.header {
		position: fixed;
		top: 0;
		margin: 0 auto;
		z-index: 2000;
		width: 100%;
		height: 80px;
		background-color: #fff;
		line-height: 78px;
	}

	.pc-header {
		display: none;
	}

	.app-header {
		display: block;
	}

	.header .navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 24px;
		margin-right: 0px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}

	.app-header .navbar {
		margin-bottom: 0;
		border: none;
		background-color: #FFFFFF;
	}

	.app-header img {
		width: 75px;
	}

	.header .navbar-nav {
		float: none;
		margin: 0;
		background-color: #FFFFFF;
	}

	.header .navbar-collapse {
		padding-right: 0px !important;
		padding-left: 0px !important;
		margin-right: 0;
	}

	.header .navbar-nav>li>a {
		line-height: 40px;
		padding: 0;
		text-align: center;
		color: #333333 !important;
	}

	.header .navbar-default .navbar-nav>.active>a,
	.header .navbar-default .navbar-nav>.active>a:focus,
	.header .navbar-default .navbar-nav>.active>a:hover {
		color: #333333 !important;
		background-color: #FFFFFF !important;
	}

	.header .navbar-default .navbar-nav>.open>a,
	.header .navbar-default .navbar-nav>.open>a:focus,
	.header .navbar-default .navbar-nav>.open>a:hover {
		color: #333333 !important;
		background-color: #ffffff !important;
	}

	.caret {
		display: inline-block;
		width: 0;
		height: 0;
		top: 20px;
		position: absolute;
		margin-left: 4px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}

	.header .open>.dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: block;
		height: auto;
		margin-top: 0px;
		text-align: center;
		line-height: 30px;
	}

	.header a {
		font-family: 'MicrosoftYaHei';
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #333333;
	}

	.header .dropdown-menu>li>a {
		display: block;
		padding: 0px 15px !important;
		clear: both;
		font-weight: 400;
		line-height: 30px;
		white-space: nowrap;
		background-color: #e1dfdf;
	}

	.addheader {
		display: none;
	}

	.slider {
		margin-top: 80px;
	}

	.flip-order {
		display: none;
	}

	.box {
		width: 100%;
		margin: auto;
		border: none;
		padding: 0;
	}

	.about {
		margin-top: 40px;
	}

	.about-left {
		margin: 0 20px auto 4%;
		width: 40%;
	}

	.contain h5 {
		font-size: 16px;
	}

	.contain h3 {
		font-size: 24px;
		letter-spacing: 1px;
		margin: 20px auto;
		font-weight: normal;
	}

	.contain p {
		font-size: 14px;
		line-height: 24px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.is-off {
		width: 150px;
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
	}

	.is-off .arw {
		font-size: 14px;
		letter-spacing: 1px;
	}

	.about-right {
		width: 60%;
	}

	.about-right::before {
		left: -45%;
	}

	.is-off .arw::after {
		right: -80px;
	}

	.index-show {
		margin-top: 40px;
	}

	.index-showbox .index-show {
		padding-top: 60px;
	}

	.is-off:hover {
		background-color: transparent;
		-webkit-animation: none;
		animation: none;
		border: solid 1px #333333;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		border: solid 1px #333333;
	}

	.is-off:hover .arw {
		color: #333333;
	}

	.index-panel li:hover img {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: none;
		transition: none;
	}

	.index-showbox .contain .is-off:hover {
		border: solid 1px #FFFFFF;
	}

	.index-showbox .contain .is-off:hover .arw {
		color: #FFFFFF;
	}

	.imgshowsm:hover .morebox {
		color: #FFFFFF;
		background-color: #1b528d;
	}

	.imgshowsm:hover .more::after {
		border-left-color: #FFFFFF;
	}

	.addimgshow .imgshowsm:hover .morebox {
		color: #141414;
		background-color: #FFFFFF;
	}

	.addimgshow .imgshowsm:hover .more::after {
		border-left-color: #1b528d;
	}

	.index-panel {
		margin-top: 40px;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto auto auto auto;
		-ms-grid-columns: 1fr 1fr 1fr;
		-ms-grid-rows: auto auto auto auto;
	}

	.index-panel li .text span {
		font-size: 14px;
		letter-spacing: 2px;
	}

	.index-panel li:nth-child(1) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}

	.index-panel li:nth-child(2) {
		grid-column-start: 3;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}

	.index-panel li:nth-child(3) {
		grid-column-start: 3;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
	}

	.index-panel li:nth-child(4) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 4;
	}

	.index-panel li:nth-child(5) {
		grid-column-start: 2;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 3;
	}

	.index-panel li:nth-child(6) {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 4;
	}

	.index-panel li:nth-child(7) {
		grid-column-start: 4;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 3;
	}

	.index-panel li:nth-child(8) {
		grid-column-start:1;
		grid-column-end: 2;
		grid-row-start: 4;
		grid-row-end: 4;
	}

	.index-panel li:nth-child(9) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 4;
		grid-row-end: 4;
	}

	.index-showbox {
		margin-top: 40px;
		padding-bottom: 80px;
		background-size: cover;
	}

	.imgshow,
	.addimgshow {
		margin-top: 30px;
		margin-right: -20px;
	}

	.imgshowsm,
	.addimgshow .imgshowsm {
		width: calc(50% - 20px);
		margin: 0 20px 20px 0;
	}

	.video {
		margin-top: 40px;
		text-align: center;
		width: 500px;
		height: 300px;
	}

	.index-showup {
		margin-top: -30px;
	}

	.index-showbg {
		margin-top: 60px;
	}

	.index-showup .index-show {
		padding-top: 40px;
		margin-top: 40px;
		left: 0;
	}

	.footer-up {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.footer-dowm {
		height: 50px;
	}

	.footer-up h4 {
		font-size: 16px;
		line-height: 24px;
	}

	.footer-line {
		margin: 15px auto;
	}

	.footer-up ul li,
	.footer-up ul li a {
		line-height: 24px;
	}

	.footer-link {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.content {
		margin-top: 80px;
		height: 220px;
	}

	.content img {
		height: 100%;
	}

	.content-text {
		top: 30%;
		left: 10%;
	}

	.content-text h4 {
		font-size: 22px;
		letter-spacing: 2px;
	}

	.content-link .linkleft li a {
		font-size: 18px;
	}

	.content-link .dropdown-menu a {
		font-size: 14px !important;
	}

	.dropdown-menu {
		min-width: 120px !important;
	}

	.about-brief {
		margin-top: 40px;
	}

	.about-up h5 {
		font-size: 22px;
		letter-spacing: 1px;
		color: #333333;
		margin: 0;
	}

	.about-up p {
		margin: 30px 0 0;
	}

	.brief {
		margin-top: 40px;
		height: 220px;
	}

	.brieftext p:nth-child(1) {
		font-size: 18px;
		height: 30px;
	}

	.brieftext p:nth-child(2) {
		font-family: Arial-BoldMT;
		font-size: 20px;
		margin-top: 40px;
	}

	.briefimg {
		margin-top: 40px;
	}

	.briefimg h2 {
		font-size: 22px;
		margin: 0 auto 20px;
	}

	.briefimg img {
		margin: 30px auto;
	}

	.briefimg p {
		line-height: 24px;
	}

	.about-showbox {
		margin-top: 40px;
	}

	.about-show {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.about-show h4 {
		font-size: 22px;
		line-height: 24px;
	}

	.about-video {
		width: 500px;
		height: 300px;
		margin-top: 40px;
	}

	.vision {
		padding: 50px 0 0;
		margin-top: -80px;
	}

	.vision-show {
		margin: 40px auto;
		padding-bottom: 40px;
	}

	.vision-show img {
		height: auto;
	}

	.visionleft:hover .visiontext,
	.visionright li:hover .visiontext {
		background-color: rgba(26, 82, 141, 0.7);
	}

	.visionleft:hover .visiontext p,
	.visionright li:hover .visiontext p {
		color: #FFFFFF;
	}

	.visionleft:hover img,
	.visionright li:hover img {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: none;
		transition: none;
	}

	.visiontext p {
		line-height: 35px;
		padding-left: 10px;
	}

	.productbox li {
		width: calc(25% - 12px);
		margin: auto 12px 12px 0;
	}

	.productbox {
		margin-right: -12px;
	}

	.product p {
		margin: 15px auto;
	}

	.product:hover h6 {
		color: #333333;
	}

	.product:hover p,
	.product:hover a span {
		color: #7a7a7a;
	}

	.product:hover img {
		border: solid 1px transparent;
	}

	.product:hover .productis-off {
		border-bottom-color: #92a1a2;
	}

	.content-linkup {
		margin-top: 80px;
	}

	.product-text {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 4%;
		padding-right: 4%;
	}

	.product-text p {
		margin: 20px auto;
	}

	.product-text img {
		margin: 0 auto 20px;
	}

	.case h6 {
		margin: 15px auto;
	}

	.case ul li a {
		line-height: 50px;
	}

	.content-show ul {
		margin: 40px auto 0;
	}

	.textshow p {
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 50%;
	}

	.textshow .is-off {
		width: 140px;
	}

	.strenght table tr {
		height: 50px;
	}

	.content-show ul li:hover .textshow {
		background-color: rgba(26, 82, 141, .5);
		opacity: 1;
	}

	.content-show ul li:hover .is-off {
		background-color: transparent;
		border: solid 1px #ffffff;
	}

	.content-show ul li:hover .arw {
		color: #FFFFFF;
	}

	.content-show ul li:hover .arw::after {
		border-left-color: #FFFFFF;
	}

	.contentup {
		margin-top: 0;
	}

	.news-text {
		width: 100%;
	}

	.news-text p,
	.news-text h6 {
		margin: 20px auto;
	}

	.product h6 {
		font-size: 16px;
		margin-top: 15px;
	}

	.morebtn {
		height: 40px;
		line-height: 40px;
	}

	.job {
		width: 100%;
		padding: 0 30px;
	}

	.job-img {
		width: 10%;
	}

	.job-price {
		width: 20%;
	}

	.job-text {
		width: 70%;
	}

	.job-hidetext ul li {
		margin-bottom: 15px;
	}

	.job-hide {
		padding: 0 10% 20px;
	}

	.service {
		display: block;
	}

	.service-img {
		width: 100%;
		text-align: center;
	}

	.service-textbox {
		width: 100%;
		padding: 0 10%;
	}

	.service-text {
		padding: 20px 0;
	}

	.service-text ul li {
		line-height: 24px;
	}

	.contact {
		margin: 40px auto 30px;
		padding-left: 4%;
		padding-right: 4%;
	}

	.contact-text ul {
		margin: 30px auto auto;
	}

	.contact-text {
		width: 45%;
		padding-right: 20px;
	}

	.contact-map {
		width: 55%;
		height: 240px;
	}

	.content-link .linkleft p {
		font-size: 18px;
	}

	.contact-text h5 {
		font-size: 18px;
	}
}

@media screen and (max-width:767px) {

	/* 超小设备（手机，小于 768px） */
	.typearea {
		padding-left: 4%;
		padding-right: 4%;
		width: 100%;
	}

	.header {
		position: fixed;
		top: 0;
		margin: 0 auto;
		z-index: 2000;
		width: 100%;
		height: 60px;
		background-color: #fff;
		line-height: 58px;
	}

	.pc-header {
		display: none;
	}

	.app-header {
		display: block;
	}

	.app-header img {
		width: 50px;
	}

	.header .navbar-collapse {
		padding-right: 0px !important;
		padding-left: 0px !important;
		margin-right: 0;
	}

	.header .navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 15px;
		margin-right: 0px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}

	.header .navbar-nav {
		float: none;
		margin: 0;
		background-color: #FFFFFF;
	}

	.header .navbar-default {
		background-color: #FFFFFF;
		border: none;
	}

	.header .navbar-nav>li>a {
		line-height: 40px;
		padding: 0;
		text-align: center;
		color: #333333 !important;
	}

	.header .navbar-default .navbar-nav>.active>a,
	.header .navbar-default .navbar-nav>.active>a:focus,
	.header .navbar-default .navbar-nav>.active>a:hover {
		color: #333333 !important;
		background-color: #FFFFFF !important;
	}

	.header .navbar-default .navbar-nav>.open>a,
	.header .navbar-default .navbar-nav>.open>a:focus,
	.header .navbar-default .navbar-nav>.open>a:hover {
		color: #333333 !important;
		background-color: #ffffff !important;
	}

	.caret {
		display: inline-block;
		width: 0;
		height: 0;
		top: 20px;
		position: absolute;
		margin-left: 4px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}

	.header .open>.dropdown-menu {
		display: block;
		height: auto;
		margin-top: 0px;
		text-align: center;
		line-height: 30px;
	}

	.header a {
		font-family: 'MicrosoftYaHei';
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #333333;
	}

	.header .dropdown-menu>li>a {
		display: block;
		padding: 0px 15px !important;
		clear: both;
		font-weight: 400;
		line-height: 30px;
		white-space: nowrap;
		background-color: #e1dfdf;
		color: #333333 !important;
	}

	.addheader {
		display: none;
	}

	.slider {
		margin-top: 60px;
	}

	.flip-order {
		display: none;
	}

	.box {
		width: 100%;
		border: none;
		padding: 0;
	}

	.slider .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.about {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		padding-left: 4%;
		padding-right: 4%;
		text-align: center;
	}

	.about-left {
		margin: auto;
		width: 100%;
	}

	.contain h5 {
		font-size: 16px;
		letter-spacing: 1px;
	}

	.contain h3 {
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 1px;
		margin: 20px auto;
	}

	.contain p {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0;
		text-align: left;
		text-indent: 25px;
	}

	.is-off {
		width: 120px;
		height: 30px;
		line-height: 30px;
		margin-top: 20px;
		text-align: left;
	}

	.is-off .arw {
		font-size: 12px;
		letter-spacing: 1px;
	}

	.is-off .arw::after {
		border-right: 8px solid transparent;
		border-left: 8px solid #333333;
		right: -50px;
	}

	.about-right {
		width: 100%;
		margin-top: 20px;
	}

	.about-right::before {
		left: -45%;
	}

	.index-show {
		margin-top: 30px;
		text-align: center;
	}

	.index-panel {
		margin-top: 30px;
		grid-gap: 10px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto auto auto;
		-ms-grid-columns: 1fr 1fr;
		-ms-grid-rows: auto auto auto auto auto;
	}

	.index-panel li:nth-child(1) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}

	.index-panel li:nth-child(2) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 3;
	}

	.index-panel li:nth-child(3) {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
	}

	.index-panel li:nth-child(4) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 3;
		grid-row-end: 5;
	}

	.index-panel li:nth-child(5) {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 4;
	}

	.index-panel li:nth-child(6) {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 4;
		grid-row-end: 5;
	}

	.index-panel li:nth-child(7) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 5;
		grid-row-end: 6;
	}

	.index-panel li:nth-child(8) {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 5;
		grid-row-end: 6;
	}

	.index-panel li:nth-child(9) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 6;
		grid-row-end: 7;
	}

	.index-panel li .text span {
		padding: 5px 0;
		font-size: 12px;
		letter-spacing: 1px;
	}

	.is-off:hover {
		background-color: transparent;
		-webkit-animation: none;
		animation: none;
		border: solid 1px #333333;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		border: solid 1px #333333;
	}

	.is-off:hover .arw {
		color: #333333;
	}

	.index-panel li:hover img {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: none;
		transition: none;
	}

	.index-showbox .contain .is-off:hover {
		border: solid 1px #FFFFFF;
	}

	.index-showbox .contain .is-off:hover .arw {
		color: #FFFFFF;
	}

	.imgshowsm:hover .morebox {
		color: #FFFFFF;
		background-color: #1b528d;
	}

	.imgshowsm:hover .more::after {
		border-left-color: #FFFFFF;
	}

	.addimgshow .imgshowsm:hover .morebox {
		color: #141414;
		background-color: #FFFFFF;
	}

	.addimgshow .imgshowsm:hover .more::after {
		border-left-color: #1b528d;
	}

	.index-showbox {
		margin-top: 30px;
		padding-bottom: 30px;
		background-size: cover;
		background-image: url(../img/smbg1.jpg) !important;
	}

	.index-showbig {
		background-size: cover;
		background-image: url(../img/smbg2.jpg) !important;
	}

	.index-showbox .index-show {
		padding-top: 30px;
	}

	.video {
		margin-top: 30px;
		width: 300px;
		height: 220px;
	}

	.index-showup .index-show {
		padding-top: 0;
		margin-top: 30px;
		left: 0;
	}

	.imgshow,
	.addimgshow {
		margin-top: 30px;
		margin-right: 0;
	}

	.imgshowsm,
	.addimgshow .imgshowsm {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.imgshowsm img {
		width: 80px;
		height: 80px;
	}

	.imgshowsm .morebox {
		padding-left: 15px;
		padding-right: 25px;
		font-size: 14px;
		letter-spacing: 1px;
	}

	.index-showup {
		margin-top: 0;
		padding-left: 4%;
		padding-right: 4%;
	}

	.imgshowsm .more::after {
		border-right: 8px solid transparent;
		border-left: 8px solid #FFFFFF;
		right: 15px;
	}

	.index-showbg {
		margin-top: 30px;
	}

	.index-showup::after {
		content: none;
	}

	.footer-up h4 {
		font-size: 16px;
		line-height: 20px;
	}

	.footer-line {
		margin: 10px auto;
	}

	.footer-up ul li,
	.footer-up ul li a {
		line-height: 20px;
	}

	.footer-link {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.footer-link:nth-child(2n+0) {
		display: none;
	}

	.footer-up {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer-dowm {
		flex-direction: column;
		padding-left: 4%;
		padding-right: 4%;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.content {
		margin-top: 60px;
		height: 150px;
	}

	.content img {
		height: 100%;
	}

	.content-text h4 {
		font-size: 20px;
		letter-spacing: 1px;
	}

	.content-text {
		position: absolute;
		top: 30%;
		left: 8%;
		z-index: 111;
	}

	.content-link {
		height: 50px;
	}

	.content-link .linkleft {
		height: 50px;
	}

	.content-link .linkleft li {
		line-height: 50px;
	}

	.content-link .linkleft li a {
		font-size: 14px;
		line-height: 40px;
	}

	.dropdown-menu {
		min-width: 100px !important;
	}

	.content-link .dropdown-menu a {
		font-size: 12px !important;
	}

	.about-brief {
		margin-top: 30px;
		display: block;
	}

	.about-up {
		width: 100%;
		padding-right: 0;
	}

	.about-up h5 {
		font-size: 18px;
		text-align: center;
	}

	.about-up p {
		font-size: 12px;
		line-height: 22px;
		margin: 20px 0 0;
	}

	.about-down {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.brief {
		margin-top: 30px;
		height: 150px;
		text-align: center;
		display: flex;
		align-items: center;
	}

	.brieftext p:nth-child(1) {
		font-size: 12px;
		letter-spacing: 0;
	}

	.brieftext p:nth-child(2) {
		font-size: 14px;
		letter-spacing: 0;
		margin-top: 15px;
	}

	.brieftext {
		margin-bottom: 10px;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.briefimg {
		margin-top: 30px;
	}

	.briefimg h2 {
		font-size: 18px;
		margin: 0 auto 20px;
	}

	.briefimg h5 {
		font-size: 14px;
		line-height: 22px;
	}

	.briefimg img {
		margin: 20px auto;
	}

	.briefimg p {
		line-height: 22px;
	}

	.briefimg p:last-child {
		margin-top: 20px;
	}

	.about-showbox {
		margin-top: 30px;
		background-image: url(../img/smbg4.jpg) !important;
	}

	.about-show {
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}

	.about-show h4 {
		font-size: 18px;
		line-height: 22px;
	}

	.about-video {
		width: 300px;
		height: 220px;
		margin-top: 30px;
	}

	.vision {
		padding: 0;
		margin-top: 0;
	}

	.vision-show {
		display: block;
		margin: 30px auto 0;
		padding-bottom: 30px;
	}

	.vision-show img {
		height: auto;
	}

	.visionleft,
	.visionright {
		width: 100%;
		height: auto;
	}

	.visionleft {
		margin-bottom: 15px;
	}

	.visionright ul li:nth-child(1),
	.visionright ul li:nth-child(2) {
		margin-bottom: 15px;
	}

	.visionleft:hover .visiontext,
	.visionright li:hover .visiontext {
		background-color: rgba(26, 82, 141, 0.7);
	}

	.visionleft:hover .visiontext p,
	.visionright li:hover .visiontext p {
		color: #FFFFFF;
	}

	.visionleft:hover img,
	.visionright li:hover img {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: none;
		transition: none;
	}

	.visiontext p {
		line-height: 30px;
		letter-spacing: 0;
		padding-left: 10px;
	}

	.product:hover h6 {
		color: #333333;
	}

	.product:hover p,
	.product:hover a span {
		color: #7a7a7a;
	}

	.product:hover img {
		border: solid 1px transparent;
	}

	.product:hover .productis-off {
		border-bottom-color: #92a1a2;
	}

	.content-linka .linkright {
		display: none;
	}

	.content-linka {
		height: 50px;
	}

	.content-link .linkleft .linkshow::after {
		top: 0px;
	}

	.content-open {
		margin-top: 30px;
	}

	.aboutshowul {
		margin-right: -15px;
	}

	.aboutshowul li {
		width: calc(50% - 15px);
		margin: auto 15px 15px 0;
		padding: 10px;
	}

	.content-linkup {
		margin-top: 60px;
	}

	.product-link p {
		font-size: 18px;
		letter-spacing: 0;
	}

	.product-link {
		height: 50px;
		text-align: center;
		line-height: 50px;
	}

	.product-text {
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.product-text p {
		line-height: 22px;
		letter-spacing: 0;
		margin: 15px auto;
	}

	.product-text img {
		margin: 0 auto 15px;
	}

	.detailsoff .arw::after {
		border-left-color: #1a528d !important;
	}

	.productbox {
		margin-right: -15px;
	}

	.productbox li {
		width: calc(50% - 15px);
		margin: auto 15px 15px 0;
	}

	.product h6 {
		font-size: 14px;
		letter-spacing: 0;
		margin-top: 10px;
		line-height: 22px;
	}

	.product p {
		letter-spacing: 0;
		margin: 10px auto 0;
	}

	.product-arw::after {
		border-right: 8px solid transparent;
		border-left: 8px solid #1a528d;
	}

	.morebtn p {
		font-size: 14px;
		letter-spacing: 0;
	}

	.morebtn {
		height: 40px;
		line-height: 40px;
	}

	.case {
		display: block;
		margin-top: 30px;
	}

	.case-left {
		width: 100%;
		margin: auto 0 20px auto;
	}

	.case-right {
		width: 100%;
	}

	.case h6 {
		font-size: 14px;
		letter-spacing: 0;
		margin: 15px auto 0;
	}

	.case ul li a {
		font-size: 12px;
		line-height: 40px;
	}

	.content-show ul li:hover .textshow {
		background-color: rgba(26, 82, 141, .5);
		opacity: 1;
	}

	.content-show ul li:hover .is-off {
		background-color: transparent;
		border: solid 1px #ffffff;
	}

	.content-show ul li:hover .arw {
		color: #FFFFFF;
	}

	.content-show ul li:hover .arw::after {
		border-left-color: #FFFFFF;
	}

	.content-show ul {
		display: block;
		margin: 30px auto 0;
	}
    .content-show ul li {
		width: 100%;
	}
	
	.textshow p {
		font-size: 18px;
	}

	.textshow .is-off {
		width: 120px;
		line-height: 35px;
	}

	.textshow .is-off .arw::after {
		right: -50px;
	}

	.contentup {
		margin-top: 0;
	}

	.news-title {
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.news-title h4 {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 0;
		margin: 0 auto 15px;
	}

	.news-title p {
		line-height: 22px;
	}

	.news-text {
		width: 100%;
		padding-bottom: 20px;
	}

	.news-text p,
	.news-text h6 {
		line-height: 22px;
		letter-spacing: 0;
		margin: 15px auto;
	}

	.content-link .linkleft p {
		font-size: 14px;
		letter-spacing: 0;
	}

	.job {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 15px;
	}

	.job-show {
		display: block;
		padding: 20px 0 10px;
	}

	.job-img {
		display: none;
	}

	.job-text,
	.job-price {
		width: 100%;
	}

	.job-text p {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	.job-text ul li {
		font-size: 12px;
		letter-spacing: 0;
		margin: auto auto auto 0;
		padding-right: 5px;
	}

	.job-price p {
		font-size: 12px;
		letter-spacing: 0;
	}

	.jobbtn-show,
	.jobbtn-hide {
		height: 40px;
		line-height: 40px;
	}

	.job-price {
		margin: 10px 0 auto auto;
		text-align: left;
	}

	.jobbtn-show span,
	.jobbtn-hide span {
		font-size: 12px;
		letter-spacing: 0;
	}

	.jobbtn-show span::after {
		border-right: 8px solid transparent;
		border-left: 8px solid #1a528d;
		right: -25px;
		margin-top: -2px;
	}

	.jobbtn-hide span::after {
		margin-top: -3px;
		border-bottom: 8px solid #1a528d;
		right: -15px;
	}

	.job-hidetext {
		padding: 10px 0 0;
	}

	.job-hidetitle p {
		font-size: 14px;
		letter-spacing: 0;
		margin: auto auto 10px 5px;
	}

	.job-hidetext ul li {
		font-size: 12px;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	.job-hide {
		padding: 0 0 20px;
	}

	.service {
		margin-top: 30px;
		display: block;
	}

	.service-img,
	.service-textbox {
		width: 100%;
	}

	.service-textbox {
		padding-left: 0;
	}

	.service-text {
		padding: 20px 0 10px;
	}

	.service-text h5 {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0;
		margin: 0 auto 10px;
	}

	.service-text ul li {
		font-size: 12px;
		line-height: 22px;
		letter-spacing: 0;
	}

	.service-text:last-child {
		border-bottom: 1px solid #bfbfbf;
	}

	.contact {
		margin: 30px auto 0;
		display: block;
		padding: 0 4%;
	}

	.contact-text {
		width: 100%;
		padding-right: 0;
		margin-bottom: 15px;
	}

	.contact-map {
		width: 100%;
		height: 200px;
	}

	.contact-text h5 {
		font-size: 16px;
		text-align: center;
	}

	.contact-text ul {
		margin: 15px auto auto;
		width: 60%;
	}

	.contact-text ul li {
		font-size: 12px;
		line-height: 22px;
	}

	.contact-text ul li span {
		font-size: 12px;
		line-height: 22px;
		margin-left: 10px;
	}

	.strenght table tr {
		height: auto;
	}

	table {
		border: 0;
	}

	table thead {
		display: none;
	}

	table tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 1px solid #ddd;
	}

	table td {
		display: block;
		text-align: right;
		border-bottom: 1px dotted #ccc;
		padding: 10px;
	}

	table td:last-child {
		border-bottom: 0;
	}

	table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
}

