/*首页*/
.index{
	padding-top: 15px;
}

.banner{
	overflow: hidden;
}
.banner .slider{
	float: left;
	margin-bottom: 14px;
	width: 624px;
	height: 350px;
}

.slider .swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	border-radius: 2px;
}
.slider .swiper-pagination-bullet{
	background: #fff;
	opacity: .5;
}
.slider .swiper-pagination-bullet-active{
	opacity: 1;
	background-color: #fff;
}
.slider .swiper-pagination{
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
}

.banner .hot{
	float: left;
	width: 576px;
}
.banner .hot .item{
	position: relative;
	float: left;
	margin-left: 14px;
	margin-bottom: 14px;
	width: 274px;
	height: 168px;
}
.banner .hot .item .tag{
	position: absolute;
	top: 12px;
	left:12px;
	width:70px;
	height:22px;
	background:rgba(0,0,0,.3);
	border-radius:11px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
.banner .hot .item img{
	width: 274px;
	height: 168px;
	border-radius: 4px;
}
.banner .hot .item .title{
	position: absolute;
	left: 12px;
	bottom:12px;
	color: #fff;
}

.body{
	padding-top: 10px;
	overflow: hidden;
}
.body .left{
	float: left;
	width: 760px;
}
.body .left .list .item{
	padding: 20px 0;
	border-bottom: solid 1px #e6e6e6;
	overflow: hidden;
}
.body .left .list .item .img{
	float: left;
	width: 250px;
	height: 160px;
}
.body .left .list .item .img img{
	width: 250px;
	height: 160px;
}
.body .left .list .item .con{
	position: relative;
	float: left;
	padding-left: 20px;
	width: 480px;
	height: 160px;
}
.body .left .list .item .con .title{
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
}
.body .left .list .item .con .desc{
	font-size: 12px;
	color: #777;
}
.body .left .list .item .con .tool{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 20px;
}
.body .left .list .item .con .tool li{
	float: left;
	font-size: 12px;
	color: #777;
}
.body .left .list .item .con .tool img{
	float: left;
	width: 22px;
	height: 22px;
	display: inline-block;
}
.body .left .list .item .con .tool span{
	padding: 0 10px;
}
.body .left .list .item .con .tool i{
	float: left;
}
.body .left .list .item .con .tool .comment,
.body .left .list .item .con .tool .browse{
	float: right;
	color: #aaa;
}
.body .left .nav{
	display: flex;
	border-bottom: solid 1px #e6e6e6;
	background-color: #fff;
}
.body .left .nav li{
	position: relative;
	padding: 10px 0;
	font-size: 18px;
	margin-right: 54px;
	color: #777;
	cursor: pointer;
}
.body .left .nav li:last-child{
	margin-right: 0;
}
.body .left .nav li.active{
	color: #333;
}
.body .left .nav li.active:after{
	content: '';
	position: absolute;
	bottom: -1px;
	left:50%;
	margin-left: -17px;
	width:34px;
	height:2px;
	background:rgba(94,116,172,1);
}
.body .left .nav.fixed{
	width:inherit;
	position: fixed;
	top: 0;
	z-index:999;
}
.body .right{
	float: right;
	width: 380px;
}
.body .right .title{
	position: relative;
	line-height: 60px;
	font-weight: normal;
	overflow: hidden;
}
.body .right .title:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #5E74AC;
	border-radius:2px 2px 0px 0px;
}
.body .right .title .bg-title{
	float: left;
	font-size: 16px;
}
.body .right .title .bg-title i{
	margin-right: 5px;
}
.body .right .title .tit{
	font-size: 12px;
	color: #5E74AC;
	float: right;
}
.body .right .title .static{
	font-size: 12px;
	float: right;
}
.body .right .title .static li{
	float: left;
	margin-left: 30px;
}
.body .right .title .static li.active{
	color: #5E74AC;
}
.body .right .list{
	height: 440px;
	margin-bottom: 50px;
	overflow: hidden;
}
.body .right .list .item{
	position: relative;
	margin-bottom: 20px;
}
.body .right .list .item:before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 5px;
	height: 8px;
	background: url(http://www.guwan.com.cn/static/home/images/icon_arrow.png) center center no-repeat;
	z-index: 9;
}
.body .right .list .item:after{
	content: '';
	position: absolute;
	top: 8px;
	left: 1px;
	width: 1px;
	height: 65px;
	border-left: dashed 1px #e6e6e6;
	z-index: 8;
}
.body .right .list .item .ntitle{
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 14px;
}
.body .right .list .item .desc{
	padding-left: 20px;
	color: #777;
	font-size: 12px;
}
.body .right .list .item .desc span{
	margin-right: 20px;
}
.body .right .recommend{
	
}
.body .right .hot{
	
}
.body .right .hot .hot-item-top{
	position: relative;
	margin-bottom: 20px;
}
.body .right .hot .hot-item-top img{
	width: 380px;
	height: 220px;
	border-radius: 4px;
}
.body .right .hot .hot-item-top .desc{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	text-align: center;
}
.body .right .hot .hot-item-top .icon-hot{
	position: absolute;
	top: 0;
	left: 10px;
	width: 40px;
	height: 30px;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	text-align: center;
	line-height: 26px;
}
.body .right .hot .hot-item-top .icon-hot.hot0{
	background: url(http://www.guwan.com.cn/static/home/images/icon_tag_1.png);
}
.body .right .hot .hot-item-top .icon-hot.hot1{
	background: url(http://www.guwan.com.cn/static/home/images/icon_tag_2.png);
}
.body .right .hot .hot-item{
	margin-bottom: 20px;
	overflow: hidden;
}
.body .right .hot .hot-item .img{
	float: left;
	position: relative;
	width: 168px;
	height: 106px;
}
.body .right .hot .hot-item .img img{
	width: 168px;
	height: 106px;
}
.body .right .hot .hot-item .img .rank{
	position: absolute;
	top: 0;
	left: 0;
	width:30px;
	height:22px;
	background-color:rgba(0,0,0,0.4);
	border-radius:4px;
	text-align: center;
	line-height: 22px;
	color: #fff;
}
.body .right .hot .hot-item .con{
	float: right;
	position: relative;
	width: 192px;
	height: 106px;
}
.body .right .hot .hot-item .con .tit{
	color: #777;
}
.body .right .hot .hot-item .con .date{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	color: #aaa;
}
.body .right .expert{
	
}
.body .right .expert .expert-item{
	padding: 20px 0;
	overflow: hidden;
	border-bottom: dashed 1px #e6e6e6;
}
.body .right .expert .expert-item:last-child{
	border-bottom: none;
}
.body .right .expert .expert-item .img{
	float: left;
	width: 80px;
	height: 80px;
}
.body .right .expert .expert-item .img img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.body .right .expert .expert-item .con{
	padding-left: 100px;
}
.body .right .expert .expert-item .con .tit{
	padding-bottom: 16px;
	color: #5E74AC;
	font-size: 20px;
}
.body .right .expert .expert-item .con .desc{
	font-size: 16px;
	color: #aaa;
}
.body .right .tags{
	
}
.body .right .tags a{
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 2px 15px;
	height: 20px;
	line-height: 12px;
	border:solid 1px #e6e6e6;
	border-radius: 10px;
	display: inline-block;
	box-sizing: border-box;
}


/*详情页*/
.page .body .title{
	padding: 50px 0 30px;
	font-size: 30px;
}
.page .body .cate{
	margin-bottom: 60px;
	font-size: 12px;
	color: #777;
}
.page .body .cate .catname{
	color: #5E74AC;
}
.page .body .editor{
	margin-bottom: 20px;
	padding-left: 30px;
	color: #777;
	background: url(http://www.guwan.com.cn/static/home/images/ic_information_detail_pen.png) left center no-repeat;	
}
.page .body .con{
	margin-bottom: 50px;
	font-size: 16px;
	color: #777;
	line-height: 24px;
	text-align: justify;
}
.page .body .from{

	text-align: right;
	font-size: 14px;
	color: #aaa;
}
.page .body .share{
	margin-bottom: 50px;
}
.page .body .recommend .tit{
	padding: 30px 0;
	font-size: 16px;
}
.page .body .recommend .list{
	overflow: hidden;
}
.page .body .recommend .list .ritem{
	margin-bottom: 20px;
	width: 240px;
    margin-right: 13px;
    float: left;
}
.page .body .recommend .list .ritem img{
	width:240px;
	height:148px;
}
.page .body .recommend .list .ritem .desc{
	padding-top: 5px;
	line-height: 20px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*关于我们*/
.about{
	overflow: hidden;
}
.about .youshi-list{
	margin: 0 auto;
	width: 1020px;
	margin-top: 50px;
	margin-bottom: 20px;
	overflow: hidden;
}
.about .youshi-list li{
	position: relative;
	float: left;
	width: 240px;
	height: 180px;
	color: #fff;
	box-sizing: border-box;
	margin-left: 20px;
}
.about .youshi-list li:first-child{
	margin-left: 0;
}
.about .youshi-list li img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}
.about .youshi-list li .desc{
	position: absolute;
	top:52px;
	left: 30px;
	width: 176px;
	line-height: 26px;
	z-index: 9;
}
.about .introduce{
	width: 100%;
	height: 640px;
	background: url(http://www.guwan.com.cn/static/home/images/intro.png) center center no-repeat;
	box-sizing: border-box;
}
.about .introduce .con{
	position: relative;
	margin: 0 auto;
	padding-top: 225px;
	width: 700px;
}
.about .introduce .con .desc{
	width: 600px;
	margin: 0 auto;
	font-size: 20px;
	color:#fff;
	line-height: 35px;
}
.about .introduce .con i{
	position: absolute;
	font-size: 100px;
	color: #fff;
}
.about .introduce .con .intr-left{
	top: 140px;
	left:-20px;
}
.about .introduce .con .intr-right{
	right: 0;
	bottom:-110px;
}
.about .style{
	margin: 0 auto;
	margin-top: 70px;
	width:1200px;
	height: 628px;
	position: relative;
}
.about .style .s-left{
	position: absolute;
	width: 392px;
	height: 556px;
	border: solid 1px #5E74AC;
}
.about .style .s-left .desc-box{
	margin-left: 18px;
	padding-top: 110px;
	width:304px;
	font-weight: bold;
	font-size:20px;
	line-height: 35px;
	color: #5E74AC;
}
.about .style .s-left .tit-box{
	position: absolute;
	top: -60px;
	left:-1px;
	width:230px;
	height:120px;
	background:rgba(94,116,172,1);
	border-radius:10px 10px 10px 0px;
	text-align: center;
	color: #fff;
}
.about .style .s-left .tit-box .tit-cn{
	padding-top: 25px;
	font-size:32px;
	padding-bottom: 5px;
}
.about .style .s-left .tit-box .tit-en{
	font-size: 16px;
	color: rgba(255,255,255,.5);
}
.about .style .s-right{
	position: absolute;
	width: 858px;
	top:120px;
	right: 0;
}
.about .style .s-right ul{
	overflow: hidden;
}
.about .style .s-right ul li{
	float: left;
	margin-right: 18px;
	margin-bottom: 16px;
}
.about .style .s-right ul li:nth-child(3n){
	margin-right: 0;
}
.about .sale{
	width: 100%;
	height: 800px;
	margin-top: -100px;
	background: url(http://www.guwan.com.cn/static/home/images/sale.png) center center no-repeat;
}
.about .sale .sale-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.about .sale .sale-box .s-left{
	position: absolute;
	top:340px;
	left:0;
	width: 858px;
	z-index:9;
}
.about .sale .sale-box .s-left ul{}
.about .sale .sale-box .s-left ul li{
	margin-right: 18px;
	margin-bottom: 16px;
	float: left;
}
.about .sale .sale-box .s-left ul li:nth-child(3n){
	margin-right: 0;
}
.about .sale .sale-box .s-right{
	position: absolute;
	top: 230px;
	right: 0;
	width: 392px;
	height: 520px;
	border: solid 1px #fff;
	z-index:8;
}
.about .sale .sale-box .s-right .desc-box{
	width: 304px;
	margin-left: 70px;
	margin-top: 100px;
	font-weight: bold;
	font-size:20px;
	line-height: 35px;
	color: #fff;
}
.about .sale .sale-box .s-right .tit-box{
	position: absolute;
	top: -60px;
	left:-1px;
	width:230px;
	height:120px;
	background:#fff;
	border-radius:10px 10px 10px 0px;
	text-align: center;
	color: #5E74AC;
}
.about .sale .sale-box .s-right .tit-box .tit-cn{
	padding-top: 25px;
	font-size:32px;
	padding-bottom: 5px;
}
.about .sale .sale-box .s-right .tit-box .tit-en{
	font-size: 16px;
	color: #5E74AC;
}

.map-box{
	overflow: hidden;
	margin: 50px 0;
}
.map{
	position: relative;
	width: 1200px;
	height:522px;
	margin:0 auto;
	background: url(http://www.guwan.com.cn/static/home/images/map.png) center center no-repeat;
}
.map .mapA{
	position: absolute;
	top: 70px;
	left: 542px;
	padding: 24px 47px;
	width:480px;
	height:324px;
	background:rgba(94,116,172,0.3);
	border-radius:15px;
	box-sizing: border-box;
}
.map .mapA .tit{
	font-size: 24px;
	color: #5E74AC;
	padding-bottom: 20px;
}
.map .mapA .intro{
	font-size: 14px;
	line-height: 25px;
}
.map-box .contact{
	width: 1200px;
	margin: 0 auto;
}
.map-box .contact ul{
	margin: 0 20px;
}
.map-box .contact ul li{
	position: relative;
	width:260px;
	height:234px;
	background:rgba(249,249,249,1);
	margin: 0 63px;
	text-align: center;
	float: left;
	padding: 0 45px;
	padding-top: 80px;
	box-sizing: border-box;
	box-shadow: 0 1px 20px #e6e6e6;
}
.map-box .contact ul li img{
	position: absolute;
	width: 72px;
	height: 72px;
	top: -20px;
	left: 50%;
	margin-left: -36px;
	z-index:9;
}
.map-box .contact ul li .tit{
	padding-bottom: 20px;
	font-size: 20px;
	color: #5E74AC;
}
.map-box .contact ul li .desc{
	font-weight: bold;
}
.news .list{
	margin: 50px 0;
	overflow: hidden;
}
.news .list .item{
	padding: 10px 45px 20px;
	float: left;
	width:280px;
	min-height: 360px;
	margin-bottom: 24px;
	margin-right: 24px;
	background:rgba(246,246,246,1);
	border-radius:10px;
	box-sizing: border-box;
}
.news .list .item img{
	width:190px;
	height: 190px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%;
}
.news .list .item .tit{
	color: #5E74AC;
	font-size: 18px;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
