@charset "utf-8";
/* CSS Document */

/*全局样式*/
*{ margin:0; padding:0;}
ul li{ list-style:none; list-style-type:none;}
a{ text-decoration:none;}
body{font-family: "Microsoft YaHei",Arial;}

header{ border-bottom:solid 1px #dadada; font-size:20px; position:fixed;top:0; width:100%; background:rgba(255,255,255,0.9); z-index:9999;}
header .box{ width:1200px; margin:0 auto; overflow:hidden;line-height:70px;}
header .l,header .c{ float:left; overflow:hidden;}
header .l{ padding-top:10px; height:70px; -webkit-box-sizing:border-box;}
header .l img{ vertical-align:top;}
header .c li{ float:left; padding:0 29px;}
header .c li a{ color:#333;}
header .c li a.active{ color:#de491d;}
header .r{ float:right;}
header .r a{ margin-right:20px; padding:10px 30px; border:1px solid #de491d; color:#de491d; border-radius:3px; font-size:16px;}
.banner img{ width:100%;}
.title{ width:1200px; margin:0 auto; text-align:center; margin-top:43px;}
.title h1{ font-weight:lighter; line-height:60px;font-size:48px; color:##212121;}
.title h2{font-size: 20px;
    font-weight: lighter;
    line-height: 30px;
    padding: 10px 0;
    margin-bottom: 35px;}
.center{ margin:0 auto; width:1200px; overflow:hidden; margin-bottom:30px;}
.center .l,.center .r{ float:left; width:600px; -webkit-box-sizing:border-box; padding-bottom:20px;}
.center .l img{ vertical-align:top; box-shadow:7px 7px 5px #404040;}
.center .r ul{ overflow:hidden;}
.center .r ul li{ float:left; text-align:center; width:150px; margin-top:75px; line-height:32px;}
.center .r ul li a{ color:#7c7c7c;}