@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/*头部开始*/
/*
* top
*/

.headBox{
    clear:both;
    position: relative;
    height: 80px;
    background: #fff;
    z-index: 97;
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}
.headBox1{
	clear: both;
	background: #f2f2f2;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.topShare a{
	width: 5px !important;
    height: 26px !important;
	line-height: 26px !important;
}
.topShare .bds_weixin{background: url(../images/icon1.png) no-repeat left center !important}
.topShare .bds_tsina{background: url(../images/icon1.png) no-repeat -29px center !important}
.topShare .bds_tqq{background: url(../images/icon1.png) no-repeat -59px center !important}
.topShare .bds_qzone{background: url(../images/icon1.png) no-repeat -86px center !important}
.indTop .headBox{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 97;
}
.indTop{
    position: relative;
    height: 80px;
    z-index: 97;
}
/**/
.logo{
	height:47px;
	overflow: hidden;
	margin-top:16px;
	margin-left: -25px;
}
.logo a img{display:block;height:47px;}

/*
* 主导航
*/
.headBox .wrap{
    position: relative;
    z-index: 2;
}
.menuBox{z-index: 9;position: relative;}
.menuDl{
    position: relative;
}
.menuDl dd{
	display: inline;
	float:left;
    position: relative;
    z-index: 3;
}
.menuDl dd span a{
	display: block;
	height:80px;
	overflow: hidden;
	line-height: 80px;
	color: #333333;
	font-size:14px;
	font-weight:bold;
	position: relative;
    padding: 0px 17px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menuDl dd.hover span a{color: #fff; background: #009944;}
.menuDl dd span a i{
	display: none;
	width: 100%;
	height: 2px;
	overflow: hidden;
	background: #d6000f;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.menuDl dd.hover span a i{
    display: block;
}
.menuDl dd .div_a{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 108px;
	left: 0;
	z-index: 99;
	background:#fff;
	display: none;
}
.menuDl dd .div_a a{
	display: block;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}
.menuDl dd .div_a a.hover{background: #fff}
.menuDl dd .div_a a:hover{background: #fff}
.subMenuDiv{
	display: none;
	width: 100%;
	position: absolute;
	/*left: 0px;*/
	top: 80px;
	/*opacity: 0;*/
	z-index: 1;
}
.menuDl dd.hover .subMenuDiv{
	z-index: 3;
}
.menuDl dt{
    width: 0px;
    /*height: 2px;*/
    height:100%;
    overflow: hidden;
    background: #009944;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}
.subMenu_ul{
    width: 1000px;
    overflow: hidden;
    padding: 10px 0px;
    position: relative;
    z-index: 3;
}
.subMenuShadow{
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 1;
    width: 50000px;
    margin-left: -25000px;
}
/*.subMenu_ul:after{
    display: block;
    left: 15px;
    right: 15px;
    overflow: hidden;
    top: 0px;
    height: 0px;
    z-index: 1;
    background: #fff;
}*/
.subMenu_ul li{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 2;
    float: left;
    display: inline;
    margin: 0px 15px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    /*-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
}
.menuDl dd.hover .subMenu_ul li{
    opacity: 0;
    -webkit-animation: liMove 0.3s linear forwards;
    -o-animation: liMove 0.3s linear forwards;
    animation: liMove 0.3s linear forwards;
}
@keyframes liMove{
    0%  {transform: translateY(-110%);opacity: 0;}
    100%{transform: translateY(0px);opacity: 1;}
}
.menuDl dd.hide .subMenu_ul li{
    opacity: 1;
    -webkit-animation: liHIde 0.3s linear forwards;
    -o-animation: liHIde 0.3s linear forwards;
    animation: liHIde 0.3s linear forwards;
}
@keyframes liHIde{
    0%  {transform: translateY(0px);opacity: 1;}
    100%{transform: translateY(110%);opacity: 0;}
}
.subMenu_ul li a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#ccc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.subMenu_ul li a:hover{
    color:#fff;
}
.half .subMenu_ul li a{
    font-size: 14px;
}
.subMenu_ul li a span{
    position: relative;
}


.subMenu_ul li a span em{
    display: block;
    width: 2px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    background: #d6000f;
}
.subMenuR{
	width: 50%;
	overflow: hidden;
	padding: 20px 0px;
}
.menuTop{
	height: 40px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	font-size: 24px;
	color:#555;
	padding-left: 50px;
}
.subMenuCont{
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}
.listBg{
	width: 0px;
	height: 0px;
	overflow: hidden;
	background: rgba(255,255,255,1);
	position: absolute;
	left: 0px;
	top: 0px;
}
.subMenuTop{
	height: 40px;
	line-height: 40px;
	display: none;
	font-size: 16px;
	color:#888;
	overflow: hidden;
	padding: 15px 0px 10px 50px;
}
.half{
	float: left;
	display: inline;
	width: 50%;
}
/*.subMenuR.half{
	width: 66.6666666%;
}
.subMenuR.half{
	padding-left: 33.3333333%
}*/
.half .subMenuTop{
	display: block;
}
.subMenuL{
    width: 50%;
    padding: 20px 0px;
}
.subMenuTxt{
    height: 250px;
	overflow: hidden;
    padding: 20px;
    margin: 0px 20px;
}
.subMenuLTop{
	display: none;
	text-align: center;
	font-size: 34px;
	color:#333;
	overflow: hidden;
}
.subMenuIntr{
    display: none;
	overflow: hidden;
	font-size: 14px;
	color:#404040;
	line-height: 25px;
}
.menuBg{
	display: block;
	width: 100%;
    height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 80px;
    z-index: 1;
	background: rgba(0,0,0,0.5);
}
.subMenuDiv.showMenu{
	-webkit-animation: showMenu 0.5s linear forwards;
	-o-animation: showMenu 0.5s linear forwards;
	animation: showMenu 0.5s linear forwards;
}
@keyframes showMenu{
	0%  {opacity: 0.5}
	100%{opacity: 1}
}
.subMenuDiv.hideMenu{
	-webkit-animation: hideMenu 0.5s linear forwards;
	-o-animation: hideMenu 0.5s linear forwards;
	animation: hideMenu 0.5s linear forwards;
}
@keyframes hideMenu{
	0%  {opacity: 0.2}
	100%{opacity: 0}
}
.topR{
    /*clear:both;*/
}
.languageBox{
    font-size: 14px;
    color:#666;
    height: 20px;
    line-height: 20px;
    padding: 30px 0px;
    position: relative;
    margin: 0px 15px;
}
a.lang_a{font-weight: bold;color:#888;}
.languageBox:hover .lang_a{
    color:#d6000f;
}
.lang_dl{
    display: none;
    width: 270px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -135px;
}
.lang_dl dd{
    overflow: hidden;
    float: left;
    display: inline;
    font-size: 14px;
    color:#333;
    position: relative;
}
.lang_dl dd:nth-child(1){
    animation-delay: 0s;
}
.lang_dl dd:nth-child(2){
    animation-delay: 0.12s;
}
.lang_dl dd:nth-child(3){
    animation-delay: 0.18s;
}
.languageBox.show .lang_dl dd{
    opacity: 0;
    -webkit-animation: languaShow 0.3s linear forwards;
    -o-animation: languaShow 0.3s linear forwards;
    animation: languaShow 0.3s linear forwards;
}
@keyframes languaShow{
    0%  {transform: translateY(-110%);opacity: 0;}
    100%{transform: translateY(0px);opacity: 1;}
}
.languageBox.hide .lang_dl dd{
    opacity: 1;
    -webkit-animation: languaHide 0.3s linear forwards;
    -o-animation: languaHide 0.3s linear forwards;
    animation: languaHide 0.3s linear forwards;
}
@keyframes languaHide{
    0%  {transform: translateY(0px);opacity: 1;}
    100%{transform: translateY(110%);opacity: 0;}
}
.lang_dl dd a{
    display: block;
    width: 90px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#ccc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.lang_dl dd em{
    display: block;
    width: 1px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7px;
    background: rgba(255,255,255,0.2);
}
.lang_dl dd a:hover{
    color:#fff;
}
.topSeaBox{
    position: relative;
    padding: 23px 0px;
}
.topSeaInp{
    display: none;
    position: absolute;
    left: 0px;
    top: 80px;
    overflow: hidden;
    padding: 10px 0px;
}
.topSeaBox input{
    height: 30px;
    overflow: hidden;
    background: none;
    border:1px solid rgba(255,255,255,0.2);
    outline: none;
    z-index: 2;
    font-size: 14px;
    color:#fff;
    line-height: 30px;
    font-family: 'microsoft yahei';
    border-radius: 3px;
}
.topSeaBox:hover input{
    display: block;
}
.fixedMenu{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 80px;
}
.topSearch{
	display: block;
	width: 30px;
    height: 30px;
    position: relative;
    z-index: 3;
	background: url(../images/fsearch.png) no-repeat center center;
}

.notice{ width: 1200px; position: absolute; height: 50px; line-height: 50px; left: 50%; margin-left: -600px; top: 80px; z-index: 2; font-size: 14px; overflow: hidden;}
.noticeL{ padding-left: 36px; background: url(../images/ficn1.png) no-repeat left center; color: #FFF;}
.notice .bd{ overflow: hidden;}
.noticeList dd{ height: 50px; line-height: 50px;}
.noticeList dd a{ color: #FFF;}
/*头部结束*/
/*menu开始*/
/*
* 弹窗搜索 2017-07-24 kis2
*/
.footSearchBox{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    display: none;
}
.footSearchBox .wrap{
    position: relative;
    top: 50%;
    margin-top: -25px;
}
.searchCont{
    overflow: hidden;
    width: 600px;
    margin: 0px auto;
    position: relative;
}
.search_dl{
    position: absolute;
    left: 0px;
    top: 0px;
}
.search_dl dd{
    float: left;
    display: inline;
    overflow: hidden;
}
.search_dl dd a{
    display: block;
    overflow: hidden;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color:#666;
}
.search_dl dd.hover a{
    background: #cc0000;
    color:#fff;
}
.searchInpDiv{
    display: block;
    overflow: hidden;
    padding: 0px 10px;
    border: 3px solid #009944;
    border-radius: 0px 0px 0px 3px;
    background: #fff;
}
.searchInpDiv input{
    display: block;
    height: 44px;
    width: 100%;
    border:none;
    background: none;
    font-size: 14px;
    color:#666;
    overflow: hidden;
    line-height: 44px;
}
a.footSearchBt{
    display: block;
    width: 100px;
    height: 50px;
    overflow: hidden;
    background: #009944;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 50px;
    border-radius: 0px 3px 3px 0px;
}
.closeSearchBt{
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 15px;
    background: #000 url(../images/close_h.png) no-repeat center center;
    background-size: 20px auto;
}

/*menu结束*/
/*indexBanner开始*/
.indexBannerBox{ position: relative;}
.indexBanner{ overflow: hidden; height: 620px; width: 100%; position: relative;}
.indexBanner .myslide{ background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; height: 620px;}
.indexBannerDot{ position: absolute; left: 0px; bottom: 30px; width: 100%; text-align: center;}
.indexBannerDot .slick-dots{  display: inline-block;; padding: 7px 10px; background: rgba(0, 0, 0, 0.8); border-radius: 26px;}
.indexBannerDot .slick-dots li{ width: 12px; height: 12px; line-height: 9999px; text-align: center; background: #8a8985; color: #ffffff; display: inline-block; margin: 0 10px; border-radius: 12px; cursor: pointer;}
.indexBannerDot .slick-dots li.slick-active{background: #FFF;}
.indexBannerDot .con1{ position: absolute; left:50%; top: 50%; margin-top: -143px;]}
/*indexBanner结束*/
.channerlTTab{ overflow: hidden; position: relative; padding-top: 20px;}
/*.channerlTTab:before{ display: block; content: ''; position: absolute; left: 0px; top: 0px; height: 100%; border-right: 1px solid #e1e1e1;}*/
.channerlTTab dd{ float: left; display: inline; padding: 0 6px; position: relative;}
.channerlTTab dd:before{ display: block; content: ''; position: absolute; right: 0px; top: 0px; height: 100%; border-right: 1px solid #e1e1e1;}
.channerlTTab dd a{ display: block; padding: 0 15px; height: 30px; line-height: 30px; color: #797979; font-size: 14px;}
.channerlTTab dd a:hover{ color: #009944;}
.channerlTTab dd.hover a{ background: #009944; color:#FFF;}
/*第一通栏start*/
.column1Box{ padding:50px 0;}
.column1CC{ width: 1200px;}
.column1Scroll{position: relative; background: #f8f8f8;}
.column1Scroll .bd{ overflow: hidden;padding: 0px 0; height: 335px;}
.column1Scroll .slick-list{ overflow: visible; margin-right: 0px; }
.column1Scroll .myslide{ width: 100%; float: left; display: inline;}
.column1Scroll .con{ padding-right: 0px;}
.column1Scroll .prev{ display:block; width: 30px; height: 40px; cursor: pointer; background: rgba(0,0,0,0.6); position: absolute; left: 0; top: 50%; margin-top: -20px; z-index: 1; display: none;}
.column1Scroll .next{ display:block; width: 30px; height: 40px; cursor: pointer; background: rgba(0,0,0,0.6); position: absolute; right:0px; top: 50%; margin-top: -20px; z-index: 1; display: none;}
.column1Scroll .prev:hover,.column1Scroll .next:hover{ background-color: #cd291f;}

.column1Scroll .pic{ width: 590px; position: relative; overflow: hidden;}
.column1Scroll .pic:before{ display: block; content: ''; padding-top: 56.7797%;}
.column1Scroll .pic img{ display: block; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.column1Scroll .text{ overflow: hidden; padding: 52px 50px 0;}
.column1Scroll .text .title{ height: 42px; line-height: 42px; overflow: hidden;}
.column1Scroll .text .title a{ color: #333333; font-size: 20px;}
.column1Scroll .text .title:hover a{color: #009944;}
.column1Scroll .text .info{ height: 90px; line-height: 30px; overflow: hidden; color: #676767; font-size: 16px; margin-bottom: 15px;}
.column1Scroll .text .time{ overflow: hidden; height: 27px;}
.column1Scroll .text .time span{ overflow: hidden; float: left; display: inline; height: 27px; line-height: 27px; color: #666666; font-size: 14px; margin-right: 50px;}
.column1Scroll .text .time span.span2{ padding: 0 0 0 27px; background: url(../images/fView.png) no-repeat left center;}

.column1Scroll .slick-dots{ position: absolute; left: 638px; bottom: 40px}
.column1Scroll .slick-dots li{ float: left; display: inline; width: 16px; height: 16px; text-align: center; line-height: 15px; color: #999999; border-radius: 18px; background: #f8f8f8; margin: 0 5px; cursor: pointer; border: 1px solid #f8f8f8; position: relative;}
.column1Scroll .slick-dots li:before{ display: block; content: ''; width: 8px; height: 8px; border-radius: 8px; background: #d2d2d2; position: absolute; left: 50%; top: 50%; margin: -4px 0 0 -4px;}

.column1Scroll .slick-dots li.slick-active{ background: #f4f4f2;color: #FFF; border-color: #999999;}
.column1Scroll .slick-dots li.slick-active:before{ background: #999999;}

.column1CDn{ overflow: hidden; margin-right: -20px;margin-bottom: 50px;}
.column1CDn dd{ width: 590px; margin-right: 20px; float: left; display: inline; margin-bottom: 20px;}
.column1CDn dd a{ display: block; padding:20px; background: #f8f8f8;}
.column1CDn dd .date{ width: 85px; overflow: hidden; margin-top: 17px;}
.column1CDn dd .date span{ display: block; height: 20px; line-height: 20px; color: #666666; font-size: 14px;}
.column1CDn dd .date em{ display: block; height: 26px; line-height: 26px; color: #666666; font-size: 24px; font-style: normal;}
.column1CDn dd .text{ overflow: hidden; padding-right: 35px; background: url(../images/ficn3.png) no-repeat right center;}
.column1CDn dd .text .title{ overflow: hidden; height: 25px; line-height: 25px; color: #333333; font-size: 16px; margin-bottom: 10px;}
.column1CDn dd .text .info{ overflow: hidden; height: 48px; line-height: 24px; color: #676767; font-size: 14px;}
.column1CDn dd:hover .text .title{color: #009944;}
.indexBtn{ font-size: 0px; text-align: center;}
.indexBtn a{ display: inline-block; height: 48px; line-height: 48px; padding: 0 60px; border: 1px solid #cccccc; border-radius: 50px; overflow: hidden; font-size: 14px; color: #333333;}
.indexBtn a:hover{ background: #009944; color: #FFF; border-color: #009944;}
/*第一通栏end*/
/*第二通栏start*/
.column2Box{ height: 700px; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.column2List{margin-right: -128px;}
.column2List dd{ float: left; display: inline; width: 33.3333%;position:relative;top:0;transition-duration:0.3s}
.column2List dd:hover{top:-10px}
.column2List dd .con{ margin-right: 128px;}
.column2List dd .icn{ text-align: center; display: block; margin-bottom: 20px;}
.column2List dd .icn img{ display: block; height: 130px; margin: 0 auto;}
.column2List dd .title{ height: 40px; line-height: 40px; text-align: center; color: #ffffff; font-size: 20px; font-weight: bold; margin-bottom: 3px;}
.column2List dd .text{ line-height: 26px; color: #ffffff; font-size: 14px; height: 150px; overflow: hidden; text-align: justify;}
/*第二通栏end*/
/*
*第三通栏start fpx 2018
*/
.column3Box{ padding: 75px 0 90px 0;}
.column3Scroll{position: relative;}
.column3Scroll .bd{ overflow: hidden;padding: 0px 0; height: 316px;}
.column3Scroll .slick-list{ overflow: visible; margin-right: -15px; }
.column3Scroll .myslide{ width: 33.3333%; float: left; display: inline;}
.column3Scroll .con{ margin-right: 15px;}
.column3Scroll .prev{ display:block; width: 30px; height: 40px; cursor: pointer; background: rgba(0,0,0,0.6) url(../images/prev2.png) no-repeat center center; position: absolute; left: 0; top: 50%; margin-top: -20px; z-index: 1; display: none;}
.column3Scroll .next{ display:block; width: 30px; height: 40px; cursor: pointer; background: rgba(0,0,0,0.6) url(../images/next2.png) no-repeat center center; position: absolute; right:0px; top: 50%; margin-top: -20px; z-index: 1; display: none;}
.column3Scroll .prev:hover,.column3Scroll .next:hover{ background-color: #cd291f;}

.column3Scroll .pic{ position: relative; overflow: hidden;}
.column3Scroll .pic:before{ display: block; content: ''; padding-top: 66.66667%;}
.column3Scroll .pic img{ display: block; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.column3Scroll .text{ overflow: hidden; height: 60px; line-height: 60px; color: #333333; font-size: 16px; text-align: center;transition-duration:0.3s}
.column3Scroll .con a:hover .text{ background: #009944; color: #FFF;}
/*第三通栏end*/
/*第四通栏start*/
.cloumn4{}
/*第四通栏end*/
/*底部开始*/
.footer1Box{ background: #2d3136; padding: 30px 0 20px 0;}
.footer1L{ width: 810px;}
.footer1L .title{ float: left; display: inline; color: #e1e1e1; font-size: 14px;}
.footer1L .con{ overflow: hidden;}
.footer1LUp{ overflow: hidden; padding: 10px 0; line-height: 20px; margin-bottom: 25px;}
.footer1LUp .title{ margin-right: 10px;}
.footer1LUp a{ float: left; display: inline; line-height: 20px; color: #999999; font-size: 14px; padding-left: 13px; margin-right: 35px; background: url(../images/ficn2.png) no-repeat left center;}
.footer1LUp a:hover{ color: #FFF;}

.footer1LDn{ line-height: 30px; overflow: hidden;}
.footer1LDn dd{ float: left; display: inline; margin-right: 35px;}
.footer1LDnText{ font-size: 14px; color: #999999; overflow: hidden; float: left; display: inline;}

.footerEwm{ overflow:hidden;}
.footerEwm dd{ float:left; display:inline; position:relative; width:80px; overflow:hidden; margin-left:20px;}
.footerEwm dd img{ display:block; width:80px; height:80px;}
.footerEwm dd span{ display:block; height:40px; line-height:40px; text-align:center; color:#ffffff; font-size:14px;}

.footer2Box{ height: 60px; line-height: 60px; overflow: hidden; color: #666666; font-size: 14px; background: #1d2125;}
.footer2Box a:hover{ color: #FFF;}

/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
////////////////////频道页
*/
/*新闻中心 begin*/
.bgFff{background:#fff}
.bgF4f4f2{background:#f4f4f2}
.channelBox{
	clear: both;
	overflow: hidden;
}
.channelT{
	clear: both;
	height:68px;
	overflow: hidden;
	border-bottom:2px solid #f4f4f2;
}
.channelT.typ1{border-bottom:2px solid #e1e1e1;}
.channelTL span{
	float: left;
	height: 68px;
	line-height: 68px;
	color: #333333;
	font-size:24px;
}
.channelTL em{
	float: left;
	height: 68px;
	line-height: 68px;
	color: #999999;
	font-size:20px;
	padding-left: 10px;
	font-style:normal;
}

.channelT.ftbai .channelTL span{ color: #FFF;}
.channelT.ftbai .channelTL em{ color: rgba(255, 255, 255, 0.6);}
.newsSlide{
	width: 600px;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-right:15px;
}
.newsSlide .bd{
	width: 600px;
	height: 400px;
	overflow: hidden;
}
.newsSlide .bd dl dd{
	width: 600px;
	height: 400px;
	overflow: hidden;
}
.newsSlide .bd dl dd img{
	display: block;
	width: 600px;
	height: 400px;
}
.newsSlide .hd{
	width: 100%;
	height:50px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background:rgba(51,51,51,0.9);
}
.newsSlide .hd span{
	float: left;
	height:50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	padding-left: 20px;
}
.newsSlide .hd ul{
	float: right;
	margin-right: 20px;
	margin-top:20px;
}
.newsSlide .hd ul li{
	float: left;
	width: 8px;
	height:8px;
	cursor: pointer;
	overflow: hidden;
	line-height: 999px;
	border-radius:100%;
	background:#858585;
	margin:0 5px;
}
.newsSlide .hd ul li.on{background:#fff;}
.channelBox1R{
	overflow: hidden;
	height:400px;
}
.channelList.typ2{margin:0 -10px;}
.channelList dd{
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.channelList dd a{
	overflow: hidden;
	padding:18px 20px;
	border:1px solid #f4f4f2;
}
.channelList.typ2 dd{
	float: left;
	width: 50%;
	box-sizing: border-box;
	clear: none;
}
.channelList.typ2 dd a{margin:0 10px;}
.channelList dd a{
	display: block;
	overflow: hidden;
}
.channelList dd .day{
	overflow: hidden;
	margin-right:20px;
	margin-top:17px;
}
.channelList dd .day span{
	display: block;
	height:20px;
	overflow:hidden;
	line-height: 20px;
	color: #666666;
	font-size: 14px;
}
.channelList dd .day em{
	display: block;
	height:30px;
	overflow:hidden;
	line-height:30px;
	color: #666666;
	font-size:24px;
	font-style: normal;
}
.channelList dd .divR{
	overflow: hidden;
	padding-right:28px;
	position: relative;
}
.channelList dd .divR:after{
	content: "";
	display: block;
	width: 0;
	height:0;
	border-left:10px solid #666666;
	border-top:9px solid transparent;
	border-bottom:9px solid transparent;
	position: absolute;
	top: 50%;
	right:0;
	margin-top:-5px;
	transition-duration: 0.1s;
}
.channelList dd:hover .divR:after{border-left:10px solid #0d9a46}
.channelList dd .divR .divT{
	clear: both;
	height:22px;
	overflow:hidden;
	font-size:16px;
	color:#333;
	margin-bottom:12px;
}
.channelList dd:hover .divR .divT{color:#009944}
.channelList dd .divR .txt{
	clear: both;
	height:48px;
	overflow: hidden;
	color: #676767;
	font-size: 14px;
	line-height: 24px;
}
.more a{
	display: block;
	width:178px;
	height:48px;
	margin:0 auto;
	overflow: hidden;
	text-align: center;
	line-height: 48px;
	color: #333333;
	font-size: 14px;
	border:1px solid #cccccc;
	border-radius:24px;
	transition-duration:0.3s;
}
.more a:hover{color:#fff;background:#009944;border:1px solid #009944}
/**/
.channelList2{margin:0 -7px 0 -8px}
.channelList2 dd{
	float: left;
	width: 33.333%;
	overflow: hidden;
}
.channelList2 dd a{
	display: block;
	overflow: hidden;
	margin:0 7px 0 8px;
}
.channelList2 dd .pic{
	clear: both;
	width: 100%;
	padding-top:66.6667%;
	position:relative;
}
.channelList2 dd .pic img{
	display: block;
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.channelList2 dd .txtBox{
	clear: both;
	overflow: hidden;
	background:#ffffff;
	padding:10px 15px;
}
.channelList2 dd .txtBox .divT1{
	clear: both;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.channelList2 dd:hover .txtBox .divT1{color:#009944}
.channelList2 dd .txtBox .txt{
	overflow: hidden;
	clear: both;
	height:48px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.channelList2 dd .txtBox .divT2{text-align: center}
.channelList2 dd .txtBox .divT2 span{
	display:inline-block;
	height:18px;
	line-height: 18px;
	color: #666666;
	font-size: 14px;
	color: #666;
	position: relative;
}
.channelList2 dd .txtBox .divT2 span:after{
	content: "";
	display: block;
	width: 15px;
	height:18px;
	background:url(../images/newsIcon1.png) no-repeat right center;
	position: absolute;
	right:0;
	top: 0;
	opacity:0;
	transition-duration: 0.3s;
}
.channelList2 dd:hover .txtBox .divT2 span:after{opacity:1;right:-23px}
/*新闻中心 end*/
/*业务板块-自主知识产权 begin*/
/*三级导航*/
.nav3{
	clear: both;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.nav3 a{
	display:inline-block;
	width:138px;
	height:44px;
	overflow: hidden;
	text-align: center;
	line-height: 44px;
	margin: 0 5px;
	border:1px solid #e1e1e1;
	color: #333333;
	font-size: 14px;
}
.nav3 a.hover{
	border:1px solid #009944;
	color: #fff;
	background:#009944;
}
.nav3 a:hover{
	border:1px solid #009944;
	color: #fff;
	background:#009944;
}
.bgF8f8f8{background:#f8f8f8}
/**/
.channelT2{
	clear: both;
	overflow: hidden;
	padding-left:36px;
	background-position: left center;
	background-repeat: no-repeat;
}
.channelT2 span{
	float: left;
	height:38px;
	overflow:hidden;
	color:#333333;
	font-size:20px;
	line-height: 38px;
}
.channelT2 em{
	float: left;
	height:38px;
	overflow:hidden;
	color:#999999;
	font-size:14px;
	line-height:45px;
	padding-left: 10px;
	font-style:normal;
}
.channelT2 .more{
	line-height: 38px;
	color: #999999;
	font-size: 14px;
}
.channelT2 .more:hover{color:#009944}
.bussSlide{
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.bussSlide:after{
	content: "";
	display: block;
	width: 100%;
	height:1px;
	background:#999999;
	position: absolute;
	left: 0;
	top:5px;
	z-index: -1;
}
.bussSlide .btBox{
	width: 110px;
	margin:0 auto;
}
.bussSlide .btBox .bt{
	display: block;
	width: 40px;
	height:40px;
	cursor: pointer;
	background-image: url(../images/bIcon3.png);
	background-repeat: no-repeat;
}
.bussSlide .btBox .bt.prev{background-position:left top}
.bussSlide .btBox .bt.next{background-position:right top}
.bussSlide .btBox .bt.prev:hover{background-position:left bottom}
.bussSlide .btBox .bt.next:hover{background-position:right bottom}

.bussSlide .bd{
	overflow: hidden;
}
.bussSlideDl dd{
	float: left;
	width:25%;
	overflow: hidden;
}
.bussSlide2 .bussSlideDl dd{width:33.333%}
.bussSlideDl{
	margin:0 -34px !important;
}
.bussSlide2 .bussSlideDl{margin:0 -22px 0 -23px !important;}
.bussSlideDl dd a{
	display: block;
	overflow: hidden;
	margin:0 34px;
}
.bussSlide2 .bussSlideDl dd a{margin:0 22px 0 23px;}
.bussSlideDl dd .divIcon{
	display: block;
	width:11px;
	height:11px;
	background:url(../images/bIcon2.png) no-repeat center center;
	margin-bottom: 17px;
}
.bussSlideDl dd .divT{
	height:21px;
	overflow: hidden;
	line-height: 21px;
	color: #333333;
	font-size: 14px;
}
.bussSlideDl dd .divT2{
	height:23px;
	overflow: hidden;
	line-height: 23px;
	color: #2b2f34;
	font-size: 14px;
	margin-bottom: 15px;
}
.bussSlideDl dd .pic{
	width:100%;
	padding-top:139.6694%;
	overflow: hidden;
	position: relative;
	
}
.bussSlideDl.typ22 dd .pic{padding-top:139.6694% !important;}
.bussSlideDl dd .pic:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border:1px solid #e1e1e1;
	z-index: 1;
}
.bussSlide2 .bussSlideDl dd .pic{padding-top:67.3913%}
.bussSlideDl dd .pic img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index: 99;
}
/*业务板块-自主知识产权 end*/
/*内页框架开始*/
/*内页外结构开始*/
.subBanner{ height: 400px; width: 100%; background-repeat: no-repeat; background-size: cover; background-position:  center center;}
/*内页外结构结束*/
/*当前位置开始*/
.location{ overflow: hidden; height: 60px; line-height: 60px; padding: 0 10px; border-bottom: 1px solid #ddd;}
.locationL{ overflow: hidden; font-size: 14px; color: #2b2f34}
.locationL span{ float: left; display: inline; padding-left: 20px;}
.locationL a{ float: left; display: inline; color: #2b2f34;}
.locationL a:hover{ color:#009944;}
.locationL a.hover{ color:#009944;}
.locationL em{ float: left; display: inline; font-style: normal; margin: 0 5px;}
.locationR{ font-size: 16px;}
.locationR dd{ float: left; display: inline; margin-left: 40px;}
.locationR dd span{ display: block; position: relative;}
.locationR dd span:before{ display: block; content:''; position: absolute; left: 0px; bottom: 0px; border-bottom: 2px solid #009944; width: 100%; display: none;}
.locationR dd span a{ display: block; height: 60px; line-height: 60px; color: #333333; font-size: 14px;}
.locationR dd span a:hover{color: #009944;}
.locationR dd.hover span:before{ display: block;}
.locationR dd.hover span a{color: #009944;}
/*当前位置结束*/
/*页码开始*/
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.pageC{display:inline-block}
.page a{display:inline;float:left;overflow:hidden;padding:6px 12px;color:#666;border-radius:3px;background: #fff;border: 1px solid #e2e2e2;margin:0 3px;}
.page a:hover{background: #009944;border-color:#009944;color: #fff;}
.page a.hover{background: #009944;border-color:#009944;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageH.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageH.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageH.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageH.png)}

.page a.firstPage.disabled{background:#e2e2e2;border-color:#e2e2e2;}
.page a.prevPage.disabled{background:#e2e2e2;border-color:#e2e2e2;}
.page a.nextPage.disabled{background:#e2e2e2;border-color:#e2e2e2;}
.page a.lastPage.disabled{background:#e2e2e2;border-color:#e2e2e2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/
/*内页框架结束*/