﻿/* 新增首页欢迎效果 */
@media screen and (min-width:801px){
	.page-nav{
		position: relative;
		height: auto;
	}
	.page-nav .left-info{
		position: absolute;
		left: 484px;
		margin-left: 0;
		top: 90px;
	}
	.page-nav .right-info{
		position: absolute;
		left: 214px;
		top: 250px;
		margin-left: 0;
	}
	.page-main{
		display:none;
	}
	.page-footer{
		position: absolute;
		width: 100%;
		bottom: 0;
	}	
}

/* 新增首页欢迎效果结束 */

.page-main .main-wrap{
    height: 540px;
}
/* 推荐 */
.wrap-item{
    display: none;
}
.wrap-item.show{
    display: block;
}
.recommend-wrap{
    padding:30px;
    overflow: hidden;
}
.recommend-wrap .left-main{
    width: 689px;
    height: 469px;
}
.recommend-wrap .left-main .article-title{
    position: absolute;
    width: 75%;
    bottom: 15px;
    left: 22px;
    z-index: 100;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.recommend-wrap .left-main .swiper-container {
    width: 689px;
    height: 469px;
}
.recommend-wrap .left-main .swiper-container .swiper-slide{
	overflow:hidden;
	width: 100%;
	height:100%;
}
.recommend-wrap .left-main .swiper-container .swiper-slide a{
	display:block;
	width: 689px;
	height:469px;
}
.recommend-wrap .left-main .swiper-container .swiper-slide img{
	display:block;
	width: 689px;
	max-width: 689px;
	height:469px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 20%;
    left: auto;
    right: 0;
	bottom:25px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 3px;
}
.swiper-pagination-bullet{
    width: 14px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    width: 14px;
    height: 4px;
    background: #0050CD;
}
.recommend-wrap .right-main{
    width: 612px;
    height: 469px;
    margin-left: 39px;
}
.recommend-wrap .right-main .nav-box{
    overflow: hidden;
    border-bottom: solid 1px #C8C8C8;
	margin-bottom:20px;
}
.recommend-wrap .right-main .nav-box li{
    float: left;
    color: #999;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
	width:24%;
	text-align:center;
}
.recommend-wrap .right-main .nav-box li.cur{
    color: #333;
}
.recommend-wrap .right-main .nav-box li span{
    font-family: 'MicrosoftYaHei-Bold';
    position: relative;
	display:block;
	height:24px;
	margin:20px 0;
	border-right:solid 2px #C8C8C8;
}
.recommend-wrap .right-main .nav-box li.cur span a{
    color: #333;
}
.recommend-wrap .right-main .nav-box li span a{
    color: #999;
}
.recommend-wrap .right-main .nav-box li span.first{
    padding-left:0;
}
.recommend-wrap .right-main .top-info{
    text-align: center;
    padding: 0 45px;
}
.recommend-wrap .right-main .top-info .title{
    font-size: 26px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
    margin-top: 20px;
}
.recommend-wrap .right-main .top-info .desc{
    font-size: 14px;
    color: #999;
    font-weight: 400;
    line-height: 18px;
    margin-top: 12px;
}
.recommend-wrap .right-main .info-box .info-item{
    display: none;
}
.recommend-wrap .right-main .info-box .info-item.show{
    display: block;
}
.recommend-wrap .right-main .info-box .info-item .article-wrap{
    margin-top: 26px;
}
.recommend-wrap .right-main .info-box .info-item .article-wrap .article-item{
    overflow: hidden;
    line-height: 40px;
    transition: all 0.6s;
}
.recommend-wrap .right-main .info-box .info-item .article-wrap .article-item:hover{
    transform:translateX(15px)
}
.recommend-wrap .right-main .info-box .info-item .article-wrap .article-item .title{
    display: block;
    font-size: 18px;
    color: #666;
    position: relative;
    width: 75%;
    padding-left: 20px;
    float: left;
}
.recommend-wrap .right-main .info-box .info-item .article-wrap .article-item .title:hover{
    color: red;
}
.recommend-wrap .right-main .info-box .info-item .article-wrap .article-item .title:before{
    content: '●';
    position: absolute;
    top: 0;
    left: 0;
    color: #C8C8C8;
}
.recommend-wrap .right-main .info-box .info-item .article-wrap .article-item .time{
    color: #999;
    font-size: 18px;
    float: right;
}

/* 热门部分 */
.hot-wrap{
    padding:39px 30px 30px 50px;
}
.hot-wrap .left-main{
    width:273px;
    height: 462px;
    margin-right: 48px;
    overflow: hidden;
}
.hot-wrap .left-main img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.hot-wrap .left-main img:hover{
    transform: scale(1.06);
}
.hot-wrap .right-main{
    width: 999px;
}
.hot-wrap .right-main .notice-wrap{
    width: 100%;
    background: rgba(219, 231, 248, .3);
    height: 55px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.hot-wrap .right-main .notice-wrap .notice-img{
    display: block;
    width: 25px;
    margin: 16px 20px 14px 37px;
}
#scroll_div .dot{
    color: #6A6A6A;
    font-size: 12px;
    padding-right: 10px;
}
#scroll_div a:hover{
    color: red;
}
#scroll_div .pad_right{ 
    padding-right:2em;
}
#scroll_div {
    line-height:55px;
    overflow: hidden;
    white-space: nowrap;
    width:784px;
    margin-left:10px;
}
#scroll_begin,#scroll_end {
    display: inline;
}
.hot-wrap .more-btn{
    margin: 18px 30px 18px 0;
    color: #333;
    font-size: 16px;
    overflow: hidden;
}
.hot-wrap .more-btn a:hover{
    color: #333;
}
.hot-wrap .more-btn img{
    display: block;
    width: 18px;
    float: left;
    margin: 2px 7px 0 0;
}
.hot-wrap .more-btn span{
    display: block;
    float: left;
}
.hot-wrap .article-wrap{
    margin-top: 10px;
    overflow: hidden;
}
.hot-wrap .article-wrap .article-item{
    float: left;
    width: 490px;
    margin: 26px 18px 0 0;
    border:solid 1px #C3CEE0;
    padding: 28px 22px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    color: #C8C8C8;
}
.hot-wrap .article-wrap .article-item:nth-child(even){
    margin-right: 0;
}
.hot-wrap .article-wrap .article-item:hover{
    background: #768DB3;
    cursor: pointer;
    color: #fff;
}
.hot-wrap .article-wrap .article-item:hover .info .title{
    color: #fff;
}
.hot-wrap .article-wrap .article-item:hover a{
    color: #fff;
}
.hot-wrap .article-wrap .article-item .img{
    display: block;
    width: 140px;
    height: 116px;
    margin-right: 19px;
    transition: all 0.4s;
}
.hot-wrap .article-wrap .article-item .img:hover{
    transform: scale(1.06);
}
.hot-wrap .article-wrap .article-item .info{
    width: 276px;
}
.article-wrap .article-item .info .title{
    font-size: 18px;
    color: #666;
    font-weight: bold;
}
.hot-wrap .article-wrap .article-item .info .content{
    font-size: 14px;
    line-height: 18px;
    margin-top: 18px;
    height: 36px;
}
.hot-wrap .article-wrap .article-item .info .time{
    font-size: 14px;
    margin-top: 16px;
}
.hot-wrap .article-wrap .article-item .mark{
    position: absolute;
    top: 0;
    right: 29px;
    background: #F39800;
    padding:4px 9px;
    border-radius:0 0 5px 5px;
    color: #fff;
    font-size: 12px;
}

