* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    font-size: 14px;
    font-family: "Microsoft Yahei", arial, "\5b8b\4f53";
}

html,
body {
    height: 100%;
    width: 100%
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100% !important;

    background:#d3f08245;
    z-index: 222;
    padding-bottom: 2px;
}

header.scroll {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

div.head {
    height: 108px;
    margin: 0 auto;
/*    background: #d3f08245; */
    color: #2b2b2b;
    box-sizing: border-box;
    z-index: 200;
    position: relative;
    width: 1380px;
}

div.logoImg {
    display: inline-block;
    float: left;
    margin-top: 30px;
}

div.logoImg > img {
    height: 50px;
   /* width: 50px; */
    margin-right: 5px
}

div.logoImg > span {
    color: #000;
    font-size: 30px;
    vertical-align: top;
    font-weight: bold;
}

div.orderList {
    display: inline-block;
    float: left;
    margin-left: 48px;
    vertical-align: bottom;
    height: 100%;
}

div.orderList > ul {
    height: 100%;
    overflow: hidden;
}

div.orderList > ul > li {
    float: left;
    width: 180px;
    text-align: center;
    line-height: 106px;
}

div.orderList > ul > li > a {
    font-size: 22px;
    color: #000;
    line-height: 22px;
}

div.orderList > ul > li.active {
    border-bottom: 2px solid rgb(244, 0, 0)
}

/*footer*/
footer {
    width: 100%;
    padding: 24px 0px;
    border-top: 2px solid #dcdcdc;
    background: #4f4d4d
}

footer > div {
    width: 1280px;
    margin: 0 auto;
}

footer > div.basic > .basic_info {
    float: left;
    width: 80%
}

footer > div.basic:after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

footer > div.basic > .basic_info > span {
    display: inline-block;
    font-size: 18px;
    width: 45%;
    margin-bottom: 12px;
    color: #fff
}

div.code_img {
    float: right;
}

div.code_img > img {
    width: 100px;
    height: 100px
}

div.bt {
    text-align: center;
    color: #ffff;
    background: #424141;
    padding: 8px 0px
}

div.production,
div.device,
div.panter,
div.process,
div.qualifications {
    margin-top: 8px
}

div.production > p.main_title,
div.device > p.main_title,
div.panter > p.main_title,
div.process > p.main_title,
div.qualifications > p.main_title {
    margin-bottom: 30px;
    text-align: center;
}

div.production > p.main_title > span,
div.device > p.main_title > span,
div.panter > p.main_title > span,
div.process > p.main_title > span,
div.qualifications > p.main_title > span {
	margin-top: 40px;
    line-height: 2.3em;
    padding: 0 10px;
    font-size: 36px;
    display: inline-block;
    border-top: 3px solid #626262;
    border-bottom: 2px solid #626262;
	margin-bottom: 20px;
}
