@charset "utf-8";
@import url('iconfont.css');
body {
    clear: both;
    background-color: rgb(255, 255, 255);
}

@font-face {
    font-family: 'iconfont';
    /* project id 1746987 */
    src: url('../fonts/iconfont/iconfont.eot');
    src: url('../fonts/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont/iconfont.woff2') format('woff2'), url('../fonts/iconfont/iconfont.woff') format('woff'), url('../fonts/iconfont/iconfont.ttf') format('truetype'), url('../fonts/iconfont/iconfont.svg#iconfont') format('svg');
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.iconfont {
    font-family: 'iconfont';
    font-style: inherit!important;
}

a {
    outline: medium none;
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #ba1e10;
    text-decoration: none;
}

img,
li {
    border: 0;
    vertical-align: top;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

dd,
dt,
h5,
img,
li,
ul {
    margin: 0;
    padding: 0;
}

b,
body,
dd,
div,
form,
h5,
h6,
html,
img,
input,
li,
p,
pre,
td,
ul {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Tahoma, Geneva, Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
dt {
    font-family: Arial, Tahoma, Geneva, Verdana, sans-serif;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}


/*---------new------------*/

.carousel-inner img {
    width: 100%;
}

.carousel {
    position: relative!important;
}

.img-thumbnail:hover {
    opacity: 0.7;
}

.hover-zoomin a {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-zoomin:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.about-img {
    width: 100%;
    height: 300px !important;
}

.login-img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.details-img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover!important;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.login-section-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 68px 100px;
    background-color: rgb(24, 38, 231);
    color: #ffffff;
}

@media (max-width: 991px) {
    .login-section-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 575px) {
    .login-section-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 100vh;
    }
}

.navbar {
    background-color: rgba(0, 0, 255, 0.63) !important;
    text-transform: uppercase !important;
}

.navbar-inverse {
    background-color: rgb(5, 113, 117) !important;
    text-transform: uppercase !important;
}

.navbar-inverse-1 {
    background-color: rgba(156, 9, 9, 0.897) !important;
    text-transform: uppercase !important;
}
.navbar-inverse-2 {
    background-color:#036084 !important;
    text-transform: uppercase !important;
} 

.navbar.navbar-nav {
    margin-left: 30px !important;
    margin-right: 0px!important;
}

.nav-item div {
    display: none;
}

.nav-item:hover>div {
    display: block !important;
}

.nav-link {
    color: #ffffff !important;
}

.nav-item {
    position: relative;
}

.navbar-collapse ul li a.nav-link:before {
    position: absolute;
    top: -3px;
    right: 0;
    width: 80%;
    height: 2px;
    background: transparent;
    content: '';
    opacity: 0;
    -ms-transition: opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.navbar-collapse ul li:hover a.nav-link:before {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    bottom: 0px;
    background: #434ddd;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: blue !important;
}

.dropdown-menu {
    border: 0px;
    background-color: rgba(13, 17, 209, 0.719) !important;
}

.dropdown-item {
    color: #FFF !important;
}

.content {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 5px;
    top: 8px;
    bottom: 9px;
    right: 5px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.content-details h3 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 14px;
}

.content-details p {
    color: #fff;
    font-size: 0.8em
}

.fadeIn-bottom {
    top: 80%
}

.jumbotron {
    margin-bottom: 0rem !important;
    position: relative !important;
}

.social_contact {
    display: inline-block!important;
    margin: 15px auto 0 auto !important;
    list-style-type: none !important;
}

.social_contact li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}


/*-------end------*/

@media screen and (min-width:768px) {
    .carousel-caption {
        top: 35%;
        bottom: auto;
    }
    .carousel-caption h3 {
        margin-bottom: 35px;
        font-size: 67px;
    }
    .carousel-caption p {
        margin-bottom: 35px;
        font-size: 18px;
    }
    .carousel-caption a {
        padding: 15px 30px;
        border: solid 1px #e57d06;
        border-radius: 3px;
        background: #e57d06;
        font-size: 14px;
    }
    .content .content-overlay {
        background: rgba(9, 6, 158, 0.733);
        position: absolute;
        left: 5px;
        top: 8px;
        bottom: 9px;
        right: 5px;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }
}

.noinfo {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.item .img img {
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s;
}

.item .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.container {
    width: 90%;
}

@media screen and (min-width:1500px) and (max-width:1599px) {
    .container {
        width: 1400px;
    }
}

@media screen and (min-width:1200px) and (max-width:1499px) {
    .container {
        width: 1200px;
    }
}

@media screen and (min-width:1px) and (max-width:767px) {
    .container {
        width: 100%;
    }
    .content .content-overlay {
        background: rgba(6, 4, 131, 0.507);
        position: absolute;
        left: 5px;
        top: 8px;
        bottom: 9px;
        right: 5px;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }
}


}
@media (min-width:1px) and (max-width:767px) {
    header {
        padding: 5px 0;
    }
    
    header #menu_btn {
        padding-top: 5px;
    }
    
    .navbar-default .navbar-brand {
        padding: 5px 0;
    }
}
#bframe {
    overflow: hidden;
}
#bframe img {
    max-width: 100%;
}
.frame {
    padding: 50px 0;
    overflow: hidden;
}
.frame .title {
    text-align: center;
    margin-bottom: 50px;
}
.frame .title h2 {
    color: #ba1e10;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}
.frame .title .line {
    height: 1px;
    width: 1200px;
    background-color: #b3b3b3;
    margin: 0 auto;
}
@media (min-width:1200px) and (max-width:1499px) {
    .frame .title .line {
        width: 80%;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .frame .title h2 {
        font-size: 36px;
    }
    
    .frame .title .line {
        width: 80%;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .frame {
        padding: 20px 0;
        overflow: hidden;
    }
    
    .frame .title h2 {
        font-size: 30px;
    }
    
    .frame .title {
        margin-bottom: 30px;
    }
    
    .frame .title .line {
        width: 80%;
    }
}
@media (min-width:1px) and (max-width:767px) {
    .frame {
        padding: 20px 0;
        overflow: hidden;
    }
    
    .frame .title h2 {
        font-size: 24px;
    }
    
    .frame .title {
        margin-bottom: 30px;
    }
    
    .frame .title .line {
        width: 80%;
    }
}
#frame1 {
    background-color: #fafafa;
    padding-top: 120px;
    padding-bottom: 120px;
}
#frame1 .list {
    display: flex;
    justify-content: space-between;
}
#frame1 .list .item {
    width: 320px;
    background-color: #ffffff;
    padding: 35px;
    text-align: center;
}
#frame1 .list .item h3 {
    font-size: 22px;
    font-style: italic;
}
@media (min-width:1200px) and (max-width:1499px) {
    #frame1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    #frame1 .list .item {
        width: 18%;
        padding: 15px;
    }
    
    #frame1 .list .item h3 {
        font-size: 20px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    #frame1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    #frame1 .list .item {
        width: 18%;
        padding: 15px;
    }
    
    #frame1 .list .item h3 {
        font-size: 16px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #frame1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #frame1 .list .item {
        width: 18%;
        padding: 10px 5px;
    }
    
    #frame1 .list .item h3 {
        font-size: 14px;
    }
}
@media (min-width:1px) and (max-width:767px) {
    #frame1 {
        display: none;
    }
}
#frame2 {
    padding-top: 80px;
}
#frame2 .content {
    width: 1100px;
    margin: 0 auto;
    color: #eee;
    font-size: 18px;
    line-height: 2;
    padding-bottom: 30px;
}
#frame2 a.link {
    display: inline-block;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}
