:root{
  --bodyw:76%;
  --leftw:12%;
  --rightw:12%;
  --bodywm:88%;
  --leftwm:6%;
  --rightwm:6%;
}
* {
    font-family: 'Microsoft Yahei', Arial,  Helvetica, 'PingFangSC',sans-serif;
    font-size:0.9375rem;
}
html, body {
  position: relative;
  height: 100%;
}


@media(max-width: 768px){
  html {
      font-size: 14px !important;
  }
}
@media(min-width: 768px){
  html {
      font-size: 16px !important;
  }
}
body {
  margin: 0;
  padding: 0;
  
  
}


.header-bg{
	padding: 3vh 0;
	border-bottom: solid 1px #eeeeee;
}
.logo-text{
	font-size: 30px;
	color: #222;
	font-weight: bold;
	line-height: 7vh;
}
.logo-text span{
	color: #003894;
	font-size: 30px;
}
.cnen{
	font-size: 20px;
	color: #222;
	margin-left: 3%;
	position: relative;
	width: 3%;
	display: flex;
	align-items: center;
	z-index: 99;
	    line-height: 7vh;
}
.cnen img{
	vertical-align: middle;
	margin-left: 10%;
}
.cnen-box{
	width: 100%;
    display: none;
    position: absolute;
    top: 6vh;
    left: 0;
    background: rgba(255,255,255,.8);
    border-radius: 10px;
    padding: 10%;
    text-align: center;
}
.cnen-box ul li{
	line-height: 5vh;
}
.cnen-box ul li a{
	font-size: 14px;
	color: #222;
}
.cnen-box ul li:hover a{
	color: #1163ac;
}
.cnen:hover .cnen-box{
	display: block;
}
.main-bgm{
	display: none;
}
.main-bg{
	margin: 4vh 0;
	position: relative;
}
.logo{
	width: 10%;
}
.logo img{
	width: 100%;
}
.main-top{
	margin-bottom: 4vh;
}
.bg{
	width: 44.45%;
	display: flex;
    align-items: center;
    height: 35.2vh;
}
.icon{
	width: 16%;
	height: 14vh;
}
.zs-bg{
	background: url(../images/zs-bg.png) no-repeat right bottom;
	padding-left: 4.65%;
    margin-right: 0.9%;
    background-size: cover;
}
.zs-bg:hover{
	background: url(../images/zs-bga.png) no-repeat right bottom;
	background-size: cover;
}
.zs-icon{
	background: url(../images/zs-icon.png) no-repeat left top;
	margin-right: 4%;
	background-size: 100%;
}
.zs-bg:hover .zs-icon{
	background: url(../images/zs-icona.png) no-repeat left top;
	background-size: 100%;
}
.zs-text{
	font-size: 24px;
	color: rgba(34,34,34,.8);
}
.bg:hover .zs-text{
	color: #fff;
}
.zs-text p{
	margin-bottom: 10px;
}
.zs-text p a{
	font-size: 30px;
	color: #222;
}
.bg:hover .zs-text p a{
	color: #fff;
}
.zs-text p a span{
	font-size: 36px;
	color: #003894;
	font-weight: bold;
	margin-right: 1%;
}
.bg:hover .zs-text p a span{
	color: #fff;
}
.ys-bg{
	background: url(../images/ys-bg.png) no-repeat left bottom;
	padding-right: 4.65%;
    flex-direction: row-reverse;
    margin-left: 0.9%;
    background-size: cover;
}
.ys-bg:hover{
	background: url(../images/ys-bga.png) no-repeat left bottom;
	background-size: cover;
}
.ys-icon{
	background: url(../images/ys-icon.png) no-repeat left top;
	margin-left: 4%;
	background-size: 100%;
}
.ys-bg:hover .ys-icon{
	background: url(../images/ys-icona.png) no-repeat left top;
	background-size: 100%;
}
.ys-text{
	font-size: 24px;
	color: rgba(34,34,34,.8);
	text-align: right;
	width: 80%;
}
.bg:hover .ys-text{
	color: #fff;
}
.ys-text p{
	margin-bottom: 10px;
}
.ys-text p a{
	font-size: 30px;
	color: #222;
}
.bg:hover .ys-text p a{
	color: #fff;
}
.ys-text p a span{
	font-size: 36px;
	color: #003894;
	font-weight: bold;
	margin-right: 1%;
}
.bg:hover .ys-text p a span{
	color: #fff;
}
.zx-bg{
	background: url(../images/zx-bg.png) no-repeat right top;
	padding-left: 4.65%;
    margin-right: 0.9%;
    background-size: cover;
}
.zx-bg:hover{
	background: url(../images/zx-bga.png) no-repeat right top;
	background-size: cover;
}
.zx-icon{
	background: url(../images/zx-icon.png) no-repeat left top;
	margin-right: 4%;
	background-size: 100%;
}
.zx-bg:hover .zx-icon{
	background: url(../images/zx-icona.png) no-repeat left top;
	background-size: 100%;
}
.yx-bg{
	background: url(../images/yx-bg.png) no-repeat left top;
	padding-right: 4.65%;
    flex-direction: row-reverse;
    margin-left: 0.9%;
    background-size: cover;
}
.yx-bg:hover{
	background: url(../images/yx-bga.png) no-repeat left top;
	background-size: cover;
}
.yx-icon{
	background: url(../images/yx-icon.png) no-repeat left top;
	margin-left: 4%;
	background-size: 100%;
}
.yx-bg:hover .yx-icon{
	background: url(../images/yx-icona.png) no-repeat left top;
	background-size: 100%;
}
.zj-bg{
	position: absolute;
	top: 50%;
	margin-top: -14%;
	left: 50%;
	margin-left: -14%;
	border: solid 20px #fff;
	border-radius: 100%;
	width: 26%;
}



