@charset "utf-8";
/* CSS Document */

/*-----whole-----*/
/*-----whole-----*/
/*通用img*/
img{border:none;}
.kehuanli{ width:100%; background-color: #ffffff; padding-top:30px;}
/* scrollpic */
.scrollpic{max-width:1200px;min-height:100px;margin:20px auto;box-sizing:content-box; margin:auto; }
#myscroll{display:block; width:100%; position:relative; height:100px; overflow:hidden;box-sizing:content-box;}
#myscroll #myscrollbox{display:block; float:left; position:absolute; left:0; top:0; width:1000000px;box-sizing:content-box;}
#myscroll ul{display:block; float:left; list-style-type:none; padding:0; margin:0;box-sizing:content-box;}
#myscroll ul li{
	display:block;
	float:left;
	padding:0;
	margin:0;
	box-sizing:content-box;
	border: 1px solid #E4E4E4;
	margin-right:5px;
}
#myscroll ul li a{display:block; float:left; width:200px; padding:0 10px; position:relative; height:80px; color:#666666;box-sizing:content-box; }


#mybtns{ width:100%; display:block; height:28px;box-sizing:content-box; margin-bottom:10px; }
#mybtns a{width:28px; height:28px; display:block; float:right; margin-right:1px; background-color:#EAEAEA;box-sizing:content-box;}
#mybtns a:hover{background-color: #3A70C6;box-sizing:content-box;}
#mybtns a:hover, #myscroll, #mybtns a,#myscroll a:hover .intro, #myscroll a .intro,#myscroll #myscrollbox{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;box-sizing:content-box;
}
#mybtns #left{background-image:url(jt_l.png);}
#mybtns #right{background-image:url(jt_r.png);}

@media(min-width:1572px){
.scrollpic{max-width:1200px; width:100%;}
#myscroll{width:1200px;}
}

@media(max-width:1047px){
.scrollpic{max-width:1000px; width:100%;}
#myscroll{width:1000px;}
}
@media(max-width:767px){
.scrollpic{width:98%; margin:auto;}
#myscroll{width:98%; margin:auto;}
}


/*news*/


/*首页新闻*/
.news_box{padding-bottom: 30px; clear:both; max-width:1380px; margin:auto; height:500px; padding-top:20px;}
.news_img{min-height: 368px; background-repeat: no-repeat; float:left; width:30%; margin-top:20px;}
.news_index{list-style:none;margin:0px; padding: 0px; margin-bottom: 25px; float:right; width:70%}
.news_index li{padding: 25px 0px 25px 0px; border-bottom: 1px dotted #dbd4cd;}
.news_index li span{display: inline-block; width: 60px; height:60px; text-align: center; background-color: #f7f7f7; color: #666666; float: left;  padding:0px 2px; margin-right: 15px;}
.news_index li span strong{display: block; font-size: 23px; font-weight: normal; padding-top:5px;}
.news_index li span i{display: block; font-size: 12px;  font-style: normal; font-family: Arial;}
.news_index li a{color:#555555; font-size: 17px;}
.news_index li a:hover{ text-decoration:none;color:#3A70C6; }
.news_index li em{ font-style: normal; display:inline-block; line-height: 18px;color:#999999; padding-top: 8px; font-size: 13px;}
