html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
div,
span,
em,
i {
    margin: 0;
    padding: 0;
}

body {
    font-family: "microsoft yahei" !important;
    font-size: 14px;
    color: #333;
    cursor: default;
    background-color: #fff;
}

em,
i {
    font-style: normal;
}

ul {
    list-style: none;
}

img {
    border: 0 none;
    display: block;
    transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.mt0 {
    margin-top: 0px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.bl0 {
    border-left: 0px !important;
}

.bt0 {
    border-top: 0px !important;
}

::selection {
    background: #ffc3d0;
    color: #fff;
}

::-moz-selection {
    background: #fd668e;
    color: #fff;
}

select,
input,
select {
    vertical-align: middle;
}

.ny_main_left_lan img {
    display: inline !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

/*Ã©Â¡ÂµÃ©ÂÂ¢Ã¥â€¦Â¬Ã¥â€¦Â±Ã¦Â Â·Ã¥Â¼Â*/
.header {
    width: 100%;
    margin: auto;
    background: #fff;
    overflow: hidden;
}

.header-son {
    position: relative;
    width: 1200px;
    margin: auto;
}

.header .tel {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 146px;
    height: 31px;
    border: 1px solid #fe9900;
    overflow: hidden;
}

.header .tel p {
    color: #fe9900;
    line-height: 31px;
}

.header-son>.logo {
    float: left;
    width: 337px;
    height: 133px;
}

.header-son>ul {
    float: right;
    width: 770px;
    height: 133px;
    overflow: hidden;
}

.header-son>ul>li {
    float: left;
    width: 96px;
    height: 133px;
    overflow: hidden;
    text-align: center;
}

.header-son>ul>li>a {
    display: block;
    width: 96px;
    height: 133px;
    overflow: hidden;
    text-align: center;
}

.header-son>ul>li>a>span {
    display: block;
    width: 88px;
    height: 22px;
    margin-top: 70px;
    text-align: left;
    border-left: 4px solid #fff;
    color: #333;
    text-indent: 10px;
}


.header-son>ul>li:hover span {
    border-left: 4px solid #292d77;
    color: #1e27c4;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.foot {
    width: 100%;
    height: 112px;
    background: #373737;
    overflow: hidden;
}

.foot-son {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.foot-left {
    width: 450px;
}

.foot-left>div {
    margin-top: 40px;
    color: #b7b7b7;
}

.foot-right {
    width: 225px;
}

.foot-right>a {
    display: block;
    color: #b7b7b7;
    line-height: 112px;
    margin-right: 10px;
}

.foot-right>a img {
    margin-right: 4px;
}