/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

 ::selection {
	background-color: #2b4d8c;
	color: #fff;
}

::-moz-selection {
	background-color: #2b4d8c;
	color: #fff;
}

::-webkit-selection {
	background-color: #2b4d8c;
	color: #fff;
}

#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img{
    box-sizing: content-box;
}
* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    max-width: 1920px !important;
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    margin: 0 auto !important;
    line-height: 1.5;
}
*:before, *:after {
    box-sizing: content-box;
}
:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}
input,textarea {
    outline: 0;
    border: 0;
    resize: none;
}



h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.webqq_ewm{box-sizing: content-box;}


.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
   box-shadow: 0px 10px 12px rgba(0,0,0,.1);
}



html{
        cursor: url(../images/cur.png),
        default;
}

a{
   cursor: url(../images/Acur.png),
   default ;
}

textarea{
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
 
}

input[type="text"]{
     animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
}
input[type="button"]
{
   cursor: url(../images/Acur.png),
   default  !important;
}

input,button{
        outline: none;
}

@keyframes animated {
    0% {
        cursor: url('../images/Pcuro1.png'),
        auto;
    }

    8.8% {
        cursor: url('../images/Pcuro2.png'),
            auto;
    }

    17.6% {
        cursor: url('../images/Pcuro3.png'),
            auto;
    }

    26.4% {
        cursor: url('../images/Pcuro4.png'),
            auto;
    }

    35.2% {
        cursor: url('../images/Pcuro5.png'),
            auto;
    }

    44% {
        cursor: url('../images/Pcuro6.png'),
            auto;
    }

    52.8% {
        cursor: url('../images/Pcuro7.png'),
            auto;
    }

    61.6% {
        cursor: url('../images/Pcuro8.png'),
            auto;
    }

    70.4% {
        cursor: url('../images/Pcuro9.png'),
            auto;
    }

    79.2% {
        cursor: url('../images/Pcuro10.png'),
            auto;
    }

    88% {
        cursor: url('../images/Pcuro11.png'),
            auto;
    }

    100% {
        cursor: url('../images/Pcuro12.png'),
            auto;
    }

    
}



.wjdh-ico1,.wjdh-ico2{vertical-align: middle;}



@media (min-width: 1200px){
    .container,dl-container {
        width: 1200px  !important;
    }
}





@keyframes msClock {
	0%,70%,100% {transform: rotate(0) scale(1);}
	
	10%,30% {transform: rotate(-15deg) scale(1);}
	
	20%,40% {transform: rotate(15deg) scale(1);}
}

.t_back{width:100%;height:0.1px;}



