﻿.header-inner .logo img {
    width: 160px;
    height: 48px;
}
.mega_menu,.sub_menu {
  /*display:none;*/

}
.fa-angle-down:before {
    content: "\f107";
    padding-left: 0.3vw;
}
@media (min-width:990px){
    .lg-hidden1 {display:block}
}/*
.carousel-scroll-btn .carousel-scroll-btn-icon {
    text-align: center;
    color: #fff;
    font-size: 20px;
    background:url("/Content/assets/img/down.png");
}*/
.index-service-scroll-wrap .swiper-slide-text-each:last-child .swiper-slide-text-wrap .slide-title,
.index-service-scroll-wrap .swiper-slide-text-each:last-child .swiper-slide-text-wrap .slide-descrition span {color:#585c60;}
.index-tips strong.big {
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 0 18px;
    font-size: 28px;
    color: #333;
}
.index-tips .big-title .l-line {
    margin-left: -147.5px;
}
.index-tips .big-title .r-line {
    margin-left: 80.5px;
}
.index-tips .big-title .line {
    position: absolute;
    top: 22px;
    left: 50%;
    display: block;
    width: 65px;
    height: 1px;
    background-color: #c1c1c1;
}

.index-tips .small {
    display: block;
    font: normal 16px/1.5 'gotham-medium';
    color: #999;
}

.phone i.fa.fa-phone {
    color: #fff;
    margin-top: 2.5vh;
    font-size: 20px;
    position:absolute;
}
i.fa.fa-chevron-up {
    color: #fff;
    margin-top: 1.5vh;
    font-size: 20px;
    position:absolute;
}
i.fa.fa-home {
    font-size: 30px;
    margin-left: 0.5VW;
    color: #fff;
}
.index-tips {
    position: relative;
}
/*
.index-service {
 padding-bottom:0;
}*/
.lg-hidden1 {
    width: 100%;
    height: 100%;
}
.fullscreen-image {
    width: 100%;
    height: 100%;
}
i.fa.fa-long-arrow-right {
    font-size: 20px;
    z-index: 2;
    position: relative;

}
a.prev.iconfont.more i.fa.fa-long-arrow-right {
    font-size: 20px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
@media (max-width:991px){
    .index-news .each-item {width:100%;margin-left:0;margin-bottom:1vh;}
}
.big-date input#item_UpdTime {
    display: block;
    color: #999;
    font-weight: 600;
}
.small-date input#item_UpdTime {
    font: 12px/1 'Gotham-Book';
    color: #666;
}
input#item_UpdTime {
    width: 100%;
}
    
.item3 .big-date input#item_UpdTime {
    margin-left: -5px;
}

