(C) 2017-10-16 changbin*/

/* 全局通用
----------------------------------------------- */
html{
    height: 100%;
}
body {
/*background-color: #EEEEEE;*/
font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, Arial, Verdana, sans-serif;
font-size: 12px;
color: #333;
margin: 0;
padding: 0;
height: 100%;
}
.n_copy{
-moz-user-select: none; /*火狐*/
-webkit-user-select: none; /*webkit浏览器*/
-ms-user-select: none; /*IE10*/
-khtml-user-select: none; /*早期浏览器*/
user-select: none;
}
body, button, input, textarea {
 font-size: 12px;
 line-height: 1.531;
 outline: none;
 margin: 0;
 padding: 0;
 border: 0;
}
textarea{
    outline:none;
    resize:none;
}
p, ul, ol, dl, dt, dd, form, blockquote {
 margin: 0;
 padding: 0;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 12px;
 margin: 0;
 padding: 0;
 font-weight: normal;
}
img {
 border: 0;
}
ul, ol {
 list-style: none;
}
img {
 border: 0;
}
a {
 text-decoration: none;
 color: #626262;
}
a:hover {
 text-decoration: none;
}
input, textarea, select {
 vertical-align: middle;
}
*:focus {
 outline: none;
}
em, i {
 font-style: normal;
}
.bold {
 font-weight: bold;
}
.clear {
 clear: both;
 display: block;
 height: 0;
 line-height: 0;
 font-size: 0;
}
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
*html .clearfix {
 height: 1%;
}
*+html .clearfix {
 height: 1%;
}
.none {
 display: none;
}
.cue {
 color: #999;
}
p.cue {
 margin-top: 5px;
}
.cueRed {
 color: #C00;
}
.ml {
 padding-left: 10px;
}
.pl {
 padding-left: 10px;
}
.pr {
 padding-right: 10px;
}
.unread {
 font-weight: bold;
}
#vcode {
 cursor: pointer;
}
input,button,select,textarea{outline:none}
textarea{resize:none}

/*index*/
body{
	overflow-x: hidden;
}
.nav{
	width: 100%;
	height: 88px;
	border-bottom: 6px solid #FBA522;
	position: relative;
	/*text-align: center;*/
}
.nav>div>a{
	width: 182px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 20px;
}
.nav div>ul{
	position: absolute;
	right: 0;
	/*top: 20px;*/
}
.nav div>ul>li{
	display: inline-block;
	position: relative;
}
.nav div>ul>li>a{
	width: 86px;
    height: 88px;
    text-align: center;
	line-height: 88px;
	/* margin: 0 5px; */
	/* padding: 0 15px; */
	/* font-size: 14px; */
	font-size: 16px;
	display: inline-block;
}
.nav div>ul>li>a.sel,.nav div>ul>li>a.sels{
	/* background: #229DFB; */
	background: #0D2F54;
	color: #FFFFFF;
}
.nav div>a>img{
	width: 100%;
}
.nav-list-down{
	position: absolute;
	/*left: 100px;*/
	top: 88px;
	/* background: #229DFB; */
	background: #0D2F54;
	height: 80px;
	line-height: 80px;
	z-index: 2;
	width: 100%;
	padding-left: 86px;
	/*display: none;*/
	left: 0;
	/* opacity: 0; */
	display: none;
}
.nav-list-down>a{
	width: 88px;
	height: 80px;
	line-height: 80px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	text-align: center;
}
.nav-list-down>a.big-a{
	width: auto;
	padding: 0 10px;
}
.nav-list-down>a:hover{
	background: #FFFFFF;
	color: #229DFB;
}
.search{
	width: 250px;
	position: relative;
	height: 40px;
	margin-left: 80px;
}
.search>input{
	width: 215px;
	padding: 5px 0 5px 20px;
	height: 28px;
	line-height: 28px;
	background: #F7F7F7;
	border: 1px solid #E4E4E4;
	border-radius: 100px;
	font-size: 14px;
}
.search>a{
	width: 50px;
	height: 40px;
	display: inline-block;
	background: #0D2F54 url(../images/icon/index/s.png) center center no-repeat;
	background-size: auto 50%; 
	border-radius: 0 100px 100px 0;
	position: absolute;
	right: 0;
	top:0;
}


