@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,ol,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,label { margin:0; padding:0; border:0;}
input,select,option,textarea{outline: none;}
ul,ol,li { list-style:none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; line-height: 1;}
i,em { font-style: normal;}
img { max-width: 100%;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00; transition:all .2s linear;}
.container { width: 1200px; margin: 0px auto;}
.f12 { font-size: 12px;} .f16 { font-size: 16px;} .f18 { font-size: 18px;}
.fl { float: left;} .fr { float: right;}
.flex { display: flex; flex-wrap: wrap; justify-content: space-between;}
.align { align-items: center;} .justify { justify-content: center;}
.clear { content:""; clear: both; overflow: hidden; display: block;}
.ptb30 { padding: 30px 0px;} .ptb20 { padding: 20px 0px 40px;} .ptb10 { padding: 10px 0px;} .pl15 { padding-left: 15px;} .p30 { padding: 30px 30px;} .pb80 { padding-bottom: 80px;} .plr30 { padding: 0px 30px;} 
.p20 { padding: 20px 20px;} .pt20 { padding-top: 20px;}
.ml20 { margin-left: 20px;} .mtb10 { margin: 10px 0px 20px;} .mb20 { margin-bottom: 20px;} .mtb20 { margin: 20px auto;} .mlr20 { margin: 0px 20px;} .mtp20 { margin-top: 20px;} .mt60 { margin-top: 60px;}
.m30 { margin: 30px 30px;}
.bf5 { background: #f5f5f5;}
.c6 { color: #666;} .cf{ color: #fff;} .c9 { color: #999;}
body { padding-top: 100px;}
.blod { font-weight: bold;} .post { position: relative;} .l-ht { line-height: 30px;} .tc{ text-align: center;}


.top_bg {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100px;
	background: #011a38;
	z-index: 999;
	}
.top_bg .container { height: 100px;}
.top_bg .logo a{
	font-size: 30px;
	display: block;
	color: #fff;
	font-weight: bold;
	background: url(../images/logo.png) center left no-repeat;
	background-size: contain;
	padding-left: 80px;
	}
.top_bg .logo span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	}

.top_bg ul {justify-content: flex-start;}
.top_bg li {
	line-height: 50px;
	position: relative;
	}
.top_bg li a {
	display: block;
	padding: 20px 30px;
	color: #fff;
	}
.top_bg li a:hover { color: #70d7fe;}
.top_bg li:hover dl { display: block; transition:all .4s linear;}
.top_bg li dl {
	display: none;
	position: absolute;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgb(0,0,0,.08);
	left: 0px;
	top: 85px;
	padding: 10px 0px;
	}
.top_bg li dl:after {
	content:"";
	position: absolute;
	display: block;
	width:0;height:0;  
    line-height:0;  
    border-width:15px;  
    border-style:solid;  
    border-color: transparent transparent #fff transparent;
	top: -30px;
	left: 50%;
	transform:translateX(-50%);
	}
.top_bg li dl dd a {
	line-height: 30px!important;
	padding: 5px 30px!important;
	color: #011a38;
	display: block;
	font-size: 16px;
	}
.top_bg li dl dd a:hover { background: #f1f5fa; color: #fd7700;}

/**/
.banner {height:500px;}
#full-screen-slider {
	width:100%;  
	position:relative;
	}
#slides {
	display:block; 
	width:100%; 
	height:500px; 
	position:relative;
	}
#slides li {
	display:block; 
	width:100%;
	height:100%; 
	position:absolute;
	}
#slides li a {
	display:block; 
	width:100%; 
	height:100%; 
	text-align: center;
	}
#pagination {
	display:block; 
	list-style:none; 
	position:absolute; 
	left:50%; 
	bottom: 60px; 
	z-index:900;
	padding:5px 15px 5px 0; 
	margin:0;
	}
#pagination li {
	display:block; 
	list-style:none; 
	width:10px; 
	height:10px; 
	float:left; 
	margin-left:15px; 
	border-radius:5px;
	background:#fff;
	}
#pagination li a {
	display:block; 
	width:100%; 
	height:100%; 
	padding:0; 
	margin:0; 
	text-indent:-9999px;
	}
#pagination li.current { background:#0092CE}

.ban_1 { padding-top: 85px;}
.ban_1 h4{
	font-size: 25px;
	color: #dbf0ff;
	line-height: 85px;
	}
.ban_1 h3 {
	display: block;
	font-size: 60px;
	color: #79c6ff;
	padding: 15px 0px;
	font-weight: bold;
	}
	
