*{
	margin: 0;
	padding: 0;
	font-family: '微软雅黑'
}
p{
	margin: 0;
	padding: 0
}
a{
	text-decoration: none
}
.word-position {
	position: relative;
}
.inner-des{
	position: absolute;
	left: 15rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.6rem;
	color: white;
}
.inner-des p:nth-child(1) {
	font-size: 2.2rem;
}
/* .word-position div p{
	position: absolute;
	left: 3rem;
	top: 5rem
} */
.p-list-slot{
	position: relative;
}
.p-list{
	position: absolute;
	top: 3rem;
	width: 100%;
	padding: 0 7rem;
	display: flex;
	justify-content: space-between;
	z-index: 3
}
.p-list ul{ width:60%;}
.p-list ul li{width:18%;float:left;line-height: 49px;}
.p-list ul li a{color:#fff; font-size:16px;}
.p-list>div{
	width: 5%
}
.p-list>div img{
	width: 100%
}

li{
	display: flex;
	justify-content: center;
	align-items: center;
}
li:hover{
	color: #0090D9;
	cursor: pointer;
}
/* ========================= */
.bg{ background:#F7F8FA; border-bottom:#DFDFE1 1px solid;}
.items-list {
	margin-top:  1rem;
	/*border-bottom: 1px solid #DFDFE1;*/
	/*padding: 0 7rem;*/
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	width:1200px;
}
.items-list>div{
	flex-grow: 1;
	border-right: 1px solid #DFDFE1;
	padding-left: 3rem;
	font-size: 1.2rem;
}
.items-list>div:nth-child(1) {
	border-left: 1px solid #DFDFE1;
}
.items-title{
	display: flex;
	align-items: center;
	height: 50px;
	padding-top:20px;
}
.items-title span{
	margin-left: 1rem;
	font-size:2rem;
	color:#8E4800;
}
.items-list>div p:nth-child(2) {
	padding: 2rem 0 1rem 0
}
.items-list>div p:nth-child(3) {
	padding-bottom: 1rem
}
.list-des-brief {
	font-size: .8rem;
	color: gray;
}
.empty{
	width: 100%;
	height: 480px;
	background:url(../images/timg.gif) center top no-repeat;
	margin-top: 15px;
}
/* ========================== */
.wicket{
	/* position: absolute;
	bottom: 7rem;
	width: 100%; */
	/*padding: 0 7rem;*/
	padding-bottom:  3rem;
	display: flex;
	width:1200px;
	margin:0 auto;
}
.trade-wicket{
	display: flex;
	align-items: center;
}
.trade-wicket img{
	margin-right: 2rem;
}
.trade-wicket span{
	color: #2b3b7c;
	font-size: 2rem;
	font-weight: bolder;
}
.describe{
	padding: 2rem 0;
	color: gray;
	border-bottom: 1px dotted #aaa;
}
.describe p:nth-child(1) {
	font-size: 1.7rem;
	color: black;
	padding-bottom: 1rem;
	display: flex;
	align-items: center;
}
.arrow{
	border: 7px solid transparent;
     border-left: 12px solid #2b3b7c;
     width: 0px;
     height: 0px;
}
.show-images{
	width: 630px;
	margin-right: 3rem;
}
.show-images img{
	width: 100%
}

.index-page{
    padding: 30px 0 0px;
    text-align: center;
}

.index-page-tit h2.title{
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #0090D9;
}

.index-page-tit h3.subtitle{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-top: 0;
    position: relative;
}

.index-page-tit h3.subtitle em{
    background: #fff;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-style: normal;
}

.index-page-tit h3.subtitle:before{
    content: '';
    height: 1px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20%;
    background: #999;
    z-index: 1;
}

.index-page-tit p{
    color: #666;
    margin-bottom: 40px;
}



.index-page1{
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
}

.index-page1 .index-page-tit h3.subtitle em{
    background: #f6f6f6;
}
.index-page1 .live .thumbnail{
    position: relative;
}
.index-page1 .live .thumbnail:hover .play{
    background: rgba(0,0,0,0.4);
}
.index-page1 .live .play{
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 68px;
    color: #fff;
    -moz-border-radius: 50%; /* Firefox */
    -webkit-border-radius: 50%; /* Safari 和 Chrome */
    border-radius: 50%;
    opacity: .8;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -70px;
}

.index-page1 .live h3{
    font-size: 16px;
    text-align: left;
    margin-top: 1em;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    white-space:nowrap;
}

.index-page1 .live p{
    font-size: 14px;
    color: #666;
    text-align: left;
}


.index-more{
    display: block;
    width:88px;
    height: 88px;
    padding-top: 15px; 
    color: #fff;
    text-align: center;
    -moz-border-radius: 50%; /* Firefox */
    -webkit-border-radius: 50%; /* Safari 和 Chrome */
    border-radius: 50%;
    position: absolute;
    font-style: 16px;
    left: 50%;
    bottom: -44px;
    margin-left: -44px;
    background: #0090D9;
    text-decoration: none;
}

.index-more:hover{
    display: block;
    width:88px;
    height: 88px;
    padding-top: 15px; 
    color: #fff;
    text-align: center;
    -moz-border-radius: 50%; /* Firefox */
    -webkit-border-radius: 50%; /* Safari 和 Chrome */
    border-radius: 50%;
    position: absolute;
    font-style: 16px;
    left: 50%;
    bottom: -40px;
    margin-left: -44px;
    background: ##0090D9;
    text-decoration: none;
}




.index-page2 h4{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-top: 0;
    padding: 0 25%;
    display: inline-block;
    position: relative;
}

.index-page2 .icon{
    line-height: 100px;
    color: white;
    width: 100px;
    height: 100px;
    margin:20px auto;
    -moz-border-radius: 50%; /* Firefox */
    -webkit-border-radius: 50%; /* Safari 和 Chrome */
    border-radius: 50px;
    text-align: center;
}

.index-page2 .icon i{
    font-size: 48px;
}

.index-page2  .icon.blue {
    background: #50b8be;
}
.index-page2  .icon.green {
    background: #0090D9;
}
.index-page2  .icon.red {
    background: #fd6f61;
}

.about_us .info a{
    color: #666;
}



.index-page3{
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
}

.index-page3 .activity p{
    margin-bottom: 0;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    background: #0090D9;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    white-space:nowrap;
    padding: 0 10px;
}
.index-page3 h3.subtitle em{
    background: #f6f6f6;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active{
    border-color: #0090D9;
}

.index-page4{
    position: relative;
    overflow: hidden;
    background: url(../images/index-page4-bg.jpg) no-repeat center center;
    height: 418px;
    background-size: auto 100%;
    padding: 0;
}

.index-page4 i.home{
    width: 120px;
    height: 120px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -60px;
}

.index-page4 i.home img{
    width: 100%;
}

.index-page5{
    background: #fff;
    position: relative;
    overflow: hidden;
}

.index-page5 .cooperation-list{
    margin:20px 0;
    text-align: center;
} 

.index-page5 .cooperation-list img{
    max-width: 100%;
    height: 60px;
    margin-bottom: 20px;
}
.paging{ width:1200px; margin:0 auto;}
.inner{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 580px;
}
.com_hd {
    text-align: center;
    width: 690px;
    position: relative;
    padding-top: 30px;
    margin: 0 auto;
}
.com_hd span {
    display: inline-block;
    width: 690px;
    background: #eaeaea;
    height: 1px;
    overflow: hidden;
}
.com_hd p {
    position: absolute;
    top: 22px;
    color: #353535;
    font-size: 28px;
    background: #fff;
    width: 166px;
    text-align: center;
    left: 50%;
    margin-left: -83px;
}
.bd {
    padding-top: 57px;
}
.bd li {
    float: left;
    width: 284px;
    height: 318px;
    background: #f7f7f7;
    margin-right: 15px;
    display: inline;
}
.bd li .img {
    width: 284px;
    height: 160px;
    overflow: hidden;
}
.bd li img {
    width: 284px;
	height:160px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
}
.bd .text {
    padding: 22px 17px 0;
}
.bd .text .p1 {
    font-size: 18px;
    color: #464545;
    margin-bottom: 20px;
}
.bd .text .p2 {
    font-size: 14px;
    color: #8d8d8d;
    height: 40px;
    overflow: hidden;
}
.bd li:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;

}
.ft {
    text-align: center;
    padding-top: 40px;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.com_btn{
    display: inline-block;
    width: 98px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #f9f9f9;
    border:1px solid #e2e2e2;
    font-size: 16px;
    color: #848484;
}
.com_btn:hover{
    color: #fff;
    background: #1F2061;
    border:1px solid #1F2061;
}
.foot{
	margin-top:15px;
	bottom: 0;
	width: 100%;
	background-color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	padding: 2rem 7rem
}