/** {*/
    /*box-sizing: border-box;*/
/*}*/
#commonJump #GlobalHeader {
    box-sizing: content-box;
}
#rz,#yq,#aboutyq {
    background: #fff !important;
	float: left;
}
#footer {
    margin-top: 0 !important;
    background: #fff !important;
}
.nav_righta {
    margin: 0px !important;
}
#indextop #topLogo {
    background: #fff !important;
}
.nav_content_right {
    background: #fff !important;
    padding-top: 16px;
    margin-top: 0 !important;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
body {
    background: #f4f4f4;
}
body  #indextop {
    background: #f4f4f4 !important;
}
.content-wrap {
    background: #f4f4f4;
}
/*content-1*/
.content-one {
    display: flex;
    margin: 20px 0;
    height: 380px;
}
.content-one div {
    box-sizing: border-box;
}
.co-left {
    width: 235px;
    background: #fff;
    padding: 10px 10px;
}
.co-left .co-title {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    background: #ff0c00;
    padding: 5px 0;
}
.co-left .cl-item {
    display: flex;
    justify-content: space-between;
    padding: 5.3px 0px;
}
.cl-item a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.co-left .cl-item span {
    width: 32%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    color: #666;
}
.co-left .cl-item:nth-child(odd) {
    background: #f5f5f5;
}
.co-left .cl-item:nth-child(even) {
    background: #fff;
}
.co-left .cl-item span:nth-child(2) {
    text-align: center;
}

.co-center {
    width: 700px;
    background: #fff;
    margin: 0 15px;
}
.co-right {
    width: 235px;
    background: #fff;
    padding: 14px 10px;
}
.ct-btn {
    display: flex;
    padding-top: 6px;
    justify-content: space-around;
    width: 70%;
    margin: 0 auto;
}

.ct-box {
    text-align: center;
    line-height: 2;
    color: #666;
}
.cr-bottom {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}
.cr-top {
    height: 60px;
    border-bottom: 1px solid #eeeeee;
}
.cr-top .ct-title {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #666;
}

