* {
    padding: 0;
    margin: 0;}

a {
    text-decoration: none;
    color: #000;}

li {
    list-style: none;}

#app {
    max-width: 1920px;}

body {
    min-width: 1440px;}


/* 头部 */

#head {
    width: 1460px;
    height: 160px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url(../images/top-bg.jpg);
    background-position: -160px center;
    box-sizing: border-box;
    padding-left: 752px;}

.head-inner {
    width: 670px;
    overflow: hidden;}

#head ul {
    float: left;
    margin-top: 10px;}

#head ul:nth-child(2) {
    margin-left: 55px;}

#head ul li {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    background: url(../images/list_label.jpg) no-repeat left top 4px;
    padding-left: 28px;
    margin-bottom: 15px;}


/* 头部end */


/* 导航和banner */

#nav {
    overflow: hidden;
    position: relative;
    margin: 0 auto;}

.navi {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    background-color: #2C6EDA;
    margin: 0 auto;}

.nav-i {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;}

.nav-i>li {
    float: left;
    /* width: 200px; */
    width: 175px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;}

.nav-i li a {
    color: #fff;
    font-size: 24px;}

.nav-i li:hover {
    background-color: rgba(0, 0, 0, 0.3);}

.banner {
    height: 600px;
    overflow: hidden;
    position: relative;}

.banner ul {
    overflow: hidden;
    position: absolute;
    top: 525px;
    left: 50%;
    transform: translateX(-155px);}

.banner ul li {
    float: left;
    background-color: #fff;
    width: 50px;
    height: 5px;
    margin-right: 20px;}

.banner ul .change {
    width: 80px;
    height: 5px;
    background-color: #2c6eda;}

.bto {
    width: 100%;
    height: 0;
    /* overflow: hidden; */
    box-sizing: border-box;
    padding: 0 180px;
    position: absolute;
    top: 200px;}

.bto a {
    float: left;
    display: block;
    width: 60px;
    height: 250px;
    line-height: 250px;
    background-color: rgba(0, 0, 0, 0.5);
    transform: rotateY(180deg);}

.bto a:nth-child(2) {
    float: right;
    transform: rotateY(0deg);}

.bto a span {
    font-size: 60px;
    color: #fff;
    transform: scale(222);}

.car {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;}


/* .car-img{
	float: left;
} */


/* 导航和banner end */


/* 资讯 */

#info {
    /* max-width: 1920px; */
    box-sizing: border-box;
    padding-top: 30px;
    overflow: hidden;}

.info-x {
    width: 1400px;
    margin: 0 auto;}

