@charset "utf-8";
/* CSS Document */
.banner{background: url(../images/chanye_banner.jpg) no-repeat center; width: 100%; height: 363px; 
	background-size: cover;}
.about{padding: 75px 0 0 0;}
.news_tab{padding-bottom: 60px; display: flex; justify-content: center;}
.news_tab li{float: left; height: 24px; padding: 8px 15px; font-size: 18px; color: #595757; cursor: pointer;}
.news_tab>div{float: left; margin-top:12px; width: 1px; height: 20px; background-color: #595757;}
.tab_bg{background-color: #4c88de; color: #fff!important;}
.logo_bg1{position: absolute; bottom: 167px; right: -300px; }
.tit_cn{font-size: 50px; color: #000; text-align: center;}
.tit_en{font-size: 24px; color: #6b6b6b; text-align: center; text-transform: uppercase; padding-bottom: 30px;}
.miaoshu{font-size: 16px; color: #666; line-height: 30px; padding-top: 57px;}
.line{width: 64px; height: 2px; background-color: #4284e2; margin:0 auto;}
.ruzhu{width: 100%;}
.ruzhu .shenq{font-size: 24px; color: #4284e0; text-align: center; padding-top: 40px; line-height: 40px;
	padding-bottom: 40px;}
.ruzhu .jike{width: 222px; height: 73px; background-color: #4284e0; font-size: 36px; color: #fff;
	line-height: 73px; text-align: center; margin:0 auto; cursor: pointer;}

/*弹出*/
.tanchu{width: 100%; height: 100%; background-color: rgba(0,0,0,.7); position: fixed; top:0; left: 0;
	z-index: 999; overflow: auto; display: none;}
.tanchu_bg{width: 1008px; margin:0 auto; height: auto; background-color: #568fe6; margin-top:50px;
	margin-bottom: 50px; position: relative;}
.guanbi{width: 40px; height: 40px; border:1px solid #fff; border-radius: 50%; font-size: 24px; color: #fff;
	 line-height: 40px; text-align: center; position: absolute; top:-30px; right: -80px; cursor: pointer;
	}
.tanchu_bg .tc_tit{font-size: 40px; color: #fff; text-align: center; padding-top: 80px;}
.tanchu_bg .rzsq{font-size: 42px; color: #fff; font-weight: bold; padding-top: 30px; text-align: center;
	padding-bottom: 50px;}
.tanchu_bg .detail{width: 736px; margin:0 auto;}
.tanchu_bg .detail .faren{font-size: 20px; color: #fff; padding-bottom: 10px;}
.tanchu_bg .detail input{width: 100%; height: 47px; border:1px solid #fff; background-color: transparent;
	margin-bottom: 36px; font-size: 18px; color: #fff; text-indent: 4px; box-sizing: border-box;}
.tanchu_bg .detail textarea{width: 100%; height: 114px; border:1px solid #fff; background-color: transparent;
	box-sizing: border-box; font-size: 16px; color: #fff; margin-bottom: 30px;}
.tanchu_bg .detail .tijiao{width: 172px; height: 59px; border:1px solid #fff; line-height: 59px;
	text-align: center; font-size: 24px; color: #fff; background-color: transparent; margin-top:30px; 
		cursor: pointer;}
.tanchu_bg .detail .zhushi{font-size: 20px; color: #fff; line-height: 40px; padding-bottom: 80px;}


.jinrong{padding: 0 0 59px;}
.jinrong .jinrong2{background-color: #f6f6f6; padding: 70px 0; margin-top: 40px;}
.jinrong .jinrong2 .text{font-size: 16px; color: #666; line-height: 30px; text-align: center;}
.jinrong3{padding-top: 65px;}
.jinrong3 .imgbox{width: 32.15%; overflow: hidden; margin-right: 1.775%; margin-bottom: 20px;}
.jinrong3 .imgbox:nth-child(3n){margin-right: 0;}
.jinrong3 .imgbox>img{display: block; width: 100%; transition: .3s;}
.jinrong3 .imgbox:hover>img{transform: scale(1.1);}
.yingxiao{padding-top: 65px;}
.yingxiao .yx_list{width: 30.63%; margin-right: 4.055%; position: relative;}
.yingxiao .yx_list:nth-child(3n){margin-right: 0;}
.yingxiao .yx_list>img{display: block; width: 100%;}
.yingxiao .yx_list .bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(66,131,224,.8); padding: 45px 30px; box-sizing: border-box; transition: .3s;}
.yingxiao .yx_list .bg .tit{font-size: 30px; color: #fff; font-weight: bold; text-align: center;}
.yingxiao .yx_list .bg .drag{width: 36px; height: 2px; background-color: #fff; margin: 35px auto;}
.yingxiao .yx_list .bg .con{font-size: 18px; color: #fff; line-height: 36px; text-align: justify; height: 218px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;}
.yingxiao .yx_list .bg:hover{background-color: rgba(66,131,224,1);}

@media screen and (max-width: 800px){
	.news_tab{display: none;}
	.about{padding: 0;}
	.tit_cn{font-size: 18px;}
	.tit_en{font-size: 12px; padding-bottom: 20px;}
	.line{width: 40px;}
	.wap_banner{background: url(../images/wap_chanye_banner.png) no-repeat center; background-size: cover;
		width: 100%; height: 160px;}
	.ruzhu{padding: 30px 0 20px;}
	.ruzhu .shenq{font-size: 16px;}
	.ruzhu .jike{ width: 130px; height: 40px; line-height: 40px; font-size: 16px; }
	.tanchu_bg{width: 100%; margin:0;}
	.tanchu_bg .tc_tit{font-size: 16px; padding-top: 40px;}
	.tanchu_bg .rzsq{font-size: 18px; padding-top: 20px; padding-bottom: 30px;}
	.tanchu_bg .detail{width: 94%;}
	.tanchu_bg .detail .faren{font-size: 14px;}
	.tanchu_bg .detail input{height: 36px; font-size: 14px; padding-bottom: 20px;}
	.tanchu_bg .detail textarea{height: 90px;}
	.tanchu_bg .detail .tijiao{width: 110px; height: 40px; font-size: 14px; line-height: 40px; margin-top:0;}
	.tanchu_bg .detail .zhushi{font-size: 14px; line-height: 30px; padding-bottom: 40px;}
	.guanbi{width: 30px; height: 30px; line-height: 30px; font-size: 18px; top:6px; right: 6px;}
	
	.jinrong{padding: 0 0 30px;}
	.miaoshu{font-size: 16px; line-height: 28px; padding-top: 20px;}
	.jinrong .jinrong2{margin-top: 0; padding: 20px 0;}
	.jinrong .jinrong2 .text{font-size: 16px; line-height: 28px;}
	.yingxiao{padding-top: 20px;}
	.yingxiao .yx_list{width: 100%; margin-right: 0; margin-bottom: 10px;}
	.yingxiao .yx_list .bg .tit{font-size: 24px;}
	.yingxiao .yx_list .bg .con{font-size: 18px;}
	.jinrong3{padding-top: 25px;}
	.jinrong3 .imgbox{width: 49%; margin-right: 2%;}
	.jinrong3 .imgbox:nth-child(3n){margin-right: 2%;}
	.jinrong3 .imgbox:nth-child(2n){margin-right: 0;}

}