body,html {
    overflow-x: hidden;
    padding: 0;
    background: var(--color-f);
    color: #020814;
    font-size: 14px;
}

p {
    color: #41464f;
    font-size: 14px;
}


a {
    color: inherit;
}

a,a:hover {
    text-decoration: none;
}

a:hover,
.nav-link:hover,
.nav-link.active {
    color: var(--color-b);
}

a.link.active {
    color: var(--color-b)!important;
    /*background-color: var(--color-d)!important;*/
    background: linear-gradient(to right, var(--color-f), var(--color-d));
    border-right: 3px solid var(--color-b)!important;
}
.carousel {
    margin-bottom: 4rem;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-item {
    height: 32rem;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    height: 32rem;
    min-width: 100%;
}

@media (max-width:768px) {
    .carousel-item {
height: 26rem;
    }
}
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.featurette-divider {
    margin: 5rem 0;
}

.featurette-heading {
    letter-spacing: -.05rem;
    font-weight: 300;
    line-height: 1;
}
@media (min-width: 768px) {
    .row-cols-md-7>* {
-ms-flex: 0 0 14.285714%;
flex: 0 0 14.285714%;
max-width: 14.285714%;
    }
    .row-cols-md-8>* {
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
    }
    .row-cols-md-9>* {
-ms-flex: 0 0 11.111111%;
flex: 0 0 11.111111%;
max-width: 11.111111%;
    }
    .row-cols-md-10>* {
-ms-flex: 0 0 10%;
flex: 0 0 10%;
max-width: 10%;
    }
}
@media (min-width:40em) {
    .carousel-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
    }

    .featurette-heading {
font-size: 50px;
    }
}

@media (min-width:62em) {
    .featurette-heading {
margin-top: 7rem;
    }
}


.navbar {
    padding: 0;
}
.navbar .card-text {
    font-size: 12px;
}
.navbar-light .navbar-nav .nav-link {
    padding: 0 1.25rem;
    height: 60px;
    line-height: 60px;
    color: var(--color-g);
}

.navbar-light .navbar-toggler {
    border-color: rgb(0 0 0 / 0%);
    color: rgba(0,0,0,.5);
}
.pnews{font-size: 16px;
    margin: 13px 0 0;
    color: #666666;
	text-align: center;
	line-height:40px;
}
.navbar-brand {
    display: inline-block;
    margin-right: 30px;
	margin-left:20px;
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
    font-size: 1.25rem;
    line-height: inherit;
}
.px-3 {
    font-size: 24px;
    padding: 0 20px;
	line-height:42px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.text-muted{ font-size:14px;}
#cartnum {
    position: relative;
    top: -15px;
    left: -14px;
    font-weight: 600;
}
.m-menu {
    display: none;
}
.m-menu.show {
    display: block;
}
.m-menu .tab-list,
.m-menu .tab-content {
    max-height: calc(100vh - 4.5rem);
    overflow-y: auto;
}
.m-menu .link i {
    float: right;
}
.note {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}
.volcfe-nav-mobile-menu-wrap {
    height: auto;
}