/* 头部 */
.toper{width:100%;height:50px; background:#2b4d8c;box-sizing:content-box;}

.toper .center{width:1280px;height:50px;margin:0 auto;position:relative;}

.toper .center .txt{width:auto;line-height:50px;font-size:14px;color:rgba(255,255,255,0.7);float:left;padding-left:40px;box-sizing:content-box;background:url(../images/t_icon.png) left center no-repeat;}

.toper .center p{float:right;width:auto;line-height:50px;color:rgba(255,255,255,0.7);}

.toper .center p a{font-size:14px;color:rgba(255,255,255,0.7);-webkit-transition:all .7s;transition:all .7s;}

.toper .center p a:hover{color:rgba(255,255,255,1);-webkit-transition:all .7s;transition:all .7s;}





/* 导航开始css */
.nav_xiala_aa{width:100%;height:110px;box-sizing:content-box;background:#fff;position:relative;z-index:9;}

.nav_xiala_xx{width:1280px;height:110px;box-sizing:content-box;margin:0 auto;position:relative;} 

.nav_xiala{width:1280px;box-sizing:content-box;margin:0 auto;height:110px;}

.nav_xiala h1{width:226px;height:44px;float:left;margin:33px 0;}

.nav_xiala .logo{width:226px;height:44px;display:block;vertical-align:top;}

.nav_xiala ul{width:970px;height:110px;display:flex;justify-content: space-between;float:right;}

.nav_xiala ul li{width:auto;height:110px;float:left;position:relative;z-index:0;}

.nav_xiala > ul > li > a{display:block;width:100%;height:110px;float:left;box-sizing:content-box;text-align:center;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.nav_xiala > ul > li > a p{font-size:16px;color:#333;line-height:18px;margin-top:35px;-webkit-transition:all .7s;transition:all .7s;}

.nav_xiala > ul > li:hover > a p{color:#2b4d8c;font-weight:bold;-webkit-transition: all .7s; transition: all .7s;}

.nav_xiala > ul > li.active > a p{color:#2b4d8c;font-weight:bold;-webkit-transition: all .7s; transition: all .7s;}

.nav_xiala > ul > li > a span{display:block;font-size:12px;color:#bfbfbf;line-height:10px;text-transform: Uppercase;font-family:Arial;margin-top:10px;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.nav_xiala > ul > li:hover > a span{opacity:0;margin-top:20px;-webkit-transition: all .7s; transition: all .7s;}

.nav_xiala > ul > li.active > a span{opacity:0;margin-top:20px;-webkit-transition: all .7s; transition: all .7s;}

.nav_xiala > ul > li > a::after{content:'';width:100%;height:20px;background:url(../images/nav_on.png) center center no-repeat;position:absolute;bottom:0;left:0;z-index:-1;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.nav_xiala > ul > li:hover > a::after{content:'';width:100%;height:20px;background:url(../images/nav_on.png) center center no-repeat;position:absolute;bottom:25px;left:0;z-index:-1;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.nav_xiala > ul > li.active > a::after{content:'';width:100%;height:20px;background:url(../images/nav_on.png) center center no-repeat;position:absolute;bottom:25px;left:0;z-index:-1;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.nav_xiala .erji_xiala{  position:absolute; top:110px; left:-30px; z-index:20;  height:0px; visibility: hidden; width: 124px; /*和一级栏目一样宽度*/ }
.nav_xiala .erji_xiala i{ display: block; opacity: 0; border-bottom:1px solid rgba(255,255,255,0.35); background:#2a3036;  position:relative;  }
.nav_xiala .erji_xiala i a{ height: 40px; line-height: 40px;  font-size:14px; display: block; color:#FFF; padding: 0 20px;box-sizing:content-box;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  }
.nav_xiala .erji_xiala i a:hover{  color:#FFF;  }
.nav_xiala .erji_xiala i:hover{background:#2a3036; }

.nav_xiala .erji_xiala i a{
     -webkit-transition: all .7s; transition: all .7s;
	background: -webkit-linear-gradient(left, #2b4d8c, #2b4d8c) no-repeat;
    background: linear-gradient(to right, #2b4d8c, #2b4d8c) no-repeat;
	background-size: 0% 100%;
}

.nav_xiala .erji_xiala i a:hover{
    background: -webkit-linear-gradient(left, #2b4d8c, #2b4d8c) no-repeat;color:#fff;
    background: linear-gradient(to right, #2b4d8c, #2b4d8c) no-repeat;
    background-size: 100% 100%;
}


.nav_xiala ul li:hover .erji_xiala{ height:auto; visibility: visible; }

.nav_xiala .erji_xiala i{ opacity: 0; transform: rotateY(90deg); transition:.7s;}

.nav_xiala ul li:hover .erji_xiala i{ opacity: 1;  transform: rotateY(0); }

.nav_xiala ul li:hover .erji_xiala i:nth-child(1){ transition-delay: 50ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(2){ transition-delay: 100ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(3){ transition-delay: 150ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(4){ transition-delay: 200ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(5){ transition-delay: 250ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(6){ transition-delay: 300ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(7){ transition-delay: 350ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(8){ transition-delay: 400ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(9){ transition-delay: 450ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(10){ transition-delay: 500ms;}

.nav_xiala  .erji_xiala i:nth-child(1){ transition-delay: 500ms;}
.nav_xiala  .erji_xiala i:nth-child(2){ transition-delay: 450ms;}
.nav_xiala  .erji_xiala i:nth-child(3){ transition-delay: 400ms;}
.nav_xiala  .erji_xiala i:nth-child(4){ transition-delay: 350ms;}
.nav_xiala  .erji_xiala i:nth-child(5){ transition-delay: 300ms;}
.nav_xiala  .erji_xiala i:nth-child(6){ transition-delay: 250ms;}
.nav_xiala  .erji_xiala i:nth-child(7){ transition-delay: 200ms;}
.nav_xiala  .erji_xiala i:nth-child(8){ transition-delay: 150ms;}
.nav_xiala  .erji_xiala i:nth-child(9){ transition-delay: 100ms;}
.nav_xiala  .erji_xiala i:nth-child(10){ transition-delay: 50ms;}


.nav_xiala .sanji_xiala {  width: auto; height:0px; visibility: hidden; position: absolute; top: 0px; left:124px; /*和一级栏目一样left*/  }
.nav_xiala .sanji_xiala span{ border-bottom:1px dashed rgba(255,255,255,0.35); display: block; background:#2a3036; text-align: left; opacity: 0; }
.nav_xiala .sanji_xiala span a { height: 40px; line-height: 40px; display: block; color:#FFF; font-size:14px; padding-left: 10px; padding: 0 8px 0 15px;box-sizing:content-box;
    overflow: hidden;   white-space: nowrap; text-overflow: ellipsis; }
.nav_xiala .sanji_xiala span a:hover{  color:#FFF; padding-left: 25px;box-sizing:content-box; }


.nav_xiala .sanji_xiala span a{
    background: -webkit-linear-gradient(left, #2b4d8c, #2b4d8c) no-repeat;
    background: linear-gradient(to right, #2b4d8c, #2b4d8c) no-repeat;
    background-size: 100% 0%; -webkit-transition: all .7s; transition: all .7s;
}

.nav_xiala .sanji_xiala span a:hover{
    background: -webkit-linear-gradient(left, #2b4d8c, #2b4d8c) no-repeat;color:#fff;
    background: linear-gradient(to right, #2b4d8c, #2b4d8c) no-repeat;
    background-size: 100% 100%;
}


.nav_xiala .sanji_xiala_di{ background:url(../images/liqsub_ss.png) no-repeat center; width: 7px; height: 11px; position: absolute; top: 14px; right: 5px;}

.nav_xiala .erji_xiala i:hover .sanji_xiala{ height:auto; visibility: visible; }

.nav_xiala .sanji_xiala span{ opacity: 0; transform: rotateY(90deg); transition:.7s;}

.nav_xiala .erji_xiala i:hover .sanji_xiala span{ opacity: 1;  transform: rotateY(0); }
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(1){ transition-delay: 50ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(2){ transition-delay: 100ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(3){ transition-delay: 150ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(4){ transition-delay: 200ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(5){ transition-delay: 250ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(6){ transition-delay: 300ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(7){ transition-delay: 350ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(8){ transition-delay: 400ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(9){ transition-delay: 450ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(10){ transition-delay: 500ms;}

.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index:99999;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));  box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.08);
}




/* 导航结束css */




.controls {display:none;}

.btn-group {
  display: inline-block;
}

.btn {display:none;}


canvas{min-width: 1000px; width: 100%; position:absolute; left:0; top: 0;z-index:1;}




/*首页banner*/

.banner{width: 100%;height:auto;overflow:hidden;position:relative;z-index:5;}

.banner .swiper-father{width:100%;height:100%;margin:0 auto;overflow:hidden;position:relative;}

.banner .swiper-father .swiper-container{width:100%;height:100%;overflow:hidden;}
 
.banner .swiper-container .swiper-slide{width: 100%;height: 100%;overflow:hidden;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;position:relative;}

.banner .swiper-container .swiper-slide a{display:block;position:relative;z-index:3;}

.banner .swiper-container .swiper-slide img{width:100%; vertical-align:top;}

.banner .swiper-container .swiper-slide.one{ background:url(../images/b_back.jpg) center top no-repeat;}

.banner .num{width:100px;height:12px;position:absolute;left:50%;margin-left:-50px;bottom:40px;z-index:9;text-align:center;}

.banner .num .swiper-pagination{width:auto;height:12px;left:0;}

.banner .num .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:#fff;border-radius:10px;margin-right:10px; opacity:1;display:inline-block;-webkit-transition:all .7s;transition:all .7s;}

.banner .num .swiper-pagination .swiper-pagination-bullet-active{width:12px;background:#2b4d8c !important;-webkit-transition:all .7s;transition:all .7s;}

.banner .swiper-button-prev{width:50px;height:50px;margin-top:-25px;background:url(../images/b_jt_01.png) center center no-repeat;position:absolute;left:10%;top:50%;opacity:0;outline:none;-webkit-transition:all .7s;transition:all .7s;}

.banner .swiper-button-next{width:50px;height:50px;margin-top:-25px;background:url(../images/b_jt_02.png) center center no-repeat;position:absolute;right:10%;top:50%;opacity:0;outline:none;-webkit-transition:all .7s;transition:all .7s;}

.banner:hover .swiper-button-prev{opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.banner:hover .swiper-button-next{opacity:1;-webkit-transition:all .7s;transition:all .7s;}



/* banner 结束 */










/* 底部信息 */
.footer{width:100%;background:url(../images/ft_back.jpg) center top no-repeat;height:522px;padding-top:80px;position:relative;z-index:2;box-sizing:content-box;overflow:hidden;cursor:default !important;}

.footer .ly{width:1280px;height:120px;margin:0 auto;}

.footer .ly .bt{width:auto;height:120px;float:left;}

.footer .ly .bt h3{padding-left:45px;box-sizing:content-box;line-height:33px;font-size:24px;color:#333;background:url(../images/ly.png) left center no-repeat;margin-top:15px;}

.footer .ly .bt p{font-family: 'Times New Roman';font-size:48px;color:#333;font-weight:bold;line-height:35px;margin-top:20px;}

.footer .ly .form{width:970px;height:120px;float:right;position:relative;}

.footer .ly .form p{height:44px;overflow:hidden;background:url(../images/ly_bk01.png);}

.footer .ly .form input{display:block;height:44px;line-height:44px;color:#a5a8ab;font-size:14px;padding:0 5px 0 45px;box-sizing:content-box;}

.footer .ly .form p:nth-of-type(1){width:300px;position:absolute;left:0;top:0;}

.footer .ly .form p:nth-of-type(2){width:300px;position:absolute;left:333px;top:0;}

.footer .ly .form p:nth-of-type(1) input{width:250px;background:url(../images/name.png) 11px center no-repeat;}

.footer .ly .form p:nth-of-type(2) input{width:250px;background:url(../images/phone.png) 11px center no-repeat;}

.footer .ly .form p:nth-of-type(3){width:634px;height:44px;position:absolute;left:0;bottom:0;background:url(../images/ly_bk02.png);}

.footer .ly .form textarea{width:580px;height:44px;line-height:44px;font-size:14px;padding:0 10px 0 44px;box-sizing:content-box;background:url(../images/liuyan.png) 11px center no-repeat;}

.footer .ly .form p:nth-of-type(4){width:300px;height:44px;position:absolute;right:0;top:0;}

.footer .ly .form p:nth-of-type(4) input{display:block;width:90px;height:44px;line-height:44px;color:#a5a8ab;font-size:14px;float:left;padding:0 5px 0 45px;box-sizing:content-box;background:url(../images/yzm.png) 11px center no-repeat;}

.footer .ly .form p:nth-of-type(4) img{display:block;width:90px;height:34px;cursor:pointer;float:right;margin:5px;}

.footer .ly .form .tj{width:300px;height:44px;border:none;overflow:hidden;position:absolute;z-index:0;right:0;bottom:0;border-radius:0;-webkit-transition:all .7s;transition:all .7s;}

.footer .ly .form .tj .btn{display:block;width:300px;height:44px;line-height:44px;text-align:center;font-size:16px;color:#fff;border:none;background:none;cursor:pointer;padding:0 !important;-webkit-transition:all .7s;transition:all .7s;}

.footer .ly .form .tj:hover .btn{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.btn_bubble_3{background:#2b4d8c;background-repeat: no-repeat;}

.btn_bubble_3:hover, .btn_bubble_3:focus {
 -webkit-animation: btn_3 1s forwards ease-out;
 animation: btn_3 1s forwards ease-out;
 background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 90% 90% / 0.88em 0.88em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 23% 141% / 0.81em 0.81em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 17% 90% / 0.68em 0.68em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 15% 94% / 1.12em 1.12em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 42% 126% / 0.86em 0.86em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 102% 120% / 0.58em 0.58em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 12% 121% / 0.67em 0.67em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 69% 87% / 1.18em 1.18em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 32% 99% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 84% 129% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 40% 99% / 0.72em 0.72em;
 background-color: #2b4d8c;
 background-repeat: no-repeat;
}

@-webkit-keyframes btn_3 {
 100% {
  background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  box-shadow: inset 0 -140px 0 #2b4d8c;
 }
}

@keyframes btn_3 {
 100% {
  background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  box-shadow: inset 0 -140px 0 #2b4d8c;
 }
}









.footer .center{width:1280px;height:255px;margin:59px auto 0 auto;position:relative;display:flex;justify-content: space-between;}

.footer .center .infro{width:auto;height:255px;float:left;position:relative;overflow:hidden;}

.footer .center .infro li{padding-left:60px;box-sizing:content-box;height:40px;line-height:40px;color:#a5a8ab;font-size:16px;margin-bottom:35px;}

.footer .center .infro li span{font-size:18px;color:#333;}

.footer .center .infro li:nth-of-type(1){background:url(../images/ft_icon_01.png) left center no-repeat;}

.footer .center .infro li:nth-of-type(2){background:url(../images/ft_icon_02.png) left center no-repeat;}

.footer .center .infro li:nth-of-type(3){background:url(../images/ft_icon_03.png) left center no-repeat;}

.footer .center .list{width:590px;height:255px;float:left;overflow:hidden;display:flex;justify-content: space-between;}

.footer .center .list li{width:auto;height:255px;float:left;overflow:hidden;}

.footer .center .list li p{padding-left:10px;box-sizing:content-box;background:url(../images/ft_line.png) left center no-repeat;width:auto;font-size:18px;line-height:20px;color:#333;margin-bottom:25px;}

.footer .center .list li a{padding-left:10px;box-sizing:content-box;display:block;font-size:16px;line-height:16px;color:#a5a8ab;margin-bottom:22px;-webkit-transition:all .7s;transition:all .7s;}

.footer .center .list li a:hover{color:#2b4d8c;-webkit-transition:all .7s;transition:all .7s;}

.footer .center .ewm{width:149px;height:255px;float:right;}

.footer .center .ewm .img{width:131px;height:131px;padding:9px;box-sizing:content-box; background:url(../images/kuang.png);overflow:hidden;}

.footer .center .ewm .img img{display:block;width:131px;height:131px; vertical-align:top;object-fit:cover;}

.footer .center .ewm p{font-size:14px;color:#666;line-height:15px;text-align:center;margin-top:20px;}





.footer .copy{width:1280px;height:30px;margin:29px auto 0 auto;display:flex;justify-content: space-between;}

.footer .copy p{font-size:14px;color:#b8c8e0;height:30px;line-height:30px}

.footer .copy p a{color:#b8c8e0;-webkit-transition:all .7s;transition:all .7s;}

.footer .copy  p a:hover{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.footer .copy p img{ vertical-align:middle;}




.UrbansubstationBox{display:inline-block;position:relative;color:#b8c8e0;line-height:30px;}

.Urbansubstation{position:absolute;bottom:30px;left:-50%;transform:translateX(-25%);background:#f8f8f8;width:0;height:0;overflow:hidden;box-sizing:border-box;line-height:0;font-size:0;border-radius:10px;}

.Urbansubstation>a{color:#333 !important;font-size:16px;font-weight:bold;}

.Urbansubstation .p a{width:100%;padding-left:10px;box-sizing:border-box;line-height:1.5;display:block;color:#888 !important;line-height:1.5;margin:0px auto;box-sizing:border-box;padding:5px 10px 5px 30px;line-height:26px;font-size:16px;}

.Urbansubstationfenzhan{height:40px;line-height:40px;font-weight:bold;font-size:16px !important;color:#333;display:block;padding-left:35px;box-sizing:content-box;}

.UrbansubstationBoxCenter .p{width:94%;height:100%;border:1px dashed #e2e2e2;margin:0 auto 10px;border-radius:5px;}

.UrbansubstationBoxCenter .p a{text-align:left;position:relative;-webkit-transition:.5s;transition:.5s;}

.UrbansubstationBox:hover .Urbansubstation{min-width:160px;height:auto;background-color:#fff;box-shadow:0px 0px 24px 0px rgba(0,0,0,0.15);border-radius:5px;}

.Urbansubstation .p a:hover::before{border-color:#2b4d8c;}

.Urbansubstation .p a:hover::after{background:#2b4d8c;}

.Urbansubstation .p a::after{content:"";width:6px;height:6px;background:#ddd;position:absolute;top:16px;left:15px;border-radius:50%;-webkit-transition:.5s;transition:.5s;}

.Urbansubstation .p a::before{content:"";width:14px;height:14px;border:1px solid #ddd;position:absolute;top:11px;left:10px;border-radius:50%;-webkit-transition:.5s;transition:.5s;}

.Urbansubstation .p a:hover{transform:translateY(-2px);color:#2b4d8c !important;}




