@charset "utf-8";
/* CSS Document */
input:focus{ outline:none;}
input,button,select,textarea,a{ outline:none;border: none;}
.ind_com{
	padding-top: 38px;
}
.ind_tt{
	border-bottom: 1px solid #DCDCDC;
	text-align: center;
}
.ind_tt .ind_tt_tb{
	display: inline-block;
	width: 327px;
	height: 86px;
	background: url(../images/ind_ttbg.jpg) no-repeat center top;
	background-size: 100%;
}
.ind_tt .ind_tt_tb p{
	padding-bottom: 26px;
	line-height: 30px;
	display: inline-block;
	padding-top: 30px;
	color: #434345;
	text-shadow:0px 0px 8px #fff;
	position: relative;
}
.ind_tt .ind_tt_tb p:after{
	position: absolute;
	left: 10%;
	bottom: -1px;
	background: #2585CF;
	height: 2px;
	content: '';
	width: 80%;
}

/* 1 */
.ind_a .ind_alist{
	padding-top:25px;
}
.ind_a .ind_alist li{
	float: left;
	width: 25%;
	padding: 15px;
	text-align: center;
}
.ind_a .ind_alist li a{
	display: block;
	padding: 30px 10px 18px;
	background: url(../images/ind_a1bg.png) repeat-x bottom;
	border:1px solid #D9D9D9;
}
.ind_a .ind_alist li a .img{
	padding-bottom: 10px;
}
.ind_a .ind_alist li a img{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	max-width: 69px;
}
.ind_a .ind_alist li a .img2{
	display: none;
}
.ind_a .ind_alist li a i{
	display: inline-block;
	width: 42px;
	height: 2px;
	background: #2585CF;
}
.ind_a .ind_alist li a p{
	color: #333;
	padding-top: 10px;
}
.ind_a .ind_alist li a:hover{
	background: #2585CF;
	border-color: #2585CF;
}
.ind_a .ind_alist li a:hover i{
	background: #fff;
}
.ind_a .ind_alist li a:hover p{
	color: #fff;
}
.ind_a .ind_alist li a:hover .img1{
	display: none;
}
.ind_a .ind_alist li a:hover .img2{
	display: inline-block;
}
/* 2 */
.ind_b{
	width: 100%;
	overflow: hidden;
}
.ind_b .ind_blist{
	padding-top:25px;
}
.ind_b .ind_blist .slide a{
	padding: 15px;
	display: block;
}
.ind_b .ind_blist .slide .bord{
	border: 1px solid #DDDDDD;
}
.ind_b .ind_blist .slide .img{
	width: 100%;
	position: relative;
	padding-bottom: 55%;
	overflow: hidden;
}
.ind_b .ind_blist .slide .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
}
.ind_b .ind_blist .slide .padd{
	padding:15px 20px 20px;
}
.ind_b .ind_blist .slide .padd h3{
	font-weight: bold;
	color: #333;
}
.ind_b .ind_blist .slide .padd p{
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #656565;
	margin-top: 12px;
}
.ind_b .ind_blist .slide .ckxq{
	line-height:16px;
	padding-top: 16px;
	text-align: right;
	color: #656565;
}
.ind_b .ind_blist .slide .ckxq span{
	display: inline-block;
	vertical-align: middle;
}
.ind_b .ind_blist .slide .ckxq i{
	width: 16px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background: url(../images/new_ico.png) no-repeat right center;
}
.ind_b .ind_blist .slide a:hover .bord{
	box-shadow:0 0 12px rgba(0,0,0,0.3);
	border-color: #2685D0;
}
.ind_b .ind_blist .slide a:hover .ckxq i{
	background-position: left center;
}
.ind_b .ind_blist .bx-default-pager ,.ind_c .bx-default-pager ,.bx-controls-auto  {
	display: none;
}
.ind_b .ind_blist .bx-wrapper ,.ind_c .bx-wrapper{
	position: relative;
}
.ind_b .ind_blist .bx-prev ,.ind_b .ind_blist .bx-next ,.ind_c .bx-prev,.ind_c .bx-next {
	position: absolute;
	width: 45px;
	height: 45px;
	top: 50%;
	margin-top: -22px;
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -999px;
}
.ind_b .ind_blist .bx-prev ,.ind_c .bx-prev{
	background-image:url(../images/indico_l.png);
	left: -60px;
}
.ind_b .ind_blist .bx-next ,.ind_c .bx-next{
	background-image:url(../images/indico_r.png); 
	right: -60px;
}
.ind_b .ind_blist .bx-prev:hover ,.ind_c .bx-prev:hover{
	background-image:url(../images/indico_l_hv.png); 
}
.ind_b .ind_blist .bx-next:hover ,.ind_c .bx-next:hover{
	background-image:url(../images/indico_r_hv.png); 
}
.ind_b .bx-controls-direction ,.ind_c .bx-controls-direction{
	display: none;
}
.ind_b .ind_blist:hover .bx-controls-direction ,.ind_c:hover .bx-controls-direction{
	display: block;
}

