*{
    margin: 0;padding: 0;
}
body{
    font: 14px/1.8 "Microsoft Yahei","微软雅黑","Hiragino Sans GB","冬青黑体",tahoma,"times new roman",helvetica,arial;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.swiper_box{
    height: 100%;
	min-width: 1200px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transform:translate3d(0,0,0);
}


.swiper_btns a{
    display: block;
    width: 57px;
	outline: none;
    height: 57px;
    background-color:rgba(0,0,0,0.5);
    
    transition: 300ms;
	border-radius: 50%;
}
.swiper_btns a:hover{
    background-color: rgba(255,255,255,.5);
}
.pre_btn{
	position: absolute;
	left: 5%;
	top: 45%;
	transform: translateY(-50%);
}
.next_btn{
	position: absolute;
	right: 5%;
	top: 45%;
	transform: translateY(-50%);
}
/* .swiper_btns .next_btn:hover i{
    transform: translateX(7px);
}
.swiper_btns .pre_btn:hover i{
    transform: translateX(-7px);
} */

.swiper_btns a i{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper_btns a:first-of-type i{
    background: url("../images/banner_home/i_banner_l.png") no-repeat scroll center center;
    transition: 300ms;
}
.swiper_btns a:last-of-type i{
    background: url("../images/banner_home/i_banner_r.png") no-repeat scroll center center;
    transition: 300ms;
}
.text_swiper_container{
    width: 381px;
    overflow: hidden;
    position: absolute;
    left: 7%;
    bottom:52px;
    z-index: 99;
}
.text_swiper_container .swiper-slide{
    width: 381px;
}
.swiper_text{
    width: 625px;
    position: absolute;
    left: 7%;
    bottom:52px;
    padding-left: 50px;
    box-sizing: border-box;
    border-left: 1px #fff solid;
    z-index:55;
    color: #fff;
    overflow: hidden;
}
.swiper_text .big_title{
	width: 100%;
    font-size: 38px !important;
    line-height: 40px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
    
}
.swiper_text .text{
    height: 160px;
}
.mask{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top,rgba(0,0,0,0.7),rgba(0,0,0,0));
    z-index: 3;
}
.top_swiper_container{
    z-index:44;
    width: 100%;
	min-width: 1200px;
    height: 100%;
    transform:translate3d(0,0,0);
}
.swiper-slide img{
    width:100%;
	min-width: 1200px;
    height:auto;
    min-height:100%;
    transition:1s linear 2s;
    transform:scale(1.1,1.1);
}
.swiper-slide-active img,.swiper-slide-duplicate-active img{
    transition:6s linear;
    transform:scale(1,1);
}	
.top_banner_swiper .mouseIco{
	/* border: 2px solid #fff; */
	width: 21px;
	height: 30px;
	display: block;
	margin: 0px auto;
	border-radius: 6px;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom: 67px;
	z-index: 900;
}
.top_banner_swiper .mouseIco i{
	width: 3px;
	height: 12px;
	border-radius: 1px;
	display: block;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 5px;
	-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
@keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(15px); -webkit-transform: translateY(15px); opacity: 0; }
}
@-webkit-keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(15px); -webkit-transform: translateY(15px); opacity: 0; }
}
.top_swiper_container .swiper-slide{
    position: relative;
    transform:translate3d(0,0,0);
}
.progress_box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #ccc;
    overflow: hidden;
    z-index: 99;
}

