.container{
	width: 1200px;
	margin: 0 auto;
}
.header{
	width: 100%;
	height: 148px;
	background: url('images/bg/header_bg.jpg') repeat-x;
}
.header .logo{
	width: 820px;
	height: 93px;
	margin-top: 25px;
	background: url('images/bg/index_logo.jpg') no-repeat;
	float: left;
}
.header .search-wrapper{
	float: right;
	margin-top: 78px;
	font-size: 0px;
}
.header .header-wrapper{
	position: relative;
	width: 100%;
	background: url('images/bg/header_right_bg.jpg') no-repeat right bottom;
	height: 148px;
	z-index: 9;
}
.header .header-wrapper .search-input{
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	width: 210px;
	padding-left: 8px;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	border: 1px solid #9f040b;
	background: rgba(204,49,51,0.76);
	border-right: 0px;
	margin: 0px;
}
.header .header-wrapper .search-btn{
	display: block;
	float: right;
	height: 28px;
	width: 28px;
	line-height: 30px;
	border: none;
	text-align: center;
	background: #8f0006;
}
.header .header-wrapper .search-btn img{
	display: inline-block;
	vertical-align: middle;
}

::-webkit-input-placeholder { /* WebKit browsers */ 
color:  rgba(2255,255,255, 0.6)
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color:  rgba(2255,255,255, 0.6)
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color:  rgba(2255,255,255, 0.6)
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color:  rgba(2255,255,255, 0.6)
} 

input::input-placeholder{color:  rgba(2255,255,255, 0.6) ;}

.nav{
	width: 100%;
	background: #98040a;
	height: 40px;
	line-height: 40px;
}
.nav .nav-wrapper{
}
.nav .nav-wrapper li{
	position: relative;
	display: block;
	padding: 0 28px;
	color: #fff;
	font-size: 18px;
	float: left;
	/* margin-right: 56px; */
	margin-right: 30px;
	text-align: center;
}
.nav .nav-wrapper li .s-nav{
	display: none;
	position: absolute;
	left: 0px;
	top: 40px;
	z-index: 99;
	background: rgba(152,4,1,0.9);
	text-align: center;
}
.nav .nav-wrapper li:hover .s-nav{
	display: block;
}
.nav .nav-wrapper li>a{
	color: #fff;
}
.nav-wrapper li .s-nav a{
	color: #fff;
	display: block;
	padding: 0 10px;
    white-space: nowrap;
    min-width: 100px;
}
.nav .nav-wrapper li:last-child{
	margin-right: 0px;
}

.banner{
	height: 400px;
}
.banner-left{
	float: left;
	width: 800px;
}
.banner-right{
	float: right;
}
.banner-right{
	width: 380px;
}
.banner-right .title{
	position: relative;
	height: 32px;
}
.banner-right .title::after{
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	bottom: -2px;
	height: 2px;
	background: #b50507;
}
.banner-right .title .title-label{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 32px;
	line-height: 32px;
	width: 104px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	background: #b50507;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, 
.swiper-pagination-fraction{
	right: 0px;
	bottom: 30px;
	text-align: right;
	padding-right: 14px;
	box-sizing: border-box;
}
.swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50% 50%;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	width: 40px;
	border-radius: 8px;
	background: #fff000;
}
.swiper-wrapper .title{
	position: absolute;
	bottom: 15px;
	left: -20px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	padding: 15px 20px;
	max-width: 580px;
	line-height: 24px;
	transition: all .5;
	opacity: 0;
	animation:mymove  5s forwards ;
	-webkit-animation:mymove  2s forwards ; /*Safari and Chrome*/
	
}
@keyframes mymove
{
	from {
		left: -20px;
		opacity: 0;
	}
	to {
		left: 0px;
		opacity: 1;
	}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	from {
		left: -20px;
		opacity: 0;
	}
	to {
		left: 0px;
		opacity: 1;
	}
}
.more-wapper{
	cursor: pointer;
	float: right;
}
.more-wapper>*{
	vertical-align: middle;
	font-size: 0px;
}
.more-wapper .word{
	display: inline-block;
	color: #878787;
	font-size: 14px;
}
.more-wapper .more-icon{
	display: inline-block;
	width: 13px;
	height: 14px;
	background: url('images/icon/index_more.jpg') no-repeat;
}
.notice .notice-item{
	padding: 19px 0px;
	border-bottom: 1px dashed #cfcfcf;
}
.notice .notice-item a{
	position: relative;
	display: block;
	font-size: 15px;
	color: #4f4f4f;
	width: 330px;
	padding-left: 15px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 7px;
}
.notice .notice-item a::before{
	position: absolute;
	content: "";
	display: block;
	left: 0px;
	top: 5px;
	width: 4px;
	height: 4px;
	background: #16327a;
}
.notice .notice-item .time{
	height: 13px;
	line-height: 13px;
	margin: 0px;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 14px;
	color: #b4b4b4;
	background: url('images/icon/time.png') no-repeat 14px center;
}

