/*form xss*/

@font-face {
    font-family:PingFangMedium;
    src:url('../fonts/PingFang Medium.ttf');
}
/*@font-face {
    font-family:PingFang ExtraLight;
    src:url('../fonts/PingFang ExtraLight.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: #333;
    background: #ffffff;
    font-family:PingFangMedium,Pingfang SC,Microsoft YaHei,Helvetica,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: #333;
}
a:hover { 
    color: #12416A;
}

img{
    width: 100%;
    line-height:0;
    border: none;
    vertical-align: middle;
}
input, textarea,button {
    padding: 0;
    font-family: PingFangMedium,Pingfang SC,Microsoft YaHei,Helvetica,STHeiti,Verdana,Arial,Tahoma,sans-serif;
    /*font-family:PingFang Medium;*/
}
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;
    outline:none
}
select:focus{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: none;
    border:none;
    outline:none
}
h1,h2,h3,h4{
    font-weight: normal;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}
p {
    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;
}
.ell3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.over{
    overflow: hidden;
}
.flex{
    display: flex;
}
.flex1{
    flex: 1;
}
.flex-items{
    display: flex;
    align-items: center;
}
.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;
}
.center{
    text-align: center;
}
.relative{
    position: relative;
}
.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.radius10{
    border-radius: 10px;
    overflow: hidden;
}

.head{
    flex: 0 0 auto;
}

.page-content{
    flex: 1 0 auto;
}
.foot{
    clear:both;
    flex: 0 0 auto;
}
.w-79{
    width: 79%;
    margin: 0 auto;
}
.w-71{
    /*width: 72%;*/
    margin: 0 auto;
}

/*多选 单选*/
input.check:checked {
    background: url(../images/checked.png) no-repeat center left;
    background-size: 18px 18px;
}
input.check{
    background: url(../images/check.png) no-repeat center left;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    border: none;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}
input[type="checkbox"], input[type=radio] {
    -webkit-appearance: none;
    outline: none;
    outline-style: none;
}
input[type="checkbox"]:focus {
    -webkit-appearance: none;
    outline: none;
    outline-style: none;
}








