@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;border: 1px #ddd solid;}
tr{border: 1px #ddd solid;}
td{border: 1px #ddd solid;}
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*/
.topbj{
  width: 100%;
  height: 30px;
  line-height: 30px;
  background:#efefef;
  color: #838383;
  font-size: 14px;
}
.top{
  width: 85%;
  margin: 0 auto;
}
.topbj h3{
  float: left;
  color: #838383;
  font-size: 14px;
}
.topbj ul{
  float: right;
}
.topbj ul li{
  float: left;
  padding-left: 10px;
}
.topbj ul li a{
  color: #838383;
  font-size: 14px;  
}
.topbj ul li:hover a{
  text-decoration: underline;
}

.header{
    width: 100%;
    height: 100px;
}

.logo{
     margin-left: 7%;
}
.nav{
    height: 100px;
    margin-left: 3%;
    width: 53%;
}
.nav>ul>li.active{
    width:9%;
    list-style: none;
    text-align: center;
    float: left;
    height: 100px;
    cursor: pointer;
    margin: 0 1%;
    position: relative;
}
.nav>ul>li.on{
	background: #0072bb;
}
.nav>ul>li.on a{color: #fff;}
.nav>ul>li>a{
    color: #000;
    display: block;
    font-size: 17px;
    padding-top: 30px;
}
.nav>ul>li>a>em{
   font-size: 13px;
   color: #bbb;
   font-family: "Arial";
   display: block;
    margin-top: 5px;

}
.topdh{
  font-size: 16px;
  color: #636363;
  background: url(../images/tel.jpg) left center no-repeat;
  padding-left: 40px;
  margin-right: 7%;
  margin-top: 30px;
}
.topdh span{
  font-size: 30px;
  font-family: "Arial";
  color:#0072bb;
  font-weight: bold;
}


.nav ul li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:100px;
	width: 170%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
  left: -33%;
  z-index: 9999;
}
.nav ul li.dropdown .dropdown_menu a{
	font-size: .9rem;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
  display: block;
}
.nav ul li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.nav ul li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.nav ul li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: #71bf45;
}

/*首页banner*/
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.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%;
  position: relative;
}

.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;
}
.business{
  width: 100%;
  height: 180px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,0.8));
}
.business ul li{
  float: left;
  width: 20%;
  margin-top: 80px;
  border-right: 1px solid rgba(255,255,255,0.2);
  height: 100px;
  top: 180px;
  opacity: 0;
  position: relative;
  box-sizing: border-box;
}
.business ul li a{display: block;}
.business ul li img{
  float: left;
  margin-left: 65px;
}
.business ul li p{
  float: left;
  font-size: 12px;
  color: #ddd;
  font-family: "Arial";
  text-transform: uppercase;
  margin-left: 10px;
  margin-top: 10px;
}
.business ul li p span{
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 33px;
}
.business ul li:hover{
  background: linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,0.8));
}
.business ul li:hover img{
  padding-top: 10px;
  transition: all 1.2s;
}
.business ul li:hover p span{
  text-decoration: underline;
}


@media only screen and (max-width: 1730px){
  .logo {margin-left: 2%;}
  .topdh{margin-right: 2%;}
}

@media only screen and (max-width: 1600px){
  .business ul li img{margin-left: 7%;}
  .nav>ul>li>a{font-size:16px}
}
@media screen and (max-width:1400px){
.topdh {margin-right: 0;}
.logo {margin-left: 0;}
.nav{margin-left: 1%;}
.nav>ul>li>a {font-size: 15px;}
}
@media only screen and (max-width: 1376px){

}

@media only screen and (max-width: 1290px){


}

@media only screen and (max-width: 992px){

}

/*公司简介*/
.indexabbj{
  height:620px; 
  background:url(../images/abbj.jpg) center no-repeat;
  overflow: hidden;
}
.abfl{
  width: 630px;
  top: 510px;
  opacity: 0;
  position: relative;
  
}
.abfl img{
  margin-top: 45px;
  margin-bottom: 10px;
}
.abfl img:hover{
  animation: ball .6s infinite alternate;
}
.abfl span{
  display: block;
  font-size: 20px;
  color: #666;
}
.abfl p{
  color: #000;
  font-size: 15px;
  line-height: 28px;
  display: block;
  margin-top: 55px;
  margin-bottom: 30px;
}
.abfl ul li{
  font-size: 16px;
  color: #000;
  line-height: 35px;
  background: url(../images/tb.png) left center no-repeat;
  padding-left: 35px;
}