.login-pc {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.login-mobi {
    display: none;
}

@media (max-width:768px) {
    .volcfe-nav-mobile-menu-wrap {
display: -webkit-flex;
display: -moz-box;
display: flex;
height: -webkit-calc(100vh - 56px);
height: -moz-calc(100vh - 56px);
height: calc(100vh - 56px);
    }

    .volcfe-nav-mob-right-panel {
overflow-y: scroll;
height: 100%;
-moz-box-flex: 1;
-webkit-flex: 1 1;
flex: 1 1;
scrollbar-width: thin;
    }

    .login-pc {
display: none;
    }

    .login-mobi {
display: flex;
    }
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width:768px) {
    .bd-placeholder-img-lg {
font-size: 3.5rem;
    }
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: var(--color-b);
}

.navbar-collapse .navbar-nav .nav-link:focus,.navbar-collapse .navbar-nav .nav-link:hover {
    box-shadow: 0 2px 0 0 var(--color-b)!important;
    color: var(--color-b)!important;
    position: relative;
    z-index: 10005;
}

.dropdown {
    position: static!important;
}

.dropdown:hover,.dropdown:hover .nav-link {
    box-shadow: 0 2px 0 0 var(--color-b)!important;
    color: var(--color-b)!important;
    position: relative;
    z-index: 10005;
}
.dropdown.open .dropdown-menu  {
    display: block;
}
/*.dropdown-menu.show {*/
/*    display: none;*/
/*}*/
.dropdown-menu {
    margin-top: 0!important;
    width: 100%!important;
    border: none;
    border-radius: 0;
    background: var(--color-f);
    padding: 0;
}

.dropdown:hover .dropdown-menu {
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.03);
    transition: .3s .1s;
}

.dropdown-menu p {
    margin: 0;
}
.dropdown-menu .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
    /*border-right: none;*/
    /*border-radius: 2rem;*/
}
.dropdown-menu .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}
.dropdown-menu .form-control {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /*border-left: none;*/
    border-radius: 2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dropdown-menu .search input {
    /*max-width: 400px;*/
    padding: 1.5rem 0;
    border-left: 0;
    border-right: 0;
}
.dropdown-item {
    white-space: revert;
}
@media (min-width:1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
max-width: 1280px;
/*padding: 0;*/
    }
}
.home-product .fas {
    margin-right: 5px;
}
.home-product .col {
    padding: 0 4px 8px 4px;
}
.home-product-menu {
    background: var(--color-a)!important;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 6%);
    position: relative;
}
.home-product-list {
    background: #f3f5f8;
    box-shadow: inset 8px 8px 20px 0 rgba(55,99,170,.11), inset -8px -8px 20px 0 var(--color-a)!important;
}
.home-product-list .card {
    background-image: url(../img/index-pro-cloud-bg.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
}
.home-product .list-group {
    flex-direction: inherit;
}
.home-product .list-group-item {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    background: #fff0;
    border: none;
    margin-bottom: 5px;
}
.home-product .list-group-item i {
    color: var(--color-b)!important;
}
/* .home-product .list-group-item.active i {
    color: var(--color-a)!important;
} */
.home-product .list-group-item:hover {
    color: var(--color-b)!important;
    /* background-color: var(--color-b)!important;
    border-color: var(--color-b)!important;
    border-radius: 10px; */
}
.home-product .list-group-item.active {
    z-index: 2;
    color: var(--color-b)!important;
    /* background-color: var(--color-b)!important; */
    /* border-color: var(--color-b)!important; */
    border-radius: 10px;
}
.home-product .list-group-item.active div {
    position: relative;
    display: inline-block;
}
.home-product .list-group-item.active div::before {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--color-b)!important;
    transition: width .3s ease-in-out;
}
.home-product .position-relative {
    background: var(--color-a)!important;
}
.home-product .badge-info {
    background: #f1f2f5;
    color: #5f7292;
    font-weight: 400;
}
.home-product .text-muted {
    font-size: 14px;
}
.home-product small.text-muted {
    font-size: 12px;
}
.home-product .popover {
    z-index: 1;
    line-height: 1.4;
}
.hot-column:first-child {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(209,227,255,0)),to(#d1e3ff));
    background-image: -webkit-linear-gradient(bottom,rgba(209,227,255,0),#d1e3ff);
    background-image: -moz-linear-gradient(bottom,rgba(209,227,255,0) 0,#d1e3ff 100%);
    background-image: linear-gradient(0deg,rgba(209,227,255,0),#d1e3ff);
}

.bg-xOOL {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 102px;
    background-position: right 12px;
    background-size: contain;
    background-repeat: no-repeat;
}

.carousel-caption {
    bottom: 7rem;
    z-index: 10;
    color: #ffffff;
}
.carousel-caption h1{
    margin-bottom: 0.5rem;
	font-size:42px;
    line-height: 80px;}
	
.carousel-caption p {
    margin-bottom: 1.25rem;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
}
@media (max-width:768px) {
    .carousel-caption {
bottom: 4rem;
    }
}
.bg-bottom {
    width: 100%;
    height: 100%;
    background: no-repeat 50%/cover;
}

.bgg {
    margin: auto;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: auto;
    background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, rgba(255,25,25,1) 98%);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
}
@keyframes gradient {
    0% {
background-position: 0% 0%;
    }
    50% {
background-position: 100% 100%;
    }
    100% {
background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
transform: translateX(1);
    }

    25% {
transform: translateX(-25%);
    }

    50% {
transform: translateX(-50%);
    }

    75% {
transform: translateX(-25%);
    }

    100% {
transform: translateX(1);
    }
}

      .point {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  vertical-align: middle;
      }
      .point-lg {
  width: 8px;
  height: 8px;
      }
/*.carousel .btn {*/
/*    font-size: 1rem;*/
/*    padding: .5rem 1rem;*/
/*}*/



.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:999999;}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    /* COLOR 1 */
    border-top-color: var(--color-a)!important;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    -ms-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    -moz-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */ 
    -o-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */   
animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index:1001;}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
/* COLOR 2 */       
border-top-color: var(--color-a)!important;
-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
-moz-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
-o-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
-ms-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */      
animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */}
#loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: var(--color-a)!important;
/* COLOR 3 */       
-moz-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
-o-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
-ms-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */}


