@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol,
li {
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #2e81fd;
  text-decoration: none;
}

body {
  font-family: 'Microsoft YaHei';
}
.mt5{
	margin-top:5px;
}
.dong-transition75, .img-scale img:hover {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.dong-transition2, .img-scale img {
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.img-scale {
  overflow: hidden;
}

.img-scale img {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.img-scale img:hover {
  -webkit-transform: scale(1.07) translateZ(0);
  transform: scale(1.07) translateZ(0);
}

.m-top-20 {
  margin-top: 20px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.m-top-bottom-20 {
  margin: 20px 0;
}

.m-top-30 {
  margin-top: 30px;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.m-top-bottom-30 {
  margin: 30px 0;
}

/* 头部 样式 */
header > .container {
  padding: 20px 0;
}

header .logo {
  height: 86px;
}

header .logo > div {
  display: table;
  height: 100%;
}

header .logo > div a {
  display: table-cell;
  vertical-align: middle;
}

header .tel {
  line-height: 38px;
  font-size: 24px;
  background: url(../images/icon1.png) left center no-repeat;
  padding-left: 70px;
}

header .tel p {
  margin: 0;
}

.i-title {
  margin: 50px 0 30px;
}

.i-title h3 {
  font-weight: 400;
  font-size: 36px;
}

.i-title p {
  font-size: 24px;
}

/* 产品 样式 */
#productbox .product{
	width:8000%;
}  
#productbox  .product>ul>li{
	width:260px;
	padding-left:10px;
	float:left;
} 
.product ul {
  margin-left: -5px;
  margin-right: -5px;
}
.product>ul{
	margin:0;
}
.product ul li {
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

.product ul li:hover span {
  color: #2e81fd;
}

.product ul li:hover > div .bg { 
  opacity: 1;
  filter: alpha(opacity=1);
}

.product ul li span {
  font-size: 16px;
  line-height: 44px;
}

.product ul li span b {
  font-weight: 400;
}

.product ul li > div {
  position: relative;
}

.product ul li > div img {
  width: 100%;
}

.product ul li > div .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/h-bg.png);
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}

.product ul li > div .bg a {
  color: #FFF;
  position: relative;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-left: 12px;
}

.product ul li > div .bg a::before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #FFF;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  margin-top: -3px;
}

.product ul li > div .bg > div {
  display: inline-table;
  height: 100%;
  text-align: left;
  max-width: 80%;
}

.product ul li > div .bg ul {
  display: table-cell;
  vertical-align: middle;
}

.product ul li > div .bg ul li {
  line-height: 24px;
}

.product ul li > div .bg ul li a:hover {
  color: #2e81fd;
}

/* 关于我们 样式 */
.i-about {
  /* background-color: #f2f2f2; */
  padding: 50px 0;
}

.i-about h3 {
  font-size: 28px;
  color: #333;
  margin-top: 0;
}

.i-about .title p {
  font-size: 20px;
  color: #2e81fd;
}

.i-about .info {
  color: #666;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0;
}

.i-about .col-md-8 {
  position: relative;
}

.i-about .col-md-8 a {
  position: absolute;
  bottom: 0;
  right: 15px;
  display: block;
  height: 28px;
  line-height: 26px;
  width: 70px;
  border: 1px solid #2e81fd;
}

.i-about .col-md-8 a:hover {
  background-color: #2e81fd;
  color: #FFF;
}

.i-about .col-md-4 .top img {
  width: 100%;
}

.i-about .col-md-4 .bottom {
  margin-top: 20px;
}

.i-about .col-md-4 .bottom a {
  display: block;
  width: 33.33%;
  height: 60px;
  line-height: 60px;
  float: left;
  color: #FFF;
  padding-left: 40px;
  font-size: 16px;
}

.i-about .col-md-4 .bottom .a-1 {
  background: url(../images/a_icon1.png) 5px center no-repeat #1448cc;
  background-size: 26px;
}

.i-about .col-md-4 .bottom .a-2 {
  background: url(../images/a_icon2.png) 5px center no-repeat #ff6600;
  background-size: 26px;
}

.i-about .col-md-4 .bottom .a-3 {
  background: url(../images/a_icon3.png) 5px center no-repeat #1ca3fe;
  background-size: 26px;
}

.huoban .row {
  margin-left: -5px;
  margin-right: -5px;
}

.huoban ul li {
  padding: 0 5px;
  margin-top: 10px;
}

.huoban ul li img {
  padding: 5px;
  border: 1px solid #ccc;
}

/* 新闻 样式 */
.news .title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.news .title h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0;
  padding: 0 0 10px;
  line-height: 24px;
  border-bottom: 3px solid #2e81fd;
  margin-bottom: -1px;
}

