/* 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;
}

a {
    text-decoration: none !important;
}

input,
select,
textarea {
    vertical-align: middle;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

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 !important;
 }
.show-phone {
       display: none;
}
.container{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.top{
	width:100%;
	height:80px;
	background:#fff;
	overflow:hidden;
	position:fixed;
	left:0;
	top:0;
	box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	z-index:999;
}
.top-c{
	width:1200px;
	height:100%;
	margin:0 auto;
	overflow:hidden;
}
.logo{
	width:95px;
	float:left;
	margin-top:19px;
}
.logo img{
	width:100%;
}
.nav{
	float:right;
	overflow:hidden;
}
.nav li{
	margin-left:54px;
	float:left;
	line-height:77px;
	font-size:16px;
	color:#333;
	cursor:pointer;
	box-sizing:border-box;
	border-bottom:3px solid #fff;
}
.nav li:hover{
	color:#e60012;
	border-bottom:3px solid #e60012;
}
.nav li.active{
	color:#e60012;
	border-bottom:3px solid #e60012;
}
.nav li a{
	color:#333;
}
.banner{
	width:100%;
	height:600px;
	background:url(../images/banner.jpg);
	background-size:cover;
	background-position:center;
	margin-top:80px;
}
.banner-c{
	width:1200px;
	height:100%;
	margin:0 auto;
}
.banner-txt{
	width:45%;
	padding-top:15%;
	margin-left:-3%;
}
.content{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
}
.main{
	width:1200px;
	margin:0 auto;
	position:relative;
}

.title{
	width:100%;
	margin:35px auto 35px;
	font-size:32px;
	color:#333333;
	box-sizing:border-box;
	border-left:5px solid #e60012;
	padding-left:1.3%;
	line-height:1em;
}
.p0-img{
	width:100%;
	margin:0 auto;
	position:relative;
}
.p0-k{
	width:20.8%;
	position:absolute;
	top:0%;
	left:2.5%;
	overflow:hidden;
}
.p0-k2{
	left:27.2%;
}
.p0-k3{
	left:52%;
}
.p0-k4{
	left:76.5%;
}
.p0-img1{
	width:94.8%;
	position:absolute;
	top:3%;
	left:2.6%;
	transform:scale(1, 1);
	z-index:3;
	overflow:hidden;
	border-radius:20px;
}
.p0-img2{
	left:27.85%;
}
.p0-img3{
	left:52.45%;
}
.p0-img4{
	left:77.2%;
}
.p0-img1 img,.p0-img2 img,.p0-img3 img,.p0-img4 img,.p0-k img{
	width:100%;
}
.imgscale{
	transform:scale(1.15, 1.15);
	transition-duration:0.8s;
}
.p0-txt{
	width:97%;
	margin:1% auto 3%;
	font-size:16px;
	color:#323232;
	line-height:1.9em;
}
.p1-img{
	width:100%;
	margin:0 auto 3%;
}
.content.p1{
	background-image:url(../images/p1-bg.jpg);
	background-size:cover;
}
/*现场掠影*/
.p2-tbbox{
	width:100%;
	position:relative;
	padding:1.2% 0%;
}
.p2-tbbox img{
	width:100%;
}
.p2-tb1{
	width:13.2%;
	position:absolute;
	top:8%;
	left:12%;
	color:#323232;
	cursor:pointer;
}
.p2-tb2{
	left:33%;
}
.p2-tb3{
	left:54%;
}
.p2-tb4{
	left:75%;
}
.p2-tb1 img{
	width:100%;
}
.p2-tb-tit{
	width:100%;
	position:absolute;
	top:23%;
	left:0%;
	font-size:16px;
	text-align:center;
	cursor:pointer;
}
.p2-content {
	width:100%;
	height:740px;
	/*background:url(../images/p5-bg.jpg) center no-repeat;
	background-size:cover;*/
	overflow:hidden;
	margin-top:30px;
}
.p2-main {
	width:1200px;
	margin:0 auto;
}

