/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* 在线工具 Tool.Adminbuy.Cn */
/* QQ：9490489 */
html,body{
	font-family: 'Roboto', sans-serif,arial,verdana;
	font-weight: 400;
}
input, button, textarea,select,button{
	font-family: 'Roboto', sans-serif,arial,verdana;
}
.bgf5{
	background: #f5f5f5;
}

.header_box{
	background: #fff;
}
.header_fix{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 7px rgba(115,115,115,.15);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.header_fix.hover{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
}

.header{
	width: 100%;
	position: relative;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.head_t{
	height: 40px;
	background: #2b3aa1;
}
.head_t_l{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.head_t_l_item{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	margin-right: 25px;
}
.head_t_l_item .icon{
	width: 20px;
	height:20px;
	line-height: 20px;
	text-align: center;
	font-size: 18px;
	margin-right: 8px;
}
.head_t_l_item:hover{
	/*color: #4e4d4e;*/
}


.head_t_r{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}


.head_lag{
	width: 140px;
	height: 26px;
	position: relative;
	margin-left: 15px;
}
.head_lag_t{
	width: 140px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	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;
	position: relative;
}
.head_lag_t::before{
	
}
.head_lag_t .icon{
	color: #fff;
	font-size: 20px;
	margin-right: 8px;
}
.head_lag_t .icon1{
	display: block;
	width: 0;
	height: 0;
    border-top-width: 5px;
	border-left-width: 5px;
	border-right-width: 5px;
    border-bottom-width: 0;
    border-style: solid;
	border-color:#fff transparent transparent transparent;
	margin-left: 8px;
}
.head_lag_down{
	position: absolute;
	left:0;
	top: 33px;
	z-index: 2;
	display: none;
	width: 100%;
	background: #fff;
	text-align: center;
	padding:8px 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.12);
}
.head_lag_down a{
	display: block;
    line-height: 30px;
	color: #333;
	text-align: center;
    font-size: 14px;
    overflow: hidden;
}
.head_lag_down a:hover{
	color: #fff;
	background: #2b3aa1;
}


.head_b{
	background: #fff;
	height: 109px;
	position: relative;
}
.head_t .wrapper{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.head_b>.wrapper{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.logo{
	width: 450px;
	height:109px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	
	-ms-justify-content: center;

	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.logo img{
	display: block;
	max-width: 100%;
}
.head_r{
	width: calc(100% - 160px);
	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{
	width: calc(100% - 50px);
	padding: 0 1%;
}

.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;
	width: 100%;
}
.menu_dl dd{
	margin: 0 25px;
	position: relative;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.menu_dl dd.menu_dd_pro{
	position: static;
}
.menu_tt .text{
	width: 100%;
	display: block;
	color: #333;
	text-align: center;
	line-height:106px;
	font-size: 18px;
	font-weight: 700;
	padding: 0 12px;
	text-transform: capitalize;
	overflow: hidden;
	border-bottom: 3px solid transparent;
}

.menu_dl dd.hover .menu_tt .text{
	color: #2b3aa1;
	border-color: #2b3aa1;
}




.menu_down_pro{
	display: none;
	position: absolute;
	left: 0;
	top: 109px;
	z-index: 4;
	width: 100%;
	overflow: hidden;
	background: rgba(255,255,255,.96);
	box-shadow: 0 3px 5px rgba(115,115,115,.2);
}
.menu_down_pro .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;
	overflow: hidden;
}
.menu_down_pro_item{
	width: 25%;
	padding: 20px 25px 20px;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}
.menu_down_pro_item::after{
	content: "";
	display: block;
	position: absolute;
	right:0;
	top: 20px;
	width: 1px;
	height: calc(100% - 50px);
	background: #e7e7e7;
}
.menu_down_pro_title{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	color: #333;
	margin:20px 0;
}
.menu_down_pro_title .icon{
	font-size: 22px;
	width: 30px;
	text-align: center;
}
.menu_down_pro_title .tt{
	width: calc(100% - 22px);
	font-size: 16px;
	font-weight: bold;
}
.menu_down_pro_title:hover{
	color: #2b3aa1;
}


.menu_down_pro_list{
	margin-bottom: 30px;
}
.menu_down_pro_list a{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	color: #666;
	font-size: 14px;
	padding: 8px 0;
}
.menu_down_pro_list a .icon{
	width: 20px;
	height: 20px;
	font-size: 16px;
	text-align: center;
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
}

.menu_down_pro_list a .tt{
	width: calc(100% - 20px);
	padding-left: 3px;
	font-size: 15px;
}
.menu_down_pro_list a:hover{
	color: #2b3aa1;
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
}
.line1{
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
}
.ind_pro_cate_list1 p{
	color:#666;
	line-height: 2;
	font-size:14px;
	margin-bottom:20px;
}
.ind_pro_cate_list1 dd:hover p{
	color:#fff;
}
.line2{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.menu_down_pro_more{
	display: block;
	font-size: 15px;
	color: #333;
	margin-bottom: 15px;
}
.menu_down_pro_more:hover{
	color: #2b3aa1;
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
}




.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top: 109px;
	z-index: 3;
	width: 247px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 3px 8px rgba(115,115,115,.2);
}
.menu_down a{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 16px;
	line-height: 22px;
	padding:14px 22px;
	color: #333;
	border-bottom: 1px solid #e7e7e7;
}
.menu_down a:last-child{
	border: none;
}
.menu_down a .icon{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
}
.menu_down a .tt{
	width: calc(100% - 20px);
	padding-left: 5px;
}
.menu_down a:hover{
	color: #2b3aa1;
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}






.head_search{
	width: 46px;
	height: 46px;
	line-height:46px;
	text-align: center;
	color: #2b3aa1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background: #eaeaea;
	border-radius: 50%;
}

.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: #2b3aa1;
	font-size: 28px;
	font-weight: bold;
	background: none;
	border: 0;
}

.search_box_close{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #999;
	margin-left: 10px;
	border: 0;
	background: none;
}
.search_box_close:hover{
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}



.header_fix.hover .head_b{
	height: 70px;
}
.header_fix.hover .menu_tt .text{
	height:70px;
	line-height: 70px;
}
.header_fix.hover .menu_dl dd .menu_tt .text::after{
	top: -20px;
}
.header_fix.hover{
	height: 70px;
	box-shadow: 0 0 6px rgba(115,115,115,.2);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.header_fix.hover .logo{
	height: 70px;
	padding: 8px 0;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.header_fix.hover .menu_dl dd{
	height: 70px;
	line-height: 70px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.header_fix.hover .head_t{
	display:none;
}
.header_fix.hover .menu_down_pro,
.header_fix.hover .menu_down{
	top: 70px;
}

/* ~~~~~~~~~~~~~右侧导航,css */
/* ~~~~~~~~~~~~~右侧导航,css */
/* ~~~~~~~~~~~~~右侧导航,css */
.public_right_nav_box {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 220px;
}

.pub_float_right_nav {
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.pub_float_right_nav .item {
    position: relative;
    border-bottom: 1px solid #eee;
    background: #ffffff;
}

.pub_float_right_nav>.item:last-child {
    border-bottom: none;
}

.pub_float_right_nav .item:hover .hover_show_text {
    right: 112%;
}

.pub_float_right_nav .item .icon_and_text {
    display: block;
    width: 80px;
    padding: 14px 0 12px;
}

.pub_float_right_nav .item .icon_and_text:hover .iconfont,
.pub_float_right_nav .item .icon_and_text:hover .text {
    color: #2b3aa1;
}

.pub_float_right_nav .item .icon_and_text .iconfont {
    font-size: 30px;
    color: #444444;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pub_float_right_nav .item .icon_and_text .text {
    font-size: 14px;
    color: #444444;
    text-align: center;
    padding-top: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pub_float_right_nav .item .hover_show_text {
    width: 160px;
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -300%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 10px 6px 10px 10px;
    background: #2b3aa1;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.pub_float_right_nav .item .hover_show_text a {
    display: block;
}

.pub_float_right_nav .item .hover_show_text::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 50%;
    -ms-transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    background: #fdb900;
}

.hover_show_text.online_Service .online_Service_01 {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 8px;
}

.hover_show_text.online_Service .online_Service_02 img {
    width: 100px;
}

.hover_show_text.hot_line .hot_line_01 {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
}

.hover_show_text.hot_line .hot_line_02 {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding-top: 2px;
}

.public_right_nav_box .nav_top_img {
    text-align: center;
}

.public_right_nav_box .nav_top_img img {
    max-width: 100%;
}

.public_back_top_btn {
    font-size: 14px;
    color: #444444;
    text-align: center;
    margin-top: 20px;
    padding: 6px 0 8px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_back_top_btn .iconfont {
    font-size: 26px;
}

.public_back_top_btn:hover {
    color: #fdb900;
}

/* ~~~~~~~~~~~~~右侧导航,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~右侧导航,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~右侧导航,css~~~~~~~~~~end */


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


.mobile_logo{
	width: 180px;
	height: 52px;
	margin-left: 10px;
}
.mobile_logo img{
	display: block;
	height:38px;
	width: auto;
}

.mobile_menu_btn{
	position: absolute;
	right: 0;
	top: 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;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	width: 54px;
	height: 52px;
	cursor: pointer;
}
.mobile_menu_btn span{
	display: block;
	height: 3px;
	width: 28px;
	background:#333;
	border-radius: 4px;
	margin-bottom: 6px;
}
.mobile_menu_btn span:last-child{
	margin-bottom: 0;
}
.mobile_search_icon{
	width: 40px;
	height: 52px;
	color: #333;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	margin-right: 52px;
	cursor: pointer;
}
.mobile_header.hover{
	background:rgba(0,0,0,.5);
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.mobile_menu_box{
	position: fixed;
	right: -110%;
	top:0;
	z-index: 8;
	width:75%;
	height: 100%;
	background:#fff;
	padding: 20px 15px;
	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_dl dd{
	clear: both;
	line-height: 1.3;
	border-bottom: 1px solid #e1e1e1;
}
.mobile_menu_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_menu_tt .text{
	float: left;
	width: 80%;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
	text-transform: capitalize;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #2b3aa1;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	float: right;
	width: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-size: 16px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(-90deg);
	-moz-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	-o-transform: rotateZ(-90deg);
}

.mobile_menu_down{
	display:none;
	padding:6px 0 10px 12px;
}
.mobile_menu_down_clm{
	margin-bottom: 8px;
}
.mobile_menu_down_clm_tt{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	color: #333;
}
.mobile_menu_down_clm_tt .tt{
	width: calc(100% - 50px);
	color: #333;
	line-height: 20px;
	padding: 7px 0;
}
.mobile_menu_down_clm_tt .icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon{
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
}
.mobile_menu_down_clm_list{
	display: none;
	padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a{
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	padding: 5px 0 5px 14px;
	position: relative;
}
.mobile_menu_down_clm_list a::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	background:#333;
	border-radius: 50%;
}



.mobile_menu_tt_icon.hover{
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
	font-weight: bold;
} */

.mobile_search_box{
	position: fixed;
	left: 0;
	top: 52px;
	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: 22px;
	color: #2b3aa1;
	text-align: center;
	line-height: 40px;
	border: none;
	background: none;
}

.mobile_menu_b{
	margin-top: 40px;
}
.mobile_menu_b_clm{
	margin-bottom: 25px;
}
.mobile_menu_b_clm .tt{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}
.mobile_menu_b_clm .tt .icon{
	margin-right: 8px;
	font-size: 16px;
}
.mobile_menu_b_clm .text{
	font-size: 14px;
	color: #333;
}
.mobile_menu_b_clm .text a{
	color: #333;
	word-break: break-all;
}


.mobile_lag_box{
	padding: 30px 0 20px;
	margin-bottom: 40px;
}
.mobile_lag_tt{
	font-size: 18px;
	color:#333;
	font-weight: bold;
	padding-bottom: 18px;
}
.mobile_lag_text{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_lag_text a{
	color: #333;
	font-size: 16px;
	margin-right: 25px;
}



.mask,
.mobile_menu_mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7;
	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 .item a{
	display: block;
	overflow: hidden;
}
.banner.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	bottom: 15px;
}
.banner.owl-theme .owl-dots .owl-dot span{
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
	width: 26px;
    background: #2b3aa1;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.scroll_dots.owl-theme .owl-controls{
	width: 100%;
	padding-top: 25px;
}
.scroll_dots.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #aaaaaa;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.scroll_dots.owl-theme .owl-dots .owl-dot.active span, 
.scroll_dots.owl-theme .owl-dots .owl-dot:hover span{
    background: #2b3aa1;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.main_content{
	padding: 70px 0;
}


.ind_box1_title{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 40px;
}
.ind_box1_title_l{
	width: 376px;
	font-size: 42px;
	color: #333;
	font-weight: bold;
} 
.ind_box1_title_r{
	width: calc(100% - 376px);
	font-size: 14px;
	line-height: 28px;
	max-width: 776px;
}


.ind_pro_cate_list1{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.ind_pro_cate_list1 dd{
	width: calc((100% - 80px) / 4);
	margin: 0 20px 20px 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(115,115,115,.3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_pro_cate_list1 dd a{
	height: 100%;
	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;
	flex-flow: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	padding:40px 20px;
}
.ind_pro_cate_icon{
	font-size: 64px;
	color: #333;
	margin-bottom: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_item_title1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 18px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.more_btn1{
	width: 194px;
	height: 42px;
	font-size: 16px;
	line-height: 40px;
	color: #666;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.more_btn1.w100{
	width: 100%;
}



.ind_pro_cate_list1 dd:hover{
	background: #2b3aa1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_pro_cate_list1 dd:hover .ind_pro_cate_icon,
.ind_pro_cate_list1 dd:hover .ind_item_title1,
.ind_pro_cate_list1 dd:hover .more_btn1{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_pro_cate_list1 dd:hover .more_btn1{
	border: 1px solid #fff;
	background: #2b3aa1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/* ind_box2 */
.ind_box2{
	background: #f5f5f5;
}


.ind_title1{
	display: block;
	margin-bottom: 50px;
}
.ind_title1 .tt{
	color: #333;
	font-size: 30px;
	font-weight: bold;
}

.ind_title1 .text{
	padding-top: 17px;
	font-size: 15px;
	color: #333;
	line-height: 28px;
}

.pro_list_default .item{
	max-width: 450px;
	padding:0 10px 10px;
}

.pro_list_default .item a{
	display: block;
	position: relative;
	padding-top: 20px;
}
.pro_list_default .item a::after{
	content: "";
	display: block;
	height: 0;
	width: 100%;
	clear: both;
}
.pro_list_con_bg{
	position: absolute;
	left: 0;
	top: 0;
	width:calc(100% - 20px);
	height: calc(100% - 20px);
	background: #eee;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list_con{
	width:calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 38px 7%;
	background: #fff;
	position: relative;
	z-index: 2;
	margin: 0 0 0 20px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_pic{
	overflow: hidden;
	margin-bottom: 15px;
}
.ind_pro_pic img {
    min-height: 255px;
    max-height: 256px;
}
.ind_item_title2{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	/*height: 85px;*/
}
.ind_item_title22{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ind_item_text2{
	color: #666;
	font-size: 14px;
	line-height: 28px;
}
.pro_list_default .item .more_btn1{
	width: 100%;
}
.pro_list_default .item .ind_item_text2{
	margin-bottom: 30px;
	height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
}
.pro_list_default .item:hover .pro_list_con_bg{
	background: #2b3aa1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list_default .item:hover .pro_list_con{
	box-shadow: 0 0 10px rgba(115,115,115,.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list_default .item:hover .more_btn1{
	color: #2b3aa1;
	border-color: #2b3aa1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.ind_box3{
	background: url(../images/ind_bg1.jpg) no-repeat center center / cover;
}
.ind_box3_con{
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: rgba(255,255,255,.9);
	padding: 50px 0;
}
.ind_box3_l{
	width: 53.3%;
	padding: 0 0 0 3%;
}
.ind_box3_title{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.ind_box3_text{
	font-size:15px;
	color: #333;
	line-height: 30px;
	margin-bottom: 38px;
	text-indent: 2em;
}

.ind_box3_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-bottom: 45px;
}
.ab_wenben{ font-size:14px; line-height:2}
.ind_box3_bars .item{
	width: 25%;
	text-align: center;
	border-right: 1px solid #cdcdcd;
}
.ind_box3_bars .item:last-child{
	border-right: none;
}
.ind_box3_bars .item .num{
	font-size: 36px;
	color: #2b3aa1;
	font-weight: bold;
	margin-bottom: 8px;
}
.ind_box3_bars .item .tt{
	font-size: 16px;
	font-weight: bold;
}

.ind_box3_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box3_btn_box .more_btn1{
	border-color: #999;
	margin-right: 20px;
}
.ind_box3_btn_box .more_btn1:hover{
	color: #fff;
	background: #2b3aa1;
	border-color: #2b3aa1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.more_btn1.hover{
	color: #fff;
	background: #2b3aa1;
	border-color: #2b3aa1;
}

.ind_box3_r{
	width: 46.7%;padding: 0 3% 0 5%;
}

.ind_box3_r_video{
	position: relative;
	left:0
}
.ind_box3_r_video a{
	display: block;
	position: relative;
	overflow: hidden;
}
.ind_box3_r_video a img{
	display: block;
	width: 100%;
}
.ind_box3_r_video a .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:url(../images/video_icon.png) no-repeat center center;
}
.ind_box3_r_video a:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



/* ind_box4 */
.ind_box4{
	background: #f5f5f5;
}
.ind_box4_con{
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.ind_box4_l{
	width: 46%;
	max-width: 650px;
	padding: 20px 0 0 0;
	position: relative;
	margin: 0 auto;
}
.ind_box4_l_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: #2b3aa1;
}

.ind_box4_l_con{
	width: calc(100% - 20px);
	position: relative;
	z-index: 2;
	margin: 0 0 0 20px;
	box-shadow: 0 0 12px rgba(115,115,115,.5);
}


.ind_box4_l_con .ind_box3_btn_box{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	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;
}

.ind_box4_r{
	width: 52%;
}

.ind_case_list2 dd{
	margin-bottom: 30px;
}
.ind_case_list2 dd:last-child{
	margin-bottom: 0;
}
.ind_case_list2 dd a{
	display: block;
	padding: 25px 6%;
	background: #fff;
	border-left: 3px solid #eee;
}
.ind_case_list2 dd a:hover{
	border-left: 3px solid #2b3aa1;
}


/* ind_box5 */
.ind_news_scrol .item{
	max-width: 440px;
}
.news_list_item{
	display: block;
	background: #f5f5f5;
}
.news_list_pic{
	overflow: hidden;
	border: 5px solid #dcdcdc;
}
.news_list_con{
	padding: 20px 25px 30px;
}
.news_list_con .ind_item_title1{
	margin-bottom: 14px;
}

.news_list_con .ind_item_text2{
	margin-bottom: 22px;
}
.news_list_con .more_btn1{
	background: none;
	border-color: #cdcdcd;
}
.news_list_item:hover .more_btn1{
	color: #fff;
	background: #2b3aa1;
	border-color: #2b3aa1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list_item:hover .news_list_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}


/* footer */
.footer_t{
	background: #303030;
}
.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;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.footer_item{
	width: 20%;
}
.footer_ctx p{color:#fff;line-height: 2;font-size:14px}
.footer_title{
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 24px;
	border-bottom: 1px solid #3d3d3d;
	margin-bottom: 23px;
}
.footer_pro_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;
}
.footer_pro_list a{
	width: 48%;
	font-size: 14px;
	line-height: 22px;
	padding: 6px 0;
	color: #ebebeb;
}
.footer_pro_list a:hover{
	color: #2b3aa1;
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}
.footer_ctx .item{
	color: #ebebeb;
	font-size: 14px;
	line-height: 28px;
}
.footer_ctx .item a{
	color: #ebebeb;
}
.footer_ctx .item a:hover{
	color: #2b3aa1;
}

.footer_inquiry_text,
.footer_inquiry_area{
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: #333;
	padding-left: 15px;
	border-radius: 5px;
	background: #fff;
	border: none;
	margin-bottom: 10px;
}
.footer_inquiry_text::-webkit-input-placeholder,
.footer_inquiry_area::-webkit-input-placeholder{
	color: #999;
}
.footer_inquiry_area{
	height: 90px;
	padding: 12px 15px;
	resize: none;
}


.footer_inquiry_btn{
	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: 140px;
	height: 38px;
	color: #fff;
	font-size: 16px;
	background: #2b3aa1;
	margin-bottom: 20px;
	border: none;
}
.footer_code{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_code .item:first-child{
	margin-right: 20px;
	margin-bottom: 20px;
}
.footer_code .item img{
	display: block;
	width: 120px;
}
.footer_code .item .tt{
	font-size: 14px;
	color: #ebebeb;
	padding-top: 10px;
	text-align: center;
}

.footer_b{
	border-top:1px solid #3f3f3f;
	background: #2c2c2c;
	padding-top: 23px;
	padding-bottom: 23px;
}
.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;
	color: #ebebeb;
	line-height: 28px;
} 
.footer_b_text a{
	color: #ebebeb;
}
.footer_b_text a:hover{
	color: #2b3aa1;
}


/* sub_banner */
.sub_banner{

}
.adminbuy_cn img{ max-width:100% !important; height:auto !important;display:inline-block;}
.adminbuy_cn p{text-wrap: inherit !important; margin-bottom:5px}
.adminbuy_cn p span{text-wrap: inherit !important;}
.adminbuy_cn h2{font-size:16px;font-weight:600}
/* location */
.location{
	background: #fff;
	color: #666;
	font-size: 14px;
	line-height: 36px;
	padding-top: 7px;
	padding-bottom: 7px;
	box-shadow: 0 0 5px rgba(115,115,115,.2);
}
.wrapper .left{
	width:30%;
	float:left;
	color:#333;
	font-weight:600;
	font-size:18px;
}
.location .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}

.location_icon{
	font-size: 18px;
	margin-right: 8px;
}
.location a{
	color: #666;
	margin: 0 4px;
	font-size:16px;
}
.location a:hover{
	color: #2b3aa1;
}


/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination #pages{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}


/* 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:25px 0;
}


.page>b{
	color: #fff;
    border: 1px solid #2b3aa1;
    background: #2b3aa1;
    font-size: 14px;
    line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 0 7px;
	margin: 0 4px;
}
.page a{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 30px;
	text-align: center;
	color: #333;
	font-size: 14px;
	padding: 0 7px;
	margin: 0 4px;
	border: 1px solid #dcdcdc;
}






.page a.hover,.page a:hover{
	color: #fff;
	border: 1px solid #2b3aa1;
	background: #2b3aa1;
}
.page a.prev,
.page a.next{
	width: 70px;
}






/* pro_list */
.pro_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_list1 .item{
	width: calc((100% - 80px) / 3);
	margin: 0 20px 30px 0;
}



/* pro_det */
.pro_det_t{
	border-top: 10px solid #2b3aa1;
}
.pro_det_t .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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_pic_scroll{
	width: 35%;
	position: relative;
	border: 1px solid #dcdcdc;
}
.pro_det_pic_scroll.scroll_dots.owl-theme .owl-controls{
	position: absolute;
	bottom: 25px;
}

.pro_det_inf{
	width:60%;
}
.pro_det_desc p{color:#666;font-size:15px;line-height: 2}
.pro_det_title{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 28px;
}

.pro_det_desc{
	padding: 12px 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.pro_det_desc .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	font-size: 14px;
	line-height: 28px;
	color: #666;
	padding: 3px 0;
}
.pro_det_desc .item .icon{
	width: 70px;
	height: 28px;
	text-align-last: justify;
}
.pro_det_desc .item .con{
	width:calc(100% - 70px);
}
.productImg li{ padding:0 1.5%;width:25%; float: left; list-style-type: none; margin-right: 0px; text-align: center;}
.productImg li:last-child{margin-right: 0px!important;}
.productImg li img{width:100%;}
.productImg li p{font-size:15px;text-align: center;line-height: 2;color: #333;background: #eee;padding: 5px 0;}
.productImg li a:hover{color:#c73321;}
.productImg li:hover{box-shadow: 1px 1px 5px #2b3aa1;}
.p7a li {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    text-align: center;
    height: 6rem;
    margin-bottom: 10px;
}
.p7 .index-title {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.p7{padding-top:70px}
.p7 .ind_title1{margin-bottom:10px}
.index-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 1rem;
}
.p7next {
    width: 2rem;
    height: 2rem;
    border: solid 1px #dedede;
    line-height: 2rem;
    font-family: "SimSun";
    font-size: 0.9rem;
    color: #b3b3b3;
    text-align: center;
    outline: none;
}

.p7prev {
    width: 2rem;
    height: 2rem;
    border: solid 1px #dedede;
    line-height: 2rem;
    font-family: "SimSun";
    font-size: 0.9rem;
    color: #b3b3b3;
    text-align: center;
    margin-right: 0.5rem;
    outline: none;
}

.p7next:hover {
    border: solid 1px #c58149;
    background-color: #2b3aa1;
    color: #fff;
}
.p7j {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p7prev:hover {
    border: solid 1px #c58149;
    background-color: #2b3aa1;
    color: #fff;
}

.p7a li a {
    width: 100%;
    border-left: 1px solid #dcdcdc;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p7a li a img {
    max-width: 100%;
    max-height: 100%;
}
.p7a .swiper-slide:last-child li a {
    border: none;
}
.p7a .swiper-slide-active a {
    border-left: none;
}
.pro_det_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 30px 0;
}
.pro_det_btn{
	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;
	font-size: 24px;
	color: #333;
	height: 52px;
	font-weight: bold;
	padding: 0 60px;
	border: 1px solid #999;
}
.pro_det_btn .icon{
	font-size: 24px;
	margin-right: 10px;
}
.pro_det_btn.hover,
.pro_det_btn:hover{
	color: #fff;
	background: #2b3aa1;
	border-color: #2b3aa1;
	margin-right: 20px;
}
.pro_det_inf_tel{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_inf_tel .tt{
	font-size: 16px;
	color: #666;
}
.pro_det_inf_tel .text a{
	color: #2b3aa1;
	font-size: 28px;
	font-weight: bold;
}

.pro_det_b_bars_box{
	height: 71px;
	background: #303030;
	border-bottom: 6px solid #2b3aa1;
	margin-bottom: 60px;
}
.pro_det_b_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_bars .item{
	width: 25%;
	height: 71px;
	padding: 23px 0 22px;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
	top: -6px;
}
.pro_det_b_bars .item::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 64px;
	background: #434343;
}
.pro_det_b_bars .item.hover{
	background: url(../images/pro_det_icon1.png) no-repeat right 0px top;
}
.pro_det_b_bars .item.hover::after{
	display: none;
}

.pro_det_b_box1_con{
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_box1_l{
	width:100%;
	display: flex;
    flex-wrap: wrap;
}
.pro_det_b_box1_l .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	padding: 14px 0;
	line-height: 28px;
	border-bottom: 1px solid #dcdcdc;
	    width: 48%;
    float: left;
    margin: 0 1%;
}
.pro_det_b_box1_l .item .icon{
	width: 18px;
}
.pro_det_b_box1_l .item .tt{
	width: calc(100% - 18px);
	font-size: 16px;
	color: #666;
}
.pro_det_b_box1_l .item .tt a{
    color: #333;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 85%;
    float: left;
    font-size:17px;
}
.pro_det_b_box1_l .item .tt a:hover{
    color: #2b3aa1;
}
.pro_det_b_box1_l .item .tt strong{
	color: #333;
}

.pro_det_b_box1_r{
	width: 47.8%;
	overflow: hidden;
}


.pro_det_b_title{
	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;
	margin-bottom: 30px;
}

.pro_det_b_title .tt{
	padding: 0 12px;
	font-size: 34px;
	color: #333;
	font-weight: bold;
}
.pro_det_b_title::before,
.pro_det_b_title::after{
	content: "";
	display: block;
	width:25%;
	height: 1px;
	background: #dcdcdc;
}
.pro_det_b_box2 table{
	width: 100%;
}
.pro_det_b_box2 table tr td{
	border: 1px solid #dcdcdc;
	padding: 8px 10px;
	font-size: 14px;
}
.pro_det_b_box2 table tr:nth-child(1){
	background: #f5f5f5;
	font-weight: bold;
}


.pro_det_b_box3{
	background:url(../images/message_bg.jpg) no-repeat center center / cover;
}
.pro_det_b_box3 .pro_det_b_title::before,
.pro_det_b_box3 .pro_det_b_title::after{
	background: #fff;
}


.pro_det_form_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;
}

.pro_det_form_list1 dd{
	width: calc((100% - 50px) / 3);
	margin: 0 25px 18px 0;
}
.pro_det_form_list1 dd:nth-child(3){
	margin-right: 0;
}
.pro_det_form_list1 dt{
	width: 100%;
	margin-bottom: 25px;
}
.pro_det_form_list1 dt:last-child{
	margin-bottom: 0;
}

.pro_det_form_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 17px;
}
.pro_det_form_tt .icon{
	color: #2b3aa1;
	margin-right: 3px;
}
.pro_det_form_text,
.pro_det_form_area{
	width: 100%;
	padding-left: 15px;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	height: 45px;
	background:rgba(255,255,255,.8);
	box-shadow: 0 0 5px rgba(115,115,115,.5) inset;
	border: none;
}

.pro_det_form_area{
	width: 100%;
	height: 115px;
	padding: 12px 15px;
	resize: none;
}

.pro_det_form_list1 .more_btn1{
	display: block;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
}



/* case */
.case_list2 dd{
	position: relative;
	margin-bottom: 50px;
}
.case_list2_con{
	position: relative;
	z-index: 2;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #fff;
	width: calc(100% - 20px);
	margin: 0 0 20px 20px;
}

.case_list2_bg{
	position: absolute;
	left: 0;
	top: 20px;
	height: 100%;
	width: calc(100% - 20px);
	background: #eee;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.case_list2_pic{
	width: 400px;
	overflow: hidden;
}

.case_list2_r{
	width: calc(100% - 400px);
	padding: 15px 4%;
	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;
}

.case_list2_con .ind_item_title23{
	margin-bottom: 15px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5;
}
.case_list2_con .ind_item_text2{
	margin-bottom: 40px;
}

.case_list2 dd:hover .case_list2_bg{
	background: #2b3aa1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




/* case_det */
.case_det_t{
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	border-top: 10px solid #2b3aa1;
	margin-bottom: 20px;
}
.case_det_scroll{
	width: 50%;
	position: relative;
}
.case_det_scroll.scroll_dots.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 18px 0;
	background: rgba(185,185,185,.73);
}
.case_det_scroll.owl-theme .owl-dots .owl-dot span{
	background: #fff;
}

.case_det_r{
	width:50%;
	padding: 30px 3%;
}

.case_det_title{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
}

.case_det_b{
	padding: 45px 2%;
}

.case_det_b_title{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 25px;
}

.case_det_b_con{
	font-size: 14px;
	line-height: 28px;
	color: #444;
	margin-bottom: 50px;
}
.case_det_b_con img{
	display: block;
    margin: 0 auto;
}

.case_det_b_page{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	border: 1px solid #d5d5d5;
	margin-top: 50px;
}

.case_det_b_page_item{
	width: 45%;
	height: 80px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	font-size: 16px;
	padding: 0 20px;
}
.case_det_b_page_item .tt{
	width: 64px;
	color: #333;
}
.case_det_b_page_item .text{
	width: calc(100% - 64px);
	line-height: 24px;
}
.case_det_b_page_item .text a{
	display: block;
	color: #666;
	width: 100%;
}
.case_det_b_page_item .text a:hover{
	color: #2b3aa1;
}

.case_det_b_page_back{
	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: 10%;
	text-align: center;
	font-size: 16px;
	color: #666;
	height: 80px;
	line-height: 24px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
.case_det_b_page_back:hover{
	color: #2b3aa1;
}
.case_det_b_page_back2{
	display: none;
}

.news_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_list1 .item{
	width: calc((100% - 80px) / 4);
	margin: 0 20px 40px 0;
}
.news_list1 .news_list_pic{
	border-color: #fff;
	/*max-height: 312px;*/
 /*   min-height: 310px;*/
}

.news_list1 .news_list_pic img {
    max-height: 312px;
    width: 100%;
}


.sub_nav_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;
	margin-bottom: 40px;
}

.sub_nav_bars .item{
	width: 194px;
	height: 42px;
	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: #333;
	font-size: 18px;
	font-weight: bold;
	border:1px solid #999;
	margin: 0 10px;
}
.sub_nav_bars .item.hover,
.sub_nav_bars .item:hover{
	color: #fff;
	background: #2b3aa1;
	border-color: #2b3aa1;
}



/* news_det */
.news_det_t{
	border-top: 10px solid #2b3aa1;
	padding: 45px 3%;
}

.news_det_time{
	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;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 35px;
}
.case_det_b_con p{line-height: 2em !important}
.main_content p strong{font-size:16px !important;font-weight: 600}
.news_det_time .item{
	margin: 0 12px;
	font-size: 15px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	color: #666;
}
.news_det_time .item .icon{
	font-size: 18px;
	margin-right: 10px;
}
.case_det_b_con img{
	height: auto !important;
}



/* contact */
.contact_box1_con{
	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;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.contact_box1_l{
	width: 50%;
	position: relative;
	padding-top: 20px;
}
.contact_box1_l_pic{
	width: calc(100% - 20px);
	overflow: hidden;
	margin: 0 0 0 20px;
	position: relative;
	z-index: 2;
	border: 5px solid #fff;
}
.contact_box1_l_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: #2b3aa1;
}

.contact_box1_r{
	width: 46%;
}
.main_content .wrapper{width:80%}
.contact_box1_title{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 35px;
	line-height: 2;
}
.contact_box1_list .item{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	margin-bottom: 20px;
}
.contact_box1_list .item:last-child{
	margin-bottom: 0;
}
.contact_box1_list .item .icon{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	width: 35px;
	height: 35px;
	color: #333;
	font-size: 18px;
	border: 1px solid #333;
	border-radius: 50%;
}
.contact_box1_list .item .tt{
	width: calc(100% - 35px);
	padding-left: 12px;
	font-size: 16px;
	color: #333;
}
.contact_box1_list .item .tt a{
	color: #333;
}
.contact_box1_list .item .tt a:hover{
	color: #2b3aa1;
}


/*留言面板*/

.pro_det_form_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;
}

.pro_det_form_list1 dd{
	width: calc((100% - 50px) / 2);
	margin: 0 25px 18px 0;
}
.pro_det_form_list1 dd:nth-child(3){
	margin-right: 0;
}
.pro_det_form_list1 dt{
	width: 100%;
	margin-bottom: 25px;
}
.pro_det_form_list1 dt:last-child{
	margin-bottom: 0;
}

.pro_det_form_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 17px;
}
.pro_det_form_tt .icon{
	color: #2b3aa1;
	margin-right: 3px;
}
.pro_det_form_text,
.pro_det_form_area{
	width: 100%;
	padding-left: 15px;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	height: 45px;
	background:rgba(255,255,255,.8);
	box-shadow: 0 0 5px rgba(115,115,115,.5) inset;
	border: none;
}

.pro_det_form_area{
	width: 100%;
	height: 150px;
	padding: 12px 15px;
	resize: none;
}

.pro_det_form_list1 .more_btn1{
	display: block;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
}


.ind_pro_cate_list1 dd img{ width:70px}
.ind_pro_cate_list1 dd:hover img{filter: grayscale(100%) brightness(0) invert(1);}

@media screen and (max-width: 800px) {
    .ind_pro_cate_list1 dd img{ width:50px}
	.public_right_nav_box{ display:none}
}
.service dl{    border-bottom: 1px dashed #e7d6d6;
    padding: 40px 0;}
.menu dl dd.active a{color: #2b3aa1;
	border-color: #2b3aa1;}
.service dl { overflow:hidden; display:block; background-color:#f4f4f4;position: relative;}
.service dl dt{float:right;width:55%; position:relative;}
.service dl dt:before{ content:''; display:inline-block;width:80px;height:100%;left:0;top:0; background:url(../images/bg9.png) no-repeat; background-size:100% 100%; position:absolute;}
.service dl dd{float:left;width:45%;padding: 0 50px 0 0;height: 100%;position: absolute;justify-content: center;}
.service dl dd h2{font-size:24px;font-weight:bold;}
.service dl dd p{font-size:15px;margin-top:20px;color:#666;line-height:2;text-overflow: -o-ellipsis-lastline;
  }
 .service dl dd h2 a{color:#333}
 .service dl dd .productImg p{
   margin-top:0px;
   color:#333;
   background: #eee;
   padding:5px;
   font-size:14px;
 }
 .productImg{margin:360px 0 30px;clear:both}
 .service dl dd .more {
    margin-top: 30px;
    color: #999999;
    font-size:16px;
}
.service dl dd .more{margin-top:30px;color:#999999;}
.service dl dd .more span{width:26px; overflow:hidden; display:inline-block;margin-left:6px; vertical-align:middle;}
.service dl dd .more span img{width:52px;margin-left:-26px;}
.service dl dd .more:hover{color:#003894;}
.service dl dd .more:hover img{margin-left:0;}
.service dl:nth-child(even) dt{float:left;}
.service dl:nth-child(even) dt:before{right:0;background:url(../images/bg10.png) no-repeat; background-size:100% 100%;left:auto;}
.service dl:nth-child(even) dd{float:right;right:0;padding: 0 0 0 50px;}
/*内页banner*/

/*内页公司简介*/
.NyAboutus { width:100%; height:auto; min-height:320px; margin:0 auto; padding:0;}
.NyAboutus .NyAboutus_Profile { width:100%; height:auto; padding:60px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutus .NyAboutus_Profile .left{width: calc(100% - 694px);  float:left;}
.NyAboutus .NyAboutus_Profile .left .cont{ color:#666; line-height:28px; margin-top:40px;padding-right:20px;min-height: 200px;}
.NyAboutus .NyAboutus_Profile .left .cont p{    line-height: 2;
    font-size: 15px;
    color: #444;
    font-weight: 500;
}
.cont h2{font-size:16px;font-weight: bold;color:#333;padding:5px 0}
.NyAboutus .NyAboutus_Profile .left .cont::-webkit-scrollbar { width:3px;}
.NyAboutus .NyAboutus_Profile .left .fotwenzi{ font-size:20px; font-weight:bold; color:#2b3aa1; margin-top:20px;}
.NyAboutus .NyAboutus_Profile .right{ margin-top:125px;width:654px; float:right; position:relative;}
.NyAboutus .NyAboutus_Profile .right img{ max-width:100%;}
.NyAboutus .NyAboutus_Profile .right .text{ position:absolute; bottom:-40px; right:-40px; background:#2b3aa1; padding:20px 28px;}
.NyAboutus .NyAboutus_Profile .right .text p{ font-size:42px; color:#fff; margin:0 0 10px;}
.NyAboutus .NyAboutus_Profile .right .text i{ font-style:normal; padding-left:50px;}
.NyAboutus .NyAboutus_Profile .right .text span{ display:block; width:60%; float:left; font-size:17px; font-weight:bold; color:rgba(255,255,255,.64);}
.NyAboutus .NyAboutus_Profile .right .text em{display:block;width:106px;height:4px;float: right;position: absolute;margin-top:40px;right: -50px;}

.NyAboutus .NyAboutus_Culture {width:100%; height:auto; padding:0px 0 80px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutus_Culture .NyAboutusCulture_Ms { width:100%; height:auto; line-height:30px; color:#666; font-size:16px; word-break:break-all; text-align:justify; margin:20px auto; padding:0;}
.NyAboutus_Culture .NyAboutusCulture_Main { width:100%; height:auto; margin:0 auto; padding:0;}
.NyAboutusCulture_Main ul li { box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
;width:23.5%; height:auto; margin:0 2% 0 0; padding:50px 40px; background-color:#f9f9f9; float:left; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background:#fff;}
.NyAboutusCulture_Main ul li:nth-child(4n+4) { margin:0;}
.NyAboutusCulture_Main ul li:hover { background-color:#2b3aa1;}
.NyAboutusCulture_Main ul li em { display:block; width:90px; height:90px; overflow:hidden; margin:0 auto 40px; padding:0; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s;}
.NyAboutusCulture_Main ul li em.AbIco1 { background:url(../images/abico01.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li em.AbIco2 { background:url(../images/abico02.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li em.AbIco3 { background:url(../images/abico03.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li em.AbIco4 { background:url(../images/abico04.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em{transform: rotateY(180deg);}
.NyAboutusCulture_Main ul li:hover em.AbIco1 { background:url(../images/abico01_1.png) center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em.AbIco2 { background:url(../images/abico02_1.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em.AbIco3 { background:url(../images/abico03_1.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em.AbIco4 { background:url(../images/abico04_1.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li p { width:100%; height:auto; line-height:30px; color:#333; font-size:22px;font-weight:600; text-align:center; margin:0 auto; padding:0; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s;}
.NyAboutusCulture_Main ul li:hover p { color:#fff;}
.NyAboutusCulture_Main ul li i.AbLine { display:block; width:100%; height:5px; overflow:hidden; margin:13px auto 0px; padding:0; }
.NyAboutusCulture_Main ul li:hover i.AbLine { background:url(../images/line03.png) center center no-repeat;}
.NyAboutusCulture_Main ul li span { display:block; width:100%; height:52px; overflow:hidden; line-height:26px; color:#666; font-size:16px; text-align:center; margin:0 auto; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s;}
.NyAboutusCulture_Main ul li:hover span { color:rgba(255,255,255,0.5);}


.NyAboutus .NyAboutus_Honor { width:100%; height:auto; margin:0 auto; padding:80px 0 0; background-color:#fff;}
.NyAboutus_Honor .NyAboutusHonor_Main { width:100%; height:auto; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutusHonor_Main .NyAboutusHonor_List { width:100%; height:auto; min-height:150px; margin:40px auto; padding:0 80px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutusHonor_List .swiper-container03 { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide { height:auto; background:#fff; box-shadow: inset 0 0 0 5px #f0f0f4;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s; position:relative; padding:1%;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { width:100%; height:235px; overflow:hidden; margin:0 auto 10px; padding:20px; background-color:#fff; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img img { display:block; max-width:88%; max-height:88%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Name { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:18px; text-align:center; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0; position:relative;transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide:hover .NyAboutusHonor_Img img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.NyAboutusHonor_List .swiper-container03 .swiper-slide:hover .NyAboutusHonor_Name { color:#2b3aa1;}
.NyAboutusHonor_List .swiper-button-prev03, .NyAboutusHonor_List .swiper-button-next03 { width:54px!important; height:54px!important; margin:-27px 0 0!important; border-radius:50%; position:absolute; top:50%!important; bottom:0!important; opacity:1; cursor:pointer;box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 5%);}
.NyAboutusHonor_List .swiper-button-prev03 { background:#fff url(../images/jt8.png) center center no-repeat; left:0;transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s;}
.NyAboutusHonor_List .swiper-button-next03 { background:#fff url(../images/jt9.png) center center no-repeat; right:0;transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s;}
.NyAboutusHonor_List .swiper-button-prev03:hover { background:#2b3aa1 url(../images/jt10.png) center center no-repeat;}
.NyAboutusHonor_List .swiper-button-next03:hover { background:#2b3aa1 url(../images/jt11.png) center center no-repeat;}
.NyAboutusHonor_Main .NyAboutusHonor_Bottom { width:100%; height:auto; margin:40px auto 0; padding:0;}
.NyAboutusHonor_Bottom i { display:block; width:100%; height:30px; overflow:hidden; margin:0 auto; padding:0; background-color:#f9f9f9;}
.NyAboutusHonor_Bottom p { width:100%; height:100px; margin:0 auto; padding:0; background: linear-gradient(to bottom, #dedede, #f9f9f9, #f9f9f9); -webkit-background: linear-gradient(to bottom, #dedede, #f9f9f9, #f9f9f9); -moz-background: linear-gradient(to bottom, #dedede, #f9f9f9, #f9f9f9); -ms-background: linear-gradient(to bottom, #dedede, #f9f9f9, #f9f9f9); -o-background: linear-gradient(to bottom, #dedede, #f9f9f9, #f9f9f9);
transform:skewX(20deg); -webkit-transform:skewX(20deg); -moz-transform:skewX(20deg); -ms-transform:skewX(20deg); -o-transform:skewX(20deg);
transform-origin:0 0; -webkit-transform-origin:0 0; -moz-transform-origin:0 0; -ms-transform-origin:0 0; -o-transform-origin:0 0;}


@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	.NyAboutus .NyAboutus_Profile { width:100%; padding:60px;}

	.NyAboutus .NyAboutus_Culture { width:100%; padding:60px;}
	.NyAboutusCulture_Main ul li { padding:40px 30px;}
	.NyAboutusCulture_Main ul li p { font-size:22px;}
	
	.NyAboutus .NyAboutus_Honor { padding:60px 0 0;}
	.NyAboutus_Honor .NyAboutusHonor_Main { width:100%; padding:0 60px;}
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Name { font-size:16px;}
	.NyAboutusHonor_Bottom i { height:20px;}
	.NyAboutusHonor_Bottom p { height:60px;}
}
@media (max-width:1440px) {
	.NyAboutus .NyAboutus_Profile { width:100%; padding:60px 40px;}
	
	.NyAboutus .NyAboutus_Culture{padding:60px 40px;}
	.NyAboutus_Culture .NyAboutusCulture_Ms { font-size:15px;}
	.NyAboutusCulture_Main ul li span { height:50px; line-height:25px; font-size:15px;}
	
	.NyAboutus_Honor .NyAboutusHonor_Main { padding:0 40px;}
}
@media (max-width:1366px) {
	.NyAboutus .NyAboutus_Profile .left{width: calc(100% - 584px);}
	.NyAboutus .NyAboutus_Profile .left .cont{  max-height:260px;}
	.NyAboutus .NyAboutus_Profile .right{ width:554px;}
	.NyAboutus .NyAboutus_Profile .right .text em{ right:0;}
	
	.NyAboutusHonor_Main .NyAboutusHonor_Bottom { margin:30px auto 0;}	
}
@media (max-width:1280px) {
	
}
@media (max-width:1200px) {
	.NyAboutusCulture_Main ul li { padding:30px 25px;}
	.NyAboutusCulture_Main ul li em { margin:0 auto 30px;}
		
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:140px;}
	.NyAboutusHonor_Main .NyAboutusHonor_Bottom { margin:20px auto 0;}	
}
@media (max-width:1080px) {
	.NyAboutus .NyAboutus_Profile {padding:40px;}
	.NyAboutus .NyAboutus_Profile .left{width: calc(100% - 430px);}
	.NyAboutus .NyAboutus_Profile .left .cont{  max-height:230px;}
	.NyAboutus .NyAboutus_Profile .left .fotwenzi{ display:none;}
	.NyAboutus .NyAboutus_Profile .right{ width:410px;}
	.NyAboutus .NyAboutus_Profile .right .text p{font-size: 34px; margin: 0 0 5px;}
	.NyAboutus .NyAboutus_Profile .right .text i{padding-left: 20px;}
	.NyAboutus .NyAboutus_Profile .right .text span{ display:none;}
	.NyAboutus .NyAboutus_Profile .right .text em{margin: 0;}
	
	.NyAboutus .NyAboutus_Culture { padding:40px;}
	.NyAboutus_Culture .NyAboutusCulture_Ms { line-height:24px; font-size:14px;}
	.NyAboutusCulture_Main ul li { padding:30px 20px;}
	.NyAboutusCulture_Main ul li em { width:80px; height:80px;}
	.NyAboutusCulture_Main ul li p { font-size:18px;}
	.NyAboutusCulture_Main ul li span { height:48px; line-height:24px; font-size:14px;}
	
	.NyAboutus .NyAboutus_Honor { padding:40px 0 0;}
	.NyAboutusHonor_Bottom i { height:10px;}
	.NyAboutusHonor_Bottom p { height:40px;}
}
@media (max-width:1024px) {
	
}
@media (max-width:800px) {
	.NyAboutus .NyAboutus_Profile { padding:40px 30px;}
	.NyAboutus .NyAboutus_Profile .left{ width:100%;}
	.NyAboutus .NyAboutus_Profile .left .cont{max-height: none;overflow: hidden;padding: 0;}
	.NyAboutus .NyAboutus_Profile .right{ display:none;}
	
	.NyAboutus .NyAboutus_Culture{ padding:40px 30px;}
	.NyAboutusCulture_Main ul li { padding:30px 15px;}
	.NyAboutusCulture_Main ul li i.AbLine { margin:10px auto 15px;}
	.NyAboutusCulture_Main ul li span { height:66px; line-height:22px; -webkit-line-clamp:3;}
	
	.NyAboutus_Honor .NyAboutusHonor_Main { padding:0 30px;}
	.NyAboutusHonor_Main .NyAboutusHonor_List { padding:0 0; margin:20px auto;}
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:140px;}
	.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 { display:none;}
}
@media (max-width:767px) {
	.NyAboutus .NyAboutus_Profile { padding:20px 12px;}
	.NyAboutus .NyAboutus_Profile .left .cont{ margin-top:10px;}
	
	.NyAboutus .NyAboutus_Culture { padding:20px 12px;}
	.NyAboutusCulture_Main ul li { width:48.5%; height:auto; margin:0 3% 12px 0; padding:20px 12px; background-color:#f9f9f9;}
	.NyAboutusCulture_Main ul li:nth-child(4n+4) { margin:0 3% 12px 0;}
	.NyAboutusCulture_Main ul li:nth-child(2n+2) { margin:0 0 12px;}
	.NyAboutusCulture_Main ul li em { margin:0 auto 20px;}
	.NyAboutusCulture_Main ul li span { height:44px; line-height:22px; -webkit-line-clamp:2;}
	
	.NyAboutus .NyAboutus_Honor { padding:20px 0 0;}
	.NyAboutus_Honor .NyAboutusHonor_Main { padding:0 12px;}
	.NyAboutusHonor_Main .NyAboutusHonor_List { padding:0;}
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { padding:12px;}
	.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 { display:none;}
	.NyAboutusHonor_Main .NyAboutusHonor_Bottom { margin:10px auto 0;}
	.NyAboutusHonor_Bottom p { height:30px;}
}
@media (max-width:375px) {
	.NyAboutusCulture_Main ul li span { height:66px; line-height:22px; -webkit-line-clamp:3;}
	
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:120px;}
}
.ind_tit span {
    font-size: 36px;
    line-height: 2;
    font-weight: bold;
    color: #2b3aa1;
    text-transform: uppercase;
}
.ind_tit h1,.ind_tit p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 550;
}
.ind_tit h1 i, .ind_tit p i{
    width: 80px;
    height: 1px;
    background: #2b3aa1;
    display: inline-block;
    margin: 5px 2% 5px 0;
}
@media (max-width:320px) {
	.NyAboutusCulture_Main ul li { width:100%; height:auto; margin:0 auto 12px; padding:20px 12px; background-color:#f9f9f9;}
	.NyAboutusCulture_Main ul li:nth-child(2n+2), .NyAboutusCulture_Main ul li:nth-child(4n+4) { margin:0 auto 12px;}
	.NyAboutusCulture_Main ul li span { height:44px; line-height:22px; -webkit-line-clamp:2;}
	
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:100px;}
}
/*内页公司简介*/
#footer_item_contact .footer_pro_list a{width:100%}
 .divremmnews ul {
  width: 100%;
  overflow: hidden;
}
 .divremmnews ul li {
  float: left;
  width: 47%;
  height: 35px;
  line-height: 35px;
  margin: 0 1.5%;
  border-bottom: 1px dashed #ccc;
}
 .divremmnews ul li a {
  height: 35px;
  line-height: 35px;
  float: left;
  overflow: hidden;
  width: 80%;
  font-size:15px;
  color:#333
}
 .divremmnews ul li span {
  color: #666;
  float: right;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  font-size:15px;
}
 .divremmnews ul li a:hover {
  color: #2b3aa1;
}
 .anlitopH4 {
  height: 48px;
  border: 1px solid #e4e4e4;
  margin-top: 0px;
}
 .anlitopH4 span {
  border-left: 5px solid #2b3aa1;
  padding-left: 22px;
  display: block;
  float: left;
  color: #2b3aa1;
  font-weight: bold;
  font-size: 20px;
  padding:10px 0;
  padding-left:10px;
}
#case,#news{padding:60px 0}
.team-box {
    background: #fff;
    position: relative;
    cursor: pointer;
}
.team-box figure {
    margin: 0;
    background: #000;
}
.team-box figure img {
    width: 100%;
    transition: 0.4s ease;

}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.tea_text h3 {
    font-size: 14px;
    color:#333;
}
.divremmnews .col-md-4{        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;padding:0 15px}
.divremmnews {
    border: 1px solid #e4e4e4;
    border-top: none;
    margin-bottom: 15px;
    padding: 30px 20px;
    background-color: #fff;
}
.tea_text {
    padding: 10px 17px;
    position: absolute;
    bottom: 10px;
    background: #ffffffa8;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 16px;
    transition: 0.4s ease;
}
table{margin-left: 0px;
border-collapse:collapse;
width:100%
}
table tr td{
border:1px solid #ddd;
padding: 5px;
font-size: 14px;
}
.footer_pro_list a:hover{color:#ebebeb}
.footer_ctx .item a:hover{color:#ebebeb}
.feature-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 15px -0.35rem;
}
.feature-list li {
    box-sizing: border-box;
    width: 25%;
    padding: 0 0.35rem;
}
.feature-list .wrap {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.feature-list .icon {
    position: relative;
    padding: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.35rem;
}
.feature-list .icon img {
    position: relative;
    width:65%;
    margin-top:10%;
}
.feature-list .icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 110%;
    border-radius: 0.35rem;
    background: linear-gradient(45deg, rgba(16, 164, 211, 0.7) 0%, rgba(16, 164, 211, 0.11) 87.023%, rgba(16, 164, 211, 0) 100%);
    opacity: 0.36;
}
.feature-list .title {
    color: rgb(51, 51, 51);
    font-size: 14px;
    margin-top: 20px;
}
@media (max-width:678px) {
    .productImg li{width:50%;margin-bottom:15px}
    .productImg{margin:10px 0}
    
}