@charset "utf-8";

/* 板块标题 */
.plate {
	margin-top: 60px;
	margin-bottom: 50px;
}
.plate > .text-ch {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-size: 30px;
	color: #1a1a1a;
	border-bottom: 1px solid #dbdbdb;
}
.plate > .text-en {
	padding-top: 5px;
	font-size: 18px;
	text-transform: uppercase;
	color: #aaa;
}

/* 热门推荐 */
.products { background-color: #f5f5f5; }
.products > .Container { width: 1290px; }
/* 热门产品 */
.axis-container {
	margin-top: 40px;
	margin-bottom: 100px;
	height: 316px;
}
.axis-products { font-size: 0; }
.axis-products > li {
	margin-right: 18px;
	width: 239px;
	height: 312px;
	border: 2px solid #e1e1e1;
	background-color: #fff;
	border-radius: 8px;
	transition: all .4s ease-out;
}
.axis-products > li:last-child { margin-right: 0; }
.axis-products > li:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	border-color: #1B84F5;
	box-shadow: 0 0 3px rgba(27,132,245,.5);
}
.axis-products > li > a { height: 100%; }
.axis-products > li .product-pic {
	margin-top: 30px;
	margin-bottom: 25px;
}
.axis-products > li .line {
	margin-bottom: 20px;
	width: 168px;
	height: 1px;
	background-color: #e4f4fb;
}
.axis-products > li .product-title {
	font-size: 20px;
	font-weight: bold;
	color: #494949;
}
.axis-products > li .description {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #999;
}
.axis-products > li .price {
	font-size: 24px;
	color: #f14b4b;
}

/* 行业新闻 */
.news { background-color: #fff; }
.news > .Container { width: 1180px; }
/* 新闻选项卡 */
.news-tab { font-size: 0; }
.news-tab > li {
	margin-right: 62px;
	width: 106px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	border: 1px solid transparent;
	border-radius: 20px;
	cursor: pointer;
}
.news-tab > li a {
	color: #1a1a1a;
	transition: none;
}
.news-tab > li:last-child { margin-right: 0; }
.news-tab > li.focus { border-color: #1B84F5; }
.news-tab > li.focus a { color: #1B84F5; }
/* 新闻内容 */
.news-container > dd { display: none; }
.news-container > dd.focus { display: block; }
.news-container li {
	float:left;
	margin-top: 65px;
	margin-right: 65px;
	margin-bottom: 76px;
	width: 350px;
}
.news-container li:last-child { margin-right: 0; }
.news-container li > .news-pic {
	display: block;
	width: 350px;
	height: 200px;
	background-color: #000;
	overflow: hidden;
}
.news-pic > img {
	display: block;
	width: 350px;
	height: 200px;
	opacity: .9;
	transition: all .4s ease-out;
}
.news-pic > img:hover {
	opacity: 1;
	-webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.news-title { margin-top: 16px; }
.news-title a {
	font-size:24px;
	color:#333333;
	letter-spacing:0px;
	line-height:30px;
	text-align:justify;
}
.news-title a:hover { color: #589feb; }
.news-time {
	margin-top: 11px;
	font-size:13px;
	color:#1b84f5;
	letter-spacing:0px;
	text-align:justify;
}
.news-time em { color: #999; }
.news-container li p {
	margin-top: 10px;
	font-size:14px;
	color:#808080;
	letter-spacing:0px;
	line-height:22px;
	text-align:justify;
}

/* 客户的声音 */
.Message { background-color: #f5f5f5; }
.Message > .Container { width: 1180px; }
#focus {width:780px; margin-left: auto; margin-right: auto; margin-bottom: 80px; height:260px; overflow:hidden; position:relative;}
#focus ul {height:260px; position:absolute;}
#focus ul li {float:left; width:780px; height:260px; overflow:hidden; position:relative;
	background: url(../images/yinhao.png) 0 0 no-repeat;
}
#focus .btn { position:absolute; width:100%; height:20px; right:0; bottom:0; text-align:center; }
#focus .btn span {display: inline-block; width:10px; height:10px; _font-size:0; margin-left:5px; cursor:pointer; background:#b2b2b2; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
#focus .btn span.on {background:#333;}
.Message .preNext {width:17px; height:30px; position:absolute; top:200px; background:url(../images/sprite.png) no-repeat 0 0; cursor:pointer;}
.Message .pre {left:0;}
.Message .next {right:0; background-position:right top;}
.Customer-msg {
	margin-left: 50px;
	margin-top: 5px;
	width: 720px;
	font-size:18px;
	color:#575757;
	letter-spacing:0px;
	line-height:32px;
	text-align:justify;
}
.Customer {
	margin-top: 25px;
	height: 65px;
	line-height: 65px;
	font-size:16px;
	color:#808080;
	letter-spacing:0px;
	text-align:right;
}
.Customer img {
	margin-left: 19px;
	display: inline-block;
	vertical-align: middle;
	height: 56px;
}

/* 企业街，企业的最佳选择 */
.Advantage { background-color: #fff; }
.Advantage > .Container { width: 1080px; }
.Advantage-list li {
	width: 250px;
	margin-top: 20px;
	margin-right: 26px;
	margin-bottom: 100px;
}
.Advantage-list li:last-child { margin-right: 0; }
.Advantage-list li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 36px;
	width: 152px;
	height: 152px;
}
.Advantage-list li h4 {
	margin-bottom: 8px;
	font-size:24px;
	color:#333333;
	letter-spacing:0px;
	line-height:30px;
	text-align:center;
}
.Advantage-list li p {
	font-size:14px;
	color:#808080;
	letter-spacing:0px;
	line-height:22px;
	text-align:center;
}

/* 创业者最好的伙伴 */
.qyj-goodpartner {
	height: 560px;
	background: url(../images/goodpartner.jpg) no-repeat center;
	text-align:center;
}
.qyj-goodpartner img{
	margin-top:420px;
}
.baidu-spider-h1{
	position:fixed;
	left:-666px;
	top:-666px;
}

/*合作媒体*/
#cooperation{
	width:100%;
	height:auto;
	margin:50px auto 0px auto;
}

#cooperation #cooperation_head{
	height:40px;
	line-height: 40px;
	color:#686868;
	text-align: center;
}
#cooperation_head .line{
	width:100px;
	height:40px;
	background:url('../images/line.png') center no-repeat;
	line-height: 40px;
}
#cooperation_head .line,h2{
	    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    font-size: 30px;
    color: #1a1a1a;
}
#cooperation_head h2{
	width:120px;
	text-align: center;
		margin:0px auto;
}
#cooperation #cooperation_tip{
	width:300px;
	color:#F19903;
	height:20px;
	line-height: 20px;
	text-align: center;
	margin:0px auto;
	font-weight: bold;
}
#cooperation #coop_logo_list{
	width:1290px;
	height:260px;
	margin:0 auto;
}
#cooperation #coop_logo_list li{
	float:left;
	display: block;
	width:160px;
	height:57px;
	margin:25px 48px 20px 49px;
}
#cooperation #coop_logo_list li img{
	width:160px;
	height:57px;
	display: inline-block;
}
#cooperation #coop_logo_list li a{
	width:160px;
	height:57px;
	display: inline-block;
}
#more_logo{
	width:1210px;
	height:30px;
	margin:0px auto;
	background:url('../images/more_logo.png') center no-repeat;
	margin-bottom: 30px;
}
#more_logo a{
	display: inline-block;
	width:1210px;
	height:30px;
}