@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
	background-color: white;
}

html {
	font-size: 62.5%;
	/*10 ÷ 16 × 100% = 62.5%*/
}

body {
	font-size: 1.4rem;
	/*1.4 × 10px = 14px */
}

h1 {
	font-size: 2.4rem;
	/*2.4 × 10px = 24px*/
}
img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}


/**/

.i-header-one-w,


/*.footer-w,*/
/*.foote-bottom,*/
.contactusdiyou {
	display: none;
}


/**/

.i-header-logo-w {
	width: 100%;
	/*max-width: 640px;*/
	background: #fff;
	border-bottom: 1px solid #666565;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.i-header-logo {
	width: 100%;
}

.i-header-logo p.logo img {
	display: block;
	/*margin: auto;*/
	width: 50%;
	padding: 5px 0px;
}
.my-more a{
	margin-left: 3px;
	margin-right: 3px;
}
.i-header-logo ul {
	margin: 8px 0px;
	float: left;
	width: 100%;
}

.i-header-logo ul li {
	width: 16.5%;
	float: left;
	text-align: center;
	font-size: 1.2rem;
}

.i-header-logo ul li img {
	display: block;
	margin: 5px auto;
}
.backbtn{
	display: none;
}
.secondmenu{
	display: none;
}
/**/
.zwf{
	height: 60px;
	width: 100%;
}
.i-header-nav-w {
	width: 100%;
	/*max-width: 768px;*/
}

.i-header-nav-w li.nav640 {
	width: 100%;
	text-align: center;
	background-color: #ed7f1e;
	color: white;
	padding: 5px 0px;
	font-size: 14px;
}

.i-header-nav {
	width: 100%;
	display: none;
}

