html { color: #333333; background: #fff; }
body { overflow-x: hidden; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; }
body, button, input, select, textarea { font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti; font-size: 12px; word-wrap: break-word; color: #333333; }
input, select, textarea { font-size: 100%; }
div:focus { outline: none; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: inherit; }
fieldset, img { border: 0; }
iframe { display: block; }
abbr, acronym { border: 0; font-variant: normal; }
ol, ul, li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 500; }
q:before, q:after { content: ''; }
a:hover { text-decoration: none; }
a:visited { color: #333333; }
ins, a { text-decoration: none; }
button, a { outline: none; cursor: pointer; }
hr { height: 1px; border: none; border-top: 1px solid #CCCCCC; }
.clear{ clear:both}
.fl{
    float: left;
}
.fr{
    float: right;
}
html,body{
    max-width: 750px;
    margin: 0 auto;
}
/* header */
.header {
    width: 100%;
    max-width: 750px;
    height: 60px;
    position: relative;
    z-index: 9;
    background: url('../images/newImages/header_bg.png') no-repeat;
    background-size: 100% 100%;
}

.header h1 {
    display: inline-block;
    padding: 13px 0 0 13px;
}

.header h1 a {
    display: block;
}

.header h1 img {
    width: 26%;
    display: inline-block;
    vertical-align: middle;
}
.header h1 p{
    display: inline-block;
    color: #fdfdfb;
    vertical-align: middle;
}
.header h1 p span{
    font-size: 1.1rem;
    font-weight: 600;
}

.header svg {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translate(0, -50%) rotate(180deg);
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -moz-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    -o-transform: translate(0, -50%) rotate(180deg);
}

.header ul {
    position: absolute;
    top: 3.4rem;
    right: 2%;
    width: 7rem;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 3% 1.5%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: none;
}
.header ul::after{
    content: '';
    position: absolute;
    top: -13px;
    right: 25px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 9px solid #2d2a2a;
}
/* .header ul li:hover a{
    color: #c29a5f;
} */
.header ul a {
    color: #fff;
    display: block;
    padding: .6rem 0 .6rem;
    font-size: 100%;
    background: url('../images/newImages/tips_border.png') no-repeat;
    background-position: 0% 100%;
    background-size: 100% auto;
}


.change_tab{
    height: 2.59375rem;
    background: #000;
    display: flex;
    align-items: flex-end;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.change_tab li{
    height: 2.5625rem;
    width: 25%;
    background: url('../images/newImages/tab_off.png') no-repeat;
    background-size: 100% 100%;
}
.change_tab .active{
    background-image: url('../images/newImages/tab_on.png');
}
.change_tab li a{
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/newImages/tab_1.png') no-repeat;
    background-size: 100% 100%;
}
.change_tab li .s2{
    background-image: url('../images/newImages/tab_2.png');
}
.change_tab li .s3{
    background-image: url('../images/newImages/tab_3.png');
}
.change_tab li .s4{
    background-image: url('../images/newImages/tab_4.png');
}
.change_tab li .s5{
    background-image: url('../images/newImages/tab_5.png');
}
/* footer */
#navigation{
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 750px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000;
    /* background-color: #dadada; */
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
#navigation .navigation-main{
    width: 25%;
}
#navigation .navigation-main img{
    width: 100%;
    display: block;
}

/* 分页 */
._page_container{
    height: auto;
}
._pages_2 li{
    background-color: #f4f4f5;
}
._page_container ._pages {
    display: inline-block;
    margin: 25px auto;
}
._active_2 {
    color: #fff !important;
    background-color: #474a59 !important;
}
/* ._page_container ._pages li:hover {
    color: #fff;
    background-color: #474a59 ;
} */
._disabled_c {
    color: #c0c4cc !important;
    background-color: #f4f4f5 !important;
}



/* 二级页公共的头部 */
.public_title{
    height: 2.8125rem;
    background: url('../images/newImages/top_titlt_bg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}
.public_title a{
    position: absolute;
    width: 1.40625rem;
    height: 1.40625rem;
    left: 4%;
    top: 50%;
    transform: translate(0 , -50%);
    background: #292a27;
    border-radius: .15625rem;
    -webkit-border-radius: .15625rem;
    -moz-border-radius: .15625rem;
    -ms-border-radius: .15625rem;
    -o-border-radius: .15625rem;
    -webkit-transform: translate(0 , -50%);
    -moz-transform: translate(0 , -50%);
    -ms-transform: translate(0 , -50%);
    -o-transform: translate(0 , -50%);
    text-align: center;
    line-height: 1.40625rem;
}
.public_title a svg{
    width: .875rem;
    height: .875rem;
}
.public_title div{
    color: #ddaf5e;
    text-align: center;
}
.public_title .cn_word{
    font-size: .875rem;
    line-height: 1.0625rem;
    font-weight: 600;
    margin-top: .625rem;
}
.public_title .en_word{
    font-size: .4375rem;
    line-height: .6875rem;
}

.slide_main{
    overflow-x: auto;
}
.public_project_name{
    padding-top: 1%;
    min-height: 2.53125rem;
    display: flex;
    border-bottom: .0625rem solid #aeaeae;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.public_project_name li{
    width: 5.53125rem;
    height: 1.53125rem;
    background: url('../images/newImages/project_name_bg_on.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}
.public_project_name .action{
    background-image: url('../images/newImages/project_name_bg_off.png');
}
.classify_name li{
    width: 4.21875rem;
    height: 1.53125rem;
    background-image: url('../images/newImages/classify_name_bg_on.png');
}
.classify_name .action{
    background-image: url('../images/newImages/classify_name_bg_off.png');
}
.public_project_name .action a{
    color: #fff;
}
.public_project_name li a{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: .625rem;
    line-height: 1.53125rem;
    color: #808080;
}
.public_body{
    background: url('../images/newImages/page_bg.png') no-repeat;
    background-size: 100% 100%;
    margin-top: -0.5%;
}