@charset "utf-8";/* CSS Document */
/*body { background:url(../images/intro.jpg) center 0 no-repeat fixed; background-size: cover;  }*/
.secondary{position: absolute; left: 50%; margin-left: -620px; top: 225px;}
.secondary li{position: relative; width: 100px; height: 40px; line-height: 40px; text-align: center; margin-bottom: 5px; background-color: #d7ba8c; color: #fff; cursor: pointer;}
.secondary li a{color: #fff;}
.secondary li a:hover { text-decoration:none; }
.secondary li:hover,
.secondary li.active{background-color: #fd9801; }
.secondary li:hover:before,
.secondary li.active:before{content: ""; display: block; position: absolute; left: -25px; width: 40px; height: 40px; background: #fd9801 url(../images/logo_nav.png) center center no-repeat; border-left: 5px solid #bc6b12;}

#content { background-color: #fff;}
#content .primary{ padding:15px;}
.cms-title { position:absolute; top:-60px; left:45px; font-family:"Microsoft YaHei"; font-size:24px; font-weight:normal; color:#FFFFFF; z-index:0; }

/*概要介绍*/
/*============================================================================================================================*/
.cms-info .title{ height:40px; position:relative; text-align:center; margin-top:5px; border-bottom:#dddddd solid 1px; }
.cms-info .title h2{ font-size:24px; color:#333; font-weight: normal; font-family: "Microsoft Yahei"; text-align:center;}
.cms-info .title .line{ position:absolute; left:0; top:22px; width:100%; height:1px; border-bottom:1px solid #c7dadf; z-index:0; }
.cms-info .title .bdshare{ position:absolute; right:0; top:0; }
.cms-info .content{line-height: 25px;text-indent: 25px; }
.cms-info .content p{margin: 0 0 10px;}
.Container { padding-bottom: 20px; }
.ContainerCon img{ max-width:940px;}