/* 初始化css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

li {
    list-style-type: none
}





/* 总样式* 
--------------------------------------- */
body {
    font-family: arial, helvetica;
    color: #333;
    color: rgba(0, 0, 0, 0.5);
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

h2 {
    font-size: 1em;
}

p {
    text-align: left;
}

.intro p {
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}

.section {
    text-align: center;
}

.memu_content,
.about_us_content,
.sh_product_content,
.sh_solution_content,
.sh_cases_content,
.sh_news_content {
    width: 100%;
    height: 60%;
    /* min-width: 1024px; */
    /* background-color: #00a4ff; */
    margin-top: 6.8%;
}

.w {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    min-width: 1200px;
    /* background-color: #27546c; */
}


img {
    width: 100%;
    height: 100%;
}



/* 导航栏 * 
--------------------------------------- */
#menu {
    position: fixed;
    top: 0;
    left: 0px;
    height: 90px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
}

#menu .fl {
    float: left;
    width: 166px;
    height: 39px;
    padding: 24px 0 23px 0px;
    /* background-color: #00a4ff; */
}

#menu .fr {
    float: right;
    height: 90px;
    text-align: center;
    /* background-color: #0052d9; */

}

#menu .fr li {
    display: inline-block;
    height: 62px;
    padding: 25px 0.8rem 0px 0.8rem;
    font-size: 1.1em;
    color: #000;
}

#menu .fr .number {
    padding: 7px 0px 7px 18px;
    font-size: 1.5em;
    font-weight: 700;
}


#menu .fr a li span {
    font-size: 0.3em;
    color: #666;
}

#menu .fr li:hover {
    border-bottom: 3px solid #0052d9;
}

#menu .fr .number:hover {
    border-bottom: none;
}

.sh_act {
    border-bottom: 3px solid #0052d9;
}


/* 小导航栏 */
.cont_up {
    width: 100%;
    height: 66px;
    background-color: #1b1f25;
}

/* 导航栏左内容 */
.cont_up_left {
    float: left;
    width: auto;
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    color: #fff;
}

.cont_up_left span {
    padding-left: 15px;
}

.cont_up_left a {
    color: #fff;
}

/* 鼠标经过样式  -------- 
    ---------------------------*/
.cont_up_left a:hover,
.cont_up_right a:hover {
    color: #00a4ff;
    text-decoration: none;
}


/* 导航右边内容 */
.cont_up_right {
    float: right;
    width: auto;
    height: 66px;
}

.cont_up_right a {
    float: left;
    display: block;
    width: auto;
    height: 63px;
    line-height: 66px;
    margin: 0 15px;
    font-size: 15px;
    color: #fff;
}


/* 小导航栏当前页面样式 */
.sh_pr_act {
    border-bottom: 3px solid #00a4ff;
}

/* 导航栏右边文字当前样式 */
.cont_up_right a:hover {
    color: #00a4ff;
}






/* 上一页下一页按钮 */
.sh_btn_list {
    /* width: 330px; */
    /* height: 32px; */
    margin: 0px auto;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
    /* padding-bottom: 30px; */
    /* background-color: aqua; */
}

.sh_btn_list li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    /* box-shadow: 5px 5px 5px rgba(0, 0, 0, .3); */
    /* background-color: #fff; */
    border: 1px solid rgba(0, 0, 0, .5);
    color: rgba(0, 0, 0, .5);
    border-radius: 5px
}


.sh_btn_list .last,
.sh_btn_list .next {
    width: 80px;
    height: 30px;
    letter-spacing: 1px;
    border: 1px solid rgba(0, 0, 0, .5);
}

/* 当前按钮界面样式 */
.sh_btn_list a .sh_btn_act {
    background-color: #1b1f25;
    color: #fff;
}

/* 鼠标经过按钮样式 */
.sh_btn_list li:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}




/* page7 页脚* 
--------------------------------------- */
.footer {
    width: 100%;
    height: 300px;
}

.footer_fl {
    float: left;
    width: 40%;
    height: 100%;
    /* background-color: #951414; */
}

.footer_fl h2 {
    text-align: left;
    font-size: 1.1em;
    color: #fff;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.footer_fl_text {
    float: left;
    width: 65%;
    height: 0%;
    /* background-color: #0052d9; */
}

.footer_fl_text div {
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 30px;

}

.footer_fl_text .phone {
    float: left;
    width: 70%;
    /* height: 20%; */
    margin-left: 20px;
    /* background-color: #3cc63c; */
}

.footer_fl_text .phone p {
    line-height: 30px;
    color: rgba(255, 255, 255, .5)
}

.footer_fl_text .phone p span {
    letter-spacing: 1px;
    font-size: 1.8em;
    color: #00a4ff;
}

.footer_fl_text .phone2 {
    width: 100%;
}

.footer_fl_text .phone2 p {
    line-height: 30px;
    color: rgba(255, 255, 255, .5);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer_fl_text .down {
    text-align: center;
    /* display: block; */
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .5);
    /* background-color: #951414; */
}

.footer_fl_text .down:hover {
    color: rgba(255, 255, 255, 1);
    border: none;
    background-color: #00a4ff;
}

.footer_fl_text_fr {
    float: right;
    width: 35%;
    height: 0%;
    text-align: center;
    /* background-color: #345d74; */

}

.footer_fl_text_fr p {
    float: right;
    /* text-align: center; */
    margin-top: 30px;
    color: rgba(255, 255, 255, .5);
}

.footer_fl_text_fr div {
    float: right;
    width: 128px;
    height: 128px;
    /* background-color: #951414; */
    margin-top: 5%;
}

.footer_fr {
    float: right;
    width: 60%;
    height: 100%;
    /* background-color: #951414; */
}

.footer_fr dl {
    float: right;
    padding-right: 4%;
    text-align: center;
}

.footer_fr dl dt {
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 15px;
    margin-top: 20px;
}

.footer_fr dl dd {
    line-height: 25px;
    color: rgba(255, 255, 255, .5);
    letter-spacing: 1px;
}

.footer_fr dl dd:hover {
    color: #fff;
}
