@import "coursePage.css";
@import "videoPage.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box
}

html {
	line-height: 1
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}

q,
blockquote {
	quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none
}

a img {
	border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block
}

a {
	text-decoration: none
}

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

.clearfix {
	zoom: 1
}

:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.hide {
	display: none
}

.left {
	text-align: left !important
}

.mb0 {
	margin-bottom: 0 !important
}

.mt0 {
	margin-top: 0 !important
}

.mt15 {
	margin-top: 15px !important
}

.mt20 {
	margin-top: 20px !important
}

.mt30 {
	margin-top: 30px !important
}

.mt50 {
	margin-top: 50px !important
}

.mb10 {
	margin-bottom: 10px !important
}

.mb20 {
	margin-bottom: 20px !important
}

.pt40 {
	padding-top: 40px !important
}

.row {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	height: auto;
	zoom: 1;
	display: block
}

.row:after {
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-2 {
	width: 16.6667%
}

.col-l-2 {
	width: 20%
}

.col-3 {
	width: 25%
}

.col-4 {
	width: 33.3333%
}

.col-5 {
	width: 41.6667%
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 48.3333%
}

.col-8 {
	width: 66.6666%
}

.col-9 {
	width: 75%
}

.col-10 {
	width: 83.3333%
}

.sqs-row {
	width: auto !important
}

.sqs-row:before,
.sqs-row:after {
	content: "";
	display: table
}

[class*=sqs-col] {
	float: left
}

.sqs-col-4 {
	width: 33.3333%
}

.sqs-col-8 {
	width: 66.6666%
}

.sqs-col-12 .sqs-col-4 {
	width: 33.3333%
}

.sqs-block {
	position: relative;
	height: auto;
	outline: none;
	box-shadow: inset 0 0 0 1px rgba(128, 128, 128, 0);
	-webkit-transition: box-shadow .2s ease-in-out;
	-moz-transition: box-shadow .2s ease-in-out;
	-ms-transition: box-shadow .2s ease-in-out;
	-o-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out
}

.sqs-block:not(.sqs-block-html):not(.sqs-block-markdown) {
	clear: both
}

.sqs-layout:not(.sqs-editing) .sqs-row .sqs-block:not(.float):first-child {
	padding-top: 0
}

.sqs-layout:not(.sqs-editing) .sqs-block+.sqs-row .sqs-block:not(.float):first-child {
	padding-top: 0
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
	.col-md-3 {
		width: 25%;
		padding: 0
	}
	.col-md-4 {
		width: 33.334%;
		padding: 0
	}
	.col-md-6 {
		width: 50%;
		padding: 0
	}
}

@media only screen and (max-width: 768px) {
	body {
		-webkit-animation: bugfix infinite 1s
	}
}

@media only screen and (max-width: 600px) {
	.col-xs-2 {
		width: 16.667%
	}
	.col-xs-3 {
		width: 25%;
		padding: 0
	}
	.col-xs-4 {
		width: 33.334%;
		padding: 0
	}
	.col-xs-6 {
		width: 50%;
		padding: 0
	}
	.col-xs-12 {
		width: 100% !important;
		padding-left: 0;
		padding-right: 0
	}
	.banner{
		display: none;
	}
	.content{
		width: 100%;
		margin-top: inherit;
		padding: 0 20px;
	}
	.publicity-title-left,.publicity-title-right{
		float: left;
	}
	/* .publicity-title-right{
		margin-top: 17px;
	} */
	.publicity-title-article-aside{
		margin-left: -20px;
	}
	.collaborator ul{
		width: 100%;
		padding: 0 20px;
	}
	.publicity-title-img img{
	    width: 25px;
    	height: 25px;
        margin-top: 6px;
	}
	.publicity-title-article{
		font-size: 18px;
	}

	.g-publicity .publicity-title-left span.publicity-title-article-aside{
		display:none;
	}

	.publicity-article>ul>li{
        width: 50%;
        height: 210px;
	    padding: 0 3px;
        display: inline-block;
        margin-right:0px;
	}
	.g-img-box,.g-gif-box,.g-img-box .m-publicity-img,.g-gif-box .m-publicity-gif{
		width: 100%;
		height: 80%;
	}
	.g-gif-box,.publicity-article li:nth-child(4) .g-gif-box{
		height: 103%;
		left: inherit;
	}
	.g-video-div{
		padding-top: 0;
		top: 40px;
	}
	.g-video-top{
		width: 100% !important;
		margin-top: inherit;
	}
	.u-close-video{
		right: inherit;
	    width: 15px;
	    height: 15px;
	    margin: 15px 0 0 15px;
	}
	.u-close-video b{
		background: url(../image/17bim/cha_min.png);
	}
	.g-video-bottom{
        /*width: 90% !important;
    	margin-top: 0px !important;
    	height: 340px !important;*/
    	display: none;
	}

}


html,
body {
	line-height: 1.75em;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif
}

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

h1 {
	font-size: 3em
}

h2 {
	font-size: 2.5em
}

h3 {
	font-size: 2em
}

h4 {
	font-size: 1.5em
}

h5 {
	font-size: 1em
}

h6 {
	font-size: 0.75em
}

html {
	font-size: 20px
}

.bg-white {
	background-color: #fff !important
}

.wrap1280 {
	margin: 0 auto;
	width: 990px
}

.header-title {
	font-size: 12px;
	height: 80px
}

.header-title .navbar-toggle {
	margin-right: 0px;
	margin-left: 10px;
	color: #333;
	vertical-align: middle;
	visibility: hidden
}

.header-title .navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	margin-bottom: 5px
}

.header-title .navbar-toggle .icon-bar:last-child {
	margin-bottom: 0
}

.header-title .logo {
	float: left;
	width: 404px;
	height: 65px;
	margin-top: 7px
}

.header-title .logo a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(../image/logo1.png) center center no-repeat
}

.header-title .toolbar {
	float: right;
	padding-top: 32px
}

.header-title .toolbar a {
	display: inline-block;
	font-size: 14px;
	color: #999
}

.header-title .toolbar code {
	display: inline-block;
	font-size: 16px;
	color: #333;
	font-weight: 700
}

.header-title .toolbar .search-icon {
	display: inline-block;
	width: 22px;
	height: 23px;
	vertical-align: top;
	margin-left: 25px;
	background: url("../image/search.png") no-repeat center center
}

.header {
	/* height: 40px; */
	background-color: #c30d23
}

.header ul li {
	position: relative;
	display: block;
	float: left;
	width: 11%;
	text-align: center
}

.header ul li.active {
	background-color: #a80b1e
}

.header ul li.active:after {
	background-color: #fff
}

.header ul li:nth-last-child(1):after {
	width: 0px
}

.header ul li:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 13px;
	height: 24px;
	width: 1px;
	background-color: #fff
}

.header ul li:hover {
	background-color: #a80b1e
}

.header ul li.current,
.header ul li:visited {
	color: #fff;
	background-color: #a80b1e
}

.header ul li .sub-nav {
	position: absolute;
	top: 56px;
	left: 0;
	width: 325px;
	background-color: #d0dbf1;
	z-index: 300;
	padding: 10px 10px 5px
}

.header ul li .sub-nav a {
	display: inline-block;
	height: 30px;
	padding: 5px 0 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	color: #666;
	text-align: left;
	cursor: pointer;
	margin-left: 22px
}

.header ul li .sub-nav a:hover {
	text-decoration: underline
}

.header ul li .sub-nav .sub-nav-a {
	text-align: left
}

.header ul li .sub-nav .sqs-block {
	width: 100%
}

.header ul li .sub-nav [class*="col"]:nth-child(2) {
	padding: 6px 0
}

.header ul li a {
	/* height: 40px; */
	display: block;
	padding: 5px 0 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	color: #fff;
	padding: 10px 0;
}

.header ul li a b {
	font-size: 8px;
	display: block
}

.header ul li a:active {
	color: #666
}

.slideArea {
	width: 100%;
	height: 600px;
	overflow: hidden;
	background: url("../image/slider-home.jpg") no-repeat center center
}

.slideArea .btn {
	width: 990px;
	text-align: left;
	margin: 50px auto 0
}

.slideArea a {
	display: inline-block;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	padding: 6px 25px;
	margin-left: 10px;
	background-color: transparent;
	border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px
}

.slideArea .slideArea-detail {
	width: 990px;
	text-align: left;
	margin: 120px auto 0
}

.slideArea .slideArea-detail sup {
	display: block;
	font-size: 48px;
	color: #fff;
	margin-bottom: 50px
}

.slideArea .slideArea-detail h2 {
	font-size: 54px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 65px
}

.slideArea .slideArea-detail p {
	color: #fff;
	font-size: 20px
}

.slideArea-small {
	width: 100%;
	height: 400px;
	overflow: hidden
}

