.header{
    position: absolute;
    width:100%;
    top:0.6rem;
    left:0;
    z-index: 99;
}
.header .log{
    display: inline-block;
    width: 3.875rem;
    height: 1.125rem;
    margin-left: 0.4rem;
}
.header .log img{
    width: 3.875rem;
    height: 1.125rem;
}
.header .right{
    float: right;
}
.header .right:before{
    content: '';
    display: block;
    clear: both;
    width: 1.05rem;
    height: 1.05rem;
    background: url(../img/tel.png) no-repeat center;
    background-size: 100% 100%;
    float: left;
}
.header .right a{
    font-size: 0.6rem;
    color: #fff;
    line-height: 1.05rem;
    padding: 0 0.3rem 0 0.4rem;
}

/*part1*/
.part1_ul{
    padding-bottom: 2rem;
}
.part1_ul li{
    display: inline-block;
    float: left;
    width: 8.4rem;
    position: relative;
}
.part1_ul li:nth-child(1){

}
.part1_ul li:nth-child(2){
     float: right;
}
.part1_ul li:before{
    content: '';
    display: block;
    clear: both;
    width: 6.25rem;
    height: 6.25rem;
    margin-top: -3.125rem;
    margin-left: -3.125rem;
    border-radius: 0.2rem;
    border:1px solid #d4d4d4;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top:50%;

}
.part1_ul .img_box{
    position: relative;
    min-height: 100px;
}
.img_box > img{
    width: 100%;
    display: block;
}
.part1_ul .img_box .img_pop{
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.5);
    filter:alpha(opacity=50);
    text-align: center;
    top: 0;
    left: 0;
    color: #fff;
    transform: scale(1);

    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;

    display: flex;
    align-items: center;
    justify-content: center;
}
.part1_ul .img_box .img_pop .del{
    font-size: 0.75rem;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}
