﻿@charset "utf-8";

* {
    margin: 0px;
}

.clear {
    clear: both;
    width: 100%;
    height: 1px;
}

#toppic { /*顶部大图*/
    position: absolute;
    width: 100%;
    min-width: 1200px;
    height: 600px;
    left: 0px;
    top: 0px;
    background-size: 100% 100%;
}
#topiframediv { /*顶部大图*/
    position: absolute;
    width: 100%;
    min-width: 1200px;
    height: 505px;
    left: 0px;
    top: 0px;
}

.toppic1 {
    background-image: url(../img/toppic1.jpg);
}

.toppic2 {
    background-image: url(../img/toppic2.jpg);
}

.toppic3 {
    background-image: url(../img/toppic3.jpg);
}

.toppic4 {
    background-image: url(../img/toppic4.jpg);
}

.toppic5 {
    background-image: url(../img/toppic5.jpg);
}

.toppic6 {
    background-image: url(../img/toppic6.jpg);
}

.toppic7 {
    background-image: url(../img/toppic7.jpg);
}

.toppic8 {
    background-image: url(../img/toppic8.jpg);
}

.toppic9 {
    background-image: url(../img/toppic9.jpg);
}

.toppic10 {
    background-image: url(../img/toppic10.jpg);
}

.toppic11 {
    background-image: url(../img/toppic11.jpg);
}

.toppic12 {
    background-image: url(../img/toppic12.jpg);
}

.toppic13 {
    background-image: url(../img/toppic13.jpg);
}

.toppic14 {
    background-image: url(../img/toppic14.jpg);
}

.toppic15 {
    background-image: url(../img/toppic15.jpg);
}

.toppic16 {
    background-image: url(../img/toppic16.jpg);
}

.toppic17 {
    background-image: url(../img/toppic17.jpg);
}

.toppic18 {
    background-image: url(../img/toppic18.jpg);
}

.toppic19 {
    background-image: url(../img/toppic19.jpg);
}
.toppicjj {
    background-image: url(../img/toppicjj.jpg);
}
.toppichzy {
    background-image: url(../img/toppichzy.jpg);
}
.toppicorder { /*顶部大图*/
    background-image: url(../img/tpul1.jpg) !important;
}

#spt { /*页面小标题div*/
    position: relative;
    margin: 220px auto auto auto;
    width: 1200px;
    height: 120px;
    left: 0;
    right: 0;
    overflow: hidden;
}
.spt2 { /*页面小标题div,VR模式时不可点击遮挡,以便选择场景*/
    pointer-events: none
}

.spto { /*页面小标题圆圈li*/
    position: absolute;
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    border: #003aa5 solid 3px;
    top: 29px;
    left: 10px;
}

.spti { /*页面小标题圆圈 li*/
    position: absolute;
    display: block;
    height: 10px;
    width: 10px;
    background-color: #003aa5;
    border-radius: 5px;
    top: 35px;
    left: 16px;
}

#spt h2 { /*页面小标题大字H2*/
    font-weight: bolder;
    font-size: 35px;
    color: #003aa5;
    margin: 15px auto 10px 45px;
}

.spts { /*页面小标题小字li*/
    list-style: none;
    font-size: 18px;
    color: #175BAF;
    margin-left: 45px;
}

#wdiv { /*内容外块div*/
    position: relative;
    margin: 10px auto auto auto;
    width: 1200px;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000'); /*兼容ie*/
}


#location { /*现在位置div*/
    position: relative;
    top: 15px;
    height: 20px;
    width: 1130px;
}

    #location li { /*现在位置*/
        list-style: none;
        float: right;
    }

    #location a { /*现在位置*/
        position: relative;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        font-family: "宋体";
        text-decoration: none;
        margin-right: 7px;
        color: #666;
    }

    #location span { /*现在位置*/
        position: relative;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        font-family: "宋体";
        text-decoration: none;
        margin-right: 7px;
        color: #666;
    }

