/*header*/
.header{
    background: #004f9b;
}
.logo{
    float:left;
    margin-top: 3px;
    padding-top: 18px;
    padding-bottom: 15px;
}
.nav{
    float:right;
    margin-top: 14px;
}
.nav01{
    margin-top: 15px;
}
.nav01>a{
    float:left;
    color: #fff;
    display: block;
    height: 28px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0px 5px;
    margin-right: 16px;
    line-height: 28px;
    position: relative;
}
.nav01>a:after{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 1px;
    background: #fff;
    content: '';
    -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;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}
.nav01>a:hover:after{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.nav01>a.active:after{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.searchborder{
    float:right;
    position: relative;
    top:0px;
    right:0;
    width: 187px;
    height: 26px;
    line-height: 28px;
    border:1px solid #fff;
    border-radius: 15px;
}
.searchborder input[type=text]{
    color: #fff;
    width: 90%;
    padding-left:20px;
    background: none;
    border-radius: 15% 0 0 15%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 14px;
}
.searchborder input[type=text]::placeholder{ color: #fff;}
.searchborder input[type=submit]{
    position: absolute;
    top: 0;
    width: 42px;
    height: 100%;
    border-radius: 0 15% 15% 0;
    right: 0;
    background: url("../images/search.png") no-repeat center;
}
.searchborder input[type=text]:focus,.nav01 input[type=submit]:focus{
    outline: none;
}
.nav02{
    float:right;
}
.nav02>a{
    display: block;
    float:left;
    margin-left:38px;
    line-height: 48px;
    font-size: 14px;
}


.swiper-banner a{
    display: block;
    width: 100%;
}
.swiper-banner a img{
    width: 100%;
}
.swiper-banner .swiper-pagination-bullet{
    border:none;
    background: #d2d2d2;

}
.swiper-banner .swiper-pagination{
    bottom: 26px!important;
}
.swiper-banner .swiper-pagination-bullet-active {
    background: #004f9b;
}
.swiper-banner .swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 7px!important;
}
/*main*/
/*company01*/
.company01>b{
    float:left;
    width: 263px;
    height: 210px;
    border:1px solid #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 0;
}
.company01>div{
    float:right;
    width: 937px;
    height: 210px;
    padding:25px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    background: url("../images/com01bg.png") no-repeat left bottom;
}
.company01>b>img{
    height: initial;
}
.company01 div h5{
    font-size: 16px;
    color: #333333;

}
.company01 div small{
    font-size: 14px;
    color: #333333;
    font-weight: lighter;
    display: block;
    line-height: 23px;
    margin-top: 8px;
    margin-bottom: 11px;
}
.company01{
    margin-top: 60px;
    margin-bottom: 58px;
}
.company02{
    height: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:url("../images/com02bg.jpg") no-repeat center;
}
.com02_text{
    position: relative;
    height: 100%;
    padding-top: 60px;
}
.com02_text>div{
    float:left;
    width: 292px;
    height: 114px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:20px;
    padding-left: 16px;
    padding-right: 120px;
}
.com02_text>div p{
    font-size: 20px;
    color: #333333;
}
.com02_text>div:nth-of-type(1){
    width: 250px;
    font-size: 34px;
    color: #333;
    font-weight: bold;
    padding-right: 0;
    padding-top: 0;
}
.com02_text>div:nth-of-type(5){
    margin-left: 101px;
}
.com02_text>div small{
    font-size: 14px;
    color: #333333;
}
.com02_text>div:last-of-type{
    width: 222px;
    padding-right: 0;
}

/*case*/
.title{
    padding-top: 55px;
    padding-bottom:30px;
}
.title div h4{
    float:left;
    font-size: 34px;
    letter-spacing: 2px;
    color: #333333;
}
.title div a{
    display: block;
    text-align: center;
    float:right;
    color: #fff;
    font-size: 14px;
    width:200px;
    line-height: 36px;
    background: #004f9b;
    border:1px solid #004f9b;
    -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;
}
.title>a{
    font-size: 14px;
    color: #666666;
}
.title div a:hover{
    background:none;
    color: #004f9b;
}
.title p{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.case{
    overflow: visible;
    padding-bottom: 57px;
}
.case a{
    float:left;
    width: 380px;
    display: block;
    box-shadow:0 0 10px #ddd;
}
.case a b{
    width:100%;
    height: 192px;
}
.case_text{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px 20px;
}
.case_text p{
    font-size: 18px;
    color: #333333;
    -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 a:hover .case_text p{
    color: #004f9b;
}
.case_text>small{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
    line-height: 23px;
}
.case_text>span{
    font-size: 14px;
    color: #333333;
    padding-left:37px;
    position: relative;
    line-height: 27px;
    display: block;
}
.case_text>span:after{
    display: block;
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:26px;
    height: 27px;
    background:url("../images/jt.png") no-repeat -26px 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;
}
.case a:hover .case_text>span:after{
    background:url("../images/jt.png") no-repeat 0px center;
}
.case a:nth-of-type(2){
    margin-left: 30px;
    margin-right: 30px;
}

/*news*/
.newsbg{
    background: #f4f4f4;
    padding-bottom: 60px;
}
.news{
    border-top: 1px dashed #d2d2d2;
}
.news a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px 0;
    border-bottom: 1px dashed #d2d2d2;
    position: relative;
    top:0;
}
.news a:hover small{
    color: #004f9b;
}
.news a:after{
    display: block;
    content: '';
    clear: both;
}
.news a b{
    width: 195px;
    height: 120px;
    float:left;
}
.news_text{
    float:right;
    width: 990px;
}
.news_text p{
    font-weight: bold;
    font-size: 18px;
    color: #004f9b;
}
.news_text small{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 27px;
    font-size: 14px;
    color: #666666;
    -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_text small span{
    color: #004f9b;
}
.news_text i{
    font-size: 14px;
    color: #999999;
    font-style: normal;
}

/*link*/
.link{
    padding-top: 40px;
    padding-bottom: 47px;
}
.link h3{
    font-size: 34px;
    color: #333333;
    margin-bottom: 30px;
}
.link_box ul li{
    float:left;
    margin-bottom: 8px;
}
.link_box ul li a{
    display: block;
    margin-right:25px;
}


/*footer*/
#footer{
    background:#f4f4f4;
    padding-top: 65px;
}
.fot_left{
    float:left;
}
.fot_left>div{
    margin-top: 20px;
}
.fot_left>div img{
    float:left;
}
.fot_left>div p{
    float:left;
    height: 132px;
    width: 20px;
    text-align: center;
    font-size: 14px;
    word-wrap: break-word;/*英文的时候需要加上这句，自动换行*/
    word-break:break-all;
    color: #666666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 29px;
}
.fot_left div p:last-of-type{
    padding-top: 38px;
}
.fot_right{
    float:right;
}
.fot_right>div{
    float:left;
    text-align: center;
    margin-left: 40px;
}
.fot_right>div>a:first-of-type{
    font-size: 14px;
    color: #004f9b;
    margin-bottom: 15px;
}
.fot_right>div>a{
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin-bottom: 10px;
    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;
}

.fot_right>div>a:hover{
    text-decoration: underline;
}

.fot_bottom{
    margin-top: 35px;
    border-top: 1px dashed #b5b5b5;
    line-height: 53px;
}
.fot_bottom span,.fot_bottom a,.fot_bottom notempty{
    font-size: 14px;
    display: block;
    color: #333333;
    font-weight: lighter;
    line-height: 53px;
    float:left;
    -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;
}
.login{
    float:right;
}

/*totop*/
.izl-rmenu{position:fixed;right:0;bottom:10px;padding-bottom:73px;z-index:999;
    background:url(../images/r_b.png) 0px bottom no-repeat;
}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}
