body{
margin:0 auto;
background:url(../images/bg.gif) repeat-x;
background-color:#ffffff;
font-size:12px;
font-family:'microsoft yahei',"微软雅黑",SimSun,Verdana,Arial;
color:#666666;
}
a{blr:expression(this.onFocus=this.blur())}
:focus{outline:0;}
a{
text-transform: none;
color:#666666;
text-decoration: none;
}
a:hover {
color: #ff6600;
text-decoration: none;
}

a img{
border:none;
}

form{
margin:0;
padding:0;
}

.blank_10{
height:10px;
font-size:1px;
}
.blank_15{
height:15px;
font-size:1px;
}
.blank_20{
height:20px;
font-size:1px;
}
.blank_30{
height:30px;
font-size:1px;
}
.blank_50{
height:50px;
font-size:1px;
}
.blank_60{
height:60px;
font-size:1px;
}

.clear{
clear:both;
font-size:0;
}

.warp{
width:1200px;
margin:0 auto;
}
.sub{
width:1200px;
height:36px;
position:relative;
color:#808080;
}
.sub a{
color:#808080;
font-size:14px;
text-decoration:none;
}
.sub a:hover{
color:#088eff;
}
.sub_1{
width:500px;
height:36px;
position:absolute;
left:0;
top:0;
line-height:36px;
font-size:14px;
}

.sub_addr{
width:134px;
height:36px;
position:absolute;
left:222px;
top:0;
z-index:3;
}
.sub_addr_in{
width:134px;
height:36px;
position:relative;
}
.sub_addr_in span{
width:105px;
height:37px;
line-height:36px;
font-size:14px;
padding-left:29px;
display:block;
background:url(../images/sub_addr_downs.png) 8px 10px no-repeat;
color:#0069c2;
}
.sub_addr_li{
width:270px;
display:none;
padding:10px 0 10px 20px;
height:98px;
background-color:#fff;
border:1px solid #e6e6e6;
border-top:none;
position:absolute;
left:0;
top:37px;
}
.sub_addr_li ul{
margin:0;
padding:0;
list-style:none;
}
.sub_addr_li ul li{
width:88px;
height:32px;
float:left;
line-height:32px;
}
.sub_addr_li ul li a{
color:#666666;
font-size:14px;
text-decoration:none;
}
.sub_addr_li ul li a:hover{
color:#0067bf;
font-weight:bold;
}
.sub_addr_li ul li a.sub_a_on{
color:#0067bf;
font-weight:bold;
}

.sub_addr_in:hover span{
border-left:1px solid #e6e6e6;
border-right:1px solid  #e6e6e6;
background:url(../images/sub_addr_ups.png) 8px 10px no-repeat;
background-color:#FFF;
color:#0069c2;}

.sub_addr_in:hover .sub_addr_li{
display:block;
}

.sub_2{
width:74px;
padding-left:26px;
height:36px;
position:absolute;
left:897px;
top:0;
line-height:36px;
background:url(../images/ico_1.png) left 10px no-repeat;
}
.sub_3{
width:74px;
padding-left:26px;
height:36px;
position:absolute;
left:1017px;
top:0;
line-height:36px;
background:url(../images/ico_2.png) left 10px no-repeat;
}
.sub_4{
width:95px;
height:36px;
position:absolute;
left:914px;
top:0;
line-height:36px;
background:url(../images/ico_3.png) left 10px no-repeat;
}
.sub_5{
width:80px;
height:36px;
position:absolute;
left:1102px;
top:0;
line-height:36px;
}
.sub_wx{
width:100px;
height:100px;
position:absolute;
left:914px;
top:37px;
display:none;
z-index:999999;
}

.header{
width:1200px;
height:130px;
position:relative;
overflow:hidden;
}
.logo{
width:610px;
height:60px;
position:absolute;
left:0;
top:38px;
}

.meta{
width:232px;
background:url(../images/tel_ico.png) no-repeat;
height:38px;
line-height:38px;
padding-top:14px;
position:absolute;
right:0;
top:43px;
}
.cd-words-wrapper i{
font-style:normal;
}

.scale {
	display: inline-block
}

.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
	font-size:34px;
    color: #0067bf;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.no-js .cd-words-wrapper b {
	opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}


/* --------------------------------
xscale
-------------------------------- */

