/*global 151201 filter:alpha(opacity=97);-moz-opacity:0.97;opacity:0.97;font:62.5%/150% '\5FAE\8F6F\96C5\9ED1''\5b8b\4f53'*/
html{margin:0;padding:0;border:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-y:scroll;overflow-x:hidden}
body,div,span,h1,h2,h3,h4,h5,h6,p,pre,a,abbr,address,code,del,em,q,dl,dt,dd,ol,ul,li,form,caption,tbody,tfoot,thead,
article,aside,dialog,figure,footer,header,nav,section,td{margin:0;padding:0;border:0;word-wrap:break-word;word-break:break-all}
body{height:100%;font:normal 12px/1.5 "simsun","Helvetica Neue", Verdana, Geneva, sans-serif;color:#333;background:#fff}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section{display:block}
div,p,dt,dd,li,h1,h2,h3,h4,h5,h6,th,td{zoom:1}s{color:#888}[hidden],template{display:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}table,th,tr ,td{border-collapse:collapse;border-spacing:0}
li{list-style-type:none}img,.nobd{border:none !important}em,th,i{font-style:normal;font-weight:normal}
input,select,form img,button,label,textarea{vertical-align:middle;font-family:Tahoma;color:#000}
a{background-color:transparent;color:#333;text-decoration:none;zoom:1}
img{vertical-align:middle}
body{font-family:Microsoft Yahei,"Arial","Hiragino Sans GB",sans-serif}

/*--Expand Css--*/
.section{width:100%;display: inline-block;}
.secbox{width:1200px; margin:0 auto; position:relative}
.lin-img{width:100%;float:left;}.lin-img img{width:100%;}
.fl{float:left;}.fr{float:right;}
.clearfix:after{content:'.';clear:both;display:block;height:0;visibility:hidden;font-size:0;line-height:0}
.tites{text-align: center;font-size: 36px;color: #333;font-weight: bold;}
.tit_em{width: 130px;height: 8px;background: url(imgs/cr.png) no-repeat center;margin: 6px auto 20px;display: block;}
.subtit{text-align: center;font-size:19px;color: #666;padding-top:5px;}

/*-----内容-----*/
.banner{
    height:440px;  
    margin-top: 30px;
    background:url(imgs/banner.jpg) no-repeat center;
}

.banner a:hover{
    color: #d26f06;
    font-weight: 600;;
  }
  
.banner ul{
    margin: 260px 0 0 88px;
    width: 512px;
    box-shadow: 1px 1px 7px 1px #74747457;
    padding: 10px 18px;
    border-radius: 10px;
}

.banner ul li{
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 2px;
    font-style: italic;
    color: #5f5f5f;
}

.banner .round{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #eeaf3b;
}


.sec1{
    margin-top: 20px;
}

.sec1 ul{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-around;
    grid-row-gap: 22px;
}

.sec1 ul li{
    display: grid;
    align-content: space-around;
    padding: 10px;
    box-shadow: 0px -1px 6px 1px #c2c2c2;
    justify-items: center;
}

.sec1 ul li h2{
    font-size: 32px;
    color: #448b89;
    font-weight: 500;
    text-align: center;
}

.sec1 ul li .cont{
    text-align: center;
    padding: 0 30px;
}

.sec1 ul li span{
    padding: 6px 10px;
    line-height: 46px;
    margin-right: 14px;
    font-size: 16px;
    border-radius: 6px;
    background-color: #fef6f2;
}

.sec1 ul li p{
    width: 150px;
    margin: 10px auto;
    padding: 10px 26px;
    line-height: 30px;
    font-size: 20px;
    background-color: #ce0101;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.sec1 ul li p:hover{
    background-color:#f4a100;
}

.sec1 ul li p span{
    letter-spacing: -6px;
    padding-left: 9px;
}