html {
-webkit-overflow-scrolling: touch;
}
body {
    overflow-y:hidden;
}

.fal {
font-family: Arial;
}

.fyl {
font-family: FontBlar;
}

.fs {
font-family: '宋体';
}

.fn {
font-weight: 400;
}

.fb {
font-weight: 700;
}

.fi {
font-style: italic;
}

.fl {
float: left;
}

.fr {
float: right;
}

.db {
display: block;
}

.dib {
display: inline-block;
}

.dt {
display: table;
}

.dtc {
display: table-cell;
}

.dn {
display: none;
}

.bn {
border: none;
}

.tl {
text-align: left;
}

.tc {
text-align: center;
}

.tr {
text-align: right;
}

.tu {
text-transform: uppercase;
}

.vt {
vertical-align: top;
}

.vm {
vertical-align: middle;
}

.vb {
vertical-align: bottom;
}

.over {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.box {
box-sizing: border-box;
}

.ma {
margin-right: auto;
margin-left: auto;
}

.m0 {
margin: 0;
}

.p0 {
padding: 0;
}

.yy {
box-shadow: 0 0 12px rgba(70,70,70,.5);
}

.yy2 {
box-shadow: 2px 2px 7px rgba(70,70,70,.2);
}

.pz {
margin-left: -15px;
padding: 0 15px;
}

.pr {
position: relative;
}

.oh {
overflow: hidden;
}

.wrap {
overflow: hidden;
}

.w00 {
width: 100%;
}

.h00 {
height: 100%;
}

.ma00 {
max-width: 100%;
}

.mh00 {
max-height: 100%;
}

.abs {
position: absolute;
top: 0;
left: 0;
z-index: 5;
width: 100%;
height: 100%;
}

.imWrap {
position: relative;
overflow: hidden;
padding-top: 75%;
width: 100%;
}

.imWrap img {
position: absolute;
top: 0;
left: 0;
z-index: 5;
display: block;
width: 100%;
}

.imWrap .imgcon {
position: absolute;
top: 0;
left: 0;
z-index: 5;
width: 100%;
height: 100%;
}

.imWrap .imgcon img {
position: relative;
display: inline-block;
width: auto;
max-width: 100%;
}

.big {
overflow: hidden;
}

.big img {
display: block;
width: 100%;
transition: .3s transform;
transform: translateX(-50%);
transform: translateZ(0);
}

.big:hover img {
transform: scale(1.2,1.2);
}

.big .imgcon img {
width: auto;
min-height: auto;
}

.imgDiv {
position: relative;
overflow: hidden;
width: 100%;
}

.imgDiv img {
position: relative;
left: 50%;
display: block;
transform: translateX(-50%);
}

.imgDiv .abs {
text-align: center;
}

.imgDiv .abs::after {
clear: both;
display: inline-block;
width: 0;
height: 100%;
content: ".";
vertical-align: middle;
font-size: 0;
}

.imgDiv .ind_tit {
display: inline-block;
margin: 0;
vertical-align: middle;
}

.imgcon {
overflow: hidden;
text-align: center;
font-size: 0;
}

.imgcon img {
display: inline-block;
max-width: 100%;
vertical-align: middle;
}

.imgcon:after {
clear: both;
display: inline-block;
width: 0;
height: 100%;
content: "";
vertical-align: middle;
}

.m3w {
margin-top: 30px;
margin-top: 3vw;
}

.btn {
display: inline-block;
width: 6rem;
border: 1px solid #333;
color: #333;
text-align: center;
font-size: 14px;
line-height: 1.6rem;
}

@charset "utf-8";

* {
margin: 0;
padding: 0;
}

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: ".";
clear: both;
height: 0;
}

.clearfix {
display: inline-block;
zoom: 1;
}