.cd-headline.scale i {
	display: inline-block;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.is-visible .cd-headline.scale i {
	opacity: 1;
}

.cd-headline.scale i.in {
	-webkit-animation: scale-up 0.6s forwards;
	-moz-animation: scale-up 0.6s forwards;
	animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
	-webkit-animation: scale-down 0.6s forwards;
	-moz-animation: scale-down 0.6s forwards;
	animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
	opacity: 1;
}

@-webkit-keyframes scale-up {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	60% {
		-webkit-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes scale-up {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}
	60% {
		-moz-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 1;
	}
}

@keyframes scale-up {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	60% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes scale-down {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
}

@-moz-keyframes scale-down {
	0% {
		-moz-transform: scale(1);
		opacity: 1;
	}
	60% {
		-moz-transform: scale(0);
		opacity: 0;
	}
}

@keyframes scale-down {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
}

.nav{
width:1200px;
height:56px;
overflow:hidden;
}
.nav ul{
margin:0;
padding:0;
list-style:none;
}
.nav ul li{
width:150px;
height:56px;
float:left;
}
.nav ul li a{
width:150px;
height:56px;
display:block;
text-align:center;
line-height:56px;
font-size:16px;
color:#fff;
text-decoration:none;
}

.banner{ position:relative; overflow:hidden; height:500px; width:100%; z-index:99;}
.index_banner{ width:2560px; position:relative; height:500px; overflow:hidden;left:50%; margin-left:-1280px;}
.index_ban_ul{ width:2560px; height:500px; overflow:hidden; z-index:0;position:relative; margin:0; padding:0; list-style:none; }
.index_ban_num{ width:100%;  position:absolute; bottom:40px; text-align: center; z-index:1;font-size:0; padding:0; }
.index_ban_num li{margin:0 5px; background: url(../images/ba_out.png) center center no-repeat; width: 12px; height: 12px; overflow: hidden; cursor: pointer;display:inline-block;  *display:inline; zoom:1;}
.index_ban_num li:hover,.index_ban_num .on{background: url(../images/ba_cur.png) no-repeat;}

.bang_num{
width:1200px;
padding-top:35px;
height:149px;
overflow:hidden;
}
.bang_num ul{
margin:0;
padding:0;
list-style:none;
}
.bang_num ul li{
width:300px;
background:url(../images/num_line.png) right top no-repeat;
float:left;
}
.bang_num ul li:last-child{
background:none;
}
.bang_num_li{
width:300px;
height:100px;
position:relative;
}
.bang_num_li_A{
font-size:60px;
color:#0067bf;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
position:absolute;
height:66px;
line-height:66px;
top:0;
}
.nsm_1{
width:82px;
left:105px;
}
.nsm_2{
width:112px;
left:88px;
}
.nsm_3{
width:112px;
left:92px;
}
.nsm_4{
width:180px;
left:59px;
}
.bang_num_li_B{
font-size:30px;
color:#0067bf;
height:28px;
line-height:28px;
font-family:Arial, Helvetica, sans-serif;
position:absolute;
width:34px;
position:absolute;
top:0;
}
.nkm_1{
left:180px;
}
.nkm_2{
left:196px;
}
.nkm_3{
left:200px;
}
.nkm_4{
left:232px;
}
.bang_num_li_C{
width:300px;
height:33px;
line-height:33px;
text-align:center;
position:absolute;
left:0;
top:67px;
font-size:20px;
color:#4c4c4c;
}

.all_entrance{
width:100%;
padding:40px 0 30px 0;
overflow:hidden;
}
.entrance{
width:1200px;
overflow:hidden;
}
.entrance ul{
margin:0;
padding:0;
list-style:none;
}
.entrance ul li{
width:240px;
height:154px;
background:url(../images/ks_line.png) right 12px no-repeat;
float:left;
}
.entrance ul li span{
width:240px;
height:92px;
display:block;
}
.entrance ul li span.entrance_ico_1{
background:url(../images/entrance_ico_1.png) center center no-repeat;
}
.entrance ul li span.entrance_ico_2{
background:url(../images/entrance_ico_2.png) center center no-repeat;
}
.entrance ul li span.entrance_ico_3{
background:url(../images/entrance_ico_3.png) center center no-repeat;
}
.entrance ul li span.entrance_ico_4{
background:url(../images/entrance_ico_4.png) center center no-repeat;
}
.entrance ul li span.entrance_ico_5{
background:url(../images/entrance_ico_5.png) center center no-repeat;
}
.entrance ul li label{
width:240px;
height:56px;
line-height:56px;
display:block;
text-align:center;
font-size:22px;
color:#0069c2;
}
/*.entrance ul li:hover span.entrance_ico_1{
background:url(../images/entrance_ico_1s.png) center center no-repeat;
}
.entrance ul li:hover span.entrance_ico_2{
background:url(../images/entrance_ico_2s.png) center center no-repeat;
}
.entrance ul li:hover span.entrance_ico_3{
background:url(../images/entrance_ico_3s.png) center center no-repeat;
}
.entrance ul li:hover span.entrance_ico_4{
background:url(../images/entrance_ico_4s.png) center center no-repeat;
}
.entrance ul li:hover span.entrance_ico_5{
background:url(../images/entrance_ico_5s.png) center center no-repeat;
}
*/.entrance ul li:hover label{
color:#0067bf;
text-decoration:underline;
font-weight:bold;
}


.all_casenew{
width:100%;
background-color:#f0f1f2;
padding:50px 0 64px 0;
overflow:hidden;
}

.cases_main{
width:1200px;
height:435px;
}
.cases_hot{
width:580px;
height:435px;
background-color:#fff;
float:left;
position:relative;
box-shadow:0 0 5px rgba(51,51,51,0.15);
}
.cases_hot_Pic{
width:580px;
height:360px;
position:absolute;
left:0;
top:0;
z-index:1;
}
.cases_hot_Pic img{
width:580px;
height:360px;
}
.cases_hot_Title{
width:500px;
padding-left:80px;
height:64px;
line-height:64px;
position:absolute;
left:0;
bottom:0;
background:url(../images/cases_hot.png) no-repeat;
z-index:2;
}
.cases_hot_Title a{
color:#1a1a1a;
font-size:16px;
text-decoration:none;
}
.cases_hot_Title a span{
color:#a9abad;
font-size:12px;
}

.cases_box{
width:590px;
float:right;
}
.casenew_T{
width:590px;
height:40px;
border-bottom:1px solid #d8d8d9;
overflow:hidden;
}
.casenew_T_l{
width:300px;
float:left;
background:url(../images/casenew_t_line.png) 134px center no-repeat;
overflow:hidden;
}
.casenew_T_l ul{
margin:0;
padding:0;
list-style:none;
}
.casenew_T_l ul li{
width:120px;
height:40px;
text-align:center;
line-height:40px;
float:left;
margin-right:29px;
font-size:18px;
color:#4c4c4c;
}
.casenew_T_l ul li.selected{
background-color:#0067bf;
color:#fff;
font-weight:bold;
}

.casenew_T_r{
width:100px;
height:40px;
padding-right:24px;
line-height:40px;
float:right;
background:url(../images/lj_more.png) right center no-repeat;
text-align:right;
}
.casenew_T_r:hover{
background:url(../images/lj_mores.png) right center no-repeat;
}
.casenew_T_r a{
font-size:14px;
color:#6c6d6d;
text-decoration:none;
}
.casenew_T_r a:hover{
color:#0067bf;
}

.cases_new{
width:590px;
height:127px;
position:relative;
}
.cases_new_title{
width:590px;
height:42px;
line-height:42px;
position:absolute;
left:0;
top:17px;
white-space:nowrap;
overflow:hidden;
text-overflow: ellipsis;
}
.cases_new_title a{
color:#1a1a1a;
font-size:22px;
text-decoration:none;
}
.cases_new_desc{
width:590px;
height:45px;
line-height:18px;
overflow:hidden;
font-size:14px;
color:#4c4c4c;
position:absolute;
left:0;
top:67px;
}
.cases_new_desc a{
color:#11be01;
font-size:14px;
text-decoration:underline;
}
.cases_new_date{
width:200px;
height:24px;
line-height:24px;
position:absolute;
left:0;
top:98px;
color:#91b1db;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}
.cases_new_more{
width:200px;
height:24px;
line-height:24px;
position:absolute;
right:0;
top:98px;
font-size:14px;
text-align:right;
}
.cases_new_more a{
font-size:14px;
color:#fff;
text-decoration:none;
}

.cases{
width:590px;
overflow:hidden;
}
.cases ul{
margin:0;
padding:0;
list-style:none;
}
.cases ul li{
width:590px;
height:35px;
float:left;
}
.cases ul li span{
width:480px;
padding-left:12px;
height:35px;
line-height:35px;
display:inline;
float:left;
white-space:nowrap;
overflow:hidden;
text-overflow: ellipsis;
background:url(../images/em.png) left center no-repeat;
}
.cases ul li span a{
font-size:16px;
color:#4c4c4c;
text-decoration:none;
}
.cases ul li label{
width:89px;
height:28px;
line-height:29px;
float:right;
display:inline;
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#848585;
}
.cases ul li:hover span{
background:url(../images/em_hover.png) left center no-repeat;
}
.cases ul li:hover span a{
color:#0067bf;
}

.all_xm{
width:100%;
background-color:#fff;
padding:60px 0 74px 0;
overflow:hidden;
}
.xm_main{
width:1200px;
height:640px;
background-color:#fff;
box-shadow:0 0 12px rgba(0,103,191,0.5);
position:relative;
}
.xm_enter{
width:480px;
padding-left:36px;
padding-top:134px;
height:302px;
background-color:#fff;
position:absolute;
left:0;
top:0;
}
.xm_enter span{
width:480px;
height:66px;
display:block;
line-height:66px;
font-size:48px;
color:#0067bf;
font-weight:bold;
}
.xm_enter label{
width:480px;
height:68px;
display:block;
line-height:45px;
font-size:30px;
color:#45494c;
}

.search{
width:400px;
height:36px;
background:url(../images/search_box.png) no-repeat;
position:relative;
}
.search_input{
width:320px;
height:36px;
position:absolute;
left:15px;
top:0x;
}
.sinput{
width:320px;
height:36px;
border:none;
line-height:36px;
color:#7e858f;
font-size:14px;
background:none;
}
.search_btn{
width:50px;
height:36px;
position:absolute;
right:0;
top:0;
}
.search_btn a{
width:50px;
height:36px;
display:block;
}

.xm_1{
width:230px;
height:200px;
position:absolute;
left:485px;
top:12px;
}
.xm_2{
width:230px;
height:200px;
position:absolute;
left:723px;
top:12px;
}
.xm_3{
width:230px;
height:200px;
position:absolute;
right:10px;
top:12px;
}
.xm_4{
width:230px;
height:200px;
position:absolute;
left:485px;
top:220px;
}
.xm_5{
width:230px;
height:200px;
position:absolute;
left:723px;
top:220px;
}
.xm_6{
width:230px;
height:200px;
position:absolute;
right:10px;
top:220px;
}
.xm_7{
width:230px;
height:200px;
position:absolute;
left:485px;
top:428px;
}
.xm_8{
width:230px;
height:200px;
position:absolute;
left:723px;
top:428px;
}
.xm_9{
width:230px;
height:200px;
position:absolute;
right:10px;
top:428px;
}
.xm_10{
width:468px;
height:200px;
position:absolute;
left:9px;
top:428px;
}
.xm_11{
width:62px;
height:35px;
line-height:35px;
position:absolute;
left:423px;
top:14px;
}
.xm_11 a{
color:#7a7b7b;
font-size:16px;
text-decoration:none;
}
.xm_11 a:hover{
color:#0067bf;
}

.xmm_in{
width:266px;
height:216px;
overflow:hidden;
position:relative;
}
.xmm_in a{
width:266px;
height:216px;
display:block;
}
.xmm_in_A{
width:266px;
height:49px;
text-align:center;
line-height:49px;
font-size:30px;
font-weight:bold;
color:#fff;
position:absolute;
left:0;
top:84px;
}
.xmm_in_B{
width:266px;
height:40px;
position:absolute;
left:0;
top:216px;
background:url(../images/jia.png) center top no-repeat;
}
.xmm_in:hover .xmm_in_A{
top:64px;
}
.xmm_in:hover .xmm_in_B{
top:122px;
}

.xm_in{
width:230px;
height:200px;
overflow:hidden;
position:relative;
}
.xm_in_A{
width:230px;
height:200px;
position:absolute;
top:0;
left:0;
z-index:2;
}
.xm_in_B{
width:230px;
height:200px;
position:absolute;
top:0;
left:0;
overflow:hidden;
z-index:1;
}

.xm_in_B img{
transform: scale(1.06);
-ms-transform: scale(1.06);	/* IE 9 */
-webkit-transform: scale(1.06);	/* Safari 和 Chrome */
-o-transform: scale(1.06);	/* Opera */
-moz-transform: scale(1.06);
filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
-webkit-filter: blur(5px); /* Chrome, Opera */
-moz-filter: blur(5px);
-ms-filter: blur(5px);    
filter: blur(5px);
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
}

.xm_in:hover .xm_in_A{
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg);
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}

.xm_in_B img,.xmm_in_B{
transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
}

.xmm_in_A{
transition:all 0.6s linear;
	-webkit-transition:all 0.6s linear;
	-moz-transition:all 0.6s linear;
	-o-transition:all 0.6s linear;
}


.all_china{
width:100%;
padding:50px 0;
background-color:#0067bf;
overflow:hidden;
}
.china{
width:593px;
height:493px;
position:relative;
background:url(../images/china.png) no-repeat;
float:left;
}
#map_addr_1{
width:88px;
padding-left:54px;
padding-top:9px;
height:54px;
line-height:30px;
font-size:14px;
font-weight:bold;
color:#262727;
background:url(../images/addr_1.png) no-repeat;
position:absolute;
left:460px;
top:200px;
z-index:99;
cursor:pointer;
}
#map_addr_2{
width:88px;
padding-left:54px;
padding-top:9px;
height:54px;
line-height:30px;
font-size:14px;
font-weight:bold;
color:#262727;
background:url(../images/addr_1.png) no-repeat;
position:absolute;
left:506px;
top:276px;
display:none;
z-index:99;
cursor:pointer;
}
#map_addr_3{
width:88px;
padding-left:54px;
padding-top:9px;
height:39px;
line-height:30px;
font-size:14px;
font-weight:bold;
color:#262727;
background:url(../images/addr_1.png) no-repeat;
position:absolute;
left:480px;
top:248px;
display:none;
z-index:99;
cursor:pointer;
}
#map_addr_4{
width:88px;
padding-left:54px;
padding-top:9px;
height:54px;
line-height:30px;
font-size:14px;
font-weight:bold;
color:#262727;
background:url(../images/addr_1.png) no-repeat;
position:absolute;
left:490px;
top:310px;
display:none;
z-index:99;
cursor:pointer;
}
#map_addr_5{
width:88px;
padding-left:54px;
padding-top:9px;
height:54px;
line-height:30px;
font-size:14px;
font-weight:bold;
color:#262727;
background:url(../images/addr_1.png) no-repeat;
position:absolute;
left:425px;
top:390px;
display:none;
z-index:99;
cursor:pointer;
}
#map_addr_6{
width:88px;
padding-left:54px;
padding-top:9px;
height:54px;
line-height:30px;
font-size:14px;
font-weight:bold;
color:#262727;
background:url(../images/addr_1.png) no-repeat;
position:absolute;
left:498px;
top:163px;
display:none;
z-index:99;
cursor:pointer;
}
#map_addr_7{
width:88px;
padding-left:54px;
padding-top:9px;
height:54px;
line-height:30px;
font-size:14px;
font-weight:bold;
color:#262727;
background:url(../images/addr_1.png) no-repeat;
position:absolute;
left:441px;
top:161px;
display:none;
z-index:99;
cursor:pointer;
}
#map_addr_8{
width:88px;
padding-left:54px;
padding-top:9px;
height:54px;
line-height:30px;
font-size:14px;
font-weight:bold;
color:#262727;
background:url(../images/addr_1.png) no-repeat;
position:absolute;
left:480px;
top:377px;
display:none;
z-index:99;
cursor:pointer;
}