.slideArea-small.slideArea-solution {
	/*background:url("../image/solution-bg.jpg") no-repeat center center*/
}

.slideArea-small.slideArea-product {
	/*background:url("../image/product-bg.jpg") no-repeat center center*/
}

.slideArea-small.slideArea-BIM {
	/*background:url("../image/BIM-bg.jpg") no-repeat center center*/
}

.slideArea-small.slideArea-investor {
	background: url("../image/investor-bg.jpg") no-repeat center center;
	background-size: cover;
}

.slideArea-small.slideArea-company {
	background: url("../image/company-bg.jpg") no-repeat center center;
	background-size: cover;
}

.slideArea-small.slideArea-about {
	background: url("../image/about-bg.jpg") no-repeat center center;
	background-size: cover;

}

.slideArea-small.slideArea-joinUs {
	background: url("../image/joinUs-bg.jpg") no-repeat center center;
	background-size: cover;
}

.block {
	text-align: center
}

.block .head {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center
}

.block .head h2 {
	color: #333;
	font-size: 30px;
	font-weight: 300;
	text-align: center
}

.block .head span {
	display: block;
	margin-top: 10px;
	color: #999;
	font-size: 12px;
	font-weight: 300
}

.block .btn-more {
	display: inline-block;
	background-color: #c30d23;
	width: 70px;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	margin-bottom: 40px;
	border-radius: 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	cursor: pointer;
	color: #fff;
	font-size: 14px
}

.block.block01 .head+.row [class*="col-6"] {
	margin-bottom: 20px
}

.block.block01 .sqs-block img {
	width: 100%
}

.block.block01 p {
	padding-top: 10px;
	padding-left: 15px;
	line-height: 1.25;
	padding-right: 20px;
	font-size: 14px;
	color: #666;
	text-align: left
}

.block.block01 p tt {
	position: absolute;
	bottom: 5px;
	display: block;
	color: #999;
	left: 30%
}

.block.block02 {
	background: url("../image/block-bg.jpg") no-repeat center center
}

.block.block02 li {
	position: relative;
	display: inline-block;
	float: left;
	cursor: pointer;
	margin-right: 28px;
	margin-bottom: 30px
}

.block.block02 li:nth-child(3n) {
	margin-right: 0
}

.block.block02 li img {
	width: 310px;
	height: 240px;
	overflow: hidden;
	background-size: 100%
}

.block.block02 li b {
	position: absolute;
	bottom: 2px;
	left: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	width: 310px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 300;
	color: #fff
}

.block.block03 .tab-ul li {
	display: inline-block;
	background-color: #fff;
	cursor: pointer;
	color: #666;
	font-size: 16px;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border: 1px solid #666;
	margin-right: 25px
}

.block.block03 .tab-ul li:nth-last-child(1) {
	margin-right: 0
}

.block.block03 .tab-ul li.active {
	background-color: #c30d23;
	border-color: #c30d23;
	color: #fff;
	font-size: 16px
}

.steps-content {
	text-align: left
}

.steps-content:before,
.steps-content:after {
	content: "";
	display: table
}

.steps-content .steps-item {
	position: relative;
	padding: 20px 20px;
	background-color: #f8f8f8;
}

.steps-content .steps-item h2 {
	font-size: 16px;
	color: #333;
	font-weight: 700;
	margin-bottom: 10px
}
.steps-content .steps-item.sortTitle{
    background-color: #fff;
}
.steps-content .steps-item.sortTitle h2{
    font-size: 18px;
}
.steps-content .steps-item h3 {
	font-size: 14px;
	color: #666;
	line-height: 1.75
}

.steps-content .steps-item p {
	padding-right: 20px;
	font-size: 16px;
	color: #666;
	text-indent: 28px;
	line-height: 1.75;
	text-align: justify
}

.steps-content .steps-item p.p-level01 {
	text-indent: 0
}

.steps-content .steps-item img {
	width: 94%;
	overflow: hidden;
	background-size: 100%;
    background: url(../image/loading.gif) 50% no-repeat;
}

.steps-content .steps-item img+p {
	display: block;
	text-align: center;
	line-height: 1;
	margin-top: 5px
}

.steps-content .steps-item img.code {
	display: block;
	margin-top: 20px;
	width: 17%
}

.steps-content .steps-item em {
	position: absolute;
	right: 17%;
	top: 0;
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 1.75
}

.steps-content .steps-item.img-h2-content h2+img {
	padding-top: 5px;
	display: block;
	width: 65%;
	margin: 0 auto
}

.steps-content .steps-item.img-single-content img {
	width: 75%;
	display: block;
	margin: 0 auto
}

.steps-content .steps-item ul {
	padding-left: 15px
}

.steps-content .steps-item ul li {
	padding-right: 20px;
	font-size: 14px;
	color: #666;
	line-height: 1.75;
	list-style: disc
}

.steps-content .steps-item-three {
	padding: 50px 0px;
	background-color: #fff
}

.steps-content .steps-item-three h2 {
	padding-right: 20px;
	display: inline-block;
	font-size: 14px;
	color: #c30d23;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px
}

.steps-content .steps-item-three p {
	display: inline-block;
	font-size: 14px;
	color: #666;
	text-indent: 0;
	line-height: 1.75;
	height: 100px;
	overflow: hidden;
	text-align: justify
}

.steps-content .steps-item-three img {
	width: 80%;
	display: block;
	margin: 0 auto
}

.steps-item-five .sqs-block {
	width: 20%;
	float: left
}

.steps-item-five.img-word-content {
	padding-bottom: 40px;
	text-align: center
}

.steps-item-five.img-word-content .sqs-block {
	box-sizing: border-box;
	border-right: 2px solid #f1f1f1
}

.steps-item-five.img-word-content .sqs-block:nth-last-child(1) {
	border-right: 0
}

.steps-item-five.img-word-content .sqs-block p:nth-last-child(1) {
	margin-bottom: 0
}

.steps-item-five.img-word-content>.row {
	margin-top: 20px
}

.steps-item-five.img-word-content img {
	width: 33.3333%;
	display: inline-block
}

.steps-item-five.img-word-content h2 {
	font-size: 14px;
	font-weight: 700;
	color: #c30d23;
	margin-bottom: 20px
}

.steps-item-five.img-word-content p {
	font-size: 14px;
	color: #666;
	font-weight: 300;
	margin-bottom: 20px
}

.steps-content>.steps-item-five {
	margin-bottom: 40px;
	background-color: #f8f8f8
}

.steps-content>.steps-item-five.img-word-content img {
	margin-top: 40px;
	width: 38%
}

.tab .tab-nav li {
	float: left
}

.tab .tab-nav li a {
	display: inline-block;
	cursor: pointer
}

.tab.tab01 .tab-nav {
	margin-top: 30px;
	margin-bottom: 80px
}

.tab.tab01 .tab-nav ul {
	border-bottom: 1px solid #f8f8f8;
	border-left: 1px solid #f8f8f8
}

.tab.tab01 .tab-nav ul li.tab-nav-li {
	height: 51px;
	line-height: 50px;
	border-top: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
	font-size: 16px;
	color: #333;
	width: 14.28%
}

.tab.tab01 .tab-nav ul li.tab-nav-li.active {
	background-color: #c30d23;
	border-top-color: #c30d23;
	border-right-color: #c30d23;
	color: #fff
}

.tab.tab01 .tab-nav ul li.tab-nav-li:nth-last-child(1):nth-child(7) .tab-nav-level02 {
	right: 465px
}

.tab.tab01 .tab-nav ul li.tab-nav-li:nth-last-child(1):nth-child(7) .tab-nav-level02:before {
	left: 81%
}

.tab.tab01 .tab-nav ul li.tab-nav-li .tab-nav-level02 {
	border: none;
	position: absolute;
	margin-top: 10px;
	margin-left: 20px
}

.tab.tab01 .tab-nav ul li.tab-nav-li .tab-nav-level02:before {
	position: absolute;
	bottom: 20px;
	left: 16%;
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid #c30d23;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.tab.tab01 .tab-nav ul li.tab-nav-li .tab-nav-level02 li {
	position: relative;
	height: 20px;
	line-height: 20px;
	padding: 2px 20px;
	border: none;
	color: #666;
	font-size: 14px;
	width: initial
}

.tab.tab01 .tab-nav ul li.tab-nav-li .tab-nav-level02 li:after {
	position: absolute;
	right: 0;
	top: 5px;
	content: '';
	width: 1px;
	height: 14px;
	background-color: #999
}

.tab.tab01 .tab-nav ul li.tab-nav-li .tab-nav-level02 li:last-child:after {
	width: 0
}

.tab.tab01 .tab-nav ul li.tab-nav-li .tab-nav-level02 li.active {
	color: #c30d23
}

