html, body, * {font-family: "Microsoft YaHei" ! important; }
*{padding: 0;margin: 0;list-style: none;text-decoration: none;}
body {
	margin: 0;
	padding: 0;
	font:12px/180% Microsoft Yahei;
	min-width: 640px; color:#666666;
}

a{color:#696969;text-decoration:none;}
ul{
	list-style-type: none;
}
li{
	list-style-type: none;
}
.clear{clear:both;}
.l{float:left;}
.r{float:right;}

/* *:hover */
	/* { */
		/* -webkit-transition: all .2s linear; */
		/* -moz-transition: all .2s linear; */
		/* -o-transition: all .2s linear; */
		/* transition: all .2s linear; */
	/* } */

.tra_s_4
	{
		-webkit-transition: all .4s linear;
		-moz-transition: all .4s linear;
		-o-transition: all .4s linear;
		transition: all .4s linear;
	}
.tra_s_3
	{
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
	}
.tra_s_2
	{
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}
.tra_s_ease_6{
		transition:all 0.6s ease 0s;
		-webkit-transition: all 0.6s ease 0s;
		-moz-transition: all 0.6s ease 0s;
		-o-transition: all 0.6s ease 0s;
	}
.box_s{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
/*banner*/
.box1{
	width: 100%;
}
.banner_f{position:relative;overflow: hidden;width: 100%;height: 100%;}
.banner_f .img{width: 12000px;position: absolute;top: 0;height: 100%;margin:0;}
.banner_f .img li{float: left;width: 100%;height: 100%;}
.banner_f .img li img{width: 100%;height: 100%;vertical-align: middle;}
.banner_f .num{width: 100%;position: absolute;bottom:0.4rem;left:0;text-align: center;font-size: 0;}
.banner_f .num li{width: 0.16rem;height: 0.16rem;border:2px solid #fff;border-radius: 50%;display: inline-block;margin:0 8px;cursor: pointer;}
.banner_f .num li.on{background-color: #fff;}
.btn_l{position:absolute;top:52%;left:1.5%;z-index:3000;cursor:pointer;width:0.8rem;height:1.2rem;background:url(../images/left.png) center no-repeat;background-size:80% auto;}
.btn_r{position:absolute;top:52%;right:1.5%;z-index:3000;cursor:pointer;width:0.8rem;height:1.2rem;background:url(../images/right.png) center no-repeat;background-size:80% auto;}

 /* 定义滚动条样式 */
.in_lch ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
}
 
/*定义滚动条轨道 内阴影+圆角*/
.in_lch ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, .5);
}
 
/*定义滑块 内阴影+圆角*/
.in_lch ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  background-color: #0a569b;
}	
/* in_lch end*/

