@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: 16px;

}

.nav-3 {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 16px;
    padding-top: 16px;
}


.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: 18px;
    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: 28px;
    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;
    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: 18px;
	text-align: justify;
    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: 560px; 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;text-align: justify;}


p.newsbt{height:55px;line-height:55px;margin-bottom:15px;border-bottom: 1px solid #c9c9c9;font-family: '΢���ź�';font-size: 24px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.simple_text{line-height: 35px; margin: 0 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: 0px; line-height: 35px;}



.sidebar{display: none;}
.sjcontent{display: none;}
.sj_tel{display: none;}

.pcad{display: block;}
.sjad{display: none;}



/* 本例子css */
.slideBox{ width:100%; height:400px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; left:0px; bottom:5px; right: 0px; z-index:1; }
.slideBox .hd ul{display: flex;align-items: center;width: 100%;justify-content: center;}
.slideBox .hd ul li{ margin-right:6px;width:12px; height:12px; line-height:14px; text-align:center; background:#000; cursor:pointer; border-radius: 100px;opacity: .5;}
.slideBox .hd ul li.on{ background:#007aff; color:#000;opacity: 1;}
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:400px; display:block;}

		
.slideBox_wap{display: none;}
.slideBox{display: block;}


.ai_box h1{font-size: 30px;text-align: center;color: #000;font-weight: normal;}
.ai_box h2{font-size: 20px;color: #000;font-weight: bold;}
.ai_box p{font-size: 17px;line-height: 28px;text-align: justify;color: #333;}

.ai_01 .box{display: flex;align-items: center; justify-content: center;width: 1003px;margin: auto; padding-bottom: 32px;}
.ai_01 .box h2{text-align: left;font-weight:bold; padding-bottom: 12px;}
.ai_01 .box img{width: 25%;height: auto;margin: 0 24px; box-sizing: border-box;}
.ai_01 .box p{padding-bottom: 20px;}

.ai_02{padding: 30px 0px;background-color: #F1F1F1;padding-bottom: 50px;}
.ai_02 .box{width: 1003px; margin: auto;display: flex;align-items: center;}
.ai_02 .box h2{margin: 16px 0 0 0;}
.ai_02 .box img{width: 32%;height: auto;margin: 0 24px; box-sizing: border-box;}

.ai_03{width: 1003px; margin: 16px auto auto;}
.ai_03 .box img{width: 80%;height: auto;display: block;margin: auto;}
.ai_03 .box h2{margin-top: 16px;}

.ai_04{padding: 30px 0px;background-color: #F1F1F1; margin-top: 48px;}
.ai_04 .box{width: 1003px; margin: auto;display: flex;justify-content: space-between; margin-bottom: 24px;}
.ai_04 .box img{width: 40%;height: auto;box-sizing: border-box;}
.ai_04 .box:nth-child(odd) h2{text-align: right;}
.ai_04 .box:nth-child(odd) p{text-align: right;}
.ai_04 .box:nth-child(odd) img{margin-left: 24px;}
.ai_04 .box:nth-child(even) img{margin-right: 24px;}
.ai_04 .box .box_note{flex: 1;}
.ai_04 .box .box_note h2{margin: 16px 0;}

.ai_05{padding: 30px 0;}
.ai_05 p{text-align: center;}
.ai_05 img{display: block;margin: 16px auto 48px auto;}



.indust{width: 100%;  background: #F1F1F1;}
.indust .title{color:#fff;}
.indust .img{width: 1003px; margin-left: auto; margin-right: auto}
.indust .img img{width: 100%;}

.indust .ind1{width: 1003px; min-height: 200px; margin-left: auto; margin-right: auto; display: flex; flex-direction: row; justify-content: space-between; align-items: center}
.indust .ind1 .item{width: 49%; min-height: 100px; position: relative; cursor: pointer; display: block;transform: scale(1);transition: .2s;}
.indust .ind1 .item:hover{transform: scale(1.1);transition: .2s;}
.indust .ind1 .item img{width: 100%;}
.indust .ind1 .item .cn{position: absolute; bottom: 80px; left: 30px; font-size: 24px; color:#fff; font-weight: bold; letter-spacing: 2px}
.indust .ind1 .item .more{position: absolute; bottom: 32px; left: 28px; font-size: 12px; color:#fff; border: 1px solid #fff; border-radius: 7px; padding: 0px 12px; line-height: 28px; text-align: center;}
.indust .ind1 .item .more:hover{background: #fff; color: #333}

.indust .ind1 .item2{width: 49%; min-height: 100px; position: relative; margin-top: 15px; cursor: pointer; display: block;transform: scale(1);transition: .2s;}
.indust .ind1 .item2:hover{transform: scale(1.1);transition: .2s;}
.indust .ind1 .item2 img{width: 100%;}
.indust .ind1 .item2 .cn{position: absolute; bottom: 80px; left: 30px; font-size: 24px; color:#fff; font-weight: bold; letter-spacing: 2px}
.indust .ind1 .item2 .more{position: absolute; bottom: 32px; left: 28px; font-size: 12px; color:#fff; border: 1px solid #fff; border-radius: 7px; padding: 0px 12px; line-height: 28px; text-align: center;}
.indust .ind1 .item2 .more:hover{background: #fff; color: #333}


.indust .t{width: 1003px; line-height: 50px; font-size:30px; margin-left: auto; margin-right: auto; margin-top: 24px; padding-bottom: 16px;}
.indust .cases{width: 1003px; margin-left: auto; margin-right: auto; display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start;}
.indust .cases .cnt{width: 50%; overflow: hidden;}
.indust .cases .cnt .c1{font-size: 32px; font-weight: bold; letter-spacing: 2px; overflow: hidden;}
.indust .cases .cnt .chars{width: 100%; min-height: 60px; margin-bottom: 40px; overflow: hidden; display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.indust .cases .cnt .chars:first-of-type{padding-top: 20px;}
.indust .cases .cnt .chars .imgs{width: 40px; height: 40px;}
.indust .cases .cnt .chars .imgs img{width: 100%;}
.indust .cases .cnt .chars .infos{flex:1; min-height: 64px; margin-left: 20px;}
.indust .cases .cnt .chars .infos .t1{font-weight: bold; font-size: 17px; color:#000}
.indust .cases .cnt .chars .infos .t2{ font-size: 17px; color:#666; line-height: 28px; margin-top: 5px;}

.indust .cases .pic{width: 46%; padding-bottom: 32px;}
.indust .cases .pic .img{width: 100%; height: auto; overflow: hidden;}
.indust .cases .pic .img img{width: 100%;}
.indust .cases .pic .p1{width: 100%; margin-top: 16px; font-size: 18px;font-weight: bold;}
.indust .cases .pic .p2{width: 100%; font-size: 17px; margin-top: 12px; line-height: 28px;  color:#666;text-align: justify;}



.smvWrapper h1{text-align: center;display: block;line-height: 40px;color: #000;padding: 20px 0;box-sizing: border-box;}
.smvWrapper h1 strong{font-weight: normal;font-size: 30px;}
.smvWrapper h1 p{font-size: 20px;font-weight: normal;}

.slideTxtBox .hd{ height:44px; line-height:44px;border-bottom:1px solid #ddd;}
.slideTxtBox .hd ul{display: flex;align-items: center;justify-content: space-between;}
.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;flex: 1;text-align: center;color: #000; font-size: 20px;}
.slideTxtBox .hd ul li.on{ height:44px;background:#fff; border-bottom:1px solid #23aae2; background: rgba(35,170,226,.1);color: #23aae2;font-weight: bold;}

.slideTxtBox .bd ul{display: grid;grid-template-columns: repeat(2,1fr);gap: 16px;padding: 24px 0; box-sizing: border-box;}
.slideTxtBox .bd li{display: flex;align-items: center; margin-top: 16px;}
.slideTxtBox .bd li img{width: 80px;height: auto;margin-right: 16px;}
.slideTxtBox .bd li span{font-size: 20px;color: #333;}
.slideTxtBox .bd li p{font-size: 17px;color: #333; margin-top: 8px;line-height: 28px;}

.smvWrapper_01{width:100%;padding: 0;}
.smvWrapper_01 .slideTxtBox{width: 1003px;margin: 32px auto auto auto;}

.smvWrapper_02{width:1003px;padding: 16px 0;margin: auto;}
.smvWrapper_02 .box ul{display: grid;grid-template-columns: repeat(5,1fr);gap: 32px;}
.smvWrapper_02 .box img{width: 120px;height: auto;display: block;margin: auto;}
.smvWrapper_02 .box span{display: block;text-align: center;font-size: 18px;color: #333;font-weight: bold;}
.smvWrapper_02 .box p{display: block;text-align: justify; margin-top: 12px;line-height: 28px;font-size: 17px;color: #333;}

.smvWrapper_03{width: 100%; background:url(../image/49935686.jpg); margin-top: 40px;}
.smvWrapper_03 .box{width: 1003px;margin: auto;padding: 120px 0;box-sizing: border-box;}
.smvWrapper_03 .box h3{font-size: 30px;font-weight: normal;color: #23aae2;width: 450px;line-height: 44px;}
.smvWrapper_03 .box h4{font-size: 17px;line-height: 32px;color: #333;font-weight: normal;width: 450px;text-align: justify; margin-top: 24px;}
.smvWrapper_03 .box span{border: 1px #23aae2 solid;color: #23aae2; margin-top: 24px;width: 120px;line-height: 40px;height: 40px;display: inline-block;text-align: center;cursor: pointer;}
.smvWrapper_03 .box span:hover{background: #23aae2;color: #fff;}

.smvWrapper_04{width: 1003px;margin:48px auto 72px auto;}
.smvWrapper_04 h3{font-size: 30px;font-weight: normal;width: 100%;line-height: 44px;text-align: center;}
.smvWrapper_04 h3 span{color: #23aae2;}
.picMarquee-left{ width:1003px; overflow: hidden; margin-top: 40px;}
.picMarquee-left .bd ul li{margin:0 12px; float:left; _display:inline; overflow:hidden; text-align:center;}
.picMarquee-left .bd .tempWrap{width: 1003px;}
.picMarquee-left .bd ul li img{width: 360px;height: auto;}


.smvWrapper_05{background: #F1F1F1; padding: 24px 0 70px 0;box-sizing: border-box;}
.smvWrapper_05 .box{width: 1003px;margin: auto;display: grid;grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 16px;}
.smvWrapper_05 .box img{width: 100%;height: auto;}

.smvWrapper_06{width: 1003px;margin: 64px auto;box-shadow: 1px 1px 20px #eee;display: flex;align-items: center;justify-content: space-between;padding: 32px;box-sizing: border-box;}
.smvWrapper_06:hover{box-shadow: 1px 1px 20px #ccc;}
.smvWrapper_06 img{width: 450px;height: auto;}
.smvWrapper_06 .box{text-align: left;flex: 1;padding-left: 64px;}
.smvWrapper_06 .box p{font-size: 17px;line-height: 40px;}
.smvWrapper_06 .box p span{color: #23aae2;font-weight: bold;}
.smvWrapper_06 h3{font-size: 30px;font-weight: normal;width: 100%;line-height: 44px;text-align: left;margin-bottom: 40px;}
.smvWrapper_06 h3 span{color: #23aae2;}


.mask_box{background: rgba(0,0,0,.6); position: fixed;left: 0;top: 0;right: 0;bottom: 0;margin: auto;display: flex;align-items: cener;justify-content: center;z-index: 1000;}
.mask_box .manage{background: rgba(0,0,0,.95);  height: 720px;margin: auto;color: #fff; width: 560px; padding: 40px 0;box-sizing: border-box;position: relative;}
.mask_box .manage h1{font-size: 24px;color: #fff;display: block;text-align: center;font-weight: normal;line-height: 32px;}
.mask_box .manage p{display: block;text-align: center;font-size: 12px; margin-top: 12px;opacity: .8;}
.mask_box .manage ul{padding: 0 32px;box-sizing: border-box;}
.mask_box .manage ul li{margin-top: 16px;}
.mask_box .manage ul li span{display: block;}
.mask_box .manage ul li span:before{content: "*";color: #f00;}
.mask_box .manage ul li input{background: rgba(255,255,255,.2);width: 100%;height: 38px;line-height: 38px;border: 0; margin-top: 12px;color: #fff;padding: 0 16px;box-sizing: border-box;font-size: 14px;}
.mask_box .manage ul li textarea{background: rgba(255,255,255,.2);width: 100%;height: 120px;line-height: 38px;border: 0; margin-top: 12px;color: #fff;padding: 0 16px;box-sizing: border-box;font-size: 14px;}
.mask_box .manage ul .code{position: relative;}
.mask_box .manage ul .code img{background: #fff;padding: 6px;box-sizing: border-box; position: absolute;top: 40px;right: 8px;margin: auto;}
.mask_box .manage button{background: #fff;width: 100%;border: 0;height: 40px;line-height: 40px;opacity: .8;font-size: 16px;cursor: pointer;}
.mask_box .manage button:hover{opacity: 1;}
.mask_box .manage strong{position: absolute;top: 20px;right: 20px;cursor: pointer;}

.simple_title{display: block;text-align: center;font-size: 30px;color: #000;padding: 32px 0;box-sizing: border-box;}
.simple_titles{display: block;text-align: center;font-size: 30px;color: #000;padding: 32px 0 0 0;box-sizing: border-box;background: #F1F1F1;}

	@media screen and (max-width: 768px) {
		
	.simple_title{display: block;text-align: center;font-size: 20px;color: #000;padding: 12px 0;box-sizing: border-box;font-weight: bold;}
	.simple_titles{display: block;text-align: center;font-size: 20px;color: #000;padding: 24px 0 0 0;box-sizing: border-box;background: #F1F1F1;font-weight: bold;}
		
	.slideBox{display: none;}
	.slideBox_wap{display: block;}	
	
	.ai_box{margin: 0 16px;box-sizing: border-box;}	
	.ai_box h1{font-size: 18px;text-align: center;color: #000;font-weight: bold;line-height: 48px;}
	.ai_box h2{font-size: 16px;color: #000;}
	.ai_box p{font-size: 14px;line-height: 24px;text-align: justify;color: #333;}
	
	.ai_01 .box{display: block;width: 100%;margin: auto; padding-bottom: 12px;}
	.ai_01 .box h2{text-align: left;font-weight:bold; padding-bottom: 12px;}
	.ai_01 .box img{width: 100%;height: auto;margin: 12px 0; box-sizing: border-box;}
	.ai_01 .box p{padding-bottom: 12px;}
	
	.ai_02{padding: 24px 12px;background-color: #F1F1F1;padding-bottom: 20px; margin: 0;}
	.ai_02 .box{width: 100%; margin: auto;display: block;}
	.ai_02 .box h2{margin: 16px 0 0 0;}
	.ai_02 .box img{width: 100%;height: auto;margin: 16px 0 0 0; box-sizing: border-box;}
	
	.ai_03{width: 100%; margin: 16px auto auto; padding: 0 12px;box-sizing: border-box;}
	.ai_03 .box img{width: 100%;height: auto;display: block;margin: auto;}
	.ai_03 .box h2{margin-top: 16px;}
	
	.ai_04{padding: 12px;background-color: #F1F1F1; margin: 24px 0 0 0;}
	.ai_04 .box{width: 100%; margin: auto;display:block; margin-bottom: 24px;}
	.ai_04 .box img{width: 100%;height: auto;margin: 0!important; box-sizing: border-box;}
	.ai_04 .box:nth-child(odd) h2{text-align: left;}
	.ai_04 .box:nth-child(odd) p{text-align: left;}
	.ai_04 .box .box_note{flex: 1;}
	.ai_04 .box .box_note h2{margin: 16px 0;}
	
	.ai_05{padding: 16px 0 0 0;}
	.ai_05 p{text-align: center;}
	.ai_05 img{display: block;margin: 16px auto 48px auto; width: 100%;height: auto;}
	
	
	.indust{width: 100%; padding: 0 16px;box-sizing: border-box}
	.indust .title{color:#fff;}
	.indust .img{width: 100%; margin-left: auto; margin-right: auto}
	.indust .img img{width: 100%;}
	
	.indust .ind1{width: 100%; min-height: 200px; margin-left: auto; margin-right: auto; display: flex; flex-direction: row; justify-content: space-between; align-items: center}
	.indust .ind1 .item{width: 49%; min-height: 100px; position: relative; cursor: pointer; display: block;transform: scale(1);transition: .2s;}
	.indust .ind1 .item:hover{transform: scale(1.1);transition: .2s;}
	.indust .ind1 .item img{width: 100%;}
	.indust .ind1 .item .cn{position: absolute; bottom: 80px; left: 30px; font-size: 24px; color:#fff; font-weight: bold; letter-spacing: 2px}
	.indust .ind1 .item .more{position: absolute; bottom: 32px; left: 28px; font-size: 12px; color:#fff; border: 1px solid #fff; border-radius: 7px; padding: 0px 12px; line-height: 28px; text-align: center;}
	.indust .ind1 .item .more:hover{background: #fff; color: #333}
	
	.indust .ind1 .item2{width: 23%; min-height: 100px; position: relative; margin-top: 15px; cursor: pointer; display: block;transform: scale(1);transition: .2s;}
	.indust .ind1 .item2:hover{transform: scale(1.1);transition: .2s;}
	.indust .ind1 .item2 img{width: 100%;}
	.indust .ind1 .item2 .cn{position: absolute; bottom: 80px; left: 30px; font-size: 24px; color:#fff; font-weight: bold; letter-spacing: 2px}
	.indust .ind1 .item2 .more{position: absolute; bottom: 32px; left: 28px; font-size: 12px; color:#fff; border: 1px solid #fff; border-radius: 7px; padding: 0px 12px; line-height: 28px; text-align: center;}
	.indust .ind1 .item2 .more:hover{background: #fff; color: #333}
	
	
	.indust .t{width: 100%; line-height:32px; font-size:18px; margin-left: auto; margin-right: auto; margin-top: 12px; padding-bottom: 12px;font-weight: bold;}
	.indust .cases{width: 100%; margin-left: auto; margin-right: auto; display: block; flex-direction: row; justify-content: space-between; align-items: flex-start;}
	.indust .cases .cnt{width: 100%; overflow: hidden;}
	.indust .cases .cnt .c1{font-size: 16px; font-weight: bold; letter-spacing: 2px; overflow: hidden;}
	.indust .cases .cnt .chars{width: 100%; min-height: auto; margin-bottom: 16px; overflow: hidden; display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
	.indust .cases .cnt .chars:first-of-type{padding-top: 20px;}
	.indust .cases .cnt .chars .imgs{width: 40px; height: 40px;}
	.indust .cases .cnt .chars .imgs img{width: 100%;}
	.indust .cases .cnt .chars .infos{flex:1; min-height: auto; margin-left: 20px;}
	.indust .cases .cnt .chars .infos .t1{font-weight: bold; font-size: 16px; color:#000}
	.indust .cases .cnt .chars .infos .t2{ font-size: 14px; color:#666; line-height: 24px; margin-top: 5px;}
	
	.indust .cases .pic{width: 100%; padding-bottom: 32px;}
	.indust .cases .pic .img{width: 100%; height: auto; overflow: hidden;}
	.indust .cases .pic .img img{width: 100%;}
	.indust .cases .pic .p1{width: 100%; margin-top: 16px; font-size: 18px;}
	.indust .cases .pic .p2{width: 100%; font-size: 15px; margin-top: 15px; line-height: 28px;  color:#666;text-align: justify;}
	
	
	
	/* 本例子css */
	.slideBox_wap{ width:100%; height:auto; overflow:hidden; position:relative;}
	.slideBox_wap .hd{ height:15px; overflow:hidden; position:absolute; left:0px; bottom:5px; right: 0px; z-index:1; }
	.slideBox_wap .hd ul{display: flex;align-items: center;width: 100%;justify-content: center;}
	.slideBox_wap .hd ul li{ margin-right:6px;width:8px; height:8px; line-height:14px; text-align:center; background:#000; cursor:pointer; border-radius: 100px;opacity: .5;}
	.slideBox_wap .hd ul li.on{ background:#007aff; color:#000;opacity: 1;}
	.slideBox_wap .bd{ position:relative; height:100%; z-index:0;}
	.slideBox_wap .bd li{ zoom:1; vertical-align:middle; }
	.slideBox_wap .bd img{ width:100%; height:auto; display:block;}
		
	
	
	.smvWrapper h1{text-align: center;display: block;line-height: 30px;color: #000;padding:0;box-sizing: border-box;}
	.smvWrapper h1 strong{font-weight: bold;font-size: 16px;}
	.smvWrapper h1 p{font-size: 14px;font-weight: normal;}
	
	.slideTxtBox .hd{ height:32px; line-height:32px;border-bottom:1px solid #ddd;}
	.slideTxtBox .hd ul{display: flex;align-items: center;justify-content: space-between;}
	.slideTxtBox .hd ul li{ float:left; padding:0 8px; cursor:pointer;flex: 1;text-align: center;color: #000; font-size: 14px;font-weight: bold;}
	.slideTxtBox .hd ul li.on{ height:32px;background:#fff; border-bottom:1px solid #23aae2; background: rgba(35,170,226,.1);color: #23aae2;font-weight: bold;}
	
	.slideTxtBox .bd ul{display: grid;grid-template-columns: repeat(1,1fr);gap: 8px;padding: 12px 0; box-sizing: border-box;}
	.slideTxtBox .bd li{display: flex;align-items: center; margin-top: 16px;}
	.slideTxtBox .bd li img{width: 56px;height: auto;margin-right: 16px;}
	.slideTxtBox .bd li strong{font-size: 14px;color: #333;}
	.slideTxtBox .bd li p{font-size: 14px;color: #333; margin-top: 4px;line-height: 24px;}
	
	.smvWrapper_01{width:100%;padding: 0 16px 10px 16px;box-sizing: border-box;}
	.smvWrapper_01 .slideTxtBox{width: 100%;margin: 16px auto auto auto;}
	
	.smvWrapper_02{width:100%;padding:16px 16px 0 16px;margin: auto; box-sizing: border-box;}
	.smvWrapper_02 .box ul{display: grid;grid-template-columns: repeat(2,1fr);gap: 16px;}
	.smvWrapper_02 .box img{width: 56px;height: auto;display: block;margin: auto;}
	.smvWrapper_02 .box span{display: block;text-align: center;font-size: 16px;color: #333;font-weight: bold;}
	.smvWrapper_02 .box p{display: block;text-align: justify; margin-top: 12px;line-height: 21px;font-size: 14px;color: #333;}
	
	.smvWrapper_03{width: 100%; background:url(../image/49935686.jpg) no-repeat left bottom; background-size: 100% auto; margin-top: 24px;}
	.smvWrapper_03 .box{width: 100%;margin: auto;padding: 24px 16px;box-sizing: border-box;}
	.smvWrapper_03 .box h3{font-size: 20px;font-weight: normal;color: #23aae2;width: 100%;line-height: 24px;}
	.smvWrapper_03 .box h4{font-size: 14px;line-height: 24px;color: #333;font-weight: normal;width: 100%;text-align: justify; margin-top:12px;}
	.smvWrapper_03 .box span{border: 1px #23aae2 solid;color: #23aae2; margin-top: 16px;width: 100px;line-height: 32px;height: 32px;display: inline-block;text-align: center;cursor: pointer;font-size: 14px;}
	.smvWrapper_03 .box span:hover{background: #23aae2;color: #fff;}
	
	.smvWrapper_04{width: 100%;margin:16px auto 24px auto;}
	.smvWrapper_04 h3{font-size: 20px;font-weight: normal;width: 100%;line-height: 44px;text-align: center;}
	.smvWrapper_04 h3 span{color: #23aae2;}
	.picMarquee-left{ width:100%; overflow: hidden; margin-top: 16px;}
	.picMarquee-left .bd ul li{margin:0 4px; float:left; _display:inline; overflow:hidden; text-align:center;}
	.picMarquee-left .bd .tempWrap{width: 100%;}
	.picMarquee-left .bd ul li img{width: 200px;height: auto;}
	
	.smvWrapper_05{background: #F1F1F1; padding: 12px 16px 32px 16px;box-sizing: border-box;}
	.smvWrapper_05 .box{width: 100%;margin: auto;display: grid;grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 12px;}
	.smvWrapper_05 .box img{width: 100%;height: auto;}
	.smvWrapper_05 h1{padding: 12px 0;box-sizing: border-box;}
	.smvWrapper_05 h1 strong{font-weight: normal;font-size: 20px;}
	
	.smvWrapper_06{width: 100%;margin: 0 auto;box-shadow: 1px 1px 20px #eee;display: block;padding: 16px;box-sizing: border-box;}
	.smvWrapper_06:hover{box-shadow: 1px 1px 20px #ccc;}
	.smvWrapper_06 img{width: 100%;height: auto;}
	.smvWrapper_06 .box{text-align: left;flex: 1;padding-left: 0;}
	.smvWrapper_06 .box p{font-size: 14px;line-height: 32px;}
	.smvWrapper_06 .box p span{color: #23aae2;font-weight: bold;}
	.smvWrapper_06 h3{font-size: 20px;font-weight: normal;width: 100%;line-height: 24px;text-align: left;margin-bottom: 16px;}
	.smvWrapper_06 h3 span{color: #23aae2;}
		
		
		
	.mask_box{background: rgba(0,0,0,.6); position: fixed;left: 0;top: 0;right: 0;bottom: 0;margin: auto;display: flex;align-items: cener;justify-content: center;z-index: 1000;}
	.mask_box .manage{background: rgba(0,0,0,.95);  height: auto;margin: auto;color: #fff; width: 80%; padding: 16px 0;box-sizing: border-box;position: relative;}
	.mask_box .manage h1{font-size: 16px;color: #fff;display: block;text-align: center;font-weight: bold;line-height: 28px;}
	.mask_box .manage p{display: block;text-align: center;font-size: 11px; margin-top: 6px;opacity: .8; padding: 0 16px;box-sizing: border-box;}
	.mask_box .manage ul{padding: 0 16px;box-sizing: border-box;}
	.mask_box .manage ul li{margin-top: 8px;}
	.mask_box .manage ul li span{display: block;font-size: 12px;}
	.mask_box .manage ul li span:before{content: "*";color: #f00;}
	.mask_box .manage ul li input{background: rgba(255,255,255,.2);width: 100%;height: 30px;line-height: 30px;border: 0; margin-top: 8px;color: #fff;padding: 0 16px;box-sizing: border-box;font-size: 12px;}
	.mask_box .manage ul li textarea{background: rgba(255,255,255,.2);width: 100%;height: 80px;line-height: 32px;border: 0; margin-top: 8px;color: #fff;padding: 0 16px;box-sizing: border-box;font-size: 12px;}
	.mask_box .manage ul .code{position: relative;}
	.mask_box .manage ul .code img{background: #fff;padding: 6px;box-sizing: border-box; position: absolute;top: 32px;right: 8px;margin: auto;}
	.mask_box .manage button{background: #fff;width: 100%;border: 0;height: 32px;line-height: 32px;opacity: .8;font-size: 12px;cursor: pointer;}
	.mask_box .manage button:hover{opacity: 1;}
	.mask_box .manage strong{position: absolute;top: 20px;right: 20px;cursor: pointer;}
		
		
		
	/*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: 100%; 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: 0 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: 0px; 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;}		
		
	}



