/**title**/
:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.index_bn {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
}

.swiper-bn-list {
    position: absolute;
    width: 100%;
    bottom: 50px !important;
    z-index: 9;
    text-align: center;
}

.swiper-bn-list span {
    background: none;
    width: 12px;
    height: 12px;
    margin: 0px 4px !important;
    opacity: 1;
    border: 2px #fff solid;
}

.swiper-bn-list .swiper-pagination-bullet-active {
    background: #fff;
}

.index1 .swiper-slide {
    width: 100% !important;
}

.index_bn .text {
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    z-index: 2;
    width: 100%;
    opacity: 0;
    transition: all 1s;
}

.index_bn .swiper-slide-active .text {
    transform: translateY(-50%);
    opacity: 1;
    transition-delay: 0.5s;
}


.index_bn .center {
    max-width: 1640px;
    margin: auto;
    padding: 0px 20px;
    color: #fff;
}

.index_bn .center .title {
    font-size: 46px;
    font-weight: bold;
}

.index_bn .center .subtitle {}

.carousel-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


/**pagtitle**/
.pagtitle {
    margin-bottom: 30px;
}

.pagtitle .name {
    font-size: 46px;
    color: #2a2f2c;
    text-align: center;
    font-family: Montserrat-Bold;
}

.pagtitle .subname {
    font-size: 48px;
    color: #363c40;
    text-align: center;
    margin: 0px auto 0px;
    line-height: 1.2em;
    font-family: 'Montserrat-Medium';
}

.pagtitle .def1 {
    text-align: center;
    color: #26bcbb;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: Montserrat-Medium;
}


/**pag1**/

.pag1 {}

.pag1 .text {
    position: absolute;
    z-index: 999;
    color: #fff;
    top: 20vh;
    left: 0px;
    width: 100%;
}

.pag1 .textcenter {
    max-width: 950px;
    width: 100%;
    display: block;
    padding-left: 20px;
    position: relative;
    opacity: 0;
    transition: all 1s;
    text-align: center;
    margin: auto;
}

.pag1 .swiper-slide-active .textcenter {
    top: 0px;
    opacity: 1;
}


.pag1 .tittle {
    color: #fff;
    font-size: 56px;
    text-align: center;
    margin: 0px auto 0px;
    line-height: 1.2em;
    font-family: 'Montserrat-Medium';
}

.pag1 .inSolutions {
    font-size: 30px;
    font-family: 'Montserrat-Medium';
}

.pag1 .subname {
    margin-top: 20px;
    line-height: 1.8em;
}

.pag1 a.more {
    display: block;
    width: 170px;
    line-height: 50px;
    background: #0645a4;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-family: Montserrat-Medium;
    margin-top: 40px;
    font-size: 14px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0px;
}

.pag1 a.more img {
    margin-left: 10px;
}

.pag1 .inpr .pics {
    background: #000;
    width: 100%;
    position: relative;
    max-height: 100vh;
}

.pag1 .inpr .pics img {
    width: 100%;
    opacity: 0.6;
    transition: all 3s;
    transform: scale(1.1);
}

.pag1 .inpr .swiper-slide-active .pics img {
    transform: scale(1);
}

.pag1 .inpr li {
    overflow: hidden;
    width: 100%;
}

.pag1 .inpr li.swiper-slide-active {
    z-index: 8;
}


.pag1 .inprsz {
    position: absolute;
    bottom: 0%;
    z-index: 3;
    width: 100%;
    right: 0px;
    background: rgba(0, 0, 0, 0.4);
}