.modal {
	position:fixed!important;
	top:50%;
	left:50%;
	z-index:1050;
	width:820px;
	margin-left:-410px;
	margin-top:-200px;
	_position:absolute;
	_top:13%;
	outline:none
}
.modal_in{
width:820px;
height:480px;
position:relative;
}
.hide {
	display:none
}
.close {
	margin-top:1px;
	width:47px;
	height:47px;
	display:inline;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
}
.modal-body {
	position:absolute;
	left:0;
	top:24px;
	width:800px;
	height:336px;
	background-color:#fff;
}
.modal-body_left{
width:400px;
padding-left:40px;
padding-top:40px;
float:left;
font-size:14px;
line-height:24px;
}
.modal-body_right{
width:300px;
float:right;
padding-top:40px;
padding-right:40px;
text-align:center;
}
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height:100%;
background-color: #000000;;
z-index:1001;
-moz-opacity: 0.5;
opacity:.50;
filter: alpha(opacity=50);
}

#map_1_1{
   width: 6px;
   height: 6px;
   position: absolute;
   left: 481px;
   top: 225px;
   z-index: 2;
   cursor:pointer;
}
#map_1_2{
   width: 6px;
   height: 6px;
   position: absolute;
   left: 503px;
   top: 298px;
   z-index: 2;
   cursor:pointer;
  }
