html,body{
	font-family: "microsoft yahei";
}



.header{
	height: 125px;
	background: #222;
	position: relative;
	border-bottom: 5px solid #f6cc39;
}
.logo{
	width: 270px;
	height: 120px;
}
.logo img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}


.head_r{
	width: 675px;
}
.head_r_t{
	padding-top: 28px;
	display:flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items:center;
    -webkit-align-items: center;
}


.search_box{
	width: 170px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 5px;
}
.search_text{
	float:left;
	width:calc(100% - 35px);
	height: 23px;
	padding-left: 12px;
	border: 0;
	font-size: 12px;
	color: #fff;
	background: none;
}
.search_text::-webkit-input-placeholder {
    color: #ddd;
}

.search_btn{
	width:34px;
	height: 23px;
	background:url(../images/search_icon.png) no-repeat center top 5px;
	border:0;
	cursor: pointer;
}

.head_tel{
	color: #f5c624;
	font-weight: bold;
	line-height: 25px;
	font-size:14px;
	padding: 0 5px;
}
.head_lag{
	color: #dcdcdc;
	line-height: 25px;
}
.head_lag a{
	color: #dcdcdc;
	margin: 0 5px;
}
.head_lag a:hover{
	text-decoration: underline;
}

.menu{
	
}
.menu_dl dd{
	float: left;
	height: 66px;
	margin: 0 20px;
	position: relative;
}
.menu_tt{
	display: block;
	color: #fff;
	line-height: 66px;
	font-size: 14px;
}
.menu_dl dd.menu_dd_pro{
	position: static;
} 
.menu_pro_down{
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 119px;
	z-index: 4;
	padding: 50px 0;
	background: rgba(255,255,255,.95);
}

.menu_pro_item{
	float: left;
	padding-right: 50px;
	margin-right: 50px;
	line-height: 32px;
	position: relative;
}
.menu_pro_item:after{
	content: "";
	position: absolute;
	right: 0;
	top:0px;
	display: block;
	width: 1px;
	height: 186px;
	background: #e1e1e1;
}
.menu_pro_item:last-child:after{
	content: "";
	display: none;
}
.menu_pro_item_tt{
	float: left;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-right:20px;
}
.menu_pro_item_list{
	margin-right: 40px;
}
.menu_pro_item_list a{
	display: block;
	color: #666;
	padding-left: 15px;
	background: url(../images/menu_icon1.png) no-repeat left center;
}
.menu_pro_item_list a:hover{
	color: #333;
	text-decoration: underline;
}