.p5-con {
	width:100%;
	overflow:hidden;
}
.p5-ul1 {
	width:100%;
	overflow:hidden;
	margin:0 auto;
}
.p5-ul1>li {
	width:100%;
	display:none;
}
.p5-ul1>li.active {
	display:block;
}
.p5-img {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.p5-swiper2 {
	width:100%;
	overflow:hidden;
	position:relative;
}
.p5-ul {
	width:100%;
	height:470px;
	overflow:hidden;
	margin:0 auto;
	margin-top:13%;
	background-color:#fff;
}
.p5-ul>li {
	width:81%;
	float:left;
	border:3px solid #fff;
	position:relative;
	margin-top:0.9%;
	margin-left:6%;
}
.p5-ul>li.active {
	border:3px solid #e60012;
}
.p5-ul>li.active::before {
	display:block;
    content:'';
    border-width:8px 8px 8px 8px;
    border-style:solid;
    border-color:transparent  #e60012 transparent transparent;
    
    /* 定位 */
    position:absolute;
    left:-15%;
    top:28px;
}
.p5-simg {
	width:100%;
}
.p5-next {
	width:10.8%;
	position:absolute;
	top:97%;
	right:1.2%;
	z-index:10;
	cursor: pointer;
/*	opacity:1; */
}
.p5-prev {
    width: 10.8%;
    position: absolute;
    top: 0.01%;
    right: 1.2%;
    z-index: 10;
    cursor: pointer;
/*    opacity:1; */
}
.swiper-container-l1,.swiper-container-l3,.swiper-container-l5,.swiper-container-l7{
 width:87%;
 overflow:hidden;
 float:left;
}
.swiper-container-l2,.swiper-container-l4,.swiper-container-l6,.swiper-container-l8{
 width:12.6%;
 overflow:hidden;
 float:right;
 height:478px;
}
.box1{
 position:relative;
 z-index:10;
 opacity:1;
 width:100%;
 overflow:hidden;
 margin-top:4%;
 display:none !important;
}
.active{
	display:block !important;
}
.p5-main{
 position:relative;
}
/*媒体报道*/
.p3{
	background-color:#f5f5f5;
}
.p3-box{
	width:100%;
	overflow:hidden;
	position:relative;
}
.p3-img{
	width:31.8%;
	float:left;
}
.p3-img img{
  width:100%;
}
.p3-txtbox{
	width:64.8%;
	float:right;
}
.p3-tit{
	font-size:24px;
	color:#000;
	margin-top:1.5%;
}
.p3-spc{
	letter-spacing: -0.7px;
}
.p3-txt{
	font-size:16px;
	color:#4d4d4d;
	margin-top:2.5%;
	line-height:28px;
}
.p3-btm{
	width:100%;
	overflow:hidden;
	margin-top:2%;
}
.p3-time{
	width:27.4%;
	float:left;
	font-size:14px;
	color:#000;
	margin-top:1%;
}
.p3-btn{
	float:right;
	width:15.7%;
	position:relative;
	color:#666;
	font-size:14px;
	cursor:pointer;
}
.p3-btn img{
	width:100%;
}
.p3-btn-tit{
	position:absolute;
	top:22%;
	left:24%;
}
.p3-btn-tit a{
	color:#666;
}
.p3-btn:hover a{
    color:#fff;
}
.p3-btn-tit a:hover{
	color:#fff;
}
.p0-span{
	color:#e60012;
}
.p3-line{
	height:2px;
	width:100%;
	background:#e7e7e7;
	margin-top:4%;
	margin-bottom:3%;
}
.p3-txt2,.p3-btm2{
	margin-top:4%;
}
.p3-txt4,.p3-btm4{
	margin-top:2%;
}
.p3-box2{
	padding-bottom:2%;
}
.p3-more{
	width:10%;
	position:absolute;
	top:1.5%;
	right:0%;
	font-size:14px;
	color:#666;
	cursor:pointer;
	display:none;
}
/*#m4{
	display:none;
}*/
#m3{
	margin-bottom:2%;
	padding-bottom:2%;
}
.p3-more-btn {
    display: none;
}
.p3-img-more{
	width:15%;
	float:right;
	margin-top:1%;
}
.p3-img-more img{
	width:100%;
}
.p3-tit-more{
	float:right;
	margin-right:5%;
}
.p4-box{
	width:100%;
	overflow:hidden;
	margin-top:2%;
}
.p4-box li{
	width:31.2%;
	float:left;
	margin-left:3%;
	overflow:hidden;
	background-color:#f5f5f5;
	padding:2.8% 0%;
	cursor:pointer;
}
.p4-box li:first-child{
	margin-left:0%;
}
.p4-left{
	width:14.3%;
	float:left;
	margin-left:5.5%;
	margin-top:1.5%;
}
.p4-left img{
	width:100%;
}
.p4-right{
	width:75%;
	float:left;
	color:#000;
	margin-left:4.7%;
}
.p4-r-top{
  	font-size:18px;
  	line-height:22px;
}
.p4-r-btm{
	overflow:hidden;
}
.p4-btm-l{
	width:6.5%;
	float:left;
	margin-top:6.5%;
}
.p4-btm-l img{
	width:100%;
}
.p4-btm-r{
	float:left;
	font-size:16px;
	margin-top:5%;
	margin-left:4%;
	color:#333;
}
.p4-box-last{
	margin-bottom:3%;
}
.li-pd{
	padding:2.3% 0% !important;
}
.p4-left-mg{
	margin-top:2%;
}
.p4-btm-l-mg{
    margin-top: 3.5%;
}
.p4-btm-r-mg{
    margin-top: 2%;
}
.bottom {
    width: 100%;
    height: 60px;
    background-color: #4d4d4d;
    text-align: center;
    font-size: 12px;
    line-height: 60px;
    color: #e5e5e5;
}