.tab.tab01 .tab-nav ul li.tab-nav-li .tab-nav-level02.tab-nav-level02-more {
	width: 540px
}

.tab.tab01 .tab-nav ul li.tab-nav-li .tab-nav-level02.tab-nav-level02-more:before {
	bottom: 50px;
	left: 12%
}

.tab.tab01 .tab-nav ul li.tab-nav-li .tab-nav-level02.tab-nav-level02-more li {
	margin-bottom: 5px
}

.tab.tab01 .tab-nav ul li.tab-nav-li .tab-nav-level02.tab-nav-level02-more li:nth-child(4n):after {
	width: 0
}

.tab.tab02 .tab-nav {
	margin-bottom: 50px
}

.img-group-two [class*="col-6"] img {
	display: inline-block;
	width: 94%
}

.img-group-two .col-6 {
	text-align: center
}

.img-group-two p {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px
}

.img-group-three [class*="col-4"] {
	margin-bottom: 30px
}

.img-group-three [class*="col-4"] img {
	display: inline-block;
	width: 100%
}

.img-group-three p {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 1.5
}

.img-group-three02 [class*="col"] {
	padding: 0 10px;
	margin-bottom: 15px
}

.img-group-four [class*="col-3"] {
	margin-bottom: 30px
}

.img-group-four [class*="col-3"] img {
	display: inline-block;
	width: 100%
}

.img-group-four p {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 1.5
}

.img-group-four.certificate-content [class*="col-3"]:hover .sqs-block {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.img-group-four.certificate-content p {
	font-size: 13px
}

.img-group-four.certificate-content .sqs-block {
	border: 1px solid #f8f8f8
}

.img-group-four.certificate-content .sqs-block .img-content {
	padding: 27px;
	border-bottom: 1px solid #f8f8f8
}

.img-group-four.certificate-content .sqs-block .img-content img {
	width: 100%
}

.img-group-four.certificate-content .sqs-block .img-content.img-content02 {
	padding-left: 61px;
	padding-right: 61px
}

.img-group-four.certificate-content .img-detail {
	height: 50px;
	width: 100%;
	display: table
}

.img-group-four.certificate-content .img-detail p {
	display: table-cell;
	vertical-align: middle
}

.img-group-four.certificate-content p {
	margin-top: 0;
	line-height: 1.25
}

.img-group-six [class*="col-2"] img {
	display: inline-block;
	width: 92%
}

.img-group-six p {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 1.5
}

.img-group-six.download-content [class*="col-2"] .sqs-block {
	position: relative;
	margin: 15px;
	padding-top: 12%;
	padding-bottom: 12%;
	background-color: #f8f8f8;
	text-align: center;
	cursor: pointer
}

.img-group-six.download-content [class*="col-2"] .sqs-block:hover img {
	visibility: hidden
}

.img-group-six.download-content [class*="col-2"] .sqs-block:hover .download-hover {
	display: block
}

.img-group-six.download-content [class*="col-2"] img {
	display: inline-block;
	width: 70%;
	z-index: 10
}

.img-group-six.download-content [class*="col-2"] .download-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #c30d23;
	z-index: 20
}

.img-group-six.download-content [class*="col-2"] .download-hover button {
	display: block;
	padding: 5px 15px;
	margin: 0 auto;
	background-color: #c30d23;
	border: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	cursor: pointer
}

.img-group-six.download-content [class*="col-2"] .download-hover button:nth-child(1) {
	margin-top: 25%
}

.img-group-six.download-content [class*="col-2"] .download-hover button:nth-child(2) {
	margin-top: 20px
}

.img-group-six.download-content p {
	font-size: 12px;
	line-height: 1.25;
	min-height: 30px
}

.img-group-six.code-content [class*="col-2"] {
	margin-top: 20px
}

.img-group-six.code-content [class*="col-2"] .sqs-block {
	position: relative;
	padding-top: 12%;
	padding-bottom: 12%;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #f8f8f8;
	text-align: center;
	cursor: pointer
}

.img-group-six.code-content [class*="col-2"] img {
	display: inline-block;
	width: 70%;
	z-index: 10
}

.img-group-six.code-content [class*="col-2"] p {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.25
}

[class*="img-group"] [class*="col-"] b {
	position: absolute;
	bottom: 7px;
	left: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.steps-item+.img-group-two {
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 10px;
	padding-bottom: 30px
}

.steps-item+.img-group-three {
	padding-top: 20px;
	padding-bottom: 6px
}

.steps-item+.img-group-four {
	padding-top: 15px;
	padding-bottom: 6px
}

.form-intro {
	background-color: #f8f8f8;
	padding: 20px;
	margin-bottom: 40px
}

.form-intro h2 {
	margin-bottom: 20px;
	color: #333;
	font-weight: 800;
	font-size: 14px
}

.form-intro-detail li {
	padding: 10px 25px 10px 20px;
	font-size: 14px;
	color: #666;
	line-height: 1.75;
	text-align: justify
}

.form-intro-detail li:nth-child(odd) {
	background-color: #fff
}

.form-list.form-list-hover .form-list-item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.form-list .form-list-item {
	background-color: #f8f8f8;
	padding: 20px;
	margin-bottom: 20px
}

.form-list .form-list-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.form-list .form-list-item [class*="col-3"] .sqs-block {
	width: 94%;
	margin: 0 auto
}

.form-list .form-list-item [class*="col-3"] .sqs-block img {
	width: 100%
}

.form-list .form-list-item [class*="col-9"] {
	padding-left: 10px
}

.form-list .form-list-item h3 {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: left
}

.form-list .form-list-item .form-list-item-content {
	height: 60px;
	overflow: hidden
}

.form-list .form-list-item p {
	font-size: 14px;
	color: #666;
	text-indent: 28px;
	line-height: 1.5;
	text-align: justify
}

.form-list .form-list-item time {
	display: block;
	margin-top: 15px;
	font-size: 10px;
	color: #666;
	text-align: left
}

.form-list .form-list-img {
	text-align: right
}

.form-list .form-list-img .sqs-block {
	position: relative;
	width: 92%;
	display: inline-block;
	margin-bottom: 18px
}

.form-list .form-list-img .sqs-block img {
	width: 100%
}

.form-list .form-list-img .sqs-block p {
	position: absolute;
	top: 7px;
	left: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 800;
	line-height: 1.5;
	text-align: left
}

.form-list .form-list-img .sqs-block time {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	font-weight: 300;
	font-size: 10px
}

.form-list .form-list-sum {
	background-color: #f8f8f8;
	padding: 20px
}

.form-list .form-list-sum h2 {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 15px
}

.form-list .form-list-sum p {
	margin-bottom: 30px;
	font-size: 14px;
	color: #666;
	text-indent: 28px;
	line-height: 1.75;
	text-align: justify
}

.form-list .form-list-sum p.p-level01 {
	text-indent: 0;
	margin-bottom: 0
}

.form-list .form-list-sum .sqs-block {
	display: block;
	width: 60%;
	margin: 0 auto
}

.form-list .form-list-sum .sqs-block img {
	width: 100%;
	margin-bottom: 30px
}

.form-list .about-content {
	background-color: #f8f8f8;
	padding: 20px
}

.form-list .about-content p {
	padding-right: 20px;
	font-size: 14px;
	color: #666;
	text-indent: 28px;
	line-height: 1.75;
	text-align: justify
}

.form-list .about-content .sqs-block {
	width: 60%;
	margin: 0 auto
}

.form-list .about-content .sqs-block img {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%
}

.form-list .about-content .certificate-item {
	width: 12%;
	padding-bottom: 20px
}

.form-list .about-content .certificate-item p {
	margin-top: 5px;
	font-size: 10px;
	padding-right: 0;
	text-indent: 0;
	text-align: center
}

.form-list .about-content .certificate-item img {
	margin-bottom: 0
}

.form-list .about-content .about-case {
	border-top: 1px solid #f1f1f1;
	padding-top: 20px
}

.form-list .about-content .about-case h3 {
	font-size: 14px;
	color: #333;
	text-align: center;
	padding-bottom: 5px
}

.form-list .about-content .about-case .sqs-block {
	width: 100%
}

.form-list .about-content .about-case .sqs-block img {
	margin-top: 0;
	margin-bottom: 0
}

.tab-content>.img-group-four {
	margin-bottom: 10px
}

.tab-content>.img-group-six {
	margin-top: -15px;
	padding-bottom: 25px
}

.tab-content>.form-list {
	padding-bottom: 20px
}

.tab-content>.form-list .about-content {
	margin-bottom: 20px
}

.ceo-content.row [class*="col"]:nth-child(1) .sqs-block {
	margin-right: 30px
}

.ceo-content.row [class*="col"]:nth-child(1) .sqs-block img {
	width: 100%
}

.ceo-content.row [class*="col"]:nth-child(2) p {
	padding-right: 20px;
	font-size: 14px;
	color: #666;
	text-indent: 28px;
	line-height: 1.75;
	text-align: justify
}

.ceo-content.row [class*="col"]:nth-child(2) img {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px
}

.culture-content>.sqs-block .img-content {
	width: 40%;
	margin: 0 auto
}

.culture-content>.sqs-block .img-content img {
	width: 100%
}

.culture-content .culture-container {
	color: #666;
	font-size: 14px
}

.culture-content .culture-container p {
	line-height: 1.75;
	text-align: center
}

.culture-content .culture-container .culture-logo p {
	text-indent: 28px;
	padding-right: 60px;
	text-align: justify
}

.culture-content .culture-container .culture-logo .img-content {
	width: 65%
}

.culture-content .culture-container .row:nth-child(2n+1) [class*="col-"]:nth-child(1) {
	background-color: #f5dbde
}

.culture-content .culture-container .row:nth-child(2n+1) [class*="col-"]:nth-child(2) {
	background-color: #f8f8f8
}

.culture-content .culture-container .row [class*="col-"] {
	padding-top: 13px;
	padding-bottom: 13px
}

.culture-content .culture-container .row [class*="col-"]:nth-child(2) {
	padding-left: 50px
}

.cooperation-content [class*="col"] a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.cooperation-content [class*="col"] .sqs-block {
	margin: 15px;
	border: 1px solid #f8f8f8
}

.cooperation-content [class*="col"] .sqs-block img {
	width: 100%
}

.cooperation-content [class*="col"] .sqs-block:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.button-primary {
	background-color: #c30d23;
	color: #fff;
	border: 1px solid #c30d23;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0
}

.joinUs-content {
	padding-bottom: 20px
}

.join-item {
	background-color: #f8f8f8;
	padding: 20px;
	margin-bottom: 20px
}

.join-item .join-title h3 {
	font-size: 18px;
	color: #333;
	text-align: left;
	margin-bottom: 20px
}

.join-item .join-title p {
	color: #666;
	font-size: 14px;
	text-align: left
}

.join-item .join-title p span {
	display: inline-block;
	margin-right: 30px
}

.join-item .join-title p span.icon-location i {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: top;
	background-size: 100%;
	background: url(../image/joinIcon01.jpg) no-repeat center center
}

.join-item .join-title .button-primary {
	padding: 5px 15px;
	font-size: 16px;
	cursor: pointer
}

.join-item .join-title a {
	display: inline-block;
	padding: 0 0 0 30px;
	font-size: 14px;
	color: #666;
	cursor: pointer
}

.join-item .join-title a i {
	display: inline-block;
	margin: 0 10px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	background: url(../image/joinIcon02.jpg) no-repeat center center
}

.join-item .join-title a.dropdown {
	color: #c30d23
}

.join-item .join-title a.dropdown i {
	background: url(../image/joinIcon03.jpg) no-repeat center center
}

.join-item .join-title [class*="col-"]:nth-child(2) {
	padding-top: 12px
}

.join-item .join-title+.join-detail {
	padding-top: 25px
}

.join-item .join-detail {
	padding-bottom: 10px
}

.join-item .join-detail:nth-last-child(1) {
	padding-bottom: 0
}

.join-item .join-detail label {
	display: inline-block;
	float: left;
	color: #c30d23;
	font-size: 14px;
	padding-right: 20px
}

.join-item .join-detail .join-detail-container {
	float: left
}

.join-item .join-detail .join-detail-container p {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify
}

.footer {
	padding-top: 30px;
	padding-bottom: 16px;
	background-color: #c30d23
}

.footer dl a {
	color: #fff;
	cursor: pointer
}

.footer dl p {
	width: 145px;
	display: inline-block
}

.footer dl p:nth-child(7n) {
	width: 80px
}

.footer dt p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 18px;
	text-align: left
}

