@charset "gb2312";
* {
    margin: 0;
    padding: 0;
}
.sj_nav{display: none;}

h1 {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 29px;
    color: #494949;
    line-height: 79px;
}

div, p {
    font-family: "Î¢ÈíÑÅºÚ";
}

.nav-1 {
    background: #ffffff;
}

.head-button {
    display: flex;
    justify-content: space-between;
    margin-left:20px;
    width: 110px;
    height: 25px;
    line-height: 25px;
    align-items: center;
}
.head-button span{
    cursor: pointer;
}
.content {
    width: 1050px;
    margin: 0 auto;
    height: 80px;
}

.content ul {
    /*overflow: hidden;*/
}

.content ul li:first-child {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 68px;
    margin-right: 10px;
}

.content ul li:last-child a{color: #f00;}

.content ul li img {
    vertical-align: middle;
}

.content a.logo{border: 0px!important; outline: 0px;}


.content ul li {
    float: left;
    list-style: none;
    line-height: 80px;
    margin-left: 20px;
    vertical-align: top;
}

.content ul li a {
    padding: 0 12px;
    text-decoration: none;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
    color: #9e9e9e;
    display: inline-block;
    height: 37px;
    line-height: 37px;
}
.content .logo{padding: 0;}

#trail {
    border-radius: 4px;
    padding: 0 15px;
    border: 1px solid #ff895f;
    color: #ff895f;
}

#trail:hover {
    color: #fff;
    background: #ff895f;
}
.content ul li span {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
    color: #9e9e9e;
}

.content ul li a:hover {
    /*background: rgba(13, 124, 249, 1);
    border-radius: 4px;
    color: #fff;
    -webkit-box-shadow: 5px 5px 5px #cdcdcd;
    -moz-box-shadow: 5px 5px 5px #cdcdcd;
    box-shadow: 5px 5px 5px #cdcdcd;*/
    background: #fff;
    color: rgba(89, 182, 251, 1);
}

.content ul li .head-button a:hover {
    color: #fff;
    background: #5dc824;
    -webkit-box-shadow: 0px 0px 0px #cdcdcd;
    -moz-box-shadow: 0px 0px 0px #cdcdcd;
    box-shadow: 0px 0px 0px #cdcdcd;
}

.content ul li .lock {
    /*color: #ffffff;
    background: rgba(13, 124, 249, 1);
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 5px #cdcdcd;
    -moz-box-shadow: 5px 5px 5px #cdcdcd;
    box-shadow: 5px 5px 5px #cdcdcd;*/
    background: #fff;
    color: rgba(89, 182, 251, 1);
}

#manager-login {
    float: left;
    color: black;
    width: 106px;
    margin-left: 19px;
    height: 35px;
    text-align: center;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 13px;
    position: relative;
    cursor: pointer;
}

i {
    background: black;
    display: block;
    width: 2px;
    height: 15px;
    position: absolute;
    right: -1px;
    top: 10px;
}

.language {
    height: 25px;
    line-height: 25px;
    float: left;
    color: #9e9e9e;
    margin-left:20px;
    font-size: 14px;
    font-family: "Î¢ÈíÑÅºÚ";
    /*text-indent: 36px;*/
    display: flex;
    justify-content: space-between;
}

.content ul li .head-button a {
    display: inline-block;
    text-decoration: none;

    border-radius: 15px;
    background: #5dc824;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    height: 20px;
    line-height: 20px;
    font-family: "Î¢ÈíÑÅºÚ";
    text-align: center;
    padding: 5px 28px 5px 28px;
}

.head-right {
    padding-left: 30px;
    line-height: 30px;
    margin-top: 15px;
}

.nav-2 {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 30px;

}

.nav-3 {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 30px;
    padding-top: 30px;
}


.content2 {
    width: 980px;
    margin: 0 auto;
    padding-top: 35px;
}

.picbottom {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 45px;
}

.picbottom img {
    width: 45%;
}

.nav-4 {
    background: #ecf0f1;
    padding-bottom: 20px;
    padding-top: 45px;
}

.protect {
    width: 300px;
    text-align: center;
    padding: 10px 20px;
    border-bottom: 3px solid #31a4dd;
    margin: 0 auto;
    font-size: 30px;
    font-family: "Î¢ÈíÑÅºÚ";
    color: #313131;
    margin-bottom: 30px;

}

.footer-container {
    border-top: 1px solid #ccc;
}
.nav-5 {
    height: 178px;
    background: #fff;
    color: #000;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 16px;
    width: 1050px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.nav-5 ul {
    overflow: hidden;
    width: 678px;
    text-indent: 44px;
    margin-left: -3px;
}

.nav-5 ul li {
    float: left;
    list-style: none;
}

.nav-5 ul li a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    font-family: "Î¢ÈíÑÅºÚ";
}

.nav-5 ul li a:hover {
    opacity: 0.9;
}

.nav-5 .middle .copyright {
    margin-left: 40px;
    margin-top: 20px;
}
.nav-5 .contact-way .phone {
    font-size: 20px;
    margin-bottom: 10px;
}
.nav-5 .contact-way .last-phone {
    margin-bottom: 22px;
}
.nav-5 .contact-way .phone-title {
    text-align: center;
    font-size: 20px;
}
.email {
    text-indent: 25px;
    background: url(../image/youxiang.png) no-repeat 195px 0px;
}

.tell {
    width: 678px;
    margin: 0 auto;
    text-indent: 25px;
    background: url(../image/tell.png) no-repeat 248px 0px;
}

.ul-head {
    overflow: hidden;
    list-style: none;
	display: flex;align-items: center;
	justify-content: space-between;
}

.ul-head-left {
    float: left;
    width: 440px;
}

.ul-head-left li {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
    margin-bottom: 8px;
}


.sjbottom{display: none;}

.ul-head-left img {
    width: 380px;
	height: auto;
}

.ul-head-right img {
    width: 380px;
	height: auto;
}

.ul-head-right {
    float: left;
    width: 490px;
}

.ul-head ul {
    list-style: none;
}

.ul-head .li-first {
    color: #31a3dd;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 30px;
    margin-bottom: 30px;
    background: none;
}

.ul-head .li-second {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
}

.ul-head .li-third {
    background: none;
    text-indent: 0;
    margin-top: 40px;
}

.ul-head .li-third a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    background: #31a3dd;
    color: #fff;
    height: 30px;
    border-radius: 16px;
    margin-left: 15px;
    line-height: 30px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
    cursor: pointer;
    text-indent: 0;
    text-decoration: none;
}

.nav-4 p {
    text-align: center;
    font-family: "Î¢ÈíÑÅºÚ";
    color: #313131;
}

.simple {
    width: 980px;
	min-height: 500px;
    margin: 0 auto;
    font-family: "Î¢ÈíÑÅºÚ";
	clear: both;
}

.pro_simple {
    width: 980px;
    margin: 40px auto;
    font-family: "Î¢ÈíÑÅºÚ";
	line-height: 35px; text-align: justify;
}

.simple-content {
    text-align: center;
    color: #31a3dd;
    font-size: 17px;
    background: url(../image/xian.png) no-repeat 0px 0px;
    margin-top: 50px;
    background-position: center;

}

