*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font: 16px/1.5  "Helvetica Neue", helvetica，Arial, "Microsoft YaHei", Tahoma, sans-serif;
color: #666;
}
html,body{
    height:100%;
}
@font-face
{
    font-family: fontello;
    src: url('../font/fontello.ttf'),
    url('../font/fontello.eot'); /* IE9+ */
}
img {
    vertical-align: middle;
    border: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
.title-h3 span:after{
    content: '';
    position: absolute;top: 1.8em;left: 20%;
    width: 60%;
    height: 2px;
    background-color: #1b6d85;
}
.title-h3 span{
    position: relative;
}
.title-h3{
    margin-top: 80px;
    font-size: 1.7142em;
    font-weight: 500;
}
.title-p{
    margin-top: 1em;
margin-bottom:40px;
}
.text{
    text-align: justify;
    text-indent: 2em;
    font-size: 1.1em;
	letter-spacing: 2px;
	margin-top:2em;
	line-height: 1.6em;
}
ul{
    overflow: hidden;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}
li{
    /*list-style: none;*/
}
.at-active{
    border-bottom: 2px solid #69B8F1;
    color: #69B8F1;
}
.tHeader{
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding: 0 10%;
    box-shadow: 0 0 10px #DDD;
    /*background-color: #69B8F1;*/
    background-color: #fff;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    z-index: 10000;
}
.tNav{
    height: 100%;
}
.tNav a li{
    float: right;
    text-align: center;
    padding: 0 2%;
    margin: 0 1%;
    cursor: pointer;
    height: 85%;
    list-style: none;
}
.tNav a li:hover{
    border-bottom: 2px solid #69B8F1;
    color: #69B8F1;
}
.tNav a{
    text-decoration: none;
    /*color: rgb(155,155,155);*/
    font-size: 1.15em;
}
#logo{
    float: left;
    border: 0;
}
#logo img{
    height:50px;
    width: auto;
}
.tCon{
    text-align: center;
    padding: 0 15% 5%;
    overflow: hidden;
}
.carousel-inner .item img{
    width: 100%;
}
.info-news,{
	line-height: 2;
}
.info-text{
	line-height: 2;
	padding-left: 5px;
}
.ello-icon{
    font-family: fontello;
}
.tFooter{
    padding: 0 15%;
    height: 120px;
    text-align: center;
    background-color: rgb(74,74,74);
    color: white;
    position: relative;
}
.tFooter span{
    position: absolute;top: 2em;right:-3em;
font-size:1em;
}
.tFooter span img{
    width: 25%;
    height: auto;
}
.tFooter p{
    font-size: 0.8em;
    font-weight: 400;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: middle;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.news-left,.news-right{
  width: 46%;
  float:left;
  padding: 0 2%;
text-align: center;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
width:100%;
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px 0;
  color: #333;
}
.news .media-body {
    text-align: left;
    padding-left: 3%;
    padding-bottom: 2%;
}
.news .caption h3{
    font-size: 1.2em;
    margin: 2% 0;
font-weight: 500;
}
.news .caption p{
    font-size: .9em;
color: #888;
}
.more{
    margin: 1rem 0;
    text-align: right;
}
.more a{
    background-color: rgba(0,145,212,0.65);
    color: white;
    text-decoration: none;
    padding: 5px 15px;
    cursor: pointer;
    margin-left: 5%;
    opacity: 0.8;
    font-size: 0.9em;
}
.more a:hover{
    opacity: 1;
    background-color: rgba(0,145,212,0.85);
}
.news .media-body{
    font-size:.8em;
}
/*招聘页*/
.banner img{
    width: 100%;
}
.tab-pane{
    text-align: left;
    margin-left: 30%;
}
/*关于页*/
.banner{
    margin-top: 80px;
    color: white;
    position: relative;
}
.banner h1,.banner p{
    margin-left: 15%;
    position: absolute;top: 0;
    z-index: 999;
}
.banner h1{
    margin-top: 7%;
}
.banner p{
    margin-top: 12.8%;
}
.culture{
    overflow: hidden;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.culture-section{
    min-width: 300px;
    width: 20%;
    margin: 0 4% 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.75s;
    padding-bottom: 10px;
    box-shadow: 0 0 20px #ccc;
}
.culture-section:hover{
    box-shadow: 0 0 30px #ccc;
}
.culture-section h3{
    width: 100%;
    padding: 10% 0;
    position: absolute;top: 25%;
    background-color: rgba(0,0,0,.5);
    color: white;
font-size: 1.6em;
}
.culture-section img{
    width: 100%;
}
.culture-section p{
    margin-top: 5%;
    padding: 0 10px;
	text-align: justify;
}
.honor{
    overflow: hidden;
}
.honor div{
    width: 25%;
    height: auto;
    margin: 0 4.1667%;
    position: relative;
    float: left;
margin-top: 8px;
}
.honor img{
    width: 100%;
    height: auto;
}
.honor div:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index:999;
}
.cul-img{
    height: 70%;
    background: url("../img/cul-one.png") no-repeat;
    overflow: hidden;
}
.contact{
    text-align: left;
    position: relative;
}
.contact p{
    margin: 1.5em 0;
    position: relative;
}
.contact p:before{
    font-family: fontello;
    font-size: 1.5em;
    position: absolute;
    left: -40px;
    top: -5px;
    text-align: center;
}
.contact p:nth-child(5):before{
    content: url("../img/add-icon.png");
}
.contact p:nth-child(2):before{
    content: url("../img/phone-icon.png");
}
.contact p:nth-child(3):before{
    content: url("../img/coo-icon.png");
}
.contact p:nth-child(4):before{
    content: url("../img/recuit-icon.png");
}
.ello{
    font-family: fontello;
    text-transform: none;
}
#myTab{
    width: 17%;
    float: left;
    margin-left: 5%;
}
.nav-page{
    margin-top: 100px;
    overflow: hidden;
    text-align: left;
}
.media-object{
    display: inline;
    width: 180px;
    height:auto;
}
.media-body{
    text-align: left;
    padding-left: 3%;
}
.media-body p{
    margin-top: 3em;
}
.media-body p a{
    color: rgb(244,140,0);
}
.line{
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    margin-top: 30px;
}
.new-detail-img{
    width: 100%;
    margin: 2% 0;
}
.new-text{
    margin-top: 2%;
    text-align: left;
    line-height: 2;
    text-indent: 2.5em;
}

@media only screen and (max-width:1366px){
.tCon{
    text-align: center;
    padding: 0 10% 5%;
    overflow: hidden;
}
.news {
    padding: 0 10%;
    text-align: center;
    overflow: hidden;
}
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2){
    html{
        font: 34px/1.5  "Helvetica Neue", helvetica，Arial, "Microsoft YaHei", Tahoma, sans-serif;
    }
}