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

body,html{margin:0;padding:0;font-family: Microsoft YaHei; font-size: 1rem;  line-height: 1.5; color: #373a3c; 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; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; cursor:pointer}
.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;}
.mt5 {margin-top: 5px!important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.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);
  }
}

/*header*/
.header{
    width: 100%;
    height: 115px;
	background:#156ae1;
}
.logo{
	margin-left: 3%;
}
.navb {
	height: 115px;
	line-height: 115px;
	margin-left: 4%;
	width:48%;
}
.navb .active {
	position: relative;
	float: left;
	width:12%;
	display: inline;
	text-align: center;
}

.navb .on{
	background: #fff url(../images/dhimg_1.png) center no-repeat;

}
.navb .on a{
	color: #000;
	display: block;
	font-size: 16px;
}
.navb .on::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 30px;
	left: 35%;
    width: 30px;
    height: 3px;
    background:#ff9000;
}

.navb h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}
.navb h3 a {
	zoom: 1;
	display: block;
	color: #fff;
	text-align: center;
}
.navb h3 a:hover {
transition-duration: .3s;
	color: #000;
	font-weight: bold;
	text-decoration: none;

}

.navb li:nth-child(2) .sub2{
   	left: -120px !important;
	width: 360px;
}
.navb li:nth-child(2) .mun1{
    width: 360px;
    height: 220px
}

.navb .sub {
	display: none;
	position: absolute;
	left: 0px;
	top: 115px;
	float: left;
	line-height: 30px;
	z-index: 1000;
}
.navb .sub2 {
	left: -180px !important;
	width: 1000px;
}
.navb .sub li {
	text-align:center;
}
.navb .sub li a {
	color:#5e5e5e;
	display:block;
	zoom:1;
}
.navb .sub li a:hover {
	background:#ddd;
	color:#c00;
}
.navb .sub li a img {
	width: 151px;
	height:129px;
}
.navb .sub li p {
	text-align:left;
}

.mun1 {
	width:1000px;
	height:600px;
	background:#f6f6f6;
	padding-left:15px;
	-moz-box-shadow:0px 2px 2px #999 inset;
	-webkit-box-shadow:0px 2px 2px #999 inset;
	box-shadow:0px 2px 2px #e4e4e4 inset;
}
.mun1 ul li {
	width:150px;
	float:left;
	height:auto;
	overflow:hidden;
	margin-left:13px;
	margin-top:20px;
}
.mun1 ul li h2 {
	width:100%;
	font-size:14px;
	color:#5e5e5e;
	border-bottom:1px solid #dbdbdb;
	line-height:35px;
	display: block;
    height: 35px;
    overflow: hidden;
}
.nav .sub .mun1 ul li p a {
	width:100%;
	height:28px;
	display:block;
	color:#919191;
	font-size:13px;
	overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
	color:#0c438c;
	background:none;
}
.mun1 ul li ul li {
	width:75px;
	float:left;
	margin:0px;
}
.nav .sub .mun1 ul li ul li a {
	color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
	color:#0c438c;
	background:none;
}
.htel{
	background: url(../images/tel.png) left center no-repeat;
	padding-left: 55px;
	margin-top: 25px;
	margin-right: 4%
}
.htel p{
	font-size: 17px;
	color: #fff;
	line-height: 33px;
}
.htel p b{
	font-size: 33px;
	font-family: "Arial";
	color: #ff9000;
	display: block;
}

@media screen and (max-width: 1830px) {
	.logo {margin-left: 1%;}
	.htel {margin-right: 1%;}
}
@media screen and (max-width: 1680px) {
    .htel{background:none}
}
@media screen and (max-width: 1600px) {
    .navb{margin-left: 1%;}
    .header{background:#156ae1;}
    .abpro img{width: 80%;}
}
@media screen and (max-width: 1540px) {
    .htel{background: initial;padding-left: 0;}
	.logo img{width: 90%;}
	    padding-left: 65px;
}
@media screen and (max-width: 1410px) {
    .htel{background: initial;padding-left: 0;}
	.logo img{width: 90%;}
}
/*banner*/
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;

}

.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 1;
  bottom: 25px;
  text-align: center;
  display: none;

}

.focus .hd ul {
  display: inline-block;
  height: 25px;
  padding: 3px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0;
  vertical-align: top;
}

.focus .hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 15px;
  vertical-align: top;
  overflow: hidden;
  border: 2px solid #fff;
  text-indent: 20em;
}

.focus .hd ul .on {
  background: #fff;
}

.focus .bd {
  position: relative;
  z-index: 0;
}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}

.focus .bd li img {
  width: 100%;
  background: url(images/loading.gif) center center no-repeat;
}

.focus .bd li a {
  -webkit-tap-highlight-color: transparent;
}

.focus .prev {
  position: absolute;
  top: 45%;
  z-index: 999;
  left: 0;
}

.focus .next {
  position: absolute;
  top: 45%;
  z-index: 999;
  right: 0;
}

.banner{
	width: 100%;
	height: 410px;
	background: url(../images/nybanner.jpg) center no-repeat;
}

/*分类*/
.probj{
	width: 100%;
	height: auto;
	min-height: 560px;
	background: #fff url(../images/flbj.jpg) center bottom no-repeat;
}
.pro_tit{
    width: 420px;
    margin: 0 auto;
	margin-top: 18px;
	padding-bottom:10px;

	padding-left: 0px;
	height: 142px;
}
.pro_tit h3 em{
	font-size: 40px;
	color: #000;
	font-weight: bold;
	float: left;
}
.pro_tit h3 a{
	width: 160px;
	height: 40px;
	background: #01a38b;
	border-radius: 50px;
	display: block;
	float: left;
	margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 30px
}

.pro_tit p{
    font-size: 18px;
    color: #333;
    line-height: 25px;
	display: block;
}
.pro_tit h3 a:hover{
	background: #ff9000
}

