/*public start*/
* {margin: 0;padding: 0;font-size: 16px;font-family: '微软雅黑';-webkit-tap-highlight-color: rgba(0,0,0,0);box-sizing: border-box;}
ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {margin: 0;padding: 0;}
h1, h2, h3, h4, h5{font-weight: normal;}
ol, ul, li {list-style: none;padding: 0;margin: 0;}
img {border: none;max-width:100%;vertical-align: middle;}
a {text-decoration: none;border: none;margin: 0;padding: 0;}
input, textarea ,button{outline: 0;resize: none;border: none;_border: 0;margin: 0;padding: 0;background: none;}
select {border: 0;}
input::-webkit-search-cancel-button {display: none;}
input[type=button], input[type=submit], input[type=search], button{ -webkit-appearance: none;}
table, table td {border-collapse: collapse;}
select {border: 0;appearance: none;-webkit-appearance: none;-moz-appearance: none;outline: none;}
select::-ms-expand {display: none;}
.clear{clear: both;}
.div1200{
	width: 1200px;
	margin: 0 auto;
}
.fl{float: left}
.fr{float: right;}
/*public end*/


.section{
	width: 100%;
	height: 100%;
}

/*头部 start*/
.header{
	/*height: 100%;*/
	border-top: 5px solid #95314b;
}
.header-top{
	height: 95px;
	background-color: white;
}
.logo{
	padding-top: 6px;
}
.nav{
	padding-top: 25px;
	margin-left: 120px;
}
.nav>ul>li{
	float: left;
}
.nav>ul>li>a{
	width: 129px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	color: #333333;
	display: block;
	text-align: center;
}
.nav>ul>li>a:hover{
	color: white;
	background-color: #95314b;
}
.nav>ul>li>a.this{
	color: white;
	background-color: #95314b;
}
.nav-er{
	display: none;
	width: 195px;
	background-color: white;
	border: 1px solid #95314b;
	padding: 0 15px;
	position: absolute;
	top: 70px;
	z-index: 9;
}
.nav-er>li>a{
	line-height: 46px;
	color: #4b4b4b;
	font-size: 15px;
	text-align: center;
	display: block;
	border-bottom: 1px solid #e5e5e5;
}
.nav-er>li>a:hover{
	background-color: #95314b;
	color: white;
}
.nav>ul>li:hover .nav-er{
	display: block;
}
.lang{
	padding-top: 36px;
}
.lang a{
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	color: #999999;
	margin: 0 10px;
}
.banner img{
	width: 100%;
	height: auto;
}
/*头部 end*/

/*底部 start*/
footer{
	width: 100%;
	height: 40px;
	background-color: #231f20;
}
footer p{
	font-size: 12px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
}
footer p a{
	font-size: 12px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
}
/*底部 end*/

/*首页 start*/
.index-one{
	width: 100%;
	height: calc(100vh - 100px);
}
.index-one img{
	width: 100%;
	height: calc(100vh - 100px);
}
.index-one .swiper-button-next{
	background-image: url('../images/ban_right.png');
	background-size: 100% 100%;
	right: 50px;
	width: 48px;
    height: 20px;
}
.index-one .swiper-button-prev{
	background-image: url('../images/ban_left.png');
	background-size: 100% 100%;
	left: 50px;
	width: 48px;
    height: 20px;
}
.index-one .swiper-button-next:after, .index-one .swiper-container-rtl .swiper-button-prev:after{
	display: none;
}
.index-one .swiper-button-prev:after, .index-one .swiper-container-rtl .swiper-button-next:after{
	display: none;
}