.address i.fa.fa-map-marker {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;

}
.phone-number i.fa.fa-phone {
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
}
.carousel-item.carousel-item1 a.radiu-button {
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    background: transparent;
}
.carousel-item.carousel-item1 a.radiu-button:hover{
    color: #333;
    background: #fff;
}
.index-service-scroll-wrap .swiper-slide-text-each:nth-child(3) .swiper-slide-text-wrap .slide-title {
    color: #585c60;
    font-weight:500;
}
.index-service-scroll-wrap .swiper-slide-text-each:nth-child(3) .swiper-slide-text-wrap .slide-descrition{
    color: #585c60;
}
.index-service-scroll-wrap .swiper-slide-text-each:nth-child(1) .swiper-slide-text-wrap .slide-title {
    color: #585c60;
    font-weight:500;
}
.index-service-scroll-wrap .swiper-slide-text-each:nth-child(1) .swiper-slide-text-wrap .slide-descrition{
    color: #585c60;
}
.main_menu ul li:hover .sub_menu, .main_menu ul li:hover .mega_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaley(1);
    transform: scaley(1);
}
.main_menu ul li ul.mega_menu {
    position: absolute;
    min-width: 100%;
    padding: 30px 25px;
    background: #fff;
    color:#000;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    left: 0;
    right: auto;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scaley(0);
    transform: scaley(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 9;
    height: 144px;
    margin-left: -100px;
    margin-top: -20px;
}

ul.sub_menu.pages:hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaley(1);
    transform: scaley(1);
}
ul.sub_menu.pages {
    position: absolute;
    min-width: 100%;
    padding: 30px 25px;
    background: #fff;
    color:#000;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    left: 0;
    right: auto;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scaley(0);
    transform: scaley(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 9;
    width: 220px;
    margin-top: -20px;

}
.row.align-items-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
ul.mega_menu > li {
    width: 30%;
    float: left;
    margin-left: 0;
}
ul.sub_menu > li {
    margin:0;
    float: none;
}

.main_menu ul li ul.sub_menu.pages {
    left: inherit;
    right: inherit;
}

.mega_menu li ul li a {
    color: #555;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    display: block;
    text-transform: capitalize;
}
ul.sub_menu.pages li a {
    color: #555;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    display: block;
    text-transform: capitalize;
}
ul {
    margin: 0px;
    padding: 0px;
}
.mega_menu li ul li {
    margin: 0;
}    
.mega_menu li ul li a:hover{
    color: #4a73de;
    text-decoration: none;
    cursor: pointer;

}
ul.sub_menu.pages li a:hover{
    color: #4a73de;
    text-decoration: none;
    cursor: pointer;

}
/*
ul.sub_menu.pages li a:visited{
    color: #f08519;
    text-decoration: none;
    cursor: pointer;
}*/
header nav .mega_menu li ul li a:after {
    content: '';
    bottom: 40px;
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background: none;
    transition: all .4s;
}
header nav ul.sub_menu.pages li a:after {
    content: '';
    bottom: 40px;
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background: none;
    transition: all .4s;
}
/*
.index-banner .carousel-item2 tbody {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.index-banner .carousel-item2 tbody td {
    text-align: center;
    padding: 3.7vh 4.2vw;
}
.index-banner .carousel-item2 strong.number {
    font-size:5vw;
}
.index-banner .carousel-item2 .s1 {
    font-size: 1vw;
    font-weight: 100;
    opacity: 0.8;
}
.index-banner .carousel-item2 tbody td h3.cansual-des {
    text-align: center;
}
.index-banner .carousel-item .cansual-line-vertion1 {
    width: 30vw;
    margin: 0 auto;
    height: 1px;
    top: 50%;
    transform: rotate(90deg);
    background: #fff;
    position: absolute;
    right: 13%;
}
.index-banner .carousel-item .cansual-line-vertion2 {
    width: 30vw;
    margin: 0 auto;
    height: 1px;
    top: 50%;
    transform: rotate(90deg);
    background: #fff;
    position: absolute;
    left: 18%;
}
.index-banner .carousel-item3 h2.cansual-title {
    position: absolute;
    letter-spacing: 10px;
    font-size: 60px;
    width: 100%;
    text-align: center;
    top:25%;

}

.index-banner .carousel-item3 p.cansual-des{
    font-size:24px;
    font-weight: 100;
}
.index-banner .carousel-item3 p.cansual-des.des1 {
    position: absolute;
    top: -60%;
    left: 43%;
}
.index-banner .carousel-item3 p.cansual-des.des2 {
    position: absolute;
    top: -30%;
    left: 33%;
}
.index-banner .carousel-item3 p.cansual-des.des3 {
    position: absolute;
    left: 50%;
    top:-5%;
}
p.cansual-des.des4 {
    position: relative;
    left: 33%;
    top: 20vh;
}
p.cansual-des.des5 {
    position: relative;
    left: 52%;
    top: 18vh;

}
p.cansual-des.des6 {
    position: relative;
    left: 44%;
    top: 17vh;
}
.index-banner .carousel-item3 .img1{
    position: relative;
    left: -20%;
    top: 10%;
}
.index-banner .carousel-item3 .img2{
    position: relative;
    left: -25%;
    top: 60%;
}
.index-banner .carousel-item3 .img3{
    position: relative;
    left: 25%;
    top: 10%;
}
.index-banner .carousel-item3 .img4{
    position: relative;
    left: 20%;
    top: 60%;
}
.i11 {
    margin-top: 11vh;
    margin-left: -10vw;
    height: auto;
}
.i11 p {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 20%;
    margin-top: 2px;
}
.i12 {
    margin-top: 30vh;
    margin-left: -3vw;
    height: auto;
}
.i12 p{
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 18%;
    margin-top: 2px;
}
.i13 {
    margin-top: -55vh;
    margin-left: 10vw;
    height: auto;
}
.i13 p{
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 72%;
    margin-top: 2px;
}
.i14 {
    margin-top: 26vh;
    margin-left: 23vw;
    height: auto;
}
.i14 p{
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 74%;
    margin-top: 2px;
}
.img11{
    position: absolute;
    top: 50%;
    left: 13%;
}
.img12{
    position: absolute;
    top: 83%;
    left: 68%;
}
.img13{
    position: absolute;
    top: 80%;
    left: 30%;
}
.img14{
    position: absolute;
    top: 45%;
    left: 80%;
}
*/
.breadcrumb_content ul li {
    display: inline-block;
    padding-right: 15px;
    text-transform: capitalize;
    list-style: none;


}
.breadcrumb_content a {
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
}
.breadcrumb_content a:hover {
    text-decoration: none;
    color: #1275ec;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
}
.breadcrumb_content a:active {
    text-decoration: none;
    color: #1275ec;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
}

.breadcrumb_content i.fa.fa-angle-right {
    font-size: 14px;
}