@charset "utf-8";
/* CSS Document */



body, html {
	margin:0;
	padding:0;
	font-family: Microsoft YaHei;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #fff;
	width:100%;
	max-width:100%;
	min-width:1100px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, tr, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
input:hover, input:active, input:focus {
	outline: 0;
}
ul, ul li, input, dl, dd {
	padding:0;
	margin:0;
	list-style-type:none;
}
img, a img {
	border:0;
	margin:0;
	padding:0;
}
img {
	vertical-align: middle;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
a {
	text-decoration:none;
	-moz-transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
a:hover {
	text-decoration:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
textarea {
	resize:none;
	overflow:auto;
}
.clearfix:after {
	content:'';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	zoom:1;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.baseDiv {
	width:1350px;
	margin:0 auto;
	margin-left:auto !important;
	margin-right:auto !important;
	overflow: hidden;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt50 {
	margin-top:50px;
}
.mt160 {
	margin-top: 100px;
}
.mb50 {
	margin-bottom:50px;
}
.pt25 {
	padding-top:25px;
}
.pt30 {
	padding-top:30px;
}
.myClass {
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
 @-webkit-keyframes ball {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
}
@keyframes ball {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
}
/*top*/

.head {
	width:100%;
	height:100px;
	z-index:1000;
	position: absolute;
	top:0;
}
.logoDiv {
	margin-left: 5%;
}
.wj_mt {
	width:50%;
	height:100px;
	margin-left:4%;
}
.gdao {
	width:100%;
}
.gdao li {
	width:12%;
	float: left;
	list-style: none;
	text-align: center;
	float: left;
	height: 100px;
	position: relative;
	background: url(../images/xian.png) right center no-repeat;
}
.gdao li a {
	text-align: center;
	font-size:16px;
	font-family:"微软雅黑";
	position: relative;
 transition: all .3s;
	height:100px;
	width: 100%;
	line-height: 100px;
	display: block;
	float: left;
	color:#fff;
}
.gdao li:hover, ul.gdao li.hover {
	color: #ffffff;
	background:#017fd4;
	transition:all 0.5s;
}
.gdao li b {
	font-family:"微软雅黑";
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 100px;
	height:100px;
	display: inline-block;
	font-weight: normal;
}
.gdao li:hover b {
	color: #fff;
}
.gdao li:hover a {
	color: #fff;
}
.gdao li span {
	color: #ffffff;
	font-family: 'Arial';
	line-height: 12px;
}
.gdao li ul {
	width: 244px;
	top: 100px;
	line-height: 30px;
	position: absolute;
	z-index: 999;
	left: 0;
	display: none;
}
.gdao li ul li {
	float: left;
	height: 40px;
	width: 120px;
	border-bottom: 1px dotted #fcf5c1;
	background: none;
	background-color: #ffffff;
	line-height: 40px;
	position: relative;
}
.gdao li ul li a {
	color: #000000;
	line-height: 40px;
	height: 40px;
	display: block;
	padding: 0;
	position: relative;
}
.gdao li ul li a:before {
	content: '';
	color: #cccccc;
}
.gdao li ul.pro-list {
	z-index:99999;
	width:880px;
	left: -300px;
	background: rgba(255, 255, 255, 0.9);
	height: 700px;
}
.gdao li ul.pro-list li {
	width: 220px;
	height: 330px;
	border-bottom: none;
	background: none;
	overflow: hidden;
}
.gdao li ul.pro-list li .yiji {
	font-family:"微软雅黑";
	color: #000;
	font-weight:500;
	font-size: 15px;
}
.gdao li ul.pro-list li a:hover {
	color: #fff58b !important;
}
.gdao li ul.pro-list li a.topic {
	height: 100px;
}
.gdao li ul.pro-list li a.topic img {
	width: 190px;
	height: 110px;
	border: 1px solid #cfcfcf;
}
.gdao li ul.pro-list li dl dd a {
	border-bottom: none;
	font-size: 12px;
	font-weight: normal;
	height: 26px;
	line-height: 26px;
}
.gdao li ul.pro-list li:hover {
	background-color: #017fd4;
}
.gdao li ul.pro-list li:hover a {
	color: #ffffff;
}
.gdao li ul.pro-list li p {
	display: block;
	margin-top: 160px !important;
}
.gdao li ul.pro-list li p a {
	font-size: 15px !important;
	height: 33px;
	color: #555;
      overflow: hidden;
}

.tel {
	background:#dc1010 url(../images/tel.png) 20px center no-repeat;
	color:#fff;
	font-size:16px;
	padding-left:55px;
	margin-top:20px;
    margin-right:5%;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    width: 15%;
}
.tel span {
	display:block;
	font-size:28px;
	font-family:"Arial";
	color:#fff;
}
/*宽度小于1920px*/
@media screen and (max-width:1710px) {
  .head .head_logo .by {
height:auto;
padding-top:2px !important;
}
.logoDiv {
margin-left: 2%;
}
.tel {
margin-right: 2%;
width: 18%;
}
.wj_mt {
margin-left: 2%;
}
.onelogo img {
width: 40%;
}
.ggya{
	width: 50% !important;
}
.about{
    margin-left: 3% !important;
}
.l-box img{
	width: 85%;
}
.xwbt{margin-top: 1%  !important;}
.dbcon{
    margin-top: 3.5% !important;
    width: 650px !important;
	height: 650px !important;
	margin-left: -325px !important;
}
}
/*第一屏*/
.onebj {
	width: 100%;
	height:100%;
	z-index: 999;
	position: absolute;
	left: 0;
	top: 0;
}
.onelogo {
	margin-top: 10%;
	/* transform: scale(0) rotate(360deg);
	transition: all 0.5s 1s linear; */
}
.onelogo img {
	display: block;
	margin:0 auto;
animation: ball .6s infinite alternate !important;
}
.swiper-slide.swiper-slide-active .onelogo {
	transform: scale(1) rotate(0);
}
.swiper-slide.swiper-slide-active .yilogo {
	top:0;
	left:0;
	-webkit-animation-name:bounceInLeft;
	animation-name:bounceInLeft;
	animation: bounceInLeft 3s;
	opacity: 1;
}
.swiper-slide.swiper-slide-active .swiper-container-pro {
	opacity: 1;
	top: 0;
}
.swiper-slide.swiper-slide-active .ggy {
	top:0;
	left:0;
	-webkit-animation-name:bounceInRight;
	animation-name:bounceInRight;
	animation: bounceInRight 4s;
	opacity: 1;
}
.swiper-slide.swiper-slide-active .swiper-container-pro {
	opacity: 1;
	top: 0;
}
.swiper-slide.swiper-slide-active .ggya {
	top:0;
	left:0;
	-webkit-animation-name:bounceInUp;
	animation-name:bounceInUp;
	animation: bounceInUp 5s;
	opacity: 1;
}
.swiper-slide.swiper-slide-active .swiper-container-pro {
	opacity: 1;
	top: 0;
}
#c_public_htmlCode-15439094097335652 {
	position: absolute;
	z-index: 101;
	width: 50px;
	height: 60px;
}
#c_public_htmlCode-15439094097335652 .scroll-icon {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 2em;
	width: 1.2em;
	font-size: 22px;
	color: rgba(255, 255, 255, 0.5);
	border-radius: 2em;
	border: solid 2px;
 -webkit-transition: .4s;
 transition: .4s;
	-webkit-animation: move ease-in-out 2s infinite;
	animation: move ease-in-out 2s infinite;
}
#c_public_htmlCode-15439094097335652 .scroll-icon::after {
 content: '';
 width: 5px;
 height: 5px;
 background-color: #fff;
 border-radius: 50%;
 -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
 animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
/*第二屏*/
.index2_bj {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
}
.cp-bt {
	width: 680px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/probt.png) top center no-repeat;
	margin-top: 100px;
	margin-bottom: 1%;
}
.cp-bt a {
	font-size: 35px;
	color: #000;
	display: block;
	padding-top: 55px;
}
.cp-bt a span{
    color: #0088f1;
    font-weight: bold;
}

.cp-bt p {
   display: block;
   width: 250px;
   height: 43px;
   background:#dc1010 url(../images/tel.png) 20px center no-repeat;
   border-radius: 50px;
   margin: 0 auto;
   margin-top: 13px;
   line-height: 43px;
   font-size: 25px;
   font-family: "Arial";
   color:#fff;
   padding-left: 35px;
}
.cp-bt a:hover {
	color: #0088f1
}
.cp-bt:hover em {
	width: 130px;
transition:all .5s;
}

.cp-bta {
	width: 680px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/probta.png) top center no-repeat;
	margin-top: 100px;
	margin-bottom: 60px;
}
.cp-bta a {
	font-size: 35px;
	color: #000;
	display: block;
	padding-top: 55px;
}
.cp-bta a span{
    color: #0088f1;
    font-weight: bold;
}

.cp-bta p {
   display: block;
   width: 250px;
   height: 43px;
   background:#dc1010 url(../images/tel.png) 20px center no-repeat;
   border-radius: 50px;
   margin: 0 auto;
   margin-top: 13px;
   line-height: 43px;
   font-size: 25px;
   font-family: "Arial";
   color:#fff;
   padding-left: 35px;
}
.cp-bta a:hover {
	color: #0088f1
}
.cp-bta:hover em {
	width: 130px;
transition:all .5s;
}



/*宽度小于1920px*/
@media screen and (max-width:1710px) {
 .ys_box {
display: none;
}
.ablb {
display: block !important;
}
.abouttu {
display: none;
}
}
.about_r {
	height: 100%;
	margin-right: 3%;
}
.aboutbt {
	position: absolute;
	right: 8%;
}
.abouttu {
	position: absolute;
	bottom:17%;
	right: 5%;
}
.swiper-slide.swiper-slide-active .about_r {
	top:0px;
	left:0;
	-webkit-animation-name:bounceInRight;
	animation-name:bounceInRight;
	animation: bounceInRight 5s;
	opacity: 1;
}
.swiper-slide.swiper-slide-active .swiper-container-pro {
	opacity: 1;
	top: 0;
}
/*第三屏*/
.index3_bj {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
}
 
.caseList {
	overflow:hidden;
	z-index:10;
	height:380px;
	width: 85%;
	margin: 0 auto;
    margin-top:3%;
}
.caseList ul {
}
.caseList li {
	float:left;
	margin-right:15px;
	width:380px;
	height:350px;
    background:#fff;
    position: relative;
}
.caseList li a.imga {
	display:block;
	width:380px;
	height:290px;
	transition: 0.5s;
	transform: rotate(360deg) scale(1, 1);
}
.caseList li .aT {
	display:block;
	width:100%;

}
.caseList li .aT span{
    float: left;
	color:#000;
    font-size:16px;
    line-height:60px;
    margin-left:20px;
}
.caseList li .aT b{
    display: block;
    float: right;
    width: 85px;
    height: 28px;
    border:1px #d1d1d1 solid;
    border-radius: 30px;
    font-weight: normal;
    color:#888;
    font-size: 13px;
    margin-top: 15px;
    line-height: 28px;
	margin-right: 20px;
	text-align: center;
}

.caseList .box {
	width:9999px;
	position:relative;
	z-index:10;
}
.caseList .box ul {
	float:left;
}
.text-desc {
	position: absolute;
	left: 0;
	top: 0;
	background-color:rgba(0, 0, 0, 0.6);
	height: 100%;
	opacity: 0;
	width: 100%;
	padding: 20px;
}

.text-desc {
	transform: rotate(0deg) scale(0, 0);
	transition: 0.5s;
	opacity: 0;
	padding: 60px 20px 20px;
}
.caseList li:hover .text-desc {
	transform: rotate(360deg) scale(1, 1);
	opacity: 1;
	text-align: center;
}
.caseList li:hover .text-desc h3 a {
	color: #fff;
	font-size: 20px;
	line-height: 50px;
}
.caseList li:hover .text-desc p {
	color: #f2f2f2;
	font-size: 30px;
	line-height: 30px;
	font-family: "Arial";
	font-weight: bold;
}
.caseList li:hover .text-desc .btna {
	display: block;
	width: 95px;
	height: 30px;
	background: #fff;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 30px;
	font-size: 13px;
	color: #333;
}
.swiper-slide.swiper-slide-active .caseList {
	top:0px;
	left:0;
	-webkit-animation-name:bounceInUp;
	animation-name:bounceInUp;
	animation: bounceInUp 3s;
	opacity: 1;
}
.swiper-slide.swiper-slide-active .swiper-container-pro {
	opacity: 1;
	top: 0;
}
.pro_more {
	width: 200px;
	margin: 0 auto;
	margin-top: 60px;
    height: 46px;
    line-height: 46px;
    background:url(../images/abmore.png) center no-repeat;   
}
.pro_more a {
    color: #fff;
    padding-left: 35px;
    font-size: 15px;
}
.pro_more a:hover{
	text-decoration: underline;
	color:#fff
}

/*第四屏*/
.index4_bj {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
}
.l-box {
	width: 650px;
	margin-left: 10%;
    margin-top: 15%;
    position: relative;
}
.l-box img{
    animation: ball .6s infinite alternate;
}


.about {
	width: 580px;
	margin-top: 7%;
	margin-left: 10%;
}
.neirong span{
    color:#000;
    font-size: 45px;
}
.neirong b{
    font-weight: normal;
    font-size: 47px;
    color:#017fd4;
    font-family: "Times New Roman";
    display: block;
    margin-bottom: 30px;
}
.neirong h3{
    font-size: 27px;
    color:#333;
    font-weight: lighter;
}
.neirong em{
    display: block;
    width: 70px;
    height: 4px;
    background: #017fd4;
    margin-top: 20px;
    margin-bottom: 30px;
}
.neirong p{
    color:#595959;
    font-size: 15px;
    line-height: 28px;

}
/*数字*/
.ys_box{
    height: 130px;
    width: 580px;
    margin-top:20px
}

.ys_box ul li{
    float: left;
    width:180px;
    height: 130px;
}
.ys_box ul li+li+li+li{
    border-right: 0;
}
.ys_box .div1{
    position: relative;
}
.ys_box .div1 .span1{
    font-size: 60px;
    color: #017fd4;
    font-family: "Arial";
}
.ys_box .div1 .span3{
    width: 35px;
    height: 35px;
    background: #ffa900;
    border-radius: 50px;
    display:inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 15px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.ys_box .div2 .span2{
    font-size: 18px;
    color: #333;
    padding-left: 10px;
}
.abmore{
   margin-top:30px
}
.abmore a{
    display: block;
    width: 200px;
    height: 46px;
    background:url(../images/abmore.png) center no-repeat;
    line-height: 46px;
    font-size: 15px;
    color:#fff;
    padding-left: 35px;
    float: left;
}
.abmore a:hover{text-decoration: underline;color:#fff}

.abmore p{
    display: block;
    width: 270px;
    height: 46px;
    background:#dc1010 url(../images/tel.png) 20px center no-repeat;
    float: left;
    margin-left: 23px;
    border-radius: 5px;
    color:#fff;
    font-size: 28px;
    font-family: "Arial";
    line-height: 46px;
    padding-left: 55px;

}

.swiper-slide.swiper-slide-active .l-box {
	top:0;
	left:0;
	-webkit-animation-name:bounceInLeft;
	animation-name:bounceInLeft;
	animation: bounceInLeft 3s;
	opacity: 1;
}
.swiper-slide.swiper-slide-active .swiper-container-pro {
	opacity: 1;
	top: 0;
}
.swiper-slide.swiper-slide-active .about {
	top:0;
	left:0;
	-webkit-animation-name:bounceInRight;
	animation-name:bounceInRight;
	animation: bounceInRight 3s;
	opacity: 1;
}
.swiper-slide.swiper-slide-active .swiper-container-pro {
	opacity: 1;
	top: 0;
}
/*第五屏*/
.index5_bj {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
}
.newsbj {
	height: 100%;
	width: 1300px;
	margin: 0 auto;
}
.xwbt{
	margin-top: 140px;
	margin-left: 730px;

}
.xwbt span{
	color:#000;
	font-size: 45px;
}
.xwbt b{
	display: block;
	font-size: 47px;
	font-family: "Times New Roman";
	color:#017fd4;
	font-weight: normal;
}
.slideTxtBox{
	width: 1300px;
	margin: 0 auto;
}
.infoList{
	width: 670px;
	height: 365px !important;
	overflow: hidden;
	margin-top: 37px;
	border:8px #fff solid;
      position: relative;

}
.infoList img{
	width: 670px;
	height: 365px;
}
.infoList:hover img {
    transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
.advbt{
	width: 580px;
	margin-top: 40px;
}
.advbt ul{

}
.advbt ul li{
	width: 580px;
	height: 105px;
	background:#fff;
	margin-bottom: 20px;
	box-shadow: 0 3px 15px #afafaf;
	border-left: 5px #017fd4 solid;
}
.advbt ul li a{
	display: block;
	font-size: 17px;
	color: #282828;
	padding-top: 20px;
	margin-bottom: 5px;
	padding-left: 30px;
}
.advbt ul li p{
	color:#878787;
	font-size: 15px;
	background: url(../images/shijian.png) left center no-repeat;
	padding-left: 25px;
	margin-left: 40px;
	line-height: 45px;
	
}

.advbt ul li:hover{
	background:#017fd4;
	border-left: 5px #0098ff solid;
}
.advbt ul li:hover a{
	color: #fff;
	padding-left: 15px;
}
.advbt ul li:hover p{
	color:#fff;
	background: url(../images/shijiana.png) left center no-repeat;
}


/*第六屏*/
.index6_bj {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
}
.dbcon{
	text-align: center;
	margin:0 auto;
	margin-top: 6.5%;
	width: 680px;
	height: 680px;
	border-radius: 50%;
	background-color: rgba(1, 127, 212, 0.5);
	position: absolute;
    z-index: 111;
    left: 50%;
	margin-left: -340px;
	padding-top: 2%;

}
.dbcon span{
	font-size: 35px;
	color:#fff;
}
.dbcon span a{color:#fff}
.dbcon b{
	font-family: "Arial";
	font-size: 66px;
	color:#fff;
	font-weight: normal;
	display: block;

}
.dbcon b em{
	color:#0070b1;
}
.dbcon p{
	color:#fff;
	font-size: 18px;
	line-height: 50px;
}
.dbcon p a{
color:#fff;
}
.dbtel{
	width: 330px;
	height: 55px;
	background:#dc1010;
	margin: 0 auto;
	border-radius: 50px;
	font-size: 38px !important;
	color:#fff;
	font-family: "Arial";
	line-height: 55px !important;
}
.copy span{font-size: 16px;}
.copy span a{color:#fff}
/*地图*/
.BMap_Marker.BMap_noprint {
	background: url(../images/dt.png) center center no-repeat !important;
	display: block !important;
}
.BMap_Marker {
	display: none !important;
}
/*banner*/
.flexslider {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	height: 630px;
	overflow: hidden;
	zoom: 1;
	border: 0
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	border:0;
	list-style-type: none
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 120px;
	text-align: center;
}
.flex-control-nav li {;
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 630px;
	border:0;
}

/*底部*/
.footbj {
	width:100%;
	height:270px;
	background:#222;
}
.dbpro {
	width: 390px;
}
.dbpro span {
	display: block;
	height: 50px;
	border-bottom: 1px #363636 solid;
	line-height: 50px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 15px;
}
.dbpro ul li {
	float: left;
	width: 195px;
	line-height: 35px;
}
.dbpro ul li a {
	color: #959595;
	font-size: 15px;
}
.dbpro ul li:hover a {
	text-decoration: underline;
}
.dbtela {
	width: 430px;
	margin-left: 70px;
}
.dbtela span {
	display: block;
	height: 50px;
	border-bottom: 1px #363636 solid;
	line-height: 50px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 15px;
}
.dbtela p {
	font-size: 15px;
	color: #959595;
	line-height: 33px;
}
.dbtela p a {
	color: #959595;
}
.ewm {

	margin-top: 50px;
}
.ewm p {
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
}
.dbdh {
	height: 50px;
	background: #006cc7;
}
.dbdh ul li {
	float: left;
	line-height: 50px;
	width: 150px;
	background: url(../images/xian.png) right center no-repeat;
	text-align: center;
}
.dbdh ul li a {
	color: #fff;
	font-size: 16px;
}
.dbdh ul li:hover a {
	text-decoration: underline;
}



/*单页*/
.breadcrumbs {
	font-size: 14px;
	line-height:70px;
	background:#eef2f5;
	width:100%;
}
.breadcrumbsa {
	font-size: 14px;
	line-height:70px;
	background:#fff;
	width:100%;
}
.dqdhMain {
	background: url(../images/home.png) 15px center no-repeat;
	padding-left: 50px;
}
.dqdhMain span {
	font-size:15px;
	color:#5a5a5a;
}
.dqdhMain a {
	color:#666;
	font-size: 14px;
}
.dqdhMain a:hover {
	text-decoration:underline;
}
.weizhi {
	color: #333;
	font-size: 18px;
	padding-right: 15px;
	background: #017fd4;
	width: 280px;
	text-align: center;
	color: #fff;
	font-size: 23px;
}
.mainBoxa{
	margin-top: 30px;
}
.main{ 
	background:url(../images/cybj01.jpg)  center no-repeat;
}
.main .main_right{ 
	margin-bottom:50px;
	border: 1px #e6e6e6 solid;
	margin-top: 30px;
}
.main .main_righta{ 
	margin-bottom:50px;
	border: 1px #e6e6e6 solid;
	margin-top: 30px;
	width: 1030px;
}
.text{ 
	line-height:35px; 
	font-size:15px; 
	color:#666;
	padding:30px;
}
.text span{
	font-size:15px; 
	color:#666;
}
.text img{ 
	max-width:100%;
}




.dbewm {
	margin: 0 auto;
	background: url(../images/xiankuang.png) center bottom no-repeat;
	text-align: center;
	margin-top: 50px;
}
.dbewm span {
	display: block;
	color: #fff;
	font-size: 30px;
	font-family: "Impact";
	line-height: 60px;
}
/*留言页*/
.lybt {
	text-align:center;
	margin-top:40px;
}
.lybt span {
	font-size: 43px;
	line-height: 45px;
	text-transform: uppercase;
	color:#5a5a5a;
}
.lybt h3 {
	display:block;
	font-size:20px;
	line-height:45px;
	color:#5a5a5a;
}
.liuyan {
	margin-top:30px;
	text-align:center;
	padding-top: 50px;
}
.liuyan span {
	font-size:20px;
	color: rgb(215, 12, 25);
}
.liuyan a {
	font-size:16px;
	color: #CCCCCC;
}
.liuyan p {
	font-size:16px;
	color: #666666;
	line-height:30px;
}
#faqbox {
	padding:50px 0 50px 320px;
	background: url(../images/lya.png) 780px bottom no-repeat
}
#faqbox form {
}
#faqbox .faqline {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
	color:#999;
	font-size:13px;
}
#faqbox .faqtit {
	width:150px;
	display:block;
	float:left;
	clear:both;
	text-align:right;
	color:#555;
}
#faqbox .Content {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
}
#faqbox font {
	margin:0 5px;
}
#faqbox .FaqTitle {
	height:50px;
	line-height:50px;
	padding:0 10px;
	border:1px solid #ddd;
	width:435px;
	vertical-align:top;
}
#faqbox .Content textarea {
	height:100px;
}
.wizfrm {
	border:none;
	width:455px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	background:#fff;
	margin-top:20px;
	font-family:'Microsoft YaHei';
	-moz-transition: all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
	background-color:#dd0103;
}
.wizfrm:hover {
	background-color:#0098ff;
}
/*新闻列表页*/
.main_rightb {
	width: 1300px;
	margin: 0 auto;
	height: auto;
	margin-top: 60px;
}
.nyxwdh {
	margin:0 auto;
	width: 280px;
	height: 40px;
}
.nyxwdh ul li {
	float: left;
	width: 120px;
	height: 40px;
	background: #d40000;
	margin-right: 20px;
	line-height: 40px;
	text-align: center;
	
}
.nyxwdh ul li a {
	color: #fff;
	font-size: 15px;
	display: block;
}
.nyxwdh ul li:hover {
	background: #0071d4;
}
.main_rightb .news_list {
}
.main_rightb .news_list li {
	width: 100%;
	height: 300px;
	background: #fff;
	margin-bottom: 25px;
	box-shadow: 0 3px 15px #bababa;
}
.main_rightb .news_list li .imgxw {
	float: left;
}
.main_rightb .news_list li .lMore {
	float: right;
	width: 700px;
	margin-right: 30px;
}
.main_rightb .news_list li .lMore a {
	font-size: 18px;
	color: #232323;
	font-weight: bold;
	line-height: 50px;
	display: block;
	padding-top: 20px;
}
.main_rightb .news_list li .lMore span {
	font-size: 14px;
	color: #d6d6d6;
	display: block;
}
.main_rightb .news_list li .lMore p {
	color: #858585;
	line-height: 24px;
	font-size: 14px;
	display: block;
	padding-top: 15px;
}
.main_rightb .news_list li:nth-child(2n+0) .imgxw {
float: right;
}
.main_rightb .news_list li:nth-child(2n+0) .lMore {
float: left;
margin-left: 30px;
}

