.navlist{
    position: relative;
    z-index:1000;
    width: 100%;
}
.headfix{
    width: 100%;
    position: fixed;
    top:0;
    box-shadow:0 0 10px #666;
    z-index:1000;
}
.nav>a{
    float:left;
    margin-top: 29px;
}
.head_r{
    float:right;
    background: url("../images/tel.png") no-repeat left center;
    padding-left: 50px;
    margin-top: 31px;
    margin-right: 20px;
}
.headercode{
    float:right;
    position: relative;
    overflow: hidden;
    width: 90px;
    height: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.headercode img{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    -moz-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    -o-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(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;
    opacity:0;
}
.headercode img:last-child{
    width:100%;
    height: 100%;
}
.codeclick{
    opacity:1!important;
    -webkit-transform: translate(-50%,-50%) scale(1)!important;
    -moz-transform: translate(-50%,-50%) scale(1)!important;
    -ms-transform: translate(-50%,-50%) scale(1)!important;
    -o-transform: translate(-50%,-50%) scale(1)!important;
    transform: translate(-50%,-50%) scale(1)!important;
}

.head_r span{
    font-size: 14px;
    color: #3d3d3d;
    display: block;
}
.head_r h4{
    font-weight: normal;
    font-size: 32px;
    font-size: 12px;
    color: #ff0000;
}
.navlist{
    background: #313131;
}
.navlist ul li{
    position: relative;
    width: 150px;
    height: 55px;
    float:left;
}
.navlist ul li>a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height:55px;
    background: url("../images/navline.png") no-repeat right center;
    color: #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;
}
.navlist ul li:last-child>a{
    background: none;
}
.navlist ul li:hover>a{
    background: none;
}
.navlist ul li b{
    display: block;
    width: 100%;
    position: absolute;
    bottom:0;
    left:0;
    height:0;
    background: #0065a5;
    -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;
}
.navlist ul li:hover b{
    height: 58px;
}

#thyNavStyle b{
    height: 58px;
}
.swiper-banner .swiper-slide img{
    width:100%;
}

/*main*/
.hotline{
    background: #0065a5 url("../images/hot.png") no-repeat 28px center;
    padding-left: 97px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 80px;
    position: relative;
    top: -40px;
    z-index:100;
}
.hotline span{
    float:left;
    font-size:14px;
    color: #fff;
}
.hotline a{
    float:left;
    font-size:14px;
    color: #fff;
    margin-right: 15px;
}
.searchborder{
    float: right;
    position: relative;
    right: 0;
    top: 0;
    width: 385px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
}
.searchborder input[type=text]{
    color: #ffffff;
    width: 335px;
    background: none;
    border-bottom:1px solid #66a3c9;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    font-size: 14px;
}
.searchborder input[type=submit]{
    border: 0;
    position: absolute;
    top: 0px;
    width: 50px;
    height: 40px;
    right: 0px;
    background: url("../images/search.png") no-repeat center;
}
.searchborder input[type=text]:focus,.nav input[type=submit]:focus{
    outline: none;
}

