/* header */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
header section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}
header .logo {
  height: 68px;
  overflow: hidden;
}
header .logo img {
  height: 100%;
}
header .search {
  position: relative;
  font-size: 0;
}
header .search li {
  display: inline-block;
  padding: 0 10px;
  color: #666666;
  font-size: 12px;
  line-height: 24px;
  border-radius: 5px 5px 0 0;
}
header .search li.current {
  color: #fff;
  background: #eb6816;
}
header .search .key {
  width: 400px;
  padding: 0 10px;
  color: #cccccc;
  font-size: 14px;
  line-height: 40px;
  border: 2px solid #eb6816;
}
header .search .submit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 44px;
  color: #fff;
  text-align: center;
  border: none;
  background: #eb6816;
}
.m-menu{
  display: none;
}
/* navigation */
.navigation {
  width: 100%;
  height: 50px;
  background: url(../images/nav_back.png) no-repeat;
  background-size: 100% 100%;
}
.navigation .center {
  display: flex;
}
.navigation .center a {
  flex: 1;
  color: #fff;
  text-align: center;
  line-height: 50px;
  transition: all .2s;
}
.navigation .center a:hover {
  background: #ec6816;
}
.navigation .center a.on {
  background: #ec6816;
}

.banner .swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.banner .swiper-container .swiper-pagination-bullet-active {
  background: #eb6816;
}

.block {
  padding: 50px 0;
}
.block .block-title {
  margin-bottom: 35px;
  color: #999999;
  font-size: 18px;
  text-align: center;
  background: url(../images/block_title.png) no-repeat center 68%;
  background-size: 300px 12px;
}
.block .block-title h6 {
  margin-bottom: 12px;
  color: #333;
  font-size: 36px;
}
.block .block-more {
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 48px;
  color: #999999;
  text-align: center;
  line-height: 48px;
  border-radius: 35px;
  border: 1px solid #999999;
}

.block-1 {
  padding: 60px 0;
  background: url(../images/cates_back.png) no-repeat;
  background-size: cover;
}
.block-1 .center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-1 .items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding-left: 150px;
  width: 360px;
  height: 160px;
  color: #999999;
  font-size: 14px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 28px center;
  background-size: 100px 100px;
}
.block-1 .items:nth-child(1) {
  background-image: url(../images/index_01_01.png);
}
.block-1 .items:nth-child(2) {
  background-image: url(../images/index_01_02.png);
}
.block-1 .items:nth-child(3) {
  background-image: url(../images/index_01_03.png);
}
.block-1 .items h6 {
  margin-bottom: 8px;
  font-size: 24px;
  color: #333;
}

.block-2 .center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-2 .items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  width: 45%;
  color: #666666;
  font-size: 16px;
  line-height: 52px;
}
.block-2 .items:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #eb6816;
}
.block-2 .items .listen {
  width: 60px;
  height: 20px;
/*  background: url(../images/listen_btn.png) no-repeat;
  background-size: 100% 100%;*/
}
.block-2 .block-more {
  margin-top: 25px;
}

.block-3 {
  background: url(../images/grey_back.jpg) no-repeat;
  background-size: cover;
}
.block-3 .center {
  display: flex;
  flex-wrap: wrap;
}
.block-3 .items {
  position: relative;
  margin-bottom: 45px;
  width: 25%;
}
.block-3 .items:after {
  content: '';
  position: absolute;
  top: 45px;
  right: -15px;
  width: 30px;
  height: 28px;
  background: url(../images/index_arrow.png);
}
.block-3 .items:nth-child(4n):after {
  display: none;
}
.block-3 .items .thumb {
  margin: 0 auto;
  margin-bottom: 15px;
  width: 120px;
  height: 120px;
}
.block-3 .items .title {
  font-size: 18px;
  text-align: center;
}
.block-3 .items .title span {
  color: #999999;
  font-size: 14px;
}

.block-4 .center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.block-4 .video {
  width: 50%;
}
.block-4 .content {
  width: 50%;
  padding-left: 35px;
  font-size: 16px;
  line-height: 30px;
}
.block-4 .more {
  display: block;
  margin-top: 35px;
  color: #999999;
}

.block-5 {
  background: url(../images/grey_back.jpg) no-repeat;
  background-size: cover;
}
.block-5 .controls {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 45px;
  width: 400px;
}
.block-5 .controls .items {
  width: 120px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 8px;
  background: #e0e0e0;
  transition: all .2s;
}
.block-5 .controls .current {
  color: #fff;
  background: #eb6816;
}
.block-5 .contain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 25px;
}
.block-5 .contain .items {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 45%;
  color: #999999;
  font-size: 14px;
  line-height: 40px;
}
.block-5 .contain .items h6 {
  margin-right: 15px;
  color: #333;
  font-size: 18px;
}
.block-5 .contain .items:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #eb6816;
}
.block-5 .block-more {
  margin-top: 35px;
}

