* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

body,
html {
    background: #fff;
}

body {
    font-family: "微软雅黑";
    box-sizing: border-box;
}

.pic{
    width: 100%; height: auto;
}

/*导航*/
.navbar {
    background: rgba(255, 255, 255, 1);
    height: 80px;
    margin-bottom: 0 !important;
    z-index: 99;
}

.navbar-brand {
    padding-top: 15px !important;
    width: 360px;
}

.navbar-brand>img {
   width: 100%;
   padding-top: 0;
}

.navbar-brand>p {
    font-size: 26px;
    letter-spacing: 4px;
    padding-top: 20px;
}

.navbar-brand>p>span {
    font-size: 12px;
    letter-spacing: 0;
}

.nav {
    float: right;

}

.dropdown-menu {
    min-width: 0 !important;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 620px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #000;
}

.navbar-default .navbar-nav>li>a {
    height: 85px;
    line-height: 85px;
    font-size: 16px;
    color: #111;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #d10202;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #d10202;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #d10202;
}

.navbar-default .navbar-nav>.active>a>span {
    width: 100%;
}

.nav>li>a {
    padding: 0 0 !important;
    margin: 0 20px;
}

.nav>li>a>span {
    margin: auto;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 3px;
    background: #d10202;
    transition: .5s;
    border-radius: 50px;

}

.nav>li>a:hover>span {
    width: 100%;
}

.nav>li>a:hover {
    color: #84c225;
}

.nav>li {
    position: relative;
}

.nav>li>ul {
    position: absolute;
    left: 0;
    top: 80px;

    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    display: none;
    transform: translateY(30px);
    width: 100%;
    transition: .3s;
}

.nav>li:hover>ul {
    display: block;
    transform: translateY(0);
}

.nav>li>ul>li {
    text-align: center;
    line-height: 32px;
}

.nav>li>ul>li:hover {
    background: #d10202;
}

.nav>li>ul>li>a {
    font-size: 12px;
    color: #666;
}

.nav>li>ul>li:hover>a {
    color: #fff;
}

.dropdown-menu>li>a:hover {
    color: #111 !important;
}

