@charset "utf-8";

/* ================================== 【官方网站】技术支持：世创网络==================================== */

body {
	position: relative;
}

.j_body {
	position: relative;
}

.main_box {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.main_box_small {
	margin: 0 auto;
	width: 1115px;
	position: relative;
}

input {
	outline: none;
}


/*===============================================header================================================*/

#header {
	background: #f3f4f9;
	height: 95px;
}

#header .main_box {
	height: 95px;
	position: relative;
}

#top_bar {
	position: absolute;
	right: 0;
	top: 27px;
	line-height: 26px;
}

#top_bar a {
	display: inline-block;
}

#top_bar a img {
	vertical-align: middle;
}

#top_bar span {
	display: inline-block;
	line-height: 26px;
	padding: 0 5px;
	color: #49494a;
	font-size: 12px;
}

#logo {
	display: table;
	height: 95px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

#logo a {
	display: table-cell;
	vertical-align: middle;
}


/*================= 搜索 ===================*/
h3.top_tel{
	position: absolute;
	right: 208px;
	line-height: 36px;
	color: #747474;
	background: url(../images/tel.svg) no-repeat left;
	padding-left: 30px;
	font-size: 22px;
	font-weight: bold;
	color: #FF3B6A;
	width: 332px;
}
#search_box {
	display: block;
	position: absolute;
	top: 14px;
	right: 0px;
	height: 36px;
}

#search_box form {
	display: block;
	position: relative;
	height: 36px;
	background: url(../images/bg_search.png) center no-repeat;
	width: 190px;
}

#search_box input {
	display: block;
	background: none;
	border: none;
}

#search_box .text {
	width: 135px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #7f7f87;
	margin-left: 13px;
}

#search_box .submit {
	width: 40px;
	position: absolute;
	right: 7px;
	top: 0;
	cursor: pointer;
	height: 36px;
	margin-left: 5px;
	background: url(../images/icon_search.png) center no-repeat;
}

#search_box .submit:hover {
	background: url(../images/icon_search.png) 15px center no-repeat;
}


/*=================导航=================*/

#nav {
	position: absolute;
	right: 0;
	bottom: 0;
}

#nav ul {}

#nav li {
	display: block;
	float: left;
	min-width: 67px;
	position: relative;
	padding: 0 15px;
	line-height: 50px;
	background: url(../images/line_nav.png) left center no-repeat;
}

#nav li .a {
	display: inherit;
	text-align: center;
	height: 50px;
	position: relative;
}

#nav li .a strong {
	display: block;
	font-size: 16px;
	color: #3b3b3b;
	text-align: center;
	font-family: "SimHei";
}

#nav li .a span {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center;
}

#nav li .a i {
	display: block;
	margin: 0 auto;
	background: #FF3B6A;
	text-align: center;
	z-index: 4;
	height: 3px;
	width: 0;
}

#nav .on .a i {
	width: 100%;
}

#nav li .a:hover i {
	width: 100%;
}

#nav .title {}

#nav .title .list {
	display: none;
	width: 250px;
	left: 50%;
	top: 50px;
	z-index: 9999;
	position: absolute;
	margin-left: -125px;
}

#nav .title .list .box {
	padding: 10px 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
	background: rgba(0, 0, 0, 0.5);
}

#nav .title .list a {
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}

#nav .title .list a:hover {
	color: #fff;
	background:#9B4679;
}

#nav .title .list a:last-child {
	border: none;
}


/*================= banner===================*/

#banner {
	position: relative;
	height: 623px;
	overflow: hidden;
}

#banner .bd {
	position: relative;
}

#banner .bd a {
	display: block;
	width: 100%;
	height: 623px;
}

#banner .hd {
	margin: 0 auto;
	position: absolute;
	width: 100%;
	bottom: 20px;
}

#banner .hd ul {
	display: inherit;
	position: relative;
	text-align: center;
}

#banner .hd ul li {
	display: inline-block;
}

#banner .hd ul li a {
	border-radius: 50%;
	height: 12px;
	width: 12px;
	margin: 0 3px;
	display: block;
	background: #fff;
}

#banner .hd ul li a:hover {
	background: #004376;
}

#banner .hd ul .on a {
	background: #004376;
}

#banner .bnt {
	position: absolute;
	top: 50%;
	width: 80px;
	height: 80px;
	z-index: 3;
	margin-top: -40px;
}

#banner .bnt:hover {}

#banner .prev {
	position: absolute;
	left: -100px;
	background: url(../images/bnt_bn_prev.png) center no-repeat;
}

#banner .next {
	position: absolute;
	right: -100px;
	background: url(../images/bnt_bn_next.png) center no-repeat;
}

#banner:hover .prev {
	left: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
}

#banner:hover .next {
	right: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
}

#banner .prev:hover {
	background: url(../images/bnt_bn_prev_hover.png) center no-repeat;
}

#banner .next:hover {
	background: url(../images/bnt_bn_next_hover.png) center no-repeat;
}


/*=============footer================*/

























/*=============首页================*/

#s_main_box {
	position: relative;
	
}

.s_title {
	display: block;
	margin-bottom: 40px;
	text-align: center;
}

.s_title h1 {
	font-size: 38px;
	margin-bottom: 8px;
	font-weight: bold;
	font-family: "SimHei";
	color: #FF3B6A;
	text-transform: uppercase;
	text-align: center;
}

.s_title h2 {
	font-size: 20px;
	font-family: "SimHei";
	color: #242424;
	display: block;
	text-align: center;
}


#s_service {
	background: url(../images/bg_f4.jpg) no-repeat center center;
	padding: 90px 0;
}

#s_service ul {
	
}

#s_service ul li {
	display: block;
	margin: 20px 88px;
	width: 123px;
	float: left;
}

#s_service ul li a {
	display: block;
}

#s_service ul li a .pic_box {
	height: 123px;
	width: 123px;
	overflow: hidden;
}

#s_service ul li a h1 {
	color: #484848;
	font-size: 16px;
	text-align: center;
	display: block;
	padding-top: 15px;
}

#s_service ul li.li1 .pic_box {
	background: url(../images/icon_1.png) center no-repeat;
}

#s_service ul li.li1:hover .pic_box {
	background: url(../images/icon_1_hover.png) center no-repeat;
}

#s_service ul li.li2 .pic_box {
	background: url(../images/icon_2.png) center no-repeat;
}

#s_service ul li.li2:hover .pic_box {
	background: url(../images/icon_2_hover.png) center no-repeat;
}

#s_service ul li.li3 .pic_box {
	background: url(../images/icon_3.png) center no-repeat;
}