.title {
    text-align: center;
    color: #323232;
    font-size: 26px;
    margin-top: 40px;
}

.title-content {
    font-size: 17px;
    margin-top: 20px;
    color: #5c5c5c;
    text-indent: 35px;
}

.simple p {
    margin-bottom: 10px;
    color: #5c5c5c;
    font-size: 17px;

}


.content-head {
    color: #fff;
    background: #31a3dd;
    text-align: center;
}

.content-left {
    float: left;
    width: 475px;
    border-left: 1px solid #31a3dd;
    text-align: center;
    color: #646464;

}

.content-right {
    float: left;
    width: 502px;
    border-left: 1px solid #31a3dd;
    border-right: 1px solid #31a3dd;
    text-align: center;

}

.content-right a {
    color: #31a3dd;
    text-decoration: none;
}

table {
    margin-top: 40px;
    margin-bottom: 50px;
}

.table1 th, .table2 th {
    background: #31a3dd;
    color: #fff;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
    height: 40px;
}

.table1 td {
    border: 1px solid #31a3dd;
    background: #fff;
    font-size: 12px;
    padding: 3px 3px 3px 8px;
    color: #646464;
    width: 160px;
    height: 80px;
    text-align: center;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
}

.table1 .borders1 {
    border-left: 2px solid #31a3dd;
}

.table1 .borders2 {
    border-right: 2px solid #31a3dd;

}

.table1 .borders3 td {
    border-bottom: 2px solid #31a3dd;
}

.table2 td {
    border: 1px solid #31a3dd;
    background: #fff;
    font-size: 12px;
    padding: 3px 3px 3px 8px;
    color: #646464;
    width: 160px;
    height: 80px;
    text-align: center;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
}

.table2 .borders1 {
    border-left: 2px solid #31a3dd;
}

.table2 .borders2 {
    border-right: 2px solid #31a3dd;
}

.table2 .borders3 td {
    border-bottom: 2px solid #31a3dd;
}

.navs {
    /* border-bottom: 1px solid #c4c4c4;*/
    padding-bottom: 30px;
    padding-top: 60px;
}

.navs li:first-of-type{width: 460px; height: 265px;}
.navs li:first-of-type img{width: 100%; height: 100%;}


.page{margin: 50px 0;}



.solutions {
    width: 900px;
    margin: 0 auto;
}

.solutions div {
    color: #31a3dd;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.solutions p {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 18px;
    margin-bottom: 29px;
    text-align: center;
}

.solutions img {
    width: 100%;
}

.content-right a {
    margin-left: 72px;
}

.parent-p {
    color: #fff;
    font-size: 15px;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-top: 20px;
}

#changeLanguage {
    width: 24px;
    position: absolute;
    right: 0px;
    top: 0px;
    float: left;
}

.language {
    /*position: relative;*/
}

.language .option span{
    display: inline-block;
    cursor: pointer;
    height: 16px;
    margin-right: 5px;
}
.language .option .chinese{
    background-size: 100%;
    color: rgba(89, 182, 251, 1);
    pointer-events: none;
}
.language .option .English{
    background-size: 100%;
}

.shouyeanniu img {
    width: 180px;
    cursor: pointer;
}

.shouyeanniu {
    position: relative;
    bottom: 25%;
    width: 100%;
    text-align: center;
}

.g20-title {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    color: rgb(49, 163, 221);
    font-family: 'Î¢ÈíÑÅºÚ';
    font-size: 28px;
    height: 110px;
    line-height: 134px;
    border-bottom: 1px solid #c4c4c4;
}

.g20banner {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.g20content {
    width: 960px;
    margin: 0 auto;
    text-indent: 31px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 16px;
}

.page-title1 {
    width: 960px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-indent: 50px;
    background: url(../image/page01.png) no-repeat 0px 8px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
    margin-bottom: 10px;
}

.page-title2 {
    width: 960px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-indent: 50px;
    background: url(../image/page02.png) no-repeat 0px 8px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
    margin-bottom: 10px;
}

.page-title3 {
    width: 960px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-indent: 50px;
    background: url(../image/page03.png) no-repeat 0px 8px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
}

.page-title4 {
    width: 960px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-indent: 50px;
    background: url(../image/page04.png) no-repeat 0px 8px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
}

.page-title5 {
    width: 960px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-indent: 50px;
    background: url(../image/page06.png) no-repeat 0px 8px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
}

.page-title {
    width: 960px;
    margin: 0 auto;
    height: 50px;
    line-height: 56px;
    text-indent: 32px;
    background: url(../image/page05.png) no-repeat 0px 16px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
}

.page-content {
    width: 960px;
    margin: 0 auto;
    text-indent: 31px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
    margin-bottom: 18px;
}

.img-box {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-top: 20px;
}

.box-left {
    width: 475px;
    float: left;
}

.box-right {
    float: right;
    width: 475px;
}

.img-box img {
    width: 100%;
}

ul li {
    list-style: none;
}

.box-left li:last-child {
    text-align: center;
    color: #969696;
}

.box-right li:last-child {
    text-align: center;
    color: #969696;
}

.navs a {
    color: #313131;
    display: block;
    margin: 0 auto;
}

.navs ul {
    width: 1150px;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
}

.navs ul li:first-child {
    float: left;
    width: 467px;
}

.navs ul img {
    width: 100%;
}

.navs ul li:last-child {
    float: right;
    width: 661px;
}

.navs ul div {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
    color: #646464;
    height: 30px;
    line-height: 35px;
}

#navs2 div {
    height: 30px;
    line-height: 35px;
}

#navs3 div {
    height: 30px;
    line-height: 35px;
}

#navs1 div, #navs6 div {
    height: 30px;
    line-height: 35px;
}

#navs5 div {
    height: 30px;
    line-height: 35px;
}

.navs1-title {
    width: 1150px;
    margin: 0 auto;
    position: relative;
    height: 120px;
    line-height: 100px;
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
    font-size: 28px;
}

.title1 {
    position: absolute;
    bottom: -24px;
    left: 453px;
    color: #c9c9c9;
    font-size: 15px;
}

.title2 {
    position: absolute;
    bottom: -24px;
    right: 442px;
    color: #c9c9c9;
    font-size: 15px;
}

.navs1-title i {
    display: block;
    width: 2px;
    background: #c9c9c9;
    height: 15px;
    position: absolute;
    right: 580px;
    top: 87px;
}

.news-content {
    width: 1150px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 20px;
    margin-top: 10px;
	margin-bottom: 50px;
}

.blue-title {
    color: rgb(49, 163, 221);
    width: 1150px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
}

.news-title {
    color: rgb(49, 163, 221);
    width: 1150px;
    margin: 0 auto;
    text-align: left;
    font-size: 24px;
    margin-top: 10px;
}

.sifenke {
    width: 1150px;
    margin: 0 auto;
    margin-top: 20px;
}

.sifenke img {
    width: 100%;
}

.blue-titles {
    width: 1300px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 10px;
    margin-top: 15px;
}

.page-contents, .page-titles {
    width: 1150px;
    margin-top: 10px;
    line-height: 40px;
}

