
/*页面自适应设置*/

@media screen and (min-width: 720px) {
	html {
		font-size: 100px;
	}
}

@media screen and (max-width: 640px) and (min-width: 600px) {
	html {
		font-size: 88.89px;
	}
}

@media screen and (max-width: 600px) and (min-width: 414px) {
	html {
		font-size: 83.33px;
	}
}

@media screen and (max-width: 414px) and (min-width: 412px) {
	html {
		font-size: 57.5px;
	}
}

@media screen and (max-width: 412px) and (min-width: 384px) {
	html {
		font-size: 57.22px;
	}
}

@media screen and (max-width: 384px) and (min-width: 375px) {
	html {
		font-size: 53.33px;
	}
}

@media screen and (max-width: 375px) and (min-width: 360px) {
	html {
		font-size: 52.08px;
	}
}

@media screen and (max-width: 360px) and (min-width: 320px) {
	html {
		font-size: 50px;
	}
}

@media screen and (max-width: 320px) {
	html {
		font-size: 44.44px;
	}
}

/*通配*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

li {
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

html{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
body {
  /*overflow: hidden;*/
  width: 100%;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.265rem;
  background-color: #f9f9f9;
}

b,
i {
  font-style: normal;
  font-weight: 500;
}

a {
  outline: none;
  text-decoration: none !important;
  color: #444;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

a:link,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover,
a:active {
  text-decoration: none;
  outline: none;
}

.after:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hide {
  display: none;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.clear {
  clear: both;
}
/*====================================================================================*/

/*================================================index页开始===========================*/
.chiengl{
	width:0.7rem;
	padding: 0 0.2rem;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	background-color: #0061a6;
}
.chiengl .mychina{
	width: 100%;
	padding: 0.1rem 0;
}
.chiengl .mychina p{
	font-size: 0.24rem;
	line-height: 0.28rem;
	color: #fff;
	text-align: center;
	writing-mode:tb-rl;
	padding: 0.1rem 0;
}
.chiengl .mychina span{
	display: block;
	width: 0.3rem;
	height: 0.3rem;
}
.header{
	height: 1.2rem;
	padding: 0 0.2rem;
	display: flex;
	align-items: center;
	position: relative;
}
.header .logo{
	width: 5.22rem;
	height: 0.78rem;
	overflow: hidden;
}
.header .logo a{
	display: block;
}
.header .headbtn{
	width: 1.07rem;
	height: 1.2rem;
	position: absolute;
	right: 0;
	top: 0;
}
.whyme{
	background-color: #fff;
	padding-bottom: 0.48rem;
}
.mytitle{
	height: 1.16rem;
	padding: 0.16rem 0;
	display: flex;
	justify-content: space-between;
}
.mytitle span{
	display: block;
	height: 1px;
	width: 2.2rem;
	background-color: #d8d8d8;
	margin: 0.4rem 0;
	position: relative;
}
.mytitle span i{
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #d8d8d8;
	position: absolute;
	margin-top: -2px;
}
.mytitle h3{
	font-size: 0.33rem;
	color: #444444;
	padding: 0 0.2rem;
	white-space: nowrap;
	line-height: 0.8rem;
}
/*.mytitle h3 a{
	font-size: 0.33rem;
	color: #444444;
	padding: 0 0.2rem;
	white-space: nowrap;
	line-height: 0.8rem;
}*/
.whybox{
	padding: 0 0.2rem;
}
.whybox ul{
	padding: 0 0.2rem;
	display: flex;
	justify-content: space-between;
}
.whybox ul li{
	display: block;
	width: 1.57rem;
	height: 1.57rem;
	margin-right: 0.2rem;
}
.whybox ul li:last-child{
	margin-right: 0;
}
.product{
	background-color: #f6f6f6;
	padding-bottom: 0.5rem;
}
.productab{
	display: flex;
	justify-content: center;
	align-items: center;
}
.productab ul{
	display: flex;
}
.productab li{
	width: 1.64rem;
	height: 0.53rem;
	border: 1px solid #dfdfdf;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.24rem;
	color: #666666;
}
.productab .noline{
	border: none;
	background-color: #036cb7;
	color: #fff;
}
.productbox{
	margin-top: 0.25rem;
	overflow: hidden;
	padding: 0 0.2rem;
}
.productbox ul{
	width: 100%;
	overflow: hidden;
	display: none;
}
.productbox ul:nth-child(1){
	display: block;
}
.productbox li{
	width: 48%;
	/*width: 3.29rem;*/
	margin-right:4%;
	float: left;
	margin-bottom: 0.2rem;
}
.productbox li:nth-child(2n){
	margin-right: 0;
}
.promore{
	display: block;
	/*width: 1rem;*/
	font-size: 0.22rem;
	line-height: 0.6rem;
	background-color: #f29802;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	margin-top: 0.2rem;
}
.propic{
	width: 100%;
	position: relative;
	height: 2.73rem;
	overflow: hidden;
}
.propic img{
	display: block;
	border: 1px solid #dfdfdf;
	border-bottom: none;
}
.propic p{
	width: 100%;
	height: 0.6rem;
	position: absolute;
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.propic p span{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}
.propic p b{
	font-size: 0.18rem;
	color: #f6f6f6;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.probtm{
	height: 0.13rem;
}
.probtm span{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #036cb7;
	position: relative;
}
.probtm span i{
	display: block;
	width: 20%;
	height: 100%;
	background-color: #f29802;
	position: absolute;
	right: 0;
}
.aboutUs{
	background: url(../images/bg01.jpg) no-repeat center;
	background-size: 100% 100%;
	padding-bottom: 0.78rem;
}
.aboutwrap{
	padding: 0 0.2rem;
}
.aboutwrap .aboutext{
	background-color: #fff;
	padding: 0.15rem 0.35rem 0.25rem 0.3rem;
}
.aboutwrap .aboutext h3{
	font-size: 0.28rem;
	color: #036CB7;
	font-weight: bold;
	line-height: 0.6rem;
}
.aboutwrap .aboutext p{
	font-size: 0.22rem;
	color: #666666;
	line-height: 0.42rem;
}
.newsbox{
	margin: 0 0.2rem;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.newsBig{
	padding: 0.3rem 0.2rem;
}
.newsBig a{
	width: 100%;
	height: 100%;
	display: flex;
}
.newsBig .newstext{
	max-width: 100%;
	padding-left: 0.2rem;
}
.newsBig h3{
	font-size: 0.24rem;
	color: #444444;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newsBig p{
	height: 0.8rem;
	font-size: 0.22rem;
	color: #999999;
	line-height: 0.4rem;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.newslist{
	padding: 0 0.2rem;
}
.newslist li{
	/*height: 0.58rem;*/
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 0.2rem;
}
.newslist li a{
	font-size: 0.24rem;
	color: #444444;
	padding-right: 1.8rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newslist li b{
	font-size: 0.24rem;
	color: #999999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.partener{
	background-color: #f6f6f6;
	padding-bottom: 2rem;
}
.partsix{
	padding: 0 0.2rem;
}
.footer{
	background-color: #036cb7;
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 800px;
	z-index: 9999;
}
.footer ul{
	display: flex;
}
.footer li{
	flex: 1;
	height: 1.3rem;
	border-right: 1px solid #02548e;
	border-left: 1px solid #0d84d9;
}
.footer li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer li .footbox p{
	font-size: 0.26rem;
	color: #fff;
	margin-top: 0.1rem;
}
.footer li .footbox span{
	margin: 0 auto;
}
.footer li:nth-child(1){
	border-left: 1px solid #036cb7;
}
.footer li:nth-child(1) span{
	display: block;
	width: 0.43rem;
	height: 0.42rem;
}
.footer li:nth-child(2) span{
	display: block;
	width: 0.5rem;
	height: 0.41rem;
}
.footer li:nth-child(3) span{
	display: block;
	width: 0.41rem;
	height: 0.47rem;
}
.footer li:nth-child(4){
	border-right: 1px solid #036cb7;
}
.footer li:nth-child(4) span{
	display: block;
	width: 0.45rem;
	height: 0.44rem;
}

/*================================================index页结束===========================*/


/*================================================产品一页开始============================*/
.banner{
	position: relative;
}
.banner .bannerteb{
	position: absolute;
	left: 0;
	bottom: 0;
}
.banner .bannerteb ul{
	display: flex;
}
.banner .bannerteb li{
	height: 0.7rem;
	width: 1.66rem;
	cursor: pointer;
	transition: all 0.4s;
	position: relative;
	border-right: 1px solid #fff;
	z-index: 1;
}
.banner .bannerteb li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.24rem;
	color: #ffffff;
}
.banner .bannerteb li:last-child{
	border-right: none;
}
.banner .bannerteb li span{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.4s; 
}
/*.banner .bannerteb .bannercolor{
	background-color: #4791c6;
}*/
.banner .bannerteb .bannercolor span{
	background-color: #036cb7;
	opacity: 0.8;
}
.main{
	background-color: #f6f6f6;
	padding: 0.3rem 0.2rem 1.8rem;
}
.mainbox{
	background-color: #fff;
	padding: 0 0.2rem;
	padding-bottom: 0.3rem;
	display: none;
}
.mainbox:nth-child(1){
	display: block;
}
.flist ul{
	overflow: hidden;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	box-sizing: border-box;
}
.flist li{
	width: 33.33%;
	float: left;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	box-sizing: border-box;
	height: 0.74rem;
	transition: all 0.4s;
}

.flist a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.22rem;
	color: #444444;
	transition: all 0.4s;
}
.flist .flicolor a{
	background-color: #036cb7;
	color: #fff;
	font-weight: bold;
	transition: all 0.4s;
}
/*.flist a p{*/
	/*font-size: 0.22rem;*/
	/*color: #fff;*/
/*}*/
/*.flist a span{*/
	/*display: block;*/
	/*width: 0.17rem;*/
	/*height: 0.09rem;*/
	/*margin-left: 0.1rem;*/
/*}*/
.maintitle{
	margin-top: 0.3rem;
	height: 0.64rem;
	background: url(../images/bg03.jpg) no-repeat center;
	background-size: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.maintitle h3{
	display: flex;
	align-items: center;
	padding-left: 0.2rem;
}
.maintitle h3 span{
	display: block;
	width: 0.27rem;
	height: 0.29rem;
}
.maintitle h3 p{
	font-size: 0.22rem;
	color: #fff;
	font-weight: bold;
	margin-left: 0.1rem;
}
.maintitle h5{
	height:0.64rem;
	position: absolute;
	top:0;
	right: 0.2rem;
}
.maintitle h5 a{
	height:0.64rem;
	font-size:0.22rem;
	color: #036cb7;
	font-weight: bold;
	display: flex;
	align-items: center;
}
/*================================================产品一页结束============================*/


/*================================================产品二页开始============================*/
.pages{
	margin-top: 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pages ul{
	width: 80%;
	display: flex;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
}
.pages li{
	flex: 1;
	height: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.24rem;
	color: #666666;
}
.pages li:nth-child(2){
	flex: 1.2;
	border-left: 1px solid #e0e0e0;
}
.pages li:nth-child(3){
	flex: 1.2;
	background-color: #036cb7;
	color: #fff;
}
.pages li:nth-child(4){
	flex: 1.2;
	border-right: 1px solid #e0e0e0;
}
/*================================================产品二页结束============================*/


/*================================================产品详情页开始============================*/
.xqwrap{
	background-color: #f6f6f6;
	padding: 0.3rem 0.2rem 1.8rem;
}
.xqbox{
	background-color: #fff;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.xqbanner{
	padding: 0 0.25rem;
}
.xqtext{
	margin-top: 0.2rem;
	padding: 0 0.25rem;
	padding-bottom: 0.4rem;
}
.xqtext p{
	display: flex;
	margin-top: 0.1rem;
}
.xqtext p b{
	font-size: 0.22rem;
	color: #888888;
}
.xqtext p span{
	font-size: 0.28rem;
	color: #444444;
	font-weight: bold;
}
.xqtext p font{
	font-size: 0.22rem;
	color: #444444;
	margin-right: 0.6rem;
}
.xqtext .xqbtn{
	margin-top: 0.3rem;
	display: flex;
}
.xqtext .xqbtn a{
	width: 1.8rem;
	height: 0.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.2rem;
	background-color: #f29802;
	color: #fff;
}
.xqtext .xqbtn a span{
	display: block;
	width: 0.21rem;
	height: 0.21rem;
}
.xqtext .xqbtn a i{
	font-style: normal;
	font-size: 0.2rem;
	color: #ffffff;
	margin-left: 0.1rem;
}
.xqtext .xqbtn a:nth-child(2){
	background-color: #036cb7;
}
.xqtitle{
	height: 0.6rem;
	width: 100%;
	background-color: #eaeaea;
}
.xqtitle h3{
	font-size: 0.26rem;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	padding:0 0.5rem;
	line-height: 0.6rem;
	background-color: #337cbd;
}
.blackbox{
	width: 100%;
	height: 0.2rem;
	background-color: #f6f6f6;
}
.myxq{
	padding: 0.36rem 0.2rem;
}
.myxq p{
	font-size: 0.22rem;
	color: #666666;
	line-height: 0.44rem;
	text-indent: 1.5em;
}
.myxq p b{
	font-size: 0.22rem;
	color: #666666;
	margin-left: 0.3rem;
}
/*================================================产品详情页结束============================*/


/*================================================公司简介页开始============================*/
.jjwrap{
	background-color: #f6f6f6;
	padding: 0.3rem 0.2rem 1.8rem;
}
.jjbox{
	background-color: #fff;
	padding-bottom: 0.7rem;
}
.jjtext{
	padding: 0 0.2rem;
}
.jjtext h3{
	font-size: 0.26rem;
	color: #036cb7;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.jjtext p{
	font-size: 0.22rem;
	color: #666666;
	line-height: 0.46rem;
	text-indent: 2em;
}
/*================================================公司简介页结束============================*/

/*================================================企业文化页开始============================*/
.whbox ul{
	overflow: hidden;
}
.whbox li{
	width: 48%;
	margin-right: 4%;
	float: left;
	margin-top: 0.2rem;
}
.whbox li:nth-child(2n){
	margin-right: 0;
}
.whbox li a{
	display: block;
	width: 100%;
	height: 100%;
}
/*================================================企业文化页结束============================*/


/*================================================荣誉资质页开始============================*/
.zzbox{
	padding: 0 0.2rem;
}
.zzbox ul{
	overflow: hidden;
	/*padding: 0 0.4rem;*/
}
.zzbox li{
	width: 48%;
	margin-right: 4%;
	float: left;
	margin-top: 0.2rem;
}
.zzbox li:nth-child(2n){
	margin-right: 0;
}
.zzbox li a{
	display: block;
	width: 100%;
	height: 100%;
}
/*================================================荣誉资质页结束============================*/


/*================================================客户案例页开始============================*/
.anliwrap{
	background-color: #f6f6f6;
	padding: 0.3rem 0.2rem 1.8rem;
}
.anlibox{
	background-color: #fff;
	padding: 0 0.2rem;
	padding-bottom: 0.5rem;
}
.anlist li{
	height: 2.02rem;
	margin-bottom: 0.3rem;
	overflow: hidden;
}
.anlist li a{
	width: 100%;
	height: 100%;
	display: flex;
}
.anlist li a .anlipic{
	width: 50%;
}
.anlist li a .anlipic img{
	height: 100%;
}
.anlist li a .anlitext{
	width: 50%;
	padding:0.2rem 0.2rem;
	background-color: #e7ebf2;
}
.anlist li a .anlitext h4{
	font-size: 0.24rem;
	color: #113b83;
	line-height: 0.3rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.anlist li a .anlitext p{
	font-size: 0.2rem;
	color: #666666;
	line-height: 0.36rem;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	margin-top: 0.2rem;
}
/*================================================客户案例页结束============================*/


/*================================================联系方式页开始============================*/
.lxwrap{
	background-color: #f6f6f6;
	padding: 0.3rem 0.2rem 1.8rem;
}
.lxbox{
	background-color: #fff;
	padding: 0 0.2rem;
	padding-bottom: 0.7rem;
}
.lxtext{
	/*height: 5.65rem;*/
	padding: 0.3rem;
	background: url(../images/bg04.jpg) no-repeat center;
}
.lxtext h4{
	font-size: 0.26rem;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 0.48rem;
}
.lxtext p{
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.52rem;
	white-space: nowrap;
}
.mmsmall p{
	white-space: normal;
}
.lxmap{
	margin-top: 0.4rem;
}
.lxform input{
	width: 100%;
	height: 0.6rem;
	background-color: #f7f7f7;
	font-size: 0.22rem;
	color: #666666;
	padding-left: 0.26rem;
	border: none;
	outline: none;
	margin-top: 0.1rem;
}
.lxform textarea{
	width: 100%;
	height: 2.7rem;
	background-color: #f7f7f7;
	font-size: 0.22rem;
	color: #666666;
	padding: 0.26rem;
	border: none;
	outline: none;
	margin-top: 0.1rem;
	resize: none;
}
.lxform .lxbtn{
	margin-top: 0.3rem;
	display: flex;
}
.lxform .lxbtn a{
	width: 2rem;
	height: 0.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.22rem;
	color: #fff;
	margin-right: 0.1rem;
	background-color: #005bac;
}
.lxform .lxbtn a:nth-child(2){
	background-color: #8d8e8e;
}
/*================================================联系方式页结束============================*/


/*================================================人才招聘页开始============================*/
.zpwrap{
	background-color: #f6f6f6;
	padding: 0.3rem 0.2rem 1.8rem;
}
.zpbox{
	background-color: #fff;
	padding: 0 0.2rem 0.5rem;
	display: none;
}
.zpbox:nth-child(2){
	display: block;
}
.zplist li{
	margin-top: 0.2rem;
	overflow: hidden;
}
.zplist li .libox{
	height: 0.7rem;
	border: 1px solid #e2e2e2;
	display: flex;
	align-items: center;
	position: relative;
	background-color: #036cb7;
	z-index: 3;
}
.zplist li h3{
	font-size: 0.26rem;
	color: #fff;
	font-weight: bold;
	margin-left: 0.25rem;
}
.zplist li p{
	display: flex;
	align-items: center;
	margin-left: 0.45rem;
}
.zplist li p span{
	display: block;
	width: 0.23rem;
	height: 0.23rem;
}
.zplist li p b{
	font-size: 0.22rem;
	color: #fff;
	font-weight: normal;
	margin-left: 0.15rem;
}
.zplist li p i{
	display: block;
	width: 0.17rem;
	height: 0.21rem;
}
.zplist li .jtbox{
	width: 0.33rem;
	height: 0.33rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.25rem;
}
.zplist li .litext{
	border: 1px solid #e2e2e2;
	padding:0 0.25rem 0.4rem;
	display: none;
}
.zplist li .litext dt{
	font-size: 0.22rem;
	color: #666666;
	line-height: 0.6rem;
}
.zplist li .litext dd{
	font-size: 0.22rem;
	color: #666666;
	line-height: 0.44rem;
}
/*================================================人才招聘页结束============================*/


/*================================================为什么选择我们页开始============================*/
.whywrap{
	padding: 0.3rem 0.2rem 1.8rem;
}
.whyBox{
	background-color: #fff;
	padding: 0.2rem 0.2rem 0.7rem;
}
.whyBox ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.whyBox li{
	margin-right: 0.2rem;
	transition: all 0.4s;
}
.whyBox li:last-child{
	margin-right: 0;
}
.whyBox li img{
	display: none;
}
.whyBox li img:nth-child(1){
	display: block;
}
.whyBox .whycolor img:nth-child(1){
	display: none;
}
.whyBox .whycolor img:nth-child(2){
	display: block;
}
.whymore{
	margin-top: 0.3rem;
}
.whylist .whytext{
	padding: 0.3rem 0.25rem;
	background-color: #f6f6f6;
}
.whylist .whytext h3{
	font-size: 0.32rem;
	color: #444444;
	font-weight: bold;
}
.whylist .whytext p{
	font-size: 0.22rem;
	color: #666666;
	line-height: 0.42rem;
	margin-top: 0.24rem;
	text-indent: 1.5em;
	text-align: justify;
}
.whylist .whywall img{
	display: block;
	width: 100%;
	margin-top: 0.25rem;
}
/*================================================为什么选择我们页结束============================*/


/*================================================新闻中心页开始============================*/
.xwrap{
	background-color: #f6f6f6;
	padding: 0.3rem 0.2rem 1.8rem;
}
.xwbox{
	background-color: #fff;
	padding: 0.2rem 0.2rem 0.5rem;
}
.xwlist li{
	height: 1.8rem;
	margin-top: 0.2rem;
}
.xwlist li a{
	width: 100%;
	height: 100%;
	display: flex;
}
.xwlist li .xwnum{
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #036cb7;
}
.xwlist li .xwnum h2{
	font-size: 0.6rem;
	color: #fff;
	text-align: center;
}
.xwlist li .xwnum p{
	font-size: 0.2rem;
	color: #fff;
	text-align: center;
}
.xwlist li .xwtext{
	width: 70%;
	padding: 0.3rem 0.2rem;
	background-color: #e7ebf2;
}
.xwlist li .xwtext h4{
	font-size: 0.22rem;
	color: #444444;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.xwlist li .xwtext p{
	height: 0.8rem;
	font-size: 0.22rem;
	color: #666666;
	line-height: 0.4rem;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-top: 0.1rem;
}
/*================================================新闻中心页开始============================*/


/*================================================新闻中心详情页开始============================*/
.mywrap{
	background-color: #f6f6f6;
	padding: 0.3rem 0.2rem 1.8rem;
}
.mybox{
	background-color: #fff;
	padding: 0.2rem 0.2rem 0;
}
.mybox .mytop h3{
	font-size: 0.3rem;
	color: #036cb7;
	line-height: 0.9rem;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mybox .mytop p{
	font-size: 0.2rem;
	color: #999;
	line-height: 0.9rem;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mybox .mytop p b{
	font-size: 0.2rem;
	color: #999;
	margin-left: 0.3rem;
	font-weight: normal;
}
.mybox .mytext{
	padding: 0.3rem 0.4rem;
}
.mybox .mytext p{
	font-size: 0.22rem;
	color: #666666;
	line-height: 0.4rem;
	text-indent: 1.5em;
}
.mybox .mytext img{
	display: block;
	width: 100%;
	margin: 0.2rem 0;
}
.mylist a{
	width: 100%;
	height: 0.8rem;
	background-color: #fff;
	padding: 0 0.4rem;
	display: flex;
	align-items: center;
	margin-top: 0.2rem;
}
.mylist a b{
	font-size: 0.24rem;
	color: #444444;
	font-weight: bold;
}
.mylist a span{
	font-size: 0.24rem;
	color: #666666;
}
/*================================================新闻中心详情页结束============================*/
.myback{
	transform: translateX(-6.12rem);
	transition: all 0.6s;
	overflow: visible;
}
body{
	transition: all 0.6s;
}
.navbar{
	width: 6.12rem;
	height: 100%;
	position: absolute;
	right: -6.12rem;
	top: 0;
	z-index: 2;
	display: none;
	background-color: #0061a6;
}
.navbar .navlist{
	padding-top: 1.2rem;
	
}
.navbar .navli{
	position: relative;
	overflow: hidden;
	z-index: 999;
}
.navbar .navli .navtop{
	display: block;
	position: relative;
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.8rem;
	padding-left: 0.3rem;
	background-color: #0061a6;
	z-index: 999;
}
.navbar .navli .navtop .navline{
	display: block;
	height: 1px;
	width: 20%;
	background-color: #4d91c1;
	position: absolute;
	/*left: 50%;
	transform: translateX(-50%);*/
	left: 0;
	bottom: 0;
}
.navbar .navli .navbtn{
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.navbar .navli .navbtn i{
	display: block;
	width: 0.2rem;
	height: 0.02rem;
	background-color: #fff;
	font-weight: normal;
}
.navbar .navli .navbtn em{
	display: block;
	width: 0.03rem;
	height: 0.2rem;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.navbar .navli dl{
	display: none;
}
.navli dl a{
	display: block;
	position: relative;
	font-size: 0.24rem;
	color: #fff;
	line-height: 0.8rem;
	/*text-align: center;*/
	padding-left: 1rem;
	background-color: #f29906;
}
.navli dl a span{
	display: block;
	height: 1px;
	width: 40%;
	background-color: #f6b74e;
	position: absolute;
	left: 0;
	bottom: 0;
}
.noscroll{
	height: 100%;
	overflow-y: hidden;
	position: relative;
}
