@charset "utf-8";
body{
    font-size: 16px;
    color: #000;
    font-family: '微软雅黑';
}
h3{
    font-size: 32px;
    color: #00b9e4;
    margin-bottom: 50px;
    margin-top: 60px;
}
p{
    text-indent: 2em;
    margin-bottom: 22px;
    /*color: #8b8b8b;*/
    color: #4c4c4c;
    line-height: 28px;
    font-size: 16px;
}
/*.backTop {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #aaa;
    position: fixed;
    top: 550px;
    right: 5%;
    cursor: pointer;
}
.backTop_icon {
    width: 28px;
    height: 15px;
    background: url(../image/backTop_icon.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -14px;
}
.backTop:hover{
    background: #00b9e4;
}*/
.header{
    height: 500px;
    width:100%;
    background: url(../image/p1-1-banner.png) no-repeat center center;
    position: relative;
}
.top{
    width: 100%;
    height: 100px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid #ededed;
}
.top form{
    height: 70px;
    width:100%;
    position: fixed;
    top:100px;
    left:0;
    background-color: rgba(0,0,0,.65);
    display: none;
}
.top form .input_box{
    width: 540px;
    padding: 0 30px;
    margin: 30px auto 0;
    border-bottom: 1px solid #fff;
}
.top form .input_box input:nth-child(2){
    cursor: pointer;
}
/*searchIcon.png*/
.top form .input_box input{
    border: none;
    background: none !important;
    color: #e6e6e6 !important;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 11px;
}
/*.top form .input_box input:first-child{
    float: left;
}*/
.top form .input_box input:first-child{
    width: 80%;
}
.top form .input_box input:last-child{
    display: block;
    height: 22px;
    width: 20px;
    background: url("../image/searchIcon.png") !important;
    float: right;
}

.header_top{
    width: 1300px;
    height: 100px;
    margin:0 auto;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -650px;
    /*background: #fff;*/
    
}
.logo_box{
    width: 268px;
    height: 100px;
}
.logo_box .logo{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    line-height: 140px;
}
.logo_box .logo i{
   display: inline-block;
}
.logo_box .logo .icon{
    width: 50px;
    height: 36px;
    background: url(../image/icon.png) no-repeat center center;
}
.logo_box .logo .words{
    width: 210px;
    height: 36px;
    background: url(../image/words.png) no-repeat center center;
}
.header_list{
    height: 100%;
    line-height: 120px;
}
.header_list li{
    float: left;
    margin-left: 34px;
    height: 100px;
    line-height: 100px;
    /*cursor: pointer;*/
}
.header_list li>a{
    color: #585858;
}
.header_list li:hover a{
    color: #00b9e4;
}
.header_list li .search{
    width: 15px;
    height: 15px;
    display: block;
    background: url(../image/search.png) no-repeat center center;
    position: relative;
    top: 50%;
    margin-top: -7.5px;
    cursor: pointer;
}
.header_list li.bom1{
    border-bottom: 4px solid #00b9e4;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    color: #00b9e4;
}


.header_words{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -104px;
    margin-top: -47px;
}
.header_words .aboutUs{
    font-size: 50px;
    color: #fff;
    margin-bottom: 24px;
}
.header_words .p1{
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
}

.header_botm{
    width: 100%;
    height: 70px;
    line-height: 70px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}
.header_botm_list{
    width: 1200px;
    margin: 0 auto;
    /*width: 930px;*/
    height: 70px;
    /*position: absolute;*/
    /*left: 50%;
    margin-left: -465px;*/
}
.header_botm_list ul{
    width: 886px;
    height: 70px;
    margin:0 auto;
    
}
.header_botm_list li{
    margin: 0 auto;
    float: left;
    padding: 0 55px;
    border-right: 1px solid rgba(255,255,255,.3);
    color: #fff;
    height: 70px;
    border-right: ;
}
.header_botm_list li a{
    display: block;
    height: 70px;
}
.header_botm_list li:first-child{
    border-left: 1px solid rgba(255,255,255,.3); ;
}

.header_botm_list li a.bom2{
    border-bottom:3px solid #fff;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.tit_box{
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}
.tit{
    width: 1200px;
    margin:0 auto;
    height: 70px;  
    line-height: 70px;
}
.tit li{
    float: left;
    padding-right: 20px;
    color: #424242;
}
.tit a{
    color: #424242;
}
.tit_box .tit ul li:nth-child(2n){
    font-family: "simsun";
}

.fl{
    float: left;
}
.fr{
    float: right;
}

