﻿html, body {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
}

#header
{
  position:fixed;
}

#idmy {
	width: 100%;
	height: 100%;
	background-image: url(../img/产品服务内容页3_r3_c4.gif);
}

.classdiv {
	width: 100%;
	height: 110px;
	font-family: "微软雅黑";
}

.classdiv1 {
	width: 1000px;
	height: 110px;
}

#classdiv1_1 {
	width: 100%;
	height: 50px;
}

	#classdiv1_1 div {
		float: left;
		height: 50px;
	}

	#classdiv1_1 a {
		text-decoration: none;
		position: relative;
		top: 5px;
	}

#classdiv_1 a {
	color: #0A99DF;
}

#classdiv_2 a {
	color: #8C8C8C;
}

#classdiv1_2 {
	width: 100%;
	height: 50px;
}

	#classdiv1_2 ul {
		float: left;
		height: 60px;
		margin: 0;
		padding: 0;
		border: 0;
	}

#classnav2_2 {
	width: 84.2%;
	position: relative;
	left: 27px;
	top: 5px;
	height: 60px;
}

	#classnav2_2 li {
		list-style: none;
		float: left;
		width: 14%;
		height: 60px;
	}

	#classnav2_2 a {
		text-decoration: none;
		color: #122B40;
		font-size: 1.3em;
		position: relative;
		left: 20px;
		top: 13px;
	}

#classnavid {
	width: 120px;
	height: 55px;
}


#classdiv2 {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
}

#classdiv2_1 {
	width: 1000px;
	height: 500px;
}

	#classdiv2_1 div {
		float: left;
		width: 1000px;
		height: 200px;
		margin: 20px 0px;
	}

	#classdiv2_1 div {
		position: relative;
		animation-name: myfirst;
		animation-duration: 5s;
		animation-timing-function: linear;
		animation-delay: 2s;
		animation-iteration-count: infinite;
		animation-direction: reverse;
		animation-play-state: running;
		/* Safari and Chrome: */
		-webkit-animation-name: myfirst;
		-webkit-animation-duration: 5s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-delay: 2s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: normal;
		-webkit-animation-play-state: running;
	}

@keyframes myfirst {
	0% {
		left: 0px;
		top: 0px;
	}

	50% {
		left: 40px;
		top: 0px;
	}

	100% {
		left: 0px;
		top: 0px;
	}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0% {
		left: 0px;
		top: 0px;
	}

	50% {
		left: 40px;
		top: 0px;
	}

	100% {
		left: 0px;
		top: 0px;
	}
}

#classdiv2_1 li {
	cursor: pointer;
	transition: all 0.3s ease 0;
}

	#classdiv2_1 li:hover {
		transform: scale(1);
		-webkit-transform: scale(1.1);
		transition-duration: 0.5s;
		transition-timing-function: ease-in;
		transition-delay: 0.1s;
	}


#classdiv2_1 li {
	list-style: none;
	float: left;
}

#classdiv2_1 a {
	text-decoration: none;
	color: #fff;
	font-size: 1.5em;
}

.classsection2my {
	position: relative;
	bottom: 110px;
	left: 25px;
}
.classsection2my2 {
	position: relative;
	bottom: 130px;
	left: 60px;
}
#classsection2my a{
	color:#0A99DF;
}


/*
 *
 *尾部部分 
 *  
 */
.classdiv3 {
	width: 100%;
	height: 250px;
	font-family: "微软雅黑";
	background-image: url(../img/微信聊天.lnk.gif);
}

#classfooter2 {
	width: 1000px;
	height: 250px;
}

	#classfooter2 div {
		float: left;
		margin: 10px;
	}

	#classfooter2 li {
		list-style: none;
		margin: 10px 0px;
		text-align: center;
	}

	#classfooter2 a {
		text-decoration: none;
		color: #C0C0C0;
	}

#classfooter2_1 div {
	width: 140%;
	height: 45px;
	background: #15AF4F;
	border-radius: 25px 25px 25px 25px;
	border: 1px solid aliceblue;
	position: relative;
	bottom: 20px;
}

#classfooter2_1 a {
	color: snow;
}

#classfooter2_2 a {
	position: relative;
	left: 30px;
	color: #FFFFFF;
	font-size: 15px;
}


#classfooter2_8 {
	width: 100px;
	height: 100px;
	position: relative;
	left: 450px;
	bottom: 345px;
	background: snow;
	display: none;
}

	#classfooter2_8 img {
		position: relative;
		left: 15px;
		top: 10px;
	}


/*
 * container
 * 
 */

.classcol {
	list-style: none;
	font: "微软雅黑";
}

	.classcol li {
		text-align: center;
	}

	.classcol li {
		position: relative;
		animation-name: myfirst;
		animation-duration: 5s;
		animation-timing-function: linear;
		animation-delay: 2s;
		animation-iteration-count: infinite;
		animation-direction: reverse;
		animation-play-state: running;
		/* Safari and Chrome: */
		-webkit-animation-name: myfirst;
		-webkit-animation-duration: 5s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-delay: 2s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: normal;
		-webkit-animation-play-state: running;
	}

