


html,body{
	font-family:"HelveticaNeueLTPro-Roman",arial,verdana;
}
input, button, textarea,select{
	font-family:"HelveticaNeueLTPro-Roman",arial,verdana;	
}
.overflow{
  height:100%;
  overflow:hidden;
}
.header{
	position: relative;
	z-index: 4;
	height: 100%;
	background: #fff;
}

.head_mail{
  float:left;
  width:190px;
  color:#333;background-image: url('file:///C:\Users\ENES PC\Desktop\31343C (2).svg');
  display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;
    
  align-items:center;
  -ms-align-items: center;
  -webkit-align-items: center;
  font-size: 16px;
  line-height:20px;
    padding: 0 0 0 16px;
    font-family: "HelveticaNeueLTPro-Md";
  margin:40px 0 0 0;
}
	.head_mail .icon {
		color: #FFA420;
		margin-right: 5px;
	}
	.head_mail:hover {
		color: #FFA420;
	}
.head_lag{
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 10px;
}
.head_lag_t {
	width: 40px;
	height: 40px;
	color: #FFA420;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.head_lag_down{
	position: absolute;
	left:50%;
	top: 48px;
	display: none;
	width: 135px;
	background: #fff;
	padding: 12px 12px 4px;
	margin-left: -67px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.head_lag_down_icon{
	position: absolute;
    left: 50%;
    top: -16px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    margin-left: -8px;
}
.head_lag_down a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	height: 30px;
    line-height: 30px;
    color: #444;
    font-size: 16px;
    margin-bottom: 8px;
    overflow: hidden;
}
.head_lag_down a img{
	display: block;
	margin-right: 5px;
}
.head_lag_down a:hover{
	color: #1d3e93;
}


.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: 100%;
}

.menu{
	width: calc(100% - 370px);
	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% - 100px);
}
.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;
	height: 100px;
	position: relative;
	margin: 0 8px;
}
.menu_dl dd.dd_pro{
	position: static;
}
.menu_tt .text{
	width: 100%;
	display: block;
	color: #353535;
	text-align: center;
	line-height: 100px;
	font-size: 14px;
	padding: 0 16px;
	font-family: "HelveticaNeueLTPro-Md";
	text-transform: uppercase;
}
.menu_dl dd.hover .menu_tt .text {
	color: #FFA420;
}
.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top:100px;
	z-index: 9;
	width: 300px;
	background: #efefef;
	padding-top: 5px;
	border-bottom: 5px solid #c1c1c1;
}
.menu_down a{
	clear: both;
	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;
	color: #333;
	font-size:14px;
	line-height: 24px;
	padding:8px 30px;
	position: relative;
}
.menu_down .tt{
	width:calc(100% - 10px);
}
.menu_down .icon{
	width:10px;
	height: 10px;
	background: url(../images/footer_icon.png) no-repeat center center;
}
.menu_down a:after{
	content: "";
	position: absolute;
	left: 30px;
	bottom: -1px;
	display: block;
	width:calc(100% - 60px);
	height: 1px;
	background: #e0e0e0;
}
.menu_down a:last-child:after{
	display: none;
}
	.menu_down a:hover {
		color: #fff;
		background: #FFA420;
	}


