

html{
	width: 100%;
	height: auto;
	overflow-x: hidden;
}

body{
	background: #000;
}

html ,body{
/*	width: 100%;
	height: 100%;*/
}


body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 ,a{
	/*font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;*/
	font-family: "Lantinghei SC",  "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif, \5b8b\4f53;
}

.modal-body video{
	width: 100%;
}

.modal.in .modal-dialog{
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

@-webkit-keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}



@-webkit-keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}



@-webkit-keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}



@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}





@-webkit-keyframes zoomInUp2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }

  100% {
    opacity: 1;
  }

}

@keyframes zoomInUp2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }

  100% {
    opacity: 1;
  }

}

.zoomInUp2 {
  -webkit-animation-name: zoomInUp2;
  animation-name: zoomInUp2;
}





/**/

.banWrp{
	width: 100%;
	height: 100vh;
	background: url(../images/bg0.jpg) no-repeat;
	background-size: 100% 100%;
}

.banWrp2{
	max-width: 1000px;
	height: 100%;
	margin: auto;
	position: relative;
}

.banCon{
	width: 100%;
	height: 630px;
	position: absolute;
	left: 0;
	top: calc(50% - 280px);
}

.ban_img{
	width: 998px;
	height: 630px;
	background: url(../images/ban_img.png) no-repeat;
	background-size: 100% 100%;
}