@media all and (max-width: 1200px) {
    .navbar-toggle {
        border: none;
        margin-top: 20px;
        margin-right: 35px;
    }

    .navbar-toggle:hover {
        background: #fff !important;
    }

    .navbar-toggle:focus .icon-bar {
        background: #888 !important;
    }

    .nav {
        float: none;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    body {
        overflow-x: hidden;
    }

    .nav>li>a {
        margin: 0 7px;
    }

}

@media all and (max-width: 767px) {
    .navbar-nav {
        z-index: 999999;
        background: #fff;
        margin: 7.5px 0 !important;
    }

    .navbar-brand {
        width: 54%;
    }

}

.banner-bg {
    background: url(../images/ban_bg.png) center top no-repeat;
    height: 54px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 60;
}

/*结束*/
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*title*/
.title {
    width: 100%;
    text-align: center;
    /*padding-top: 30px;*/
}

.title>h2 {
    font-size: 34px;
    color: #6d6d6f;
    font-weight: normal;
}

.title>p {
    font-size: 16px;
    color: #f90101;
    ;
}



/*foot*/
.contact1 {
    width: 100%;
    background: #000;
    padding: 20px 0;
}

.foot-nav {
    overflow: hidden;
    margin-bottom: 24px;
}

.foot-nav dl {
    float: left;
    margin-right: 50px;
}

.foot-nav dl dt {
    color: white;
    font-size: 18px;
    line-height: 36px;

}

.foot-nav dl dd a {
    color: #999;
    font-size: 14px;
    line-height: 26px;

}

.foot-nav dl dd a:hover {
    border-bottom: solid 1px #d10202;
}

.foot-nav div {
    float: right;
}

.foot-nav img {
    width: 50%;
}


.foot {
    width: 100%;
    background: #202020;
    padding: 5px 0;
}

.foot>p {
    text-align: center;
    color: #ccc;
    padding: 0 10px;
}

.foot>p>a {
    color: #ccc;
}

@media all and (max-width: 768px) {
    .contact1 {
        display: none;
    }
}


/* ny-about */
/* ny-bread */
.position {
    width: 100%;
    background: #333;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    margin-top: 80px;
}

.position .posbox {
    color: #fff;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.nybanleft h3 {
    line-height: 64px;
    font-weight: 600;
    font-size: 20px;
}

.nybanright a {
    color: #fff;
}
.nynav {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 15px 0 30px;
}

.nynav ul li {
    background: #666;
    display: block;
    float: left;
    margin: 0 20px 0 0;
    height: 38px;
    line-height: 38px;
}

.nynav ul .active {
    background: #d31d05;
}

.nynav ul li a {
    color: #fff;
    padding: 15px 42px;
}

.nyabbg {
    background: #f7f7f7;
    /* margin: 0 0 78px; */
}

.nycontent {
    width: 100%;
    min-height: 420px;
    display: inline-block;
    padding: 36px 50px 50px;
}

.nycontent.nybox {
    padding: 30px 20px !important;
}

.tu {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ny-about */
.abjj {
    margin-top: 20px;
}

.abjj p {
    line-height: 26px;
    text-indent: 2em;
    font-size: 15px;
    color: #525252;
}
.nyabout{
    margin: 20px 0 0;
}
.nyabout h3{
    margin: 0 0 20px 0;
}
.nyabout p{
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    margin-bottom: 15px;
}
.gscontent h3{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
.gscontent p{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    text-indent: 2em;
}

.gscontent {
    width: 100%;
    margin: 15px 0 0;
    padding: 0 15px 0 0;
    height: 314px;
    overflow-y: auto;
    overflow-x: hidden;
}

.gscontent::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.gscontent::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.15);
}

.gscontent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}
.linian div{
    width: 50%;
    height: auto;
    display: inline-block;
    margin: 0 0 20px 0;
}
.linian h3{
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.linian div p{
    font-size: 16px;
    letter-spacing: 1px;
}

/* ny-download */
.downbox {
    width: 98%;
    height: auto;
}

.downbox li {
    width: 100%;
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.downbox li a {
    width: 100%;
    display: flex;
    line-height: 56px;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    text-decoration : none;
}

.downbox li p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 56px;
    padding-bottom: 0;
    text-indent: 0;
}

.downbox li b {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}

.downbox li:hover b {
    color: #da251c;
    font-weight: 600;
}

/* ny-zhaoshang */
.clearfix:after {
    height: 0;
    display: block;
    content: '.';
    visibility: hidden;
    clear: both;
}

.ellisis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.centera {
    margin: 60px 20px;
    overflow: hidden;
}

.hover {
    background: #12499e;
    color: #fff;
    position: relative;
}

.hover::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #12499e transparent transparent;
    margin: 0 auto 10px;
}

.hover:hover {
    color: #fff !important;
}

#tablea {
    width: 100%;
    height: auto;
}

.zsbox {
    width: 100%;
    padding: 20px;
    margin: 10px;
}

.zsbox img {
    width: 100%;
    height: auto;
    display: block;
}

.zsbox .pjj {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
}
.zsbox .pjj p{
    text-align: justify;
    line-height: 30px;
    margin: 10px 0;
    text-indent: 2em;
}
.zsbox .pjj h4{
    font-weight: 600;
    line-height: 32px;
    font-size: 18px;
}
.zsbox .pjj h2 b{
    font-size: 18px;
}
.zsbox .pjj h2 {
    line-height: 32px;
    font-size: 16px;
}
.zsbox .pjj .liuc{
    margin: 15px 0;
}
.zsbox .pjj h1{
    font-size: 20px;
    margin: 30px 0 15px;
    font-weight: 600;
    color: #014d97;
}
#oranger {
    width: 99%;
    border: 1px solid #ddd;
    background: #fefefe;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}

#oranger a {
    /* background: #12499e; */
    height: 50px;
    width: 14%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
#oranger .hover{
    color: #fff;
}


/* ny-news */
.newshow{
    width: 100%;
    height: auto;
    margin: 50px 0;
    display: inline-block;
}
.newshow h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.newshow p {
    font-size: 15px;
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 10px;
    color: #555;
}

