/*所有元素无法选中*/
/* * {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
} */
/*所有元素无法选中*/
body {
    background: #fff;
    font-family: '微软雅黑', Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    min-width: 1300px;
    /* overflow-x: hidden; */
}
textarea {
    font-family: '微软雅黑', Helvetica, Arial, sans-serif !important;
}
body,html,h2,h3,h4,h5,h6,p,span,ul,li {
    margin: 0;
    padding: 0;
    color: #333333;
}
ul, li {
    list-style: none;
}
i {
    font-style:normal
}
a {
    text-decoration: none;
    color: #333333;
}
button {
    outline: none;
}
.green {
    color: green !important;
}
.clearfix:before,.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.w1210 {
    width: 1210px;
    margin: 0 auto;
}
.w1020 {
    width: 1020px;
    margin: 0 auto;
}
.w1600 {
    width: 1600px;
    margin: 0 auto;
}


/* ======================== head布局 ===================== */
.m-f {
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:center;
    justify-content:center;
    -moz-box-pack:center;
    -webkit--moz-box-pack:center;
    box-pack:center;
    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
}

.m-fw {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;

    justify-content: space-between;
}

.m-fc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    

    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    

    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.m-f-js {
    -webkit-box-pack: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;

}
.m-f-je {
    -webkit-box-pack: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.m-f-ae{
    -webkit-box-align: flex-end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;

}
.m-f-as{
    -webkit-box-align: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.m-f-sb{
    -webkit-box-pack: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/*header*/
/*.header{*/
    /*width: 100%;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0px;*/
    /*z-index: 99;*/
    /*box-shadow:none;*/
/*}*/
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 999;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.header_nav1 {
    font-size: 12px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #212930;
}
.header_nav1 a{
    color: #7b7b7b ;
}
.header_nav1 a:hover,.header_nav1 a:hover p {
    color: #d1d1d1 !important;
}
.header_nav1 .map{
    position: relative;
    margin-left: 1px;
}
.header_nav1 p{
    color: #7b7b7b;
    margin-left: 5px;
}

.header_nav1 .block2 div:nth-child(1){
    margin-left:50px;
}
.header_nav1 .block2 div:nth-child(2){
    margin: 0px 30px;
}
.header_nav1 .block3{
    flex: 1;

}

.header_nav1 .block3 p {
    font-size: 14px;
}
.header_nav1 .block3 a.link_ {
    display: inline-block;
    width: 100px;
    height: 45px;

}
.header_nav1 .block3 a.link_:nth-child(1){
    background-color: #ffdc59;
    color: #212930;
}
.header_nav1 .block3 a.link_:nth-child(1):hover {
    background-color: #e4c13e;
}
.header_nav1 .block3 a.link_:nth-child(1) p{
    color: #212930 !important;
    line-height: 45px !important;
}


.header_nav1 .block3 a.link_:nth-of-type(2){
    background-color: #FF7E00;
    color: #fff;
}
.header_nav1 .block3 a.link_:nth-of-type(2) div p:hover {
    color: #fff !important;
}
.header_nav1 .block3 a.link_:nth-child(2) p{
    color: #fff !important;
    line-height: 45px !important;
}



.header_nav1 .block3 div:nth-child(4){
     width: 110px;
    /*margin-left: 15px;*/
}
.header_nav1 .block3 div:nth-child(4) p{
    color: #dcdcdc;
}
.language p::after{
    content: "";
    position: absolute;
    right: 0;
    width: 6px;
    top: 17px;
    height: 12px;
    background: url(../images/jiantou.png) no-repeat right;
    transition: all .3s;
}
.language:hover p::after{
    transform: rotate(90deg);
}
.language-shif{
    position: relative;
}

.language-block{

}
.language_lis{
    display: none;
    margin: 0 auto;
    width: 110px;
     height: 86px;
    /*height:43px;*/
    background-color: #37414a;
    position: absolute;
    top: 39px;
    left: 0px;
    z-index: 10;
    animation:slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both;
    /* transition: all 1s; */
}
.language_lis li a{
    color:#93a4b3
}
.language_lis li a:hover{
    color:#fff
}
.language-shif:hover .language_lis{
    display: block;
}
.language_lis li{
    display: flex;
    justify-content: center;
    line-height: 43px;
}


.header_nav2 {
    width: 100%;
    height: 100px;
    background-color: #fff;
}

.nav {
	/* width: 100%; */
    height: 100px;
    line-height: 100px;
    font-size: 16px;
}

.nav .lau-block{
	width: 120px;
    margin-left: 124px;
	margin-right: 0;
}
.nav .lau-block a:after{
    content: "";
    width: 1px;
    height: 12px;
    background:#999999;
    display: inline-block;
    margin: 0 9px 0 13px;
}
.nav .lau-block a:last-child:after {
	display: none;
}
.nav .lau-block a{
	font-size: 16px;
	color: #757575;
}
.nav .lau-block a.ac{
	color: #212d65;
}
.nav ul li {
    float: left;
    width: 91px;
    height: 100px;
    line-height: 100px;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin: 0 14px;
}

.nav ul li span {
    width: 91px;
    height: 49px;
    line-height: 47px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    color: #555;
    position: relative;
}
.nav ul li span::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width:0;
    height: 2px;
    background-color: #2a3578;
    transition: all .4s;
}
.nav ul li span::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background-color: #ffd100;
    transition: all .4s;
}
.nav ul li .active::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width:98%;
    height: 2px;
    background-color: #2a3578;
    transition: all .5s;
}
.nav ul li .active::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 98%;
    height: 2px;
    background-color: #ffd100;
    transition: all .5s;
}
.nav ul li:hover span,.nav ul li .active {
    font-weight: 700;
    color: #2a3578;
}
.nav ul li:hover span::before{
    width: 98%;
}
.nav ul li:hover span::after{
    width: 98%;
}


