/*几度CMS*/
.contact-banner{
	min-width:1200px;
	height: 490px;
	overflow: hidden;
	/*margin-top: 36px;*/
}

.contact-banner img{
	width: 100%;
	height: 100%;
	display: block;
}


.part2{
	height: 832px;
	margin-bottom: 270px;
	/* background: url(../img/img4.jpg) no-repeat center; */
}

.part2 h1{
	padding: 15px 0 50px 0;
}
.part3 h1, .part3 .h1{
	padding-top: 50px;
	font-size: 28px;
}
.part2 ul{
	flex-wrap: wrap;
}
.part2 ul li{
	width: 370px;
	height: 458px;
	background: #FFFFFF;
	margin-bottom: 20px;
	box-shadow: 0 0px 5px 0px #bbb;
}

.part2 ul li:hover{
	/* box-shadow: 0 0px 5px 0px #28A7E1; */
	/* animation: flipInY 1s; */
}

.part2 ul li .imgbox{
	height: 290px;
}

.part2 ul li .imgbox>div{
	width: 216px;
	height: 174px;
	box-shadow: 0 0 7px 0 #ccc;
}

.part2 ul li .text p{
	line-height: 2em;
}

.part2 ul li .text{
	padding: 0 30px;
	height: 150px;
	border-bottom: 2px solid #28A7E1;
}
.imgbox img {
	transition: all .5s;
}
.part2 ul li:hover img{
	transform: rotate(45deg) scale(1.1);
}

.part3 {
	min-width: 1200px;
	background:url("../img/img5my.jpg") center no-repeat;
}
.part3-con {
	position: relative;
	width: 1200px;
	height: 413px;
	margin: 67px auto 0;
}
.part3-text {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 640px;
	height: 364px;
	font-size: 14px;
	color: #fff;
	line-height: 56px;
}
.part3-text p:nth-child(2) {
	text-indent: 36px;
}
.part3-text p:nth-child(3) {
	text-indent: 72px;
}
.part3-text p:nth-child(4) {
	text-indent: 108px;
}
.part3-text h3 {
	text-indent: 144px;
	font-size: 30px;
	font-weight: bold;
	color: #c0d55e;
}

.part-tit {
	width: 100%;
	text-align: center;
	font-size: 35px;
	color: #333;
	padding: 70px 0 50px;
}

.part4 {
	width: 100%;
	min-width: 1200px;
	height: 515px;
	font-size: 16px;
	color: #666;
}
.part4-con {
	width: 1200px;
	margin: 0 auto;
}
.part4-con>div {
	float: left;
	width: 212px;
	overflow: hidden;
	margin-right: 117px;
	text-align: center;
}
.part4-con>div:last-child {
	margin:0;
}
.part4-img1 img{
	width: 142px;
	height: 142px;
	margin-left: -8px;
	transition: all 1s;
}
.part4-img2 img{
	width: 212px;
	height: 84px;
	margin-bottom: 8px;
}
.part4-con>div:hover .part4-img1 img{
	transform: rotate(360deg);
}

.part3{
	height: 628px;
	overflow: hidden;
	/*background: url(../img/img5.jpg) no-repeat center;*/
}

.part5{
	width: 100%;
	min-width: 1200px;
	height: 630px;
	overflow: hidden;
	background: url(../img/img13my.png) no-repeat center;
	background-size: 100% 100%;
}
.part5 .part-tit {
	color: #fff;
}
.part5-con {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.part5-con ul {
    width: max-content;
    position: relative;
    left: 65px;
}
.part5-con li {
    float: left;
    width: 200px;
    height: 200px;
    position: absolute;
    transform: rotate(45deg);
    left: 0;
    top: 20px;
}
.part5-con li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
}
.part5-con li img {
    width: 282px;
    height: 282px;
    transition: all 1s ease-in-out;
    position: absolute;
    left: -41px;
    top: -41px;
}
.part5-con li:hover img {
    transform: rotateY(360deg);
}
.part5-con .part5-con1 {
    left: 300px;
}
.part5-con .part5-con2 {
    left: 600px;
}
.part5-con .part5-con3 {
    left: 900px;
}
.part5-con .part5-con4 {
    left: 150px;
    top: 172px;
}
.part5-con .part5-con5 {
    left: 450px;
    top: 172px;
}
.part5-con .part5-con6 {
    left: 750px;
    top: 172px;
}

.part6{
	padding: 0 0 50px;

}
.part6 .button {
	width:190px;
	height: 39px;
	margin: 50px auto 0;
	overflow: hidden;
	position: relative;
}
.part6 button{
	padding: 10px 60px;
	color: #FFFFFF;
	background: #3c7ee5;
	border:none;

	position: relative;
}
.part6 button::before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 40px;
	background: #fefdc3;
	background-blend-mode: normal,normal;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: .3;
	left: -252px;
	top: 0;
	-webkit-animation: leftToRight1 1.5s ease-in-out infinite;
	-o-animation: leftToRight1 1.5s ease-in-out infinite;
	animation: leftToRight1 1.5s ease-in-out infinite;
}
@keyframes leftToRight1 {
	0% {
		left: -252px;
	}
	100% {
		left: 100%;
	}
}

.popup{
	width: 493px;
	height: 746px;
}

.popup>img{
	height:265px;
	width: 100%;
	display: block;
}

.popup .form{
	padding: 35px 25px;
	text-align: center;
}

.popup .form p{
	line-height: 1.8em;
	padding-top: 15px;
	padding-bottom: 15px;
}
.popup .form input{
	width: 100%;
	padding: 8px 20px;
	border-radius: 5px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.popup .form>button{
	width: 100%;
	padding: 12px 20px;
	border-radius: 5px;
	border: none;
	color: #FFFFFF;
	background: #449ef1;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-top: 5px;
}

.popup .form>div input{
	width: auto;
	border-right: none;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.popup .form>div button{
	padding: 0px 20px;
	line-height: 34px;
	height: 34px;
	border: none;
	color: #FFFFFF;
	background: #449ef1;
	box-sizing: border-box;
}
.popup .form input::placeholder{
	color: #cecece;
}

/*几度CMS*/
