﻿/*banner*/
html,*{
-webkit-user-select:none;
user-select:none;
-ms-user-select:none;
}
.public_banner {
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	height: 450px;
	text-align: center;
	overflow: hidden;
}


/*当前位置*/

.public_position {
	background: #f6f6f6;
}

.public_position_title {
	float: left;
	width: 170px;
	height: 90px;
	line-height: 90px;
	font-size: 30px;
	margin-right: 40px;
	font-weight: bold;
	color: #000;
	background: url(../images/product_mid_position_bg.png) no-repeat center right;
	background-position: 140px;
}

.public_position_nav {
	float: left;
	margin-top: 35px;
}

.public_position_nav li {
	float: left;
	line-height: 20px;
	font-size: 20px;
	color: #010101;
	margin-right: 47px;
	padding-right: 47px;
	border-right: 1px solid #e5e5e5;
}

.public_position_nav li a:hover {
	color: #68007e;
	font-weight: bold;
}

.public_position_nav li a.on {
	color: #68007e;
	font-weight: bold;
}

.public_position_nav li:last-child {
	margin-right: 0px;
	padding: 0;
}

.public_article_position {
	background: #f6f6f6;
}

.public_article_position p {
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	color: #999999;
	background: url(../images/public_article_position_bg.png) no-repeat center left;
}

.public_article_position p a {
	color: #666666;
}


/*产品中心*/

.product_mid {
	padding-bottom: 50px;
}

.product_banner {
	background: url(../images/product_banner.jpg) no-repeat center center;
	background-size: auto 100%;
}

.product_nav {
	margin-top: 30px;
	position: relative;
	height: 67px;
	margin-bottom: 45px;
	padding-bottom: 30px;
	border-bottom: 2px solid #dcdcdc;
}

.product_nav ul {
	position: absolute;
	top: 0;
	left: 0;
	padding-top:29px;
}

.product_nav ul li {
	float: left;
	padding-bottom: 35px;
}

.product_nav ul li:hover {
	border-bottom: 4px solid #011398;
}

.product_nav ul li:hover a {
	color: #000;
}

.product_nav ul li.on {
	border-bottom: 4px solid #011398;
}

.product_nav ul li.on a {
	color: #000;
}

.product_nav ul li a {
	font-size: 22px;
	color: #999999;
	padding: 0 30px;
	border-right: 1px solid #dcdcdc;
}

.product_nav ul li:last-child a {
	padding: 0 40px;
	border: 0;
}

.product_hot {
	position: relative;
	margin-bottom: 50px;
	height: 300px;
	overflow: hidden;
}

.product_hot .hd {
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 9999;
	width: 355px;
}

.product_hot .hd ul {
	display: table;
	margin: 0 auto;
}

.product_hot .hd ul li li {
	display: table-cell;
	float: left;
	width: 23px;
	height: 5px;
	text-align: center;
	overflow: hidden;
	color: #FFFFFF;
	margin-right: 10px;
	background: #FFFFFF;
	opacity: 0.5;
	cursor: pointer;
}

.product_hot .hd ul li li.on {
	background: #FFFFFF;
	opacity: 1;
}

.product_hot .bd ul li {
	position: relative;
}

.product_hot .bd ul li img {
	width: 1200px;
	height: 300px;
}

.product_hot_hide {
	position: absolute;
	top: 0;
	left: 0;
	width: 355px;
	height: 300px;
	text-align: center;
	background: rgba(0, 30, 125, 0.9);
}

.product_hot_hide .title {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 35px;
}

.product_hot_hide .xh {
	font-size: 18px;
	color: #ffcc00;
	margin-bottom: 15px;
}

.product_hot_hide .info {
	font-size: 16px;
	color: #fcfcfc;
	width: 270px;
	margin: 0 auto;
	line-height: 25px;
	margin-bottom: 20px;
}