.info-letf {
    width: 800px;
    float: left;
    background-color: #fff;}

.info-letf .hei {
    display: block;
    float: left;
    background-color: #fff;
    height: 40px;
    width: 8px;
    margin-top: 5px;}

.spc {
    float: left;}

.spc li {
    float: left;
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-right: 2px solid #b2b2b2;
    font-size: 30px;}

.spc li:nth-child(3) {
    border: 0;}

.spc li span {
    font-size: 30px;
    margin-right: 25px;}

.spc li:hover {
    color: #2c6eda;}

.one {
    color: #2c6eda;}

.cont {
    clear: both;
    display: none;}

.cont-d {
    display: block;}

.cont ul li {
    border-bottom: 1px solid #b2b2b2;
    height: 90px;
    box-sizing: border-box;
    padding: 25px;
    clear: both;
    transition: all 0.5s;
    overflow: hidden;}

.cont-x li div {
    float: left;}

.cont-x1 {
    height: 50px;
    border-left: 5px solid #2C6EDA;
    padding-left: 30px;}

.cont-x1 p {
    color: #2C6EDA;
    font-size: 24px;}

.cont-x1 p:nth-child(2) {
    font-size: 16px;}

.cont-x2 {
    margin-left: 45px;
    width: 590px;}

.cont-x2 p {
    color: #000;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.cont-x2 p:nth-child(2) {
    font-size: 14px;
    margin-top: 8px;
    color: #9c9c9c;}

.cont ul li:hover {
    background-color: #2C6EDA;
    border-radius: 40px 0 40px 0;}

.cont ul li:hover .cont-x1 {
    border-left: 5px solid #fff;}

.cont ul li:hover p {
    color: #fff;}

.info-letf .more a {
    display: block;
    box-sizing: border-box;
    text-align: right;
    padding: 25px 60px 0 0;
    font-size: 24px;}

.info-right {
    margin-left: 100px;
    width: 500px;
    float: left;}

.info-right .h1 {
    width: 500px;
    box-sizing: border-box;
    padding: 0 40px;}

.h1 h2 {
    height: 42px;
    text-align: center;
    background: url(../images/bac_zd.jpg) no-repeat left top 20px;}

.h1 h2 span {
    font-size: 35px;
    margin-right: 20px;}

.info-right ul {
    margin-top: 22px;}

.info-right ul li {
    margin-top: 10px;
    width: 500px;
    height: 80px;
    box-sizing: border-box;
    padding: 18px 35px;
    background-color: #fff;
    box-shadow: #b2b2b2 0px 0px 5px 1px;
    transition: all 0.5s;}

.info-right ul li p {
    width: 430px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;}

.info-right ul li p:nth-child(2) {
    font-size: 14px;
    color: #2c6eda;
    margin-top: 10px;}

.info-right ul li p:nth-child(2) span {
    font-size: 15px;
    margin-right: 20px;}

.info-right ul li:hover {
    background-color: #2C6EDA;
    border-radius: 40px 0 40px 0;
    box-shadow: #b2b2b2 0px 0px 0px 0px;}

.info-right ul li:hover p {
    color: #fff;}

.info-right .more a {
    display: block;
    box-sizing: border-box;
    text-align: right;
    padding: 25px 60px 0 0;
    font-size: 24px;}


/* 资讯end */


/* 轮播 */

#cartoon {
    /* max-width: 1920px; */
    margin-top: 55px;}

.title {
    text-align: center;}

.title p {
    font-size: 24px;
    color: #2C6EDA;}

.title p:nth-child(2) {
    font-size: 14px;
    color: #9C9C9C;
    margin-top: 10px;}

.trees,
.honor {
    width: 1400px;
    margin: 0 auto;}

.honor {
    margin-top: 55px;}

.roll {
    width: 100%;
    height: 250px;
    background-color: #f3f3f3;
    margin-top: 10px;
    overflow: hidden;
    position: relative;}

.roll ul {
    width: 5000px;
    height: 200px;
    margin-top: 25px;
    overflow: hidden;}

.roll ul li {
    float: left;
    width: 300px;
    height: 200px;
    margin-right: 60px;
    position: relative;}

.r1 .WD {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;}

.r1-x {
    position: absolute;}

.slide {
    transition: all 0.5s;}

.lun {
    width: 100%;
    box-sizing: border-box;
    padding: 0 45px;
    overflow: hidden;
    position: absolute;
    top: 55px;}

.lun-x {
    display: block;
    width: 50px;
    height: 135px;
    line-height: 135px;
    background-color: rgba(0, 0, 0, 0.3);
    float: right;}

.lun-x span {
    font-size: 55px;
    color: #f3f3f3;}

.lun-letf {
    float: left;
    transform: rotateY(180deg);}

.yyy {
    position: absolute;}

.roll img {
    width: 300px;
    height: 200px;}


/* 轮播end */

#footer {
    background-color: #505050;}

#footer p {
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;}

.banners-x img {
    width: 100%;
    height: 600px;}

.system-title {
    border-bottom: 1px dashed #ccc;}

.system-title h2 {
    margin-top: 24px;
    font-size: 24px;
    text-align: center;}

.system-title p {
    font-size: 14px;
    margin: 20px 0 27px 0;
    text-align: center;}

.system-nr {
    margin-top: 18px;}

.system-nr p {
    font-family: "SimSun", ;
    font-size: 16px;
    line-height: 26px;
    text-indent: 2em;}

.nav-wuhu {
    margin-top: 40px;}

.nav-wuhu span {
    font-size: 14px;}

.nav-wuhu a {
    font-size: 14px;
    color: #7122B4;}

.makes {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;}

.article {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;}

.item-icon {
    font-size: .9em !important;}

.hand-right-nav {
    background: url(../images/jianbian.jpg) no-repeat left top 38px;
    padding-bottom: 20px;}



/****************banner******************/
	/* 本例子css */
		.slideBox{ width:100%; height:600px; overflow:hidden; position:relative;  }
		.slideBox .hd{ height:5px; overflow:hidden; position:absolute; right:45%; bottom:15px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:8px;  width:50px; height:8px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#2c6eda; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%; height:600px; display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:50px; height:60px; background:url(../images/btnz.png)  no-repeat;   }
		.slideBox .next{ position:absolute; right:3%; top:50%; margin-top:-25px; display:block; width:50px; height:60px; background:url(../images/btnr.png)  no-repeat;  }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }

/**************************/

#demo {overflow:hidden;position: relative;float:right;width: 100%;
    height: 250px;
    background-color: #f3f3f3;
    margin-top: 10px;
    overflow: hidden;
  } 
#demo img{width: 300px;
    height: 200px;}
#indemo{float:left;width:800%;}
#demo1{float:left;}
#demo2{float:left;}
.ww{float: left;
    width: 300px;
    height: 200px;
    margin-right: 60px;
    position: relative;}
.ww span{width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;z-index:1;margin-left:60px;}

/*************************/
		/* 本例子css */
		.picScroll-left{ overflow:hidden; position:relative;   }
		.picScroll-left .hd{ overflow:hidden;  height:60px; position: absolute;z-index: 1; top: 100px;width:100%; }
		.picScroll-left .hd .prev{ display:block;  width:50px; height:60px; float:left; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url(../images/btnz.png)  no-repeat; }
                .picScroll-left .hd .next{ display:block;  width:50px; height:60px; float:right; right:5px; margin-top:10px;  overflow:hidden;cursor:pointer; background:url("../images/btnr.png") 0 0 no-repeat;}
		

		.picScroll-left .bd{ width: 100%;
    height: 250px;
    background-color: #f3f3f3;
    margin-top: 10px;
    overflow: hidden;
    position: relative; }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1;margin-top:25px!important; }
		.picScroll-left .bd ul li{ float: left;
    width: 300px;
    height: 200px;
    margin-right: 60px;
    position: relative;float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width: 300px;
    height: 200px; display:block;  }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picScroll-left .bd ul li .title{ line-height:24px;   }