html{font-family:'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif}
.nav-kuan {
    width: 1080px;
    margin: 0 auto;
}

.sub-left {
    padding: 0 3rem 3rem 0;
    width: 100%;
}

.nav-cname {
    font-size: 18px;
    font-weight: bold;
    color: #ec6818;
    margin-bottom: 1rem;
}

.nav-cname2 {
    font-size: 18px;
    text-align: center;
    padding: 4% 0;
}

#menu li.selected .sub-left a {
    color: unset;
}


.sub-left a {
    float: left;
    width: 50%;
    line-height: 3rem !important;
    border: none;
    transition: all 0.7s;
}

.sub-left a:hover {
    color: #EC6818 !important;
}

.sub-left a:after {
    background: none !important;
}

.sub-right {
    float: right;
    width: 40%;
    padding-left: 9%;
}

.sub-right img {
    width: 100%;
}

.kuan {
    margin: 0 auto;
    max-width: 1488px;
}
#msearch{display: none;}
#search2 {
    background: #ec6818;
    padding: 2em 0;
}

#search2 .sear-left {
    float: left;
    line-height: 2.5rem;
    color: white;
}

#search2 .sear-left a {
    color: white;
    padding: 0 0.2rem;
}

#search2 .sear-right {
    float: right;
    width: 30%;
}

#search2 #search_input {
    width: 100%;
    float: right;
    font-size: 0.9em;
    min-height: 32px;
    margin: 0;
    padding: 1em 0.7em;
    outline: none;
    color: white;
    background-color: #ec6818;
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid white;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in 0;
    vertical-align: middle;
}

#search2 #submit2 {
    float: right;
    margin-top: -2.8em;
    min-height: 37px;
    background: url(img/icon_search.png) no-repeat center center;
    border: none;
    width: 50px;
    outline: none;
    cursor: pointer;
}

#ryzz {
    background: #f5f5f7;
    padding: 0px 0 50px 0;
    position: relative;
}

#fangan {
    background: #f5f5f5;
    padding: 60px 0;
    position: relative;
}

.swiper-slide img {
    display: block;
    margin: 0 auto;
}

@media (min-width: 1025px) {

    /*css*/
    .kuan .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 9% !important;
        top: 50% !important;
    }

    .kuan .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 9% !important;
        top: 50% !important;
    }

    .kuan .swiper-button-next,
    .kuan .swiper-button-prev {}
}


.adv-cate-list {
    width: 100%;
    border-bottom: 2px solid #eee;
}

.cate-li {
    width: 25%;
    float: left;
    padding: 2rem;
}

.li-con {
    width: 100%;
    margin: 0 auto;
}

.li-con img {
    float: left;
    width: auto;
    margin-right: 9%;
    max-height: 42px;
}
.li-con img.ad1{filter: brightness(0);}
.li-con-text {
    float: left;
    width: 59%;
    font-size: 19px;
    line-height: 1.5rem;
}

.li-con-text font {
    display: block;
    font-weight: bold;
}

.li-con-text span {
    font-size: 13.5px;
    font-weight: bold;
}

.cate-li {
    min-height: 118px;
}

.cate-li:hover,
.cate-li.active {
    border-bottom: 2px solid #ec6818;
}

.cate-li:hover .li-con .li-con-text,
.cate-li.active .li-con .li-con-text {
    color: #ec6818;
}

.adv-box-list {
    margin: 0rem 0;
}

.box-list {
    display: none;
    background: #f5f5f7;
}

.box-l,
.box-r {
    float: left;
    width: 50%;
}

.box-r {
    margin-top: 4%;
}

.box-l img {
    width: 100%;
}

.box-num {
    color: #ec6818;
    margin-left: -4rem;
    font-size: 25px;
}

.box-num font {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2rem;
}

.box-con {
    padding-left: 10%;
    padding-top: 2rem;
}

.box-con-tit {
    font-size: 19px !important;
    font-weight: bold !important;
    margin-bottom: 5% !important;
}

.box-con-des ul {
    list-style: disc;
    padding-left: 1rem;
}

.box-con-des ul li {
    margin-bottom: 1rem;
    font-size: 15px;
}
.box-con-des ul li p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-list.active {
    display: block;
}

