@charset "utf-8";
/* CSS Document */
.in-tit{
	padding-top: 80px;
	margin-bottom: 38px;
}
.in-tit h1{
	font-size:32px;
	color:#282828;
}
.in-tit h2{
	display: inline-block;
	font-size:30px;
	color:#b9b7b7;
	line-height: 55px;
	border-bottom: 2px solid #ff9b30;
	position: relative;
	font-family:Calibri,Arial, Helvetica, "sans-serif";
	text-transform: uppercase;
}
.in-tit h2:after{
	position:absolute;
	content: '';
	display: block;
	width:80%;
	height: 2px;
	left:0;
	bottom:-2px;
	z-index: 1;
	background: #e20100;
}
.hmore{
    display: block;
    width: 127px;
    height: 40px;
    text-align: center;
    line-height: 40px;
   	border:1px solid #d6d6d6;
    font-size:.875rem;
    color: #9d9d9d;
    margin-top: 25px;
	position: relative;
	transition: all .3s ease-in-out;
}
.hmore:hover{
	background: linear-gradient(#e50000,#ab2001);
	color:#fff;
}
.ab3 .swiper-pagination-bullet{margin:0 5px;}
/*******************内页banner*******************/
.pbanner {
    position: relative;
    overflow: hidden;
}
.pic2 > img {
    display: block;
    width: 100%;
}
.trans-1 img {
    transition: all 4s cubic-bezier(0.165, 0.74, 0.44, 1) 0s;
    -webkit-transition: all 4s cubic-bezier(0.165, 0.74, 0.44, 1) 0s;
}
.pbtxts {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    text-align: center;
}
.pbtxts .txt1{
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 18px;
}
.pbtxts .en {
    font-family: Arial;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
}
.pbtxts .line {
	display:block;
    width: 40px;
    height: 5px;
    background: #fff;
    margin: 0 auto;
}
.pnav {
    padding: 0 5%;
    margin-top: -45px;
    position: relative;
    z-index: 10;
}
.pnav .container{
    background: #fff;
    border-bottom: 1px solid #f7f8f8;
}
.pnav .wsibf{
	float:left;
}
.pnav .wsibf li{
	float:left;
}
.pnav .wsibf li a{
	display:block;
	width:150px;
	line-height: 44px;
	height: 44px;
	overflow:hidden;
	text-align: center;
	color:#787878;
	font-size:14px;
}
.pnav .wsibf li.act,
.pnav .wsibf li:hover{
	background:#e20100;
}
.pnav .wsibf li.act a,
.pnav .wsibf li:hover a{
	color:#fff;
}
.bread-nav{
	float:right;
	line-height: 45px;
	padding-right: 40px;
	font-size:14px;
}
.bread-nav span{
	color:#e20100;
}
.swiper-container{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
/*******************公司简介********************/
.ab1 .fl{
	width:57%;
	float:left;
	font-size:14px;
	color:#8c8c8c;
	line-height: 24px;
	text-indent: 2em;
}
.ab1 .fr{
	width:43%;
	float:right;
	padding-left: 60px;
}
.ab1 .fr img{
	margin-top:25px;
}
.number ul li {
    text-align:left;
    float: left;
    width: 39.33%;
    border-left:1px solid #bbb;
	padding-left: 24px;
}
.about_1_4_mid {
    display: inline-block;
}
.about_1_4_mid_1 span:nth-child(1) {
    color: #e20100;
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.about_1_4_mid_1 span:nth-child(2) {
    font-size: 14px;
    color: #787878;
    margin-left: 0.3em;
}
.about_1_4_mid_2 {
    font-size: 14px;
    color: #4a4a4a;
}

/*******发展历程********/
.line {
    display: block;
}
.ab2{
	padding-top:80px;
	background:url(../images/about_05.jpg) center no-repeat;
	background-size: cover;
}
.history{
	width:calc(100% - 140px);
}
.history .swiper-wrapper{
	align-items: flex-end;
}
.hisbox {
    position: relative;
    overflow: hidden;
	bottom:0;
}
.hisbox .line1 {
    width: 1px;
    background: #ff9b30;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 5px;
}
.hisbox .year{
	padding-left: 28px;
    font-family: Arial;
    color: #cc0000;
    font-size: 24px;
    position: relative;
    font-weight: bold;
    line-height: 0.8;
    margin-bottom: 20px;
}
.hisbox .dot {
    display: block;
    width: 11px;
    height: 11px;
    background: #ff9b30;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hisbox .yc{
    position: relative;
    padding: 0 57px 38px 28px;
	font-size:14px;
	color:#8c8c8c;
	line-height: 24px;
}
.hisbox .yc:before{
	content: '';
	display:block;
	width: 11px;
    height: 1px;
    background: #ff9b30;
    position: absolute;
    top: 8px;
    left: 0;
}
.hisbox .yc p{
	margin-bottom:30px;
}
.down {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.down .btn {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
}
.down .btn .swiper4_btn {
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
}
.down .btn .swiper4_btn img {
    position: absolute;
    top: 0;
    left: 0;
}
.down .btn .swiper4_btn img:last-child {
    opacity: 0;
}
/*荣誉证书*/
.ab3{padding-bottom:100px;}
.ab3 .img{
	border:1px solid #e7e7e7;
	overflow: hidden;
	max-height: 366px;
}
.ab3 .img img{
	transition: all .3s ease;
}
.ab3 p{
	font-size:14px;
	color:#8c8c8c;
	text-align: center;
	line-height: 55px;
}
.ab3 .swiper-slide li:hover p{
	color:#e20100;
}
.ab3 .swiper-slide li:hover img{
	transform:scale(1.05,1.05);
}
.ab3 .swiper-pagination{
	position:static;
}
.ab3 .swiper-pagination-bullet-active {
    background: #e20100;
}
.down .btn .swiper4_btn:hover img:first-child {
    opacity: 0;
}
.down .btn .swiper4_btn:hover img:last-child {
    opacity: 1;
}

/***********************新闻列表页************************/
.news-list{
	background:#f7f7f7;
	padding:100px 0;
}
.news-list li{
	background:#fff;
	margin-bottom: 45px;
}
.news-list .fl{
	width:37.6%;
	float:left;
	overflow: hidden
}
.news-list .fl img{
	display:block;
	transition: all .3s ease-in-out;
}
.news-list .fr{
	width:62.4%;
	float:left;
	padding:50px;
}
.news-list .fr h3{
	font-size:1.25rem;
	color:#565656;
	margin-bottom: 10px;
}
.news-list .fr p{
	font-size:14px;
	line-height: 24px;
	color:#8c8c8c;
	margin:25px 0;
}
.news-list .fr .label span,
.news-list .fr .label time{
	font-size:12px;
	color:#8c8c8c;
	margin-bottom:25px;
	margin-right:30px;
}
.news-list li:hover img{
	transform: scale(1.1,1.1);
}
.news-list li:hover h3{
	color:#e20100;
}

/******************新闻详情*****************/
.news-wrapper{
	width:1300px;
	margin:100px auto;
}
.news-title h2{
	font-size:1.25rem;
	text-align: center;
	color:#565656;
}
.news-title .tbox{
	margin:30px 0;
	text-align: center;
	font-size:.875rem;
	color:#8c8c8c;
}
.news-title .tbox span{
	margin-right: 20px;
}
.news-con{
	padding:60px 40px;
	border-top:1px solid #898989;
	border-bottom: 1px solid #898989;
	font-size:1rem;
	line-height: 24px;
}
.pvnt{
	margin-top:60px;
	display:flex;
	justify-content: space-between;
}
.pvnt li{
	display:block;
}
.pvnt li a{
	display:block;
	width:170px;
	height:50px;
	text-align: center;
	line-height: 50px;
	border:1px solid #e1e1e1;
	font-size:.875em;
	color:#8c8c8c;
}
.pvnt li a:hover{
	background:linear-gradient(#e30100,#ae1f01);
	color:#fff;
}
.pd-con img{
	margin-bottom: 50px;
}
.pd-con p{
	font-size:14px;
	line-height: 24px;
	color:#8c8c8c;
}
.pro-wrapper a{
	margin:80px 0;
}


/*****************社会责任*****************/
.res-list{
	background:#f7f7f7;
	padding:100px 0;
}
.res-list ul li{
	display:block;
	float:left;
	width:calc((100% - 35px) / 2);
	background: #fff;
	margin-right:30px;
	margin-bottom: 30px;
}
.res-list ul li:nth-child(2n){
	margin-right:0;
}
.res-list ul li .img{
	max-width:290px;
	overflow: hidden;
}
.res-list ul li .r-txt{
	width:calc(100% - 290px);
	padding:40px;
}
.res-list ul li .r-txt h2{
	font-size:1.25em;
	margin:30px 0;
	color:#565656
}
.res-list ul li .r-txt p{
	font-size:.875em;
	margin-bottom: 30px;
	color:#8c8c8c;
}

/*****************职位招聘*****************/
.hr1 .tp{
	position:relative;
}
.hr1 .tp .txt{
	position:absolute;
	z-index: 1;
	font-size:1.5em;
	color:#fff;
	top:80px;
	left:100px;
}
.hr1 .tp .txt p{
	margin:20px 0;
}

/**职位列表**/
.hr2{padding-bottom: 100px;}
.job-title {
    overflow: hidden;
    color: #fff;
    background: #444;
    font-size: 16px;
    padding: 0 20px;
    line-height: 60px;
    height: 60px;
}
.job-title .td {
    float: left;
    display: inline-block;
    width: 20%;
    text-align: center;
	font-size:1.25em;
}
.form1 .tit{
    color: #8c8c8c;
    background: #fff;
    font-size: 14px;
    padding: 0 20px;
    line-height: 50px;
    height: 50px;
	border:1px solid #e7e7e7;
	border-top:none;
}
.form1 .tit.on{
	color: #fff;
	background: #e30807;
	border:1px solid #e30807;
}
.form1 .tit .td{
	float: left;
	width:20%;
	display: inline-block;
	text-align: center;
}
.form1 .hides{
    display: none;
    padding: 20px 45px;
    background: #fbfbfb;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 30px;
}
.form1 .hides .dl{
	width:50%;
	float:left;
    margin-bottom: 50px;
}
.form1 .hides .dl .h6{
	font-size:1rem;
	color:#e30807;
	margin-bottom: 20px;
}
.form1 .hides .dl p{
	font-size:.875rem;
	line-height: 30px;
}
.job-info h2{
	font-size:1rem;
	color:#e30807;
	margin-bottom: 20px;
}
.job-info p{
	display: inline-block;
	font-size:.875rem;
	color:#8c8c8c;
	margin-right:55px;
}
.form1 .hides .hmore{
	border:none;
	background: linear-gradient(#e50000,#ab2001);
	color:#fff;
}
/*弹窗*/
.application{
	display:none;
	position:fixed;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,.87);
}
.form-con{
	position: relative;
	width:62.5%;
	height:70%;
	max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
	overflow: visible;
    background: #fff;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	vertical-align: middle;
    text-align: left;
	padding:50px;
}
.form-con h2{
	font-size:2rem;
	color:#282828;
	border-bottom: 1px solid #949494;
	padding:25px 0;
	margin-bottom: 45px;
}
.form-con h2 span{
	color:#8c8c8c;
	font-size:1rem;
	padding-left:20px;
}
.form-con .fl{
	width:42.7%;
}
.form-con .fr{
	width:57.3%;
}
.form-con .tc{
	margin-bottom:25px;
}
.form-con .tc span{
	display: inline-block;
	width:80px;
	text-align: right;
	color:#646464;
	font-size:1rem;
}
.form-con .tc input {
    width: 290px;
    height: 50px;
	line-height: 50px;
    display:inline-block;
    box-sizing: border-box;
    border:1px solid #e7e7e7;
    outline: none;
	margin-left: 30px;
}
.form-con .fr .tc input{
	width:500px;
}
.form-con input::-webkit-input-placeholder {color:#fff;}
.form-con input::-moz-placeholder {color:#fff;}
.form-con input::-ms-input-placeholder {color:#fff;}

.form-con .tc select{
    width: 500px;
    height: 50px;
    display:inline-block;
    box-sizing: border-box;
    border:1px solid #e7e7e7;
	padding-left: 25px;
    outline: none;
	margin-left: 30px;
}
.form-con .tc i{
	color:#e30707;
	font-size:1rem;
}
.form-con .sex{
	height: 50px;
	line-height: 50px;
	margin-bottom:25px;
}
.form-con .sex span{
	display: inline-block;
	width:80px;
	text-align: right;
	color:#646464;
	font-size:1rem;
}
.form-con .sex label{
	color: #646464;
	line-height: 17px;
	font-size:1rem;
	margin-right: 40px;
}
.radio_type {
	display: inline-block;
    width: 18px;
    height: 18px;
    appearance: none;
    position: relative;
    outline: none;
	margin:0;
	margin-right: 20px;
}
.radio_type:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 4px solid #cecece;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
	box-sizing: border-box;
}
.radio_type:checked:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 4px solid #e30707;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
	box-sizing: border-box;
}
.radio_type:checked:after {
    content: "";
    width: 9px;
    height: 9px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
	box-sizing: border-box;
}
.sub{
	display:block;
	width:215px;
	line-height: 56px;
	text-align: center;
	background: linear-gradient(#e30100,#b01d01);
	border-radius: 5px;
	margin:80px auto;
	font-size:24px;
	color:#fff;
}
.close-btn{
	position:absolute;
	right: 50px;
	top:75px;
	display:block;
	width:28px;
	height:28px;
	z-index: 99;
	cursor: pointer;
}
.close-btn:hover img{
	transform-origin: center center;
	transform:rotate(-180deg);
	transition:all .3s ease-in-out;
}


/*****************联系我们*****************/
.cinfo .item{
	line-height:33px;
	font-size:.875rem;
	color:#8c8c8c;
	margin-bottom:40px;
	padding-left: 70px;
}
.cinfo .item.tel{
	background:url(../images/tel.png) left center no-repeat;
}
.cinfo .item.fax{
	background:url(../images/fax.png) left center no-repeat;
}
.cinfo .item.mail{
	background:url(../images/mail.png) left center no-repeat;
}
.cinfo .item.add{
	background:url(../images/add.png) left center no-repeat;
}

/*表格*/
.ct2{
	padding-bottom:100px;
}
.info input{
	width:30%;
	margin-right:5%;
	float: left;
    height: 60px;
    line-height: 58px;
    border-radius: 10px;
    padding: 0 24px;
	margin-bottom: 30px;
    font-size: 18px;
    font-size: 16px;
    border: 1px solid #d2d2d2;
    background: #fff;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.info input:nth-child(3n){
	margin-right:0;
}
.info textarea{
	width:100%;
    border-radius: 10px;
    padding:24px;
	margin-bottom: 30px;
    font-size: 18px;
    font-size: 16px;
    border: 1px solid #d2d2d2;
    background: #fff;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.info button{
	display:block;
	width:100%;
	line-height: 65px;
	background: linear-gradient(#e00907,#b01e01);
	font-size:1.875rem;
	color:#fff;
	border-radius: 10px;
}

/**************产品业务页面**************/
.pro_box li.cur {
    width: 39.1%;
}
.pro_box li {
    float: left;
    width: 20.3%;
    height: 644px;
    overflow: hidden;
    cursor: pointer;
	-webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.pro_box li .pro_fl_list {
	padding: 45px;
    background-position: right top;
	background-repeat: no-repeat;
}
.pro_box li.cur .pro_list{
	display:block;
}
.pro_list{
	display:none;
	width:100%;
	height:100%;
	background: rgba(0,0,0,.5);
	text-align: center;
	position: relative;
}
.list-con{
	width:100%;
	position:absolute;
	left: 0;
	top:50%;
	transform: translate(0,-50%);
}
._l_ico_title{
	font-size:1.875rem;
	color:#fff;
	margin:20px 0;
}
.pro_list a{
	display:block;
	margin:0 auto;
	width:127px;
	line-height: 40px;
	background: linear-gradient(#e20100,#b01d01);
	color:#fff;
	font-size:1rem;
}