#frame2 a.link>i {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #ba1e10;
    color: #ffffff;
    margin-left: 5px;
    font-size: 14px;
}
#frame2 a.link:hover {
    text-decoration: underline;
}
@media (min-width:1200px) and (max-width:1499px) {
    #frame2 {
        padding-top: 50px;
    }
    
    #frame2 .container {
        width: 80%;
    }
    
    #frame2 .content {
        width: 100%;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    #frame2 {
        padding-top: 50px;
    }
    
    #frame2 .container {
        width: 80%;
    }
    
    #frame2 .content {
        width: 100%;
        font-size: 16px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #frame2 {
        padding-top: 30px;
    }
    
    #frame2 .container {
        width: 80%;
    }
    
    #frame2 .content {
        width: 100%;
        font-size: 14px;
    }
}
@media (min-width:1px) and (max-width:767px) {
    #frame2 {
        padding-top: 20px;
        margin-top: 30px;
        padding-bottom: 40px;
    }
    
    #frame2 .container {
        width: 100%;
    }
    
    #frame2 .content {
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
    }
}
#frame3.frame .title h2 {
    letter-spacing: 5px;
}
#frame3 .CateList {
    position: relative;
}
#frame3 .CateList .item {
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}
#frame3 .CateList .item a.link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
#frame3 .CateList .item .txt {
    position: absolute;
    bottom: -100%;
    width: 100%;
    color: #ffffff;
    padding: 20px 20px 40px;
    max-height: 100%;
}
#frame3 .CateList .item .txt h3 {
    font-size: 24px;
    font-weight: bold;
}
#frame3 .CateList .item .txt p {
    font-size: 14px;
    line-height: 20px;
    max-height: 100px;
    overflow: hidden;
}
#frame3 .CateList .item:hover .txt {
    background-color: rgba(186, 30, 16, 0.6);
    bottom: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s;
}
#frame3 .CateList .item:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#frame3 .CateList .btnlist {
    position: relative;
    margin-top: 30px;
    text-align: center;
}
#frame3 .CateList .btnlist>a {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    text-align: center;
    background: #ba1e10;
    color: #fff;
    width: 50px;
    height: 26px;
    line-height: 26px;
}
#frame3 .CateList .btnlist>a.swiper-button-disabled {
    background-color: #8d8d8d;
}
#frame3 .CateList .swiper-button-next {
    right: 0;
}
#frame3 .CateList .swiper-button-prev {
    left: 0;
}
@media (min-width:1200px) and (max-width:1499px) {
    #frame3 .CateList .item .txt {
        padding: 15px;
    }
    
    #frame3 .CateList .item .txt h3 {
        font-size: 18px;
        margin: 0;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    #frame3 .CateList .item .txt {
        padding: 15px;
    }
    
    #frame3 .CateList .item .txt h3 {
        font-size: 16px;
        margin: 0;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #frame3 .CateList .item .txt {
        padding: 15px;
    }
    
    #frame3 .CateList .item .txt h3 {
        font-size: 16px;
        margin: 0;
    }
}
@media (min-width:1px) and (max-width:767px) {
    #frame3 .CateList .item .txt {
        padding: 15px;
    }
    
    #frame3 .CateList .item .txt h3 {
        font-size: 16px;
        margin: 0;
    }
}
#frame4 {
    background-color: #efefef;
}
#frame4 .NewsList .item {
    background-color: #ffffff;
    overflow: hidden;
}
#frame4 .NewsList .item .pic {
    float: left;
    width: 50%;
}
#frame4 .NewsList .item .pic img {
    width: 100%;
}
#frame4 .NewsList .item .pic>a {
    display: block;
    position: relative;
}
#frame4 .NewsList .item .pic>a:after {
    content: "";
    position: absolute;
    top: calc(50% - 13px);
    right: 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 13px;
}
#frame4 .NewsList .item .txt {
    float: left;
    width: 50%;
    padding: 80px 200px 0 60px;
}
#frame4 .NewsList .item .txt span.newscate {
    color: #ba1e10;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
