/*top*/
.topWrap{
	width: 100%; 
	height: 80px;
	position: relative;
	z-index: 99;
}
.top{
	position: relative;
	height: 80px;
}
.top .logo{
	display: block;
	float: left;
	margin-top: 10px;
}
.g-wrap {
	position:relative;
	margin:0 auto;
	width:1200px;
	height:100%;
	overflow:hidden;
}
#subNav .g-wrap {
	overflow:visible;
}
#header {
	position:relative;
	z-index:5;
	height:79px;
	background-color:#fff;
}
#logo {
	position:absolute;
	top:26px;
	left:1px;
	width:151px;
	height:26px;
	background:url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/header/logo.png) no-repeat 0 0;
}
/*nav*/
#nav {
	position:absolute;
	top:0;
	right:120px;
	z-index:4;
	height: 80px;
	overflow:hidden;
}
#nav li {
	float:left;
	height:100%;
	-webkit-transition:background-color 700ms;
	transition:background-color 700ms;
}
#nav li {
	width: 100px;
}
#nav li a {
	position:relative;
	z-index:2;
	display:block;
	width:100%;
	height:100%;
	font-weight:bold;
	font-size:14px;
	line-height:80px;
	text-align:center;
	color:#505050;
	-webkit-transition:color 200ms;
	transition:color 200ms;
}
#nav li a.on {
	color:#fff;
}
#nav li a span {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
	height:100%;
}
#nav li a .bkg {
	top:100%;
	z-index:1;
	background:#004098;
	-webkit-transition:top 200ms;
	transition:top 200ms;
}
#nav li a.on .bkg,#nav li a:hover .bkg {
	top:0;
}
#content {
	position:relative;
	overflow:hidden;
	width: 100%;
	min-width: 1200px;
}
#subNav {
	position:absolute;
	top:0;
	left:0px;
	z-index:4;
	width:100%;
	min-width: 1200px;
	height:46px;
}
#subNav .g-wrap .item {
	position:absolute;
	top:-300%;
	width:100%;
	height:auto;
	background:#2f2f2f;
	overflow:hidden;
	-webkit-transition:top 300ms;
	transition:top 300ms;
}
#subNav .g-wrap .item1 {
	width: 720px;
	left: 480px;
}
#subNav .g-wrap .item2 {
	width: 620px;
	left: 580px;
}
#subNav .g-wrap .item3 {
	width: 520px;
	left: 680px;
}
#subNav .g-wrap .item4 {
	width: 420px;
	left: 780px;
}
#subNav .g-wrap .item5 {
	width: 320px;
	left: 880px;
}
#subNav .g-wrap .item6 {
	width: 320px;
	left: 880px;
}
#subNav .g-wrap .nwmenu .nwmenu-list li a:hover {
	color:#f63b34;
}
#subNav .g-wrap .on {
	top:0;
	z-index:2;
}
#subNav .g-wrap .item a {
    display:block;
	float:left;
	padding:0 16px;
	font-weight:bold;
	font-size:14px;
	line-height:46px;
	color:#d0d0d0;
	-webkit-transition:color 300ms;
	transition:color 300ms;
}
#subNav .g-wrap .item a:hover {
	color:#1154b0;
}
#subNav .g-wrap .item #on {
	color:#1154b0;
}
#search{
	width: 120px;
	position: absolute;
	top: 0;
	right: 0;
	height: 80px;
	border-left: 1px solid #e3e3e3;
}
.btn-search{
	padding: 0 20px;
	float: left;
	display: block;
	height: 80px;
}
.btn-search img{
	margin-top: 31px;
	display: block;
}
.searchDIV{
	right: 0;
	width: 238px;
	height: 44px;
	top: 80px;
	display: none;
	position: absolute;
	border: 8px solid #4c4a4f;
}
.searchDIV input {
    padding: 0 20px;
    width: 200px;
    height: 44px;
    line-height: 44px;
}
.maps{
	float: right;
	font-size: 14px;
	display: block;
	color: #505050;
	float: right;
	line-height: 80px;
	font-weight:bold;
}
.maps_en{
	float: left;
	font-size: 14px;
	display: block;
	color: #505050;
	float: right;
	line-height: 80px;
}

