@CHARSET "UTF-8";
.service {
	text-align: center;
	width: 1200px;
	margin: 0 auto
}

.service ul {
	width: 100%;
	height: 260px;
	position: relative
}

.service ul li {
	position: relative;
	float: left;
	overflow: hidden;
	margin-top: 25px;
	width: 280px;
	height: 260px;
	margin-left: 26px;
	background: #fff;
	transition: all ease-out .2s;
	box-shadow: -10px 0 10px rgba(204, 204, 204, .3), 10px 0 10px
		rgba(204, 204, 204, .3), 0 0 0 rgba(204, 204, 204, .3), 0 15px 15px
		rgba(204, 204, 204, .3)
}

.service ul li:first-child {
	margin-left: 1px
}

.service ul li:hover {
	margin-top: 0;
	margin-bottom: 25px;
}

.service .img {
	margin-top: 25px;
	font-size:4em;
}

.service dt {
	font-size: 24px;
	margin: 15px auto 6px auto
}

.service dd {
	color: #808080;
	line-height: 20px
}

.service .more {
	width: 100px;
	height: 36px;
	margin: 0 auto;
	border: 1px solid #c4c4c4;
	line-height: 36px;
	color: #818181;
	border-radius: 18px;
	position: absolute;
	bottom: 40px;
	left: 90px
}

.service li.li1 dt {
	color: #126fcc
}
.service li.li1 .img {
	color: #126fcc
}
.service li.li1:hover .more {
	color: #fff;
	background: #126fcc;
	border: 0
}

.service li.li2 dt {
	color: #f34545
}
.service li.li2 .img {
	color: #f34545
}
.service li.li2:hover .more {
	color: #fff;
	background: #f34545;
	border: 0
}

.service li.li3 dt {
	color: #fea444
}
.service li.li3 .img {
	color: #fea444
}
.service li.li3:hover .more {
	color: #fff;
	background: #fea444;
	border: 0
}
.service li.li4 dt {
	color: #40d0f4;
}
.service li.li4 .img {
	color: #40d0f4;
}

.service li.li4:hover .more {
	color: #fff;
	background: #40d0f4;
	border: 0
}


.service li.li5 dt {
	color: #9187E6
}
.service li.li5 .img {
	color: #9187E6
}
.service li.li5:hover .more {
	color: #fff;
	background: #9187E6;
	border: 0
}

.service li.li6 dt {
	color: #E86666
}
.service li.li6 .img {
	color: #E86666
}
.service li.li6:hover .more {
	color: #fff;
	background: #E86666;
	border: 0
}

.service li.li7 dt {
	color: #EAD53E
}
.service li.li7 .img {
	color: #EAD53E
}
.service li.li7:hover .more {
	color: #fff;
	background: #EAD53E;
	border: 0
}

.service li.li8 dt {
	color: #2AEC9C
}
.service li.li8 .img {
	color: #2AEC9C
}
.service li.li8:hover .more {
	color: #fff;
	background: #2AEC9C;
	border: 0
}
.mainbg{
	width:100%
}
/* 固定导航 */
.myservice{
	margin: 10px auto 0;
	width: 1200px;
	height: 140px;
}
.myservice ul{
	width:100%;
	list-style: none;
}
.myservice ul li:first-child{
	margin-left: 1px;
}
.myservice ul li{
	width: 140px;
    height: 140px;
    float: left;
    background-color: blue;
    margin-left: 11px;
    text-align: center;
    background: #fff;
   
}
.myservice ul li .img{
	margin-top: 25px;
    font-size: 5em;
}
.myservice ul li a{
	display: inline-block;
    height: 100%;
    width: 100%;
}
.myservice ul li:hover{
	background: #F1F1F1;
	margin-top: -2px;
	border: 5px solid white;
}
.myservice li:nth-child(1) a{
	color: #126fcc
}
.myservice li:nth-child(2) a{
	color: #f34545
}
.myservice li:nth-child(3) a{
	color: #fea444
}
.myservice li:nth-child(4) a{
	color: #40d0f4
}
.myservice li:nth-child(5) a{
	color: #9187E6
}
.myservice li:nth-child(6) a{
	color: #E86666
}
.myservice li:nth-child(7) a{
	color: #EAD53E
}
.myservice li:nth-child(8) a{
	color: #2AEC9C
}
/* ys */

.pure-u-1{
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    background-color: white;
    box-shadow: -10px 0 10px rgba(204, 204, 204, .3), 10px 0 10px
 rgba(204, 204, 204, .3), 0 0 0 rgba(204, 204, 204, .3), 0 15px 15px
 rgba(204, 204, 204, .3);
}
.tb {
	text-align: center
}

.tb h2 {
	margin-top: 100px;
	font-size: 36px;
	font-weight: normal;
}

.tb table {
	width: 100%;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	vertical-align: middle
}

.tb table th {
	text-align: center;
	background-color: #E4ECFA;
	font-size: 18px;
}

.tb table td {
	text-align: center;
	color: #7b7b7b
}

.tb table th, td {
	font-size: 16px;
	font-family: 'Microsoft YaHei Light';
}

.tb table .tb_b {
	text-align: center;
	color: #414141;
	font-size: 18px;
}

