@charset "utf-8";

/* CSS Document */
html {
    font-size: 125%;
}

body {
    font-size: 0.7rem;
    color: #333333;
}

body div {
    overflow: hidden;
}

div, ul, li {
    list-style: none;
}

div a {
    color: #363636;
    text-decoration: none;
}

div a:hover {
    color: #363636;
    text-decoration: none;
    transition: background 0.8s ease 0s;
}

div p {
    width: 100%;
    margin: 0;
    padding: 0;
}

.db {
    display: block;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.row {
    margin: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.white {
    color: #ffffff !important;
}

.fb {
    font-weight: bold;
}

.mt05 {
    margin-top: 0.5rem;
}

.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.mr1 {
    margin-right: 1rem;
}

.mr05 {
    margin-right: 0.5rem;
}

.mb06 {
    margin-bottom: 0.6rem;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.mt1 {
    margin-top: 1rem;
}

.border1 {
    border: 1px solid #eeeeee;
}

.br1 {
    border-right: 1px solid #eeeeee !important;
}

.bl1 {
    border-left: 1px solid #eeeeee !important;
}

.p1 {
    padding: 1rem;
}

.pt1 {
    padding-top: 1rem;
}

.pt05 {
    padding-top: 0.5rem;
}

.pb05 {
    padding-bottom: 0.5rem;
}

.white {
    color: #ffffff;
}

.oh {
    overflow: hidden;
}

.w40 {
    width: 78%;
}

.bg_1 {
    background: #ff0000;
}

.bg_2 {
    background: url("../../images/bg_01.gif") no-repeat;
    background-size: 100% 100%;
}

.bg_3 {
    /*background: url("../images/bg_02.gif") no-repeat;*/
    background-size: 100% auto;
}

.bg_4 {
    background: #03080E;
}

.header-bg {
    width: 100%;
}

.container {
    max-width: 1000px !important;
    padding-left: 0;
    padding-right: 0;
}

.header-title {
    margin: 1rem auto;
}

.logo {
    width: 13%;
}

.name-box {
    width: 10%;
}

.name-box img {
    width: 90%;
}

.name-title {
    width: 50%;
    color: #FFFFFF;
    float: left;
}

.name-title h3 {
    line-height: 2.8rem;
    margin-bottom: 0;
}

.name-title h4 {
    font-size: 1.05rem;
}

.header-link {
    width: 40%;
    float: right;
    text-align: right;
}

.header-link a {
    color: #FFFFFF;
    margin-left: 10px;
}

.header-link a:hover {
    color: #000000;
    transition: color 0.8s ease 0s;
}

.title-box {
    width: 100%;
    text-align: right;
}

.title-box .btn {
    font-size: 0.6rem;
    border: 0;
    border-radius: 0;
    padding: 0.5rem 0;
}

.title-box .btn a {
    color: #FF0000;
    padding: 0.6rem 1rem;
    display: block;
    font-size: 0.8rem;
    border-top: 3px solid #FFFFFF;
}

.title-box .btn a:hover {
    color: #E60412;
    text-decoration: none;
    border-top: 3px solid #E60412;
    transition: border-top 1s ease 0s;
}

.active {
    border-top: 3px solid #ff2222 !important;
}

.title-box .dropdown-menu {
    font-size: 0.7rem;
    min-width: 7.5rem;
}

.title-box .dropdown-item {
    padding: 0.25rem 1rem;
}

.banner-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.banner-box ul {
    position: absolute;
}

.banner-box ul li {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

.banner-box .btnBg {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background: #f5f5f5;
}

.banner-box .btn {
    position: absolute;
    width: 100%;
    height: 20px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: center;
}

.banner-box .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 50px;
    height: 8px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.banner-box .btn span.on {
    background: #fff;
}

.banner-box img {
    width: 100%;
}

.footer-contact {
    padding: 1.2rem 0 2rem 0;
    /*color: #1E517B;*/
    color: #178fe5;
}

.footer-contact a {
    color: #178fe5;
}

.footer-contact a:hover {
    color: #FFFFFF;
    transition: color 0.8s ease 0s;
}

.footer-contact span {
    display: block;
}

.footer-contact div {
    padding: 0;
    margin: 0;
}

.index-box .col-xl-4 {
    padding: 0;
    flex: 0 0 32%;
    max-width: 32%;
}

.index-box {
    margin-top: 20px;
}

.index-box .col-xl-4:first-child {
    margin-right: 2%;
}

.index-box .col-xl-4:last-child {
    margin-left: 2%;
}

.index-box .col-xl-4 img {
    width: 100%;
}

.index-box .col-xl-4 p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    color: #FFFFFF;
    padding: 0 10px;
}

.index-box .col-xl-4 p strong {
    display: block;
    padding-top: 5px;
}

.index-service {
    width: 30%;
    float: left;
}

.index-service div {
    float: left;
}

.index-service div a {
    display: block;
    color: #FFFFFF;
}

.service-1 {
    width: 141px;
    height: 80px;
    line-height: 80px;
    padding-left: 20px;
    background: url("../../images/service_0_01.png") no-repeat;
}

.service-1:hover {
    background: url("../../images/service_1_01.png") no-repeat;
    transition: background 0.8s ease 0s;
}

.service-2 {
    width: 147px;
    height: 80px;
    line-height: 80px;
    padding-left: 75px;
    background: url("../../images/service_0_02.png") no-repeat;
}

.service-2:hover {
    background: url("../../images/service_2_02.png") no-repeat;
    transition: background 0.8s ease 0s;
}

.service-3 {
    width: 103px;
    height: 93px;
    text-align: center;
    padding-top: 20px;
    background: url("../../images/service_0_03.png") no-repeat;
}

.service-3:hover {
    background: url("../../images/service_3_02.png") no-repeat;
    transition: background 0.8s ease 0s;
}

.service-4 {
    width: 185px;
    height: 93px;
    line-height: 80px;
    padding-left: 33px;
    background: url("../../images/service_0_04.png") no-repeat;
}

.service-4:hover {
    background: url("../../images/service_4_03.png") no-repeat;
    transition: background 0.8s ease 0s;
}

.index-news {
    width: 37%;
    margin-left: 1.5%;
    float: left;
}

.index-news-title {
    border-left: 1px solid #0282E3;
    border-right: 0;
}

.index-news-title span {
    display: block;
    float: left;
    border: 1px solid #0282E3;
    border-left: 0px;
    cursor: pointer;
}

.index-news-title span:hover {
    background: url("../../images/dtBg.png") no-repeat;
    transition: background 0.8s ease 0s;
    background-size: 100% 120%;
    color: #FFFFFF;
}

.index-news-title a {
    color: #0382DF;
    display: block;
    padding: 3px 14px;
}

.index-news-title a:hover {
    color: #FFFFFF;
}

.news_active {
    background: url("../../images/dtBg.png") no-repeat;
    transition: background 0.8s ease 0s;
    background-size: 100% 120%;
    color: #FFFFFF !important;
}

.index-news-list ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.index-news-list ul li, .index-news-list ul li a {
    font-size: 0.65rem;
    line-height: 26px;
    color: #999999;
}

.index-news-list ul li span {
    float: right;
}

#news_02, #news_03, #news_04 {
    display: none;
}

.index-search {
    width: 30%;
    margin-left: 1.5%;
}

.search-title {
    height: 1.3rem;
    line-height: 1.3rem;
    color: #FFFFFF;
    padding-left: 0.75rem;
    background: url("../../images/insOraTit_02.png") no-repeat;
}

.search-form {
    margin-top: 1rem;
}

.search-form select {
    width: 12rem;
    height: 1.3rem;
    line-height: 1.3rem;
}

.search-form input {
    width: 10rem;
    height: 1.3rem;
    line-height: 1.3rem;
    margin-top: 0.8rem;
}

.search-form button {
    width: 3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    border: 0;
    background: #178fe5;
    color: #FFFFFF;
    margin-left: 0.5rem;
}

.search-phone {
    background: url("../../images/HotLine.png") no-repeat -25% 50%;
    color: #178fe5;
    padding-top: 1.25rem;
    padding-left: 4rem;
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

.content-left {
    width: 11rem;
    float: left;
}

.content-left h4 {
    background: url("../../images/insOraTit_02_2.png") no-repeat;
    line-height: 3rem;
    padding-left: 1rem;
    font-size: 0.9rem;
    color: #FFFFFF;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.content-left-link {
    background: url("../../images/boxBg.jpg") repeat;
    padding: 0.3rem;
}

.content-left-link a {
    background: url("../../images/Dl_Bg_01.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    display: block;
    border: 1px solid #c6c6c6;
    margin-bottom: 0.1rem;
    padding-left: 1.5rem;
    font-size: 0.65rem;
}

.content-left-link a:hover {
    background: url("../../images/Dl_Bg_05.png") no-repeat;
}

.content-left-contact {
    padding: 0.6rem 0.3rem;
    background: #F5F5F5 url("../../images/Contact.jpg") no-repeat 100% 100%;
    background-size: 100% 55%;
    font-size: 0.65rem;
    line-height: 1.2rem;
}

.content-left-contact h6 {
    font-size: 0.7rem;
    margin-bottom: 0.4rem;
}

.content-right {
    width: 38rem;
    float: right;
}

.content-right-title {
    background: url("../../images/insOraTit_03.png") repeat-x 100% 100%;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: 0.5rem;
}

.content-right-title h4 {
    font-size: 0.8rem;
    float: left;
    height: 2.5rem;
    line-height: 2.5rem;
}

.content-right-title span {
    float: right;
}

.content-news .col-xl-1, .content-news .col-xl-11 {
    padding: 0;
}

.content-news .col-xl-1 {
    text-align: center;
    background: #ff0000;
    width: 100%;
    height: 3rem;
    line-height: 1rem;
    color: #FFFFFF;
    font-size: 0.9rem;
    padding-top: 0.5rem;
    border-radius: 0.12rem;
}

.content-news .col-xl-11 {
    padding-left: 0.8rem;
}

.content-news .col-xl-11 h4 {
    font-size: 0.7rem;
    margin-bottom: 0.3rem;
}

.content-news .col-xl-11 span {
    color: #8c8c8c;
    display: block;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    line-height: 1rem;
    margin-bottom: 0.3rem;
    font-size: 0.65rem;
}

.content-news .col-xl-11 span:last-child a {
    display: inline-block;
    color: #fff;
    line-height: 1.5rem;
    padding: 0 1.2rem;
    white-space: nowrap;
    border-radius: 0.12rem;
    background: #ff0000;
    float: right;
}

.content-news .col-xl-11 span:last-child a:hover {
    background: #525254;
    transition: background 0.5s ease 0s;
}

.page {
    text-align: center;
    width: 100%;
    margin: 1.5rem 0;
    background: #F7F7F7;
    padding: 0.5rem 0;
}

.content-right-content h4 {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 0.8rem;
    margin-bottom: 0;
}

.content-right-content h5 {
    font-size: 0.6rem;
    text-align: center;
    color: #A5A5A5;
    margin: 0.8rem;
}

.product-box div {
    border: 1px solid #CCCCCC;
    margin: 1rem 1.5% 0 1.5%;
    flex: 0 0 30.3333%;
    max-width: 30.3333%;
    padding: 0.6rem 0.6rem 0 0.6rem;
}

.product-box div img {
    width: 100%;
    height: 9rem;
}

.product-box div span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1rem;
}

.index-product-img {
    width: 12rem;
    float: left;
    padding: 0.5rem 0.5rem 0 0.5rem !important;
    margin-right: 1.5rem !important;
}

.index-product-img img {
    width: 100%;
}

.index-product-img span {
    line-height: 2rem;
    width: 100%;
    display: block;
    text-align: center;
    color: #178fe5;
}