/*产品*/
.probt{
  text-align: center;
  margin-top: 40px;
  top: 200px;
  opacity: 0;
  position: relative;

}
.probt span{
  display: block;
  font-size: 15px;
  color: #333;
  margin-top: 6px;
}
.probt img:hover{
  animation: ball .6s infinite alternate;
}
.probt em{
  display: block;
  width: 65px;
  height: 11px;
  background: url(../images/quxian.png) center no-repeat;
  margin: 0 auto;
  margin-top: 15px;
}
.classify{
  width: 85%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 35px;
}
.classify ul li{
  float: left;
  width: 20%;
  position: relative; 
  padding-right: 6px;
  padding-left: 7px;
  height: 505px;
  top: 510px;
  opacity: 0;
  box-sizing: border-box;
}
.classify ul li .alimg{
  overflow: hidden;
}
.classify ul li:hover .alimg img{
  transition: all 1.2s;
  transform: scale(1.2, 1.2);
}
.classify ul li .altitle{
  position: absolute;
  z-index: 999;
  bottom: 90px;
  width: 95%;

}
.classify ul li .altitle img{
  display: block;
  margin: 0 auto;
}
.classify ul li .altitle a{
  display: block;
  text-align: center;
  font-size: 23px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.classify ul li .altitle em{
  display: block;
  width: 38px;
  height: 3px;
  background: #ececec;
  margin: 0 auto;
}
.classify ul li .altitle p{
  display: block;
  width: 80%;
  margin: 0 auto;
  background: rgba(0,0,0,.35);
  border: 1px #afafaf solid;
  margin-top: 30px;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  padding: 20px 10px;
  
}
.classify ul li:hover .altitle img{
  padding-bottom: 30px;
  transition: all 1.2s;
}
.classify ul li:hover .altitle a{
  font-size: 26px;
}

/*资质*/
.hot{
  background: url(../images/hot_bg.jpg) left bottom no-repeat;
  height: 810px;
  padding-top: 30px;
}
.zzfl{
  width: 600px;
  margin: 0 auto;
  margin-top: 30px;
}
.zzfl ul li{
  width: 175px;
  height: 40px;
  background: #fff;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
}
.zzfl ul li a{
  display: block;
  font-size: 16px;
  color: #313131;
}
.zzfl ul li:hover{
  background: #0072bb;
}
.zzfl ul li:hover a{
  color: #fff;
}


.albox {
  position: relative;
  width: 100%;
  min-width: 1350px;
  margin-top: 30px;
}

#focus_Box {
  position: relative;
  width: 1220px;
  height: 500px;
  margin: 0 auto;
  margin-top:40px;
  top:500px;
  overflow: hidden;
}

#focus_Box ul {
  position: relative;
  width: 1350px;
  height: 500px;
  overflow: initial;
}

#focus_Box li {
  z-index: 0;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  cursor: pointer;
left: 377px;
border:10px #fff solid;
overflow: hidden;
}

#focus_Box li img {
  width: 100%;
  min-height: 450px;
}
#focus_Box li p{
position: absolute;
bottom: 0;
left: 0;
height: 45px;
background: rgba(0,0,0,.6);
width: 100%;
text-align: center;
line-height: 45px;
opacity: 0;
}
#focus_Box li p a{
color:#fff;
}
#focus_Box li:hover p{
opacity: 1;
}


/*新闻*/
.newbj{
  width: 100%;
  height: 690px;
  background: #f4f4f4;
}
.xwbt{
  width: 1350px;
  margin: 0 auto;
  top: 180px;
  opacity: 0;
  position: relative;
}
.zixun{
  width: 530px;
  height: 120px;
  background: url(../images/xwbt.png) center no-repeat;
  margin-top: 50px;
}

.zixun p{
  font-size: 16px;
  color: #616161;
  padding-left: 10px;
  line-height: 30px;
}
.zixun:hover img{
  animation: ball .6s infinite alternate;
}
.com_con{
  margin-left: 410px;
  margin-top: 95px;
}
.com_con ul li{
  float: left;
  padding-right: 10px;
}
.com_con ul li a{
  font-size:16px;
  color: #444;
  padding-right: 10px;
}
.com_con ul li:hover a{
  color: #dd2223;
}
.com_con ul li:nth-child(3) em{
  display: none;
}
.xwmore{
  margin-top: 95px;
  background: url(../images/more.jpg) left center no-repeat;
  padding-left: 35px;
  height: 30;
}
.xwmore a{
  color: #666;
}
.xwmore a:hover{
  color: #dd2223;
}
.adv_des{
  width: 1350px;
  height: 450px ;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px;
}
.adv_des ul{
  position: relative;
}
.adv_des ul li{
  overflow: hidden;
  height: 480px;
}
.newlb dl dd{
  width: 405px;
  height: 420px;
  background: #fff;
  float: left;
  margin-left: 7px;
  margin-right: 7px;
  padding: 15px;
    top: 0;
    opacity: 1;
  position: relative;
}
.newlb dl dd h3 a{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-top: 30px;
  display: block;
}
.newlb dl dd span{
  display: block;
  height: 20px;
  background: url(../images/time.png) left center no-repeat;
  padding-left: 30px;
  font-size: 15px;
  font-family: "Arial";
  color: #a1a1a1;
  margin-top: 15px;
  margin-bottom: 15px;
}
.newlb dl dd p{
  font-size: 15px;
  color: #666;
  line-height: 25px;
  -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}

