.clear:after{display: block;content: '';clear: both;}

/*header*/
.navbg>.mycontainer>img{
    float: left;
    margin-top: 25px;
}

.banner{
    position: relative;
    overflow: hidden;

}

.navbg{
    width:100%;
    position:absolute;
    top:0;
    left:0;
    border-bottom:1px solid #363638;
    z-index: 1000;

}
.logo{
    display: block;
    width:425px;
    float:left;
    margin-top: 31px;
}
.navtext{
    float:right;
}
.navtext li{
    float:left;
    width: 95px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
   
}

.navtext li:last-child{
    background: none;
}

.navtext>li>a{
    display: inline-block;
    font-size:14px;
    height: 99px;
    line-height: 99px;
    color: #fff;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}


.navtext>li>a:hover{
    color: #fff;
    background: #008eed;

}
#thyNavStyle>a{
    background: #0076c7;
}
.navtext>li>.box{
    width: 300px;
    float: left;
    position: absolute;
    background: rgba(0,47,78,0.8);
    padding: 10px;
    visibility: hidden;
    top: 150px;
    border-radius: 0px 0px 10px 10px;

}
.navtext>li>.box>a{
    display: block;
    width: 50%;
    height: 30px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    text-indent: 10px;
    line-height: 30px;
    float: left;
}
.navtext>li:hover .box{
    visibility: visible;
    top:100px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    
}

.swiper-banner .swiper-button-prev{
    left:12%!important;
    top: 400px!important;
    background-image: url("../images/banner_l.png")!important;
}
.swiper-banner .swiper-button-next{
    right:12%!important;
    top: 400px!important;
    background-image: url("../images/banner_r.png")!important;
}

.navbg{
    position: fixed;
    top:0;
    left:0;
    z-index:10000;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.navtext li{
    position: relative;
}


/*main*/
.wrapper{
    width: 1200px;
    margin: 0 auto;
}
.adv{
    width: 100%;
    margin: 0 auto;
    padding:55px 0px;
}
.adv ul{
    width: 100%;
    height: 215px;
}
.adv ul li{
    width: 299px;
    border-right: 1px solid #e5e5e5;
    float: left;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 35px;
    transition: all 300ms ease-in-out; 
    -webkit-transform: all 300ms ease-in-out;
}
.adv ul li:last-child{
    border-right: none;
}
.adv ul li img{
    display: block;
    margin: 0 auto;
    -webkit-transition:1s ease;
    -moz-transition:1s ease;
}
.adv ul li p{
    color: #333333;
    font-size: 18px;
    padding-top: 17px;
}
.adv ul li span{
    display: block;
    color: #999999;
    font-size: 14px;
    padding-top: 20px;
}
.adv ul li:hover{
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); 
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);  
}
.adv ul li:hover img{
    -webkit-transform:rotatey(360deg);
    -moz-transform:rotatey(360deg);
}
.adv ul li:hover p{
    color: #008eed;
}
.adv ol{
    width: 100%;
    height: 215px;
}
.adv ol li{
    width: 299px;
    border-right: 1px solid #e5e5e5;
    float: left;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    padding-top: 35px;
    transition: all 300ms ease-in-out; 
    -webkit-transform: all 300ms ease-in-out;
}
.adv ol li:last-child{
    border-right: none;
}
.adv ol li img{
    display: block;
    margin: 0 auto;
    -webkit-transition:1s ease;
    -moz-transition:1s ease;
}
.adv ol li p{
    color: #333333;
    font-size: 18px;
    padding-top: 17px;
}
.adv ol li span{
    display: block;
    color: #999999;
    font-size: 14px;
    padding-top: 20px;
}
.adv ol li:hover{
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); 
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.adv ol li:hover img{
    -webkit-transform:rotatey(360deg);
    -moz-transform:rotatey(360deg);
}
.adv ol li:hover p{
    color: #008eed;
}

/*大成产品*/
.index-pro{
    width: 100%;
    background: #f2f4f6;
    padding: 60px 0px;
}
.title{
    text-align: center;

}
.title h3{
    font-size: 40px;
    color: #666666;
    background: url("../images/line.png") no-repeat center;
    font-weight: 400;
}
.title span{
    color: #e67805;
    font-size: 40px;
}