.pro_list_con{
	width: 1350px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.cpnav{
	width:1370px;
	margin:0 auto;
	margin-top: 0px;
	overflow: hidden;
}
.cpnav ul{
	position: relative;
}
.cpnav ul li{
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-top: 5px;
	padding:10px;
	height:340px;
	border-radius: 120px;
	background:#1469e0;
}
.cpnav ul li img{
	width: 190px;
	height: 190px;

	
	border-radius: 100%;


}
.cpnav ul li p{
	display: block;
	width: 175px;
	height: 40px;
	background: #fff;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 15px;
	line-height: 40px;
}
.cpnav ul li p a{
	color: #000;
	font-size: 16px;
	display: block;
}
.cpnav ul li:hover img{
	cursor:pointer; -webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)
}
.cpnav ul li:hover p{
    background: #ff9000
}
/*pro*/
.pro_show{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
	height: 780px;
}
.pro_go ul{overflow: hidden;}
.pro_go ul li{
    width: 24.3%;
    margin: 18px 0.3%;
    float: left;
    position: relative;
    height: 350px !important;
}
.cpimg{
	width: 100%;
	height: 300px;
	background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;

}

.pro_go ul li .p1{
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    transition: all 0.6s;
	border-bottom: 1px #e8e8e8 solid;
}
.pro_go ul li .p1 .sytitle{
	color: #000;
	float: left;
	padding-left: 18px;
	font-size: 16px;
}
.pro_go ul li .p1 .tumore{
	float: right;
	width: 75px;
	height: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 50px;
	margin-right: 10px;
	margin-top: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	color: #a8a8a8;

}
.pro_go ul li:hover .p1{
    background: #1469e0;
}
.pro_go ul li:hover .sytitle{
	color: #fff;
}
.pro_go ul li:hover .tumore{
	color: #fff;
	border: 1px #fff solid;
}
.pro_go ul li .p2{
	display: block;
	width: 100%;
	height: 300px;
	background: rgba(0,0,0,.65);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
    display: none;
}
.pro_go ul li .p2 .smore{
	display: block;
	height: 80px;
	background: url(../images/sou.png) center no-repeat;
	margin-top: 70px;
}
.pro_go ul li .p2 .cptel{
	font-size: 35px;
	color: #fff;
	font-family: "Arial";
	display: block;
	margin-top: 10px;
}
.pro_go ul li:hover .p2{
	display: block;
}


/*adv*/

.adv_circle em i{
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    display: block;
    font-style: normal;
}
.adv_circle em::before{
    content: '';
    display: block;
    width: 68px;
    height: 52px;
    background-image: url(../images/icon.png);
    margin: 0 auto 5px auto;
}
.adv_des ul li:nth-child(1) .adv_circle em::before{
    background-position: -6px -160px;
}
.adv_des ul li:nth-child(2) .adv_circle em::before{
    background-position: -96px -160px;
}
.adv_des ul li:nth-child(3) .adv_circle em::before{
    background-position: -187px -160px;
}
.adv_des ul li:nth-child(4) .adv_circle em::before{
    background-position: -276px -160px;
}
.advp{
    width: 202px;
    height: 100px;
    background: #01a38b;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    position: absolute;
    top: 30px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    box-sizing: border-box;
    padding: 10px 30px;
    right: -80px;
    transition: all 0.6s;
    opacity: 0;
}
.adv_des ul li:hover .advp{
    right: -160px;
    opacity: 1;
}
.adv_des ul li{
    position: absolute; 
    cursor: pointer;  
}
.adv_des ul li:nth-child(1){
    top: 35px;
    left: 245px;
}
.adv_des ul li:nth-child(2){
    right: 240px;
    top: 45px;
}
.adv_des ul li:nth-child(3){
    top: 260px;
    left: 102px;
}
.adv_des ul li:nth-child(4){
    top: 260px;
    right: 110px;
}


/*case*/
.case{
	width: 100%;
	height: 750px;
	background: url(../images/albj.jpg) center no-repeat;
}
.xiangmu_con{
    margin: 35px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.xiangmu_con>ul{
    position: relative;
}
.xiangmu_con>ul>li{
    float: left;
    width: 410px;
    position: relative;
    float: left;
    margin: 0 10px;
    cursor: pointer;
}
.xiangmu_con>ul>li .spanImg {
	display:block;
	overflow:hidden;
	width:100%;
	height: 480px;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.xiangmu_con>ul>li p{
	width: 100%;
	height: 120px;
	background: url(../images/albt.png) center no-repeat;
	position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0
}
.xiangmu_con>ul>li:hover p{
	opacity: 1
}
.xiangmu_con>ul>li p em{
	font-size: 18px;
	color: #fff;
	display: block;
    padding-left: 20px;
    margin: 30px 5px 0;
}
.xiangmu_con>ul>li p b{
	font-size: 28px;
	font-family: "Arial";
	font-weight: normal;
	color: #fff;
	display: block;
	background: url(../images/tela.png) left center no-repeat;
	padding-left: 40px;
	margin-left: 20px
}

.xiangmu_prev,.xiangmu_next{
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../images/icona.png);
    top: 50%;
    left: 50%;
    margin-top: -38px;
    cursor: pointer;
}
.xiangmu_prev{
    background-position: 0 0;
    margin-left: -519px;
}
.xiangmu_prev:hover{
    background-position: 0 80px;
}
.xiangmu_next{
    background-position: -80px 0;
    margin-left: 443px;
}
.xiangmu_next:hover{
    background-position: -80 -80px;
}
/*关于我们*/
.abbj{
	width: 100%;
	height: 630px;
	background: url(../images/abbj.png) center no-repeat;
	margin-top: -90px;
	position: relative;
}
.abfl{
	width: 800px;
	margin-left: 550px;
	padding-top: 60px;
}
.abfl span{
	color: #fff;
	font-size: 40px
}
.abfl h3{
	color: #fff;
	font-size: 56px;
	font-weight: bold;
}
.abfl em{
	font-size: 22px;
	color: #fff;
	letter-spacing: 8px;
}
.abfl p{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
    margin-top: 30px;
}
.abfl a{
	display: block;
	width: 150px;
	height: 45px;
	background: url(../images/abmore.png) center no-repeat;
	line-height: 43px;
	padding-left: 30px;
	color: #fff;
	font-size: 15px;
	margin-top: 90px;
}
.abfl a:hover{
	text-decoration: underline;
}

.abpro{
	width: 750px;
	height: 330px;
	position: absolute;
	right: 0;
	bottom: -90px;
	text-align: right
}
/*视频*/
.spbj{
   width: 100%;
   height: 650px;
   background: url(../images/spbj.jpg) center bottom no-repeat;
   border-bottom: 8px #01a38b solid;
   margin-top: 30px;

}
.zizhi{
	width: 415px;
	height: 555px;
	background: url(../images/zzbj.png) center no-repeat;
	margin-top: 40px;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 330px;
    -ms-touch-action: pan-y;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    height: 550px

}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.pro_imga{
	width: 330px;
	height: 410px
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);

}

