@charset "utf-8";


::selection {background: #0055ff ; color: white ; text-shadow: none ;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2 ;  border-radius:50px}
::-webkit-scrollbar{width:5px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background: linear-gradient(to top, #003f97, #0055ff);  border-radius:50px}
::-webkit-scrollbar-thumb:hover{background: linear-gradient(to top, #003f97, #0055ff); cursor:pointer} 



/* 清除内外边距 */

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: 3;
}


.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;
}

.font-24{
	font-size: 1.25vw;
}

.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-56{
	font-size: 2.9167vw;
}

.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-6{
	margin-top: 0.3125vw;
}

.m-t-8{
	margin-top: 0.4167vw;
}

.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;
}

.m-t-80{
	margin-top: 4.1667vw;
}

.m-t-100{
	margin-top: 5.2083vw;
}

.f_left{
	float: left;
}

.f_right{
	float: right;
}


.p-r{
	position: relative;
}

.p-a{
	position: absolute;
}

.f-w-i{
	font-weight: initial;
}

.t-cen{
	text-align: center;
}

.t-upp{
	text-transform: uppercase;
}

.color-fff{
	color: #fff !important;
}

.color-fff-6{
	color: rgba(255, 255, 255, .6) !important;
}

.color-fff-3{
	color: rgba(255, 255, 255, .3) !important;
}

.color-f0{
	color: #f0f0f0;
}

.color-ddd{
	color: #dddddd;
}

.color-333{
	color: #333333;
}

.color-333-1{
	color: rgba(51, 51, 51, .1);
}

.color-666{
	color: #666;
}

.color-999{
	color: #999;
}

.color-05f{
	color: #0055ff;
}

.color-gradation{
	background: linear-gradient(to right, #003f97, #0055ff);
	-webkit-background-clip: text;
	color: transparent;
}

.color-t-gradation{
	background: linear-gradient(to top, #003f97, #0055ff);
	-webkit-background-clip: text;
	color: transparent;
}

.bg-gradient{
	background: linear-gradient(to right, #003f97, #0055ff);
}

.bg-h{
	background-color: #f6fafd;
}

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;
}



@media (min-width: 1281px) {
	
	}
	
	
@media (max-width: 768px) {
	.m-t-72 {
	    margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.m-t-72 {
	    margin-top: 20px;
	}
	
}