﻿@charset "utf-8";
/* CSS Document */
/*切图：gz正本清源生态科技基础pc*/

/*初始化*/
html{ overflow-x:hidden; overflow-y:auto;}
body{ overflow-x:hidden;}

*{ padding:0; margin:0;}
ul, ol,li{ list-style-type:none; line-height:normal;margin-bottom:0;}
body, button, input, select, textarea{ font-family:'Microsoft yahei' ,Arial;font-size:12px;color:#000000;}
code, kbd, pre, samp {font-family:'Microsoft yahei' ,Arial;}
a{ text-decoration:none;
    color:#333;
	 outline:none;
}

a:hover{color:#333; cursor:pointer;text-decoration: inherit;text-decoration: inherit; outline:none;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
a:active { outline:none;} 
img{border:0;}
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal;  font-family:'Microsoft yahei' ,Arial;}
h1{font-size:36px;}
h2{font-size:24px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:14px;}
h6{font-size:12px;}
input,table,tr,td{ margin:0; padding:0; border:none;outline:0;}
button,table{ border:none; background:none; margin:0; padding:0;outline:0;}
select{ margin:0; padding:0; font-family:'Microsoft yahei' ,Arial;}
textarea{ resize:none;outline:0;}
input{ outline:0;}

/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block} 

