@charset 'utf-8';

.container{height: 3128px;background: url("../images/con-back.png");margin-top: -188px;clear: both;}
.f1{
    padding-top: 245px;
}
.f1 .title,.f2 .title,.f3 .title,.f4 .title{
    text-align: center;
}
.f1 .title h1,.f2 .title h1,.f3 .title h1,.f4 .title h1{
    color: #044d99;
    font-size: 40px;
    font-weight: bold;
    line-height: 88px;
    position: relative;
}
.f1 .title h1:after,.f2 .title h1:after,.f3 .title h1:after,.f4 .title h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 32px;
    height: 4px;
    background: #bfbfbf;
    margin-left: -16px;
}
.f1 .title p,.f2 .title p,.f3 .title p,.f4 .title p{
    color: #666666;
    font-size: 24px;
    line-height: 68px;
}
.f1 .content{
    margin-top:20px ;
}
.f1 .content ul.f1_contitle{
    width: 100%;
    overflow: hidden;
}
.f1_contitle li{
    float: left;
    width: 636px;
    height: 90px;
    line-height: 90px;
    background: #044d99;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-left: 10px;
    transform: skewX(-45deg);
    -webkit-transform:skewX(-45deg);
    -moz-transform:skewX(-45deg);
    -o-transform:skewX(-45deg);
}
.f1_contitle li.on{
    background: #0999e4;
}
.f1_contitle li:nth-child(1){
    margin-left: -45px;
}