.width-all{
	width: 100%;
	margin: auto;
	position: relative;
	/*overflow: hidden;*/
	/*display: table;*/
}
.top-img-div-static{
	width: 100%;
}
.top-img-div-static>img{
	width: 100%;
	max-height: 380px;
}
.top-tab-3,.top-tab-2,.top-tab-5{
	overflow: hidden;
	background: rgba(255,255,255,0.06);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.06);
}
.top-tab-3>a,.top-tab-2>a,.top-tab-5>a{
	display: inline-block;
	width: 400px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 15px;
	color: #666666;
	float: left;
}
.top-tab-2>a{
	width: 600px;
}
.top-tab-5>a{
	width: 240px;
}
.top-tab-3>a.act{
	color: #FFFFFF;
	/* background-image: linear-gradient(90deg, #0FDFFC 0%, #239FFF 98%); */
	background-color: #0D2F54;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.12);
}
.top-tab-2>a.act{
	color: #FFFFFF;
	/* background-image: linear-gradient(90deg, #0FDFFC 0%, #239FFF 98%); */
	background-color: #0D2F54;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.12);
}
.top-tab-5>a.act{
	color: #FFFFFF;
	/* background-image: linear-gradient(90deg, #0FDFFC 0%, #239FFF 98%); */
	background-color: #0D2F54;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.12);
}
.left-tab-list{
	position: absolute;
	width: 110px;
	color: #666666;
	left: -125px;
	top:100px;
}
.left-tab-list>a{
	width: 110px;
	height: 40px;
	line-height:40px;
	text-align: center;
	font-size: 13px;
	color: #666666;
	display: inline-block;
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.06);
	margin-bottom: 20px;
}
.left-tab-list>a.act{
	color: #FFFFFF;
	/* background-image: linear-gradient(90deg, #0FDFFC 0%, #239FFF 98%); */
	background-color: #0D2F54;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}
.width-f1200.tb{
	display: table;
}
.width-f1200.h60{
	height: 60px;
	line-height: 60px;
}
.width-f1200{
	width: 1200px;
	margin: auto;
	position: relative;
}
.width-f1200>p{
	width: 60%;
    margin: 20px auto;
    color: #888888;
    text-align: center;
    font-size: 14px;
}
.width-all>div>img{
	width: 100%;
}
.width-all>img{
	display: block;
	margin: 100px auto 40px auto;
	height: 6rem;
}
.width-f1200>div.left{
	/*width: 65%;*/
	/*position: absolute;*/
	left: 0;
	top: 0;
	position: absolute;
}
.width-f1200>div.left>img,.width-f1200>div.right>img{
	width: 100%;
}
.width-f1200>div.right{
	/*width: 55%;*/
	float: right;
	position: relative;
	right: 0;
	top: 75px;
}
.width-f1200.tb>div.right>span.t-info{
    bottom: 280px;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 14px;
    width: 460px;
   line-height: 200%;
	background: none;
}
.width-f1200.tb>div.right>span{
	display: inline-block;
    position: absolute;
    left: 200px;
    bottom: 170px;
    box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.50);
	background: rgba(233,233,233,.1);
}
.width-f1200.tb>div.right>span>a{
	/*display: inline-block;*/
	float: left;
    width: 115px;
    height: 90px;
    opacity: 1;
	background: none;
	line-height: 140px;
	text-align: center;
}
.width-f1200.tb>div.right>span>a:hover{
	/* background-image: linear-gradient(90deg, #0FDFFC 0%, #239FFF 98%); */
	background-color: #0D2F54;
}
.width-f1200.tb>div.right>span>a>img{
	/*display: inline-block;*/
	width: 50%;
	margin: auto;
	
}
.width-all>div.right>span{
	position: absolute;
	bottom: 240px;
    left: 320px;
}
.width-all>div.right>span>a{
	display: inline-block;
	width: 10%;
	background: #CCCCCC;
}
.right>a.about-a{
	width: 130px;
	display: inline-block;
	height:40px;
	line-height: 40px;
	color: #FFFFFF;
	border: 1px solid #BFBFBF;
	position: absolute;
	bottom: 100px;
    left: 200px;
    text-align: center;
}
.show-p02{
	width: 560px;
	display: inline-block;
	text-align: left;
}
.show-p03{
	width: 380px;
	display: inline-block;
	text-align: left;
	background: #FFFFFF;
}
.show-p03:hover{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
}
.show-p02>img{
	width: 100%;
	/* height: 315px; */
	height: 457px;
}
.show-p03>img{
	width: 100%;
	/* height: 265px; */
	height: 310px;
}
.show-p02>span.img-big{
	width: 100%;
	/* height: 315px; */
	height: 457px;
}
.show-p03>span.img-big{
	width: 100%;
	/* height: 265px; */
	height: 310px;
}
.show-p02>h6,.show-p03>h6{
	font-size: 16px;
	color: #333333;
	height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space:nowrap; 
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.show-p03>h6{
	width: 360px;
	margin: 10px;
}
.show-p02>h6:hover{
	color: #229DFB;
}
.show-p02>span{
	font-size: 10px;
	color: #999999;
	display: block;
}
.show-p02>p{
	font-size: 13px;
	color: #333333;
	display: inline-block;
}

.show-p03>p,.show-p02>p.pj-info-index{
	width: 360px;
	margin: 10px;
	height: 38px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.show-p02>p.pj-info-index{
	width: 100%;
	margin: 0;
}
.show-p03>div{
	width: 360px;
	margin: 20px auto;
}
.show-p03>div>a{
	border: 1px solid #979797;
	color: #979797;
	width: 125px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}
.show-p03>div>span{
	float: right;
	width: 125px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
}
.show-p04{
	width: 281px;
	/*display: inline-block;*/
	float: left;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin-right: 25px;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.show-p04.col-3{
	width: 380px;
	position: relative;
}
.show-p04>img{
	 width: 100%;
    height: 230px;
    display: block;
}
.show-p04.col-3>img{
	width: 100%;
	height: 200px;
}
.show-p04.col-3>a{
	width: 380px;
	height: 200px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.show-p04>p{
	width: 261px;
	margin: 10px;
	font-size: 15px;
	height: 44px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.show-p04>.img-out-area{
	width: 100%;
	height: 230px;
	overflow: hidden;
	display: block;
	-moz-box-shadow:-5px -5px 5px #FFFFFF inset;             /* For Firefox3.6+ */
	-webkit-box-shadow:-5px -5px 5px #FFFFFF inset;          /* For Chrome5+, Safari5+ */
	box-shadow:-5px -5px 5px #FFFFFF inset;                  /* For Latest Opera */
}
.show-p04>.img-out-area>img{
	width: 100%;
}
.show-p04>p>i{
	font-size: 10px;
	/* width: 54px; */
	width: auto;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	/* background-image: linear-gradient(90deg, #0FDFFC 0%, #239FFF 98%); */
	background-color: #0D2F54;
	border-radius: 3px;
	color: #FFFFFF;
	margin-right: 5px;
}
.show-p04>div{
	width: 261px;
	margin: 20px auto 10px auto;
	font-size: 12px;
	color: #666666;
	position: relative;
	min-height: 20px;
}
.show-p04.col-3>div{
	width: 360px;
}
.show-p04>div>b{
	position: absolute;
	left: 0;
	top:0;
	font-weight: normal;
}
.show-p04>div>span{
	position: absolute;
	top:0;
	right: 0;
	color: #999999;
}
.show-p04>div>span>i{
	font-style: normal;
}
.list-area{
	width: 1225px;
	overflow: hidden;
	margin: 50px auto 40px auto;
}
.btm-page-area{
	width: 100%;
	text-align: center;
}
/* .btm-page-area>span{
	width: auto;
	
}
.btm-page-area>span>a{
	width: 46px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	font-size: 14px;
}
.btm-page-area>span>a.act{
	background-image: linear-gradient(90deg, #0FDFFC 0%, #239FFF 98%);
	box-shadow: 1px 2px 6px 0 rgba(34,157,251,0.50);
	color: #FFFFFF;
} */

.btm-page-area>div>a,.btm-page-area>div>span{
	width: 46px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	font-size: 14px;
}
.btm-page-area>div>span.current{
	/* background-image: linear-gradient(90deg, #0FDFFC 0%, #239FFF 98%); */
	background-color: #0D2F54;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.12);
	/* box-shadow: 1px 2px 6px 0 rgba(34,157,251,0.50); */
	color: #FFFFFF;
}
.btm-page-area>div>span.prev.current,.btm-page-area>div>span.next.current{
	background-image: none;
	box-shadow: none;
	color: #CCCCCC;
	visibility: hidden;
}
.center-pick{
	text-align: center;
	margin: 40px auto 10px auto;
}
.center-pick>a{
	font-size: 13px;
	color: #BFBFBF;
	letter-spacing: 0;
	border: 1px solid #BFBFBF;
	display: inline-block;
	padding: 5px 25px;
}

.news-text-area{
	width: 1200px;
}
.news-text-area>h2{
	font-size: 20px;
    color: #333333;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 40px auto 50px auto;
}
.news-text-area>div.day{
	font-size: 13px;
	color: #999999;
	width: 100%;
	display: inline-block;
	margin: 0 auto 20px auto;
}
.news-text-area>div.day>span.l{
	float: left;
}
.news-text-area>div.day>span.r{
	float: right;
}
.search_page_top{
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.06);
	text-align: center;
	line-height: 80px;
	margin-bottom: 80px;
}
.search_page_top>span{
	font-size: 20px;
	color: #666666;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: url('../images/icon/public/zoom.png') no-repeat left center;
	background-size: auto 100%;
	padding-left: 50px;
	letter-spacing: 4px;
}
.search_page_top>span>img{
	width: 80px;
}
.hr-line{
	background: #EEEEEE;
	width: 100%;
	height: 1px;
	display: inline-block;
}

.noimg-area-list{
	width: 1180px;
	height: 80px;
	display: inline-block;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
	padding: 10px;
}
.noimg-area-list>h6{
	width: 100%;
	font-size: 16px;
	color: #333333;
	letter-spacing: -0.39px;
	display: inline-block;
	margin-bottom: 5px;
}
.noimg-area-list>p{
	font-size: 12px;
	color: #999999;
	letter-spacing: -0.54px;
	display: inline-block;
	width: 100%;
}
.noimg-area-list>div{
	width: 1180px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	right: 10px;
	color: #666666;
}
.noimg-area-list>div>span.l{
	float: left;
}
.noimg-area-list>div>span.r{
	float: right;
}
.top-info-pj{
	width: 100%;
	margin: 40px auto;
}
.top-info-pj>h2{
	width: 100%;
	font-size: 26px;
	color: #333333;
	text-align: center;
}
.top-info-pj>div{
	width: 100%;
	font-size: 14px;
	color: #999999;
	text-align: right;
}
.top-info-pj>div>span{
	margin-left: 20px;
	display: inline-block;
}
.top-info-pj>div>span>i{
	font-style: normal;
	display: inline-block;
	/* background-image: linear-gradient(90deg, #0FDFFC 0%, #239FFF 98%); */
	background-color: #0D2F54;
	border-radius: 3px;
	margin-right:10px;
	color: #FFFFFF;
	padding: 2px 5px;
	font-size: 12px;
}
.project-info{
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}

.video-play-sml{
	background: url('../images/icon/video/v11.png') no-repeat center center;
	background-size: auto 40%;
}
.video-play-sml:hover{
	background-color: rgba(0,0,0,.2);
}
.video-play-sml img{
	width: 100%;
	height: 200px;
}
.v-play-head{
    width: 100%;
    position: relative;
}
.v-play-head>h2{
    width: 100%;
    margin: 40px auto 50px auto;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}
.v-play-head>div{
    width: 100%;
    margin: 10px auto;
    display: inline-block;
}
.v-play-head>div>span{
    width: 35%;
    display: inline-block;
}
.v-play-head>div>span.t{
    float: left;
}
.v-play-head>div>span.n{
    float: right;
    text-align: right;
}


#fixed-alert{
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .31);
	display: none;
	z-index: 9999;
}
#fixed-alert>div{
	margin: auto;
	width: 1160px;
	height: auto;
	padding: 20px;
	background: #FFFFFF;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}
#fixed-alert>div>div{
	margin: auto;
	width: 100%;
	height: auto;
	text-align: left;
}


.table-cel-5,.table-cel-4{
	width: 1200px;
	border-collapse:separate; 
	border-spacing:0px 10px;
}
.table-cel-5 th{
	display: none;
}
.table-cel-5 tr{
	height: 88px;
	margin-bottom: 15px;
}
.table-cel-5 tr.none{
	display: none;
}
.table-cel-5 td{
	background: #E8E8EB;
	font-size: 14px;
	color: #888888;
	letter-spacing: 0.74px;
}
.table-cel-5 td.r1{
	background: #F2F2F6;
}
.table-cel-5 td.r2{
	background: #F4F4F4;
}
.table-cel-5 td.r3{
	background: #F3F3F3;
}
.table-cel-5 td.r4{
	background: #F3F3F3;
}
.table-cel-5 td>span{
	padding-left: 30px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 40px;
}
.table-cel-5 td>span.o1{
	background: url('../images/icon/video/v7.png') no-repeat left center;
	background-size: 20px;
}
.table-cel-5 td>span.o2{
	background: url('../images/icon/video/v6.png') no-repeat left center;
	background-size: 20px;
}
.table-cel-5 td>span.o3{
	background: url('../images/icon/video/v4.png') no-repeat left center;
	background-size: 20px;
}
.table-cel-5 td>span.o4{
	background: url('../images/icon/video/v3.png') no-repeat left center;
	background-size: 20px;
}
.table-cel-5 td>span.text-job{
	display: none;
}
.table-cel-5 img{
	width: 40px;
}
.list-area.k1200{
	width: 1200px;
}
.table-cel-4 div.contact-top-area{
	width: 236px;
	height: 134px;
	padding: 10px 20px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	position: relative;
	    margin-bottom: 50px;
}
.table-cel-4 div.contact-top-area.sml{
	width: 276px;
	height: 154px;
	text-align: center;
	background: #FFFFFF;
	border: none;
}
.table-cel-4 div.contact-top-area>span{
	background: #61D655 url('../images/icon/video/v9.png') no-repeat center center;
	background-size: auto 40%;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.06);
	border-radius: 100px;
	display: inline-block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: -24px;
    left: 115px;
}
.table-cel-4 div.contact-top-area.s2>span{
	background: #F266A1 url('../images/icon/video/v1.png') no-repeat center center;
	background-size: auto 40%;
}
.table-cel-4 div.contact-top-area.s3>span{
	background: #9963FF url('../images/icon/video/v5.png') no-repeat center center;
	background-size: auto 40%;
}
.table-cel-4 div.contact-top-area.s4>span{
	background: #FFAA63 url('../images/icon/video/v2.png') no-repeat center center;
	background-size: auto 40%;
}
.table-cel-4 div.contact-top-area>div{
	width: 40px;
	height: 1px;
	background: #CCCCCC;
	margin: 10px auto;
}
.wh{
	font-size: 20px;
color: #555555;
letter-spacing: 1.05px;
margin-top: 26px;
}
.wss{
	font-size: 12px;
color: #999999;
letter-spacing: 0.63px;
}
.ws{
	font-size: 14px;
color: #666666;
letter-spacing: 0.74px;
line-height: 18px;
}
.contact-sml-area.sml{
	width: 220px;
	    text-align: left;
}
.contact-sml-area.sml>h5{
	font-size: 16px;
	color: #666666;
	letter-spacing: 0.84px;
	    height: 30px;
    line-height: 30px;
    display: inline-flex;
    padding-bottom: 5px;
    border-bottom: 1px solid #B3B3B3;
        width: 100%;
    margin-bottom: 15px;
}
.contact-sml-area.sml>h5>i{
	width: 28px;
	height: 28px;
	display: inline-block;
border-radius: 100px;
background: #B3B3B3 url('../images/icon/video/v8.png') no-repeat center center;
background-size: 50%;
    margin-right: 10px;
}
.contact-sml-area.sml>p{
	display: inline-block;
	margin: 3px auto;
	width: 100%;
}
.contact-sml-area.sml>p.ad{
	height: 38px;
}
#mgm-img{
	width: 1200px;
	height: auto;
	display: block;
	margin: auto;
	margin-top: 60px;
}
.info-about-cantent{
	width: 100%;
	margin: 80px auto 20px auto;
}
.info-about-cantent>video{
	float: left;
	margin: 0 20px 20px 0;
}
.info-about-cantent>div{
	
}
.info-about-cantent>img{
	width: 100%;
	height: 350px;
	display: block;
	margin-top: 20px;
}
.c-culture-area{
	width: 345px;
	height: 210px;
	border: 1px solid #BBBBBB;
	float: left;
	text-align: center;
	margin:0 80px 80px 0;
	color: #0D2F54;
}
.c-culture-area:hover{
	/* background: #229DFB; */
	background: #0D2F54;
	border: 1px solid #0D2F54;
	box-shadow: 0 2px 4px 0 #0D2F54;
/* 	box-shadow: 0 2px 4px 0 #229DFB; */
	color: #FFFFFF;
}
.c-culture-area:hover hr{
	background: #FFFFFF;
}
.c-culture-area>img{
	width: 40px;
	height: 25px;
	display: inline-block;
	margin-top: 20px;
}
.c-culture-area>h4{
	width: 100%;
	display: inline-block;
	font-size: 22px;
	font-weight: normal;
}
.c-culture-area>hr{
	width: 40px;
	height: 3px;
	background: #0D2F54;
	display: block;
	margin: 20px auto;
	border: none;
}
.c-culture-area>p{
	width: 80%;
	font-size: 14px;
	margin: auto;
	line-height: 25px;
}
.list-area.setwidth{
	width: 1285px;
}
.txt-honor{
	display: inline-block;
	width: 100%;
	margin: 60px auto;
}
.txt-honor-list{
	overflow: hidden;
}
.swiper-button-prev.wbtn{
    top: 70%;
	left: -150px;
}
.swiper-button-next.wbtn {
    top: 70%;
    right: -150px;
}
.show-p04.team{
	background: #FFFFFF;
border: 1px solid #EEEEEE;
}
.show-p04.team>p{
	font-size: 14px;
	color: #333333;
	height: auto;
}
.show-p04.team>div{
	text-align: right;
}
.show-p04.team>div>a{
	font-size: 12px;
	color: #229DFB;
}
#fixed-alert>div.content{
	text-align: left;
	max-height: 600px;
	overflow-y: auto;
}
.left-tab-list.set130{
	top: 130px;
}
.no-search{
	width: 100%;
	text-align: center;
	margin: 40px auto;
}
.no-search>img{
	width: 300px;
	margin: 100px auto;
    display: block;
}
.no-search>a{
	width: 110px;
	height: 40px;
	line-height: 40px;
	/* background: #229DFB; */
	background: #0D2F54;
	box-shadow: 0 2px 4px 0 rgba(34,157,251,0.50);
	display: inline-block;
	color: #FFFFFF;
}
.c-culture-area>img {
    width: 46px;
    height: 46px;
    background-size: auto 46px;
}
.c-culture-area>img.hover{
    background-position-x: right;
}

