/*form xss*/

/*@font-face {
    font-family:PingFang Medium;
    src:url('../fonts/PingFang Medium.ttf');
}*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin:0px;
}
body{
    width: 100%;
    font-size: 16px;
    color: #333333;
    background: #fff;
    /*font-family:SourceHanSansCN-Regular,Microsoft YaHei;*/
    font-family: Microsoft YaHei,Pingfang SC,STHeiti,Verdana,Arial,Tahoma,sans-serif;
    min-height:100vh;
    display:flex;
    flex-direction: column;
    word-wrap:break-word;
}
em {
    font-style: normal;
}
ul,li{
    list-style: none;
    margin: 0;
}
a {
    text-decoration: none;
    outline: 0;
    color: #333333;
}
a:hover{
    color:#13499a;
    text-decoration:none;
}
/*a:hover { 
    color: #13499a;
}*/
img{
    width: 100%;
    line-height:0;
    border: none;
    vertical-align: middle;
}

input, textarea,button {
    padding: 0;
    font-family: Microsoft YaHei,Pingfang SC,STHeiti,Verdana,Arial,Tahoma,sans-serif;
}
textarea {
    resize: none;
    overflow: auto;
}
textarea:focus {
    outline: none;
}
input:focus {
    outline: none;
}
input{
    background:none;    
    outline:none; 
    border:0px;
}
button{
    outline:none; 
    border:0px;
}
table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;  
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: none;
    border:none;
}
p,h1,h2,h3,h4{
    font-weight: normal;
    margin: 0;
}
::-webkit-input-placeholder {
    color: #c1c1c1;
}
:-moz-placeholder {
    color: #c1c1c1;
}
::-moz-placeholder {
    color: #c1c1c1;
}
:-ms-input-placeholder {
    color: #c1c1c1;
}
.clear {
    zoom: 1;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ell1{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ell2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.over{
    overflow: hidden;
}
.flex-items{
    display: flex;
    align-items: center;
    height: 60px
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-around{
    display: flex;
    justify-content: space-around;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}
.flex2{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-box{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}
.fw {
    flex-wrap: wrap;
}
.w-1280{
    width: 1200px;
    margin: 0 auto;
}
.center{
    text-align: center;
}
.relative{
    position: relative;
}
.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.head{
    flex: 0 0 auto;

}

.page-content{
    flex: 1 0 auto;
}
.foot{
    clear:both;
    flex: 0 0 auto;
}






/*多选 单选*/
/*input.check:checked {
    background: url(../images/checked.png) no-repeat center left;
    background-size: 20px 20px;
}
input.check{
    background: url(../images/check.png) no-repeat center left;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    border: none;
}*/
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}
input[type="checkbox"], input[type=radio] {
    -webkit-appearance: none;
    outline: none;
}

/*所在位置*/
.location{
    margin: 20px 0 40px;
    color: #555;
    font-size: 14px;
    padding-left: 24px;
    background:url('../images/location.png') no-repeat left center;
    background-size:15px;
    flex-wrap: wrap;
}
.location a{
    color: #555;
}
.icon-right{
    display: inline-block;
    width: 15px;
    height: 15px;
    background:url('../images/right.png') no-repeat center center;
    background-size:6px;
    margin: 0 3px;
}





/*head*/
.head{
    width: 100%;
    /*background: rgba(0,0,0,0.49);*/
    background: #13499a !important;
    position: fixed;
    top:0;
    z-index: 99;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.05);*/
}
.head-height{
    height: 60px;
}
/*.head .container{
    width: 100%;
}*/
.head .logo{
    height: 86px;
}
.head .logo img{
    width: auto;
    height: 40px;
}
.navbox{
    line-height: 86px;
    border-radius: 15px;
}
.navbox ul{
    margin: 0;
    flex: 1;
}
.navbox li {
    min-width: 76px;
    padding: 0 22px;
    position: relative;
}
.navbox li.active>a{
    font-weight: bold;
}
.navbox li a{
    color: #ffffff;
    font-size: 16px;
}

.head .search{
    width: 105px;
    height: 28px;
    /*background: #fff;*/
    border:1px solid #fff;
    border-radius: 30px;
    margin: 0 0 0 15px;
}
.head .search img{
    width: 15px;
    margin: 0 10px;
}
.head .search input{
    width: 100%;
    height: 100%;
    flex: 1;
    color: #fff;
}


/*下拉*/
.download_options {
    position: absolute;
    left:50%;
    margin: 0 auto;
    padding: 8px 26px 0;
    top: 86px;
    z-index: 10;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0,0,0,0.19);
    transform: translate(-50%, 0%);
    display: none;
}
.download_options a {
    line-height: 40px;
    height: 40px;
    display: block;
    /*padding: 0 12px;*/
    width:auto;
    min-width: 86px;
    font-size: 14px;
    white-space: nowrap;
    color: #555555 !important;
    text-align: center;
    font-family: Pingfang SC;
    position: relative;
}
.download_options a:after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #a7a7a7;
    opacity: 0.1;
}

