@charset "utf-8";
/* CSS Document */
.banner-ptys{
	background-image: url(../images/ptys/banner-bg.jpg);
	background-position: center;
}

.banner-box{
	width: 1200px;
	height: 420px;
	overflow: hidden;
	margin: 0 auto;
}
.banner-box .left{
	text-align: left;
}
.banner-box .left h1{
	font-size: 48px;
	font-weight: bold;
}
.banner-box .left p{
	font-size: 18px;
	color: #fff;
}
.banner-box .left .line{
	width: 60px;
	height: 2px;
	background-color: #fff;
	margin: 40px 0;
}

.banner-box .left .btn{
	width:160px;
	height:46px;
	background:rgba(232,54,50,1);
	box-shadow:0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius:3px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	letter-spacing: 2px;
	color: #fff;
}

.banner-box .left .btn a{
	display: block;
	width: 160px;
	height: 46px;
}


.cont1{
	width: 100%;
	height: auto;
	background-color: #f8fafd;
	overflow: hidden;
}
.cont1-list{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.cont1-list li{
	float: left;
	width: 200px;
	height: 300px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin: 50px;
	transition: .3s;
	box-shadow:0px 4px 20px 0px rgba(232,54,50,0.1);
}
.cont1-list li:hover {
	margin-top: 40px;
}
.cont1-list li .li-title{
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
}
.cont1-list li:nth-child(2n-1) .li-title{
	background:linear-gradient(90deg,rgba(232,54,50,1) 0%,rgba(255,76,76,1) 100%);
}

.cont1-list li:nth-child(2n) .li-title{
	background:linear-gradient(90deg,rgba(250,148,58,1) 0%,rgba(255,132,23,1) 100%);
}
.cont1-list li .icon{
	margin-top: 30px;
}

.cont1-list li p{
	display: block;
	width: 160px;
	margin: 10px auto 0;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}


.cont2{
	width: 100%;
	height: auto;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 60px;
}
.cont2-main{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 50px auto 0;
}

.cont2-main .cont2-box1{
	width: 1200px;
	height: auto;
	overflow: hidden;
}
.cont2-main .cont2-box1 .left{
	float: left;
	margin-top: 60px;
}
.cont2-main .cont2-box1 h2{
	font-size: 36px;
	color: #333;
}
.cont2-main .cont2-box1 p{
	font-size: 16px;
	color: #999;
	line-height: 24px;
}
.cont2-main .cont2-box1 .right{
	float: right;
}


.cont2-main .cont2-box2{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.cont2-main .cont2-box2 .right{
	float: right;
	margin-top: 20px;
	text-align: right;
}
.cont2-main .cont2-box2 h2{
	font-size: 36px;
	color: #333;
}
.cont2-main .cont2-box2 p{
	font-size: 16px;
	color: #999;
	line-height: 24px;
}
.cont2-main .cont2-box2 .left{
	float: left;
}


.cont3{
	width: 100%;
	height: 640px;
	background-image: url(../images/ptys/cont4-bg.jpg);
	background-position: center;
	overflow: hidden;
	position: relative;
}
.cont3-bg{
	width: 100%;
	height: 640px;
	background-image: url(../images/ptys/cont4-bg2.png);
	background-position: center;
	overflow: hidden;
	position: absolute;
	opacity: 0.07;
	z-index: 1;
}
.cont3-main{
	width: 1200px;
	height: 300px;
	overflow: hidden;
	margin: 40px auto 0;
	position: relative;
	z-index: 2;
}
.cont3-main .circle01{
	width: 482px;
	height: 226px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url(../images/ptys/cont4-img02.png);
	background-repeat: no-repeat;
	background-position: center;
}
.cont3-main .circle02{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 13px;
	left: 141px;
	background-image: url(../images/ptys/cont4-img01.png);
	animation: circle 3s infinite linear;
}
.cont3-main .circle02::before{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fff;
	top: -3px;
	left: 97px;
}
.cont3-main .circle03{
	position: absolute;
	width: 164px;
	height: 39px;
	top: 94px;
	left: 159px;
}

@-webkit-keyframes circle {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
      }
    }
    @keyframes circle {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
      }
    }

.cont3-list{
	width: 1200px;
	height: 300px;
	position: relative;
	/* outline: 1px solid #fff; */
}

.cont3-list li{
	width: 360px;
	height: 80px;
	position: absolute;
}
.cont3-list li:nth-child(2n-1) .icon{
	float: right;
}
.cont3-list li:nth-child(2n-1) .li-p{
	float: left;
	text-align: right;
}
.cont3-list li:nth-child(2n) .icon{
	float: left;
}
.cont3-list li:nth-child(2n) .li-p{
	float: right;
	text-align: left;
}
.cont3-list li .icon{
	width: 64px;
	height: 64px;
	margin-top: 8px;
}

.cont3-list li .li-p{
	width: 280px;
	height: 80px;
}
.cont3-list li .p1{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}

.cont3-list li .p2{
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	margin-top: 10px;
}
.cont3-list li:nth-child(1){
	top: 0;
	left: 0;
}
.cont3-list li:nth-child(2){
	top: 0;
	right: 0;
}

.cont3-list li:nth-child(3){
	bottom: 0;
	left: 0;
}

.cont3-list li:nth-child(4){
	bottom: 0;
	right: 0;
}
.cont3 .btn{
	width: 160px;
	height: 46px;
	background-color: #ffffff;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin: 20px auto 0;
	color: #ff4c4c;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	position: relative;
	z-index: 2;
}
.cont3 .btn a{
	display: block;
	width: 160px;
	height: 46px;
}


.cont4{
	width: 100%;
	height: 605px;
	overflow: hidden;
	background-image: url(../images/ptys/cont5-bg.jpg);
	background-position: center;
}

.cont4-list{
	width: 1260px;
	height: auto;
	overflow: hidden;
	margin: 30px auto 0;
}
.cont4-list li{
	float: left;
	width: 540px;
	height: 160px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow:0px 10px 20px 0px rgba(255,87,87,0.1);
	margin: 15px 30px;
}

.cont4-list li .icon{
	float: left;
	width: 100px;
	height: 100px;
	margin: 40px 0 0 25px;
}
.cont4-list li .li-p{
	float: left;
	width: 350px;
	height: 160px;
	margin-left: 35px;
}

.cont4-list li .p1{
	font-size: 30px;
	color: #333;
	margin-top: 20px;
}
.cont4-list li .p2{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-top: 10px;
}














