﻿#banner_ny{
	display:block;
	height:415px;
}
.container>.classname{
	width:98%;
	margin-left:auto;
	margin-right:auto;
	font-size:40px;
	line-height:80px;
	margin-top:80px;
}
.container>.name{
	width:98%;
	margin-left:auto;
	margin-right:auto;
	font-size:17px;
	line-height:40px;
}
.banner_line{
	margin-left:1%;
	height:4px;
	width:160px;
	background-color:#000000;
}

/*内页导航信息开始*/
#ny_nav{
	height:80px;
	background-color:#FFF;
	overflow:hidden;
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
	margin-bottom:20px;
}
#ny_nav * .w_1 .float_l{
	line-height:65px;
	height:65px;	
}
#ny_nav * .w_1 .float_l .c_title{
	height:65px;
	font-size:30px;
	color:#FFFFFF;
	line-height:65px;
}
#ny_nav * .w_1 .float_l .e_title{
	height:65px;
	font-size:16px;
	color:#CCCCCC;
	line-height:65px;
	font-weight:lighter;
	text-transform:uppercase;
}
#top_left {
	margin-top:1px;
	background-color:#EDEDED;
	width:100%;
}

.nav-tab{
    padding:0;
    text-align: center;
}

.nav-tab li{
    display: inline-block;
}
.nav-tab li a{
    display: block;
	padding:0 60px;
    height: 80px;
    line-height: 80px;
    margin: 0 1px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    background: #FFFFFF;
}
.nav-tab li a:hover, .nav-tab .active a{
    background: #E36E0E;
    color: #ffffff;
}
.nav-tab1{
	display:none;
	}
.nav-tab2 li a{
    width: 746px;
}
.nav-tab3 li a{
    width: 496px;
}
.nav-tab5 li a{
    width: 296px;
	}
	
.nav-tab5 li:nth-child(6),.nav-tab5 li:nth-child(7).nav-tab5 li:nth-child(8).nav-tab5 li:nth-child(9).nav-tab5 li:nth-child(10){
	margin-top:20px;
}
/*主内容样式*/
#ny_main{
	overflow:auto;
	background-color:#FFF;
}
#ny_main .main_content{
	width:100%;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
	overflow:hidden;
}
.main_content p {
	margin:0;
	font-size:16px;
	line-height:200%;
	margin-bottom:20px;
/*	font-weight:lighter;*/
}
.main_content,.main_content * {
	margin:0;
	font-size:16px;
	line-height:200%;
}
.main_content * a {
	text-decoration:none;
}
.main_content * p IMG {
	margin:5px;
}
.jssl_content {
		overflow:hidden;
		border:1px solid #DEDEDE;
		border-left:10px solid #F86D18;
		background-color:#F9F9F9;
		padding:20px;
}
.jssl_content,.jssl_content *{
	color:#333;
	font-size:16px !important;
	margin-bottom:10px;
}

.jssl_content:hover {
		border-left:10px solid #126AC2;

}
.jssl_content p {

	margin-bottom:0px;
}


/*荣誉资历 图片列表样式*/
#ny_main * .jssl_c{
	height:70px;
	line-height:70px;
	font-size:28px;
	font-weight:bolder;
}
#ny_main * .jssl_c2{
	height:50px;
	line-height:50px;
	font-size:20px;
	font-weight:bolder;
}


.page_l {
	clear:both;
	line-height:50px;
	height:50px;
	}

/*新闻中心列表*/
.pic_l{
	margin:20px 0;
	width:405px;
	display:block;
	margin-left:0px;
	float:left;
	overflow:hidden;
	background-color:#FFF;
	border:1px solid #CCC;
	}
.pic_l_2{
	margin-left:26px ;
	}