.product_hot_hide .consultation {
	display: block;
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #00a1eb;
	margin: 0 auto;
	padding-left: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #00a1eb;
	background: url(../images/product_hot_hide_consultation.png) no-repeat center left;
	background-position: 26px;
}

.product_con ul li {
	width: 570px;
	height: 310px;
	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
	overflow: hidden;
}

.product_con_img {
	position: relative;
	float: left;
	width: 353px;
	height: 310px;
}

.product_con_img .big {
	width: 100%;
	height: 100%;
}

.product_con_img .small {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 120px;
	height: 105px;
	-webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
}

.product_con_info {
	float: right;
	width: 165px;
	height: 238px;
	padding: 35px 25px;
	border: 1px solid #dcdcdc;
}

.product_con_info .title {
	display: block;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}

.product_con_info .xh {
	font-size: 16px;
	color: #001e7d;
	margin-bottom: 20px;
}

.product_con_info .text {
	font-size: 16px;
	color: #898989;
	line-height: 25px;
	margin-bottom: 45px;
}

.product_con_info .zx {
	display: block;
	width: 100px;
	height: 40px;
	color: #666666;
	line-height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	padding-left: 65px;
	background: url(../images/product_con_info_zx.png) no-repeat center #eeeff1;
	background-position:24px;
}

.product_con_info .zx:hover {
	color: #FFFFFF;
	background: url(../images/product_con_info_zx.hover.png) no-repeat center #ff3333;
	background-position:24px;
}


/*产品中心详情*/

.product_art_mid {
	padding-top: 65px;
	padding-bottom: 80px;
}

.product_art_mid_slider {
	width: 1150px;
	height: 450px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}

.product_art_mid_slider .hd {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 582px;
	height: 152px;
	overflow: hidden;
}

.product_art_mid_slider .hd ul {
	width: 1000px;
}

.product_art_mid_slider .hd ul li {
	float: left;
	width: 170px;
	height: 150px;
	margin-right: 33px;
	border: 1px solid #FFFFFF;
}

.product_art_mid_slider .hd ul li.on {
	border: 1px solid #00a1eb;
}

.product_art_mid_slider .hd ul li img {
	width: 170px;
	height: 150px;
}

.product_art_mid_slider .bd {
	position: absolute;
	top: 0;
	left: 0;
}

.product_art_mid_slider .bd ul li {
	width: 515px;
	height: 450px;
}

.product_art_mid_slider .bd ul li img {
	width: 100%;
	height: 100%;
}

.product_art_mid_info {
	position: absolute;
	top: 0;
	right: 0;
	width: 582px;
	height: 275px;
}

.product_art_mid_info h1 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 25px;
}

.product_art_mid_info .xh {
	font-size: 22px;
	color: #001e7d;
	margin-bottom: 25px;
}

.product_art_mid_info .lb {
	font-size: 18px;
	color: #666666;
	margin-bottom: 15px;
}

.product_art_mid_info .lb font {
	color: #001e7d;
}

.product_art_mid_info .text {
	font-size: 16px;
	color: #898989;
	margin-bottom: 20px;
}

.product_art_mid_info .tel {
	float: left;
	width: 310px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	padding-left: 60px;
	color: #666666;
	background: url(../images/product_art_mid_info_tel.png) no-repeat center #f0f0f0;
	background-position: 20px;
}

.product_art_mid_info .tel font {
	display: block;
	float: right;
	font-size: 26px;
	color: #ff3333;
	line-height: 70px;
	margin-right: 28px;
	font-weight: bold;
}

.product_art_mid_info .zx {
	display: block;
	float: right;
	width: 100px;
	height: 40px;
	margin-top: 15px;
	line-height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	padding-left: 65px;
	color: #FFFFFF;
	background: url(../images/product_con_info_zx.hover.png) no-repeat center #ff3333;
	background-position: 24px;
}

.product_art_mid_trait {
	margin-bottom: 40px;
}

.product_art_mid_trait .title {
	height: 40px;
	line-height: 40px;
	padding-left: 17px;
	background: #ececec;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 22px;
}