.tb table tr td, th {
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

.tb table tr {
	height: 46px;
}

.tb table th, td {
	vertical-align: middle
}

.tb table td.name {
	padding-left: 32px;
	font-size: 14px;
	text-align: left;
}

.tb table td .cz {
	width: 21px;
	height: 21px;
	position: absolute;
	float: left;
	margin-left: 32px;
	background: url(img/yes.png) no-repeat;
}

.tb table td .cn {
	width: 21px;
	height: 21px;
	position: absolute;
	float: left;
	margin-left: 32px;
	background: url(img/no.png) no-repeat;
}
.wrapper h1{
	padding-top: 10px;
	margin-top: 25px;
}
.wrapper p{
	margin-top: 12px;
	font-size: 25px;
	color: #909090;
	}
.step {
	width: 1200px;
	height: auto;
	margin: 25px auto 0px auto;
	background-color: white;
    box-shadow: -10px 0 10px rgba(204, 204, 204, .3), 10px 0 10px
 rgba(204, 204, 204, .3), 0 0 0 rgba(204, 204, 204, .3), 0 15px 15px
 rgba(204, 204, 204, .3);
	
	}
.tt-box {
	padding: 20px 0 20px;
	text-align: center;
}
.H3-fl, .H3-fr {
	background: #999;
	margin-top: -11px;
	display: inline-block;
	width: 90px;
	height: 1px;
	vertical-align: middle;
	position: relative;
}

.H3-fl {
	-webkit-animation: arrow-movement 3s 0s linear infinite;
	animation: arrow-movement 3s 0s linear infinite;
}

.danceWord-s1 {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	color: #565656;
}

.danceWord-s1>i {
	width: 37px;
	height: 62px;
	background-position: -346px 0;
	margin: 0 3px;
	position: relative;
	top: 21px;
}
/*获取证书，5步轻松搞定 start*/
.flow-list {
	overflow: hidden;
	padding: 5px 20px 0;
	list-style-type: none;
}

.flow-list li {
	width: 180px;
	height: 210px;
	background: #fff;
	text-align: center;
	float: left;
	overflow: hidden;
	position: relative;
}

.flow-list .w65 {
	width: 65px;
	background: none;
}



.flow-list li:first-child {
	margin-left: 0 !important;
}

.flow-list li img {
	display: inline-block; /* 现代浏览器 +IE6、7 inline 元素 */
	*display: inline; /* IE6、7 block 元素 */
	*zoom: 1;
	width: 100%;
	height: 126px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.flow-list li i {
	width: 35px;
	height: 20px;
	margin: 15px 0 4px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	
}

.flow-list li .num-icon2 {
	background-position: -35px 0;
}

.flow-list li .num-icon3 {
	background-position: -73px 0;
}

.flow-list li .num-icon4 {
	background-position: -108px 0;
}

.flow-list li .num-icon5 {
	background-position: -149px -1px;
}

.flow-list li .num-icon6 {
	background-position: -188px 0;
}

.flow-list li p {
	font-size: 14px;
	color: #565656;
	line-height: 16px;
}

.flow-list li:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.flow-list li:hover p {
	color: #033477;
}

.flow-line {
	width: 0;
	height: 2px;
	background: #033477;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-ms-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}

.flow-list li:hover .flow-line {
	width: 180px;
}

.dib {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.icons{
	width: 65px;
    height: 65px;
    float: left;
    margin: 40px 10px;
    background: url(img/next.png) no-repeat;
}
/*获取证书，5步轻松搞定 end*/
/*展示*/
.exhibition{
	height:400px;
	text-align: center;
	width: 1200px;
	margin: 10px auto 0px;
}
.imgshow{
	padding: 10px;
	height:400px;
	width:675px;
	float: left;
	background-color: white;
    box-shadow: -10px 0 10px rgba(204, 204, 204, .3), 10px 0 10px
 rgba(204, 204, 204, .3), 0 0 0 rgba(204, 204, 204, .3), 0 15px 15px
 rgba(204, 204, 204, .3); 
}

.wrapper1{
	height:340px;
}
.wrapper1 span{
	width:220px;
	border-left: 2px solid #D6D0D0;
}
.wrapper1  .q{
	color: #FEA444;
    font-size: 17px;
    text-align: left;
    font-family: "微软雅黑";
    font-weight: bold;
}
.wrapper1 .a{
	font-size: 13px;
    text-align: left;
    font-family: "微软雅黑";
}
.wrapper1 img{
	width:80%;
	display:bloc;
}
.wrapper1 .imgs{
	position: absolute;
    bottom: 0px;
}
.wrapper1 .imgqr{
	bottom: 0px;
    position: absolute;
}
.space{
	width:25px;
	height:400px;
	float: left;
}
.fb{
	padding: 10px;
	width:500px;
	height:400px;
	overflow:Hidden;
	text-align:left;
	background-color: white;
    box-shadow: -10px 0 10px rgba(204, 204, 204, .3), 10px 0 10px
 rgba(204, 204, 204, .3), 0 0 0 rgba(204, 204, 204, .3), 0 15px 15px
 rgba(204, 204, 204, .3);
}


.feedback{
	height:300px;
	padding: 10px;
	overflow: hidden;
}
.feedback a{
	color: #1B1A1A;
}
.feedback .t{
	color: #808080;
}
.feedback li{
	height:100px
}

.e-title{
	height:50px;
	font-size: 25px;
	border: 1px solid #E7E7E7;
    border-right: 1px solid #EEE;
    position: relative;
    background-color: #E4ECFA;
    text-align: left;
    padding-left: 10px;
    font-family: STHeiti,"Microsoft Yahei","Microsoft YaHei",Arial,sans-serif;
}