﻿html {
    font-family: 'PT Sans Narrow', sans-serif;
    -webkit-font-smoothing: antialiased;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: top;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover, a:visited, a:focus {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {

}

select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: black;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: #fff6e2;
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

ul,
ol {
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.cl {
    clear: both
}

.margintop {
    margin-top: 20px;
}

.marginbot {
    margin-bottom: 20px;
}

.mt_30 {
    margin-top: 30px;
}

/*--------------------开始-----------------------------------------------*/
.bg {
    display: block;
    width: 100%;
}

.bg img {
    width: 100%;
}

.categorylist {
    width: 22%;
    overflow: hidden;
    min-height: 600px;
}

.textlist {
    width: 74%;
}

.categorylist h2 {
    display: block;
    height: 86px;
    background: #ce0206;
    font-family: "微软雅黑";
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 86px;
    padding-left: 25px;
    overflow: hidden;
}

.categorylist>ul {
    margin-top: 20px;
}

.categorylist>ul>li {
    display: block;
    width: 100%;
    height: 50px;
    background: #f7f7f7;
    border-top: 1px solid #FFF;
}

.categorylist>ul>li:hover, .categorylist>ul>li.active {
    background: #ce0206;
}

.categorylist>ul>li:hover a, .categorylist>ul>li.active a {
    color: #FFF;
    background: url("../img/aselect.png") no-repeat right 20px center;
}

.categorylist>ul>li>a {
    display: block;
    width: 100%;
    line-height: 50px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #666;
    padding-left: 26px;
}

.categorylist>ul>li:hover,
.categorylist>ul>li.active {
    background: #ce0206;
}

.categorylist>ul>li.active ul {
    display: block;
    background: #f7f7f7;
}

.nextnode>li>a:hover,
.nextnode>li.active1>a {
    color: #ce0206;
}

.nextnode>li>a {
    display: block;
    padding-left: 62px;
    color: #666;
    line-height: 40px;
    font-size: 14px;
}


.txttitle {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #ce0206;
}

.txttitle span {
    font-size: 24px;
    font-family: "微软雅黑";
    line-height: 30px;
    color: #cf000f;
}

.positions span, .positions span a {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #666;
}



/* 
.bannerss {
    display: block;
    width: 100%;
	position: relative;
    margin: 20px auto;
}
.swiper-container {
	padding-bottom: 60px;
}
.swiper-slide {
	width: 520px;
	height: 408px;
	background: transparent;
}
.swiper-slide img {
    width: 100%;
	display:block;
}
.swiper-slide p {
    width: 100%;
    height: 52px;
    background-color: #F4F4F4;
    color: #CF000F;
    font-size: 20px;

	line-height: 52px;
	padding-top: 0;
	text-align: center;
	font-size: 1.1em;
	margin: 0;
}

.swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
} */

#certify {
	position: relative;
	width: 1140px;
	margin: 0 auto
}

#certify .swiper-container {
	padding: 30px 0;
    box-sizing: border-box;
}

#certify  .swiper-slide {
	width: 300px;
	/* height: 408px; */
	background: #F4F4F4;
	/* box-shadow: 0 8px 30px #ddd; */
}
#certify  .swiper-slide img{
    width: 100%;
	display:block;
}
#certify  .swiper-slide p {
	line-height: 52px;
	padding-top: 0;
	text-align: center;
	color: #CE0206;
	font-size: 26px;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}






.positions span a:last-child {
    color: #cf000f;
}

.textlist ul {
    margin-top: 20px;
}

.textlist ul li {
    display: block;
    width: 100%;
    height: 46px;
    background: url("../img/listselect.png") no-repeat left center;
}

