﻿html{
    font-size: 15px;

}
body{
    overflow-x:hidden;
    font-family: "Adobe Devanagari", "微软雅黑";
    letter-spacing: 0.1rem;
}
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
out-line: none;
}
a:hover,a:link ,a:visited,a:active {
    text-decoration: none;
color: #434343;
}
p{
    margin: 0;
text-align:justify;
text-justify:inter-ideograph;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.center{
    text-align: center;
}
li{
    list-style: none;
}
.clearfix::after,.clearfix::before{
    content:'';
    height:0;
    line-height:0;
    display:block;
    visibility:hidden;
    clear:both;
}
.container-fluid{
    padding:0;
    margin:0;
}
/*/媒体查询*/
@media (min-width: 1200px) {
    .tips{
        width: 1200px;
        margin: 0 auto;
    }
    .navbar-header{
        width: 250px;
        height:5.1rem ;
        line-height: 5.1rem;
padding-right:0;
    }
    .nav h1{
 width: 230px;
        height: 5.1rem;
line-height:5.1rem;
        overflow: hidden;

    }
    .nav h1 a{
        display: inline-block;
        width: 230px;
        height:28px ;
        line-height:1000px;
margin-top:4px;
background:url("../images/logo.png") no-repeat;
    }
    .bg-1{
        background: url("../images/banner-1.png") no-repeat;
        width: 100%;
        height: 246px;
    }
    .footer{
        margin-top: 3rem;
        width: 100%;
        background-color: #054086;
    }
    .footer ul{
        width: 100%;
        height: 12rem;
        text-align: left;
        margin-top: 1rem;
    }
    .home-p-2-2{
        width: 90%;
        margin-left:10%;
    }

    /*聚来业务移入移除*/
    .yewu-1,.yewu-2,.yewu-3,.yewu-4{
        overflow: hidden;
        position: relative;
    }
    .yewu-1-1,.yewu-2-1,.yewu-3-1,.yewu-4-1{
        width: 100%;
        height:400px;
        line-height: 400px;
        text-align: center;
        background-color: rgba(0 ,0, 0,0.5);
        position: absolute;
        top: -500px;
    }
    .yw1:hover .yewu-1-1{
        transform:translateY(500px);
        transition: transform 0.5s linear;
    }
    .yw2:hover .yewu-2-1{
        transform:translateY(500px);
        transition: transform 0.5s linear;
    }
    .yw3:hover .yewu-3-1{
        transform:translateY(500px);
        transition: transform 0.5s linear;
    }
    .yw4:hover .yewu-4-1{
        transform:translateY(500px);
        transition: transform 0.5s linear;
    }
    .yewu-1-2,.yewu-2-2,.yewu-3-2,.yewu-4-2{
        overflow: hidden;
        position: relative;
    }
    .yewu-1-3,.yewu-2-3,.yewu-3-3,.yewu-4-3{
        width: 100%;
        background-color: rgba(0, 223 ,185,0.5);
        position: absolute;
        top: 3.5rem;
        height: 3.5rem;
    }
    .yw1:hover .yewu-1-3{
        transform:translateY(-3.5rem);
        transition: transform 0.5s linear;
    }
    .yw2:hover .yewu-2-3{
        transform:translateY(-3.5rem);
        transition: transform 0.5s linear;
    }
    .yw3:hover .yewu-3-3{
        transform:translateY(-3.5rem);
        transition: transform 0.5s linear;
    }
    .yw4:hover .yewu-4-3{
        transform:translateY(-3.5rem);
        transition: transform 0.5s linear;
    }
    .yewu-1-1 img,.yewu-2-1 img,.yewu-3-1 img,.yewu-4-1 img{
        display: inline-block;
        vertical-align: middle;
    }
    .navbar-default .navbar-nav>li>a {
        color: black;
    }
.navbar-default .navbar-nav>li>.h-nav-current{
background-color: #00a4ff;
color: #ffffff;
}
    .navbar{
        line-height: 5.1rem;
        background-color: white;
        border: none;
        margin-bottom: 0;
    }
    .navbar-toggle{
        margin-top:1.33rem;
    }
    .nav>li>a{
        width: 10rem;
        height: 5.1rem;
        line-height: 5.1rem;
        font-size: 1.1rem;
        text-align: center;
        margin: 0;
        padding:0;
        letter-spacing: 0.2rem;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        width: 1500px;
        font-size: 14px;
        list-style: none;
        background-color: #4c4a4f;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }
    .dropdown-menu>li{
        display: block;
        float: left;
        padding: 0;
        margin: 0;
    }
    .dropdown-menu>li>a {
        display: block;
        width: 4rem;
        height: 4.2rem;
        text-align: center;
        line-height: 4.2rem;
        clear: both;
        float: left;
        font-weight: 400;
        color: #dddddd;
        padding: 0;
        margin-left: 2rem;
        white-space: nowrap;
        letter-spacing: 0.1rem;
    }
    .dropdown-menu>li>a:hover{
        color: #003272;
        background-color: #4c4a4f;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: white;
        background-color: #00a4ff;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{
        color: white;
        background-color: #00a4ff;
    }
    .navbar-default .navbar-nav>li>a:focus{
        background-color: white;
        color: black;
    }
    .navbar-default .navbar-nav>li>a:hover .dropdown-menu>li>a{
        background-color: white;
        color: black;
    }
.nav{
            position: fixed;
            top: 0;
            width: 100%;
            height: 5.1rem;
            z-index: 9999;
            background-color: white;
        }
        .nav-1{
            width: 100%;
            height:5.1rem ;
        }
/* 优势开始 */
.jlys-1{
        overflow: hidden; 
width:360px;
height:199px ; 
padding:0;
margin:0 15px;
    }
.ys-1{
position: relative;
overflow: hidden;
}
    .ys-2{
        position: absolute;
         top: 385px;
        left: 0; 
        transform: rotate(-29deg);
        width: 459px;
        height:199px ;
        background-color: rgba(0,0,0,0.5);
        transition: top 0.5s ease;
z-index:10;
    }
    .ys-3{
        position: absolute;
         top:-200px;
        left: -250px; 
        transform: rotate(-29deg);
        width: 460px;
        height:200px ;
        background-color: rgba(0,0,0,0.5);
        transition: top 0.5s ease;
z-index:10;
    }
     .ys-4{
        position: absolute;
        top: 100px;
        width: 100%;
        height: 0;
        overflow: hidden;
        background-color:#191919;
        transform: rotate(-30deg);
        transition: transform 0.1s linear 0.5s,height 0.1s linear 0.5s,top 0.1s linear 0.5s;
z-index:11;

    } 
.ys-4 p:nth-child(1){
width:100%;
height:51px;
line-height:51px;
font-size:18px;
color:#ffffff;
text-align: center;
        border-bottom: 2px solid #a3a3a3;
}
.ys-4 p:nth-child(2){
width:100%;
height:79px;
line-height:79px;
font-size:14px;
color:#ffffff;
text-align: center;
letter-spacing: 1px;
}
    .jlys-1:hover .ys-2{
        top:75px ;
        left: 21px;
    }
.jlys-1:hover .ys-4{
        height: 136px;
        top: 42px;
        transform: rotate(0deg);
    }
    .jlys-1:hover .ys-3{
        top: -100px;
        left: -76px;
    }
    
/* 优势结束 */
.nav-a-1{
background-color:#ffffff;color:black
}

}
@media (max-width: 767px) {

.jlys-1{
margin-bottom:15px;

}
.ys-1{
width:100%;
position: relative;
}
.ys-5{
        position: absolute;
        width: 100%;
top:30px;
        overflow: hidden;
        background-color: rgba(0,0,0,0.5);
z-index:11;
margin-right:15px;
    } 
.ys-5 p:nth-child(1){
width:100%;
height: 3rem;
line-height:3rem;
font-size:1.2rem;
color:#ffffff;
text-align: center;
        border-bottom: 2px solid #a3a3a3;
}
.ys-5 p:nth-child(2){ 
width:100%;
height:4.5rem;
line-height:4.5rem;
font-size:0.8rem;
color:#ffffff;
text-align: center;
letter-spacing: 1px;
}
    .nav-1{
            width: 100%;
            height:69px ;
    }
    .navbar-default {
        background-color: white;
        border-color: #e7e7e7;
        width: 100%;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: white;
        background-color: #00a4ff;
    }
    .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{
        color: white;
        background-color: #00a4ff;
    }

    h1{
        display: block;
        width: 80%;
        height: 2.6rem;
        overflow: hidden;
        float: left;
    }
    h1 a{
        display: inline-block;
        width: 100%;
        height:2.6rem;
        line-height: 1000px;        
background:url(../images/20180420020933804.png) no-repeat;
    }
    .navbar-toggle {
        margin-top: 1rem;
        border-color: white;
    }
    .footer{
        margin-top: 3rem;
        width: 100%;
        background-color: #054086;
    }
    .footer ul{
        width: 100%;
        height: 12rem;
        text-align: center;
        margin-top: 1rem;
    }
    .carousel-inner{
        height: 100%;
    }


    .navbar{
        line-height: 4rem;
        border: none;
        margin-bottom: 0;
    }
    .nav>li>a{
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.1rem;
        font-weight: bolder;
        text-align: left;
        margin: 0;
        padding:0 15px;
    }
    .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        font-size: 1.1rem;
    }
    .home-p-6 {
        margin: 0 auto 2rem;
    }
    .yewu-1-1,.yewu-2-1,.yewu-3-1,.yewu-4-1{
        display: none;
    }
}
/*首页*/


/*新闻开始*/
.home-p-1{
    color:#003272 ;
    font-size: 1.46rem;
    margin-top: 1.3rem;
    background: url("../images/home-xin.png") no-repeat;
    padding-left: 2.4rem;
    letter-spacing: 0.2rem;
}
.home-p-1 a{
    font-size: 0.94rem;
    color: #434343;
    padding:0 0.1rem;
    border: 1px solid #c3c3c3;
    float: right;
    margin-right: 17px;
    margin-top: 5px;
}
.home-p-2{
    font-size: 0.94rem;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
    color: #054086;
    margin-top: 0.5rem;
}
.home-p-2 span{
    float: right;
    color: #434343;
}
.home-p-2-1{
    font-size: 0.94rem;
    line-height: 1.8rem;
    letter-spacing: 0.1rem;
    color: #434343;
    margin-top: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.home-p-2-3{
font-size: 0.94rem;
    line-height: 1.8rem;
    letter-spacing: 0.1rem;
    color: #434343;
    margin-top: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.home-t-1 img{
    margin: 0.5rem auto;
    width: 279px;
    height: 160px;
}
.home-p-3{
    color:#003272 ;
    font-size:0.93rem;
    font-weight: bold;
    margin-top: 1.3rem;
}
.home-p-4{
    width: 4.4rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border: 1px solid #c3c3c3;
    margin-top: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}
.home-p-5{
    width: 4.4rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border: 1px solid #c3c3c3;
    margin-top: -2rem;
    text-align: center;
}
.home-title-1{
    font-size: 1.6rem;
    color: #054086;
    text-align: center;
    margin: 3rem auto;
    letter-spacing: 0.2rem;
}
.bb-1 img{
    width: 100%;
}
.home-p-6 {
    background-color: #054086;
    color: white;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.06rem;
    width: 100%;
    letter-spacing: 0.2rem;
text-align: center;
}
/*新闻结束*/



/*底部开始*/
.footer-p-1{
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    color: white;
    margin-top: 2rem;
}
.footer-p-2{
    width: 100%;
    text-align: center;
    font-size: 0.94rem;
    color: #e0e0e0;
    margin-top: 1.2rem;
}
.footer-p-3{
    width: 100%;
    text-align: center;
    margin-top: 1.2rem;
    padding-bottom: 1rem;
}
.footer-p-3 span{
    display: inline-block;
    text-align: center;
    width: 10.2rem;
    height: 2.6rem;
    background-color: #0757b7;
    font-size: 1.1rem;
    color: white;
    line-height: 2.6rem;

}

.footer li a{
    display: inline-block;
    font-size: 0.94rem;
    color: #e4e4e4;
    margin-top: 1rem;
    letter-spacing: 0.2rem;
}

.footer li:first-child{
    font-size: 1.1rem;
    font-weight: bold;
    color: white;
    letter-spacing: 0.2rem;
}
.footer-copyright{
    width: 100%;
    background-color: #1157a9;
    padding-bottom: 0.5rem;
}
.footer-copyright p{
    color: white;
    margin-top: 0.3rem;
    letter-spacing: 0.2rem;
text-align: center;
}
.footer-copyright p span{
    padding: 0 0.5rem;
}
.footer-copyright a{
    color: #ffffff;
}
  
/*底部结束*/

/*banner开始*/
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
/*banner结束*/
/*导航高亮*/
.qywh-d-2 p a{
color:#032d94;
}
.zpxq-u-1 li a{
color:#434343
}
.container a:hover{color:#003272;}
.container .on{color:#003272;}

@media only screen and (max-width: 770px) {
    .carousel-inner .item{
    height: 150px !important;
    background-size: auto 150px !important;
}
}
