* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style-type: none;
    outline: none;
    letter-spacing: 1px;
	font-family:'Microsoft YaHei';
}
img {
    border: none;
}
html,
body {
	width: 100%;
    height: 100%;
    position: relative;
    font-family:'Microsoft YaHei';
    margin:0px;
    padding:0px;
}
.logo {
    margin-top: 14px;
    display: block;
    float: left;
}
.abUs_banner {
    width: 100%;
    height: 456px;
    overflow: hidden;
    background: url(../img/banner.png) center center no-repeat;
}
.zyk_know {
    height: 888px;
    overflow: hidden;
    background: #f7fafe;
}

.same_title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #434242;
    margin-top: 45px;
    margin-bottom: 17px;
}
.same_line {
    display: block;
    background: #27a5ec;
    width: 36px;
    height: 4px;
    margin: 0 auto;
}

.know_china {
    width: 1275px;
    height: 730px;
    margin: 50px auto 0;
    position: relative;
}

.know_china img {
    display: block;
}

.zyk_pro {
    width: 539px;
    height: 328px;
    position: absolute;
    right: -25px;
    background: url(../img/zyk_know_pro.png) no-repeat;
    top: 197px;
    padding-left: 40px;
    padding-top: 52px;
}

.zyk_pro_title {
    font-size: 18px;
    color: #333333;
    margin-bottom: 28px;
    font-weight: bold;
}

.zyk_pro p {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    width: 478px;
}
.zyk_pro p>a{
    color: #3d96ff;
}

.liuc {
    height: 827px;
	width:100%;
	background:url(../img/liuc.png)no-repeat center center;
}

.zyk_data {
    height: 300px;
	width:100%;
	background:url(../img/four.png)no-repeat center center;
}


.zyk_video {
    height: 456px;
    background: url(../img/shipinBg1.jpg) center center no-repeat;
    overflow: hidden;
    position: relative;
}

.zyk_video img {
    display: block;
    margin: 125px auto 0;
}

.zyk_video p {
    font-size: 44px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: #fff;
}

.zyk_adv {
    height: 640px;
    overflow: hidden;
    background: #fdfdfd;
}

.clearfix {
    content: "";
    display: table;
}

.con {
    width: 1182px;
    height: 412px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 15px;
}

.conli {
    float: left;
    width: 25%;
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}

.pic {
    width: 298px;
    height: 166px;
    transition: .3s all;
    position: relative;
    z-index: 8;
}

.on .pic {
    transform: translateY(-110px);
}

.on .pic .pic2 {
    display: block;
}

.con .on .tbox .txt {
    transform: translateY(0);
}

.on .pic .pic1 {
    display: none;
}

.pic1,
pic2 {
    width: 298px;
    height: 166px;
}

.pic2 {
    display: none;
}

.name {
    width: 298px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-weight: 700;
    position: absolute;
    top: 202px;
    z-index: 10;
    transition: .3s all;
}

.tbox {
    width: 298px;
    height: 279px;
    transform: translateY(-135px);
    overflow: hidden;
}

.txt span {
    display: block;
    padding-top: 122px;
    width: 240px;
    height: 110px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    text-align: left;
    line-height: 24px;
}

.conli .tbox .txt {
    background: url(../img/zyk_txt.png) center top no-repeat;
    background-size: 300px 276px;
    width: 300px;
    height: 276px;
    overflow: hidden;
    transform: translateY(-276px);
    transition: .3s all;
}

.zyk_easy_box {
    height: 827px;
	width:100%;
	background:url(../img/to.png)no-repeat center center;
	margin-bottom:80px;
}


@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.run_btn {
    width: 81px;
    height: 150px;
    position: absolute;
    right: 10px;
    top: 41px;
}

.run_btn a {
    display: block;
    width: 64px;
    height: 30px;
    border: 1px solid #277bed;
    margin-bottom: 14px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #277bed;
    cursor: pointer;
}

.run_btn .run_active {
    background: #277bed;
    width: 67px;
    height: 32px;
    border: none;
    color: #fff;
}

@keyframes show {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: .6;
        transform: scale(1.6);
    }
    100% {
        opacity: .1;
        transform: scale(2);
    }
}

.position_one {
    position: relative;
    top: 1px;
}

.mask {
    position: absolute;
    top: 0px;
    filter: alpha(opacity=75);
    background-color: #000;
    z-index: 1000000;
    left: 0px;
    opacity: 0.75;
    -moz-opacity: 0.75;
    display: none;
    width: 100%;
    height: 100%;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(267px);
        -moz-transform: translateY(267px);
        -ms-transform: translateY(267px);
        -o-transform: translateY(267px);
        transform: translateY(267px)
    }
    50% {
        opacity: .2
    }
    100% {
        opacity: 1
    }
}
/*视频播放弹窗*/
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
	}

.reveal-modal {
	visibility: hidden;
	top: 50px; 
	left: 50%;
	margin-left: -340px;
	width: 600px;
	background: #eee  no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	}
	
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
	} 