.main_rightb .news_list li:hover .lMore a {
	color: #db0000;
	padding-left: 15px;
}
.main_rightb .news_list .imgxw {
	position: relative;
}
.main_rightb .news_list .imgxw .avatar {
	display: block;
	height:300px;
	overflow: hidden;
	width:510px;
}
.main_rightb .news_list .avatar img {
	height: 300px;
}
.main_rightb .news_list li:hover .avatar img, .main_rightb .news_list li:hover .avatar img, .main_rightb .news_list li:hover .avatar img {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}
/*新闻详情页*/
.main .tT01 {
	text-align:center;
	line-height:50px;
	padding-top: 30px;
}
.main .tT01 .span1 {
	font-size:30px;
	color:#010101;
}
.main .subtitle {
	font-size: 16px;
	line-height:50px;
	height: 50px;
	color: #8F8F8F;
	text-align:center;
	background: #f6f6f6;
}
.main .subtitle span {
	padding:0 10px;
}
/*上一页下一页*/
.viewpage {
	margin:0;
	padding:20px 0 50px 0;
	border-top:1px solid #eee;
}
.viewpage .main_r_nav {
	color:#999;
	font-size:14px;
	line-height:30px;
	padding-left: 20px;
	padding-right: 20px;
}
.viewpage .main_r_nav a {
	font-size:14px;
	color:#444
}
.viewpage .main_r_nav a:hover {
	text-decoration:underline;
}
/*分页*/

