@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";


}
body{background-color: #fff; }
header,footer{display:block;background: #fff;}
ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}
/* header部分 */
header{
    width: 100%;
    height: 90px;
}
header img{
    margin-left: 12%;
    margin-top: 1%;
}
.nav {
    background-color: #114694;
    height: 76px;
/*    overflow: hidden*/
}

.nav ul {
    width: 1285px;
    margin: 0 auto;
    height: 76px;
}

.nav ul li {
    float: left;
    width: 181px;
    height: 76px;
    line-height: 76px;
    border-left: 1px solid #316cc3;
    position: relative;
}

.nav ul li a {
    text-decoration: none;
    color:#fff;
}

.nav ul li:last-child {
    border-right: 1px solid #316cc3;
}

.nav ul li a {
    display: inline-block;
    width: 180px;
    height: 76px;
    border-left: 1px solid #0e3d82;
    text-align: center;
}

.nav ul li a:last-child {
    width: 179px;
    border-right: 1px solid #0e3d82;
}

/*二级导航*/
.nav li.selected .submenu{display:block;}
.nav li .submenu{ z-index:9999;display:none;}
.nav li:hover .submenu{ z-index:9999;display:block;}
.nav li .submenu li{z-index:9999;background: #114694; height: 40px; line-height: 40px;float: none;border:none;border-top: 1px solid #316cc3;}
.nav li .submenu li a{font-size:14px;color:#fff;border: none;height: 40px; line-height: 40px; }

.quan{ width:1100px; margin:0 auto;padding: 30px 0;}
.quan p {font-size: 16px;}
.quan p span{font-size: 16px;}

*{ margin:0; padding:0; list-style:none;}
img{ border:0;}
.ban{ width:508px; height:425px; position:relative; overflow:hidden;margin: auto 0 auto; float:left;}
.ban2{ width:500px; height:330px; position:relative; overflow:hidden; margin:20px auto;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:500px; height:334px;overflow: hidden;text-align: center}
.ban2 ul li img{height: 88%;}
.prev{ float:left; cursor:pointer;}
.num{ height:82px;overflow:hidden; width:430px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:500px;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:80px; height:80px; margin-right:5px; padding:1px;}
.num ul li.on{ border:1px solid red; padding:0;}
.prev_btn1{ width:16px; text-align:center; height:18px; margin-top:40px; margin-right:20px; cursor:pointer; float:left;}
.next_btn1{  width:16px; text-align:center; height:18px; margin-top:40px;cursor:pointer;float:right;}
.prev1{ position:absolute; top:145px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer; float:left;}
.next1{ position:absolute; top:145px; right:20px; width:28px; height:51px;z-index:9;cursor:pointer; float:right;}
.mhc{ background:#000; width:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50); position:absolute; left:0; top:0; display:none;}
.pop_up{ width:500px; height:500px; padding:10px; background:#fff; position:fixed; -position:absolute; left:50%; top:50%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
.pop_up_xx{ width:40px; height:40px; position:absolute; top:-40px; right:0; cursor:pointer;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden; float:left;}
.pop_up2 ul{ position:absolute; left:0; top:0;}
.pop_up2 ul li{ width:500px; height:500px; float:left;}
.yi{ /*height:508px;*/height:368px; width:1100px; margin-top:20px;}
.yip{ width:460px; float:right;height:345px; margin-top:15px;}
.yip p{ font-size:18px; margin-top:12px;}
.cp p{ font-size:24px; background:#d9d9d9; width:100%; height:68px; line-height:68px; text-align:center;}
.quans{ background:url(../images/san_02.jpg) center repeat-y; width:100%;}
.syz{ width:907px; height: 215px;padding-top:50px;}
.syz span{ padding-left:2em;}
.spjs{height: 215px; width:1065px; margin-top:50px;}
.spjs span{ padding-left:2em;}
.spm{ width:738px; overflow:hidden; float:left; height:215px;}
.jjz{height: 215px; width:907px; margin-top:50px;}
.jjz span{ padding-left:2em;}

.yip .dianpu a{
    display: inline-block;
    margin-right: 30px;
    margin-top: 20px;
    background: #0475d5;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    text-decoration:none;
}
footer {
    color: #fff;
    width: 100%;
    height: 320px;
    background-color: #114694;
}


footer>div {
    width: 28%;
    height: 187px;
    margin-top: 55px;
}

.leftPart {
    text-align: center;
}


.leftPart>img {
    margin: 20px 0 20px 0;
}

.leftPart p img {
    width: 35px;
    height: 35px;
    position: relative;
    top: 10px;
}

.centerPart p {
    font-size: 14px;
    height: 150px;
    line-height: 30px;
}

.centerPart span {
    font-size: 12px;
}

.rightPart {
    text-align: center;
}

.rightPart img {
    margin-top: 30px;
}