.footer dd p {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 14px
}

.footer dd p a {
	color: rgba(255, 255, 255, 0.7)
}

.copyright {
	height: 140px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px 0;
	background: #dddddd
}

.copyright h4 {
	color: #333;
	font-size: 16px;
	padding-bottom: 15px;
	padding-top: 7px
}

.copyright p {
	color: #666;
	line-height: 22px;
	font-size: 12px
}

.copyright .copyright-left {
	float: left
}

.copyright .copyright-code {
	float: right;
	margin-left: 20px
}

.copyright .copyright-code img {
	width: 80px;
	height: 80px;
	background: 100%
}

.copyright .copyright-code p {
	width: 80px;
	text-align: center;
	font-size: 12px;
	color: #999
}

.copyright-bottom {
	background-color: #d5d7d6;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 12px
}

p {
	font-size: 14px;
	color: #666
}

.icon-intro {
	margin-bottom: 10px
}

.icon-intro [class*='col-'] .sqs-block {
	height: 240px;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8f8f8;
	text-align: center
}

.icon-intro [class*='col-'] img {
	margin-bottom: 25px;
	width: 12%;
	display: inline-block
}

.icon-intro [class*='col-'] p {
	font-size: 20px;
	color: #333;
	margin-bottom: 23px;
	text-align: center
}

.icon-intro [class*='col-'] span {
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
	line-height: 2;
	color: #666;
	marign-bottom: 3px
}

.modal-backdrop {
	-webkit-transition: background-color 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out;
	transition: background-color 300ms ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5)
}

.modal-item {
	display: inline-block;
	position: absolute;
	top: 10%;
	left: 50%;
	box-sizing: border-box;
	height: auto;
	min-height: 240px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: left
}

.join-modal {
	width: 800px;
	box-sizing: border-box;
	padding: 0 20px 20px 20px;
	margin-left: -400px
}

.join-modal .modal-head p {
	height: 55px;
	line-height: 55px;
	color: #c30d23;
	font-size: 14px
}

.join-modal .modal-body {
	max-height: 300px;
	overflow-y: auto
}

.join-modal .modal-body .join-item {
	margin-bottom: 0;
	background-color: #fff;
	border-top: 1px solid #f8f8f8
}

.join-modal .modal-body .join-item .join-title h3 {
	font-size: 16px;
	margin-bottom: 10px
}

.join-modal .modal-body .join-item .join-title p {
	font-size: 12px
}

.join-modal .modal-body .join-item .join-title p span.icon-location i {
	width: 12px;
	height: 12px
}

.join-modal .modal-body .join-item .join-title+.join-detail {
	padding-top: 15px
}

.join-modal .modal-body .join-item .join-detail label {
	padding-right: 10px
}

.join-modal .modal-body .join-item .join-detail .join-detail-container p {
	font-size: 12px
}

.join-modal .modal-bottom {
	padding-top: 20px;
	border-top: 1px solid #f8f8f8
}

.join-modal .modal-bottom .form-item {
	margin-bottom: 20px
}

.join-modal .modal-bottom .form-item label {
	float: left;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	font-size: 14px;
	color: #666;
	min-width: 80px
}

.join-modal .modal-bottom .form-item input,
.join-modal .modal-bottom .form-item button {
	float: left
}

.join-modal .modal-bottom .form-item input {
	background-color: #f8f8f8;
	height: 30px;
	color: #333;
	padding-left: 15px;
	vertical-align: middle;
	border-style: none;
	box-sizing: border-box;
	width: 35%
}

.join-modal .modal-bottom .form-item .upload {
	height: 60px;
	line-height: 1
}

.join-modal .modal-bottom .form-item .upload p {
	display: inline-block;
	color: #999;
	font-size: 10px;
	margin-left: 10px
}

.join-modal .modal-bottom .form-item .upload a {
	display: inline-block;
	margin-top: 5px;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	cursor: pointer
}

.join-modal .modal-bottom .form-item .upload a i {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(../image/joinUpload.jpg) no-repeat center center;
	background-size: 100%
}

.join-modal .modal-bottom .form-item button[type="submit"] {
	padding: 10px 20px;
	cursor: pointer;
	font-size: 14px
}

.slide-case>[class*="col"]:nth-child(1) {
	width: 48.5%;
	padding: 0;
	padding: 0
}

.slide-case>[class*="col"]:nth-child(2) {
	width: 51.5%;
	padding: 0
}

.slide-case .slideItem {
	height: 380px;
	overflow: hidden
}

.slide-case .slideItem .sqs-block {
	width: 100%;
	height: 100%
}

.slide-case .slideItem .sqs-block img {
	width: 100%
}

.slide-case [class*="img-group"] [class*="col-"] {
	padding-left: 20px
}

.slide-case [class*="img-group"] [class*="col-"] .sqs-block {
	width: 100%
}

.slide-case [class*="img-group"] [class*="col-"] .sqs-block img {
	width: 100%
}

