body { padding-top: 0px; margin: 0 auto; }
*{
    font-family:Tahoma, Arial,Microsoft yahei, !important;
}
/*
.divhide{
	display:none;
}*/

/* -------   set  ---------------*/
img {
    border: 0;
}
img{
  max-width: 100%;
}
.width_Full{
  width: 100%;
}


/* -------  END set  ---------------*/

/* -------   header  ---------------*/
.topnav_first{
	width:100%;
	height:52px;
	background-color:#3669c7;
	color:#ffffff;
}
.topnav_second{
	width:100%;
	background-color:rgba(255,255,255,0.94);
	border-bottom: 1px solid #dfe6f9 !important;
}

.navbar-default .navbar-brand {
    color: #4879db;
}
.navbar-default .navbar-nav > li > a {
    color: #5d74a0;
}
.navbar {
    border-radius: 0px !important;
    border:none;
    margin-bottom: 0px !important;
    padding-top: 10px;
}
#navMenu{
	z-index:10001;
}
.h_box{
  position: absolute;
  z-index: 999; 
  width: auto;
}
.logo{
  padding-top:0px !important;
  float: left;
  line-height: 50px;
}
.logo1{
    width: 98px !important;
    margin-left: 15px;
}
.logo2{
    width: 182px !important;
    margin-left: 0px !important;
}
.navbar-brand {
    float: left;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
    /*padding: 15px 8px;*/
    padding: 22px 2px;
}
.navbar-box {
    float: right;
}

