@font-face {
	font-family: f1;
	src: url('font/Candarab.ttf')
}

html {
	font-size: 100%;
	width: 100%;
	outline: none;
	min-height: 100%;
	position: relative;
}

body {
	background: #FFF;
	font-family: arial, "Microsoft Yahei", "寰蒋闆呴粦", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	text-align: left;
	margin: auto;
	width: 100%;
	min-width: 1300px;
	outline: none;
	position: relative;
}

body,
div,
p,
input,
a,
span,
img,
ul,
li,
textarea,
select,
button,
form {
	outline: none;
	box-sizing: border-box;
}

a,
a:hover {
	color: #373737;
	text-decoration: none;
}

html {
	font-size: 100%;
	width: 100%;
	outline: none;
}

.clearfix::after {
	display: block;
	content: '';
	clear: both;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}
.clearfloat{ width: 1px; height: 1px; clear: both;}
img {
	border: none;
}

p {
	margin: 10px 0;
}

.boxShadow {
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
}


/* gShow */

.gShow {
	opacity: 0;
}

@keyframes mymove {
	from {
		transform: translate3d(0, 50%, 0);
		opacity: 0;
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes mymove
/* Safari and Chrome */

	{
	from {
		transform: translate3d(0, 50%, 0);
		opacity: 0;
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.fontFadeIn {
	animation: 3s ease 0s 1 normal none running fontMove;
	-webkit-animation: 3s ease 0s 1 normal none running fontMove;
}

@keyframes fontMove {
	from {
		transform: translate3d(-10%, 50%, 0);
		opacity: 0;
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes fontMove
/* Safari and Chrome */

	{
	from {
		transform: translate3d(-10%, 50%, 0);
		opacity: 0;
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}


/* scaleImg */

.scaleImg {
	overflow: hidden;
	display: block;
}

.scaleImg img {
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	display: block;
	width: 100%;
}

.newsImg img {
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	display: block;
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.scaleImg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/* filter: grayscale(0); */
}




/* banner */

.banner {
	position: relative;
	overflow: hidden;
}

.banner img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	animation: 10s infinite alternate bannerMove;
	-webkit-animation: 10s infinite alternate bannerMove;
	display: block;
	width: 100%;
}

@keyframes bannerMove {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.1, 1.1);
	}
}

@-webkit-keyframes bannerMove
/*Safari and Chrome*/

	{
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.1, 1.1);
	}
}



/* index */
.index_txt {
	line-height: 14px;
	background: #291670;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
	text-align: center;
	font-size: 24px;
	position: relative;
	height: 50px;
	font-weight: 500;
	padding-top: 20px;
	bottom: 60px;
	color: #fff;
	margin: 10px 0 0 0;
}



/* content */

.content {
	width: 1200px;
	margin: 0 auto;
}

/* header */
header .top {
	line-height: 40px;
	height: 40px;
	color: #191919;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}

header .top .right a {
	color: #191919;
	margin-left: 30px;
}


header .top .right a img {
	vertical-align: middle;
	margin-right: 5px;
}

header .top .right a.wap {
	position: relative;
	z-index: 999;
}


header .bottom {
	height: 100px;
	/* background: #ddd; */
}

header .logo {
	margin-top: 28px;
	margin-right: 58px;
}

header .logo img {
	display: block;
	width: 450px;
}

header .tabHd {
	margin-top: 30px;
}

header .tabHd li {
	float: left;
	width: 115px;
}

header .tabHd li a {
	display: block;
	position: relative;
	text-align: center;
	transition: .5s;
	-webkit-transition: .5s;
}

header .tabHd li a span {
	display: block;
	line-height: 16px;
	font-size: 16px;
}

header .tabHd li a span:last-child {
	margin-top: 15px;
	font-size: 14px;
	line-height: 14px;
	-webkit-transition: .5s;
}

header .tabHd li a::before {
	content: "";
	display: block;
	position: absolute;
	width: 115px;
	height: 3px;
	background: rgb(224, 0, 21);
	top: -47px;
	opacity: 0;
	-webkit-transition: .5s;
}

header .tabHd li a:hover,
header .tabHd li.active a {
	color: #666;
}

header .tabHd li a:hover span:last-child,
header .tabHd li.active a span:last-child {
	color: #191919;
}

header .tabHd li a:hover::before,
header .tabHd li.active a::before {
	opacity: 1;
}

header .tel {
	margin-top: 29px;
}

header .tel .icon {
	text-align: center;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	border: 1px solid #FAA511;
	line-height: 43px;
	margin-right: 10px;
}

.home_1 img {
	width: 100%;
	display: block;
}

.home_1 .swiper-pagination {
	bottom: 20px;
}

.home_1 .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background-color: rgba(255, 255, 255, 0.2);
	opacity: 1;
	transition: .3s;
	-webkit-transition: .3s;
}

.home_1 .swiper-pagination-bullet-active {
	background-color: #ffffff;
}

.home_1 .swiper-pagination-bullet:hover {
	margin-bottom: 2px;
}

.home .title {
	color: #693A25;
	font-size: 72px;
	font-family: cursive;
	line-height: 72px;
	letter-spacing: -7px;
	position: relative;
	padding-left: 72px;
	width: 202px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.home .title span {
	display: inline-block;
	position: absolute;
	font-size: 36px;
	color: #FAA511;
	line-height: 36px;
	letter-spacing: 0px;
	height: 72px;
	top: 0;
	left: 0;
	padding-top: 30px;
	opacity: .99;
}

.home .title span img {
	position: absolute;
	top: 10px;
	left: 0;
	width: 64px;
}

.home_7 {
	height: 445px;
	background: #eeeeee;
}

.home_72 {
	margin: 80px 0;
}

.home_71 {
	width: 590px;
	margin-right: 19px;
}

.home_71 .swiper-slide p {
	font-size: 18px;
	line-height: 18px;
	padding: 24px 30px 54px 30px;
	border: 1px solid #DDDDDD;
	border-top: 0;
}

.home_71 .swiper-pagination {
	padding-left: 30px;
	text-align: left;
	bottom: 20px;
}

.home_71 .swiper-pagination-bullet {
	opacity: 1;
	background-color: #999999;
}

.home_71 .swiper-pagination-bullet-active {
	background-color: #FAAA20;
}


/* footer */
footer {
	background-color: #333333;
}

footer .link {
	line-height: 55px;
	text-align: center;
	color: #cbcbcb;
	border-bottom: 1px solid #606060;
}

footer .link a {
	color: #e9e9e9;
	margin-right: 35px;
}

.friendship {
	display: inline-block;

}

footer .link a:hover {
	color: #fff;
}

footer .center {
	padding: 50px 0 0 0;
	text-align: center;
}

footer .center .info .tit {
	position: relative;
	color: #cbcbcb;
	font-size: 18px;
	padding-top: 20px;
}



footer .center .info .txt {
	line-height: 30px;
	color: #fff;
}

footer .center .info>.clearfix {
	margin-top: 20px;
}

footer .center .info .qrCode {
	margin-right: 18px;
}

footer .center .info .qrCode img {
	display: block;
	float: left;
}

footer .center .info .qrCode span {
	background-color: #000000;
	width: 30px;
	color: #fff;
	float: left;
	height: 132px;
	padding: 0 8px;
	padding-top: 28px;
}

footer .center .info .qrCode:last-child span {
	padding-top: 18.5px;
}

footer .center .list ul {
	margin-left: 60px;
	float: left;
}

footer .center .list ul li:first-child {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 24px;
	margin-bottom: 12px;
	position: relative;
}

footer .center .list ul li:first-child::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 19px;
	background-color: #808182;
}

footer .center .list ul li a {
	font-size: 16px;
	color: #999999;
	line-height: 40px;
	transition: .5s;
	-webkit-transition: .5s;
}

footer .center .list ul li a:hover {
	color: #fff;
}

footer .bottom {
	color: #aeaeae;
	line-height: 60px;
}

footer .bottom a {
	color: #666666;
}

footer .bottom .left a {
	margin-left: 7px;
}

/* 背景为灰色 */

.allbggrey {
	background: #f7f7f7;
padding-bottom:100px;
	
}

/* crumbs */
.crumbs {
	height: 60px;
	background: url(../img/about/twonavbg.jpg) no-repeat;

}

.crumbs .link a {
	width: 104px;
	color: #fff;
	height: 33px;
	line-height: 33px;
	border-radius: 17px;
	text-align: center;
	float: left;
	margin-top: 16px;
	margin-right: 12px;
}

.crumbs .link a:hover,
.crumbs .link a.active {
	background-color: #ffffff;
	color: #291670;
}

.crumbs .right {
	color: #999999;
	margin-top: 22.5px;
	width: 360px;
}

.crumbs .right img {
	vertical-align: middle;
	margin-right: 7px;
	margin-top: -3px;
}



.title {
	text-align: center;
	font-size: 24px;
	padding-bottom: 8px;
}

.title span {
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}



.title .tits {
	font-size: 14px;
	color: #999999;
	line-height: 14px;
	font-weight: 600;
	margin-top: 12px;
}



.text {
	padding: 68px 0 0px 0;

}

.text .txt {
	color: #666666;
	line-height: 24px;
	text-indent: 30px;
	text-align: left;
}

.about .text .title {
	margin-bottom: 15px;
}

.about table {
	border: 1px solid rgb(209, 209, 209);
	border-bottom: 0;
	border-right: 0;
	border-spacing: 0;
}

.about table th,
.about table td {
	border: 1px solid rgb(209, 209, 209);
	border-top: 0;
	border-left: 0;
}

.ceodetails {
	width: 650px;
	padding: 0 30px 0 0;
}









/* culture */
.culture .center {
	padding: 60px 0;
}

.culture .list {
	display: flex;
	justify-content: space-between;
	margin-top: 22px;
}

.culture .list .mode {
	width: 290px;
	height: 495px;
	position: relative;
}

.culture .list .mode img.bg {
	display: block;

}

.culture .list .mode .info {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
}

.culture .list .mode .info .icon {
	display: block;
	margin: 102px auto 40px auto;
}

.culture .list .mode .info .tit {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	padding-bottom: 24px;
	position: relative;
	margin-bottom: 12px;
}

.culture .list .mode .info .tit::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 40px;
	background-color: #fff;
	margin-left: -20px;
}

.culture .list .mode .info .txt {
	line-height: 30px;
	color: #fff;
	width: 98px;
	margin: 0 auto;
}

/* product */


.mode {
	width: 368px;
	    margin-right: 48px;
	    margin-bottom: 40px;
}

.mode:nth-of-type(3n) {
	margin-right: 0;
}

.mode .scaleImg {
	margin-bottom: 5px;
}

.mode .tit {
	/* line-height: 14px; */
	text-align: center;
	font-size: 14px;
	margin: 10px 0 0 0;
}

.mode h2 {
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	margin: 0;
	transition: .5s;
	-webkit-transition: .5s;
}

.bottom80px {

	margin-bottom: 30px;
}

/* pages */
.pages {
	text-align: center;
	line-height: 30px;
	margin-top: 68px;
}



.pages a:last-child {
	margin-right: 0;
}

.pages a,
 .pages span{
    border: 1px solid #EDEBEB;
    padding: 0 15px;
    box-shadow: #e2e2e2 0px 0px 6px 0px inset;
    background: #fff;
    margin: 0 4px;
display: inline-block;
    border-radius: 8px;
}

.page_num {
	border: none !important;
	padding: 0 15px;
	box-shadow: none !important;
	background: #f7f7f7 !important;
}

.page_num:hover {
	color: #291670 !important;

}

.pages a.page-num-current,
.pages a:hover ,
.pages span:hover{
	background-color: #291670;
	color: #fff;
	box-shadow: none;
	border-color: #291670;
}

.weizhi {
	line-height: 120px;

}








.tubiao img {
	width: 22px;
	height: 22px;

}

.swiper2 {
	text-align: center;
	padding: 20px;
}

.swiper2 img {
	margin: 0 40px;
}

.case_til,
.Article-title {
	text-align: center;

}

.case_til h2,
.Article-title h2 {
	color: #333;
	line-height: 48px;
	font-size: 32px;
}

.case_til span,
.Article-title span {
	color: #000;
	font-size: 14px;
	padding: 0 25px;
}

.ca_de-box {
	margin-bottom: 10px;
	color: #333;
	font-size: 15px;
	line-height: 25px;
}

.ca_de-box p,
.newsinfo p {
	color: #666;
	font-size: 14px;
	text-indent: 30px;
	line-height: 24px;
	padding: 10px 0;
}

.newsdetail {
	margin-top: 40px;
}

.mark {
	padding: 0px 0 16px 0;
}



.newsdetail .more {
	border-top: 1px solid #e5e5e5;
	line-height: 80px;
	margin-top: 120px;
}

.newsdetail .more a {
	color: #666666;
}

.newsdetail .more a:hover span {
	color: #291670;
}


/* idea start */
.wrapper {
	width: 100%;
	height: auto;
}

.wrapper .wr_line {
	background: #e5e5e5;
	float: left;
	display: block;
	width: 290px;
	height: 196px;
	padding: 0;
	margin: 0 13px 13px 0;
}

.wrapper .wr_line:nth-child(1) {
	height: 405px;
}
.wrapper .wr_line:nth-child(4) {
	margin-right: 0;
}
.wrapper .wr_line:nth-child(6) {
	width: 592px;
	margin-right: 0;
}
.wrapper .wr_line:nth-child(7) {
	width: 592px;
}
.wrapper .wr_line:nth-child(9) {
	margin-right: 0;
}
.wrapper .wr_line:nth-child(13) {
	margin-right: 0;
}


.wr_line div {
	text-align: center;
	justify-self: center;
	align-self: center;
	margin-top: 40px;
}
.wrapper .wr_line:nth-child(1)  div {
	margin-top: 150px;
}

.wr_line span {

	font-size: 18px;

	font-weight: 800;
}

.wr_line p {

	font-size: 14px;
}

.wr_line:hover {
	background: #28166f;
    color: #fff;
}

.wr_line:hover span {
	color: #fff;
}

.wr_line:hover p {
	color: #fff;
}


/* 党务newlist */
.newslist {

	border-top: 1px solid #ddd;

	width: 1200px;
}

.bcon_left {
	width: 1200px;
	height: 100%;
}

.newslist .bcon_left .bconlt_left {
	float: left;
	width: 298px;
	height: 178px;
	overflow: hidden;
}

.newslist .bcon_left .bconl_top .bconlt_right {
	float: right;
	width: 550px;
	padding: 0 15px;
}


.newslist .bcon_left .bconlt_right p {
	font-size: 14px;
	color: #707070;
	line-height: 22px;
	padding-top: 14px;
}

.newslist .bcon_left.bconlt_right p.bcon_time {
	text-align: right;
	padding-right: 5px;
	padding-top: 20px;
}

.newslist .bcon_left ul {
	margin-bottom: 50px;
}

.newslist .bcon_left ul li {
	padding: 20px 0;
	height: 130px;
	border-bottom: 1px solid #E5E5E5;
}

.bcon_left .bconli_left {
	float: left;
	width: 180px;
	height: 115px;
}

.newslist .bcon_left ul li .bconli_left p {
	font-size: 14px;
	color: #666;
	text-align: center;
	/* padding: 20px 0 0 20px; */
}

.bcon_left .bconli_left p span {
	display: block;
	font-size: 48px;
	color: #666;
}

.newslist .bcon_left ul li .bconli_right {
	width: 1000px;
	float: right;
}

.bcon_left ul li:hover {
	background: #e5e5e5;
}

.newslist ul li .bconli_right h2 {
	font-size: 18px;
	color: #424242;
}

.newslist ul li:hover h2 {
	color: #291670;
}

.newslist ul li .bconli_right p {
	font-size: 14px;
	color: #707070;
	line-height: 24px;
}


/* contact us*/


.contact h2 {
	font-size: 30px;
	color: #291670;
	margin: 0;
}

.contact01 {
	padding: 40px 0px 30px 30px;
	width: 350px;
}

.contact01 div {
	color: #666;
	line-height: 20px;
	z-index: 999;
	margin: 20px 0;
	position: relative;
}

.contact01 p {
	margin: 8px 0;
}

.contact02 {
	background: #291670;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	padding: 30px 30px;
	position: relative;
	z-index: 9999;
}

.map {
	margin-top: 80px;
	position: absolute;
	right: 340px;

}

.eq_contact {
	padding: 40px 30px 40px 30px;
	width: 340px;
	background-color: #fff;
	float: left;
	display: inline-block;
	border-radius: 10px;
	margin: 50px 20px 0px 20px;
}


.eq_contact div {
	color: #666;
	line-height: 18px;
	z-index: 999;
	margin: 22px 0;
	position: relative;
}

.eq_contact p {
	margin: 8px 0;
}

.eq_contact h2 {
	margin: 0 auto;
	color: #28166f;
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
	box-shadow: 0 0 6px 2px #ddd inset;
	border: 1px solid #ddd;
	width: 160px;
	line-height: 35px;
	height: 34px;
}

/* join card */

.cardBox {
	width: 560px;
min-height:550px;
	display: block;
	margin: 12px 10px;
float:left;
	background: #FFFFFF;
	padding-bottom: 20px;
overflow:hidden;
}

.cardBox:hover {

	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.headerBox h2 {
	color: #291670;
	float: left;
	font-size: 18px;
	margin: 38px 0 0 0;
}

.headerBox span {
	float: right;
	margin-top: 32px;
	height: 37px;
	border-radius: 10px 10px 0 0;
	width: 125px;
	padding-top: 6px;
	font-size: 18px;
	color: #666;
	font-weight: 800;
	text-align: center;
	/* padding: 20px; */
	background: #e5e5e5;
}

.headerBox {
	font-size: 18px;
	height: 70px;
	margin: 0 auto;
	width: 520px;
	border-bottom: 1px solid #e5e5e5;
}

.bodyBox {
	padding: 0 20px;
padding-top:15px;
	line-height: 24px;
}

.bodyBox div {

	margin: 20px 0;
}

.bodyBox p {
	margin: 0 0 0 5px;
	line-height: 24px;
}

.boxbtn {
	width: 125px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	background: #dadada00;
	padding-top: 5px;
	border-radius: 20px;
	box-shadow: 0 0 5px 1px #c7c7c7a6 inset;
	height: 32px;
	border: 1px solid #ddd;

}

.boxbtn:hover {
	background: #291670;
	box-shadow: none;
}

.boxbtn:hover a {
	color: #fff;
}



/*新闻newlist*/
.newlist-box {
	position: relative;
	top: 30px;

}

.newlist-box li {
	width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 25px 20px;
	background: #fff;
	margin-bottom: 30px;
}

.news_pic {
	width: 320px;
	height: 205px;
	float: left;
	overflow: hidden;
	margin-right: 30px;
}

.newlist-box li:hover {
	box-shadow: 0 0 4px 2px #ccc;
}

.newlist-box li:hover .news_pic img {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
}

.newlist-box li:hover .news-box h2 {
	color: #291670;
	font-weight: 400;

}

.news-box {
	width: 800px;
float:right;
	margin-top: 10px;
}

.news-box h2 {
	font-size: 18px;
	color: #666;
	font-weight: 500;
border-top:1px solid #ccc;
padding:15px 0;margin:0;

}

.news-box span {
	line-height: 37px;
	font-size: 24px;
	font-weight: 800;
      height: 50px;
      display: block;
	color: #666;
}

.news-box h2 a {
	color: #333;
	font-size: 15px;
	line-height: 30px;
}

.news-box .news_ly span {
	color: #666;
	font-size: 14px;
	line-height: 20px;
}

.news-box p {
	color: #5f5f5f;
	font-size: 14px;
  line-height: 24px;
    margin: 5px 0;
}

.line {

	border-bottom: 1px solid #DDDDDD;
	margin: 20px;
}

.applic_font {
	font-size: 24px;
	font-weight: bold;
	color: #291670;
	margin-left: 22px;
	position: relative;
}

.applic_font::before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 30px;
	left: -10px;
	background: rgb(41, 22, 112);
	top: 2px;
	opacity: 1;
	-webkit-transition: .5s;
}


.weizhi img {
	width: 20px;
}

/* .right-main{
	min-height:680px;
} */
.equidetails {
	display: block;
	position: relative;
	top: 80px;
	left: -207px;
}

.equidetails span {
	border: 1px solid #291670;
	padding: 10px 25px;
	margin: 0 20px;
	font-size: 14px;
	border-radius: 5px;
	color: #413183;


}

.equidetails span:hover {
	background: linear-gradient(180deg, #023793, #291670);
	color: #FFFFFF;

}

.applic_bg {
	width: 610px;
	position: relative;
	height: 235px;
	display: inline-block;
	top: 80px;
	background-color: #fff;
}

.applic_bg p {

	color: #666;
	line-height: 30px;
	font-size: 14px;
	padding: 10px 0 0 20px;
}

.suibian {
	background-color: #fff;
	height: 380px;
	border-radius: 10px;

}

.suibian h2 {
	background: linear-gradient(180deg, #023793, #291670);
	color: #fff;
	position: relative;
	left: 0px;
	font-size: 24px;
	font-weight: 500;
	width: 200px;
	border-radius: 0 30px 30px 0;
	line-height: 50px;
	height: 50px;
	text-align: center;


}

.suibian p {
	line-height: 45px;
	margin-left: 52px;
	margin-top: 25px;

}

.center {
	text-align: center;
}


/* 企业轮播 */


.v_out {
	width: 1200px;
	margin: 20px auto;
	overflow: hidden;
}

.v_show {
	width: 1200px;
	overflow: hidden;
	position: relative;
	height: 465px;
	float: left;
}

.v_cont {
	width: 1200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.v_cont ul {
	float: left;
	text-align: center;
	line-height: 50px;
}

.v_cont ul li {
	width: 1200px;
	height: 465px;
	background: #f8f8f8;
}

/*---圆圈---*/
.v_out_p {
	position: relative;
	overflow: visible;
	height: 600px;
}

.circle {
	position: absolute;
	left: 25px;
	top: 500px;
}

.circle li {
	width: 200px;
	height: 80px;
	float: left;
	margin: 0 40px;
	background: #ccc;
}
.circle li img{width:100%;}

.circle .circle-cur {
	background: #f00
}