.homep { /*返回主页样式*/
    position: relative;
    display: inline-block;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url(../img/home.png);
    background-repeat: no-repeat;
}

#main { /*页面内容div*/
    position: relative;
    width: 1100px;
    float: left;
    margin: 40px 50px 50px 50px;
    background-image: url(../img/contentpage.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

#sidenav { /*侧面导航div*/
    position: relative;
    float: left;
    margin: 50px auto 50px 32px;
    width: 280px;
}

#sidenavlist li { /*侧面导航ul*/
    list-style: none;
}

    #sidenavlist li a { /*侧面导航div ul li a*/
        display: block;
        margin: auto auto auto 20px;
        width: 60%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-indent: 25px;
        color: #666;
        text-decoration: none;
        background-image: url(../img/unchosen.png);
        background-repeat: no-repeat;
        background-position: -10px 0%;
    }

.chosen { /*侧面选中导航div ul li a*/
    background-image: url(../img/chosen.png) !important;
    background-repeat: no-repeat;
    background-position: -10px 0%;
    color: #003aa5 !important;
}

#sidenavlist li a:hover { /*侧面导航选中过渡效果*/
    color: #003aa5;
    cursor: pointer;
    background-image: url(../img/chosen.png);
    background-repeat: no-repeat;
    background-position: -10px 0%;
}

.sdiv { /*侧面二级导航div*/
    position: relative;
    left: -30px;
    width: 280px;
    overflow: hidden;
}

.sdivhidden {
    visibility: hidden;
    height: 0px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.sdiv ul li a { /*侧面二级导航div*/
    background-image: none !important;
    width: 100%;
}

    .sdiv ul li a:hover { /*侧面二级导航div*/
        background-image: none !IMPORTANT;
    }

.chosensec { /*侧面二级导航选中展开效果*/
    height: 160px;
    visibility: visible;
}

/*.sdivsh:hover .sdivhidden {*/ /*侧面二级导航展开效果*/
    /*height: 160px;
    visibility: visible;
}*/
/*.chosensec2 {*/ /*侧面二级导航选中展开效果*/
    /*height: 80px;
    visibility: visible;
}*/

.sdivsh:hover .sdivhidden2 { /*侧面二级导航展开效果*/
    height: 80px;
    visibility: visible;
}
.sdivsh:hover .sdivhidden3 { /*侧面二级导航展开效果*/
    height: 120px;
    visibility: visible;
}
.sdivsh:hover .sdivhidden4 { /*侧面二级导航展开效果*/
    height: 160px;
    visibility: visible;
}

.cchosen { /*侧面三级导航选中效果*/
    color: #003aa5 !important;
}


#mainbody { /*页面正文*/
    position: relative;
    float: right;
    margin: 52px 25px auto auto;
    width: 700px;
    color: #666;
}

    #mainbody li { /*页面正文*/
        list-style: none;
        font-size: 13px;
    }

#mainbody2 { /*产品页面介绍正文*/
    position: relative;
    float: right;
    margin: 50px 25px auto auto;
    width: 700px;
    color: #666;
}

#mainbody3 { /*单个产品页面介绍正文*/
    position: relative;
    margin: auto;
    width: 880px;
    color: #666;
    background-color: #FFF;
    padding-top: 50px;
}

    #mainbody3 * { /*单个产品页面介绍正文*/
        list-style: none;
        font-size: 13px;
    }

.searchpro {
    width: 1000px !important;
}

.mbdnone { /*产品页面介绍正文切换样式*/
    display: none !important;
}