.owl-theme .owl-controls{
    margin-top: 10px;
    float: right;
}
.item span{
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: -80px;
    width:160px;
    height: 45px;
    background: #ff9000;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    overflow: hidden;

}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
	background: #ff9000;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
}
.video_lb{
    width: 920px;
    margin: 30px auto;
    overflow: hidden;	
}
.vitit{
	height: 120px;
	background: url(../images/vibt.png) left center no-repeat;
}
.vitit span{
	float: left;
	display: block;
	font-size: 36px;
    color: #01a38b;
    font-weight: bold;
    padding-left: 103px;
    margin-top: 30px;
}
.vitit a{
	display: block;
	float: right;
	width: 120px;
	height: 45px;
	background: #ff9000;
	border-radius: 50px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	margin-top: 50px;
	padding-left: 25px;
	position: relative;
}

.vitit a::after {
    content: '';
    display: block;
    width: 17px;
    height: 7;
    position: absolute;
    bottom: 20px;
    right: 27px;
    background: url(../images/jiantou.png) center no-repeat;
}

.vitit a:hover{
	background: #01a38b
}

.video_con{
    width: 920px;
    margin: 25px auto;
    overflow: hidden;
}
.video_tit{
    text-align: center;
}
.video_tit h3{
    font-size: 52px;
    color: #333;
}
.video_tit h3 em{
    color: #bc0103;
    display: inline;
}
.video_tit p{
    font-size: 15px;
    color: #333;
    margin-top: 8px;
}
.video_go{
    width: 9999px;
}
.video_go ul{
    float: left;
}
.video_go ul li{
    float: left;
    width: 300px;
    height: 410px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    margin: 5px;
    position: relative;
}
.video_go ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.video_go ul li span{
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative;
    display: block;
}
.video_go ul li span img {
    width: 100%;
    height: auto;
    min-height: 290px;
    transition: all 0.6s;
}
.video_go ul li:hover img{
    transform: scale(1.1);
}
.video_go ul li span::after {
    content: '';
    display: block;
    width: 100%;
    height: 73px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/n_t.png) left top no-repeat;
}
.video_des {
    padding: 0 25px;
    margin-top: -30px;
    position: relative;
    z-index: 111;
}
.video_des em {
    display: block;
    width: 35px;
    height: 4px;
    background: #ff9000;
    margin-top: 13px;
}
.video_des b{
	font-weight: normal;
	font-size: 15px;
	color: #676767;
	margin-top: 25px;
	display: block;
}
.video_des h3{
    font-size: 16px;
    font-weight: normal;
    color: #222;
    font-weight: bold;
}
.video_go ul li i {
    width: 85px;
    height: 74px;
    background: url(../images/video.png) right bottom no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}





/*新闻*/

.newlb{
  width: 1350px;
  margin: 0 auto;
  margin-top: 25px
}
.newlb ul li{
  float: left;
  width: 410px;
  height: 420px;
  box-sizing: border-box;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
}
.newlb ul li .nimg{
  width: 100%;
  height: 260px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  
}
.newlb ul li .nimg img{
  width: 100%;
  height: 100%; 
}


.newlb ul li .ntit{
  width: 320px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden; 
  background: #fff;
  position: relative;
  margin-top: -60px;
  box-shadow: 0 3px 10px #cacaca;
  padding: 30px 20px
}

.newlb ul li .ntit h3 a{
  font-size: 16px;
  color: #333;
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  overflow:hidden;
}

.newlb ul li .ntit p{
   font-size: 14px;
   color: #888;
   line-height: 23px;
  display: block;
  height: 50px;
  overflow: hidden;
}
.newlb ul li .ntit .rdmore{
  background: url(../images/jt.png) left center no-repeat;
  color: #2c2c2c;
  font-size: 14px;
  padding-left: 25px;
  display: block;
  margin: 0 auto;
  width: 100px;
  margin-top: 20px;
}
.newlb ul li:hover .ntit .rdmore{
  text-decoration: underline;
}

.newlb ul li:hover .nimg img{
  transition: all 1.2s;
    transform:scale(1.2, 1.2);
}
.newlb ul li:hover h3 a{
  color:#01a38b;
  padding-left: 13px;
  font-weight: bold;
}

/*广告*/
.ggbj{
	width: 100%;
	height: 210px;
	background: url(../images/ggbj.jpg) center no-repeat;
	margin-top: 60px
}
.ggbt{
	width: 1350px;
	margin: 0 auto;
}
.ggbt b{
	color: #fff;
	font-size: 36px;
	display: block;
    padding-top: 40px;
    padding-bottom: 10px;
}
.ggbt p{
	font-size: 15px;
	color: #fff;
	line-height: 25px
}