footer {
  background: #333333;
}
footer .center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
footer .title {
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
}
footer .links {
  display: flex;
  flex-wrap: wrap;
  width: 33.33%;
  color: #fff;
  font-size: 14px;
}
footer .links .title {
  padding-left: 20px;
}
footer .links .items {
  margin-bottom: 10px;
}
footer .links a {
  display: block;
  padding: 0 20px;
  border-right: 1px solid #fff;
}
footer .middle {
  width: 33.33%;
  color: #fff;
}
footer .middle p {
  padding-left: 28px;
  line-height: 32px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
}
footer .middle p:nth-child(1) {
  background-image: url(../images/foot_01.png);
}
footer .middle p:nth-child(2) {
  background-image: url(../images/foot_02.png);
}
footer .middle p:nth-child(3) {
  background-image: url(../images/foot_03.png);
}
footer .ewm {
  width: 90px;
  color: #fff;
  text-align: center;
}
footer .ewm img {
  margin-bottom: 10px;
  width: 100%;
}
footer .copyright {
  height: 50px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  background: #292929;
}







.banner2 img{
  width: 100%;
}
.about{
    padding-bottom: 40px;
}
.about .title{
    font-size: 14px;
    line-height: 50px;
    color: #999999;
}
.about_con,.about_con *{
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}
.about_con h3{
    font-size: 24px;
}
.about_con img{
    max-width: 100%;
    margin: 10px auto;
}
.pad{
    padding: 50px 0;
}
.nav_ul{
  position: relative;
    display: flex;
    margin-bottom: 20px;
}
.nav_ul h3{
    width: 60px;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}
