@charset "utf-8";
.pro_banner{position:relative;}
.pro_banner_text_out{position:absolute; left:0; top:0; width:100%; height:100%;}
.pro_banner_text{height:100%; position:relative;}
.pro_banner_text_box{padding:10px 15px; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#BFD8AB03', endColorstr='#BFD8AB03');background:rgba(216,171,3,0.75);}
:root .pro_banner_text_box{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00D8AB03', endColorstr='#00D8AB03');}/*for IE9*/
:root .pro_banner_text_box{filter:none;}/*for IE9*/
.pro_banner_text_cn{font-size:22px; color:#fff;}
.pro_banner_text_en{font-size:18px; color:#fff;}



/*news main*/
.news{padding-top:60px;}
.news_head{text-align:center; margin-bottom:50px;}
.news_head a{padding:0px 30px; display:inline-block; height:46px; line-height:46px; font-size:20px; color:#fff; background:#7c7c7c; margin:0 20px;}
.news_head a.active{background:#f3b601;}

.news_list{height:165px; padding-bottom:35px; border-bottom:2px solid #eee; margin-top:35px; opacity:0; transform:translateY(80px)}
.news_list_left{float:left; width:200px; height:130px;}
.news_list_right{float:left; width:1000px; padding-left:50px;}
.news_list_right h3{font-size:18px; height:58px;}
.news_list_des{height:72px; line-height:36px; font-size:15px; color:#666; overflow:hidden;}

.news_page{height:148px; padding:58px 0; text-align:center;}
.news_page span{padding:5px 10px; font-size:14px; border:1px solid #ccc; margin:0 4px; background:#ccc; color:#fff;}
.news_page a{padding:5px 10px; font-size:14px; border:1px solid #ccc; margin-right:4px;}
.news_page a:hover{background:#ccc; color:#fff;}

/*animation*/
.news.animation .news_list{animation:opacity linear 0.7s forwards, long_translatey cubic-bezier(.175,.885,.32,1.275) 0.7s forwards;}
.news.animation .news_list:nth-child(2){animation-delay:0.2s;}
.news.animation .news_list:nth-child(3){animation-delay:0.4s;}
.news.animation .news_list:nth-child(4){animation-delay:0.6s;}
.news.animation .news_list:nth-child(5){animation-delay:0.8s;}
.news.animation .news_list:nth-child(6){animation-delay:1.0s;}


.news_in{margin:100px auto;}
.news_in_left{float:left;}
.news_in_left_tit,.news_in_left_list{width:300px; height:70px; background:#f6ca22; line-height:70px; text-align:center; font-size:22px; margin-bottom:20px;}
.news_in_left_list{font-size:15px; background:#f7f7f7; border-bottom:1px solid #e5e5e5; margin-bottom:0; text-align:left; padding-left:25px;}
.news_in_left_list.active{background:#636363; color:#fff;}

.news_in_right{float:right; width:820px; background:#fafafa; padding:56px 50px;}
.news_in_right_head{font:bold 20px/32px arial; padding-bottom:8px; border-bottom:1px solid #ccc; color:#444;}
.news_in_right_mess{height:42px; font:14px/42px arial; color:#666;}
.news_in_right_type{float:left;}
.news_in_right_time{float:right;}
.news_in_content{margin-top:25px; font-size:13px; line-height:2.4;}
.news_in_content p{font:13px/2.4 arial; color:#222;}
.news_in_content img{margin:15px auto 20px; width:100%;}
