body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

html,
body {
	height: 100%;
}

html {
	position: relative;
	margin: 0 auto;
	max-width: 750px;
	min-width: 300px;
	font-size: 62.5%;
}

body {
	position: relative;
	font-size: 14px;
	font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	background: #fff;
	color: #212121;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}


*{ box-sizing: border-box;}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	font-size: 14px;
}

a {
	color: #333;
	text-decoration: none;
	transition: color .2s ease-out;
}

a:hover {
	text-decoration: none;
}

em,
i {
	font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}


a img {
	border: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.dn {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}



.over {
	overflow: hidden;
}

.fix {
	*zoom: 1;
}

.fix:after,
.fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.z {
	_zoom: 1;
}

.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{ text-align: right;}

input,
textarea {
	font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	outline: none;
}

input,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	outline: none;
	padding: 0px;
	margin: 0;
}

textarea:-moz-placeholder { color: #d0d0d0;}
textarea::-moz-placeholder {  color: #d0d0d0;}
textarea:-ms-input-placeholder{  color: #d0d0d0;}
textarea::-webkit-input-placeholder{ color: #d0d0d0;}
input:-moz-placeholder { color: #d0d0d0;}
input::-moz-placeholder {  color: #d0d0d0;}
input:-ms-input-placeholder{  color: #d0d0d0;}
input::-webkit-input-placeholder{ color: #d0d0d0;}




.opacity{
        -webkit-animation: opacity 0.3s linear;
        animation: opacity 0.3s linear;
    }
    @-webkit-keyframes opacity {
        0% {
            opacity:0;
        }
        100% {
            opacity:1;
        }
    }
    @keyframes opacity {
        0% {
            opacity:0;
        }
        100% {
            opacity:1;
        }
    }

.index-title{ text-align: center; font-size: .32rem; color: #fff; padding-top: 1.25rem; line-height: .8rem; margin-bottom: .9rem;}

.index-nav{text-align: center; font-size: 0;}
.index-nav .inList{ height: 1.2rem;font-size: 0; margin-bottom: .02rem;}

.index-nav .inNav{ width: 1.4rem; height: 2.4rem; position: relative; display: inline-block; margin: 0 1.42rem; z-index: 1;}
.index-nav .inNav:first-of-type{ margin-left: 0;}
.index-nav .inNav:last-of-type{margin-right: 0;}
.index-nav .inNav-2{ z-index: 2;}
.index-nav .inNav-2:first-of-type{ margin-left: 1.4rem;}
.index-nav .inNav-2:last-of-type{margin-right: 1.4rem;}

.index-nav .inNav a{position: relative; display: block; width: 1.4rem; height: 2.4rem; background:#10234c; text-align: center;}
.index-nav .inNav a.inBox-1{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;-moz-flex-direction: column;
	-webkit-flex-direction: column;
}
.index-nav .inNav a.inBox-2,
.index-nav .inNav a.inBox-3{ position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;z-index: -1;}
.index-nav .inNav a.inLogo{ background: #39abf7;}
.index-nav .inNav a.inLogo img{ height: 1.6rem;}   
.index-nav .inNav a.inBox-2{   -webkit-transform: rotate(60deg);}
.index-nav .inNav a.inBox-3{-webkit-transform: rotate(-60deg);}
.index-nav .inNav a img{ height: .96rem;}
.index-nav .inNav a p{ font-size: .28rem; color: #fff; line-height: .68rem;}




.index-top-3{ height: 3.4rem; background: url(../images/index/index-top-3.png) center center no-repeat / 100% 100%; padding: 0 .26rem; margin-bottom: .34rem;}
.index-top-3 .logo{ text-align: left; line-height: .8rem; font-size: 0; padding-top: .48rem;}
.index-top-3 .logo img{ width: 2.1rem;}
.index-top-3 h2{ margin: .4rem 0 .35rem 0; text-align: center; font-size: .3rem; color: #fff;; line-height: .55rem;}
.index-top-3 .searcBox-4{ background: #fff; height: .56rem; line-height: .56rem; border-radius:.56rem; padding-left: .15rem;}
.index-top-3 .searcBox-4 input{ background: none; border:none; font-size: .3rem; color: #666; padding: 0 .15rem; height: .56rem; line-height: .56rem;}
.index-top-3 .searcBox-4 a{ line-height: .56rem; padding: 0 .36rem;}
.index-top-3 .searcBox-4 a img{ width: .38rem; height: .38rem;}
.index-nav-3{ padding: 0 .3rem;font-size: 0;}
.index-nav-3 a{ display: inline-block; margin-right: .24rem; margin-bottom: .2rem; width: 3.33rem;}
.index-nav-3 a img{ width: 100%; height: 1.84rem;}
.index-nav-3 a:nth-of-type(2n){ margin-right: 0;}

.index-form-3{ padding: 0 .27rem;}
.index-form-3 li{ margin-bottom: .1rem;}
.index-form-3 .selectBtn{ line-height: .66rem; position: relative; background: #f2f2f2; font-size: 0; padding: 0 .2rem; border-radius:.12rem}
.index-form-3 .selectBtn span{ display: block; line-height: .66rem; font-size: .22rem; color: #000;}
.index-form-3 .selectBtn img{float: right; width: .26rem; height: .14rem; margin-top:.26rem;}
.index-form-3 .selectBtn select{position: absolute;top:0; width: 100%; left: 0; opacity: 0; height: 100%;}
.index-form-3 textarea{ padding: .15rem .2rem;line-height: .36rem; font-size: .22rem; background: #f2f2f2; border-radius:.12rem; color: #333; width: 100%; resize: none;border:none;}
.index-form-3 textarea:-moz-placeholder { color: #666;}
.index-form-3 textarea::-moz-placeholder {  color: #666;}
.index-form-3 textarea:-ms-input-placeholder{  color: #666;}
.index-form-3 textarea::-webkit-input-placeholder{ color: #666;}
.index-form-3 .telInput{ width: 2.56rem; padding: 0 .2rem; height: .56rem; line-height: .56rem; font-size: .22rem; background: #f2f2f2; border-radius:.12rem; border:none; margin-right: .12rem;}
.index-form-3 .valiDateBox{ background: #f2f2f2; border-radius:.12rem;height: .56rem; line-height: .56rem;}
.index-form-3 .valiDateBox input{float: left; line-height: .56rem; padding: 0 .2rem; background: none; border:none; width: 2.56rem;font-size: .22rem}
.index-form-3 .valiDateBox input:-moz-placeholder { color: #666;}
.index-form-3 .valiDateBox input::-moz-placeholder {  color: #666;}
.index-form-3 .valiDateBox input:-ms-input-placeholder{  color: #666;}
.index-form-3 .valiDateBox input::-webkit-input-placeholder{ color: #666;}
.index-form-3 .valiDateBox span{ font-size: .22rem}
.index-form-3 .valiDateBox a{ width: 1.6rem;float: right; text-align: center; line-height: .56rem; font-size: .22rem; color: #007eff;}
.index-form-3 .sendBtn{display: block; line-height: .66rem; font-size: .28rem; color: #fff; background: #007eff; border-radius: .12rem; text-align: center;}