.en_cnDIV{
	right: 0;
	width: 138px;
	height: 44px;
	top: 80px;
	display: none;
	position: absolute;
	border: 8px solid #2f2f2f;
	background-color:#2f2f2f;
}
.en_cnDIV a{
	font-weight:bold;
	height:44px;
	line-height:44px;
	 margin-left:16px;	
	 color:#CCC;
	}
	
.en_cnDIV a:hover{
	font-weight:bold;
	color:#1154b0;	
		}

/*banner*/
#banner {
	position:relative;
	z-index:2;
	width:100%;
	overflow:hidden;
}
#banner .pics {
	position:relative;
	width:100%;
	height:100%;
}
#banner .pics li {
	display:none;
	z-index:2;
	width:100%;
	height:100%;
	background:no-repeat center 0;
}

#banner .pics .b1 {
	display:list-item;
}
#banner .btns a {
	position:absolute;
	top:50%;
	z-index:4;
	margin-top:-25px;
	width:50px;
	height:50px;
	-ms-transition:left 400ms,right 400ms;
	transition:left 400ms,right 400ms;
	-webkit-transition:left 400ms,right 400ms;
	-moz-transition:left 400ms,right 400ms;
	-o-transition:left 400ms,right 400ms;
}
#banner .btns .prev {
	left:-50px;
}
#banner .btns .next {
	right:-50px;
}
#banner .btns .prev.on {
	left:120px;
}
#banner .btns .next.on {
	right:120px;
}
#banner .btns a span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-ms-transition:-ms-opacity 300ms;
	transition:opacity 300ms;
	-webkit-transition:-webkit-opacity 300ms;
	-moz-transition:-moz-opacity 300ms;
	-o-transition:-o-opacity 300ms;
	cursor:pointer;
}
#banner .btns a span.off {
	-webkit-opacity:1;
	opacity:1;
	display:block\9;
}
#banner .btns a span.on {
	-webkit-opacity:0;
	opacity:0;
	display:none\9;
}
#banner .btns .prev .off {
	background:url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/prev.png) no-repeat 0 0;
}
#banner .btns .prev .on {
	background:url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/prev_on.png) no-repeat 0 0;
}
#banner .btns .next .off {
	background:url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/next.png) no-repeat 0 0;
}
#banner .btns .next .on {
	background:url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/next_on.png) no-repeat 0 0;
}
#banner .btns a:hover .off {
	-webkit-opacity:0;
	opacity:0;
	display:none\9;
}
#banner .btns a:hover .on {
	-webkit-opacity:1;
	opacity:1;
	display:block\9;
}
#banner .g-wrap {
	position:absolute;
	left:50%;
	bottom:0;
	z-index:2;
	margin-left:-600px;
	width:1200px;
	height:30px;
	overflow:hidden;
}
#banner .g-wrap .idxs {
	float:left;
	height:100%;
	margin-left: 552px;
}
#banner .g-wrap .idxs li {
	float:left;
	margin:30px 7px 0 0;
	width:10px;
	height:10px;
	border-radius:13px;
	border:1px solid #fff;
	cursor:pointer;
	-ms-transition:background-color 1000ms,margin-top 500ms,border-color 1000ms;
	transition:background-color 500ms,margin-top 500ms;
	transition:background-color 1000ms,margin-top 500ms,border-color 1000ms;
	-webkit-transition:background-color 1000ms,margin-top 500ms,border-color 1000ms;
	-moz-transition:background-color 1000ms,margin-top 500ms,border-color 1000ms;
	-o-transition:background-color 1000ms,margin-top 500ms,border-color 1000ms;
}
#banner .g-wrap .idxs li.on {
	background-color:#004098;
	border-color:#004098;
}
.bancon{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 28%;
	left: 50%;
	margin-left: -600px;
}
.bancon h2{
	font-size: 30px;
}
.bancon p{
	font-size: 18px;
	padding: 10px 0;
}
.bancon a{
	display: block;
	font-size: 16px;
	color: #004098;
	border-radius: 8px;
	height: 44px;
	line-height: 44px;
	width: 160px;
	text-align: center;
	margin: 10px auto;
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/ico9.png);
}
.bancon a:hover{
	color: #fff;
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/ico8.png);
}
/*@media only screen and (min-width: 1680px) and (max-width: 1700px) {
	#banner{
		height: 366px;
	}
	.bancon{
		top: 26%;
	}
}
@media only screen and (min-width: 1439px) and (max-width: 1679px) {
	#banner{
		height: 314px;
	}
	.bancon{
		top: 20%;
	}
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
	#banner{
		height: 296px;
	}
	.bancon{
		top: 20%;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
	#banner{
		height: 280px;
	}
	.bancon{
		top: 20%;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	#banner{
		height: 224px;
	}
	.bancon{
		top: 14%;
	}
}
@media only screen and (min-width: 1024px) {
	#banner .pics li.b1{
		background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/banner.jpg) no-repeat center center;
		background-size: 100%;
	}
	#banner .pics li.b2{
		background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/banner_2.jpg) no-repeat center center;
		background-size: 100%;
	}
	#banner .pics li.b3{
		background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/banner_3.jpg) no-repeat center center;
		background-size: 100%;
	}
	#banner .pics li.b4{
		background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/banner_4.jpg) no-repeat center center;
		background-size: 100%;
	}
	#banner .pics li.b5{
		background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/banner.jpg) no-repeat center center;
		background-size: 100%;
	}
}
@media only screen and (max-width: 1023px) {
	#banner .pics li.b1{
		background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/banner.jpg) no-repeat center center;
		background-size: cover !important;
	}
	#banner .pics li.b2{
		background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/banner_2.jpg) no-repeat center center;
		background-size: cover !important;
	}
	#banner .pics li.b3{
		background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/banner_3.jpg) no-repeat center center;
		background-size: cover !important;
	}
	#banner .pics li.b4{
		background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/banner_4.jpg) no-repeat center center;
		background-size: cover !important;
	}
	#banner .pics li.b5{
		background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/banner.jpg) no-repeat center center;
		background-size: cover !important;
	}
}*/