@keyframes myfirst {
	0% {
		left: 0px;
		top: 0px;
	}

	50% {
		left: 40px;
		top: 0px;
	}

	100% {
		left: 0px;
		top: 0px;
	}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0% {
		left: 0px;
		top: 0px;
	}

	50% {
		left: 40px;
		top: 0px;
	}

	100% {
		left: 0px;
		top: 0px;
	}
}

.classcol li {
	cursor: pointer;
	transition: all 0.3s ease 0;
}

	.classcol li:hover {
		transform: scale(1);
		-webkit-transform: scale(1.1);
		transition-duration: 0.5s;
		transition-timing-function: ease-in;
		transition-delay: 0.1s;
	}


.classsection2myt a {
	text-decoration: none;
	color: #000000;
	font-size: 1.5em;
	position: relative;
	bottom: 70px;
	right: 10px;
}

#classxs {
	width: 100%;
	height: 250px;
	font-family: "微软雅黑";
	background-image: url(../img/微信聊天.lnk.gif);
}

	#classxs a {
		text-decoration: none;
		color: #E5E5E5;
		margin: 4.5em;
		font-size: 1.5em;
	}

#classxs2 {
	width: 100px;
	height: 100px;
	position: relative;
	right: 20px;
}

	#classxs2 img {
		width: 100px;
		height: 100px;
	}


/*
 *关于我们
 *  */
#centerid {
	width: 1000px;
	padding-top: 20px;
}

	#centerid div {
		float: left;
	}

#centerid1 {
	width: 200px;
	height: 100%;
}

	#centerid1 li {
		list-style: none;
		margin-top: 20px;
		width: 200px;
		height: 70px;
		background-image: url(../img/产品服务内容页3_r3_c4.gif);
		float: left;
	}

	#centerid1 div {
		float: left;
	}

	#centerid1 img {
		position: relative;
		top: 5px;
		right: 1em;
	}

	#centerid1 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		left: 2.5em;
		top: 1.3em;
	}

/*
 *2bufen
 * */
#class0aren {
	width: 760px;
	height: 100%;
	margin-left: 20px;
	background-image: iurl(../img/产品服务内容页3_r3_c4.gif);
}

#class0a2_1 {
	width: 5%;
	height: 100%;
	float: left;
	background: white;
}

#class0a2_2 {
	width: 90%;
	height: 100%;
	float: left;
	background: white;
}

#class0a2_1a {
	width: 90%;
	height: 60px;
	position: relative;
	top: 20px;
	background: #0A99DF;
}

#class0a2_2b_3 {
	width: 100%;
	height: 100%;
}

#class0a2_2a {
	width: 2%;
	height: 100%;
	float: left;
}

#class0a2_2b {
	width: 98%;
	height: 100%;
	float: left;
	display:block;
	color:#ADADAD;
	line-height:30px;
}
#class0a2_2b_2b  p{
	text-indent:30px;
	color:#ADADAD;
	line-height:30px;
}
#class0a2_2a_1 {
	width: 100%;
	height: 60px;
	position: relative;
	top: 20px;
	background: #0A99DF;
}

#class0a2_2b_1 {
	width: 100%;
	height: 15px;
}

#class0a2_2b_2 {
	width: 100%;
	height: 60px;
	margin-left: 10px;
}

	#class0a2_2b_2 a {
		color: #000000;
		font-size: 0.2em;
		font-weight: 900;
		text-decoration: none;
	}

#class0a2_2b3 {
	width: 100%;
	height: 100%;
}

	#class0a2_2b3 img {
		margin: 20px 10px;
	}

#class0ast {
	width: 100%;
	height: 100%;
}

	#class0ast a {
		text-decoration: none;
		color: #ADADAD;
		line-height: 2em;
		word-wrap: break-word;
		letter-spacing: 0.1em;
	}

#class0ast1 {
	position: relative;
	top: 40px;
}

#class0ast1 {
	text-indent: 2em;
}



#guanyuwmid li {
	list-style: none;
	float: left;
	padding: 0px 10px;
	position: relative;
	top: 20px;
}

#guanyuwmid a {
	font-size: 16px;
	text-decoration: none;
	color: #000000;
}
/*
 *guanyuwimen3
 * */
#wmid {
	width: 100%;
	height: 190px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#wmid div {
		float: left;
	}

	#wmid img {
		width: 150px;
		height: 150px;
	}

#wmid1 {
	width: 30%;
	height: 100%;
}

#wmid2 {
	width: 70%;
	height: 100%;
}

	#wmid2 a {
		font-family: "微软雅黑";
		text-decoration: none;
		position: relative;
		top: 40px;
		color: #ADADAD;
	}

		#wmid2 a:first-of-type {
			font-size: 1.5em;
			color: #000000;
		}

#wmid2_1 {
	position: relative;
	top: 30px;
}

/*
 *guanyuwm4
 * */
#guanyuwm4 {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
}

#guanyuwm4_1 li {
	list-style: none;
	margin: 10px 0px;
}

#guanyuwm4_1 a {
	text-decoration: none;
	color: #ADADAD;
}

	#guanyuwm4_1 a:first-of-type {
		color: #000000;
		font-size: 1.2em;
		font-weight: bold;
	}

#guanyuwm4_2 a {
	text-decoration: none;
	color: #000000;
	font-size: 1.2em;
	position: relative;
	top: 30px;
}


