body {
    margin: 0px;
    font-family:'Microsoft YaHei';
}

.iframe {
    width: 100%;
}

/* 顶部栏开始 */
.top {
    position: relative;
    width: 100%;
    min-width: 1500px;
    height: 80px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}

.logo {
    position: relative;
    /* left: 8%; */
    left: 2%;
    height: 60px;
    width: 120px;
    vertical-align: top;
    margin-top: 10px;
}

.menu-box {
    width: 80%;
    display: inline-block;
    height: 80px;
    vertical-align: bottom;
    position: relative;
}

.menu-box ul {
    margin: 0px;
    display: inline-block;
    line-height: 80px;
    list-style: none;
}

.menu-box li {
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    vertical-align: bottom;
    font-weight: bold;
    color: #777;
}

.menu-active {
    border-bottom: 4px solid #C7161D;
}

.menu-hover {
    border-bottom: 4px solid #C7161D;
}

.open-menu {
    position: absolute;
    top: 80px;
    background: rgba(84, 84, 85, 0.8);
    width: 100%;
    color: white;
    text-align: center;
    z-index: 1000;
}

.open-menu ul {
    padding: 0px;
    float: left;
    list-style: none;
}

.open-menu ul {
    position: relative;
    /* width: 100%; */
}

.open-menu ul li {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
}

.open-menu ul li:hover {
    color: #C7161D;
    cursor: pointer;
}

.lang {
    display: inline-block;
    height: 34px;
    font-size: 12px;
    color: #666666;
    margin-left: 50px;
    position: relative;
    top: 8px;
}

.lang:hover {
    border-bottom: 4px solid #C7161D;
    cursor: default;
}

.lang-menu {
    position: absolute;
    background: rgba(84, 84, 85, 0.8);
    color: white;
    z-index: 1000;
    top: 38px;
    right: -18px;
}

.lang-menu ul {
    height: 100%;
    padding: 0px;
    vertical-align: top;
    line-height: normal;
}

.lang-menu ul li {
    font-size: 14px;
    height: auto;
    margin: 10px 0px;
    color: white;
    line-height: normal;
}

.lang-menu ul li:hover {
    color: #C7161D;
    cursor: pointer;
    border: 0px;
}

.lang-menu ul .active {
    /* color: #C7161D; */
}

/* 顶部栏结束 */
/* 底部栏开始 */
.bottom {
    position: relative;
    width: 100%;
    margin-top: 20px;
    background: #353B46;
}

.back-top {
    cursor: pointer;
    position: absolute;
    bottom: 175px;
    right: 10%;
    height: 50px;
}

.back-lianxi {
    cursor: pointer;
    position: absolute;
    bottom: 105px;
    right: 10%;
    height: 50px;
}

.bottom-menu-box {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 80%;
}

