.header{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 3px 5px 0 rgba(4,0,0,0.03);
}
.section {
    min-height: calc(100vh - 449px);
    padding: 40px 0;
    background: #F6F6F6;
    box-sizing: border-box;
    transition: .5s;
}
.section.on{
    padding-top: 80px;
}

.menu>li>a{
    color: #4D4D4D;
}
.menu>li>a:hover{
    color: #E46713;
}
.oa a {
    color: #4D4D4D;
}

.navbar{
    height: 80px;
    background: #fff;
    box-shadow: 0 5px 12px 0 rgba(4,0,0,0.05);
    display: none;
}
.navbar ul{
    line-height: 80px;
    text-align: center;
}
.navbar ul li{
    position: relative;
    display: inline-block;
    padding: 0 40px;
}
.navbar ul li a{
    color: #4D4D4D;
    font-size: 16px;
    font-weight: bold;
}
.navbar ul li.on a,
.navbar ul li a:hover{
    color: #E46713;
}
.navbar ul li:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background: #DDDDDD;
}
.navbar ul li:last-of-type:after{
    display: none;
}

.intro{
    padding: 0 100px;
    border-radius: 50px
}
.intro .title{
    text-align: center;
    margin-bottom: 15px;
}
.intro .title h2{
    position: relative;
    color: #E46713;
    font-size: 30px;
    font-weight: 500;
}
.intro .title .on:after{

    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 3px;
    background: #eee;
}
.intro .title p{
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
}
.profile{
    color: #666;
    font-size: 18px;
}
.profile p{
    line-height: 1.75em;
    margin: 1em 0;
    text-indent: 2em;
}

.org{
    text-align: center;
}

.leader{
    padding-left: 40%;
}
.leader h2{
    font-size: 24px;
}
.leader p{
    font-size: 18px;
    line-height: 2em;
}

.member{
    margin: 40px -50px -20px;;
    overflow: hidden;
}
.member li{
    float: left;
    width: 33.33%;
    padding: 0 25px;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.member li a{
    display: block;
    font-size: 15px;
    position: relative;
    padding: 20px 20px 30px 35px;
    background: #F5F2F0;
    border-radius: 20px;
    overflow: hidden;
}
.member li h3{
    font-size: 20px;
    margin-bottom: 30px;
    background: url(/r/cms/hsgf/default/images/arrow.png) no-repeat right center;
}
.member li p{
    color: #666;
    height: 22px;
    line-height: 22px;
    padding-left: 25px;
    margin-bottom: 6px;
    background: url(/r/cms/hsgf/default/images/tel.png) no-repeat left center;
}
.member li span{
    color: #666;
    display: block;
    height: 22px;
    line-height: 22px;
    padding-left: 25px;
    background: url(/r/cms/hsgf/default/images/address.png) no-repeat left center;
}
.member li a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 64px;
    background: #E46713;
    transition: .5s;
}
.member li a:hover:before{
    height: 100%;
}
.member li div{
    margin-top: 20px;
    padding-left: 20px;
    background: url(/r/cms/hsgf/default/images/dh.png) no-repeat left center;
}

.event{
    position: relative;
    padding-bottom: 20px;
}
.event:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 165px;
    width: 62px;
    height: 62px;
    background: url(/r/cms/hsgf/default/images/date.png) no-repeat center center;
}
.event:after{
    content: '';
    position: absolute;
    top: 65px;
    left: 14%;
    bottom: -40px;
    width: 3px;
    background: rgba(228, 103, 19, 0.3);
}
.event h1{
    color: #E46713;
    font-size: 48px;
    font-weight: 400;
    cursor: pointer;
}
.event h1 span{
    position: relative;
    padding-right: 20px;
}
.event h1 span:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #E46713;
}
.event ul{
    margin-left: 9%;
}
.event ul li{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    position: relative;
}
.event ul li span{
    position: relative;
    min-width: 160px;
}
.event ul li h3{
    flex-grow: 1;
    font-size: 18px;
    padding: 18px 40px;
    background: #F7F7F7;
}
.event ul li span:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 80px;
    width: 56px;
    height: 1px;
    border-bottom: 1px dashed #999;
}
.event ul li span:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 65px;
    width: 13px;
    height: 13px;
    margin-top: -6px;
    background: #FFFFFF;
    border: 2px solid #E46713;
    border-radius: 50%;
    box-sizing: border-box;
}
.event ul li:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 70px;
    width: 3px;
    height: 3px;
    margin-top: -1px;
    background: #E46713;
    border-radius: 50%;
    z-index: 9;
}