#map_1_3{
   width: 6px;
   height: 6px;
   position: absolute;
   left: 488px;
   top: 296px;
   z-index: 2;
   cursor:pointer;
  }
 #map_1_4{
   width: 6px;
   height: 6px;
   position: absolute;
   left: 494px;
   top: 317px;
   z-index: 2;
   cursor:pointer;
  }
  #map_1_5{
   width: 6px;
   height: 6px;
   position: absolute;
   left: 425px;
   top: 415px;
   z-index: 2;
   cursor:pointer;
  }
  #map_1_6{
   width: 6px;
   height: 6px;
   position: absolute;
   left: 496px;
   top: 179px;
   z-index: 2;
   cursor:pointer;
  }
  #map_1_7{
   width: 6px;
   height: 6px;
   position: absolute;
   left: 441px;
   top: 180px;
   z-index: 2;
   cursor:pointer;
  }
  #map_1_8{
   width: 6px;
   height: 6px;
   position: absolute;
   left: 476px;
   top: 385px;
   z-index: 2;
   cursor:pointer;
  }


.china_rr{
width:534px;
float:right;
padding-top:26px;
overflow:hidden;
}
.china_rr_A{
width:534px;
height:62px;
line-height:54px;
font-size:34px;
color:#fff;
font-weight:bold;
}
.china_rr_B{
width:532px;
line-height:18px;
height:113px;
font-size:14px;
color:#fff;
overflow:hidden;
}