/*news*/
.newsWrap{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	color: #505050;
}
.txtScroll-top .infoList li{ 
	height: 60px;
	line-height: 60px;
}
.txtScroll-top .infoList li img{
	display: block;
	float: left;
	margin: 20px 10px 0 0;
}
.txtScroll-top .infoList li a{
	display: block;
	float: left;
	color: #505050;
	font-weight: bold;
	margin-right: 16px;
}
.txtScroll-top .infoList li .date{ 
	float:left; 
	color:#9b9b9b;  
}

/*工业*/
.title{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.title:before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 20px;
	background-color: #004098;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 10px;
}
.industry{
	margin-bottom: 50px;
}
.industry ul{
	font-size: 0;
}
.industry li{
	display: inline-block;
	margin: 0 3px;
	position: relative;
}
.industry li a{
    display: block;
    width: 100%;
    height:100%;
}
.industry li .tit-box{
	display: block;
	position: absolute;
	left:0;
	top:0;
	right: 0;
	bottom: 0;
	font-size: 18px;
	color:#fff;
}
.industry li .tit-box > p{
	line-height: 165px;
	text-align: center;
}
.industry li .tit-box div{
	text-align: center;
	display: none;
}
.industry li .tit-box div var{
	display: block;
	width: 63px;
	height:61px;
	text-align: center;
	margin: 30px auto 0;
}
.industry li .tit-box div var.i1{
	background: url("/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/icon1.png") no-repeat;
	background-size: contain;
}
.industry li .tit-box div var.i2{
	background: url("/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/icon2.png") no-repeat;
	background-size: contain;
}
.industry li .tit-box div var.i3{
	background: url("/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/icon3.png") no-repeat;
	background-size: contain;
}
.industry li .tit-box div var.i4{
	background: url("/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/icon4.png") no-repeat;
	background-size: contain;
}
.industry li .tit-box div i{
	display: block;
	width: 32px;
	height: 2px;
	background-color: #fff;
	margin: 10px auto;
}
/**/

