body{
    padding-top: 192px;
}
/*公共样式      */
.contenter{
    width: 1200px;
    margin: 0 auto;
}
/*头部*/
.my_header{
    height: 192px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0px 6px #f9f9f9;
}
.logo{
    float: left;
    height: 107px;
}
.logo img{
    height: 84px;

    margin-top: 30px;
}
.my_header .tel{
    float: right;
    margin-top: 42px;
    padding-left: 60px;
    background: url("../images/tell.svg") no-repeat left center/48px;
}
.my_header .tel .txt{
    color: #333;
    font-size: 16px;
    line-height: 26px;
}
.my_header .tel .tell{
    color: #1a4490;
    font-size: 27px;
    font-family: "Impact";
}
.nav_box{
    width: 100%;
    height: 55px;
    background-color: #1a4490;
    margin-top: 30px;
}
.nav > li{
    float: left;
    width: 133.3px;
    position: relative;
}
.nav > li strong{
    display: block;
    line-height: 55px;
    height: 55px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding-left: 32px;
    box-sizing: border-box;

}

.nav > li:hover strong{
    background-color: rgba(255,255,255,.3);
}
.nav > li:nth-child(1) strong{
    background: url("../images/nav_icon01.png") no-repeat 26px 17px;
}
.nav > li:hover:nth-child(1) strong{
    background: url("../images/nav_icon01.png") rgba(255,255,255,.2) no-repeat 26px 17px;
}
.nav > li:nth-child(2) strong{
    background: url("../images/nav_icon02.png") no-repeat 26px 17px;
}
.nav > li:hover:nth-child(2) strong{
    background: url("../images/nav_icon02.png") rgba(255,255,255,.2) no-repeat 26px 17px;
}
.nav > li:nth-child(3) strong{
    background: url("../images/nav_icon012.png") no-repeat 26px 17px;
}
.nav > li:hover:nth-child(3) strong{
    background: url("../images/nav_icon012.png") rgba(255,255,255,.2) no-repeat 26px 17px;
}
.nav > li:nth-child(4) strong{
    background: url("../images/nav_icon011.png") no-repeat 26px 17px;
}
.nav > li:hover:nth-child(4) strong{
    background: url("../images/nav_icon011.png") rgba(255,255,255,.2) no-repeat 26px 17px;
}
.nav > li:nth-child(5) strong{
    background: url("../images/nav_icon05.png") no-repeat 26px 17px;
}
.nav > li:hover:nth-child(5) strong{
    background: url("../images/nav_icon05.png") rgba(255,255,255,.2) no-repeat 26px 17px;
}
.nav > li:nth-child(6) strong{
    background: url("../images/nav_icon010.png") no-repeat 26px 17px;
}
.nav > li:hover:nth-child(6) strong{
    background: url("../images/nav_icon010.png") rgba(255,255,255,.2) no-repeat 26px 17px;
}
.nav > li:nth-child(7) strong{
    background: url("../images/nav_icon03.png") no-repeat 26px 17px;
}
.nav > li:hover:nth-child(7) strong{
    background: url("../images/nav_icon03.png") rgba(255,255,255,.2) no-repeat 26px 17px;
}
.nav > li:nth-child(8) strong{
    background: url("../images/nav_icon09.png") no-repeat 26px 17px;
}
.nav > li:hover:nth-child(8) strong{
    background: url("../images/nav_icon09.png") rgba(255,255,255,.2) no-repeat 26px 17px;
}
.nav > li:nth-child(9) strong{
    background: url("../images/nav_icon08.png") no-repeat 26px 17px;
}
.nav > li:hover:nth-child(9) strong{
    background: url("../images/nav_icon08.png") rgba(255,255,255,.2) no-repeat 26px 17px;
}
.nav > li .list{
    z-index: 10;
    position: absolute;
    width: 133.3px;
    left: 0;
    top: 55px;
    perspective: 400px;
    transform:scale(0);
    transition: 0s;
}
.nav > li:hover .list{
    transform: scale(1);
    max-height: 2000px;
}
.nav > li .list  a{
    width: 133.3px;
    padding: 0px;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    color: #222;
    font-size: 14px;
    text-decoration: none;
    opacity: 0;
    background-color: #fff;
    border-bottom: #e9ecf1 1px solid;
    transform: rotateY(90deg);
    transition: .5s;
    box-sizing: border-box;
}
.nav > li:hover .list  a{
    opacity: 1;
    transform: rotateY(0deg);
}
.nav > li .list  a:nth-child(1){
    transition-delay: 350ms;
}
.nav > li:hover .list  a:nth-child(1){
    transition-delay: 0s;

}
.nav > li .list a:hover{
    color: #3b5998;
    border-bottom: 1px solid #3b5998;
}
.nav > li .list a:nth-child(2){
     transition-delay: 300ms;
 }
