*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: PINGFANGMEDIUM;
}

body,
html {
	scroll-behavior: smooth;
}
body,html{
	width: 100%;
	height: auto;
}

img {
	display: block;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none
}
@font-face {
    font-family: PINGFANGEXTRALIGHT;
    src: url('../fonts/PINGFANG\ EXTRALIGHT.TTF');
}
@font-face {
    font-family: PINGFANGHEAVY;
    src: url('../fonts/PINGFANG\ HEAVY.TTF');
}
@font-face {
    font-family: PINGFANGLIGHT;
    src: url('../fonts/PINGFANG\ LIGHT.TTF');
}
@font-face {
    font-family: PINGFANGMEDIUM;
    src: url('../fonts/PINGFANG\ MEDIUM.TTF');
}
@font-face {
    font-family: PINGFANGREGULAR;
    src: url('../fonts/PINGFANG\ REGULAR.TTF');
}


/*单行省略*/

.omit1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.omit2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content{
	width: 92%;
	max-width: 1400px;
    height: auto;
	margin: auto;
}

/* 顶部 */
.searchbox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: -1;
    opacity: 0;
}
.btnsearch span.open {
    display: block;
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50px;
    right: 100px;
    font-size: 30px;
    z-index: 999;
    cursor: pointer;
}
.lnr_cross{
    background-image: url(../img/close1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: .45s;
}
.form-search-navi {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.searchbox .form-search-navi .form-control {
    padding: 18px 12px 12px 12px;
    height: auto;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 300px;
    background: transparent;
    color: #333333;
    border-bottom: 1px solid #1170ee;
}
.form-search-navi button {
    background: transparent;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 20px;
    right: 0;
    line-height: 40px;
    z-index: 99;
}
.lnr {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/sousou02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}
/* 右侧悬浮弹窗 */
.pop_up{
    position: fixed;
    bottom: 50px;
    right: 55px;
    width: 48px;
    height: 200px;
    z-index: 9998;
}
.pop_code{
    width: 48px;
	height: 48px;
	background-color: #1170ee;
    border-radius: 50%;
    background-image: url(../img/floating01.png);
    background-repeat: no-repeat;
    background-size: 48px 48px;
    background-position: center center;
    overflow: hidden;
    margin-bottom: 14px;
    display: block;
}
.pop_erw:hover .pop_img{
    width: 90px;
    transition: .35s;
}
.pop_img{
    width: 0px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 48px;
    transition: .35s;
}
.pop_text{
    width: 0px;
    height: 48px;
    overflow: hidden;
    position: absolute;
    top: 62px;
    right: 48px;
    transition: .35s;
    font-size: 16px;
	line-height: 48px;
	color: #666666;
    text-align: center;
    background-color: #fff;
    border-radius: 14px;
}
.pop_phone:hover .pop_text{
    width: 163px;
    transition: .35s;
}
.pop_img img{
    max-width: 100%;
    max-height: 100%;
}
.pop_phone{
    background-image: url(../img/floating02.png);
}
.pop_top{
    opacity: 0;
    background-image: url(../img/floating03.png);
}

/* 导航 */
.pc_nav{
    height: 120px;
    background-color: transparent;
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 100%;
}
.nav_con{
    width: 100%;
    max-height: 120px;
    height: 120px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_logo{
    height:84px;
    /* padding-top: 32px; */
}
.logo{
    width: 150px;
    height: 84px;
    float: left;
    background-image: url(../img/logo1.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.nav_right{
    /* display: flex;
    justify-content: space-between; */
}
.pc_Persbtn{
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.pc_Persbtn a{
    font-size: 18px;
	color: #333333;
    display: block;
}
.pc_Persbtn span{
    font-size: 16px;
	color: #999999;
    display: inline-block;
    margin: 0 15px 0 15px;
}
.nav_title {
    /* width: 67%; */
    width: 830px;
    height: auto;
    /* padding: 30px 0 0 0; */
    float: left;
    vertical-align: middle;
    margin-top: 40px;
}
.nav_title li {
    width: 14%;
    height: 80px;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_title li a{
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    /* width: 100%;
    height: 100%; */
    display: block;
    transition: .35s;
}
.nav_title li a:hover{
    font-weight: bold;
    transition: .35s;
}
.nav_solid{
    display: block;
    width: 0px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    /* bottom: 23px; */
    bottom: 0px;
    left:25px;
    transition: .35s;
}

.nav_title .nav_actives .nav_solid{
    width: 65px;
    margin: auto;
    background-color: #1170ee;
}
.nav_title .nav_actives a{
    font-weight: bold;
}

.nav_title li:hover .nav_solid{
    width: 65px;
    transition: .35s;
    background-color: #1170ee;
}
.nav_search{
    float: left;
    width: 17px;
    height: 17px;
    background-image: url(../img/sousuo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    cursor: pointer;
}
.nav_search1{
    display: none;
    float: left;
    width: 17px;
    height: 17px;
    background-image: url(../img/sousou02.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    cursor: pointer;
}
.rightcon{
    height: 80px;
    float: right;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.nav_down{
    width: 1px;
	height: 14px;
    background-color: #ffffff;
    margin: 0 40px;
}
.switch .language{
    cursor: pointer;
    width: 50px;
    border: 0 !important;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    background-color: transparent;
}
.switch .language option{
    font-size: 14px;
    color: #333333;
}

/* 头部结束 */

/* 加入我们 */
.joinus{
    width: 100%;
    height: 200px;
    background-image: url(../img/01index_download_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}
.downindex{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.downleft{
    width: 30%;
    height: auto;
    overflow: hidden;
}
.downleft p{
    font-family: Impact;
	font-size: 48px;
	font-weight: bold;
	color: #ffffff;
	opacity: 0.1;
}
.downleft span{
    font-size: 40px;
	font-weight: bold;
	color: #ffffff;
    top: -40px;
    position: relative;
}
.downmiddle{
    width: 27%;
    height: auto;
    overflow: hidden;
    display: block;
    background-image: url(../img/01index_download.png);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: 25px center;
    padding-left: 70px;
}

.downmiddle p{
    font-size: 30px;
	color: #ffffff;
}

/* 底部 */
.foot{
    width: 100%;
    height: auto;
    background-image: url(../img/bottom_bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    position: relative;
    padding: 90px 0px 0px 0;  
}

.foot_content{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.foot_left{
    width: 28%;
    height: auto;
    overflow: hidden;
}
.hotline {
    margin-top: 14px;
}
.hotline span{
    font-size: 18px;
	color: #ffffff;
}
.hotline p{
    font-size: 36px;
	font-weight: bold;
	margin-top: 0px;
	color: #1170ee;
}
.message{
    display: block;
    width: 146px;
	height: 40px;
	background-color: #1170ee;
	border-radius: 20px;
    background-image: url(../img/bottom_message.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 24px 50%;   
    padding-left: 52px;
    font-size: 16px;
	color: #ffffff;
    line-height: 40px;
    margin-bottom: 40px;
}
.FilingNo{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
	color: rgba(255, 255, 255, .5);
    padding: 20px 0;
}
.FilingNo a{
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}
.FilingNo a:hover{
    color: rgba(255, 255, 255, .7);
}
.foot_middle{
    width: 150px;
    height: auto;
    overflow: hidden;
    padding-top:50px;
}
.foot_middle img{
    width: 100%;
    /*height: 150px;*/
}
.foot_middle p{
    font-size: 14px;
	margin-top: 27px;
	color: #ffffff;
	opacity: 0.5;
    text-align: center;
}
.foot_right{
    width: 50%;
    height: auto;
    padding-top: 43px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.foot_nav{
    width: 150px;
    height: auto;
    overflow: hidden;
}
.foot_nav:last-child{
    position: absolute;
    top: 96px;
    right: 0;
}
.foot_nav p,.foot_h1{
    font-size: 20px;
	color: #ffffff;
}
.foot_h1{
    display: block;
    width: 100%;
    margin-bottom: 24px;
}

.foot_nav ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.foot_nav ul li a{
    display: block;
    font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	opacity: 0.6;
}
.foot_nav ul li a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 1650px){
    
}
@media screen and (max-width: 1500px){

}
@media screen and (max-width: 1440px){
    .pc_nav{
        padding: 0 50px;
    }
    .foot_content{
        width: 92%;
        margin: auto;
    }
} 
@media screen and (max-width: 1366px){
   
}
@media screen and (max-width: 1350px){
   
}
@media screen and (max-width: 1270px){
   
}
@media screen and (max-width: 1200px){
    
}
@media screen and (max-width: 1130px){
   
}
@media screen and (max-width: 1100px){
    
}
@media screen and (max-width: 800px){
    .downindex {
        flex-wrap: wrap;
    }
    .downmiddle{
        width: 100%;
        padding-left: 70px;
        background-size: 18px 18px;
        margin-bottom: 10px;
    }
    .downleft{
        width: 100%;
        padding-left: 30px;
        padding-top: 20px;
    }
    .downmiddle p {
        font-size: 16px !important;
        color: #ffffff;
       
    }
   
    .joinus {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .casecontent p {
        font-size: 20px;
    }
    .joinus p {
        font-size: 32px;
    }
    .joinus span {
        font-size: 24px;
        top: -30px;
    }
    .foot_content {
        display: block;
    }
    .foot_left {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .message {
        width: 99px;
        height: 25px;
        border-radius: 12px;
        background-image: url();
        margin-bottom: 20px;
    }
    .message {
        width: 99px;
        height: 25px;
        border-radius: 12px;
        background-size: 0;
        padding-left: 0px;
        font-size: 12px;
        line-height: 25px;
        text-align: center;
    }
    .hotline {
        margin-top: 7px;
    }
    .hotline span {
        font-size: 12px;
    }
    .hotline p {
        font-size: 30px;
        margin-top: 0px;
    }
    .foot {
        padding: 40px 0px 0px 0;
        background-position: 50% 50%;
        background-size: cover;
    }
    .foot_middle {
        width: 75px;
        height: auto;
        overflow: hidden;
        padding-top: 0px;
        position: absolute;
        top: 80px;
        right: 23px;
    }
    /*.foot_middle img {*/
    /*    height: 75px;*/
    /*}*/
    .foot_middle p {
        font-size: 12px;
        margin-top: 14px;
    }
    .foot_right {
        width: 100%;
        padding-top: 0px;
        position: absolute;
        top: 65%;
        left: 0;
        justify-content: space-around;
        padding: 0 10px;
    }
    .foot_nav {
        width: 68px;
    }
    .foot_nav ul{
        display: none;
    }
    .foot_h1 {
        margin-bottom: 0px;
        font-size: 14px;
    }
    .pop_up .pop_erw,.pop_phone{
        display: none;
    }
    .pop_up {
        bottom: 8px;
        right: 10px;
        width: 48px;
        height: 50px;
    }
    .pop_code{
        width: 35px;
        height: 35px;
        background-size: 35px 35px;
    }
    .foot_nav:last-child{
        position: static;
    }
    .foot_nav:last-child .foot_h1{
        margin-bottom: 0;
    }
    .FilingNo {
        margin-top: 75px;
       text-align: center;
    }
    .FilingNo a {
        display: block;
    }
}
@media screen and (max-width: 450px){
    
}
@media screen and (max-width: 380px){
    
}
@media screen and (max-width: 320px){
    
}