/*
 *guanyuwomen5
 * */
#lxid1 {
	width: 100%;
	height: 150px;
}

	#lxid1 a {
		text-decoration: none;
		color: #000000;
		font-size: 2em;
		margin: 0px 20px;
		position: relative;
		top: 60px;
		font-weight: bold;
	}

#lxid2 {
	width: 100%;
	height: 200px;
}

	#lxid2 li {
		list-style: none;
		width: 100%;
		height: 40px;
	}

	#lxid2 a {
		text-decoration: none;
		color: #888888;
		font-size: 1.2em;
	}

#lxid3 {
	width: 100%;
	height: 460px;
}

	#lxid3 img {
		width: 100%;
		height: 380px;
	}

#lxid3_1 {
	position: relative;
	bottom: 360px;
	width: 100%;
	height: 300px;
}

	#lxid3_1 li {
		list-style: none;
		height: 60px;
	}

	#lxid3_1 a {
		text-decoration: none;
		font-size: 3.2em;
		color: snow;
		margin: 5px 0px;
	}

#lxid4 a {
	text-decoration: none;
	color: #000000;
}

#lxid4_t {
	width: 100%;
	height: 40px;
}

	#lxid4_t img {
		position: relative;
		bottom: 10px;
	}

	#lxid4_t div {
		float: left;
	}

#lxid4_ta {
	width: 6%;
	height: 40px;
}

#lxid4_tb {
	width: 94%;
	height: 40px;
	box-shadow: 0px 1px 0px 0px silver;
}

#lxid4_1 {
	width: 100%;
	height: 100%;
}

	#lxid4_1 div {
		float: left;
	}

#lxid4_1a {
	width: 20%;
	height: 30px;
}

	#lxid4_1a a {
		position: relative;
		left: 10px;
		bottom: 10px;
	}

#lxid4_1b {
	width: 80%;
	height: 30px;
	box-shadow: 0px 0px 0px 0px silver;
}


/**
 * 管理
 * **/
#classmy {
	width: 100%;
	height: 600px;
	background-image: url(../img/产品服务内容页3_r2_c2s.gif);
}

.classdivs {
	width: 70%;
	height: 580px;
	position: relative;
	top: 10px;
	background-image: url(../img/产品服务内容页3_r3_c4.gif);
}

	.classdivs div {
		float: left;
		margin: 10%;
		position: relative;
	}

.classdivs_1 {
	width: 260px;
	height: 340px;
	box-shadow: 0px 0px 20px 1px #C0C0C0;
	border-radius: 10px 10px 10px 10px;
}

	.classdivs_1 img {
		border-radius: 10px 10px 10px 10px;
		opacity: 0.8;
		filter(alpha=80);
	}

		.classdivs_1 img:hover {
			opacity: 1;
			filter(alpha=100);
		}

.classdivs_2 {
	width: 260px;
	height: 340px;
	box-shadow: 0px 0px 20px 1px #C0C0C0;
	border-radius: 10px 10px 10px 10px;
}

	.classdivs_2 img {
		border-radius: 10px 10px 10px 10px;
		opacity: 0.8;
		filter(alpha=80);
	}

		.classdivs_2 img:hover {
			opacity: 1;
			filter(alpha=100);
		}

.classa1 {
	margin: 20px 20px;
}

	.classa1 img {
		box-shadow: 0px 0px 40px 10px #C0C0C0;
		border-radius: 10px 10px 10px 10px;
	}

#divida {
	width: 100%;
	height: 100%;
}

#divida_1 {
	width: 100%;
	height: 300px;
}

	#divida_1 img {
		border-radius: 10px 10px 10px 10px;
		opacity: 0.8;
		filter(alpha=80);
		width: 30%;
		margin: 0px 10px;
	}

		#divida_1 img:hover {
			opacity: 1;
			filter(alpha=100);
		}
/**
 * 
 * 
 * linian
 * */
#divid {
	width: 1000px;
	height: 1000px;
	font: "微软雅黑";
	text-decoration: none;
}


#classli_1 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-bottom:5px;
}

#classli_3a {
	width: 100%;
	height: 50px;
}

	#classli_3a li {
		float: left;
		width: 125px;
		height: 50px;
		font-weight: 400;
		list-style: none;
	}

	#classli_3a img {
		margin: 0px 10px;
		position: relative;
		top: 0px;
		height: 50%;
	}

	#classli_3a a {
		text-decoration: none;
		color: #838383;
		position: relative;
		font-size: 12px;
		top: 5px;
		left: 40px;
	}



#classli_2 {
	width: 100%;
	height: 950px;
}

.classli_2a {
	width: 100%;
	margin: 10px 35px;
}

	.classli_2a div {
		float: left;
		width: 270px;
		margin: 10px 25px;
		border-radius: 10px 10px 0px 0px;
		box-shadow: 0px 1px 1px 1px #D3D3D3;
		background-image: url(../img/产品服务内容页3_r3_c4.gif);
	}

#classli_2a_1 {
	position: relative;
	left: 40px;
	top: 10px;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: 400;
	color: #000000;
}

.classli_2a li {
	list-style: none;
	float: left;
}

.classli_2a_1a {
	width: 100%;
	height: 100%;
}