.pag1 .inprfl {
    max-width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.pag1 .inprfl .swiper-wrapper {
    display: flex;
    width: 100%;
    transform: none !important;
}

.pag1 .inprfl p {
    display: block;
    padding: 30px 0px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.pag1 .inprfl img {
    height: 46px;
    filter: brightness(0%) invert(100%);
}

.pag1 .inprfl span {
    color: #fff;
    font-size: 18px;
    font-family: Montserrat-Medium;
    display: block;
    margin-top: 20px;
}

.pag1 .inprfl .swiper-wrapper li {
    transition: all 0.5s;
    width: calc(100% / 8) !important;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
}

.pag1 .inprfl .swiper-wrapper li.swiper-slide-thumb-active {
    padding-left: 0px;
    background: #0645a4;
}

/**pag2**/

.Products-Left {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -26px;
    background: #fff;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s;
}

.Products-Right {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 50%;
    margin-top: -26px;
    cursor: pointer;
    background: #fff;
    transition: all 0.5s;
}

.Products-Left img,
.Products-Right img {
    width: 10px;
}

.Products-Left:hover,
.Products-Right:hover {
    background: #0645a4;
}

.Products-Left:hover img,
.Products-Right:hover img {
    filter: brightness(0%) invert(100%);
}

.swiper_products {
    overflow: hidden;
    width: 100%;
    position: relative;
}


.pag2 {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 80px 0px;
    background: #f0f4f6;
    background-size: cover;
}

.pag2 .name {
    font-size: 36px;
    color: #333;
    text-align: left;
    line-height: 1.2em;
    font-family: 'Montserrat-Medium';
    padding: 0px 20px;
    max-width: 1440px;
    margin: auto;
}

.pag2 .subname {
    max-width: 1200px;
    text-align: center;
    color: #666;
    margin: 5px auto;
}


.pag2 .center {
    max-width: 1560px;
    padding: 0px 80px 0px;
    margin: auto;
    position: relative;
    margin-top: 30px;
}

.pag2 ul {
    width: 100%;
}

.pag2 ul li a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}

.pag2 ul li .ico {
    overflow: hidden;
    background:#fff;
    position: relative;
    width: 100%;
}

.pag2 ul li .ico img {
    width: 100%;
    transition: all 0.5s;
}

.pag2 ul li:hover .ico img {
    transform: scale(1.1);
}

.pag2 ul li .text {
    padding: 30px;
    background: #fff;
    min-height: 120px;
}

.pag2 ul li .inflname {
    font-size: 18px;
    font-family: Montserrat-Medium;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height:54px;
}

.pag2 ul li a:hover .inflname {
    color: #0645a4;
}


.pag2 ul li .inflsubname {
    font-size: 14px;
    color: #6d7478;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: center;
    min-height: 82px;
    display:none;
}


/**pag6**/
.pag6 {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px 80px;
    background: #f0f4f6;
}

.pag6 .center {
    max-width: 1440px;
    margin: auto;
    display: flex;
    padding: 0px 20px;
}

.pag6 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pag6 ul li {
    width: calc((100% - 80px)/3);
    float: left;
}



.pag6 .ico {
    overflow: hidden;
    position: relative;
    float: right;
    width: 100%;
    height: 0px;
    padding-top: 57%;
}

.pag6 .ico img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1.01);
    height: 100%;
    object-fit: cover;
}

.pag6 li a:hover .ico img {
    transform: translateY(-50%)scale(1.1);
}


.pag6 ul a .text {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 35px;
    transition: all 0.5s;
    min-height: 220px;
}

.pag6 ul li:hover .text {
    background: #0645a4;
}

.pag6 ul a .title {
    font-size: 20px;
    color: #11161a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-family: Montserrat-Medium;
    margin-bottom: 15px;
    line-height: 1.2em;
    transition: all 0.5s;
}

.pag6 ul a .ext_summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #798186;
    line-height: 1.8em;
}

.pag6 ul a:hover .title,
.pag6 ul a:hover .ext_summary {
    color: #fff;
}


