@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	/*max-height: 9999px;*/
}

html,
body {
	font-family: "微软雅黑";
	color: #666;
	font-size: 14px;
	/*min-height: 100vh;*/
	overflow-x: hidden;
	-webkit-tap-highlight-color: #000000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-weight: 400;
}

input,
select,
textarea {
	width: 100%;
	background: none;
	outline: none;
	border: 0px;
	font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

.hide {
	display: none;
}

.clearBox {
	zoom: 1;
}

.clearBox::after {
	content: "";
	clear: both;
	height: 0px;
	display: block;
}

.claer {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul,
li,
dl,
dd {
	list-style-type: none;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
	font-size: 0;
}

button {
	-webkit-appearance: none;
}

input,
textarea {
	border: 0px;
	width: 100%;
	background: none;
	outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

.pagelock {
	overflow: hidden;
}

img {
    max-width: 100%!important;
}

/* clear 页头，页脚，内容区都不用再加清除样式 */

.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
	content: '';
	display: table;
}

.fixed:after,
.clearfix:after,
.cf:after,
after,
.header:after,
.main:after,
.footer:after {
	content: '';
	display: table;
	clear: both;
}

.fixed,
.clearfix,
.cf,
.header,
.main,
.footer {
	*zoom: 1;
}

.clear,
.cl {
	display: block !important;
	float: none !important;
	clear: both;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	max-height: none !important;
	min-height: 0 !important;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none !important;
	font-size: 0 !important;
	line-height: 0 !important;
}


/*公用样式end*/





/*头部*/

/*body {
	padding-top: 110px;
}*/


/*******************头部 公共部分 开始***************************/

.header {
	background: #0190c5;
	z-index: 99;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	padding-bottom:0px;
}

/*******搜索部分********/


.header .hd_con {
	background: url(../images/sd_bg.jpg) repeat-y left center;
}

.header .hd_con .wrap {
	position: relative;
}

.header .logo {
	width: 167px;
	float: left;
	padding: 23px 0px 22px;
}

.header .logo a {
	display: block;
}

.header .logo img {
	width: 100%;
	display: block;
}
.header1 .logo1 img{display: block;}
.header .hd_rt {
	position: absolute;
	right: 0px;
	bottom: 0px;
	border: 1px solid #bfbfbf;
	border-bottom: none;
}



/*******导航部分******/




.scrollHeader .header {
	box-shadow: 0px 0px 10px #555;
}


/*******************头部 公共部分 结束***************************/


/**header end**/


/*底部;*/

.footer {
	width: 100%;
	position: relative;
	bottom: 0;
}

ul.foot_nav {
	width: 100%;
	float: left
}

ul.foot_nav li {
	width: 21%;
	padding: 2%;
	background-color: #0089C2;
	text-align: center;
	float: left;
	color: #fff;
	font-size: 12px
}

ul.foot_nav li:hover {
	background-color: #4FADD5
}

ul.foot_nav li a {
	color: #fff;
	text-align: center;
	margin: 0 auto;
	display: block;
}

img.weixin,
img.join_us,
img.phone,
img.contact_us {
	width: 60%
}





/***********尾部 公共部分 结束***************/






	
	.mobile_nav {
		display: block;
		width: 100%;
		/*position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;*/
		position: relative;
		/*z-index: 101;*/
		background: rgb(18, 149, 216);
		overflow: hidden;
	}
	.mobile_nav li {
		width: 25%;
		float: left;
		text-align: center;
		color: #fff;
		padding: 16px 0;
		height: 76px;
		box-sizing: border-box;
	}
	.mobile_nav li .mask {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 98;
		background-color: rgba(0, 0, 0, 0.4);
		display: none;
	}
	.mobile_nav li:hover {
		background-color: #68acd1;
	}
	.mobile_nav li .alert {
		display: none;
		position: fixed;
		width: 100%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 100;
	}
	.mobile_nav li .alert>div {
		display: flex;
		justify-content: center;
	}
	.mobile_nav li .alert .img {
		padding: 10px;
		background-color: #fff;
		margin: 0 10px;
		border-radius: 5px;
	}
	.mobile_nav li a {
		display: block;
		color: #fff;
	}
	.mobile_nav li>img,
	.mobile_nav li>a>img {
		display: block;
		height: 30px;
		margin: 0 auto 5px;
	}
	
	.nav_phone_btn,
	.nav_phone {
		display: block;
	}
	/*手机导航按钮开始*/
	.nav_phone_btn {
		position: absolute;
		top: 3px;
		left: 0;
		transition: 0.3s all;
		-webkit-transition: 0.3s all;
		-moz-transition: 0.3s all;
		-o-transition: 0.3s all;
		-ms-transition: 0.3s all;
		display: block;
		cursor: pointer;
		height: 35px;
		width: 50px;
		margin-top: 10px;
	}
	.nav_phone_btn span {
		position: relative;
		font-size: 0;
		width: 26px;
		height: 3px;
		background-color: #fff;
		display: inline-block;
		transition: all 250ms ease-out;
		-webkit-transition: all 250ms ease-out;
	}
	.nav_phone_btn span:before,
	.nav_phone_btn span:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #fff;
		left: 0px;
		transition: all 250ms ease-out;
		-webkit-transition: all 250ms ease-out;
	}
	.nav_phone_btn span:before {
		top: -7px;
	}
	.nav_phone_btn span:after {
		top: 7px;
	}
	.visible_nav.nav_phone_btn {
		left: 95%;
	}
	.visible_nav.nav_phone_btn span {
		background-color: transparent;
	}
	.visible_nav.nav_phone_btn span:before {
		left: 5px;
		top: 0px;
		transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
	}
	.visible_nav.nav_phone_btn span:after {
		top: 0px;
		left: 5px;
		transform: rotateZ(-45deg);
		-webkit-transform: rotateZ(-45deg);
		-ms-transform: rotateZ(-45deg);
	}
	/*手机按钮结束*/
	/*手机导航内容*/
	
	.nav_phone {
		display: block;
		position: fixed;
		z-index: 101;
		top: 0px;
		bottom: 0px;
		left: -100%;
		height: 100%;
		width: 90%;
		transition: all 0ms ease-out;
		-webkit-transition: all 0ms ease-out;
		transition: all 250ms ease-out;
		-webkit-transition: all 250ms ease-out;
		overflow: hidden;
		z-index: 102;
	}
	body.body_nav_phone .nav_phone {
		left: 0;
	}
	.nav_phone_tit {
		box-sizing: border-box;
		height: 100px;
		width: 100%;
		/*background: #0190c5;*/
		line-height: 50px;
		color: #fff;
		text-indent: 20px;
		padding-bottom: 30px
	}
	.nav_phone_tit img {
		width: 120px;
		padding-top: 29px;
	}
	.nav_phone_tit span {
		float: left;
		display: inline-block;
		display: none;
	}
	.nav_phone_tit .language {
		float: right;
		display: none;
	}
	.nav_phone_tit .language a {
		color: #fff;
		padding: 0px 10px;
	}
	.nav_phone_tit .button {
		float: right;
		display: inline-block;
		margin-right: 10px;
		cursor: pointer;
		display: none;
	}
	.nav_phone_tit .button:before {
		content: "";
		display: inline-block;
		width: 17px;
		height: 3px;
		background: #fff;
		transform: rotate(45deg);
		border-radius: 8px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
	.nav_phone_tit .button:after {
		content: "";
		display: inline-block;
		width: 3px;
		height: 17px;
		background: #fff;
		margin-left: -10px;
		margin-bottom: -7px;
		transform: rotate(45deg);
		border-radius: 8px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
	.nav_phone{background: #0190c5;}
	.nav_phone_con {
		position: absolute;
		top: 100px;
		bottom: 0px;
		width: 100%;
		/*background: #0190c5;*/
		overflow-y: scroll;
		padding: 0 5%;
		z-index: 102;
		box-sizing: border-box;
	}
	/*.nav_phone_con>ul{overflow-y: auto;overflow-x: hidden;position: absolute;bottom: 0px;top: 0px;width:100%;}*/
	.nav_phone_con>ul>li{
		height: auto;
		
		border-bottom: 1px solid #219fd4;
		
	}
	.nav_phone_con>ul>li>a{
		background: url(../images/icon.png) no-repeat;
	}
	.nav_phone_con>ul>li a {
		opacity: 1;
		padding: 0 30px;
		box-sizing: border-box;
		width: 100%;
		color: #fff;
		display: inline-block;
		position: relative;
		-ms-transition: all 250ms ease-out;
		transition: all 250ms ease-out;

		/*background: url(../images/right.png) no-repeat right center;*/
	}
	
	.nav_phone_con>ul .hasSecond>a,.nav_phone_con>ul .hasthred>a{
		position: relative;
		
	}
	.nav_phone_con>ul .hasSecond>a:after,.nav_phone_con>ul .hasthred>a:after{
		content: "";
		display: block;
		width: 8px;
		height: 12px;
		background: url(../images/right.png) no-repeat right center;
		background-size:cover;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -0.16rem;
		transition: all 0.3s;
	}

	.wapNavFrist-li.active .wapNavSecond-ul,.wapNavSecond-li.active  .wapNavthred-ul{display: block;}
	.nav_phone_con>ul .hasSecond.active>a:after,.nav_phone_con>ul .hasthred.active>a:after{
		transition: all 0.3s;
		transform:rotate(90deg);
-ms-transform:rotate(90deg); /* Internet Explorer */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg); /* Opera */
	}
	.nav_phone_con>ul .hasSecond.active>a,.nav_phone_con>ul .hasthred.active>a{
		/*font-weight: 600;*/
		text-shadow: 2px 2px 5px #7f7171;
	}
	/*.nav_phone_con>ul>li>a em,
	.nav_phone_con>ul>li>ul>li>a em {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-right: 3px solid #0190c5;
		border-bottom: 3px solid #0190c5;
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -4px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}*/
	
	
	.nav_phone_con>ul>li:nth-child(1)>a {
		background-position: 0 18px;
	}
	.nav_phone_con>ul>li:nth-child(2)>a {
		background-position: 0 -68px
	}
	.nav_phone_con>ul>li:nth-child(3)>a {
		background-position: 0 -157px;
	}
	.nav_phone_con>ul>li:nth-child(4)>a {
		background-position: 0 -247px;
	}
	.nav_phone_con>ul>li:nth-child(5)>a {
		background-position: 0 -333px;
	}
	.nav_phone_con>ul>li:nth-child(6)>a {
		background-position: 0 -422px;
	}
	.nav_phone_con>ul>li:nth-child(7)>a {
		background-position: 0 -512px;
	}
	.nav_phone_con>ul>li:nth-child(8)>a {
		background-position: 0 -597px;
	}
	.nav_phone_con>ul>li:nth-child(9)>a {
		background-position: 0 -683px;
	}
	.nav_phone_con>ul>li:nth-child(10)>a {
		background-position: 0 -769px;
	}
	.nav_phone_con>ul>li:nth-child(11)>a {
		background-position: 0 -858px;
	}
	.nav_phone_con>ul>li:nth-child(12)>a {
		background-position: 0 -945px;
	}
	.nav_phone_con>ul>li:nth-child(13)>a {
		background-position: 0 -1033px;
	}
	.wapNavSecond-ul{padding:2% 0;display: none}
	.wapNavthred-ul{padding:2% 0;display: none}
	/*手机导航内容结束*/
	
	.header .logo {
		width: 120px;
		padding: 13px 0px 12px;
		float: none;
		margin: 0 auto
	}
	
	.header.fnt_14 {
		font-size: 16px;
	}
	.header .hd_rt {
		border: none;
		position: relative;
	}
	
	/***********尾部 公共部分 开始***************/
	
	/***********尾部 公共部分 结束***************/
	.wrap {
		margin: 0px 20px;
	}



	.mobile_nav li>img,
	.mobile_nav li>a>img {
		height: 23px;
	}
	.nav_phone_con>ul>li,
	.nav_phone_con>ul>li dl dd {
		
		font-size: 14px;
	}
	.nav_phone_con>ul>li a {
		background-size: 20px;
		height: 38px;
		line-height: 38px;
	}

	.nav_phone_con>ul>li .wapNavSecond-li a{
		line-height: 30px;
		height: 30px;
	}
	.wapNavthred-ul{padding-left: 4%;}
	.nav_phone_con>ul>li:nth-child(1)>a {
		background-position: 0 12px;
	}
	.nav_phone_con>ul>li:nth-child(2)>a {
		background-position: 0 -56px;
	}
	.nav_phone_con>ul>li:nth-child(3)>a {
		background-position: 0 -124px;
	}
	.nav_phone_con>ul>li:nth-child(4)>a {
		background-position: 0 -191px;
	}
	.nav_phone_con>ul>li:nth-child(6)>a {
		background-position: 0 -260px;
	}
	.nav_phone_con>ul>li:nth-child(7)>a {
		background-position: 0 -328px;
	}
	.nav_phone_con>ul>li:nth-child(8)>a {
		background-position: 0 -396px;
	}
	.nav_phone_con>ul>li:nth-child(9)>a {
		background-position: 0 -460px;
	}
	.nav_phone_con>ul>li:nth-child(10)>a {
		background-position: 0 -530px;
	}
	.nav_phone_con>ul>li:nth-child(11)>a {
		background-position: 0 -594px;
	}
	.nav_phone_con>ul>li:nth-child(12)>a {
		background-position: 0 -663px;
	}
	.nav_phone_con>ul>li:nth-child(13)>a {
		background-position: 0 -731px;
	}
	.nav_phone_con>ul>li:nth-child(14)>a {
		background-position: 0 -795px;
	}
	.nav_phone_con>ul>li:nth-child(6)>a {
		background-position: 0 -460px;
	}


footer{position: fixed;width: 100%;bottom: 0;z-index: 90;}


/************************头尾公共部分结束******************************/

.bg_none {
	background: none;
}



/*创*/
.body_nav_phone{overflow-y: hidden;height: 100%;}
.header1{background: #fff;z-index: 99;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;}


.nav_phone_btn.nav_phone_btn1{
	top: 0;
	right: 0.266666rem;
	left: unset;
	width: auto;
	}
.logo1{
	    width: 120px;
    padding: 0.173333rem 0px 0.173333rem;
    float: none;
   
}
.nav_phone1{
	background: #fff;
	top: 51px;
	width: 100%;
	height:calc(100% - 51px);
	}
.nav_phone1 .nav_phone_tit,.nav_phone1 .nav_phone_con{
	width: 8.666666rem;
	background-color: #8ec31e;
}
.nav_phone1 .nav_phone_con>ul>li{
	border-bottom: 1px solid #b0d562;
}
.nav_phone_btn1 span{background-color: #8ec31e;}
.nav_phone_btn1 span:before, .nav_phone_btn1 span:after{
	background-color: #8ec31e;
}
.visible_nav.nav_phone_btn.nav_phone_btn1 span{
	background-color: #8ec31e;
}
.visible_nav.nav_phone_btn.nav_phone_btn1 span:before,.visible_nav.nav_phone_btn.nav_phone_btn1 span:after{
	transform: rotateZ(0);
		-webkit-transform: rotateZ(0);
		-ms-transform: rotateZ(0);
}
.visible_nav.nav_phone_btn.nav_phone_btn1 span:before {
    top: -7px;
    left: 0;
}
.visible_nav.nav_phone_btn.nav_phone_btn1 span:after{
	top: 7px;
	left: 0;
}
.close{position: absolute;width:1.333333rem;height:1.333333rem;background: #e7e8ea;right:0;}

.close span{
	position: relative;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    display: block;
    cursor: pointer;
    height: 0.4rem;
    margin-top: 0.636666rem;
    text-align: center;
}
.close span:before,
.close span:after {
		content: "";
		position: absolute;
		width: 0.6rem;
		height: 2px;
		background-color: #666666;
		left: 0px;
		transition: all 250ms ease-out;
		-webkit-transition: all 250ms ease-out;
	}
	.close span:before{
		left:0.333333rem;
    top: 0px;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
	}
.close span:after {
		top: 0px;
    	left:0.333333rem;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
	}

.in_banner{margin-top:59px;}
.in_banner .pagination span{width:5px;height:5px;margin:0 2px;}
.in_bk_02 .ajax_list ul li dl dt{line-height: 1.5;overflow: hidden;}