/*contain*/
.containl{
	float: left;
	display: block;
	padding: 8px;
	background: #e0e2e4;
}
.containr{
	/*width: 650px;*/
	width: 621px;
}
.con_menu{
	width: 100%;
	height: 40px;
	line-height: 38px;
	background: #ececec;
	font-size: 16px;
	color: #505050;
	font-weight: bold;
}
.con_menu li {
	float: left;
	border-top: 2px solid #ececec;
	width: 100px;
	cursor: pointer;
	margin-right: 37.5px;
	text-align: center;
}
.con_menu li.marr{
	float: right;
	margin-right: 0;
}
.con_menu .selected {
	color: #004098;
	border-top: 2px solid #004098;
}
.con_box ul li{
	height: 46px;
	line-height: 46px;
	*height: 42px;
	*line-height: 42px;
	border-bottom: 1px dashed #e3e3e3;
}
.con_box ul li.marr{
	border-bottom: 0;
}
.con_box ul li a{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #505050;
	cursor: pointer;
}
.con_box ul li a:hover{
	color: #004098;
}
.con_box ul li a span{
	display: block;
	float: left;
	width: 536px;
	text-indent: 12px;
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/ico11.png) no-repeat left center;
}
.con_box ul li a em{
 	display: block;
 	float: left;
 	color: #9b9b9b;
}
/*手机分销*/
.phoneWrap{
	margin-top: 30px;
	width: 100%;
	height: 165px;
	background: #e0e2e4;
}
.phones{
	height:165px;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.phones ul li{
	list-style:none;
	width:56px;
	height:165px;
	float:left;
	position: relative;
}
.phones ul li p{
	font-size: 16px;
	color: #fff;
	line-height: 165px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	display: none;
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/ico12.png);
}
.phones ul li:hover p{
	display: block;
}
.phones .l1{
	width: 377px;
	background:url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/pic25.jpg) no-repeat;
}
.phones .l4{
	background:url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/pic34.jpg) no-repeat;
	width: 377px;
}
.phones .l3{
	background:url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/pic21.jpg) no-repeat;
	width: 191px;
}
.phones .l2{
	background:url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/pic22.jpg) no-repeat;
	width:255px;
}


/*footer*/
.footerWrap{
	width: 100%;
	border-top: 1px solid #e3e3e2;
}
.reference{
	height: 78px;
	line-height: 78px;
	font-weight: bold;
	border-bottom: 1px solid #e3e3e2;
}
.reference .refer{
	overflow: hidden;
}
.reference .conLeft{
	padding-bottom: 0;
	color:#666;
	font-size:14px;
	
}
.reference .conLeft a{
	display: inline-block;
	color: #505050;
	font-weight: bold;
	padding-right: 6px;
	font-size: 12px;
}
.reference .conRight{
	color: #003e8d;
	background: #e0e1e3;
	width: 379px;
	height: 76px;
	line-height: 76px;
	overflow: hidden;
	border-top: 2px solid #003e8d;
}
.reference .conRight a{
	display: inline-block;
	font-size: 14px;
	color: #003e8d;
	float: left;
	text-align: center;
width: 25%;
	/*width: 24.9%;*/
	font-weight: bold;
	position: relative;
}
.reference .conRight a b{
	position: absolute;
	right: 0;
	top: 0;
	color: #003e8d;
	font-weight: normal;
}
.reference .conRight a:hover{
	color: #166ddc;
}
.copy{
	float: right;
	width: 360px;
	padding: 20px 0 20px 19px;
	height: 37px;
	height: 40px;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
	color: #4b4b51;
	position: relative;
	border-left: 1px solid #e3e3e2;
}
.copy img{
	display: block;
	position: absolute;
	right: 0;
	top: 24px;
}

