主要样式文件 
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body {
	font-family: PingFang SC,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Source Han Sans,Noto Sans CJK Sc,Microsoft YaHei,Microsoft Jhenghei,sans-serif;
	font-size: 100%;
	background: #FFf;
	overflow-x: hidden;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.new_box img,.pro_img img {
	max-width: 100%;
	width: 100%;
}
.banner img,.bannerin img{
	width:100%;
}
/*-----start-header----*/
.header {
	position: fixed;
	z-index: 123456;
	width: 100%;
}
.logo {
	float: left;
}
.logo a {
	color: #303030;
	font-weight: 200;
	text-transform: uppercase;
	margin-top: 2.1em;
}
.logo a img{
	width: 30em;
}
.logo a:hover {
	text-decoration: none;
}
.logo320 {
	display: none;
}
@media (max-width: 480px){
	.logo a img{
		width: 18em;
	}
}
/*----navbar-nav----*/
.top-header {
	background-color: rgba(0,0,0,0.4);
	/*border-bottom: 1px solid rgba(137,150,240,0.5);*/
}
.top-nav ul li a {
	color: #FFFFFF;
	padding: 0.2em 1em;
	font-size: 1.8em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	/*font-weight: 900;*/
}
.top-nav ul li .sons {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	padding-bottom: 12px;
	background: #fff;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	overflow: hidden;
	padding-top: 6px;
	box-shadow: 0 0 2px #ccc inset;
}
.top-nav ul li .sons a {
	display: block;
	width: 100%;
	margin: 0 auto;
	line-height: 28px;
	border-bottom: 1px solid #f2f2f2;
	padding: 2px 0;
	font-size: 12px;
	font-weight: normal;
}
.top-nav ul li .sons a span {
	width: 96%;
	display: block;
	line-height: 28px;
	border-radius: 4px;
	line-height: 28px;
	color: #999;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}
.top-nav ul li .search_wrap {
	display: none;
}
.top-nav ul li .sons a:hover span {
	/*background: #202d76;*/
	background: #d23433;
	color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
.top-nav ul li a {
	padding: 0.2em 10px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.top-nav ul li a {
	padding: 0.2em 5px;
}
}
.top-nav ul li span {
	color: #fff;
}
.top-nav ul li a:hover {
	/*color: #8fc320;*/
	color:#d23433;
}
.logo a {
	display: block;
}
/* top-nav */
.top-nav:before, .top-nav:after {
	content: " ";
	display: table;
}
.top-nav:after {
	clear: both;
}
nav {
	position: relative;
	float: right;
}
nav ul {
	padding: 0;
	float: right;
	margin-top: 1em;
	margin-bottom: 1em;
}
nav li {
	display: inline;
	float: left;
	position: relative;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 57px;
}
nav a:hover {
	text-decoration: none;
	color: #00A2C1;
}
nav a#pull {
	display: none;
}
#homepage {
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
nav {
	height: auto;
	float: none;
}
nav ul {
	width: 100%;
	display: block;
	height: auto;
}
nav li {
	width: 100%;
	position: relative;
	float: none;
}
nav li a {
	border-bottom: 1px solid #eee;
}
nav a {
	text-align: left;
	width: 100%;
}
.top-nav ul li a {
}
.top-nav ul li span {
	display: none;
}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
nav {
	border-bottom: 0;
	float: none;
}
nav ul {
	display: none;
	height: auto;
	margin: 0;
	background: #fff;
}
nav a#pull {
	display: block;
	position: relative;
	color: #F26D7D;
	text-align: right;
	position: absolute;
}
nav a#pull img {
	margin-right: 2%;
	line-height: 2.5em;
	margin-top: 1em;
}
.top-nav ul li a {
	color: #2C3E50;
	line-height: 2.5em;
}
.top-nav ul li a:last-Child {
	/*display: none;*/
}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
nav {
	float: none;
}
nav li {
	display: block;
	float: none;
	width: 100%;
}
nav li a {
	border-bottom: 1px solid #EEE;
}
}
/*---- banner ----*/
/*.banner {
	position: relative;
	background: url(../images/bg01.jpg) center bottom no-repeat;
	background-size: cover;
	overflow: hidden;
	background-size: cover;
}*/
.bannerin {
	position: relative;
	 background: url(../images/banner-about.jpg) center bottom no-repeat; 
	background-size: cover;
	overflow: hidden;
	background-size: cover;
}
.banner-info {
	position: absolute;
	/*left: 50%;*/
	left:50%;
	top: 45%;
	margin-left: -300px;
	width: 600px;
}
.banner-info h1, .banner-info p {
	color:#ffffff;
    font-size: 36Px;
    font-weight: 900;
    position: relative;
    z-index: 2;
    text-shadow: 0 0 0.13333rem rgba(0,0,0,.9);
}
.f-banner-info{
		position: absolute;
	left: 50%;
	top: 25%;
	margin-left: -255px;
}
/*-- //banner ----*/
/*业务支持*/
.service.container {
	padding: 0!important;
	width: auto!important;
}
.service .myTab_menu {
	background: #f5f5f5;
}
.service .nav-tabs {
	width: auto;
	margin: 0 auto;
	border: none;
}
.service .tab-content > .tab-pane {
    width: 1500px;
    margin: 0 auto;
}
.service .nav-tabs > li {
	width: 16.66%;
	/*width: 14.28%;*/
	text-align: center;
}
.service .nav-tabs > li.myTab_menu1 {
	/*background: url(../images/spec_icon1.png) center 48px no-repeat;*/
	border-right: 1px solid #e5e5e5;
}
.service .nav-tabs > li.myTab_menu2 {
	/*background: url(../images/spec_icon2.png) center 48px no-repeat;*/
	border-right: 1px solid #e5e5e5;
}
.service .nav-tabs > li.myTab_menu3 {
	/*background: url(../images/spec_icon3.png) center 48px no-repeat;*/
	/*border-left: 1px solid #e5e5e5;*/
	border-right: 1px solid #e5e5e5;
}
.service .nav-tabs > li.myTab_menu4 {
	/*background: url(../images/spec_icon4.png) center 48px no-repeat;
	border-left: 1px solid #e5e5e5;*/
	border-right: 1px solid #e5e5e5;
}
.service .nav-tabs > li.myTab_menu5 {
	/*background: url(../images/spec_icon4.png) center 48px no-repeat;
	border-left: 1px solid #e5e5e5;*/
	border-right: 1px solid #e5e5e5;
}
.service .nav-tabs > li.myTab_menu6 {
	/*background: url(../images/spec_icon4.png) center 48px no-repeat;
	border-left: 1px solid #e5e5e5;*/
	/*border-left: 1px solid #e5e5e5;*/
}
.service .nav-tabs > li a {
	display: block;
	height: 80px;
	width: 100%;
}
.service .nav-tabs > li a p {
	margin-top: 15px;
	font-size:22px;
}
.service .nav-tabs > li a:hover {
	color: #888;
}
.service .nav-tabs > li.myTab_menu1 { background:#1a3d81 }
.service .nav-tabs > li.active.myTab_menu1 { background: #1a3d81  }

.service .nav-tabs > li.myTab_menu2 { background:#1a3d81  }
.service .nav-tabs > li.active.myTab_menu2 { background: #1a3d81  }

.service .nav-tabs > li.myTab_menu3 { background:#1a3d81  }
.service .nav-tabs > li.active.myTab_menu3 { background: #1a3d81 }

.service .nav-tabs > li.myTab_menu4 { background:#1a3d81 }
.service .nav-tabs > li.active.myTab_menu4 { background: #1a3d81  }

.service .nav-tabs > li.myTab_menu5 { background:#1a3d81}
.service .nav-tabs > li.active.myTab_menu5 { background: #1a3d81 }

.service .nav-tabs > li.myTab_menu6 { background:#1a3d81 }
.service .nav-tabs > li.active.myTab_menu6 { background: #1a3d81 }

.service .nav-tabs > li.myTab_menu7 { background:#1a3d81  }
.service .nav-tabs > li.active.myTab_menu7 { background: #7fc4e5 }
.service .nav-tabs > li a{
  color: #fff;
  border:none;
}
.service .nav-tabs > li.active a {
	background: none;
	color: #fff;
	border: none;
}
.service .tab-content {
	padding: 110px 0 130px;
}
.service .tab-content .col-md-6 {
	padding: 0;
}
.service .tab-content .col-md-6 .tab_con_tit {
	display: inline-block;
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	border-top: 3px solid #d23433;
	border-bottom: 3px solid #d23433;
	padding: 10px 0;
}
@media (max-width: 480px){
	.service .tab-content .col-md-6 .tab_con_tex {
	font-size: 14px!important;
	width: 27%;
 }
}
.service .tab-content .col-md-6 .tab_con_tex {
	margin-top: 30px;
	color: #666666;
	line-height: 38px;
	font-size: 20px;
	margin-bottom: 20px;
	text-indent: 2em;
}
.service .tab-content .col-md-6 a.tab_con_btnm,.apply-btn{
	width: 155px;
	height: 47px;
	/*background: #8fc320;*/
	background: #d23433;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	font-size:14px;
	line-height: 47px;
	color: #fff;
}
.apply-btn{
	float:right;
}
.apply-btn:hover{
   color:#fff;
}
.service .tab-content .col-md-6 a.tab_con_btnc {
	width: 155px;
	height: 47px;
	background: #fff;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	line-height: 47px;
	color: #1295f2;
	border: 1px solid #1295f2;
	margin-left: 15px;
}
.service .tabimg img{
	width: 95%;
}
/*---应用领域---*/
.work .myTab_menu2 {
	background: url(../images/sildmenu_bg.jpg) center top no-repeat;
}
.work .myTab_menu2 p{
	font-size: 28px;
	line-height: 68px;
	color: #fff;
	text-align: center;
}
.work .myTab_menu2 .nav-tabs {
	width: 1200px;
	margin: 0 auto;
	border: none;
}
.work .myTab_menu2 .nav-tabs > li {
	width:25%;
	height: 100px;
}
.work .myTab_menu2 .nav-tabs > li a {
	display: block;
	border: none;
	line-height: 100px;
	font-size: 18px;
	color: #fff;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-indent: 86px;
}
.work .myTab_menu2 .nav-tabs > li a:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 7px;
	background: url(../images/icon_down.png) center no-repeat;
	margin-left: 6px;
}
.work .myTab_menu2 .nav-tabs > li.myTab_menu11 a {
	background: url(../images/sildmenu_icon1.png) 55px center no-repeat;
}
.work .myTab_menu2 .nav-tabs > li.myTab_menu12 a {
	background: url(../images/sildmenu_icon2.png) 55px center no-repeat;
}
.work .myTab_menu2 .nav-tabs > li.myTab_menu13 a {
	background: url(../images/sildmenu_icon3.png) 55px center no-repeat;
}
.work .myTab_menu2 .nav-tabs > li.myTab_menu14 a {
	background: url(../images/sildmenu_icon4.png) 55px center no-repeat;
}
.work .myTab_menu2 .nav-tabs > li.active a {
	color: #90c221;
}
.work .myTab_menu2 .nav-tabs > li.active a:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 7px;
	background: url(../images/icon_down_hover.png) center no-repeat;
	margin-left: 6px;
}
.work .myTab_menu2 .nav-tabs > li.active.myTab_menu11 a {
	background: #fff url(../images/sildmenu_icon1_hover.png) 55px center no-repeat;
}
.work .myTab_menu2 .nav-tabs > li.active.myTab_menu12 a {
	background: #fff url(../images/sildmenu_icon2_hover.png) 55px center no-repeat;
}
.work .myTab_menu2 .nav-tabs > li.active.myTab_menu13 a {
	background: #fff url(../images/sildmenu_icon3_hover.png) 55px center no-repeat;
}
.work .myTab_menu2 .nav-tabs > li.active.myTab_menu14 a {
	background: #fff url(../images/sildmenu_icon4_hover.png) 55px center no-repeat;
}
.work .tab-content .tab_con_tex .tab_con_tex1 {
	color: #333;
	font-size: 28px;
	padding: 1rem 0;
	text-align: center;
	margin: 0;
}
.work .tab-content .tab_con_tex .tab_con_tex2 {
	color: #888;
	font-size: 14px;
	margin: 0 auto 10px;
	line-height: 34px;
	text-align: center;
	width: 60%;
}
.work .tab-content .works-grid {
	overflow: hidden;
}
.works-head h2 {
	color: #02918C;
	font-weight: 900;
	font-size: 3em;
	margin: 0;
	padding: 0;
}
.works-head span {
	width: 162px;
	height: 9px;
	display: inline-block;
	background: url(../images/border-bg.png) no-repeat 0px 0px;
}
.works-head p {
	color: #7E8287;
	font-size: 1.2em;
	font-weight: 300;
	width: 40%;
	line-height: 1.8em;
	margin: 1em auto;
}
/*---- works-grids ----*/
.works-grid {
	padding: 0;
	position: relative;
}
.works-grid img {
	width: 100%;
}
.works-grid div.captions {
	/*display: none;*/
}
.works-grid:hover div.captions {
	display: block;
}
.works-grid:hover img {
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	-ms-transition: 1s all;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
div.captions {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 4rem;
	background: rgba(0,0,0,0.4);
}
div.captions h4 {
	font-size: 20px;
	color: #FFF;
	text-indent: 12px;
	font-weight: bold;
}
div.captions p {
	color: #FFF;
	line-height: 1.4em;
}
/*---- about ----*/
.about {
	/*width: 100%;*/
	height: 680px;
	background: url(../images/home_bg2.jpg) center top no-repeat;
}
.about .about_con {
	
	
}
.about .about_con .font-01 img{
	width: 50%;
}
.about .about_con .font-02 img{
	width: 73%;
}
.about .about_con .font-03 img{
	width: 76%;
}
.about .about_con .font-01 {
	text-align: left;
	padding: 260px 0px 0px 250px;
}
.about .about_con .font-02 {
	text-align: left;
	margin:65px 0px 0px 350px;
}
.about .about_con .font-03 {
	text-align: left;
	margin: 65px 0px 0px 450px;
}
.about .about_con a {
	width: 122px;
	height: 30px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	display: block;
	margin: 0 auto;
	margin-top: 25px;
}
/*----//about ----*/
/*Responsibility*/
.socity {
	width: 100%;
	overflow: hidden;
}
.socity .soc-grid {
	position: relative;
}
.socity .column {
	padding: 0;
}
.socity .soc-grid img {
	width: 100%;
}
.socity .soc_texcon .t1 {
	font-size: 36px;
	padding-top: 18%;
	padding-bottom: 11%;
	color: #90c221;
	text-align: center;
}
.socity .soc_texcon .t1 {
	font-size: 36px;
	padding-top: 50px;
	padding-bottom: 20px;
	color: #90c221;
	text-align: center;
}
.socity .soc_texcon .t2 {
	text-align: center;
	color: #666;
	font-size: 16px;
}
.socity .soc_texcon a {
	color: #90c221;
	width: 154px;
	height: 44px;
	display: block;
	text-align: center;
	line-height: 44px;
	border: 1px solid #90c221;
	margin: 50px auto 0;
}
.socity div.captions {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 5rem;
	background: rgba(144,194,33,0.9);
}
.socity div.captions h4 {
	font-size: 1em;
	color: #FFF;
	text-indent: 10px;
	font-weight: bold;
}
.socity div.captions p {
	color: #FFF;
	text-indent: 10px;
	font-size: 0.75px;
}
/*---servies---*/
.socity div.captions2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.socity div.captions2 .t5 {
	position: absolute;
	right: 0;
	height: 2.5em;
	color: #fff;
	background: #1295f2;
	font-size: 1.5em;
	line-height: 2.5em;
	padding: 0 2em;
	top: 30%;
	z-index: 123;
}
.socity div.captions2 .t6 {
	position: absolute;
	right: 0;
	height: 2.5em;
	color: #fff;
	background: #90c221;
	font-size: 1.5em;
	line-height: 2.5em;
	padding: 0 2em;
	bottom: 30%;
	z-index: 123;
}
.service-head {
}
.service-head h2 {
	color: #02918C;
	font-weight: 900;
	font-size: 3em;
	margin: 0;
	padding: 0;
}
.service-head span {
	width: 162px;
	height: 9px;
	display: inline-block;
	background: url(../images/border-bg.png) no-repeat 0px 0px;
}
.service-head p {
	color: #7E8287;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.8em;
	margin: 1em 0;
}
/*--services-grid-left-grid--*/
.services-grid-left-grid {
	position: relative;
	padding: 1em 0;
}
.services-grid-left-grid span {
	width: 33px;
	height: 34px;
	display: inline-block;
	background: url(../images/service-icon.png) no-repeat 0px 0px;
}
.services-grid-left-grid h3 {
	margin: 0;
	padding: 0;
}
.services-grid-left-grid h3 a {
	color: #7E8287;
	font-weight: 400;
	font-size: 1em;
	margin: 0.5em 0 0;
	display: inline-block;
}
.services-grid-left-grid h3 a:hover {
	text-decoration: none;
	color: #02918C;
}
.services-grid-left-grid p {
	color: #7E8287;
	font-size: 0.875em;
	line-height: 1.8em;
	width: 60%;
	margin: 0.6em 0;
}
.services-grid-left-grid span.search {
	background-position: -38px 0px;
}
.services-grid-left-grid span.clock {
	background-position: -83px 0px;
}
.services-grid-left-grid span.chart {
	background-position: -124px 0px;
}
.services-grid-right {
}
/*----news---*/
.news {
	background: url(../images/home_bg3.jpg) center top repeat-y;
	padding-bottom: 5em;
}
.news .conatiner,.socity .conatiner {
	/*width: 1200px;*/
	margin: 0 auto;
}
.news .conatiner .new_tit,.socity .new_tit {
	text-align: center;
	font-size: 32px;
	color: #333;
	font-weight: bold;
	padding-top: 110px;
}
@media (max-width: 480px){
.news .conatiner .new_tit,.socity .new_tit {
	padding-top: 30px;
}
}
.news .conatiner .news_des, .socity .news_des {
	text-align: center;
	font-size: 14px;
	color: #666;
	padding-top: 20px;
}
.news .conatiner .new_wrap {
	padding: 1.5em 0.8em;
	background: #fff;
	margin-top: 3em;
	height: 600px;
}
.news .conatiner .new_box .fl {
	float: left;
}
.news .conatiner .new_box .fr {
	float: right;
}
.news .conatiner .new_box .new_top .fl {
	font-size: 20px;
	color: #333;
	/*border-left: 3px solid #90c221;*/
	border-left: 3px solid #d23433;
	padding-left: 10px;
}
.news_box .col-md-4{
	height: 642px!important;;
}
.news .conatiner .new_box .hotnews {
	position: relative;
	height: 520px;
}
.news .conatiner .new_box .hotnews img{
	height: 500px;
}
.news .conatiner .new_box .hotnews a {
	position: absolute;
	height: 2em;
	background: rgba(0,0,0,0.7);
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 2em;
	text-indent: 0.2em;
	display: block;
}
.news .conatiner .new_box .center .hotnews a span {
	position: absolute;
	right: 0.2em;
}
.news .conatiner .new_box ul {
	padding: 0;
	margin: 0;
}
.news .conatiner .new_box li {
	list-style: none;
}
.news .conatiner .new_box li.new_sbox {
	margin: 5px;
	padding:10px;
	border-top: 1px solid #ebebeb;
}
.news .conatiner .new_box li.new_sbox .fl {
	width: 30%;
}
.news .conatiner .new_box li.new_sbox .fl img {
	height: 110px;
}
.news .conatiner .new_box li.new_sbox .fr {
	width: 68%;
}
.news .conatiner .new_box li.new_sbox .fr p {
	font-size: 1.2em;
	color: #333;
	margin-bottom: 3px;
}
.news .conatiner .new_box li.new_sbox .fr a {
	color: #888;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .conatiner .new_box li.new_sbox .fr .news_title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news .conatiner .new_box li.new_sbox .fr .date {
	font-size: 14px;
	font-weight: 400;
	margin-top: 15px;
	color: #003686;
    display: block;
    text-align: right;
}
.news .conatiner .new_box .center .new_con li {
	margin-top: 18px;
	/*background: url(../images/list_s.png) center left no-repeat;*/
	padding-left: 10px;
}
.news .conatiner .new_box .center .new_con li a {
	color: #666;
	font-size: 14px;
	position: relative;
	display: block;
	width: 100%;
}
.news .conatiner .new_box .center .new_con li span {
	position: absolute;
	right: 0;
	color: #999;
}
/*---- copy-right ----*/

.copy-right {
	background: #242426 url(../images/foot_bg.jpg) center top no-repeat;
	padding: 1.8em 0 1em;
}
.copy-right p {
	text-transform: uppercase;
	color: #919090;
	font-size: 16px;
}
.copy-right .guanzhu p {
	text-transform: uppercase;
	color: #919090;
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin: 5px auto;
}
.copy-right p.white,.copy-right p.white a {
	color: #fff;
	text-align: left;
	line-height: 32px;
}
.copy-right .hengx {
	height: 0;
	border-bottom: 1px solid #585858;
	width: 90%;
}
.copy-right .join .hengx {
	width: 40%;
}
.copy-right .guanzhu .hengx {
	width: 100%;
}
.copy-right .guanzhu .erweim {
	text-align: right;
	margin-top: 1em;
}
.copy-right .guanzhu img {
	width: 90%;
	display: inline-block;
}
.copy-right a, .copy-right span {
	color: #919090;
	line-height: 2.5em;
	font-size: 16px;
	display: block;
	text-align: left;
}
@media (max-width: 480px){
.copy-right p {
    font-size: 12px;
}
.copy-right .record a .logo {
    width: 35px!important;
    margin-right: 10px;
}
.copy-right a, .copy-right span,.copy-right .guanzhu .erweim p {
	font-size: 12px;
}
}
.copy-right a img{
	width: auto;
}
.copy-right p a:hover {
	text-decoration: none;
	color: #7E8287;
}
.copy-right .copy_con {
	border-top: 1px solid #444343;
}
.copy-right .copy_con p {
	padding-top: 20px;
}
.copy-right .copy_con p.text_r {
	text-align: right;
}
.copy-right .copy_con p.text_r a {
	float: right;
	line-height: normal;
}
.copy-right .copy_con p.text_r a:hover {
	color: #fff;
}
.copy-right .record{
	text-align: center;
}
.copy-right .record a{
	/*float:left;*/
	display:inline-block;
}
.copy-right .record a .logo{
	width:45px;
	margin-right: 10px;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.floor_tip {
	position: fixed;
	left: 50%;
	margin-left: 670px;
	bottom: 200px;
	z-index: 212;
}
.floor_tip li {
	width: 91px;
	height: 23px;
	background: url(../images/floor.png) right center no-repeat;
}
.floor_tip li a {
	padding: 0;
	display: block;
	height: 23px;
	line-height: 23px;
	width: 90px;
	border-radius: 0;
	text-indent: -9999px;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	-ms-transition: 0.1s all;
}
.floor_tip li.active {
	background: url(../images/floor_active.png) right center no-repeat;
}
.floor_tip li.active a {
	text-indent: 10px;
	color: #fff;
	font-size: 12px;
	display: block;
	background: url(../images/floor_tips.png) left top no-repeat;
}
.floor_tip li.active a:hover {
	background: url(../images/floor_tips.png) left top no-repeat;
}
/*---- responsive-design ----*/
@media (max-width:1680px) {
.floor_tip {
	margin-left: 630px;
}
.socity .soc_texcon .t1 {
	font-size: 32px;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #90c221;
	text-align: center;
}
.socity .soc_texcon .t2 {
	text-align: center;
	color: #666;
	font-size: 14px;
}
.socity div.captions2 .t5 {
	height: 2em;
	font-size: 1.5em;
	line-height: 2em;
	padding: 0 2em;
	top: 30%;
}
.socity div.captions2 .t6 {
	height: 2em;
	font-size: 1.5em;
	line-height: 2em;
	padding: 0 2em;
	bottom: 30%;
}
}
@media (max-width:1440px) {
.floor_tip {
	margin-left: 0;
	left: 90%;
}
.socity .soc_texcon .t1 {
	font-size: 32px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #90c221;
	text-align: center;
}
.socity .soc_texcon .t2 {
	text-align: center;
	color: #666;
	font-size: 12px;
}
}
@media (max-width:1366px) {
.socity .soc_texcon .t2 {
	text-align: center;
	color: #666;
	font-size: 12px;
}
.socity .soc_texcon .t1 {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #90c221;
	text-align: center;
}
.socity .soc_texcon a {
	margin: 20px auto 0;
}
.socity div.captions2 .t5 {
	height: 1.5em;
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 0 2em;
	top: 25%;
}
.socity div.captions2 .t6 {
	height: 1.5em;
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 0 2em;
	bottom: 25%;
}
}
@media (max-width:1280px) {
.socity .soc_texcon .t1 {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #90c221;
	text-align: center;
}
.socity .soc_texcon .t2 {
	text-align: center;
	color: #666;
	font-size: 12px;
}
.socity .soc_texcon a {
	margin: 10px auto 0;
}
/*.copy-right .copy_con {
	display: none;
}*/
}
@media (max-width:1024px) {
.work .col-md-4 {
	width: 50%;
	float: left;
}
.top-nav ul li a {
	padding: 0.2em 4px;
}
.header .container {
	padding: 0;
}
}
@media (max-width:993px) {
.floor_tip {
	display: none;
}
.top-nav ul li span {
	display: none;
}
}
@media (max-width:768px) {
.banner-info {
	left: 8%;
	width: 84%;
	margin-left: 0;
}
.services-grid-left {
	padding: 1em 2em;
}
.works-grid:hover div.caption {
	margin: 1em;
	padding: 0.5em;
	min-height: 150px;
}
.banner {
	min-height: 526px;
}
.bannerin {
	min-height: 450px;
}
.works-head p {
	width: 80%;
	margin: 0em auto;
	font-size: 1em;
}
.banner-info h1 {
	font-size: 3.2em;
}
.about-head h2, .service-head h2, .works-head h2 {
	font-size: 1.8em;
}
.about-head p {
	font-size: 1em;
	width: 90%;
}
.about {
	padding: 1em 0;
}
.works {
	padding: 1em 0;
}
.top-header {
	background-color: rgba(0,0,0,0.7);
	border-bottom: 1px solid rgba(137,150,240,0.8);
}
.top-header {
	padding: 0em 0 1em;
}
.top-header .container {
	padding: 0;
	width: 100%;
}
.logo {
	margin-top: 0.5em;
}
.logo a {
	margin-top: 0em;
	margin-left: 0.5em;
}
.banner-info p {
	font-size: 1.8em;
}
.services-grid-left-grid p {
	width: 100%;
}
.services-grid-left-grid {
	padding: 0.5em 0;
}
.services-grid-right {
	display: none;
}
.about-grids {
	padding: 0em 0 0em;
}
.service-head p {
	font-size: 1em;
	margin: 0.4em 0;
}
.service .tab-content {
	padding: 2em 0.5em;
}
.service .nav-tabs > li a {
	display: block;
	height: 120px;
	width: 100%;
}
/*.service .nav-tabs > li.myTab_menu1 {
	background-position: center 5px;
	background-size: auto 65%;
}
.service .nav-tabs > li.myTab_menu2 {
	background-position: center 5px;
	background-size: auto 65%;
}
.service .nav-tabs > li.myTab_menu3 {
	background-position: center 5px;
	background-size: auto 65%;
}
.service .nav-tabs > li.myTab_menu4 {
	background-position: center 5px;
	background-size: auto 65%;
}
.service .nav-tabs > li.active.myTab_menu1 {
	background-position: center 5px;
	background-size: auto 65%;
}
.service .nav-tabs > li.active.myTab_menu2 {
	background-position: center 5px;
	background-size: auto 65%;
}
.service .nav-tabs > li.active.myTab_menu3 {
	background-position: center 5px;
	background-size: auto 65%;
}
.service .nav-tabs > li.active.myTab_menu4 {
	background-position: center 5px;
	background-size: auto 65%;
}*/
.service .nav-tabs > li a p {
	margin-top: 80px;
}
/*.works-grid:nth-child(2), .works-grid:nth-child(3), .works-grid:nth-child(4), .works-grid:nth-child(5), .works-grid:nth-child(6) {
	display: none;
}*/
.contact-head h2 {
	font-size: 1.8em;
}
.contact-head p {
	font-size: 1em;
	width: 80%;
	line-height: 1.5em;
}
.Contact-form {
	padding: 1em 0 1em;
	margin-top: 1.5em;
}
.send-form {
	width: 90%;
}
.copy-right {
	padding: 1em 0;
}
.send-form input[type="submit"] {
	margin: 1.5em 0;
}
.work .col-md-4 {
	width: 100%;
}
.service.container {
	padding: 0;
	width: 100%;
}
.service .nav-tabs {
	width: 100%;
	margin: 0 auto;
	border: none;
}
.news .conatiner {
	width: 100%;
	margin: 0 auto;
}
.work .myTab_menu2 .nav-tabs {
	width: 100%;
	margin: 0 auto;
	border: none;
}
.work .myTab_menu2 .nav-tabs > li a {
	text-indent: 0px;
	text-align: center;
}
.work .myTab_menu2 .nav-tabs > li.active.myTab_menu11 a, .work .myTab_menu2 .nav-tabs > li.active.myTab_menu12 a, .work .myTab_menu2 .nav-tabs > li.active.myTab_menu13 a, .work .myTab_menu2 .nav-tabs > li.active.myTab_menu14 a {
	background: #fff;
}
.work .myTab_menu2 .nav-tabs > li.myTab_menu11 a, .work .myTab_menu2 .nav-tabs > li.myTab_menu12 a, .work .myTab_menu2 .nav-tabs > li.myTab_menu13 a, .work .myTab_menu2 .nav-tabs > li.myTab_menu14 a {
	background: none;
}
.about .about_con {
	background-size: 80% auto;
}
.socity .column.col-md-4 img {
	width: 100%;
}
.news .conatiner .new_tit {
	padding-top: 2em;
	font-size: 2em;
}
.news .conatiner .news_des {
	font-size: 0.9em;
	width: 90%;
	line-height: 2em;
	text-align: center;
	margin: 0 auto;
}
.news .conatiner .new_box .new_top .fl {
	font-size: 1.8em;
}
.news .conatiner .new_box .col-md-4 {
	width: 100%;
}
.news .conatiner .new_box img {
	width: 100%;
}
.news .conatiner .new_box li.new_sbox .fr p {
	font-size: 1.5em;
}
.news .conatiner .new_box li.new_sbox .fr a {
	font-size: 1em;
	line-height: 2em;
}
.news .conatiner .new_box li.new_sbox .fr .news_description {
	-webkit-line-clamp: 3;
}
.copy-right .col-md-3 {
	width: 25%;
	float: left;
}
.copy-right .join .col-md-6 {
	width: 50%;
	float: left;
}
.works-grid div.captions {
	display: block;
	background: rgba(0,0,0,0.6);
}
.socity .soc_texcon a {
	height: auto;
	padding: 0.2em 0;
	line-height: 1.5em;
}
.top-nav ul li .sons {
	display: none;
	width: 100%;
	position: relative;
	left: 0;
	background: #fff;
	overflow: hidden;
	padding-top: 6px;
	background: #fafafa;
}
.top-nav ul li .sons a {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #f2f2f2;
	font-size: 0.7em;
	font-weight: normal;
}
.top-nav ul li .sons a span {
	color: #999;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}
.bannerimg {
	display: none;
}
}
@media (max-width:640px) {
.socity div.captions2 .t5 {
	height: 1.5em;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0 2em;
	top: 15%;
}
.socity div.captions2 .t6 {
	height: 1.5em;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0 2em;
	bottom: 15%;
}
.socity .soc_texcon .t2 {
	text-align: center;
	color: #666;
	line-height: 1.5em;
	font-size: 0.8em;
	margin-bottom: .2em;
}
.socity .soc_texcon .t1 {
	font-size: 0.9empx;
	padding-top: 0.5em;
	padding-bottom: 0.1em;
	color: #90c221;
	text-align: center;
}
.socity .soc_texcon a {
	height: auto;
	padding: 0.2em 0;
	line-height: 1.5em;
	margin-bottom: .5em;
}
.banner-info {
	left: 5%;
	width: 90%;
	margin-left: 0;
}
.services-grid-left {
	padding: 1em 2em;
}
.works-grid:hover div.caption {
	margin: 2em 0 0 2em;
	padding: 0.5em;
	min-height: 150px;
}
.banner {
	min-height: 450px;
}
.bannerin {
	min-height: 220px;
}
.works-head p {
	width: 80%;
	margin: 0em auto;
	font-size: 1em;
}
.banner-info h1 {
	font-size: 2.8em;
}
.about-head h2, .service-head h2, .works-head h2 {
	font-size: 1.8em;
}
.about-head p {
	font-size: 1em;
	width: 90%;
	margin: 0.5em auto;
	line-height: 1.5em;
}
.about {
	padding: 1em 0;
}
.about .about_con {
	width: 90%;
	margin: 0 auto;
	background-size: 100% auto;
}
.about .about_con h2 {
	padding-top: 2em;
	font-size: 1.5em;
}
.about .about_con p {
	font-size: 0.875em;
	width: 90%;
	margin: 0 auto;
}
.about .about_con a {
	font-size: 0.875em;
}
.works {
	padding: 1em 0;
}
.top-header {
	padding: 0em 0 1.7em;
}
.logo {
	margin-top: 0.5em;
}
.banner-info p {
	font-size: 1.8em;
}
.services-grid-left-grid p {
	width: 100%;
}
.services-grid-left-grid {
	padding: 0.5em 0;
}
.services-grid-right {
	display: none;
}
.about-grids {
	padding: 0em 0 0em;
}
.service-head p {
	font-size: 1em;
	margin: 0.4em 0;
}
/*.works-grid:nth-child(2), .works-grid:nth-child(3), .works-grid:nth-child(4), .works-grid:nth-child(5), .works-grid:nth-child(6) {
	display: none;
}*/
.contact-head h2 {
	font-size: 1.8em;
}
.contact-head p {
	font-size: 1em;
	width: 80%;
	line-height: 1.5em;
}
.Contact-form {
	padding: 1em 0 1em;
	margin-top: 1.5em;
}
.send-form {
	width: 90%;
}
.copy-right {
	padding: 1em 0;
}
.send-form input[type="submit"] {
	margin: 1.5em 0;
}
.about-grid {
	position: relative;
	padding: 0.5em 0;
}
.service.container {
	padding: 0;
	width: 100%;
}
.service .nav-tabs {
	width: 100%;
	margin: 0 auto;
	border: none;
}
.news .conatiner {
	width: 100%;
	margin: 0 auto;
}
.work .myTab_menu2 .nav-tabs {
	width: 100%;
	margin: 0 auto;
	border: none;
}
.news .conatiner .new_box li.new_sbox .fr p {
	font-size: 1em;
}
.news .conatiner .new_box li.new_sbox .fr a {
	font-size: 0.8em;
	line-height: 1.7em;
}
.copy-right .col-md-3 {
	width: 25%;
	float: left;
}
.copy-right .join .col-md-6 {
	width: 50%;
	float: left;
	padding: 0;
}
.news .conatiner .new_box li.new_sbox .fr .news_description {
	-webkit-line-clamp: 4;
}
}
@media (max-width:480px) {
.top-nav ul li .sons a span {
	font-size: 14px;
}
nav a#pull {
	line-height: 3em;
}
.container {
	padding: 0;
	margin: auto;
}
.top-header {
	background-color: rgba(0,0,0,0.7);
	border: none;
}
.banner-info {
	left: 5%;
	width: 90%;
	margin-left: 0;
}
.services-grid-left {
	padding: 1em 2em;
}
.works-grid:hover div.caption {
	margin: 1.5em 0 0 1.5em;
	padding: 0.5em;
	min-height: 150px;
}
.banner {
	height: 380px;
}
.about {
	min-height: 380px;
}
.works-head p {
	width: 80%;
	margin: 0em auto;
	font-size: 1em;
}
.banner-info h1 {
	font-size: 2.2em;
}
.about-head h2, .service-head h2, .works-head h2 {
	font-size: 1.5em;
}
.about-head p {
	font-size: 1em;
	width: 90%;
	margin: 0.5em auto;
	line-height: 1.5em;
}
.about {
	padding: 1em 0;
	background: url(../images/home_bg2_m.png) center top no-repeat;
	min-height: 170px;
	height: 170px;
}
.works {
	padding: 1em 0;
}
.top-header {
	padding: 0em 0 0.3em;
}
.logo {
	margin-top: 0.2em;
	margin-left: 0.2em;
	width: 30%;
}
.logo a {
	color: #303030;
	font-weight: 200;
	text-transform: uppercase;
	margin:1em;
}
.banner-info p {
	font-size: 1.3em;
}
.services-grid-left-grid p {
	width: 100%;
}
.services-grid-left-grid {
	padding: 0.5em 0;
}
.services-grid-right {
	display: none;
}
.about-grids {
	padding: 0em 0 0em;
}
.service-head p {
	font-size: 1em;
	margin: 0.4em 0;
}
/*.works-grid:nth-child(2), .works-grid:nth-child(3), .works-grid:nth-child(4), .works-grid:nth-child(5), .works-grid:nth-child(6) {
	display: none;
}*/
.contact-head h2 {
	font-size: 1.8em;
}
.contact-head p {
	font-size: 1em;
	width: 80%;
	line-height: 1.5em;
}
.Contact-form {
	padding: 1em 0 1em;
	margin-top: 1.5em;
}
.send-form {
	width: 90%;
}
.copy-right {
	padding: 1em 0;
}
.send-form input[type="submit"] {
	margin: 1.5em 0;
}
.about-grid {
	position: relative;
	padding: 0.5em 0;
}
.send-form span.text-box1, .send-form span.text-box2 {
	width: 80%;
}
.send-form input[type="submit"] {
	font-size: 1.1em;
	padding: 0.6em 2.2em;
}
.service .nav-tabs > li a {
	display: block;
	height: 6em;
	width: 100%;
}
.service .nav-tabs > li.myTab_menu1 {
	background-size: auto 40%;
	background-position: center 10%;
}
.service .nav-tabs > li.myTab_menu2 {
	background-size: auto 40%;
	background-position: center 10%;
}
.service .nav-tabs > li.myTab_menu3 {
	background-size: auto 40%;
	background-position: center 10%;
}
.service .nav-tabs > li.myTab_menu4 {
	background-size: auto 40%;
	background-position: center 10%;
}
.service .nav-tabs > li.myTab_menu1 {
	background-size: auto 40%;
	background-position: center 10%;
}
.service .nav-tabs > li.active.myTab_menu1 {
	background-size: auto 40%;
	background-position: center 10%;
}
.service .nav-tabs > li.active.myTab_menu2 {
	background-size: auto 40%;
	background-position: center 10%;
}
.service .nav-tabs > li.active.myTab_menu3 {
	background-size: auto 40%;
	background-position: center 10%;
}
.service .nav-tabs > li.active.myTab_menu4 {
	background-size: auto 40%;
	background-position: center 10%;
}
.service .nav-tabs > li a p {
	position: absolute;
	width: 80%;
	text-align: center;
	left: 10%;
	top: 40%;
	font-size: 12px;
	margin: 0;
}
.service .tab-content {
	padding: 2em 0.5em 2em;
}
.service .tab-content .col-md-6 {
	width: 100%;
	padding: 0.3em;
}

.service .tab-content .col-md-6 a.tab_con_btnc {
	width: 40%;
	height: 3em;
	margin-left: 20%;
}
.work .myTab_menu2 .nav-tabs > li {
	height: 4em;
}
.work .myTab_menu2 .nav-tabs > li a {
	height: 5em;
	line-height: 5em;
	font-size: 0.8em;
	text-indent: 0;
	text-align: center;
}
.work .myTab_menu2 .nav-tabs > li.myTab_menu11 a, .work .myTab_menu2 .nav-tabs > li.myTab_menu12 a, .work .myTab_menu2 .nav-tabs > li.myTab_menu13 a, .work .myTab_menu2 .nav-tabs > li.myTab_menu14 a {
	background: none;
}
.work .myTab_menu2 .nav-tabs > li.active.myTab_menu11 a, .work .myTab_menu2 .nav-tabs > li.active.myTab_menu12 a, .work .myTab_menu2 .nav-tabs > li.active.myTab_menu13 a, .work .myTab_menu2 .nav-tabs > li.active.myTab_menu14 a {
	height: 5em;
	width: 100%;
	line-height: 5em;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
	background: #accf69;
}
.work .myTab_menu2 .nav-tabs > li.active a:after, .work .myTab_menu2 .nav-tabs > li.active a:after {
	display: none;
}
.work .myTab_menu2 .nav-tabs > li a:after {
	display: none;
}
.copy-right .guanzhu .erweim {
	text-align: left;
}
.copy-right .guanzhu img {
	width: 90%;
}
.work .tab-content .tab_con_tex .tab_con_tex1 {
	font-size: 1.5em;
}
.work .tab-content .tab_con_tex .tab_con_tex2 {
	font-size: 0.875em;
	width: 80%;
}
.news .conatiner .new_box li.new_sbox .fr p {
	font-size: 14px;
	line-height: 20px;
}
.news .conatiner .new_box li.new_sbox .fr a {
	font-size: 14px;
	line-height: 18px;
}
.news .conatiner .new_box li.new_sbox .fr .news_description {
	-webkit-line-clamp: 3;
}
}
@media (max-width:320px) {
nav a#pull {
	line-height: 1.6em;
}
.banner-info {
	left: 6.6%;
	top: 21%;
}
.services-grid-left {
	padding: 1em 2em;
}
.works-grid:hover div.caption {
	margin: 1em 0 0 1em;
	padding: 0.5em;
	min-height: 150px;
}
.banner {
	min-height: 320px;
}
.bannerin {
	min-height: 260px;
}
.works-head p {
	width: 80%;
	margin: 0em auto;
	font-size: 1em;
}
.banner-info h1 {
	font-size: 1.4em;
	margin: 0.2em 0 0.4em;
}
.about-head h2, .service-head h2, .works-head h2 {
	font-size: 1.2em;
}
.about-head p {
	font-size: 0.9em;
	width: 100%;
	margin: 0.3em auto;
	line-height: 1.5em;
}
.about {
	padding: 1em 0;
}
.works {
	padding: 1em 0;
}
.top-header {
	padding: 0em 0 1.7em;
}
.logo {
	margin-top: 0.5em;
}
.banner-info p {
	font-size: 1em;
}
.services-grid-left-grid p {
	width: 100%;
}
.services-grid-left-grid {
	padding: 0.5em 0;
}
.services-grid-right {
	display: none;
}
.about-grids {
	padding: 0em 0 0em;
}
.service-head p {
	font-size: 0.9em;
	margin: 0.4em 0;
}
.works-grid:nth-child(2), .works-grid:nth-child(3), .works-grid:nth-child(4), .works-grid:nth-child(5), .works-grid:nth-child(6) {
	display: none;
}
.contact-head h2 {
	font-size: 1.2em;
}
.contact-head p {
	font-size: 0.9em;
	width: 90%;
	line-height: 1.5em;
	margin: 0 auto;
}
.Contact-form {
	padding: 1em 0 1em;
	margin-top: 1.5em;
}
.send-form {
	width: 90%;
}
.copy-right {
	padding: 1em 0;
}
.send-form input[type="submit"] {
	margin: 1.5em 0;
}
.about-grid {
	position: relative;
	padding: 0.5em 0;
}
.send-form span.text-box1, .send-form span.text-box2 {
	width: 90%;
}
.send-form input[type="submit"] {
	font-size: 0.9em;
	padding: 0.7em 2.2em;
}
a.bannner-btn {
	padding: 0.8em 1.5em;
	font-size: 0.9em;
}
.about-head p label {
	font-size: 1.1em;
}
.about-grid label {
	display: none;
}
.about-grid p {
	line-height: 1.5em;
	margin: 0.4em auto;
	width: 100%;
}
.services-grid-left-grid h3 a {
	font-size: 0.9em;
}
.send-form label {
	border-bottom: 1px solid #7E8287;
	padding: 0.3em 0;
	font-size: 0.95em;
}
.send-form input[type="submit"], .send-form input[type="text"], .send-form textarea {
	-webkit-appearance: none;
}
.top-header {
	padding: 0em 0 0.3em;
}
.logo {
	margin-top: 0.2em;
	margin-left: 0.2em;
	width: 30%;
}
.logo a {
	color: #303030;
	font-weight: 200;
	text-transform: uppercase;
	margin-top: 0.2em;
}
.socity .column {
	padding: 0.5em 0.3em;
}
a#pull {
	line-height: 20px;
	top: 10px;
}
nav a#pull img {
	width: 20px;
}
.top-nav ul li a {
	line-height: 2em;
}
.news .conatiner .new_tit {
	padding-top: 2em;
}
.news .conatiner .news_des {
	padding-top: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.news .conatiner .new_box .center .new_con li a {
	font-size: 0.6em;
}
.news .conatiner .new_box li.new_sbox .fr p {
	font-size: 0.8em;
}
.news .conatiner .new_box li.new_sbox .fr a {
	font-size: 0.5em;
}
.copy-right .col-md-3 {
	width: 100%;
}
.copy-right .col-md-3 a {
	width: 50%;
	float: left;
}
.copy-right .join .col-md-6 {
	width: 100%;
	float: none;
	padding-right: 15px;
	padding-left: 15px;
}
.copy-right .join .hengx {
	width: 90%;
}
.copy-right .join .guanzhu .col-md-6 {
	width: 50%;
	float: none;
	padding: 0;
	float: left;
}
}
.fadeInUp {
}
/*pages*/ /*.pagination-wrapper {
	clear: both;
	padding: 1em 0 2em 0;
	text-align: center;
}
.pagination {
	display: inline-block;
*display: inline;
*zoom: 1;
	font-size: 12px;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
	list-style: none;
	display: inline;
	float: left;
	line-height: 1em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination li a {
	display: inline-block;
	padding: .5em .8em;
	background-color: #f9f9f9;
	color: #999;
}
.pagination li a:link {
	background: #fff;
	color: #4C78A5;
}
.pagination li a:hover {
	text-decoration: none;
}
.pagination li a:link:hover {
	color: #000;
}
.pagination li.thisclass {
	background-color: #f9f9f9;
	color: #999;
}
.pagination li:first-child {
	border-left-width: 1px;
	border-radius: 3px 0 0 3px;
}
.pagination li:last-child {
	border-radius: 0 3px 3px 0;
}
.pagination .pageinfo {
	color: #444;
}

.pagination button {
  display: inline-block;
  padding: 6px 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #28a4c9;
  color: #fff;
  background-color: #5bc0de;
  margin: 20px 20px 0 0;
}
			
.pagination {
  width: 800px;
  margin: 100px auto 0;
  height: 34px;
}
			
.pagination .page {
  width: 600px;
}
			
.pagination .info {
  width: 200px;
  height: 34px;
  line-height: 34px;
}*/


/**/
#img_box {
    position: relative;
    height: 900px
}

#img_content {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;

}

#img_content li {
	width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

#img_content li img {
    width: 100%;
    height: auto;
}

#img_circle {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 240px;
    margin-left: -50px;
    list-style-type: none;
}

#img_circle li {
    float: left;
    width: 50px;
    margin-left: 10px;

}

#img_circle li div {
    cursor: pointer;
    background: rgba(0, 0, 0, .3);
    width: 50px;
    height: 6px;
    border-radius: 10px;
}

.content-block {
    clear: both;
    margin: 40px 0;
    position: relative;
}
.hot-content ul {
    list-style: none;
    margin: 0;
    padding-left: 50%;
}
.hot-content li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.hot-content li.large {
    width: 100%;
    float: left;
    margin-left: -100%;
}
.hot-content li.large a {
    height: 610px;
    margin-left: 0;
}
.hot-content a {
    margin-left: 10px;
    display: block;
    overflow: hidden;
    height: 300px;
    position: relative;
}
.hot-content img {
    width: 100%;
    height: 100%;
}
.hot-content .large h3 {
    font-size: 16px;
    line-height: 34px;
}
.hot-content h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px 10px 0;
    height: 35px;
    overflow: hidden;
    background-color: #656565;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
}
.honor .pro_img{
	height: 230px;
}
.honor  .intor{
  padding: 10px 0;
  
}
.honor .intor .name{
	font-size: 16PX;
}
.product_list span.title{
	font-size: 28px;
	line-height: 92px;
	border-left: 8px solid #d23433;
	padding-left: 25px;
}
@media (max-width: 480px){
	.hidden-xs {
    display: block!important;
    }
	.hot-content ul{
		padding-left:0px!important;
	}
	.hot-content li.large{
		margin-left: 0px!important;
	}
	.hot-content li{
		width: 100%;
	}
	.product_list span.title{
	font-size: 20px;
	line-height: 36px;
}
}
table{
	background-color: #ebf5fe;
}
table .title{
	background: #0d6db7;
	font-weight: bold;
	color: #fff;
	/* background: -webkit-linear-gradient(left, #49bcbd , #409bd6);   */
}
table .light{
	/* background:#e6f5f6; */
	background:#c7e8fb
}
table p{
	text-indent: 2em;
}
table.bordertable {
    border: 1px #038fd5 solid;
    font-size: 14px;
    margin-bottom:50px;
}
table.bordertable thead th {
    background: #c6d9f1;
    border-right: 1px #038fd5 solid;
    border-bottom: 1px #038fd5 solid;
}
table.bordertable tbody td {
    border-right: 1px solid #038fd5;
}
tbody td {
    text-align: left;
    border-top: 1px solid #038fd5;
    vertical-align: middle;
}
th, td {
    line-height: 1.5em;
    vertical-align: top;
    padding: 0.71429em 0.5em;
}


.contact_con {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
    /* padding: 2%; */
    background-color: #fff;
    /* box-shadow: 10px 10px 5px #888888; */
    overflow: hidden;
    /* padding-top: 2%; */
    /* padding-bottom: 1%; */
}

.contact_con ul li {
    width: 30%;
    margin-left: 3%;
    float: left;
    overflow: hidden;
    list-style: none;
    margin-top: 1.5%;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 2%;
    color: #666666;
    word-break: break-all;
    height: 150px;
}
@media (max-width: 480px){
	.contact_con ul li {
    width: 100%!important;
    height: auto;
}
}
.contact_con ul li a {
    color: #666666;
}

.contact_con ul li img {
    float: left;
    max-width: 80px;
    width: 30%;
    margin-right: 3%;
    margin: 40px 10px;
}
@media (max-width: 480px){
	.contact_con ul li img {
    margin: 20px 10px!important;
}
}
.contact_con ul li h2 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 4%;
}
.contact_con ul li span{
	display: block;
}
.main-content .item {
    margin-bottom: 100px;
}
.main-content .item {
    display: flex;
    align-items: center;
}
@media (max-width: 480px){
	.main-content .item {
    display: block;
 }
}
.main-content .item .c-img{
	width:50%;
}
@media (max-width: 480px){
  .main-content .item .c-img{
	width:96%;
	margin:0 2%;
 }
}
.main-content .item .content .title {
    color: #231816;
    font-size: 30px;
    padding-bottom: 23px;
}
@media (max-width: 480px){
	.main-content .item .content .title {
    font-size: 20px;
    padding-bottom: 10px;
}
}
.main-content .item .content .desc {
	/* text-indent:2em; */
	/* color: #656565; */
	/* font-size: 18px; */
	/* line-height: 35px; */
}
.main-content .item .content .desc span{
    display: block;
}
.main-content .item:nth-child(even) .content {
    margin-right: 42px;
}
.main-content .item:nth-child(odd) .c-img {
    margin-right: 42px;
}
.main-content .item:nth-child(even) {
    flex-direction: row-reverse;
}

.green.main-content .item .c-img {
    margin-right: 42px;
}
.green.main-content .item:nth-child(even) {
    flex-direction: inherit;
}

.main-content .item .content {
    width: 50%;
}
@media (max-width: 480px){
	.main-content .item .content {
    width: 100%;
}
}
.main-content .col-md-7{
	padding-right: 25px!important;
}
.main-content .col-md-7.img{
	padding-right: 5px!important;
}
.main-content span.title,.overview span.title{
	font-size: 18px!important;;
	background: #0e6eb8;
	color: #fff!important;;
	border-left: 2px solid #fff;
	padding: 5px 10px!important;;
	/* margin-bottom: 15px; */
}

.main-content .col-md-7 .c-img,.main-content .col-md-5 .c-img {
   width:100%;
}
/*.main-content .item p{text-indent:0;}*/

.top-bar .title {
    font-size: 64px;
    color: #231816;
    font-weight: 300;
    padding-bottom: 34px;
}
.top-bar {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.top-bar .desc {
        color: #555555;
    line-height: 30px;
    text-indent: 2em;
    font-size: 18px;
}

.join-con>ul>li h2 {
    line-height: 2;
}
.join-con>ul>li>div p {
    line-height: 1.5;
    margin-top: 10px;
    text-indent: 0!important;
}
.join-con>ul>li>div h3 {
    line-height: 2;
    padding: 10px;
}
.join-con>ul>li>div>ul li {
	list-style-type: none;
    line-height: 1.8;
    font-size: 15px;
}
.join-con>ul>li>div p {
    line-height: 1.5;
    margin-top: 10px;
}
.join-con>ul>li {
	list-style-type:none;
    border-bottom: 1px solid #CCCCCC;
    padding: 20px;
}
.join-con>ul>li .end-date {
	font-size: 16px;
	float: right;
	color:#999999;
}
.organization img{
	width: 100%;
	padding: 10px;
	margin:0 auto;
}
@media (max-width: 480px){
	.leader_list .pro_img img {
		width: 96%;
		margin: 0px 2%;
	}
	.leader_list .intor p{
		margin:0px 2%;
	}
	h2{
		font-size: 24px;
	}
	.join-con ul li div p{
		font-size: 14px;
	}
	.join-con ul li div .end-date{
		font-size: 14px;
	}
	.service .tab-content .col-md-6 a.tab_con_btnm, .apply-btn {
    width: 100px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
 }
}
@media (min-width: 481px){
	.leader_list{
		display: none;
	}
}

.contact-information__wrapper[data-v-a1d9018c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
	height: 420px;
}
.contact-information__left {
    padding: 0px;
}
.contact-information__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding: 30px 0; */
    border-bottom: 1px solid #f5f7fa;
    color: #101112;
}
.contact-information__item .iconfont {
    display: block;
    padding-right: 10px;
    color: #0080d0;
    font-size: 60px;
    line-height: 60px;
}
.icon-phone:before {
    content: "\e61c";
}
.icon-mail:before {
    content: "\e627";
}
.contact-information__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px 60px;
    position: relative;
    top: -40px;
    color: #fff;
    /* background-color: #0080d0; */
    background-image: url(../images/7.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
}
.contact-information__ele img {
    display: block;
    height: 50px;
    margin-bottom: 50px;
    width: auto!important;
}
.contact-information__ele h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: justify;
    padding-bottom: 20px;
}
.contact-information__ele p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    padding-left: 40px;
    position: relative;
    color: #fff!important;
}
.contact-information__ele p:before {
    width: 20px;
    height: 1px;
    position: absolute;
    top: 15px;
    left: 0;
    background: #fff;
    content: "";
}

.contact-information__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 50%;
    max-width: 40%;
}
