﻿﻿/*通用*/
body{
    font-family: 微软雅黑;
}
ul,li,div,p,ol{
    margin: 0px;
    padding: 0px;
}
.w1100{
    width: 1200px;
	background:#fff;
}
.center{
    margin:  0 auto;
}
/*head*/
.head-bg{
    width: 100%;
    height: 40px;
    background-color: #ededed;
    line-height: 40px;
}
.head{
    color: #333333;
    font-size: 13px;
    text-align: right;
}
.head a{
    color: #333333;
    font-size: 13px;
}
.head a:hover{
    color: #FF0000;
}
/*logo*/
.logo-bg{
    width: 100%;
    height: 150px;
    background-color: #d6d6d6;
}
.logo{
    width: 171px;
    height: 33px;
    padding-top: 60px;
}
.logo img{
    width: 171px;
    height: 33px;
}
/*mid-nav*/
.mi-nav-bg{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: #ffffff;
    background-color: #427fda;
    text-align: center;
    font-weight: lighter;
}
/*mid-nav*/
/*当前位置*/
.dqwz-bg{
    width:1200px;
	margin:0 auto;
    height: 40px;
    background-color: #fff;
}
.dqwz{
    height: 40px;
    background: url("dqwz_img.png") 20px  no-repeat;
    color: #454545;
    font-size: 13px;
	padding-left:40px;
}
.dqwz a{
    color: #454545;
}
.dqwz-bg table{
    margin-left: 22px;
}
/*当前位置结束*/
.main-fl{
    float: left;
    width: 100%;
    min-height: auto;
    /*border: solid 1px #d6d6d6;*/
    padding: 37px 110px 40px 111px;
}
.main-fl-tit{
    width: 100%;
    text-align: center;
    font-size: 27px;
    color: #000000;
}
.main-fl-xian{
    width: 100%;
    height: 1px;
    background-color: #717171;
}
.main-fl-riqi{
    width: 100%;
}
.main-fl-riqi-1{
    width: 55%;
    color: #333333;
    font-size: 15px;
    margin-left: 155px;
}
.main-fl-riqi-2{
    height: 24px;
}
.main-fl p{
    color: #333333;
    font-size: 16px;
    line-height: 31px;
    text-indent: 2em;
    margin-top: 12px;
}
.zoomCon{
    text-align: justify;
}

.main-fl-bjxx{
    width: 100%;
    text-align: right;
    margin-top: 40px;
    color: #333333;
    line-height: 30px;
    font-size: 15px;
}
.main-fl-gn{
    width: 100%;
    height: 40px;
    background-color: #f1f1f1;
    line-height: 40px;
}
.main-fl-gn span{
    color: #fa0505;
    font-size: 15px;
}
.main-fl-gn a{
    color: #027bc2;
    font-size: 15px;
    text-decoration: underline;
    margin-left: 15px;
}
.printer{
    width: 50px;
    height: 40px;
    background: url("printer.png") 1px  no-repeat;
    text-align: right;
    margin-right: 20px;
    cursor: pointer;
}
.close{
    width: 50px;
    height: 40px;
    background: url("close.png") 1px no-repeat;
    text-align: right;
    cursor: pointer;
}
.main-fl-xian2{
    border-top: dashed 1px #c5c5c5;
}
.main-fl-syp{
     color: #333333;
     font-size: 15px;
    margin-top: 20px;
 }
.main-fl-syp a{
    color: #333333;
    font-size: 15px;
}
.main-fl-xyp{
    color: #333333;
    font-size: 15px;
    margin-top: 20px;
}
.main-fl-xyp a{
    color: #333333;
    font-size: 15px;
}
/*底部*/
.foot-bg1{
    width: 100%;
    height: 40px;
    background-color: #427fda;
    line-height: 40px;
}
.foot-bg2{
    width: 100%;
    height: 110px;
    background-color: #dbdbdb;
    line-height: 110px;
}
.foot1{
    text-align: center;
    color: #ffffff;
}
.foot2{
    text-align: center;
    color: #999999;
}


