﻿/* css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding:0; margin:0;}
body{ font-family:'Microsoft Yahei',Arial,Simsun;font-size:14px;min-width: 1000px;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight: normal;font-style: normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;font-size:100%;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a{text-decoration:none; outline:none; blr:expression(this.onFocus=this.blur());}
.clear{ display:block; clear:both;}
.relative{ position:relative;}
.grayscale{ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */}
/* css reset */
html,body {position: relative;width:100%;height: 100%;}
.bgBlock,.wind_aBlock .icon,.wind_aBlock .text,.wind_textContent,.wind_ulContent,.wind_textBlock .more,.indexNews_textBlock .title,.bgColor,.pageNav_ch,.pageNav_en,.pageNav_bg {-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.indexNews_images,.indexNews_img:after,.indexNews_img:before,.indexNews_wire:after,.indexNews_wire:before,.indexUl_bgImg,.news_video .bgImg,.news_map .bgImg {-webkit-transition:all 0.6s ease;-ms-transition:all 0.6s ease;-moz-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;}
.king:hover img,.indexNews_aBlock:hover .indexNews_images,.indexUl_aBlock:hover .indexUl_bgImg,.news_video:hover .bgImg,.news_map:hover .bgImg {-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

.header_logo:after {content: "";display: block;position: absolute;left: -200px;top: 0px;width: 150px;height: 100%;background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));overflow: hidden;-webkit-transform: skewx(-25deg);-webkit-transition: 0s;}
.header_logo:hover:after { width: 150px; left: 600px; -webkit-transition: 1.2s;transition: 1.2s;}
.king:hover:after {width: 150px; left: 1000px; -webkit-transition: 1.2s;transition: 1.2s;}

@-webkit-keyframes anim1 
{
	0%{ -webkit-transform:translate(0,0px);}
	25%{ -webkit-transform:translate(0,-20px);}
	75%{ -webkit-transform:translate(0,10px);}
	100%{ -webkit-transform:translate(0,0);}
}
@-ms-keyframes anim1 
{
	0%{ -ms-transform:translate(0,0px);}
	25%{ -ms-transform:translate(0,-20px);}
	75%{ -ms-transform:translate(0,10px);}
	100%{ -ms-transform:translate(0,0);}
}
@keyframes anim1 
{
	0%{ transform:translate(0,0px);}
	25%{ transform:translate(0,-20px);}
	75%{ transform:translate(0,10px);}
	100%{ transform:translate(0,0);}
}
@-moz-keyframes anim1 
{
	0%{ -moz-transform:translate(0,0px);}
	25%{ -moz-transform:translate(0,-20px);}
	75%{ -moz-transform:translate(0,10px);}
	100%{ -moz-transform:translate(0,0);}
}
@-o-keyframes anim1 
{
	0%{ -o-transform:translate(0,0px);}
	25%{ -o-transform:translate(0,-20px);}
	75%{ -o-transform:translate(0,10px);}
	100%{ -o-transform:translate(0,0);}
}
@keyframes animScale
{
	0%{ transform:scale(1);}
	50%{ transform:scale(1.1);}
	100%{ transform:scale(1);}
}
@-webkit-keyframes animScale
{
	0%{ -webkit-transform:scale(1);}
	50%{ -webkit-transform:scale(1.1);}
	100%{ -webkit-transform:scale(1);}
}
@-ms-keyframes animScale
{
	0%{ -ms-transform:scale(1);}
	50%{ -ms-transform:scale(1.1);}
	100%{ -ms-transform:scale(1);}
}
@-moz-keyframes animScale
{
	0%{ -moz-transform:scale(1);}
	50%{ -moz-transform:scale(1.1);}
	100%{ -moz-transform:scale(1);}
}
@-o-keyframes animScale
{
	0%{ -o-transform:scale(1);}
	50%{ -o-transform:scale(1.1);}
	100%{ -o-transform:scale(1);}
}
@-webkit-keyframes animRotate
{
	0%{ -webkit-transform:rotate(0);}
	50%{ -webkit-transform:rotate(360deg);}
	100%{ -webkit-transform:rotate(0);}
}
@-ms-keyframes animRotate
{
	0%{ -ms-transform:rotate(0);}
	50%{ -ms-transform:rotate(360deg);}
	100%{ -ms-transform:rotate(0);}
}
@keyframes animRotate
{
	0%{ transform:rotate(0);}
	50%{ transform:rotate(360deg);}
	100%{ transform:rotate(0);}
}
@-moz-keyframes animRotate
{
	0%{ -moz-transform:rotate(0);}
	50%{ -moz-transform:rotate(360deg);}
	100%{ -moz-transform:rotate(0);}
}
@-o-keyframes animRotate
{
	0%{ -o-transform:rotate(0);}
	50%{ -o-transform:rotate(360deg);}
	100%{ -o-transform:rotate(0);}
}