#frame4 .NewsList .item .txt h3 {
    font-size: 28px;
    line-height: 36px;
    height: 72px;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#frame4 .NewsList .item .txt p {
    font-size: 14px;
    color: #858585;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#frame4 .NewsList .item .txt span.date {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    font-family: Candara, Arial, Tahoma, Geneva, Verdana, sans-serif;
}
#frame4 .NewsList .item .txt span.date>i {
    margin-right: 15px;
    float: left;
    margin-top: 2px;
}
#frame4 .NewsList .btnlist {
    position: relative;
    margin-top: -70px;
    text-align: center;
    z-index: 2;
}
#frame4 .NewsList .btnlist>a {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    text-align: center;
    background: #ba1e10;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
#frame4 .NewsList .swiper-button-next {
    right: 0;
}
#frame4 .NewsList .swiper-button-prev {
    left: 0;
}
@media (min-width:1200px) and (max-width:1499px) {
    #frame4 .NewsList .item .txt {
        padding: 40px 50px 0;
    }
    
    #frame4 .NewsList .item .txt h3 {
        font-size: 24px;
        height: 36px;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }
    
    #frame4 .NewsList .btnlist {
        margin-top: -50px;
    }
    
    #frame4 .NewsList .btnlist>a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    #frame4 .NewsList .item .txt {
        padding: 20px 20px 0;
    }
    
    #frame4 .NewsList .item .txt h3 {
        font-size: 18px;
        line-height: 24px;
        height: 24px;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        margin: 5px 0;
    }
    
    #frame4 .NewsList .btnlist {
        margin-top: -30px;
    }
    
    #frame4 .NewsList .btnlist>a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #frame4 .NewsList .item .pic {
        float: initial;
        width: 100%;
    }
    
    #frame4 .NewsList .item .pic>a:after {
        display: none;
    }
    
    #frame4 .NewsList .item .txt {
        float: initial;
        width: 100%;
        padding: 15px;
    }
    
    #frame4 .NewsList .item .txt span.newscate {
        display: none;
    }
    
    #frame4 .NewsList .item .txt h3 {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        margin: 0;
    }
    
    #frame4 .NewsList .btnlist {
        margin-top: 15px;
    }
    
    #frame4 .NewsList .btnlist>a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
@media (min-width:1px) and (max-width:767px) {
    #frame4 .NewsList .item .pic {
        float: initial;
        width: 100%;
    }
    
    #frame4 .NewsList .item .pic>a:after {
        display: none;
    }
    
    #frame4 .NewsList .item .txt {
        float: initial;
        width: 100%;
        padding: 15px;
    }
    
    #frame4 .NewsList .item .txt span.newscate {
        display: none;
    }
    
    #frame4 .NewsList .item .txt h3 {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        margin: 0;
    }
    
    #frame4 .NewsList .btnlist {
        margin-top: 15px;
    }
    
    #frame4 .NewsList .btnlist>a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
.col_white_amrc {
    color: #FFF;
}
footer {
    width: 100%;
    background-color: #263238;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
}
.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}
footer p {
    font-size: 13px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}
