﻿/*--公共部分--*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
}
body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
body, button, input, select, textarea {
	font: 14px/1.5 Arial, 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
	color: #333;
}
ul, li {
	list-style: none;
}
img {
	border: 0px;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	border: 1px solid #ccc;
}
*, :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"], input[type="reset"] {
	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"], input[type="reset"], select, textarea {
	outline-style: none;
	-webkit-appearance: none;
	resize: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
 input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
}
.bd_weixin_popup, .content-box {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.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: 992px) {
.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%;
}
}
 @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: 1400px;
	padding: 0;
}
}
/* layout start*/
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: -webkit-transform;
	-moz-transition-property: transform, -moz-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: height, -o-transform;
	-moz-transition-property: transform, height, -moz-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-o-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #000;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}
.indexWrap {
	padding: 0 15px;
	max-width: 100%;
	margin: 0 auto;
}
.indexIndustry-list {
	position: relative
}
.indexProduct-list .thumb {
	display: block;
	position: relative;
	overflow: hidden;
}
.indexProduct-list .thumb:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.indexProduct-list .content {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
	color: #fff;
}
.indexProduct-list h2 {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	line-height: 1.2;
}
.indexProduct-list .desc {
	padding-top: 5px;
	font-weight: lighter;
}
.indexProduct-list .more {
	margin-top: 30px;
	padding-top: 68px;
	background: url(../image/index01.png) top center no-repeat;
	display: none;
}
.indexProduct-list .more .icon {
	width: 142px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.86);
	padding-top: 10px;
	padding-bottom: 14px;
}
.indexProduct-list .more img {
	max-width: 100%;
	display: block;
	margin: 0 auto 8px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.indexProduct-list .more span {
	display: block;
	color: #2142a3;
	font-size: 15px;
	line-height: 20px;
}
.indexProduct-list .dot {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 30;
	font-size: 0;
}
.indexProduct-list .dot span {
	width: 25px;
	height: 3px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0 3px;
	vertical-align: top;
}
.indexProduct-list .dot span.swiper-pagination-bullet-active {
	background-color: #eb9335;
}
.indexIndustry-list h2 {
	font-size: 18px;
}
.indexIndustry-list h3 {
	padding-top: 5px;
	font-weight: lighter;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
}
.indexIndustry-list h3:after {
	content: '';
	display: block;
	width: 2em;
	height: 2px;
	background-color: #fff;
	margin: 8px 0 10px;
}
.indexIndustry-list .content {
	padding: 15px 20px 20px;
	background-color: #2142a3;
	color: #fff;
	text-align: justify;
	-moz-text-align-last: left;
	text-align-last: left;
}
.indexIndustry-list .thumb .image{ margin:0 auto; text-align:center; width:100%; background:#162d70}
.indexIndustry-list .thumb .image img{ margin:0 auto;  }
.indexIndustry-list .desc {
	font-weight: lighter;
	font-size: 13px;
	opacity: 0.8;
	line-height: 2.125;
}
.indexIndustry-list .more {
	color: #fff;
	border: 1px solid #f9eecd;
	font-size: 14px;
	padding: 3px 40px 3px 10px;
	display: inline-block;
	vertical-align: top;
	opacity: 0.8;
	margin-top: 15px;
	position: relative;
}
.indexIndustry-list .more:after {
	content: '';
	display: block;
	width: 26px;
	height: 100%;
	background: url(../image/index01.png) center no-repeat;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	right: 5px;
	top: 0;
}
.indexIndustry-dot {
	background-color: #2142a3;
	text-align: center;
	padding-bottom: 0;
	display: none
}
.indexIndustry-dot span {
	width: 5px;
	height: 5px;
	background-color: #fff;
	margin: 0 5px;
}
.indexIndustry-dot span.swiper-pagination-bullet-active {
	background-color: #eb9335;
}
.indexIndustry-prev {
	width: 50px;
	height: 50px;
	background: url(../image/ban_l1.png) no-repeat center;
	border: #fff 1px solid;
	position: absolute;
	bottom: 160px;
	right: 17.3%;
	z-index: 999
}
.indexIndustry-next {
	width: 50px;
	height: 50px;
	background: url(../image/ban_r1.png) no-repeat center;
	border: #fff 1px solid;
	position: absolute;
	bottom: 160px;
	right: 13.8%;
	z-index: 999
}
.indexIndustry-hd {
	text-align: center; margin:0 15px
}
.indexIndustry-hd li {
	cursor: pointer;
	padding: 0 30px;
	background: #fff
}
.indexIndustry-hd li:after {
	content: '';
	display: block;
	width: 1px;
	height: 70%;
	background-color: #ecf0f2;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.indexIndustry-hd li:last-child:after {
	display: none;
}
.indexIndustry-hd .box {
	width: 68px;
	height: 55px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.indexIndustry-hd .icon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	display: inline-block;
	vertical-align: middle;
}
.indexIndustry-hd .icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.indexIndustry-hd .hv {
	top: 100%;
}
.indexIndustry-hd img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.indexIndustry-hd h4 {
	color: #64696c;
	font-size: 16px;
	padding-top: 7px;
}
.indexIndustry-hd .on .icon {
	top: -100%;
}
.indexIndustry-hd .on .hv {
	top: 0;
}
.indexIndustry-hd .on h4 {
	color: #2142a3;
}
.indexAbout-hd {
	text-align: center;
}
.indexAbout-hd li {
	padding: 15px 0;
	border: 1px solid #ecf0f2;
	cursor: pointer;
	border-right-width: 0;
}
.indexAbout-hd li:last-child {
	border-right-width: 1px;
}
.indexAbout-hd .num {
	font-family: "Montserrat";
	color: #005376;
	font-size: 30px;
	letter-spacing: -1px;
}
.indexAbout-hd li:nth-child(2) .num:after {
	content: "+";
}
.indexAbout-hd .desc {
	font-size: 12px;
}
.indexAbout-hd .on {
	background-color: #2142a3;
}
.indexAbout-hd .on .num, .indexAbout-hd .on .desc {
	color: #fff;
}
.indexAbout-bd {
	overflow: hidden;
}
.indexAbout-bd li {
	overflow: hidden;
}
.indexAbout-bd .has {
	cursor: pointer;
}
.indexAbout-bd .has:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(https://www.cnsgcsfc.com/images/knowledgeicon01.png) center no-repeat;
	-o-background-size: 90px;
	background-size: 90px;
}
.indexAbout-bd img {
	width: 100%;
	max-width: none;
	position: relative;
	left: 50%; /*height: 200px;*/
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.inNews {
	padding-bottom: 40px;
}
.inNews .image {
	overflow: hidden;
	display: block;
}
.inNews h3 {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.inNews h3 a {
	color: #252e38;
	font-weight: bold;
}
.inNews .desc {
	color: #697e91;
	display: -webkit-box;
	height: 44px;
	line-height: 22px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.inNews-top {
	padding-bottom: 20px;
}
.inNews-top .thumb {
	-webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
	padding: 15px;
}
.inNews-top .date {
	color: #999;
	padding: 2px 0 2px 20px;
	display: block;
	background: url(../image/indexicon08.png) left center no-repeat;
}
.inNews-list li {
	padding: 20px 0;
	border-bottom: 1px solid #ecf0f2;
}
.inNews-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.inNews-list .image {
	width: 100px;
	height: 100px;
	position: relative;
	float: left;
}
.inNews-list .image img {
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	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%);
}
.inNews-list .thumb {
	overflow: hidden;
	padding-left: 15px;
	padding-top: 2px;
}
.inNews-list h3 {
	margin-bottom: 3px;
}
.inNews-list .date {
	color: #999;
	padding-left: 20px;
	display: block;
	line-height: 14px;
	background: url(../image/indexicon08.png) left center no-repeat;
	margin-top: 10px;
}
.recruitmentfloat {
	display: none;
	z-index: 110;
	width: 100%;
	position: fixed;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	left: 0px;
	top: 0px;
}
.tianjiatvwrap {
	width: 95%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 2.5%;
	margin-top: -125px;
}
.tianjiatvwrap .videobox {
	height: 250px;
	position: relative;
	z-index: 1;
}
.recclosebtn {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 15px;
	top: -5px;
	cursor: pointer;
	z-index: 100;
	margin: -20px -20px 0 0;
	z-index: 9;
}
.recclosebtn:before {
	content: '';
	position: absolute;
	top: 10px;
	width: 20px;
	height: 2px;
	background-color: #FFF;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.recclosebtn:after {
	content: '';
	position: absolute;
	top: 10px;
	width: 20px;
	height: 2px;
	background-color: #FFF;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.full-img{ display:block}
.full-img1{ display:none}
@media only screen and (max-width:992px){
.full-img{ display:none}
.full-img1{ display: block}
.indexIndustry-list .thumb .image img{ width: 100%; height: auto}	

.indexIndustry-prev {
	width: 30px;
	height: 30px;
	background: url(../image/ban_l1.png) no-repeat center;
	border: #fff 1px solid;
	position: absolute;
	bottom: 20px;
	right: 17.3%;
	z-index: 999
}
.indexIndustry-next {
	width: 30px;
	height: 30px;
	background: url(../image/ban_r1.png) no-repeat center;
	border: #fff 1px solid;
	position: absolute;
	bottom: 20px;
	right: 5%;
	z-index: 999
}
.indexIndustry-list .desc {
  font-weight: lighter;
  font-size: 13px;
  opacity: 0.8;
  line-height: 2.125;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:3;
}
.indexIndustry-hd h4 {
	color: #64696c;
	font-size: 14px;
	padding-top: 7px;
}
.indexIndustry-hd .box {
  width: 55px;
  height: 55px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.indexIndustry-hd .box img{ width:100%}
.indexIndustry-hd li {
  cursor: pointer;
  padding: 0 ;
  background: #fff;
}
.indexIndustry-hd {
  text-align: center;
  margin: 0 ;
}
}


 @media (min-width: 768px) {
.tianjiatvwrap {
	width: 660px;
	left: 50%;
	margin-left: -330px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tianjiatvwrap .videobox {
	height: 400px;
}

}
 @media (min-width: 1024px) {
.tianjiatvwrap {
	width: 700px;
	margin-left: -350px;
}
.tianjiatvwrap .videobox {
	height: 400px;
}
}
 @media (min-width: 1260px) {
.tianjiatvwrap {
	width: 1000px;
	margin-left: -500px;
}
.tianjiatvwrap .videobox {
	height: 600px;
}
}
 @media (min-width: 768px) {
.banner .dot {
	bottom: 15px;
}
.indexWrap {
	padding: 0 0;
}
.indexAbout-bd img {
	width: 100%;
	height: auto;
	left: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.inNews {
	padding-bottom: 50px;
}
.indexAbout-bd .has:after {
	-o-background-size: 115px;
	background-size: 115px;
}

}
 @media (min-width: 1024px) {
.banner .dot {
	bottom: 30px;
}
.indexWrap {
	padding: 0 ;
}
.indexTitle {
	padding-top: 50px;
	padding-bottom: 30px;
}
.indexTitle .cn {
	font-size: 36px;
}
.indexTitle .en {
	font-size: 50px;
}
.indexTitle h3 {
	font-size: 18px;
	padding-top: 5px;
}
.indexProduct-list .dot {
	display: none;
}
.indexIndustry-list .thumb {
	position: relative;
}
.indexIndustry-list .content {
	width: 60%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../image/indexbg01.png) left top no-repeat;
	-o-background-size: 100%;
	background-size: 100%;
	padding-right: 10%;
	padding-top: 30px;
}
.indexIndustry-list h2 {
	font-size: 30px; margin-bottom:20px
}
.indexIndustry-list h3 {
	font-size: 20px;
}
.indexIndustry-list h3:after {
	margin-top: 15px;
	margin-bottom: 15px;
}
.indexIndustry-list .desc {
	font-size: 16px;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.indexIndustry-list .more {
	min-width: 138px;
	line-height: 30px;
	font-size: 16px;
	padding-left: 10px;
}
.indexIndustry-list .more:after {
	width: 32px;
	right: 10px;
}
.indexIndustry-hd li {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.indexIndustry-hd .on {
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.indexAbout-hd .num {
	font-size: 36px;
}
.indexAbout-hd .desc {
	font-size: 14px;
}
.inNews-top {
	width: 46.42%;
	float: left;
}
.inNews-list {
	width: 50.71%;
	float: right;
}
.inNews-list li:first-child {
	padding-top: 0;
}
.inNews-list .image {
	width: 150px;
}
.inNews {
	padding-bottom: 80px;
}

}
 @media (min-width: 1260px) {
.banner video {
	display: block;
}
.indexTitle {
	padding-top: 75px;
	padding-bottom: 55px;
}
.indexTitle h4 {
	margin-bottom: 0;
}
.indexTitle .cn {
	font-size: 40px;
}
.indexTitle .en {
	font-size: 80px;
}
.indexProduct-list .desc {
	padding-top: 18px;
	font-size: 16px;
}
.indexProduct-list .thumb:hover:after {
	background-color: rgba(0, 0, 0, 0.42);
}
.indexProduct-list .thumb:hover h2 {
	color: #eb9335;
}
.indexIndustry-list .content {
	padding-left: 50px;
	padding-right: 15%;
	padding-top: 50px;
}
.indexIndustry-list .more:after {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.indexIndustry-list .more:hover {
	border-color: #fff;
}
.indexIndustry-hd {
	width: calc(80% - 30px);
	max-width: 80%;
	margin: -105px  auto 0;
	position: relative;
	z-index: 20;
	padding-top: 5px;
	-webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1); 
}
.indexIndustry-hd ul {
	background-color: #fff;
}
.indexIndustry-hd li {
	padding: 30px 0;
	border-bottom: 3px solid transparent;
}
.indexIndustry-hd li:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	background-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	position: absolute;
	bottom: 100%;
	left: 0;
}
.indexIndustry-hd li:after {
	height: 61.11%;
}
.indexIndustry-hd li:hover h4 {
	color: #2142a3;
}
.indexIndustry-hd li:hover .icon {
	top: -100%;
}
.indexIndustry-hd li:hover .hv {
	top: 0;
}
.indexIndustry-hd .on {
	border-color: #2142a3;
}
.indexIndustry-hd .on:before {
	height: 5px;
}
.indexIndustry-hd h4 {
	padding-top: 10px;
}
.indexAbout {
	padding-top: 25px;
}
.indexAbout-hd {
	width: 81.4%;
	max-width: 1400px;
	z-index: 2;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
	overflow: visible;
	margin-top: 10px;
}
.indexAbout-hd li {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	padding: 40px 0;
}
.indexAbout-hd li:after, .indexAbout-hd li:before {
	content: '';
	display: block;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background-color: #2142a3;
	margin-left: -1px;
}
.indexAbout-hd li:before {
	bottom: 100%;
}
.indexAbout-hd li:after {
	top: 100%;
}
.indexAbout-hd li:last-child:before, .indexAbout-hd li:last-child:after {
	margin-right: -1px;
}
.indexAbout-hd .num {
	font-size: 40px;
}
.indexAbout-hd .on {
	border-color: #2142a3;
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.indexAbout-hd .on:after, .indexAbout-hd .on:before {
	height: 10px;
}
.indexAbout-bd {
	margin-top: -50px;
}
.inNews h3 {
	font-size: 20px;
}
.inNews-top {
	padding-bottom: 0;
}
.inNews-top .title {
	padding-bottom: 15px;
	overflow: hidden;
}
.inNews-top h3 {
	width: 70%;
	float: left;
}
.inNews-top .date {
	padding: 3px 0 3px 20px;
	float: right;
	font-size: 16px;
}
.inNews-top .image img {
	width: auto;
	min-width: 100%;
	height: 385px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.inNews-top .thumb {
	padding: 23px 30px;
}
.inNews-top .desc {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
}
.inNews-top:hover h3 a {
	color: #2142a3;
}
.inNews-top:hover .image img {
	-webkit-transform: translateX(-50%) scale(1.03);
	-moz-transform: translateX(-50%) scale(1.03);
	-ms-transform: translateX(-50%) scale(1.03);
	-o-transform: translateX(-50%) scale(1.03);
	transform: translateX(-50%) scale(1.03);
}
.inNews-list li {
	padding: 24px 0;
}
.inNews-list .content {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.inNews-list .thumb {
	height: 148px;
	padding-right: 20px;
}
.inNews-list .image {
	width: 230px;
	height: 148px;
}
.inNews-list h3 {
	margin-bottom: 13px;
}
.inNews-list .desc {
	line-height: 24px;
	height: 44px;
}
.inNews-list .date {
	margin-top: 25px;
}
.inNews-list li:hover .content {
	-webkit-box-shadow: 0 10px 7px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 7px 1px rgba(0, 0, 0, 0.1);
}
.inNews-list li:hover h3 a {
	color: #2142a3;
}
.inNews {
	padding-bottom: 105px;
}
}
 @media (min-width: 1600px) {
.indexIndustry-list .content {
	width: 50%;
	padding: 80px 5% 80px 14%;
}
.indexIndustry-list h2 {
	font-size: 42px;
}
.indexIndustry-list h3 {
	font-size: 24px;
	padding-top: 2px;
}
.indexIndustry-list h3:after {
	margin-top: 25px;
	margin-bottom: 28px;
}
.indexIndustry-list .more {
	min-width: 168px;
	margin-top: 27px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 18px;
}
.indexIndustry-list .more:after {
	right: 22px;
}
.indexIndustry-list .more:hover:after {
	right: 10px;
}
.indexIndustry-hd li {
	padding: 45px 0;
}
.indexAbout-hd li {
	padding: 70px 0;
}
.indexAbout-hd .num {
	font-size: 52px;
}
.indexAbout-hd .desc {
	font-size: 18px;
	padding-top: 10px;
}
.inNews {
	width: 81.4%;
	max-width: 1400px;
	margin: 0 auto;
}
.inNews .indexTitle {
	padding-bottom: 65px;
}
}
 @media (min-width: 1800px) {
.indexWrap {
	padding: 0; 
}
.indexIndustry-list .content {
	padding-top: 175px;
}
}