.share-qq,.share-wx{
	width: 25px;
	height: 20px;
	display: inline-block;
	background: url('../images/icon/public/qq102.png') no-repeat center center;
	background-size: auto 100%;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.share-wx{
	background: url('../images/icon/public/wx102.png') no-repeat center center;
	background-size: auto 100%;
}
.share-qq:hover{
	background: url('../images/icon/public/qq101.png') no-repeat center center;
	background-size: auto 100%;
}
.share-wx:hover{
	background: url('../images/icon/public/wx101.png') no-repeat center center;
	background-size: auto 100%;
}














/* idm页面页脚 */
.idm #footer{
	margin-top: 0;
}
#footer{
	background: #4D4D4D;
	width: 100%;
	display: inline-block;
	position: relative;
	height: 360px;
	margin-top: 100px;
}
#icp{
	background: #444444;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#footer .left{
	float: left;
	margin: 35px 0 0 0;
}
#footer .left>li{
	display: inline-block;
	margin-right: 50px;
}
#footer .left>li>span{
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}
#footer .left>li>a{
	display: table;
	color: #949494;
	margin: 15px auto;
	font-size: 13px;
}
#footer .left>li>a:hover{
	color: #239FFF;
}
#footer .width-f1200>.right{ 
	float: right;
	text-align: right;
	color: #FFFFFF;
	width: auto;
	top:35px;
}
#footer .width-f1200>.right>img{ 
	width: 180px;
}
#footer .width-f1200>.right>p{ 
	letter-spacing: 1px;
	line-height: 22px;
}
#footer .width-f1200>.right>span{ 
	display: block;
}
#footer .width-f1200>.right>span>a{ 
	display: inline-block;
	padding: 7px 14px;
	margin: 20px 0 20px 5px;
	background: rgba(0,0,0,.2);
	color: #FFFFFF;
	position: relative;
}
#footer .width-f1200>.right>span>a:not(.hover-wx):hover{
	color: #239FFF;
}
#footer .width-f1200>.right>span>a>img{
	position: absolute;
	bottom: 35px;
	left: -70px;
    width: 180px;
    opacity: 0;
    display: none;