#s_service ul li.li3:hover .pic_box {
	background: url(../images/icon_3_hover.png) center no-repeat;
}

#s_service ul li.li4 .pic_box {
	background: url(../images/icon_4.png) center no-repeat;
}

#s_service ul li.li4:hover .pic_box {
	background: url(../images/icon_4_hover.png) center no-repeat;
}

#s_service ul li.li5 .pic_box {
	background: url(../images/icon_5.png) center no-repeat;
}

#s_service ul li.li5:hover .pic_box {
	background: url(../images/icon_5_hover.png) center no-repeat;
}

#s_service ul li.li6 .pic_box {
	background: url(../images/icon_6.png) center no-repeat;
}

#s_service ul li.li6:hover .pic_box {
	background: url(../images/icon_6_hover.png) center no-repeat;
}

#s_service ul li.li7 .pic_box {
	background: url(../images/icon_7.png) center no-repeat;
}

#s_service ul li.li7:hover .pic_box {
	background: url(../images/icon_7_hover.png) center no-repeat;
}

#s_service ul li.li8 .pic_box {
	background: url(../images/icon_8.png) center no-repeat;
}

#s_service ul li.li8:hover .pic_box {
	background: url(../images/icon_8_hover.png) center no-repeat;
}

#s_service ul li.li9 .pic_box {
	background: url(../images/icon_9.png) center no-repeat;
}

#s_service ul li.li9:hover .pic_box {
	background: url(../images/icon_9_hover.png) center no-repeat;
}

#s_service ul li.li10 .pic_box {
	background: url(../images/icon_10.png) center no-repeat;
}

#s_service ul li.li10:hover .pic_box {
	background: url(../images/icon_10_hover.png) center no-repeat;
}
.index_serviceh2  a {
    width: 15%;
    text-align: center;
    height: 2em;
    line-height: 2em;
    margin: auto;
        margin-top: auto;
    margin-top: 3%;
    font-size: 14px;
    position: relative;
    opacity: .999;
    display: block;
    background: #FF3B6A;
    color: #fff;
    border-radius: 1em;
    transition: all 0.3s;

}
.index_serviceh2 a:hover{
	background: #F71C50;
}

/*#s_service ul li:hover .pic_box{transform:rotate(20deg);-webkit-transform:rotate(20deg);  -moz-transform:rotate(20deg); }*/

.f3 {
	background: url(../images/bg_f3.jpg) center top no-repeat;
	padding: 55px 0 0;
	height: 1115px;
}


.f4_f5 {
	
	padding-bottom: 80px;
}


/*==============新闻资讯=====================*/

#s_zixun {
	height: 720px;
	padding-top: 80px;
	position: relative;
}

#s_zixun .main_box {
	overflow: visible;
	position: relative;
}

#s_zixun .bd {
	overflow: hidden;
	padding-bottom: 50px;
}

#s_zixun .bd .box {}

#s_zixun .bd ul {}

#s_zixun .bd li {
	background: #fff;
	width: 290px;
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid #f4f3f3;
	border-bottom: 2px solid #d1d1d1;
	float: left;
	margin-right: 13px;
	padding-bottom: 40px;
	transition: all ease-in-out 0.5;
	-webkit-transition: all ease-in-out 0.5;
	-moz-transition: all ease-in-out 0.5;
	-o-transition: all ease-in-out 0.5;
}

#s_zixun .bd li a {
	display: block;
}

#s_zixun .bd li .pic_box {
	position: relative;
	background: #000;
}

#s_zixun .bd li img {
	width: 290px;
	display: block;
}

#s_zixun .bd li .text_box {
	position: relative;
	padding: 20px;
}

#s_zixun .bd li h1 a {
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #2a2a2c;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

#s_zixun .bd li .p {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
	color: #818183;
}

#s_zixun .bd li span {
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	color: #9b9b9c;
	background: url(../images/icon_jt_ls.png) right center no-repeat;
}

#s_zixun .bd .fot_box {
	position: relative;
	height: 12px;
	line-height: 14px;
	padding: 0 25px;
}

#s_zixun .bd .fot_box span {
	color: #a1a1a1;
	font-size: 12px;
}

#s_zixun .bd .fot_box a {
	display: block;
	color: #FF3B6A;
	font-size: 12px;
	text-transform: uppercase;
}

#s_zixun .bd li img:hover {
	opacity: 0.5;
	alpha(opacity=50);
}

#s_zixun .bd li:hover {
	box-shadow: 0 0 5px #aaa;
	background: #FF3B6A;
}

#s_zixun .bd li:hover h1 a {
	color: #fff;
}

#s_zixun .bd li:hover .p {
	color: #fff;
}

#s_zixun .bd li:hover span {
	background: url(../images/icon_jt_bs.png) right center no-repeat;
	color: #fff;
}

#s_zixun .bd li:hover .fot_box a {
	color: #fff;
}

#s_zixun .bd li a:hover {
	text-decoration: underline;
}

#s_zixun .bnt {
	position: absolute;
	top:200px;
	width: 80px;
	height: 80px;
	z-index: 3;
	;
}

#s_zixun .bnt:hover {}

#s_zixun .prev {
	position: absolute;
	left: -40px;
	background: url(../images/bnt_bn_prev.png) center no-repeat;
}

#s_zixun .next {
	position: absolute;
	right: -40px;
	background: url(../images/bnt_bn_next.png) center no-repeat;
}

#s_zixun .prev:hover {
	background: url(../images/bnt_bn_prev_hover.png) center no-repeat;
}

#s_zixun .next:hover {
	background: url(../images/bnt_bn_next_hover.png) center no-repeat;
}

#s_zixun .hd {}

#s_zixun .hd ul {
	margin: 0 auto;
	z-index: 9;
	width: 100%;
	display: inherit;
	text-align: center;
	/* border-top:1px solid #56585c;*/
	margin-top: 0px;
	position: relative;
	height: 40px;
}

#s_zixun .hd ul li {
	display: inline-block;
}


/* SVG draw circle stroke */

#s_zixun .hd li {
	position: relative;
	display: inline-block;
	margin: 0 3px;
	width: 16px;
	height: 16px;
	cursor: pointer
}

#s_zixun .hd li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0;
	border-radius: 50%;
	background-color: #FF3B6A;
	text-indent: -999em;
	cursor: pointer;
	position: absolute
}

#s_zixun .hd li a:focus {
	outline: 0
}

#s_zixun .hd li {
	width: 18px;
	height: 18px
}

#s_zixun .hd li a {
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	background-color: #FF3B6A;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

