body {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

input {
    outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%; */
    /* font: inherit; */
    vertical-align: baseline;
}
ul,ol{
    list-style: none;
}
/*颜色*/
.c334 {
    color: #33497F;
}

.cf1a {
    color: #F1AF77;
}

.c4 {
    color: #444;
}

.c5 {
    color: #555;
}

.c5f8 {
    color: #5F8BE5;
}

.c6 {
    color: #666;
}

.c7 {
    color: #777;
}

.cb6 {
    color: #B6B6B9;
}

.cb {
    color: #cbcbcb;
}

.bgc009 {
    background-color: #0092F6;
}

.c92 {
    color: #929292;
}

.c093 {
    color: #0093F7;
}

.c093h:hover {
    color: #0093F7;
}

.c293 {
    color: #293A6C;
}

.bgcf {
    background-color: #fff;
}

.bgcfa {
    background-color: #fafafa;
}

.bgcd {
    background-color: #ddd;
}

.sline {
    font-size: 0px;
    line-height: 0;
    content: "";
    background-color: transparent;
    border-bottom: 1px dashed #293B6B;
}

.all {
    width: 100%;
  	 margin:10vw 0px;
}

.nolistyle li {
    list-style: none;
}

/* 按钮样式 */
/* 白字 蓝底 */
.btn1 {
    color: #fff;
    background-color: rgb(0, 146, 247);
}

.btn1:hover,
.btn1hover:hover {
    background-color: rgb(0, 167, 255);
}

.btn1hover:hover {
    border: 1px solid rgb(0, 167, 255);
}

/* 蓝色边框白色底按钮 */
.btn2 {
    background-color: #fff;
    color: #4192EF;
    border: 1px solid #4192EF;
}

.btn2:hover {
    color: #fff;
    /* background-color: rgb(65, 145, 238); */
    background-color: rgb(0, 146, 247);
}

.btn3 {
    border: 1px solid white;
}

.videobtn {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 4px;
    color: #fff;
    background-color: rgb(0, 146, 247);
    text-decoration: none;
}

.tdn {
    text-decoration: none;
}

.menu {
    height: 97px;
}

.menuList li,
.menuList li a {
    float: left;
}

.menuList li a:hover,
.menuList .currentNavi a {
    /* border-bottom: 4px solid #297DE1; */
    color: #188DFF;
}

.menuList li a:hover::after,
.menuList .currentNavi a::after {
    position: absolute;
    width: 32px;
    height: 4px;
    background-color: #297DE1;
    bottom: 0px;
    content: "";
    left: 34px;
}

.menuList li,
.menuList li a {
    position: relative;
    text-align: center;
    width: 100px;
    color: #393939;
    font-size: 16px;
    text-decoration: none;
    height: 97px;
    line-height: 102px;
}

.promenulist {
    background: #313131;
}

/* 页脚 */
.footer {
    background: url(../images/footerbg.jpg) no-repeat top center;
    height: 345px;
}

.footer table td {
    vertical-align: top;
}

.footer .footerlink a,
.cb5 {
    color: #b5b5b9;
    text-decoration: none;
}

.footer .footerlink a:hover {
    text-decoration: underline;
}

.flink span {
    margin: 0 20px;
}

.position {
    color: #cbcbcb;
}

.position a {
    text-decoration: none;
    color: #999;
}
/*移动端css样式*/
    /*导航栏*/
    .m_menu{
        height: 65px;
        padding: 0px 20px
    }
    .m_menu a>img{
        width:105px;
        margin-top: 16px
    }
    .m_menu .navBtn>img{
        margin-top: 21px;
        width: 29px;
    }
    .m_navBg{
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        height: 100%;
        width: 0px;
        overflow-x: hidden;
        overflow-y: scroll;
        background:rgba(0,0,0,0.6);
        z-index: 9999;
    }
    .m_navBg .m_nav{
        position: relative;
        width: 85%;
        min-height: 100%;
        background-color: #fff;
        left: 15%;
        padding-bottom: 45px;
    }
    .m_navBg .m_nav h1{
        overflow: hidden;
        padding: 16px 24px;
        border-bottom: 1px solid #ddd;
    }
    .m_navBg .m_nav h1 img{
        width: 105px;
    }
    .m_navBg .m_nav h1>span{
        float: right;
        height: 33px;
        line-height: 27px;
        color: #999;
        font-size: 33px;
    }
    .m_navBg .m_nav ul{
        padding: 16px 24px 0px; 
        list-style: none;
        margin: 0px;
    }
    .m_navBg .m_nav ul li{
        font-size: 16px;
        margin-bottom: 24px;
        position: relative;
    }
    .m_navBg .m_nav ul li a{
        color: #333;
        outline: none;
        text-decoration: none;
    }
    .m_navBg .m_tac{
        margin-left: 18px;
        margin-bottom: 12px;
        margin-top: -6px;
        height: 0px;
        overflow: hidden;
        display: none;
    }
    .m_navBg .m_tac a{
        display: inline-block;
        margin-right: 5px;
        width: 120px;
        font-size: 14px;
        color: #333;
        outline: none;
        text-decoration: none;
        margin-bottom: 12px;
    }
    .triangle-bottomright{
        width: 0px;
        height: 0px;
        border-bottom: 14px solid #3F3F3F;
        border-left: 14px solid transparent;
        position: relative;
        display: inline-block;
        vertical-align: text-bottom;
        margin-left: 12px;
    }
    /*底部导航*/
    .m_footer{
        background-color: rgba(69,72,88,1)
    }
    .m_footer .m_foot_nav{
        padding: 24px 24px 0px;
        overflow: hidden;
    }
    .m_footer .m_foot_nav div{
        margin-bottom: 24px;
        font-size: 16px;
    }
    .m_footer .m_foot_nav div span{
        color: #fff;
        font-size: 16px;
        margin-right: 12px;
    }
    .m_footer .m_foot_nav div a{
        color:#2F91FE;
        outline: none;
        text-decoration: none;
    }
    .m_footer .m_foot_nav div aside{
        display: inline-block;
        margin-top: 18px;
        margin-right: 24px;
    }
    .m_footer .m_foot_nav div aside a {
        color: #B7B7BA;
    }
    .m_footer .m_record{
        background-color:rgba(58,60,74,1);
        text-align:center;
        color: #fff;
        padding:12px;
        color: #CBCBCB;
        font-size: 14px;
        line-height: 24px;
    }
    .m_row50{
        width: 50%;
        margin-top: 24px;
        float: left;
    }
    .m_footer .m_foot_nav .m_row50:last-child img,.m_footer .m_foot_nav .m_row50:last-child p{
        padding-left: 24px;
    }
.m_row50:last-child img{
	width:90px;
}