/*输入框文字颜色*/
::-webkit-input-placeholder { color:#000 !important; opacity:1;filter:alpha(opacity=100);}
:-moz-placeholder {  color:#000 !important; opacity:1;filter:alpha(opacity=100);}
::-moz-placeholder {  color:#000 !important; opacity:1;filter:alpha(opacity=100);}
:-ms-input-placeholder { color:#000 !important; opacity:1;filter:alpha(opacity=100); }

{
	/*圆角*/
	border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-webkit-border-radius:100%;
	
	/*阴影*/
	box-shadow:0 3px 3px #fff;
	-moz-box-shadow:0 3px 3px #fff;
	-ms-box-shadow:0 3px 3px #fff;
	-webkit-box-shadow:0 3px 3px #fff;
	
	/*旋转*/
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
	
	-webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
	
	}

/*放大*/
.g_index-img{ display: block; float: left;  position: relative; overflow: hidden;}
.g_index-img img{ width: 100%; height: 100%; 
transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
-o-transition: width all 0.4s linear;}

xxxx:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	

.pz_top{ float:left; width:100%; min-width: 1200px;}
.pz_banner{ float:left; width:100%; min-width: 1200px; overflow:hidden; position:relative;}
.pz_main{ float:left; width:100%; min-width: 1200px;}
.pz_down{ float:left; width:100%;min-width: 1200px;}

.w_0100{ float:left; width:100%;}
.w_1200{ margin:0 auto; width:1200px;}

/*首页*/

.c_1200_1{ float:left; width:100%; height:100px;}
.logo{ float:left; padding:28px 0;}


/*导航下拉菜单*/
.r_menu{ float:left; margin-left:53px;}
#header{ float:left;}
.nav{
	float:left;	
}
.nav li{
	position: relative;
	float: left;
	text-align:center;
	margin:0 1px;
	margin-top:33px;
	padding-bottom:31px;
}
.nav li a{
	float:left;
	display:block;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#000;
	font-size:16px;
-webkit-transition: all 0.3s ease-out 0s; 
   -moz-transition: all 0.3s ease-out 0s; 
     -o-transition: all 0.3s ease-out 0s; 
        transition: all 0.3s ease-out 0s;
	}
.nav li .a2{
	font-size:16px;
	padding:0 21px;
	background:center bottom no-repeat;
	position:relative;
	border-radius:18px;
	-moz-border-radius:18px;
	-ms-border-radius:18px;
	-webkit-border-radius:18px;
	}
/*	
.nav li .a2 .i1{ position:absolute; top:0; right:0; width:0px; height:1px; background:url(images/bg1.jpg) repeat-x;
-webkit-transition: all 0.3s ease-out 0s; 
   -moz-transition: all 0.3s ease-out 0s; 
     -o-transition: all 0.3s ease-out 0s; 
        transition: all 0.3s ease-out 0s;
}
.nav li .a2 .i2{ position:absolute; bottom:0; left:0; width:0px; height:1px; background:url(images/bg1.jpg) repeat-x;
-webkit-transition: all 0.3s ease-out 0s; 
   -moz-transition: all 0.3s ease-out 0s; 
     -o-transition: all 0.3s ease-out 0s; 
        transition: all 0.3s ease-out 0s;
}
*/
.nav li:hover .a2,
.nav li.on .a2{ background:#0598dd; color:#fff;}
/*
.nav li:hover .a2 .i1,
.nav li.on .a2 .i1 { width:70%;}
.nav li:hover .a2 .i2,
.nav li.on .a2 .i2{ width:70%;}
*/


.nav > li > a{ padding:0;}
.nav > li > a:hover{ background:none;}
.nav li .nav-w {
	z-index:21;
	position:absolute;
	display:none;
	float:left;
	clear:both;
	overflow:hidden;
	width:150%;
	top:58px;
	left:0%;
	margin-left:-25%;
}

.nav li .section-nav1{ float:left; width:100%; height:auto; overflow: hidden; padding-top:6px; position:relative;}
.nav li .section-nav1 .jt{ position:absolute; top:0; left:0; width:100%; height:6px; background:url(images/jt.png) center no-repeat;}
.nav li .section-nav1 ul {
	background:#0598dd;
	padding-top:3px;
	float:left;
	position:static;
	margin:0px;
	width:100%;
	overflow:hidden;
}

.nav li .section-nav1 ul li {
	float:left;
	position:static;
	padding:0px;
	width:100%;
	background:none;
	float:left;
	margin:0;
	border-top:1px solid rgba(255,255,255,0.2);
}
.nav li .section-nav1 ul li:first-child{ margin-top:0px;}
.nav li .section-nav1 ul li:last-child{ margin-bottom:0px;}
.nav li .section-nav1 ul li a {
	text-align:center;
	padding:0px;
	line-height:40px;
	width:100%;
	display:block;
	background:none;
	float:left;
	height:auto;
	color:#fff;
	font-size:14px;
	overflow:hidden;
	cursor:pointer;
	font-weight:normal;
}
.nav li .section-nav1 ul li a:hover {
	background:#0ca734;
	color: #fff;
}




.searchicon{ float:right; width:39px; height:16px; margin-top:42px; border-left:1px solid #e5e5e5; position:relative; z-index:99;}
.searchicon img{ float:right; cursor:pointer;}
.searchicon .searchfloat{ position:absolute; width:293px; height:48px; line-height:48px; right:0; top:58px; background:#fff;  padding:0 10px 0 10px; color:#666; font-size:14px; border:1px solid #0598dd; display:none;}
.input1{ float:left; width:90%; height:46px; line-height:46px; padding-right:3%; color:#333; font-size:14px;}
.input2{ float:left; width:16px; height:16px; margin-top:15px;}

.input1::-webkit-input-placeholder { color:#999 !important; opacity:1;filter:alpha(opacity=100);}
.input1:-moz-placeholder {  color:#999 !important; opacity:1;filter:alpha(opacity=100);}
.input1::-moz-placeholder {  color:#999 !important; opacity:1;filter:alpha(opacity=100);}
.input1:-ms-input-placeholder { color:#999 !important; opacity:1;filter:alpha(opacity=100); }



/*banner*/
.pz_slides_3 { width: 100%; overflow: hidden; position: relative; }
.pz_slides_3 ._btn{ position: absolute; bottom:208px; float: left; width: 100%; height: 4px;  text-align: center;}
.pz_slides_3 ._btn ul{ overflow:hidden;  float:left; width:100%;  text-align:center; line-height: 0;}
.pz_slides_3 ._btn ul li{ display:inline-block; *display:inline; *zoom:1; width:48px; height:4px; background: #fff; margin:0 5px; cursor:pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}
.pz_slides_3 ._btn ul li.on{ background:#05a6dd;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.pz_slides_3 ._pic { width: 100%; height: 900px; position: relative; z-index: 0; }
.pz_slides_3 ._pic li { zoom: 1; vertical-align: middle; position: relative;}
.pz_slides_3 ._pic li img { display: block; width:1920px; height:900px; }
.pz_slides_3d .banBg{ position: absolute; width: 100%; left: 0; bottom: 0; height: 158px; background: url(images/ban1.png) repeat; }


/*右漂浮*/
.right{ position: fixed; width:50px; right:0; top:50%; background-color:#474747; z-index:1500;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);	 
}
.right .a{ float:left; width:50px; height:50px; position:relative;}
.right .a .abox{ position: absolute;  top:0; left:0; width:173px; height:50px; 
-webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}
.right .a .abox.active{ left:auto; left:-123px; background-color:#0598dd;}
.right .a .abox .aimg{float:left; width:50px; height:50px;}
.right .a .abox .atit{float:left; width:123px; height:50px; line-height:50px; color:#fff; font-size:16px; font-family:"Arial"; overflow:hidden;}

.right .a.r_ewm:hover .abox{ background-color:#0598dd;}
.right .a.r_ewm:hover .abox .atit{right:173px;}
.right .a.r_ewm .abox .atit{float:left; width:123px; height:123px; position:absolute; right:-50px; top:0; -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
        transition: all 0.3s linear;   }
.right .a.r_ewm .abox .atit img{ display:block; width:123px; height:123px; } 


/*pz_main*/
.c_1200_2{ float:left; width:1200px; margin-top:-158px; position:relative; z-index:99;}
.c_1200_2 .l_600{ float:left; width:600px;}
.c_1200_2 .l_600 .title1{ float:left; width:600px; padding:42px 0 48px 0;}
.c_1200_2 .l_600 .title1 .c_text1{ float:left; width:427px;}
.c_1200_2 .l_600 .title1 .c_text1 .e_1{ float:left; width:100%; height:33px; line-height:33px; font-size:28px; color:#fff; font-weight:bold; font-family:"Arial"; overflow:hidden;}
.c_1200_2 .l_600 .title1 .c_text1 .c_1{ float:left; width:100%; height:35px; line-height:35px; font-size:24px; color:#fff; overflow:hidden;}
.c_1200_2 .l_600 .title1 .link1{ float:left; width:173px; text-align:center; line-height:68px; font-family:Arial; color:#fff; font-weight:bold;}
.c_1200_2 .l_600 .title1 .link1 a{ color:#fff;}
.c_1200_2 .l_600 .title1 .link1 a img{ vertical-align:middle; padding-bottom:3px; margin-left:8px;}
.c_1200_2 .l_600 .title1 .link1 a:hover{ color:#0598dd;}
.c_1200_2 .l_600 .text1{ float:left; width:525px; height:150px; background:#0598dd; padding:19px 35px 32px 40px; line-height:30px; color:#fff; font-size:14px;}
.c_1200_2 .l_600 .text1 .p1{ float:left; width:100%; height:150px; overflow:hidden;}
.c_1200_2 .r_600{ float:left; width:600px;}


.c_1200_3{ float:left; width:1200px; padding-bottom:80px;}

.title2{ float:left; width:1200px; padding:68px 0 12px 0; text-align:center;}
.title2 .c_2{ float:left; width:100%; height:59px; line-height:59px; font-size:30px; color:#333; background:url(images/bg1.png) bottom center no-repeat;}
.title2 .e_2{ float:left; width:100%; height:35px; line-height:35px; font-size:16px; color:#999; font-family:"Arial";}

.c_kuai{ float:left; width:1200px;}
.c_kuai .kuai1{ float:left; width:380px; height:390px; margin-right:30px; background:#fff;}
.c_kuai .kuai1 .pic1{ float:left; width:380px; height:285px; position:relative;}
.c_kuai .kuai1 .pic1 img{ width:380px; height:285px;}
.c_kuai .kuai1 .pic1 .time{ position:absolute; left:17px; top:0; width:65px; height:65px; background:#0598dd; text-align:center; color:#fff;}
.c_kuai .kuai1 .pic1 .time .day{ float:left; width:100%; height:32px; line-height:32px; overflow:hidden; font-size:30px; font-family:"Arial"; font-weight:bold; margin-top:7px;}
.c_kuai .kuai1 .pic1 .time .year{ float:left; width:100%; height:19px; line-height:19px; overflow:hidden; font-size:12px; font-family:"Arial"; color:#a9d2ef;}
.c_kuai .kuai1 .text2{ float:left; width:328px; height:92px; padding:3px 25px 8px 25px; border:1px solid #f3f3f3;}
.c_kuai .kuai1 .text2 .title3{ float:left; width:100%; height:51px; line-height:51px; background:url(images/bg1.png) bottom left no-repeat; font-size:16px; color:#000; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.c_kuai .kuai1 .text2 .title3 a{ color:#000;}
.c_kuai .kuai1 .text2 .link2{ float:left; width:100%; height:41px; line-height:41px; font-size:14px; color:#999; overflow:hidden;}
.c_kuai .kuai1 .text2 .link2 a{ color:#999;}
.c_kuai .kuai1:hover{ box-shadow:0 5px 15px #ddd;}
.c_kuai .kuai1:hover{ box-shadow:0 5px 15px #ddd;}

.c_kuai .kuai1:hover .text2 .title3 a{ color:#0598dd;}
.c_kuai .kuai1:hover .text2 .link2 a{ color:#0598dd;}

.c_kuai .kuai1:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	

.c_kuai .kuai2{ float:left; width:380px; height:390px; background:#fff;}
.c_kuai .kuai2 ul{ float:left; width:380px; margin-top:-25px;}
.c_kuai .kuai2 ul li{ float:left; width:380px; margin-top:25px;}
.c_kuai .kuai2 ul li .pic2{ float:left; width:115px; height:87px;}
.c_kuai .kuai2 ul li .r_text1{ float:left; width:245px; height:87px; padding-left:20px;}
.c_kuai .kuai2 ul li .r_text1 .title4{ float:left; width:100%; height:44px; line-height:37px; background:url(images/bg1.png) bottom left no-repeat; font-size:16px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.c_kuai .kuai2 ul li .r_text1 .title4 a{ color:#000;}
.c_kuai .kuai2 ul li .r_text1 .link3{ float:left; width:100%; height:43px; line-height:41px; font-size:14px; overflow:hidden;}
.c_kuai .kuai2 ul li .r_text1 .link3 a{ color:#999;}

.c_kuai .kuai2 ul li:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	

.c_kuai .kuai2 ul li:hover .r_text1 .title4 a{ color:#0598dd;}
.c_kuai .kuai2 ul li:hover .r_text1 .link3 a{ color:#0598dd;}

.c_kuai .kuai2 .link4{ float:left; width:100%; margin-top:26px;}
.c_kuai .kuai2 .link4 a{ display:block; float:left; width:100%; height:53px; line-height:53px; font-size:15px; color:#fff; font-family:"Arial"; background:#0598dd; text-align:center;}
.c_kuai .kuai2 .link4 a:hover{ background:#00aeff;}

.bg1{}
.c_1200_4{ float:left; width:1200px; height:750px;}

.c_qh1{ float:left; width:1200px;}
.c_qh1 .top1{ float:left; width:1200px; height:394px; position:relative;}
.c_qh1 .top1 .hometop{ float:left; width:1200px; height:394px;}
.c_qh1 .top1 .hometop .c_pic_text{ float:left; width:1200px;}
.c_qh1 .top1 .hometop .c_pic_text .pic4{ float:left; width:700px; height:394px;}
.c_qh1 .top1 .hometop .c_pic_text .pic4 img{ width:700px; height:394px;}
.c_qh1 .top1 .hometop .c_pic_text .text3{ float:right; width:413px;}
.c_qh1 .top1 .hometop .c_pic_text .text3 .num1{ float:left; width:100%; height:129px; line-height:129px; margin-top:15px; font-size:120px; color:#0598dd; font-family:"Arial"; font-weight:bold;}
.c_qh1 .top1 .hometop .c_pic_text .text3 .num1 span{ display:block; float:left; width:129px; height:129px; position:relative;}
.c_qh1 .top1 .hometop .c_pic_text .text3 .num1 .pf9{ position:absolute; left:50%; top:50%; width:154px; height:154px; background:url(images/wl.png) center center no-repeat;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);	 
transform: translate(-50%, -50%);	 
}


.c_qh1 .top1 .hometop .c_pic_text .text3 .title5{ float:left; width:100%; height:81px; line-height:81px; background:url(images/bg3.jpg) left bottom no-repeat; font-size:18px; color:#333;}
.c_qh1 .top1 .hometop .c_pic_text .text3 .p2{ float:left; width:100%; height:144px; line-height:36px; margin-top:22px; font-size:14px; color:#666; overflow:hidden; letter-spacing:0.6px;}

.c_qh1 .top1 .number{ position:absolute; left:580px; top:336px; width:120px; height:58px; line-height:58px; text-align:center; background:#fff;}

.c_qh1 .top1 .number .font1{ font-size:18px; color:#333; font-family:"Arial"; font-style:italic; font-weight:bold;}
.c_qh1 .top1 .number .i1{ font-size:18px; color:#333; font-family:"Arial"; font-style:normal; padding:0 5px;}
.c_qh1 .top1 .number .span1{ font-size:18px; color:#999; font-family:"Arial"; font-style:italic;}


.c_qh1 .homedown{ float:left; width:600px; heigh:76px; margin-top:30px; padding:0 50px;}
.c_qh1 .homedown .pic3{ float:left; width:100%; position:relative;}
.c_qh1 .homedown .pic3 img{ width:100%; display:inline-block; *display:inline; *zoom:1;}
.c_qh1 .homedown .pic3 .pf1{ display:none; position:absolute; top:0; left:0; background:rgba(5,152,221,0.8); width:100%; height:100%;}
.c_qh1 .homedown .slick-slide{ padding:0 9px; }
.c_qh1 .homedown .slick-slide.slick-current.slick-active .pic3 .pf1{ display:block;}
.c_qh1 .homedown .slick-prev{ left:0; width:80px; height:30px; background:url(images/l1.png) no-repeat;}
.c_qh1 .homedown .slick-next{ right:0; width:80px; height:30px; background:url(images/r1.png) no-repeat;}

.link5{ float:right; width:413px;}
.link5 a{ display:block; float:left; margin-top:43px; width:240px; height:50px; line-height:50px; background:#0598dd; text-align:center; font-size:14px; color:#fff; font-family:"Arial";
border-radius:25px;
-moz-border-radius:25px;
-ms-border-radius:25px;
-webkit-border-radius:25px;
}
.link5 a img{ vertical-align:middle; margin-left:48px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.link5 a:hover{ background:#00aeff;}
.link5 a:hover img{ margin-left:58px;}

.c_1200_5{ float:left; width:1200px; padding-bottom:101px;}
.c_1200_5 .list1{ float:left; width:1200px; margin-top:-30px; overflow:hidden;}
.c_1200_5 .list1 .ul01{ float:left; width:1230px;}
.c_1200_5 .list1 .ul01 li{ float:left; width:380px; height:285px; margin-top:30px; margin-right:30px; overflow:hidden; position:relative;}
.c_1200_5 .list1 .ul01 li img{ width:380px; height:285px;}
.c_1200_5 .list1 .ul01 li .pf2{ position:absolute; left:0; top:0; width:100%; height:100%;}
.c_1200_5 .list1 .ul01 li .pf2 .a3{ position:relative; float:left; width:380px; height:225px; background:rgba(5,152,221,0.9) url(images/bg4.png) center no-repeat; top:-100%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.c_1200_5 .list1 .ul01 li .pf2 .p3{ position:relative; float:left; width:380px; height:60px; line-height:60px; text-align:center; background:#0ca734; font-size:16px; color:#fff; bottom:-100%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.c_1200_5 .list1 .ul01 li:hover .pf2 .a3{ top:0;}
.c_1200_5 .list1 .ul01 li:hover .pf2 .p3{ bottom:0;}

/*pz_down*/
.bg2{ background:url(images/bg5.jpg) repeat; border-top:3px solid #0ca734;}
.c_1200_6{ float:left; width:1200px; position:relative; padding:37px 0 38px 0;}
.c_1200_6 .img1{ position:absolute; bottom:6px; right:-168px;}
.c_1200_6 .ewm{ float:left; width:131px; height:131px; border:7px solid rgba(255,255,255,0.2);}
.c_1200_6 .ewm img{ width:131px; height:131px;}
.c_1200_6 .r_link1{ float:right; width:1027px;}
.c_1200_6 .r_link1 .t_link1{ float:left; width:1027px; padding:20px 0; border-bottom:1px solid rgba(255,255,255,0.1);}
.c_1200_6 .r_link1 .t_link1 .l_link{ float:left; color:#dde7f1; height:42px; line-height:42px; font-size:14px;}
.c_1200_6 .r_link1 .t_link1 .l_link a{ color:#dde7f1;}
.c_1200_6 .r_link1 .t_link1 .l_link span{ padding:0 10px;}
.c_1200_6 .r_link1 .t_link1 .l_link a:hover{ color:#fff;}

.c_1200_6 .r_link1 .t_link1 .r_link{ float:right;}
.c_1200_6 .r_link1 .t_link1 .r_link .a4{ float:left; width:42px; height:42px; margin-left:20px; background:url(images/ico1.png) no-repeat;}
.c_1200_6 .r_link1 .t_link1 .r_link .a4:hover{ background:url(images/ico1_1.png) no-repeat;}
.c_1200_6 .r_link1 .t_link1 .r_link .a5{ float:left; width:42px; height:42px; margin-left:20px; background:url(images/ico2.png) no-repeat;}
.c_1200_6 .r_link1 .t_link1 .r_link .a5:hover{ background:url(images/ico2_1.png) no-repeat;}
.c_1200_6 .r_link1 .t_link1 .r_link .a6{ float:left; width:42px; height:42px; margin-left:20px; background:url(images/ico3.png) no-repeat; position:relative;}
.c_1200_6 .r_link1 .t_link1 .r_link .a6:hover{ background:url(images/ico3_1.png) no-repeat;}
.c_1200_6 .r_link1 .t_link1 .r_link .a6 .pf3{ position:absolute; top:-130px; left:-40px; width:110px; height:110px; background:#fff; padding:5px;
box-shadow:0 -1px 5px rgba(0,0,0,0.1);
-moz-box-shadow:0 -1px 5px rgba(0,0,0,0.1);
-ms-box-shadow:0 -1px 5px rgba(0,0,0,0.1);
-webkit-box-shadow:0 -1px 5px rgba(0,0,0,0.1);
display:none;
}
.c_1200_6 .r_link1 .t_link1 .r_link .a6:hover .pf3{ display:block;}
.c_1200_6 .r_link1 .t_link1 .r_link .a6 .pf3 img{ width:110px; height:110px;}

.c_1200_6 .r_link1 .t_link1 .r_link .a7{ float:left; width:42px; height:42px; margin-left:20px; background:url(images/ico4.png) no-repeat; position:relative;}
.c_1200_6 .r_link1 .t_link1 .r_link .a7:hover{ background:url(images/ico4_1.png) no-repeat;}

.c_1200_6 .r_link1 .t_link1 .r_link .a7 .z_tel{position:absolute; bottom:52px; left:50%; margin-left:-60px; width:110px; background:#fff; padding:5px; font-size:14px; color:#666; line-height:24px; text-align:center; 
box-shadow:0 -1px 5px rgba(0,0,0,0.1); 
-moz-box-shadow:0 -1px 5px rgba(0,0,0,0.1);
-ms-box-shadow:0 -1px 5px rgba(0,0,0,0.1);
-webkit-box-shadow:0 -1px 5px rgba(0,0,0,0.1); display:none;}
.c_1200_6 .r_link1 .t_link1 .r_link .a7:hover .z_tel{display:block;}


.c_1200_6 .r_link1 .d_link1{ float:left; width:1027px; height:44px; line-height:44px; border-bottom:1px solid rgba(255,255,255,0.1); color:#dde7f1; font-size:14px;}
.c_1200_6 .r_link1 .d_link1 a{ color:#dde7f1; padding:0 10px;}
.c_1200_6 .r_link1 .d_link1 a:hover{ color:#fff;}

.c_1200_7{ float:left; width:1200px;}
.c_1200_7 .bq{ float:left; font-size:14px; padding:10px 0; line-height:24px; color:#666;}
.c_1200_7 .bq a{ color:#666;}
.c_1200_7 .bq a:hover{ color:#666;}
.c_1200_7 .link6{ float:right; font-size:14px; color:#666; padding:10px 0; line-height:24px;}
.c_1200_7 .link6 a{ color:#666;}
.c_1200_7 .link6 a:hover{ color:#0598dd;}
.c_1200_7 .link6 span{ padding:0 10px;}

/*1关于我们*/
.back1{ background:#f0f0f0;}
.caseBread{ float:left; width:1200px; height:42px;}
.address{ float:right; padding-left:23px; height:42px; color:#888; line-height:42px; background:url(images/about_6.png) left center no-repeat;}
.address a{ font-size:12px; color:#888;}
.address span{ padding:0 5px;}
.address a:hover,
.address a.hover{ color:#0598dd;}


.caseBox{ float:left; width:1200px;}
.gl_240{ float:left; width:240px; padding: 0 0 20px 0; }
.gl_240 .caseTitle{ float: left; width: 240px; height: 0; position: relative; z-index: 10;}
.gl_240 .g_title1{ position: absolute; left: 0; bottom: 0; float:left; width:240px; height:89px; padding-top:31px; background:url(images/about_1.jpg) no-repeat; text-align:center; color:#fff;}
.gl_240 .g_title1 h1{ float:left; width:240px; height:37px; line-height:37px; font-size:24px; letter-spacing:1px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.gl_240 .g_title1 h3{ float:left; width:240px; height:22px; line-height:22px; font-size:14px; font-family:"Arial"; color:#a9d2ef; text-transform: uppercase; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

.pz_SideLayer_box{ float:left; width:240px;}
.pz_SideLayer_box .pz_SideLayer{ float:left; width:240px;}
.pz_SideLayer_box .pz_SideLayer li{ float:left; width:240px; height:50px; line-height:50px; margin-top:1px;}
.pz_SideLayer_box .pz_SideLayer li a{ display:block; float:left; width:185px; height:50px; line-height:50px; font-size:16px; color:#444; background:#f4f4f4 url(images/about_4.png) 208px center no-repeat; border-left:2px solid #f4f4f4; padding-left:18px; padding-right:35px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.pz_SideLayer_box .pz_SideLayer li a:hover,
.pz_SideLayer_box .pz_SideLayer li a.hover{ color:#0598dd; background:#fff url(images/about_5.png) 208px center no-repeat; border-left:2px solid #0598dd;}


.gl_240 .d_new{ float:left; width:240px; margin-top:10px;}
.gl_240 .d_new .title6{ float:left; width:215px; height:50px; line-height:50px; padding:0 10px 0 15px; background:#0598dd;}
.gl_240 .d_new .title6 .l_p1{ float:left; width:150px; height:50px; line-height:50px; font-size:16px; color:#fff; padding-left:10px; background:url(images/about_2.png) left center no-repeat;}
.gl_240 .d_new .title6 a{ float:right; color:#87c2ea;}
.gl_240 .d_new .title6 a:hover{ color:#fff;}

.d_new .ul02{ float:left; width:220px; border:1px solid #eee; padding:0 9px;}
.d_new .ul02 li{ float:left; width:211px; height:49px; line-height:49px; border-bottom:1px solid #f2f2f2; background:url(images/about_3.png) left center no-repeat; padding-left:12px; font-size:14px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.d_new .ul02 li a{ color:#333;}
.d_new .ul02 li a:hover{ color:#0598dd;}
.d_new .ul02 li:last-child{ border-bottom:0;}

.r_920{ float:right; width:920px;}
.r_920 .title7{ float:left; width:100%; text-align:center;}
.r_920 .title7 .c_3{ float:left; width:100%; height:56px; line-height:56px; margin-top:14px; background:url(images/bg1.png) bottom center no-repeat; font-size:26px; color:#333; overflow:hidden;}
.r_920 .title7 .e_3{ float:left; width:100%; height:32px; line-height:32px; font-size:16px; color:#999; font-family:"Arial"; overflow:hidden;}

.r_920 .text4{ float:left; width:100%; line-height:36px; font-size:15px; color:#333; padding:22px 0 30px 0;}

.c_tb{ float:left; width:920px; margin:30px 0;}
.c_tb .l_tb1{ float:left; width:20%; text-align:center; padding:22px 0 23px 0;}
.c_tb .l_tb1.bg3{ background:#0cadaf;}
.c_tb .l_tb1.bg4{ background:#0c9bba;}
.c_tb .l_tb1.bg5{ background:#1d88b4;}
.c_tb .l_tb1.bg6{ background:#1b6ea9;}
.c_tb .l_tb1.bg7{ background:#1e599a;}
.c_tb .l_tb1 .pic5{ float:left; width:100%; height:42px;}
.c_tb .l_tb1 .pic5 img{ width:42px; height:42px;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.c_tb .l_tb1 .d_text1{ float:left; width:100%; margin-top:5px;}
.c_tb .l_tb1 .d_text1 .p4{ float:left; width:100%; height:26px; line-height:26px; overflow:hidden; color:#fff;}
.c_tb .l_tb1 .d_text1 .p5{ float:left; width:100%; height:22px; line-height:22px; overflow:hidden; color:#a6d9d9;}

.c_tb .l_tb1:hover .pic5 img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);	
	}



.d_list1{ float:left; width:920px; padding:30px 0 60px 0}
.d_list1 .title8{ float:left; width:100%; text-align:center;}
.d_list1 .title8 span{ display:inline-block; *display:inline; *zoom:1; width:150px; height:60px; line-height:60px; background:#0598dd; color:#fff; font-size:18px; text-align:center;
border-radius:30px;
-moz-border-radius:30px;
-ms-border-radius:30px;
-webkit-border-radius:30px;
}
.d_list1 .ul03{ float:left; width:920px; position:relative; padding-top:30px;}
.d_list1 .ul03 .xian1{ position:absolute; left:50%; top:0; width:1px; height:100%; background:#e5e5e5;
-webkit-transform: translate(-50%, -0%);
-ms-transform: translate(-50%, -0%);
-moz-transform: translate(-50%, -0%);
transform: translate(-50%, -0%);
}
.d_list1 .ul03 .yuan1{ position:absolute; left:50%; bottom:-15px; width:15px; height:15px; background:#0598dd;
border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
-webkit-transform: translate(-50%, -0%);
-ms-transform: translate(-50%, -0%);
-moz-transform: translate(-50%, -0%);
transform: translate(-50%, -0%);
}

.d_list1 .ul03 .t_li01{ float:left; width:920px; height:60px; margin-bottom:20px; position:relative; font-size:15px; color:#333; letter-spacing:0.8px;}
.d_list1 .ul03 .t_li01 .l_li01{ float:left; width:420px; height:60px; line-height:60px; background:#f2f2f2; padding-left:20px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-webkit-border-radius:3px;
}
.d_list1 .ul03 .t_li01 .r_li01{ float:right; width:420px; height:60px; line-height:60px; background:#f2f2f2; padding-left:20px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-webkit-border-radius:3px;
}
.d_list1 .ul03 .t_li01 .yuan2{ position:absolute; left:50%; top:50%; width:5px; height:5px; border:5px solid #fff; background:#0598dd; 
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
}




/*2核心技术*/
.list2{ float:left; width:920px; padding:13px 0 100px 0;}
.list2 .ul04{ float:left; width:920px; margin-top:0px; position:relative;}
.list2 .ul04 .pf4{ position:absolute; left:20px; top:00px; width:1px; height:100%; background:#e5e5e5;}
.list2 .ul04 li{ float:left; width:860px; margin-top:00px; padding-left:60px; position:relative;}
.list2 .ul04 li .tb1{ position:absolute; left:0; top:00px; width:40px; height:40px; border-top:10px solid #fff; border-bottom:10px solid #fff;}
.list2 .ul04 li .tb1.tb2{ background:url(images/co_2.png) no-repeat;}
.list2 .ul04 li .tb1.tb3{ background:url(images/co_3.png) no-repeat;}
.list2 .ul04 li .tb1.tb4{ background:url(images/co_4.png) no-repeat;}
.list2 .ul04 li .tb1.tb5{ background:url(images/co_5.png) no-repeat;}
.list2 .ul04 li .tb1.tb6{ background:url(images/co_6.png) no-repeat;}
.list2 .ul04 li .tb1.tb7{ background:url(images/co_7.png) no-repeat;}
.list2 .ul04 li .tb1.tb8{ background:url(images/co_8.png) no-repeat;}


.list2 .ul04 li .title9{ float:left; width:860px; height:60px; line-height:60px; font-size:18px; color:#333; background:url(images/co_0.png) center repeat-x;}
.list2 .ul04 li .title9 span{ background:#fff; padding-right:15px;}
.list2 .ul04 li .text5{ float:left; width:860px; line-height:36px; font-size:15px; color:#333; /*margin-top:-10px;*/}
.list2 .ul04 li .d_tb{ float:left; width:858px; height:78px; border:1px solid #e5e5e5; margin-top:50px; margin-bottom:64px; text-align:center; position:relative; font-size:18px; color:#333;
border-radius:8px;
-moz-border-radius:8px;
-ms-border-radius:8px;
-webkit-border-radius:8px;
}
.list2 .ul04 li .d_tb .span2{ float:left; width:221px; padding-top:30px;}
.list2 .ul04 li .d_tb .span3{ float:left; width:416px; padding-top:30px;}
.list2 .ul04 li .d_tb .span4{ float:left; width:221px; padding-top:30px;}
.list2 .ul04 li .d_tb .pic6{ position:absolute; left:199px; top:-35px; width:150px; height:150px;}
.list2 .ul04 li .d_tb .pic7{ position:absolute; left:509px; top:-35px; width:150px; height:150px;}

.list3{ float:left; width:860px; padding-bottom:30px;}
.list3 .li01{ float:left; width:280px; height:210px; position:relative; margin-right:10px; margin-bottom:10px;}
.list3 .li01.mr_0{ margin-right:0;}
.list3 .li01 a{ cursor:default;}
.list3 .li01 img{  width:280px; height:210px;}
.list3 .li01 .pf5{ position:absolute; bottom:0; left:0; float:left; width:100%; height:50px; line-height:50px; text-align:center; background:url(images/co_19.png) repeat; font-size:15px; color:#fff;}
.list3 .li01 .pf6{ position:absolute; left:0; top:0; padding-top:68px; padding-left:50px; line-height:36px; font-size:18px; color:#fff;}

.list3 .li01:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	


.list4{ float:left; width:860px;}
.list4 .li02{ float:left; width:33.33%; height:210px; background:#04b0e9; text-align:center;}
.list4 .li02.bg8{ background:#0598dd;}
.list4 .li02.bg9{ background:#0682ca;}
.list4 .li02 .pic8{ float:left; width:100%; height:54px; text-align:center; margin-top:47px;}
.list4 .li02 .pic8 img{
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.list4 .li02:hover .pic8 img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);	
	}
.list4 .li02 .p6{ float:left; width:100%; height:52px; line-height:26px; margin-top:23px; color:#fff; font-size:15px;}

/*典型案例*/
.list5{ float:left; width:920px; overflow:hidden; margin-top:10px;}
.list5 .ul05{ float:left; width:930px;}
.list5 .ul05 li{ float:left; width:300px; height:225px; margin-top:10px; margin-right:10px; overflow:hidden; position:relative;}
.list5 .ul05 li img{ width:300px; height:225px;}
.list5 .ul05 li .pf7{ position:absolute; left:0; top:0; width:100%; height:100%;}
.list5 .ul05 li .pf7 .a8{ position:relative; float:left; width:300px; height:165px; background:rgba(5,152,221,0.9) url(images/bg4.png) center no-repeat; top:-100%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.list5 .ul05 li .pf7 .p7{ position:relative; float:left; width:300px; height:60px; line-height:60px; text-align:center; background:#0ca734; font-size:16px; color:#fff; bottom:-100%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.list5 .ul05 li:hover .pf7 .a8{ top:0;}
.list5 .ul05 li:hover .pf7 .p7{ bottom:0;}


/*分页*/
.fy{ float:left; width:100%; padding:50px 0px 50px 0px;}
.pz_fy{ float:left; width:100%; height:38px; z-index:100; text-align:center; overflow:hidden;}
.pz_fy .a9{ display:inline-block; *display:inline; *zoom:1; margin:0 3px; padding:0 14px; height:36px; line-height:36px; text-align:center; color:#272727; border:1px solid #e2e2e2; font-family:Arial, Helvetica, sans-serif; text-decoration:none;
    border-radius:36px;
    -moz-border-radius:36px;
    -ms-border-radius:36px;
    -webkit-border-radius:36px;
}
.pz_fy .a10{ display:inline-block; *display:inline; *zoom:1; margin:0 3px; padding:0 50px; height:36px; line-height:36px; text-align:center; border:1px solid #e2e2e2; font-family:Arial, Helvetica, sans-serif; text-decoration:none; background:url(images/rec_3.png) center center no-repeat;
    border-radius:18px;
    -moz-border-radius:36px;
    -ms-border-radius:36px;
    -webkit-border-radius:36px;
}
.pz_fy .a10:hover,.pz_fy .a10.on{ background:#0598dd url(images/rec_3_1.png) center center no-repeat;}
.pz_fy .a11{ display:inline-block; *display:inline; *zoom:1; margin:0 3px; padding:0 50px; height:36px; line-height:36px; text-align:center; border:1px solid #e2e2e2; font-family:Arial, Helvetica, sans-serif; text-decoration:none; background:url(images/rec_4.png) center center no-repeat;
    border-radius:36px;
    -moz-border-radius:36px;
    -ms-border-radius:36px;
    -webkit-border-radius:36px;
}
.pz_fy .a11:hover,.pz_fy .a11.on{ background:#0598dd url(images/rec_4_1.png) center center no-repeat;}
.pz_fy a:hover,.pz_fy a.on{ background:#0598dd; color:#fff; border:1px solid #0598dd; text-decoration:none;}

/*4人才中心*/
.chancecontain{ position:relative; width:100%; float:left; margin-top:10px;}
.chancecontain ul{ float:left; width:100%;}
.chancecontain ul li{ float:left; width:100%; margin-top:12px; line-height:60px;}
.chancecontain ul li .l_1115{ float:left; width:100%; background:#f5f5f5; line-height:60px; font-size:16px; cursor:pointer;}
.lermore_box{ width:85px; float:right; border-left:solid 1px white;}
#lermore{ float:right; width:100%; height:60px; cursor:pointer; background:url(images/rec_1.png) no-repeat center;
-webkit-transition: all 0.1s ease-out 0s; 
-moz-transition: all 0.1s ease-out 0s; 
-o-transition: all 0.1s ease-out 0s; 
transition: all 0.1s ease-out 0s;}

.chancecontain ul li .l_1115 .a .z_270{ color:#333; width:158px; float:left; text-align:center;}
.chancecontain ul li .l_1115 .a .z_170{ color:#333; width:155px; float:left; text-align:center;}
.chancecontain ul li .l_1115 .a .z_236{ color:#333; width:104px; float:left; text-align:center;}
.chancecontain ul li .l_1115 .a .z_204{ color:#333; width:180px; float:left; text-align:center; overflow:hidden; text-overflow:ellipsis;}
.chancecontain ul li .l_1115 .a .z_196{ color:#333; width:237px; float:left; text-align:center;}
.chancecontain ul li.z_l1 .l_1115{ background:#0598dd;height:60px;}
.chancecontain ul li.z_l1 .l_1115 .a{ color:white; line-height:60px; font-size:16px; font-weight:bold;}
.chancecontain ul li.z_l1 .l_1115 .a .z_270{ color:white;}
.chancecontain ul li.z_l1 .l_1115 .a .z_170{ color:white;}
.chancecontain ul li.z_l1 .l_1115 .a .z_236{ color:white;}
.chancecontain ul li.z_l1 .l_1115 .a .z_204{ color:white;}
.chancecontain ul li.z_l1 .l_1115 .a .z_196{ color:white;}
.chancecontain ul li .l_1115.on #lermore{ background:url(images/rec_2.png) no-repeat center;}

.chancecontain ul li .l_1115.on .a .z_270,
.chancecontain ul li .l_1115.on .a .z_170,
.chancecontain ul li .l_1115.on .a .z_236,
.chancecontain ul li .l_1115.on .a .z_204,
.chancecontain ul li .l_1115.on .a .z_196{ color:#0598dd;}

.chancecontain .deta{ display:none; width:100%; overflow:hidden; float:left; background:#fbfbfb;}
.chancecontain .deta .l_1200{ float:left; width:920px; padding:40px 0px 32px 40px;}
.chancecontain .deta .l_1200 .z_1200_t{ width:100%; float:left; font-size:12px; color:#666; line-height:28px; letter-spacing:0.8px;}
.chancecontain .deta .l_1200 .z_655{ width:460px; padding:0 41px 0 0px; float:left;}
.chancecontain .deta .l_1200 .z_655 span{ display:block; font-size:16px; color:#333;}
.chancecontain .deta .l_1200 .z_384{ width:335px; border-left:solid 1px #e7e7e7; padding:0 0px 18px 43px; float:left;}
.chancecontain .deta .l_1200 .z_384 span{ display:block; font-size:16px; color:#333;}
.chancecontain .deta .l_1200 .z_384 .z_link7{ width:335px; padding-left:15px;}
.chancecontain .deta .l_1200 .z_384 .z_link7 a{ display:block; width:108px; height:34px; line-height:34px; text-align:center; font-size:14px; color:#fff; background:#0598dd;
border-radius:17px;
-moz-border-radius:17px;
-ms-border-radius:17px;
-webkit-border-radius:17px;
}

/*5新闻中心*/
.list6{ float:left; width:920px; padding-top:14px;}
.list6 .ul06{ float:left; width:920px;}
.list6 .ul06 li{ float:left; width:860px; height:160px; margin-top:10px; border:1px solid #f2f2f2; padding:30px 29px 29px 29px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.list6 .ul06 li .l_155{ float:left; width:155px;}
.list6 .ul06 li .l_155 .day1{ float:left; width:155px; margin-top:25px; height:42px; line-height:42px; font-size:36px; color:#b0b0b0; font-family:"Arial Black";}
.list6 .ul06 li .l_155 .year1{ float:left; width:155px; height:26px; line-height:26px; font-size:14px; color:#999; font-family:"Arial";}
.list6 .ul06 li .l_155 .year1 img{ vertical-align:middle; padding-bottom:2px; margin-left:5px;}
.list6 .ul06 li .l_155 .year1 .block1{ display:inline-block; *display:inline; *zoom:1;}
.list6 .ul06 li .l_155 .year1 .none1{ display:none;}
.list6 .ul06 li .l_155 .more1{ float:left; width:155px; margin-top:13px;}
.list6 .ul06 li .l_155 .more1 a{ display:block; float:left; width:100px; height:36px; line-height:36px; font-size:14px; color:#999; font-family:"Arial"; border-top:1px solid #e5e5e5; text-align:center;}

.list6 .ul06 li .l_492{ float:left; width:422px; padding-right:70px; letter-spacing:0.6px;}
.list6 .ul06 li .l_492 .title10{ float:left; width:100%; height:25px; line-height:25px; margin-top:30px; font-size:16px; color:#333;}
.list6 .ul06 li .l_492 .p8{ float:left; width:100%; height:52px; line-height:26px; font-size:13px; color:#999; margin-top:18px; overflow:hidden;}

.list6 .ul06 li .l_213{ float:left; width:213px; height:160px;}
.list6 .ul06 li .l_213 img{ width:213px; height:160px;}


.list6 .ul06 li:hover{ background:#0598dd; border:1px solid #0598dd;}
.list6 .ul06 li:hover .year1 .block1{ display:none;}
.list6 .ul06 li:hover .year1 .none1{ display:inline-block; *display:inline; *zoom:1;}
.list6 .ul06 li:hover .l_155 .day1{ color:#fff;}
.list6 .ul06 li:hover .l_155 .year1{ color:#fff;}
.list6 .ul06 li:hover .l_155 .more1 a{ color:#fff; border-top:1px solid #37ade4;}
.list6 .ul06 li:hover .l_492 .title10{ color:#fff;}
.list6 .ul06 li:hover .l_492 .p8{ color:#a5d0ee;}

.list6 .ul06 li:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	



/*6新闻详情*/
.c_0100_18{ float:left; width:920px;}
.t_0100_6{ float:left; width:100%;}
.t_0100_6 .t_t_5{ float:left; width:100%; text-align:center; color:#333333; font-size:24px; font-weight:bold; border-bottom:1px solid #d7d8d8; padding:30px 0 30px 0; margin-top:30px;}
.t_0100_6 .d_t_5{ float:left; width:100%; height:53px; border-bottom:1px solid #d7d8d8;}
.t_0100_6 .d_t_5 .d_l_1{ float:left; color:#777777; font-size:14px; line-height:53px;}
.t_0100_6 .d_t_5 .d_l_2{ float:right; color:#777777; font-size:14px; line-height:53px;  }
.t_0100_6 .d_t_5 .d_l_2 a{ color:#777777;}
.t_0100_6 .d_t_5 .d_l_2 a:hover{ color: #0598dd;}
.t_0100_6 .d_t_5 .d_l_2 img{ width: 38px; vertical-align:middle; padding-bottom:3px;}

.moveIn{ float:left; width:100%; padding: 40px 0 40px 0; color:#333333; font-size:14px; line-height:30px; letter-spacing:0.8px; border-bottom:1px solid #d7d8d8;}

.link13{ float:left; width:100%; height:59px; line-height:59px; font-size:14px; border-top:1px solid #ededed; border-bottom:1px solid #ededed;}
.link13 a{ color:#666; display:block; float:left; width:600px; height:59px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.link13 a:hover{ color:#553c27;}
.link13 .a7{ text-align:left; text-indent:0; border-right:1px solid #ededed;}
.link13 .a8{ text-align:right; text-indent:0; width:599px;}

.c_m_0100_4{ float:left; width:100%; margin:27px 0 55px 0; text-align: center; }
.c_m_0100_4 .l_140{ width:140px; margin:0 auto;}
.c_m_0100_5{ float:left; width:100%; margin:32px 0 0 0;}
.c_m_0100_5 .c_m_t_1{ float:left; width:100%; color:#0598dd; font-size:18px; line-height:24px; margin:83px 0 0 0;}
.c_m_0100_5 .ndBox{}
.c_m_0100_5 .c_m_t_2{ float:left; width:100%; overflow:hidden; padding:22px 0 50px 0;}
.c_m_0100_5 .c_m_t_2 ul{ float:left; width:100%;}
.c_m_0100_5 .c_m_t_2 ul li{ float:left; width:100%; margin-right:30px;}
.c_m_0100_5 .c_m_t_2 ul li:nth-child(even){ margin-right:0;}
.c_m_0100_5 .c_m_t_2 ul li a{ float:left; width:100%; border-bottom:1px solid #ebebeb; color:#333333; font-size:14px; line-height:36px; overflow:hidden;text-overflow:ellipsis;}
.c_m_0100_5 .c_m_t_2 ul li a.bo_0{ border-bottom:0;}
.c_m_0100_5 .c_m_t_2 ul li a:hover{color:#0598dd;}
.c_m_0100_5 .c_m_t_2 ul li span{ float:left; width: 70%;}
.c_m_0100_5 .c_m_t_2 ul li b{float:right; color:#777777; font-size:14px; line-height:38px; font-weight: normal;}

.elli{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

/*7联系我们*/
.c_lx{ float:left; width:920px; padding:12px 0 36px 0;}
.c_lx .lx1{ float:left; width:25%; background:url(images/con_8.jpg) right center no-repeat; text-align:center;}
.c_lx .lx1.b_0{ background:none;}
.c_lx .lx1 .pic9{ float:left; width:100%; height:96px;}
.c_lx .lx1 .text6{ float:left; width:100%; margin-top:15px;}
.c_lx .lx1 .text6 .title11{ float:left; width:100%; height:30px; line-height:30px; font-size:16px; color:#000; overflow:hidden;}
.c_lx .lx1 .text6 .p9{ float:left; width:100%; margin-top:9px; line-height:22px; font-size:14px; color:#666;}

.c_lx .lx1 .text6 .p9 .a12{ display:inline-block; *display:inline; *zoom:1; margin:0 7px; width:24px; height:24px;}
.c_lx .lx1 .text6 .p9 .a13{ display:inline-block; *display:inline; *zoom:1; margin:0 7px; width:24px; height:24px; position:relative;}
.c_lx .lx1 .text6 .p9 .a13 .pf8{ z-index:99; position:absolute; bottom:-120px; left:-35px; width:100px; height:100px; padding:5px; background:#fff; display:none;
box-shadow:0 0 10px #999;
-moz-box-shadow:0 0 10px #999;
-ms-box-shadow:0 0 10px #999;
-webkit-box-shadow:0 0 10px #999;
}
.c_lx .lx1 .text6 .p9 .a13:hover .pf8{ display:block;}
.c_lx .lx1 .text6 .p9 .a13 .pf8 img{ width:100px; height:100px;}
.c_lx .lx1 .text6 .p9 .a14{ display:inline-block; *display:inline; *zoom:1; margin:0 7px; width:24px; height:24px;}

.content2{ float:left; width:100%; padding:0px 0 50px 0;}
#bdmap_1{ width:100%; height: 100%; position: relative; float: left; height:390px;}
#bdmap_1 .iw_poi_title{ font-size: 16px; color: #0598dd; line-height: 24px; font-weight: normal;}
#bdmap_1 .iw_poi_content{ font-size: 14px; color: #666; line-height: 24px; margin-top: 7px;}
#bdmap_1 .BMap_shadow{ display: none !important;}
#bdmap_1 .BMapLabel{ display: none !important;}






.sitemap{ width:100%;float:left;}
.sitemap li{border-bottom:1px dashed #d2d2d2; padding:7px 0; float:left; line-height:40px;width:98%; padding-left:2%;  }
.sitemap li a{ margin-right:10px;font-size:12px; float:left; white-space: nowrap; font-size:14px;}
.sitemap li a:hover{color:#0598dd;}
.sitemap li .font16{ font-size:16px;  /*color:#135fb1*/}
.sitemap li .font14{font-size:14px; }
.sitemap li .font12{ font-size:12px;  color:#999}



