/* 重置样式 */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, button, input, textarea, audio, video, a, div, label, aside, i, em, nav, header, footer {
    margin: 0;
    padding: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #333;
    outline: none;
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
i, em {
    display: inline-block;
    font-style: normal;
}
select, input, textarea {
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", SimSun, Heiti, sans-serif, "微软雅黑";
}
body {
    color: #333;
    background-color: #ffffff;
    font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", SimSun, Heiti, sans-serif, "微软雅黑";
    font-size: 14px;
    line-height: 1.5;
}
img, video {
    max-width: 100%;
    vertical-align: middle;
}
/* 公共 */

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*清除浮动*/

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.t-c {
    text-align: center;
}
.m-t {
    margin-top: 20px;
}
.p-t40 {
    padding-top: 40px !important;
}
.p-t0 {
    padding-top: 0 !important;
}
.p-t-b {
    padding: 30px 0;
}
.p-20 {
    padding: 10px 20px !important;
}
.min-w1170 {
    min-width: 1170px;
}
/* 悬浮动画 */

.hover-animation {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    background-color: #060000;color: #aaa;
    cursor: pointer;
    position: relative;
    transition: all .3s;
    z-index: 1;
}
.hover-fade-c-out:before, .hover-bounce-r:before {
    position: absolute;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    content: "";
    display: block;
    background: #da251d;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.hover-bounce-r {
    border: 1px solid #eee;
}
.hover-fade-c-out:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.hover-bounce-r:before {
    top: 0;
    left: 0;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.7, 0.5, 0.4);
    -moz-transition-timing-function: cubic-bezier(0.52, 1.7, 0.5, 0.4);
    -ms-transition-timing-function: cubic-bezier(0.52, 1.7, 0.5, 0.4);
    transition-timing-function: cubic-bezier(0.52, 1.7, 0.5, 0.4);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.hover-fade-c-out:hover:before, .hover-bounce-r:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.hover-bounce-r:hover {
    color: #fff;
}
.container {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}
.bg-white {
    background-color: #060000;
}
/* 头部 */

.header {
    display: block;
    height: 66px;
    top: 0;
    width: 1170px;
    margin: 0 auto;
    z-index: 999;
}
.home-header, .home-header a {
    background-color: #060000;
}
.nav-header {
    /*width: 1170px;*/
    margin: 0 40px;
}
.nav-header a {
    padding: 0 18px;
    font-size: 16px;
    height: 66px;
    line-height: 66px;
}
.nav-header a.logo {
    padding: 0;
    width: 240px;
    margin-right: 20px;
}
.nav-header a.logo .logo-white {
    display: none;
}
.nav-header ul li>a.active, .nav-header ul li:hover>a {
    color: #fff;
    background: #da251d;
}
.nav-header ul li {
    position: relative;
    float: left;
}
.home-header li>a {
    color: #aaa;
}
.home-header a.logo .logo-white {
    display: block;
}
.home-header a.logo .logo-black {
    display: none;
}
.home-header ul li>a.active {
    color: #fff;
    background-color: transparent;
}
.home-header:hover, .home-header:hover li>a {
    color: #333;
    background-color: #fff;
}
.home-header:hover li>a.active {
    color: #fff;
    background-color: #da251d;
}
.home-header:hover a.logo .logo-white {
    display: none;
}
.home-header:hover a.logo .logo-black {
    display: block;
}
.nav-header ul li .second-menu {
    position: absolute;
    top: 0px;
    top: -100%;
    right: 0;
    z-index: -1;
    min-width: 100px;
    /*padding: 10px;*/
    text-align: center;
    background-color: rgba(218, 37, 29, .8);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
    transition: all .3s ease;
    opacity: 0;
}
.nav-header ul li .second-menu dd {
/*float: left;*/
}
.nav-header ul li:hover .second-menu {
    opacity: 1;
    top: 60px;
}
.nav-header ul li .second-menu a {
    display: block;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 12px;
    padding: 0;
}
.nav-header ul li .second-menu a:hover {
    color: #333;
    background-color: #fff;
}
.nav-header .home-search-btn:hover {
    color: #DA251D;
}
.nav-header .home-search-btn i {
    font-size: 20px;
}
.home-banner-wrapper .swiper-slide-cont, .pro_img_box .swiper-slide-cont {
    height: 640px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: absolute;
    overflow: hidden;
}
@media (max-width: 1440px) {
    .home-banner-wrapper .swiper-slide-cont, .pro_img_box .swiper-slide-cont { height: 500px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: absolute;
    overflow: hidden;}
}
@media (max-width: 1600px) {
    .home-banner-wrapper .swiper-slide-cont, .pro_img_box .swiper-slide-cont { height: 550px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: absolute;
    overflow: hidden;}
}
@media (max-width: 1336px) {
    .home-banner-wrapper .swiper-slide-cont, .pro_img_box .swiper-slide-cont { height: 487px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: absolute;
    overflow: hidden;}
}
@media (max-width: 1280px) {
    .home-banner-wrapper .swiper-slide-cont, .pro_img_box .swiper-slide-cont { height: 466px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: absolute;
    overflow: hidden;}
}
.home-banner-wrapper .swiper-button-next, .home-banner-wrapper .swiper-button-prev {
    color: #fff;
    width: auto;
    height: auto;
    font-size: 66px;
    margin-top: -50px;
    background-image: none;
    background-color: rgba(3, 9, 16, 0.5);
    display: none;
}
.home-banner-wrapper:hover .swiper-button-next, .home-banner-wrapper:hover .swiper-button-prev {
    display: block;
}
.home-banner-wrapper .swiper-pagination-bullet {
    width: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
}
.home-banner-wrapper .swiper-pagination-bullet-active {
    background: #da251d;
}
/* 底部 */

footer {
    color: #fff;
    padding: 30px 0 0;
    background-color: #333;
}
footer .footer-head {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #555;
}
footer .tao-wei-content {
    float: right;
}
footer .tao-wei-content a {
    margin-left: 30px;
}
footer .tao-wei-content a img {
    vertical-align: middle;
    margin-right: 5px;
}
footer li {
    float: left;
    width: 50%;
    position: relative;
}
footer li:after {
    content: '';
    position: absolute;
    top: 46px;
    right: 0;
    width: 1px;
    height: 100px;
    background-color: #555;
}
footer li:last-child:after {
    opacity: 0;
}
footer li.company-info {
    padding-bottom: 20px;padding-left: 20px;
}
footer li.company-info p {
    line-height: 28px;
}
footer li.company-info p .line {
    padding: 0 5px;
    color: #ccc;
}
footer li h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
footer li.studio-content {
    padding-left: 50px;
}
footer li.studio-content .studio-item {
    margin-bottom: 15px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #DA251D;
    text-decoration: underline;
}
footer .copyright {
    margin-top: 20px;
    color: #ccc;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    border-top: 1px solid #555;
}
.muvel {
    position: relative;
    margin: 0 0 0 0;
    cursor: pointer;
}
.muvel:hover {
    color: #333;
}
.muvel:hover img {
    display: block;
}
.muvel img {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 666;
    border: 1px solid #999;
    display: none;
    max-width: 100px;
}
/*home video*/

.home-video {
    margin-top: 20px;
}
/* page nav */

.page-nav {
    padding: 20px 0 30px;
    text-align: center;
}
.page-nav h3 {
    font-size: 30px;
    font-weight: 400;
}
.page-nav .iconfont {
    color: #da251d;
    font-size: 25px;font-weight: bolder;
}
/* home new-songs-wrap  */

.new-songs-wrap li {
    float: left;
    width: 234px;
    margin-bottom: 30px;
}
.new-songs-wrap .new-songs-circle {
    position: relative;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.new-songs-wrap .new-songs-circle .spinner {
    width: 210px;
    height: 210px;
    border: 10px solid #DA251D;
    border-right-color: #D4D4D4;
    border-bottom-color: #D4D4D4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.new-songs-wrap .new-songs-circle .img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.new-songs-wrap .new-songs-circle .img img {
    width: 100%;
    height: 100%;
}
.new-songs-wrap .new-songs-circle .btn {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    line-height: 200px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.new-songs-wrap .new-songs-circle .btn .iconfont {
    color: #fff;
    font-size: 80px;
}
.new-songs-wrap .new-songs-circle:hover .spinner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.new-songs-wrap .new-songs-circle:hover .btn {
    opacity: 1;
}
.new-songs-wrap .song-name {
    display: block;
    margin-top: 20px;
    color: #464646;
    font-size: 16px;
}
.new-songs-wrap .song-name:hover {
    color: #DA251D;
}
.new-songs-wrap .song-singer {
    color: #999;
    font-size: 14px;
}
/* home-recommendation-wrap */

.home-recommendation-wrap li {
    float: left;
    width: 292.5px;
    cursor: pointer;
}
.home-recommendation-wrap .recommendation-img {
    width: 220px;
    height: 220px;
    position: relative;
    margin: auto;
    background: url(../images/record.png);
}
.home-recommendation-wrap .recommendation-img a {
    display: inline-block;
    position: relative;
}
.home-recommendation-wrap .recommendation-img a .btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    line-height: 220px;
    text-align: center;
    display: none;
    cursor: pointer;
}
.home-recommendation-wrap .recommendation-img a .btn .iconfont {
    font-size: 80px;
}
.home-recommendation-wrap .recommendation-img {
}
.home-recommendation-wrap .recommendation-img img {
    width: 100%;
    height: 100%;
}
.home-recommendation-wrap .recommendation-img:after {
    content: '';
    position: absolute;
    top: 0;
    right: -40px;
    width: 110px;
    height: 220px;
    z-index: -1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    background: url(../images/record.png) no-repeat center center;
}
.home-recommendation-wrap li:hover .recommendation-img:after {
    right: 0;
}
.home-recommendation-wrap .recommendation-title {
    font-size: 16px;
    margin: 10px 40px 30px;
    text-align: center;
}
.home-recommendation-wrap li:hover .recommendation-title a {
    color: #DA251D;
}
.home-recommendation-wrap li:hover .btn {
    display: block;
}
/* home he-creative */

.delay1, .delay5 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    animation-delay: .2s;
}
.delay2, .delay6 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -ms-animation-delay: .4s;
    animation-delay: .4s;
}
.delay3, .delay7 {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    animation-delay: .6s;
}
.he-creative li {
    float: left;
	margin-left: 30px;
    margin-bottom: 30px;
}
.he-creative li:nth-child(4n) {
    margin-right: 0;
}
.he-creative .he-creative-img {
	position: relative;
	width: 540px;
	overflow: hidden;
	padding: 2px;
	border: 1px solid #CCC;
}
.he-creative .he-creative-img b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.he-creative .he-creative-img b:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -webkit-transform 0.6s;
    -ms-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -106%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -106%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -106%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -106%, 0);
}
.he-creative li:hover img {
    opacity: .6;
}
.he-creative li:hover b:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 106%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 106%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 106%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 106%, 0);
}
.he-creative li:hover .he-creative-title {
    color: #DA251D;
}
.he-creative .he-creative-title {
    display: block;
    padding: 10px;
    font-size: 16px;
}
.page-nav-more {
    margin-top: 30px;
}
.page-nav-more a {
    display: inline-block;
    padding: 6px 20px 4px;
    color: #fff;
    font-size: 16px;
    background-color: #797979;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.page-nav-more a span {
    font-size: 14px;
}
.page-nav-more a:hover {
    background-color: #DA251D;
}
/* 荷塘资讯 */