.news .title a {
  float: right;
  margin-top: 5px;
}

.news li {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  line-height: 28px;
  margin: 0 0 10px;
}

.news li a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: calc(100% - 70px);
}

.news li span {
  font-size: 12px;
  color: #666;
  float: right;
}

/* 幻灯片 样式 */
.carousel-indicators {
  bottom: 10px;
}

.carousel-indicators li {
  margin: 0 2px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
}

.carousel-indicators .active {
  height: 10px;
  width: 10px;
  background-color: rgba(46, 129, 253, 0.8);
  margin: 0 2px;
}

/* 底部 样式 */
footer {
  background-color: #f2f2f2;
}

footer > .container {
  padding-top: 20px;
}

footer > .container span {
  font-size: 18px;
  color: #333;
  margin-left: 5px;
}

footer > .container li {
  margin-bottom: 20px;
}

footer > .container li > a {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  height: 84px;
  line-height: 84px;
  padding-left: 94px;
}

footer > .container .li-1 > a {
  background-image: url(../images/f_icon1.png);
}

footer > .container .li-2 > a {
  background-image: url(../images/f_icon2.png);
}

footer > .container .li-3 > a {
  background-image: url(../images/f_icon3.png);
}

footer > .container .li-4 > a {
  background-image: url(../images/f_icon4.png);
}

footer .footer {
  background-color: #000000;
}

footer .footer .footer-logo {
  position: absolute;
  height: 100%;
}

footer .footer .footer-logo > div {
  display: table;
  height: 100%;
  width: 100%;
  background-color: #ccccca;
  padding: 0 10px;
}

footer .footer .footer-logo > div > div {
  display: table-cell;
  vertical-align: middle;
}

footer .footer .row {
  position: relative;
}

footer p.beian a {
  color: #909090;
}

footer .col-md-10 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #909090;
}

footer .col-md-10 a {
  color: #909090;
}

