html, body{
	overflow: initial;
}
.swiper-slide div.ms {
    position: absolute;
    z-index: 888;
    top: 45%;
    right: 4%;
    color: #fff;
    font-size: 30px;
    text-align: right;
    font-weight: 300;
}
.titleH2{
	margin-top: 30px !important;
}
.zp{
	width: 1024px;
	margin: 0 auto;
}
.zp h2 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.tabNav{
	overflow: hidden;
	margin-bottom: 30px;
	
}
.tabNav li{
	float: left;
	width: 159.6px;
	margin-right: 1%;
	border: 1px solid #929292;
	color: #929292;
	text-align: center;
	line-height: 40px;
	cursor: pointer
}
.tabNav li.show{
	background: #0d6fb8;
	color: #fff;
	border: 1px solid #0d6fb8;
}
.tabNav li:last-child{
	margin-right: 0px;
}



.tabCon{
	margin-top: 10px;
	display: none;
}
.tabCon li{
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid #929292;
	padding: 15px 0px;
}
.tabCon li h4{
	font-size: 18px;
	font-weight: 300;
	position: relative;
}
.tabCon li h4 span{
	font-size: 16px;
	display: inline-block;
    margin-top: 10px;
}
.tabCon li h4 span.right{
	font-size: 32px;
    position: absolute;
    right: 0px; 
    bottom: 6px;
    font-weight: 100;
    height: 30px;
    color: #333;
    cursor: pointer;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    line-height: 20px;
}
.tabCon li h4 span.righ:hover{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.tabCon li h4 img{
	width: 16px;
    position: absolute;
    right: 0px; 
    bottom: 0px;
}
.tabCon li>div.ms{
	font-size: 14px;
	color: #333;
	font-weight: 300;
	margin-top: 2px;
	display: none;
}
.tabCon li>div.ms div{
	margin-bottom: 30px;
	line-height: 22px;
}
.tabCon li>div.ms div h6{
	font-weight: 300;
}
.tabCon li>div.ms button{
	background: #71b800;
    color: #fff;
    border: none;
    border-radius: 20px;
    width: 150px;
    line-height: 42px;
    font-size: 16px;
    margin-bottom: 10px;
}
.xyzp{
	font-weight: 300;
	margin: 30px 0px;
}
.xyzp h2{
	margin-bottom: 20px;
}
.xyzp h4{
	font-weight: 300;
	font-size: 16px;
}
.xyzp p{
	font-size: 14px;
	line-height: 22px;
}

.email{
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin-top: 50px;
}
.email img{
	width: 60px;
}

.wyyp{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	background: rgba(0,0,0,0.6);
    display: none;
}
.wyyp h4{
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 300;
	text-align: center;
}
.wyyp > div {
    width: 450px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -260px;
    left: 50%;
    margin-left: -200px;
    padding: 20px 80px;
}
.wyyp label {
    width: 100%;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
.wyyp > div input[type="text"] {
    display: inline-block;
    width: 75%;
}
.wyyp > div input[type="button"] {
    display: inline-block;
    color: #fff;
    border-radius: 20px;
    line-height: 40px;
    border: none;
    font-size: 14px;
    background: #00b2b8;
    cursor: pointer;
    float: left;
    opacity: 1;
    width: 47%;
    margin-top: 20px;
}
.wyyp>div input[type="button"].submit{
	background: #71b800;
	margin-left: 14px;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}
.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
/* style 6 */

.inputfile-6 + label {
    color: #d3394c;
}

.inputfile-6 + label {
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 167px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #722040;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding: 60px 0;
}

#certify  .swiper-slide {
	width: 520px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
    display: block;
    width: 100%;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	outline:none;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
	outline:none;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.main .main1 {
    padding: 65px 30px 40px;
}
.main1 h2 {
    overflow: hidden;
    font-size: 20px;
	padding-left: 80px;
}
.main1 div h2 img {
    width: 40px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}
.main1 div h2 span {
    float: left;
    color: #fff;
    font-size: 20px;
}
.main1 div h2 p {
    margin-left: 48px;
    text-align: justify;
    line-height: 22px;
    color: #fff;
    margin-top: 58px;
    font-size: 14px;
}