.news{

}
.news .common-title{
	margin: 0px;
	position: relative;
	padding-bottom: 8px;
	border-bottom: 2px solid #e3e3e3;
	margin-bottom: 15px;
}
.news .common-title.ablum{
	border-bottom: none;
}
.common-title .title-label{
	padding-left: 18px;
	font-size: 28px;
	color: #b50507;
	font-weight: bold;
	position: relative;
	float: left;
}
.common-title .title-label::before{
	position: absolute;
	content: "";
	display: block;
	left: 0px;
	top: 6px;
	width: 5px;
	height: 18px;
	background: #b50507;
}
.news .news-left{
	float: left;
	width: 580px;
}
.news .news-right{
	float: right;
	width: 580px;
}
.main-list .main-list-img{
	display: block;
	float: left;
	width: 205px;
	height: 128px;
}
.main-list .main-list-content{
	width: 360px;
	float: right;
}
.main-list .main-list-content.max{
	width: 440px;
	float: right;
}
.main-list .main-list-img.min{
	display: block;
	float: left;
	width: 125px;
	height: 79px;
}
.main-list .main-list-content.right{
	width: 318px;
	float: right;
}
.main-list .main-list-content.right.max{
	width: 395px;
	float: right;
}

.photo{
	position: relative;
	width: 100%;
	background: #f5f5f5;
	padding: 25px 60px;
	box-sizing: border-box;
	overflow: hidden;
	height: 200px;
}
.photo.engine{
	height: 180px;
}
.photo .famous-wrapper .item{
	/* width: 100px;
	background: #fff;
	text-align: center;
	font-size: 0px;
	float: left;
	margin-right: 20px; */
}
.famous-wrapper .item img{
	display: block;
	width: 100%;
	height: 132px;
}
.famous-wrapper .item .name{
	display: block;
	height: 22px;
	font-size: 14px;
	text-align: center;
	color: #1b1b1b;
	line-height: 22px;
	background: url('images/icon/arrow_red.png') no-repeat left top;
}
.photo .engineers-wrapper .item{
	width: 252px;
	text-align: center;
	font-size: 0px;
	float: left;
	margin-right: 16px;
}
.engineers-wrapper .item img{
	display: block;
	width: 100%;
	height: 118px;
}
.engineers-wrapper .item .name{
	display: block;
	font-size: 14px;
	text-align: center;
	color: #1b1b1b;
	background: #f5f5f5;
	margin-top: 8px;
}