.china_rr_C{
width:534px;
height:232px;
}
.china_rr_D{
width:534px;
font-size:18px;
color:#fff;
overflow:hidden;
}
.china_rr_D i{
font-size:26px;
font-weight:bold;
font-style:normal;
}

.all_history{
width:100%;
height:450px;
background:url(../images/all_time.jpg) center top no-repeat;
}
.TT{
width:1200px;
padding-top:45px;
padding-bottom:20px;
overflow:hidden;
}
.TT span{
height:41px;
line-height:41px;
display:block;
text-align:center;
font-size:30px;
color:#0069c2;
font-weight:bold;
}
.TT label{
height:21px;
line-height:21px;
display:block;
text-align:center;
font-size:18px;
color:#ffffff;
font-weight:bold;
}

.hide{
display:none;
}

.nTT{
width:1200px;
height:115px;
line-height:115px;
padding-top:15px;
font-size:42px;
color:#1a1a1a;
text-align:center;
overflow:hidden;
}

.history_li{
width:1200px;
overflow:hidden;
}
.history_li_in{
width:1200px;
height:216px;
background:url(../images/time_li_box.png) center top no-repeat;
position:relative;
}
.history_li_in_A{
width:1200px;
height:46px;
line-height:46px;
position:absolute;
left:0;
top:0;
font-size:24px;
font-weight:bold;
color:#fff;
text-align:center;
}
.history_li_in_B{
width:964px;
padding:0 118px;
height:60px;
line-height:24px;
text-align:center;
color:#616466;
font-size:16px;
position:absolute;
left:0;
top:104px;
}
.history_li_in_B span{
font-size:20px;
font-weight:bold;
}
.history_li_in_em_1{
width:14px;
height:10px;
background:url(../images/time_li_down.png) no-repeat;
position:absolute;
left:83px;
top:200px;
}
.history_li_in_em_2{
width:14px;
height:10px;
background:url(../images/time_li_down.png) no-repeat;
position:absolute;
left:253px;
top:200px;
}
.history_li_in_em_3{
width:14px;
height:10px;
background:url(../images/time_li_down.png) no-repeat;
position:absolute;
left:423px;
top:200px;
}
.history_li_in_em_4{
width:14px;
height:10px;
background:url(../images/time_li_down.png) no-repeat;
position:absolute;
left:593px;
top:200px;
}
.history_li_in_em_5{
width:14px;
height:10px;
background:url(../images/time_li_down.png) no-repeat;
position:absolute;
left:763px;
top:200px;
}
.history_li_in_em_6{
width:14px;
height:10px;
background:url(../images/time_li_down.png) no-repeat;
position:absolute;
left:933px;
top:200px;
}
.history_li_in_em_7{
width:14px;
height:10px;
background:url(../images/time_li_down.png) no-repeat;
position:absolute;
left:1103px;
top:200px;
}

