@charset "utf-8";
.small_banner{
	position: relative;
	width:100%;
	clear: both;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; 
	transition: all 0.5s;
	height: 360px;
}
.small_banner .text{
	text-align: center;
	color: #fff;
	position: absolute;
	top:70px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.small_banner .text::after{
	content: "";
	width:160px;
	height: 200px;
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin:auto;
	border:10px solid rgba(255,255,255,0.1);
}
.small_banner .text h1{
	font-size: 60px;
	font-weight: bold;
}
.small_banner .text .line{
	width:46px;
	height: 3px;
	background-color: rgba(255,255,255,0.5);
	display: block;
	margin:15px auto;
}
.small_banner .text strong{
	font-size: 30px;
}
.ban_nav{
	position: absolute;
	bottom:20px;
	left: 0;
	width:100%;
}
.ban_nav dl{
	background-color: #fff;	
	border-radius: 30px;
	font-size: 0;
}
.ban_nav dd{
	display: inline-block;
	/*width:16.666%;*/
}
.ban_nav dd a{
	display: block;
	height: 60px;	
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	color: #666666;
	transition: all 0.3s;
}
.ban_nav dd.cur a{
	color: #fff;
	background:url(../img/ban_nav.png) no-repeat center center;
	background-size: cover;
	border-radius: 30px;
	box-shadow: 0 0 8px rgba(255,219,0,0.4);
}
.section{
	clear: both;
	overflow: hidden;	
}
.section{


}
.section_con{
	padding:100px 0px;
}
.section_con p{
	font-size: 14px;
	line-height: 24px;
	text-indent: 28px;
	color: #666;
}
.ajax_box_empty{
	font-size: 14px;
	color: #666;
	text-align: center;
}
.side_left,
.side_right{
	float: left;
}
.side_left{
	width:70%;
}
.side_right{
	width:30%;
	padding-left: 80px;
}

.side_right .title{
	color: #333;
	font-size: 24px;
	margin-bottom: 38px;
	display: block;
}

.news_list a,
.news_list,
.news_list li{
	clear: both;
	overflow: hidden;
}
.news_list{

}
.news_list li{
	margin-bottom: 30px;
}
.news_list a{
	display: block;
}
.news_list .text,
.news_list .pic{
	float: left;
}
.news_list .pic{
	width:45%;
	height: 245px;
	position: relative;
	overflow: hidden;
}
.news_list .text{
	width:55%;
	padding-left: 40px;
}
.news_list .pic img{
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin:auto;
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: all 1s;
}
.news_list a:hover .pic img{
	transform: scale(1.1);
}
.news_list .time{
	color: #FFBB00;
	font-size: 14px;
	display: block;
	margin-top: 20px;
}
.news_list .tit{
	font-size: 24px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 40px;
	transition: all 0.3s;
}
.news_list .info{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news_list a:hover .tit{
	color: #FFBB00;
}


.good_news_lists{

}
.good_news_lists li{
	margin-bottom: 40px;
}
.good_news_lists a{

}
.good_news_lists .pic{
	margin-bottom: 20px;
}
.good_news_lists .pic img{

}
.good_news_lists .tit{
	font-size: 18px;
	color: #333;
	line-height: 24px;
	transition: all 0.3s;
}
.good_news_lists a:hover .tit{
	color: #FFBB00;
}


.map_box{
	position: relative;
	margin-bottom: 70px;
}
.map_box .tit{
	font-size: 60px;
	color: #333;
	font-weight: bold;
}
.map_box .map{

}
.map_box .posi{
	width:36px;
	height: auto;
	position: absolute;
	left: 42%;
	top: 38%;
	transition: all 0.5s;
	animation: ani_posi 2s infinite;
}
@keyframes ani_posi{
	0%{
		transform:translateY(15px);	
	}
	50%{
		transform:translateY(0);	
	}
	100%{
		transform:translateY(15px);	
	}
}
.map_box .phone{
	position: absolute;
	bottom:-70px;
	right: 60px;
	max-width: 280px;
	height: auto;
}




.job_box{
	clear: both;
	overflow: hidden;
}

.job_box .left,
.job_box .right{
	float: left;
}
.job_box .left{
	width:65%;
}
.job_box .right{
	width:35%;
	padding-left: 30px;
}
.job_box .job_info{
	margin-bottom: 30px;
}
.job_box .job_info:last-child{
	margin-bottom: 0;
}
.job_box .job_info .contact_pub_tit{
	margin-bottom:15px;
}
.job_box .job_info dd{
	font-size: 18px;
	color: #666;
	clear: both;
	overflow: hidden;
}
.job_box .job_info strong,
.job_box .job_info b{
	font-weight: normal;
	float: left;
}

.job_box .job_info strong{
	width:55px;
}
.job_box .job_info b{
	width:calc( 100% - 55px );
}




.job_tab{
	min-width: 702px;
}
.job_tab .title_list{
	background: #FFBB00;
	clear: both;
	overflow: hidden;
}
.job_tab .title_list li,
.job_tab .info_list dd{
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.job_tab .title_list li:nth-child(1),
.job_tab .info_list dl dd:nth-child(1){
	width:130px;
}
.job_tab .title_list li:nth-child(2),
.job_tab .info_list dl dd:nth-child(2){
	width:70px;
}
.job_tab .title_list li:nth-child(3),
.job_tab .info_list dl dd:nth-child(3){
	width:140px;
}
.job_tab .title_list li:nth-child(4),
.job_tab .info_list dl dd:nth-child(4){
	width:120px;
}
.job_tab .title_list li:nth-child(5),
.job_tab .info_list dl dd:nth-child(5){
	width:90px;
}
.job_tab .title_list li:nth-child(6),
.job_tab .info_list dl dd:nth-child(6){
	width:calc(100% - 590px);
}
.job_tab .title_list li{
	float: left;
	/*width:16.666%;*/
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.job_tab .info_list{
	background: #fff;
	border: 1px solid #eee;
	border-top: none;
}
.job_tab .info_list li{
	border-bottom: 1px solid #eee;
}
.job_tab .info_list li:last-child{
	border-bottom: none;
}
.job_tab .info_list dl{
	clear: both;
	overflow: hidden;	
	cursor: pointer;
}
.job_tab .info_list dd{
	float: left;
	/*width:16.666%;	*/
	color: #666;
	font-size: 14px;
}
.job_tab .info_list .button_box{
	
}
.job_tab .info_list .button{
	display: block;
	width:30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	border:1px solid #d2d2d2;
	text-align: center;
	font-family:"宋体","楷体";
	font-style: normal;
	margin:10px auto 0;
	font-size: 14px;
	transition: all 0.5s;
}
.job_tab .info_list li.cur .button{
	transform: rotate(-90deg);
	background-color: #EEEEEE;
}
.job_tab li .job_details{
	background: #EEEEEE;
	color: #666;
	padding:15px;
	display: none;
}


.contact_pub_tit{
	clear: both;
	overflow: hidden;
}
.contact_pub_tit{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top:0;
}




.sidebar_box .art_info,
.sidebar_box{
	clear: both;
	overflow: hidden;
}

.sidebar_box .art_con,
.sidebar_box .good_news{
	float: left;
}
.sidebar_box .art_con{
	width:70%;
	padding:30px;
	background-color: #fff;
}
.sidebar_box .good_news{
	width:30%;
}

.sidebar_box .art_tit{
	font-size: 28px;
	color: #333;
	font-weight: bold;
	margin-bottom:30px;
}
.sidebar_box .art_info{

}

.side_lists,
.side_content{
	float: left;
}
.side_lists {
	width:20%;
	border-right: 1px solid #eee;
	padding-right: 30px;
}

.side_lists .pub_style{
	text-align: center;
	background-color: #F5F5F5;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	padding:20px 0;
}
.side_lists .icon{
	display: block;
	width:25px;
	height: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
}
.side_lists .show_num .icon{
	background-image: url(../img/show.png);
}
.side_lists .share_box .icon{
	background-image: url(../img/fx.png);
}
.side_lists .small,
.side_lists .big{
	display: block;
}
.side_lists .small{
	color: #666;
	font-size: 14px;
	margin-bottom:3px;
	margin-top:3px;
}
.side_lists .big{
	color: #333;
	font-size: 20px;
}
.side_lists .date{

}
.side_lists .show_num{

}
.side_lists .share_box{
	margin-bottom: 0;
}




.side_content{
	width:80%;
	padding-left: 30px;
	font-size: 14px;
	color: #666;
}
.p_n,
.side_content_con{
	clear: both;
	overflow: hidden;
}
.side_content img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 10px;
}
.side_content p{
}


.p_n{
	background-color: #eee;
	padding:10px 15px;
	margin-top: 15px;
}
.p_n .p_page,
.p_n .n_page{
	float: left;
	width: 50%;
}
.p_n,
.p_n a{
	color: #666;
	font-size: 13px;	
}
.p_n a{
	display: block;
	width:85%;
	transition:all 0.3s;
}
.p_n a:hover{
	color: #FFBB00;
}
.p_n .p_page a{
	float: left;
}
.p_n .n_page a{
	float: right;
	text-align: right;
}


.good_news{
	padding-left: 30px;
}
.good_news .pad_box{
	background-color: #fff;
	padding:15px;

}
.good_news .title{
	font-weight: bold;
	color: #333;
	font-size: 18px;
	margin-bottom: 15px;
}

.good_news_list{

}
.good_news_list li{
	margin-bottom: 20px;
}
.good_news_list a{

}
.good_news_list .pic{

}
.good_news_list img{

}
.good_news_list .tit{
	font-size: 15px;
	color: #666;
	font-weight: bold;
	margin-top: 10px;
	transition: all 0.3s;
}
.good_news_list .tit:hover{
	color: #FFBB00;
}
.bdsharebuttonbox{
	width:40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}
.bdshare-button-style0-32 a{
	float: none;
	display: block;
	clear: both;
	background-image: none;
	background-position: 0 0 !important;
	background-size: 40px auto;
	width: 40px !important;
	height: 40px !important;
	margin: 0 !important;
	margin-top: 10px !important;
	text-indent: 0 !important;
}
.bdshare-button-style0-32 .bds_tsina,
.bdshare-button-style0-32 .bds_sqq,
.bdshare-button-style0-32 .bds_weixin{
	overflow: hidden;
	border-radius: 50%;
	background-size: 25px auto;
	background-position: center center !important;
	background-repeat: no-repeat;
	background-color: #D2D2D2;
	transition: background-color 0.3s;
}
.bdshare-button-style0-32 .bds_tsina:hover,
.bdshare-button-style0-32 .bds_sqq:hover,
.bdshare-button-style0-32 .bds_weixin:hover{
	background-color: #FFBB00;
}
.bdshare-button-style0-32 .bds_weixin{
	background-image: url(../img/i_wx.png);
}
.bdshare-button-style0-32 .bds_sqq{
	background-image: url(../img/i_qq.png);
}
.bdshare-button-style0-32 .bds_tsina{
	background-image: url(../img/i_sian.png);
}
.bdshare-button-style0-32 .bds_more{
	color: #666 !important;
	font-size: 14px;
	text-align: center;
	background:none;
	height: 25px !important;
}

.global_title{
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}
.global_title h1,
.global_title h2{
	font-weight: bold;
}
.global_title h1{
	font-size: 36px;
	color: #333;
}
.global_title h2{
	font-size: 24px;
	color: #E6E6E6;
	margin-top: 5px;
}


.pro_list{
	font-size: 0;
	margin: -30px;
}
.pro_list .item{
	display: inline-block;
	width:25%;
	padding:30px;
}
.pro_list .item a {
	font-size: 14px;
	position: relative;
	display: block;
	width:100%;
	height: 100%;
	box-shadow: 0 0 20px rgba(255,187,0,0);
	overflow: hidden;
	transition: all 0.5s;
}
.pro_list .item a:hover{
	box-shadow: 0 0 20px rgba(255,187,0,0.6);	
}
.pro_list img{
	/*transition: all 0.5s;*/
}
.pro_list a:hover img{
	/*transform: scale(1.1);*/
}
.pro_list a::after{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	opacity: 1;
	transition: all 0.5s;
}
.pro_list a:hover::after{
	opacity:0;
}
.pro_list .tit{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin:auto;
	text-align: center;
	width:100%;
	height: 30px;
	z-index: 2;
	transition: all 0.5s;
}
.pro_list a:hover .tit{
	opacity: 0;
	transform: translateY(-30px);
}
.pro_list .info{
	position: absolute;
	background-color: #FFBB00;
	color: #333;
	font-size: 15px;
	line-height: 24px;
	padding:30px 20px;
	bottom:-100%;
	left: 0;
	width:100%;
	z-index: 5;
	opacity: 0;
	transition: all 0.5s;
}
.pro_list a:hover .info{
	bottom:0;
	opacity: 1;
}

.sc_line{
	margin-bottom: 100px;
	clear: both;
	overflow: hidden;
}
.sc_line .video_box{
	clear: both;
	overflow: hidden;
	position: relative;
}
.sc_line .btn_box,
.sc_line video{
	height: 450px;
}
.sc_line .btn_box{
	width:20%;
	position: relative;
	/*height: 527px;*/
}
.sc_line .left_box{
	float: left;
}
.sc_line video{
	float: left;
	width:60%;
	background: #000;
	cursor: pointer;
}
.sc_line .player_btn{
	position: absolute;
	left:0;
	top:0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:78px;
	height: 78px;
	background-image: url(../img/player.png);
	background-position: center center;
	background-size: 78px 78px;
	background-repeat: no-repeat;	
	z-index: 2;
	cursor: pointer;
}
.sc_line .right_box{
	float: left;	
}
.sc_line .s_btn{
	position: absolute;
	top:0;
	bottom:0;
	margin-top: auto;
	margin-bottom: auto;
	height: 410px;
	width:160px;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
	cursor:pointer; 
}
.sc_line .btn_left{
	background-image: url(../img/btn_left_g.png);
	left: 0;
}
.sc_line .btn_right{
	background-image: url(../img/btn_right_g.png);
	right: 0;
}
.sc_line .btn_left:hover{
	background-image: url(../img/ban_btn_left_hover.png);
}
.sc_line .btn_right:hover{
	background-image: url(../img/ban_btn_right_hover.png);
}








.hz_list{
	overflow: hidden;
	clear: both;
}
.hz_list .item{
	float: left;
	width:25%;
	background-color: #FAFAFA;
	border:1px solid #FAFAFA;
	transition: all 0.5s;
}
.hz_list .item:hover {
	border-color:#eee;
}
.hz_list a{
	display: block;
	width:100%;
	height: 145px;
	position: relative;
}
.hz_list img{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	filter: grayscale(1);
	transition: all 0.5s;
}
.hz_list .item:hover img{
	filter: grayscale(0);
}

.about_pub_box{
	margin-bottom: 100px;
}
.about_us,
.about_pub_box{
	clear: both;
	overflow: hidden;
}
.about_us p{
	line-height: 30px;
}
.about_us .col_left,
.about_us .col_right{
	float: left;
	width:50%;
}
.about_us .col_left{
	padding-right: 35px;
}
.about_us .col_right{
	padding-left: 35px;
}

.about_num_list{
	clear: both;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	font-size: 0;
}
.about_num_list .item{
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.about_num_list .item:nth-child(odd){
	color: #FFBB00;	
}
.about_num_list .item:nth-child(even){
	color: #FF9900;	
}
.about_num_list .num{
}
.about_num_list strong{
	font-size: 60px;
	text-shadow: 0 5px 10px rgba(255,153,0,0.5);
}
.about_num_list small{
	font-size: 14px;
}
.about_num_list .tit{
	
}
.about_num_list h1{
	font-size: 18px;
	color: #333;
}
.about_num_list h2{
	font-size: 24px;
	color: #E6E6E6;
	margin-top: 10px;
}

.group_details_box{
	background: url(../img/group_details.png) no-repeat center center;
	background-size: cover;
}
.group_details_box .global_title h2{
	opacity: 0.7;
}
.group_details_box .info{
	float: left;
	width:50%;
	background-color: rgba(255,187,0,0.9);
	padding:60px 40px;
}
.group_details_box .con,
.group_details_box .con p{
	color: #333;
}

.about_jg_box img{
	margin-left: auto;
	margin-right: auto;
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.wh_list{
	clear: both;
	overflow: hidden;
	text-align: center;
}
.wh_list .item{
	position: relative;
	float: left;
	overflow: hidden;
	width:20%;
	transition: all 0.3s linear;
}
.wh_list .item::after{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transition: all 0.3s;
}
.wh_list .item.cur::after{
	opacity:0;
}
.wh_list .item.cur{
	width:60%;
}
.wh_list .item .info{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	opacity: 0;
	z-index: 2;
	transition: all 0.3s;
}
.wh_list .item.cur .info{
	opacity: 1;
}
.wh_list .item h1{
	text-shadow: 0 3px 4px rgba(255,153,0,0.4);
	font-weight: bold;
	font-size: 30px;
	color: #FFBB00;
	margin-top: 60px;
	margin-bottom: 20px;
}
.wh_list .item h2{
	font-size: 18px;
	color: #FF9900;
}
.wh_list .item h3{
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin:auto;
	color: #fff;
	font-size: 28px;
	width:28px;
	font-weight: bold;
	writing-mode: vertical-lr;
	writing-mode: tb-rl;
	z-index: 2;
	transition: all 0.3s;
}
.wh_list .item.cur h3{
	opacity: 0;
	transform: scale(0.5);
}
.wh_list .item img{
	width:auto;
	height: auto;
}

.about_honor_box{

}

.about_honor_box .honor_box{
	clear: both;
	overflow: hidden;
	width:85%;
	margin-left: auto;
	margin-right: auto;
}
.about_honor_box .honor_list{
	float: left;
	max-height: 500px;
}
.about_honor_box .honor_pic{
	float: right;
	padding:5px;

}
.about_honor_box .honor_list{
	padding-top:20px;
}
.about_honor_box .honor_list .item{
	max-width: 360px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	padding:0 30px;
	cursor:pointer; 
	border-radius: 30px;
	color: #333;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: color 0.3s;
}
.about_honor_box .honor_list .item.cur{
	color: #fff;
	background:url(../img/ban_nav.png) no-repeat center center;
	background-size: cover;
	box-shadow: 0 0 8px rgba(255,219,0,0.4);	
}
.about_honor_box .honor_pic{
	border:1px solid #EEEEEE;
	position: relative;
	width:100%;
	max-width: 540px;
	height: 540px;
}
.about_honor_box .honor_pic img{
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin:auto;
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
}

.about_style_box{
	margin-bottom: 0;
}
.about_style{
	clear: both;
	overflow: hidden;
}
.about_style .big_pic,
.about_style .small_pic{
	float: left;
	width: 50%;
}
.about_style .big_pic{
	padding-right: 10px;
}
.about_style .big_pic a{

}
.about_style .big_pic .img{

}
.about_style .small_pic{
	padding-left: 10px;
}
.about_style .small_pic .item{
	float: left;
	width:50%;
}
.about_style .small_pic .item:nth-child(1){
	padding-right: 10px;
	padding-bottom: 10px;
}
.about_style .small_pic .item:nth-child(2){
	padding-left: 10px;
	padding-bottom: 10px;
}
.about_style .small_pic .item:nth-child(3){
	padding-top: 10px;
	padding-right: 10px;
}
.about_style .small_pic .item:nth-child(4){
	padding-left: 10px;
	padding-top: 10px;
}
.about_style .small_pic a{
	color: #fff;
	display: block;
	width:100%;
	height: 178px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; 
	position: relative;
}
.about_style .small_pic .item:nth-child(1) a{

}
.about_style .small_pic .item:nth-child(2) a{
	
}
.about_style .small_pic .item:nth-child(3) a{
	background-color: #FFBB00;
}
.about_style .small_pic .item:nth-child(4) a{
	background-color: #FF9900;
}
.about_style .small_pic .img{

}
.about_style .small_pic .btn_box{
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin:auto;
	height: 55px;
	text-align: center;

}
.about_style .small_pic .icon_img{
	width:49px;
	height:auto;
	display: inline-block;
	margin-top: -38px;
	margin-right: 14px;
}
.about_style .small_pic strong{
	display: inline-block;
	font-size:24px;
	width: 50px;
	height: 50px;
	line-height: 28px;
}

.pro_child_box{
	clear: both;
	overflow: hidden;
	background-color: #F5F3EF;
}
.pro_child_box .left_con,
.pro_child_box .right_con{
	float: left;
	width: 50%;
}
.pro_child_box .right_con{
	padding:60px;
}
.pro_child_banner .limit_box,
.pro_child_box .right_con{
	height: 460px;
}
.pro_child_box .right_con .tit{
	font-size: 36px;
	color: #333;
	font-weight: bold;
}
.pro_child_box .right_con .info{
	margin-top: 25px;
	max-height: 283px;
	overflow-y:auto; 
}
.pro_child_box .right_con .info,
.pro_child_box .right_con .info p{
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

.pro_child_banner .limit_box{
	position: relative;
}
.pro_child_banner .limit_box img{
	position: absolute;
	left:0;
	right: 0;
	top:0;
	bottom: 0;
	margin:auto;
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}


.small_banner form{
	width:400px;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}

.small_banner form input{
	height: 60px;
	font-size: 16px;
}
.small_banner form input[type="text"]{
	width:100%;
	padding-left: 30px;
	padding-right: 60px;
}
.small_banner form input[type="submit"]{
	width:60px;
	height: 100%;
	background: url(../img/news_search.png) no-repeat center center;
	background-size: 24px auto;
	position: absolute;
	right: 0;
	top:0;
	bottom:0;
	margin-top: auto;
	margin-bottom: auto;
	border:none;
	text-indent: -9999px;
}



.side_left_search{
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.select_pro_list{
	clear: both;
	overflow: hidden;
	margin-bottom: 100px;
	transform-style: preserve-3d;
}
.select_pro_list .item{
	float: left;
	width:33.333%;
	perspective:800px;
}
.select_pro_list .item a{
	position: relative;
	display:block;
	width:100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
}
.select_pro_list .item:hover a{
	animation: ani_select_pro 1s;
}
@keyframes ani_select_pro{
	0%{
		transform: rotateY(20deg);
	}
	50%{
		transform: rotateY(-20deg);
	}
	100%{
		transform: rotateY(0deg);
	}
}
.select_pro_list .item a::after{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	transition: all 0.3s;
}
.select_pro_list .item a:hover::after{
	opacity: 0;
}
.select_pro_list .item:nth-child(odd) a::after{
	background-color: rgba(255,187,0,0.2);
}
.select_pro_list .item:nth-child(even) a::after{
	background-color: rgba(0,0,0,0.3);
}
.select_pro_list .item a .tit{
	position: absolute;
	text-align: center;
	color: #fff;
	width:90%;
	height:30px;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin:auto;
	z-index: 3;
	font-size: 30px;
	font-weight: bold;
	transition: all 0.3s;
}
.select_pro_list .item a:hover .tit{
	opacity: 0;
}


.picshow_list{
	clear: both;
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
}
.picshow_list .item{
	float: left;
	width:33.333%;
	padding:10px;
	margin-bottom:20px;
}
.picshow_list .item .tit{
	font-size: 14px;
	color: #666;
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	text-align: center;
}
.picshow_list .pad_box{
	position: relative;
	display: block;
	width:100%;
	height: 246px;
	overflow: hidden;
	background-color: rgba(128,128,128,0.1);
}
.picshow_list .pad_box img{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.picshow_list .item .pad_box::before{
	position: absolute;
	content: "";
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background-color: rgba(255,187,0,0.4);
	opacity: 0;
	z-index: 1;
	transition: all 0.5s;
}
.picshow_list .item .pad_box:hover::before{
	opacity: 1;
}
.picshow_list .item .pad_box::after{
	position: absolute;
	content: "查看更多";
	font-size: 14px;
	left:0;
	top:0;
	right: 0;
	bottom:0;
	margin:auto;
	width:100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #FFBB00;
	opacity: 0;
	z-index: 2;
	color: #fff;
	transform: translateY(20px);
	transition: all 0.8s;
}
.picshow_list .item .pad_box:hover::after{
	opacity: 1;
	transform: translateY(0);
}
.picshow_list .pad_box img{
	transition: all 1s;
}
.picshow_list .pad_box:hover img{
	transform: scale(1.1);
}

.picshow_list .item .line_box{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	width:90%;
	height:85%;
	margin: auto;
}
.picshow_list .item .pad_box .line{
	position: absolute;
	z-index: 3;
	transition: all 1s;
}
.picshow_list .item .pad_box .line_t{
	left:0;
	top:0;
	width:0;
	height:0;
	border-top:1px solid #fff;
}
.picshow_list .item .pad_box:hover .line_t{
	width: 100%;
}
.picshow_list .item .pad_box .line_r{
	right: 0;
	bottom:0;
	width:0;
	height: 0;
	border-right:1px solid #fff;
}

.picshow_list .item .pad_box:hover .line_r{
	height: 100%;
}
.picshow_list .item .pad_box .line_b{
	right: 0;
	bottom:0;
	width:0;
	height: 0;
	border-bottom:1px solid #fff;
}

.picshow_list .item .pad_box:hover .line_b{
	width: 100%;
}
.picshow_list .item .pad_box .line_l{
	left:0;
	top:0;
	width:0;
	height:0;
	border-left:1px solid #fff;
}

.picshow_list .item .pad_box:hover .line_l{
	height: 100%;
}


.pop_show_alpha{
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
.pop_show{
	position: fixed;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin:auto;
	width:100%;
	height:100%;
	z-index: 10000;
	display: none;
}
.pop_show .close_btn{
	background:#FFBB00 url(../img/mobile_close_white.png) no-repeat center center;
	background-size: 20px auto;
	position: absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	cursor: pointer;
}
.pop_show .pop_show_img{
	position: absolute;
	width:100%;
	max-width:700px;
	height: auto;
	max-height: 450px;
	left:0;
	right: 0;
	top:0;
	bottom:0;
	margin: auto;
}
.pop_show_btn_group{
	position: absolute;
	bottom:50px;
	left:0;
	width:100%;	
	font-size: 0;
	text-align: center;
}
.pop_show_btn{
	cursor:pointer; 
	display: inline-block;
	background-position: center center;
	background-size: 20px auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width:40px;
	height: 40px;
	border:1px solid #fff;
	border-radius: 50%;
	margin:0 15px;
	z-index: 10001;
}
.pop_show_btn_left{
	background-image: url(../img/ban_btn_left.png);
}
.pop_show_btn_right{
	background-image: url(../img/ban_btn_right.png);	
}

/*弹出相册*/
.pop_view_alpha,
.pop_view{
	display: none;
}
.pop_view_alpha{
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 9998;
}
.pop_view {
	position: fixed;
	top:10%;
	left:0;
	right:0;
	margin:auto;
	width:60%;
	/*height: 60%;*/
	height: auto;
	background-color: #fff;
	z-index: 9999;
}
.pop_view .pic{
	/*padding:15px 15px 0 15px;*/
}
.pop_view .pic img{
	display: block;
	width:100%;
	height:auto;
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.pop_view .tit{
	text-align: center;
	color: #666;
	font-size: 13px;
	padding:10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.pop_view_close{
	position: absolute;
	top:-25px;
	right:-25px;
	width:30px;
	height:30px;
	background: url(../img/pop_view_close.png) no-repeat center center;
	background-size: 60% auto;
	border-radius: 50%;
	border:2px solid #fff;
	cursor:pointer;
}
/*//弹出相册*/



/*自定义滚动条*/
/*.scroll_content{
	height:700px; 
	overflow:auto;
}*/
._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #ddd;
	width:5px;
}
.mCSB_draggerRail{
	background: #EBEBEB !important;
}
/*//自定义滚动条*/


/*刷新分页*/
.pagination{	
	width:100%;
	height:auto;
	overflow:hidden;
	color:#3A4650;
	clear: both;
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}
.pagination a{
	border:1px solid #E5E5E5;
	color:#333;
	text-decoration: none;
	transition:all 0.3s;
}
.pagination a:hover,
.pagination .current{
	background:#FFBB00;
	border:1px solid #FFBB00;
	color:#fff;
}
.pagination a,
.pagination .current{
	font-size:18px;
	margin:2px;	
	display:inline-block;
	padding:5px 15px;
}
.pagination .l_l{
	font-size:12px;
	margin-top:5px;
}
.pagination .l_r{
	margin-top: 5px;
}
/*//刷新分页*/


.page{
	height:auto;
	overflow:hidden;
	color:#3A4650;
	clear: both;
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}
.page a{
	border:1px solid #E5E5E5;
	color:#333;
	text-decoration: none;
	transition:all 0.3s;
}
.page a:hover,
.page .current{
	background:#FFBB00;
	border:1px solid #FFBB00;
	color:#fff;
}
.page a,
.page .current{
	font-size:18px;
	margin:2px;	
	display:inline-block;
	padding:5px 15px;
}
.page .l_l{
	font-size:12px;
	margin-top:5px;
}
.page .l_r{
	margin-top: 5px;
}

/*图片弹出层效果调整*/
.viewer-container {
	z-index: 1000 !important;
}
.viewer-footer{
	bottom:15px;
}
.viewer-navbar{
	display: none;
}
.viewer-button {
	top: -32px;
	right: -32px;
/*	width: 80px;
	height: 80px;*/
	border-radius:0;
	background-color: #FFBB00;
}
/*图片弹出层效果调整*/
.modal{
	z-index: 99999;
}
a.appJob{
	color: #fff;
	padding:6px 16px;
	font-size: 12px;	
	margin-bottom: 10px;
	margin-left:0px;
	background:none;
	border:1px solid #3A4650;
	color: #3A4650;
}
a.appJob:hover{
	color: #fff !important;
	background: #3A4650;
	border-color: #3A4650;
}
a.appJob:focus{
	color: #3A4650;
	outline: none;
}
.form-control{
	border-radius: 0px;
}
.form-control:focus{
	border:1px solid #000;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
.form-control:hover{
	border:1px solid #000;
}
.btn{
	background: #3A4650;
	border-radius:0px;
	transition:all 0.2s;
	color:#fff;
	border:none;
}
 .btn:hover{
	color:#fff;
	border-color:#bbb;
	background:#bbb;
}
/*在线留言*/
.btnOk{
	background:#FFBB00;
	padding:7px 15px;
	width: 150px;
	color:#fff;
	border:none;
	font-size: 14px;
	border-radius: 2px;
	transition: all 0.5s ease 0s;
}
.btnOk:hover{
	background:#FFBB00;
}
.contactUs img{
	width:100px;
	height: 34px;
	margin-top:0;
}
/*--在线留言*/
/**{
	-ms-behavior: url(./Public/js/backgroundsize.htc);
	behavior: url(./Public/js/backgroundsize.htc);
}*/
@media (min-width: 1200px){

}
@media (max-width:1199px){
	.ban_nav dd a{
		font-size: 17px;
	}
	.side_right{
		padding-left: 60px;
	}
	.news_list .time{
		margin-top: 15px;
	}
	.news_list .tit{
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.good_news_lists li{
		margin-bottom: 20px;
	}
	.good_news_lists .pic{
		margin-bottom: 10px;
	}
	.good_news_lists .tit{
		font-size: 16px;
		line-height: 22px;
	}
	.news_list .pic{
		height: 203px;
	}
	.map_box .phone{
		bottom:-100px;
		max-width: 240px;
	}
	.map_box .tit{
		font-size: 50px;
	}
	.job_box .left{
		width:100%;
	}
	.job_box .right{
		width:100%;
		padding-left:0;
		margin-top: 20px;
	}

	.job_tab .title_list li:nth-child(1),
	.job_tab .info_list dl dd:nth-child(1){
		width:150px;
	}
	.job_tab .title_list li:nth-child(2),
	.job_tab .info_list dl dd:nth-child(2){
		width:100px;
	}
	.job_tab .title_list li:nth-child(3),
	.job_tab .info_list dl dd:nth-child(3){
		width:230px;
	}
	.job_tab .title_list li:nth-child(4),
	.job_tab .info_list dl dd:nth-child(4){
		width:160px;
	}
	.job_tab .title_list li:nth-child(5),
	.job_tab .info_list dl dd:nth-child(5){
		width:120px;
	}
	.job_tab .title_list li:nth-child(6),
	.job_tab .info_list dl dd:nth-child(6){
		width:calc(100% - 760px);
	}
	.contact_pub_tit{
		font-size: 22px;
		margin-bottom: 20px;
	}

	.sidebar_box .art_tit{
		font-size: 24px;
	}

	.pro_list .item{
		width:33.333%;
	}
	.global_title h1{
		font-size: 32px;
	}
	.global_title h2{
		font-size: 20px;
	}
	.hz_list a{
		height: 120px;
	}		
	.about_honor_box .honor_box{
		width:100%;
	}
	.about_style .small_pic a{
		height: 145px;
	}
	.pro_child_banner .limit_box,
	.pro_child_box .right_con{
		height: 370px;
	}


	.pro_child_box .right_con .tit{
		font-size: 30px;
	}
	.pro_child_box .right_con .info{
		margin-top: 20px;
		max-height: 234px;
	}
	.pro_child_box .right_con .info,
	.pro_child_box .right_con .info p{
		font-size: 14px;
	}
	.pro_child_box .right_con{
		padding:40px;
	}
	.page a,
	.page .current{
		font-size:16px;
	}
	.pagination a,
	.pagination .current{
		font-size:16px;
	}
	.picshow_list .pad_box{
		height: 203px;
	}


}
@media (max-width: 991px){
	.ban_nav dd a{
		font-size: 16px;
	}
	.side_left{
		width:100%;
	}
	.news_list .time{
		margin-top:20px;
	}
	.news_list .pic{
		height: 225px;
	}
	.map_box .phone{
		bottom:-120px;
		max-width: 200px;
	}
	.map_box .tit{
		font-size: 45px;
	}

	.job_tab .title_list li:nth-child(1),
	.job_tab .info_list dl dd:nth-child(1){
		width:150px;
	}
	.job_tab .title_list li:nth-child(2),
	.job_tab .info_list dl dd:nth-child(2){
		width:80px;
	}
	.job_tab .title_list li:nth-child(3),
	.job_tab .info_list dl dd:nth-child(3){
		width:180px;
	}
	.job_tab .title_list li:nth-child(4),
	.job_tab .info_list dl dd:nth-child(4){
		width:100px;
	}
	.job_tab .title_list li:nth-child(5),
	.job_tab .info_list dl dd:nth-child(5){
		width:100px;
	}
	.job_tab .title_list li:nth-child(6),
	.job_tab .info_list dl dd:nth-child(6){
		width:calc(100% - 610px);
	}
	.contact_pub_tit{
		font-size: 18px;
		margin-bottom: 30px;
		margin-top: 20px;
	}

	.sidebar_box .art_tit{
		font-size: 21px;
	}
	.sidebar_box .art_con{
		width:75%;
	}
	.sidebar_box .good_news{
		width:25%;
	}
	.side_content,
	.side_content p{
		font-size: 13px;
	}
	.good_news .title{
		font-size: 16px;
	}
	.good_news_list .tit{
		font-size: 14px;
	}
	.good_news{
		padding-left:15px;
	}
	.pro_list{
		margin: -20px;
	}
	.pro_list .item{
		padding:20px;
	}
	.pro_list .info{
		font-size: 13px;
		line-height: 22px;
		padding:20px 15px;
	}
	.global_title h1{
		font-size: 30px;
	}
	.global_title h2{
		font-size: 18px;
	}
	.hz_list .item{
		width:33.333%;
	}
	.hz_list a{
		height: 124px;
	}


	.about_num_list strong{
		font-size:50px;
	}
	.about_num_list h1{
		font-size: 16px;
	}
	.about_num_list h2{
		font-size: 20px;
	}
	.group_details_box .info{
		padding:40px 30px;
	}
	.about_honor_box .honor_pic{
		max-width: 400px;
		height: 400px;
	}
	.about_honor_box .honor_list{
		padding-top:10px;
		max-height:370px;
	}
	.about_honor_box .honor_list .item{
		max-width: 300px;
		font-size: 15px;
		padding:0 20px;
		margin-bottom:0;
	}
	.about_style .small_pic a{
		height: 110px;
	}
	.pro_child_banner .limit_box,
	.pro_child_box .right_con{
		height: 280px;
	}

	.pro_child_box .right_con .tit{
		font-size: 24px;
	}
	.pro_child_box .right_con .info{
		margin-top: 15px;
		max-height: 185px;
	}
	.pro_child_box .right_con .info,
	.pro_child_box .right_con .info p{
		font-size: 13px;
		line-height: 22px;
	}
	.pro_child_box .right_con{
		padding:30px;
	}
	.select_pro_list .item a .tit{
		height:25px;
		font-size: 25px;
	}
	.page a,
	.page .current{
		font-size:15px;
	}
	.pagination a,
	.pagination .current{
		font-size:15px;
	}
	.sc_line .s_btn{
		height: 300px;
		width:100px;
		background-size: 40px auto;
	}

	.sc_line .btn_box,
	.sc_line video{
		height: 350px;
	}
	.picshow_list .item{
		width:50%;
	}
	.picshow_list .pad_box{
		height: 239px;
	}

}
@media (max-width: 767px){	
	.small_banner{
		height: 150px;		
	}

	.small_banner .text{
		top:43px;
	}
	.small_banner .text::after{
		width:100px;
		height: 100px;
		border-width:8px;
	}
	.small_banner .text h1{
		font-size: 27px;
	}
	.small_banner .text .line{
		width:46px;
		height:2px;
		margin:5px auto;
	}
	.small_banner .text strong{
		font-size: 18px;
	}



	.section{
		
	}
	.section_con{
		padding:15px;
	}
	.section_con p{
		font-size: 12px;
		line-height: 22px;
		text-indent: 24px;
	}
	.page{
		margin-top: 5px;
	}
	.pagination{
		margin-top: 5px;
	}

	.news_list .text,
	.news_list .pic{
		width:100%;
	}
	.news_list .pic{
		height: auto;
	}
	.news_list .pic,
	.news_list .pic img{
		position: static;
	}
	.news_list .pic img{
		width: 100%;
	}
	.news_list .text{
		padding-left:0;
	}
	.news_list .time{
		font-size: 13px;
		margin-top: 10px;
	}
	.news_list .tit{
		font-size: 15px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.news_list .info{
		font-size: 12px;
		line-height: 22px;
	}
	.news_list li{
		margin-bottom:15px;
	}
	.map_box{
		position: static;
		margin-bottom:5px;
	}
	.map_box .tit{
		font-size:20px;
		margin-bottom: 5px;
	}

	.job_box .job_info dd{
		font-size: 12px;
	}


	.job_box .job_info{
		margin-bottom: 15px;
	}
	.job_box .job_info:last-child{
		margin-bottom: 0;
	}
	.job_box .job_info .contact_pub_tit{
		margin-bottom:10px;
	}
	.job_tab .title_list li,
	.job_tab .info_list dd{
		height: 45px;
		line-height:45px;
	}
	.job_tab .title_list li:nth-child(1),
	.job_tab .info_list dl dd:nth-child(1){
		width:130px;
	}
	.job_tab .title_list li:nth-child(2),
	.job_tab .info_list dl dd:nth-child(2){
		width:70px;
	}
	.job_tab .title_list li:nth-child(3),
	.job_tab .info_list dl dd:nth-child(3){
		width:150px;
	}
	.job_tab .title_list li:nth-child(4),
	.job_tab .info_list dl dd:nth-child(4){
		width:120px;
	}
	.job_tab .title_list li:nth-child(5),
	.job_tab .info_list dl dd:nth-child(5){
		width:90px;
	}
	.job_tab .title_list li:nth-child(6),
	.job_tab .info_list dl dd:nth-child(6){
		width:calc(100% - 600px);
	}

	.job_tab .title_list li{
		font-size: 13px;
	}
	.job_tab .info_list dd{
		font-size: 12px;
	}
	.job_tab .info_list .button{
		margin:8px auto 0;
	}
	.contact_pub_tit{
		font-size: 16px;
		margin-bottom: 15px;
		margin-top:10px;
	}
	.job_box .right{
		margin-top: 0;
	}
	.sidebar_box .art_con{
		width:100%;
		padding:15px;
	}
	.sidebar_box .art_tit{
		font-size: 16px;
		line-height: 22px;
		margin-bottom:15px;
		text-align: center;
	}

	.side_content{
		width:100%;
		padding-left:0;
		font-size: 12px;
	}

	.p_n{
		margin-top: 10px;
	}
	.p_n .p_page,
	.p_n .n_page{
		width: 100%;
	}
	.p_n .p_page{
		margin-bottom:5px;
	}
	.p_n,
	.p_n a{
		font-size: 12px;
	}
	.p_n a{
		width:100%;
	}
	.p_n .p_page a,
	.p_n .n_page a{
		float: none;
	}
	.p_n .n_page a{
		text-align: left;
	}
	.art_time{
		clear: both;
		overflow: hidden;
		display: block;
		text-align: center;
		font-size: 12px;
		color: #999;
		margin-top:5px;
		margin-bottom: 10px;
		border-bottom:1px dotted #ddd;
		padding-bottom: 10px;
	}

	.pro_list{
		margin: -10px;
	}
	.pro_list .item{
		padding:10px;
		width:100%;
	}
	.pro_list .tit{
		font-size:25px;
		height: 25px;
	}
	.pro_list .info{
		bottom:0;
		position: static;
		opacity: 1;
	}
	.global_title{
		margin-bottom:15px;
	}
	.global_title h1{
		font-size: 20px;
	}
	.global_title h2{
		font-size: 15px;
	}
	.hz_list .item{
		width:50%;
	}
	.hz_list a{
		height: 120px;
	}
	.about_us .col_left,
	.about_us .col_right{
		width:100%;
	}
	.about_us .col_left{
		padding-right: 0;
	}
	.about_us .col_right{
		padding-left: 0;
	}
	.about_num_list{
		margin-top: 0;
	}
	.about_num_list .item{
		width: 50%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.about_num_list strong{
		font-size: 30px;
	}
	.about_num_list small{
		font-size: 13px;
	}
	.about_num_list h1{
		font-size: 14px;
	}
	.about_num_list h2{
		font-size: 16px;
		margin-top:5px;
	}
	.group_details_box .info{
		width:100%;
		padding:20px 15px;
	}
	.about_pub_box{
		margin-bottom: 25px;
	}
	.wh_list .item img,
	.wh_list .item.cur,
	.wh_list .item{
		width:100%;
	}
	.wh_list .item{
		margin-bottom: 10px;
	}
	.wh_list .item.cur::after{
		opacity: 1;
	}
	.wh_list .item h3{
		display: none;
	}
	.wh_list .item .info{
		opacity: 1;
	}
	.wh_list .item h1{
		font-size: 18px;
		margin-top: 35px;
		margin-bottom: 10px;
	}
	.wh_list .item h2{
		font-size: 15px;
	}



	.about_honor_box .honor_list{
		float: none;
		max-height:100%;
	}
	.about_honor_box .honor_pic{
		float: none;
	}
	.about_honor_box .honor_list{
		padding-top:0;
		max-height: auto;
	}
	.about_honor_box .honor_list .item{
		max-width: 100%;
		height: 30px;
		line-height:30px;
		font-size: 12px;
		padding:0 10px;
		border-radius: 15px;
		margin-bottom: 5px;
	}
	.about_honor_box .honor_list .item.cur{
		color: #fff;
		background:url(../img/ban_nav.png) no-repeat center center;
		background-size: cover;
		box-shadow: 0 0 8px rgba(255,219,0,0.4);	
	}
	.about_honor_box .honor_pic{
		position: static;
		width:100%;
		max-width: 100%;
		height: auto;
	}
	.about_honor_box .honor_pic img{
		width:100%;
		height: 100%;
		position: static;
	}
	.about_style .big_pic,
	.about_style .small_pic{
		width: 100%;
	}
	.about_style .big_pic{
		padding-right:0;
		padding-bottom: 10px;
	}
	.about_style .small_pic{
		padding-left: 0;
	}
	.about_style .small_pic .item:nth-child(1){
		padding-right: 5px;
		padding-bottom: 5px;
	}
	.about_style .small_pic .item:nth-child(2){
		padding-left: 5px;
		padding-bottom: 5px;
	}
	.about_style .small_pic .item:nth-child(3){
		padding-top: 5px;
		padding-right: 5px;
	}
	.about_style .small_pic .item:nth-child(4){
		padding-left: 5px;
		padding-top: 5px;
	}
	.about_style .small_pic .item:nth-child(1) a,
	.about_style .small_pic .item:nth-child(2) a{
		height: auto;
	}
	.about_style .small_pic .btn_box{		
		height: 40px;
	}
	.about_style .small_pic .icon_img{
		width:35px;
		margin-top: -32px;
		margin-right: 8px;
	}
	.about_style .small_pic strong{
		font-size:18px;
		width: 36px;
		height: 40px;
		line-height: 24px;
	}
	.about_style_box{
		margin-bottom: 10px;
	}

	.pro_child_box .left_con,
	.pro_child_box .right_con{
		width:100%;
	}
	.pro_child_banner .limit_box img{
		position: static;
		width: 100%;
	}
	.pro_child_banner .limit_box,
	.pro_child_box .right_con{
		height:auto;
	}
	.pro_child_box .right_con .tit{
		font-size: 18px;
	}
	.pro_child_box .right_con .info{
		margin-top: 10px;
		max-height:100%;
	}
	.pro_child_box .right_con .info,
	.pro_child_box .right_con .info p{
		font-size: 12px;
	}
	.pro_child_box .right_con{
		padding:20px 15px;
	}
	.select_pro_list .item{
		width:50%;
	}
	.select_pro_list .item a .tit{
		height:16px;
		font-size:16px;
	}
	.select_pro_list .item:nth-child(3n+1) a::after{
		background-color: rgba(255,187,0,0.2);
	}
	.select_pro_list .item:nth-child(3n) a::after{
		background-color: rgba(0,0,0,0.3);
	}
	.select_pro_list{
		margin-bottom:20px;
	}
	.page a,
	.page .current{
		font-size:12px;
		padding:5px 10px;
	}
	.pagination a,
	.pagination .current{
		font-size:12px;
		padding:5px 10px;
	}

	.sc_line{
		margin-bottom: 20px;
	}
	.sc_line video{
		height: auto;
	}
	.sc_line video{
		float: left;
		width:100%;
	}
	.sc_line .player_btn{
		display: none !important;
	}

	.sc_line .xs_btn_box{
		clear: both;
		overflow: hidden;
	}
	.sc_line .xs_btn{
		float: left;
		width: 50%;
		height: 40px;
		cursor: pointer;
		background-color: #F5F5F5;
		background-repeat: no-repeat;
		background-size: 25px auto;
		background-position: center center;
		text-indent: -9999px;
	}
	.sc_line .xs_left_btn{
		background-image: url(../img/btn_left_g.png);
		border-right: 1px solid #E6E6E6;
	}
	.sc_line .xs_right_btn{
		background-image: url(../img/btn_right_g.png);		
	}


	.picshow_list{
		margin-left: -7px;
		margin-right: -7px;
	}
	.picshow_list .item{
		width:50%;
		padding:7px;
		margin-bottom: 10px;
	}
	.picshow_list .pad_box{
		height:100px;
	}
	.picshow_list .item .tit{
		font-size: 12px;
	}
	.picshow_list .item .line_box,
	.picshow_list .item .pad_box::before,
	.picshow_list .item .pad_box::after{
		display: none;
	}
	.picshow_list .pad_box:hover img{
		transform: none;
	}


}