.classli_2a_2 {
	width: 100%;
	height: 40px;
	box-shadow: 0px 1px 0px 0px gainsboro;
}

.classli_2a_3 {
	width: 70%;
	height: 70px;
	box-shadow: 0px 1px 1px 0px #C0C0C0;
	border-right:solid 1px #E3E3E3;
}

#classli_2a_4 {
	font-weight: 400;
	color: #C0C0C0;
	text-decoration: none;
	display:block;
	margin-left:20px; 
	margin-top:20px;
}

.classli_2a_5 {
	width: 29%;
	height: 55px;
}

#classli_2a_6 {
	color: #228B22;
	font-size: 2em;
	font-weight: bold;
	position: relative;
	left: 25px;
	text-decoration: none;
}

#classli_2a_7 {
	color: #C0C0C0;
	position: relative;
	top: 5px;
	left: 15px;
	bottom: 8px;
	text-decoration: none;
}



/**
 * xinwen
 * */
#xianwenid {
	background-image: url(../img/产品服务内容页3_r2_c2s.gif);
}

#xianwenid1 {
	width: 1000px;
	height: 1200px;
}

	#xianwenid1 div {
		float: left;
	}

#xianwenid1_1 {
	width: 200px;
	height: 100%;
	font-family: "微软雅黑";
}

	#xianwenid1_1 li {
		list-style: none;
		width: 200px;
		height: 70px;
		margin: 20px 0px;
		background-image: url(../img/产品服务内容页3_r3_c4.gif);
	}

	#xianwenid1_1 article {
		float: left;
	}

	#xianwenid1_1 a {
		position: relative;
		top: 15px;
		left: 35px;
		text-decoration: none;
		color: #122B40;
	}

	#xianwenid1_1 img {
		position: relative;
		right: 10px;
		top: 5px;
	}

#xianwenid1_2 {
	width: 760px;
	height: 1160px;
	margin: 20px;
	background-image: url(../img/产品服务内容页3_r3_c4.gif);
}

#class4a_1 {
	width: 100%;
	height: 50px;
	box-shadow: 0px 1px 0px 0px #D3D3D3;
}

#class4a_2 {
	width: 100%;
	height: 120px;
	box-shadow: 0px 1px 0px 0px #D3D3D3;
}

#class4a_2a {
	width: 20%;
	height: 120px;
	float: left;
	box-shadow: 1px 1px 0px 0px #D3D3D3;
}

	#class4a_2a a {
		position: relative;
		left: 10px;
		text-decoration: none;
	}

#class4a_2a_1 {
	font-size: 4.5em;
	color: #32CD32;
}

#class4a_2a_2 {
	font-size: 1em;
	color: #808080;
	position: relative;
	bottom: 10px;
}

#class4a_2b {
	width: 80%;
	height: 120px;
	float: left;
}

	#class4a_2b a {
		position: relative;
		left: 10px;
		top: 20px;
		text-decoration: none;
	}

#class4a_2b_1 {
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	line-height: 10px;
	text-decoration: none;
}

#class4a_2b_2 {
	font-size: 0.8em;
	color: #808080;
}

#class4a_3 {
	width: 100%;
	height: 60px;
}

	#class4a_3 a {
		text-decoration: none;
		color: #808080;
		position: relative;
		left: 275px;
		top: 20px;
		font-size: 1em;
	}

	#class4a_3 img {
	}

#class0a2_2b_2b img {
	width: 1000px;
	width: 800px;
	position: relative;
	top: 30px;
}

/*
 * xinwen3
 */
#xinwenid3 {
	height: 1200px;
	width: 100%;
}

#xinwenid3_1 {
	width: 100%;
	height: 250px;
}

	#xinwenid3_1 li {
		list-style: none;
		width: 200px;
		height: 50px;
		margin: 20px 0px;
	}

	#xinwenid3_1 a {
		float: left;
		text-decoration: none;
		margin: 10px;
		color: #122B40;
	}

#xinwenid3_2 {
	white-space: 100%;
	height: 950px;
}


/*
 *hangye
 * */
#hangyeid {
	width: 100%;
	height: 100%;
}

#hangyeid1 {
	width: 1000px;
}

#classli_a_1 {
	width: 1000px;
	margin-top: 30px;
}

	#classli_a_1 div {
		width: 200px;
		height: 150px;
		float: left;
		border-radius: 15px 15px 15px 15px;
		font-family: "微软雅黑";
		margin: 0px 25px;
		margin-bottom:30px;
	}

	#classli_a_1 li {
		list-style: none;
		border-radius: 15px 15px 15px 15px;
		width: 200px;
	}

#classli_a_1a {
	position: relative;
	width:140px;
	display:block;
}

#classli_a_1 img {
	width: 200px;
	height: 150px;
	border-radius: 15px 15px 15px 15px;
}

#classli_a_1 div {
	cursor: pointer;
	transition: all 0.3s ease 0;
}

	#classli_a_1 div:hover {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transition-duration: 0.5s;
		transition-timing-function: ease-in;
		transition-delay: 0.1s;
	}

#classli_a_1 a {
	text-decoration: none;
}

#classli_a_1_1 {
	position: relative;
	color: snow;
	font-size: 16px;
}

