body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,hr,thead,tbody,tfoot,th,td{margin:0;padding:0;}
ul,ol{list-style:none;}
a{text-decoration:none;}
/*html{-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;}*/
body{line-height:1.5; font-size:16px;} 
body,button,input,select,textarea{font-family:'arial','helvetica neue',tahoma,'hiragino sans gb',stheiti,'wenquanyi micro hei',5FAE8F6F96C59ED1,5B8B4F53,sans-serif;}
b,strong{font-weight:bold;}
i,em{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
table th,table td{border:1px solid #ddd;padding:5px;}
table th{font-weight:inherit;border-bottom-width:2px;border-bottom-color:#ccc;}
img{border:0 none;width:auto;max-width:100%;vertical-align:top; height:auto;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],input[disabled]{cursor:default;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
input:focus{outline:none;}
select[size],select[multiple],select[size][multiple]{border:1px solid #AAA;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,video,progress{display:inline-block;}
body{background:#fff;}
input::-webkit-input-speech-button {display: none}
button,input,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0);}

/*********************/

html{font-size:10px}
@media screen and (min-width:321px) and (max-width:375px){html{font-size:11px}}
@media screen and (min-width:376px) and (max-width:414px){html{font-size:12px}}
@media screen and (min-width:415px) and (max-width:639px){html{font-size:15px}}
@media screen and (min-width:640px) and (max-width:719px){html{font-size:20px}}
@media screen and (min-width:720px) and (max-width:749px){html{font-size:22.5px}}
@media screen and (min-width:750px) and (max-width:799px){html{font-size:23.5px}}
@media screen and (min-width:800px){html{font-size:25px}}

#wrap {
    width: 750px;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../img/top_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*display: flex;
    flex-direction: column;*/
}
.headerfix {
    height: 96px;
}

header.topfix {
    height: 96px;
    width: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
}
.bg {
    width: 750px;
    height: 96px;
    margin: 0 auto;
    background-image: url(../img/top_bg.jpg);
}
.logo{
    width:1950px;
    height:96px;
}
.parrotChinese{
    position: fixed;
    z-index: 100;
    left: 170px;
    top: 48px;
}


#container {
    padding: 3px 18px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background-color: #FFF;
    min-height: 200px;
}
#container .tips{
    font-size:32px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 30px 30px 30px;
    /*margin-bottom: 30px;*/
    /*display:flex;
    justify-content: space-between;*/
    /*text-align: justify;*/
}
#container .itemBox{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

#container .itemBox .itemTitle{
    font-size:30px;
    padding: 0 30px;
    line-height: 70px;
    height: 70px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
    background: #555ba6;
    color:white;
}

#container .itemBox .itemSub{

}

#container .itemBox .itemContent .itemSub{
    line-height: 2.5em;
    /*font-size:25px;*/
    /*padding: 60px 30px 30px;
    margin-top: -44px;
    text-align: justify;
    background: #e6e7f2;*/
}

.ft25{font-size:25px;}
.ft20{font-size:20px;}

#container .itemBox .itemContent{
    line-height: 1.8em;
    padding: 60px 30px 30px;
    margin-top: -44px;
    /*text-align: justify;*/
    background: #e6e7f2;
}

#container .itemBox .itemContent .itemMore1{
    line-height: 1.8em;
    padding-right: 30px;
    text-align: right;
}
#container .itemBox .itemMore{
    line-height: 1.8em;
    padding-right: 30px;
    margin-top: -44px;
    margin-bottom: 60px;
    text-align: right;
}

#container .itemBox1{
    text-align: justify;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}