.desc ul {
    list-style: disc;
    padding-left: 5%;
}

.desc ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    margin-bottom: 7%;
}

.desc ul li a .tit {
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-decoration: none;
    width: 80%;
}

.desc ul li a .time {
    float: right;
}

.desc2 {
    /* margin-top: 5%; */
}

.desc2 ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    float: none;
}
.news_lt li:after{height: 0px!important;}
.desc2 ul li .tit{width: 95%;}
.desc2 ul li .tit a{font-size: 16px;line-height: 50px;}
.desc2 ul li .time{width: 5%;font-size: 20px;text-align: center;line-height: 50px;font-weight: bold;cursor: pointer;}
.desc2 ul li .wt-con{width: 100%;}

.desc2 ul li .wt-con {
    padding: 2.5% 5%;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    line-height: 1.8rem;
}


.desc2 ul li.active .wtdiv {
    padding: 4.5% 5%;
    background-color: #ec6818;
    color: white;
    overflow: hidden;
    padding-right: 5.5%;
    width: 100%;
}
.desc2 ul li .wtdiv{width: 100%;padding: 0 5%;}
.desc2 ul li .wtdiv .tit {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-decoration: none;
    width: 80%;
    white-space: nowrap;
    line-height: 24px;
    padding: 3% 0;
}
.desc2 ul li .wtdiv .time {
    float: right;
    padding: 3% 5%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.desc2 ul li.active .wtdiv .tit {
    color: white;
    padding: 0;
}

.desc2 ul li.active .wtdiv .time {
    color: white;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.wt-con {
    padding: 7px 0;
    line-height: 23px;
    
}

.desc2 ul li a .tit {
    float: left;
    font-size: 16px;
}

.desc2 ul li a .time {
    float: right;
}


#daore-des {
    margin: 6rem 0 8rem;
}

.des-box {
    background: #f5f5f5;
}

.des-box .des-r,
.des-box .des-l {
    float: left;
}

.des-box .des-l {
    width: 57.5%;
}

.des-box .des-l img {
    width: 100%;
}

.des-box .des-r {
    width: 42.5%;
    height: 100%;
    padding: 6% 4% 0 4%;
    box-sizing: border-box;
}

.des-box .des-r .des-tit {
    font-size: 35px;
    margin-bottom: 10%;
}

.des-box .des-r p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 8%;
    line-height: 1.7rem;
}

.des-box .des-r .des-url a {
    margin-right: 3%;
    padding: 3% 0;
    background-color: #b1b1b1;
    color: white;
    transition: all 1s;
    box-sizing: border-box;
    display: block;
    width: 40%;
    float: left;
    text-align: center;

}

.des-url {
    padding-bottom: 1rem;
}

.des-box .des-r .des-url a:hover {
    background-color: #ec6818;
}

#special {
    padding: 6rem 0 4rem 0;
    background-color: #f5f5f5;
}

.special-list {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 3rem;
    float: left;
    background-color: white;
    border-radius: 10px;
    position: relative;
}

.special-list:nth-child(2n+1) {
    margin-left: 0;
}


.special-list .s-img {
    width: 27%;
    padding: 8%;
    background: #0072b5;
    display: left;
    align-items: center;
    border-radius: 10px 0 0 10px;
}

.special-list .s-img img {
    margin: 0 auto;
    align-items: center;
    max-width: 100%;
    filter: brightness(100);
}

.special-list .s-text {
    width: 57%;
    position: absolute;
    left: 35%;
    top: 30%;
}

.special-list .s-tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3%;
}

.special-list .s-value {
    font-size: 15px;
    color: #777777;
line-height:22px;
}

#d-table {
    padding: 6rem 0 8rem;
}



#relate {
    padding: 6rem 0 8rem;
}

.r-product-box {
    margin-top: 5rem;
}


.r-p-list {
    display: block;
    position: relative;
    float: left;
    width: 31%;
    margin-left: 2%;
    margin-top: 1%;
    margin-bottom: 1%;
    overflow: hidden;
}

.r-p-list:nth-child(1) {
    margin-left: 1%;
}

.r-p-list:nth-child(3) {
    margin-right: 1%;
}