.slide-case [class*="img-group"] [class*="col-"]:nth-child(3),
.slide-case [class*="img-group"] [class*="col-"]:nth-child(4) {
	margin-top: 12px
}

.slideLarge {
	width: 700px;
	margin: 40px auto 40px
}

.slideLarge h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 25px
}

.slideLarge .img-modal i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	background: url("../image/run.png") no-repeat center center;
	background-size: 100%
}

.slideLarge .slideLarge-container {
	position: relative;
	width: 100%;
	height: 460px;
	padding: 0 10px;
	overflow: hidden
}

.slideLarge .slideLarge-container img {
	width: 100%
}

.slideLarge .slideLarge-container .img-modal {
	left: 10px;
	width: 680px
}

.slideLarge .slideLarge-container .img-modal i {
	margin-top: -30px;
	left: 45%
}

.slideLarge .slideLarge-other {
	margin-top: 20px
}

.slideLarge .slideLarge-other [class*="col"] {
	position: relative
}

.slideLarge .slideLarge-other [class*="col"] .img-modal {
	position: absolute;
	top: 0;
	left: 10px;
	width: 155px
}

.slideLarge .slideLarge-other [class*="col"] .img-modal i {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: 44%
}

.slideLarge .slideLarge-other .sqs-block {
	height: 100px;
	overflow: hidden
}

.slideLarge .slideLarge-other .sqs-block img {
	width: 100%
}

.slideLarge .img-modal {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6)
}

.downloadthird {
    padding: 15px;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    padding-left: 0px;
}
.text-left {
    text-align: left;
}
.downloadthirdicon {
    vertical-align: middle;
}

.downloadthirdbox {
    background-color: #F2F2F2;
    padding: 15px 15px 40px;
    overflow: hidden;
    line-height: 2rem;
    cursor: pointer;
    width: 232px;
    margin-bottom: 20px;
    margin-right: 19px;
    position: relative;
    float: left;
}
.downloadthirdbox .downLoadTitle p{
    text-align: left;
    line-height: 20px;
    color: #333;
    font-size: 12px;
}
.downloadthirdbox:nth-child(4n) {
    margin-right: 0px;
}
@media (min-width: 768px) {
	html {
		font-size: 12px
	}
}

@media screen and (min-width: 1920px) {
	.block.block02 .head+div ul li:nth-child(4),
	.block.block02 .head+div ul li:nth-child(5) {
		display: inline-block
	}
}

@media screen and (max-width: 989px) {
	.wrap1280 {
		width: 100%
	}
	.join-modal {
		width: 650px;
		margin-left: -325px
	}
	.block.block03 .tab-ul li {
		font-size: 14px;
		padding: 0 10px;
		margin-right: 15px
	}
	.block.block03 .tab-ul li.active {
		font-size: 14px
	}
	.slide-case .slideItem {
		height: 304px
	}
}

@media (max-width: 768px) {
	.autoNone {
		display: none !important
	}
	.steps-content .steps-item em {
		right: 4%;
		font-size: 10px
	}
}

@media (max-width: 599px) {
	.xAutoNone {
		display: none !important
	}
}

@media (max-width: 600px) and (min-width: 767px) {
	.slideArea-small {
		height: 300px
	}
}

@media (max-width: 599px) {
	.mobileShow {
		visibility: visible !important
	}
	.mt50 {
		margin-top: 25px !important
	}
	.slideArea-small {
		height: 100px
	}
	.header-title {
		height: 40px
	}
	.header-title .logo {
		width: 123px;
		height: 40px;
		margin-top: 0;
		margin-left: 16px
	}
	.header-title .logo a {
		background-size: 100%
	}
	.header-title .toolbar {
		padding-top: 2px;
		padding-right: 16px
	}
	.header-title .toolbar a {
		font-size: 10px
	}
	.header-title .toolbar code {
		font-size: 12px
	}
	.header-title .toolbar .search-icon {
		vertical-align: middle
	}
	.header {
		height: auto;
		background: #fff
	}
	.header ul li {
		width: 100%
	}
	.header ul li:hover {
		background: transparent
	}
	.header ul li a:hover {
		color: #c30d23
	}
	.header ul li.active {
		background-color: #fff
	}
	.header ul li.active>a {
		color: #a80b1e
	}
	.header ul li.active:before {
		content: '';
		display: inline-block;
		position: absolute;
		top: 10px;
		left: 10%;
		width: 3px;
		height: 20px;
		background-color: #a80b1e
	}
	.header ul li.active:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 15px;
		right: 20%;
		width: 0;
		height: 0;
		background-color: transparent;
		border-left: 10px solid #a80b1e;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent
	}
	.header ul li a {
		color: #666;
		padding: 0;
		line-height: 40px;
		border-bottom: 1px solid #efefef
	}
	.header ul li .sub-nav {
		position: static;
		width: 100%
	}
	.header ul li .sub-nav a {
		border-bottom: none
	}
	.slide-case .slideItem {
		height: 260px
	}
	.slide-case .col-xs-12:nth-child(1) {
		margin-bottom: 20px
	}
	.slide-case [class*="img-group"] [class*="col-"]:nth-child(odd) {
		padding-left: 0px;
		padding-right: 10px
	}
	.slide-case [class*="img-group"] [class*="col-"]:nth-child(even) {
		padding-left: 10px
	}
	.copyright {
		padding: 10px 0;
		height: initial
	}
	.copyright h4 {
		font-size: 14px;
		padding-bottom: 7px;
		padding-top: 0px
	}
	.copyright p {
		line-height: 14px;
		font-size: 10px
	}
	.steps-content .steps-item h2 {
		font-size: 16px
	}
	.steps-content .steps-item p {
		padding-right: 0
	}
	.steps-content .steps-item-three h2 {
		padding-right: 10px;
		font-size: 10px;
		margin-top: 10px;
		margin-bottom: 5px;
		line-height: 1.25
	}
	.tab.tab01 .tab-nav {
		margin-top: 15px;
		margin-bottom: 40px
	}
	.tab.tab01 .tab-nav ul li {
		text-align: left;
		padding-left: 40px
	}
	.tab.tab01 .tab-nav ul li.tab-nav-li:nth-last-child(1):nth-child(7) .tab-nav-level02 {
		right: initial
	}
	.tab.tab01 .tab-nav ul.tab-nav-level01 {
		position: static;
		background-color: #fff;
		width: 100%;
		border-right: 1px solid #f8f8f8;
		background-color: #f8f8f8
	}
	.tab.tab01 .tab-nav ul.tab-nav-level01 li.tab-nav-li {
		height: initial;
		line-height: 30px;
		font-size: 14px;
		width: 100%;
		border-top: 1px solid #efefef;
		border-right: none
	}
	.tab.tab01 .tab-nav ul.tab-nav-level01 li.tab-nav-li.active {
		background-color: #fff;
		border-right-color: #fff;
		color: #c30d23
	}
	.tab.tab01 .tab-nav ul.tab-nav-level01 li.tab-nav-li .tab-nav-level02 {
		position: relative;
		margin-top: 0;
		margin-left: 20px
	}
	.tab.tab01 .tab-nav ul.tab-nav-level01 li.tab-nav-li .tab-nav-level02.tab-nav-level02-more {
		width: 100%
	}
	.tab.tab01 .tab-nav ul.tab-nav-level01 li.tab-nav-li .tab-nav-level02:before {
		bottom: initial;
		top: -20px;
		left: 50%
	}
	.tab.tab01 .tab-nav ul.tab-nav-level01 li.tab-nav-li .tab-nav-level02 li {
		color: #333;
		width: 100%;
		height: 26px;
		line-height: 26px;
		font-size: 12px
	}
	.tab.tab01 .tab-nav ul.tab-nav-level01 li.tab-nav-li .tab-nav-level02 li:after {
		width: 0
	}
	.tab.tab01 .tab-nav ul.tab-nav-level01 li.tab-nav-li .tab-nav-level02 .active {
		color: #c30d23
	}
	.tab.tab02 .tab-nav {
		margin-bottom: 25px
	}
	.block {
		padding-left: 20px;
		padding-right: 20px;
	    margin-top: 60px !important;
	}
	.block .head {
		padding-top: 15px;
		padding-bottom: 15px
	}
	.block .head h2 {
		font-size: 16px;
		height: 16px
	}
	.block .head span {
		margin-top: 5px;
		font-size: 10px;
		height: 15px
	}
	.block.block01 p {
		font-size: 10px;
		padding-top: 2px
	}
	.block.block01 tt {
		left: 30%
	}
	.block.block02 .row [class*="col-"]:nth-child(2n+1) {
		padding-right: 10px
	}
	.block.block02 .row [class*="col-"]:nth-child(2n) {
		padding-left: 10px
	}
	.img-group-four .col-xs-6:nth-child(2n+1) {
		padding-right: 10px;
		padding-left: 0
	}
	.img-group-four .col-xs-6:nth-child(2n) {
		padding-right: 0;
		padding-left: 10px
	}
	.steps-item-five.img-word-content .sqs-block {
		width: 100%;
		border-right: 0
	}
	.steps-item-five.img-word-content .sqs-block h2 {
		margin-bottom: 0
	}
	.steps-item-five.img-word-content .sqs-block p {
		margin-bottom: 10px
	}
	.steps-item-five.img-word-content .sqs-block p:nth-last-child(1) {
		margin-bottom: 20px;
		border-bottom: 2px solid #f1f1f1
	}
	.form-list .col-xs-12 {
		padding: 0
	}
	.form-list .about-content p {
		padding-right: 0;
		font-size: 12px
	}
	.certificate-content.img-group-four .img-detail p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 10px
	}
	.certificate-content.img-group-four .sqs-block .img-content.img-content02 {
		padding-left: 50px;
		padding-right: 50px
	}
	.ceo-content.row [class*="col"]:nth-child(2) p {
		padding-right: 0;
		font-size: 12px
	}
	.ceo-content.row [class*="col"]:nth-child(2) img {
		margin-top: 5px;
		margin-bottom: 20px
	}
	.culture-content .culture-container p {
		font-size: 12px
	}
	.culture-content .culture-container .row [class*="col-"] {
		padding: 0
	}
	.culture-content .culture-container .row [class*="col-"]:nth-child(2) {
		padding-left: 0
	}
	.culture-content .culture-container .row:nth-child(1) [class*="col-"],
	.culture-content .culture-container .row:nth-child(2) [class*="col-"],
	.culture-content .culture-container .row:nth-child(3) [class*="col-"],
	.culture-content .culture-container .row:nth-child(4) [class*="col-"],
	.culture-content .culture-container .row:nth-child(5) [class*="col-"] {
		height: 50px;
		align-items: center;
		display: -webkit-flex;
		display: flex
	}
	.culture-content .culture-container .row:nth-child(1) [class*="col-"]:nth-child(1),
	.culture-content .culture-container .row:nth-child(2) [class*="col-"]:nth-child(1),
	.culture-content .culture-container .row:nth-child(3) [class*="col-"]:nth-child(1),
	.culture-content .culture-container .row:nth-child(4) [class*="col-"]:nth-child(1),
	.culture-content .culture-container .row:nth-child(5) [class*="col-"]:nth-child(1) {
		justify-content: center
	}
	.culture-content .culture-container .row.culture-logo {
		padding-top: 15px;
		padding-bottom: 20px
	}
	.culture-content .culture-container .row.culture-logo p {
		padding-right: 0
	}
	.join-item .join-title h3 {
		font-size: 14px;
		margin-bottom: 10px
	}
	.join-item .join-title p {
		font-size: 12px
	}
	.join-item .join-title p span.icon-location i {
		vertical-align: middle
	}
	.join-item .join-title a {
		font-size: 10px
	}
	.join-item .join-title a i {
		vertical-align: middle
	}
	.join-item .join-title+.join-detail {
		padding-top: 10px
	}
	.join-item .join-detail label {
		font-size: 12px
	}
	.join-item .join-detail .join-detail-container p {
		font-size: 12px
	}
	.join-item .sqs-block {
		text-align: left
	}
	.join-modal {
		width: 300px;
		padding: 0 10px 10px 10px;
		margin-left: -150px
	}
	.img-group-four p {
		font-size: 12px
	}
	.slideLarge {
		width: 100%;
		margin: 20px auto 20px
	}
	.slideLarge .slideLarge-container {
		height: 230px;
		padding: 0
	}
	.slideLarge .slideLarge-container .img-modal {
		left: 0;
		width: 100%
	}
	.slideLarge .slideLarge-other .sqs-block {
		padding: 0
	}
	.slideLarge .slideLarge-other [class*="col"] .img-modal {
		left: 0;
		width: 100%
	}
	.slideLarge .slideLarge-other [class*="col"]:nth-child(3),
	.slideLarge .slideLarge-other [class*="col"]:nth-child(4) {
		margin-top: 20px
	}
	.slideLarge .slideLarge-other [class*="col"]:nth-child(odd) {
		padding-right: 10px
	}
	.slideLarge .slideLarge-other [class*="col"]:nth-child(odd) .img-modal {
		margin-right: 10px;
		width: calc(100% - 10px)
	}
	.slideLarge .slideLarge-other [class*="col"]:nth-child(even) {
		padding-left: 10px
	}
	.slideLarge .slideLarge-other [class*="col"]:nth-child(even) .img-modal {
		margin-left: 10px;
		width: calc(100% - 10px)
	}
}

