@charset "utf-8";

/*center_mk center_c 居中模块*/
body {
	overflow-x: hidden;
}

.center_mk {
	width: 100%;
}

.center_mk .center_c {
	width: 1200px;
	margin: 0 auto;
}

/*头部搜索*/
.top_search {
	background: #f7f7f7;
	padding: 4px 0;
}

.top_search .form_top {
	float: left;
	height: 22px;
	width: 180px;
	overflow: hidden;
	position: relative;
}

.top_search .form_top .input_top {
	float: left;
	padding: 2px 28px 2px 6px;
	width: 144px;
	font-size: 12px;
	height: 16px;
	color: #555;
	background: #f7f7f7;
	line-height: 15px;
	border: 1px solid #d6d6d6;
}

.top_search .form_top .btn_top {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 28px;
	background: url(../img/tb1.png) no-repeat center 3px;
	cursor: pointer;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.top_search .form_top i {
	position: absolute;
	display: block;
	z-index: 2;
}

.top_search .form_top .i1 {
	left: 0;
	top: 0;
	width: 180px;
	border-top: 1px solid #00a9d3;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.top_search .form_top .i2 {
	left: 0;
	top: 0;
	height: 22px;
	border-left: 1px solid #00a9d3;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transition: 0.3s ease-out;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
}

.top_search .form_top .i3 {
	left: 0;
	bottom: 0;
	width: 180px;
	border-bottom: 1px solid #00a9d3;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.top_search .form_top .i4 {
	right: 0;
	top: 0;
	height: 22px;
	border-right: 1px solid #00a9d3;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	transition: 0.3s ease-out;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
}

.top_search .form_top:hover i {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}

.top_search .form_top:hover .btn_top {
	background: url(../img/tb2.png) no-repeat center 3px;
}

.top_search .btn_yy {
	float: left;
	font-size: 12px;
	color: #555;
	margin-left: 18px;
	height: 22px;
	line-height: 23px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.top_search .btn_yy:hover {
	color: #00a9d3;
}

/*导航LOGO*/
.top_nav {
	background: #ffffff;
	position: relative;
	top: 0;
	left: 0;	
	z-index: 999;
	border-bottom: 1px solid #ffff;
	transition: all 1s ease;
}

/* .top_nav:hover {
	background: #ffffff;
} */

/* .top_nav:hover .clear .logo_a {
	background: url(../img/logo.png) no-repeat center;
} */

.top_nav .logo_a {
	float: left;
	width: 135px;
	height: 90px;
	background: url(../img/logo.png) no-repeat center;
	transition: all 1s ease;
}

.top_nav .nav_ul {
	float: right;
}

.top_nav .nav_ul li {
	float: left;
	/* margin-left: 12px; */
	width: 120px;
	height: 90px;
	position: relative;
}

.top_nav .nav_ul li>a {
	display: block;
	width: 140px;
	height: 90px;
	overflow: hidden;
	position: relative;
}

.top_nav .nav_ul li>a span {
	display: block;
	font-size: 14px;
	color: #00a9d3;
	text-align: center;
	/* background: #00a9d3; */
	position: absolute;
	left: 0;
	top: -90px;
	width: 100%;
	height: 90px;
	line-height: 90px;
}

/* .top_nav:hover .nav_ul li>a span {
	color: #00a9d3;
} */

.top_nav .nav_ul li>a em {
	color: #000;
	/* background: #fff; */
	display: block;
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

/* .top_nav:hover .nav_ul li>a em {
	color: #000;
} */

.top_nav .nav_ul li .tow_nav {
	text-align: center;
	position: fixed;
	left: 0;
	top: 90px;
	z-index: 10;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px;
	display: none;
}

/* .top_nav .nav_ul li .tow_nav{position:absolute;left:0;top:90px;z-index:10;width:1100px;background:#000;background:rgba(0,0,0,0.6);padding:10px;display:none;} */
.top_nav .nav_ul li .tow_nav a {
	display: inline-block;
	color: #fff;
	padding: 6px 14px;
	font-size: 14px;
	min-width: 66px;
	text-align: center;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

/* .top_nav .nav_ul li .tow_nav a{float:left;color:#fff;padding:6px 14px;font-size:14px;min-width:66px;text-align:center;transition:0.4s ease;-webkit-transition:0.4s ease;-moz-transition:0.4s ease;-o-transition:0.4s ease;} */
.top_nav .nav_ul li .tow_nav a:hover {
	color: #6ce2ff;
}

.top_nav .nav_ul li.li_on>a span {
	top: 0 !important;
}

.top_nav .nav_ul li.li_on>a em {
	top: 90px !important;
}

/*首页轮播*/
.sy_ban.flexslider {
	height: 900px;
	border: none;
	margin: 0;
	overflow: hidden;
	margin-bottom: 0px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: none;
}

.sy_ban.flexslider .slides>li {
	height: 900px;
}

.sy_ban.flexslider .slides li p {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	width: 1920px;
	height: 900px;
}

.sy_ban.flexslider .slides li a {
	display: block;
	position: relative;
	width: 100%;
	height: 900px;
	overflow: hidden;
}

.sy_ban.flexslider .slides li a img {
	width: auto;
	height: 100%;
}

.sy_ban.flexslider .flex-prev,
.sy_ban.flexslider .flex-next {
	margin-top: -50px !important;
	width: 48px;
	height: 48px;
	top: 50%;
	z-index: 200;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.4s ease;
	-webkit-transition: 0.6s ease-out;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	-o-transition: 0.4s ease-out;
}

.sy_ban.flexslider .flex-prev {
	left: 0;
	background: url(../img/left.png) no-repeat left center;
}

.sy_ban.flexslider .flex-prev:hover {
	background: url(../img/left1.png) no-repeat left center;
}

.sy_ban.flexslider .flex-next {
	right: 0;
	background: url(../img/right.png) no-repeat right center;
}

.sy_ban.flexslider .flex-next:hover {
	background: url(../img/right1.png) no-repeat right center;
}

.sy_ban.flexslider .flex-control-nav {
	bottom: 0;
	z-index: 100;
	padding-bottom: 0px;
	display: none;
}

.sy_ban.flexslider .flex-control-nav li {
	margin: 0 8px;
}

.sy_ban.flexslider .flex-control-nav li a {
	height: 36px;
	width: 30px;
	border-top: 4px solid #000;
	background: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.sy_ban.flexslider .flex-control-paging li a.flex-active {
	width: 40px;
}

.sy_ban.flexslider:hover .flex-prev {
	transform: translateX(200px);
	opacity: 1;
	filter: alpha(opacity=100);
}

.sy_ban.flexslider:hover .flex-next {
	transform: translateX(-200px);
	opacity: 1;
	filter: alpha(opacity=100);
}

/*轮播上面的分类*/
.fl_nav {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 300;
	width: 900px;
	transform: translate(-50%, 0%);
}

/* .fl_nav{position:absolute;left:50%;bottom:0;z-index:300;width:1200px;margin-left:-600px;} */
.fl_nav li {
	float: left;
	width: 300px;
	padding-top: 70px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.fl_nav li a {
	display: block;
	width: 100%;
	height: 150px;
	position: relative;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.fl_nav li a img {
	width: 100%;
	height: 150px;
}

.fl_nav li a span {
	position: absolute;
	left: 28px;
	top: 37px;
	z-index: 10;
	color: #fff;
	display: block;
	padding-bottom: 32px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.fl_nav li a span em {
	display: block;
	font-size: 16px;
	margin-bottom: 1px;
}

.fl_nav li a span strong {
	font-size: 22px;
	display: block;
}

.fl_nav li a span i {
	position: absolute;
	left: 1px;
	bottom: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/tb3.png) no-repeat center;
}

.fl_nav li:hover {
	padding-top: 0;
}

.fl_nav li:hover a {
	padding: 35px 0;
}

.fl_nav li:hover span {
	top: 72px;
}

/* .fl_nav li.li_1 a{background:#0e0307;}
.fl_nav li.li_2 a{background:#b7d8e4;}
.fl_nav li.li_3 a{background:#fac914;}
.fl_nav li.li_4 a{background:#1eabed;} */

/*底部导航*/
.foot_nav .center_c {
	padding: 34px 0;
}

.foot_nav .plat_link {
	float: left;
	width: 150px;
	margin-right: 111px;
}

.foot_nav .plat_link h4,
.foot_nav .online_ly h4 {
	font-size: 12px;
	color: #555;
	font-weight: bold;
	margin-bottom: 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.foot_nav .plat_link .plat_a {
	width: 100%;
	padding: 5px 0;
}

.foot_nav .plat_link .plat_a a {
	float: left;
	padding: 5px;
	margin-right: 10px;
}

.foot_nav .plat_link .plat_a a img {
	width: 142px;
	height: 38px;
}

.foot_nav .online_ly {
	float: left;
	width: 150px;
}

.foot_nav .online_ly h4 {
	margin-bottom: 6px;
}

.foot_nav .online_ly p {
	font-size: 12px;
	color: #555;
	line-height: 1.6;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.foot_nav .online_ly .btn_zx {
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: relative;
	width: 150px;
	height: 28px;
	position: relative;
	overflow: hidden;
}

.foot_nav .online_ly .btn_zx i {
	position: absolute;
	left: 0;
	top: -28px;
	display: block;
	width: 130px;
	padding: 7px 10px;
	background: #26dfba;
}

.foot_nav .online_ly .btn_zx em {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 130px;
	padding: 7px 10px;
	background: #00a9d3;
}

.foot_nav .footnav_link {
	float: right;
	padding-right: 300px;
	position: relative;
	height: 85px;
}

.foot_nav .footnav_link .foot_ul {
	width: 100%;
	margin-bottom: 24px;
}

.foot_nav .footnav_link .foot_ul li {
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.foot_nav .footnav_link .foot_ul li a {
	display: block;
	padding: 4px 0;
	position: relative;
}

.foot_nav .footnav_link .foot_ul li a em {
	display: block;
	text-align: center;
	padding: 0 14px;
	height: 14px;
	border-right: 1px solid #d8cfcf;
	color: #555;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.foot_nav .footnav_link .foot_ul li:last-child a em {
	border: none;
}

.foot_nav .footnav_link .foot_ul li:hover a em {
	color: #00a9d3;
}

.foot_nav .footnav_link .ewm_a {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 204px;
	height: 76px;
	margin-top: -38px;
	cursor: default;
}

.foot_nav .footnav_link .ewm_a:not(:last-child) {
	margin-right: 4px;
}

.foot_nav .footnav_link .link_foot {
	display: block;
	margin-left: 8px;
	position: relative;
	width: 160px;
	z-index: 999
}

.foot_nav .footnav_link .link_foot .btn_link {
	display: block;
	font-size: 12px;
	color: #555;
	padding: 8px 34px 8px 10px;
	border: 1px solid #e5e5e5;
	width: 114px;
	height: 12px;
	position: relative;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.foot_nav .footnav_link .link_foot .btn_link i {
	position: absolute;
	right: 10px;
	top: 50%;
	border: 6px solid transparent;
	border-top: 6px solid #666;
	display: block;
	width: 0;
	height: 0;
	margin-top: -3px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.foot_nav .footnav_link .link_foot:hover .btn_link,
.foot_nav .footnav_link .link_foot.on_link .btn_link {
	color: #00a9d3;
	border: 1px solid #00a9d3;
}

.foot_nav .footnav_link .link_foot:hover .btn_link i,
.foot_nav .footnav_link .link_foot.on_link .btn_link i {
	border-top: 6px solid #00a9d3;
}

.foot_nav .footnav_link .link_foot .link_ul {
	position: absolute;
	left: 0;
	border: 1px solid #00a9d3;
	width: 542px;
	background: #fff;
	padding: 5px;
	display: none;
	overflow: hidden;
}

.foot_nav .footnav_link .link_foot .link_ul li {
	float: left;
	width: 180px;
}

.foot_nav .footnav_link .link_foot .link_ul li a {
	display: block;
	padding: 4px;
	display: block;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #555;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.foot_nav .footnav_link .link_foot .link_ul li a:hover {
	color: #00a9d3;
}

/*底部版权*/
.foot_copy {
	background: #eee;
	color: #888;
	font-size: 12px;
	padding: 18px 0;
}

.foot_copy .sp_left {
	float: left;
	margin-right: 10px;
}

.foot_copy .sp_right {
	float: right;
}

/*内页头部图片  图片上传尺寸：1920*150 */
.top_nimg {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.top_nimg p {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1920px;
	height: 100%;
	margin-left: -960px;
	text-align: center;
}

.top_nimg p img {
	width: 100%;
	height: 100%;
}

/*面包屑导航*/
.bread_nav {
	float: right;
	font-size: 14px;
	color: #555;
	position: relative;
}

.bread_nav a {
	color: #555;
	display: inline-block;
	max-width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	top: 3px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.bread_nav a:hover {
	color: #00a9d3;
}

.bread_nav i {
	display: inline-block;
	padding-left: 20px;
	background: url(../img/tb4.png) no-repeat left center;
}


/*内页内容模块*/
.cont_n {
	border-bottom: 2px solid #c5c5c5;
}

.cont_n .right_cont {
	float: right;
	min-height: 540px;
	width: 940px;
	padding: 20px 0 60px;
}

.cont_n .right_cont .text_top {
	width: 100%;
	border-bottom: 1px solid #dedede;
	padding: 24px 0;
	margin-bottom: 34px;
}

.cont_n .right_cont .cont_text {
	font-size: 14px;
	color: #888;
	padding: 0 12px;
}

.cont_n .right_cont .cont_text p {
	line-height: 2;
	margin-bottom: 10px;
}

.cont_n .right_cont .cont_text p img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.cont_n .right_cont .cont_text .img_sp {
	float: left;
	margin: 0 20px 12px 0;
}

.cont_n .right_cont .cont_text .img_sp img {
	width: 100%;
	height: auto;
}

.cont_n .left_cont {
	float: left;
	padding-top: 40px;
	width: 220px;
	margin-right: 30px;
}

.cont_n .left_cont .dl_tow {
	display: block;
	padding: 90px 15px 10px 15px;
	position: relative;
	background: #f7f7f7;
}

.cont_n .left_cont .dl_tow dt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	text-align: center;
	background: url(../img/tow_bt.jpg) no-repeat center;
	text-align: center;
	color: #fff;
}

.cont_n .left_cont .dl_tow dt h3 {
	font-size: 24px;
	padding-top: 20px;
	font-family: '微软雅黑';
	margin-bottom: 5px;
}

.cont_n .left_cont .dl_tow dt em {
	font-size: 12px;
	display: inline-block;
	min-width: 60px;
	padding: 0 10px;
	background: #00a9d4;
	position: relative;
	z-index: 10;
	text-transform: uppercase;
	-webkit-text-transform: uppercase;
	-moz-text-transform: uppercase;
	-o-text-transform: uppercase;
}

.cont_n .left_cont .dl_tow dt .i1 {
	position: absolute;
	left: 50%;
	bottom: 18px;
	display: block;
	border-bottom: 1px solid #f4f4f4;
	width: 190px;
	margin-left: -95px;
}

.cont_n .left_cont .dl_tow dd {
	width: 100%;
}

.cont_n .left_cont .dl_tow dd>a {
	display: block;
	border-bottom: 1px solid #d8d8d8;
	padding: 15px 10px 15px 28px;
	font-size: 14px;
	color: #555;
	position: relative;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.cont_n .left_cont .dl_tow dd:last-child>a {
	border-bottom: none;
}

.cont_n .left_cont .dl_tow dd:last-child.dd_on>a {
	border-bottom: 1px solid #d8d8d8;
}

.cont_n .left_cont .dl_tow dd>a:hover,
.cont_n .left_cont .dl_tow dd.dd_on>a {
	color: #00a9d3;
	text-indent: 6px;
}

.cont_n .left_cont .dl_tow dd>a .ib {
	position: absolute;
	left: 0px;
	top: 50%;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(../img/tb11.png) no-repeat center;
	transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
}

.cont_n .left_cont .dl_tow dd.dd_on>a .ib {
	background: url(../img/tb12.png) no-repeat center;
}

.cont_n .left_cont .dl_tow dd .three_nav {
	width: 100%;
	display: none;
}

.cont_n .left_cont .dl_tow dd .three_nav a {
	position: relative;
	top: 1px;
	display: block;
	border-bottom: 1px solid #d8d8d8;
	padding: 12px 15px;
	padding-left: 34px;
	font-size: 14px;
	color: #555;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.cont_n .left_cont .dl_tow dd .three_nav a i {
	position: absolute;
	display: block;
	left: 14px;
	top: 50%;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	background: #555;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.cont_n .left_cont .dl_tow dd .three_nav a:hover,
.cont_n .left_cont .dl_tow dd .three_nav a.a_on {
	color: #00a9d3;
}

.cont_n .left_cont .dl_tow dd .three_nav a:hover i,
.cont_n .left_cont .dl_tow dd .three_nav a.a_on i {
	background: #00a9d3;
}


/*公司历程*/
.course {
	padding-left: 24px;
	position: relative;
}

.course>.i1 {
	position: absolute;
	left: 12px;
	top: 0;
	display: block;
	width: 23px;
	height: 25px;
	background: url(../img/tb7.jpg) no-repeat 1px center;
}

.course .course_ul {
	border-left: 1px solid #eaeaea;
	min-height: 430px;
	padding: 35px 20px 80px 54px;
}

.course .course_ul li {
	border: 2px solid #eaeaea;
	width: 696px;
	margin-bottom: 30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	transition: 0.6s ease;
}

.course .course_ul li a {
	display: block;
	padding: 24px;
	position: relative;
	cursor: default;
}

.course .course_ul li a strong {
	display: block;
	font-size: 18px;
	color: #555;
	margin-bottom: 9px;
}

.course .course_ul li a span {
	display: block;
	font-size: 14px;
	color: #888;
}

.course .course_ul li a i {
	position: absolute;
	left: -11px;
	top: 24px;
	display: block;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 2px solid #d5d5d5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}

.course .course_ul li:hover {
	box-shadow: 0 0 28px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 28px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 28px 1px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 28px 1px rgba(0, 0, 0, 0.1);
}

/*企业文化*/
.cont_n .right_cont .cont_text .about_wh {
	padding: 18px 20px;
}

.cont_n .right_cont .cont_text .about_wh .img_sp {
	float: left;
	width: 430px;
	overflow: hidden;
	margin-right: 20px;
}

.cont_n .right_cont .cont_text .about_wh .img_sp img {
	width: 100%;
	height: auto;
}

.cont_n .right_cont .cont_text .about_wh .wh_t {
	float: left;
	width: 426px;
}

.cont_n .right_cont .cont_text .about_wh .wh_t dl {
	margin-bottom: 20px;
	color: #666;
	padding-top: 10px;
}

.cont_n .right_cont .cont_text .about_wh .wh_t dl dt {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}

.cont_n .right_cont .cont_text .about_wh .wh_t dl dd {
	font-size: 14px;
	color: #666;
}

/*合作伙伴*/
.partner_ul {
	width: 960px;
	padding: 10px 0 20px;
}

.partner_ul li {
	float: left;
	width: 220px;
	margin: 0 20px 20px 0;
}

.partner_ul li a {
	display: block;
	width: 100%;
	cursor: default;
}

.partner_ul li a .sp_c {
	display: block;
	width: 218px;
	height: 108px;
	border: 1px solid #eaeaea;
	position: relative;
	overflow: hidden;
	margin-bottom: 6px;
	transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
}

.partner_ul li a .sp_c em {
	display: block;
	width: 218px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -109px;
	text-align: center;
}

.partner_ul li a .sp_c em img {
	height: 100%;
	width: auto;
}

.partner_ul li a .em_t {
	display: block;
	text-align: center;
	padding: 10px;
	color: #888;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.partner_ul li:hover a .sp_c {
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.12);
}

/*分页*/
.pageNavi {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 30px;
}

.pageNavi span.hide,
.pageNavi a.hide {
	display: none;
}

.pageNavi span,
.pageNavi a {
	display: inline-block;
	width: 30px;
	height: 28px;
	border: 1px solid #dcdcdc;
	margin: 0 2px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.pageNavi span.nolink,
.pageNavi a.nolink {
	width: 66px;
}

.pageNavi span font {
	width: 100%;
	height: 100%;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}

.pageNavi span:hover,
.pageNavi a:hover,
.pageNavi a.on_sp,
.pageNavi span.on_sp {
	background: #00a9d3;
	color: #fff;
}

.pageNavi span.sp_m {
	display: none;
}










/*人才招聘*/
.recruit {
	padding: 30px 16px;
}

.recruit .recr_top {
	font-size: 14px;
	color: #555;
	margin-bottom: 42px;
}

.recruit .recr_top h4 {
	font-size: 16px;
	margin-bottom: 16px;
	font-weight: bold;
}

.recruit .recr_top p {
	line-height: 1.8;
	margin-bottom: 6px;
}

.recruit .comp_pos {
	width: 100%;
	font-size: 14px;
	color: #555;
}

.recruit .comp_pos h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 22px;
}

.recruit .comp_pos .comp_ul {
	min-height: 400px;
	margin-bottom: 14px;
}

.recruit .comp_pos .comp_ul li {
	width: 100%;
	margin-bottom: 10px;
}

.recruit .comp_pos .comp_ul li h5 {
	background: #e5e5e5;
	padding: 12px;
	height: 16px;
	line-height: 16px;
	padding-right: 120px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recruit .comp_pos .comp_ul li h5 em {
	position: absolute;
	right: 12px;
	top: 50%;
	display: block;
	height: 16px;
	line-height: 16px;
	margin-top: -8px;
	font-size: 12px;
}

.recruit .comp_pos .comp_ul li .dl_d {
	padding: 28px 16px;
	display: none;
}

.recruit .comp_pos .comp_ul li .dl_d dl {
	font-size: 14px;
	color: #555;
	margin-bottom: 26px;
}

.recruit .comp_pos .comp_ul li .dl_d dl:last-child {
	margin-bottom: 0;
}

.recruit .comp_pos .comp_ul li .dl_d dl dt {
	margin-bottom: 14px;
}

.recruit .comp_pos .comp_ul li .dl_d dl dd {
	margin-bottom: 10px;
	line-height: 1.6;
}

/*返回头部*/
.return_top {
	position: fixed;
	right: 20px;
	bottom: 60px;
	display: none;
	width: 34px;
	height: 34px;
	background: #00d6d6 url(../img/return_top.png) no-repeat center;
	z-index: 1000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.return_top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*产品列表*/
.prod_ul {
	width: 900px;
	padding-top: 14px;
	margin-bottom: 20px;
	padding: 18px 38px 0;
}

.prod_ul li {
	float: left;
	width: 264px;
	margin: 0 36px 36px 0;
	transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
}

.prod_ul li a {
	display: block;
	border: 1px solid #ebebeb;
	height: 243px;
	position: relative;
}

.prod_ul li a .sp_c {
	display: block;
	width: 100%;
	height: 192px;
	position: relative;
	overflow: hidden;
}

.prod_ul li a .sp_c em {
	display: block;
	width: 264px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -132px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod_ul li a .sp_c em img {
	width: auto;
	height: 100%;
}

.prod_ul li a .em_t {
	display: block;
	text-align: center;
	padding: 17px 12px 12px;
	background: #fff;
	color: #555;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 238px;
	transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
}

.prod_ul li:hover {
	box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
}

.prod_ul li:hover a .em_t {
	padding-bottom: 17px;
	background: #666;
	color: #fff;
}

/*放大镜*/
.Magnifier {
	margin-bottom: 64px;
	padding: 0 30px;
}

.Magnifier .magnif {
	float: left;
	width: 410px;
	margin-right: 38px;
}

.Magnifier .magnif img {
	vertical-align: top;
	border: 0;
}

.Magnifier .magnif #MagnifierWrap2 {
	position: relative;
	width: 100%;
}

.Magnifier .magnif .MagnifierMain {
	position: relative;
	width: 408px;
	height: 304px;
	overflow: hidden;
	border: 1px solid #ececec;
}

.Magnifier .magnif .MagnifierMain img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.Magnifier .magnif .MagnifierDrag {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ccc;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: move;
}

.Magnifier .magnif .MagnifierPop {
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 888 !important;
}

.Magnifier .magnif .MagnifierImg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.Magnifier .magnif .spec-items {
	position: relative;
	width: 358px;
	height: 60px;
	overflow: hidden;
	padding-top: 20px;
	margin: 0 auto;
}

.Magnifier .magnif .spec-items ul {
	width: 500%;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 10;
}

.Magnifier .magnif .spec-items ul * {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.Magnifier .magnif .spec-items li {
	width: 80px;
	height: 60px;
	float: left;
	overflow: hidden;
	margin-right: 8px;
	border: 1px solid #d5d5d5;
	cursor: pointer;
	position: relative;
}

.Magnifier .magnif .spec-items li.on {
	border: 1px solid #d5d5d5;
}

.Magnifier .magnif .spec-items li img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	-o-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
}

.Magnifier .magnif .spec-items li.on img {
	-webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2, 1.2);
	-o-transform: translate(-50%, -50%) scale(1.2, 1.2);
	transform: translate(-50%, -50%) scale(1.2, 1.2);
}

.Magnifier .magnif span.spe_leftBtn,
span.spe_rightBtn {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 20px;
	height: 62px;
	line-height: 62px;
	font-family: "黑体";
	text-align: center;
	font-size: 22px;
	color: #a7a7a7;
	cursor: default;
	background-color: #fff;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.Magnifier .magnif span.on {
	cursor: pointer;
}

.Magnifier .magnif span.spe_leftBtn {
	left: 0;
}

.Magnifier .magnif span.spe_rightBtn {
	right: 0;
}

.Magnifier .prod_xtop {
	float: left;
	width: 432px;
	color: #555;
}

.Magnifier .prod_xtop h2 {
	font-size: 22px;
	padding: 10px 0 16px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 24px;
}

.Magnifier .prod_xtop .text_xq {
	font-size: 14px;
	color: #888;
}

.Magnifier .prod_xtop .text_xq p {
	margin-bottom: 10px;
	line-height: 1.5;
}

/*产品详情介绍*/
.deta_xq {
	padding: 0 30px;
}

.deta_xq h3 {
	font-size: 16px;
	color: #555;
	padding: 12px;
	background: #f0f0f0;
	height: 18px;
	line-height: 18px;
	margin-bottom: 34px;
}

.deta_xq .deta_text {
	font-size: 14px;
	color: #666;
}

.deta_xq .deta_text p {
	margin-bottom: 14px;
	line-height: 1.8;
}

.deta_xq .deta_text p img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.deta_xq .deta_text table {
	border: 1px #e7e7e7 solid;
	border-collapse: collapse;
	width: 100%;
}

.deta_xq .deta_text table td,
.deta_xq .deta_text table th {
	padding: 10px 5px;
	border: none;
	border-collapse: collapse;
	border-right: 1px #e7e7e7 solid;
	border-bottom: 1px #e7e7e7 solid;
	text-align: center;
}

/*详情上下翻页*/
.btn_sx {
	padding: 20px 30px 0;
}

.btn_sx a {
	color: #555;
	font-size: 14px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.btn_sx a:hover {
	color: #00a9d3;
}

/*新闻动态*/
.news_ul {
	padding: 0 20px 20px;
}

.news_ul li {
	padding-bottom: 29px;
	border-bottom: 1px dashed #e4e4e4;
	margin-bottom: 30px;
}

.news_ul li a {
	padding-left: 266px;
	position: relative;
	min-height: 150px;
	display: block;
	background: #fff;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.news_ul li a .sp_c {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 248px;
	height: 148px;
	border: 1px solid #eaeaea;
	overflow: hidden;
}

.news_ul li a .sp_c em {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 248px;
	height: 100%;
	margin-left: -124px;
	overflow: hidden;
}

.news_ul li a .sp_c em img {
	width: auto;
	height: 100%;
	transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
}

.news_ul li a .news_lbt {
	padding-top: 14px;
	padding-right: 10px;
}

.news_ul li a .news_lbt h4 {
	font-size: 18px;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	margin-bottom: 12px;
	padding-right: 100px;
	position: relative;
}

.news_ul li a .news_lbt h4 em {
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 14px;
	color: #666;
}

.news_ul li a .news_lbt p {
	font-size: 14px;
	color: #555;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}

.news_ul li a .news_lbt .btn_em {
	display: block;
	width: 68px;
	padding: 6px 8px;
	font-size: 14px;
	color: #00a9d3;
	border: 1px solid #00a9d3;
	height: 16px;
	line-height: 15px;
	transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
}

.news_ul li a .news_lbt .btn_em:hover {
	color: #00d6d6;
	border: 1px solid #00d6d6;
}

.news_ul li a:hover {
	background: #f0f0f0;
}

.news_ul li a:hover .sp_c em img {
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
}

/*文本详情页面*/
.cont_text .top_bt {
	margin-bottom: 40px;
	padding-top: 10px;
}

.cont_text .top_bt h3 {
	font-size: 26px;
	color: #555;
	margin-bottom: 18px;
	text-align: center;
}

.cont_text .top_bt .sp_news {
	display: block;
	width: 100%;
	margin-bottom: 12px;
	text-align: center;
}

.cont_text .top_bt .sp_news i {
	display: inline-block;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
	color: #888;
	font-size: 12px;
	margin-right: 20px;
}

.cont_text .top_bt .sp_news i.i1 {
	background: url(../img/tb8.png) no-repeat left center;
}

.cont_text .top_bt .sp_news i.i2 {
	background: url(../img/tb9.png) no-repeat left center;
}

/*产品规格书*/
.supp_ul {
	padding: 0 14px;
	margin-bottom: 50px;
	padding-top: 20px;
}

.supp_ul li {
	border-bottom: 1px dashed #dbdbdb;
}

.supp_ul li a {
	padding: 13px 76px 16px 16px;
	display: block;
	font-size: 14px;
	color: #555;
	position: relative;
}

.supp_ul li a i {
	position: absolute;
	left: 0;
	top: 12px;
	transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
}

.supp_ul li a em {
	position: absolute;
	right: 0;
	top: 16px;
	font-size: 12px;
	color: #888;
	transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
}

.supp_ul li a span {
	display: block;
	transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
}

.supp_ul li a:hover i,
.supp_ul li a:hover em {
	color: #00a9d3;
}

.supp_ul li a:hover span {
	color: #00a9d3;
	transform: translateX(12px);
	-webkit-transform: translateX(12px);
	-moz-transform: translateX(12px);
	-o-transform: translateX(12px);
}

.supp_btn {
	width: 100%;
	padding-top: 20px;
}

.supp_btn .btn_sx {
	float: left;
	padding: 0;
}

.supp_btn .btn_sx a {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

.supp_btn .btn_down {
	float: right;
	margin-right: 10px;
	padding: 6px 12px;
	border: 2px solid #00a9d3;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #00a9d3;
	padding-left: 30px;
	background: url(../img/tb10.jpg) no-repeat 12px 8px;
	position: relative;
	top: 6px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.supp_btn .btn_down:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*联系我们 地图*/
.map {
	margin-bottom: 40px;
}

.map #mapContainer,
.map #mapContainer1,
.map #mapContainer2,
.map #mapContainer3 {
	width: 468px;
	height: 268px;
	float: right;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border: 1px solid #dedede;
}

.map .amap-info-content {
	width: 230px !important;
	display: none;
}

.map .amap-info-sharp {
	display: none;
}

.map .amap-info-content .title {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
	text-align: center;
}

.map .amap-info-close {
	right: 6px !important;
}

.map .amap-info-content .content {
	display: none;
}

.map .amap-info-outer,
.amap-menu-outer {
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2) !important;
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2) !important;
	-ms-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2) !important;
	-o-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2) !important;
}

.map .amap-logo,
.map .amap-copyright {
	display: none !important;
}

.map_d {
	padding: 60px 0;
}

.map_d .cont_uctli {
	padding-left: 300px;
	position: relative;
	margin-bottom: 30px;
}

.map_d .cont_uctli .cont_bt_q {
	position: absolute;
	left: 0;
	top: 50%;
	padding-right: 40px;
	width: 120px;
	text-align: center;
	margin-top: -25px;
}

.map_d .cont_uctli .cont_bt_q h3 {
	font-size: 30px;
	color: #00a9d3;
}

.map_d .cont_uctli .cont_bt_q p {
	font-size: 14px;
	color: #c0bfbf;
}

.map_d .cont_uctli .cont_bt_q .i1 {
	position: absolute;
	right: -34px;
	top: 50%;
	display: block;
	width: 3px;
	height: 190px;
	background: url(../img/tb13.png) no-repeat center;
	margin-top: -95px;
}

.map_d .cont_uctli .cont_act {
	float: left;
	width: 350px;
	padding: 24px 0;
}

.map_d .cont_uctli .cont_act h4 {
	font-size: 16px;
	color: #555;
	margin-bottom: 20px;
	padding-top: 40px;
	font-weight: bold;
}

.map_d .cont_uctli .cont_act p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 14px;
}

.cont_mbnav {
	width: 100%;
	border-bottom: 1px solid #dedede;
	padding: 18px 0;
	margin-bottom: 20px;
}

.cont_mbnav .sp_bt {
	font-size: 16px;
	color: #555;
	float: left;
	height: 20px;
	line-height: 20px;
}

.cont_mbnav .bread_nav {
	float: right;
	height: 20px;
	line-height: 16px;
}

.cont_czem {
	padding: 10px;
	background: #f5f5f5;
	text-align: center;
	border: 1px solid #dedede;
	border-radius: 24px;
	margin-bottom: 20px;
}

.cont_czem a {
	display: inline-block;
	padding: 8px 10px;
	padding-left: 36px;
	font-size: 14px;
	color: #00a9d3;
	text-align: center;
	position: relative;
	margin: 0 140px;
	min-width: 176px;
	text-align: left;
	cursor: default;
}

.cont_czem a i {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.cont_czem a.a1 i {
	background: url(../img/tb14.png) no-repeat center;
}

.cont_czem a.a2 i {
	background: url(../img/tb15.png) no-repeat center;
}


/*在线留言*/
.leav_d {
	padding: 30px 60px;
}

.leav_d .p1 {
	font-size: 14px;
	color: #888;
	margin-bottom: 34px;
}

.leav_d .form_zx {
	width: 100%;
}

.leav_d .form_zx .lx_d {
	width: 100%;
}

.leav_d .form_zx .lx_d p {
	float: left;
	width: 380px;
	margin: 0 30px 20px 0;
}

.leav_d .form_zx .lx_d p span {
	float: left;
	font-size: 14px;
	color: #666;
	height: 34px;
	line-height: 30px;
	margin-right: 10px;
}

.leav_d .form_zx .lx_d p .input {
	border: 1px solid #dfdfdf;
	padding: 8px 10px;
	font-size: 14px;
	color: #666;
	width: 240px;
	margin-right: 6px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.leav_d .form_zx>.p2 {
	width: 100%;
	margin-bottom: 20px;
}

.leav_d .form_zx>.p2 span {
	float: left;
	font-size: 14px;
	color: #666;
	height: 34px;
	line-height: 30px;
	margin-right: 10px;
}

.leav_d .form_zx>.p2 .input {
	border: 1px solid #dfdfdf;
	padding: 8px 10px;
	font-size: 14px;
	color: #666;
	width: 622px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.leav_d .form_zx>.p2 .text_area {
	border: 1px solid #dfdfdf;
	padding: 8px 10px;
	font-size: 14px;
	font-family: '微软雅黑';
	color: #666;
	width: 622px;
	height: 162px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.leav_d .form_zx .btn_d {
	padding-top: 10px;
	padding-left: 80px;
}

.leav_d .form_zx .btn_d input {
	float: left;
	padding: 11px 20px;
	margin-right: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #00a9d3;
	width: 112px;
	cursor: pointer;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}

.leav_d .form_zx .btn_d input.btn_cz {
	background: #fff;
	color: #555;
}

.leav_d .form_zx .btn_d input.btn_cz:hover {
	color: #fff;
	background: #00a9d3;
}

.leav_d .form_zx .btn_d input:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.leav_d .form_zx .lx_d p .input:hover,
.leav_d .form_zx>.p2 .input:hover,
.leav_d .form_zx>.p2 .text_area:hover {
	border: 1px solid #00a9d3;
	box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.06);
	-o-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.06);
}

.leav_d .form_zx .lx_d p .input.input_on {
	border: 1px solid #ff714e;
	box-shadow: inset 0 0 8px 1px rgba(255, 51, 0, 0.06);
	-webkit-box-shadow: inset 0 0 8px 1px rgba(255, 51, 0, 0.06);
	-moz-box-shadow: inset 0 0 8px 1px rgba(255, 51, 0, 0.06);
	-o-box-shadow: inset 0 0 8px 1px rgba(255, 51, 0, 0.06);
}

.red {
	color: red;
}


/*新增产品内页*/
.new_picPage {}

.new_picPage .h2,
.new_picPage .h3 {
	font-family: 微軟正黑體, "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom: 0px solid #1195d3;
	font-size: 1.57em;
	margin-top: 10px;
	color: #299ed5;
}

.new_picPage .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.new_picPage .info_1 {
	position: relative;
	padding-right: 194px;
}

.new_picPage .info_1 p {
	font-size: 15px;
	color: #333;
	height: 24px;
	line-height: 24px;
}

.new_picPage .info_1 p a {
	font-size: 15px;
	color: #1195d3;
}

.new_picPage .info_1 p span {
	padding-right: 15px;
}

.new_picPage .info_1 .img {
	position: absolute;
	right: 10px;
	top: 0;
	margin-top: -72px;
}

.new_picPage .info_1 .img img {
	width: 282px;
	height: 270px;
}

.new_picPage .TabTitle ul {
	overflow: hidden;
	margin-top: 35px;
}

.new_picPage .TabTitle li {
	float: left;
	font-size: 16px;
	color: #333;
	padding: 10px 15px;
	border: 1px #c6cbd0 solid;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	margin-right: 6px;
	cursor: pointer;
}

.new_picPage .TabTitle li.active {
	background: #00a9d3;
	color: #fff;
}

.new_picPage .TabContent {
	border: 1px #c6cbd0 solid;
	overflow: hidden;
	background: #fff;
	padding: 20px;
}

.new_picPage .TabContent p {
	margin-bottom: 20px;
}

.new_picPage .TabContent,
.new_picPage .TabContent p {
	font-size: 15px;
	color: #353535;
	line-height: 1.7;
}

.new_picPage .none {
	display: none;
}

.new_picPage .ul_li {
	width: 90%;
	margin: 0 auto;
}

.new_picPage .ul_li li {
	color: #9e9e9e;
	border-bottom: 1px solid #d8d8d8;
	height: 30px;
	line-height: 30px;
	padding: 5px 0;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	list-style: none;
}

.new_picPage .ul_li li:last-child {
	border-bottom: none;
}

.new_picPage .ul_li li a {
	color: #727272;
}

.new_picPage .ul_li li a:hover {
	color: #00a9d3;
}

.new_picPage .ul_li li span {
	padding-right: 10px;
	position: relative;
	padding-left: 24px;
}

.new_picPage .ul_li li span:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #9e9e9e;
	border-radius: 5px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -3px;
}



/*设备小于1200*/
@media screen and (max-width:1240px) {

	/*center_mk center_c 居中模块*/
	.center_mk .center_c {
		width: 1000px;
	}

	/*导航logo*/
	.top_nav .logo_a {
		width: 105px;
		height: 70px;
		background-size: 105px 70px;
	}

	.top_nav .nav_ul li {
		width: 109px;
		height: 70px;
	}

	.top_nav .nav_ul li>a span {
		width: 100%;
		top: -70px;
		height: 70px;
		line-height: 70px;
	}

	.top_nav .nav_ul li>a em {
		width: 100%;
		height: 70px;
		line-height: 70px;
	}

	/*首页轮播*/
	.sy_ban.flexslider {
		height: 500px;
	}

	.sy_ban.flexslider .slides li p,
	.sy_ban.flexslider .slides li p a,
	.sy_ban.flexslider .slides,
	.sy_ban.flexslider .slides li {
		height: 500px;
	}

	.sy_ban.flexslider:hover .flex-prev {
		transform: translateX(80px);
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.sy_ban.flexslider:hover .flex-next {
		transform: translateX(-80px);
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.fl_nav {
		width: 1000px;
		margin-left: -500px;
	}

	.fl_nav li {
		width: 250px;
		padding-top: 40px;
	}

	.fl_nav li a {
		height: 125px;
	}

	.fl_nav li a img {
		height: 125px;
	}

	.fl_nav li a span {
		left: 20px;
		top: 30px;
		padding-bottom: 26px;
	}

	.fl_nav li a span em {
		font-size: 14px;
	}

	.fl_nav li a span strong {
		font-size: 18px;
	}

	.fl_nav li a span i {
		width: 18px;
		height: 18px;
		background-size: 18px;
	}

	.fl_nav li:hover a {
		padding: 20px 0;
	}

	.fl_nav li:hover a span {
		top: 50px;
	}

	/*底部导航*/
	.foot_nav .center_c {
		padding: 28px 0;
	}

	.foot_nav .plat_link {
		width: 292px;
		margin-right: 40px;
	}

	.foot_nav .plat_link h4 {
		margin-bottom: 10px;
	}

	.foot_nav .online_ly h4,
	.foot_nav .online_ly p {
		margin-bottom: 4px;
	}

	.foot_nav .plat_link .plat_a a img {
		width: 126px;
		height: 34px;
	}

	.foot_nav .online_ly {
		width: 130px;
	}

	.foot_nav .online_ly .btn_zx {
		width: 130px;
	}

	.foot_nav .online_ly .btn_zx em,
	.foot_nav .online_ly .btn_zx i {
		width: 110px;
	}

	.foot_nav .footnav_link {
		padding-right: 134px;
	}

	.foot_nav .footnav_link .foot_ul {
		margin-bottom: 18px;
	}

	.foot_nav .footnav_link .foot_ul li a em {
		padding: 0 12px;
	}

	.foot_nav .footnav_link .link_foot .link_ul li>.btn_link {
		padding: 3px;
		width: 106px;
	}

	.foot_nav .footnav_link .ewm_a {
		width: 94px;
		height: 70px;
		margin-top: -35px;
	}

	.foot_nav .footnav_link .ewm_a img {
		width: 100%;
		height: 100%;
	}

	.foot_copy {
		padding: 14px 0;
	}

	/*内页头部图片*/
	.top_nimg {
		height: 190px;
	}

	.top_nimg p {
		position: absolute;
		left: 50%;
		top: 0;
		width: 1200px;
		height: 100%;
		margin-left: -600px;
	}

	.top_nimg p img {
		width: auto;
		height: 100%;
	}

	/*公司简介*/
	.cont_n .right_cont {
		padding: 26px 19px 40px 0;
		width: 706px;
		min-height: 540px;
	}

	.cont_n .right_cont .bt_top h3 {
		font-size: 30px;
	}

	.cont_n .right_cont .bt_top h2 {
		font-size: 18px;
	}

	.cont_n .left_cont {
		padding: 22px 0 10px 14px;
		width: 220px;
	}

	.cont_n .left_cont .dl_tow {
		padding: 80px 10px 10px 10px;
	}

	.cont_n .left_cont .dl_tow dt {
		height: 70px;
	}

	.cont_n .left_cont .dl_tow dt h3 {
		padding-top: 14px;
		font-size: 22px;
	}

	.cont_n .left_cont .dl_tow dt .i1 {
		bottom: 16px;
	}

	.cont_n .left_cont .dl_tow dd>a {
		padding: 12px 22px;
		padding-right: 0
	}

	.cont_n .right_cont .text_top {
		padding: 20px 0;
		margin-bottom: 30px;
	}

	.cont_n .left_cont .dl_tow dd .three_nav a {
		padding: 12px 15px;
		padding-left: 34px;
	}

	.cont_lx .lx a {
		margin-right: 12px;
		padding: 5px 4px 6px 30px;
		font-size: 14px;
		height: 19px;
		line-height: 20px;
	}

	.cont_lx .lx a.sp_1 {
		background: url(../img/tb5.png) no-repeat left 3px;
	}

	.cont_lx .lx a.sp_2 {
		background: url(../img/tb6.png) no-repeat 2px 3px;
		height: 19px;
		line-height: 20px;
	}

	/*公司历程*/
	.cont_n .left_cont {
		min-height: 690px;
	}

	.course .course_ul {
		min-height: 360px;
	}

	.course .course_ul li {
		width: 606px;
		margin-bottom: 26px;
	}

	.course .course_ul li a {
		padding: 16px;
	}

	.course .course_ul li a strong {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.course .course_ul li a span {
		font-size: 12px;
	}

	.course .course_ul li a i {
		width: 12px;
		height: 12px;
		left: -9px;
		top: 18px;
	}

	/*企业文化*/
	.cont_n .left_cont .cont_text dl dt {
		font-size: 16px;
	}

	.cont_n .left_cont .cont_text dl dd {
		font-size: 12px;
	}

	/*合作伙伴*/
	.partner_ul {
		width: 746px;
	}

	.partner_ul>li {
		width: 225px;
		margin: 0 15px 15px 0;
	}

	.partner_ul li a .sp_c {
		width: 223px;
		height: 110px;
		margin-bottom: 10px;
	}

	.partner_ul li a .sp_c em {
		width: 223px;
		margin-left: -111.5px;
	}

	/*人才招聘*/
	.recruit {
		padding-top: 20px;
	}

	.recruit .recr_top {
		margin-bottom: 32px;
	}

	.recruit .comp_pos .comp_ul {
		min-height: 480px;
	}

	.recruit .comp_pos .comp_ul li .dl_d {
		padding: 20px 10px;
	}

	/*返回头部*/
	.return_top {
		bottom: 50px;
	}

	/*产品列表*/
	.prod_ul {
		width: 736px;
		padding: 10px 0;
	}

	.prod_ul li {
		width: 225px;
		margin: 0 15px 15px 0;
	}

	.prod_ul li a {
		height: 202px;
	}

	.prod_ul li a .sp_c {
		height: 163px;
	}

	.prod_ul li a .sp_c em {
		width: 225px;
		margin-left: -112px;
		height: 100%;
	}

	.prod_ul li a .em_t {
		padding: 11px 10px 6px;
		width: 203px;
	}

	.prod_ul li:hover a .em_t {
		padding-bottom: 11px;
	}

	/*放大镜*/
	.Magnifier {
		margin-bottom: 40px;
		padding: 0;
	}

	.Magnifier .magnif {
		width: 350px;
		margin-right: 28px;
	}

	.Magnifier .magnif .MagnifierMain {
		width: 348px;
		height: 260px;
	}

	.Magnifier .magnif .spec-items {
		padding-top: 10px;
		width: 300px;
	}

	.Magnifier .magnif .spec-items ul {
		top: 10px;
	}

	.Magnifier .magnif .spec-items li {
		width: 66px;
		height: 50px;
		margin-right: 7px;
	}

	.Magnifier .magnif .spec-items {
		height: 52px;
	}

	.Magnifier .magnif span.spe_leftBtn,
	span.spe_rightBtn {
		height: 52px;
		line-height: 52px;
	}

	.Magnifier .prod_xtop {
		width: 328px;
	}

	.Magnifier .prod_xtop h2 {
		padding: 8px 0 12px;
		font-size: 18px;
		margin-bottom: 16px;
	}

	.Magnifier .prod_xtop .text_xq p {
		margin-bottom: 8px;
		line-height: 1.4;
	}

	.deta_xq {
		padding: 0;
	}

	.deta_xq h3 {
		padding: 10px;
		margin-bottom: 20px;
	}

	.deta_xq .deta_text p {
		margin-bottom: 10px;
		line-height: 1.7;
	}

	/*新闻动态*/
	.news_ul {
		padding: 10px 0;
	}

	.news_ul li {
		padding-bottom: 19px;
		margin-bottom: 20px;
	}

	.news_ul li a .news_lbt h4 {
		font-size: 16px;
		padding-top: 4px;
		margin-bottom: 11px;
	}

	.news_ul li a .news_lbt h4 em {
		top: 5px;
	}

	.news_ul li a .news_lbt .sp_news {
		margin-bottom: 11px;
	}

	.news_ul li a .news_lbt p {
		line-height: 1.75;
		font-size: 12px;
		height: 46px;
	}

	/*文本详情*/
	.cont_text .top_bt {
		margin-bottom: 24px;
	}

	.cont_text .top_bt h3 {
		font-size: 22px;
		margin-bottom: 16px;
	}

	/*灿达风采*/
	.style_ul li a .sp_c {
		height: 148px;
	}

	/*联系我们*/
	.map {
		margin-bottom: 20px;
	}

	.map #mapContainer,
	.map #mapContainer2 {
		width: 360px;
		height: 200px;
	}

	.map_d {
		padding: 20px 0 10px;
	}

	.map_d .cont_uctli {
		padding-left: 240px;
	}

	.map_d .cont_uctli .cont_act {
		padding-bottom: 0;
	}

	.map_d .cont_uctli .cont_act h4 {
		padding-top: 10px;
	}

	.map_d .map:nth-child(2) .cont_uctli .cont_act h4 {
		padding-top: 32px !important;
	}

	.cont_czem {
		margin-bottom: 30px;
	}

	.cont_czem a {
		margin: 0 132px;
	}

	/*在线留言*/
	.leav_d {
		padding: 0;
	}

	.leav_d .form_zx .lx_d p {
		width: 320px;
	}

	.leav_d .form_zx .lx_d p .input {
		width: 200px;
	}

	.leav_d .form_zx>.p2 .input {
		width: 522px;
	}

	.leav_d .form_zx>.p2 .text_area {
		width: 522px;
	}
}