﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
@charset "utf-8";

/* CSS Document */
body,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
    border: 0 none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: "微软雅黑";
    font-size: 14px;
}

body {
    padding-top: 94px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo .phone {
    margin-left: 30px;
}

.logo .phone .phone_icon {
    width: 16px !important;
    height: 16px !important;
}

.logo .phone div {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo .phone .phone_number {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 768px) {
    body {
        padding-top: 160px;
    }
}

header,
footer,
section,
details,
aside,
menu,
nav,
article,
hgroup,
figure,
figcaption,
time {
    display: block;
    margin: 0px;
    padding: 0px;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img {
    vertical-align: top;
}

a img {
    border: 0;
}

em,
i {
    font-style: normal;
}

a:hover {
    text-decoration: underline;
}

a,
a:active,
a:focus {
    outline: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: bold;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

a {
    color: #585858;
    text-decoration: none;
    transition: all .2s ease-in 0s;
}

a:hover {
    text-decoration: underline;
}

/* 头部 */
.topbox {
    width: 100%;
    height: 170px;
    position: relative;
}

.topww {
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.wwcon {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.wwl {
    width: 600px;
    line-height: 40px;
    float: left;
}

.wwr {
    width: 232px;
    padding: 0 0 0 368px;
    overflow: hidden;
    float: left;
}

.wwr ul {
    width: 242px;
}

.wwr h3 {
    font-weight: normal;
    line-height: 40px;
    float: left;
}

.wwr li {
    width: 14px;
    height: 40px;
    margin: 0 0 0 10px;
    cursor: pointer;
    float: left;
}

.wwr li img {
    width: 14px;
    height: 40px;
}

.lotbox {
    width: 1200px;
    height: 130px;
    overflow: hidden;
    margin: 0 auto;
}

/*.logo{ width:556px; height:130px; overflow:hidden; float:left;}*/
.ttel {
    width: 235px;
    line-height: 21px;
    margin: 44px 20px 44px 0;
    padding: 0 0 0 37px;
    overflow: hidden;
    float: left;
}

.ttel h3 {
    font-size: 16px;
    font-style: italic;
    float: left;
}

.ttel i {
    width: 178px;
    font-size: 24px;
    font-style: italic;
    float: left;
}

.ttel img {
    width: 42px;
    height: 42px;
    margin: 0 10px 0 0;
    float: left;
}

.tico {
    margin: 37px 0 0 0;
    float: left;
    overflow: hidden;
}

.tico li {
    padding: 0 30px;
    line-height: 36px;
    text-align: center;
    background: url(../img/ss.jpg) center left no-repeat;
    overflow: hidden;
    float: left;
}

.tico li img {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}

.tico li a:hover {
    text-decoration: none;
}

.weixin {
    width: 120px;
    height: 90px;
    margin: 20px 0 0 0;
    overflow: hidden;
    float: left;
}

.weixin h3 {
    width: 30px;
    height: 86px;
    text-align: center;
    line-height: 16px;
    padding: 4px 0 0 0;
    float: left;
}

.weixin img {
    width: 90px;
    height: 90px;
}

/* 导航 */
.menubox {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 1000;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.nav {
    width: 1200px;
    height: 50px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.nav .nLi {
    float: left;
    line-height: 50px;
    position: relative;
    display: inline;
}

.nav .nLi h3 {
    width: 133px;
    font-size: 16px;
    text-align: center;
    float: left;
}

.nav .nLi h3 a {
    display: block;
    text-decoration: none;
}

.nav .sub {
    display: none;
    width: 133px;
    left: 0;
    top: 50px;
    position: absolute;
    text-align: center;
    line-height: 47px;
}

.nav .sub li {
    zoom: 1;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.nav .sub a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

.nav .cur h3 a {
    text-decoration: none;
}

/* banner */
.slideBox {
    min-width: 1200px;
    height: 802px;
    overflow: hidden;
    position: relative;
    margin-top: 72px
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    height: 802px;
    text-align: center;
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: 802px;
    display: block;
}

.slideBox .bd li a {
    height: 802px;
    display: block;
}

.slideBox .prev,
.slideBox .next {
    width: 58px;
    height: 100px;
    position: absolute;
    top: 43%;
    cursor: pointer;
    z-index: 100;
    lter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6;
}

.slideBox .prev {
    left: 10%;
    text-align: left;
    background: url(../img/l_btn_1.png) no-repeat;
    width: 58px;
    height: 100px;
}

.slideBox .next {
    right: 10%;
    text-align: right;
    background: url(../img/r_btn_1.png) no-repeat;
    width: 58px;
    height: 100px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    lter: alpha(opacity==100);
    -moz-opacity: 1;
    opacity: 1;
}

/* 搜索 */
.sou {
    width: 600px;
    position: relative;
    margin: 0 auto;
}

.sou input {
    width: 580px;
    height: 38px;
    border: 0;
    padding: 0 0 0 10px;
}

.sou .go {
    width: 36px;
    height: 38px;
    position: absolute;
    display: block;
    top: 0;
    right: 10px;
    background: url(../img/b-fdj.png) right no-repeat;
    cursor: pointer;
    text-decoration: none;
}

/* 走进裕供 */
.abbox {
    max-width: 1920px;
    position: relative;
    padding: 40px 0 0 0;
    margin: 0 auto;
    overflow: hidden;
}

.uscon {
    width: 1200px;
    height: 300px;
    position: relative;
    margin: 40px auto 0 auto;
    overflow: hidden;
}

.ait {
    font-size: 48px;
    position: absolute;
    right: 0;
    top: 170px;
    z-index: 100;
}

.bit {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 230px;
    z-index: 100;
}

.video {
    width: 400px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.abtit {
    height: 60px;
    position: absolute;
    left: 430px;
    top: 20px;
}

.ab1 {
    width: 180px;
    height: 60px;
    overflow: hidden;
    margin: 0 30px 0 0;
    float: left;
}

.ab1 i {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    margin: 0 10px 0 0;
    float: left;
}

.ab1 i img {
    display: block;
    padding: 14px 0 0 0;
    margin: 0 auto;
}

.ab1 h1 {
    font-size: 14px;
    padding: 9px 0 0 0;
    font-weight: bold;
}

.ab1 h2 {
    font-size: 16px;
}

.ab1 a {
    width: 180px;
    height: 60px;
    display: block;
}

.ab1 a:hover {
    text-decoration: none;
}

.ab1 a:hover i {
    transition: all .2s ease-in 0s;
}

.ab2 {
    width: 180px;
    height: 60px;
    overflow: hidden;
    float: left;
}

.ab2 i {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    margin: 0 10px 0 0;
    float: left;
}

.ab2 i img {
    display: block;
    padding: 14px 0 0 0;
    margin: 0 auto;
}

.ab2 h1 {
    font-size: 14px;
    padding: 9px 0 0 0;
    font-weight: bold;
}

.ab2 h2 {
    font-size: 16px;
}

.ab2 a {
    width: 180px;
    height: 60px;
    display: block;
}

.ab2 a:hover {
    text-decoration: none;
}

.ab2 a:hover i {
    transition: all .2s ease-in 0s;
}

.abcon {
    width: 510px;
    height: 180px;
    line-height: 30px;
    position: absolute;
    left: 430px;
    top: 100px;
    z-index: 100;
    overflow: hidden;
}

.abl {
    width: 26.04%;
    height: 420px;
    transform: skewX(40deg);
    position: absolute;
    left: 4.1666%;
    top: 0;
}

.abr {
    width: 26.04%;
    height: 420px;
    transform: skewX(-45deg);
    position: absolute;
    right: 5.2083%;
    top: 0;
}

/* 产品展示 */
.htit {
    width: 1200px;
    overflow: hidden;
    margin: 50px auto 0 auto;
}

.htit h1 {
    font-size: 30px;
    text-align: center;
}

.htit .tix {
    height: 3px;
    margin: 10px 0;
    overflow: hidden;
}

.htit .tix .hx {
    width: 450px;
    height: 1px;
    margin: 1px 0;
    float: left;
}

.htit .tix .zx {
    width: 120px;
    height: 3px;
    margin: 0 90px;
    float: left;
}

.htit h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
}

.fl {
    width: 1200px;
    overflow: hidden;
    margin: 30px auto 0 auto;
}

.fl .vl {
    line-height: 53px;
    font-size: 16px;
    text-align: center;
    margin: 0 2px 2px 0;
    float: left;
}

.fl a {
    width: 196px;
    height: 53px;
    text-decoration: none;
    display: block;
}

.fl .on a {
    text-decoration: none;
}

.cpbox {
    width: 100%;
    overflow: hidden;
}

.cpbox li {
    width: 16.04%;
    margin: 10px 0.2604% 0 0.2604%;
    float: left;
}

.cpbox li .tu {
    overflow: hidden;
    margin: 1.6949%;
}

.cpbox li .tu img {
    width: 100%;
}

.cpbox li .tu a {
    -webkit-transition: All 2s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
}

.cpbox li .tu a:hover {
    text-decoration: none;
    display: block;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.cpbox li .ti {
    margin: 0 1.6949% 1.6949% 1.6949%;
    text-align: center;
    line-height: 46px;
}

.cpbox li .ti a {
    display: block;
    text-decoration: none;
}

.more {
    overflow: hidden;
    margin: 30px auto 0 auto;
}

.more .mh {
    height: 3px;
    margin: 26px 0 0 0;
    float: left;
}

.more .mz {
    width: 200px;
    text-align: center;
    float: left;
}

.more .mz h1 {
    font-size: 24px;
}

.more .mz h2 {
    font-size: 24px;
    font-weight: normal;
}

.more a {
    text-decoration: none;
}

/* 联系 */
.llbox {
    max-width: 1920px;
    height: 210px;
    position: relative;
    overflow: hidden;
    margin: 50px auto 0 auto;
}

.llcon {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.lh {
    width: 35.41%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.rh {
    width: 16.66%;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 0;
}

.lltit {
    width: 310px;
    height: 200px;
    transform: skewX(30deg);
    position: absolute;
    top: 10px;
    left: 50px;
    z-index: 100;
}

.erbox {
    width: 300px;
    height: 200px;
    transform: skewX(-30deg);
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 100;
}

.lxbox {
    width: 670px;
    height: 200px;
    transform: skewX(-30deg);
    position: absolute;
    top: 0;
    left: 250px;
}

.lxcon {
    width: 450px;
    position: absolute;
    top: 0;
    left: 420px;
    z-index: 100;
}

.lxcon .ot {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 52px;
}

.lxcon .ot img {
    width: 32px;
    height: 32px;
}

.lxcon .hm {
    font-style: italic;
    line-height: 32px;
    font-size: 24px;
    position: absolute;
    left: 40px;
    top: 58px;
}

.lxcon .dz {
    width: 450px;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 94px;
}

.llwz {
    width: 310px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 110;
}

.llwz h1 {
    font-size: 36px;
    position: absolute;
    top: 57px;
    left: 0;
}

.llwz h2 {
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    top: 43px;
    left: 126px;
}

.llwz h3 {
    font-size: 36px;
    font-weight: normal;
    position: absolute;
    top: 112px;
    left: 90px;
}

.ercon {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 110;
}

.erwm {
    width: 200px;
    text-align: center;
    position: absolute;
    top: 48px;
    right: 50px;
}

.erwm img {
    width: 97px;
    height: 97px;
    display: block;
    margin: 0 auto 10px auto;
}


/* 新闻 */
.newsbox {
    width: 1200px;
    height: 330px;
    overflow: hidden;
    margin: 30px auto 0 auto;
}

.news-l {
    height: 330px;
    line-height: 30px;
}

.news-l .htu {
    height: 210px;
    overflow: hidden;
}

/*.news-l .htu img{ width:570px; height:210px;}*/
.news-l .htu a {
    -webkit-transition: All 2s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
}

.news-l .htu a:hover {
    text-decoration: none;
    display: block;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.news-l .hwz {
    padding: 14px 0 0 0;
    height: 74px;
    overflow: hidden;
}

.news-l .hwz h1 {
    font-size: 16px;
}

.news-m {
    width: 110px;
    line-height: 32px;
    position: relative;
    overflow: hidden;
}

.news-m .mm {
    width: 40px;
    height: 32px;
    transform: skewX(-20deg);
    position: absolute;
    right: -10px;
    top: 0;
}

.news-m h1 {
    position: absolute;
    right: 5px;
    top: 8px;
    z-index: 100;
}

.news-m a {
    width: 98px;
    height: 32px;
    padding: 0 0 0 12px;
    display: block;
    color: #fff;
}

.news-m a:hover {
    text-decoration: none;
}

.news-m:hover .mm {
    transition: all .2s ease-in 0s;
}

.news-r {}

.news-r .cv {
    height: 90px;
    line-height: 30px;
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 0 130px;
    overflow: hidden;
}

.news-r .cv .rq {
    width: 130px;
    height: 90px;
    transform: skewX(-20deg);
    position: absolute;
    left: -20px;
    top: 0;
}

.news-r li:hover .rq {
    transition: all .2s ease-in 0s;
}

.news-r .on .rq {
    transition: all .2s ease-in 0s;
}

.news-r h1 {
    position: absolute;
    left: 40px;
    top: 20px;
    z-index: 100;
    font-size: 30px;
}

.news-r h2 {
    position: absolute;
    left: 26px;
    top: 60px;
    z-index: 100;
    font-weight: normal;
}

.news-r li h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 15px 0 0 0;
}

.news-r li a {
    height: 88px;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

/* 案例 */
.albox {
    margin: 50px 0 0 0;
    padding: 0 0 50px 0;
    overflow: hidden;
}

.alcon {
    padding: 20px 0 0 0;
    overflow: hidden;
}

.alcon .hd {
    width: 60px;
    margin: 0 auto;
    overflow: hidden;
}

.alcon .hd ul li {
    width: 0;
    height: 0;
    font-size: 0;
    float: left;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
}

.alcon .hd ul li.on {
    width: 0;
    height: 0;
}

.alcon .bd {
    width: 100%;
    overflow: hidden;
}

.alcon .bd li {
    width: 16.04%;
    margin: 10px 0.2604% 0 0.2604%;
    background: #fff;
    float: left;
}

.alcon .bd li .pic {
    overflow: hidden;
    margin: 1.6949%;
}

.alcon .bd li .pic img {
    width: 100%;
}

.alcon .bd li .pic a {
    -webkit-transition: All 2s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
}

.alcon .bd li .pic a:hover {
    text-decoration: none;
    display: block;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.alcon .bd li .le {
    margin: 0 1.6949% 1.6949% 1.6949%;
    text-align: center;
    line-height: 46px;
}

.alcon .bd li .le a {
    display: block;
    text-decoration: none;
}

@media screen and (min-width:1200px) and (max-width:1919px) {
    .cpbox li {
        width: 15.98%;
    }

    .alcon .bd li {
        width: 15.98%;
    }
}

/* 友情链接 */
.link {
    height: 40px;
    line-height: 40px;
}

.link h3 {
    color: #fff;
}

.link a {
    color: #fff;
    margin: 0 10px 0 0;
}

/* 底部 */
.foot {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.foot .con {
    width: 1200px;
    height: 170px;
    overflow: hidden;
    margin: 0 auto;
}

.con-l {
    width: 50%;
    margin: 0 38px 0 0;
    overflow: hidden;
    float: left;
}

.dwz {
    height: 150px;
    line-height: 30px;
    padding: 20px 0 0 0;
}

.h-rwm {
    width: 170px;
    height: 170px;
    text-align: center;
    float: left;
}

.h-rwm img {
    width: 97px;
    height: 97px;
    display: block;
    margin: 30px auto 10px auto;
}

/*悬浮*/
.fixed-right-nav {
    position: fixed;
    z-index: 500;
    right: 2%;
    top: 50%;
    width: 78px;
    text-align: center;
    opacity: .9;
}

.fixed-right-nav a {
    display: block;
    height: 50px;
    border-radius: 2px;
    margin-bottom: 2px;
    background: #939393;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.fixed-right-nav a:hover {
    background: #3d3d3d;
    text-decoration: none;
}

.fixed-right-nav .backtop i {
    display: block;
    width: 29px;
    height: 17px;
    margin: 17px auto 0;
    background: url(../img/ico.png!c.png) no-repeat -42px -116px;
}

.fixed-right-nav .msg i {
    display: block;
    width: 16px;
    height: 17px;
    margin: 9px auto 0;
    background: url(../img/ico.png!c.png) no-repeat -48px -45px;
}

.fixed-right-nav .decora i {
    display: block;
    width: 18px;
    height: 18px;
    margin: 8px auto 0;
    background: url(../img/ico.png!c.png) no-repeat -47px -68px;
}

.fixed-right-nav .qrcode i {
    display: block;
    width: 18px;
    height: 18px;
    margin: 15px auto 0;
    background: url(../img/ico.png!c.png) no-repeat -47px -91px;
}

.fixed-right-nav .qrcodePic {
    position: absolute;
    bottom: 2px;
    visibility: hidden;
    right: 80px;
    width: 120px;
    height: 120px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
}

.fixed-right-nav .qrcodePic img {
    width: 120px;
    height: 120px;
}

.fixed-right-nav .qrcode:hover .qrcodePic {
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}

/* 内页 */
.n-banner {
    height: 330px;
    position: relative;
}

.n-banner i {
    height: 240px;
    display: block;
    background-size: cover !important;
}

.ntit {
    width: 100%;
    height: 90px;
    line-height: 90px;
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
}

.ntt {
    overflow: hidden;
    margin: 0 auto;
}

.ntt h1 {
    font-size: 26px;
    line-height: 89px;
    margin: 0 15px 0 0;
    float: left;
}

.ntt i {
    font-size: 24px;
    height: 90px;
    line-height: 90px;
    float: left;
}

.weiz {
    float: right;
}

.x-tit {
    line-height: 36px;
    text-align: center;
    padding: 5px 0 20px 0;
    margin: 0 0 15px 0;
}

.x-tit h1 {
    font-size: 24px;
    font-weight: bold;
}

.nfl {
    padding: 10px 0 10px 0;
    text-align: center;
    overflow: hidden;
}

.nfl .bi {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin: 10px 15px 0 15px;
}

.nfl a {
    width: 198px;
    line-height: 50px;
    display: block;
    text-decoration: none;
}

.nfl a:hover {
    color: #fff;
    background: #940404;
    border: 1px solid #940404;
}

.nfl .on a {
    text-decoration: none;
    transition: all .2s ease-in 0s;
}

.nrwz {
    padding: 30px 0;
    line-height: 36px;
    overflow: hidden;
    margin: 0 auto;
}

.nrwz img {
    margin: 15px auto;
    max-width: 750px
}

.lxwz {
    width: 1200px;
    padding: 20px 0;
    line-height: 36px;
    overflow: hidden;
    margin: 0 auto;
}

.lxwz p {
    font-size: 16px;
}

.lxdt {
    margin: 20px 0 0 0;
}

.fy {
    padding: 10px 0;
}

.fy ul {
    width: 1200px;
    margin: 0 auto;
}

.fy li {
    font-size: 16px;
    line-height: 36px;
}

.fy li img {
    margin: 0 12px 0 20px;
}

.pageListNav {
    text-align: center;
    padding: 20px 0;
}

.pageListNav a {
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    border-radius: 5px;
}

.pageListNav a:hover {
    text-decoration: none;
}

.pageListNav span {
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    margin: 0 5px;
    border-radius: 5px;
}

.pageListNav .ym {
    width: 27px;
    padding: 0 15px;
    text-align: center;
    height: 18px;
    margin: 8px 5px 0 0;
}

.n-news {
    width: 1200px;
    overflow: hidden;
    margin: 30px auto;
}

.n-news li {
    padding: 20px;
    overflow: hidden;
}

.n-news li:hover {
    transition: all .2s ease-in 0s;
}

.n-news li .netu {
    width: 180px;
    height: 120px;
    margin: 0 20px 0 0;
    overflow: hidden;
    float: left;
}

.n-news li .netu img {
    width: 180px;
    height: 120px;
    display: block;
}

.n-news li .netu a {
    -webkit-transition: All 2s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
}

.n-news li .netu a:hover {
    text-decoration: none;
    display: block;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.n-news li .newz {
    width: 940px;
    height: 120px;
    line-height: 30px;
    overflow: hidden;
    float: left;
}

.n-news li .newz h1 {
    font-size: 16px;
}

.n-news li .newz h2 {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0;
    font-weight: normal;
}

.n-news li .newz h2 img {
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

.n-news li .newz a {
    text-decoration: none;
}

.flu {
    padding: 28px 0 30px 0;
    text-align: center;
}

.flu ul {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.flu .uc {
    font-size: 16px;
    text-align: center;
    margin: 2px 2px 0 0;
    float: left;
}

.flu a {
    width: 196px;
    line-height: 50px;
    display: block;
    text-decoration: none;
}

.flu .on a {
    text-decoration: none;
    transition: all .2s ease-in 0s;
}

.ncp {
    padding: 0 5px;
    margin: 10px auto 0 auto;
    overflow: hidden;
}

.ncp li {
    margin: 0 5px 10px 5px;
    float: left;
}

.ncp li .tu {
    width: 278px;
    height: 213px;
    overflow: hidden;
    margin: 5px;
}

.ncp li .tu_new {
    width: 278px;
    height: 213px;
    overflow: hidden;
    margin: 5px;
}

.ncp li .tu_new img {
    width: 278px;
    height: 213px;
    overflow: hidden;
    margin: 5px;
}

.ncp li .tu_new .video_play {
    background: url(/tgj/skin/img/play_1.svg) center center no-repeat;
    background-size: 40px 40px;
    width: 278px;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .3s;
}

.ncp li .tu img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ncp li .tu a {
    -webkit-transition: All 2s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
}

.ncp li .tu a:hover {
    text-decoration: none;
    display: block;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ncp li .ti {
    margin: 0 5px 5px 5px;
    text-align: center;
    line-height: 46px;
}

.ncp li .ti a {
    display: block;
    text-decoration: none;
}

.ncp .tu {
    height: 213px;
    overflow: hidden;
    margin: 5px;
}

.ncp .tu_new {
    width: 278px;
    height: 213px;
    overflow: hidden;
    margin: 5px;
}

.ncp .tu_new img {
    width: 278px;
    height: 213px;
    overflow: hidden;
    margin: 5px;
}

.ncp .tu_new .video_play {
    background: url(/tgj/skin/img/play_1.svg) center center no-repeat;
    background-size: 40px 40px;
    width: 278px;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .3s;
}

.ncp .tu img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ncp .tu a {
    -webkit-transition: All 2s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
}

.ncp .tu a:hover {
    text-decoration: none;
    display: block;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ncp .ti {
    margin: 0 5px 5px 5px;
    text-align: center;
    line-height: 46px;
    overflow: hidden
}

.ncp .ti a {
    display: block;
    text-decoration: none;
}

.fyMain {
    overflow-x: hidden;
    width: 1072px;
    padding: 30px;
    min-height: 300px;
    _height: 300px;
    margin-bottom: 55px;
    overflow-y: auto;
    background: #fff;
    word-break: break-all;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto;
}

.message {
    width: 600px;
    height: auto;
    float: left;
    padding-left: 190px;
}

.message li {
    width: 500px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-bottom: 20px;
    padding: 0px;
}

.message li input {
    height: 40px;
    line-height: 20px;
    width: 430px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.message li p.message_title {
    width: 100px;
    float: left;
    text-align: right;
    color: #696969;
    font-size: 14px;
}

.message li p.message_content {
    width: 700px;
    height: 40px;
}

.message li.contentb {
    width: 500px;
    height: 120px;
    float: left;
}

.message li.contentb textarea {
    width: 430px;
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 120px;
}

.message li.yzm {
    width: 500px;
    height: 60px;
    margin-left: 200px;
    float: left;
}

.message li p.message_yzminput {
    width: 100px;
    height: 15px;
    float: left;
}

.message li p.message_yzminput input {
    width: 80px;
}

.message li p.message_yzmico {
    width: 100px;
    height: 40px;
    float: left;
}

.message li p.message_sub {
    width: 170px;
    height: 40px;
    float: left;
    text-align: right;
}

.c_red {
    color: #940404;
}

.errMsg {
    color: #940404;
}

.feedback {
    background: #F5F5F5;
}

.feedback_box,
.feedback_result_box {
    width: 98%;
    margin: 0 auto;
    height: 580px;
}

.feedback_box .feedback_left {
    width: 60%;
    margin-right: 4%;
    float: left;
    display: inline-block;
}

.feedback_box .feedback_right {
    display: inline-block;
    width: 35%;
}

.feedback_box .feedback_right .get_feedback {
    width: 100%;
    height: 590px;
    background: #fff;
}

.feedback_box .feedback_left .query_func {
    height: 350px;
    margin-bottom: 50px;
    background: #fff;
}

.feedback_box .feedback_left .feedback_query {
    height: 190px;
    background: #fff;
}

.feedback_box .feedback_left .feedback_info {
    background: #fff;
}

.feedback .feedback_header {
    margin: 10px 30px;
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 20px;
}

.feedback_box .query_func_box .query_func_img {
    /*width: 900px;*/
    height: 210px;
    margin: 0 auto;
    text-align: center;
}

.feedback_box .query_func_box .query_func_img img {
    width: 100%;
    /*height: 100%;*/
}

.feedback_box .query_func_box li {
    width: 33%;
    text-align: center;
    padding: 0 25px;
    box-sizing: border-box;
    float: left;
}

.feedback_box .query_func_box .funcs_img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.feedback_box .query_func_box .funcs_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.feedback_box .query_func_box .funcs {
    margin-top: 10px;
    font-size: 18px;
}

.feedback_box .query_func_box .funcs_xq {
    font-size: 14px;
    margin-top: 15px;
    color: #555;
}

.feedback .feedback_search {
    padding: 20px 150px;
}

.feedback .feedback_search input {
    width: 70%;
    height: 50px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 20px;
}

.feedback .feedback_search span {
    width: 80px;
    height: 54px;
    background: #c35050;
    float: left;
    text-align: center;
    line-height: 54px;
    border-radius: 5px;
    cursor: pointer;
}

.feedback .feedback_search span img {
    width: 54px;
    height: 52px;
}

.feedback .get_feedback {
    color: #666;
    font-size: 14px;
}

.feedback .get_feedback>div {
    margin: 30px auto;
    width: 370px;
}

.feedback .get_feedback span {
    display: inline-block;
    margin: 0 5px;
    color: #940404;
}

.feedback .get_feedback .get_feedback_img {
    /*width: 250px;*/
    /*height: 250px;*/
    margin: 30px auto;
}

.feedback .get_feedback .get_feedback_img img {
    width: 100%;
    height: 100%;
}

.feedback_box .get_feedback .feedback_header {
    color: #000;
    margin-top: 10px;
}

.feedback_result_box .feedback_result {
    width: 100%;
    height: 550px;
    background: #fff;
}

.feedback_result_box .feedback_result>div {
    margin: 0 auto;
}

.feedback_result_box .feedback_result .feedback_header {
    margin: 0 50px;
    text-align: left;
}

.feedback_result_box {
    display: none;
}

.feedback_result_box {
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.feedback_result_box .result_img .iconfont {
    font-size: 80px;
}

.feedback_result_box .result_img .icon-checked {
    color: #18D219;
}

.feedback_result_box .result_img .icon-alert-circle {
    color: #EF4F51;
}

.feedback_result_box .result_img {
    width: 80px;
    margin: 15px auto;
}

.feedback_result_box .result_count span {
    color: #DF404E;
    font-size: 30px;
    margin: 0 10px;
}

.feedback_result_box .result_left p,
.feedback_result_box .result_right p {
    margin: 15px 0;
    height: 24px;
    line-height: 24px;
}

.feedback_result_box .result_left {
    width: 49%;
    float: left;
    text-align: right;
}

.feedback_result_box .result_right {
    width: 49%;
    float: right;
    text-align: left;
    color: #666;
}

.feedback_result_box .cxbf span {
    color: #df404e;
    text-decoration: underline;
    margin-top: 15px;
}

.feedback_result_box #feedback_again_btn button {
    text-align: center;
    width: 170px;
    height: 40px;
    background: #FF7F7E;
    color: #fff;
    border-radius: 30px;
    border: 1px solid;
    line-height: 40px;
    font-size: 16px;
    margin: 25px auto;
    cursor: pointer;
}

.btn_left {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -30px;
}

.btn_right {
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -30px;
}

.box {
    width: 1300px;
    position: relative;
    margin: 0 auto;
}

.btn {
    width: 50px;
    background: bisque;
    line-height: 60px;
    text-align: center;
    color: #940404;
    font-size: 30px;
    cursor: pointer;
}