.prohd {
	width: 100%;
	height: 350px;
}


.bodycon {
	width: 1200px;
	margin: 30px auto;
}

.bodycon .left {
	float: left;
	width: 260px;
}

.bodycon .center {
	float: right;
	width: 920px;
}


.nypro_main {
	width: 260px;
}

.nypro_tit {
	padding: 20px;
	background: #2255ca;
	color: #fff;
	text-align: center;
	font-size: 24px;
	border-bottom: 2px solid #fff;
}

.nypro_tit span {
	font-size: 16px;
}

.nypro_list_nav {
	padding-left: 15px;
	width: 245px;
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #fff;
	background: url(../img/20200825165411_923715820.png) no-repeat 30px #efefef;
	text-indent: 50px;
}

.nypro_list_nav a {
	display: block;
	font-size: 16px;
}

.nypro_list_nav:hover {
	background: url(../img/20200825164821_1490568087.png) no-repeat 30px #2255ca;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.nypro_list_nav:hover a {
	color: #fff;
	text-decoration: none;
}


.pcl_tel {
	width: 230px;
	margin-top: 32px;
	border-bottom: 1px #eee solid;
	padding-bottom: 32px;
	padding-left: 25px;
}

.pcl_tel span {
	background: url(../img/20191224143146_1130181819.jpg) left no-repeat;
	font-size: 15px;
	font-weight: 100;
	padding-left: 30px;
}

.pcl_tel p {
	display: block;
	font-size: 30px;
	font-weight: bold;
	font-family: Impact;
	line-height: 36px;
}

.pcl_tel em {
	font-style: none;
	color: #999;
	font-size: 14px;
	margin-top: 8px;
}


.position {
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: left;
	width: 100%;
	text-indent: 1.7em;
	transition: 0.1s all;
	background: url(../img/20200822103734_615449706.png) 0 9px no-repeat;
	letter-spacing: 1px;
	position: relative;
	border-bottom: 1px dashed #ccc;
}

.position:hover {
	background-position: 0 -31px;
}

.position a {
	font-size: 16px;
}



.ny_prototal {
	width: 100%;
	overflow: hidden;
}

.ny_prolist {
	width: 31.3%;
	margin: 0 1%;
	float: left;
	margin-bottom: 2%;
	overflow: hidden;
}

.ny_propic {
	position: relative;
	overflow: hidden;
}

.ny_propic a {
	display: block;
}

.ny_propic a img {
	width: 100%;
}

.ny_propic a:before {
	content: '';
	width: 0%;
	height: 0%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 2;
	top: 0;
	display: block;
	transition: all 0.3s;
}

.ny_propic span {
	width: 60px;
	height: 60px;
	display: none;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: -30px;
	top: 39%;
	border: solid 1px #fff;
	border-radius: 60px;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	box-sizing: border-box;
}

.ny_prolist:hover .ny_propic a:before {
	width: 100%;
	height: 100%;
}

.ny_prolist:hover .ny_propic span {
	display: block;
}

.ny_protil {
	width: 100%;
	background: #f5f5f5;
	margin-top: 0.8%;
	position: relative;
	overflow: hidden;
}

.ny_protil a {
	height: 45%;
	padding: 3% 4% 4% 5%;
	font-size: 16px;
	position: relative;
	z-index: 2;
	display: block;
}

.ny_protil span {
	display: block;
	width: 67px;
	height: 12px;
	background: url(../img/20200522095054_1768699360.png);
	margin-top: 3%;
}

.ny_prolist:hover .ny_protil span {
	background-position: 0px -12px;
	transition: all 0.3s;
}

.ny_prolist:hover .ny_protil a {
	color: #fff;
}

.ny_protil:before {
	width: 0;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #2255ca;
	transition: all 0.3s;
}

.ny_prolist:hover .ny_protil:before {
	width: 100%;
}


.pages_info {
	padding: 30px 0;
	text-align: center;
}

.pages_info li {
	display: inline-block;
}

.pages_info a {
	padding: 5px;
}

.pages_info .active a {
	color: #2255ca;
	font-weight: bold;
}



