body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,input,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}

body {
	font-size: 16px;
	font-family: "微软雅黑",microsoftyahei;
	color: #333
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal
}

ul,ol,li {
	list-style: none
}
*{
    box-sizing: border-box;
}
a {
	color: #333;
	text-decoration: none
}
a:hover {
	cursor: pointer;
	color: #006AFF
}

input {
	outline: 0
}

textarea {
	outline: 0
}

button {
	outline: 0
}
.white {
	background: #FFF
}
.fl {
	float: left
}

.fr {
	float: right
}

.clearboth {
	clear: both
}

.w1200 {
	max-width: 1200px;
	width:100%;
	margin: 0 auto;
}
.w33{
	width:33.3%;
}
body {
	overflow-x: hidden
}

nav{
	position: fixed;
	width: 100%;
	top:0px;
	z-index: 10000;
	background-color: hsla(0,0%,100%,.8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
	box-shadow: 1px 1px 16px rgba(0,0,0,.1);
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.header{
	max-width: 1200px;
	width:100%;
	height: 70px;
	margin:0 auto;
}
.header .logo,.header .menu_pc,.header .apply,.header .phone{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex-box;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:center;
	height: 100%;
}
.header .logo{
	width: 15%;
	position: relative;
	z-index: 1000;
}
.header .logo a img{
	max-width: 100%;
}
.header .menu_pc ul>li{
	float: left;
	width: 110px;
	line-height: 70px;
	position: relative;
}
.header .menu_pc ul .group{
	display: none; 
	padding-top:10px;
	background:none;
	position: absolute;
	z-index: 1;
	top:65px;
	width: 100%;
}
.header .menu_pc ul ol{
	background:#fff;
	border-radius: 4px;
	padding:10px 15px;
	box-shadow: 1px 1px 15px rgba(0,0,0,.2)
}
.header .menu_pc ul ol:after{
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left:-5px;
    z-index: 101;
    background-color: rgba(255,255,255);
    transition-property: opacity!important;
    transition-duration: .15s!important;
    transition-timing-function: cubic-bezier(.4,0,.2,1)!important;
    transition-duration: .3s!important;
    box-shadow: 10px 10px 15px rgba(0,0,0,.2);
}
.header .menu_pc ul ol li{
	line-height: 250%;
	padding:0 10px;
	white-space:nowrap;
}
.header .menu_mobile{
	display:none;
	position:absolute;
	top:60px;
	width: 100%;
	z-index: 1;
}
.header .menu_mobile ul li{
	width: 100%;
	padding:0 3%;
	display: block;
	background:#fff;
	line-height: 250%;
}
.header .menu_mobile ul .group{
	width: 100%;
	background:#fff;
	display: none;
}
.header .leftbtn {
	display:none;
    background: none;
    height: 100%;
    outline: 0;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 500;
}
.header .leftbtn span{
	width: 1.6rem;
    height: 2px;
    background: #006AFF;
    display: block;
    margin-top:5px;
}
.header .apply{
	width:110px;
	margin-right:20px;
}
.header .apply a{
	display:block;
	color:#fff;
	padding:8px 20px;
	border-radius:20px;
	background:#006AFF;
}
.header .phone img{
	width:25px;
}
.header .phone  strong{
	font-size: 1.5rem;
	color: #006AFF;
	font-style: normal;
}
.consult_bg{
    background:  #0A1633;
    background-size: auto 100%;
}
.consult{
    color: #FFF;
}
.consult ul{
    list-style: none;
}
.consult ul li{
    width: 23%;
    float: left;
    padding: 20px 1%;
}
.consult ul dl{
}
.consult ul dl dt{
    width: 58px;
    height: 58px;
    background: #FFF;
    border-radius: 50%;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.consult ul dl dd{
    padding-left: 16px;
    float: left;
}
.consult ul dl b{
    display: block;
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
}
.consult ul dl p{
    font-size: 14px;
    line-height: 20px;
}
.footer{
	position: relative;
    padding-bottom: 10px;
    background-color: #0A1633;
    color:rgba(255,255,255,.5);
    z-index: 9;
    text-align: left;
}
.footer a{
	 color:rgba(255,255,255,.5)
}
.footer .container{
	padding-top: 50px;
}
.footer .container dl{
	float: left;
	width: 20%;
	line-height: 200%;
}

.footer .container dt{
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: #FFF;
}
.footer .container dl:nth-child(4) dd{
	position: relative;
	padding-left: 22px;
}
.footer .container dd img{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	margin-left: -22px;
}
.footer .container dl .weixin_box{
	text-align: center;
	position: relative;
	width: 100px;
	height: 100px;
}
.footer .container dl .weixin_box img{
	width: 100px;
	height: 100px;
}
.footer .container dl .weixin_box i{
	display: block;
    width: 100px;
    height: 35px;
    background: url(../img/saomiao.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 0;
    z-index: 90;
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    transform: translateY(250%);
    -webkit-animation: moveEwm 3s ease-out alternate infinite;
    animation: moveEwm 3s ease-out alternate infinite;
}
@keyframes moveEwm{100%{transform:translateY(0)}}
.footer  .friendlink {
     margin-top: 20px;
     font-size:0.875rem;
	 color:rgba(255,255,255,.2)
}
.footer  .friendlink a{
	 color:rgba(255,255,255,.2)
}
.footer .beian{
	font-size: .875rem;
	text-align: center;
	margin-top: 20px;
	line-height: 170%;
}
.wechat-customer{
	display:block;
	position: fixed;
	bottom: 30%;
	right: 5px;
	background-color: #fff;
    width: 120px;
    padding: 0;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    z-index: 9999;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.wechat-customer .tit{
	font-weight: 700;
    color: white;
    font-size: 14px;
    background: #006AFF;
    line-height: 32px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.wechat-customer img{
	width: 100%;
}
.qrcode-wechat{
	width:100%;
	height: 100%;
	padding: 10%;
}
.wechat-customer p{
	padding-bottom: 10px;
}
#gototop {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 10000009;
    opacity: .9;
    background: #FFF;
    overflow: hidden;
    border-radius: 4px;
    padding: 5px 5px 0 5px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
    cursor: pointer;
}
#gototop img {
    width: 25px;
}
.bread{
	line-height: 60px;
    height: 60px;
}
.bread li {
    display: inline-block;
    padding: 0 15px 0 10px;
    position: relative;
}
.bread li::after {
    content: ">";
    position: absolute;
    right: 0px;
    color: rgb(170, 170, 170);
}
.typename {
    width: 100%;
    text-align: center;
}
.typename h2 {
    font-size: 26px;
    line-height: 200%;
    font-weight: 600;
    position: relative;
    z-index: 6;
}

::selection {
	background-color: #006AFF;
	color: #FFF
}

::-moz-selection {
	background-color: #006AFF;
	color: #FFF
}

/*平板*/
@media (max-width: 1024px){
.header{
	width: 100%;
	height: 60px;
	box-shadow: 1px 1px 16px rgba(0,0,0,.1);
	background-color:#fff;
}
.header .menu_pc,.header_top ,.header .apply,.header .phone,.footer .friendlink{
	display: none !important;
}
.header .logo{
	width: auto;
}
.header .logo img {
    height: 60px;
    display: block;
}
.header .menu_mobile{
	position:absolute;
	top:60px;
	width: 100%;
	z-index: 1;
}
.header .menu_mobile ul li a{
	display:block;
}
.header .menu_mobile ul li:after{
	content:' ';
}
.header .leftbtn {
	display: block;
}
.pdding4{
	width: 100% !important;
	padding-left: 4% !important;
	padding-right: 4% !important;
}

/*手机*/
@media (max-width: 768px){
.sidebar{
	margin-top: 20px;
}
.footer .container dl{
    width:50%;
}
.footer .container dl:nth-child(3){
	display: none !important;
}
.footer .container dl{
    width:50%;
}

.footer .container dl:last-child{
	width: 100%;
	margin-top: 10px;
}
.footer .beian span, .footer .beian a {
    display: block;
    width: 100%;
}
.consult ul li {
    width: 80%;
    padding-left: 8%;
}
.typename h2 {
    font-size: 22px;
}
	.wechat-customer {
		width: 60px;
		height: 60px;
		border-radius: 100px;
	}
	.wechat-customer .tit{
		width: 60px;
        height: 60px;
        line-height: 130%;
        border-radius: 100px;
        padding: 10px;
	}
	.wechat-customer .qrcode-wechat,.wechat-customer p {
		display: none;
	}
}