.index-two{
	width: 100%;
	height: calc(100vh - 100px);
	background: url('../images/index-twobg.jpg') no-repeat;
	background-size: 100% 100%;
}
.index-two-h1{
	padding-top: 130px;
}
.index-two-h1 h1{
	font-size: 28px;
	color: black;
	font-weight: bold;
	width: 115px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.index-two-h1 h1:before{
	content: "";
	width: 29px;
	height: 1px;
	background-color: black;
	position: absolute;
	top: 0;
	left: -40px;
	bottom: 0;
	margin: auto;
}
.index-two-h1 h1:after{
	content: "";
	width: 29px;
	height: 1px;
	background-color: black;
	position: absolute;
	top: 0;
	right: -40px;
	bottom: 0;
	margin: auto;

}
.index-two-con{
	margin-top: 58px;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}
.index-two-ico{
	padding-top: 40px;
	width: 600px;
	margin: 0 auto;
}
.index-two-ico a{
	width: 108px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
	float: left;
	margin: 0 45px;
}

.index-three{
	width: 100%;
	height: calc(100vh - 100px);
	background: url('../images/index-threebg.jpg') no-repeat;
	background-size: 100% 100%;
}
.index-three-h1{
	padding-top: 110px;
}
.index-three-h1 h1{
	font-size: 28px;
	color: #95314b;
	width: 115px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.index-three-h1 h1:before{
	content: "";
	width: 29px;
	height: 1px;
	background-color: #95314b;
	position: absolute;
	top: 0;
	left: -40px;
	bottom: 0;
	margin: auto;
}
.index-three-h1 h1:after{
	content: "";
	width: 29px;
	height: 1px;
	background-color: #95314b;
	position: absolute;
	top: 0;
	right: -40px;
	bottom: 0;
	margin: auto;

}
.index-three-con{
	margin-top: 60px;
}
.index-three-bg{
	width: 100%;
	height: 100%;

}
.index-three-con .index-three-one{
	width: 298px;
	height: 270px;
	border: 1px solid white;
	float: left;
	overflow: hidden;
	position: relative;
}
.index-three-con .index-three-two{
	width: 398px;
	height: 270px;
	border: 1px solid white;
	float: left;
	overflow: hidden;
	position: relative;
}
.index-three-con-div{
	width: 130px;
	height: 133px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
.index-three-con-div p{
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	position: absolute;
	top: 100px;
	text-align: center;
	width: 100%;
}
.index-three-con .index-three-ico-div{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid white;
	margin: auto;
	position: absolute;
	left: 0;right: 0;
}
.index-three-con .index-three-ico{
	width: 48px;
	height: 48px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
.index-three-con .index-three-ico-div:hover{
	border: 2px solid #95314b;
	background: #95314b;
}

.index-four{
	width: 100%;
	height: calc(100vh - 100px);
}
.index-four-h1{
	padding-top: 68px;
}
.index-four-h1 h1{
	font-size: 28px;
	color: #95314b;
	width: 115px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.index-four-h1 h1:before{
	content: "";
	width: 29px;
	height: 1px;
	background-color: #95314b;
	position: absolute;
	top: 0;
	left: -40px;
	bottom: 0;
	margin: auto;
}
.index-four-h1 h1:after{
	content: "";
	width: 29px;
	height: 1px;
	background-color: #95314b;
	position: absolute;
	top: 0;
	right: -40px;
	bottom: 0;
	margin: auto;

}
.index-four-con{
	margin-top: 70px;
}
.index-four-con ul li{
	float: left;
	margin-right: 14px;
	position: relative;
	transition:width 2s;
	-webkit-transition:width 2s;
}
.index-four-con ul li:last-child{
	margin-right: 0;
}
.index-four-con ul li{
	width: 188px;
	height: 600px;
	transition:width 1s;
	-webkit-transition:width 1s;
}
.index-four-con ul li.index-four-img1{
	background-image: url('../images/index-four-one.png');
	background-size: cover;
}
.index-four-con ul li.index-four-img2{
	background-image: url('../images/index-four-two.png');
	background-size: cover;
}
.index-four-con ul li.index-four-img3{
	background-image: url('../images/index-four-three.png');
	background-size: cover;
}
.index-four-con ul li.index-four-img4{
	background-image: url('../images/index-four-four.png');
	background-size: cover;
}
.index-on{
	width: 593px!important;
	/*background-size: 100% 100%!important;*/
}
/*.index-four-con ul li:first-child img{
	width: 593px;
}*/
.index-four-con ul li div{
	position: absolute;
	top: 29px;
	left: 30px;
}
.index-four-con ul li div:before{
	content: "";
	width: 4px;
	height: 39px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: -10px;
}
.index-four-con ul li div h3{
	font-size: 17px;
	line-height: 24px;
	color: #ffffff;
}
.index-four-con ul li div p{
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}

.index-five{
	width: 100%;
	height: calc(100vh - 140px);
	background: url('../images/index-fivebg.jpg') no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.index-five-h1{
	padding-top: 78px;
}
.index-five-h1 h1{
	font-size: 28px;
	color: #95314b;
	width: 115px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.index-five-h1 h1:before{
	content: "";
	width: 29px;
	height: 1px;
	background-color: #95314b;
	position: absolute;
	top: 0;
	left: -40px;
	bottom: 0;
	margin: auto;
}
.index-five-h1 h1:after{
	content: "";
	width: 29px;
	height: 1px;
	background-color: #95314b;
	position: absolute;
	top: 0;
	right: -40px;
	bottom: 0;
	margin: auto;

}
.index-five-con{
	margin-top: 62px;
}
.index-five-con .index-five-img{
	width: 884px;
	height: 554px;
	margin: 0 auto;
	position: relative;
}
.index-five-con .address-one{
	position: absolute;
	top: 128px;
    right: 523px;
    width: 19px;
    height: 23px;
}
.index-five-con .address-two{
	position: absolute;
	top: 128px;
    right: 547px;
    width: 19px;
    height: 23px;
}
.index-five-con .address-three{
	position: absolute;
	top: 163px;
    right: 565px;
    width: 19px;
    height: 23px;
}
.index-five-con .address-four{
	position: absolute;
	top: 163px;
    right: 586px;
    width: 19px;
    height: 23px;
}
.address-hide span{
	position: absolute;
    top: 22px;
    left: -2px;
    font-size: 12px;
    color: #333333;
    width: 30px;
}
.address-hide img:nth-child(3){
	display: none; 
}
.address-hide div{
	display: none; 
}
.address-hide:hover img:first-child{
	display: none;
}
.address-hide:hover img:nth-child(3){
	display: block;
}
.address-hide:hover>div{
	display: block;
	position: absolute;
	width: 353px;
	height: 161px;
	top: -170px;
	left: 0;
	padding: 31px;
	color: white;
	background: #95314b;
	overflow: hidden;
}
/*首页 end*/

/*关于我们 start*/
.main-top{
	height: 50px;
	background-color: #ffffff;
}
.main-top-bot{
	border-bottom: 1px solid #ececec;
}
.main-top>ul{
	width: 70%;
	height: 50px;
	float: left;
}
.main-top>ul>li>a{
	float: left;
	margin-right: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #333333;
}
.main-top>ul>li>a:hover{
	font-weight: bold;
	color: #95314b;
	border-bottom: 3px solid #95314b;
}
.main-top>ul>li>a.this{
	font-weight: bold;
	color: #95314b;
	border-bottom: 3px solid #95314b;
}
.main-top>div{
	width: 30%;
	height: 50px;
	float: right;
	text-align: right;
	font-size: 14px;
	line-height: 50px;
	color: #666666;
}
.main-top>div a{
	font-size: 14px;
	color: #666666;
}
.main-main{
	background: #f4f4f4;
	padding-bottom: 40px;
}
.main-main h1{
	text-align: center;
	font-size: 26px;
	color: #333333;
	padding-top: 33px;
}
.main-main h1 img{
	margin-top: -20px;
}
.main-about div{
	font-size: 15px;
	line-height: 34px;
	color: #666666;
	min-height: 250px;
}
.main-about-02{
	margin-top: 30px;
}
/*关于我们 end*/

/*发展历程 start*/
.main-dev-line{
	border-top: solid 1px rgb(218,218,218);
	margin-top: 10px;
}
.main-dev-list{
	display: flex;
}
.main-dev-left{
	width: 35%;
	border-right: solid 1px rgb(218,218,218);
	position: relative;
}
.main-dev-left p{
	font-size: 18px;
	color: #454545;
	font-weight: bold;
	text-align: right;
	padding: 15px 30px 15px 0;
}
.main-dev-left img{
	position: absolute;
	top: 20px;
    right: -10px;
}
.main-dev-right{
	width: 65%;
}
.main-dev-right p{
	padding: 18px 0 15px 30px;
	font-size: 15px;
	color: #454545;
}
.main-dev-list:first-child .main-dev-left p{
	padding: 40px 30px 15px 0;
}
.main-dev-list:first-child .main-dev-left img{
	top: 45px;
}
.main-dev-list:first-child .main-dev-right p{
	padding: 43px 0 15px 30px;
}
.main-dev-list:last-child .main-dev-left p{
	padding: 15 30px 40px 0;
}
.main-dev-list:last-child .main-dev-right p{
	padding: 18
	px 0 40px 30px;
}
.main-dev-xia img{
	margin-left: 402px;
}
/*发展历程 end*/

/*新闻资讯 start*/
.main-news-list{
	padding: 25px 0;
	border-bottom: 1px dotted rgb(208,207,207);
	display: flex;
}
.main-news-img img{
	width: 390px;
	height: 288px;
}
.main-news-con{
	width: 810px;
	height: 288px;
	padding: 29px 30px 20px;
}
.main-news-con>h2{
	font-size: 18px;
	color: rgb(51,51,51);
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main-news-con>span{
	font-size: 12px;
	color: rgb(153,153,153);
	display: block;
	margin-top: 15px;
}
.main-news-con>p{
	font-size: 14px;
	color: rgb(102,102,102);
	line-height: 30px;
	margin-top: 20px;
	-webkit-line-clamp:4;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow: ellipsis;
}
.main-news-con>a{
	font-size: 12px;
	color: rgb(153,153,153);
	line-height: 30px;
	width: 93px;
	height: 30px;
	border-radius: 15px;
	background-color: rgb(232,232,232);
	display: block;
    text-align: center;
    margin-top: 15px;
}
.main-news-list:hover .main-news-con{
	background-color: white;
}
.main-news-list:hover .main-news-con>h2{
	font-weight: bold;
	color: rgb(149,49,75);
}
.main-news-list:hover .main-news-con>a{
	background-color: rgb(149,49,75);
	color: white;
}
.page{
	margin-top: 30px;
	text-align: center;
}
.page ul li{
	display: inline-block;
	margin-right: 7px;
}
.page ul li.current a{
	background-color: rgb(149,49,75);
	border: 1px solid rgb(149,49,75);
	color: white;
}
.page ul li a{
	padding: 5px 8px;
	border: 1px solid rgb(153,153,153);
	font-size: 12px;
	color: rgb(153,153,153);
}
.page ul li a:hover{
	background-color: rgb(149,49,75);
	border: 1px solid rgb(149,49,75);
	color: white;
}
.main-newsshow>h1{
	font-size: 24px;
	color: rgb(51,51,51);
}
.main-newsshow>p{
	text-align: center;
	padding: 8px 0 15px;
	border-bottom: 1px dotted rgb(219,218,218);
}
.main-newsshow>p>span{
	font-size: 12px;
	color: rgb(153,153,153);
	margin: 0 15px;
}
.main-newsshow .main-newsshow-con{
	margin-top: 30px;
}
.main-newsshow .main-newsshow-con>p{
	font-size: 14px;
	line-height: 30px;
	color: rgb(102,102,102);
	margin-bottom: 30px;
}
.main-newsshow-share{
	padding: 10px 0 30px;
	border-bottom: 1px dotted rgb(219,218,218);
}
.main-newsshow-page{
	margin-top:20px;
	display: flex;
}
.newsshow-page-left{
	width: 1000px;
}
.newsshow-page-left a{
	display: block;
	line-height: 30px;
	color: rgb(102,102,102);
	font-size: 14px;
}
.newsshow-page-right{
	width: 200px;
}
.newsshow-page-right a{
	width: 134px;
	height: 40px;
	display: block;
	background-color: rgb(232,232,232);
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	float: right;
	font-size: 14px;
	color: rgb(102,102,102);
}
/*新闻资讯 end*/

/*产品中心 end*/
.main-pro{
	display: flex;
}
.pro-list{
	width: 223px;
	margin-right: 21px;
	padding-top: 52px;
}
.pro-list:last-child{
	margin-right: 0;
}
.pro-list h3{
	font-size: 18px;
	line-height: 53px;
	color: white;
	background-color: rgb(149,49,75);
}
.pro-list h3 img{
	padding: 0 13px 0 20px;
}
.pro-list ul{
	min-height: 397px;
	background-color: white;
	padding: 10px 20px 0;
}
.pro-list ul li{
	line-height: 38px;
}
.pro-list ul li a{
	color: rgb(68,68,68);
	font-size: 15px;
}
.pro-list ul li a:hover{
	color: rgb(149,49,75);
}
.pro-show-top>ul>li>a{
	margin-right: 24px;
}
.main-pro-show{
	display: flex;
	padding-top: 52px;
}
.pro-show-left{
	width: 249px;
}
.pro-show-left ul li a{
	display: block;
	line-height: 25px;
	padding: 10px 0 10px 15px;
	font-size: 16px;
	color: #444444;
	background: #e0e0e0;
	border-bottom: 1px solid white;
	background-image: url('../images/pro-show-02.png');
	background-repeat: no-repeat;
	background-position: right;
	background-position-x: 230px;
}
.pro-show-left ul li a:hover{
	color: white;
	background: #95314b;
	background-image: url('../images/pro-show-01.png');
	background-repeat: no-repeat;
	background-position: right;
	background-position-x: 230px;
}
.pro-show-left ul li a.this{
	color: white;
	background: #95314b;
	background-image: url('../images/pro-show-01.png');
	background-repeat: no-repeat;
	background-position: right;
	background-position-x: 230px;
}
.pro-show-right{
	width: 921px;
	margin-left: 30px;
	background-color: white;
	display: flex;
}
.pro-show-right-img{
	padding: 31px;
}
.pro-show-right-img img{
	width: 307px;
	height: 280px;
}
.pro-show-right-main{
	width: 532px;
	padding-bottom: 30px;
}
.pro-show-right-main h3{
	font-size: 24px;
	color: #333333;
	padding: 30px 0 20px;
	border-bottom: 1px solid #d2d2d2;
}
.pro-show-right-main p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-top: 15px;
}
.pro-show-right-con{
	margin-top: 20px;
}
.pro-show-right-con h4{
	width: 98px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	color: white;
	background:#95314b;
}
.pro-show-right-con div{
	margin-top: 15px;
}
.pro-show-right-con div ul li{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding-left: 15px;
	background-image: url('../images/pro-show-04.png');
	background-repeat: no-repeat;
	background-position: left;
}
/*产品中心 end*/

/*招聘职位 start*/
.main-job-list{
	margin-top: 30px;
	padding: 0 30px;
	height: 126px;
	background-color: white;
}
.job-list-top{
	height: 70px;
	border-bottom: 1px solid #ececec;
	display: flex;
}
.job-list-top h3{
	width: 1000px;
	font-size: 22px;
	color: #333333;
	padding: 20px 0 20px 35px;
	background-image: url('../images/job-01.png');
	background-position: left;
	background-repeat: no-repeat;
}
.job-list-top a{
	width: 200px;
	font-size: 16px;
	text-align: right;
	color: #999999;
	line-height: 25px;
    padding: 20px 20px 20px 0px;
	background-image: url('../images/job-02.png');
	background-position: right;
	background-repeat: no-repeat;
}
.job-list-bot{
	display: flex;
}
.job-list-bot p{
	padding: 18px 0;
	width: 240px;
	font-size: 16px;
	color: #666666;
}
.job-list-bot p:last-child{
	text-align: right;
}
.main-job-list:hover{
	background-color: #95314b;
}
.main-job-list:hover .job-list-top{
	border-bottom: 1px solid white;
}
.main-job-list:hover .job-list-top h3{
	color: white;
	background-image: url('../images/job-01-1.png');
	background-position: left;
	background-repeat: no-repeat;
}
.main-job-list:hover .job-list-top a{
	color: white;
	background-image: url('../images/job-02-1.png');
	background-position: right;
	background-repeat: no-repeat;
}
.main-job-list:hover .job-list-bot p{
	color: white;
}
.job-list-con{
	width: 100%;
	height: 100%;
	background-color: #7a7a7abf;
	position: fixed;
	top: 0;
	right: 0;
	display: none;
}
.job-list-con>div{
	width: 852px;
	height: 432px;
	background-color: white;
	margin: 0 auto;
	margin-top: 10%;
	padding: 35px;
	position: relative;
}
.job-list-con>div>h3{
	padding-bottom: 23px;
	border-bottom: 1px solid #eaeaea;
	font-size: 30px;
	color: #444444;
}
.job-list-con>div>span{
	position: absolute;
	top: 20px;
	right: 40px;
	font-size: 47px;
	color: #95314b;
	cursor: pointer;
}
.job-list-con>div>div{
	height: 193px;
	overflow-x: auto;
	margin-top: 20px;
	line-height: 30px;
}
.job-list-con>div>div>h4{
	font-size: 14px;
	color: #95314b;
}
.job-list-con>div>div>div{
	font-size: 14px;
	color: #666666;
}
.job-list-con>div>a{
	width: 128px;
	height: 42px;
	background-color: #95314b;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 42px;
	display: block;
	margin-top: 30px;
}
/*招聘职位 end*/

/*联系我们 start*/
.contact-list{
	margin-top: 30px;
	padding: 25px 58px 25px 58px;;
	background-color: white;
	display: flex;
	min-height: 229px;
	align-items: center;
}
.contact-list:first-child{
	margin-top: 10px;
}
.contact-list-01{
	width: 171px;
	height: 150px;
	margin-top: 20px;
	padding-right: 20px;
	padding-top: 20px;
	border-right: 1px solid #dadada;
}
.contact-list-01 h3{
	font-size: 30px;
	color: #231f20;
	padding-bottom: 40px;
	background-image: url('../images/contact-02.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-position-x: left;
}
.contact-list-02{
	width: 700px;
}
.contact-list-02 p{
	font-size: 15px;
	color: #666666;
	line-height: 36px;
	padding: 0 76px 0 96px;
}
.contact-list-03 a{
	width: 134px;
	height: 35px;
	margin-left: 20px;
	background-color: #696969;
	display: block;
	font-size: 14px;
	padding-left: 30px;
	line-height: 35px;
	color: #ffffff;
	background-image: url('../images/contact-address.png');
	background-repeat: no-repeat;
	background-position: right;
	background-position-x: 100px;
}
.contact-list-03 a:hover{
	background-color: #95314b;
}
/*联系我们 end*/