@charset "utf-8";



.header_top{
    height: 44px;
    background: #de4629;
    position: relative;
    z-index: 99;
}
.header_top .flex{
    justify-content: flex-end;
    align-items: center;
    height: 44px;
    color:#fff;
    font-size:16px;
}
.header_top p{
    margin-right: 20px;
}
.header_top p i{
    margin-right: 10px;
}
.header_top a{
    color:#fff;
    display: block;
    position: relative;
    padding:0 17px;
}
.header_top a.cn:after{
    display: block;
    content:'';
    width: 1px;
    height: 12px;
    background: #f5c8bf;
    position: absolute;
    right: 0;
    top: 8px;
}

#header {
	width: 100%;
	z-index: 99999;
	transition: all .3s;
}

.header_wrap {
	height:96px;
	position: relative;
	z-index: 999;
}
.header_wrap .header_flex{
    height: 96px;
    align-items: center;
}
.logo {
	flex: 1;
}
.logo img {
	height:61px;
}
.nav_pc{
    transition:all .3s;
}

.nav_pc li {
	position: relative;
	flex:1;
}

.nav_pc li>a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	color: #333;
	text-align: center;
	font-weight: bold;
	z-index: 5;
	padding: 0 27px;
	white-space: nowrap;
	line-height: 96px;
}

.nav_pc li.cur>a,.nav_pc li a:hover{
    color:#de4629;
}

.nav_pc li .sub_nav {
	position: absolute;
	left: 0;
	/*width:calc(100% + 50px);*/
	background-color: #de4629;
	transition: all 300ms;
	top:40px;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
}
.nav_pc li:hover .sub_nav {
	top:96px;
	opacity: 1;
	visibility: visible;
}

.nav_pc li .sub_nav a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 12px 20px;
	border-bottom: 1px solid rgba(255,255,255,.05);
}

.nav_pc li .sub_nav a:hover {
	background: rgba(0,0,0,.1);
}
.top_right_btn{
    display: none;
}
.top_right_btn a{
    display: block;
    margin-left: 50px;
    color:#333;
}
.top_right_btn a i{
    font-size:18px;
}

#header.header_on .header_wrap{
    height: 60px;
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 99998;
    box-shadow: 0 3px 10px rgba(0,0,0,.06);
}
#header.header_on .header_wrap .header_flex{
    height: 60px;
}
#header.header_on .header_wrap .header_flex .logo img{
    height: 40px;
}
#header.header_on .nav_pc li>a{
    line-height: 60px;
}
#header.header_on .nav_pc li:hover .sub_nav{
    top: 60px;
}
.fixed_search{
	padding:120px 0;
	position: fixed;
	top: -100%;
	left: 0;
	background: #fff;
	width: 100%;
	text-align: center;
	transition: all .4s;
}
.fixed_search.on{
    top: 60px;
}
.fixed_search .key{
    height: 47px;
    background:#fff;
    border:none;
    outline: none;
    position: relative;
    padding: 0 15px;
    width:750px;
    color:#666;
    font-size:16px;
    border:2px solid #de4629;
}
.fixed_search .key::placeholder{
   color:#666;
   font-weight: 300;
}
.fixed_search button{
    position: relative;
    right:55px;
    top:3px;
    border: none;
    outline: none;
    width: 50px;
    height:47px;
    background: none;
}
.fixed_search button i{
	font-size: 22px;
	color: #de4629;
	cursor: pointer;
}
.fixed_search .close{
    position: absolute;
    right: 10%;
    top: 130px;
}
.fixed_search .close i{
    font-size:24px;
}

