﻿@charset "utf-8";
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.theme-popbod form>div {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}
input, select {
    padding: 0;
    margin: 0;
    border: none;
}
.theme-popover-mask {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    display: none;
}

.theme-popover {

    z-index: 9999;

    position: fixed;

    top: 50%;

    left: 50%;

    width: 40%;

    height: auto;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    display: none;

    background: #fff;

    padding: 2%;
}

.theme-poptit {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #63c1fb;
    text-align: center;
}

.theme-poptit .close {
    color: #fff;
    font-size: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    line-height: 40px;
    float: none;
    text-shadow: none;
    display: block;
}

.theme-poptit:hover {
    background: #ee921f;
}

.theme-poptit .close:hover {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

.theme-popbod {
    color: #444;
    text-align: center;
    padding: 5% 2%;
}

.theme-popbod form>em {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4%;
    font-size: 28px;
}

.theme-popbod select {
    height: 40px;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e5e5e5;
    padding-left: 5px;
    background: url(../images/icon.png) no-repeat;
    background-position: -134px -41px;
}

.search_main {
    width: 100%;
    max-width: 500px;
    height: 40px;
    display: inline-block;
    color: #808080;
    vertical-align: middle;
    border-radius: 5px;
    padding-left: 10px;
    font-family: 'Lato', arial, sans-serif;
    line-height: 40px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.search_main:focus {
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}

.search_btn {
    display: inline-block;
    margin-top: 30px;
    padding: 0 20px;
    height: 40px;
    cursor: pointer;
    background: #63c1fb;
    color: #fff;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.search_btn:hover {
    background: #ee921f;
}

._seinp {
   display: none; 
    position: absolute;
    top: 0px;
    right: 15px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    z-index: 4;
    border: 1px solid #d1a854;
    border-right: none;
    border-radius: 20px 0 0 20px;
    width: 200px;
    text-indent: 20px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.pageHeader {
    z-index: 999999999999;
    background-color: #fff;
    position: relative;
    width: 100%;
    position: relative;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: 0 0 5px #aaa;
}

.pageHeader .wrap {
    width: auto;
    position: relative;
    padding: 0 100px 0 0px;
    min-height: 100px;
}

.pageHeader .logo {
    padding: 25px 0;
    height: 50px;
    position: absolute;
    left: 50px;
    top: 0;
}

nav.nav {
    float: right;
    width: 50%;
}

.nav>ul {
    *zoom: 1;
    *clear: both;
}

.nav>ul:before,
.nav>ul:after {
    display: table;
    clear: both;
    content: '';
}

.nav>ul>li {
    width: 13%;
    float: left;
    margin-left: 1%;
    position: relative;
}

.nav>ul>li>a {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
    line-height: 100px;
    height: 100px;
    position: relative;
    color: #313131;
}

.nav>ul>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #f08200;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

.nav>ul>li.cur>a:after,
.nav>ul>li:hover>a:after {
    width: 100%;
    left: 0;
}

.nav>ul>li.cur>a,
.nav>ul>li:hover>a {
    background: url(../image/nav_on.jpg) center no-repeat;
    color: #fff;
}

.nav>ul ul {
    width: 200px;
    border: #ccc 1px solid;
    border-top: #2e80b2 2px solid;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100px;
    opacity: 0;
    visibility: hidden;
    left: 0;
    /*  box-shadow:0 0 5px #333; */
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav>ul ul a {
    display: block;
    line-height: 24px;
    padding: 8px 35px;
    font-size: 13px;
    position: relative;
}

.menu {
    display: none;
}

.menu {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    background: #63c1fb;
}

.nav>ul ul a:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    overflow: hidden;
    background: url(../image/nav_arr.png) -10px 0 no-repeat;
    position: absolute;
    right: 20px;
    top: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav>ul ul a:hover {
    background-color: #f9f9f9;
}

.nav>ul ul a:hover:after {
    background-position: 0 0;
}

.nav>ul>li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.nav .nav_svc .prd_svc {
    float: left;
    width: 225px;
    border-right: 1px solid #eee;
    margin: 20px 0
}

.nav .nav_svc .prd_svc h2 {
    font-size: 13px;
    color: #ff610a;
    line-height: 40px;
    padding-left: 32px;
    margin-top: -10px
}

.nav .nav_svc {
    width: 452px;
    border: #ccc 1px solid;
    border-top: #ff6600 2px solid;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    margin-left: -225px;
    /*  box-shadow:0 0 5px #333; */
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav .nav_svc .prd_svc ul {
    position: static;
    opacity: 1;
    margin-left: 0;
    border: none;
    border-top: none
}

.nav>ul>li:hover .nav_svc {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.search a {
    display: block;
    text-indent: -9999999999px;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    position: absolute;
    right: 50px;
    top: 50%;
    background: #63c1fb url(../image/search.png) no-repeat center;
    overflow: hidden;
    margin-top: -19px;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0
}

.banner {
    margin-top: 100px;
    position: relative;
}

.banner .callbacks_nav {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    z-index: 88;
    text-indent: -99999px;
}

.banner .prev {
    left: 10px;
    background: url("../image/hd.png") no-repeat left top;
}

.banner .next {
    right: 10px;
    background: url("../image/hd.png") no-repeat right top;
}

.banner .callbacks_tabs {
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    width: 100%;
    z-index: 88;
}

.banner .callbacks_tabs li {
    float: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 2px;
}

.banner .callbacks_tabs li a {
    display: block;
    width: 50px;
    height: 2px;
    background: #000;
    border: 1.5px solid #fff;
    text-indent: -9999px;
}

.banner .callbacks_tabs li.callbacks_here a {
    background: #66c5ff;
    border-color: #66c5ff;
}


.banner1 {
    margin-top: 50px;
    position: relative;
}

.banner1 .callbacks_nav {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    z-index: 88;
    text-indent: -99999px;
}

.banner1 .prev {
    left: 10px;
    background: url("../image/hd.png") no-repeat left top;
}

.banner1 .next {
    right: 10px;
    background: url("../image/hd.png") no-repeat right top;
}

.banner1 .callbacks_tabs {
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    width: 100%;
    z-index: 88;
}

.banner1 .callbacks_tabs li {
    float: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 2px;
}

.banner1 .callbacks_tabs li a {
    display: block;
    width: 50px;
    height: 2px;
    background: #000;
    border: 1.5px solid #fff;
    text-indent: -9999px;
}

.banner1 .callbacks_tabs li.callbacks_here a {
    background: #66c5ff;
    border-color: #66c5ff;
}

.i_pro {
    margin-top: 60px;
    margin-bottom: 60px;
}

.i_title ._title {
    background-image: -webkit-linear-gradient(bottom, rgb(31, 131, 192), rgb(55, 158, 223));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #2a8fce;
    line-height: 1.5;
}

.m1_box {
    margin-top: 30px;
}

.hong_dt {
    position: relative;
    margin-bottom: 20px;
    width: 75px;
    float: left;
    margin-right: 15px;
    height: 75px;
    margin-top: 22px;
}
@media (max-width: 980px){
    .hong_dt {
        position: relative;
        margin-bottom: 20px;
        width: 40px;
        float: left;
        margin-right: 15px;
        height: 100%;
        margin-top: 22px;
    }
}

.m1_box dd {
    font-size: 16px;
    color: #757575;
    line-height: 1.5;
}
.m1_list>div>a>dl>div{
    flex: 1;

}
.m1_box dd.his {
    font-size: 22px;
    line-height: 1.5;
    color: #323232;
    padding-top: 9px;
    font-weight: normal;
    margin-bottom: 4px;
}
.m1_list{
    margin-bottom: 20px; 
}

.m1_list>div>a>dl::after{
    content: "";
    display: block;
    clear: both;
}
.m1_list>div{
    background: #f3f3f3;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #f3f3f3;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;   
}

.m1_list:hover {
    border-color: #66c5ff;
}

.m1_list img.img1 {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.m1_list img.img2 {
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.m1_list:hover img.img1 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.m1_list:hover img.img2 {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotate(0deg);
    z-index: 10;
    position: absolute;
}

.com_til {
    text-align: center;
    margin-bottom: 20px;
}

.com_til span {
    position: relative;
    font-size: 24px;
    line-height: 1.6;
}

.com_til span:before {
    content: '';
    display: block;
    position: absolute;
    left: -80px;
    bottom: 50%;
    width: 48px;
    height: 1px;
    background-color: #000
}

.com_til span:after {
    content: '';
    display: block;
    position: absolute;
    right: -80px;
    bottom: 50%;
    width: 48px;
    height: 1px;
    background-color: #000;
}




.com_til h4 {
    font-size: 36px;
    line-height: 1.6;
}

.pcc-index-forth-box .boxContents ul {
    width: 100%;
    margin: 50px auto 0;
    display: table;
}

.pcc-index-forth-box .boxContents ul li {
    float: left;
    width: 33.3333%;
}

.pcc-index-forth-box .boxContents ul li .style {
    width: 100%;
    position: relative;
    background: #FFF;
    z-index: 10;
    display: table;
    overflow: hidden;
}

.pcc-index-forth-box .boxContents ul li img {
    opacity: 1;
    transition: all 1s ease-in-out 0s;
    display: block;
    width: 100%;
    vertical-align: middle;
}

.pcc-index-forth-box .boxContents ul li .img {
    overflow: hidden;
    transition: all 1s ease-in-out 0s;
}

.pcc-index-forth-box .boxContents ul li .style .mask {
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s ease-in-out 0s;
}

.pcc-index-forth-box .boxContents .style1 .mask {
    top: 0;
    left: 0;
    transition: all 1s ease-in-out 0s;
}

.pcc-index-forth-box .boxContents ul li .mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #66C5FF;
    transition: all 1s ease-in-out 0s;
}

.pcc-index-forth-box .boxContents ul li .style1 h4 {
    opacity: 0;
    top: 35%;
    left: 0;
    color: #FFF;
    transition: all 1s ease-in-out 0s;
}

.pcc-index-forth-box .boxContents ul li .style2 h4 {
    opacity: 0;
    top: 25%;
    left: 0;
    color: #FFF;
    transition: all 1s ease-in-out 0s;
}

.pcc-index-forth-box .boxContents ul li h4 {
    display: block;
    position: absolute;
    width: 100%;
    font-size: 28px;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
    color: #333;
}

.pcc-index-forth-box .boxContents ul li .more {
    display: inline-block;
    position: absolute;
    width: 200px;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}

.boxContents li .x .box {
    transition: all 1s ease-in-out 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #42abeb;
    opacity: 0;
    filter: alpha(opacity=0);
}

.boxContents li .x .box .box_bg {
    display: block;
    color: #fff;
    text-align: center;
}

.boxContents li .x .box .tit {
    font-size: 28px;
    line-height: 2;
    margin: 14% 0 5px;
}

.boxContents li .x .box .p {
    font-size: 22px;
    padding: 0 17%;
    line-height: 2;
    height: 50px;
    overflow: hidden;
    text-transform: uppercase;
}

.boxContents li .x .box .ico2 {
    width: 110px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #fff;
}

.boxContents li .x:hover .box {
    filter: alpha(opacity=90);
    opacity: .9;
}

.boxContents li .x:hover .txt {
    opacity: 0;
    filter: alpha(opacity=0);
}



.style1 h4,
.style2 h3,
.txt p {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    white-space: -moz-pre-space !important;
}

.pcc-li-letter {
    letter-spacing: 4px;
}

.pcc-index-forth-box .boxContents ul li span.txt {
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    top: 50%;
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    display: block;
    position: absolute;
    width: 100%;
}

.pcc-index-forth-box .boxContents ul li .style1 span.txt {
    top: 42%;
}

.pcc-index-forth-box .boxContents ul li .style2 span.txt {
    top: 40%;
}

.pcc-index-forth-box .boxContents ul li .style1 .more {
    top: 55%;
}

.pcc-index-forth-box .boxContents ul li .style2 .more {
    top: 55%;
}



.page_footer {
    width: 100%;
    background: #3c3c3c;
    z-index: 1;
}

.footer_top {
    background: url(../image/ipart03Box.jpg) top center no-repeat;
    padding-bottom: 65px;
    padding-top: 65px;
}

.ipart03Box {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.ioBox {
    text-align: center;
}

.ioBox i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 110px;
    font-size: 72px;
    color: #66c5ff;
    font-family: Arial;
}
.ioBox i font{font-size: 30px;}

.ioBox h3 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
}

.ioBox span {
    font-size: 12px;
    line-height: 20px;
    color: #acacac;
    text-transform: uppercase;
    display: block;
    height: 40px;
}

.nav1 a {
    padding: 0 40px;
    color: #fff;
}

.nav1 {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.lx {
    padding: 20px 0;
    font-size: 16px;
    line-height: 25px;
    color: #979797;
}

.main6 {
    width: 100%;
    height: 72px;
    line-height: 72px;
    background: #66c5ff;
    font-size: 14px;
    color: #fff;
}

.main6 li.lli {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.main6 li span {
    line-height: 72px;
    height: 72px;
}

.main6 span {
    padding-left: 40px;
    display: block;
}
.main6 span.s3 {
    padding-left: 50px;
    display: block;
}
.main6 span.s1 {
    background: url(../image/s1.png) 0px center no-repeat;
}

.main6 span.s2 {
    background: url(../image/s2.png) 0px center no-repeat;
}

.main6 span.s3 {
    background: url(../image/s3.png) 0px center no-repeat;
}

.title-h1 {
    text-align: center;
    margin: 40px 0 25px;
}

.title-h1 h3 {
    font-size: 40px;
    line-height: 2;
    color: #323232;
    font-weight: normal;
}

.title-h1 span {
    line-height: 1.5;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    background: #66c5ff;
    text-transform: uppercase;
}

.index-bg3 ul li {
    width: 20%;
    padding: 0 15px;
    float: left;
    margin-bottom: 30px;
}

.index-bg3 ul li img {
    border: 1px solid #eee;
    width: 100%;
    border-radius: 8px;
}

.main4 {
    background-color: #232222;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    width: 100%;
}

.main4 img {
    margin-left: -15px;
    width: 100%;
    _display: inline;
}

.main4 .box {
    width: 70%;
}

.about h2 {
    position: relative;
    font-size: 30px;
    color: #747474;
    font-weight: normal;
    line-height: 1.8;
    padding: 30px 0 10px;
}

.about h2:after {
    content: '';
    display: block;
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 48px;
    height: 2px;
    background-color: #66c5ff;
}

.about span {
    font-size: 14px;
    color: #b6b6b6;
    line-height: 3;
    text-transform: uppercase;
}

.about ul.a_ul {
    background: url(../image/CHOICE.jpg) left center no-repeat;
}

.about ul.a_ul li {
    font-size: 18px;
    line-height: 50px;
    color: #828282;
    margin: 20px 0;
}

.about ul.a_ul li span {
    margin: 0 10px;
}

.about ul.a_ul li a {
    color: #828282
}

.about .nr {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 2;
    color: #828282;
}

.b_ul .img_box {
    margin: 0 auto;
    width: 70px;
    height: 60px;
}

.b_ul li {
    text-align: center;
}

.b_ul li .title {
    font-size: 14px;
    line-height: 1.5;
}

.trs {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.item-img-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.item-img-wrap img {
    @include transition(all 200ms linear);
    width: 100%;
}

.item-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.item-img-overlay span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/plus.png) no-repeat center center rgba(102, 197, 255, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    @include transition (opacity 250ms linear);
}

.item-img-wrap:hover .item-img-overlay span {
    opacity: 1;
}
.new_li:hover .news-desc h4 a{
    color: #66c5ff;
}
.new_li:hover .news-desc p{
    color: #66c5ff;
}
.new_li:hover .news-desc span{
    color: #66c5ff;
}












.item-img-wrap:hover img {
    @include transform (scale(1.1));
}

.news-desc {
    padding: 15px 0;
}

.news-desc h4 {
    position: relative;
    font-size: 20px;
    font-weight: normal;
    line-height: 2;
}

.news-desc h4:after {
    content: '';
    display: block;
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 48px;
    height: 2px;
    background-color: #66c5ff;
}

.news-desc span {
    font-size: 14px;
    font-style: normal;
    color: #808080;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.news-desc p {
    font-size: 14px;
    color: #999999;
    line-height: 2;
}

.main3 {
    margin-bottom: 50px;
}

.border-theme {
    border: 1px solid #999;
    color: #999;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.btn-lg {
    border-radius: 6px;
    padding: 10px 28px 10px 28px;
    font-size: 13px;
    font-weight: 700;
}

.border-theme:hover {
    background-color: #66c5ff;
    border-color: #66c5ff;
    color: #fff;
}

.main8 {
    padding-top: 60px;
    padding-bottom: 50px;
}

.m8_box {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../image/m8_box.jpg) center no-repeat;
}

.main9 {
    padding-top: 60px;
    padding-bottom: 50px;
}

#owl-demo .item {
    overflow: hidden;
    margin: 5px;
    text-align: center;
}

#owl-demo .item img {
    transition: all 1s ease-in-out 0s;
}

#owl-demo .owl-nav .owl-prev span {
    margin-top: -64px;
    position: absolute;
    font-size: 0px;
    line-height: 64px;
    height: 64px;
    background: url(../image/owl-prev.jpg);
    width: 65px;
    display: block;
    top: 50%;
    left: 0;
    color: #fff;
}

#owl-demo .owl-nav .owl-next span {
    margin-top: -64px;
    position: absolute;
    font-size: 0px;
    line-height: 64px;
    height: 64px;
    width: 65px;
    display: block;
    background: url(../image/owl-next.jpg);
    top: 50%;
    right: 0;
    color: #fff;
}

.t4slider .item .box {
    transition: all 1s ease-in-out 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #42abeb;
    opacity: 0;
    filter: alpha(opacity=0);
}

.t4slider .item .box .box_bg {
    display: block;
    color: #fff;
    text-align: center;
}

.t4slider .item .box .tit {
    font-size: 21px;
    margin: 14% 0 5px;
}

.t4slider .item .box .p {
    font-size: 16px;
    padding: 0 17%;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-transform: uppercase;
}

.t4slider .item .box .ico2 {
    width: 110px;
    height: 34px;
    line-height: 34px;
    background: #0e0e10;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
    color: #5db4e9;
}

.t4slider .item:hover .box {
    filter: alpha(opacity=90);
    opacity: .9;
}

.t4slider .item:hover .txt {
    opacity: 0;
    filter: alpha(opacity=0);
}

.imghove img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imghove:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.m_tab {
    width: 100%;
    text-align: center;
}

.m_tab ul li {
    display: inline-block;
    padding: 5px 20px 5px 50px;
    color: #fff;
    font-size: 18px;
}

.m_tab ul li a {
    display: block;
    color: #fff;
}

#owl-demo {
    margin-top: 30px;
}
.text-center {
    text-align: center;
}
.main_title {
    font-size: 40px;
    margin-bottom: 35px;
    line-height: 2;
    font-weight: 300;
}
.color4 {
    color: #66c5ff;
}
.sub_menu {
    margin: 0 0 60px;
}
.sub_menu>li {
    display: inline-block;
    float: none;
}
.sub_menu>li>a {
    border-bottom: 1px solid #fff;
}
.nav-pills>li>a {
    border-radius: 0;
}

.nav11>li>a {
      font-size: 16px;
    padding: 10px 20px;
}
.sub_menu.color4>li.active>a,.sub_menu.color4>li>a:hover {
    border-bottom-color: #66c5ff
}