.teltop{
	padding:0px 20px 0px 0px;
	line-height:50px;
}
.a1{
	color: #FFF !important;
    -webkit-opacity: 0.87;   
    -moz-opacity: 0.87;  
    -khtml-opacity: 0.87;  
    opacity: .87;  
    filter:alpha(opacity=87); 
}
.a1:hover{
	color: #FFF !important;
    -webkit-opacity: 1;   
    -moz-opacity: 1;  
    -khtml-opacity: 1;  
    opacity: 1;  
    filter:alpha(opacity=100); 
}
.a2{
	color: #325bcd !important;;
}
.marlinebox{
	padding-top:9px;
}
.a3{
	padding:9px 20px 9px 20px !important;
	font-size: 0px;
	display:block;
}
.a3:hover{
	background-color:rgba(255,255,255,0.8);
}
.a4{
	/*-webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;*/
}
.a4:hover{
	background-color: none !important;
	margin-bottom:-1px;
	border-bottom:-2px;
	border-bottom:2px solid #2871d5;
	-webkit-animation-name: pulse;
    animation-name: pulse;
}
.a5{
	width:100px;
	height:30px;
	line-height:0px !important;
	margin-top: 10px;
	border:1px solid #cddbf6;
    margin-left: 10px;
    text-align:center;
    font-size:.8em;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
.menu > ul > li .a5:hover{
	background-color:#3669c7 !important;
	border:1px solid #3669c7 !important;
	color:#fff !important;
	-webkit-animation-name: pulse;
    animation-name: pulse;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, {
    color: #555;
    background-color: #f8f8f8;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #3669c7;
    background-color:#ffffff;
    border-bottom:1px solid #325bcd;
    margin-bottom:-1px;
}
/* -------   END   header  ---------------*/


/* -------   header  ---------------*/
#header{ width: 100%; min-height: 1px;}

.navinfo_a{
	font-size: 1em !important;
	border-left: 1px solid #f2f2f2;
}
.pagetop{ 
	margin-bottom: 0px !important;
	padding-top: 40px;
	padding-bottom: 10px;
	position: relative; 
}
.pagetop2{ 
	margin-bottom: 0px !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.webinfo{
	position: absolute; 
	top:0;
	right:0;
    padding-right: 30px;
    padding-top: 10px;
	color: #aeaeae;
}
.mb_10{
	margin-bottom: 10px !important;
}
.navPD{
	margin-right: 93px !important;
}

.pagetopbg{ 
	margin-bottom: 0px !important;
}
/*.navbar-default {
    background-color: #ffffff !important;
}*/

.navbar2{
	display: none;
}

.menu{
	float: right;
}

/* -------  END header  ---------------*/





/* --- =======   BANNER  START ---------------*/

.slider-img{
	text-align: right;
	margin-top: 15%;
}
.home_slider-img{
	margin-top: 18%;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.banner{
	width: 100%; 
	height: 400px;
	background-image:url(../images/home/banner_index.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color:#fafafa;
	position:relative;
}

.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:20px;
}
.btn-slide {
    font-size: 16px;
    border: 1px solid #fff;
    background-color: #00a1df;
    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: #00a1df;
	background-color: #fff;
	text-decoration: none;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

/* ------------  BANNER  END ---------------*/


#content{ width: 100%; min-height: 1px;}
.pagebox{ width: 100%;}

/* ----=======  PG1 START  -----*/
.pg1 {
    background: #fff;
    min-height: 1px;
    padding-bottom: 60px;
	/*margin-top: 0px !important;*/
}
.mian_contentbox{
	width: 100%;
	min-height: 1px;
}
.mian_contentbox_tbox{
	width: 100%;
	padding-left: 50px;
    padding-right: 50px;
    padding-top: 46px;
}
.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%;
	padding: 30px;
}
 .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;}
/* -------===== PG1 END -----*/

/* ----====  PG2  CHARACTERISTICS  START---------------*/
.pg2 {
    background: #0083b6;
    min-height: 1px;
    padding-bottom: 60px;
}
.four-cols{
    margin: -1px 0 0 0!important;
    padding: 30px 0;
    border-top: 1px solid #3099c2;
    border-bottom: 1px solid #3099c2;
}
.four-cols .col-sm-3 {
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.four-cols h4{
	color:#fff;
}
.four-cols p{
	color:#b3dae9;
}
.four-cols .col-border {
    border-right: 1px solid #3099c2;
    padding: 30px 0;
    margin: -30px 0;
}
@media (max-width: 768px) {
.four-cols {
    border: 0;
}
.four-cols .col-border {
    border-right: 0;
}
}
@media (min-width: 768px) {
.four-cols {
    display: table;
}

[class*="col-board"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.four-cols {
	padding: 0px;
}
}

.col-board{
    padding: 30px 0;
    margin: -30px 0;
}
.col-img { 
	border-radius: 50%;
	display: block;
	font-size: 16px; 
	width: 80px; 
	height: 80px; 
	line-height: 60px;
	background: url(../images/home/homeiconbig.png) no-repeat 0 0 ;
	margin: 0 auto;
}
.col-board:hover {
   background: #00a1df;
}
.col-board:hover .col-img {
	background-color: #fff;
	background-repeat: no-repeat;
}

.icon1 {background-position: 19px 14px;}
.icon2 {background-position: -41px 14px;}
.icon3 {background-position: -101px 14px;}
.icon4 {background-position: -161px 14px;}
.icon5 {background-position: -221px 14px;}
.icon6 {background-position: -281px 14px;}
.icon7 {background-position: -341px 14px;}
.icon8 {background-position: -401px 14px;}

.col-board:hover .icon1{background-position: 19px -46px;}
.col-board:hover .icon2 {background-position: -41px -46px;}
.col-board:hover .icon3 {background-position: -101px -46px;}
.col-board:hover .icon4 {background-position: -161px -46px;}
.col-board:hover .icon5 {background-position: -221px -46px;}
.col-board:hover .icon6 {background-position: -281px -46px;}
.col-board:hover .icon7 {background-position: -341px -46px;}
.col-board:hover .icon8 {background-position: -401px -46px;}
/* ----====  PG2  END  ---------------*/

/* ----====  PG3  LOGIC START -----------*/
.pg3 {
    background: #fff;
    min-height: 1px;
    padding-bottom: 60px;
}
.img_logic {
	margin-top: 15px;
}
.logic_tbox {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
.logic_tbox_t1 {
    color: #4b565c;
    width: 100%;
    font-size: 1.6em;
    padding: 30px 0px 15px 0px;
}
.logic_tbox_t2 {
    color: #999;
    width: 100%;
    font-size: 1em;
    line-height: 1.6em;
}
/* ----====  PG3  LOGIC END -----------*/

/* ----====  PG4  APPLICATION START -----------*/
.pg4 {
    background: #0083b6;
    min-height: 1px;
    padding-bottom: 60px;
}
.sectitle {
	text-align:center;
	color:#a3c7dd;
	font-size:14px;
}
.content-box { 
	overflow: hidden;
	margin-bottom:15px;
} 
.content-box .h4-body-title { 
	margin: 0; 
	line-height: 60px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 16px;
}
.content-box.small span { 
     border: 1px solid #fff;
	 float: left;
	  margin: 2px 20px 0 0; 
	  border-radius: 50%; 
	  display: block;
	font-size: 16px; 
	width: 40px; 
	height: 40px; 
	line-height: 40px;
	background: url(../images/home/homeicon.png) no-repeat 0 0 ;
} 
.content-box.small span:hover {
	background-color: #fff;
	background-repeat: no-repeat; 
} 

.content-box.small span.icon11 {background-position: 7px 12px;	}
.content-box.small span.icon12 {background-position: -33px 12px;}
.content-box.small span.icon13 {background-position: -73px 12px;}
.content-box.small span.icon14 {background-position: -113px 12px;}
.content-box.small span.icon15 {background-position: -153px 12px;}
.content-box.small span.icon16 {background-position: -193px 12px;}
.content-box.small span.icon17 {background-position: -233px 12px;}
.content-box.small span.icon18 {background-position: -273px 12px;}

.content-box.small span.icon11:hover { background-position: 7px -28px;}
.content-box.small span.icon12:hover {background-position: -33px -28px;}
.content-box.small span.icon13:hover {background-position: -73px -28px;}
.content-box.small span.icon14:hover {background-position: -113px -28px;}
.content-box.small span.icon15:hover {background-position: -153px -28px;}
.content-box.small span.icon16:hover  {background-position: -193px -28px;}
.content-box.small span.icon17:hover  {background-position: -233px -28px;}
.content-box.small span.icon18:hover {background-position: -273px -28px;}

.content-box.small .content-box-text {
    margin-left: 60px;
    font-size: 13px;
	margin-top: 5px;
	color: #b3dae9;
	line-height: 20px;

}
/* ----====  PG4  APPLICATION END -----------*/

/* ----====  PG5  APPLICATION -----------*/
.pg5 {
	width: 100%;
    min-height: 1px;
    background: #fff;
    padding-bottom: 60px;
}
.video_border{
	border: 1px solid #e3e3e3;
	margin: 10px 140px;
	background: #fff;
}
.pg5_l_bg {
	width: 100%;
	min-height: 1px;
	overflow: hidden;
	background-color: #fff ;
}
.pg5_Rspacing {
	padding: 50px 40px 30px 20px;
}
.pg5_Rtitle{
	width: 100%;
	min-height: 1px;
	overflow: hidden;
	padding-bottom: 40px;
	font-size: 26px;
	color: #333;
}
.pg5_Rtext {
	width: 100%;
	min-height: 1px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	line-height: 28px;
	opacity: 0.7;
}
.thumbnail {
	padding: 0px;
	margin-bottom: 0px;
	border: none;
}
/* ----====  PG5  APPLICATION END -----------*/


/* -------   footer  Service Hotline ---------------*/
.telinfo{
	width:100%;
	height:226px;
	background-color:#f8f8f8;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.telinfo_box{
	width:100%;
	height:102px;
	padding-top:34px;
	text-align:center;
}
.telinfo_t1{
	font-size:14px;
	color:#333;
}
.telinfo_t2{
	font-size:36px;
	color:#00a1df;
}
.telinfo_btn{
	width:100%;
	min-height:1px;
	padding-top: 10px;
}
.btn-slide2 {
	font-size: 16px;
	background: #00a1df;
	border: 1px solid #00a1df;
	color: #fff;
    border-radius: 4px;
    margin-top: 30px;
    display: inline-block;
    width: 230px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}
.btn-slide2:hover{
   	color: #00a1df;
	background-color: #fff;
	text-decoration: none;
	}
.footer{
	width:100%;
	min-height:1px;
}
.footernav{
	width:100%;
	min-height:1px;
	background-color:#f8f8f8;
	padding: 50px 0px 50px 0px;
	border-bottom:1px solid #dbdada;

}
.footerinfo{
	width:100%;
	height:140px;
}

.footerinfo_text{
	float: left;
        margin-top: 38px;
    font-size: .8em;
    color:#666666 !important;
}
.footerinfo_l1{
    color:#666666 !important;
}
.footerinfo_l1:hover{
    color:#4879db !important;
}
/* -------   footer  END---------------*/

/* -------   footer-bottom  ---------------*/


a {
    text-decoration: none;
	}
a:link{
	text-decoration:none;  
}
a:visited{
	text-decoration:none; 
}
a:hover{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}

.left_line{
 border-right:1px solid #A1B4DC;
}
.pdnone{
	padding-right: 0;
    padding-left: 10px;
}

/* -------  END footer  ---------------*/



/* -------   other  ---------------*/

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none !important; 
}
/* -------  END other  ---------------*/


/* ------- TO TOP AND BOTTOM   START---------------*/
#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;
}
/* ------- TO TOP AND BOTTOM   END---------------*/


#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;
}
}

/* -------   TITTLE  START---------------*/

/*styles for 320px and up or styles for 460px and under-  */
@media (max-width: 767px){
  .video_border {
    margin: 10px 10px !important;
	}
	.pg5_Rspacing {
	padding: 20px !important;
	}
	.pg5_Rtitle {
    font-size: 20px;
    padding: 0px 0px 15px 0px;
}
.pg5_Rtext {
	font-size: 12px;
	line-height: 24px;
}
}
@media (max-width: 1200px) and (min-width: 768px){
	.pg5_Rtitle {
    font-size: 18px;
    padding-bottom: 15px;
}
.pg5_Rtext {
    font-size: 12px;
    line-height: 24px;
    padding: 0px;
}
.pg5_Rspacing {
    padding: 25px 30px 0px 0px;
}
}

@media (max-width: 1599px){
	.video_border {
    margin: 10px 90px;
	}
	.pg5_Rspacing {
    padding: 40px 30px 0px 0px;
	}
	.pg5_Rtitle {
    font-size: 22px;
    padding-bottom: 30px;
}
}
@media (max-width: 991px) and (min-width: 768px){
.video_border {
    margin: 10px 0px;
}	
}

@media (min-width: 320px) and (max-width:768px) {
	.h_t{
		color:#2871d5;
		font-size:1.6em !important;
		text-align:center;
	}
	.h_t_aid{
		text-align:center;
		color:#bbb;
		font-size:.8em !important;
	}
	.mian_contentbox_t1 {
	    color: #4b565c;
	    width: 100%;
	    font-size: 1.2em !important;
	    padding: 30px 0px 15px 0px;
	}
}
.title_cterbox{
	width: 100%;
	min-height: 1px;
	padding-top: 50px;
	margin-bottom: 30px;
}
.h_t{
	color:#2871d5;
	font-size:2.4em;
	text-align:center;
}
.h_t_aid{
	text-align:center;
	color:#bbb;
	font-size:1em;
}
.h_t1{
	color:#fff;
}
.h_t1_aid{
	color:#a3c7dd;
}
.h_t2{
	color:#fff;
}
.h_t2_aid{
	color:#dae6f5;
}
@media (min-width: 320px) and (max-width:460px) {
	.btn-slide {
	    font-size: 16px;
	    border: 1px solid #fff;
	    background-color: #00a1df;
	    color: #fff;
	    border-radius: 4px;
	    margin-top: 10px !important; 
	    display: inline-block;
	    width: 200px;
	    height: 38px;
	    line-height: 37px;
	    text-align: center;
	    -webkit-animation-name: flipInY;
	    animation-name: flipInY;
	}
	.mian_contentbox_tbox {
	    width: 100%;
	    padding-top: 0 !important;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}
	.a5 {
	    width: 80%;
	    height: 48px;
	    line-height: 20px !important;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    border-top: 1px solid #f2f2f2 !important;
	    border-left-style: none !important;
	    border-right-style: none !important;
	    border-bottom-style: none !important;
	    /*border: 1px solid #cddbf6 !important;*/
	    margin-left: 0px;
	    text-align: center;
	    font-size: .8em;
	}

}

/* -------  ADD  EIP FOOTER---------------*/
.telinfo_eip{
	width:100%;
	height:100%;
	padding: 40px 15px;
	background-color:#f8f8f8;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.telinfo_box_eip{
	width:100%;
	height:100%;
	padding-top:34px;
	text-align:center;
}
.telinfo_t1_eip{
	font-size:18px;
	color:#333;
}
.telinfo_t2_eip{
	line-height: 28px;
	font-size:14px;
	color:#333;
}
.btn-slide2_eip {
	font-size: 16px;
	background: #00a1df;
	border: 1px solid #00a1df;
	color: #fff;
    border-radius: 4px;
    margin-top: 30px;
    display: inline-block;
    width: 230px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}
.btn-slide2_eip:hover{
   	color: #00a1df;
	background-color: #fff;
	text-decoration: none;
	}

/* ============ ADD  EIP FOOTER ---------------*/