.newshow .wenz{
    width: 100%;
    height: auto;
    display: inline-block;
}
.newshow .wenz p img{ width: 100%; height: auto; margin-left: -2em;}
.newxiaz{
    width: 100%;
    height: auto;
    margin: 20px 0 0;
}
.newxiaz a{
    font-size: 16px; 
    border-bottom:1px #333 double;
}

.newback {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.newback a:hover {
    color: #014d97;
}

.nynews {
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px;
    padding: 10px 36px 30px;
    transition: 0.5s;
}

.nynews:hover {
    background: #fff !important;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
}

.nynews .ntu {
    width: 100%;
    height: auto;
}

.nynews .ntu img {
    width: 100%;
    height: auto;
    display: block;
}


.nleft2 {
    padding-top: 24px;
}

.nleft2 h4 {
    margin: 5px 0 15px;
    font-size: 18px;
}

.nleft2 P {
    color: #666;
    font-size: 14px;
}

.nleft2 .link-box {
    margin: 24px 0 0;
}

.nleft2 .link-box .nmore {
    background: #666;
    padding: 5px 30px;
    color: #fff;
    border-radius: 30px;
    transition: all 300ms ease;
}

.nleft2:hover .link-box .nmore {
    background: #c8000a;
}

/* ny-page*/
.pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 20px 15px 15px 15px;
    justify-content: space-between;
}