.product{
    position: relative;
}
.promenu{
    display: inline-block;
    margin-top: 40px;
}
.promenu a{
    width: 238px;
    height: 45px;
    border: 1px solid #e5e5e5;
    border-left:none;
    font-size: 15px;
    color: #666666;
    display: block;
    float: left;
    text-align: center;
    line-height: 45px;
    text-indent: 42px;
    background: #fff url("../images/icon1.png") no-repeat center left 50px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.promenu a:hover{
    color:#fff;
    background:#008eed url("../images/ico2.png") no-repeat center left 50px;

}
.promenu a:first-child{
   border-left: 1px solid #e5e5e5; 
}

.swiper-product .swiper-slide a{
    display: block;
    width:68%;
   
}
.swiper-product .swiper-slide a b{
    display: block;
    width: 100%;
    height: 310px;
    position: relative;
    overflow: hidden;
}
.swiper-product .swiper-slide a b img{
    max-width: 100%;
    max-height:100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}

.swiper-product .swiper-slide a p{
    height: 56px;
    line-height: 56px;
    background: #ebebeb;
    font-size: 16px;
    color: #282828;
    text-align: center;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.swiper-product .swiper-slide a:hover p {
    background: #0076c7;
    color: #fff;
}
.product .swiper-button-prev{
    background-image: url("../images/product_l.png")!important;
    width: 62px!important;
    height: 62px!important;
    background-size: 100% 100%;
    outline: none;
}
.product .swiper-button-next{
    background-image: url("../images/product_r.png")!important;
    width: 62px!important;
    height: 62px!important;
    background-size: 100% 100%;
    outline: none;
}
/*解决方案*/
.solution{
    width: 100%;
    padding: 60px 0px;
}
.solu{
    width: 100%;
    margin-top: 50px;
}
.solu ul li{
    width: 320px;
    height:420px;
    float: left;
    background: url("../images/solu.png") no-repeat center center;
    margin-right: 30px;
    text-align: center;
    padding: 30px;
}
.solu ul li i{
    display: block;
    width: 60px;
    height: 65px;
    margin: 0 auto;

    background: url("../images/deng.png") no-repeat center center;    
}
.solu ul li p{
    color: #333333;
    font-size: 20px;
}
.solu ul li small{
    color: #999999;
    font-size: 12px;
    display: block;
}
.solu ul li span{
    display: block;
    font-size: 14px;
    color: #666666;
    padding-top: 20px;
    line-height: 25px;
}
.solu ul li img{
    display: block;
    padding-top: 40px;
    margin: 0 auto;
}
.solu ul li:last-child{
    margin-right: 0px;
}
.solu ul li:hover{
    background: url("../images/solu-solu.png") no-repeat center center;
}
.solu ul li:hover i{
    background: url("../images/deng-deng.png") no-repeat center center;
}
/*新闻动态*/
.index-news{
    width: 100%;
    padding:0px 0px 60px 0px;
}
.news-left{
    width: 440px;
    height: 385px;
    float: left;
    background: #f8f8f8;
    padding: 40px 50px;
    margin-top: 42px;
}
.news-left a{
    display: block;
}
.news-left a p{
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}
.news-left a p span{
    display: block;
    color: #999999;
    font-size: 20px;
    float: right;
    font-weight: 400;
}
.news-left a h4{
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-top:35px;
    padding-bottom: 25px;
}
.news-left a p i{
    width: 7px;
    height: 7px;
    float: left;
    background: #666666;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 10px;
}
.news-left a h5{
    width: 228px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #008eed;
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 25px;
}
.news-right{
    width: 624px;
    float: right;
    margin-top: 42px;
}
.news-right li{
    
    border-top: 1px solid #ebebeb;
    background: url(../images/jiantou.png) no-repeat right 20px bottom 70px;
    transition: all 300ms ease-in-out; 
    -webkit-transform: all 300ms ease-in-out;
    padding: 37px 30px;
}
.news-right li:hover{
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); 
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.news-right li a{
    display: block;
}
.news-right li a p{
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}
.news-right li a p span{
    display: block;
    color: #999999;
    font-size: 20px;
    float: right;
    font-weight: 400;
}
.news-right li a h4{
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-top:17px;

    width: 88%;

}
.news-right li a p i{
    width: 7px;
    height: 7px;
    float: left;
    background: #666666;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 10px;
}

/*优势*/
.advantage li{
    float:left;
    width:25%;
    height: 25vw;
    position: relative;
    overflow: hidden;
}
.advantage>li>img{
    max-width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.advantage li b{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.advantage li:hover b{
    background: rgba(0, 118, 199, 0.7);
}
.advantage li a{
    text-align: center;
    width:100%;
    position: absolute;
    top:50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}
.advantage li a p{
    font-size: 18px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 5px;
}
.advantage li a span{
    font-size: 12px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
}

/*footer*/
.footer{
    background: #323232;
    padding-top:58px;
    padding-bottom: 28px;
}
.foot-left{
    width: 670px;
    float: left;
}
.foot-left h1{
    color: #fff;
    font-size: 24px;
}
.foot-left .company p{
    color: #c9c9c9;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    padding-top: 25px;
    padding-bottom: 38px;
}
.foot-left .company p a{
    display: block;
    float: right;
    color: #008eed;
    font-size: 14px;
}
.foot-left .lianxi{
    border-top:1px dashed #626262;
    width: 100%;
    padding-top: 28px;
}
.foot-left .lianxi p{
    color: #c9c9c9;
    font-size: 16px;
    line-height: 30px;
}
.foot-right{
    width: 400px;
    float: right;
}
.foot-right h2{
    color: #fff;
    font-size: 24px;
    padding-bottom: 44px; 
}
.foot-right a{
    position: relative;
    height: 80px;
    margin-bottom: 10px;
}
.foot-right a:nth-child(even){
    display: block;
    width: 45%;
    float: left;

}
.foot-right a:nth-child(odd){
    float: right;
    width: 45%;
    display: block;
}
.foot-right a img{
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
}
.foot-bottom{
    line-height: 60px;
    height: 60px;
    background: #323232;
}
.foot-bottom .wrapper{
    border-top: 1px solid #707070;
}
.foot-bottom p{
    color: #7a7a7a;
    font-size: 12px;
    float: left;
}
.foot-bottom a{
    color: #7a7a7a;
    font-size: 12px;
}
.foot-bottom .login{
    float: right;
}
.foot-bottom .login a{
    color: #7a7a7a;
    font-size: 12px;
}
/*热门搜索*/
.searchborder{
    width: 440px;
    border:1px solid #fff;
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-left: 63px;
    margin-top: 68px;
}
.searchborder>span{
    font-size: 14px;
    color: #239d17;
    display: block;
    width:125px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top:0;
    left:0;
    z-index:100;
}
.searchborder input[type=text]{
    color: #fff;
    font-size: 14px;
    width:80%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0px;
    background: none;
    height: 50px;
    padding-left: 10px;
}
.searchborder input[type=submit]{
    border: 0;
    position: absolute;
    top: -1px;
    width: 10%;
    height: 100%;
    right: -1px;
    background:url("../images/search.png") no-repeat center;
}
.searchborder input[type=text]:focus,.nav input[type=submit]:focus{
    outline: none;
}
.searchborder input[type=submit]:hover{cursor: pointer;
}


.footer_bottom p{
    color: #ababab;
    font-size:14px;
    float:left;
}
.footer_bottom p a{
    color: #ababab;
    font-size:14px;
}
notempty a{
    color: #ababab;
    font-size:14px;
}
.login{
    float:right;
}
.login a{
    font-size:14px;
    color: #ababab;
    float:left;
}

/*首页导航条*/
#thyNavStyles>a{
    width:70%;
    background: none;
    color: #0076c7;
    border-bottom:2px solid #0076c7;
}

.textblue a{
    color:#0076c7!important;
}