
html,body{
	font-size:14px;
	padding:0px;
	margin:0px;
	background-color: #fff;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
.main{
	min-width: 1200px;
	width: 100%;
	height: 100%;
}
.main_content{
	width: 100%;
	height: 880px;
}
.main_content_introduction{
	width: 100%;
	height: 1000px;
	padding-bottom: 50px;
}
.content_title{
	width: 100%;
	font-size: 28px;
	text-align: center;
}
.main_box{
	width: 1200px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}
.box_bg{
	background: url(../img/box-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.box_content {
	width: 290px;
	height: 200px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	color: #f5f5f5;
	text-align: left;
	padding-top: 20px;
	padding-left: 40px;
	line-height: 2;
	letter-spacing: 1.5;
	font-size: 15px;
}
.box_content strong{
	font-size: 22px;
	color: white;
}
.box_content1 {
	background: url(../img/box1.png) 0px 0px no-repeat;
}
.box_content2 {
	background: url(../img/box2.png) 0px 0px no-repeat;
}
.box_content3 {
	background: url(../img/box3.png) 0px 0px no-repeat;
}
.box_content4 {
	background: url(../img/box4.png) 0px 0px no-repeat;
}
.box_content5 {
	background: url(../img/box5.png) 0px 0px no-repeat;
}
.box_content6 {
	background: url(../img/box6.png) 0px 0px no-repeat;
}
.nav{
	width:100%;
	height: 130px;
	font-size:20px;
}
.nav_main{
	width: 1300px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 37px;
}
.nav_main *{
	vertical-align: middle;
}
.nav_main ul{
	padding-top:5px;
}
.nav_main img{
	float: left;
	width: 350px;
}
.nav_main ul{
	float: left;
	cursor:pointer;
	margin: 0;
}
.nav_main li{
	font-size: 20px;
	color: #213c75;
	list-style-type: none;
	height:27px;
}
.nav_main span{
	color: #172c58;
	font-size:24px;
	font-weight: 400;
}
.nav_select li{
	color: #f99064;
}
.nav_select span{
	color: #ea5413;
}
.footer{
	min-width: 1200px;
	width: 100%;
	height: 500px;
	background: url(../img/fotter-bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 50px;
}
.footer_content{
	width: 1200px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.footer_banner{
	width: 80%;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
.footer_banner_content{
	width: 25%;
	height: 150px;
	float: left;
 	font-size: 15px;
	color: white;
	text-align: center;
}
.footer_banner_content img{
	width: 60px;
	height: 60px;
}
/* .footer_banner_content span{
	font-size: 30px;
} */
.footer_line{
	width: 80%;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.footer_line a{
	margin-left: 5%;
	font-size: 16px;
	color: white;
	cursor:pointer;
	text-decoration: none;
}
.footer_line img{
	width: 100%;
	height: 3px;
	margin-top: 5px;
}
.footer table{
	width: 75%;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}
.footer tr td{
	border: 0;
	font-size: 14px;
	color: white;
}
.clear {
 clear: both;
 display: block;
 height: 0;
 line-height: 0;
 font-size: 0;
}
.main-content{
	widtn:100%;
	height:100%;
}
/* czy */
/*-- banner --*/

.banner-case {
	background: url(../img/banner_case.jpg) no-repeat center 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	min-height: 880px;
	position: relative;
	background-size:100% 100%; 
}

.banner-solution {
	background: url(../img/banner_solution.jpg) no-repeat center 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	min-height: 880px;
	position: relative;
}

.portfolio {
	padding: 80px 0px 40px;
}

.portfolio h3 {
	color: #8B7D2D;
	font-size: 40px;
	padding-bottom: 10px;
}

.portfolio h4 {
	color: #000;
	font-size: 18px;
	min-height: 880px;
}

.resp-tab-item {
	font-size: 22px;
	font-weight: 500;
	width: 220px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
	margin: 0px 15px 0px;
	border-bottom: 2px solid #e95412;
	color: #e95412;
	padding: 7px 15px;
	border: 1px solid #e95412;
}

.solution-resp-tab-item {
	font-size: 2.5em;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
	margin: 0 1.2em 0;
	border-bottom: 2px solid #e95412;
	color: #e95412;
	padding: 7px 15px;
	border: 1px solid #e95412;
}

.resp-tab-active {
	background-color: #e95412;
	color: #fff;
}

.resp-tabs-container {
	padding: 0px;
	clear: left;
	text-align: center;
	margin:0px auto;
}

.resp-tab-content {
	display: none;
}

.portfolio-grids img.img-responsive {
	width: 100%;
}

.portfolio-grids a {
	display: block;
	overflow: hidden;
	position: relative;
}

img.zoom-img {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: 2s !important;
	-moz-transition-duration: 2s !important;
	transition-duration: 2s !important;
}

.b-wrapper {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0%;
	left: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
}

.portfolio-grid1,
.portfolio-grid2,
.portfolio-grid3 {
	margin-bottom: 20px;
}


/*--SAP--*/

.sap_tabs {
	clear: both;
	padding: 0;
}

.resp-tabs-list {
	list-style: none;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 80px;
	padding-right: 40px;
}

.solution-resp-tabs-list {
	list-style: none;
	padding: 0 0 3em;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 150px;
}

.text-content {
	color: #878787;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 25px;
}

.about-right {
	padding-left: 15px;
	padding-right: 15px;
}

.about-left p {
	line-height: 25px;
	font-size: 12.5px;
}

.about {
	padding: 50px 0px;
}
.case-detail-font{
  font-size: 18px;
  line-height: 250%;
  color:#000000;
}
/* czy */
.case-img{
	text-align: center;
}
.case-img > div{
	margin-bottom:38px;
}
.case-img img{
	width:80%;
}

.nav .nav_top {
    float: right;
    margin-right: 20px;
    text-align: right;
    width: 100%;
}
.nav .nav_top a {
    color: #ababab;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
}
.nav .nav_top a:hover {
    color: #1097d7;
}

.pre{
	background: rgba(0, 0, 0, 0) url("../img/pre.png") no-repeat scroll 0 0;
	background-size:100%;
    color: #EA5513;
    height: 42px;
    margin-top: 10px;
    width: 120px;
    border: medium none;
    font-size: 18px;
    margin-right:40px;
    cursor: pointer;
}
.pre:HOVER{
	color:#EA5413;
}


.next{
	background: rgba(0, 0, 0, 0) url("../img/next.png") no-repeat scroll 0 0;
	background-size:100% 100%;
    color: #ffffff;
    height: 42px;
    margin-top: 10px;
    width: 120px;
     border: medium none;
    font-size: 18px;
    cursor: pointer;
}

.BMap_Marker label{
	max-width: none!important;
}
.font_SimHei_heaher{
	font-family: 'SimHei';
	font-size: 30px;
}
.font_Adobe_heaher{
	font-family: 'Adobe';
    size: 24px;
    margin-top: 5px;
}
.font_SimHei_footer{
	font-family: 'SimHei';
	font-size: 19px;
}
.font_SimHei_footer_bottom{
	font-family: 'SimHei';
	font-size: 17px;
}
/*字体导入开始  */
@font-face {
    font-family: SanFrancisco_fine;
    src:url('../fonts/sanfrancisco.ttf');
}
@font-face {
    font-family: fzltcxhjw;
    src:url('../fonts/FZLTCXHJW.ttf');
}
@font-face {
    font-family: fzltch;
    src:url('../fonts/fzltch.ttf');
}
@font-face {
    font-family: fzltxh;
    src:url('../fonts/fzltxh_GBK.TTF');
}
@font-face {
    font-family: FZZZHONGHJW;
    src:url('../fonts/FZZZHONGHJW.TTF');
}
/*字体导入结束*/