/*手机端*/
@media only screen and (max-width:768px){
    .w1100{
        width: 100%;
    }
    /*head*/
    .head-bg{
        width: 100%;
        height: 40px;
        background-color: #ededed;
        line-height: 40px;
        display: none;
    }
    .head{
        color: #333333;
        font-size: 13px;
        text-align: right;
    }
    .head a{
        color: #333333;
        font-size: 13px;
    }
    .head a:hover{
        color: #FF0000;
    }
    /*logo*/
    .logo-bg{
        width: 100%;
        height: auto;
        background-color: #d6d6d6;
    }
    .logo{
        width: 100%;
        height: auto;
        padding-top: 0px;
    }
    .logo img{
        width: 100%;
        height: auto;
    }
    /*mid-nav*/
    .mi-nav-bg{
        width: 100%;
        height: 96px;
        line-height: 96px;
        font-size: 17px;
        color: #ffffff;
        background-color: #427fda;
        text-align: center;
        font-weight: lighter;
        display: none;
    }
    /*mid-nav*/
    /*当前位置*/
    .dqwz-bg{
        width: 100%;
        height: 40px;
        background-color: #ededed;
        display: none;
    }
    .dqwz{
        height: 40px;
        background: url("dqwz_img.png")1px  no-repeat;
        color: #454545;
        font-size: 13px;
    }
    .dqwz a{
        color: #454545;
    }
    .dqwz-bg table{
        margin-left: 22px;
    }
    /*当前位置结束*/
    .main-fl{
        border: solid 1px #d6d6d6;
        padding: 45px 12px 0px 12px;
    }
    .main-fl-tit{
        width: 100%;
        text-align: justify;
        font-size: 1.8em;
        color: #000000;
    }
    .main-fl-xian{
        width: 100%;
        height: 2px;
        background-color: #717171;
        display: none;
    }
    .main-fl-riqi{
        width: 100%;
    }
    .main-fl-riqi-1{
        width: 100%;
        color: #999999;
        font-size: 0.8em;
        margin-left: 0px;
        margin-top: -20px;
    }
    .main-fl-riqi-1>span:last-child{
        display: none;
    }
    .main-fl-riqi-2{
        width: 110px;
        height: 24px;
        float: right !important;
        position: relative;
        top: 8px;
        display: none;
    }
    .main-fl p{
        color: #333333;
        font-size: 1.3em;
        line-height: 1.5em;
        text-indent: 2em;
        margin-top: 10px;
        text-align: justify;
    }
    .main-fl-bjxx{
        width: 100%;
        text-align: right;
        margin-top: 10px;
        color: #333333;
        line-height: 30px;
        font-size: 15px;
    }
    .main-fl-gn{
        width: 100%;
        height: 65px;
        background-color: #f1f1f1;
        line-height: 20px;
        display: none;
    }
    .main-fl-gn span{
        color: #fa0505;
        font-size: 0.8em;
        margin-left: -2px !important;
    }
    .main-fl-gn a{
        color: #027bc2;
        font-size: 0.8em;
        text-decoration: underline;
        margin-left: 0px;
        display: block;
    }
    .printer{
        width: 50px;
        height: 40px;
        background: url("printer.png")1px  no-repeat;
        text-align: right;
        margin-right: 20px;
        cursor: pointer;
        display: none;
    }
    .close{
        width: 50px;
        height: 40px;
        background: url("close.png") 1px no-repeat;
        text-align: right;
        cursor: pointer;
        display: none;
    }
    .main-fl-xian2{
        border-top: dashed 1px #c5c5c5;
    }
    .main-fl-syp{
        color: #333333;
        font-size: 1em;
        margin-top: 10px;
        display: none;
    }
    .main-fl-syp a{
        color: #333333;
    }
    .main-fl-xyp{
        color: #333333;
        font-size: 1em;
        margin-top: 10px;
        display: none;
    }
    .main-fl-xyp a{
        color: #333333;
    }
    /*底部*/
    .foot-bg1{
        width: 100%;
        height: 40px;
        background-color: #427fda;
        line-height: 40px;
        display: none;
    }
    .foot-bg2{
        width: 100%;
        height: 80px;
        background-color: #dbdbdb;
        line-height: 80px;
    }
    .foot1{
        text-align: center;
        color: #ffffff;
        display: none;
    }
    .foot2{
        text-align: center;
        color: #999999;
    }
    /*覆盖样式*/
    .bt-height-30{
        height: 2px;
        width: 100%;
        background-color: #333333;
    }
    .kj-40{
        height: 0px !important;
    }
    .bt-clear{
        height: 0px !important;
    }
}


/*新增*/
/*头部*/
.logo-xxgklogo{
	width: 1200px;
	height: 230px;
}
.logo{
	margin-top: 70px;
}
.nav-sitelink{
	width: 1200px;
	height: 50px;
	background: url(nav-sitelink.jpg) no-repeat 0 center;
}
.nav{
	width: 930px;
	height: 50px;
	line-height: 50px;
}
.nav ul li{
	width: 150px;
	height: 50px;
	float: left;
	text-align: center;
	background: url(nava.png) no-repeat 0 center;
}
.nav ul li:hover{
	width: 150px;
	float: left;
	text-align: center;
}
.nav ul li a{
	display: block;
	width: 150px;
	height: 50px;
	color: #fff;
}
.nav ul li a:hover{
	display: block;
	width: 150px;
	height: 50px;
	color: #355e92;
	font-weight: bold;
	background: url(navhover.jpg) no-repeat 0 center;
}
.sitelink{
	width: 230px;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
}
.sitelink a{
	color: #fff;
}


.friend-link{width: 100%;height: 55px;border-top: 2px solid #2a77bf;margin-top:33px;}
.friend-link .wd1200{height: 55px;}
.friend-title{font-size: 19px;font-weight: bold;color:#315a8f;line-height: 55px;}
.select{position:relative;width: 204px;height: 35px;line-height: 35px;border: 1px solid #d4dce1;margin:10px 0 0 20px;padding-left: 16px;background:#f2f9fe url("/picture/193/1904111145098444556.png") 174px center no-repeat;}
.xiala-list{width: 1200px;height: auto;position: absolute;left: -100px;top:45px;background-color: #F7F7F7;padding: 10px 20px;display: none;}
.xiala-list li{width:195px;margin: 10px 18px;font-size: 15px;color: #333;height: 28px;line-height: 28px;float: left;}
.cs{background-position-x: 185px!important;}
.cy{background-position-x: 163px!important;}