/*    transition: 1s;*/
    /*visibility: hidden;*/
}
/*.hover-wx:hover .hover-wx>img{
	-webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
          animation-duration:1s;
}*/
.width-f1200.h60>.right{
	color: #BFBFBF;
}
#icp .width-f1200.h60>span{
	height: 60px;
	line-height: 60px;
	display: inline-block;
	color: #BFBFBF;
}










/*焦点*/
.swiper-slide {
    text-align: center;
}
#swiper1 {
    width: 100%;
}
#swiper1 .swiper-slide img{
	height: 650px;
}
#swiper1 .swiper-slide a{
	width: 100%;
    height: 650px;
    display: block;
}
.swiper-slide img{
	width: 100%;
	display: block;
}
.swiper-slide span{
	width: 100%;
	display: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 55px;
}
.swiper-pagination-bullet {
    width: 45px;
    height: 6px;
    border-radius: 0;
    /* background: #229DFB; */
    background: #0D2F54;
}
#swiper1 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 215px;
}
#swiper1 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 215px;
    left: auto;
}
#swiper3 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px;
}
#swiper3 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}
#swiper3 .swiper-button-prev,#swiper3 .swiper-button-next {
    top: 40%;
}
.swiper-button-prev,.swiper-button-next{
    width: 86px;
    height: 60px;
    background: #939393;
    display: inline-block;
}
.swiper-button-prev.btn{
	top:45%;
    left: -156px;
}
.swiper-button-next.btn{
	top:45%;
    right: -156px;
}
#swiper_info{
	width: 720px;
	height: 421px;
	margin: auto;
}
#swiper_info .swiper-slide img{
	width: 100%;
	height: 421px;
}
.swiper-info-pagination{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.swiper-info-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 10px;
}
.swiper-button-prev,.swiper-button-next{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.06);
	background: #939393 url('../images/icon/public/a_w.png') no-repeat center center;
	background-size: auto 50%;
	opacity: .95;
}
.swiper-button-prev.pjs,.swiper-button-next.pjs{
	top: 300px;
}
.swiper-button-prev.pj,.swiper-button-next.pj{
	top: 420px;
}
.swiper-button-next.hbtn,.swiper-button-prev.hbtn{
	bottom: 110px;
    top: auto;
}
.swiper-button-next.hbtn{
	right: -110px;
}
.swiper-button-prev.hbtn{
	    left: -110px;
}
.swiper-button-next{
	background: #939393 url('../images/icon/public/a_w2.png') no-repeat center center;
	background-size: auto 50%;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
	background-color: #0D2F54;
}







@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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


@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
  
  100% {
    opacity: 1;
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}
.animated{animation-duration:1s;}









/* 2019-6-12 
** 修改隐藏鸿雁报
*/
.tab-twos{
	overflow: hidden;
    background: rgba(255,255,255,0.06);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.06);
}

.tab-twos>a{
	display: inline-block;
    width: 600px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 15px;
    color: #666666;
    float: left;
}
.tab-twos>a.act{
	color: #FFFFFF;
	/* background-image: linear-gradient(90deg, #0FDFFC 0%, #239FFF 98%); */
	background-color: #0D2F54;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.12);
}


/* 新闻页面临时改为700px */
.news-text-area{
	width: 700px;
	margin: auto;
}





/* end