/*
	* name: Global && Pc StyleSheet
	* version: v3.1.1
	* update: 加入placeholder依赖样式
	* date: 2015-08-26
	*/
	
	/* 雪碧图 */
.ico {
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background: url(../img/ico.png);
	margin: 0 .3em;
}
.ico1_2 {
	background-position: -20px 0;
}
.ico1_3 {
	background-position: -40px 0;
}
.ico1_4 {
	background-position: -60px 0;
}
.ico1_5 {
	background-position: -80px 0;
}
.ico2_1 {
	background-position: 0 -20px;
}
.ico2_2 {
	background-position: -20px -20px;
}
.ico2_3 {
	background-position: -40px -20px;
}
.ico2_4 {
	background-position: -60px -20px;
}
.ico2_5 {
	background-position: -80px -20px;
}
.ico3_1 {
	background-position: 0 -40px;
}
.ico3_2 {
	background-position: -20px -40px;
}
.ico3_3 {
	background-position: -40px -40px;
}
.ico3_4 {
	background-position: -60px -40px;
}
.ico3_5 {
	background-position: -80px -40px;
}
.ico4_1 {
	background-position: 0 -60px;
}
.ico4_2 {
	background-position: -20px -60px;
}
.ico4_3 {
	background-position: -40px -60px;
}
.ico4_4 {
	background-position: -60px -60px;
}
.ico4_5 {
	background-position: -80px -60px;
}
.clear {
	clear: both;
}
ins {
	text-decoration: none;
}
/*
	* 依赖：
	* placeholder插件
	*/
.placeholder {
	color: #aaa;
}
/* 设置 */
body {
	font-size: 13px;
	line-height: 1.8;
	color: #555;
	background: #fff;
	font-family: "微软雅黑", Arial;
}
body {
	min-width: 1200px;
	overflow-x: auto;
}
.wrap {
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
 *width: 1160px;
}
a {
	color: inherit;
}
a:hover {
	color: #555;
}
/*css组件-设置*/
.form-control, .input-group-addon, .btn {
	border-radius: 2px;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}
	/*选中设置*/
	::-moz-selection {
 color: #fff;
 background: #39f;
}
::selection {
	color: #fff;
	background: #39f;
}
/* 网站样式 */
	
.imghover img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.imghover:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.hidden {
	display: none;
}
.xs {
	display: block;
}
/*top*/
.top {
	position: relative;
	z-index: 1;
	padding: 14px 0;
	/*border-bottom: 3px #e60012 solid;  *//* background-color: #0C5FAB;*/ background: url(../images/index_bg.jpg);
}
.logo {
	margin-left: 0px;
}
.logo img {
	width: 550px;
}
.nav_z {
	z-index: 22px;
}
.nav {
}
#nav_m {
	margin: 0 auto;
	width: 100%;
	height: 54px;
}
#nav_m .jquery_out {
	float: left;
	line-height: 32px;
	display: block;
	border-right: 1px solid #fff;
	text-align: center;
	color: #fff;
	font: 18px/32px "微软雅黑";
	background: #062723 url(../images/slide-panel_03.png) 0 0 repeat-x;
}
#nav_m .jquery_out .smile {
	padding-left: 1em;
}
#nav_m .jquery_inner {
	margin-left: 16px;
}
#nav_m .jquery {
	margin-right: 1px;
	padding: 0 2em;
}
#nav_m .mainlevel {
	float: left;
	border-right: 1px solid #fff;
	width: 164px;/*IE6 only*/
}
#nav_m>.mainlevel>a {
	letter-spacing: 0px;
}
#nav>.mainlevel>a:hover i {
	display: none;
}
#nav_m>.mainlevel>a>i {
	margin-left: 20px;
	background-position: 0 -78px;
}
.ico {
	display: inline-block;
	overflow: hidden;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	background: url(../images/b.png);
}
#nav_m .mainlevel a {
	color: #000;
	line-height: 32px;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 54px;
	font-size: 14px;
}
#nav_m .mainlevel a:hover, #nav_m .mainlevel a.cur {
	color: #fff;
	text-decoration: none;
	background: #F62F2F;
}
#nav_m .mainlevel ul {
	display: none;
	position: absolute;
	z-index: 22;
}
#nav_m .mainlevel li {
	background: #FFFFFF;
	width: 165px;/*IE6 only*/
}
.fr_ly{ float:right;}
.fl_ly{ float:left;}
/**
	.top_search{ margin-top:15px; width:200px; }
	.top_search ._sinp{ width:160px; float:left; height:26px; line-height:26px; border:none; padding:0; background:#fff; font-family:微软雅黑; text-indent:15px; }
	.top_search ._sbtn{ width:40px; height:26px; border:none; padding:0; background:#fff url(../img/index_05.gif) no-repeat center; float:left; cursor:pointer; }**/
.top_t {
	max-width: 1160px;
}
.topBar {
	position: relative;
	z-index: 2;
 *width:15%;
}
.topBar ._zyw {
	line-height: 26px;
	color: #fff;
	float: left;
}
.topBar .top_search {
	margin-left: 20px;
}
.topBar .top_search ._sbtn {
	width: 39px;
	height: 27px;
	background: url(../img/index_05.gif) no-repeat center;
	border: none;
	cursor: pointer;
}
.topBar .top_search ._sinp {
	border: 1px solid #ddd;
	padding: 0;
	font-family: 微软雅黑;
	height: 26px;
	line-height: 26px;
	width: 150px;
	text-indent: 10px;
	position: absolute;
	right: 40px;
	top: 0px;
	display: none;
}
.topBar p {
	color: #fff; /*margin-top: 5px;*/
	font-size: 15px;    text-align: right;
}
.topBar a {

	margin-right: 0px;
	/*background-color: #E60012;*/
	/*background-color: #FFFFFF;*/
	color: #fff;
	padding: 3px 5px;
	font-size: 14px;
}
.wap_banner {
	display: none;
	
}
.wap_banner_text {
	position: relative;
	top: 37%; left:2%;
	font-family: "微软雅黑", Arial;
	font-size: 34px;
	color: #fff;
	text-shadow: 2px 2px 3px #2C2C2C;width: 80%;
}
.about_wap {
	background: url(../images/aboutbanner_wap.jpg) top center no-repeat;
}
.news_wap {
	background: url(../images/newsbanner_wap.jpg) top center no-repeat;
}
.hr_wap{
	background: url(../images/hrbanner_wap.jpg) top center no-repeat;}
	.contact_wap{ background: url(../images/contactbanner_wap.jpg) top center no-repeat;}
	.service_wap{background: url(../images/servicebanner_wap.jpg) top center no-repeat;}
	.pro_wap{background: url(../images/probanner_wap.jpg) top center no-repeat; }