.newstitlelist { /*新闻标题ul*/
    width: 650px;
    margin-left: 30px;
}

    .newstitlelist li { /*新闻标题ul li*/
        list-style: none;
        font-size: 13px;
    }

        .newstitlelist li a { /*新闻标题ul li a*/
            display: block;
            color: #666;
            right: 20px;
            text-indent: 10px;
            display: block;
            width: 100%;
            height: auto;
            line-height: 30px;
            text-decoration: none;
            background-repeat: no-repeat;
            background-image: url(../img/listarr.png);
            vertical-align: middle;
            background-position: 0 5px;
        }

            .newstitlelist li a:hover { /*新闻标题ul li a*/
                color: #39f;
                text-decoration: underline;
                background-position: 0% -22px;
            }

            .newstitlelist li a span { /*新闻标题ul li a span日期*/
                float: right;
                position: relative;
                right: 50px;
                top: 0px;
            }

            .newstitlelist li a:hover span { /*新闻标题ul li a span日期*/
                color: #39f;
                text-decoration: underline;
            }
.investlist { /*新闻标题ul*/
    width: 650px;
    margin-left: 100px;
}

.investlist li { /*投资者标题ul li*/
    list-style: none;
    font-size: 13px;
}

    .investlist li a { /*投资者标题ul li a*/
        display: block;
        color: #666;
        right: 20px;
        text-indent: -55px;
        display: block;
        width: 100%;
        height: auto;
        line-height: 30px;
        text-decoration: none;
        background-repeat: no-repeat;
        background-image: url(../img/listarr.png);
        vertical-align: middle;
        background-position: 0 5px;
    }

        .investlist li a:hover { /*投资者标题ul li a*/
            color: #39f;
            text-decoration: underline;
            background-position: 0% -22px;
        }

        .investlist li a span { /*投资者标题ul li a span日期*/
            float: right;
            position: relative;
            right: 70px;
            top: 0px;
            color: #666;
        }

        .investlist li a:hover span { /*投资者标题ul li a span日期*/
            color: #39f;
            text-decoration: underline;
        }
.span2 {float: left!important;
        width:460px;
}

.nltbm {
    margin: 3px auto 50px auto;
}

#mmtitle { /*新闻正文标题*/
    text-align: center;
    font-size: 14px !important;
    font-weight: bold;
}

#mmmtitle, #mmtime {
    color: #666 !important;
}

#mmtimeli { /*新闻正文时间*/
    text-align: center;
    margin: 20px auto 20px auto;
}

#mmmain { /*新闻正文*/
    margin: auto;
    width: 95%;
}

.datalist { /*产品列表块正文高度*/
    height: auto;
    overflow: hidden;
    min-height: 670px;
}

.promain { /*单个产品*/
    display: block;
    height: 180px;
    width: 200px;
    float: left;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
}


    .promain a {
        text-decoration: none;
        line-height: 23px;
        text-align: center;
        vertical-align: middle;
        display: block;
        color: #666;
        font-family: "宋体";
    }

        .promain a img {
            height: 115px;
            width: 148px;
            margin-top: 10px;
            border: 1px solid #fff;
        }

    .promain:hover a {
        text-decoration: underline;
    }

        .promain:hover a strong {
        }

        .promain:hover a img {
            box-shadow: #666 0px 0px 10px;
        }





.pager { /*产品页翻页样式*/
    width: 550px;
    margin: 30px auto auto auto;
}

    .pager * {
        font-size: 13px;
        text-align: center;
        vertical-align: middle;
        color: #666;
        text-decoration: none;
    }

    .pager li * {
        width: auto;
        height: 30px;
        line-height: 30px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .pager li input, select {
        line-height: 20px !important;
        height: 20px !important;
        padding: 0 !important;
        text-align: center !important;
        vertical-align: middle !important;
    }

    .pager ul li span {
        top: 0px;
    }

    .pager ul li #Label1, .pager ul li #Label2 {
        position: relative;
        height: 30px;
        top: -2px;
    }

/*集团展示图片样式*/
.circularpicbox { /*集团展示大圆圈*/
    position: absolute;
    top: 50px;
    left: 120px;
    width: 420px;
    height: 420px;
    border-radius: 210px;
    border: 3px solid #dda2a2;
}

.circularpic { /*集团展示正图*/
    position: absolute;
    display: block !important;
    top: 7px;
    width: 90px !important;
    height: 90px !important;
    border-radius: 49px !important;
    background-size: cover;
    z-index: 0;
}