.ind_clist{
	padding-top: 30px;
}
.ind_clist li{
	/*float: left;
	width: 25%;
	padding: 10px;*/
}
.ind_clist .slide a{
	display: block;
	background: #F5F5F5;
	margin: 10px;
}
.ind_clist .slide .img{
	width: 100%;
	position: relative;
	padding-bottom: 56%;
	overflow: hidden;
}
.ind_clist .slide .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: all 2s ease-in-out 0s;
	-o-transition: all 2s ease-in-out 0s;
	-moz-transition: all 2s ease-in-out 0s;
	-webkit-transition: all 2s ease-in-out 0s;
}
.ind_clist .slide .padd{
	padding: 15px 12px;
}
.ind_clist .slide .padd h3{
	color: #333333;
	font-weight: bold;
}
.ind_clist .slide .padd p{
	margin-top: 12px;
	line-height: 25px;
	overflow: hidden;
	height: 150px;
	color: #656565;
}
.ind_clist .slide .padd p font{
	color: #2685CF;
	font-weight: bold;
	display: inline-block;
	padding-right: 4px;
	font-size: 16px;
}
.ind_clist .slide .padd .ckxq{
	line-height:16px;
	padding-top: 16px;
	text-align: right;
	color: #656565;
}
.ind_clist .slide .padd .ckxq span{
	display: inline-block;
	vertical-align: middle;
}
.ind_clist .slide .padd .ckxq i{
	width: 16px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background: url(../images/new_ico.png) no-repeat right center;
}
.ind_clist .slide a:hover .ckxq i{
	background-position: left center;
}
.ind_clist .slide a:hover .img img{
	transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
}


.ind_d .ind_dcm{
	padding-top: 40px;
}

.ind_d .ind_dcm .ind_ab{
	float: left;
	width: 50%;
	padding-right: 5%;
}
.ind_d .ind_dcm .ind_ab h1{
	line-height: 1.2;
}
.ind_d .ind_dcm .ind_ab h4{
	color: #CBCBCB;
}
.ind_d .ind_dcm .ind_ab p{
	padding-top: 25px;
	color: #656565;
	line-height: 1.8;
}
.ind_d .ind_dcm .ind_ab a.ab_m{
	display: inline-block;
	background: #2585CF;
	padding: 5px 36px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 25px;
	border-radius: 20px;
}
.ind_d .ind_dcm .ind_ab a.ab_m:hover{
	background: #FFB10D;
}

.ind_d .ind_dcm .ind_abimg{
	float: right;
	width: 50%;
}
.ind_d .ind_dcm .ind_abimg img{
	width: 100%;
}