/* 产业 */
.industry-wrap{
    padding: 30px;
}
.industry-wrap .top-wrap{
    width: 100%;
    height: 254px;
    background: url(../img/cy_banner.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.industry-wrap .top-wrap .content{
    width: 480px;
    margin:78px 94px 0 0;
    float: right;
}
.industry-wrap .top-wrap .content .title{
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
}
.industry-wrap .top-wrap .content .title img{
    display: block;
    width:32px;
    float: left;
    margin-bottom: 4px;
}
.industry-wrap .top-wrap .content .title span{
    display: block;
    float: left;
    margin-left:10px;
}
.industry-wrap .top-wrap .content .title a span{
	color:#fff;	
}
.industry-wrap .top-wrap .content .info{
    margin-top: 25px;
    text-align: justify;
    font-size: 14px;
}

.industry-wrap .bottom-wrap{
    overflow: hidden;
}
.industry-wrap .bottom-wrap .left-article{
    width:490px;
    padding:0 12px;
}
.industry-wrap .bottom-wrap .left-article .top-info{
    text-align: center;
	margin-top: 20px;
}
.industry-wrap .bottom-wrap .left-article .top-info .title{
    font-size: 20px;
    color: #666;
    line-height: 36px;
    font-weight: bold;
}
.industry-wrap .bottom-wrap .left-article .top-info .desc{
    font-size: 14px;
    color: #999;
    font-weight: 400;
    line-height: 18px;
    margin-top: 12px;
}
.industry-wrap .bottom-wrap .left-article .article-wrap{
    margin-top: 13px;
    border-top:solid 1px #E4EAF4;
}
.industry-wrap .bottom-wrap .left-article .article-wrap .article-item{
    overflow: hidden;
    line-height: 30px;
    transition: all 0.6s;
}
.industry-wrap .bottom-wrap .left-article .article-wrap .article-item:hover{
    transform: translateX(15px);
}
.industry-wrap .bottom-wrap .left-article .article-wrap .article-item .title{
    display: block;
    font-size: 16px;
    color: #666;
    position: relative;
    width: 75%;
    padding-left: 20px;
    float: left;
}
.industry-wrap .bottom-wrap .left-article .article-wrap .article-item .title:hover{
    color: red;
}
.industry-wrap .bottom-wrap .left-article .article-wrap .article-item .title:before{
    content: '●';
    position: absolute;
    top: 0;
    left: 0;
    color: #C8C8C8;
}
.industry-wrap .bottom-wrap .left-article .article-wrap .article-item .time{
    color: #999;
    font-size: 16px;
    float: right;
}
.industry-wrap .bottom-wrap .right-commpany{
    overflow: hidden;
    margin:10px 0 0 67px;
}
.industry-wrap .bottom-wrap .right-commpany .left-nav .nav-item{
    padding:35px 25px;
    font-size: 26px;
    font-weight: bold;
    overflow: hidden;
    border-radius: 10px;
}
.industry-wrap .bottom-wrap .right-commpany .left-nav .nav-item img{
    display: block;
    margin-right: 15px;
}
.industry-wrap .bottom-wrap .right-commpany .left-nav .nav-item.tz{
    background: linear-gradient(0deg, #FFF4D9 0%, #FBEDDA 100%);
    margin-bottom: 16px;
}
.industry-wrap .bottom-wrap .right-commpany .left-nav .nav-item.tz a{
    color: #FF8A00;
}
.industry-wrap .bottom-wrap .right-commpany .left-nav .nav-item.tz img{
    width: 38px;
    height: 42px;
    transform-style: preserve-3d;
    transition: all 1s;
}
.industry-wrap .bottom-wrap .right-commpany .left-nav .nav-item.tz img:hover{
    transform: rotateY(360deg);
}
.industry-wrap .bottom-wrap .right-commpany .left-nav .nav-item.qy{
    background: linear-gradient(0deg, #D1EAF4 0%, #B9E9ED 100%);
}
.industry-wrap .bottom-wrap .right-commpany .left-nav .nav-item.qy a{
    color: #388590;
}
.industry-wrap .bottom-wrap .right-commpany .left-nav .nav-item.qy img{
    width: 33px;
    height: 39px;
    transform-style: preserve-3d;
    transition: all 1s;
}
.industry-wrap .bottom-wrap .right-commpany .left-nav .nav-item.qy img:hover{
    transform: rotateY(360deg);
}
.industry-wrap .bottom-wrap .right-commpany .right-nav{
    overflow: hidden;
}
.industry-wrap .bottom-wrap .right-commpany .right-nav .nav-item{
    width: 163px;
    height: 236px;
    text-align: center;
    margin-left: 20px;
}
.industry-wrap .bottom-wrap .right-commpany .right-nav .nav-item.lh{
    background: url(../img/cy_fh1.png) no-repeat;
	background-size: 100% 100%;
}
.industry-wrap .bottom-wrap .right-commpany .right-nav .nav-item.js{
    background: url(../img/cy_fh2.png) no-repeat;
	background-size: 100% 100%;
}
.industry-wrap .bottom-wrap .right-commpany .right-nav .nav-item.qy{
    background: url(../img/cy_fh3.png) no-repeat;
	background-size: 100% 100%;
}
.industry-wrap .bottom-wrap .right-commpany .right-nav .nav-item .name{
    display: block;
}

.industry-wrap .bottom-wrap .right-commpany .right-nav .nav-item .zn{
    color: #fff;
    font-size: 24px;
    margin-top: 104px;
    font-weight: bold;
    text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.69);
}
.industry-wrap .bottom-wrap .right-commpany .right-nav .nav-item .en{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-top: 6px;
    text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.69);
}

/* 便民 */
.bm-wrap{
    overflow: hidden;
    padding:30px 30px 30px 50px;
}
.bm-wrap .bm-item{
    display: block;
    width: 182px;
    height: 230px;
    background: rgba(92, 142, 161, .1);
    margin:0 6px 8px 0;
    color: #666;
    font-size: 20px;
}
.bm-wrap .bm-item:hover{
    background: #5672C1;
    color: #fff;
}
.bm-wrap .bm-item:hover .img{
    background: #5672C1;
    color: #fff;
    display: none;
}
.bm-wrap .bm-item:hover .img2{
    background: #5672C1;
    color: #fff;
    display: block;
}
.bm-wrap .bm-item .img{
    display: block;
    width: 91px;
    height: 91px;
    margin: 49px auto 0;
}
.bm-wrap .bm-item .img2{
    display: none;
    width: 91px;
    height: 91px;
    margin: 49px auto 0;
}
.bm-wrap .bm-item span{
    display: block;
    text-align: center;
    margin-top: 38px;
}

/* 政策 */
.policy-wrap{
    overflow: hidden;
    padding: 32px 29px 29px 49px;
}
.policy-wrap .article-box{
    overflow: hidden;
}
.policy-wrap .article-box.jiedu{
    margin-left: 15px;
}
.policy-wrap .article-box .box-title{
    width: 112px;
    height: 469px;
    text-align: center;
    font-size: 30px;
    color: #383100;
    padding: 132px 42px 0;
    font-weight: bold;
    box-sizing: border-box;
    background: url(../img/zc_bg.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 15px;
}
.policy-wrap .box-main{
    width: 384px;
}
.policy-wrap .box-main .article-item{
    overflow: hidden;
    border-bottom: solid 1px #F5F6F9;
    padding:12px 0;
    height: 79px;
    box-sizing: border-box;
}
.policy-wrap .box-main .article-item .title{
    width: 75%;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.policy-wrap .box-main .article-item .title a:hover{
    color: red;
}
.policy-wrap .box-main .article-item .time{
    font-size: 16px;
    color: #666;
}

.policy-wrap .nav-wrap{
    overflow: hidden;
    margin-left: 25px;
    width: 252px;
}
.policy-wrap .nav-wrap .nav-item{
    display: block;
    width: 124px;
    height: 154px;
    background: #F5F6F9;
    font-size: 16px;
    color: #666;
    float: left;
    margin:0 2px 2px 0;
    text-align: center;
}
.policy-wrap .nav-wrap .nav-item:hover{
    color: #fff;
    background: linear-gradient(165deg, #B79BFE, #8476FD);
}
.policy-wrap .nav-wrap .nav-item:hover .icon{
    display: none;
}
.policy-wrap .nav-wrap .nav-item:hover .icon2{
    display: block;
}
.policy-wrap .nav-wrap .nav-item .icon{
    display: block;
    width: 61px;
    height: 61px;
    margin: 27px auto 20px;
}
.policy-wrap .nav-wrap .nav-item .icon2{
    display: none;
    width: 61px;
    height: 61px;
    margin: 27px auto 22px;
}