body { padding-top: 0px; margin: 0 auto; }
*{
    font-family:Tahoma, Arial, Microsoft yahei !important;
}
/* ---set---*/
img {
    border: 0;
	max-width: 100%;
}
.width_Full{
  width: 100%;
}
 .space-sep20 { clear: both; display: block; height: 20px;
} .space-sep30 { clear: both; display: block; height: 30px;
} .space-sep40 { clear: both; display: block; height: 40px;
} .space-sep50 { clear: both; display: block; height: 50px;
} .space-sep60 { clear: both; display: block; height: 60px;
} .space-sep70 { clear: both; display: block; height: 70px;
} .space-sep80 { clear: both; display: block; height: 80px;
} .space-sep90 { clear: both; display: block; height: 90px;
} .space-sep100 { clear: both; display: block; height: 100px;}
.pd20 {
	padding: 20px 0px 30px 0px;
}
.home-divider {
  margin: 40px 0; 
} 
.home-divider2 {
  margin-top: 20px; 
  margin-bottom: 30px;
} 
.home-divider3 {
  margin-top: 20px; 
  margin-bottom: 0px;
}
.clear {
 clear: both;
}
/* ---set./---*/

/* ---public---*/
#content{ width: 100%; min-height: 1px;}
.pagebox{ width: 100%;}
#scroll {
	position:fixed; 
	bottom: 30px;
	right:50px; 
	z-index:1000;
}       
.scrollItem {
	width:100%; 
	height:96px;
	cursor:pointer; 
	text-align:center; 
	padding-top:12px; 
	}
