body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0;box-sizing: border-box; }
body, button, input, select, textarea {color:#666; }
button, input, select, textarea, h1, h2, h3, h4, h5, h6 { font-size:100%; }
h2, h3 { font-size:14px; }
button, input, select, textarea, label { vertical-align:middle; border: 0; outline: none;}
img { vertical-align:middle; border:none; display:inline-block; max-width: 100%;}
ul, ol { list-style:none; }
a { text-decoration:none; color:#333; vertical-align:baseline; cursor:pointer; }
a:hover { color:#000; text-decoration: none;}
table { border-collapse:collapse; border-spacing:0; }
body { word-wrap:break-word; word-break:break-all;}

/*清浮*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height: 0;font-size: 0;}
.clearfix{*zoom:1;}
/*浮动*/
.fl { float:left; _display:inline; }
.fr { float:right; _display:inline; }

input::-webkit-input-placeholder {  color: #959595;}
input:-moz-placeholder { color: #959595; opacity: 1;}
input::-moz-placeholder { color: #959595; opacity: 1;}
input:-ms-input-placeholder { color: #959595;}

textarea::-webkit-input-placeholder { color: #959595;}
textarea:-moz-placeholder { color: #959595; opacity: 1;}
textarea::-moz-placeholder { color: #959595; opacity: 1;}
textarea:-ms-input-placeholder { color: #959595;}

.wrap{ width: 100%; max-width: 1920px; margin: 0 auto; overflow: hidden; }
.container{width: 1200px;}
/*-----header----*/
.header {
	/* position: fixed;
	width: 100%;
	left: 0;
	top: 0; */

	position: relative;
	z-index: 101;
	background: #FFFFFF;
	box-shadow: 0 4px 4px rgba(0,0,0,0.05);
}
.kosCtrl {
	/* padding-top: 82px; */
}
.h_con {
	width: 1580px;
	margin: 0 auto;
	position: relative;
}

a.top_adv {

	position: absolute;

	left: 240px;

	top: 50%;

	transform: translateY(-50%);

}
.logo {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
}
.h_search {
	position: absolute;
	width: 180px;
	line-height: 30px;
	right: 0;
	top: 50%;
	margin-top: -15px;
	background: #f1f1f1;
	border-radius: 15px;
	padding-left: 30px;
}
.h_search input {
	width: 100%;
	background: none;
	line-height: 30px;
}
.h_search img {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -7px;
}
.naver {
	margin-right: 200px;
}
.naver ul {
	text-align: right;
}
.naver ul li {
	display: inline-block;
	width: 115px;
	position: relative;
	margin: 0 4px;
	text-align: center;
}
.naver ul li > a {
	display: block;
	width: 100%;
	color: #585858;
	font-size: 16px;
	line-height: 80px;
	border-bottom: 2px solid #fff;
	transition: all ease-in-out .36s;
	white-space: nowrap;
}
.naver ul li > a i {
	color: #acacac;
	font-size: 12px;
	font-weight: lighter;
	display: inline-block;
	margin-left: 4px;
	transition: all ease-in-out .4s;
}
.naver ul li.active > a ,
.naver ul li:hover > a{
	color: #ad0026;
	border-bottom: 2px solid #ad0026;
}
.naver ul li.active > a i ,
.naver ul li:hover > a i{
	color: #ad0026;
	transform: rotate(180deg);
}
.naver ul li dl {
	position: absolute;
	width: 100%;
	left: 0;
	top: 80px;
	z-index: 5;
	background: #ffffff;
	border-bottom: 2px solid #ad0026;
	text-align: center;
	padding: 10px 0;
	display: none;
}
.naver ul li dl dd {
	padding: 8px 0;
	line-height: 20px;
	font-size: 14px;
}
.naver ul li dl dd a {
	color: #585858;
	transition: all ease-in-out .4s;
}
.naver ul li dl dd a:hover {
	color: #ad0026;
}
.naver ul li.h_w:hover > a {
	border-bottom: none;
}
.h_ewm {
	position: absolute;
	width: 110px;
	height: 110px;
	text-align: center;
	padding-top: 4px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #FFFFFF;
	left: 50%;
	margin-left: -55px;
	top: 65px;
	z-index: 5;
	display: none;
}
.h_ewm:before {
	position: absolute;
	content: "";
	width: 10px; 
    height: 10px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: #FFFFFF;
    left: 50%;
    margin-left: -5px;
    top: -6px;
    transform: rotate(225deg);
}
.m_header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	box-shadow: 0 4px 4px rgba(51,51,51,0.1);
	background: #FFFFFF;
}
.m_hcon {
	width: 94%;
	margin: 0 auto;
	position: relative;
}
.m_logo {
	float: left;
	margin: 8px 0;
}
.m_logo img {
	height: 40px;
}
.nav_icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 24px;
}
.nav_icon span {
	display: block;
	width: 24px;
	height: 2px;
	border-radius: 5px;
	background: #ad0026;
	position: relative;
	top: 0;
	-webkit-transition: background 400ms ease,top 300ms ease,-webkit-transform 300ms ease;
    transition: background 400ms ease,top 300ms ease,-webkit-transform 300ms ease;
    -o-transition: background 400ms ease,transform 300ms ease,top 300ms ease;
    transition: background 400ms ease,transform 300ms ease,top 300ms ease;
    transition: background 400ms ease,transform 300ms ease,top 300ms ease,-webkit-transform 300ms ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.nav_icon span:nth-child(2) {
	width: 18px;
	margin: 7px 0;
}
.nav_icon.on span:nth-child(1) {
	top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav_icon.on span:nth-child(2) {
	opacity: 0;
}
.nav_icon.on span:nth-child(3) {
	top: -9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.m_naver {
	position: fixed;
	width: 100%;
	left: 0;
	top: 56px;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	display: none;
}
.m_naver ul {
	padding: 15px 0;
}
.m_naver ul li {
	text-indent: 6%;
	font-size: 18px;
	line-height: 40px;
	padding-right: 15px;
	box-sizing: border-box;
}
.m_naver ul li > a {
	display: block;
	color: #333333;
}
.m_naver ul li > a.icon1{
	position: relative;
}
.m_naver ul li > a.active {
	color: #dd2430;
}
.m_naver ul li > a.icon1:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	transition: all ease-in-out .36s;
	right: 0;
	top: 50%;
	margin-top: -9px;
	background: url(../images/icon4.png) no-repeat center;
	background-size: cover;
}
.m_naver ul li > a.icon1.active:before {
	transform: rotate(90deg);
}
.m_naver ul li dl {
	display: none;
}
.m_naver ul li dl dd {
	font-size: 16px;
	line-height: 34px;
	text-indent: 10%;
}
.m_naver ul li dl dd a {
	color: #666666;
}

/*-------banner-----*/
.p_banner .swiper-pagination ,
.m_banner .swiper-pagination {
	display: block;
}
.p_banner .swiper-pagination-bullet {
	opacity: 1;
	background: rgba(255,255,255,0.5);
	width: 15px;
	height: 15px;
}
.m_banner .swiper-pagination-bullet{
	opacity: 1;
	background: rgba(255,255,255,0.5);
}
.p_banner .swiper-pagination-bullet-active ,.m_banner .swiper-pagination-bullet-active{
	background: #d61518;
}
.index_content {
	width: 1400px;
	margin: 10px auto 60px auto;
}
.index_left {
	width: 43.14%;
	float: left;
	border: 1px solid #e2e2e2;
}
.news_img1 a{
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 230px;
}
.index_tab1 .news_img1 {
	display: none;
}
.index_n_1 {
	padding: 0 15px 22px 15px;
}
.index_title1 {
	padding: 18px 0 8px 0;
}
.index_title1 h1 {
	color: #a10804;
	font-size: 20px;
	font-weight: bold;
}
.index_tab2 {
	margin-bottom: 20px;
}
.index_tab2 ul li {
	padding: 8px 12px;
	border-bottom: 1px dashed #a6a6a6;
}
.index_tab2 ul li a {
	display: block;
	width: 100%;
	position: relative;
}
.index_tab2 ul li a > * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
}
.index_tab2 ul li a span {
	position: relative;
	padding-left: 13px;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #545454;
	transition: all ease-in-out .36s;
}
.index_tab2 ul li a span:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000000;
	left: 0;
	top: 50%;
	margin-top: -2px;
	transition: all ease-in-out .36s;
}
.index_tab2 ul li a em {
	position: absolute;
	right: 0;
	top: 0;
	color: #979797;
	font-style: normal;
}
.index_tab2 ul li.active a span ,
.index_tab2 ul li:hover a span {
	color: #999999;
}
.index_tab2 ul li.active a span:before ,
.index_tab2 ul li:hover a span:before {
	background: #999999;
}
.more1 {
	text-align: center;
}
.more1 a {
	display: inline-block;
	color: #a10804;
	padding: 0 17px;
	line-height: 24px;
	border: 1px solid #a10804;
	border-radius: 8px;
}
.index_right {
	width: 54.85%;
	float: right;
}
.index_c1{
	border: 1px solid #e2e2e2;
	position: relative;
	margin-bottom: 30px;
	background: #fff;
}
.index_img1 {
	width: 30.26%;
	float: left;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.index_img1 > a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.index_qh1 {
	width: 69.54%;
	float: right;
	padding: 10px 2% 12px 2%;
	position: relative;
}
.index_list1 {
	position: relative;
	margin-bottom: 12px;
}
.index_list1 ul li {
	display: inline-block;
	margin: 0 6px;
}
.index_list1 ul li a {
	display: inline-block;
	padding: 0 10px;
	line-height: 24px;
	color: #545454;
	font-size: 12px;
	position: relative;
	background: #FFFFFF;
	transition: all ease-in-out .36s;
}
.index_list1 ul li a:before {
	position: absolute;
	content: "";
	width:0; 
    height:0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -4px;
    transition: all ease-in-out .36s;
}
.index_list1 ul li.active a {
	background: #ad0026;
	color: #FFFFFF;
}
.index_list1 ul li.active a:before {
	border-top: 4px solid #ad0026;
}
.index_qh1 .more2 {
	position: absolute;
	right: 4%;
	top: 11px;
}
.index_qh1 .more2 a {
	display: inline-block;
	padding: 0 14px;
	line-height: 18px;
	color: #a10804;
	font-size: 12px;
	border: 1px solid #a10804;
	border-radius: 16px;
}
.index_d2x .index_tab2 , .index_d3x .index_tab2{
	display: none;
}
.index_img2 {
	left: auto;
	right: 0;
}
.index_qh2 {
	float: left;
}
.index_list2 ul li {
	width: 33.33%;
	float: left;
}
.index_list2 ul li a {
	display: block;
	width: 100%;
	position: relative;
}
.index_list2 ul li a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	transition: all ease-in-out .36s;
}
.index_list2 ul li a img {
	width: 100%;
}
.index_list2 ul li a p {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	color: #FFFFFF;
	top: 50%;
	line-height: 30px;
	margin-top: -15px;
	font-size: 16px;
}
.index_list2 ul li a:hover:before {
	opacity: 0;
}
/*------footer-----*/
.footer {
	background: #ad0026;
}
.f_con {
	width: 1400px;
	margin: 0 auto;
	position: relative;
	padding: 40px 0 25px 0;
}
.f_left {
	/*margin-left: 60px;*/
}
.f_nav {
	color: #ffffff;
	margin-bottom: 10px;
	/*margin-left: 25px;*/
}
.f_nav a {
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	padding: 0 8px;
	position: relative;
}
.copy > * {
	display: inline-block;
	vertical-align: middle;
}
.c_p {
	color: #ffffff;
	font-size: 12px;
	line-height: 24px;
	margin-left: 7px;
}
.f_right {
	position: absolute;
	right: 15px;
	top: 25px;
}
.f_link select {
	background: #FFFFFF;
	width: 220px;
	height: 30px;
	margin-left: 22px;
}
.f_tel{
	/*margin-top: 22px;*/
}
.f_tel > * {
	/*display: inline-block;*/
	vertical-align: middle;
}
.f_tel span {
	color: #ffffff;
	font-size: 15px;
	/*font-weight: bold;*/
	margin-left: 6px;
}

/*------集团简介------*/
.s_naver {
	border-bottom: 1px solid #d5d5d5;
}
.s_naver ul {
	text-align: center;
	font-size: 0;
}
.s_naver ul li {
	display: inline-block;
	font-size: 16px;
	width: 150px;
	border-left: 1px solid #d5d5d5;
}
.s_naver ul li:last-child {
	border-right: 1px solid #d5d5d5;
}
.s_naver ul li a {
	display: block;
	width: 100%;
	color: #545454;
	line-height: 40px;
	transition: all ease-in-out .36s;
}
.s_naver ul li.active a ,
.s_naver ul li:hover a{
	color: #ad0026;
}
.ny_content1 {
	width: 1400px;
	margin: 140px auto 170px auto;
}
.aboutUs1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about_img1 {
	width: 53.57%;
}
.about_info1 {
	width: 38%;
}
.about_info1 .txt {
	color: #4b4745;
	font-size: 15px;
	text-align: justify;
	line-height: 30px;
}
.video_con {
	width: 1054px;
	margin: 0 auto;
}
.video_1 {
	width: 100%;
	height: 494px;
}
.video_1 video {
	width: 100%;
	height: 100%;
}
.video_swiper1 {
	margin-bottom: 42px;
}
.video_con .preview .swiper-container {
	width: 92%;
}
.video_con .preview .swiper-slide {
	cursor: pointer;
}
.video_con .preview .swiper-slide img {
	width: 96%;
}
.video_con .preview .swiper-slide.active-nav:before {
	position: absolute;
	content: "";
	width: 96%;
	height: 100%;
	border: 2px solid #ad0026;
	left: 0;
	top: 0;
}
.video_con .preview {
	position: relative;
}
.video_con .preview a.arrow-left ,
.video_con .preview a.arrow-right {
	position: absolute;
	display: inline-block;
	top: 50%;
	margin-top: -12px;
}
.video_con .preview a.arrow-left {
	left: 0;
}
.video_con .preview a.arrow-right {
	right: 0;
}
.logo_t1 {
	text-align: center;
	width: 72%;
	margin: 0 auto 40px auto;
}
.logo_t1 .txt {
	color: #545454;
	font-size: 15px;
	line-height: 32px;
	margin-top: 28px;
}
.logo_list1 ul{
	display: flex;
	/*flex-wrap: wrap;*/
}
.logo_list1 ul li {
	/*width: 25%;
	float: left;*/
	flex: 1;
	background: #FFFFFF;
	border: 1px solid #f2f2f2;
	padding: 20px;
	margin-bottom: 13px;
}
.logo_list1 ul li:nth-child(2n) {
	background: #f2f2f2;
}
.logo_img1 {
	margin: 24px 0 40px 0;
	text-align: center;
}
.logo_info1 h2 {
	color: #e40807;
	font-size: 16px;
	text-align: center;
	margin-bottom: 8px;
}
.logo_info1 .txt {
	color: #545454;
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
}
.ny_content2 {
	margin: 50px auto 30px auto;
}
.honor_swiper {
	width: 1720px;
	margin: 40px auto;
	position: relative;
}
.honor_swiper .swiper-container {
	width: 1200px;
}
.honor_swiper .swiper-button-next,.honor_swiper .swiper-button-prev ,
.achievement_swiper .swiper-button-next,.achievement_swiper .swiper-button-prev,
.rcpx_swiper1 .swiper-button-next,.rcpx_swiper1 .swiper-button-prev {
	background: none;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	opacity: 1;
}
.achievement_swiper .swiper-button-next img + img,.achievement_swiper .swiper-button-prev img + img ,
.honor_swiper .swiper-button-next img + img,.honor_swiper .swiper-button-prev img + img ,
.rcpx_swiper1 .swiper-button-next img + img,.rcpx_swiper1 .swiper-button-prev img + img {
	display: none;
}
.achievement_swiper .swiper-button-next:hover img,.achievement_swiper .swiper-button-prev:hover img ,
.honor_swiper .swiper-button-next:hover img,.honor_swiper .swiper-button-prev:hover img ,
.rcpx_swiper1 .swiper-button-next:hover img,.rcpx_swiper1 .swiper-button-prev:hover img {
	display: none;
}
.achievement_swiper .swiper-button-next:hover img + img,.achievement_swiper .swiper-button-prev:hover img + img ,
.honor_swiper .swiper-button-next:hover img + img,.honor_swiper .swiper-button-prev:hover img + img ,
.rcpx_swiper1 .swiper-button-next:hover img + img,.rcpx_swiper1 .swiper-button-prev:hover img + img {
	display: inline-block;
}
.honor_swiper .swiper-button-next:focus ,.honor_swiper .swiper-button-prev:focus ,
.achievement_swiper .swiper-button-next:focus ,.achievement_swiper .swiper-button-prev:focus,
.rcpx_swiper1 .swiper-button-next:focus ,.rcpx_swiper1 .swiper-button-prev:focus{
	outline: none;
}
.honor_swiper .swiper-slide {
	text-align: center;
	color: #5f5f5f;
	margin-bottom: 20px;
}
.honor_t1 {
	margin-top: 20px;
}
.achievement_swiper {
	margin: 55px auto;
	position: relative;
}
.achievement_swiper .swiper-container {
	padding: 208px 0;
}
.achievement_c1 {
	transition: all ease-in-out .36s;
}
.achievement_info1 {
	display: none;
	font-size: 12px;
}
.achievement_info1 h3 {
	color: #5f5f5f;
	margin-bottom: 6px;
}
.achievement_info1 .txt {
	color: #a3a3a3;
	font-size: 12px;
	line-height: 22px;
}
.achievement_swiper .swiper-slide-active .achievement_c1 {
	transform: scale(2.05);
	position: relative;
	z-index: 2;
}
.achievement_swiper .swiper-slide-active .achievement_c1 .achievement_img1 {
	box-shadow: 1px 4px 6px rgba(93,93,93,0.7);
}
.achievement_swiper .swiper-slide-active .achievement_c1 .achievement_info1 {
	display: block;
	transform: scale(0.6);
	width: 160%;
	margin-left: -30%;
}
.achievement_swiper .swiper-button-next ,
.rcpx_swiper1 .swiper-button-next{
	right: 100px;
}
.achievement_swiper .swiper-button-prev ,
.rcpx_swiper1 .swiper-button-prev {
	left: 100px;
}

.contact_t1 {
	color: #545454;
	font-size: 34px;
	text-align: center;
	margin-bottom: 52px;
}
.contact_c1 {
	width: 860px;
	margin: 48px auto 15px auto;
}
.contact_t2 {
	position: relative;
}
.contact_l p {
	color: #a3a3a3;
	font-size: 20px;
	padding-left: 50px;
	background: url(../images/icon5.png) no-repeat left center;
	padding: 13px 0 13px 50px;
	transition: all ease-in-out .36s;
}
.contact_l p:nth-child(2) {
	background: url(../images/icon6.png) no-repeat left center;
}
.contact_l p:nth-child(3) {
	background: url(../images/icon7.png) no-repeat left center;
}
.contact_l p:hover {
	color: #ad0026;
	background: url(../images/icon5x.png) no-repeat left center;
}
.contact_l p:nth-child(2):hover {
	background: url(../images/icon6x.png) no-repeat left center;
}
.contact_l p:nth-child(3):hover {
	background: url(../images/icon7x.png) no-repeat left center;
}
.contact_ewm {
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	color: #545454;
	font-size: 15px;
}
.contact_ewm p {
	padding-top: 12px;
}
.map {
	width: 1600px;
	margin: 0 auto;
	height: 510px;
}
.contactUs {
	margin-bottom: 43px;
}
.news_list1 {
	width: 1000px;
	margin: 32px auto 80px auto;
}
.news_list1 ul li {
	padding: 12px 0;
	border-bottom: 1px dashed #9f9d9c;
}
.news_list1 ul li a {
	display: block;
	width: 100%;
	position: relative;
	height: 36px;
}
.news_list1 ul li a > * {
	display: inline-block;
	color: #3f3b3a;
	font-size: 15px;
	line-height: 36px;
	transition: all ease-in-out .36s;
}
.news_list1 ul li a span {
	max-width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list1 ul li a em {
	position: absolute;
	right: 0;
	top: 0;
	font-style: normal;
}
.news_list1 ul li a:hover > * {
	color: #9f0e0a;
}
.news_list1 ul {
	margin-bottom: 72px;
}
.page {
	text-align: center;
	color: #a3a3a3;
}
.page > * {
	display: inline-block;
	vertical-align: middle;
}
.page a {
	color: #a3a3a3;
	font-size: 13px;
	padding: 7px 12px;
	border: 1px solid #dddddd;
	margin: 0 2px;
}
.page a.on ,.page a:hover {
	color: #ad0026;
	border-color: #ad0026;
}
.page input {
	width: 34px;
	border: 1px solid #dddddd;
	height: 34px;
	text-align: center;
	margin: 0 4px;
}
.third_nav{
	margin-top: 25px;
}
.third_nav ul {
	text-align: center;
}
.third_nav ul li {
	display: inline-block;
	margin: 0 32px;
}
.third_nav ul li a {
	color: #545454;
}
.third_nav ul li.active a ,
.third_nav ul li:hover a{
	color: #ad0026;
}
.detail_1 {
	width: 800px;
	margin: 0 auto 80px auto;
}
.detail_tit1 {
	text-align: center;
	margin-bottom: 50px;
}
.detail_tit1 h1 {
	color: #585858;
	font-size: 26px;
	margin-bottom: 50px;
}
.d_t span {
	width: 33.33%;
	float: left;
	color: #a3a3a3;
}
.detail_info1 .txt {
	color: #545454;
	font-size: 19px;
	text-align: justify;
}
.detail_c1 {
	margin-top: 100px;
	margin-bottom: 90px;
}
.pian a {
	display: block;
	color: #545454;
	font-size: 17px;
	padding: 8px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all ease-in-out .36s;
}
.pian a:hover {
	color: #ad0026;
}

/*-----人才战略------*/
.rczl_left {
	width: 33.85%;
	float: left;
}
.rczl_t1 {
	text-align: center;
	color: #000000;
	font-size: 34px;
	padding: 32px 0 65px 0;
}
.rczl_list1 {
	padding: 10px 15px;
}
.rczl_list1 ul {
	border: 3px solid #f5f5f5;
	display: flex;
	flex-wrap: wrap;
}
.rczl_list1 ul li {
	width: 50%;
	height: 110px;
	display: flex;
	align-items: center;
	padding-left: 15px;
}
.rczl_list1 ul li img {
	width: 40px;
	margin-right: 25px;
	padding-bottom: 20px;
}
.rczl_t2 h4 {
	color: #545454;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.rczl_t2 h5 {
	font-size: 12px;
	color: #a3a3a3;
	word-break: break-word;
}
.rczl_right {
	width: 62.28%;
	float: right;
	padding: 0 2% 60px 2%;
	background: #f2f2f2;
}
.rczl_i1 {
	display: flex;
	align-items: center;
}
.rczl_info2 {
	width: 53.33%;
	margin-left: 6.6%;
}
.rcpx_con {
	margin-top: 70px;
	margin-bottom: 140px;
}
.rcpx_f1 {
	margin-bottom: 25px;
}
.rcpx_img1 {
	overflow: hidden;
	margin-bottom: 8px;
}
.rcpx_img1 img {
	transition: all ease-in-out .36s;
}
.rcpx_info1 {
	color: #5f5f5f;
	padding-left: 8px;
}
.rcpx_con{
	position: relative;
}
.rcpx_x {
	width: 1400px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -700px;
	top: 0;
}
.rcpx_tab2 {
	margin-top: 55px;
}
.rcpx_tab2 ul {
	width: 64px;
	text-align: center;
	display: inline-block;
	margin-left: 7.5%;
}
.rcpx_tab2 ul li {
	color: #4f4f4f;
	width: 100%;
	line-height: 28px;
	border: 1px solid #4f4f4f;
	border-radius: 8px;
	margin-bottom: 30px;
	cursor: pointer;
}
.rcpx_tab2 ul li.on {
	color: #e40c0d;
	border-color: #ad0026;
}
.rcpx_swiper1 {
	display: none;
}
.rcpx_swiper1 .swiper-container {
	width: 1020px;
	margin-left: 30%;
}
.rcpx_swiper1 .swiper-slide {
	margin-top: 0 !important;
}

/*-----人才招聘----------*/
.recruit_list1 {
	margin-bottom: 80px;
	margin-top: 100px;
}
.recruit_list1 ul {
	margin-bottom: 60px;
}
.recruit_list1 ul li {
	margin-bottom: 5px;
}	
.recruit_t1 {
	padding: 0 0 0 72px;
	background: #eeeeee;
	position: relative;
	cursor: pointer;
}
.recruit_t1 h2 {
	color: #545454;
	line-height: 50px;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.download_icon {
	position: absolute;
	right: 100px;
	top: 0;
	display: inline-block;
	line-height: 50px;
	color: #545454;
}
.recruit_t1 i {
	display: inline-block;
	position: absolute;
	right: 62px;
	top: 50%;
	width: 21px;
	height: 21px;
	background: url(../images/010_05.png) no-repeat center;
	margin-top: -10px;
}
.recruit_t1.on {
	background: #585858;
}
.recruit_t1.on h2 ,.recruit_t1.on .download_icon {
	color: #FFFFFF;
}
.recruit_t1 .download_icon:hover {
	color: #ad0026;
}
.recruit_t1.on i {
	background: url(../images/010_05x.png) no-repeat center;
}
.recruit_t2 {
	padding: 30px 6%;
	display: none;
}
.recruit_info1 {
	margin-bottom: 24px;
}
.recruit_info1 h4 {
	color: #ad0026;
	font-size: 16px;
	padding-bottom: 28px;
}
.recruit_info1 .txt {
	color: #000000;
	font-size: 13px;
	line-height: 36px;
}

.suggest_tk {
	position: fixed;
	width: 550px;
	height: 230px;
	background: #ad0026;
	left: 50%;
	margin-left: -275px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	display: none;
}
.suggest_tk .close1 {
	position: absolute;
	right: 18px;
	top: 10px;
	cursor: pointer;
}
.suggest_t1 {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 25px;
	padding-left: 20px;
	padding-top: 8px;
}
.suggest_t2 {
	padding-left: 80px;
}
.suggest_t2 h3 {
	padding: 15px 0;
}
.suggest_t2 h3 > * {
	display: inline-block;
	vertical-align: middle;
}
.suggest_t2 h3 span {
	color: #ffffff;
	font-size: 30px;
	padding-left: 16px;
}
.detail_container,.recruit_con {
	width: 1200px;
	margin: 0 auto;
}
.rczl_img1 {
	text-align: center;
}
.structure_u {
	position: relative;
	padding: 140px 0 170px 0;
}
.structure_b {
	position: absolute;
	width: 100%;
	left: 0;
	top: 140px;
}
.ny_content3 {
	width: 1400px;
	margin: 0 auto;
}

.ticket_form {
	margin-bottom: 100px;
}
.ticket_form .form_group {
	margin-top: 60px;
	text-align: center;
}
.ticket_form .form_group > * {
	display: inline-block;
	vertical-align: middle;
}
.ticket_form .form_group span {
	color: #545454;
	font-size: 16px;
}
.ticket_form .form_group input {
	width: 520px;
	height: 46px;
	border: 1px solid #e0e0e0;
	line-height: 44px;
	padding: 0 10px;
	color: #545454;
	font-size: 18px;
}
.ticket_form .form_group input:focus {
	border-color: #ad0026;
}
.ticket_form .form_group1 button , .download_i a{
	width: 120px;
	height: 38px;
	border: 1px solid #ad0026;
	color: #ad0026;
	font-size: 16px;
	background: none;
	border-radius: 20px;
}

.ticket_c1 {
	display: flex;
	flex: 1;
	width: 1000px;
	margin: 0 auto;
}
.ticket_item1 {
	width: 25.7%;
}
.ticket_item2 {
	width: 32%;
	padding: 0 45px;
	position: relative;
}
/*.ticket_item2:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	border: 1px dashed #888888;
	left: 0;
	top: 0;
}*/
.ticket_item3 {
	width: 38.3%;
	margin-left: 4%;
}
.ticket_title {
	color: #000000;
	font-size: 18px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
}
.ticket_info1 p {
	color: #000000;
	font-size: 15px;
}
.ticket_info2 .txt {
	color: #000000;
	font-size: 15px;
	text-align: justify;
}
.ticket_download {
	margin-bottom: 100px;
	margin-top: 52px;
}
.examinee_pic {
	text-align: center;
	margin-bottom: 30px;
}
.examinee_t span {
	color: #000000;
	font-size: 15px;
	width: 75px;
	line-height: 40px;
}
.examinee_t em {
	/*height: 40px;*/
	/*line-height: 40px;*/
	line-height: 20px;
	border-bottom: 1px solid #000000;
	text-align: center;
	width: 300px;
	font-style: normal;
	color: #000000;
	font-size: 15px;
	padding: 5px 0;
}
.download_i {
	text-align: center;
	margin-top: 40px;
}
.download_i a {
	display: inline-block;
	line-height: 36px;
}
.examinee_t {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*---------index改----------*/
.index_swiper1 .swiper-pagination {
	display: block;
	text-align: right;
}
.index_swiper1 .swiper-pagination-bullet {
	opacity: 1;
	background: rgba(255,255,255,.5);
}
.index_swiper1 .swiper-pagination-bullet-active {
	background: #d61518;
}
.index_swiper1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}
.index_tuijian {
	position: relative;
	border-bottom: 1px solid #dadada;
	padding: 14px 0;
	margin-bottom: 25px;
}
.search_1 {
	width: 338px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}
.search_1 input {
	width: 100%;
	background: #f1f1f1;
	border-radius: 15px;
	padding: 0 0 0 34px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #333;
	border-radius: 20px;
}
.search_1 img {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -7px;
}
.marquee_c {
	height: 30px;
	padding-left: 20px;
	width: 70%;
	background: url(../images/icon10.png) no-repeat left center;
}
.marquee_c .swiper-container {
	height: 100%;
}
.marquee_c .swiper-slide a {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	color: #ad0026;
	font-size: 12px;
}

.index_j1 {
	text-align: center;
}
.index_j1 a {
	display: inline-block;
	color: #545454;
	font-size: 12px;
}
.index_j1 a img {
	margin-bottom: 8px;
}
/*.index_v1 {
	margin-bottom: 30px;
}*/
.index_swiper2 {
	width: 43.14%;
	float: left;
	margin-top: 20px;
}
.index_swiper2 .swiper-slide {
	width: auto !important;
}
.picMarquee-left .hd a {
	display: inline-block;
	position: absolute;
}
.index_swiper2 .swiper-button-next ,
.index_swiper2 .swiper-button-prev ,
.index_swiper3 .swiper-button-next ,
.index_swiper3 .swiper-button-prev ,
.picMarquee-left .hd a{
	width: 20px;
	height: 54px;
	top: 50%;
	margin-top: -27px;
	left: 0;
	background: url(../images/btn7.png) no-repeat;
	opacity: 1;
	z-index: 99;
}
.index_swiper2 .swiper-button-next ,
.index_swiper3 .swiper-button-next ,
.picMarquee-left .hd a.next{
	left: auto;
	right: 0;
	background: url(../images/btn8.png) no-repeat;
}
.item_title {
	padding-left: 30px;
	margin-bottom: 22px;
}
.item_title h2 {
	color: #6a6a6a;
	font-size: 16px;
	padding-left: 40px;
	background: url(../images/icon11.png) no-repeat 14px center;
}
.index_swiper3 {
	position: relative;
	padding: 0 30px;
}
.index_swiper3 .swiper-slide {
	padding: 0 4px;
	background: #fff;
}
.item_c1 a {
	display: block;
	width: 100%;
	padding: 20px 10px;
}
.item_info1 {
	margin-bottom: 6px;
}
.item_info1 h3 {
	color: #010101;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.item_info1 .txt {
	color: #a3a3a3;
	font-size: 12px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}
.index_swiper3 .swiper-slide-active {
	padding: 0;
}
.index_swiper3 .swiper-slide-active .item_c1 a{
	padding: 0;
}
.index_swiper3 .swiper-slide-active .item_c1 .item_info1 {
	display: none;
}
.index_swiper3 .swiper-slide-active .item_c1 .item_img img {
	width: 100%;
	height: 100%;
}
.index_item {
	margin-bottom: 22px;
}
.index_news1 {
	background: #fff;
}
.index_swiper3 .swiper-slide{
	height: auto;
}
.item_c1 , .item_c1 a , .item_img {
	height: 100%;
}
.item_img {
	text-align: center;
}
.swiper-button-next:focus , .swiper-button-prev:focus {
	outline: none;
}
.cj_c1 {
	position: relative;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.index_cj {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.index_cj > span {
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	padding: 8px 0 0 10px;
}
.cj_t1 {
	text-align: center;
	margin-bottom: 30px;
}
.cj_t1 h2 {
	color: #fff;
	font-size: 14px;
}
.cj_a {
	display: flex;
	flex-wrap: wrap;
}
.cj_a a {
	width: 50%;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}
.adver_01 {
	position: fixed;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	display: none;
}
.adver_01 .close2 {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.p_banner {
	position: relative;
	z-index: 11;
}
.adver_02 {
	position: fixed;
	left: 90px;
	top: 55%;
	z-index: 4;
}
.adver_02 .close2 {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 8px;
	cursor: pointer;
}
.floatEwm {
	position: fixed;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	text-align: center;
	display: none;
}
.floatEwm .close2 {
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
	height: 12px;
}
.floatEwm p {
	color: #545454;
	font-size: 14px;
	margin-top: 15px;
}
.fold {
	position: fixed;
	left: 0;
	top: 50%;
	display: none;
	cursor: pointer;
	width: 27px;
	height: 175px;
	transform: translateY(-50%);
}
.floatEwm .fold{
	left: auto;
	right: 0;
	height: 180px;
}
.adver_01.on {
	width: 27px;
	left: 0;
}
.adver_01.on .fold ,
.floatEwm.on .fold {
	display: block;
}
.adver_01.on .ad_img ,
.floatEwm.on .ad_img {
	display: none;
}
.floatEwm.on {
	right: 0;
	width: 27px;
}
.adver_01 .close2 {
	height: 15px;
}
.picMarquee-left ul li {
	float: left;
	width: 20%;
	overflow: hidden;
	margin: 0 5px;
}
.picMarquee-left {
	position: relative;
}
.picMarquee-left .tempWrap {
	width:100% !important;
}