.pic_p{
	overflow:hidden;
}
.pic_t {
	width:100%;
	height:40px;
	display:block;
	line-height:60px;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.pic_t a {
	font-size:22px;
	font-weight:bold;
}
.pic_t2 {
	margin:0 27px 10PX;
	width:300px;
	display:block;
	text-align:left;
	font-size:14px;
	line-height:200%;
	min-height:40px;
}

.pic_l * img{
	transition: all 0.5s;
}

.pic_l:hover * img{
	transform: scale(1.05);
}
.pic_l:hover{
	background-color:#1B70CA;
	}
.pic_l:hover .pic_t a{
	color:#FFFFFF;
	}
.pic_l:hover .pic_t2{
	color:#FFFFFF;
	}	









.pic3_l{
	margin:0px 0 20px;
	width:calc(25% - 30px) !important;
	display:block;
	margin:0 14px 20px;
	float:left;
	background-color:#FFF;
	border:1px solid #CCC;
	text-align:center;
	overflow:hidden;
	}
.pic3_l_2{
	margin-left:0px;
	clear:both;
	}
.pic3_t {
	width:100%;
	height:40px;
	line-height:40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	
}

.pic3_t {
	font-size:16px;
	width:90%;
	padding: 1% 5% 5%;
	display:block;
	text-align:center;
	line-height:40px !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	overflow:hidden;
	height:36px;
	
}
.pic3_l * img{
	transition: all 0.5s;
	height:16.67vw;
	min-height:217px;
}

.pic3_l:hover * img{
	transform: scale(1.05);
}
.pic3_l:hover .pic2_t a{
	color:#E36E0E;
}
.pic3_l:hover * .more_line{
	color:#E36E0E;;
}






/*新闻中心列表*/
.news_l{
	display:block;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	padding:20px 30px;;
	background-color:#F7F7F7;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	height:auto !important;
	border-bottom: 0px dotted #F0F1F6 !important;
}
.news_l * a{
	font-size:24px;;
	line-height:250%;

}
.news_l * img{
 	padding:0px;
	border:1px solid #E2E2E2;
	}
.news_p {
	float:left;
	width:268px;
	}
.news_l .float_l{
	width:100%;
}
.news_main{
	width:calc(100% - 425px) !important;
	padding-left:10px;
	}

.news_con {
	float:left;
	margin-top:10px;
	height:100px;
	}
.news_c {
	margin-top:15px;
	font-size:16px;
	line-height:220%;
	color:#ACACAC;
	height:80px;
	overflow:hidden;
	}
.news_l:hover{
	background-color:#E36E0E;
}
.news_l:hover *{
	color:#FFFFFF;
}


.news_d1{
	margin-top:40px;
	padding:20px 0 0;
	text-align:center;
	font-size:52px !important;
	font-family:'Impact';
	line-height:38px;
	color:#FFF;
	background-color:#E36E0E;
}
.news_d2{
	text-align:center;
	font-size:28px !important;
	font-family:'Impact';
	color:#FFF;
	background-color:#E36E0E;
}
/*新闻详细*/
.line_g {
	width:100%;
	height:1px;
	line-height:1px;
	border:none;
	border-top:1px solid #DDDDDD;
}
.line_r {
	width:100%;
	height:1px;
	line-height:1px;
	border:none;
	border-top:1px solid #D7000F;
}
.news_info_title {
	padding:20px 0;
	line-height:40px;
	width:100%;
	display:block;
	font-size:28px;
	color:#000;
	font-weight:bolder;
	text-align:center;
	}
.n_i_h2{
	display:block;
	margin:15px 0;
	float:right;
}
.n_i_h1{
	margin:10px 0;

}
.news_info_content{
	padding-top:0px;
	line-height:250%;
}
.news_info_content table,.news_info_content * table{
	margin:0 auto !important;
}
.news_info_content * td p{
	margin-bottom:0px !important;
}
h1 strong{
	font-size:20px !important;
	height:50px !important;
	line-height:50px !important;
}
/*分页特效*/
DIV.digg {
PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
DIV.digg A {
BORDER-RIGHT: #E36E0E 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #E36E0E 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 5px; BORDER-LEFT: #E36E0E 1px solid; COLOR: #E36E0E; PADDING-TOP: 2px; BORDER-BOTTOM: #E36E0E 1px solid; TEXT-DECORATION: none
}
DIV.digg A:hover {
BORDER-RIGHT: #E36E0E 1px solid; BORDER-TOP: #E36E0E 1px solid; BORDER-LEFT: #E36E0E 1px solid; COLOR: #000; BORDER-BOTTOM: #E36E0E 1px solid
}
DIV.digg A:active {
BORDER-RIGHT: #E36E0E 1px solid; BORDER-TOP: #E36E0E 1px solid; BORDER-LEFT: #E36E0E 1px solid; COLOR: #000; BORDER-BOTTOM: #E36E0E 1px solid
}
DIV.digg SPAN.current {
BORDER-RIGHT: #E36E0E 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #E36E0E 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 5px; BORDER-LEFT: #E36E0E 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #E36E0E 1px solid; BACKGROUND-COLOR: #E36E0E
}
DIV.digg SPAN.disabled {
BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 5px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}
.cures {
	background:url(bg.png) left 3px no-repeat ;
	}

/*产品展示*/
#cpzs_content{
	margin-top:30px;
	}
#cpzs_content .cpzs_c_l,#cpzs_content .cpzs_c_m{
	float:left;
	display:block;
	height:300px;
}
#cpzs_content .cpzs_c_m{
	width:24px;
	margin-top:15px;
	margin-bottom:15px;
}
#cpzs_content .cpzs_c_l{
	width:270px;
	background-color:#F3F3F3;
	margin-top:15px;
	margin-bottom:15px;
	padding:5px;
}
#cpzs_content .cpzs_c_l *{
	padding:0px;
	margin:0px;
}
#cpzs_content .cpzs_c_l .cpzs_c_l_t a{
	width:270px;
	height:54px;
	display:block;
	line-height:54px;
	font-size:14px;
	color:#666666;
	text-align:center;
}

