body{
    
    padding: 0px;
    margin: 0px;
    
}
p{
    
}
div{
    padding: 0px;
    margin: 0px;
        
}
#header{
    height:350px;
    background-color: #d82e44;
    background-image: url("../images/initiation/header_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    
}
@media (max-width:576px){
    #pagetitle_chn img{
        width: 50%;
    }
    #pagetitle_eng img{
        width: 70%;
    }
}
#content{
    min-height: 1000px;
    background-color: #ffffff;
}
#content p{
    font-size:14px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#tools1 .toolsblock_help{
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 13px;
}
#tools{
  min-height:350px;
  background-color: #ffffff;
}
#database{
    min-height:800px;
    background-color: #d82e44;
    background-image: url("../images/initiation/global.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size：97%;
}
#gongfang{
    min-height:450px;
    background-color: #ffffff;
}

#help{
    min-height: 550px;
    background-color: #ffffff;
}
#footer{
    height:50px;
    background-color: #080808;
}
.content_area{
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
#gongfang .content_area{
  width:65%;
}
@media (max-width:576px){
    .content_area{
        width:100%;
    }
    #gongfang .content_area{
       width:100%;
    }
}
#gongfang #mybtns{
   margin-right:30px;
}

#header .content_area{
    width: 100%;
}
.content_area .content_title{
    height:80px;
    text-align: center;
}

#header,#database .content_title{
    color:#ffffff;
    font-size:20px;
    font-weight: bold;
}
#tools,#gongfang,#help .content_title{
    font-size:20px;
    color:#555;
    
}
#header #nov{
   /*
    background-image: url("../images/initiation/logo.png"); 
   background-repeat: no-repeat;
   background-position: 10px center;
   */
   text-align: right;
   height:70px;
   
   
}
@media (max-width:576px){
  #header {
    height:250px;
  }
  #header #nov{
   background-image: none;
  }
}
#header #nov #menu{
    margin-right: 20px;
}
#header #nov #menu a:link{
 font-size:17px;
 color:#ffffff;
 text-decoration: none;
}
#header #nov #menu a:visited{
 font-size:17px;
 color:#ffffff;
 text-decoration: none;
}
#header #nov #menu a:hover{
 font-size:17px;
 color:#ffffff;
 text-decoration: none;
}
#header #nov #menu span{
    font-size:17px;
    margin-right: 20px;
}
#header #pagetitle{
    text-align: center;
}
#header #pagetitle #pagetitle_chn{
    padding-bottom: 30px;
}
#tools .content_title{
    background-image: url("../images/initiation/tools.png");
    background-position:center top;
    background-repeat: no-repeat;
    background-size: 50px;
    padding-top: 50px;
    
}
#database .content_title{
    background-image: url("../images/initiation/database.png");
    background-position:center top;
    background-repeat: no-repeat;
    background-size: 50px;
    padding-top: 50px;
    
}
#gongfang .content_title{
    background-image: url("../images/initiation/gongfang.png");
    background-position:center top;
    background-repeat: no-repeat;
    background-size: 50px;
    padding-top: 50px;
    margin-bottom: 30px;
    
}
#help .content_title{
    background-image: url("../images/initiation/help.png");
    background-position:center top;
    background-repeat: no-repeat;
    background-size: 50px;
    padding-top: 50px;
    margin-bottom: 50px;
    
}

.tools_block{
    
    margin: 10px 50px 10px 30px;
    
    position: relative;
}
@media (max-width:576px){
    .tools_block{
        margin: 10px 10px 10px 0px;
    }
}
.tools_block .tools_icon{
    position: absolute;
    z-index: 3;
    float: left;
    height: 170px;
    line-height: 170px;
}
.tools_block .tools_content{
    
    z-index: 1;
    background-color: #eae9e9;
    border-radius: 5px;
    margin-left: 70px;
    height: 170px;
    padding-left: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
}
@media (max-width:576px){
    .tools_block .tools_content{
        height:200px;
    }
}
.tools_block .toolsblock_title{
    font-size:16px;
    font-weight: bold;
    margin-bottom: 20px;
    
}
.tools_block .toolsblock_descr{
    font-size:13px;
    line-height: 20px;
}