.pag6 ul a .summary {
    font-size: 14px;
    color: #000;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pag6 ul a .time {
    padding-left: 0px;
    text-align: left;
    color: #0645a4;
    font-size: 14px;
    margin-top: 15px;
    transition: all 0.5s;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.pag6 ul a .time i {
    width: 36px;
    height: 36px;
    background: #f5f9fa;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}


.pag6 ul li:hover .time {
    color: #fff;
}

.pag6 .more {
    display: block;
    width: 100%;
    line-height: 1.2em;
    text-align: left;
    color: #26bcbb;
    border-radius: 4px;
    transition: all 0.5s;
    margin: 20px auto 0px;
    font-family: Montserrat-Medium;
    padding-top: 20px;
    border-top: 1px #ececed solid;
    font-size: 14px;
}

.pag6 ul li:hover .more {
    color: #fff;
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
}


/**pag3**/

.pag3 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 80px;
    background-size: 100%;
}

.pag3 .center {
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    display: block;
    justify-content: center;
    align-items: center;
    width: 94%;
    text-align: center;
}

.pag3 .center .titleb {
    display: block;
    font-size: 48px;
    color: #363c40;
    text-align: center;
    margin: 0px auto 0px;
    line-height: 1.2em;
    font-family: 'Montserrat-Medium';
}

.pag3 .summary {
    margin-top: 20px;
    line-height: 1.8em;
    color: #333;
}


.pag3 a.more {
    width: 170px;
    line-height: 50px;
    background: #0645a4;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-family: Montserrat-Medium;
    font-size: 14px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0px;
}

.pag3 a.more img {
    margin-left: 10px
}

.pag3 a.more:hover {
    background: #3299d5;
}

.aboutsz {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.aboutsz ul {
    display: flex;
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    justify-content: space-between;
    margin-top: 40px;
    width: 94%;
}

.aboutsz ul li {
    max-width: 200px;
}

.aboutsz ul li em {
    font-family: 'Montserrat-Medium';
    font-style: initial;
    font-size: 40px;
    color: #0645a4;
}

.aboutsz ul li p:nth-of-type(1) {
    font-size: 40px;
    color: #0645a4;
    font-family: 'Montserrat-Medium';
    text-align: center;
}

.aboutsz ul li p:nth-of-type(2) {
    color: #333;
    text-align: center;
    font-size: 16px;
}
.distribution
{
    margin: 40px auto 0px;
    max-width: 1440px;
    padding: 0px 20px;
}
.distribution img
{
    width: 100%;
}

@keyframes warn {
    0% {
	opacity: 0;
        -webkit-transform:scale(.5);
	transform: scale(.5);
}
5% {
	opacity: 1;
}
to {
	opacity: 0;
        -webkit-transform:scale(5);
	transform: scale(5);
}
}
@keyframes warn2 {
    0% {
	opacity: 0;
        -webkit-transform:scale(.5);
	transform: scale(.5);
}
5% {
	opacity: 1;
}
to {
	opacity: 0;
        -webkit-transform:scale(4);
	transform: scale(4);
}

}


.maplist
{
  position:relative;
  overflow:hidden;
}

.mjmap
{
    width: 14px;
    height: 14px;
    background: #0645a4;
    border-radius: 100%;
    position:absolute;
}
.mjmap::before {
    content: '';
    position: absolute;
    width:14px;
    height: 14px;
    -webkit-box-shadow: inset #0645a4 0 0 40px;
    box-shadow: inset #0645a4 0 0 40px;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: .8;
    animation: warn2 2s ease-out .1s infinite;
}

.mjmap::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-box-shadow: inset #0645a4 0 0 40px;
    box-shadow: inset #0645a4 0 0 40px;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: .7;
    animation: warn 2s ease-out 1.1s infinite;
}

.map01
{
    left: 10%;
    top: 21%;
}
.map02
{
    left: 17%;
    top: 31%;
}
.map03
{
    left: 12%;
    top: 43%;
}
.map04
{
    left: 26%;
    bottom: 31%;
}
.map05
{
    left: 43%;
    top: 17%;
}
.map06
{
    left: 46%;
    top: 20%;
}
.map07
{
    left: 44%;
    top: 24%;
}
.map08
{
    left: 42%;
    top: 28%;
}

.map09
{
    left: 53%;
    top: 48%;
}
.map10
{
    left: 48%;
    top: 26%;
}
.map11
{
    left: 58%;
    top: 36%;
}
.map12
{
    right: 32%;
    top: 16%;
}
.map13
{
    right: 30%;
    top: 40%;
}
.map14
{
    right: 22%;
    top: 57%;
}
.map15
{
    right: 16.5%;
    top: 30%;
}
.map16
{
    right: 13%;
    top: 30%;
}
.map17
{
    right: 22%;
    top: 45%;
}
.map18
{
    right: 13%;
    bottom: 23%;
}

/**pag5**/
.pag5 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 100px 0px;
}

.pag5 .ico {
    max-width: 1660px;
    margin: auto;
    padding: 0px 20px;
}

.pag5 .ico img {
    width: 100%;
}

/**pag7**/
.pag7 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 100px;
    padding-bottom: 250px;
    background: url(../images/index_25.jpg) no-repeat center bottom;
    background-size: cover;
}

.pag7 .center {
    max-width: 1440px;
    margin: auto;
    display: flex;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: center;
}

.pag7 .left {
    max-width: 560px;
}

.pag7 .left .def1 {
    font-size: 48px;
    color: #fff;
    text-align: left;
    margin: 0px auto 0px;
    line-height: 1.2em;
    font-family: 'Montserrat-Medium';
}

.pag7 .left .def2 {
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}

.pag7 .left a {
    display: flex;
    width: 200px;
    line-height: 50px;
    align-items: center;
    background: #fff;
    color: #0645a4;
    justify-content: center;
    font-family: 'Montserrat-Medium';
    border-radius: 30px;
    margin-top: 30px;
    transition: all 0.5s;
}

.pag7 .left a img {
    margin-right: 10px;
}

.pag7 .left a:hover {
    background: #0645a4;
    color: #fff;
}

.pag7 .left a:hover img {
    filter: brightness(0%) invert(100%);
}

.pag7 .right {
    width: 50%;
}

.pag7 .right .messages-list input {
    line-height: 46px;
    border-radius: 0px;
    border: 1px #eee solid;
    padding: 0px 20px;
    width: calc((100% - 40px) / 3);
    background: none;
    color: #666;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
    font-family: Montserrat-Light;
}

.pag7 .right textarea {
    display: block;
    line-height: 1.8em;
    border-radius: 0px;
    border: 1px #eee solid;
    padding: 10px 20px;
    width: 100%;
    height: 160px;
    background: none;
    background: #fff;
    color: #333;
    overflow: hidden;
    font-size: 14px;
    border-radius: 4px;
}

