﻿	/* GLOBAL STYLES
-------------------------------------------------- */
	
	html,
	body {
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    font-family: "Microsoft YaHei", "宋体", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
	    -webkit-font-smoothing: antialiased;
	}
	
	html,
	body,
	div,
	span,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	em,
	img,
	strong,
	sub,
	sup,
	tt,
	dd,
	dl,
	dt,
	form,
	label,
	table,
	caption,
	tbody,
	tfoot,
	thead,
	tr,
	th,
	td,
	ul,
	li,
	p,
	a,
	section,
	a {
	    margin: 0;
	    padding: 0;
	    font-weight: normal;
	}
	
	input,
	select,
	textarea {
	    vertical-align: middle;
	}
	
	img {
	    border: 0;
	    margin: 0;
	    padding: 0;
	    display: block;
	}
	
	ul,
	li {
	    list-style-type: none;
	}
	
	a {
	    blr: expression(this.onFocus=this.blur());
	    text-decoration: none;
	}
	
	* {
	    margin: 0;
	    padding: 0;
	    border: 0;
	}
	
	div,
	a {
	    tap-highlight-color: rgba(0, 0, 0, 0);
	    focus-ring-color: rgba(0, 0, 0, 0);
	    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
	    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
	    -moz-focus-ring-color: rgba(0, 0, 0, 0);
	}
	
	.show-pc {
	    display: block;
	}
	
	.show-phone {
	    display: none;
	}
	
	#container {
	    width: 100%;
	    overflow: hidden;
	}
	/*顶部*/
	
	#top {
	    position: fixed;
	    z-index: 999;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 75px;
	    background-color: #ffffff;
	    padding: 10px 0 10px;
	    border-bottom: 2px solid #f2f2f2;
	}
	
	.main {
	    position: relative;
	    margin: 0 auto;
	    width: 1200px;
	}
	
	.logo {
	    width: 95px;
	    float: left;
	    margin-top: 7px;
	}
	
	.logo img {
	    width: 100%;
	}
	
	.menu {
	    float: right;
	    width: 45%;
	}
	
	.menu li {
	    float: left;
	    /*width: 20%;*/
	    text-align: center;
	    margin-left: 25px;
	}
	
	.menu li a {
	    font-size: 14px;
	    color: #000000;
	    line-height: 55px;
	}
	
	.menu .active a {
	    color: #e60012;
	}
	/*banner*/
	
	.banner {
	    margin-top: 75px;
	    width: 100%;
	    padding: 5px 0 20px;
	}
	
	.banner-txt,
	.banner-img {
	    margin-top: 8%;
	    margin-left: 0%;
	    float: left;
	    width: 635px;
	}
	.banner-txt .pc-banner-safe{
		width: 100%;
	}
	.banner-img {
	    margin-top: 0;
	    margin-right:3%;
	    width: 33%;
	    float:right;
	}
	
	.banner-txt img,
	.banner-img img {
	    width: 114%;
	}
	/*内容块*/
	
	.content {
	    position: relative;
	    width: 100%;
	}
	
	.content.bg1 {
	    background-color: #F2F2F2;
	}
	
	.content.bg2 {
	    height: 480px;
	    background-size: cover;
	    background-position: center;
	    background-image: url(../images/p1-6.png);
	}
	
	.pt-50 {
	    padding-top: 35px;
	}
	
	.box-100 {
	    position: relative;
	    width: 100%;
	}
	
	.box-100 img {
	    width: 100%;
	}
	/*首页*/
	
	.c1-box {
	    position: relative;
	    width: 100%;
	    margin: 0 auto;
	    overflow: hidden;
	    padding-bottom:2%;
	}
	
	.c1-ren {
	    width: 23.6%;
	    float: left;
	    margin-top:2%;
	}
	
	.c1-ren img {
	    width: 100%;
	}
	.c1-txt{
		font-size:36px;
		color:#e60012;
		text-align:left;
		border-left:3px solid #b2b2b2;
		padding-left:15px;
		margin-top:28%;
		line-height: 36px;
	}
	.pc-yj{
		margin-top: 20px;
	}
	.pc-yj img{
		width: 16%;
	}
	.c1-txt>span{
		font-size:18px;
		color:#000;
		margin-top:15px;
		display:block;
		line-height:1.4em;
	}
	.c1-video {
	    position: absolute;
	    right: 0%;
	    top:6.5%;
	    width: 67.3%;
	    cursor: pointer;
	    overflow: hidden;
	}
	
	.c1-video img {
	    width: 100%;
	    transition: 0.8s;
	    -webkit-transition: 0.8s;
	}
	
	.c1-video.active img {
	    transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	}
	.pc2-box{
		padding-bottom:5%;
	}
	.pc2-box .c1-ren{
		float: right;
		width: 20%;
		margin-left: 3%;
	}
	.pc2-box .c1-video{
		right: 47%;
		width: 53%;
	}
	.pc2-box .c1-txt{
		margin-left: 10%;
	}
	
	.player-btn {
	    position: absolute;
	    left: 45%;
	    top: 40%;
	    width: 11.7%;
	}
	
	.c-title {
	    width: 100%;
	    text-align: center;
	    font-size: 36px;
	    color: #000;
	}
	.main-f-box{
		width:84%;
		margin: 0 auto;
        overflow:hidden;
        margin-bottom:4.5%;
	}
	.main-left{
		width:35%;
		float:left;
		margin-top:4%;
	}
	.main-left img{
		width:100%;
	}
	.main-right{
		width:56%;
		float:right;
	}
	.main-r-tit{
		font-size:36px;
		color:#000;
		text-align:left;
	}
	.main-r-txt{
		font-size:18px;
		color:#4C4948;
		line-height:31px;
		margin-top:4%;
	}
	.main-r-btn{
		width:35%;
	}
	.main-r-btn a{
        display:block;
        font-size:22px;
		text-align:center;
		border:1px solid #e60012;
		padding:3% 0;
		margin-top:15%;
		cursor:pointer;
        background:#fff;
        color:#e50000;
	}
	.main-r-btn a:hover{
		color:#fff;
		border:1px solid #e60012;
		background:#e60012;
	}
	.c2-box {
	    width: 100%;
	    margin: 7% auto 0;
	    padding-bottom: 70px;
	    overflow:hidden;
	}
	
	.p1-c2-l {
	    width: 50.5%;
	    float: left;
	    margin: 0 10.2% 0 6.6%;
	}
	
	.p1-c2-r {
	    width: 24.6%;
	    float: left;
	}
	
	.p1-c2-l img,
	.p1-c2-r img {
	    width: 100%;
	}
	
	.c-title2 {
	    width: 100%;
	    font-size: 36px;
	    text-align: center;
	    color: #fff;
	}
	
	.p1-c3-tip {
	    width: 79%;
	    color: #fff;
	    font-size: 14px;
	    margin: 2% auto 0;
	    text-align: center;
	}
	
	.p1-c3-img {
	    width: 80.7%;
	    margin: 5% auto 0;
	}
	
	.p1-c3-img img {
	    width: 100%;
	}
	
	.video-t {
	    position: fixed;
	    left: 0;
	    top: 0;
	    z-index: 999;
	    width: 100%;
	    height: 100%;
	    display: none;
	}
	
	.video-m {
	    width: 100%;
	    height: 100%;
	    opacity: 0.7;
	    filter: alpha(opacity=70);
	    background-color: #000;
	}
	
	.videowin {
	    position: absolute;
	    left: 50%;
	    top: 20%;
	    margin-left: -400px;
	    z-index: 999;
	    width: 800px;
	}
	
	.close {
	    position: absolute;
	    right: 25%;
	    top: 21%;
	    z-index: 999;
	    width: 2%;
	    cursor: pointer;
	}
	
	.close img {
	    width: 100%;
	}
	/*第二页*/
	/*公共样式*/
		
		.m-title {
		    width: 100%;
		    margin: 0 auto;
		}
		
		.m-title img {
		    width: 100%;
		}
		
		.l-title {
		    width: 100%;
		    font-size: 28px;
		    color: #646464;
		    margin: 3% auto 0;
		    text-align: center;
		    line-height: 1.5em;
		}
		
		.l-title img {
		    margin-right: 10px;
		    width: 2.3%;
		    display: inline-block;
		    vertical-align: middle;
		}
		
		.main p {
		    /*margin: 35px auto 0;*/
		    width: 85%;
		    text-align: center;
		    line-height: 1.9em;
		    color: #4C4948;
		    font-size: 18px;
		    padding-top: 5%;
		    margin: 0 auto;
		}
		
		.main p span {
		    color: #e70000;
		}
		
		.btn-next {
		    margin: 0 auto;
		    width: 20%;
		    font-size: 18px;
		    color: #e50000;
		    background: #fff;
		    text-align: center;
		    line-height: 2.5em;
		    border: 1px solid #e50000;
		}
		
		.btn-next span {
		    display: inline-block;
		    margin-left: 10px;
		    width: 20px;
		    vertical-align: middle;
		    background-image: url(../images/icon0.png);
		    background-repeat: no-repeat;
		    -webkit-background-size: contain;
		    background-size: contain;
		    background-position: center;
		    -ms-behavior: url(css/backgroundsize.min.htc);
		    behavior: url(css/backgroundsize.min.htc);
		}
		
		.btn-next span img {
		    width: 100%;
		}
		
		.btn-next:hover {
		    color: #fff;
		    background-color: #e50000;
		}
		.pc-show{
			display: none;
		}
		
		.btn-next:hover>span>.pc-show {
		    display: block;
		}
		.btn-next:hover>span>img:first-child {
		    display: none;
		}
		/*      part1     */
		
		.m0-p1 {
		    margin-left: 5%;
		    width: 95%;
		}
		
		.m0-p1 img {
		    width: 100%;
		}
		
		.bg-m02 {
		    width: 100%;
		    background-image: url(../images/m0-p2.png);
		    background-repeat: no-repeat;
		    -webkit-background-size: cover;
		    background-size: 100% 100%;
		    background-position: center;
		    -ms-behavior: url(css/backgroundsize.min.htc);
		    behavior: url(css/backgroundsize.min.htc);
		}
		
		.bg-m02 p {
		    /*margin-top: 50px;*/
		    padding-bottom: 500px;
		    width: 70%;
		    margin: 0 auto;
		}
		
		.m0-beizhu {
		    position: absolute;
		    z-index: 111;
		    bottom: 30px;
		    right: 0;
		    width: 50%;
		    font-size: 16px;
		    color: #FFFFFF;
		    text-align: right;
		    line-height: 2em;
		}
		
		.m0-beizhu span {
		    display: block;
		}
		
		.bg-m03 {
		    background-color: #f0f5f9 !important;
		}
		.bg-m04{
			background: #fff !important;
		}
		
		.bg-m03 p {
		    margin-top: 0;
		}
		/*      part2     */
		
		.bg-m11 {
		    background-color: #f0f5f9;
		}
		
		.bg-m11 p {
		    width: 70%;
		}
		
		.m1-p1,
		.m1-p2 {
		    margin-top: 50px;
		    margin-left: 5%;
		    width: 95%;
		}
		
		.m1-p2 {
		    margin-left: auto;
		    margin-right: auto;
		    width: 60%;
		}
		
		.m1-p1 img,
		.m1-p2 img {
		    width: 100%;
		}
		/*      part3     */
		
		.m2-img1 {
		    width: 64.5%;
		    margin: 5% auto 0;
		}
		
		.m2-img2 {
		    width: 64.7%;
		    margin: 5% auto 0;
		}
		
		.m2-img3 {
		    width: 78%;
		    margin: 5% auto 0;
		}
		
		.m2-img1 img,
		.m2-img2 img,
		.m2-img3 img {
		    width: 100%;
		}
		
		.m3-img1 {
		    width: 52%;
		    margin: 5% auto 0;
		}
		
		.m3-img2 {
		    width: 68%;
		    margin: 5% auto 0;
		}
		
		.m3-img3 {
		    width: 100%;
		    margin: 5% auto 0;
		}
		
		.m3-img4 {
		    width: 96%;
		    margin: 5% auto 0;
		}
		
		.m3-img5 {
		    width: 100%;
		    margin: 5% auto 0;
		}
		
		.m3-img6 {
		    width: 79%;
		    margin: 5% auto 0;
		}
		
		.mt-3 {
		    margin-top: 3%;
		}
		
		.m3-img1 img,
		.m3-img2 img,
		.m3-img3 img,
		.m3-img4 img,
		.m3-img5 img,
		.m3-img6 img {
		    width: 100%;
		}
		
		.source {
		    width: 100%;
		    text-align: right;
		    color: #969696;
		    font-size: 16px;
		    margin: 3% auto 0;
		}
		/*      part4     */
		
		.box1000 {
		    position: relative;
		    width: 100%;
		}
		
		.box1000 img {
		    width: 100%;
		}
		
		.ptb-50 {
		    padding-top: 50px;
		    padding-bottom: 50px;
		    background: #f2f2f2;
		}
	/*me*/
	.pc-down{
		padding-top: 50px !important;
	}
	.m-title .pc-gd{
		width: 30%;
		margin: 0 auto;
	}
	.main .lt{
		padding: 0;
	}
	.pc-liner{
		border-bottom: 2px dashed #666;
	}
	/*第三页*/
	
	.c-title {
	    width: 100%;
	    text-align: center;
	    font-size: 36px;
	    color: #000;
	}
	
	.content.bg1 {
	    background-color: #F2F2F2;
	}
	
	
	/*第4页*/
	
	
	.down {
	    position: fixed;
	    right: 0;
	    bottom: 40%;
	    width: 65px;
	    height: 55px;
	    padding-top:10px;
	    background-color: #e60012;
	    font-size: 16px;
	    text-align: center;
	    cursor: pointer;
	}
	
	.down a {
	    color: #fff;
	    text-decoration: none;
	}
	

	.box100 {
	    position: relative;
	    width: 100%;
	    overflow: hidden;
	}
	
	.box100 img {
	    -ms-transition: all 0.6s;
	    -moz-transition: all 0.6s;
	    -webkit-transition: all 0.6s;
	    transition: all 0.6s;
	    width: 100%;
	}
	
	/*.box100:hover img {
	    width: 100%;
	    -ms-transform: scale(1.05);
	    -moz-transform: scale(1.05);
	    -webkit-transform: scale(1.05);
	    transform: scale(1.05);
	}*/
	
	.bottom {
	    width: 100%;
	    height: 70px;
	    background-color: #4d4d4d;
	    text-align: center;
	    font-size: 12px;
	    line-height: 70px;
	    color: #e5e5e5;
	}
	
	.bottom img {
	    vertical-align: middle;
	    display: inline-block;
	    padding-left: 1%;
	    padding-right: 0.5%;
	}
	
	.box100 img {
	    -ms-transition: all 0.6s;
	    -moz-transition: all 0.6s;
	    -webkit-transition: all 0.6s;
	    transition: all 0.6s;
	    width: 100%;
	}
	
	.box100:hover .img1 {
	    width: 100%;
	    -ms-transform: scale(1);
	    -moz-transform: scale(1);
	    -webkit-transform: scale(1);
	    transform: scale(1);
	}
	
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	
	.clear {
	    clear: both;
	    height: 0;
	    font-size: 0;
	    overflow: hidden;
	}
	
	.show-pc {
	    display: block;
	}
	
	.show-phone {
	    display: none;
	}
	
	@media (min-width:1920px) {
	    
	}
	
	@media (min-width:1600px) and (max-width:1919px) {
	    
	}
	
	@media (min-width:1366px)and (max-width:1599px) {
	    
	}
	
	@media (min-width:1280px) and (max-width:1365px) {
	    
	}
	
	@media (min-width:1024px) and (max-width:1279px) {
	    
	}
	
	@media (max-width:1366px) {
	    
	}
	
	@media (max-width:1024px) {
	    .main {
	        width: 100%;
	    }
	    
	}
	
	@media (max-width:768px) {
		.banner img{
			width:100%;
		}
	    .show-pc {
	        display: none !important;
	    }
	    .show-phone {
	        display: block !important;
	    }
	    #top{
	    		padding: 0 !important;
	    }
	    
	    
	    
	    #top {
	        width: 100%;
	        height: 65px;
	        background-color: #fff;
	    }
	    .logo {
	        width: 12%;
	        margin-left: 4.2%;
	        margin-top: 14px;
	    }
	    .mb {
	        width: 5%;
	        float: right;
	        margin-top: 13px;
	        margin-right: 4.2%;
	    }
	    .mb img {
	        width: 100%;
	    }
	    .menu {
	        position: absolute;
	        top: 65px;
	        width: 100%;
	        display: none;
	    }
	    .menu li {
	        width: 100%;
	        float: none;
	        text-align: left;
	        text-indent: 1.5em;
	        background-color: #fff;
	        border-top: 1px solid #d6d6d6;
	    }
	    .menu li a{
	    		font-size: 3.2vw;
	    		line-height: 55px;
	    }
	    .menu li:first-child {
	        margin-top: 0;
	    }

	}
	
	@media (max-width:640px) {
	    #top {
	        height: 55px;
	        box-shadow: 0 3px 6px rgba(0,0,0,0.08);
	    }
	    .logo {
	        width: 14.6%;
	        margin-top: 4.3%;
	        margin-left: 5%;
	    }
	    .mb {
	        width: 5.5%;
	        margin-top: 5%;
	        margin-right: 5%;
	    }
	    .menu {
	        top: 55px;
	    }

	    .bottom {
	        height: auto;
	        line-height: 1.8em;
	        padding: 2% 0;
	    }
	    .bottom span {
	        display: block;
	    }

	}