.ct-btn span{
    width: 60px  ;
    height: 26px  ;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    border-radius: 25px;
    cursor: pointer;
}
.ct-btn span:nth-child(1) {
    background: #fe0000;
    color: #fff;
}
.ct-btn span:nth-child(2) {
    border: 1px solid #fd0000;
    color: #fd0000;
}
.cc-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}
.cc-title span:nth-child(1) {
    font-size: 18px;
    color: #5c5b5b;
    font-weight: 700;
}
.cc-title span:nth-child(2) a{
    font-size: 14px;
    color: #999;
}
.cr-content {
    border-bottom: 1px solid #eeeeee;
}
.cc-item {
    padding: 1px 0;
}
.cc-item a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    color: #666;
}
.cr-bottom img {
    width: 215px;
    height: 59px;
    /* margin: 0 auto; */
    margin-bottom: 10px;
    display: block;
    border: 1px solid #e0e0e0;
}
/*content-2*/
.content-tow {
    padding: 10px 10px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.content-tow .ct-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.content-tow .ct-title img {
    width: 30px;
    height: 30px;
}
.content-tow .ct-title a {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-right: 20px;
}
.ct-title span:nth-child(1){
    font-size: 20px;
    font-weight: 700;
    color: #5c5b5b;
}
.ct-title span:nth-child(2){
    font-size: 14px;
    color: #999;
    margin-left:10px;
}
.ct-item {
    width: 15.9%;
}
.ct-item a{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.ct-item:nth-child(6n+6) {
    margin-right: 0;
}

.ct-wrap {
    display: flex;
    flex-wrap: wrap;
}
.ct-item {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-right: 10px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;

}
.ct-item :nth-child(6n+6) {
    margin-right: 0;
}
.ct-item img {
    width: auto;
    margin: 0 auto;
    display: block;
    height: 160px;
    margin-left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+浏览器 CSS兼容样式 */
    .ct-item img {
        width: 100%;
        margin: 0 auto;
        display: block;
        height: 160px;
        margin-left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        transform: translate(-50%);
    }
}
.ct-item .dec {
padding: 10px 15px;
display: flex;
flex-direction: column;
justify-content: space-around;
color: #666;
}


.ct-item .dec {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.ct-item .dec span {
font-size: 12px;
}
.ct-item .dec span:nth-child(1) {
color: red;
font-weight: bold;
}
.ct-item .dec span:nth-child(2) {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-weight: bold;
}
.ct-item .dec span:nth-child(3) {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
color: #b6b6b6;
width: 88%;
}

/*content-3*/
.content-three {
    padding: 12px 10px;
    margin-top: 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 116px;
}
.content-three a {
    margin-right:1.6%;
}
.content-three img {
    width: 164px !important;
    border: 1px solid #a5a5a5;
}
.content-three a:nth-child(6n+6) {
    margin-right:0 !important;
}
/*article1*/
.article {
    margin: 20px 0;
}
.article-one {
    display: flex;
}
.article-one div {
    box-sizing: border-box;
}
.yxj {
    width: 640px;
    height: 325px;
    background: #fff;
    padding: 12px 18px;
}
.yxj-title {
    display: flex;
    justify-content: space-between;
}
.yxj-title span:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
    color: #5c5b5b;
}
.yxj-title span:nth-child(1) a {
    color: #5c5b5b;
}
.yxj-title span:nth-child(2) a{
    font-size: 14px;
    color: #999;
    cursor: pointer;
}
.yjx-item #dengbao2 {
    border: 0;
    color: #dd3c42;
}
.yjx-item {
    display: flex;
    padding-top: 12px;
}
.yjx-item span a {
    cursor: pointer;
    color: #666;
}
.yjx-item span {
    display: inline-block;
}
.yjx-item span:nth-child(1) {
    color: #8f8f8f;
}
.yjx-item span:nth-child(2) {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    width: 248px;
    padding-left: 26px;
    padding-right: 17px;
}
.yjx-item span:nth-child(3) {

    color: #8f8f8f;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 180px;
}
.wydt{
    width: 278px;
    background: #fff;
    padding: 12px 18px;
    margin: 0 12px;
    height: 325px;
}
.wydt-title {
    display: flex;
    justify-content: space-between;
}
.wydt-title span:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
    color: #5c5b5b;
}
.wydt-title span:nth-child(2) a{
    font-size: 14px;
    color: #999;
    cursor: pointer;
}
.rwft{
    width: 260px;
    background: #fff;
    padding: 12px 18px;
    height: 325px;
}
.rwft-title {
    display: flex;
    justify-content: space-between;
}
.rwft-title span:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
    color: #5c5b5b;
}
.rwft-title span:nth-child(2) a{
    font-size: 14px;
    color: #999;
    cursor: pointer;
}
.wydt-item {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 12px;
}
.wydt-item a {
    color: #666;
}
.rwft-wrap img{
    width: 100%;
    margin: 10px 0;
    display: block;
    height: 140px;
}
.rwft-dec a {
    color: #666;
}
.gsmc {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #b6b6b6;
    width: 88%;
    display: inline-block;
}
.gsmc span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #b6b6b6 !important;
    width: 88%;
    display: inline-block;
    font-weight:normal !important;
}
/*article2*/
.article-two {
    display: flex;
    margin: 20px 0;
}
.at-left {
    width: 800px;
    padding: 12px 18px;
    background: #fff;
    /*height: 364px;*/
}
.at-right {
    width: 390px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-left: 20px;
    padding: 12px 18px;
    justify-content: space-around;
}
.at-right img {
    border: 1px solid #a5a5a5;
}

.at-title {
    font-size: 20px;
    font-weight: 700;
    color: #5b5b5b;
    display: flex;
    align-items: center;
}
.at-title span a {
    color: #dd3c42 !important;
}

.at-title span:nth-child(2) {
    margin-left: 30px;
}
.at-title span:nth-child(2) a {
    color: #666;
    font-weight: normal;
    font-size: 14px;
    float: left;
    margin-right: 17px;
}
.at-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.at-item span {
    margin: 10px 19px 3px 0;

}
.at-item span a {
    color: #dd3c42;
}
.at-item  li {
    display: inline-block;
    margin: 10px 19px 3px 0;
}
.at-item  li a {
    display: inline-block;
    color: #666;
}
/*article3*/
.article-three {
    padding: 20px 18px;
    background: #fff;
}
.article-three .at-gg img {
    width: 100%;
    height: 150px;
    margin-bottom: 34px;
}
.sample-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.sample-title .st-left .sl-span {
    font-size: 20px;
    font-weight: 700;
    color: #5b5b5b;
    margin-right: 20px;
}
.sample-title .st-left a {
    font-size: 14px;
    color: #999;
}
.sample-title .st-right span {
    font-size: 14px;
    color: #999;
}
.sample-wrap ul {
    display: flex;
    justify-content: space-between;
}
/*article4*/
.article-four {
    display: flex;
    margin: 20px 0;
}
.article-four div {
    box-sizing: border-box;
}
.special {
    width: 290px;
    height: 380px;
    padding: 12px 18px;
    background: #fff;
}
.special-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.special-title div {
    display: flex;
    justify-content: space-between;
}
.special-title div a {
    font-size: 20px;
    font-weight: 700;
    color: #5b5b5b;
}
.special-title div span {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
    line-height: 30px;
}
.special-title a {
    font-size: 14px;
    color: #999;
}
.special-wrap .special-item {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
}
.special-wrap .special-item li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;overflow;
    text-align: left;
}
.special-wrap .special-item li a {
    color: #666;
}
.special-wrap .special-item li span {
    color: #666;
}