@media (max-width: 414px) {
	.xsAutoNone {
		display: none !important
	}
	.g-explane-title {
	    font-size: 12px;
	}
}
@media (max-width: 360px) {
	.publicity-article>ul>li{
		/* height: 170px;
			    margin: 6px 16px 6px 10px; */
	}
	.content .g-publicity .publicity-title .publicity-title-left{
		width: 80%;
	}
}

/*视频页面1366适应*/
@media only screen and (max-width: 1366px) {
	.g-video-top{
		width: 613px;
		margin-top: 100px;
	}
	.g-video-bottom{
		position: static;
		width: 82%;
		margin-top: 50px;
	}
}



/*# sourceMappingURL=screen.css.map */





.f-l {
    float: left;
}
.f-clr, .clr {
    zoom: 1;
}
.f-clr:after, .clr:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.packages {
    min-height: 400px;
   /*  width: 730px; */
    margin: auto;
}
.isv-item{
	margin-left:0;
	background:url(../image/price-blue.png) no-repeat
}
.isv-item:first-child{
	margin-left:0;background:url(../image/price-free.png) no-repeat;
    background-size: cover;
}

.isv-item .wsprice{
	margin-top:60px
}
.isv-item{
	text-align:center;
    margin-left: 63px;
	width:250px;
	height:400px;
	position:relative;
	box-shadow:4px 4px 10px #e3e6ed;
    background-size: cover;
}