/*底部*/
.footbj {
	height: 370px;
	background: url(../images/footbj.jpg) center no-repeat;
	width: 100%;
}
.dblogo{
	margin-top: 40px;
}
.dbfl p{
	display: block;
	color: #fff;
	margin-left: 18px;
	margin-top: 70px;
	font-size: 43px;
	font-family: "Arial";
} 
 
.dbfl ul{
	display: block;
	width: 700px;
	height: 85px;
	border-top: 1px #333 solid;
	margin-top: 15px;
}
.dbfl ul li{
	float: left;
	line-height: 80px;
	padding-right: 25px;
}
.dbfl ul li a{
	font-size: 15px;
	color: #b6b6b6;
}
.dbfl ul li:hover{
	text-decoration: underline;
	font-weight: bold;
}
.dbfr{
	width: auto;
	margin-top: 75px;
	margin-left: 30px
}
.dbfr h3{
	font-size: 20px;
	color: #fff;
}
.dbfr p{
	background: url(../images/dhtb.png) left center no-repeat;
	color: #a8a8a8;
	font-size: 15px;
	line-height: 35px;
	padding-left: 35px;
	margin-top: 20px;
}
.dbewm{
	margin-top: 75px;
}
.dbewm span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 45px
}

.copy{
	width: 1350px;
	height: 80px;
	margin: 0 auto;
	border-top: 1px #333 solid;
	margin-top: 30px;
	line-height: 80px;
	text-align: center;
}
.copy p{
	font-size: 15px;
	color: #868686;
}
.copy p a{
	color: #868686;
}


/*当前导航*/
.breadcrumbs{
	width: 1350px;
	margin: 0 auto;
	padding-top: 100px;
}
.breadcrumbs h3{
	color: #fff;
	font-size: 35px
}
.breadcrumbs b{
	color: #fff;
	font-size: 43px;
	display: block;
    margin-bottom: 10px;
}
.breadcrumbs p{
	color: #fff;
	font-size: 15px;
	background: url(../images/home.png) left center no-repeat;
	padding-left: 25px
}
.breadcrumbs p a{
	color: #fff
}
.breadcrumbs p span{
	font-size: 17px
}

/*内页公司简介*/
.about_con{
	width: 100%;
	height: auto;
	min-height: 1280px;
	background: url(../images/pro_bg.jpg) center bottom no-repeat;
}
.page_about_l{
    float: left;
    width: 550px;
}
.page_tit{
    padding-top: 68px;
    position: relative;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 34px;
}
.page_tit span{
    font-size: 36px;
    font-weight: normal;
}
.page_tit p{
    color: #707070;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
}
.page_tit p::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 1px;
    background: #707070;
}
.page_about_l h3{
    font-size: 28px;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: bold;
    color:#01a38c;
}
.page_about_l>p{
    font-size: 14px;
    color: #626262;
    line-height: 30px;
}
.page_about_r{
    float: right;
    width: 772px;
    height: 633px;
}
.pro_contact{
    width: 490px;
    height: 50px;
    line-height: 50px;
    background: #ff9000;
    margin: 0 auto;
    border-radius: 25px;
    overflow: hidden;
    color: #fff;
}
.pro_contact em,.pro_contact a{
    float: left;
}
.pro_contact em{
    font-size: 18px;
    padding-left: 20px;
}
.pro_contact em i{
    display: inline-block;
    font-size: 32px;
    vertical-align: middle;
    margin-left: 8px;
    font-family: 'Impact';
    font-style: normal;
}
.pro_contact a{
    display: block;
    width: 160px;
    height: 50px;
    border-radius: 25px;
    background: #01a38c;
    color: #fff;
    float: right;
    box-sizing: border-box;
    text-align: center;
}
.pro_contact a:hover{
	text-decoration: underline;
}


.page_txt p{
	font-size: 16px;
    color: #333;
    line-height: 36px;
}
.page_fa{
    background: #f9f9f9;
    padding-bottom: 80px;
}
.page_fa_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.page_fa_t{
    overflow: hidden;
}
.page_fa_tit.page_tit{
    float: left;
}
.page_fa_t a {
    float: right;
    width: 230px;
    height: 80px;
    line-height: 80px;
    background: #007cbd;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-image: -moz-linear-gradient( 3deg, rgb(0,123,190) 0%, rgb(0,165,121) 100%);
    background-image: -webkit-linear-gradient( 3deg, rgb(2, 146, 59) 0%, rgb(0,165,121) 100%);
    background-image: -ms-linear-gradient( 3deg, rgb(0,123,190) 0%, rgb(0,165,121) 100%);
    margin-top: 56px;
}
.page_fa_t a img{
    margin-left: 12px;
    vertical-align: top;
    margin-top: 31px;
}
.page_fa_b{
    margin-top: 20px;
}
.page_fa_b ul li{
    width: 269px;
    height: 430px;
    background: #ecf4f6 url(../images/shuye.png) no-repeat center bottom;
    text-align: center;
    position: relative;
    float: left;
}
.page_fa_b ul li span{
    width: 82px;
    height: 82px;
    display: block;
    margin: 0 auto;
}
.page_fa_b ul li:nth-child(1) span{
    background: url(../images/202101221611310043.png);
}
.page_fa_b ul li:nth-child(2) span{
    background: url(../images/202101221611308903.png);
}
.page_fa_b ul li:nth-child(3) span{
    background: url(../images/202101221611309914.png);
}
.page_fa_b ul li:nth-child(4) span{
    background: url(../images/202101221611281879.png);
}
.page_fa_b ul li:nth-child(5) span{
    background: url(../images/202101221611309746.png);
}
.page_fa_b ul li a{
    padding-top: 120px;
    display: block;
    width: 100%;
}
.page_fa_b ul li em{
    color: #999;
    font-size: 14px;
    margin: 40px 0 10px;
    padding: 0 10px;
}
.page_fa_b ul li i{
    color: #333;
    font-size: 18px;
    margin-top: 40px;
    padding: 0 10px;
}
.page_fa_b ul li::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #d3e9ed;
}
.page_fa_b ul li:last-child::after{
    background: transparent;
}
.page_fa_b ul li.active{
    background: #02923b url(../images/shuye.png) no-repeat center bottom;
}
.page_fa_b ul li.active em,.page_fa_b ul li.active i{
    color: #fff;
}
.page_fa_b ul li.active:nth-child(1) span{
    background: url(../images/202101221611310051.png);
}
.page_fa_b ul li.active:nth-child(2) span{
    background: url(../images/202101221611309600.png);
}
.page_fa_b ul li.active:nth-child(3) span{
    background: url(../images/202101221611309920.png);
}
.page_fa_b ul li.active:nth-child(4) span{
    background: url(../images/202101221611310176.png);
}
.page_fa_b ul li.active:nth-child(5) span{
    background: url(../images/202101221611309748.png);
}


