@charset "UTF-8";
.menu {
    display: none;
}

.mobile_fade {
    display: none;
}

@media screen and (max-width: 1199px) {
    .fix-right {
        display: block;
    }
}

.list_add {
    overflow: hidden;
}

.list_add li {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.list_add li img {
    display: block;
    width: 100%;
}

.list_add li .m {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.list_add li .m p {
    font-size: 86px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

.list_add li .m span {
    display: block;
    font-size: 43px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.5;
}

.list_add li .m em {
    display: block;
    font-size: 15px;
    color: #fff;
    max-width: 520px;
    line-height: 1.5;
}

.fadein_form {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
}

.fadein_form .box {
    overflow: hidden;
    width: 460px;
    background: #f38f38;
    border-radius: 15px;
    padding: 50px 50px 30px 50px;
    position: relative;
}

.fadein_form .box .close {
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

.fadein_form .box .title {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}

.fadein_form .box .submit {
    overflow: hidden;
    width: 100%;
    height: 50px;
    font-weight: bold;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 25px;
    color: #f18b51;
}

.fadein_form .box .item {
    overflow: hidden;
    width: 100%;
}

.fadein_form .box .item .icon {
    display: flex;
    align-items: center;
    height: 60px;
}

.fadein_form .box .item .icon img {
    width: 30px;
    margin-right: 5px;
}

.fadein_form .box .item .icon span {
    font-size: 15px;
    color: #fff;
}

.fadein_form .box .item .sw {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fadein_form .box .item .sw select {
    width: 32%;
    height: 34px;
    border: none;
    outline: none;
    font-size: 13px;
    color: #666;
    margin-right: 5px;
    padding-left: 6px;
    background: #fff;
    border-radius: 4px;
}

.fadein_form .box .item .sw select:last-child {
    margin-right: 0;
}

.fadein_form .box .item textarea {
    width: 100%;
    height: 94px;
    resize: none;
    background: #fff;
    border-radius: 3px;
    font-size: 13px;
    color: #666;
    padding: 6px 12px;
    resize: none;
    box-sizing: border-box;
    outline: none;
    border: none;
}

.fadein_form .box .label {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.fadein_form .box .label img {
    display: block;
    width: 35px;
}

.fadein_form .box .label input {
    width: calc(100% - 40px);
    background: #fff;
    border: none;
    height: 34px;
    font-size: 13px;
    border-radius: 3px;
    color: #666;
    padding-left: 10px;
}

.fix-right {
    position: fixed;
    z-index: 106;
    right: 10px;
    top: 50%;
    width: 70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}

.fix-right-weixin{
	display: none;
	position: fixed;
	z-index: 106;
	right: 20px;
	top: 80%;
	width: 65px;
	height: 65px;
	background-color:#f38f38;
	border-radius: 25%;
    text-align: center;
}
.fix-right-weixin a{
	display: block;
	width: 65px;
	height: 65px;
    margin-top: 3px;
}
.fix-right-weixin div{
	margin-top: -4px;
	color:#fff;
}

.fix-right li {
    margin-bottom: 0px;
}

.fix-right li a {
    display: block;
    height: 70px;
    border-radius: 5px;
    padding-top: 5px;
    position: relative;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    overflow: hidden;
    border-radius: 0px;
}

.fix-right li:last-child a {
    height: auto;
}

.fix-right .ico {
    display: block;
    height: 30px;
    /* margin-bottom: 4px; */
    background-position: center;
    background-repeat: no-repeat;
}

.con .showIcon {
    transition: height 0.05s;
    -webkit-transition: height 0.05s;
    /* Safari */
}

.con:hover .showIcon {
    height: 0px !important;
}

.con .showIconphone {
    transition: height 0.05s;
    -webkit-transition: height 0.05s;
    /* Safari */
}

.con:hover .showIconphone {
    height: 0px !important;
}

.conicon:hover .backtopIcon {
    background-image: url(../images/tophover.png) !important;
}

.fenge {
    width: 90%;
    margin: auto;
    height: 1px;
    background: -webkit-linear-gradient(left, #fff -4%, #b5b5b5 50%, #fff 100%);
}

.fix-right .ico.iconfont {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.fix-right em {
    font-size: 22px;
    text-align: center;
    display: block;
    color: #fff;
    line-height: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 2px;
}

.fix-right li a.on {
    background-color: #f0872b;
}

.fix-right .chat {
    position: fixed;
    top: 0px;
    right: 100%;
    bottom: 0;
    line-height: 30px;
    display: none;
    color: #fff;
    width: 250px;
    height: 420px;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #f60;
    font-size: 17px;
}

.fix-right .apply {
    position: fixed;
    top: 0px;
    right: 100%;
    bottom: 0;
    line-height: 30px;
    display: none;
    color: #fff;
    width: 688px;
    height: 940px;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #f60;
    font-size: 17px;
}

.fix-right .tel {
    position: fixed;
    top: 0px;
    right: 100%;
    bottom: 0;
    line-height: 30px;
    display: none;
    color: #fff;
    width: 250px;
    height: 350px;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #f0872b;
    font-size: 17px;
}

.fix-right .qr {
    position: fixed;
    top: 0;
    right: 100%;
    margin-right: 5px;
    /* overflow: hidden;*/
    width: 250px;
    height: 540px;
    padding: 5px;
    background-color: #f0872b;
    border-radius: 5px;
    display: none;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}

.fix-right .qr img {
    width: 100%;
    display: block;
}

@media screen and (min-width: 1199px) {
    .fix-right .con:hover .qr {
        display: block;
    }
    .fix-right .con:hover .tel {
        display: block;
    }
    .fix-right .con:hover .chat {
        display: block;
    }
    .fix-right .con:hover .apply {
        display: block;
    }
    .fix-right .con:hover {
        background-color: #f0872b;
    }
}

.fix-right .go-top {
    display: none;
}

.fix-right a:focus {
    text-decoration: none;
}

.dot {
    width: 4px;
    display: block;
    margin: -1px auto;
    height: 4px;
    border-radius: 100%;
    background: #ede7e7;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}


/* 弹出框样式*/

#fullbg {
    background-color: #000;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    z-index: 2000;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

#dialog {
    /* transform: translate(-50%,-50%); */
    /* left: 50%; */
    /* padding: 1px; */
    position: fixed !important;
    /* 浮动对话框 */
    position: absolute;
    /* top: 50%; */
    width: 1024px;
    height: 655px;
    z-index: 2002;
    border-radius: 5px;
    display: none;
}

#dialog p {
    margin: 0 0 12px;
    height: 24px;
    line-height: 24px;
    background: #CCCCCC;
}

#dialog p.close {
    text-align: right;
    padding-right: 10px;
}

#dialog p.close a {
    color: #fff;
    text-decoration: none;
}

.fadein_video {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 999;
}

.fadein_video .box {
    width: 960px;
    max-width: 80%;
    position: relative;
}

.fadein_video .box video {
    width: 100%;
}

.fadein_video .box span {
    z-index: 999;
}

.content {
    overflow: hidden;
    width: 100%;
}

.content .header {
    width: 100%;
    height: 93px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.content .header .m {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .header .m .logo {
    display: block;
    width: 180px;
}

.content .header .m ul {
    height: 100%;
    display: flex;
    align-items: center;
}

.content .header .m ul li {
    height: 100%;
    position: relative;
}

.content .header .m ul li:hover div {
    opacity: 1;
    top: 80%;
    visibility: initial;
}

.content .header .m ul li div {
    width: 190px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 110%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    padding: 15px 10px;
}

.content .header .m ul li div a {
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 2.5;
    transition: all .1s;
}

.content .header .m ul li>a {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 0 15px;
    justify-content: center;
    transition: all .1s;
    color: #444;
}

.content .header .m ul li>a img {
    width: 15px;
    margin-left: 6px;
}

.content .main_cases {
    overflow: hidden;
    width: 100%;
    background: #F5F7F8;
    padding: 40px 0 76px 0;
}

.content .main_cases .ms {
    width: 1570px;
    margin: 0 auto;
    background: #fff;
    margin-top: 43px;
    display: flex;
    flex-wrap: wrap;
}

.content .main_cases .ms li {
    overflow: hidden;
    width: 25%;
    position: relative;
    border-right: 1px solid #F5F7F8;
}

.content .main_cases .ms li:hover a img {
    transform: scale(1.08);
}

.content .main_cases .ms li a {
    display: block;
    padding: 40px 10% 25px 10%;
    box-sizing: border-box;
    cursor: default;
}

.content .main_cases .ms li a img {
    display: block;
    transition: all .3s;
    width: 100%;
    border-radius: 3px;
}

.content footer {
    width: 100%;
    box-sizing: border-box;
    padding: 35px 0;
    background: #F37800;
}

.content footer span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    opacity: 0.8;
    line-height: 2;
}

.content footer span a {
    color: #fff;
    margin: 0 3px;
}

.content .main_case_list {
    overflow: hidden;
    width: 100%;
}

.content .main_case_list ul {
    overflow: hidden;
}

.content .main_case_list ul li {
    overflow: hidden;
    background: #F2F2F2;
}

.content .main_case_list ul li:nth-child(even) {
    background: #fff;
}

.content .main_case_list ul li:nth-child(even) .m {
    flex-direction: row-reverse;
}

.content .main_case_list ul li .m {
    padding: 100px 0;
    margin: 0 auto;
    width: 1200px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .main_case_list ul li .m img {
    width: 45%;
}

.content .main_case_list ul li .m div {
    overflow: hidden;
    width: 45%;
}

.content .main_case_list ul li .m div p {
    font-size: 25px;
    color: #f18e36;
    font-weight: bold;
    margin-bottom: 20px;
}

.content .main_case_list ul li .m div span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #f18e36;
    line-height: 1.78;
}

.content .data_downs {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background: #EC6F28;
}

.content .data_downs .md {
    overflow: hidden;
}

.content .data_downs .md p {
    text-align: center;
    font-size: 39px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.content .data_downs .md div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .data_downs .md div a {
    display: flex;
    align-items: center;
    font-size: 23px;
    color: #fff;
}

.content .data_downs .md div a img {
    display: block;
    margin-right: 10px;
    width: 20px;
}

.content .data_downs .md div span {
    font-size: 23px;
    color: #fff;
    margin-left: 10px;
}

.content .main_down_slide {
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 80px 0;
    display: none;
}

.content .on {
    display: block;
}

.content .main_down_slide .m {
    width: 1200px;
    margin: 0 auto;
}

.content .main_down_slide .m .title {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #ff7200;
    font-weight: bold;
}

.content .main_down_slide .m .des {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #EC6F28;
    margin: 40px 0;
}

.content .main_down_slide .m ul {
    overflow: hidden;
}

.content .main_down_slide .m ul li {
    overflow: hidden;
}

.content .main_down_slide .m ul li.on .line img {
    transform: rotate(180deg);
}

.content .main_down_slide .m ul li.on .child {
    display: block;
}

.content .main_down_slide .m ul li .child {
    overflow: hidden;
    padding: 30px;
    display: none;
    font-size: 14px;
    line-height: 2;
    color: #959595;
}

.content .main_down_slide .m ul li .child b {
    font-weight: bold;
    color: #666666
}

.content .main_down_slide .m ul li .line {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .1s;
    justify-content: space-between;
}

.content .main_down_slide .m ul li .line:hover {
    background: #F1F1F1;
}

.content .main_down_slide .m ul li .line .dotx {
    display: flex;
    align-items: center;
}

.content .main_down_slide .m ul li .line .dotx div {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #EC6F28;
    margin-right: 10px;
}

.content .main_down_slide .m ul li .line .dotx span {
    font-size: 16px;
    color: #000;
}

.content .main_down_slide .m ul li .line p {
    font-size: 15px;
    color: #000;
}

.content .main_down_slide .m ul li .line img {
    width: 15px;
    transition: all .1s;
}

.content .data_downbox {
    overflow: hidden;
    width: 100%;
    background: #f1f1f1;
    padding: 60px 100px;
}

.content .data_downbox .m {
    width: 1200px;
    margin: 0 auto;
}

.content .data_downbox .m .fadein {
    overflow: hidden;
}

.content .data_downbox .m .fadein .item {
    width: 33.33%;
    overflow: hidden;
}

.content .data_downbox .m .fadein .item ul {
    display: none;
    overflow: hidden;
}

.content .data_downbox .m .fadein .item ul.on {
    display: block;
}

.content .data_downbox .m .fadein .item ul li {
    margin-top: 10px;
    overflow: hidden;
}

.content .data_downbox .m .fadein .item ul li.on div {
    display: flex;
}

.content .data_downbox .m .fadein .item ul li.on p {
    color: #EC6F28;
}

.content .data_downbox .m .fadein .item ul li p {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
    color: #959595;
}

.content .data_downbox .m .fadein .item ul li div {
    overflow: hidden;
    width: 122px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #959595;
    transition: all .2s;
    display: none;
    height: 40px;
}

.content .data_downbox .m .fadein .item ul li div:hover {
    background: #ff7200;
    border: 1px solid #ff7200;
}

.content .data_downbox .m .fadein .item ul li div:hover a {
    color: #fff;
}

.content .data_downbox .m .fadein .item ul li div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 17px;
    color: #959595;
}

.content .data_downbox .m .tab {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.content .data_downbox .m .tab li {
    overflow: hidden;
    width: 20%;
    border-bottom: 5px solid #cecece;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.content .data_downbox .m .tab li a {
    display: block;
    padding: 35px 0;
    color: #333;
}

.content .data_downbox .m .tab li.on {
    border-bottom: 5px solid #EC6F28;
}

.content .data_downbox .m .head {
    overflow: hidden;
}

.content .data_downbox .m .head p {
    font-size: 20px;
    color: #666;
    font-weight: bold;
    margin-bottom: 29px;
}

.content .data_downbox .m .head span {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #959595;
}

.content .main_case_list_info {
    overflow: hidden;
    width: 100%;
}

.content .main_case_list_info ul {
    overflow: hidden;
}

.content .main_case_list_info ul li {
    overflow: hidden;
    background: #F2F2F2;
}

.content .main_case_list_info ul li:nth-child(even) {
    background: #fff;
}

.content .main_case_list_info ul li:nth-child(even) .m {
    flex-direction: row-reverse;
}

.content .main_case_list_info ul li:hover .m div p {
    color: #F28E36;
}

.content .main_case_list_info ul li .m {
    padding: 50px 0;
    margin: 0 auto;
    width: 1200px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .main_case_list_info ul li .m img {
    width: 45%;
}

.content .main_case_list_info ul li .m div {
    overflow: hidden;
    width: 45%;
}

.content .main_case_list_info ul li .m div p {
    font-size: 20px;
    color: #666;
    transition: all .1s;
    margin-bottom: 20px;
}

.content .main_case_list_info ul li .m div span {
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #5c5c5c;
    line-height: 1.78;
}

.content .main_case_info {
    width: 100%;
    background: #F2F2F2;
    padding: 70px 0;
    position: relative;
}

.content .main_case_info .title {
    width: 227px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 16px;
    border: 1px solid #E1E0DE;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    color: #F37800;
}

.content .main_case_info .m {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content .main_case_info .m li {
    overflow: hidden;
    width: 32%;
    background: #fff;
    padding: 35px 15px;
    margin-right: 1.5%;
}

.content .main_case_info .m li:nth-child(3n) {
    margin-right: 0;
}

.content .main_case_info .m li p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    color: #F37800;
    font-weight: 300;
}

.content .main_case_info .m li span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #959595;
    font-weight: 300;
    line-height: 1.5;
}

.content .nulls {
    height: 93px;
}

.content .desbanner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    background: #EC6F28;
    font-size: 33px;
    color: #fff;
    font-weight: bold;
}

.content .main_product_ted {
    width: 100%;
    background: #F2F2F2;
    padding: 70px 0;
    position: relative;
}

.content .main_product_ted .title {
    width: 227px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 16px;
    border: 1px solid #E1E0DE;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    color: #F37800;
}

.content .main_product_ted .m {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content .main_product_ted .m li {
    overflow: hidden;
    width: 15%;
    background: #fff;
    padding: 35px 10px;
    transition: all 0.3s;
}

.content .main_product_ted .m li:hover {
    transform: translateY(-10px);
}

.content .main_product_ted .m li img {
    display: block;
    height: 74px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.content .main_product_ted .m li p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: #F37800;
}

.content .main_product_ted .m li span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 1.5;
}

.content .main_product_video {
    overflow: hidden;
    padding-bottom: 125px;
}

.content .main_product_video .m {
    width: 1200px;
    margin: 0 auto;
}

.content .main_product_video .m .label {
    overflow: hidden;
}

.content .main_product_video .m .label p {
    font-size: 16px;
    color: #ec6f28;
    padding: 25px 0;
}

.content .main_product_video .m .label ul {
    display: flex;
    flex-wrap: wrap;
}

.content .main_product_video .m .label ul li {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 25px;
}

.content .main_product_video .m .label ul li:hover .pic .p {
    transform: scale(1.03);
}

.content .main_product_video .m .label ul li:hover .pic .play {
    transform: translate(-50%, -50%) scale(1);
}

.content .main_product_video .m .label ul li span {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    color: #666;
}

.content .main_product_video .m .label ul li .pic {
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    height: 208px;
    overflow: hidden;
    position: relative;
}

.content .main_product_video .m .label ul li .pic .p {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.content .main_product_video .m .label ul li .pic .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    transition: all .3s;
    cursor: pointer;
    z-index: 999;
    width: 50px;
}

.content .main_product {
    overflow: hidden;
    padding: 75px 0 100px 0;
}

.content .main_product .m {
    width: 1200px;
    margin: 0 auto;
}

.content .main_product .m .head {
    overflow: hidden;
}

.content .main_product .m .head p {
    text-align: center;
    font-size: 36px;
    color: #98ca67;
    font-weight: bold;
    margin-bottom: 60px;
}

.p12 {
    color: #ebad5c !important;
}

.p13 {
    color: #69bead !important;
}

.p14 {
    color: #f76660 !important;
}

.content .main_product .m .head span {
    display: block;
    font-size: 16px;
    color: #5c5c5c;
    line-height: 1.8;
}

.content .main_product .m ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.content .main_product .m ul li {
    overflow: hidden;
    width: 33.33%;
    padding: 56px 15px 0;
}

.content .main_product .m .ul13 li,
.content .main_product .m .ul14 li {
    width: 25%;
}
.content .main_product .m .ul13 li:nth-child(5),
.content .main_product .m .ul13 li:nth-child(6),
.content .main_product .m .ul13 li:nth-child(7) {
    width: 33.33%;
}

.content .main_product .m ul li img {
    display: block;
    width: 168px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.content .main_product .m ul li p {
    font-size: 20px;
    margin-bottom: 35px;
    color: #98ca67;
    text-align: center;
    font-weight: bold;
}

.content .main_product .m ul li span {
    display: block;
    font-size: 16px;
    color: #5c5c5c;
    line-height: 1.5;
    min-height: 154px;
}

.content .main_product .m .ul14 li span {
    min-height: 216px;
}

.content .main_product .m ul li .btn {
    overflow: hidden;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #797979;
}

.content .main_product .m ul li .btn:hover a {
    color: #E0841F;
}

.content .main_product .m ul li .btn a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all .1s;
    color: #797979;
}

.content .main_videos {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100vh;
}

.content .main_videos video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .main_videos .btn {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 160px;
    z-index: 99;
    width: 100%;
}

.content .main_videos .btn div {
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    height: 52px;
    width: 192px;
    transition: all .2s;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    margin: 0 10px;
	color:#FFF;
}

.content .main_videos .btn div:hover {
    border: 1px solid #f18e36;
	background-color:#f18e36;
}

.content .main_videos .btn div img {
    width: 24px;
}

.content .main_videos .btn div span {
    font-size: 16px;
    margin-left: 10px;
    color: #fff;
}

.content .footer {
    overflow: hidden;
    width: 100%;
    background: #F39801;
    padding: 32px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.content .footer .contact {
    overflow: hidden;
    border-left: 1px solid #fff;
    padding: 0 20px;
}

.content .footer .contact ul {
    overflow: hidden;
}

.content .footer .contact ul li {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.content .footer .contact .code {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.content .footer .contact .code div {
    overflow: hidden;
    margin: 0 13px;
}

.content .footer .contact .code div img {
    display: block;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.content .footer .contact .code div span {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.content .footer .link {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.content .footer .link ul {
    overflow: hidden;
    padding: 0 25px;
}

.content .footer .link ul li {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
}

.content .footer .link ul li:first-child {
    margin-bottom: 15px;
}

.content .footer .link ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 45px;
}

.content .main_hz {
    overflow: hidden;
    background: #fff;
    padding: 36px 0 50px 0;
}

.content .main_hz .ms {
    width: 1570px;
    margin: 0 auto;
}

.content .main_hz .ms img {
    display: block;
    margin-top: 20px;
    width: 100%;
}

.content .main_news {
    overflow: hidden;
    width: 100%;
    background: #f5f7f8;
    padding: 40px 0;
}

.content .main_news .ms {
    width: 1570px;
    margin: 0 auto;
}

.content .main_news .ms .more {
    width: 296px;
    height: 42px;
    margin: 0 auto;
    background: #000;
    font-size: 16px;
    color: #fff;
    transition: all .2s;
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}

.content .main_news .ms .more a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s;
}

.content .main_news .ms .more:hover {
    background: #FF6600;
    transform: translateY(-5px);
}

.content .main_news .ms .more:hover a {
    color: #fff;
}

.content .main_news .ms ul {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.content .main_news .ms ul li {
    overflow: hidden;
    width: 33.33%;
    border-right: 1px solid #F5F7F8;
    border-bottom: 1px solid #F5F7F8;
    position: relative;
}

.content .main_news .ms ul li:nth-child(n+7) {
    display: none;
}

.content .main_news .ms ul li:hover a .pic div p {
    color: #ec6f28;
}

.content .main_news .ms ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 10% 25px 10%;
    font-size: 12px;
}

.content .main_news .ms ul li a span {
    display: block;
    font-size: 16px;
    color: #5c5c5c;
    line-height: 1.8;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content .main_news .ms ul li a .pic {
    display: flex;
    align-items: flex-start;
}

.content .main_news .ms ul li a .pic img {
    width: 137px;
    display: block;
    border-radius: 6px;
	height:82px;
}

.content .main_news .ms ul li a .pic div {
    overflow: hidden;
    width: calc(100% - 137px);
    padding-left: 10px;
}

.content .main_news .ms ul li a .pic div p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.content .main_news .ms ul li a .date {
    display: inline-block;
    border-bottom: #fac9a7 2px solid;
    height: 30px;
    line-height: 30px;
    color: #878787;
    font-size: 16px;
    margin-bottom: 25px;
}

.content .tong_title {
    font-size: 33px;
    color: #000;
    text-align: center;
}

.content .banner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.content .banner img {
    display: block;
    width: 100%;
}

.content .video_box {
    width: 100%;
    position: relative;
}

.content .video_box .w {
    position: absolute;
    /* right: 300px; */
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.content .video_box .w div {
    width: 130px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #000;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

}

.content .video_box .w span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #F38F38;
}

.content .main_case {
    overflow: hidden;
    width: 100%;
    padding: 65px 0;
}

.content .main_case .m {
    width: 1200px;
    margin: 0 auto;
}

.content .main_case .m .fadein {
    overflow: hidden;
}

.content .main_case .m .fadein ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.content .main_case .m .fadein ul li {
    overflow: hidden;
    width: 50%;
}

.content .main_case .m .fadein ul li:hover a div p,
.content .main_case .m .fadein ul li:hover a div span {
    color: #ec6f28;
}

.content .main_case .m .fadein ul li a {
    justify-content: space-between;
    display: flex;
    min-height: 200px;
    align-items: flex-start;
    padding: 30px 15px 0;
    box-sizing: border-box;
}

.content .main_case .m .fadein ul li a img {
    width: 100px;
}

.content .main_case .m .fadein ul li a div {
    overflow: hidden;
    width: calc(100% - 125px);
}

.content .main_case .m .fadein ul li a div p {
    font-size: 25px;
    color: #666;
    margin-bottom: 10px;
    line-height: 34px;
}

.content .main_case .m .fadein ul li a div span {
    display: block;
    font-size: 13px;
    color: #5c5c5c;
    line-height: 1.6;
}

.content .main_case .m .tab {
    overflow: hidden;
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
}

.content .main_case .m .tab span {
    width: 4px;
    height: 36px;
    margin: 0 10px;
    background: #666;
}

.content .main_case .m .tab div {
    font-size: 33px;
    color: #666;
    cursor: pointer;
}

.content .main_case .m .tab div.on {
    color: #ec6f28;
}

.pagelist {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 0;
}

.pagelist p {
    font-size: 13px;
    color: #333;
    margin-right: 8px;
}

.pagelist a {
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 5px;
    min-width: 30px;
    background: #f39801;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    margin: 0 2px;
}

.main_sys {
    overflow: hidden;
    width: 100%;
    padding: 60px 0;
}

.main_sys .m {
    width: 1200px;
    margin: 0 auto;
}

.main_sys .m .fadein {
    overflow: hidden;
}

.main_sys .m .fadein ul {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.main_sys .m .fadein ul li {
    overflow: hidden;
    width: 32%;
    margin-top: 20px;
    margin-right: 1.5%;
}

.main_sys .m .fadein ul li:nth-child(3n) {
    margin-right: 0;
}

.main_sys .m .fadein ul li:hover .pic .p {
    transform: scale(1.03);
}

.main_sys .m .fadein ul li:hover .pic .play {
    transform: translate(-50%, -50%) scale(1);
}

.main_sys .m .fadein ul li .pic {
    width: 100%;
    height: 188px;
    position: relative;
    overflow: hidden;
}

.main_sys .m .fadein ul li .pic .p {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}

.main_sys .m .fadein ul li .pic .play {
    width: 50px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center center;
    transform: translate(-50%, -50%) scale(0);
    transition: all .3s;
    z-index: 999;
}

.main_sys .m .fadein ul li span {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
    color: #959595;
}

.main_sys .m .nav {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 23px;
}

.main_sys .m .nav div {
    width: 176px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 20px;
    background: #fff;
    border: 3px solid #F38F38;
}

.main_sys .m .nav div.on {
    background: #F38F38;
    color: #fff;
}

.main_sys .m .search {
    overflow: hidden;
    width: 400px;
    background: #F38F38;
    margin-top: 25px;
    float: right;
    border-radius: 3px;
    height: 50px;
    display: flex;
    padding: 3px;
}

.main_sys .m .search input {
    width: 340px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    font-size: 13px;
    color: #666;
    padding-left: 10px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.main_sys .m .search div {
    width: calc(100% - 340px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
}

.main_sys .m .head {
    overflow: hidden;
}

.main_sys .m .head p {
    display: inline-block;
    font-size: 22px;
    color: #EC6F28;
    line-height: 38px;
    position: relative;
    font-weight: bold;
}

.main_sys .m .head p::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #E7E7E7;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main_sys .m .head span {
    display: block;
    font-size: 16px;
    color: #959595;
    line-height: 1.5;
    margin-top: 18px;
}

.main_about_box {
    overflow: hidden;
    width: 100%;
}

.main_about_box .m {
    width: 1200px;
    margin: 0 auto;
}

.main_about_box .m .fot_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main_about_box .m .fot_list .lab {
    overflow: hidden;
    width: 18%;
    background: #F7F7F7;
    padding: 20px 10px 30px 10px;
    margin-bottom: 20px;
}

.main_about_box .m .fot_list .lab img {
    display: block;
    margin: 0 auto;
    height: 96px;
    margin-bottom: 22px;
}

.main_about_box .m .fot_list .lab span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 1.8;
}

.main_about_box .m .send {
    overflow: hidden;
    width: 548px;
    margin: 0 auto;
    padding: 50px 0 70px 0;
}

.main_about_box .m .send .title {
    text-align: center;
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
    font-weight: bold;
}

.main_about_box .m .send .input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(111, 121, 122, 0.3);
    outline: none;
    font-size: 13px;
    margin-bottom: 10px;
    color: #666;
    padding-left: 10px;
}

.main_about_box .m .send .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.main_about_box .m .send .bot .btn {
    overflow: hidden;
    width: 78px;
    height: 40px;
    background: #EC6F28;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
}

.main_about_box .m .send .bot .fl {
    display: flex;
    align-items: center;
}

.main_about_box .m .send .bot .fl span {
    cursor: pointer;
    font-size: 14px;
    color: #333;
    margin-left: 2px;
}

.main_about_box .m .send .bot .fl input {
    width: 178px;
    height: 40px;
    border: 1px solid rgba(111, 121, 122, 0.3);
    outline: none;
    font-size: 12px;
    color: #666;
    padding-left: 10px;
    margin-right: 10px;
}

.main_about_box .m .send textarea {
    width: 100%;
    height: 100px;
    border: 1px solid rgba(111, 121, 122, 0.3);
    outline: none;
    font-size: 13px;
    margin-bottom: 10px;
    color: #666;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
}

.main_about_box .m .send .lab {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.main_about_box .m .send .lab p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.44);
}

.main_about_box .m .send .lab select {
    width: 115px;
    height: 34px;
    outline: none;
    padding-left: 15px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.44);
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.main_about_box .m .send .lab select:last-child {
    margin-right: 0;
}

.main_about_box .m .send .lab ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
}

.main_about_box .m .send .lab ul li {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 5px;
}

.main_about_box .m .send .lab ul li.on div::after {
    content: '';
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: #EF7E29;
}

.main_about_box .m .send .lab ul li div {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.main_about_box .m .send .lab ul li span {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.44);
    margin-left: 3px;
}

.mt-radio {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.44);
    font-size: 14px;
}

.mt-radio-inline {
    display: flex;
}

.mt-radio-inline .mt-radio {
    display: inline-block;
    margin-right: 5px;
}

.main_about_box .m .join {
    overflow: hidden;
    padding: 20px 0 0 0;
}

.main_about_box .m .join .title {
    text-align: center;
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
    font-weight: bold;
}

.main_about_box .m .join .des {
    display: block;
    font-size: 14px;
    margin-top: 22px;
    color: #666;
}

.main_about_box .m .join ul {
    overflow: hidden;
}

.main_about_box .m .join ul li {
    overflow: hidden;
    margin-top: 5px;
}

.main_about_box .m .join ul li.on .line img {
    transform: rotate(180deg);
}

.main_about_box .m .join ul li.on .child {
    display: block;
}

.main_about_box .m .join ul li .child {
    overflow: hidden;
    display: none;
    font-size: 14px;
    color: #666;
    line-height: 2;
    padding-left: 10px;
}

.main_about_box .m .join ul li .line {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F7F7F7;
    height: 36px;
    padding: 0 10px;
    cursor: pointer;
}

.main_about_box .m .join ul li .line.on img {
    transform: rotate(180deg);
}

.main_about_box .m .join ul li .line img {
    width: 13px;
    transition: all .2s;
}

.main_about_box .m .join ul li .line p {
    font-size: 14px;
    color: #000;
}

.main_about_box .m .about {
    overflow: hidden;
    padding: 20px 0 0 0;
    font-size: 14px;
    color: #959595;
    line-height: 1.8;
}

.main_about_box .m .about .title {
    text-align: center;
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
    font-weight: bold;
}

.main_about_box .m .about ul {
    display: flex;
    justify-content: space-between;
}

.main_about_box .m .about ul li {
    width: 32%;
    margin-top: 15px;
}

.main_about_box .m .about ul li img {
    display: block;
    width: 100%;
}

.main_about_box .m .about>img {
    display: block;
    width: 100%;
    margin-top: 15px;
}

.main_news_info {
    width: 850px;
    margin: 0 auto;
    padding: 30px 0;
}

.main_news_info .page {
    overflow: hidden;
    margin-top: 30px;
}

.main_news_info .page a {
    display: block;
    font-size: 12px;
    padding: 5px 0;
    color: #333;
}

.main_news_info .child {
    overflow: hidden;
    padding: 30px 0;
    font-size: 14px;
    line-height: 2;
    color: #959595;
}

.main_news_info .child img {
    max-width: 100%;
}

.main_news_info .head {
    overflow: hidden;
}

.main_news_info .head h1 {
    font-size: 24px;
    color: #666;
    text-align: center;
    margin-bottom: 10px;
}

.main_news_info .head p {
    display: block;
    font-size: 14px;
    color: #9a9a9a;
    text-align: center;
}

.shenming,
.shenming a,
.tags,
.tags a {
    font-size: 13px;
    color: #959595;
}

.main_news_list {
    overflow: hidden;
    padding-top: 30px;
    width: 100%;
}

.main_news_list .m {
    width: 1200px;
    margin: 0 auto;
}

.main_news_list .m li {
    overflow: hidden;
    border-bottom: 3px solid #999999;
}

.main_news_list .m li a {
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    box-sizing: border-box;
}

.main_news_list .m li a .grow {
    overflow: hidden;
    width: calc(100% - 300px - 50px);
}

.main_news_list .m li a .grow p {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

.main_news_list .m li a .grow span {
    display: block;
    font-size: 16px;
    color: #9a9a9a;
    margin-bottom: 25px;
}

.main_news_list .m li a .grow em {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.main_news_list .m li a .grow .btn {
    overflow: hidden;
    width: 108px;
    height: 38px;
    background: #EC6F28;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    font-size: 14px;
    color: #fff;
}

.main_news_list .m li a .pic {
    width: 300px;
}

.main_news_list .m li a .pic img {
    display: block;
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.fadein_code {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.fadein_code div {
    overflow: hidden;
    position: relative;
    width: 460px;
    border-radius: 16px;
    background: #F18B51;
    padding: 50px;
}

.fadein_code div .close {
    cursor: pointer;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}

.fadein_code div .p {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.fadein_code div p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 58px;
}

.fadein_code div span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}


/*分页*/

.diypage {
    text-align: center;
    padding: 5px;
    padding: 50px 0;
}

.diypage ul.pagination {
    width: auto!important;
}

.diypage ul.pagination li {
    display: inline
}

.diypage ul.pagination li a {
    display: inline-block;
    background-color: #fff;
    border: 0 none;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 5px;
    text-decoration: none;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e3e3e3;
    padding: 0 8px;
    color: #f39801
}

.diypage ul.pagination li a:hover {
    background-color: #f39801;
    color: #FFF
}

.diypage ul.pagination li a:active {
    background-color: #f39801;
    color: #FFF
}

.diypage ul.pagination li.active a {
    background-color: #f39801;
    border: 0 none;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #f39801;
}

.diypage ul.pagination li.disabled a {
    border: #eee 1px solid;
    margin: 2px;
    color: #ddd
}


/*分页*/

@media (max-width: 1700px) {
    .ms {
        width: 90% !important;
    }
}

@media (max-width: 1300px) {
    .m {
        width: 90% !important;
    }
}

@media (max-width: 1000px) {
    .m {
        width: 100% !important;
    }
    .content .header .m ul {
        display: none;
    }
    .ms {
        width: 100% !important;
    }
    .content .header .m {
        padding: 0 .3rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .content .header .m .logo {
        width: 1.8rem;
    }
    .menu {
        display: block;
        width: .6rem;
    }
    .nullx {
        height: 1rem;
    }
    .content .header {
        height: 1rem;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
    .content .main_case {
        padding: .6rem .3rem;
    }
    .content .main_case .m .tab div {
        font-size: .34rem;
    }
    .content .main_case .m .tab span {
        height: .5rem;
    }
    .content .main_case .m .fadein ul li {
        width: 100%;
    }
    .content .main_case .m .fadein ul li a {
        padding: .4rem 0;
    }
    .content .main_case .m .fadein ul li a img {
        width: 1.6rem;
    }
    .content .main_case .m .fadein ul li a div {
        width: calc(100% - 2rem);
    }
    .content .main_case .m .fadein ul li a div p {
        font-size: .3rem;
        margin-bottom: .1rem;
    }
    .content .main_case .m .fadein ul li a div span {
        font-size: .26rem;
    }
    .content .video_box .w {
        /* display: none; */
    }
    .content .main_news {
        background: #fff;
        padding: .6rem .3rem;
    }
    .content .tong_title {
        font-size: .36rem;
    }
    .content .main_news .ms ul li {
        width: 100%;
        border-right: none;
    }
    .content .main_news .ms ul li a {
        padding: .3rem 0;
    }
    .content .main_cases {
        padding: .6rem 0;
    }
    .content .main_cases .ms {
        margin-top: .6rem;
        background: none;
    }
    .nulls {
        height: 1rem !important;
    }
    .content .main_cases .ms li {
        width: 100%;
        margin-bottom: .3rem;
    }
    .content .main_cases .ms li a {
        padding: 0 .3rem;
    }
    .content .footer {
        display: none;
    }
    .content footer {
        padding: .5rem .3rem;
        box-sizing: border-box;
    }
    .content footer span {
        font-size: .2rem;
    }
    .content .desbanner {
        height: 3rem;
        font-size: .33rem;
    }
    .main_about_box .m .about {
        padding: .6rem .3rem;
        padding-bottom: 0;
    }
    .main_about_box .m .about ul {
        flex-wrap: wrap;
    }
    .main_about_box .m .about ul li {
        width: 100%;
        margin: 0;
        margin-top: .2rem;
    }
    .main_about_box .m .join {
        padding: .3rem;
    }
    .main_about_box .m .send {
        width: 100%;
        padding: .3rem;
    }
    .main_about_box .m .send .lab ul li {
        padding: .05rem 0;
    }
    .main_about_box .m .send .lab {
        display: block;
    }
    .main_about_box .m .send .lab p {
        margin-bottom: .2rem;
    }
    .main_about_box .m .fot_list {
        display: block;
        width: 100%;
        padding: .3rem;
    }
    .main_about_box .m .fot_list .lab {
        width: 100%;
        margin-bottom: .2rem;
    }
    .content .main_case_list_info ul li {
        background: #fff;
    }
    .content .main_case_list ul li {
        background: #fff;
    }
    .content .main_case_list ul li .m div p {
        font-size: .33rem;
    }
    .content .main_case_list ul li .m {
        padding: .3rem;
        display: block;
    }
    .content .main_case_list ul li .m img {
        display: block;
        margin-bottom: .2rem;
        width: 100%;
    }
    .content .main_case_list ul li .m div {
        width: 100%;
        padding: .3rem 0;
    }
    .content .main_case_list_info ul li .m {
        padding: .3rem;
        display: block;
    }
    .content .main_case_list_info ul li .m img {
        display: block;
        width: 100%;
    }
    .content .main_case_list_info ul li .m div {
        width: 100%;
        padding: .3rem 0;
    }
    .content .main_case_info {
        padding: .6rem .3rem;
        display: block;
    }
    .content .main_case_info .m {
        display: block;
        padding: 0;
    }
    .content .main_case_info .m li {
        width: 100%;
        margin-top: .2rem;
    }
    .content .data_downs {
        height: 3rem;
    }
    .content .data_downs .md p {
        font-size: .33rem;
        margin-bottom: .2rem;
    }
    .content .data_downs .md div a {
        font-size: .26rem;
    }
    .content .data_downs .md div span {
        font-size: .26rem;
    }
    .content .data_downbox {
        padding: .6rem .3rem;
    }
    .content .data_downbox .m .head p {
        font-size: .33rem;
        margin-bottom: .3rem;
    }
    .content .data_downbox .m .tab li {
        width: 50%;
        padding: .3rem 0;
        font-size: .3rem;
        border-bottom: 2px solid #cecece;
    }
    .content .data_downbox .m .tab li.on {
        border-bottom: 2px solid #EC6F28;
    }
    .content .data_downbox .m .fadein .item {
        width: 100%;
    }
    .content .main_down_slide {
        padding: .6rem .3rem;
    }
    .content .main_down_slide .m .title {
        font-size: .33rem;
    }
    .main_news_info {
        width: 100%;
        padding: .6rem .3rem;
    }
    .main_news_info .head p {
        font-size: .3rem;
    }
    .main_news_info .head span {
        font-size: .24rem;
    }
    .main_news_info .page a {
        font-size: .24rem;
    }
    .main_news_list .m li a {
        display: block;
        padding: .5rem .3rem;
    }
    .main_news_list .m li a .pic {
        width: 100%;
    }
    .main_news_list .m li a .grow {
        width: 100%;
        padding: .3rem 0;
    }
    .content .main_videos {
        height: 6rem;
    }
    .content .main_videos .btn {
        bottom: .5rem;
    }
    .content .main_videos .btn div {
        width: 2.8rem;
    }
    .content .main_videos .btn div span {
        font-size: .26rem;
    }
    .content .main_product {
        padding: .6rem .3rem;
    }
    .content .main_product .m .head p {
        font-size: .33rem;
        margin-bottom: .2rem;
    }
    .content .main_product .m .head span {
        font-size: .25rem;
    }
    .content .main_product .m ul {
        justify-content: space-between;
    }
    .content .main_product .m ul li,
    .content .main_product .m .ul13 li,
    .content .main_product .m .ul14 li {
        width: 49%;
        margin: 0;
        margin-top: .3rem;
        padding: 0;
    }
    .content .main_product .m ul li img {
        width: 50%;
    }
    .content .main_product .m ul li p {
        font-size: .3rem;
        margin-bottom: .2rem;
    }
    .content .main_product .m ul li span {
        font-size: .26rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
    .content .main_product .m ul li .btn {
        width: 100%;
        height: .8rem;
    }
    .content .main_product .m ul li .btn a {
        font-size: .28rem;
    }
    .content .main_product_video .m .label {
        padding: 0 .3rem;
    }
    .content .main_product_video .m .label ul {
        display: block;
    }
    .content .main_product_video .m .label ul li {
        width: 100%;
    }
    .content .main_product_ted .m {
        justify-content: space-between;
        padding: 0 .3rem;
    }
    .content .main_product_ted .m li {
        width: 48%;
        margin-bottom: .3rem;
    }
    .main_sys {
        padding: .6rem .3rem;
    }
    .main_sys .m .search {
        width: 100%;
    }
    .main_sys .m .search input {
        width: 80%;
    }
    .main_sys .m .search div {
        width: 20%;
    }
    .main_sys .m .nav div {
        font-size: .28rem;
    }
    .main_sys .m .fadein ul {
        justify-content: space-between;
    }
    .main_sys .m .fadein ul li {
        width: 49%;
        margin: 0;
        margin-bottom: .3rem;
    }
    .mobile_fade {
        overflow: hidden;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        z-index: 999;
    }
    .mobile_fade .box {
        width: 100%;
        height: calc(100vh - 1rem);
        position: absolute;
        left: 0;
        top: -100vh;
        background: #fff;
    }
    .mobile_fade .box ul {
        overflow: auto;
        height: 100%;
        padding: 0 .3rem;
    }
    .mobile_fade .box ul li {
        overflow: hidden;
        border-bottom: 1px solid #f1f1f1;
        width: 100%;
    }
    .mobile_fade .box ul li span {
        height: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile_fade .box ul li span.on img {
        transform: rotate(90deg);
    }
    .mobile_fade .box ul li span a {
        font-size: .28rem;
        color: #000;
        height: 100%;
        display: flex;
        align-items: center;
        width: 80%;
    }
    .mobile_fade .box ul li span img {
        width: .65rem;
        transition: all .2s;
    }
    .mobile_fade .box ul li div {
        overflow: hidden;
        width: 100%;
        display: none;
    }
    .mobile_fade .box ul li div a {
        display: flex;
        align-items: center;
        font-size: .26rem;
        color: #333;
        height: .8rem;
    }
    .nullx {
        height: 1rem !important;
    }
    .list_add li .m {
        padding: 0 .3rem;
    }
    .list_add li .m p {
        font-size: .33rem;
    }
    .list_add li .m span {
        font-size: .26rem;
        margin-bottom: .1rem;
    }
    .list_add li .m em {
        font-size: .2rem;
        width: 45%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    .fix-right {
        display: none;
    }
    .fix-right .con.on1 .qr {
        display: block;
    }
    .fix-right .con.on1 .tel {
        display: block;
    }
    .fix-right .con.on1 {
        background-color: #f0872b;
    }
    .content .data_downbox .m .tab li a {
        padding: 0;
    }
    .mt-radio {
        font-size: 10px;
    }
    .main_about_box .m .send .lab select {
        width: 108px;
        margin-right: 4px;
    }
    .main_about_box .m .send .bot img {
        width: 90px;
    }
	.fix-right-weixin {
		display: block;
	}
}


._top-mask_q2kh5_29._center_q2kh5_45 {
    align-items: center;
    padding: 0;
}
._top-mask_q2kh5_29 {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0.9rem 0 0 1.7rem;
    font-family: AlibabaPuHuiTi_Light;
    color: #fff;
}
._mask_1m1in_12 {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.20);
}
._top-mask_q2kh5_29 ._top-title_q2kh5_52 {
    font-size: .28rem;
    font-weight: 400;
	font-family:"pangmenzhengdao";
	letter-spacing:0.04rem;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
._top-mask_q2kh5_29._center_q2kh5_45 ._top-subtitle_q2kh5_49 {
    text-align: center;
}
._top-mask_q2kh5_29 ._top-subtitle_q2kh5_49 {
    width: 100%;
    font-size: .16rem;
    font-weight: 100;
    line-height: .5rem;
	font-family:"pangmenzhengdao";
	letter-spacing:0.04rem;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.content .banner .btn {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 200px;
    z-index: 99;
    width: 100%;
}
.content .banner .btn div {
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    height: 52px;
    width: 192px;
    transition: all .2s;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    margin: 0 10px;
}
.content .banner .btn div:hover {
    border: 1px solid #f18e36;
	background-color:#f18e36;
}
.content .banner .btn div img {
    width: 24px;
}
.content .banner .btn div span {
    font-size: 16px;
    margin-left: 10px;
    color: #fff;
}
.content .banner:has(> .video_index) {
	margin-top: -93px;
}
.content:has(> .banner .video_index) .header:first-child{
	background: rgba(0,0,0,0.6);
	color:#FFF;
}
.content:has(> .banner .video_index) .header .m ul li>a {
	color:#fff;
}
.video_box .swiper-slide{
	text-align:center;
}

@font-face{
	font-family:"pangmenzhengdao";
	src:url(../fonts/pangmenzhengdao.ttf)
}

.i-home-back{
	position: relative;
	top: -60px;
	right: -40px;
}

@media (max-width: 1000px) {
	.content .main_videos {
		height: 0!important;
	}
	
	
	.i-home-back{
		/* display:none; */
		background-size: 100% 100%!important;
	}
	.content .banner .btn {
        bottom: .5rem;
    }
    .content .banner .btn div {
        width:126px;
		height:30px;
        max-width: 160px;
    }
    .content .banner .btn div span {
        font-size: 14px;
    }
	._top-mask_q2kh5_29{
		min-height:220px;
	}
	._top-mask_q2kh5_29{
		top:0px;
	}
	.roomVideo-dimensions{
		width:355px;
		height:auto;
		min-height:200px;
	}
	.i-home-back{
		top:-20px;
		right:0px;
	}
	.fadein_video .box{
		width:auto;
		max-width: 100%;
		margin-left: 6px;
	}
	.content .banner:has(> .video_index) {
		margin-top: 0px;
	}
	.content:has(> .banner .video_index) .header:first-child {
		background: #fff;
		color: #444;
	}
	.content .main_videos .btn div{
        width:126px;
		height:30px;
        max-width: 160px;
	}
    .content .main_videos .btn div span {
        font-size: 14px;
    }
	.content .main_videos .btn{
		bottom: 5px;
	}
	
	.content .banner {
		display:none;
	}
	
}
@media (max-width: 1000px) {
	.layui-layer-setwin{
		position: absolute!important;
		top: 150%!important;
		right: 50%!important;
	}
}
.yuwen_plays .play{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    transition: all .3s;
    cursor: pointer;
    z-index: 998;
    width: 100px;
    display: inline-block;
}
.yuwen_plays:hover .play{
	transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 1000px) {
	.yuwen_plays .play {
		width:80px;
		transform: translate(-50%, -50%) scale(1);
		left:50%;
	}
	.layui-layer-setwin .layui-layer-close2{
		right: -18px !important;
	}
}