/*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 #5d627f;
    z-index: 1000;
}
.logo{
    display: block;
    width: 200px;
    float:left;
    margin-top: 21px;
}
.navtext{
    float:right;
}
.navtext li{
    float:left;
    width: 124px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/navline.png") no-repeat right center;
}

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

.navtext>li>a{
    display: inline-block;
    font-size:18px;
    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{
    /*background: #0076c7;*/
    color: #0076c7;
}
#thyNavStyle>a{
    background: #0076c7;
}



/*语言切换*/
.lang{
    float:right;
    width: 49px;
    height: 23px;
    margin-top: 41px;
    background: url("../images/earth.png") no-repeat left center;
    padding-left: 30px;
    position: relative;
}
.lang a{
    font-size: 14px;
    color: #fff;
    width: 50px;
    display: block;
    text-align: center;
    line-height: 23px;
    -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;
}
.lang a b{
    position: absolute;
    top: 6px;
    right:0;
    display: block;
    width: 15px;
    height: 15px;
    background: url("../images/jt.png") no-repeat right 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;
}
.lang a:last-child{
    display: none;
}
.changelang b{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.changelang a:last-child:hover{
    color: #0076c7;
}

.swiper-banner .swiper-button-prev{
    left:19%!important;
    top: 655px!important;
    background-image: url("../images/banner_l.png")!important;
}
.swiper-banner .swiper-button-next{
    left:22%!important;
    top: 655px!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;
}
/*导航显示*/
.showmypro{
    width: 100%;
    position: relative;
    top:99px;
    left:0;
	background:#FFFFFF;
    /*background: rgba(255, 255, 255, 0.8); 半透明*/
}
.showmypro .mycontainer{
    display: none;
    padding: 40px 0;
}
.showmypro .mycontainer>a{
    float: left;
    color: #1e55af;
    font-weight: bold;
    border-bottom: 1px solid #878787;
    width: 22%;
    margin-right: 3%;
    line-height: 35px;
    margin-top: 10px;
    -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;
}
.showmypro .mycontainer>a:hover{
    color: #0076c7;;
}
.proshowcontent>div>div{
    width:22%;
    margin-right:3%;
    float: left;
}
.proshowcontent a:hover{
    color: #0076c7;
}
.proshowcontent>div>div>a{
    color: #1e55af;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #878787;
    width: 100%;
    margin-right: 3%;
    margin-top: 10px;
    line-height: 35px;
    -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;
}
.proshowcontent>div>div:nth-child(4n):after{
    display: block;
    content: '';
    clear: both;
}
.proshowcontent div div div a{
    margin-top: 17px;
    color: #464646;
    font-weight: bold;
    font-size: 15px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    -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;
}

/*main*/
.title{
    text-align: center;
    margin-bottom: 50px;
    padding-top: 50px;
}
.title h3{
    font-size: 28px;
    color: #212121;
    background: url("../images/line.png") no-repeat center;
}
.title span{
    display: block;
    font-size: 14px;
    color: #a1a1a1;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.title p{
    width: 695px;
    margin:0 auto;
    font-size: 14px;
    color: #909090;
    line-height: 28px;
}
/*大成产品*/
.product_indexshow .product{
    /*display: none;*/
}
.met_title:after{
    display: block;
    content: '';
    clear: both;
}
.met_title{
    display: inline-block;
    margin-bottom: 50px;
}
.met_title li{
    float:left;margin:auto 10px;
	border-right:1px solid #666；
}
.met_title li:last-child{margin-right:0;}
.met_title li a{
    display:block;	
    color: #626262;
/*width: 96px;*/
    font-size: 17px;
    font-weight: bold;
    text-align: center;
 /*  background: url("../images/metline.png") no-repeat right center;*/
    line-height: 40px;
    -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;
    position: relative;
    overflow: hidden;
}
.met_title li:last-child a{
    background: none;
}
.met_title li a b{
    display: block;
    width: 100%;
    height:100%;
    position: absolute;
    bottom:0;
    left:0;	
    background: #fff;
    -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;
    z-index:-1;
}

.met_title li a:hover b{
    background: #ddd;
}
.met_combg a{
    color: #0076c7!important;
}

.product{
    position: relative;
}
.promenu{
    display: inline-block;
}
.promenu a{
    font-size: 15px;
    color: #3c3c3c;
    display: block;
    float: left;
    text-align: center;
    line-height: 30px;
    padding: 0 10px;
    background: url("../images/menuline.png") no-repeat right 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;
}
.promenu a:hover{
    color:#0076c7;
}

.promenu a:last-child{
    background: none;
}
.promenu a:first-child{
    color: #0076c7;
}


.swiper-product .swiper-slide a{
    display: block;
    width:100%;
    border:1px solid #ebebeb;
}
.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{
    left:-65px!important;
    background-image: url("../images/product_l.png")!important;
}
.product .swiper-button-next{
    right:-65px!important;
    background-image: url("../images/product_r.png")!important;
}
.more{
    width: 167px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    margin:0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #0076c7;
    background: #0076c7;
    margin-top: 38px;
    margin-bottom: 72px;
    display: block;
    -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;
}
.more:hover{
    color: #0076c7;
    background: none;
}
/*优势*/
.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;
}
/*行业案例*/
.case{
    padding-bottom: 105px;
}
.case li{
    float:left;
    margin-right: 112px;
}
.case li a b{
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
    padding-top: 27px;
    line-height: 150px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #d5d5d5;
    -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;
}
.case li a p{
    font-size: 22px;
    color: #202020;
    margin-top: 15px;
    text-align: center;
}
.case li a:hover b{
    border:1px solid #0076c7;
}
.case li:last-child{
    margin-right:0;
}
/*企业简介*/
.companybg{
    background: url("../images/combg.jpg") no-repeat center;
    background-attachment: fixed;
    height: 767px;
    overflow: hidden;
}
.company{
    float:left;
    width: 464px;
}
.company h1{
    font-size:130px;
    color: #fff;
    margin-top: 127px;
    margin-bottom: 10px;

    position: relative;
    left: -25px;
}
.company span{
    font-size: 30px;
    color: #fff;
}
.company p{
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 45px;
}
.company h5{
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    margin-bottom:40px;
}
.company h5 b{
    font-size: 24px;
    color: #fddb24;
    font-weight: bold;
    margin-right:22px;
}
.companybg img{
    float:right;
    margin-top: 61px;
}
/*新闻资讯*/
.newsbg{
    background: #f6f6f6;
    padding-bottom: 35px;
}
.news_l{
    display: block;
    float:left;
    position: relative;
    overflow: hidden;
    width: 379px;
    height: 531px;
}
.news_l 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%);
    -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;
}
.news_l:hover img{
    -webkit-transform: translate(-50%,-50%) scale(1.07);
    -moz-transform: translate(-50%,-50%) scale(1.07);
    -ms-transform: translate(-50%,-50%) scale(1.07);
    -o-transform: translate(-50%,-50%) scale(1.07);
    transform: translate(-50%,-50%) scale(1.07);
}
.news_l div{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 114px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px 30px;
    -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;
    background: rgba(0, 0, 0, 0.7) url("../images/newsjt.png") no-repeat 315px center;
}
.news_l:hover div{
    background: rgba(0, 0, 0, 0.7) url("../images/newsjt.png") no-repeat 320px center;
}
.news_l div p{
    font-size: 18px;
    color: #fff;
}
.news_l div span{
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 12px;
}
.newstext h5{
    font-size: 18px;
    color: #212121;
    font-weight: normal;
    -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;
}