.item-content {
    padding: 24px 0 28px;
    z-index: 100;
    position: relative;
}
.isv-item .title {
    height: 45px;
    margin-top: 10px;
    text-align: center;
}
.isv-item .title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.isv-item .info {
    margin-top: 30px;
    padding-top: 8px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.isv-item .info span {
    color: #fff;
    font-size: 18px;
}

.isv-item .period em {
    font-size: 24px;
    margin-right: 3px;
}
.steps-content .steps-item-three .isv-item .period img{
    margin-top: -20px;
    width: inherit;
    display: inline-block;
}
.isv-item .period span {
    font-size: 18px;
    margin-right: 3px;
}
.isv-item .period span.tel_tex{
    display: inherit;
}
.wsprice .period span.tel_tex{
    height: 30px;
    line-height: 37px;
    font-size: 1.8em;
    margin-top: 7px;
}
.isv-item .apply a {
    color: #fff;

}
.isv-item.authorization .apply .isv-btn {
    background-color: #FA2A00;
}

.isv-item .period{text-align:center;color:#656c7e}
.contactus {
    margin-top: 56px;
    height: 92px;
    text-align: center;
    color: #4d7ef9;
}
.contactus em {
    color: #656c7e;
}
.contactus span{
	font-size:20px;
}
.isv-item .number {
    padding-top: 20px;
}
.isv-item .wsprice {
    height: 88px;
    margin-top: 80px;
}
.isv-item .wsprice {

}
.isv-item .apply {
    text-align: center;
}
.isv-item .isv-btn {
    width: 120px;
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    /* background-color: #4d7ef9; */
    background-color: #7289a5;
    cursor: pointer;
    text-decoration: none;
}



.container{
	width:990px;
	margin:0 auto;
	margin-top:50px;
}
.mod-configuration{
	margin:50px 0 50px;
}
.config-header {
    height: 52px;
    line-height: 52px;
    /* background: #7097f9; */
    background:#7289a5;
    width: 990px;
    _width: 990px;
    position: relative;
}
.config-header ul {
	height:100%;
    left: 300px;
    position: absolute;
}
.config-header li {
    float: left;
    width: 230px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 100%;
    line-height: 52px;
}



.mod-configuration .config-content .content{
	font-size:14px;
    width: inherit;
    margin: inherit;
    margin-top: inherit;
    padding-bottom: inherit;
    }
.config-content .content>ul>li{
	float:left;
	text-align:center;
}
.content-work,.content-doc,.content-sec,.content-safety{
	border-bottom:2px solid #f0f2f6;
}

.content-work>ul>li:first-child{
	line-height:400px;
}

.content-doc>ul>li:first-child {
    line-height: 1000px;
}

.content-sec>ul>li:first-child  {
    line-height: 200px;
}

.content-sec2>ul>li:first-child  {
    line-height: 320px;
}

.content-document>ul>li:first-child {
    line-height: 120px;
}

.content-workflow>ul>li:first-child {
    line-height: 160px;
}
.content-team>ul>li:first-child {
    line-height: 120px;
}
.content-safety>ul>li:first-child {
    line-height: 80px;
}


.config-content .content>ul>li:first-child {
    /* border-right: 4px solid #f0f2f6; */
    border-right: 1px solid #f0f2f6;
    width: 120px;
    color: #666b7f;
    border-left: 1px solid #f0f2f6;
}

.content-item{
	/* width:170px; */
	width:178px;
}
.content-item li{
	display:block;
	padding-left:15px;
	text-align:left;
	color:#6f7ea5;
	line-height: 40px;
    border-right: 1px solid #f0f2f6;
}
.content-pri{
	height:40px;
    width: 230px;
}
.content-pri li{
	text-align:center;
	padding-left:0;
	height: 40px;

	line-height: 40px;
	border-right: 1px solid #f0f2f6;
    border-bottom: 1px solid #f0f2f6;

}

.config-right{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:16px;
	height:40px;
	background:url(../image/config-right.png) center no-repeat;

}
.config-left{
	background: url(../image/close.png) center no-repeat;
}
.config-right li{text-align:center}
.config-text{
	color:#5dc71d;
	line-height: 40px;
}
.tmpspace{height:18px;width:990px;background-color:#f0f2f6}

.content-item .phoneclient {
    line-height: 40px;
}
.hade_he{
    margin: 0px 12px;
    background: #c30d23;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.downLoadBox {
    width: 317px;
    height: 180px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    border-top: 6px solid #c30d23;
    padding: 20px 30px;
    float: left;
    margin-right: 19px;
    margin-bottom: 20px;
}
.app-box{
	width: 100%;
	height: 300px;
}
.downLoadBox.app-box p{
	text-align: center;
	font-size: 16px;
    font-weight: bold;
}

.fl{
	float: left;
}
.fr{
	float: right;
}

.iphones,.androids{
	width: 50%;
}
.ioslogo{
    height: 200px;
    background: url(../image/ios_hover.png) no-repeat 50%center;
    background-size: auto 170px;
}
.androidlogo{
	height: 200px;
    background: url(../image/android_hover.png) no-repeat 50%center;
    background-size: auto 170px;
}


.pd {
    height: 80px;
}

.downLoadTitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}
.downLoadTitle img {
    float: left;
    margin-right: 20px;
    width: 70px;
}

img {
    border: none;
}
.downLoadB {
    background: #ddd;
    height: 40px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}
.downLoadB span {
    font-size: 16px;
}
.downLoadB span a {
    margin: 0px;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    display: block;
    width: 100%;
}

.textBlue {
    color: #477aac;
    font-size: 14px;
    text-decoration: underline;
    display: block;
    margin-top: 30px;
}
.textRed {
    color: #ce3d3a;
}
.downLoadB .f_right {
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    display: block;
}

.downLoadB span {
    font-size: 16px;
}
.f_left {
    float: left;
}
/* .f_right {
    float: right;
} */
.downLoadBox p{
    text-align: left;
    line-height: 20px;
    color: #333;
}
.downLoadBox:nth-child(3n){
	margin-right: 0px;
}
.slideArea-small.slideArea-xiazai{
    background: url(../image/xiazai.png) no-repeat center center;
    background-size: cover;
}


#goTop {
    width: 60px;
    height: 60px;
    background: url(../image/top_02.png) no-repeat;
    position: fixed;
    right: 50px;
    bottom: 100px;
    cursor: pointer;
    display:none;
}

#goTop:hover {
    background: url(../image/top_01.png) no-repeat;
}
.gray {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0px;
    left: 0;
    // display: none;
    z-index: 9999;
}