.nav_ul ul{
    width: 95%;
}
.nav_ul ul li{
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-left: 20px;
    margin-bottom: 15px;
}
.nav_ul ul li a{
    display: block;
}
.nav_ul ul li.cur{
    color: #ffffff;
    background: #ec6816;
    border-radius: 5px;
}
.py ul li{
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 50px;
    color: #999999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-right: 5%;
    box-sizing: border-box;
    border-right: 1px dashed #e0e0e0;
}
.py ul li:nth-child(2n){
    float: right;
    padding-right: 0;
    padding-left: 5%;
    border-right: none;
}
.py ul li font{
    color: #ec6816;
}
.py ul li span{
    margin-right: 10px;
    font-size: 18px;
    color: #333333;
}
.video ul li{
    display: inline-block;
    width: 23.5%;
    color: #333333; 
    text-align: center;
    margin-right: 1.5%;
    margin-bottom: 20px;
    cursor: pointer;
}
.video ul li:nth-child(4n){
    margin-right: 0;
}
.video_img{
    position: relative;
}
.video_img img{
    width: 100%;
}
.video_img .Playback{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    width: 50px;
}
.video ul li p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}
.video ul li h3{
    font-size: 18px;
}
.yxvideo {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    display: none;
}
.yxvideo_cen {
    width: 70%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.yxvideo video {
    display: block;
    width: 100%;
    height: 100%;
}
.yxvideo_ti{
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 5px;
}
.yxvideo_ti h3{
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
}
.yxvideo_ti p{
    display: inline-block;
}
.ls_ti{
  margin-bottom: 20px;
  background: #f6f6f6;
}
.ls_ti1{
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 50px;
  color: #666666;
  padding-left: 1%;
  padding-right: 5%;
  box-sizing: border-box;
  text-align: center;
}
.ls_ti2:nth-child(2n) {
    padding-right: 1%;
    padding-left: 5%;
}
/*.ls_ti1 p{
  float: left;
  width: 66%;
}*/
.ls_ti1 span{
  float: right;
  display: block;
  width: 130px;
}
.ls_con li {
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 52px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 5%;
    padding-left: 1%;
    box-sizing: border-box;
    border-right: 1px dashed #e0e0e0;
}
.ls_con li:nth-child(2n) {
    float: right;
    padding-right: 1%;
    padding-left: 5%;
    border-right: none;
}
.ls_con li font{
  color: #ec6816;
}
.cz{
  float: right;
  display: flex;
  align-items: center;
  height: 46px;
}
.cz a{
  display: inline-block;
  margin-left: 5px;
}
#pages { 
    padding:30px 0 0; 
    font-family:宋体 ;
    text-align: 
    -webkit-center; font-size:14px;
}
#pages a { 
    display:inline-block; 
    height:30px; 
    line-height:30px; 
    background:#fff; 
    border:1px solid #e3e3e3; 
    text-align:center; 
    color:#333; 
    padding:0 10px
}
#pages a.a1 { 
    width:56px; 
    padding:0 
}
#pages a:hover { 
    background:#f1f1f1; 
    color:#000; 
    text-decoration:none 
}
#pages span { 
    display:inline-block; 
    height:30px; 
    line-height:30px; 
    background:#ec6816; 
    border:1px solid #ec6816; 
    color:#fff; 
    text-align:center;
    padding:0 10px
}
#pages .noPage { 
    display:inline-block; 
    width:56px; 
    height:30px; 
    line-height:30px; 
    background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; 
    border:1px solid #e3e3e3; 
    text-align:center; 
    color:#a4a4a4; 
}
.new li{
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.new li+li{
  border-top: 1px dashed #e0e0e0;
  padding-top: 10px;
  margin-top: 10px;
}
.new li h3{
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.new li h3 span{
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  float: right;
}
.new li span.s2{
  display: none;
}
.new li p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new li:hover h3{
  color: #ec6816;
}
.xian{
  border-bottom: 1px solid #e0e0e0;
}
/*.xian1{
  margin-bottom: 10px;
}
*/
.nav_ul ul.zilei {
    width: 88%;
    height: 78px;
    overflow: hidden;
}
.zhan{
  position: absolute;
  bottom: 18px;
  right: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
}
.show_ti{
  text-align: center;
  margin-bottom: 20px;
}
.show_ti h3{
  font-size: 18px;
  color: #333333;
}
.show_ti p{
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.show_con, .show_con * {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.show_con p{
  text-indent: 2em;
}
.show_con img{
  max-width: 100%;
  margin: 10px auto;
}
.page2 {
    margin-top: 20px;
}
.page2 a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.ls_ti1.yy1 span {
    width: 60px;
}
.yy2 .cz a img {
    opacity: 0;
    width: 60px;
}
.dubbing1 .nav_ul{
  margin-bottom: 0;
}
.cop{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.cop_lf{
  width: 240px;
}
.cop_lf img{
  width: 100%;
}
.cop_ri{
  width: 78%;
}
.cop_ri h2{
  font-size: 24px;
  color: #333333;
  margin-bottom:10px;
}
.cop_ri h3{
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}
.j{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}
.j1{
  width: 50px;
}
.j2{
  width: 93%;
}
.cop_ri a{
  display: block;
  margin-top: 20px;
  width: 160px;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  background: #ec6816;
  border-radius: 8px;
}
.cop2 h3{
  width: 100px; 
}
.nav_ul.cop2{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cop2 ul {
    width: 90%;
}
.tit{
  font-size: 18px;
  margin-bottom: 20px;
}
.bbb>ul:first-child {
    display: block;
}

.bbb>ul {
    display: none;
}
.yyy {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 9;
    display: none;
}
.er{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 300px;
    transform: translate(-50%,-50%);
}
.er img {
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.er p{
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}
.ls_m{
	display:none;
	}
.ls_con li{position: relative;}
.musicSrc{    position: absolute;
    top: 6px;
    opacity: 1;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
 }
.musicSrc audio{
  width: 116px;
  height: 40px;
}
.musicSrc audio{display: block;}
.remls{top: 16px; height: 66px;width: 110px; margin-left: -20px; overflow: hidden;}
.remls audio{transform: rotate(90deg); height: 100%; width: 100%;}


audio::-webkit-media-controls-panel, video::-webkit-media-controls.audio-only [pseudo="-webkit-media-controls-panel"] {
    
}
audio::-webkit-media-controls-enclosure{
    height: 40px;
    background: #f29a32 !important;
}
audio::-webkit-media-controls-panel{
  height: 40px;
  background: #f29a32 !important;
    padding: 0 5px !important;
}
audio::-webkit-media-controls-play-button{
    height: 40px !important;
}


audio::-moz-media-controls-enclosure{
  height: 40px;
  background: #f29a32 !important;
}
audio::-moz-media-controls-panel{
  height: 40px;
  background: #f29a32 !important;
  padding: 0 5px !important;
}
audio::-moz-media-controls-play-button{
  height: 40px !important;
}

audio::-ms-media-controls-enclosure{
  height: 40px;
  background: #f29a32 !important;
}
audio::-ms-media-controls-panel{
  height: 40px;
  background: #f29a32 !important;
  padding: 0 5px !important;
}
audio::-ms-media-controls-play-button{
  height: 40px !important;
}


audio::-o-media-controls-enclosure{
  height: 40px;
  background: #f29a32 !important;
}
audio::-o-media-controls-panel{
  height: 40px;
  background: #f29a32 !important;
  padding: 0 5px !important;
}
audio::-o-media-controls-play-button{
  height: 40px !important;
}

video::-webkit-media-controls.audio-only input[pseudo="-webkit-media-controls-play-button" i]::-internal-media-controls-button-hover-background, video::-webkit-media-controls.audio-only input[pseudo="-webkit-media-controls-fullscreen-button" i]::-internal-media-controls-button-hover-background, video::-webkit-media-controls.audio-only input[pseudo="-internal-media-controls-overflow-button" i]::-internal-media-controls-button-hover-background, audio::-webkit-media-controls input[pseudo="-webkit-media-controls-play-button" i]::-internal-media-controls-button-hover-background, audio::-webkit-media-controls input[pseudo="-webkit-media-controls-fullscreen-button" i]::-internal-media-controls-button-hover-background, audio::-webkit-media-controls input[pseudo="-internal-media-controls-overflow-button" i]::-internal-media-controls-button-hover-background {
    width: 32px;
    height: 32px;
    left: 0px;
    top: 4px !important;
    border-radius: 16px;
}
 input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
 .sj{display: none;}