.history_tab{
width:1190px;
padding:8px 5px 0 5px;
height:52px;
overflow:hidden;
}
.history_tab ul{
margin:0;
padding:0;
list-style:none;
}
.history_tab ul li{
width:170px;
height:52px;
float:left;
cursor:pointer;
}
.history_tab ul li em{
width:170px;
height:20px;
display:block;
background:url(../images/time_em.png) center top no-repeat;
}
.history_tab ul li span{
width:170px;
height:32px;
display:block;
line-height:32px;
font-size:16px;
font-weight:bold;
color:#ffffff;
text-align:center;
}
.history_tab ul li.selected em{
background:url(../images/time_ems.png) center top no-repeat;
animation:dyamiuc_round 2.5s linear 0s infinite normal;

}
.history_tab ul li.selected span{
color:#fff;
font-size:18px;
}

@keyframes dyamiuc_round {
	0% {
	transform:scale(.4);
	opacity:0
}
50% {
	transform:scale(.8);
	opacity:1
}
100% {
	transform:scale(1);
	opacity:1
}
}

.all_brand{
width:100%;
border-top:1px solid #f2f2f2;
overflow:hidden;
}

.kk_brand{
width:1200px;
height:198px;
box-shadow:0 0 12px rgba(0,103,191,0.5);
margin-bottom:68px;
}
.kk_img:hover img{
transform: scale(1.1);
-ms-transform: scale(1.1);	/* IE 9 */
-webkit-transform: scale(1.1);	/* Safari 和 Chrome */
-o-transform: scale(1.1);	/* Opera */
-moz-transform: scale(1.1);

}

.kk_img img{
transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
}

.stu_li{
width:1220px;
height:170px;
}
.stu_li ul{
margin:0;
padding:0;
list-style:none;
}
.stu_li ul li{
width:244px;
float:left;
}
.stu_li ul li img{
width:214px;
height:114px;
border:2px solid #f2f2f2;
}
.stu_li ul li img:hover{
box-shadow:0 0 12px rgba(0,0,0,0.1);
border:2px solid #fff;
}