.ban1{
	width: 445px;
	height: 601px;
	background: url(../images/ban1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -78px;
	top: 0;
}

.ban2{
	width: 463px;
	height: 600px;
	background: url(../images/ban2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.ban3{
	width: 546px;
	height: 296px;
	background: url(../images/ban3.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: calc(50% - 273px);
	top: 15px;
}


.aVideo{
	/*width: 288px;*/
	width: 135px;
	height: 54px;
	background: url(../images/btn_video.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	/*left: calc(50% - 144px);*/
	left: calc(50% - 68px);
	bottom: 68px;
}

.ban_text{
	width: 436px;
	height: 196px;
	position: absolute;
	left: calc(50% - 218px);
	bottom: 150px;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	text-align: center;
}


.ban1{
	opacity: 0;
}

.ban2{
	opacity: 0;
}

.ban3{
	opacity: 0;
}

.ban_text p{
	opacity: 0;
}

.aVideo{
	opacity: 0;
}

@media (min-width: 1601px) {

	.banWrp2{
		max-width: 1280px;
		height: 100%;
		margin: auto;
		position: relative;
	}

	.banCon{
		width: 100%;
		height: 808px;
		position: absolute;
		left: 0;
		top: calc(50% - 384px);
	}

	.ban_img{
		width: 1280px;
		height: 808px;
		background: url(../images/ban_img.png) no-repeat;
		background-size: 100% 100%;
	}


	.ban1{
		width: 570px;
		height: 770px;
		background: url(../images/ban1.png) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		left: -100px;
		top: 0;
	}

	.ban2{
		width: 594px;
		height: 770px;
		background: url(../images/ban2.png) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: 0;
		top: 0;
	}

	.ban3{
		width: 700px;
		height: 380px;
		background: url(../images/ban3.png) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		left: calc(50% - 350px);
		top: 15px;
	}


	.aVideo{
		/*width: 370px;*/
		width: 170px;
		height: 68px;
		background: url(../images/btn_video.png) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		/*left: calc(50% - 185px);*/
		left: calc(50% - 85px);
		bottom: 88px;
	}

	.ban_text{
		width: 560px;
		height: 250px;
		position: absolute;
		left: calc(50% - 280px);
		bottom: 150px;
		color: #fff;
		font-size: 22px;
		line-height: 2.1;
		text-align: center;
	}


}




.title{
	width: 235px;
	height: 69px;
	margin: 0 auto;
}

.title_ccjd{
	background: url(../images/title_ccjd.png) no-repeat;
	background-size: 100% 100%;
}

.title_tms{
	background: url(../images/title_tms.png) no-repeat;
	background-size: 100% 100%;
}

.title_ycap{
	background: url(../images/title_ycap.png) no-repeat;
	background-size: 100% 100%;
}

.title_media{
	background: url(../images/title_media.png) no-repeat;
	background-size: 100% 100%;
}


.main{
	width: 100%;
	height: auto;
	background: url(../images/bg_main.jpg) repeat-y;
	background-size: 100% 100%;
}

.area{
	width: 100%;
	height: auto;
}


.area2Wrp{
	width: 1100px;
	height: auto;
	margin: 85px auto;
	color: #d2e3ee;
	font-size: 16px;
}


.area2Wrp h2{
	font-size: 26px;
	text-align: center;
	padding: 60px 0 40px 0;
}

.area2Wrp table,.area2Wrp td{
	border-collapse: collapse;
	border: 1px solid #66747e;
}

.area2Wrp table{
	width: 100%;
	height: auto;
}

.area2Wrp table td{
	height: 52px;
	text-align: center;
}

.area2Wrp table tr{
	cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.area2Wrp table tr:hover{
	color: #f2e50e;
}

.area2Wrp table tr:hover a{
	opacity: 1;
}



.area2Wrp table td a{
	color: #f2e50e;
	opacity: 0.85;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.area2Wrp table td a:hover{
	opacity: 1;
}


.area3{
	margin: 168px 0 220px;
}

.area3Wrp{
	width: 1100px;
	height: 710px;
	margin: 85px auto 0;
	overflow: hidden;
}

.area3Wrp dl{
	width: auto;
	height: 710px;
}

.area3Wrp dl:after{
	content: '';
	display: block;
	clear: both;
}

.area3Wrp dl dd{
	/*float: left;*/
	width: 1100px;
	height: 710px;
	display: none;
}

.area3Wrp dl dd:nth-of-type(1){
	display: block;
}

.fanye{}

.fanye a{
	color: #fff;
	font-size: 16px;
	margin: 20px 10px;
	line-height: 20px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.fanye a:hover{
	color: #f2e50e;
}


.fanye a.fyA{
	width: 20px;
	height: 20px;
	text-align: center;
	margin: 20px 8px;	
}


.fanye a.fyA_on{
	width: 20px;
	height: 20px;
	background: #f2e50e;
	border-radius: 15px;
	color: #000;
}

.area3Wrp dl a{
	width: 100%;
	height: auto;
	min-height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #66747e;
	font-size: 16px;
	color: #fff;
	padding: 0 165px 0 155px;
	margin: 0 0 12px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.area3Wrp dl a em{
	width: auto;
	min-width: 100px;
}


.area3Wrp dl a span{
	text-align: left;
	flex: 1;
	-webkit-flex:1;
	margin: 0 40px 0 30px;
}

.area3Wrp dl a:hover{
	border-bottom: 1px solid #66747e;
	/*background:rgba(123,121,89,0.8);*/
	background:rgba(95,90,1,0.7);
	color: #fff;
}

.area3Wrp dl a:hover time{
	color: #fff;
}


.area3Wrp dl a time{
	color: #d2e3ee;
	font-size: 14px;
}



.area1Wrp{
	width: 1200px;
	height: auto;
	margin: 85px auto;
}

.area1Con{
	width: 100%;
	height: auto;
	border: 1px solid #5a7078;
	padding: 30px 45px 40px 45px;
	position: relative;
	margin: 140px 0 80px;
}

.area1Con:after{
	content: '';
	display: block;
	clear: both;
}

.a1_2{
	border-bottom: none;
	margin: 140px 0 110px;
}

.a1_4{
	margin: 340px 0 80px;
}

.area1Con dd{
	width: auto;
	height: auto;
	color: #fff;
	position: relative;
	z-index: 10;
}

.area1Con dd h1{
	font-size: 40px;
	line-height: 2;
}

.area1Con dd h2{
	font-size: 22px;
	line-height: 2;
}

.area1Con dd p{
	color: #d2e3ee;
	font-size: 14px;
	text-indent: 2em;
	line-height: 1.8;
}

/*.area1Con dd:hover{
	color: #f2e50e;
}

.area1Con dd:hover p{
	color: #f2e50e;
}
*/

.area1Con dd.a1_dd_1{
	width: 100%;
	float: right;
}


.area1Con dd.a1_dd_2{
	width: 735px;
}


.area1Con dd.a1_dd_3{
	width: 735px;
	float: right;
}



.a_dp{
	display: block;
	width: 108px;
	height: 37px;
	background: url(../images/a_dp.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 320px;
	bottom: -18px;
	z-index: 10;
}

.a1_2 .a_dp{
	position: static;
	margin-top: 12px;
}

.a1_3 .a_dp{
	position: absolute;
	right: 400px;
	bottom: -18px;
}


.a1_4 .a_dp{
	position: absolute;
	right: auto;
	left: 60px;
	bottom: -18px;
}


.a1_5 .a_dp{
	position: absolute;
	right: auto;
	left: 222px;
	bottom: -18px;
}

.a1_6 .a_dp{
	position: absolute;
	right: 345px;
	bottom: -18px;
}


.a1_7 .a_dp{
	position: absolute;
	right: 388px;
	bottom: -18px;
}



.a1_8 .a_dp{
	position: absolute;
	right: auto;
	left: 410px;
	bottom: -18px;
}

.a1_9 .a_dp{
	position: absolute;
	right: auto;
	left: 525px;
	bottom: -18px;
}


.a1_9 .a_dp{
	position: absolute;
	right: auto;
	left: 525px;
	bottom: -18px;
}

.a1_10 .a_dp{
	position: absolute;
	right: auto;
	left: 410px;
	bottom: -18px;
}


.a1_11 .a_dp{
	position: absolute;
	right: 300px;
	bottom: -18px;
}

.a1_12 .a_dp{
	position: absolute;
	right: 175px;
	bottom: -18px;
}







.a1_img{}

.a1_img img{
	display: block;
	width: 100%;
}

.a1_img_1{
	width: 802px;
	height: 784px;
	position: absolute;
	left: -165px;
	bottom: -262px;
}

.a1_img_2{
	width: 1396px;
	height: 377px;
	position: absolute;
	left: -98px;
	bottom: -220px;
}

.a1_img_3{
	width: 800px;
	height: 792px;
	position: absolute;
	right: -206px;
	bottom: -198px;
}


.a1_img_4{
	width: 916px;
	height: 311px;
	position: absolute;
	left: -20px;
	top: -312px;
}

.a1_img_5{
	width: 805px;
	height: 787px;
	position: absolute;
	right: -216px;
	bottom: -216px;
}


.a1_img_6{
	width: 808px;
	height: 787px;
	position: absolute;
	left: -170px;
	bottom: -222px;
}


.a1_img_7{
	width: 799px;
	height: 787px;
	position: absolute;
	right: -222px;
	bottom: -216px;
}


.a1_img_8{
	width: 803px;
	height: 789px;
	position: absolute;
	left: -168px;
	bottom: -220px;
}


.a1_img_9{
	width: 787px;
	height: 776px;
	position: absolute;
	right: -248px;
	bottom: -220px;
}


.a1_img_10{
	width: 800px;
	height: 787px;
	position: absolute;
	left: -174px;
	bottom: -270px;
}


.a1_img_11{
	width: 803px;
	height: 777px;
	position: absolute;
	right: -220px;
	bottom: -248px;
}


.a1_img_12{
	width: 795px;
	height: 779px;
	position: absolute;
	left: -171px;
	bottom: -178px;
}



.posR{
	width: 221px;
	height: 167px;
	position: fixed;
	right: 12px;
	bottom: 80px;
	z-index: 1000;
}

.posR img{
	display: block;
}

.posR span{
	border: 1px solid rgba(242,229,14,0.3);
	/*border-right: none;*/
}

a.aTop{
	width: 55px;
	height: 167px;
	border: 1px solid rgba(242,229,14,0.3);
	text-align: center;
	color: #fff;
	font-size: 18px;
	box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: none;
}


a.aTop:hover{
	color: #fff;
	border: 1px solid rgba(242,229,14,1);
}









.ban_anim_1{
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}


.ban_anim_2{
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}


.ban_anim_3{
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: zoomInUp2;
  animation-name: zoomInUp2;
}

.ban_anim_4{
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

.ban_anim_5{
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

.ban_anim_6{
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

.ban_anim_7{
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

.ban_anim_8{
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

.ban_anim_9{
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}


/* 20180926 */

.area1_2Nav{
	width: 100%;
	height: 126px;
}

.area1_2Nav a{
	width: 292px;
	height: 75px;
	margin:0 80px;
	line-height: 75px;
	font-size: 30px;
	color: #d2e3ee;
	padding: 0 0 0 60px;
	box-sizing: border-box;
}

.area1_2Nav a.a1_2on{
	background: url(../images/bg_a1_2on.png) no-repeat;
	background-size: 100% 100%;
	color: #021722;
}

.area1_2Wrp{
	width: 1200px;
    height: auto;
    border: 1px solid #5a7078;
    padding: 38px 76px;
    position: relative;
    margin: 0 auto 50px;
    box-sizing: border-box;	
}

.area1_2Con_wrp{
	width: 1046px;
	height: 390px;
	overflow: hidden;
}

.area1_2Con_ul{
	width: 6276px;
	height: 390px;
}

.area1_2Con_ul:after{
	content: '';
	display: block;
	clear: both;
}


.area1_2Con{
	width: 1046px;
	height: 390px;
	float: left;
}

.area1_2Con h2{
	font-size: 22px;
	color: #fff;
	min-height: 51px;
	height: auto;
}

.area1_2Con article{
	font-size: 14px;
	color: #d2e3ee;
}

.area1_2Con article p{
	text-indent: 2em;
	padding: 0 0 5px 0;
	line-height: 1.6;
}




a.aIsLeft{
	width: 30px;
	height: 40px;
	position: absolute;
	left: 20px;
	top: calc(50% - 20px);
}

a.aIsLeft:before{
	content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-left: 5px solid #f2e50e;
    border-top: 5px solid #f2e50e;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

a.aIsLeft.disClick:before{
    border-left: 5px solid #d2e3ee;
    border-top: 5px solid #d2e3ee;
}



a.aIsRight{
	width: 30px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: calc(50% - 20px);
}

a.aIsRight:before{
	content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-left: 5px solid #f2e50e;
    border-top: 5px solid #f2e50e;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

a.aIsRight.disClick:before{
    border-left: 5px solid #d2e3ee;
    border-top: 5px solid #d2e3ee;
}