.mb10 {
    padding-bottom: 15px;
}
.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
    color: #CCC;
}
.footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
}
.fleft {
    float: center;
}
.padding-right {
    padding-right: 10px;
}
.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}
.footer_ul2_amrc li p {
    display: table;
}
.footer_ul2_amrc li a:hover {
    text-decoration: none;
}
.footer_ul2_amrc li i {
    margin-top: 5px;
}
.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}
.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
.foote_bottom_ul_amrc li {
    display: inline;
}
.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
}
.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}
.social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}
.social_footer_ul li a {
    color: #CCC;
    border: 1px solid #CCC;
    padding: 8px;
    border-radius: 50%;
}
.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }
    
    50% {
        width: 90%;
    }
    
    100% {
        width: 10%;
    }
}
@keyframes primary-long {
    0% {
        width: 80%;
    }
    
    50% {
        width: 0%;
    }
    
    100% {
        width: 80%;
    }
}

/* ==========================

    Contact

=============================*/
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-icon {
    position: absolute;
}
.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff;
}
.contact-info {
    margin-left: 75px;
    color: #fff;
}
.contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.copyright {
    padding: 28px 0;
    margin-top: 55px;
    background-color: #202020;
}
.copyright span,
.copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.copyright a:hover {
    color: #007bff;
}
.copyright-menu ul {
    text-align: right;
    margin: 0;
}
.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}
.back-to-top {
    position: relative;
    z-index: 2;
}
.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #FA6742;
    border-color: #FA6742;
}

/*共用*/
#Location {
    background: #e5e5e5;
    padding: 10px 0;
}
#Location .container {
    width: 1400px;
}
#Location i {
    color: #999999;
}
#Location a {
    color: #999999;
}
#Location a:hover {
    color: #1021ba;
}
#Location span {
    color: #102fba;
}
.nframe {
    padding-top: 50px;
    padding-bottom: 50px;
}
.nframe .container {
    width: 1400px;
}
@media (min-width:1200px) and (max-width:1499px) {
    #Location .container {
        width: 1200px;
    }
    
    .nframe .container {
        width: 1200px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    #Location .container {
        width: 90%;
    }
    
    .nframe {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .nframe .container {
        width: 90%;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #Location .container {
        width: 90%;
    }
    
    .nframe {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .nframe .container {
        width: 90%;
    }
}
@media (min-width:1px) and (max-width:767px) {
    #Location .container {
        width: 100%;
    }
    
    .nframe {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .nframe .container {
        width: 100%;
    }
}

/*----left----*/
#left_nav {
    float: left;
    width: 308px;
    padding: 25px 13px 35px;
    background-color: #e5e5e5;
}
#left_nav dl {
    margin: 0;
    background-color: #ffffff;
}
#left_nav dl>dt {
    background-color: #102fba;
    padding: 10px 20px;
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
}
#left_nav dl>dt>i {
    float: right;
    font-size: 24px;
}
#left_nav dl>dd {
    border-top: 1px solid #ddd;
    position: relative;
}
#left_nav dl>dd>a {
    display: block;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Microsoft YaHei UI', Arial, Tahoma, Geneva, Verdana, sans-serif;
    color: #4d4a4a;
}
#left_nav dl>dd.active>a,
#left_nav dl>dd:hover>a {
    color: #fff;
    background-color: #101bba;
}
#left_nav dl>dd.active-fire>a {
    color: #ffffff;
    background-color: #ba1010 !important;
}
#left_nav dl>dd.active-nbo>a {
    color: #ffffff;
}
#left_nav dl>dd.active-dafu>a {
    color: #ffffff;
    background-color: #033e97 !important;
}
#left_nav dl>dd ul {
    border-top: 1px solid #ddd;
    display: none;
    position: absolute;
    width: 100%;
    left: 100%;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 0 5px #999;
    top: 0;
}
#left_nav dl>dd:hover>ul {
    display: block;
}
#left_nav dl>dd ul>li>a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Microsoft YaHei UI', Arial, Tahoma, Geneva, Verdana, sans-serif;
    color: #888;
    border-bottom: 1px solid #ddd;
}
#left_nav dl>dd ul>li.active>a,
#left_nav dl>dd ul>li:hover>a {
    border-bottom: 1px solid #0d1588;
    background-color: #104bba;
    color: mintcream;
}
@media (min-width:1200px) and (max-width:1499px) {}
@media (min-width:992px) and (max-width:1199px) {
    #left_nav {
        width: 30%;
        padding: 15px 10px;
    }
    
    #left_nav dl>dd>a {
        padding: 10px 15px;
        font-size: 13px;
        line-height: 20px;
    }
    
    #left_nav dl>dd ul>li>a {
        padding: 8px 15px;
        font-size: 13px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #left_nav {
        width: 100%;
        padding: 15px 10px;
        float: initial;
    }
    
    #left_nav dl>dd {
        display: none;
    }
    
    #left_nav dl>dd>a {
        padding: 10px 15px;
        font-size: 13px;
        line-height: 20px;
    }
    
    #left_nav dl>dd ul {
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
    }
    
    #left_nav dl>dd.active ul {
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
        display: block;
    }
    
    #left_nav dl>dd ul>li>a {
        font-size: 12px;
        padding: 6px 20px;
        color: #afaeae;
    }
}
@media (min-width:1px) and (max-width:767px) {
    #left_nav {
        width: 100%;
        padding: 15px 10px;
        float: initial;
    }
    
    #left_nav dl>dd {
        display: none;
    }
    
    #left_nav dl>dd>a {
        padding: 10px 15px;
        font-size: 13px;
        line-height: 20px;
    }
    
    #left_nav dl>dd ul {
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
    }
    
    #left_nav dl>dd.active ul {
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
        display: block;
    }
    
    #left_nav dl>dd ul>li>a {
        font-size: 12px;
        padding: 6px 20px;
        color: #afaeae;
    }
}

