@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a, a:hover, a:visited, a:checked {
  text-decoration: none;
}

a {
  color: #000;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}
a:hover{
  color:#0575e5;
}
ul, ol {
  list-style: none;
}


/*重置php cms*/

.form-control, .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  font-size: 14px;
  line-height: 1.42857143;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: #fff !important;
  background-color: #023171;
}

.navbar-default {
  border: none;
  background-color: transparent;
  font-size: 18px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #023171;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background: none;
}

.carousel-control.left {
  background: none;
}


/*常用css样式*/

.font-bold {
  font-weight: bold;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.word-break {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-zero {
  padding: 0;
}

.margin-top-30 {
  margin-top: 30px;
}


/*重置nav*/

.navbar-default {
  background-color: #fff;
  border-color: #fff;
}



.banner {
  position: relative;
  /*overflow: hidden;*/
}

.main {
  position: absolute;
  top: 60%;
  /* padding: 15px 0; */
  width: 100%;
}
@media(max-width:768px){
	.main{
		position: relative;
	}
	#map-container img{
		width:100%;
	}
}
.main-bg {
  background-color: rgba(255, 255, 255, .7);
  overflow: hidden;
  padding: 20px 0;
  border-radius: 8px;
}

.bg-blue {
  background-color: #0575e5;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
}

.text-blue {
  color: #0575e5;
  font-size: 18px;
}

.line-height-45 {
  line-height: 45px
}

.nopadding {
  padding: 0;
  overflow: hidden;
}


/*首页新闻*/

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  padding:10px;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.news-intro {
  padding-left: 15px;
}

.news-img {
  padding: 5px;
  border: 1px #ccc solid;
}

.news-item p {
  margin-top: 0;
}


/*企业邮箱*/

.bizmail_loginpanel {
  font-size: 12px;
  width: 100%;
  height: auto;
  border: 1px solid #cccccc;
  background: #ffffff;
}

.bizmail_LoginBox {
  padding: 10px 15px;
}

.bizmail_loginpanel h3 {
  padding-bottom: 5px;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
}

.bizmail_loginpanel form {
  margin: 0;
  padding: 0;
}

.bizmail_loginpanel input.text {
  font-size: 12px;
  width: 100px;
  height: 20px;
  margin: 0 2px;
  border: 1px solid #C3C3C3;
  border-color: #7C7C7C #C3C3C3 #C3C3C3 #9A9A9A;
}

.bizmail_loginpanel .bizmail_column {
  height: 28px;
}

.bizmail_loginpanel .bizmail_column label {
  display: block;
  float: left;
  width: 30px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}

.bizmail_loginpanel .bizmail_column .bizmail_inputArea {
  float: left;
  width: 240px;
}

.bizmail_loginpanel .bizmail_column span {
  font-size: 12px;
  word-wrap: break-word;
  margin-left: 2px;
  line-height: 200%;
}

.bizmail_loginpanel .bizmail_SubmitArea {
  margin-left: 30px;
  clear: both;
}

.bizmail_loginpanel .bizmail_SubmitArea a {
  font-size: 12px;
  margin-left: 5px;
}

.bizmail_loginpanel select {
  width: 110px;
  height: 20px;
  margin: 0 2px;
}

.email label {
  display: inline-block;
  width: auto;
  margin-bottom: auto;
  font-weight: 700;
}

.copyright {
  background-color: #0575e5;
  width: 100%;
  line-height: 36px;
/*   position: fixed;
  left: 0;
  bottom: 0; */
}


/*资质荣誉 产品中心*/

.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.product-container a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.product-container a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}


/*For IE7*/

*+html .product-container a {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  text-align: center;
}

*+html .product-container a img {
  position: relative;
  top: -50%;
  left: -50%;
}


/*For IE6*/