.bottom .main {
    margin-top: 0;
}

.bottom img {
	width:auto;
    vertical-align: middle;
    display: inline-block;
    padding-left: 1%;
    padding-right: 0.5%;
}
.right{
	width:135px;
	position:fixed;
	bottom:200px;
	right:80px;
}


@media (max-width:2000px){
	.banner{
		height:500px;
	}
}
@media (max-width:1400px){
	.banner{
		height:400px;
	}
	
}
@media (max-width:1200px){
	.main,.top-c{
		width:960px;
	}
	.banner{
		height:300px;
	}
	.banner-txt {
    width: 34%;
    padding-top: 4%;
    margin-left: 1%;
}
.p5-prev {
    top: 22.5%;
}
.p5-next {
    bottom: 12.8%;
}
.p5-ul {
    margin-top: 9%;
}
.p2-content {
    height: 600px;
}
.p3-tit {
    font-size: 21px;
}
.p3-txt {
    font-size: 14px;
}
.p3-time {
    width: 34.4%;
}
.p3-btn-tit {
    top: 15%;
    left: 12%;
}
.p4-r-top {
    font-size: 17px;
}
.p4-btm-r {
    font-size: 16px;
}

.p2-tb-tit {
    top: 18%;
}
}
@media (max-width:960px){
	.main,.top-c{
		width:750px;
	}
	.banner{
		height:300px;
	}
}

