/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	font-family: "微软雅黑";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:hover {
	color: #1785c9;
}

ul {
	list-style-type: none;
}

li {
	vertical-align: bottom;
	zoom: 1;
}
/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
	font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
}

img {
	border: 0px;
}

select {
	font-family: "微软雅黑";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "微软雅黑";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "微软雅黑";
}
/*p{text-indent: 2em;}*/
.clearfix:before,.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: inherit
}

em,i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}

body {
	font-family: "微软雅黑";
	background: #fff;
	color: #666;
	font-size: 12px;
}

.tops {
	width:100%;
	height: 80px;
	background: #fff;
	min-width: 1200px;
}

.top1 {
	width: 1200px;
	margin: 0px auto;
	height: 80px;
}

.top1_l {
	height: 80px;
}

.top1_r {
	width: 720px;
	height: 80px;
	position: relative;
	z-index: 1;
}

.top1_r .nLi {
	float: left;
	position: relative;
	display: inline;
}

.top1_r .nLi h3 {
	float: left;
}

.top1_r .nLi h3 a {
	display: block;
	color: #333;
	height: 60px;
	margin: 10px 0;
 /*width:100px;*/
	padding: 0px 20px;
	font-size: 15px;
	text-align: center;
	line-height: 60px;
}

.top1_r .nLi h3 a img {
	vertical-align: middle;
}

.top1_r .nLi h3 a:nth-last-child(1) {
	border-bottom: 0px;
}

.top1_r .nLi h3 a:nth-last-child(1):hover {
	border-bottom: 0px;
}

.top1_r .nLi h3 a:hover {
	background: #1393cd;
	color: #fff;
}

.top1_r .sub {
	display: none;
	width: 230px;
	top: 82px;
	left:-60px;
	position: absolute;
	background: #fff;
	padding-top: 5px;
	border-radius: 0px 0px 2px 2px;
	box-shadow: 0px 0px 1px #ddd;
	border: 1px solid #eee;
}

.top1_r .sub li {
	zoom: 1;
}

.top1_r .sub a {
	display: block;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #666;
	border-bottom: 1px solid #eee;
}

.top1_r .sub li:nth-last-child(1) a {
	border-bottom: 0px;
}

.top1_r .sub a:hover {
	color: #00a0ea;
}
.top_logo{
	float:left;
	margin-top: 22px;
}
.top_logo h1{
	display: block;
	font-size: 26px;
	color:#000;
}
.top_logo span{
	margin-left: 50px;
}
.top_logo h2{
	display: block;
	font-size: 10px;
	color:#000;
}
.top1_r .sub .search_text {
	border: 1px solid #eee;
	border-right: 0px;
	height: 32px;
	line-height: 32px;
	width: 140px;
	padding: 0px 5px;
	margin-top: 3px;
	margin-bottom: 8px;
	margin-left: 7px;
}

.top1_r .sub .search_anniu {
	height: 34px;
	border: 0px;
	width: 50px;
	margin-top: 2px;
	margin-bottom: 8px;
	color: #fff;
	background: #CC070A;
	cursor: pointer;
}