.r-p-list img {
    width: 100%;
}

.r-p-list.active {
    box-shadow: 0 0 7px 3px #aaa;
}

.list-show .rp-tit {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 4% 0;
    width: 100%;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.list-hide {
    display: none;
}



.list-hide.active {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    width: 100%;
    position: absolute;
    top: 0;
    color: white;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    left: 0;
}

.list-center .rp-tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5%;
    padding: 2.5% 0;
}

.list-center p {
    padding: 0 15%;
    font-size: 15px;
    line-height: 1.6rem;
    margin-bottom: 5%;
}

#pro_list li {
    position: relative;
}

#pro_list li .desc,
#pro_list li .pmore {
    display: none !important;
}

#pro_list.Listitem li .desc,
#pro_list.Listitem li .pmore {
    display: block !important;
}

#pro_list li .title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0;
    padding: 2.7% 0;
}


#pro_list li .title a {
    color: white;
}

#pro_list.Listitem li {}

#pro_list.Listitem li .title {
    position: unset;
    color: black;
    background-color: white;
}

#pro_list.Listitem li .title a {
    color: black
}

/* .list-hide {
	display: none;
} */

/* #pro_list .list-hide.active {
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	width: 100%;
	position: absolute;
	top: 0;
	color: white;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
} */

.list-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.list-center .rp-tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5%;
    padding: 2.5% 0;
}

.list-center p {
    padding: 0 15%;
    font-size: 15px;
    line-height: 1.6rem;
    margin-bottom: 5%;
}


.item {
    display: block;
    overflow: hidden;
}

.item_cell {
    width: 15.5%;
    display: inline;
    text-align: center;
}

.features-info ul {
    list-style: disc;
}

.features-info ul li {
    font-size: 15px;
    color: white;
    line-height: 1.5rem;
    text-align: left;
}

.solu-url {
    background-color: #ec6818;
    display: block;
    font-size: 30px;
    color: white;
    font-weight: bold;
    padding: 3% 0;
    width: 100%;
    text-align: center;
    float: left;
}

.about-cul-list {
    /* position: absolute; */
    margin-top: 5%;
    margin-left: 6%;
    margin-right: 6%;
}

.about-cul-list .cul-tit {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}

.about-cul-list .cul-des {
    font-size: 16px;
    color: #777;
    width: 392px;
    line-height: 1.6rem;
    width: 100%;
}

#org {
    background-color: #f5f5f7;
    padding: 6rem 0 10rem;
}

#ry-about {
    padding: 6rem 0;
}

.ry-a-box {
    position: relative;
    background-color: #ececec;
}

.a-box-left {
    float: left;
    padding: 10% 5% 2%;
    width: 50%;
}

.box-left-tit {
    color: #EC6818;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.box-left-des {
    font-size: 15px;
    color: #777;
    line-height: 2.6rem;
}

.a-box-right {
    float: right;
    background-color: white;
    width: 50%;
    padding: 10%;
}

.a-box-right img {
    width: 100%;
}

.ryzz-url {
    display: block;
    margin: 3% auto 0;
    padding: 15px 60px;
    background-color: #ec6818;
    color: white;
    transition: all 0.8s;
    text-align: center;
    width: 180px;
}


.ry-list {
    display: block;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.ry-list img {
    width: 100%;
}

.ry-l-tit {
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
}

.ry-list:nth-child(4n) {
    margin-right: 0;
}

/* .ry-list:nth-child(5) {
	margin-right: 0;
} */


#position {
    padding: 10px 0;
    line-height: 1.7rem;
}

#position a {
    transition: all 0.7s;
    color: #777;
}

#position a:hover {
    color: #EC6818;
}

.page-content {
    margin: 2rem 0;
}

.page-title {
    font-size: 30px;
    text-align: center;
    color: #0072B5;
    margin-bottom: 50px;
}

.page-title2 {
    font-size: 30px;
    text-align: center;
    color: #0072B5;
    margin-bottom: 20px;
}

.page-cs {
    margin-bottom: 100px;
    text-align: center;
}

.page-cs span {
    padding: 10px;
}

.page-con {
    margin-bottom: 140px;
    line-height: 1.7rem;
    padding: 0;
}