.product_art_mid_trait .body {
	width: 1200px !important;
	height: auto !important;
	overflow: hidden;
	line-height:25px;
	color:#666;
}

.product_art_mid_trait .body img {
	max-width: 1100px;
	height: auto;
}


/*行业应用*/

.industry_banner {
	background: url(../images/industry_banner.jpg) no-repeat center center;
	background-size: auto 100%;
}

.industry_mid_con {
	padding: 45px 0;
	overflow: hidden;
}

.industry_mid_con:nth-child(even) {
	background: #edeff1;
}

.industry_mid_info {
	float: left;
	width: 656px;
}

.industry_mid_img {
	float: right;
	width: 443px;
	height: 290px;
}

.industry_mid_con:nth-child(even) .industry_mid_info {
	float: right;
}

.industry_mid_con:nth-child(even) .industry_mid_img {
	float: left;
}

.industry_mid_img img {
	width: 445px;
	height: 290px;
}

.industry_mid_info .title .name {
	float: left;
	font-size: 28px;
	color: #333333;
	padding: 0 5px;
	padding-bottom: 15px;
	border-bottom: 3px solid #001e7d;
}

.industry_mid_info .title .eng {
	float: left;
	font-size: 18px;
	color: #999999;
	padding: 12px 8px 17px 8px;
	border-bottom: 1px solid #d2d2d2;
}

.industry_mid_info .brief {
	font-size: 18px;
	color: #666666;
	line-height: 35px;
	margin-bottom: 60px;
	margin-top: 40px;
}

.industry_mid_info .zx {
	display: block;
	float: left;
	width: 100px;
	height: 40px;
	margin-top: 15px;
	line-height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	padding-left: 65px;
	color: #FFFFFF;
	background: url(../images/product_con_info_zx.hover.png) no-repeat center #ff3333;
	background-position:24px;
}

.industry_mid_info .art {
	display: block;
	float: left;
	margin-left: 12px;
	width: 100px;
	height: 40px;
	margin-top: 15px;
	line-height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	padding-left: 65px;
	color: #FFFFFF;
	background: url(../images/industry_mid_info_art_bg.png) no-repeat center #c1c1c1;
	background-position:24px;
}

.industry_mid_info .art:hover {
	background: url(../images/industry_mid_info_art_bg.png) no-repeat center #001e7d;
	background-position:24px;
}


/*行业应用-详情页*/

.industry_art_mid {
	padding-bottom: 70px;
	overflow: hidden;
}

.industry_art_mid .industry_mid_con {
	background: #edeff1;
}

.industry_art_mid_triangle {
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #edeff1;
	margin-left: 55px;
}

.industry_art_mid_demand {
	padding: 48px 0;
	border-bottom: 1px dashed #dfdfdf;
}

.industry_art_mid_demand .title {
	font-size: 24px;
	color: #333333;
	padding-left: 15px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 40px;
	border-left: 8px dashed #001e7d;
}

.industry_art_mid_demand .info {
	width: 1200px !important;
	height: auto;
	overflow: hidden;
	line-height:25px;
	color:#666;
}

.industry_art_mid_anli li {
	width: 377px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-right: 34px;
}

.industry_art_mid_anli li:last-child {
	margin-right: 0;
}

.industry_art_mid_anli li img {
	margin-bottom: 25px;
	width: 377px;
	height: 246px;
}


/*典型案例*/

.case_banner {
	background: url(../images/case_banner.jpg) no-repeat center center;
	background-size: auto 100%;
}

.case_mid {
	padding: 55px 0;
}

.case_ad img {
	width: 1200px;
	height: auto;
	margin-bottom: 45px;
}

.case_con {
	border-bottom: 1px dashed #c9c9c9;
}

.case_con li {
	float: left;
	width: 32%;
	margin-bottom: 35px;
	margin-right: 1%;
	text-align: center;
	position: relative;
}

.case_con li:nth-child(3),
.case_con li:nth-child(6) {
	margin-right: 0;
}