@-webkit-keyframes spin {
0%{ 
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);  /* IE 9 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
}100%{
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */}
}

@keyframes spin {
0%{ 
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);  /* IE 9 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
}100%{
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */}
}


#loader-wrapper .loader-section {
position: fixed;
top: 0;
width: 51%;
height: 100%;
background-color: var(--color-b)!important;
z-index: 1000;
-webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: translateX(0);  /* IE 9 */
transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */}
#loader-wrapper .loader-section.section-left {left: 0;}
#loader-wrapper .loader-section.section-right {right: 0;}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
.loaded #loader-wrapper .loader-section.section-right {
-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
.loaded #loader {
opacity: 0;
-webkit-transition: all 0.3s ease-out;  
transition: all 0.3s ease-out;}
.loaded #loader-wrapper {
visibility: hidden;
-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);  /* IE 9 */
transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
-webkit-transition: all 0.3s 1s ease-out;  
transition: all 0.3s 1s ease-out;}

#loader-wrapper .load_title {
    font-family:'Open Sans';
    color:var(--color-a)!important; font-size:19px; width:100%; text-align:center; z-index:9999999999999; position:absolute; top:60%; opacity:1; line-height:30px; }
#loader-wrapper .load_title span {  font-weight:normal; font-style:italic; font-size:13px; color:var(--color-a)!important; opacity:0.5;}

#myScrollspy a {
    color: inherit;
    padding: 1rem 0;
}
#myScrollspy .active {
    color: var(--color-b)!important;
    background: var(--color-a)!important;
    border-bottom: 3px solid;
    border-radius: 0;
    display: inline-block;
    max-width: 100%;
}
.card-header .nav-link {
    color: inherit;
}
.card-header .nav-pills .active {
    color: var(--color-b)!important;
    background: var(--color-a)!important;
    border-top: 3px solid;
    border-radius: 0;
    display: inline-block;
    max-width: 100%;
}
.bg-primary {
    background-color: var(--color-b)!important;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    color: var(--color-a)!important;
    background-color: var(--color-c)!important;
}
.btn-primary {
    color: var(--color-a)!important;
    background-color: var(--color-b)!important;
    border-color: var(--color-b)!important;
}
.btn-primary:hover {
    color: var(--color-a)!important;
    background-color: var(--color-c)!important;
    border-color: var(--color-c)!important;
}
.btn-outline-primary {
    color: var(--color-b)!important;
    border-color: var(--color-b)!important;
}
.btn-outline-primary:hover {
    color: var(--color-a)!important;
    background-color: var(--color-b)!important;
    border-color: var(--color-b)!important;
}
.badge-primary {
    color: var(--color-a)!important;
    background-color: var(--color-b)!important;
}
.bg-active {
    color: var(--color-a)!important;
    background-color: var(--color-b)!important;
}
.left {
    float: left;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1rem;
}

