@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
/*th, td{margin: 0; padding: 0;}*/
html {
	color: #666;
}
html, body {
	width: 100%;
	min-width: 320px;
}
body, button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
	background: #fff
}
ul, ol, li, dl, dd, dt {
	list-style: none;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
label, button {
	cursor: pointer;
}
/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
/*连续英文、数字换行*/
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}
/*单行文字超出显示省略号*/
.omg {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #3a3a3a;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover {
	text-decoration: none
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#6d6e70;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}
.w1300{
	width:1300px;
	margin:0 auto;
}

.header{}
.top{
	margin-top:6px;
	border-bottom:1px solid #e7e7e7;
	line-height:36px;
	font-family:"宋体";
	font-size:14px;
	color:#3c3b3b;	
}
.top .fr{
	letter-spacing:0.1em;
}

.head{
	height:125px;
	position:relative;
}
.logo{
	float:left;
	margin-top:35px;
}

.nav {
	width:1020px;
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 0;
}
.nav a {
	color: #000;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline; /*margin:0 9px;*/
}
.nav .nLi h3 {
	float: left;
}
.nav .nLi h3 a {
	display: block;
	width: 84px;
	height: 60px;
	line-height: 60px;
	margin: 0 20px;
	text-align: center;
	font-size: 16px;
	color: #333;  /*border-bottom:#fff 3px solid;*/
	position: relative;
}
.nav .nLi h3 a .nav-e {
	font-size: 13px;
	color: #cbb7b7;
}
.nav .sub {
	display: none;
	width: 160px;
	left: 0px;
	top: 50px;
	position: absolute;
	line-height: 26px;
}
.nav .sub li {
	zoom: 1;
	background: #1f61af;
}
.nav .sub a {
	display: block;
	width: 138px;
	height: 38px;
	line-height: 38px;
	border-bottom: #d5d5d5 1px solid;
	padding-left: 22px;
	
	font-size: 16px;
	color: #fff;
	position: relative;
}
.nav .sub a:hover {
	background: #f78c00;
}
.nav .on h3 a, .nav .on h3 a .nav-e { /*border-bottom:#1f61af 3px solid;*/
}
.nav .line {
	float: left;
	background: url(../images/nav_line.png) center no-repeat;
	width: 4px;
	height: 50px;
}
.nav .nLi h3 a:after {
	content: "";
	width: 00%;
	height: 3px;
	background: #1f61af;
	position: absolute;
	left: 50%;
	bottom: 0%;
	transition: all 0.3s
}
.nav .nLi.on h3 a:after {
	width: 100%;
	left: 0
}

.banner{}
.fullSlide {
	width: 100%;
	position: relative;
	height: 660px;
	background: #000;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 660px;
	overflow: hidden;
	text-align: center;
	background-position:center center;
	background-repeat:no-repeat;
}
.fullSlide .bd li a {
	display: block;
	height: 660px;
	position: relative;
}
.fullSlide .bd li a .f_txt {
	background: url(../images/touming.png) repeat;
	height: 58px;
	padding-top: 5px;
	text-align: left;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	padding-left: 15px;
}
.fullSlide .bd li a .f_txt span {
	font-size: 12px;
	line-height: 20px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 42px;
	line-height: 30px;
	text-align: center;
	/*background: url(../images/tm.png) repeat;*/
	_filter: alpha(opacity=60);
}
.fullSlide .hd ul {
	text-align: right;
	padding-top: 16px;
	text-align: center;
}
/*	.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; overflow:hidden; margin-right:3px;  width:20px; height:20px; line-height:20px; text-align:center; background:#3a3645; color:#FFFFFF;
 filter:alpha(opacity=80);  
      -moz-opacity:0.8;  
      -khtml-opacity: 0.8;  
      opacity: 0.8;  
	}*/
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 80px;
	height: 4px;
	margin: 0 10px;
	overflow: hidden;
	line-height: 9999px;
	background: #fff;
}
.fullSlide .hd ul .on {
	background: #1f60ad;
}
.fullSlide .prev,  .fullSlide .next {
	position: absolute;
	left: 5%;
	top: 256px;
	display: block;
	width: 76px;
	height: 148px;
	line-height: 148px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.fullSlide .prev img,  .fullSlide .next img {
	margin-left: 0px;
	margin-top: 0px;
}
.fullSlide .next {
	left: auto;
	right: 5%;
}

.footer{
	margin-top:52px;
	padding:45px 0 16px;
	background-color:#535353;
}
.footer .footlogo{
	float:left;
	width:290px;
}
.footer .footlogo img{
	margin-top:16px;
}
.footer .footlogo .footfwrx{
	padding-left:75px;
	margin:50px 0 0 5px;
	background:url(../images/footfwrx.png) no-repeat left center;
	color:#fff;
}
.footer .footlogo .footfwrx span{
	display:block;
	margin-bottom:10px;
	font-family:"新宋体";
	font-size:30px;
	letter-spacing:0.1em;
}
.footer .footlogo .footfwrx p{
	font-size:16px;
}

.footer .footinfo{
	float:left;
	/* width:496px; */
	height:194px;
	padding:16px 28px 0;
	border-left:1px solid #757575;
	border-right:1px solid #757575;
	font-size:18px;
	color:#fff;
	line-height:36px;
	/* letter-spacing:0.1em; */
	white-space:pre-wrap;
}
.footer .qrcode{
	float:left;
	margin:2px 0 0 28px;
}
.footer .qrcode img{max-width:160px;}
.footer .qrcode p{
	font-size:16px;
	color:#fff;
	text-align:center;
}
.footer .copy{
	margin-top:32px ;
	font-size:16px;
	color:#fcf9f9;
	letter-spacing:0.1em;
	text-align:center;
}
.footer .copy a{color:#fff;}
.footer .copy a:hover{ color:#03a3e6;}

.onlineqq{ position:absolute; right:0; top:150px;}
.onlineqq .slide_min{ width:28px; height:112px; background:url(../images/slide_min.jpg) no-repeat; cursor:pointer;}
.onlineqq .slide_box{ width:154px; height:auto; overflow:hidden; background:url(../images/slide_box_bg.jpg) repeat-y; font-size:12px; text-align:center; line-height:130%; color:#666; border-bottom:2px solid #76A20D;}

.onlineqq .slide_box p{ text-align:center; padding:5px; margin:5px;border-bottom:1px solid #ddd;line-height:2;}
.onlineqq .slide_box span{ padding:5px 10px; display:block;}
.onlineqq .slide_box span a{ color:#76A20C;}

.ny_banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ny_banner .slideshow {
	height: 310px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ny_content {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ny_content .content_right {
	float: right;
	width: 100%;
	padding: 1%;
}
.ny_content .content_right2 {
	float: none;
	padding: 0;
	padding-bottom: 30px;
}
.ny_content .content_right .bread_nav {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.ny_content .content_right .bread_nav div {
	width: 100%;
	text-align: left;
	color: #777;
	overflow: hidden;
	font-size: 14px;
}
.ny_content .content_right .bread_nav div>em {
	display: inline-block;
	width: 25px;
	height: 40px;
	background: url(../images/dw.png) center center no-repeat;
	vertical-align: top;
}
.ny_content .content_right .bread_nav li{display:inline-block;}
.ny_content .content_right .bread_nav div a {
	color: #555;
}
.ny_content .content_right .bread_nav div a:hover {
	color: #0256ac;
	text-decoration:underline;
}

.ny_tlt1 {
	width: 100%;
	margin-bottom: 30px;
}
.ny_tlt1 p {
	font-size: 24px;
	color: #515671;
	text-align: center;
}
.ny_tlt1 span {
	display: block;
	font-size: 14px;
	font-weight: lighter;
	color: #999;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.syFocusThumb {
	POSITION: relative;
	WIDTH: 100%;
	margin: 20px auto;
	padding-top: 60px;
}
.pagination {
	POSITION: absolute;
	TEXT-ALIGN: left;
	CLEAR: both;
	TOP: 0;
	LEFT: 0px;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 20px 0px #eaeaea;
	overflow: hidden;
}
.thumbWrap {
	POSITION: absolute;
	WIDTH: 80%;
	OVERFLOW: hidden;
	TOP: 0;
	LEFT: 10%;
}
.holder {
	WIDTH: 100%;
	text-align:center;
}
.holder I {
	
	font-style: normal;
	display: inline-block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	position: relative;
	padding: 0 5px;
	vertical-align: top;
	border-radius: 0 4px 0 4px;
	overflow: hidden;
	margin: 0 2px;
	
	transition: all .25s;
}

.pagination I.selected ,.pagination I:hover{
	background-color: #e41e34;
	color: #fff;
}
.pagination I.selected a ,.pagination I:hover a{
	color: #ffffff;
}
.toc {}
.toc a {
	color: #515671;
}

.sliderwrapper {
	width: 100%;
	padding-left: 5px;
	text-align: left;
}
.contentdiv {
	font-size: 0;
	margin: 0 10px;
}
.contentdiv:first-child {
	display: none !important;
}
.contentdiv a {
	text-align: center;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	padding: 8px 2%;
	color: #76838f;
	
	transition: .25s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	width: 8%;
	transition-duration: .3s;
	
	background: #f3f5f7;
	margin: 10px 5px 0 0;
}
.contentdiv a:hover {
	background: #afafaf;
	color: #fff;
}

.ny_content .content_right .conn {
	color: #555;
	font-size: 14px;
	line-height: 28px;
	padding-top: 10px;
	z-index: 1;
	position: relative;
}
.ny_content .ny_news_con2 {
    min-height: 300px;
}
.ny_products .pro_bd ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.ny_products .pro_bd ul li:nth-child(3n) {
	margin-right: 0px;
}
.ny_products .pro_bd ul li>div {
	display: block;
	width: 100%;
	box-sizing: border-box;
	
	border-radius: 0 0 2px 2px;
	background: #fff;
	padding-bottom: 20px;
	position: relative;
	box-shadow: 0px 0px 20px 0px #eaeaea;
}
.ny_products .pro_bd ul li>div a {
	display: block;
}
.ny_products .pro_bd ul li>div .pro_img {
	text-align: center;
	width: 100%;
	height: 300px;
	background: #fff;
	box-sizing: border-box;
	
	overflow: hidden;
}
.ny_products .pro_bd ul li>div .pro_img img {
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
}
.ny_products .pro_bd ul li>div .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.ny_products .pro_bd ul li>div p {
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
	color: #555;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}
.ny_products .pro_bd ul li>div p a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ny_products .pro_bd ul li>div span {
	margin: 0 auto;
	display: block;
	width: 118px;
	height: 34px;
	border: 1px solid #dadada;
	
	text-align: center;
	line-height: 34px;
	background: none;
	position: relative;
}
.ny_products .pro_bd ul li>div span:before {
	content: "";
	position: absolute;
	background: #e41e34;
	width: 0;
	height: 34px;
	left: 0;
	z-index: 0;
	transition: 0.3s;
	
}
.ny_products .pro_bd ul li>div span i {
	position: relative;
	z-index: 1;
	background: url(../images/pro_jt.png) center center no-repeat;
	display: block;
	width: 100%;
	height: 34px;
}
.ny_products .pro_bd ul li .l1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #515671;
	
	transition: all .25s;
}
.ny_products .pro_bd ul li .l2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #515671;
	
	transition: all .25s;
}
.ny_products .pro_bd ul li .l3 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #515671;
	
	transition: all .25s;
}
.ny_products .pro_bd ul li .l4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #515671;
	
	transition: all .25s;
}
.ny_products .pro_bd ul li>div:hover .l1 {
	width: 100%;
}
.ny_products .pro_bd ul li>div:hover .l2 {
	height: 100%;
}
.ny_products .pro_bd ul li>div:hover .l3 {
	width: 100%;
}
.ny_products .pro_bd ul li>div:hover .l4 {
	height: 100%;
}
.ny_products .pro_bd ul li>div:hover span {
	border: 1px solid #ffffff;
}
.ny_products .pro_bd ul li>div:hover span i {
	background: url(../images/pro_jt2.png) center center no-repeat;
}
.ny_products .pro_bd ul li>div:hover span:before {
	width: 100%;
}

.dede_pages{padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;padding:0 10px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.dede_pages ul li a{float:left;color:#555;display:block}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}
.dede_pages ul li:hover a{color:#fff}
.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}
.dede_pages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid}
.dede_pages ul li.thisclass a{color:#fff}
.dede_pages .pageinfo{line-height:30px;padding-left:5px}
.dede_pages strong{font-weight:400}

/* 联系我我们 */
 .zs_ms {
    float: right;
    width: 514px;
    margin: 0 50px 30px 72px;
}
 .zs_ms .zs_ms_inp1 {
	width: 492px;
	height: 47px;
	border: #e1e1e1 1px solid;
	padding: 0 10px;
	font-size: 16px;
}
 .zs_ms .zs_ms_txt1 {
	float: left;
	width: 88px;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
	text-align: right;
	font-size: 16px;
}
 .zs_ms .xingbie {
	float: left;
	width: 70px;
	height: 47px;
	line-height: 47px;
	border: #e1e1e1 1px solid;
	text-align: center;
	font-size: 16px;
	margin-left: 10px;
	cursor: pointer
}
 .zs_ms .on {
	border: #1e60b0 1px solid;
}
 .zs_ms .zs_ms_textarea {
	width: 492px;
	height: 100px;
	border: #e1e1e1 1px solid;
	padding: 0 10px;
	font-size: 16px;
	line-height: 25px;
}
 .zs_ms .zs_ms_bt1 {
	width: 514px;
	height: 50px;
	border: #1e60b0 1px solid;
	background: #1e60b0;
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
}
.lxwm dl{margin-top:20px;}
.lxwm dl dt{
	font-size:16px;
	font-weight:bold;
}
.lxwm dl dd{
	margin-left:0;
	font-size:16px;
	white-space:pre-wrap;
}

.content_right .conn .proshow1 {
	padding: 40px 3% 40px;
	position: relative;
	background: #f3f5f7;
}
.content_right .conn .proshow1 .js-silder {
	float: left;
	width: 45%;
	margin-top: 0 !important;
	background: #ffffff;
}
.proshow1 .js-silder .silder-main-img {
	width: 100%;
	text-align: center;
	height: 413px;
	display: block;
}
.proshow1 .js-silder .silder-main-img img {
	max-width: 80% !important;
	max-height: 100%;
	vertical-align: middle
}
.proshow1 .js-silder .silder-main-img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.content_right .conn .proshow1 .prodesc {
	float: right;
	width: 51%;
}
.content_right .conn .pro_name {
	font-size: 30px;
	font-weight: bold;
	line-height: 44px;
	color: #02328d;
	margin-bottom: 20px;
}
.proshow1 .prodesc p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 10px;
}
.proshow1 .prodesc p.bt {
	font-size: 20px;
	font-weight: normal;
	color: #b5b5b5;
}
.content_right .conn .proshow1 .prodesc p.desc {
	height: 144px;
	overflow: hidden;
	color: #999;
	margin-top: 26px;
}
.content_right .conn .proshow1 .prodesc p.desc span {
	color: #333;
}
.content_right .conn .proshow1 .prodesc ul {
	overflow: hidden;
}
.content_right .conn .proshow1 .prodesc ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 12px;
}
.content_right .conn .proshow1 .prodesc ul li:nth-child(2n) {
	margin-right: 0px;
}

.content_right .conn .proshow1 .pro_btn {
	padding-top: 30px;
	overflow: hidden;
}
.content_right .conn .proshow1 .pro_btn1 {
	display: block;
	width: 40%;
	margin-right: 20px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #02328d;
	border-radius: 2px;
	float: left;
	border: 1px solid #fff;
}
.content_right .conn .proshow1 .pro_btn2 {
	display: block;
	width: 40%;
	margin-right: 0;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	background: #7b7b7b;
	color: #fff;
	border-radius: 2px;
	float: left;
	border: 1px solid #fff;
}
.content_right .conn .proshow1 .pro_btn2 em {
	display: block;
}
.content_right .conn .proshow1 .pro_btn1:hover {
	background: #fff;
	border: 1px solid #02328d;
	color: #02328d;
}
.content_right .conn .proshow1 .pro_btn2:hover {
	background: #fff;
	border: 1px solid #7b7b7b;
	color: #7b7b7b;
}

.proshow2 {
	padding-top: 20px;
}
.proshow2 .prodetail_con {
	float:right;
	width: 100%;
}
 .tags_title{
	border-bottom: 1px solid #DDD;
	margin-bottom:30px;
}
 .tags_title span{
    width: 80px;
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin-bottom: -1px;
    background: #f8f8f8;
    color: #333;
    display: block;
    margin-left: 5px;
    border: 1px solid #DDD;
    border-bottom: 1px solid #f8f8f8;
    font-weight: bold;
}

.proshow2 .prodetail_con .content {
	padding: 30px 0;
}

.cpzx .ly_msg {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}

.cpzx .ly_msg ul {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	padding: 0;
}
.cpzx .ly_msg ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 12px;
	padding: 0;
}
.cpzx .ly_msg ul li h4 {
	width: 10%;
	height: 45px;
	overflow: hidden;
	line-height: 34px;
	margin: 0;
	padding: 0 20px 0 0;
	color: #333;
	font-size: 14px;
	text-align: right;
	float: left;
	box-sizing: border-box;
	
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img.png) top right no-repeat;
	float: left;
	box-sizing: border-box;
	
}

.cpzx .ly_msg ul li .msg_tara {
	height: 118px;
}
.cpzx .msg_ipt1 input, .msg_tara textarea {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	
}

.cpzx .msg_tara textarea {
	height: 118px;
	line-height: 20px;
	resize: none;
}


.cpzx .ly_msg ul li .msg_btn {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
.cpzx .msg_btn input {
	display: block;
	width: 100px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	margin: 20px 15px 0 0;
	padding: 0;
	background-color: #f0f0f0;
	color: #333;
	font-size: 13px;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 83%;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	
}
.cpzx .msg_ipt12 input {
	height: 45px;
	line-height: 16px;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	
}
.cpzx .ly_msg ul li h4 {
	width: 10%;
	height: 45px;
	font-size: 12px;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 90%;
}

.cpzx .ly_msg ul li .msg_ipt1 {
	height: 47px;
}
.cpzx .msg_ipt1 input {
	height: 45px;
	line-height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 90% !important;
	height: 45px !important;
}


.cpzx input {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}
.cpzx textarea {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}

.cpzx input:focus, .cpzx textarea:focus {
	border: 1px solid #dedede !important;
}

.cpzx .msg_btn input {
	width: 150px;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
}
.cpzx .msg_btn input:first-child {
	background: #02328d;
	color: #fff;
	outline: none;
}

.ny_news_ye p {
	height: 35px;
	line-height: 35px;
	background: #f1f1f1;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ny_xgwz {
	background: #ffffff;
	padding: 20px 0;
}
.ny_tlt2 {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.ny_tlt2 p {
	float: left;
	font-size: 18px;
	color: #515671;
	text-align: left;
	padding-right: 20px;
	padding-left: 10px;
	font-weight: bold;
}
.ny_tlt2:before {
	content: '';
	width: 2px;
	height: 17px;
	background: #515671;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
}
.ny_xgwz ul li {
	float: left;
	width: 49%;
	margin-bottom: 10px;
	position: relative;
	background: #f3f5f7;
}
.ny_xgwz ul li a {
	display: block;
	float: left;
	width: 68%;
	padding: 5px 0 5px 5%;
	
	transition: all .25s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	color: #666;
}
.ny_xgwz ul li span {
	display: block;
	float: right;
	width: 20%;
	color: #999;
	text-align: right;
	padding: 5px 5% 0 0;
}
.ny_xgwz ul li:nth-child(odd) {
	float: left;
}
.ny_xgwz ul li:nth-child(even) {
	float: right;
}
.ny_xgwz ul li:before {
	content: '';
	width: 10px;
	height: 1px;
	background: #515671;
	position: absolute;
	left: 10px;
	top: 50%;
}
.ny_xgwz ul li:hover {
	background: #02328d;
	color: #fff
}
.ny_xgwz ul li:hover:before {
	background: #ffffff;
}
.ny_xgwz ul li:hover a, .ny_xgwz ul li:hover span {
	color: #ffffff;
}

.content_right .conn .xgcp {}
.content_right .conn .xgcp li {
	float: left;
	width: 31%;
	margin-right: 3%;
	margin-bottom: 30px;
}
.content_right .conn .xgcp li:nth-child(3n) {
	margin-right: 0px;
}
.content_right .conn .xgcp li>div {
	display: block;
	background: #ffffff;
	padding: 10px;
	
	transition: all .25s;
	box-shadow: 0px 0px 20px 0px #eaeaea;
}
.content_right .conn .xgcp li>div a {
	display: block;
}
.content_right .conn .xgcp li>div .pro_img {
	text-align: center;
	height: 300px;
	overflow: hidden;
}
.content_right .conn .xgcp li>div .pro_img img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.content_right .conn .xgcp li>div .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.content_right .conn .xgcp li>div p {
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content_right .conn .xgcp li>div p span {
	display: block;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	padding: 5px 10px 0;
}
.content_right .conn .xgcp li>div em {
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.content_right .conn .xgcp li>div:hover {
	box-shadow: 0px 0px 20px 0px #eaeaea;
}
.content_right .conn .xgcp li>div:hover em {
	color: #0256ac;
}

.new_inside {
	width: 100%;
}
.new_inside ul {
	width: 100%;
	padding: 0;
}
.new_inside ul li {
	margin-bottom: 20px;
	position: relative;
	background: #ffffff;
	display: block;
	padding: 24px;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	box-shadow: 0px 0px 20px 0px #eaeaea;
}
.new_inside ul li .news_time {
	position: absolute;
	left: 24px;
	top: 24px;
	width: 90px;
	text-align: center;
	background: #02328d;
	padding: 10px 0;
	overflow: hidden;
	border-radius: 4px 0 4px 0;
}
.new_inside ul li .news_time p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.new_inside ul li .news_time span {
	font-size: 14px;
	color: #fff;
}
.new_inside ul li .news_con {
	padding-left: 110px;
}
.new_inside ul li .news_con p a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #515671;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_inside ul li .news_con span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
	height: 45px;
	overflow: hidden;
}
.new_inside ul li:hover .news_time {
	background: #fff;
}
.new_inside ul li:hover .news_time p {
	color: #02328d;
}
.new_inside ul li:hover .news_time span {
	color: #02328d;
}
.new_inside ul li:hover .news_con p a {
	color: #ffffff
}
.new_inside ul li:hover .news_con span {
	color: #ffffff
}
.new_inside ul li:hover {
	background: #02328d;
}

.ny_content .content_right .conn .ny_news_tlt {
	text-align: center;
	font-size: 20px;
	color: #555;
	padding: 10px 0;
}
.ny_news_time {
	text-align: center;
	font-size: 12px;
	color: #999;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dedede;
	margin-bottom: 10px;
}
.ny_news_ye {
	padding-top: 30px;
}
.ny_news_ye p {
	height: 35px;
	line-height: 35px;
	background: #f1f1f1;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}