/*董事长致辞*/
.n_ban{
	width: 100%;
}
.n_ban img{
	display: block;
	width: 100%;
}
/*内页导航*/
.nnavWrap{
	height: 72px;
	line-height: 72px;
	border-bottom: 1px solid #e3e3e2;
}
.n_navl img{
	display: block;
	float: left;
	margin: 30px 0 0;
}
.n_navl a{
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 0 8px;
	color: #505050;
}
.n_navl a:hover, .reference .conLeft a:hover{color: #004098;}
.n_navl em{
	display: block;
	float: left;
	width: 3px;
	height: 6px;
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/ico2.png) no-repeat;
	margin: 33px 0 0;
}
.n_navr a{
	display: block;
	float: right;
	font-size: 12px;
	height: 72px;
	line-height: 72px;
	color: #505050;
	font-weight: bold;
	margin-left: 46px;
	position: relative;
}
.n_navr a b{
	display: block;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.n_navr a:hover b,
.n_navr a.cur b{
	width: 48px;
	background: #004098;
}
/*内页主体部分*/
.ncontain{
	width: 100%;
	height: auto;
	min-width: 1200px;
}
.conLeft{
	width: 820px;
	border-right: 1px solid #e3e3e2;
	padding-bottom: 26px;
}
.president{
	color: #9b9b9b;
	padding-right: 24px;
}
.president h2{
	font-size: 18px;
	color: #505050;
	padding: 20px 0 36px;
}
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}/*前/后按钮代码 */
.slideBox .prev,
.slideBox .next {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -33px;
	width: 36px;
	height: 66px;
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/left1.png) 0 0 no-repeat;
}
.slideBox .next {
	left: auto;
	right: 0;
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/right1.png) 0 0 no-repeat;
}
.president h3{
	font-weight: normal;
	font-size: 18px;
	margin-top: 36px;
}
.president p{
	line-height: 24px;
}
.president h4{
	font-weight: normal;
	text-align: right;
}
.conRight{
	width: 360px;
}
.conRight .img{
	display: block;
	margin-top: 20px;
	position: relative;
	color: #fff;
	font-size: 18px;
	width: 100%;
}
.conRight .img img{
	display: block;
	width: 100%;
}
.conRight .img p{
	position: absolute;
	bottom: 0;
	padding: 0 20px;
	width: 320px;
	left: 0;
	height: 54px;
	line-height: 54px;
}
.conRight .img1 p{
	text-align: left;
}
.conRight .img2 p{
	text-align: right;
}
/*公司架构*/
.corporate{
	padding-right: 20px;
}
.corporate h2{
	font-size: 18px;
	color: #505050;
	text-align: center;
	padding: 26px 0;
}
.corporate p{
	margin-top: 20px;
	font-size: 12px;
	color: #505050;
	line-height: 30px;
}
.corporate img{
	display: block;
	margin: 0 auto;
}
.more{
	width: 100%;
	height: 45px;
	display: block;
	margin: 20px 0 0;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
	background:  #ececec url(../img/more.png) no-repeat center center;
}
.more:hover{background: #004098 url(../img/moreh.png) no-repeat center center;}
/*关注尊龙凯时*/
.focus{
	padding-right: 20px;
}
.focus .f_ban{
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
.focus .f_ban img{
	display: block;
	width: 100%;
}
.focus .f_ban h2{
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 120px;
	margin-left:550px;
}
.focus .f_ban p{
	position: absolute;
	left: 0;
	top: 170px;
	margin-left:550px;
}
.focus .chat h2{
	font-size: 18px;
	color: #505050;
	height: 64px;
	line-height: 64px;
}
.focus .chat ul li{
	width: 368px;
    height:120px;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
	background: #f2f2f0;
}
.focus .chat ul li.marr{
	float: right;
}
.focus .chat ul li img{
	display: block;
	float: left;
}
.focus .chat ul li .wen{
	float: left;
    width:220px;
	font-size: 10px;
	color: #505050;
	margin: 10px 0 0 24px;
}
/*治理团队*/
.management{
	padding-right: 20px;
}
.management ul li{
	width: 100%;
	height: 232px;
	margin: 20px 0 10px;
	background: #ececec;
}
.management ul li img{
	display: block;
	float: left;
	width: 184px;
}
.management ul li .wen{
	float: left;
	width: 580px;
	margin: 66px 0 0 20px;
	color: #505050;
}
.management ul li .wen h2{
	font-size: 16px;
}
.management ul li .wen p{
	font-size: 12px;
	line-height: 22px;
	margin-top: 6px;
}
/*公司先容*/
.introduction{
	padding-right: 20px;
	padding-bottom: 30px;
}
.introduction h2{
	font-size: 72px;
	font-weight: normal;
	color: #e5e5e4;
	margin-top: 20px;
	line-height: 62px;
}
.introduction h3{
	font-size: 22px;
	color: #505050;
}
.introduction h4{
	font-size: 18px;
	color: #505050;
	margin-top: 6px;
}
.introduction h5{
	font-size: 18px;
	color: #004098;
	margin-top: 20px;
}
.introduction p{
	font-size: 14px;
	color: #505050;
	margin-top: 20px;
	line-height: 28px;
}
.introduction img{
	display: block;
	margin: 20px auto 0;
	max-width: 100%;
}
/*媒体报道*/
.media{
	padding-right: 20px;
	margin-top: 20px;
}
.media .media_tp{
	padding-bottom: 30px;
}
.media .media_tpl{
	width: 360px;
}
.media .media_tpl h2{
	font-size: 26px;
	color: #3f7dd3;
	font-weight: normal;
}
.media .media_tpl h3{
	font-size: 18px;
	color: #505050;
	margin-top: 20px;
}
.media .media_tpl p{
	font-size: 12px;
	color: #505050;
}
.media .media_tpr{
	margin-top: 18px;
	margin-right:60px;
}
.media_bm li{
	width: 100%;
	padding: 30px 0;
	cursor: pointer;
	border-top: 1px solid #e3e3e3;
}
.media_bm li:hover{background: #e3e3e3;}
.time{
	float: left;
	font-size: 16px;
	color: #505050;
	padding: 20px 12px;
	background: #e0e1e3;
}
.time strong{
	display: block;
	font-size: 30px;
	color: #004098;
	font-weight: normal;
}
.media_bm li .wen{
	float: right;
	width: 684px;
	color: #505050;
	font-size: 12px;
	line-height: 26px;
}
.media_bm li .wen .tit,
.group_tpr .tit{
	font-size: 16px;
	color: #505050;
	font-weight: bold;
}
.media_bm li .wen h4,
.group_tpr h4{
	font-weight: normal;
}
/*集团动态*/
.group{
	margin-top: 20px;
}
.group_tp{
	padding-bottom: 130px;
	padding-right: 20px;
	border-bottom: 1px solid #e3e3e3;
}
.group_tpr .tit:hover,
.group_bm .group_bml .wen .tit:hover,
.group_bm .group_bmr a:h{
	color: #004098;
}
.group_tpr{
	width: 684px;
	float: right;
	font-size: 12px;
	line-height: 24px;
}
.group_tpr .con{
	margin-top: 36px;
}
.group_tpr .con img{
	display: block;
	margin: 10px 0;
}
.group_bm .group_bmr{
	border-left: 1px solid #e3e3e3;
}
.group_bm .group_bml,
.group_bm .group_bmr{
	width: 50%;
	float: left;
	padding-top: 32px;
	margin-left: -1px;
}
.group_bm .group_bml .wen{
	float: right;
	width: 290px;
	color: #505050;
}
.group_bm .group_bml .wen .tit{
	font-weight: bold;
	color: #505050;
	font-size: 18px;
	color: #505050;
}
.group_bm .group_bml .wen p{
	font-size: 12px;
	margin-top: 40px;
}
.group_bm .group_bml .wen .detail{
	font-size: 12px;
	color: #004098;
}
.group_bm .group_bml .wen .detail font{
	font: 14px/12px consolas;
	display: inline-block;
	padding-left: 4px;
}
.group_bm .group_bmr h2{
	font-weight: bold;
	color: #505050;
	font-size: 18px;
	color: #505050;
	padding: 0 0 16px 24px;
}
.group_bm .group_bmr a{
	display: block;
	font-size: 12px;
	color: #9b9b9b;
	line-height: 24px;
	padding-left: 24px;
}
/*研究报告*/
.report{
	padding-right: 20px;
}
.report_tp{
	background: #004098;
	margin-top: 20px;
}
.tab_menu{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #023375;
	font-size: 16px;
	color: #fff;
}
.tab_menu li {
	float: right;
	padding: 0 26px;
	cursor: pointer;
}
.tab_box {
	padding: 40px 0;
}
.tab_menu .selected {
	background: #004098;
}
.hide {
	display: none;
}
.tab_box table{
	width: 710px;
	margin: 0 auto;
}
.tab_box table tr th{
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-align: left;
}
.tab_box table tr td{
	font-size: 24px;
	color: #c4a18e;
	padding: 16px 0;
}
.tab_box table tr td strong{
	display: block;
	font-size: 36px;
	color: #12c365;
}
.tab_box p{
	font-size: 12px;
	color: #fff;
	width: 710px;
	margin: 0 auto;
}
.report_bm{
	margin-top: 30px;
}
.report_bm li {
	position: relative;
}
.report_bm li .wen{
	float: left;
	width: 624px;
	margin: 16px 0 0 16px;
}
.report_bm li .download{
	position: absolute;
	right: 10px;
	top: 64px;
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/ico3.png) no-repeat;
	width: 25px;
	height: 25px;
}
.report_bm li:hover .download{background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/ico4.png) no-repeat;}
/*生长历程*/
.history{
	background: #3258a5;
}
.content{
	position: relative;
}
.history h3{
	font-size: 80px;
	color: #284e9b;
	font-weight: normal;
	line-height: 70px;
	padding: 10px 0;
	position: absolute;
	left: 0;
	top: 0;
}
.history h4{
	font-size: 30px;
	color: #91a9d0;
	position: absolute;
	left: 0;
	top: 90px;
	font-weight: normal;
}
.historys{
	width: 100%;
	height:790px;
	position: relative;
}
.historys .his_con{
	float: left;
	/**width: 240px;**/
	
	width: 171px;
	position: absolute;
	bottom: 0;
	color: #91a9d0;
	font-size: 14px;
	border-left: 1px solid #fff;
}
.historys .his_con1{left: 0;}
.historys .his_con2{left: 171px;}
.historys .his_con3{left: 342px;}
.historys .his_con4{left: 513px;}
.historys .his_con5{left: 684px;}
.historys .his_con6{left: 855px;}
.historys .his_con7{left: 1026px;}

.historys .his_con i{
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	left: -6px;
	top: -12px;
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/ico5.png) no-repeat;
}
.historys .his_con h2{
	font-size: 18px;
	padding: 28px 4px;
	font-weight: normal;
}
.historys .his_con p{
	padding: 0 17px 25px;
}
.historys .his_con h2 strong{
	display: block;
	font-weight: normal;
	line-height: 32px;
	font-size: 36px;
}
.adv{
	display: block;
	width: 100%;
	margin: 40px 0;
}