.newlb dl dd:hover h3 a{
  color: #0361aa;
  padding-left: 20px;
}
.newlb dl dd .newtu{
  width: 405px;
  height: 188px;
  overflow: hidden;
  display: block;
  margin-top: 35px;
}
.newlb dl dd .newtu img{
    width: 405px;
  height: 188px;
}
.newlb dl dd:hover .newtu img{
  transition: all 1.2s;
  transform: scale(1.2, 1.2);
}
/*合作客户*/
.cooper{
  width: 100%;
  height: 370px;
  background: url(../images/hzbj.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  top: 370px;
  opacity: 0;
  position: relative;
}
.hzbt{
  text-align: center;
  padding-top: 40px;
}
.hzbt a{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.hzbt span{
  font-size: 23px;
  font-family: "Arial";
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.pro_list_con{
  width: 1450px;
	margin:0 auto;
  position: relative;
}
.cpnav{
	margin-top: 30px;
	overflow: hidden;
	height: 165px;
	width: 1350px;
	margin:0 auto;
	margin-top: 40px;
}
.cpnav ul{
	position: relative;
}
.cpnav ul li{
	float: left;
	width: 256px;
  height: 163px;
  border: 1px #e1e1e1 solid;
  margin-right: 15px;
  overflow: hidden;
}
.cpnav ul li:hover img{
  transition: all 1.2s;
  transform: scale(1.2, 1.2);
}


.list_l, .list_r {
  width: 35px;
  height: 40px;
  background-image: url(../images/icon.png);
  position: absolute;
  top: 65px;
  cursor: pointer;
}
.list_l {
  background-position: 0 -160px;
  left: 0px;
}
.list_r {
  background-position: -40px -160px;
  right: 0px;
}

/*底部*/
.footer{
  width: 100%;
  height: 450px;
  background: #1f1f1f;
}
.ksdh{
  width: 220px;
  height: 390px;
  border-left:1px #2f2f2f solid;
  margin-left: 20px;
}
.ksdh span{
  display: block;
  height: 40px;
  font-size: 16px;
  color: #fff;
  padding-left: 50px;
  margin-top: 68px;
  line-height: 40px;
  margin-left: -20px;
}
.fta{
  background: url(../images/fta.png) left center no-repeat; 
}
.ftb{
  background: url(../images/ftb.png) left center no-repeat; 
}
.ksdh ul{
  margin-left: 30px;
  margin-top: 10px;
  overflow: hidden;
  height: 250px;
}
.ksdh ul li{
  line-height: 26px;
}
.ksdh ul li a{
  font-size: 14px;
  color: #868686;
}
.ksdh ul li:hover a{
  text-decoration: underline;
}
.dbewm{
  margin-left: 30px;
  margin-top: 100px;
}
.dbewm span{
  display: block;
  text-align: center;
  font-size: 15px;
  color: #b6b6b6;
  line-height: 50px;
}
.dbtel{
  text-align: right;
  margin-top: 80px;
}
.dbtel span{
  font-size: 32px;
  color: #fff;
  font-family: "Arial";
}
.dbtel p{
  display: block;
  background: url(../images/dbtel.jpg) right center no-repeat;
  height: 70px;
  padding-right:35px;
  line-height: 35px;
  font-size: 15px;
  color: #b7b7b7;
  margin-top: 10px;

}
.dbtel  a{
  margin-top: 25px;
  display: block;
}
.dbtel a img{
  animation: ball .6s infinite alternate;
}
.f_b{
  width: 100%;
  height: 60px;
  border-top: 1px #2c2c2c solid;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #afafaf;
}
.f_b span{
  color: #afafaf;
}
.f_b a{
  color: #afafaf;
}

/*在线留言*/
.online{width: 100%;height: 70px;background-color:rgba(0,0,0,0.7);position: fixed;bottom: 0;z-index: 9999;}
.on_ly{width: 100%;}
.on_ly p{color: #fff;font-size: 18px;}
.on_ly ul li{float: left;margin-top: 15px;}
.on_ly ul .in_flt{width: 198px;height: 35px;background: #fff;border:none; color: #afafaf !important;font-size: 16px;padding-left: 10px;margin-right: 15px;}
.on_ly ul li .FaqTitlesy{width: 155px;height: 35px;background: #fff;border:none; color: #afafaf !important;font-size: 16px;padding-left: 10px;margin-right: 15px;float: left;}
.on_ly ul li #VCode{float: right;width: 110px;}
.on_ly ul .in_flta{width: 300px;height: 35px;background: #fff;border:none; color: #afafaf !important;font-size: 16px;padding-left: 10px;margin-right: 15px;}
.on_ly ul .nanniu_bj{width: 80px;height: 35px;background: #f5600b;border:none;margin-left: 15px;color: #fff;font-size: 16px;}
.on_ly ul .nanniu_bj:hover{background: #ff9f00;}


/* 内页左侧分类 */
.nyfl{
  width: 230px;
  height: auto;
  background: #0072bb url(../images/nylogo.png) right bottom no-repeat;
  margin-top: -60px;
  border-radius: 0 40px 0 40px;
  padding-bottom: 100px;
  margin-bottom: 20px;
}
.LeftTit{
    padding: 20px 0 26px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.LeftTit span{
  display: inline-block;
}
.LeftTit .s1{
  font-size: 50px;
  font-family: '华文行楷';
  vertical-align: top;
  font-weight: normal;
  margin-right: -5px;
}
.LeftTit .s2{
  padding-top: 20px;
}
.LeftTit .s2 i{
  font-style: normal;
}
.LeftTit img{
  vertical-align: text-bottom;
}
.nyfl>ul{
  margin-left: 21px;
  width: 100%;
}
.nyfl>ul>li.active{
  width: 240px;
  height: auto;
}
.nyfl>ul>li.active>a{
  color: #0072bb;
  background: #fff url(../images/jt.png) no-repeat 94% center;
  height: 40px;
  line-height: 40px;
  border-radius: 0 10px 0 10px;
  border-right: 1px #dadada solid;
  border-bottom: 2px #dadada solid;
}
.nyfl>ul>li>a{
  color: #fff;
  font-size: 16px;
  display: block;
  line-height: 40px;
  padding-left: 20px;
}
.navContent{
  display: block;
  height: auto;

}
.navContent>li>a{
  color: #eef6fc;
  padding-left: 30px;
  line-height: 40px;
  border-bottom: 1px #43a1dd dotted;
  display: block;
  width: 160px;
  font-size: 15px;
  background: url(../images/nytba.png) left center no-repeat;
}
.navContent>li>a:hover{
  font-weight: bold;
}

.tjnew{
  width: 230px;
  height: auto;
  padding-bottom: 10px;
  border:1px #d9d9d9 solid;
  margin-bottom: 50px
}
.tjxw{
  height: 50px;
  border-bottom: 1px #f3f3f3 solid;
  line-height: 50px;
  position: relative;
}
.tjxw span{
  color: #333;
  float: left;
  margin-left: 25px
}
.tjxw span::after{
    content: '';
    position: absolute;
    width: 3px;
    height: 16px;
    display: block;
    background:#0072bb;
    left: 10px;
    top:17px;
}
.tjxw a{
  float: right;
  margin-right: 10px;
  color: #999;
  font-size: 14px
}
.nyxwtu{
  width: 205px;
  height: 200px;
  margin: 0 auto;
  margin-top: 12px;

}
.nyxwtu img{
  width: 205px;
  height: 155px;
}
.nyxwtu span{
  width: 179px;
  height: 45px;
  background: #0072bb;
  display: block;
  line-height: 45px;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  padding-left: 13px;
  padding-right: 13px
}
.nyxwtu:hover span{
  background: #6fbf4c
}
.nyxwlb{
   width: 205px;
   margin: 0 auto;
}
.nyxwlb ul li{
   height: 45px;
   border-bottom: 1px #dbdbdb dotted;
   line-height: 45px;
   overflow: hidden;
}
.nyxwlb ul li a{
  font-size: 14px;
  color: #555
}
.nyxwlb ul li:hover a{
  color: #0072bb;
  padding-left: 13px
}




/*内页左侧分类*/
.box_left{width: 260px;}
.conboya{width: 260px;height: auto;background: #7f1d74;text-align: center;padding-bottom: 20px;}
.conboya h2{color: #fff;font-size: 18px;font-weight: bold;line-height: 35px;padding-top: 10px;}
.conboya p{display: block;border-bottom: 1px #9e2891 solid;line-height: 30px;padding-bottom: 10px;color: #fff;}
.conboya a{display: block;width: 230px;height: 40px;margin: 0 auto;background: #fff;margin-top: 15px;line-height: 40px;color: #333;}  
.conboya a:hover{background: #d47143;color: #fff;}
.sideBottom{width: 260px;height: auto;background: #d47143 url(../images/zcdh.png) center 40px no-repeat;margin-top: 15px;padding-bottom: 40px;text-align: center;}
.sideBottom span{color: #fff;padding-top: 100px;display: block;}
.sideBottom p{color: #fff;font-size: 30px;font-family: "Impact"}
.sideBottom a{display: block;width: 150px;height: 35px;background: #fff;margin: 0 auto;border-radius: 25px;line-height: 35px;color: #333;margin-top: 20px;}
.sideBottom a:hover{background: #f39801;color: #fff;}


.page_datu{
  width: 100%;
  height: 410px;
  background: url(../images/about_1.jpg) center no-repeat;
}
/**/
.dqdhMain{background: url(../images/map_ico.png) 15px center no-repeat;padding-left: 45px;}

.dqdhMain span{ font-size:14px; color:#999;}

.dqdhMain a{color:#999; font-size: 14px;}

.dqdhMain a:hover{ text-decoration:underline;}

.page-tl-box{margin-left: 15px;margin-top: 20px;}
.page-tl-box span{font-size: 24px;color: #666;}
.page-tl-box em{font-size: 18px;color: #0072bb;padding-left: 10px;}


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

.s_width h2{ font-size:30px; color:#000; line-height:50px;}

.lybt{ text-align:center; padding-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;}



/*Â·Ã–Ã’Â³*/

.page_nav{ padding:15px 15px; color:#999; font-size:14px; text-align:center; background-color:#fff;}

.page_nav .nolink{display:inline-block; margin:0 5px; padding:0 5px; height:25px; line-height:25px; border:1px solid #fff;}

.page_nav font,.page_nav a{ display:inline-block; margin:0 5px; padding:0 10px; border:1px solid #e5e5e5; height:25px; line-height:25px; border-radius:5px;}

.page_nav font{ border:1px solid #fff;}

.page_nav a:hover{ color:#fff; border:1px solid #54a530; background-color:#54a530}



.viewpage{ margin:0; padding:20px 0 50px 0; border-bottom:1px solid #ececec;}

.viewpage .main_r_nav{ color:#999; font-size:14px; line-height:40px;padding-left: 20px;padding-right: 20px;background: #f0f0f0;border-radius: 50px;}

.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:28px; line-height:27px; border-radius:5px;}

.fenye .num:hover,.fenye .next:hover{ background-color:#cc0000; color:#fff; border:1px solid #cc0000;}


.nyyc{width: 290px;height: auto;background: #f6f6f6;}
.fenlei span{color: #fff;font-size: 28px;display: block;background: #007ce9;height: 90px;border-bottom: 5px #ffa200 solid;font-weight: bold;text-align: left;line-height: 90px;padding-left: 20;font-family: "黑体"}
.fenlei ul{margin-top: 20px;}
.fenlei ul li{height: 50px;line-height: 50px;background: #fff;margin: 0 auto; margin-bottom: 10px;padding-left: 25px;width: 235px;position: relative;}
.fenlei ul li a{color: #333;display: block;font-size: 16px;}
.fenlei ul li em {
    position: absolute;
    width: 3px;
    height: 17px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../images/listheng.jpg) no-repeat center;
}
.fenlei ul li:hover{background:#007ce9;cursor: pointer;}
.fenlei ul li:hover a{color: #fff;padding-left: 20px;}
.nylx{width: 235px;height: auto;background: #007ce9;padding-bottom: 30px;margin-top: 20px;padding: 20px 15px 20px 15px;margin: 0 auto;margin-bottom: 10px;}
.nylx span{color: #fff;font-size: 24px;font-family: "黑体"}
.nylx p{color: #fff;font-size: 14px;line-height: 26px;}
.main{background:#fff url(../images/page_bg.png) bottom center no-repeat;}
.main .main_right{ width:1070px;margin-top: -60px;padding-bottom: 50px;}
.Right_bg{
  padding: 25px 45px 0;
  background: url(../images/bigRight.png) no-repeat center top;
  background-size: 100% auto;
  min-height: 460px;
}


.text{ line-height:35px; font-size:15px; color:#666;padding:30px;}

.text span{font-size:15px; color:#666;}

.text img{ max-width:100%;}

.main .tT01 {
  text-align:center;
  line-height:35px;
  padding-top:50px;
}
.main .tT01 .span1 {
  font-size:24px;
  color:#444;
}
.main .subtitle {
  font-size: 16px;
  line-height:50px;
  height: 50px;
  color: #8F8F8F;
  text-align:center;
  background: #f6f6f6;
  margin-top: 20px;
}
.main .subtitle span {
  padding:0 10px;
}
.main .subtitle .time {
    width: 400px;
    margin: 0 auto;
}
.main .subtitle span {
    display: block;
    padding-left: 25px;
}
.main .subtitle span.span1 {
    background: url(../images/shijian.png) left center no-repeat;
}
.main .subtitle span.span2 {
    background: url(../images/liulan.png) left center no-repeat;
}

/*内页产品*/
.product_top{padding: 10px;margin-top: 20px;}

.product_top .l_img{ width:450px; height:455px;text-align:center; display:table;}

.product_top .l_img span{/*display: table-cell; vertical-align:middle;*/ display:block; width:100%; height:100%; background-size:cover !important; }

.product_top span img{ display:inline-block; max-width:100%; max-height:100%; vertical-align:middle;} 

.product_top .r_box{ width:470px;}

.product_top .r_box .product_title{border-bottom:1px solid #ddd;padding:10px 0 8px 0;}

.product_top .r_box .product_title h2{font-size:26px;color:#0072bb;}


.product_top .pro_subtitle {
	font-size:14px;
	color:#b7b7b7;
	padding-top:8px;
}
.product_top .pro_subtitle span {
	display:block;
	padding-left:25px;
	line-height: 23px;
	height: 24px;
}
.product_top .pro_subtitle span.span1 {
	background:url(../images/shijian.png) left center no-repeat;
}
.product_top .pro_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: 15px;
}
.product_top .desc span {
	display:block;
	float:left;
	width:200px;
}
.product_top .desc p {
	display:block;
	float:right;
	width:470px;
	line-height: 25px;
	font-size: 15px;
	color: #838383;
  -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}
.xiangqing{
  margin-top: 20px;
  border-bottom: 2px #0072bb solid;
}
.xiangqing span{
  display: block;
  width: 160px;
  height: 45px;
  background: #0072bb;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.product_top .lianxi {
	margin-top: 40px;
}
.product_top .lianxi .a {
	display:block;
	line-height:26px;
	margin-right:30px;
	color:#666;
	font-size:15px;
	padding-left:28px;
}
.product_top .lianxi .a span{
  font-size: 33px;
  color: #0072bb;
  font-weight: bold;

}
.product_top .lianxi .a.a_qq {
	background:url(../images/QQ.png) left top no-repeat;
}
.product_top .lianxi .a.a_tel {
  background: url(../images/tela.png) left center no-repeat;
  margin-top: 20px;
}





.main .main_left{ width:182px; }

.main .main_left .titleL{ height:80px; background:url(../images/bt_vt57.jpg) top right no-repeat;  text-align:center; overflow:auto;}

.main .main_left .titleL span{ font-size:24px; color:#fff; font-weight:700; display:block; width:100%; height:80px; line-height:80px;}

.main .main_left .titleL2{ display: block ;width:100%; margin-top:10px; overflow:hidden; }

.main .main_left .titleL2 img{ display:block; width:100%;}

.main .navLeft{}

.main .navLeft li a{ display:block; width:100%; height:45px; line-height:45px;;color:#305dc3; text-align:left; border-bottom:1px solid #305dc3; font-size:14px; position:relative;}

.main .navLeft li a span{ position:relative; z-index:5; padding-left:15px  }

.main .navLeft li a em{ display:block; width:0; position:absolute; z-index:1; left:0; top:0; height:100%;background-color:#305dc3;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.main .navLeft li a:hover,.main .navLeft li.active a{ color:#fff;}

.main .navLeft li a:hover em,.main .navLeft li.active a em{ width:100%;}








.maina .main_righta{background: #fff;padding-bottom: 50px;}
.h30{height: 30px;}

.newsTitle {

    height: 63px;

    line-height: 60px;

    font-size: 20px;

    border-bottom: 1px solid #ebebeb;

}

.newsTitle a {

    float: left;

    padding: 0 35px;

    cursor: pointer;

    margin-top: 2px;

}

.newsTitle .active {

    color: #3dc3e8;

    border-bottom: 2px solid #3dc3e8;

    position: relative;

    top: 1px;

    line-height: 58px;

}





#faqbox{padding:50px 0 50px 120px;}

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

.wizfrm:hover{ background-color:#0072bb; }



/*内页荣誉*/

.honor_datu{width: 100%;height: 410px;background: url(../images/honor_1.jpg) center no-repeat;}
.mainBox{width: 1350px;margin: 0 auto;padding-bottom: 90px}
.main .proLista{position:relative; margin-top:30px;}



.main .proLista li{ width:230px; float:left; margin:0 0 20px 13px;position: relative;border: 1px #ddd solid;} 

.main .proLista li .boxa{ width:230px; height:320px;display:block; cursor:pointer;}

.main .proLista li .boxa .spanImg{ display:block; overflow:hidden;width:230px; height:320px;

background-position:center center; 

-webkit-background-size: cover;  

-moz-background-size: cover;  

-o-background-size: cover; 

background-size:cover;}



.main .proLista li .spanT{ display: block;text-align: center; z-index:10; height:45px; line-height:45px; width:230px; margin:auto;color:#333; font-size:16px;background:#eaeaea;}
.main .proLista li:hover .spanT{text-align: center;font-weight: bold;}
.main .proLista li .spanT a{display: block;}

.main .proLista li  .avatara  {
    display: block;
    height:320px;
    overflow: hidden;
    width: 230px;
    position: relative;
}
.main .proLista li .avatara {
    height:320px;
}
.main .proLista li:hover .avatara .spanImg , .zhuti:hover .avatara .spanImg, .bbsinner:hover .avatara .spanImg  {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}
.mpro_txt{position: absolute;top:85px;left: 35px;border-radius: 10px; background: rgba(0, 125, 233, .6);width: 70%;height: 100px;text-align: center;padding-top: 35px;opacity: 0}
.mpro_txt em{color: #fff;font-size: 18px;line-height: 40px;}
.mpro_txt span{color: #fff;display: block;font-family: "Arial";font-size: 20px;}
.main .proLista li:hover .mpro_txt{opacity: 1}

/*内页案例*/
.case_datu{
  width: 100%;
  height: 410px;
  background: url(../images/case_1.jpg) center no-repeat;
}
.main .proList{position:relative; margin-top:30px;}



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

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

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

background-position:center center; 

-webkit-background-size: cover;  

-moz-background-size: cover;  

-o-background-size: cover; 

background-size:cover;
}
.main .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;
}
.main .proList li:hover .alspanT{
    font-weight:bold;
}


.main .proList li .aalspanT{ 
  display: block;
  z-index:10; 
  height:160px; 
  width:310px; 
  margin:auto;
  color:#333; 
  font-size:16px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}
.main .proList li .aalspanT .nyaltitle{
  font-size: 17px;
  color: #282828;
  font-weight: bold;
  display: block;
  margin: 20px 20px 10px 20px;
  overflow: hidden;
    height: 25px;
}
.main .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;
}
.main .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;
}
.main .proList li:hover .aalspanT .nyaltitle{
  color: #0072bb;
  padding-left: 20px
}
.main .proList li:hover .aalspanT .nyalmore{
  background: url(../images/nyalmore1.png) right bottom no-repeat;
}

.al_txt{position: absolute;left:0;bottom:0;background: rgba(0, 114, 187, .6);width: 100%;height: 250px;opacity: 0; filter: alpha(opacity=0); transform: translateY(60%); -webkit-transform: translateY(60%); -moz-transform: translateY(60%); -o-transform: translateY(60%); transition: 0.4s ease-out; -webkit-transition: 0.4s ease-out;}
.al_txt a{color: #fff;padding: 15px;display: block;}
.al_txt span{font-size: 20px;padding-top: 23px;display: block;line-height: 40px;height: 40px;overflow: hidden;}
.al_txt p{font-size: 14px;color: #e9f6ff;line-height: 25px;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;}
.al_txt em{display: block;width: 113px;height: 35px;border: 1px #7cb8de solid;margin: 0 auto;margin-top: 20px;line-height: 35px;text-align: center;font-size: 14px;}
.main .proList li:hover .al_txt{opacity: 1; filter: alpha(opacity=100); transform: translateY(0); -webkit-transform: translateY(0); }
.al_txt em:hover{text-decoration: underline;}

/*产品内页底部案例*/
.xgal{
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
}
.xgal em{
  display: block;
  width: 30px;
  height: 3px;
  background: #0072bb;
  margin: 0 auto;
  margin-top: 10px;
}
.xgal a:hover{
  color: #0072bb;
}
.case_con{
  width: 1070px;
  margin: 30px auto 0 auto;
  overflow: hidden;
}
.case_go{
  width: 99999px;
  position: relative;
}
.case_go ul li {
  width:260px;
  height: 230px;
  float: left;
  margin: 7px;
  position: relative;
  overflow: hidden;
background: #f6f6f6;
text-align: center;
}
.case_go ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.case_go ul li a .nyalimg {
display: block;
  width:250px;
  height: 180px;
margin: 0 auto;
margin-top: 5px;
  transition: all 0.6s;
}
.case_go ul li span {
   height: 45px;
 line-height: 45px;
 font-size: 15px
}

.case_go ul li:hover span{
color: #0072bb;
font-weight: bold;
}
.case_go ul li:hover .nyalimg{
  transform: scale(1.1);
}

.case_a,.case_b{
  float: left;
}

/*内页新闻*/
.new_datu{
  width: 100%;
  height: 410px;
  background: url(../images/new_1.jpg) center no-repeat;
}
.main .news_list {
}
.main .news_list li {
  height: auto;
  margin-top: 15px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 25px;

}
.main .news_list li .lMore {
  width:930px;
  margin-right: 25px;
  margin-top: 30px;
  margin-left: 30px
}
.main .news_list li .lMore .title {
  font-size: 16px;
  color: #393939;
  line-height: 36px;
  margin-bottom:5px;
  background: url(../images/tba.png) left center no-repeat;
  padding-left: 23px;
  float: left;
}
.main .news_list li .lMore span {
  float: right;
  font-size:14px;
  color:#999;
  line-height: 36px;
  padding-left: 35px;
  height: 36px;
display: block;
}
.main .news_list li .lMore p {
  font-size:13px;
  color:#999;
  line-height:26px;
}

.main .news_list li:hover .title{
  color:#0072bb;
  padding-left:50px;
  font-weight:bold;
}

.main .news_list li:hover {
  transition: all .3s ease-out;
}
.main .news_list li:hover .img img{
  transition: all 1.2s;
    transform: scale(1.2, 1.2);
}

.BMap_Marker{ display:none !important;}

.BMap_Marker.BMap_noprint{ background: url(../images/dt.png)  center center no-repeat !important; display:block !important; }


.box_left {
    float: left;
    width:260px;
}
.box_left .mode1 {
    width: 225px;
    margin-bottom: 20px;
}
.box_left .mode1 .z_title {
    font-size: 24px;
    display: block;
    color: #FF2D00;
    margin-left: 10px;
}
.box_left .mode1 .english {
    font-size: 24px;
    color: #d9d9d9;
    letter-spacing: 5px;
    height: 60px;
    margin-left: 10px;
}
.box_left .mode1 ul {
    overflow: hidden;
    padding-left: 0;
    margin-top: 24px;
}
.box_left .mode1 ul li {
    line-height: 40px;
    text-indent: 2em;
    margin: 10px 0;
}
.box_left .mode1 ul li a {
    color: #333;
    display: block;
    height: 40px;
    line-height: 40px;
}
.box_left .mode1 ul li:hover, .box_left .mode1 ul li .hover {
    background: #FF2D00;
    color: #ffba00;
}
.box_left .mode1 ul li a:hover {
    color: #fff;
}
.box_left .mode2 {
    width: 225px;
    overflow: hidden;
    margin-top: 50px;
}
.box_left .mode2 .z_title {
    font-size: 24px;
    display: block;
    color: #FF2D00;
    margin-left: 10px;
}
.box_left .mode2 .english {
    font-size: 24px;
    color: #d9d9d9;
    letter-spacing: 5px;
    height: 60px;
    margin-left: 10px;
}
.box_left .mode2 ul {
    margin: 0 0;
    padding: 10px 0 10px 0;
}
.box_left .mode2 ul li {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px dashed #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
    margin-right: 10px;
    margin-left: 10px;
}
.box_left .mode2 ul li:hover a {
    color:#ffba00;
}
.box_left .mode2 ul li:hover {
    border-bottom: 1px dashed #ffba00;
}
.box_left .mode3 {
    margin: 50px 0;
}
.box_left .mode3 span {
    background: url(../images/left_con.png) no-repeat 0 0;
    display: block;
    ;
    height: 83px;
    line-height: 83px;
    font-size: 16px;
    text-indent: 1.5em;
    color:#FF2D00;
    font-weight: bold;
}
.box_left .mode3 .left_contact {
    line-height: 26px;
    background:#373737;
    color: #fff;
    padding:10px 15px;
    background-size: 100%
}
.zxmap {
    text-align: center;
    color: #000;
    font-size: 35px;
    margin-bottom: 20px;
}
.map{width: 100%;height: 453px;margin: 0 auto;display: block;}