/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre,form, fieldset, legend, button, input, textarea,th,td,img{border:medium none;margin:0;padding:0;}
em{font-style:normal;}
ul, ol{list-style: none;}
table{border-collapse: collapse;border-spacing: 0; }
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{outline:none!important;}
a:hover{color:#355e92;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
body{margin:0; padding:0;font-size: 18px;background: #fff;}/*commom style*/
.w1200,.inner{
    width: 1200px;
    margin: 0 auto;
}
/* 阴影 */
.css_shadow {
    /*定义一个宽度*/
    /*定义一个高度*/
    background: #fff;
    color: #333;
    /*以下为重点*/
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";  /* For IE 8 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    /* For IE 5.5 - 7 */
    -moz-box-shadow: 2px 2px 10px #909090;
    /* for firefox */
    -webkit-box-shadow: 2px 2px 10px #909090;
    /* for safari or chrome */
    box-shadow: 2px 2px 10px #909090;
    /* for opera or ie9 */
}
/* banner */

.banner{
    width: 100%;
}
.banner .tp{
    width: 100%;
    height: 197px;
    background: url(banner.png) no-repeat center;
}

.banner .nav{
    width: 100%;
    height: 63px;
    background: #191c32 url(navbg.png) no-repeat center;
}

.banner .nav ul li{
    cursor:pointer;
    width: 114px;
    line-height: 63px;
    float: left;
    text-align: center;
    background: url(sx.png) no-repeat right center; 
}
.banner .nav ul li.li1{
    margin-left: 203px;
}
.banner .nav ul li.li6{
    background: none;
}
.banner .nav ul li.li6:hover{
    font-weight: bold;
    background: #1593c7;
}
.banner .nav ul li:hover{
	font-weight: bold;
    background: #1593c7;
}
/* main start */
/* main */
/* 中心简介 */
.gywm {
    width: 100%;height:800px
}
.title{
    width: 240px;
   height:55px;
   background:url(zxjj01.png) no-repeat;
   margin:50px auto 40px;
   line-height: 55px;
}

.title .tit a{
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-left:50px;
}
.gywm .con{
    width: 100%;
    margin-top: 26px;
}
.gywm .con img{
    width: 610px;
    height: 400px;
    float: left;
    padding-right: 30px;
}
.gywm .con p{
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 38px;
    text-indent: 38px;
    text-align: justify;
}


.zxmb{
    width: 100%;
}

.zxmb .con{
    width: 100%;
    margin-top: 29px;
}
/* 中心定位 */
.zxdw{
    width: 100%;
    height: 400px;
    background:url(zxdw.png) no-repeat top;
}

.wh1 li{
    width:200px;
    height:70px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    float: left;
    text-align: center;
    line-height: 70px;
    margin-left: 100px;
}
.wh1{padding-left: 100px;padding-top:90px;}
.wh2 li{
    width:250px;
    font-size: 18px;
    color: #fff;
    float: left;
    text-align: center;
    margin-top: 150px;
}
.wh2 li:nth-child(1){margin-left: 20px;}
.wh2 li:nth-child(2){margin-left: 50px;}
.wh2 li:nth-child(3){margin-left: 60px;}
.wh2 li:nth-child(4){margin-left: 60px;}
/* 中心文化 */
.zxwh{
    width: 100%;
    height: 480px;
    background:#f8f8f8;
    padding-top:50px;
}
.zxwh .w1200>div img{
    display: inline-block;
    margin-bottom: 20px;
}
.zxwh .w1200>div{
    width:380px;
    float: left;
    height:360px;
    background:#fff;
    margin-left:30px;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
}
.zxwh .w1200>div:nth-child(1){margin-left:0px;}