.footer{
width:100%;
height:710px;
background-color:#0067bf;
}
.koot{
width:1200px;
height:710px;
background:url(../images/bo_china.jpg) 4px 10px no-repeat;
position:relative;
}
.koot_T{
width:1200px;
height:92px;
background:url(../images/bo_line.png) left bottom no-repeat;
position:absolute;
left:0;
top:28px;
}
.koot_T span{
width:1183px;
padding-left:17px;
height:92px;
font-size:30px;
color:#ffffff;
line-height:91px;
background:url(../images/bom.png) left center no-repeat;
display:block;
}
.koot_addr{
width:1288px;
height:311px;
padding-top:10px;
position:absolute;
left:0;
top:119px;
/* background:url(../images/bo_line.png) left 165px no-repeat; */
}
.koot_addr ul{
margin:0;
padding:0;
list-style:none;
}
.koot_addr ul li{
width:322px;
height:136px;
padding-top:20px;
float:left;
}
.koot_addr_T{
width:300px;
padding-left:22px;
background:url(../images/bo_addr.png) left 10px no-repeat;
height:44px;
font-size:18px;
color:#fff;
font-weight:bold;
line-height:38px;
}
.koot_addr_Desc{
width:244px;
overflow:hidden;
line-height:22px;
font-size:14px;
color:#fff;
}
.koot_addr_Desc a{
font-size:14px;
color:#fff;
text-decoration:none;
}

.koot_line{
width:1200px;
height:1px;
background:url(../images/bo_line.png) no-repeat;
position:absolute;
left:0;
top:441px;
}

.koot_nav{
width:640px;
height:35px;
line-height:35px;
position:absolute;
left:0;
top:473px;
color:#fff;
font-size:12px;
}
.koot_nav a{
color:#fff;
font-size:16px;
display:inline-block;
padding:0 14px;
text-decoration:none;
}

.koot_tel{
width:275px;
height:36px;
background:url(../images/bo_tel.png) no-repeat;
position:absolute;
left:0;
top:541px;}

.koot_copy{
width:800px;
height:52px;
position:absolute;
left:0;
top:602px;
line-height:26px;
color:#fff;
font-size:14px;
}
.koot_copy a{
text-decoration:none;
color:#fff;
font-size:14px;
}

.koot_wx{
width:360px;
height:195px;
position:absolute;
right:0;
top:483px;}
.koot_wx ul{
margin:0;
padding:0;
list-style:none;
}
.koot_wx ul li{
width:160px;
padding-left:20px;
float:left;
}
.koot_wx ul li span{
width:160px;
height:160px;
display:block;
background-color:#fff;
}
.koot_wx ul li label{
width:160px;
height:35px;
line-height:35px;
text-align:center;
display:block;
font-size:16px;
color:#fff;
}

.all_link{
width:100%;
height:90px;
background-color:#005cac;
overflow:hidden;
}
.links_powers{
width:1200px;
height:90px;
overflow:hidden;
}
.links{
width:1000px;
height:90px;
line-height:90px;
font-size:14px;
color:#fff;
float:left;
}
.links a{
color:#fff;
text-decoration:none;
}
.links a:hover{
color:#fff;
}

.powers{
width:200px;
float:right;
height:90px;
line-height:90px;
font-size:14px;
color:#fff;
text-align:right;
}
.powers a{
font-size:14px;
color:#fff;
text-decoration:none;
}

.boot{
width:1200px;
height:334px;
border-bottom:1px solid #005fb1;
}
.boot_left{
width:286px;
float:left;
overflow:hidden;
}
.boot_left_A{
width:286px;
padding-top:43px;
height:74px;
overflow:hidden;
}
.boot_left_B{
width:286px;
height:82px;
overflow:hidden;
}
.boot_left_C{
width:286px;
line-height:30px;
color:#fff;
font-size:14px;
overflow:hidden;
}

.boot_right{
width:794px;
float:right;
overflow:hidden;
}
.fb_li{
width:630px;
padding-top:27px;
float:left;
overflow:hidden;
}
.fb_li ul{
margin:0;
padding:0;
list-style:none;
}
.fb_li ul li{
width:230px;
height:240px;
float:left;
}
.fb_li_T{
width:120px;
height:86px;
line-height:86px;
color:#fff;
font-size:18px;
font-weight:bold;
}
.fb_li_box{
width:120px;
overflow:hidden;
}
.fb_li_box ul{
margin:0;
padding:0;
list-style:none;
}
.fb_li_box ul li{
width:120px;
float:left;
padding:0;
height:32px;
line-height:32px;
}
.fb_li_box ul li a{
font-size:14px;
text-decoration:none;
color:#fff;
}
.fb_li_box ul li a:hover{
text-decoration:underline;
}

.fr_wx{
width:164px;
float:left;
height:273px;
padding-top:27px;
position:relative;
}
.Fwx{
width:164px;
height:172px;
position:absolute;
left:-7px;
top:110px;
overflow:hidden;
}

.links_copys{
width:1200px;
overflow:hidden;
padding-top:18px;
}