.special-wrap .special-item li:nth-child(1) {
    width: 25%;
}
.special-wrap .special-item li:nth-child(2) {
    width: 25%;
}
.special-wrap .special-item li:nth-child(3) {
    width: 25%;
}
.special-wrap .special-item li:nth-child(4) {
    flex:1;
}
.inventory {
    width: 495px;
    height: 380px;
    padding: 12px 18px;
    background: #fff;
    margin: 0 15px;
}
.inventory-title {
    display: flex;
    justify-content: space-between;
}
.inventory-title span:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
    color: #5b5b5b;
}
.inventory-title span:nth-child(2) a{
    font-size: 14px;
    color: #999;
}
.inventory-wrap .inventory-item {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.inventory-wrap .inventory-item span {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
}
.inventory-wrap .inventory-item span a{
    color: #666;
}
.inventory-item span:nth-child(1) {
    width: 40%;
}
.inventory-item span:nth-child(2) {
    width: 30%;
}
.inventory-item span:nth-child(3) {
    color: #8f8f8f;
}

.at-img {
    flex: 1;
    height: 380px;
    background: #fff;
}
.at-img ul {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 18px;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    box-sizing: border-box;
}
.at-img ul li {
    margin-bottom: 9px;
}
.at-img ul li a img{
    border: 1px solid #a5a5a5;
}
    /*article5*/
.article-five {
    display: flex;
}
.af-img {
    width: 380px;
    height: 275px;
    padding: 12px 18px;
    background: #fff;
}
.af-img ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.af-img ul li a img{
    border: 1px solid #a5a5a5;
}
.show_one {
    margin: 0 15px;
}
.show_one,.show_two {
    width: 400px;
    height: 275px;
    padding: 12px 18px;
    background: #fff;
}
.show-title {
    border-bottom: 1px solid #eeeeee;
}
.show-title span {
    font-size: 16px;
    display: inline-block;
    padding: 0 6px 7px 6px;
    cursor: pointer;
}
.show-wrap {
    position: relative;
}
.show-wrap div {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.show-wrap ul li {
    padding-top: 13px;
    display: flex;
    justify-content: space-between;
}
.show-wrap ul li a{
    width: 70%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
}
.show-wrap ul li span {
    color: #8f8f8f;
}
.active-title {
    font-weight:700;
    border-bottom: 3px solid #000;
    color: #5b5b5b;
}
.active-item {
    visibility: visible !important;
}
.swiper-container {
    z-index: 0 !important;
}

/*底部修改*/
.orangeTitle1k a, .orae1k {
    color: #5b5b5b !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}
#container #tjkh {
    display: flex;
}
#tjkhr {
    display: flex;
}
#container #tjkh #tjkhr #tjkhrr #tjkhrrx{
    border-top: none !important;
    border: none !important;
}
#container #tjkh #tjkhr #tjkhrr {
    box-sizing: border-box;
    padding: 12px 18px;
    background: #fff;
    height: 409px !important;
}
.rzrx1h {
    border-top: none !important;
    border: none !important;
}
#container #tjkh #tjkhr #tjkhrrl {
    box-sizing: border-box;
    padding: 12px 18px;
    background: #fff;
    margin-left: 15px;
    height: 409px !important;
    width: 446px !important;
}
#container #tjkh #tjkhr #tjkhrrl #tjkhrrlx {
    border-top: none !important;
    border: none !important;
}
#container #tjkh #tjkhl #tjkhlx {
    border-top: none !important;
    border: none !important;
}
#container #tjkh #tjkhl {
    box-sizing: border-box;
    padding: 12px 18px;
    background: #fff;
    margin-left: 72px;
    height: 409px !important;
}
#container #rz {
    box-sizing: border-box;
    padding: 12px 18px;
}
.gd1k {
    margin-left:0 !important;
}
.gd1k a {
    font-size: 14px;
    color: #999;
}
#rzrswe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
#container #tjkh #tjkhr #tjkhrr #tjkhrrs,#container #tjkh #tjkhr #tjkhrrl #tjkhrrls,#container #tjkh #tjkhl #tjkhls {
    margin-bottom: 10px;
}

