b@charset "utf-8";
/* CSS Document */
/*公共样式开始*/
*{
    padding:0;
    margin:0;
    list-style: none;
}
html,body{
    margin:0 auto;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td ,header,section,footer{ margin: 0; padding: 0 }
body, button, input, select, textarea {
    font: 12px/1.5 "微软雅黑";
    color:#333;
}
body{overflow-x: hidden;position: relative;}
address, cite, dfn, em, var,i { font-style: normal }
ul, ol, dl { list-style: none }
a { text-decoration: none; outline: none ;font-family:"微软雅黑";color:#333;cursor: pointer;font-size: 12px;}
*{margin:0;padding:0;}
body, div ,ul{margin:0;padding:0;}
li{font-size: 12px;font-family: "微软雅黑";list-style: none;margin:0;padding:0;}
em{font-style:normal;font-size: 12px;}
body,p,span{font-size: 12px;font-family: "微软雅黑";}
img{border:none;}
p{margin: 0px;padding:0px;word-wrap: break-word;}
:focus{outline: none;}
img {border: 0;vertical-align: middle;display: inline-block;}
input{border:none;}
.lf{float: left;}
.rt{float: right;}
.clear{clear:both;}
.clear:after{
    display: block;
    content: "";
    clear: both;}
.transtion{
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;}
/*container容器,内容居中显示*/
.container{
    width:1200px;
    margin:0 auto;
}
body,.header,.main,.footer{
    width:100%;
    height:auto;
    margin:0 auto;
}
@font-face{
    font-family:'HELVETI1';
    src:url('HELVETI1.eot');
    src:url('HELVETI1.eot') format('embedded-opentype'),
    url('HELVETI1.woff') format('woff'),
    url('HELVETI1.ttf') format('truetype');
    url("HELVETI1.svg#HELVETI1") format("svg");
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999999;
}
.onch{display: none;}
 /*header*/
.header{
    background: url("top_bg.jpg") no-repeat center;
    background-size: cover;
    height: 100px;
    width: 100%;
}
.header>.container{
    position: relative;
}
.header> .container > .rt{
    width: 1018px;
    height: 100px;
    position: relative;
}
.header .rt .contact{margin-top: 22px;}
.header .rt .contact p{color:#c0dccb;font-size: 14px;margin-left: 16px;position: relative;}
.header .rt .contact p > img{margin-right: 8px;margin-bottom:2px;}
.header .rt .contact p > span{color:#e2efe7;font-size:16px;font-weight: bold;}
.header .wechat{cursor: pointer;}
.header .wechat span{width: 100px;height: 100px;position: absolute;top:-122px;left:0;z-index:99;}
.header .wechat span img{display: block;width: 100%;}
.header .wechat:hover span{top:-22px;}
.header .nav{
    padding-left: 26px;height:55px;
}
.header .nav .menu{float: left;height: 100%;}
.menu ul li{
    margin-left: 48px;
    float: left;
    position: relative;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    text-align: center;
}
.menu ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}
.header ul li em{
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 11px;
    height: 12px;
    line-height: 12px;
    font-style: normal;
    z-index: 99;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.menu ul li span{
    display: block;
    font-size: 12px;
    color: #b2e3c5;
    margin-bottom: 11px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    position: relative;
    z-index: 9;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    text-transform: uppercase;
}
.menu ul li:hover em{
    transform:translate3d(0,-20px,0);
    -webkit-transform:translate3d(0,-20px,0);
    -moz-transform:translate3d(0,-20px,0);
}
.menu ul li:hover span{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    transform:translate3d(0,23px,0);
    -webkit-transform:translate3d(0,23px,0);
    -moz-transform:translate3d(0,23px,0);
}
.header .nav i{
    float: right;
    display: block;
    background: url("search_green.png") center no-repeat;
    background-size: cover;
    width: 19px;
    height: 19px;
    margin-top: 18px;
    cursor: pointer;
}
.header .search_form{width: 300px;height: 50px;position: absolute;right:0;bottom:-50px;z-index:9;background-color: rgba(0,0,0,0.3);
display: none;
}
.header .search_form input{width: 240px;height: 40px;background-color: #ffffff;margin:5px 0px 5px 5px;padding-left: 10px;float: left;}
.header .search_form .icon_search{width: 40px;height: 40px;display: inline-block;margin-top: 5px;background: url("search_white.png") center no-repeat #01A241;cursor: pointer;}
.slidebox{
	max-width: 1920px;
	width:100%;
	overflow:hidden;
	height:790px;
	position:relative;
}
.slidebox .bd ul li{
	width: 100%;
	height:790px;
	position: relative;
}
.slidebox .hd{position: absolute;bottom: 20px;left:0;right:0;z-index:99;text-align: center;height: 15px;width: 75px;margin:auto;}
.slidebox .hd ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius:50%;
	background-color: #FFFFFF;
	margin:0 5px;
	float: left;
	color:transparent;
	cursor: pointer;
}
.slidebox .hd ul li.on{background-color: #01A241;}

/*内页*/
.banner {
	max-width: 1920px;
    width: 100%;
    height: 347px;
    position: relative;
}
.banner img{position: absolute;top:0;left:50%;margin-left:-960px;}
.path_all{
    height: 52px;
    background: #deede4;
}
.path_all ul{
    margin: auto;
    height: 52px;
    line-height: 52px;
    display: inline-block;
}
.path_all ul li{
    float: left;
    width: 128px;
    text-align: center;
}
.path_all ul li a{
    font-size: 13px;
    color: #5d5d5d;
    display: block;
    border-right: 1px solid #cfded5;
    border-left: 1px solid #cfded5;
}
.path_all ul li a:hover,.path_all ul li a.on{
    color: #fcfcfc;
    font-weight: bold;
    background: #01a241;
    border-right: 1px solid #01a241;
    border-left: 1px solid #01a241;
}
.path_all ul li a span{font-size: 13px;}
.path_all .chlid{
    text-align: center;
    height: 100%;
}
.path_all .container{
    height: 52px;
}
.footer{
    height: 110px;
    width: 100%;
    background: #373c40;
	position: relative;
   
}
.footer .container{height: 100%;position: relative;}
.footer p,.footer span{
    font-size: 12px;
    color: #bababa;
    text-align: center;
    display: block;;
}
.footer p a{
    color: #bababa;
}
.footer p a:hover{
    color: #fff;
}
.footer span{
    padding-top: 28px;
    margin-bottom: 10px;
}
.footer .ma{position: absolute;right:0;top:18px;width:75px;height: 75px;}
.footer .ma img{width:100%;display: block;}
.main .path{
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #818181;
}
.main .path a{
    font-size: 14px;
    color: #818181;
}
.main .path i{
    float: left;
    width: 23px;
    height: 24px;
    background: url(position.png) no-repeat center;
    background-size: cover;
    display: block;
    margin-top: 25px;
}
.main_con{min-height: 800px;}
.news_about{
    width:840px ;
    height: 256px;
    /*padding-top: 38px;*/
    /*background: #f2f2f2;*/
    background-size: cover;
    margin-bottom: 10px;
}
.news_pic{
    /*margin-left: 37px;*/
    width: 413px;
    height: 256px;
    position: relative;
    float: left;
}
.news_pic img{
    width: 100%;
    /*height: 100%;*/
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    /*bottom: 0;*/
}
.news_all{
    width: 405px;
    height: 223px;
    float: left;
    padding-left: 20px;
    padding-top: 34px;
    background: #f2f2f2;
}
.news_all:hover{
	background: #deede4;
}
/*.news_all:hover i{
	color: #fff;
}
.news_all:hover a.more{
	color: #fff;
}
.news_all:hover h3{
	color: #fff;
}
.news_all:hover p{
	color: #fff;
}*/
.news_all span{
	font-size: 18px;
	font-weight: bold;
	color: #a1a1a1;
	display: inline-block;
	margin-bottom: 10px;
}
.news_all h3{
    color: #545353;
    font-size: 16px;
    height: 17px;
    line-height: 17px;
    padding-bottom: 20px;
}
.news_all p{
    height: 125px;
    line-height: 25px;
    font-size: 14px;
    color: #818181;
    margin-bottom: 24px;
}
.news_all i{
    display: inline-block;
    float: left;
    /*background: url("clock.png") no-repeat center;*/
    background-size: cover;
    width: 60px;
    height: 17px;
    margin-right: 250px;
    color: #01a241;
}
.news_all a.more{
	color: #01a241;
}
.news_all  em{
    font-size: 14px;
    color: #b2b2b2;
    height: 17px;
    line-height: 17px;
    font-style: normal;
}
.news_lf {
    width: 840px;
    height: auto;
}
.news_lf  ul{
    width: 100%;
    padding-top: 39px;
}
.news_lf  ul li{
    height: 138px;
    width: 100%;
    margin-bottom: 25px;
}
.news_lf  ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news_lf  ul li .time{
    width: 130px;
    height: 125px;
    border-top: 1px solid #dddddd ;
    border-left: 1px solid #dddddd ;
    border-bottom:5px solid #c9c9c9 ;
    border-right: 1px solid #ededed ;
}
.news_lf  ul li .time p{
    padding-top: 43px;
    text-align: center;
    position: relative;
}
.news_lf  ul li .time p::before,.news_lf  ul li .time p::after{
    display: inline-block;
    content: "";
    clear: both;
    width: 19px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 65px;
}
.news_lf  ul li .time p::before{left:10PX;}
.news_lf  ul li .time p::after{right:10PX;}
.news_lf  ul li .time em{
    display: block;
    height: 28px;
    line-height: 28px;
    color: #9a9a9a;
    font-size: 40px;
	text-align: center;
}
.news_lf  ul li .time span{
    display: block;
    height: 10px;
    line-height: 10px;
    margin-top: 15px;
    color: #9a9a9a;
}
.news_lf  ul li .time i,.news_lf  ul li .time b{
    font-size: 14px;
    color: #9a9a9a;
    font-weight: 100;
}
.news_lf  ul li .list_all{
    width: 706px;
    height: 130px;
    border-top: 1px solid #e4e4e4;
    border-right:1px solid #e4e4e4 ;
}
.news_lf  ul li .line{
    float: left;
    width: 836px;
    height: 5px;
    border: 1px solid #eeeeee;
}
.list_all h3{
    height: 16px;
    line-height: 16px;
    margin-top: 26px;
    margin-bottom: 8px;
    margin-left: 28px;
    font-size: 16px;
    color: #545454;
}
.list_all p {
    line-height: 32px;
    margin-left: 28px;
    margin-right: 40px;
    font-size: 14px;
    color: #777777;
    text-align: justify;
}

.news_lf  ul li:hover h3{
    color: #01a241;
}
.news_lf  ul li:hover .time{
    border-top: 1px solid #5ec085;
    border-left: 1px solid #5ec085;
    border-bottom: 5px solid #01a241;
    border-right: 1px solid #9edcb7;
    box-shadow: 0px 3px 5px 0px rgba(23,23,23,0.08);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(23,23,23,0.08);
    -moz-box-shadow: 0px 3px 5px 0px rgba(23,23,23,0.08);
}
.news_lf  ul li:hover .list_all{
    border-top: 1px solid #97d2ae;
    border-right: 1px solid #97d2ae;
    box-shadow: 0px 0px 12px 0px rgba(23,23,23,0.08);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(23,23,23,0.08);
    -moz-box-shadow: 0px 0px 12px 0px rgba(23,23,23,0.08);
}
.news_lf  ul li:hover .line{
    border-top: 1px solid #a1ddb9;
}
.search {
    padding-left: 20px;
    width: 311px;
    height: 50px;
    border: 1px solid #b5e4c8;
    margin-bottom: 26px;
}
.search input{
    float: left;
    width: 250px;
    height: 100%;
    color: #64b986;
    font-size: 16px;
}
.search a {
    width: 61px;
    height: 52px;
    background: url(search_green.png)no-repeat  center #01a241;
    float: right;
    display: block;
    margin-top: -1px;
}
.news_rt.rt {
    width: 333px;
}
.news_rt .rili{
    width: 333px;
    height: 409px;
    background: url("ce_bg.jpg") no-repeat center;
    background-size: cover;
    margin-bottom: 26px;
}
.rili .year{
    width: 206px;
    height: 26px;
    padding-top: 35px;
    margin-left: 65px;
}
.rili .year .year-prev{
    display: block;
    width: 26px;
    float: left;
    height: 26px;
    background: url("ce_lf.png") no-repeat center;
    background-size: cover;
}
.rili .year a.year-next{
    display: block;
    width: 26px;
    height: 26px;
    float: right;
    background: url("ce_rt.png") no-repeat center;
    background-size: cover;
}
.rili .year b{
    display: block;
    float: left;
    margin-left: 50px;
    line-height: 26px;
    color: #ffffff;
    font-size: 24px;
}
.rili .month{
    margin-left: 20px;
    width: 312px;
    margin-right:20px ;
    height: 216px;
    padding-top: 97px;
    overflow: hidden;
}
.rili .month li{
    float: left;
    width: 59px;
    height: 57px;
    border: 1px solid #37ae65;
    background: #cee9d7;
    margin-right: 17px;
    margin-bottom: 19px;
    position: relative;
    cursor: pointer;
}
/*.rili .month li a{
    display: block;
    font-size: 14px;
    color: #01a241;
    width: 100%;
    height: 100%;
}*/
.rili .month li i{
    display: block;
    font-size: 14px;
    color: #01a241;
    font-style: normal;
    float: left;
    margin-top: 26px;
}
.rili .month li b{
    font-size: 24px;
    color: #01a241;
    font-weight: normal;
    display: block;
    margin-top: 19px;
    float: left;
    height: 18px;
    line-height: 18px;
    margin-left: 16px;
}
/*.rili .month li em{
    display: none;
    position: absolute;
    width:59px ;
    height: 12px;
    background: url("sanyue.png") no-repeat transparent bottom;
    background-size: cover;
    bottom: 0;
}
.rili .month li:hover em{
    display: block;
}*/
.rili .month li:hover,.rili .month li.on{
    background: url("sanyue.png") bottom center no-repeat #fff;
    border: 1px solid #01a241;
}
.news_rt .video{
    position: relative;
    width: 333px;
    height: 180;
}
.news_rt .video img{
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.news_rt .video a{
    display: block;
    width: 100%;
    height: 100%;
}
.news_rt .video b{
    display: block;
    position: absolute;
    bottom: 36px;
    height: 20px;
    right: 50px;
    line-height: 20px;
    font-size: 20px;
    color: #f0f0f0;
}
.news_rt .video em{
    display: block;
    position: absolute;
    bottom: 87px;
    width: 21px;
    height: 21px;
    background: url("ce_rt.png") no-repeat center;
    background-size: cover;
    right: 200px;
}
/*企业文化*/
.culture ul li{width: 100%;height: 236px;position: relative;margin-bottom: 43px;}
.culture ul li .pic{width: 440px;height: 210px;position: absolute;top:0;left:0;z-index:2;}
.culture ul li .pic img{display: block;position: absolute;top:0;left:0;right:0;bottom: 0;margin:auto;max-width: 100%;max-height: 100%;}
.culture ul li .info{width: 1100px;height: 201px;background-color: #deede4;position: absolute;right:0;bottom: 0;}
.culture ul li .info p.detail{width: 685px;padding:0 38px;font-size: 14px;color:#6c6c6c;line-height: 45px;text-align: justify;margin-top: 25px;}
.culture ul li .info p.detail em.more{font-size: 14px;color:#6c6c6c;}
.culture ul li.cur .pic{right:0;left:auto;}
.culture ul li.cur .info{left:0;}
.culture ul li.cur .info p.detail{float: left;}
.culture ul li:hover .info{background-color: #01a241;box-shadow: 3px 5px 6px 0px rgba(138,138,138,0.75);-webkit-box-shadow: 3px 5px 6px 0px rgba(138,138,138,0.75);-moz-box-shadow: 3px 5px 6px 0px rgba(138,138,138,0.75);}
.culture ul li:hover .info p.detail{color:#ffffff;}
.culture ul li:hover .info p.detail em.more{color:#e3e3e3;}
/*公司简介*/
.main .about{background-color: #eeeeef;padding-bottom: 40px;}
.about .section1{overflow: hidden;}
.about .section1 .intro{margin-top: 20px;}
.about .section1 .intro .lf{width:820px;}
.about .container span.intro_title{display: block;height:55px;margin-top: 40px;}
.about .container span.intro_title img{display: block;height:100%;}
.section1 .intro > .lf{color:#5f5d5d;font-size: 14px;line-height: 30px;text-align: justify;}
.section1 .intro > .rt{width:350px;height: 480px;}
.section1 .intro > .rt img{display: block;width:100%;}
.section2 .identify{margin-top:40px;}
.section2 .identify > .lf{width:370px;}
.section2 .identify > .lf img{width:370px;display: block;margin:auto;}
.section2 .identify > .lf p{color:#009b4c;font-size: 12px;font-weight: bold;line-height: 30px;margin-top:20px;text-align: center;}
.section2 .identify > .rt{width:800px;}
.identify .rt ul li{width:100%;height:165px;background-color: #fefefe;margin-bottom:20px;box-shadow: 5px 10px 10px 0px #d9d9d9;-webkit-box-shadow: 5px 10px 10px 0px #d9d9d9;-moz-box-shadow: 5px 10px 10px 0px #d9d9d9;border-radius: 12px;-webkit-border-radius:12px;-moz-border-radius: 12px;}
.identify .rt ul li p{font-size: 15px;color:#70ba39;line-height: 35px;width: 440px;margin-top:28px;margin-left: 30px;font-weight: bold;}
.identify .rt ul li .zx{width:50px;margin-top:60px;margin-left: 35px;}
.identify .rt ul li .rx{width:110px;margin: 27px 0 0 20px;}
.identify .rt ul li .bs01{width:210px;margin: 31px 20px 0 10px;}
.identify .rt ul li .bs02{width:170px;margin: 30px 0 0 20px;}
.pageClass {
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 50px;
    clear: both;
    z-index: 99;
}
.pageClass span {
    padding: 5px 12px;
    display: inline-block;
    margin-left:10px;
    font-size: 14px;
    color: #4e4e4e;
    border:1px solid #bdbdbd;
}
.pageClass strong span,.pageClass span:hover{
    background-color:#01a241;
    color:#ffffff;
}
/*内容页*/
.content{margin-bottom: 30px;}
.content .article_title {
    margin:30px 0 10px;
    text-align: center;
    position: relative;
}
.content .article_title h3 {
    font-size: 20px;
}
.content .article_title .author {
    font-size: 12px;
    color: #c6c5c6;
    margin-top: 10px;
}
.content .article_con{
    padding: 25px 10px 10px;
    font-size: 14px;
    color: #333;
    text-align: justify;
    line-height: 33px;
    min-height: 500px;
}
.content .article_con img{max-width: 100%;display: inline-block;height: auto !important;}
.chairman_con{background-color: #f4f4f4;overflow: hidden;margin-bottom: 50px;}
.chairman{margin-bottom: 0;}
.chairman .article_con{padding:0;}
.chairman .article_con .pic{width: 440px;height: 528px;overflow: hidden;margin:20px 0;}
.chairman .article_con .pic img{width: 100%;display: block;}
.chairman .article_con .con{width:715px;background: url("chairman_bg.png") bottom right no-repeat #f4f4f4;height: 528px;margin-top:40px;}
.content .up,.content .down {
    font-size: 14px;
    text-align: left;
    color: #333333;
    font-weight: bold;
    margin:10px;
}
.content .up a,.content .down a {
    color: #777777;
    font-weight: normal;
}
.content .up a,.content .down a,.content .up span,.content .down span{font-size: 14px;}
.content .up a:hover,.content .down a:hover{color:#01a241;}
.content .map{width: 850px;height: 500px;}
.content .twq{width: 350px;height: 500px;}
.twq .tw{height: 124px;width: 100%;border-top:1px solid #01a241;position: relative;}
.twq .tw p{margin: 30px 0 0 48px;}
.twq .tw p img{float: left;margin-right: 12px;margin-top: -2px;}
.twq .tw p i{line-height: 20px;display: inline-block;font-size: 14px;width: 180px;color:#ffffff;}
.twq .tw span{font-size: 18px;color:#eeeeee;display: block;}
.twq .tw em{font-size: 24px;color:#ffffff;font-weight: bold;}
.twq .tel{background-color: #02c04e;}
.twq .wechat{background-color: #01b047;}
.twq .weibo{background-color: #01a241;}
.twq .address{background-color:#028a38;}
.twq .wechat em,.twq .weibo em{font-size: 18px;}
.twq .tw:hover .sel{display: block;}
.twq .sel{display: none;position: absolute;width: 119px;height: 119px;top: 0;left: -140px;border:3px solid #01a241;z-index:99;}
.twq .sel img{width: 100%;}
.twq .sel i{position: absolute;right: -12px;top: 50%;margin-top: -10px;border-left: 10px solid #01a241;border-top: 10px solid transparent;border-bottom: 10px solid transparent;}
.content .join{width:350px;height: 500px;background-color:#01a241;}
.content .join p{color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 0 30px;}
.content .join p.title{font-size: 20px;font-weight: bold;margin: 30px 0 20px;}
.content .join p span{font-size: 15px;font-weight: bold;}
/*大事记*/
.history_box{width:905px; height:150px; overflow:hidden;margin:auto;position: relative;}
.history_ul{width:100000px; height:50px;}
.historys{ height:53px; width:908px; overflow:hidden;}
.list_times{ margin-top:95px;}
.list_times li{ float:left; height:13px; width:106px; background:#ffd28a; margin-right:27px;}
.list_times .last,.list_fen .last{margin-right:0px;}
.list_fen li{float:left; height:25px; width:106px; background:#efefef; margin-right:27px; text-align:center; line-height:25px; margin-top:16px; cursor:pointer;font-size: 16px;position: relative;}
.list_times .hover{ background:#f5a11a; position:relative;}
.list_times .hover em{ display:block; position:absolute; background:url(about_hover.png) no-repeat; width:20px; height:20px; right:-17px; top:-3px;}
.list_fen .hover{ font-weight:bold;}
.breaking_news{margin: 90px auto;overflow: hidden;text-align: center;/*position: absolute;*/}
.news_lis{overflow: hidden;font-size: 14px;display:none;line-height: 50px;width: 100%;float: left;/*margin-left:450px;*/margin: 90px auto;}
.news_lis dt{ color:#e7930b; font-size:14px; width:285px; padding-top:5px; margin-top:30px; height: 200px;font-size: 0;text-align: center;line-height: 200px;}
.news_lis dt img{
	max-height: 200px;
}
.news_lis dd{ width:285px; font-size:14px; color:#30313a; line-height:25px;margin-top:30px; text-align: center;}

/*.events .hd{margin-top:30px;padding:0 15px;text-align: center;}
.events .hd ul{display: inline-block;}
.events .hd ul li{float: left;width:140px;margin:0 13px;cursor: pointer;position: relative;}
.events .hd ul li em{display: block;height:10px;width:100%;background-color: #fed289;}
.events .hd ul li i{width:20px;height: 20px;background-color: #ffffff;border-radius: 50%;-webkit-border-radius:50%;-moz-border-radius: 50%;position: absolute;top:-5px;right:-1px;text-align: center;line-height: 24px;opacity: 0;}
.events .hd ul li b{display:inline-block;width:13px;height: 13px;background-color: #ffffff;border-radius: 50%;-webkit-border-radius:50%;-moz-border-radius: 50%;}
.events .hd ul li span{font-size: 16px;color:#555555;display: block;width:100%;height:40px;line-height: 40px;text-align: center;background-color: #efefef;margin-top:15px;}
.events .hd ul li.on i{opacity: 1;}
.events .hd ul li.on em,.events .hd ul li.on i{background-color: #f5a11a;}
.events .hd ul li.on span{font-weight: bold;color:#000000;font-size: 18px;}
.events .bd{margin-top:30px;overflow: hidden;min-height: 500px;padding:0 32px;}
.events .bd ul li{line-height: 60px;font-size: 16px;}
.clear1 {
    clear: both;
    position: absolute;
    z-index: 20;
    width: 100%;
    bottom: 0;
    height: 163px;
    background-color: #fff;
}*/
/*企业资质*/
.main .Qualificate{height: 540px;margin-bottom: 30px;background-color: #f9f9f9;padding:30px 0;}
.Qualificate .hd{width:440px;height: 540px;background-color: #f9f9f9;}
.Qualificate .hd ul li{cursor: pointer;margin-bottom: 40px;background-color: #e6e6e6;}
.Qualificate .hd ul li .date{width:85px;height: 85px;background-color: #d1d1d1;text-align: center;}
.Qualificate .hd ul li .date em{font-size: 30px;display: block;color:#ffffff;font-family: "Impact";margin-top: 6px;}
.Qualificate .hd ul li .date span{font-size: 14px;display: block;color:#ffffff;}
.Qualificate .hd ul li .info{width:325px;height:85px;margin-left:22px;}
.Qualificate .hd ul li .info .title{font-size: 14px;font-weight: bold;margin-top:10px;}
.Qualificate .bd,.Qualificate .bd ul li{width:730px;height: 540px;}
.Qualificate .bd ul li{position: relative;}
.Qualificate .bd ul li img{position: absolute;top:0;left:0;bottom: 0;right:0;margin:auto;max-width: 100%;max-height: 100%;display: block;}
.Qualificate .hd ul li.on{background-color:#f08519;}
.Qualificate .hd ul li.on .date{background-color: #ffffff;}
.Qualificate .hd ul li.on .date em,.Qualificate .hd ul li.on .date span{color:#028a38;}
.Qualificate .hd ul li.on .info .title{color:#ffffff;}

.qualifi_slide{margin-bottom: 40px;width:1200px;}
.qualifi_slide .bd{width:1200px;}
.qualifi_slide .bd ul li{float: left;width: 285px;margin-right:20px;}
.qualifi_slide .bd .pic{height: 200px;position: relative;border: 1px solid #ddd;}
.qualifi_slide .bd .pic img{position: absolute;top:0;left:0;right:0;bottom: 0;margin:auto;max-width: 100%;max-height: 100%;}
.qualifi_slide .bd p.title{font-size: 14px;color:#666666;text-align: center;margin-top: 10px;}
.qualifi_slide .hd{height: 50px;text-align: center;margin-top: 20px;}
.qualifi_slide .hd a.prev,.qualifi_slide .hd a.next{width:50px;height: 50px;display: inline-block;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;margin:0 10px;background:url("icon_jt.png") 15px 10px no-repeat #dddddd;}
.qualifi_slide .hd a.next{background-position-x: -28px;}
.qualifi_slide .hd a.prev:hover,.qualifi_slide .hd a.next:hover{background-color:#028a38;}
/*社会招聘*/
/*招聘信息*/
.social .pic{width:290px;}
.social .pic img{width:100%;display: block;}
.post-list { width:890px;}
.post-list li{cursor: pointer; width:100%;}
.post-list .post-name { border-bottom: 4px solid #fff; }
.post-list .post-name .auto-style1 { font-size: 14px; line-height: 40px; text-indent: 17px; background-color: #028a38; cursor: pointer;    color: #fff;overflow: hidden;}
.post-list .post-name .auto-style1 span{font-size: 14px;font-weight: bold;}
.post-list .post-name .auto-style1 em{margin-right: 20px;}
.post-list .post-info { padding: 18px 83px; background:#deede4 url(p_2_1.png) no-repeat 18px 26px; }
.post-list .post-info .Pasual { min-height: 66px; }
.post-list .post-info .join-cont p{font-size: 14px;line-height: 30px;}
.post-list .hover .post-info{ display:block !important; min-height:200px; font-size:14px;}








/*mod*/
.condi{
	width: 1200px;
	margin: 0 auto;
}
.condi .c_top{
	width: 218px;
	height: 95px;
	position: relative;
	margin-bottom: 46px;
}
.condi .c_top img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	/*right: 0;*/
	max-width: 160px;
	margin: auto;
}
.condi .c_bottom{
	overflow: hidden;
}
.condi .c_bottom .c_b_left{
	float: left;
	width: 685px;
	height: 340px;
	position: relative;
}
.condi .c_bottom .c_b_left img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 685px;
	max-height: 340px;
	margin: auto;
}
.condi .c_bottom .c_b_right{
	float: right;
	margin-right: 70px;
	margin-top: 30px;
}
.condi .c_bottom .c_b_right ul li{
	font-size: 20px;
	color: #757475;
	margin-top: 8px;
	list-style: disc;
}
.condi .c_bottom .c_b_right a{
	display: block;
	width: 237px;
	margin-left: 10px;
	margin-top: 30px;
	height: 64px;
	border-radius: 50px;
	text-indent: 60px;
	line-height: 64px;
	font-size: 20px;
	color: #474443;
	font-weight: bold;
	border: 2px solid #757475;
	background: url("mod-condi-pic3.jpg") no-repeat 160px center;
	background-size: 10%;
}


.flow{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.flow .f_top{
	width: 218px;
	height: 95px;
	position: relative;
	margin-bottom: 46px;
}
.flow .f_top img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	/*right: 0;*/
	max-width: 160px;
	/*max-height: 95px;*/
	margin: auto;
}
.flow .f_bottom{
	width: 1200px;
	height: 202px;
	position: relative;
	margin-bottom: 46px;
}
.flow .f_bottom img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 1200px;
	max-height: 202px;
	margin: auto;
}

.apply{
	width: 1200px;
	margin: 0 auto;
	height: 500px;
}
.apply .a_top{
	width: 218px;
	height: 95px;
	position: relative;
	margin-bottom: 46px;
}
.apply .a_top img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	/*right: 0;*/
	max-width: 160px;
	max-height: 95px;
	margin: auto;
}
.apply .a_bottom p{
	font-size: 22px;
	line-height: 36px;
}
.apply .a_bottom form{
	margin-top: 20px;
	position: relative;
}
.apply .a_bottom form input.text1{
	width: 393px;
	height: 39px;
	border: 2px solid #454746;
	text-indent: 10px;
	font-size: 16px;
}
.apply .a_bottom form input.text1:nth-child(2){
	position: absolute;
	top: 60px;
	left: 0;
}
.apply .a_bottom form input.text1:nth-child(3){
	position: absolute;
	top: 120px;
	left: 0;
}
.apply .a_bottom form input.text1:nth-child(4){
	margin-left: 20px;
}

.apply .a_bottom form input.text2{
	width: 242px;
	height: 39px;
	border: 2px solid #454746;
	text-indent: 10px;
	font-size: 16px;
	/*position: absolute;*/
	position: absolute;
	top: 60px;
	left: 420px;
}
.apply .a_bottom form .get{
	position: absolute;
	top: 60px;
	left: 685px;
	display: block;
	width: 133px;
	height: 43px;
	background: #00592c;
	color: #fff;
	text-align: center;
	line-height: 43px;
}
.apply .a_bottom form span{
	margin-top: 88px;
	margin-left: 420px;
	display: inline-block;
	font-size: 16px;
}
.apply .a_bottom form label{
	font-size: 16px;
}
.apply .a_bottom form label.radio1{
	margin-left: 10px;
}
.apply .a_bottom form label.radio2{
	margin-left: 50px;
}
.apply .a_bottom form label.radio3{
	position: absolute;
	top: 175px;
	left: 465px;
}
.apply .a_bottom form .text3{
	width: 242px;
	height: 39px;
	border: 2px solid #454746;
	text-indent: 10px;
	font-size: 16px;
	/*position: absolute;*/
	position: absolute;
	top: 165px;
	left: 525px;
}
.apply .a_bottom form .submit{
	display: block;
	width: 212px;
	height: 212px;
	position: absolute;
	top: 0;
	right: 100px;
	border: none;
	color: #fff;
	font-size: 40px;
	background:#00592c url("mod-apply-pic2.png") no-repeat center 150px;
	background-size: 30%;
}


.qa{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.qa .qa_top{
	width: 218px;
	height: 95px;
	position: relative;
	margin-bottom: 46px;
}
.qa .qa_top img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	/*right: 0;*/
	max-width: 160px;
	max-height: 95px;
	margin: auto;
}
.qa .qa_bottom{
	overflow: hidden;
}
.qa .qa_bottom .hd{
	float: left;
	margin-left: 50px;
}
.qa .qa_bottom .hd ul li{
	height: 64px;
	width: 480px;
	cursor: pointer;
	line-height: 64px;
	font-size: 20px;
	font-weight: bold;
	text-indent: 20px;
}
.qa .qa_bottom .hd ul li.on{
	background: #eeeeef;
}
.qa .qa_bottom .bd{
	float: right;
}
.qa .qa_bottom .bd ul {
	width: 630px;
	height: 600px;
	background: #eeeeef;
	padding: 20px;
}

.qa .qa_bottom .bd ul li{
	/*text-indent: 2rem;*/
	line-height: 30px;
	font-size: 14px;
}




/*form*/
#form{
	position: relative;
}
#txtmessage_3,#txtmessage_4,#txtmessage_5,#txtmessage_6{
	width: 393px;
	height: 39px;
	border: 2px solid #787979;
	text-indent: 10px;
	font-size: 16px;
	color: #787979;
}
#txtmessage_4,#txtmessage_6{
	margin-top: 20px;
}
.txtmessage_5{
	position: absolute;
	left: 420px;
	top: 0;
}
.txtmessage_8{
	position: absolute;
	top: 130px;
	left: 420px;
	/*font-size: 16px;*/
}
.txtmessage_8 p{
	font-size: 16px !important;
	display: inline-block;
}
.txtmessage_8 .box{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 415px;
	overflow: hidden;
}
.txtmessage_8 .box div{
	float: left;
	margin-left: 55px;
	font-size: 16px;
}
.txtmessage_8 .box div input{
	margin-right: 5px;
}
.txtmessage_8 .box div input.other{
	width: 242px;
	height: 39px;
	border: 2px solid #787979;
	text-indent: 10px;
	font-size: 16px;
	color: #787979;
}
.txtmessage_8 .box div:nth-child(4){
	margin-top: 20px;
}
.txtmessage_8 .box div:nth-child(5){
	margin-left: 20px;
	margin-top: 10px;
}
.box{
	position: absolute;
	top: 63px;
	left: 420px;
	overflow: hidden;
}
.box #txtcode{
	width: 242px;
	height: 39px;
	border: 2px solid #787979;
	text-indent: 10px;
	font-size: 16px;
	color: #787979;
}
.box #imgValidateCode{
	width: 133px;
	height: 43px;
	float: right;
	margin-left: 20px;
}
#butOk{
	position: absolute;
	right: 100px;
	top: 0;
	width: 212px;
	height: 212px;
	background: url("submit.jpg") no-repeat center center;
	border: none;
	color: #fff;
	font-size: 40px;
	background-size: contain;
}




/*mod*/
.news_lf .news_lf_ul{
	overflow: hidden;
	margin-right: -40px;
	width: 900px;
}
.news_lf .news_lf_ul li{
	float: left;
	width: 250px;
	margin-right: 40px;
	height: auto;
	background: #f2f2f2;
	cursor: pointer;
}
.news_lf .news_lf_ul li:hover{
	background: #deede4;
}
.news_lf .news_lf_ul li:hover h3{
	color: black;
}
.news_lf .news_lf_ul li div{
	width: 250px;
	height: 180px;
	position: relative;
}
.news_lf .news_lf_ul li div img{
	max-width: 250px;
	max-height: 180px;
    margin: auto;
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 100%;*/
}
.news_lf  .news_lf_ul li h3{
	margin: 10px 0 25px 0;
	text-align: left;
	font-size: 16px;
	height: 16px;
	text-indent: 10px;
}
.news_lf  .news_lf_ul li p{
	padding: 15px 10px 20px;
}
.news_lf  .news_lf_ul li p span{
	color: #01a241;
}
.news_lf  .news_lf_ul li p a{
	float: right;
	color: #01a241;
	width: auto;
}

.main{
	/*width: 1200px;*/
	margin: 0 auto;
	overflow: hidden;
}
.main .container1{
	/*float: left;*/
	width: 1200px;
	margin: 0px auto;
}
.main .container1 .container{
	width: 750px;
	float: left;
	margin-left: 90px;
}
.update{
	width: 80px;
	height: 120px;
	position: absolute;
	background: #009b4c;
	top: 5px;
	left: -90px;
}
.update .sp_dd{
	font-size: 48px;
	color: #fff;
	display: block;
	text-align: center;
}
.update .sp_mm{
	font-size: 14px;
	color: #fff;
}

/*special*/
.banner_special{
	margin: 0px auto;
	max-width: 1920px;
    width: 100%;
    height: 347px;
    position: relative;
}
.banner_special img{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
/*.path_special{
	width: 1200px;
	margin: 0 auto;
}*/

.spe_content{
	overflow: hidden;
	width: 1200px;
}
.spe_newsLists{
	float: left;
	width: 580px;
}
.spe_newsLists ul{
	padding-top: 0px !important;
}
.spe_newsLists ul li{
	border-bottom: 1px dashed #ccc;
	height: auto !important;
}
.spe_newsLists ul li h3{
	font-size: 20px;
	margin-top: 15px;
}
.spe_newsLists ul li p{
	margin-bottom: 15px;
	font-size: 16px;
	margin-top: 5px;
	overflow: hidden;
}
.spe_newsLists ul li p span.repoter{
	margin-left: 429px;
	display: inline-block;
	color: #808080;
	float: right;
	margin-top: 5px;
}
.spe_newsLists ul li p span.udatetime{
	font-size: 14px;
}
.spe_rec{
	float: right;
	width: 600px;
	height: 372px;
	position: relative;
}
.spe_rec img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 600px;
	max-height: 372px;
	width: 100%;
	/*height: 100%;*/
	margin: auto;
}
.spe_rec h3{
	position:absolute;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.special_content{
	width: 1110px !important;
}

/*video*/
.video{
	margin-bottom: 30px;
}
.video .video_top{
	width: 1168px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
	border: 1px solid #efefef;
	padding: 10px;
	margin-left: 10px;
}
.video .video_top .video_t_left{
	width: 600px;
	height: 300px;
	position: relative;
	float: left;
	margin-left: 160px;
}
.video .video_top .video_t_left img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 600px;
	max-height: 300px;
	/*width: 100%;*/
	height: 100%;
	margin: auto;
}
.video .video_top .video_t_right{
	float: right;
	width: 180px;
	height: 300px;
	padding-left: 20px;
	margin-right: 200px;
}
.video .video_top .video_t_right h3{
	margin-top: 90px;
	text-align: center;
}
.video .video_top .video_t_right p{
	margin-top: 10px;
	text-align: center;
}
.video .video_top .video_t_right a{
	width: 100%;
	height: 40px;
	display: block;
	background: url("shipin.png") no-repeat center center;
	background-size: contain;
	margin-top: 20px;
}
.video .video_content>h3{
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 15px;
	text-indent: 10px;
	background: url("shipin1.png") no-repeat 80px center;
	background-size: 1.5%;
}

.video .video_content{
	position: relative;
	overflow: hidden;
}
.video .video_content .hd ul{
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}
.video .video_content .bd{
	margin-top: 20px;
}
.video .video_content a.prev{
	background:#01a241 url("prev_next.png") no-repeat 37px center;
	background-size: 100%;
	cursor: pointer;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 350px;
	left: -35px;
	z-index: 999;
}
.video .video_content a.next{
	background:#01a241 url("prev_next.png") no-repeat -35px center;
	background-size: 100%;
	cursor: pointer;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 350px;
	right: -32px;
	z-index: 999;
}
.video .video_content .report{
	overflow: hidden;
}
.video .video_content .report li{
	float: left;
	width: 290px;
	height: 200px;
    margin: 0px 5px;
	/*margin-bottom: 10px;*/
}
.video .video_content .report li .report_box{
	width: 1200px;
	height: 200px;
	/*margin-left: -5px;*/
}
.video .video_content .report li .report_box a{
	float: left;
    width: 290px;
    height: 100px;
    margin: 0px 5px;
    margin-bottom: 10px;
}
.video .video_content .report li a{
	display: block;
	width:290px;
	height: 100px;
	position: relative;
	background: url("play.png") no-repeat center;
	background-size: 20%;
	padding-top: 140px;
}

.video .video_content .report li a span{
	opacity: 0;
	width: 290px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: inset 1px 0px 1000px rgba(0,0,0,.3);
	z-index: 80;
}
.video .video_content .report li a:hover span{
	opacity: 1;
}

.video .video_content .report li a img.play_jpg{
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 300px;
	max-height:200px;
	width: 100%;
	height: 100%;
	margin: auto;
}
.video .video_content .report li a img.play_png{
	position: absolute;
	top: 20px;
	left: 65px;
	right: 0;
	bottom: 0;
	max-width: 300px;
	max-height:200px;
	margin: auto;
	z-index: 99;
}
.video .video_content .report li a img.play_png{
	opacity: 0;
}
.video .video_content .report li a:hover img.play_png{
	opacity: 1;
}
.video .video_content .report li a div{
	/*box-shadow: inset 1px -10px 100px #000;*/
	background: #423f3f;
	background: -moz-linear-gradient(bottom,#1b1b1b,rgba(0,0,0,0));
	background: -webkit-linear-gradient(bottom,#1b1b1b,rgba(0,0,0,0));
	background: -o-linear-gradient(bottom,#1b1b1b,rgba(0,0,0,0));
	position: relative;
	height: 60px;
}
.video .video_content .report li a div h3{
	position: absolute;
	top: 10px;
	text-align: center;
	color: rgba(255,255,255,.9);
	width: 100%;
	font-size: 16px;
}
.video .video_content .report li a div p{
	position: absolute;
	top: 35px;
	text-align: center;
	color: rgba(255,255,255,.7);
	width: 100%;
}



.study{
	/*margin-left: 180px;*/
	width: 1200px;
	
}
.study .news_about{
	width: 1200px;
}
.study .news_about .news_all{
	width: 745px;
	padding-right:20px;
	
}

.customer{
	width: 1200px;
	/*border-top: 1px solid #ccc;*/
	/*margin-top: 60px;*/
	margin: 0 auto;
	height: 200px;
	position: relative;
	padding-top: 50px;
}
.customer h3{
	position: absolute;
	top: 70px;
	left: 0px;
	font-size: 18px;
}
.customer .picMarquee-left{
	width: 1200px;
	margin: 80px auto 80px;
	overflow: hidden;
}
.customer .picMarquee-left .bd ul li{
	width: 150px;
	height: 150px;
	margin: 0 35px;
	border: 1px solid #ccc;
	position: relative;
	padding: 1px;
	border-radius: 50%;
}
.customer .picMarquee-left .bd ul li:hover{
	border: 1px solid #0067b3;
}
.customer .picMarquee-left .bd ul li img{
	max-width: 150px;
	max-height: 150px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}

.research{
	min-height: 600px !important;
}



/*result*/
.result ul{
	overflow: hidden;
	margin-left: -40px;
	margin: 0 auto;
}
.result ul li{
	float: left;
	width: 288px;
	height: 350px;
	margin: 0px 0px 10px 10px;
	border: 1px solid #ccc;
}
.result ul li div{
	width: 288px;
	height: 300px;
	position: relative;
	
}
.result ul li div img{
	max-width: 288px;
	max-height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.result ul li h3{
	height: 50px;
	line-height: 40px;
	text-align: center;
}


.expert{
	width: 1200px;
}


.toDetail{
	float: right;
}
.expert-content{
	width: 1200px !important;
	margin-left: 0px !important;
}



/*index_banner*/
.index_banner ol{
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	left: 47%;
	z-index: 99;
}
.index_banner ol li {
	float: left;
}
.index_banner ol li a{
	/*float: left;*/
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 20px;
	background: #fff;
	margin-left: 10px;
}
.index_banner ol li a.flex-active {
	background: #01a241;
	color: #01a241;
}
.index_banner .bg{
	position: relative;
}

.index_banner .bg img{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

/*友链*/

.copy{font-size: 12px;
	color: #bababa;
	text-align: center;}
.copy a{color: #bababa;}
.copy em{margin-right: 140px;}
table.link{
	display: inherit;
	/*float: right;*/
	position: absolute;
	right: 255px;
	bottom: 28px;
	/*padding-top: 28px;*/
	margin: auto;
	width: 172px !important;
	height: 32px !important;
	border-spacing: 0 !important;
}
table.link tr{
	height: auto !important;
	border-spacing: 0 !important;
}
table.link select {
	width: 126px !important;
	height: 25px !important;
	font-size: 14px;
	color: #e9e9e9;
	border-spacing: 0 !important;
	border: 1px solid #6e6e6e;
	font-family: "微软雅黑";
	background: #626262;
	margin: 0em 0em 0em 0em;
}





/*.LINK{width: 1200px;height:50px;margin: 0 auto;}*/
/*.link_list{width: 200px;margin: auto;}*/
.link_list{display: inherit;text-align: center;}
.link_list li{font-size: 14px;color: #fff;display: inline-block;text-align: center;}
.link_list li img{margin-right: 10px;}
.link_list li:first-child{background: none;}
.link_list li a{color: #373c40;}
.link_list li a:hover{color: #bababa;}
.link_text{color: #fff;font-size: 14px;line-height: 50px;}
.link_text i{display: block;width: 20px;height: 22px;float: left;margin-right: 10px;margin-top: 14px;}
.link_text i img{max-width: 100%;max-height: 100%;display: block;}
.link_text i span{display: block;float: left;}
/*.link_list{float: left;}*/









