﻿/*大体架构
 ----------*/

body,
html {
	color: #404040;
	background: #fff;
	overflow-x: hidden;
}

a,
a:hover {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul,
ol,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}


/**主体**/

img {
	border: 0;
	display: block;
}

img {
	display: inline-block;
}

a {
	text-decoration: none;
	color: #404040;
}

a:hover {
	color: #303030;
	text-decoration: none;
}

a:active,
a:hover,
a:visited {
	text-decoration: none;
}

i {
	font-style: normal;
}


/*清除浮动
 --------------*/

.clear {
	padding: 0;
	margin: 0;
	width: 0;
	height: 0;
	font-size: 0;
	overflow: 0;
	clear: both;
	line-height: 0;
}

.clearfix {
	zoom: 1;
	_height: 1px
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}


/*清楚文字内容
 --------------*/

.txtIndent {
	text-indent: -9999em;
}


/*用于seo不显示的内容
 --------------*/

.seo {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
}

.seo,
.hideImg {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
}

.hideImg {
	overflow: hidden;
}

.hideImg img {
	width: 0;
	height: 0;
	overflow: hidden;
}

p {
	margin: 0;
}

.header {
	display: block;
	background:#0093DD;
}

.header_mini {
	display: none;
}

.top {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

.top .logo {
	margin-top: 18px;
    height: 67px;
    margin-right: 20px;
}

.top .logo a img {
	display: block;
	border: 0;
	height: 67px;
}

.top .top_txt1 {
	padding-top:36px;
	font-size:30px;
	color: #fff;
	padding-left: 20px;
	position: relative;
	font-weight:bold;
}

.top .top_fr {
	height: 90px;
}

.top .top_fr .top_txt2 {
	font-size: 16px;
	line-height: 25px;
	padding: 20px;
}

.top .top_fr .top_txt2 p:first-of-type {
	font-size: 18px;
	color: #fff;
	line-height: 25px;
}

.top .top_fr .top_txt2 p:last-of-type {
	font-size: 20px;
	color:#fff;
	font-weight: 700;
}

.top .top_fr .top_ewm {
	width: 70px;
	height: 70px;
	display: block;
}

.top .top_fr .top_ewm img {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #eee;
}

.top .top_fr .top_ewm p {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}


/*顶部结束*/


/*导航开始*/

.nav_fluid {
	width: 100%;
	background:#014195;
}

.nav {
	/*width:1200px;*/
	height: 40px;
	margin: 0 auto;
}

.nav .nav_list {}

.nav .nav_list .nav_item {
	float: left;
	/*width:150px;*/
	width: 14.285%;
	height: 40px;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	position: relative;
}

.nav .nav_list .nav_item>a {
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.nav .nav_list .nav_item:first-of-type {
	border-left: 1px solid #ddd;
}

.nav .nav_list .nav_item>a.active,
.nav .nav_list .nav_item>a:hover {
	background: #0b58ca;
}

.nav .nav_list .nav_item .sec_menu {
	position: absolute;
	top: 40px;
	left: 0;
	background: #3a89f1;
	/*width:150px;*/
	width: 100%;
	line-height: 40px;
	z-index: 999;
	display: none;
}

.nav .nav_list .nav_item .sec_menu li {
	width: 100%;
	height: 35px;
	border-top: 1px solid #ddd;
}

.nav .nav_list .nav_item .sec_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 35px;
	color: #fff;
}

.nav .nav_list .nav_item .sec_menu li a:hover {
	background: #014195;
}

.nav .nav_list .nav_item:hover .sec_menu {
	display: block;
}


/*小导航*/

.header_mini {
	background:#0093DD;
	position: relative;
}

.header_mini_top {
	padding: 15px 0 15px;
}

.header_mini_top .logo_mini {
	/*width:60%;*/
}

.header_mini_top .nav_icon {
	cursor: pointer;
}

.header_mini_top .nav_icon p i.iconfont {
	font-size: 24px;
	line-height: 30px;
}

.header_mini_top .logo_mini a img {
	/*width:100%;*/
	height: 30px;
}

.nav_mini {
	z-index: 999;
	position: absolute;
	top: 60px;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	min-width: 150px;
	height: auto;
	display: none;
}

.nav_mini .nav_mini_list {
	padding: 10px 0;
}

.nav_mini .nav_mini_list .nav_item>a {
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}

.nav_mini .nav_mini_list .nav_item>a i.iconfont {
	float: right;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.nav_mini .nav_mini_list .nav_item .sec_menu {
	text-align: center;
	display: none;
}

.nav_mini .nav_mini_list .nav_item .sec_menu li {
	/*float:left;
	margin-right: 10px;*/
}

.nav_mini .nav_mini_list .nav_item .sec_menu li a {
	color: #fff;
	line-height: 25px;
}


/*企业荣誉资质*/

.title {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-top: 1px;
	color: #333;
}

.title h2 {
	/*font-size: 32px;*/
}

.title_chinease {
	/*font-size: 32px;*/
	color: #014195;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	display: table;
	margin: 0 auto;
	margin-bottom: 10px;
	min-width: 120px;
}

.title_english {
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
}

.title1 {
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
}

.title1 h2 {
	float: left;
}

.title1 a {
	float: right;
}

.home_ryzz_box {
	width: 100%;
}

.home_ryzz_box {
	margin-bottom: 25px;
}

.home_ryzz_box a img {
	width: 100%;
	display: block;
}

.home_ryzz_box p {
	text-align: center;
	line-height: 30px;
}


/*工程案例*/


/*工程案例*/

.home_project_box {
	/*width: 100%;*/
	border: 1px solid #ddd;
	box-shadow: 0px 0px 3px #ddd;
	margin-bottom: 25px;
}

.home_project_box:hover {
	box-shadow: 0px 0px 3px #999;
}
.home_project_box img {
	display: block;
	width: 100%;
	padding:5px;
}

.home_project_box .txt {
	/*height:80px;*/
	padding: 10px;
}

.home_project_box .txt p{
	line-height: 20px;
	margin: 0;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/*工程专家团队*/

.home_gcjz {
	margin-top: 20px;
}

.home_gcjz_title {
	background: #014195;
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 15px;
}

.home_gcjz_title h2 {
	float: left;
	font-size: 20px;
	margin: 0;
	line-height: 40px;
}

.home_gcjz_title a {
	float: right;
	color: #fff;
	line-height: 40px;
}

.home_gcjz_list {
	margin-top: 15px;
}

.home_gcjz_list .home_gcjz_item {
	border: 1px solid #ddd;
	margin-bottom: 25px;
	padding: 15px;
}

.home_gcjz_list .home_gcjz_item:hover {
	box-shadow: 0px 0px 3px #a0a0a0;
}

.home_gcjz_list .home_gcjz_item .fl {
	display: block;
	width: 45%;
	height: 300px;
	overflow: hidden;
}

.home_gcjz_list .home_gcjz_item .fl img {
	width: 100%;
	display: block;
	border: 0;
	height: 100%;
	transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
}

.home_gcjz_list .home_gcjz_item .fl:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.home_gcjz_list .home_gcjz_item .fr {
	width: 50%;
	height: 300px;
}

.home_gcjz_list .home_gcjz_item .fr .txt {
	margin-bottom: 25px;
}

.home_gcjz_list .home_gcjz_item .fr .txt h2 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 25px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.home_gcjz_list .home_gcjz_item .fr .txt h2 span {
	font-size: 14px;
	color: #444;
}

.home_gcjz_list .home_gcjz_item .fr .txt .txt_p {
	font-size: 14px;
	text-indent: 2em;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	height: 160px;
}

.home_gcjz_list .home_gcjz_item .fr .more {
	/*display: block;*/
	padding: 5px 8px;
	text-align: center;
	color: #014195;
	border: 1px solid #014195;
	text-align: center;
}

.home_gcjz_list .home_gcjz_item .fr .more:hover {
	color: #fff;
	background: #014195;
}


/*资质荣誉*/

.case-list {
	height: 300px;
}

.case-list dt {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
}

.case-list dd p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
}

.home_rybox {
	/*background: url(../images/ryzzbg.jpg) center center;*/
	padding-bottom: 20px;
	margin-top: 15px;
	margin-bottom: 0px;
	background: #014195;
}


/*友情链接*/

.home_yqlj {
	padding: 20px 10px;
	color: #333;
}

.home_yqlj a {
	color: #000;
}

.home_yqlj a:hover {
	color: #014195;
}


/*新闻中心*/

.news-list dd p:nth-of-type(2) {
	line-height: 20px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/*导航结束*/


/*底部footer*/

.footerbox {
	background: #014195;
}

.footer1 {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}

.ft-0 {}

.ft-0 ul li {
	margin-bottom: 10px;
}


/*.ft-3-div {
	display: table;
	margin: 0 auto;
}*/

.ft-3 ul {
	margin-top: 10px;
}

.ft-3 ul li {
	margin-bottom: 20px;
}

.ft-3-1 {
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	vertical-align: middle;
	border: 1px solid #999999;
	color: #333;
}

.ft-3-1 option {
	color: #333;
}

.ft-1 ul li {
	line-height: 25px;
	color: #fff;
}
.ft-1 p{
	color: #fff!important;
}
.ft-2 {
	text-align: center;
}

.ft-2 img {
	width: 80%;
	margin: 10px auto;
	display: block;
	max-width: 150px;
}

.ft-2 p {
	line-height: 30px;
	text-align: center;
}

.ft-2-dh {
	font-size: 18px;
}

.ft-2-dh i.iconfont {
	margin-right: 8px;
}

.footer2 {
	text-align: center;
	padding: 10px 0;
	background: #043473;
	color: #f7f7f7;
}


/*内页*/

.banner_m {
	display: none;
}

.banner_t img,
.banner_m img {
	width: 100%;
	display: block;
	border: 0;
}


/*内页 左侧侧边栏*/

.matter {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	background: #fff;
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 10px;
	min-height: 1000px;
}

.matter:after {
	content: "";
	position: absolute;
	top: 0;
	left: 205px;
	width: 1px;
	height: 100%;
	background: #ddd;
}

.matter .slide_left {
	/*float: left;*/
	width: 205px;
	/*box-sizing: border-box;*/
	position: absolute;
	top: 0;
	left: 0;
}

.matter .slide_left ul li {
	cursor: pointer;
	position: relative;
	padding: 10px 10px 10px 20px;
}

.matter .slide_left ul li.cur {
	color: #FFFFFF;
	background: linear-gradient(to right, #3a89f1 0%, #014195 100%);
	/*background: #3a89f1;*/
}

.matter .slide_left ul li.cur:after {
	top: 25%;
	content: "";
	height: 25px;
	width: 25px;
	position: absolute;
	right: -10px;
	background-color: #FFFFFF;
	border: 5px solid #014195;
	border-radius: 100px;
	z-index: 100;
}

.matter .slide_left ul li.tab_title {
	margin-top: 10px;
}

.matter .slide_left ul li.tab_title:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 60%;
	background-color: #3a89f1;
	left: 0px;
}

.matter .slide_left ul li.cur a span {
	font-size: 20px !important;
	color: #FFFFFF !important;
	font-weight: bold;
}

.slide_left ul li.active a span {
	color: #014195;
	border-bottom: 1px solid #014195;
}

.matter .slide_left ul li.tab_title a span {
	color: #014195;
	font-size: 18px;
}

.slide_contact {
	position: relative;
}

.tab_title_cur {
	cursor: pointer;
	position: relative;
	padding: 10px 20% 10px 30%;
	margin-top: 10px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, 100% 0, 0 0, from(#3a89f1), to(#014195));
	background: -webkit-linear-gradient(to right, #3a89f1 0%, #014195 100%);
	background: -moz-linear-gradient(to right, #3a89f1 0%, #014195 100%);
	background: -o-linear-gradient(to right, #3a89f1 0%, #014195 100%);
	background: linear-gradient(to right, #3a89f1 0%, #014195 100%);
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.tab_title_cur:after {
	top: 25%;
	content: "";
	height: 25px;
	width: 25px;
	position: absolute;
	right: -10px;
	background-color: #FFFFFF;
	border: 5px solid #014195;
	border-radius: 100px;
	z-index: 100;
}

.tab_title_cur span {
	color: #fff;
}

.tab_contact p {
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
}

.tab_contact p i.iconfont {
	color: #014195;
	margin-right: 10px;
	font-size: 17px;
}

.tab_contact p i.icon-dianhua {
	font-size: 20px;
}

.tab_contact p i.icon-email_icon {
	font-size: 14px;
}

.tab_contact p i.icon-wangzhi1 {
	font-size: 20px;
}

.tab_contact p i.icon-dizhi {
	font-size: 23px;
}

.matter .slide_right {
	margin-top: 10px;
	float: right;
	padding-left: 230px;
	width: 100%;
}


/*面包屑导航*/

.crumbs {
	width: 100%;
	line-height: 20px;
	border-bottom: 1px solid #ddd;
	color: #666;
	padding: 10px;
}

.crumbs .fr {}

.crumbs .fr h2 {
	font-size: 20px;
	margin: 0;
	line-height: 40px;
}

.crumbs .fl a {
	color: #666;
}

.crumbs .fl a:hover {
	color: #014195;
}

.sub_content {
	width: 100%;
	margin-top: 20px;
}

.sub_cont {
	width: 100%;
	padding-bottom: 20px;
}

.sub_cont_title p {
	font-size: 14px;
	text-align: center;
	color: #999999;
	padding-bottom: 20px;
}

.sub_cont_info p {
	font-family: "微软雅黑";
}
.sub_cont_info video{
	width:100%;
}
.sub_cont_info .p1 {
	font-size: 15px;
	color: #333;
	line-height: 25px;
	margin-bottom: 10px;
	text-indent: 2em;
}

.sub_cont_info .p2 {
	text-indent: 2em;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 10px;
}

.sub_link {
	padding: 20px 0;
	border-top: 1px solid #ddd;
}

.sub_link p {
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

.sub_link p a {
	color: #333;
	border-bottom: 1px solid #333;
}

.sub_link p a:hover {
	color: #269ABC;
	border-bottom: 1px solid #269ABC;
}


/*分页*/

.sub_news_list {
	width: 100%;
}

.sub_news_list dl {
	clear: both;
	overflow: hidden;
	padding: 10px;
}

.sub_news_list dl:hover {
	box-shadow: 0px 0px 3px #999;
}

.sub_news_list dl dt {
	width: 30%;
	float: left;
}

.sub_news_list dl dt img {
	width: 100%;
}

.sub_news_list dl dd {
	float: right;
	width: 68%;
}

.sub_news_list dl dd h2 {
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 25px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sub_news_list dl dd h2 a {
	font-size: 18px;
}

.sub_news_list dl dd h2 a:hover {
	color: #014195;
}

.sub_news_t1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 20px;
	height: 60px;
	color: #666;
	text-indent: 2em;
}

.sub_news_t2 {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
}

.sub_news_t2 span {
	float: left;
	line-height: 25px;
}

.sub_news_t2 a {
	float: right;
	line-height: 25px;
	padding: 0 5px;
	border: 1px solid #ddd;
	color: #797373;
}

.sub_news_t2 a:hover {
	background: #ddd;
}

.sub_cont_info img {
	max-width: 100%;
	border: 0;
}


/*分页*/

.page {
	padding: 20px 0;
}

.page a,
.page span {
	border: 1px solid #ddd;
	padding: 3px 7px;
	font-size: 15px;
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 3px;
}

.page span {
	background: #014195;
	color: #fff;
	border: 1px solid #014195;
}

.sub_nav {
	display: none;
}

.sub_nav a {
	line-height: 30px;
	display: block;
	width: 46%;
	margin: 5px 2%;
	border: 1px solid #606d7d;
	color: #606d7d;
	text-align: center;
	font-size: 14px;
	float: left;
}

.sub_nav .sub_nav_h {
	width: 96%;
	line-height: 35px;
	font-size: 16px;
}

.sub_nav a.active {
	background: #014195;
	color: #fff;
}


/*资质展示*/

.zzry_item1 {
	width: 100%;
	border: #ddd solid 1px;
	margin-bottom: 20px;
	background: #f1efef;
}

.zzry_item1 img {
	width: 100%;
	padding: 7px;
}

.zzry_item1 p {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #ddd;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	background: #f8f8f8;
}


/*联系我们*/

.sub_contact {}

.sub_contact>li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #b9babb;
}

.sub_contact>li h2 a {
	font-size: 20px;
	color: #014195;
	font-weight: bold;
}

.sub_contact>li ul li {
	font-size: 14px;
}

.sub_contact li .more {
	display: inline-block;
	padding: 3px 6px;
	text-align: center;
	color: #014195;
	border: 1px solid #014195;
	border-radius: 5px;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
}

.sub_contact li .more:hover {
	color: #fff;
	background: #014195;
}


/*联系我们-表单*/

.sub_contact_info .sub_contact_title {
	color: #3a89f1;
	font-size: 20px;
	padding-left: 10px;
	border-left: 3px solid #3a89f1;
}

.sub_contact_method {
	font-size: 15px;
	line-height: 25px;
	padding-left: 20px;
}

.sub_contact_form li {
	margin-top: 15px;
	width: 40%;
	margin: 15px 3%;
	float: left;
}

.sub_contact_form li input[type=text] {
	width: 300px;
	line-height: 30px;
}

.sub_contact_form li span {
	width: 50px;
	display: inline-block;
}

.sub_contact_textarea {
	position: relative;
}

.sub_contact_textarea span {
	float: left;
}

.sub_contact_textarea textarea {
	width: 300px;
	height: 200px;
}

.sub_contact_btn {
	padding-left: 50px;
	margin-left: 3%;
}

.sub_contact_btn input[type=submit] {
	width: 150px;
	line-height: 30px;
	background: #3380e6;
	color: #fff;
	font-size: 16px;
	border:1px solid #ddd;
}

.sub_contact_btn input[type=submit]:hover {
	background: #014195;
}

.about-wrapper{
	margin-bottom: 20px;
}
@media screen and (min-width: 300px) {
	.title {
		margin-top: 0;
	}
	/*.title h2 {
	    font-size: 18px;
	    font-weight: bold;
	}*/
	.title_chinease {
		font-size: 18px;
		margin-bottom: 8px;
		padding-bottom: 8px;
	}
	.title_english {
		font-size: 12px;
	}
	.aboutImg video {
		width: 100%;
		/*height: auto;
		display: block;*/
	}
	.aboutImg,
	.about-r {
		/*padding: 0;*/
	}
	.about-r h2 {
		width: 40%;
		padding-bottom: 8px;
		border-bottom: 1px solid #DDDDDD;
		font-size: 16px;
		color: #2758a4;
	}
	.about-r p {
		color: #666666;
		margin-bottom: 10px;
	}
	.about-r .more {
		width: 40%;
		padding: 8px 10px;
		display: block;
		text-align: center;
		color: #FFFFFF;
		background: #014195
	}
	.about-r .more:hover {
		background: #0e2644;
	}
	/*.home_project_box img{
		height: 110px;
		width:100%;
	}
	.home_project_box .txt{
		height:60px;
		overflow: hidden;
	}
	.home_project_box .txt h2 {
		text-align: center;
	    width: 100%;
	    margin-top: 10px;
	    line-height: 20px;
	    margin-bottom: 5px;
	    color: #2758a4;
	    font-size: 16px;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	}
	.home_project_box .txt p {
	    height: 20px;
	    line-height: 20px;
	    overflow: hidden;
	    color: #333333;
	    font-size: 12px;
	    padding:5px 10px;
	}*/
	/*新闻中心*/
	.news-list {
		margin-top: 15px;
	}
	.news-list dl {
		clear: both;
		overflow: hidden;
		margin-top: 15px;
	}
	.news-list dt {
		width: 35%;
		float: left;
	}
	.news-list dt a {
		display: block;
	}
	.news-list dt img {
		width: 100%;
		height: 70px;
	}
	.news-list dd {
		width: 60%;
		height: 73px;
		float: right;
		overflow: hidden;
	}
	.news-list dd h2 {
		width: 100%;
		margin-top: 0;
		margin-bottom: 5px;
		font-size: 14px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.news-list dd h2 a {
		color: #333333;
	}
	.news-list dd p {
		margin-bottom: 1px;
		font-size: 12px;
		color: #999999;
	}
	.title1 {
		padding-bottom: 5px;
	}
	.title1 h2 {
		margin: 0;
		font-size: 16px;
		color: #666666;
		line-height: 25px;
	}
	.title1 a {
		font-size: 12px;
		color: #666666;
		line-height: 25px;
	}
	/*.home_project_box img {
		height: 110px;
	}*/
	.home_project_box .txt {
		padding: 5px;
	}
	.home_project_box .txt p {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	/*专家团队*/
	.home_gcjz_list .home_gcjz_item .fl {
		height: 160px;
	}
	.home_gcjz_list .home_gcjz_item .fr {
		height: 160px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt {
		margin-bottom: 10px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt h2 {
		font-size: 14px;
		line-height: 20px;
		margin-top: 0px;
		margin-bottom: 4px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt .txt_p {
		font-size: 12px;
		-webkit-line-clamp: 4;
		line-height: 18px;
		height: 72px;
	}
	.home_gcjz_list .home_gcjz_item .fr .more {
		padding: 3px 7px;
		font-size: 12px;
	}
	/*资质荣誉*/
	.home_rybox .title_chinease {
		color: #fff;
	}
	.home_rybox .title_english {
		color: #F5F5F5;
	}
	.picScroll-left {
		position: relative;
		overflow: hidden;
	}
	.picScroll-left .next,
	.picScroll-left .prev {
		position: absolute;
		top: 50%;
		z-index: 999;
		margin-top: -27px;
		color: rgba(255, 255, 255, 0.64);
	}
	.picScroll-left .next {
		left: 0;
	}
	.picScroll-left .prev {
		right: 0;
	}
	.picScroll-left .next i.iconfont,
	.picScroll-left .prev i.iconfont {
		font-size: 38px;
	}
	.case-list {
		overflow: hidden;
	}
	.picScroll-left .tempWrap {
		margin: 0 auto;
		width: 290px !important;
	}
	.case-list dl {
		float: left;
		margin: 20px auto;
		overflow: hidden;
		width: 290px;
		background: #fff;
	}
	.ft-1 {
		padding: 0 15px;
		margin-bottom: 10px;
	}
	.about-wrapper{
		margin-top:20px;
	}
	/*footer*/
	/*-----------------------------*/
	/*内页*/
	.banner_m {
		display: block;
	}
	.banner_t {
		display: none;
	}
	/*内页*/
	.sub_nav {
		display: block;
	}
	.matter .slide_left {
		display: none;
	}
	.matter:after {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		width: 1px;
		height: 100%;
		background: #ddd;
	}
	.matter .slide_right {
		padding-left: 0;
	}
	.sub_news_t1 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 18px;
		height: 36px;
		color: #666;
		text-indent: 2em;
		font-size: 12px;
	}
	.sub_news_list dl dt {
		width: 40%;
	}
	.sub_news_list dl dd {
		width: 56%;
	}
	.sub_news_list dl dd h2 {
		margin-bottom: 0px;
		line-height: 20px;
	}
	.sub_news_list dl dd h2 a {
		font-size: 15px;
	}
	.sub_news_t2 {
		margin-top: 5px;
	}
	.sub_news_t2 span,
	.sub_news_t2 a {
		line-height: 20px;
		font-size: 12px;
	}
	.page a,
	.page span {
		font-size: 13px;
		padding: 3px 7px;
	}
	.sub_news_list dl dt img {
		min-height: 90px;
		max-height: 180px;
	}
	.sub_cont_title h1 {
		font-size: 18px;
		text-align: center;
		margin-top: 25px;
		color: #111;
	}
	/*联系我们*/
	.sub_contact_form li{
		width:96%;
		margin:10px 2%;
	}
	.sub_contact_form li input[type=text]{
		width:80%;
	}
	.sub_contact_form .sub_contact_textarea textarea{
		width:80%;
		height:120px;
		line-height: 20px;
	}
}

@media screen and (min-width: 330px) {
	/*专家团队*/
	.home_gcjz_list .home_gcjz_item .fl {
		height: 180px;
	}
	.home_gcjz_list .home_gcjz_item .fr {
		height: 180px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt {
		margin-bottom: 10px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt h2 {
		font-size: 14px;
		line-height: 20px;
		margin-top: 0px;
		margin-bottom: 4px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt .txt_p {
		font-size: 12px;
		-webkit-line-clamp: 5;
		height: 100px;
	}
}

@media screen and (min-width: 400px) {
	.title_chinease {
		font-size: 23px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	/*新闻中心*/
	.news-list dt img {
		height: 92px;
	}
	.news-list dd {
		height: 92px;
	}
	.news-list dd h2 {
		margin-bottom: 10px;
	}
	/*专家团队*/
	.home_gcjz_list .home_gcjz_item .fl {
		height: 180px;
	}
	.home_gcjz_list .home_gcjz_item .fr {
		height: 180px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt {
		margin-bottom: 10px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt h2 {
		font-size: 14px;
		line-height: 20px;
		margin-top: 0px;
		margin-bottom: 4px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt .txt_p {
		font-size: 12px;
		-webkit-line-clamp: 5;
		height: 100px;
	}
	.home_gcjz_list .home_gcjz_item .fr .more {
		padding: 3px 7px;
		font-size: 12px;
	}
}

@media screen and (min-width: 430px) and (max-width:630px) {
	.home_project_box img {
		height: 160px;
	}
}

@media screen and (min-width: 768px) {
	/*.container {
		width: 1200px;
	}*/
	.title {
		width: 54%;
		margin: 0 auto;
	}
	/*关于我们*/
	.about-wrapper {
		margin-top: 40px;
		padding: 0;
		overflow: hidden;
	}
	.aboutImg {
		/*height: 250px;*/
	}
	.about-r {
		height: 250px;
	}
	.about-r h2 {
		margin-top: 0;
		font-size: 25px;
		margin-bottom: 0;
	}
	.about-r .txt {
		padding: 7px 0;
		overflow: hidden;
	}
	.about-r .txt p {
		line-height: 24px;
		height: 144px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.about-r .more {
		width: 120px;
		height: 35px;
	}
	/*.home_project_box img {
		height: 230px;
	}*/
	/*新闻中心*/
	.news-list dt img {
		height: 100px;
	}
	.news-list dd {
		height: 100px;
	}
	.news-list dd h2 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.news-list dd p {
		font-size: 14px;
	}
	/*专家团队*/
	.home_gcjz_list .home_gcjz_item .fl {
		height: 180px;
	}
	.home_gcjz_list .home_gcjz_item .fr {
		height: 180px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt {
		margin-bottom: 10px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt h2 {
		font-size: 16px;
		line-height: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt .txt_p {
		font-size: 12px;
		-webkit-line-clamp: 4;
		height: 80px;
		line-height: 20px;
	}
	.home_gcjz_list .home_gcjz_item .fr .more {
		padding: 3px 7px;
		font-size: 14px;
	}
	/*底部footer*/
	.footerbox {
		background: #014195;
	}
	.footer1 {
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
	}
	.ft-0 {}
	.ft-0 ul li {
		margin-bottom: 10px;
	}
	.ft-3-div {
		display: table;
		margin: 0 auto;
	}
	.ft-3 ul {
		margin-top: 10px;
	}
	.ft-3 ul li {
		margin-bottom: 20px;
	}
	.ft-3-1 {
		width: 185px;
		height: 32px;
		line-height: 32px;
		padding: 0px 0px 0px 15px;
		margin: 0px;
		vertical-align: middle;
		border: 1px solid #999999;
		color: #333;
	}
	.ft-3-1 option {
		color: #333;
	}
	.ft-1 ul li {
		line-height: 25px;
	}
	.ft-2 {
		text-align: center;
	}
	.ft-2 img {
		width: 80%;
		margin: 10px auto;
		display: block;
		max-width: 150px;
	}
	.ft-2 p {
		line-height: 30px;
		text-align: center;
	}
	.ft-2-dh {
		font-size: 18px;
	}
	.ft-2-dh i.iconfont {
		margin-right: 8px;
	}
	.footer2 {
		text-align: center;
		padding: 10px 0;
		background: #043473;
		color: #f7f7f7;
	}
	.sub_news_list dl dd h2 {
		margin-bottom: 5px;
		line-height: 25px;
		font-size: 16px;
	}
	.sub_news_t1 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		line-height: 20px;
		height: 80px;
		font-size: 13px;
	}
	.sub_news_t2 span,
	.sub_news_t2 a {
		line-height: 22px;
		font-size: 13px;
	}
	.sub_news_list dl dt img {
		min-height: 140px;
		max-height: 180px;
	}
	/*资质展示*/
	.zzry_item1 img {
		height: 253px;
	}
	.sub_cont_title h1 {
		font-size: 20px;
		text-align: center;
		margin-top: 25px;
	}
	/*联系我们*/
	.sub_contact_form li{
		width: 40%;
   		 margin: 15px 3%;
	}
	.sub_contact_form li input[type=text]{
		width:200px;
	}
	.sub_contact_form .sub_contact_textarea textarea{
		width:200px;
	}
	/*footer*/
	.banner_m {
		display: none;
	}
	.banner_t {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	.title {
		/*width: 435px;*/
	}
	.title h2 {
		display: table;
		margin: 25px auto 20px;
	}
	.title_chinease {
		font-size: 40px;
		color: #014195;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.title_english {
		font-size: 14px;
		color: #666;
	}
	.title1 {
		line-height: 26px;
		padding-bottom: 8px;
	}
	.about-wrapper {
		margin-top: 50px;
		padding: 0;
		overflow: hidden;
		margin-bottom: 50px;
	}
	.aboutImg {
		/*width: 500px;*/
		/*height: 350px;*/
		float: left;
	}
	.about-r {
		/*width: 640px;*/
		/*height: 350px;*/
		float: right;
	}
	.about-r h2 {
		width: 220px;
		margin-top: 0;
		font-size: 40px;
	}
	.about-r .txt {
		padding: 10px 0;
		overflow: hidden;
	}
	.about-r .txt p {
		line-height: 25px;
		height: 150px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.about-r .more {
		width: 120px;
		height: 35px;
	}
	/*新闻中心*/
	.home_new {
		margin-bottom: 20px;
	}
	.news-list dt {
		width: 160px;
	}
	.news-list dt img {
		height: 110px;
	}
	.news-list dd {
		width: 60%;
		height: 110px;
	}
	.news-list dd h2 a {
		color: #666666;
	}
	.news-list dd h2 a:hover {
		color: #014195;
	}
	.news-list dd p {
		line-height: 25px;
	}
	.page-news-list {
		margin-top: 30px;
	}
	.page-news-list dd {
		width: 80%;
	}
	/*.home_project_box img {
		height: 182px;
	}*/
	/*资质荣誉*/
	.picScroll-left .tempWrap {
		margin: 0 auto;
		width: 1080px !important;
	}
	.case-list dl {
		width: 320px;
		margin: 0 20px;
	}
	.home_project_box .txt {
		padding: 10px;
	}
	.home_project_box .txt p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	/*专家团队*/
	.home_gcjz_list .home_gcjz_item .fl {
		height: 280px;
	}
	.home_gcjz_list .home_gcjz_item .fr {
		height: 280px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt {
		margin-bottom: 35px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt h2 {
		font-size: 18px;
		line-height: 25px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt .txt_p {
		font-size: 12px;
		-webkit-line-clamp: 8;
		height: 160px;
		line-height: 20px;
	}
	.home_gcjz_list .home_gcjz_item .fr .more {
		padding: 5px 7px;
		font-size: 14px;
	}
	/*专家团队子页*/
	.home_gcjz_list .sub_gcjz_item .fl,
	.home_gcjz_list .sub_gcjz_item .fr {
		height: 180px;
	}
	.home_gcjz_list .sub_gcjz_item .fr .txt {
		margin-bottom: 10px;
	}
	.home_gcjz_list .home_gcjz_item .fr .txt h2 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.home_gcjz_list .sub_gcjz_item .fr .txt .txt_p {
		font-size: 12px;
		-webkit-line-clamp: 4;
		height: 72px;
		line-height: 18px;
	}
	.home_gcjz_list .home_gcjz_item .fr .more {
		padding: 3px 4px;
		font-size: 12px;
	}
	
	/*内页*/
	.sub_nav {
		display: none;
	}
	.matter .slide_left {
		display: block;
	}
	.matter .slide_right {
		padding-left: 230px;
	}
	.matter:after {
		left: 205px;
	}
	.sub_news_list dl dd h2 {
		margin-bottom: 5px;
		line-height: 25px;
	}
	.sub_news_list dl dd h2 a {
		font-size: 18px;
	}
	.sub_news_t1 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		line-height: 22px;
		height: 88px;
		color: #666;
		text-indent: 2em;
		font-size: 14px;
	}
	.sub_news_t2 {
		margin-top: 10px;
	}
	.sub_news_t2 span,
	.sub_news_t2 a {
		font-size: 14px;
		line-height: 25px;
	}
	.sub_news_list dl dt img {
		min-height: 160px;
		max-height: 237px;
	}
	.zzry_item1 img {
		height: 160px;
	}
	.sub_cont_title h1 {
		font-size: 24px;
		text-align: center;
		margin-top: 25px;
	}
	/*联系我们*/
	.sub_contact_form li{
		width: 40%;
   		 margin: 15px 3%;
	}
	.sub_contact_form li input[type=text]{
		width:300px;
	}
	.sub_contact_form .sub_contact_textarea textarea{
		width:300px;
	}
}

@media screen and (min-width:1200px) {
	/*专家团队子页*/
	.home_gcjz_list .sub_gcjz_item .fl,
	.home_gcjz_list .sub_gcjz_item .fr {
		height: 230px;
	}
	.home_gcjz_list .sub_gcjz_item .fr .txt {
		margin-bottom: 20px;
	}
	.home_gcjz_list .sub_gcjz_item .fr .txt .txt_p {
		font-size: 14px;
		-webkit-line-clamp: 6;
		height: 120px;
		line-height: 20px;
	}
	/*资质展示*/
	.zzry_item1 img {
		height: 209px;
	}
}

@media screen and (max-width: 993px) and (min-width:1200px) {
	.aboutImg,
	.about-r {
		height: 275px;
		float: left;
	}
	.about-r .txt p {
		line-height: 25px;
		height: 150px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		overflow: hidden;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 992px) {
	.header {
		display: none;
	}
	.header_mini {
		display: block;
	}
}