.header .menu{
    width: 100%;
    height: 221px;
    background-color: #ffffff;
    border-top: 2px solid #f8f8f8;
    display: none;
    z-index: 999;
    /* animation:menu-slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both; */
}
.header #search-menu{
    width: 100%;
    height:105px;
    background-color: #ffffff;
    border-top: 2px solid #f8f8f8;
    display: none;
    z-index: 11;
}
.header #search-menu input{
    border:0px;
}
:focus {
    outline: none;
}
.header #search-menu .search-input{
    width: 279px;
    height: 49px;
    border-radius: 25px;
    border: solid 1px #cccccc;
    position: relative;
}
.header #search-menu .search-input input.form-control {
    width: 200px;
    margin-right: 20px;
}
.header #search-menu .sub_btn{
    width: 47px !important;
    height: 47px;
    border-radius: 50%;
    background-color: #424886;
    color: #ffffff;
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
}
.header .menu .w1200{
    height: 100%;
    padding-left: 665px;
    margin-top: 30px;
}
.header .search .w1200{
    height: 100%;
    padding-left: 0px;
}
.header .menu ul{
    margin-left: 55px;
    height: 100px;
    margin-top: 36px;
}
/* .header .menu ul li{
    font-size: 14px;
    width: 100%;

    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:center;
    justify-content:center;
    -moz-box-pack:center;
    -webkit--moz-box-pack:center;
    box-pack:center;
    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;

    -webkit-box-pack: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;

} */
/* .header .menu ul li img{
    height: 20px;
    width: 20px;
} */
.header .menu ul a{
    /* margin-top: 10px; */
    font-size: 14px;
    width: 100%;

    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:center;
    justify-content:center;
    -moz-box-pack:center;
    -webkit--moz-box-pack:center;
    box-pack:center;
    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;

    -webkit-box-pack: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 17px;
    margin-right:30px;
}

.header .menu.help ul a{
    width: 40%;
}
.header .menu#touzi-menu ul a{

    margin-right:0px;
}
.header .menu ul a:nth-child(3n+3){
    margin-bottom: 0px;
}

/* .header .menu ul a img{
height: 19px;
width: 19px;
margin-right: 5px;
} */
.header .menu ul a .img-block{
    height: 22px;
    width: 22px;
    margin-right: 5px;
    }
.header .menu ul li a{
 display: inline-block;
 text-align: left;
}
.header .menu ul li:nth-of-type(1){
    margin-top: 0px;

}
.header .menu ul li{
    display: flex;

}
.header .menu ul a:hover li{
    color: #2a3578;
    font-weight: bold;

}
.header .menu .title{
    color: #555555;
    font-size: 20px;
    margin-bottom: 10px;

}


@keyframes slide-in-top{0%{transform:translateY(-100px);opacity:0}100%{transform:translateY(0);opacity:1}}


/* ======================== head布局  end ===================== */






/* ======================== footer 布局 ===================== */