/* APP下载 */
.a-download {
    height: 544px;
    width: 80%;
    margin: 200px auto 0;
}
.down-ietm {
    width: 350px;
    float: left;
    height: 450px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.down-ietm.iphone.hover {
    background: url(../image/001.jpg) no-repeat center 0;
    background-size: cover
}

.down-ietm.android.hover {
    background: url(../image/001.jpg) no-repeat center 0;
    background-size: cover
}

.itemlogo {
    padding-top: 80px;
    height: 100%;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.itemlogo.animation {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.iphone .itemlogo {
    background: url(../image/iphone.png) no-repeat center 80px;
    background-size: auto 114px;
}

.android .itemlogo {
    background: url(../image/android.png) no-repeat center 80px;
    background-size: auto 114px;
}
.iphone.hover .itemlogo {
    background: url(../image/ios_hover.png) no-repeat center 10px;
    background-size: auto 170px;
}

.android.hover .itemlogo {
    background: url(../image/android_hover.png) no-repeat center 10px;
    background-size: auto 170px;
}
.d-item-title {
    /* padding-top: 84px; */
    line-height: 34px;
    font-size: 28px;
    color: #333;
    text-align: center
}

.d-item-desc {
    line-height: 28px;
    font-size: 20px;
    color: #333;
    text-align: center
}

.down-btn {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 16px;
}

.scan {
    display: none;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.hover .scan {
    display: block;
    padding-top: 20px;
    padding-bottom: 16px;
    line-height: 40px;
}

.android .scan {
    /* padding: 0; */
}
.hover .down-btn {
    display: none
}
.hover.android .down-btn {
   /*  display: block */
}
.down-btn a {
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 2px;
    background-color: #0188fb;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
}

.down-btn a:hover {
    background-color: #289cff;
    color: #fff;
}

.down-btn a:active {
    background-color: #0081ef;
    color: #fff;
}


.down-ietm:hover {
    -moz-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
}
.d-item-desc .update-time {
    padding-left: 8px
}


.down-ietm-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.logo-area {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 50%;
}

.info-area {
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 100%;
}



/* 客户案例 */
.block04{
	padding-bottom: 20px;
	background: url(../image/block-bg.jpg) no-repeat center center;
}
.slideGroup{
	/* border:1px solid #ddd;  */
	text-align:left;
}
.slideGroup .parHd{
	height:40px;
	line-height:40px;
	background:#c30d23;
	padding:0 20px;
	border-bottom:1px solid #c30d23;
	position:relative;
	color: #fff;
	display: block;
}
.slideGroup .parHd ul{
	float:left;
	position:absolute;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
	height:38px;
}
.slideGroup .parHd ul li{
	float:left;
	padding:0 15px;
	cursor:pointer;
	font-size: 14px;
}
.slideGroup .parHd ul li.on{
	height:40px;
	background:#a80b1e;
	border:1px solid #a80b1e;
	border-bottom:2px solid #a80b1e;
}
.slideGroup .slideBox{
	overflow:hidden;
	zoom:1;
	/* padding:10px 0 10px 42px;  */
	position:relative;
}

.slideGroup .sPrev,
.slideGroup .sNext{
	position:absolute;
	left:5px; top:10px;
	display:block;
	width:30px;
	height:94px;
	border:1px solid #ddd;
	background:url(images/icoLeft.gif) center center no-repeat #f4f4f4;
}
.slideGroup .sNext{
	left:auto; right:5px;
	background:url(images/icoRight.gif) center center no-repeat #f4f4f4;
}
.slideGroup .sPrev:hover,
.slideGroup .sNext:hover{
	border-color:#f60;
}

 .slideGroup .parBd ul{
	overflow:hidden;
	 zoom:1;
}
.slideGroup .parBd ul li{
	margin:0 8px;
	float:left;
	_display:inline;
	/* overflow:hidden;  */
	text-align:center;
	position: relative;
	cursor: pointer;
}



.thumb{
/*  	height: 600px;  */
}
.thumb li img {
	width: 600px;
	float:left;
	border:8px solid #fff;
    padding-bottom: 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    background: #fff;
}
.slideGroup .parBd ul li .title{
	line-height:24px;
}


.text-tis{
	position: absolute;
    bottom: 0;
    padding: 5px;
   /* background-color: rgba(0, 0, 0, 0.7);*/
    left: 0;
    right: 0;
    color: #333;
    font-size: 12px;
    font-family: sans-serif;
    width: 100%;
    border: 8px solid #fff;
    border-top: none;
   /* display: none;*/
}
.slideBox .thumb li .title{
    display: none;
}
/* .thumb li:hover p{
	display: block;
}
 */








.vf-hd{
    overflow: hidden;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}
@media (min-width: 768px){
    .container {
        width: 750px;
    }
}
@media (min-width: 992px){
    .container {
         width: 970px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1100px;
    }
}
 



























@media screen and (min-width:1920px) and (max-width:2560px) {
    .a-download {
        /* width: 1242px;
        height: 604px; */
    }
    .down-ietm {
       /*  width: 414px;
       height: 574px; */
    }
}

@media screen and (min-width:1440px) and (max-width:1920px) {
    .a-download {
       /*  width: 1080px;
       height: 544px; */
    }
    .down-ietm {
        /* width: 360px;
        height: 544px; */
    }
}



@media (max-width: 768px){
	#goTop{
		z-index:999;
	}
    html,body{
        width:100%;
        hidden:100%;

    }
    .hdbg{
        min-width:100%;
        height: 180px;
    }
    .hdbg .hdbgicon{
        height:100%;
        background-size: 180%;
    }
    .hdbgicon h2{
        font-size: 1.5em;
    }
    .mod-price-wrap{
        margin-top: 20px;
        padding: 0 10px;
    }
    .price-wrap{
        width: 100%;
    }

    .packages{
        min-height: 100%;
    }
    .isv-item{
        width: 46%;
        margin-left: 42px;
        background-size: 100%;
        height: 712px;
        margin-bottom: 20px;
    }

    .isv-item:first-child,.isv-item:nth-child(3){
        margin-left: 0;
        background-size: 100%;
    }

    .item-content{
       padding: 0px 0px 20px;
    }
    .isv-item .info{
       margin-top: 80px
    }
    .isv-item .title h2{
    	font-size:32px;
    }
    .isv-item .info div em{
   	   font-size: 20px;
    }
    .isv-item .info span{
       font-size: 26px;
    }
	.isv-item .period em{
		font-size:30px;
	}
	.tel_tex{
		font-size:30px !important;
	}

    .isv-item .title{
        margin-top: 60px;
    }
    .isv-item .number{
        padding-top:0px;
    }
    .isv-item .wsprice{
        margin-top: 140px;
        height:160px;
    }
    .isv-item .isv-btn{
    	width: 200px;
	    height: 46px;
	    line-height: 46px;
	    font-size: 20px;
    }
    .container{
        width: 100%;
        margin-top: 0px;
    }
    .config-header{
        width:100%;
    }
    .config-header ul {
	    left: 300px;
	}
    .config-header li{
        font-size: 20px;
    	width:156px;
    }
    video{
   	    width: 80% ;
    	margin-top: 20px;
    }
    .text_h{
    	font-size:2em;
    }
    .content-pri{
        width: 156px;
    }
     .tmpspace{
    	width:100%;
    }
     .footer .contact-list{
    	width:100%;
    }
    .footer .footer-wrap {
	    width: 100%;
	    margin: 40px auto;
	    border-bottom: none;
	}
	.footer .contact-list li,.footer .icon-train{
   	    margin: 0px;
    }
    .bottomContact{
   	    display: none;
    }
    .footer .icon-contact{
   	    margin: 0 0 0 10px;
    }
    .footer .contact-list .desc{
        margin: 4px 0 0 4px;
    }
    .config-content .content{
    	    padding: 0 ;
    }
    
}
@media (max-width: 420px){

    .isv-item .title h2{
  	    font-size: 28px;
    }
    .isv-item .info div em{
   	   font-size: 20px;
    }
    .isv-item .info span{
       font-size: 26px;
    }
    
	.isv-item .period em{
		font-size: 20px;
	}

	.tel_tex{
		font-size:16px !important;
	}

    .isv-item .title{
        margin-top: 10px;
    }
    .isv-item .number{
        padding-top:0px;
    }
    .isv-item .isv-btn{
   	    width: 120px;
	    height: 33px;
	    line-height: 33px;
	    font-size: 14px;
    }

	.isv-item .info div em{
   	   font-size: 14px;
    }
    .isv-item .info span{
       font-size: 18px;
    }
    .isv-item{
        height: 280px;
    }
    .isv-item .info{
        margin-top: 20px;
        line-height: 1.8em;
    }
    .isv-item .wsprice{
        margin-top: 20px;
        height: 80px;
    }
    .isv-item .mt{
	    margin-top: 46px !important;
    }
    .isv-item{
        margin-left: 20px;
    }
    .period{
    	margin: 0px !important;
    }
    .config-content .content>ul>li:first-child{
  	   /*  width: 78px;
   	    font-size: 12px;   */
	    position: relative;
	    top: 0;
	    width: 100%;
	    height: 40px;
	    line-height: 40px;
	    border: none;
	    border-bottom: 1px solid #f0f2f6;
    }

    .content-item{
      /*   width: 144px; */
   	    width: 146px;
    }
    .content-item li{
       /*  padding-left: 5px; */
        padding-left: 10px;
        font-size: 12px;

    }
     .content-pri{
   	  /*   width: 47px; */
        width: 76px;
    }
    .fuq{
        display: none;
     }
    .config-header li {
	   /*  font-size: 12px;
	    width: 47px; */
	    font-size: 14px;
    	width: 76px;
	}
   /* .config-header ul {
	    left: 226px;
	} */
	.config-header ul {
	    left: 146px;
	}
    .tmpspace{
    	width:100%;
    }
    .footer .contact-list{
    	width:100%;
    }
    .footer .footer-wrap {
	    width: 100%;
	    margin: 40px auto;
	    border-bottom: none;
	}
	.footer .contact-list li,.footer .icon-train{
   	    margin: 0px;
    }
    .bottomContact{
   	    display: none;
    }
    .footer .icon-contact{
   	    margin: 0 0 0 10px;
    }
    .footer .contact-list .desc{
        margin: 4px 0 0 4px;
    }
    .footer .contact-list .desc h6{
        font-size: 16px;
    }
    .mod-configuration{
        margin: 0px 0 50px;
    }
    .container{
        width: 100%;
        margin-top:0px;
    }
}

@media (max-width: 378px){
	.isv-item .info div em{
   	   font-size: 14px;
    }
    .isv-item .info span{
       font-size: 18px;
    }
    .isv-item{
        height: 252px;
    }
    .isv-item .info{
        margin-top:10px;
        line-height: 1.5em;
    }
    .isv-item .wsprice{
        margin-top: 16px;
    	height: 70px;
    }
    .isv-item .mt{
    	margin-top: 35px !important;
    }

    .period{
		margin: 0px !important;
	}
	.tel_tex{
		font-size:14px !important;
	}
    .config-content .content>ul>li:first-child{
	    /* width: 58px;
   	    font-size: 12px;   */
   	    position: relative;
	    top: 0;
	    width: 100%;
	    height: 40px;
	    line-height: 40px;
	    border: none;
	    border-bottom: 1px solid #f0f2f6;
    }

    .content-item{
        width: 144px;
    }
    .content-item li{
        padding-left: 5px;
        font-size: 12px;

    }
     .content-pri{
       width: 63px;
    }
    .fuq{
        display: none;
     }
     .footer .icon-train{
     	margin-left:10px;
     }

    .footer .contact-list li{
 	    margin: 5px;
 	}
    .config-header li {
	    font-size: 14px;
        width: 60px;
	}
   .config-header ul {
	    left: 154px;
	}
    .tmpspace{
    	width:100%;
    }
     .footer .contact-list .desc h6,.desc p a{
      /*   font-size: 12px; */
    }
    .desc .u-mail p{
    	/* font-size: 12px; */
    }

}

@media (max-width: 330px){

	.isv-item .title h2 {
       font-size: 24px;
	}
	.isv-item .info span {
	    font-size: 16px;
	}
	.isv-item .info div em {
	    font-size: 12px;
	}
	.isv-item .period em {
	    font-size: 16px;
	}
	.tel_tex {
	    font-size: 12px !important;
	}
    .isv-item{
       	width: 46%;
        height: 212px;
    }
    .isv-item .info{
        margin-top: 0px;
    	line-height: 1.4em;
    }
    .isv-item .wsprice{
         margin-top: 0px;
        height: 60px;
    }
    .isv-item  .mt{
    	margin-top: 8px !important;
    }
    .wsprice .period span.tel_tex{
    	margin-top:0px;
    }
    .number{
	    height: inherit !important;
    	line-height: inherit !important;
    }
     .config-content .content>ul>li:first-child{
	  /*   width: 55px;
   	    font-size: 12px;    */
   	    position: relative;
	    top: 0;
	    width: 100%;
	    height: 40px;
	    line-height: 40px;
	    border: none;
	    border-bottom: 1px solid #f0f2f6;
    }

    .content-item{
        width: 140px;
    }
    .content-item li{
        padding-left: 5px;
        font-size: 12px;

    }
     .content-pri{
        width: 46px;
    }
    .fuq{
        display: none;
     }
    .config-header li {
	    font-size: 13px;
	    width: 46px;
	}
   .config-header ul {
	    left: 140px;
	}
    .tmpspace{
    	width:100%;
    }
    .footer .contact-list li{
   	    margin: 5px;
    }
    .footer .footer-wrap{
        margin: 10px auto;
    }
    .footer .icon-train{
        margin-left: 10px;
    }
}







