﻿
.news-detail-title {
    width: 1200px;
    margin: 0 auto;
    height: 160px;
    text-align: center;
}

    .news-detail-title h2 {
        font-size: 30px;
        padding-top: 80px;
        font-weight: bold;
        color: #2193E0;
        letter-spacing: 3px;
    }

    .news-detail-title p {
        padding-top: 15px;
        padding-bottom: 25px;
    }

        .news-detail-title p span {
            display: inline-block;
            margin-right: 40px;
            font-size: 13px;
            color: #898989;
        }

.onetitle {
    width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    color: black;
    margin-top: 50px;
    padding-top: 50px;
    margin-bottom: 10px;
}

.twotitle {
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
    color: #898989;
}

.onecontent {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
    font-size: 18px;
    color: #999999;
}

.flex-wrap {
    width: 80vw;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    margin-top: 50px;
}

.xtjgimg {
    margin: auto;
    width: 60%;
}

.xtjjdiv {
    padding-bottom: 50px;
    background-color: #f4f6f9;
}

.hxgndiv {
    padding-bottom: 80px;
}



.pagediv {
    width: 1200px;
    margin: auto;
}



.xtjjdiv {
    padding-bottom: 50px;
}

.xtgscontent {
    width: 60%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    color: #898989;
    line-height: 30px;
}

.hytditem {
    width: 32%;
    border: solid 1px #999999;
    text-align: center;
}

    .hytditem:hover {
        border: 0px;
        box-shadow: 0px 5px 7px 1px #999999;
    }

.itemlist {
    margin: 2%;
}

.hytditemimgdiv {
    margin-top: 60px;
    width: 100%;
    text-align: center;
}

    .hytditemimgdiv img {
        margin: auto;
    }

.hytditemtitle {
    margin: auto;
    width: 80%;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #898989;
}


.xtmkdiv {
    width: 80%;
    margin: auto;
    text-align: center;
    padding:50px 0px;
}

    .xtmkdiv img {
      width:45%;
      
    }
.zxnrdiv {
   width:100%;
   min-width:1200px;
   margin:auto;
   background:url('/images/datavisualization/zxnrbg.png') no-repeat;
   background-size:100% 100%;
   padding-bottom:50px;
}


.lddivs {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

    .lddivs img {
        height: 70%;
    }
.xtjmitem {
  width:50%;
  text-align:center;
  margin-top:40px;
}

.xtjmitem img{
    width: 94%;
}

















.mcontent {
    display: flex;
    margin: 10px 10%;
    height: 300px;
    background-color: #ffffff;
}

.mcontentleft {
    width: 30%;
    text-align: center;
    margin-top: 70px;
}

.mcontentright {
    width: 70%; 
}

.mcontentonetitle {
    margin-top: 70px;
    margin-left: 10%;
    font-size: 25px;
    font-weight: 600;
}

.mcontenttwotitle {
    margin-top: 20px;
    margin-left: 10%;
    font-size: 17px;
    color: #c2c2c2;
    line-height: 28px;
    width: 80%;
}

/* 代码整理：懒人之家 www.lanrenzhijia.com */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-size: 12px;
}

img {
    border: none;
}
/*public*/
.fl {
    display: inline;
    float: left
}

.fr {
    display: inline;
    float: right
}

.cf:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden
}

.cf {
    zoom: 1
}

.pb10 {
    padding-bottom: 10px
}

.mt10 {
    margin-top: 10px
}
/*main*/
.lanrenzhijia {
    min-width: 1200px;
    margin: 40px auto 0px;
    width: 80%;
  /*  background: #fff;*/
    padding: 15px;
}

    .lanrenzhijia .titlem {
        height: 50px;
        font-size: 18px;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 10px;
    }

    .lanrenzhijia .title h2 {
        font-size: 20px;
    }

    .lanrenzhijia .title-list {
        position: relative;
        top: 6px;
        width: 80%;
        margin: 0px 10%;
    }

        .lanrenzhijia .title-list li {
            width: 33%;
            line-height: 31px;
            text-align: center;
            float: left;
            display: inline;
        }

            .lanrenzhijia .title-list li.on {
                color: #63acfa;
                font-weight: bold;
            }

        .lanrenzhijia .title-list p {
            position: absolute;
            top: 55px;
            left: 0px;
            width: 25%;
            height: 7px;
            border-top: 1px solid #63acfa;
            overflow: hidden;
            text-align: center;
        }

        .lanrenzhijia .title-list b {
            display: inline-block;
            width: 0;
            height: 0;
            margin-top: -3px;
            border-style: solid dashed dashed dashed;
            border-width: 9px;
            border-color: #ff6600 #fff #fff #fff;
            overflow: hidden;
            zoom: 1;
            font-size: 0;
        }

.mobileitemimg {
    width: 30%;
    float: left
}

.mobileitemtitle {
    width: 70%;
    float: left;
    line-height: 38px;
    text-align: center
}

.product {
    height: auto;
    position: relative;
    overflow: hidden;
    display: none;
    margin-top: 20px;
}

    .product ul {
        position: absolute;
        left: 0px;
    }

.product-wrap .show {
    display: block;
}

.product-wrap .product li {
    float: left;
    display: inline;
    margin-left: 13px;
    background: #f3f3f3;
    border: 2px solid #fafafa;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

    .product-wrap .product li.ml0 {
        margin-left: 0px;
    }

    .product-wrap .product li a.imgwrap {
        display: block;
        width: 226px;
        height: 200px;
        background: #fff;
        text-align: center;
    }

    .product-wrap .product li p {
        padding-left: 15px;
        color: #666666;
        line-height: 22px;
    }

        .product-wrap .product li p a {
            color: #666666;
            text-decoration: none;
        }

            .product-wrap .product li p a:hover {
                color: #ff6600;
                text-decoration: none;
            }
/* 代码整理：懒人之家 www.lanrenzhijia.com */