/*新闻列表*/
.news li{
    position: relative;
    margin-bottom: 20px;
}
.news li a{
    display: block;
    padding: 15px 60px;
    /*background: #fff;*/
    overflow: hidden;
    border-radius: 20px;
}
.news li .date{
    float: left;
    color: #808080;
    font-size: 24px;
    text-align: center;
}
.news li .date h1{
    font-size: 42px;
}
.news li .info{
    margin-left: 11%;
    padding: 0 120px 0 60px;
    border-left: 1px solid #eee;
}
.news li .info h2{
    font-size: 20px;
    margin-bottom: 12px;
}
.news li .info p{
    color: #666;
    font-size: 16px;
    height: 3.5em;
    line-height: 1.75em;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news li:hover .date{
    color: #E46713;
}
.news li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 60px;
    margin-top: -22px;
    width: 44px;
    height: 44px;
    background: url(/r/cms/hsgf/default/images/news-more.png) no-repeat center center;
}

/*新闻详情*/
.bread{
    font-size: 16px;
}
.detail{
    padding: 30px 100px;
    /*background: #fff;*/
}
.detail .caption{
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #EBEBEB;
   margin-bottom: 20px;
}
.detail .caption h1{
    font-size: 30px;
}
.detail .caption h2{
    font-size: 24px;
    margin-top: 5px;
}
.detail .caption p{
    color: #808080;
    font-size: 16px;
    margin-top: 30px;
}
.detail .caption p span{
    margin: 0 15px;
}
.detail .caption p i{
    font-style: normal;
}
.detail .content p{
    font-size: 18px;
    line-height: 1.75em;
    margin: 1em 0;
}

.prev-next{
    display: flex;
    align-items: center;
    margin: 20px 0;
    font-size: 16px;
    padding: 20px 60px;
    /*background: #fff;*/
}
.prev-next .prev,
.prev-next .next{
    width:  calc(50% - 100px);
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    flex-grow: 1;
}
.prev-next .prev{
    padding-right: 40px;
}
.prev-next .next{
    padding-left: 40px;
    justify-content: right;
}
.prev-next .prev span{
    min-width: 60px;
    color: #808080;
    margin: 0 40px 0 20px;
}
.prev-next .next span{
    min-width: 60px;
    color: #808080;
    margin: 0 20px 0 40px;
}
.prev-next .back{
    min-width: 160px;
    text-align: center;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    cursor: pointer;
}
.prev-next .back img{
    margin-right: 15px;
}
.prev-next a:hover{
    font-weight: bold;
}

/*工业结构*/
.industry .text{
    font-size: 18px;
    text-indent: 2em;
    text-align: justify;
    line-height: 1.75em;
    margin-bottom: 40px;
}
.industry ul{
    margin: 40px -20px 0;
    overflow: hidden;
}
.industry ul li{
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.industry ul li a{
    display: block;
    padding: 25px 30px 20px;
    background: #F5F2F0;
    border-radius: 20px;
}
.industry ul li a h2{
    font-size: 18px;
}
.industry ul li a p{
    color: #666;
    margin: 10px 0 30px;
}
.industry ul li a span {
    color: #666;
    display: inline-block;
    padding-left: 30px;
    background: url(/r/cms/hsgf/default/images/dh.png) no-repeat left center;
}

/*公司治理*/
.rule li{
    padding: 20px 60px;
    margin-bottom: 40px;
    line-height: 60px;
    background: #fff;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: .3s;
}
.rule li:hover{
    top: -10px;
    color: #E46713;
    box-shadow: 0 5px 12px 0 rgba(4,0,0,0.05);
}
.rule li .lf{
    height: 60px;
    line-height: 60px;
    color: #808080;
    font-size: 24px;
    display: flex;
    align-items: center;
}
.rule li .lf span{
    font-size: 48px;
    font-weight: bold;
    margin-right: 20px;
}
.rule li .rt a{
    color: #E46713;
    font-size: 16px;
}
.rule li .rt a:last-of-type{
    margin-left: 20px;
}
.rule li .rt a:hover{
    color: orangered;
}
.rule li p{
    font-size: 20px;
    font-weight: 600;
    padding-left: 30px;
    margin: 0 165px 0 205px;
    position: relative;
}
.rule li p:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 1px;
    height: 40px;
    background: #E3E3E3;
}