.apps .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}
.apps .applink {
    color: hsla(0,0%,100%,.8);
    border-right: 3px solid hsla(0,0%,100%,.2);
}
.apps .applink:hover,
.apps .applink.active {
    color: var(--color-a)!important;
    font-weight: 500;
    background-color: hsla(0,0%,100%,.2);
    border-right: 3px solid var(--color-a)!important;
}
.apps .applink i {
    font-size: 2rem;
}
.apps .applink span {
    position: relative;
    top: -4px;
}
.apps .tab-content p {
    color: hsla(0,0%,100%,.8);
}
.apps .tab-content img {
    width: 100%;
}
.apps .card-body {
    font-size: 12px;
}

.po-left {
    left: 270px;
}
@media (max-width:768px) {
.po-left {
    left: 0;
}
}
.m-po-left {
    left: 0;
}
@media (max-width:768px) {
.m-po-left {
    left: -270px;
}
}
.page-link {
    color: var(--color-b);
}
.page-item.active .page-link {
    z-index: 3;
    background-color: var(--color-b)!important;
    border-color: var(--color-b)!important;
    color: var(--color-a)!important;
}
.page-item.active .text-muted {
    color: var(--color-b)!important;
}
.badge-primary {
    background-color: var(--color-b)!important;
}
.text-primary {
    color: var(--color-b)!important;
}
.text-white {
    color: var(--color-a)!important;
}
.bg-white {
    background-color: var(--color-w)!important;
}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    color: var(--color-b)!important;
    background-color: var(--color-d)!important;
    border-color: var(--color-b)!important;
}
.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single {
    background-color: var(--color-b)!important;
    color: var(--color-a)!important;;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    border-top-color: var(--color-b)!important;
}
.irs--round .irs-bar {
    background-color: var(--color-b)!important;
}
.irs--round .irs-handle {
    border: 4px solid var(--color-b)!important;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: var(--color-b)!important;
    background-color: var(--color-b)!important;
}
.bg-img {
    filter: var(--hue-rotate)!important;
}
header nav,footer nav {
    background-color: var(--color-bg)!important;
    color: var(--color-g)!important;
}
footer .border-top {
    border-color: var(--color-border)!important;
} 
.service {
    background-color: #FFFFFF;
    color:#333333;
}
.service img {
    filter: var(--service-img)!important;
}
.copyright {
    background-color: var(--color-copbg)!important;
}
.top-search {
    position: relative;
    width: 350px;
}
/*.top-search:hover {*/
/*    width: 350px;*/
/*}*/
.top-search .input-group-text {
    background: #fff;
    border-right: none;
}
.top-search .form-control {
    border-left: none;
    border-right: none;
}
.top-search .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}
.top-search .topResult {
    position: absolute;
    top: 60px;
    width: 100%;
    background: #fff;
    display: none;
}
.top-search .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
}
#topResult {
    max-height: calc(100vh - 9rem);
    overflow-y: auto;
}