.title{
    padding-top: 30px;
    padding-bottom: 12px;
    text-align: center;
}
.title h3{
    font-size: 32px;
    color: #d1d1d1;
    text-transform: uppercase;
}
.title p{
    font-size: 20px;
    color: #3f3f3f;
    font-weight: bold;
}
.title p span{
    font-size: 20px;
    color: #0065a5;
}
/*product*/
#main{
    background: url("../images/probg.jpg") repeat-y center;
}
.indexpro_fl{
     border:1px solid #424242;
     margin-bottom: 25px;
    -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;
}
.indexpro_fl:hover{
    border:1px solid #0065a5;
    margin-bottom: 25px;
}
.indexpro_fl h5{
    float:left;
    position: relative;
    width: 145px;
    height: 65px;
    line-height: 65px;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:10px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#424242;
    -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;
}
.indexpro_fl:hover h5{
    background:#0065a5;
}
.indexpro_fl h5 img{
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.indexpro_fl h5 span{
    position: absolute;
    right:-10px;
    top:37%;
    border-left:10px solid #424242;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    -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;
}
.indexpro_fl:hover h5 span{
    position: absolute;
    right:-10px;
    top:37%;
    border-left:10px solid #0065a5;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
}
.indexpro_fl a{
    float:left;
    width: 156px;
    line-height: 65px;
    font-size:14px;
    color: #424242;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    background: url("../images/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;
}
.indexpro_fl a:hover{
    color: #0065a5;
    background: url("../images/jts.png") no-repeat left center;
}
.indexpro_fl a:last-child{
    float:right;
    display: block;
    width: 60px;
    height: 65px;
    background: url("../images/add.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;
}
.indexpro_fl a:last-child:hover{
    background: url("../images/adds.png") no-repeat center;
}

.indexproduct>p{
    font-size: 14px;
    color: #434343;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
}
.indexproduct ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 35px;
}
.indexproduct ul li:last-child{
    margin-right:0;
}
.indexproduct ul li a div.indexpro_pic{
    display: block;
    width: 290px;
    height: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border:1px solid #eeeeee;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.indexproduct ul li a:hover div.indexpro_pic{
    border:1px solid #0065a5;
}
.indexproduct ul li a div.indexpro_pic>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%);
}
.indexproduct ul li a b{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(82, 82, 82, 0.8);
    text-align: center;
    line-height: 28px;
    padding-top: 90px;
    text-transform: capitalize;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
    top: 100%;
    opacity:0;
    font-weight: normal;
}
.indexproduct ul li a:hover b{
    top:0;
    opacity:1;
}
.indexproduct ul li a b img{
    -webkit-transform:rotateY(-90deg);
    -moz-transform:rotateY(-90deg);
    -ms-transform:rotateY(-90deg);
    -o-transform:rotateY(-90deg);
    transform:rotateY(-90deg);
    -webkit-transition: 300ms 0.2s all linear;
    -moz-transition: 300ms 0.2s all linear;
    -ms-transition: 300ms 0.2s all linear;
    -o-transition: 300ms 0.2s all linear;
    transition: 300ms 0.2s all linear;
}
.indexproduct ul li a:hover b img{
    -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    -ms-transform:rotateY(0deg);
    -o-transform:rotateY(0deg);
    transform:rotateY(0deg);
}
.indexproduct ul li a b small{
    font-size:14px;
    color: #fff;
    display: block;
    text-align: center;
    -webkit-transition: 300ms 250ms all linear;
    -moz-transition: 300ms 250ms all linear;
    -ms-transition: 300ms 250ms all linear;
    -o-transition: 300ms 250ms all linear;
    transition: 300ms 250ms all linear;
    position: relative;
    bottom:-10px;
    opacity:0;
}

.indexproduct ul li a b span{
     font-size:14px;
    color: #fff;
    display: block;
    text-align: center;
     -webkit-transition:300ms 350ms all linear;
    -moz-transition: 300ms 350ms all linear;
    -ms-transition: 300ms 350ms all linear;
    -o-transition: 300ms 350ms all linear;
    transition: 300ms 350ms all linear;
    bottom:-15px;
    opacity:0;
}
.indexproduct ul li a b i{
     font-size:14px;
    color: #fff;
    display: block;
    font-style: normal;
    text-align: center;
     -webkit-transition: 300ms 0.5s all linear;
    -moz-transition: 300ms 0.5s all linear;
    -ms-transition: 300ms 0.5s all linear;
    -o-transition: 300ms 0.5s all linear;
    transition: 300ms 0.5s all linear;
    bottom:-18px;
    opacity:0;
}

.indexproduct ul li a:hover b small,.indexproduct ul li a:hover b i,.indexproduct ul li a:hover b span{
    bottom:0;
    opacity:1;
}
.indexproduct ul li a div.indexpro_text{
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #575757;
    height: 62px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px 0;
    margin-top: 5px;
    -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;
}
.indexproduct ul li a:hover div.indexpro_text{
    background: #0065a5;
}

