/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
}
.wrapper {
    margin: auto;
}
.main {
    margin: auto;
    width: 1200px;
    padding: 10px 0px;
}
.main_img {
    width: 1200px;
    padding: 0px;
    padding-top: 0px;
    display: inline;
}
.header {
    width: 1200px;
    height: 60px;
    margin: auto;
    padding: 0px;
    background-color: #d3d8de;
    margin-top: 0px;
    border: 0px;
}
.nav {
    width: 447px;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    display: inline;
    height: 60px;
    background-color: #d3d8de;
    border: 0px;
    font-size: 14px;
}
.nav a {
    width: 72px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    background-color: #d3d8de;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.nav a:hover {
    width: 72px;
    height: 42px;
    background-image: url("../img/nbg.png");
    color: #fff;
    line-height: 42px;
    background-color: #d3d8de;
    margin-top: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 16px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
    text-decoration: none;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.products_main {
    width: 1200px;
    height: 1120px;
    margin: auto;
    position: relative;
    background-color: #d2d7dd;
}
.products_main_pro {
    float: left;
    width: 530px;
    height: 728px;
    position: absolute;
    left: 424px;
    top: 312px;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    text-align: center;
}
.products_mm {
    width: 166px;
    height: 222px;
    position: relative;
    left: 230px;
    top: 230px;
}
.products_products {
    width: 530px;
    height: 730px;
    position: relative;
    left: 420px;
    top: 86px;
}
.news_main_list {
    float: left;
    width: 720px;
    height: 728px;
    position: absolute;
    left: 424px;
    top: 312px;
    padding: 20px;
    margin: 0px;
}
.news_main_title {
	font-weight: 500;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}
.news_main_tag {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
.news_main_text {
    font-size: 14px;
    line-height: 30px;
    text-indent: 40px;
}
.news_main_text .img {
    text-align: center;
}