/*右侧内容*/
#right_nav {
    float: right;
    width: 1000px;
}
.nframe .tit {
    text-align: center;
    margin-bottom: 30px;
}
.nframe .tit>h2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Microsoft YaHei UI', Arial, Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    color: #ba1e10;
    font-weight: bold;
    letter-spacing: 1px;
}
.nframe .tit>h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Microsoft YaHei UI', Arial, Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    color: #ba1e10;
    font-weight: bold;
    letter-spacing: 1px;
}
.nframe .tit>p {
    margin-top: 10px;
    color: #666;
}
.nframe section {
    margin-bottom: 30px;
}
.nframe section .content {
    font-size: 14px;
    line-height: 2;
    font-family: 'Microsoft YaHei UI', Arial, Tahoma, Geneva, Verdana, sans-serif;
}
@media (min-width:1200px) and (max-width:1499px) {
    #right_nav {
        width: 70%;
    }
    
    .nframe .tit {
        margin-bottom: 15px;
    }
    
    .nframe .tit>h2 {
        font-size: 24px;
    }
    
    .nframe .tit>h1 {
        font-size: 24px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    #right_nav {
        width: 68%;
    }
    
    .nframe .tit {
        margin-bottom: 15px;
    }
    
    .nframe .tit>h2 {
        font-size: 24px;
    }
    
    .nframe .tit>h1 {
        font-size: 24px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #right_nav {
        float: initial;
        width: 100%;
        margin-top: 30px;
    }
    
    .nframe .tit {
        margin-bottom: 15px;
    }
    
    .nframe .tit>h2 {
        font-size: 24px;
    }
    
    .nframe .tit>h1 {
        font-size: 24px;
    }
    
    .nframe section .content {
        line-height: 1.5;
    }
}
@media (min-width:1px) and (max-width:767px) {
    #right_nav {
        float: initial;
        width: 100%;
        margin-top: 30px;
    }
    
    .nframe .tit {
        margin-bottom: 15px;
    }
    
    .nframe .tit>h2 {
        font-size: 24px;
    }
    
    .nframe .tit>h1 {
        font-size: 24px;
    }
}
#ProList {
    margin: 0 -7px 0;
    overflow: hidden;
}
#ProList .item {
    padding: 0 7px;
    margin-bottom: 20px;
    width: 25%;
    float: left;
}
#ProList .item:nth-child(4n+1) {
    clear: left;
}
#ProList .item .img {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #f8f8f8
}
#ProList .item a.link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(16, 19, 186, 0.6);
    text-align: center;
    padding-top: 100%;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s;
}
#ProList .item a.link>i {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.8);
}
#ProList .item:hover a.link {
    opacity: 1;
    padding-top: 25%;
}
#ProList .item img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s;
}
#ProList .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#ProList .item .txt {
    border: 1px solid #f8f8f8;
    border-top: 3px solid #f8f8f8;
    position: relative;
    background-color: #ffffff;
    padding: 10px 20px;
}
#ProList .item .txt h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}
#ProList .item .txt p {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'Microsoft YaHei UI', Arial, Tahoma, Geneva, Verdana, sans-serif;
}
#ProList .item:hover .txt:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    right: 0px;
    background-color: #ba1e10;
}
@media (min-width:1200px) and (max-width:1499px) {}
@media (min-width:992px) and (max-width:1199px) {
    #ProList .item {
        width: 33.33%;
    }
    
    #ProList .item:nth-child(4n+1) {
        clear: initial;
    }
    
    #ProList .item:nth-child(3n+1) {
        clear: both;
    }
    
    #ProList .item .txt {
        padding: 8px 10px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #ProList .item {
        width: 33.33%;
    }
    
    #ProList .item:nth-child(4n+1) {
        clear: initial;
    }
    
    #ProList .item:nth-child(3n+1) {
        clear: both;
    }
    
    #ProList .item .txt {
        padding: 8px 10px;
    }
}
@media (min-width:1px) and (max-width:767px) {
    #ProList .item {
        width: 50%;
    }
    
    #ProList .item:nth-child(4n+1) {
        clear: initial;
    }
    
    #ProList .item:nth-child(2n+1) {
        clear: both;
    }
    
    #ProList .item a.link>i {
        font-size: 30px;
    }
    
    #ProList .item:hover a.link {
        padding-top: 20%;
    }
    
    #ProList .item .txt h3 {
        font-size: 13px;
    }
    
    #ProList .item .txt p {
        display: none;
    }
}