.xzimgbox {
    overflow: hidden;
    height: 325px;
    margin-top: 50px;
}

.xzimg {
    float: left;
    margin-left: 80px;
}

.xzcontent {
    text-align: center;
}

.li-box {
    overflow: hidden;
    height: 322px;
    text-align: center;
    border: 1px solid #c9c9c9;
    margin-top: 50px;
}

.lileft1 {
    float: left;
    width: 290px;
    height: 320px;
    line-height: 207px;
    border: 1px solid #c9c9c9;
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.lileft2 {
    float: left;
    width: 510px;
}

.lileft2 li {
    height: 80px;
    line-height: 80px;
    border: 1px solid #c9c9c9;
    border-left: none;
    border-bottom: none;
}

.lileft3 {
    float: left;
    width: 170px;
}

.lileft3 li {
    height: 107px;
    line-height: 80px;
    border-bottom: 1px solid #c9c9c9;
}

.lileft3 a {
    text-decoration: none;
    color: #31a3dd;
}

.tjtitle {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    font-family: "Î¢ÈíÑÅºÚ";
}

.li-boxnew {
    height: 240px;
    margin-bottom: 50px;
    /*
    margin-top: 0px;
    border-top: none;
    */
    margin-top: 50px;
}

.lileft1new {
    line-height: 328px;
}

#download1 {
    margin-top: 40px;
    cursor: pointer;
}

#download2 {
    margin-top: 30px;
    cursor: pointer;
}

.navs a {
    text-decoration: none;
}

.navs a:hover {
    color: #31a4dd;
}

.help-head {
    width: 100%;
    height: 50px;
    background: #31a4dd;
}

.help-content {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}

.help-left {
    float: left;
    color: #fff;
    background: url(../image/helpimg.png) no-repeat 6px 10px;
    width: 150px;
    line-height: 50px;
    text-indent: 50px;
    font-size: 20px;
}

.help-right {
    float: right;
    color: #fff;
    width: 100px;
    line-height: 50px;
}

a {
    text-decoration: none;
    color: black;
    font-family: "Î¢ÈíÑÅºÚ";
}

.question-box {
    list-style: none;
    width: 980px;
    margin: 0 auto;
}

.question {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    background: url(../image/dian.png) no-repeat 4px 10px;
    text-indent: 30px;
    border-bottom: 1px dashed #000;
}

.qs1 {
    width: 980px;
    margin: 0 auto;
    border-bottom: 1px solid #c9c9c9;
    font-size: 24px;
    height: 80px;
    line-height: 60px;
    text-align: center;
    margin-top: 30px;
    line-height: 40px;
}

.qs2 {
    width: 980px;
	min-height: 550px;
    font-size: 20px;
    margin: 0 auto;
    padding-top: 30px;
    text-indent: 30px;
    line-height: 30px;
    color: rgb(100, 100, 100);
    line-height: 40px;
	margin-bottom: 50px;
}

.qs3 {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    color: rgb(100, 100, 100);
    height: 30px;
    line-height: 30px;
    margin-top: 50px;
    display: block;
}

.qs3 span {
    font-weight: bold;
}

.qs4 {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    color: rgb(100, 100, 100);
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    display: block;
}

.qs4 span {
    font-weight: bold;
}

/**
    * ÐÞ¸ÄÍ¼Æ¬Î»ÖÃ
    *
    * @attribute {Number} right            - ÉèÖÃÍ¼Æ¬¾àÀëä¯ÀÀÆ÷ÓÒ±ß¾à(¿É±ä)
    * @attribute {Number} bottom            - ÉèÖÃÍ¼Æ¬¾àÀëä¯ÀÀÆ÷ÏÂ±ß¾à(¿É±ä)
    * @attribute {Number} max-width        - ÉèÖÃÍ¼Æ¬×î´ó¿í¶È,½¨ÒéÉèÖÃÎªnone
    * @attribute {Number} max-height        - ÉèÖÃÍ¼Æ¬×î´ó¸ß¶È,½¨ÒéÉèÖÃÎªnone
    */

body #YSF-BTN-HOLDER {
    right: 30px;
    bottom: 180px;
    max-width: none;
    max-height: none;
}

/**
 * Çå³ýÒõÓ°
 *
 * @attribute {Number} right            - ÉèÖÃÍ¼Æ¬¾àÀëÈÝÆ÷ÓÒ±ß¾à,½¨ÒéÉèÖÃÎª0
 * @attribute {Number} bottom            - ÉèÖÃÍ¼Æ¬¾àÀëÈÝÆ÷ÏÂ±ß¾à,½¨ÒéÉèÖÃÎª0
 * @attribute {Number} box-shadow        - ÒõÓ°ÊôÐÔ,½¨ÒéÉèÖÃÎªnone
 */

#YSF-BTN-HOLDER #YSF-CUSTOM-ENTRY-0 {
    right: 0;
    bottom: 0;
    box-shadow: none;
}

/**
 * ÐÞ¸ÄÍ¼Æ¬´óÐ¡
 *
 * @attribute {Number} width             - ÉèÖÃÍ¼Æ¬¿í¶È(¿É±ä)
 * @attribute {Number} height            - ÉèÖÃÍ¼Æ¬¸ß¶È(¿É±ä)
 * @attribute {Number} max-width        - ÉèÖÃÍ¼Æ¬×î´ó¿í¶È,½¨ÒéÉèÖÃÎªnone
 * @attribute {Number} max-width        - ÉèÖÃÍ¼Æ¬×î´ó¸ß¶È,½¨ÒéÉèÖÃÎªnone
 */

#YSF-BTN-HOLDER #YSF-CUSTOM-ENTRY-0
img {
    width: 60px;
    height: 60px;
    max-width: none;
    max-height: none;
}

.helpclick {
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 100px;
    background: url(../image/helplogo.png) no-repeat 0px 0px;
    z-index: 999;
}

.question-box a:hover {
    color: #31a4dd;
}

.swiper-item {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;

}

#indexbutton {
    position: absolute;
    bottom: 15%;
    margin-left: -127px;
    left: 50%;
    cursor: pointer;
}

.main-swiper {
    width: 100%;
    position: relative;

}

.swiper-list {
    width: 100%;
    overflow: hidden;
}

.swiper-dots {
    position: absolute;
    bottom: 20px;
    margin-left: -70px;
    left: 50%;
    z-index: 999;
}

.swiper-dots li {
    width: 16px;
    height: 16px;
    margin-left: 19px;
    float: left;
    cursor: pointer;
    background: url(../image/page_dot.png) center center no-repeat;
}

.swiper-dots .active {
    background: url(../image/page_hover.png) center center no-repeat;
}

.question-box li:last-child {
    margin-bottom: 100px;
}

.list2 {
    position: relative;
    height: auto;
}

