/*商量css*/
/*基础*/
*{margin:0;padding:0;}
div{overflow: hidden;}
img{margin:0; padding:0; border:0;}
a{color: #000;text-decoration:none;}
a:hover{color:#cb0101;text-decoration:none;}
ol,ul,li{list-style:none}
.clear{clear:both; height:0; font-size:0; line-height:0; overflow:hidden;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}
.overflow{overflow:hidden;width:100%;}
.hidden {display: none;}

body{
    font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    color:#000000;
    background-color: #fff;
}
.left{
    float:left;
}
.right{
    float:right;
}
/*头部、导航、导语*/
.top{
    width: 100%;
    height: 463px;
    background: url(/t/1/2/images/sltop.jpg) no-repeat center top;
}
.nav{
    width: 100%;
    height: 56px;
    background: #cb0101;
}
.nav a{
    color: #fff;
    font-family: "MicroSoft YaHei";
    font-size: 18px;
}
.navcon{
    width: 720px;
    margin: 0 auto;
}
.navcon ul {
    width: 534px;
    float: left;
}
.navcon li {
    border-right: 2px solid #fff;
}
.navynsl {
    float: left;
    font-size: 18px;
    line-height: 18px;
    margin: 19px 32px 19px 46px;
}
.lead{
    width: 100%;
    height: 107px;
    background: url(/t/1/2/images/sldy.jpg) no-repeat center top;
}
.leadcon{
    width: 1080px;
    margin: 0 auto;
}
/*主体*/
.main{
    font-family: "MicroSoft YaHei";
}
.maincon{
    width: 1300px;
    margin: 0 auto;
}
.mainmore{
    font-family: simsun;
    float: right;
}
.mainbt2, .mainbt3, .mainbt4, .mainbt5{
    height: 84px;
}
.mainbt2{
    background: url(/t/1/2/images/slrdht.jpg) no-repeat center bottom;
}
.mainbt3{
    background: url(/t/1/2/images/slhssl.jpg) no-repeat center;
}
.mainbt4{
    background: url(/t/1/2/images/slzzsl.jpg) no-repeat center;
}
.mainbt5{
    background: url(/t/1/2/images/slynsl.jpg) no-repeat left bottom;
}
.main1{
    margin: 36px 0 0;
}
.main11 {
    width: 586px;
}
.main12{
    width: 694px;
}
.main21 {
    width: 1360px;
    margin: 0 auto;
}
.main31, .main32{
    width: 650px;
    margin: 30px 0 0;
}
.main412, .main413{
    width: 290px;
}
.main51{
    width: 810px;
    margin: 70px 32px 54px 28px;
}
.main52{
    width: 350px;
    height: 342px;
    padding: 0 40px;
    margin: 70px 0 136px;
    background: #f6f6f6;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
}
p.sllx {
    font-size: 20px;
    text-align: center;
    margin: 22px 0 28px;
}
/*表单*/
.formp{
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 20px;
    color: #4b4b4b;
    letter-spacing: 36px;
    line-height: 40px;
}
.formp2{
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 20px;
    color: #4b4b4b;
    line-height: 40px;
}
.slput, .slputl{
    margin: 0 0 18px;
}
.slputl{
    float: left;
}
.slput input, .slput textarea{
    float: right;
}
.slputl input, .slputr input, .slput input, .slput textarea{
    color: #666;
    font-family: simsun;
    font-size: 16px;
    border: 1px solid #e8e8e8;
}
.slputl input, .slputr input{
    width: 258px;
    height: 36px;
    line-height: 36px;
}
.slputr{
    float: right;
}
.title{
    width: 676px;
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
}
#content{
    width: 676px;
    height: 206px;
    font-size: 16px;
    padding: 10px;
    line-height: 22px;
}
.slsub {
    text-align: center;
}
.submit{
    width: 166px;
    height: 38px;
    background: url("/t/1/2/images/wyhstj.png") no-repeat;
    border: none;
}
/*分割线*/
.mainbod{
    height: 4px;
    background: #cb0101;
}
/*版权信息*/
.foot{
    width: 1300px;
    margin: 20px auto;
}
/*ipad*/
@media screen and (max-width: 1200px) and (min-width: 768px) {
    body {
        width: 1360px;
        margin: 0 auto;
    }
}