@charset "utf-8";

/* 清除内外边距 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td,
table,
figure {
	margin: 0;
	padding: 0;
	_background-image: url(about:blank);
	_background-attachment: fixed;
	letter-spacing: .8px;
}


/* 设置默认字体 */

body,
button,
input,
select,
textarea {
	font-family: sans-serif,"microsoft yahei";
	font-size: 0.9375vw;
}


i,em {
	font-style: inherit;
}


/* 列表元素 */

ul,
ol,
li {
	list-style: none;
}

img {
	border: none;
	max-width: 100%;
	vertical-align: top;
}


/* a标签 */

a {
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clear:after {
	height: 0;
	width: 0;
	content: "";
	display: block;
	clear: both;
}

.case-list .container:after{
	height: 0;
	width: 0;
	content: "";
	display: block;
	clear: both;
}

.title{
	
}

.big{
	overflow: hidden;
}

.big img{
    transition: all 0.3s;
}

.big:hover img{
    transform: scale(1.06);
    transition: all 0.3s;
}

.hidden{
	overflow: hidden;
}

.unit-link{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}


.pos{
	position: relative;
}


@keyframes living {

            0%{
                transform: scale(1);
                opacity: 0.5;  
            }

            50%{
                transform: scale(1.5);  
                opacity: 0;   /*圆形放大的同时，透明度逐渐减小为0*/
            }

            100%{
                transform: scale(1);
                opacity: 0.5;
            }

        }

/*.cen{
 	* transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}*/

.font-over1{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.font-over2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.font-over3{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.content-cflex{
		display: flex;
		justify-content: center;
		align-items: center;
}

.content-bflex{
		display: flex;
		justify-content: space-between;
		align-items: center;
}

.content-cyflex{
		display: flex !important;
		align-items: center;
}

.content-tbflex{
	display: flex;
	justify-content: space-between;
}

.content-tdflex{
	display: flex;
	justify-content: space-between;
	align-items: self-end;
}

.all-05{
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.font-12{
	font-size: 0.6250vw;
}

.font-14{
	font-size: 0.7292vw;
}

.font-16{
	font-size: 0.8333vw;
}

.font-18{
	font-size: 0.94vw;
}

.font-20{
	font-size: 1.04166vw !important;
}

.font-24{
	font-size: 1.25vw !important;
}

.font-28{
	font-size: 1.4583vw;
}

.font-30{
	font-size: 1.55vw;
}

.font-32{
	font-size: 1.6667vw;
}

.font-36{
	font-size: 1.875vw;
}

.font-40{
	font-size: 2.08333vw;
}

.font-48{
	font-size: 2.5vw;
}

.font-60{
	font-size: 3.125vw;
}

.font-72{
	font-size: 3.7500vw;
}



.container {
	max-width: 87.5vw;
	margin: 0 auto;
}

.padding-box-100{
	padding: 5.2083vw 0;
}

.padding-box-130{
	padding: 6.7708vw 0;
	overflow: hidden;
}



.m-t-10{
	margin-top: 0.5208vw;
}

.m-t-14{
	margin-top: 0.7292vw;
}

.m-t-16{
	margin-top: 0.8333vw;
}

.m-t-18{
	margin-top: 0.8333vw;
}

.m-t-20{
	margin-top: 0.9375vw;
}

.m-t-30{
	margin-top: 1.5625vw;
}

.m-t-40{
	margin-top: 2.0833vw;
}

.m-t-50{
	margin-top: 2.6042vw;
}

.m-t-60{
	margin-top: 3.1250vw;
}

.m-t-72{
	margin-top: 3.7500vw;
}



.f_left{
	float: left;
}

.f_right{
	float: right;
}


.p-r{
	position: relative;
}

.p-a{
	position: absolute;
}

.t-cen{
	text-align: center;
}

.color-fff{
	color: #fff !important;
}

.color-fff-6{
	color: rgba(255, 255, 255, .6) !important;
}

.color-333{
	color: #333333;
}

.color-666{
	color: #666;
}

.color-999{
	color: #999;
}

.color-gradation{
	background: linear-gradient(to right, #113789, #1a53cb);
	-webkit-background-clip: text;
	color: transparent;
}

.bg-gradient{
	background: linear-gradient(to right, #113789, #1a53cb);
}

.bg-h{
	background-color: #f0f3f8;
}

input::-webkit-input-placeholder{
    color:#b1b1b1;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#b1b1b1;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#b1b1b1;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#b1b1b1;
}

textarea::-webkit-input-placeholder{
    color:#b1b1b1;
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#b1b1b1;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#b1b1b1;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#b1b1b1;
}


.mendian_box{
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	opacity: 0.3;
}

.mendian_bg {
    width: 100%;
    height: 100%;
    max-height: 1500px;
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

.mendian_bg .bubble {
    position: absolute;
    border-radius: 50%;
    animation: spin 8s infinite linear;
    transform-origin: 55% 35%
}

.mendian_bg .bubble:nth-child(2n) {
    animation: spin2 8s infinite linear
}

.mendian_bg .sm-bubble {
    transform-origin: 30% 30px
}

.mendian_bg .bg-bubble {
    transform-origin: 50% 45%
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin2 {
    to {
        transform: rotate(-1turn)
    }
}

.mendian_bg .bubble1 {
    left: -6.125%;
    top: 28%;
    width: 12%;
    padding-top: 12%;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.1;
    filter: alpha(opacity=100)
}

.mendian_bg .bubble2 {
    right: 20%;
    bottom: -10%;
    width: 20%;
    padding-top: 20%;
    opacity: 0.1;
   background-color: rgba(255, 255, 255, 1);
}

.mendian_bg .bubble3 {
    right: 2%;
    top: 39%;
    border: 1px solid rgba(255, 255, 255, 1);
    opacity: 0.1;
   background-color: rgba(255, 255, 255, 1);
    width: 25%;
    padding-top: 25%
}

.mendian_bg .bubble5 {
    right: 30.1%;
    top: 25.0625%;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.3;
    width: 2%;
    padding-top: 2%
}

.mendian_bg .bubble7 {
    width: 16%;
    padding-top: 16%;
    left: -8%;
    opacity: 0.2;
    bottom: -8%;
   background-color: rgba(255, 255, 255, 1);
}

.mendian_bg .bubble9 {
    width: 4%;
    padding-top: 4%;
    left: 40%;
    bottom: 20%;
    opacity: 0.15;
    background-color: rgba(255, 255, 255, 1);
}

.mendian_bg .bubble10 {
    width: 2%;
    padding-top: 2%;
    opacity: 0.15;
    left: 11.67%;
    top: 50%;
    background-color: rgba(255, 255, 255, 1);
}

.mendian_bg .bubble11 {
    right: 5%;
    top: 8%;
    width: 6%;
    padding-top: 6%;
   background-color: rgba(255, 255, 255, 1);
    opacity: 0.2;
    filter: alpha(opacity=100)
}




.wave-item{
	height: 5.2083vw;
}

.waves {
			    position: relative;
			    width: 100%;
			    height: 5.2083vw;
			}
			
			.parallax>use {
			    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite
			}
			
			.parallax>use:nth-child(1) {
			    animation-delay: -2s;
			    animation-duration: 7s
			}
			
			.parallax>use:nth-child(2) {
			    animation-delay: -3s;
			    animation-duration: 10s
			}
			
			.parallax>use:nth-child(3) {
			    animation-delay: -4s;
			    animation-duration: 13s
			}
			
			.parallax>use:nth-child(4) {
			    animation-delay: -5s;
			    animation-duration: 20s
			}
			
			@keyframes move-forever {
			    0% {
			        transform: translate3d(-90px, 0, 0)
			    }
			
			    100% {
			        transform: translate3d(85px, 0, 0)
			    }
			}



@media (min-width: 1281px) {
	
	}
	
	
@media (max-width: 768px) {
	.m-t-72 {
	    margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.m-t-72 {
	    margin-top: 20px;
	}
	
}