.download_options a:hover {
    color: #13499a !important;
}
.download_options div {
    position: absolute;
    left: 50%;
    right: 0;
    top: -24px;
}
.download_options div .bubbleTop {
    border-width: 10px;
    border-color: transparent transparent rgba(255,255,255,0.7) transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 4px;
    left: -10px;
}
/*.download_options div .bubbleBottom {
    border-width: 10px;
    border-color: transparent transparent rgba(255,255,255,0.7) transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 4px;
    left: -10px;
}*/























/*mobile head*/
.phone-head {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 11;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.phone-head-h{
    height: 60px;  
}
.phone-head .logo img {
    width: auto;
    height: 34px;
    margin: 3px 0;
}
.navbar-toggle {
    width: 30px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: url(../images/menu.png) no-repeat right center;
    background-size: 24px;
    margin-left: 10px;
    display: block;
}
.head-top{
    margin: 10px 0;
    overflow: hidden;
}


/*右侧导航*/
/*菜单*/
.head-nav{
    width: 50%;
    min-width: 260px;
    height: 100%;
    overflow-y: scroll;
    padding-top: 20px;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: #fff;
    z-index: 1000;
    position: fixed;
    top: 0;
    margin: 0;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s;
}
.head-nav.active {
    transform: translateX(0px);
}
.head-nav ul{
    padding: 0 15px;
}
.nav-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 99;
}
.contact-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 99;
}
.head-nav .menu {
     height: auto; 
}
.head-nav ul{
    width: 100%;
    display: inline-block;
}
.head-nav ul li .nav-a{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    background:url('../images/right2.png') no-repeat right center;
    background-size: 7px;
    line-height: 53px;
}
.head-nav .active .nav-a:after{
    background:none;
}
.head-nav .menu li a{
    color: #333;
    font-size: 15px;
    line-height: 40px;
    margin: 0;
}
.nav-a {
    color: #555555;
    font-size: 14px;
}
.nav-list{
    padding: 0;
    position: relative;
    background:#fff;
    left: 0;
    top: 0;
    transform: translate(0,0);
    text-align: left;
    display: none;
}
.nav-list li {
    margin: 0;
    line-height: 53px;
    text-align: left;
}


.navbar-search{
    height: 40px;
}
.navbar-search img{
    width: 20px;
}



/*mobile搜索*/
.seach-mask{
    background: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
}
.seach-mask .mask-close {
    position: fixed;
    right: 15px;
    top: 20px;
}
.seach-mask .icon-close{
    display: inline-block;
    width: 20px;
    height: 20px;
    background:url('../images/close2.png') no-repeat center center;
    background-size: 16px;
}
.search-pupop{
    margin: 45% 5% 0;
    border-bottom: 1px solid #000000;
    /*background: #f2f2f2;*/
    display: flex;
    /*border-radius: 50px;*/
}
.search-pupop input{
    flex: 1;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 15px;
    color: #000;
}
.search-pupop button{
    width: 20px;
    height: 40px;
    float: right;
    background:url('../images/icon-search.png') no-repeat center center;
    background-size: 18px;
    margin-right: 15px;
}




.phone-head{
    display: none;
}
.phone-head-h{
    display: none;
}
.phone-nav{
    display: none;
}






.foot{
    padding: 20px 0 15px;
    line-height: 20px;
    background: #13499a;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
}
.foot p{
    margin: 0 0 5px 0;
}
.foot span{
    margin: 0 6px;
}
.foot .font-10{
    font-size: 10px;
}




/*弹窗*/
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 999;
}
.pupop{
    width: 4rem;
    height: 4.45rem;
    text-align: center;
    background: #fff;
    border-radius: 0.15rem;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*字号*/
.font-30{
    font-size: 30px;
}
.font-24{
    font-size: 24px;
}
.font-22{
    font-size: 22px;
}
.font-20{
    font-size: 20px;
}
.font-18{
    font-size: 18px;
}


.mobile-none{
    display: block;
    height: 300px;
    overflow: hidden;
}
.mobile-show{
    display: none;
}





/* 小屏幕 */
@media (max-width: 1280px){
.phone-head{
    display: block;
}
.phone-head-h{
    display: block;
}
.phone-nav{
    display: block;
}
.head{
    display: none;
}
.head-height{
    display: none;
}





}


/* 小屏幕 */
@media (max-width: 768px){
/*mobile head*/
.mobile-none{
    display: none;
}
.mobile-show{
    display: block;
}


/*所在位置*/
.location{
    margin: 26px 0;
}


/*字号*/
.font-30{
    font-size: 25px;
}
.font-24{
    font-size: 18px;
}
.font-22{
    font-size: 18px;
}
.font-20{
    font-size: 16px;
}
.font-18{
    font-size: 14px;
}


}

/* 中等屏幕（桌面显示器） */
@media (min-width: 992px) { 


}


@media (min-width: 1400px){
.container {
    width: 1280px;
}
}

/*@media (min-width: 1300px){
.head .container{
    width: 100%;
}
}
@media (min-width: 1400px){
.head .container{
    width: 1280px;
}
}*/