.pag7 .right button {
    width: 100%;
    line-height: 50px;
    background: #0645a4;
    border: none !important;
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    outline: 0;
    max-width: 300px;
    border-radius: 4px;
    margin: 20px auto 0px;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
    display: block;
    font-family: Montserrat-Medium;
}

.pag8 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pag8::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0px;
    height: 50%;
    left: 0px;
    background: #f0f4f6;
}

.pag8 .solution-search {
    max-width: 1400px;
    margin: auto;
    position: relative;
    z-index: 2;
}


/**pag9**/
.pag9 {
    width: 100%;
    padding: 0px 0px 60px;
    overflow: hidden;
    position: relative;
}

.pag9 .center {
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
}

.pag9 .center .text {
    width: 50%;
    text-align: right;
    position: absolute;
    left: 0px;
    padding-right: 30px;
}

.pag9 .center .text .title {
    text-transform: uppercase;
    font-size: 30px;
    color: #0645a4;
    font-family: Montserrat-Medium;
}

.pag9 .center .text .ext_indexsummary {
    font-family: Montserrat-Medium;
    font-size: 48px;
    color: #333;
    line-height: 1.2em;
}

.pag9 .center .ico img {
    max-width: 100%;
}

.pag9 .Production {
    background: none;
    padding: 0px;
    margin-top: 50px;
}

.pag9 .Production .center .ext_aboutgy {
    color: #333;
}

.pag9 .Production .center .content {
    color: #333;
}

/**productsfl**/

.productsfl {
    width: 100%;
    padding: 80px 0px;
}
.productsfl
{

}
.productsfl .def1
{
    font-size: 48px;
    text-align: center;
    color: #333;
    font-family: Montserrat-Medium;
}
.productsfl .def2
{
    font-size: 20px;
    text-align: center;
    color: #333;
    max-width: 1000px;
    margin: 0px auto 30px;
}


.productsfl {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 80px 0px 0px;
    background: #f0f4f6;
    background-size: cover;
}

.productsfl .center {
    max-width: 1440px;
    padding: 0px 20px;
    margin: auto;
    position: relative;
}

.swiper-prfl {
    overflow: hidden;
    position: relative;
}

.swiper-prfl .swiper-slide {
    display: flex;
    background: #fff;
}

.swiper-prfl .ico {
    width: 50%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.swiper-prfl .ico img {
    width: 100%;
    transition: all 0.5s;
}

.swiper-prfl .swiper-slide:hover img {
    transform: scale(1.1);
}

.swiper-prfl .swiper-slide .text {
    width: 50%;
    padding: 50px 40px 0px;
}

.swiper-prfl .swiper-slide .name {
    color: #0645a4;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all 0.5s;
    font-family: Montserrat-Medium;
}

.swiper-prfl .swiper-slide .summary {
    font-size: 16px;
    color: #63686c;
    margin: 20px 0px;
    line-height: 1.8em;
}

.swiper-prfl .swiper-slide a.more {
    padding: 0px 0px;
    background: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px;
    color: #0645a4;
    font-family: Montserrat-Medium;
    line-height: 56px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    transition: all 0.5s;
}

.swiper-prfl .swiper-slide a.more img {
    border-radius: 100%;
    background: #eee;
    margin-left: 10px;
}

.swiper-prfl .swiper-slide a.more:hover {
    background: #0645a4;
    color: #fff;
}

.swiper-prfl .swiper-slide a.more:hover img {
    background: #fff;
}

.productsfl-Left {
    width: 52px;
    height: 52px;
    border: 1px #0645a4 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    right: 110px;
    z-index: 9;
}

.productsfl-Left img {
    width: 10px;
}

.productsfl-Right {
    width: 52px;
    height: 52px;
    border: 1px #0645a4 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 9;
}

.productsfl-Right img {
    width: 10px;
}

.productsfl-Right:hover,
.productsfl-Left:hover {
    background: #0645a4;
}

.productsfl-Right:hover img,
.productsfl-Left:hover img {
    filter: brightness(0%) invert(100%);
}


/**pag0**/
.pag0
{
    padding:80px 0px;
}


.pag0 .center {
    max-width: 1440px;
    padding: 0px 20px;
    margin: auto;
}

.pag0 .center .name {
    font-size: 60px;
    color: #232936;
    font-family: Montserrat-Medium;
    max-width: 850px;
    line-height: 1.2em;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-kerning: normal;
    -webkit-background-clip: text !important;
    color: transparent;
    background: url(../images/bg3.jpg) repeat center center;
    -webkit-font-smoothing: antialiased;
    animation: textbg 15s infinite;
    -webkit-animation: textbg 15s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

@keyframes textbg {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 50% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}

.pag0 .center .subname {
    font-size: 18px;
    color: #333;
    max-width: 850px;
    margin-top: 20px;
}




