@charset "UTF-8";
/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;border: 0;}
li{list-style:none;}
a,ins{text-decoration:none;}
a{
    color: #121212;
}
*:focus{outline:none;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)
.		footer*/

.mybody{
    background-color: #fff5f6;;
}
.bx_1200{
    width: 1200px;
    margin: 0 auto;
}
.bx_1125{
    width: 1125px;
    margin: 0 auto;
}

.logo{
    height: 73px;
    line-height: 65px;
}

.section1{
    width: 100%;
    border-top: 74px solid #d3313e;
}
.section1_bt{
    margin-top: -70px;
}
.section1_bt .section-tab{
    margin-left: -1px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.section1_bt .section-tab.active{
    z-index: 4;
}
.section1_nr{
    border: 8px solid #e06c75;
    margin-top: -8px;
    background:  url(top.png) no-repeat center 10px; 
    padding: 117px 29px 26px 29px;
    position: relative;
    z-index: 3;
}
.section1_bigbox{
    background-color: #fff;
    padding-top: 18px;
    padding-bottom: 30px;
}
.section1_ygx{
    width: 100%;
}
.section_left{
    width: 130px;
}
.section_right{
    width: 920px;
    padding-top: 20px;
    border-bottom: 5px solid #D9797A;
}
.section_left_nr{
    width: 100px;
    height: 127px;
    background: url(rl.png) no-repeat center center;
    text-align: center;
    line-height: 160px;
    margin: 0 auto;
    margin-top: 20px;
}
.section_left_nr a{
    font-size: 35px;
    color: #D3313E;
    font-weight: bold;
}
.section_top{
    width: 150px;
    height: 211px;
    border: 1px solid #A5A5A5;
    text-align: center;
    line-height: 205px;
}
.section_right li{
    margin: 0 16px;
    margin-bottom: 15px;
}
.section_top img{
    width: 144px ;
    height: 205px;
}
.section_bottom{
    width: 150px;
    font-size: 14px;
    line-height: 20px;
}
.section_bottom p:first-child{
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}