.banner-box {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.banner-box ul {
    overflow: hidden;
    margin-top: 20px;
}

.banner-left {
    width: 590px;
    float: left;
    padding-left: 150px;

}

.banner-right {
    float: right;
    width: 640px;
    text-align: center;
    margin-top: 100px;
}

.downloadleft {
    float: left;
    width: 300px;
}

.downloadright {
    float: right;
    width: 270px;
}

.content ul .aboutli{
    position: relative;
    overflow: visible;
}

.content ul .aboutli a {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}

.content ul .aboutli:hover #about_tab{display: block;}
.aboutli #about_tab{display:none ; position: absolute; left: 0;right: 0; top: 60px; margin: auto;}
.aboutli #about_tab a{display: block; padding: 0; margin: 0; height: 35px; line-height: 35px;}


.content ul .aboutli a span {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(../image/down_arrow.png) center center / contain no-repeat;
}

.content ul .aboutli .up{
    background: url(../image/up_arrow.png) center center / contain no-repeat;
}

.content ul .aboutli .down{
    background: url(../image/down_arrow.png) center center / contain no-repeat;
}

/*.content ul .aboutli a:hover span {*/
    /*background: url(../image/down_arrow.png) center center no-repeat;*/
/*}*/

.content ul li .lock span {
    background: url(../image/down_arrow.png) center center / contain no-repeat;
}

.content ul .aboutli div {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    height: 70px;
    background: #fff;
    /*box-shadow: 2px -2px 2px #f0f2f5;*/
    -webkit-box-shadow: #f0f2f5 0 0 10px;
    -moz-box-shadow: #f0f2f5 0 0 10px;
    box-shadow: #f0f2f5 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10000;
}

.content ul .aboutli div a{
    line-height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 0;
    color: #9e9e9e;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.content ul .aboutli div a:hover {
    background: #f2f2f2;
    color: rgba(89, 182, 251, 1);
}

.content ul .lastli {
    line-height: normal !important;
    width: 100px !important;
    height: 50px;
    margin-top:15px;
    /*margin-left:40px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	margin-left: 0;
}
.header-logo {
    width: 186px;
    height: 63px;
}
.footer-logo {
    width: 90px;
    height: 90px;
}

.website_footer {
    background: #111;
    color: #000;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 16px;
   display: block;
    margin: 0 auto;
}

.website_footer .footer_info {
    width: 500px;
    height: 210px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.website_footer .footer_copyright {
    height: 50px;
    width: 100%;
    border-top: 0.05px solid #323232;
    text-align: center;
    line-height: 50px;
    color: #b1b1b1;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 12px;
}

.website_footer .footer_info .footer_info_contactus {
    display: flex;
    align-items: flex-start;
    padding: 20px 0 0 80px;
}

.website_footer .footer_info .footer_title_font{
    color: #fff;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 14px;
    width: 150px;
    height: 50px;
    line-height: 50px;
}

.website_footer .footer_info .footer_content_font{
    color: #b1b1b1;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 12px;
    width: 150px;
    height: 40px;
    line-height: 40px;
	text-align: center;
}

.website_footer .footer_info .footer_info_link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.website_footer .footer_info .footer_info_link > div{
    margin: 0 0 0 20px;
}

.website_footer .footer_info .footer_info_link .footer_info_qrcode p{
    width: 120px;
    text-align: center;
    white-space: nowrap;
    margin-left: -20px;
}

.website_footer .footer_info .footer_info_link .footer_info_qrcode img{
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
}

.website_footer .footer_info .footer_info_link .footer_info_line {
    border-left: 0.02px solid #323232;
    width: 1px;
    height: 55px;
    margin: 30px 20px 0 20px; display: block;
}

.website_footer .footer_info .footer_info_link .footer_info_download{
    width: 210px;
    height: 50px;
    margin-bottom: 10px;
    background: #575757;
    border-radius: 5px;
    color: #fff;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 12px;
    line-height: 50px;
    display: flex;
    align-items: center;
}

.website_footer .footer_info .footer_info_link .footer_info_download img{
    width: 35px;
    height: 31px;
    margin: 7.5px 15px;
    object-fit: contain;
}


.pro_tab{display: flex;text-align: center; width: 300px; border: 1px #23aae2 solid;margin:20px auto; border-radius: 100px; overflow: hidden;}
.pro_tab a{display: inline-block; height: 50px; line-height: 50px; width: 150px; cursor: pointer;}
.pro_tab a.active{background: #23aae2; color: #fff;}


.pro_list{display: block;margin-bottom: 50px;}
.pro_list li{width: 50%; float: left; border: 1px #eee solid; margin: 0 -1px -1px 0; height: 350px; position: relative; padding: 10px; box-sizing: border-box;}
.pro_list li img{width: auto; height: 240px;display: block;margin:20px auto;}
.pro_list li span{height: 40px; line-height: 40px;font-size: 18px;color: #666;}

.cls{clear: both;}




.swiper-slide img{width: 100%;height: auto;}


.ul-head-left li.neirong{line-height: 35px!important; padding-right: 30px;}


p.newsbt{height:55px;line-height:55px;margin-bottom:15px;border-bottom: 1px solid #c9c9c9;font-family: 'Î¢ÈíÑÅºÚ';font-size: 26px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.simple_text{line-height: 35px; margin: 30px 0 50px 0;text-align: justify;font-size: 20px;}
.page::after{content: '';display: table;clear: both;}
.page::before{content: '';display: table;clear: both;}

.pro_list::after{content: '';display: table;clear: both;}
.pro_list::before{content: '';display: table;clear: both;}

p.cp_t{text-align: left; padding-top: 20px; line-height: 35px;}



.sidebar{display: none;}
.sjcontent{display: none;}
.sj_tel{display: none;}

.pcad{display: block;}
.sjad{display: none;}




	@media screen and (max-width: 768px) {
		
		
		
	/*nav*/
	.nav{ background: #000; width:120px; height: 100vh;}
	.nav ul{width: 100%;}
	.nav li{ text-align: center; width: 100%;}
	.nav a{font-size: 13px; color: #fff; height: 40px;text-align: left;line-height: 40px; border-bottom: 1px rgba(255,255,255,.2) dotted; display: block; padding-left: 30px;}
	.nav a:hover{ color: #fff; display: block;}

	
	.xz>div{line-height: 15px; padding: 0!important; margin: 0!important;}	
	.xz>div:first-of-type{padding-top: 10px!important;}
		
		
	.sj_tel{display: block;background: #1962d1;position: fixed; left: 0;bottom: 0; right: 0; z-index: 100; height: 40px; line-height: 40px;}
	.sj_tel span{background: url(../image/tel.png) no-repeat left center; background-size:20px auto; padding-left: 25px; color: #fff;}
	.sj_tel a{color: #fff;text-align: center;display: block;}
		
	.sjcontent{display: block;position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: #fff; padding:10px 15px; box-sizing: border-box;}	
	.sjcontent img{width: 120px; height: auto;}
		
	/*ÓÒ²àµ¼º½Óë·µ»Ø¶¥²¿*/
	.lmdh{width:35px; height:35px; border-radius: 100px;z-index:10000; font-size:11px; line-height:12px; text-align:center; background: url(../image/menu.png) no-repeat center center #1962d1; background-size: 20px auto; position: absolute; right: 15px; top: 12px;display:block;}
	.lmdh a{color:#FFF; display:block;text-align:center;}

	.menu{ background: #000; width:150px; height: 100vh;}
	.menu ul{width: 100%;}
	.menu li{ text-align: center; width: 100%;}
	.menu a{font-size: 13px; color: #fff; height: 40px;text-align: center;line-height: 40px; border-bottom: 1px rgba(255,255,255,.2) dotted; display: block;}
	.menu a:hover{ color: #fff; display: block;}
			
	body{margin: 60px 0 40px 0;}
		
* {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 29px;
    color: #494949;
    line-height: 79px;
}

div, p {
    font-family: "Î¢ÈíÑÅºÚ";
}

.nav-1 {
    background: #ffffff;
}

.head-button {
    display: flex;
    justify-content: space-between;
    margin-left:20px;
    width: 110px;
    height: 25px;
    line-height: 25px;
    align-items: center;
}
.head-button span{
    cursor: pointer;
}
.content {
    width: 100%;
    margin: 0 auto;
    height: 80px;
	display: none;
}

.content ul {
	
    /*overflow: hidden;*/
}

.content ul li:first-child {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 68px;
    margin-right: 10px;
	display: block;
}

.content ul li:last-child a{color: #f00;}

.content ul li img {
    vertical-align: middle;
}


.content ul li {
	
    float: left;
    list-style: none;
    line-height: 80px;
    margin-left: 20px;
    vertical-align: top;
}

.content ul li a {
    padding: 0 20px;
    text-decoration: none;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
    color: #9e9e9e;
    display: inline-block;
    height: 37px;
    line-height: 37px;
}
.content .logo{padding: 0;}

#trail {
    border-radius: 4px;
    padding: 0 15px;
    border: 1px solid #ff895f;
    color: #ff895f;
}

#trail:hover {
    color: #fff;
    background: #ff895f;
}
.content ul li span {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
    color: #9e9e9e;
}

.content ul li a:hover {
    /*background: rgba(13, 124, 249, 1);
    border-radius: 4px;
    color: #fff;
    -webkit-box-shadow: 5px 5px 5px #cdcdcd;
    -moz-box-shadow: 5px 5px 5px #cdcdcd;
    box-shadow: 5px 5px 5px #cdcdcd;*/
    background: #fff;
    color: rgba(89, 182, 251, 1);
}

.content ul li .head-button a:hover {
    color: #fff;
    background: #5dc824;
    -webkit-box-shadow: 0px 0px 0px #cdcdcd;
    -moz-box-shadow: 0px 0px 0px #cdcdcd;
    box-shadow: 0px 0px 0px #cdcdcd;
}

.content ul li .lock {
    /*color: #ffffff;
    background: rgba(13, 124, 249, 1);
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 5px #cdcdcd;
    -moz-box-shadow: 5px 5px 5px #cdcdcd;
    box-shadow: 5px 5px 5px #cdcdcd;*/
    background: #fff;
    color: rgba(89, 182, 251, 1);
}

#manager-login {
    float: left;
    color: black;
    width: 106px;
    margin-left: 19px;
    height: 35px;
    text-align: center;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 13px;
    position: relative;
    cursor: pointer;
}

i {
    background: black;
    display: block;
    width: 2px;
    height: 15px;
    position: absolute;
    right: -1px;
    top: 10px;
}

.language {
    height: 25px;
    line-height: 25px;
    float: left;
    color: #9e9e9e;
    margin-left:20px;
    font-size: 14px;
    font-family: "Î¢ÈíÑÅºÚ";
    /*text-indent: 36px;*/
    display: flex;
    justify-content: space-between;
}

.content ul li .head-button a {
    display: inline-block;
    text-decoration: none;

    border-radius: 15px;
    background: #5dc824;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    height: 20px;
    line-height: 20px;
    font-family: "Î¢ÈíÑÅºÚ";
    text-align: center;
    padding: 5px 28px 5px 28px;
}

.head-right {
    padding-left: 30px;
    line-height: 30px;
    margin-top: 15px;
}

.nav-2 {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 30px;

}

.nav-3 {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    padding-top: 10px;
}


.content2 {
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
	padding: 0 20px; box-sizing: border-box;
}

.picbottom {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 45px;
}

.picbottom img {
    width: 45%;
}

.nav-4 {
    background: #ecf0f1;
    padding-bottom: 20px;
    padding-top: 45px;
}

.protect {
    width: 300px;
    text-align: center;
    padding: 10px 20px;
    border-bottom: 3px solid #31a4dd;
    margin: 0 auto;
    font-size: 30px;
    font-family: "Î¢ÈíÑÅºÚ";
    color: #313131;
    margin-bottom: 30px;

}

.footer-container {
    border-top: 1px solid #ccc;
}
.nav-5 {
    height: 178px;
    background: #fff;
    color: #000;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 16px;
    width: 1050px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.nav-5 ul {
    overflow: hidden;
    width: 678px;
    text-indent: 44px;
    margin-left: -3px;
}

.nav-5 ul li {
    float: left;
    list-style: none;
}

.nav-5 ul li a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    font-family: "Î¢ÈíÑÅºÚ";
}

.nav-5 ul li a:hover {
    opacity: 0.9;
}

.nav-5 .middle .copyright {
    margin-left: 40px;
    margin-top: 20px;
}
.nav-5 .contact-way .phone {
    font-size: 20px;
    margin-bottom: 10px;
}
.nav-5 .contact-way .last-phone {
    margin-bottom: 22px;
}
.nav-5 .contact-way .phone-title {
    text-align: center;
    font-size: 20px;
}
.email {
    text-indent: 25px;
    background: url(../image/youxiang.png) no-repeat 195px 0px;
}

.tell {
    width: 678px;
    margin: 0 auto;
    text-indent: 25px;
    background: url(../image/tell.png) no-repeat 248px 0px;
}

.ul-head {
    overflow: hidden;
    list-style: none;
	display: flex;align-items: center;
	justify-content: space-between;
}

.ul-head-left {
    float: left;
    width: 70%;
	padding-left: 20px;
}

.ul-head-left li {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
    margin-bottom: 8px;
}



.ul-head-left img {
    width: 100%;
	height: auto;
}

.ul-head-right img {
    width: 100%;
	height: auto;
}

.ul-head-right {
    float: left;
    width: 30%;
}

.ul-head ul {
    list-style: none;
}

.ul-head .li-first {
    color: #31a3dd;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
    margin-bottom: 10px;
    background: none;
}

.ul-head .li-second {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
}

.ul-head .li-third {
    background: none;
    text-indent: 0;
    margin-top: 40px;
}

.ul-head .li-third a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    background: #31a3dd;
    color: #fff;
    height: 30px;
    border-radius: 16px;
    margin-left: 15px;
    line-height: 30px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
    cursor: pointer;
    text-indent: 0;
    text-decoration: none;
}

.nav-4 p {
    text-align: center;
    font-family: "Î¢ÈíÑÅºÚ";
    color: #313131;
}

.simple {
    width: 100%;
	padding: 0 15px; box-sizing: border-box;
    margin: 0 auto;
    font-family: "Î¢ÈíÑÅºÚ";
}

.pro_simple {
    width: 100%;
	padding: 0 15px;box-sizing: border-box;
    margin: 0px auto 40px auto;
    font-family: "Î¢ÈíÑÅºÚ";
	line-height: 35px; text-align: justify;
}

.simple-content {
    text-align: center;
    color: #31a3dd;
    font-size: 16px!important;
    background: url(../image/xian.png) no-repeat 0px 0px;
    margin-top: 20px;
    background-position: center;
	
}
.pro_simple img{width: 100%; height: auto;}
		
.title {
    text-align: center;
    color: #323232;
    font-size: 26px;
    margin-top: 40px;
}

.title-content {
    font-size: 17px;
    margin-top: 20px;
    color: #5c5c5c;
    text-indent: 35px;
}

.simple p {
    margin-bottom: 10px;
    color: #5c5c5c;
    font-size: 17px;

}


.content-head {
    color: #fff;
    background: #31a3dd;
    text-align: center;
}

.content-left {
    float: left;
    width: 475px;
    border-left: 1px solid #31a3dd;
    text-align: center;
    color: #646464;

}

.content-right {
    float: left;
    width: 502px;
    border-left: 1px solid #31a3dd;
    border-right: 1px solid #31a3dd;
    text-align: center;

}

.content-right a {
    color: #31a3dd;
    text-decoration: none;
}

table {
    margin-top: 40px;
    margin-bottom: 50px;
}

.table1 th, .table2 th {
    background: #31a3dd;
    color: #fff;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
    height: 40px;
}

.table1 td {
    border: 1px solid #31a3dd;
    background: #fff;
    font-size: 12px;
    padding: 3px 3px 3px 8px;
    color: #646464;
    width: 160px;
    height: 80px;
    text-align: center;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
}

.table1 .borders1 {
    border-left: 2px solid #31a3dd;
}

.table1 .borders2 {
    border-right: 2px solid #31a3dd;

}

.table1 .borders3 td {
    border-bottom: 2px solid #31a3dd;
}

.table2 td {
    border: 1px solid #31a3dd;
    background: #fff;
    font-size: 12px;
    padding: 3px 3px 3px 8px;
    color: #646464;
    width: 160px;
    height: 80px;
    text-align: center;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
}

.table2 .borders1 {
    border-left: 2px solid #31a3dd;
}

.table2 .borders2 {
    border-right: 2px solid #31a3dd;
}

.table2 .borders3 td {
    border-bottom: 2px solid #31a3dd;
}

.navs {
    /* border-bottom: 1px solid #c4c4c4;*/
    padding-bottom: 10px;
    padding-top: 10px;
}
.navs ul{display: flex;flex-flow: column wrap; padding: 0 15px; box-sizing: border-box;}
.navs li:first-of-type{width: 100%; height: auto;}
.navs li:first-of-type img{width: 100%; height: auto;}


.page{margin: 50px 0;}



.solutions {
    width: 900px;
    margin: 0 auto;
}

.solutions div {
    color: #31a3dd;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.solutions p {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 18px;
    margin-bottom: 29px;
    text-align: center;
}

.solutions img {
    width: 100%;
}

.content-right a {
    margin-left: 72px;
}

.parent-p {
    color: #fff;
    font-size: 15px;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-top: 20px;
}

#changeLanguage {
    width: 24px;
    position: absolute;
    right: 0px;
    top: 0px;
    float: left;
}

.language {
    /*position: relative;*/
}

.language .option span{
    display: inline-block;
    cursor: pointer;
    height: 16px;
    margin-right: 5px;
}
.language .option .chinese{
    background-size: 100%;
    color: rgba(89, 182, 251, 1);
    pointer-events: none;
}
.language .option .English{
    background-size: 100%;
}

.shouyeanniu img {
    width: 180px;
    cursor: pointer;
}

.shouyeanniu {
    position: relative;
    bottom: 25%;
    width: 100%;
    text-align: center;
}

.g20-title {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    color: rgb(49, 163, 221);
    font-family: 'Î¢ÈíÑÅºÚ';
    font-size: 28px;
    height: 110px;
    line-height: 134px;
    border-bottom: 1px solid #c4c4c4;
}

.g20banner {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.g20content {
    width: 960px;
    margin: 0 auto;
    text-indent: 31px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 16px;
}

.page-title1 {
    width: 960px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-indent: 50px;
    background: url(../image/page01.png) no-repeat 0px 8px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
    margin-bottom: 10px;
}

.page-title2 {
    width: 960px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-indent: 50px;
    background: url(../image/page02.png) no-repeat 0px 8px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
    margin-bottom: 10px;
}

.page-title3 {
    width: 960px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-indent: 50px;
    background: url(../image/page03.png) no-repeat 0px 8px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
}

.page-title4 {
    width: 960px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-indent: 50px;
    background: url(../image/page04.png) no-repeat 0px 8px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
}

.page-title5 {
    width: 960px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-indent: 50px;
    background: url(../image/page06.png) no-repeat 0px 8px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
}

.page-title {
    width: 960px;
    margin: 0 auto;
    height: 50px;
    line-height: 56px;
    text-indent: 32px;
    background: url(../image/page05.png) no-repeat 0px 16px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
}

.page-content {
    width: 960px;
    margin: 0 auto;
    text-indent: 31px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
    margin-bottom: 18px;
}

.img-box {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-top: 20px;
}

.box-left {
    width: 475px;
    float: left;
}

.box-right {
    float: right;
    width: 475px;
}

.img-box img {
    width: 100%;
}

ul li {
    list-style: none;
}

.box-left li:last-child {
    text-align: center;
    color: #969696;
}

.box-right li:last-child {
    text-align: center;
    color: #969696;
}

.navs a {
    color: #313131;
    display: block;
    margin: 0 auto;
}

.navs ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
}

		
.navs ul li:first-child {
    float: left;
    width: 100%;
}

.navs ul img {
    width: 100%;
}

.navs ul li:last-child {
    float: right;
    width: 100%;
}

.navs ul div {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
    color: #646464;
    height: 30px;
    line-height: 35px;
}

#navs2 div {
    height: 30px;
    line-height: 35px;
}

#navs3 div {
    height: 30px;
    line-height: 35px;
}

#navs1 div, #navs6 div {
    height: auto;
	padding: 5px 0;
	font-size: 14px;
    line-height: 25px;
	overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;
}

#navs5 div {
    height: 30px;
    line-height: 35px;
}

.navs1-title {
	padding:15px; box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    line-height: 25px;
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
    font-size: 16px;
	padding-bottom: 40px;font-weight: bold;
}

.title1 {
    position: absolute;
    bottom: 10px;
    left: 25%;
    color: #c9c9c9;
    font-size: 12px;font-weight: normal;
}

.title2 {
    position: absolute;
    bottom: 10px;
    right: 25%;
    color: #c9c9c9;
    font-size: 12px;font-weight: normal;
}

.navs1-title i {
    display: none;
    width: 1px;
    background: #c9c9c9;
    height: 15px;
    position: absolute;
    right: 220px;
    top: 77px;
}

.news-content {
    width: 100%;
    margin: 0 auto;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
	margin-bottom: 50px;
	padding: 0 15px; box-sizing: border-box;
}

.blue-title {
    color: rgb(49, 163, 221);
    width: 1150px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
}

.news-title {
    color: rgb(49, 163, 221);
    width: 1150px;
    margin: 0 auto;
    text-align: left;
    font-size: 24px;
    margin-top: 10px;
}

.sifenke {
    width: 1150px;
    margin: 0 auto;
    margin-top: 20px;
}

.sifenke img {
    width: 100%;
}

.blue-titles {
    width: 1300px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 10px;
    margin-top: 15px;
}

.page-contents, .page-titles {
    width: 1150px;
    margin-top: 10px;
    line-height: 40px;
}

.xzimgbox {
    overflow: hidden;
    height: auto;
    margin-top: 20px;
}

.xzimg {
    float:none;
    margin-left: 0px;
	margin-bottom: 15px;
}
.xzimg ul{width: 100%!important;}		
.xzimg li{display: block; text-align: center;}	

.xzcontent {
    text-align: center;
}

.li-box {
    overflow: hidden;
    height: 150px;
    text-align: center;
    border: 1px solid #c9c9c9;
    margin-top: 20px;
}

.lileft1 {
    float: left;
    width: 20%;
    height: 150px!important;
    line-height: auto!important;
    border: 1px solid #c9c9c9;
    border-left: none;
    border-bottom: none;
    border-top: none;
	
	background: url(../image/pdf.jpg)no-repeat center center!important; background-size: 40px auto!important;
}
		
.lileft1new{background: url(../image/google.png)no-repeat center center!important; background-size: 40px auto!important;}

.lileft2 {
    float: left;
    width: 48%;
}

.lileft2 li {
    height: 50px!important;
    line-height: 50px!important;
    border: 1px solid #c9c9c9;
    border-left: none;
    border-bottom: none;
	font-size: 12px;
}

.lileft3 {
    float: left;
    width: 30%;
}

.lileft3 li {
    height:50px!important;
    line-height: 50px!important;
    border-bottom: 1px solid #c9c9c9;
	font-size: 12px;
}

.lileft3 a {
    text-decoration: none;
    color: #31a3dd;
}

.tjtitle {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    font-family: "Î¢ÈíÑÅºÚ";
}

.li-boxnew {
    height: 150px;
    margin-bottom: 20px;
    /*
    margin-top: 0px;
    border-top: none;
    */
    margin-top: 20px;
}

.lileft1new {
    line-height: 328px;
}

#download1 {
    margin-top: 40px;
    cursor: pointer;
}

#download2 {
    margin-top: 30px;
    cursor: pointer;
}

.navs a {
    text-decoration: none;
}

.navs a:hover {
    color: #31a4dd;
}

.help-head {
    width: 100%;
    height: 50px;
    background: #31a4dd;
	
}

.help-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
	padding: 0 15px; box-sizing: border-box;
	
}

.help-left {
    float: left;
    color: #fff;
    background: url(../image/helpimg.png) no-repeat 6px 10px;
	background-size: 25px auto;
    width: 120px;
    line-height: 50px;
    text-indent: 40px;
    font-size: 16px;
}

.help-right {
    float: right;
    color: #fff;
    width: 100px;
    line-height: 50px;
}

a {
    text-decoration: none;
    color: black;
    font-family: "Î¢ÈíÑÅºÚ";
}

.question-box {
    list-style: none;
    width: 100%;
    margin: 0 auto;
	padding: 0 15px; box-sizing: border-box;
}

.question {
    margin-top: 10px;
    height: auto;
    line-height: 25px;
	padding-bottom: 5px;
    background: url(../image/dian.png) no-repeat 4px 10px;
    text-indent: 30px;
    border-bottom: 1px dashed #000;
}

.qs1 {
    width: 100%;
	padding: 0 15px; box-sizing: border-box;font-weight: bold;
    margin: 0 auto;
    border-bottom: 1px solid #c9c9c9;
    font-size: 16px;
	height: auto;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
	padding-bottom: 20px;
}

.qs2 {
    width: 100%;
	padding: 0 15px; box-sizing: border-box;
	min-height: 550px;
    font-size: 16px;
    margin: 0 auto;
    padding-top: 10px;
    text-indent: 30px;
    line-height: 25px;
    color: rgb(100, 100, 100);
	margin-bottom: 20px;
}

.qs3 {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    color: rgb(100, 100, 100);
    height: 30px;
    line-height: 30px;
    margin-top: 50px;
    display: block;
}

.qs3 span {
    font-weight: bold;
}

.qs4 {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    color: rgb(100, 100, 100);
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    display: block;
}

.qs4 span {
    font-weight: bold;
}

/**
    * ÐÞ¸ÄÍ¼Æ¬Î»ÖÃ
    *
    * @attribute {Number} right            - ÉèÖÃÍ¼Æ¬¾àÀëä¯ÀÀÆ÷ÓÒ±ß¾à(¿É±ä)
    * @attribute {Number} bottom            - ÉèÖÃÍ¼Æ¬¾àÀëä¯ÀÀÆ÷ÏÂ±ß¾à(¿É±ä)
    * @attribute {Number} max-width        - ÉèÖÃÍ¼Æ¬×î´ó¿í¶È,½¨ÒéÉèÖÃÎªnone
    * @attribute {Number} max-height        - ÉèÖÃÍ¼Æ¬×î´ó¸ß¶È,½¨ÒéÉèÖÃÎªnone
    */

body #YSF-BTN-HOLDER {
    right: 30px;
    bottom: 180px;
    max-width: none;
    max-height: none;
}

/**
 * Çå³ýÒõÓ°
 *
 * @attribute {Number} right            - ÉèÖÃÍ¼Æ¬¾àÀëÈÝÆ÷ÓÒ±ß¾à,½¨ÒéÉèÖÃÎª0
 * @attribute {Number} bottom            - ÉèÖÃÍ¼Æ¬¾àÀëÈÝÆ÷ÏÂ±ß¾à,½¨ÒéÉèÖÃÎª0
 * @attribute {Number} box-shadow        - ÒõÓ°ÊôÐÔ,½¨ÒéÉèÖÃÎªnone
 */

#YSF-BTN-HOLDER #YSF-CUSTOM-ENTRY-0 {
    right: 0;
    bottom: 0;
    box-shadow: none;
}

/**
 * ÐÞ¸ÄÍ¼Æ¬´óÐ¡
 *
 * @attribute {Number} width             - ÉèÖÃÍ¼Æ¬¿í¶È(¿É±ä)
 * @attribute {Number} height            - ÉèÖÃÍ¼Æ¬¸ß¶È(¿É±ä)
 * @attribute {Number} max-width        - ÉèÖÃÍ¼Æ¬×î´ó¿í¶È,½¨ÒéÉèÖÃÎªnone
 * @attribute {Number} max-width        - ÉèÖÃÍ¼Æ¬×î´ó¸ß¶È,½¨ÒéÉèÖÃÎªnone
 */

#YSF-BTN-HOLDER #YSF-CUSTOM-ENTRY-0
img {
    width: 60px;
    height: 60px;
    max-width: none;
    max-height: none;
}

.helpclick {
    position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: 100px;
    background: url(../image/helplogo.png) no-repeat 0px 0px; background-size: 40px 40px;
    z-index: 999;
}

.question-box a:hover {
    color: #31a4dd;
}

.swiper-item {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;

}

#indexbutton {
    position: absolute;
    bottom: 15%;
    margin-left: -127px;
    left: 50%;
    cursor: pointer;
}