.ban_2 { padding-top: 85px;}
.ban_2 h4{
	font-size: 25px;
	color: #fff;
	line-height: 85px;
	font-weight: normal;
	}
.ban_2 h3 {
	display: block;
	font-size: 60px;
	color: #fff;
	padding: 15px 0px;
	line-height: 80px;
	}
.ban_2 h3 font { color: #fd7700; font-weight: bold;}
	
.ban_3 { padding-top: 85px;}
.ban_3 h4{
	font-size: 25px;
	color: #fff;
	line-height: 85px;
	font-weight: normal;
	}
.ban_3 h3 {
	display: block;
	font-size: 60px;
	color: #ff0;
	padding: 15px 0px;
	font-weight: bold;
	}
.ban_3 h3 font { color: #fe4121;}
.ban_3 span {
	display: inline-block;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	background: linear-gradient(90deg, #f60, #ff4e46);
	border-radius: 50px;
	padding: 0px 50px;
	margin-top: 40px;
	}
	
.ban_4 { padding-top: 85px;}
.ban_4 h4{
	font-size: 25px;
	color: #fff;
	line-height: 85px;
	font-weight: normal;
	}
.ban_4 h3 {
	display: block;
	font-size: 60px;
	color: #fff;
	padding: 15px 15%;
	font-weight: bold;
	}
.ban_4 h3 font { color: #fe4121;}
.ban_4 p {
	display: table;
	font-size: 30px;
	color: #fff;
	line-height: 60px;
	padding: 0px 50px;
	margin: 15px auto 50px;
	}

.ban_5 { padding-top: 85px;}
.ban_5 h4{
	font-size: 25px;
	color: #dbf0ff;
	line-height: 85px;
	}
.ban_5 h3 {
	display: block;
	font-size: 60px;
	color: #79f2ff;
	padding: 15px 0px;
	font-weight: bold;
	}

/**/
.title {
	text-align: center;
	padding: 50px 0px 30px;
	}
.title label {
	font-size: 36px;
	display: block;
	line-height: 60px;
	color: #011a38;
	}
	
/**/
.server_index {
	background: linear-gradient(135deg, #4563fe, #01b1d9);
	overflow: hidden;
	}
.server_index:after {
	content:"";
	position: absolute;
	width: 100%;
	height: 20px;
	background: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	}
.server_index em {
	position: absolute;
	width: 20px;
	height: 100%;
	background: #fff;
	}
.server_index .em1 { top: 0px; left: 285px;}
.server_index .em2 { top: 0px; left: 590px;}
.server_index .em3 { top: 0px; left: 895px;}
.server_index ul li {
	width: 285px;
	height: 220px;
	padding: 30px 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	}
.server_index ul li:hover {
	background: #062548;
	transition:all .5s linear;
	}
.server_index ul li:hover h1 { color: #ff0;}
.server_index ul li:hover i { transform: translateY(-10px);}
.server_index ul li i {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../images/icon.png) no-repeat;
	transition:all .5s linear;
	}
.server_index ul li h1 {
	display: block;
	font-size: 20px;
	}
.server_index ul li p {
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.server_index ul li:nth-child(1) { margin-bottom: 20px;}
.server_index ul li:nth-child(1) i{ background-position: 0px 0px;}
.server_index ul li:nth-child(2) i{ background-position: -80px 0px;}
.server_index ul li:nth-child(3) i{ background-position: -160px 0px;}
.server_index ul li:nth-child(4) i{ background-position: -240px 0px;}
.server_index ul li:nth-child(5) i{ background-position: 0px -80px;}
.server_index ul li:nth-child(6) i{ background-position: -80px -80px;}
.server_index ul li:nth-child(7) i{ background-position: -160px -80px;}
.server_index ul li:nth-child(8) i{ background-position: -240px -80px;}

.bg_color {background: #f1f5fa;}
/**/
.case_bg {
	width: 100%;
	}
.case_u li {
	width: 32%;
	background: #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.08);
	margin: 20px 0px;
	}
.case_u li a{
	display: block;
	height: 100%;
	}
.case_u li .case_img {
	width: 100%;
	height: 340px;
	overflow: hidden;
	}
.case_u li .case_img img {
	width: 100%;
	height: 100%;
	transition: all 1s linear;
	}
.case_u li .case_img:hover img{transform: scale(1.09);}
.case_u li h4 { height: 18px;}
.case_u li h4 {
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.case_u li p {
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.case_list .case_img { height: 240px!important;}
	
.more { text-align: center;}
.more a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #011a38;
	border-radius: 10px;
	padding: 0px 50px;
	line-height: 58px;
	margin: 20px 20px 60px;
	}
.more a:hover { opacity: .95; box-shadow: 0px 0px 30px rgba(0,0,0,.2); text-decoration: none;}

/**/
.evaluate_bg {
	width: 100%;
	background: url(../images/pj_bj.jpg) center center no-repeat;
	background-size: cover;
	}
.evaluate_bg .title label { color: #fff;}
.eva_l { width: 45%;}
.box-gundong {
    height:240px;
    position:relative;
    }
.ashow2 {
    float:left;
    display:inline;
    }
.list_02 li {
    float: left;
    overflow: hidden;
	width: 500px;
	height: 240px;
	margin: 0px 10px;
	padding-top: 80px;
    }
.list_02 li:after {
	content:"";
	position: absolute;
	display: block;
	width: 88px;
	height: 71px;
	background: url(../images/icon.png) 0px -170px no-repeat;
	left: 0px;
	top: 0px;
	}
.list_02 li p {
	line-height:30px;
	display: block;
	}
.list_02 li span {
	display: block;
	text-align: right;
	}
.list_02 li span i {
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #fff;
	vertical-align: middle;
	margin-right: 15px;
	}
.al {
	position: absolute;
    left: 19px;
    top: 50%;
	transform:translateY(-50%);
    width: 42px;
    height: 42px;
    z-index: 6;
	cursor: pointer;
    }

.ar {
    position: absolute;
    right: 19px;
    top: 50%;
	transform:translateY(-50%);
    width: 42px;
    height: 42px;
    z-index: 6;
	cursor: pointer;
    }
.eva_l .more a {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	margin: 0px 0px;
	}
	
.eva_r {
	width: 50%;
	background: #fff;
	border-radius: 10px;
	}
.eva_r strong {
	font-size: 24px;
	display: block;
	}
.eva_r p {
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
	}
	
/**/
.advantage_l { width: 50%;}
.advantage_l h4 {
	display: block;
	font-size: 24px;
	color: #147bcb;
	}
.advantage_l .more a {
	background: none;
	border: 1px solid #011a38;
	color: #011a38;
	}
.advantage_r { width: 42%;}
.advantage_r li {
	width: 32%;
	height: 90px;
	background: #e7ecf2;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	}
.advantage_r li p {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #011a38;
	}
.advantage_r li:hover {
	box-shadow: 3px 3px 20px rgb(0,0,0,.08);
	font-weight: bold;
	}
	
.advantage_r dl dt {
	display: inline-block;
	position: absolute;
	background: linear-gradient(135deg, #4563fe, #01b1d9);
	padding: 10px 30px;
	border-radius: 0px 50px 50px 0px;
	top: 0px;
	left: -20px;
	}
.advantage_r dl dt:after {
	content:"";
	position: absolute;
	display: block;
	width:0;
	height:0;  
    line-height:0;  
    border-width:20px;  
    border-style:solid;  
    border-color: #011a38 transparent transparent transparent;
	left: 0px;
	bottom: -40px;
	z-index: -1;
	}
.advantage_r dl dd{
	background: #fff;
	box-shadow: 5px 5px 20px rgb(0,0,0,.08);
	padding: 60px 30px 30px;
	border-radius: 10px;
	}

/**/
.common{
	height: 760px; 
	overflow: hidden;
	}
.com_tit {
	height:50px;
	line-height:50px;
	font-size:20px;
	padding: 0px 50px;
	display: flex;
	justify-content: space-around;
	}
.com_tit span {
	display:inline-block;
	text-align:center;
	cursor:pointer;
	padding: 0px 60px;
	border: 1px solid #011a38; 
	border-radius: 10px;
	color: #011a38;
	}
.com_tit span a { display: block; }
.com_tit .act{ background: #011a38; color:#fff;}
.com_tit .act a {}
.com_sub{ margin-bottom:10px; margin-top: 60px;}
.com_sub dl {
	width: 42%;
	background: #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.08);
	padding: 20px 20px;
	}
.com_sub dl dt {
	width: 100%;
	height: 300px;
	overflow: hidden;
	}
.com_sub dl dt img {
	width: 100%;
	height: 100%;
	transition: all 1s linear;
	}
.com_sub dl dt:hover img {transform: scale(1.09);}
.com_sub dl h4 a{
	font-size: 20px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.com_sub dl p {
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.com_sub dl span {
	display: block;
	border-top: 1px solid #eee;
	}
.com_sub ul { width: 54%;}
.com_sub li a{
	display: block;
	line-height: 50px;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}

/**/
.foot_ban {
	width: 100%;
	background: #011a39;
	}
.foot_ban .container {
	background: url(../images/foot_ban.png) left center no-repeat;
	background-size: auto 85%;
	padding: 50px 0px 50px 500px;
	}
.foot_ban em {font-size: 30px;}
.foot_ban h4 {
	display: block;
	font-size: 22px;
	}

/**/
.footer {
	width: 100%;
	background: #062548;
	}
.footer .logo a{
	font-size: 30px;
	display: block;
	color: #fff;
	font-weight: bold;
	}
.footer .logo span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	}

.footer ul {justify-content: flex-start;}
.footer li {
	line-height: 50px;
	position: relative;
	}
.footer li a {
	display: block;
	padding: 20px 30px;
	color: #fff;
	}
.footer li a:hover { color: #70d7fe;}
.footer .email {
	border-top: 1px solid #233e5d;
	}
.footer .email p{
	width: 30%;
	text-align: center;
	}
.footer .email span { display: block;}

/**/
.ban_ser {
	width: 100%;
	height: 500px;
	background: url(../images/ban_ser.jpg) center center no-repeat;
	background-size: cover;
	}
.ban_ser .container { padding-top: 150px;}
.ban_ser h3 {
	font-size: 36px;
	display: block;
	}
.ban_ser h4 {
	display: block;
	font-size: 20px;
	margin-top: 45px;
	}
.ser_01 {
	background: #fff;
	box-shadow: 0 0 50px rgb(0,0,0,.05);
	padding: 3%;
	}
.ser_img { width: 50%;}
.ser_tit { width: 45%;}
.ser_tit i {
	display: block;
	font-size: 30px;
	}
.ser_tit h3 {
	display: block;
	font-size: 24px;
	}

.ser_02 {
	width: 100%;
	background: url(../images/ban_s_2.jpg) center center no-repeat;
	background-size: cover;
	}
.ser_02 .container { padding: 3%;}
.ser_02 .ser_img { width: 45%;}
.ser_02 .ser_tit { width: 50%;}

/**/
.bread{
	width: 100%;
	line-height: 60px;
	color: #999;
	}
.bread a{ color:#999; transition:all 0.4s ;}
.bread a:hover { color: #991010;}

/*分页代码*/
.pageno{
	padding: 15px 0px;
	margin-bottom:30px;
	}
.pageno:after {
	content: "";
	clear: both;
	display: block;
	}
.pageno ul{
	float: right;
	display:table;
	}
.pageno ul li{
	float:left;
	margin-left:10px;
	line-height: 23px;
	color:#062548;
	font-size: 14px;
	font-weight:bold;
	}
.pageno ul li a{
	float:left;
	padding:5px 10px;
	border: 1px solid #062548;
	color:#062548;
	}
.pageno ul li a:hover{
	color:#fff;
	text-decoration:none;
	background: #062548;
	}
.pageno ul li .pageinfo{
	color:#999;
	padding:5px 10px;
	border:1px solid #DDD;
	display: inline-block;
	}
.pageno ul li.thisclass{
	color:#fff;
	padding:5px 10px;
	border:1px solid #062548;
	background-color:#062548;
	font-weight:bold;
	}

/**/
.ban_new {
	width: 100%;
	height: 400px;
	background: url(../images/ban_new.jpg) center center no-repeat;
	background-size: cover;
	}
.ban_new .container { padding-top: 150px;}
.ban_new h3 {
	font-size: 36px;
	display: block;
	}
.ban_new h4 {
	display: block;
	font-size: 20px;
	margin-top: 45px;
	}
.news_cont {
	width: 65%;
	background: #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.05);
	padding: 0px 50px;
	margin-bottom: 60px;
	}
.news_art { padding: 30px 0px; border-bottom: 1px dashed #ccc; }
.news_art h1 {
	font-size: 30px;
	}
.news_art p {
	color: #999;
	padding-top: 15px;
	}
.art_cont { padding: 15px 0px 30px; }
.art_cont p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 28px;
	}
.art_cont p img { display: inline-block;}
.art_prev { color: #555; line-height: 40px; margin-bottom: 30px; padding: 0px 0px 20px;}
.art_prev a { font-size: 16px;}
.art_prev a:hover { color: #991010;}

.news_r {width: 32%;}
.news_xg {
	background: #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.05);
	padding: 30px 30px;
	}
.news_xg i {
	text-transform: uppercase;
	color: #f00;
	}
.news_xg h3 {
	display: block;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	font-size: 20px;
	}
.news_xg li {
	line-height: 34px;
	display: flex;
	}
.news_xg li a {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	}
.news_xg li span {
	flex: 0 0 80px;
	display: block;
	font-size: 12px;
	color: #999;
	text-align: right;
	}

/*******新闻列表******/
.news_info {}
.news_info ul{
    width: 100%; 
	}
.news_info ul li{margin-bottom: 30px;}
.news_info ul li a {
	width: 100%;
	display: flex;
	padding: 30px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	position: relative;
	}
.news_info .info_img {
	float: left;
	width: 270px;
	height: 174px;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
	}
.news_info .info_img img{
	width: 270px;
	height: 174px;
	filter: alpha(opacity=40);
	transition: all 0.4s ease-out 0s;
	vertical-align:middle;
	}
.news_info a:hover .info_img img{ transform: scale(1.1);}
.news_info .info_left {
	float: left;
	width: 100%;
	height: 174px;
	padding-left: 310px;
	overflow: hidden;
	}
.news_info .info_left h4 {
	width:100%; 
	color:#212121; 
	font-size:18px; 
	line-height:28px; 
	overflow:hidden;
	white-space: nowrap; 
	text-overflow:ellipsis; 
	margin:9px 0 10px 0;
	transition: all 0.5s ease-out 0s;
	}

.news_info .info_left time{
	color:#999999; 
	line-height:26px;
	background: url(../images/time.png) left center no-repeat;
	padding-left: 40px;
	display: inline-block;
	}
.news_info .info_left p{
	width:100%; 
	color:#666; 
	line-height:28px; 
	margin:15px 0 25px 0;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.news_info .info_left span{
	display: inline-block;
	border:1px solid #1bb4b9; 
	color:#1bb4b9; 
	font-size:16px; 
	line-height:40px; 
	border-radius:30px;
	padding: 0px 50px;
	transition:background 0.5s ease; 
  }
.news_info li a:hover{
	box-shadow:0 0 25px rgba(0,0,0,0.15); 
	}
.news_info li a:hover .info_left h4{ color:#ff9a18;}
.news_info li a:hover .info_left span{ background:#1bb4b9; color:#fff;}

/****/
.ban_ab {
	width: 100%;
	height: 400px;
	background: url(../images/about.jpg) center center no-repeat;
	background-size: cover;
	}
.ban_ab .container { padding-top: 150px;}
.ban_ab h3 {
	font-size: 36px;
	display: block;
	}
.ban_ab h4 {
	display: block;
	font-size: 20px;
	margin-top: 45px;
	}
.about_cont em {
	display: block;
	text-transform: uppercase;
	}
.about_cont h4{
	font-size: 36px;
	line-height: 40px;
	}
.about_cont font {
	font-weight: normal;
	}
.about_cont p { text-indent: 2em;}

.ab_jz {
	width: 100%;
	background: #062548;
	position: relative;
	}
.ab_jz:after {
	content:"";
	display: block;
	position: absolute;
	max-width: 100%;
	width: 50vw;
	height: 100%;
	background: url(../images/ab_jz.jpg) 0 0 no-repeat;
	background-size: cover;
	top: 0px;
	left: 0px;
	}
.ab_jz .container { padding:50px 20px 50px 680px;}
.ab_jz h3 { font-size: 24px;}

.ab_ys h4 {
	font-size: 24px;
	border-left: 8px solid #062548;
	}

.ab_sy li{
	width: 32%;
	border-radius: 10px;
	background: rgb(255,255,255,.5);
	position: relative;
	padding: 60px 30px 30px;
	margin-bottom: 30px;
	cursor: pointer;
	}
.ab_sy li h4 {
	font-size: 20px;
	}
.ab_sy li::after {
	content:"";
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(../images/icon.png) 0 -250px no-repeat;
	top: 20px;
	right: 20px;
	}
.ab_sy li:nth-child(2):after { background-position: -80px -250px;}
.ab_sy li:nth-child(3):after { background-position: -160px -250px;}
.ab_sy li:nth-child(4):after { background-position: 0px -340px;}
.ab_sy li:nth-child(5):after { background-position: -80px -340px;}
.ab_sy li:nth-child(6):after { background-position: -160px -340px;}
.ab_sy li:hover { background: rgb(255,255,255,.9);}

