@charset "utf-8";

.inPro .intit {
	padding-top: 63px;
	padding-bottom: 65px;
}

.inProBao {
	overflow: hidden;
	padding-bottom: 84px;
}

.inProBao>a {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	width: 390px;
	height: 305px;
	overflow: hidden;
	background-color: #f8f7fa;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inProBao.inHon>a {
	height: 559px;
}

.inProBao>a:nth-child(3n) {
	margin-right: 0;
}

.inProBao>a {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.inProBao>a img {
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.inProBao>a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.inProBao>a .img {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.inProBao>a .img img {
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.inProBao>a:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.inProBao>a .ze {
	position: absolute;
	z-index: -1;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.65);
	font-family: SimSun;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.inProBao>a:hover .ze {
	z-index: 333;
	opacity: 1;
}

/*inpro*/

.inab {
	background-color: #f5f5f5;
	background-image: url(../img/inabbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1920px auto;
	min-height: 519px;
	box-sizing: border-box;
}

.inabtit {
	padding-top: 82px;
	padding-bottom: 40px;
}

.inabtit h3 {
	font-family: SimHei;
	font-size: 43px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 53px;
	letter-spacing: 0px;
	color: #fffefe;
	text-align: center;
	margin-bottom: 27px;
}

.inabtit p {
	width: 668px;
	margin: 0 auto;
	font-family: SimSun;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	opacity: 0.75;
}

.inAbBao {
	padding-bottom: 79px;
	overflow: hidden;
}

.inAbBao .left {
	float: left;
	width: 568px;
	height: 715px;
	overflow: hidden;
	background-color: #FFFFFF;
}

.inAbBao .left .img {
	height: 390px;
	overflow: hidden;
}

.inAbBao .left .wen {
	box-sizing: border-box;
	padding: 62px 77px 50px 36px;
}

.inAbBao .left .wen h3 {
	height: 31.5px;
	overflow: hidden;
	font-family: SimHei;
	font-size: 21.5px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31.5px;
	letter-spacing: 0px;
	color: #000000;
	text-align: left;
	margin-bottom: 3px;
}

.inAbBao .left .wen p {
	max-height: 96px;
	overflow: hidden;
	font-family: SimSun;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #505050;
	text-align: left;
	opacity: 0.89;
}

.inAbBao .left .wen a {
	margin-top: 41px;
	width: 179px;
	height: 39px;
	background-color: #f1890c;
	font-family: SimSun;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 0px;
	color: #f5f5f5;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #f1890c;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.inAbBao .left .wen a:hover {
	background-color: #FFFFFF;
	color: #f1890c;
}

.inAbBao .right {
	margin-top: 160px;
	float: right;
	width: 559px;
	height: 565px;
	background-color: #FFFFFF;
}

.inAbBao .right .wen {
	box-sizing: border-box;
	height: 210px;
	overflow: hidden;
	padding: 44px 42px;
	padding-bottom: 20px;
	font-family: SimSun;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #494949;
	text-align: left;
	opacity: 0.75;
}

.inAbBao .right .wen h3 {
	font-family: SimHei;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #2c2c2c;
	text-align: left;
	margin-bottom: 16px;
}

.inAbBao .right .wen p {
	max-height: 75px;
	overflow: hidden;
	font-family: SimSun;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #494949;
	text-align: left;
	opacity: 0.75;
}

.inAbBao .right .img {
	height: 355px;
	overflow: hidden;
}

/*inab*/

.inCase .intit {
	padding-top: 87px;
	padding-bottom: 82px;
}

.inCaseBao {
	overflow: hidden;
}

.inCaseBao .swiper-slide {
	font-size: calc(100vw / 19.2);
}

.inCaseBaoA {
	font-size: calc(100vw / 19.2);
	height: 5.84em;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	border-right: 1px solid #e4e3ea;
	border-bottom: 1px solid #e4e3ea;
}

@media only screen and (max-width: 1200px) {
	.inCaseBaoA {
		height: 365px;
	}
}

.inCaseBaoA .img {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.inCaseBaoA .ze {
	font-size: calc(100vw / 19.2);
	position: absolute;
	z-index: 111;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #464646;
	opacity: 0.7;
	transition: all ease-out .5s 0s;
	-webkit-transition: all ease-out .5s 0s;
	-moz-transition: all ease-out .5s 0s;
	-o-transition: all ease-out .5s 0s;
}

.inCaseBaoA:hover .ze {
	z-index: -1;
	left: 100%;
}

.inCaseBaoA .ze p {
	display: block;
	position: absolute;
	left: 1.67em;
	bottom: 1.67em;
	height: 1em;
	font-family: "franklin gothic demi";
	font-size: .36em;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0;
	color: #ffffff;
	text-align: left;
}

.inCaseBaoA .wen {
	font-size: calc(100vw / 19.2);
	position: absolute;
	z-index: -1;
	left: calc(.61em - 100%);
	bottom: .6em;
	transition: all ease-out .5s 0s;
	-webkit-transition: all ease-out .5s 0s;
	-moz-transition: all ease-out .5s 0s;
	-o-transition: all ease-out .5s 0s;
}

@media only screen and (max-width: 1200px) {
	.inCaseBaoA .wen {
		left: 38px;
		bottom: 37px;
	}
}

.inCaseBaoA:hover .wen {
	z-index: 333;
	left: .61em;
}

.inCaseBaoA .wen p {
	display: block;
	height: 1.6em;
	overflow: hidden;
	font-family: "franklin gothic demi";
	font-size: .25em;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.6em;
	letter-spacing: 0;
	color: #ffffff;
	text-align: left;
	padding: 0 .64em;
	border-radius: 1.34em;
	background-color: #6fb92c;
}

@media only screen and (max-width: 1200px) {
	.inCaseBaoA .wen p {
		height: 25px;
		font-size: 15.625px;
		line-height: 25px;
		padding: 0 10px;
		border-radius: 10px;
	}
}

/*inCase*/

.inNews {
	padding-bottom: 58px;
}

.inNews .intit {
	padding-top: 78px;
	padding-bottom: 73px;
}

.inNewsBao {
	overflow: hidden;
}

.inNewsBao .left {
	float: left;
	width: 614px;
	height: 406px;
	overflow: hidden;
}

.inNewsBaoLeftA {
	height: 76px;
	padding-bottom: 13px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 11px;
	overflow: hidden;
}

.inNewsBaoLeftA .dataH {
	width: 86px;
	height: 100%;
	float: left;
	margin-right: 15px;
	background-color: #f1890c;
	box-sizing: border-box;
	border: 1px solid #f1890c;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.inNewsBaoLeftA:hover .dataH {
	background-color: #FFFFFF;
}

.inNewsBaoLeftA .dataH h3 {
	height: 31px;
	overflow: hidden;
	font-family: simhei;
	font-size: 27px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-top: 13px;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.inNewsBaoLeftA:hover .dataH h3 {
	color: #f1890c;
}

.inNewsBaoLeftA .dataH p {
	height: 22px;
	overflow: hidden;
	font-family: simhei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.inNewsBaoLeftA:hover .dataH p {
	color: #f1890c;
}

.inNewsBaoLeftA .ronNews {
	width: 491px;
	float: left;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 15px;
}

.inNewsBaoLeftA .ronNews h3 {
	height: 20px;
	overflow: hidden;
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #494949;
	text-align: left;
	margin-bottom: 4px;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.inNewsBaoLeftA:hover .ronNews h3 {
	color: #f1890c;
}

.inNewsBaoLeftA .ronNews p {
	max-height: 40px;
	overflow: hidden;
	font-family: SimSun;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #8d8d8d;
	text-align: left;
}

.inNewsBao .right {
	float: right;
	width: 534px;
	height: 406px;
	overflow: hidden;
}

/*inNews*/

/*index*/

.aboutRon {
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #242424;
	text-align: left;
}

.aboutRon>.ron {
	width: 1150px;
	padding-bottom: 70px;
}

.aboutRon .intit {
	padding-top: 73px;
	padding-bottom: 68px;
}

.aboutBao {
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #242424;
	text-align: left;
}

.aboutBao p {
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #242424;
	text-align: left;
	text-indent: 2em;
}

.aboutBao img {
	width: auto;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	border-radius: 40px;
}

/*about*/

.caseRon {
	padding-bottom: 173px;
}

.caseRon .intit {
	padding-top: 73px;
	padding-bottom: 73px;
}

.caseBao .inCaseBaoA {
	width: calc(100% / 5);
	float: left;
}

/*case*/

.contRon {
	padding-bottom: 140px;
}

.contRon .intit {
	padding-top: 73px;
	padding-bottom: 160px;
}

.contBao .inp {
	display: block;
	float: left;
	width: 572px;
	padding-left: 8px;
	padding-right: 37px;
	border-right: 1px solid #dcdcdc;
}

.contBao {
	box-sizing: border-box;
	padding-left: 64px;
}

.contBao .inp .xtit {
	padding-bottom: 20px;
	font-family: SimHei;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #000000;
	text-align: left;
}

.contBao .inp .biao .rr {
	overflow: hidden;
}

.contBao .inp .biao .rr>span {
	display: block;
	float: left;
	width: 74px;
	margin-right: 6px;
	height: 40px;
	margin-bottom: 20px;
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #6f6f6f;
	text-align: right;
}

.contBao .inp .biao .rr>input {
	display: block;
	float: left;
	width: 420px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	font-family: SimSun;
	font-size: 14px;
	line-height: 40px;
	text-align: left;
	box-sizing: border-box;
	padding: 0 10px;
	outline: none;
}

.contBao .inp .biao .rr>textarea {
	display: block;
	float: left;
	width: 420px;
	height: 110px;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	font-family: SimSun;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	resize: none;
}

button.cobtn {
	margin-top: 38px;
	margin-left: 95px;
	width: 233px;
	height: 45px;
	background-color: #ff9c00;
	border-radius: 23px;
	font-family: SimSun;
	font-size: 16px;
	line-height: 45px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	outline: none;
	border: 0;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;

}

button.cobtn:hover {
	border: 1px solid #ff9c00;
	background-color: transparent;
	color: #ff9c00;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;

}

.contBao .erwen {
	display: block;
	float: right;
	width: 445px;
	height: auto;
}

.contBao .erwen .etit {
	padding-bottom: 20px;
}

.contBao .erwen .etit h3 {
	font-family: SimSun;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #000000;
	text-align: left;
}

.contBao .erwen .etit p {
	font-family: SimSun;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #6f6f6f;
	text-align: left;
}

.contBao .erwen .ebao .eewen {
	font-family: SimSun;
	font-size: 14px;
	line-height: 32px;
	color: #434343;
	text-align: left;
}

.contBao .erwen .ebao .eewen p {
	font-family: SimSun;
	font-size: 14px;
	line-height: 30px;
	color: #434343;
	text-align: left;
}

.contBao .erwen .ebao .eewen img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*cont*/

.newsRon {
	padding-bottom: 150px;
}

.newsRon .intit {
	padding-top: 73px;
	padding-bottom: 73px;
}

.newsRon .title {
	padding-bottom: 32px;
}

.newsBao {
	width: 1140px;
	margin: 0 auto;
	box-sizing: border-box;
}

.newsBao>a {
	padding: 23px 0;
	padding-right: 20px;
	border-bottom: 1px solid #e1e1e1;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.newsBao>a .img {
	display: block;
	float: left;
	width: 270px;
	margin-right: 20px;
	height: 202px;
	overflow: hidden;
	background-color: #f9f9f9;
}

.newsBao>a .img img {
	display: block;
	width: auto;
	margin: 0 auto;
	height: 100%;
}

.newsBao>a .wen {
	display: block;
	float: left;
	width: 830px;
	height: 203px;
	overflow: hidden;
}

.newsBao>a .wen h3 {
	height: 42px;
	overflow: hidden;
	font-family: SimHei;
	font-size: 16px;
	line-height: 42px;
	color: #000000;
	text-align: left;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.newsBao>a .wen p {
	height: 44px;
	overflow: hidden;
	font-family: SimSun;
	font-size: 12px;
	line-height: 22px;
	color: #484546;
	text-align: left;
}

.newsBao>a .wen h6 {
	height: 12px;
	overflow: hidden;
	font-family: SimSun;
	font-size: 12px;
	line-height: 1;
	color: #676666;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 48px;
}

.newsBao>a .wen button {
	display: block;
	width: 120px;
	height: 33px;
	background-color: #ff9c00;
	font-family: SimSun;
	font-size: 12px;
	line-height: 33px;
	color: #f5f3f8;
	text-align: center;
	cursor: pointer;
	border: 0;
	outline: none;
}

.newsBao>a:hover {
	border-color: #ff9c00;
}

.newsBao>a:hover h3 {
	color: #ff9c00;
}

/*news*/

.proRon {
	padding-bottom: 106px;
}

.proRon .intit {
	padding-top: 73px;
	padding-bottom: 45px;
	border-bottom: 1px dashed #d5d5d5;
}

.proRon .title {
	padding-top: 38px;
	padding-bottom: 67px;
}

.proRon .inProBao {
	padding-bottom: 0;
}

/*pro*/
