html,body{
	font-family: "微软雅黑";
}
select,input,textarea,button{
	font-family: "微软雅黑";
}
.head_zwf{
	height: 100px;
	overflow: hidden;
}
/*
 * header
 */
.header_box{
	height: 100px;
}
.header{
	height: 100px;
	background:#fff;
	position: relative;
	z-index: 3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_head{
	position: fixed;
	left: 0;
	top: 35px;
	width: 100%;
	z-index: 9;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.sub_head{
	position: absolute;
	left: 0;
	top: 36px;
	width: 100%;
	background:#fff;
	transition:none;
	-webkit-transition:none;
	z-index: 99999;
}

.head_720{
    color: #d9d9d9;
    font-size: 14px;
    display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-right: 20px;
}
.head_720 .icon{
    width: 24px;
    height: 24px;
    background: url(../images/720_icon.png) no-repeat center center / cover;
    margin-right:10px;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.head_720:hover{
    color: #D40000;
}
.head_720:hover .icon{
    background: url(../images/720_icon2.png) no-repeat center center / cover;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_head_scroll{
	top: -120px;
	height: 96px;
	border-bottom: 1px solid #E5E5E5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.sub_head.bg{
	background: #fff;
	height: 100px;border-bottom: 1px solid #E5E5E5;
	transition:none;
	-webkit-transition:none;
}
.header .wrapper{
	position: relative;
}
.logo{
	width: 380px;
}
.logo a{
	width: 380px;
	height: 100px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.logo img{
	display: inline-block;
	max-width: none !important;
	max-height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.logo img:nth-child(2),.logo img:nth-child(3){
	display: none;
}
.ind_head_scroll{
	
}
.ind_search{
	width: 52px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #d40000;
	font-size: 27px;
	position: relative;
	margin: 29px 0 0 0px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_sea_hide .wrapper{
	opacity: 0;
	position: absolute;
	right: 0;
	top: -136px;
	z-index: 3;
	/*width:950px;*/
	padding: 20px 25px;
	height: 100px;
	background: #f1f1f1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_sea_hide .wrapper.hover{
	top: 0;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_sea_inp{
	float: left;
	width:86%;
	height: 60px;
	color:#000;
	font-size: 16px;
	padding-left:20px;
	background: #fff;
	border: none;
}
.ind_sea_box_btn{
	float: left;
	position: relative;
	width: 5%;
	height: 60px;
	line-height: 60px;
	margin: 0 10px;
}
.ind_sea_box_btn .btn{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 80%;
	height:100%;
	text-align: center;
	border: none;
	background: none;
	cursor: pointer;
}
.ind_sea_box_btn .text{
	display: block;
	width: 80%;
	height: 100%;
	text-align:center;
	color: #333;
	font-size:30px;
	overflow: hidden;
}
.ind_sea_box_close{
	float: left;
	width:3%;
	height: 60px;
	cursor: pointer;
	background: url(../images/ind_search_close.png) no-repeat center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_sea_box_close:hover{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-ms-transform:rotateZ(90deg);
	-moz-transform:rotateZ(90deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	
}

/**menu**/
.menu{
}
.menu_dl{
}
.menu_dl dd{
	float: left;
	height: 100px;
	position: relative;
	padding: 0 20px;
}
.menu_tt{
	height: 100px;
	position: relative;
}
.menu_tt a{
	display: block;
	font-size: 16px;
	color: #444;
	line-height: 100px;
	font-weight: bold;
}
.menu_dl dd:last-child .menu_tt{
	background: none;
}
.menu_tt i{
	display: none;
	float: right;
	color: #333;
	z-index: 1;
	font-size: 14px;
	margin-top: 13px;
}
.menu_tt a:after{
	content: "";
	display: block;
	height: 2px;
	width:0;
	position: relative;
	top: -3px;
	z-index: 0;
	margin: 0 auto;
	background: #d40000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_tt:hover a:after,.menu_dl dd.hover .menu_tt a:after{
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_second{
	display: none;
	position: fixed;
	top: 136px;
	left: 0;
	width: 100%;
	background: #ededed;
	z-index: 99;
}
.menu_second .wrapper{
	overflow: hidden;
	padding: 25px 0 20px 50px;
}
.menu_dl dd.hover .menu_tt:after{
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_dl dd.hover .menu_tt{
	color: #aa1d18;
}
.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top:100px;
	color: #888888;
	width: 230px;
	
	background:#f6f6f6;
	border: 1px solid #E5E5E5;
}
.menu_second .wrapper ul{
	padding: 0 50px;
}
.menu_second .wrapper ul li{
	padding: 0 25px 5px;
	float: left;
}
.menu_second .wrapper ul li .tt{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	margin-top: 3px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_second .wrapper ul li:hover .tt{
	color: #d40000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_down a{
	display: block;
	padding:10px 20px;
	color: #888888;
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px solid #E5E5E5;
	
}
.menu_second_list {
	width: 25%;
	float: left;
}
.menu_second_list a{
	display: block;
	position: relative;
	color: #666;
	font-size: 14px;
	padding: 10px 0 10px 12px;
}
.menu_second_list a.hover,.menu_second_list a:hover{
	color: #d40000;
}
.menu_second_list a:before{
	position: absolute;
	content: "•";
	left: 0;
}

.menu_btn{
	display: none;
	float: right;
	position: absolute;
	right: 0;
	top:8px;
	padding: 9px 17px;
	cursor: pointer;
}
.menu_btn span{
	display: block;
	height: 4px;
	width: 34px;
	background: #D40000;
	border-radius: 4px;
	margin-bottom: 7px;
}
.menu_tt:after{
	display: none;
}
.ind_sea_hide .wrapper{
	padding: 24px;
    height: 100px;
    overflow: hidden;
}
.ind_sea_inp{
	width: 81%;
}
.ind_sea_box_btn{
	width: 10%;
	margin: 0 0 0 5px;
}
.ind_sea_box_close{
	width: 5%;
}
.sub_head_scroll{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
/*.banner .slide{
	background-size: cover!important;
}*/
.ind_head_scroll .logo{
	height: 100px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_head_scroll .logo a{
	display: block;
	height: 100px;
    padding: 20px 0;
}
.ind_head_scroll .menu_dl dd,.ind_head_scroll .menu_pro_dd,.ind_head_scroll .menu_tt,.ind_head_scroll .menu_tt a{
	height: 100px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_head_scroll .menu_tt:after{
	top: -34px;
}
.ind_head_scroll .menu_tt a{
	line-height: 100px;
}
.ind_head_scroll .menu_second,.ind_head_scroll .menu_second{
	top: 100px;
}
.ind_head_scroll .ind_search{
	margin-top: 29px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_head_scroll .ind_sea_hide{
	height: 80px;
	padding: 20px 10px;
}
.ind_head_scroll .ind_sea_inp,.ind_head_scroll .ind_sea_box_btn,.ind_head_scroll .ind_sea_box_close{
	height: 40px;
	line-height: 40px;
}



.head_t_box{
	height: 36px;
	line-height: 37px;
	color: #d9d9d9;
	font-size: 14px;
	background: #272727;
	border-bottom: 1px solid #c6c6c6;
}
.head_t_clm{
	color: #5e5e5e;
	font-size: 12px;
	line-height: 35px;
	margin-right: 25px;
}
.head_t_clm .icon{
	float: left;
	margin-right: 3px;
	font-size: 14px;
	line-height: 35px;
}
.head_t_clm .icon.icon-youjian{
	font-size: 18px;
}
.head_t_clm:hover{
	text-decoration: underline;
}
.head_sm i{
	margin-right: 5px;
	font-size: 17px;
	margin-top: 1px;
}
.head_sm a{
	color: #D40000;
	margin-right: 15px;
	font-size: 16px;
}
.lan_fir{
	line-height: 35px;
	padding-right: 10px;
	margin-right: 5px;
	color: #d9d9d9;
}
.langue{
	position: relative;
}
.lan_fir i{
	font-size: 11px;
	margin-left: 5px;
	margin-top: 1px;
}
.lan_fir i.icon-yuyan{
	font-size: 17px;
	margin-right: 3px;
	margin-left: 8px;
}
.langue:hover .lan_fir{
    color: #D40000;
}
.lan_list{
	position: absolute;
	top: 35px;
	left: 0;
	width: 100px;
	border: 1px solid #b3b3b3;
	border-top: none;
	z-index: 9999999;
	display: none;
	background: rgba(0,0,0,.5);
}
.langue:hover .lan_list{
	display: block;
}
.lan_list li{
	line-height: 26px;
	background: #fff;
	padding: 0 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.lan_list li a{
	width: 100%;
	display: block;
}
.lan_list li:first-child{
	border-bottom: 1px solid #E5E5E5
}
.lan_list li:hover{
	background: #333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.lan_list li:hover a{
	color: #fff;
}





/***footer***/
.footer{
	position: relative;
	z-index: 2;
	background: #191919;
	border-top: 3px solid #D40000;
}
.footer_t{
	padding: 50px 0;
	position: relative;
}
.footer_l{
	margin-right:145px;
}
.footer_l .tt,.footer_m .tt{
	color: #f8f8f8;
	width: 100%;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #f8f8f8;
}
.footer_l li,.footer_m li{
	margin-top: 14px;
	
}
.footer_l ul{
	margin-right: 40px;
}
.footer_l ul:nth-child(2){
	margin-right: 0;
}
.footer_l li i{
	color: #919191;
	font-size: 11px;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer_l li a{
	float: left;
	font-size: 12px;
	color: #919191;
	margin-top: 1px;
}
.footer_l li:hover i{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer_l li:hover a{
	color: #fff;
	transform: translateX(5px);
	-ms-transform:translateX(5px);
	-moz-transform:translateX(5px);
	-webkit-transform:translateX(5px);
}
.footer_m{
	width: 270px;
}
.footer_m span{
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 22px;
	background: #D40000;
	text-align: center;
	line-height: 22px;
	float: left;
}
.footer_m span i{
	color: #fff;
	font-size: 13px;
}
.footer_m span i.icon-chuanzhen{
	font-size: 14px;
}
.footer_m li a{
	float: left;
	display: block;
	width: calc(100% - 22px);
	padding-left: 10px;
	color: #919191;
	line-height: 20px;
}
.footer_m ul{
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 2px solid #4d4d4d;
}
.footer_m li:hover a{
	color: #fff;
	transform: translateX(3px);
	-ms-transform:translateX(3px);
	-moz-transform:translateX(3px);
	-webkit-transform:translateX(3px);
}
.sm {
	margin-top: 15px;
}
.sm a{
    position: relative;
	font-size: 24px;
	color: #fff;
	float: left;
	margin-right: 18px;
}

.sm a:hover .img_box {
    display: block;
}

.sm a .img_box {
    display: none;
    width: 220px;
    position: absolute;
    bottom: 100%;
    right: 0;
}

.sm a .img_box img {
    width: 100%;
}


.sm a:last-child{
	margin-right: 0;
}
.sm a.icon-xinlangweibo{
	font-size: 41px;
	margin-top: -3px;
}
.sm a.icon-90{
	font-size: 44px;
	margin-top: -5px;
}
.sm a:hover{
	/*transform: translateY(-3px);*/
	color: #D40000;
}
.a_map{
	display: block;
	width: 147px;
	height: 30px;
	background: url(../images/icon1.png)no-repeat center center;
	background-size: cover;
	margin-left: 5px;
	line-height: 30px;
	color: #fff;
	position: relative;
	font-size: 16px;
	padding-left: 12px;
}
.a_map i{
	position: absolute;
	top: 0;
	right: 5px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	font-size: 18px;
	color: #fff;
}

.footer_contact{
	width: 21.33%;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	
}
.foot_con_wrap{
	background: #262626;height: 100%;
	padding: 0 10px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.footer_title{
	margin-bottom: 5px;
	overflow: hidden;
}
.code_item{
	font-size: 12px;
	color: #d8d8d8;
	
}
.code_item img{
	border-radius: 4px;
}
.code_item:nth-child(2){
	margin-left: 8px;
	padding-top: 7px;
	line-height: 20px;
}
.footer_inq_list dd{
	margin-bottom: 8px;
}
.footer_inq_inp,.footer_inq_area{
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #888;
	font-family: arial;
	font-size: 14px;
	padding-left: 10px;
	background:#f9f9f9;
	border: none;
	border-radius: 3px;
}
.footer_inq_inp::-webkit-input-placeholder,.footer_inq_area::-webkit-input-placeholder{
	color: #ccc;
	font-size: 12px;
}
.footer_inq_area{
	height: 80px;
	resize: none;
}
.footer_inq_btn{
	width: 100%;
	height: 23px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	background: #D40000;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	margin-top: 5px;
}

.footer_b{
	padding: 10px 0;
	line-height: 30px;
	color: #7f7f7f;
	background: #2d2d2d;
	font-family: arial;
	border-top: 1px solid #434343;
	font-size: 14px;
}
.footer_b_text{
	width: 70%;
}
.footer_b_text span:first-child{
	margin-right: 30px;
}
.footer_b_text span a{
	color: #7f7f7f;
}
.footer_b_text span a:hover{
	color: #fff;
}
.footer_b_r{
	text-align: right;
}
.footer_b_r a{
	color: #7f7f7f;
}
.footer_b_r a img{
	margin-top: 3px;
	margin-right: 8px;
}
.footer_b_r a:hover{
	color: #fff;
	text-decoration: underline;
}

/*
 * sub_banner
 */
.sub_banner{
	width: 100%;
	height: 400px;
	position: relative;
	background-size: cover!important;
}
.sub_banner .wrapper{
	height: 100%;
	position: relative;
}
.sub_banner .tt{
	position: absolute;
	bottom: 70px;
	left: 20px;
}
.location {
	height: 40px;
	line-height: 40px;
	color: #535353;
	font-size: 14px;
	background: #fff;
	
}
.location .wrapper{
	border-bottom: 1px solid #E5E5E5;
}
.location_l{
	width: 100%;
}
.location_l .iconfont {
	font-size: 18px;
	margin-right: 5px;
	color: #D40000;
	font-weight: bold;
}

.location_l .text {
	display: inline-block;
}

.location_l .text a {
	color: #535353;
	font-size: 13px;
	margin: 0 3px;
}

.location_l .text a:hover {
	color: #0f75bd;
}
.title .tt{
	font-size: 36px;
	font-weight: bold;
	color: #393939;
}
.title .tt .red{
	color: #D40000;
}
.title .line{
	width: 47px;
	height: 3px;
	background: url(../images/icon2.png)no-repeat center center;
	background-size: cover;
	margin: 15px auto 8px;
}
.title .text{
	font-weight: bold;
	font-size: 18px;
	color: #e0e0e0;
}

/*index*/
.banners .owl-controls{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.banners.owl-theme .owl-dots .owl-dot span{
	background: #a6a6a6;
	margin: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banners.owl-theme .owl-dots .owl-dot.active span, .banners.owl-theme .owl-dots .owl-dot:hover span{
	background: #D40000;
	width: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.index{
	padding: 60px 0;
}
.ind_box1.index .item_l,.ind_box1.index .item_r{
	width: 50%;
	float: left;
}
.ind_box1.index .ind1_wrap{
	margin-top: 40px;
}
.ind_box1.index .item_l{
	padding: 108px 60px 0 130px;
}
.ind_box1.index .item_l .tt{
	font-size: 24px;
	
	position: relative;
	padding-bottom: 40px;
}
.ind_box1.index .item_l .tt a{
	font-weight: bold;
	color: #333333;
}
.ind_box1.index .item_l .tt:after{
	position: absolute;
	content: "";
	width: 64px;
	height: 2px;
	background: #d50808;
	top: 60px;
	left: 0;
}
.ind_box1.index .item_l .con{
	color: #888;
	font-size: 14px;
	margin-top: 20px;
}
.ind_box1.index .item_l .con p{
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}
.ind_box1.index .item_l .text{
	line-height: 23px;
}
.more{
	display: block;
	margin-top: 30px;
	width: 95px;
	height: 25px;
	line-height: 25px;
	background: url(../images/icon4.png)no-repeat center center;
	background-size: cover;
}
.more span{
	float: left;
	color: #fff;
	font-size: 12px;
	margin-left: 9px;
}
.more i{
	float: right;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	color: #fff;
	font-size: 12px;
	margin-right: 8px;
}
.ind_box1.index .item_r{
	text-align: left;
	padding-left: 40px;
}
.ind_box1.index .item_r img{
	display: inline-block;
	width: 100%;
	max-width: 433px;
}
.ind1_scroll .owl-controls{
	display: none;
}
.ind_box1.index .wrapper{
	overflow: initial;
	position: relative;
}
.ind_box1.index .ind1_btn{
	position: absolute;
	font-size: 50px;
	top: 0;
	z-index: 10;
	color: #666666;
	top: 55%;
	
}
.ind_box1.index .ind1_btn.prev_btn{
	left: 0;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.ind_box1.index .ind1_btn.next_btn{
	right: 0;
	margin-top: 0;
}
.ind_box2.index{
	background: #f3f3f3;
	padding: 30px 0 40px;
	overflow: initial;
}
.ind_box2.index .ind2_l,.ind_box2.index .ind2_r{
	width: 50%;
	float: left;
}
.ind_box2.index .ind2_l {
	padding-right: 100px;
	padding-top: 15px;
}
.ind_box2.index .ind2_l .tt{
	color: #222222;
	font-size: 18px;
	margin-bottom: 10px;
}
.ind_box2.index .ind2_l .text{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.ind_box2.index .ind2_r li{
	float: left;
	margin-right: 100px;
}
.ind_box2.index .ind2_r li:nth-child(3){
	margin-right: 0;
}
.ind_box2.index .ind2_r li .tt{
	font-size: 16px;
	color: #666666;
}
.ind_box2.index .ind2_r li .tt span{
	font-weight: bold;
	font-size: 60px;
	color: #d40000;
}
.ind_box2.index .ind2_r li .text{
	font-size: 14px;
	color: #666;
	margin-top: 4px;
}
.ind_box3.index{
	padding-top: 60px;
}
.ind_box3.index .ind3_t{
	width: 43%;
	float: left;
	margin-top: 50px;
	text-align: justify;
}
.ind_box3.index .ind3_t .tt{
	font-size: 24px;
	color: #282929;
	margin-bottom: 10px;
}
.ind_box3.index .ind3_t .text{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.ind_box3.index .ind3_b{
	background: #272727;
	padding: 30px 0 80px;
	margin-top: 40px;
}
.ind_box3.index .ind3_b .ind3_b_l{
	width: 50%;
}
.ind_box3.index .ind3_b .item{
	width: 289px;
	height: 90px;
	position: relative;
	float: left;
	margin-right: 5px;
}
.ind_box3.index .ind3_b .item .pic{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.ind_box3.index .ind3_b .item .con{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 90px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: rgba(0,0,0,.3);
	border-radius: 5px;
}
.ind_box3.index .ind3_b .item .con i{
	font-size: 25px;
	margin-right: 5px;
}
.ind_box3.index .ind3_b .ind3_b_r{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}
.ind_box3.index .ind3_b .ind3_b_r .pic{
	position: absolute;
	top: -315px;
	right:0;
	z-index: 10;
}
.ind_box3.index .ind3_b .ind3_b_r .pic img{
	max-width: 100%;
}
.ind_box4.index{
	padding-top: 35px;
}
.ind_box4.index .ind4_t_l{
	width: 300px;
	position: relative;
	z-index: 1;
}
.ind_box4.index .ind4_t_l:before{
	width: 177px;
	height: 326px;
	position: absolute;
	content: "";
	left: 0;
	top: -90px;
	background: #f3f3f3;
	z-index: 0;
	border-radius: 5px;
}
.ind_box4.index .ind4_t_l .title{
	position: relative;
	z-index: 1;
	padding-left: 35px;
	padding-top: 40px;
}
.ind_box4.index .ind4_t_l .title .tts{
	font-family: impact;
	font-size: 36px;
	color: #393939;
	font-weight: bold;
}
.ind_box4.index .ind4_t_l .title .line{
	margin: 15px 0 12px;
}
.ind_box4.index .ind4_t_l .title .tt{
	font-size: 24px;
}
.ind_box4.index .ind4_t_r{
	width: calc(100% - 300px);
	position: relative;
	z-index: 2;
}
.ind_box4.index .ind4_t_r .item{
	margin: 0 5px;
	position: relative;
}
.ind_box4.index .ind4_t_r .item .pic{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.ind_box4.index .ind4_t_r .item .con{
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 45px;
	background: rgba(0,0,0,.7);
}
.ind_box4.index .ind4_t_r .item .con .tt{
	position: relative;
	text-align: center;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 30px;
	color: #fff;
	transform: translateY(-50%);
	-ms-transform:translateY(-50%);	/* IE 9 */
	-moz-transform:translateY(-50%);	/* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
}
.ind_box4.index .owl-controls{
	display: none;
}
.ind4_btn{
	position: absolute;
	bottom: 0;
	left: -146px;
	display: block;
	width: 22px;
	height: 22px;
	border: 1px solid #808080;
	text-align: center;
	line-height: 20px;
	z-index: 11;
}
.ind4_btn i{
	font-size: 14px;
}
.ind4_btn.next_btns{
	left: -120px;
	border-color: #D40000;
}
.ind4_btn.next_btns i{
	color: #D40000;
}
.ind4_btn.prev_btns{
	transform: rotate(-180deg);
	 -ms-transform:rotate(-180deg); /* IE 9 */
    -webkit-transform:rotate(-180deg); /* Safari and Chrome */
	line-height: 17px;
}
.ind_box4.index .ind4_b{
	padding-top:50px;
	overflow: hidden;
}
.title .texts{
	font-size: 18px;
	color: #393939;
	margin-top: 5px;
}
.title .texts .red{
	color: #D40000;
	
}
.ind_box4.index .ind4_b .ind4_b_wrap{
	margin-top: 40px;
}
.ind_box4.index .ind4_b_l,.ind_box4.index .ind4_b_r{
	width: 50%;
}
.ind_box4.index .ind4_b_l{
	padding: 0 30px 0 15px;
}
.ind_box4.index .ind4_b_l .pic{
	width: 325px;
	height: 243px;
	overflow: hidden;
}
.ind_box4.index .ind4_b_l .pic img{
	max-width: 100%;
}
.ind_box4.index .ind4_b_l .con{
	width: calc(100% - 325px);
	height: 243px;
	background: #f3f3f3;
	border-right: 2px solid #d50808;
	padding: 20px 15px;
}
.ind_box4.index .ind4_b_l .con .tt{
	font-size: 16px;
	color: #444;
	line-height: 22px;	
}
.ind_box4.index .ind4_b_l .con .date{
	font-size: 12px;
	color: #666;
	margin: 10px 0;
}
.ind_box4.index .ind4_b_l .con .text{
	font-size: 12px;
	color: #666;
	line-height:23px;
}
.ind_box4.index .ind4_b_l .con .more{
	margin-top: 25px;
}
.ind_box4.index .ind4_b_r li{
	margin-bottom: 16px;
}
.ind_box4.index .ind4_b_r li .date{
	width: 70px;
	height: 70px;
	background: #f3f3f3;
	color: #6f6f6f;
	font-size: 12px;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box4.index .ind4_b_r li .date p:nth-child(1){
	font-size: 36px;
	margin-top: 3px;
}
.ind_box4.index .ind4_b_r li .date p:nth-child(2){
	margin-top: -5px;
}
.ind_box4.index .ind4_b_r li .con{
	width: calc(100% - 70px);
	padding: 0 20px;
	float: left;
}
.ind_box4.index .ind4_b_r li .con .tt{
	font-size: 18px;
	color: #444;
	margin-bottom: 5px;
}
.ind_box4.index .ind4_b_r li .con .text{
	font-size: 12px;
	color: #666;
}
.ind_box4.index .ind4_b_r li:hover .date{
	background: #393939;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box5.index{
	padding: 50px 0 30px;
	overflow: initial;
} 
.ind_box5.index .ind5_wrap{
	margin-top: 40px;
	overflow: hidden;
}
.ind_box5.index .ind5_wrap dd{
	float: left;
	margin-right: 12px;
	margin-bottom: 40px;
	position: relative;
}
.ind_box5.index .ind5_wrap dd img{
    
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box5.index .ind5_wrap dd:nth-child(5n){
	margin-right: 0;
}
.ind_box5.index .ind5_wrap dd img:nth-child(1){
    display: none;
}
.ind_box5.index .ind5_wrap dd img:nth-child(2){
	opacity: 1;
display: block;
}
.ind_box5.index .ind5_wrap dd:hover img{
	box-shadow: 4px 4px 10px #ddd;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box5.index .ind5_wrap dd:hover img:nth-child(1){
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box5.index .ind5_wrap dd:hover img:nth-child(2){
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box6.index #map{
	width: 100%;
	height: 350px;
}
.ind_box7.index {
	padding: 20px 0;
	border-top: 1px solid #e2e2e2;
}
.ind_box7.index dd{
	width: 25%;
	float: left;
	padding: 0 30px;
	
}
.ind_box7.index dd i{
	float: left;
	font-size: 60px;
}
.ind_box7.index dd i.icon-shouye{
	font-size: 65px;
}
.ind_box7.index dd .con{
	width: calc(100% - 65px);
	padding: 12px 0 0 10px;
}
.ind_box7.index dd .con .tt{
	color: #444;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}
.ind_box7.index dd .con .text{
	font-size: 12px;
	color: #555555;
}
/*about*/
.ind_box1.about{
	padding: 20px 0 50px;
}
.title2{
	position: relative;
	padding-left: 12px;
}
.title2:before{
	position: absolute;
	content: "";
	width: 4px;
	height: 29px;
	background: url(../images/icon1.png)no-repeat center center;
	background-size: cover;
	top: 7px;
	left: 0;
}
.title2 .tt{
	font-size: 30px;
}
.ind_box1.about .ind1_wrap{
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	line-height: 27px;
	text-align: justify;
}
.ind_box1.about .ind1_wrap img{
	float: left;
	max-width: 100%;
	margin: 0 30px 25px 0;
}
.ind_box2.about{
	height:447px;
	background: url(../images/about-img8.jpg)no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.ind_box2.about:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 2;
}
.ind_box2.about .wrapper{
	padding-top: 40px;
	position: relative;
	z-index: 3;
}
.ind_box2.about .title2:before{
	background: url(../images/icon5.png)no-repeat center center;
	background-size: cover;
}
.ind_box2.about .title2 .tt{
	color: #fff;
}
.ind_box2.about .ind2_l{
	float: left;
	width: 420px;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	padding: 40px 0 0 0;
	text-indent: 2em;
}
.ind_box2.about .ind2_r{
	float: left;
	width: calc(100% - 420px);
	padding: 20px 70px;
	position: relative;
}
.ind_box2.about .ind2_r .item{
	margin: 0 15px;
}
.ind_box2.about .ind2_r .about1_btn{
	color: #fff;
	position: absolute;
	top: 50%;
	font-size: 60px;
	margin-top: -30px;
}
.ind_box2.about .ind2_r .prev_btns{
	left: 15px;
	transform: rotate(-180deg);
	 -ms-transform:rotate(-180deg); /* IE 9 */
    -webkit-transform:rotate(-180deg); /* Safari and Chrome */
}
.ind_box2.about .ind2_r .next_btns{
	right: 15px;
}
.ind_box2.about .ind2_r .about1_btn:hover{
	color: #D40000;
}
.ind_box3.about{
	overflow: initial;
	margin-top: -90px;
	position: relative;
	z-index: 5;
}
.ind_box3.about .wrapper{
	overflow: hidden;
	background: #f3f3f3;
	padding: 40px 20px;
	
}
.ind_box3.about .wrapper dl{
	margin-top: 60px;
}
.ind_box3.about .wrapper dd{
	float: left;
	width: 20%;
	padding: 0 30px;
}
.ind_box3.about .wrapper dd img{
	max-width: 100%;
}
.ind_box3.about .wrapper dd .tt{
	color: #444;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
}
.ind_box3.about .wrapper dd .text{
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.about .owl-controls{
	display: none;
}
.ind_box4.about{
	padding: 50px 0;
} 
.ind_box4.about .ind4_wrap{
	margin-top: 30px;
	overflow: hidden;
}
.ind_box4.about .ind4_l,.ind_box4.about .ind4_r{
	width: 50%;
	height: 403px;
}
.ind_box4.about img{
	max-width: 100%;
}
.ind_box4.about .ind4_r .items{
	float: left;
	width: 296px;
	height: 199px;
	margin: 0 0 4px 4px;
	color: #fff;

}
.ind_box4.about .ind4_r .items:nth-child(1){
	background: #D40000;
	padding: 15px;
}
.ind_box4.about .ind4_r .items:nth-child(4){
	background: #444444;
	padding: 15px;
}
.ind_box4.about .ind4_r .items .tt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ind_box4.about .ind4_r .items .text{
	font-size: 14px;
	line-height: 22px;
}
.ind_box5.about {
	position: relative;
	overflow: hidden;
}
.ind_box5.about .ind5_bg{
	position: relative;
	z-index: 0;
}
.ind_box5.about .ind5_bg .ind5_l,.ind_box5.about .ind5_bg .ind5_r{
	width: 50%;
	position: relative;
}
.ind_box5.about .ind5_bg img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box5.about .ind5_bg .ind5_l:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	top: 0;
	left: 0;
}
.ind_box5.about .wrapper{
	position: absolute;
	z-index: 1;
	overflow: hidden;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	 -ms-transform:translateX(-50%);/* IE 9 */
    -webkit-transform:translateX(-50%);/* Safari and Chrome */
}
.ind_box5.about .wrapper .items{
	width: 50%;
	color: #fff;
	padding: 30px 50px 0 15px;
	position: relative;
	top: 50%;
}
.ind_box5.about .title2 .tt{
	color: #fff;
}
.ind_box5.about .title2:before{
	background: url(../images/icon5.png)no-repeat center center;
    background-size: cover;
}
.ind_box5.about .ind5_wrap{
	margin-top: 20px;
	line-height: 25px;
	font-size: 14px;
}
.ind_box5.about .wrapper .items .about2_btn,.about3_btn{
	position: absolute;
    top: 40px;
    right: 50px;
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 20px;
    z-index: 11;
}
.ind_box5.about .wrapper .items .about2_btn i{
	color: #fff;
}
.ind_box5.about .wrapper .items .about2_btn.prev_btn ,.about3_btn.prev_btns1 {
    right: 80px;
    transform: rotate(-180deg);
    -ms-transform:rotate(-180deg); /* IE 9 */
    -webkit-transform:rotate(-180deg); /* Safari and Chrome */
    line-height: 17px;
}
.ind_box5.about .wrapper .items .about2_btn:hover{
	border-color: #D40000;
}
.ind_box5.about .wrapper .items .about2_btn:hover i{
	color: #D40000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box6.about {
	padding: 50px 0;
	overflow: initial;
}
.ind_box6.about .ind6_t{
	position: relative;
	margin-top: 50px;
	padding-bottom: 50px;
}
.ind_box6.about .ind6_t:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #c7c7c7;
	top: 38px;
}
.ind_box6.about .ind6_t .tab_box a{
	/*float: left;*/
	/*width: 7.14%;*/
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #2d2d2d;
}


.tab_box_lunbo_box .owl-wrapper {
    box-sizing: border-box;
    padding-top: 30px;
}

.tab_box_lunbo_box .owl-item:nth-child(even) .item a {
    margin-top: -21px;
}




.ind_box6.about .ind6_t .tab_box a span.circle{
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #d9d9d9;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box6.about .ind6_t .tab_box a span.circle:after{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #6a6a6a;
	top: 2px;
	left: 2px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box6.about .ind6_t .tab_box a:nth-child(2n){
	margin-top: -20px;
}
.ind_box6.about .ind6_t .tab_box a:hover span.circle,.ind_box6.about .ind6_t .tab_box a.hover span.circle{
	background: #f0a5a5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box6.about .ind6_t .tab_box a:hover span.circle:after,.ind_box6.about .ind6_t .tab_box a.hover span.circle:after{
	background: #d91f1f;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box6.about .ind6_t .tab_box a:hover,.ind_box6.about .ind6_t .tab_box a.hover{
	color: #D40000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box6.about .ind6_b{
	margin-top: 40px;
	overflow: initial;
}
.ind_box6.about .ind6_b .wrapper{
	overflow: hidden;
}
.ind_box6.about .ind6_b .ind6_b_l{
	width: 50%;
	padding-right: 20px;
}
.ind_box6.about .ind6_b .ind6_b_l img{
	max-width: 100%;
}
.ind_box6.about .ind6_b .ind6_b_r{
	width: 50%;
	padding: 25px 0px 0 45px;
}
.ind_box6.about .ind6_b .ind6_b_r .tt,.about_wap_scroll .ind6_b_r .tt{
	font-size: 30px;
	font-weight: bold;
	color: #D40000;
	margin-bottom: 30px;
}
.ind_box6.about .ind6_b .ind6_b_r .text,.about_wap_scroll .ind6_b_r .text{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.ind_box6.about .ind6_b .items{
	display: none;
}
.ind_box6.about .ind6_b .items.hover{
	display: block;
}

.about_wap_scroll .ind6_b_r {
	margin-top: 30px;
}
.wap_scrolls{
	position: relative;
	display: none;
	width: 90%;
	margin-left: 5%;
	margin-top: 40px;
}
.about3_btn{
	top: -35px;
	right: 0;
	border-color: #333;
}
.about3_btn.prev_btns1{
	right: 27px;
}
.about3_btn:hover{
	border-color: #D40000;
}
.about3_btn:hover i{
	color: #D40000;
}
/*contact*/

.ind_box1.contact{
	padding: 40px 0 60px 0;
}
.ind_box1.contact .ind1_wrap{
	overflow: hidden;
	padding: 70px 0 40px 0;
}
.ind_box1.contact dd{
	float: left;
	width: 20%;
	padding: 0 30px;
	text-align: center;
}
.ind_box1.contact dd .icon{
	display: inline-block;
	width: 132px;
	height: 132px;
	border-radius: 132px;
	background: #f3f3f3;
	text-align: center;
	line-height: 140px;
}
.ind_box1.contact dd .icon i{
	font-size: 50px;
	color: #D40000;
}
.ind_box1.contact dd .icon i.icon-chuanzhen{
	font-size: 53px;
}
.ind_box1.contact dd p:nth-child(2){
	color: #444444;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 10px;
}
.ind_box1.contact dd p{
	font-size: 14px;
	color: #666666;
	width: 100%;
	word-break: break-all; 
}
.ind_box2.contact{
	height: 510px;
	position: relative;
	background: url(../images/contact-img1.jpg)no-repeat center center;
	background-size: cover;
	padding: 40px 0;
	z-index: 0;
}
.ind_box2.contact:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 1;
}
.ind_box2.contact .wrapper{
	position: relative;
	z-index: 2;
}
.ind_box2.contact .title .tt,.ind_box2.contact .title .text{
	color: #fff;
}
.ind_box2.contact .title .line{
	background: url(../images/icon6.png)no-repeat center center;
	background-size: cover;
}
.ind_box3.contact .wrapper{
	padding: 40px 0 30px;
	overflow: hidden;
}
.ind_box3.contact #map{
	height: 500px;
}
/*faq-BOX*/
.faq_box {
	padding-bottom: 10px;
	border-radius: 15px;
	overflow: hidden;
}
.faq_box .faq_tt{
	height: 60px;
	line-height: 60px;
}
.faq_box .faq_tt .faq_tt_l{
	background: #00736b;
	color: #fff;
	text-align: center;
	height: 60px;
	width: 160px;
}
.faq_box .faq_tt .faq_tt_l span{
	font-size: 16px;
	margin-left: 5px;
}
.faq_box .faq_tt .faq_tt_r{
	width: calc(100% - 160px);
	background: #eeeeee;
	font-size: 14px;
	color: #666;
	padding-left: 20px;
}

.faq_list {
	clear: both;
	padding: 30px 60px 10px 30px;
	overflow: hidden;
}

.faq_list dd {
	height: auto;
	margin-bottom: 20px;
	float: left;
	width: 50%;
	margin-right: 0;
}

.faq_list dd:last-child {
	width: 100%;
}
.faq_list dd .tt{
	float: left;
	font-size: 14px;
	width: 90px;
	text-align: right;
	padding-top: 5px;
	margin-right: 10px;
	color: #fff;
}
.faq_list dd .tt .red {
	color: #f00;
	font-size: 18px;
	margin-right: 4px;
}
.faq_list dd .tt span{
	float: right;
}

.faq_inp,
.faq_area {
	float: left;
	width: calc(100% - 100px);
	height: 30px;
	font-size: 14px;
	color: #333;
	outline: none;
	border: none;
	border: 1px solid #e8e8e8;
	resize: none;
	padding-left: 10px;
}

.faq_inp::-webkit-input-placeholder,
.faq_area::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
	font-family: arial;
	line-height: 30px;
}

.faq_inp:focus,
.faq_area:focus {
	border-color: #00736b;
}

.doub .faq_inp {
	margin-bottom: 25px;
}

.faq_area {
	height: 125px;
	padding-top: 5px;
}
.faq_btnwrap{
	text-align: center;padding-left: 50px;
}
.faq_btn_box {
	display: inline-block;
	width: 170px;
	height: 35px;
	background: transparent;
	position: relative;
	margin-right: 10px;
	border-radius:4px;
	background: #D40000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.faq_btn_box:nth-child(1){
	background: #535353;
}
.faq_btn_box.gray {
	background: #595757;
	
}

.faq_btn {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 170px;
	height: 35px;
	border: none;
	background: none;
	cursor: pointer;
}

.faq_btn_text {
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	text-align: center;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.faq_btn_text i{
	font-size: 20px;
	float: left;
	margin: 1px 5px 0 44px;
}
.faq_btn_text span{
	float: left;
}
/*case*/
.title3 .tt{
	font-size: 30px;
}
.title3 .text{
	color: #666666;
	font-size: 14px;
	font-weight: normal;
}
.ind_box1.case{
	padding: 40px 0;
}
.ind_box1.case .ind1_t{
	margin: 40px 0 50px 0;
	overflow: hidden;
	position: relative;
}
.ind_box1.case .ind1_t img{
	max-width: 100%;
	display: block;
}
.ind_box1.case .ind1_t .con{
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,.5);
	width: 480px;
	height: 100%;
	padding: 75px 50px;
}
.ind_box1.case .ind1_t .con .tt a{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.ind_box1.case .ind1_t .con .date{
	margin: 15px 0;
	color: #cdcdcd;
	overflow: hidden;
	font-size: 14px;
}
.ind_box1.case .ind1_t .con .date i{
	margin-right: 3px;
	margin-top: 1px;
	font-size: 17px;
}
.ind_box1.case .ind1_t .con .line{
	width: 57px;
	height: 2px;
	background: #d91f1f;
	margin-bottom: 15px;
}
.ind_box1.case .ind1_t .con .text{
	color: #cdcdcd;
	font-size: 14px;
	line-height: 25px;
}
.ind_box1.case .ind1_t .con .detail{
	display: block;
	width: 97px;
	height: 25px;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	margin-top: 20px;
}
.ind_box1.case .ind1_t .con .detail:hover{
	background: #fff;
	color: #333;
}
.ind_box1.case .ind1_b{
	overflow: hidden;
	margin-top: 60px;
}
.ind_box1.case .ind1_b dl{
	overflow: hidden;
}
.ind_box1.case .ind1_b dd{
	width: 50%;
	float: left;
	padding: 0 20px;
	margin-bottom: 40px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.case .ind1_b dd .pic{
	width: 325px;
	height: 243px;
	overflow: hidden;
}
.ind_box1.case .ind1_b dd .pic img{
	max-width: 100%;
}
.ind_box1.case .ind1_b dd .con{
	width: calc(100% - 325px);
	height: 243px;
	border-right: 2px solid #d50808;
	padding: 20px;
	background: #F3F3F3;
}
.ind_box1.case .ind1_b dd .con .tt{
	color: #444;
	font-size: 16px;
	min-height: 42px;
	margin-bottom: 15px;
}
.ind_box1.case .ind1_b dd .con .date{
	color: #666;
	font-size: 12px;
	margin-bottom: 15px;
}
.ind_box1.case .ind1_b dd .con .text{
	color: #666;
	font-size: 12px;
	line-height: 20px;
	min-height: 60px;
}
.ind_box1.case .ind1_b dd .con .more{
	margin-top: 15px;
}
.ind_box1.case .ind1_b dd a{
	display: block;
	overflow: hidden;
}
.ind_box1.case .ind1_b dd:hover a{
	box-shadow: 4px 4px 10px #ddd;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
} 



/**page**/
/**page**/
.page{
	padding: 20px 0;
	text-align: center;
}
.page a{
	display: inline-block;
	padding: 0 8px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	font-size: 14px;
	color:#666;
	background: #e8e8e8;
	
}
.page a:hover ,.page a.hover{
	color: #fff;
	background: #d91f1f;
}
.page a.btnHover{
	padding: 0 15px;
}
/*case_det*/
.case_det_r{
	width: 390px;
	padding-top:10px;
}
.case_det_r .share{
	border-left: 2px solid #E5E5E5;
	padding-left: 10px;
}
.case_det_r .share span{
	font-size: 14px;
	color: #535353;
	margin-top: 5px;
	margin-right: 5px;
}
.case_det_r .share a{
	float: left;
	font-size: 30px;
	color: #d91f1f;
	margin-right: 15px;
}
.case_det_r .share a.icon-xinlangweibo{
	font-size: 32px;
	margin-top: -3px;
}
.case_det_r .share a.icon-90{
	font-size: 35px;
	margin-top: -5px;
}
.case_det_r .det_r_b .items{
	padding: 30px 0;
}
.case_det_r .det_r_b .items .tt{
	font-size: 24px;
	font-weight: bold;
	color: #444;
}
.case_det_r .det_r_b .items .date{
	margin: 10px 0;
	font-size: 14px;
}
.case_det_r .det_r_b .items .date i{
	font-size: 17px;
	margin-top: 1px;
	margin-right: 3px;
}
.case_det_r .det_r_b .items .text{
	font-size: 18px;
	font-weight: bold;
	color: #444;
	margin-top: 10px;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case_det_r .det_r_b .items:first-child{
	border-bottom: 1px solid #E5E5E5;
}
.case_det_r .det_r_b .items:hover .text{
	color: #D40000;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case_det_r .det_r_b{
	border: 10px solid #e8e8e8;
	padding: 0 20px;
	margin-top: 30px;
}
.case_det_l{
	width: calc(100% - 390px);
	padding: 0 30px 0 10px;
}
.ind_box1.case_det{
	overflow: initial;
	padding: 50px 0;
}
.ind_box1.case_det .wrapper{
	overflow: hidden;
}
.ind_box1.case_det .det_title{
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedfe1;
}
.ind_box1.case_det .det_title .tt{
	color: #444;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ind_box1.case_det .det_title .date{
	font-size: 14px;
	color: #666666;
}
.ind_box1.case_det .det_title .date i{
	font-size: 17px;
	margin: 1px 3px 0;
}
.ind_box1.case_det .content .imgs{
	margin-bottom: 20px;
}
.ind_box1.case_det .content .imgs img{
	max-width: 49%;
}
.ind_box1.case_det .content .imgs img:first-child{
	margin-right: 1%;
}
.ind_box1.case_det .content .con_wrap{
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	text-align: justify;
}
/*faq*/
.ind_box1.faq{
	padding: 40px 0;
}
.ind_box1.faq .ind1_wrap{
	overflow: hidden;
	padding: 25px 0;
}
.ind_box1.faq dl{
	float: left;
	width: 50%;
	padding: 0 20px;
	overflow: hidden;
}
.ind_box1.faq dd{
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 20px;
	border-top: 2px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
	background: #f3f3f3;
}

.ind_box1.faq dd .tt{
	color: #444444;
	font-size: 18px;
	cursor: pointer;
}
.ind_box1.faq dd .tt i{
	display: inline-block;
	margin-right: 10px;
	float: left;
	font-size: 14px;
	margin-top: 5px;
	font-weight: bold;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.faq dd .tt i.active{
	transform: rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Safari and Chrome */
    color: #D40000;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.faq dd .tt span{
	float: left;
}
.ind_box1.faq dd .text{
	padding-left: 25px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	padding-bottom: 10px;
	display: none;
}
/*news*/
.ind_box1.news{
	padding: 40px 0;
	overflow: initial;
}
.ind_box1.news .wrapper{
	overflow: hidden;
}
.ind_box1.news .ind1_l,.ind_box1.news .ind1_r{
	width: 50%;
}
.ind_box1.news .ind1_l{
	padding-right: 30px;
	
}
.ind_box1.news .ind1_l .ind1_l_wrap{
	position: relative;
}
.ind_box1.news .ind1_l img{
	width: 100%;
	display: block;
}
.ind_box1.news .ind1_l .con{
	position: absolute;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 15px 25px;
	background: rgba(0,0,0,.7);
	bottom: 0;
}
.ind_box1.news .ind1_r .date{
	width: 82px;
	height: 82px;
	background: #F3F3F3;
	color: #888;
	font-size: 14px;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.news .ind1_r li{
	margin-bottom: 16px;
}
.ind_box1.news .ind1_r .date p:first-child{
	font-size: 48px;
	
}
.ind_box1.news .ind1_r .date p:nth-child(2){
	margin-top: -10px;
}
.ind_box1.news .ind1_r li .con{
	float: left;
	width: calc(100% - 82px);
	padding-left: 15px;
	padding-top: 3px;
}
.ind_box1.news .ind1_r li .con .tt{
	color: #444;
	font-size: 18px;
	margin-bottom: 8px;
}
.ind_box1.news .ind1_r li .con .text{
	font-size: 14px;
	color: #888;
	line-height: 20px;
}
.ind_box1.news .ind1_r li:hover .date{
	background: #D40000;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.news .ind1_r li:hover .tt{
	color: #D40000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.news2_t{
	overflow: hidden;
	width: 100%;
	height: 68px;
	line-height: 68px;
	background: #ececec;
}
.news2_t a{
	display: block;
	float: left;
	width: 180px;
	height: 68px;
	text-align: center;
	line-height: 68px;
	font-size: 18px;
	
	color: #444444;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news2_t a span{
	font-weight: bold;
}
.news2_t a i{
	font-size: 22px;
	margin-right: 3px;
	
}
.news2_t a.active{
	background: #666666;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news2_b .news_list{
	display: none;
}
.news2_b .news_list:first-child{
	display: block;
}
.ind_box2.news .news2_b{
	padding: 30px 0px;
	overflow: hidden;
}
.ind_box2.news dd{
	padding: 40px 30px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #f7f7f7;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.news dd .date{
	font-family: arial;
	font-size: 14px;
	color: #444444;
}
.ind_box2.news dd .con{
	width: calc(100% - 97px);
	padding-right: 220px;
}
.ind_box2.news dd .con .tt{
	color: #444;
	font-size: 18px;
	margin-bottom: 10px;
}
.ind_box2.news dd .con .text{
	color: #888;
	font-size: 14px;
	line-height: 22px;
}
.ind_box2.news dd .news_r{
	float: right;
	width: 97px;
}
.ind_box2.news dd .news_r .date{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin: 20px 0 15px 0;
}
.ind_box2.news dd .news_r .detail{
	width: 97px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	color: #888888;
	font-size: 14px;
	border: 1px solid #8f8f8f;
	border-radius: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.news dd:hover {
	box-shadow: 4px 4px 10px #ddd;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.news dd:hover .detail{
	background: #666666;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro_cover{
	padding: 40px 0;
	overflow: initial;
}
.ind_box1.pro_cover .title{
	overflow: hidden;
}
.ind_box1.pro_cover .ind1_wrap{
	margin-top: 40px;
	overflow: hidden;
}
.ind_box1.pro_cover dd{
	float: left;
	width: 380px;
	margin-right: 30px;
	background: #f3f3f3;
	padding: 20px;
	margin-bottom: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro_cover dd:nth-child(3n){
	margin-right: 0;
}
.ind_box1.pro_cover dd .pic img{
	display: block;
}
.ind_box1.pro_cover dd .con{
	padding: 25px 0 0 0;
}
.ind_box1.pro_cover dd .con .tt{
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	position: relative;
	padding-left: 12px;
	margin-bottom: 10px;
}
.ind_box1.pro_cover dd .con .tt:before{
	position: absolute;
	content: "";
	width: 4px;
	height: 19px;
	background: #d91f1f;
	left: 0;
	top: 2px;
}
.ind_box1.pro_cover dd .con .text{
	font-size: 14px;
	color: #666;
	line-height: 22px;
  height:44px;
}
.ind_box1.pro_cover dd .detail{
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro_cover dd span{
	display: inline-block;
	width: 97px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #888888;
	font-size: 14px;
	color: #888888;
	margin-top: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro_cover dd:hover{
	box-shadow: 4px 4px 10px #d5d5d5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro_cover dd:hover .detail span{
	background: #d91f1f;
	color: #fff;
	border-color: transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro_list{
	padding: 40px 0;
}
.ind_box1.pro_list .ind1_wrap{
	margin-top: 40px;
	overflow: hidden;
}
.ind_box1.pro_list dl{
	overflow: hidden;
    display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.ind_box1.pro_list dd{
	width: 290px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	background: #f7f7f7;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro_list dd:nth-child(4n){
	margin-right: 0;
}
.ind_box1.pro_list dd .pic{
	padding: 0;
}
.ind_box1.pro_list dd .con{
	margin-top: 40px;
	text-align: center;
	border-top: 1px solid #E5E5E5;
	padding: 15px 20px;
}
.ind_box1.pro_list dd .con .tt{
	color: #444;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.ind_box1.pro_list dd .con .detail{
	text-align: center;
}
.ind_box1.pro_list dd .con .detail span{
	display: inline-block;
	width: 93px;
	height: 23px;
	border: 1px solid #C6C6C6;
	border-radius: 4px;
	text-align: center;
	line-height: 21px;
	font-size: 12px;
	color: #666666;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro_list dd:hover{
	box-shadow: 4px 4px 10px #E5E5E5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro_list dd:hover .detail span{
	color: #d91f1f;
	border-color: #d91f1f;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro_det{
	padding: 20px 0 40px 0;
	overflow: initial;
}
.ind_box1.pro_det .wrapper{
	/*overflow: hidden;*/
}
/*^^^datu start^^^^*/
.big_pic_show {
	width: 570px;
	height: 100%;
	z-index: 1;
}
.bigpic {
	width: 570px;
	height:412px;
	overflow: hidden;
}
.bigpic a {
	display: block;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	border: solid 1px #ddd;
	width: 570px !important;
	height:412px !important;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	width: 88px !important;
	height: 88px !important;
	background:url(../images/float_layer.png) repeat center center;
	cursor:move;
	z-index: 99;
}
.bigimg{
	width:800px;
	height: auto;
}
.moveBox{
	width:480px;
	height:112px;
	margin:0 auto;
	position:relative;
	overflow: hidden;
	display: none;
}

/*^^^^datu end^^^^*/

.ind_box1.pro_det .pro_det_wap_scroll{
	display: none;
}
.p_det_inf{
	float: left;
	width: calc(100% - 570px);
	padding: 10px 30px 0 60px;
}
.p_det_inf_tt{
	font-size: 24px;
	font-weight: bold;
	color: #535353;
	padding-right: 100px;
	line-height: 40px;
}
.p_det_inf_text{
	margin-top: 10px;
	font-size: 14px;
	color: #535353;
	line-height: 30px;
}

.p_det_inf .con{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	margin-top: 10px;
}
.p_det_inf .con .tt{
	font-weight: bold;
}
.p_det_btn{
	padding: 20px 0 15px;
	margin-top: 20px;
}

.p_det_btn a{
	display: inline-block;
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	float: left;
	border-radius: 4px;
	margin-right: 15px;
    margin-bottom:5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.p_det_btn a i{
	float: left;
	margin-right: 8px;
	margin-left: 33px;
	font-size: 20px;
	margin-top: 1px;
}
.p_det_btn a:nth-child(2) i{
	font-size: 25px;
	margin-left: 50px;
}

.p_det_btn a span{
	float: left;
	margin-top: 0px;
}
.p_det_btn a:nth-child(1){
	background: #333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.p_det_btn a:nth-child(2){
    margin-right:0;
	background: #d91f1f;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.p_det_btn a:hover{
	transform: translateY(-2px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.p_det_share{
	margin-top: 0px;
}
.p_det_share .share span{
	font-size: 14px;
	color: #535353;
	margin-top: 5px;
	margin-right: 5px;
}
.p_det_share .share a{
	float: left;
	font-size: 30px;
	color: #d91f1f;
	margin-right: 12px;
}
.p_det_share .share a.icon-xinlangweibo{
	font-size: 32px;
	margin-top: -3px;
}
.p_det_share .share a.icon-90{
	font-size: 35px;
	margin-top: -5px;
}
.p_det_share .share a:hover{
	transform: translateY(-3px);
	-ms-transform: translateY(-3px); /* IE 9 */
    -webkit-transform: translateY(-3px); /* Safari and Chrome */
}
.pro_det_b{
	margin-top: 40px;
}
.pro_det_b .tab_box{
	width: 100%;
	height: 68px;
	line-height: 68px;
	background: #ececec;
}
.pro_det_b .tab_box a{
	display: block;
    float: left;
    width:20%;
    height: 68px;
    text-align: center;
    line-height: 68px;
    font-size: 18px;
    color: #444444;
    padding: 0 66px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_b .tab_box a i {
    font-size: 24px;
    margin-right: 10px;
    float: left;
    margin-top: 2px;
}
.pro_det_b .tab_box a span {
    font-weight: bold;
    float: left;                               
}
.pro_det_b .tab_box a.active{
	background: #535353;
	color: #fff;
}
.pro_det_b .tab_box a i.icon-dituzuzhijiagou{
	font-size: 26px;
}
.pro_det_b .tab_box a i.icon-kehucanshupeizhi{
	font-size: 27px;
}
.pro_det_b .tab_box a:nth-child(4){
	padding: 0 65px;
}
.pro_dec{
	padding-top: 40px;
	overflow: hidden;
}
.pro_dec .title .tt{
	color: #444;
	font-size: 18px;
}
.pro_dec .title .line{
	margin-top: 10px;
	margin-bottom: 20px;
}
.pro_dec .con{
	padding: 20px 0 20px 20px;
	overflow: hidden;
}
.pro_dec .con_l,.pro_dec .con_r{
	width: 50%;
	float: left;
	padding: 0 9px;
}
.pro_dec .con_l{
	padding: 0 30px 0 0px;
	text-align: justify;
}

.pro_dec .con .tt{
	color: #444;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.pro_dec .con .text{
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.pro_dec_item,.pro_dec_item .wrapper{
	overflow: hidden;
}
#det1 .pro_dec_item:nth-child(2){
	background: #f3f3f3;
}
.pro_dec_item .imgs{
	margin-top: 20px;
}
.pro_dec .con_r .imgs{
	margin-top: 0;
}
.pro_dec_item .imgs img{
	max-width: 31%;
	margin-right: 2%;
}
.pro_dec .con_r img{
	display: inline-block;
	max-width: 49%;
	margin-right: 0;
}
#det2 .con_r{
	width: 45%;
	
}
#det2 .con_r img,#det2 .con_l img{
	max-width: 100%;
}
#det2 .con_l{
	width: 55%;
}
#det3{
	background: #f3f3f3;
	padding-top: 20px;
}
#det3 .con_l{
	padding-right: 0;
}
.pro_det_b_tabs_clm{
	padding: 0 100px;
}
.pro_det_b_tabs_clm .pro-table table{
   width:100%!important;
}
.pro_det_b_tabs_clm .pro-table table tr td{
	color: #666;
	font-size: 13px;
	padding: 8px 10px;
	border: 1px solid #ddd;
	text-align: center;
}
.pro_dec dd{
	width: 50%;
	float: left;
	padding: 0 15px;
}
.pro_dec dd .pic{
	float: left;
}
.pro_dec dd .dd_con{
	float: left;
	width: calc(100% - 325px);
	padding: 20px 15px;
	background: #f3f3f3;
	height: 243px;
	border-right: 2px solid #d50808;
}
.pro_dec dd .dd_con .tt{
	color: #444444;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.pro_dec dd .dd_con .date{
	margin-bottom: 5px;
	font-size: 12px;
}
.pro_dec dd .dd_con .text{
	font-size: 12px;
	color: #666666;
	line-height: 22px;
}
.ind_box1.pro_det .tab_box.fixed {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 999;
}
.ind_box2.pro_det .title2:before,.ind_box3.pro_det .title2:before{
	width: 5px;
	height: 20px;
	background: url(../images/icon7.png)no-repeat center center;
	background-size: cover;
	top: 2px;
}
.ind_box2.pro_det {
	background: #f3f3f3;
	padding-top: 20px;
	overflow: hidden;
}
.ind_box2.pro_det .title2 .tt,.ind_box3.pro_det .title2 .tt{
	font-size: 18px;
	overflow: hidden;
}
.ind_box2.pro_det .faq_list dd .tt{
	color: #888;
}
.ind_box2.pro_det .title2 .tt p:first-child{
	width: 75px;
	float: left;
	
}
.ind_box2.pro_det .title2 .tt p:nth-child(2){
	float: left;
	margin-top: 5px;
	font-size: 14px;
	color: #777;
	margin-left: 15px;font-weight: normal;
}
.ind_box3.pro_det{
	padding: 30px 0;
}
.ind_box3.pro_det .item{
	/*width: 290px;*/
	background: #f7f7f7;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3.pro_det .item .pic{
	padding: 60px 60px 0 60px;
}
.ind_box3.pro_det .item .con{
	margin-top: 40px;
	padding: 15px 20px;
	border-top: 1px solid #e5e5e5;
}
.ind_box3.pro_det .item .con .tt{
	font-size: 16px;
	font-weight: bold;
	color: #444;
	margin-bottom: 10px;
}
.ind_box3.pro_det .item .con .detail{
	width: 93px;
	height: 23px;
	text-align: center;
	line-height: 21px;
	margin: auto;
	border: 1px solid #c3c3c3;
	border-radius: 4px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3.pro_det .pro_det_scroll{
	margin-top: 25px;
	padding-bottom: 10px;
}
.ind_box3.pro_det .item:hover{
	box-shadow: 4px 4px 10px #E5E5E5;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3.pro_det .owl-wrapper-outer{
	padding-bottom: 10px;
}
.ind_box3.pro_det .item:hover .detail{
	color: #D40000;
	border-color: #D40000;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3.pro_det .controls{
	margin-right: 0px;
	margin-top: 5px;
}
.pro_det_btn{
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #666666;
	text-align: center;
	line-height: 15px;
	float: left;transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_btn i{
	color: #666;
	font-size: 12px;transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_btn.prev_btns{
	line-height: 12px;
	margin-right: 5px;
	transform: rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
}
.pro_det_btn:hover{
	border-color: #D40000;transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_btn:hover i{
	color: #D40000;transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3.pro_det .owl-controls{
	display: none;
}
.load_more{
	margin-top: 30px;
}
.load_more i{
	font-size: 30px;
	color: #c3c3c3;
}
.ind_box1.service{
	padding: 40px 0 100px;
	
}
.ind_box1.service .wrapper{
	overflow: hidden;
}
.ind_box1.service .item{
	width: 218px;
	height: 218px;
	border-radius: 218px;
	background: #f3f3f3;
	float: left;
	padding-top: 55px;
	text-align: center;
	margin-right: 125px;transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.service .item:hover{
	background: #D40000;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.service .item:hover p:nth-child(1),.ind_box1.service .item:hover p:nth-child(2),.ind_box1.service .item:hover p span{
	color: #fff;transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.service .item p:nth-child(1){
	color: #666;
	font-size: 16px;transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.service .item p:nth-child(2){
	color: #666;
	font-size: 14px;transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.service .item p span{
	font-size: 60px;
	font-weight: bold;
	color: #d40000;transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.service .item:nth-child(3){
	margin-right: 0;
}
.ind_box1.service .wrapper{
	padding: 0 148px;
	overflow: hidden;
}
.ind_box1.service .ind1_wrap{
	margin-top: 60px;
}
.ind_box2.service{
	width: 100%;
	height: 587px;
	background: url(../images/ser-img6.jpg)no-repeat center center;
	background-size: cover;
	position: relative;
}
.ind_box2.service .ind2_l{
	width: 50%;
	height: 100%;
	background: rgba(57,57,57,.7);
	padding: 50px 0;
}

.ind_box2.service .wrapper{
	position: absolute;
	left: 50%;
	height: 100%;
	overflow: hidden;
	transform: translateX(-50%);
	z-index: 0;
}
.ind_box2.service .ind2_wrap_l{
	width: 50%;
	padding: 50px 0;
}
.service .title2:before{
	width: 5px;
	height: 19px;
	background: url(../images/icon3.png)no-repeat center center;
    background-size: cover;
    top: 3px;
}
.service .title2 .tt{
	font-size: 18px;
	color: #fff;
	margin-bottom: 8px;
}
.service .title2 .text{
	font-size: 14px;
	font-weight: normal;
}
.ind_box2.service .items:after{
	height: 156px;
	width: 0;
	background: rgba(202,202,202,.5);
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	left: -360px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2.service .items{
	width: 600px;
	height: 156px;
	float: right;
	padding: 35px 30px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.ind_box2.service .items:hover:after{
	width: 1150px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3.service {
	padding: 40px 0;
	
	background: #f3f3f3;
}
.ind_box3.service .wrapper{
	overflow: hidden;
}
.ind_box3.service .title3 .text{
	line-height: 22px;
}
.ind_box3.service .ind3_wrap{
	margin-top: 40px;
}
.ind_box3.service .item{
	width: 380px;
	/*height: 460px;*/
	float: left;
	margin-right: 30px;
	border: 1px solid #c3c3c3;
	padding: 20px 15px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3.service .item img{
	max-width: 100%;
}
.ind_box3.service .item:nth-child(3){
	margin-right: 0;
}
.ind_box3.service .item .con{
	margin-top: 12px;
}
.ind_box3.service .item .con .tt{
	position: relative;
	font-size: 18px;
	color: #444444;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 10px;
}
.ind_box3.service .item .con .tt:before{
	width: 3px;
	height: 18px;
	background: #d91f1f;
	left: 0;
	content: "";
	top: 4px;
	position: absolute;
}
.ind_box3.service .item .con .text{
	color: #666;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}
.ind_box3.service .item:hover{
	box-shadow: 4px 4px 10px #ddd;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box4.service {
	padding: 40px 0 0;
	
}
.ind_box4.service .ind4_wrap{
	margin-top: 40px;
	overflow: hidden;
	padding-bottom: 80px;
	position: relative;
}
.ind_box4.service dd{
	float: left;
	width: 50%;
	padding: 10px;
}

.ind_box4.service dd .dd_wrap{
	background: #f3f3f3;
	height: 140px;
	padding: 20px;
}
.ind_box4.service dd .tt{
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ind_box4.service dd .text{
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.ind_box4.service .ind4_wrap .icon-zhankai{
	position: absolute;
	bottom: 20px;
	left: 50%;
	font-size: 40px;
	margin-left: -20px;
	color: #c6c6c6;
}
.ind_box4.service .ind4_wrap dl{
	display: none;
}
.ind_box4.service .ind4_wrap dl:first-child{
	display: block;
}
.ind_box2.pro_det.ser{
	background: #fff;
}
.ind_box1.solu .item i{
	font-size: 60px;
	
}
.ind_box1.solu .item:first-child {
	padding-top: 65px;
}
.ind_box1.solu .item:first-child i{
	font-size: 73px;
}
.ind_box1.solu .item:nth-child(3) i{
	font-size: 76px;
}
.ind_box1.solu .item:nth-child(2){
	padding-top: 70px;
}
.ind_box1.solu .item:nth-child(2) p:nth-child(2){
	margin-top: 5px;
}
.ind_box1.solu .item_list{
	overflow: hidden;
	margin-bottom: 45px;
	padding: 0 148px;
}
.ind_box1.service.solu{
	padding-bottom: 5px;
}
.ind_box1.service.solu .wrapper{
	padding: 0;
}
.ind_box2.solu {
	padding-bottom: 40px;
	
}
.ind_box2.solu .wrapper{
	overflow: hidden;
}
.ind_box2.solu .cons{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	padding: 0 20px;
}
.ind_box2.solu .ind2_b ,.ind_box2.solu .ind2_b .ind2_b_wrap{
	overflow: hidden;
}
.ind_box2.solu .ind2_b .tip{
	width: 100%;
	height: 15px;
	background: url(../images/icon8.png)no-repeat center center;
	background-size: cover;
	margin: 20px 0 30px ;
}
.ind_box2.solu .ind2_b_l{
	width: 196px;
	height: 308px;
	margin-right: 10px;
	float: left;
	background: url(../images/solution-img3.jpg)no-repeat center center;
	background-size: cover;
}
.ind_box2.solu .ind2_b_l .tt{
	font-size: 30px;
	color: #fefefe;
	width: 30px;
	line-height: 32px;
	margin: auto;
	padding: 50px 0;
}
.ind_box2.solu .ind2_b_r{
	float: left;
	width: calc(100% - 206px);
}
.ind_box2.solu .ind2_b_r .item{
	/*width: 240px;*/
	/*height: 308px;*/
	background: #f7f7f7;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2.solu .ind2_b_r .owl-controls{
	display: none;
}
.ind_box2.solu .ind2_b_r .item .pic{
	/*height: 235px;*/
	box-sizing: box-sizing;
	padding: 20px 20px 20px 20px;
	border-bottom: 1px solid #dbdbdb;
}
.ind_box2.solu .ind2_b_r .item .con{
	padding: 0 10px 15px;
}
.ind_box2.solu .ind2_b_r .item .tt{
	text-align: center;
	color: #444;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}
.ind_box2.solu .ind2_b_r .item .detail{
	width: 77px;
	height: 19px;
	line-height: 17px;
	font-size: 12px;
	color: #666;
	text-align: center;
	border: 1px solid #888;
	margin: auto;
	border-radius: 2px;
}
.ind_box2.solu .ind2_b_l .con{
	padding: 20px 56px 0 56px;
	border-top: 2px solid #fff;
	overflow: hidden;
}
.solu_btn{
	display: inline-block;
	width: 37px;
	height: 37px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 35px;
	float: left;
	margin-right: 5px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.solu_btn i{
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.solu_btn.prev_btns{
	transform: rotate(180deg);
	line-height: 32px;
	
}
.solu_btn:hover{
	border-color: #D40000;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.solu_btn:hover i{
	color: #D40000;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2.solu .ind2_b_r .item:hover{
	box-shadow: 4px 4px 4px #E8E8E8;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2.solu .ind2_b_r .owl-wrapper-outer{
	padding-bottom: 5px;
}
.ind_box3.solu{
	padding: 30px 0 40px;
	background: #f3f3f3;
	
}
.ind_box3.solu .ind3_wrap{
	height: 322px;
	background: url(../images/solution-img1.jpg)no-repeat center center;
	background-size: cover;
	margin: 90px 0 60px;
	
}
.ind_box3.solu .ind3_l,.ind_box3.solu .ind3_r{
	width: 50%;
	
}
.ind_box3.solu .ind3_l{
	padding: 40px 50px 0 15px;
	position: relative;
}
.ind_box3.solu .ind3_l .tt{
	position: relative;
	padding-left: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.ind_box3.solu .ind3_l .tt:before{
	width: 4px;
	height: 18px;
	content: "";
	position:absolute;
	top: 4px;
	left: 0;
	background: #D40000;
}
.ind_box3.solu .ind3_l .text{
	color: #cecece;
	font-size: 14px;
	line-height: 25px;
	margin-top: 15px;
	text-align: justify;
}
.ind_box3.solu .ind3_r{
	margin-top: -38px;
	margin-left: -3px;
}
.ind_box3.solu .ind3_r .item{
	width: 570px;
}
.ind_box3.solu .ind3_r .owl-controls{
	display: none;
}
.ind_box3.solu .solu_btn{
	position: absolute;
	bottom: -30px;
	right: 45px;
}
.ind_box3.solu .solu_btn.prev_btns{
	right: 90px;
}
.ind_box3.service.solution{
	background: #fff;
}
.ind_box3.service.solution .item{
	/*height: 430px;*/
	background: #F3F3F3;
}
.friend_chain {
	position:absolute;
    left:0;
    bottom:15px;
  font-size:12px;
  color:#919191;
  width:75%;
}
.friend_chain a{
  color:#919191;
  float:left;
  margin: 0 5px;
}
.friend_chain a:hover{
  color:#fff;
  text-decoration:underline;
}





.pro_li_tags_list {
    padding-top: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_li_tags_list a {
    display: block;
    font-size: 16px;
    color: #444444;
    height: 46px;
    line-height: 44px;
    padding: 0 30px;
    border: 1px solid #666666;
    border-radius: 6px;
    margin: 0 15px 20px;
}

.pro_li_tags_list a:hover {
    background: #D40000;
    border-color: #D40000;
    color: #ffffff;
}

.pro_li_tags_list a.hover {
    background: #D40000;
    border-color: #D40000;
    color: #ffffff;
}










