﻿@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%;    
}
.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);
}
.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;
}

.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: 120px;
    visibility: visible;
}
.sdivsh:hover .sdivhidden{/*侧面二级导航展开效果*/
    height: 120px;
	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*/
            color: #666;
            right: 20px;
            text-indent: 10px;
            display: block;
            width: 100%;
            height: 30px;
            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;
            }
.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;
}