.progress_box p{
    height: 100%;
    background-color: #a0733e;
}
.progress{
    -webkit-animation-name: progress;
    animation-name: progress;
    animation-timing-function: linear;
}
@keyframes progress{
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
.view_more{
    position: relative;
    width: 110px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 1px;
    padding-bottom: 5px;
    cursor: pointer;
}
.view_more::after{
    content: "";
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    right: 0;
    transform:rotate(35deg);
    transform-origin:right bottom ;
}
.swiper_text .view_more{
    float: left;
    width: 110px;
    text-align: center;
}
.content_left{
    width: 50%;
    background-color: #000;
    overflow: hidden;
    float: left;
}
.content_left_img{
    width: 100%;
    height: 100%;
    vertical-align: top;
    opacity: 1;
    transform: scale(1,1) rotate(0deg) ;
    transition:all 0.8s ease-in-out;
}
.content_left:hover .content_left_img{
    /* width: 130%;
    height: 130%; */
    opacity: 0.6;
    transform: scale(1.3,1.3) rotate(10deg); 
    transform-origin: center center;
    transition:all 0.8s ease-in-out;
}
.content_left{
    position: relative;
}
.content_left_text{
    position: absolute;
    left: 5%;
    top: 0;
    width: 90%;
    top: 50%;
    text-align: center;
    margin-top: -75px;
}
.content_left_text img{
    width: 55px;
    height: 55px;
    margin: 0 auto;
}
.content_left_text_t{
    margin-top: 10px;
    font-size: 24px;
    color: #fff;
    
}
.content_left_text .view_more{
    margin:  20px auto 0;
}

.content_right{
    float: right;
    position: relative;
    width: 50%;
    overflow: hidden;
}
.content_right_img{
    width: 100%;
}
.content_right_content{
    position: absolute;
    left: 8%;
    top: 14%;
    width: 84%;
}
.content_right_img{
    width: 100%;
    height: 100%;
    vertical-align: top;
    opacity: 1;
    transform: scale(1,1) rotate(0deg) ;
    transition:all 0.8s ease-in-out;
}
.content_right:hover .content_right_img{
    transform: scale(1.3,1.3) rotate(10deg); 
    transform-origin: center center;
    transition:all 0.8s ease-in-out;
}
.content_right_content .t{
    font-size: 22px;
    color: #00A192;
    line-height: 1.5;
	height: 27px;
	line-height: 26px;
}
.content_right_content .by{
    color: #FFD5A6;
    font-weight: 600;
    font-size: 22px;
	height: 30px;
    line-height: 30px;
}
.content_right_content .i{
    width: 500px;
    text-align: justify;
   line-height: 24px;
    overflow: hidden;
    margin: 4% 0px 8%;
   color: #666666;
   font-size: 14px;
}
.numList::after{
    content: "";
    display: block;
    clear: both;
}
.numList li{
    float: left;
    display: block;
    margin-right: 46px;
   
    font-size: 12px;
    color: #666666;
	
}
.numList li .num{
    font-size: 72px;
    color: #733e1f;
    line-height: 1.1;
	font-size: 0.24rem;
	color: #666666;
	
}
.numList li .num strong{
	font-size: 60px;
	font-weight: normal;
	color: #FFD5A6;
}
.content_right_content .view_more{
    text-align: center;
    color: #876235;
    border-bottom:1px #876235 solid;
    position: absolute;
    right: 0;
    bottom: 0;
}
.content_right_content .view_more::after{
    background-color:#876235 ;
}

/* 首页集团新闻 */
.tab_new_jt .home_Business_tit{
	    background: url(../images/jtnew_bg.png) center bottom no-repeat;
	    background-size: 345px 38px;
		margin-top: 82px;
		margin-bottom: 63px;
}
.tab_new_jt .home_Business_tit h5{
	color: #00A192;
}
.tab_view ul{	
	display: inline-block;
	
	transform: translateX(-50%);
	margin-top: 70px;
	margin: 70px 0 30px 50%;
}
.tab_view li{
	color:#E5D6C1;
	font-size: 22px;
	width: 345px;
	text-align: center;
	height: 29px;
	line-height: 29px;
	position: relative;
	float: left;
	background: url(../images/jtnew_bg.png) 0 0 no-repeat;
	cursor: pointer;
	padding-bottom: 8px;
}
.tab_view li i{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #00A192;
	display: none;
}
.tab_view li.active{
	font-weight: bold;
	color: #00A192;
}
.tab_view li.active i{
	display: block;
}
.tab_news_list{
	display: none;
}
.tab_news_list li{
	width: 335px;
	border: 1px solid #EBEBEB;
	padding: 46px 30px 32px;
	float: left;
}
.tab_news_list li:nth-child(2n){
	border-left: 0 none;
}
.tab_news_list li:nth-child(3n){
	border-left: 0 none;
}
.tab_news_list li p{
	color: #CBA170;
	font-size: 12px;
	vertical-align: bottom;
	height: 12px;
	line-height: 12px;
	margin-bottom: 26px;
}
.tab_news_list li .time_icon{
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../images/time2.png) 0 0  no-repeat;
	background-size:12px 12px ;
	vertical-align: bottom;
	margin-right: 10px;
}
.tab_news_list li dt{
	color: #040404;
	font-size: 16px;
	height: 44px;
	line-height: 22px;
	margin: 0 0 45px;
}
.tab_news_list li dd.more_btn{
	width: 107px;
	height: 42px;
	line-height: 44px;
	background: #00A192;
	border-radius: 22px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	margin: 0 0 42px;
	border: 1px solid transparent;
}
.tab_news_list li dd .news_img{
	width: 335px;
	height: 194px;
	display: block;
	border: 0 none;
	padding-bottom: 27px;
	border-bottom: 1px solid #EBEBEB;
}
.tab_news_list li:hover{
	box-shadow: 6px 6px 10px 0px rgba(218, 218, 218, 0.34);
}
.tab_news_list li:hover .more_btn{
	color: #00A192;
	background: #fff;
	border-color: #00A192;
}
.tab_news_list li:hover .news_img{
	border-color: #00A192;
}

/* 视频播放 */
.vwrap {
    display: none;
    z-index: 1040;
    width: 100%;
    position: fixed;
}
.vwrap .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    overflow: hidden;
}
.vwrap .videobox {
    z-index: 990;
    width: 800px;
    height: 500px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -400px;
}
.vwrap .videobox #videobox {
    width: 100%;
    display: inline-block;
    height: 100%;
    background: #80abde;
}
.vwrap .close {
    z-index: 999;
    width: 31px;
    height: 31px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -42px;
}
.vwrap .close i {
    display: block;
    width: 31px;
    height: 31px;
    background: url(../images/close_i1.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.key_project_center li p{
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.61);
}