@media (min-width: 1280px) and (max-width: 1440px){
	.zs-text {
    font-size: 18px;
}
.zs-text p a span {
    font-size: 34px;
}
.zs-text p a {
    font-size: 28px;
}
	.ys-text {
    font-size: 18px;
    width: 50%;
}
.ys-text p a span {
    font-size: 34px;
}
.ys-text p a {
    font-size: 28px;
}
.zj-bg img{
	width: 100%;
}
.zj-bg{
	position: absolute;
	top: 50%;
	margin-top: -14%;
	left: 50%;
	margin-left: -14%;
	width: 25%;
}
.bg {
    height: 35vh;
}
.footer-tel {
    font-size: 14px;
}
.footer-tel span {
    font-size: 18px;
}	



}

@media (min-width: 980px) and (max-width: 1279px){
	.logo{
		width: 16%;
	}
	.logo img{
		width: 100%;
	}
	.logo-text {
    line-height: 10vh;
}
.icon {
    height: 9vh;
}
	.zs-text {
    font-size: 18px;
}
.zs-text p a span {
    font-size: 30px;
}
.zs-text p a {
    font-size: 24px;
}
	.ys-text {
    font-size: 18px;
    width: 50%;
}
.ys-text p a span {
    font-size: 30px;
}
.ys-text p a {
    font-size: 24px;
}
	.zj-bg img{
	width: 100%;
}
.zj-bg{
	position: absolute;
	top: 50%;
	margin-top: -14%;
	left: 50%;
	margin-left: -14%;
	width: 25%;
}
.main-top {
    margin-bottom: 3vh;
}
.bg {
    height: 34vh;
}
	.footer-tel {
    font-size: 14px;
}
.footer-tel span {
    font-size: 18px;
}

}
@media (min-width: 768px) and (max-width: 979px){
	.main-bgm{
	display: block;
	padding: 4vh 0;
	position: relative;
}
.main-bg{
	display: none;
}
	.logo{
		width: 16%;
	}
	.logo img{
		width: 100%;
	}
	.logo-text {
    line-height: 5vh;
}
.main-bgm ul li{
	float: left;
	width: 45%;
	background: #e7e7e7;
	padding: 12vh 2%;
    margin-bottom: 2vh;
}
.main-bgm ul li:first-child,.main-bgm ul li:nth-child(3){
	margin-right: 1%;
}
.main-bgm ul li:nth-child(2),.main-bgm ul li:last-child{
	margin-left: 1%;
}
.icon {
    height: 9vh;
}
.yx-icon{
	margin-right: 4%;
	margin-left: 0;
}
.ys-icon{
	margin-right: 4%;
	margin-left: 0;
}
	.zs-text {
    font-size: 18px;
        width: 80%;
}
.zs-text p a span {
    font-size: 26px;
}
.zs-text p a {
    font-size: 22px;
}
.m-bottom {
    width: 20%;
    height: 0;
    padding: 10% 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -13%;
    outline: solid 10px white;
    left: 50%;
    margin-left: -12%;
    display: flex;
    align-items: center;
    background: #e7e7e7;
    border: solid 2px #003894;
    justify-content: center;
}
.m-bottom a{
	width: 75%;
}
.m-bottom img{
	width: 100%;
}
.footer-tel {
    font-size: 14px;
}
.footer-tel span {
    font-size: 18px;
}
.qq{
	display: none;
}
	
	


	

}

