@charset "utf-8";
/*基本样式*/
html{font-size:62.5%; /* 10÷16=62.5% */}
body{font-size:14px;font-size:1.4rem ; /* 14÷10=1.4 */color: #333;font-family:'Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -webkit-font-smoothing: antialiased;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img,object{max-width:100%;width:auto\9;/* for ie8 */-ms-interpolation-mode: bicubic;}
a{outline:none;blr:expression(this.onFocus=this.blur());text-decoration:none;color:#333}
a:hover{text-decoration: none;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
ul,ol,li{list-style:none outside none;}
.content{width: 100%; height: auto; background: url(bg.png) #ea4341 no-repeat bottom center;min-height: 2135px;}
.banner{width: 100%; height: 800px; background: url(topB.png) no-repeat top center;}
.intit{width: 1400px; margin:0 auto; overflow: hidden;padding: 0 100px;
    box-sizing: border-box;}
.intit ul{width: 1200px;overflow: hidden;}
.intit ul li{width: 48.5%; float: left; background: url(listB.png) no-repeat top center; margin-right: 35px;height: 140px; background-size: 100%;}
.intit ul li a{display: block; font-size: 24px; font-weight: 500 ; width: 100%; height: 100%; text-align: center;}
.intit ul li a .inA{display: flex; justify-content: center; align-items: center; width: 80%;height: 73%; margin:0 auto; line-height: 36px;}
a:hover {
    color: #000;
}
@media (max-width: 768px){
    .banner{height: 180px; background-size: 100% 100%;background: none;}
    .intit{width: 100%;margin-top: 65px;padding: 0px;}
    .intit ul{width: 100%;}
    .intit ul li{width: 90%; margin:0 auto; float: none; height: 78px; margin-bottom: 2%;}
    .intit ul li a{font-size: 14px;}
    .intit ul li a .inA{line-height: 20px; width: 74%;height: 85%;}
    .content{
        background: url(sjbg.png) #fa6241 no-repeat top center; margin-right: 35px; height: 162px; background-size: 100%; 
        min-height: 1640px;
    }
    .intit ul li:nth-child(even) {
        margin-right: auto!important;
    }
   
}
.dibu{
    width: 100%;
    height: 65px;
    background: #edeeed;
    padding: 20px 0px;
}
.dibu p{
    color: #000;
    font-size: 14px;
    height: 28px;
    line-height: 10px;
    text-align: center;

}
.intit ul li:nth-child(even){
    margin-right:0px;
} 