.textlist ul li a {
    width: 80%;
    font-size: 16px;
    color: #333;
    line-height: 46px;
    padding-left: 20px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.textlist ul li a span {
    width: auto;
    font-size: 16px;
    color: #cf000f;
    line-height: 0;
    padding-left: 0;
    float: none;
    overflow: hidden;
}
.textlist ul li span {
    width: auto;
    font-size: 16px;
    color: #333;
    line-height: 46px;
    padding-left: 20px;
    float: right;
    overflow: hidden;
}

.textlist ul li:hover a {
    color: #ce0206;
}

.page-large {
    margin: 8px 0 22px;
    text-align: center;
    overflow: hidden;
}

.page-large .prev-page {
    min-width: 40px;
    min-height: 50px;
    background: url("../img/fyup.png") no-repeat left center;
}

.page-large .next-page {
    min-width: 40px;
    min-height: 50px;
    background: url("../img/fydown.png") no-repeat left center;
}

.page-large a {
    min-width: 22px;
    height: 50px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 50px;
    text-align: center;
    float: left;
    text-indent: 0;
    color: #666666;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 3px;
}

.page-large a:hover {
    color: #ce0206;
}

.page-large a.on {
    color: #ce0206;
}

.urHere_con {
    width: 100%;
    line-height: 32px;
    font-size: 14px;
    color: #69a1d2;
}

.development-history .history dl, .history dt, .development-history .history dd {
    display: block;
    overflow: hidden;
    margin: 0;
}

.development-history .history dt {
    background: url(../img/icon_about_history_bg.jpg) left top repeat-x;
    height: 50px;
    font-size: 14px;
}

.development-history .history dt div {
    margin: 0 auto;
    overflow: hidden;
}

.development-history .history dt a:hover, .development-history .history dt a.actived {
    text-decoration: none;
    background: url(../img/icon_about_history_hover.jpg) top repeat-x;
}

.development-history .history dt a {
    display: block;
    float: left;
    font-weight: bold;
    font-family: '微软雅黑';
    overflow: hidden;
    /* width: 65px; */
    border-right: 1px solid #4b9413;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

/*--------------oa------------------------------------*/
.oa {
    width: 100%;
    position: relative;
    min-height: 762px;
}

.oa img {
    position: absolute;
    top: 0;
}

.oa .dj {
    position: absolute;
    width: 26%;
    min-height: 470px;
    background: url("../img/oabg.png") no-repeat left center;
    background-size: 100%;
    top: 14%;
    right: 19%;
}

.oa .dj span {
    width: 100%;
    display: block;
    font-family: "微软雅黑";
    font-size: 26px;
    color: #2397ef;
    position: absolute;
    top: 14%;
    left: 40%;
}

.oa .dj p[name='one'] {
    width: 81%;
    display: block;
    position: absolute;
    background: #2397ef;
    font-size: 22px;
    line-height: 90px;
    top: 32%;
    left: 10%;
    font-family: "微软雅黑";
    border-radius: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

.oa .dj p[name='two'] {
    width: 81%;
    display: block;
    position: absolute;
    border: 2px solid #2397ef;
    font-size: 22px;
    line-height: 80px;
    top: 58%;
    left: 10%;
    font-family: "微软雅黑";
    border-radius: 10px;
    text-align: center;
    color: #2397ef;
    font-weight: bold;
}

.media_catelist {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.media_catelist ul li {
    display: block;
    height: 40px;
    background: #f2f2f2;
    float: left;
    margin-right: 1px;
    overflow: hidden;
}

.media_catelist ul li:hover, .media_catelist ul li.active {
    background: #ce0206;
}

.media_catelist ul li a {
    padding: 0 20px;
    font-family: "微软雅黑";
    color: #666;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
}

.media_catelist ul li:hover a, .media_catelist ul li.active a {
    color: #FFF;
}

.bzlist {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.bzlist ul li {
    display: block;
    float: left;
    /*width: 32%;*/
    /*margin-right: 22px;*/
    overflow: hidden;
}

.bzlist ul li a {
    display: block;
    width: 96%;
}

.bzlist ul li:last-child {
    margin-right: 0px;
}

.bzlist ul li a img {
    width: 100%;
    border: 1px solid #d3d3d3;
}

.bzlist ul li a span {
    font-family: "微软雅黑";
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #333;
}

.bzlist ul li:hover img {
    box-shadow: 2px 4px 8px #ccc;
}

.bzlist ul li:hover span {
    color: #ce0206;
}

.changebz {
    width: 100%;
}

.changebz ul li {
    /*width: 16%;*/
    float: left;
    /*margin-right: 8px;*/
    overflow: hidden;
}

.changezz ul li {
    /*width: 13% !important;*/
    float: left;
    /*margin-right: 40px !important;*/
    overflow: hidden;
}

.changebz ul li:last-child {
    margin-right: 0;
}

.changebz ul li a {
    width: 96%;
    display: block;
}

.changebz ul li a img {
    width: 100%;
}

.changebz ul li:hover a img {
    box-shadow: 2px 2px 8px #ccc;
}

.changebz ul li:hover span {
    color: #ce0206;
}

.changebz ul li span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-family: "微软雅黑";
    color: #666;
    font-size: 14px;
    line-height: 40px;
}

.more {
    display: block;
    float: right;
}

.more a {
    font-size: 16px;
    display: block;
    font-family: "微软雅黑";
    color: #666;
    line-height: 40px;
}

.more:hover a {
    color: #ce0206;
}

.bzlist2 ul li {
    margin-right: 0px;
    width: 150px;
    height: 235px;
    margin-left: 0px;
    float: left;
    margin-left: 25px;
    margin-bottom: 20px;
}

.bzlist2 ul li p a {
    text-align: center;
    width: 140px;
    margin-top: -2px;
    background-color: #ffffff;
    color: #666;
    display: block;
}

.tv_r2 ul li:hover a {
    color: #ce0206;
}

.tslist {
    display: block;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.tslist li {
    /*width: 32%;*/
    float: left;
    overflow: hidden;
    margin: 8px 0px;
}
.tslist li a img{
    width: 100%;
}
.tslist li:last-child {
    margin-right: 0px;
}

.videolist {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.videolist ul li {
    /*width: 23%;*/
    display: block;
    float: left;
    margin: 10px 0px;
}

.videolist ul li a {
    display: block;
    width: 100%;
}

.videolist ul li a img {
    width: 100%;
}

.videolist ul li:hover a span {
    display: block;
}

.videolist ul li a span {
    display: block;
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 16px;
    text-align: left;
    color: #333;
}

#video {
    width: 75%;
    /* height: 594px; */
    margin: 0 auto;
    position: relative;
}

#video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.VideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
    z-index: 10;
}
.VideoBtn img{
    width: 100%;
}

.videocon {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.videocon h2 {
    font-family: "微软雅黑";
    font-size: 26px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
}
.videocon h3 {
    font-family: "微软雅黑";
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #666;
}

.cycp li {
    position: relative;
    overflow: hidden;
    height: 275px;
    margin-bottom: 8px;
}

.cycp li a img {
    position: absolute;
    transition: all 2s ease 0s;
}

.cycp li:hover a img {
    transform: scale(1.2);
}

.cycp li a span {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    line-height: 40px;
    padding-left: 30px;
    font-size: 16px;
    color: #FFF;
}

.meta {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 8px;
}

.meta li {
    padding: 0;
}
.meta li img {
    width: 100%;
}
.meta li:nth-child(1) {
    padding-right: 15px;
    box-sizing: border-box;
}
.meta li:nth-child(2) {
    padding-left: 15px;
    box-sizing: border-box;
}
.meta li div {
    height: 80px;
    width: 100%;
    background-color: #F4F4F4;
    color: #CE0206;
    font-size: 26px;
    line-height: 80px;
    padding-left: 20px;
    box-sizing: border-box;
}

.clean {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 71px;
}
.clean li {
    width: 50%;
    float: left;
    height: 368px;
}
.clean img {
    width: 100%;
    height: 100%;
}
.clean li:first-child {
    background-color: #F7F7F7;
    padding: 100px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.clean li:first-child p:first-child {
	text-indent: 0;
    line-height: 42px;
    width: 100%;
    color: #CE0206;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.clean li:first-child p {
    width: 100%;
    color: #333;
    width: 100%;
    font-size: 18px;
    text-indent: 34px;
    line-height: 42px;
}



.cycplist {
    width: 100%;
}

.cycplist ul {
    margin-top: 20px;
}

.cycplist ul li {
    display: block;
    width: 100%;
    height: 294px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cycplist ul li:nth-child(odd) a .cyimg {
    float: left;
}

.cycplist ul li:nth-child(even) a .cyimg {
    float: right;
}

.cycplist ul li a .cyimg {
    float: left;
    display: block;
    width: 50%;
    height: 310px;
    overflow: hidden;
}

.cycplist ul li a .cyimg img {
    width: 100%;
    height: 100%;
}

.cycplist ul li a .sonlist {
    display: block;
    width: 50%;
    background: #f9f9f9;
    float: right;
    height: 310px;
    padding-left: 30px;
    padding-right: 30px;
}

.cycplist ul li a .sonlist h3 {
    font-size: 26px;
    font-family: "微软雅黑";
    color: #ce0206;
    line-height: 60px;
    font-weight: bold;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.cycplist ul li a .sonlist span {
    font-size: 22px;
    font-family: "微软雅黑";
    color: #222222;
    line-height: 50px;
    margin-top: 12px;
    display: block;
    width: 100%;
}

.cycplist ul li a .sonlist p {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #222222;
    line-height: 48px;
    height: 40px;
    /* overflow: hidden; */
    display: block;
    width: 100%;
    padding-left: 20px;
    background: url(../img/cyselect.png) no-repeat left center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.cycpcon {
    width: 100%;
}

.cycpcon h2 {
    font-size: 20px;
    color: #ce0206;
    font-family: "微软雅黑";
    text-align: left;
    line-height: 55px;
}

.cycpcon span {
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}

.cycpcon .txtone .cphover ul li {
    display: block;
    /*width: 24%;*/
    position: relative;
    height: 334px;
    float: left;
    overflow: hidden;
    /*margin: 10px 5px 0 6px;*/
    margin:10px 0;
}

.cycpcon .txtone .cphover ul li .imgcon {
    width: 100%;
    height: 334px;
    overflow: hidden;
    position: absolute;
}

.cycpcon .txtone .cphover ul li .imgcon img {
    width: 100%;
}

.cycpcon .txtone .cphover ul li .imgcon span {
    width: 100%;
    background: #f5f5f5;
    display: block;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    font-family: "微软雅黑";
    color: #333;
}

.cycpcon .txtone:last-child {
    border-width: 0;
}

.ztlist {
    width: 100%;
    margin-top: 10px;
}

.zttxttitle {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #ce0206;
}
.zttxttitle span {
    font-size: 24px;
    font-family: "å¾®è½¯é›…é»‘";
    line-height: 30px;
    color: #cf000f;
}

.positions span, .positions span a {
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 16px;
    color: #666;
}
.zttxttitle .positions{
float: right;
}
.positions span a:last-child {
    color: #cf000f;
}

.ztlist ul {
    margin-top: 20px;
    padding-left: 0px;
}

.ztlist ul li {
    display: block;
    width: 100%;
    height: 46px;
    background: url("../img/ztlistselect.png") no-repeat left center;
}

.ztlist ul li a {
    width: 80%;
    font-size: 16px;
    color: #333;
    line-height: 46px;
    padding-left: 20px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ztlist ul li span {
    width: auto;
    font-size: 16px;
    color: #333;
    line-height: 46px;
    padding-left: 20px;
    float: right;
    overflow: hidden;
}

.ztlist ul li:hover a {
    color: #ce0206;
}

.cycpcon .txtone {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.cycpcon .txtone .cphover ul li .imgtxt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    display: none;
    width: 100%;
    height: 334px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 28px;
    /*overflow: hidden;*/
}

.cycpcon .txtone .cphover ul li:hover .imgtxt {
    display: block;
}

.cycpcon .txtone .cphover ul li .imgtxt h1, .cycpcon .cphover ul li .imgtxt p {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    line-height: 30px;
    color: #fff;
}

.changezz ul li a img {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px #ccc;
}

.zzlist .shzr {
    display: block;
    width: 50%;
    margin: 0 auto;
    box-shadow: 2px 2px 5px #666;
    margin-bottom: 30px;
}

.zzlist .shzr a img {
    width: 100%;
}

.urHere_con h1 {
    font-size: 22px;
    line-height: 50px;
    font-family: '微软雅黑';
    text-align: center;
    color: #ce0206;
    padding-top: 20px
}

.fr p {
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 30px;
    color: #333;
}

.development-history .history_table th {
    background: url(../images/icon_about_history_line.png) right top no-repeat;
    padding-right: 25px;
    padding-top: 8px;
}

.development-history .history h2 {
    color: #6db536;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    display: block;
    font-family: '微软雅黑';
}

.development-history .history h2.darkgray {
    width: 80px;
    color: #333;
    font-size: 14px;
    margin: 10px 0 0 10px;
    font-family: '微软雅黑';
}

.development-history .history p {
    margin: 5px 0 0 10px;
    line-height: 22px;
    font-family: '微软雅黑';
    color: #666;
    font-size: 14px;
}

.development-history .history dl, .history dt, .development-history .history dd {
    display: block;
    overflow: hidden;
    margin: 0;
}

.development-history .history {
    display: block;
    overflow: hidden;
}

.tv {
    width: 100%;
    margin: 0px auto;
    background: #e7e7e7;
    height: 514px;
}

.diantai {
    background: #ece8cb !important;
    height: 500px !important;
}

.tv_l {
    width: 66%;
    margin-top: 10px;
    margin-left: 10px;
    display: block;
    float: left;
    overflow: hidden;
}

.tv_l video {
    height: 420px;
}

.tv_r {
    margin-top: 20px;
    margin-right: 40px;
    width: 28%;
    float: right;
    background: #f7f7f7;
    height: 450px;
    overflow: hidden;
}

.tv_r2 {
    margin-top: 20px;
}

.tv_r1 a.vtitle {
    color: #ce0206;
    font-size: 18px;
    font-weight: bold;
    line-height: 54px;
    padding-left: 20px;
}

.tv_r2 ul li {
    padding-left: 20px;
}

.tv_r2 ul li a {
    line-height: 32px;
    text-align: left;
    color: #666;
}

.tv_l h1 {
    display: block;
    width: 100%;
    text-align: left;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #cf0001;
    line-height: 42px;
    font-weight: bold;
}

.audios {
    width: 60%;
    float: left;
    /*height: 760px;*/
    overflow: hidden;
}

.audios h2 {
    display: block;
    width: 100%;
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #cf0001;
    line-height: 60px;
    /* padding-left: 40px; */
    text-align: center;
}
@media (min-width: 1200px) {
    .cycp li{
        width: 32%;
        height: 265px;
        margin: 15px 7px;
        padding: 0;
        overflow: hidden;
    }
}
@media (min-width: 901px) and (max-width: 1190px) {
    .cycp li{
        height: 180px;
        overflow: hidden;
        margin-bottom:6px;
    }
    .oa .dj{
       top:0;
    }
    .oa{
        min-height: 500px;
    }
    .oa .dj span{
        top: 25%;
        right: 0;
        left: 0;
       text-align: center;
    }
    .oa .dj p[name='one'],.oa .dj p[name='two']{
line-height: 60px;
        font-size: 18px;
    }
    .oa .dj p[name='one']{
        top:36%
    }
}
@media (min-width: 768px) and (max-width: 900px) {
    .cycp li{
        height: 172px;
        overflow: hidden;
        margin-bottom:6px;
    }
    .cycpcon .txtone .cphover ul li{
        height: 260px;
    }
    .tv_r{
        margin-right: 25px;
    }
    .oa img{
        width: 100%;
        height: 100%;
    }
    .oa .dj{
        background: url(../img/oabg.png) no-repeat left top;
        top: 5%;
        right: 9%;
        width: 38%;
    }
    .oa .dj span{
        top: 23px;
        left: 28%;
    }

}
@media (max-width: 767px) {
    .media_catelist ul li{

    }
    .tslist li{
        margin: 8px 0px;
    }
    .media_catelist ul{
        display: block;
        width: 100%;
    }
    .categorylist {
        width: 100%;
        min-height: auto;
        margin-bottom: 30px;
    }
    .audios{
        width: 100%;
    }
    .cycpcon .txtone .cphover ul li .imgcon,.cycpcon .txtone .cphover ul li{
        height: 454px;
    }
    .categorylist h2 {
        width: 100%;
        text-align: center;
    }

    .categorylist ul li {
        width: 49%;
        float: left;
        margin-top: 3px;
        margin-right: 3px;
    }

    .textlist {
        width: 100%;
    }

    .textlist ul li a {
        width: 50%;
    }

    .textlist ul li span {
        width: auto;
    }
    .price .categorydsj ul li{
       float: left;
    }
    .bdsharebuttonbox{
        display: none;
    }
    #video{
        width: 75%;
    }
    .cycp li{
        padding: 0;
    }
    .cycp li{
        height: auto;
        margin-bottom: 10px;
    }
    .cycp li a img{
        position: relative;
    }
    .cycp li a span{
        position: relative;
        bottom: 40px;
    }
    .cycplist ul li a .cyimg,.cycplist ul li a .sonlist{
        width: 100%;
        height: auto;
    }
    .cycplist ul li a .sonlist h3{
        font-size: 18px;
        font-family: "微软雅黑";
        color: #ce0206;
        line-height: 30px;
        font-weight: bold;
        margin-top: 10px;
    }
    .cycplist ul li a .sonlist span {
        font-size: 14px;
        font-family: "微软雅黑";
        color: #222222;
        line-height: 26px;
        margin-top: 0px;}
    .cycplist ul li a .sonlist p {
        font-size: 14px;
        font-family: "微软雅黑";
        color: #222222;
        line-height: 22px;
        /* height: 26px; */
        /* overflow: hidden; */
        display: block;
        height: auto;
    }
    .cycplist ul li{
        height: auto;
    }
    .tv{
        height: auto;
    }
    .tv_l{
        width: 100%;
        margin-left: 0;
    }
    .tv_l video{
        height: auto;
    }
    .tv_r{
        width: 100%;
        margin-right: 0px;
    }
    .oa{
        background: url("../img/phonebg.jpg") no-repeat left top;
        background-size: 100%;
        min-height: 650px;
    }
    .oa img{
        display: none;
    }
    .oa .dj{
        width: 70%;
        top: 5%;
        right: 15%;
        left: 15%;
        background: url(../img/oabg.png) no-repeat left top;
        background-size: cover;
    }
    .oa .dj span{
        top: 18%;
        left: 36%;
        right: 30%;
    }
    .oa .dj p[name='one']{
        /*top:0;*/
    }
    .oa .dj p[name='two']{
        /*top:0;*/
    }
    .categorylist ul li a{
        line-height: 40px;
    }
    .categorylist ul li{
        height: 40px;
    }
    .categorylist h2{
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        padding-left: 0;
    }

    .txttitle span{
        font-size: 18px;
    }
    .urHere_con h1{
        font-size: 18px!important;
        line-height: 28px!important;
    }

    .lx{
        width: 100%;
    }
    .maps{
        margin-top: 20px;
        width: 100%;
    }

}

@media (max-width: 500px) {
    .positions {
        display: none;
    }

    .categorylist ul li {
        width: 46%;
    }
    .media_catelist ul li{
        display: block;
        width: 100%;
        margin-top:3px;
    }
    .media_catelist{
        height: auto;
    }
    .btns-bg,.PlayEy,.btns-bg{
        width: 290px!important;
        height: 290px!important;
    }
}