#s_zixun .hd li.current a {
	background-color: #FF3B6A;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}



/**********==============about us================***********/
#s_about_box {
    background: url(../images/bg_about.jpg) center top no-repeat;
    padding-top: 200px;
}
#s_about_box .main_box {
    background: #fff;
    box-shadow: 0 0 5px 0 #ddd;
}
#s_about_box .content {
    height: 340px;
    position: relative;
}
#s_about .title {
    padding-top: 55px;
    padding-bottom: 40px;
    padding-left: 55px;
    width: 300px;
}
#s_about .title h1 {
    font-size: 22px;
    color: #4d4d4e;
    display: block;
}
#s_about .title strong {
    font-size: 18px;
    color: #FF3B6A;
    display: block;
}
#s_about .title span {
    font-size: 12px;
    color: #acafb1;
    display: block;
    text-transform: uppercase;
}
#s_about .text_box {
    width: 470px;
    padding-left: 55px;
}
#s_about .text_box .p {
    font-size: 14px;
    color: #767379;
    line-height: 30px;
    height: 120px;
}
#s_about a.more {
    height: 30px;
    line-height: 30px;
    display: block;
    margin-top: 10px;
    text-align: left;
    color: #FF3B6A;
    font-size: 12px;
}

.about_img{
	position: absolute;
	left: 570px;
	top: 19px;
}
#s_honor {
    position: absolute;
    right: 0;
    top: 0;
    background: #FF3B6A;
    width: 275px;
    height: 340px;
}
#s_honor .box {
    position: relative;
    height: 340px;
}
#s_honor .title {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 38px;
    width: 300px;
}
#s_honor .title h1 {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}
#s_honor .title h2 {
    font-size: 27px;
    color: #fff;
    line-height: 35px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
#s_honor .more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-top: 1px solid #fff;
    background: url(../images/icon_honor.png) 43px center no-repeat;
}
#s_honor .more a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding-left: 200px;
}




















#s_news{
	padding: 80px 0;
	background: url(../images/bg_f5.jpg) center bottom no-repeat;
	
}
#s_news .left {
	width: 535px;
	height: 490px;
	overflow: hidden;
}

#s_news .right {
	width: 575px;
}

#s_news .left .up_box {
	border-bottom: 1px solid #dadada;
	padding-bottom: 20px;
}

#s_news .left .up_box a {
	display: block;
	overflow: hidden;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
#s_news .left .up_box a:hover img{
	transform: scale(1.1);
}
#s_news .left .up_box img {
	width: 535px;
	height: 220px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}

#s_news .left .up_box h1 {
	margin: 25px 0;
}

#s_news .left .up_box h1 a {
	font-size: 18px;
	color: #444444;
	font-weight: bold;
}

#s_news .left p {
	color: #666666;
	font-size: 12px;
	line-height: 24px;
}

#s_news .left .un_box {
	padding-top: 25px;
	border-top: 1px solid #dadada;
	margin-top: 25px;
}

#s_news .left .un_box li a {
	display: block;
	font-size: 14px;
	line-height: 32px;
	color: #444444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#s_news .left a:hover {
	color: #FF3B6A !important;
	text-decoration: non;
}

#s_news .right .un_box {
	overflow: hidden;
}

#s_news .right .un_box ul {}

#s_news .right .un_box li {
	margin-bottom: 20px;
	display: block;
	height: 62px;
	padding: 10px;
	position: relative;
	background: url(../images/line_s_news.png) 95px center no-repeat #f4f5fa;
}

#s_news .right .un_box li .box {
	position: relative;
}

#s_news .right .un_box li .text_box {
	margin: 0 0px 0 105px;
	position: relative;
}

#s_news .right .un_box li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 8px;
	font-size: 12px;
	color: #666666;
}

#s_news .right .un_box li a {
	padding-top: 5px;
	display: block;
	color: #444444;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#s_news .right .un_box li a:hover {
	color: #0c608f;
}

#s_news .right .un_box .date {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 105px;
	padding: 10px 0;
}

#s_news .right .un_box .date strong {
	display: block;
	font-size: 30px;
	color: #444444;
}

#s_news .right .un_box .date span {
	font-size: 14px;
	color: #444444;
	display: block;
	text-transform: uppercase;
}

#s_news .right .un_box li:hover {
	background: url(../images/line_s_news_hover.png) 95px center no-repeat #FF3B6A;
}

#s_news .right .un_box li:hover .date strong {
	color: #fff;
}

#s_news .right .un_box li:hover .date span {
	color: #fff;
}

#s_news .right .un_box li:hover a {
	color: #fff;
}

#s_news .right .un_box li:hover p {
	color: #fff;
}

.f4 {
	padding: 110px 0 0;
}

#s_zj {
	margin-top: -70px;
	position: relative;
}

#s_zj img {}

#s_map_box {
	position: relative;
	width: 897px;
	height: 605px;
	margin: 0 auto;
}

#s_map_box a.li {
	position: absolute;
	display: block;
}

#s_map_box a.li1 {
	left: 137px;
	top: 174px;
}

#s_map_box a.li2 {
	left: 371px;
	top: 265px;
}

#s_map_box a.li3 {
	left: 490px;
	top: 198px;
}

#s_map_box a.li4 {
	left: 502px;
	top: 280px;
}

#s_map_box a.li5 {
	left: 542px;
	top: 260px;
}

#s_map_box a.li6 {
	left: 570px;
	top: 250px;
}

#s_map_box a.li7 {
	left: 330px;
	top: 295px;
}

#s_map_box a.li8 {
	left: 610px;
	top: 290px;
}

#s_map_box a.li9 {
	left: 455px;
	top: 330px;
}

#s_map_box a.li10 {
	left: 302px;
	top: 402px;
}

#s_map_box a.li11 {
	left: 600px;
	top: 350px;
}

#s_map_box a.li12 {
	left: 495px;
	top: 380px;
}

#s_map_box a.li13 {
	left: 610px;
	top: 407px;
}

#s_map_box a.li14 {
	left: 365px;
	top: 475px;
}

#s_map_box a.li15 {
	left: 525px;
	top: 500px;
}

#s_map_box a.li16 {
	left: 470px;
	top: 557px;
}

#s_map_box a.li17 {
	left: 795px;
	top: 414px;
}