.case_con li img {
	width: 100%;
	height: 245px;
}

.case_con li a {
	font-size: 16px;
	color: #333333;
}

.case_con li .img {
	margin-bottom: 25px;
	position: relative;
}

.case_con_hide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 245px;
	background: url(../images/case_con_hide_bg.png) no-repeat center center rgba(255, 205, 36, 0.85);
}

.case_con li:nth-child(even) .case_con_hide {
	bottom: 0;
	top: auto;
	left: 0;
}


/*新闻资讯*/

.news_banner {
	background: url(../images/new_banner.jpg) no-repeat center center;
	background-size: auto 100%;
}

.news_mid {
	padding-bottom: 60px;
}

.news_banner_small {
	margin-bottom: 10px;
}

.news_banner_small img {
	width: 1200px;
	height: auto;
}

.list_mid_con {
	margin-top: 35px;
	margin-bottom: 35px;
}

.list_mid_con li {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px dashed #c9c9c9;
}

.list_mid_con li img {
	width: 280px;
	height: 185px;
	float: left;
}

.list_mid_text {
	width: 650px;
	float: right;
}

.list_mid_text .title {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}

.list_mid_text .title a {
	color: #333333;
}

.list_mid_text .txt {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 23px;
}

.list_mid_text .txt a {
	color: #012599;
}

.list_mid_text .info {
	font-size: 14px;
	color: #afafaf;
}

.list_mid_text .info span {
	margin-right: 20px;
	float: left;
}

.bdsharebuttonbox .bds_more {
	font-size: 14px !important;
	float: left !important;
	color: #afafaf !important;
	padding-left: 20px !important;
	cursor: pointer;
	margin: 0 !important;
	background: url(../images/list_mid_text_fx_bg.png) no-repeat center left !important;
}


/*新闻资讯 -文章页*/

.article_mid {
	padding: 50px 0 100px 0;
}

.article_mid_con {}

.article_mid_con h1 {
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 25px;
}

.article_mid_con .info {
	text-align: center;
	color: #afafaf;
	font-size: 16px;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #dcdcdc;
}

.article_mid_con .info span {
	margin-right: 25px;
}

.article_mid_con .info span:nth-child(3) {
	margin: 0;
}

.article_mid_con_art {
	/*width: 1200px !important;*/
	height: auto !important;
	padding-bottom: 55px;
	overflow: hidden;
	line-height:25px;
	color:#666;
}

.article_mid_con_art img {
	max-width: 1200px !important;
	height: auto;
}

.article_page {
	padding: 20px;
	background: #f7f7f7;
}

.article_page p {
	line-height: 30px;
	color: #999999;
}

.article_page p:nth-child(1) {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #dcdcdc;
}

.article_page p:hover {
	color: #0d5fab;
}

.article_page p:hover a {
	color: #0d5fab;
}

.article_page p a {
	color: #999999;
}

.article_page p a:hover {
	color: #0d5fab;
}

.article_baidu_fx {
	/*margin-top: 50px;*/
}

.article_baidu_fx a {
	color: #999999 !important;
	display: block;
	width: 30px !important;
	height: 30px !important;
	margin: 0 !important;
	margin-right: 10px !important;
	float: left !important;
	font-size: 16px !important;
	padding: 0 !important;
}

.article_baidu_fx a.fx {
	width: 70px !important;
	line-height: 30px !important;
	background: none !important;
}

.article_baidu_fx .bds_tsina {
	background: url(../images/article_baidu_fx_sina.png) no-repeat center center !important;
	background-size: 100% !important;
}

.article_baidu_fx .bds_sqq {
	background: url(../images/article_baidu_fx_qq.png) no-repeat center center !important;
	background-size: 100% !important;
}

.article_baidu_fx .bds_weixin {
	background: url(../images/article_baidu_fx_weixin.png) no-repeat center center !important;
	background-size: 100% !important;
}

