@font-face {
    font-family: 'Conv_GE BODY';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/GE BODY.ttf") format("truetype");
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Rubik300.woff") format("woff"), url("../fonts/Rubik300.ttf") format("truetype");
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Rubik400.woff") format("woff"), url("../fonts/Rubik400.ttf") format("truetype");
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Rubik500.woff") format("woff"), url("../fonts/Rubik500.ttf") format("truetype");
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Rubik700.woff") format("woff"), url("../fonts/Rubik700.ttf") format("truetype");
}

@font-face {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/Rubik-Italic.woff") format("woff"), url("../fonts/Rubik-Italic.ttf") format("truetype");
}

@media (min-width: 992px) {
    .col-lg-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}


.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-8 {
    margin-bottom: 80px;
}

.mb-9 {
    margin-bottom: 90px;
}

.mb-10 {
    margin-bottom: 100px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-7 {
    margin-top: 70px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-9 {
    margin-top: 90px;
}

.mt-10 {
    margin-top: 100px;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
    border: none;
}

img,
button {
    border: none;
}

input:focus,
button:focus,
button.btn:focus {
    outline: none;
    box-shadow: none;
}

li {
    list-style: none;
}

input,
select,
textarea,
button {
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

textarea {
    resize: none;
}


body {
    font-family: 'Rubik', Arial, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    overflow-x: hidden;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-weight: 500;
}

p {
    margin: 0 0 10px;
    color: #666;
}

img {
    max-width: 100%;
}


a {
    color: #666;
}

a:hover {
    color: #4284f3;
    text-decoration: none;
}

a,
a:visited,
a:active,
a:link,
a:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.bg-gray {
    background-color: #f4f4f4;
}

.section {
    padding: 30px 0 80px;
}

.section-60 {
    padding: 60px 0;
}

.section-80 {
    padding: 80px 0;
}




#demo .carousel-item a {
    height: 600px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


#demo .carousel-indicators {
    justify-content: center;
    bottom: 70px;
    align-items: center;

}

#demo .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 12px 0 0;
    position: relative;
    background: transparent;
}

#demo .carousel-indicators li .icon1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    transition: 0.3s all;
    background: #fff;
    border-radius: 100%;
    z-index: 2;
}

#demo .carousel-indicators li .icon2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    z-index: 1;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .5);
    transition: 0.5s all;
}


#demo .carousel-indicators li.active .icon1 {
    width: 6px;
    height: 6px;
}

#demo .carousel-indicators li.active .icon2 {
    width: 16px;
    height: 16px;

}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    z-index: 999;
    width: 100%;
}

.header-top {
    position: relative;
    background-color: #1b70c3;
}

.header-top .top-left {
    position: relative;
    float: left;
    line-height: 36px;
}

.header-top .top-left .text {
    position: relative;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
}

.header-top .top-right {
    position: relative;
    float: right;
}

.header-top .top-right .social-box {
    position: relative;
    display: inline-block;
}

.header-top .top-right .social-box li {
    position: relative;
    margin-left: 15px;
    display: inline-block;
}

.header-top .top-right .social-box li a {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .top-right .social-box li a:hover {
    opacity: 0.8;
}

/*Language Dropdown*/

.main-header .header-top .language {
    position: relative;
    margin-left: 20px;
    display: inline-block;
    z-index: 1;
}

.main-header .header-top .language .flag-icon {
    margin-right: 8px;
}

.main-header .header-top .language .dropdown-menu {
    top: 100%;
    right: 0px;
    left: auto;
    width: 170px;
    border-radius: 0px;
    margin-top: 0px;
    background-color: #222222;
    border: none;
    padding: 0px;
    border-top: 3px solid #1b70c3;
}

.main-header .header-top .language>a {
    color: #1b70c3;
    padding: 0 20px;
    background: #ffffff !important;
    display: inline-block;
    border: 0px;
    line-height: 36px;
    height: 36px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0px;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 15px !important;
}

.main-header .header-top .language>a:after {
    display: none;
}

.main-header .header-top .language a.language-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, .3);
    padding-top: 36px;
    z-index: -1;
    height: 72px;
    display: none;
}

.main-header .header-top .language:hover a.language-list {
    display: block;
}

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0px 40px;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 10;
    padding: 30px 0px;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*.main-header .nav-toggler{
	position:absolute;
	top:50%;
	margin-top:0px;
	display: block;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	color:#444444;
	text-align:center;
	font-size:24px;
	line-height:34px;
	font-weight:normal;
	background:none;
}*/

.main-header .header-upper {
    position: relative;
}

.main-header .header-upper .outer-container {
    position: relative;
    padding: 0px 60px;
}

.main-header .nav-outer {
    position: relative;

}

.header-style-two .nav-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: none;
    padding-left: 15px;
    background: #1b70c3;
}

.main-header .header-upper .logo-box {
    margin-right: 150px;
    position: relative;
    top: 15px;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
}

.main-header.header-style-two .header-upper .logo-box {
    top: 0px;
    padding: 20px 0px;
    margin-bottom: 0px;
    background: none;
    margin-right: 0px;
}

.main-header.header-style-two .header-upper .logo-box:before {
    display: none;
}

.main-header .outer-box {
    position: relative;
    top: 0px;
    float: right;
    padding: 32px 0px;
}

.main-header.header-style-two .outer-box {
    padding: 0px;
}

.main-header .outer-box .option-list {
    position: relative;
}

.main-header .outer-box .option-list li {
    position: relative;
    color: #262626;
    font-size: 16px;
    padding-right: 18px;
    margin-right: 18px;
    display: inline-block;
    border-right: 1px solid #dde4db;
}

.main-header .outer-box .option-list li a {
    position: relative;
    color: #262626;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .outer-box .option-list li a:hover {
    color: #1b70c3;
}

.main-header .outer-box .option-list li .icon {
    position: relative;
    margin-right: 8px;
    color: #1b70c3;
    top: 3px;
    line-height: 1em;
    font-size: 20px;
}

.main-header .outer-box .option-list li:last-child {
    border: none;
    margin: 0px;
    padding: 0px;
}

.main-header .outer-box .option-list li strong {}

.main-header .outer-box .option-box {
    position: relative;
    float: left;
    margin-top: 26px;
    margin-right: 25px;
}

.main-header .outer-box .option-box>li {
    position: relative;
    margin-left: 20px;
    display: inline-block;
}

/*.main-header .outer-box .option-box li.cart .icon{
	position:relative;
	color: #ffffff;
	font-size: 26px;
}

.main-header .outer-box .option-box li.cart .number{
	position: absolute;
    right: -15px;
    top: -15px;
    color: #1b70c3;
    font-size: 18px;
}*/










.main-header .outer-box .option-box .cart-box {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 16px;
    background: none;
    display: inline-block;
    margin-right: 25px;
}