/*===========================footer
====================================*/
#footer {
    background: #1F1F1F;
    padding: 30px 0;
    font-size: 12px;
}
#footer .main_box {
    position: relative;
}
#footer .up {
    height: 32px;
    padding-bottom: 5px;
    position: relative;
}
#fot_nav {
    float: left;
    padding-top: 5px;
}
#fot_nav a {
    color: #ffffff;
}
#fot_nav i {
    color: #ffffff;
    padding: 0 10px;
}
#footer .un {
    color: #739b99;
    line-height: 20px;
    position: relative;
    padding-top: 22px;
    border-top: 1px solid #F2F2F2;
}
#footer .line {
    position: absolute;
    top: -1px;
    left: 0;
    height: 2px;
    background: #FF3B6A;
    width: 47px;
}
#slide_up_box {
    background: url(../images/bg_s_slide.jpg) left center no-repeat;
}
p.copy{
	color: #fff;
}
p.copy a{
	color: #fff;
}
#bnt_link {
    cursor: pointer;
    width: 236px;
    display: block;
    height: 30px;
    margin-bottom: 15px;
    height: 30px;
    margin-bottom: 15px;
    background: url(../images/arrow_up.png) 216px center no-repeat;
}

#bnt_link a {
    color: #666 !important;
    display: block;
    padding: 0 15px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    background: url(../images/bg_dd.png) 185px top repeat-y;
}
#content_link {
    display: none;
    z-index: 9;
    width: 206px;
    position: absolute;
    left: 0;
    bottom: 35px;
    background: #fff;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}
#content_link .box {
    background: #fff;
    padding: 5px 0;
}
#content_link a {
    padding: 0 15px;
    color: #666 !important;
    line-height: 30px;
    font-size: 12px;
    display: block;
}
#fot_tel {
    position: absolute;
    left: 250px;
    top: 25px;
    color: #fff;
    font-size: 12px;
    padding-left: 15px;
    background: url(../images/icon_fot_tel.png) left center no-repeat;
}

#fot_tel strong {
    color: #FF3B6A;
    font-weight: bold;
    font-size: 18px;
}

#footer .un a {
    color: #fff;
}
#footer .right {
    width: 310px;
    position: relative;
    padding-right: 150px;
}
#footer .right h1 {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}
#footer .p {
    color: #EDEDED;
    line-height: 24px;
}

#ewm_box {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
#ewm_box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
#ewm_box span {
    text-align: center;
    font-size: 12px;
    color: #fff;
}






















/*==============================--内页开始==============================-*/

#n_main_box {
	margin-bottom: 60px;
}

.n_title .main_box {
	position: relative;
}

.n_title {
	position: relative;
	height: 40px;
	padding-top: 10px;
	border-bottom: 1px solid #d4d6d8;
}

.n_title h1 {
	line-height: 40px;
	color: #353536;
	font-size: 15px;
}

.position {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 40px;
	color: #9b9c9d;
	background: url(../images/icon_home.png) left center no-repeat;
	padding-left: 18px;
}

.position span,
.n_title .position a,
.n_title .position i {
	font-size: 12px;
	color: #9b9c9d;
}

.position em {
	font-size: 12px;
	color: #FF3B6A;
	font-style: normal;
}

.position a:hover {
	color: #FF3B6A;
	text-decoration: underline;
}


/*==============n_left=====================*/

.n_left {
	width: 200px;
	position: relative;
	margin-top: -30px;
	float: left;
}

.n_left .up {
	background: #FF3B6A;
	padding: 33px 15px;
	text-align: center;
}

.n_left .up h1 {}

.n_left .up span {
	text-align: left;
	display: block;
	padding: 0 0 0px 0px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

.n_left .up strong {
	text-align: left;
	display: block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 3px;
}

.n_left .un {
	margin-top: 20px;
}

.n_left .un a {
	display: block;
	position: relative;
	height: 175px;
	width: 200px;
}

.n_left .un .icon_box {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.n_left .un .icon_box::before,
.n_left .un .icon_box::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.n_left .un .icon_box::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.n_left .un .icon_box::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

.n_left .un a:hover .icon_box::before,
.n_left .un a:hover .icon_box::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.n_right {
	float: right;
	width: 950px;
}


/*==============内页导航=====================*/

.sub_nav dl {
	margin-bottom: 15px;
	margin-top: 20px;
	display: block;
	border-bottom: none;
}

.sub_nav dt {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.sub_nav dt a {
	line-height: 40px;
	font-size: 14px;
	display: block;
	color: #353536;
}

.sub_nav dd {
	display: block;
}

.sub_nav dd .a {
	font-size: 14px;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	display: block;
	color: #333333;
	background: url(../images/icon_left.png) 160px center no-repeat #F7F7F7;
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.sub_nav dl .a:hover {
	color: #fff;
	background: url(../images/icon_left.png) 165px center no-repeat #FF3B6A;
}

.sub_nav dl .on .a {
	color: #fff;
	background: url(../images/icon_left.png) 165px center no-repeat #FF3B6A;
}

.n_content {
	min-height: 340px;
	padding: 40px 0 0;
}


/*===================内页banner================*/

#n_banner {
	display: block;
	width: 100%;
	height: 430px;
	position: relative;
}

#n_banner .main_box {
	padding-top: 130px;
}

#n_banner .box {
	border: 4px solid #fff;
	margin: 0px auto 0 auto;
	padding: 45px 0;
	overflow: hidden;
	width: 500px;
	text-align: center;
}

#n_banner h1 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#n_banner h2 {
	font-size: 20px;
	color: #fff;
	display: block;
}

#n_banner .j_parallax {
	background-attachment: fixed;
	background-position: center 0px;
	background-repeat: no-repeat;
	position: relative;
	height: 430px;
}


/*==============通航产业=====================*/

#n_case {}

#n_case ul {
	margin: -18px -12px;
	;
	overflow: hidden;
}

#n_case li {
	float: left;
	position: relative;
	width: 300px;
	display: block;
	margin: 18px 12px;
}

#n_case li a {
	display: block;
	width: 300px;
	height: 220px;
	overflow: hidden;
	position: relative;
}

#n_case li .pic_box {
	width: 300px;
	height: 220px;
	overflow: hidden;
}

#n_case li .pic_box img {
	width: 300px;
	height: 220px;
}

#n_case li .text_box {
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
	position: absolute;
	left: 0;
	top: 180px;
	;
	width: 100%;
	height: 100%;
	background: url(../images/bg_tmd.png) center bottom repeat;
}

#n_case li .text_box h1 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	line-height: 40px;
	height: 40px;
	display: block;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/bg_tmd.png) center bottom repeat;
}

#n_case li .text_box p {
	font-size: 12px;
	color: #fff;
	display: block;
	margin-top: 15px;
	line-height: 26px;
	height: 72px;
	overflow: hidden;
	padding: 0 20px;
	display: block;
	text-align: center;
}