.nav > li:hover .list a:nth-child(2){
    transition-delay: 50ms;
}
.nav > li .list a:nth-child(3){
    transition-delay: 250ms;
}
.nav > li:hover .list a:nth-child(3){
    transition-delay: 100ms;
}
.nav > li .list a:nth-child(3){
    transition-delay: 200ms;
}
.nav > li:hover .list a:nth-child(3){
    transition-delay: 150ms;
}
.nav > li .list a:nth-child(4){
    transition-delay: 150ms;
}
.nav > li:hover .list a:nth-child(4){
    transition-delay: 200ms;
}
.nav > li .list a:nth-child(5){
    transition-delay: 100ms;
}
.nav > li:hover .list a:nth-child(5){
    transition-delay: 250ms;
}
.nav > li .list a:nth-child(6){
    transition-delay: 50ms;
}
.nav > li:hover .list a:nth-child(6){
    transition-delay: 300ms;
}
.nav > li .list a:nth-child(7){
    transition-delay: 0s;
}
.nav > li:hover .list a:nth-child(7){
    transition-delay: 350ms;
}


.footer_top{
    margin-top: 70px;
    background: url(../images/fbg.jpg) no-repeat center top/auto 416px;
    padding: 37px 0 60px;
    height: 331px;
    box-sizing: border-box;
}
.footer_top .left{
    float: left;
    width: 588px;
    min-height: 194px;

    padding-top: 17px;
    box-sizing: border-box;
}
.footer_top .left dl{
    float: left;
    margin-right: 68px;

}
.footer_top .left dl dt{
    font-size: 16px;
    display: inline-block;
    padding-bottom: 25px;
    width: auto;
    border-bottom: 2px solid #bbbeca;
    margin-bottom: 15px;
}
.footer_top .left dl dt a{
    color: #fff;
}
.footer_top .left dl dd{
    font-size: 12px;
    line-height: 27px;
    margin: 0;

}
.footer_top .left dl dd a{
    color: #b0b2bb;
}
.footer_top .center{
    float: left;
    width: 288px;
    border-left: 1px solid #54617c;
    border-right: 1px solid #54617c;
}
.footer_top .center .con{
    padding-top: 30px;
    padding-bottom: 72px;
}
.cont .contenter>p{
	line-height:30px;
	color:#666;
}
.footer_top .center ul{
    text-align: center;
}
.footer_top .center li{
    display: inline-block;
    margin: 0 30px 0 0;
    width: 30%;
}
.footer_top .center li:last-child{
    margin-right: 0;
}
.footer_top .center li h1{
    width: 90px;
    height: 90px;
    background: #fff;
    box-sizing: border-box;
    padding: 3px;
}
.footer_top .center li img{
    width: 84px;
}
.footer_top .center li span{
    text-align: center;
    font-size: 12px;
    color: #b0b2bb;
    margin-top: 8px;
}
.footer_top .right{
    float: right;
    width: 306px;
    min-height: 194px;
    padding-top: 10px;
}
.footer_top .right span{
    font-size: 12px;
    margin-bottom: 2px;
    color: #b0b2bb;
    text-align: right;
    display: block;
}
.footer_top .right .tell{
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 14px;
    text-align: right;
}
.footer_top .right .add{
    font-size: 12px;
    margin-bottom: 2px;
    color: #b0b2bb;
    text-align: right;
}
.footer_top .right ul{
    float: right;
    margin: 20px 0 34px;
}
.footer_top .right li{
    float: left;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    border-radius: 50%;
    background-color: #3f4f95;
}
.footer_top .right li:hover{
    background-color: #ff5000;
}
.footer_top .right li img{
    width: 24px;
    height: auto;
    margin: 4px;
}
.footer_btm{
    background-color: #141d3a;
    padding: 20px 0;
    text-align: center;
}
.footer_btm div{
    line-height: 24px;
    text-align: center;
    color: #b0b2bb;
    font-size: 12px;
}
.footer_btm div a{
    color: #b0b2bb;
}

.lxwm{
    line-height: 32px;
}