@media (min-width: 481px) and (max-width:767px){
.main-bgm{
	display: block;
	padding: 4vh 0;
	position: relative;
}
.main-bg{
	display: none;
}
	.logo{
		width: 27%;
	}
	.logo img{
		width: 100%;
	}
	.logo-text {
    line-height: 5vh;
    font-size: 18px;
}
.logo-text span {
    font-size: 18px;
}
.main-bgm ul li{
	float: left;
	width: 45%;
	background: #e7e7e7;
	padding: 12vh 2%;
    margin-bottom: 2vh;
}
.main-bgm ul li:first-child,.main-bgm ul li:nth-child(3){
	margin-right: 1%;
}
.main-bgm ul li:nth-child(2),.main-bgm ul li:last-child{
	margin-left: 1%;
}
.icon {
    height: 6vh;
}
.yx-icon{
	margin-right: 4%;
	margin-left: 0;
}
.ys-icon{
	margin-right: 4%;
	margin-left: 0;
}
	.zs-text {
    font-size: 18px;
        width: 80%;
}
.zs-text p a span {
    font-size: 22px;
}
.zs-text p a {
    font-size: 20px;
}
.m-bottom {
    width: 20%;
    height: 0;
    padding: 10% 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -13%;
    outline: solid 10px white;
    left: 50%;
    margin-left: -12%;
    display: flex;
    align-items: center;
    background: #e7e7e7;
    border: solid 2px #003894;
    justify-content: center;
}
.m-bottom a{
	width: 75%;
}
.m-bottom img{
	width: 100%;
}
.qq{
	display: none;
}

	
	
}
@media (max-width: 480px){
	.main-bgm{
	display: block;
	padding: 4vh 0;
	position: relative;
}
.main-bg{
	display: none;
}
	.logo{
		width: 27%;
	}
	.logo img{
		width: 100%;
	}
	.logo-text {
    line-height: 2vh;
    font-size: 14px;
    width: 50%;
}
.logo-text span {
    font-size: 14px;
}
.cnen{
	width: 10%;
	line-height: 4vh;
}
.main-bgm ul li{
	float: left;
	width: 45%;
	background: #e7e7e7;
	padding: 10vh 2%;
    margin-bottom: 2vh;
}
.main-bgm ul li:first-child,.main-bgm ul li:nth-child(3){
	margin-right: 1%;
}
.main-bgm ul li:nth-child(2),.main-bgm ul li:last-child{
	margin-left: 1%;
}
.icon {
    height: 5vh;
}

.yx-icon{
	margin-right: 4%;
	margin-left: 0;
}
.ys-icon{
	margin-right: 4%;
	margin-left: 0;
}
	.zs-text {
    font-size: 14px;
        width: 100%;
}
.zs-text p a span {
    font-size: 20px;
}
.zs-text p a {
    font-size: 16px;
}
.m-bottom {
    width: 20%;
    height: 0;
    padding: 10% 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -15%;
    outline: solid 10px white;
    left: 50%;
    margin-left: -11%;
    display: flex;
    align-items: center;
    background: #e7e7e7;
    border: solid 2px #003894;
    justify-content: center;
}
.m-bottom a{
	width: 75%;
}
.m-bottom img{
	width: 100%;
}
.qq{
	display: none;
}
.footer-tel{
	font-size: 20px;
}
.footer-tel span{
	font-size: 26px;
}
	
}




@keyframes sl4bgsf{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}
@keyframes bgsf{
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: center;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: center;
  }
}

@keyframes bjmove{
  0%{
    background-position: 50% 50%;
  }
  50%{
    background-position: 20% 50%;
  }
  100%{
    background-position: 80% 50%;
  }
}

