

/* in-section1 start */

.in-section1 {
    padding: 68px 0;
}

.inse1-wrapper {
    margin-top: 5px;
}

.inse1-slide {
    width: 390px;
    height: 350px;
    background-image: -webkit-linear-gradient(130deg, #a552eb 0%, #843aec 100%);
    background-image: -moz-linear-gradient(130deg, #a552eb 0%, #843aec 100%);
    background-image: -o-linear-gradient(130deg, #a552eb 0%, #843aec 100%);
    background-image: linear-gradient(-40deg, #a552eb 0%, #843aec 100%);
    border-radius: 5px;
    margin: 28px 0 0 25px;
}

.inse1-slide:nth-child(3n+1) {
    margin-left: 0;
}

.inse1-top {
    margin: 30px 0 9px 50px;
    text-align: left;
}

.inse1-top-img img {
    width: 100px;
    height: 100px;
}

.inse1-top-main {
    margin-left: 21px;
}

.inse1-top-name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    color: #fff45c;
    margin: 15px 0 12px;
}

.inse1-top-intro {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
}

.inse1-link {
    border-radius: 5px;
    border: solid 1px #ffffff;
    line-height: 38px;
    width: 118px;
    margin: 17px 12px 0;
    font-size: 16px;
}

.inse1-link:hover {
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
}

.inse1-btn a {
    width: 128px;
    height: 40px;
    background-color: #fff45c;
    border-radius: 20px;
    line-height: 40px;
    margin: 28px auto 0;
    font-size: 14px;
    color: #843bec;
}

.inse1-btn a:hover {
    /* color:transparent */
    /* color: #fff; */
    /* background: linear-gradient(90deg, #ff504b, #fbc149); */
    box-shadow: 0 0 20px 0px #ff504b inset;
    font-weight: bold;
}

.inse1-slide:nth-child(2),
.inse1-slide:nth-child(6) {
    background-image: -webkit-linear-gradient(130deg, #f49037 0%, #eb5c24 100%);
    background-image: -moz-linear-gradient(130deg, #f49037 0%, #eb5c24 100%);
    background-image: -o-linear-gradient(130deg, #f49037 0%, #eb5c24 100%);
    background-image: linear-gradient(-40deg, #f49037 0%, #eb5c24 100%);
}

.inse1-slide:nth-child(2) .inse1-btn a,
.inse1-slide:nth-child(6) .inse1-btn a {
    color: #eb5c24;
}

.inse1-slide:nth-child(3),
.inse1-slide:nth-child(4) {
    background-image: -webkit-linear-gradient(130deg, #4b91ff 0%, #2272ef 100%);
    background-image: -moz-linear-gradient(130deg, #4b91ff 0%, #2272ef 100%);
    background-image: -o-linear-gradient(130deg, #4b91ff 0%, #2272ef 100%);
    background-image: linear-gradient(-40deg, #4b91ff 0%, #2272ef 100%);
}

.inse1-slide:nth-child(3) .inse1-btn a,
.inse1-slide:nth-child(4) .inse1-btn a {
    color: #2172ef;
}

.in-section2 {
    padding: 100px 0 88px;
}

.inse2-nav {
    margin-top: 35px;
    margin-bottom: 8px;
    border: solid 1px #00a0e9;
}

.inse2-nav-item {
    width: 406px;
    height: 70px;
    line-height: 70px;
    color: #535353;
    font-size: 20px;
}

.inse2-active {
    color: #fff;
    background-color: #00a0e9;
    font-weight: bold;
}

.inse2-nav-item:not(.inse2-active):hover {
    font-weight: bold;
    color: #00a0e9;
    cursor: pointer;
}
.inse2-slide{
    text-align: left;
	display: none;
}
.inse2-item{
    width: 358px;
	height: 220px;
	background-color: #ffffff;
	box-shadow: 0px 0px 9px 0px 
		rgba(191, 191, 191, 0.5);
    margin-top:20px;
    margin-left: 17px;
    color: #313131;
    text-align: left;
	position: relative;
	padding-left:37px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.inse2-left{
    width:396px;
    height: 460px;
    text-align: center;
    margin-left: 0px;
	padding-left:0;
}
.inse2-name{
    font-size: 20px;
	font-weight: bold;
	padding:30px 0 12px 0;
}
.inse2-btn{
    border-radius: 5px;
	border: solid 1px #00a0e9;
    line-height: 30px;
    width: 95px;
    margin:0 5px;
    font-size: 14px;
    text-align: center;
	color: #00a0e9;
}
.inse2-btn:first-child{
	margin-left:0;
}
.inse2-btn:last-child{
	margin-right:0;
}
.inse2-intro{
	font-size: 14px;
	line-height: 20px;
	color: #7d7d7d;
	margin-top:9px;
}
.inse2-left .inse2-intro{
	line-height: 24px;
}
.inse2-item:not(.inse2-left) .inse2-img{
	position: absolute;
	right:29px;
	bottom:23px;
}
.inse2-left .inse2-name{
	font-size: 24px;
	padding:45px 0 18px;
}
.inse2-left .inse2-intro{
	margin: 0 30px 22px;
}
.inse2-left .inse2-btn{
	width:178px;
	line-height: 48px;
	margin-bottom: 50px;
}
.inse2-left .inse2-btn:hover{
	background-color: #00a0e9;
	color:#fff;
}
.inse2-left .inse2-img{
	margin:0 auto;
}
.inse2-price{
	font-size: 20px;
	color: #ff6900;
	display: table-cell;
	vertical-align: bottom;
	position: absolute;
	left:38px;
	bottom:30px;
}
.inse2-price strong{
	font-size: 40px;
	font-weight: normal;
}
.inse2-price span{
	font-size:30px;
}
a.inse2-item:hover{
	box-shadow: 0px 0px 9px 0px
		rgba(191, 191, 191, 0.5) inset;
}
.inse2-right{
	width:824px;
}