.scrollItem:hover{
	opacity:0.8;
}
.carousel-content {
	color: #fff;
	text-align: left;
	margin-top: 13%;
}
.sub-carousel-content {
    color: #fff;
    text-align: left;
    margin-top: 7%;
}
.carousel-content .sub-btn-slide {
	margin-top:12px;
}
.btn-slide {
    font-size: 16px;
    border: 1px solid #fff;
    background-color: rgba(40,113,213,.3);
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
    width: 200px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
.btn-slide:hover {
   	color: #2871d5;
	background-color: #fff;
	text-decoration: none;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.btn-more {
    font-size: 16px;
    border: 1px solid #d7d7d7;
    color: #2c58c1;
    border-radius: 4px;
    margin-top: 30px;
    display: inline-block;
    width: 200px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
.btn-more:hover {
   	color: #fff;
	background-color: #2c58c1;
	border: 1px solid #2c58c1;
	text-decoration: none;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
/* public-title */
.title_cterbox{
	width: 100%;
	min-height: 1px;
	padding-top: 40px;
	margin-bottom: 40px;
}
.sectitle {
	text-align:center;
	color:#7a7a7a;
	font-size:14px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.h_t{
	color:#2871d5;
	font-size:2.4em;
	text-align:center;
}
.h_t1{color:#2871d5;}
.h_t2{color:#fff;}

.h_t_aid{
	text-align:center;
	color:#bbb;
	font-size:1em;
}
.h_t1_aid{color:#999;}
.h_t2_aid{color:#dae6f5;}

@media (min-width: 320px) and (max-width:767px) {
	.h_t{font-size:1.6em !important;}
	.h_t_aid{font-size:.8em !important;}
}
/* public-title./ */
.mian_contentbox{
	width: 100%;
	min-height: 1px;
}
.mian_contentbox_tbox{
	width: 100%;
	padding-left: 50px;
    padding-right: 50px;
}
.mian_contentbox_t1 {
    color: #4b565c;
    width: 100%;
    font-size: 1.6em;
    padding: 30px 0px 15px 0px;
}
.mian_contentbox_t2{
	color: #999;
	width: 100%;
	font-size: 1em;
	line-height: 1.6em;
}
.mian_contentbox_img{
	width: 100%;
}

/* ---public./---*/

/* ---PG1---*/
.pg1{
    background: #fff;
    min-height: 1px;
	padding-bottom: 40px;
}
.banner{
	width: 100%; 
	height: 400px;
	background-image:url(../images/home/banner_index.jpg);
	background-size: cover;
	background-position: 80% 50%;
	background-repeat: no-repeat;
	background-color:#ffffff;
	position:relative;
}
.img_state {
	margin-top: 15px;
}
.pg1_icon { 
	border-radius: 50%;
	display: block;
	font-size: 16px; 
	width: 60px; 
	height: 60px; 
	line-height: 60px;
	margin: 0 auto;
	margin-top: 20px
}
.pg1_text {
	margin: 20px 0px;
}
.pg1_text h3 {
    color: #333;
    font-size: 23px;
    font-size: 18px;
}
.pg1_text p{
	color:#7a7a7a;
	font-size: 14px;
	padding-top: 5px;
}

/*two columns content start*/

.twocol_content {
    display: block;
    text-align: left;
	padding-bottom: 20px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.twocol_content_img {
    max-width: 100%;
	/* margin-left: auto; */
    margin-right: auto;
}
.twocol_content .caption {
	max-width: 100%;
    color: #7a7a7a;
	font-size: 14px;
}
.twocol_content h3 {
    color: #444;
    font-size: 23px;
    font-size: 18px;
    text-align: center;
    /*font-weight: 800;*/
}
@media (max-width: 767px){
	.twocol_content_img {
	max-width: 100%;
	padding: 15px 0px;
	}
	.twocol_content .caption  {
	max-width: 100%;
	padding: 0px 0px;
	text-align: left;
}
}
/*two columns content end*/

/* ---PG1./---*/

/* ---PG2---*/
.pg2 {
    background: #f3f5f9;
    min-height: 1px;
    padding-bottom: 40px;
}

/****************************
Technical characteristics     Application area  
***************************************************/

.right-text { text-align: right;
} 

 ul.icon-content-list-container { 
 	padding: 0;
	list-style-type: none;
}
ul.icon-content-list-container li.icon-content-single { 
	margin: 0 0 20px 0; 
	list-style-type: none;
}
ul.icon-content-list-container li.icon-content-single:last-child {
	 margin-bottom: 0;
}
.content-box { 
	overflow: hidden;
	margin-bottom:15px;
} 
.content-box .h4-body-title { 
	margin: 0; 
	line-height: 60px;
	margin-bottom: 5px;
	color: #333;
	font-size: 16px;
}
.content-box.big span { 
/* 	border: 1px solid;
	border-color: #2871d5;  */
	 float: left;
	  margin: 2px 20px 0 0; 
	  border-radius: 50%; 
	  display: block;
	   font-size: 22px; 
	   width: 80px; 
	   height: 80px; 
	   line-height: 60px;
	   background-size:cover;
}
.content-box.big h4 { 
	color:#333;
	}
.content-box.big span:hover { 
	background-repeat: no-repeat; 
}
.content-box.big span.character_icon1 {background:url(../images/home/character_icon1.png)no-repeat center center; background-size:cover;}
.content-box.big span.character_icon2 {background:url(../images/home/character_icon2.png)no-repeat center center; background-size:cover;}
.content-box.big span.character_icon3 {background:url(../images/home/character_icon3.png)no-repeat center center; background-size:cover;}
.content-box.big span.character_icon4 {background:url(../images/home/character_icon4.png)no-repeat center center; background-size:cover;}
.content-box.big span.character_icon5 {background:url(../images/home/character_icon5.png)no-repeat center center; background-size:cover;}
.content-box.big span.character_icon6 {background:url(../images/home/character_icon6.png)no-repeat center center; background-size:cover;}
.content-box.big span.character_icon7 {background:url(../images/home/character_icon7.png)no-repeat center center; background-size:cover;}
.content-box.big span.character_icon8 {background:url(../images/home/character_icon8.png)no-repeat center center; background-size:cover;}
.content-box.big span.character_icon1:hover{background:url(../images/home/character_icon1_h.png)no-repeat center center; background-size:cover;}
.content-box.big span.character_icon2:hover {background:url(../images/home/character_icon2_h.png)no-repeat center center; background-size:cover;}
.content-box.big span.character_icon3:hover {background:url(../images/home/character_icon3_h.png)no-repeat center center; background-size:cover;}
.content-box.big span.character_icon4:hover {background:url(../images/home/character_icon4_h.png)no-repeat center center; background-size:cover;}
.content-box.big span.character_icon5:hover {background:url(../images/home/character_icon5_h.png)no-repeat center center; background-size:cover;}
.content-box.big span.character_icon6:hover {background:url(../images/home/character_icon6_h.png)no-repeat center center; background-size:cover;}
.content-box.big span.character_icon7:hover {background:url(../images/home/character_icon7_h.png)no-repeat center center; background-size:cover;}
.content-box.big span.character_icon8:hover {background:url(../images/home/character_icon8_h.png)no-repeat center center; background-size:cover;}

.content-box .content-box-text { 
	color:#666;
	line-height: 20px;
	margin-left: 0; 
	margin-right: 80px;
} 
ul.icon-content-list-container li.icon-content-single .content-box .h4-body-title span { 
	margin-top: 14px;
} 
ul.icon-content-list-container li.icon-content-single .content-box-text { 
	margin-top: -14px;
} 
.right-text ul.icon-content-list-container li.icon-content-single .h4-body-title span { 
	float: right; 
	margin-left: 20px; 
	margin-right: 0;
}
/****************************
Technical characteristics     Application area  END 
***************************************************/

/* ---PG2./---*/

/* ---PG3---*/
.pg3{
	background: #fff;
	min-height: 1px;
	padding-bottom: 40px;
}
.pg3_icon { 
	border-radius: 50%;
	display: block;
	font-size: 16px; 
	width: 60px; 
	height: 60px; 
	line-height: 60px;
	margin: 0 auto;
	margin-top: 20px
}
.pg3_text {
	margin-top: 10px;
}
.pg3_text h3 {
    color: #333;
    font-size: 18px;
}
.pg3_text p{
	color:#7a7a7a;
	font-size: 14px;
	padding-top: 5px;
}
/* ---PG3./---*/

/* ---PG4---*/
.pg4 {
	width: 100%;
	min-height: 1px;
	background: #f3f5f9;
	padding-bottom: 40px;
	}
.appcaselogo {
	border: 1px solid #eee;
	border-radius: 4%;
	max-height: 60px;
    display: block;
    margin: 0 auto 20px;
}
/* ---PG4./---*/

#pcbutton{
display:block;
}
#phonebutton{
display:none;
}

@media only screen and (max-width: 768px){
#navbar {
	    display: none;
	} 
#button2 {
	    display: none;
	} 
#phonebutton{
display:block;
}
#pcbutton{
display:none;
}
}


@media (min-width: 320px) and (max-width:767px) {
	.s_Application {
	    background: #fff;
	    min-height: 1px;
	    padding-bottom: 60px !important;
	}
}

