/*foot*/
.foot {
	border-top: 1px solid #ddd;
}
.foot_left dl {
	float: left;
	height: 205px;
	border-right: 1px solid #ddd;
	padding: 0 37px;
}
.foot_left dt {
	font-size: 14px;
	font-weight: bold;
	color: #F62F2F;
	margin-bottom: 5px;
	margin-top: 20px;
}
.foot_top {
	background: url(../images/f_t_bg.gif) center top no-repeat;
}
.foot_left dd {
	font-size: 12px;
	line-height: 24px;
}
.foot_left dl a:hover {
	text-decoration: underline;
}
.foot_right {
	width: 300px;
}
.foot_ewm {
	font-size: 12px;
	color: #7a7a7c;
	margin-bottom: 20px;
	margin-top: 25px;
}
.foot_ewm img {
	float: left;
	margin-right: 10px;
}
.foot_right .bdsharebuttonbox a {
	display: block;
	padding: 0;
	margin: 0;
	width: 24px;
	height: 25px;
	background-image: url(../images/share_ico.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: 5px;
}
.foot_right .bdsharebuttonbox .bds_more {
	background-position: right 0;
}
.foot_right .bdsharebuttonbox .bds_sqq {
	background-position: 0px 0px;
}
.foot_right .bdsharebuttonbox .bds_weixin {
	background-position: -30px 0px;
}
.foot_right .bdsharebuttonbox .bds_qzone {
	background-position: -60px 0px;
}
.foot_right .bdsharebuttonbox .bds_tsina {
	background-position: -90px 0px;
}
.foot_right .bdsharebuttonbox span {
	display: block;
	float: left;
	line-height: 25px;
}
.foot_bottom {
	padding: 10px 0;
	line-height: 20px;
	background: #2A2A2A;
	color: #FFFFFF;
}
.foot_bottom a:hover {
	color: #fff;
	text-decoration: underline;
}
.foot_bottom em {
	padding: 0 5px;
}
.foot_top .f_dl01 {
	width: 20%;
}
.foot_top dl {
	padding-right: 2%;
	background: url(../images/f_li.png) right center no-repeat;
	padding-top: 30px;
	padding-bottom: 36px;
}
.foot_top dl dt {
	font-size: 20px;
}
.foot_top dl dt a {
	color: #fff;
}
.f_ico {
	display: inline-block;
	width: 45px;
	height: 35px;
	background: url(../images/f_ico.png) no-repeat;
	vertical-align: middle;
	margin-right: 1em;
}
.foot_top .f_dl01 dd {
	padding-left: 28%;
	height: 120px;
	overflow: hidden;
	position: relative;
}
.foot_top dl dd a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	line-height: 2;
}
.foot_top .f_dl01 dd .scroll_bar {
	background: url(../images/sc_li.gif) center top repeat-y;
}
.scroll_up {
	top: 0;
}
.foot_top .f_dl01 dd .scroll_bar .scroll_slider {
	left: 50%;
	margin-left: -2px;
	background: #9D9C9C;
	border-radius: 0;
}
.scroll_down {
	bottom: 0;
}
.scroll_up, .scroll_down {
	position: absolute;
	left: 0;
	overflow: hidden;
	background: black;
}
.foot_top .f_dl02 {
	width: 28%;
}
.foot_top .f_dl02 dd {
	padding-left: 19%;
	height: 120px;
}
.foot_top dl dd {
	margin-top: 20px;
}
.foot_top .f_dl02 dd a {
	float: left;
	width: 50%;
}
.foot_top dl dd a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	line-height: 2;
}
.foot_top .f_dl03 {
	width: 35%;
	background: none;
}
.f_dl03 dt {
	margin-left: 10%;
}
.foot_top .f_dl03 dd {
	padding-left: 26%;
}
.foot_top .f_dl03 address ins {
	font-size: 14px;
	font-family: Arial;
	line-height: 1.7;
}
.foot_top .f_dl03 address {
	color: #FFFFFF;
	font-style: normal;
}
.foot_top .f_medias {
	width: 11%;
}
.foot_top .f_medias .f_erwm {
	padding-top: 45px;
}
.foot_top .f_medias .f_erwm .f_img {
	width: 130px;
	margin-right: 30px;
}
.foot_top .f_medias .f_erwm .f_img p {
	color: #fff;
	font-size: 12px;
	margin-top: 15px;
	text-align: center;
}
.foot_top .f_medias .f_erwm .f_img img {
	width: 130px;
	height: 129px;
}
.foot_top .f_dl03 address a {
	display: inline;
	font-family: Arial;
	line-height: 1.7;
}
.f_ico_2 {
	background-position: -45px 0;
}
.f_ico_3 {
	background-position: -90px 0;
}
/*banner*/
.banner4 {
	background: url(../images/banner4.jpg) no-repeat center;
}
.banner3 {
	background: url(../images/banner3.jpg) no-repeat center;
}
.banner2 {
	background: url(../images/banner2.jpg) no-repeat center;
}
.banner1 {
	background: url(../images/banner1.jpg) no-repeat center;
}
.flexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 462px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 5;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 466px;
	display: block;
}
.banner {
	height: 549px;
	position: relative;
	z-index: 20;
	padding-bottom: 36px;
	background: #c3cfda;
}
.banner img {
	width: 1920px;
	height: 549px;
	max-width: none;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -960px;
}
.banner .slide_nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.banner .slide_nav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px;
	font-size: 0px;
	line-height: 0;
	cursor: pointer;
}
.banner .slide_nav a.on {
	background: #F62F2F;
}
/*首页产品*/
.scrollpic {
	width: 100%;
}
#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 270px;
	overflow: hidden;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width: 386px;
	overflow: hidden
}
#myscroll ul li a {
	display: block;
	margin: 0 auto;
	width: 370px;
	padding: 0;
	position: relative;
	height: 270px;
	color: #333;
}
#myscroll a .intro {
	position: absolute;
	left: 0;
	z-index: 8;
	background-color: #000000;
	filter: alpha(opacity=70);
	width: 100%;
	color: #fff;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
}
#myscroll a .intro h5 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	height: 80px;
	width: 100%;
	line-height: 80px;
	border-bottom: 1px solid #fff;
	font-weight: 100;
}
#myscroll a .intro p {
	font-size: 13px;
	line-height: 20px;
	margin: 35px 45px;
	height: 120px;
	overflow: hidden;
}
#myscroll ul li a>img {
	width: 100%;
	height: 100%;
}
.intro p img {
	width: 120px;
}
#myscroll a .intro {
	bottom: -190px;
}
#myscroll a:hover .intro { /*background:#07528C;*/
	bottom: 0px;
}
#mybtns {
	width: 100%;
	display: block;
	height: 42px;
}
#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	margin-right: 1px;
	background-color: #c1c1c1;
	margin-left: 0px;
}
#mybtns a:hover {
	background-color: #F62F2F;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {
	position: relative;
	bottom: 160px;
	background-image: url(../images/jt_l.png);
	float: left;
	left: -80px;
}
#mybtns #right {
	position: relative;
	bottom: 160px;
	background-image: url(../images/jt_r.png);
	float: right;
	right: -80px;
}
#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
/*首页*/
.ipro {
	background: #eef1f4;
	padding: 70px 0 30px
}
.ipro_list ._img {
	display: block;
	height: 0;
	overflow: hidden;
	padding-bottom: 56%;
	position: relative;
	margin-bottom: 10px;
}
.ipro_list ._img img {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.ipro_list ._title {
	font-size: 20px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.iabout {
	background: #fff;
	padding: 50px 0 90px;
}
.ilan_t {
	font-size: 40px;
	text-align: center;
	color: #F62F2F;
	margin-bottom: 30px;
}
.ilan_t ._en {
	color: #a7a7a7;
	padding-left: 10px;
}
.inews_tab {
	width: 55%;
}
.iother_nr {
	width: 41%;
}
.int_keylist {
	background: url(../img/tab_xian.gif) no-repeat right bottom;
	padding-bottom: 3px;
}
.int_keylist li {
	float: left;
	position: relative;
	top: auto;
	left: auto;
	font-size: 20px;
	margin-right: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	padding: 0 5px;
	line-height: 44px;
}
.int_keylist li.tab_t_cur {
	border-bottom-color: #F62F2F;
	color: #F62F2F;
}
.inews_list li {
	margin-top: 20px;
	overflow: hidden;
}
.inews_list li ._date {
	float: left;
	width: 9%;
	border: 1px solid rgb(227, 24, 28);
	text-align: center;
}
.inews_list li ._date span {
	display: block;
}
.inews_list li ._date ._d1 {
	line-height: 42px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background: rgb(227, 24, 28);
}
.inews_list li ._date ._d2 {
	font-size: 12px;
	color: rgb(227, 24, 28);
	line-height: 22px;
}
.inews_list li ._nr {
	float: right;
	width: 89%;
}
.inews_list li ._title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}
.inews_list li ._sum {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #717171;
}/*
.inews_list li a:hover ._date {
	border-color: #F62F2F;
}
.inews_list li a:hover ._date ._d1 {
	background: #F62F2F;
}
.inews_list li a:hover ._date ._d2 {
	color: #F62F2F;
}*/
.inews_list li a:hover ._title {
	color: #F62F2F;
}
.inews_list li a {
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
}
.ivideo a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-bottom: 55%;
	position: relative;
}
.ivideo a img {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.ivideo .iplay {
	display: block;
	width: 97px;
	height: 97px; /*background:url(../images/play.png) no-repeat 0 0;*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -48px;
	margin-left: -48px;
}
.ioth_list ul {
	width: 102%;
}
.ioth_list li {
	width: 32%;
	float: left;
	margin-right: 1.2%;
	margin-top: 1.2%;
}
.ioth_list li a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-bottom: 87%;
	position: relative;
}
.ioth_list li a img {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.ioth_list li span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;
	font-size: 16px;
	color: #fff;
}
.ioth_list li.ioth_02 span {
	width: auto;
	bottom: auto;
	top: 15px;
	left: 15%;
	color: #CB1519;
}
.itechnology {
	background: #eef1f4;
	padding: 50px 0 90px;
}
.itec_list li {
	background: #fff;
	position: relative;
}
.itec_list li a {
	display: block;
	height: 0;
	overflow: hidden;
	/*padding-bottom: 55%;*/ height: 204px;
	position: relative;
}
.itec_list li ._pd {
	padding: 20px;
	height: 162px; /*border-bottom:2px solid #F62F2F;*/
}
.itec_list li ._title {
	font-size: 26px;
	color: #DE1317;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}
.itec_list li ._img {
	width: 100%;
	height: 100%;
	position: absolute;
	/*top: 100%;*/ bottom: 0;
	left: 0px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.itec_list li:hover ._img {
	bottom: 100%;/*top: 0%;*/
}
.itec_list li ._img img {
	width: 100%;
	height: 100%;
}
.itec_list li ._cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/tec_bg.png) repeat;
}
.itec_list li ._name {
	display: block;
	width: 162px;
	height: 94px;
	line-height: 94px;
	background: url(../images/itec_tico.png) no-repeat 0 0;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -47px;
	margin-left: -81px;
	font-size: 24px;
	color: #fff;
}
/*关于页面*/
	
.ab_banner {
	position: relative;
	height: 285px;
	z-index: 30;
}
.ab_banner img {
	width: 1920px;
	max-width: none;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.ab_content_menu {
	border-bottom: 1px #d5d4d3 solid;
}
.ab_content_menu ul {
	border-left: #d4d5d3 1px solid;
}
.ab_content_menu ul li {
	float: left;
	text-align: center;
	border-right: #d4d5d3 1px solid;
}
.ab_content_menu ul li a {
	line-height: 40px;
	font-size: 14px;
	display: block;
	padding: 0 50px;
}
.ab_content_menu li.cur a, .ab_content_menu li a:hover {
	color: #fff;
	background: #01439b;
}
.ab_cont {
	padding: 40px 0 100px;
}
.ab_con_cencont {
	width: 100%;
}
.ab_con_tit {
	margin-bottom: 20px;
}
.ab_con_tit h1 {
	color: #555;
	font-size: 36px;
	font-weight: 100;
}
.ab_con_tit h3 {
	color: #555;
	font-size: 14px;
	font-weight: 100;
	padding-top: 20px;
}
.ab_con_nr {
	width: 48%;
	float: left;
	padding-top: 20px;
	color: #7b7b7b;
}
.ab_video {
	float: right;
	width: 44%;
	height: 400px;
}
.lianxi_nr {
	width: 30%;
	float: left;
	padding-top: 20px;
	color: #7b7b7b;
}
.lianxi_dt {
	width: 70%;
	height: 440px;
	margin-top: 20px;
}
/*发展历程 */
.widget-qa-3 {
	margin-top: 60px;
	border-top: 1px #ccc solid;
}
.widget-qa-3-title {
	position: relative;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px #ccc solid;
	padding: 5px 10px;
	cursor: pointer;
}
.widget-qa-3-title ._title {
	padding-left: 2em;
	font-size: 14px;
	background: url(../img/bj_fz01.jpg) no-repeat left;
	font-size: 15px;
	font-weight: bold;
}
.widget-qa-3-title ._data {
	float: left;
	color: #0e90d2;
	font-size: 14px;
	font-weight: 700;
	width: 2em;
}
.widget-qa-3-title ._icoP {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 10px;
}
.widget-qa-3-title ._ico {
	background: url(../img/qa32.png) no-repeat center bottom;
}
.widget-qa-3 ._icoActive ._ico {
	background: url(../img/qa31.png) no-repeat center;
}
.widget-qa-3-content {
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	display: none;
}
.widget-qa-3-content ._data {
	float: left;
	color: #999999;
 font-size:;
	font-weight: 700;
	width: 2em;
}
.widget-qa-3-content ._qaIntro {
	text-align: left;
	padding-left: 2em;
}
._icoActive ._title {
	background: url(../img/bj_fz02.jpg) no-repeat left;
	font-size: 15px;
	font-weight: bold;
}
/*产品列表*/
	
.proimg_tit {
	color: #646464;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
}
.pro_list li {
	margin-bottom: 20px;
}
.pro_list li ._border {
	border: 1px solid #dfdfdf;
	padding: 6px 6px 0 6px;
}
.pro_list li a._img {
	display: block;
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
}
.pro_list li a._img img {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.pro_list li ._title {
	overflow: hidden;
}
.pro_list li ._title a {
	display: block;
	width: 80%;
	float: left;
	font-size: 14px;
	font-weight: 200;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pro_list li ._title i {
	float: right;
	margin-top: 8px;
}
/*产品详细*/
.deleft {
	width: 43%;
	float: left;
}
.datu_img a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
}
.datu_img a img {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.deleft ._listbox {
	position: relative;
	margin-top: 5px;
	padding: 0 4% 0 4%;
	position: relative;
}
.deleft ._listbox .pprev {
	left: 0;
	background: #e6e6e6 url(../img/pd_btn01.png) left center no-repeat;
}
.deleft ._listbox .pnext {
	right: 0;
	background: #e6e6e6 url(../img/pd_btn02.png) right center no-repeat
}
.deleft ._listbox .parrs {
	width: 16px;
	height: 83px;
	display: block;
	position: absolute;
	top: 0;
}
.deleft ._listbox a {
	color: #555;
}
.deleft ._listbox .parrs:hover {
	background-color: #ff8100;
}
.deleft ._listbox .pprev:hover {
	background-position: right center;
}
.deleft ._listbox .pnext:hover {
	background-position: left center;
}
.deleft ._list {
	overflow: hidden;
	height: 83px;
}
.deleft ._list li {
	float: left;
	width: 110px;
}
.deleft ._list ._scoll {
}
.deleft ._list ._scoll {
	display: block;
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
}
.deleft ._list ._scoll img {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.deright {
	width: 50%;
	float: right;
}
.der_tit {
	font-size: 26px;
	color: #555;
	font-weight: bold;
	border-bottom: 3px solid #d8d8d8;
	line-height: 65px;
	width: 100%;
}
.der_nr {
	font: 13px;
	margin: 30px 0;
	width: 83%;
}
.der_lx {
	width: 85%;
	height: 80px;
	padding-top: 30px;
	border: 1px solid #cccccc;
}
.der_lx h3 {
	font-size: 14px;
	font-weight: 200;
}
.der_lx_zuo {
	border-right: 1px solid #cccccc;
	margin-left: 10px;
	float: left;
	background: url(../img/producxx_06.jpg) no-repeat left;
	padding-left: 70px;
	width: 30%;
}
.der_lx_you {
	float: left;
	width: 45%;
	padding-left: 25px;
}
.deright ._tools {
	overflow: hidden;
	margin-top: 40px;
}
.deright ._tools ul li {
	float: left;
}
.deright ._tools ._link {
	margin-right: 10px;
}
.deright ._tools ._link a {
	display: inline-block;
	padding: 0 48px;
	cursor: pointer;
	border: 1px solid #cccccc;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #555;
}
.deright ._tools ._link a:hover {
	background: #f99800;
	color: #FFF;
}
.pdet_share {
	padding-bottom: 30px;
}
.pdet_share .bdsharebuttonbox a {
	background: url(../img/pro_share.gif) no-repeat;
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	padding-left: 0;
	margin: 0;
	margin-right: 6px;
}
.pdet_share .bdsharebuttonbox .bds_more {
	background-position: right 0;
}
.pdet_share .bdsharebuttonbox .bds_tsina {
	background-position: 0px 0;
}
.pdet_share .bdsharebuttonbox .bds_tqq {
	background-position: -38px 0;
}
.pdet_share .bdsharebuttonbox .bds_sqq {
	background-position: -76px 0;
}
.pdet_share .bdsharebuttonbox .bds_weixin {
	background-position: -114px 0;
}
.tuji_pro {
	margin: 35px 0 0;
}
.tuji_pro .dt {
	font-size: 18px;
	font-weight: bold;
	color: #2d2d2d;
	margin: 0 0 10px;
}
.tuji_pro .dd ul {
	width: 102%;
}
.tuji_pro .dd li {
	float: left;
	width: 23%;
	margin: 0 2% 0 0%;
}
.tuji_pro .dd li .cover {
	background-color: #e5e5e5;
	display: block;
	padding: 5%;
	width: 90%;
}
.tuji_pro .dd li .cover .img {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
 *height:158px;
 *padding-bottom:0;
	position: relative;
	zoom: 1;
}
.tuji_pro .dd li .cover .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tuji_pro .dd li .cover .title {
	font-weight: normal;
	font-size: 12px;
	padding: 8px 0 0;
	position: relative;
}
.tuji_pro .dd li .cover .title .t {
	display: block;
	width: 86%;
}
.tuji_pro .dd li .cover .title i {
	position: absolute;
	right: 0;
	top: 8px;
	color: #263681;
	width: 20px;
}
.tuji_pro .dd li:hover .cover .title i {
	color: #ff8100;
}
.prode_xxk {
	width: 100%;
	margin-top: 30px;
	height: 100%;
}
.prode_xxk .xxkul {
	background: #f7f7f7;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	text-align: center;
}
.prode_xxk ul li {
	float: left;
	width: 12%;
	font-size: 13px;
	padding: 7px 0 15px;
}
.prode_xxk ul li i {
	font-size: 26px;
}
.prode_xxk ul .tab_t_cur {
	color: #263681;
}
.xxk_cont {
	margin-top: 60px;
	padding-left: 5px;
	margin-bottom: 50px;
}
.xxk_cont ul li {
	width: 100%;
}
/*产品详细end*/
	
	/*新闻列表*/
.newsList li {
	width: 100%;
	float: left;
	position: relative;
	border-bottom: #d8d8d8 1px dotted;
	padding: 0px 0px 30px;
	margin-bottom: 30px;
}
.newsList .intro h2 {
	margin-bottom: 5px;
	font-size: 16px;
}
.newsList .intro time {
	color: #a8a8a8;
}
.newsList .intro .if {
	position: absolute;
	right: 5px;
	top: 25px;
}
.newsList .intro .if .bds_more {
	background: none;
	position: absolute;
	right: 65px;
	width: 67px;
	margin: 0;
	font-size: 12px;
	padding: 0;
}
.newsList .intro .if:hover .bds_more {
	color: #ff8100;
}
.newsList .intro .text {
	margin-top: 5px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
/*分页*/
.page {
	text-align: center;
	line-height: 16px;
	margin: 10px 0 10px 0;
}
.page span, .page a {
	display: inline-block;
	/*	border: 1px solid #ededed;*/
	padding: 5px 5px;
}
.wenbenkuang {
	border: 1px solid #878787;
	border-radius: 2px;
	margin: 0 5px;
	text-align: center;
	font-size: 13px;
	vertical-align: baseline;
}
.go-wenbenkuang {
	/*	background: #1982cf;*/
	padding: 0px 5px;
	color: #555;
	vertical-align: baseline;
	margin-left: 3px;
	border: 1px solid #878787;
	border-radius: 2px;
}
.go-wenbenkuang:hover {
	background: #1982cf;
	color: #fff;
	border: 1px solid #1982cf;
}
.hui p {
	line-height: 20px;
}
.page .goprev {
	margin-right: 10px;
}
.page .gonext, .page .count {
	margin-left: 10px;
}
.page span, .page a:hover {
	/*background: #1982cf;*/
	color: #555;
}
.page span.goprev, .page span.gonext {
	color: #cccccc;
	background: none;
}
.page span.count {
	border: 0;
	background: 0;
	color: #333333;
}
/*新闻详细页*/
	
.widget-newsdetail-2 ._head {
	border-bottom: 1px dotted #cccccc;
}
.widget-newsdetail-2 ._head ._title {
	font-size: 18px;
 color:;
	font-weight: bold;
}
.widget-newsdetail-2 ._tools {
	margin-top: 0px;
}
.widget-newsdetail-2 ._tools {
	padding: 10px 0;
	color: #999999;
}
.widget-newsdetail-2 .ion {
	font-size: 16px;
	font-weight: normal;
}
.widget-newsdetail-2 ._tools ._tool {
	margin: 0 4px;
	display: inline-block;
	vertical-align: middle;
}
.widget-newsdetail-2 ._tools ._tool:hover {
 color:;
}
.widget-newsdetail-2 ._tools ._b2l .ion {
	color: #0e90d2;
}
.widget-newsdetail-2 .myart {
	padding: 20px 0;
}
.widget-newsdetail-2 ._detailPage_bottom {
	border-top: 1px solid #cccccc;
}
.widget-newsdetail-2 ._detailPage_bottom li {
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	border-bottom: 1px solid #cccccc;
}
.widget-newsdetail-2 ._detailPage_bottom ._mark {
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
.widget-newsdetail-2 ._detailPage_bottom ._title {
	font-size: 14px;
	float: left;
	width: 68%;
}
.widget-newsdetail-2 ._detailPage_bottom ._title:hover {
	color: #0e90d2;
}
.widget-newsdetail-2 ._detailPage_bottom ._time {
	float: right;
}
.widget-newsdetail-2 .bdsharebuttonbox .bds_more {
	float: none;
	padding-left: 2px;
	background: none;
}
/*人才招聘*/
.widget-job-2 ._jt {
	background-color: #ededed;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	overflow: hidden;
 *zoom:1;
	cursor: pointer;
}
.widget-job-2 ._jt strong {
	float: left;
	width: 30%;
	text-align: center;
	color: #555;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.widget-job-2 ._jt span {
	float: right;
}
.widget-job-2 ._jt .ion {
	font-size: 12px;
	color: #999999;
}
.widget-job-2 ._jc {
	display: none;
}
.widget-job-2 ._jcon {
	padding: 10px;
}
.widget-job-2 ._jt .ion {
	background: url(../img/job_btn.png) left top no-repeat;
	width: 30px;
	height: 35px;
	float: right;
}
.widget-job-2 ._jt_act ._jt_btn {
	background-position: left bottom;
}
.widget-job-2 ._jt._jt_act {
	background-color: #01439b;
}
.widget-job-2 ._jt._jt_act .ion {
	background: url(../img/job_btn.png) left bottom no-repeat;
}
.widget-job-2 ._jt._jt_act strong {
	color: #fff;
}
.widget-job-2 ._channelBtn {
	display: inline-block;
	border: 1px #d6d6d6 solid;
	width: 150px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 14px 0;
}
.widget-job-2 ._channelBtn:hover {
	background-color: #ff8100;
	color: #fff;
}
/*简历投递*/
.Form-J1 .Form-J1-Left {
	float: left;
	width: 50%;
}
.Form-J1 .Form-J1-right {
	float: right;
	width: 50%;
}
.Form-J1 .Form-J1-li {
	padding-top: 10px;
}
.Form-J1 .Form-J1-li label {
	width: 5em;
	display: inline-block;
	color: #666;
	vertical-align: middle;
}
.Form-J1 .Form-J1-li input {
	height: 28px;
	line-height: 28px;
	border: 1px #ddd solid;
	width: 70%;
}
.Form-J1 .Form-J1-li textarea {
	border: 1px #ddd solid;
	width: 70%;
}
.Form-J1 .Form-J1-li em {
	color: red;
	vertical-align: middle;
	padding-left: 10px;
}
.Form-J1 .Form-J1-li input._yzm {
	width: 20%;
}
.Form-J1 .Form-J1-li img {
	vertical-align: middle;
	padding-left: 10px;
	cursor: pointer;
}
.Form-J1 .Form-J1-li b {
	color: #666;
	font-size: 12px;
	padding-left: 4px;
}
.Form-J1 .Form-J1-li select {
	border: 1px #ddd solid;
	width: 70%;
	padding: 7px 0;
}
.Form-J1 .Form-J1-Btn {
	clear: both;
	text-align: center;
	padding-top: 40px;
}
.Form-J1 .Form-J1-Btn button {
	width: 90px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.Form-J1 .Form-J1-Btn ._submit {
	background: #263681;
	border: none;
	margin-right: 10px;
}
.Form-J1 .Form-J1-Btn ._reset {
	background: #909090;
	border: none;
}
/*网上订购*/
input, textarea {
	padding: 0;
	margin: 0;
	outline: none;
}
.Form-P1 .Form-P1-Left {
	float: left;
	width: 50%;
}
.Form-P1 .Form-P1-right {
	float: right;
	width: 50%;
}
.Form-P1 .Form-P1-li {
	padding-top: 10px;
}
.Form-P1 .Form-P1-li label {
	width: 5em;
	display: inline-block;
	color: #666;
	vertical-align: middle;
}
.Form-P1 .Form-P1-li input {
	height: 28px;
	line-height: 28px;
	border: 1px #ddd solid;
	width: 70%;
}
.Form-P1 .Form-P1-li textarea {
	border: 1px #ddd solid;
	width: 70%;
}
.Form-P1 .Form-P1-li em {
	color: red;
	vertical-align: middle;
	padding-left: 10px;
}
.Form-P1 .Form-P1-li input._yzm {
	width: 20%;
}
.Form-P1 .Form-P1-li img {
	vertical-align: middle;
	padding-left: 10px;
	cursor: pointer;
	height: 30px;
}
.Form-P1 .Form-P1-li b {
	color: #666;
	font-size: 12px;
	padding-left: 4px;
}
.Form-P1 .Form-P1-li select {
	border: 1px #ddd solid;
	width: 70%;
	padding: 7px 0;
}
.Form-P1 .Form-P1-Btn {
	clear: both;
	text-align: center;
	padding-top: 40px;
}
.Form-P1 .Form-P1-Btn button {
	width: 90px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-family: 微软雅黑;
	border: none;
}
.Form-P1 .Form-P1-Btn ._submit {
	background: #263681;
	margin-right: 10px;
}
.Form-P1 .Form-P1-Btn ._reset {
	background: #909090;
}
/*全站搜索*/
.Search-S1-head {
	overflow: hidden;
	padding: 20px;
	background: #ededed;
	margin-bottom: 20px;
 *zoom: 1;
}
.Search-S1-head ._form {
	margin-right: 3em;
}
.Search-S1-head ._inp {
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	background: #ffffff;
	border: 1px solid #cccccc;
	float: left;
}
.Search-S1-head ._btn {
	height: 32px;
	line-height: 32px;
	background: #0e90d2;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 1px solid #0e90d2;
	width: 30px;
	float: left;
}
.Search-S1-head ._btn .ion {
	vertical-align: top;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 16px;
}
.Search-S1-head ._result {
	font-size: 16px;
	line-height: 30px;
}
.Search-S1-head ._result em {
	margin: 0 .4em;
	font-weight: 700;
}
.Search-S1-list {
	margin-bottom: 30px;
}
.Search-S1-list li {
	margin-bottom: 15px;
}
.Search-S1-list ._head {
	font-size: 14px;
	padding: 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.Search-S1-list ._num {
	float: left;
}
.Search-S1-list ._type {
	float: left;
	color: #0e90d2;
	padding: 0 1em;
	border-right: 1px solid #cccccc;
	margin-right: 1em;
	font-style: normal;
}
.Search-S1-list ._t {
	float: left;
	width: 50%;
	font-weight: bold;
	color: #333;
}
.Search-S1-list ._p {
	padding-left: 60px;
	font-size: 14px;
}
/**相册**/
.album_ordinary .slide_c img {
	max-height: 73%!important;
}
/*地图*/
.conMap img {
	max-width: none;
}
/*手机导航*/
.cd-nav-trigger {
	position: fixed;
	z-index: 10;
	right: 5%;
	top: 1%;
	height: 54px;
	width: 54px;
	    box-shadow: 0 0 2px #A6A6A6;
    background-color:#fff;
	border-radius: 50%;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}
.cd-nav-trigger .cd-nav-icon {
	/* icon created in CSS */
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 22px;
	height: 2px;
	    background-color: #DE0404;
		
}
.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
	/* upper and lower lines of the menu icon */
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
	-moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
	transition: transform 0.5s, width 0.5s, top 0.3s;
}
.cd-nav-trigger .cd-nav-icon::before {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}
.cd-nav-trigger .cd-nav-icon::after {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: translateY(6px);
	-moz-transform: translateY(6px);
	-ms-transform: translateY(6px);
	-o-transform: translateY(6px);
	transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
	top: 2px;
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
	top: -2px;
}
.cd-nav-trigger svg {
	position: absolute;
	top: 0;
	left: 0;
}
.cd-nav-trigger circle {
	/* circle border animation */
	-webkit-transition: stroke-dashoffset 0.4s 0s;
	-moz-transition: stroke-dashoffset 0.4s 0s;
	transition: stroke-dashoffset 0.4s 0s;
}
.navigation-is-open .cd-nav-trigger {
	/* rotate trigger when navigation becomes visible */
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after, .navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
	/* animate arrow --> from hamburger to arrow */
	width: 50%;
	-webkit-transition: -webkit-transform 0.5s, width 0.5s;
	-moz-transition: -moz-transform 0.5s, width 0.5s;
	transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
	top: 0;
}
.navigation-is-open .cd-nav-trigger circle {
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset 0.4s 0.3s;
	-moz-transition: stroke-dashoffset 0.4s 0.3s;
	transition: stroke-dashoffset 0.4s 0.3s;
}

@media only screen and (min-width: 1170px) {
.cd-nav-trigger {
	top: 40px;
}
}
.cd-nav {
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #0068BE;/*#005193;*/
	visibility: hidden;
	-webkit-transition: visibility 0s 0.5s;
	-moz-transition: visibility 0s 0.5s;
	transition: visibility 0s 0.5s;
}
.cd-nav .cd-navigation-wrapper {
	/* all navigation content */
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0px calc(5% + 60px) 40px 5%;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.7s;
	-moz-transition: -moz-transform 0.7s;
	transition: transform 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-moz-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.cd-nav h2 {
	position: relative;
	margin-bottom: 22px;
	font-size: 1.2rem;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.66);
	text-transform: uppercase;
	margin-top: 15px;
}
.cd-nav h2::after {
	/* bottom separation line */
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 1px;
	width: 60px;
	background-color: rgba(255, 255, 255, 0.66);
}
.cd-nav .cd-primary-nav {
	margin-top: 0px;
}
.cd-nav .cd-primary-nav li {
	margin: 6px 0;
	width: 50%;
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
}
.cd-nav .cd-primary-nav a {
	font-family: "Merriweather", serif;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.7);
	display: inline-block;
}
.cd-nav .cd-primary-nav a.selected {
	color: #ffffff;
}
.no-touch .cd-nav .cd-primary-nav a:hover {
	color: #ffffff;
}
.cd-nav .cd-contact-info {
	margin-top: 80px;
}
.cd-nav .cd-contact-info li {
	font-family: "Merriweather", serif;
	margin-bottom: 1.5em;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.3);
}
.cd-nav .cd-contact-info a {
	color: #ffffff;
}
.cd-nav .cd-contact-info span {
	display: block;
}
.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
	font-size: 1.6rem;
}

@media only screen and (min-width: 1170px) {
.cd-nav .cd-navigation-wrapper {
	padding: 62px 20%;
}
.cd-nav .cd-navigation-wrapper::after {
	clear: both;
	content: "";
	display: table;
}
.cd-nav .cd-half-block {
	width: 50%;
	float: left;
}
.cd-nav .cd-primary-nav {
	margin-top: 0;
}
.cd-nav h2 {
	font-size: 1.5rem;
	margin-bottom: 5.6em;
}
.cd-nav .cd-primary-nav li {
	margin: 2em 0;
}
.cd-nav .cd-primary-nav a {
	font-size: 4.4rem;
}
.cd-nav .cd-contact-info {
	margin-top: 120px;
	text-align: right;
}
.cd-nav .cd-contact-info li {
	margin-bottom: 2.4em;
}
.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
	font-size: 2rem;
}
}
.no-js main {
	height: auto;
	overflow: visible;
}
.no-js .cd-nav {
	position: static;
	visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
	height: auto;
	overflow: visible;
	padding: 100px 5%;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
/*page内页样式*/
.pagebanner {
	height: 300px;
}
.nh_word {
	width: 22.5%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/red.7.png) repeat;
	background: rgba(255,0,0,.7);
	color: #fff;
	padding: 2% 0 2% 3%;
}
.nh_word:before {
	content: '';
	width: 31px;
	height: 31px;
	background: url(../images/nh_bn.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.nh_word .nh_channel {
	font-size: 32px;
}
.nh_word .posi {
	font-weight: normal;
	font-size: 14px;
}
.nh_word .posi a {
	color: #fff;
}
.nn_bann_box {
	position: relative;
}
.nn_bann {
	height: 320px;
	overflow: hidden;
	position: relative;
}
.nn_bann img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 100%;
	max-width: none;
}
.nn_bann_box .wrap {
	position: absolute;
	width: 1160px;
	top: 155px;
	left: 50%;
	margin-left: -580px;
}
.smenubox .pchannerIt {
	font-size: 36px;
	color: #fff;
	display: inline-block;
	text-shadow: 2px 2px 3px #2C2C2C;
}
.smenubox .s-menu2 {
	padding: 27px 0 0px;
	width: 1160px;
}
.smenubox .s-menu2 li {
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	width: 12%;
	margin-right: 0.5%;
	background-color: #fff;
	text-align: center;
	position: relative;
	float: left;
}
.smenubox .s-menu2 li.cur a, .smenubox .s-menu2 li:hover a {
	color: #fff;
}
.smenubox .s-menu2 li a {
	display: block;
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
}/*.smenubox .s-menu2 ul li:before {
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/s2_li_cur.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	
	}*/
.smenubox .s-menu2 li.cur, .smenubox .s-menu2 li:hover {
	background-color: #E12727;
}
.main_bar {
	padding: 30px 0;
}
.breadCrum .channel {
	color: #4B4B4B;
	font-size: 24px;
	font-family: "微软雅黑", Arial; float:left;
}
.breadCrum .posi {
	font-size: 13px;
	color: #363636;
	padding-top: 10px;
}
.breadCrum .posi a {
	color: #363636;
	font-weight: normal;
}
.breadCrum .posi {
	font-weight: normal;
	font-size: 13px;
	color: #363636;
	padding-top: 10px; float:right;
}
.mh {
	min-height: 350px;
}
.main_content {
	padding: 30px;
}
.pro_show {
	padding-top: 30px;     border: 1px solid #CDCDCD;
    margin: 20px 0;
}
.pro_show h2 {
	padding: 5px 0 35px;
	text-align: center;
}
.pro_show table tr td{ height:35px; line-height:35px;}
.about_con_box1 .img {
	float: left;
	margin-right: 2%;
}
.about_con_box1 .tit_1 strong {
	font-size: 20px;
	color: #E12727;
}
.about_con_box1 .tit_2 {
	font-size: 18px;
	color: rgb(238, 236, 225);
}
.about_con_box1 p {
	font-size: 14px;
	text-indent: 2em;
}
/*产品列表*/
.pro_list ul li {
	width: 31.33333333%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.pro_list li .pro_box {
	border: 1px #d2d2d2 solid;
	padding: 4%;
	width: 92%;
}
.pro_box .pro_img {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-bottom: 73%;
	height: 0;
}
.pro_box .pro_img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	max-width: 120%;
}
.pro_list ul li:hover .pro_box .pro_img img {
	left: -10%;
	top: -10%;
	width: 120%;
	height: 120%;
}
.pro_box .pro_text {
	display: block;
	padding-top: 15px;
}
.pro_text .pro_title {
	font-size: 15px;
}
.el {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p_detail {
	border: 1px #959595 solid;
	display: inline-block;
	width: 105px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	margin-top: 15px;
	background: #fff;
	padding-left: 18px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.p_detail .ico1_4 {
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background: url(../images/ico.png) -60px 0;
	margin: 0 .3em;
	margin-left: 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pro_list ul li:hover .pro_box {
	background: #DD2F2F;
}
.pro_list ul li:hover .pro_title {
	color: #fff;
}
.pro_list ul li:hover .p_detail {
	border: 1px #FFF solid;
	width: 112px;
}
.pro_list ul li:hover .p_detail .ico1_4 {
	margin-left: 20px;
}
/*新闻动态*/
.news_list {
}
.news_list ul li {
	width: 33.33333333%;
	float: left;
}
.news_list ul li a {
	display: block;
	padding: 8% 5% 2% 5%;
	box-sizing: border-box;
	height: 210px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.news_list ul li a span {
	display: block;
	margin-top: 5px;
}
.news_list ul li a p {
	line-height: 24px;
	height: 96px;
	overflow: hidden;
}
.news_list ul li a h3 {
	font-size: 17px;
	line-height: 35px;
	padding-bottom: 5px;
}
.news_list ul li:hover {
	background: #166AB8;
}
.news_list ul li:hover p {
	color: #fff;
}
.news_list ul li:hover h3 {
	color: #fff;
}
.news_list ul li:hover a {
	padding: 6% 5% 4% 5%;
	display: block;
}
.news_list ul li:hover span {
	color: #fff;
}
/*contact*/
.map {
	width: 720px;
	height: 300px;
	border: #ccc solid 1px;
	font-size: 12px;
	float: left;
}
.contact_con {
	float: left;
	margin-left: 40px;
	width: 300px;
}
.contact_con h3 {
	color: #E12727;
	font-size: 20px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.contact_con p {
	font-size: 16px;
}
.contact_con p span {
	font-weight: bold;
}
.z_contact_nr3_right {
	width: 100%;
	margin: 0 auto;
}
.z_contact_nr3_right form {
	margin-top: 20px;
}
input, textarea {
	font: 14px/1.67 "微软雅黑", 'SimSun', sans-serif;
	border: 0;
	outline: none;
	background: none;
	color: #666;
	vertical-align: middle;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.z_contact_nr3_right input[type="text"] {
	padding-left: 14px;
	width: 540px;
	height: 38px;
	border: 1px solid #e4e4e4;
	margin-bottom: 15px;
	line-height: 38px;
}
.z_contact_nr3_right textarea {
	padding-left: 14px;
	padding-top: 11px;
	width: 100%;
	height: 100px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
}
.z_contact_nr3_right input[type="submit"] {
	margin-top: 22px;
	width: 200px;
	height: 38px;
	background-color: #1982cf;
	color: white;
	border: none;
	cursor: pointer;
}
/*新闻详情*/
.news_show h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	color: #666666;
}
.news_date {
	text-align: center;
}
.news_date span {
	padding: 0 8px;
	line-height: 30px;
	height: 30px;
	font-size: 13px;
	font-family: "微软雅黑", Arial;
	color: #666666;
}
.news_show_con {
	padding-top: 20px;
}
/*服务*/
.service ul li {
	width: 33.33333333%;
	float: left;
	padding: 2%;
	box-sizing: border-box;
}
.service ul li h4 {
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0 5px
}
.s_ico {
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url(../images/f_ico.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}
.service ul li p {
	margin-bottom: 2px;
}
/*人才招聘*/
.hr p {
	text-indent: 2em;
}
.honor_con {
	margin: 0px 0px 20px;
}
.honor_con li {
	width: 198px;
	height: 275px;
	margin: 20px 45px 30px;
	float: left;
}
.honor_con li img {
	width: 100%;
	height: 100%;
}
.zoomify-shadow.zoomed {
	opacity: 1;
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.zoomify-shadow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1500;
	background: rgba(0,0,0 ,.3);
	opacity: 0;
}
.zoomify.zoomed {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	z-index: 1501;
}
.display_con {
	margin: 0px 0px 20px;
}
.display_con li {
	width: 28%;
	margin: 2%;
	float: left;
}
.display_con li img {
	width: 100%;
}
.culture_con_box1 {
	margin: 0px 0px 15px;
}
.culture_con_box1 .img {
	float: left;
	margin-right: 3%;
}
.culture_con_box1 h3 {
	color: #1982cf;
	font-size: 18px;
	margin-top: 18px;
}
.culture_con_box1 p {
	font-size: 14px;
}
.about_con_box1 {
	margin: 5px 0px;
}






.nav-tabs>li {
	float: left;
}
.nav-tabs>li>a {
	display: block;
	line-height: 48px;
	margin-right: 20px;
	font-size: 20px;
	padding: 0 5px;-webkit-transition: all 0s ease;
    transition: all 0s ease;
    text-decoration: none;
    outline: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border-bottom-color: transparent;
	border-bottom: 4px solid #E3181C;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}
.nav-tabs.nav-justified>li {
	float: none
}
.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}
.navbar-nav {
	margin: 7.5px -15px
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}
/*# sourceMappingURL=bootstrap.min.css.map */
.tab {
	width: 55%;
	float: left;
}
.tab .nav-tabs {
	padding-bottom: 1px;
	background: url(../images/tab_xian.gif) no-repeat right bottom; height:53px;
}
.nav-tabs li a i {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
.tab .tab-content {

	line-height: 22px;
	
}

.English{ background:#fff; color: #646464;}