#cpzs_content .cpzs_c_l_s{
	width:270px;
	background-color:#DE0300;
	margin-top:15px;
	margin-bottom:15px;
	padding:5px;
}
#cpzs_content .cpzs_c_l_s .cpzs_c_l_t a{
	width:270px;
	height:54px;
	display:block;
	line-height:54px;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;	
}
.yc{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;	
}
.no_info{
	width:100%;
	line-height:200px;
	height:200px;
	font-size:20px;
	text-align:center;
	color:#DE0300;
}
.show_mo{
	display:none;
}

#ny_main * .company_content{
	font-size:12px;
}
#ny_main * .company{
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	background-color:#DDDDDD;
	cursor:pointer;
}
#ny_main * .company .company_content{
	display:none;
}
#ny_main * .company_s{
	background:#E4007F;
}
#ny_main * .company_s .company_content{
	display:block;
}
#ny_main * .company_s *{
	color:#FFFFFF;
}

/*在线留言*/
#book{
	padding:0;
	margin:0;
	width:580px;
}
#book * input{
	border:1px dotted #666666;
	height:30px;
	line-height:30px;
	width:99%;
	background-color:#EEEEEE;
	}
#book * select{
	border:1px dotted #666666;
	height:34px;
	line-height:34px;
	width:99%;
	background-color:#EEEEEE;
	margin-top:5px;
	margin-bottom:5px;
	}
#book * textarea{
	border:1px dotted #666666;
	height:60px;
	line-height:34px;
	width:99%;
	background-color:#EEEEEE;
	margin-top:5px;
	margin-bottom:5px;
	}
#book * .hover:focus{
	border:1px dotted #FE8707;
	height:30px;
	line-height:30px;
	width:99%;
	background-color:#FFFFFF;
}
#book div{
	height:30px;
	line-height:30px;
	text-align:left;
	font-size:14px;
	font-weight:lighter;
	margin-top:5px;
	margin-bottom:5px;
}
#book .div1{
	margin-top:5px;
	height:auto !important;
	margin-bottom:5px;
}
#book * .btn{
	width:120px;
	height:30px;
	line-height:30px;
	border:none;
	background-color:#EEEEEE;
	color:#333333;
	font-size:16px;
	margin-right:20px;
	cursor:pointer;
}
#book * .btn2{
	background-color:#126AC2;
	color:#FFFFFF;
	cursor:pointer;
}
#book .text_input{
	height:56px;
}
/*内页留言兼容*/
#book .l_1,#book .l_2{
	width:580px;
}
#book div{
	height:40px;
	line-height:40px;
	font-size:16px;
}
#book * .btn{
	height:45px;
	line-height:45px;
	font-size:16px;
}
#book .div1{
	height:45px;
	line-height:45px;
	font-size:16px;
}
.ny_title{
	font-size:22px !important;
	font-weight:bold !important;
	color:#FF6600;
}
#lxwm{
	overflow:hidden;}