.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display: inline-block;
	color:#cc0000;
	font-size:14px;
	padding:0 5px;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:30px;
	line-height:30px;
	background: #fff;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}


.left_class {
	width:290px;
	background:#fbfbfb;
}
.left_class .classT {
	height: 90px;
	background:#017fd4;
	position: relative;
	z-index: 10;
	text-align: center;
}
.left_class .classT .div1 {
	color:#fff;
	font-size:30px;
	font-weight: 700;
	padding-top:10px;
}
.left_class .classT .div2 {
	color:#0098ff;
	font-size: 13px;
}
.left_class .subNav {
	margin:auto;
	margin-top:3px;
	background:#f4f4f4;
	border-bottom: 1px solid #ddd;
	border-left:3px solid #eee;
	height:50px;
	line-height:50px;
	text-align: left;
}
.left_class .subNav a {
	font-size: 15px;
	color: #333;
	display:inline-block;
	padding-left:10px;
}
.left_class .subNav:hover {
	background: #ffab15;
}
.left_class .subNav:hover a {
	color: #fff;
}
.left_class .navContent {
}
.left_class .navContent li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #e3e3e3 dotted;
	background: url(../images/fenlei.png) 10px center no-repeat;
}
.left_class .navContent li a {
	font-size: 14px;
	color: #666;
	padding-left: 10px;
	display: block;
}
.left_class .navContent li:hover a {
	color: #017fd4;
	font-weight: bold;
}
.left_class .lxwm {
	margin-top:5px;
	background: #ffa900;
}
.left_class .lxwm .t {
	height:95px;
	background:url(../images/contact.jpg) center center no-repeat;
}
.left_class .lxwm .lxwm_box {
	padding:8px 10px;
	border:1px solid #ffa900;
}
.left_class .lxwm .lxwm_box p {
	line-height:22px;
	color:#fff;
	font-size:14px;
	padding:11px 0;
	border-bottom: 1px dashed #ffc24b;
}
.left_class .lxwm .lxwm_box p:last-child {
	border:0;
}
.left_class .lxwm .lxwm_box p span {
	color: #b7b7b7;
	font-size: 12px;
	padding-right:12px;
}
.left_class .lxwm .lxwm_box .lxBtn {
	display: block;
	width:135px;
	height:40px;
	line-height: 40px;
	background:#ff9c00;
	margin:auto;
	margin-top:20px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border-top:1px solid #de8903;
	border-bottom:1px solid #de8903;
}
.left_class .more {
	display: block;
	height:55px;
	text-align: center;
	line-height:55px;
	color: #fff;
	background:#ffab15;
	font-size: 18px;
}
.left_class .more:hover {
	background:#ce8503;
}

