/* 公共样式表css */
html,
body {
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-family: "思源黑体", serif;
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)!important;
    -webkit-filter: grayscale(100%)!important;*/
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "思源黑体", serif;
}

div {
    cursor: default
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

a:visited {
    text-decoration: none;
    color: #666;
    cursor: pointer;
}

img {
    border: 0;
}

body {
    background: #fff;
    /* height: 5000px; */
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td,
a {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #666;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a:hover {}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.middle {
    width: 1200px;
    margin: 0 auto;
}

/* 公共样式结束 */
/* 导航部分开始 */
nav {
    width: 100%;
    z-index: 999;
}

.navBox {
    height: 50px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

/* logo */
.navBox .navLogo {
    height: 50px;
    box-sizing: border-box;
}

/* 导航栏 */
.navBox .navList {
    width: 800px;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.navBox .navList li {
    text-align: center;
    line-height: 50px;
}

.navBox .navList li a {
    display: block;
    width: 80px;
}

/* 电话 */
.phone {
    font-size: 20px;
    color: #064E8E;
    font-weight: 600;
    line-height: 60px;
}

.phone .telephone {
    width: 26px;
    height: 26px;
    vertical-align: middle;
}

/* banenr */
/* .ny_banner {
    width: 100%;
    height: 460px;
    background: url(../image/aboutbanner.png) no-repeat center;
    background-size: cover;
} */
/* 底部 */
.footer {
    height: 461px;
    background: url("../image/9.jpg") no-repeat;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.6);
    background-size: 100% 100%;
}

.footerTittle {
    text-align: center;
    padding-top: 80px;
    box-sizing: border-box;
}

.contact {
    color: #E0E0E0;
    font-size: 22px;
    margin-bottom: 15px;
}

.us {
    color: #E1E1E1;
    font-size: 36px;
}

.footCotain {
    width: 1200px;
    margin: 0 auto;
    margin-top: 25px;
}

.footCotain .left {
    width: 323px;
    border-right: 1px solid #E0E0E0;
    height: 180px;
}

.footCotain .centers {
    width: 611px;
    border-right: 1px solid #E0E0E0;
    color: #fff;
    height: 180px;
}

.footCotain .left ul {
    width: 300px;
    margin-top: 20px;
    margin-left: 150px;
}

.footCotain .left ul li {
    line-height: 37px;
}

.footCotain .left ul li a {
    color: #FFFFFF;
    font-size: 16px;
}

.tellphone {
    font-size: 22px;
}

.footerPhone {
    display: flex;
    margin-top: 29px;
    margin-left: 90px;
}

.footerPhone img {
    display: block;
    margin-top: 3px;
    margin-right: 19px;
}

.footerPhone .icon1 {
    width: 16px;
    height: 18px;
}

.footerPhone .icon2 {
    width: 16px;
    height: 20px;
}

.footerPhone .icon3 {
    width: 16px;
    height: 22px;
}

.footerPhone .icon4 {
    width: 17px;
    height: 14px;
    margin-top: 7px;
}

.write {
    font-size: 16px;
}

.right {
    color: #fff;
    text-align: center;
}

.right img {
    display: block;
    width: 88px;
    height: 88px;
    margin-top: 20px;
}

.code {
    margin-left: 100px;
}

.code div {
    margin-top: 10px;
}

.swiper-container {
    width: 100%;
    height: 600px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

/* 首页选中样式 */
.indexactive a {
    color: #1E50AE;
    background: url("../image/beijingbanner.png") no-repeat 4px 51px;
}