/* pagelist */
.page_div{text-align:center;margin-bottom:20px;}
.pagelist{text-align:center;margin-top:35px;color:#012b96;}
.pagelist li{display:inline-block;padding:3px 6px;}
.pagelist li a{color:#012b96;font-size:0.22rem;padding:0.05rem 0.15rem;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}
/* .pagelist .thisclass{color:#fff;background:#012b96;} */
.pagelist li:hover a{color:#fff;}
.pagelist .thisclass a{color:#fff;} 
/* pagelist end*/

/*顶部导航*/
.head_t{
	width: 100%;
	height: 1.4125rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background:url(../images/nav_nav.png) repeat #fff;
}
.head_t .head_nav{
	width: 27.0rem;
	height: 1.4125rem;
	line-height: 1.4125rem;
	margin:0 auto;
	
}
.head_t .head_nav img{
	height: 0.8rem;
	float:left;
	
	/* margin-top: 0.25rem; */
}
.head_t .head_nav .my_img{margin-left:4.5rem;margin-top:0.4rem;}
.head_t .head_nav > ul{
	width: 14.28125rem;
	float: right;
	margin:0;
	padding:0;
	margin-right:1.6rem !important;
}
.head_t .head_nav > ul > li{
	width: 1.575rem;
	text-align: center;
	height: 1.4125rem;
	line-height: 1.4125rem;
	float: left;
	font-size: 16px;
	/* border-right: 1px solid #e5e5e5; */
}
.head_t .head_nav > ul > li:hover>a{background:#0a569b;color:#fff;}
.head_t .head_nav > ul > li.select_li>a{background:#0a569b;color:#fff;}
.head_t .head_nav > ul > li span{
	/* color: #2253b2; */
	margin-left: 0 !important;
}
.head_t .head_nav > ul > li:last-child{
	border-right: 0px;
	color: #0f1620;
	position: relative;
}
.head_t .head_nav > ul > li.active{
	/* background-color: #2454b3; */
}
.head_t .head_nav > ul > li.active a{
	color: #0f1620;
}
.head_t .head_nav > ul > li a{
	color: #404245;
	text-decoration: none;
	display: block;
	font-size:0.26rem;
}
.head_t .head_nav > ul > li:nth-child(4) .erjiNav{display:none!important;}
.head_t .head_nav > ul > li:nth-child(6) .erjiNav{display:none!important;}
.head_t .head_nav > ul > li:nth-child(7) .erjiNav{display:none!important;}

/* .head_t .head_nav > ul > li ul{ */
	/* width: 1.875rem; */
	/* position: absolute; */
	/* top:1.4125rem; */
	/* left: 0; */
	/* padding:0.234375rem 0; */
	/* background-color: #fff; */
	/* display: none; */
/* } */
/* .head_t .head_nav > ul > li:hover ul{ */
	/* display: block; */
/* } */
/* .head_t .head_nav > ul > li ul li:hover{ */
	/* background-color: #2454b3; */
/* } */
/* .head_t .head_nav > ul > li ul li:hover a{ */
	/* color: #fff; */
/* } */
/* .head_t .head_nav > ul > li ul li{ */
	/* width: 100%; */
	/* height: 0.6875rem; */
	/* line-height: 0.6875rem; */
	/* float: left; */
/* } */
/* .head_t .head_nav > ul > li ul li a{ */
	/* color: #000; */
/* } */


.en_zh_menu ul{
	width: 1.875rem;
	position: absolute;
	top:1.4125rem;
	left: 0;
	padding:0.234375rem 0;
	background-color: #fff;
	display: none;
}
.en_zh_menu:hover ul{
	display: block;
}
.en_zh_menu ul li:hover{
	background-color: #2454b3;
}
.en_zh_menu ul li a{
	color:#aaa !important;
	}
.en_zh_menu ul li:hover a{
	color: #fff;
}
.en_zh_menu ul li{
	width: 100%;
	height: 0.6875rem;
	line-height: 0.6875rem;
	float: left;
	color:#aaa;
}
.en_zh_menu ul li a{
	color: #000;
}

.head_t .head_nav > ul > p{
	font-size: 12px;
	display: block;margin:0 0.1875rem;
	float: left;
}
.head_t ul p img{
	margin-top:32px;
}
.head_t ul p a{
	color: #000;
}
.n_display{display:none!important;}

.l{float:left;}
.r{float:right;}

 .erjiNav{ display:none;overflow:hidden; width:100%; height:auto;padding-top:0.4rem;padding-bottom:0.8rem;background:url(../images/img/header_bg.png) repeat center; position:absolute; left:0; top:1.4125rem;}
 .erjiNav .erjibox{ overflow:hidden; width:18rem;height:100%; margin:0 auto;  position:relative;left: 1.2rem;}
 .erjiNav .erjibox .nav_img{margin-left:0.8rem;margin-top:0.67rem;width:2.0rem;height:2.0rem;overflow:hidden;text-align:center;}
 .erjiNav .erjibox .nav_img img{width:60%;height:auto!important;}
 
  .erjiNav .erjibox > .nav_li{margin:0.4rem 0.8rem;padding-right:0.3rem;padding-bottom:0.35rem;}
  .erjiNav .erjibox > .nav_li > ul{margin:0;padding:0;}
  .erjiNav .erjibox > .nav_li >ul>li{max-width:6.0rem;line-height:0.4rem;margin-left:0.5rem;margin-top:0.3rem;padding-left: 0.25rem;padding-right:0.25rem;
	-webkit-transition: all .4s linear;
		-moz-transition: all .4s linear;
		-o-transition: all .4s linear;
		transition: all .4s linear;
  }
  .erjiNav .erjibox > .nav_li >ul>li a{color:#fff;font-size: 0.28rem;letter-spacing:2px;}
  .erjiNav .erjibox > .nav_li >ul>li:hover a{color:#012b96;font-weight:bold;}
  .erjiNav .erjibox > .nav_li >ul>li:hover{background:url(../images/img/sanjiao.png) no-repeat left center;}
  
  .erjiNav .erjibox >.nav_con{width:10.0rem;color:#fff;line-height:0.3rem;margin-top:0.8rem;text-align:left;}
  .erjiNav .erjibox >.nav_con h5{color:#fff;margin:0;font-size:0.4rem;font-weight:500;}
  .erjiNav .erjibox >.nav_con a{color:#fff;line-height:0.62rem;display:block;margin-top:0.3rem;}
/* 顶部导航 end*/
.type_tit{text-align:center;margin-bottom:0.2rem;}
.type_tit h6{font-size:0.35rem;line-height:0.5rem;color:#515353;letter-spacing:2px;text-transform: uppercase;font-weight:500;}
.type_tit h1{display:inline;font-size:0.44rem;color:#515353;line-height:0.7rem;font-weight:500;letter-spacing:2px;}
.type_tit i{display:inline-block;width:1.4rem;height:2px;background:#5d5e60;margin:auto 0.3rem 0.14rem 0.3rem;}
/* pro */
.pro{width:100%;height:11.6rem;}
.pro_son{width:20.7rem;text-align:center;margin:0.1rem auto;}
.pro_son ul {display:flex;width:12.0rem;margin:0 auto;}
.pro_son ul li{cursor:pointer;flex:1;margin:0.1rem;font-size:0.26rem;letter-spacing:2px;background:#eee;color:#7d7d7d;line-height:0.56rem;border-radius:0.1rem;}
.pro_son ul li h2{font-size:0.26rem;letter-spacing:2px;color:#7d7d7d;font-weight:500;}
.pro_son ul li:hover{background:#0a60d1;color:#fff;}
.pro_son ul li.on{background:#0a60d1;}
.pro_son ul li.on h2{color:#fff;}

.pro_list{width:23.7rem;margin:0 auto;}
.pro_list ul{width:23.5rem;height:8.4rem;margin:0 auto;overflow:hidden;}
.pro_list ul li{width:4.5rem;height:7.2rem;float:left;margin:0.1rem;}
.pro_list ul li h5{margin-top:0.2rem;font-size:0.26rem;line-height:0.7rem;background:#f5f5f5;color:#555;text-align:center;letter-spacing:1px;font-weight:500;}
.pro_list ul li .pro_img{position:relative;width:100%;height:6.3rem;overflow:hidden;text-align:center;background:#eee;
display:flex;align-items:center;}
.pro_list ul li .pro_img img{max-width:90%;max-height:90%;}
.pro_list ul li:hover .pro_img img{transform: scale(1.04, 1.04);transition: .6s transform;z-index:1000;}
.pro_list ul li:hover h5{background:#0a60d1;color:#fff;}
.pro_more{text-align:center;margin-top:0.3rem;}
.pro_more a{font-size:0.25rem;letter-spacing:2px;display:inline-block;padding:0.1rem 0.4rem;background:#0a60d1;color:#fff;}
.pro_more a:hover{padding:0.1rem 0.6rem;}
/* pro end*/
/* about */
.about_main{width:100%;padding-bottom:0.5rem;background:url(../images/about_back.jpg) center no-repeat;background-size:100% 100%;}
.type_tit{text-align:center;padding-top:0.89rem;font-size:0.6rem;line-height:0.7rem;color:#7e7e7e}
.type_tit h2{font-size:0.38rem;color:#474747;margin:0;}
.about{width:19.04rem;margin:0.3rem auto;}
.about_l{width:9.68rem;margin-top:1.0rem;font-size:0.254rem;line-height:0.5rem;color:#636363;}
.about_r{width:8.89rem;margin-top:0.5rem;}
.about_r img{width:100%;}
.about_a{display:block;margin-top:0.6rem;font-weight:600;padding-left:0.4rem;font-size:0.254rem;line-height:0.5rem;color:#0a60d1;background:url(../images/tit_line_dot.jpg)left no-repeat;}
.about_list{margin-top:0.6rem;}
.about_list li{width:2.35rem;height:1.98rem;line-height:2.9rem;text-align:center;font-size:;float:left;margin-right:0.07rem;
	transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;}
.about_list .ab_ic_1{background:url(../images/icon/about_icon_1_1.png) center no-repeat;background-size:100% auto;}
.about_list .ab_ic_1:hover{background-image:url(../images/icon/about_icon_1_2.png);}
.about_list .ab_ic_2{background:url(../images/icon/about_icon_2_1.png) center no-repeat;background-size:100% auto;}
.about_list .ab_ic_2:hover{background-image:url(../images/icon/about_icon_2_2.png);}
.about_list .ab_ic_3{background:url(../images/icon/about_icon_3_1.png) center no-repeat;background-size:100% auto;}
.about_list .ab_ic_3:hover{background-image:url(../images/icon/about_icon_3_2.png);}
.about_list .ab_ic_4{background:url(../images/icon/about_icon_4_1.png) center no-repeat;background-size:100% auto;}
.about_list .ab_ic_4:hover{background-image:url(../images/icon/about_icon_4_2.png);}
/* about end*/
/* news */
.news{width:100%;height:11.0rem;background:url(../images/news_back.jpg) center no-repeat;background-size:100% 100%;background-attachment:fixed;}
.news_con{width:20.7rem;margin:0 auto;}
.news_con .news_son{text-align:center;}
.news_con .news_son ul{padding:0;margin:0;font-size:0;}
.news_con .news_son ul li{display:inline-block;cursor:pointer;padding:0.1rem 0.3rem;margin:0.2rem;border:1px solid #cdcdcd;border-radius:0.1rem;}
.news_con .news_son ul li h2{font-size:0.24rem;font-weight:500;}
.news_con .news_son ul li:hover{background:#0a60d1;border-color:#0a60d1;color:#fff;}
.news_con .news_son ul li.on{background:#0a60d1;border-color:#0a60d1;color:#fff;}
.news_con .news_son ul li.on h2{color:#fff;}
.news_con .news_list{width:20.1rem;height:5.7rem;margin-top:0.1rem;padding:0.3rem;background:#fff;}
.news_con .news_list ul{width:19.7rem;height:100%;}
.news_con .news_list ul .news_l{width:9.5rem;height:100%;}
.news_con .news_list ul .news_l li{position:relative;width:4.55rem;height:2.7rem;float:left;margin:0.1rem;overflow:hidden;}
.news_con .news_list ul .news_l li .news_img{width:100%;height:100%;}
.news_con .news_list ul .news_l li .news_img img{width:100%;min-height:100%;}
.news_con .news_list ul .news_l li h5{position:absolute;bottom:0;left:0;width:100%;font-size:0.26rem;color:#fff;font-weight:500;letter-spacing:2px;height:0.6rem;line-height:0.6rem;text-align:center;
	background:url(../images/news_tit_back.png) repeat;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_con .news_list ul .news_l li:hover h5{bottom:-0.6rem;}
.news_con .news_list ul .news_r{width:9.9rem;height:100%;}
.news_con .news_list ul .news_r li{width:9.9rem;height:1.45rem;padding-bottom:0.12rem;margin-top:0.3rem;border-bottom:1px solid #adadad;}
.news_con .news_list ul .news_r li .news_date{width:1.2rem;height:1.1rem;padding-top:0.2rem;border:1px solid #959595;font-size:0.26rem;color:#474747;text-align:center;}
.news_con .news_list ul .news_r li .news_date h6{font-size:0.28rem;line-height:0.36rem;letter-spacing:1px;color:#474747;font-weight:500;}
.news_con .news_list ul .news_r li .news_date span{display:block;width:80%;margin:0.1rem auto;height:1px;background:#7f7f7f;}
.news_con .news_list ul .news_r li .news_info{width:8.2rem;height:1.45rem;}
.news_con .news_list ul .news_r li .news_info h5{font-size:0.285rem;color:#474747;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.news_con .news_list ul .news_r li .news_info p{margin-top:0.12rem;color:#7e7e7e;font-size:0.25rem;line-height:0.38rem;}
.news_con .news_list ul .news_r li:hover .news_info h5{color:#0a60d1;}
.news_more{text-align:center;}
.news_more a{margin-top:0.8rem;display:inline-block;padding:0.1rem 0.5rem;border-radius:0.25rem;background:#0a60d1;color:#fff;font-size:0.24rem;}
.news_more a:hover{padding:0.1rem 0.6rem;}
/* news end*/
/* env */
.env{padding-bottom:0.6rem;}
.grop_con{width:19.35rem;margin:0.4rem auto;}
.grop_con ul li{margin-bottom:0.2rem;}
.grop_con ul li{width:6.19rem;height:4.78rem;float:left;margin-left:0.13rem;margin-right:0.13rem;}
.grop_con ul li .fc_img{position:relative;width:100%;height:3.72rem;overflow:hidden;}
.grop_con ul li .fc_img .fc_meng{position:absolute;top:0;left:0;visibility:hidden;width:100%;height:100%;
	background:url(../images/fc_meng.png) 0.05rem 0.05rem no-repeat;background-size:6.09rem 3.62rem;}
.grop_con ul li:hover .fc_img .fc_meng{visibility:visible;}
.grop_con ul li .fc_img img{width:100%;min-height:100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;}
.grop_con ul li:hover .fc_img img{transform: scale(1.1, 1.1);transition: .6s transform;z-index:1000;}
.grop_con ul li h5{font-size:0.254rem;line-height:0.82rem;margin-top:0.24rem;color:#3e3f41;text-align:center;letter-spacing:2px;background:#e2e6ed;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.grop_con ul li:hover h5{color:#fff;background:#0a60d1;}
/* env end*/

/* read_more */
.read_more{width:100%;text-align:center;margin-top:0.6rem;}
.read_more a{display:inline-block;font-size:0.26rem;padding:0.18rem 1.0rem 0.18rem 0.4rem;background:url(../images/more_jt.png) 86% center no-repeat #0a60d1;color:#fff;}
.read_more a:hover{background-position:90%;}
/* read_more end*/

/* shebei */
.shebei{width:100%;min-height:9.0rem;padding-bottom:0.6rem;background:url(../images/shebei_back.jpg) center no-repeat;background-size:100% 100%;background-attachment:fixed;}
.shebei .type_tit h1{color:#fff;}
.shebei .type_tit i{background:#fff;}
.shebei_con{position:relative;width:22.0rem;min-height:1.0rem;margin:0.3rem auto;}
.shebei_con .shebei_list{width:19.0rem;min-height:1.0rem;margin:0 auto;}
.shebei_con .shebei_list ul{width:19.0rem;height:5.5rem;}
.shebei_con .shebei_list ul li{width:6.03rem;height:5.06rem;padding-top:0.15rem;float:left;margin:0.15rem;background:#fff;border-radius:0.12rem;
	-webkit-box-shadow: #474747 0px 2px 6px;
	-moz-box-shadow: #474747 0px 2px 6px;
	box-shadow: #474747 0px 2px 6px;
}
.shebei_con .shebei_list ul li .shebei_img{width:5.73rem;height:4.06rem;margin:0 auto;overflow:hidden;}
.shebei_con .shebei_list ul li .shebei_img img{width:100%;min-height:100%;}
.shebei_con .shebei_list ul li:hover .shebei_img img{transform: scale(1.04, 1.04);transition: .6s transform;}
.shebei_con .shebei_list ul li h5{width:5.53rem;margin:0 auto;font-size:0.26rem;line-height:0.9rem;font-weight:500;color:#474747;background:url(../images/sb_tit_back.png) right center no-repeat;background-size:0.45rem auto;}
.shebei_con .prev{cursor:pointer; position:absolute;z-index:3000; left:3%; top:42%; display:block; width:0.55rem; height:0.86rem; background:url(../images/sb_left.png)center no-repeat;background-size:100% auto;}
.shebei_con .next{cursor:pointer; position:absolute;z-index:3000; right:3%; top:42%; display:block; width:0.55rem; height:0.86rem;background:url(../images/sb_right.png)center no-repeat;background-size:100% auto; }
/* shebei end*/
/* foot_con */
.foot_div{background:#282e35;padding-top:0.8rem;}
.foot_div .foot_main{width:100%;background:#2b323a;padding-bottom:0.3rem;}
.foot_con{width:18.75rem;min-height:4.85rem;margin:0 auto;}
.foot_logo_tit{padding-top:0.42rem;}
.foot_nav_li{width:100%;height:0.34rem;line-height:0.34rem;text-align:center;padding-top:0.1rem;padding-bottom:0.1rem;margin-top:0.4rem;background:#3f3f47;}
.foot_nav_li a{font-size:0.42px;padding-left:0.8rem;padding-right:0.8rem;color:#939298;border-right:1px solid #7b7a81;}
.foot_nav_li a:last-child{border:none;}
.foot_contact{margin-top:0.6rem;}
.foot_logo{margin-left:0.3rem;}
.contact_list{margin-left:1.0rem;}
.contact_list li{padding-left:0.6rem;font-size:0.22rem;line-height:0.5rem;color:#89888e;}
.contact_list .fott_c1{background:url(../images/addr_icon.png) left no-repeat;background-size:auto 80%;}
.contact_list .fott_c2{background:url(../images/qq_icon.png) left no-repeat;background-size:auto 54%;}
.contact_list .fott_c3{background:url(../images/phone_icon.png) left no-repeat;background-size:auto 70%;}
.foot_erweima{width:2.5rem;text-align:center;margin-left:9.2rem;font-size:0.25rem;line-height:0.5rem;color:#fff;}
.foot_erweima .erweima_img{width:1.45rem;height:1.45rem;margin:0 auto;background:#fff;padding:0.1rem;}
.foot_erweima .erweima_img img{width:100%;height:100%;}
.foot_copy{width:100%;height:0.94rem;line-height:0.94rem;}
.foot_copy_con{width:18.75rem;margin:0 auto; color:#a8a9aa;}
.foot_copy_con a{color:#a8a9aa;}
/* foot_con end*/
.intro_img{width:100%;height:8.68rem;overflow:hidden;margin-top:1.5rem;}
.intro_img img{width:100%;min-height:100%;}
.pos{width:100%;height:0.9rem;line-height:0.9rem;border-bottom:2px solid #e6e6e6;background:#fff;margin-bottom:20px;}
.pos_con{width:19.44rem;height:0.9rem;margin:0 auto;font-size:0.22rem;}
.pos_con span{width:0.92rem;height:0.9rem;margin-right:0.3rem;border-left:2px solid #f5f5f5;border-right:2px solid #f5f5f5;display:inline-block;background:url(../images/home_icon.png) center no-repeat;background-size:0.22rem auto;}
.about_det_con{width:18.75rem;margin:1.0rem auto;font-size:0.26rem;line-height:0.5rem;letter-spacing:2px;color:#333;}
.about_det_con h2{text-align:center;font-size:0.4rem;font-weight:500;}
.about_det_con img{max-width:90%;}
.about_det_con .art_time{font-size:0.18rem;line-height:0.76rem;text-align:center;margin-bottom:0.20rem;}
.inner_tit{width:100%;text-align:center;padding-top:0;padding-bottom:0.2rem;}
.inner_tit h2{font-size:0.45rem;line-height:0.8rem;color:#000;font-weight:500;letter-spacing:2px;}
.inner_tit span{display:block;width:1.08rem;height:2px;margin:0 auto;background:#262626;}
.about_contain{width:19.0rem;margin:0.4rem auto;font-size:0.26rem;color:#333;line-height:0.5rem;}
.n_p_page{width:19.75rem;margin:1.0rem auto;padding-top:0.2rem;border-top:1px solid #000;}
.n_p_page li{font-size:0.24rem;color:#474747;}
/* in_pro_list */
.in_pro_con{width:19.44rem;min-height:1.0rem;margin:0.1rem auto;}
.in_pro_son{width:3.9rem;min-height:1.0rem;}
.in_pro_son li{width: 100%;height: 1.0rem; font-size: 0.254rem; color: #5e5e5e;text-align: center;margin-top: 0.2rem;line-height: 1.0rem; background: #f2f2f2; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.in_pro_son li:hover{background: #0a60d1;color: #fff;}
.in_pro_son li.thisclass{background: #0a60d1;color: #fff;}
.in_pro_son li a{color:#474747;}
.in_pro_son li:hover a{color:#fff;}
.in_pro_son li.thisclass a{color:#fff;}
.in_pro_list{width:15.34rem;min-height:1.0rem;margin-top:0.1rem;}
.in_pro_list li{width:4.9rem;height:7.2rem;float:left;margin:0.1rem;}
.in_pro_list li h5{margin-top:0.2rem;font-size:0.26rem;line-height:0.7rem;background:#f5f5f5;color:#555;text-align:center;letter-spacing:1px;font-weight:500;}
.in_pro_list li .pro_img{position:relative;width:100%;height:6.3rem;overflow:hidden;text-align:center;background:#eee;}
.in_pro_list li .pro_img a{display:flex;justify-content:center;width:100%;height:100%;align-items:center;text-align:center;}
.in_pro_list li .pro_img img{max-width:90%;max-height:90%;}
.in_pro_list li:hover .pro_img img{transform: scale(1.04, 1.04);transition: .6s transform;z-index:1000;}
.in_pro_list li:hover h5{background:#0a60d1;color:#fff;}
.in_pro_tit{width:100%;font-size:0.34rem;line-height:1.0rem;margin-bottom:0.1rem;border-bottom:2px solid #ddd;}
.in_pro_tit h2{font-weight:500;color:#0a60d1;letter-spacing:2px;}
.in_pro_tit h2 i{font-size:0.35rem;color:#ddd;font-weight:600;text-transform: uppercase;letter-spacing:1px;}
/* in_pro_list end*/
.nei_tit_backline{width:20.0rem;margin:0.4rem auto;text-align:center;font-size:0.22rem;line-height:0.4rem;text-transform:uppercase;}
.nei_tit_backline h2{font-size:0.42rem;line-height:0.6rem;color:#474747;font-weight:500;letter-spacing:3px;font-weight:bold;}
.nei_tit_backline span{font-size:0.3rem;color:#444;line-height:0.6rem;letter-spacing:2px;color:#666;}
/* in_about_con */
.in_about_con{width:20.0rem;margin:0.4rem auto;font-size:0.26rem;line-height:0.6rem;color:#333;letter-spacing:1px;}
.in_about_con img{max-width:100%;padding-top:0.3rem;}
/* in_about_con end*/
/* in_culture */
.in_culture{width:20.0rem;margin:0.6rem auto;background:#f5f5f5;}
.in_culture .in_culture_l{width:50%;overflow:hidden;}
.in_culture .in_culture_l img{width:100%;}
.in_culture:hover .in_culture_l img{transform: scale(1.08, 1.08);transition: .6s transform;z-index:1000;}
.in_culture .in_culture_r{width:46%;padding-top:0.4rem;}
.in_culture .in_culture_r li{margin-top:0.05rem;}
.in_culture .in_culture_r li h5{padding-left:0.36rem;font-size:0.3rem;line-height:0.6rem;letter-spacing:2px;color:#333;background:url(../images/wenhua_btn.png) left center no-repeat;background-size:auto 0.06rem;}
.in_culture .in_culture_r li p{font-size:0.24rem;line-height:0.4rem;}
/* in_culture end*/
/* in_fengcai */
.in_honor{padding-bottom:0.8rem;}
.in_tit{text-align:center;font-size:0.254rem;line-height:0.5rem;letter-spacing:2px;}
.in_tit h2{font-size:0.42rem;line-height:0.9rem;color:#333;letter-spacing:3px;}
.in_fengcai{width:100%;height:10.58rem;padding-top:1.0rem;background:url(../images/about/in_fc_back.jpg);background-size:100% 100%;}
.in_fc_main{width:20.0rem;margin:0.1rem auto;}
.in_fc_list ul{width:20.0rem;height:5.6rem;}
.in_fc_list li{width:6.46rem;height:5.2rem;padding-top:0.15rem;background:#fff;float:left;margin:0.1rem;border-radius:0.1rem;
	-webkit-box-shadow: #ccc 0px 0px 6px;
	-moz-box-shadow: #ccc 0px 0px 6px;
	box-shadow: #ccc 0px 0px 6px;
}
.in_fc_list li .in_fc_img{width:6.16rem;height:3.78rem;margin:0 auto;overflow:hidden;}
.in_fc_list li .in_fc_img img{width:100%;min-height:100%;}
.in_fc_list li:hover .in_fc_img img{transform: scale(1.08, 1.08);transition: .6s transform;z-index:1000;}
.in_fc_list li .in_fc_info{width:5.6rem;margin:0 auto;}
.in_fc_list li .in_fc_info h5{font-size:0.285rem;line-height:0.6rem;margin-top:0.1rem;color:#575757;letter-spacing:2px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in_fc_list li .in_fc_info span{display:block;font-size:0.24rem;color:#575757;background:url(../images/about/fc_more_jt.png) 96% center no-repeat;}
.in_fc_list li:hover .in_fc_info h5{color:#0a60d1;}
.in_fc_list li:hover .in_fc_info span{color:#0a60d1;background-position:99%;}
.in_fc_main .hd{margin-top:0.6rem;}
.in_fc_main .hd ul{text-align:center; margin:0 auto; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.in_fc_main .hd ul li{ display:inline-block;  width:15px; height:15px; overflow:hidden; margin-right:15px; text-indent:-999px;border-radius:50%; cursor:pointer; background:#aeacac; }
.in_fc_main .hd ul li.on{ background:#0a60d1; }
/* in_fengcai end*/

.server_tab{width:19.44rem;margin:0.3rem auto;}
.server_tab ul{width: 100%;height: 1.075rem;text-align: center;line-height: 1.0875rem;display: flex;}
.server_tab ul li{flex: 1;border:1px solid #d3d3d3;}
.server_tab ul li a{color: #000;font-size: 18px;text-decoration: none;display: block;}
.server_tab ul li:hover{border-color: #fa903c;}
.server_tab ul li:hover a{color: #fa903c;}
.server_tab ul li.thisclass{border-color: #fa903c;}
.server_tab ul li.thisclass a{color: #fa903c;}

/* in_honor */
.in_honor_list{width:20.0rem;margin:0 auto;}
.in_honor_list li{width:6.46rem;height:5.2rem;padding-top:0.15rem;background:#fff;float:left;margin:0.1rem;border-radius:0.1rem;
	-webkit-box-shadow: #ccc 0px 0px 6px;
	-moz-box-shadow: #ccc 0px 0px 6px;
	box-shadow: #ccc 0px 0px 6px;
}
.in_honor_list li .in_fc_img{width:6.16rem;height:3.78rem;margin:0 auto;overflow:hidden;}
.in_honor_list li .in_fc_img img{width:100%;min-height:100%;}
.in_honor_list li:hover .in_fc_img img{transform: scale(1.08, 1.08);transition: .6s transform;z-index:1000;}
.in_honor_list li .in_fc_info{width:5.6rem;margin:0 auto;}
.in_honor_list li .in_fc_info h5{font-size:0.285rem;line-height:0.6rem;margin-top:0.1rem;color:#575757;letter-spacing:2px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in_honor_list li .in_fc_info span{display:block;font-size:0.24rem;color:#575757;background:url(../images/about/fc_more_jt.png) 96% center no-repeat;}
.in_honor_list li:hover .in_fc_info h5{color:#0a60d1;}
.in_honor_list li:hover .in_fc_info span{color:#0a60d1;background-position:99%;}
/* in_honor end*/
/* in_news_con */
.in_news{width:100%;}
.in_news_con{width:19.45rem;margin:0 auto;}
.in_news_con li{position:relative;width:19.05rem;height:2.2rem;margin-top:0.25rem;padding:0.2rem;background:#eee;}
.in_news_con li .in_news_date{position:absolute;left:0.2rem;top:0.4rem;width:1.4rem;height:1.8rem;font-size:0.22rem;line-height:0.5rem;background:#0a60d1;text-align:center;color:#eee;}
.in_news_con li .in_news_date h6{width:60%;margin:0 auto;font-size:0.5rem;line-height:0.8rem;padding-top:0.2rem;border-bottom:2px solid #fff;}
.in_news_con li .in_news_info{width:12.5rem;margin-left:1.9rem;}
.in_news_con li .in_news_info h2{font-weight:500;font-size:0.34rem;line-height:0.8rem;margin-top:0.1rem;color:#313131;border-bottom:1px solid #dcdcdc;letter-spacing:2px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in_news_con li .in_news_info p{font-size:0.25rem;line-height:0.4rem;color:#898989;margin-top:0.1rem;}
.in_news_con li .in_news_img{width:3.8rem;height:100%;overflow:hidden;}
.in_news_con li .in_news_img img{width:100%;min-height:100%;}
.in_news_con li:hover .in_news_img img{transform: scale(1.1, 1.1);transition: .6s transform;z-index:1000;}
.in_news_con li:hover .in_news_info h2{color:#0a60d1;}
.in_news_con li:hover{
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
	-webkit-box-shadow: #ccc 0px 2px 8px;
	-moz-box-shadow: #ccc 0px 2px 8px;
	box-shadow: #ccc 0px 2px 8px;}
/* .in_news_con li:hover .in_news_date{left:0.2rem;top:0.36rem;} */
/* in_news_con end*/
/* in_case_list */
.in_case_con{width:20.44rem;min-height:1.0rem;margin:0.1rem auto;}
/* .in_pro_son{width:3.9rem;min-height:1.0rem;} */
/* .in_pro_son li{width: 100%;height: 1.0rem; font-size: 0.254rem; color: #5e5e5e;text-align: center;margin-top: 0.2rem;line-height: 1.0rem; background: #f2f2f2; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;} */
/* .in_pro_son li:hover{background: #0a60d1;color: #fff;} */
/* .in_pro_son li.on{background: #0a60d1;color: #fff;} */
/* .in_pro_son li a{color:#474747;} */
/* .in_pro_son li:hover a{color:#fff;} */
/* .in_pro_son li.on a{color:#fff;} */
.in_case_list{width:100%;min-height:1.0rem;margin-top:0.1rem;}
.in_case_list li{width:4.9rem;height:7.2rem;float:left;margin:0.1rem;}
.in_case_list li h5{margin-top:0.2rem;font-size:0.26rem;line-height:0.7rem;background:#f5f5f5;color:#555;text-align:center;letter-spacing:1px;font-weight:500;}
.in_case_list li .pro_img{position:relative;width:100%;height:6.3rem;overflow:hidden;text-align:center;background:#eee;}
.in_case_list li .pro_img img{max-width:90%;max-height:90%;padding-top:12%;}
.in_case_list li:hover h5{background:#0a60d1;color:#fff;}
.in_case_tit{width:100%;font-size:0.34rem;line-height:1.0rem;margin-bottom:0.1rem;border-bottom:2px solid #ddd;}
.in_case_tit h2{font-weight:500;color:#0a60d1;letter-spacing:2px;}
.in_case_tit h2 i{font-size:0.45rem;color:#ddd;font-weight:600;text-transform: uppercase;letter-spacing:1px;}
/* in_case_list end*/
/* in_ser_case_list */
.ser_case_list{width:20.7rem;margin:0.4rem auto;}
.ser_case_list li{width:6.5rem;height:5.7rem;float:left;margin:0.2rem;background:#f5f5f5;
	-webkit-box-shadow: #ccc 0px 2px 12px;
	-moz-box-shadow: #ccc 0px 2px 12px;
	box-shadow: #ccc 0px 2px 12px;
}
.ser_case_list li .in_pro_img{width:96%;height:4.0rem;overflow:hidden;margin:0 auto;margin-top:0.12rem;background:#fff;}
.ser_case_list li .in_pro_img img{width:100%;min-height:100%;}
.ser_case_list li:hover .in_pro_img img{transform: scale(1.04, 1.04);transition: .6s transform;}
.ser_case_list li .in_pro_more{text-align:center;position:relative;top:-0.2rem;z-index:1001;}
.ser_case_list li .in_pro_more a{padding:0.16rem 0.5rem;background:#012c95;color:#fff;font-size:0.22rem;}
.ser_case_list li .in_pro_info{padding:0.3rem;}
.ser_case_list li .in_pro_info h5{font-size:0.32rem;color:#313131;line-height:0.8rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ser_case_list li .in_pro_info span{display:block;width:0.8rem;height:1px;margin-top:0.1rem;background:#686868;}
.ser_case_list li .in_pro_info p{margin-top:0.2rem;font-size:0.24rem;line-height:0.4rem;}
.ser_case_list li:hover{}
.ser_case_list li:hover h5{}
.ser_case_list li:hover span{width:1.2rem;}
.ser_case_list li:hover .in_pro_more a{background:#fff;color:#313131;}
/* in_ser_case_list end*/
/* in_contact */
.pro_ys_list{width:20.72rem;margin:0.6rem auto;}
.pro_ys_list li{width:4.8rem;height:4.9rem;padding-top:0.6rem;float:left;margin:0.19rem;background:#fff;
	font-size:0.3rem;color:#cbcbcb;line-height:0.5rem;text-align:center;cursor:pointer;
	-webkit-box-shadow: #ccc 2px 4px 12px;
	-moz-box-shadow: #ccc 2px 4px 12px;
	box-shadow: #ccc 2px 4px 12px;
}
.pro_ys_list li .pro_ys_icon{position:relative;width:1.3rem;height:1.3rem;margin:0 auto;border-radius:50%;background:#959595;}
.pro_ys_list li .pro_ys_icon .bg{display: block;width: 0;height: 0;left: 50%; top: 50%;transition: all 0.3s ease 0s; position: absolute; border-radius: 50%;overflow: hidden;}
.pro_ys_list li:hover{
	transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);}
.pro_ys_list li:hover .pro_ys_icon .bg{width: 100%;height: 100%;top: 0;left: 0; background-color: #0a569b;}
.pro_ys_list li .pro_ys_icon .pro_ys_img{position:absolute;left:0;top:0;}
.pro_ys_list li .pro_ys_icon .pro_ys_img1{width:100%;height:100%;background:url(../images/icon/pro_icon_1.png) center 0.3rem no-repeat;background-size:0.5rem auto;}
.pro_ys_list li .pro_ys_icon .pro_ys_img2{width:100%;height:100%;background:url(../images/icon/pro_icon_2.png) center 0.3rem no-repeat;background-size:0.65rem auto;}
.pro_ys_list li .pro_ys_icon .pro_ys_img3{width:100%;height:100%;background:url(../images/icon/pro_icon_3.png) center 0.42rem no-repeat;background-size:0.65rem auto;}
.pro_ys_list li .pro_ys_icon .pro_ys_img4{width:100%;height:100%;background:url(../images/icon/pro_icon_4.png) center 0.3rem no-repeat;background-size:0.65rem auto;}
.pro_ys_list li h2{font-size:0.35rem;line-height:0.6rem;color:#727272;margin-top:0.5rem;font-weight:500;letter-spacing:1px;}
.pro_ys_list li p{width:80%;margin:0.1rem auto;font-size:0.24rem;line-height:0.5rem;color:#666;}
.pro_ys_list li i{display:block;width:3.0rem;height:2px;margin:0.3rem auto;background:#dcdcdc;}
.pro_ys_list li .pro_ys_ewm{width:2.8rem;height:2.8rem;margin:0.1rem auto;}
.pro_ys_list li .pro_ys_ewm img{width:80%;height:80%;padding-top:10%;}
/* in_contact end*/

/* liuyan_con */
.in_contact_con{width:20.72rem;height:9.6rem;padding-bottom:0.6rem;margin:0 auto;background:#fff;}
.liuyan_table{width:16.6rem;margin:0.4rem auto;}
.liuyan_table form table{display:block;width:100%;height:6.6rem;}
.liuyan_table form table tbody{position:relative;display:block;width:100%;}
.liuyan_table form table tr{display:block;}
.liuyan_table form table .ly_tr_1{position:absolute;left:0;top:0;width:5.1rem;height:0.7rem;line-height:0.7rem;}
.liuyan_table form table .ly_tr_2{position:absolute;left:5.75rem;top:0;width:5.1rem;height:0.7rem;line-height:0.7rem;}
.liuyan_table form table .ly_tr_3{position:absolute;left:11.5rem;top:0;width:5.1rem;height:0.7rem;line-height:0.7rem;}
.liuyan_table form table .ly_tr_4{position:absolute;left:0;top:1.1rem;width:100%;height:0.7rem;line-height:0.7rem;}
.liuyan_table form table .ly_tr_5{position:absolute;left:0;top:2.2rem;width:100%;height:3.7rem;line-height:0.45rem;}
.liuyan_table form table tr td{display:block;width:100%;height:100%;}
.liuyan_table form table tr td input{display:block;width:100%;height:100%;font-size:0.26rem;color:#3f3f3f;text-indent:1.0em;background:#eee;border:none;}
.liuyan_table form table tr td input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #aeaeae; } 
.liuyan_table form table tr td input:-moz-placeholder, textarea:-moz-placeholder { color: #aeaeae; } 
.liuyan_table form table tr td input::-moz-placeholder, textarea::-moz-placeholder { color: #aeaeae; } 
.liuyan_table form table tr td input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #aeaeae; } 
.liuyan_table form table tr td textarea{display:block;width:100%;height:100%;font-size:0.26rem;color:#3f3f3f;text-indent:1.0em;padding-top:0.2rem;background:#eee;border:none;}
.liuyan_table .yzm_con{vertical-align:middle;float:left;width:8.0rem;text-align:left;font-size:0.26rem;line-height:0.6rem;}
.liuyan_table .yzm_con input{}
.liuyan_table .yzm_con img{vertical-align:middle}
.liuyan_table .btn_tj{cursor:pointer;float:right;font-size:0.26rem;letter-spacing:2px;border-radius:0.1rem;
background:#0a60d1;border:none;border-bottom:3px solid #0651b5;padding:0.1rem 1.2rem;color:#fff;}
.liuyan_table .btn_tj:hover{}
.in_contact_con .liuyan_main{width:20.9375rem;margin:0.4rem auto;}
.in_contact_con .liuyan_main h5{font-size:0.45rem;color:#000;text-align:center;font-weight:500;letter-spacing:3px;}
/* liuyan_con end*/
/* in_shebei_list */
.in_shebei_list{width:19.0rem;margin:0 auto;}
.in_shebei_list li{width:6.03rem;height:5.06rem;padding-top:0.15rem;float:left;margin:0.15rem;background:#fff;border-radius:0.12rem;
	-webkit-box-shadow: #474747 0px 2px 6px;
	-moz-box-shadow: #474747 0px 2px 6px;
	box-shadow: #474747 0px 2px 6px;
}
.in_shebei_list li .shebei_img{width:5.73rem;height:4.06rem;margin:0 auto;overflow:hidden;}
.in_shebei_list li .shebei_img img{width:100%;min-height:100%;}
.in_shebei_list li:hover .shebei_img img{transform: scale(1.04, 1.04);transition: .6s transform;}
.in_shebei_list li h5{width:5.53rem;margin:0 auto;font-size:0.26rem;line-height:0.9rem;font-weight:500;color:#474747;background:url(../images/sb_tit_back.png) right center no-repeat;background-size:0.45rem auto;}
/* in_shebei_list end*/

@keyframes le
{
	0%{margin-left:0%; opacity:0;}
	60%{margin-left:60%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
@-moz-keyframes le /* Firefox */
{
	0%{margin-left:0%; opacity:0;}
	60%{margin-left:60%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
@-webkit-keyframes le /* Safari and Chrome */
{
	0%{margin-left:0%; opacity:0;}
	60%{margin-left:60%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
@-o-keyframes le /* Opera */
{
	0%{margin-left:0%; opacity:0;}
	60%{margin-left:60%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}

.yuan_sj_up .sj_sp_2{
	overflow: hidden;
	width:0.26rem;height:1.0rem;
	display: block;
	position: absolute;
	left:0.164rem;
	top:0.45rem;
}
.yuan_sj_up .sj_sp_2 i{
	border-left: 0.12rem solid transparent;
	border-right: 0.12rem solid transparent;
	border-top: 0.12rem solid #999;
	display: block;
}
.yuan_sj_up .sj_sp_2 i{
	animation: le2 2.0s linear infinite;
	-moz-animation: le2 2.0s linear infinite;
	-webkit-animation: le2 2.0s linear infinite;
	-o-animation: le2 2.0s linear infinite;
}
@keyframes le2
{
	0%{margin-top:0%; opacity:0;}
	60%{margin-top:60%; opacity:1;}
	100%{margin-top:100%;opacity:0;}
}
@-moz-keyframes le2 /* Firefox */
{
	0%{margin-top:0%; opacity:0;}
	60%{margin-top:60%; opacity:1;}
	100%{margin-top:100%;opacity:0;}
}
@-webkit-keyframes le2 /* Safari and Chrome */
{
	0%{margin-top:0%; opacity:0;}
	60%{margin-top:60%; opacity:1;}
	100%{margin-top:100%;opacity:0;}
}
@-o-keyframes le2 /* Opera */
{
	0%{margin-top:0%; opacity:0;}
	60%{margin-top:60%; opacity:1;}
	100%{margin-top:100%;opacity:0;}
}


.yuan_sj_down .sj_sp_3{
	overflow: hidden;
	width:0.26rem;height:1.0rem;
	display: block;
	position: absolute;
	left:0.184rem;
	bottom:0;
}
.yuan_sj_down .sj_sp_3 i{
	display: block;
	margin-top:100%;
	border-left: 0.12rem solid transparent;
	border-right: 0.12rem solid transparent;
	border-bottom: 0.12rem solid #999;
	/* border-left: 0.12rem solid #000; */
	
}
.yuan_sj_down .sj_sp_3 i{
	animation: le3 2.0s linear infinite;
	-moz-animation: le3 2.0s linear infinite;
	-webkit-animation: le3 2.0s linear infinite;
	-o-animation: le3 2.0s linear infinite;
}

/* hezuo_lsit */
.hezuo_lsit{width:100%;min-height:1.0rem;}
.hezuo_lsit li{text-align:center;overflow:hidden;background:#fff;cursor:pointer;width:25%;height:4.9rem;float:left;border-right:1px solid #cac9c9;border-bottom:1px solid #cac9c9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.hezuo_lsit li img{max-width:100%;max-height:100%;vertical-align:center;}
.hezuo_lsit li:hover img{transform: scale(1.04, 1.04);transition: .6s transform;}
/* hezuo_lsit end*/

@keyframes le3
{
	0%{margin-top:100%; opacity:0;}
	60%{margin-top:60%; opacity:1;}
	100%{margin-top:0%;opacity:0;}
}
@-moz-keyframes le3 /* Firefox */
{
	0%{margin-top:100%; opacity:0;}
	60%{margin-top:60%; opacity:1;}
	100%{margin-top:0%;opacity:0;}
}
@-webkit-keyframes le3 /* Safari and Chrome */
{
	0%{margin-top:100%; opacity:0;}
	60%{margin-top:60%; opacity:1;}
	100%{margin-top:0%;opacity:0;}
}
@-o-keyframes le3 /* Opera */
{
	0%{margin-top:100%; opacity:0;}
	60%{margin-top:60%; opacity:1;}
	100%{margin-top:0%;opacity:0;}
}



.yuan_sj_left .sj_sp_4{
	overflow: hidden;
	width:1.0rem;height:0.6rem;
	display: block;
	position: absolute;
	right:0.25rem;
	top:0.16rem;
}
.yuan_sj_left .sj_sp_4 i{
	border-top: 0.12rem solid transparent;
	border-bottom: 0.12rem solid transparent;
	border-right: 0.12rem solid #999;
	display: block;
}
.yuan_sj_left .sj_sp_4 i{
	animation: les 2.5s linear infinite;
	-moz-animation: les 2.5s linear infinite;
	-webkit-animation: les 2.5s linear infinite;
	-o-animation: les 2.5s linear infinite;
}
@keyframes les
{
	0%{margin-right:0%; opacity:0;}
	60%{margin-right:60%; opacity:1;}
	100%{margin-right:100%;opacity:0;}
}
@-moz-keyframes les /* Firefox */
{
	0%{margin-right:0%; opacity:0;}
	60%{margin-right:60%; opacity:1;}
	100%{margin-right:100%;opacity:0;}
}
@-webkit-keyframes les /* Safari and Chrome */
{
	0%{margin-right:0%; opacity:0;}
	60%{margin-right:60%; opacity:1;}
	100%{margin-right:100%;opacity:0;}
}
@-o-keyframes les /* Opera */
{
	0%{margin-right:0%; opacity:0;}
	60%{margin-right:60%; opacity:1;}
	100%{margin-right:100%;opacity:0;}
}


/* tu_biao end*/

@keyframes move{
	from{ opacity:0; margin-left:500px;}
	to{ opacity:1; margin-left:0;}
}


<!-- 页码-->
#pages {
    text-align: center;
}

#pages li {
    margin: 0 2px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 4px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 4px;
}
#pages li.active {
    text-align: center;
    background: #2454b3;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #2454b3;
}

#pages li:hover a {
    color: #fff;
}



@media screen and (max-width: 1300px){

}

@media screen and (max-width: 1100px){

}
