/*reset*/
* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "微软雅黑";
	color: #666666;
}

body {
	overflow-x: hidden; 
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a {
	text-decoration: none;
	outline: none;
	font-family: "微软雅黑";
	color: #666666;
	cursor: pointer;
	font-size: 12px;
}

li {
	font-size: 12px;
	font-family: "微软雅黑";
	list-style: none;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
	font-size: 12px;
}

body,
p,
span {
	font-family: "微软雅黑";
}

img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

img {
	border: 0;
	vertical-align: middle;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	mainContent: "";
	clear: both;
}



.header {
	width: 100%;
	height: 1.2rem;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	max-width: 7.5rem;
	margin: 0 auto;
	z-index: 9999;
	background: #FFFFFF;
}

.header .logo {
	float: left;
	height: 0.42rem;
	margin: 0.26rem 0 0 0.26rem;
	font-size: 0;
}

.header .logo img {
	width: 3.74rem;
	height: auto;
}

.header .icon {
	float: right;
	margin: 0.44rem 0.26rem 0 0;
	background: url(nav.png) no-repeat center;
	width: 0.37rem;
	height: 0.31rem;
	background-size: contain;
}

.menulist {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 1rem;
	background-color: #f6f6f6;
	display: none;
}

.menulist>ul {
	padding: 0 0.26rem;
}

.menulist>ul>li {
	width: 100%;
	position: relative;
}

.menulist>ul>li>a {
	padding: 0 0.15rem;
	line-height: 1rem;
	border-bottom: 0.01rem solid #e5e5e5;
	display: block;
	font-size: 0.32rem;
	color: #333333;
	background: url(menulibg.png) right center no-repeat;
	background-position: right 0.13rem top 0.35rem;
	background-size: 0.23rem 0.14rem;
}
.menulist >ul >li>b, .menulist >ul >li >ul>li b{
    position: absolute;
    display: block;
    width: 40%;
    height: 1rem;
    right: 0;
    top: 0; 
    background-size: 18%;
	
}
.menulist>ul>li>ul {
	margin-top: 0.15rem; 
}

.menulist>ul>li>ul>li {
	padding: 0 0.17rem 0 0.7rem
}

.menulist>ul>li>ul>li>a {
	font-size: 0.32rem;
	color: #666666;
	line-height: 0.8rem;
	display: block;
	background: url(menulibg2.png) right center no-repeat;
	background-size: 0.12rem 0.22rem;
}

.menulist>ul>li>ul>li:last-child {
	border-bottom: 0.01rem solid #e5e5e5;
	padding-bottom: 0.15rem;
}


.banner {
	max-width: 7.5rem;
	width: 100%;
	height: 3.73rem;
	position: relative;
	margin: 1rem auto 0;
}

.banner img {
	max-width: 7.5rem;
	width: 100%;
}

.banner .flex-control-nav {
	max-width: 750px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0rem;
	text-align: center;
	height: 0.75rem;
	font-size: 0;
	line-height: 0.75rem;
}

.banner .flex-control-nav li {
	display: inline-block;
	margin: 0 0.1rem;
}

.banner .flex-control-nav li a {
	width: 0.2rem;
	height: 0.2rem;
	background: #fff;
	/*border-radius: 50%;*/
	display: block;
	text-align: center;
	line-height: 0.2rem;
	color: #fff;
	font-size: 0;
	border-radius: 0.2rem;
	font-size: 0;
	transition: all 0.3s;
}

.banner .flex-control-nav li a.flex-active {
	background: #177cc0;
	/* width: 1rem; */
}

.indexcontent {
	background-color: #FFFFFF;
	padding: 0 0.26rem;
	border-bottom: 0.13rem solid #F6F6F6;
}

.titleitem {
	width: 100%;
	height: 1.04rem;
	background: url(titlebg01.jpg) left center no-repeat;
	background-size: 0.05rem 0.26rem;
	line-height: 1.04rem;
}

.titleitem h3 {
	float: left;
	font-size: 0.36rem;
	color: #003a94;
	padding-left: 0.28rem;
}

.titleitem a {
	float: right;
	font-size: 0.24rem;
	color: #999;
}

.indexcontent img {
	max-width: 100%;
}

.introtext {
	padding: 0.3rem 0 0.5rem 0;
	font-size: 0.28rem;
	color: #666666;
	line-height: 0.5rem;
}

.yewuindex {
	padding-bottom: 0.59rem;
}

.ywuly {
	width: 100%;
	height: auto;
	background: url(indexbg02.jpg) center no-repeat;
}

/****/
.technology {
	margin: 0.88rem 0.24rem 1.7rem;
	position: relative;
}

.technology .ywulyinfo {
	width: 4.62rem;
	height: 5.88rem;
	background-color: #FFFFFF;
	margin: 0 auto;
}

.technology .ywulyinfo a {
	display: block;
	padding: 0 0.36rem;
	position: relative;
}

.technology .ywulyinfo i {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -0.35rem;
	z-index: 11;
	width: 0.69rem;
	height: 0.03rem;
	background-color: #f87b22;
}

.technology .ywulyinfo h3 {
	height: 0.96rem;
	line-height: 0.96rem;
	text-align: center;
	color: #333333;
	font-size: 0.28rem;
}

.technology .ywulyinfo img {
	width: 100%;
	height: 2.17rem;
	border-radius: 0.2rem;
}

.technology .ywulyinfo .ywuly-txt {
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.4rem;
	padding: 0.2rem 0 0.35rem 0;
}

.technology .ywulyinfo p {
	width: 1.82rem;
	height: 0.55rem;
	margin: 0 auto;
	text-align: center;
	line-height: 0.54rem;
	border: 0.01rem solid #f6f6f6;
	font-size: 0.24rem;
	color: #999999;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -0.8rem !important;
}

.technology .swiper-pagination-bullet {
	width: 0.12rem !important;
	height: 0.12rem !important;
	background: none !important;
	border: 0.01rem solid #FFFFFF;
	opacity: 1 !important;
}

.technology .swiper-pagination-bullet-active {
	width: 0.5rem !important;
	height: 0.14rem !important;
	background: #FFFFFF !important;
	border-radius: 0.2rem !important;
}

/******/
.caseanli {
	padding-bottom: 0.2rem;
}

.caseanli ul li {
	width: 48%;
	float: left;
	margin-bottom: 0.43rem;
}

.caseanli ul li:nth-child(2n) {
	float: right;
}

.caseanli ul li a {
	display: block;
}

.caseanli ul li img {
	width: 100%;
	height: 2.39rem;
}

.caseanli ul li p {
	font-size: 0.28rem;
	color: #666666;
	line-height: 0.5rem;
	margin-top: 0.1rem;
	height: 1rem;
}

.caseanli::after {
	display: block;
	content: "";
	clear: both;
}

/*****/
.indexcontent-new {
	border: none;
	margin-bottom: 1.45rem;
}

.newsmobile {
	padding-bottom: 0.16rem;
}

.newsmobile ul li {
	width: 100%;
	height: 1.77rem;
	background-color: #f6f6f6;
	margin-bottom: 0.16rem;
}

.newsmobile ul li a {
	display: block;
	padding: 0.23rem;
}

.newsmobile ul li h3 {
	font-size: 0.28rem;
	color: #666666;
	font-weight: 500;
}

.newsmobile ul li .nmobtxt {
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.45rem;
}

/*****/
.footer {
	width: 100%;
	height: 1.45rem;
	background-color: #414141;
	position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin: 0;
		z-index: 999;
}

.footer p {
	text-align: center;
	color: #ffffff;
	font-size: 0.24rem;
	opacity: 0.7;
	line-height: 0.45rem;
	padding-top: 0.25rem;
}

.footer .foot-a { 
	text-align: center;
	color: #ffffff;
	opacity: 0.7;
	font-size: 0.24rem;
}
.footer .foot-a a{
	font-size: 0.24rem;
	color: #ffffff;
	opacity: 0.7;
}
/******/
.neibanner {
	width: 100%;
	height: 2.81rem;
	position: relative;
	margin-top: 1rem;
}

.neibanner .calssnameon {
	position: absolute;
	z-index: 11;
	margin: 0;
	width: 100%;
	top: 0.9rem;
}

.neibanner .calssnameon p {
	color: #FFFFFF;
	font-size: 0.36rem;
	text-align: center;
}

/****/
.wapnei {
	padding: 0.5rem 0.26rem;
	background-color: #FFFFFF;
	font-size: 0.28rem;
	color: #666666;
	line-height: 0.5rem;
	margin-bottom: 1.45rem;
}

.comjj ul li {
	margin-bottom: 1.14rem;
}

.comjj ul li h3 {
	font-size: 0.3rem;
	color: #273c89;
}

.comjj ul li .comtxt {
	margin: 0.1rem 0 0.5rem 0;
	font-size: 0.28rem;
	color: #666666;
	line-height: 0.5rem;
}

.comjj ul li img {
	max-width: 100%;
	height: auto;
}

/****/
.honormobile ul::after {
	display: block;
	content: "";
	clear: both;
}

.honormobile ul li {
	width: 50%;
	float: left;
	margin-bottom: 0.3rem;
}

.honormobile ul li a {
	display: block;
	width: 100%;
	height: 3.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.honormobile ul li img {
	max-width: 80%;
}

.honormobile ul li p {
	text-align: center;
	font-size: 0.28rem;
	line-height: 0.8rem;
	height: 0.8rem;
}

/****/
.bgancase {
	padding: 0.36rem 0.26rem 0.85rem;
	position: relative; 
	margin-bottom: 0.07rem;
}

.bgancase dl dt {
	width: 100%;
	height: 3.64rem;
	margin: 0 auto;
	overflow: hidden;
}

.bgancase dl dt img {
	width: 100%;
	min-height: 100%;
}

.bgancase dl dd {
	font-size: 0.28rem;
	text-align: center;
	color: #666666;
	line-height: 0.5rem;
	margin-top: 0.1rem;
}

.bgancase .swiper-container-horizontal>.swiper-pagination-bullets,
.bgancase .swiper-pagination-custom,
.bgancase .swiper-pagination-fraction {
	bottom: 0.2rem !important;
}

.bgancase .swiper-pagination-bullet {
	width: 0.21rem !important;
	height: 0.2rem !important;
	background: none !important;
	border: 0.02rem solid #c9c9c9;
	opacity: 1 !important;
}

.bgancase .swiper-pagination-bullet-active {
	background: #273c89 !important;
	width: 0.25rem !important;
	height: 0.24rem !important;
	border: none !important;
}

.bgancase-list{ 
	padding:  0.26rem 0.26rem 0.7rem;
	margin-bottom: 1.45rem;
}
.bgancase-list li{
	line-height: 0.7rem;
	font-size: 0.28rem;
	color: #666666;
}
/****/
.wapcontact{
	background-color: #FFFFFF;
}
.wapcontact .wctitle{
	width: 100%; 
	border-bottom: 0.01rem solid #d2d2d2;
	text-align: center;
	padding-bottom: 0.25rem;
}
.wapcontact .wctitle p{
	font-size: 0.3rem;
	color: #333333;
	padding-top: 0.5rem;
}
.wapcontact .wctitle span{
	font-size: 0.14rem;
	color: #999999;
	padding-top: 0.2rem;
}
.wapcontact .wc-info{
	padding:0.3rem 0 0.7rem  1.4rem;
	font-size: 0.28rem;
	color: #666666;
	line-height: 0.6rem; 
}
.wapcontact  .wapmap{
	margin: 0 0.26rem 2.45rem;
	height: 4.37rem; 
	background-color: #FFFFFF;
	overflow: hidden; 
}


/*****/
.postzpwap{  
	background-color: #FFFFFF;
}
.postzpwap>ul{
	padding:0.34rem 0.26rem 0.3rem;
}
.postzpwap > ul > li{
	position: relative;
	border-bottom: 0.01rem solid #e5e5e5;
	line-height:0.8rem;
} 
.postzpwap > ul > li > a{
	line-height:0.8rem;
    height:0.8rem;
    color: #333333;
    font-size: 0.28rem;
    display: inline-block;
    display: block;
    overflow: hidden; 
} 
.postzpwap  ul li  a  div{
	float: left;  
}
 
.postzpwap   ul li  .posttitle{
	width: 4.55rem;    
} 
.postzpwap  ul li  .postitem1{
	width: 2.2rem; 
	color: #999999;
}
 
.postzpwap  ul li ul{
	 display: none; 
}
.postzpwap  ul li ul li{
	padding:0.2rem 0.35rem 0.6rem;
	background-color: #eef2fb;
	border-top: 0.02rem solid #273c89;
}
.postzpwap  ul li ul li::after{
	display: block;
	content: "";
	clear: both;
}
.postzpwap  ul li ul li .pd-con{ 
	margin-bottom: 0.5rem; 
}
.postzpwap  ul li ul li .pd-con h3{
	font-size: 0.26rem;
	color: #666666; 
	font-weight: bold;
}
.postzpwap  ul li ul li .pd-con  .pd-con-text{
	line-height: 0.5rem; 
	font-size: 0.26rem;
	color: #666666;
} 
.postzpwap >ul >li>b, .postzpwap >ul >li >ul>li b {
    position: absolute;
    display: block;
    width: 100%;
    height:0.8rem;
    right: 0;
    top: 0;
    background: url(menulibg2.png) 96% center no-repeat; 
	cursor: pointer;
	background-size: 0.12rem 0.22rem;
}
.waprczp-text{
	background:url(rczpwap.jpg) center 0 no-repeat;
	height: 12.62rem;
	padding-bottom: 0.58rem;
	background-size: 6.99rem 12.62rem;
	margin-bottom: 1.45rem;
}
.fulitext{
	padding: 0.5rem 0.68rem;
}
.fulitext p{
	color: #FFFFFF;
	font-size: 0.28rem;
	line-height: 0.5rem;
}

/******/
.wapnews{
	margin: 0.3rem 0 1.45rem 0;
}
.wapnews ul{
	padding: 0.26rem;
}
.wapnews ul li{
	margin-bottom: 0.78rem;
}
.wapnews ul li a{display: block;}
.wapnews ul li .wn-img{
	width: 100%;
	height: 3.12rem;
	border-radius: 0.2rem;
	overflow: hidden;
}
.wapnews ul li .wn-img img{
	width: 100%;
	min-height: 100%;
}
.wapnews ul li h3{
	margin-top: 0.13rem;
	line-height: 0.57rem;
	font-size: 0.32rem;
	color: #273c89;
}
.wapnews ul li .wn-text{
	font-size: 0.26rem;
	color: #666666;
	line-height: 0.5rem;
}
.wapnews ul li .wn-time{
	margin-top: 0.2rem;
	line-height: 0.62rem;
}
.wapnews ul li .wn-time::after{
	display: block;
	content: "";
	clear: both;
}
.wapnews ul li .wn-time em{
	float: left;
	font-size: 0.26rem;
	color: #666666;
}
.wapnews ul li .wn-time span{
	float: right;
	width: 1.82rem;
	height: 0.62rem;
	text-align: center;
	background-color: #f87b22;
	color: #FFFFFF;
	border-radius: 0.15rem;
	font-size: 0.24rem;
}

/*****/
.wapbusiness{
	margin-bottom: 1.45rem;
}
.wapbusiness ul{
	padding: 0.26rem;
}
.wapbusiness ul li{
	margin: 0.2rem 0 0.7rem 0;
}
.wapbusiness ul li .wbimg{
	width: 100%;
	height: 3.9rem;
	border-radius: 0.15rem;
	overflow: hidden;
}
.wapbusiness ul li .wbimg img{
	width: 100%;
	height: 100%;
}
.wapbusiness ul li h3{
	color: #333333;
	font-size: 0.32rem;
	line-height: 0.8rem;
	text-align: center;
}
.wapbusiness ul li .wbtext{
	font-size: 0.26rem;
	color: #666666;
	line-height: 0.45rem;
}

/****/
.wapworld{
	margin-bottom: 1.45rem;
}
.wapworld ul{
	padding: 0.4rem 0.26rem;
}
.wapworld::after{
	display: block;
	content: "";
	clear: both;
}
.wapworld ul li{
	width: 48%;
	float: left;
	margin-bottom: 0.36rem;
}
.wapworld ul li:nth-child(2n){
	float: right;
}
.wapworld ul li a{display: block;}
.wapworld ul li img{
	width: 100%;
	height: 2.28rem;
	border-radius: 0.15rem;
}
.wapworld ul li p{
	font-size: 0.28rem;
	color: #666666;
	line-height: 0.6rem;
}

/*****/
.details{
	padding: 0.26rem;
	    background: #fff;
	    margin-bottom: 2rem; 
}
.details .details-title {
    text-align: center;
    padding-bottom: 0.24rem;
    margin-bottom: 0.24rem;
    border-bottom: 1px dashed #dedede;
}
.details .details-title h3 {
    font-size: 0.32rem;
    color: #333;
    font-weight: normal;
}
.details .details-title p {
    font-size: 0.28rem;
    margin-top: 0.1rem;
    line-height: 0.6rem;
    color: #999;
}
.details .details-content {
    font-size: 0.3rem;
    line-height: 0.5rem;
    overflow: hidden;
}
.details .prev-next {
    padding-top: 0.24rem;
    margin-top: 0.24rem;
    border-top: 1px dashed #dedede;
}
.details .prev-next p,.details .prev-next em,.details .prev-next span,.details .prev-next a {
    font-size: 0.3rem;
    line-height: 0.6rem;
}


/****/
.wapdanye{
	background-color: #FFFFFF;
	padding:0.3rem 0.26rem 0.7rem;
	min-height: 5rem;
	font-size: 0.26rem;
	color: #666666;
	line-height: 0.5rem;
	margin-bottom: 1.45rem;
}
.wapdanye img{
	max-width: 100%;
	margin: 0 auto;
}
/*  */
.layui-laypage{width: 100%;text-align: center;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background: #003a94;}
.layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-skip{padding: 0 0.1rem;}


/*  */
.innerForm table{width: 100%;}
.innerForm table input{margin: 0.15rem 0;}
.innerForm table .layui-input,.innerForm table .layui-textarea{margin: 0.1rem 0;font-size: 0.3rem;}
.innerForm table .layui-textarea{height: 3.5rem;}
.innerForm table .layui-btn{width: 100%;background: #003a94;}