#n_case li .text_box .logo_box {
	height: 50px;
	display: block;
	background: url(../images/icon_more_case.png) center bottom no-repeat;
}

#n_case li a:hover .text_box {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0
}

#n_case li a:hover .text_box .logo_box {
	height: 60px;
}

#n_case li a:hover .text_box h1 {
	display: block;
	color: #fff;
}

#n_case li a:hover .text_box h1:hover {}


/*==============job=====================*/

#list_slide {
	position: relative;
}

#list_slide dl {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cccdd1;
}

#list_slide dt {
	border: none;
	border-left: 3px solid #394673;
	display: block;
	position: relative;
	cursor: pointer;
	height: 18px;
	margin-bottom: 20px;
}

#list_slide dt h1 {
	padding-left: 10px;
	border-left: 3px solid #fff;
	color: #51575f;
	font-size: 14px;
	line-height: 18px;
	background: url(../images/icon_arrow_un.png) right center no-repeat;
	margin-right: 20px;
	display: block;
}

#list_slide dd {
	display: none;
	line-height: 24px;
}

#list_slide dd p {
	line-height: 24px;
	margin-bottom: 0;
}

#list_slide dd .content {
	padding: 0 20px 26px 20px;
}

#list_slide dt.on h1 {
	background: url(../images/icon_arrow_up.png) right center no-repeat;
	color: #2e4695;
	font-size: 16px;
}


/*==============新闻资讯=====================*/

#n_team ul {}

#n_team li {
	display: block;
	position: relative;
	height: 350px;
	border-bottom: 3px solid #d1d1d1;
	margin-bottom: 40px;
	background: url(../images/bg_team.png) right 134px no-repeat #fafafa;
}

#n_team li .fl {
	width: 270px;
}

#n_team li .fl img {
	width: 270px;
	height: 350px;
}

#n_team li .fr {
	width: 620px;
	position: relative;
	position: absolute;
	left: 305px;
	bottom: 15px;
}

#n_team li .fr h1 {
	display: block;
	padding-top: 3px;
	font-size: 18px;
	color: #484849;
}

#n_team li .fr h1 a {
	font-size: 18px;
	color: #484849;
}

#n_team li .fr span {
	font-size: 12px;
	color: #6a6a6b;
}

#n_team li .fr .p {
	line-height: 28px;
	color: #79797c;
	overflow: hidden;
	padding-top: 12px;
	font-size: 14px;
}

#n_team li:hover {
	box-shadow: 0 0 8px #bbb;
}


/*==============联系我们=====================*/

#n_contact {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#n_contact .up_box {
	margin-bottom: 50px;
	position: relative;
	background: url(../images/pic_contact.png) right top no-repeat;
	min-height: 360px;
}

#n_contact .up_box .title {
	margin-bottom: 20px;
}

#n_contact .up_box .title strong {
	display: block;
	color: #51575f;
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: bold;
}

#n_contact .up_box .title span {
	display: block;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #6c6d70
}

#n_contact .up_box dl {}

#n_contact .up_box dd {
	display: block;
	height: 78px;
	padding-left: 65px;
}

#n_contact .up_box dd strong {
	padding-top: 20px;
	font-size: 15px;
	display: block;
	color: #262627;
}

#n_contact .up_box dd a {
	color: #262627;
}

#n_contact .up_box dd a:hover {
	color: #FF3B6A;
}

#n_contact .up_box span {
	font-size: 13px;
	color: #6c6d70;
}

#n_contact a {
	color: #0d67c9;
	text-decoration: underline;
}

#n_contact .map_box {
	position: relative;
	background: url(../images/pic_title_map.png) center no-repeat;
	display: block;
	height: 245px;
}

#n_contact .map{
	    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/bnt_map.png) center no-repeat;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#n_contact .map:hover {
	background: url(../images/bnt_map.png) center 52px no-repeat;
}


/*==============新闻资讯=====================*/

#n_zixun {
	overflow: hidden;
}

#n_zixun ul {
	margin: -18px;
}

#n_zixun li {
	width: 290px;
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid #f4f3f3;
	border-bottom: 2px solid #d1d1d1;
	float: left;
	margin: 18px;
	padding-bottom: 40px;
}

#n_zixun li a {
	display: block;
}

#n_zixun li .pic_box {
	position: relative;
	background: #000;
}

#n_zixun li img {
	width: 290px;
	height: 200px;
	display: block;
}

#n_zixun li .text_box {
	position: relative;
	padding: 20px;
}

#n_zixun li h1 a {
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #2a2a2c;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

#n_zixun li .p {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
	color: #818183;
}

#n_zixun li span {
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	color: #9b9b9c;
	background: url(../images/icon_jt_ls.png) right center no-repeat;
}

#n_zixun .fot_box {
	position: relative;
	height: 12px;
	line-height: 14px;
	padding: 0 25px;
}

#n_zixun .fot_box span {
	color: #a1a1a1;
	font-size: 12px;
}

#n_zixun .fot_box a {
	display: block;
	color: #FF3B6A;
	font-size: 12px;
	text-transform: uppercase;
}

#n_zixun li img:hover {
	opacity: 0.5;
	alpha(opacity=50);
}

#n_zixun li:hover {
	box-shadow: 0 0 5px #aaa;
	background: #FF3B6A;
}

#n_zixun li:hover h1 a {
	color: #fff;
}

#n_zixun li:hover .p {
	color: #fff;
}

#n_zixun li:hover span {
	background: url(../images/icon_jt_bs.png) right center no-repeat;
	color: #fff;
}

#n_zixun li:hover .fot_box a {
	color: #fff;
}

#n_zixun li a:hover {
	text-decoration: underline;
}


/*==============新闻资讯=====================*/

#n_news .up_box ul {}

#n_news .up_box li {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

#n_news .up_box li .fl {
	width: 360px;
}

#n_news .up_box li .fl img {
	width: 360px;
	height: 150px;
}

#n_news .up_box li .fr {
	width: 560px;
	position: relative;
	height: 150px;
}

#n_news .up_box li .fr h1 {
	display: block;
	padding-top: 3px;
}

#n_news .up_box li .fr h1 a {
	font-size: 16px;
	color: #353536;
	display: block;
}

#n_news .up_box li .fr span {
	font-size: 12px;
	display: block;
	color: #888888;
	margin-top: 15px;
}

#n_news .up_box li .fr h1 a:hover {
	color: #FF3B6A;
}

#n_news .up_box li .fr .more {
	display: block;
	padding-top: 15px;
	font-size: 12px;
	color: #FF3B6A;
}