.nav_pc_on{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.pc_none{
    display: none;
}

.phone_top_nav {
	display: none;
}

.phone_top_nav .sub_nav_phone {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.phone_top_nav .sub_nav_phone a {
	display: inline-block;
	font-size: 14px;
	margin-right: 20px;
	color: #333;
}

.header_icon {
	justify-content: flex-end;
}

.header_icon .ico {
	font-size: 14px;
	color: #000;
	line-height: 85px;
	margin-right: 15px;
}

.header_icon .ico a {
	color: #000;
}

.header_icon .ico i {
	background: #114c97;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	margin-right: 7px;
}

.phone_menu_btn {
	font-size: 16px;
	color: #000;
	display: none;
}

.phone_menu_btn .line {
	position: relative;
	display: block;
	width: 19px;
	height: 2px;
	margin: 4px 0;
	background: #333;
	-webkit-transition: .3s;
	transition: .3s;
}
.phone_menu_btn span {
	position: absolute;
	left: 32px;
	top: 2px;
}

.phone_top_nav {
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: #fff;
	height: 100%;
	border-top: 1px solid #ccc;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	padding: 60px 30px 80px;
	transition: .5s;
	transform: translateY(-100%);
}

.phone_top_nav li>a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #5a5657;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

.phone_top_nav .sub_nav {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.phone_top_nav .sub_nav a {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	color: #333;
}

.header_active .line:nth-of-type(1) {
	-webkit-transform: translateY(5.5px) rotate(-45deg);
	-ms-transform: translateY(5.5px) rotate(-45deg);
	transform: translateY(5.5px) rotate(-45deg);
}

.header_active .line:nth-of-type(2) {
	opacity: 0;
}

.header_active .line:nth-of-type(3) {
	-webkit-transform: translateY(-6.5px) rotate(45deg);
	-ms-transform: translateY(-6.5px) rotate(45deg);
	transform: translateY(-6.5px) rotate(45deg);
}

.header_active .phone_top_nav {
	transform: translateY(0);
}


/* phone_fixed_menu */

.phone_fixed_menu {
	border-top: 1px solid #E5E9F2;
	width: 100%;
	height: 55px;
	background: #fff;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	left: 0;
	display: none;
}

.phone_fixed_menu ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 55px;
	line-height: 1.2;
}

.phone_fixed_menu ul li a {
	display: block;
}

.phone_fixed_menu ul li i {
	font-size: 20px;
	color: #333;
}

.phone_fixed_menu ul li p {
	color: #333;
	font-size: 14px;
}

/* banner */

.banner{
    margin-top: 2px;
}
.banner .item a{
    display: block;
    position: relative;
}
.banner_txt{
    top: 50%;
    transform: translateY(-50%);
	position: absolute;
	background: rgba(16,39,71,.9);
	padding: 55px;
}
.banner_txt h4{
    font-size:60px;
    color:#fff;
    font-weight:600;
}
.banner_txt h4 span{
    color:#de4629;
}
.banner_txt p{
    color:#fff;
    font-size:36px;
    font-family: Impact;
    text-transform: uppercase;
}
.banner .item .img img {
	width: 100%;
}
.banner .item .video{
    position: relative;
    display: block;
}
.banner .item .video:before{
    background: url(../images/banner_bg.png) repeat center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    content:'';
}
.banner .item .video video{
    width: 100%;
    display: block;
}
.banner .owl-pagination {
	position: absolute;
	transform: translateY(-60%);
	right:110px;
	height: 100%;
}

.banner .owl-pagination>div {
	display:block;
	width: 7px;
	height: 7px;
	background: rgba(255,255,255,.9);
	border-radius: 50%;
	text-indent: -9999px;
	margin: 15px 0;
	border: 1px solid rgba(255,255,255,.9);
	position: relative;
}

.banner .owl-pagination>div.active:after{
	width: 19px;
	height: 19px;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	border: 1px solid rgba(255,255,255,.8);
	left: -7px;
	top: -7px;
}

.mb_banner {
	display: none!important;
}


/*首页css__start*/


/* product_tit */

.tit_box1{
    padding-top: 30px;
}
.tit_box1 h4{
    font-size:38px;
    font-weight: bold;
    color:#333;
    position: relative;
    padding: 0 0 0 17px;
    display: inline-block;
}
.tit_box1 h4:before{
    width: 6px;
    height: 37px;
    background: #de4629;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
}
.tit_box1 h4 span{
    color:#de4629;
}

.tit_box1 .menu ul{
    font-size:0;
}
.tit_box1 .menu li{
    display: inline-block;
    position: relative;
    margin:0 0 0 5px;
    height: 58px;
}
.tit_box1 .menu li a{
    display: block;
    font-size:16px;
    color:#fff;
    padding: 0 25px;
    font-weight: bold;
    position: relative;
    line-height:58px;
    background: #555;
}
.tit_box1 .menu li.more a,.tit_box1 .menu li a:hover{
    background: #de4629;
    color:#000;
}

.tit_box2{
    padding: 100px 0 60px;
    text-align: center;
}
.tit_box3{
    padding: 100px 0 60px;
}


/* bg */

.bg1 {
	background:#f8f8f8;
	position: relative;
	padding: 120px 0;
}
.bg2{
	background:#f8f8f8;
}
.bg3{
    background: url(../images/bg3.jpg) no-repeat center;
    height: 220px;
}


/*about*/

.about_img{
    position: absolute;
    right: 0;
    top:120px;
    width: 50%;
    overflow: hidden;
    padding-bottom: 60px;
}

.about_img .item{
    margin-right: 20px;
}
.about_img .owl-buttons{
    position: absolute;
    right: 0;
    bottom: 0;
}
.about_img .swiper-pagination-bullet{
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    text-indent: -9999px;
    background: #bebebe;
    opacity: 1;
    margin:0 7px !important;
}
.about_img .swiper-pagination-bullet-active{
    background: #de4629;
    position: relative;
}
.about_img .swiper-pagination-bullet-active:after{
    width: 19px;
	height: 19px;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #de4629;
	left: -6px;
	top: -6px;
}
.about_img .swiper-pagination{
    width: 81%!important;
}

.about_con{
    padding-right: 60px;
    margin-top: 100px;
}
.about_con .more_style1{
    margin-top: 40px;
}
.about_con p{
    font-size:18px;
    color:#666;
    line-height: 2;
    padding-bottom: 40px;
}

/* product_menu */

.product_menu li a{
    display: block;
    position: relative;
}
.product_menu li h4{
    position: absolute;
    height: 50px;
    background: #de4629;
    left: 20px;
    bottom: 20px;
    line-height: 50px;
    padding: 0 40px;
    color:#fff;
    font-weight: normal;
}
.product_menu li h4 i{
    margin-right:11px;
    font-size:24px;
    display: inline-block;
    vertical-align: middle;
}
.product_menu li h4 i.icon_ico{
    background-repeat: no-repeat;
    background-size: 100%;
}
.product_menu li h4 i.icon_ico1{
    background-image: url(../images/ico11.png);
    width:43px;
    height: 25px;
}
.product_menu li h4 i.icon_ico2{
    background-image: url(../images/ico22.png);
    width: 24px;
    height: 24px;
}
.product_menu li h4 em{
    display: inline-block;
    font-size:24px;
    vertical-align: middle;
    margin-left: 38px;
}
/* equipment_con*/

.equipment_con .row{
    margin-left: -10px;
    margin-right: -10px;
}
.equipment_con [class^="col-md-"]{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.equipment_con li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.equipment_con li .img{
    max-height: 290px;
    overflow: hidden;
}
.equipment_con li .img img{
    width: 100%;
}
.equipment_con li .con{
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(111,111,111,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .3s;
}
.equipment_con li .con h4{
    font-size:22px;
    font-weight: bold;
    color:#fff;
    padding: 0 20px;
}
.equipment_con li:hover .con{
    bottom: 0;
}
/*.equipment_con li:hover .con,.equipment_con li:first-child .con{*/
/*    bottom: 0;*/
/*}*/
/*.equipment_con li:first-child .con{*/
/*    background: none;*/
/*}*/

/* service */

.service_con{
    margin-top: 140px;
    position: relative;
}
.service_con .row{
    margin-left:-50px;
    margin-right: -50px;
}
.service_con ul{
    padding-left: 50px;
    padding-right:50px;
    position: relative;
}
.service_con li .con{
    padding:40px 0 70px;
}
.service_con li .con h4{
    font-size:24px;
    color:#333;
    font-weight: normal;
}
.service_con li .con p{
    font-size:16px;
    color:#666;
    margin-top: 10px;
}
.service_con ul:last-child{
    margin-top: -250px;
    position: relative;
}
.service_con .flex1{
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 47%;
}
.service_con .more{
    border:1px solid #f3f3f3;
    display: flex;
    font-size:20px;
    color:#333;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: 20px;
}
.service_con .more_style1{
    margin-top: 0;
}
.service_con .more_style1 i{
    font-size:40px;
}
.service_con .more_style1{
    background: #de4629;
}
.service_con .more_style1 i{
    color:#fff;
}

/*case_con*/

.case_con .row{
    margin-left: -20px;
    margin-right: -20px;
}
.case_con li{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.case_con li .img{
    border: 1px solid #e05237;
    padding:40px 70px;
}
.case_con li .con h4{
    height:60px;
    line-height: 60px;
    color:#333;
    font-size:24px;
    text-align: center;
}

/* panel1 */

.panel1 .flex{
    height: 220px;
    align-items: center;
}

.panel1 .con h4{
    font-size:30px;
    color:#fff;
    font-weight: bold;
}
.panel1 .con p{
    font-size:18px;
    color:#fff;
    margin-top: 10px;
}
.panel1 .btns{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 60px;
    background: #e9ebec;
    cursor: pointer;
}
.panel1 .btns i{
    font-size:30px;
    color:#de4629;
    text-align: center;
    line-height: 50px;
    display: block;
}


/* news_con */

.news_con .row{
    margin-left: -30px;
    margin-right: -30px;
}
.news_con li{
    padding-left: 30px;
    padding-right: 30px;
}
.news_con li a{
    position: relative;
    display: block;
    overflow: hidden;
}
.news_con li .con{
    display: block;
    padding:30px 18px 20px;
}
.news_con li .con .time{
    font-size:20px;
    color:rgba(0,0,0,.4);
    line-height: 1.2;
}
.news_con li .con .time span{
    color:#de4629;
    font-size:70px;
    font-weight: bold;
}
.news_con li .con h4{
    color:#333;
    font-size:20px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}
.news_con li .con p{
    font-weight: bold;
    color:#919191;
    margin-top: 15px;
    font-size:16px;
}
.news_con li .con1{
    transition:all .3s;
    background: #de4629;
    position: absolute;
    bottom: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 45px;
}
.news_con li .con1 h3{
    font-size:24px;
    color:#fff;
}
.news_con li .con1 .time{
    color:#fff;
}
.news_con li .con1 .time{
    color:#fff;
    font-size:16px;
    margin-top: 10px;
    font-weight: normal;
}
.news_con li .con1 h4{
    color:#fff;
    margin-top: 30px;
}
.news_con li .con1 p{
    color:rgba(255,255,255,.7);
}
.news_con li .con1 em{
    display: block;
    font-style: normal;
    font-size:16px;
    color:#fff;
    margin-top: 50px;
}
.news_con li:hover .con1{
    bottom: 0;
}
@media screen and (max-width:1500px){
    .news_con li .con1{
        padding: 30px;
    }
}

#layer_message{
    padding: 20px 25px;
}
#layer_message p {
    margin-top: 20px;
    font-size: 14px;
}

/*页底css*/


.footer {
	background: #7b8393;
	padding:70px 0 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.footer .container{
    align-items: center;
    flex-direction: column;
}
.footer_tit{
    font-size:28px;
    font-weight: bold;
    margin:20px 0 40px;
}
.footer_nav li{
    padding: 0 40px;
    display: inline-block;
}
.footer_nav li a{
    font-size:16px;
    color:#fff;
}
.footer_icon{
    margin: 40px 0 20px;
}
.footer_icon a{
    display: inline-block;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border:1px solid #fff;
    text-align: center;
    margin:0 16px;
}
.footer_icon a i{
    font-size:24px;
    line-height: 47px;
    display: block;
    color:#fff;
}
.footer_contact{
    padding: 0 0 55px;
}
.footer_contact span{
    display: inline-block;
    color:rgba(255,255,255,.8);
    font-size:16px;
    margin:0 20px;
}
.footer .copyright{
    height: 70px;
    line-height: 70px;
    background: rgba(0,0,0,.2);
    color:#ccc;
}
.copyright a{
    color: #ccc;
}

/* phone_fixed_menu */



.phone_fixed_menu {
	border-top: 1px solid #E5E9F2;
	width: 100%;
	height: 55px;
	background: #fff;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	left: 0;
	display: none;
}

.phone_fixed_menu ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 55px;
	line-height: 1.2;
}

.phone_fixed_menu ul li a {
	display: block;
}

.phone_fixed_menu ul li i {
	font-size: 20px;
	color: #333;
}

.phone_fixed_menu ul li p {
	color: #333;
	font-size: 14px;
}



/*首页css__end*/


/*内页*/

.page_tit{
    padding-bottom: 40px;
}
.page_tit h4{
    line-height: 40px;
    font-size:34px;
    text-align: center;
    font-weight: bold;
    color:#222931;
}

.ibanner {
	position: relative;
}

.ibanner .tit{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:58px;
    color:#fff;
    font-weight: bold;
}

.inner_pos{
    margin-top: 30px;
    font-size:16px;
    color:#333;
}
.inner_pos a:last-child{
    color:#de4629;
}


.bg4{
    background: url(../images/bg4.jpg) no-repeat center;
}

/* 内页分类 */

.inner_menu{
    background: #f9f8f8;
    /*height: 65px;*/
    line-height: 65px;
}
.inner_menu .container{
    justify-content: center;
    align-items: center;
}
.inner_menu ul{
    white-space:nowrap;
    overflow-x: auto;
}
.inner_menu ul li {
    display: inline-block;
    margin:0 50px;
}
.inner_menu ul li a{
    font-size:20px;
    color:#666;
}
.inner_menu ul li.cur a{
    color:#de4629;
}

.inner_product_menu{
    height: 80px;
    border-bottom: 1px solid #ececec;
    line-height:80px;
}
.inner_product_menu ul{
    justify-content: center;
}
.inner_product_menu ul li{
    margin:0 30px;
}
.inner_product_menu ul li a{
    font-size:18px;
    display: block;
    color:#333;
    padding: 0 35px;
    position: relative;
}
.inner_product_menu ul li a:after{
    width:0;
    height: 3px;
    background: #de4629;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .3s;
}
.inner_product_menu ul li.cur a,.inner_product_menu ul li a:hover{
    color:#de4629;
}
.inner_product_menu ul li.cur a:after,.inner_product_menu ul li a:hover:after{
    width: 100%;
}

.about_menu.on{
    position: fixed;
    top: 60px;
    width: 100%;
    left: 0;
    z-index: 9999;
}





/* 内页标题 */

.itit_box1{
    padding: 100px 0 60px;
}
.itit_box1 .tit{
    text-align: center;
}
.itit_box1 .tit h4{
    font-size:38px;
    color:#fff;
    display: inline-block;
    text-align: center;
}
.itit_box1 .tit h4:before,.itit_box1 .tit h4:after{
    content:'';
    width: 100px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin:0 40px;
    vertical-align: middle;
}
.itit_box2 .tit h4{
    color:#333;
}
.itit_box2 .tit p{
    font-size:20px;
    color:#666;
    margin-top: 20px;
}
.itit_box2 .tit h4:before,.itit_box2 .tit h4:after{
    background: #b0b0b0;
}


/* 通用模块1 */

.page_pub_style1 .con{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 85px 0 125px;
}
.page_pub_style1 .item2 .con{
    padding: 0 125px 0 85px;
}
.page_pub_style1 .con h4{
    font-size:38px;
    color:#de4629;
    font-weight: normal;
    margin-bottom: 60px;
}
.page_pub_style1 .con p{
    font-size:18px;
    margin-bottom: 10px;
    line-height: 32px;
}
.page_pub_style1 .img{
    flex:1;
}

/* 通用模块2 */

.page_pub_style2 li{
    margin:0 60px;
    flex:1;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 90px 0 120px;
}
.page_pub_style2 li h4{
    color:#333;
    font-size:24px;
    font-weight: bold;
    margin:35px 0 15px;
}
.page_pub_style2 li p{
    text-align: center;
    padding: 0 15px;
    font-size:18px;
}



/* page_history-thumbs */

.page_history-thumbs{
    position: relative;
    padding: 50px 0;
}
.page_history-thumbs:after{
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    display: block;
    content:'';
    position: absolute;
    top:58px;
}
.page_history-top .swiper-button-white{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #171e29;
    margin-top: -48px;
    outline: none;
}
.page_history-top .swiper-button-prev{
    left: 0;
}
.page_history-top .swiper-button-next{
    right: 0;
}
.page_history-top .swiper-button-white:after{
    color:#fff;
    font-size:18px;
}
.page_history-thumbs .swiper-slide{
    text-align: center;
}
.page_history-thumbs .round{
    width: 17px;
    height: 17px;
    background: #adadad;
    border-radius: 50%;
    margin:auto;
}
.page_history-thumbs p{
    font-size:24px;
    color:#adadad;
}
.page_history-thumbs .swiper-slide-thumb-active .round{
    display: none;
}
.page_history-thumbs .swiper-slide-thumb-active p{
    font-size:80px;
    color:#de4629;
    font-weight: bold;
    line-height: 1;
    position: relative;
    margin-top: -30px;
    background: #fff;
    display: inline-block;
}
.page_history-top{
    padding-top: 60px;
}
.page_history-top .img img{
    margin:auto;
}
.page_history-top .con h4{
    color:#333;
    font-weight: bold;
    font-size:36px;
    margin:0 0 10px;
}
.page_history-top .con p{
    font-size:18px;
    color:#666;
}




.publeftcon{
    margin:15px 0 0;
}
.ileft_tit{
    font-size:18px;
    height:44px;
    line-height: 44px;
    padding:0 18px;
    color:#333;
    font-weight: bold;
    position: relative;
    border-bottom: 2px solid #eee;
    margin-bottom: 15px;
}
.ileft_tit:before{
    width:4px;
    height:12px;
    background: #de4629;
    content:'';
    display: block;
    position: absolute;
    left:5px;
    top: 16px;
}
.publeftcon ul{
    padding: 0 10px;
}
.publeftcon ul li{
    border-bottom: 1px solid #eee;
    padding:10px 0;
}
.publeftcon ul li a{
    display: block;
    position:relative;
    font-size:14px;
    height: 22px;
    line-height:22px;
    overflow: hidden;
}
.publeftcon ul li span{
    font-size:12px;
    color:#999;
}
.publeftcon ul li:last-child{
    border: none;
}

.publeftcon .tags a{
    display: inline-block;
    background: #f5f5f5;
    padding: 3px 10px;
    font-size:14px;
    color:#333;
}
.publeftcon .tags a:hover{
    background: #de4629;
    color:#fff;
}


/* 内页二级分类显示 */

.inner_sublist {
	transition: all .3s;
	padding: 0 20px;
	background: rgba(0,0,0,.02);
}

.inner_sublist li {
	border-bottom: 1px solid rgba(255,255,255,.05);
}

.inner_sublist li a {
	color: #151515;
	font-size: 14px;
	display: block;
	line-height: 3;
}

.inner_sublist li a i {
	font-size: 12px;
	margin-right: 5px;
}

.inner {
	padding: 50px 0;
}

.page_index {
	min-height: 300px;
}

.page_index p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 1.9;
	margin-bottom: 15px;
}

.page_index img {
	margin: auto;
	margin-bottom: 15px;
}

/* 公司介绍 */

.page_about_index .tit{
    color:#222931;
    font-size:34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.page_about_index .con{
    font-size:16px;
    line-height: 1.9;
    text-align: center;
    padding: 0 0 20px;
}
.page_about_index .con p{
    margin-bottom: 20px;
}
.page_about_index ul li{
    text-align: center;
}
.page_about_index ul li i{
    width: 100px;
    height: 100px;
    display: block;
    margin:0 auto 20px;
    background: #de4629;
    border-radius: 50%;
    font-size:36px;
    color:#fff;
    text-align: center;
    line-height: 100px;
}
.page_about_index ul li h4{
    color:#212f38;
    font-size:22px;
    font-weight: bold;
}

.page_service_index .con{
    max-width: 900px;
    margin:0 auto;
    font-size:16px;
    text-align: center;
    color:#fff;
}
.page_honor_index li .img_scale{
    display: block;
    padding: 20px;
    border:1px solid #eee;
}

.page_honor_index li .con h4{
    text-align: center;
    line-height:60px;
    height: 60px;
    overflow: hidden;
    font-size:20px;
    color:#333;
    font-weight: bold;
}


/* page_service_pub1 */

.page_service_pub1 .img{
    align-items: center;
    display: flex;
}

/* page_service_pub2 */

.page_service_pub2{
    background: url(../images/iservice_bg1.jpg) no-repeat center bottom;
}
.page_service_pub2 ul li{
    flex:1;
    margin:0 30px;
    display: flex;
    align-items:flex-end;
    justify-content: center;
}

/* page_service_pub3 */

.page_service_pub3{
    background: url(../images/iservice_bg2.jpg) repeat-y center;
}

/* page_service_pub4 */

.page_service_pub4{
    padding: 0 100px;
}
.page_service_pub4 .img{
    padding: 0;
}
.page_service_pub4 .con{
    flex:1;
    padding: 0 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.page_service_pub4 .con h3{
    font-size:30px;
    color:#de4629;
    font-weight: normal;
    margin-bottom: 40px;
}
.page_service_pub4 .con .con1{
    font-size:18px;
}
.page_service_pub4 .con p{
    position: relative;
    padding: 0 0 0 20px;
    font-size:18px;
}
.page_service_pub4 .con p:before{
    width: 5px;
    height: 5px;
    background: #de4629;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    content:'';
}
.page_service_pub4 .con .con1 p{
    flex-basis: 33.3333%;
}

.bg5{
    background: linear-gradient(to bottom,#faf9fa 85% , #fff 85%);
}

.page_service_honor ul{
    margin-left: 20%;
}

/* 单页内容 */


.page_index .tit h1 {
	color: #444;
	font-size: 30px;
	font-weight: bold;
}

.page_index .tit p {
	font-size: 14px;
	border-bottom: 1px solid #f8f8f8;
	padding: 6px 0 20px;
	margin: 0;
	text-indent: 0;
}

.page_index .tit p span {
	margin-right: 20px;
}

.page_index .tit p span i {
	margin-right: 5px;
}

.page_index .desc {
	font-size: 14px;
	background: #f8f8f8;
	padding: 15px 20px;
	color: #888;
}

.page_index .desc span {
	font-weight: bold;
	color: #f04c36;
}

.page_index .con {
	padding: 20px 0;
}

.xg_news {
	margin: 40px 0 0;
}

.xg_news h3 {
	font-size: 18px;
	border-bottom: 1px solid #eee;
	line-height: 2;
	color: #2f2f2f;
	font-weight: bold;
}

.xg_news ul {
	margin-bottom: 20px;
}

.xg_news ul li {
	padding: 15px 0 0;
}

.xg_news ul li .img {
	width: 80px;
}

.xg_news ul li .con {
	flex: 1;
	margin-left: 20px;
}

.xg_news ul li .con a {
	font-size: 14px;
	display: block;
	line-height: 1.2;
	color: #555;
	margin-bottom: 3px;
}

.xg_news ul li .con span {
	color: #999;
}

.xg_news .tags {
	padding: 10px 0 20px;
}

.xg_news .tags a {
	display: inline-block;
	padding: 3px 10px;
	background: #ffba00;
	margin: 0 5px 5px 0;
	color: #fff;
	font-size: 14px;
}

.xg_news dl {
	margin: 15px 0 0;
}

.xg_news dl dd{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #151515;
	line-height: 2;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}



/* 产品列表 */



.page_picList {
}


.page_picList li {
	margin-bottom:30px;
}

.page_picList li a {
	display: block;
}

.page_picList li .con {
	background: #de4629;
}

.page_picList li .con h4 {
	transition: color .4s;
	font-size: 16px;
	color: #102747;
	font-weight: 700;
	text-align: center;
	line-height: 24px;
	height:24px;
	overflow: hidden;
}

.page_picList li .con p {
	color: #555;
	margin: 10px 0 0;
	height: 44px;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
}

.page_picList li .img {
	overflow: hidden;
}

.page_picList li img {
	transition: all 0.6s;
	margin: 0;
	width: 100%;
}

.page_picList li:hover img {
	transform: scale(1.1);
}

.page_picList li span {
	display: inline-block;
	font-size: 14px;
	color: rgba(17,17,17,0.5);
	margin-right: 18px;
	position: relative;
	padding: 6px 0;
}

.page_picList li:hover .con h4 {
	color: #000;
}

/* page_service */

.page_service .con{
    padding: 50px;
}
.page_service .con h4{
    font-size:30px;
    color:#de4629;
    margin-bottom: 40px;
}
.page_service .con p{
    font-size:18px;
}



/* 单页联系我们 */


.inner_contact{
    background: linear-gradient(to bottom,#fff 50%, #f2f2f2 50%);
}

.page_contact .con1{
    background: #fff;
    box-shadow: 0 0 20px rgba(77,13,17,.09);
}
.page_contact .con1 .item1{
    padding: 80px 70px;
    width: 67%;
}
.page_contact .con1 .item1 .item{
    flex:1;
}
.page_contact .con1 .item1 .item:first-child{
    padding-right: 30px;
}
.page_contact .con1 .item1 .item .btns{
    margin-top: 50px;
}
.page_contact .con1 .item1 .item .btns a{
    border-color: #8b8b8b;
}
.page_contact .con1 .item1 .item .btns a i{
    font-size:20px;
    color:#a1a1a1;
    margin:0 5px;
}
.page_contact .con1 .item1 .item .btns a i:hover{
    color:#de4629;
}
.page_contact .con1 .item .tit{
    padding: 0 0 70px;
}
.page_contact .con1 .item .tit h4{
    font-size:24px;
    font-weight: bold;
    color:#de4629;
}
.page_contact .con1 .item .tit1 h4{
    color:#333;
}
.page_contact .con1 .item .tit p{
    font-size:16px;
    color:#666;
}
.page_contact .con1 .item .tit:after{
    display: block;
    height: 2px;
    width: 40px;
    background: #de4629;
    content:'';
    margin-top: 30px;
}
.page_contact .con1 .item .con p{
    font-size:16px;
    line-height: 2;
}
.page_contact .con1 .item2{
    flex:1;
    background: #7b8393;
    padding: 80px 70px;
}
.page_contact .con1 .item2 .tit{
    font-size:24px;
    color:#fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.page_contact .map{
    margin:50px 0 0;
    text-align: center;
}
.page_contact .con1 .item2 li{
    margin-bottom:40px;
    color:#fff;
}
.page_contact .con1 .item2 li.li1:after{
    width: 40px;
    height: 2px;
    background: #fff;
    display: block;
    content:'';
    margin-top: 50px;
}
.page_contact .con1 .item2 li h4{
    font-size:20px;
}
.page_contact .con1 .item2 li p{
    font-size:34px;
}
.page_contact .con1 .item2 li p span{
    font-size:18px;
}
.page_contact .con1 .item2 .slogan{
    font-size:16px;
    color:#fff;
}

.page_contact .form-control{
    border-radius: 0;
    border-color: rgba(255,255,255,.3);
    background: transparent;
    color:#fff;
    height: 42px;
}
.page_contact .form-control::placeholder{
    color:rgba(255,255,255,.6);
}
.page_contact .row{
    margin-left: -8px;
    margin-right: -8px;
}
.page_contact .col-md-6{
    padding-left: 8px;
    padding-right: 8px;
}
.page_contact .btn{
    width: 120px;
    height: 38px;
    font-size:16px;
    color:#7b8393;
    background: #fff;
    border-radius: 0;
    border:none;
}
.page_contact .btn:hover{
    background: #de4629;
    color:#fff;
}
.page_contact_map{
    border:10px solid #fff;
    box-shadow: 0 0 20px rgba(77,13,17,.09);
    background: #fff;
    overflow: hidden;
    margin-bottom: 50px;
}
.page_contact_map iframe{
    display: block;
}


/*新闻列表*/



.page_newsList {
}

.page_newsList li {
	transition: all .3s ease-out 0s;
	margin-bottom: 40px;
}

.page_newsList li .img{
    width: 25%;
    margin-left: 125px;
}
.page_newsList li .img img {
	width:100%;
	margin-bottom: 0;
}
.page_newsList li .con {
	transition: all .3s ease-out 0s;
	flex: 1;
	padding:40px 0 0;
	border-bottom:1px solid #e8e8e8;
}

.page_newsList li .con h4 {
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #333;
	transition: all .3s ease-out 0s;
	font-size:24px;
	flex:1;
	overflow: hidden;
}
.page_newsList li .con span{
    font-size:16px;
}
.page_newsList li .con p {
	color: #888;
	font-size: 18px;
	line-height: 28px;
	max-height:84px;
	overflow: hidden;
	margin:20px 0 40px;
}

.page_newsList li .con .more_style1{
    border-color:#de4629;
    color:#de4629;
    margin-top: 0;
}
.page_newsList li .con .more_style1:hover .dubbed{
    color:#fff;
}
.page_newsList li:hover .con h4{
    color:#de4629;
}

.list_line_more {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    color: #333;
    margin: 20px auto 0;
    transition: all .3s;
}
.list_line_more:hover{
    border-color: #de4629;
    color:#fff;
    background: #de4629;
}


/* page_equipment */

.page_equipment li{
    flex-basis: 22%;
    flex-grow: 1;
    margin:0 16px;
}
.page_equipment li .con h4{
    font-size:18px;
    font-weight: normal;
    color:#666;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
}


/* 新闻详情 */


/* 产品详情页 */



.page_picshow {
	margin-bottom: 50px;
	background: #fff;
}

.page_picdetails {
}

.page_picdetails .img {
	max-height: 350px;
	overflow: hidden;
}

.page_picdetails .img img {
	width: 100%;
}

.page_picdetails .info {
}

.page_picdetails .info h1 {
	font-size: 24px;
	margin: 10px 0 15px;
	color: #000;
	line-height: 1.3;
	border-bottom: 1px solid #eee;
	padding: 0 0 14px;
	font-weight: bold;
}

.page_picdetails .info p {
	font-size: 14px;
	margin: 0 0 40px;
}

.page_picdetails .info>span {
	background:#de4629;
	padding: 3px 15px;
	margin-top: 14px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

.page_picdetails .info span i {
	font-size: 20px;
	margin-right: 6px;
}

.page_picdetails .info span em {
	font-style: normal;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

.page_picdetails .con {
	border: none;
	margin: 0;
	padding: 20px 0 0;
}

.page_picdetails .con .tags {
	font-size: 14px;
	margin-bottom: 15px;
}

.page_picdetails .con .tags a {
	color: #eee;
	background: #102747;
	display: inline-block;
	padding: 2px 10px;
	margin-right: 3px;
	font-size:14px;
}
.page_picdetails .con .tags a:hover{
    background: #de4629;
    color:#102747;
}

.page_picdetails .con .ptit {
	font-size: 16px;
	background: #f9f6f6;
	padding: 6px 13px;
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;
}

.page_picdetails .con .ptit::before {
	content: '';
	display: block;
	width: 3px;
	height: 18px;
	background: #de4629;
	position: absolute;
	left: 0;
	top: 10px;
}



/* 案例列表 */


.page_caseList li{
    padding: 70px 0;
}
.page_caseList li .img{
    
}
.page_caseList li .con{
    flex:1;
    padding-left: 100px;
}
.page_caseList li .con h4{
    color:#de4629;
    font-size:36px;
    padding: 30px 0;
}
.page_caseList li .con p{
    font-size:16px;
    color:#333;
}
.page_caseList li:nth-child(2n){
    background: #f9f8f8;
}
.page_caseList li:nth-child(2n)>.flex{
    justify-content: center;
    flex-flow: row-reverse;
}
.page_caseList li:nth-child(2n) .con{
    padding-right: 80px;
}
@media screen and ( min-width:1500px ){
    .page_caseList li{
        padding-left: 200px;
        padding-right: 200px;
    }
}


/*翻页*/

.return_page {
    border: 2px solid #7b8393;
	padding: 15px 20px;
	line-height: 30px;
	color: #102747;
	position: relative;
}

.return_page p {
	margin-bottom: 0;
	text-indent: 0;
	line-height: 2;
}
.return_page p a {
	color: #dc543d;
	font-weight: bold;
}
.return_page .go_history a {
	background: #de4629;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #102747;
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}



/* 页码 */



.pagination {
	text-align: center;
	display: block;
}

.pagination li {
	display: inline-block;
	margin: 0 1px;
}
.pagination li.first,.pagination li.prev,.pagination li.next,.pagination li.last{
    display: none;
}
.pagination li span,.pagination li a {
	display: block;
	padding: 0 10px;
	line-height: 28px;
	background: #eee;
	color:#333;
}

.pagination li.active a {
	background: #de4629;
	color: #fff;
	border-color: #de4629;
}







/*在线留言*/

#my_form {
	padding: 30px 0 0;
}

#my_form table {
	width: 100%;
}

#my_form tr {
	display: inline-flex;
	width: 48%;
	margin-bottom: 15px;
}

#my_form tr:nth-child(2n) {
	margin-left: 4%;
}

#my_form tr.content {
	width: 100%!important;
	display: flex;
	margin-left: 0;
}

#my_form tr td:first-child {
	line-height: 34px;
	color: #333;
}

#my_form tr td:last-child {
	flex: 1;
}

#my_form tr input,#my_form tr textarea {
	height: 34px;
	width: 100%!important;
	border: 1px solid #ccc;
	padding: 0 10px;
	color: #333;
	outline: none;
	border-radius: 4px;
	font-size: 14px;
	font-family: 微软雅黑;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#my_form tr input:focus,#my_form tr textarea:focus {
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

#my_form tr ::placeholder {
	color: #999;
	font-family: 微软雅黑;
	font-size: 14px;
}

#my_form tr textarea {
	height: 100px;
	padding-top: 6px;
}

#my_form .btn {
	margin-left: 30px;
}

#my_form .btn input {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
}

#my_form .btn input:first-child {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

#my_form .btn input:first-child:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.bdsharebuttonbox span {
	line-height: 30px;
}
.black{
    color: #333;
}
.lanSwitch{
    display: none;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    margin-right: 20px;
}