


html,body{
	font-family:"AKZIDENZGROTESKBQ-REGULAR_0",arial,verdana;
}
input, button, textarea,select{
	font-family:"AKZIDENZGROTESKBQ-REGULAR_0",arial,verdana;	
}

.header{
	position: relative;
	height: 100px;
	background: #ffffff;
}.pro_det_b_text table{width:98%!important; margin-left:1%; margin-bottom:10px;}.pro_det_b_text table td{ padding-left:8px;}
.head_fixed{
  position:fixed;
  left:0;
  top:0;
  z-index:5;
  width:100%;
  height:100px;
  	background: #ffffff;
  box-shadow:0 0 5px rgba(115,115,115,.15);
}
.logo{
	float: left;
	height:100px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.logo img{
	display: block;
	max-width: 280px;
}
.text span{    overflow: hidden;
    width: 100%;
    display: block;}
.menu{
	width: calc(100% - 290px);
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.menu_dl_box{
	width: calc(100% - 110px);
}
.menu_dl{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding-right: 15px;
}
.menu_dl dd{
	float: left;word-break:keep-all;white-space:nowrap;
	height: 100px;    max-width: 30%;
    
	position: relative;
}
.menu_dl dd.dd_pro{
	position: static;
}
.menu_tt .text{
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 100px;
	font-size: 15px;
	color: #202020;
	padding: 0 20px;
	text-transform: uppercase;
}
.menu_dl dd.hover .menu_tt .text{
	color: #fff;
	background: #0181cc;
}
.search-pagination{ text-align:center;width:100%;}
.pagination {
   text-align:center;width:100%;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline-block;    float: none;}
.pagination > li > a,
.pagination > li > span {
    position: relative;word-break: keep-all;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #0181cc;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0181cc;
    border-color: #0181cc;
    cursor: default; }.factory1 ul li a{ display:block}

.menu_pro_down{
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 2;
	width: 300%;
	background: #0181ccb3;
	padding:0;
}
.menu_pro_down_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.menu_pro_down_item{
	width: 100%;
	padding: 0 5%;
	border-right: 1px solid #66b697;
}
.menu_pro_down_item:last-child{
	border:0;
}
.menu_pro_down_item_tt{
	display: block;
	font-size: 18px;overflow: hidden;
	color: #fff;
	font-family: "AkzidenzGrotesk-Bold";
	    line-height: 2;
}
.menu_pro_down_item_list a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
.menu_pro_down_item_list a:hover{
	text-decoration: underline;
	transform: translateX(3px);
    -webkit-transform: translateX(3px);
}

.head_search{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #555;
	font-size: 20px;
	cursor: pointer;
}

.mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.search_box{
	display: none;
	position: fixed;
	left:50%;
	top: 50%;
	z-index: 5;
	margin:-30px 0 0 -450px;
	z-index: 9;
	width:900px;
	height: 60px;
	padding: 10px;
	background: #f5f5f5;
}
.search_box_text{
	width: calc(100% - 90px);
	height: 40px;
	border: 0;
	font-size: 14px;
	padding-left: 20px;
	background: none;
}
.search_box_text::-webkit-input-placeholder{
	font-size: 14px;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color: #0181cc;
	font-size: 26px;
	background: none;
	font-weight: bold;
	border: 0;
}

.search_box_close{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	text-align: center;
	color: #999;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.search_box_close:hover{
	transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.head_sm{
	padding-left: 50px;
}
.head_sm a{
	float: left;
	width: 32px;
	font-size: 20px;
	color: #555;
	text-align: center;
}
.head_sm a:hover{
	color: #0181cc;
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}








/*
 * banner
 */
.banner_box{
	position: relative;
}
.banner{
	clear: both;
}

.banner.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	bottom: 12px;
}
.banner.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,.7);
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
   background: #0181cc;
}


/*
 * pro_cate_bars
 */
.pro_cate_bars_box{
	background: #f4f4f4;
	border-bottom: 3px solid #0181cc;
}