.indexpro_text h5{
    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;
}
.indexproduct ul li a:hover .indexpro_text h5{
    color: #fff;
}
.indexpro_text p{
    font-size:14px;
    color: #adadad;
    -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;
}
.indexproduct ul li a:hover .indexpro_text p{
    color: #fff;}
.more{
    display: block;
    width: 146px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    background: #0065a5;
    margin-bottom: 25px;
    position: relative;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.productbg .more{
    margin-left:auto;
    margin-right:auto;
}
.more:before{
    position: absolute;
    left: 15px;
    content: '[';
    color:#0065a5;
    opacity: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;
}
.more:after{
    position: absolute;
    right: 15px;
    content: ']';
    color:#0065a5;;
    opacity: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;
}
.more:hover{
    background:none;
    color: #0065a5;
}
.more:hover:before{
    left:0;
    opacity:1;
}
.more:hover:after{
    right:0;
    opacity:1;
}

/*company*/
.company{
    background: url("../images/combg.jpg") no-repeat center;
    padding-top: 54px;
    height: 590px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.comtit div{
    float:left;
    font-size:36px;
    color: #ffffff;
    text-transform: uppercase;
}
.comtit div h5{
    font-size: 28px;
}
.comtit p{
    float:right;
    font-size: 20px;
    color: #0065a5;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 50px;
}
.comcontent{
    margin-top: 43px;
}
.comcontent div{
    float:left;
    width: 390px;
    background: #fff;
    font-size:32px;
    height: 116px;
    color: #2b2b2b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:58px;
    padding-top:27px;
}
.comcontent div p{
    font-size:16px;
    color: #2b2b2b;
    text-transform: uppercase;
    font-weight: lighter;
}
.comcontent a{
    display: block;
    width: 270px;
    height: 116px;
    line-height: 116px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 115px;
    font-size:20px;
    color: #3f3f3f;
    font-weight: bold;
    float:left;
}
.comcontent a:first-of-type{
    background: rgba(255, 255, 255, 0.4) url("../images/comicon1.png") no-repeat 60px center;
}
.comcontent a:nth-of-type(2){
    background: rgba(255, 255, 255, 0.8) url("../images/comicon2.png") no-repeat 60px center;
}
.comcontent a:nth-of-type(3){
    background: rgba(255, 255, 255, 1) url("../images/comicon3.png") no-repeat 60px center;
}

.comtext_l{
    float:left;
    width: 390px;
    height: 290px;
    background: #0065a5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:55px;
    position: relative;
}
.comtext_l span{
    position: absolute;
    border-top:10px solid #fff;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}
.comtext_l img{
    display: block;
    margin-top: 60px;
    margin-bottom: 35px;
}
.comtext_l p{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.comtext_r{
    color: #fff;
    float:left;
    width: 785px;
    margin-left: 25px;
}
.comtext_r h5{
    padding-top: 50px;
    font-size: 20px;
    margin-bottom: 15px;
}
.comtext_r p{
    font-size:14px;
    line-height: 30px;
}
.comtext_r a{
    display: block;
    font-size: 14px;
    margin-top: 30px;
}

/*honor*/
.honor{
    background: #fff;
    padding:35px 0;
}
.honor li{
    float:left;
    width: 280px;
    height: 215px;
    margin-right: 26px;
}
.honor li:last-child{
    margin-right:0;
}
.honor li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.honor li a img{
    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%);
    max-width: 100%;
    height: 100%;
}
/*case*/
.case{
    background: #fff;
    padding-bottom: 40px;
}
.swiper-case .swiper-slide {
    width: 25%;
}

.swiper-case .swiper-slide:nth-child(1) {
    width:25%;
}
.swiper-case .swiper-slide:nth-child(3) {
    /*width:50%;*/
}
.swiper-case .swiper-slide>div{
    width: 100%;
}
.swiper-case .swiper-pagination-bullet{
    background: #d8d8d8;
}
.swiper-case .swiper-pagination-bullet-active{
    background: #0065a5;
}

.caseinto{
    display: block;
    width:100%;
    height: 295px;
    padding-left:38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: url("../images/casebg.jpg") no-repeat center;
}
.caseinto img{
    margin-top: 60px;
    margin-bottom: 35px;
}
.caseinto h4{
    font-size: 24px;
    color: #fff;
}
.swiper-case .swiper-slide:nth-of-type(1) .casepic{
    height:165px;
}
.casepic{
    width: 100%;
    height: 470px;
    position: relative;
    overflow: hidden;
}
.casepic img{
    position: absolute;
    width:auto;
    height:100%;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    -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_text{
    margin-top: 7px;
    height: 102px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    padding:20px 18px;
    background: #f5f5f5;
    -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_text span{
    display: block;
    font-size: 16px;
    color: #2e2e2e;
    -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_text small{
    font-size:14px;
    color: #7e7e7e;
    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;
}
.swiper-case .swiper-slide a:hover .case_text{background:#0065a5}
.swiper-case .swiper-slide a:hover .case_text span{color:#fff}
.swiper-case .swiper-slide a:hover .case_text small{color:#fff}
.swiper-case .swiper-slide:last-child{
    margin-right:0!important;
}

/*advantate*/
.bg_white{
    background: #fff;
}
.advantage{
    background: url("../images/lines.png") no-repeat center top;
    padding-top: 45px;
    position: relative;
}
.advantage>img{
    float:left;
}
.adv_r{
    float:right;
    width: 465px;
}
.adv_r li{
    float:left;
    width:50%;
    font-size: 16px;
    color: #434343;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.adv_r ol li{
    list-style: circle ;
    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;
}
.adv_r ol li:hover{
    color: #0065a5;
    cursor: pointer;
}

.fd_adv{
    background: rgba(255, 255, 255, 0.8);
    width: 711px;
    height: 210px;
    position: absolute;
    right:0;
    top: 180px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 64px;
    padding-right: 64px;
}
.fd_adv h3{
    width:100%;
    font-size: 20px;
    color: #0065a5;
}
.fd_adv h3 span{
    font-size: 28px;
    color: #383838;
    font-weight: normal;
}
.fd_adv h3 small{
    color: #626262;
    font-size: 14px;
    font-weight: normal;
    padding-right: 20px;
    text-transform: uppercase;
}
.fd_adv p{
    font-size:14px;
    color: #3f3f3f;
    line-height: 35px;
    margin-top: 15px;
}

.fd_adv .swiper-slide h3{
    transform:translatey(20px);
    opacity:0;
    -webkit-transition: 350ms 0ms all linear;
    -moz-transition: 350ms 0ms all linear;
    -ms-transition: 350ms 0ms all linear;
    -o-transition: 350ms 0ms all linear;
    transition: 350ms 0ms all linear;
}
.fd_adv .swiper-slide p{
    transform:translatey(20px);
    opacity:0;
    -webkit-transition: 350ms 100ms all linear;
    -moz-transition: 350ms 100ms all linear;
    -ms-transition: 350ms 100ms all linear;
    -o-transition: 350ms 100ms all linear;
    transition: 350ms 100ms all linear;
}
.fd_adv .ani-slide p,.fd_adv .ani-slide h3{
    transform:translatey(0);
    opacity:1;
}
.swiper-adv{
    overflow:visible!important;
}
.swiper-adv .swiper-button-next, .swiper-adv .swiper-button-prev{
    top: 134%;
    width: 48px;
    height: 48px;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.swiper-adv .swiper-button-next{
    background-image: url(../images/jt_r.png);
    right: 295px;
}
.swiper-adv .swiper-button-prev{
    background-image: url(../images/jt_l.png);
    left: 175px;
}
.swiper-adv .swiper-button-prev.swiper-button-disabled{
    background-image: url(../images/jt_ls.png);
    opacity:1;
}
.swiper-adv .swiper-button-next.swiper-button-disabled{
    background-image: url(../images/jt_rs.png);
    opacity:1;
}
.tel{
    position: absolute;
    right: 0;
    bottom:0;
    background: url("../images/tels.png") no-repeat left center;
    padding-left: 63px;
}
.tel p{
    font-size:16px;
    color: #434343;
}
.tel span{
    font-size:24px;
    color: #ff0000;
}

/*news*/
.news{
    background: url(../images/lines.png) no-repeat center top;
    padding-top: 45px;
}
.newsbg{
    background: #fff;
    padding-bottom: 1px;
}
.news_l{
    float:left;
    width: 540px;
    height: 370px;
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}
.news_l{
    position: relative;
    float:left;
}
.news_l .date{
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: right;
}
.date h4{
    font-size:32px;
    color: #5f5f5f;
    font-weight: normal;
}
.date small{
    font-size:14px;
    color: #5f5f5f;
    margin-top: 10px;
}
.news_l h3{
    font-size:16px;
    color: #434343;
    margin-top: 47px;
    margin-bottom: 10px;
}
.news_l p{
    font-size:14px;
    color: #808080;
    line-height: 29px;
    margin-bottom: 25px;
}
.news_r{
    float:right;
    width: 645px;
}
.news_r a{
    display: block;
    background: url("../images/newsbgs.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;
    margin-bottom: 32px;
    margin-top: 12px;
    height: 63px;
}
.news_r a:hover{
    background: url("../images/newsbg.png") no-repeat center;
}
.news_r a:after{
    display: block;
    content: '';
    clear: both;
}
.news_r a div{
    float:left;
    text-align: center;
    width: 102px;
    margin-top: 10px;
}
.news_r a p{
    font-size: 14px;
    line-height: 55px;
    margin-top: 8px;
    float:left;
    color: #444444;
    padding-left: 25px;
}
.news_r a div span{
    color: #fff;
    font-size: 20px;
    display: block;
}
.news_r a div small{
    font-size:14px;
    display: block;
    color: #fff;
}
.newsbg .more{
    margin-left:auto;
    margin-right:auto;
}

/*coop*/
.coopbg{
    background: url("../images/coopbg.jpg") repeat center;
    height: 304px;
}
.coopbg h3{
    font-size:32px;
    color: #014785;
    text-align: center;
    padding:50px 0;
}
.coop a{
    width:100%;
    height: 94px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #e7e4e2;
    background: #fff;
}
.coop a img{
    max-width: 100%;
    max-height: 100%;
}
.coop .swiper-button-next,.coop .swiper-button-prev{
    width: 20px;
    height: 48px;
    -webkit-background-size: 20px 48px;
    background-size: 20px 48px;
}
.coop .swiper-button-next{background-image:url("../images/coop_r.png");right:-45px;}
.coop .swiper-button-prev{background-image:url("../images/coop_l.png");left: -45px;}

.coop{
    position: relative;
}
/*footer*/
#footer{
    background:#282828;
}
.fot_top{
    margin-bottom: 55px;
}
.fot_top div{
    float:left;
    width: 400px;
    height: 133px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
}
.fot_top div{
    padding-left: 125px;
    background-repeat: no-repeat;
    background-position: 46px center;
}
.fot_top div small{
    font-size:14px;
    color: #fff;
}
.fot_top div p{
    color: #fff;
}
.fot_top div:first-of-type p{
    color: #ff0000;
}
.fot_top div:first-of-type{
    background-color: #007fd0;
    background-image: url(../images/foticon1.png);
}
.fot_top div:nth-of-type(2){
    background-color: #0065a5;
    background-image: url(../images/foticon2.png);
}
.fot_top div:nth-of-type(3){
    background-color: #004875;
    background-image: url(../images/foticon3.png);
}
.fot_top div a{
    font-size: 18px;
}
.fot_top div:first-of-type p{
    font-size: 24px;
}
.fotlogo{
    float:left;
    width: 380px;
}
.fotlogo img{
    margin-bottom: 16px;
}
.fotlogo p{
    font-size: 14px;
    color: #dedede;
    line-height: 28px;
    font-weight: lighter;
}
.fot_m1{
    margin-left: 80px;
    float:left;
    width: 192px;
}
.fot_m1 a{
    float:left;
    width: 50%;
}
.fot_m2{
    margin-left: 80px;
    float:left;
    width: 102px;
}
.fot_m3{
    margin-left: 80px;
    float:left;
    width: 284px;
}
.fot_m3 .clear div{
    float:left;
    text-align: center;
    width: 132px;
    font-size: 14px;
    color: #dedede;
    font-weight: lighter;
    line-height: 30px;
}
.fot_m3 .clear div:first-of-type{
    margin-right: 20px;
}
.fot_m3 .clear div img{
    width: 100%;
}
.fot_m h3{
    font-size:18px;
    color: #ffffff;
    padding-bottom: 15px;
    border-bottom:1px solid #0065a5;
    margin-bottom: 23px;
}
.fot_m a{
    display: block;
    font-weight:lighter;
    font-size: 14px;
    color: #dedede;
    margin-bottom: 15px;
}



.fot_bottombg{
    border-top:1px solid #545454;
}
.footer_bottom{
    line-height: 40px;
    font-size: 14px;
    color: #797979;
}
.footer_bottom p{
    color: #797979;
    font-size:14px;
    float:left;
}
.footer_bottom>a{
    float:right;
    color: #797979;
    font-size:14px;
}
notempty a{
    color: #797979;
    font-size:14px;
}