.copys{
width:1200px;
height:24px;
line-height:24px;
color:#b6d3f1;
font-size:14px;
}

.all_dibu{
width:100%;
height:110px;
background-color:#0053a7;
overflow:hidden;
}
.copyright{
width:800px;
float:left;
height:110px;
line-height:110px;
font-size:14px;
color:#fff;
}
.copyright a{
font-size:14px;
color:#fff;
text-decoration:none;
}

.side{position:fixed;width:70px;height: 300px;right:10px;top:270px;z-index:100;}
.side ul{ margin:0; padding:0; list-style:none;}
.side ul li{width:70px;height:74px;float:left;position:relative;}

.side ul li .sidebox{vertical-align:middle;position:absolute;width:70px;height:70px;top:0;right:0;color:#fff;overflow:hidden; background-color:#FFFFFF;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.side ul li .side1{background: url(../images/ck_ico_1.png) no-repeat;}
.side ul li .side1:hover{background: url(../images/ck_ico_1s.png) no-repeat;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.side ul li .ck_ico_1{background: url(../images/ck_ico_1s.png) no-repeat;box-shadow:0 0 10px rgba(0,0,0,0.1);}

.side ul li .side2{background: url(../images/ck_ico_2.png) center center no-repeat;}
.side ul li .side2:hover{background: url(../images/ck_ico_2s.png) center center no-repeat;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.side ul li .ck_ico_2{background: url(../images/ck_ico_2s.png) no-repeat;box-shadow:0 0 10px rgba(0,0,0,0.1);}

.side ul li .side3{background: url(../images/ck_ico_3.png) center center no-repeat;}
.side ul li .side3:hover{background: url(../images/ck_ico_3s.png) center center no-repeat;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.side ul li .ck_ico_3{background: url(../images/ck_ico_3s.png) no-repeat;box-shadow:0 0 10px rgba(0,0,0,0.1);}

.side ul li .side4{background: url(../images/ck_ico_4.png) right center no-repeat;}
.side ul li .side4 a{ width:70px; height:70px; display:block;}
.side ul li .side4:hover{background: url(../images/ck_ico_4s.png) right center no-repeat;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.side ul li .ck_ico_4{background: url(../images/ck_ico_4s.png) no-repeat;box-shadow:0 0 10px rgba(0,0,0,0.1);}

.side ul li .side5{background: url(../images/ck_ico_top.png) center center no-repeat;}
.side ul li .side5:hover{background: url(../images/ck_ico_top.png) center center no-repeat;}

.side ul li .sidebox img{padding: 11px 18px;float:left;}
.side ul li .sidetop img{padding:15px;float:left;}
.side ul li .sidetop{width:50px;height:50px;display:inline-block;transition:all 0.3s;cursor: pointer;}
.side .sider_2wm{position: absolute;right: 60px;top: -180px;display: none;}
.side .sider_h:hover .sider_2wm{display: block;}

.kf_leyu{
width:240px;
height:426px;
padding-top:4px;
background:url(../images/ck_ico_a.png) no-repeat;
position:absolute;
left:-245px;
top:-4px;
display:none;
z-index:1;
}

.kf_close_1{
width:230px;
height:66px;
margin:0 auto;
background:url(../images/ck_close_2.png) 212px 8px no-repeat;
cursor:pointer;
}
.kf_close_2{
width:230px;
height:56px;
margin:0 auto;
background:url(../images/ck_close_2.png) 212px 8px no-repeat;
cursor:pointer;
}
.kf_close_3{
width:230px;
height:22px;
margin:0 auto;
background:url(../images/ck_close_1.png) 212px 11px no-repeat;
cursor:pointer;
}

.kf_leyu_ico{
width:230px;
padding-top:10px;
margin:0 auto;
overflow:hidden;
}
.kf_leyu_ico ul{
margin:0;
padding:0;
list-style:none;
}
.kf_leyu_ico ul li{
width:230px;
height:30px;
float:left;
}
.kf_leyu_ico ul li a{
width:178px;
padding-left:52px;
height:30px;
line-height:30px;
font-size:16px;
color:#0069c2;
background:url(../images/icos.gif) 155px center no-repeat;
cursor:pointer;
display:block;
}

.kf_tel{
width:240px;
height:126px;
padding-top:4px;
background:url(../images/ck_ico_b.png) no-repeat;
position:absolute;
left:-245px;
top:-4px;
display:none;
}

.kf_ewm{
width:240px;
height:226px;
padding-top:4px;
background:url(../images/ck_ico_c.png) no-repeat;
position:absolute;
left:-245px;
top:-4px;
display:none;
}

.kf_qq{
width:240px;
height:130px;
background:url(../images/ck_ico_d.png) no-repeat;
position:absolute;
left:75px;
top:-4px;
display:none;
}
.kf_qq a{
width:240px;
height:130px;
display:block;
}