.f1_contitle li:nth-child(2){
    float: right;
    margin-right: -45px;
}
.f1_contitle li div{
    transform: skewX(45deg);
    -webkit-transform:skewX(45deg);
    -moz-transform:skewX(45deg);
    -o-transform:skewX(45deg);
}
.f1_contitle li div img{
    vertical-align: middle;
    padding-right: 12px;
}
ul.f1_concon{
    width: 100%;
    height: 412px;
    margin-top: 10px;
    clear: both;
}
.f1_concon li{
    width: 100%;
    height: 100%;
    display: none;
}
.f1_concon li:nth-child(1){
    display: block;
}
.f1_concon li .contitle{
    width: 50%;
    height: 100%;
    background: #f3f3f3;
    padding-left: 42px;
    box-sizing: border-box;
    float: left;
}
.f1_concon li .contitle h1{
    font-size:32px ;
    font-weight: normal;
    margin-top: 26px;
    line-height: 86px;
    position: relative;
}
.f1_concon li .contitle h1 a{
    color:#4f4f4f ;
}
.f1_concon li .contitle h1 a:hover{
    color:#0999e4 ;
}
.f1_concon li .contitle h1:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 3px;
    background: #044d99;
}
.f1_concon li .contitle p{
    color: #4f4f4f;
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 84px;
}
.f1_concon li .contitle a.case{
    display: block;
    width: 145px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #044d99;
}
.f1_concon li .contitle a.case:hover{
    background: #0999e4;
}
.f1_concon li .conimg{
    width: 50%;
    height: 100%;
}
.f1_concon li .conimg img{
    width: 100%;
    height: 100%;
}
.f2{
    margin-top: 125px;
}
.f2 .content{
    width: 100%;
    height: 456px;
    padding: 50px;
    margin-top: 54px;
    box-sizing: border-box;
    background: #fff;
}
.f2 .content .conimg{
    width: 550px;
    float: left;
    overflow: hidden;
}
.f2 .content .conimg img{
    width: 550px;
    height: 358px;
}
.f2 .content .contitle{
    width: 550px;
    height: 358px;
    padding-left: 48px;
    box-sizing: border-box;
    float: left;
}
.f2 .content .contitle h1{
    margin-top: 20px;
    margin-bottom: 10px;
}
.f2 .content .contitle h1 a{
    display: block;
    line-height: 38px;
    color:#044d99 ;
    font-size: 24px;
    font-weight: bold;
}
.f2 .content .contitle h1 span{
    color: #044d99;
    font-size: 12px;
}
.f2 .content .contitle h1 a:hover{
    color: #0999e4;
}
.f2 .content .contitle p{
    color: #666;
    line-height: 28px;
    font-size: 14px;
    margin-top: 15px;
}
.f2 .content .contitle .conmore{
    margin-top: 70px;
}
.f2 .content .contitle .conmore a{
    display: inline-block;
    color: #333;
    font-size: 12px;
    padding-right: 20px;
    line-height: 16px;
}
.f2 .content .contitle .conmore a span{
    padding-right:6px ;
}
.f2 .content .contitle .conmore a:hover{
    color: #0999e4;
}
.f3{
    margin-top: 132px;
}
.f3 .content{
    width: 100%;
    height: 450px;
    margin-top: 54px;
    position: relative;
}
.f3 .content>a{
    width: 40px;
    height: 62px;
    margin-top: -31px;
    background: #afafaf;
    text-align: center;
    padding-top: 17.5px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz--transition: all ease 0.3s;
    -o--transition: all ease 0.3s;
}
.f3 .content>a:hover{
    background: #044d99;
}
.f3 .content a.prev{
    left: -75px;
}
.f3 .content a.next{
    right: -75px;
}
.f3-list{
    width: 1200px;
    height:450px ;
    overflow: hidden;
}
.f3-list ul li{
    float: left;
    width: 370px;
    height: 100%;
    margin-right: 45px;
}
.f3-list ul li a{display: block;}
.f3-list ul li a .condec {
    width: 100%;
    height: 236px;
    padding: 8px 36px;
    background: #fff;
    box-sizing: border-box;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition:all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.f3-list ul li:hover a .condec{
    color: #fff;
    background: #0999e4;
}
.f3-list ul li:hover a .condec h1,.f3-list ul li:hover a .condec h2,.f3-list ul li:hover a .condec h4,.f3-list ul li:hover a .condec p{
    color: #fff;
}
.f3-list ul li a .condec h1{
    color: #044d99;
    font-size: 22px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
}
.f3-list ul li a .condec h2{
    color: #333;
    font-size: 18px;
    line-height: 34px;
}
.f3-list ul li a .condec h4{
    color: #666;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 12px;
}
.f3-list ul li a .condec p{
    color: #7a7a7a;
    font-size: 14px;
    line-height: 22px;
}
.f3-list ul li a .conimg{
    width: 100%;
    height: 212px;
    overflow: hidden;
}
.f3-list ul li a .conimg img{
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition:all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.f3-list ul li:hover a .conimg img{
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform:  scale(1.04);
    -o-transform:  scale(1.04);
}
.f4{
    margin-top: 154px;
}
.f4 .content{
    width: 100%;
    height: 80px;
    margin-top: 70px;
    position: relative;
}
.f4 .content>a{
    width: 20px;
    height: 38px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz--transition: all ease 0.3s;
    -o--transition: all ease 0.3s;
}
.f4 .content a.prev{
    left: 0;
    background:#626262 url("../images/nprev.png") no-repeat 6px 11px;
}
.f4 .content a.prev:hover{
    background:#0999e4 url("../images/nprev.png") no-repeat 6px 11px;
}
.f4 .content a.next{
    right: 0;
    background:#626262 url("../images/nnext.png") no-repeat 6px 11px;
}
.f4 .content a.next:hover{
    background:#0999e4 url("../images/nnext.png") no-repeat 6px 11px;
}
.f4-list{
    width:1020px;
    height: 80px;
    margin: 0 auto;
}
.f4-list ul li{
    width: 180px;
    height: 100%;
    text-align: center;
    border-bottom: 4px solid #959595;
    margin-right: 30px;
    background: #fff;
}
.f4-list ul li:hover{
    border-bottom: 4px solid #044d99;
}
.f4-list ul li a{display: block;}
.f4-list ul li a img{
    vertical-align: top;
}


