﻿/* 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;color:#555;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,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());}
a:hover {color: #e08f34;}
p {line-height: 26px;}
.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;margin:0;background: #fffefe;}
.clear {clear:both;}
.bgBlock,.wind_aBlock .icon,.wind_aBlock .text,.wind_textContent,.wind_ulContent,.wind_textBlock .more,.indexNews_textBlock .title,.bgColor,.navIcon_block a,.indIcon_liBlock,.indIcon_icon,.indImg_liBlock,.indUl_titleLi .wire,.indUl_textLi,.indUl_textLi:after,.indUl_titleLi,.indNews_newBlock,.indNews_date,.indNews_more,.indNews_title,.indNews_imgI,.indImg_bgColor,.Inn_rightButton,.Inn_leftButton,.indImg_block,.indImg_imgBg img,.newsR li:after,.newsTxt p,.newsTxt span,.newsTxt h2,.news_top,.newsTr h2,.newsTr h3,.newsTr p,.newsTr span,.newsTr,.par_aBlock,.con_button,.city_nav li,.city_pro a,.prNav_aBlock .wire,.ind_title,.indImg_block2,.footer_wcImg,.find_inputBlock,.header_ulBlock,.inv_blockUl,.ta_text p,.ta_num,.ta2_text p,.ta2_num,.ta_leftButton,.ta_rightButton {-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-in-out;-ms-transition:all 0.6s ease-in-out;-moz-transition:all 0.6s ease-in-out;-o-transition:all 0.6s ease-in-out;transition:all 0.6s ease-in-out;}
.king:hover img,.indexNews_aBlock:hover .indexNews_images,.indexUl_aBlock:hover .indexUl_bgImg,.news_video:hover .bgImg,.news_map:hover .bgImg,.indNews_newBlock:hover .indNews_imgI,.indImg_liBlock.cur1:hover .indImg_bgColor,.indImg_liBlock:hover .indImg_imgBg img {-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.indIcon_liBlock:hover,.indNews_newBlock:hover {-webkit-transform:scale(0.95);-ms-transform:scale(0.95);-moz-transform:scale(0.95);-o-transform:scale(0.95);transform:scale(0.95);}
.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;
}
@-webkit-keyframes anim09
{
    0%{ left: -200px;}
    30%{ left: 600px;}
    100%{ left: 600px;}
}
.header_logo:after {-webkit-animation: anim09 5s ease-in-out infinite;}
.king:hover:after {width: 150px; left: 1000px; -webkit-transition: 1.2s;transition: 1.2s;}

@-webkit-keyframes anim1 
{
	0%{ -webkit-transform:translate(0,0px);}
	50%{ -webkit-transform:translate(0,-10px);}
	100%{ -webkit-transform:translate(0,0);}
}
@-ms-keyframes anim1 
{
	0%{ -ms-transform:translate(0,0px);}
	50%{ -ms-transform:translate(0,-10px);}
	100%{ -ms-transform:translate(0,0);}
}
@keyframes anim1 
{
	0%{ transform:translate(0,0px);}
	50%{ transform:translate(0,-10px);}
	100%{ transform:translate(0,0);}
}
@-moz-keyframes anim1 
{
	0%{ -moz-transform:translate(0,0px);}
	50%{ -moz-transform:translate(0,-10px);}
	100%{ -moz-transform:translate(0,0);}
}
@-o-keyframes anim1 
{
	0%{ -o-transform:translate(0,0px);}
	50%{ -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);}
}

.se_icon.cur {-webkit-animation:anim1 1s linear infinite;-ms-animation:anim1 1s linear infinite;animation:anim1 1s linear infinite;-moz-animation:anim1 1s linear infinite;-o-animation:anim1 1s linear infinite;}
.bigImg_contentBlock,.indImg_liBlock.cur1 img,.In_imgBg,.Inn_img {-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;}
.widHover:hover .indImg_imgBg img {-webkit-animation:animScale 5s linear infinite;animation:animScale 5s linear infinite;-ms-animation:animScale 5s linear infinite;-moz-animation:animScale 5s linear infinite;-o-animation:animScale 5s 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:0px;margin:auto;}
.index_header_content {position:absolute;width:100%;height: 80px;z-index: 999;top:0px;left:0;background:url(toplogo.png) 50% 0% no-repeat;}
.header_content {position: fixed;width:100%;height: 80px;z-index: 999;top:0px;left:0;background:#fff;}
.index_header_contentBlock {position: relative;width:360px;margin:auto;height: 100%;}
.header_contentBlock {position: relative;width:1200px;margin:auto;height: 100%;}
.header_logo {position: absolute;left:0px;top:12px;display: block;height: 62px;width:360px;overflow: hidden;}
.index_bodyer .header_logo {position: absolute;left:0px;top:0px;display: block;height: 62px;width:360px;overflow: hidden;}
.header_ulContent {position: relative;width:1200px;margin:0 auto;}
.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;left:0px;}
.index_bodyer .header_ulBlock {position: relative;float: left;left:0px;}
.header_ulBlock.cur {left: -275px;}
.header_aBlock {
    position: relative;
    float: left;
    display: block;
    padding: 25px 20px;
    font-size: 15px;
    cursor: pointer;
    padding-bottom: 20px;
	width:60px;
	white-space: nowrap;
}
.index_bodyer .header_aBlock {padding: 20px 45px 18px 45px;}
.header_aBlock.firstW {width:35px;}
.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:-50px;height: 50px;width:1920px;background: url(../images/b_5.png);left:0px;display: none;}
.nav_aBlock {position: relative;float: left;display: block;color:#fff;height: 50px;line-height: 50px;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: 2px;
    display: block;
    margin: auto;
    margin-top: 8px;
}
.header_aBlock.current .bgBlock,.header_aBlock:hover .bgBlock {background: #03381f;width:100%;}
.header_aBlock.current .text,.header_aBlock:hover .text {color:#e08f34;}
.header_nullColor {
    position: absolute;
    right: -4.75%;
    top: 80px;
    width: 200px;
    margin-right: -200px;
    height: 60px;
    background: #fff;
    z-index: 999;
}
.nav_aBlock:hover,.nav_aBlock.cur {color:#b5001f;}
.nav_content.right {left:-241px;}
.nav_content.right1 {left:-241px;}
.nav_content.right2 { left: -124px;}
.footer_content {position: relative;width:100%;height: 114px;background: #fffefe;z-index: 999;box-shadow: 0px 0px 4px 0px #ccc;border-top:2px solid #e89215;}
.footer_contentBlock {position: relative;width:1200px;margin:auto;color:#666;font-size:12px;}
.Inn_titleImg {
    position: absolute;
    left: 50%;
    z-index: 99;
    bottom: 25%;
    margin-left: -600px;
}
.footer_text {position: relative;float: left;}
.footer_aBlock {position: relative;float: right;}
.common_content {position: relative;width:100%;z-index: 99;background: #fff;margin-top:246px;box-shadow: 0px 0px 4px 0px #ccc;}
.common_contentBlock {position: relative;width:1200px;margin:auto;}
.bigImg_content {position: fixed;width:100%;height:166px;overflow: hidden;top:80px;left:0;margin-top: 0px;}
.index_bodyer .bigImg_content {top:0;}
.bigImg_InnerBlock {position: relative;width:100%;height: 100%;margin:auto;min-width:1200px;}
.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 .common_content {position: relative;width:100%;margin-top:165px;}
.index_img {position: relative;width:100%;}
.index_img img {width:100%;margin-bottom:-4px;}
.wind_content {position: absolute;top:0px;left:0px;width:100%;height: 100%;z-index: 88;min-width:1200px;overflow: hidden;}
.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: #e08f34;}
.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_img {-webkit-animation:animScale 12s linear infinite;animation:animScale 12s linear infinite;-ms-animation:animScale 12s linear infinite;-moz-

animation:animScale 12s linear infinite;-o-animation:animScale 12s linear infinite;}
.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 #b5001f;color:#b5001f;}
.index_content {position: relative;width:100%;}
.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: 26px;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:#b5001f;}
.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: #b5001f;z-index: 99;}
.indexNews_img:before {content:"";position: absolute;top:0px;width:2px;right:0px;height: 0%;background: #b5001f;z-index: 99;}
.indexNews_wire:after {content:"";position: absolute;bottom:0px;width:0%;right:0px;height: 2px;background: #b5001f;z-index: 99;}
.indexNews_wire:before {content:"";position: absolute;bottom:0px;width:2px;left:0px;height: 0%;background: #b5001f;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-top: 19px;padding-left:6px;}
.navIcon_block {position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 99;
    width: 140px;
    margin-left: -70px;
    text-align: center;
	height:30px;
	}
.navIcon_block a {display: block;width:10px;height: 10px;float: left;cursor: pointer;background: #fff;border-radius:100px;margin-left:16px;display: inline-block;opacity: 0.5;filter:alpha(opacity=50);}
.navIcon_block a.current {background: #fff;width:39px;opacity: 1;filter:alpha(opacity=100);}
.index_content {position: relative;width:100%;margin:auto;min-width:1200px;min-height:660px;}
.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 #b5001f;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:#b5001f;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);}
.index2_contentBlock {position: relative;width:100%;padding-bottom:30px;}
.new_moreB:hover {color:#b5001f;}
.news_imgBlock {position: relative;width:594px;float: right;padding-right:1px;}
.news_video {position: relative;float: left;width:297px;height: 182px;overflow: hidden;cursor: pointer;}
.news_map {position: relative;float: right;width:277px;height: 182px;overflow: hidden;cursor: pointer;}
.news_video .icon {position: absolute;top:50%;left:50%;margin-left:-26px;margin-top:-26px;z-index: 9;}
.news_map .icon {position: absolute;bottom:0px;left:0px;z-index: 9;}
.news_video .bgColor,.news_map .bgColor {position: absolute;top:0px;left:0px;width:0%;height: 100%;z-index: 8;background: url(../images/b6_3.png);}
.news_video:hover .bgColor,.news_map:hover .bgColor {width:100%;}
.bigImg_title {position: absolute;right:50%;bottom:20px;z-index: 8;margin-right:-600px;}
.bigImg_title1 {position: absolute;left:50%;bottom:20px;z-index: 8;margin-left:-600px;}
.navUl_content {position: relative;width:100%;background: #fff;border-bottom:1px solid #ccc;}
.navUl_contentBlock {position: relative;width:1200px;margin:auto;height: 50px;overflow: hidden;}
.Inner_content {position: relative;width:100%;background: #fff;}
.Inner_textContent {position: relative;float: left;width:50%;background: #fff;height: 100%}
.Inner_textContent img {float: right;}
.Inner_blockContent {position: relative;float: right;width:50%;height: 100%;background: #e6e6e6;}
.Inner_contentBlock {position: relative;width:1200px;margin:auto;}
.Inner_contentBlock img {margin-left:-60px;}
.Inner_contentBlock1 {position: relative;width:1200px;margin:auto;}
.Inner_bgColor {position: absolute;top:0px;left:0px;width:100%;height: 100%;}
.Inner1_block {position: relative;width:100%;background: #e6f4f0;}
.Inner1_InnerBlock {position: relative;width:1200px;margin:auto;}
.Inner1_aBlock {position: absolute;top: 240px;left: 49%;display: block;width: 610px;background: url(_block);opacity: 0.5;height: 160px;z-index: 99;}
.Inner2_aBlock {position: absolute;top: 61px;left: 0;display: block;width: 1200px;background: url(_block);opacity: 0.5;height: 920px;z-index: 99;}
.Inner3_contentBlock {padding:40px 0;background: #e6f4f0;}
.common_content.color3 {background: #e6f4f0;}

.indIcon_content {position: relative;width:100%;height: 122px;background: #f5f5f5;}
.indIcon_block {position: relative;width:950px;margin:auto;height: 100%}
.indIcon_ulBlock {position: relative;width:1100px;height: 100%}
.indIcon_liBlock {position: relative;float: left;width:132px;padding-top:1px;height: 121px;margin-right:70px;color:#666;display: block;}
.indIcon_icon {position: relative;width:64px;margin:auto;margin-top:10px;height: 64px;background: url(../images/I_1.png) no-repeat center;}
.indIcon_liBlock.cur,.indIcon_liBlock:hover {background: #b5001f;color:#fff;box-shadow: 0px 0px 10px 0 #ccc;}
.indIcon_liBlock.cur .indIcon_icon,.indIcon_liBlock:hover .indIcon_icon {background: url(../images/I_2.png) no-repeat center;}
.indIcon_text {position: relative;width:100%;text-align:center;margin-top:10px;}

.indNews_content {position: relative;width:100%;background: #f9f9f9;}
.indNews_contentBlock {position: relative;width:1140px;margin:auto;padding:30px 0;font-size:14px;}
.indMember_content{width:100%;background: #e6e6e6;}
.indMember_contentBlock{width:1200px;margin:auto;padding:30px 0;}
.indMember_content a{color:#555;}
.indMember_content a:hover{color:#e08f34;}
.indCollege_content{width:100%;background: #fcfcfc;}
.indCollege_contentBlock{width:100%;margin:auto;padding:30px 0;}
.indMember_colBlock{padding:36px 0 24px 0;}
.indMember_col{width:25%;float:left;text-align:center;}
.indMember_c{font-weight:800;color:#000;font-size:20px;padding:10px 0 4px 0;}
.indMember_e{font-family:arial;font-size:12px;}
.indAwards_content{width:100%;background: #fff;}
.indAwards_contentBlock{width:1040px;margin:auto;padding:30px 0;}
.indAward_item{position: relative;overflow:hidden;}
.indAward_item .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(mask-bg1.png) repeat 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.indAward_item img{-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.indAward_item .mask .items:hover .mask {
    top: 0;
}
.indAward_item .mask .txt {
    text-align:left;
}
.indAward_item .mask .g-tit1 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 14px;line-height:60px;
}
.indAward_item .mask .g-tit1 span {
	display: block;
    color: #c5c5c5;
    font-size: 14px;line-height:24px;
	border-top:1px solid #fff;
}
.indAward_item .mask .g-btn1 {
	float:left;
    display: block;
    font-size: 14px;
    text-align: center;
	border: 1px solid #c5c5c5;
    border-radius: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 90px;
    height: 24px;
    line-height: 24px;
    color: #c5c5c5;
}
.indAward_item:nth-of-type(1) .g-btn1 {margin-left:-300px;}
.indAward_item:nth-of-type(2) .g-btn1 {margin-left:400px;}
.indAward_item:nth-of-type(3) .g-btn1 {margin-left:400px;}
.indAward_item:hover img{transform:scale(1.2,1.2);}
.indAward_item:hover .g-btn1{margin-left:0px;}

.indShow_content{width:100%;background: #f7f7f7;}
.indShow_contentBlock{width:1220px;margin:auto;padding:30px 0;}
.indAbout_content{width:100%;background: #fff;}
.indAbout_contentBlock{width:1220px;margin:auto;padding:30px 0;}
.indFriend_content {position: relative;width:100%;background: #f6f6f6;}
.indFriend_contentBlock {position: relative;width:960px;margin:auto;padding:30px 0 50px 0;font-size:14px;}
.indFriend_colBlock{display: flex;justify-content:space-between;}
.indFooter_content{width:100%;background: #e9e9e9;}
.indFooter_contentBlock{width:1220px;margin:auto;padding:30px 0 12px 0;}
.indFooter_content .indTitle img{height:32px;}
#demo li:nth-of-type(1) img{ transform: translate(-210px);}
#demo li:nth-of-type(2) img{ transform: translate(-180px);}
#demo li:nth-of-type(3) img{ transform: translate(-380px);}
#demo li:nth-of-type(4) img{ transform: translate(-450px);}
#demo li:nth-of-type(5) img{ transform: translate(-320px);}
#demo{width:1220px;height:420px;margin:0px auto 0 auto;overflow:hidden;padding-top:60px;}
#demo img{width: 820px; height: 420px; max-width: 820px;}
#demo li{float:left;position:relative;width:100px;height:100%;overflow:hidden;cursor:pointer; transition:0.5s; transform-origin:bottom;filter:alpha(opacity=50);opacity:0.5;}
#demo li img{transition:1.2s;}
#demo li a{display:block;}
#demo li div{position:absolute;bottom:0;left:0;width:100%;background:#666;line-height:32px;filter:alpha(opacity=70);opacity:0.7;text-indent:1em;}
#demo li div a{color:#FFF;text-decoration:none;}
#demo li div a:hover{color:#F00;text-decoration:none;}
#demo li.active{cursor:pointer; transform:scale(1.02,1.08); z-index:3;width:820px;filter:alpha(opacity=100);opacity:1;}
#demo li.active img{transform:translate(0px);}
#demo li:nth-of-type(1){transform-origin:bottom left;}
#demo li:nth-of-type(5){transform-origin:bottom right;}
#indAward_1{width:420px;float:left;margin-right:10px;}
#indAward_2,#indAward_3{width:600px;float:left;margin-bottom:10px;}
.indAbout_colBlock{width:900px;margin:auto;padding:16px 0 30px 0;overflow:hidden;}
.indAbout_col{width:100%;display:flex;justify-content:center;padding:0px 0 30px 0;}
.indAbout_col_t{background:#c1c1c1;line-height:28px;color:#fff;border-radius:14px;width:80px;text-align:center;margin:0 20px;}
.indAbout_col_t:hover{background:#333;}
.indAbout_col_t_now{background:#333;}
.indAbout_con{float:left;line-height:32px;font-size:16px;}
.indAbout_con img{margin-bottom:12px;}
.indAbout_con p{text-indent:2em;}
.indNews_newBlock {position: relative;width:64%;float: left;height:220px;overflow: hidden;padding-top:10px;}
.indUl_content {position: relative;float: right;width:35%;}
.indTitle{text-align:center;padding:12px 0 30px 0;}
.indTitle img{height:44px;}
.indTitle .indTitle_c{font-weight:800;color:#000;font-size:24px;padding:10px 0 4px 0;}
.indTitle .indTitle_e{font-family:arial;font-size:12px;}
.indNews_img {position: relative;width:37%;float: left;height: 100%;overflow: hidden;}
.indNews_textBlock {position: relative;width:100%;height: 100%;margin:auto;}
.indNews_textBlock img{width:300px;height:200px;float:left;margin:5px 20px 0 0;}
.indNews_date {font-size:20px;color:#999;padding-top: 5px;position: relative;overflow: hidden;height: 26px;float:left;}
.indNews_title {font-size:18px;color:#333;width:50%;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;float:left;}
.indNews_text {width:50%;color:#555;line-height: 26px;padding-top:10px;text-align: justify;float:left;}
.indNews_more {position: absolute;bottom:0px;left:0px;color:#b5001f;}
.indUl_titleUl {position: relative;width:100%;border-bottom:1px solid #ccc;padding-bottom:14px;padding-top:3px;height: 22px;}
.indUl_titleLi {position: relative;float: left;margin-right:35px;color:#222;font-size:16px;cursor: pointer;}
.indUl_textLi {position: relative;padding:8px 0;color:#555;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;display: block;height: 19px;float: left;max-width: 100%;min-width: 50%;}
.indUl_textUl {position: relative;padding-top:10px;height: 188px;overflow: hidden;width:100%;}
.indUl_textLi span {margin-right: 20px;}
.indImg_content {position: relative;width:100%;height: 197px;background: #fff;overflow: hidden;padding:40px 0;}
.indImg_contentBlock {position: relative;width:1200px;height: 100%;margin:auto;}
.indImg_ulBlock {position: relative;width:200%;height: 100%}
.indImg_liBlock {position: relative;float: left;width:390px;height: 100%;cursor: pointer;display: block;z-index: 99;overflow: hidden;border-radius: 10px 10px 0px 0px;margin-right: 15px;}
.indImg_imgTitle {position: absolute;top:0px;left:0px;z-index: 9;}
.widHover:hover {width:550px;margin-left:-100px;}
.row-ind2{width:100%;background:url(middlebg2.jpg);padding:16px 0;}
.ul-ind2 {
    overflow: hidden;
    width:1040px;
    margin:0 auto;
	border:5px solid #f6f6f6;
}
.ul-ind2 li {
    float: left;
    width: 50%;
}
.ul-ind2 .items {
    width: 520px;
    height: 320px;
    overflow: hidden;
}
.m-pic1 {
    position: relative;
}
.m-pic1 img {
    display: block;
    width: 520px;
    height: 320px;
	-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-pic1:hover img{
    transform:scale(1.2,1.2);
}
.m-pic1 .mask {
    position: absolute;
	width:100%;
    top: 0;
    bottom: 0;
    background: url(mask-bg1.png) repeat 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-ind2 li:nth-of-type(odd) .items .mask {
	left:-100%;
}
.ul-ind2 li:nth-of-type(odd):hover .items .mask {
	left:0;
}
.ul-ind2 li:nth-of-type(even) .items .mask {
	left:100%;
}
.ul-ind2 li:nth-of-type(even):hover .items .mask {
	left:0;
}
.m-pic1 .txt {
    margin-top: 110px;
}
.m-pic1 .g-tit1 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 28px;
	text-align: center;
}
.m-pic1 .g-tit1 span {
	display: block;
    color: #c5c5c5;
    font-size: 14px;
	text-align: center;
}
.m-pic1 .g-btn1 {
	margin: 0 auto;
    display: block;
    font-size: 14px;
    text-align: center;
	border: 1px solid #8f8f8f;
	border-color: #c5c5c5;
    border-radius: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 98px;
    height: 26px;
    line-height: 26px;
    color: #fff;
}
.footer_nav{text-align:center;padding:0 0 24px 0;color:#555;}
.footer_nav a{color:#555;font-size:14px;}
.footer_nav a:hover{color:#e08f34;}
.footer_notice{text-align:center;font-size:12px;color:#888;line-height:26px;}
.footer_notice  a{color:#888;text-decoration:underline;}
.ind2_content {position: relative;width:100%;}
.ind2_contentBlock {position: relative;width:69%;margin:auto;min-width:1200px;}
.ind2_phone {position: relative;float: left;width:105px;padding:22px 0;}
.ind2_phone .ind2_icon {position: relative;width:32px;height: 32px;margin:auto;background: url(../images/I_61.png) no-repeat center;}
.ind2_phone .ind2_text {text-align:left;position: relative;color:#333;width:100%;white-space: nowrap;padding-top:4px;}
.ind2_location {position: absolute;width:400px;padding:22px 0;left:50%;margin-left:-200px;}
.ind2_location .ind2_icon {position: relative;width:32px;height: 32px;margin:auto;background: url(../images/I_62.png) no-repeat center;}
.ind2_location .ind2_text {text-align:center;position: relative;color:#333;width:100%;white-space: nowrap;padding-top:4px;}
.ind2_right {position: relative;float: right;width:132px;padding:22px 0;}
.ind2_right .ind2_icon {position: relative;width:32px;height: 32px;margin:auto;background: url(../images/I_63.png) no-repeat center;}
.ind2_right .ind2_text {text-align:right;position: relative;color:#333;width:100%;white-space: nowrap;padding-top:4px;}
.indUl_titleLi .wire {width:0%;position:relative;height: 1px;background: #e08f34;margin:auto;margin-top: 15px;}
.indUl_titleLi a {color:#222;}
.indUl_titleLi.cur,.indUl_titleLi:hover,.indUl_titleLi:hover a {color:#e08f34;}
.indUl_titleLi.cur .wire,.indUl_titleLi:hover .wire {width:100%;}
.indexUl_textBlock {position: relative;width:100%;margin-bottom:20px;height: 175px;overflow: hidden;}
.indexUl_textPar {position: relative;width:100%;}
.indUl_textLi:hover {color:#e08f34;}
.indUl_textLi:after {content:"";position: relative;display: block;width:0px;height: 1px;margin-top:3px;background: #e08f34;}
.indUl_textLi:hover:after {width:100%;}
.indNews_newBlock:hover {border:1px solid #ccc;box-shadow: 0px 0px 5px 0px #ccc;}
.indNews_newBlock:hover .indNews_textBlock {width:90%;}
.indNews_newBlock:hover .indNews_date {height: 0px;}
.indNews_newBlock:hover .indNews_title {padding-top:10px;}
.indNews_newBlock:hover .indNews_more {bottom:-20px;}
.indNews_imgI {position: relative;width:100%;height: 100%;}
.indImg_bgColor {position: absolute;top:0px;left:0px;width:100%;height: 100%;z-index: 99;background: url(../images/I2_1.png);}
.indImg_play {
    position: absolute;
    top: 50%;
    left: 50%;
    width:64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
}
.play_vvi{
    position: absolute;
    top: 50%;
    left: 50%;
    width:64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
}
.indImg_play img {width:100%;}
.indImg_liBlock.cur1:hover .indImg_bgColor {width:62px;height: 62px;position: absolute;top:50%;left:50%;margin-left:-31px;margin-top:-31px;border-radius:200px;}
.In_content {position: relative;width:100%;}
.In_bigImg {position: relative;width:100%;height: 170px;overflow: hidden;}
.In_imgBg {position: absolute;top:0px;left:0px;width:100%;height: 100%;background: url(../images/I3_1.jpg) no-repeat center;}
.In_imgTitle {position: absolute;left:10%;bottom:10%;z-index: 99;}
.In_contentBlock {position: relative;width:100%;height: 574px;background: #f5f5f5;overflow: hidden;}
.In_bgImg1 {position: absolute;left:-5%;top:0px;}
.In_bgImg2 {position: absolute;right:0px;top:0px;}
.In_pageBlock {position: relative;width:69%;margin:auto;min-width:1200px;height: 100%;z-index: 99;}
.In_page {position: absolute;width:100%;height: 100%;padding-top:1px;display: block;top:580px;left:0px;}
.In_textContent {position:relative;width:54%;float: left;text-align: justify;padding-top:60px;}
.In_text p {margin-bottom:15px;color:#666;line-height: 30px;}
.In_imgBlock {position: relative;float: right;margin-top:35px;padding-right:30px;}
.In_img2 {position: absolute;top:0px;left:0px;z-index: 99;}
.In1_content {position: relative;width:100%;height: 100%;}
.In1_title {position: relative;padding-top:50px;}
.In1_contentBlock {position: relative;width:100%;padding-top:40px;}
.In1_Img {position: relative;float: left;}
.In1_textBlock {position: relative;width:64%;float: right;}
.In1_titleText {font-size:26px;color:#1c3d55;}
.In1_text {position: relative;padding-top:30px;}
.In1_text p {margin-bottom:20px;color:#666;line-height: 30px;text-align: justify;}
.In2_title {position: relative;padding-top:50px;}
.In2_imgBlock {position: relative;margin-top:30px;}
.In3_textBlock {position: relative;width:44%;z-index: 99;}
.In3_img {position: absolute;right:0px;top:0px;}
.In3_title {position: relative;padding-top:50px;}
.In3_name {position: relative;padding-top:60px;}
.In3_text {position: relative;line-height: 30px;color:#666;text-align: justify;padding-top:10px;}
.In3_bg {position: absolute;bottom:0px;right:55%;width:590px;height: 191px;overflow: hidden;}
.In3_bg img {position: absolute;bottom:0px;right:0px;}
.In4_block {position: relative;width:60%;}
.In4_titleImg {position: relative;padding-top:50px;}
.In4_Img {position: absolute;bottom:50px;left:0px;}
.In4_textBlock {position: absolute;right:0px;top:56px;width:36%;}
.In4_text {position: relative;width:100%;text-align: justify;line-height: 30px;color:#666;}
.In4_text p {margin-bottom:20px;}
.Inn_img {position: relative;width:100%;height: 100%;}
.Inn_content {position: relative;width:100%;}
.Inn_contentBlock {position: relative;width:1200px;margin:auto;z-index: 99;padding-top:40px;}
.bgColor1 {background: #f5f5f5;}
.Inn_bgImg1 {position: absolute;left:0px;top:0px;}
.Inn_bgImg2 {position: absolute;right:0px;top:0px;height: 742px;overflow: hidden;}
.Inn_leftButton {position: absolute;left:-140px;top:60%;margin-top:-57px;cursor: pointer;-webkit-transform:scale(1);}
.Inn_rightButton {position: absolute;right:-140px;top:60%;margin-top:-57px;cursor: pointer;-webkit-transform:scale(1);}
.Inn_content:hover .Inn_leftButton {left:0px;-webkit-transform:scale(0.6);}
.Inn_content:hover .Inn_rightButton {right:0px;-webkit-transform:scale(0.6);}
.Inn_nullHeight {position: relative;width:100%;height: 20px;}
.InNav_ulBlock {position: absolute;
    right: 0px;
    top: 50%;
    z-index: 999;
    margin-top: -105px;}
.InNav_liBlock {
    position: relative;
    width: 100px;
    height: 40px;
    padding-left: 30px;
    cursor: pointer;
    line-height: 40px;
    background: #c6ccd1;
    margin-bottom: 2px;
    color: #333;
}
.In_page.anIn {top:0px;}
.InNav_liBlock.cur {background: #b5001f;color:#fff;}
.In1_img {position: relative;width:770px;height: 120px;overflow: hidden;}
.In4_img1 {
    position: absolute;
    top: 175px;
    left: 80px;
    z-index: 9;
}
.In4_textTitle {
    padding-left: 100px;
}
.In4_img2 {
    position: absolute;
    left: 295px;
    top: 208px;
    z-index: 9;
}
.In4_imgBlock {
    position: absolute;
    top: 216px;
    left: 128px;
    z-index: 99;
}
.In2_img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.In2_img1 {
    position: absolute;
    left: 0px;
    top: 120px;
    z-index: 9;
}

.In2_img2 {
    position: absolute;
    top: 121px;
    left: 241px;
    z-index: 9;
}

.In2_img3 {
    position: absolute;
    left: 495px;
    top: 121px;
    z-index: 9;
}

.In2_img4 {
    position: absolute;
    top: -16px;
    left: 550px;
    z-index: 6;
}

.In2_img5 {
    position: absolute;
    top: 167px;
    left: 728px;
    z-index: 9;
}

.In2_img6 {
    position: absolute;
    top: 182px;
    left: 118px;
    width: 1230px;
    height: 24px;
    overflow: hidden;
}

@-webkit-keyframes an1
{
	0%{ -webkit-transform:translate(-120px,0px) scale(1);}
	100%{ -webkit-transform:translate(0) scale(1);}
}
.In_bgImg1 img {-webkit-animation:an1 3s ease backwards;}
@-webkit-keyframes an2
{
	0%{ -webkit-transform:translate(240px,0px) scale(1);}
	100%{ -webkit-transform:translate(0) scale(1);}
}
.In_bgImg2 img {-webkit-animation:an2 3s ease backwards;}

@-webkit-keyframes an3
{
	0%{ -webkit-transform:translate(0px,20px) scale(1);opacity: 0;}
	100%{ -webkit-transform:translate(0) scale(1);opacity: 1;}
}
@-webkit-keyframes an31
{
	0%{ -webkit-transform:translate(0px,-20px) scale(1);opacity: 0;}
	100%{ -webkit-transform:translate(0) scale(1);opacity: 1;}
}
@-webkit-keyframes an4
{
	0%{ -webkit-transform:translate(-20px,0px) scale(1);opacity: 0;}
	100%{ -webkit-transform:translate(0) scale(1);opacity: 1;}
}
@-webkit-keyframes an5
{
	0%{ -webkit-transform:translate(20px,0px) scale(1);opacity: 0;}
	100%{ -webkit-transform:translate(0) scale(1);opacity: 1;}
}
@-webkit-keyframes an51
{
	0%{ -webkit-transform:translate(20px,0px) rotate(15deg);opacity: 0;}
	100%{ -webkit-transform:translate(0) rotate(0deg);opacity: 1;}
}
@-webkit-keyframes an6
{
	0%{ width:0px;}
	100%{ width:770px;}
}
@-webkit-keyframes an61
{
	0%{ width:0px;}
	100%{ width:770px;}
}
@-webkit-keyframes an7
{
	0%{ width:0px;opacity: 0;}
	100%{ width:590px;opacity: 1;}
}
.anIn .In_textTitle {-webkit-animation:an3 1s ease backwards;}
.anIn .In_textTitleImg {-webkit-animation:an3 1s ease 0.2s backwards;}
.anIn .In_text {-webkit-animation:an3 1s ease 0.4s backwards;}
.anIn .In_img1 {-webkit-animation:an4 1s ease backwards;}
.anIn .In_img2 {-webkit-animation:an4 1s ease 0.2s backwards;}

.anIn .In1_title {-webkit-animation:an3 1s ease backwards;}
.anIn .In1_Img {-webkit-animation:an5 1s ease 0.2s backwards;}
.anIn .In1_titleText {-webkit-animation:an3 1s ease 0.4s backwards;}
.anIn .In1_text {-webkit-animation:an3 1s ease 0.6s backwards;}
.anIn .In1_img {-webkit-animation:an6 1s ease 0.8s backwards;}

.anIn .In2_title {-webkit-animation:an3 1s ease backwards;}
.anIn .In2_img {-webkit-animation:an3 1s ease 0.2s backwards;}
.anIn .In2_img1 {-webkit-animation:an4 1s ease 0.4s backwards;}
.anIn .In2_img6 {-webkit-animation:an61 2s linear 0.6s backwards;}
.anIn .In2_img2 {-webkit-animation:an51 1s ease 0.8s backwards;}
.anIn .In2_img3 {-webkit-animation:an51 1s ease 1.2s backwards;}
.anIn .In2_img4 {-webkit-animation:an31 1s ease 1.4s backwards;}
.anIn .In2_img5 {-webkit-animation:an3 1s ease 1.6s backwards;}


.anIn .In3_title {-webkit-animation:an3 1s ease 0s backwards;}
.anIn .In3_name {-webkit-animation:an3 1s ease 0.2s backwards;}
.anIn .In3_text {-webkit-animation:an3 1s ease 0.4s backwards;}
.anIn .In3_bg {-webkit-animation:an7 2s ease 0.6s backwards;}
.anIn .In3_img {-webkit-animation:an5 1s ease 0.6s backwards;}

.anIn .In4_titleImg {-webkit-animation:an3 1s ease 0s backwards;}
.anIn .In4_Img {-webkit-animation:an31 1s ease 0.2s backwards;}
.anIn .In4_img1 {-webkit-animation:an5 1s ease 0.6s backwards;}
.anIn .In4_img2 {-webkit-animation:an4 1s ease 0.8s backwards;}
.anIn .In4_img3 {-webkit-animation:an3 1s ease 1s backwards;}
.anIn .In4_img4 {-webkit-animation:an3 1s ease 1.2s backwards;}

.anIn .In4_title {-webkit-animation:an3 1s ease 0.4s backwards;}
.anIn .In4_textTitle {-webkit-animation:an3 1s ease 0.6s backwards;}
.anIn .In4_text {-webkit-animation:an3 1s ease 0.8s backwards;}
.anIn .In4_text p:nth-child(2) {-webkit-animation:an3 1s ease 1s backwards;}

.navIn_content {position: relative;width:100%;border-bottom:1px solid #bebdbd;}
.navIn_contentBlock {position: relative;width:1200px;margin:auto;height: 60px;}
.navIn_title {position: relative;float: left;padding-left:20px;background: url(I8_12.jpg) no-repeat 0px 31px;height: 26px;line-height: 26px;display: block;padding-top:24px;color:#666;}
.navIn_ulBlock {position: relative;float: right;}
.navIn_liBlock {position: relative;float: left;padding:24px 0 8px 0;line-height: 26px;height: 26px;margin-left:30px;color:#666;}
.navIn_liBlock.cur,.navIn_liBlock:hover {color:#e08f34;border-bottom:2px solid #03381f;}
.indImg_block {position: absolute;bottom:0px;left:0px;width:100%;height:72px;z-index: 99;}
.indImg_titleImg {position: absolute;left:50%;top:50%;margin-left:-75px;margin-top:-20px;z-index: 99;}
.indImg_bg {position: absolute;top:0px;left:0px;width:100%;height: 100%;}
.indImg_bg.bg1 {background: url(../images/n_1.jpg);}
.indImg_bg.bg2 {background: url(../images/n_2.jpg);}
.indImg_liBlock.cur .indImg_block {height: 100%;}
.head_block {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 44px;
    z-index: 999;
}

.head_en {
    float: left;
    width: 37px;
    height: 37px;
    position: relative;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 37px;
    color: #333;
    cursor: pointer;
    display: block;
}

.head_icon {
    position: relative;
    float: left;
    width: 37px;
    height: 37px;
    border: 1px solid #ccc;
    margin-left: 5px;
    background: url(../images/n_3.png) no-repeat center;
    cursor: pointer;
    display: block;
    z-index: 99;
}
.footer_ulBlock {
    position: relative;
    padding-top: 16px;
}

a.footer_aBlock {
    float: left;
    color: #666;
    padding: 10px 0;
    padding-right: 15px;
    margin-right: 15px;
    background: url(../images/n_4.png) no-repeat right;
}

.footer_textBlock {
    position: relative;
    padding-top: 15px;
}
.footer_textBlock span {margin-right:10px;}
.footer_wc {padding-top:20px;float: right;cursor: pointer;}
.footer_wc img{
    display: block;
    margin: 0 auto;
}
.footer_wc h2{
    margin-top: 4px;
}
.footer_a {position: relative;padding-top:18px;display: block;color:#666;}

.news_Block{
    position: relative;
    width: 100%;
    background: #f3f3f3;
}
.news_content{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.news_top{
    position: relative;
	background:#f6f6f6;
	border-bottom:8px solid #fff;
	width:49%;
}
.newsTimg{
    display: flex;
	justify-content:center;
    float: left;
    width: 360px;
    height: 210px;
    overflow: hidden;
}
.newsTr{
    position: relative;
    float: right;
    width: 90%;
    height: 82px;
    padding: 0 5%;
    overflow: hidden;
}
.newsTr h3{
    font-size: 20px;
    color: #e08f34;
    font-family: arial;
    margin-top: 25px;
}
.newsTr h2{
    font-size: 22px;
    color: #000;
    font-weight: 400;
    margin: 6px 0;
}
.newsTr p{
    font-size: 14px;
    color: #7f7f7f;
    text-align: justify;
    line-height: 26px;
    text-indent:2em;
}
.newsTr span{
    display: block;
    position: absolute;
    color: #7f7f7f;
    right: 20px;
    bottom: 20px;
}

.news_top a:hover h2,.news_top a:hover span{
    color: #e08f34;
}
.news_top a:hover .newsTimg img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.newsTimg img {
	width:360px;
    -webkit-transition: all 1.2s ease 0s;
    transition: all 1.2s ease 0s;
}
.news_list{
    position: relative;
    width:90%;
    background: #fff;
    padding-bottom: 80px;
}
.newsL{
    position: relative;
    float: left;
    width: 358px;
}
.nSearch{
    position: relative;
    width: 340px;
    height: 50px;
    border: 1px solid #dddddd;
    margin-top: 20px;
}
.nSearch input{
    outline: none;
    border: none;
    width: 275px;
    height: 47px;
    font-size: 18px;
    padding-left: 20px;
}
.nSearch a{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 66px;
    height: 50px;
    background: #dddddd url(../images/n1_3.png) no-repeat center;
    background-size: 34%;
}
.nWeek{
    position: relative;
    width: 356px;
    height: 50px;
    border: 1px solid #dddddd;
    margin-top: 10px;
}
.nWeek select{
    width: 356px;
    height: 50px;
    border: none;
    color: #bcbcbc;
    font-size: 18px;
    padding-left: 20px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/news/n4.jpg) no-repeat right;
    cursor: pointer;
}
.nWeek select option{
    background: #ededed;
    color: #797979;
    height: 38px;
    line-height: 38px;
}
.nWeek select select::-ms-expand { display: none; }

.newsR{
    position: relative;
    float: right;
    border-left: 1px solid #dddddd;
    width: 836px;
}
.newsR li{
    position: relative;
    border-bottom: 1px solid #dddddd;
    padding-top: 14px;
    padding-bottom: 14px;
}
.newsR li a{
    display: block;
}
.newsImg{
    position: relative;
    float: left;
    width: 182px;
    height: 120px;
    overflow: hidden;
}
.newsR li:hover .newsImg img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.newsTxt {
    position: relative;
    float: right;
    width: 780px;
    height: 120px;
    overflow: hidden;
    margin-right:20px;
}
.newsTxt h2{
    font-size: 22px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsTxt p{
    font-size: 15px;
    color: #7f7f7f;
    text-align: justify;
    line-height: 26px; 
    text-indent:2em;   
}
.newsTxt span.data{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #e89215;
    font-family: arial;
    font-size: 16px;
}
.newsTxt span.more{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #e89215;
}
.newsR li:hover h2,.newsR li:hover span.more{
    color: #e08f34;
}
.news_page {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    text-align: center;
}

.newsR li:after {content:"";position: absolute;left:0px;bottom:-1px;width:0%;height: 1px;background: #e08f34;}
.newsR li:hover:after {width:100%;}
.newsR li:hover .newsTxt p {padding:5px 0;line-height: 28px;}
.newsR li:hover .newsTxt span {bottom:-25px;}
.newsR li:hover .newsTxt h2 {padding-top:10px;}
.news_top:hover .newsTr h3 {margin-left:40px;}
.news_top:hover .newsTr h2 {margin-top:40px;}
.news_top:hover .newsTr p {line-height: 32px;margin-top:20px;}
.news_top:hover .newsTr span {margin-right:28px;}
.newsIn_content {position: relative;width:809px;padding-right:50px;padding-top:40px;border-right:1px solid #ccc;max-height: 999999px;}
.newsUl_content {position: absolute;right:0px;top:0px;width:298px;}
.newsIn_titleBlock {position: relative;width:100%;}
.newsIn_title {font-size:22px;color:#333;padding-bottom:20px;position:relative;width:100%;font-weight:800;}
.newsIn_ulBlock {position: relative;width:100%;border-bottom:1px solid #c2c2c2;padding-bottom:10px;color:#666;}
.newsIn_text {position: relative;float: left;margin-right: 30px;}
.newsIn_back {position: absolute;right:0px;bottom:10px;color:#555;}
.newsIn_textBlock {position: relative;padding-top:20px;width:100%;line-height:2;}
.newsIn_textBlock p {line-height:2;color:#555;}
.newsIn_textBlock img {margin:12px 0;max-width:100%;}
.newsIn_bodyer {position: relative;width:100%;padding-bottom:80px;}
.newsIn_button {
    position: absolute;
    left: 43px;
    top: -3px;
    width: 300px;
}
.newsUl_titleBlock {position: relative;width:100%;border-bottom:1px solid #ccc;padding-top:40px;margin-bottom:20px;}
.newsUl_title {font-size:22px;font-weight: bold;border-bottom:2px solid #0e4a28;display: block;float: left;padding-bottom:10px;}
.newsUl_a {position: absolute;right:0px;bottom:10px;color:#666;}
.newsUl_img {position: relative;width:100%;}
.newsUl_img img {width:100%;}
.newsUl_ulBlock {position: relative;width:100%;border-bottom:1px solid #ccc;padding-bottom:20px;line-height:2;}
.newsUl_aBlock {position: relative;width:100%;display: block;color:#666;padding:2px 0;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;font-size:14px;}

.image_null {position: relative;width:100%;height:600px;display: block;}
.index_bodyer .common_content {margin-top:0px;}
.navIcon_block {top:-40px;}

/*首页广告轮播图*/
img{ border:none;}