.database_block{
    position: relative;
    margin: 10px 30px 10px 30px;
    padding-top: 50px;
        
}
.database_block .database_icon{
    position: absolute;
    z-index: 3;
    top:0px;
    width: 100%;
    text-align: center;
}
.database_block .database_content{
    
    border-radius: 5px;
    background-color: #f7f7f7;
    height:220px;
    padding:80px 30px 10px 30px;
}

.database_block .database_content .database_title{
    text-align: center;
    color:#d82e44;
    font-size:15px;
}
.database_block .database_content .database_descr{
    padding-top:15px;
    line-height: 17px;
    font-size:13px;
    color:#555;
    text-indent: 25px;
}
.help_block{
    margin-right: 30px;
    margin-bottom: 20px;
}
.help_block .help_content{
    border-radius: 5px;
    padding: 50px 30px 20px 30px;
    /*
    background-image: url("../images/initiation/help_back.png");
    background-position: left top;
    background-repeat: no-repeat;
    */
     background-color: #eae9e9;
    border-radius: 10px;
    width: 370px;
    min-height: 178px;
    text-indent:25px;
    font-size:13px;
}
.help_block .help_icon{
    background-image: url("../images/initiation/help_icon.png");
    background-position: 10px top;
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 200px;
   
    
    padding-left: 100px;
}

.help_block_selected .help_icon{
    background-image: url("../images/initiation/help_icon.png");
    background-position: 10px top;
    background-repeat: no-repeat;
    margin-top: 50px;
    color:#ff3333;
    padding-left: 100px;
    height: 200px;
}

.help_block_selected{
    margin-bottom: 20px;
    
}
.help_block_selected .help_content{
    border-radius: 5px;
    padding: 50px 30px 20px 30px;
    /*
    background-image: url("../images/initiation/help_back_selected.png");
    background-position: left top;
    background-repeat: no-repeat;
    */
    background-color: #d82e44;
    border-radius: 10px;
    width: 370px;
    min-height: 178px;
    color:#f7f7f7;
    font-size:13px;
    text-indent: 25px;
}
.help_block_selected .help_icon a:link{
    color:#ff3333;
    
}
.help_block_selected .help_icon a:visited{
    color:#ff3333;
    
}
.help_block_selected .help_icon a:hover{
    color:#ff3333;
    
}

.help_block .help_content .help_zixunguanyuan{
    font-size:20px;
    color:#555;
}
.help_block_selected .help_content .help_zixunguanyuan{
    font-size:20px;
    color:#d82e44;
}


#gongfang_scroll{
    position: absolute;
}

#gongfang_scroll #myscroll a .intro p{
    margin: 65px 20px 65px 20px;
}
#gongfang_scroll #myscroll a .intro h5{
    padding-top:10px;
}
#gongfang_scroll #myscroll a .intro p{
    height:80px;
}

#gongfang_scroll li{
    list-style: none;
    margin: 0px;
}
#gongfang_scroll .gongfang_item{
    width: 270px;
}
#gongfang_scroll .gongfang_item img{
    width: 270px;
}
#gongfang_scroll{
    width: 65%;
    display:block;
}
#gongfang_list{
    display: none;
}
@media (max-width:576px){
    #gongfang_scroll{
        display: none;
    }
    #gongfang_list{
        display: block;
    }
    #gongfang_block .gongfang_title{
        text-align: center;
    }
}
.gongfang_block{
    
    width: 270px;
    margin-left: auto;
    margin-right: auto;
}

#contact{
    width: 95%;
    background-image: url("../images/initiation/contact.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 80px;
    padding-right: 80px;
    min-height: 80px;
    margin-left: 50px;
}