/*合作媒体*/
.teamwork{
    height: 344px;
    background-color: #f5f5f7;
    text-align: center;
    overflow: hidden;
}
.teamwork .w1200{
    width: 1205px;
    margin: 0 auto;
}
.tw{
    position: relative;
    font-weight: bold;
}
.tw::before{
    content:"";
    position:absolute;
    left: 0px;
    bottom: -9px;
    width: 168px;
    height: 3px;
    background-color: #ffd100;
    transition: all 0.2s;
}
.teamwork-box{
    /* margin:0 auto; */
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-left: -19px;
}
.teamwork-box img{
    margin-left: 9px;
    border: solid 2px #ffffff;
}
.teamwork-box img:hover{
    border: solid 2px #eaeaea;
}
.teamwork .cont_title h2{
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}
.tw-bb{
    margin-top: 10px;
}

/*底部*/
.footer{
    width: 100%;
    padding-bottom: 50px;
    background-color: #131d34;
    overflow: hidden;
    padding: 40px 0 45px 0;

}
.footer_pos{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.footer_lef{
    /* margin-left: -15px; */
    /* padding-top: 49px; */
}
.footer_lef .guide{
    width: 110%;
    margin-bottom: 40px;

}
.footer_lef p{
	font-size: 14px;
	line-height: 28px;
	color: #919eaa;
    text-align: justify;
    width: 530px
}

.footer a{
    font-size: 18px;
    line-height: 30px;
    color: #ccc !important;
    flex: 1;
    margin-left:  26px;
}
.footer a:hover{
    color: #fff !important;
}
.footer a:first-of-type{
    margin-left: 0 ;
}

.foo4{
    position: relative;
    margin-left: 32px;
}
.foo4::after{
    content: "";
    position: absolute;
    left: 114px;
    bottom: 33px;
    width: 1px;
    height: 176px;
    background-color: #2f3942;
    opacity: 0.91;
}
.footer_mid {
    margin-top: 30px;
    margin-left: 25px;
}
.wx{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: -2px;
    margin-left: 17px;
}
.wx img{
    width: 18px;
    height: 14px;
}
.wx p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #6f798f;
    opacity: 0.53;
    padding-left: 5px;
}
.footer_rig{
    margin-left: 26px;
}
.footel{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    /* width: 148px; */
    height: 41px;
    background-color: #192849;
    border-radius: 21px;
    justify-content: center;
    padding: 0 12px;
}
.footel img{
    width: 24px;
    height: 25px;
}
.footel p{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #63788a;
    padding-left: 7px;
}
.rig1 p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}
.rig2 p{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffd100;
}
.rig3{
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    align-items: center;
    margin-top: 3px;
}
.footime{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #53697b;
}
.rig4{
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    align-items: center;
    margin-top: 16px;
}
.rig4img{
    width: 35px;
    height: 35px;
    background-color: #192849;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
}
.rig4 p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #7d8994;
    opacity: 0.5;
    padding-left: 10px;
}
.rig5{
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    align-items: center;
    margin-top: 1px;
}
.rig5img{
    width: 35px;
    height: 35px;
    background-color: #192849;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rig5 p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #7d8994;
    opacity: 0.5;
    padding-left: 10px;
}

/*免责*/
.copyright{
    background-color: #0f1729;
    text-align: center;
    padding: 15px 0;
}
.copyright h6{
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin: 0 26px;
    font-weight: 500;
}


/* ======================== footer 布局  end ===================== */



/*==================================悬浮栏======================================*/

.suspension {
    width: 80px;
    position: fixed;
    right: 20px;
    bottom: 130px;
    text-align: center;
    z-index: 99999999;
}
.suspension a {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background-color: #ffe074;
    text-align: center;
    margin-bottom: 1px;
    position: relative;
}
.suspension a img {
    margin-top: 15px;
}
.suspension a p {
    font-size: 15px;
    color: #001e61;
}
.suspension a:nth-child(6) {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}
.suspension a:nth-child(6) p {
    color: #919191;
    position: absolute;
    bottom: 10px;
    margin-left: 10px;
}

.suspension a:hover {
    background-color: #595c95;
    transition: 0.6s;
}
.suspension a:hover p {
    color: #ffffff !important;
    transition: 0s;
}
/*.suspension a:nth-child(1):hover img {*/
    /*content: url("../images/fixed/icon1_ac.png");*/
/*}*/
/*.suspension a:nth-child(2):hover img {*/
    /*content: url("../images/fixed/icon2_ac.png");*/
/*}*/
/*.suspension a:nth-child(3):hover img {*/
    /*content: url("../images/fixed/icon3_ac.png");*/
/*}*/
/*.suspension a:nth-child(4):hover img {*/
    /*content: url("../images/fixed/icon4_ac.png");*/
/*}*/
/*.suspension a:nth-child(5):hover img.app_pic {*/
    /*content: url("../images/fixed/icon5_ac.png");*/