img {
display: inline-block;
border: none;
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, fieldset, form, input, select, textarea, figure {
margin: 0;
}

ul, ol, menu {
list-style: none;
margin: 0;
padding: 0;
}

a {
color: #136ec2;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
}

a, a:active, a:focus, button, button:active, button:focus {
outline: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

blockquote, q {
quotes: none;
}

address, em, i {
font-style: normal;
}

abbr, acronym {
font-variant: normal;
}

hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}

fieldset, a img, iframe {
border: 0 none;
}

input, select, button {
vertical-align: middle;
}

input, textarea, select {
*font-size: 100%;
}

button {
overflow: visible;
}

button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
border: 0 none;
padding: 0;
}

:active {
outline: 0 none;
}

::selection {
background: #e74700;
color: white;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
/* Hides from IE-mac \*/ * html .clearfix {
height: 1%;
}

.clearfix {
*zoom: 1;
}

html {
font-size: 20px;
line-height: 1.76;
}

* {
font-family: "Microsoft Yahei","微软雅黑","宋体",Arial,Helvetica,sans-serif;
}

body {
font-size: 14px;
background-color: #fff;
max-width: 1920px;
margin: 0 auto;
min-width: 320px;
overflow-x: scroll;
-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
font-weight: 600;
color: #4e4e4e;
}

#header *, #ind_pro * {
transition: all .5s ease;
-webkit-transition: all .5s ease;
}

h1 {
font-size: 36px;
}

h2 {
font-size: 20px;
}

h3 {
font-size: 16px;
font-weight: normal;
}

h4 {
font-size: 16px;
}

@font-face {
font-family: 'FontBlar';
font-weight: normal;
font-style: normal;
}
/* 通用样式 */ .boxWrap {
width: 240px;
-moz-transition: margin-top .5s ease-out;
-webkit-transition: margin-top .5s ease-out;
-o-transition: margin-top .5s ease-out;
-ms-transition: margin-top .5s ease-out;
}

.boxWrap:hover {
margin-top: -179px;
}

ul {
overflow: hidden;
}

input, a {
outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
border-radius: 0;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 1000px white inset;
}

.containe {
width: 100%;
display: block;
max-width: 1400px;
margin: 0 auto;
position: relative;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #bbb;
}

input:-moz-placeholder, textarea:-moz-placeholder {
color: #bbb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
color: #bbb;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #bbb;
}

div.digg {
padding: 1px;
margin: 15px 0;
text-align: right;
font-size: 12px;
margin: 1rem;
}

div.digg a {
border: #ccc 1px solid;
padding: 4px 10px;
color: #666;
text-decoration: none;
margin: 5px;
line-height: 39px;
}

div.digg .disabled * {
border: #eee 1px solid;
padding: 4px 10px;
margin: 5px;
color: #ddd;
}

div.digg .current * {
border: #bf141c 1px solid;
padding: 4px 10px;
color: #fff;
font-weight: bold;
background-color: #bf141c;
}

div.digg p {
display: inline-block;
vertical-align: middle;
}

div.digg .active * {
background: #000;
color: #fff;
border-color: #000;
}

.flexslider {
margin: 0;
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
zoom: 1;
}

.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;
}

.flexslider .slides {
zoom: 1;
}

.flex-direction-nav a {
width: 60px;
height: 90px;
line-height: 99em;
overflow: hidden;
margin: -60px 0 0;
display: block;
position: absolute;
top: 50%;
z-index: 10;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
background-position: 0 -90px;
right: 0;
}

.flex-direction-nav .flex-prev {
left: 0;
}

.flexslider:hover .flex-next {
opacity: .8;
filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
opacity: .8;
filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
opacity: 1;
filter: alpha(opacity=50);
}

.flex-control-nav {
width: 100%;
position: absolute;
bottom: 10px;
text-align: center;
}

/************************************************************/


.flex-control-nav li {
margin: 0 5px;
display: inline-block;
zoom: 1;
*display: inline;
}

