.head_con {
	width: 100%;
	height: 100px;
	background: #efefef;
	padding: 0 50px;
	box-sizing: border-box;
}
.pc {
	display: table;
	width: 100%;
}
.shouji {
	display: none;
}
img {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/* transform: scale(1); */
	cursor: pointer;
}



.head_con .logo {
	float: left;
	width: 12.5%;
	line-height: 100px;
}
.head_con .logo img {
	width: 100%;
}
.head_con .phone_nav {
	display: none;
}
.head_con .nav {
	float: right;
	margin-right: 100px;
	margin-top: 10px;
	padding-top: 15px;
	position: relative;
	display: block;
}
.head_con .nav .on {
	color: #db6000;
}
.head_con .phone_nav .on {
	color: #db6000;
}
.head_con .nav ul li {
	float: left;
	padding: 0 70px;
	box-sizing: border-box;
}
.head_con .nav ul li a {
	color: #000;
	font-size: 20px;
}
.case_fr {
	width: 70%;
}
.head_con .nav ul li a p {
	text-align: center;
	letter-spacing: 3px;
}
.head_con .nav ul li a span {
	text-transform: uppercase;
	font-size: 17px;
}
.nav ul > li:hovor a{
    color: #fff;
}
.head_con .icon {
	float: right;
	line-height: 100px;
}
.head_con .icon .sou {
	margin-right: 50px;
}
.banner {
	width: 100%;
	height: auto;
}
.banner ul li img {
	width: 100%;
}
.chara {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f6f6f6;
}
.tit {
	width: 100%;
	text-align: center;
}
.tit h3 {
	color: #db6000;
	font-size: 35px;
	margin-bottom: 5px;
	font-weight: bold;
}
.tit p {
	color: #999;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
.product .pro_con_m {
	display: none;
}
.product .pro_tit_m {
	display: none;
}
.chara .char_con {
	width: 84%;
	margin: 50px auto 0;
}
.chara .char_con ul li {
	/*float: left;
    width: 25%;*/
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	position: relative;
/*	width: 95%;*/
	background-color: #f6f6f6;
	padding-top: 15px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.chara .char_con ul li:nth-child(4n) {
	padding-right: 0;
}
.chara .char_con tbody {
	width: 100%;
}
.chara .char_con ul li h3 {
	text-align: center;
	color: #44bfee;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
.chara .char_con ul li img {
	display: block;
	margin: 5px auto 0;
	width: 150px;
}
.chara .char_con ul li p {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin-top: 5px;
	text-align: justify;
}
.chara .char_con ul li div {
	/*	display: none;*/
	position: absolute;
	background-color: rgba(0,0,0,0.35);
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	box-sizing: border-box;
	padding: 0.15rem;
	cursor: pointer;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	transform: rotateY(180deg);
}
.chara .char_con ul li:hover div {
	/*	display: block;*/
	transform: rotateY(0deg);
	opacity: 1
}
.chara .char_con ul li {
}
.case {
	padding-top: 100px;
	background-color: #fff;
	padding-bottom: 100px;
}
.case .case_con {
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.case .case_con .case_fl p {
	background: #535661;
	color: #fff;
	line-height: 110px;
	text-align: center;
	font-size: 25px;
	box-sizing: border-box;
	cursor: pointer;
}
.active {
	background: #db6000 !important;
}
.case .case_con .case_fl p.active {
	width: 80% !important;
	background: #db6000 !important;
}
.case .case_con .case_fl p {
	width: 70%;
	margin-bottom: 3px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.case .case_con .case_fl p:nth-child(2n) {
	width: 50%;
	margin-bottom: 3px;
}
.case .case_con .case_fl {
	width: 25%;
}
.case_con .case_fr .casefr_con {
	width: 100%;
	/* height: 560px; */
	position: relative;/* display: none; */
}
/* .case_con .case_fr .casefr_con img{
    width: 100%;
    height: 560px;
} */
.case_con .case_fr .casefr_con .case_tit {
	width: 600px;
	position: absolute;
	top: 140px;
	left: 77px;
}
.case_fr .casefr_con .case_tit h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}
.case_fr .casefr_con .case_tit .xian {
	width: 40px;
	height: 5px;
	background: #db6000;
	margin-bottom: 30px;
	display: inline-block;
}
.case_fr .casefr_con .case_tit .mar {
	margin-left: 10px;
}
.case_fr .casefr_con .case_tit p {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}
.product {
	margin-top: 100px;
}
.product .pro_con {
	margin-top: 50px;
	width: 80%;
	height: auto;overflow: hidden;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
/*	 height: 64vw; */
	position: relative;
}
.product .pro_con img {
	    width: 64vw!important;

}
/*手风琴*/
.pro_list {
  width: 4vw;
  height: 35vw;
  overflow: hidden;
  position: relative;
  float: left;
  background-position: center top;
  background-size: cover;
/*	width: 64vw;*/
}
.pro_list .pro_tit {
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: 5px;
	height: 100%;
	width: 4vw;
	line-height: 4vw;
	writing-mode: vertical-lr;
	color: #fff;
	float: right;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

.product .pro_con .pro_desc {
	width: 50%;
	position: absolute;
	top: 18vw;
	left: 5vw;
}
.product .pro_con .pro_desc h3 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}
.product .pro_con .pro_desc .desc {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	margin-top: 30px;
	letter-spacing: 5px;
}

.pro_list:nth-child(1) .pro_tit {
	background: rgba(196, 25, 0, 0.3);
}
.pro_list:nth-child(2) .pro_tit {
	background: rgba(196, 25, 0, 0.45);
}
.pro_list:nth-child(3) .pro_tit {
	background: rgba(196, 25, 0, 0.6);
}
.pro_list:nth-child(4) .pro_tit {
	background: rgba(196, 25, 0, 0.8);
}
.pro_list:nth-child(5) .pro_tit {
	background: rgba(196, 25, 0, 1);
}
.caseinfo {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f6f6f6;
}
.caseinfo .caseinfo_con {
	width: 80%;
	margin: 0 auto;
}
.caseinfo .cases_fl {
	width: 48%;
}
.caseinfo .cases_fr {
	width: 48%;
}
.caseinfo .cases_fl img {
	width: 100%;
	height: 540px;
	display: block;
}
.caseinfo .xian {
	width: 100%;
	height: 4px;
	background: #db6000;
	margin: 40px auto 20px;
}
.cain_tit {
	text-align: center;
}
.cain_tit h3 {
	color: #db6000;
	font-size: 30px;
	font-weight: bold;
}
.cain_tit p {
	color: #999;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 10px;
}
.cases_fr .casesfr_con ul li {
	background: #f5f5f5;
	height: 135px;
	padding: 15px 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.cases_fr .casesfr_con ul li:hover .caindesc h3 {
	color: #db6000 !important;
}
.cases_fr .casesfr_con ul li:hover .caindesc p {
	color: #db6000 !important;
}
.cases_fr .casesfr_con .xuhao {
	color: #db6000;
	font-size: 24px;
	font-weight: bold;
	float: left;
	margin-right: 8px;
}
.cases_fr .casesfr_con .caindesc {
	/*    width: 670px;*/
	width: 92%;
}
.cases_fr .casesfr_con .caindesc h3 {
	color: #535661;
	font-size: 22px;/*    margin-top: 4px;*/
/*	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;*/
}
.cases_fr .casesfr_con .caindesc p {
	margin-top: 5px;
	color: #666666;
	line-height: 22px;
	font-size: 16px;
}
.cases_fr .casesfr_con .caindesc img {
	/* margin-top: 10px; */
	float: right;
	width: 25px;
	margin-top: -20px;
}
.tubiao .top {
	position: fixed;
	bottom: 100px;
	right: 50px;
	z-index: 999;
	width: 40px;
	display: none;
}
/* .tubiao{
    width: 95%;
    margin: 50px auto 0;
}
.tubiao .kefu{
    margin-right: -25px;
} */
.partner {
	margin-top: 100px;
}
.partner_con {
	width: 70%;
	margin: 15px auto 0;
}
.partner_con ul li {
	display: inline-block;
	width: 14.285%;
	/*    margin-right: 25px;*/
	margin-bottom: 50px;
	box-sizing: border-box;
	padding-left: 0.15rem;
	padding-right: 0.15rem;
}
.partner_con ul li img {
	width: 100%;
}
.partner_con .par_one li:nth-child(1) {
	width: 340px;
	height: auto;
	display: inline-block;
}
.partner_con .par_one li:nth-child(2) {
	width: 350px;
	height: auto;
	margin-right: 0;
	display: inline-block;
}
.par_one {
	text-align: center;
}
.partner_con .par_one li:nth-child(1) img {
	width: 100%;
	height: 100%;
}
.partner_con .par_one li:nth-child(2) img {
	width: 100%;
	height: 100%;
}
.partner_con .par_two li:nth-child(7n) {
	margin-right: 0;
}
/*
.partner_con .par_one li:nth-child(1){
    margin-left: 315px;
}
.partner_con .par_one li:nth-child(2){
    float: right;
    margin-right: 390px; 
}

*/
.footer {
	width: 100%;
	padding-bottom: 40px;
	background: #2b2c30;
	margin-top: 50px;
}

.footer .foot_con {
	width: 75%;
	margin: 0 auto;
	padding-top: 110px;
	padding-left: 90px;
}
.footer .foot_con .font_zong {
	margin-right: 200px;
}
.footer .foot_con .font_zong a {
	color: #fff;
}
.footer .foot_con .font_zong p {
	margin-bottom: 40px;
}
.footer .foot_con .font_zong p a {
	font-size: 20px;
}
.footer .foot_con .font_zong ul li {
	margin-bottom: 30px;
}
.footer .foot_con .font_zong ul li a {
	color: #cccccc;
	font-size: 16px;
}
.footer .foot_con .font_zongs p {
	margin-bottom: 30px;
	padding-left: 10px;
}
.footer .foot_con .font_zongs p a {
	font-size: 20px;
	color: #fff;
}
.footer .foot_con .font_zongs .erwei {
	border: 3px solid #808083;
	width: 120px;
}
.footer .foot_con .hezuo {
	margin-top: 62px;
	margin-left: 30px;
}
.footer .foot_con .hezuo p {
	color: #fff;
	margin-bottom: 20px;
}
.footer .foot_con .hezuo .hezuo_tit {
	color: #919191;
	font-size: 16px;
}
.footer .foot_di {
	width: 80%;
	margin: 50px auto 0;
}
.footer .foot_di p {
	color: #6d6f76;
	text-align: center;
}
.footer .foot_di .xian {
	width: 100%;
	height: 1px;
	background: #6d6f76;
	margin: 22px 0 33px;
}
.footer .foot_di p a {
	color: #6d6f76;
}
.footer .foot_di p:last-child {
	margin-top: 20px;
}

@media screen and (max-width: 1880px) {
/* .partner_con .par_two li{
        margin-right: 30px;
    } */
.footer .foot_con .font_zong {
	margin-right: 180px;
}
}

@media screen and (max-width: 1770px) {
/*
    .partner_con .par_two li{
        width: 11%;
        margin-right: 40px;
    }
*/

}

@media screen and (max-width: 1730px) {
.case_con .case_fr .casefr_con {
	width: 100%;/* height: 510px; */
}
.case_con .case_fr .casefr_con img {
	height: 510px;
}
.case .case_con .case_fl p {
	line-height: 110px;
}
.footer .foot_con .font_zong {
	margin-right: 160px;
}
.case_con .case_fr .casefr_con .case_tit {
	width: 480px;
}
}

/* @media screen and (max-width: 1765px){
    .chara .char_con ul li{
        margin-right: 80px;
    }
} */
@media screen and (max-width: 1680px) {
.head_con .nav ul li {
	padding: 0 50px;
}
.head_con .nav {
	margin-right: 100px;
	margin-top: 10px;
	padding-top: 15px;
	position: relative;
}
.head_con .nav ul li a {
	font-size: 16px;
}
.caseinfo .cases_fl img {
	height: 540px;
}
.cases_fr .casesfr_con .caindesc {
/*        width: 585px;*/
}
.cases_fr .casesfr_con ul li {
/*
        height: 123px;
        padding: 10px 30px;
*/
}
.cases_fr .casesfr_con .caindesc h3 {
	font-size: 16px;
}
.cases_fr .casesfr_con .caindesc p {
	font-size: 14px;
}
.cases_fr .casesfr_con .xuhao {
	font-size: 24px;
}
.tit h3 {
	font-size: 35px;
	margin-bottom: 15px;
	font-weight: bold;
}
.tit p {
	font-size: 24px;
}
/*
    .partner_con .par_two li {
        width: 10%;
    }
    .partner_con .par_one li:nth-child(1) {
        margin-left: 290px;
    }
    .partner_con .par_one li:nth-child(2) {
        margin-right: 365px;
    }
*/
.footer .foot_con .font_zong {
	margin-right: 140px;
}
.footer .foot_con .font_zongs .erwei {
	width: 140px;
	border: 10px solid #808083;
}
.footer .foot_con .font_zong p {
	margin-bottom: 25px;
}
.footer .foot_con .font_zong ul li {
	margin-bottom: 22px;
}
.footer .foot_con .hezuo p {
	color: #fff;
	margin-bottom: 5px;
}
}

@media screen and (max-width: 1600px) {
.cases_fr .casesfr_con .caindesc {
/*        width: 540px;*/
}
.footer .foot_con .font_zong {
	margin-right: 115px;
}
.product .pro_con .pro_desc h3 {
	font-size: 25px;
}
.product .pro_con .pro_desc .desc {
	font-size: 16px;
	line-height: 20px;
}
.chara .char_con ul li {
	height: auto;
}
}

@media screen and (max-width: 1500px) {
.case_con .case_fr .casefr_con {
	width: 100%;/* height: 445px; */
}
.case_con .case_fr .casefr_con img {
	height: 450px;
}
.case .case_con .case_fl p {
	line-height: 110px;
}
.case_con .case_fr .casefr_con .case_tit {
	width: 345px;
}
.case_fr .casefr_con .case_tit p {
	font-size: 15px;
	line-height: 22px;
}
.case .case_con .case_fl p {
	font-size: 20px;
}
.product .pro_con {
	height: 35vw;
}

.cain_tit h3 {
	font-size: 25px;
	font-weight: bold;
}
.cain_tit p {
/*	font-size: 35px;*/
}
.caseinfo {
	margin-top: 65px;
}
.footer .foot_con .font_zong {
	margin-right: 95px;
}
.footer .foot_con .font_zongs .erwei {
	border: 9px solid #808083;
	width: 130px;
}
}

@media screen and (max-width: 1400px) {
.footer .foot_con .font_zong {
	margin-right: 85px;
}

.head_con .nav ul li {
	padding: 0 40px;
}
/* .chara .char_con ul li {
        margin-right: 45px;
    } */
.cases_fr .casesfr_con .caindesc img {
	display: none;
}
.footer .foot_con .font_zongs .erwei {
	width: 130px;
	border: 8px solid #808083;
}
.footer .foot_con .font_zong p {
	margin-bottom: 30px;
}
.footer .foot_con .font_zong ul li {
	margin-bottom: 20px;
}
.footer .foot_di .xian {
	margin: 15px 0 25px;
}
.footer .foot_di p:last-child {
	margin-top: 15px;
}
.footer .foot_con .font_zong ul li a {
	font-size: 14px;
}
.footer .foot_con .font_zong p a {
	font-size: 18px;
}
/*
    .partner_con ul li {
        margin-right: 25px;
    }
    .partner_con .par_one li:nth-child(1) {
        margin-left: 120px;
    }
    .partner_con .par_one li:nth-child(2) {
        float: right;
        margin-right: 335px;
    }
*/
.caseinfo .cases_fl img {
	height: 540px;
}
.cases_fr .casesfr_con .caindesc {
/*        width: 475px;*/
}
.cases_fr .casesfr_con .caindesc img {
/*        width: 40px;*/
}
.cases_fr .casesfr_con ul li {
/*
        padding: 35px 40px;
        height: 200px;
*/
}


.product .pro_con .pro_desc h3 {
	font-size: 22px;
}
.product .pro_con .pro_desc .desc {
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
	letter-spacing: 3px;
}

}

@media screen and (max-width: 1300px) {
.cases_fr .casesfr_con ul li {
/*
        padding: 30px 30px;
        height: 200px;
*/
}
.cases_fr .casesfr_con .caindesc {
/*        width: 455px;*/
}
/* .case_con .case_fr .casefr_con {
        width: 660px;
    } */
.case_con .case_fr .casefr_con img {
	height: 375px;
}
.case_fr .casefr_con .case_tit .xian {
	height: 3px;
	margin-bottom: 15px;
}
.case_fr .casefr_con .case_tit h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.case_fr .casefr_con .case_tit p {
	font-size: 14px;
	line-height: 20px;
}
.case_con .case_fr .casefr_con .case_tit {
	width: 285px;
	position: absolute;
	top: 95px;
	left: 50px;
}
.case .case_con .case_fl p {
	line-height: 110px;
}
.case .case_con .case_fl p {
	width: 220px;
}
.case .case_con .case_fl p:nth-child(2n) {
	width: 200px;
}
.case .case_con .case_fl p:last-child {
	width: 180px;
}
.footer .foot_con .font_zong {
	margin-right: 65px;
}
.chara .char_con ul li p {
	font-size: 14px;
}
.chara .char_con ul li h3 {
	font-size: 18px;
	margin-top: 5px;
}
}

@media screen and (max-width: 1200px) {


.cases_fr .casesfr_con .caindesc {
/*        width: 395px;*/
}
.cases_fr .casesfr_con .caindesc p {
	margin-top: 5px;
	line-height: 20px;
	font-size: 14px;
}
.caseinfo .cases_fl img {
	height: 540px;
}
.cases_fr .casesfr_con ul li {
/*
        padding: 25px 25px;
        height: 175px;
*/
}
.cases_fr .casesfr_con .caindesc h3 {
	font-size: 16px;
}


.footer .foot_con .font_zong {
	margin-right: 55px;
}
.footer .foot_con .font_zongs .erwei {
	width: 120px;
	border: 8px solid #808083;
}
}

@media screen and (max-width: 1000px) {
.caseinfo .xian {
	width: 100%;
	height: 3px;
	background: #db6000;
	margin: 25px auto 15px;
}
.cain_tit h3 {
	font-size: 20px;
	font-weight: bold;
}
.cain_tit p {
/*	font-size: 25px;*/
/*	margin-top: 5px;*/
}
.cases_fr .casesfr_con ul li {
/*        padding: 15px 25px;*/
}
.cases_fr .casesfr_con .xuhao {
	font-size: 24px;
}
.cases_fr .casesfr_con .caindesc {
/*        width: 334px;*/
}
/*
    .partner_con .par_one li:nth-child(1) {
        margin-left: 40px;
    }
    .partner_con .par_one li:nth-child(1) img{
        width: 235px;
    }
    .partner_con .par_one li:nth-child(2) {
        margin-right: 295px;
    }
    .partner_con .par_one li:nth-child(2) img{
        width: 355px;
    }
    .partner_con .par_two li img {
        width: 130px;
    }
    .partner_con ul li {
        margin-bottom: 25px;
    }
    .partner_con .par_two li {
        width: 15%;
        margin-right: 10px;
        display: block;
        float: left;
    }
    .partner_con {
        margin: 30px auto 0;
    }
*/
.footer .foot_con .font_zong {
	margin-right: 13px;
}
/* .case_con .case_fr .casefr_con {
        width: 510px;
    } */
.case_con .case_fr .casefr_con img {
	height: 310px;
}
.case_con .case_fr .casefr_con .case_tit {
	top: 63px;
}
.case .case_con .case_fl p {
	line-height: 110px;
}
.head_con .nav ul li {
	padding: 0 25px;
}
.head_con .nav {
	margin-right: 18px;
	margin-top: 27px;
}
.head_con .nav ul li a {
	font-size: 14px;
}
.head_con .nav ul li a span {
	text-transform: uppercase;
	font-size: 14px;
}
.chara .char_con ul li {
	margin-right: 55px;/*width: 26%;*/
}
.chara .char_con ul li:nth-child(4n) {
	margin-right: 55px;
}
.chara .char_con ul li:nth-child(3n) {
	margin-right: 0;
}
.tubiao .kefu {
	margin-right: -15px;
}
.cases_fr .casesfr_con .caindesc img {
/*        width: 30px;*/
}
}

@media screen and (max-width: 750px) {
.head_con {
	width: 100%;
	height: 1rem;
	padding: 0 0.3rem;
}
.head_con .logo {
	float: left;
	width: 24%;
	line-height: 1rem;
}
.head_con .icon {
	display: none;
}
.menu {
	width: 8%;
	height: 1rem;
	line-height: 0.8rem;
}
.menu span {
	display: inline-block;
	width: 100%;
	height: 0.03rem;
	background: #fff;
	position: relative;
}
.menu span::before {
	content: "";
	width: 100%;
	height: 0.03rem;
	background: #fff;
	position: absolute;
	display: inline-block;
	top: -10px;
	left: 0;
}
.head_con .nav {
	display: none;
}
.menu span::after {
	content: "";
	width: 100%;
	height: 0.03rem;
	background: #fff;
	position: absolute;
	display: inline-block;
	bottom: -10px;
	left: 0;
}
.phone_nav {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 999999;
	background: #2b2c30;
	top: 0;
	left: 0;
	padding-top: 1rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	display: none;
}
.phone_nav .del {
	color: #fff;
	position: absolute;
	right: 0.5rem;
	top: 0.3rem;
	font-size: 0.3rem;
}
.phone_nav ul li {
	width: 100%;
	margin-bottom: 0.3rem;
	border-bottom: 0.01rem solid #ccc;
	padding-bottom: 0.3rem;
}
.phone_nav ul li a {
	color: #fff;
	font-size: 0.34rem;
	text-align: center;
}
/* 手机导航二级分了 */
.pro_fen {
	margin-top: 0.2rem;
	/* padding-left: 0.5rem; */
	display: none;
}
.pro_fen ul li {
	margin-bottom: 0.05rem;
	border-bottom: none;
	text-align: center;
}
.pro_fen ul li a {
	color: #fff;
	font-size: 0.26rem;
}
.thr_fen {
	margin-top: 0.2rem;
	/* padding-left: 0.5rem; */
	display: none;
}
.chara {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.tit h3 {
	font-size: 0.38rem;
	margin-bottom: 0.15rem;
}
.tit p {
	font-size: 0.25rem;
}
.chara .char_con {
	margin: 0.5rem auto 0;
}
.chara .char_con ul li {
	margin-right: 0;
	/*width: 50%;*/
	padding-right: 0.3rem;
	padding-left: 0.3rem;
	padding-bottom: 0.3rem;
	height: auto;
	margin-bottom: 0.15rem;
}
.chara .char_con ul li:nth-child(3n) {
/* margin-right: 0.55rem; */
}
.chara .char_con ul li:nth-child(2n) {
	margin-right: 0;
}
.chara .char_con ul li h3 {
	font-size: 0.2rem;
	margin-top: 0;
	margin-bottom: 0.15rem;
}
.chara .char_con ul li img {
	width: 1rem;
	margin: 0.2rem auto 0;
}
.chara .char_con ul li p {
	font-size: 0.14rem;
	display: none;
}
.case {
	margin-top: 0rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.case .case_con {
	margin: 0.5rem auto 0;
}
.case .case_con .case_fl {
	float: none;
	width: 100%;
}
.case .case_con .case_fl p.active {
	width: 48% !important;
}
.case .case_con .case_fl p {
	width: 48%;
	float: left;
	font-size: 0.25rem;
	margin-right: 0.2rem;
	margin-bottom: 0.2rem;
	line-height: 0.8rem;
}
.case .case_con .case_fl p:nth-child(2n) {
	margin-right: 0;
	width: 48%;
	margin-bottom: 0.24rem;
}
.case .case_con .case_fl p:last-child {
	width: 48%;
	margin-bottom: 0.24rem;
}
.case .case_con .case_fr {
	float: none;
	width: 100%;
}
.case_con .case_fr .casefr_con {
	width: 100%;/* height: 3rem; */
}
.case_con .case_fr .casefr_con img {
	height: auto;
}
.case_fr .casefr_con .case_tit p {
	font-size: 0.14rem;
	line-height: 0.3rem;
}
.case_con .case_fr .casefr_con .case_tit {
	width: 5rem;
	left: 0.3rem;
	top: 0.4rem;
}
.case_fr .casefr_con .case_tit h3 {
	font-size: 0.18rem;
	margin-bottom: 0.1rem;
}
.case_fr .casefr_con .case_tit .xian {
	height: 0.03rem;
	width: 0.4rem;
	margin-bottom: 0.15rem;
}
.product {
	margin-top: 0.5rem;
}
.product .pro_con {
	margin-top: 0.5rem;
	height: auto;
	display: none;
}
.product .pro_con .pro_tit {
	position: static;
	width: 80%;
	margin: 0 auto 0.3rem;
}
.product .pro_con .pro_tit {
	height: auto;
}
.product .pro_con .pro_tit {
	font-size: 0.16rem;
	/*        writing-mode:lr-tb;*/
	float: left;
	width: 48%;
	height: 3rem;
	line-height: 0.8rem;
	margin-right: 0.2rem;
	margin-bottom: 0.1rem;
}
.product .pro_con .pro_desc {
	width: 55%;
	top: 2.4rem;
	left: 0.8rem;
	display: none;
}
.product .pro_con .pro_desc h3 {
	font-size: 0.22rem;
}
.product .pro_con .pro_desc .desc {
	font-size: 0.16rem;
	line-height: 0.25rem;
	margin-top: 0.2rem;
	letter-spacing: 0.03rem;
}
.product .pro_con_m {
	display: block;
}
.caseinfo {
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.cain_tit h3 {
	font-size: 0.38rem;
}
.cain_tit p {
	font-size: 0.25rem;
	margin-top: 0.05rem;
}
.caseinfo .xian {
	width: 100%;
	height: 0.03rem;
	background: #db6000;
	margin: 0.25rem auto 0.15rem;
}
.caseinfo .cases_fl {
	width: 100%;
	margin: 0 auto;
	float: none;
}
.caseinfo .cases_fl img {
	height: auto;
}
.caseinfo .cases_fr {
	width: 100%;
	margin: 0.3rem auto 0;
	float: none;
}
.cases_fr .casesfr_con{
	padding-top: 0.15rem;
	padding-bottom: 0.25rem;
	background-color: #f5f5f5;
}
.cases_fr .casesfr_con ul li {
	padding: 0.25rem 0.25rem;
	height: auto;
}
.cases_fr .casesfr_con .xuhao {
	font-size: 0.3rem;
	margin-right: 0.1rem;
}
.cases_fr .casesfr_con .caindesc {
	width: 90%;
}
.cases_fr .casesfr_con .caindesc h3 {
	font-size: 0.18rem;
	margin-top: 0rem;
}
.cases_fr .casesfr_con .caindesc p {
	margin-top: 0.05rem;
	line-height: 0.25rem;
	font-size: 0.14rem;
}
.cases_fr .casesfr_con .caindesc img {
	width: 0.3rem;
	margin-top: 0.1rem;
}
.partner {
	margin-top: 0.5rem;
}
.partner_con {
	width: 85%;
}
.partner_con ul li img {
	width: 100%;
}
.par_one {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.partner_con {
	margin: 0.3rem auto 0;
}
.partner_con .par_one li {
	min-height: 1rem;
}

.partner_con .par_one li:nth-child(1) {
	width: 50%;
	height: auto;
	display: inline-block;
}
.partner_con .par_one li:nth-child(2) {
	width: 50%;
	height: auto;
	margin-right: 0;
	display: inline-block;
}
.partner_con .par_one li:nth-child(1) {
	margin-left: 0rem;
}
.partner_con .par_one li:nth-child(1) img {
	width: 100%;
	height: 100%;
}
.partner_con .par_one li:nth-child(2) img {
	width: 100%;
	height: 100%;
}
.partner_con .par_one li:nth-child(2) {
/*        margin-right: 2rem;*/
}
.partner_con ul li {
	margin-bottom: 0.15rem;
	min-height: 1rem;
}
.partner_con .par_two li {
	width: 32%;
	margin-right: 0.1rem;
	display: block;
	float: left;
}
.partner_con .par_two li:nth-child(6n) {
	margin-right: 0rem;
}
.partner_con .par_two li:nth-child(3n) {
	margin-right: 0;
}
.partner_con .par_two li img {
	width: 1.7rem;
}
.footer .foot_con {
/*	display: none;*/
}
.footer .foot_con {
	width: 85%;
	margin: 0 auto;
	padding-top: 0.8rem;
	padding-left: 0rem;
	padding-right: 0rem;
}
.font_zong{
	display: none;
}
.footer .foot_con .font_zongs p a {
    font-size: 0.3rem;
    color: #fff;
}
.footer .foot_con .font_zongs p {
    margin-bottom: 0.3rem;
    padding-left: 0.1rem;
	display: none;
}
.footer .foot_con .font_zongs .erwei {
    width: 2.5rem;
	height: 2.5rem;
    border: 0.15rem solid #808083;
}
	.footer .foot_con .hezuo .hezuo_tit {
    color: #db6000;
    font-size: 0.3rem;
}
	.footer .foot_con .hezuo p {
    color: #fff;
    margin-bottom: 0.1rem;
}
.footer .foot_con .hezuo {
    margin-top: 0rem;
    margin-left: 0.3rem;
}
.footer .foot_di {
	width: 90%;
	margin: 0 auto;
	padding-top: 0.5rem;
}
.footer .foot_di p {
	font-size: 0.15rem;
}
.footer .foot_di .xian {
	margin: 0.15rem 0 0.25rem;
}
.footer .foot_di p:last-child {
	margin-top: 0.15rem;
}
.footer {
	padding-bottom: 0.4rem;
	margin-top: 0.5rem;
}
.top {
	display: none;
}
.product .pro_tit_m {
	display: block;
	padding-top: 0.5rem;
}
.pro_tit_m {
	width: 80%;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.pro_tit_m li {
	width: 48%;
	margin-bottom: 0.24rem;
	line-height: 10vw;
	float: left;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-align: center;
	margin-right: 0.24rem;
	font-size: 0.25rem;
}
.pro_tit_m li:nth-child(2n) {
	margin-right: 0;
}
.pro_list_m {
	width: 80%;
	height: 3rem;
	/*		display: none;*/
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	display: none;
}
/*
	.pro_list_m:nth-child(1){
		display: block;
	}
*/
.pro_list_m h3 {
	font-size: 0.25rem;
	padding-top: 0.8rem;
	padding-left: 0.3rem;
}
.pc {
	display: none;
}
.shouji {
	display: table;
	width: 100%;
}
}
