/* common start */
html{
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;
}
body{
    background:#fff;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{
    margin:0;
    padding:0;
}
ol,ul{
    list-style:none;
}
table{
    border-collapse:collapse;
}
* html .clearfix{
    height:1%;
}
h1,h2,h3,h4,h5,h6,em,i,strong{
    font-style:normal;
    font-weight:normal;
}
a{
    cursor:pointer;
    text-decoration:none;
}
a:hover{
    outline:none;
    color:#e84c3d;
    blur:expression(this.onFocus=this.blur());
}
img{
    border:0px none;
    vertical-align:bottom;
}
input,button,textarea,select{
    *font-size:100%;
    outline:none;
    vertical-align:middle;
}
input{
    border:0 none;
    vertical-align:middle;
    outline:none;
    background:none;
}
select{
    vertical-align:middle;
}
.fl{
    float:left!important;
}
.fr{
    float:right!important;
}

.cl{
    clear:both;
    font-size:0px;
    height:0px;
    line-height:0px;
}
.clearfix:before,.clearfix:after{
    content:"";display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    zoom:1;
}
.mt5{
    margin-top:5px;
}
.mt10{
    margin-top:10px;
}
.mt15{
    margin-top:15px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top:50px;
}
.mt70{
    margin-top: 70px;
}
.txt_center{
    text-align:center!important;
}
.animate{
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.account_list a:hover{
    margin-left:15px;
}
.w1000{
    width:1000px;
    margin:0 auto;
    min-width:1000px;
}
.border-none{
    border:none!important;
}
.ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.word{
    word-wrap:break-word;
}
body{
    font-size:14px;
    color:#666;
    line-height:20px;
    font-family:"Microsoft YaHei";
    background:#fff;
    min-width:1000px;
}
body{
    min-width:1000px;
    width:expression(document.body.clientWidth <= 1000? "1000px":"auto");
}
/* common end */

/* index-start */
.header{
    padding: 12px 0;
}
.phone_num{
    padding: 20px 0;
    font-size:24px;
    color: #2778be;
    line-height: 26px;
    text-align: right;
}
.phone_num em{
    display: inline-block;
    _display:inline;
    width: 20px;
    height: 20px;
    background: url("../images/phone_icon.png") no-repeat center;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right:5px;
}
.banner_box{
    width:100%;
    position:relative;
    background-color:#fff;
    height:380px;
}
.banner{
    width:100%;
    height:380px;
    position:relative;
    z-index:10;
}
.banner > li{
    height:380px;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    display:none;
}
.slide_btn{
    height:90px;
    width:1000px;
    position:absolute;
    z-index:20;
    left:50%;
    top:50%;
    margin-left:-500px;
    margin-top:-45px;
}
.slide_btn a{
    display:block;
    width:60px;
    height:90px;
    text-indent:-9999px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #000000;
    opacity: 0.1;
    filter:alpha(opacity=10);
    font-size:0;
    position: relative;
}
.slide_btn a em{
    display: block;
    position: absolute;
    left:21px;
    top:29px;
    width: 18px;
    height: 32px;
}
.slide_btn a.prev em{
    background: url("../images/banner_btn.png") no-repeat 0 0;
}
.slide_btn a.next em{
    background: url("../images/banner_btn.png") no-repeat -18px 0;
}
.slide_btn a:hover{
    opacity: 0.5;
    filter:alpha(opacity=50);
}
.slide_btn a.next:hover em,.slide_btn a.prev:hover em{
    background-image: url("../images/banner_btn_01.png");
}
.slide_dot{
    position: absolute;
    left: 0;
    bottom:30px;
    height:16px;
    width: 100%;
    text-align: center;
    z-index: 200;
}
.slide_dot span{
    display:inline-block;
    _display:inline;
    width:16px;
    height: 16px;
    background: url("../images/banner_icon.png") no-repeat -17px 0;
    cursor:pointer;
    margin: 0 10px;
    vertical-align: middle;
}
.slide_dot span.active{
   background-position:0 0;
}
.article_box{
    padding:60px 0  80px;
}
.title{
    position: relative;
    font-size: 20px;
    color: #666666;
    height: 28px;
    line-height: 28px;
    padding-left:17px;
}
.title i{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 4px;
    height: 28px;
    background-color: #ef4136;
}
.title span{
    font-size: 26px;
    color: #ef4136;
    font-weight: bold;
    vertical-align: top;
}
.title em{
    display: inline-block;
    _display: inline;
    width: 8px;
    height: 12px;
    background: url("../images/play_icon.png") no-repeat center;
    vertical-align: middle;
    margin:0 10px 5px;
}
.title a {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    _display: inline;
    height: 28px;
    line-height: 28px;
    font-size:16px;
    color: #999999;
    padding-right:16px;
    background: url("../images/link_right.png") no-repeat right center;
}
.title a:hover{
    color:#ef4136;
    background-image: url("../images/link_right_01.png");
}
.article_content{
    padding-top:40px;
}
.article_left{
    width: 500px;
}
.article_left .box{
    height: 385px;
    width: 100%;
    position: relative;
}
.article_left .list{
    width:500px;
    height:365px;
    padding: 45px 0 20px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
}
.article_left .list ul{
    position:relative;
    height:100%;
}
.article_left .prev,.article_left .next{
    position: absolute;
    bottom: -80px;
    display:block ;
    width:32px;
    height: 32px;
}
.article_left .next{
    right:50px;
    background:#f8f8f8 url("../images/play_btn_02.png") no-repeat center;
}
.article_left .prev{
    right: 92px;
    background:#f8f8f8 url("../images/play_btn_01.png") no-repeat center;
}
.article_left .next:hover{
    background:#ef4136 url("../images/play_btn_04.png") no-repeat center;
}
.article_left .prev:hover{
    background:#ef4136 url("../images/play_btn_03.png") no-repeat center;
}
.article_left li{
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.article_left img{
    width: 308px;
    height:385px;
    border:none;
    float: left;
}
.article_left li a{
    display:block;
    overflow:hidden;
}
.article_left li.p1{
    transform:translate3d(-23px,0,0) scale(0.85);
    opacity: 0.8;
}
.article_left li.p2{
    transform:translate3d(70px,0,0) scale(1);
    transform-origin:0 50%;
    opacity: 1;
    z-index: 3;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.article_left li.p3{
    transform:translate3d(163px,0,0) scale(0.85);
    z-index: 2;
    opacity: 0.8;
}
.article_left .words{
    width: 100%;
    position: absolute;
    left: 0;
    bottom:20px;
    font-size: 16px;
    color: #ffffff;
    line-height:22px;
    text-align: center;
    z-index: 200;
}
.article_right{
    width: 500px;
}
.ul_01{
    padding-left: 26px;
}
.ul_01 li{
    margin-bottom: 38px;
    position: relative;
}
.ul_01 li.last_one{
    margin-bottom:0;
}
.ul_01 li h3{
    font-size: 20px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 10px;
    padding-right:130px;
}
.ul_01 li em{
    position: absolute;
    left:-26px;
    top:9px;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #cccccc;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.ul_01 .p2{
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    padding-right: 130px;
    position: relative;
}
.ul_01 .p2 span{
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
}
.ul_01 li:hover h3{
    color: #ef4136;
}
.ul_01 li:hover em{
    background-color: #aaa;
}
.news_box{
    width: 100%;
    height:450px;
    padding: 60px 0;
    background: url("../images/news_bg.jpg") no-repeat center;
}
.news_left,.news_right{
    width: 500px;
}
.news_content{
    padding: 75px 0 0;
}
.news_msg .img{
    width:164px;
    height: 100px;
    overflow: hidden;
}
.news_msg:hover .img img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.news_msg .words{
    padding: 0 30px ;
    width: 276px;
}
.news_msg .words h3{
    font-size:18px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 15px;
}
.news_msg .words .p3{
    display: block;
    font-size: 16px;
    color: #999999;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_msg:hover h3{
    color: #ef4136;
}
.see_more{
    display: inline-block;
    _display: inline;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #999999;
    padding-right: 16px;
    margin-right: 30px;
    background: url(../images/link_right.png) no-repeat right center;
}
.see_more:hover{
    color:#ef4136;
    background-image: url("../images/link_right_01.png");
}
.news_msg.nice_msg .img{
    width: 220px;
    height: 272px;
    margin:0 30px 0 46px;
}
.news_msg.nice_msg .words{
    width: 203px;
    padding: 0;
}
.news_msg .p4{
    font-size: 16px;
    color: #999999;
    line-height: 25px;
    margin-bottom: 15px;
}
.news_msg.nice_msg .p3{
    height:150px;
    -webkit-line-clamp: 5;
}
.news_right .title{
    margin-left: 46px;
}

/*�ײ�*/
.footer{
    width:100%;
    height:176px;
    font-size:14px;
    color:#a6acb8;
    padding-top:44px;
    background:#31353d;}
.footer .top{
    padding-bottom:17px;
    margin-bottom:20px;
    border-bottom:1px solid #3c414b;}
.footer .top a{
    font-size:14px;
    color:#a6acb8;
    margin:0 3px;}
.footer .top a:hover{
    color:#FFF;}
.footer .top .fr{
    padding-top:15px;}
.footer .bot{
    text-align:right;
    position:relative;}
.f_bot span{
    display:inline-block;
    margin-left:5px;
    margin-top:9px;}
.f_bot a{
    height:24px;
    vertical-align:top;
    display:inline-block;
    margin:2px 5px 0;}
.f_bot01{
    width:24px;
    background:url(../images/foot01_on.png) no-repeat;}
.f_bot02{
    width:67px;
    background:url(../images/foot02_on.png) no-repeat bottom;}
.f_bot01:hover{
    background:url(../images/foot01_on.png) no-repeat;}
.f_bot02:hover{
    background:url(../images/foot02_on.png) no-repeat bottom;}
.footer .bot .style {
    width:137px;
    height:23px;
    float:left;
    position:relative;
    text-align:left;}
.footer .bot .styleTil {
    cursor:pointer;
    width:103px;
    height:23px;
    padding:0px 26px 0px 8px;
    line-height:23px;
    color:#a6acb8;
    background:#4f555f url(../images/icon.gif) no-repeat 110px center; }
.footer .bot .choose {
    min-width:137px;
    width:137px;
    background:#FFF;
    position:absolute;
    top:24px;
    left:0px;
    border-top:1px solid #555555;
    display:none;
    height:66px;
    overflow-y:auto;
    overflow-x:hidden;}
.footer .bot .choose a {
    color:#666;
    display:block;
    padding:0px 8px;
    height:22px;
    line-height:22px;
    word-break:keep-all;
    white-space:nowrap;}
.footer .bot .choose a:hover{
    color:#FFF;
    background:#2778be;}

.banner_box_01{
    height: 200px;
    background: url("../images/banner_img_01.jpg") no-repeat center;
}
.nav{
    padding: 10px 0;
    background-color: #f8f8f8;
}
.local{
    height: 30px;
    line-height: 30px;
}
.local em{
    display: inline-block;
    _display:inline;
    width:12px;
    height: 30px;
    background: url("../images/local_icon.png") no-repeat center;
    margin-right:14px;
    vertical-align: top;
}
.local a{
    font-size:14px;
    color: #666666;
}
.local a.act,.local a:hover{
    color: #ef4136;
}
.article_detail{
    min-height: 480px;
    padding-bottom: 20px;
}
.article_msg{
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
}
.article_msg .img{
    height:170px;
    width: 250px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.article_msg .img:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.article_msg .words{
    padding: 0 40px;
}
.article_msg .words h3{
    font-size:24px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}
.article_msg .words h3:hover{
    color: #ef4136;
}
.p5{
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    margin-bottom: 15px;
}
.p5 em{
    display: inline-block;
    _display:inline;
    height: 22px;
    width: 16px;
    margin-right: 11px;
    vertical-align: top;
}
.p5 em.em_01{
    background: url("../images/article_icon_01.png") no-repeat center;
}
.p5  em.em_02{
    margin-left:70px;
    background: url("../images/article_icon_03.png") no-repeat center;
}
.article_msg .words .p6{
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}
.page_bar{
    padding: 40px 0;
}
.page_bar .bar{
    text-align: right;
    height: 32px;
}
.page_bar a,.page_bar span,.page_bar input{
    display: inline-block;
    _display:inline;
    height:32px;
    line-height: 32px;
    margin:0 5px;
    vertical-align: top;
    text-align: center;
}
.page_bar a.pre_page{
    width: 32px;
    background: url("../images/page_left.png") no-repeat center;
}
.page_bar a.next_page{
    width: 32px;
    background: url("../images/page_right.png") no-repeat center;
}
.page_bar a.prev{
    width: 30px;
    background: url("../images/bar_left.png") no-repeat center;
}
.page_bar a.next{
    width: 30px;
    background: url("../images/bar_right.png") no-repeat center;
}
.page_bar a.num{
    width: 32px;
    font-size: 16px;
    color: #999999;
}
.page_bar a.num:hover{
    color: #ffffff;
    background: url("../images/bar_btn_bg.png") no-repeat center;
}
.page_bar span{
    font-size:14px;
    color: #999999;
}
.page_bar input{
    width:48px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-size: 16px;
}
.details_box{
    background-color: #f8f8f8;
    padding-bottom:60px;
}
.details_msg{
    background-color: #ffffff;
    padding:0 38px 15px;
}
.details_msg .top_msg{
    padding: 17px 0;
    text-align: center;
}
.details_msg .top_msg .p5{
    margin-bottom: 0;
}
.details_msg .top_msg .em_02{
    margin-left:30px;
}
.details_msg h2{
    font-size:24px;
    color: #333333;
    line-height: 64px;
    text-align: center;
}
.details_msg .img{
    margin-bottom:20px;
}
.details_msg .words p{
    font-size:16px;
    color: #666666;
    line-height: 30px;
    margin-bottom:45px;
}
.article_left .words{
    bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wrap{
    width:1000px;
    margin:0 auto;
}
.article_box{
    min-height:495px;
}
/* 2018-05-02-start */
.article_left li.p1 a i,.article_left li.p3 a i{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.8);
    z-index: 200;
}
.article_left li.p1{
    transform:translate3d(0,-66px,0) scale(0.85);
    -moz-transform:translate3d(0,-66px,0) scale(0.85);
    -webkit-transform:translate3d(0,-66px,0) scale(0.85);
}
.article_left li.p2{
    transform:translate3d(0,10px,0) scale(1);
    -moz-transform:translate3d(0,10px,0) scale(1);
    -webkit-transform:translate3d(0,10px,0) scale(1);
}
.article_left li.p3{
    transform:translate3d(0,86px,0) scale(0.85);
    -moz-transform:translate3d(0,86px,0) scale(0.85);
    -webkit-transform:translate3d(0,86px,0) scale(0.85);
}
.article_left li a{
    position: relative;
    width: 494px;
    height: 278px;
}
.article_left li img{
    width: 100%;
    height: 100%;
}
.article_left .list{
    width: 575px;
}
.article_left .list ul{
    width: 500px;
}
.banner_box_02{
    height: 200px;
    background: url(../images/banner_img_02.jpg) no-repeat center;
}
.banner_box_03{
    height: 200px;
    background: url(../images/banner_img_03.jpg) no-repeat center;
}



/*-- add 20240301 start --*/
.gy_hm_module{
	padding: 60px 0;
	background: #ffffff;
}
.gy_hm_module .w1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.gy_hm_module.gray_bg{
	background: #F7F7F7;
}
.gy_hm_title{
	margin-bottom: 30px;
	position: relative;
}
.gy_hm_title h3{
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	color: #333333;
}
.gy_hm_title h3 span{
	display: inline-block;
	vertical-align: top;
	padding-bottom: 13px;
	position: relative;
}
.gy_hm_title h3 span:before{
	content: '';
	width: 58px;
	height: 3px;
	background: #D70A2A;
	position: absolute;
	bottom: 0;
	left: 0;
}
.n_more_btn{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 100px;
	height: 32px;
	border: 1px solid #D70A2A;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #D70A2A;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.n_more_btn:hover{
	background: #D70A2A;
	color: #ffffff;
}
.gy_hm_title .n_more_btn{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.gy_hm_title.center h3{
	text-align: center;
}
.gy_hm_title.center h3 span:before{
	left: 50%;
	margin-left: -29px;
}
.gy_news_box{
	overflow: hidden;
}
.gy_news_box .pic{
	width: 609px;
	height: 343px;
	float: left;
	overflow: hidden;
}
.gy_news_box .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.gy_news_box .cont{
	margin-left: 669px;
}
.gy_news_item h5{
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 12px;
}
.gy_news_item h5 a{
	color: #333333;
}
.gy_news_item h5 a:hover{
	color: #D70A2A;
}
.gy_news_item p{
	font-size: 16px;
	line-height: 26px;
	color: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.gy_news_item .time{
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
	color: rgba(0, 0, 0, 0.6);
}
.n_btn_wrap{
	margin-top: 30px;
}

.gy_news_tab{
	margin-top: 30px;
	overflow: hidden;
}
.gy_news_tab .list{
	width: 994px;
	float: left;
}
.gy_news_tab .lk_more{
	display: block;
	width: 182px;
	height: 120px;
	float: right;
	background: #F7F7F7;
	font-size: 14px;
	line-height: 120px;
	text-align: center;
	color: #D70A2A;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gy_news_tab .lk_more:hover{
	background: #D70A2A;
	color: #ffffff;
}
.gy_news_tab .list{
	overflow: hidden;
}
.gy_news_tab .list .item{
	width: 182px;
	height: 120px;
	float: left;
	position: relative;
	margin-left: 21px;
	background: #F7F7F7;
	cursor: pointer;
}
.gy_news_tab .list .item:first-child{
	margin-left: 0;
}
.gy_news_tab .list .item .pic{
	height: 120px;
	overflow: hidden;
}
.gy_news_tab .list .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.gy_news_tab .list .item:before{
	content: '';
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 4px solid #FF2020;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}
.gy_news_tab .list .item.act:before{
	opacity: 1;
}
.gy_cm_tabwrap{
	margin-bottom: 30px;
}
.gy_cm_tabnav{
	overflow: hidden;
}
.gy_cm_tabnav li{
	float: left;
}
.gy_cm_tabnav li a{
	display: block;
	font-size: 18px;
	line-height: 26px;
	padding: 12px 20px;
	color: #333333;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gy_cm_tabnav li a:hover{
	color: #D70A2A;
	background: #ffffff;
}
.gy_cm_tabnav li.act a,
.gy_cm_tabnav li.act a:hover{
	color: #ffffff;
	background: #D70A2A;
}
.gy_project_list{
	margin: -15px;
	display: flex;
	flex-wrap: wrap;
}
.gy_project_list li{
	box-sizing: border-box;
	width: 33.33333%;
	padding: 15px;
}
.gy_project_list li .item{
	height: 100%;
	display: block;
	color: #333333;
	background: #ffffff;
	box-shadow: 0px 11px 29px 0px rgba(50, 29, 29, 0.08);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gy_project_list li .item .pic{
	height: 200px;
	overflow: hidden;
}
.gy_project_list li .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gy_project_list li .item .cont{
	padding: 26px 30px 40px;
}
.gy_project_list li .item .cont h5{
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}
.gy_project_list li .item .cont p{
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.gy_project_list li .item .cont .time{
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.6);
}

.gy_project_list li .item:hover {
	color: #D70A2A;
}
.gy_project_list li .item:hover .pic img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.gy_abouts_list{
	display: flex;
}
.gy_abouts_list li{
	flex: 1;
	min-width: 0;
}
.gy_abouts_list li .item{
	display: block;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.gy_abouts_list li .item .pic{
	height: 500px;
	overflow: hidden;
}
.gy_abouts_list li .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.gy_abouts_list li .item .info{
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gy_abouts_list li .item .info h5{
	width: 100%;
	text-align: center;
	font-size: 24px;
	height: 34px;
	font-weight: 600;
	position: absolute;
	top: 200px;
	left: 0;
}
.gy_abouts_list li .item .info h5:before{
	content: '';
	width: 41px;
	height: 16px;
	background: url(../images/n_ycgy_arrow01.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	bottom: -46px;
	left: 50%;
	margin-left: -21px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gy_abouts_list li .item:hover .info{
	background: rgba(215, 10, 42, 0.8);
}
.gy_abouts_list li .item:hover .info h5:before{
	opacity: 1;
	visibility: visible;
}
.txt_intro_box{
	font-size: 16px;
	line-height: 26px;
	margin: 30px 0;
	color: rgba(0, 0, 0, 0.6);
}
.n_img_wrap img{
	display: block;
	max-width: 100%;
}
.n_intro_item{
	background: #ffffff;
	margin-top: 30px;
	overflow: hidden;
}
.n_intro_item .pic{
	width: 555px;
	height: 360px;
	float: left;
	overflow: hidden;
}
.n_intro_item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.n_intro_item .cont{
	box-sizing: border-box;
	padding: 36px 50px;
}
.n_intro_item .cont .n_btn_wrap{
	margin-top: 30px;
}
.n_intro_item.style_01 .pic{
	float: left;
}
.n_intro_item.style_01 .cont{
	margin-left: 555px;
}
.n_intro_item.style_02 .pic{
	float: right;
}
.n_intro_item.style_02 .cont{
	margin-right: 555px;
}





/*-- add 20240301 end --*/