.circularpic0 {
    width: 200px !important;
    height: 200px !important;
    border-radius: 100px !important;
    top: 160px;
    left: 150px;
    background-image: url(../img/syb0.jpg);
    border: 4px solid #39f;
}
    .circularpic0hover {
        box-shadow: #39f 0px 0px 10px;
    }
    .circularpic0:hover {
        box-shadow: #39f 0px 0px 10px;
    }
.circularpic1 {
    top: 15px;
    left: 350px;
    background-image: url(../img/syb2.jpg);
    border: 4px solid #cb5abb;
}
    .circularpic1hover {
        box-shadow: #cb5abb 0px 0px 10px;
    }
    .circularpic1:hover {
        box-shadow: #cb5abb 0px 0px 10px;
    }
.circularpic2 {
    top: 130px;
    left: 475px;
    background-image: url(../img/syb3.jpg);
    border: 4px solid #9587ef;
}
    .circularpic2hover {
        box-shadow: #9587ef 0px 0px 10px;
    }
    .circularpic2:hover {
        box-shadow: #9587ef 0px 0px 10px;
    }
.circularpic3 {
    top: 310px;
    left: 475px;
    background-image: url(../img/syb4.jpg);
    border: 4px solid #b0d96c;
}
    .circularpic3hover {
        box-shadow: #b0d96c 0px 0px 10px;
    }
    .circularpic3:hover {
        box-shadow: #b0d96c 0px 0px 10px;
    }
.circularpic4 {
    top: 410px;
    left: 350px;
    background-image: url(../img/syb5.jpg);
    border: 4px solid #ffd800;
}
    .circularpic4hover {
        box-shadow: #ffd800 0px 0px 10px;
    }
    .circularpic4:hover {
        box-shadow: #ffd800 0px 0px 10px;
    }

.circularpictitle { /*集团展示说明文字*/
    position: absolute;
    display: block !important;
    width: 80px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center !important;
    vertical-align: middle !important;
    border-radius: 50px !important;
    color: #fff;
    overflow: hidden;
    z-index: 0;
}
.circularpictitle0 {
    top: 250px;
    left: 15px;
    background-color: #39f;
}
.circularpictitle1 {
    top: 45px;
    left: 470px;
    background-color: #cb5abb;
}
.circularpictitle2 {
    top: 160px;
    left: 595px;
    background-color: #9587ef;
}
.circularpictitle3 {
    top: 345px;
    left: 595px;
    background-color: #b0d96c;
}
.circularpictitle4 {
    top: 450px;
    left: 470px;
    background-color: #ffd800;
}

/*产业链圆形图片样式*/
.circularCP { 
    position: absolute;
    display: block !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50px !important;
    font-size: 16px;
    font-weight: bolder;
    line-height: 100px !important;
    text-align: center !important;
    vertical-align: middle !important;
    z-index: 0;
    text-decoration:none;
}
.circularCP00 {
    /*    top: 380px;
    left: 300px;
    color: #fff;
    background-color: #39f;*/
    top: 153px;
    left: 62px;
    width: 560px !important;
    height: 560px !important;
    border-radius: 280px !important;
    border: 1px solid #39f;
    color: #fff;
}
.circularCP0 {
    top: 380px;
    left: 300px;
    color: #fff;
    background-color: #39f;
}
.circularCP1 {
    top: 240px;
    left: 163px;
    color: #fff;
    background-color: #cb5abb;
}
    .circularCP1:hover {
        box-shadow: #cb5abb 0px 0px 10px;
    }
.circularCP2 {
    top: 380px;
    left: 35px;
    color: #fff;
    background-color: #ffd800;
}
    .circularCP2:hover {
        box-shadow: #ffd800 0px 0px 10px;
    }
.circularCP3 {
    top: 520px;
    left: 163px;
    color: #fff;
    background-color: #6c57ef;
}
    .circularCP3:hover {
        box-shadow: #6c57ef 0px 0px 10px;
    }