.main_image {
	width:900px;
	height:400px;
	border-top:1px solid #d7d7d7;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	z-index:1;
}
.main_image ul {
	width:9999px;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.main_image li {
	float:left;
	width:100%;
	height:100%;
}
.main_image li img{
	width:100%;
	height:100%;
	border:none;
}
.main_image li span {
	display:block;
	width:100%;
	height:100%;
}
.main_image li a {
	display:block;
	width:100%;
	height:100%;
}

div.flicking_con {
	width:990px;
	margin:0 auto;
	position:relative;
	z-index:9;
}
div.flicking_con .flicking_inner {
	position:absolute;
	top:-30px;
	left:438px;
	z-index:-1;
	width:300px;
	height:40px;
} /* 121126 */
div.flicking_con a {
	float:left;
	width:21px;
	height:21px;
	margin:0;
	padding:0;
	background:url(btn_main_img.png) 0 0 no-repeat;
	display:block;
	text-indent:-2000px
}
div.flicking_con a.on {
	background-position:0 -21px
}
#btn_prev, #btn_next {
	z-index:11111;
	position:absolute;
	display:block;
	width:73px!important;
	height:74px!important;
	top:44%;
	margin-top:-37px;
	display:none;
}
#btn_prev {
	background:url(hover_left.png) no-repeat left top;
	left:20px;
}
#btn_next {
	background:url(hover_right.png) no-repeat right top;
	right:20px;
}

.Inn_mainBlock{
	width: 1000px;
    margin: auto;
    padding: 40px 0 60px 0;
	line-height:2;
	max-height: 999999px;
}

/*分页样式*/
.pageDiv{display:flex;list-style: none;justify-content:center;padding:40px 0 20px 0;}
.pageDiv li a{display:block;padding:4px 12px;background:#eee;margin:0 3px;line-height:32px;color:#555;}
.pageDiv .thisPage a{background:#e08f34;color:#fff;}
.pageDiv li a:hover{background:#e08f34;color:#fff !important;text-decoration:none;}
.optionPage select{width:80px;height:40px;line-height:40px;background:#eee;border:none;padding:0 8px;font-size:16px;}