.pre-wrapper{
	position: absolute;
	left: 17px;
	top: 70px;
	display: block;
	width: 25px;
	height: 59px;
	text-align: center;
	line-height: 59px;
	background: #d4d4d4;
	cursor: pointer;
}
.next-wrapper{
	position: absolute;
	right: 17px;
	top: 70px;
	display: block;
	width: 25px;
	height: 59px;
	text-align: center;
	line-height: 59px;
	background: #9f9f9f;
	cursor: pointer;
}
.engine .next-wrapper, .engine .pre-wrapper{
	top: 60px;
}
.pre-wrapper .pre{
	display: inline-block;
	vertical-align: middle;
	width: 11px; 
	height: 18px;
	margin-top: 20px;
	background: url('images/icon/pre.png') no-repeat;
}
.next-wrapper .next{
	display: inline-block;
	vertical-align: middle;
	width: 11px; 
	height: 18px;
	margin-top: 20px;
	background: url('images/icon/next.png') no-repeat;
}
.footer{
	width: 100%;
	height: 92px;
	margin-top: 30px;
	background: #2b2b2b;
	padding-top: 20px;
	box-sizing: border-box;
}
.footer .footer-info{
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.main-list a{
	font-size: 15px;
	color: #000;
	font-weight: bold;
	display: block;
	margin: 4px 0 9px 0;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.main-list .time{
	font-size: 13px;
	color: #a9a9a9;
	margin: 0 0 9px 0; 
}
.main-list .intro{
	font-size: 12px;
	color: #a9a9a9;
	margin: 0 0 10px 0;
	line-height: 22px;
overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-more-wrapper{
	display: inline-block;
	width: 65px;
	height: 20px;
	border: none;
	background: #bfbfbf;
	padding: 0 9px;
	box-sizing: border-box;
	color: #fff;
	font-size: 0px;
	line-height: 20px;
	cursor: pointer;
}
.list-more-wrapper>*{
	display: inline-block;
	vertical-align: middle;
}
.list-more-wrapper span{
	font-size: 12px;
	margin-right: 4px;
}
.list-more-wrapper .more-icon{
	width: 6px;
	height: 8px;
	background: url('images/icon/index-arrow.png') no-repeat;
}
.news-left-list .news-item{
	position: relative;
	padding: 14px 0 14px 16px;
	box-sizing: border-box;
	background: url('images/icon/index_arrow_gray.png') no-repeat left center;
}
.news-left-list.left .news-item a{
	display: block;
	color: #323232;
	font-size: 14px;
	width: 440px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news-left-list.left .news-item .date{
	position: absolute;
	right: 0;
	top: 16px;
	font-size: 12px;
	color: #b4b4b4;
}
#famous{
	height: 154px;    
	/* overflow: hidden; */
}
#engine{
	height: 140px;    
	/* overflow: hidden; */
}
.famous-wrapper, .engineers-wrapper{
	overflow: hidden;
}

.character-title{
	font-size: 30px;
	margin: 36px 0;
	color: #1a1a1a;
}
.character-title .en{
	font-size: 22px;
	color: #a5a5a5;
}
.character-wrapper {
	list-style: none;
}

.character-wrapper .character-item {
	position: relative;
	float: left;
	width: 280px;
	padding: 14px 11px;
	box-sizing: border-box;
	margin-right: 20px;
	border: 1px solid #dcdcdc;
	height: 450px;
	overflow: hidden;
	margin-bottom: 35px;
}
.character-wrapper .character-item::after{
	display: block;
	position: absolute;
	bottom: 8px;
	right: 8px;
	content: "";
	width: 19px;
	height: 17px;
	background: url('../../images/icon/red_flag.png') no-repeat;
}
.character-wrapper .character-item .character-img{
	width: 100%;
	height: 313px;
}
.character-wrapper .character-item .name{
	font-size: 24px;
	display: block;
	margin: 10px 0;
	color: #000;
	text-decoration: none;
}
.character-wrapper .character-item .intro{
	font-size: 13px;
	margin: 0;
	color: #929191;
	line-height: 20px;
overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.character-wrapper .character-item:nth-child(4n) {
	margin-right: 0;
}

.character-wrapper .character-item2:nth-child(3n) {
	margin-right: 0;
}

.character-wrapper .character-item2 {
	position: relative;
	float: left;
	width: 380px;
	padding: 14px 11px;
	box-sizing: border-box;
	margin-right: 28.95px;
	border: 1px solid #dcdcdc;
	height: 348px;
	margin-bottom: 35px;
    overflow: hidden;
   
}
.character-wrapper .character-item2::after{
	display: block;
	position: absolute;
	bottom: 8px;
	right: 8px;
	content: "";
	width: 19px;
	height: 17px;
	background: url('../../images/icon/red_flag.png') no-repeat;
}
.character-wrapper .character-item2 .character-img{
	width: 100%;
	height: 220px;
}
.character-wrapper .character-item2 .name{
	font-size: 24px;
	display: block;
	margin: 10px 0;
	color: #000;
	text-decoration: none;
}
.character-wrapper .character-item2 .intro{
	font-size: 13px;
	margin: 0;
	color: #929191;
	line-height: 20px;
overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-component {
	font-size: 14px;
	color: #928b8b;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 80px;
}
.page-component .btn{
	border: 1px solid #dfe1e2;
	border-radius: 1px;
	background: #fff;
	color: #928b8b;
	height: 28px; 
	line-height: 28px;
	padding: 0 10px;
	margin-right: 6px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}
.page-component .btn:last-child{
	margin-right: 0px;
}
.page-component .btn.active,
.page-component .btn:hover
{
	background: #98040a;
	border: 1px solid #dfe1e2;
	color: #fff;
}
.page-component .btn.next{
	font-size: 14px;
}
.page-component .btn-input {
	width: 32px;
	height: 28px;
	border: 1px solid #dfe1e2;
	padding: 0px;
	text-align: center;
}

.page-component .btn-input:hover{
	background: #fff;
	color: #928b8b;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d,
 .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, 
 .pb_sys_common .p_no a,.pb_sys_common .p_goto input, 
 .pb_sys_common .p_search input,
 .pb_sys_common .p_goto a, .pb_sys_common .p_search a{
	    display: inline-block !important;
    padding: 0 13px !important;
    height: 34px !important;
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    font-size: 14px !important;
    line-height: 34px !important;
    color: #0000cc !important;
    text-align: center !important;
    margin-right: 5px !important;
}


.pb_sys_common .p_t{
	font-size: 16px !important;
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #a20505 !important;
    color: #fff !important;
    background-color: #a20505 !important;
}