/*}*/
.suspension a:nth-child(6):hover img {
    /*content: url("../images/fixed/icon6_ac.png");*/
    animation: up_img 1s linear infinite;
}
.suspension a:nth-child(6):hover {
    background-color: #ffffff;
    transition: 1s;
}
.suspension a:nth-child(6):hover p {
    color: #595c95 !important;
}
.suspension a:nth-child(6) {

}

/*微信二维码*/
.suspension .wxCode {
    /*display: none;*/
    position: absolute;
    width: 0px;
    transition: 0.4s;
    bottom: -68px;
    left: -5px;
    overflow: hidden;

}
.suspension .wxCode .pic,.suspension .wxCode .pic img {
    width: 128px;
    overflow: hidden;
    border-radius: 3px;
}

.suspension a:nth-child(2):hover .wxCode {
    /*display: block;*/
    /*width: 280px;*/
    animation: showWXCode 0.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes showWXCode { 0%{width: 0px;left: -5px;} 100%{width: 128px;left: -135px;} }
@-moz-keyframes showWXCode { 0%{width: 0px;left: -5px;} 100%{width: 128px;left: -135px;} }
@-webkit-keyframes showWXCode { 0%{width: 0px;left: -5px;} 100%{width: 128px;left: -135px;} }
@-o-keyframes showWXCode { 0%{width: 0px;left: -5px;} 100%{width: 128px;left: -135px;} }
.suspension .code img {
    float: left;
    margin-left: 10px;
}
/*微信二维码*/



/*app下载二维码*/
.suspension .code {
    /*display: none;*/
    position: absolute;
    width: 0px;
    transition: 0.4s;
    bottom: -68px;
    left: -5px;
    overflow: hidden;

}
.suspension .code .pic {
    width: 280px;
}
.suspension a:nth-child(5):hover .code {
    /*display: block;*/
    /*width: 280px;*/
    animation: showCode 0.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes showCode { 0%{width: 0px;left: -5px;} 100%{width: 280px;left: -285px;} }
@-moz-keyframes showCode { 0%{width: 0px;left: -5px;} 100%{width: 280px;left: -285px;} }
@-webkit-keyframes showCode { 0%{width: 0px;left: -5px;} 100%{width: 280px;left: -285px;} }
@-o-keyframes showCode { 0%{width: 0px;left: -5px;} 100%{width: 280px;left: -285px;} }
/*@keyframes showCode { 0%{width: 0px;left: -5px;} 100%{width: 150px;left: -145px;} }*/
/*@-moz-keyframes showCode { 0%{width: 0px;left: -5px;} 100%{width: 150px;left: -145px;} }*/
/*@-webkit-keyframes showCode { 0%{width: 0px;left: -5px;} 100%{width: 150px;left: -145px;} }*/
/*@-o-keyframes showCode { 0%{width: 0px;left: -5px;} 100%{width: 150px;left: -145px;} }*/

.suspension .code img {
    float: left;
    margin-left: 10px;
}

@keyframes up_img{ 0%{margin-top: 15px;} 50%{margin-top: 5px;} 100%{margin-top: 15px;} }

/*app下载二维码*/


/*==================================悬浮栏---end======================================*/

.addshadow{
    box-shadow: 0px 0px 30px 0px #666!important;
}

/* 搜索结果页面 */

.search-cont{
    /* height: 500px; */
    padding-top: 145px;
    padding-bottom: 108px;

}
.search-cont .s-top {
height: 103px;
border-bottom: 1px solid #e1e1e1;
}
.search-cont .s-top p{
    font-size: 14px;
	line-height: 28px;
	color: #777777;
}
.search-cont h2{
	font-size: 26px;
	line-height: 34px;
    color: #333333;
    font-weight: 500;
    margin-top: 45px;
}
.search-cont h2 b{
    color: #fdd106;
    font-weight: 500;
}

.search-cont .item {
    margin-top: 45px;
    display: block;
}
.search-cont .item em {
    font-style:normal;
}

.search-cont .block{
    padding-bottom: 80px;
    border-bottom: 1px solid #e1e1e1;
}
.search-cont .item .title{
    font-size: 20px;
	line-height: 28px;
	color: #333333;
    
}
.search-cont .item .title b{
    color: #fdd106;
    font-weight: 500;
    
}
.search-cont .item .date{
    font-size: 14px;
	color: #777777;

}
.search-cont .item .cont{
    font-size: 16px;
    color: #555555;
    margin-top: 15px;

}

/* #touzi-menu{
    display: block!important;
} */