@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	-webkit-text-size-adjust: none;
}

em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

body {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

form {
	display: inline-block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}


/*去掉右下角斜线*/

textarea {
	resize: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}

input,
textarea {
	border: none;
	border-radius: 0;
	font-size: .28px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	width: 100%;
	height: 100%;
}
input,
label {
	vertical-align: middle;
}

.clear {
	clear: both;
}

.clear::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.width {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.width::after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.logo_head{
	width: 100%;
	height: 142px;
}
.logo_head_in{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	height: 142px;
	margin: 0 auto;
}
.logo_head_l{
	display: flex;
	align-items: center;
	width: auto;
	height: 84px;
}
.logo_head_l span{
	display: inline-flex;
	width: auto;
	height: 74px;
}
.logo_head_l span img{
	width: auto;
	height: 100%;
	margin-right: 26px;
}
.logo_head_l .l1{
	width: auto;
	height: 100%;
	padding-left: 24px;
	border-left:1px solid #e1e1e1;
	padding-top: 12px;
}
.logo_head_l .l1 p{
	font-size: 16px;
	color:#9e9e9e;
	margin-bottom: 8px;
}
.logo_head_l .l1 h4{
	font-size: 22px;
	color:#9e9e9e;
}
.logo_head_r{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: auto;
	height: 88px;
}
.logo_head_r .l1{
	width: auto;
	height: 44px;
	padding-left: 35px;
	background-image: url(../img/to-phone.png);
	background-size: 26px 26px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-right: 58px;
}
.logo_head_r .l1 p{
	font-size: 14px;
	color:#9e9e9e;
}
.logo_head_r .l1 h3{
	font-size: 24px;
	color:#a72426;
	font-weight: 700;
}
.logo_head_r .r1{
	display: inline-flex;
	justify-content: space-between;
	width: 294px;
	height: 88px;
	border-radius: 4px;
	overflow: hidden;
	background: -moz-linear-gradient(top, #d93c3c 0%, #9d2022 100%) ;
	background: -webkit-linear-gradient(top, #d93c3c 0%,#9d2022 100%) ;
	background: -o-linear-gradient(top, #d93c3c 0%,#9d2022 100%) ;
	background: -ms-linear-gradient(top, #d93c3c 0%,#9d2022 100%) ;
	padding: 6px 12px;
}
.logo_head_r .r1 .a1{
	width: auto;
	height: 100%;
}
.logo_head_r .r1 .a1 h3{
	font-size: 16px;
	color:#fff;
}
.logo_head_r .r1 .a1 p{
	font-size:40px;
	color:#fff;
	font-weight: 700;
}
.logo_head_r .r1 .a1 p span{
	font-size: 24px;
	font-weight: 400;
}
.logo_head_r .r1 .a2{
	width: auto;
	height: 100%;
	text-align: center;
	padding-top: 8px;
}
.logo_head_r .r1 .a2 h4{
	font-size: 20px;
	color:#fff;
	margin-bottom: 4px;
}
.logo_head_r .r1 .a2 p{
	font-size: 20px;
	color:#fff;
}
.head_nav {
	width: 100%;
	height: 60px;
	background:#a72426;
}

.head_nav_in {
	height: 100%;
}

.head_nav_in>ul {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}

.head_nav_in>ul>li {
	display: inline-flex;
	width: 100%;
	height: 100%;
	position: relative;
}
.head_nav_in>ul>li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
}
.head_nav_in>ul>li a:hover {
	background: #820f11;
}

.head_nav_in>ul>li a.active {
	background: #820f11;
}
.new_index_banner {
	width: 100%;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.new_slideBox_banner {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.new_slideBox_banner .bd ul {
	margin: 0 auto;
}
.new_slideBox_banner .hd {
	height: 16px;
	overflow: hidden;
	position: absolute;
	bottom: 24px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.new_slideBox_banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.new_slideBox_banner .hd ul li {
	float: left;
	margin-right: 11px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	cursor: pointer;
	background: #fff;
}
.new_slideBox_banner .hd ul li.on {
	background-color: #a72426;
}
.new_slideBox_banner .bd {
	height: 600px;
	position: relative;
	z-index: 0;
}
.new_slideBox_banner .bd li {
	width: 100%;
	height: 600px;
	vertical-align: middle;
	zoom: 1;
}
.new_slideBox_banner .bd li a {
	display: block;
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.new_slideBox_banner .prev,
.new_slideBox_banner .next {
	position: absolute;
	left: 2%;
	top: 50%;
	margin-top: -44px;
	display: block;
	width: 54px;
	height: 88px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all 0.5s;
}
.new_slideBox_banner .prev {
	background-image: url(../img/2019banner_l.png);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
.new_slideBox_banner .next {
	left: auto;
	right: 2%;
	background-image: url(../img/2019banner_r.png);
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
.new_slideBox_banner .prev:hover,
.new_slideBox_banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.new_slideBox_banner:hover .prev {
	filter: alpha(opacity=100);
	opacity: 1;
}
.new_slideBox_banner:hover .next {
	filter: alpha(opacity=100);
	opacity: 1;
}
.new_slideBox_banner .prevStop {
	display: none;
}
.new_slideBox_banner .nextStop {
	display: none;
}
.index_title{
	width: 100%;
	height: auto;
	padding-bottom: 14px;
	text-align: center;
	position: relative;
}
.an-t{
	-webkit-animation: fadeInUp 1s 0s both;
    animation: fadeInUp 1s 0s both;
}
.index_title h2{
	font-size: 32px;
	font-weight: 700;
	color:#333;
	margin-bottom: 8px;
}
.index_title p{
	font-size: 18px;
	color:#a8a8a8;
	text-transform: uppercase;
}
.index_title:after{
	content: '';
	display: block;
	width: 46px;
	height: 3px;
	background:#a72426;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left: -23px;
}
.index_title_b{
	width: 100%;
	height: auto;
	padding-bottom: 14px;
	text-align: center;
	position: relative;
}
.index_title_b h2{
	font-size: 32px;
	font-weight: 700;
	color:#fff;
	margin-bottom: 8px;
}
.index_title_b p{
	font-size: 18px;
	color:#fff;
	text-transform: uppercase;
}
.index_title_b:after{
	content: '';
	display: block;
	width: 46px;
	height: 3px;
	background:#fff;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left: -23px;
}
.mg_zixun{
	width: 246px;
	height: 52px;
	border-radius: 4px;
	overflow: hidden;
	margin: 40px auto 0;
	background: -moz-linear-gradient(top, #df5657 0%, #a63b3d 100%) ;
	background: -webkit-linear-gradient(top, #df5657 0%,#a63b3d 100%) ;
	background: -o-linear-gradient(top, #df5657 0%,#a63b3d 100%) ;
	background: -ms-linear-gradient(top, #df5657 0%,#a63b3d 100%) ;
	transition: all 0.5s;
}
.mg_zixun a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color:#fff;
	transition: all 0.5s;
}
.mg_zixun:hover{
	transform: scale(1.06);
}
.mg_zixun a:hover{
	transform: scale(1.06);
}
.gongchang {
	height: 224px;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
.gongchang_box {
	width: 1156px;
	height: 100%;
	margin: 0 auto;
}
.gongchang_list {
	display: block;
	width: 268px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.gongchang_list span {
	display: block;
	width: 100%;
	height: 224px;
}
.gongchang_list span img {
	width: 100%;
	height: 100%;
}
.gongchang_list p {
	width: 100%;
	height: 56px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 18px;
	color: #fff;
	line-height: 56px;
	text-align: center;
}
.gc-left {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 0;
	width: 9px;
	height: 22px;
	border-radius: 50%;
	background-image: url(../img/left.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.gc-right {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
	width: 9px;
	height: 22px;
	border-radius: 50%;
	background-image: url(../img/right.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.new_footer{
	display: block;
	width: 100%;
	height: 324px;
	background-color: #222222;
	position: relative;
	padding-top: 32px;
}
.new_fooer_beian{
	display: block;
	width: 100%;
	height: 42px;
	background-color: #333333;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 42px;
	font-size: 12px;
	color:#808080;
}
.new_fooer_beian a{
	color: #808080;
}
.new_fooer_beian a:hover{
	color: #fff;
}

.new_footer_ewm{
	display: inline-block;
	float: right;
	width: auto;
	height: 100%;
	padding-top: 3px;
	margin-right: 20px;
}
.new_footer_ewm span{
	display: block;
	width: 128px;
	height: 128px;
	margin-bottom: 6px;
}
.new_footer_ewm p{
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
.new_footer_ewm h3{
	font-size: 20px;
	color: #fff;
	line-height: 24px;
}
.new_footer_in{
	display: inline-block;
	float: left;
	height: 100%;
	margin-right: 60px;
	font-size: 12px;
	color: #808080;
	max-width: 280px;
}
.new_footer_in h2{
	padding-left: 8px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 6px;
	position: relative;
}
.new_footer_in h2::after{
	content: "";
	display: block;
	width: 3px;
	height: 16px;
	background: #A72426;
	position: absolute;
	left: 0;
	top: 13px;
}
.new_footer_in a{
	display: block;
	color: #8c8c8c;
	line-height: 26px;
	padding-left: 8px;
}
.new_footer_in a:hover{
	color: #fff;
}
.new_fonter_lianjie{
	display: block;
    width: 100%;
    /* height: 48px; */
    position: absolute;
    bottom: 42px;
    left: 0;
    font-size: 12px;
    color: #8c8c8c;
    /* line-height: 48px; */
    text-align: center;
    margin-bottom: 20px;
}
.new_fonter_lianjie a{
	color: #8c8c8c;
}
.new_fonter_lianjie a:hover{
	color: #fff;
}
.new_fonter_lianjie img{
	width: 16px;
}
.cp_weizhi {
	height: 18px;
	padding-left: 22px;
	background-image: url(../img/dingwei.png);
	background-size: 14px 18px;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 16px 0 40px;
}
.cp_weizhi li {
	display: inline-block;
	float: left;
}
.cp_weizhi li a {
	font-size: 14px;
	color: #666;
	line-height: 18px;
}
.remen_gjc{
    height: 60px;
    width: 100%;
    background:#fff;
    overflow: hidden;
}
.remen_gjc_in{
    height: 60px;
}
.remen_gjc_l{
    display: inline-block;
    float:left;
    width: 760px;
}
.remen_gjc_l h2{
    font-size: 16px;
    line-height: 60px;
    color:#666;
    display: inline-block;
    float:left;
    margin-right: 20px;
	font-weight: 700;
}
.remen_gjc_l li{
    display: inline-block;
    float:left;
    width: auto;
    height: 60px;
    padding: 0 23px;
}
.remen_gjc_l li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color:#666;
    line-height: 60px;
}
.remen_gjc_l li a:hover{
    color:#a72426;
}
.index_search_right{
    height: 36px;
    width: 276px;
    border-radius: 18px;
    background:#ededed;
    margin-top: 12px;
    display: inline-block;
    float:right;
}
.index_search_right input{
    background:none;
    /* padding-left: 46px; */
    font-size: 16px;
    line-height: 36px;
    color:#d3d3d3;
    /* background-image: url(../img/cg-ss.png); */
    background-size: 20px 20px;
    background-position: 16px center;
    background-repeat: no-repeat;
}
.buttonT{
    background:none;
    padding-left: 46px;
    font-size: 16px;
    line-height: 36px;
    color:#d3d3d3;
    background-image: url(../img/cg-ss.png)!important;
    background-size: 20px 20px;
    background-position: 16px center;
    background-repeat: no-repeat;
}
.jiejue_fa{
	width: 100%;
	height: auto;
	background-image: url(../img/sy-img10.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	padding-bottom: 60px;
	padding-top: 60px;
}
.index_title_x{
	width: 100%;
	height: auto;
	margin-top: 22px;
}
.index_title_x ul{
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
}
.index_title_x ul li{
	display: inline-flex;
	width: auto;
	height: auto;
}
.index_title_x ul li a{
	display: flex;
	width:auto;
	height: auto;
	padding: 0 20px;
	font-size: 22px;
	color:#9e9e9e;
	position: relative;
}
.index_title_x ul li a:after{
	content: '/';
	display: block;
	font-size: 22px;
	color:#9e9e9e;
	position: absolute;
	top:0;
	right:-5px;
}
.index_title_x ul li a.active,.index_title_x ul li a:hover{
	color:#A72426;
	animation:an-c 1s 0s both;
    -webkit-animation:an-c 1s 0s both;
}
.index_title_x ul li:last-child a:after{
	display: none;
}
.jiejue_fa_in{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 412px;
	margin-top: 38px;
	margin-bottom: 48px;
}
.jiejue_fa_l{
	width: 558px;
	height: 270px;
}
.jiejue_fa_l ul{
	width: 590px;
	height: 100%;
}
.jiejue_fa_l ul li{
	display: inline-block;
	float:left;
	width: 170px;
	height: 163px;
	margin-right: 24px;
	margin-bottom: 14px;
}
.jiejue_fa_l ul li a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
	border:1px solid #9e9e9e;
}
.jiejue_fa_l ul li a span{
	display: block;
	width: auto;
	height: 54px;
	margin: 22px auto 12px;
	position: relative;
}
.jiejue_fa_l ul li a span img{
	width: auto;
	height: 100%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.jiejue_fa_l ul li a span img:nth-child(2){
	display: none;
}
.jiejue_fa_l ul li a p{
	font-size: 16px;
	color:#9e9e9e;
	text-align: center;
}
.jiejue_fa_l ul li a.active{
	background:#a72426;
	border:none;
}
.jiejue_fa_l ul li a.active span img:nth-child(2){
	display: block;
}
.jiejue_fa_l ul li a.active p{
	color:#fff;
}
.jiejue_fa_l h3{
	font-size: 26px;
	color:#a72426;
	font-weight: 700;
	position: relative;
	padding-bottom: 12px;
	margin-top: 36px;
	margin-bottom: 12px;
}
.jiejue_fa_l h3:after{
	content: '';
	display: block;
	width: 46px;
	height: 3px;
	background:#a72426;
	position: absolute;
	bottom: 0;
	left:0;
}
.jiejue_fa_l>p{
	padding-left: 40px;
	font-size: 34px;
	color:#A72426;
	font-weight: 700;
	background-image: url(../img/sy-dh.png);
	background-repeat: no-repeat;
	background-size: 30px 30x;
	background-position: left center;
}
.jiejue_fa_r{
	width: 612px;
	height: 100%;
	position: relative;
}
.jiejue_fa_r img{
	width: 100%;
	height: 100%;
}
.jiejue_fa_r .p{
	width: 100%;
	height: 122px;
	position: absolute;
	bottom: 0;
	left:0;
	background:rgba(0,0,0,0.5);
	padding: 10px 20px;
}
.jiejue_fa_r .p h3{
	font-size: 20px;
	color:#fff;
	font-weight: 700;
	margin-bottom: 4px;
}
.jiejue_fa_r .p p{
	font-size: 14px;
	color:#fff;
	line-height: 24px;
}
.jiejue_fa_r .p a{
	font-size: 16px;
	color:#fff;
	float:right;
}
.xz_shutai{
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	padding-top: 60px;
	background-image: url(../img/xw-bj.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}
.xz_shutai_in{
	width: 100%;
	height: 578px;
	margin-top: 40px;
}
.sc_guimo{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 428px;
	position: relative;

	background-size: 616px 100%;
	background-repeat:no-repeat;
	background-position: top left;
}
.gm_in{
	width: 632px;
	height: 100%;
	position: relative;
}
.gm_in:after{
	content: '';
	display: block;
	width: 1px;
	height: 362px;
	background:#dcdcdc;
	position: absolute;
	top:50%;
	margin-top:-181px ;
	right:0;
}
.gm_in em{
	display: block;
	width: 100%;
	height: auto;
	font-size: 18px;
	color:#a8a8a8;
	text-transform: uppercase;
	text-align: right;
	padding-right: 14px;
}
.sc_guimo_r{
	width: 594px;
	height: 354px;
	background:#fff;
	box-shadow: 1px 1px 2px 2px rgba(220,220,220,0.7);
	margin: 12px 0;
	padding: 30px;
}
.sc_guimo_r div{
	height: 40px;
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}
.sc_guimo_r div span{
	display: block;
	height: 40px;
	margin-right: 14px;
	width: 42px;
}
.sc_guimo_r div span img{
	width: 100%;
	height: 100%;
}
.sc_guimo_r div p{
	font-size: 26px;
	color:#333;
}
.sc_guimo_r h2{
	font-size: 20px;
	color:#a72426;
	margin-bottom: 12px;
}
.sc_guimo_r h3{
	font-size: 16px;
	color:#999;
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
.sc_guimo_r h3 span{
	color:#A72426;
}
.gm_img{
	width: 100%;
	height: 118px;
	margin-top: 30px;
}
.gm_img ul{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}
.gm_img ul li{
	display: inline-flex;
	width: 280px;
	height: 100%;
}
.gm_img ul li a{
	display: flex;
	width: 100%;
	height: 100%;
}
.gm_img_in{
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
	border:1px solid #dcdcdc;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
}
.gm_img_in span{
	display: block;
	width: 50px;
	height: auto;
	position: relative;
}
.gm_img_in span img{
	width: 100%;
	height: auto;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.gm_img_in span img:nth-child(2){
	display: none;
}
.gm_img_in.active span img:nth-child(2){
	display: block;
}
.gm_img_in div{
	width: auto;
	height: 50px;
	text-align: right;
	position: relative;
	padding-top: 8px;
}
.gm_img_in.active{
	border:none;
	background:#A72426;
}
.gm_img_in div:after{
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background:#e1e1e1;
	position: absolute;
	top:50%;
	right:130px;
}
.gm_img_in.active div:after{
	background:#fff;
}
.gm_img_in div h2{
	font-size: 22px;
	color:#333;
}
.gm_img_in div p{
	font-size: 18px;
	color:#a8a8a8;
	text-transform: uppercase;
	margin-top: 4px;
}
.gm_img_in.active div h2,
.gm_img_in.active div p{
	color:#fff;
}
.xz_women{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.xz_women ul{
	width: 1240px;
}
.xz_women ul li{
	display: inline-block;
	float:left;
	width: 232px;
	height: 110px;
	margin: 0 8px 8px 0;
}
.xz_women ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border:1px solid #dcdcdc;
	background:#fff;
}
.xz_women ul li a img{
	width: 86%;
	height: auto;
	transition: all 0.5s;
}
.xz_women ul li a:hover img{
	transform: scale(1.06);
}
.xinwen_zx_in{
	height:472px;
	margin-top: 30px;
}
.xinwen_zx_l{
	display: inline-block;
	float:left;
	width: 710px;
	height: 100%;
	padding: 24px 28px;
	background:#fff;
	box-shadow: 0 0 12px 0 rgba(220,220,220,0.5);
}
.xinwen_zx_l>span{
	display: block;
	width: 654px;
	height: 222px;
	margin-bottom: 26px;
}
.xinwen_zx_l>span img{
	width: 100%;
	height: 100%;
}
.xinwen_zx_l h2{
	font-size: 18px;
	color:#333;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.xinwen_zx_l h3{
	font-size: 14px;
	color:#666;
	line-height: 22px;
	height: 66px;
	margin-top: 12px;
	margin-bottom: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.xinwen_zx_l p{
	font-size: 16px;
	color:#666;
	line-height: 22px;
}
.xinwen_zx_l p>span{
	float:right;
	padding-right: 24px;
	background-image: url(../img/xiayige.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
}
.xinwen_zx_l:hover h2{
	color:#A72426;
}
.xinwen_zx_l:hover p>span{
	color:#A72426;
	background-image: url(../img/sy-xiayige.png);
}
.head_nav.active{
	position: fixed;
	top:0;
	left:0;
	z-index: 99;
	box-shadow: 0 0 16px 0 rgba(220,220,220,0.5);
}
.index_news_r{
	display: inline-block;
	float:right;
	width:464px;
	height: 472px;
	background:#fff;
	padding: 0 28px;
	box-shadow: 0 0 12px 0 rgba(220,220,220,0.5);
}
.index_news_r li{
	width: 100%;
	height: 118px;
	border-bottom: 1px solid #e1ebf1;
}
.index_news_r li:last-child{
	border-bottom: none;
}
.index_news_time{
	display: inline-block;
	float:left;
	width: 62px;
	height: 100%;
	padding-top: 28px;
	text-align: center;
}
.index_news_time h3{
	color:#333;
	font-size: 50px;
	line-height: 50px;
}
.index_news_time p{
	font-size: 14px;
	color:#333;
	line-height: 20px;
}
.index_news_in{
	display: inline-block;
	float:right;
	width: 306px;
	height: 100%;
	padding-top: 8px;
}
.index_news_in h3{
	font-size: 18px;
	color:#333;
	line-height: 40px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
.index_news_in p{
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	color:#999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.index_news_r li:hover .index_news_time h3,.index_news_r li:hover .index_news_time p{
	color:#A72426;
}
.index_news_r li:hover .index_news_in h3{
	color:#A72426;
}
.rongyu_zz{
	width: 100%;
	height: 560px;
	background:#fff;
}
.yf_sc{
	width: 100%;
	height: auto;
	position: relative;
	top:-132px;
	background:#fff;
}
.yf_sc ul{
	display: flex;
	width: 100%;
	height: 186px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 16px 0 rgba(220,220,220,0.7);
}
.yf_sc ul li{
	display: inline-flex;
	width: 100%;
	height: 100%;
}
.yf_sc ul li a{
	display: flex;
	width: 100%;
	height: 100%;
}
.yf_sc ul li a div{
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	padding-top: 46px;
}
.yf_sc ul li a div:after{
	content: '';
	display: block;
	width: 1px;
	height: 124px;
	background:#dcdcdc;
	position: absolute;
	top:50%;
	margin-top: -63px;
	right:0;
}
.yf_sc ul li:last-child a div:after{
	display: none;
}
.yf_sc ul li a div h2{
	font-size: 60px;
	color:#333;
	font-weight: 700;
}
.yf_sc ul li a div h2 span{
	font-size: 22px;
	margin-left: 8px;
}
.yf_sc ul li a div p{
	font-size: 16px;
	color:#9e9e9e;
}
.yf_sc ul li a div:hover h2,
.yf_sc ul li a div:hover p,
.yf_sc ul li a div:hover h2 span{
	color:#A72426;
}
.rongyu_zz_in{
	width: 100%;
	height: 394px;
	position: relative;
	top:-82px;
}
.shijian_sy{
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	padding-top: 60px;
	background-image: url(../img/ys-beijing2.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}
.shijian_sy_in{
	width: 100%;
	height: auto;
	margin-top: 24px;
}
.shijian_sy_in p{
	font-size: 18px;
	color:#666;
	line-height: 32px;
}
.huifeng_td_in{
	width: 100%;
	height: auto;
	margin-top: 26px;
}
.sc_chejian{
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	padding-top: 60px;
	background-image: url(../img/xw-bj.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}
.sc_chejian_in{
	width: 100%;
	height: auto;
	margin-top: 24px;
}
.sc_chejian_in p{
	font-size: 18px;
	color:#666;
	line-height: 32px;
}
.sb_img{
	width: 100%;
	height: auto;
}
.sb_img>span{
	display: block;
	width: 100%;
	height: 320px;
	margin-bottom: 22px;
	overflow: hidden;
}
.sb_img>span img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.sb_img>span:hover img{
	transform: scale(1.06);
}
.sb_img ul{
	display: flex;
	width: 100%;
	height: 266px;
	justify-content: space-between;
}
.sb_img ul li{
	display: inline-flex;
	width: 282px;
	height: 100%;
}
.sb_img ul li span{
	display: block;
	width: 282px;
	height: 100%;
	overflow: hidden;
}
.sb_img ul li span img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.sb_img ul li span:hover img{
	transform: scale(1.06);
}
.new_right_nav{
	display: block;
	position: fixed;
	top:40%;
	right:0;
	width: 58px;
	height: 273px;
	z-index: 99;
}
.new_right_menu{
	display: block;
	width: 170px;
	height: 58px;
	background: #a72426;
	border-radius: 4px 0 0 4px;
	margin-bottom: 10px;
	font-size: 0;
	line-height: 58px;
	color:#fff;
	position: relative;
	cursor: default;
}
.new_right_menu a{
	display: block;
	width: 100%;
	height: 100%;
	color:#fff;
}
.new_right_menu span{
	display: inline-block;
	float:left;
	width: 28px;
	height: auto;
	margin-left: 12px;
}
.new_right_menu span img{
	width: 100%;
	height: 100%;
}
.new_right_menu_in{
	display: inline-block;
	float:right;
	font-size: 14px;
	text-align: right;
	padding-right: 12px;
	/* width: 130px; */
}
.new_right_menu_ewm{
	display: none;
	width: 128px;
	height: 128px;
	border-radius: 10px;
	position: absolute;
	top:-36px;
	left:-142px;
	background-color:#a72426;
	padding: 5px;
}
.new_right_menu_ewm img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

/* 动画效果 */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2rem,0);
		transform: translate3d(0,2rem,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2rem,0);
		transform: translate3d(0,2rem,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes an-ho {
    from {background-color:rgba(0, 0, 0, 0);}
    to {background-color:#A72426;}
}

@keyframes an-ho {
	from {background-color:rgba(0, 0, 0, 0);}
    to {background-color:#A72426;}
}
@-webkit-keyframes an-c {
    50% {color: #A72426;}
}

@keyframes an-c {
	50% {color: #A72426;}
}
