@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:  no-repeat left center !important}
.topshare .bds_tsina{background:  no-repeat -29px center !important}
.topshare .bds_tqq{background:  no-repeat -59px center !important}
.topshare .bds_qzone{background:  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(/uploads/image/syimages/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(/uploads/image/syimages/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(/uploads/image/syimages/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:  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(/uploads/image/syimages/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)  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)  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(/uploads/image/syimages/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: 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: ;
	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: 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: }
.page a.prevpage div{background-image: }
.page a.nextpage div{background-image: }
.page a.lastpage div{background-image: }

.page a.firstpage:hover div{background-image: }
.page a.prevpage:hover div{background-image: }
.page a.nextpage:hover div{background-image: }
.page a.lastpage:hover div{background-image: }

.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: }
.page a.prevpage.disabled div{background-image: }
.page a.nextpage.disabled div{background-image: }
.page a.lastpage.disabled div{background-image: }
/*页码结束*/
/*内页框架结束*/