.menu_down_pro {
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	padding: 30px 0;
	background: #ebebeb;
	border-bottom: 2px solid #FFA420;
}
.menu_down_pro_list{
    display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.menu_down_pro_list .item{
    width: 200px;
    margin: 0 10px 20px;
}
.menu_down_pro_list .item .pic{
    overflow: hidden;
}
.menu_down_pro_list .item .tt{
    font-size: 14px;
    text-align: center;
    padding: 12px 0 0;
}

.menu_down_pro_list .item a:hover .pic img{
    transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
	.menu_down_pro_list .item a:hover .tt {
		color: #FFA420;
	}

.head_search {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFA420;
	font-size: 22px;
	cursor: pointer;
}

.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: #035db1;
	font-size: 26px;
	background: none;
	font-weight: bold;
	border: 0;
}

.search_box_close{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #999;
	margin-left: 10px;
	text-align: center;
	border: 0;
	background: none;
	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;
}

/*
 * wap head
 */
.mobile_header{
	display: none;
	clear: both;
	height: 58px;
}
.mobile_header_top{
	width: 100%;
	height: 58px;
	position: fixed;
	left: 0;
	top:0;
	z-index: 7;
	background:#fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
	width: 140px;
	height: 58px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: 30px;
	width: auto;
}

.mobile_menu_btn{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 15px 15px 10px 14px;
	cursor: pointer;
}
	.mobile_menu_btn span {
		display: block;
		height: 4px;
		width: 34px;
		background: #FFA420;
		border-radius: 4px;
		margin-bottom: 7px;
	}
.mobile_search_icon{
	width: 40px;
	height: 58px;
	color: #1049aa;
	font-size: 26px;
	line-height: 58px;
	text-align: center;
	margin-right: 62px;
	cursor: pointer;
}
.mobile_lag_icon {
	width: 40px;
	height: 58px;
	color: #e68e00;
	font-size: 32px;
	line-height: 58px;
	cursor: pointer;
	margin-right: 6px;
}
.mobile_lag_box{
	display: none;
	position: fixed;
	left: 0;
	top: 58px;
	z-index: 7;
	width: 100%;
	text-align: center;
	padding: 20px;
	background: #f1f1f1;
}
	.mobile_lag_box a {
		display: inline-block;
		width: 120px;
		color: #fff;
		font-size: 16px;
		text-align: center;
		line-height: 36px;
		background: #e68e00;
	}


.mobile_menu_box{
	position: fixed;
	right: -240px;
	top:0;
	z-index: 8;
	width:220px;
	background: #fafafa;
	padding: 20px 10px;
	overflow-y: auto;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_box.show{
	right: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
	.mobile_menu_box .closebuttonmenu {
		position: absolute;
		top: 10px;
		right: 10px;
		background-color: #ff0000;
		color: #fff;
		border: none;
		padding: 5px 10px;
		cursor: pointer;
	}
.mobile_menu_dl{
  overflow-y:auto;
  height:100%;
}
.mobile_menu_dl dd{
	clear: both;
	line-height: 20px;
	margin-bottom: 8px;
}
.mobile_menu_tt{
	font-size: 18px;
	margin-bottom: 6px;
}
.mobile_menu_tt .text{
	float: left;
	width: 80%;
	color: #333;
	line-height: 30px;
	text-transform: uppercase;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/menu_ico.png) no-repeat center center;
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down{
	display:none;
	padding:8px 0 8px 12px;
}
.mobile_menu_down a{
	display:block;
	font-size: 16px;
	margin-bottom: 10px;
}
.mobile_menu_tt_icon.hover{
	transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}


.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #035db1;
}


.mobile_search_box{
	position: fixed;
	left: 0;
	top: 58px;
	z-index: 7;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fafafa;
}
.mobile_search_box form{
	width: 100%;
	padding:2px;
	border-radius: 5px;
	border: 1px solid #ddd;
	
}
.mobile_search_text{
	float: left;
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
	width:calc(100% - 40px);
	border: 0;
}

.mobile_search_btn_text{
	float: right;
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: #035db1;
	text-align: center;
	line-height: 40px;
	border: none;
	background: none;
}


.mask,.mobile_menu_mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.mobile_menu_mask{
	z-index: 8;
}

/*
 * 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: 12px;
    height: 12px;
    border-radius: 12px;
    background: #fff;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
    background: #1049aa;
}




/*
 * ind_box1
 */
.ind_box1 {
	background: #FFA420;
	padding: 20px 0;
}
.ind_box1_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.ind_box1_list dd{
	width: 20%;
	padding: 0 1%;
}
.ind_box1_list dd a{
	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;
}
.ind_box1_list dd .pic{
	width:78px;
	height: 78px;
	overflow: hidden;
	border-radius: 50%;
}
.ind_box1_list dd .pic img{
	display: block;
	transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.ind_box1_list dd .con{
	width: calc(100% - 78px);
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
}
.ind_box1_list dd a:hover .pic img{
	opacity: 0.95;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.ind_box1_list.owl-theme .owl-controls{
    padding-top: 10px;
}
.ind_box1_list.owl-theme .owl-dots .owl-dot span{
    background: #fff;
}
.ind_box1_list.owl-theme .owl-dots .owl-dot.active span, 
.ind_box1_list.owl-theme .owl-dots .owl-dot:hover span{
    background: #ff9f2e;
}


.title1{
	color: #333;
	font-size: 52px;
	font-family: "HelveticaNeueLTPro-BdCn";
	margin-bottom: 2%;
}
.ind_box2{
	padding: 5% 0;
}
.ind_box2_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_box2_list dd{
	width: 50%;
	padding: 0 10px;
	margin-bottom:20px;
}
.ind_box2_list dd 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;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 0 2%;
	background: #f8f8f8;
}
.ind_box2_pic{
	width: 48%;
	overflow: hidden;
}
.ind_box2_pic img{
	display: block;
	margin: 0 auto;
}
.ind_box2_con{
	width: 52%;
	padding-left: 2%;
}
.ind_box2_tt{
	font-size: 20px;
	color: #333;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2_text{
	color: #666;
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0 18px;
}
.more_btn1 {
	display: block;
	width: 34px;
	height: 34px;
	background: #FFA420 url(../images/more_icon2.png) no-repeat center center;
	border-radius: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2_list dd a:hover .ind_box2_tt{
	color: #000;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2_list dd a:hover .ind_box2_pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.ind_box2_list dd a:hover .more_btn1{
	background: #000 url(../images/more_icon2.png) no-repeat center center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



/*
 * ind_box3
 */
.ind_box3{
	padding: 4% 0;
}
.ind_box3_title{
	margin-bottom: 3%;
}
	.ind_box3_title .tt {
		display: inline-block;
		font-size: 60px;
		line-height: 1.3;
		color: #fff;
		background: #FFA420;
		padding: 0 30px;
		font-family: "HelveticaNeueLTPro-BdCn";
		margin-bottom: 14px;
	}
.ind_box3_title .text{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	max-width: 950px;
	margin: 0 auto;
}

.ind_box3_list1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_box3_list1 dd{
	width: 25%;
	padding: 0 1%;
}
.ind_box3_list1 dd .con{
	height: 100%;
	padding: 20px 2%;
	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;
	background: rgba(255,255,255,.6);
	border: 1px solid #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
	.ind_box3_list1 dd .tt {
		font-size: 18px;
		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: #FFA420;
		font-family: "HelveticaNeueLTPro-Md";
	}
.ind_box3_list1 dd .tt .num1{
	font-size: 36px;
	margin-right: 3px;
}
.ind_box3_list1 dd .tt2{
	color: #333;
	font-size: 14px;
	font-family: "HelveticaNeueLTPro-Md";
	margin: 4px 0 4px;
}
.ind_box3_list1 dd .text{
	color: #666;
}
.ind_box3_list1 dd .con:hover{
	background: rgba(255,255,255,.9);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box3_list2{
	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: 4% 0 15px;
}

.ind_box3_list2 dd{
	margin: 0 1.5% 15px;
	overflow: hidden;
}
.ind_box3_list2 dd img{
	display: block;
}
.ind_box3_list2 dd:hover img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.ind_box3_btn{
	display:inline-block;
	background: #ff9f2e;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
	line-height: 33px;
	border-radius: 33px;
}

.ind_box4{
	padding: 50px 0;
}

.case_list1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.case_list1 dd{
	width: 33.33%;
	padding: 0 1%;
}
.case_list1 dd a{
	display: block;
	overflow: hidden;
}
.case_list1 dd a .pic{
	overflow: hidden;
	position: relative;
}
.case_list1 dd a .pic img{
	display: block;
	width: 100%;
}
.case_list1 dd a .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	font-size: 24px;
	padding: 10px 5% 30px;
	color: #fff;
	font-family: "HelveticaNeueLTPro-BdCn";
	background: -webkit-linear-gradient(to top, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(to top, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(to top, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0,0,0,.7)), to(rgba(0,0,0,0)));
	background: linear-gradient(to top, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
	.case_list1 dd a .btn {
		width: 100%;
		color: #fff;
		font-size: 18px;
		font-family: "HelveticaNeueLTPro-BdCn";
		line-height: 60px;
		text-align: center;
		background: #FFA420;
	}
.case_list1 dd a:hover img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.case_list1 dd a:hover .tt{
	padding: 10px 5% 50px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.ind_box5{
	padding:50px 0;
	background:#eee;
}

.news_list1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.news_list1 dd{
	width: 25%;
	padding: 0 1%;
}
.news_list1 dd a{
	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;
	padding:65px 10%;
  width:100%;
  height: 100%;
	background: #fff;
	border-bottom: 5px solid #dbdbdb;
	position: relative;
	transition: all 0s;
    -webkit-transition: all 0s;
}
	.news_list1 dd a:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -5px;
		display: block;
		width: 0;
		height: 5px;
		background: #FFA420;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
.news_list1_date {
	color: #FFA420;
	margin-bottom: 14px;
}
.news_list1_tt{
  width:100%;
	font-size: 18px;
	font-family: "HelveticaNeueLTPro-Md";
  overflow:hidden;
}
.news_list1_text{
  width:100%;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin: 25px 0;
}
.more_btn2 {
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #FFA420;
}
.news_list1 dd a:hover:after{
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list1 dd a:hover{
	background: url(../images/news_bg.jpg) no-repeat center center / auto 100%;
	transition: all 0s;
    -webkit-transition: all 0s;
}
/*
 * footer
 */
.footer{
	background: #545454;
}
.footer_t{
	padding: 5% 0;
}
.footer_t .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_t_l{
	width: 23%;
}
.footer_t_pro{
	width: 22%;
}
.footer_t_ctx{
	width: 19%;
}

.footer_t_l_logo{
	margin-bottom: 35px;
}
.footer_t_l_logo img{
	display: block;
}
.footer_t_l_text{
	color: #d7d6d6;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 45px;
}
.footer_t_l_text p{
	color: #d7d6d6;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 45px;
}
#LabelAboutDesc .about_box1_r_tt2 p{
	color: #d7d6d6;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 45px;
}
.footer_sm_box{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.footer_sm_tt{
	font-size: 14px;
	color: #d7d6d6;
}
.footer_sm a{
	float: left;
	font-size: 20px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-right: 5px;
}
.footer_sm a:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.footer_t_title{
	display: block;
	color: #fff;
	font-size: 16px;
	font-family: "HelveticaNeueLTPro-Md";
	margin-bottom: 22px;
}
.footer_t_pro_list a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	padding: 8px 15px 8px 0;
	line-height: 22px;
	border-bottom: 1px solid #727272;
}
.footer_t_pro_list a .tt{
	color: #ddd;
	font-size: 14px;
	width: calc(100% - 10px);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer_t_pro_list a .icon{
	width: 10px;
	height: 10px;
	background: url(../images/footer_icon.png) no-repeat center center;
}
.footer_t_pro_list a:hover .tt{
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.footer_t_ctx_list{
	
}
.footer_t_ctx_item{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
	padding: 8px 0;
	line-height: 22px;
	border-bottom: 1px solid #727272;
}
.footer_t_ctx_item .icon{
	width: 22px;
	height: 22px;
	font-size:16px;
	color: #ddd;
	line-height: 22px;
	text-align: center;
}
.footer_t_ctx_item .text{
	color: #ddd;
	font-size: 14px;
	width: calc(100% - 22px);
	padding-left: 10px;
}

.footer_t_ctx_item .text a{
	color: #ddd;
}
.footer_t_ctx_item .text a:hover{
	color: #fff;
	text-decoration: underline;
}


.footer_t_inq{
	width: 20%;
}

.footer_t_inq_tt{
	font-size: 24px;
	color: #c8c8c8;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer_t_inq_text,.footer_t_inq_area{
	display: block;
	width: 100%;
	height: 37px;
	color: #fff;
	font-size: 14px;
	padding-left: 15px;
	background: none;
	border: 1px solid #757575;
	margin-bottom: 15px;
}
.footer_t_inq_area{
	height: 82px;
	padding-top: 8px;
	resize: none;
}
.footer_t_inq_text::-webkit-input-placeholder,
.footer_t_inq_area::-webkit-input-placeholder{
	color: #c2c2c2;
	font-size: 14px;
}
.footer_t_inq_sub{
	display: block;
	width: 100px;
	line-height: 33px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #ff9f2e;
	border: 0;
	font-family: "HelveticaNeueLTPro-Md";
}

.footer_b{
	line-height: 24px;
	padding: 18px 0;
	font-size: 14px;
	color: #ababab;
	border-top: 1px solid #727272;
}
.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;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.footer_b_text,.footer_b_text a{
	color: #ababab;
}
.footer_b_text a:hover{
	color: #fff;
	text-decoration: underline;
}

/* 
float
 */
.float_btn{
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 6;
}
.back_top {
	display: none;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #FFA420 url(../images/float_icon2.png) no-repeat center center;
	cursor: pointer;
}

/*
 * sub_banner
 */
.sub_banner{
	height: 84px;
	position: relative;
}
.location {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgb(230 142 0);
	padding: 20px 0;
}
.location .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;
    
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.sub_banner_tt{
	font-size: 48px;
	line-height: 1;
	color: #fff;
	font-family: "HelveticaNeueLTPro-BdCn";
}
.location_con{
	color: #fff;
	font-size: 14px;
}
.location_con a{
	color: #fff;
}


/*
 * about
 */
.about_box1{
	padding: 4% 0;
}
.about_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:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.about_box1_pic{
	width: 49%;
}
.about_box1_r{
	width: 46%;
}

.about_box1_r_tt {
	color: #FFA420;
	font-size: 60px;
	line-height: 1.2;
	font-family: "HelveticaNeueLTPro-Md";
}
.about_box1_r_tt2{
	font-size: 18px;
	color: #333;
	font-family: "HelveticaNeueLTPro-Md";
	margin-bottom: 35px;
}
.about_box1_r_tt2 p{
	font-size: 18px;
	color: #333;
	font-family: "HelveticaNeueLTPro-Md";
	margin-top: 5px;
}
.about_text{
	line-height: 26px;
	font-size: 14px;
	color: #666;
}

.about_box2_t{
	padding:3.2% 0;
	color: #fff;
	background: #ff9f2e;
}
.about_box2_title{
	font-size: 38px;
	font-family: "HelveticaNeueLTPro-Md";
	margin-bottom: 30px;
}
.about_box2_t .about_text{
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
}

.about_box2_pic{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box2_pic .item{
	width: 25%;
	overflow: hidden;
}
.about_box2_pic .item img{
	display: block;
	width: 100%;
}
.about_box2_pic .item:hover img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}

.about_box3{
	padding: 4% 0;
}

.about_box3_title{
	font-size: 54px;
	font-family: "HelveticaNeueLTPro-Md";
	margin-bottom: 25px;
}
.pc_about_box3_con{
	width: 456px;
	height: 229px;
	position: relative;
	margin: 105px auto 0;
}
.pc_about_box3_con img{
	display: block;
}
.pc_about_box3_item{
	font-size:14px;
	line-height: 26px;
	position: absolute;
}
.pc_about_box3_item_l{
	width: 407px;
	left: -437px;
	bottom: 35px;
}
.pc_about_box3_item_t{
	width: 315px;
	left: 50%;
	margin-left: -162px;
	top: -72px;
	text-align: center;
}
.pc_about_box3_item_r{
	width: 407px;
	right: -437px;
	bottom: 35px;
}


.mobile_about_box3_con{
	display: none;
}

.mobile_about_box3_con_title{
	font-size: 24px;
	color: #1D3E93;
	margin-bottom: 12px;
}

.mobile_about_box3_item{
	margin-bottom: 18px;
}
.mobile_about_box3_item .tt{
	font-size:20px;
	color: #1D3E93;
	font-family: "HelveticaNeueLTPro-Md";
	margin-bottom: 5px;
}

.mobile_about_box3_item .text{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.about_box4{
	padding: 40px 0;
}
.about_box4_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.about_box4_list dd{
	width: 20%;
	padding: 0 1%;
}
.about_box4_list dd img{
	display: block;
	margin: 0 auto;
}
.about_box4_list dd img:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.about_box5{
	padding: 4% 0;
}
.about_box5_title{
	margin-bottom: 30px;
}
.about_box5_title .tt{
	font-size: 42px;
	color: #333;
	margin-bottom: 15px;
}
.about_box5_title .text{
	font-size: 16px;
	color: #666;	
	line-height: 26px;
}
.about_box5_list dd a{
	display: block;
}
.about_box5_list dd a:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.about_box5_list.owl-carousel .owl-wrapper-outer{
	padding: 3px 0 0 0 ;
}
.about_box5_list.owl-theme .owl-controls{
    padding-top: 3%;
}
.about_box5_list.owl-theme .owl-dots .owl-dot span,
.about_box8 .owl-theme .owl-dots .owl-dot span{
    background: #d3d3d3;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.about_box5_list.owl-theme .owl-dots .owl-dot.active span, 
.about_box5_list.owl-theme .owl-dots .owl-dot:hover span,
.about_box8 .owl-theme .owl-dots .owl-dot.active span,
.about_box8 .owl-theme .owl-dots .owl-dot:hover span{
    background: #ff9f2e;
}


.about_box6{
	padding: 4% 0 3%;
	background: #ededed;
}
.about_box6_title .tt{
	font-size: 36px;
	color: #333;
}
.about_box6_title .text{
	font-size: 16px;
	line-height: 26px;
	color: #666;
	margin: 5px 0 40px;
}
.about_box6_btn{
	display: block;
	width: 220px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	background: #1D3E93;
	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;
}
.about_box6_btn .icon{
	font-size: 24px;
	margin-right: 12px;
}

.about_box7{
  padding: 4% 0 3%;
	background: #fff;
}
.about_box7_con{
  padding:15px 0;
  text-align:center;
}
/*
 * case
 */
.sub_page_case{
	padding: 4% 0;
}
.case_list2{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.case_list2 dd{
	width: 33.33%;
	padding: 0 20px;
	margin-bottom:50px;
}
.case_list2 dd a{
	display: block;
	position: relative;
}
.case_list2_pic{
	overflow: hidden;
}
.case_list2_pic img{
	display: block;
	width: 100%;
}
.case_list2_con{
	padding:30px;
	border: 1px solid #dcdcdc;
	border-bottom: 0;
}
.case_list2_con .tt{
	font-size: 18px;
	line-height: 1.4;
	color: #333;
	font-family: "HelveticaNeueLTPro-Md";
	font-weight: bold;
	margin-bottom: 12px;
    min-height:48px;
}
.case_list2_con .text{
	font-size: 14px;
	line-height: 21px;
	color: #666;
}
.case_list2_more{
	color: #fff;
	line-height: ;
	background: #1d3e93;
	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;
    padding: 0 8%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list2_more .tt{
	font-size: 16px;
	line-height: 40px;
	font-family: "HelveticaNeueLTPro-BdCn";
}
.case_list2_more .icon{
	font-size: 24px;
}


.case_list2 dd a:hover .case_list2_pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.case_list2 dd a:hover .case_list2_more{
	background: #ff9f2e;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/*
 * 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.page_l{
	justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.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: #333;
    line-height: 30px;
    background: #eeeeee;
    padding: 0 11px;
    margin: 0 4px;
}
.page a:hover,
.page a.hover{
	color: #fff;
	background: #1d3e93;
}



/*
 * contact
 */
.contact_box1{
	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;
}
.contact_box1_l{
	width: 34%;
	padding: 5% 0;
	border-right: 1px solid #efefef;
}
.contact_box1_l_title{
	font-size: 42px;
	font-family: "HelveticaNeueLTPro-Md";
}
.contact_box1_l_list{
	border-top: 1px solid #efefef;
	margin: 42px 0 35px;
}
.contact_box1_l_item{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	padding: 26px 0;
	line-height: 24px;
	border-bottom: 1px solid #efefef;
}
.contact_box1_l_item .icon{
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 1;
	color: #b5b5b5;
	text-align: center;
}
.contact_box1_l_item .text{
	color: #666;
	font-size: 16px;
	width: calc(100% - 30px);
	padding-left: 14px;
}

.contact_box1_l_item .text a{
	color: #666;
}
.contact_box1_l_item .text a:hover{
	color:#1D3E93;
	text-decoration: underline;
}
.contact_sm_box .footer_sm_tt {
	color: #e68e00;
}
.contact_sm_box .footer_sm a {
	color: #e68e00;
}

.contact_box1_r{
	width: 66%;
	padding: 0 2% 0 5%;
}


.contact_box1_r_title{
	font-size: 42px;
	color: #333;
	line-height: 1;
	font-family: "HelveticaNeueLTPro-Md";
}
	.contact_box1_r_title:before {
		content: "";
		float: left;
		width: 10px;
		height: 35px;
		background: #e68e00;
		margin-right: 12px;
	}
.contact_box1_r_tip{
	font-size: 14px;
	line-height: 22px;
	color: #888;
	padding: 12px 0 30px;
}

.inquery_list1{
	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;
}
.inquery_list1 dd{
	width: 48%;
	margin-bottom: 3px;
}
.inquery_list1 dd.ddw{
	width: 100%;
	margin-bottom: 25px;
}
.inquery_tt{
	font-size: 14px;
	color: #000;
	line-height:40px;
}
.inquery_tt .red{
	color: #f00;
}
.inquery_text,.inquery_area{
	width: 100%;
	line-height: 33px;
	padding-left: 15px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	background: #fcfcfc;
	box-shadow: 0 2px 3px rgba(115,115,115,.2) inset;
}
.inquery_area{
	height: 120px;
	resize: none;
}
.inquery_btn{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	background: #ff9f2e;
	border:0;
	color:#fff;
	font-family: "HelveticaNeueLTPro-BdCn";
	cursor: pointer;
}

.contact_box2{
	padding:0 0 5% 0;
}
.contact_box2 img{
	max-width: none;
}


/*
 * faq
 */
.faq_box_clm{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	margin-bottom: 5%;
}
.faq_box_title{
	width: 300px;
	font-size: 36px;
	font-family: "HelveticaNeueLTPro-Md";
}
.faq_box_con{
	width: calc(100% - 300px);
}
.faq_list1 dd{
	margin-bottom: 5px;
}
.faq_list1_t{
	background: #f3f3f3;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    cursor: pointer;
}
.faq_list1_t_num{
	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;
	width: 60px;
	font-size: 14px;
	text-align: center;
	background: #ececec;
}
.faq_list1_t_icon{
	width: 60px;
	height:60px;
	background: url(../images/faq_01.png) no-repeat center center;
}
.faq_list1 dd.hover .faq_list1_t_icon{
	background: url(../images/faq_icon2.png) no-repeat center center;
}
.faq_list1_t_text{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	width: calc(100% - 120px);
	line-height: 22px;
	font-size: 16px;
	padding-left: 20px;
	border-left: 1px solid #dbdbdb;
}
.faq_list1_b{
	display: none;
	font-size: 14px;
	line-height: 25px;
	color: #333;
	padding: 24px 60px 24px 80px;
	border: 1px solid #ededed;
	border-top: 0;
}


/*
 * news
 */
.news_page_wrap{
	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;
}
.main_r{
	width: calc(100% - 325px);
	border-right: 1px solid #efefef;
	padding-right: 3%;
	padding-bottom: 3%;
}
.news_list2{
	padding: 15px 0;
}
.news_list2 dd{
	padding: 43px 0;
	border-bottom: 1px solid #efefef;
}
.news_list2 dd a{
	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;
}
.news_list2_pic{
	width: 38.8%;
	overflow: hidden;
}
.news_list2_pic img{
	display: block;
	width: 100%;
}
.news_list2_con{
	width: 61.2%;
	padding-left: 5%;
}
.news_list1_tt2{
	font-size: 20px;
}
.news_list2 dd a:hover .news_list1_tt{
	color: #1049aa;
}
.news_list2 dd a:hover .news_list2_pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}

.main_l{
	width: 285px;
	padding: 0% 0;
}
.main_l_search{
	width: 100%;
	height: 44px;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
}
.main_l_search_text_box{
	position: relative;
}
.main_l_search_text_icon{
	position: absolute;
	left: 0;
	top:0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
}
.main_l_search_text{
	width: 100%;
	border: 0;
	line-height: 44px;
	padding-left: 44px;
	background: none;
}
.main_l_search_sub{
	display: none;
}

.recent_post{
	padding: 35px 0;
}

.main_l_title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}
.recent_post_list dd a{
	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;
	padding: 10px 0;
	border-bottom: 1px solid #efefef;
}
.recent_post_list dd .tt{
	width: calc(100% - 28px);
	font-size: 14px;
	line-height: 19px;
	color: #888;
}
.recent_post_list dd .icon{
	width: 10px;
	height: 19px;
	background: url(../images/footer_icon.png) no-repeat center center;
}
.recent_post_list dd:hover .tt{
	color: #1D3E93;
}
.recent_post_list dd:last-child a{
	border: 0;
}

.screen_box_select{
	display: block;
	width: 100%;
	height: 44px;
	padding-left: 12px;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
}


.main_nav{
	padding: 35px 0;
}
.main_l_title2{
	margin-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
	.main_l_title2:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 25px;
		height: 1px;
		background: #e68e00;
	}
.main_l_title2 .tt{
	color: #333;
	font-size: 20px;
	line-height: 40px;
	font-family: "HelveticaNeueLTPro-Md";
}
	.main_l_title2 .tt:before {
		content: "";
		float: left;
		width: 3px;
		height: 17px;
		margin: 11px 10px 0 0;
		background: #e68e00;
	}

.main_l_nav_t{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px solid #efefef;
}
.main_l_nav_t .tt{
	font-size: 14px;
	color: #000;
	width: calc(100% - 48px);
}
.main_l_nav_t .icon{
	width: 48px;
	height: 48px;
	background:url(../images/footer_icon.png) no-repeat center center;
	cursor: pointer;
}
.main_l_nav_list dd.hover .main_l_nav_t .icon{
	background: url(../images/main_l_icon.png) no-repeat center center;
}
.main_l_nav_b{
	display: none;
	padding: 15px 20px 10px;
}
.main_l_nav_b a{
	display: block;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
}
.main_l_nav_b a:hover{
	color: #1D3E93;
	text-decoration: underline;
}

.hot_pro_list1 dd{
	margin-bottom: 25px;
}
.hot_pro_list1 dd 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;
}
.hot_pro_list1 dd .pic{
	width: 100px;
	border: 1px solid #e7e7e7;
}
.hot_pro_list1 dd .pic img{
	display: block;
}
.hot_pro_list1 dd .con{
	width: calc(100% - 100px);
	padding-left: 12px;
}
.hot_pro_list1 dd .con .tt{
	font-size: 14px;
	line-height: 18px;
	color: #666;
	margin-bottom:12px;
}
	.hot_pro_list1 dd .con .more_btn1 {
		width: 20px;
		height: 20px;
		background: #FFA420 url(../images/more_icon2.png) no-repeat center center / 10px auto;
	}

	.hot_pro_list1 dd a:hover .con .tt {
		color: #FFA420;
	}
.hot_pro_list1 dd a:hover .more_btn1{
	background-color: #ff9f2e;
}


/*
 * news_det
 */
.news_det_box{
	padding: 5% 0;
}
.news_det_box{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.newsdet_date{
	width:98px;
	height: 110px;
	border: 2px solid #ef5a29;
	color: #ef5a29;
	text-align: center;
	font-weight: bold;
	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;
}
.newsdet_date p:nth-child(1){
	font-size: 48px;
	
}
.newsdet_date p:nth-child(2){
	font-size: 18px;
	margin-top: -5px;
}
.news_det_r{
	width: calc(100% - 100px);
	padding-left:4%;
}
.news_det_r_tt{
	font-weight: bold;
	font-size: 36px;
	color: #333;
	margin-bottom: 15px;
	font-family: "HelveticaNeueLTPro-Md";
}
.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_r_box{
	padding-top: 3%;
	overflow: hidden;
}
.news_det_r_con img{
	max-width: 100%;
}
.news_det_r_con{
	font-size: 14px;
	color: #7e7e7e;
	line-height: 25px;
	overflow: hidden;
}
.news_det_art{
	margin-top: 5%;
}
.news_det_art a{
	display: inline-block;
	width: 140px;
	height: 48px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
	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: #1d3e93;
	color: #fff;
	border: 1px solid #1d3e93;
}
.news_det_art a:hover{
	background: #1d3e93;
	color: #fff;
	border-color: #1d3e93;
}


/*
 * pro_cover
 */
.news_procover_wrap{
    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;
    flex-direction: row-reverse; 
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.news_procover_wrap .main_r{
	padding-right: 0;
	padding-left: 3%;
	border:none;
	border-left: 1px solid #efefef;
}
.pro_list2{
	padding: 4% 0;
}
.pro_list2 dd{
	padding: 30px 0;
	border-bottom: 1px solid #efefef;
}
.pro_list2_wrap{
	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_list2_pic{
	width: 32%;
	overflow: hidden;
}
.pro_list2_pic img{
	display: block;
}
.pro_list2_con{
	width: 68%;
	padding-left: 3%;
}
.pro_list2_tt{
	display: block;
	font-size: 24px;
}
.pro_list2_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    margin: 18px 0;
}
.pro_list2_list .item{
	width: 50%;
	padding-right: 2%;
}
.pro_list2_list .item a{
	display: block;
	color: #888;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
	text-decoration: underline;
}
.pro_list2_list .item a:hover{
	color: #1D3E93;
}
.pro_list2_list .item a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	display: block;
	width: 6px;
	height: 6px;
	background: #ff9f2e;
	border-radius: 6px;
}
.pro_list2_text{
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	margin: 18px 0;
}

.pro_list2 dd:hover .pro_list2_pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.pro_list2 dd:hover .pro_list2_tt {
	color: #e68e00;
}
.pro_list2 dd:hover .more_btn1{
	background-color: #ff9f2e;
}

/*
 * pro_list
 */
.pro_list3{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 30px 0 20px;
}
.pro_list3 dd{
	padding: 0 1.5%;
	margin-bottom: 30px;
}
.pro_list3 dd{
	width: 33.33%;
}
.pro_list3 dd a{
	display: block;
}
.pro_list3_pic{
	overflow: hidden;
}
.pro_list3_pic img{
	display: block;
	width: 100%;
}
.pro_list3_con{
	padding: 18px 0 10px;
}
.ind_box2_tt2{
	font-size: 18px;
}
.pro_cover_box{
	padding: 5% 0;
}
.pro_cover_box1_title{
	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;
	padding-bottom: 15px;
	border-bottom: 1px solid #efefef;
	font-family: "HelveticaNeueLTPro-Md";
}
.pro_cover_box1_title .tt{
	font-size: 24px;
	color: #333;
}
.pro_cover_box1_title .more{
	width: 80px;
	line-height: 30px;
	text-align: center;
	color: #ff9f2e;
	border: 1px solid #ff9f2e;
	border-radius: 3px;
}
.pro_cover_box1_title .more:hover{
	color: #fff;
	background: #ff9f2e;
}

.pro_list3 dd a:hover .pro_list3_pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.pro_list3 dd a:hover .ind_box2_tt{
	color: #1D3E93;
}
.pro_list3 dd a:hover .more_btn1{
	background-color: #ff9f2e;
}



/*
 * 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: 4% 0;
}
.pro_det_pic{
	width: 600px;
}
.pro_det_pic_scroll{
  overflow:hidden;
  max-height:480px;
}
.pro_det_pic_bars{
	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;
    padding-top: 10px;
}
.pro_det_pic_bars .item{
	width: calc(20% - 8px);
	position: relative;
	cursor: pointer;
}
.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(255,159,46,.5);
}
.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(255,255,255,.5);
	cursor:move;
	z-index: 99;
}
.bigimg{
	width:1000px !important;
	height: auto;
	max-width: none;
}

.pro_inf{
	width: calc(100% - 600px);
	padding-left: 5%;
}
.pro_det_title {
	font-size: 30px;
	color: #e68e00;
	font-family: "HelveticaNeueLTPro-Md";
	margin-bottom: 12px;
}
.pro_inf_desc{
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.pro_inf_para{
	padding: 30px 0;	
}
.pro_inf_para_item{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    padding: 7px 0;
	border-bottom: 1px dotted #dcdcdc;
}
.pro_inf_para_item .tt{
	width: 200px;
}
.pro_inf_para_item .text{
	width: calc(100% - 200px);
}


.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;
	background: #2b4ea8;
	margin-right: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	font-family: "HelveticaNeueLTPro-Md";
}

.pro_inf_btn .icon{
	display: inline-block;
	color: #fff;
	font-size: 22px;
	margin-right: 8px;
}
.pro_inf_btn.hover{
	color: #fff;
	background: #ff9f2e;
}

.pro_inf_mail{
	color: #ff9f2e;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    line-height: 44px;
}
.pro_inf_mail .icon{
	display: block;
	font-size: 24px;
}
.pro_inf_mail .tt{
	display: block;
	font-size: 14px;
	font-family: "HelveticaNeueLTPro-Md";
	text-decoration: underline;
	padding: 0 5px;
}
.pro_inf_mail .icon2{
	display: block;
	width: 9px;
	height: 9px;
	background: url(../images/pro_det_icon2.png) no-repeat center center;
}


.pro_share{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.pro_share_tt{
	color: #7e7e7e;
	display:flex;
	font-size: 14px;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
	padding-right: 5px;
}


.pro_det_b{
	border-top: 1px solid #efefef;
}
.prodet_page_wrap{
	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;
}
.prodet_page_wrap .main_r{
	padding-right: 0;
}
.pro_det_b_bars_box{
	height: 72px;
	position: relative;
}
.pro_det_b_bars {
	height: 70px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	border-bottom: 3px solid #e68e00;
	position: relative;
	z-index: 3;
	background: #fff;
	width: 100%;
}
.pro_det_b_bars .item{
	width: 50%;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	border-left: 1px solid #eee;
	cursor: pointer;
	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;
}
	.pro_det_b_bars .item.hover {
		color: #fff;
		background: #e68e00;
	}

.pro_det_b_table{
	padding-right: 2%;
}

.pro_det_b_table_item{
	padding: 38px 0 10px;
}
.pro_det_b_table_item .pro_list3{
  padding-top:10px;
}
.pro_det_b_table_item_tt{
	color: #333;
	font-size: 34px;
	line-height: 40px;
	padding-left: 21px;
	padding-bottom: 20px;
	position: relative;
	font-family: "HelveticaNeueLTPro-Md";
}
	.pro_det_b_table_item_tt:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 6px;
		width: 7px;
		height: 28px;
		background: #e68e00;
		margin-right: 14px;
	}
.pro_det_b_table_item .case_list2 dd{
  padding:0 10px;
  width:50%;
  margin-bottom:0;
}
swiper-container {
	width: 100%;
	height: 100%;
}

swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

	swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.slider-video {
	width: 100%;
	max-height: 700px;
	object-fit: cover; /* Bu, video yüksekliğini maksimuma getirmeye çalışırken videonun düzgün şekilde ölçeklenmesini sağlar */
}
 .slideType-1 .slider-video {
	display: none;
}
 .slideType-2 img {
	display: none !important;
}
.pro_det_b_table_clm1{
	padding: 3% 0;
	border-top: 1px solid #eee;
}
.pro_det_b_table_clm1_title{
	margin-bottom: 15px;
	color: #333;
	font-size: 20px;
	line-height: 30px;
	padding-left: 26px;
	font-family: "HelveticaNeueLTPro-Md";
	text-transform: uppercase;
	position: relative;
}
.pro_det_b_table_clm1_title:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top:6px;
	width: 16px;
	height: 18px;
	background: url(../images/pro_det_icon1.png) no-repeat center center;
}

.pro_det_b_table_clm1_list{
	
}
.pro_det_b_table_clm1_list_item{
	padding: 12px 0;
	line-height: 26px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px dotted #dcdcdc;
}

.pro_det_b_table_clm2{
	padding: 15px 0;
}
.pro_det_b_table_clm2_tt1{
	line-height: 26px;
	font-size: 14px;
	margin-bottom: 15px;
}

.pro_det_b_table_clm2_tt1 .tt{
	color: #333;
	font-size: 18px;
	line-height: 30px;
}

.pro_det_b_table_clm2_list{
	border: 2px dashed #d4d4d4;
	padding: 25px 4%;
}
.pro_det_b_table_clm2_list_item{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    line-height: 24px;
    color: #666;
    margin-bottom: 12px;
}
.pro_det_b_table_clm2_list_item .num{
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #1d3e93;
	border-radius: 50%;
}
.pro_det_b_table_clm2_list_item .text{
	color: #000;
	width: calc(100% - 20px);
	padding-left: 12px;
	font-size: 14px;
}
.pro_det_b_table_clm2_list_item:last-child{
	margin-bottom: 0;
}


.pro_table table{
	border-top: 3px solid #1049aa;
}
.pro_table table tr td{
	line-height: 26px;
	padding: 2px 10px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #dcdcdc;
}

.pro_det_b_table_item_text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.pro_det_b_table_clm3_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-bottom: 5%;
    border-bottom: 1px solid #dcdcdc;
}

.pro_det_b_table_clm3_list .item{
	padding-right: 4%;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

.contact_box1_r_tip2{
	padding: 0 0 20px;
}


.pro_inq_box{
	padding-right: 2%;
}




/*
 * float_box2
 */
.float_btn2 {
	position: fixed;
	left: 0;
	bottom: 30%;
	width: 68px;
	z-index: 7;
	background: #FFA420;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.float_btn2 .item{
	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: 68px;
	height: 68px;
	color: #fff;
	border-bottom: 1px solid #000;
}
.float_btn2 .item:last-child{
	border: 0;
}
.float_btn2 .item .icon{
	font-size: 28px;
	margin-bottom: 4px;
}
.float_btn2 .item .icon img{
  display:block;
  width:28px;
  height:28px;
  margin:0 auto;
}
.float_btn2 .item .tt{
	line-height: 1;
} 



/*
2019-05-09
*/
.pro_det_pro_list1_item{
	padding: 15px 4%;
	margin-bottom: 25px;
	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;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_pro_list1_pic{
	width: 36%;
	overflow: hidden;
}
.pro_det_pro_list1_pic img{
	display: block;
}
.pro_det_pro_list1_con{
	width:64%;
	padding:15px 3%;
}
.pro_det_pro_list1_t{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.pro_det_pro_list1_t .num{
	width: 53px;
	height: 42px;
	line-height: 42px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 8px;
	color: #fff;
	background: url(../images/pro_det_icon33.jpg) no-repeat center center;
}
.pro_det_pro_list1_t .con{
	width:calc(100% - 53px);
	padding-left: 18px;
}
.pro_det_pro_list1_t .con .tt1{
	font-size: 22px;
	color: #333;
}
.pro_det_pro_list1_t .con .tt2{
	color: #666;
	font-size: 14px;
	margin: 6px 0 8px;
}
.pro_det_pro_list1_t .con .text{
	color: #666;
	font-size: 16px;
	line-height: 20px;
}


.pro_det_pro_list1_item:nth-child(even){
	flex-direction: row-reverse; 
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.pro_det_pro_list1_item:nth-child(odd) .pro_det_pro_list1_t{
	flex-direction: row-reverse; 
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.pro_det_pro_list1_item:nth-child(odd) .pro_det_pro_list1_t .num{
	background: url(../images/pro_det_icon34.jpg) no-repeat center center;
	padding-left: 0;
	padding-right: 8px;
	text-align: right;
}
.pro_det_pro_list1_item:nth-child(odd) .pro_det_pro_list1_t .con{
  padding-left:0;
  padding-right:18px;
}

.about_box7{
	padding: 4% 0;
	background: #ededed;
}
.about_box7 .about_box3_title{
	margin-bottom: 40px;
}
.about_box7 .about_item{
	display: flex;
	display: -webkit-flex;
	margin-bottom: 24px;
	align-items: center;
	-webkit-align-items: center;
	background: #fff;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.about_box7 .about_item .pic{
	width: 518px;
	float: left;
	overflow: hidden;
}
.about_box7 .about_item .pic img{
	display: block;
	max-width: 100%;
}
.about_box7 .about_item .con{
	width: calc(100% - 518px);
	float: left;
	padding: 0px 70px;
}
.about_box7 .about_item:nth-child(2n){
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.about_box7 .about_item:nth-child(2n) .con{
	zoom: -1;
	
}
.about_box7 .about_item .tt{
	font-size: 30px;
	color: #1049aa;
	margin-bottom: 20px;
	font-family: "HelveticaNeueLTPro-Md";
}
.about_box7 .about_item .text{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}
.about_box8 .ind_wrap{
	padding: 0 100px;
}
.about_box8 .item{
	
	margin-left: -1px;
	text-align: center;
	cursor: pointer;
	/*padding: 25px 0 30px;*/
}
.about_box8 .item .item_wrap{
	padding: 25px 0 30px;
	position: relative;
	overflow: hidden;
}
.about_box8 img {
    display: inline-block!important;
    max-width: 120px;
}
.about_box8 .owl-carousel .owl-item {
    border: 1px solid #dcdcdc;
    overflow: hidden;
}
.about_box8 .item .item_wrap:first-child{
	border-bottom: 1px solid #dcdcdc;
}
.about_box8 .owl-controls{
	margin-top: 20px;
}
.about_box8 {
	padding-bottom: 4%;
}






.mobile_footer_btn {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 7;
	width: 100%;
	text-align: center;
	background: #FFA420;
	box-shadow: 0 0 10px rgba(115,115,115,.3);
}
.mobile_footer_btn a{
  float: left;
  width: 25%;
  height: 50px;
  color: #fff;
  display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.mobile_footer_btn a .icon{
  display: block;
  font-size: 20px;
}
.mobile_footer_btn a .tt{
  font-size: 14px;
}




/* solu_list */
.solu_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.solu_list1 dd{
	width: calc((100% - 10px) / 3);
	margin-right: 5px;
	margin-bottom: 10px;
}
.solu_list1 dd a{
	display: block;
	padding: 20px;
}
.solu_list1_pic{
	overflow: hidden;
}
.solu_list1_pic img{
	display: block;
	width: 100%;
}
.solu_list1_con{
	padding: 20px 0 0;
}
.solu_list1_con .tt{
	font-size: 20px;
	font-family: "HelveticaNeueLTPro-Md";
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.solu_list1_con .line{
	width: 44px;
	height: 5px;
	background: #bcbcbc;
	margin: 13px 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.solu_list1_con .text{
	font-size: 16px;
	line-height: 22px;
	height: 44px;
    color: #666;
}
.solu_list1_con .icon_box{
    
	padding-top: 20px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	
}
.solu_list1_con .icon{
    opacity: 0;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 35px;
	height: 35px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: #003d96;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.solu_list1 dd a:hover{
	background: #fff;
	box-shadow: 0 0 7px rgba(115,115,115,.2);
}

.solu_list1 dd a:hover .solu_list1_con .tt{
	color: #003d96;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.solu_list1 dd a:hover .solu_list1_con .line{
	background: #ff9f2e;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.solu_list1 dd a:hover .solu_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

.solu_list1 dd a:hover .solu_list1_con .icon{
    opacity: 1;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.solu_det_case_scroll_box{
    position: relative;
}

.solu_det_case_scroll_prev,
.solu_det_case_scroll_next{
    position: absolute;
    top: 50%;
    z-index: 9;
    width: 46px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    background: #0053a4;
    margin-top: -30px;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
	cursor: pointer;
	box-shadow: 0 0 8px rgba(115,115,115,.3);
}
.solu_det_case_scroll_prev{
    left: -12px;
    
}
.solu_det_case_scroll_next{
    right: -12px;
    transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}

.solu_det_case_scroll_prev:hover,
.solu_det_case_scroll_next:hover{
    background: #0080f8;
    
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.solu_page_clm{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.solu_page_clm_con{
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	height: 347px;
}

.solu_page_clm_tt{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	font-family: "HelveticaNeueLTPro-Md";
}

.solu_page_clm_text{
	color:#fff;
	font-size: 18px;
	line-height: 28px;
	margin: 10px 0 25px;
}

.solu_page_clm_btn{
	width: 220px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 18px;
	height: 50px;
	font-family: "HelveticaNeueLTPro-Md";
	background: #ff9f2e;
	margin-left: 150px;
}
.solu_page_clm_btn .icon{
	font-size: 20px;
	font-weight: bold;
	margin-left: 8px;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}




.solu_det_case_scroll .item{
	width: 100% !important;
	margin-bottom: 0;
	padding: 10px;
	max-width: 400px;
}
.solu_det_case_scroll .item a{
    display: block;
    padding: 10px;
    background: #fff;
    border: 1px solid #dedede;
    
}
.solu_det_case_scroll .item a:hover{
    box-shadow: 0 0 10px rgba(115,115,115,.2);
}
.solu_det_rela_case{
	background: #f6f6f6;
	padding: 50px 0;
}

.solu_rela_case_pic{
    overflow: hidden;
}
.solu_rela_case_con{
    padding: 22px 10% 18px;
}

.solu_det_case_scroll .item a:hover .solu_rela_case_pic img{
    transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

.solu_rela_case_con .tt{
    font-size: 20px;
    color: #676767;
    font-family: "HelveticaNeueLTPro-Md";
    white-space:nowrap;overflow: hidden;text-overflow:ellipsis;
    margin-bottom: 12px;
}
.solu_rela_case_con .text{
    font-size: 16px;
    color: #757575;
    line-height: 24px;
    text-align: center;
    height: 72px;
    overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;
    -webkit-line-clamp:3; 
    margin-bottom:30px;
}

.solu_rela_case_con .btn{
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    background: #ff9f2e;
    margin: 0 auto;
}



.solu_det_case_scroll.owl-theme .owl-dots{
    display: none !important;
	padding-top: 30px;
}
.solu_det_case_scroll.owl-theme .owl-dots .owl-dot.active span, 
.solu_det_case_scroll.owl-theme .owl-dots .owl-dot:hover span{
	background: #ff9f2e;
}

.solu_det_case_scroll.owl-theme .owl-dots .owl-dot span{
	background: #aeaeae;
}




/* solu_det */
.solu_det_title1{
	font-size: 42px;
	font-family: "HelveticaNeueLTPro-Md";
	font-weight: bold;
	margin-bottom: 35px;
}
.solu_det_title1_line{
	width: 120px;
	height: 10px;
	background: #ff9f2e;
	margin-bottom: 30px;
}


.solu_det_box1{
	margin-bottom:50px;
}
.solu_det_box1_title1{
	font-size: 32px;
	color: #5d5d5d;
	font-family: "HelveticaNeueLTPro-Md";
	padding-bottom: 25px;
}

.solu_det_box1_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.solu_det_box1_bars .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 18px;
	margin: 0 25px 10px;
}
.solu_det_box1_bars .item .icon{
	width: 12px;
	height: 12px;
	background: #0c4392;
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	margin-right: 12px;
}


.solu_det_box2_clm{
	margin-bottom:35px;
}
.solu_det_box2_clm .tt{
	font-size: 28px;
	color: #5d5d5d;
	font-family: "HelveticaNeueLTPro-Md";
	margin-bottom: 12px;
}
.solu_det_box2_clm .text{
	font-size: 18px;
	line-height: 28px;
	color: #5d5d5d;
}