.page-con img {
    max-width: 100% !important;
    height: auto;
}

.show-pages {
    width: 100%;
    overflow: hidden;
    margin-bottom: 7%;
}

.show-prev {
    display: block;
    color: #656565;
    font-size: 0.75rem;
    margin-bottom: 1%;
}

.show-next {
    display: block;
    color: #656565;
    font-size: 0.75rem;
}

.show-pages a:hover {
    color: #EC6818;
}


.pbutton {
    display: none;
}


.r-pro2 {
    display: none;
}



/*pro-show*/


#relate {
    padding: 6rem 0 8rem;
}

.r-product-box {
    margin-top: 3rem;
}


.r-p-list {
    display: block;
    position: relative;
    float: left;
    width: 31%;
    margin-left: 2.5%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.r-p-list:nth-child(1) {
    margin-left: 1%;
}

.r-p-list:nth-child(3) {
    margin-right: 1%;
}

.r-p-list img {
    width: 100%;
}

.r-p-list.active {
    box-shadow: 0 0 7px 3px #aaa;
}

.list-show .rp-tit {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 4% 0;
    width: 100%;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

/* .list-hide{
					display: none;
				} */




/* .list-hide.active {
				    height: 100%;
				    background: rgba(0,0,0,0.5);
				    top: 0;
				    width: 100%;
				    position: absolute;
				    top: 0;
				    color: white;
				    height: 100%;
				    text-align: center;
				    display: flex;
				    align-items: center;
				    justify-content: center;
				} */

.list-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.list-center .rp-tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5%;
    padding: 2.5% 0;
}

.list-center p {
    padding: 0 15%;
    font-size: 15px;
    line-height: 1.6rem;
    margin-bottom: 5%;
}

.sinfo_table img {
    max-width: 100% !important;
}

/*pro-show*/



/*solution-list*/
#d-sol {
    padding: 6rem 0 8rem;

}

.d-sol-list {
    float: left;
    width: 32%;
    margin-left: 2%;
    background-color: #f5f5f5;
    margin-bottom: 2%;
    transition: all 1s;
    position: relative;
}

.d-sol-list:hover:after {
    width: 100%;
    height: 4px;
    background: #ec6818;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

.d-sol-list:nth-child(1) {
    margin-left: 0;
}

.d-sol-list:nth-child(4) {
    margin-left: 0;
}

.sol-list-top img {
    width: 100%;
}

.sol-list-bottom {
    position: relative;
}

.sol-list-bottom a {
    padding: 6%;
    padding-top: 10%;
    font-size: 22px;
    display: block;
    font-weight: bold;
}
.sol-list-bottom a:hover{color: #ec6818}
.sol-list-bottom p {
    padding: 6%;
    padding-top: 0;
    font-size: 15px;
    line-height: 2.5rem;
    margin-bottom: 14%;
    color: #777777;
}

.sol-list-bottom img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 8%;
}

.big-sol {
    float: left;
    width: 66%;
    margin-left: 0;
    position: relative;
    z-index: 1;
}

.big-sol .sol-list-top img {
    max-height: 534px;
    display: block;
}

.big-sol-con {
    position: absolute;
    color: white;
    z-index: 5;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.big-sol-con .big-sol-tit {
    position: absolute;
    bottom: 130px;
    left: 30px;
    font-size: 30px;
}

.big-sol-con p {
    position: absolute;
    bottom: 70px;
    left: 30px;
    width: 75%;
    line-height: 1.6rem;
}

.big-sol-con img {
    position: absolute;
    bottom: 30px;
    right: 100px;
}


.big2 {
    display: none;
}

/*solution-list*/

/*page-about*/

#talent {
    padding: 50px 0;
    background-color: #f5f5f7;
}

.tal-list {
    float: left;
    margin-left: 2%;
    width: 23.5%;
    background-color: white;
    text-align: center;
    transition: all 0.5s;
}

.tal-list:hover {
    box-shadow: 0 0 3px 3px #ddd;
}

.tal-list:first-child {
    margin-left: 0;
}

.tal-list img {
    width: 100%;
}

.tal-list .tal-con {
    padding: 50px 30px;
    box-sizing: border-box;
}

.tal-tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tal-des {
    font-size: 15px;
    color: #777;
    margin-bottom: 30px;
    word-wrap: break-word;
    line-height: 1.6rem;
}

.tal-url {
    font-size: 15px;
    color: #777;
}

/*page-about*/

/*ser1*/
.ser_title {
    padding: 70px 0;
    color: #EC6818;
    line-height: 1.2;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
}

#ser1 {
    background-color: white;
    padding: 2rem;
    margin-bottom: 180px;
}