/*员工生涯*/
.life{
    background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/datu.jpg) no-repeat top center;
}

/*执法声明*/
.container{
	height: 700px;
	margin-bottom: 42px;
	position: relative;
}
.law{
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/bg1.jpg) no-repeat top center;
}
.container h2{
	font-size: 18px;
	color: #004098;
	padding: 0 32px;
	left: 0;
	position: absolute;
	top: 134px;
}
.container p{
	font-size: 12px;
	color: #505050;
	padding: 0 32px;
	left: 0;
	line-height: 22px;
	position: absolute;
	top: 180px;
}
/*尊龙凯时声誉*/
.honours{
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/bg2.jpg) no-repeat top center;
}
/*移动转售*/
.mobile{
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/bg3_1.jpg) no-repeat top center;
}
.internet{
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/bg4.jpg) no-repeat top center;
}
.mobile h2{
	top: 96px;
}
.mobile p{
	top: 140px;
}
.container .map{
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/ico6.png);
	border-radius: 5px;
	position: absolute;
	top: 320px;
	left: 0;
	padding: 30px 0;
	width: 100%;
}
.container .map img{
	display: block;
	float: left;
	margin: 0 32px;
}
.container .map .wen{
	float: left;
	margin: 10px 0 0 40px;
	width: 760px;
	color: #505050;
}
.container .map .wen h3{
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 20px;
}
.container .map .wen span{
	padding-right: 20px;
}
.container .map .wen strong{
	display: inline-block;
	font-size: 48px;
	font-weight: normal;
}
.container .map .wen h4{
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 10px;
}
/*手机分销*/
.distribution{
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/bg5_1.jpg) no-repeat top center;
}
.distribution h2{
	top: 50px;
}
.distribution p{
	top: 96px;
}
.address{
	position: absolute;
	top: 170px;
	left: 32px;
}
.address li{
	overflow: hidden;
	margin-top: 16px;
}
.address li a{
	display: block;
	font-size: 14px;
	color: #505050;
	width: 100px;
	float: left;
	text-align: left;
	font-weight: bold;
}
/*其他工业*/
.others{
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/bg6.jpg) no-repeat top center;
}
/*彩票工业*/
.lottery{
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/bg7.jpg) no-repeat top center;
}
/*加入尊龙凯时*/
.join{
	height: 700px;
	margin-bottom: 42px;
	position: relative;
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/bg8.jpg) no-repeat top center;
}
.joinlist{
	padding-top: 250px;
}
.joinlist a{
	display: block;
	float: left;
	width: 360px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding: 76px 0;
	margin-right: 60px;
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/ico9.png);
}
.joinlist a.marr{
	float: right;
	margin-right: 0;
}
.joinlist a:hover{background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/img/ico8.png);}
.joinlist a h2{
	font-size: 24px;
	padding-bottom: 8px;
}
/*联络我们*/
.contact{
	height: 700px;
	margin-bottom: 42px;
	position: relative;
	background: url(/Template/6031469C-0AC1-4A7C-AD70-BCC3E39D2B74/temp/bg9.jpg) no-repeat top center;
}
.contactl{
	margin: 80px 0 0 30px;
	width: 390px;
	color: #505050;
	font-size: 14px;
	line-height: 24px;
}
.contactl h2{
	height: 50px;
	border-bottom: 1px solid #d8d8d8;
}
.contactl h2 span{
	height: 50px;
	line-height: 50px;
	display: inline-block;
	border-bottom: 1px solid #004098;
}
.contactl h3,
.contact_box h3{
	padding: 16px 0 4px;
}
.contactr{
	width: 740px;
	color: #505050;
	font-size: 14px;
	margin-top: 80px;
}
.contact_menu{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #505050;
	border-bottom: 1px solid #d8d8d8;
}
.contact_menu li{
	float: left;
	width: 60px;
	cursor: pointer;
	margin-right: 106px;
}
.contact_menu li.marr{
	float: right;
	margin-right: 0;
}
.contact_menu strong{
	display: inline-block;
	height: 49px;
	line-height: 49px;
	*height: 50px;
	*line-height: 50px;
	border-bottom: 1px solid #d8d8d8;
}
.contact_menu .selected strong{
	border-bottom: 1px solid #004098;
}
/*搜索效果*/
.search_con {
	padding-bottom: 50px;
}
.search_con .search_tp{
	width: 120px;
	height: 90px;
	padding: 15px 0;
	margin: 0 auto;
	background: #004098;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.search_con .search_tp img{
	display: block;
	margin: 0 auto;
}
.search_con .search_tp p{
	padding-top: 8px;
}
.search_con h5{
	font-size: 14px;
	text-align: right;
	font-weight: normal;
	color: #505050;
	padding: 50px 0 36px;
}
.search_con h5 span{
	display: inline-block;
	color: #e70e27;
}
.search_con .search_list li{
	padding: 30px 0;
	font-size: 12px;
	color: #505050;
	border-top: 1px solid #e3e3e3;
}
.search_con .search_list li a{
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.search_con .search_list li a:hover{color: #004098;}
.search_con .search_list li p{
	margin-top: 6px;
	line-height: 22px;
}
.honours-list{
	font-size: 14px;
	color: #505050;
	padding: 0 32px;
	left: 0;
	line-height: 22px;
	position: absolute;
	top: 164px;
	width: 100%;
	box-sizing:border-box;
}
.honours-list li{
	float: left;
	width: 33.33%;
}
.honours-list li strong{
	display: block;
	margin-top: 16px;
}
.honours-list li h6{
	font-weight: normal;
}
