@charset "utf-8";
/* CSS Document */
html,body {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family:"arial","微软雅黑", "Helvetica", "Helvetica Neue";
	color: #000; font-weight: 500;
	line-height: 1.5;
	text-align: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background: #c7f0fc url(../images/bg.jpg) center 0 no-repeat;
	background-size:100% auto ;
}

input,textarea {
	font-family: "arial","微软雅黑", "Helvetica", "Helvetica Neue";
	color: #000;outline:none;
}
input:focus,textarea:focus { outline: none; }
ul,li {	list-style: none;	padding: 0;	margin: 0;}

h1,h2,h3,h4,h5,h6,p,dl,dd,dt {	margin: 0;	padding: 0;}

a {	text-decoration: none;	color: #000;}
a:hover {	color: #1279bf;	text-decoration: none;}
a img {	border: 0;}

input::-webkit-input-placeholder{	color: #a7a6a6;}
input::-moz-placeholder{	color: #a7a6a6;}
input:-ms-input-placeholder{	color: #a7a6a6;}

textarea::-webkit-input-placeholder{	color: #a7a6a6;}
textarea::-moz-placeholder{	color: #a7a6a6;}
textarea:-ms-input-placeholder{	color: #a7a6a6;}

.fl {float: left}
.fr {float: right;}
.wrap { overflow: hidden;  }
.wrapT { padding-top: 93px;}
.con { width:100%; max-width: 1200px;  margin: 0 auto;}
    .font72 { font-size: 72px;}
	.font52 { font-size: 52px;}
	.font48 { font-size: 48px;}
	.font45 { font-size: 45px;}
	.font42 { font-size: 42px;}
	.font40 { font-size: 40px;}
    .font38 { font-size: 38px;}
	.font36 { font-size: 36px;}
	.font32 { font-size: 32px;}
	.font28 { font-size: 28px;}
	.font26 { font-size: 26px;}
	.font24 { font-size: 24px;}
	.font22 { font-size: 22px;}
	.font20 { font-size: 20px;}
	.font18 { font-size: 18px;}
	.font16 { font-size: 16px;}
	.font14 { font-size: 14px;}
	.font13 { font-size: 13px;}
	.font12 { font-size: 12px;}


@media only screen and (max-width:1400px) {
	.con,.con2 { width:auto; margin: 0 1em; }
}
@media only screen and (max-width:828px) {
	html,body { font-size: 12px;}
}
@media only screen and (max-width:420px) {
	html,body { font-size: 12px;}
}
@media only screen and (max-width:370px) {
	html,body { font-size: 12px;}
}

@media only screen and (max-width:828px) {
.font48 { font-size: 30px;}
.font45 { font-size: 28px;}
.font42 { font-size: 28px;}
.font40 { font-size: 26px;}
.font38 { font-size: 26px;}
.font36 { font-size: 24px;}
.font32 { font-size: 22px;}
.font30 { font-size: 20px;}
.font28 { font-size: 20px;}
.font26 { font-size: 20px;}
.font24 { font-size: 18px;}
.font22 { font-size: 18px;}
.font20 { font-size: 16px;}
.font18 { font-size: 14px;}
.font16 { font-size: 14px;}
.font14 { font-size: 12px;}
.font12 { font-size: 12px;}
}

/*头部*/
.headerW {width: 100%; border-top:0.6em solid #016fba ;
height:10.62em; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
}

.header { margin: 0 auto; height: 100%;
transition: all 0.5s;
-webkit-transition:all 0.5s;}
.header .con {height: 100%; overflow: visible;
 display: flex; justify-content:space-between; align-items: center;}
.header .logo { display: flex; justify-content: center; align-items: center;}
.header .logo img {	display: block;	 height: 107px; width:auto;}

.header .links { text-align: right; color: #79c1f3;}

.header .links a { display: inline-block; margin: 0 0.3em; color: #016fba;}

.searchBox { margin-top: 0.8em; height: 2.7em; line-height: 2.7em; 
background-color:#fff;
 border: 1px solid #94d2fd;
 -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.searchBox form { height: 100%;
 display: flex; justify-content: space-between; align-items: center;}
.searchBox form .iw { flex: 1; margin: 0 1em 0 1em;}
.searchBox form .iw .input { font-size: 1em; line-height: 2.7em; height: 2.7em;
 width: 14em; outline-width: 0; border: 0; margin: 0; padding: 0;
 background-color: transparent;}
.searchBox form .btnSearch { margin-right: 0.1em; cursor: pointer;
width: 2.7em; height: 2.7em; 
background: url(../images/search.png) center center no-repeat;
background-size:48% auto;
}

@media only screen and (max-width:828px) {
	.searchBox { font-size: 12px;  margin: 0.7em auto 0;}
	.searchBox form .btnSearch { font-size: 12px;}
	.searchBox form .iw .input { width: 100%;}	
}

.searchMBox { max-width: 660px; width: 100%; margin: 2em auto 0; 
height: 2.7em; line-height: 2.7em; }
.searchMBox form { 
 display: flex; justify-content: space-between; align-items: center;}
.searchMBox form .iw { flex: 1; padding: 0 1em; margin-right: 0.3em;
background-color:#f0fafc;
 border: 1px solid #94d2fd;
 -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.searchMBox form .iw .input { font-size: 1em; line-height: 2.5em; height: 2.5em;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;
 background-color: transparent;}
 
.btnBlue { padding: 0.2em 1.7em 0; margin-right: 0.3em; cursor: pointer;
 line-height: 2.5em; font-weight: bold;color: #fff;
 background-color: #016fba;
 border: 1px solid #94d2fd;
  -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
}
.btnBlue:hover {color: #fff;}
button { font-size: 1em;}
.btnWhite { padding: 0.2em 1.7em 0; margin-right: 0.3em; cursor: pointer;
 line-height: 2.5em; font-weight: bold;color: #b3b3b3;
 background-color: #fcf8f8;
 border: 1px solid #fcf8f8;
  -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
}
.btnWhite:hover {color: #b3b3b3;}

.btnGray { padding: 0.2em 1.7em 0; margin-right: 0.3em; cursor: pointer;
 line-height: 2.5em; font-weight: bold;color: #797979;
 background-color: #e6e6e6;
 border: 1px solid #e6e6e6;
  -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
}

@media only screen and (max-width:828px) {
	.searchMBox { font-size: 12px;  margin: 0.7em auto 0;}
	.searchMBox form .btnSearch { font-size: 12px;}
	.searchMBox form .iw .input { width: 100%;}	
}

.header .c-switch-w { position: absolute; left: 0.3em; top: 0.9em; font-size: 1em; display: inline-block;
width: 40px; height: 34px; 
display: none; justify-content: center; align-items: center;}
.header .c-switch {  display: inline-block; color: #fff;
transition: all 0.5s;
-webkit-transition:all 0.5s;
width: 20px; height:16px; cursor: pointer; position: relative; z-index: 0;} 
.header .c-switch i {
	position: relative;
	display: block;
	height: 3px;
	background: #232322;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;}
.headerB .header .c-switch i,
.headerC .header .c-switch i{ background-color: #232322;}
.header .c-switch i:nth-child(1) {	top: 0;}
.header .c-switch i:nth-child(3) {	bottom: 0;}
.header .c-switch i:nth-child(2) {	margin: 3px 0; }

.header .c-switch.show i:nth-child(2) {	opacity: 0;}
.header .c-switch.show i:nth-child(1) {
	top:6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header .c-switch.show i:nth-child(3) {
	bottom: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width:828px) {	
	.header .c-switch-w { display: flex;}
	.header .c-switch.show::after { left: -30%; top: -30%; width: 160%; height: 160%;}
}

@media only screen and (max-width:828px) {
.headerW { height: auto ;transition: all 0s; height: auto; padding: 0.8em 0 0.5em;}
.header { width: 100%; height: 100%; justify-content: space-between;}
.header .con { width: auto;flex-direction: column-reverse; align-items: stretch;}
.header .logo { justify-content: flex-start;}
.header .logo img {	display: block;	 max-width:259px; width: 100%; height:auto; }
.header .links { margin-bottom: 1.5em; }

.header .c-switch .iconfont { font-size: 3.6vw;}
}


.btnLan { display: block;
 position: relative; z-index: 11; min-width: 10em; line-height: 2.4; }
.btnLan .nameLan { cursor: pointer; display: flex;
justify-content: flex-end; align-items: center;}
.btnLan .nameLan img { width: 1.4em; height: auto; margin-right: 0.3em; }
.btnLan .nameLan::after {content: "";  margin-left: 0.4em; 
position: relative;
	width: 0.62em; height: 0.62em; display: inline-block; vertical-align: middle;
	background: url(../images/arrow.png) center center no-repeat;
	background-size:contain ;
	transition: all 0.1s;
	-webkit-transition:all 0.1s;}
.btnLan .popupLan { position: absolute; text-align: left;
 right: -0.4em; top: 2.5em; width: 8em;
 color: #282828; text-align: center; background-color: #fff;
 -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
 -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
 box-shadow: 0 0 1em rgba(0, 0, 0, .1); display: none; line-height: 2.6em;
 -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}


.btnLan .popupLan .conLan { padding: 0.4em 0; }
.btnLan .popupLan .conLan .txtLan{ margin-top: 0.3em;}
.btnLan .popupLan li { cursor: pointer; padding:0 0.4em 0 0.4em;}
.btnLan .popupLan li img { width: 1.4em; height: auto; margin-right: 0.3em; }
.btnLan .popupLan li:hover { background-color: #f5f5f5;}


/*头部导航*/
.navW {	
line-height: 2.5; padding: 0.4em 0;
background: #0658dc url(../images/nav_bg.jpg) center center no-repeat;
background-size:100% 100% ;}
.nav { height: 100%; }
.nav>ul {height: 100%; flex-wrap: wrap;
display: flex; justify-content: space-around; align-items: center;}
.nav>ul>li {
	height: 100%;
	position: relative;
	z-index: 100; 
	cursor: pointer; 
}

@media only screen and (max-width:828px) {
	.navW { display: none;}
}
.nav>ul>li>a,.nav>ul>li>span {
	position: relative;
	z-index: 1; height: 100%;
    display: flex; justify-content: center; align-items: center; cursor: pointer;
 color: #fff; padding: 0 1.6em;
/* transition: all 0.5s;
 -webkit-transition:all 0.5s; */
}
.nav>ul>li>a:hover {color: #fff;}
.nav>ul>li.cur { background-color: #e0f6fd; color: #016fba;  font-weight: bold;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}

.nav>ul>li.cur>a { color: #016fba; }
.nav>ul>li.cur>a:hover {color: #016fba;}

.nav .sub_nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0; margin-left: 0;  width: 20em; text-align: left;
	background: rgba(255,255,255); font-size: 0.9em;
	-moz-box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	background-color: #fff;}	

.nav .sub_nav li {  line-height: 3em; height: 3em;
 overflow: hidden;
 border-top:1px solid #eee;  }
.nav .sub_nav li a {color: #7d7d7d; padding:0 0.5em; 
display: block; position: relative; z-index: 0;}
.nav .sub_nav li a:hover { font-weight: bold;color: #213728;}


/*电脑版下拉菜单*/
.popupNavP { position: absolute; left: 0; right: 0; top: 100%;
background:#e1e8ef url(../images/navbg.jpg) center 0 no-repeat;
background-size:100% 100%; display: none;}
.popupNavP .list { margin: 0 17% 0; padding: 2.2em 0; line-height: 2.55;
 flex-wrap: wrap; display: flex; justify-content:space-between; align-items: flex-start;
 text-align: left; color: #383838;}
.popupNavP .list a { color: #383838;}
.popupNavP .list a:hover { color: #abcf4d;}
.popupNavP .list dl { margin-right: 1%;}
.popupNavP .fnav dl:last-child { margin-right: 0;}
.popupNavP .list dl dt { font-weight: bold;}


.popupNav { display: none; position: fixed; z-index: 400;
left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,0.6);
}
.popupNav.show {display: block}
.popupCon { overflow: hidden; position: relative; z-index: 0; height: 100vh;
 width: 60%; left: -60%; margin: 0 auto 0 0;
background: #fff ;
display: flex; 
flex-direction: column; justify-content: space-between; align-items: stretch;

transition: all 0.5s;
-webkit-transition:all 0.5s;
}
.popupCon.show {left:0;}
.popupCon .navM {flex: 1; display: block;}

.navM { top: 0;  
		overflow-y: auto;
		text-align: left; position: relative;	z-index: 0;
		background-color: #fff; color: #282828;
		padding: 0 0.6em 0;line-height: 3;}
	.navM .close { cursor: pointer; position: absolute; z-index: 1; right: 1.3em; top: 1.4em;
	width:1.8em; height: 1.8em;
	background: url(../images/close.png) center center no-repeat;
	background-size:contain ;}
    .navM .con { position: relative; z-index: 0; width: auto; padding-top: 3.6em;}
	.navM .con>ul {width: 100%; position: relative;
	 margin-top:1em; padding: 0.6em 0;
	   display: block;
		border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;}
	.navM ul ul { position: static;
		height: 0;
		overflow: hidden;
		transition: height 2s; font-size: 0.9em;
	}
	.navM ul ul li a { color: #888;border-top:0 ; 	}
	.navM li { text-transform: uppercase;
		position: relative; z-index: 0; }
	.navM .con>ul>li:first-child { flex: 2;}
	.navM li .title { padding:0 1em;
		display: flex; justify-content: space-between; align-items: center;
		-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
	.navM a {color: #282828;display: block;}
	.navM li.cur>.title { background-color: #d32f2f;}
	.navM li.cur>.title>a { color: #fff;}
	.navM li .arrow {display: block;
		height:0.6em;
		width: 0.6em; margin-right: 1em;
		background: url(../images/arrow.png) center center no-repeat;
		background-size:contain;
	}
	.navM li.show .arrow {
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.navM li.show>.sub_nav { padding: 0.9em 0 0;
		height: auto;border-top: 1px solid  rgba(255,255,255,0.3); 
	} 


@media only screen and (max-width:828px) {
	.navW .nav { display: none !important;}
}

.more::after { content: ">"; font-family: "宋体"; display: inline-block; margin-left: 0.3em;}

.picBox { margin-top: 1em;}
.picBox img { display: block; width: 100%; height: auto;}

.topNewBox { margin-top: 1em; padding:1.6em 1em 1.5em; background: #fff url(../images/top.png) 0 0 no-repeat;
background-size:5.87em auto; text-align: center;}
.topNewBox .name { font-weight: bold;}
.topNewBox .list { margin-top: 0.7em;}
.topNewBox .list a { display: inline-block; margin: 0 1.2em;}

@media only screen and (max-width:1920px) {
	.topNewBox {background-size:4em auto;}
	.topNewBox .name { margin: 0 1em;}
}

.posiBox { background-color: #f8f8f8;}
.posiBox .con { display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center;}
.posiBox .subNav { line-height: 4.4em;}
.posiBox .subNav ul { display: flex; flex-wrap: wrap; justify-content:flex-start; align-items: center;}
.posiBox .subNav li {  margin:0 4.5em 0 0;  }
.posiBox .subNav a {display: block; color: #333;}
.posiBox .subNav a:hover { color: #0099cc; text-decoration: none;}
.posiBox .subNav li.cur { position: relative; z-index: 0;}
.posiBox .subNav li.cur a { font-weight: bold;}
.posiBox .subNav li.cur::after { position: absolute; display: block;  content: "";
left: 0; bottom: 0; height: 2px; width: 100%; background-color: #0099cc;}
@media only screen and (max-width:1920px) {
	.posiBox .subNav li {  margin:0 4.1vw 0 0;  }
}

.className { position: relative; z-index: 0; width: 100%; height: 7.8em;
background-color: #000;
display: flex; justify-content: center; align-items: center;
flex-direction: column;
flex-wrap: wrap; color: #fff;}
.className img { position: absolute; z-index: -1;left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.className .name { font-weight: bold;}

.position { padding:1.1em 0em 0.7em 2em; border-bottom: 1px solid #eaeaea; text-align: left; 
background: url(../images/home.png) 0 1.1em no-repeat;
background-size:1.5em auto; color: #666;}
.position a { vertical-align: middle; display: inline-block; color: #666;}
.position a:hover {color: #085ddc;;}
.position span,.position b {vertical-align: middle;display: inline-block; }


.downList { padding: 0.6em 0 0.3em; margin: 0 1em 0; text-align: left;}
.downList ul { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;}
.downList li { width: 31.3%; margin-right: 2%;}
.downList li { margin: 0.35em 0 0.3em; height: 1.5em; overflow: hidden; }
.downList li a { color: #1279bf;}
.downList li a:hover { text-decoration: underline;}
@media only screen and (max-width:828px) {  
	.downList li { width: 100%; margin-right: 0;}
}


.jbList { padding: 0 0 0.3em; margin: 0 0.7em 0; text-align: left;}
.jbList ul { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;
text-align: center;}
.jbList li { width: 31.6%; margin-top: 0.6em; margin-right: 2.6%;}
.jbList li:nth-child(3n) { margin-right: 0;}
.jbList .pic { position: relative; z-index: 0; display: block; cursor: pointer;
border: 1px solid #cfcfcf; padding-top: 141.1%;}
.jbList .pic img { position: absolute; left:0; top: 0;
width: 100%; height: 100%; object-fit: contain; }
.jbList .name { margin-top: 0.6em; height: 3em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; }


.serList { margin: 0 1em 0; text-align: left;}
.serList li { padding: 0.9em 0 0.8em;border-bottom: 1px solid #e1e1e1; }
.serList li:last-child { border-bottom: 0;}
.serList .class { margin-right: 0.3em; display: inline-block; color: #1279bf; }
.serList .name { display: inline-block; }
.serList a:hover { text-decoration: underline;}
.serList .intro { margin-top: 0.2em; color: #999; font-style: italic;
display: flex; justify-content: space-between; align-items: baseline;}
.serList .intro span { display: block;}
.serList .intro span:nth-child(1) { height: 1.5em; flex: 1; margin-right: 0.5em;
overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1; }

.iTit .name { color: #0b173f; font-weight: bold;}
.iTit .intro { margin-top: 0.1em; color: #a5a7b0; }
 
.contactBox { background: #f2f2f2; color: #666870; padding: 4.4em 0 3.7em;
 text-align: left;}
.contactBox .con {display: flex; justify-content: space-between; align-items: stretch;}
.contactBox .conL { width: 67.8%; margin: 0 auto 0 0;
border-right:1px solid #d4d5d9;}
.contactBox .conR { flex: 1; margin-left: 6%;}

.contactBox .conL .tit {color: #0b173f; font-weight: bold;}
.contactBox .form { margin-right: 8.3%; color: #bebebe;
display: flex; flex-wrap: wrap; 
justify-content: space-between; align-items: flex-start;}
.contactBox .form form { width: 100%;
 display: flex; flex-wrap: wrap;
 justify-content: space-between; align-items: flex-start;}

.contactBox .form dl { margin-top: 2em; width: 30%; border-bottom: 1px solid #d4d5d9;
display: flex; justify-content: flex-start; align-items: center;}
.contactBox .form dl dt { font-weight: normal;}
.contactBox .form dl dd { flex: 1;}
.contactBox .form dl.dl2 { width: 100%;}
.contactBox .form dl.dl3 { width: 100%; display: block;}
.contactBox .form dl .iW { padding: 0 1em;}
.contactBox .form dl .input { width: 100%; border: 0;
 outline-width: 0; line-height: 2.5em; height: 2.5em;
 font-size: 1em; background-color: transparent;}
.contactBox .form dl .tW {padding: 0.8em 0;}
.contactBox .form dl .textarea { display: block; width: 100%;
  border: 0; outline-width: 0; line-height: 1.2em; height: 3.6em;
  font-size: 1em; background-color: transparent; }
  
.contactBox  textarea::-webkit-input-placeholder,
.contactBox  input::-webkit-input-placeholder{	color: #999;}
.contactBox textarea::-moz-placeholder,
.contactBox input::-moz-placeholder{	color: #999;}
.contactBox textarea:-ms-input-placeholder,
.contactBox input:-ms-input-placeholder{	color: #999;}

.contactBox .checkBoxZ { margin-top: 1.3em; display: flex; flex-wrap: wrap;
 justify-content:flex-start; align-items: center; color: #666880;}
.contactBox .checkBoxZ .item { cursor: pointer; margin-top: 1em; width: 18%; margin-right: 2%;
display: flex; justify-content: flex-start; align-items: center; 
position: relative; z-index: 0; overflow: hidden;}
.contactBox .checkBoxZ .item label { width: 100%;display: flex;
 justify-content: flex-start; align-items: center;}
.contactBox .checkBoxZ .item::before { content: ""; display: block; width: 1em; height: 1em;
 border: 1px solid #d6d6da;
 -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
.contactBox .checkBoxZ .item.checked:before { background-color: #a2c449;}
.contactBox .checkBoxZ .item .checkbox { position: absolute; left: -100px; 
 display: flex; width: 1em; height: 1em;}
.contactBox .checkBoxZ .item span { margin-left: 0.2em; display: block;}

.contactBox .btnW { margin-top: 2em;}
.contactBox .btn { padding: 0 2.3em 0 6em;}
.contactBox .btn::after { margin-left: 4em;}

.contactBox .conR .tit { margin-top: 0.8em; font-weight: bold; color: #0b173f;}
.contactBox .conR .list{ margin-top: 1em; color: #666870; line-height: 2.8;}
.contactBox .conR .list li { height: 2.8em; position: relative; z-index: 0;
overflow: hidden;text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1; padding-left: 1em;}
.contactBox .conR .list li::before { position: absolute; left: 0; top: 50%;
 content: ""; display: block;
 width: 0.4em; height: 0.4em; margin-top: -0.2em; background-color: #666870;
 -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;} 
.contactBox .conR .list a {color: #666870;}
.contactBox .conR .list a:hover {color: #abcf4d;}
@media only screen and (max-width:828px) { 
	  .contactBox .con { display: block;}
	  .contactBox .conL { width: 100%; }
	  .contactBox .form dl { margin-top: 2em; width: 100%;}
	  .contactBox .conR { margin-top: 3em; flex: 1; margin-left:auto;}
	  .contactBox .checkBoxZ .item { width: 38%; margin-right: 0;}
	  .contactBox .checkBoxZ .item:nth-child(2n+1) { width: 58%; margin-right: 2%;}
}

/*底部*/
.footer { margin-top: 1.3em; padding: 1.5em 0;
 color: #fff;text-align: center; width: 100%; line-height: 2;  background: #016fba;}
.footer a { color: #fff;;}
.footer a:hover { color: #fff;}
.footer .copyRight span { display: inline-block; margin: 0 0.5em;}

.page { margin-bottom: 2em;	text-align: center;	color: #666;	line-height: 2.2; }
.page li {display: inline-block; padding: 0 3px; }
.page li a,.page li span {background-color: #f2f2f3;display: inline-block;color: #666;padding: 0.1em ; width: 2em; margin: 0.2em 0 0;}
.page a:hover ,.page li.active span {color: #fff;  background: #016fba;}
.page .disabled span { color: #aaa;}


.btnRed { margin-top: 1em; display: inline-block; cursor: pointer;  line-height: 2.6;
 padding: 0 1.2em;  border: 1px solid #d52b1e; margin-right: 0.5em;
 background-color: #fff; color: #282828;}
.btnRed:hover {}


.btnRed2 { margin-top: 1em; display: inline-block; cursor: pointer;  line-height:2.6;
 padding: 0 1.2em; color: #fff;  border: 1px solid #d52b1e; background-color: #d52b1e;
 margin-right: 0.5em;}
.btnRed2:hover {color: #fff; }

.btnRed3 { margin-top: 0.8em; display: inline-block; cursor: pointer;  line-height:2.6;
 padding: 0 1.2em; color: #d52b1e;  border: 1px solid #fff; 
;}
.btnRed3:hover { background-color: #f0f0f0; border: 1px solid #f0f0f0;  color: #d52b1e; }


/*下拉选择框*/
.selBoxW {display: flex;justify-content: space-between; align-items: flex-start;}
.selBox {
  position: relative;
  display: inline-block;
  z-index: 10;
  width: 100%;
  height: 2.2em; text-align: left; 
}

.selBox.show {
  z-index: 11;
}

.selBox .selBtn {
  position: relative;
  z-index: 0;
  cursor: pointer;
  color: rgba(0,0,0,0.54);
  padding: 0 2em 0 0.9em;
  line-height: 2em; 
}
.selBox.show .selBtn {  }

.selBox .selBtn .txt {
  display: inline-block;
  vertical-align: middle;
}
.selBox .selBtn .txt .num { margin-left: 0.4em;}

.selBox .selBtn .arr {
  position: absolute;
  right: 0.8em;
  top: 50%;
  margin-top: -0.2em;
  display: inline-block;
  vertical-align: middle;
  width: 0.7em;
  height: 0.7em;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.selBox.show .selBtn .arr {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
}

.selBox .dropDown {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 2.5em;
  width: auto;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  line-height: 2.7em;
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  max-height: 18.9em;
  overflow-y: auto;
  -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
}

.selBox .dropDown li {
  cursor: pointer;
  padding: 1px 1em 0;
   color: rgba(0,0,0,0.54);
  border-bottom: 1px solid #eaeaea;
}

.selBox .dropDown li:last-child {
  border-bottom: 0;
}

.selBox .dropDown li a {
   color: rgba(0,0,0,0.54);
}

.selBox .dropDown li:hover {
  background-color: #eee;color: rgba(0,0,0,0.54);
}

@media only screen and (max-width:828px) {
	.selBoxW {display: block;}
	.selBox_1 { width: 100%;}
	.selBox_2 { width: 100%; margin-top: 1em;}
}

.popupCont { position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 100%;
background-color: rgba(0,0,0,0.6); display: none; justify-content: center; align-items: center;}
.popupCont.show { display: flex;}
.popupCont .popupBox { background-color: #fff; max-width: 34em;
width: 90%; text-align: left;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
}
.popupCont .contTit { color: #222; display: flex; justify-content: space-between; align-items: center;
padding: 1em 0.5em; margin: 0 1em;
border-bottom: 1px solid #eee;}
.popupCont .contTit .name {}
.popupCont .contTit .close { width: 1em; height: 1em;
background: url(../images/close.png) center center no-repeat;
background-size:contain ; cursor: pointer;}
.popupCont .contCon { padding: 1.4em 2em; display: flex; justify-content: space-between; align-items: center;}

.popupCont .contCon .txtb {}
.popupCont .contCon .txtb dl { padding: 0.4em 0;
	display: flex; justify-content: flex-start; align-items: flex-start;}
.popupCont .contCon .txtb dt { color: #aaa; width: 4em; }
.popupCont .contCon .txtb dd { color: #222; flex: 1;}
.popupCont .contCon .txtb .num { font-weight: bold; color: #1bb0c3;}

.popupCont .contCon .erm { text-align: center;}
.popupCont .contCon .erm img{ width: 10em; margin-bottom: 0.5em; display: block;}

.btnDown { cursor: pointer; display: inline-block; line-height: 1.6; color: #1279bf; background-color: #f0f9fe;
border: 1px solid #b5e1fe; display: inline-block; padding: 0 1em;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.btnDown:hover { border:  1px solid #1279bf; background-color: #1279bf; color: #fff;}

.layui-layer {text-align: left;}

.btnadd{ padding: 0.1em 1.5em 0; margin-right: 0.3em; cursor: pointer; line-height: 2em; font-weight: bold;color: #fff !important;
 background-color: #016fba; border: 1px solid #94d2fd;  -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}

.empty {text-align: center; padding-top: 10%; color: #999}
form {width: 100%;}