/*首页软件*/
.insoft-bg{
	padding-top: 10px;
	max-width: 1355px;
	position: relative;
	z-index: 11;
	overflow: hidden;
}
.insoft-bg .allin-titlebox {
	text-align: center;
}
.insoft-bg .insoft-class{
	padding: 75px 0;
	text-align: center;
}
.insoft-bg .insoft-class .classbox{
	border-radius: 5px;
	border: 1px solid #a7a9ae;
	font-size: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.insoft-bg .insoft-class .classbox .item{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	min-width: 130px;
	padding: 0 3%;
	height: 36px;
	line-height: 36px;
	font-size: 1.33rem;
	text-align: center;
	color: #fff;
	border-right:1px solid #a7a9ae;
}
.insoft-bg .insoft-class .classbox .item.on{
	color: #00aff0;
}
.insoft-bg .insoft-class .classbox .item:last-child{
	border-right:none;
}

/**/
.insoft-bg .insoft-main{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.insoft-bg .insoft-main .mitem{
    flex-grow: 1;
    width: calc((100% - 900px) / 3);
    height: 630px;
    position: relative;
    overflow-x: hidden;
    transition: all 1s ease;
    display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.insoft-bg .insoft-main .mitem[data-on="on"]{
	width: 900px;
	-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.insoft-bg .insoft-main .mitem .img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.insoft-bg .insoft-main .mitem .box{
	text-align: left;
	position: relative;
	z-index: 11;
	transition: all 1s ease;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.insoft-bg .insoft-main .mitem[data-on="on"] .box{
	left: 10%;
	transform: translate(0,-50%);
}
.insoft-bg .insoft-main .mitem .box .ico{
	width: 76px;
	height: 76px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 40px;
}
.insoft-bg .insoft-main .mitem .box .titlebox{
	margin: 0 auto;
	width: 50px;
	height: 194px;
	overflow: hidden;
}
.insoft-bg .insoft-main .mitem[data-on="on"] .box .titlebox{
		margin-bottom: 20px;
	width: auto;
	height: auto;
}
.insoft-bg .insoft-main .mitem .box .titlebox .en{
	font-size: 40px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 10px;
	width: 4rem;
	-webkit-writing-mode:vertical-lr; 
    -ms-writing-mode:tb-lr; 
    writing-mode:vertical-lr;
    text-transform:uppercase;
    float: left;
}
.insoft-bg .insoft-main .mitem .box .titlebox .cn{
	font-size: 1.5rem;
		width: 1rem;
		color: #fff;
	float: right;
}
.insoft-bg .insoft-main .mitem[data-on="on"] .box .titlebox .en{
 writing-mode:horizontal-tb;
	width: 100%;
	float: none;
}
.insoft-bg .insoft-main .mitem[data-on="on"] .box .titlebox .cn{
	float: none;
	width: 100%;
}
.insoft-bg .insoft-main .mitem .box .demo{
	width: 610px;
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
	display: none;
}
.insoft-bg .insoft-main .mitem[data-on="on"] .box .demo{
	display: block;
}

.insoft-bg .insoft-main .mitem .link{
    /*
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ffffff;	
	display: block;
	position: relative;
	*/
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
/*
.insoft-bg .insoft-main .mitem .link:before{
	content: "";
	width: 1px;
	height: 18px;
	position: absolute;
	left: 50%;
	background-color: #fff;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 12;
}

.insoft-bg .insoft-main .mitem .link:after{
		content: "";
	width: 1px;
	height: 18px;
	position: absolute;
	left: 50%;
	background-color: #fff;
	top: 50%;
	transform:translate(-50%,-50%) rotate(90deg);
-ms-transform:translate(-50%,-50%) rotate(90deg); 	/* IE 9 */
-moz-transform:translate(-50%,-50%) rotate(90deg); 	/* Firefox */
-webkit-transform:translate(-50%,-50%) rotate(90deg); /* Safari 和 Chrome */
-o-transform:translate(-50%,-50%) rotate(90deg); 	/* Opera */
	z-index: 12;
}*/
.insoft-bg .insoft-main .mitem[data-on="on"] .box .link{
	margin-top: 96px;
	margin-left:0;
}
.insoft-bg .mminsoft-main{
	display: none;
}

@media only screen and (min-width: 601px){
.insoft-bg .insoft-class .classbox .item:hover{
	color: #00aff0;
}
}
@media only screen and (max-width:1600px){
.insoft-bg .insoft-class {
    padding: 60px 0;
}
.insoft-bg {
    margin-bottom: 100px;
}
}
@media only screen and (max-width:1440px){
.insoft-bg .insoft-class {
    padding: 40px 0;
}
.insoft-bg {
    margin-bottom: 80px;
}
}
@media only screen and (max-width:1280px){
.insoft-bg .insoft-main .mitem{
    height: 560px;
}

}
@media only screen and (max-width:1024px){
.insoft-bg {
    padding-top: 30px;
    margin-bottom: 40px;
}

.insoft-bg .mminsoft-main{
	display: block;
	background-color: #0e1e33;
}
.insoft-bg .mminsoft-main .item{
	width: calc(100% / 2);
	float: left;
	position: relative;
}
.insoft-bg .mminsoft-main .item .color{
	padding-top: 100%;
	background-color: #006fa5;
}
.insoft-bg .mminsoft-main .item:nth-child(2) .color{
	background-color: #004b97;
}
.insoft-bg .mminsoft-main .item:nth-child(3) .color{
	background-color: #003965;
}
.insoft-bg .mminsoft-main .item:nth-child(4) .color{
	background-color: #0e1e33;
}
.insoft-bg .mminsoft-main .item .main{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.insoft-bg .mminsoft-main .item .main .ico{
	width: 40px;
	height: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 15px;
}
.insoft-bg .mminsoft-main .item .main .title {
	margin-bottom: 30px;
}
.insoft-bg .mminsoft-main .item .main .title .cn{
	font-size: 2rem;
	color: #fff;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.insoft-bg .mminsoft-main .item .main .title .en{
	font-size: 1rem;
	color: rgba(255,255,255,.5);
}
.insoft-bg .mminsoft-main .item .main .link{
	height: 40px;
	width: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
}	
.insoft-bg .mminsoft-main .item .main .link:before{
	content: "";
	width: 20px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -1px;
}
.insoft-bg .mminsoft-main .item .main .link:after{
		content: "";
	width: 2px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1px;
	margin-top: -10px;
}
}
@media only screen and (max-width:800px){
.insoft-bg .insoft-class .classbox {
	white-space: nowrap;
}
.insoft-bg .insoft-class .classbox .item {
    min-width: auto;
    padding: 0 15px;
}
.insoft-bg {
    padding-top: 3%;
    margin-bottom: 4%;
}
}
@media only screen and (max-width:414px){
.insoft-bg .insoft-class{
	position: relative;
}
.insoft-bg .insoft-class .word{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	min-width: 140px;
	padding-right: 40px;
	position: relative;
	height: 30px;
line-height: 30px;
	border:1px solid #fff;
	font-size: 1.16rem;
	color: #00aff0;
}
.insoft-bg .insoft-class .word:after{
	content: "";
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 30px;
	background-size: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.insoft-bg .insoft-class .classbox{
	position: absolute;
	left:0;
	top: 70px;
	z-index: 111;
	width: 100%;
	background-color: #000d1e;
	display: none;
}
.insoft-bg .insoft-class .classbox .item{
	display: block;
	border-right: none;
	border-bottom: 1px solid #fff;
}
.insoft-bg .mminsoft-main .item .main .ico {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
}
.insoft-bg .mminsoft-main .item .main .title .cn {
    font-size: 1.16rem;
    margin-bottom: 5px;
}
.insoft-bg .mminsoft-main .item .main .title {
    margin-bottom: 10px;
}
.insoft-bg .mminsoft-main .item .main .link {
    height: 25px;
    width: 25px;
}
.insoft-bg .mminsoft-main .item .main .link:before{
	width: 10px;
	margin-left: -5px;
}
.insoft-bg .mminsoft-main .item .main .link:after{
	height: 10px;
	margin-top: -5px;
}
}



/*首页简介*/
.inabout-bg{
	padding-left: 470px;
	min-height: 370px;
	margin-bottom: 160px;
	position: relative;
}
.inabout-bg .caidai{
	position: absolute;
	left: -40%;
	top:300px;
}
.inabout-bg .star{
	position: absolute;
	left: 85%;
	top: 50%;
	transform: translateY(-50%);
	width: 2560px;
	height: 2015px;
	z-index: 1;
}
.inabout-bg .img{
	width: 370px;
	height: 370px;
	position: absolute;
	left:40px;
	top: 0;
	border-radius: 50%;
	z-index: 11;
}
.inabout-bg .main{
	position: relative;
	z-index: 11;
}
.inabout-bg .main .content{
	margin-top: 30px;
	font-size: 1.16rem;
	color: #fff;
	line-height: 2;
}
@media only screen and (max-width:1600px){
.inabout-bg {
    padding-left: 400px;
    margin-bottom: 140px;
}
.inabout-bg .img {
    width: 300px;
    height: 300px;
    left: 20px;
}
}
@media only screen and (max-width:1024px){
.inabout-bg {
    padding-left: 300px;
    margin-bottom:60px;
}
.inabout-bg .img {
    width: 250px;
    height: 250px;
    left: 0;
}
.inabout-bg .main .content {
    margin-top: 3%;
}
}
@media only screen and (max-width:800px){
.inabout-bg .star{
	display: none;
}
.inabout-bg .caidai{
	display: none;
}
.inabout-bg {
    padding-left: 0;
}
.inabout-bg .img {
    width: 150px;
    height: 150px;
    position: static;
    margin: 0 auto;
}
.inabout-bg .main {
	margin-top: 3%;
}
.inabout-bg .main .allin-titlebox{
	text-align: center;
}
}




/*首页利用*/
.inuse-bg{
	position: relative;
}
.inuse-bg .star{
	position: absolute;
	right: 90%;
	top: 80%;
	width: 1000px;
	height: 800px;
}
.inuse-bg .allin-titlebox{
	position: absolute;
	left: 0;
	top:130px;
	z-index: 111;
}
.inuse-bg .allin-titlebox:after{
	content: "";
	width: 120px;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.inuse-bg .inuse-list{
	border-right:1px solid #ffffff;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;	
		max-width: 1180px;
}
.inuse-bg .inuse-list:before{
	content: "";
	width: 1px;
	height: 130%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
}
.inuse-bg .inuse-list:after{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.inuse-bg .inuse-list .uitem{
	float: right;
	display: block;
	width: 716px;
	position: relative;
	margin-bottom: 60px;
	z-index: 12;
	transition: all 1s ease;
	transform: translate3d(0,100%,0);
	opacity: 0;
	visibility: hidden;
}
.inuse-bg .inuse-list .uitem.on{
	transform: translate3d(0,0,0);
	opacity: 1;
	visibility: visible;
}
.inuse-bg .inuse-list .uitem:nth-child(3){
	float: left;
}
.inuse-bg .inuse-list .uitem .titlebox{
	position: absolute;
	left: calc(100% + 80px);
	top: 20px;
	width: 125px;
}
.inuse-bg .inuse-list .uitem:nth-child(3) .titlebox{
	left: auto;
	right: calc(100% + 80px);
}
.inuse-bg .inuse-list .uitem .titlebox .en{
	font-size: 2rem;
	color: #cacdd4;	
	margin-bottom: 10px;

}
.inuse-bg .inuse-list .uitem .titlebox .cn{
	font-size: 1.5rem;
	color: #00aff0;
}
.inuse-bg .inuse-list .uitem .img{
	padding-top: calc(380 / 716 * 100%);
}
.inuse-bg .inuse-list .uitem .jtbox{
	width: 135px;
	height: 45px;
	position: absolute;
	right: -70px;
	bottom: -7px;
	background-color: #fff;
	border: 1px solid #01b0ef;
	transition: all .5s ease;
}
.inuse-bg .inuse-list .uitem .jtbox:before{
	content: "";
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #0fb1ed #0fb1ed transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -6px;
	transform:rotate(45deg);
-ms-transform:rotate(45deg); 	/* IE 9 */
-moz-transform:rotate(45deg); 	/* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg); 	/* Opera */
}
.inuse-bg .inuse-list .all-link{
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background-color: #fff;	
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -29px;
	z-index: 111;
}
.inuse-bg .inuse-list .all-link:before{
	content: "";
	width: 16px;
	height: 4px;
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.inuse-bg .inuse-list .all-link:after{
	content: "";
	width: 16px;
	height:4px;
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%) rotate(90deg);
-ms-transform:translate(-50%,-50%) rotate(90deg); 	/* IE 9 */
-moz-transform:translate(-50%,-50%) rotate(90deg); 	/* Firefox */
-webkit-transform:translate(-50%,-50%) rotate(90deg); /* Safari 和 Chrome */
-o-transform:translate(-50%,-50%) rotate(90deg); 	/* Opera */
}
.inuse-bg .inuse-list .mmlink{
	display: none;
}



@media only screen and (min-width: 601px){
.inuse-bg .inuse-list .uitem:hover .jtbox{
	background-color: #01b0ef;
}
.inuse-bg .inuse-list .uitem:hover .jtbox:before {
    border-color: #fff #fff transparent transparent;
}
}
@media only screen and (max-width:1600px){
.inuse-bg .inuse-list .uitem .titlebox{
	position: relative;
    left: 0;
    top: 0;
    width: auto;
    margin-top: 3%;
}
}
@media only screen and (max-width:1440px){
.inuse-bg .inuse-list .uitem .jtbox{
	display: none;
}
.inuse-bg .inuse-list .uitem .titlebox:after{
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #00acec #00acec transparent transparent;
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -5px;
	transform:rotate(45deg);
-ms-transform:rotate(45deg); 	/* IE 9 */
-moz-transform:rotate(45deg); 	/* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg); 	/* Opera */
z-index: 111;
}
.inuse-bg .inuse-list .uitem:nth-child(3) .titlebox {
    left: auto;
    right: 0;
}
}
@media only screen and (max-width:1360px){
.inuse-bg .allin-titlebox{
	top: 60px;
}
}
@media only screen and (max-width:1024px){
.inuse-bg .inuse-list{
	border: none;
	padding-bottom: 50px;
}
.inuse-bg .inuse-list:before{
	display: none;
}
.inuse-bg .inuse-list:after{
	display: none;
}
.inuse-bg .allin-titlebox {
	position: static;
	top: 0;
	margin-bottom: 60px;
	background-color: transparent;
	text-align: center;
}
.inuse-bg .inuse-list .uitem{
	width: 100%;
	margin-bottom: 30px;
}
}
@media only screen and (max-width:414px){
.inuse-bg .star{
	display: none;
}
.inuse-bg .inuse-list .all-link{
	display: none;
}
.inuse-bg .inuse-list .mmlink{
	display: block;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	background-color: #01557a;
	border: 1px solid #019ad2;
	text-align: center;
	font-size: 1.16rem;
	color: #fff;
}
}
<!--耗时1782490131.2736秒-->