#hangyeid2 {
	width: 100px;
	height: 100%;
}

	#hangyeid2 div {
		width: 200px;
		height: 50px;
	}

	#hangyeid2 a {
		text-decoration: none;
		color: #808080;
		font-size: 1.2em;
		position: relative;
		right: 30px;
	}



#classli_a_2 {
	width: 500px;
	height: 200px;
	margin: 20px 0px;
}

	#classli_a_2 div {
		width: 200px;
		height: 150px;
		float: left;
		border-radius: 15px 15px 15px 15px;
		margin: 0px 20px;
		font-family: "微软雅黑";
	}

	#classli_a_2 li {
		list-style: none;
		border-radius: 15px 15px 15px 15px;
		width: 200px;
		height: 150px;
		width;
		200px;
	}


#classli_a_2 img {
	width: 200px;
	height: 150px;
	border-radius: 15px 15px 15px 15px;
}

#classli_a_2 div {
	cursor: pointer;
	transition: all 0.3s ease 0;
}

	#classli_a_2 div:hover {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transition-duration: 0.5s;
		transition-timing-function: ease-in;
		transition-delay: 0.1s;
	}

#classli_a_2 a {
	text-decoration: none;
}


/*
 *管理——内容
 * */
#classmya {
	width: 100%;
	height: 100%;
	background-image: url(../img/产品服务内容页3_r2_c2s.gif);
}

#classmy1 {
	width: 1000px;
	height: 100%;
	background-image: url(../img/产品服务内容页3_r3_c4.gif);
}

#classmy1_2 {
	width: 100%;
	height: 10px;
	background-image: url(../img/产品服务内容页3_r2_c2s.gif);
}

#classmy1_1 {
	width: 950px;
	height: 100%;
}

#classmy1_1_1 {
	width: 100%;
	height: 130px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#classmy1_1_1 div {
		width: 50%;
		height: 130px;
		float: left;
	}

	#classmy1_1_1 li {
		list-style: none;
	}

	#classmy1_1_1 a {
		text-decoration: none;
		color: #ADADAD;
		font-family: "微软雅黑";
	}

#classmy1_1_1a li:first-of-type {
	width: 100px;
	height: 50px;
	background: #0A99DF;
}

#classmy1_1_1a a {
	position: relative;
	top: 20px;
}

#classmy1_1_1a_1 {
	font-size: 1.5em;
}

#classmy1_1_1b li {
	float: left;
	position: relative;
	left: 330px;
}

#classmy1_1_1b a {
	margin: 0px 20px;
}

#classmy1_1_1b li:first-of-type {
	position: relative;
	top: 75px;
}

#classmy1_1_1b li:last-of-type {
	position: relative;
	top: 10px;
}

#classmy1_1_2 {
	width: 100%;
	height: 1000px;
	font-family: "微软雅黑";
	box-shadow: 0px 1px 0px 0px silver;
}

	#classmy1_1_2 div {
		margin: 40px 0px;
	}

	#classmy1_1_2 a {
		text-decoration: none;
		font-size: 1em;
		color: #ADADAD;
		line-height: 2em;
		word-wrap: break-word;
		letter-spacing: 0.1em;
	}

		#classmy1_1_2 a:first-of-type {
			color: #122B40;
		}

#classmy1_1_3 {
	width: 100%;
	height: 60px;
	margin: 30px 0px;
}

	#classmy1_1_3 a {
		text-decoration: none;
		color: #ADADAD;
		font-size: 1.3em;
	}

#classmy1_2 a {
	text-decoration: none;
}


/*
 *xs_1
 * */
#idvxs1 {
	width: 100%;
	height: 100px;
}

	#idvxs1 samp {
		float: left;
		width: 50%;
		height: 100px;
		font-family: "微软雅黑";
	}

	#idvxs1 li {
		list-style: none;
	}

	#idvxs1 a {
		text-decoration: none;
		color: #ADADAD;
	}

#idvxs1_1 li {
	float: left;
	position: relative;
	left: 70%;
}

#idvxs2 {
}

	#idvxs2 article {
		margin: 20px 0px;
	}

	#idvxs2 a {
		text-decoration: none;
		color: #ADADAD;
	}

		#idvxs2 a:first-of-type {
			color: #122B40;
		}

/*
 *管理——列表
 * */
#mydiv {
	width: 100%;
	height: 100%;
}

#mydiv1 {
	width: 100%;
	height: 180px;
}

#mydiv1_1 a {
	text-decoration: none;
	color: #ADADAD;
	font-size: 1.3em;
	position: relative;
	top: 30px;
}

#mydiv1_2 {
	width: 90%;
	height: 50px;
	position: relative;
	top: 40px;
}

	#mydiv1_2 a {
		text-decoration: none;
		color: #ADADAD;
	}

#mydiv2 {
	width: 100%;
	height: 60px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv2 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

.hover {
	color: #179D4A;
}