/*内页联系方式*/
.page{
    
}
.page_con{
    width: 1350px;
    margin: 60px auto;
    position: relative;
}
.page_con::after{
    content: '';
    display: block;
    clear: both;
}
.page_tit h4{
    position: relative;
    color: #333333;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: normal;
}
.page_tit{
	margin-bottom: 30px;
}
.page_tit h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 5px;
    background: #00a38b;
}
.page_contact{
    position: relative;
    width:680px;
}
.page_contact h3{
    text-align: left;
    font-size: 48px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
	font-family: 'Calisto MT', Helvetica, sans-serif;
	margin-left: 20px;
}
.page_contact em{
    color: #9fa09f;
    font-size: 15px;
	margin-left: 20px;
	display: block;
}
.page_contact h4{
    font-size: 34px;
    color: #1469e0;
    margin: 30px 0;
	font-weight: bold;
	margin-left: 20px;
}
.con_txt{
	line-height: 32px;
    margin-left: 20px;
}


.msg{
    width: 100%;
    height: 350px;
    background: #01a38c;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;

}
.msg span{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 52px 80px 0 80px;
}
.msg span i{
    font-size: 32px;
    color: #fff;
	font-style: normal;
}
.msg span p {
    font-size: 14px;
    line-height: 26px;
    color: #9cdbd2;
    margin-top: 5px;
}
.msg form {
    width: 1200px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}
.msg form textarea{
    width: 380px;
    height: 50px;
    background: #fff;
    color: #666;
    font-size: 15px;
    padding-left: 20px;
    border: none;
    line-height: 50px;
}
.msg form input,.msg form button{
    width: 120px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding-left: 20px;
}
.msg form textarea,.msg form input,.msg form button{
    float: left;
    margin-left: 5px;
}
.yz{
    overflow: hidden;
    float: left;
}
.yz img{
    width: 140px;
    min-height: 50px;
    height: auto;
    margin-left: 5px;
}
.msg form button{
    background: #ff9000;
    color: #fff;
    padding: 0;
    float: right;
    border-radius: 5px;
    cursor: pointer;
	font-size: 18px;
}
.map{
    width: 660px;
    margin-top: 8px;
}

/*listnews*/
.page_listnews{
    padding: 40px 0;
}
.page_listnews_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.page_listnews_con ul li{
    overflow: hidden;
    padding: 30px 0;
    background: #f7f7f7;
    margin: 20px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.page_news_p>a{
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 30px;
    background: #146feb;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.page_listnews_con ul li.active{
    background: #006fea
}
.page_listnews_con ul li.active .date,.page_listnews_con ul li.active .year{
    color: #fff;
}
.page_listnews_con ul li.active .page_news_img img{
    transform: scale(1.1);
}
.page_listnews_con ul li.active .page_news_p h2 a{
    color: #fff;
}
.page_listnews_con ul li.active .page_news_p p{
    color: rgba(255,255,255,.8);
}
.page_listnews_con ul li.active .page_news_p>a{
    background: #ff9000;
    animation: doudong 0.8s ease-in-out;
}
.page_listnews_con ul li.active .page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #fff;
    margin-right: 12px ;
    vertical-align: middle;
}
.time1{
    float: left;
    width: 180px;
    text-align: center;
    padding-top: 24.5px;
}
.time1 span{
    display: block;
}
.date{
    font-size: 72px;
    font-weight: bold ;
    color: #c2c2c2;
    text-align: center;
}
.year{
    font-size: 20px;
    color: #4c4c4c;
}
.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 240px;
    height: 160px;
    overflow: hidden;
}
.page_news_img img{
    transition: all 0.6s;
    width: 100%;
    height: auto;
    min-height: 160px;
}
.page_news_p{
    float: left;
    width: 785px;
    margin-left:20px ;
    padding: 25px 45px 20px 30px;
}
.page_news_p h2 a{
    font-size: 18px;
    color: #333333;
    font-weight: normal ;
}
.page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #01a38c;
    margin-right: 12px ;
    vertical-align: middle;
    transition: all 0.6s;
}
.page_news_p p{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 26px;
    margin-top: 15px ;
}
/*分页*/
.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:#01a38c;
	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:28px;
	line-height:27px;
	border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
    background-color: #01a38c;
    color: #fff;
    border: 1px solid #01a38c;
}
.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;
}


/*新闻详情*/
.main{
	width: 100%;

}
.main .main_right {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 50px
}
.main .tT01 {
	text-align:center;
	line-height:35px;
	padding-top:50px;
}
.main .tT01 .span1 {
    font-size: 30px;
    color: #146feb;
}
.main .subtitle {
	font-size: 16px;
	line-height:50px;
	height: 50px;
	color: #fff;
	text-align:center;
	margin-top: 20px;
	background: #146feb;
}
.main .subtitle span {
	padding:0 30px;
}
.main .subtitle .timea{
	background: url(../images/shijian.png) left center no-repeat;
}
.main .subtitle .liulan{
	background: url(../images/liulan.png) left center no-repeat;
}