.ser1-box {
    width: 100%;
    padding: 3% 4%;
    border-bottom: 1px solid #eee;
}

.ser1-box:last-child {
    border: none;
}

.ser1-box .s-box-tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2rem;
}

.ser1-box .s-box-con {
    font-size: 15px;
    line-height: 1.6rem;
}


/*ser1*/

/*ser2*/


.ser_title {
    padding: 50px 0;
    color: #EC6818;
    line-height: 1.2;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
}

#ser2 {
    padding: 2rem;
}

.ser_des {
    margin: 3rem 0;
    font-size: 15px;
    text-align: center;
    line-height: 1.7rem;
}

.ser2-box {
    width: 32%;
    margin-left: 2%;
    float: left;
}

.ser2-box:hover {
    box-shadow: 0 0 7px 3px #eee;
}

.ser2-box:first-child {
    margin-left: 0;
}


.ser2-box .s-box-tit {
    font-size: 23px;
    font-weight: bold;
    padding: 2rem 0;
    background-color: #EC6818;
    width: 100%;
    text-align: center;
    color: white;
}

.ser2-box .s-box-con {
    padding: 30px 38px 30px 53px;
    background-color: white;
    font-size: 14px;
    color: #444;
    line-height: 1.6rem;
    width: 100%;
    min-height: 340px;
}

.ser_phone {
    color: #EC6818;
    line-height: 1.7rem;
    margin-bottom: 140px;
}

.ser_phone font {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.ser_phone div {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}


.ser_des2 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 15px;
    text-align: center;
}

ol {
    list-style-type: none;
    counter-reset: sectioncounter;
}

ol li:before {
    content: "0"counter(sectioncounter);
    counter-increment: sectioncounter;
    margin-left: -44px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #EC6818;
}

ol li {
    margin-bottom: 7%;
}

/*ser2*/


/*ser3*/
/* .ser_title{
				padding: 70px 0;
			    color: #EC6818;
			    line-height: 1.2;
			    font-size: 35px;
			    font-weight: normal;
				text-align: center;
		} */

#ser3 {
    /* background-color: white; */
    padding: 2rem;
}

#ser3 .desc {
    padding: 2%;
    font-weight: normal;
    background: #ccc;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*ser3*/


/*page-contact*/
.ser_des {
    margin-bottom: 3rem;
    font-size: 15px;
    text-align: center;
}

#ser5 {
    margin-bottom: 180px;
}

.ser5-box-l {
    float: left;
    border-radius: 20px;
    box-shadow: 0 0 10px 5px #eee;
    padding: 3% 5% 1.5%;
    box-sizing: border-box;
    background-color: white;
    width: 32%;
}

.ser5-box-l img {
    display: block;
    float: left;
    margin-right: 6%;
    padding: 5px 0 15px;
    width: 17px;
}

.ser5-box-l div {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.7rem;
    color: #777;
    float: left;
    width: 100%;
}

.ser5-box-l div:last-child {
    color: #EC6818;
    margin-bottom: 0;
}

.ser5-box-r {
    float: right;
    width: 68%;
    padding-left: 11%;
}

.ser5-box-r input {
    width: 50%;
}

.ser5-box-r input {
    width: 45%;
    margin-left: 4.5%;
    margin-bottom: 3%;
    line-height: 3rem;
    border: 1px solid #eee;
    outline: #eee;
    padding-left: 10px;
}

.ser5-box-r input:nth-child(4),
.ser5-box-r input:nth-child(6),
.ser5-box-r input:nth-child(8),
.ser5-box-r input:last-child {
    margin-left: 0;
}

.ser5-box-r input:nth-child(8) {
    width: 95.5%;
}