.part1_ul .img_box .del h3{
    color: #2cb1b5;
    font-weight: normal;
    font-size: 1.2rem;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
.part1_ul .img_box .del p{

}
.part1_ul .img_box .del p span{
    color: #ffd800;
}

/*part2*/
.part2{
    background:url("../img/part2Bg.jpg") no-repeat center bottom #0d1534;
    background-size: 100%;
}
.part2_ul{}
.part2_ul li{
    width:100%;
    padding: 0.5rem;
    background: rgba(44,177,181,0.2);
    margin-bottom:1rem;
}
.part2_ul li.last{
	margin-bottom: 0;
}
.part2_ul li .cont{
    width:100%;
    padding:1rem 1.0rem 1.2rem;
    background: rgba(44,177,181,0.3);
    color: #fff;
}
.part2_ul li .cont h3{
    font-size: 0.75rem;
    padding-bottom: 0.2rem;
}
.part2_ul li .cont h3 span{
    color: #ffd800;
    margin-left: 2rem;
}
.part2_ul li .del_1{
    width:100%;
    font-size: 0.6rem;
}
.part2_ul li .del_1 span{
    position: relative;
    padding: 0 1.35rem 0 0.6rem;
}
.part2_ul li .del_1 span:before{
    content: '';
    display: inline-block;
    clear: both;
    position: absolute;
    background: url("../img/part2-icon-01.png") no-repeat left center;
    background-size: auto 100%;
    left: -0.2rem;
    top:.15rem;
    width:1.6rem;
    height: 1.6rem;
}
.part2_ul li .del_1 span:nth-child(1):before{
	width: 0.5rem;
	height: 0.575rem;
	background-position: 0rem top;
}
.part2_ul li .del_1 span:nth-child(2):before{
	width: 0.575rem;
	height: 0.575rem;
    background-position: -.6rem top;
}
.part2_ul li .del_1 span:nth-child(3):before{
	width: 0.6rem;
	height: 0.6rem;
    background-position: -1.2rem top;
}
.part2_ul li .del_1 span:nth-child(4):before{
	width: 0.675rem;
	height: 0.575rem;
    background-position: -1.7rem top;
}
.part2_ul li .del_2{
    padding-left: 2.85rem;
    position: relative;
    margin-top: 1rem;
}
.part2_ul li .del_2:before{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top:-0.19rem;
    left: 0;
    width:2.275rem;
    height:2.275rem;
    background: url("../img/part2-icon-02.png") no-repeat center top;
    background-size: 100% auto;
}
.part2_ul li .del_2.del_2_1:before{
    background-position: center 0rem;
}
.part2_ul li .del_2.del_2_2:before{
    background-position: center -2.3rem;
}
.part2_ul li .del_2.del_2_3:before{
    background-position: center bottom;
}
.part2_ul li .del_2 .del_tit{
    font-weight: bold;
    font-size: 0.75rem;
    padding-bottom: 0rem;
}
.part2_ul li .del_2 .del_cont{
    font-size: .6rem;
}
.part2_ul li .del_2 .del_cont span{
    padding-right: 1rem;
}

/*part3*/
.part3_ul{
    margin: 0 -0.5rem;
}
.part3_ul li{
    width:50%;
    float: left;
    padding: 0.5rem;
    margin: 1rem 0;
}
.part3_ul li .cont{
    border:1px solid #2cb1b5;
    border-radius: 1rem;
    text-align: center;
    height: 7.1rem;
}
.part3_ul li .cont .title{
    border-radius: 1rem 1rem 0 0;
    background: #2cb1b5;
    height: 2.3rem;
    position: relative;
}
.part3_ul li .cont .title > div{
    position: absolute;
    top: -1.4rem;
    left: 50%;
    width:5.3rem;
    height: 3.225rem;
    margin-left: -2.65rem;
}
.part3_ul li .cont .title > div img{
    width: 100%;
    height: auto;
}
.part3_ul li .cont h4{
    color: #2cb1b5;
    font-size: .75rem;
    padding: 0.5rem 0;
}
.part3_ul li .cont p{
    font-size: 0.6rem;
    padding: 0 0.6rem 0.8rem;
}
.part3 .linkWrap a, .part5 .linkWrap a{
    background: #2cb1b5;
    color: #fff;
}
.part3 .linkWrap{
	padding-top: 0.2rem;
}

/*part4*/
.part4{
	width: 100%;
	height: 26.25rem;
    background: url(../img/bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.part4Swiper .device {
    width: 100%;
    position: relative;
    margin: 10px auto;
}
 .part4Swiper .swiper-wrapper{
    height: inherit;
}
.part4Swiper .swiper-container {
    width: 100%;
    color: #fff;
    text-align: center;
}
.part4Swiper .swiper-slide {
    height: 100%;
    opacity: 1;
    width: 10%;
    -webkit-transition: 600ms;
    -moz-transition: 600ms;
    -o-transition: 600ms;
    transition: 600ms;
   /* -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);*/
    position: relative;
    z-index: 1;

    transform-style: preserve-3d;

}
.part4Swiper .swiper-slide .img-box{
    position: absolute;
}
.part4Swiper .swiper-slide .img-box img{
    opacity: 1;
    display: block;
    width: 100%;
	height: auto;
}
.part4Swiper .swiper-slide .img-box{
    width: 190%;
    height: 190%;
    top:10%;
    left: -45%;
    opacity: 0.2;
    -webkit-transition: 400ms;
    transition:400ms;
}
.part4Swiper .swiper-slide-visible {
    opacity:1;
}
.part4Swiper .swiper-slide-active .img-box{
    width: 200%;
    height: 200%;
    top:10%;
    left: -50%;
    opacity: 1;
    -webkit-transition: 400ms;
    transition:400ms;
}
.part4Swiper .swiper-slide-active {
    top: 0;
    opacity: 1;
    width: 60%;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    position: relative;
    z-index: 10;
    transition: 300ms;
}

.part4Swiper .swiper-slide-active .img-box img{
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 0.8rem rgba(0,0,0,0.8);
    -webkit-transition: 400ms;
    transition:400ms;
}
.part4Swiper .swiper_del{
    padding-top: 1rem;
}
.part4Swiper .swiper_del h3{
    color: #fff;
    font-size: 2.0rem;
    font-weight: normal;
}
.part4Swiper .swiper_del h4{
    color: #3697d9;
    font-size: 1.2rem;
    padding: 0.5rem 0;
}
.part4Swiper .swiper_del p{
    color: #738496;
    font-size: 1.0rem;
}
.activeH{
    height: 16.9rem;
}
.part4Swiper .swiper-slide-visible.add_slide{
    z-index: 9;
    opacity: 0.9;
}
.part4Swiper .swiper-slide-visible.add_slide .img-box{
    width: 210%;
    height: 210%;
    top: 8%;
    left: -62%;
    opacity: 0.9;
    -webkit-transition: 400ms;
    transition:400ms;
}

.part4Swiper .swiper-slide-visible.add_slide .img-box > img{
    box-shadow: 0 0 0.5rem rgba(0,0,0,0.6);
}
.swiperBtn span{
    display: block;
    position: absolute;
    top:0;
    z-index: 11;
    width:25%;
    height: 100%;
}
.swiperBtn span:nth-child(1){
    left: 0;
}
.swiperBtn span:nth-child(2){
    right: 0;
}
.swiperBtn span:after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top:40%;
    width:0.6rem;
    height: 0.55rem;
    margin-left: -1rem;
    background: url("../img/lunbo-icon.png") no-repeat left center;
    background-size: auto 100%;

}
.swiperBtn span:nth-child(1):after{
    background-position: left center;
    left: 40%;
}
.swiperBtn span:nth-child(2):after{
    background-position: right center;
    right:30%;
}


/*part5*/
.part5_ul{
  /*  margin: auto -0.2rem;*/
}
.part5_ul li{
   	width: 5.1rem;
   	height: 5.1rem;
    float: left;
    margin-bottom: 1.5rem;
    margin-right: 1.35rem;
}
.part5_ul li.last{
	margin-right: -1.35rem;
}
.part5_ul li .cont{
    position: relative;
    text-align: center;
}
.part5_ul li .cont > img{
    width: 5.1rem;
    height:auto;
    display: inline-block;
}
.part5_ul li .cont .del{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    text-align: center;

    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #2cb1b5;
    font-size: 0.9rem;
}
.part5 .linkWrap{padding: 0 0 1.5rem ;}
/*add*/
.add ul li{
	width: 8.575rem;
	height: 11.95rem;
	position: relative;
	margin-right: 0.4rem;
	margin-bottom: 0.35rem;
}
.add ul li.last{
	margin-right: -0.4rem;
}
.add ul li img{
	width: 8.575rem;
	height: 7.225rem;
	position: absolute;
	left: 0;
	top: 0;
}
.add ul li em{
	font-size: 1rem;
	font-weight: bold;
	position: absolute;
	left: 0.3rem;
	top: 5.4rem;
	font-style:normal ;
	color: #fff;
}
.add ul li h3{
	width: 100%;
	height: 4.7rem;
	background: #2cb1b5;
	font-size: 0.85rem;
	color: #fff;
	position: absolute;
	top: 7.225rem;
	left: 0;
}
.add ul li p{
	text-align: center;
	line-height: 1.45rem;
	font-weight: normal;
	padding-top: 0.9rem;
}
.add .tit{
	padding-top: 0;
}
/*part6*/
#w_slide{
	padding-bottom: 1.8rem;
}
.part6_ul{
    margin: auto -0.2rem;
}
.part6_ul li{
    width:33.33%;
    float: left;
    padding: 0.5rem 0.2rem;
}
.part6_ul li .cont{
    position: relative;
}
.part6_ul li .cont > img{
    width:100%;
    height:auto;
    display: block;
}
.part6_ul li .cont .del{
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    background: rgba(44,177,181,0.8);
    padding: 0.2rem 0.4rem;
    color: #fff;
    font-size: 0.6rem;
}
.part6_ul li .cont .del span{
    float: right;
}

/*表单*/
.formPart{
	width: 100%;
	height: 25rem;
	background: url(../img/lyBg.jpg) no-repeat;
	background-size: 100% 100%;
}
.formPart .tit{
	padding-top:1.2rem;	
	margin-bottom: 0rem;
}
.formPart .tit h3{
	font-size: 0.9rem;
	padding-bottom: 0;
}
.lyBox{
	width: 14.45rem;
	margin: 0 auto;
	font-size: 0.6rem;
	color: #fff;
}
.lyBox div div{
	margin-right: 0.9rem;
	margin-top: 0.5rem;
}
.lyBox div.two div{
	margin-right: 1.2rem;
}
.lyBox div.thr div{
	margin-right: 1.75rem;
}
.lyBox div.fou div{
	margin-right: 0.5rem;
}
.lyBox div div.last{
	margin-right: 0;
}
.formPart p{
	font-size: 0.8rem;
	margin-top: 0.5rem;
}
input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    width: 0.2rem;
    height:0.2rem;
    border-radius: 50%;
    border: 1px solid #2cb1b5;
    margin-right: 0.2rem;
    padding: 0.1rem;
}
input[type="radio"]:checked + label::before{
    background-color: #2cb1b5;
    background-clip: content-box;
    padding: 0.1rem;
}
input[type="radio"]{
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
#phone,#phoneCode{
	width: 15rem;
	height: 1.3rem;
	border: 1px solid #2cb1b5;
	background: #203437;
	opacity: 0.5;
	margin-top: .5rem;
	padding-left: 0.5rem;
	color: #fff;
	display: block;
	margin: 1.2rem auto 0;
	font-size: 0.6rem;
}
#phoneCode{
	margin-top: 0.6rem;
}
form .submit{
	display: block;
	width:15rem;
    height:1.675rem;
    background: url(../img/btn2.png) no-repeat center top;
    background-size: 100% 100%;
    border:none;
    display: block;
    margin: 1.3rem auto;
}
#submsg{
	margin-top: 0.8rem;
}
#submit{
	background: url(../img/btn.png) no-repeat center top;
    background-size: 100% 100%;
}
.btnWrap{
    width:80%;
    float: right;
}
.btnWrap > div{
    width: 50%;
}
.btnWrap > div:nth-child(1){
    float: left;
}
.btnWrap > div:nth-child(2){
    float: right;
    text-align: right;
}
.btnWrap > div a{
    display: block;
    color: #252528;
    background: #d4d4d4;
    width: 90%;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
}
.btnWrap > div .submit{
    background: #2cb1b5;
    color: #fff;
    width: 90%;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
}




#namee,#phonee,#phoneCodee{
	width: 15rem;
	height: 2rem;
	display: block;
	margin: 0 auto;
	border: 1px solid #2cb1b5;
	padding-left: 0.8rem;
	margin-bottom: 0.5rem;
	font-size: 0.6rem;
}
.addCode{
	position: relative;
}
#getcodee,#getcode{
	position: absolute;
	right: 2.1rem;
	top: 0.25rem;
	width: 25%;
	height: 1.5rem;
	line-height:1.5rem;
	font-size: 0.6rem;
	background: #2cb1b5;
	color: #fff;
	text-align: center;
	
}

#getcode{
	height: 1rem;
	line-height: 1rem;
	font-weight: normal;
	font-size: 0.5rem;
	right: 0rem;
	top: 0.15rem;
}