.ind_elist{
	margin-top: 25px;
}
.ind_elist .slide a{
	padding: 15px;
	display: block;
}
.ind_elist .slide .img{
	border: 1px solid #DDDDDD;
	position: relative;
	padding-bottom: 65%;
	overflow: hidden;
}
.ind_elist .slide .img img{
	width: 100%;
	height: auto;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.ind_elist .slide h3{
	text-align: center;
	padding-top: 10px;
	line-height: 1.8;
	color: #333;
}
.ind_elist .bx-default-pager{
	display: none;
}

.ind_e .ind_elist .bx-wrapper{
	position: relative;
}
.ind_e .ind_elist .bx-prev ,.ind_e .ind_elist .bx-next{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 50%;
	margin-top: -45px;
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -999px;
}
.ind_e .ind_elist .bx-prev{
	background-image:url(../images/indico_l.png);
	left: -60px;
}
.ind_e .ind_elist .bx-next{
	background-image:url(../images/indico_r.png); 
	right: -60px;
}
.ind_e .ind_elist .bx-prev:hover{
	background-image:url(../images/indico_l_hv.png); 
}
.ind_e .ind_elist .bx-next:hover{
	background-image:url(../images/indico_r_hv.png); 
}
.ind_e .bx-controls-direction{
	display: none;
}
.ind_e .ind_elist:hover .bx-controls-direction{
	display: block;
}

.ind_f{
	padding-bottom: 35px;
}
.ind_flist{
	padding-top: 30px;
}
.ind_flist .hd{
	text-align: center;
	font-size: 0;
	padding-bottom: 15px;
}
.ind_flist .hd li{
	display: inline-block;
	padding: 0 5px;
}
.ind_flist .hd li a{
	display: inline-block;
	font-size: 14px;
	color: #656565;
	padding: 0 25px;
	line-height: 30px;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
}
.ind_flist .hd li a:hover{
	color: #2685CF;
}
.ind_flist .hd li.on a{
	border-radius: 20px;
	color: #2685CF;
	border-color:#2685CF;
}

.ind_flist .bd{
	display:flex;
}

.ind_flist .bd li{
	float: left;
	padding: 15px;
	width: 25%;
}
.ind_flist .bd li .a_com{
	display: block;
}
.ind_flist .bd li .img{
	position: relative;
	padding-bottom: 58%;
	overflow: hidden;
	width: 100%;
}
.ind_flist .bd li .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: all 2s ease-in-out 0s;
	-o-transition: all 2s ease-in-out 0s;
	-moz-transition: all 2s ease-in-out 0s;
	-webkit-transition: all 2s ease-in-out 0s;
}
.ind_flist .bd li h3{
	margin-top: 15px;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.ind_flist .bd li p{
	line-height: 25px;
	height: 100px;
	overflow: hidden;
	margin-top: 12px;
	color: #656565;
}
.ind_flist .bd li .ckxq{
	line-height:16px;
	padding-top: 22px;
	/*text-align: right;*/
	color: #656565;
}
.ind_flist .bd li .ckxq span{
	display: inline-block;
	vertical-align: middle;
}
.ind_flist .bd li .ckxq i{
	width: 16px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background: url(../images/new_ico.png) no-repeat right center;
}
.ind_flist .bd li a:hover .ckxq i{
	background-position: left center;
}
.ind_flist .bd .new_m{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.ind_flist .bd .new_m a{
	color: #FFFFFF;
	padding: 5px 30px;
	line-height: 30px;
	display: inline-block;
	background: #2585CF;
	border-radius: 20px;
}
.ind_flist .bd .new_m a:hover{
	background: #FFB10D;
}
.ind_flist .bd li a:hover .img img{
	transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
}


.sp_list li{
	float: left;
	width: 33.33333%;
	padding: 15px;
}
.sp_list li a{
	display: block;
}
.sp_list li .img{
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
	width: 100%;
}
.sp_list li .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
}
.sp_list li .img .hv{
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.sp_list li .img .hv i{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	background: url(../images/sp_ico.png) no-repeat;
}
.sp_list li p{
	line-height: 20px !important;
	height: 40px !important;
	padding:10px;
	text-align: center;
	color: #333333;
	background: #F5F5F5;
	margin-top: 0 !important;
}


.tag_bd{
	background: #dddddd;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.tag_top{
	padding:0 10px;
	line-height:30px;
}
.tag_top .top_l{
	float: left;
}
.tag_top .top_r{
	float: right;
}
.tag_top .top_l span:first-child{
	font-size: 18px;
}
.tag_top .top_l span:last-child{
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
}
.tag_top .top_r a{
	font-size: 14px;
	text-transform: uppercase;
	transition: all .4s ease-in-out 0s;
}

.tag_bot ul li{
	float: left;
	width: 12.5%;
	text-align: center;
	padding:10px;
}
.tag_bot ul li a{
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 10px 0;
	transition: all .4s ease-in-out 0s;
	border: 1px solid transparent;
	background: #f6f6f6;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.tag_bot ul li a:hover{
	border-color: #ffb10d;
	background:#fff;
}
.tag_bot ul li a:hover {
	color: #ffb10d;
}







@media screen and (max-width: 1400px) {
	.ind_tt .ind_tt_tb{
		width: 280px;
		height: 74px;
	}
	.ind_tt .ind_tt_tb p{
		padding-bottom: 22px;
		padding-top: 22px;
	}
	.ind_b .ind_blist .bx-prev ,.ind_e .ind_elist .bx-prev ,.ind_c .bx-prev{
		left: 10px;
		z-index: 99;
	}
	.ind_b .ind_blist .bx-next ,.ind_e .ind_elist .bx-next,.ind_c .bx-next {
		right: 10px;
		z-index: 99;
	}
	
}
@media screen and (max-width:1200px ){
	.ind_com{
		padding-top: 28px;
	}
	.ind_tt .ind_tt_tb{
		width: 240px;
		height: 63px;
	}
	.ind_tt .ind_tt_tb p{
		padding-bottom:16px;
		padding-top: 17px;
	}
}
@media screen and (max-width:1024px ){
	.ind_d .ind_dcm .ind_ab{
		padding-right: 2%;
	}
	.ind_d .ind_dcm .ind_ab p{
		padding-top:18px;
	}
	.ind_d .ind_dcm .ind_ab a.ab_m{
		padding: 5px 30px;
		line-height: 24px;
		margin-top: 16px;
	}
	
}
@media screen and (max-width:960px ){
	.tag_bot ul li{
		width: 16.6666%;
	}
}
@media screen and (max-width:768px ){
	.ind_com{
		padding-top: 20px;
	}
	.ind_tt .ind_tt_tb{
		width: 180px;
		height: 47px;
	}
	.ind_tt .ind_tt_tb p{
		padding-bottom:7px;
		padding-top: 10px;
	}
	.ind_a .ind_alist{
		padding-top:18px;
	}
	.ind_a .ind_alist li{
		padding: 8px;
	}
	.ind_b .ind_blist{
		padding-top: 18px;
	}
	.bx-controls-direction{
		display: none !important;
	}
	/*.ind_clist li{
		width: 50%;
	}*/
	.ind_d .ind_dcm{
		padding-top: 30px;
	}
	.ind_d .ind_dcm .ind_abimg{
		width: 100%;
		padding: 0 10px;
	}
	.ind_d .ind_dcm .ind_ab{
		width: 100%;
		padding: 20px 10px;
	}
	.ind_elist{
		margin-top: 16px;
	}
	.ind_flist .bd li{
		padding: 15px;
		width: 50%;
	}
	.ind_flist .bd li h3{
		font-size: 16px;
	}
	.ind_flist .bd li p{
		height: 75px;
	}
	.ind_flist .bd li .ckxq {
	    padding-top:16px;
	}
	.tag_bot ul{
		padding:5px;
	}
	.tag_bot ul li{
		width:20%;
		padding:5px;
	}
	
	.tag_bot ul li a{
		padding:8px 0;
	}
	.tag_bd{
		margin:10px 0 18px;
	}
}

@media screen and (max-width:630px ){
	.ind_a .ind_alist li{
		padding: 10px;
		width: 50%;
	}
	.ind_a .ind_alist li:nth-child(3),.ind_a .ind_alist li:nth-child(4),.ind_a .ind_alist li:nth-child(6),.ind_a .ind_alist li:nth-child(7){
		display:none;
	}
	.ind_b .ind_blist{
		padding-top: 16px;
	}
	.ind_flist .hd ul{
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.ind_flist .hd li{
		padding: 0 2px;
	}
	.ind_flist .hd li a{
		padding: 0 10px;
		line-height: 26px;
		font-size: 13px;
	}
	/*.ind_flist .bd li{
		width: 100%;
	}
	.ind_flist .bd li p{
		height: auto;
	}*/
	.tp-leftarrow.default,.tp-rightarrow.default{
		display: none !important; 
	}
	
}
@media screen and (max-width:414px ){
	.ind_clist {
	    padding-top:16px;
	   
	}
	.ind_clist .slide .padd p{
		display: none;
	}
	/*.ind_clist li{
		width: 100%;
		padding: 12px 10px;
	}*/
	/*.ind_clist li .padd p{
		height: auto;
	}*/
	.ind_flist .bd li{
		padding: 10px;
	}
	.ind_flist .bd li p{
		display: none;
	}
	.sp_list li p{
		display: block !important;
	}
	.ind_flist .bd .new_m a{
		padding: 2px 18px;
	}
	.slider_list{
		width: 1500% !important;
	}
	.tag_bot ul li{
		width:33.3333%;
	}
	
}
@media screen and (max-width:320px ){
	.ind_flist .hd li a{
		padding: 0 6px;
	}
	.ind_flist .bd li h3{
		white-space:normal;
	}
}