.circularCP4 {
    top: 90px;
    left: 490px;
    color: #fff;
    background-color: #a0d844;
}
    .circularCP4:hover {
        box-shadow: #a0d844 0px 0px 10px;
    }
.circularCP5 {
    top: 295px;
    left: 490px;
    color: #fff;
    background-color: #eb8e8e;
}
    .circularCP5:hover {
        box-shadow: #eb8e8e 0px 0px 10px;
    }
.circularCP6 {
    top: 475px;
    left: 490px;
    color: #fff;
    background-color: #003aa5;
}
    .circularCP6:hover {
        box-shadow: #003aa5 0px 0px 10px;
    }
.circularCP7 {
    top: 680px;
    left: 490px;
    color: #fff;
    background-color: #11c5f6;
}
    .circularCP7:hover {
        box-shadow: #11c5f6 0px 0px 10px;
    }
.circularCPTitle {
    position: absolute;
    display: block !important;
    width: 110px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center !important;
    vertical-align: middle !important;
    border-radius: 50px !important;
    color: #fff;
    overflow: hidden;
    z-index: 0;
    text-decoration: none;
}
    .circularCPTitle:hover {
        box-shadow: #999 0px 0px 10px;
    }
    .circularCPTitle11 {
        top: 245px;
        left: 40px;
        background-color: #cb5abb;
    }

.circularCPTitle12 {
    top: 295px;
    left: 40px;
    background-color: #cb5abb;
}

.circularCPTitle41 {
    top: 50px;
    left: 600px;
    background-color: #a0d844;
}
.circularCPTitle42 {
    top: 100px;
    left: 600px;
    background-color: #a0d844;
}
.circularCPTitle43 {
    top: 150px;
    left: 600px;
    background-color: #a0d844;
}
.circularCPTitle44 {
    top: 200px;
    left: 600px;
    background-color: #a0d844;
}
.circularCPTitle51 {
    top: 280px;
    left: 600px;
    background-color: #eb8e8e;
}
.circularCPTitle52 {
    top: 330px;
    left: 600px;
    background-color: #eb8e8e;
}
.circularCPTitle53 {
    top: 380px;
    left: 600px;
    background-color: #eb8e8e;
}
.circularCPTitle61 {
    top: 460px;
    left: 600px;
    background-color: #003aa5;
}

.circularCPTitle62 {
    top: 510px;
    left: 600px;
    background-color: #003aa5;
}

.circularCPTitle63 {
    top: 560px;
    left: 600px;
    background-color: #003aa5;
}
.circularCPTitle71 {
    top: 640px;
    left: 600px;
    background-color: #11c5f6;
}

.circularCPTitle72 {
    top: 690px;
    left: 600px;
    background-color: #11c5f6;
}

.circularCPTitle73 {
    top: 740px;
    left: 600px;
    background-color: #11c5f6;
}

.circularCPTitle74 {
    top: 790px;
    left: 600px;
    background-color: #11c5f6;
}


.circularpicbox103 {
    position: absolute;
    top: 228px;
    left: 65px;
    width: 300px;
    height: 400px;
    background: radial-gradient( 140px 140px ellipse, transparent 120px, #6c57ef 121px, transparent 122px ) no-repeat;
    background-position: 0px;
}

.circularpicbox506 {
    position: absolute;
    top: 230px;
    left: 375px;
    width: 170px;
    height: 400px;
    background: radial-gradient( 110px 110px ellipse, transparent 90px, #eb8e8e 91px, transparent 92px ) no-repeat;
    background-position: 10px;
}
.circularpicbox407 {
    position: absolute;
    top: 90px;
    left: 355px;
    width: 220px;
    height: 690px;
    background: radial-gradient( 170px 200px ellipse at 250px, transparent 250px, #11c5f6 251px, transparent 252px ) no-repeat;
    background-position: 0px;
}