.pro_cate_bars{
	height: 100px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_cate_bars .item{
	width: 33.33%;
	border-right: 1px solid #dcdcdc;
}
.pro_cate_bars .item:first-child{
	border-left: 1px solid #dcdcdc;
}
.pro_cate_bars .item a{
	height: 100%;
	padding: 0 50px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    position: relative;
}
.pro_cate_bars .item a:after{
	content: "";
	display: none;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top-width:7px;
	border-bottom-width:0;
	border-left-width:11px;
	border-right-width:11px;
	border-color: #0181cc transparent transparent transparent;
	margin-left: -21px;
}

.pro_cate_bars .item .icon{
	width: 90px;
	height: 90px;
}
.pro_cate_bars .item .con{
	font-size: 18px;
	color: #333;
	line-height: 20px;
}
.pro_cate_bars .item.hover a{
	background: #fff;
}
.pro_cate_bars .item.hover a:after{
	display: block;
}
.pro_cate_bars .item.hover a .con{
	color: #0181cc;
}


.pro_cate_tabs{
	width: 100%;
}
.pro_cate_tabs_box{
	width: 100%;
	padding: 28px 0 45px;
}
.pro_cate_tabs_item_box{
	border: 1px solid #dcdcdc;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_cate_tabs_item_l{
	width: 50%;
	height: 540px;
	border-right: 1px solid #dcdcdc;
}
.pro_cate_tabs_item_l a{
	padding:0 40px;
	height: 100%;
	text-align: center;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	
}
.pro_cate_tabs_item_l_pic{
	overflow: hidden;
	height: 300px;
	margin-bottom: 25px;
}
.pro_cate_tabs_item_l_pic img{
	display: block;
	height:300px;
	margin: 0 auto;
}
.pro_cate_tabs_item_l_con{
	padding: 0 10%; text-align:center
}
.pro_cate_tabs_item_l_tt1{
	color: #333;
	font-size: 30px;
}
.pro_cate_tabs_item_l_text{
	font-size: 16px;
	line-height: 20px;
	color: #666;
	margin: 16px 0 23px;
}
.more_btn1{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	color: #0c8c59;
}
.pro_cate_tabs_item_r{
	width: 50%;
}


.pro_cate_tabs_item_r_item{
	height: 50%;
	height:270px;
	border-bottom: 1px solid #dcdcdc;
}
.pro_cate_tabs_item_r_item:last-child{
	border: 0;
}
.pro_cate_tabs_item_r_item a{
	height: 100%;
	padding: 25px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.pro_cate_tabs_item_r_item_pic{
	width: 49%;
	overflow: hidden;
}
.pro_cate_tabs_item_r_item_pic img{
	display: block;
}
.pro_cate_tabs_item_r_item_con{
	width: 51%;
	padding-left: 4%;
}
.pro_cate_tabs_item_l_tt2{
	font-size: 20px;
	color:#333;
}
.pro_cate_tabs_item_l_text{
	line-height: 18px;
	font-size: 14px;
	color: #666;
}


.pro_cate_tabs_item_l a:hover .pro_cate_tabs_item_l_pic img,
.pro_cate_tabs_item_r_item a:hover .pro_cate_tabs_item_r_item_pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.pro_cate_tabs_item_l a:hover .pro_cate_tabs_item_l_tt1,
.pro_cate_tabs_item_r_item a:hover .pro_cate_tabs_item_l_tt2{
	color: #0181cc;
}



.ind_box2{
	background: url(../images/ind_bg1.jpg) no-repeat center center;
	height: 220px;
}
.ind_box2_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    height: 100%;
}
.ind_box2_l{
	width: 413px;
	position: relative;
}
.ind_box2_l .line{
	position: absolute;
	left:-60px;
	top:50%;
	width: 13px;
	height: 40px;
	background: #fff;
	margin-top: -20px;
}
.ind_box2_l .tt{
	font-size: 72px;
	color: #fff;
	font-family: "HelveticaNeueLTPro-BdCn";
}

.ind_box2_r{
	color: #fff;
	width: calc(100% - 413px);
	line-height: 24px;
	font-size: 16px;
}


.ind_box3{
	padding:50px 0 0;
}
.ind_title1{
	display: block;
	font-size: 60px;
	font-family: "HelveticaNeueLTPro-BdCn";
	margin-bottom: 25px;
}
.ind_box3_list_box{
	background: url(../images/ind_bg2.png) no-repeat center center;
}
.ind_box3_list .item{
	float: left;
	width:24%;
	margin: 0 1% 0 0;
}
.ind_box3_list .item:nth-child(3n){
	margin-right: 0;
}
.ind_box3_list .item a{
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.ind_box3_list .item a .pic{
	overflow: hidden;
}
.ind_box3_list .item a .pic img{
	display: block;
	width: 100%;
}
.ind_box3_list .item a .tt{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    align-items:flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 110px;
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	padding: 0 8% 30px;
	text-transform: uppercase;
	font-family: "AkzidenzGrotesk-Bold";
	background: -webkit-linear-gradient(to top, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(to top, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(to top, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0,0,0,.45)), to(rgba(0,0,0,0)));
	background: linear-gradient(to top, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 100%);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3_list .item a .more_box{
	position: absolute;
	left: 0;
	bottom: -55px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 8%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    background: #0181cc;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box3_list .item a .more_box .more_tt{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "AkzidenzGrotesk-Bold";
}

.ind_box3_list .item a .icon{
	color: #fff;
	font-size: 26px;
	line-height: 30px;
}

.ind_box3_list .item a:hover .tt{
	bottom: 50px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3_list .item a:hover .more_box{
	bottom: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box3_list_box{
	position: relative;
}
.ind_box3_list_prev,
.ind_box3_list_next{
	position: absolute;
	left: 0;
	top:0;
	z-index: 2;
	width: 20%;
	height: 100%;
	background: rgba(115,115,115,.5);
	cursor: pointer;
}
.ind_box3_list_next{
	left: auto;
	right: 0;
}



.ind_box4{
	padding: 60px 0 60px;
}
.news_list1 dd{
	float: left;
	    width: 31.1%;
    margin: 0 2% 1% 0;
}
.ind_box4 .news_list1 dd{
	margin-bottom: 0;
}
.news_list1 dd:nth-child(3n){
	margin-right: 0;
}
.news_list1 dd:nth-child(3n+1){
	clear: both;
}
.news_list1 dd a{
	display: block;
	text-align: center;
	padding: 55px 50px 65px;
	border: 1px solid #e5e5e5;
}
.news_list1 dd a .date{
	color: #0181cc;
	font-size: 30px;
}
.news_list1 dd a .tt{
	font-size: 18px;
	line-height: 22px;
	color: #202002;
	font-family: "AkzidenzGrotesk-Bold";
	margin: 15px 0 25px;
}
.news_list1 dd a .text{
	font-size: 18px;
	color: #777;
	line-height: 22px;
	margin-bottom: 37px;
}
.news_list1 dd a .more{
	width: 68px;
	height: 68px;
	line-height: 68px;
	color: #fff;
	font-size: 14px;
	font-family: "AkzidenzGrotesk-Bold";
	margin: 0 auto;
	background: #0181cc;
	border-radius: 50%;
}

.news_list1 dd a:hover{
	box-shadow:  0 0 10px rgba(115,115,115,.3);
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}



/*
 * footer
 */
.footer{
	background: #f6f6f6;
}
.footer_t1{
	background: #0181cc;
}
.footer_t1 .wrapper{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.footer_t1_clm{
	height: 95px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.footer_t1_clm .icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	background: #fff;
	color: #0181cc;
	border-radius: 40px;
}
.footer_t1_clm .text{
	color: #fff;
	font-size: 20px;
	width: calc(100% - 40px);
	padding-left: 14px;
}
.footer_t1_clm .text a{
	color: #fff;
}
.footer_t1_clm .text a:hover{
	text-decoration: underline;
}





.footer_t{
	padding: 55px 0 30px;
}
.footer_t_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.footer_t_pro{
	width: 22%;
}

.footer_title{
	display: block;
	color: #202020;
	font-size: 18px;
	font-family: "AkzidenzGrotesk-Bold";
	margin-bottom: 16px;
}
.footer_pro_list{
	padding-top: 5px;
}
.footer_pro_list a{
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 28px;
}
.footer_pro_list a:hover{
	color: #0181cc;
	text-decoration: underline;
	transform: translateX(3px);
    -webkit-transform: translateX(3px);
}

.footer_t_inquiry{
	width: 22%;
}
.footer_t_inq_text,.footer_t_inq_area{
	display: block;
	width: 100%;
	line-height: 33px;
	padding-left: 15px;
	font-size: 14px;
	border: 0;
	background: #fff;
	margin-bottom: 4px;
}
.footer_t_inq_area{
	display: block;
	height: 60px;
	resize: none;
}
.footer_t_inq_btn{
	display: block;
	width: 100px;
	line-height: 31px;
	text-align: center;
	font-size: 12px;
	color: #0181cc;
	font-family: "AkzidenzGrotesk-Bold";
	border: 1px solid #0181cc;
	background: none;
	cursor: pointer;
	margin-top: 8px;
}
.footer_t_inq_btn:hover{
	color: #fff;
	background: #0181cc;
}


.footer_b{
	border-top: 1px solid #e4e4e4;
	padding:18px 0;
}
.footer_b .wrapper{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.footer_b_text{
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.footer_b_text a{
	color: #999;
}
.footer_b_text a:hover{
	color: #0181cc;
	text-decoration: underline;
}

.footer_b_r{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.footer_b_r_tt{
	color:#333;
	font-size: 16px;
}
.footer_b_r_con a{
	float: left;
	width: 32px;
	font-size: 18px;
	text-align: center;
}
.footer_b_r_con a:hover{
	color: #0181cc;
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}


.back_top{
	display: none;
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 9;
	width: 50px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #0181cc url(../images/float_icon2.png) no-repeat center center;
	cursor: pointer;
}



/*
 * sub_banner
 */
.sub_banner{
	height: 230px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.sub_banner_tt{
	font-size: 60px;
	color: #0181cc;
	font-family: "HelveticaNeueLTPro-BdCn";
	padding-bottom: 2px;
}
.location{
	color: #0181cc;
	font-size: 14px;
}
.location a{
	color: #0181cc;
}


.about_box1{
	padding: 65px 0 50px;
}
.about_box1_tt1{
	font-size: 16px;
	color: #888;
	letter-spacing: 24px;
}
.about_box1_tt2{
	font-size: 38px;
	color: #202020;
	font-family: "HelveticaNeueLTPro-BdCn";
	margin: 10px 0 35px;
}
.about_text{
	color: #666;
	line-height: 1.4;
	font-size: 16px; text-align:left;
}

.about_box1_clm1{
	padding: 55px 0 62px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box1_clm1 .item{
	margin: 0 -45px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box1_clm1 .item:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_box1_text1{
	max-width: 880px;
	margin: 0 auto 34px;
}

.about_box1_tt3{
	font-size: 24px;
	color:#0181cc;
	line-height: 33px;
	max-width: 880px;
	margin: 0 auto;
}


.about_box2{
	color: #fff;
	height: 350px;
	padding-top: 102px;
}
.about_box2 .wrapper{
	height: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.about_box2_tt{
	font-size: 36px;
	font-family: "AkzidenzGrotesk-Bold";
	margin-bottom: 18px;
}
.about_box2_tt2{
	position: relative;
	font-size: 16px;
	line-height:24px;
	padding: 0 12px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.about_box2_tt2 .icon1,
.about_box2_tt2 .icon2{
	position: relative;
	top: -12px;
	width: 16px;
	height: 16px;
	background: url(../images/about_icon1.png) no-repeat center center;
}
.about_box2_tt2 .icon2{
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    position: relative;
	top:auto;
	bottom: -12px;
}


.about_box3{
	padding: 70px 0 80px;
}
.about_box3_title{
	color: #0181cc;
	font-size: 48px;
	font-family: "HelveticaNeueLTPro-BdCn";
	margin-bottom: 30px;
}
.about_box3_list{
	
}
.about_box3_item1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	width: 400px;
	height:404px;
	padding: 0 50px;
	color: #fff;
	background: #0181cc;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box3_item1_title1{
	font-size: 22px;
	font-family: "AkzidenzGrotesk-Bold";
	margin-bottom: 34px;
}
.about_box3_item1_list .item{
	margin-bottom: 14px;
	line-height: 22px;
	font-size: 18px;
	padding-left: 22px;
	position: relative;
}
.about_box3_item1_list .item:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	width:10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 10px;
}

.about_box3_item2{
	width: 400px;
	height: 405px;
	background: #ededed;
	padding: 30px 45px;
	margin: 114px 0 0 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box3_item2 .pic{
	overflow: hidden;
}
.about_box3_item2 .pic img{
	display: inline-block;
}
.about_box3_item2_tt{
	font-size: 20px;
	color:#0181cc;
	font-family: "AkzidenzGrotesk-Bold";
	margin: 20px 0 10px;
}

.about_box3_item3{
	width: 400px;
	margin: 52px 0 0 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box3_item3 img{
	display: block;
	width: 100%;
}
.about_box3_item1:hover,.about_box3_item2:hover,.about_box3_item3:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/*
 * case
 */
.sub_page_case{
	padding: 60px 0;
}
.sub_page_case_bars{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    border: 1px solid #dcdcdc;
    margin-bottom: 50px;
}
.sub_page_case_bars .item{
	width: calc(100% / 3);
	border-right: 1px solid #dcdcdc;
}
.sub_page_case_bars .item:last-child{
	border: 0;
}
.sub_page_case_bars .item a{
	display: block;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	color: #666;
	padding: 12px 0;
}
.sub_page_case_bars .item.hover a,
.sub_page_case_bars .item:hover a{
	color: #fff;
	background: #0181cc;
}

.case_list2{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.case_list2 dd{
	float: left;
	width: 370px;
	margin: 0 45px 55px 0;
}
.case_list2 dd a{
	display: block;
}
.case_list2 dd:nth-child(3n){
	margin-right: 0;
}
.case_list2 dd .pic{
	overflow: hidden;
}
.case_list2 dd .pic img{
	display: block;
	width: 100%;
}
.case_list2 dd .con{
	height: 120px;
	padding: 0 50px 20px;
	text-align: center;
	position: relative;
	border: 1px solid #dcdcdc;
	border-top: 0;
}
.case_list2 dd .con:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom:119px;
	width: 368px;
	height: 63px;
	background: url(../images/case_bg1.png) no-repeat center bottom;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list2 dd .con .tt{
	font-size: 16px;
	color: #333;
	font-family: "AkzidenzGrotesk-Bold";
}
.case_list2 dd .con .text{
	font-size: 14px;
	line-height: 14px;
	color: #666;
	margin: 8px 0 14px;
}
.more_btn1{
	font-size: 30px;
	color: #0181cc;	
}
.case_list2 dd a:hover .con:before{
	height: 63px;
	background: url(../images/case_bg2.png) no-repeat center bottom;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list2 dd a:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.case_list2 dd:hover a{
	box-shadow:0 0 12px rgba(115,115,115,.3);
}



/*
 * page
 */
.page{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 3% 0 30px;
}

.page a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    color: #666;
    font-family: arial;
    line-height: 28px;
    background: #eee;
    padding: 0 10px;
    margin: 0 4px;
}
.page a:hover,
.page a.hover{
	color: #fff;
	background: #0181cc;
}


/*
 * contact
 */
.contact_box1{
	padding: 72px 0 70px;
}
.contact_box1_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content:space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
}
.contact_box1_l{
	width: 50%;
	padding-right: 8%;
}
.contact_box1_title{
	margin-bottom: 23px;
}
.contact_box1_title .tt{
	font-size: 36px;
	color: #333;
}
.contact_box1_title .text{
	font-size: 16px;
	color: #666;
}


.contact_box1_list{
	padding: 10px 0 30px;
}
.contact_box1_item{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 20px 0;
    border-bottom: 1px dotted #d0d0d0;
}
.contact_box1_item .icon{
	width: 60px;
	font-size: 28px;
	color: #0181cc;
}
.contact_box1_item .con{
	width: calc(100% - 60px);
}
.contact_box1_item .con .tt{
	font-size: 20px;
	color: #333;
	font-family: "AkzidenzGrotesk-Bold";
	margin-bottom: 8px;
}
.contact_box1_item .con .text{
	color: #666;
	font-size: 18px;
	line-height: 24px;
}
.contact_box1_item .con .text a{
	color: #666;
}
.contact_box1_item .con .text a:hover{
	color: #0181cc;
	text-decoration: underline;
}


.contact_box1_r{
	width: 50%;
}
.contact_box1_r img{
	max-width: none;
}


.contact_box2{
	padding-bottom: 80px;
}

.contact_box2 .wrapper{
	padding: 55px 150px;
	border: 1px solid #dcdcdc;
}
.contact_box2_title{
	margin-bottom: 24px;
}
.contact_box2_title .tt{
	font-size: 36px;
	line-height: 40px;
	color: #333;
	font-family: "AkzidenzGrotesk-Bold";
	position: relative;
}
.contact_box2_title .tt:before{
	content: "";
	display: block;
	position: absolute;
	left: -40px;
	top: 20px;
	width: 22px;
	height: 4px;
	background:#0181cc;
	
}
.contact_box2_title .text{
	font-size: 16px;
	color: #666;
}
.inquiry_form dd{
	margin-bottom: 8px;
}
.inquiry_form_tt{
	font-size: 18px;
	color: #313131;
	line-height: 32px;
}
.inquiry_form_tt .red{
	color: #f00;
	padding-right: 3px;
}
.inquiry_form_text,.inquiry_form_area{
	display: block;
	width: 100%;
	line-height: 33px;
	padding-left: 15px;
	border-radius: 3px;
	background: #fcfcfc;
	border: 1px solid #dcdcdc;
	box-shadow: 0 2px 4px rgba(115,115,115,.2) inset;
}

.inquiry_form_btn{
	display: block;
	width: 130px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #0181cc;
	border: 0;
	font-family: "AkzidenzGrotesk-Bold";
	cursor: pointer;
	margin-top:25px;
}


/*
 * faq
 */
.faq_list1 dd{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dcdcdc;
}
.faq_list1_tt{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 8px;
}
.faq_list1_tt .icon{
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #0181cc;
	border-radius: 30px;
}
.faq_list1_tt .text{
	width: calc(100% - 30px);
	padding-left: 15px;
	font-size: 24px;
	color: #0181cc;
}
.faq_list1_text{
	padding-left: 42px;
	color: #666;
	font-size: 16px;
	line-height: 24px;
}


/*
 * news_Det
 */
.news_title_box{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding-bottom: 28px;
    border-bottom: 1px solid #dcdcdc;
}
.news_title_date{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	width: 100px;
	height: 100px;
	color:#fff;
	font-size: 16px;
	background: #0181cc;
	border-radius: 100px;
	border-radius: 100px;
	font-family: "AkzidenzGrotesk-Bold";
}
.news_title_date .tt{
	font-size: 36px;
}
.news_title_date .month{
	font-size: 14px;
}

.news_title_con{
	width: calc(100% - 100px);
	padding-left: 33px;
}
.news_title{
	color: #333;
	font-size: 30px;
	font-family: "AkzidenzGrotesk-Bold";
	margin-bottom: 15px;
}





.news_det_tip i{
	float: left;
	font-size: 25px;
	color: #909090;margin-right: 5px;
}
.news_det_tip span{
	float: left;
	color: #888;
	font-family: arial;
}
.news_det_tip i.icon-fenxiang{
	font-size: 14px;
	
}
.news_det_tip .view span{
	margin-top: 4px;
	font-size: 14px;
	color: #888;
}
.news_det_tip .share{
	margin-top: 5px;
	margin-left: 20px;
}.news_det_tip .share_box{
	margin-left: 5px;
}
.news_det_tip .share_box img{
	margin-top: -5px;
}


.news_det_con{
	padding: 48px 0 20px;
	font-size: 16px;
	line-height:26px;
	color: #666;
}

.news_det_art{
	margin-top:30px;
}
.news_det_art a{
	display: inline-block;
	width: 140px;
	height: 48px;
	text-align: center;
	font-family: "AkzidenzGrotesk-Bold";
	line-height: 46px;
	font-size: 14px;
	float: left;
}
.news_det_art a.pre_art{
	background: #fff;
	color: #222;
	border: 1px solid #ccc;
}
.news_det_art a.next_art{
	background: #0181cc;
	color: #fff;
	border: 1px solid #0181cc;
}
.news_det_art a:hover{
	background: #0181cc;
	color: #fff;
	border-color: #0181cc;
}


/*
 * sub_page_pro
 */
.sub_page_pro{
	padding: 50px 0 60px;
}
.pro_cover_clm1{
	margin-bottom: 0;
}
.pro_cover_title{
	position: relative;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    margin-bottom: 35px;
}
.pro_cover_title:after{
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #dcdcdc;
}
.pro_cover_title .tt{
	font-size: 24px;
	line-height: 33px;
	color:#333;
	background: #fff;
	font-family: "AkzidenzGrotesk-Bold";
	background: #fff;
	position: relative;
	z-index: 2;
	padding-right: 30px;
}
.pro_cover_title .more_box{
	position: relative;
	z-index: 2;
	width: 120px;
	background: #fff;
}
.pro_cover_title .more_box a{
	float: right;
	width: 80px;
	line-height: 33px;
	color: #898989;
	font-size: 14px;
	text-align: center;
	border: 1px solid #dcdcdc;
}
.pro_cover_title .more_box a:hover{
	color: #fff;
	background: #0181cc;
	border-color: #0181cc;
}


.pro_cover_list1 dd{
	float: left;
	width: 560px;
	margin: 0 53px 53px 0;
}
.pro_cover_list1 dd:nth-child(2n){
	margin-right: 0;
}
.pro_cover_list1 dd a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_cover_list1 dd .pic{
	width:50%;
	border: 1px solid #dcdcdc;
	overflow: hidden;
}
.pro_cover_list1 dd .pic img{
	display: block;
	width: 100%;
}
.pro_cover_list1 dd .con{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;

	width: 50%;
	padding:10px 35px;
	background: #f4f4f4;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_cover_list1 dd .con .tt{
	font-size: 18px;
	color: #333;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_cover_list1 dd .con .text{
	font-size: 14px;
	line-height: 16px;
	color: #666;
	margin: 8px 0 12px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_cover_list1 dd a:hover{
	box-shadow:0 0 10px rgba(115,115,115,.3);
}

.pro_cover_list1 dd a:hover .con{
	background: #0181cc;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_cover_list1 dd a:hover .con .tt,
.pro_cover_list1 dd a:hover .con .text,
.pro_cover_list1 dd a:hover .con .more_btn1{
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_cover_list1 dd a:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}


/*
 * sub_pro
 */
.pro_list_bars_box{
	background: #f4f4f4;
	border-bottom: 3px solid #0181cc;
}
.pro_list_bars{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_list_bars a{
	display: block;
	line-height: 80px;
	color: #666;
	font-size: 16px;
	position: relative;
	text-align: center;
	padding: 0 45px;
	border-right: 1px solid #dcdcdc;
}
.pro_list_bars a:first-child{
	border-left:  1px solid #dcdcdc;
}
.pro_list_bars a:after{
	content: "";
	display: none;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top-width:7px;
	border-bottom-width:0;
	border-left-width:11px;
	border-right-width:11px;
	border-color: #0181cc transparent transparent transparent;
	margin-left: -11px;
}
.pro_list_bars a.hover,
.pro_list_bars a:hover{
	display: block;
	background: #fff;
}
.pro_list_bars a.hover:after,
.pro_list_bars a:hover:after{
	display: block;
}

.sub_title1{
	font-size: 52px;
	color: #333;
	margin-bottom: 40px;
	font-family: "AkzidenzGrotesk-Bold";
}

.pro_list2{
}

.pro_list2 dd{
	float: left;
	    width: 32%;
    margin: 0 1.3% 30px 0;
}
.pro_list2 dd:nth-child(3n){
	margin-right: 0;
}
.pro_list2 dd a{
	display: block;
	padding: 20px;
	border: 1px solid #dcdcdc;
}
.pro_list2 dd .pic{
	overflow: hidden;
}
.pro_list2 dd .pic img{
	display: block;
	width: 100%;
}
.pro_list2 dd .con{
	padding: 10px 30px 10px;
}
.pro_list2 dd .con .tt{
	font-size: 22px;
	color: #0181cc;
}
.pro_list2 dd .con .text{
	font-size: 14px;
	line-height: 18px;
	height: 54px;
	color: #666;
	margin: 8px 0 18px;
}
.pro_list2 dd .con .more{
	width: 33px;
	height: 33px;
	color: #fff;
	background: #0181cc url(../images/more_icon1.png) no-repeat center center;
	border-radius: 33px;
}
.pro_list2 dd a:hover{
	box-shadow: 0 0 12px rgba(115,115,115,.2);
}
.pro_list2 dd a:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}



/*
 * pro_det
 */
.location_pro{
	background: #eee;
}
.location_pro .wrapper{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.sub_nav_title{
	font-size: 30px;
	color: #666;
	font-family: "HelveticaNeueLTPro-BdCn";
	line-height: 100px;
	margin-right: 33px;
}
.location_pro_tt{
	font-size: 14px;
	color: #666;
	line-height: 100px;
}
.location_pro_l{
	width: calc(100%  - 620px);
	height: 100px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.location_pro_l .sub_nav_title{
	line-height: 1;
	margin-bottom: 8px;
}
.location_pro_l .location_pro_tt{
	line-height: 20px;
}


.sub_nav_list{
}
.sub_nav_list a{
	float: left;
	min-width: 185px;
	max-width: 225px;
	height: 100px;
	font-size: 14px;
	line-height: 16px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding: 0 30px;
	border-right: 1px solid #ddd;
}
.sub_nav_list a:nth-child(1){
	width: 188px;
}
.sub_nav_list a:nth-child(2){
	width: 225px;
}
.sub_nav_list a:nth-child(3){
	width: 188px;
}
.sub_nav_list a:first-child{
	border-left: 1px solid #ddd;
}
.sub_nav_list a .icon{
	width: 44px;
	height: 44px;
}
.sub_nav_list a .con{
	width: calc(100% - 44px);
	font-size: 14px;
	line-height: 16px;
	padding-left: 8px;
	color: #666;
}
.sub_nav_list a .icon1{
	background: url(../images/pro_cate_icon1.png) no-repeat center center;
}
.sub_nav_list a .icon2{
	background: url(../images/pro_cate_icon2.png) no-repeat center center;
}
.sub_nav_list a .icon3{
	background: url(../images/pro_cate_icon3.png) no-repeat center center;
}
.sub_nav_list a:hover .icon1{
	background: url(../images/pro_cate_icon1_h.png) no-repeat center center;
}
.sub_nav_list a:hover .icon2{
	background: url(../images/pro_cate_icon2_h.png) no-repeat center center;
}
.sub_nav_list a:hover .icon3{
	background: url(../images/pro_cate_icon3_h.png) no-repeat center center;
}
.sub_nav_list a:hover{
	background: #fff;
}
.sub_nav_list a:hover .con{
	color: #0181cc;
}


/*
 * pro_det
 */
.pro_det_t .wrapper{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_t{
	padding: 50px 0 70px;
}
.pro_det_pic{
	width: 600px;
}
.pro_det_pic_scroll_box{
	position: relative;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}
.pro_det_pic_scroll{
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #dcdcdc;
}

.pro_det_pic_bars{
	

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding-top: 10px;
}.clear{ clear:both}
.pro_det_pic_bars .item{
	width: calc(20% - 8px);
	position: relative; float:left;
	cursor: pointer;
	border: 1px solid #dcdcdc;
}
.pro_det_pic_bars .item img{
	display: block;
}
.pro_det_pic_bars .item:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,134,81,.7);
}
.pro_det_pic_bars .item.active:after{
	opacity: 1;
}


div.zoomDiv {
	z-index: 999;
	position: absolute;
	border: solid 1px #ddd;
	width: 500px !important;
	width: 500px !important;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	width: 88px !important;
	height: 88px !important;
	background:rgba(0,0,0,.3);
	cursor:move;
	z-index: 99;
}
.bigimg{
	width:1000px !important;
	height: auto;
	max-width: none;
}

.pro_inf{
	width:50%;
	padding-top: 15px;
	padding-left: 5%;
}
.pro_det_title{
	font-size:36px;
	color: #333;
}
.pro_inf_para{
	padding: 30px 0 40px;	
}
.pro_inf_para_item{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    padding: 9px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.pro_inf_para_item .tt{
	width: 250px;
}
.pro_inf_para_item .text{
	width: calc(100% - 250px);
}


.pro_inf_btn_box{
	padding: 0 0 40px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_inf_btn{
	float: left;
	width: 180px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    font-family: "AkzidenzGrotesk-Bold";
	background: #0181cc;
	margin-right: 20px;
	margin-bottom: 10px;
}

.pro_inf_btn .icon{
	display: inline-block;
	color: #fff;
	font-size: 22px;
	margin-right: 8px;
}
.pro_inf_btn.hover{
	color: #0181cc;
	background: #fff;
	border: 1px solid #0181cc;
}
.pro_inf_btn.hover .icon{
	color: #0181cc;
}



.pro_share{
}
.pro_share_tt{
	color: #666;
	display:flex;
	font-size: 14px;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
    margin-bottom: 8px;
}


.pro_det_b{
	padding-bottom: 70px;
}
.pro_det_b_bars_box{
	height: 60px;
	position: relative;
	margin-bottom: 50px;
}

.pro_det_b_bars{
	background: #0181cc;
	position: relative;
	z-index: 3;
}
.pro_det_b_bars .item{
	float: left;
	width: 20%;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	border-right: 1px solid #fff;
	position: relative;
	cursor: pointer;
}
.pro_det_b_bars .item:first-child{
	border-left: 1px solid #fff;
}
.pro_det_b_bars .item:after{
	content: "";
	display: none;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top-width:7px;
	border-bottom-width:0;
	border-left-width:11px;
	border-right-width:11px;
	border-color: #009a5d transparent transparent transparent;
	margin-left: -11px;
}
.pro_det_b_bars .item.hover{
	background: #009a5d;
}
.pro_det_b_bars .item.hover:after{
	display: block;
	bottom: -6px;
}

.pro_det_b_tabs_item{
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 26px;
}
.pro_det_b_tabs_title{
	font-size: 36px;
	color: #333;
	font-family: "AkzidenzGrotesk-Bold";
	position: relative;
	margin-bottom: 25px;
}
.pro_det_b_tabs_title:before{
	content: "";
	display: block;
	position: absolute;
	left: -42px;
	top: 16px;
	width: 22px;
	height: 4px;
	background: #0181cc;
}

.pro_det_b_text{
	line-height: 26px;
	font-size: 18px;
	color: #666;
}
.pro_det_b_clm1_list{
	padding: 35px 0 0 0;
}
.pro_det_b_clm1_list dd{
	float: left;
	padding: 0 15px;
}
.pro_det_b_clm1_list dd img{
	display: block;
	max-width: 100%;
  border-radius:50%;
  border:1px solid #eee;
}

.pro_det_b_clm1_list dd:hover img{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.pro_det_b_clm2_title{
	font-size: 16px;
	color: #0181cc;
	font-family: "AkzidenzGrotesk-Bold";
	margin-bottom: 30px;
}
.pro_det_b_clm2_list{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_clm2_list dd{
	float: left;
	width: 280px;
	padding: 40px;
	text-align: center;
	border: 1px solid #dcdcdc;
	margin: 0 26px 26px 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_b_clm2_list dd .num{
	font-size: 18px;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-family: "AkzidenzGrotesk-Bold";
	text-align: center;
	border-radius: 50px;
	background: #0181cc;
	margin: 0 auto 27px;
}
.pro_det_b_clm2_list dd .text{
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.pro_det_b_clm2_list dd:nth-child(4n){
	margin-right: 0;
}
.pro_det_b_clm2_list dd:hover{
	box-shadow: 0 0 10px rgba(115,115,115,.3);
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_det_b_clm3_con{
    font-size: 14px;
	line-height: 26px;
}
/*.pro_det_b_clm3_con .pic{*/
/*	width: 100%;*/
/*}*/
/*.pro_det_b_clm3_con .con{*/
/*	width: calc(100% - 485px);*/
/*	padding-left: 60px;*/
	
/*}*/




.pro_table table tr td{
	border: 1px solid #d2d2d2;
	font-size: 14px;
	line-height: 26px;
	padding: 8px;
	color: #666;
	text-align: center;
}
.pro_table table tr:nth-child(odd){
	background: #f6f6f6;
}
.pro_table table tr:first-child{
	background: #0181cc;
}
.pro_table table tr:first-child td{
	color: #fff;
	font-family: "Lato-Bold";
}


.inquiry_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-top: 5px;
}
.inquiry_list2 dd{
	width: 48%;
	margin-bottom: 8px;
}
.inquiry_list2 dd .inquiry_form_area{
	height: 120px;
}
.inquiry_list2 dd.ddw,
.inquiry_list2 dt{
	width: 100%;
}


.pro_list3{
	padding-top: 10px;
}
.pro_list3 dd{
	float: left;
    width: 31%;
    margin: 0 2.3% 0 0;
}
.pro_list3 dd:nth-child(3n){
	margin-right: 0;
}
.pro_list3 dd a{
	display: block;
}
.pro_list3 dd a .pic{
	border: 1px solid #dcdcdc;
	border-bottom: none;
	overflow: hidden;
}
.pro_list3 dd a .pic img{
	display: block; width:100%
}
.pro_list3 dd a .con{
	padding: 26px 55px;
	background: #f5f5f5;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_list3 dd a .con .tt{
	font-size: 22px;
	color: #333;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_list3 dd a .con .text{
	font-size: 14px;
	line-height: 18px;
	height: 54px;
	margin: 10px 0 20px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_list3 dd a:hover .con{
	background: #0181cc;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_list3 dd a:hover .con .tt,
.pro_list3 dd a:hover .con .text,
.pro_list3 dd a:hover .con .more_btn1{
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_list3 dd a:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.pro_list3 dd a:hover{
	box-shadow:  0 0 10px rgba(115,115,115,.3);
}