#n_news .up_box li .fr .more:hover {
	color: #FF3B6A;
	text-decoration: underline;
}

#n_news .up_box li .fr .p {
	line-height: 22px;
	color: #79797c;
	height: 44px;
	overflow: hidden;
	padding-top: 12px;
	font-size: 12px;
}

#n_news .un_box {}

#n_news .un_box ul {
	margin-bottom: -20px;
}

#n_news .un_box li {
	background: #f4f5fa;
	display: block;
	margin-bottom: 30px;
}

#n_news .un_box li .box {
	padding: 15px;
	height: 85px;
	position: relative;
}

#n_news .un_box li .pic_box {
	position: absolute;
	left: 15px;
	display: block;
	top: 15px;
	height: 85px;
	width: 205px;
}

#n_news .un_box li .pic_box img {
	height: 85px;
	width: 205px;
	display: block;
}

#n_news .un_box li .text_box {
	margin-left: 235px;
	padding-top: 11px;
}

#n_news .un_box li .text_box a {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	color: #353536;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#n_news .un_box li .text_box span {
	color: #9c9c9d;
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-family: "Arial";
	text-transform: uppercase;
}

#n_news .un_box li .text_box .p {
	line-height: 18px;
	font-size: 12px;
	height: 18px;
	overflow: hidden;
	color: #79797c;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#n_news .un_box li:hover {
	color: #fff;
	background: #FF3B6A
}

#n_news .un_box li:hover a,
#n_news .un_box li:hover span,
#n_news .un_box li:hover .p {
	color: #fff;
}

#n_news .un_box li a:hover {
	text-decoration: underline;
}


/*==============新闻详情=====================*/

.n_article {
	margin-bottom: 20px;
}

.n_article .ar_title {
	padding: 0px 0 5px 0;
	margin-bottom: 10px;
}

.n_article .ar_title h1 {
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 30px;
	color: #474847;
}

.n_article .ar_title h2 {
	font-size: 12px;
	position: relative;
	text-align: center;
	display: block;
	height: 40px;
	padding: 0 10px;
	color: #888;
	line-height: 40px;
}

.n_article .ar_article {
	padding-bottom: 80px;
	min-height: 300px;
}

#ar_fot {
	margin-top: 10px;
	position: relative;
	padding: 10px 0;
	border-top: 1px solid #d4d6d8;
}

#ar_fot h1 {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #777777;
	font-weight: bold;
}

#ar_fot h1 a {
	font-size: 14px;
	color: #777777;
	font-weight: normal;
}

#ar_fot h1 a:hover {
	color: #FF3B6A;
}

.n_article .share_box {
	position: relative;
}

.n_article .bnt_back {
	position: absolute;
	top: -20px;
	right: 0;
	color: #555557;
	background: url(../images/icon_back.png) left center no-repeat;
	padding-left: 30px;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}

.n_article .bnt_back:hover {
	color: #FF3B6A;
}


/*==============分享插件——银灵子=====================*/

.shart_box {
	height: 30px;
	position: relative;
}

#j_shart_s_24 .bds_count {
	font-size: 12px;
}

#j_shart_s_24 {
	padding-left: 60px;
	position: relative;
}

#j_shart_s_24 strong {
	display: block;
	position: absolute;
	left: 0;
	z-index: 2;
	line-height: 36px;
	font-size: 12px;
	color: #a3a0a9;
}

##j_shart_s_24 .bds_qzone {
	background: url(../images/j_shart.png) center -224px no-repeat
}

#j_shart_s_24 .bds_tsina {
	background: url(../images/j_shart.png) center -311px no-repeat
}

#j_shart_s_24 .bds_tqq {
	background: url(../images/j_shart.png) center -195px no-repeat
}

#j_shart_s_24 .bds_renren {
	background: url(../images/j_shart.png) center -340px no-repeat
}

#j_shart_s_24 .bds_weixin {
	background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_sqq {
	background: url(../images/j_shart.png) center -79px no-repeat
}

#j_shart_s_24 .bds_fbook {
	background: url(../images/j_shart.png) center -166px no-repeat
}

#j_shart_s_24 .bds_twi {
	background: url(../images/j_shart.png) center -137px no-repeat
}

#j_shart_s_24 .bds_linkedin {
	background: url(../images/j_shart.png) center -108px no-repeat
}