.us{ width:100px; float:left; background:#F9F9F9; padding:24px 20px 0; width:300px; height:240px; line-height:24px; color:#414040; margin-bottom:20px; margin-left:10px; margin-top:10px;}
.add{ width:574px; float:left; height:264px; margin-bottom:20px; margin-left:10px; margin-top:10px;}
.us{ width:575px;; margin-left:0px}
.us h2{font-size:32px; color:#E36E0E; line-height:60px;}
.us li{ width:560px; line-height:50px;border-bottom:1px solid #d3d3d3}

.other-solutions{ padding-top: 4.28em;}
.other-solutions-info .item{width:372px; float:left; margin:15px 0 15px 39px;border:solid 1px #EFEFEF;}
.other-solutions-info .item2{ margin-left:0;}
.other-solutions h2.title{ font-size:2.14em; margin-bottom:1.5em;}
.other-solutions-item{ background:#fff; padding:0 1.42em 1em 1.42em;}
.other-solutions-item .img-icon{ text-align:center; padding:3em 0 1.5em 0;}
.other-solutions-item .other-title{ text-align:center; line-height:3em; font-size:1.2em; margin-bottom:1.8em;}
.other-solutions-item .other-title a{ color:#000; height:60px; display:block;overflow: hidden; position:relative;}
.other-solutions-item .other-title a:after{ content:''; display:block; width:45px; height:2px; background:#5c92c7; position:absolute; bottom:0; left:50%; margin-left:-22px;}
.other-solutions-item:hover{ background:#126ac2; cursor:pointer; transition: 1s;-moz-transition: 1s; -webkit-transition: 1s; -o-transition:1s;}
.other-solutions-item:hover .other-title a{ color:#fff;}
.other-solutions-item:hover .other-title a:after{background:#fff;}
#quic_news *{

	font-size:14px;
}
.dw_div{
	height:10px;
}
#quic_news{
	height:40px;
	line-height:40px;
	background-color:#FFF;
	position:absolute;
	z-index:999999;
	border-radius:5px 5px 5px 5px;
	border:1px solid #DDDDDD;
}
#quic_news .prv{
	height:40px;
	line-height:40px;
	width:540px;
	margin-left:10px;
	float:left;
}
#quic_news .fh{
	width:100px;
	height:40px;
	line-height:40px;
	background-color:#126AC2;
	float:right;
	text-align:center;
	font-size:16px;
	border-radius:0 5px 5px 0;
	color:#FFFFFF;
}
/*人才招聘*/
#job{ margin-bottom:10px; overflow:hidden; margin-top:30px;}
#job dl{ width:1280px;padding:0px;text-align:center;}
#job dl .titles{ float:left; width:300px; background:#DDDDDD; height:60px; line-height:60px; font-size:20px; color:#333333; font-weight:lighter}
#job dl .job_l{ float:left;display:inline-block; width:300px; height:50px; line-height:50px; background:#FFFFFF; border-bottom:dashed black 1px; font-size:16px}
#job dl .job_c{ float:left;display:inline-block; width:1140px; padding:10px 30px; background:#FFFFFF; border-bottom:dashed black 1px; text-align:left; font-size:14px;}
#job dl .bg{background:#F4F4F4;}
/*人才招聘详情*/
#job dl .tt{ float:left; width:240px; background:#595759; height:60px; line-height:60px; font-size:14px; color:#FFFFFF; text-align:left; padding-left:30px;}
.job_title{font-size:32px; line-height:70px; height:70px; font-weight:lighter}
.job_info {margin-top:30px;}
.dott tr td {
	border-bottom:1px #ccc dashed;
}
.dott_line tr td {
	border-bottom:1px #ccc solid;
}


.dott_no tr  td {
	border-bottom:0px;
}
/*企业文化*/
#wh_l div{
	margin-top:20px;
	
	width:300px;
	text-align:center;
	float:left;
	overflow:hidden;
}
#wh_l div img{
	padding:0px;
	border:3px solid #F9F9F9;
	cursor:pointer;
	margin-bottom:50px;
}
#wh_l div img.act{
	padding:0px;
	border:3px solid #1B70CA;
}
#wh_i{
	clear:both;
		width:1120px;
		overflow:hidden;
		border:1px solid #DEDEDE;
		border-left:10px solid #1B70CA;
		background-color:#F9F9F9;
		padding:20px;
		margin-left:16px;
		margin-bottom:50px;
}
#wh_i .wh_t{
	FONT-SIZE: 28px; FONT-WEIGHT: bold; COLOR: #1b70ca;
}
/*首个产品*/
#pro_f{
	background-color:#EBF1F5;
	height:333px;
	overflow:hidden;
}
#pro_f #pro_f_p{
	width:588px;
	height:333px;
	overflow:hidden;
}
#pro_f .pro_f_t,#pro_f .pro_f_c{
	width:532px;
	text-align:left;
}
#pro_f .pro_f_t{
	font-size:42px;
	font-weight:bold;
	padding:40px 40px 0px;
}
#pro_f .pro_f_c{
	width:532px;
	text-align:left;
	padding:0px 40px;
}
#pro_f * img{
	transition: all 0.5s;
}
#pro_f:hover img{
	transform: scale(1.05);
}