#mydiv3 {
	width: 100%;
	height: 80px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv3 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv4 {
	width: 100%;
	height: 100px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv4 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv5 {
	width: 100%;
	height: 65px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv5 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv6 {
	width: 100%;
	height: 100px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv6 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv7 {
	width: 100%;
	height: 60px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv7 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv8 {
	width: 100%;
	height: 100px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv8 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv9 {
	width: 100%;
	height: 100px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv9 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv10 {
	width: 100%;
	height: 100px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv10 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv11 {
	width: 100%;
	height: 100px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv11 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv12 {
	width: 100%;
	height: 100px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv12 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv13 {
	width: 100%;
	height: 60px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv13 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv14 {
	width: 100%;
	height: 60px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv14 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv15 {
	width: 100%;
	height: 85px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv15 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv16 {
	width: 100%;
	height: 100px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv16 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv17 {
	width: 100%;
	height: 60px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv17 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv18 {
	width: 100%;
	height: 60px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv18 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv19 {
	width: 100%;
	height: 100px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv19 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv20 {
	width: 100%;
	height: 100px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv20 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv21 {
	width: 100%;
	height: 60px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv21 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv22 {
	width: 100%;
	height: 60px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv22 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv23 {
	width: 100%;
	height: 60px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv23 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv24 {
	width: 100%;
	height: 60px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv24 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv25 {
	width: 100%;
	height: 60px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv25 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}

#mydiv26 {
	width: 100%;
	height: 60px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#mydiv26 a {
		text-decoration: none;
		color: #122B40;
		position: relative;
		top: 10px;
	}


#divida_a {
	box-shadow: 0px 1px 0px 0px silver;
}

	#divida_a a {
		position: relative;
		top: 10px;
		color: #ADADAD;
	}

#divida a {
	text-decoration: none;
}
/*
 *chanpingln1
 * */
#chanpingln {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
	background-image: url(../img/产品服务内容页3_r2_c2s.gif);
}

/*#chanpinln1{width: 1000px;height: 1000px; background-image: url(../img/产品服务内容页3_r3_c4.gif);}*/
#chanpinln1 {
	width: 1000px;
	height: 100%;
	background-image: url(../img/产品服务内容页3_r3_c4.gif);
}

#chanpinln1_1 {
	width: 1000px;
	height: 10px;
	background-image: url(../img/产品服务内容页3_r2_c2s.gif);
}

#chanpinln1_2 {
	width: 1000px;
	height: 100%;
}

#chanpinln1_2_1 {
	width: 950px;
	height: 100%;
}

#chanpinln1_2_1_1 {
	width: 100%;
	height: 200px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#chanpinln1_2_1_1a {
		float: left;
		width: 80%;
		height: 200px;
	}

	#chanpinln1_2_1_1 li {
		list-style: none;
	}

	#chanpinln1_2_1_1 a {
		text-decoration: none;
		color: #ADADAD;
	}

#chanpinln1_2_1_1a li:first-of-type {
	width: 150px;
	height: 50px;
	background: #0A99DF;
}

#chanpinln1_2_1_1a_1 a {
	font-size: 1.5em;
	color: #122B40;
	font-weight: 600;
}

#chanpinln1_2_1_1a a {
	position: relative;
	top: 30px;
}

#chanpinln1_2_1_1a_2 a {
	position: relative;
	top: 40px;
}
#chanpinln1_2_1_1b {
	width:120px;
	float:right;
	margin-top:30px;
}
#chanpinln1_2_1_1b li {
	float: left;
}

#chanpinln1_2_1_1b_1 a {
	position: relative;
	top: 80px;
}

#chanpinln1_2_1_2 {
	box-shadow: 0px 1px 0px 0px silver;
}

	#chanpinln1_2_1_2 li {
		list-style: none;
		margin: 20px 0px;
	}

	#chanpinln1_2_1_2 a {
		text-decoration: none;
		color: #ADADAD;
	}

		#chanpinln1_2_1_2 a:first-of-type {
			font-size: 1.3em;
			font-weight: 600;
			color: #122B40;
		}

	#chanpinln1_2_1_2 img {
	}

#chanpinln1_2_1_3 {
	width: 100%;
	height: 100px;
	line-height:30px;
}

	#chanpinln1_2_1_3 a {
		position: relative;
		top: 20px;
		text-decoration: none;
		font-size: 1.2em;
	}

/*
 *neiroong1-xs
 * */
#visibleid {
	width: 100%;
	height: 150px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#visibleid div {
		float: left;
		font-family: "微软雅黑";
	}

	#visibleid li {
		list-style: none;
	}

	#visibleid a {
		text-decoration: none;
	}

#visibleid1 {
	position: relative;
	top: 38px;
}

	#visibleid1 li {
		float: left;
		margin: 0px 10px;
	}

		#visibleid1 li:first-of-type {
			position: relative;
			top: 55px;
		}

#visibleid_a {
	box-shadow: 0px 1px 0px 0px silver;
}

	#visibleid_a li {
		list-style: none;
		margin: 20px 0px;
	}

	#visibleid_a a {
		text-decoration: none;
		font-family: "微软雅黑";
	}

		#visibleid_a a:first-of-type {
			color: #122B40;
			font-size: 1.3em;
			font-weight: 600;
		}

#visibleid_b {
	width: 100%;
	height: 50px;
}

	#visibleid_b li {
		float: left;
		list-style: none;
	}

	#visibleid_b a {
		text-decoration: none;
	}


/*
 *chanpingln2
 * */