.bottom-menu {
    width: 11%;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.bottom-menu ul {
    list-style: none;
    padding: 0px;
    color: #FCFCFC;
}

.bottom-menu li {
    margin-top: 10px;
    font-size: 12px;
}

.bottom-menu li:hover {
    cursor: pointer;
    color: #C7161D;
}

.bottom-menu .bottom-menu-title-CN {
    font-size: 16px;
}

.bottom-menu .bottom-menu-title-EN {
    margin-bottom: 20px;
    font-size: 10px;
}

.devide {
    display: inline-block;
    width: 1px;
    height: 100px;
    margin-top: 50px;
    margin-right: 30px;
    background: #545455;
}

.bottom-copyright {
    background: #3B424E;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.copyright-text {
    color: white;
    margin-left: 400px;
    vertical-align: middle;
}
.copyright-text a{
	text-decoration: none;
	color: white;
}
.copyright-text a:hover{
	cursor: pointer;
    color: #C7161D;
}
.copyright-img {
    margin-left: 20px;
    height: 18px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.bottom-conpany {
    text-align: center;
	background: #3B424E;
	padding-bottom: 5px;
	color: white;
}
/* 底部栏结束 */
/* Banner开始 */
.banner {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    text-align: center;
}

.banner-img {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
}

/* Banner结束*/
/* 中部栏开始-左右分隔 */
.wrapper {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
}

.submenu-box {
    width: 1260px;
    margin: 0 auto;
    height: 60px;
    border-left: 8px solid #C7161D;
    margin-top: 20px;
    overflow: hidden;
}

.submenu-title-box {
    float: left;
    margin-left: 10px;
    width: 20%;
    height: 100%;
    vertical-align: bottom;
}

.submenu-title-top {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    color: #C7161D;
}

.submenu-title-bottom {
    display: block;
    font-size: 12px;
    color: #aaaaaa;
}

.submenu-line {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.submenu-box ul {
    margin: 0px;
    padding-top: 20px;
    padding-left: 0px;
    float: right;
    list-style: none;
    color: #aaaaaa;
    height: 35px;
}

.submenu-box ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    height: 100%;
    font-size: 12px;
}

.submenu-box ul li:hover {
    color: #222222;
    font-weight: bold;
    border-bottom: 5px solid #C7161D;
}

.submenu-box ul .active {
    color: #222222;
    font-weight: bold;
    border-bottom: 5px solid #C7161D;
}

.content {
    overflow: hidden;
}

.content-left {
    float: left;
    width: 73%;
    padding: 10px 20px;
    border-right: 1px solid #eeeeee;
}

.content-title-box {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-title {
    font-size: 24px;
    color: #555555;
}

.content-title-line {
    display: inline-block;
    width: 60px;
    height: 3px;
    background: #555555;
    vertical-align: middle;
    margin-left: 10px;
}

.content-right {
    float: left;
    width: 20%;
    padding: 10px;
    text-align: center;
}

.content-right-vedio-img,
.content-right-advert-img {
    margin-top: 20px;
}

/* 中部栏结束-左右分隔 */
/* 中部栏开始-一个Div*/
.wrapper-title {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.item-box {
    margin: 0 auto;
    overflow: hidden;
    width: 1100px;
}

.item {
    float: left;
    width: 323px;
    height: 242px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #aaaaaa;
    box-shadow: 0px 0px 10px #aaaaaa;
}

.item-img {
    display: block;
    width: 100%;
    height: 183px;
    /* height: 323px; */
}

.item-title {
	text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #969594;
    font-family: ”微软雅黑”;
}

.item-desc {
    height: 20%;
    font-size: 13px;
    margin: 0px 20px 0px 20px;
    text-align: left;
    line-height: 1.5;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
     
}

.item:hover .item-title {
    color: #C7161D;
    /* color: #0080cc;*/
}

.item:hover .item-desc {
    color: #C7161D;
    /* color: #0080cc;*/
}

.item:hover {
    cursor: pointer;
    border: 1px solid #C7161D;
    box-shadow: 0px 0px 10px #C7161D;
   /*  cursor: pointer;
    border: 1px solid #0080cc;
    box-shadow: 0px 0px 10px #0080cc;*/
}

/* 覆盖分页栏颜色开始 */

#Listpage{
	width: 100%;
	text-align: center;
}

.pagination {
    margin: 30px 0px;
}

.pagination>li>a {
    color: #c7161d;
    padding: 6px 18px;
}

.pagination>li>a:hover {
    color: #c7161d;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
    color: #fff;
    border-color: #C7161D;
    background-color: #C7161D;
  
}


/* 覆盖分页栏颜色结束 */

/* 遮罩层开始 */
.mask{
    width: 100%;
    height:100%;
    background: rgb(50, 55, 55,0.3);
    z-index: 999;
    position: fixed;
    top: 0px;
}

.mian_fd{
    position: relative;
    top: 160px;
    width: 640px;
	height:420px;
	margin: 0 auto;
	
}
.mian_fd img{
	width: 640px;
	height:420px;
    margin: 0 auto;
	border-radius: 5px;
}

/* 遮罩层结束 */

/*
@media (min-width: 1024px) {

}
 
@media (min-width: 1100px) {
    
}


@media (min-width: 1280px) {
   
}


@media (min-width: 1366px) {
  
}

@media (min-width: 1440px) {
    

} */

@media (min-width: 1680px) {
    .logo{
        left: 9%;
    }
}

/* @media (min-width: 1920px) {
    
}  */