.text {
    line-height: 35px;
    font-size: 15px;
    color: #333;
    padding: 30px;
}
.viewpage {
	margin:0;
	padding:20px 0 50px 0;
	border-top:1px solid #eee;
}
.viewpage .main_r_nav {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    background: #e7f7f5;
    border-radius: 50px;
    padding: 8px 20px;
}
.viewpage .main_r_nav a {
	font-size:14px;
	color:#333
}
.viewpage .main_r_nav a:hover {
	text-decoration:underline;
}

/*产品列表页*/
.page_listpro{
    width: 1350px;
    margin: 40px auto;
    overflow: hidden;
}
.page_listpro_l,.page_listpro_r{
    float: left;
}
.page_listpro_l{
    width: 280px;
}
.page_prolistt{
    background: #006fea ;
    padding-bottom: 45px;
}
.page_prolistt span{
    display: block;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding-top: 5px;
}
.page_prolistt span h3{
    font-weight: bold;
    font-size: 30px;
    margin: 20px 0 10px 0;
}
.page_prolistt span em{
    font-size: 16px;
    text-transform: uppercase;
}
.page_prolistt ul{
    margin-top: 20px;
}
.page_prolistt ul li{
    width: 240px;
    background: #fff;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    margin: 5px auto;
    overflow: hidden;
}
.page_prolistt ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 16px;
    position: relative;
    z-index: 11;
}
.ll {
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    height: 50px;
    background: #ff9000;
    transition: all 0.6s;
}
.page_prolistt ul li:hover .ll{
    top: 0;
}
.page_prolistt ul li:hover a{
    color: #fff;
}
.page_prolistb{
    color: #fff;
    background:#006fea;
    margin-top: 25px;
    padding: 35px;
}
.page_prolistb em{
    font-size: 16px;
    line-height: 30px;
} 
.page_prolistb h3 {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    font-family: impact;
    font-weight: 100;
    color: #ff9000;
}
.page_prolistb ul li{
    line-height: 45px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.page_listpro_r{
    width: 1050px;
    margin-left: 19px;
}
.page_listpro_r ul li{
    float: left;
    width: 340px;
    margin: 5px;
}
.page_listpro_r ul li a{
    display: block;
    width: 100%;
}
.page_listpro_r ul li span{
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.page_listpro_r ul li span>img{
    width: 100%;
    height: auto;
    min-height: 300px;
    transition: all 0.6s;
}
.page_listpro_r ul li:hover img{
    transform: scale(1.1);
}
.page_listpro_r ul li a>em{
    width: 100%;
    line-height: 50px;
    background: #f3f3f3;
    text-align: center;
    font-size: 15px;
    color: #333;
    display: block;
    height:50px;
}
.page_listpro_r ul li:hover a>em{
    background: #006fea;
    color: #fff;
}
/*案例列表页*/
.page_al{width: 1050px;margin-left: 19px;float: left;}
.proList{position:relative;}

.proList li{ width:335px; float:left; margin:0 0 20px 13px;} 

.proList li .boxb{ width:335px; height:250px;display:block; cursor:pointer;position: relative;overflow: hidden;}

.proList li .boxb .alImg{ display:block; overflow:hidden;width:335px; height:250px;

background-position:center center; 

-webkit-background-size: cover;  

-moz-background-size: cover;  

-o-background-size: cover; 

background-size:cover;
}
.proList li .alspanT{ 
  display: block;
  z-index:10; 
  height:45px; 
  line-height:45px;
  width:310px; 
  margin:auto;
  color:#333; 
  font-size:16px;
  text-align:center;
}
.proList li:hover .alspanT{
    font-weight:bold;
}


.proList li .aalspanT{ 
  display: block;
  z-index:10; 
  height:auto;
  min-height: 70px; 
  width:335px; 
  color:#333; 
  font-size:16px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}
.proList li .aalspanT .nyaltitle{
  font-size: 17px;
  color: #282828;
  font-weight: bold;
  display: block;
  margin: 20px 20px 10px 20px;
  overflow: hidden;
    height: 25px;
}
.proList li .aalspanT p{
  font-size: 14px;
  color: #696969;
  display: block;
  width: 270px;
  margin: 0 auto;
  line-height: 23px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}
.proList li .aalspanT .nyalmore{
  background: url(../images/nyalmore.png) right bottom no-repeat;
  display: block;
  width: 37px;
  height: 43px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 43px;
}
.proList li:hover .aalspanT .nyaltitle{
  color: #01a38b;
  padding-left: 10px
}
.proList li:hover .aalspanT .nyalmore{
  background: url(../images/nyalmore1.png) right bottom no-repeat;
}


/*产品详情页*/
.showpro_des_tit{
    padding: 10px;
    background-color: #fafafa;
    margin: 30px 0;
}
.showpro_des_tit h3 {
    color: #fe7201;
    border-left: 2px solid #fe7201;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
}
.product_top {
}
.product_top .l_img {
	width:630px;
	height:550px;
	background-color:#fff;
	text-align:center;
	display:table;
	border: 1px solid #eee;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
	display:block;
	width:100%;
	height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.product_top .l_img span img {
	width:550px;
	height:550px;
}
.product_top span img {
	display:inline-block;
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.product_top .r_box {
	width:680px;
}
.product_top .r_box .product_title {
	padding: 10px 0 20px 0;
}
.product_top .r_box .product_title h2 {
	font-size:26px;
	color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
    font-size: 14px;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    background: #1469e0;
}
.product_top .subtitle span {
    display: block;
    padding-left: 30px;
    line-height: 40px;
    height: 40px;
}
.product_top .subtitle span.span1 {
	background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
	background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#717171;
}
.product_top .keyword span {
	font-size:18px;
	color:#0059A9;
}
.product_top .desc {
	font-size:14px;
	color:#717171;
	line-height:30px;
	margin-top: 25px;
}
.product_top .desc span {
	display:block;
	float:left;
	width:200px;
}
.product_top .desc p {
	display:block;
	width:680px;
	line-height: 28px;
	font-size: 15px;
	color: #8b8b8b;
    margin-bottom: 15px;
}
.product_top .lianxi {
    width: 570px;
}
.product_top .lianxi .a {
	display:block;
	height:50px;
	line-height:50px;
	float:left;
	margin-right:30px;
	color:#1469e0;
	font-size:18px;
	border-bottom:1px solid #8b8b8b;
	padding-left:28px;
}
.product_top .lianxi .a.a_qq {
	background:url(../images/QQ.png) left center no-repeat;
}
.product_top .lianxi .a.a_tel {
	background:url(../images/teld.png) left center no-repeat;
}
.product_top .lianxi .a.a_web {
	background:url(../images/tele.png) left center no-repeat;
}
.product_top .dianhua {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #ff9000;
    margin-top: 50px;
    width: 130px;
}
.product_top .dianhua a {
	color:#fff;
	display: block;
}
.product_top .dianhua:hover {
	background-color:#3e83e5;
}
.share {
	margin-top:10px;
}
.share .span1 {
	line-height:32px;
	color:#999;
	padding-right:10px;
	font-size:15px;
}

.xiangqing_top .a_nav {
	display:block;
	float:left;
	width:190px;
	background-cologr:#fff;
	border-bottom:2px solid #e50000;
	color:#eea200;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:18px;
}
.xiangqing_top .a_nav.active {
	background-color:#e50000;
	color:#fff;
}
.contenta {
	background: #fff;
	border: 1px solid #eee;
}
.contact_title2 {
	text-align: center;
	font-size: 18px;
	color: #888;
}
.lx_b {
	width: 100%;
	height: 422px;
	border: 1px solid #000;
	margin-top: 30px;
}
.lx_list {
	background-color: #fff;
	width: 275px;
	margin: 39px 10px;
	min-height: 300px;
}
.lx_list p {
	line-height: 35px;
	font-size: 16px;
	color: #666;
	padding-left: 30px;
}
/*在线留言*/
.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; background:url(../images/xiana.jpg) center center no-repeat;}

.liuyan{ margin-top:30px; text-align:center;}

.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 280px;}

#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:#e50000; }


.lianxi01{
	width:620px; height:65px; background:#fe7201; margin:0px auto;     border-radius: 70px; position:relative; margin-top:-30px; z-index:999; line-height:65px; text-align:center; color:#FFF; font-size:32px;}
.wizfrm:hover{ background-color:#fe7201; }


.about{
	position: relative;
	padding: 85px 0;
	overflow: hidden;
	background: url(../images/about.jpg) no-repeat center 0;
}
.abdw{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-animation: bg_move 4s infinite ease-in-out;-ms-animation: bg_move 4s infinite ease-in-out;animation: bg_move 4s infinite ease-in-out;
}
.abdw img{ width: 100%;}
 @keyframes bg_move{ 
	0% { transform:scale3d(1, 1, 1); } 
	50% { transform: scale3d(1.1, 1.1, 1.1); } 
	100% { transform: scale3d(1, 1, 1); } 
} 
.abWrap{
	width:1300px;
	margin: 0 auto;
}
.ab_img{ float: left;}
.abR{width: 1000px; float: right;}
.abR h4{
	font-size: 66px;
	line-height: 90px;
	font-family: impact;
	color: #fff;
}
.abR h2{
	padding: 15px 0 15px;
	font-size: 22px;
	line-height: 35px;
	font-family: "微软雅黑";
	color: #000;
	text-align: left;
} 

.at{
	display: block;
}

.jjL p{
	text-align: left;
	color: #000;
	font-size: 18px;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.abBox{
	display: block;
	width: 153px;
	padding-left: 15px;
	height: 45px;

	color: #fff;	
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	background:#db0219;
	font-style: normal;
	margin: 45px 0 25px 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.abBox:hover{
	color: #fff;
	background: #e10119;
}

.xuanze{
	width:100%; height:723px; margin:0px auto; background:url(../images/abbj.jpg) no-repeat center;}
.xuanze_b{
	width:1350px; height:723px; margin:0px auto;}
.xuanze_b_l{
	height:170px; width:715px; margin:0px auto; padding-top:30px;}
.xuanze_b_l1{
	height:133px; width:150px; float:left;}
.xuanze_b_l2{
	padding-top:10px; float:left;}
	
.xuanze_bx{
	width:1300px; height:420px; margin:0px auto;}
.xuanze_bx ul li{
	width:315px; height:408px; background:#FFF; float:left; box-shadow: 2px 2px 2px #cbcbcb; margin-left:5px; margin-right:5px;}
.xuanze_bx ul li div{
	background:url(../images/abi_yuan.png) no-repeat center; width:185px; height:130px; margin:0px auto; margin-top:30px; margin-bottom:20px; text-align:center; padding-top:50px;}
.xuanze_bx ul li h3{
	text-align:center; font-size:35px; font-weight:bold;}
.xuanze_bx ul li p{
	text-align:center; font-size:16px; line-height:36px; padding-left:10px; padding-right:10px; }
.xuanze_bx ul li:hover img{
		transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer; }	
	
	
	.youshi{
	width: 100%;
	height: 260px;
	background-image: linear-gradient(to right, #0052a5 , #0073d4);
}
.youshi ul{
	background: url(../images/jiantou.png) center no-repeat;
	width: 100%;
    height: 260px;
}
.youshi ul li{
	width: 175px;
	height: 175px;
	background: url(../images/yuan.png) center no-repeat;
	float: left;
	margin-right: 60px;
	text-align: center;
	margin-top: 40px;
}
.youshi ul li:last-child{
	margin-right: 0;
}
.youshi ul li img{
	margin-top: 38px;
}
.youshi ul li span{
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
.youshi ul li:hover img{
	transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}



.newbj{
	width: 100%;
	height: 450px;
	background:url(../images/newbj.jpg) center no-repeat;
}
.news_con{
    width: 1350px;
    margin: 20px auto 30px auto;
    overflow: hidden;
}

.news_con ul li{
    float: left;
    overflow: hidden;

    height: 190px;
    margin-right: 15px;
    margin-top: 15px;
    cursor: pointer;
}
.news_con ul li:hover .news_cover{
    width: 100%;
}
.news_con ul li:hover .new_l .img img{
    transform: scale(1.2);
}
.news_con ul li:hover .new_r span a{
    color: #2650b2;
	padding-left: 15px;
}
.news_con ul li:hover .new_r>a{
    background: #e10000;
}
.new_l{
    float: left;
    position: relative;
    height: 190px;
    width: 210px;
}
.new_l span{
    position: absolute;
    top: 0 ;
    left: 0;
    width: 210px;
    height: 100%;
    background:#e0e0e0;
    display: block;
    z-index: 1;
}
.new_l span .news_cover{
    position: absolute;
    top: 0;
    left: 0;
    background: #0069df;
    display: block;
    width: 0;
    height: 100%;
    transition: all 0.6s;
}
.new_l .img{
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -77px;
    height: 144px;
    z-index: 2;
    width: 240px;
    overflow: hidden;
    border-radius: 30px 0 30px 0  ;
}
.new_l .img img{
    width: 100%;
    height: auto;
    min-height: 144px;
    transition: all 0.6s;
}
.new_r{
    float: left;
    width: 450px;
    background: #f3f3f3;
    box-sizing: border-box;
    height: 190px;
    padding: 50px 20px 20px 76px;
    position: relative;
}
.new_r span a{
    font-size: 17px ;
    color: #333;
	display: block;
    height: 30px;
    overflow: hidden;
}
.new_r span{
    display: block;
    margin-bottom: 8px ;
}
.new_r p{
    font-size: 14px ;
    color: #696969;
    line-height: 25px;
}
.new_r>a{
	display: block;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #0069df;
    position: absolute;
    border-top-left-radius: 45px;
    color: #fff;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 5px;
}




/*footer*/
.footer{
    background: #171717;
}
.f_t{
    border-bottom: 1px solid #404040;
    padding: 30px 0;
}
.f_t_con,.f_con{
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}
.f_con{
    padding: 35px 0 20px 0 ;
}
.f_nav,.link{
    float: left;
}
.f_nav li{
    float: left;
    margin-right: 60px;
}
.f_nav li a{
    color: #989898;
}
.link{
    margin-left: 20px;
    font-size: 15px;
    color: #989898;
}
.link span{
    display: block;
    float: left;
}
.link span::before{
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../images/icon.png) -153px -143px no-repeat;
    vertical-align: middle;
    margin-right: 9px;
}
.link li{
    float: left;
    margin-right: 10px;
}
.link li a{
    color: #989898;
}
.f_logo{
    float: left;
    width:465px;
    position: relative;
}
.f_logo::after{
    content: '';
    display: block;
    width:1px;
    height: 135px;
    background: #464646;
    position: absolute;
    top: 0;
    right: 0;
}
.f_r{
    float: left;
    margin-left: 40px;
    width: 720px;
    overflow: hidden;
}
.f_contact{
    float: left;
    width: 505px;
}
.f_contact p{
    line-height: 35px;
    color: #989898;
}
.f_r>span{
    display: block;
    width: 120px;
    height: 155px;
    text-align: center;
    float: right;
}
.f_r span img{
    width:120px;
    height: 120px;
}
.f_r span p{
    margin-top: 8px;
    font-size: 14px;
    color: #989898;
}
.f_r p a{
  color:#989898;
}
.f_b{
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #989898;
    background: #000;
    font-size: 15px;
}
.f_b a{
    color: #989898;
}
.f_b a img{
    display:inline-block;
    vertical-align: middle;
}


.ab_hegn{
	 width:1250px; height:135px; background:#63a6ff; position:relative; margin-left:-220px; margin-top:30px; padding-top:20px; padding-bottom:20px;}

.ab_hegn ul li{ width:311.5px; height:135px; float:left;  border-right:#3a7dd6 1px solid; text-align:center;
	}
.ab_hegn ul li div{  width:200px; height:100px; margin:0px auto; font-size:40px; font-weight:bold; color:#FFF; text-align:center; display:block; float:left;
	}
.ab_hegn ul li  i{ width:50px; height:50px; background:#ffa900; display:block; float:right;  border-radius:50%;  font-size:16px; background:url(../images/kauya.png) no-repeat center;
	}
	
	
	
	.ys_box{
    height: 180px;
    width: 1200px;
	background:#63a6ff;
	position:relative; margin-left:-220px;

    margin-top: 50px;

}

.ys_box ul li{
    float: left;
    width: 299px;
    height: 160px;
	border-right:#3a7dd6 1px solid;
    text-align: center;
    background: url(../images/xiana.png) right center no-repeat;
    margin-top: 16px;
}
.ys_box ul li+li+li+li{
    background: initial;
}
.ys_box .div1{
    position: relative;
}
.ys_box .div1 .span1{
    font-size: 60px;
    color: #fff;
    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;}
.ys_box .div2{margin-top: 10px;}
.ys_box .div2 .span2{
    font-size: 18px;
    color: #fff;
}
.ys_box .div3{
  background: url(../images/jiantou.png) center no-repeat;
  display: block;
  width: 15px;
  height: 10px;
  margin: 0 auto;
}
.adv-bg{
  width: 1350px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
.advbt{
  text-align: center;

}
.advbt b{
  font-size: 55px;
  font-family: "Arial";
  text-transform: uppercase;
  color: #2b7bd8
}
.advbt span{
  display: block;
  color: #fff;
  font-size: 33px;
  position: relative;
  margin-top: -50px;
  font-weight: bold;
}