* {
    margin: 0;
    padding: 0;
    font-family: 'Calisto MT', Helvetica, sans-serif;
}

ul {
    list-style: none;
    overflow: hidden;
}

a {
    text-decoration: none;
}
i,em{
    font-style: normal;
    display: block;
}
img{
    border: none;
}
body, html{
    height: 100%;
}
table{
    border-spacing: 0;
    border-color: #f4f4f4 !important;
    border-collapse: collapse;
}

/*n-banner*/
.n-banner{
    height: 600px;
    position: relative;
}
.n-banner .swiper-container {
    height: 600px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.swiper-wrapper{
    width: 100%;
    height: 600px;
    position: relative;
}
.n-banner .swiper-slide {
    height: 600px;
    position: relative;
}

.n-banner:hover .pagination {
    opacity: 0;
}

.n-banner:hover .arrow-left {
    opacity: 1;
}

.n-banner:hover .arrow-right {
    opacity: 1;
}

.n-banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.n-banner .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #278947;
    margin: 0 3px;
    cursor: pointer;
}

.n-banner .swiper-active-switch {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #fff;
}

.n-banner .arrow-left {
    background: url(../images/b_arrow.png) no-repeat left bottom;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}
.n-banner .arrow-right {
    background: url(../images/b_arrow.png) no-repeat right bottom;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}