.flex-control-paging li a {
display: block;
height: 16px;
overflow: hidden;
text-indent: -99em;
width: 16px;
cursor: pointer;
}

.flex-control-paging li a.flex-active {
background-position: 0 0;
}

@media screen and(max-width:767px) {
.flex-direction-nav {
display: none;
}
}

.newsList02 li {
overflow: hidden;
border-bottom: 1px dashed #d0d1d1;
height: 48px;
border-bottom: 1px dashed #aaa;
padding-left: 23px;
}

.newsList02 li .title {
position: relative;
}

.newsList02 li span a {
color: #e10e11;
}

.newsList02 h2 {
color: #333;
font-size: 15px;
padding-right: 5em;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 49px;
}

.newsList02 span {
height: 50px;
line-height: 52px;
float: right;
}

.newsList02 span img {
margin-top: 10px;
}

.newsList02 p {
height: 47px;
overflow: hidden;
font-size: 14px;
line-height: 24px;
color: #555;
margin-top: 6px;
margin-top: 9px;
display: block;
display: none;
}

.articleCon img {
max-width: 100%;
height: auto !important;
}

.pro_list {
width: 102%;
}

.pro_list li {
width: 31%;
margin-right: 2%;
float: left;
}

.pro_list li .imWrap {
border: 1px solid #bbb;
}

.pro_list li h3 {
display: inline-block;
color: #333;
font-size: 16px;
text-align: center;
width: 100%;
line-height: 3em;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.tab04 {
margin-right: -3px;
display: flex;
justify-content: space-between;
flex-flow: row wrap;
overflow: hidden;
padding: 10px 0 1px 0;
max-width: 720px;
}

.tab04 li {
padding: 7px 0;
width: 16%;
float: left;
color: #000;
text-align: center;
line-height: 22px;
flex: 1 1 100px;
margin-right: 2px;
cursor: pointer;
margin-bottom: 3px;
}

.tab04 li {
background-color: #e5e5e5;
}

.tab04 li.act {
background-color: #333;
color: #fff;
}

.prodetails {
border-bottom: 2px solid #333;
margin: 35px 0 20px;
}

.tabcon04 p {
font-size: 14px;
color: #474747;
line-height: 35px;
text-indent: 2em;
}

.tabcon04 .con {
min-height: 100px;
}

.contentor {
height: 90px;
width: 100%;
position: relative;
margin: 38px auto 0;
padding: 0 18px;
box-sizing: border-box;
}

.drama-poster {
margin: 0 auto;
width: 1200px;
height: 180px;
overflow: hidden;
position: relative;
}

.drama-poster ul {
width: 100%;
overflow: initial;
}

.drama-poster li {
margin: 0 5px;
}

.show-poster-3 {
width: 98px;
height: 88px;
border: 1px solid #bbb;
float: left;
}

.show-poster-3 img {
display: block;
width: 100%;
height: 100%;
display: inline-block;
}

.show-poster-3 a p {
text-align: center;
color: #393939;
line-height: 30px;
width: 100%;
height: 30px;
}

.show-poster-3 a:hover p {
background-color: #2751B3;
color: #fff;
text-decoration: none;
}

.show-poster-3 a:hover {
text-decoration: none;
}

.drama-slide li {
position: absolute;
z-index: 10000;
top: 0;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
}

.drama-slide .prev {
position: absolute;
left: 0;
}

.drama-slide .next {
position: absolute;
right: 0;
}

.drama-slide li a {
display: block;
width: 17px;
height: 84px;
}

.drama-slide li.prev a {
}

.drama-slide li.next a {
}

#demoo {
width: 100%;
overflow: hidden;
}

#demoo .container a {
display: block;
padding-right: 20px;
float: left;
width: 325px;
}

#demoo .container a .big {
width: 100%;
height: 118px;
display: block;
vertical-align: middle;
border: 1px solid #bbb;
background-color: transparent;
text-align: center;
}
/************************************************************/




