* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei",arial;
}

html {
	font-family: "Arial"
}

ul,
ol {
	list-style: none;
}

.clearfix {
	clear: both;
}

a {
	color: #333;
	text-decoration: none;
}

em {
	font-style: normal;
}

.content {
	width: 1280px;
	margin: auto;
}

.neiong {
	margin-top: 86px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

@font-face {
	font-family: 'helvetica';
	src:url('../fonts/HelveticaNeueLTPro-ThEx.ttf');
	src:url('../fonts/HelveticaNeueLTPro-ThEx.woff.ttf.ttf?rretjt') format('truetype'),
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "impact";
	src:url('../fonts/impact.ttf') format('truetype');
	/*src:url('../fonts/BEBAS.woff.ttf.ttf?rretjt'),*/
	font-weight: normal;
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.case_fl::-webkit-scrollbar {
	width: 5px;
	/*对垂直流动条有效*/
	height: 5px;
	/*对水平流动条有效*/
}


/*定义滚动条的轨道颜色、内阴影及圆角*/

.case_fl::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 3px;
}


/*定义滑块颜色、内阴影及圆角*/

.case_fl::-webkit-scrollbar-thumb {
	border-radius: 7px;
	background-color: #e1e1e1;
}


/*定义右下角汇合处的样式*/

.case_fl::-webkit-scrollbar-corner {
	background: khaki;
}

table {
	border: 0;
	border-spacing: 0;
	border-collapse: 0
}

th,
td {
	padding: 8px
}

.table {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1
}

.table th,
.table td {
	padding: 8px 12px;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1
}

.table th {
	background: #f9f9f9
}

.table tr:hover td {
	background: #fffffc
}

input,
textarea,
select,
button {
	display: block;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #2b333b;
	outline: 0
}

::-moz-placeholder {
	text-align: left;
	color: #999
}

::-webkit-input-placeholder {
	text-align: left;
	color: #999
}

::-ms-input-placeholder {
	text-align: left;
	color: #999
}

input[type='text'],
input[type='password'] {
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 8px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box
}

input[type='radio'],
input[type='checkbox'] {
	display: inline-block;
	vertical-align: -2px
}

input[type='file'].file {
	left: 0;
	top: 0;
	width: 100%;
	height: 38px;
	line-height: 38px;
	opacity: 0;
	font-size: 80px;
	cursor: pointer;
	overflow: hidden
}

textarea {
	width: 100%;
	height: 88px;
	line-height: 28px;
	padding: 2px 8px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	resize: none
}

select {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box
}

input[type='button'],
input[type='submit'],
input[type='reset'],
button,
.btn {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 12px;
	background: #009688;
	border: 0;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	cursor: pointer
}

input[type='button'].btn-border,
input[type='submit'].btn-border,
input[type='reset'].btn-border,
button.btn-border,
.btn-border {
	background: #fff;
	border: 1px solid #e1e1e1;
	color: #2b333b
}

input[type='button'].btn-blue,
input[type='submit'].btn-blue,
input[type='reset'].btn-blue,
button.btn-blue,
.btn-blue {
	background: #2f81c4
}

input[type='button'].btn-green,
input[type='submit'].btn-green,
input[type='reset'].btn-green,
button.btn-green,
.btn-green {
	background: #57ac57
}

input[type='button'].btn-red,
input[type='submit'].btn-red,
input[type='reset'].btn-red,
button.btn-red,
.btn-red {
	background: #f45445
}

input[type='button'].btn-orange,
input[type='submit'].btn-orange,
input[type='reset'].btn-orange,
button.btn-orange,
.btn-orange {
	background: #f7783a
}

input[type='button'].btn-black,
input[type='submit'].btn-black,
input[type='reset'].btn-black,
button.btn-black,
.btn-black {
	background: #2b333b
}

.radius {
	border-radius: 4px
}

.radius-50 {
	border-radius: 50%
}

.radius-form {
	border-radius: 19px
}

.pf {
	position: fixed
}

.pr {
	position: relative
}

.pa {
	position: absolute
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

.tl {
	text-align: left
}

.tc {
	text-align: center
}

.tr {
	text-align: right
}

.auto {
	margin: 0 auto
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.hide {
	display: none
}

.border-box {
	box-sizing: border-box
}

.hidden {
	overflow: hidden
}

.title{
	
}
.title h1{
	font-family: "impact";
	font-size: 48px;
	text-transform: uppercase;
	color: #e6e6e6;
}
.title h3{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-top: -20px;
}
.title h3 span{background: #fff;}
.title em{display: block; width: 60px; height: 3px; background: #2263bf; margin: 6px 0;}
/*头部样式*/
.header{ width: 100%; z-index: 60; background:url(img/top_bg.png) repeat-x top; position: absolute; top: 0; left: 0;}
/*.youse{ background: rgba(0,0,0,.4);}*/
.yemei{ position: relative; padding-right: 60px;}
/*.logo{ float: left; }
.logo img{ }*/
.nav{ float: right; }
.nav li{ float: left; padding: 0 26px; position: relative;height: 87px; line-height:90px; box-sizing: border-box;}
/*.nav li:before{
	content: " ";
	width: 100%;
	height: 0;
	background: #2263bf;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	transition: all 0.5s;
}*/
.nav li a{ color: #fff; font-weight: 600; position: relative;z-index: 2;transition: all 0.5s;}
.nav li.on:before,.nav li:hover:before{ height: 100%;}
.nav li.on a,.nav li:hover a{color: #fff;}
.nav li .erji{ width: 100%; position: absolute; top: 67px; left: 0;  z-index: 20; display: none;}
.nav li .erji dd{ line-height: 46px; text-align: center; font-size: 15px; background: rgba(0,0,0,0.4);}
.nav li .erji dd a{ color: #fff; font-weight: normal;}
.nav li:hover .erji{ display: block;}
.nav li .erji dd:hover{ background: #2263bf;}
.lxdh{ float: right; line-height: 80px; margin-left: 10px; margin-top: 32px;}
.lxdh h2{ background: url(../img/search.png) no-repeat 30px center; background-size: 20px;width:20px; height:20px; border-left: 1px solid #e1e1e1; padding-left: 50px;}
.yemei .ss{ position: absolute; top: 36px; right: 0; border-left: 1px solid #fff; height: 20px; padding-left: 20px;}
.sousuo{ position: absolute; top:110px; right: 0; z-index: 200; background: #fff; padding: 20px;background: rgba(0,0,0,0.4); display: none;}
.ss_box{ width: 360px; box-sizing: border-box; position: relative; }
.ss_box input{ border: none; background:#fff; padding: 5px 0; line-height: 30px; color: #666; text-indent: 1em; width: 78%; float: left;outline: none; }
.ss_box button{ width: 22%; float: right; height: 40px; background: #014586; color: #fff; border: none;outline: none; }

.header1{ position: absolute; top: 0; left: 0; width: 100%; z-index: 60;background: #fff;}
/*.youse{ background: rgba(0,0,0,.4);}*/
.yemei{ position: relative; padding-right: 60px;}
.logo{ float: left;}
.logo img{ }
.nav{ float: right; }
.header1 .nav li{ float: left; margin: 0 26px; position: relative;height: 87px; line-height:90px; box-sizing: border-box; border-bottom: 3px solid rgba(0,0,0,0);}
.header1 .nav li a{ color: #333333;}
.lxdh{ float: right; line-height: 80px; margin-left: 10px; margin-top: 32px;}
.lxdh h2{ background: url(../img/search.png) no-repeat 30px center; background-size: 20px;width:20px; height:20px; border-left: 1px solid #e1e1e1; padding-left: 50px;}
.yemei .ss{ position: absolute; top: 36px; right: 0; border-left: 1px solid #fff; height: 20px; padding-left: 20px;}
.sousuo{ position: absolute; top:110px; right: 0; z-index: 200; background: #fff; padding: 20px;background: rgba(0,0,0,0.4); display: none;}
.ss_box{ width: 360px; box-sizing: border-box; position: relative; }
.ss_box input{ border: none; background:#fff; padding: 5px 0; line-height: 30px; color: #666; text-indent: 1em; width: 78%; float: left;outline: none; }
.ss_box button{ width: 22%; float: right; height: 40px; background: #2263bf; color: #fff; border: none;outline: none; }
.top_nav li .sj_xia {
	position: absolute;
	top: 70px;
	width: 160px;
	padding: 0 20px;
	padding-bottom: 30px;
	display: none;
	z-index: 99;
	background: #fff;
	font-size: 14px;
	color: #585858;
	line-height: 40px;
	left: 50%;
	margin-left: -80px;
}


.top_nav li .sj_xia li {
	margin: 0 10px;
	line-height: 48px;
	display: block;
	border-bottom: 1px solid #f7f7f7;
}

.top_nav li .sj_xia li a {
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize
}

.banner {
	
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
	height: 900px;
	width: 100%;
}
.swiper-slide{background-size: ;}
.swiper-button-prev,
.swiper-button-next {
	display: none;
	transition: all 0.3s;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
	display: block;
}

.logo_box {
	position: relative;
}

.logo_box{ width: 1500px; margin: 0 auto;}
.logo_box1 {
	background: #fff;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3);
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 21;
	display: none;
}

.top_nav_list1 li {
	float: left;
	margin: 20px;
}

.top_nav_list1 li a {
	color: #333333;
}

#search-btn {
	right: 0;
	top: 32px;
	width: 30px;
	height: 30px;
	background: url(../img/seach.png) no-repeat center;
	cursor: pointer;
	position: absolute;
}

#search-btn:hover {
	background-image: url(../img/seach.png);
}

#wx-qrcode {
	right: -2px;
	top: 114px;
	width: 102px;
	height: 102px;
	padding: 5px;
	background: #fff;
	border-radius: 2px;
	z-index: 999;
	display: none;
}

#wx-qrcode em {
	position: absolute;
	left: 50%;
	top: -8px;
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}

#search {
	right: 0;
	top: 86px;
	height: 44px;
	padding: 12px;
	background: rgba(255, 255, 255, .7);
	z-index: 998;
	overflow: hidden;
	display: none;
}

#search input {
	float: left;
	width: 256px;
	height: 44px;
	line-height: 40px;
	padding: 0 12px;
	border: none;
	font-size: 14px;
	color: #666;
}

#search button {
	float: left;
	width: 44px;
	height: 44px;
	background: url(../img/search1.png) no-repeat center #93846b;
}
#tongzhi{
	background: #f0f4f7;
	padding: 0 20px;
	line-height: 43px;
	margin:20px auto;
	box-sizing: border-box;
}

/*关于我们*/
.sy_bt{position: relative; height: 82px; text-align: center;}
.sy_bt h2{ font-size: 36px; color: #232323; font-weight: bold; }
.sy_bt h3{ color: #999999;font-size: 18px; font-weight: normal; text-transform: uppercase; line-height: 24px;}
.sy_bt h2 span{  color: #117ac9; }
.anli_t_le{position: relative; height: 82px;}
.anli_t_le h2 span{  color: #117ac9; }
.anli_t_le h2{ font-size: 36px; color: #232323; font-weight: bold; }
.anli_t_le h3{ color: #999999;font-size: 18px; font-weight: normal;}
.anli_t_le:before{content:'';display:block;width:27px;height:4px;border-bottom:solid 4px #117ac9;position:absolute;left:0;bottom:0;z-index:9}

.name1{ font-size: 24px; font-weight: bold; color: #333333;margin-top: 40px;} 
.name2{ font-size: 18px; color: #117ac9; margin-top: 10px;} 

.about{ background: url(../img/about_bg.png) no-repeat left bottom #f5f5f5; width:100%; padding: 1px 0;}
.syabout_box{ padding: 30px; background: #fff; margin: 52px auto; box-sizing: border-box;}
.about_pt1{width: 500px; height: 408px; overflow: hidden;}
.about_pt1 img{ display: block; width: 100%;}
.about_ms{width: 672px;}
.about_ms .gsjs_box{ padding-top: 5px;}
.about_ms .gsjs_box h3{ font-size: 22px; color: #2263bf; font-weight: bold;}
.about_ms .gsjs_box span{font-size: 16px; display: block; margin: 5px 0 20px 0; color: #535353;}
.about_ms .gsjs_box p{ font-size: 14px; line-height: 29px; color: #808b95;
overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.about_ms .gsjs_box p a{ color: #e98e19; margin-left: 5px;}
.about_ms .gsjs_box a:hover{ color: #2263bf;}

.shuju{ width: 100%;padding-top: 50px;}
.shuju li{ margin-right:62px; text-align: center; float: left;}
.shuju li:nth-child(4n){ margin-right: 0;}
.shuju li h2{  color: #2263bf;font-size: 34px; font-weight: bold; }
.shuju li h2 em{ list-style: none; font-size: 14px;padding:0 2px; position: relative;top: -16px;font-weight: normal;}
.shuju li h2 span{color: #2263bf;}
.shuju li p{ font-size: 15px; color: #706c6d; padding-top: 5px;}

/*风采*/
#fencai{
	margin-top: 40px;
	background: #f5f5f5;
	padding: 40px 0;
}
.biaoti_shu{ position: relative; float: left;}
.biaoti_shu h1{
	font-family: "impact";
    font-size: 48px;
    text-transform: uppercase;
    box-sizing: border-box;
    color: #e6e6e6;
    height: 50px;
    width: 50px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
   /* transform: translateX(-50%);*/
    transform:rotate(90deg);
    z-index: 0;
    
}

.picScroll{ width:1200px;  overflow:hidden; position:relative; float: right; }
.picScroll .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  transform: scale(1.1); clear: both;}
.picScroll .prev,.picScroll .next{ position: absolute;top: 50%; z-index: 20; margin-top: -37px;}
.picScroll .prev{ left: 20px;}
.picScroll .next{ right: 20px; }
.picScroll .bd{}
.picScroll .bd ul{ overflow:hidden; zoom:1; }
.picScroll .bd ul li{ margin:0 10px; width:280px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll .bd ul li .pic{ text-align:center;width:280px;height:180px; overflow: hidden; }
.picScroll .bd ul li .pic img{ width:280px; display:block; transition: all 0.5s;}
.picScroll .bd ul li .title{ line-height:40px; font-size: 14px;white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
@media (max-width: 1400px) {
	.ywly{ padding-top: 9vh;}
	.zytd:before{padding-top: 6vh;}
	.lsdt{
		padding-top: 4vh;
	}
	.news_tit{
		margin-top: 10px;
    	margin-bottom: 10px;
	}
	.news_lib1{
		width: 380px;
	}
	.teshu{
		margin-top:12vh;
	}
}
.biaoti_shu h3 {
    font-size: 24px;
    width: 30px;
    color: #333333;
    font-weight: bold;
    position: relative;
    z-index: 2;
    margin-left: 26px;
    float: left;
}
.biaoti_shu h3 span{background: #fff;}
.biaoti_shu em{
	float: left;
    width:3px;
    height:60px ;
    background: #2263bf;
    margin: 0 6px;
}
/*服务*/
#fuwu{
	margin: 40px auto;
}
#fuwu li{
	float: left;
	width: 300px;
	height: 130px;
	overflow: hidden;
	margin-right: 26px;
}
#fuwu li:nth-child(4){margin-right: 0;}
#fuwu li img{display: block; width: 100%; transition: all 0.5s;}
#fuwu li:hover img{transform: scale(1.1);}

.kongt_nr_txt_z{ position:relative; width:1200px; margin:0 auto;}
.kongt_nr_txt2{ position:absolute; width:510px; left:0; top:80PX;}
.kongt_nr_txt3 p{ font-size:14px; line-height:25px; color:#666; height:240px; padding-top:30px; overflow:hidden;}
.kongt_nr_txt3{  width:510px;}
.kongt_nr_txt{ position:absolute; width:510px; right:0; top:0;}
.kongt_nr_img{ float:left; width:53%; background:url(../img/tu.jpg) no-repeat; height:566px;}
.kongt_nr_img2{ float:right; width:49%; background:url(../img/about_bg.jpg) no-repeat; height:637px;}
.kongt_nr_txt2 p{ color: #666;
    margin-top: 20px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 16px;}
.kongt_nr_txt h1{ font-size:28px; color:#333; margin-top:100px; margin-bottom:30px;}

.kongt_nr_txt p{ font-size:14px; line-height:25px; color:#666; height:240px; overflow:hidden;}
.bse1{ float:left; width:170px; text-align:center; padding-top:20px;}
.bse1_n{ float:left; width:400px; text-align:center; padding-top:20px;}
.bse1_n:nth-child(3){ background:none;}
.bse1_n{ background:url(../img/oop.jpg) no-repeat right 50px; height:115px;}
.bse1:nth-child(3){ background:none;}

.bse2{ color:#e08c07; font-size:49px; font-weight:bold;}
.bse2 span{ color:#666666; font-size:16px;}
.bse3{ color:#666666; font-size:16px;}
.bse_jj{ width:1200px; height:150px; background:#fff;-moz-box-shadow:3px -5px 9px #E8E8E8, -3px 0px 8px #D9D9D9; -webkit-box-shadow:3px -5px 9px #E8E8E8, -3px 0px 8px #D9D9D9; box-shadow:3px -5px 9px #E8E8E8, -3px 0px 8px #D9D9D9; margin-top:50px; position:absolute; left:0; top:393px; z-index:99;}

.bse{  margin-top:50px; width: 570px;}

.gend2 a{ background: #2263bf; border-radius: 4px; padding: 14px 40px;  color: #fff; font-size: 15px;}
.gend2{ margin-top: 50px;}

.chanpin{ margin: 40px auto; padding: 20px 10px;}
.left_cont{ float: left; width: 220px;}
.left_nav{ width: 220px;}
.left_bt_box{ color: #FFf; padding: 20px 0 20px 80px; background: url(../img/cp_icon.png) no-repeat 16px center #1b5196;}
.left_bt_box h4{ font-size: 25px; font-weight: normal;}
.left_bt_box p{ font-size: 14px;}
.left_nav dd{ border-bottom: 1px solid #eeeeee;  border-left: 1px solid #eeeeee; border-right: 1px solid #eeeeee;position: relative;
 background: #ffffff; line-height: 54px; text-indent: 2em;}
.left_nav dd p{ font-size: 14px; color: #333;}
.left_nav dd.dangqian,.left_nav dd:hover{background: #f8f8f8;}
.left_nav dd.dangqian p,.left_nav dd:hover p{color: #e08c07; background: url(../img/jt01.png) no-repeat center right 20px;}
.right_cp_box{ width: 960px;  background: #fff; float: right;}
.biaoti{ line-height: 62px; background: #f8f8f8; padding: 0 20px;}
.biaoti h2{font-size: 22px; font-weight: normal; float: left;}
.biaoti a{ float: right; font-size: 14px; border: 1px solid #eeeeee; color: #666; line-height: 32px; padding: 0 14px; margin-top: 16px; border-radius: 5px;}
.biaoti a:hover{ background: #1b5196; color: #fff; border-color: #1b5196;}
.cpfl_btn .dangqian{ background: #FF8D00; color: #FFFFFF;}
.cp_zs_box{ margin:20px 0 ;}
.cp_list{}
.cp_list li{ width: 390px; float: left; margin-right: 15px; margin-bottom: 20px; background: #eef2f5;}
.cp_list .pic{ height: 315px; overflow: hidden;}
.cp_list .pic img{ width: 100%; box-sizing: border-box; transition: all 1s;}
.cp_list li:nth-child(3n){ margin-right: 0;}
.cp_list li p{font-size: 15px; color: #333; line-height: 38px; padding:10px; position: relative; z-index: 2; text-align: center;}
.cp_list li:hover p{ color: #2263bf;}
.cp_list li:hover .pic img{ border-color: #444; transform: scale(1.1);}

.case{background: #f8f8f8; padding: 60px 0;}
#product-show{margin-top:40px; overflow:hidden;}
#product-show-item{position:relative; left:50%; width:2400px; height:600px; margin-left:-1208px; overflow:hidden;}
#product-show-item ul li{float:left; width:592px; height:600px; margin-right:16px; overflow:hidden; position: relative;}
#product-show-item ul li img{width:592px; max-width:none; height:600px;}
#product-show-item ul li .fonts{ position: absolute; width: 100%; padding: 20px 20px; box-sizing: border-box;
 background: rgba(0,0,0,.6); color: #fff; bottom:-300px; left: 0; transition: all 0.5s; 
}
#product-show-item ul li:hover .fonts{ bottom: 0;}

#ps-mask-l,#ps-mask-r{top:0; height:600px; background:rgba(255,255,255,.5);}
#ps-mask-l{left:0;}
#ps-mask-r{right:0;}

#ps-prev,#ps-next{top:262px; width:76px; height:76px; background-repeat:no-repeat; background-position:center; background-color:#d2d2d2; border-radius:50%; cursor:pointer; z-index:99;}
#ps-prev{left:-46px; background-image:url(../img/prev.png);}
#ps-next{right:-46px; background-image:url(../img/next.png);}
#ps-prev:hover,#ps-next:hover{background-color:#1880ca;}

#product-show-btn{height:20px; margin-top:20px; overflow:hidden;}
#product-show-btn ul{width: 100%; height: 20px; text-align: center;}
#product-show-btn ul li{width:10px; height:10px; margin:0 5px; background:#d2d2d2; border-radius:5px; cursor:pointer; display: inline-block;}
#product-show-btn ul li.on{width:40px; background:#1880ca;}


/*.news{ padding: 60px 0;}*/
.left_news{width: 462px;  position: relative;margin-top: 30px;}
/*.left_news{width: 548px; margin-top: 30px; position: relative;}*/
.right_news{width: 778px;margin-top: 20px;}
.news_img{ width: 100%; height: 294px; overflow:hidden;}
.news_big_title{ background:#f5f5f5; padding: 20px;}
.news_big_title h2{ background: url(img/maohao.png) no-repeat left center; padding-left: 48px;
font-size: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 50px; background-size: 40px;}
.news_big_title p{ margin-top: 10px; font-size: 15px; color: #666; line-height: 24px;
overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.left_news .shijian{
	background: #e98e19;
  width: 90px;
  height: 70px;
  padding-top: 10px;
   text-align: center;
   color: #fff;
   position: absolute;
    top: 0;
    left: 20px;
}
 white-space: nowrap;text-overflow: ellipsis; overflow: hidden; text-align: left; padding-left: 20px;}
.right_news{width: 778px; margin: 0 20px;}
.right_news ul{ line-height: 50px; border-bottom: 1px solid #e1e1e1; overflow: hidden; zoom: 1;}
.right_news ul li{ float: left; margin-right: 30px; position: relative;}
.right_news ul a{ float: right; font-size: 14px;}
.right_news ul a:hover{ color:#2263bf ;}
.right_news ul li.on{ color: #2263bf;}
.right_news ul li.on:before{ content: " "; display: block;width: 100%; height: 2px; background:#2263bf; position: absolute;
 bottom: 0; left: 0;}
.biaodan{ background: url(../img/ly_bg.jpg) no-repeat center;padding: 60px 0;}
.biaodan .sy_bt h2{ text-transform: uppercase;}
.right_news .list{
	
}
.right_news .list dt{
	 border-bottom: 1px solid #e1e1e1;
	 padding:0 0 14px 0;
	 margin-bottom: 14px;
}
.right_news .list dt .time{
	margin-bottom: 10px;margin-top: 10px;
	color: #333;
}
.right_news .list dt .time h1{
	font-family: "bebas";
	font-size: 40px;

}
.right_news .list dt .time h1 span{
	font-family: "bebas";
	font-size: 16px;
	color: #333;
}
.right_news .list dt h2{
	color: #333;
	font-weight: bold;
	font-size: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; 
	
}
.right_news .list dt p{
	font-size: 15px; color: #666; line-height: 24px;
	margin: 10px 0;
}
.right_news .list dt span{
	color: #2263bf;
	font-size: 15px;
}
.right_news .list dt:hover .time,.right_news .list dt:hover .time h1 span,.right_news .list dt:hover h2{
	color: #2263bf;
}
.right_news .list dd{
	 overflow: hidden;
	 zoom: 1;
	 line-height: 48px;
	 padding-left: 20px;
	 background: url(img/jt1.png) no-repeat left center;
}
.right_news .list dd p{
	 white-space: nowrap;text-overflow: ellipsis; overflow: hidden;
	 font-size: 15px;
	 color: #666666;
}
.right_news .list dd em{
	padding-right: 10px;
	float: right;
	color: #999;
}
.right_news .list dd:hover p{
	color: #2263bf;
}
.kjcz{ width: 269px;}
.kjcz li{
	height: 118px;
	width: 269px;
	padding: 20px;
	box-sizing: border-box;	
}
.kjcz li a{color: #fff;}
.kjcz li:nth-child(1){
	 background:url(../img/fw1.png) no-repeat center ;
}
.kjcz li:nth-child(2){
	 background:url(../img/fw2.png) no-repeat center ;
	 margin: 10px 0;
}
.kjcz li:nth-child(3){
	 background:url(../img/fw3.png) no-repeat center ;
}
.kjcz li h1{
	margin: 10px 0;
	font-size: 21px;
	padding-left: 0;
	transition: all 0.5s;
}
.kjcz li p{font-size: 14px;}
.kjcz li:hover{
	position: relative;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}
.kjcz li:hover h1{
	padding-left: 20px;
}
.liuyan{
	 margin-top: 30px;
}
.liuyan input{ 
	width: 48%; 
	margin-right: 4%;
	float: left;
	margin-bottom: 20px;
	line-height: 50px;
background: none;
}
.liuyan input:nth-child(2n){
	 margin-right: 0;
}
.liuyan textarea{
	background: none;
}
.liuyan button{
	 width: 158px;
	 margin:20px auto;
	 line-height: 50px;
	 height: 50px;
	 border-radius: 5px;
}

.foot{ background:#2f3036; color: #7f8182;}
.foot .foot_box{ padding:26px 0 30px 0;}
.foot_cont{ float: left;}
.link{ border-bottom: 1px solid #434343; padding-bottom: 14px; margin-bottom: 30px;}
.link img{
	float: left;
}
.link p{
	float: left;
	width: 1200px;
	font-size: 14px;
}
.link p a{display: inline-block; padding:0 20px; line-height: 30px; 
background: url(img/xian.png) no-repeat center right; color: #7f8182; margin-bottom: 5px;
}
.link p a:last-child{ background: none;}
.link p a:hover{color: #d4d4d4;}

.foot_box dl{float: left; font-size: 14px; margin-right: 60px; line-height: 28px;}
.foot_box dl dt{ font-size: 17px; color: #d4d4d4; margin-bottom: 20px; position: relative;}
.foot_box dl dt:before{
	content: " ";
	width: 30px;
	height: 2px;
	background: #434343;
	position: absolute;
	top: 34px;
	left: 0;
}
.foot_box dl a{ color: #7f8182;}
.foot_box dl a:hover{color: #d4d4d4;}

.left_dh{ float: right; margin-right: 60px;}
.left_dh dl{}
.left_dh dd{line-height: 40px; padding-left: 30px;}
.left_dh dd:nth-child(2){
	background: url(img/f_icon1.png) no-repeat left center;
}
.left_dh dd:nth-child(3){
	background: url(img/f_icon2.png) no-repeat left center;
}
.left_dh dd:nth-child(4){
	background: url(img/f_icon3.png) no-repeat left center;
}
.left_dh h1 span{ font-size: 16px; display: block; font-weight: normal;}
.dizhi{ font-size: 14px; color: #a1a1a1; line-height: 30px; margin-top: 20px;}
.erweim{ float: right; color: #333; font-size: 14px; text-align:center;}
.erweim li{ float: left; margin: 0 10px; border: 1px solid #626262; padding: 10px;color: #7f8182;}
.erweim li img{ width: 100%;}
.copyright{ font-size: 14px; color: #7f8182;  text-align: center; background: #25262c;}
.copyright .bp_box{/*border-top: 1px solid #d7dce0;*/ padding: 20px 0; text-align: center;}
/*.copyright h4{float: left;}
.copyright p{ float: right; }*/
.copyright span a{color: #ababac;}
.ewm{ height: 100px; overflow: hidden; width: 100px; margin-bottom: 6px;}
.ewm img{ width: 100%;}
.xiala{ position:absolute; width: 100%; top: 84px; left: 0; background: #fff; z-index: 50; border-top: 1px solid #f6f6f6; display: none;}
.erji{ width: 1000px; margin: auto; padding-top: 20px; padding-bottom: 20px; }
.erji dl{ width: 740px; float: left;}
.erji dl dt{ font-weight: bold; margin-bottom: 14px; line-height: 24px !important;}
.erji dl dt a{color: #014589;}
.erji dl dd{ display: inline-block; margin-right: 30px; border-right: 1px solid #999; line-height: 18px !important; padding-right: 30px;}
.erji dl dd:hover a{ color: #014589;}
.jswz{ margin-top: 30px; font-size: 14px; color: #666; line-height: 22px;
overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

/*neiye*/
.ny_banner{ position: relative;}
.ny_banner img{display: block; width: 100%;}
.ny_banner .banner_wz{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #fff;
text-shadow: 0px 4px 1.84px rgba(8, 14, 45, 0.09); text-align: center;}
.ny_banner .banner_wz h2{  font-size: 40px;text-transform: uppercase; font-family: "arial black";}
.ny_banner .banner_wz p{ font-size: 22px;}

/*分页*/
#pageinfo{margin-top:40px; font-size:0; text-align: center; padding-bottom: 40px;}
#pageinfo a{display:inline-block; min-width:12px; height:36px; line-height:36px; margin:0 4px; padding:0 12px; background:#fff; border:1px solid #e1e1e1; font-size:12px;}
#pageinfo a.info{color:#888;}
#pageinfo a.current{background:#014589; border-color:#014589; color:#fff;}

.cpjs{ background: #fff;}
.cpjs .ny_bt{ text-align: center; padding: 30px 0;}
.ny_bt em{ display: block; width: 50px; height: 3px; background: #e08c07; margin: 10px auto;}
.kc_pt{ padding: 0 30px;}
.picScroll-left1{ width:100%;  overflow:hidden; position:relative;}
.picScroll-left1 .prev,.picScroll-left1  .next{ position: absolute; top: 50%; width:34px; background: rgba(0,0,0,.6); z-index: 600; padding: 10px; box-sizing: border-box;
margin-top: -17px;}
.picScroll-left1 .prev:hover,.picScroll-left1  .next:hover{ background:#2263bf;}
.picScroll-left1 .prev img,.picScroll-left1  .next img{ width: 100%; display: block;}
.picScroll-left1  .next{ left: 0; }
.picScroll-left1  .prev{ right: 0;}
.picScroll-left1 .bd{ width: 900px;}
.picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left1 .bd ul li{ float:left; _display:inline ; overflow:hidden; text-align:center;}
.picScroll-left1 .bd ul li .pic{ text-align:center;  height:360px; width: 100%; overflow: hidden;}
.picScroll-left1 .bd ul li .pic img{ width:900px; display:block;}
.picScroll-left1 .bd ul li .pic a:hover img{ border-color:#999;}

.cpjs_box{ background: #fff; padding: 30px; margin-top: 30px;border-radius: 10px;}
.cpjs_box:nth-child(1){margin-top: 0px;}
.ny_bt1{border-bottom: 1px solid #e1e1e1; margin-bottom: 20px; padding:0 0 10px 0; line-height: 22px; overflow: hidden; zoom: 1;}
.ny_bt1 img{float: left; margin-right: 10px;}
.ny_bt1 p{ float: left;}
/*联系我们*/
.lxfs{ overflow: hidden; zoom: 1; padding: 20px 0 40px 0; }
.lianxi{ padding: 40px 0;}
.lxfs ul li{ float: left; width: 25%; text-align: center;}
.lxfs ul li h3{ font-weight: normal; font-size: 18px; line-height: 40px;}
.lxfs ul li p{color: #666;}

#map {
    width: 100%;
    height: 500px;
}
.ne_box{ padding: 50px 0;}
.ny_list{background-color: #eef2f5;}
.neiye_wz{ position: relative; box-sizing: border-box;}
.neiye_wz .weizhi{ line-height: 70px; font-size: 14px; color: #666; float: right;}
.neiye_wz .weizhi{padding-left: 24px; background: url(../img/weizhi.png) no-repeat left center; background-size: 20px;}
.neiye_wz .weizhi a{padding: 0 5px;}
.neiye_wz .fenlei{}
.fenlei li{ float: left; width: 120px;  text-align: center; line-height: 32px;padding: 20px 0;}
.liangge li,.fuwu li{width: 50%;}
.fenlei li h4{ line-height: 32px;font-weight: normal;font-size: 16px;}
.fenlei li span{ padding: 2px 0 2px 30px;}
.fenlei li:nth-child(1) span{ background: url(../img/al_icon1.png) no-repeat  left center; }
.fenlei li:nth-child(2) span{ background: url(../img/al_icon2.png) no-repeat left center;}
.fenlei li:nth-child(3) span{ background: url(../img/al_icon3.png) no-repeat left center;}
.fenlei li:nth-child(4) span{ background: url(../img/al_icon4.png) no-repeat left center; }
.fenlei li.on:nth-child(1) span,.fenlei li:nth-child(1):hover span{ background: url(../img/al_icon1b.png) no-repeat left center;}
.fenlei li.on:nth-child(2) span,.fenlei li:nth-child(2):hover span{ background: url(../img/al_icon2b.png) no-repeat left center;}
.fenlei li.on:nth-child(3) span,.fenlei li:nth-child(3):hover span{ background: url(../img/al_icon3b.png) no-repeat left center;}
.fenlei li.on:nth-child(4) span,.fenlei li:nth-child(4):hover span{ background: url(../img/al_icon4b.png) no-repeat left center;}
.fenlei li.on,.fenlei li:hover{ background:#2263bf;}
.fenlei li.on h4,.fenlei li:hover h4{color: #fff;}

.fuwu li:nth-child(1) span{ background: url(../img/fw_icon1.png) no-repeat  left center; }
.fuwu li:nth-child(2) span{ background: url(../img/fw_icon2.png) no-repeat left center;}
.fuwu li.on:nth-child(1) span,.fuwu li:nth-child(1):hover span{ background: url(../img/fw_icon1b.png) no-repeat left center;}
.fuwu li.on:nth-child(2) span,.fuwu li:nth-child(2):hover span{ background: url(../img/fw_icon2b.png) no-repeat left center;}
.sl_list{}
.sl_list li{
	background: #fff;
	margin-bottom: 30px;
}
.sl_list li .al_img{
	width: 100%;
	 height: 520px;
	 overflow:hidden;
}
.sl_list li .al_img img{
	 width: 100%;
}
.sl_list li .al_text{
	padding: 15px 30px;
	position: relative;
}
.sl_list li .al_text span{
	 display: inline-block;
	 width: 32%;
	 line-height: 30px;
	 position: relative;
	 z-index: 2;
}
.sl_list li:hover{
	 background: #2263bf;
}
.sl_list li:hover a{ color: #fff;}

/*招聘*/
.yrln{ padding: 50px 0;}

.biaoti1{text-align: center; margin-bottom: 40px;}
.biaoti1 h3{font-size: 32px; margin-bottom: 6px;}
.biaoti1 p{
	font-size: 18px;
	color: #666;
	 text-transform: uppercase;
}
.yrln_list{
	overflow: hidden;
	zoom: 1;
}
.yrln_list li{
	width: 384px;
	height: 430px;
	overflow: hidden;
	float: left;
	margin-right: 24px;
	position: relative;
}
.yrln_list li:nth-child(3n){
	 margin-right: 0;
}
.yrln_list li div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(18,121,200,.23);
}
.yrln_list li div p{
	padding: 20px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.zhaopin{
	background: #f5f5f5;
	padding: 50px 0;
}
.picScroll-left{ width:100%;  position:relative;}
.picScroll-left .prev,.picScroll-left  .next{ position: absolute; top: 50%;  z-index: 600; padding: 10px; box-sizing: border-box;
margin-top: -30px;}
.picScroll-left .prev img,.picScroll-left  .next img{ width:40px;display: block;}
.picScroll-left  .next{ left: -46px; }
.picScroll-left  .prev{ right: -46px;}
.picScroll-left .bd{ width: 1200px;padding-bottom: 10px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1;padding-bottom: 10px; }
.picScroll-left .bd ul li{ float:left; _display:inline ; overflow:hidden;box-shadow: 0px 2px 3.88px 0.12px rgba(57, 56, 56, 0.13); 
	background: #fff;
	width: 320px;
	padding:10px 30px;
	margin:5px 10px;
}
.picScroll-left .bd ul li .xbt{ 
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.picScroll-left .bd ul li .xbt h3{
	font-size: 18px;
	white-space: nowrap;text-overflow: ellipsis; overflow: hidden;
}
.picScroll-left .bd ul li .xbt p{
	font-size: 14px;
	color: #666;
	white-space: nowrap;text-overflow: ellipsis; overflow: hidden;
	
}
.picScroll-left .bd ul li .zp_xx{ 
	padding: 20px 0;
}
.picScroll-left .bd ul li .zp_xx h4{
	font-size: 16px;
	margin-bottom: 10px;
}
.picScroll-left .bd ul li .zp_xx p{
	overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.picScroll-left .bd ul li .zp_xx span{
	display: block;
	margin: 20px 0;
	font-size: 14px;
	color: #666;
}
.picScroll-left .bd ul li a.more{
	 display: block;
	 line-height: 40px;
	 background: #e5e5e5;
	 width: 126px;
	 text-align: center;
	 border-radius: 24px;
	 color: #666;
	 font-size: 14px;
}
.picScroll-left .bd ul li:hover a.more{
	background: #2263bf;
	color: #fff;
}
.picScroll-left .hd ul{
	text-align: center;
}
.picScroll-left .hd ul li{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #dadada;
	text-indent: -99999px;
	border-radius: 6px;
	margin: 10px 5px;
}
.picScroll-left .hd ul li.on{
	 width: 40px;
	 background: #2263bf;
}

.multipleColumn{ position:relative;  }
.multipleColumn .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.multipleColumn .prev,.multipleColumn  .next{ position: absolute; top: 50%;  z-index: 600; padding: 10px; box-sizing: border-box;margin-top: -44px;}
.multipleColumn .prev img,.multipleColumn  .next img{ width:40px;display: block;}
.multipleColumn  .next{ left: -46px;}
.multipleColumn  .prev{ right: -46px;}
.multipleColumn .bd{ overflow:hidden;  }
.multipleColumn .bd ul{ overflow:hidden; zoom:1; width:1200px;  float:left; _display:inline;  }
.multipleColumn .bd ul li{ margin:10px; float:left; _display:inline; overflow:hidden;  width:540px;  background: #fff;padding: 20px;}
.multipleColumn .bd ul li p{
	background: url(../img/xiazai.png) no-repeat center right 30px;
	padding-left: 20px;
}
.multipleColumn .hd ul{
	text-align: center;
}
.multipleColumn .hd ul li{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #dadada;
	text-indent: -99999px;
	border-radius: 6px;
	margin: 10px 5px;
}
.multipleColumn .hd ul li.on{
	 width: 40px;
	 background: #2263bf;
}

.jszc_list{
	overflow: hidden;
	zoom: 1;
	padding-bottom: 20px;
}
.jszc_list li{
	width: 384px;
	height: 410px;
	overflow: hidden;
	float: left;
	margin-right: 24px;
	box-shadow: 0px 2px 3.88px 0.12px rgba(57, 56, 56, 0.13);
}
.jszc_list li img{
	display: block;
	width: 384px;
	height: 209px;
}
.jszc_list li:nth-child(3n){
	 margin-right: 0;
}
.jszc_list li div{
	background: #fff;
	padding: 30px;
	text-align: center;
}
.jszc_list li div h3{
	font-size: 22px;
}
.jszc_list li div em{
	width: 32px;
	height: 3px;
	background: #e08c07;
	display: block;
	margin: 10px auto 24px auto;
}
.jszc_list li div p{
	 color: #666;
	 font-size: 14px;
	 line-height: 26px;
	 
}
/*关于我们*/
.about_fl li{width: 20%;}
.about_fl li:nth-child(1) span{ background: url(../img/gy_icon1.png) no-repeat  left center; }
.about_fl li:nth-child(2) span{ background: url(../img/gy_icon2.png) no-repeat left center;}
.about_fl li:nth-child(3) span{ background: url(../img/gy_icon3.png) no-repeat left center;}
.about_fl li:nth-child(4) span{ background: url(../img/gy_icon4.png) no-repeat left center; }
.about_fl li:nth-child(5) span{ background: url(../img/gy_icon4.png) no-repeat left center; }
.about_fl li.on:nth-child(1) span,.fenlei li:nth-child(1):hover span{ background: url(../img/gy_icon1b.png) no-repeat left center;}
.about_fl li.on:nth-child(2) span,.fenlei li:nth-child(2):hover span{ background: url(../img/gy_icon2b.png) no-repeat left center;}
.about_fl li.on:nth-child(3) span,.fenlei li:nth-child(3):hover span{ background: url(../img/gy_icon3b.png) no-repeat left center;}
.about_fl li.on:nth-child(4) span,.fenlei li:nth-child(4):hover span{ background: url(../img/gy_icon4b.png) no-repeat left center;}
.about_fl li.on:nth-child(5) span,.fenlei li:nth-child(5):hover span{ background: url(../img/gy_icon4b.png) no-repeat left center;}
.about_fl li.on,.about_fl li:hover{ background:#2263bf;}
.about_fl li.on h4,.about_fl li:hover h4{color: #fff;}

.about_box{ padding: 50px 0;}
.gsjs{ 
	margin-bottom: 30px;
}
.about_pt{
	width: 390px;
	float: right;
	padding-top: 14px;
	padding-left: 14px;
	height: 522px;
	background: url(../img/gypt_bg.png)no-repeat top left;
}
.about_pt img{
	width: 390px;
	height: 522px;
	display: block;
}
.gsjs span{
	font-size: 18px;
	color: #999999;
	text-transform: uppercase;
}
.gsjs h2{ margin: 5px 0 20px 0;}
.about_cont{
	 font-size: 15px;
	 color: #666;
	 line-height: 30px;
}
.wenhua{
	background: url(../img/bg_school.png) no-repeat center;
	padding: 50px 0;
	
}
.wenhua ul{}
.wenhua ul li{
	float: left;
	width: 600px;
	background: #fff;
}
.wenhua ul li img{
	display: block;
	width: 600px;
	height: 280px;
}
.wenhua_text{
	padding: 40px;
	height: 280px;
	box-sizing: border-box;
}
.wenhua_text h2{
	font-size: 20px;
}
.wenhua_text em{
	width: 32px;
	height: 3px;
	background: #e08c07;
	display: block;
	margin: 10px 0 24px 0;
}
.wenhua_text p{
	font-size: 14px;
	color: #666;
	line-height: 32px;
}
.hezuo{
	 background: #f5f5f5;
	 padding: 50px;
}
.column{ position:relative;  }
.column .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.column .prev,.column  .next{ position: absolute; top: 50%;  z-index: 600; padding: 10px; box-sizing: border-box;margin-top: -44px;}
.column .prev img,.column  .next img{ width:40px;display: block;}
.column  .next{ left: -46px;}
.column  .prev{ right: -46px;}
.column .bd{ overflow:hidden;  }
.column .bd ul{ overflow:hidden; zoom:1; width:1200px;  float:left; _display:inline;  }
.column .bd ul li{ margin:5px 5px; float:left; _display:inline; overflow:hidden;  width:228px; height: 118px;  background: #fff;}
.column .bd ul li img{max-width: 100%; display: block;margin: auto;}
.column .hd ul{
	text-align: center;
}
.column .hd ul li{
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -99999px;
	border-radius: 6px;
	margin: 10px 5px;
	background: #dadada;
}
.column .hd ul li.on{
	 width: 40px;
	 background: #2263bf;
}
.shebei{padding: 50px 0;}
.shebei_box{ width:100%;  position:relative;}
.shebei_box .prev,.shebei_box  .next{ position: absolute; top: 50%;  z-index: 600; padding: 10px; box-sizing: border-box;
margin-top: -30px;}
.shebei_box .prev img,.shebei_box  .next img{ width:40px;display: block;}
.shebei_box  .next{ left: -46px; }
.shebei_box  .prev{ right: -46px;}
.shebei_box .bd{ width: 1200px;padding-bottom: 10px;}
.shebei_box .bd ul{ overflow:hidden; zoom:1;padding-bottom: 10px; }
.shebei_box .bd ul li{ float:left; _display:inline ; overflow:hidden; text-align: center; 
	background: #fff;
	width: 580px;
	margin:5px 10px;
}
.shebei_box .bd ul li .sb_img{
	width: 580px;
	height: 382px;
	overflow: hidden;
}
.shebei_box .bd ul li img{
	 width: 100%;
	 display: block;
}
.shebei_box .bd ul li p{
	line-height: 40px;
}
.news_fl li{width: 50%;}
.news_fl li:nth-child(1) span{ background: url(../img/xw_icon1.png) no-repeat  left center; }
.news_fl li:nth-child(2) span{ background: url(../img/xw_icon2.png) no-repeat left center;}
.news_fl li.on:nth-child(1) span,.fenlei li:nth-child(1):hover span{ background: url(../img/xw_icon1b.png) no-repeat left center;}
.news_fl li.on:nth-child(2) span,.fenlei li:nth-child(2):hover span{ background: url(../img/xw_icon2b.png) no-repeat left center;}
.news_fl li.on,.news_fl li:hover{ background:#2263bf;}
.news_fl li.on h4,.news_fl li:hover h4{color: #fff;}
.big_news{
	margin-bottom: 30px;
}
.tuijian{position:relative; overflow:hidden;}
.tuijian .hd{ position:absolute; height:28px; line-height:28px; bottom:-10px; right:0; z-index:1; }
.tuijian .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#fff; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.tuijian .hd li.on{ background:#dc214c;  }
.tuijian .bd{ position:relative; z-index:0;padding-top: 16px;}
.tuijian .bd li{position:relative;}
.news-rmd-img{ width: 33%;height:282px; float: left; overflow: hidden;}
.news-rmd-img img{ width: 100%; transition: all 1s;}
.news-rmd-img:hover img{transform: scale(1.1);}
.news-rmd-text{width:66%; height:280px; padding:40px 30px; overflow:hidden; box-sizing: border-box; float: right;}
.news-rmd-text h3{height:24px; line-height:24px; font-size:22px; overflow:hidden;}
.news-rmd-text h3 a{display:block;}
.news-rmd-text h3:hover a{color:#2263bf;}
.news-rmd-text span{display:block; height:16px; line-height:16px; margin-top:18px; font-size:14px; color:#888; overflow:hidden;}
.news-rmd-text p{height:56px; line-height:28px; margin-top:30px; font-size:14px; color:#888; overflow:hidden;}
.news-rmd-text h4{width:140px; height:38px; line-height:38px; margin-top:40px; border:1px solid #888; border-radius:20px; font-size:14px; text-align:center; text-transform:uppercase; overflow:hidden;}
.news-rmd-text h4 a{display:block; color:#666;}
.news-rmd-text h4:hover{border-color:#2263bf;background:#2263bf ;}
.news-rmd-text h4:hover a{color:#fff;}

#news-list{margin-top:40px;}
#news-list ul li{position:relative; float:left; width:50%; height:162px; padding:40px 30px; border-left:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; box-sizing:border-box; overflow:hidden;}
#news-list ul li:nth-child(1),#news-list ul li:nth-child(2){border-top:1px solid #e1e1e1;}
#news-list ul li:nth-child(odd){border-left:none;}
#news-list ul li section{width:60px; height:78px; padding:4px 0; text-align:center; overflow:hidden;}
#news-list ul li section em{display:block; height:38px; line-height:38px; font-size:36px; font-family:'Arial'; font-weight:bold; color:#888; overflow:hidden;}
#news-list ul li section i{display:block; width:100%; margin:8px 0 11px 0; height:1px; background:#e1e1e1;}
#news-list ul li section span{display:block; height:16px; line-height:16px; font-size:14px; color:#999; overflow:hidden;}
#news-list ul li figure{position:absolute; left:120px; right:30px; top:40px; height:82px; overflow:hidden;}
#news-list ul li figure figcaption{height:18px; line-height:18px; font-size:15px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
#news-list ul li figure p{height:52px; line-height:26px; margin-top:12px; font-size:14px; color:#888; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden;}
#news-list ul li:hover{background:#2263bf;}
#news-list ul li:hover section em,#news-list ul li:hover section span,#news-list ul li:hover figure figcaption,#news-list ul li:hover figure p{color:#fff;}
#news-list ul li:hover section i{background:#fff;}

#pageinfo{margin-top:40px; font-size:0;}
#pageinfo a{display:inline-block; min-width:12px; height:36px; line-height:36px; margin:0 4px; padding:0 12px; background:#fff; border:1px solid #e1e1e1; font-size:14px;}
#pageinfo a.info{color:#888;}
#pageinfo a.current{background:#2263bf; border-color:#2263bf; color:#fff;}

.news_box_xq{max-width: 1200px;margin: 0 auto 0 auto}
.caption{ text-align: center; margin-bottom: 30px; border-bottom: 1px solid #E1E1E1; padding-bottom: 30px;}
.caption h3{line-height: 40px;color: #333; font-weight: normal; margin-bottom: 10px; font-size: 22px;}
.caption p{ font-size: 14px; color: #999999;}
.caption p span{margin: 0 10px;}
.details{font-size: 14px; color: #666666; line-height: 30px; text-indent: 2em; min-height:400px;  }
.fanye{
	background:#eef2f5;
	line-height: 52px;
}
.fanye li{
	float: left;
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	color: #888;
	white-space: nowrap;text-overflow: ellipsis; overflow: hidden;
}
.fanye li a{ padding-left: 5px ;}
.fanye li a:hover{
	color: #2263bf;
}
/*留言*/
.liuy{width: 1000px;margin: auto; height:auto; overflow:hidden; }
.liuy .tou{line-height: 40px;font-size: 18px;color: #666;padding: 0 0 20px; border-bottom: 1px solid #eee; margin-bottom: 30px;}
.liuy .xmd{width: 100%; height:166px; overflow:hidden;}
.liuy .xmd li{width: 45%; height:60px; float:left; display:block; margin-right:10%; margin-bottom:30px;}
.liuy .xmd li:nth-child(2n){margin-right:0;}
.liuy .xmd li span{display: inline-block;width: 74px;color: #666;font-size: 14px;text-align: right;}
.liuy .xmd li>input{outline: none;width: 80%; height: 48px;color: #999; border:1px solid #dadada; text-indent:10px; display: inline-block;}
.liuy .lynr{width: 100%;margin: 10px 0;}
.liuy .lynr span{display:inline-block;color: #666;font-size: 14px;position:relative;top:-40px;text-align: left;}
.lytj{width: 100%; height:auto; overflow:hidden;}
.liuy .lynr textarea{outline: none;width: 64%; text-indent:10px; padding-top:10px;line-height: 24px;font-size: 14px;height: 78px;
resize: none;color: #999; border-color: #dadada; font-family: 微软雅黑;  display:inline-block;}
.liuy .lynr input{}
.shangchuan .lynr span{ top: 0;width: 74px;}
.layui-upload{ display:inline-block;position: relative;}
.layui-upload button{position: relative; z-index: 2; width: 135px; background:#2263bf ; border-radius: 2px; height: 48px;}
.layui-upload input{
	position: absolute;
	top: 9px;
	left: 60px;
}
.layui-upload em{
	padding: 20px 20px;
	background: url(../img/sc.png) no-repeat center;
	background-size: 26px;
}
.yzm{width:30%; height:35px; line-height:35px; float:left; display:block; margin-right:10%; margin:30px 0;}
.yzm input{outline: none;width: 40%;height: 35px;color: #999; border:1px solid #dadada; text-indent:10px; float:left; margin-right:20px; display: inline-block;}
.yzm span{display: inline-block;width: 25%;color: #666;font-size: 14px;text-align: right; float:left;}
.yzm img{ float:left; padding-top:5px;}
.liuy .tij{width: 240px;line-height: 48px;text-align: center; height: 48px; border-radius: 2px;
background-color: #2263bf;border: none;outline: none;font-size: 14px;color: #fff;cursor: pointer; margin:20px auto;}
.onShow{
	font-size: 14px; color: #888;
    border-color: #40B3FF;
    color: #959595;
    vertical-align: middle;
    background: url(../img/msg_bg.png) no-repeat 3px -147px;
    color: #444;
    line-height: 18px;
    padding: 2px 10px 2px 23px;
    margin-left: 60px;
    margin-top: 10px;
    display: block;
}

/*保装*/
.nav2{ position:relative; margin: 20px 0 64px 0; height:43px;}
.nav2:before{ position:absolute; left:0; top:50%; width:100%; height:1px; background:#d9d9d9; content:""; z-index: 0;}
.nav2{ text-align:center;}
.nav2 li{ display:inline-block; margin:0 10px; width:132px; height:44px; line-height:44px; background:#fff; position: relative; z-index: 1;
 border:1px #e4e3e3 solid; -webkit-transition:all 0.1s linear; transition:all 0.1s linear;}
.nav2 li a{ display:block; -webkit-transition:all 0.1s linear; transition:all 0.1s linear;}
.nav2 li.on{background:#2263bf; border:1px #2263bf solid;}
.nav2 li.on a{ color:#ffffff;}
.nav2 li:hover{background:#2263bf; border:1px #2263bf solid;}
.nav2 li:hover a{ color:#ffffff;}
.p6_nav2 li{width:auto; padding:0 20px;}

.zl_list{margin-top: 60px;}
.zl_list li{ padding: 20px; height:220px; background: #eef2f5; margin-bottom: 20px; width: 49%; float: left; box-sizing: border-box;margin-right: 2%; }
.zl_list li:nth-child(2n){
	margin-right: 0;
}
.zl_list li .picture{ float:left; width:239px; height:181px;}
.zl_list li .picture a{ display:block; height:inherit; overflow:hidden;}
.zl_list li .picture a img{ -webkit-transition:all 0.2s linear; transition:all 0.2s linear;height:181px; display: block; margin: auto;}
.zl_list li .l_img:hover a img{-webkit-transform:scale(1.05); transform:scale(1.05);}
.zl_list li .r_info{ float:right;width: 328px; padding-top: 20px;}
.zl_list li .r_info h4{}
.zl_list li .r_info h4 a{ font-size:18px; font-weight:800; color:#333;}
.zl_list li .r_info span{ display:block; margin-top:10px; margin-bottom:10px; color:#bcbcbc;}
.zl_list li .r_info p{ line-height:24px;}
.zl_list li .r_info .btn{ display:block; margin-top:22px; width:141px; height:41px; line-height:41px; background-image:url(../images/p4_1_btn.png); border:2px #c7c7c7 solid; -webkit-transition:all 0.1s linear; transition:all 0.1s linear;}
.zl_list li .r_info .btn:hover{background-position:0 41px; background-color:#1db8ee; border:2px #1db8ee solid;}
.zl_list li .r_info .button{
	margin-top: 24px;
	text-align: center;
	display: block;
	width: 140px;
	line-height: 44px;
	font-size: 15px;
    background: url(../images/wsbj/download.png) no-repeat #2263bf;
    color: #FFF;
}
/*联系我们*/
.lxfs{ background:#eef2f5; overflow: hidden; zoom: 1; padding:50px 40px 40px; margin-bottom: 20px;}
.lxds_box{ float: left;}
.lxds_box .bt h2{ font-size: 18px; color: #014586;}
.lxds_box .bt em{ display: block; height: 3px; width: 44px; background: #014586; margin: 14px 0;}
.lxds_box p{ float: left;  margin-right:80px;font-size: 15px; color: #666; line-height: 40px;}
.lxds_box h3{font-size: 15px; color: #666; font-weight: normal; line-height: 40px;}
.lx_ewm{ float: right;}
.lx_ewm li{ float: left; text-align: center; margin-left: 60px;}
.lx_ewm li img{ width: 106px; height: 106px;}
.lx_ewm li p{font-size: 15px; color: #666; line-height: 32px;}
#map {
    width: 100%;
    height: 500px;
}
/*常见问题*/
.jrtq .text h4{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}
.jrtq .text>span{
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 36px;
    margin-top: 20px;
}
.jrtq .text>p{
    line-height: 36px;
    font-size: 15px;
    color: #666666;

}
.zp_jj{ padding-right: 30px; margin-top: 20px; position: relative;}
.zp_jj p{ float: left; font-size: 14px; font-size: 15px; color: #666; margin-right: 30px;}
.jrtq .text h3{ position: absolute; right: 20px; top: 21px; font-weight: normal; width: 32px; height: 32px; border-radius: 50%;
 background: url(../img/jt01.png) no-repeat center  #fff; background-size: 16px auto;}
.neirong{ line-height: 28px;color: #666666;  overflow: hidden; margin-top: 14px; display: none;}

.jrtq li.zhankai .neirong{
display: block;
}
.jrtq li.zhankai h3{ background: url(../img/jt02.png) no-repeat  center  #fff; background-size: 16px auto;}
.jrtq li{
	background: #f6f6f6;
    padding:26px;
    box-sizing: border-box;
    margin-bottom: 18px;
    position: relative;
     cursor: pointer;
}
.jrtq li .more{
    background: #ececec;
    width: 166px;
    height: 40px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 50%;
    right: 36px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}
.jrtq li .more:hover{
    background: #1d669b;
    color: #ffffff;
}
.jrtq li .more span{
    vertical-align: middle;
}
.jrtq li .more img{
    margin-left: 20px;
}


#contact{padding:40px; background:#f9f9f9; margin-bottom: 40px;}
#contact h2{height:22px; line-height:22px; margin-bottom:30px; font-size:18px; font-weight:bold; overflow:hidden;}
#contact .fl p{height:32px; line-height:32px; margin-top:22px; padding-left:44px; background-repeat:no-repeat; background-position:left center; font-size:14px; overflow:hidden;}
#contact .fl p:first-child{margin-top:0;}
#contact .fl p.c-icon1{background-image:url(img/c-icon1.png);}
#contact .fl p.c-icon2{background-image:url(img/c-icon2.png);}
#contact .fl p.c-icon3{background-image:url(img/c-icon3.png);}
#contact .fr{margin-top:4px;}
#contact .fr img{width:100px; height:100px; margin:0 auto; border:1px solid #e1e1e1;}
#contact .fr h3{height:16px; line-height:16px; margin-top:14px; font-size:14px; text-align:center; color:#666; overflow:hidden;}