#j_shart_s_24 .bds_tieba {
	background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_huaban {
	background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_douban {
	background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_copy {
	background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_print {
	background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_mshare {
	background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_count {
	font-size: 12px
}


/*==============分页——银灵子=====================*/

.page {
	margin: 0px auto 0px auto;
}

.page .box {
	display: inherit;
	width: 100%;
	text-align: right;
	padding-top: 40px;
}

.page a {
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border: 1px solid #dedede;
	margin: 0 2px;
	color: #555555;
	font-size: 12px;
}

.page .on {
	background: #FF3B6A;
	color: #fff !important;
	border: 1px solid #FF3B6A;
}

.page a font {
	font-size: 14px;
	font-family: "SimSun";
	color:#fff;
}

.page span {
	background: #FF3B6A;
	color: #fff !important;
	border: 1px solid #FF3B6A;
}

.page a:hover {
	background: #FF3B6A;
	color: #fff !important;
	text-decoration: none;
	border: 1px solid #FF3B6A;
}

.page a:hover font {
	color: #fff;
}

.page a {
	transition: all 1s;
	-moz-transition: all 1s;
	/* Firefox 4 */
	-webkit-transition: all 1s;
	/* Safari 和 Chrome */
	-o-transition: all 1s;
	/* Opera */
}


/*======================漂浮=========================*/

.piaofu {
	position: absolute;
	right: -70px;
	right: 0px;
	bottom: 400px;
	width: 109;
	position: fixed;
	z-index: 99999999;
	background: #fff;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.piaofu .j_box {
	position: relative;
	width: 109px;
}

.piaofu .j_box .title {
	position: absolute;
	left: 0;
	top: 0;
}

.piaofu .j_box .content {
	position: absolute;
	right: 0;
	top: 0;
}

.piaofu .box a {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	background-color: #f6f6f9;
}

.piaofu .wx {
	position: relative;
}

.piaofu .wx {
	transition: 1s;
}

.piaofu .wx:hover .ewm {
	display: block;
}

.piaofu .ewm_box {
	position: relative;
}

.piaofu .ewm_box {
	transition: 1s;
}

.piaofu .ewm_box:hover .ewm {
	display: block;
}

.piaofu .ewm {
	display: none;
	position: absolute;
	right: 70px;
	top: 0;
}

.piaofu .tel {
	position: relative;
}

.piaofu .tel {
	transition: 1s;
}

.piaofu #tel_box {
	width: 0px;
	text-align: center;
	border: 1px solid #ddd;
	line-height: 68px;
	color: #545454;
	font-size: 14px;
	background: #f9f9f9;
	border-radius: 3px;
	padding: 0 20px;
	display: none;
	position: absolute;
	right: 70px;
	top: 0;
}

.piaofu .tel:hover #tel_box {
	display: block;
	width: 200px;
}

.piaofu .box a {
	transition: 1s;
	background-size: 30px auto;
}

.piaofu .qq a {
	background: url(../images/icon_qq.png) center 10px no-repeat;
}

.piaofu .qq:hover a {
	background: url(../images/icon_qqh.png) center 10px no-repeat;
}

.piaofu .zx1 a {
	background: url(../images/icon_zx1.png) center 10px no-repeat;
}

.piaofu .zx1:hover a {
	background: url(../images/icon_zx1h.png) center 10px no-repeat;
}

.piaofu .zx2 a {
	background: url(../images/icon_zx2.png) center 10px no-repeat;
}

.piaofu .zx2:hover a {
	background: url(../images/icon_zx2h.png) center 10px no-repeat;
}

.piaofu .zx3 a {
	background: url(../images/icon_zx3.png) center 10px no-repeat;
}

.piaofu .zx3:hover a {
	background: url(../images/icon_zx3h.png) center 10px no-repeat;
}

.piaofu .ewm_box a {
	background: url(../images/icon_weixin.png) center 10px no-repeat;
}

.piaofu .ewm_box:hover a {
	background: url(../images/icon_weixinhj.png) center 10px no-repeat;
}

.piaofu .wx a {
	background: url(../images/icon_weixin.png) center 10px no-repeat;
}

.piaofu .wx:hover a {
	background: url(../images/icon_weixinhj.png) center 10px no-repeat;
}

.piaofu .tel a {
	background: url(../images/icon_tel.png) center 10px no-repeat;
}

.piaofu .tel:hover a {
	background: url(../images/icon_telh.png) center 10px no-repeat;
}

.piaofu .address a {
	background: url(../images/icon_address.png) center 10px no-repeat;
}

.piaofu .address:hover a {
	background: url(../images/icon_addressh.png) center 10px no-repeat;
}

.gotop a {
	background: url(../images/icon_gotop.png) center 10px no-repeat;
}

.piaofu .gotop:hover a {
	background: url(../images/icon_gotoph.png) center 10px no-repeat;
}

.piaofu .box a {
	background-color: #f6f6f9;
	margin-bottom: 1px
}

.piaofu .box span {
	font-size: 12px;
	color: #838291;
	padding-left: 10px;
	position: absolute;
	bottom: 5px;
	text-align: center;
}

.piaofu .box:hover a {
	background-color: #FF3B6A;
}

.piaofu .box:hover span {
	color: #fff;
}

.piaofu:hover {
	right: 0px;
}


/*==================相关应用=================*/

#n_xgfw {
	position: relative;
	overflow: hidden;
}

#n_xgfw .title {
	color: #FF3B6A;
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
	margin-top: 30px;
}

#n_xgfw .bnt {
	position: absolute;
	top: 155px;
	width: 38px;
	height: 38px;
	z-index: 3;
}

#n_xgfw .bnt:hover {
	background-color: #000;
}

#n_xgfw .prev {
	position: absolute;
	left: 0px;
}

#n_xgfw .next {
	position: absolute;
	right: 0px;
}

#n_xgfw .prev:hover {}

#n_xgfw .next:hover {}

#n_xgfw ul {}

#n_xgfw li {
	float: left;
	position: relative;
	height: 220px;
	width: 300px;
	display: block;
	margin: 18px 31px 0 0;
}

#n_xgfw li a {
	display: block;
	width: 300px;
	height: 220px;
	overflow: hidden;
	position: relative;
}

#n_xgfw li .pic_box {
	width: 300px;
	height: 220px;
	overflow: hidden;
}

#n_xgfw li .pic_box img {
	width: 300px;
	height: 220px;
}

#n_xgfw li .text_box {
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
	position: absolute;
	left: 0;
	top: 180px;
	;
	width: 100%;
	height: 100%;
	background: url(../images/bg_tmd.png) center bottom repeat;
}

#n_xgfw li .text_box h1 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	line-height: 40px;
	height: 40px;
	display: block;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/bg_tmd.png) center bottom repeat;
}

#n_xgfw li .text_box p {
	font-size: 12px;
	color: #fff;
	display: block;
	margin-top: 15px;
	line-height: 26px;
	height: 72px;
	overflow: hidden;
	padding: 0 20px;
	display: block;
	text-align: center;
}

#n_xgfw li .text_box .logo_box {
	height: 50px;
	display: block;
	background: url(../images/icon_more_case.png) center bottom no-repeat;
}

#n_xgfw li a:hover .text_box {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0
}

#n_xgfw li a:hover .text_box .logo_box {
	height: 60px;
}

#n_xgfw li a:hover .text_box h1 {
	display: block;
	color: #fff;
}

#n_xgfw li a:hover .text_box h1:hover {}


/*================= 搜索页面 ===================*/

#page_search li .text_box {
	margin-left: 0 !important;
}

#search_tab {
	margin-top: 35px;
}

#search_tab a {
	display: inline-block;
	margin-right: 10px;
	padding: 0 10px;
	float: left;
	overflow: hidden;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #6d6d6f;
	font-size: 14px;
}

#search_tab a:hover {
	background: #FF3B6A;
	color: #fff;
}

#search_tab a.on {
	background: #FF3B6A;
	color: #fff;
}

#page_search {
	width: 950px;
	margin: 0 auto;
}

#page_search_box {
	display: block;
	position: relative;
	height: 45px;
	border: 1px solid #d8d8d8;
	margin-top: 15px;
}

#page_search_box form {
	display: block;
	position: relative;
	height: 45px;
}

#page_search_box input {
	display: block;
	background: none;
	border: none;
}

#page_search_box .text {
	width: 805px;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	color: #7f7f87;
	margin-left: 13px;
}

#page_search_box .submit {
	width: 135px;
	position: absolute;
	right: 0px;
	top: 0;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 16px;
	height: 45px;
	margin-left: 5px;
	background: #FF3B6A;
}

#page_search_box .submit:hover {}

#n_wlj ul {}

#n_wlj li {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

#n_wlj li .mark {
	display: none;
}

