*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
/*布局*/
.wp{width: 100%;max-width: 1200px;margin: 0 auto;}
.wp2{width: 100%;max-width: 1120px;margin: 0 auto;}
.wp3{width: 100%;max-width: 1117px;margin: 0 auto;}

.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


.g-tit1{text-align: center;color:#333;margin-top: 55px;
    background: url(../images/g-tit1-bg.png) no-repeat center bottom;
    padding-bottom: 25px;}
.g-tit1 i{display: inline-block;font-size: 26px;font-style: normal;
    font-family:"Arial";}
.g-tit1 em{display: inline-block;margin: 0 15px;font-size: 24px;}
.g-tit1 u{display: inline-block;font-size: 24px;text-decoration: none;}

.g-tit1-b{background: url(../images/g-tit1-bg2.png) no-repeat center bottom;
    color:#fff;}

.g-tit2{text-align: center;padding:66px 0 0 0;}
.g-tit2 h5{font-size: 34px;color:#3c3c3c;}
.g-tit2 h5 em{color:#ff9510;font-weight: bold;}
.g-tit2 p{font-size: 16px;color:#767676;padding-top: 10px;}