.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top: 66px;
	z-index: 4;
	width: 120px;
	padding: 12px 0;
	text-align: center;
	background: rgba(255,255,255,.95);
}
.menu_down a{
	display: block;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.menu_down a:hover{
	color: #333;
	text-decoration: underline;
}


.menu_dl dd.hover .menu_tt{
	color: #f6cc39;
}


/**banner***/
.banner{
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.banner .hd{
	display: none;
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

.banner .bd{
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.banner .bd .bdBox{
	width: 1920px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -960px;
	z-index: 1;
}
.banner .bd ul li{
	display: block;
	width: 100%;
	height:600px;
}
.banner .bd ul li a{
	display: block;
	width: 100%;
	height: 100%;
}



.banner_prev,.banner_next{
	position: absolute;
	z-index: 4;
	left: -50px;
	top: 50%;
	width: 40px;
	height: 52px;
	text-align: center;
	color: #666;
	background:url(../images/banner_ico.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner_next{
	left: auto;
	right: -50px;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}
.banner:hover .banner_prev{
	left: 20px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner:hover .banner_next{
	right: 20px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/*
 * pro_class
 */
.pro_class_box{
	padding: 5px 0;
	background: #222;
}
.pro_class_list{
	display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
}
.pro_class_list dd{
	width: 185px;
	height: 40px;
	position: relative;
	background: #434343;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_class_list dd .pic{
	display: none;
	position: absolute;
	left:0;
	z-index: 4;
	bottom: 40px;
	width:185px;
	padding: 12px 12px 5px;
	overflow: hidden;
	background: #f5c624;
}
.pro_class_list dd .pic img{
	display: block;
	width: 160px;
	height: 120px;
}
.pro_class_list dd .tt{
	color: #fff;
	line-height: 40px;
}
.pro_class_list dd:hover{
	background: #f5c624;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*.pro_class_list dd:hover .pic{
	display: block;
}*/


.ind_box1{
	background: url(../images/ind_bg1.jpg) repeat center center;
	padding: 35px 0;
}

.ind_title1{
	display: block;
	margin-bottom: 30px;	
}
.ind_title1 .tt{
	font-family: arial;
	letter-spacing: 7px;
	padding-bottom: 6px;
}
.ind_title1 .text span{
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	padding: 0 20px;
	position: relative;
}
.ind_title1 .text:after,.ind_title1 .text:before{
	content: "";
	display: inline-block;
	width: 150px;
	height: 1px;
	background: #afafaf;
	position: relative;
	top: -7px;
}

.ind_title2{
	display: block;
	width: 108px;
	color: #fff;
}
.ind_title2 .tt{
	width: 60px;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	background: url(../images/ind_bg2.png) no-repeat center top;
}
.ind_title2 .text{
	width:30px;
	color: #656565;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 2px;
	transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    margin-top: 130px;
}

.more_btn1{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 18px;
	font-family: arial;
	text-align: center;
	line-height: 25px;
	background: #f5c624;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.more_btn2{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 28px;
	font-family: arial;
	text-align: center;
	line-height: 40px;
	background: #f5c624;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.pro_list1 dd{
	float: left;
	width: 280px;
	margin: 0 26px 25px 0;
}
.pro_list1 dd:nth-child(4n){
	margin-right: 0;
}
.pro_list1 dd .pic{
	overflow: hidden;
	position: relative;
	border: 1px solid #dcdcdc;
}
.pro_list1 dd .pic img{
	display: block;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_list1 dd .con{
	padding: 23px 0 10px;
}

.pro_list1 dd .con .tt{
	font-size: 16px;
	margin-bottom: 8px;
}
.pro_list1 dd .con .text{
	line-height: 20px;
	color: #666;
}

.pro_list1 dd:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_list1 dd:hover .more_btn1{
	background: #222;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.ind_box2{
	padding: 65px 0;
	background: #222;
}

.ind_box2_con{
	width:1092px;
}
.ind_box2_con_l{
	width: 354px;
	height: 354px;
	overflow: hidden;
	position: relative;
}
.ind_box2_con_l img{
	display: block;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2_con_l .tt{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	background: rgba(0,0,0,.6);
}
.ind_box2_con_l:hover img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.ind_box2_con_list{
	width: 738px;
}
.ind_box2_con_list dd{
	float: left;
	width: 170px;
	margin: 0 0 14px 14px;
	position: relative;
	overflow: hidden;
}
.ind_box2_con_list dd img{
	display: block;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2_con_list dd .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	color: #fff;
	line-height: 25px;
	padding: 0 15px;
	background: rgba(0,0,0,.6);
}
.ind_box2_con_list dd:hover img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.ind_box3{
	padding: 50px 0;
}
.ind_title3{
	display: block;
	margin-bottom:28px;
}
.ind_title3 .tt{
	text-align: center;
	margin-bottom: 8px;
}
.ind_title3 .tt:after,.ind_title3 .tt:before{
	content: "";
	display: inline-block;
	position: relative;
	top: -18px;
	width: 120px;
	height: 1px;
	background: #d2d2d2;
}
.ind_title3 .tt span{
	display: inline-block;
	padding: 0 30px;
}
.ind_title3 .tt span img{
	display: inline-block;
	margin: 0 auto;
}


.ind_title3 .text{
	line-height: 18px;
	text-align: center;
}


.ind_box3_con_l{
	width: 650px;
	height: 350px;
	position: relative;
	overflow: hidden;
}
.ind_box3_con_l .hd{
	display: none;
}
.ind_box3_con_l .bd{
	width: 600px;
}
.ind_box3_con_l .bd ul li img{
	display: block;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3_con_l .bd ul li:hover img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.ind_box3_con_prev,.ind_box3_con_next{
	position: absolute;
	left: 0;
	bottom:0;
	width: 35px;
	height: 35px;
	background: rgba(34,34,34,.5) url(../images/arr_icon1.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3_con_next{
	left: 35px;
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}
.ind_box3_con_prev:hover,.ind_box3_con_next:hover{
	background-color: rgba(34,34,34,.75);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box3_con_l_icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 157px;
	height: 350px;
}
.ind_box3_con_l_icon img{
	display: block;
}




.ind_box3_con_r{
	width: 550px;
	height: 350px;
	position: relative;
	padding: 60px 40px 0; 
	background: #222;
}
.ind_box3_con_r_item{
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}
.ind_box3_con_r_item .num{
	float: left;
	width: 35px;
	height: 35px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	border-radius: 35px;
	background: #ffd102;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3_con_r_item .con{
	float: left;
	width:calc(100% - 35px);
	padding-left: 15px;
}
.ind_box3_con_r_item .con .tt{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 3px;
}
.ind_box3_con_r_item .con .text{
	font-family: arial;
	color: #bcbcbc;
}

.ind_box3_con_r_item:hover .num{
	transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.ind_box4{
	padding: 45px 0;
	background: #f3f3f3;
}

.ind_title4{
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
}
.ind_title4 .tt{
	float: left;
	margin-right: 15px;
}
.ind_title4 .icon{
	color: #f5c624;
}


.ind_case_list dd{
	float: left;
	width: 190px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}
.ind_case_list dd img{
	display: block;
	width: 100%;
}
.ind_case_list dd .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 30px;
	font-family: simsun;
	background: rgba(245,198,46,9);
}
.ind_case_list dd:hover img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.ind_box4_news{
	width: 570px;
}
.ind_box4_news_l{
	width: 265px;
	margin-right: 20px;
}
.ind_news_list dd{
	line-height: 32px;
}
.ind_news_list dd a{
	display: block;
	line-height: 32px;
	padding-left: 15px;
	background: url(../images/menu_icon1.png) no-repeat left 3px center;
}
.ind_news_list dd a:hover{
	text-decoration: underline;
}


.friend_link{
	padding: 45px 0;
}
.friend_link_scroll{
	width: 100%;
	position: relative;
}
.friend_link_scroll .hd{
	display: none;
}
.friend_link_scroll .bd{
	width: 1110px;
	margin: 0 auto;
}
.friend_link_scroll .bd ul li{
	float: left;
	width:185px;
	height: 80px;
}
.friend_link_scroll .bd ul li a{
	height: 80px;
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.friend_link_scroll .bd ul li img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.friend_link_prev,.friend_link_next{
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 80px;
	background: url(../images/link_icon.png) no-repeat center center;
	cursor: pointer;
}
.friend_link_next{
	left: auto;
	right: 0;
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.friend_link_scroll .bd ul li:hover img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.footer_tel{
	height: 60px;
	padding: 10px 0;
	background: url(../images/footer_tel_bg.jpg) no-repeat center center;
}
.footer_tel .wrapper{
	display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
}
.footer_tel_item{
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	position: relative;
	cursor: pointer;
}
.footer_tel_item .icon{
	float: left;
	width: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	margin-right: 8px;
}
.footer_tel_item .text{
	float: left;
	font-size: 18px;
	font-weight: bold;
}


.footer_tel_item_pic{
	display:none;
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 160px;
	height: 160px;
}
.footer_tel_item_pic img{
	display: block;
	width: 160px;
	height: 160px;
}
.footer_t{
	background: #222;
	padding: 55px 0 35px;
}
.footer_t_l{
	width: 725px;
}
.footer_t_title{
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	border-left: 5px;
	margin-bottom: 25px;
}
.footer_t_title:before{
	content: "";
	float: left;
	width: 5px;
	height: 20px;
	background: #f5c624;
	margin:2px 15px 0 0;
}
.footer_t_l_item{
}
.footer_t_l_item1{
	margin-right: 20px;
}
.footer_t_l_con_tt{
	display: block;
	color: #fff;
	font-size: 14px;
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer_t_l_list{
	width: 140px;
	margin-right: 20px;	
}
.footer_t_l_list a{
	display: block;
	color: #d1d1d1;
	padding-left: 15px;
	line-height: 32px;
	background: url(../images/menu_icon1.png) no-repeat left center;
}

.footer_t_l_list a:hover{
	color: #fff;
	text-decoration: underline;
}


.footer_t_r{
	width: 440px;
}
.footer_t_r_item{
	float: left;
	width: 220px;
	margin-bottom: 25px;
}
.footer_t_r_item_tt{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.footer_t_r_item_tt1{
	color: #d1d1d1;
	margin-bottom: 7px;
	line-height: 16px;
}
.footer_t_r_item_text{
	color: #d1d1d1;
	line-height: 16px;
	margin-bottom:7px;
}
.footer_t_r_item_tt1 a{
	color: #d1d1d1;
}
.footer_t_r_item_tt1 a:hover{
	text-decoration: underline;
}


.footer_share{
	width: 220px;
	padding-top: 68px;
}
.footer_share_tt{
	font-size: 14px;
	line-height: 26px;
	color: #d1d1d1;
}


.footer_b{
	background: #333;
	line-height: 30px;
	padding: 10px 0;
}
.footer_b_text,.footer_b_text a{
	color: #d1d1d1;
}
.footer_b_text a:hover{
	text-decoration: underline;
}



/*
 * sub_banner
 */
.sub_banner{
	height: 300px;
	position: relative;
	overflow: hidden;
}
.location{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #fff;
	background: rgba(245,198,36,.9);
}
.location a{
	color: #fff;
}
.location a:hover{
	text-decoration: underline;
}




/*
 * sub_main
 */

.sub_main{
	padding: 50px 0;
}
.sub_title1{
	margin-bottom: 40px;
}
.sub_title1 .tt{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}
.sub_title1 .text{
	line-height: 22px;
	color: #666;
}
.sub_title2{
	border-bottom: 2px solid #eee;
	margin-bottom: 30px;
}
.sub_title2 .tt{
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 15px;
}
.sub_title2:after{
	content: "";
	display: block;
	width: 46px;
	height: 2px;
	background: #f5c624;
	position: relative;
	top: 2px;
}

.sub_title3{
	margin-bottom: 30px;
}
.sub_title3 .tt{
	font-size: 36px;
	font-weight: bold;
}
.sub_title3 .line{
	width: 60px;
	height: 3px;
	background:#f5c624;
	margin-top: 18px;
	margin-bottom: 18px;
}
.sub_title3 .text{
	color: #666;
}



.pro_cover_list dd{
	float: left;
	width: 380px;
	margin-right: 30px;
}
.pro_cover_list dd:last-child{
	margin-right: 0;
}
.pro_cover_list_pic{
	display: block;
	position: relative;
	overflow: hidden;
}
.pro_cover_list_pic img{
	display: block;
	width: 100%;
}
.pro_cover_list_pic .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	color:#fff;
	background: rgba(34,34,34,.8);
}
.pro_cover_list_pic:hover img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_cover_list_con{
	padding: 25px 0 0 0;
}
.pro_cover_list_con_tt{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.pro_cover_list_con_tt span{
	display: inline-block;
	padding: 0 20px 0 0;
}
.pro_cover_list_con_tt:after{
	content: "";
	position: relative;
	top: -5px;
	display:inline-block;
	width: 200px;
	height: 2px;
	background: #f5c624;
}
.pro_cover_list_con_list{
	width: 150px;
	margin-right: 25px;
}
.pro_cover_list_con_list dd{
}
.pro_cover_list_con_list dd a{
	display: block;
	color: #666;
	line-height: 32px;
	padding-left: 15px;
	font-size: 14px;
	background: url(../images/menu_icon1.png) no-repeat left center;
}
.pro_cover_list_con_list dd a:hover{
	color: #333;
	text-decoration: underline;
}




/*
 * pro_det_t
 */
.pro_det_t{
	margin-bottom: 40px;
}

.pro_det_pic{
	position: relative;
	width: 520px;
	height: 346px;
}
.pro_det_pic .hd{
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 120;
	width: 100%;
}
.pro_det_pic .hd ul{
	width: 100%;
	text-align: center;
}
.pro_det_pic .hd ul li{
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 999px;
	overflow: hidden;
	border-radius: 8px;
	border: 2px solid #cacaca;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
}
.pro_det_pic .hd ul li.on{
	background: #f5c624;
	border-color: #f5c624;
}

.pro_det_pic .bd ul li img{
	display: block;
	width: 100%;
}

.pro_det_pic .prev,.pro_det_pic .next{
	position: absolute;
	left: 0;
	top: 50%;
	margin: -35px 0 0 0;
	z-index: 100;
	width: 33px;
	height: 70px;
	background: #bebebe url(../images/pro_det_icon.png) no-repeat center center;]
	cursor: pointer;
}
.pro_det_pic .next{
	left: auto;
	right: 0;
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}


div.zoomDiv {
	z-index: 999;
	position: absolute;
	border: solid 1px #ddd;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask{
	position: absolute;
	background:rgba(255,255,255,.8);
	cursor:move;
	z-index: 99;
	width: 80px !important;
	height: 80px !important;
	border: 1px solid #ddd;
}
.bigimg{
	display: block;
	width: 800px !important;
	height: auto;
}



.pro_inf{
	width: 600px;
}
.pro_inf_title{
	font-size: 24px;
	font-weight: bold;
}
.pro_inf_text{
	line-height: 26px;
	color: #666;
	padding: 30px 0;
}

.pro_inf_btn_box{
	
}
.pro_inf_btn{
	float: left;
	height: 56px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	background: #f5c624;
	margin-right: 10px;
	padding: 0 20px;
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.pro_inf_btn .icon{
	display: inline-block;
	color: #fff;
	font-size: 24px;
	margin-right: 8px;
}

.pro_inf_btn.hover{
	border: 1px solid #222;
	color: #222;
	
	background: none;
}
.pro_inf_btn.hover .icon{
	color: #222;
}


.pro_inf_share_box{
	float: left;
	position: relative;
	width: 70px;
	height: 57px;
}

.pro_inf_share_icon{
	width: 70px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	font-size: 28px;
	color: #7f7f7f;
	background:#f3f3f3;
	cursor: pointer;
}
.pro_inf_share_down{
	display: none;
	position: absolute;
	left: 0;
	top: 57px;
	width: 150px;
}
.pro_inf_share_box:hover .pro_inf_share_down{
	display: block;
}



/*
 * main_l
 */
.main_l{
	width: 280px;
}
.main_l_title{
	height: 60px;
	line-height: 60px;
	background:#333;
	color: #fff;
	font-size: 20px;
	padding-left: 30px;
	font-weight: bold;
	border-left: 5px solid #f5c624;
}
.nav_list{
	background: #f5f5f5;
	padding: 30px 35px;
}
.nav_list dd{
}
.nav_list_t{
	display: block;
	margin-bottom: 10px;
}
.nav_list_t .text{
	float: left;
	width: 80%;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.nav_list_t .icon{
	float: right;
	width: 24px;
	height: 24px;
	text-align: center;
	cursor: pointer;
}
.nav_list_t .icon:before{
	content: "+";
	display: block;
	width: 24px;
	height: 24px;
	color: #666;
	font-size: 14px;
}

.nav_list_down{
	display: none;
	transition: height 1s;
    -webkit-transition: height 1s;
    margin-bottom: 15px;
}
.nav_list_down a{
	clear: both;
	display: block;
	color: #666;
	line-height: 30px;
}
.nav_list_down a:before{
	content: "";
	float: left;
	display: block;
	width: 4px;
	height: 4px;
	background: #f5c624;
	border-radius: 4px;
	margin: 13px 12px 0 4px;
}
.nav_list_down a:hover,.nav_list_down a.hover{
	color: #333;
	text-decoration: underline;
}
.nav_list dd.hover .nav_list_t .icon:before{
	content: "-";
}
.nav_list dd.hover .nav_list_down{
	display: block;
	transition: height 1s;
    -webkit-transition: height 1s;
}


.pro_det_b{
}
.pro_det_b_bars_box{
	height: 33px;
	width: 875px;
}
.main_r{
	width: 875px;
}
.pro_det_b_bars{
	width: 875px;
	background: #222;
	height: 33px;
}
.pro_det_b_bars div{
	float: left;
	padding:0 50px;
	line-height: 33px;
	color: #fff;
	font-size: 14px;
	border-right: 1px solid #fff;
	cursor: pointer;
}
.pro_det_b_bars div.hover{
	background: #f5c624;
}


.pro_det_b_tabs{
	padding: 50px 40px;
}
.pro_det_b_tabs_clm{
	margin-bottom: 30px;
}
.pro_det_b_tabs_title{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.pro_det_b_tabs_title .num{
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #f5c624;
	margin-right: 15px;
	border-radius: 35px;
}
.pro_det_b_tabs_title .text{
	float: left;
	color: #333;
	font-size: 22px;
	line-height: 35px;
	font-weight: bold;
}
.pro_det_b_tabs_text{
	line-height: 26px;
	color: #666;
}

.pro_det_b_tabs_list1{
	padding: 20px 0;
}
.pro_det_b_tabs_list1 dd{
	float: left;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	border: 3px solid #c9c9c9;
	overflow: hidden;
	margin: 0 50px 0 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_b_tabs_list1 dd:last-child{
	margin-right: 0;
}

.pro_det_b_tabs_list1 dd:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.pro_det_b_tabs_td_list dd{
	float: left;
	width: 370px;
	margin:0 20px 26px 0;
}
.pro_det_b_tabs_td_list dd:nth-child(2n){
	margin-right: 0;
}
.pro_det_b_tabs_td_list dd:nth-child(2n+1){
	clear: both;
}
.pro_det_b_tabs_td_list dd .num{
	float: left;
	width: 31px;
	height: 31px;
	color: #fff;
	font-weight: bold;
	line-height: 31px;
	text-align: center;
	background: #222;
}
.pro_det_b_tabs_td_list dd .text{
	float: left;
	padding-left: 10px;
	line-height: 31px;
	color: #222;
	width: calc(100% - 31px);
}


.pro_det_b_tabs_table table{
	border: 1px solid #d2d2d2;
}
.pro_det_b_tabs_table table tr td{
	padding: 12px;
}
.pro_det_b_tabs_table table tr:nth-child(2n){
	background: #eee;
}
.pro_det_b_tabs_table table tr:hover{
	background: #f5f5f5;
}



/*
 * pro_list
 */
.pro_list2 dd{
	float: left;
	width: 272px;
	margin: 0 27px 20px 0;
}
.pro_list2 dd:nth-child(3n){
	margin-right: 0;
}
.pro_list2 dd:nth-child(3n+1){
	clear: both;
}
.pro_list2 dd .pic{
	position: relative;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.pro_list2 dd .pic img{
	display: block;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_list2 dd .pic .more{
	width: 100%;
	position: absolute;
	left: 0;
	bottom:-34px;
	color: #fff;
	line-height: 34px;
	text-align: center;
	background: rgba(34,34,34,.8);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_list2 dd:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_list2 dd:hover .pic .more{
	bottom: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_list2 dd .con{
	padding: 18px 0;
}
.pro_list2 dd .con .tt{
	font-size: 16px;
	margin-bottom: 8px;
	color: #000;
}
.pro_list2 dd .con .text{
	height: 36px;
	line-height: 18px;
	color: #666;
}

/*
 * page
 */
.page{
	padding: 30px 0;
}
.page a{
	display: inline-block;
	line-height: 30px;
	font-size:14px;
	padding: 0 11px;
	color: #fff;
	background: #222;
	margin: 0 5px 5px;
}
.page a.prev,.page a.next{
	width: auto;
}
.page a:hover,.page a.hover{
	background:#f5c624;
}


/*
 * history
 */
.about_bars{
	border: 1px solid #e5e5e5;
}
.about_bars a{
	float: left;
	width: 25%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #222;
	font-size: 16px;
	background: #f5f5f5;
	border-right: 1px solid #e5e5e5;
}
.about_bars a:last-child{
	border: 0;
}
.about_bars a.hover,.about_bars a:hover{
	color: #fff;
	background: #222;
}


.his_list{
	width: 1210px;
	background: url(../images/history_bg.png) no-repeat center top;
	margin: 100px 0 50px -5px;
}
.his_list dd{
	float: left;
	height: 277px;
	position: relative;
}
.his_list dd:nth-child(3n+1){
	clear: both;
}
.his_list dd .icon{
	width: 20px;
	height: 20px;
	background:url(../images/his_icon.png) no-repeat center center;
}
.his_list dd .years{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.his_list dd .text{
	color: #666;
	height: 36px;
	line-height: 18px;
	overflow: hidden;
}
.his_list dd:nth-child(1){
	margin-top: -60px !important;
}
.his_list dd:nth-child(2){
	margin-top: 50px !important;
}
.his_list dd:nth-child(3){
	margin-top: -60px !important;
}

.his_list dd:nth-child(3n+1){
	width: 250px;
	margin:-110px 50px 0 180px;
}
.his_list dd:nth-child(3n+1) .icon{
	position: absolute;
	left: 0;
	top: 79px;
}


.his_list dd:nth-child(3n+2){
	width: 250px;
	margin:auto 30px 0 0;
}
.his_list dd:nth-child(3n+2) .icon{
	position: absolute;
	left: 0;
	top: -31px;
}
.his_list dd:nth-child(3n+3){
	width: 375px;
	margin:-110px 0 0 0;
}
.his_list dd:nth-child(3n+3) .icon{
	position: absolute;
	left: 0;
	top:79px;
}

.hist_b_bg{
	width:1210px;
	height:450px;
	background:url(../images/his_b_bg.png) no-repeat right top;
	margin-left: -5px;
	margin-top: -388px;
}
.hist_b_bg2{
	background:url(../images/his_b_bg2.png) no-repeat left top;
	margin-top: -278px;
}


/*
 * factory
 */
.sub_factory{
	background: url(../images/fac_bg.jpg) no-repeat center bottom;
}
.factory_list{
	padding: 60px 0;
}
.factory_list dd{
	float: left;
	width: 242px;
	height: 242px;
	border-radius: 242px;
	border: 3px solid #dcdcdc;
	margin: 0 75px 45px 0;
	overflow: hidden;
	position: relative;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.factory_list dd:nth-child(4n){
	margin-right: 0;
}
.factory_list dd:nth-child(4n+1){
	clear: both;
}
.factory_list dd img{
	display: block;
	width: 100%;
}
.factory_list dd .icon{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 30px;
	background: rgba(34,34,34,.7);
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.factory_list dd:hover{
	border-color: #595959;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.factory_list dd:hover .icon{
	opacity: 1;
	transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
	
}



/*
 * about_company
 */
.about_us_box1{
	background: #fff;
	padding: 50px 0;
}


.about_us_box1_con{
	padding: 60px 0;
}
.about_us_box1_l{
	width:50%;
	padding-right: 60px;
}
.about_us_box1_r{
	width: 50%;
}
.about_us_box1_l_tt{
	margin-bottom: 30px;
	font-weight: bold;
}
.about_us_box1_l_tt .tt{
	font-size: 72px;
	line-height: 72px;
	color: #e9e9e9;
	font-family: arial;
	margin: 18px 0 0 0;
}
.about_us_box1_l_tt .tt2{
	font-size: 36px;
	color: #222;
	padding-bottom: 18px;
}
.about_us_box1_l_tt .line{
	width: 45px;
	height: 3px;
	background: #F5C624;
}

.about_us_box1_l_text{
	font-size: 16px;
	color: #222;
	line-height: 26px;
	margin-bottom: 20px;
}

.about_us_box1_l_text2{
	color: #f5c624;
	font-weight: bold;
	line-height: 24px;
}

.about_us_box2{
	padding: 60px 0;
	background: url(../images/company_bg1.jpg) no-repeat center center / cover;
}

.about_us_box2_l{
	width: 750px;
}
.about_us_box2_l dd{
	float: left;
	width: 170px;
	margin: 0 15px 15px 0;
	position: relative;
	overflow: hidden;
}
.about_us_box2_l dd img{
	display: block;
	width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_us_box2_l dd .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	background: #f5c624;
	line-height: 25px;
	padding: 0 15px;
}

.about_us_box2_l dd:hover img{
	transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.about_us_box2_r{
	width: 400px;
}
.about_us_box2_r_tt{
	margin-bottom: 30px;
}
.about_us_box2_r_tt .line{
	width: 45px;
	height: 3px;
	margin: 40px 0;
	background: #F5C624;
}
.about_us_box2_r_tt .tt{
	font-size: 24px;
	color: #222;
	font-weight: bold;
}

.about_us_box2_r_text{
	color: #666;
	line-height: 24px;
}


.about_us_box3{
	padding: 60px 0;
}
.about_us_box3_l{
	width: 50%;
	padding-right: 80px;
}
.about_us_box3_tt{
	margin-bottom: 40px;
}
.about_us_box3_tt .tt{
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 15px;
}
.about_us_box3_tt .tt2{
	line-height: 18px;
	font-family: arial;
	color: #F5C624;
}

.about_us_box3_text{
	line-height: 26px;
	font-size: 14px;
	color: #666;
}


.about_us_box3_r{
	position: relative;
	width: 564px;
}

.about_us_box3_r img{
	display: block;
	width: 100%;
}
.about_us_box1_r_tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 140px;
	height: 140px;
	color: #fff;
	padding:30px 20px 0;
	font-size: 24px;
	background: #F5C624;
}
.about_us_box1_r_tt .line{
	width: 25px;
	height: 2px;
	background: #fff;
}
.about_us_box1_r_tt .tt{
	display: block;
	margin: 15px 0 5px;
}


.application_list1 dd{
	float: left;
	width: 280px;
	margin: 0 26px 26px 0;
	overflow: hidden;
	position: relative;
}
.application_list1 dd:nth-child(4n){
	margin-right: 0;
}
.application_list1 dd img{
	display: block;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.application_list1 dd .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	line-height: 44px;
	padding: 0 30px;
	background: rgba(34,34,34,.9);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.application_list1 dd:hover img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.application_list1 dd:hover .tt{
	background: rgba(245,198,.36,.9);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}




/**news_det***/
.news_det_box{
	padding:0 0 4% 0;
}
.news_det_title{
	font-size: 30px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #303030;
}
.news_det_date{
	color: #909090;
	font-size: 14px;
	line-height:24px;
	margin-bottom: 15px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-flow: wrap;
	-webkit-flex-flow: wrap;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}
.news_det_date_clm{
	margin: 0 5px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.news_det_date .iconfont{
	font-size: 14px;
	margin-right: 8px;
	color: #909090;
	line-height: 24px;
}
.news_det_date .icon-shijian{
	font-size: 20px;
}
.news_det_date .icon-yanjing{
	font-size: 23px;
}

.news_det_con{
	padding: 20px 0;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}


.news_det_page{
	clear: both;
	padding: 20px 0 8px;
	border-top: 1px solid #ddd;
	margin-top: 30px;
}
.news_det_page_clm{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	line-height: 24px;
	margin-bottom: 10px;
}
.news_det_page_clm .tt{
	color: #222;
	font-size: 14px;
	width: 60px;
}
.news_det_page_clm .text{
	width: calc(100% - 90px);
	display: block;
	font-size: 14px;
}
.news_det_page_clm:hover .text{
	color: #f5c624;
	text-decoration: underline;
}



/*
 * application_nav
 */
.nav_list2{
	padding: 30px 20px;
	background: #f5f5f5;
}
.nav_list2 dd{
	
}

.nav_list2_t{
	display: block;
	color: #666;
	line-height: 24px;
	font-size: 14px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #dcdcdc;
}
.nav_list2_t .text{
	float:left;
	width: 80%;
}
.nav_list2_t .icon{
	float: right;
	width:24px;
	height: 24px;
	background: url(../images/appli_nav_icon.png) no-repeat center center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.nav_list2 dd.hover .nav_list2_t,.nav_list2 dd:hover .nav_list2_t{
	color: #222;
	text-decoration: underline;
}
.nav_list2 dd.hover .nav_list2_t .icon,.nav_list2 dd:hover .nav_list2_t .icon{
	background: url(../images/appli_nav_icon2.png) no-repeat center center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}




/*
 * application_list2
 */
.application_list2 dd{
	float: left;
	width: 272px;
	margin: 0 27px 20px 0;
}
.application_list2 dd:nth-child(3n){
	margin-right: 0;
}
.application_list2 dd:nth-child(3n+1){
	clear: both;
}
.application_list2 dd .pic{
	position: relative;
	overflow: hidden;
}
.application_list2 dd .pic img{
	display: block;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.application_list2 dd .pic .more{
	width: 100%;
	position: absolute;
	left: 0;
	bottom:0;
	color: #fff;
	line-height: 34px;
	text-align: center;
	background: rgba(34,34,34,.8);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.application_list2 dd .pic .more span{
	font-family:simsun;
}
.application_list2 dd:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.application_list2 dd:hover .pic .more{
	background: rgba(245,198,.36,.85);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.application_list2 dd .con{
	padding:25px 25px;
	border: 1px solid #d2d2d2;
}
.application_list2 dd .con .tt{
	font-size: 14px;
	margin-bottom: 12px;
	color: #000;
	font-weight: bold;
}
.application_list2 dd .con .text{
	height: 36px;
	line-height: 18px;
	color: #666;
}


/*
 * case_list
 */
.case_list1 dd{
	float: left;
	width: 360px;
	margin: 0 60px 60px 0;
}
.case_list1 dd:nth-child(3n){
	margin-right: 0;
}
.case_list1 dd:nth-child(3n+1){
	clear: both;
}
.case_list1 dd .pic{
	position: relative;
	overflow: hidden;
}
.case_list1 dd .pic img{
	display: block;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list1 dd .pic .more{
	width: 100%;
	position: absolute;
	left: 0;
	bottom:0;
	color: #fff;
	line-height: 34px;
	text-align: center;
	background: rgba(34,34,34,.8);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list1 dd .pic .more span{
	font-family:simsun;
}
.case_list1 dd:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list1 dd:hover .pic .more{
	background: rgba(245,198,.36,.85);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list1 dd .con{
	padding:25px 20px;
	border: 1px solid #d2d2d2;
}
.case_list1 dd .con .tt{
	font-size: 16px;
	margin-bottom: 12px;
	color: #000;
	font-weight: bold;
}
.case_list1 dd .con .text{
	height: 60px;
	line-height: 20px;
	color: #666;
}


/*
 * contact
 */

.contact_box1{
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.contact_box1 dd{
	float: left;
	width: 33.33%;
	padding: 30px;
	border-right: 1px solid #e5e5e5;
}
.contact_box1 dd:last-child{
	border-right: 0;
}
.contact_box1_item_title{
	float: left;
	width: 113px;
	font-size: 20px;
	font-weight: bold;
	background: url(../images/contact_icon.png) no-repeat right 10px center;
}
.contact_box1_item_con{
	float: right;
	color: #222;
	line-height: 18px;
	width: calc(100% - 120px);
	padding-top: 3px;
}
.contact_box1_item_con .tt1{
	margin-bottom: 10px;
}
.contact_box1_item_con .tt2{
	min-height: 60px;
	margin-bottom: 5px;
}
.contact_box1_item_con .tt3 a{
	color:#f5c624;
}

.contact_box2{
	
}


/*
 * honor
 */

.honor_list1{
	padding: 60px 0;
}
.honor_list1 dd{
	float: left;
	width: 224px;
	border: 3px solid #dcdcdc;
	margin: 0 20px 20px 0;
	overflow: hidden;
	position: relative;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.honor_list1 dd:nth-child(5n){
	margin-right: 0;
}
.honor_list1 dd:nth-child(5n+1){
	clear: both;
}
.honor_list1 dd img{
	display: block;
	width: 100%;
}
.honor_list1 dd .icon{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 30px;
	background: rgba(34,34,34,.7);
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.honor_list1 dd:hover{
	border-color: #595959;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.honor_list1 dd:hover .icon{
	opacity: 1;
	transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
	
}


/*
 * news_list
 */
.news_list1 dd{
	clear: both;
	overflow: hidden;
	margin-bottom: 27px;
	background: #f2f2f2;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list1_pic{
	width: 300px;
	height: 200px;
	overflow: hidden;
}
.news_list1_pic img{
	display: block;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list1_con{
	width: calc(100% - 300px);
	height: 200px;
	padding: 0 20px 0 40px;
	border: 1px solid #d2d2d2;
}
.news_list1_con_title{
	display: block;
	line-height: 30px;
	margin: 35px 0 30px;
}
.news_list1_con_title .tt{
	width: 580px;
	font-size: 18px;
}
.news_list1_con_title .item{
	float: right;
	color: #888;
	background: #fff;
	padding: 0 15px;
	line-height: 28px;
	border-radius: 5px;
	margin: 0 13px 0 0;
	border: 1px solid #d2d2d2;
}
.news_list1_con_title .item span{
	color: #f5c624;
}


.news_list1_con_text{
	line-height: 26px;
	height: 52px;
}

.news_list1_con_text a{
	display: inline-block;
	color: #f5c624;
}


.news_list1 dd:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.4);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list1 dd:hover .news_list1_pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list1 dd:hover .news_list1_con_title .tt{
	text-decoration: underline;
}
