/*公共样式*/
/*定义主题色颜色*/
:root {
    --primary-color: #bf0000;
    --primary-color-hover: #cb1111;
}
.line-clamp-two{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*头部导航样式----------------------------------------------start*/
/*主页头部*/
.pageW{
    width: 1200px;
    margin: 0 auto;
}
.home-head{
    background: #fff;
}
.head-about{
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #e5e5e5;
}
.head-about h3{
    font-weight: normal;
    font-size: 14px;
    color: #666;
}
.head-about-item ul{
    display: inline-block;
}
.head-about-item ul li{
    position: relative;
    display: inline-block;
    padding-right: 24px;
    color: #666;
    cursor: pointer;
}
.head-about-item ul li:before{
    content: "";
    width: 1px;
    height: 15px;
    background: #999;
    position: absolute;
    top: 12px;
    right: 10px;
}
.head-about-item ul li:last-child:before{
    display: none;
}
.head-about-item ul li:hover{
    color: #01499b;
}
.head-form .user-login{
    display: block;
    height: 38px;
    line-height: 38px;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #02428b;
    background: transparent;
    color: #01499b;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
    padding: 0 15px;
}
/*登录按钮位置1*/
.head-form .user-login a{
    font-size: 16px;
    color: #01499b;
}
.head-form .user-login img{
    margin-top: -1px !important;
    margin-right: 8px;
}
.head-form .user-login:hover{
    background: transparent;
    border-color: #02428b;
}
.head-form .user-login:hover a{
    color: #02428b;
}
.user-con{
    position: relative;
    min-width: 102px;
    height: 38px;
    line-height: 38px;
    border:1px solid  #01499b;
    margin-left: 10px;
    padding: 0 4px 0 12px;
    color: #01499b;
    border-radius: 3px;
}
/*登录按钮位置2*/
.head-about-item .user-login{
    display: block;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    text-align: center;
    border:none;
    background: #0f1d42;
    color: #fff;
    cursor: pointer;
    border-radius: 40px;
    padding: 0 15px;
    margin-top: 3px;
}
.head-about-item .user-login img{
    margin-right: 10px;
}
.head-about-item .user-con{
    border: none;
}
.head-about-item p:hover{
    background: #01499b;
}
.head-about-item .user-con{
    position: relative;
    right: -10px;
    margin-left: 0px;
    padding-left: 0;
}
.user-msg{
    color: #01499b;
    cursor: pointer;
    float: left;
    position: relative;
}
.user-msg span{
    padding: 0 3px;
}
.user-msg img{
    display: inline-block;
    width: 23px;
    height: 24px;
    margin-top: 0 !important;
    position: absolute;
    top: 7px;
    left: 0;
}
.user-msg .user-name{
    max-width: 128px;
    min-width: 68px;
    height:38px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 30px;
    padding-right: 5px;
    font-size: 16px;
}
.user-msg i{
    float: right;
}
.user-do{
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 3px;
    padding: 12px 0;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
    z-index: 9999;
    text-align: center;
}
.user-do:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    z-index: 10;
}
.user-do:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f5f5f5;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    z-index: 9;
}
.user-do span{
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    cursor: pointer;
}
.user-do span:hover{
    background-color: #d2e3f4;
    color: #01499b;
}
.user-con:hover .user-do{
    display: block;
}
.head-logo{
    height: 100px;
}
.head-logo img{
    margin-top: 13px;
}
.head-form{
    margin-top: 31px;
}
.head-input-group{
    display: inline-block;
    float: right;
}
.head-input-group input{
    display: inline-block;
    width: 350px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    border: 1px solid  #02428b;
    border-radius: 3px 0 0 3px;
    padding: 0 12px;
}
.head-input-group span{
    display: inline-block;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #02428b;
    margin-left: -4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    float: right;
    border-radius: 0 3px 3px 0;
}
.head-input-group span i{
    padding-right: 2px;
    font-size: 22px;
}
.head-input-group span:hover{
    background-color: #01499b;
}
.head-form p{
    display: inline-block;
    width: 96px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #01499b;
    margin-left: 3px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.head-form p > a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.head-form p:hover{
    background-color: #02428b;
}
.head-language{
    line-height: 40px;
    padding-left: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #02428b;
    cursor: pointer;
}
.head-language:hover{
    color: #01499b;
}
.head-tabs{
    height: 50px;
    line-height: 50px;
    background-color: #01499b;
}
.head-tabs ul{
    display: flex;
    display: -webkit-flex;
}
.head-tabs ul li{
    flex: 1;
    height: 50px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.head-tabs ul li span{
    position: relative;
    display: inline-block;
    font-size: 16px;
}
.head-tabs ul li span:before{
    content: "";
    width: 100%;
    height: 4px;
    background-color: transparent;
    border-radius: 2px;
    position: absolute;
    bottom:1px;
    left: 0;
}
.head-tabs ul li span a{
    display: inline-block;
    padding: 0 4px;
    color: #fff;
}
.head-tabs ul li:hover a{
    font-weight: 700;
}
.head-tabs ul li.active{
    background: #2782ea;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.head-tabs ul li.active span:before{
    background-color: #2782ea;
}
/*英文版头部样式*/
.home-head-en{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}
.head-tabs-en{
    width: calc(100% - 475px);
    background: transparent;
    text-align: right;
    color: #222;
}
.head-tabs-en ul{
    width: 100%;
    justify-content: flex-end;
}
.head-tabs-en ul li{
    flex: initial;
    padding: 0 20px;
}
.head-tabs-en ul li span a{
    color: #222;
    font-size: 18px;
    letter-spacing: 1px;
}
.head-tabs-en ul li:hover a{
    font-weight: normal;
    color: #01499b;
}
.head-tabs-en ul li.active{
    background: transparent;
}
.head-tabs-en ul li span:before{
    width: 50px;
    height: 3px;
    border-radius: 0;
    margin-left: -25px;
    left: 50%;
}
.head-tabs-en ul li.active span:before{
    background: #01499b;
}
.head-tabs-en ul li.active a{
    color: #01499b;
}
.head-tabs-en ul li.active:hover a{
    font-weight: 700;
}
.head-en-zh{
    font-size: 16px;
    color: #222;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
}
/*头部导航样式----------------------------------------------end*/


/*尾部样式----------------------------------------------start*/
.home-foot{
    background-color: #01499b;
    padding-top: 30px;
}
.home-foot div{
    color: #fff;
    text-align: center;
}
.foot-web h3{
    margin-bottom: 16px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
.foot-web-form .select-dropdown{
    width: 285px;
    height: 34px;
    line-height: 32px;
    border: none!important;
    /*margin-right: 16px !important;*/
    margin-top: 10px;
}
.foot-web-form .select-dropdown:nth-child(2),
.foot-web-form .select-dropdown:nth-child(3),
.foot-web-form .select-dropdown:nth-child(4),
.foot-web-form .select-dropdown:nth-child(5){
    margin-top: 0px;
}
.foot-web .select-dropdown .select2-choice{
    display: block;
    width: 100%;
    height:34px;
    box-sizing: border-box;
    float: left;
    margin: 0;
    line-height: 32px;
    border-radius: 3px;
    background-color: #fbfbfb;
    border: 1px solid #fff;
}
.foot-web-form .select-dropdown:last-child{
    margin-right: 0 !important;
}
.foot-web-form .select-style{
    padding-left: 0;
}
.foot-web-form .select-style .select2-choice > .select2-chosen{
    color: #666 !important;
}
.foot-about{
    margin: 36px 0 25px;
    text-align: center;
}
.foot-about ul li{
    display: inline-block;
    line-height: 22px;
    margin: 0 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ced7ef;
    cursor: pointer;
}
.foot-about ul li i{
    font-size: 20px;
}
.foot-about ul li:hover{
    color: #fff;
}
.foot-tips{
    height: 40px;
    line-height: 40px;
    background-color: #013877;
    text-align: center;
    color: #ced7ef;
}
.foot-tips a{
    color: #ced7ef;
}
.foot-tips a:hover{
    color: #fff;
}
.foot-web .hz{
    margin-top: 30px;
}
.foot-web .hzdw{
    display: flex;
}
.foot-web .hzdw-list{
    float: left;
    color: #ced7ef;
    font-size: 16px;
    padding-right: 55px;
}
.foot-web .hzdw-list:last-child{
    padding-right: 0;
}
/*尾部样式----------------------------------------------end*/

/*侧边栏样式----------------------------------------------start*/
.home-slide{
    display: none;
    position: fixed;
    right: calc(50% - 672px);
    bottom: 100px;
    z-index: 999;
}
.home-slide-item{
    width: 54px;
    height: 54px;
    text-align: center;
    border-radius: 3px;
    margin-top: 12px;
}
.slide-item-code{
    display: none;
    padding: 8px 10px;
    background-color: #01499b;
    color: #fff;
    cursor: pointer;
}
.slide-item-back{
    line-height: 54px;
    border: 1px solid #e2e5ef;
    background: #fff;
    cursor: pointer;
}
.slide-item-back i{
    margin: 0;
    font-size: 26px;
    color: #b4bed9;
}
.slide-item-back:hover{
    background: #2782ea;
    border-color: #2782ea;
}
.slide-item-back:hover i{
    color: #fff;
}
.code-img{
    display: none;
    width: 161px;
    height: 171px;
    padding: 16px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    position: absolute;
    bottom: 66px;
    left: 64px;
}
.code-img p{
    margin-top: 4px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #7d88a6;
}
.code-img .mss-fm-mark{
    padding-top: 3px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #7d88a6;
}
.slide-item-code:hover .code-img{
    display: block;
}
.list-banner-con{
    position: relative;
    /*z-index: 9;*/
}
.slide-item-iphone:hover .slide-item-back{
    display: none;
}
.slide-item-iphone:hover .slide-item-code{
    display: block;
}
    /*侧边栏样式----------------------------------------------end*/

/*列表banner样式----------------------------------------------start*/
.list-banner{
    position: relative;
    height: 120px;
    background-color: #19264b;
}
.list-banner-title{
    min-width: 260px;
    height: 120px;
    line-height: 120px;
    background-color: rgba(0,0,0,.15);
    padding: 0 48px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.list-banner-local{
    margin-top: 88px;
    color: #fff;
}
.list-banner-local i{
    top: -2px;
    padding-right: 2px;
}
.list-banner-local a{
    color: #fff;
}
.list-banner-local span:hover{
    color: #01499b;
    cursor: pointer;
}
.list-banner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
}
/*列表banner样式----------------------------------------------end*/

/*分页样式----------------------------------------------start*/
.pageNum{
    width: 100%;
    padding: 20px 0;
}
.pageNum input,.pageNum .switch{
    display: inline-block;
    width: auto;
    height: 26px;
    line-height: 26px;
    border-radius: 0;
    padding: 0 4px;
    cursor: pointer;
    min-width: 30px;
    border: 1px solid #aaa;
    margin-right: 5px;
}
.pageNum .switch i{
    font-size: 12px;
}
.pageNum input:hover,.pageNum .switch:hover{
    border-color: #01499b;
    color: #01499b;
}
.english .select-style-page .select2-choice > .select2-chosen{
    margin-right: 16px;
}
.pageNum .selected{
    border-color: #01499b;
    color: #01499b;
}
.english .select-style-page .select2-choice > .select2-chosen{
    margin-right: 25px;
}
#_goPs{
   cursor: auto;
}
/*分页样式----------------------------------------------end*/
/*提示窗样式修改----------------------------------------start*/
.ui-widget.ui-widget-content{
    position: fixed !important;
    padding: 0;
    border: 1px solid #f1f2f1 !important;
    box-shadow:0 0 5px 0 rgba(0,0,0,0.5);
}
.ui-widget-header{
    background: #f4f4f4!important;
    color: #333;
    border:none!important;
    border-radius:none !important;
    height:44px;
    line-height:30px;
    border-radius:0 !important;
}
.ui-dialog-content.ui-widget-content{
    padding:30px 20px!important;
}
.ui-dialog-buttonpane{
    border-color:#e1e2e1!important;
    margin-top:0!important;
}
.ui-dialog-buttonset .ui-button{
    background:#f4f4f4 !important;
}
#dialogContent{
    font-family:"iconfont","Microsoft YaHei";
    padding-left:0;
    padding-right: 30px;
    line-height: 30px;
}
#dialogContent::before{
    content: "\e61f";
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 5px;
    color: orange;
    font-size: 30px;
    font-family:iconfont;
}
#dialogContent.dialogSuccess::before{
    content: "\e601";
    color: #17b732;
}
#dialogContent.dialogDoubt::before{
    content: "\e603";
    color: orange;
}
/*提示窗样式修改----------------------------------------end*/
/*弹窗遮罩样式修改----------------------------------------start*/
.tc-mask{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
/*弹窗遮罩样式修改----------------------------------------end*/
