@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;}
body{font-family: "Segoe UI", Arial, "Microsoft Yahei", sans-serif;font-size: 12px;-webkit-font-smoothing:antialiased;}
ul,li{list-style: none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
a{text-decoration: none;color: #333;}
a:hover{color:#000;webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease; -o-transition: all 1s ease;transition: all 1s ease;}
img{border: 0;}
.fl{float:left;}
.fr{float:right;}
.clear{clear: both;}
.common{width: 1200px;margin:0 auto;}

.light1{background:url(../images/img.jpg) no-repeat center;height:350px;}
.top_layout{ background:#ffffff;}
.top{padding:15px 0;}
.nav_layout{ background:#f6f7f9; height:50px;}

.desc-tab {
    background-color: rgb(255, 255, 255);
    display: block;
    padding: 30px 30px 2px 30px;
    height: 50px;
}
.desc-tab .desc-tab-item.on {
    border-bottom: 3px solid #2f7cee;
    height: 48px;
    color: #2f7cee;
}
.desc-tab-container {
    border-bottom: 1px solid #eee;
}
.desc-tab .desc-tab-item {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-right: 30px;
    cursor: pointer;
}