#n_wlj li.hot .mark {
	display: block;
}

#n_wlj li .pic_box {
	width: 670px;
	height: 325px;
	float: left;
	overflow: hidden;
	position: relative;
}

#n_wlj li .pic_box .mark {
	position: absolute;
	left: 13px;
	top: 13px;
	height: 25px;
	line-height: 25px;
	line-height: 25px;
	width: 60px;
	font-size: 14px;
	color: #fff;
	background: #c71a21;
	text-align: center;
}

#n_wlj li .pic_box img {
	width: 670px;
	height: 325px;
}

#n_wlj li .text_box {
	width: 205px;
	padding: 30px;
	background: #f7f7f7;
	position: relative;
	float: right;
}

#n_wlj li .text_box h1 {
	display: block;
	margin-bottom: 10px;
}

#n_wlj li .text_box h1 a {
	font-size: 18px;
	display: block;
	color: #3c3a3a;
	display: block;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

#n_wlj li .text_box h1 a:hover {
	color: #fff;
}

#n_wlj li .text_box a.more {
	font-size: 14px;
	display: block;
	color: #3c3a3a;
	height: 44px;
}

#n_wlj li .text_box .p {
	line-height: 24px;
	color: #818284;
	height: 141px;
	overflow: hidden;
	padding-top: 12px;
	font-size: 12px;
}

#n_wlj li:hover .text_box {
	background: #FF3B6A;
}

#n_wlj li:hover .text_box a {
	color: #fff;
}

#n_wlj li:hover .text_box .p {
	color: #fff;
}

#show_case {
	overflow: hidden;
	height: 735px;
}

#show_case .title {
	color: #2c2a2a;
	font-size: 25px;
	display: block;
	text-align: center;
	margin: 50px auto;
}

#show_case .content {
	position: relative;
}

#show_case .bd li {
	display: block;
	position: relative;
	height: 600px;
}

#show_case .bd li img {
	display: block;
	width: 760px;
	height: 555px;
	padding: 7px;
	border: 1px solid #dcdcdc;
}

#show_case .bd li .text_box {
	position: absolute;
	right: 0;
	top: 125px;
	height: 205px;
	overflow: hidden;
	font-size: 14px;
	color: #656363;
	line-height: 30px;
	width: 390px;
}

#show_case .pageState {
	position: absolute;
	top: 50px;
	left: 810px;
	font-size: 30px;
}

#show_case .pageState span {
	font-size: 53px;
}

#show_case .bnt {
	position: absolute;
	top: 380px;
	width: 42px;
	height: 42px;
	z-index: 3;
}

#show_case .prev {
	left: 810px;
	background: url(../images/bnt_case_prev.png) center no-repeat;
}

#show_case .next {
	left: 862px;
	background: url(../images/bnt_case_next.png) center no-repeat;
}

#show_case .prev:hover {
	background: url(../images/bnt_case_prev_on.png) center no-repeat;
}

#show_case .next:hover {
	background: url(../images/bnt_case_next_on.png) center no-repeat;
}





.yb_conct{position:fixed;z-index:9999999;top:500px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#FF3B6A url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#FF3B6A url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#FF3B6A url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#FF3B6A url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}














/*===================荣誉证书====================*/
/*----------------------------
	Thumbnails
-----------------------------*/

#thumbs{
	width:880px;
	text-align:center;
	margin: 0 auto;
}

#thumbs a{
	width:200px;
	height:125px;
	display:inline-block;
	border:2px solid #303030;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	border-radius:4px;
	margin: 3px 5px 20px;
	position:relative;
	text-decoration:none;
	
	background-position:center center;
	background-repeat: no-repeat;
	
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}

#thumbs a:after{
	background-color: #303030;
    border-radius: 7px;
    bottom: -136px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    content: attr(title);
    display: inline-block;
    font-size: 10px;
    max-width: 90px;
    overflow: hidden;
    padding: 2px 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    display: none;
}

#credit{
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	font-size: 11px;
	margin: 0 auto 70px;
	opacity: 0.5;
	padding: 12px 16px;
	text-align: center;
	width: 400px;
}


/*----------------------------
	Media Queries
-----------------------------*/


@media screen and (max-width: 960px) {
	#thumbs, #credit{
		width:auto;
	}
	
	footer{
		display:none;
	}
	
	#bsaHolder{
		display:none;
	}
}










/*==================服务项目===================*/
.n_service{
	
	padding: 50px 0;
	
}
.n_service .ser_tit h3{
	display: inline-block;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #FF3B6A;
}
.n_service .ser_tit p{
	font-size: 14px;
	color: #9b9c9d;
	line-height: 30px;
}





/*==================康贝月嫂===================*/

.nei_team_cont {
    width: 950px;
    margin:0 auto;
}
.neiteamlist {
    background: #ededed;
    padding: 10px 30px;
    margin-top: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.neiteamlist:hover {
    box-shadow: 0 0 5px 5px #dadada;
}
.team_list {
    width: 230px;
    margin-left: 7px;
    margin-right: 7px;
    float: left;
}
.team_box {
    background: #fff;
    padding-top: 20px;
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
}
.team_box:hover a {
    color: #fff;
}
.team_box:hover {
    background: #FF3B6A;
}
.team_pic {
    margin: 0 20px 0 20px;
}
.team_name {
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-top: 1px solid #efefef;
    margin-top: 10px;
}
.team_name a{
	color: #666;
}
.team_box:hover .team_name {
    background: url(../images/tn.png) no-repeat;
    border-top: none;
}
.team_right1 {
    float: left;
    width:590px;
    margin-left: 30px;
}
.ys_info {
    border-bottom: 1px dashed #c6c6c6;
    height: 80px;
    line-height: 80px;
}
.ys_info span {
    padding: 0 20px;
    color: #222;
    font-size: 16px;
}
.pj {
    margin: 20px 0;
    font-size: 12px;
	color: #666666;
	line-height: 24px;
}




.nei_teamd {
    width: 906px;
    margin: auto;
    background: #ededed;
    padding: 20px;
}
.team_right1 .p_back{
	color: #676767;
	font-size: 12px;
	background: url(../images/icon_back.png) left center no-repeat;
	padding-left: 30px;
}


.ys_title {
    background: #FF3B6A;
    border-radius: 15px;
    width: 280px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}
.ys_memo {
    background: #fff;
    border-top: 4px solid #FF3B6A;
    padding: 20px 70px;
    margin-top: 20px;
}
.ys_memo table{
	font-size: 12px;
	color: #666666;
}



.job1 img{
	max-width: 227px!important;
}
