@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}

body {
	font-weight: 0;
	font-family: Lato, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
	position: relative;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	background: #fff !important;
}

a {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
w{font-size: 14px;}
.table-responsive {
	overflow-x: inherit;
}

.text_c {
	text-align: center;
}


/*index css  start-----------------------------------------------------------------------------------*/


/*header*/

.navbar {
	border: none;
}

.navbar-inverse {
	background-color: #fff;
}


/*.navbar-inverse .navbar-toggle {
	border-color: none;
}*/

.navbar-inverse .navbar-nav>.active>a {
	background: none;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #d4d4d4;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background: none !important;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #00707B !important;
}

.navbar-nav>li a:after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: #F03F4F;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	background: none !important;
}

#navbar li a:hover {
	color: #fff !important;
	cursor: pointer !important;
	background: #253559;
}

#index {
	color: #fff !important;
	background: #253559;
}

.navbar-nav {
	margin: 0px -15px;
}

#navbar {
	float: right;
}

#navbar li a {
	color: #253559;
	display: inline-block;
}

.navbar-brand {
	padding: 0px;
	margin: 0px;
}

.navbar-brand img {
	height: 40px;
	margin-top: 10px;
}

.nav>li>a {
	padding: 20px 25px !important;
}

.navbar-header {
	height: 60px;
}


/*banner*/

.container-banner {
	margin-top: 60px;
	height: 500px;
	background: url(../img/banner.png) no-repeat center;
	background-size: 100% 100%;
}

.banner_row {
	height: 100%;
}

.banner_row .banner_h_left {
	padding-right: 0px;
}

.banner_row .banner_h_left img {
	height: 150px;
	float: right;
	margin-top: 150px;
}

.banner_row .banner_h_right {
	color: #333;
}

.banner_row .banner_h_right h1 {
	margin-top: 185px;
	font-weight: 100;
}


/*abstract*/

.container-product {
	height: 340px;
	background: #ededf6;
}

.container-product .container {
	position: relative;
}

.container-product img {
	height: 280px;
	position: absolute;
	right: 40px;
	z-index: 3;
}

.product_content_wz {
	margin-top: 70px;
}

.product_content_wz h4 {
	color: #333;
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
}

.product_content_wz h5 {
	line-height: 25px;
	color: #454546;
	text-align: justify;
}


/*youshi*/

.container-ys {
	background: url(../img/maobian2.png) no-repeat center;
	background-size: 100% 100%;
	height: 350px;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: -10px;
}

.row-ys {
	height: 350px;
}

.row-ys .col-md-3 {
	text-align: center;
	color: #fff !important;
}

.row-ys .col-md-3 .ys {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-top: 100px;
	margin-bottom: 10px;
}

.row-ys .col-md-3 .ys img {
	width: 100%;
	height: 100%;
}

.row-ys .col-md-3 p {
	font-size: 18px;
}

.row-ys .col-md-3 h4 {
	font-size: 14px;
}

.container-team-list-content {
	border: 1px solid #e7ebf1;
	height: 100%;
	transition-duration: .4s;
	position: relative;
}

.container-ys-bg {
	background: url(../img/fixed1.jpg) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
	z-index: -2;
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0
}

.container-team-list-content h4 {
	font-size: 60px;
	color: #c8c8c8;
	margin-bottom: 15px;
}

.container-team-list-content p {
	margin-bottom: 0px;
	line-height: 20px;
	color: #565757;
	padding: 0px 25px;
}

.zhiwei {
	margin-top: 50px;
	color: #333;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 50px;
}

.zhiwei span {
	color: #999;
}

.container-team-list-content:hover {
	margin-top: -4px;
	cursor: pointer;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .1);
}

.container-team-list-content:hover .zhiwei {
	color: #aa434b;
}

.container-team-list-content:hover .zhiwei span {
	color: #aa434b;
}

.container-team-list-content:hover h4 {
	color: #aa434b;
}


/*team*/

.container-team {
	height: 600px;
	background: #fff;
	margin-top: -8px;
}

.container-team-bt {
	font-weight: bold;
	text-align: center;
	margin-top: 80px;
	font-size: 26px;
	color: #333;
}

.container-team-bt p {
	color: #999999;
	font-size: 14px;
}