/*产品详情*/
#nProPage {
    background-color: #ffffff;
}
#nProPage .title {
    margin-bottom: 30px;
}
#nProPage .title h1,
#nProPage .title h3 {
    font-size: 22px;
    line-height: 36px;
    font-family: 'Microsoft YaHei UI', Arial, Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    font-weight: bold;
    position: relative;
    margin: 0;
    padding-bottom: 10px;
}
#nProPage .title h1:after,
#nProPage .title h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background-color: #000;
}
#nProPage .title h1:before,
#nProPage .title h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 52px;
    width: 108px;
    height: 4px;
    background-color: #ba1e10;
}
#slider {
    overflow: hidden;
}
#picView {
    position: relative;
    float: left;
    width: 55%;
}
#picView .gallery-top {
    border: 1px solid #e5e5e5;
}
#picView1 {
    margin-top: 30px;
}
#picView1 .imglist {
    background-color: #f9f9f9;
    padding: 30px 10px;
    position: relative;
}
#picView1 .gallery-thumbs .swiper-slide {
    border: 1px solid #f9f9f9;
}
#picView1 .gallery-thumbs .swiper-slide-active {
    border-color: #ba1e10;
    position: relative;
}
#picView1 .swiper-button-next {
    right: 0;
    width: 20px;
    height: 66px;
    line-height: 66px;
    margin-top: -33px;
    text-align: center;
    background-color: #ba1e10;
    color: #ffffff;
    background-image: none;
}
#picView1 .swiper-button-prev {
    left: 0;
    width: 20px;
    height: 66px;
    line-height: 66px;
    margin-top: -33px;
    text-align: center;
    background-color: #ba1e10;
    color: #ffffff;
    background-image: none;
}
#picView1 .swiper-button-next.swiper-button-disabled,
#picView1 .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-color: #ccc;
}
#picView .boxer {
    display: block;
}
#picView img {
    width: 100%;
}
#protitle {
    padding: 0 0 0 30px;
    float: right;
    width: 45%;
}
#protitle .remark {
    font-size: 16px;
    line-height: 2;
}
#protitle .btnlist {
    overflow: hidden;
}
#protitle .link {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 15px 0 10px;
}
#protitle .link>svg {
    float: left;
    font-size: 30px;
    margin-right: 5px;
}
#protitle .btnInquiry {
    float: left;
    margin-right: 5%;
    padding: 4px 30px;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #ba1e10;
    background-color: #ba1e10;
    color: #ffffff;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
}
#protitle .btnInquiry:hover {
    background-color: #ffffff;
    color: #ba1e10;
}
#protitle .btnlist .btncar {
    float: right;
}
#ProShare {
    margin-top: 15px;
}
.pro_detail {
    margin-top: 30px;
}
.pro_detail .tit {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.pro_detail .tit h3 {
    display: inline-block;
    background-color: #ba1e10;
    padding: 8px 25px;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
#RelatedProduct {
    margin-top: 30px;
}
#RelatedProduct .list {
    margin: 0 -10px;
    overflow: hidden;
}
#RelatedProduct .list .item {
    padding: 0 10px;
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}
#RelatedProduct .list .item .img {
    border: 1px solid #f5f5f5;
    overflow: hidden;
}
#RelatedProduct .list .item .txt {
    opacity: 0;
}
#RelatedProduct .list .item:hover .txt {
    background-color: rgba(186, 30, 16, 0.6);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 10px;
    right: 10px;
    padding: 10px 15px;
    opacity: 1;
}
#RelatedProduct .list .item .txt h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: bold;
    color: #ffffff;
}
#RelatedProduct .list .item a.link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
}
@media (min-width:1200px) and (max-width:1499px) {}
@media (min-width:992px) and (max-width:1199px) {
    #nProPage .title h1,
    #nProPage .title h3 {
        font-size: 20px;
    }
    
    #picView {
        width: 45%;
    }
    
    #protitle {
        width: 55%;
        padding-left: 20px;
    }
    
    #protitle .remark {
        font-size: 14px;
        line-height: 1.6;
    }
    
    #picView1 .imglist {
        padding: 0 10px;
    }
    
    #RelatedProduct .list .item .txt {
        opacity: 1;
        background-color: #ba1e10;
        padding: 5px;
    }
    
    #RelatedProduct .list .item .txt h3 {
        font-size: 12px;
        line-height: 18px;
    }
    
    #RelatedProduct .list .item:hover .txt {
        position: relative;
        left: 0;
        background-color: #ba1e10;
        padding: 5px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #nProPage .title h1,
    #nProPage .title h3 {
        font-size: 20px;
    }
    
    #picView {
        width: 40%;
    }
    
    #protitle {
        width: 60%;
        padding-left: 20px;
    }
    
    #protitle .remark {
        font-size: 14px;
        line-height: 1.8;
    }
    
    #picView1 .imglist {
        padding: 0 10px;
    }
    
    #RelatedProduct .list .item .txt {
        opacity: 1;
        background-color: #ba1e10;
        padding: 5px 10px;
    }
    
    #RelatedProduct .list .item .txt h3 {
        font-size: 13px;
    }
    
    #RelatedProduct .list .item:hover .txt {
        position: relative;
        left: 0;
        background-color: #ba1e10;
        padding: 5px 10px;
    }
}
@media (min-width:1px) and (max-width:767px) {
    #nProPage .title h1,
    #nProPage .title h3 {
        font-size: 18px;
    }
    
    #picView {
        width: 100%;
        float: initial;
    }
    
    #protitle {
        width: 100%;
        float: initial;
        padding-left: 0;
        margin-top: 20px;
    }
    
    #protitle .remark {
        font-size: 14px;
    }
    
    #picView1 .imglist {
        padding: 0 10px;
    }
    
    #RelatedProduct .list .item {
        width: 50%;
        margin-bottom: 20px;
    }
    
    #RelatedProduct .list .item:nth-child(2n+1) {
        clear: left;
    }
    
    #RelatedProduct .list .item .txt {
        opacity: 1;
        background-color: #ba1e10;
        padding: 5px 10px;
    }
    
    #RelatedProduct .list .item:hover .txt {
        position: relative;
        left: 0;
        background-color: #ba1e10;
        padding: 5px 10px;
    }
}