.ser5-box-r input:last-child {
    width: 140px;
    padding: 0 50px;
    margin-top: 2rem;
    color: #EC6818;
    background-color: white;
    margin-bottom: 0;
    border: 1px solid #EC6818;
    transition: all 0.7s;
}

.ser5-box-r input:last-child:hover {
    background-color: #EC6818;
    color: white;
}

.ser5-box-r textarea {
    width: 95.5%;
    height: 150px;
    border: 1px solid #eee;
    outline: #eee;
    padding-left: 10px;
    padding-top: 10px;
    overflow: hidden;
    resize: none;
}

.ser_phone2 {
    color: #EC6818;
    line-height: 2rem !important;
    padding-left: 34px;
}

.ser_phone2 font {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6%;
}

.ser_phone2 div {
    font-size: 35px;
    font-weight: bold;
}

/*page-contact*/


@media screen and (max-width:1361px) {
    .footer li.contact {
        float: left;
    }
}


@media screen and (max-width:1144px) {
    .fmenu227 {
        width: 100%;
        margin-top: 1rem;
    }
}

.to-big {
    overflow: hidden;
}

.to-big img {
    transition: all 0.7s;
}

.to-big:hover img {
    transform: scale(1.1);
}


@media screen and (max-width:1229px) {

    .a-box-left {
        padding: 5% 5% 2%;
    }


}


@media screen and (max-width:1000px) {
    .nav-cname {
        display: none;
    }

    .sub-right {
        display: none;
    }

    .sub-left {
        width: 100%;
        padding: 0;
    }

    #menu li a {
        width: 100%;
    }

    #pro_slick {
        padding: 30px 0 !important;
    }

    .pbutton {
        display: block;
        padding: 2rem 0;
        text-align: center;
        color: #ec6818;
        font-size: 17px;
    }

    #d-sol {
        padding: 2rem 0;
        background-color: #f5f5f5;
    }

    .r-pro1 {
        display: none;
    }

    .r-pro2 {
        display: block;
    }

    .solu-url {
        font-size: 16px !important;
        padding: 2% 0 !important;
    }

    .page-content {
        margin: 2rem 0 !important;
    }

    .page-title {
        margin-bottom: 40px !important;
    }

    .page-con {
        padding: 0 !important;
    }


    .big2 {
        display: block !important;
    }

    .big1 {
        display: none;
    }

    .new-pos {
        width: 100% !important;
        padding: 2rem 0;
    }

    .new-pos ul li {
        background: #ec6818 !important;
    }

    .page-title2 {
        font-size: 20px;
        line-height: 1.7rem;
    }

    .page-cs {
        margin-bottom: 2rem;
        text-align: center;
    }

    .news_hottop ul li a .title {
        text-align: center;
        color: #EC6818;
        padding: 1% 0;
        background-color: #f5f5f7;
    }


    .news_hottop ul li a p {
        display: none;
    }

    .product-section {
        padding: 10px 0 30px 0 !important;
    }


    #org {
        padding: 2rem 0 !important;
    }


    .tal-list {
        margin-left: 2%;
        width: 48%;
        margin-bottom: 1rem;
    }

    .tal-list:nth-child(3) {
        margin-left: 0;
    }

    .tal-list .tal-con {
        padding: 25px 20px;
        box-sizing: border-box;
    }

    #ryzz {
        padding: 3rem 0;
    }

    #talent {
        padding: 2rem 0 !important;
    }



    .a-box-left {
        width: 100% !important;
    }

    .a-box-right {
        width: 100% !important;
    }

    .a-box-left {
        padding: 5% 5% 4%;
    }

    #ry-about {
        padding: 2rem 0;
    }

    #ser1 {
        padding: 1rem;
        margin-bottom: 50px;
    }

    .ser2-box {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
    }

    .solutions_ul li .title {
        color: #ec681c;
    }

    #ser4 {
        padding: 0 !important;
        margin-bottom: 70px !important;
    }

    .ser5-box-l {
        padding: 3% 5% 7.5% !important;
        width: 100% !important;
        margin-bottom: 2rem;
    }

    .ser5-box-r {
        width: 100% !important;
        padding-left: 0 !important;
    }

    #ser5 {
        margin-bottom: 70px !important;
    }


}

