/* bannerå›*/
.banner {
	width: 100%;
	position: relative;
}

.banner ul li {
	position: relative;
}

.banner img {
	width: 100%;
}

.banner .point {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner .point li {
	width: 16px;
	height: 16px;
	margin: 0 5px;
	border-radius: 8px;
	background: #bebdb8;
	float: left;
	color: transparent;
	cursor: pointer;
}

.banner .point li.on {
	width: 60px;
}

.banner .slides li img {
	width: 100%;
}

/* solution */
.home-section {
	padding: 50px 0;
	position: relative;
	z-index: 2;
}

.home-section .home-section-caption {
	text-align: center;
	padding-bottom: 30px;
}

.home-section .home-section-caption h2 {
	font-size: 3.2rem;
	text-transform: uppercase;
}

.home-solution-list li {
	width: 49%;
	position: relative;
	margin-bottom: 2%;
	overflow: hidden;
	border: 1px solid #dfdfdf;
}

.home-solution-list li img {
	width: 100%;
}

.home-solution-list li .li-text img {
	width: 100px;
	display: inline;
	vertical-align: middle;
	border-radius: 50%;
}

.home-solution-list li .li-text {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.home-solution-list li .li-text p {
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.6;
	width: 100%;
	margin: 5px 0;
	text-align: center;
	height: 150px;
	line-height: 150px;
}

.home-solution-list li .li-text::before,
.home-solution-list li .li-text::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fed03d;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.33s;
	transition: 0.3s;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.home-solution-list li .li-text::before {
	top: -100%;
}

.home-solution-list li .li-text::after {
	top: 100%;
}

.home-solution-list li:hover .li-text::before,
.home-solution-list li:hover .li-text::after {
	top: 0;
}

.home-solution-list li:hover .li-text {
	left: 0;
}

/* material */
.home-material {
	background-color: #f8f8f8;
}

.home-material-list {
	padding: 0 1.5%;
}

.home-material-list ul li {
	width: 24%;
	position: relative;
	color: #fff;
	line-height: 1.6;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.home-material-list ul li img {
	width: 100%;
	transition: 0.3s;
}

.home-material-list ul li:hover img {
	transform: rotateY(180deg);
}

.home-material-list li .li-text {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	padding: 0 5%;
	left: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	z-index: -1;
}

.home-material-list li .li-text h3 {
	width: 100%;
	font-size: 3rem;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	top: 0;
}

.home-material-list li .li-text h3::after {
	content: '';
	display: block;
	width: 170px;
	height: 1px;
	background-color: #fed03d;
	margin: 0 auto 20px;
	top: 0;
}

.home-material-list li .li-text p {
	font-size: 1.6rem;
	position: relative;
	top: -100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	top: 0;
}

.home-material-list ul li:hover .li-text {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	z-index: 2;
}

/* .home-material-list ul li:hover h3 {
  top: 0;
}
.home-material-list ul li:hover p {
  top: 0;
} */
.request-quite {
	padding: 50px 1.5% 0;
	align-items: center;
}

.request-quite .text {
	position: relative;
	padding-left: 30px;
}

.request-quite .text::before {
	content: '';
	display: block;
	width: 10px;
	height: 100%;
	border-radius: 5px;
	background-color: #c18129;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.request-quite .text h3 {
	font-size: 2.6rem;
	margin-bottom: 10px;
}

.request-quite .text p {
	font-size: 1.4rem;
	color: #787878;
	line-height: 2;
}

.request-quite .btn a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background-color: #c18129;
	padding: 0 30px;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 25px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.request-quite .btn a::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/icon.png) -40px 0;
	margin-right: 20px;
}

.material-icon-list {
	padding: 60px 0;
	color: #fff;
	background: url(../images/home-bg.jpg) top center;
}

.material-icon-list ul li {
	width: 31%;
	text-align: center;
}

.material-icon-list ul li i {
	display: block;
	width: 140px;
	height: 140px;
	margin: auto;
	background-image: url(../images/icon.png);
}

.material-icon-list ul li:nth-of-type(1) i {
	background-position: 0 -40px;
}

.material-icon-list ul li:nth-of-type(2) i {
	background-position: -140px -40px;
}

.material-icon-list ul li:nth-of-type(3) i {
	background-position: -280px -40px;
}

.material-icon-list ul li p {
	font-size: 2.2rem;
	margin: 15px 0;
	font-weight: bold;
}

.material-icon-list ul li span {
	font-size: 1.6rem;
}

/* news */
.home-news ul li {
	width: 24%;
	border: 1px solid #e5e5e5;
}

.home-news ul li img {
	width: 100%;
}

.home-news ul li .li-text {
	padding: 15px;
}

.home-news ul li .li-text h3 {
	font-size: 1.6rem;
	height: 50px;
	color: #333;
	line-height: 1.5;
	overflow: hidden;
}

.home-news ul li .li-text .date-author {
	border: 1px solid #e5e5e5;
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	color: #979797;
	font-size: 1.2rem;
	margin: 10px 0;
}

.home-news ul li .li-text .date-author .author {
	color: #c18129;
}

.home-news ul li .li-text p {
	color: #979797;
	font-size: 1.2rem;
	line-height: 1.6;
}

/* partner */
.home-partner {
	padding-top: 0;
}

.home-partner-list {
	border-top: 1px solid #c0bfbe;
	border-bottom: 1px solid #c0bfbe;
	overflow: hidden;
	padding: 20px 0;
}

/* .home-partner-list ul li {
	width: 20%;
} */

.home-partner-list ul li img {
	width: 78%;
}

.foot-fix{
	display: none;
}

@media screen and (max-width: 1200px) {}

@media screen and (min-width:992px) and (max-width:1199px) {}

@media screen and (min-width:768px) and (max-width:992px) {}

@media screen and (max-width:768px) {
	.home-section {
		padding: 30px 0;
	}

	.home-partner {
		padding-top: 0;
	}

	.home-section .home-section-caption h2,
	.home-material-list li .li-text h3 {
		font-size: 2.8rem;
	}
	
	.foot-fix{
		position: fixed;
		z-index: 20;
		width: 100%;
		left: 0;
		bottom: 0;
		background: #f5f5f5;
		height: 75px;
		overflow: hidden;
		display: block;
	}
	.foot-fix dl{
		float: left;
		width: 25%;
		text-align: center;
		font-size: 18px;
	}
	.foot-fix dl dd{
		color: #666;
	}
	.foot-fix dl.acitve dd{
		color: #e83421;
	}
	.foot-fix dl img{
		margin: auto;
		display: inline;
		vertical-align: middle;
		height: 22px;
	}
	.foot-fix dl dd{
		font-size: 16px;
	}
	.foot-fix dl dt{
		height: 45px;
		line-height: 45px;
	}
}



.canshu .white_content {
    display: none;
    position: fixed;
    top: 20%;
    left: 0;
    padding: 20px;
    border: 10px solid #9f9f9f;
    background-color: #ffffff;
    z-index: 1000000000000000000000000000000000000000000000000000000000002;
    overflow: auto;
    width: 100%;
    overflow: hidden;
    height: 505px;
}

.canshu .eclose {
    position: absolute;
    top: 2%;
    right: 0;
}

.canshu img {
    border: 0;
		width: 35%;
		top: 141px !important;
		right: 0;
		left: auto !important; 
}
 .contact-right input[type="text"],
    .contact-right input[type="tel"],
    .contact-right textarea {
        width: 100%;
    }
.contact-right form {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 7px;
}

.contact-right input[type="text"],
.contact-right input[type="tel"],
.contact-right input[type="number"],
.contact-right textarea {

    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    background-color: #efefef;
    border: #c7c6c6 solid 1px;
    color: #171717;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Humana777', Arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 15px;
}

.contact-right textarea {
    padding-top: 10px;
    resize: none;
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
    height: 100px;
}

.contact-right input[type="submit"],
.careers-right input[type="submit"] {
    float: left;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-family: "Humana970", Arial, sans-serif;
    width: 115px;
    height: 35px;
    background-color: #0183b8;
    margin-top: 5px;
    -webkit-transition: all 0.2s ease-in;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.2s ease-in;
    /* Firefox 4-15 */
    -o-transition: all 0.2s ease-in;
    /* Opera 10.5-12.00 */
    transition: all 0.2s ease-in;
    /* Firefox 16+, Opera 12.50+ */
}
.contact-right button{
	    width: 60%;
	    height: 40px;
	    background: #c18129;
	    border: none;
	    color: #fff;
	    font-size: 16px;
	    text-transform: uppercase;
	    display: block;
	    margin: auto;
	    margin-top: -10px;
}

@media screen and (max-width: 640px) {

	.home-solution-list li .li-text p,
	.material-icon-list ul li p {
		font-size: 1.8rem;
	}

	.request-quite .text h3 {
		font-size: 2.4rem;
	}

	.home-material-list ul li,
	.home-news ul li {
		width: 49%;
		margin: 1% 0;
	}

	.request-quite {
		padding: 30px 1.5% 0;
	}

	.request-quite .text {
		margin-bottom: 30px;
	}

	.material-icon-list ul li i {
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-moz-transform: scale(0.5);
		transform: scale(0.5);
		margin: unset;
	}
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 414px) {

	.material-icon-list {
		padding: 30px 0;
	}

	.home-section .home-section-caption h2,
	.home-material-list li .li-text h3 {
		font-size: 2.4rem;
	}

	.home-solution-list li {
		width: 100%;
	}

	.material-icon-list ul {
		align-items: flex-start;
	}

	.material-icon-list ul li {
		/* width: 48%; */
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 360px) {}