/*新闻*/
#news_nav .tit h2 {
    text-align: left;
    color: #333;
}
#news_nav .tit p {
    font-family: Candara, Arial;
    font-size: 20px;
    color: #888;
}
#news_nav .tit p>span {
    display: inline-block;
    margin: 0 15px;
}
#NewsList .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    background-color: #fff;
}
#NewsList .item .img {
    width: 43%;
    float: left;
    border: 1px solid #c5c5c5;
    overflow: hidden;
}
#NewsList .item .txt {
    width: 57%;
    float: left;
    padding-left: 5%;
}
#NewsList .item .txt h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
    height: 60px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#NewsList .item .txt span.date {
    font-size: 20px;
    display: inline-block;
    margin-top: 8px;
    font-family: Candara, Arial, Tahoma, Geneva, Verdana, sans-serif;
}
#NewsList .item .txt p {
    color: #616161;
    margin-top: 20px;
    line-height: 25px;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
#NewsList .item .txt .more {
    text-transform: capitalize;
    padding: 5px 10px;
    width: 136px;
    height: 36px;
    line-height: 24px;
    margin-top: 25px;
    display: inline-block;
    border: 1px solid #ba1e10;
    color: #fff;
    background-color: #ba1e10;
    text-align: center;
}
#NewsList .item .txt .more>i {
    margin-left: 10px;
}
#NewsList .item .txt .more:hover {
    color: #ba1e10;
    background-color: #ffffff;
}
@media (min-width:1200px) and (max-width:1499px) {}
@media (min-width:992px) and (max-width:1199px) {
    #news_nav .tit p {
        font-size: 16px;
    }
    
    #NewsList .item {
        margin-bottom: 20px;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 20px;
    }
    
    #NewsList .item .img {
        width: 40%;
    }
    
    #NewsList .item .txt {
        width: 60%;
        padding: 0 0 0 30px;
    }
    
    #NewsList .item .txt h3 {
        font-size: 18px;
        line-height: 24px;
        height: 24px;
        margin-bottom: 0;
    }
    
    #NewsList .item .txt span.date {
        font-size: 14px;
        margin-top: 0px;
        line-height: 20px;
    }
    
    #NewsList .item .txt p {
        margin-top: 10px;
        line-height: 20px;
        height: 40px;
        -webkit-line-clamp: 2;
    }
    
    #NewsList .item .txt .more {
        margin-top: 15px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #news_nav .tit p {
        font-size: 16px;
    }
    
    #NewsList .item {
        margin-bottom: 20px;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 20px;
    }
    
    #NewsList .item .img {
        width: 40%;
    }
    
    #NewsList .item .txt {
        width: 60%;
        padding: 0 0 0 15px;
    }
    
    #NewsList .item .txt h3 {
        font-size: 18px;
        line-height: 24px;
        height: 24px;
        margin-bottom: 0;
    }
    
    #NewsList .item .txt span.date {
        font-size: 14px;
        margin-top: 0px;
        line-height: 20px;
    }
    
    #NewsList .item .txt p {
        margin-top: 10px;
        line-height: 20px;
        height: 40px;
        -webkit-line-clamp: 2;
    }
    
    #NewsList .item .txt .more {
        margin-top: 15px;
    }
}
@media (min-width:1px) and (max-width:767px) {
    #news_nav .tit p {
        font-size: 16px;
    }
    
    #NewsList .item {
        margin-bottom: 20px;
        border-bottom: 1px dashed #ddd;
    }
    
    #NewsList .item .img {
        width: 100%;
        float: initial;
    }
    
    #NewsList .item .txt {
        width: 100%;
        float: initial;
        padding: 15px 0;
    }
    
    #NewsList .item .txt h3 {
        font-size: 18px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 0;
    }
    
    #NewsList .item .txt span.date {
        font-size: 16px;
        margin-top: 4px;
    }
    
    #NewsList .item .txt p {
        margin-top: 10px;
        line-height: 20px;
    }
}
ul.pagination {
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    text-align: center;
}
ul.pagination li {
    margin-left: 5px;
    display: inline-block;
}
ul.pagination li a {
    background-color: #fff;
    border-color: #1310ba;
    border-radius: 0;
    color: #1021ba;
}
ul.pagination li:first-child a {
    border-radius: 0;
}
ul.pagination li:last-child a {
    border-radius: 0;
}
ul.pagination li:hover a,
ul.pagination li.active:hover>span {
    background-color: #101bba;
    color: #fff;
}
#pro_feed_show {
    padding: 40px 20px;
    background-color: #f8f8f8;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}