/*}¶ÀÁ¢Ôö¼ÓCSS*/
.services{ background:#fff; width:1200px; margin:0 auto; min-height:630px; margin-top:20px;}
.serviceCon{ background:#fff;}
.serviceCon dl{ width:380px; float:left; display:inline; margin-left:30px}
.serviceCon dl.s1{ margin-left:0}
.serviceCon dt h2,.serviceCon dt p{ height:30px; line-height:30px; font-size:24px; font-weight:normal; color:#202020}
.serviceCon dt p{ color:#606060; font-size:16px}
.serviceCon dd{border:1px solid #dededf;  margin:30px 0 0; box-shadow:1px 1px 3px #ddd; position:relative;-webkit-transition:all .8s ease-in-out; -moz-transition:all .8s ease-in-out; -o-transition:all .8s ease-in-out; transition:all .8s ease-in-out; height:100px;}
.serviceCon dd a{ display:block; padding:20px; border:1px solid #fff; height:100px; overflow:hidden;}
.serviceCon dd i{ display:block; background:url(../img/index_ico.png) no-repeat -200px 0; position:absolute; top:1px; right:20px; width:96px; height:96px}
.serviceCon dd h3,.serviceCon dd p{ height:30px; line-height:30px; font-size:20px; font-weight:normal; color:#202020}
.serviceCon dd p{ font-size:16px; color:#606060}
.serviceCon dd:hover a{ border-color:#0f7ef0;}

.serviceCon dd.p4 i{ background-position:-200px -100px}
.serviceCon dd.p2 i{ background-position:-50px 0; width:150px; right:1px}
.serviceCon dd.p3 i{ background-position:-50px -100px; width:150px; right:1px}
.serviceCon dd.p5 i{ background-position:-300px 0}
.serviceCon dd.p7 i{ background-position:-400px 0}
.serviceCon dd.p8 i{ background-position:-500px 0}
.serviceCon dd.p9 i{ background-position:-400px -100px}
.serviceCon dd.p6 i{ background-position:-300px -100px}
/*footer-banner*/
.footer-banner{ height: 160px; background: url("../img/foot-banner.png") center no-repeat; overflow: hidden; min-width:1205px;}
.footer-banner h1{ color: #fff; font-size: 30px; float: left; height: 40px; line-height: 40px; margin: 65px 0 0;}
.footer-banner a{ display: block; float: right; width: 200px; height: 50px; margin: 65px 0 0; background: #fff; border-radius: 3px; line-height: 50px; text-align: center; color: #059fff; font-size: 18px; }
.module-title { font-size: 36px; color: #000; margin: 0 0 55px; text-align: center; }
.module-title span{ color: #059fff;}
.module-title p{ font-size: 16px; margin: 13px 0 0; color: #666666; }
.foot-links{ background-color:#333333;}
.foot-linkk{ clear: both; position: relative; padding:28px 0 22px 28px; border-top: 1px solid #414447; border-bottom: 1px solid #414447; background-color:#333333;width:1205px;margin:0 auto;}
.foot-linkk:before{ content: ""; display: inline-block; width: 25px; height: 20px; position: absolute; left: 0; top:26px; background: url("../img/icons.png") -93px -18px no-repeat; }
.foot-linkk a{ display: inline-block; color: #7a7d80; font-size: 12px; line-height: 22px; margin-right: 20px;}
.foot-linkk a:hover{ color:#fff;}
.container{ width: 1300px; margin: 0 auto;}

/*footer*/
/*footer*/
.footer{ background: #333333; padding-top: 70px;overflow: hidden; min-width:1300px;}
.footer .foot-menuu{ float: left; width: 880px; margin: 0 0 20px;}
.footer .foot-menuu li{ float: left; color: #fff; width:160px; margin-right: 45px;list-style:none;border:0px;}
.footer .foot-menuu li:last-child{ margin-right: 0; }
.footer .foot-menuu h4{ font-size: 16px; margin: 0 0 10px; ht: normal;padding: 0; list-style:none;border:0px;}
.footer .foot-menuu a{ display: block; color: #939699; line-height: 26px;}
.footer .foot-menuu a:hover{ color:#fff;}
.footer .foot-contact{ float: right; width:350px;padding-left: 50px; margin: 0 0 60px; border-left: 1px solid #414447;}
.footer .foot-contact p{ font-size: 16px;line-height: 25px;color: #fff; margin: 0 0 15px;}
.footer .foot-contact p:before{ width: 32px; display: inline-block; vertical-align: middle;}
.footer .foot-contact .address:before{ content: ""; height: 25px; background: url("../img/icons.png") 0 -19px no-repeat;}
.footer .foot-contact .tel:before{ content: ""; height: 25px; background: url("../img/icons.png") -31px -19px no-repeat;}
.footer .foot-contact .time:before{ content: ""; height: 25px; background: url("../img/icons.png") -62px -20px no-repeat;}
.footer .foot-contact ul{ height: 38px; margin:25px 0 0; }
.footer .foot-contact li{ position: relative; list-style:none;border:0px;}
.footer .foot-contact li a{ display: block; float: left; width: 38px; height: 38px; margin-right: 20px; background: url("../img/icons.png") no-repeat;}
.footer .foot-contact li i{display: inline-block; position: absolute; bottom: -6px; left: 69px;width: 0;height: 0;line-height: 0;vertical-align: middle;border:6px dashed transparent;border-top-style: solid;border-top-color: #fff;border-bottom-width: 0;}
.footer .foot-contact li p{ display: none;position: absolute; bottom: 0;background: #fff; padding: 10px;}
.footer .foot-contact li img{ display: block; margin:0 auto;}
.footer .foot-contact .weixin a{ background-position:0 -46px;list-style:none;border:0px;}
.footer .foot-contact .weixin a:hover{ background-position:0 -86px;}
.footer .foot-contact .weixin p{ left:-57px;}
.footer .foot-contact .qq a{ background-position: -40px -46px;list-style:none;border:0px;}
.footer .foot-contact .qq a:hover{ background-position: -40px -86px;}
.footer .foot-contact .qq p{ left:0px;}
.footer .foot-contact .weibo a{ background-position: -80px -46px;}
.footer .foot-contact .weibo a:hover{ background-position: -80px -86px;}
.footer .foot-contact .weibo p{ left:59px;}
.footer .foot-contact .mail a{ background-position: -120px -46px;list-style:none;border:0px;}
.footer .foot-contact .mail a:hover{ background-position: -120px -86px;}

.footer .foot-link{ clear: both; position: relative; padding:28px 0 22px 28px; border-top: 1px solid #414447; border-bottom: 1px solid #414447;}
.footer .foot-link:before{ content: ""; display: inline-block; width: 25px; height: 20px; position: absolute; left: 0; top:26px; background: url("../img/icons.png") -93px -18px no-repeat; }
.footer .foot-link a{ display: inline-block; color: #7a7d80; font-size: 12px; line-height: 22px; margin-right: 20px;}
.footer .foot-link a:hover{ color:#fff;}
.foot-copyrightt{ padding: 20px 0;text-align: center; color: #7a7d80;overflow: hidden; }
.foot-copyrightt p{ line-height:24px; font-size: 12px; }
.foot-copyrightt p a{ color:#7a7d80;}
.foot-copyrightt p a:hover{ color:#fff;}
.foot-logo{ background:#292d30; text-align:center; padding:18px 0; overflow:hidden;}
.foot-logo a{ display:inline-block; height:40px; margin:0 45px;}
.foot-logo .logo1{ width:150px;background: url("../images/foot-logo1.png") center no-repeat;}
.foot-logo .logo22{ width:150px;background: url("../images/foot-logo22.png") center no-repeat;}
.foot-logo .logo3{ width:139px;background: url("../images/foot-logo3.png") center no-repeat;}
.foot-logo .logo4{ width:170px;background: url("../images/foot-logo4.png") center no-repeat;}

.module-title { font-size: 30px; color: #000; margin: 0 0 55px; text-align: center; }
.module-title span{ color: #059fff;}
.module-title p{ font-size: 14px; margin: 13px 0 0; color: #666666; }
.bgs{ background-color:#FFFFFF}