/*人才招聘列表*/
.job_t{padding-left:30px;font-size:18px;height:60px;line-height:60px;cursor:pointer;background:#e1e1e1 url(join_icon1.png) no-repeat 95% center; margin-top:20px; border:1px solid #B9B9B9;}
.job_t.cur{color:#fff;background:#1b5db4 url(join_icon2.png) no-repeat 95% center; border:none;}
.job_i{ clear:both;padding:30px;background:#f4f5f7; margin-bottom:20px;}
/*产品详细列表*/
/*.pro_t{color:#000;padding-left:30px;font-size:18px;height:60px;line-height:60px;cursor:pointer; background-color:#E1E1E1; margin-top:20px; font-weight:bold;}
.pro_i{ clear:both;padding:30px 30px 10px;background:#f4f5f7; margin-bottom:20px; width:1140px;}
.p_l_i{ float:left;border:1px solid #E2E2E2; width:248px; margin-right:5px; padding:15px;}*/

.pro_t{padding-left:30px;font-size:18px;height:60px;line-height:60px;cursor:pointer;background:#e1e1e1 url(join_icon1.png) no-repeat 95% center; margin-top:20px; border:1px solid #B9B9B9;}
.pro_t.cur{color:#fff;background:#1b5db4 url(join_icon2.png) no-repeat 95% center; border:none;}
.pro_i{ clear:both;padding:30px;background:#f4f5f7; margin-bottom:20px; width:1140px; display:none;}
.p_l_i{ float:left;border:1px solid #E2E2E2; width:350px; margin-right:15px; margin-bottom:15px; padding:25px;}


/*联系方式*/
.contact .contact-1{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 50%;
	margin-top: 40px;
	margin-bottom:40px;
}
.contact .contact-1 .cont-left{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	padding: 20px 0 0 0;
}
.contact .contact-1 .cont-left .cont-le-title{
	float: left;
	width: 100%;
}
.contact .contact-1 .cont-left .cont-le-title span{
	display: inline-block;
	padding: 0 30px;
	line-height: 55px;
	font-size: 24px;
	border-radius: 5px;
	color: #fff;
	background: #FF5200;
}
.contact .contact-1 .cont-left .cont-le-list{
	float: left;
	width: 100%;
	margin-top: 31px;
}
.contact .contact-1 .cont-left .cont-le-list ul{
	float: left;
	width: 412px;
}
.contact .contact-1 .cont-left .cont-le-list ul li{
	float: left;
	width: 100%;
	line-height: 54px;
	font-size: 20px;
	color: #666;
	border-bottom: 1px dashed #eee;
}
.contact .contact-1 .cont-left .cont-le-list ul li img{
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.contact .contact-1 .cont-right{
	float: left;
	width: 100%;
}
.pro_list{
	overflow:hidden;
	display:block;
	margin-top:20px;
}
.pro_list .float_l{
	width:200px;
}
.r_title{
	font-size:24px;
	font-weight:bold;
	color:#FF5200;
	margin-bottom:10px;
}
.pro_nav div {
	width:200px;
	height:40px;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
}
.pro_nav div a {
	display:block;
	width:198px;
	height:38px;
	line-height:38px;
	text-align:center;
	font-size:14px !important;
	background-color:#EBF1F5;
	border: 1px solid #E7EEF3;
}
.pro_nav div a.cur,.pro_nav div a:hover {
	background-color:#FF5200;
	color:#FFFFFF;
}
.pro_list .float_r{
	padding:10px 30px;background:#f4f5f7; margin-bottom:10px; width:920px;border: 1px solid #E7EEF3;
}

.core_01 {}
.core_01 h1{font-weight: bold; text-align: center;  width: 100%; padding: 30px 0; padding-top: 50px; height:600px}
.core_01 ul{overflow: hidden;}
.core_01 li{float: left;width: 20%;*margin-left: -1px; text-align: center; padding:120px 0;}
.core_01 li dl{padding: 0 10px;}


.core_01 dt{width: 37px; height: 37px; margin: auto; margin-bottom: 20px;overflow: hidden;}
.core_01 dt img{width: 100%;transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
.core_01 dt .core_img01{display: block;}
.core_01 dt .core_img02{-webkit-transform: translateY(50px); -moz-transform: translateY(50px);-o-transform: translateY(50px);-ms-transform: translateY(50px);transform: translateY(50px);}
.core_01 dd h3{margin-bottom: 10px;}
.core_01 li:hover{ background-color:#FF5200}
.core_01 li:hover * { color:#FFFFFF;}
.core_01 li:hover * img {
filter: grayscale(500%) brightness(1000%);
}
#zoomiocontainer{ /* container containing enlarged image (native sized image) */
	position: absolute;
	z-index: 1000;
	overflow: hidden;
	background: white;
	visibility: hidden;
}

#zoomiocontainer img{ /* image inside zoom container */
	width: auto !important;
	height: auto !important;
	position: absolute !important;
	display: block !important;
}

#zoomiocontainer.mobileclass{ /* CSS class added to zoom container on mobile OS */
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.qxhr{
	width:1280px;
	clear:both;
	overflow:hidden;
}
.qxhr_l{
	width:620px;
	float:left;
	text-align:left;
}
.qxhr_r{
	width:540px;
	float:left;
}
.qxatitle{
	font-size:18px;
	font-weight:bold;
	clear:both;
	height:40px;
	line-height:40px;
	margin-top:15px;
}
.qxbig{
	font-size:26px;
	font-weight:bold;
	color:#FB5231;
	clear:both;
	padding-bottom:10px;
	overflow:hidden;
}
.qxsmall{
	font-size:18px;
	clear:both;
	overflow:hidden;
}

.lxfs-main1 {
    background: #f7f7f7;
	overflow:hidden;
    padding: 10px;
	margin-bottom:20px;
	margin-top:10px;
}

.lxfs-main1-main {
    background: #fff;
    box-sizing: border-box;
}

.lxfs-main1-main .left, .lxfs-main1-main .right {
    width: 50%;
    height: 100%;
}

.lxfs-main1-main .left {
    box-sizing: border-box;
    padding: 22px 40px 0 30px;
}

.lxfs-main1-main .left h1 {
    font-size: 24px;
    line-height: 31px;
    color: #111111;
    font-weight: bold;
}

.lxfs-main1-main .left h2 {
    font-size: 24px;
    line-height: 32px;
    color: #111111;
    margin-top: 28px;
}

.lxfs-main1-main .left p {
    font-size: 16px;
    line-height: 32px;
    color: #111111;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.lxfs-main1-main .left p:last-child {
    border-bottom: 0;
}

.pro_l li {
	width:376px;
	display:inline-block;
	margin:0 10px;
}
.pro_l li figure {
	background-color:#eee;
	display:block;
	line-height:normal;
	overflow:hidden;
	position:relative
}
.pro_l li figure img {
	display:block;
	width:374px;
	height:263px;
	border:1px solid #E2E2E2;
	transition:424ms linear
}
.pro_l li figcaption {
	text-align:center;
	display:block;
	color:#5d5d5d;
	font-size:16px;
	height:40px;
	line-height:40px;
	line-height:normal;
	margin-top:14px;
	transition:350ms
}
.pro_l li figure mark {
	position:absolute;
	left:0;
	top:0;
	box-sizing:border-box;
	width:100%;
	height:100%;
	background:rgba(235,97,35,.2);
	background:#eb6123\9;
	filter:alpha(opacity=20);
	z-index:20;
	opacity:0;
	transform:skewX(45deg);
	visibility:hidden;
	transition:360ms
}
.pro_l li figure mark b {
	display:block;
	width:46px;
	height:46px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-23px;
	margin-top:-23px;
	z-index:30
}
.pro_l li figure mark b:before {
	content:"";
	width:100%;
	height:1px;
	background:#eb6123;
	position:absolute;
	left:0;
	top:23px;
	transform:translateX(-200px);
	-webkit-transform:translateX(-200px);
	-moz-transform:translateX(-200px)
}
.pro_l li figure mark b:after {
	content:"";
	width:1px;
	height:100%;
	background:#eb6123;
	position:absolute;
	left:23px;
	top:0;
	transform:translateY(-200px);
	-webkit-transform:translateY(-200px);
	-moz-transform:translateY(-200px)
}
.pro_l li figure mark:before {
	content:"";
	width:100%;
	height:0%;
	border-left:3px solid #eb6123;
	border-right:3px solid #eb6123;
	box-sizing:border-box;
	position:absolute;
	left:0;
	top:0;
	transition:320ms
}
.pro_l li figure mark:after {
	content:"";
	width:0%;
	height:100%;
	border-top:3px solid #eb6123;
	border-bottom:3px solid #eb6123;
	box-sizing:border-box;
	position:absolute;
	left:0;
	top:0;
	transition:320ms
}
.pro_l li:hover figure mark {
	opacity:1;
	transform:skewX(0);
	visibility:visible
}
.pro_l li:hover figure mark:before {
	height:100%;
	transition:330ms 200ms
}
.pro_l li:hover figure mark:after {
	width:100%;
	transition:330ms 200ms
}
.pro_l li:hover figure img {
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05)
}
.pro_l li:hover figure mark b:before {
	transition:355ms 180ms;
	transform:translateX(0);
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0)
}
.pro_l li:hover figure mark b:after {
	transition:355ms 240ms;
	transform:translateY(0);
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0)
}
.pro_l li:hover figcaption {
	text-align:center;
	color:#eb6123
}
/*产品详情*/
.ppwh-main {
    padding:0;
}

.ppwh-main2 {
    margin-top: 60px;
}

.ppwh-main2 .left {
    width: 522px;
    height: 330px;
    display: block;
}

.ppwh-main2 .right {
    width: 50%;
}

.ppwh-main2 .right h2 {
    font-size: 35px;
    line-height: 35px;
    color: #0B3190;
    font-weight: bold;
}

.ppwh-main2 .right h2::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: #333333;
    margin-top: 36px;
    margin-bottom: 26px;
}

.ppwh-main2 .right p {
    font-size: 14px;
    color: #222;
    line-height: 30px;
	margin-bottom:0px;
}

.ppwh-main3 {
    text-align: center;
	padding-top:70px;
}

.ppwh-main3 li {
    display: inline-block;
    width: 256px;
    margin: 0;
    vertical-align: top;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}

.ppwh-main3 li div {
    width: 99px;
    height: 99px;
    border: 2px solid #0B3190;
    margin: 0 auto;
    border-radius: 100%;

}

.ppwh-main3 li:hover div img:first-child {
    display: none;
}

.ppwh-main3 li:hover div {
    background: #0B3190;

}

.ppwh-main3 li h2 {
    font-size: 22px;
    line-height: 24px;
    color: #222222;
    font-weight: bold;
    margin-top: 24px;
}

.ppwh-main3 li p {
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    margin-top: 14px;
}


#ny_main * .news_list2 { 
	width:1500px;
	padding-top:5px;
	height:auto; 
	margin:0; 
	clear:both; 
} 
#ny_main * .news_list2 li { 
	width:1500px; 
	height: 50px; 
	display:block;
	padding-left: 0px; 
	line-height:50px;
	background:url(dot.png) left center no-repeat;
	border-bottom:1px dashed #E2E2E2;
	text-align:right;
} 
#ny_main * .news_list2 li:hover {
	color:#F86D18;
	border-bottom:1px dashed #F86D18;
} 
#ny_main * .news_list2 li a { 
	width:1350px; 
	height: 50px;
	display:block; 
	text-align:left;
	padding-left:18px;
	line-height:50px;
	float:left;
}
/*团队*/
.tuanduititle{
	font-size:26px;
	font-weight:bold;
	color:#0B3190;
	margin:15px;
}
.tuanduicontent{
	padding:15px;
	background-color:#F5F5F5;
}
.content20 * p *,.content20 p *,.content20 p{
	font-size:18px !important;
}
.content20 strong,.content20 * strong,.content20 * strong *{
	font-size:20px !important;
	color:#000080 !important;
}