.container-team-list {
	margin-top: 30px;
}

.container-team-list .col-md-4 {
	text-align: center;
	height: 320px;
}

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

.row-more .team_more {
	padding: 8px 15px;
	background: #aa434b;
	color: #fff;
	font-size: 12px;
	border-radius: 20px;
}

.row-more .team_more img {
	margin-left: 3px;
	transition-duration-duration: 2s;
}

.row-more .team_more:hover {
	background: #993b43;
	cursor: pointer;
}


/*project*/

.container-xm {
	background: url(../img/maobian2.png) no-repeat center;
	background-size: 100% 100%;
	height: 600px;
	width: 100%;
	color: #fff;
	margin-top: -15px;
}

.container-xm-bg {
	background: url(../img/fixed2.jpg) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
	z-index: -3;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}

.row-xm-head {
	margin-top: 80px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.row-xm-head p{font-weight: normal;font-size: 16px;}

.row-lunbo {
	height: 400px;
	margin-top: 20px;
}

.row-lunbo .col-md-10 {
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: 400px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: none !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: none !important;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: none;
	opacity: .8;
	border: 1px solid #fff;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-button-next img,
.swiper-button-prev img {
	width: 100%;
}

.swiper-button-next img {
	transform: rotate(180deg);
}

.simu_head {
	text-align: center;
	margin-top: 40px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.simu_head span {
	border: 1px solid #fff;
	padding: 10px 15px;
	font-size: 18px;
	height: 50px;overflow: hidden;
	 text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap;
}
 
.simu_date {
	text-align: right;
	padding-right: 30px;
	position: relative;
}

.simu_date h2 {
	font-size: 35px;
}

.simu_date p {
	font-size: 16px;
}

.simu_date:after {
	display: block;
	content: '';
	height: 55px;
	width: 1px;
	border: 0.5px solid #fff;
	position: absolute;
	top: 30px;
	right: 0;
}

.simu_num {
	text-align: left;
	padding-left: 30px;
}

.simu_num h2 {
	font-size: 35px;
}

.simu_num p {
	font-size: 16px;
}

.simu-p {
	margin-top: 20px;
	line-height: 25px;
}


/*news*/

.container-news {
	height: 700px;
	background: #efeff7;
	margin-top: -6px;
}

.row-head {
	text-align: center;
	margin-top: 80px;
	font-size: 26px;
	font-weight: bold;
}
.row-head p{font-weight: normal;font-size: 16px;}
.row-news-content {
	margin-top: 30px;
	height: 500px;
}

.news-img {
	width: 100%;
	border-radius: 2px;
	overflow: hidden;
}

.news-img img {
	width: 100%;
}

.news-tt {
	padding: 10px;
	background: #fff;
}

.news-tt h4 {
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.news-tt p {
	font-size: 14px;
	color: #474747;
	word-break: break-;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-tt h5 {
	color: #a0a0a0;
	text-align: right;
	font-size: 12px;
}

.news_list {
	padding: 0;
	margin: 0;
}

.news_list li {
	width: 100%;
	height: 50px;
	background: #fff;
	margin-bottom: 15px;
	padding: 10px;
	height: 110px;
	border-radius: 2px;
	list-style: none;
	transition-duration: .4s;
	position: relative;
}

.news_list li:hover {
	margin-left: -5px;
	cursor: pointer;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, .1);
}

.news_list li h4 {
	font-size: 16px;
	color: #333;
	word-break: break-;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 28px;
}

.riqi {
	position: absolute;
	right: 10px;
	bottom: 0px;
	color: #b5b5b5;
}

.news_list .ckgd_list:hover {
	color: #333;
}


/*contact*/

.container-contact {
	height: 200px;
	background: url(../img/maobiao3.png) no-repeat top;
	background-size: 100% 100%;
	margin-top: -10px;
}

.news_list p {
	margin-top: 20px;
}

.news_list p a {
	text-align: right;
	color: #333;
	display: block;
}

.row-contanct {
	margin-top: 50px;
	color: #fff;
}

.row-contanct h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
.row-contanct h4, .row-contanct h5{padding-left: 20px;}
.hxewm {
	text-align: center;
}

.hxewm img {
	width: 100px;
}

.hxewm p {
	margin-top: 10px;
}

.hxewm p img {
	height: 18px;
	width: 20px;
	margin-right: 10px;
}

.mob_ewm {
	display: none;
}


/*copyright*/

.container-copyright {
	text-align: center;
	height: 60px;
	background: #253559;
	border-top: 1px solid #44506b;
	overflow: hidden;
}

.row-copyright {
	line-height: 60px;
	color: #fff;
	font-size: 10px;
}


/*index css  end-----------------------------------------------------------------------------------*/


/*project css  start-----------------------------------------------------------------------------------*/

.project_banner_img {
	text-align: center;
}

.project_banner_img img {
	float: none !important;
}

.project_bt {
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
}

.project_bt span {
	font-size: 20px;
	color: #999;
}

.container-project_list {
	padding: 80px 0;
}

.panel-default {
	border: 1px solid #e7ebf1;
}

.panel {
	transition-duration: .4s;
}

.panel-default>.panel-heading {
	background: #fff;
	border: none;
	height: 120px;
	margin: 20px;
	margin-bottom: 10px;
}

.panel-default>.panel-heading h4 {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
}

.panel-default>.panel-heading h5 {
	font-size: 18px;
}

.panel-default>.panel-heading h5 span {
	margin-right: 30px;
}

.panel-default>.panel-heading h5 span rq {
	font-size: 30px;
	margin-left: 5px;
}
.panel-default>.panel-heading h5 span rq w{font-size: 16px;}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	margin: 0px 20px 10px 20px;
	font-size: 16px;
	line-height: 26px;
	color: #999;
}

.xiala-content {
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 20px;
	bottom: 30px;
	color: #999;
}

.xiala-content:hover {
	color: #c9151e;
}

.panel:hover {
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
}

.panel:hover rq {
	color: #c9151e;
}

a:hover,
a:focus {
	color: #999 !important;
}

.row_add {
	text-align: center;
	margin-top: 20px;
	text-align: center;
    display: inline-block;
    width: 100%;
}

.row_add .add_more {
	margin-left: 30px;
	padding: 10px 15px;
	font-size: 14px;
	color: #333;
	border: 1px solid #333;
}

.row_add .add_more .fa-angle-down {
	margin-left: 4px;
	font-size: 18px;
}

.row_add .add_more:hover {
	cursor: pointer;
	color: #AA434B;
	border: 1px solid #AA434B;
}


/*project css  end-----------------------------------------------------------------------------------*/


/*news css  start-----------------------------------------------------------------------------------*/

.container-news-list {
	padding: 60px 0px;
}

.news-head {
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
	margin-top: 0px;
}

.news-head span {
	font-size: 20px;
	color: #999;
	margin-left: 6px;
}

.news-list .col-md-3 img {
	width: 100%;
	height: 180px;
	border-radius: 2px;
}

.news-list-content {
	border: 1px solid rgba(0, 0, 0, 0);
	transition-duration: .4s;
}

.news-list .col-md-3 a {
	color: #333;
	display: block;
}

.news-list-content:hover {
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
	margin-top: -4px;
}

.news-list-content:hover {
	color: #333 !important;
}

.news-list-content:nth-child(1).active {
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
	margin-top: -4px;
}

.news-list-nr {
	padding: 10px;
}

.news-list-nr h4 {
	font-size: 16px;
	width: 100%;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 26px;
	margin: 0px;
}

.news-list-nr p {
	font-size: 14px;
	color: #797979;
	margin-top: 5px;
}

.news-list-nr span {
	text-align: right;
	display: block;
	color: #a0a0a0;
}

.row-zx-head {
	margin-top: 50px;
}

.row-zx-head {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.row-zx-head span {
	font-size: 20px;
	color: #999;
	margin-left: 6px;
}

.row-zx-list h4 {
	font-size: 16px;
	width: 100%;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 26px;
	height: 60px;
	margin: 0px;
	padding: 10px;
}

.row-zx-list p {
	padding: 0px 10px 10px 0px;
	text-align: right;
}

.row-zx-list-nr {
	transition-duration: .4s;
	border: 1px solid rgba(0, 0, 0, 0);
	margin-bottom: 15px;
}

.row-zx-list-nr:hover {
	border: 1px solid #e7ebf1;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
	margin-left: -4px;
	cursor: pointer;
}

.row-zx-list-nr:nth-child(1).active {
	border: 1px solid #e7ebf1;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
	margin-left: -4px;
	cursor: pointer;
}


/*news css  end-----------------------------------------------------------------------------------*/


/*news-xq css  start-----------------------------------------------------------------------------------*/

.row-news-xq {
	padding: 40px 0;
}

.wzxq h4,
.wzxq h6 {
	text-align: center;
}

.wzxq h6 {
	margin-top: 20px;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 30px;
	color: #999;
	margin-bottom: 20px;
}

.wzxq h6 span {
	margin-left: 20px;
}

.wzxq p {
	padding: 0px 15px 0px 15px;
	text-indent: 30px;
	line-height: 24px;
	color: #212121;
	margin-bottom: 5px;
}

.bqzhshi {
	color: #c7c7c7;
	font-size: 12px;
	margin-top: 50px;
	text-indent: 20px;
	display: block;
}

.fanye {
	margin-top: 40px;
}

.fanye a {
	color: #999;
}

.fanye span a:hover {
	color: #AA434B !important;
}

.fanye .next-wz {
	float: right;
}

.news-right-img img {
	width: 100%;
}

.news-right-img .news-list-content {
	margin-bottom: 20px;
}


/*news-xq css  end-----------------------------------------------------------------------------------*/


/*abstract css  start-----------------------------------------------------------------------------------*/

.abstract_container {
	padding: 60px 0px;
}

.abstract-row-head h4 {
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
	margin-top: 0px;
}

.abstract-row-head h4 span {
	font-size: 20px;
	color: #999;
	margin-left: 6px;
}

.row-abstract-logo img {
	height: 100px;
	margin-left: 40px;
}

.row-abstract-logo p {
	text-indent: 30px;
	line-height: 28px;
	font-size: 14px;
	color: #333;
	text-align: justify;
}


/*abstract css  end-----------------------------------------------------------------------------------*/


/*team css  start-----------------------------------------------------------------------------------*/

.row-team-tt {
	margin-bottom: 80px;
}

.row-team-tt p {
	text-indent: 30px;
	color: #999;
	line-height: 28px;
	font-size: 14px;
	padding: 0px 20px;
	text-align: justify;
}

.row-team-list {
	border: 1px solid #e7ebf1;
	padding: 20px;
	position: relative;
}

.row-team-list p {
	padding: 0px 0px 0px 130px;
	margin-bottom: 0px;
	color: #333;
	line-height: 24px;
}

.row-team-list h4 {
	padding-left: 130px;
	color: #aa434b;
	font-size: 26px;
}

.row-team-list h4 span {
	font-size: 16px;
	margin-left: 10px;
}

.cy_my {
	width: 180px;
	height: 190px;
	position: absolute;
	left: -60px;
	top: -50px;
	background: #253559;
	box-shadow: 0px 0px 10px 0px rgba(37, 53, 89, .2);
	color: #fff !important;
}

.cy_my h1 {
	text-align: center;
	font-size: 60px;
	margin-top: 0px;
}

.cy_my p {
	padding: 10px !important;
	color: #fff !important;
	padding-top: 0px !important;
	line-height: 24px;
}

.row-team-list {
	margin-bottom: 90px;
}

.row-team-list-r .cy_my {
	right: -60px !important;
	top: -50px !important;
	left: auto;
}

.row-team-list-r p {
	padding: 0px 130px 0px 0px;
	margin-bottom: 0px;
	color: #333;
	line-height: 24px;
}

.row-team-list-r h4 {
	padding-right: 130px !important;
	color: #aa434b;
	font-size: 26px;
	padding-left: 0px;
	text-align: right;
}

.row-team-list-r {
	margin-left: 40px;
}

.mc_team .mc_team_content {
	width: 80%;
	margin-left: 10%;
	border: 1px solid #e7ebf1;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.mc_team_content_z {
	position: absolute;
	top: 400px;
	height: 400px;
	width: 100%;
	background: rgba(37, 53, 89, .9);
	transition-duration: .5s;
}

.mc_team .mc_team_content:hover {
	cursor: pointer;
}

.mc_team .mc_team_content:hover .mc_team_content_z {
	top: 0px;
	cursor: pointer;
}

.mc_team_content_z p {
	color: #fff;
	padding: 0 20px 20px 20px;
	line-height: 24px;
    text-align: justify;
}

.mc_team_content_top {
	height: 180px;
	color: #fff;
	background: #253559;
}

.mc_team_content_top h1 {
	font-size: 60px;
	text-align: center;
	margin: 0px;
	padding-bottom: 10px;
}

.mc_team_content_top p {
	padding: 0px 40px;
	text-align: center;
}

.mc_team_content_bottom {
	text-align: center;
	color: #aa434b;
}

.mc_team_content_bottom h4 {
	font-size: 26px;
	margin-top: 80px;
}

.mc_team_content_bottom h5 {
	font-size: 14px;
}

.mobile-team {
	display: none;
}


/*team css  end-----------------------------------------------------------------------------------*/


/*contact css  start-----------------------------------------------------------------------------------*/

.row-contact {
	height: 500px;
	margin: 60px 0px;
}

.hx_photo img {
	height: 300px;
}

.hx_photo h4 {
	font-size: 20px;
	color: #333;
	padding-top: 10px;
}

.hx_photo p {
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}

.hx_photo h5 {
	font-size: 16px;
}

.map_address {
	width: 100%;
	height: 500px;
}


/*login*/
.login {
	/*background: url(../images/login_bg.jpg)no-repeat center center;*/
	background-size: 100%;
	height: 100vh;
	padding: 0px;
}

.login_content {
	height: 100%;
}

.login_panl {
	background: #fff;
	height: 100%;
	padding: 140px 65px 65px 50px;
}
.login_left{background: url(../img/login_bg.jpg)no-repeat center center;background-size: cover;
	height: 100vh;
	padding: 0px;}

.login_panl h6 {
	position: absolute;
	bottom: 10px;
	text-align: center;
	display: block;
	margin-left: 10%;
	line-height: 20px;
}

.form-group {
	height: 40px;
}

.yhm,
.mima,
.yzm {
	width: 100%;
	height: 100%;
	border-radius: 2px;
	border: 1px solid #D9D9D9;
	text-indent: 10px;
	color: #686868;
}

.login_logo {
	height: 60px;
	text-align: center;
}

.login_logo img {
	height: 50px;
}

.yzm {
	width: 60%;
	float: left;
}

.yzm_img {
	width: 35%;
	float: right;
	height: 40px;
}

.yzm_img img {
	height: 100%;
	float: right;
}
.btn_denglu {
	padding: 0px;
	width: 100%;
	background: #f03f4f;
	color: #fff;
	height: 40px;
	font-size: 16px;
	border-radius: 2px;
	line-height: 40px;
}

.btn_denglu:hover {
	background: #e2394d;
	color: #fff;
}

.erro {
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #F03F4F;
}

.login_footer {
	position: absolute;
	bottom: 0px;
	text-align: center;
}

.login_right p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 10%;
}

.bz {
	width: 50px;
	height: 60px;
	background: #F03F4F;
	position: absolute;
	top: 0px;
	right: 30px;
}

#triangle-up {
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 15px solid #fff;
	position: absolute;
	bottom: -0.5px;
}

.bz_wz {
	display: block;
	color: #fff;
	text-align: center;
	margin-top: 14px;
}
.back_index{float: left;font-size: 14px;display: block;margin-top:10px;color: #999;}
.back_index:hover{color: #999;cursor: pointer;}

/*媒体查询*/
@media only screen and (max-width: 640px) {
	.banner_row .banner_h_left{text-align: center;padding-left: 0px;}
	.banner_row .banner_h_left img{float: none !important;}
	.navbar-toggle{margin-top: 13px;margin-right: 0px;}
	.navbar-header {
		background: #fff;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 380px;
		border-top: 1px solid #dedede;
		box-shadow: 0px 3px 4px rgba(0, 0, 0, .1);
	}
	
	.navbar-inverse {
		background: rgba(255, 255, 255, .95);
	}
	#navbar li a {
		display: block;
	}
	#navbar {
		float: none;
	}
	.container-banner {
		height: 230px;
	}
	.banner_row .banner_h_left img {
		height: 90px;
		float: right;
		margin-top: 50px;
	}
	.banner_row .banner_h_right {
		padding-left: 0px;
	}
	.banner_row .banner_h_right h1 {
		text-align: center;
		margin-top: 20px;
		font-weight: 100;
		font-size: 18px;
	}
	.banner_row .banner_h_right h3 {
		text-align: center;
		font-weight: 100;
		font-size: 16px;
		margin-top: 0px;
	}
	.container-product img {
		display: none;
	}
	.container-product{height: 320px;padding-top: 15px;}
	.product_content_wz {
		margin-top: 0px;
	}
	.row-ys{padding-top: 30px;}
	.row-ys .col-md-3 .ys {
		margin-top: 0px;
	}
	.row-ys .col-md-3{margin-bottom: 20px;}
	.row-ys .col-md-3 .ys{width: 60px;height: 60px;}
	.container-team {
		display: inline-block;
		width: 100%;
		height: 100%;
		padding-bottom: 40px;
	}
	.container-team-bt{margin-top: 40px;}
	.container-team-list .col-md-4{height: 280px;}
	.simu_date h2 {
		font-size: 20px;
	}
	.simu_date p {
		font-size: 12px;
		margin-right: 0px;
	}
	.simu_num h2 {
		font-size: 20px;
	}
	.simu_num p {
		font-size: 12px;
		margin-left: 0px;
	}
	.row-lunbo .col-md-10 {
		padding: 5px;
	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0px;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0px;
	}
	.swiper-button-next img,
	.swiper-button-prev img {
		width: 50%;
	}
	.swiper-button-next img {
		float: right;
	}
	.simu_head {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.row-lunbo {
		margin-top: 0px;
	}
	.simu-p {
		margin-top: 10px;
		line-height: 20px;
		text-align: justify;
	}
	.simu_date{padding-right: 20px;}
	.simu_num{padding-left: 20px;}
	.simu_date:after {
		height: 30px;
	}
	.simu_head span {
		font-size: 14px;
	}
	.overflow_p {
		font-size: 12px !important;
	}
	.row-head {
		margin-top: 40px;
	}
	.container-news {
		display: inline-block;
		height: auto;
	}
	.row-news-content {
		margin-top: 15px;
	}
	.news_list {
		padding-bottom: 30px;
		margin-top: 10px;
	}
	.news-img img {
		height: 150px;
	}
	.mob_col-xs {
		padding: 0px;
	}
	.row-news-content .col-md-12 {
		padding: 0;
	}
	.mob_col-xs {
		margin-left: 0px !important;
	}
	.news_list li {
		height: 90px;
		margin-bottom: 10px;
	}
	.news_list li h4 {
		font-size: 14px;
		line-height: 20px;
	}
	.news_list p a {
		text-align: center;
		color: #333;
		display: block;
	}
	.row-contanct {
		margin-top: 40px;
		color: #fff;
	}
	.row-contanct h4 {
		font-size: 16px;
	}
	.row-contanct h5 {
		font-size: 12px;
	}
	.pc_ewm {
		display: none;
	}
	.mob_ewm {
		display: block;
	}
	.hxewm img {
		width: 80px;
	}
	.container-contact {
		height: 250px;
	}
	.hxewm p {
		font-size: 12px;
	}
	.hxewm p img {
		height: 14px;
		width: 18px;
	}
	.container-xm {
		margin-top: -23px;
	}
	.container-news {
		margin-top: -14px;
	}
	.container-contact {
		margin-top: -13px;
	}
	.row-contanct h4, .row-contanct h5{padding-left: 0px;}
	.container-team-list .col-md-4 {
		margin-bottom: 10px;
	}
	.container-team-list-content:hover {
		display: none;
	}
	.riqi {
		margin-bottom: -10px;
	}
	.banner_row .banner_h_right{color: #333 !important; font-weight: bold;padding-right: 0px;}
	.panel-default>.panel-heading h5 span rq w{font-size: 14px;}
	/*project------------------------------------------------------*/
	.banner_row .banner_h_left h1 {
		font-size: 24px;
	}
	.panel-default>.panel-heading {
		margin: 0px;
	}
	.panel-default>.panel-heading h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.panel-default>.panel-heading h5 {
		font-size: 14px;
	}
	.panel-default>.panel-heading h5 span {
		display: block;
		margin-bottom: 10px;
	}
	.panel-default>.panel-heading h5 span rq {
		font-size: 20px;
	}
	.panel-default>.panel-heading+.panel-collapse>.panel-body {
		font-size: 14px;
		margin: 10px;
	}
	.xiala-content {
		bottom: 10px;
	}
	.container-project_list {
		padding: 40px 0;
	}
	.project_bt {
		font-size: 20px;
	}
	.project_bt span {
		font-size: 16px;
	}
	/*news------------------------------------------------------*/
	.row-zx-list p{color: #999;}
	.row-zx-head{font-size: 20px;}
	.row-zx-head span{font-size: 16px;}
	.container-news-list {
		padding: 40px 0;
	}
	.news-list-content {
		margin-bottom: 20px;
	}
	.news-list-nr a h4 {
		font-size: 16px;
	}
	.news-list .col-md-3 .news-list-content {
		border: 1px solid #e7ebf1;
	}
	.news-head {
		font-size: 20px;
	}
	.news-head span {
		font-size: 16px;
	}
	.news-list .col-md-3 img {
		height: 140px;
	}
	.row-zx-list-nr {
		border: 1px solid #e7ebf1;
	}
	.news-right-img {
		display: none;
	}
	.wzxq p {
		padding: 0px;
		text-align: justify;
	}
	.wzxq h4 {
		line-height: 28px;
	}
	.wzxq h6 {
		margin-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.panel-default>.panel-heading h4{font-weight: bold;}
	/*abstract------------------------------------------------------*/
	.mob-abstract{padding:0px  15px;}
	.row-abstract-logo .col-md-12 {
		padding: 0px;
	}
	.row-abstract-logo {
		text-align: center;
		text-align: justify;
	}
	.row-abstract-logo img {
		height: 90px;
		display: none;
	}
	 .abstract-row-head{margin-bottom: -15px;}
	.cy_my h1 {
		    line-height: 40px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-top: -10px;
	}
	.cy_my {
		width: 60% !important;
		height: 140px !important;
		position: absolute;
		left: 20% !important;
		top: -40px !important;
	}
	.row-team-list h4,
	.row-team-list p {
		padding-left: 0px !important;
	}
	.row-team-list h4 {
		padding-top: 100px !important;
	}
	.row-team-list {
		margin: 10px !important;
		margin-bottom: 100px !important;
	}
	.row-team-list h4 {
		font-size: 20px !important;
		text-align: left
	}
	.row-team-list h4 span {
		font-size: 14px !important;
		margin-left: 10px;
	}
	.row-team-tt {
		margin-bottom: 60px !important;
	}
	.row-team-list-r p {
		padding-right: 0px;
	}
	.cy_my p {
		padding: 14px !important;
		padding-top: 0px !important;
		text-align: justify;
		
	}
	.row-team-list:last-child {
		margin-bottom: 20px !important;
	}
	.abstract_container {
		padding: 40px 0;
	}
	.row-pc-team {
		display: none;
	}
	.mobile-team {
		display: block;
	}
	/*contact------------------*/
	.hx_photo img {
		height: 226px;
		width: 100%;
		display: none;
	}
	#contact_ditu2 {
		display: block;
		height: 100%;
		width: 100%;
	}
	.mob-map {
		height: 200px !important;
		margin-bottom: 0px;
		display: block;
	}
	
	#contact_ditu {
		display: none;
	}
	.mob-col-mb-6 {
		padding: 0;
	}
	.container-contact-content {
		display: inline-block;
		width: 100%;
	}
	.container-contact-content .container {
		padding: 0px;
	}
	.hx_photo{margin-bottom: 30px;}
	.hx_photo h4 {
		font-size: 16px;
	}
	.container-contact-content {
		padding: 0px;
		margin: 0px;
	}
	/*.row-contact {
		margin: 0px 0px 100px 0px;
	}*/
	.hx_photo h4 {
		margin-top: 20px;
	}
	.hx_photo h4,
	.hx_photo p,
	.hx_photo h5 {
		padding: 0px 20px;
	}
	 .pc-map{display: none;}
	.mob-map{display: block !important;}
	.row-contact{margin: 0px 0;height: 440px;}
}