.article_baidu_fx .bds_more {
	padding: 0 !important;
	background: url(../images/article_baidu_fx_mroe.png) no-repeat center center !important;
	background-size: 100% !important;
}


/*公司简介*/

.company_banner {
	background: url(../banner/xt.jpg) no-repeat center center;
	background-size: auto 100%;
}

.company_mid {
	padding-bottom: 120px;
}
#content table tr td{ border:1px solid #ccc; border-collapse: collapse; }
.company_mid_info {
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}

.company_mid_info img {
	width: 1200px;
	height: auto;
	margin-bottom: 40px;
}

.company_mid_info p {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin-bottom: 30px;
}

.company_mid_business {
	margin-bottom: 45px;
}

.company_mid_business .title {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 15px;
}

.company_mid_business .smtitle {
	font-size: 18px;
	color: #001e7d;
	text-align: center;
	margin-bottom: 45px;
}

.company_mid_business ul li {
	width: 230px;
	float: left;
	margin-right: 110px;
	text-align: center;
}

.company_mid_business ul li.a2 {
	text-align: center;
}

.company_mid_business ul li.a3 {
	width: 220px;
	margin-right: 100px;
}

.company_mid_business ul li.a4 {
	width: 200px;
	margin-right: 0;
}

.company_mid_business ul li .text {
	font-size: 22px;
	color: #ff3333;
	margin: 35px 0 25px 0;
}

.company_mid_business ul li.a1 .info {
	text-align: left;
}

.company_mid_business ul li .info {
	color: #666666;
	line-height: 26px;
	font-size: 16px;
}

.company_mid_ad {
	width: 1200px;
	height: auto;
	margin-bottom: 60px;
}

.company_mid_culture .title {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}


/*联系我们*/

.contact_mid {
	padding-bottom: 120px;
}

.contact_us {
	margin-bottom: 45px;
}

.contact_us ul li {
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	width: 467px;
	padding-left: 40px;
}

.contact_us ul li:nth-child(1) {
	background: url(../images/contact_us_ul_li_01.png) no-repeat center left;
	background-position: 3px;
}

.contact_us ul li:nth-child(2) {
	background: url(../images/contact_us_ul_li_02.png) no-repeat center left;
	background-position: 5px;
}

.contact_us ul li:nth-child(3) {
	background: url(../images/contact_us_ul_li_03.png) no-repeat center left;
	background-position: 3px;
}

.contact_us ul li:nth-child(4) {
	background: url(../images/contact_us_ul_li_04.png) no-repeat center left;
	background-position: 3px;
}

.contact_us ul li:nth-child(5) {
	background: url(../images/contact_us_ul_li_05.png) no-repeat center left;
	background-position: 3px;
}

.contact_us ul li:nth-child(6) {
	background: url(../images/contact_us_ul_li_06.png) no-repeat center left;
	background-position: 3px;
}

.contact_us ul li:nth-child(7) {
	background: url(../images/contact_us_ul_li_07.png) no-repeat center left;
}


/*技术研究*/

.technology_body {
	border: 0;
	width: 1200px !important;
	height: auto;
	overflow: hidden;
}

.technology_body img {
	width: 1200px;
	height: auto;
}


/*荣誉资质*/

.aptitude_mid {
	padding-bottom: 80px;
}
.aptitude_con ul li{
	width: 220px;
	height: 315px;
	border: 0;
	margin-right: 22px;
	margin-bottom: 30px;
}
.aptitude_con ul li:nth-child(5),.aptitude_con ul li:nth-child(10){
	margin-right: 0;
}
.aptitude_con ul li img{
	border: 0;
	width: 220px;
	height: 315px;
}

.highslide-credits,
.highslide-full-expand,
.highslide-play,
.highslide-move,
.highslide-close {
	display: none !important;
}

.highslide-controls {
	width: 75px;
}



.article_mid_con_art,.gz  a{color: #581e8f;}

#content table tr:nth-child(odd){background-color: #f5f5f5}
#content table tr:nth-child(even){background-color: #ffffff}