#container #tjkh #tjkhr #tjkhrrl #tjkhrrlx ul li {
    width: 137px !important;
    margin-left: 0 !important;
}
#container #yq {
    margin-top: 65px;
}
#container #rz #rzr #rzrx ul li {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 194px !important;
}
#container #rz #rzr #rzrx ul li a {
    font-size: 13px;
    color: #666;
    padding-left: 0 !important;
    width: 90%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#container #tjkh #tjkhr #tjkhrr #tjkhrrx li a,#container #tjkh #tjkhr #tjkhrrl #tjkhrrlx li a,#container #tjkh #tjkhl #tjkhlx li a,#aboutyql{
    color: #666;
}
#container #tjkh #tjkhr #tjkhrr #tjkhrrx li {
    margin-left: 0 !important;
}
.list a{
    font-size: 12px;
    color: #666;
}
#container #tjkh #tjkhl #tjkhlx ul li {
    margin-left: 0 !important;
}

 .swiper-slide .video-js {
    width: 100% !important;
}
/*.player-id1-dimensions {*/
    /*width: 100% !important;*/
/*}*/
.swiper-pagination1 {
    text-align: center;
    margin-top: 10px;
}
#certify {
    position: relative;
    /* width: 1200px; */
    margin: 0 auto
}
.video {
    width: 700px;
    position: relative;
    overflow: hidden;
}
.close {
    position: absolute;
    right: 6px;
    top: -18px;
    color: #000;
    font-size: 38px;
    cursor: pointer;
    z-index: 10;
}
.v-title {
    font-size: 20px;
    font-weight: 700;
    color: #5b5b5b;
    margin-right: 20px;
}
.v-gsmc {
    font-size: 14px;
    padding:7px 5px 0 5px;
    color: #666;
    border-bottom: 1px solid #eee;
    background: #f4f4f4;
}
.v-wrap {
    display: flex;
}
.v-bottom {
    display: flex;
    justify-content: space-between;
    color: #666;
    font-size: 13px;
    padding:5px 5px;
    background: #f4f4f4;
}
.v-bottom a {
    color: #666;
}

.v-item {
    width: 25%;
    padding: 10px;
    position: relative;
}
.v-item .coverImg {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    z-index: 1;
    cursor: pointer;
}
.v-img .video-js {
    width: 100%;
    height: 180px;
}
.showVideo {
    width: 100%;
}

.video-warp {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index:999;
}
.video-cont {
    border: 2px solid #fff;
    box-shadow: 0 3px 38px #c8c8c8;
    background: #fff;
    padding: 30px;
    position: relative;
}

#certify .swiper-container {
    padding-bottom: 60px;
    height: 408px;
}

#certify  .swiper-slide {
    width: 700px;
    height: 408px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
/*#certify  .swiper-slide img{*/
    /*display:block;*/
/*}*/
/*#certify  .swiper-slide p {*/
    /*line-height: 98px;*/
    /*padding-top: 0;*/
    /*text-align: center;*/
    /*color: #636363;*/
    /*font-size: 1.1em;*/
    /*margin: 0;*/
/*}*/

 .swiper-pagination {
    width: 100%;
    bottom: 20px;
}
.tcp-skin .vjs-custom-control-spacer {
    visibility: hidden;
}
 .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;
}

.swiper-button-prev1 {
    left: 1% !important;
    width: 45px !important;
    height: 45px !important;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.swiper-button-prev1:hover {
    background-position: 0 -46px;
    background-size: 100%
}

.swiper-button-next2 {
    right: 1% !important;
    width: 45px !important;
    height: 45px !important;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

 .swiper-button-next2:hover {
    background-position: 0 -139px;
    background-size: 100%
}
.swiper-button-next2:after, .swiper-button-prev1:after {
    display: none;
}


