@charset "utf-8";
/* CSS Document */



body{color:#222;-webkit-text-size-adjust:none;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl, dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe{margin:0; padding:0; list-style:none; text-decoration: none;}
h1,h2,h3,h4,h5,h6{font-size:100%; text-decoration: none;}
body,button,input,select,textarea {font-family:Tahoma,Arial,Roboto,"Droid Sans","Helvetica Neue","Droid Sans Fallback","Heiti SC",sans-self;font-size:62.5%; line-height:1.5;}
ol,ul{list-style:none;}

a:link { text-decoration: none; color:#000000;}
a:visited {text-decoration: none; color:#000000;}
a:hover { text-decoration: none; color:#000000;}
a:active {text-decoration: none; color:#000000;}


html,body{ width:100%; height:100%; overflow:hidden;}
.section-wrap{ width:100%;height:100%;overflow:visible;transition:transform 1s cubic-bezier(0.86,0,0.03,1);-webkit-transition:-webkit-transform 1s cubic-bezier(0.86,0,0.03,1);}
.section-wrap .section{ position:relative; width:100%; height:100%; background-position:center center; background-repeat:no-repeat;}
.section-wrap .section-1{ background:#004b70;}
.section-wrap .section-2{ background:url(../images/Img_bgg2.png) 0 0 no-repeat;}
.section-wrap .section-3{ background:url(../images/Img_bgg3.png) 0 0 no-repeat;}
.section-wrap .section-4{ background:url(../images/Img_bgg4.png) 0 0 no-repeat;}
.section-wrap .section-5{ background:url(../images/Img_bgg5.png) 0 0 no-repeat;}
.put-section-0{ transform:translateY(0);-webkit-transform:translateY(0);}
.put-section-1{ transform:translateY(-100%);-webkit-transform:translateY(-100%);}
.put-section-2{ transform:translateY(-200%);-webkit-transform:translateY(-200%);}
.put-section-3{ transform:translateY(-300%);-webkit-transform:translateY(-300%);}
.put-section-4{ transform:translateY(-400%);-webkit-transform:translateY(-400%);}
.section-btn{ width:14px;position:fixed;right:4%;top:50%;}
.section-btn li{ width:14px;height:14px;cursor:pointer;text-indent:-9999px;border-radius:50%;-webkit-border-radius:50%;margin-bottom:12px; background:#0d70a0;text-align:center; color:#fff; onsor:pointer;}
.section-btn li.on{ background:#fff}
.arrow{ opacity:1;animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;-webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;transform:rotate(-90deg);-webkit-transform:rotate(-90deg); position:absolute;bottom:10px;left:50%;margin-left:-30px;width:60px;height:60px;border-radius:100%;-webkit-border-radius:100%;line-height:60px;text-align:center;font-size:20px;color:#fff;border:1px solid #fff;cursor:pointer;overflow:hidden;}
.arrow:hover{ animation-play-state:paused;-webkit-animation-play-state:paused;}
@keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }
@-webkit-keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} } 
		


#wrapper {width: 100%; height: 100%; position: fixed; top: 0; bottom: 0;  background-repeat: no-repeat; background-size: cover; transition: all 0.5s; background-image: linear-gradient(90deg, #f4c40d,#ee6e01);}
#wrapper .sidebar {width: 260px; height: 100%;opacity: 0;  /* b div 隐藏*/  position: absolute; top: 0; left: -320px; bottom: 0; background:url(../images/Img_02.png) 0 0 repeat-y; overflow: hidden; z-index: 9999;}
#wrapper .sidebar:hover{ opacity: 1;  /* 鼠标经过 a div 时 b div 显示*/  }  

#wrapper button {width: 40px;height: 40px;background-color: rgba(255, 255, 255, 0);background-image: url(../images/button.png);background-repeat: no-repeat;background-size: 100%;border: 0;outline: none;position: absolute;top: 20px;left: 10px;transition: all 0.5s; cursor: pointer; z-index: 9999;}

.headSculpture {background:url(../images/Img_01.png) 0 0 no-repeat;width: 100%;	height:300px; margin-top: 5px; text-align: center;}

.headSculpture img {width: 195px; height: 150px; cursor:pointer; margin:60px auto;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px, 0);
	transform: translate3d(0,-10px,0);}
.headSculpture:hover img{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



.headSculpture p {margin: 0 auto; margin-top: 15px; font-size: 15px; width: 160px;height: 30px; line-height: 30px; background-color:#004b70; border-radius: 15px; color: #fff; transform: translate(200px,0); transition: all 1s;}
.headSculpture .opacity{transform: translate(0,0);}

.option,.option ul li {width: 100%;}
.option ul {padding: 15px 0;}

.option ul li {display: flex;align-items: center; width:195px; margin-top: 15px; padding-left:25px; cursor: pointer; color: #D0D1D7; transform: translateZ(0); position: relative; transition-property: color; transition-duration: 0.4s; transition: all 1s;}
/*.option ul li:nth-child(1),.option ul li:nth-child(3),.option ul li:nth-child(5),.option ul li:nth-child(7){transform: translate(-200px,0);}
.option ul li:nth-child(2),.option ul li:nth-child(4),.option ul li:nth-child(6){transform: translate(200px,0);}
*/
.sidebar .option ul li.li{transform: translate(0,0);}
.option ul li:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background:#004b70; transform-origin: 0 50%; transform: scaleX(0); transition: transform 0.3s ease-out;}
.option ul li:hover,.option ul li:focus,.option ul li:active {color: #ffffff;}
.option ul li:hover:before,.option ul li:focus:before,.option ul li:active:before {transform: scaleX(1);}
.option ul li img {width: 25px; height: 25px;}
.option ul li p {height: 30px; line-height: 36px; font-size: 16px; padding-left: 15px; margin-left: 10px; letter-spacing: 1px; color:#FFF;}

.sidebar_ewm{width:100%; height:80px; margin:15px auto; background:url(../images/Img_04.png) center center no-repeat;}


.banner{width:100%; text-align: center;}

.section a.item{display: block; overflow: hidden;}



.section-wrap > .section-2 > .yewu{width:1200px; height:350px; margin:0 auto; padding:80px 0 0 0; cursor:pointer;}
.section-wrap > .section-2 > .yewu .yewu_wuye{width:25%; height:auto; overflow:hidden; float:left; position:relative;}
.section-wrap > .section-2 > .yewu .yewu_wuye #quan{width:212px; height:212px; margin:0 auto; display:block; background:url(../images/ban1Cir3.png) center center no-repeat; transition: all 0.4s ease 0.3s;  -webkit-animation: "quan" 130s infinite linear;/***一秒循环执行**/ }
 @-webkit-keyframes "quan"{/**关键帧名称**/
                0%{-webkit-transform: rotate(-0deg);}
                100%{-webkit-transform: rotate(-360deg);}
        }
.section-wrap > .section-2 > .yewu .yewu_wuye .wuye_i{width:135px; height:144px; margin:0 auto; position:absolute; top:35px; left:84px; background:url(../images/Img_0612.png) center center no-repeat; transition:all 0.4s ease 0.3s; -webkit-animation: "wuye_i" 100s infinite linear;/***一秒循环执行**/}
 @-webkit-keyframes "wuye_i"{/**关键帧名称**/
                0%{-webkit-transform: rotate(0deg);}
                100%{-webkit-transform: rotate(360deg);}
        }
		
.section-wrap > .section-2 > .yewu .yewu_wuye:hover .wuye_i{width:135px; height:144px; margin:0 auto; position:absolute; top:35px; left:84px; background:url(../images/Img_063.png) center center no-repeat; transition:all 0.4s ease 0.3s; -webkit-animation: "wuye_i" 100s infinite linear;/***一秒循环执行**/}
		
.section-wrap > .section-2 > .yewu .yewu_wuye .quan_q{ transition-delay:0.3s;}
.section-wrap > .section-2 > .yewu .yewu_wuye .quan_q2{ transition-delay:0.7s}
.section-wrap > .section-2 > .yewu .yewu_wuye .quan_q3{ transition-delay:1.1s}
 
.section-wrap > .section-2 > .yewu .yewu_wuye .wuye_img{width:63px; height:66px; margin:0 auto; overflow:hidden; position:absolute; top:70px; left:120px; background:url(../images/Img_06tu.png) center center no-repeat;}
.section-wrap > .section-2 > .yewu .yewu_wuye h2{width:100%; height:50px; line-height:50px; text-align:center; color:#FFF; font-weight:600; font-size: 20px; font-family: Microsoft YaHei,"宋体",Arial, Helvetica, sans-serif;}


.section-wrap > .section-2 > .yewu .yewu_csfw{width:25%; height:auto; overflow:hidden; float:left; position:relative;}
.section-wrap > .section-2 > .yewu .yewu_csfw #quan{width:212px; height:212px; margin:0 auto; display:block; background:url(../images/ban1Cir3.png) center center no-repeat;  -webkit-animation: "quan" 160s infinite linear;/***一秒循环执行**/}
.section-wrap > .section-2 > .yewu .yewu_csfw .wuye_i{width:135px; height:144px; margin:0 auto; position:absolute; top:35px; left:84px; background:url(../images/Img_0712.png) center center no-repeat; -webkit-animation: "wuye_i" 120s infinite linear;/***一秒循环执行**/}
.section-wrap > .section-2 > .yewu .yewu_csfw:hover .wuye_i{width:135px; height:144px; margin:0 auto; position:absolute; top:35px; left:84px; background:url(../images/Img_063.png) center center no-repeat; transition:all 0.4s ease 0.3s; -webkit-animation: "wuye_i" 100s infinite linear;/***一秒循环执行**/}
.section-wrap > .section-2 > .yewu .yewu_csfw .csfw_img{width:63px; height:66px; margin:0 auto; overflow:hidden; position:absolute; top:70px; left:120px; background:url(../images/Img_07tu.png) center center no-repeat;}
.section-wrap > .section-2 > .yewu .yewu_csfw h2{width:100%; height:50px; line-height:50px; text-align:center; color:#FFF; font-weight:600; font-size: 20px; font-family: Microsoft YaHei,"宋体",Arial, Helvetica, sans-serif;}


.section-wrap > .section-2 > .yewu .yewu_fhjq{width:25%; height:auto; overflow:hidden; float:left; position:relative;}
.section-wrap > .section-2 > .yewu .yewu_fhjq #quan{width:212px; height:212px; margin:0 auto; display:block; background:url(../images/ban1Cir3.png) center center no-repeat;  -webkit-animation: "quan" 190s infinite linear;/***一秒循环执行**/}
.section-wrap > .section-2 > .yewu .yewu_fhjq .wuye_i{width:135px; height:144px; margin:0 auto; position:absolute; top:35px; left:84px; background:url(../images/Img_082.png) center center no-repeat; -webkit-animation: "wuye_i" 140s infinite linear;/***一秒循环执行**/}
.section-wrap > .section-2 > .yewu .yewu_fhjq:hover .wuye_i{width:135px; height:144px; margin:0 auto; position:absolute; top:35px; left:84px; background:url(../images/Img_063.png) center center no-repeat; transition:all 0.4s ease 0.3s; -webkit-animation: "wuye_i" 100s infinite linear;/***一秒循环执行**/}
.section-wrap > .section-2 > .yewu .yewu_fhjq .fhjq_img{width:63px; height:66px; margin:0 auto; overflow:hidden; position:absolute; top:70px; left:120px; background:url(../images/Img_08tu.png) center center no-repeat;}
.section-wrap > .section-2 > .yewu .yewu_fhjq h2{width:100%; height:50px; line-height:50px; text-align:center; color:#FFF; font-weight:600; font-size: 20px; font-family: Microsoft YaHei,"宋体",Arial, Helvetica, sans-serif;}


.section-wrap > .section-2 > .yewu .yewu_kmc{width:25%; height:auto; overflow:hidden; float:left; position:relative;}
.section-wrap > .section-2 > .yewu .yewu_kmc #quan{width:212px; height:212px; margin:0 auto; display:block; background:url(../images/ban1Cir3.png) center center no-repeat;  -webkit-animation: "quan" 160s infinite linear;/***一秒循环执行**/}
.section-wrap > .section-2 > .yewu .yewu_kmc .wuye_i{width:135px; height:144px; margin:0 auto; position:absolute; top:35px; left:84px; background:url(../images/Img_082.png) center center no-repeat; -webkit-animation: "wuye_i" 120s infinite linear;/***一秒循环执行**/}
.section-wrap > .section-2 > .yewu .yewu_kmc:hover .wuye_i{width:135px; height:144px; margin:0 auto; position:absolute; top:35px; left:84px; background:url(../images/Img_063.png) center center no-repeat; transition:all 0.4s ease 0.3s; -webkit-animation: "wuye_i" 100s infinite linear;/***一秒循环执行**/}
.section-wrap > .section-2 > .yewu .yewu_kmc .kmc_img{width:63px; height:66px; margin:0 auto; overflow:hidden; position:absolute; top:70px; left:120px; background:url(../images/Img_kmc.png) center center no-repeat;}
.section-wrap > .section-2 > .yewu .yewu_kmc h2{width:100%; height:50px; line-height:50px; text-align:center; color:#FFF; font-weight:600; font-size: 20px; font-family: Microsoft YaHei,"宋体",Arial, Helvetica, sans-serif;}




/*按钮*/
.yewu_menu{margin:80px 0 0 0;  text-align:center;  height:200px;  font-family: 'Open Sans Condensed', sans-serif;}
.yewu_menu:before {content: "";display: inline-block;	vertical-align: middle;}

#menu{display: inline-block;  height:135px; width:70%;vertical-align: middle; white-space: nowrap;}
#menu li {position: relative;z-index: 2;display: block;float: left;width: 15%;height: 135px;line-height: 220px;margin-right: -3.57143%;white-space: nowrap;background-position: 50%;}
.rocket {background: url(../images/rocket-large.png)no-repeat;margin-left:  1.42857%;}
.wine{background:url(../images/wine-large.png)no-repeat;}
.burger{background:url(../images/burger-large.png)no-repeat;}
.comment{background:url(../images/comment-large.png)no-repeat;}
.sport{background:url(../images/sport-large.png)no-repeat;}
.earth{background:url(../images/earth-large.png)no-repeat;}
.education{background:url(../images/education-large.png)no-repeat;}
.other{background:url(../images/other-large.png)no-repeat;}

#menu ul{position:relative;}
#menu ul:after{  content:"";  display:block;  clear:both;}
#menu a{color:#494949;  text-decoration:none;  display:block;  width:100%;  height:100%;  font-size:16px; text-shadow: 0 -1px 0 #F6F6F6;}
#menu li:after {content: "";width: 9.5238%;height: 100%;position: absolute;top: 0;right: -9.5238%;background: #FFF;}

.rocket:before {content: "";width: 9.5238%;height: 100%;position: absolute;top: 0;left: -9.5238%;background: #FFF;border-radius: 5px 0px 0px 5px;}
.other:after{border-radius:0px 5px 5px 0px;}
.current{position:absolute;  top:-13px;  left:8.92857%;  margin-left: -49px;  width:95px;  height:165px;  -webkit-transition: all 400ms cubic-bezier(.45,1.92,.9,1.54);-moz-transition: all 400ms cubic-bezier(.45,1.92,.9,1.54);-o-transition: all 400ms cubic-bezier(.45,1.92,.9,1.54);
-ms-transition: all 400ms cubic-bezier(.45,1.92,.9,1.54);transition: all 400ms cubic-bezier(.16,1.23,.87,1.18);}
.current-back{width:100%; height:100%; position:absolute; background:#036493; border-radius:5px; border-bottom: 2px solid rgba(0, 0, 0, 0.09); border-top: 2px solid rgba(255,255,255,0.1);}
.top-arrow{position:absolute; overflow:hidden; width:100%; height:12px; top:13px; left:0; z-index:2;}
.top-arrow:before{content:""; position:absolute; width:80%; height:10px; top:-10px; left:10%; border-radius:20%; box-shadow:0 0 10px black;}
.top-arrow:after{content:""; position:absolute; width:0; height:0; top:0px; border-top:8px solid #036493; border-left:6px solid transparent; border-right:6px solid transparent; margin-left:-6px; left:50%;}

.bottom-arrow{position:absolute; overflow:hidden; width:100%; height:12px; bottom:17px; left:0; z-index:2;}
.bottom-arrow:before{content:""; position:absolute; width:80%; height:10px; bottom:-10px; left:10%; border-radius:20%; box-shadow:0 0 10px black;}
.bottom-arrow:after{content:""; position:absolute; width:0; height:0; bottom:0; border-bottom:12px solid #036493; border-left:8px solid transparent; border-right:8px solid transparent; margin-left:-8px; left:50%;}

.wine:hover ~ .current{left:20.5%;}
.burger:hover ~ .current{left: 32%;}
.comment:hover ~ .current{left:43.5%;}
.sport:hover ~ .current{left: 54.8%;}
.earth:hover ~ .current{left:66%; }
.education:hover ~ .current{left:77.8%;}
.other:hover ~ .current{left: 89%;}

.yewulingyu_h2{width:1200px; height:50px; line-height:50px; text-align:center; margin:0 auto;}
.yewulingyu_h2 h2{font-size:36px; color:#FFF; font-weight:normal;}


.section-3 > .title_h2{width:1200px; height:50px; margin:0 auto; padding-top:30px;}
.section-3 > .title_h2 h2{color:#006ca2; font-size:30px; font-family: Microsoft YaHei,"宋体",Arial, Helvetica, sans-serif; line-height:50px;}

/*数据统计滚动*/
*:after,*:before {
	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;box-sizing: border-box;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,.clearfix:after {content: " ";	display: table;}

.clearfix:after {clear: both;}

.demo{ padding: 5em 0;}
.counter{padding: 20px 0;text-align: center;position: relative;}
.counter .counter-content{width: 230px;	height: 252px;background:url(../images/Img_09.png) 0 center no-repeat;	padding: 80px 0;margin: 0 auto 30px;z-index: 1;	position: relative;transition: all 0.3s ease 0s;}
.counter .counter-content i{font-style:normal; color: #FFF; font-size: 40px;}
.counter .counter-content:before{content: "";width: 100%;height: 100%; cursor:pointer; background:url(../images/Img_10.png) 0 center no-repeat;	position: absolute;	z-index: -1;top: 50%;left: 50%;	transform: translate(-50%,-50%);}

.counter .counter-content:hover{-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);transform: rotateZ(360deg);}
/*.counter .counter-content:after{
	content: "";
	border-top: 16px solid #f19f48;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
}*/
.counter .counter-icon{	display: block;	font-size: 50px;color: #f19f48;	line-height: 50px;}
.counter .counter-value{font-size: 40px;font-weight: 700;color: #FFF;line-height: 70px;}
.counter .title{display: inline-block;	padding: 5px 25px;	border-radius: 10px;font-size: 16px;font-weight:normal;	color: #d6d6d6;	text-transform: capitalize;	margin: 0;}
.counter.red .counter-content:before{border-color: #ef5f61;	border-bottom-color: transparent;}
.counter.red .counter-content:after{ border-top-color: #ef5f61; }
.counter.red .counter-icon{ color: #ef5f61; }
.counter.red .title{ }
.counter.blue .counter-content:before{border-color: #4d9fcf;border-bottom-color: transparent;}
.counter.blue .counter-content:after{ border-top-color: #4d9fcf; }
.counter.blue .counter-icon{ color: #4d9fcf; }
.counter.blue .title{ }
.counter.purple .counter-content:before{border-color: #a98ceb;border-bottom-color: transparent;}
.counter.purple .counter-content:after{ border-top-color: #a98ceb; }
.counter.purple .counter-icon{ color: #a98ceb; }
.counter.purple .title{ }


/*首页简介*/
.section-3_about{width:1200px; height:auto; margin:0 auto;}
.section-3_about p{color:#202020; font-size:16px; font-family: Microsoft YaHei,"宋体",Arial, Helvetica, sans-serif; line-height:30px;}
.section-3_about_more{width:128px; height:45px; line-height:45px; font-size:16px; text-align:center; margin:0 auto; background:url(../images/Img_12.png) center bottom no-repeat;}
.section-3_about_more a:hover{color:#1070a1;}


/*首页新闻列表*/
.section-4_Img{width:1200px; height:300px; margin:0 auto; padding-top:120px; cursor:pointer; overflow:hidden;}
.section-4_Img img{width:100%; height:171px; overflow:hidden;}
.section-4_list{width:1200px; height:508px; margin:0 auto; overflow:hidden;}
.section-4_list > dl{width:1200px; height:100px; overflow:hidden; margin:15px 0 0 0; border-bottom:1px solid #cdcdcd;}
.section-4_list > dl a dt{width:130px; height:100px; float:left;}
.section-4_list > dl a dt h1{color:#1879aa; font-size:30px; font-family: Microsoft YaHei,"宋体",Arial, Helvetica, sans-serif; font-weight:bold; line-height:30px;} 
.section-4_list > dl a dt span{color:#494949; font-size:18px; font-family: Microsoft YaHei,"宋体",Arial, Helvetica, sans-serif; font-weight:normal; line-height:30px;} 
.section-4_list > dl a dd{width:1050px; height:100px; float:left;}
.section-4_list > dl a dd h2{color:#1879aa; height:30px; font-size:20px; font-family: Microsoft YaHei,"宋体",Arial, Helvetica, sans-serif; font-weight:normal; line-height:30px; overflow:hidden;} 
.section-4_list > dl a dd p{color:#696969; font-size:12px; font-family: Microsoft YaHei,"宋体",Arial, Helvetica, sans-serif; font-weight:normal; line-height:30px;} 
.section-4_list > dl a:hover{background:#1879aa; width:1200px; height:100px; overflow:hidden; display:block;}
.section-4_list > dl a:hover dt h1{color:#FFF;}
.section-4_list > dl a:hover dt span{color:#F9F9F9;}
.section-4_list > dl a:hover dd h2{color:#FFF; text-decoration:underline;}
.section-4_list > dl a:hover dd p{color:#F9F9F9;}
.section-4_about_more{width:128px; height:45px; line-height:45px; font-size:16px; text-align:center; margin:0 auto; background:url(../images/Img_12.png) center bottom no-repeat;}
.section-4_about_more a:hover{color:#1070a1;}


/*首页联系我们*/

.section-5 > .title_h2{width:1200px; height:80px; margin:0 auto; padding-top:30px;}
.section-5 > .title_h2 h2{color:#FFF; font-size:30px; font-family: Microsoft YaHei,"宋体",Arial, Helvetica, sans-serif; line-height:50px;}

.section-5 > .section-5_address{width:1200px; height:200px; background:url(../images/Img_14.png) 0 bottom repeat-x; margin:0 auto;}
.section-5 > .section-5_address ul{width:100%; margin:50px 0 0 0;}
.section-5 > .section-5_address ul li{line-height:35px; color:#FFF; font-size:18px; font-family: Microsoft YaHei,"宋体",Arial, Helvetica, sans-serif; margin:10px 0 10px 0;}

.section-5_navList{width:1200px; height:420px; margin:0 auto; padding-top:30px; display:block;}

.section-5_navList > dl{float:left; width:15%;margin-left: 15px;}
.section-5_navList > dl dt{text-align:center; height:45px; line-height:45px; color:#FFF; font-size:18px; font-family: Microsoft YaHei,"宋体",Arial, Helvetica, sans-serif;}
.section-5_navList > dl dd{text-align:center; height:35px; line-height:35px; color:#FFF; font-size:16px; font-family: Microsoft YaHei,"宋体",Arial, Helvetica, sans-serif; font-weight:normal;}
.section-5_navList > dl dd a{color:#FFF;}
.section-5_navList > dl dd a:hover{color:#1070a1;}


.section-5_footer{width:1200px; height:150px; margin:0 auto; overflow:hidden;}
.section-5_footer p{width:1200px; line-height:35px; color:#FFF; text-align:center; font-size:16px; font-family: Microsoft YaHei,"宋体",Arial, Helvetica, sans-serif; font-weight:normal;}
.section-5_footer p a{color:#FFF;}
.section-5_footer h3{float:right; cursor:pointer;}













  







