/*
* @Author: snow
* @Date:   2018-03-27 15:26:08
* @Last Modified by:   snow
* @Last Modified time: 2018-03-28 14:41:49
*/

html, body, div, a, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, span, strong, img, form, input, table, i {margin:0;padding:0;box-sizing: border-box;}
html,body{font-family:"Microsoft YaHei";font-size:14px;}
li{list-style: none;}
img{border:0;vertical-align:middle}
a {text-decoration:none;color: #000;}
.fl {float:left;}
.fr {float:right;}
.clearfix:before,.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;zoom:1;}

.header {
    width: 100%;
    height: 762px;
    background: url(mlxc_20180327_01.png) top center no-repeat;
}
.contanier {
    margin: auto;
    width: 1000px;
    height: 100%;
}
.header .contanier {
    position: relative;
    height: 100%;
}
.header ul {
    position: absolute;
    bottom: 220px;
    left: 20px;
}
.header ul > li {
    height: 36px;
    line-height: 36px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    border-left: 1px solid #c9c9c9;
    padding: 0 30px;
}
.header ul > li:first-child {
    border: 0;
}
.header ul > li img {
    margin-right: 18px;
}
.link_nyb {
    color: #fff;
    background: rgb(18,163,34);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 11px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.main {
    margin-top: -45px;
    overflow: hidden;
    position: relative;
}
.main_list {
    position: relative;
}
.img_bg2 {
    position: absolute;
    top: -2px;
    right: -460px;
    z-index: -1;
}
.img_bg1 {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: -1;
}
.img_bg3 {
    position: absolute;
    bottom: 50px;
    left: -0px;
    z-index: -1;
}
.img_bg4 {
    position: absolute;
    bottom: 125px;
    right: -460px;
    z-index: -1;
}
.list_left {
    width: 660px;
    height: 460px;
    margin-right: 20px;
}
.list_right {
    width: 320px;
    height: 460px;
}
.item {
    position: relative;
    overflow: hidden;
}
.item img {
    width: 100%;
    height: 100%;
}
.mark {
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    color: #ffffff;
    padding-left: 14px;
    position: absolute;
    bottom: -60px;
    left: 0;
    background-color: rgba(0,0,0,0.6);
}
.main_list1 {
    margin-top: 20px;
}
.list1_box {
    width: 320px;
    height: 226px;
}
.list1_box + .list1_box {
    margin-left: 20px;
}
.main_list2 {
    margin-top: 30px;
    position: relative;
}
.list_text {
    width: 340px;
    height: 226px;
    border: 1px solid #e2e2e2;
    box-shadow:0px 0px 0px rgba(250,250,250,0.1),
    1px 2px 2px #e2e2e2,
    0px -1px 2px #e2e2e2,
    1px 1px 2px #e2e2e2;
    -webkit-box-shadow: 0px 0px 0px rgba(250,250,250,0.1),
    1px 2px 2px #e2e2e2,
    0px -1px 2px #e2e2e2,
    1px 1px 2px #e2e2e2;
    -moz-box-shadow: 0px 0px 0px rgba(250,250,250,0.1),
    1px 2px 2px #e2e2e2,
    0px -1px 2px #e2e2e2,
    1px 1px 2px #e2e2e2;
    border-left: 0;
    padding: 0 29px;
}
.list_text h3 {
    text-align: center;
    font-size: 18px;
    margin: 22px 0 20px;
}
.list_text p {
    text-indent: 2em;
    line-height: 25px;
}

.footer {
    border-top: 1px solid #000;
    margin-top: 50px;
    height: 165px;
}
.footer_text1 {
    margin-right: 100px;
}
.text_top {
    width: 158px;
    height: 37px;
    line-height: 36px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    margin-top: 23px;
}
.footer_bah {
    font-size: 12px;
    color: #7b7b7b;
    margin-top: 26px;
}
.footer_img1 {
    margin: 40px 90px 0px 110px;
}
.footer_img2 {
    margin: 40px 0px 0px 90px;
}