#demoo .container a .big img {
width: auto;
height: auto;
border: none;
max-width: 100%;
min-height: 100%;
display: inline-block;
}

#demoo .container a p {
text-align: center;
line-height: 30px;
color: #1a3745;
}

.skyimg {
float: right;
max-width: 50%;
}

.antim {
position: absolute;
right: 0;
z-index: 55;
transform: translateY(20px);
opacity: 1 !important;
}

.proTop {
overflow: hidden;
background: #f3f3f3;
padding: 2rem;
}

.proTop .imgcon {
width: 500px;
height: 320px;
float: left;
margin-right: 35px;
}

.proTop .imgcon img {
width: 100%;
min-height: 100%;
}

.prodetls {
text-align: left;
overflow: hidden;
}

.prodetls .titleA {
font-size: 30px;
color: #111;
text-align: left;
line-height: 1.3em;
font-weight: normal;
margin-bottom: 20px;
}

.prodetls .con {
line-height: 2em;
color: #333;
max-height: 8em;
overflow: hidden;
font-size: 15px;
}

.prodetls .con > span {
float: left;
}

.prodetls .con .confr {
overflow: hidden;
}

.swiper-container {
position: relative;
width: 100%;
height: 100%;
}

.swiper-slide img {
display: block;
max-width: 100%;
}

.tag_pre {
box-sizing: border-box;
background-color: #fff;
border: 1px solid #dfdfdf;
margin-bottom: 1.5rem;
padding: 10px;
}

.tag_pre a {
display: inline-block;
border: 1px dashed #f5aa00;
border-radius: 5px;
margin: 3px;
color: #666;
padding: 0 5px;
font-size: 12px;
}

.hotag h2 {
margin-top: 2vw;
background-image: none !important;
}
/************************************************************/





#tagsChange {
float: right;
background-size: 30px;
color: transparent;
}


/****此字段影响滑动，高度可能与css有关****/
/*.copyright {
height: 20px;
}*/

.copyright .containe {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    background: #1357a5;
    width: 100%;
    max-width: 100%;
    line-height: 39px;
}

.containe .rights {
    float: left;
    background: #1357a5;
    clear: both;
    line-height: 39px;
}

.footerjishuzhichi {
color: #ffffff99;
background: #1357a5;
line-height: 3px;
}

.footerjishuzhichi a {
color: #ffffff99 !important;
display: initial !important;
}
/**********************************************************end**/






.copyright a {
    color: #fff;
    background: #1357a5;
    display: block;
    float: left;
    line-height: 39px;
    margin-left: 5px;
}
.headinfotel {
color: #04287e;
float: left;
font-size: 33px;
margin-top: 5px;
font-family: fantasy;
transition: opacity .3s !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.swiper-slide img {
    opacity: 0;
    animation: fadeIn 2s ease-in-out forwards;
}

@media only screen and (max-width:981px) {
.headinfotel {
    font-family: initial;
    display: none;
}
}
@media only screen and (max-width:912px) {
.containe .rights {
line-height: initial;
}

.copyright {
padding: .5rem 0;
}

.copyright .containe {
height: 4rem;
}

.copyright a {
line-height: initial;
height: 1rem;
}

.footerjishuzhichi {
line-height: initial;
}

.lside .iauth a.act:after, .lside .iauth a:hover:after {
display: none;
}

.newsmain {
overflow: auto;
}

.headinfotel {
font-family: initial;
display: none;
}
}

@media only screen and (max-width:500px) {
    .headinfotel {
        display: initial;
        font-size: 21px;
    }
}

@media only screen and (max-width:360px) {
    .headinfotel {
        display: initial;
        font-size: 20px;
    }
}

@media only screen and (max-width:344px) {
    .headinfotel {
        display: initial;
        font-size: 19px;
    }
}

#ind_pro {
    opacity: 0;
    animation: fadeIn 2s ease-in-out forwards;
}