.news-nav {
    line-height: 40px;
    padding-right: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.news-nav span {
    font-size: 20px;
}
.news-nav a {
    float: right;
    color: #666;
}
.a-hover:hover {
    color: #DA251D;
}
.news-wrap {
    float: left;
    width: 50%;
}
.information-content {
    margin-right: 20px;
}
.information-content li {
    margin-bottom: 10px;
    overflow: hidden;
}
.information-content li:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}
.information-content .information-img {
    float: left;
}
.information-content .information-img img {
    width: 200px;
    height: 100px;
}
.information-text {
    padding: 5px 0;
    margin-left: 210px;
}
.information-text a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.information-summary {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    line-height: 14px;
}
.interview-content {
    margin-left: 20px;
}
.interview-content .interview-figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 200px;
    height: 340px;
    background-color: #000;
}
.interview-content .interview-figure .interview-figure-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
}
.interview-figure .interview-figure-text::before, .interview-figure .interview-figure-text::after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.interview-figure .interview-figure-text::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.interview-figure .interview-figure-text::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}
.interview-figure .interview-figure-text h5 {
    color: #fff;
    font-size: 16px;
    padding-top: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}
.interview-figure:hover img {
    opacity: .3;
}
.interview-figure:hover h5 {
    opacity: 1;
}
.interview-figure:hover .interview-figure-text::before, .interview-figure:hover .interview-figure-text::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.interview-content .interview-list {
    margin-left: 220px;
}
.interview-content .interview-list .interview-item {
    display: inline-block;
    margin-bottom: 10px;
}
.interview-content .interview-list .interview-item h4 {
    float: left;
    width: 185px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 8px 5px 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.interview-content .interview-list .interview-item img {
    width: 160px;
    height: 80px;
}
.interview-content .interview-list .interview-item:hover {
    color: #DA251D;
    background-color: #eee;
}
.interview-content .interview-list .interview-item:hover h4 {
    text-indent: 20px;
}
/* 面包屑  */

.crumbs {
    padding: 20px 0;
}
.crumbs a {
    color: #666;
    margin: 0 5px;
}
.crumbs a:hover {
    color: #DA251D;
    text-decoration: underline;
}
/* 关于 */

.page-banner {
    margin-top: 60px;
}
.page-bg {
    background-color: #f8f8f8;
}
.main-wrap {
    width: 1170px;
    margin: 0 auto;
    padding: 10px 0 60px;
}
.left-side {
    display: block;
    float: left;
    width: 260px;
    -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 0 1px rgba(0, 0, 0, .1);
}
.left-side p {
    color: #fff;
    font-size: 24px;
    padding: 30px 0;
    background-color: #da251d;
    position: relative;
}
.left-side p:after {
    content: '\e61f';
    position: absolute;
    top: -10px;
    right: 0;
    font-family: "iconfont" !important;
    font-size: 80px;
    color: rgba(0, 0, 0, .08);
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.left-side ul {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
}
.left-side ul a {
    display: block;
    font-size: 16px;
    line-height: 60px;
    position: relative;
    border-bottom: 1px solid transparent;
}
.left-side ul a .iconfont {
    position: absolute;
    top: 0;
    right: 1px;
    font-size: 36px;
    color: rgba(0, 0, 0, .1);
    display: none;
}
.left-side ul a.active, .left-side ul a:hover {
    color: #da251d;
    border-bottom: 1px solid #da251d;
}
.left-side ul a.active .iconfont, .left-side ul a:hover .iconfont {
    display: block;
}
.right-content {
    padding: 0 30px 30px;
    margin-left: 300px;
    background-color: #fff;
}
.right-content .crumbs {
    padding: 10px 0;
}
.main-cont p {
    color: #555;
    font-size: 15px;
    line-height: 24px;
    margin-top: 18px;
    letter-spacing: 1px;
}
/* 联系我们 */

.contact-us-wrap {
    padding: 0;
}
.contact-us-wrap .map {
    width: 100%;
    height: 500px;
    margin-bottom: 40px;
}
.contact-us-wrap .map .BMap_bubble_title {
    font-size: 16px;
}
.contact-us-wrap .map .BMap_Marker img {
    max-width: inherit;
}
.contact-us-cont {
    padding: 0 30px 30px;
}
.contact-us-cont .contact-us-item {
    margin-bottom: 30px;
}
.contact-us-cont .contact-us-item .item-hd {
    font-size: 16px;
    margin-bottom: 10px;
}
.contact-us-cont .contact-us-item h5.item-hd {
    font-weight: normal;
}
.contact-us-cont .contact-us-item p {
    margin-bottom: 5px;
}
.contact-us-cont .contact-us-item li {
    float: left;
    width: 405px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.contact-us-cont .contact-us-item li:last-child {
    border-right: none;
}
.contact-us-cont .contact-us-item li h5 {
    font-size: 15px;
    margin-bottom: 10px;
}
.contact-us-cont .contact-us-item li:last-child {
    padding-left: 20px;
}
.detail-header {
    border-bottom: 1px solid #eee;
}
.detail-header h2 {
    color: #444;
    font-size: 28px;
    line-height: 46px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.detail-header .time {
    margin-bottom: 15px;
    color: #666;
    text-align: right;
}
.detail-header .time i {
    margin-left: 5px;
    font-size: 12px;
    vertical-align: middle;
}
/* 荷塘月色周边 */

.he-around-wrap li {
    float: left;
    width: 250px;
    margin-top: 30px;
    margin-right: 30px;
    padding-bottom: 10px;
}
.he-around-wrap li:nth-child(3n) {
    margin-right: 0;
}
.he-around-wrap li img {
    width: 250px;
    height: 250px;
}
.he-around-wrap .arourd-line {
    width: 30px;
    height: 4px;
    background: #DA251D;
    display: block;
    margin: 10px 0 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.he-around-wrap .around-title {
    font-size: 15px;
    font-weight: normal;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.he-around-wrap li:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.he-around-wrap li:hover .arourd-line {
    width: 80%;
}
.he-around-wrap li:hover .around-title {
    color: #DA251D;
    text-indent: 10px;
}
/* 新闻资讯 */

.news-container .news-item {
    display: block;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.news-container .news-item .news-left {
    width: 90px;
    height: 90px;
    text-align: center;
}
.news-container .news-item .news-left .day {
    display: inline-block;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #eee;
    margin-top: 10px;
    margin-bottom: 5px;
}
.news-container .news-item .news-left .year-month {
    display: block;
    color: #999;
    font-size: 14px;
}
.news-container .news-item .news-cont {
    width: 540px;
    padding-right: 10px;
}
.news-container .news-item .news-cont h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.news-container .news-item .news-cont p {
    color: #999;
    font-size: 12px;
}
.news-container .news-item .news-right {
    width: 180px;
    height: 90px;
    overflow: hidden;
}
.news-container .news-item .news-right img {
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.news-container .news-item:hover {
    background-color: rgba(221, 221, 221, .2);
}
.news-container .news-item:hover h4 {
    color: #da251d;
}
.news-container .news-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/* 分页 */

.pagination {
    margin: 30px 0;
}
.pagination ul li {
    display: inline-block;
    width: auto;
    margin: 0 5px;
    padding: 0;
    border: none;
    background-color: #eee;
}
.pagination ul li span, .pagination ul li a {
    display: block;
    padding: 5px 10px;
}
.pagination ul li.active a, .pagination ul li:hover a {
    color: #fff;
    background-color: #da251d;
}
/* 歌手  */

.singer-wrap {
    margin: 30px 0;
}
.singer-wrap li {
    width: 570px;
    float: left;
    background-color: #fff;
    overflow: hidden;
    height: 160px;
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.singer-wrap li:nth-child(odd) {
    margin-right: 30px;
}
.singer-wrap li .singer-img {
    display: block;
    /*width: 160px;*/
    max-width: 230px;
    height: 160px;
    overflow: hidden;
    border-right: 2px solid #DA251D;
    border-radius: 0 8px 8px 0;
    margin-right: 10px;
}
.singer-wrap li img {
    /*width: 100%;*/
    height: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: all .4s ease;
}
.singer-wrap .singer-cont {
    padding: 10px;/*margin-left: 165px;*/
}
.singer-wrap .singer-cont .singer-name {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.singer-wrap .singer-cont p {
    color: #888;
    height: 104px;
    overflow: hidden;
}
.singer-wrap li:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.singer-wrap li .singer-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.singer-wrap .singer-cont .singer-name:hover {
    color: #DA251D;
}
/*歌手详情*/

.detail-page-nav {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.detail-page-nav .iconfont {
    color: #DA251D;
    font-size: 22px;
    margin-right: 5px;
}
.singer-music {
    margin-top: 50px;
}
.singer-music ul {
    padding-top: 10px;
}
.singer-music li {
    float: left;
    width: 182.5px;
    margin-top: 15px;
    margin-right: 15px;
    padding-bottom: 5px;
    overflow: hidden;
}
.singer-music li:hover {
    background-color: #eee;
}
.singer-music li:nth-child(6n) {
    margin-right: 0;
}
.singer-music .singer-img {
    display: block;
    width: 182.5px;
    height: 182.5px;
    position: relative;
}
.singer-music .singer-img img {
    width: 100%;
    height: 100%;
}
.singer-music .singer-img .btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    line-height: 182.5px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.singer-music .singer-img .btn .iconfont {
    color: #fff;
    font-size: 80px;
}
.singer-music .singer-img:hover .btn {
    opacity: 1;
}
.singer-music .singer-song-cont a {
    display: block;
    font-size: 15px;
    padding: 5px 0;
}
.singer-music .singer-song-cont a:hover {
    color: #DA251D;
}
.singer-music .singer-song-cont p {
    color: #888;
    font-size: 12px;
}
/* 荷文创列表 */

.creative-list {
    margin-top: 20px;
}
.creative-list li {
    height: 348px;
}
.creative-list li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.creative-list li:hover img {
    opacity: .8;
}
.creative-list li .he-creative-title {
    padding: 10px 10px 5px;
}
.creative-list li .he-creative-intro {
    color: #888;
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 10px;
}
/* 视频 */

.video-list li {
    float: left;
    width: 277.5px;
    margin-top: 20px;
    margin-right: 20px;
    padding-bottom: 5px;
    overflow: hidden;
}
.video-list li:hover {
    background-color: #eee;
}
.video-list li:hover .video-cont {
    padding-left: 10px;
}
.video-list li:nth-child(4n) {
    margin-right: 0;
}
.video-list .video-img {
    width: 100%;
    height: 166.5px;
    overflow: hidden;
    position: relative;
}
.video-list .video-img img {
    width: 100%;
}
.video-list .video-img .btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    line-height: 166.5px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.video-list .video-img .btn .iconfont {
    color: #fff;
    font-size: 80px;
}
.video-list .video-img:hover .btn {
    opacity: 1;
}
.video-list .video-cont {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.video-list .video-cont a {
    display: block;
    font-size: 15px;
    padding: 5px 0;
}
.video-list .video-cont a:hover {
    color: #DA251D;
}
.video-list .video-cont p {
    color: #888;
    font-size: 12px;
}
.video-play-container {
    margin-bottom: 40px;
}
.video-play-container video {
    width: 100%;
}
/* 超歌 */

.song-list li {
    float: left;
    width: 370px;
    margin-top: 20px;
    margin-right: 20px;
}
.song-list li:nth-child(3n) {
    margin-right: 0;
}
.song-list li .song-list-item {
    padding: 20px;
    border: 1px solid #eee;
    background-color: #fff;
}
.song-list .song-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.song-list .song-img img {
    width: 100%;
}
.song-list .song-img .btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    line-height: 120px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.song-list .song-img .btn .iconfont {
    color: #fff;
    font-size: 62px;
}
.song-list .song-img:hover .btn {
    opacity: 1;
}
.song-list .song-info {
    margin-left: 140px;
    height: 120px;
    overflow: hidden;
}
.song-list .song-info .song-title {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.song-list .song-info .song-title:hover {
    color: #DA251D;
}
.song-list .song-info p {
    color: #666;
    font-size: 12px;
}
.song-list .song-info p span {
    margin-right: 10px;
}
.song-list li .theme-song-item {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 80px 0;
    -moz-border-radius: 80px 0;
    border-radius: 80px 0;
}
.song-list li .theme-song-item:hover {
    -webkit-border-radius: 0 80px;
    -moz-border-radius: 0 80px;
    border-radius: 0 80px;
    background-color: #ddd;
}
.song-list li .theme-song-item .song-img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.theme-song-item .song-info p {
    margin: 2px 0;
}
/* 音乐播放弹窗 */

.popup-wrap {
    position: fixed;
    right: -300px;
    bottom: 100px;
    height: 90px;
    color: #fff;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.popup-wrap .hide-pop {
    float: left;
    width: 24px;
    height: 90px;
    line-height: 90px;
    background: #441313;
    margin-right: 2px;
    cursor: pointer;
    position: relative;
}
.popup-wrap .hide-pop .iconfont {
    position: absolute;
    font-size: 26px;
    left: -1px;
}
.music-pop {
    width: 300px;
    height: 90px;
    background-color: #441313;
    overflow: hidden;
}
.music-pop .music-pop-img {
    width: 90px;
    height: 100%;
}
.music-pop .music-pop-img img {
    width: 100%;
    height: 100%;
}
.music-pop .music-pop-cont {
    margin-left: 100px;
    padding-right: 10px;
}
.music-pop .music-pop-cont h5 {
    font-size: 14px;
    text-align: center;
    margin: 5px 0;
}
.music-pop .music-pop-cont .play-pause {
    font-size: 20px;
    margin-left: 20px;
    cursor: pointer;
}
.music-pop .music-pop-cont p {
    line-height: 30px;
}
.music-pop-cont .music-pop-progress {
    margin-top: 12px;
    width: 100%;
}
.music-pop-cont .music-pop-progress .default-line {
    position: relative;
    margin-top: 6px;
    height: 3px;
    cursor: pointer;
    background-color: #fff;
}
.music-pop-cont .music-pop-progress .progress {
    position: absolute;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #DA251D;
}
.music-pop-cont .music-pop-progress .progressbar {
    position: absolute;
    top: 0;
    width: 10px;
    height: 16px;
    left: 0%;
    cursor: pointer;
    background-color: #DA251D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: -8px 0 0 -5px;
}
/* 歌曲详情 */

.song-detail-container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eee;
    margin: 40px auto;
}
.song-detail-container .song-detail-l {
    width: 830px;
    padding: 0 20px 20px;
}
.detail-l-head .detail-l-cover {
    width: 200px;
    height: 200px;
}
.detail-l-head .detail-l-cover img {
    width: 100%;
    height: 100%;
}
.detail-l-head .song-info {
    margin-left: 220px;
}
.detail-l-head .song-info h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.detail-l-head .song-info p {
    margin: 3px 0;
}
.detail-l-head .song-info p span {
    margin-left: 10px;
    color: #666;
}
.detail-l-head .song-info .play-music {
    margin-top: 30px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.detail-l-head .song-info .play-music .iconfont {
    margin-right: 10px;
    color: #999;
}
.detail-l-head .song-info .play-music:hover .iconfont {
    color: #fff;
}
.song-detail-cont {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.song-detail-cont img {
    margin: 10px auto;
    max-width: 800px;
}
.song-detail-container .song-detail-r {
    width: 330px;
    border-left: 1px solid #eee;
    margin-right: 10px;
    border-radius: 16px;
    background-color: #f1f1f1;
}
.song-detail-r .lrc-cont .lrc-head {
    position: relative;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
    border-bottom: 1px solid #DA251D;
    padding: 15px;
}
.song-detail-r .lrc-cont .lrc-head span {
    position: absolute;
    top: 20px;
    left: 50%;
    padding: 0 20px;
    margin-left: -34px;
    background-color: #f1f1f1;
    border-radius: 10px;
    border: 1px solid #dedede;
}
.song-detail-r .lrc-cont p {
    color: #666;
    margin: 5px 2px;
    font-size: 12px;
}
/* 音乐地理 */

.chao-map {
    margin: 20px auto;
    background: url(/assets/images/bg-map.png) center -200px no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
.chao-map .map-intro {
    padding: 20px;
    margin: 40px;
    line-height: 24px;
    font-size: 14px;
    border: 2px solid #ededed;
    background: #fff;
    border-radius: 10px;
    opacity: 0.9;
}
.chao-map #ChinaMap {
    margin: auto;
}
.stateTip {
    display: none;
    position: absolute;
    padding: 8px 0;
    background: rgba(0,0,0,.6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
/* mapDiv */
.mapDiv {
    width: 140px;
    height: auto;
    padding:0 5px;
    color: #369;
    background:#f7f7f7; /*url('images/eg/bg.gif') no-repeat*/
    position: absolute;
    display: none;
    word-break: break-all;
	text-align: center;
	border: 1px solid #fififi;
	border-radius: 6px;
}
.mapDiv h4{
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #333;
	font-weight: 500;
}
.mapDiv span{
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	font-weight: 400;
}
/*2018-08-15补充弹出窗*/

.chao-map .area-content {
    display: none;
}
#map {
    margin-left: 36px;
}
/*#map text{
	font-size: 14px !important;
}
#map text:last-child{
	fill: #fff;
}*/
#stateTip {
    position: absolute;
    left: 100%;
    z-index: 99;
    text-align: left;
    display: inline;
    min-width: 150px;
}
#stateTip svg {
    display: none;
}
ul.mapTipText {
    margin-bottom: 20px;
    width: 300px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
ul.mapTipText7 {
    margin-left: 50px;
}
.mapTipText h4 {
    overflow: hidden;
    text-align: center;
    margin: 5px;
    color: #666666;
    font-size: 14px;
}
.mapTipText li {
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
}
.mapTipText li:hover {
    background-color: #ecd5c8;
}
.mapTipText li img {
    width: 60px;
    height: 60px;
    margin-right: 5px;
}
.mapTipText li .title {
    font-size: 12px;
    font-weight: 400;
}
.mapTipText li .title:hover {
    color: #e54c2f;
    text-decoration: underline;
}
/*20180904 静态地图*/
.area:hover {
    background-color: #243FF1;
}
/* 搜索 */
.search-head {
    margin-top: 30px;
}
.search-box {
    width: 800px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 10px #999;
    -moz-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    -webkit-border-radius: 50px 0 50px 0;
    -moz-border-radius: 50px 0 50px 0;
    border-radius: 50px 0 50px 0;
    position: relative;
    overflow: hidden;
}
.search-box .search-text {
    padding-left: 10px;
    margin-left: 10px;
    width: 690px;
    height: 50px;
    color: #DA251D;
    font-size: 16px;
}
.search-box .search-btn {
    position: absolute;
    top: 5px;
    right: 2px;
    width: 98px;
    height: 40px;
    outline: none;
    color: #DA251D;
    font-size: 22px;
    cursor: pointer;
    border: none;
    border-left: 1px solid #ddd;
    background-color: transparent;
    -webkit-border-radius: 0 0 40px 0;
    -moz-border-radius: 0 0 40px 0;
    border-radius: 0 0 40px 0;
}
.search-content {
    width: 800px;
    margin: 30px auto 0;
}
.search-content .tips {
    color: #888;
    margin-bottom: 15px;
}
.search-list li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdb;
}
.search-list li:hover {
    background-color: #eaeaea;
}
.search-list li:hover a {
    padding-left: 10px;
    transition: all .4s ease;
}
.search-list li a {
    font-size: 16px;
}
.search-list li a:hover {
    color: #DA251D;
    text-decoration: underline;
}
.search-list li .type {
    display: inline-block;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    background-color: #DA251D;
}

.bg1 {
    background-color: #060000;
	width: 100%;
	min-width:1170px;
}

/**/
.hz_main {
    width: 1060px;
    height: 340px;
    margin: 0px auto;
}
.hzal_tubiao_in {
    width: 36px;
    height: 142px;
    float: left;
}
.hzal_tubiao {
    width: 142px;
    height: 142px;
    margin: 0 20px;
    display: block;
    float: left;
}
.hz_word {
    width: 1060px;
    height: 140px;
    float: left;
    margin-top: 50px;
}
.hz_word_bg {
    width: 142px;
    height: 140px;
    float: left;
    margin: 0 20px;
    text-align: center;
}
.hz_word_bg h2 {
    font-size: 20px;
    color: #000;
    font-family: "Sirin Stencil", serif;
    font-weight: bold;
    text-transform: uppercase;
}
.hz_word_bg p {
    font-size: 15px;
    color: #363636;
    line-height: 24px;
    margin-top: 10px;
}
.hzal_tubiao_in img {
    display: block;
    margin-top: 58px;
	margin-left: 12px;
}
/**/
.row {
    margin: 30px 8px;
}
.features {
    padding: 0;
}
.col-md-4 {
    width: 33.33333333333333%;
    float: left;
}
.feature-wrap {
    margin-bottom: 35px;
    overflow: hidden;
}
.feature-wrap i {
    font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px;
    border-radius: 100%;
    line-height: 110px;
    text-align: center;
    background: #ffffff;
    color: #c52d2f;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
	margin-left: 20px;
    margin-right: 25px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.feature-wrap h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    margin-top: 10px;
    margin-bottom: 10px;
}
.feature-wrap h3 {
    font-size: 15px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.fa img {
    margin-bottom: 16px;
}




/*dm*/
.bian1 {
	border: 2px solid #CCCCCC;    border-radius: 12px;
}
.bian2 {
	border: 3px solid #c78d56;    border-radius: 12px;
}
a.bian {display: block;border: 2px solid #CCCCCC;    border-radius: 8px; margin:auto 12px;line-height: 0px;}
a.bian:hover,a.bian:hover{display: block;border: 2px solid #f39422;    border-radius: 8px;}

a.bian img{border-radius:8px}
.m-main {
    width: 1100px;
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 30px 20px;
	margin:auto;
	border-radius: 8px;
}
.u-tit {
    font-size: 26px;
    font-family: Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    margin: 10px 0;
    color: #262626;
    overflow: hidden;
}

.k2 {
    border: 3px solid #b70d06;
}
.u-tit {
    font-size: 26px;
    font-family: Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    margin: 10px 0;
    color: #262626;
    overflow: hidden;
}



/**/

.k22 {
    padding: 5px;
    height: 76px;
}




/**/

