﻿/**
 * 
 * @Triangle (mengyustudio@gmail.com)
 * @date    2017-01-18 23:52:56
 * @version $1st$
 */
@charset "UTF-8";
body{
	margin: 0;
    background: #dadc9b;
}
.section{
    width: 100%;
}
.container{
    margin: 0 auto;
}
.section-header{
    background: #445b51;
}
.section-header .container{
    width: 950px;
    height: 150px;
}
.section-header .container>div{
    float: left;
    width: 344px;
    margin: 10px 0 0 10px;
    text-align: right;
}
.section-header .p1{
    margin-bottom: 0;
    color: #dadc9b;
    font-size: 30px;
}
.section-header .p2{
    margin-top: 0;
    color: #dadc9b;
    font-size: 13px;
}
.section-header .p3{
    color: #dadc9b;
}
.section-header .p3 a{
    color: #dadc9b;
}
.section-header a:hover{
    color: #fff;
}

.section-header img{
    float: left;
    margin: 40px 0 0 252px;
}
.section-content{
    background: #dadc9b;
}
.btn{
    /*width: 82px;*/
    margin-right: 15px;
    color: #dadc9b;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 30px;
    background: #445b51;
    border: none;
    border-radius: 3px;
    cursor:pointer;
}
#button1,#button3,#button5,#btn3,#btn6{
    width: 92px;
    margin-right: 15px;
    color: #dadc9b;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 30px;
    background: #445b51;
    border: none;
    border-radius: 3px;
    cursor:pointer;
}
#btn3,#btn6,#btn9{
    width: 115px;
    margin-right: 15px;
    color: #dadc9b;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 30px;
    background: #445b51;
    border: none;
    border-radius: 3px;
    cursor:pointer;
}
.input{
    width: 411px;
    height: 36px;
    padding-left: 5px;
    margin-right: 15px;
    line-height: 36px;
    border: 1px solid #445b51;
}
.section-content{
    height: 640px;
    color: #dadc9b;
    background: #dadc9b;
    overflow: hidden;
}
.section-content .container{
    width: 900px;
}
.content1{
    width: 643px;
    height: 179px;
    padding: 50px 100px;
    margin: 0 auto;
    border-bottom: 1px dashed #000;
}
.content2{
    width: 643px;
    height: 125px;
    padding: 50px 100px;
    margin: 0 auto;
    border-bottom: 1px dashed #000;
}

a:link.otherLink{
    color: #445B51;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 30px;
    width: 110px;
    margin-right: 15px;
}
a:visited.otherLink{
    color: #445B51;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 30px;
    width: 110px;
    margin-right: 15px;
}
a:hover.otherLink{
    color: #945B51;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 30px;
    width: 110px;
    margin-right: 15px;
}
.bottomLink{
    text-align: center;
   /* width: 643px;
    height: 179px;
    padding: 50px 100px;
    margin: 0 auto;*/
}
.footer{
    margin: 0;
    height: 200px;
    color: #445B51;
    font-family: '宋体';
    font-size: 13px;
    text-align: left;
    line-height: 20px;
}
.visitor-num {
    color: #445B51;
    font-family: serif;
    text-align: center;
}
.visitor-num span{
    color: #e03e3e;
    font-family: fantasy;
    font-size: 26px;
    font-weight: bold;
}