#chanpinln2_1 {
	box-shadow: 0px 1px 0px 0px silver;
}

	#chanpinln2_1 li {
		list-style: none;
		margin: 20px 0px;
	}

	#chanpinln2_1 a {
		text-decoration: none;
		color: #888888;
	}

#chanpinln2_1_1 {
	width: 100%;
	height: 30px;
	background-image: url(../img/产品服务内容页2_10.jpg);
}

	#chanpinln2_1_1 a {
		color: aliceblue;
		font-weight: bold;
		font-size: 1.2em;
		position: relative;
		left: 430px;
	}

/*
 *chanpingln2-xs
 * */
#visibleid_c {
	box-shadow: 0px 1px 0px 0px silver;
	width: 100%;
	height: 100%;
}

	#visibleid_c li {
		list-style: none;
	}

	#visibleid_c a {
		text-decoration: none;
		color: #888888;
		margin: 10px 0px;
	}

#visibleid_c1 {
	width: 100%;
	height: 30px;
	background-image: url(../img/产品服务内容页2_10.jpg);
}

	#visibleid_c1 a {
		color: aliceblue;
		font-weight: bold;
		font-size: 1.2em;
		position: relative;
		left: 240px;
	}

/*
 *chanpingln3
 * */
#chanpingln3_1 {
	box-shadow: 0px 1px 0px 0px silver;
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
}

	#chanpingln3_1 li {
		list-style: none;
		margin: 20px 0px;
	}

	#chanpingln3_1 a {
		color: #888888;
		text-decoration: none;
	}

#chanpingln3_1_1 {
	width: 100%;
	height: 100%;
}

	#chanpingln3_1_1 div {
		float: left;
	}

	#chanpingln3_1_1 img {
		width: 400px;
		height: 10px;
	}

#chanpingln3_1_1a {
	width: 150px;
	height: 30px;
	border: 1px solid lightgreen;
}

	#chanpingln3_1_1a a {
		color: #1FCA60;
	}
/*
 *chanpingln-xs
 * */
#chanpingln3_1a {
	box-shadow: 0px 1px 0px 0px silver;
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
}

	#chanpingln3_1a li {
		list-style: none;
		margin: 20px 0px;
	}

	#chanpingln3_1a a {
		color: #888888;
		text-decoration: none;
	}

#chanpingln3_1a_1 {
	width: 100%;
	height: 100%;
}

	#chanpingln3_1a_1 div {
		float: left;
		position: relative;
		left: 10%;
	}

	#chanpingln3_1a_1 img {
		width: 200px;
		height: 10px;
	}

#chanpingln3_1a_1a {
	width: 150px;
	height: 30px;
	border: 1px solid lightgreen;
}

	#chanpingln3_1a_1a a {
		color: #1FCA60;
	}

/*
 *chanpingln4
 * */
#chanpingln4 {
	box-shadow: 0px 1px 0px 0px silver;
	font-family: "微软雅黑";
}

	#chanpingln4 li {
		list-style: none;
	}

	#chanpingln4 a {
		text-decoration: none;
		color: #888888;
	}

#chanpingln4_1 {
	font-size: 1.3em;
	margin: 50px 0px;
	text-indent: 2em;
}

#chanpingln4_2 a:first-of-type {
	color: #228B22;
	font-size: 1.3em;
}

#chanpingln4_2 li {
	margin: 10px 0px;
}

#chanpingln4_3 li {
	margin: 10px 0px;
}
/*
 *chenpingln4-xs
 * */
#chanpingln4a {
	box-shadow: 0px 1px 0px 0px silver;
	font-family: "微软雅黑";
}

	#chanpingln4a li {
		list-style: none;
	}

	#chanpingln4a a {
		text-decoration: none;
		color: #888888;
	}
/*
 *chanpingln5
 * */
#chanpingln5 {
	box-shadow: 0px 1px 0px 0px silver;
	font-family: "微软雅黑";
}

	#chanpingln5 li {
		list-style: none;
		height: 30px;
		margin: 20px 0px;
	}

	#chanpingln5 a {
		text-decoration: none;
		color: #888888;
	}

#classlia5 a {
	position: relative;
	bottom: 25px;
	color: snow;
}
/*
 *chanpingln-xs
 * 暂无 可后续添加
 * */



/*
 *hengyefangan1
 * */
#hengyefananid {
	width: 100%;
	height: 100%;
}

	#hengyefananid li {
		list-style: none;
	}

	#hengyefananid a {
		text-decoration: none;
		color: #888888;
	}

#hengyefananid1 {
	width: 100%;
	height: 100%;
	text-indent: 2em;
	margin: 20px 0px;
}

#hengyefananid2 {
	width: 100%;
	height: 100%;
}

	#hengyefananid2 li {
		margin: 20px 0px;
	}

#hengyefananid2_1 {
	width: 100%;
	height: 30px;
	background: #228B22;
}

	#hengyefananid2_1 a {
		text-align: center;
		position: relative;
		top: 2px;
	}

#hengyefananid2 a:first-of-type {
	color: #000000;
	font-size: 1.2em;
}

#hengyefananid2_1 a:first-of-type {
	color: snow;
}