@media (max-width:750px){
	 .show-pc {
        display: none !important;
    }
    .show-phone {
        display: block;
    }
	.main,.top-c{
		width:93%;
	}
	.banner{
		height:auto;
		background:none;
		margin-top:48px;
	}
	.top{
		height:48px;
	}
	.top-c{
		position:relative;
		overflow:visible;
	}
	.top{
		overflow:visible;
	}
	.logo{
		width:70px;
		margin-top:11px;
		margin-left:16px;
	}
	.logo img{
		width:100%;
	}
	.nav{
		position:absolute;
		top:100%;
		right:-4%;
		background-color:rgba(0,0,0,0.7);
		float:none;
		width:53%;
		display:none;
	}
	.nav li{
		width:100%;
		padding:8% 0;
		font-size:3.8vw;
		float:none;
		margin-left:0;
		border-bottom: 1px solid #565656;
		color:#fff;
		text-align:center;
		line-height:1.3em;
		
	}
	.nav li a{
		color:#fff;
	}
	.nav li:last-child{
		border-bottom:none;
	}

.nav li.active {
    border-bottom: 1px solid #e60012;
}
	.menu{
		width:6%;
		float:right;
		margin:4.5% 0.2% 0 0;
	}
	.menu img{
		width:100%;
	}
	.title{
    font-size: 5.2vw;
    margin: 4% auto 0;
    text-align: center;
    border-left: none;
    padding-left: 0;
}
.line-2 {
    width:10%;
    height:4px;
    background: #e80000;
    margin: 3% auto 5%;
}
.p0-txt {
    font-size: 3.2vw;
    text-align:justify;
    margin-top:4%;
}
.content.p1 {
    background-image: url(../images/p1-bg-w.jpg);
    background-size: cover;
}
/*现场掠影*/
.p2-tb1{
	width:48.7%;
	padding:4% 0%;
	background-color:#f8f8f8;
	color:#333333;
	position:relative;
	top:0%;
	left:0%;
	float:left;
	margin-top:2%;
	border:1px solid #e2e2e2;
}
.p2-active{
     color:#fff;
     background:#e60012;
     border:1px solid #e60012;
}
.p2-tb-tit {
    width:100%;
    position:relative;
    font-size:4vw;
    text-align: center;
    cursor: pointer;
}
.p2-tbbox {
    padding:0% 0%;
    margin-bottom:42%;
}
.p2-tb2,.p2-tb4{
	float:right;
}
.swiper-container-js5,.swiper-container-js6,.swiper-container-js7,.swiper-container-js8{
	width:100%;
	overflow:hidden;
	margin-top:3%;
}
.p5-next-w,.p5-next-w2,.p5-next-w3,.p5-next-w4{
	width:7%;
	position:absolute;
	bottom:0%;
	left:0%;
	margin-left:35%;
	margin-top:5%;
	z-index: 100;
}
.p5-next-w img,.p5-next-w2 img,.p5-next-w3 img,.p5-next-w4 img{
	width:100%;
}
.p5-prev-w,.p5-prev-w2,.p5-prev-w3,.p5-prev-w4{
	width:7%;
	position:absolute;
	bottom:0%;
	left:58%;
	margin-top:5%;
	z-index: 100;
}
.p5-prev-w img,.p5-prev-w2 img,.p5-prev-w3 img,.p5-prev-w4 img{
	width:100%;
}
.p2-content {
    height:auto;
    margin-bottom:5%;
    margin-top:3%;
}
.p2-main{
	padding-bottom:11%;
}



/*媒体报道*/
.p3-tit {
    font-size:3.7vw;
}
.p3-spc1{
   margin-top:-2%;
}
.p3-btm5 {
    margin-top:0%;
}
.p3-img {
    width: 32.8%;
}
.p3-time {
    width:80%;
    font-size:2.93vw;
    color: #808080;
    margin-top: 0%;
}
.p3-w-line {
    height: 2px;
    width: 100%;
    background: #e7e7e7;
    margin-top: 4%;
    margin-bottom: 3%;
}
.p3-box2 {
    padding-bottom: 0%;
}
.p3-more-btn{
	width:25%;
	margin:0 auto;
	overflow:hidden;
	padding-top:2%;
	padding-bottom:5%;
	/*display:none;*/
}
.p3-more-btn img{
	width:100%;
}
/*资料下载*/
.p4-box li {
    width:100%;
    float:none;
    margin-left:0%;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 2% 0%;
    cursor: pointer;
    margin-top:2%;
}
.p4-left {
    width:6.8%;
    margin-left:3%;
    margin-top:0.5%;
}
.p4-right {
   width:86.7%;
   float:right;
   margin-left:0%;
}
.p4-r-top{
	float:left;
	font-size:3.2vw;
	margin-top:0.5%;
	line-height:2.1em;
}
.p4-r-btm{
	float:right;
}
.p4-btm-r{
	font-size:2.8vw;
	color:#e60012;
	margin-top:9%;
}
.p4-btm-l {
    width: 15.5%;
    margin-top: 14%;
}
.p4-box {
    margin-top:0%;
}





}