/*投资者关系*/
.relation{
    overflow: hidden;
    margin-top: 20px;
}
.relation li{
    float: left;
    width: 33.33%;
    padding: 0 20px;
}
.relation li a{
    position: relative;
    display: flex;
    height: 200px;
    padding: 0 50px;
    font-size: 26px;
    font-weight: bold;
    background: #fff;
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.relation li a:before{
    content: '';
    position: absolute;
    top: 75px;
    bottom: 75px;
    left: 0;
    width: 5px;
    background: #E46713;
    transition: .5s;
}
.relation li a:hover{
    text-indent: 1em;
    background: #efefef;
}
.relation li a:hover:before{
    top: 0;
    bottom: 0;
}

/*投资者热线*/
.hotline{
    margin: 40px -20px 20px;
    overflow: hidden;
}
.hotline li{
    float: left;
    width: 33.33%;
    padding: 0 20px;
}
.hotline li div{
    position: relative;
    padding: 50px 60px;
    background: #F5F2F0;
    border-radius: 20px;
    overflow: hidden;
    transition: .5s;
}
.hotline li div h2{
    font-size: 24px;
    margin-bottom: 18px;
}
.hotline li div p{
    color: #666;
    font-size: 20px;
    height: 56px;
    line-height: 28px;
}
.hotline li div:before{
    content: '';
    position: absolute;
    right: 25px;
    bottom: 15px;
    width: 63px;
    height: 75px;
    background: url(/r/cms/hsgf/default/images/phone.png) no-repeat;
}
.hotline li:nth-of-type(2) div:before{
    width: 68px;
    height: 69px;
    background-image: url(/r/cms/hsgf/default/images/fax.png);
}
.hotline li:last-of-type div:before{
    width: 62px;
    height: 78px;
    background-image: url(/r/cms/hsgf/default/images/position.png);
}
.hotline li div:hover{
    color: #fff;
    background-color: #E46713;
}
.hotline li div:hover p{
    color: #fff;
}
.hotline li div:hover:before{
    background-image: url(/r/cms/hsgf/default/images/phone-hover.png);
}
.hotline li:nth-of-type(2) div:hover:before{
    background-image: url(/r/cms/hsgf/default/images/fax-hover.png);
}
.hotline li:last-of-type div:hover:before{
    background-image: url(/r/cms/hsgf/default/images/position-hover.png);
}

/*投资者互动*/
.interaction ul li{
    padding: 30px 60px;
    background: #fff;
    margin-bottom: 40px;
}
.interaction ul li h2{
    min-height: 38px;
    position: relative;
    padding-left: 85px;
    margin-bottom: 20px;
    font-size: 20px;
}
.interaction ul li div{
    position: relative;
    padding-left: 85px;
    font-size: 16px;
}
.interaction ul li h2:before,
.interaction ul li div:before{
    content: '问';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #E46713;
    border-radius: 5px;
}
.interaction ul li div:before{
    content: '答';
    background: #FFA66A;
}
.interaction ul li div h3{
    color: #E46713;
    font-size: 16px;
    margin-bottom: 5px;
}
.interaction ul li div p{
    color: #666;
}

/*联系yl23411永利官网*/
.map{
    text-align: center;
    overflow: hidden;
}
.map>p{
    color: #666;
    font-size: 18px;
    margin-bottom: 20px;
}
.contact{
    overflow: hidden;
}
.contact .info{
    margin-top: 40px;
    overflow: hidden;
}
.contact .info .rt{
    line-height: 2em;
    font-size: 16px;
    text-align: center;
}
.contact .info .lf{
    color: #666;
    line-height: 1.75em;
}
.contact .info .lf h3{
    position: relative;
    color: #E46713;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.contact .info .lf h3:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 26px;
    height: 2px;
    background: #FFCF97;
}

.company h3{
    font-size: 20px;
    margin: 30px 0 20px;
}
.company ul{
    margin: 0 -25px -30px;
    overflow: hidden;
}
.company ul li{
    float: left;
    width: 33.33%;
    padding: 0 25px;
    margin-bottom: 50px;
}
.company ul li a{
    display: block;
    padding: 25px 30px;
    background: #fff;
}
.company ul li h4{
    font-size: 18px;
}
.company ul li p{
    color: #666;
    margin: 10px 0 30px;
}
.company ul li span{
    display: inline-block;
    color: #666;
    padding-left: 20px;
    background: url(/r/cms/hsgf/default/images/dh.png) no-repeat left center;
}
@media screen and (max-width: 768px){
	.section{
		padding: 0;
	}
        .news{
                margin-top: 15px;
         }
	.leader{
		padding-left: 0;
	}
	.member{
		margin: 10px -15px -10px;
	}
	.member li{
		width: 100%;
		padding: 0 15px;
                margin-bottom: 20px;
	}
	
	.member li a{
		padding: 15px 10px 15px 20px;
	}
	.member li a:before{
		width: 3px;
	}
	.member li h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.relation li,.hotline li{
		width: 100%;
                padding: 0;
                margin-bottom: 20px;
	}
	.relation li a{
		height: 80px;
		font-size: 22px;
	}
	.contact .info .rt{
		display: none;
	}
        .hotline{
               margin: 20px 0;
         }
	.hotline li div{
	       padding: 20px 30px;
	}
	.hotline li div p{
              font-size: 16px;
              height: 40px;
              line-height: 20px;
        }
        .hotline li div:before {
              background-size: 60% 60%;
             background-position: right bottom;
        }
	
}