﻿@charset "utf-8";
/* CSS Document */

/* --------------
	reset
   -------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #fff;
	font: 12px/22px  "Microsoft YaHei", "SimSun", "SimHei";
	color: #3d4045;
	position: relative;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
	font-weight: normal;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
}
/* --------------
	common 
   --------------*/
a {
	color: #828282;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
img{display: block;}
.clear{
	clear: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.hide{
	display:none;
}
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
/* IE 6/7浏览器 (触发hasLayout) */
.cf {*zoom:1;}
.WrapperW{
	width: 100%;
	min-width: 1000px;
	position: relative;
	_width: expression(document.documentElement.clientWidth>1000?document.documentElement.clientWidth:1000);
	overflow: hidden;
	/*background-color: #eff0f2;*/
	z-index: 1;
}





.banner{
	width: 100%;
	/*height: 474px;*/
	overflow: hidden;
}
.big-img{
	position: relative;
	z-index: 1;
}
.banner .big-img li{
	width: 100%;
	height: 474px;
	overflow: hidden;
	position: relative;
}
.banner .big-img li img{
	width: 2000px;
	height: 474px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1000px;
}
.small-img{
	position: relative;
	z-index: 2;
	height: 55px;
	width: 1000px;
	margin: -85px auto 0;
}
.small-img li{
	float: left;
	margin-right: 5px;
	cursor: pointer;
	width: 110px;
	height: 55px;
	position: relative;
}
.small-img li img{
	position: relative;
	z-index: 1;
}
.small-img li span{
	display: none;
}
.small-img li.on span{
	position: absolute;
	width: 110px;
	height: 55px;
	left: -1px;
	top: -1px;
	display: block;
	border: 1px solid #fff;
}

.case-banner{
	width: 1000px;
	height: 464px;
	margin: 0 auto 50px;
	background-color: #fff;
	border-radius:1px;
	overflow: hidden;
	position: relative;
}
.case-banner .ul-wrap{
	/*width: 806px;*/
	margin: 35px auto 0;
}
.case-banner .ul-wrap li{
	position: relative;
	width: 242px;
	height: 429px;
	float: left;
	margin-right: 40px;
	background: url(../images/shadow.png) 0 220px no-repeat;
	overflow: hidden;
}
.case-banner .ul-wrap li img{
	position: relative;
	z-index: 1;
}
.case-banner .ul-wrap li p{
	text-align: center;
	font-size: 12px;
	line-height: 21px;
	color: #999;
	font-family: "SimHei";
	margin-top: 15px;
}
.case-banner .ul-wrap li p.title{
	font-size: 18px;
	color: #666;
	font-family: "Microsoft YaHei";
	margin-top: 40px;
}
.case-banner .btn{
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	top: 130px;
}
.case-banner .prev{
	left: 20px;
	background: url(../images/prev.png) 0 0 no-repeat;
}
.case-banner .next{
	right: 20px;
	background: url(../images/next.png) 0 0 no-repeat;
}

/*营销地图*/
.map{
	width: 720px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	background: url(../images/map.jpg) 0 0 no-repeat;
}
.map .provice{
	width: 720px;
	height: 600px;
	position: relative;
	z-index: 1;
}
.map .provice li{
	background: url(../images/point.png) 0 0 no-repeat;
	width: 40px;
	padding-left: 20px;
	padding-top: 15px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	color: #66625f;
	position: absolute;
	cursor: pointer;
}

.map .provice li.on{
	background: url(../images/point-hover.png) 0 0 no-repeat;
	color: #e94609;
}
.map .provice li.bj{
	background: url(../images/star.png) 0 0 no-repeat;
	width: 25px;
	height: 22px;
	padding-left: 25px;
	padding-top: 0;
}
.map .provice li.un{
	padding-top: 30px;
	padding-left: 0;
	width: 25px;
	text-align: center;
}
.map .box{
	width: 249px;
	height: 148px;
	position: absolute;
	overflow: hidden;
	background: url(../images/box-bg.png) 0 0 no-repeat;
	z-index: 2;
}
.map .box p{
	font-size: 12px;
	line-height: 20px;
	color: #66625f;
	padding:0 20px;
}
.map .box p.title{
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 5px;
}

/*解决方案*/
.solution-tab{
	width: 720px;
	height: 172px;
	margin: 0 auto;
	position: relative;
}
.solution-tab .btn{
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 3;
}
.solution-tab .prev{
	left: -22px;
	background: url(../images/prev1.png) 0 0 no-repeat;
}
.solution-tab .next{
	right: -22px;
	background: url(../images/next1.png) 0 0 no-repeat;
}
.solution-tab li{
	position: relative;
	width: 225px;
	margin-right: 23px;
}
.solution-tab .solution-bd-wrap{
	width: 720px;
	height: 172px;
	overflow: hidden;
	z-index: 1;
}
.solution-tab li img{
	position: relative;
	z-index: 1;
}
.solution-tab li p{
	position: relative;
	z-index: 2;
	margin-top: -36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: url(../images/solution-bg.png) 0 0 repeat;
}


/*联系我们*/
.contact-map{
	width: 720px;
	height: auto;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}
.mapWrap{
	width: 720px;
	height: 404px;
}
.head-com{
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0;
}
.head-com p{
	font-size: 14px;
	color: #333;
	width: 140px;
	float: left;
}
.head-com .addr-info{
	float: left;
	width: 580px;
	cursor: pointer;
}
.sub-com p{
	font-size: 14px;
	color: #333;
	width: 140px;
	float: left;
	margin-top: 20px;
}
.sub-com .addr-info-wrap{
	float: left;
	width: 580px;
}
.sub-com .addr-info{
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0;
	cursor: pointer;
}
.addr-info p{
	font-family: "SimHei";
	font-size: 14px;
	float: none;
	margin: 0;
	color: #000;
}
.company-info .addr-info span{
	width: 190px;
	display: block;
	line-height: 20px;
	float: left;
}
.company-info .addr-info span.w280{
	width: 380px;
}


/*电子报*/
.paper-wrap{
	width: 720px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
}
.paper-wrap .time{
	height: 27px;
	line-height: 27px;
	font-size: 18px;
	color: #000;
	position: relative;
}
.paper-wrap .time h2{
	text-align: center;
}
.paper-wrap .time .prev{
	height: 27px;
	width: 101px;
	color: #fff;
	line-height: 27px;
	text-indent: 20px;
	background: url(../images/next-term.jpg) 0 0 no-repeat;
	position: absolute;
	display: block;
	right: 0;
	top: 0;
}
.paper-wrap .time .next{
	height: 27px;
	width: 101px;
	color: #fff;
	line-height: 27px;
	text-indent: 40px;
	background: url(../images/prev-term.jpg) 0 0 no-repeat;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}
.paper-wrap .void{
	border: 1px solid #2fadb6;
	height: auto;
	min-height: 60px;
	position: relative;
	margin-top: 50px;
	font-size: 18px;
}
.paper-wrap .void span{
	width: 73px;
	height: 26px;
	background: url(../images/void.jpg) 0 0 no-repeat;
	color: #fff;
	text-align: center;
	position: absolute;
	display: block;
	left: -1px;
	top: -26px;
}
.paper-con-wrap{
	margin-top: 35px;
	height: 460px;
	position: relative;
}
.paper-img{
	position: absolute;
	width: 283px;
	height: auto;
	left: 0;
	top: 0;
}
.paper-img img{
	border: 1px solid #2fadb6;
	width: 281px;
	height: 411px;
	/*
	cursor: url("http://img.t.sinajs.cn/t5/style/images/common/big.cur"), auto !important;
	*/
	
}
.paper-img .page-title{
	font-size: 16px;
	color: #17919a;
	height: 27px;
	line-height: 27px;
	position: relative;
	margin-top: 15px;
}
.paper-img .page-title a.down{
	width: 87px;
	height: 27px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	color: #fff;
	background: url(../images/download-paper.jpg) 0 0 no-repeat;
}
.paper-con{
	border: 1px solid #2fadb6;
	width: 281px;
	height: 411px;
	position: absolute;
	right: 0;
	top: 0;
	height:411px; overflow:auto;
}
.pagelist{
	width: 154px;
	height: auto;
	position: absolute;
	top: 0;
	left: 283px;
	text-align: center;
	line-height: 37px;
	font-size: 16px;
	color: #17919a;
}
.pagelist li{
	height: 37px;
	cursor: pointer;
}
.pagelist li.on{
	color: #fff;
	background-color: #2fadb6;
}
.paper-con .paper-con-list{
	line-height: 30px;
	font-size: 14px;
}
.paper-con .paper-con-list li{
	height: 30px;
	overflow: hidden;
	width: 235px;
	padding-left: 24px;
	background: url(../images/point1.jpg) 11px 14px no-repeat;
}
.paper-con .paper-con-list li a{
	color: #595959;
}
.paper-con .paper-con-list li a:hover{
	text-decoration: underline;
}




/*遮罩层*/
.layout{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity:0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
	-ms-filter: alpha(opacity=50);
}
.img-box{
	width: 95%;
	height: auto;
	position: absolute;
	z-index: 3;
	top: 20px;
	left: 0;
	display: none;
	background-color: #fff;
}
.img-box img{
	width: 100%;
	height: auto;
	cursor: url("http://img.t.sinajs.cn/t5/style/images/common/small.cur"), auto !important;
}

/*发展历程*/
.develop-wrap{
	width: 720px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	font-family: "SimHei";
	margin-top: 50px;
}
.develop-wrap .years{
	width: 700px;
	margin: 0 auto;
	height: 50px;
	line-height: 30px;
	overflow: auto;
	position: relative;
	overflow-y: hidden;
}
.develop-wrap .years li{
	float: left;
        width: 120px;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
}
.develop-wrap .years li.on{
	font-size: 30px;
	color: #2aa8e1;
}
.event-wrap{
	margin-top: 30px;
	width: 700px;
	margin: 0 auto;
}
.event-wrap .event{

}
.event-wrap .event p.year-title{
	color: #2aa8e1;
	font-size: 60px;
	float: left;
	height: 60px;
	line-height: 60px;
	width: 150px;
	margin-top: 15px;
}
.event-wrap .event ul{
	float: left;
	width: 520px;
	margin-left:15px;
}
.event-wrap .event ul li{
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
	color: #666;
}


/*样式表重写*/
.case-banner .ul-wrap li {
	display: inline;
}
.m_show_li{
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
}
.m_show_li img{
	border: 2px solid #fff;
	width: 212px;
	height: 217px;
	border-bottom: 0;
}
.m_show_li div{
	width: 176px;
	position: absolute;
	left: 0;
	/*top: 219px;*/
	overflow: hidden;
	z-index:10;
}
.m_show_li div p.info{
	font-size: 12px;
	line-height: 15px;
	margin:15px 0px;
}
.m_show_ul .on{
	border: 1px solid #e94609;
}
.m_show_ul .on div{
	top: auto;
	bottom: 0;
	background-color: #e94609;
}
.m_show_ul .on img{
	border: 2px solid #e94609;
}
.m_show_ul .on div p{
	color: #fff;
}
.m_show_ul .on div p.info{
	color: #fcc0a9;
}
.m_r_elect_list_ul li{
	position: relative;
	overflow: hidden;
}
.m_r_elect_list_ul li img{
	position: relative;
	z-index: 1;
}
.m_r_elect_list_ul li .text{
	width: 225px;
	height: 50px;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	background: url(../images/solution-bg.png) 0 0 repeat;
}
.m_r_elect_list_ul li .hover{
	background: url(../images/hover1.png) 0 0 no-repeat;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 225px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	height: 172px;
	display: none;
}
.jiathis_counter_style{
	display: none;
}

.s_e_d_menu .jiathis_style_32x32 {
    position: absolute;
    right: 0;
    top: 20px;
}
.s_e_d_menu .jiathis_style_32x32 .jiathis_separator{
	display: none!important;
}
.s_e_d_menu .jiathis_style_32x32 .jtico{
	height: 19px;
    margin-left: 5px;
    width: 20px;
    padding-left: 0!important;
}
.s_e_d_menu .jiathis_style_32x32 .jtico_weixin{
    background: url(../images/b59.png) no-repeat scroll center center;
}
.s_e_d_menu .jiathis_style_32x32 .jtico_tsina{
    background: url(../images/b60.png) no-repeat scroll center center;
}
.s_e_d_menu .jiathis_style_32x32 .jtico_tqq{
    background: url(../images/b61.png) no-repeat scroll center center;
}
.s_e_d_menu .jiathis_style_32x32 .jtico_douban{
    background: url(../images/b62.png) no-repeat scroll center center;
}




/*top---------------------------------------------------------------------------------------------------------------------------*/
.head_h_r_fx a.wy_login,.head_h_r_fx a.wy_zhuce,.wy_sp_line {
	float: left;
	color: #cbcbcb;
}
.wy_sp_line {
	padding: 0 8px;
}
.wy_zhuce {
	padding-right: 30px;
}
.head_h_l a.wy_a_chinese {
	color: #333;
}
/*bottom---------------------------------------------------------------------------------------------------------------------------------------------------*/
.wy_bot {
	width: 1000px;
	margin: 0 auto;
}
.bottom_b_l {
	float: left;
	width: 120px;
}
.bottom_b_l_ul {
	margin-top: 33px;
}
.bottom_b_l_ul li {
	height: 45px;
}
.bottom_b_l_ul span {
	float: left;
	width: 46px;
	height: 40px;
}
.bottom_b_l_ul a {
	float: left;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}
.wy_sp1 {
	background: url(../images/wy_15.png) no-repeat;
	width: 28px;
	height: 15px;
	margin-top: 4px;
}
.wy_sp2 {
	background: url(../images/wy_16.png) no-repeat;
	width: 22px;
	height: 22px;
}
.wy_sp3 {
	background: url(../images/wy_17.png) no-repeat;
	width: 22px;
	height: 24px;
}
.wy_sp4 {
	background: url(../images/wy_18.png) no-repeat;
	width: 17px;
	height: 26px;
}
.bottom_b_r {
	float: right;
	width: 460px;
}
.bottom_b_r_1 {
	margin-top: 33px;
}
.bottom_b_r_1 p {
	float: left;
	width: 190px;
	height: 22px;
	margin-left: 70px;
	display: inline;
}
.wy_sp5 {
	float: left;
	background: url(../images/wy_20.png) no-repeat;
	width: 12px;
	height: 14px;
}
.wy_sp6 {
	float: right;
	background: url(../images/wy_19.png) no-repeat;
	width: 175px;
	height: 13px;
}
.bottom_b_r_1 div {
	position: relative;
}
.wy_int {
	float: right;
	background: url(../images/wy_21.png) no-repeat;
	width: 142px;
	height: 22px;
	color: #959595;
	text-align: center;
}
.wy_sp7 {
	position: absolute;
	right: 10px;
	top: 9px;
	background: url(../images/wy_22.png) no-repeat;
	width: 8px;
	height: 4px;
}
.bottom_b_r_2 {
	margin-top: 65px;
}
.bottom_b_r_2 p {
	float: right;
	width: 230px;
	padding-left: 230px;
}
.bottom_b_r_2 p a {
	float: left;
	color: #cccccc;
	font-size: 12px;
	padding-left: 9px;
	font-weight: bold;
}
.bottom_b_r_2 p.wy_p1 {
	width: 174px;
	padding-left: 286px;
}
.bottom_b_r_3 {
	width: 460px;
	text-align: right;
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
}
/*show_01---------------------------------------------------------------------------------------------------------------------------------------------*/
.main_now a {
	font-size: 12px;
}

.m_show_top_l a {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -66px;
	margin-top: -18px;
	width: 133px;
	height: 35px;
	color: #fff;
	font-size: 16px;
	background: url(../images/wy_02.png) no-repeat;
	text-align: center;
	line-height: 35px;
}
.wy_yinying {
	height: 41px;
	width: 920px;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: absolute;
	left: 0;
	bottom: 0;
}
.wy_wenzi {
	height: 41px;
	width: 920px;
	line-height: 41px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
}
.m_show_m_l {
	height: 49px;
	line-height: 49px;
	width: 886px;
	background: #e94609;
	padding: 0 15px 0 19px;
}
.m_show_m_l h2 {
	float: left;
	color: #fff;
	font-size: 24px;
}
.m_show_m_l a {
	float: right;
	color: #fff;
	font-size: 12px;
}
.m_show_li p {
	text-align: center;
	overflow: hidden;
}
.m_show_ul {
	position: relative;
}
.wy_div_shimg {
	margin-top: 18px;
}

/*2015-0202*/
.tabDiv .tabBox .div2{ line-height:25px;}
