@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;}
ul,ol,li { list-style:none;}
input,select,option,textarea{outline: none;}
h3,h4 { font-weight: normal;}
i,em { font-style: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;}
.fl { float: left;} .fr { float: right;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
.container { width: 1200px; margin: 0px auto;}
.p60 { padding: 60px 0px 20px;}
.p100 { padding: 100px 0px;}

	
/**/
.title { padding-top: 50px; text-align: center;}
.title label {
	font-size: 40px;
	line-height: 40px;
	display: inline-block;
	position: relative;
	color: #000;
	padding: 0px 20px;
	font-weight: bold;
	}

.title label font {
	color: #ed4343;
	display: inline-block;
	text-transform: uppercase;
	}
.title p {
	display: block;
	font-size: 24px;
	color: #717172;
	margin-top: 25px;
	}

.more { text-align: center;}
.more a {
    line-height: 50px;
    background: #2758be;
    border-radius: 30px;
    color: #ffe670;
	display: inline-block;
	font-size: 20px;
	padding: 0px 50px;
	margin: 50px auto;
	}
.more a:hover { background: #1a59db;}
/** banner **/


/***/
.head_logo {
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.head_logo .hd_logo {
	display:inline-block;
	text-align: center;
	}
.head_logo .hd_logo a {
	height: 100%;
	display: block;
	}	
.head_logo .hd_logo a img { max-width: 100%; height: 52px;}
.head_logo .head_mag a{
	display: inline-block;
	padding: 0px 10px;
	font-size: 18px;
	line-height: 48px;
	}

	
/****/
.gd_ban {
	width: 100%;
    height: 550px;
    background: url(/Specials/ztscirun/banner.jpg) center center no-repeat;
	background-size: cover;
	}
.gd_ban h1 {
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
	color: #ddfa0a;
	padding: 15px 10px;
	background: #3c382f;
	font-style: oblique;
	margin-top: 80px;
	margin-left: 60px;
	position: relative;
	z-index: 10;
	}
.gd_ban h1:after {
	content:"";
	position: absolute;
	width:0;height:0;  
    line-height:0;  
    border-width:60px;  
    border-style:solid;  
    border-color: transparent transparent #3c382f transparent;
	top: -60px;
	left: -60px;
	z-index: -1;
	}
.gd_ban h1:before {
	content:"";
	position: absolute;
	width:0;height:0;  
    line-height:0;  
    border-width:60px;  
    border-style:solid;  
    border-color: #3c382f transparent transparent transparent;
	bottom: -60px;
	right: -60px;
	z-index: -1;
	}
.gd_ban h3 {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	padding: 20px 350px 20px 0px;
	}
.gd_ban h4 {
	display: block;
	font-size: 30px;
	color: #221715;
	}
.gd_ban h4 font { margin-right: 50px;}
.gd_ban span {
	display: inline-block;
	line-height: 50px;
	font-size: 24px;
	background: linear-gradient(0deg, #f4930a 0%, #ffd014 100%);
	border-radius: 5px;
	padding: 0px 40px;
	margin: 20px 15px;
	}
.gd_ban p {
	display: inline-block;
	background: #815925;
	height: 63px;
	margin-top: 30px;
	}
.gd_ban a {
	display: inline-block;
	line-height: 50px;
	font-size: 24px;
	background: linear-gradient(0deg, #f4930a, #ffd014);
	border-radius: 5px;
	box-shadow: 0px 5px 15px rgb(34,23,21,.7);
	padding: 0px 40px;
	margin: 20px 25px 0px 0px;
	transition: all .3s linear;
	color: #000;
	}
.gd_ban a:hover {
	transform:translateY(-3px);
	}
.gd_ban .dd2 {background: linear-gradient(0deg, #4a44ff, #00b9e5); color: #fff;}

/**fangan**/
.fa_list {
	display: flex;
	justify-content: space-between;
	padding: 50px 15px;
	}
.fa_list li{
	width:30%;
	padding: 25px 15px;
	text-align: center;
	background: linear-gradient(-45deg, transparent 30px, #166db0 0 );
	position: relative;
	border-radius: 10px 10px 0px 10px;
	}
.fa_list li:nth-child(2) {background: linear-gradient(-45deg, transparent 30px, #f08300 0 );}
.fa_list li:nth-child(2) i { background: #f08300;}
.fa_list li:nth-child(3) {background: linear-gradient(-45deg, transparent 30px, #7d0b46 0 );}
.fa_list li:nth-child(3) i { background: #7d0b46;}
.fa_list li:after {
	content:"";
	position: absolute;
	display: inline-block;
	width: 42px;
	height: 42px;
  	background: linear-gradient(135deg, rgb(255,255,255,.3) 50%, transparent 50% ) ;
	right: 0px;
	bottom: 0px;
	}
.fa_list li i {
	position: absolute;
	font-size: 40px;
	padding: 10px;
	top: 0px;
	left: -15px;
	color: #fff;
	display: inline-block;
	background: #166db0;
	border-radius: 10px 0px 0px 10px;
	}
.qkml_list li a {
	display: inline-block;
	width: 100%;
	}
.qkml_list li:hover {
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	}
.qkml_list li .list_img {width:125px; height: 170px; display: inline-block; overflow: hidden; margin-top: 20px;}
.qkml_list li img { width: 80%; height: 170px; transition:all 1s;}
.qkml_list li a:hover img{
    transform: scale(1.03,1.03);
    -moz-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    -o-transform: scale(1.03,1.03);
    -ms-transform: scale(1.03,1.03);
	}
.fa_list li h4 {
	line-height: 30px;
	display: block;
	font-size: 24px;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(255,255,255,.2);
	position: relative;
	margin-bottom: 20px;
	}
.fa_list li h4:after {
	content:"";
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 3px;
	background: #fff;
	bottom: -2px;
	left: 50%;
	margin-left: -30px;
	}
.fa_list li p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	}
.fa_list li a {
	display: inline-block;
	padding: 8px 30px;
	border-radius: 30px 30px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 20px;
	}
.fa_list li a:hover {
	background: #003e6d;
	}
.fa_list li:nth-child(2) a:hover { background: #814702;}
.fa_list li:nth-child(3) a:hover { background: #51002a;}
	
/**/
.xq_bg {
	width: 100%;
	background: url(/Specials/ztscirun/img0.jpg) center center no-repeat;
	background-size: cover;
	}
.xq_bg .title { text-align: right;}
.xq_bg .title label { color: #fff; font-size: 38px;}
.xq_bg dl {
	padding: 10px 0px 30px 550px;
	color: #fff;
	}
.xq_bg dl dd {
	font-size: 16px;
	line-height: 30px;
	margin: 10px 0px;
	text-indent: 2em;
	}
	
/**/
.sp_bd_bg {
	width: 100%;
	background: url(/Specials/ztscirun/bd_bg.jpg) center center no-repeat;
	padding: 20px 0px;
	}
.sp_bd_form {
	display: flex;
	justify-content: space-between;
	}
.sp_bd_tit {
	color: #fff; 
	position: relative;
	padding-left: 360px;
	}
.sp_bd_tit img {
	position: absolute;
	max-width: 100%;
	height: 200px;
	border: 5px solid #fff;
	border-radius: 0px 30px 0px 0px;
	box-shadow: 0px 0px 20px rgb(0,0,0,.2);
	left: 0px;
	top: -50px;
	}
.sp_bd_tit h3 {
	font-size: 40px; 
	display: inline-block; 
	font-weight: bold; 
	color: #00f7ff;
	margin-bottom: 15px;
	}
.sp_bd_tit p { font-size: 24px; line-height: 40px; display: block;}
.sp_bd_form form {
	width: 30%;
	margin-left: 50px;
	}
.sp_bd_form form input {
	line-height: 40px;
	width: 100%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	margin: 5px 0px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}

.sp_bd_form select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 27%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	outline: none;
	box-sizing: border-box;
	}
.sp_bd_form button {
	line-height: 42px;
	background: linear-gradient(180deg, #fbfa89, #fee804);
	box-shadow: 0px 0px 10px rgb(200,32,62,.2);
	color: #f00;
	font-size: 18px;
	width: 100%;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	margin-top: 5px;
	}
	
/**/
.card-area{
	margin:82px auto 0;
	height:560px;
	position:relative;
	}
.card-area .bg-e8e8e8{background:#2566ff}
.card-area .bg-e1e1e1{background:#0083f4}
.card-area .card-item{
	z-index:4;
	transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
	position:relative;
	float:left;
	width:17%;
	height:476px;
	background-color:transparent;
	}
.card-area .card-item+.card-item{margin-left:-1px}
.card-area .card-item .card{
	transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
	width:100%;
	height:100%;
	text-align:center;
	background:#fff;
	}
.card-area .card-item .card .card-content{width:100%;}
.card-area .card-item .card .card-content.content-first{
	transition:all .12s cubic-bezier(.4,0,.2,1) .18s;
	z-index:3;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
	}
.card-area .card-item .card .card-content.content-second{
	transition:all .12s cubic-bezier(.4,0,.2,1) 0s;
	z-index:2;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
	}
.card-area .card-item .card .card-content.content-second li{
	
	color:#777; 
	font-size:14px; 
	position:relative;
	}
.card-area .card-item .card .card-content.content-second li:before{
	content:""; 
	display:inline-block; 
	width:11px; 
	height:11px;
	position:absolute; 
	top:5px; 
	left:0; 
	background: url(/Specials/ztscirun/ico.png) no-repeat;
	}
.card-area .card-item .card .card-content.content-second li b{
	display:block; 
	margin-bottom:4px; 
	font-size:16px; 
	color:#6761e9;
	}
.card-area .card-item .card .card-content.content-second li img { max-width: 100%;}
.card-area .card-item .card .card-content.content-second li b a { display: block; color:#1257a2;}
.card-area .card-item .card .card-content.content-second li b a:hover { color: #ef002c;}
.card-area .card-item .card .card-content,.card-area .card-item .card .card-title{
	position:absolute;
	left:0;
	right:0;
	z-index:1
	}
.card-area .card-item .card .card-title{
	padding-top:1px;
	transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
	height:70px;
	line-height:26px;
	font-size:14px;
	top:0;
	background:#1b77b9;
	border-left:1px solid #3285c0;
	}
.card-area .card-item .card .card-title .content{
	position:absolute;
	bottom:25px;
	width:100%
	}
.card-area .card-item .card .card-title h3{
	font-size:22px;
	font-weight:700;
	color:#d9efff;
	margin-bottom:0
	}
.card-area .card-item .card .card-title .short-info{color:#8dbbdc;font-size:14px;margin-top:0;margin-bottom:20px}

.card-area .card-item .card .card-title .short-info,.card-area .card-item .card .card-title .zq-product-img img,.card-area .card-item .card .card-title h1{transition:all .15s cubic-bezier(.4,0,.2,1) 0s}
.card-area .card-item .card .card-content{
	height:376px;
	position:absolute;
	top:70px
	}
.card-area .card-item .card .card-content.content-first .content-first-list{
	width:100%;
	max-width:250px;
	font-size:16px;
	color:#373d41;
	margin-top:20px;
	margin-bottom:20px;
	overflow: hidden;
	}
.card-area .card-item .card .card-content.content-first .content-first-list li{ padding: 0px 10px;}
.card-area .card-item .card .card-content.content-first .content-first-list li b { display: block; margin-bottom: 15px; color: #fff; opacity: .75;}
.card-area .card-item .card .card-content.content-first .content-first-list li img { opacity: .5;}
.card-area .card-item .card .card-content.content-first .content-first-list button {
	width: 106px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #969696;
    border: 1px solid #969696;
    outline: 0;
    cursor: pointer;
	margin-top: 30px;
	}
.card-area .card-item .card .card-content.content-second{
	width:94%;
	left:25px;
	font-size:14px;
	color:#a9b0b4;
	text-align:left;
	padding-top:26px
	}
.card-area .card-item .card .card-content.content-second .main-btn{
	cursor:pointer;
	width:160px;
	height:38px;
	font-size:16px!important;
	color:#fff;
	margin-top:22px;
	margin-bottom:33px;
	border-radius:19px;
	background:#3db1ea;
	border:none;
	transition:color .3s ease-in-out,background .3s ease-in-out;
	}
.card-area .card-item .card .card-content.content-second .main-btn:hover{color:#fff;background:#1b77b9}
.card-area .card-item.active{
	z-index:6;
	box-shadow:0 0 30px rgba(0,0,0,.2);
	width:66%;
	height:490px;
	}
.card-area .card-item.active .card .card-title{
	background-color:#3db1ea;
	height:95px;
	top:-25px;
	border:none
	}
.card-area .card-item.active .card .card-title .short-info{color:#9ed8f5}
.card-area .card-item.active .card .card-title h3{color:#fff}
.card-area .card-item.active .card .card-content.content-first{
	transition:all .12s cubic-bezier(.4,0,.2,1) 0s;
	z-index:2;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
	}
.card-area .card-item.active .card .card-content.content-second{
	transition:all .12s cubic-bezier(.4,0,.2,1) .18s;
	z-index:3;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
	}
	
/**/
.zzfw_list {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0px 50px;
	}
.zzfw_list li {
	margin:15px 15px;
	width: calc(50% - 30px);
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 20px 0px rgba(61, 64, 76, 0.1);
	overflow: hidden;
	display: flex;
	}
.zzfw_list li>div {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	}
.zzfw_list li>div strong {
	font-size: 24px;
	line-height: 50px;
	position: relative;
	display: block;
	}
.zzfw_list li>div strong:after {
	content:"";
	position: absolute;
	width: 50px;
	height: 4px;
	background: #e02d39;
	left: 0px;
	bottom: 0px;
	}
.zzfw_list li>div strong span {
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	}
.zzfw_list li>div h4 {
	font-size: 18px;
	line-height: 30px;
	}
.zzfw_list li>div p {
	font-size: 15px;
	color: #666;
	line-height: 26px;
	padding-right: 10px;
	margin-top: 15px;
	}


/**/
.bg_f8 {
	width: 100%;
	background: #f8f8f8;
	}
.ask_new {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	padding: 30px 0px 50px;
	}
.ask_new li {
	width: 49%;
	position: relative;
    padding: 30px 38px 30px 56px;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0px 2px 3px 4px rgb(232,232,232,.2);
    border-radius: 10px;
	}
.ask_new li h4 { position: relative;}
.ask_new li h4:after {
	content:"Q:";
	position: absolute;
	font-size: 24px;
	color: #0e357f;
	left: -40px;
	top: 0px;
	font-weight: bold;
	}
.ask_new li h4 a{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #ff8400;
	padding-bottom: 15px;
	margin-bottom: 10px;
	display: block;
	color: #0e357f;
	}
.ask_new li h4 a:hover { color: #ff8400;}
.ask_new li p {
	font-size: 16px;
	line-height: 30px;
	color: #757575;
	position: relative;
	}	
.ask_new li p:after {
	content:"A:";
	position: absolute;
	font-size: 20px;
	left: -40px;
	top: 0px;
	font-weight: bold;
	}

	
	


/**/
.footer {
	width: 100%;
	background: #fff;
	padding: 20px 0px;
	}
.footer .sp_foot_nav {
	display: block;
	text-align: center;
	padding: 20px 0px;
	}
.footer .sp_foot_nav a {
	display: inline-block;
	line-height: 15px;
	padding: 0px 5px;
	border-right: 1px solid #aaa;
	color: #666;
	}
.footer .sp_foot_nav a:hover { color: #f00;}
.footer .sp_foot_nav a:last-child { border-right: none;}

.foot_inner {
	line-height: 24px;
	text-align: center;
	color: #777;
	}




@media screen and (max-width:640px) {
	body { max-width: 415px;}
	.container { width: 100%;}
	.head_logo { height: auto; flex-wrap: wrap; padding: 10px 10px;}
	.head_logo .hd_logo { width: 100%;}
	.head_logo .hd_logo a img { height: 32px;}
	.head_logo .head_mag { width: 100%;}
	.head_logo .head_mag a { padding: 0px 5px; font-size: 14px; line-height: 20px;}
	
	.title { padding-top: 20px;}
	.title label { font-size: 20px; }
	.title p { font-size: 14px; padding: 0px 10px; margin-top: 0px;}
	
	.gd_ban { height: 220px;}
	.gd_ban strong { font-size: 14px; line-height: 14px; padding: 8px 5px; margin-top: 20px; margin-left: 40px;}
	.gd_ban strong:before { border-width: 30px; bottom: -30px; right: -30px;}
	.gd_ban strong:after { border-width: 30px; top: -30px; left: -30px;}
	.gd_ban h3 { font-size: 20px; padding: 10px 30px 10px 10px;}
	.gd_ban h4 { font-size: 16px; padding: 0px 10px;}
	.gd_ban a { line-height: 30px; font-size: 14px; padding: 0px 20px; margin: 15px 10px 0px 10px;}
	
	.fa_list { padding: 20px 5px;}
	.fa_list li { width: 32%; padding: 15px 5px; background: linear-gradient(-45deg, transparent 10px, #166db0 0 );}
	.fa_list li:after { width: 14px; height: 14px;}
	.fa_list li i { font-size: 16px; padding: 5px; left: -5px;}
	.fa_list li h4 { font-size: 14px; line-height: 24px; padding-bottom: 5px; margin-bottom: 10px;}
	.fa_list li p { font-size: 12px; line-height: 18px;}
	.fa_list li a { font-size: 12px; padding: 5px 10px; margin-top: 5px;}
	.fa_list li:nth-child(2) {background: linear-gradient(-45deg, transparent 10px, #f08300 0 );}
	.fa_list li:nth-child(3) {background: linear-gradient(-45deg, transparent 10px, #7d0b46 0 );}
	
	.xq_bg { background-position: center right;}
	.xq_bg .title { text-align: center;}
	.xq_bg .title label { font-size: 20px;}
	.xq_bg dl { padding: 0px 10px 10px;}
	.xq_bg dl dd { font-size: 14px; line-height: 24px; margin: 5px 0px;}
	
	.card-area { height: 230px; margin: 35px auto 0px;}
	.card-area .card-item.active { height: 210px; width: 58%;}
	.card-area .card-item .card .card-content.content-second { left: 8px; padding-top: 10px;}
	.card-area .card-item .card .card-content.content-second li b { font-size: 14px;}
	.card-area .card-item.active .card .card-title { height: 65px;}
	.card-area .card-item .card .card-title h3 { font-size: 15px;}
	.card-area .card-item .card .card-title { line-height: 20px; height: 65px;}
	.card-area .card-item .card .card-title .content { bottom: 15px;}
	.card-area .card-item { height: 190px; width: 21%;}
	.card-area .card-item .card .card-content { height: 135px; top: 55px;}
	.card-area .card-item .card .card-content.content-first .content-first-list { font-size: 12px; margin-top: 10px; margin-bottom: 10px;}
	.card-area .card-item .card .card-content.content-first .content-first-list li { padding: 0px 5px;}
	.card-area .card-item .card .card-content.content-first .content-first-list li img { height: 70px;}
	.card-area .card-item .card .card-content.content-first .content-first-list li b { margin-bottom: 10px;}
	
	.sp_bd_bg { padding: 10px 15px 25px; background-size: cover;}
	.sp_bd_form { flex-wrap: wrap;}
	.sp_bd_tit img { display: none;}
	.sp_bd_tit { padding-left: 0px; width: 100%;}
	.sp_bd_tit h3 { font-size: 26px; margin-bottom: 0px;}
	.sp_bd_tit p { font-size: 14px;}
	.sp_bd_form form { width: 100%; margin-left: 0px;}
	
	.zzfw_list { margin: 20px 0px;}
	.zzfw_list li { margin: 5px 5px; width: calc(100% - 10px);}
	.zzfw_list li img { width: 160px; height: 100%;}
	.zzfw_list li>div { padding-top: 0px; margin-left: 10px; padding-bottom: 0px;}
	.zzfw_list li>div strong { font-size: 16px; line-height: 40px;}
	.zzfw_list li>div p { font-size: 12px; margin-top: 5px; line-height: 18px; padding-bottom: 5px;}
	
	.ask_new { padding: 10px 5px;}
	.ask_new li { width: 100%; padding: 20px 15px 20px 40px; margin-bottom: 10px;}
	.ask_new li h4 a { font-size: 16px;}
	.ask_new li h4:after { font-size: 20px; left: -30px;}
	.ask_new li p { font-size: 14px; line-height: 20px;}
	.ask_new li p:after { font-size: 18px; left: -30px;}
	
	.footer { padding: 10px 15px;}
	.foot_inner { font-size: 12px; line-height: 18px;}
	
	}
@media screen and (max-width:375px) {
	.xq_bg .title label { font-size: 18px;}
	.card-area .card-item .card .card-title h3 { font-size: 14px;}
	.card-area .card-item { width: 20%;}
	}
@media screen and (max-width:320px) {
	.gd_ban h3 { font-size: 16px;}
	.fa_list li a { padding: 5px 5px;}
	.xq_bg .title label { font-size: 16px;}
	.sp_bd_tit p { font-size: 12px;}
	.title p { font-size: 12px;}
	.zzfw_list li img { width: 130px;}
	}


.pop_l {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	}
.pop_l ul {
	border-radius: 8px;
	width: 80px;
	
	}
.pop_l ul li {
	display: block;
	text-align: center;
	font-size: 15px;
	position: relative;
	margin-bottom: 10px;
	background: #2188b7;
	line-height: 18px;
	box-shadow: 0px 0px 10px #ddd;
	}
.pop_l ul li:hover { background: #1781b1}
.pop_l ul li:first-child { background: none; box-shadow: none;}
.pop_l ul li:first-child img{ max-width: 100%; }
.pop_l ul li a {
	display: block;
	height: 100%;
	padding: 10px 20px;
	color: #fff;
	}
.pop_l ul li:last-child { border-bottom: none;}
.pop_l ul li p {
	position: absolute;
	display: none;
	width: 125px;
	top: 0px;
	right: 85px;
	padding: 5px 5px;
	font-size: 13px;
	border: 1px solid #ddd;
	line-height: 18px;
	background: #fff;
	}
.pop_l ul li p img {
	display: block;
	max-width: 100%;
	}
.pop_l ul li:hover p { display: block;}