/*pc  head*/
.head{
    width: 100%;
    height: 118px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.headbox{
    height: 100%;
    padding: 0 12.5%;
}

.head .logo img{
    width: auto;
    height: 74px;
}
.head-height{
    height: 100px;
}
.head .head-right{
    flex:1;
    flex-direction:row-reverse;
}
.head .nav{
    margin: 0 0 0 11%;
    flex: 1;
}
.head .nav li{
    margin: 0 10px;
    float: left;
    line-height: 118px;
}
.head .nav li:last-child{
    margin-right: 0;
}
.head .nav li a{
    font-size: 20px; 
    color: #000000;
    font-weight: bold;
}























/*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{
    height: 60px;
}
.phone-head .logo img {
    width: auto;
    height: 35px;
}
.navbar-toggle {
    width: 30px;
    height: 60px;
    padding: 0;
    margin: 0;
    background: url(../images/menu.png) no-repeat right center;
    background-size: 22px;
    margin-left: 10px;
    display: block;
}
.head-top{
    padding: 0 20px;
    overflow: hidden;
}


/*右侧导航*/
/*菜单*/
.phone-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;
}
.phone-nav.active {
    transform: translateX(0px);
}
.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;
}
.phone-nav ul{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.phone-nav ul li .nav-a{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    background:url('../images/right.png') no-repeat 95% center;
    background-size: 7px;
    line-height: 53px;
    padding: 0 20px;
    color: #555555;
    font-size: 16px;
}
.phone-nav ul .active .nav-a{
    color: #334FA0;
    background: rgba(18, 65, 106, 0.1) url('../images/right.png') no-repeat 95% center;
}



















/*foot*/
.foot{
    background: #030D26;
}
.foot .w-62{
    width: 1200px;
    margin: 0 auto;
}
.foot1 {
    padding: 40px 0 30px;
}
.foot1 .links .item{
    float: left;
    margin-right: 65px;
}
.foot1 .links .title{
    font-size: 18px;
    color: #E0E0E0;
    margin-bottom: 5px;
}
.foot1 .links .list p{
    margin-bottom: 5px;
}
.foot1 .links .list p a{
    font-size: 12px;
    color: #E0E0E0;
}
.foot1 .links .list p a:hover{
    opacity: 0.8;
}
.foot1 .friend{
    font-size: 18px;
    color: #E0E0E0;
    margin-top: 30px;
}
.foot1 .friend a{
    font-size: 18px;
    color: #E0E0E0;
}
.foot1 .friend a:hover{
    opacity: 0.8;
}
.foot1 .wxcode{
    width: 144px;
    max-width: 144px;
    /*height: 171px;*/
    background: #fff;
    font-size: 16px;
    color: #606060;
    margin-right: 39px;
    padding:10px;
}
.foot1 .wxcode img{
    width: 100%;
    /*height: 124px;*/
    margin-bottom: 5px;
}
.foot1 .contact .title{  
    font-size: 16px;
    color: #FFFFFF;
}
.foot1 .contact .icon-contact{
    margin-top: 15px;
    margin-bottom: 39px;
}
.foot1 .contact .icon-contact img{  
    width: 30px;
    margin-right: 20px;
}
.foot1 .contact .phonenum{ 
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
}



.foot .foot2{
    padding: 20px 0 30px;
    font-size: 12px;
    color: #E0E0E0;
    border-top: 1px solid #696E7B;
}
.foot .foot2 .name{
    font-size: 18px;
    margin-bottom: 13px;
}
.foot .foot2 .address{
    margin-bottom: 13px;
}
.foot .foot2 .address li{
    float: left;
    margin-right: 36px;
}
.foot .foot2 .filingno{
    margin-bottom: 13px;
}














/*右侧悬浮*/
.suspension {
    width: 60px;
    position:fixed;
    top:45%;
    right:0;
    transform: translateY(-50%);
    
    z-index: 10;
    border-radius: 5px 0 0 5px;
    background: rgba(53,63,88,0.66);
}
.suspension ul li {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.suspension ul .sion:nth-child(1){
    border-top: none;
}
.suspension ul li .img{
    width: auto;
    height: 20px;
}
.suspension ul li.sion{
    height: 64px;
}


.weixin-logo {
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -194px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.weixin:hover .weixin-logo {
    width: 184px;
    height: 194px;
    background: rgba(1,9,85,0.75);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 5px;
}
.weixin-logo .codebox{
    background: #fff;
    padding: 10px;
    margin: 12px 20px 11px;
}
.weixin-logo p{
    font-size: 14px;
    color: #333;
    margin: 5px 0 0 0;
}
.suspension .qq:hover .weixin-logo {
    width: 184px;
    height: 194px;
    background: rgba(1,9,85,0.75);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 5px;
}




.hotline {
    background-position: 0 55%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.service-phone-img img{
    width: 18px;
}
.phone-num{
    margin: 10px 0 15px;
    /*margin: 20px 20px 20px 0px;*/
}
.service-phone h1{
    font-size: 16px;
    color: #FFFFFF;
}
.service-phone p{
    font-size: 16px;
    color: #FFFFFF;
    margin: 10px 0 0 0;
}
.service-phone .line{
    background: #FFFFFF;
    width: 183px;
    height: 1px;
    opacity: 0.5;
}
.service-phone .problem{
    margin-top:10px;
}
.service-phone .problem a{
    display: inline-block;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 5px;
    /*margin-right: 5px;*/
}
.service-phone {
    overflow: hidden;
    background:#fff;
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 64px;
    left: -233px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    text-align: left;  
    
}
.hotline:hover .service-phone {
    width: 223px;
    /*height: 194px;*/
    height: 125px;
    padding: 20px;
    background: rgba(1,9,85,0.75);
    border: 1px solid rgba(255,255,255,0.5);
}























/*弹窗*/
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    /*background: rgba(35,33,34,0.85);*/
    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%);
}*/















.phone-show{
    display: none;
}
.pc-show{
    display: block;
}




@media screen and (max-width: 1400px){

.headbox {
    height: 100%;
    padding: 0 5%;
}
.head .nav {
    margin: 0 0 0 5%;
}



}



@media screen and (max-width: 992px){

.phone-show{
    display: block;
}
.pc-show{
    display: none;
}
.w-79 {
    width: 90%;
    margin: 0 auto;
}

.w-71 {
    width: 90%;
    margin: 0 auto;
}
















}



@media screen and (max-width: 768px){
/*foot*/
.footleft{
    width: 100%;
}
.footright{
    width: 100%;
    margin-top: 30px;
}
.foot1 .wxcode {
    width: 45%;
    margin-right: 20px;
}
.foot1 .contact .phonenum {
    font-size: 16px;
}
.foot .foot2 .address li {
    float: left;
    margin-right: 0;
    width: 100%;
}


}












@media (min-width: 768px){
.w-71 {
    width: 750px;
}
}
@media (min-width: 992px){
.w-71 {
    width: 970px;
}
}
@media (min-width: 1200px){
.w-71 {
    width: 1170px;
}
}
@media (min-width: 1600px){
.w-71 {
    width: 1370px;
}
}