.pagination span>a {
    padding: 5px 10px;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.page-num-current {
    padding: 5px 0 !important;
}

.pagination span>a select,
.pagination span>a select:focus {
    border: solid 1px transparent !important;
    padding: 5px 10px;
    background: transparent;
}

/* ny-product */
.nyright{
    width: 97%;
    height: auto;
    margin-left: 3%;
}
.pbox {
    width: 94%;
    height: auto;
    margin-bottom: 24px;
}

.pbox img {
    width: 100%;
    height: auto;
    margin: 50px auto box-shadow:0 0 1px #ccc;
    background-color: skyblue;
    transition: all 1s;
    border: 1px solid #ddd;
}

.pbox img:hover {
    box-shadow: 10px 10px 10px #ddd;
}

.pbox p {
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    color: #1b1b1b;
    border-bottom: 1px solid #ddd;
}

.pbox:hover p {
    color: #c8000a;
    border-bottom: 1px solid #c8000a;
}

.pro-xq-ms>h3 {
    font-size: 20px;
    color: #444;
    line-height: 56px;
    text-indent: 2em;
    font-weight: 600;
    border-bottom: 4px solid #d7d7d7;
    background-color: #eee;
}

.pro-xq-ms>p {
    padding: 5px 5px;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}

.pro-xq-ms>p>a {
    color: #333;
    font-size: 14px;
}

.pro-xq-ms>p>span {
    font-size: 14px;
    color: #333;
}

/* left-nav */
.nav-pro>ul {
    border: none;
}

.nav-pro>ul>li {
    position: relative;
    margin: 0 15px 0 0;
    border-bottom: 1px solid #f5f5f5;
    transition: .3s;
    background: #fff;
}

.nav-pro>ul>li>a {
    padding: 2px 0 0 10px;
    display: block;
    transition: .3s;
    cursor: pointer;
    line-height: 38px;
}

.nav-pro>ul>li:hover>a {
    border-left: 5px solid #c8000a;
    background: #fff;
}

.nav-pro>ul>li>i {
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 24px;
}

.nav-pro>ul>.active {
    border: none;
}

.nav-pro>ul>.active>a {
    border-left: 5px solid #c8000a;
    background: #fff;
    display: block;
}

.nav-pro>ul>li>a {
    color: #333;
    font-size: 16px;
}

.nav-pro>ul>li>ul>li>a {
    color: #555;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 13px;
}

.nav-pro>ul>li>ul>.active {
    background: #444;
}
.nav-pro>ul>li>ul>.active>a {
    color: #fff;
}

.nav-pro>ul>li>ul>li>ul>li {
    padding-left: 26px;
}

.nav-pro>ul>li>ul>li>ul>li>a {
    color: #888;
    line-height: 32px;
    width: 92%;
    display: block;
    padding: 0 0 0 8px;
    border-bottom: 1px dotted #ddd;
}

.submenu {
    display: none !important;
}

.showsub .submenu {
    display: block !important;
}

.sonmenu {
    display: none;
}

/* ny-shebei */
.tz-gallery {
    width: 100%;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* margin: 0 10px; */
    width: 100%;
    /* justify-content: space-between; */
}
.tz-gallery .caption{
    margin: 12px 0 18px;
    font-size: 14px;
}

.thumbnail {
    width: 95%;
    overflow: hidden;
    margin-bottom: 20px;
}

.thumbnail img {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.thumbnail:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/* ny-contact */
.nylinkbox {
    margin: 50px 0 0;
}

.nylinkbox h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
}

.nylinkbox ul li{
    color: #444;
    font-size: 14px;
    line-height: 24px;
}

.nylinkbox ul li a{
    color: #333;
}

.bqny {
    width: 100%;
    height: auto;
    border-top: 1px solid #333;
    line-height: 48px;
    text-align: center;
    margin-top: 28px;
    font-size: 14px;
    color: #333 !important;
}
.bqny a{ color: #333 !important;}
.linkbox2{
    width: 100%;
    height: 372px;
    display: inline-block;
    margin: 20px 0 0;
    padding: 50px;
    background: #fff;
    border-right: 1px solid #999;
}
.linkbox2 h4{
    font-size: 18px;
    height: auto;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
}
.linkbox2 p{
    color: #666;
}
.linkbox2 ul{
    width: 100%;
    height: auto;
    margin: 20px 0 0;
}
.linkbox2 ul li {
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px dotted #999;
}
.linkbox2 ul li .lianxi {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 42px;
}
.linkbox2 ul li .lianxi i{
    font-size: 18px;
    color: #d10202;
    float: left;
    line-height: 42px;
    width: 26px;
}

.messagebox {
    width: 100%;
    display: inline-block;
    /* border: 1px solid #ddd; */
    padding: 30px 45px;
    background: #eee;
    margin-top: 18px;
}

.linktu {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.linktu img {
    display: block;
    margin: 0 auto;
}

.messagebox h4 {
    font-size: 20px;
}

.message-con {
    width: 100%;
    padding: 10px 0 0;
}

.message-con>form {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}

.message-con>p {
    font-size: 26px;
    font-weight: block;
    text-align: center;
}

.form-group {
    width: 50%;
    margin: 5px 0 0;
    padding: 5px;
}

.form-group input,
.form-group1 textarea {
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    border: none;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 28px;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.form-group1 {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}

.form-group1 textarea {
    width: 100%;
    height: 90px;
}

.yzm {
    margin: 15px 30px 0 0;
}

.submit {
    background: #333;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    width: 16%;
    margin: 12px 42%;
    height: 38px;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
}

.message-bd {
    height: 30px;
}

.message-con img {
    height: 35px;
}

.linkicon2 {
    margin: 20px 0;
    line-height: 46px;
    text-align: center;
}

.linkicon2 li {
    display: inline-block;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 72px;
    margin: 0 20px;
}

.linkicon2 li:hover {
    background: rgba(239, 38, 45, .9);
}

.linkicon2 li>a {
    color: #fff;
}

.pback {
    display: block;
    padding: 3px 24px;
    border-radius: 15px;
    background: #666;
    color: #fff;
}

.pback:hover {
    background: #c8000a;
    color: #fff;
}

.pro-next {
    padding: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 26px 0 38px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pro-next p a {
    color: #333;
}

.pro-next p a:hover {
    color: #c8000a;
}
.pro-title {
    width: 100%;
    height: auto;
    margin: 20px 0 15px 36px !important;
    display: inline-block;
    border-bottom: 2px solid #333;
    padding-bottom: 12px;
}
.procslist{
    margin: 0 0 50px 36px;
    line-height: 24px;
}
.procslist div{ height: 100% !important; }

/* zhaopin  */
.zhaopin{
    width: 96%;
    margin: 50px auto;
    background: #fff;
    padding: 50px 30px;
}
.zhaopin h3{
    color: #0653b1;
    margin: 0 0 30px;
    letter-spacing: 2px;
    font-size: 24px;
}
.zhaopin h3 b{
    letter-spacing: 0;
    font-weight: normal;
}
.zhaopin p {
    line-height: 26px;
    text-indent: 25px;
    font-size: 14px;
}
.zhaopin p strong {
    font-size: 17px;
}
.zhaopin .tit {
    width: 100%;
    margin: 0 auto;
    line-height: 64px;
    color: #0653b1;
    font-size: 20px;
}
.zhaopin table{
    width: 95%;
    margin: 0 auto;
    border-top: 2px solid #0653b1;
}
.zhaopin table tbody tr:nth-of-type(1){
    font-weight: 600;
    font-size: 15px;
}
.zhaopin table tbody tr{
    text-align: center;
    line-height: 42px;
}

.zhaopin table tbody tr td{
    color: #666;
    border: 1px dotted #ddd;
}
.chlan{
    font-size: 18px;
    margin: 15px 0 30px;
}
.chlan b{
    font-size: 26px;
    color: #fb0101;
}

.sylinkbox{ padding: 50px; width: 100%; display: inline-block;}


@media all and (max-width: 767px) {
    .pro-del-js-xq {display:block;margin:20px 4%;}
	.pro-del-js-xq span {width:49%;font-size:14px; margin-bottom: 12px;}
	.nright {display:none;}
	.page_nav {width:100% !important;}
	.page_nav_mr {width:100% !important;}
	.xinwen {width:96% !important;}
	.single-pricing-box1 ul li p {font-size:13px !important;}
	.ltel {height:300px !important;padding:30px 42px 0 !important;}
	.nyban {margin-top:68px;}
    .topbox P{ display: none;}
    .topbox .language{ padding: 0 0 0 20px;}
    .about-section .image-column .image-box .alphabet-img{ display: none;}
    .about-section .image-column .image-box{ padding-top: 0;}
    .about-section{ padding: 30px 0;}
    .about-section .content-column .inner-column{ padding-top: 0;}
    .about-section .content-column .content-box{ padding: 25px;}
    .about-section .content-column .content-box .text{ margin-bottom: 15px;}
    .proleibie .bgtu{ display: none;}
    .sec-title h2{ color: #111;}
    .sec-title span{ font-size: 58px;}
    .navbar-nav>li{ width: 50%; float: left; text-align: center;}
    .cpfl li{ width: 100%;}
    .more a{ padding: 10px; margin: 36px 0 0;}
    .sj{ display: none;}
    .bq{ text-align: center; line-height: 24px; padding: 5px 0; margin-top: 15px;}
    .bq p{ width: 100%;}
    .bq a{ display: inline-block; width: 100%; text-align: center;}
    .footer{ padding-top: 30px;}
    .position .posbox .nybanright{ display: none;}
    .nybanleft h3{ font-size: 20px; padding-left: 10px;}
    .nycontent{ padding: 20px;}
    .form-group{ width: 100%;}
    .messagebox{ padding: 30px;}
    .submit{ width: 50%; margin: 12px 25%;}
    .nynav ul li{ width: 50%; margin: 0; text-align: center;}
    .nynav ul li a{ padding: 0; }
    #oranger{ height: auto;}
    #oranger a{ width: 48%;}
    .hover::after{ border-color: #fff;}
    .nav-pro>ul>li{ width: 45%; float: left;}
    .nav-pro>ul{ display: inline-block; margin-bottom: 20px;}
    .nynews{ padding: 0;}
    .nylinkbox{ padding: 0 15px;}
    .linian div{ width: 100%;}
    .linian p img{ width: 100%; height: auto;}
    .pro-title{ margin: 15px 0 !important;}
    .procslist{ margin: 0;}
    .linkbox2{ border: none;}
    .newshow .wenz p img{ width: 100%; height: auto; margin-left: -2em !important;}
}