div.zoomDiv {
	z-index: 9999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: url("../img/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.prod_info {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f2f2f2;
	border-radius: 3px;
}

.prod_info .fl {
	width: 420px;

}

.prod_info .fl img {
	width: 100%;
}

.prod_info .fr {
	position: relative;
	width: 460px;
}

.prod_info .fr h1 {
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.prod_info .fr .desc {
	display: block;
	padding: 15px 0;
	line-height: 2;
	height: 180px;
	overflow: hidden;
}

.prod_info .fr .btn {
	padding: 10px 20px;
	background-color: #2255ca;
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
	border-radius: 3px;
	background-image: url(../img/liaotan.png);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 50px;
}

.prod_info .fr .btn:hover {
	background-color: #37a731;
	text-decoration: none;
}

.prod_info .fr .bott {
	margin-top: 20px;
}

.prnt {
	margin-top: 40px;
}

.prnt div {
	margin: 10px 0;
}

.prod_comm {
	margin-top: 20px;
}

.prod_title {
	padding: 12px;
	background-color: #eee;
	border-radius: 3px;
}

.prod_title h3 {
	color: #333;
}

.prod_content img {
	max-width: 100%;
}




/*新闻*/
.nswsfenlei {
	margin: 0 auto;
	width: 600px;
	margin-bottom: 50px;
	margin-top: 40px;
	height: 46px;
}

.nswsfenlei li {
	width: 146px;
	height: 44px;
	border: 1px solid #d9d9d9;
	float: left;
	text-align: center;
	margin-right: -1px;
	line-height: 44px;
	transition: all .5s;
	text-decoration: none;
	background: #fff;
}

.nswsfenlei li a {
	display: block;
	font-size: 15px;
	color: #333;
	text-decoration: none;
}

.nswsfenlei li a:hover {
	color: #fff;
}

.nswsfenlei li:hover,
.curNewsType {
	background-color: #2255ca !important;
	border-color: #2255ca;
}

.curNewsType a {
	color: #fff !important;
}

.nynewslist {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 30px 0;
	overflow: hidden;
	position: relative;
	background: #FFF;
}

.nynewslist a {
	text-decoration: none;
}

.nynewslist:hover {
	box-shadow: 0 0 60px -10px rgba(0, 0, 0, .2);
}

.nynewslist:hover .nynewslist_l {
	left: 20px;
}

.nynewslist:hover .nynewslist_r {
	left: 20px;
}

.nynewslist:hover .nynewslist_rmore {
	left: 29%;
}

.nynewslist_l {
	width: 23%;
	float: left;
	position: relative;
	left: 0;
	overflow: hidden;
	transition: all .5s;
}

.nynewslist_l img {
	width: 100%;
	transition: all 0.5s;
}

.nynewslist:hover img {
	transform: scale(1.2);
}

.nynews_time {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 122px;
	height: 75px;
	background: rgba(27, 97, 225, 0.9);
	font-family: arial;
	color: #fff;
	text-align: center;
	padding-top: 15px;
}

.ny_day {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
}

.ny_month {
	font-size: 16px;
	line-height: 20px;
}

.nynewslist_r {
	text-align: left;
	position: relative;
	width: 72%;
	padding: 20px;
	float: right;
	transition: all .5s;
	left: 0;
}

.nynewslist_r p {
	margin-bottom: 20px;
}

.nynewslist_r a {
	font-size: 20px;
}

.nynewslist_r span {
	display: block;
	color: #888;
	overflow: hidden;
	line-height: 24px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #d9d9d9;
	margin-bottom: 30px;
}

.nynewslist_rmore {
	display: block;
	background: url(../img/20200522134923_171532523.jpg) no-repeat;
	position: absolute;
	left: 27%;
	bottom: 40px;
	padding-left: 22px;
	line-height: 21px;
	transition: all 0.5s;
}

.nynewslist_r a.nynewslist_rmore {
	font-size: 14px;
}



.nyxqnewsbg {
	width: 100%;
	background: #f4f4f4;
	padding: 30px 0;
}

.nyxqnews {
	margin: 0 auto;
	width: 1200px;
}

.nyxqnews_left {
	width: 300px;
	float: left;
}

.news_lefttit {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
}

.news_lefttit h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	display: block;
	margin-bottom: 15px;
	color: #333;
}

.news_lefttit span {
	display: block;
	float: left;
	border-left: 1px dotted #b6b6b6;
	color: #999;
	line-height: 14px;
	padding: 0 10px;
}

.news_lefttit .chuchu {
	padding: 0 10px 0 0;
	border-left: none;
}

.newsshare {
	float: right;
	margin-top: -8px;
}

.nyxqnews_leftcont {
	margin-top: 20px;
	line-height: 28px;
	color: #777;
}

.nyxqnews_leftpage {
	width: 890px;
	margin-left: -30px;
	margin-top: 20px;
	border-top: 1px solid #e7e7e7;
	line-height: 70px;
}

.nyxqnews_leftup {
	float: left;
	border-right: 1px solid #e7e7e7;
	width: 364px;
	padding-left: 50px;
	padding-right: 30px;
	height: 70px;
	overflow: hidden;
	background: url(../img/newsup.png) 30px 29px no-repeat;
}

.nyxqnews_leftdown {
	float: right;
	text-align: right;
	width: 365px;
	padding-left: 30px;
	padding-right: 50px;
	height: 70px;
	overflow: hidden;
	background: url(../img/newsdown.png) 413px 29px no-repeat;
}

.nyxqnews_right {
	width: 830px;
	float: right;
	position: relative;
	padding: 30px;
	background-color: #fff;
}

.nywenzhang {
	padding: 30px 30px 20px 30px;
	background: #FFF;
}

.nyxqnews_righttit {
	font-size: 18px;
	border-bottom: 1px solid #e7e7e7;
	height: 36px;
	line-height: 18px;
	position: relative;
}

.nyxqnews_righttit:before {
	content: "";
	width: 75px;
	height: 1px;
	background: #1059a9;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.nyxqnews_righttit strong {
	color: #1059a9;
}

.nyxqnews_rightcont {
	margin-top: 10px;
	line-height: 36px;
}

.nyxqnews_rightcont a {
	display: block;
	background: url(../img/newswenzhagn.png) left center no-repeat;
	padding-left: 22px;
	width: 220px;
	height: 36px;
	overflow: hidden;
}

.nyzx {
	margin-top: 10px;
}




/*公司简介*/
.about_bg {
	width: 100%;
	height: 400px;
	background: #f3f3f3;
}

.about_nr {
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
}

.about_fl {
	float: left;
	width: 400px;
	color: #333;
}

.about_fl i {
	margin-bottom: 4px;
	font-size: 50px;
	line-height: 32px;
	font-family: TwCenMT;
}

.about_fl em {
	font-size: 26px;
	line-height: 26px;
	font-family: TwCenMT;
}

.about_fl span {
	display: block;
	margin: 30px 0 14px 0;
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
}

.about_fl p {
	font-size: 20px;
	line-height: 20px;
	color: #555;
}

.consult_btn {
	margin-top: 60px;
	width: 162px;
	border-radius: 10px 0 10px 0;
	background: url(../img/20200822153545_2015101819.png) 107px 17px no-repeat #2255ca;
	line-height: 48px;
	text-indent: 34px;
}

.consult_btn a {
	font-size: 16px;
	color: #fff;
	display: block;
}

.about_fr {
	float: right;
	width: 780px;
	line-height: 32px;
	color: #555;
	font-size: 16px;
}



/*企业文化*/
.culture_bg {
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	height: 295px;
}

.culture_bt {
	text-align: center;
	color: #333;
	height: 65px;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	background: url(../img/20200822154810_1872758306.png) bottom no-repeat;
}

.culture {
	margin-top: 42px;
}

.culture li {
	float: left;
	height: 189px;
	width: 299px;
	border-left: 1px solid #ccc;
	text-align: center;
	font-size: 16px;
	color: #555;
	line-height: 28px;
}

.culture li:nth-child(1) {
	border-left: none;
}

.culture li em {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	text-align: center;
}

.culture li img {
	position: absolute;
	transition: all 0.5s;
	top: 0;
	left: 129px;
}

.culture li:hover img {
	transform: rotateY(360deg);
	top: -15px;
}

.culture li span {
	margin: 34px 0 20px 0;
	display: block;
	font-size: 26px;
	color: #333;
}

.culture li:hover span {
	color: #2255ca;
}


.case_bg {
	margin-top: 60px;
	margin-bottom: 100px;
}

.case_bt {
	height: 86px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	background: url(../img/20200819154207_745371104.png) bottom no-repeat;
}

.case_bt span {
	display: block;
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 36px;
	color: #333;
	font-weight: bold;
}

.case_main {
	position: relative;
	margin: 29px auto 0 auto;
	height: 492px;
	width: 1200px;
}

.case_main td {
	position: relative;
	display: block;
	float: left;
	width: 325px;
	margin: 5px;
	overflow: hidden;
	transition: all 0.8s linear;
}

.case_main td {
	padding-left: 0;
}

.case_main td>a {
	display: block;
	overflow: hidden;
}

.case_main td img {
	width: 100%;
	transition: 0.5s all ease-in-out;
}

.case_main td:hover a img {
	transform: scale(1.2);
}

.case_main td:nth-child(1) {
	margin-left: 0px;
	margin-right: 0px;
}

.case_main td:nth-child(2) {
	width: 540px;
	height: 492px;
}

.case_main td:nth-child(3) {
	position: absolute;
	right: 0px;
	margin-right: 0px;
}

.case_main td:nth-child(4) {
	position: absolute;
	left: 0px;
	top: 248px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.case_main td:nth-child(5) {
	position: absolute;
	right: 0px;
	top: 248px;
	margin-right: 0px;
}

.case_main div a {
	display: block;
	position: absolute;
	bottom: 24px;
	background: rgba(238, 238, 238, 0.9) url(../img/20200821100510_1062683609.png) 284px no-repeat;
	width: 325px;
	line-height: 53px;
	text-align: left;
	text-indent: 16px;
}

.case_main td:nth-child(2) img {
	height: 492px !important;
}

.case_main td:nth-child(2)>div>a {
	width: 100%;
	bottom: 0px;
	background: rgba(238, 238, 238, 0.9) url(../img/20200821100510_1062683609.png) 500px no-repeat;
}

.case_main td:hover>div>a {
	color: #fff;
	opacity: 0.9;
	background: #2255ca url(../img/20200821102642_1663896102.png) 284px no-repeat;
}

.case_main td:nth-child(2):hover>div>a {
	background: #2255ca url(../img/20200821102642_1663896102.png) 500px no-repeat;
}



/*联系方式*/
.contact_bg {
	margin: 0 auto;
	margin-top: 38px;
	width: 1200px;
	height: 1062px;
	background: #f5f5f5;
}

.information1 {
	padding-top: 58px;
	height: 356px;
	border-bottom: 1px solid #e6e6e6;
}

.contact_fl {
	float: left;
	padding-left: 58px;
	width: 261px;
	color: #b1b1b1;
	font-size: 16px;
}

.contact_fl span {
	font-weight: normal;
	color: #b9bac1;
	font-size: 26px;
	font-family: Arial;
}

.contact_fl i {
	display: block;
	font-size: 44px;
	line-height: 82px;
	color: #383838;
	font-weight: bold;
}

.contact_btn {
	margin-top: 58px;
	width: 211px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #2255ca;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
}

.contact1 {
	float: left;
	position: relative;
	width: 450px;
	margin-left: 117px;
}

.contact1:before {
	position: absolute;
	left: -55px;
	content: '';
	width: 1px;
	height: 298px;
	background: #e4e4e4;
}

.contact1 span {
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #2255ca;
	font-weight: bold;
}

.contact1 p {
	margin-top: 20px;
	line-height: 32px;
	font-size: 16px;
}

.contact2 {
	position: relative;
	float: left;
	width: 254px;
	margin-left: 30px;
}

.contact2:before {
	position: absolute;
	top: 0px;
	left: -40px;
	content: '';
	width: 1px;
	height: 298px;
	background: #e4e4e4;
}

.contact_wx {
	margin-left: 16px;
	width: 400px;
}

.contact_wx img {
	width: 180px;
	height: 180px;
}

.contact2 span {
	margin-top: 20px;
	margin-left: 15px;
	display: block;
	float: left;
	width: 190px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
}

.contact2 span:nth-child(3) {
	width: 179px;
}

/*地图*/
.contact_map {
	margin-top: 56px !important;
	margin: 0 auto;
	width: 1085px;
	height: 533px;
}



/*解决方案*/
.nylist {
	width: 100%;
}

.nylist li {
	width: 31.3%;
	margin: 0% 1% 2%;
	float: left;
}

.nylist-photo {
	width: 100%;
	display: block;
	overflow: hidden;
}

.nylist-photo img {
	width: 100%;
	transition: all linear 0.5s;
}

.nylist li:hover .nylist-title:after {
	transform: rotate(180deg);
	top: 15px;
	right: 23px;
}

.nylist-title {
	line-height: 60px;
	background: #f5f5f5;
	padding-left: 25px;
	font-size: 16px;
	position: relative;
}

.nylist li:hover .nylist-title {
	color: #2255ca;
}

.nylist-title:after {
	content: '+';
	position: absolute;
	right: 24px;
	top: 20px;
	transition: 0.5s;
	display: block;
	width: 25px;
	height: 25px;
	transform: rotate(0deg);
	font-size: 40px;
	font-weight: normal;
	line-height: 20px;
}

.content{
	padding: 50px 0;
}
.content img{
	display: block;
	margin: 0 auto !important;
}