.king {-webkit-animation:anim1 2s linear infinite;-ms-animation:anim1 2s linear infinite;animation:anim1 2s linear infinite;-moz-animation:anim1 2s linear infinite;-o-animation:anim1 2s linear infinite;}
.bigImg_contentBlock,.com_bigImage {-webkit-animation:animScale 20s linear infinite;animation:animScale 20s linear infinite;-ms-animation:animScale 20s linear infinite;-moz-animation:animScale 20s linear infinite;-o-animation:animScale 20s linear infinite;}
.king {-webkit-animation:animRotate 100s linear infinite;animation:animRotate 100s linear infinite;-ms-animation:animRotate 100s linear infinite;-moz-animation:animRotate 100s linear infinite;-o-animation:animRotate 100s linear infinite;}

.bodyer {position: relative;width:100%;min-width:1200px;overflow: hidden;min-height: 200px;padding-top:74px;}
.header_content {position: fixed;width:100%;height: 74px;background: #fff;box-shadow: 0px 0px 4px 0px #ccc;z-index: 999;top:0px;left:0px;}
.header_contentBlock {position: relative;width:1200px;margin:auto;min-width:1280px;}
.header_logo {position: absolute;left:0px;top:0px;padding:4px 0;display: block;height: 46px;}
.header_ulContent {position: relative;width:1130px;float: right;}
.header_block {position: absolute;right:0px;top:22px;border: 1px solid #cccccc;padding-right:20px;}
.header_button {position: absolute;right:0px;top:0px;z-index: 99;}

.header_ulBlock {position: relative;float: right;width: 662px;}
.header_aBlock {position: relative;float: left;display: block;padding:27px 29px 0px 29px;font-size:15px;cursor: pointer;width: 62px;}
.header_aBlock.w4 {width:36px;}
.header_aBlock.w3 {width:30px;}
.header_aBlock .text {color:#333333;z-index: 99;position: relative;display: block;}
.header_input {position: relative;width:80px;height: 28px;border: 0px;padding-left:10px;color:#999;outline: none;padding-right:10px;}
.header_button {position: absolute;padding:6px 10px;height: 16px;cursor: pointer;}
.nav_content {position: absolute;bottom:-40px;height: 40px;width:1920px;background: url(../images/b_5.png);left:0px;display: none;}
.nav_aBlock {position: relative;float: left;display: block;color:#fff;height: 40px;line-height: 40px;padding:0px 30px;font-size:14px;width:58px;white-space: nowrap;text-align:center;}
/*.header_aBlock:hover .nav_content {display: block;}*/
.header_aBlock .bgBlock {    position: relative;
    width: 0%;
    height: 3px;
    display: block;
    background: #1976d2;
    margin:auto;margin-top: 24px;}
.header_aBlock.current .bgBlock,.header_aBlock:hover .bgBlock {width:100%;}
.nav_aBlock:hover {color:#1e9874;}
.nav_content.right {left:-464px;}
.nav_content.right1 {left:-470px;}
.nav_content.right2 {left:-354px;}
.footer_content {position: relative;width:100%;background: #496573;z-index: 999;box-shadow: 0px 0px 4px 0px #ccc;padding: 20px 0;}
.footer_contentBlock {position: relative;width:1200px;margin:auto;color:#fff}
.footer_text {position: relative;float: left;}
.footer_text span{margin-right:5px}
.footer_text a{color: #fff}
.footer_aBlock {position: relative;float: right;width: 440px;}
.footer_aBlock a{color:#fff}
.footer_aBlock .link{width:180px;float:left;position:relative;margin:0px 15px}
.wc_img {
    float: right;
    width: 220px;
}
.footer_aBlock .link h4{height:22px;cursor: pointer; line-height:22px;border:1px solid #c6cbce;padding-left:10px;background:url(../Images) right 10px center}
.footer_aBlock .link_txt{width:100%;position:absolute;top:24px;left:0;z-index:9999;display:none}
.footer_aBlock .link_txt a{color:#232424;line-height:24px;padding-left:10px;background:#dcdcdc;opacity:.8;filter:Alpha(opacity=80);margin-bottom:2px;display:block}
.footer_aBlock .txt{float:right;margin-left: 15px;}
.common_content {position: relative;width:100%;z-index: 99;background: url(../images/I_4.jpg);margin-top:112px;box-shadow: 0px 0px 4px 0px #ccc;}
.common_contentBlock {position: relative;width:1200px;margin:auto;}
.bigImg_content {position: fixed;width:100%;height:112px;overflow: hidden;top:74px;left:0px;}
.bigImg_contentBlock {position: absolute;height: 100%;width:100%;top:0px;left:0px;}
.fixed_top {position: fixed;top:0px;left:0px;width:0px;height: 0px;}
.bottom_img {position: relative;width:100%;height: 171px;background: url(../images/b_7.png) no-repeat center;}

@-webkit-keyframes headerAnim
{
	0%{top:-78px;}
	100%{top:0px;}
}

/*.header_content.current {position: fixed;-webkit-animation:headerAnim 0.6s ease-in-out backwards;}*/
.index_bodyer .bigImg_content {height: 600px;}
.index_bodyer .common_content {position: relative;width:100%;margin-top:526px;}
.index_img {position: relative;width:100%;}
.index_img img {width:100%;margin-bottom:-4px;}
.wind_content {position: absolute;bottom:0px;left:0px;width:100%;height: 6px;z-index: 88;min-width:1200px;}
.wind_wireContent {position: absolute;bottom:0px;width:100%;left:0px;height:4px;background: url(../images/b2_4.png);box-shadow: 0px 0px 4px 0px #ccc;}
.wind_wireBlock {position: absolute;left:0px;bottom:0px;height: 4px;width:16%;background: #1976d2;}
.wind_showBlock {position: relative;width:100%;height: 100%;overflow: hidden;}
.wind_contentBlock {position: relative;width:130%;height: 100%}
.wind_textContent {position: absolute;width:17%;height: 100%;background: url(../images/b2_3.png);top:0px;left:-17%;overflow: hidden;}
.wind_textBlock {position: absolute;left:50%;margin-left:-120px;top:50%;margin-top:-103px;color:#fff;width:240px;display: none;}
.wind_textBlock .title {font-size:18px;letter-spacing: 3px;}
.wind_textBlock .wire {width:38px;height: 2px;background: #fff;margin:18px 0;}
.wind_textBlock .text {width:100%;line-height: 30px;text-align:justify;text-justify:inter-ideograph;}
.wind_textBlock .more {width:80px;display: block;border: 1px solid #fff;color:#fff;text-align: center;padding:5px 0;font-size:12px;margin-top:25px;}
.wind_ulContent {position: absolute;width:77%;bottom:60px;left:0%;overflow: hidden;height: 91px;padding-top:30px;}
.wind_ulBlock {position: relative;width:1080px;margin:auto;}
.wind_aBlock {position: relative;float: left;width:80px;display: block;margin:0px 37px;height: 91px;}
.wind_aBlock .icon {position: absolute;width:62px;margin:auto;height: 62px;top:0px;left:9px;}
.wind_aBlock .icon.icon1 {background: url(../images/b1_21.png) no-repeat center;}
.wind_aBlock .icon.icon2 {background: url(../images/b1_22.png) no-repeat center;}
.wind_aBlock .icon.icon3 {background: url(../images/b1_23.png) no-repeat center;}
.wind_aBlock .icon.icon4 {background: url(../images/b1_24.png) no-repeat center;}
.wind_aBlock .icon.icon5 {background: url(../images/b1_25.png) no-repeat center;}
.wind_aBlock .icon.icon6 {background: url(../images/b1_26.png) no-repeat center;}
.wind_aBlock .icon.icon7 {background: url(../images/b1_27.png) no-repeat center;}

.wind_aBlock:hover .text,.wind_aBlock.current .text {color:#ee8600;}
.wind_aBlock:hover .icon.icon1,.wind_aBlock.current .icon.icon1 {background: url(../images/b1_211.png) no-repeat center;}
.wind_aBlock:hover .icon.icon2,.wind_aBlock.current .icon.icon2 {background: url(../images/b1_221.png) no-repeat center;}
.wind_aBlock:hover .icon.icon3,.wind_aBlock.current .icon.icon3 {background: url(../images/b1_231.png) no-repeat center;}
.wind_aBlock:hover .icon.icon4,.wind_aBlock.current .icon.icon4 {background: url(../images/b1_241.png) no-repeat center;}
.wind_aBlock:hover .icon.icon5,.wind_aBlock.current .icon.icon5 {background: url(../images/b1_251.png) no-repeat center;}
.wind_aBlock:hover .icon.icon6,.wind_aBlock.current .icon.icon6 {background: url(../images/b1_261.png) no-repeat center;}
.wind_aBlock:hover .icon.icon7,.wind_aBlock.current .icon.icon7 {background: url(../images/b1_271.png) no-repeat center;}

.wind_aBlock .text {color:#fff;padding-top:10px;white-space: nowrap;width:100%;text-align:center;position: absolute;bottom: 0px;left:0px;}
.wind_wire {position: absolute;left: -215px;top: 71px;}
.ieMrginTop {position: relative;height: 1px;width:100%;}

.wind_aBlock.current .icon,.wind_aBlock:hover .icon {top:-10px;}
.wind_aBlock.current .text,.wind_aBlock:hover .text {padding-top:20px;}
.wind_contentBlock.current .wind_textContent {left:0px;}
.wind_contentBlock.current .wind_ulContent {left:17%;width:60%;}
.bigImg_ulBlock {position: relative;width:100%;height: 100%;}

.big_imgContent {position: relative;width:100%;height: 100%;overflow: hidden;}
.big_img {position: absolute;width:100%;height: 100%;bottom:0px;left:0px;}
.big_imgBlock {position: absolute;top:0px;left:0px;width:100%;height: 100%;z-index: 8;display: none;}
@-webkit-keyframes btssize
{
  0%{-webkit-transform:scale(1);}
  100%{ -webkit-transform:scale(1.2);}  
}
.big_imgBlock.current {-webkit-animation:btssize 3s linear forwards;}
.navIcon_block {position: absolute;bottom:30px;right:60px;}

.wind_textBlock .more:hover {border:1px solid #1e9874;color:#1e9874;}
.index_content {position: relative;width:100%;padding:30px 0}
.indexUl_content {position: relative;width:50%;float: right;min-height: 50px;}
.indexNews_content {position: absolute;top:0px;width:50%;height: 100%;overflow: hidden;}
.indexUl_ulBlock {position: relative;width:100%;}
.indexUl_aBlock {position: relative;width:50%;float: left;display: block;overflow: hidden;}
.indexUl_nullImg {position: relative;width:100%;}
.indexUl_nullImg img {width:100%;}
.indexUl_bgImg {position: absolute;top:0px;left:0px;width:100%;height: 100%;z-index: 6;}
.indexUl_title {position: absolute;top:0px;left:0px;z-index: 9;width:100%;}
.indexNews_contentBlock {position: relative;width:86%;margin:30px auto;}
.indexNews_title {font-size:20px;color:#333;padding-bottom:25px;}
.indexNews_aBlock {position: relative;display: block;width:100%;}
.indexNews_img {position: absolute;width:42%;float: left;height: 100%;overflow: hidden;}
.indexNews_textBlock {position: relative;float: right;width:56%;padding:6px 0;}
.indexNews_ulBlock {position: relative;padding-top:30px;height: 122px;overflow: hidden;}
.indexNews_textBlock .title {color:#333;font-size:18px;padding-bottom:20px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.indexNews_textBlock .time {color:#ee8600;font-size:13px;padding-bottom:10px;}
.indexNews_textBlock .text {line-height: 24px;color:#4c4c4c;height: 72px;overflow: hidden;text-align: justify;text-justify:inter-ideograph;}
.indexNews_liBlock {color:#333;width:100%;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #ccc;display: block;}
.indexNews_text {position: relative;float: left;width:74%;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;padding-left:20px;background: url(../images/b3_2.jpg) no-repeat left;}
.indexNews_time {position: relative;float: right;width:20%;text-align: right;}
.indexNews_ulBlock.h168 {height: 168px;}
.indexNews_ulBlock.h212 {height: 212px;}
.indexNews_ulBlock.h258 {height: 258px;}
.indexNews_ulBlock.h300 {height: 300px;}
.indexNews_liBlock:hover,.indexNews_aBlock:hover .title {color:#1e9874;}
.indexNews_liBlock:hover .indexNews_text,.indexNews_liBlock:hover .indexNews_time,.indexNews_aBlock:hover .title {text-decoration: underline;}
.indexNews_images {position: relative;width:100%;height: 100%;}
.indexNews_wire {position: absolute;top:0px;left:0px;width:100%;height: 100%;z-index: 99;}
.indexNews_img:after {content:"";position: absolute;top:0px;width:0%;left:0px;height: 2px;background: #1e9874;z-index: 99;}
.indexNews_img:before {content:"";position: absolute;top:0px;width:2px;right:0px;height: 0%;background: #1e9874;z-index: 99;}
.indexNews_wire:after {content:"";position: absolute;bottom:0px;width:0%;right:0px;height: 2px;background: #1e9874;z-index: 99;}
.indexNews_wire:before {content:"";position: absolute;bottom:0px;width:2px;left:0px;height: 0%;background: #1e9874;z-index: 99;}
.indexNews_aBlock:hover .indexNews_img:after {width:100%;} 
.indexNews_aBlock:hover .indexNews_img:before {height:100%;} 
.indexNews_aBlock:hover .indexNews_wire:after {width:100%;} 
.indexNews_aBlock:hover .indexNews_wire:before {height:100%;} 
.header_img {
    position: relative;
    float: right;
    padding-left: 6px;
    height: 74px;
}
.navIcon_block {position: absolute;
    bottom: 20px;
    right: 50%;
    z-index: 99;
    width: 300px;
    margin-right: -150px;
    text-align: center;}
.navIcon_block a {display: inline-table;width:30px;height: 30px;cursor: pointer;background: url(../images/b5_21.png) no-repeat center;}
.navIcon_block a.current {background: url(../images/b5_2.png) no-repeat center;}
.index_content {position: relative;width:1200px;margin:auto;}
.ul_content {position: relative;width:1220px;padding:24px 0px 30px;}
.ul_aBlock {position: relative;float: left;margin-right:7px;height: 147px;display: block;width:234px;-webkit-perspective: 253px;-moz-perspective: 253px;perspective: 253px;}
.ul_block {position: relative;width:100%;height: 100%;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;}
.ul_imgBlock {display:block;width:234px;height:147px;position:absolute;top:0px;left:0px;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;z-index:2;}
.ul_textBlock {width:100%;height:147px;position:absolute;top:0px;left:0px;background:url(../img/wallGre.png) repeat;-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);transform:rotateX(180deg); z-index:-1;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;}
.ul_aBlock:hover .ul_block {-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);transform: rotateX(180deg);z-index:-1;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;}
.ul_aBlock:hover .ul_textBlock {z-index:10}

.con_textBlock {position: relative;width:100%;}
.new_content {position: relative;float: left;width:570px;}
.new_img {position: relative;float: right;width:594px;}
.new_contentBlock {position: relative;width:100%;padding-top:10px;}
.new_images {position: relative;width:100%;display: none;}
.new_navBlock {position: relative;width:100%;height: 30px;border-bottom:1px solid #1e9874;background: #f2f2f2;}
.new_liBlock {position: relative;height: 30px;float: left;background: url(../images/b4_4.jpg) no-repeat right;cursor: pointer;font-size:16px;color:#3a3a37;width:100px;white-space: nowrap;text-align:center;line-height: 30px;}
.new_moreB {position: absolute;right:10px;top:7px;color:#3a3a37;font-size:12px;}
.new_liBlock.last {background: url();}

.new_liBlock .wire {position: relative;margin:auto;margin-top:8px;height: 2px;border-bottom:2px solid #005f99;width:0px;display: none;}
.new_liBlock.current .wire,.new_liBlock:hover .wire {width:65px;}
.new_liBlock.current {background:#1e9874;color:#fff;}
.a_block {position: absolute;z-index: 99;width:300px;height: 50px;display: block;left: 213px;top: 701px;background: url(_block);}
.a_block2 {position: absolute;z-index: 99;width:400px;height: 50px;display: block;left: 500px;top: 701px;background: url(_block);}
.com_content {position: relative;width:100%;min-height: 500px;}
.com_bigImg {position: relative;width:100%;height: 260px;overflow: hidden;}
.com_bigImage {position: relative;width:100%;height: 100%}
.com_contentBlock {position: relative;width:100%;background: url(../images/I1_8.jpg);}
.com_textContent {position: relative;width:1200px;margin:auto;min-height: 460px}
.pageNav_content {position: absolute;left:0px;top:-43px;width:208px;}
.page_content {position: relative;float: right;width:932px;padding:30px 30px 60px;background:#fff;}
.pageNav_title {position: relative;width:168px;background: url(../images/I1_2.png);color:#fff;font-size:20px;text-transform: uppercase;padding:10px 20px;}
.pageNav_enTitle {padding-bottom:4px;}
.pageNav_ulBlock {position: relative;width:100%;margin-top:30px;}
.pageNav_liBlock {position: relative;width:168px;background: #dcdcdc;padding:10px 20px;color:#4a4949;font-size:18px;display: block;border-bottom:1px solid #fff;}
.pageNav_bg {position: absolute;top:0px;left:0px;width:0%;height: 100%;background: #aaaaaa;}
.pageNav_liBlock.cur,.pageNav_liBlock:hover {color:#fff;}
.pageNav_liBlock.cur .pageNav_bg,.pageNav_liBlock:hover .pageNav_bg {width:100%;}
.pageNav_liBlock.cur .pageNav_en,.pageNav_liBlock:hover .pageNav_en {color:#fff;}
.pageNav_en {color:#878787;font-size:15px;}
.pageNav_ch,.pageNav_en {position: relative;z-index: 99;}
.pageTitle_content {position: relative;border-bottom:1px solid #ccc;width:100%;margin-bottom:30px;}
.pageTitle_ch {position: relative;float: left;font-size:24px;color:#1a1919;}
.pageTitle_en {position: relative;float: left;color:#c2c2c2;font-size:18px;margin-left:20px;line-height: 42px;height: 42px;}
.pageTitle_ulBlock {position: absolute;right:0px;top:9px;padding-left:24px;background: url(../images/I1_3.png) no-repeat left;color:#7c7b7b;line-height: 26px;height: 24px;}
.pageTitle_ulBlock a {color:#7c7b7b;}
.pageTitle_wire {
	position: absolute;
    bottom: -2px;
    width: 68px;
    height: 3px;
    background: #1976d2;
}

.index_block{background:#fff;border:1px solid #f3f3f3}
.index_block.news{width:760px;float:left}
.index_nt{height:52px;line-height:52px;text-transform:uppercase;border-bottom:1px solid #bdbdbd;color:#484747;padding-left:15px;position:relative}
.index_nt em{font-size:18px;letter-spacing:2px;font-weight: bold;}
.index_nt .more{width:200px;height:51px;font-size:12px;color:#1976d2;letter-spacing:1px;text-align:right;text-transform:none;padding-right:5px;border-bottom:3px solid #1976d2;display:block;position:absolute;right:0;top:0}
.index_nc{position:relative;padding:15px}
.index_nci{width:227px;height:155px;float:left;position: relative;}
.index_nci .nci_ablock{width:227px;height:155px;position: absolute;top: 0;left: 0;}
.nci_ablock img{width: 100%;display: block;height: 100%;}
.index_nct{width:488px;color:#484747;float:right}
.index_nct .tit{height: 30px;line-height: 30px;overflow: hidden; border-bottom:1px solid #e5e5e5;display: block;position: relative;}
.index_nct h2 {
    font-size: 14px;
    color: #202020;
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/n1.png) no-repeat left center;
    padding-left: 10px;
}
.index_nct .tit.current{height: 30px;position: relative;}
.index_nct .tit.current h2{color: #164a9d;background: url(../images/n2.png) no-repeat left center;}
.index_nct .tit.current .time{color: #164a9d;}

.index_nct p{line-height:24px;text-align:justify;padding-top:10px;color:#202020;}
.index_nct .time {
    font-size: 12px;
    padding-bottom: 5px;
    color: #202020;
    position: absolute;
    right: 0;
    top: 0;
}
.index_nct .tic{height:26px;line-height:26px;border-bottom:1px solid #e5e5e5;display: block;color: #202020;}
.index_nct .tic .tl{float:left}
.index_nct .tic .tr{font-size:12px;float:right}
.index_block.prof{width:390px;float:right}
.index_block.prof .index_nt .more{width:110px}
.index_block.prof .index_nci{width:129px}
.index_block.prof .index_nct{width:216px}
.index_block.prof .index_nct h2{color:#136bc2}
.about_contBlock{width:100%;position:relative}
.about_block{width:100%;position:relative;margin-bottom:15px}
.about_block.prof{background:#eeeeee}
.about_block.loc{background:#eeeeee}
.about_block.buj{background:#f5f5f5}
.about_block.arc{background:#2659a4}
.about_block.hor{background:#f1f0f0}
.about_block.arc .about_txt h2 {color:#fff;padding-top:25px;}
.about_block.arc .about_txt p {color:#fff;padding-bottom: 30px;}
.about_block.arc .about_wire {background: #fff;}
.ab_titleBlock {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.ab_title {
    font-size: 22px;
    width: 200px;
    margin: auto;
    text-align: center;
}

.ab_leftWire {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 350px;
    height: 1px;
    background: #004193;
}

.ab_rightWire {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 350px;
    height: 1px;
    background: #004193;
}
.honor_block{
    position: relative;
    width: 866px;
    margin: 0 auto;
    padding: 30px 0 20px 0;
}
.honor_block li{
    margin-right: 14px;
    margin-bottom: 14px;
    width: 90%;
    margin: auto;
    text-align: center;
}
.honor_block li img{
    width: 80%;
}
.honor_block h2{
    text-align: center;
    margin-top: 10px;
    font-size:16px;
    color:#333;
}
.swiper-container.swiper-container02 {
    padding-top: 20px;
    height: 300px;
    width: 700px;
    margin: auto;
}

.about_txt{}
.about_block.prof .about_txt{width:340px;padding:0 35px;float:left}
.about_block.loc .about_txt{width: 425px;
    padding-right: 48px;
    float: right;}
.about_block.arc .about_txt{width:847px;margin:0 auto}
.about_txt h2{font-size:22px;color:#37393b;font-weight:400;letter-spacing:1px;padding-top:50px}
.about_wire {
    position: relative;
    width: 32px;
    height: 4px;
    background: #2558a2;
    margin-top: 15px;
}
.about_txt p{color:#484747;line-height:26px;text-align:justify;padding-top:20px}
.about_img{float:right}
.about_block.prof .about_img{width: 520px;}
.about_img img {width:100%;margin-bottom: -4px;}
.about_block.loc .about_img{width: 412px;
    float: left;}
.about_imgB{width: 100%;
    position: relative;}
.about_imgB img {width:100%;}
.about_txtB{width: 90%;position: relative;margin:auto;}
.about_txtB h2{font-size:18px;color:#37393b;font-weight:400;padding:30px 0 10px}
.about_txtB .txtIn{color:#484747;line-height:26px}
.about_txtB .txtIni{padding: 10px 0;
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 20px;padding-top: 20px;
    padding-bottom: 10px;}
.abT_ul {
    position: relative;
    width: 110%;
    padding: 30px 0;
}

.abT_li {
    position: relative;
    width: 38%;
    float: left;
    min-height: 140px;
    margin-right: 12%;
}

.abT_title {
    font-size: 20px;
    color: #004193;
    padding-bottom: 10px;
}
.ab_bg {background: url();}
.about_txtB .txtIni:last-child{border-bottom:0}
.about_txtB .txtIni .tt.t1{background:url(../Images/img/a_1.png) no-repeat left center;padding-left:48px}
.about_txtB .txtIni .tt.t2{background:url(../Images/img/a_2.png) no-repeat left center;padding-left:48px}
.about_txtB .txtIni .tt.t3{background:url(../Images/img/a_3.png) no-repeat left center;padding-left:48px}
.about_txtB .txtIni .tt.t4{background:url(../Images/img/a_4.png) no-repeat left center;padding-left:48px}
.about_arc{width:100%;position:relative}
.about_arc p {width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 1px;
    background: url(../images/i_8.png);
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;}
.about_arl{width: 555px;float:left;position:relative;}
.about_arr{width: 376px;float: left;position:relative;}
.about_arl img {
    width: 100%;
}

.about_arr img {
    width: 100%;
}
.ab2_titleBlock {
    position: relative;
    padding-left: 34px;
    padding-top: 30px;
}

.ab2_title {
    font-size: 22px;
    color: #333;
}
.about_block.hor .arrow-left,.about_block.hor .arrow-right{width:50px;height:51px;position:absolute;top:50%;margin-top:-25px;display:block;z-index:10}
.about_block.hor .arrow-left{background:url(../Images/img/a_04.png) no-repeat left center;left:8px;}
.about_block.hor .arrow-right{background:url(../Images/img/a_05.png) no-repeat left center;right:8px;}

.about_block.hor .hor{width:760px;height:211px;margin:0 auto;position:relative}
.about_imgH{width:386px;height:211px;float:left}
.about_txtH{width:326px;float:right;}
.about_txtH h2{font-size:18px;color:#37393b;letter-spacing:1px;padding-top:60px}
.about_txtH p{color:#484747;line-height:26px;text-align:justify;padding-top:20px}
.about_idt{width:100%;height:40px;position:relative}
.about_idt ul{width:1000px}
.about_idt li{width:150px;height:40px;line-height:40px;font-size:12px;color:#1a1919;text-align:center;background:#dcdcdc;float:left;margin-right:10px;cursor:pointer;*cursor:hand}
.about_idt li.at{color:#fff;background:#0f479a}
.about_idcT{padding-top:30px}
.about_idcT h2{font-size:24px;color:#0f479a;letter-spacing:2px}
.about_idcT em{width:35px;height:3px;background:#3f6cae;display:block;margin-top:10px}
.about_idcC{width:100%;position:relative;padding-top:20px}
.about_idcC p{color:#484747;line-height:26px;text-align:justify}
.about_idcC img{display:block;margin:0 auto}
.about_idcC .cl{width:610px;color:#484747;line-height:30px;text-align:justify;float:left}
.about_idcC .cr{width:289px;float:right;border:1px solid #e5e5e5;}
.about_idcA{width:100%;position:relative;padding-top:30px}
.about_iAl{width:455px;height:295px;position:relative;float:left}
.about_iAl .arrow-left,.about_iAl .arrow-right{width:35px;height:64px;position:absolute;top:50%;margin-top:-32px;display:block;z-index:10}
.about_iAl .arrow-left{left:0;background:url(../Images/img/a_20.png) no-repeat left center}
.about_iAl .arrow-right{right:0;background:url(../Images/img/a_21.png) no-repeat left center}
.about_iAl .swiper-container{width:455px;height:295px;position:relative}
.about_iAr{width:415px;float:right;}
.about_iAr .txt{color:#484747;line-height:26px;text-align:justify;padding-top:20px}
.about_idcB{padding:30px;background:#f7f9fd;position:relative}
.about_iBc .year{width:100%;position:relative}
.about_iBc .arrow-left,.about_iBc .arrow-right{width:16px;height:33px;position:absolute;top:50%;margin-top:-16px;display:block;z-index:10}
.about_iBc .arrow-left{left:0;background:url(../Images/img/a_24.png) no-repeat left center}
.about_iBc .arrow-right{right:0;background:url(../Images/img/a_25.png) no-repeat left center}
.about_iBc .arrow-left:hover{background:url(../Images/img/a_26.png) no-repeat left center}
.about_iBc .arrow-right:hover{background:url(../Images/img/a_27.png) no-repeat left center}
.about_iBc .swiper-container{width:780px;margin:0 auto;height:60px;line-height:60px;font-size:30px;color:#5e5e5f;text-align:center;margin-top:30px}
.about_iBc .swiper-slide{cursor:pointer;*cursor:hand}
.about_iBc .swiper-slide-active{font-size:36px;color:#005bac;background:url(../Images/img/a_28.jpg) no-repeat center bottom}
.about_iBc .cont{padding-top:20px}
.about_iBc .cin li{color: #484747;
    position: relative;
    line-height: 28px;
    background: url(../Images/img/a_22.png) no-repeat 12px 20px;
    padding-left: 40px;
    margin-bottom: 10px;overflow: hidden;
    padding-top: 10px;
    height: 26px;padding-bottom: 10px;}
.cin_div {position: relative;width:100%;}
.about_iBc .cin li.cur,.about_iBc .cin li:hover {background:#fff url(../Images/img/a_22.png) no-repeat 12px 20px;box-shadow: 0px 0px 10px 0px #ccc;}
.about_iBc .cin li:hover{color: #005bac;}
.about_iBc .cin li em{width:16px;height:26px;background:url(../Images/img/a_23.jpg) no-repeat center 15px;display:inline-block;margin-left: 8px;position: absolute;
    margin-top: -8px;display: none;}
.about_idcD{padding:0 30px;position:relative}
.about_iDc{width:100%;position:relative}
.about_iDc p{font-size:16px;color:#484747;padding:15px 0}
.about_iDc .imgList{padding:20px 0}
.about_iDc .imgList li{width:174px;height:80px;float:left;margin-bottom:10px}
.about_iDc .imgList li .more{width:107px;height:31px;background:url(../Images/img/a_31.png) no-repeat center;display:block;margin:25px auto}
.about_iDc .tab table{width:100%;position:relative}
.about_iDc .tab td{height:54px;line-height:54px;text-align:center;border:1px solid #434343}
.about_iDc .tab thead{background:#eee}
.about_busi{width:100%;position:relative;padding-bottom:30px}
.about_busi ul{width:1000px}
.about_busi li{width:280px;height:220px;padding:0 10px;border:1px solid #eee;float:left;margin-right:12px;margin-bottom:18px}
.about_busi li:hover{width:276px;height:216px;border:3px solid #448aca;}
.about_busi.sp li{height:190px}
.about_busi.sp li:hover{height:186px}
.about_bsi{width:100%;padding:10px 0;border-bottom:1px solid #eee}
.about_bsi img{display:block;margin:0 auto}
.about_bst{padding:10px 0;}
.about_bst h2{font-size:16px;line-height:24px;color:#082c4f;padding-bottom:10px}
.about_bst p{color:#484747;line-height:18px;text-align:justify}
.about_busi.sp .about_bst{padding:20px 0}
.about_busi.sp .about_bst p{line-height:24px}
.about_more{width:100%;height:47px;background:url(../Images/img/a_09.png) no-repeat center #eee;cursor:pointer;*cursor:hand}
.about_busiIn{padding:0 20px;position:relative}
.about_bit{width:100%;height:126px;position:relative;padding-top:20px}
.about_bit .bk{color:#5f5c5b;background:url(../Images/img/a_15.png) no-repeat right center;padding-right:22px;position:absolute;top:-20px;right:0;display:block}
.about_biti{width:155px;height:124px;border:1px solid #eee;float:left}
.about_bitc{width:710px;float:left;margin-left:20px}
.about_bitc h1{font-size:24px;color:#010101;letter-spacing:1px}
.about_bitc ul{padding-top:20px}
.about_bitc li{width:310px;height:28px;line-height:28px;color:#484747;padding-left:42px;float:left;margin-bottom:15px}
.about_bitc li.ci.i1{background:url(../Images/img/a_11.png) no-repeat left center;}
.about_bitc li.ci.i2{background:url(../Images/img/a_12.png) no-repeat left center;}
.about_bitc li.ci.i3{background:url(../Images/img/a_13.png) no-repeat left center;}
.about_bitc li.ci.i4{background:url(../Images/img/a_14.png) no-repeat left center;}
.about_bic{width:100%;position:relative;padding-top:50px}
.about_bic h2{font-size:20px;color:#464343;letter-spacing:1px}
.about_bic p{color:#484747;line-height:30px;text-align:justify;padding-top:15px}
.about_bic .imgBox{width:950px;padding-top:25px}
.about_bic .imgBi{width:437px;float:left;margin-right:20px}
.about_bic .imgBi p{color:#151319;font-size:18px;letter-spacing:1px;text-align:center;padding-top:15px}

.sou_er span{width: 24px;height: 24px;display: block;background: url(../images/bn22.png) no-repeat center;display: block;}
.sou_er span:hover{width: 24px;height: 24px;display: block;background: url(../images/sbn.png) no-repeat center;display: block;}
.sou_er img.bn22{width: 90px;height: 90px;border:solid 1px #ccc;z-index: 99;position: absolute;top: 30px;left: 50%;margin-left: -50px;display: none;}

.hornor_img {
    position: relative;
    width: 236px;
    border-radius: 2px;
    z-index: 999;
    margin: auto;
}
.hornor_img .icons {
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    display: none;
}
.hornor_img img { width: 100%;}
.fo_ul {
    position: relative;
    width: 720px;
    margin-top: 10px;
}

.fo_li {
    float: left;
    padding-left: 30px;
    margin-top: 8px;
    margin-right: 20px;
    line-height: 24px;
    height: 24px;
    min-width: 180px;
}

.fo_li.a2 {
    margin-right: 80px;
    background: url(/images/i_2.png) no-repeat left;
}

.fo_li.a1 {
    background: url(/images/i_1.png) no-repeat left;
}

.fo_li.a3 {
    background: url(/images/i_3.png) no-repeat left;
}

.fo_li.a4 {
    background: url(/images/i_4.png) no-repeat left;
}
body .ab2_block.about_block.hor .arrow-left {background:url(../Images/l_1.png) no-repeat center;left:10px;top: 125px;}
body .ab2_block.about_block.hor .arrow-right {background:url(../Images/l_2.png) no-repeat center;right:10px;top: 125px;}

.wc_div {
    float: left;
    width: 74px;
    margin-left: 20px;
}

.wc_t {
    font-size: 12px;
    text-align: center;
}

.wc_imgBlock {
    position: relative;
    width: 100%;
}

.wc_imgBlock img {
    width: 100%;
}
a.sou_Em {
    width: 23px;
    height: 23px;
    position: absolute;
    right: 13px;
    top: 24px;
    border-radius: 5px;
    cursor: pointer;
}