#hengyefananid3 {
	width: 100%;
	height: 50px;
	box-shadow: 0px 1px 0px 0px #ADADAD;
}

	#hengyefananid3 a {
		font-size: 1.3em;
		font-weight: 700;
		color: #000000;
	}


/*
 *linianguanli
 * 
 * **/
#linianguanli {
	margin-top:20px;
	width: 100%;
	height: 100%;
	box-shadow: 0px 1px 0px 0px silver;
}

	#linianguanli li {
		list-style: none;
		margin: 20px 0px;
	}

	#linianguanli a {
		color: #888888;
		text-decoration: none;
	}

#linianguanli1 {
	text-indent: 2em;
}


/*
 *xinwenxinshi1
 * */
#xinwenxinshi {
	width: 100%;
	height: 1080px;
}
/*
 *xinwenxinshi2
 * */
#xinwenxinshi {
	width: 100%;
	height: 1080px;
}
/*
 *xinwenxinshi3
 * */
#xinwenxinshi {
	width: 100%;
	height: 1080px;
}


/*
 *xinwenxingshinl
 * */
#xinwenxingshi1 {
	width: 100%;
	height: 90px;
	box-shadow: 0px 1px 0px 0px silver;
}

	#xinwenxingshi1 div {
		float: left;
		margin: 20px 0px;
	}

	#xinwenxingshi1 li {
		list-style: none;
	}

	#xinwenxingshi1 a {
		text-decoration: none;
		color: #888888;
	}

#xinwenxingshi2 {
	width: 100%;
	height: 100%;
	box-shadow: 0px 1px 0px 0px silver;
}

	#xinwenxingshi2 li {
		list-style: none;
		margin: 20px 0px;
	}

	#xinwenxingshi2 a {
		color: #888888;
		text-decoration: none;
	}

#xinwenxingshi2_1 {
	text-indent: 2em;
}



/// #classnav2_2 li:nth-of-type(2) {
	background: floralwhite;
}

#myid div {
	background: #0A99DF;
}

#myid a {
	color: snow;
}


/*
 *dengluyemian
 * */
#dlymid {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
	background-image: url(../img/bg.png);
}

#dlymid1 {
	width: 1000px;
	height: 430px;
}

.col-lg-offset-3 {
	position: relative;
	top: 10px;
	width: 550px;
}

#dlymid1_1 {
	width: 1000px;
	height: 100%;
}

	#dlymid1_1 tr {
		width: 400px;
		height: 60px;
	}

	#dlymid1_1 td:first-of-type {
		font-weight: bold;
		font-size: 1.1em;
	}

	#dlymid1_1 input {
		width: 300px;
	}


#dlymid2 {
	width: 550px;
	height: 100%;
}

#dlymid3 {
	width: 550px;
	height: 100px;
}

	#dlymid3 button {
		position: relative;
		right: 10px;
		margin: 0px 30px;
	}

#dlymidxs tr {
	width: 400px;
	height: 40px;
}

#dlymidxs td:first-of-type {
	font-weight: bold;
	font-size: 1.1em;
}

#dlymidxs_s {
	height: 80px;
}

	#dlymidxs_s button {
		margin: 0px 20px;
	}

.img-box {
	position: relative;
	display:block;
}

	.img-box a {
		color: #fff;
		text-decoration:none;
		cursor:pointer;
	}

.bg {
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
	display: block;
}
.bg2 {
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
	border-radius:15px;
	display: block;
}
.text {
	position: absolute;
	left: 5%;
	right:5%;
	top: 30%;
	height:75px;
	overflow:hidden;
	padding: 10px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 20px;
	display:block;
}
.text2 {
	position: absolute;
	left: 5%;
	right:5%;
	top: 30%;
	height:75px;
	overflow:hidden;
	padding: 10px;
	border: 0px solid #fff;
	text-align: center;
	font-size: 20px;
	display:block;
}

@media (max-width:1000px) {
	#centerid1 {
		width: 100%;
	}
	#chanpingln
	{
		margin-top:100px!important;
	}
		#centerid1 li {
			width:30%;
		}
	#classli_1 {
		width: 100%;
	}
		#classli_1 li {
			width:24%;
		}
	#classli_a_1 {
		width: 100%;
	}
	#classdiv2_1 {
		width:100%;
	}
	#divORSOFT {
		display:none;
	}
	.classsection2my a {
		font-size:20px;
		margin-top:10px;
		display:block;
	}
	#divProduct2 {
		width:100%!important;
		margin-left:0!important;
	}
	#chanpinln1_1 {
		width:100%;
	}
	#chanpinln1_2_1 {
		width:90%;
	}
	#chanpinln1_2 {
		width:100%;
	}
	#chanpinln1_2_1_1b {
		display:none;
	}
}
#divDetail2 {
	line-height:30px; padding-left:20px; padding-right:20px;
}
#divDetail2 a {
	color:#122B40;
}
	#divDetail2 a:hover {
			text-decoration:underline!important;
	}
.divMainVocation {
	border-top:solid 1px #c0c0c0; font-weight:bold; color:#228B22;  margin-top:20px;
}
.divMainVocation a {
	color:#228B22!important;
}
#chanpinln1_2_1_1a_2 .bshareDiv {
	margin-top:10px!important;
}
.articleContent
{
   overflow:hidden;
}