@media screen and (max-width:800px) {
    .footer{padding: 25px;display:none;}
    .footer li.contact p{padding-left: 0;}

    .news_hottop li {
        width: 49% !important;
        margin-right: 2% !important;
        line-height: 1.5 !important;
    }


    .news_hottop li:nth-child(2n) {
        margin-right: 0 !important;
    }

    #about_culture li:nth-child(3n) {
        /* margin-left: 0; */
        margin-right: 4% !important;
    }

    #about_culture li:nth-child(6) {
        /* margin-left: 0; */
        margin-right: 0 !important;
    }

    .ry-list {
        width: 32%;
        margin-right: 1.5%;
        margin-bottom: 2%;
    }

    .ry-list:nth-child(4n) {
        margin-right: 1.5%;
    }

    .ry-list:nth-child(3n) {
        margin-right: 0;
    }

    .ser_title {
        padding: 20px 0 !important;
        font-size: 25px;
    }
}


@media screen and (max-width:700px) {
    .page-con{margin-bottom: 10px!important;}
	.sol-list-bottom p{line-height: 2em;}
    .d-sol-list {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 1rem;
    }

    .sol-url {
        margin-top: 1rem !important;
    }

    .sol-a {
        padding: 3% 0 !important;
    }

    .r-p-list {
        width: 100%;
        margin-left: 0 !important;
    }
}

@media screen and (max-width:600px) {
    .show-next {
        float: left !important;
        width: 100%;
        margin-top: 1rem;
    }

    .desc2 {
        margin-top: 0;
    }

    .tal-list {
        margin-left: 0 !important;
        width: 100% !important;
    }

    #ser2 {
        padding: 0;
    }

    .ser_title {
        font-size: 25px;
    }

    .ser5-box-r input {
        width: 100% !important;
        margin-left: 0 !important;
        outline: #eee;
    }



    .ser5-box-r textarea {
        width: 100% !important;
        ;
    }
}



@media screen and (max-width:481px) {
    .position_fixed a {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }

    .box-left-tit {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }

    .ry-list {
        width: 49%;
        margin-right: 1.5%;
        margin-bottom: 2%;
    }

    .ry-list:nth-child(3n) {
        margin-right: 1.5%;
    }

    .ry-list:nth-child(2n) {
        margin-right: 0;
    }
}

/*导航*/
.nav-cname3 {
    float: left;
    width:calc(100% / 6);
}

.nav-cname3 .lit-tit {
    overflow: hidden;
    float: left;
    min-height: 193px;
    width: 100%;
}

#menu li a:hover .nav-cname .lit-tit a,
#menu li.selected .nav-cname .lit-tit a {
    width: 100%;
    color: #747474;
}

.nav-cname .lit-tit a:hover {
    width: 100%;
    color: #EC6818;
}

.sub-left {
    padding: 0;
    display: flex;
    justify-content: center;
}

.sub-left2 {
    display: none;
}

@media screen and (max-width:1000px) {
    .sub-left2 {
        display: block !important;
    }
}

.line1,
.line2,
.line3,
.line4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line2 {
    -webkit-line-clamp: 2;
}

.line3 {
    -webkit-line-clamp: 3;
}

.line4 {
    -webkit-line-clamp: 4;
}

//
/*分页*/
.fenye {width:100%;text-align:center; margin:20px 0;}
.fenye .xiaocms-page {display:flex;justify-content: center;margin-top: 40px;}
.fenye .xiaocms-page a,.fenye .xiaocms-page span {display:inline-block;padding:0 13px;text-align:center;line-height:34px;margin:0 5px 10px 5px;border:#dddddd solid 1px;overflow:hidden;font-size:13px;color:#999999;}
.fenye .xiaocms-page a:hover {background:#ec6818;color:#fff!important;border:#ec6818 solid 1px;}
.fenye .xiaocms-page span {background:#ec6818;color:#fff;border:#ec6818 solid 1px;}

.sxp{line-height: 30px;}

.page-con p{padding-bottom: 15px;font-size:15px;}
.page-con img{display: block;margin: 0 auto;max-width: 100%;}
#banner_about img{max-width: 100%;}

.flex{display: flex;align-items: center;}