*html .product-container a {
  position: absolute;
  top: 51%;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

*html .product-container a img {
  position: relative;
  top: -50%;
  left: -50%;
  width: expression(this.width>200?"200px": "auto");
  height: expression(this.height>140?"140px": "auto");
}

.dashed {
  clear: both;
  margin: 15px 0;
}

#pages a, #pages span {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 5px 10px;
}

#pages span {
  color: #fff;
  font-weight: bold;
  border: 1px solid #0045a2;
  background-color: #0045a2;
}
	 
#pages {
  clear: both;
  margin:25px 0;
}

/*发展历程*/

.history-time {
  font-size: 24px;
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}

.history-info {
  padding: 20px 0 20px 20px;
  border-left: 1px solid #f00;
  position: relative;
}

.history-list {
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
}

.history-list:last-child {
  border-bottom: none;
}

.circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f00;
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -8px;
}


/*新闻讲座*/

.news-images {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.news-images img{
  padding: 5px;
  border: 1px solid #e5e5e5;
}
.news-title{
  font-size: 24px;
}
.news-list{
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.margin-top-15{
  margin-top: 15px;
}
.dashed{
  width: 100%;
  border-bottom: 1px dashed #e5e5e5;
}
body,.main{
  /* padding-bottom: 50px; */
}

.banner-c{
  margin-bottom: 15px;
}
#list-group-active{
  font-size: 2em;
  line-height: 3em;
  font-weight: bold;
}
.bread{
	line-height:36px;
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
}
.panel-body{
padding:0;
}
.panel-heading {
    padding: 0;
	}


@media (min-width: 768px) {
.content_left{float:left; }
.content_right{float:right;}

	  .navbar {
		border-radius: 0;
	  }
	  .navbar {
		position: relative;
		/*min-height: 80px;*/
		border: none;
		margin-bottom: 0;
	  }
	  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
		color: #000;
		background-color: #e7e7e7;
	  }
	  .navbar-default .navbar-nav>li>a {
		color: #000;
	  }
	  .navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 18px;
	  }
	  .navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	  }
	  .nav>li>a {
		position: relative;
		display: block;
		padding: 30px 10px;
	  }
	  .dropdown-menu>li>a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: 400;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
		font-size: 16px;
	  }
}


@media(max-width:1440px){

.nav>li>a {
    position: relative;
    display: block;
    padding: 30px 10px;

}
}
@media (max-width:1366px){
	.nav>li>a {
    position: relative;
    display: block;
    padding: 30px 5px;
}
}
@media(max-width:1024px) {
  .nav>li>a {
    position: relative;
    display: block;
    padding: 15px 10px;
    font-size: 14px;
  }
}
@media (max-width:768px) {


.content_left{float:left; width:100%;}
.content_right{float:right;width:100%;}
  body,.main{
    /* padding-bottom: 150px; */
  }
  .row{
  margin-left:0px;
  margin-right:0px;
  }
  .main-nav .col-lg-9{
    padding-right: 0;
    padding-left: 0;
  }
}
.news-item{
    overflow: hidden;
  }
  #china-map {
    width: 100%;
    height: 450px;
  }
#map-container{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(5, 117, 249, .5);
  overflow: hidden;
  z-index: 999;
  display: none;
}
.close{
  position: absolute;
  right: 20px;
  top: 20px;
  color:#fff;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  z-index: 999999;
  opacity:1;

}
.map-img{
	cursor: pointer;
}
.node-container .node{
	width:60px !important;
}
#chart{
	display:block;
	margin:auto;
	width:100%;
	overflow-x: scroll;
}
.news-info{
	line-height:28px;
}
.main-nav .col-lg-9{
	padding:0;
}
.news-img{
	width:100%;
	overflow:hidden;
}
.news-item{
	overflow:hidden;
	margin-bottom:10px;
}
.news-item .col-sm-4{
	height:150px;
	overflow:hidden;
}
.col-sm-10 .navbar-default{
float:right;

}
@media(min-width:1400px){
	.nav > li > a {
    padding: 30px 15px;
}
}