/*产品列表页*/
.nycpdh {
	margin:0 auto;
	width: 1200px;
	height: 40px;
	margin-top: 30px;
}
.nycpdh ul li {
	float: left;
	width: auto;
	height: 50px;
	background: #d40000;
	margin-right: 20px;
	line-height: 50px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.nycpdh ul li a {
	color: #fff;
	font-size: 15px;
	display: block;
}
.nycpdh ul li:hover {
	background: #0071d4;
}
.nypro-box {
	width:1350px;
	overflow: hidden;
	margin:0 auto;
	margin-top: 20px;
}
.proListal {
	width:1050px;
}
.proListal li {
	width:335px;
	float:left;
	background: #fff;
	height: 450px;
	margin-bottom: 10px;
	margin-top:10px;
	margin-left: 10px;
	position:relative;
	box-shadow: 0 3px 15px #d5d5d5;
}
.proListal li .boxal {
	width:100%;
	height:300px;
	display:block;
	cursor:pointer;
}
.proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:95%;
	height:300px;
	margin: 0 auto;
	margin-top: 10px;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.proListal li .probt {
	width: 93%;
	margin: 0 auto;
}
.proListal li .probt .protitle {
	font-size: 18px;
	color: #535353;
	line-height: 40px;
}
.proListal li .probt p {
	font-size: 14px;
	color: #a7a7a7;
	line-height: 23px;
	display: block;
	height: 50px;
	overflow: hidden;
}
.proListal li .probt .promore {
	display: block;
	background: url(../images/look.png) left center no-repeat;
	color: #a7a7a7;
	font-size: 14px;
	padding-left: 30px;
	margin-top: 10px;
}
.proListal li:hover .probt .protitle {
	color: #d40a00;
	padding-left: 15px;
}
.proListal li .probt .promore:hover {
	color: #d40a00;
}
.proListal li .avatar {
	position: relative;
}
.proListal li .avatar {
	display: block;
	height: 300px;
	overflow: hidden;
	width:100%;
}
.proListal li .avatar .spanImgal {
	height: 300px;
}
.avatar:hover, .zhuti .avatar:hover, .bbsinner .avatar:hover {
	box-shadow: 0 0 10px gray;
}
.avatar:hover .spanImgal, .zhuti .avatar:hover .spanImgal, .bbsinner .avatar:hover .spanImgal {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}
.nyabout{
	width: 100%;
	height: 1718px;
	background: url(../images/nyabout.jpg) center no-repeat;
}
.video1 {
    width: 650px;
    height: 365px;
  position: absolute;
    left: 0;
    bottom: 0;
}