/*pos*/
.pos{
    width: 75%;
    margin: -66px auto 0 auto;
    overflow: hidden;
    height: 66px;
    line-height: 66px;
    background: #00a38b;
    box-sizing: border-box;
    padding: 0 80px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    z-index: 11;
}
.pos ul{
    float: left;
}
.pos ul li{
    float: left;
    font-size: 14px;
    line-height: 63px;
    border-bottom: 3px solid transparent;
    margin-right: 55px;
}
.pos ul li.active{
    border-bottom: 3px solid #fff;
}
.pos ul li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.ppos{
    float: right;
    color: #fff;
    font-size: 14px;
}
.ppos a {
    color: #fff;
    margin-left: 10px;
}
.ppos span{
    font-family: 'SimHei';
    display: inline-block;
    margin-left: 10px;
}
.ppos a:nth-child(1){
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 7px;
    width: 14px;
    height: 65px;
    background: url(http://www.mawanggroup.com/images/home2.png) no-repeat center center;
}
/*page*/
.page{
    
}
.page_con{
    width: 1350px;
    margin: 60px auto;
    position: relative;
    top: 300px;
    opacity: 0;
}
.page_con::after{
    content: '';
    display: block;
    clear: both;
}
.page_tit h4{
    position: relative;
    color: #333333;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: normal;
}
.page_tit{
	margin-bottom: 30px;
}
.page_tit h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 5px;
    background: #00a38b;
}
/*page_about*/
.page_about{
    
}
.page_about::after{
    content: '';
    display: block;
    clear: both;
}
.page_about_l{
    float: left;
    width: 650px;
    position: relative;
    top:300px;
    opacity: 0;
}
.page_about_l h3{
    color: #555555;
    font-size: 24px;
    position: relative;
    height: 112px;
    line-height: 112px;
    padding-left: 100px;
}
.page_about_l h3::before,.page_about_l h3::after{
    content: '';
    position: absolute;
    display: block;
}
.page_about_l h3::before{
    width: 110px;
    height: 2px;
    background: url(../images/long.jpg) center center no-repeat;
    top: 56px;
    left: -30px;
}
.page_about_l h3::after{
    width: 675px;
    height: 112px;
    background: url(../images/about3.png) center center no-repeat;
    top: 0;
    left: 0;
}
.page_about_l p{
    font-size: 15px;
    color: #696969;
    line-height: 30px;
    margin-top: 20px;
    text-indent: 30px;
}
.page_about_r{
    float: right;
    position: relative;
    margin-top: 135px;
    top:300px;
    opacity: 0;
}
.page_about_r span{
    width: 620px;
    height: 510px;
    overflow: hidden;
    display: block;
    border-radius: 20px;
}
.page_about_r::after{
    content: '';
    display: block;
    width: 660px;
    height: 490px;
    position: absolute;
    right: -55px;
    bottom: -35px;
    background: url(../images/intro_bg.png) right bottom;
    z-index: -1;
}
.num{
    width: 100%;
    margin-top: 140px;
}
.num_t{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.num_t ul li{
    width: 16%;
    margin-right: 4%;
    float: left;
    height: 220px;
    padding-top: 2%;
    text-align: center;
    background: #00a38b;
    color: #FFF;
    border-radius: 200px 200px 0 0;
}
.num_t ul li span{
    width: 150px;
    height: 150px;
    background: #038672;
    margin: auto;
    border-radius: 100px;
    display: block;
    font-size: 40px;
    line-height: 150px;
}
.num_t ul li em{
    margin-top: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.num_b{
    background: #00a38b;
}
.num_b h3{
    font-size: 36px;
    text-align: center;
    padding: 50px 0 10px 0;
    color: #ffffff;
    display: block;
    font-weight: normal;
}
.num_b i{
    font-size: 24px;
    text-align: center;
    padding-bottom: 50px;
    color: #ffffff;
}
/*page_adv*/
.page_adv{

}
.adv_list ul li:hover .adv_img img{
    transform: scale(1.1);
}
.adv_list ul li{
    overflow: hidden;
    cursor: pointer;
    position: relative;
    top: 300px;
    opacity: 0;
}
.adv_list ul li:nth-child(odd) .adv_img,.adv_list ul li:nth-child(even) .adv_des{
    float: left;
}
.adv_list ul li:nth-child(odd) .adv_img .adv_des,.adv_list ul li:nth-child(even) .adv_img{
    float: right;
}
.adv_des{
    padding: 90px 0 100px 40px;
}
.adv_img,.adv_des{
    width: 675px;
    height: 260px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.adv_img img{
    width: 100%;
    height: auto;
    min-height: 260px;
    transition: all 0.6s;
}
.adv_img::after{
    content: '';
    display: block;
    width: 12px;
    height: 23px;
    background: url(../images/left.png) center center no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12.5px;
}
.adv_list ul li:nth-child(even) .adv_img::after{
    left: 0;
    transform: rotate(180deg);

}
.adv_des span{
    float: left;
    width: 58px;
    height: 58px;
    background: url(../images/number.png) center center no-repeat;
    line-height: 58px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.adv_des em{
    text-align: left;
    max-width: 80%;
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    float: left;
    margin-left: 21px;
}
/*page_news*/
.page_news{
    position: relative;
    top: 300px;
    opacity: 0;
}
.page_news ul{
    margin-left: 70px;
    overflow:  initial;
    position: relative;
}
.page_news ul::after{
    content: '';
    display: block;
    clear: both;
}
.page_news ul li{
    width: 305px;
    height: 470px;
    box-shadow:0 0 25px 3px #f2f2f2 ;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    margin-right: 10px;
    float: left;
    position: relative;
    z-index: 11;
    transition: all 0.6s;
}
.page_news ul li:hover{
    margin-top: -40px;
}
.page_news ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.page_news ul li span{
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: block;
}
.page_news ul li span img{
    width: 100%;
    height: auto;
    min-height: 240px;
}
.page_news ul li em{
    color: #828282;
    font-size: 18px;
}
.page_news ul li h3{
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:90%;
}
.page_news ul li p{
    overflow: hidden;
    height: 48px;
    margin-bottom: 20px;
    color: #999999;
    font-size: 13px;
    line-height: 24px;
}
.page_news ul li i{
    padding: 20px 0 5px;
    color: #828282;
    font-size: 14px;
    border-top: 1px solid #eeeeee;
    position: relative;
}
.page_news ul li i::after{
    content: '';
    display: block;
    width: 23px;
    height: 6px;
    background: url(http://www.mawanggroup.com/images/more.png);
    position: absolute;
    right: 0;
    top: 57%;
}
.page_news ul>div{
    width: 305px;
    height: 500px;
    float: left;
    margin-right: 10px;
    margin-top: 40px;
}
.ddes{
    padding: 20px;
    background: #fff;
}
.page_news_tit a:hover::after{
    right: 16px;
}
.page_news_tit a::after {
    content: '';
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    height: 6px;
    width: 17px;
    background: url(../images/icon.png) -109px -168px no-repeat;
    margin-top: -3px;
    transition: all 0.6s;
}
.page_news ul li:hover h3,.page_news ul li:hover i{
    color: #00a38b;
}
/*page_yanjiu*/
.page_yanjiu ul{
    overflow: initial;
    margin-top: 80px;
}
.page_yanjiu ul li{
    cursor: pointer;
    margin-bottom: 130px;
}
.page_yanjiu ul li::after,.page_yanjiu ul::after{
    content: '';
    display: block;
    clear: both;
}
.page_yanjiu ul li{
    position: relative;
    left: -200px;
    opacity: 0;
}

.page_yanjiu ul li:nth-child(odd) .yanjiu_img,.page_yanjiu ul li:nth-child(even) .yanjiu_des{
    float: left;
}
.page_yanjiu ul li:nth-child(even) .yanjiu_img,.page_yanjiu ul li:nth-child(odd) .yanjiu_des{
    float: right;
}
.page_yanjiu ul li:nth-child(even) .yanjiu_des span,.page_yanjiu ul li:nth-child(even) .yanjiu_des p,.page_yanjiu ul li:nth-child(even) .yanjiu_des h3{
    text-align: right;
}

.page_yanjiu ul li:nth-child(even) a{
    float: right;
}
.yanjiu_img{
    position: relative;
    float: left;
}
.yanjiu_img span{
    width: 660px;
    height: 390px;
    overflow: hidden;
    border-radius: 20px;
    display: block;
}
.yanjiu_img span img{
    width: 100%;
    height: auto;
    min-height: 390px;
}
.yanjiu_img::before,.yanjiu_img::after{
    content: '';
    display: block;
    position: absolute;
}
.page_yanjiu ul li:nth-child(odd) .yanjiu_img::before {
    width: 660px;
    height: 390px;
    background: url(../images/brand_bg1.png) top left;
    top: -25px;
    left: -25px;
}
.page_yanjiu ul li:nth-child(even) .yanjiu_img::before {
    width: 660px;
    height: 390px;
    background: url(../images/brand_bg1.png) top left;
    top: -25px;
    right: -25px;
}
.page_yanjiu ul li:nth-child(odd) .yanjiu_img::after {
    width: 132px;
    height: 132px;
    background: url(../images/brand_dian.png);
    right: -35px;
    bottom: -35px;
    z-index: -1;
}
.page_yanjiu ul li:nth-child(even) .yanjiu_img::after {
    width: 132px;
    height: 132px;
    background: url(../images/brand_dian.png);
    left: -35px;
    bottom: -35px;
    z-index: -1;
}
.yanjiu_des{
    float: right;
    width: 600px;
}
.yanjiu_des span{
    display: block;
    position: relative;
    color: #00a38b;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 60px;
}
.page_yanjiu ul li:nth-child(odd) .yanjiu_des span::before{
    content: '';
    display: block;
    width: 110px;
    height: 2px;
    top: 50%;
    background: url(../images/long.jpg);
    position: absolute;
    left: -130px;
}
.page_yanjiu ul li:nth-child(even) .yanjiu_des span::before{
    content: '';
    display: block;
    width: 110px;
    height: 2px;
    top: 50%;
    background: url(../images/long.jpg);
    position: absolute;
    right: -130px;
}
.yanjiu_des h3{
    color: #333333;
    font-size: 30px;
    margin: 20px 0;
}
.yanjiu_des p{
    height: 80px;
    overflow: hidden;
    color: #828282;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 40px;
}
.yanjiu_des a{
    width: 134px;
    height: 44px;
    line-height: 45px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    background: #00a38b;
    text-align: center;
    display: block;
}
.yanjiu_des a img{
    margin-left: 20px;
    vertical-align: top;
    margin-top: 19px;
}
/*page_list*/
.page_list ul li{
    float: left;
    width: 440px;
    margin: 5px 5px;
    position: relative;
    top: 300px;
    opacity: 0;
}
.page_list ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.page_list ul li a span{
    display: block;
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.page_list ul li a span img{
    width: 100%;
    height: auto;
    min-height: 310px;
    transition: all 0.6s;
}
.page_list ul li:hover img{
    transform: scale(1.1);
}
.page_list ul li a em{
    color: #333;
    text-align: center;
    padding: 15px 10px 18px;
}
.page_list ul li a em i{
    font-size: 16px;
    margin-bottom: 8px;
}
.page_list ul li a em p{
    font-size: 14px;
    color: #828282;
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.page_list ul li:hover em,.page_list ul li:hover em p{
    background: #00a38b;
    color: #fff;
}
/*show_news*/
.show_news_tit h3{
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 26px;
}
.time{
    overflow: hidden;
    width: 480px;
    margin: 20px auto;
}
.time span{
    float: left;
    font-size: 14px;
    color: #666;
    margin: 1px 34px;
}
.update::before,.look::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 10px;
}
.update::before{
    width: 17px;
    height: 17px;
    background: url(../images/time.jpg);
}
.look::before{
    width: 23px;
    height: 14px;
    background: url(../images/visit.jpg);
}
.show_news_content{
    margin-top: 50px;
}
.show_news_content p{
    color: #828282;
    line-height: 30px;
    margin-top: 15px;
}
.show_news_content img{
}
/*fanye*/
.fy{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.fll{
    float: left;
}
.frr{
    float: right;
}
.fll,.frr{
    background: #00a38b;
    color: #fff;
    font-size: 15px;
    padding: 15px 30px;
    border-radius: 5px;
    position: relative;
    width: 300px;
    height: 85px;
    box-sizing: border-box;
}

.fll a,.frr a {
    display: block;
    color: #fff;
    margin-top: 15px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*page_contact*/
.page_contact{
    position: relative;
}
.page_contact h3{
    text-align: left;
    font-size: 48px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}
.page_contact em{
    color: #9fa09f;
    font-size: 15px;
}
.page_contact h4{
    font-size: 34px;
    color: #00a38b;
    margin: 30px 0
}
.page_contact ul{
    width: 90%;
}
.page_contact ul li{
    float: left;
    width: 30%;
    margin-right: 2%;
    color: #333;
    line-height: 40px;
}
.page_contact ul li::before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 20px;
    background-image: url(../images/contact_con.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 4px;
}
.page_contact ul li:nth-child(1)::before{
    background-position: 1px 0;
}
.page_contact ul li:nth-child(2)::before{
    background-position: -22px 0;
}
.page_contact ul li:nth-child(3)::before{
    background-position: -46px 0;
}
.msg{
    width: 100%;
    height: 350px;
    background: #00a38b;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 60px;
}
.msg span{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 52px 80px 0 80px;
}
.msg span i{
    font-size: 32px;
    color: #fff;
}
.msg span p {
    font-size: 14px;
    line-height: 26px;
    color: #8dded2;
    margin-top: 5px;
}
.msg form {
    width: 1200px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}
.msg form textarea{
    width: 380px;
    height: 50px;
    background: #fff;
    color: #666;
    font-size: 15px;
    padding-left: 20px;
    border: none;
    line-height: 50px;
}
.msg form input,.msg form button{
    width: 120px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding-left: 20px;
}
.msg form textarea,.msg form input,.msg form button{
    float: left;
    margin-left: 5px;
}
.yz{
    overflow: hidden;
    float: left;
}
.yz img{
    width: 140px;
    min-height: 50px;
    height: auto;
    margin-left: 5px;
}
.msg form button{
    background: #04826f;
    color: #fff;
    padding: 0;
    float: right;
    border-radius: 5px;
    cursor: pointer;
}
.hua{
    position: absolute;
    right: -86px;
    top: 0;
}
/*fenye1*/
.fenye1{
    height: 120px;
}
.fenye1 div{
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
}
.fenye1 div span{
    font-size: 15px; 
}
.current{
    padding: 5px 15px;
    border: 1px solid #00a38b;
    margin-right: 5px;
    background: #00a38b;
    color: #fff;
    font-size: 16px;
    border-radius: 30px; 
}
.fenye1 div a{
    padding: 5px 15px;
    border: 1px solid #cccccc;
    font-size: 16px;
    margin-right: 5px;
    border-radius: 30px;
    color: #00a38b;
}