.main-swiper {
    width: 100%;
    position: relative;

}

.swiper-list {
    width: 100%;
    overflow: hidden;
}

.swiper-dots {
    position: absolute;
    bottom: 20px;
    margin-left: -70px;
    left: 50%;
    z-index: 999;
}

.swiper-dots li {
    width: 16px;
    height: 16px;
    margin-left: 19px;
    float: left;
    cursor: pointer;
    background: url(../image/page_dot.png) center center no-repeat;
}

.swiper-dots .active {
    background: url(../image/page_hover.png) center center no-repeat;
}

.question-box li:last-child {
    margin-bottom: 100px;
}

.list2 {
    position: relative;
    height: auto;
}

.banner-box {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.banner-box ul {
    overflow: hidden;
    margin-top: 20px;
}

.banner-left {
    width: 590px;
    float: left;
    padding-left: 150px;

}

.banner-right {
    float: right;
    width: 640px;
    text-align: center;
    margin-top: 100px;
}

.downloadleft {
    float: left;
    width: 300px;
}

.downloadright {
    float: right;
    width: 270px;
}

.content ul .aboutli{
    position: relative;
    overflow: visible;
}

.content ul .aboutli a {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}

.content ul .aboutli a span {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(../image/down_arrow.png) center center / contain no-repeat;
}

.content ul .aboutli .up{
    background: url(../image/up_arrow.png) center center / contain no-repeat;
}

.content ul .aboutli .down{
    background: url(../image/down_arrow.png) center center / contain no-repeat;
}

/*.content ul .aboutli a:hover span {*/
    /*background: url(../image/down_arrow.png) center center no-repeat;*/
/*}*/

.content ul li .lock span {
    background: url(../image/down_arrow.png) center center / contain no-repeat;
}

.content ul .aboutli div {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    height: 70px;
    background: #fff;
    /*box-shadow: 2px -2px 2px #f0f2f5;*/
    -webkit-box-shadow: #f0f2f5 0 0 10px;
    -moz-box-shadow: #f0f2f5 0 0 10px;
    box-shadow: #f0f2f5 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10000;
}

.content ul .aboutli div a{
    line-height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 0;
    color: #9e9e9e;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.content ul .aboutli div a:hover {
    background: #f2f2f2;
    color: rgba(89, 182, 251, 1);
}

.content ul .lastli {
    line-height: normal !important;
    width: 100px !important;
    height: 50px;
    margin-top:15px;
    /*margin-left:40px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.header-logo {
    width: 160px;
    height: 48px;
}
.footer-logo {
    width: 90px;
    height: 90px;
}

.website_footer {
    background: #111;
    color: #000;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
	display: none;
}

.website_footer .footer_info {
    width: 1050px;
    height: 210px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.website_footer .footer_copyright {
    height: 50px;
    width: 100%;
    border-top: 0.05px solid #323232;
    text-align: center;
    line-height: 50px;
    color: #b1b1b1;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 12px;
}

.website_footer .footer_info .footer_info_contactus {
    display: flex;
    align-items: flex-start;
    padding: 20px 0 0 80px;
}

.website_footer .footer_info .footer_title_font{
    color: #fff;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 14px;
    width: 150px;
    height: 50px;
    line-height: 50px;
}

.website_footer .footer_info .footer_content_font{
    color: #b1b1b1;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 12px;
    width: 150px;
    height: 40px;
    line-height: 40px;
	text-align: center;
}

.website_footer .footer_info .footer_info_link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.website_footer .footer_info .footer_info_link > div{
    margin: 0 0 0 20px;
}

.website_footer .footer_info .footer_info_link .footer_info_qrcode p{
    width: 120px;
    text-align: center;
    white-space: nowrap;
    margin-left: -20px;
}

.website_footer .footer_info .footer_info_link .footer_info_qrcode img{
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
}

.website_footer .footer_info .footer_info_link .footer_info_line {
    border-left: 0.02px solid #323232;
    width: 1px;
    height: 55px;
    margin: 30px 20px 0 20px;
}

.website_footer .footer_info .footer_info_link .footer_info_download{
    width: 210px;
    height: 50px;
    margin-bottom: 10px;
    background: #575757;
    border-radius: 5px;
    color: #fff;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 12px;
    line-height: 50px;
    display: flex;
    align-items: center;
}

.website_footer .footer_info .footer_info_link .footer_info_download img{
    width: 35px;
    height: 31px;
    margin: 7.5px 15px;
    object-fit: contain;
}



.pro_tab{display: flex;text-align: center; width: 50%; border: 1px #23aae2 solid;margin:20px auto; border-radius: 100px; overflow: hidden;}
.pro_tab a{display: inline-block; height: 34px; line-height: 34px; width: 50%; cursor: pointer;font-size: 12px;}
.pro_tab a.active{background: #23aae2; color: #fff;}

.pro_list{display: block;margin-bottom: 50px;}
.pro_list li{width: 50%; float: left; border: 1px #eee solid; margin: 0 -1px -1px 0; height: 200px; position: relative; padding: 10px; box-sizing: border-box;}
.pro_list li img{width: auto; max-width: 150px; height: 100px;display: block;margin:20px auto;}
.pro_list li span{height: 40px; line-height: 40px;font-size: 14px;}

.cls{clear: both;}




.swiper-slide img{width: 100%;height: auto;}


.ul-head-left li.neirong{line-height: 25px!important; padding-right: 10px;font-size: 14px;text-align: justify;}


p.newsbt{height:auto;line-height:25px;margin-bottom:10px; padding-bottom: 15px; border-bottom: 1px solid #c9c9c9;font-family: 'Î¢ÈíÑÅºÚ';font-size: 16px;white-space:inherit; overflow:auto; text-overflow:inherit;}

.simple_text{line-height: 30px; margin: 30px 0 50px 0; padding: 0 15px; box-sizing: border-box;text-align: justify;font-size: 16px;}
.simple_text img{width: 100%; height: auto;}	
		
.page::after{content: '';display: table;clear: both;}
.page::before{content: '';display: table;clear: both;}
		.page{font-size: 14px;}
		.page a{font-size: 14px;}

.pro_list::after{content: '';display: table;clear: both;}
.pro_list::before{content: '';display: table;clear: both;}

p.cp_t{text-align: left; padding-top: 20px; line-height: 25px;font-size: 14px;}



.sjbottom{display: block;}



.sj_nav{display: flex;text-align: center; width: 50%; border: 1px #23aae2 solid;margin:20px auto; border-radius: 100px; overflow: hidden;}
.sj_nav a{display: inline-block; height: 34px; line-height: 34px; width: 50%; cursor: pointer;font-size: 12px;}
.sj_nav a.active{background: #23aae2; color: #fff;}

.pcad{display: none;}
.sjad{display:block;}		
		
	}