.main-header .outer-box .option-box .cart-box .cart-box-btn {
    background: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 24px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.main-header .outer-box .option-box .cart-box .cart-box-btn:after {
    display: none;
}

.main-header .outer-box .option-box .cart-box .cart-box-btn .total-cart {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 18px;
    height: 18px;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background-color: #222222;
}

.main-header .outer-box .option-box .cart-box .cart-box-btn:hover {
    color: #222222;
}

.main-header .outer-box .option-box .cart-product {
    position: relative;
    margin-bottom: 24px;
    min-height: 90px;
    border-bottom: 1px solid #e4e4e4;
}

.main-header .outer-box .option-box .cart-product .inner {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
}

.main-header .outer-box .option-box .cart-product .inner .cross-icon {
    position: absolute;
    right: 0px;
    top: -2px;
    z-index: 1;
    color: #263120;
    font-size: 16px;
    cursor: pointer;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-header .outer-box .option-box .cart-product .inner .cross-icon:hover {
    color: #1b70c3;
}

.main-header .outer-box .option-box .cart-product .inner .image {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0px;
    top: 0px;
}

.main-header .outer-box .option-box .cart-product .inner h3 {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
    letter-spacing: 1px;
}

.main-header .outer-box .option-box .cart-product .inner h3 a {
    color: #222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.main-header .outer-box .option-box .cart-product .inner h3 a:hover {
    color: #1b70c3;
}

.main-header .outer-box .option-box .cart-product .inner .quantity-text {
    position: relative;
    font-weight: 300;
    color: #666666;
    font-size: 14px;
    margin-bottom: 0px;
}

.main-header .outer-box .option-box .cart-product .inner .price {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    margin: 0px;
    color: #222222;
}

.main-header .outer-box .option-box .cart-box .cart-panel {
    left: auto !important;
    right: 0px !important;
    border-radius: 0px;
    padding: 20px 20px;
    min-width: 300px;
    margin-top: 44px;
    z-index: -1;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #222222;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .outer-box .option-box .cart-box .cart-panel .cart-total {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.main-header .outer-box .option-box .cart-box .cart-panel .cart-total span {
    font-weight: 700;
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li {
    position: relative;
    margin: 0px 5px;
    display: inline-block;
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li a {
    position: relative;
    color: #1b70c3;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 18px 4px;
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #1b70c3;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li a:hover {
    color: #ffffff;
    background-color: #1b70c3;
}

.main-header .outer-box .option-box .cart-box .icon a {
    color: #999999;
}








.header-style-two .nav-outer::before {
    position: absolute;
    content: '';
    left: -50px;
    top: 0px;
    border-bottom: 60px solid #1b70c3;
    border-top: 0 solid #1b70c3;
    border-left: 50px solid transparent;
    transition: border .5s;

}

.header-style-two .nav-outer .side-curve {
    position: absolute;
    content: '';
    right: -50px;
    border-bottom: 60px solid #1b70c3;
    border-top: 0 solid #1b70c3;
    border-right: 50px solid transparent;
    transition: border .5s;
}




.main-header .header-lower {
    height: 60px;
}

.main-header .header-lower.fixed>.container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.header-style-two .header-lower.fixed .nav-outer::before,
.header-style-two .header-lower.fixed .nav-outer .side-curve {
    border-bottom-width: 0;
    border-top-width: 60px;

}

.main-header .header-lower .search-box-outer {
    position: relative;
    float: left;
}

.main-header .header-lower .search-box-btn {
    position: relative;
    top: -2px;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    line-height: 20px !important;
    cursor: pointer;
    background: none;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-header .header-lower .search-box-btn:after {
    display: none;
}

.main-header .header-lower .search-box-outer .dropdown-menu {
    top: 41px !important;
    right: 0px;
    padding: 0px;
    width: 280px;
    left: auto !important;
    border-radius: 0px;
    border-top: 3px solid #1b70c3;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .header-lower .search-box-outer .dropdown-menu>li {
    padding: 0px;
    border: none;
    margin: 0px;
    width: 100%;
    background: none;
}

.main-header .header-lower .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .header-lower .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select {
    display: block;
    width: 100%;
    height: 40px;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 7px 40px 7px 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus {
    border-color: #1b70c3;
}

.main-header .header-lower .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}



.main-menu {
    position: relative;
    float: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .cart-box {
    position: relative;
    float: left;
    font-size: 26px;
    margin: 32px 0px;
    padding-left: 20px;
    border-left: 1px solid #dde4db;
}

.main-menu .cart-box a {
    position: relative;
    color: #1b70c3;
}

.main-menu .cart-box .number {
    position: absolute;
    right: -15px;
    top: -15px;
    color: #1b70c3;
    font-size: 18px;
}

.main-menu .navbar-collapse {
    padding: 0px;
    float: left;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 30px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.header-style-two .main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.sticky-header .main-menu .navigation>li>a {
    color: #444444 !important;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
    color: #1b70c3;
    background-color: inherit !important;
}

.sticky-header .nav-outer .options-box {
    margin-top: 45px;
}

.main-header .header-upper .upper-right {
    padding-top: 31px;
}

.main-header .info-box {
    position: relative;
    float: left;
    margin-left: 35px;
    font-size: 14px;
    color: #98b2c4;
    text-align: left;
    padding: 0px 0px 0px 40px;
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 6px;
    color: #1b70c3;
    font-size: 28px;
    line-height: 1em;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .info-box li {
    position: relative;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
}

/*Sticky Header*/

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #e8f1f7;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.sticky-header .logo {
    padding: 7px 0px 7px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 300ms;
    -moz-animation-duration: 300ms;
    -op-animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #262626;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    opacity: 1;
    padding: 30px 0px;
    font-size: 15px;
    font-weight: 500;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.header-style-two .main-menu .navigation>li {
    margin-right: 30px;
}

.header-style-two .main-menu .navigation>li>a {
    color: #ffffff;
    line-height: 60px;
    padding: 0;
}

.main-menu .navigation>li.dropdown>a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 13px;
}

/*.header-style-two .main-menu .navigation > li > a:after{
	position:absolute;
	content: '';
	bottom: 0px;
	width: 6px;
	height: 6px;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	margin-left: -3px;
	background-color: #1b70c3;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}*/


.sticky-header .main-menu .navigation>li {
    position: relative;
    margin-left: 30px;
    margin-right: 0px;
}

.sticky-header .main-menu .navigation>li:before,
.sticky-header .main-menu .navigation>li:after {
    display: none;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-header.light-version .main-menu .navigation>li:hover>a,
.main-header.light-version .main-menu .navigation>li.current>a {
    opacity: 1;
    color: #222222;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 230px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    padding: 0px 0px;
    background-color: #ffffff;
    border-top: 3px solid #1b70c3;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -30px;
    width: 100%;
    height: 30px;
    display: block;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #7c7b7b;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 19px 0px !important;
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #ffffff;
    background: #1b70c3;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 10px;
    width: 10px;
    height: 20px;
    display: block;
    color: #253d4a;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #253d4a;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    padding: 0px 0px;
    background-color: #ffffff;
    border-top: 3px solid #1b70c3;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #7c7b7b;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #ffffff;
    background: #1b70c3;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #272727;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    color: #ffffff;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}



.search {
    position: relative;
    width: 220px;
}

.search input {
    width: 100%;
    height: 40px;
    line-height: 20px;
    padding: 5px 20px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
    border-radius: 5px;
}

.search input::-webkit-input-placeholder {
    color: #ddd;
}

.search input::-moz-placeholder {
    color: #ddd;
}

.search input:-ms-input-placeholder {
    color: #ddd;
}


.search button {
    background: transparent;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
}




.home-content-more {
    display: inline-flex;
    align-items: center;
    line-height: 37px;
    border-radius: 100px;
    padding: 0 25px;
    margin-top: 20px;
    font-size: 13px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.home-content-more i {
    margin-left: 10px;
}

.home-content-more:hover {
    background: #fff;
    color: #000;
}

.homecertificate {
    text-align: center;
    padding: 20px 10px;
    display: block;
}

.homecertificate h6 {
    margin: 0;
    padding: 5px 0 10px;
}

.homeabout-inner {
    border-bottom: 3px solid #1b70c3;
}

.homeabout-inner .more {
    display: inline-block;
    margin: 20px 0 10px;
    line-height: 33px;
    padding: 0 16px;
    border: 1px solid #bbb;
    color: #666;
}

.homeabout-inner .more i {
    margin-left: 5px;
}

.homeabout-inner .more:hover {
    color: #1b70c3;
    border-color: #1b70c3;
}

.homeabout-title {
    text-align: center;
    margin-bottom: 30px;
}

.homeabout-title h2,
.homeabout-title h3 {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.homeabout-title h2 span,
.homeabout-title h3 span {
    display: block;
    padding: 0 10px;
    background: #FFF;
}

.homeabout-title h2:after {
    content: "";
    position: absolute;
    width: 400px;
    height: 2px;
    left: calc(50% - 200px);
    top: calc(50% - 1px);
    background: #222;
    z-index: -1;
}

.homeabout-title h2 {
    font-weight: 400;
    color: #444;
}

.homeabout-title h3 {
    color: #1b70c3;
    font-size: 20px;
    margin: 0;
}

.homeabout-title h3 span {
    padding: 0 4px;
}

.homeabout-title h3:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 24px;
    left: calc(50% - 100px);
    top: -10px;
    border: 1px solid #000;
    z-index: -1;
}



.homeabout-inner h2 {
    font-size: 16px;
    color: #1b70c3;
    margin: 0;
}

.homeabout-inner h3 {
    font-size: 24px;
    font-weight: 400;
}


.homeabout-inner p {
    font-size: 13px;
}



.homegoods {
    position: relative;
    background: url(../images/goods-bg.jpg) no-repeat center top fixed;
    padding: 80px 0;
}

.homegoods-box {
    position: relative;
    display: block;
    margin: 30px 0;
}

.homegoods-box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
}

.homegoods-box-title h2 {
    font-size: 14px;
    font-size: 16px;
    margin: 0;
    line-height: 36px;
    padding: 0 20px;
    color: #fff;
    text-align: center;

}

.homegoods-box-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    transition: width .5s;
    background: #0056a3;
    z-index: -1;
}

.homegoods-box:hover .homegoods-box-title h2:after {
    width: 100%;
}

.gauto-btn {

    color: #fff;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #009cff;
    position: relative;
    display: inline-block;
    padding: 6px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 500;
}

.gauto-btn:before,
.gauto-btn:after {
    content: '';
    display: block;
    position: absolute;
    border-color: #009cff;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gauto-btn:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}

.gauto-btn:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}

.gauto-btn:hover:before,
.gauto-btn:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
}

.gauto-btn:hover {
    color: #fff;
    background-color: #009cff;
    border-color: #009cff;
}


.homegoods-title {
    position: relative;
}

.homegoods-title h3 {
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 40px;
}


.homegoods-title h3::after {
    content: '';
    width: 50px;
    height: 4px;
    display: block;
    border-radius: 5px;
    position: absolute;
    left: calc(50% - 25px);
    bottom: 0;
    background: #0056a3;
}


.our-process-content {
    padding-top: 70px;
}

.our-process-content .item {
    margin-right: 100px;
    text-align: center;
    width: 188px;
}

.our-process-content .item:last-child {
    margin-right: 0px;
}

.our-process-content .item:nth-child(2n) {
    margin-top: -75px;
}

.our-process-content .item:nth-child(2n) .hexagon .zigzax-line {
    transform: rotate(-15deg);
    top: 59%;
    left: -69%;
}

.our-process-content .item:first-child .hexagon .zigzax-line {
    display: none;
}

.our-process-content .item .hexagon {
    position: relative;
}

.our-process-content .item .hexagon figure {
    overflow: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.our-process-content .item .hexagon figure img {
    transition: transform ease 0.3s;
    -moz-transition: transform ease 0.3s;
    -webkit-transition: transform ease 0.3s;
    -o-transition: transform ease 0.3s;
    -ms-transition: transform ease 0.3s;
}

.our-process-content .item .hexagon:hover figure img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.our-process-content .item .zigzax-line {
    position: absolute;
    content: '';
    top: 40%;
    left: -69%;
    background-image: linear-gradient(to right, #b3b3b3 50%, white 50%);
    background-position: top;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    width: 72%;
    height: 1px;
    transform: rotate(14deg);
}

.our-process-content .item .info {
    padding-top: 25px;
}

.our-process-content .our-process-list {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    display: flex;
}

.homenews {
    background: #f6f5f2;
}

.homenews-left {
    width: 400px;
    padding-right: 10px;
}

.homenews-right {
    flex: 1;
    min-width: 0;
}

.homehoner {
    background: #fff;
    border: 1px solid #eee;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.homenews-inner {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.homehoner-dec {
    padding: 25px;

}


.homehoner .more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 60px;
    background: #7f7f7f;
    color: #fff;
    z-index: 1;
    font-size: 15px;
    font-weight: 300;
    padding-left: 25px;
}

.homehoner .more i {
    width: 32px;
    height: 31px;
    background: url(../images/icon-bottom.png) no-repeat center;
    margin-left: 10px;
}

.homehoner .more:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 0px;
    background: #1277bd;
    z-index: -1;
    transform: skewX(15deg);
    transition: width .5s;
}

.homehoner .more:hover:after {
    width: 450px
}


.homenews-inner-img .more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 60px;
    background: #7f7f7f;
    color: #fff;
    z-index: 1;
    font-size: 15px;
    font-weight: 300;
    padding-left: 25px;
}

.homenews-inner-img .more i {
    width: 32px;
    height: 31px;
    background: url(../images/icon-bottom.png) no-repeat center;
    margin-left: 10px;
}

.homenews-inner-img .more:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 0px;
    background: #1277bd;
    z-index: -1;
    transform: skewX(15deg);
    transition: width .5s;
}

.homenews-inner-img .more:hover:after {
    width: 450px
}

.homenews-inner-img {
    width: 300px;position: relative;
    overflow:hidden;
}


.newsc_r {
    flex: 1;
    padding-left: 30px;
    min-width: 0;
    font-size: 13px;
}

.newsc_r li {
    padding-bottom: 26px;
}

.newsc_r a {
    padding: 17px;
    display: block;
    background: linear-gradient(#fff 50%, #267cc9 50%);
    background-size: 100% 200%;
    background-position: 0 200%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    border: 0;
    box-shadow: 0px 0px 0px #e0e0e0;
}

.newsc_r a:hover {
    animation: myfirst 0.3s;
    -webkit-animation: myfirst 0.3s;
    background-position: 0 100%;
    box-shadow: 0px 10px 10px #e0e0e0;
}

@keyframes myfirst {
    0% {
        background-position: 0 0%;
    }

    100% {
        background-position: 0 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        background-position: 0 0%;
    }

    100% {
        background-position: 0 100%;
    }
}

.newsc_r_time {
    color: #c4c4c4;
    padding-right: 40px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    float: left;
}

.newsc_r_time .newsc_r_year {
    border-bottom: 1px solid #c4c4c4;
    font-size: 16px;
    font-weight: bold;
}

.newsc_r_time .newsc_r_date {
    font-size: 14px;
}

.newsc_r_tit {
    font-weight: 500;
    color: #666666;
    padding-bottom: 3px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsc_r_cont {
    color: #999999;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsc_r a:hover .newsc_r_time {
    color: #fff;
}

.newsc_r a:hover .newsc_r_tit {
    color: #fff;
}

.newsc_r a:hover .newsc_r_cont {
    color: #fff;
}

.newsc_r a:hover .newsc_r_year {
    border-bottom: 1px solid #fff;
}


.home-title {
    padding-top: 15px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.home-title h3 {
    font-size: 40px;
}

.home-title p {
    font-size: 16px;
    color: #343434;
}

.title-shape {
    position: absolute;
    width: 138px;
    border-bottom: 1px solid #DA251D;
    z-index: -1;
}

.title-shape .shape {
    display: block;
    width: 138px;
    position: relative;
    left: 0;
    top: -15px;
}

.title-shape .shape:before {
    content: '';
    position: absolute;
    width: 130px;
    left: -30px;
    top: 70px;
    border-bottom: 1px solid #DA251D;
    transform: rotate(58deg);
}

.title-shape .shape:after {
    content: '';
    position: absolute;
    width: 130px;
    left: 40px;
    top: 70px;
    border-bottom: 1px solid #DA251D;
    transform: rotate(-58deg);
}

.text-left .title-shape {
    left: 0;
    top: 0;
}

.text-center .title-shape {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}




footer {
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #111214;
    background: url(../images/footer-bg2.jpg);
    color: #acb4ba;
}

footer a {
    color: #e5e9eb;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer {
    padding: 60px 0;
}

.footer-top-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 35px;
}

.footer-top-section ul {
    display: flex;
}

.footer-top-section ul li a {
    display: block;
    margin-left: 15px;

}

.footer-bottom {
    padding: 12px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    color: #8e959b;
    font-size: 12px;
}




.footer-contact ul {
    display: flex;
    flex-flow: wrap;
}

.footer-contact ul li {
    flex: 0 0 100%;
    display: flex;
    margin-bottom: 10px;
}

.footer-contact ul li b {
    font-weight: 500;
    width: 100px;
}

.footer-contact ul li span {
    flex: 1;
}

.footer-title h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500;
}

.footer-title .footer-line {
    height: 1px;
    background: #ddd;
    margin-bottom: 12px;
}

.footer-img {
    margin-top: 30px;
    text-align: center;
}

.footer-img img {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

.footer-img h6 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.footer-content ul li {
    margin-bottom: 6px;
}

.footer-content.list-two ul {
    display: flex;
    flex-flow: wrap;
}

.footer-content.list-two ul li {
    flex: 0 0 50%;
}

.footer-content ul li a {
    font-size: 12px;
}


.banner {
    position: relative;
}

.banner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    transform-origin: 100% 100%;
    transform: skewX(85deg);
    z-index: 10;
}

.banner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(27, 112, 195, 0.5);
    transform-origin: 0 100%;
    transform: skewX(-85deg);
    z-index: 5;
}

.banner-icon {
    position: absolute;
    left: calc(50% - 53px);
    bottom: 4%;
    z-index: 20;
}

.banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 100;

}

.banner .container .banner-dec {
    text-align: center;

}

.banner .container .banner-dec h3 {
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding: 0 25px;
    text-transform: uppercase;
}

.banner .container .banner-dec h3::before,
.banner .container .banner-dec h3:after {
    content: "";
    width: 90px;
    height: 1px;
    position: absolute;
    left: 100%;
    background: rgba(255, 255, 255, .7);
    top: 50%;
}

.banner .container .banner-dec h3:after {
    right: 100%;
    left: auto;
}


.banner .container .banner-dec p {
    color: #fff;
}



.inner-title {
    position: relative;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.inner-title h1 {
    margin: 0px 0 15px;
    font-size: 36px;
    color: #464646;
    line-height: 1.5;
    text-align: center;
    font-weight: 300;
}

.inner-title .ny_dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 25px auto 0;
    border-radius: 50%;
    background-color: #1b70c3;
}

.inner-title .ny_dot:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(24, 67, 126, .3);
    animation: ks 3000ms infinite;
    -webkit-animation: ks 3000ms infinite;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.inner-title h2 {
    font-size: 18px;
    line-height: 18px;
    color: #044fa2;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 35px;
    font-weight: 300;
}

.inner-title p {
    font-size: 16px;
    color: #848484;
    font-weight: 300;
    text-align: center;
}

@keyframes ks {
    from {
        transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    to {
        transform: translate(-50%, -50%) scale(4);
        -o-transform: translate(-50%, -50%) scale(4);
        -ms-transform: translate(-50%, -50%) scale(4);
        -moz-transform: translate(-50%, -50%) scale(4);
        -webkit-transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

@-webkit-keyframes ks {
    from {
        transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    to {
        transform: translate(-50%, -50%) scale(1.2);
        -o-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        -moz-transform: translate(-50%, -50%) scale(1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}


.abb1_r {
    position: relative;
}

.abb1_rbg {
    position: absolute;
    bottom: -120px;
    left: 0;
    z-index: 1;
}

.abb1_rbg p {
    font-size: 100px;
    color: rgba(70, 70, 70, 0.05);
    font-weight: 600;
    line-height: 1;
}

.abb1_rbg p:nth-child(2) {
    padding-left: 350px;
}

.abb1r_t {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
}

.abb1r_b {
    position: relative;
    z-index: 1;
}

.abb1r_t .ab_box {
    float: left;
    width: 33.33%;
    padding: 0 7px;
}

.abb1r_b .ab_box {
    float: right;
    width: 33.33%;
    padding: 0 7px;
}

.ab_box .biank {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 40px 5px;
}

.ab_box .biank2 {
    background: #0065c4;
}

.ab_box .biank3 {
    background: #272f89;
}

.ab_box .pic_bo p {
    font-size: 72px;
    line-height: 72px;
    color: #0065c4;
    text-align: center;
}

.ab_box .pic_bo {
    position: relative;
    width: 100%;
    height: 72px;
}

.ab_box .pic_bo img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ab_box .pic_bo p span {
    font-size: 16px;
    line-height: 72px;
    color: #0065c4;
}

.ab_box .pic_bo p i {
    font-size: 16px;
    line-height: 72px;
    color: #0065c4;
    font-style: normal;

}


.ab_box .text p {
    font-size: 13px;
    line-height: 26px;
    color: #848484;
    text-align: center;
    margin: 10px 0 0 0;
}

.abb1r_t .ab_box .biank2 p,
.abb1r_t .ab_box .biank2 p span,
.ab_box .biank3 p {
    color: #ffffff;
}


.about-dec p {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 30px;
    color: #888;
}

.about-dec p b {
    color: #1b70c3;
    font-weight: 500;
}

.about-dec h4 {
    font-weight: 500;
    font-size: 16px;
}

.culture-list ul li {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.culture-list ul li b {
    padding-right: 60px;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.culture-list ul li b:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 40px;
    height: 1px;
    background: #fff;
}

.culture-list ul li span {
    font-size: 16px;
    font-weight: 300;
}

.culture {

    color: #fff;
    padding: 180px 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.culture:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0065c4;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skewY(8deg);
    transform-origin: 0 0;

}

.culture-title {
    text-align: right;
    color: rgba(255, 255, 255, .1);
    font-size: 90px;
    font-weight: 600;
    line-height: 1;
}



.ab_slick .sli_bo {
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.ab_slick .sli_bo::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    background: #e4e4e4;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ab_slick .sli_bo::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-bottom: 12px solid #000000;
    /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ */
    border-right: 6px solid transparent;
}

.sli_bo .hi_bo:nth-child(odd) {
    position: relative;
    width: 50%;
    float: right;
    padding-left: 54px;
    margin-top: 65px;
}

.sli_bo .hi_bo:nth-child(even) {
    position: relative;
    width: 50%;
    float: left;
    padding-right: 54px;
    margin-top: 65px;
}

.sli_bo .hi_bo:nth-child(odd):before {
    content: '';
    width: 27px;
    height: 27px;
    position: absolute;
    left: -13.5px;
    top: 0;
    background-image: url(../images/yuanyuan.jpg);
    z-index: 2;
}

.sli_bo .hi_bo:nth-child(even):before {
    content: '';
    width: 27px;
    height: 27px;
    position: absolute;
    right: -13.5px;
    top: 0;
    background-image: url(../images/yuanyuan.jpg);
    z-index: 2;
}

.sli_bo .hi_bo:first-child {
    margin-top: 0;
}

.sli_bo .hi_bo .text {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 400px;

}

.sli_bo .hi_bo:nth-child(even) .text {
    margin: 0 0 0 auto;
}

.sli_bo .hi_bo:nth-child(odd) .text::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 3px;
    width: 25px;
    height: 18px;
    background-image: url(../images/sanjia.jpg);
    z-index: 2;
}

.sli_bo .hi_bo:nth-child(even) .text::before {
    content: "";
    position: absolute;
    right: -25px;
    top: 3px;
    width: 25px;
    height: 18px;
    background-image: url(../images/sanjia.jpg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 2;
}

.flgoods {
    padding: 30px 0 120px;
}

.goods-category {
    margin-bottom: 50px;
}

.goods-category ul {
    display: flex;
    justify-content: center;
    flex-wrap:  wrap;
}

.goods-category ul li {
    margin: 0 2px 10px;
}

.goods-category ul li a {
    display: block;
    color: #fff;
    background: #c6c6c6;
    width: 230px;
    line-height: 44px;
    font-family: 'Conv_GE BODY';
    font-size: 14px;
    border-radius: 100px;
    text-align: center;
    letter-spacing: 1px;
}

.goods-category ul li.active a,
.goods-category ul li:hover a {
    background: #044fa2;
}

.hotgoods-box {
    display: flex;
}

.hotgoods-box .img {
    width: 500px;
    padding-right: 100px;
}

.hotgoods-box .img {
    transition: transform .5s;
    transform: scale(1);
}

.hotgoods-box:hover .img {
    transform: scale(1.1);

}

.hotgoods-box .dec {
    flex: 1;
    background: #f6f6f6;
    padding: 40px 60px;
    border-radius: 5px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.hotgoods-box .dec h3 {
    font-size: 26px;
    color: #464646;
    margin-bottom: 30px;
}

.hotgoods-box .dec p {
    font-size: 15px;
    color: #848484;
    font-weight: 300;
}


.hotgoods-box .dec .more {
    display: inline-block;
    padding: 10px 0 10px 45px;
    width: 150px;
    background: #044fa2;
    letter-spacing: 2px;
    color: #fff;
    font-size: 14px;
    font-family: 'Conv_GE BODY';
    font-weight: 500;
    border-radius: 10px;
    position: relative;
}

.hotgoods-box .dec .more i {
    width: 18px;
    height: 14px;
    background-image: url(../images/jiantou1.png);
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
    transition: right .3s;
}

.hotgoods-box .dec .more:hover i {
    right: 30px;
}

.hotgoods-silder .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.hotgoods-silder .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    border: 1px solid #044fa2;
    background-color: #fff;
    margin: 0 27px;
    border-radius: 100%;
    position: relative;
}

.hotgoods-silder .owl-dots .owl-dot.active {
    background: #044fa2;
}

.hotgoods-silder .owl-dots .owl-dot:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 55px;
    height: 1px;
    background: #044fa2;
}

.hotgoods-silder .owl-dots .owl-dot:last-child:after {
    display: none;
}

.goods-list {
    position: relative;
    padding: 40px 0 80px;
}

.goods-list:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150%;
    background-color: #f3f5f7;
    transform: skewY(5deg);
    transform-origin: 100% 0;
    z-index: -1;
}

.goods-list>.container>.row {
    margin: 0 -8px;
}

.goods-list>.container>.row>.col-lg-3 {
    padding: 0 8px;
}

.goods-list-item {
    background: #fff;
    padding: 20px 30px;
    display: block;
}

.goods-list-item .img {
    text-align: center;
    overflow: hidden;
}

.goods-list-item .img img {
    width: 165px;
    transition: transform .3s;
    transform: scale(1);
}


.goods-list-item:hover .img img {
    transform: scale(1.1);

}

.goods-list-item .dec {
    border-top: 1px solid #e7e9ea;
}

.goods-list-item .dec h3 {
    font-size: 15px;
    color: #464646;
    padding: 20px 0 45px;
    margin: 0;
    font-weight: 400;
    letter-spacing: 1px;
}

.goods-list-item .dec .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #aaa;
    font-weight: 300;
}

.goods-list-item .dec .more i {
    height: 14px;
    width: 18px;
    background: url(../images/jiantou2.png) no-repeat center;
}

.goods-list-item:hover .dec h3 {
    color: #1b70c3;
}


.goods-details-dec {
    padding: 50px 0 0 0;
}

.goods-details-dec h3 {
    font-family: 'Conv_GE BODY';
    font-size: 34px;
    margin-bottom: 30px;
}

.goods-details-list li {
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    padding-left: 25px;
    position: relative;
}

.goods-details-list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #1b70c3;
}

.goods-details-dec-bottom {
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
}

.goods-details-dec-bottom .more {
    display: inline-block;
    width: 260px;
    line-height: 47px;
    font-size: 13px;
    letter-spacing: .08em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 25px;
    color: #2d383f;
    white-space: normal;
    text-align: center;
    border: 1px solid #2d383f;
    background-color: transparent;
    margin-right: 20px;
}


.goods-details-dec-bottom .more>span {
    display: inline-block;
}

.goods-details-dec-bottom .more .text-wrapper {
    padding-right: 10px;
    position: relative;
    display: block;
    height: 48px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.goods-details-dec-bottom .more .text-wrapper:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border-top: 2px solid #2d383f;
    border-right: 2px solid #2d383f;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -3px;
    top: 19px;

}

.goods-details-dec-bottom .more:hover .text-wrapper:after {
    transition: right .3s;
    right: -8px;
}

.goods-details-dec-bottom .more:hover {
    background-color: #c4ced1;
    border-color: #c4ced1;
}

.goods-tab {
    margin: 50px 0;
}

.goods-tab .nav {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.goods-tab .nav li a {
    width: 235px;
    border-bottom: 3px solid #242424;
    text-transform: uppercase;
    font-size: 15px;
    color: #464646;
    margin: 0 8px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-weight: 500;
    position: relative;
    background: #fff;
}

.goods-tab .nav li a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-style: solid;
    border-width: 6px;
    border-color: #242424 transparent transparent transparent;
    margin-top: 1px;
}


.goods-tab .nav li a.active {
    border-color: #1b70c3;
    color: #1b70c3;
}

.goods-tab .nav li a.active:after {
    border-color: #1b70c3 transparent transparent transparent;
}

.certificate-box {
    margin-bottom: 30px;
}

.news {
    padding: 0 0 80px 0;
}

.news-list ul {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #d3d5d7;
    margin-bottom: 50px;
}

.news-list ul li a {
    display: block;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Conv_GE BODY';
    margin: 0 20px;
    position: relative;
}


.news-list ul li a:after {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    bottom: -7px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #1b70c3;
    border: 3px solid #c3c5c7;
    transition: border-width .3s;
}


.news-list ul li a:hover:after {
    border-width: 0px;
}


.news-item {
    padding: 45px 0;
    border-bottom: 1px solid #d3d5d7;
}

.news-item a {
    display: block;
}

.news-item-img {
    display: flex;

    border-right: 1px solid #d3d5d7;
}

.news-item-img .img {
    width: 220px;
    overflow: hidden;
}

.news-item-img .img img {
    transition: transform .3s;
    transform: scale(1);
}

.news-item-img .date {
    flex: 1;
    text-align: right;
    padding: 50px 30px 0 0;
}

.news-item-img .date p {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.news-item-img .date span {
    display: block;
    font-size: 16px;
    color: #999;
    font-weight: 500;
}

.news-item-dec {
    padding: 25px 0 0 80px;
}

.news-item-dec .title {
    position: relative;
}

.news-item-dec .title .more {
    position: absolute;
    right: 20px;
    top: -20px;
    width: 40px;
    height: 40px;
    border: 1px solid #1b70c3;
    background: #1b70c3 url(../images/jiantou1.png) no-repeat center;
}

.news-item-dec .title h3 {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.news-item-dec .title:after {
    content: "";
    position: absolute;
    left: -58px;
    top: 5px;
    width: 37px;
    height: 2px;
    background-color: #333333;
}

.news-item-dec>p {
    font-size: 15px;
    font-weight: 300;
}



.news-item:hover .news-item-img .img img {
    transform: scale(1.1);

}

.news-item:hover .news-item-dec .title h3 {
    color: #044fa2;
}


.news-item:hover .news-item-dec .title .more {
    border: 1px solid #000;
    background: #fff url(../images/jiantou2.png) no-repeat center;
}



.single-blog-post-content .content h4 {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
}

.single-blog-post-content .content p {
    color: #666;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
}

.single-blog-post-content .content .blog-line {
    height: 1px;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    margin: 20px 0;
}

.single-blog-post-content .content .blog-icon {
    text-align: center;
}

.single-blog-post-content .content .blog-icon span {
    color: #888;
    margin: 0 10px;
    display: inline-block;
}

.single-blog-post-content .content .blog-icon span a {
    color: #888;
}

.single-blog-post-content .content .blog-icon span a:hover {
    color: #1b70c3;
}



.details-footer {
    margin-top: 15px;
    font-size: 14px;
}

.details-footer-left {
    float: left;
}

.details-footer-right {
    float: right;
}

.details-footer a {
    color: #888;
    display: inline-block;
}

.details-footer a span {
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.details-footer a:hover {
    color: #1b70c3;
}

.contact {
    padding: 30px 0 220px;
}

.contact-inner {
    display: flex;
    flex-wrap:  wrap;
}

.contact-inner-left {
    width: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.contact-inner-left ul li {
    display: flex;
    margin-bottom: 40px;
}

.contact-inner-left ul li:last-child {
    margin-bottom: 0;
}

.contact-inner-left ul li span {
    width: 90px;
}

.contact-inner-left ul li p {
    flex: 1;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
}

.contact-inner-right {
    flex: 1;
}

.contact-feedback {
    position: relative;
    padding: 40px 0 80px;
}

.contact-feedback:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150%;
    background-color: #f3f5f7;
    transform: skewY(8deg);
    transform-origin: 100% 0;
    z-index: -1;
}


.contact-feedback-title {
    font-size: 36px;
    color: #464646;
    line-height: 1.5;
    text-align: center;
    font-weight: 300;
    position: relative;margin-bottom: 50px;
}

.contact-feedback-title:after {
    content: "";
    position: absolute;
    left:calc(50% - 25px);
    bottom:-10px;
    width:50px;
    height: 1px;
    background:#b3b5b7;
} 
.newsc_l {
    padding-right: 20px;
}

.newsc_lh {
    background: linear-gradient(#fff 50%, #267cc9 50%);
    background-size: 100% 200%;
    background-position: 0 200%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    border: 0;
    box-shadow: 0px 0px 0px #e0e0e0;
}

.newsc_lh a {
    padding: 20px;
    display: block;
    background: #fff;
}

.newsc_lh:hover a {
    background: none;
}

.newsc_lh:hover {
    animation: myfirst 0.3s;
    -webkit-animation: myfirst 0.3s;
    background-position: 0 100%;
    box-shadow: 0px 10px 10px #e0e0e0;
}

@keyframes myfirst {
    0% {
        background-position: 0 0%;
    }

    100% {
        background-position: 0 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        background-position: 0 0%;
    }

    100% {
        background-position: 0 100%;
    }
}

.newsc_l_img {
    overflow: hidden;
}

.newsc_l a:hover img {
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.newsc_l a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newsc_l_time {
    padding-top: 20px;
    color: #c4c4c4;
    padding-right: 40px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    float: left;
}

.newsc_l_time .newsc_l_year {
    border-bottom: 1px solid #c4c4c4;
    font-size: 16px;
    font-weight: bold;
}

.newsc_l_time .newsc_l_date {
    font-size: 14px;
}

.newsc_l_tit {
    font-weight: 500;
    padding-top: 20px;
    color: #666666;
    padding-bottom: 3px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.newsc_l_cont {
    color: #999999;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsc_l a:hover .newsc_l_time {
    color: #fff;
}

.newsc_l a:hover .newsc_l_tit {
    color: #fff;
}

.newsc_l a:hover .newsc_l_cont {
    color: #fff;
}

.newsc_l a:hover .newsc_l_year {
    border-bottom: 1px solid #fff;
}
.index-about .owl-dots{position: absolute;bottom: 10px;width: 100%;text-align: center;}
.index-about .owl-dots .owl-dot.active{background: #1b70c3;}
.index-about .owl-dots .owl-dot{width: 10px; height: 10px;background:#fff;border-radius: 50%;margin: 0 5px;}
.pagination{    justify-content: center;}
.pagination ul > li:first-child > span{width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;}
.pagination__posts ul li a{    width: 30px;
    height: 30px;
    line-height: 22px;
    border-radius: 50% !important;}  
.pagination__posts ul li.next a, .pagination__posts ul li.last a , .pagination__posts ul li.first a, .pagination__posts ul li.prev a{width: 52px;
    height: 26px;
    border-radius: 5px !important;}
    .fixed-sns{position: fixed;right: 20px;bottom: 90px;z-index: 1030;}
.fixed-sns li{position:relative;height: 50px;width: 50px;text-align:center;line-height:50px;background:rgb(128,214,63);font-size: 22px;color:#fff;border-radius: 5px;margin-top: 10px;}
.fixed-sns li:nth-child(1){background: rgb(27, 112, 195);}
.fixed-sns li:nth-child(2){background: rgb(27, 112, 195);}
.fixed-sns li a i{color:#fff;}
.cd-top {z-index: 9;display: inline-block;height: 50px;width: 50px;position: fixed;bottom: 210px;right: 20px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);text-indent: 100%;background: url(../images/top.png) no-repeat center/60%;border-radius: 5px;background-color: #1b70c3;}


@media(max-width: 767px) 
{
  body{
}
 .hidden-mobile{ display: none!important; }
 .mobile-show{display:block;}
 .mobile-top{display:flex;padding: 40px 20px 20px;justify-content:  space-between;}
 .mobile-top .mobile-logo{flex: 0 0 170px;}
 .mobile-top .mobile-language{position:relative;margin: auto 0;}
 .mobile-top .mobile-language .language-button{height: 28px;line-height: 35px;background: #fe0000;border-radius: 28px;font-size: 12px;position:  relative;z-index: 2;width: 80px;display:  flex;justify-content:  space-between;}
 .mobile-top .mobile-language .language-button a{height: 28px;flex: 0 0 35px;text-align:  center;color: #fff;b;border-radius: 14px;line-height: 28px;}
 .mobile-top .mobile-language .language-button a.active{background: #007cc3;flex: 0 0 45px;}
 .mobile-center{margin:140px 0 60px;padding: 0 20px;}
 .mobile-center .first-line{display:flex;justify-content:  center;margin-bottom:20px;}
 .width-box{flex:0 0 33%;text-align: center;overflow: hidden;}
 .width-box .hexagon{width: 50px;position:relative;height: 84px;background: #007cc3;line-height: 84px;margin:  0 auto;}
 .width-box .hexagon:after{content:"";position: absolute;border-bottom: 42px solid transparent;border-top: 42px solid transparent;border-left: 25px solid #007cc3;right: -25px;top: 0;}
 .width-box .hexagon:before{content:"";position:  absolute;border-bottom: 42px solid transparent;border-top: 42px solid transparent;border-right: 25px solid #007cc3;left: -25px;top: 0;}
 .width-box .hexagon a{text-transform: capitalize;position: absolute;color: #fff;font-size: 15px;display:  block;z-index: 1;font-weight: 500;width: 120%;left: -10%;}
 /*.mobile-center .second-line{display:flex;justify-content: space-between;margin-top: -50px;}
 .mobile-center .second-line .width-box:nth-child(1) .hexagon{background: rgb(230, 75, 56);}
 .mobile-center .second-line .width-box:nth-child(1) .hexagon:after{border-left-color: rgb(230, 75, 56);}
 .mobile-center .second-line .width-box:nth-child(1) .hexagon:before{border-right-color: rgb(230, 75, 56);}
 .mobile-center .second-line .width-box:nth-child(2) .hexagon{background: rgb(245, 212, 41);}
 .mobile-center .second-line .width-box:nth-child(2) .hexagon:after{border-left-color: rgb(245, 212, 41);}
 .mobile-center .second-line .width-box:nth-child(2) .hexagon:before{border-right-color: rgb(245, 212, 41);}
 .mobile-center .three-line{margin-top: -30px;}
 .mobile-center .three-line .width-box .hexagon{background:none;width: 80px;}
 .mobile-center .three-line .width-box .hexagon a{width: 80px;left: 0;}
 .mobile-center .three-line .width-box .hexagon:before,.mobile-center .three-line .width-box .hexagon:after{display:none;}
 .mobile-center .four-line{margin-top: -30px;justify-content: space-between;display:flex;}
 .mobile-center .four-line .width-box:nth-child(1) .hexagon{background: rgb(8, 200, 232);}
 .mobile-center .four-line .width-box:nth-child(1) .hexagon:after{border-left-color: rgb(8, 200, 232);}
 .mobile-center .four-line .width-box:nth-child(1) .hexagon:before{border-right-color: rgb(8, 200, 232);}
 .mobile-center .four-line .width-box:nth-child(2) .hexagon{background: rgb(96, 124, 230);}
 .mobile-center .four-line .width-box:nth-child(2) .hexagon:after{border-left-color: rgb(96, 124, 230);}
 .mobile-center .four-line .width-box:nth-child(2) .hexagon:before{border-right-color: rgb(96, 124, 230);}
 .mobile-center .five-line{margin-top: -30px;}
 .mobile-center .five-line .width-box:nth-child(1) .hexagon{background: rgb(81, 241, 73);}
 .mobile-center .five-line .width-box:nth-child(1) .hexagon:after{border-left-color: rgb(81, 241, 73);}
 .mobile-center .five-line .width-box:nth-child(1) .hexagon:before{border-right-color: rgb(81, 241, 73);}
 .mobile-bottom{position:absolute;bottom:0;left:0;background:rgb(19,19,19);padding: 10px 20px;}
 .mobile-bottom p,.mobile-bottom p a{color:#fff;margin-bottom:0;font-size: 13px;}*/
.mobile-bg{background:url(../images/mobile-bg3.jpg);padding: 0px 0px 30px;background-size: cover;position:relative;overflow: hidden;height: max-content;min-height: 823px;}
/*.mobile-bg:before{content:"";position:absolute;bottom: 135px;right: -35px;background: url(../images/mobile-cp.png) right bottom no-repeat;background-size: contain;width: 230px;height: 300px;}*/
.mobile-bg .mobile-logo{text-align:center;margin-bottom: 80px;padding:0 40px;position: relative;}
.mobile-bg .mobile-logo p{color:#fff;margin: 15px 0 0;}
.mobile-bg .mobile-logo img{width: 185px;}
.mobile-bg .mobile-link{display:flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 60px;padding:0 40px;position: relative;}
.mobile-bg .mobile-link .box{flex: 0 0 49%;padding: 20px;margin-bottom:8px;}
.mobile-bg .mobile-link .box h2{color:#fff;font-size: 16px;}
.mobile-bg .mobile-link .box:nth-child(1){background:rgb(128,195,38);border-radius: 0 40px;}
.mobile-bg .mobile-link .box:nth-child(2){background: rgb(130, 57, 175);border-radius: 40px 0;}
.mobile-bg .mobile-link .box:nth-child(2) h2,.mobile-bg .mobile-link .box:nth-child(4) h2{text-align:right;}
.mobile-bg .mobile-link .box:nth-child(3){background: rgb(42, 143, 185);border-radius: 40px 0;}
.mobile-bg .mobile-link .box:nth-child(4){background: rgb(232, 166, 40);border-radius: 0 40px;}
.mobile-bg .mobile-link .box .icon{padding: 0 22px;opacity: 0.3;}
.mobile-bg .mobile-link .box:nth-child(3) h2,.mobile-bg .mobile-link .box:nth-child(4) h2{margin:15px 0 0 0;}
.mobile-bg .mobile-title{padding:0 40px;position: relative;margin-bottom: 40px;}
.mobile-bg .mobile-title h2{color:#fff;font-size: 28px;margin-bottom: 5px;}
.mobile-bg .mobile-title p{color:#fff;font-size: 14px;text-align:right;}

.mobile-bg .mobile-tubiao{text-align:center;padding:0 40px;position: absolute;bottom: 55px;width: 100%;}
.mobile-bg .mobile-tubiao li{display:inline-block;margin: 0 10px;}
.mobile-bg .mobile-tubiao li:nth-child(1){width: 35px;}
.mobile-bg .mobile-tubiao li:nth-child(2){width: 70px;}
.mobile-bg .mobile-tubiao li:nth-child(3){width: 26px;}
.mobile-bg .mobile-copyright{position: absolute;bottom: 0;width: 100%;background: rgba(76, 73, 73, 0.7);}
.mobile-bg .mobile-copyright p{color:#fff;font-size: 11px;text-align:center;margin-bottom: 0;padding: 10px 0;}
.mobile-logo2{background: #05458c;padding:15px 40px;display:flex;margin-bottom: 80px;justify-content: space-between;}
.mobile-logo2 .img{flex:0 0 120px;}
.mobile-logo2 .mobile-yuzhong{align-self:center;}
.mobile-logo2 .mobile-yuzhong img{width: 20px;}
.mobile-logo2 .mobile-yuzhong span{color:#fff;font-weight: 500;margin-right: 5px;}


.header-style-two .nav-outer::before{display:none;}
.main-header .header-lower{height:auto;}
.navbar-toggler{border: 1px solid #fff;color: #fff;}
.main-header .header-lower .container{padding:0;}
.header-style-two .nav-outer{    padding: 10px 15px;justify-content: flex-start;}
.contact-inner-left{flex: 0 0 100%;}
.contact-inner-right{flex: 0 0 100%;}
.goods-category ul{flex-wrap: wrap;}
.goods-category ul li{margin-bottom:10px;}
.news-item-dec {padding: 10px 0 0 30px;}
.news-item-dec>p {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.contact-inner-left ul li{flex-wrap: wrap;}
}
@media(min-width: 767px) 
{
 .hidden-computer{ display: none!important; }
}
.poster-main { width: 100%; height: 500px; position: relative; margin: 0 auto; }
.poster-main a, .poster-main img { display: block; }
.poster-main .poster-list { width: 1000px; height: 500px; }
.poster-main .poster-list .poster-item { width: 200px; height: 500px; position: absolute; left: 0; top: 0; box-shadow: 0 0 2px 1px #ccc; }
.poster-main .poster-btn { position: absolute; top: 0; z-index: 10; cursor: pointer; }
.poster-main .poster-prev-btn { left: 0; background: url(../images/btn_l.png) no-repeat center center; }
.poster-main .poster-next-btn { right: 0; background: url(../images/btn_r.png) no-repeat center center; }