@charset "utf-8";
.headline-bg {
	background-image: url(bann_smi.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 550px;
}
.bann_li {
	padding: 0px;
	width: 680px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bann_li li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}
.yy {
	box-shadow: 0px 0px 5px #d5e3ea;
	border-radius: 5px;
	background-color: #FFF;
	border: 1px solid #a8c1d2;
	-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
	margin-top: 15px;
	margin-bottom: 15px;
}
.yy:hover {
	box-shadow: 0px 0px 5px #3e436b;
	border-radius: 5px;
	background-color: #FFF;
	-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.yy2 {
	box-shadow: 0px 0px 5px #d5e3ea;
	border-radius: 5px;
	background-color: #FFF;
	margin-bottom: 20px;
	border: 1px solid #01b0f1;
	-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.yy2:hover {
	box-shadow: 0px 0px 5px #019fde;
	border-radius: 5px;
	background-color: #FFF;
	-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.bt_h1 {
	font-size: 45px;
	font-weight: bold;
	padding-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #333;
}
.bt_bg {
	height: 140px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.t {
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}

.dw {
	position: relative;
	margin-left: 40%;
}
.dw2 {
	position: relative;
	margin-left: 10px;
}
.cj {
	background-color: #00b0f0;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	top: -30px;
	position: absolute;
}
.cs {
	color: #FFF;
	background-color: #019fde;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-radius: 5px;
	font-size: 26px;
	font-weight: bold;
	text-indent: 20px;
}
.f16 {
	font-size: 18px;
	color: #00b0f0;
	line-height: 30px;
}
.fenxi {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}
.fenxi li {
	background-color: #019FDE;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	text-align: center;
	margin-bottom: 5px;
}
.arr {
	background-image: url(arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.cp_title {
	background-image: url(cp_title.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	background-position: center center;
	font-size: 24px;
	font-weight: bold;
	color: #007bff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.y {
	height: 100px;
	width: 65px;
	position: absolute;
}
.y span {
	color: #FFF;
	height: 100px;
	width: 65px;
	position: relative;
	top:-50px;
	left: -46px;
}
.y2 {
	height: 47px;
	width: 247px;
	position: absolute;
}
.y2 span {
	color: #FFF;
	height: 47px;
	width: 247px;
	position: relative;
	left: -16px;
	background-image: url(y_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	top: -30px;
	text-indent: 25px;
	line-height: 33px;
	font-weight: bold;
	font-size: 18px;
}
.sb_jj_bg {
	background-image: url(sb_jj_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.sb_hxjs {
	background-image: url(sb_cpgn.png);
	background-repeat: no-repeat;
	background-position: center 100px;
}
.sb_cpgn {
	background-image: url(sb_cpgn.png);
	background-repeat: no-repeat;
	background-position: center 300px;
}


.ywsb_cp {
    background-color: #f7f7f7;
    padding-top: 220px;
    padding-bottom: 30px;
    color: #333;
    text-align: center;
    background-image: url(sb_pi01.png);
    background-repeat: no-repeat;
    background-position: center 40px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
}
.ywsb_cp:hover {
	background-color: #17abff;
	color: #FFF;
	text-decoration: none;
	background-image: url(sb_pi1.png);
	background-position: center;
}
.ywsb_cp2 {
    background-color: #f7f7f7;
    padding-top: 220px;
    padding-bottom: 30px;
    color: #333;
    text-align: center;
    background-image: url(sb_pi02.png);
    background-repeat: no-repeat;
    background-position: center 40px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
}
.ywsb_cp2:hover {
	background-color: #17abff;
	color: #FFF;
	text-decoration: none;
	background-image: url(sb_pi2.png);
	background-position: center;
}
.ywsb_cp3 {
    background-color: #f7f7f7;
    padding-top: 220px;
    padding-bottom: 30px;
    color: #333;
    text-align: center;
    background-image: url(sb_pi03.png);
    background-repeat: no-repeat;
    background-position: center 40px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
}
.ywsb_cp3:hover {
	background-color: #17abff;
	color: #FFF;
	text-decoration: none;
	background-image: url(sb_pi3.png);
	background-position: center;
}

.smi_smi_bg {
	background-image: url(smi_smi_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.smi_dp_bg {
	background-image: url(smi_dp_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.smi_pic_b {
	border: 8px solid #ccc;
	-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.smi_pic_b:hover {
	border: 8px solid #f1f1f1;
	box-shadow: 2px 2px 15px #ccc;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
	}
	
	
	
	
	
	
	
	.grid {
	overflow: hidden;
	margin: 0;
	padding: 3em 0 0 0;
	width: 100%;
	max-width: 1920px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 32%;
	height: 260px;
	background: #000;
	text-align: center;
	cursor: pointer;
	margin-top: -0.135em;
	margin-right: 3px;
	margin-bottom: -0.135em;
	margin-left: 3px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.7;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size:20px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 5;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 85%;
	line-height:27px;
}

/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.4;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	top: auto;
	bottom: 0;
	height: 60%;
	text-align: left;
	-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
figure.effect-lily figcaption:hover {
	top: auto;
	bottom: 0;
	height: 95%;
	text-align: left;
	-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.9);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img {
	opacity: 0.2;
}

figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

@media screen and (max-width: 69.5em) {
	.grid figure {
		width: 50%;
	}	

	.grid figure figcaption {
		font-size: 90%;
	}
}
@media screen and (max-width: 41.5em) {

	.grid figure {
		width: 100%;
	}
}