#pro_feed_show P {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
#pro_feed_show label {
    font-weight: normal;
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
}
#pro_feed_show label>em {
    font-size: 20px;
    color: #0004ff;
    margin-right: 3px;
    margin-top: 3px;
    font-style: initial;
}
#pro_feed_show .form-group {
    margin-bottom: 20px;
    overflow: hidden;
}
#pro_feed_show .form-group .input-group {
    display: table;
}
#pro_feed_show .form-group .input-group span {
    display: table-cell;
    border: 1px solid #ccc;
    border-right: none;
    width: 1%;
    padding: 0 20px;
}
#pro_feed_show .form-group .input-group .form-control {
    display: table-cell;
    width: 100%;
    border-left: none;
}
#pro_feed_show .form-control {
    background-color: #fff;
    height: 34px;
    padding: 0 12px;
}
#pro_feed_show textarea.form-control {
    height: 122px;
    resize: none;
    padding-top: 10px;
    background-color: #fff;
    border-radius: 0px;
}
#pro_feed_show #btn_send {
    display: block;
    width: 176px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    color: #fff;
    background-color: #1013ba;
    font-size: 16px;
    text-transform: capitalize;
}
#pro_feed_show #btn_send:hover {
    opacity: 0.8
}
@media (min-width:1200px) and (max-width:1499px) {}
@media (min-width:992px) and (max-width:1199px) {}
@media (min-width:768px) and (max-width:991px) {}
@media (min-width:1px) and (max-width:767px) {
    #pro_feed_show label {
        text-align: left;
    }
}
#sitemapnav {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#sitemapnav li {
    list-style: none;
}
#sitemapnav a {
    color: #333;
}
#sitemapnav .fontbig {
    width: 100% !important;
}
#sitemapnav .bigli {
    float: left;
    width: 100%;
    line-height: 35px;
    font-size: 18px;
}
#sitemapnav .bigli a {
    color: #666;
    font-weight: bold;
    text-transform: capitalize;
}
#sitemapnav .bigli a:hover {
    text-decoration: underline;
}
#sitemapnav .abli_02 {
    float: left;
    width: 44%;
    margin-left: 5%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: inline;
    font-weight: normal;
}
#sitemapnav .abli_02 a:hover {
    text-decoration: underline;
}
.jiange {
    float: left;
    width: 100%;
    height: 2px;
    border-bottom: solid 1px #d2d2d2;
}
@media (min-width:992px) and (max-width:1199px) {}
@media (min-width:768px) and (max-width:991px) {}
@media screen and (min-width:1px) and (max-width:767px) {
    #sitemapnav .abli_02 {
        width: 44%;
    }
}
.probigclass {
    padding-left: 50px;
}
#sitemapnav .PROclass_01 {
    float: left;
    width: 95%;
    margin-left: 5%;
    font-size: 16px;
    line-height: 30px;
    display: inline;
    font-weight: bold;
}
#sitemapnav .PROclass_02 {
    float: left;
    width: 90%;
    margin-left: 8%;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    display: inline;
    font-weight: normal;
}
#sitemapnav .PROclass_01 a {
    color: #666;
}
#sitemapnav .PROclass_02 a {
    color: #666;
}
#sitemapnav .PROclass_01 a:hover {
    text-decoration: underline;
}
#sitemapnav .PROclass_02 a:hover {
    text-decoration: underline;
}
#sitemapnav .PROclass_03 {
    float: left;
    width: 40%;
    margin-left: 10%;
    color: #666666;
    font-size: 14px;
    display: inline;
    line-height: 20px;
}
#sitemapnav .PROclass_03 a:hover {
    text-decoration: underline;
}
#sitemapnav .PROclass_04 {
    float: left;
    width: 40%;
    margin-left: 10%;
    display: inline;
}

/*************图库*************/

*{
    box-sizing: border-box;
    font-family: 'Archivo Narrow', sans-serif;
}
.main-section{
    margin:auto;
    margin-top:200px;
    padding:20px;
    text-align:center;
}
.openSearchBtn{
    background:#FF7A5A;
    border: none;
    color:#fff;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}
.openSearchBtn:hover {
    background: #FFB85F;
}
.layout{
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}
.layout-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
.layout .layoutclosebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}
.layout .layoutclosebtn:hover {
    color: #ccc;
}
.layout input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}
.layout input[type=text]:hover {
    background: #f1f1f1;
}
.layout button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}
.layout button:hover {
    background: #bbb;
}