@charset "utf-8";
/* CSS Document */

/*头部开始*/
.header{ width:100%; height:80px;}
.header-box{ width:1200px; height:80px; margin:0 auto; border-bottom:4px solid #e2023c;}
.logo{ width:160px; height:50px; float:left; padding:15px 0;}
.nav{ width:850px; height:80px; float:right; font-weight:700;}
.nav li { display:block; width:170px; height:80px; float:left;}
.nav li a{ display:block; width:170px; height:50px; line-height:50px; text-align:center; font-size:14px; padding:15px 0;}
.nav li a:hover,nav li a:active{ border-bottom:4px solid #00abfd; padding:15px 0;}
/*头部结束*/


/*主体内容开始*/
.content{ width:100%;}
.content-box{ width:1200px; margin:0 auto;}
.ditu{ width:820px; height:490px; float:left;}
.Contact{ float:left; width:360px; height:490px; padding-left:20px; line-height:30px;}
.Contact li.tj{ text-indent:65px;}
/*主体内容结束*/

/*脚步开始*/
.foot{ width:100%; height:60px; min-width:1280px; padding-top:10px; background:url(../image/xiaBian-lx.png) no-repeat top center;}
.foot-box{ width:1200px; height:43px; margin:0 auto; text-align:center; line-height:18px; padding-top:7px; font-weight:700;}
/*脚步结束*/