.top1_r .on h3 a {
	background: #1393cd;
	color: #fff;
}
.nav .sub li a{
    color:#fff;
    font-size: 15px;

}
.nav .sub{ 
    display:none;
    left:0px; 
    top:82px;
    position:absolute; 
    background:#e9e9e9;  
    line-height:35px; 
    padding:5px 0;  
}
.nav .sub li{ 
    zoom:1;
    width:200px;
    height:auto;
    overflow: hidden;
    padding:0 0px;
    border-bottom: 1px solid #ccc;
}
.nav .sub li a{ 
    display:block;
    text-align: center; 
    padding:0 0px;
    color: #666 !important;
}
.nav .sub a:hover{ 
    background:#1d5fbb;
    color:#fff !important;  
}
.nav .on h3 a{ 
    background:#014199; 
    color:#fff;   
}
/*banner*/
.slideBoxs{ width:100%; min-width:1200px;height:710px; overflow:hidden; position:relative; min-width:1215px;}
.slideBoxs .bd{ position:relative; height:710px; overflow:hidden; width:100%; z-index:0;}
.slideBoxs .bd li{ width:100%; height:710px; zoom:1; vertical-align:middle; }
.slideBoxs .bd li a{ width:100%; height:710px; display:block;}
.slideBoxs .hd {position:absolute; width:100%; bottom:20px;z-index: 111;}
.slideBoxs .hd ul{ width:1250px; margin:0px auto; text-align:center;}
.slideBoxs .hd ul li{width:12px; height:12px; text-indent:-9999px; margin-right:10px; background:#a0a0a0; display:inline-block; cursor:pointer;}
.slideBoxs .hd ul li.on{background:#fff; width:12px; height:12px;}

.in_service1 {
	width: 1200px;
	margin: 0px auto;
	min-width: 1200px;
}

.in_service1 .bt {
	text-align: center;
}

.in_service1 .bt h2 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.in_service1 .bt h3 {
	font-size: 25px;
	padding-bottom: 15px;
}

.in_service1 .nr ul {
	width: 100%;
	overflow: hidden;
}

.in_service1 .nr {
	width: 1200px;
	margin: 0px auto;
	padding-top: 80px;
	padding-bottom: 80px;
	min-width: 1200px;
}

.in_service1 .nr ul li {
	width: 33.3333%;
	float: left;
	padding: 0px 20px;
	text-align: center;
}

.in_service1 .nr ul li h2 {
	width: 177px;
	height: 177px;
	position: relative;
	margin: 0px auto;
	transition: all 0.5s ease 0s;
}

.in_service1 .nr ul li h2 img {
	width: 100%;
	height: 100%;
}

.in_service1 .nr ul li:hover h2 {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
}

.in_service1 .nr ul li h3 {
	font-size: 18px;
	color: #333;
	padding: 35px 0px 30px 0px;
}

.in_service1 .nr ul li p {
	color: #666;
	padding: 0 40px;
	font-size: 12px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.in_service1 .nr ul li span a {
	display: block;
	padding-top: 13px;
	color: #1785c9;
}

.in_service1 .nr ul li span a:hover {
	text-decoration: underline;
}

.in_about{ 
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	background:#494949;
	min-width: 1200px;
}
.in_about .bt{
	float:left;
	width: 50%;
	overflow:hidden;
}
.in_about .bt img{
	width:100%;
	height:100%;
	display: block;
}
.in_aboutright{
	width: 50%;
	height: 100%;
	float:left;
	padding: 23px 70px;
	color: #fff
}
.in_aboutright h1{
	font-size: 25px;
	line-height: normal;
}
.in_aboutright h2{
	font-size: 20px;
	line-height: normal;
}
.nametitle{
	font-size: 15px;
	margin: 30px 0;
	line-height: normal;
}

.about_item{
	font-size: 12px;
	margin: 30px 0;
	color: #b6b6b6;
	line-height: 25px;
}

.about_link{
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 45px;
	height: 45px;
	width: 160px;
	color: #fff;
	background: #67c1ea;
}

.product-box{
	width: 100%;
	margin: 0 auto;
	background: #f6f6f6;
	position: relative;
	overflow: hidden;
	min-width: 1200px;
}
.product{
	width: 1200px;
	padding: 70px 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.product_center .product_title{
	color: #3b3b3b;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.product_title1 a{
	display: block;
	font-size: 25px;
	color: #3b3b3b;
	margin-bottom: 60px;
}
.xian{
	display: inline-block;
	width: 25px;
	height: 1px;
	background: #c5c5c5;
	margin: 20px 0;
}
.product ul{
	width: 100%;
	overflow: hidden;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.product ul li{
	width: 48%;
	padding: 60px 50px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
}
.product ul li:hover{
	background: #ccc;
	color:#fff;
}
.product ul li h2{
	height: 70px;
	text-align: center;
	margin-bottom: 25px;
}
.product ul li h3 a{
	display: block;
	font-size: 18px;
	color: #3b3b3b;
	text-align: center;
	margin-bottom: 10px;
}
.product ul li p a{
	font-size: 12px;
	line-height: 25px;
	color: #999;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.in_chanpin{
	font-size: 12px;
	line-height: 25px;
}

.news-box{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	overflow: hidden;
	min-width: 1200px;
}
.news{
	width: 1200px;
	padding-top: 70px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.news_center .news_title{
	color: #3b3b3b;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.news_title1 a{
	display: block;
	font-size: 25px;
	color: #3b3b3b;
	margin-bottom: 60px;
}
.news ul{
	width: 100%;
	overflow: hidden;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;

}
.news ul li{
	width: 32%;
	background: #fff;
	margin-bottom: 100px;
	border-radius: 5px;
}
.news ul li img{
	width: 100%;
	height:275px;
	text-align: center;
	margin-bottom: 15px;
}
.news ul li h2{
	font-size: 21px;
	color: #b1b1b1;
	font-weight: normal;
	text-align: left;
	margin-bottom: 25px;
}
.news ul li h3{
	font-size: 16px;
	color: #303030;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
.news ul li p{
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	color: #777;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*底部*/
footer{
	width: 100%;
	overflow: hidden;
	background: url(../image/bottom-bg.jpg) top center no-repeat;
	min-width: 1200px;
}
.bottoms{
	width:1200px;
	height:auto;
	overflow: hidden;
	margin:0 auto;
	padding:45px 0 60px 0;
}
.boottom-left{
	float: left;
	width: 510px;
	overflow: hidden;
}
.tips{
	color: #e2e2e2;
	font-size: 16px;
	margin-bottom: 20px;
}
.diyilie{
	width: 140px;
    float: left;
    height: auto;
    overflow: hidden;
    margin-left: 70px;
}
.boottom-left a{
    float: left;
    font-size:12px;
   	color: #e2e2e2;
   	margin-bottom: 15px;
   	width: 100%;
}
.diyilie #links{
	font-size:14px;
	color: #e2e2e2;
}
.bottom-center{
	float: left;
	width: 380px;
	overflow: hidden;
}
.dh,.email,.site,.business,.serve,.days{
	font-size:12px;
	line-height: normal;
   	color: #e2e2e2;
   	margin-bottom: 10px;
}
.dh-tel{
	font-size: 25px;
	line-height: normal;
	color: #1ba9ea;
	margin-bottom: 10px;
}
.bottom-right{
	text-align: center;
	width: 310px;
	float: right;
	overflow: hidden;
}

.bottom-right img{
	width: 120px; 
	height: 120px;
}
.public{
	font-size:14px;
	color: #e2e2e2;
	margin-bottom: 10px;
}
.dibu-box{
	width: 100%;
	background: #353535;
	height: 45px;
}
.dibu{
	width: 1200px;
	margin: 0 auto;
	line-height: 45px;
	text-align: center;

}


/*右侧导航*/
/*右侧导航*/
.self-box{
	width: 70px;
	height: 348px;
	position: fixed;
	bottom: 15px;
	right:0;
}
.self{
    float: left;
    width: 70px;
    height: 75px;
    padding: 10px;
    background: #ececec;
    text-align: center;
    margin-top: 2px;
    position: relative;
    cursor: pointer;
 }
 .self b{ display:none; width:150px; height:75px; line-height:75px; position:absolute; top:0px; right:0px; background:#ececec; color:##1ba9ea; font-size:16px;}
 .self:hover b{ display:block; right:70px;}
 .icons{
	margin-bottom: 5px;
 }




.ny_banner{ height:445px; min-width:1290px;}
.ny_aboutbox{
    width:100%;
    height:auto;
    overflow: hidden;
    min-width: 1200px;
}
.ny_aboutmid{
    width:1200px;
    height:auto;
    overflow: hidden;
    margin:0 auto;
    padding-bottom: 50px;
}

.ny_aboutleft{
    width:250px;
    height:auto;
    overflow:hidden;
    float:left;
    margin-top: 80px;
}
.ny_aboutleft .yiji{
    display: inline-block;
    overflow-x: hidden;
    /*margin-top: 50px;*/
}
.ny_aboutleft ul li{
    background-color:#fff; 
    
}
.sideMen ul li{
    background: #f5f5f5;
    border:1px solid #d4d4d4;
}
.sideMen ul .on{
    border:1px solid #FF577D;
}
.backr{
		width: 100%;
		height: 100%;
		border: 2px solid #FF577D;
	}
.sideMen ul  .on a{
    background: radial-gradient(50% 50%,circle, #e44c09, #f7773e);
	background: -webkit-radial-gradient(50% 50%,circle, #e44c09, #f7773e);
	background: -o-radial-gradient(50% 50%,circle, #e44c09, #f7773e);
	background: -moz-radial-gradient(50% 50%,circle, #e44c09, #f7773e);
    color:#fff;
}
.sideMen ul li a:hover{
    background: radial-gradient(50% 50%,circle, #e44c09, #f7773e);
	background: -webkit-radial-gradient(50% 50%,circle, #e44c09, #f7773e);
	background: -o-radial-gradient(50% 50%,circle, #e44c09, #f7773e);
	background: -moz-radial-gradient(50% 50%,circle, #e44c09, #f7773e);
    color:#fff;
}
.sideMen ul li a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
.sideMen ul li span{
    float:right;
    margin-right: 25px;
}
.ny_aboutleft ul li a{
    padding-left: 10px;
    color: #333; 
    font-size:13px; 
    display: block; 
    position: relative;
}

.ny_aboutleft ul .product_cpzx{
    display: block;
    width:250px;
    height:90px;
    background: linear-gradient(135deg, #049EE0 20%, #3CC1FD 60%,#049EE0);  
	background: -o-linear-gradient(135deg,#049EE0 20%, #3CC1FD 60%,#049EE0);
	background: -webkit-gradient(135deg,#049EE0 20%, #3CC1FD 60%,#049EE0); 
	background: -moz-gradient(135deg,#049EE0 20%, #3CC1FD 60%,#049EE0);
}
.ny_aboutleft ul .product_cpzx a{
    padding-top:15px;
    font-size: 20px;
    color:#fff;
    font-weight: bold;
    margin-left: 15px;
}
.ny_aboutleft ul .product_cpzx span{
    display: inline-block;
    font-size: 20px;
    color:#fff;
    margin-left:23px;
}
.ny_aboutright{
    width:850px;
    height:auto;
    overflow: hidden;
    float:right;
    margin-top:30px;
}
.mianbaoxie{
    width:850px; 
    height: 50px; 
    line-height:50px; 
    border-bottom: 1px solid #ccc; 
    text-align:right; 
    font-size: 13px;
    color:#05a7e3;
}
.mianbaoxie img{ 
    vertical-align:sub; 
    margin-right:10px;
}
.mianbaoxie a{ 
    font-size: 13px;
    color:#666;
}
.mianbaoxie span{ 
    display:inline-block; 
    font-size: 13px;
    padding:0px 5px; 
    color:#666;
}
.mianbaoxie h1{
    display: block;
    float:left;
    font-size: 24px;
    color:#000;
}

.ny_contacts{
	width:850px;
	background: #f6f6f6;
	margin-top: 10px;
}
.ny_contacts .lxwm{
	font-size: 24px;
	color:#333;
	line-height: 70px;
	padding-left: 20px;
}
.ny_contacts .lxwmeng{
	font-size: 16px;
	color:#666;
	margin-left: 15px;
}
.ny_address li{
	font-size: 14px;
	color:#666;
	line-height: 30px;
}
/*人才招聘*/
.slideTxtBox{ 
    width:848px; 
    text-align:left;  
    margin-top: 30px;
}
.slideTxtBox .hd{ 
    height:50px; 
    line-height:50px;   
    border:1px solid #ccc;  
    position:relative; 
}
.slideTxtBox .hd .sell_xs{ 
    float:left;  
    position:absolute; 
    height:50px;   
}
.slideTxtBox .hd .sell_xs .sell{ 
    float:left; 
    padding:0 20px; 
    cursor:pointer;  
}
.slideTxtBox .hd .sell_xs .sell.on{ 
    height:50px;
    background: #05a7e3;
    color:#fff;  
}
.play_bottom .pdetail_title li.on {
    height: 30px;
    color: #fff;
    background: #1d5fbb;
}
.join_content{
    width:848px;
    overflow: hidden;
    border:1px solid #ccc;
    margin-top: 30px;
}
.join_content li{
    margin-left: 80px;
    margin-right: 40px;
}
.join_content .join_xsjl{
    font-size:20px;
    color:#000; 
    line-height: 60px;
}
.join_content .join_gwzz{
    font-size:16px;
    color:#333; 
    line-height: 30px;
}
.join_content .join_gangwei{
    font-size:14px;
    color:#333; 
    line-height: 30px;
    padding-bottom: 50px;
}


.ny_jiejue{
	float:left;
	width:400px;
	margin:25px 12px 0 13px;
}
.ny_jiejue .ny_jjimg img{
    width:400px;
    height:270px;
}
.ny_jiejue .ny_jjzjdx{
	font-size: 12px;
	color:#000;
	font-weight: bold;
	line-height: 40px;
}
.ny_jiejue .ny_jjzhejc{
	font-size: 12px;
	color:#333;
	line-height: 25px;
}
.ny_jiejue .ny_jiejueqw a{
	display: inline-block;
	width:96px;
	font-size: 12px;
	color:#25bcf4;
	line-height: 25px;
	border:1px solid #25bcf4;
    text-align: center;
    margin-top: 10px;
}

/*翻页*/
.tc{
    width:400px;
    height: auto;
    overflow: hidden;
    margin:0px auto;
    padding:50px 0;
}
.tc .pagess{
    display: inline-block;
    width:30px;
    height:30px;
    border:1px solid #ccc;
    text-align:center;
    line-height: 30px;
    color:#666;
}
.tc .after{
    display: inline-block;
    width:66px;
    height:30px;
    border:1px solid #ccc;
    text-align:center;
    line-height: 30px;
    color:#666;
}
.paging_active{
    display: inline-block;
    width:30px;
    height:30px;
    border:1px solid #ccc;
    text-align:center;
    line-height: 30px;
    color:#666;
}
.ons{
    color:#fff;
    background: #05a7e3;
}
.freturn a{
    display: block;
    width:160px;
    height:40px;
    border-radius: 5px;
    background: #ff0000;
    color:#fff;
    line-height: 40px;
    text-align: center;
    margin:0 auto;
}
.ny_jiejuexq h1{
	text-align: center;
	line-height: 50px;
	color:#000;
	font-size: 20px;
}
.ny_jiejuexq p{
	line-height: 30px;
	color:#333;
	font-size: 14px;
}

.ny_jjfanhui{
	width:120px;
	margin:40px auto;
}
.ny_jjfanhui a{
	display: inline-block;
	line-height: 30px;
	width:120px;
	background: #05a7e3;
	color:#fff;
	text-align: center;
}
.ny_caseones{
	width:350px;
	float:left;
	margin-top: 45px;
	margin:50px 25px 50px 25px;
}
.ny_cimg img{
	width:350px;
	height:235px;
}
.ny_chone{
	display: block;
	font-size: 14px;
	color:#000;
	font-weight:bold;
	line-height: 40px;
}
.ny_casecon{
	font-size: 12px;
	color:#333;
	line-height: 25px;
	margin-bottom: 20px;
	height:60px;
}

.ny_chezuo .ny_chezuoone{
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 30px;
}
.ny_chezuo .ny_chezuoone div{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width:190px;
	height:90px;
	border:1px solid #ccc;

}
.swiper-pagination{
	bottom:0px !important;
}

.newsleft{
	width:840px;
	float:left;
}
.newsleftone{
	width:840px;
	border-bottom: 1px solid #ccc;
	padding:35px 0;
	position:relative;
	overflow: hidden; 
	zoom: 1;
}
.newsloneimg{
	float:left;
	margin-right: 40px;
	width:310px;
	height:205px;
}
.newsloneimg img{
	width:310px;
	height:205px;
}
.newslonetitle  {
	width: 490px;
	float: right;
	
}
.newslonetitle a{ 
	display: block;
	font-size: 16px;
	color:#000;
	font-weight: bold;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  
}
.newslonetitle a:hover{
	text-decoration: underline;
}

.newslonexq {
	width: 490px;
	float: right;
}
.newslonexq a{ 
	font-size: 14px;
	color:#333;
	line-height: 30px;
	
}
.newslonexq a:hover{
	text-decoration: underline;
}
.newsloneimgx{
	margin-top:25px;
	width: 490px;
	float: right;
}
.newsloneimgx span{
	font-size: 12px;
	color:#666;
	margin:0px 0 0 10px;
	position: relative; 
	top: -5px;
}


.newsrights{
	float:right;
	width:312px;
	margin-top: 40px;
}
.newsrights .newsrones{
	display: block;
	width:312px;
	background: #f6f6f6;
	line-height: 40px;
	margin-bottom: 10px;
}
.newsrights .newsrones .shuxian{
	display: block;
	width:5px;
	height:18px;
	background: #1393cd;
	float:left;
	margin:10px;
}
.newsrights .newsrones .newscenters{
	font-size: 14px;
	color:#1393cd;
}
.newsrights .newsrones .newrsdate a{
	float:right;
	font-size: 12px;
	color:#333;
	margin-right: 12px;
}
.newsrights .newsrones .newrsdate a:hover{
	text-decoration: underline;
}
.newsrtwos{
	line-height: 30px;
	border-bottom: 1px dashed #333;
}
.newsrtwos .noness{
	display:block;
	width:18px;
	height:18px;
	text-align: center;
	line-height: 18px;
	color:#333;
	font-size: 13px;
	float:left;
	background: #f6f6f6;
	margin-right: 10px;
	margin-top: 5px;
}
.newsrtwos .on{
	display:block;
	width:18px;
	height:18px;
	text-align: center;
	line-height: 18px;
	color:#fff;
	font-size: 13px;
	float:left;
	background: #ff0000;
	margin-right: 10px;
	margin-top: 5px;
}
.newsrtwos .newsrtitle a{
	color:#333;
	font-size: 13px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsrtwos .newsrtitle a:hover{
	text-decoration: underline;
}
.newsrtwos .nsriqi{
	color:#333;
	font-size: 13px;
	float:right;
	margin-right: 10px;
}
.ny_jiejuexq{

}
.ny_jiejuexq h1{
	text-align: center;
	line-height: 50px;
	color:#000;
	font-size: 20px;
	margin-top: 35px;
}
.ny_jiejuexq p{
	line-height: 30px;
	color:#333;
	font-size: 14px;
}
.nec{
	margin:15px 40px;
	width:520px;
	height:300px;
}
.ny_jjfanhui{
	width:120px;
	margin:40px auto;
}
.ny_jjfanhui a{
	display: inline-block;
	line-height: 30px;
	width:120px;
	background: #05a7e3;
	color:#fff;
	text-align: center;
}

.ny_newsbox{
    display: block;
    width:900px;
    height:auto;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding:20px 0;
}
.ny_newsone{
    float:left;
}
.ny_newsone img{
    display: block;
    width:295px;
    height:220px;
    margin-right: 60px;
}
.ny_newstitle a{
    color:#000;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}
.ny_newstitle a:hover{
    text-decoration: underline;
}
.ny_newscontent a{
    color:#666;
    font-size: 14px;
    line-height: 25px;
}
.ny_newscontent a:hover{
    text-decoration: underline;
}
.ny_newsmore a{
    display: inline-block;
    width:135px;
    height:40px;
    border:1px solid #333;
    line-height: 40px;
    text-align: center;
    color:#333;
    font-size: 14px;
    margin-top: 30px;
}
.ny_newsmore a:hover{
    display: inline-block;
    width:135px;
    height:40px;
    border:1px solid #05a7e3;
    line-height: 40px;
    text-align: center;
    color:#05a7e3;
    font-size: 14px;
    margin-top: 30px;
}
.ny_newsmore a:hover{
    opacity: 0.7;
}


.newsleftone {
    width: 840px;
    border-bottom: 1px solid #ccc;
    padding: 35px 0;
    position: relative;
    height:251px;
}

.slideBoxss{ 
    width:470px; 
    height:380px; 
    overflow:hidden;
    position:relative; 
    margin:30px;  
    float:left;
 }
.slideBoxss .hd{ 
    height:15px; 
    overflow:hidden; 
    position:absolute; 
    right:15%; 
    bottom:5px; 
    z-index:1; 
}
.slideBoxss .hd ul{ 
    overflow:hidden; 
    zoom:1; 
    float:left;  
}
.slideBoxss .hd ul li{ 
    float:left; 
    margin-right:5px;  
    width:80px; 
    height:3px; 
    text-align:center; 
    background:#a0a0a0; 
    cursor:pointer; 
}
.slideBoxss .hd ul li.on{ 
    background:#05a7e3; 
}
.slideBoxss .bd{ 
    position:relative;
    width:468px;
    height:315px;
    border:1px solid #ddd; 
    z-index:0;   
}
.slideBoxss .bd li{ 
    width:470px;
    height:315px;
    zoom:1; 
    vertical-align: middle;
    display: table-cell;
    text-align: center; 
}
.ny_pdetail{
    width:850px;
    height:auto;
    overflow:hidden;
    background: #fff;
    margin-top: 20px;
}
.slideright{
    width:320px;
    height:auto;
    float:left;
    margin-top: 40px;
}
.slideright ul li{
    font-size: 16px;
    color:#333;
    line-height: 50px;
    border-bottom:1px solid #ddd;
}
.slideright ul li span{
    font-size: 16px;
    color:#333;
    font-weight: bold;
}

.page{
    width:850px;
    height:auto;
    overflow:hidden;
    background: #fff;
    margin-top: 20px;
    padding-left: 45px;
    padding-top: 25px;
    padding-bottom: 40px;
}
#hear .on{
    
}
#hear .on{border-bottom: 2px solid #0b7194;
    height: 43px;
    color:#0b7194;}
#hear{width: 760px;height: 44px;line-height: 45px;border-bottom: 1px solid #cccccc;}
#hear a{font-weight: normal;color: black;}
#hear li{text-align: center;float: left;height: 45px;}
#hear li:nth-of-type(1){width: 15%;float: left;}
#hear li:nth-of-type(2){width: 15%;float: left;}
#hear li:nth-of-type(3){width: 15%;float: left;}

.ny_pdone{
    font-size: 14px;
    color:#333;
    line-height: 30px;
    margin-bottom:40px;
    margin-top:40px;
}
.ny_pdjgqz{
    font-size: 14px;
    color:#333;
    
}
.ny_pdreturn{
    width:120px;
    margin:0 auto;
}
.ny_pdreturn a{
    display: inline-block;
    width:120px;
    height:40px;
    line-height: 40px;
    text-align: center;
    background: #0b7194;
    color:#fff;
}
.pdtuwen{
    width:810px;
    height:auto;
    overflow:hidden;
    margin-bottom: 60px;
}
.ny_pdlefts{
    width:350px;
    float:left;
}
.ny_pdrights{
    float:left;
    margin-right:30px;
}
#contentop .alo{
    width: 100%;
    height: auto;
    background: white;
    margin-bottom: 10px;
    text-shadow: none;
}

#contentop li{ 
    width: 760px; 
    display: none;
}
#contentop .action{ display: block;}
#contentop .usl{width: 100%;
    height: auto;
    background:wheat;

    margin-bottom: 10px;
    text-shadow: none;
}         
#contentop .alo{
    width: 100%;
    height: auto;
    background: white;
    margin-bottom: 10px;
    text-shadow: none;
}
#contentop span{
    font-size: 1.3em;
    color: #47B0D7;
}
#contentop .sty1{
    margin-top: 18px;
}
#contentop .sty2{
    margin-top: 13px;
}
#contentop .sty3{
    margin-top: 13px;
}
#contentop .sty4{
    text-align: right;
    font-size: 0.8em;
    margin-top: -20px;
}
#contentop .Buy{
    font-size: 0.8em;
    margin-top: 2px;
}
#contentop .Buy div:nth-of-type(1){
    text-align: left;
    padding-left: 15px;
}

.ny_chezuoone h1{
	text-align: center;
	font-size: 14px;
}
.ny_jiejuexq h2{
	font-size: 14px;
	color:#333;
	line-height: 40px;
	text-align: center;
}
.ny_chezuo{
	display: block;
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:0 auto ;
}
.tc a{
	border:1px solid #ddd;
	padding:5px;
	line-height: 20px;
	margin:0 10px;
}
.tc span{
	border:1px solid #ddd;
	padding:5px;
	line-height: 20px;
	margin:0 10px;
}