footer .col-md-10 .lianxi-xinxi {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

footer .col-md-10 .footer-nav a {
  margin-right: 40px;
}

/* 内页左侧导航 样式 */
.place {
  background-color: #f2f2f2;
}

.place .container {
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.place .container .pull-left a {
  margin-right: 20px;
  display: inline-block;
}

.place .container .pull-left a.active {
  color: #2e81fd;
}

.content {
  line-height: 28px;
  margin-bottom: 20px;
  color: #666;
}

/* 新闻列表页 样式 */
.news-page li {
  display: table;
  margin-top: 20px;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 20px;
  width: 100%;
}

.news-page li .time,
.news-page li .info {
  display: table-cell;
  vertical-align: top;
}

.news-page li .time {
  width: 120px;
  height: 100%;
  color: #333;
  padding-right: 20px;
}

.news-page li .time .day {
  font-size: 34px;
  background-color: #eee;
}

.news-page li .time .year {
  border-top: 1px solid #FFF;
  font-size: 13px;
  line-height: 32px;
  background-color: #eee;
}

.news-page li .info .title {
  font-size: 18px;
  display: inline-block;
}

.news-page li .info .title b {
  font-weight: 400;
}

.news-page li .info p {
  line-height: 26px;
  color: #666;
  margin-top: 10px;
}

.news-page li .info span {
  color: #666;
  font-size: 12px;
  line-height: 14px;
}

.new-title h3 {
  border-bottom: 1px dashed #CCC;
  padding-bottom: 10px;
  margin: 40px 0 10px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.new-title span {
  font-size: 12px;
  color: #666;
  line-height: 12px;
}

/* 招聘列表 样式 */
.zhaopin-list li {
  margin-top: 20px;
}

.zhaopin-list li .top {
  display: table;
  width: 100%;
  border-bottom: 1px dashed #e2e2e2;
  margin-bottom: 10px;
}

.zhaopin-list li .top .title,
.zhaopin-list li .top span {
  display: table-cell;
  vertical-align: middle;
}

.zhaopin-list li .top span {
  width: 100px;
}

.zhaopin-list li .top span a {
  display: inline-block;
  line-height: 40px;
  width: 100px;
  background-color: #2e81fd;
  color: #fff;
}

.zhaopin-list li .top span a:hover {
  background-color: #1448cc;
}

.zhaopin-list li .top .title {
  padding-right: 10px;
}

.zhaopin-list li .top .title h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.zhaopin-list li .top .title p {
  color: #666;
  font-size: 13px;
  line-height: 20px;
}

.zhaopin-list li .info .yaoqiu,
.zhaopin-list li .info .zige {
  line-height: 28px;
}

.zhaopin-list li .info .zige {
  margin: 10px 0 0;
  padding: 10px 0;
  border-top: 1px dashed #e2e2e2;
  border-bottom: 1px solid #ccc;
}

#form {
  width: 60%;
  margin: 0 auto;
}

#form input.tijiao:hover {
  background-color: #2e81fd;
  border-color: #2e81fd;
  color: #fff;
}

.contact {
  margin-top: 70px;
}

.contact .row > div > div {
  border: 1px solid #ccc;
  padding: 47px 15px 15px;
  position: relative;
  min-height: 169px;
}

.contact .row > div > div img {
  position: absolute;
  top: -37px;
  left: 50%;
  margin-left: -37px;
}

.contact .map {
  height: 530px;
  overflow: hidden;
  border: 3px solid #ccc;
}

.contact .map iframe {
  width: 100%;
  height: 600px;
  border: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #FFF;
}

/* 翻页 样式 */
.pager li > a,
.pager li > span {
  border-radius: 5px;
}

.has-error {
  border-color: #f00;
}

.tishi {
  position: fixed;
  left: 50%;
  top: 40%;
  height: 40px;
  width: 260px;
  margin-left: -130px;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  border-radius: 5px;
  display: none;
}
.indemo {
	float: left;
	width: 8000%;
}
.indemo ul li {
	width: 240px;
	padding-left: 10px;
	float: left;
}
.fixed-left {
    position: fixed;
    right: 0;
    top: 25%;
}

.fixed-left a {
    display: block;
    position: relative;
}

.fixed-left a span {
    display: block;
    position: absolute;
    right: 66px;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
}

.fixed-left a:hover span {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.fixed-left a span img {
    height: 198px; 
    max-width: 198px;
}

.fixed-left a.weixin span {
    top: -66px;
}
 
.fixed-left a.dianhua span,
.fixed-left a.qq span {
    top: 0; 
    height: 66px;
    width: 198px;
    background-color: #1150ae;
    color: #FFF;
    font-size: 16px;
    line-height: 66px;
    text-align: center;
} 
.hezuo{
	/* background-color:#f2f2f2; */
	padding:50px 0;
	margin-top:50px;
}
.hezuo h3{
	/* border-bottom:2px dashed #ccc; */
	margin:0px 0 0;
	padding:0 0 15px; 
}
.hezuo h3 span{
	display:inline-block;
	padding:10px;
	background-color:#858585; 
	color:#FFF; 
	-webkit-box-shadow: 5px 5px 0px #ccc; 
	        box-shadow: 5px 5px 0px #ccc;
	border-radius:5px;
}
.hezuo .hou h3 span{
	background-color:#2e81fd;
}
.hezuo ul li{
	display:table;
	width:100%;
	border:1px dashed #ccc;
	min-height:130px;
	padding:10px 0;
	position:relative;
	padding-right:10px;
}
.hezuo .hou ul li{
	padding-left:20px;
}
.hezuo .qian ul{
	position:relative;
}
.hezuo .qian li:after{
	content:'';
	position:absolute;
	height:100%;
	width:0;
	border-left:1px dashed #ccc;
	left:90px;
	top:0;
}
.hezuo li > div{
	display:table-cell;
	vertical-align:middle;
}
.hezuo li > div p{ 
	margin-bottom:0;
	line-height:22px;
	padding:5px 0 5px 20px; 
}
.hezuo .qian li > div p{
	background:url(../images/cuo.jpg) 0 10px no-repeat;
}
.hezuo .qian li{
	padding-left:110px; 
}
.hezuo .qian li.li-1{
	background:url(../images/li-1.png) center left no-repeat;
	background-size:90px;
}
.hezuo .qian li.li-2{
	background:url(../images/li-2.png) center left no-repeat;
	background-size:90px;
}
.hezuo .qian li.li-3{
	background:url(../images/li-3.png) center left no-repeat;
	background-size:90px;
}
.hezuo .qian li.li-4{
	background:url(../images/li-4.png) center left no-repeat;
	background-size:90px;
}
.hezuo .qian li.li-5{
	background:url(../images/li-5.png) center left no-repeat;
	background-size:90px;
}

.hezuo .hou li > div p{
	background:url(../images/dui.jpg) 0 10px no-repeat;
}

.linian{ 
	display:inline-block; 
	position:relative; 
	margin:100px auto;
	padding:0 20px;
}
.linian .hover{
	position:absolute;
	height:130%;
	width:150%;
	z-index:10; 
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	    -ms-transform:translate(-50%,-50%);
	        transform:translate(-50%,-50%);
}
.linian >div{
	position:absolute; 
	text-align:left; 
	width:150px;
	height:84px;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
.linian:hover >div{  
	-webkit-transition:all 0s ease;  
	-o-transition:all 0s ease;  
	transition:all 0s ease;
}
.linian >div span{
	display:block;
	line-height:22px;
}
.linian >div h4{
	font-weight:600;
	color:#2e81fd; 
}   
.linian >div.ln-1{
	top:0;
	left:50%; 
	margin-left:-75px;
	margin-top:-84px; 
}
.linian >div.ln-2{
	top:25%;
	left:100%;   
	margin-top:-42px;
}
.linian >div.ln-3{
	top:75%;
	left:100%;  
	margin-top:-42px;
}

.linian >div.ln-4{
	top:100%;
	left:50%;
	margin-left:-75px;
}
.linian >div.ln-5{
	text-align:right;
	top:75%;
	left:0;  
	margin-left:-150px;
	margin-top:-42px; 
}
.linian >div.ln-6{
	text-align:right;
	top:25%;
	left:0;  
	margin-left:-150px;
	margin-top:-42px; 
}
@media (max-width: 374px) {
  .hidden-320 {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .nav .container {
    padding: 0;
  }
  .navbar-brand {
    padding: 10px;
  }
  .navbar-default,
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: 0;
  }
  .navbar {
    margin-bottom: 0;
  }
  .i-title {
    margin: 20px 0 10px;
  }
  .i-title h3 {
    font-size: 28px;
  }
  .i-title p {
    font-size: 16px;
  }
  .product ul li > div .bg {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  footer .col-md-10 {
    padding: 10px;
    line-height: 28px;
  }
  footer .col-md-10 .footer-nav a {
    display: inline-block;
	margin-right:10px;
  }
  .i-about .col-md-4 .bottom a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .nav .container {
    padding: 0;
  }
  nav li {
    width: 33.33%;
    float: left;
    text-align: center;
  }
  .navbar-default {
    border: 0;
    border-bottom: 1px solid #e7e7e7;
  }
  .youshi ul{
	  margin-top:-10px;
  }
  .youshi ul li > div {
    min-height: auto !important;
  }
  footer > .container li > a {
    text-align: center;
    padding-left: 0;
    background-position: center top;
    padding-top: 94px;
    height: auto; 
    font-size: 14px;
    line-height: 32px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background: none;
    color: #2e81fd;
  }
  .place .container .pull-left a {
    margin-right: 10px;
  }
  .hezuo .qian ul:after{
	  display:none; 
	} 
	.linian img{
		max-width:200px;
		display:none;
	}
	.linian{
		display:block;
		margin:0px auto; 
		padding:0;
	}
	.linian >div {
		position:unset; 
		margin:0!important;
		width:100%;
		text-align:left!important;
		border-bottom:1px dashed #ccc;
		height:auto;
		padding-bottom:15px;
		margin-bottom:15px;
	}
	.hezuo{
		padding:20px 0;
		margin-top:20px;
	}
	.hezuo .hou h3{
		margin-top:20px;
	}
	.product.m-top-bottom-30{
		margin:0;
	}
	.i-about{
		padding:20px 0;
	}
	.youshi ul li{
		margin-top:30px;
	}
	
	.tabs>ul{
		font-size:0;
	}
	.tabs > ul li{
		display:inline-block;
		width:33.33%;
		background-color:#3a3d42;
	}
	.tabs > ul li.active{ 
		background-color:#2e81fd;
	} 
	.tabs > ul li a{
		color:#FFF;
		font-size:15px;
		line-height:34px;
		display:block;
	}
	.tabs .tab-content li{
		line-height:40px; 
		border-bottom:1px solid #eee;
		padding-left:10px;
		background:url(../images/erji_li_bg.png) center left no-repeat;
	}
	.tabs .tab-content li a{ 
		line-height:40px; 
		display:block;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
		font-size:13px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
  .youshi ul li > div {
    min-height: auto;
  }
  .youshi ul .li3 > div,
  .youshi ul .li2 > div {
    min-height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .youshi ul li > div {
    min-height: 295px;
  }
  .youshi ul .li3 > div {
    min-height: 230px;
  }
}

@media (min-width: 769px) {
  .nav {
    background-color: #2e81fd;
  }
  .nav .navbar-default {
    border: 0;
    margin: 0;
  }
  .nav .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .nav .navbar-default .navbar-collapse {
    padding: 0;
  }
  nav .navbar-nav {
    margin: 0;
    width: 100%;
  }
  nav .navbar-nav > li {
    text-align: center;
    width: 12.5%;
    float: left;
  }
  nav .navbar-nav > li a:hover span {
    color: #fff;
  }
  nav .navbar-nav > li ul {
    position: absolute;
    z-index: 1;
    background-color: #2e81fd;
    width: 100%;
    top: 50px;
    left: 0;
    display: none;
  }
  nav .navbar-nav > li ul li {
    line-height: 40px;
    border-top: 1px solid #2d77e6;
  }
  nav .navbar-nav > li ul li a {
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #FFF;
  }
  nav .navbar-nav > li ul li:hover a {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
        transform: translateX(8px);
  }
  nav .navbar-nav > li:hover ul {
    display: block;
  }
  .product ul li.col-lg-4 {
    width: 20%;
  }
}

@media (width: 768px) {
  .navbar-header {
    width: 100%;
    line-height: 30px;
  }
  .navbar-default .navbar-brand {
    line-height: 30px;
    font-size: 14px;
  }
  .nav .container {
    margin: 0;
    width: 100%;
  }
  .navbar-default,
  .navbar-default .navbar-collapse, 
  .navbar-default .navbar-form {
    padding: 0;
  }
  .navbar-nav {
    background-color: #2e81fd;
    width: 100%;
  }
  .navbar-default .navbar-nav > li > a {
    color: #FFF;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
  }
}