.newstext p{
    font-size: 14px;
    color: #aeaeae;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
    -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;
}
.newstext h2{
    font-size: 34px;
    color: #999999;
    -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;
}
.newstext span{
    font-size: 12px;
    color: #999999;
    -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;
}
.newstext a:hover h5,.newstext a:hover p,.newstext a:hover h2,.newstext a:hover span{
    color: #fff;
}
.news_m{
    float:left;
    margin-left: 10px;
    margin-right: 10px;
}
.news_m a{
    display: block;
    width: 386px;
    height: 260px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:40px 22px;
    -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;
}
.news_m a:hover{
    background: #0076c7;
}
.news_m a div{
    border-top:1px solid #d2d2d2;
    -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;
    padding-top: 20px;
    background: url("../images/news_mjt.png") no-repeat 300px 47px;
}
.news_m a:hover div{
    border-top:1px solid #fff;
    background: url("../images/news_mjts.png") no-repeat 310px 47px;
}
.news_m a:first-child{
    margin-bottom: 10px;
}
.news_r{
    float:left;
}
.news_r a:after{
    display: block;
    content: '';
    clear: both;
}
.news_r a{
    display: block;
    background: #fff;
    width: 415px;
    height: 170px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:40px 22px;
    padding-left:0;
    -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;
}
.news_r .date{
    float:left;
    width: 100px;
    text-align: center;
    margin-right: 20px;
    border-right:1px solid #d2d2d2;
}
.date b{
    display: block;
    width: 25px;
    height: 1px;
    margin-left: 27px;
    margin-top: 8px;
    margin-bottom: 12px;
    background: #d2d2d2;
    -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;
}
.news_r a:hover .date b{
    background: #d2d2d2;
}

.news_r .news_rtext{
    float:left;
    width: 260px;
}
.news_r a:hover{
    background: #0076c7;
}
.newsmore{
    display: block;
    width: 62px;
    height: 62px;
    margin:0 auto;
    margin-top: 30px;
    border-radius: 50%;
    background: #fff url("../images/newjt.png") no-repeat 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;
}
.newsmore:hover{
    background: #0076c7 url("../images/newjts.png") no-repeat center;
}
/*footer*/
#footer{
    background: #222222;
    padding-top:53px;
    padding-bottom: 53px;
}
.changetop img{
    float:left;
    margin-right: 25px;
}
.changetop .lang{
    float:left;
    margin-top: 21px;
}
.footer_top{
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
}
.footer_l{
    float:left;
    width: 480px;
}
.footer_l div p span img{
    position: relative;
    top: 8px;
}
#footer .mycontainer small{
    font-weight: bold;
    font-size: 18px;
    border-bottom:1px solid #fff;
    line-height: 35px;
    padding-bottom: 11px;
    color: #fff;
    display: inline-block;
    margin-top: 41px;
    margin-bottom: 35px;
}
.footer_l>p{
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 100px;
    color: #fff;
    padding-left: 170px;
    background: url("../images/fotline.png") no-repeat left center;
}
.footer_l div p{
    font-size: 14px;
    color: #abaaaa;
    margin-bottom: 20px;
}
.footer_l div p span{
    color: #626262;
    font-size: 22px;
    margin-right: 25px;
}


.footer_m{
    float:left;
}
.footer_m>div{
    float:left;
}
.footer_m ul{
    display: block;
    width: 280px;
}
.footer_m ul li{
    margin-bottom: 20px;
}

.footer_m ul li a{
    color: #abaaaa;
    font-size: 16px;
    padding-left: 10px;
    background: url("../images/fot_jt.png") no-repeat left 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;
}
.footer_m ul li a:hover{
    color: #0076c7;
}

.footer_r{
    float:left;
    width: 130px;
}
.footer_r img{
    width: 130px;
    margin-top: 53px;
}
.footer_r>p{
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.footer_bottom{
    margin-top: 35px;
}

/*热门搜索*/
.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;
}