.i-header-nav li {
	width: 100%;
	margin: auto;
	font-size: 14px;
	padding: 6px 0px;
	background-color: #999999;
	color: white;
	text-align: center;
	/*border-top: 1px solid white;*/
}
/**/
.i-pro-tit{
	width: 100%;
	margin: 1rem 0rem;
	text-align: center;
	font-size: 2.4rem;
}
.i-pro-tit span{
	display: none;
}
/**/
.i-pro-list{
	width: 95%;
	margin: auto;
}
.i-pro-list ul.cpList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.i-pro-list ul.cpList li{
	width: 49%;
	margin-bottom: 0.8rem;
}
.i-pro-list ul.cpList li img{
	display: block;
	width: 100%;
}
.i-pro-list ul.cpList li p.tit{
	width: 100%;
	text-align: center;
	padding: 0.2rem 0rem;
	color: white;
	background-color: #E57716;
}
.i-pro-list ul.cpList li p.more{
	display: none;
}
.i-pro-list .leftpronav{
	display: none;
}
/**/
.i-kehu-w{
	width: 95%;
	margin: auto;
}
.i-kehu{
	width: 100%;
	margin: 1rem 0rem;
	text-align: center;
	font-size: 2.4rem;
}
.i-kehu span{
	display: none;
}
.i-kehu .left{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.i-kehu .left a{
	width: 31%;
}
.i-kehu .left a img{
	display: block;
	width: 100%;
}
.i-kehu .right{
	width: 100%;
}
.i-kehu .right img{
	width: 100%;
	display: block;
}
/**/

.i-shili-w {
	width: 95%;
	margin: auto;
}

.i-shili {
	width: 100%;
	margin: auto;
	/*position: relative;*/
}

.i-shili .right {
	/*float: right;*/
	width: 100%;
}
.i-shili .right ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.i-shili .right ul li {
	width:50%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.i-shili .right ul li img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 3rem;
	margin: 3px auto;
}

.i-shili .right ul li p.one {
	color: #333333;
	font-weight: bold;
	margin-bottom: 3px;
}

.i-shili .right ul li p.two {
	font-size: 14px;
	color: #666666;
}

.i-shili .left {
	width: 100%;
	padding: 4%;
	/*float: left;*/
	background-color: white;
	box-shadow: 0px 0px 3px 3px #CCCCCC;
	/*position: absolute;
	top: -200px;
	left: 0;*/
	border-radius: 0px 40px 0px 0px;
	margin: 0;
}

.i-shili .left p.one {
	padding-bottom: 7px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 10px;
}

.i-shili .left p.one span {
	padding-bottom: 5px;
	border-bottom: 4px solid #7d7d7d;
}

.i-shili .left p.two {
	width: 75%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	padding-left: 40px;
	color: #666666;
	margin-bottom: 5px;
}
/**/
.i-shili .right p.tit{
	width: 100%;
	margin: 1rem 0rem;
	text-align: center;
	font-size: 2.4rem;
}
.i-shili .right p.tit span{
	display: none;
}
/**/
.footer-w{
	width: 100%;
	padding: 1rem 0rem;
	background-color: #7c7c7c;
}
.footer{
	width: 95%;
	margin: auto;
}
.footer .one{
	margin-bottom: 1rem;
}
.footer .one p.title{
	color: white;
	font-weight: bold;
	padding-bottom: 0.4rem;
	margin-bottom: 0.4rem;
	border-bottom: 1px solid white;
}
.footer .one span{
	color: white;
	
	justify-content: flex-start;
}
.footer .one span a{
	margin-right: 8px;
	display: inline-block;
}
.footer .two p.title{
	color: white;
	font-weight: bold;
	padding-bottom: 0.4rem;
	margin-bottom: 0.4rem;
	border-bottom: 1px solid white;
}
.footer .two span{
	color: white;
	
	justify-content: flex-start;
}
.footer .two span a{
	margin-right: 8px;
	display: inline-block;
}
.footer .two-two{
	margin-bottom: 1rem;
}
.footer .three p.title{
	color: white;
	font-weight: bold;
	padding-bottom: 0.4rem;
	margin-bottom: 0.4rem;
	border-bottom: 1px solid white;
}
.footer .three .ewmb{
	text-align:center;
	}
.footer .three img{
	width: 40%;
	margin: auto;
/*	display: block;*/
}
.foote-bottom{
	display: none;
}
.foote-bottom-m{
	width: 100%;
	padding: 0.7rem 0rem;
	text-align: center;
	background-color: #636363;
	font-size: 1rem;
	color: white;
	line-height: 1.6;
}
.myintro{
	padding-left: 2px!important;
	padding-right: 2px!important;
}
.myintro>P{
	width: 50%!important;
	height: 170px;
	padding: 0 5px!important
}
.myintro>P p{
	padding: 10px 0;
	line-height: 1.5!important;
	height: auto!important;
	/*text-align: left!important;*/
}
.right-pop{
	display: none!important;
}
.leftpronav{
	display: none!important;
}
.about_compre .prt02_con ._sologan_wrap ._wd span{
	display: block;
}
.about_compre .prt02_con ._sologan_wrap ._tt{
	padding-top: 30px;
}
.about_compre .prt02_con{
	height: auto;
}
.about_compre .part03 .cul_list li{
	width: 100%;
}
.wxbybox li{
	width: 50%;
}
.list.f-cb.por.ovh.wimg>div{
	width: 100%!important;
}
.himg .clearfix>div{
	width: 100%!important;
}
.himg .clearfix>div img{
	margin: 0;
}
.list.f-cb.por.ovh.wimg ul li{
	width: 100%;
}
.lfooter{
	display: block;
}
.i-header-nav-w .nonelist{
	display: none!important;
}
.peizeven .pic-l{
	width: 100%;
}
.peizeven .txt-r{
	width: 100%;
	padding-left:0 ;
}
.peiizodd .txt-l{
	width: 100%;
	padding-right:0 ;
}
.peiizodd .pic-r{
	width: 100%;
}
.about_compre .part03 .pic_wd ._txt_con .rect-75{
	padding-bottom: 50%
}
.about_compre .prt03_box_lt ._sologan ._desc{
	width: 100%;
}
.rect-75{
	padding-bottom: 106%;
}
.about_compre .prt03_box_lt .rect-75 img{
	height: 100%;
}
.two-t{
	padding-left: 110px!important;
}
.ab-part1 .right-text .memo-com{
	padding: 0;
}
.ab-part1{
	padding: 20px 0;
}
.about_compre .part03{
	padding-top: 0;
	margin-top: 10px;
}
.about_compre .part03 .biaoti{
	padding: 0;
}
.about_compre .prt03_box_lt ._sologan{
	padding-bottom: 0;
	padding-top: 0;
}
.about_compre .prt02_con ._sologan_wrap ._wd{
	margin: 0;
}
.about_compre .prt02_con ._sologan_wrap{
	margin: 0;
}
.ab-part1 .right-text .j-line{
	display: none;
}
.about_compre .pic_wd ._txt_con ._tt{
	font-size: 18px;
}
.rect-75{
	padding-bottom: 0;
}
.about_compre .prt03_box_lt ._msk{
	position: static;
}




.i-header-logo p.yuyan{
	display: block;width: 50%;
	text-align: center;
	padding: 10px 0;
	float: right;
}
.i-header-logo .logo{
	width: 50%;
	float: left;
}
.i-header-logo .logo img{
	width: 100%!important;
}
