@charset "utf-8";
/* CSS Document */

/**{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}*/
html{
	height:100%;
	width:100%;
}
body{
	font-family: 'Roboto', sans-serif;
	background:#fff;
	margin:0px auto;
	font-size:15px;
	color:#6d6e71;
	padding:0px;
	overflow-y:scroll;
}
input, textarea{
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#231f20;
	-webkit-appearance:none;
}
td{
	vertical-align:top;
}
img{
	border:none;
}
p{
	margin:0px;	
}
a{
	color:#6d6e71;
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#13007b;
}
:focus {outline:none;}
::-webkit-input-placeholder { color:#bcbec0;opacity:1; }
::-moz-placeholder { color:#bcbec0;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#bcbec0;opacity:1; } /* ie */
input:-moz-placeholder { color:#bcbec0;opacity:1; }
:focus::-webkit-input-placeholder { color:#999;opacity:0; }
:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input:focus:-moz-placeholder { color:#999;opacity:0; }

.animation{
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}
.animationcolor{
	-o-transition:color .2s ease-out, background 0s linear;
	-ms-transition:color .2s ease-out, background 0s linear;
	-moz-transition:color .2s ease-out, background 0s linear;
	-webkit-transition:color .2s ease-out, background 0s linear;
	transition:color .2s ease-out, background 0s linear;
}
.animationall{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.verticalmiddle, .vm{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.verticalbottom, .vb{
	position: relative;
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.horizontalcenter{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.error{
	color:#f00;
	font-size:12px;
}
.txtsearch::-webkit-input-placeholder { color:#999;opacity:1; }
.txtsearch::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
.txtsearch:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input.txtsearch:-moz-placeholder { color:#999;opacity:1; }
.headerfixed .txtsearch::-webkit-input-placeholder { color:#a7a9ac;opacity:1; }
.headerfixed .txtsearch::-moz-placeholder { color:#a7a9ac;opacity:1; } /* firefox 19+ */
.headerfixed .txtsearch:-ms-input-placeholder { color:#a7a9ac;opacity:1; } /* ie */
input.headerfixed .txtsearch:-moz-placeholder { color:#a7a9ac;opacity:1; }
.txtsearch:focus::-webkit-input-placeholder { color:#999;opacity:0; }
.txtsearch:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
.txtsearch:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input.txtsearch:focus:-moz-placeholder { color:#999;opacity:0; }
.colorwhite::-webkit-input-placeholder { color:#fff;opacity:1; }
.colorwhite::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
.colorwhite:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input.colorwhite:-moz-placeholder { color:#fff;opacity:1; }
.colorwhite:focus::-webkit-input-placeholder { color:#999;opacity:0; }
.colorwhite:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
.colorwhite:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input.colorwhite:focus:-moz-placeholder { color:#999;opacity:0; }

.borderradius3{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.borderradius5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.borderradius10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.borderradius15{
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.borderradius5left{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius:5px;
}
.borderradius5right{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.borderradius10top{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.borderradius10bottom{
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius10left{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10right{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius15top{
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.borderradius15topleft{
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}
.borderradius15topright{
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}
.borderradius15bottomleft{
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
.borderradius15bottomright{
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}
.borderradius10bottomleft{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10bottomright{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius25{
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}
.borderradius100percent{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.img_div_outer{
	width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
	cursor: pointer;
}
.hoverscale1_05:hover{
	-ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.hoverscale1_1:hover{
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

.posrel{
	position:relative;
}
.posabs{
	position:absolute;
}
.posfixed{
	position:fixed;
	z-index:50000;
}
.displaym, .menudisplaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .displaym775, .displaym800, .displaym940, .displaym1000, .displaym1120{
	display:none;
}
.popupindex{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:-260px;
	left:50%;
	width:710px;
	height:calc(100vh - 210px);
	background:url(images/bg.jpg) repeat;
	color:#333;	
	margin-left:-355px;
	font-size:15px;
	text-align:left;
	line-height:20px;
	display:none;
}
.popupheight{
	max-height:400px;
	overflow-y:auto;
}
.popuppad{
	padding:35px 50px;
}
#popup_title{
	font-size:27px;
	font-family: 'Roboto', sans-serif;
	padding-bottom:27px;
	line-height:35px;
}
#popup_description{
	line-height:27px;
}
.popup_height{
	overflow-y:auto;
	height:calc(100vh - 325px);
	padding-right:30px;
}
.td_popup1{
	width:45%;
	padding-right:5%;
}
.popup_closediv{
	padding-bottom:20px;
	text-align:right;
}
.popup_closediv img{
	cursor:pointer;
}
#menuslidebackpart,#menuslidebackpart2{
	position:fixed;	
	z-index:39999;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
	display:none;
}
.container{
	min-width:280px;
	max-width:1150px;
	/*width:1150px;*/
	padding:0px 20px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:1000px;
	/*width:1000px;*/
	padding:0px 70px;
	margin:0px auto;
}
.container1280{
	min-width:280px;
	max-width:1280px;
	/*min-width:1200px;
	max-width:1280px;*/
	padding:0px 20px;
	margin:0px auto;
}
.containerpadding{
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.fullwidth{
	width:100%;
}
.header{
	height:115px;
	position:fixed;
	z-index:10000;
	width:100%;
	
}
.headerheight{
	height:115px;
}
.headershadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}
.headeroption{
	border-top:1px solid #eee;
	display:none;
}
.headeroptiontd{
	width:307px;
	padding-right:40px;
}
.headeroptionpoint{
	font-size:13px;
	padding:12px 0px;
	border-bottom:1px solid #d1d3d4;
	color:#fff;
}
.headeroptionpoint:hover{
	background:#f1f2f2;
	padding-left:10px;
}
.logo{
	width:138px;
	height:115px;
	display:inline-block;
	text-align:center;
	/*box-shadow:0px -3px 10px #999;*/
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	background:#fff;
	vertical-align:top;
}
.logotext{
	padding-top:5px;
	font-size:10px;
	font-weight:bold;
	color:#0b9344;
}
.headertop{
	height:28px;
	background:#00266d;
	color:#fff;
	font-size:13px;
}
.headertoptable td.headertoptd1{
	padding-left:0px;
}
.headertoptable td.headertoptd2{
	/*border-right:1px solid #fff;*/
	padding-right:10px;
}
.headertoptable td{
	height:28px;
	vertical-align:middle;
}
.headertopbtn{
	height:28px;
	display:inline-block;
	padding:0px 10px;
	color:#adb3d0;
	border-right:1px solid #adb3d0;
}
.headertopbtn:hover{
	background:#ffdd00;
	color:#666;
}
.headermenu{
	height:87px;
	background:#fff;
}
.headermenutable td.headermenutd{
	height:87px;
	vertical-align:middle;
}
.headermenutable td.headermenutd1{
	width:160px;
	text-align:center;
}
.headermenutable td.headermenutd2{
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#7f7f7f;
	padding-left:20px;
}
.headermenutable td.headermenutd3{
	text-align:right;
	width:25px;
	padding-left:25px;
}
.headermenutable td.headermenutd4{
	text-align:right;
	font-size:15px;
	color:#6d6e71;
}
.headermenutd4 img{
	margin-left:5px;
}
.headermenutable td.headermenutd5{
	text-align:right;
	width:50px;
}
	.headermenutd5 img{
		margin-left:5px;
		max-width:50px;
	}
.headermenusocmedbtn{
	height:28px;
	width:29px;
	display:inline-block;
	background:#bbbbba;
	text-align:center;
	margin-left:5px;
}
.headermenusocmedbtn img{
	max-height:17px;
}
.headermenusocmedbtn:hover{
	background:#ffdd00;
}
.searchbtn{
	cursor:pointer;
}
ul.sf-menu .headermenubtn{
	border-top:4px solid transparent;
	height:79px;
	border-bottom:4px solid transparent;
	display:inline-block;
	padding:0px 12px;
	color:#7f7f7f;
}
ul.sf-menu .headerddmenu{
	width:220px;
	height:37px;
	background:#00266d;
	border-bottom:1px solid #1d4590;
	text-align:left;
	padding:0px 20px;
	color:#fff;
	font-size:15px;
	font-weight:normal;
}
	ul.sf-menu .headerddmenu:hover{
		background:#1b4698;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
	}
ul.sf-menu .menupop{
	padding-top:10px;
}
ul.sf-menu .menupoplang{
	padding-top:32px;
}
ul.sf-menu .headermenubtn:hover, ul.sf-menu .headermenubtnactive{
	border-bottom:4px solid #e20a16;
	color:#000;
}
.header_search_box{
	width:155px;
	background:#fff;
	border:1px solid #d1d3d4;
	padding-left:13px;
	height:35px;
	display:inline-block;
	vertical-align:top;
}
	.header_search_boxm{
		width:calc(100% - 28px);
		background:#fff;
		border:1px solid #d1d3d4;
		padding:0px 13px;
		height:38px;
		display:inline-block;
		vertical-align:top;
	}
.search_input{
	width:110px;
	height:30px;
	border:0px;
	background:#fff;
	font-size:13px;
}
	.search_inputm{
		width:100%;
		height:35px;
		border:0px;
		background:#fff;
		font-size:13px;
	}

.logoright{
	display:inline-block;
	width:calc(100% - 141px);
	vertical-align:top;
}
.ctoptd1{
	padding-left:30px;
	font-style:italic;
}
.headertoppoint{
	font-size:13px;
	margin-left:20px;
	color:#fff;
}
.headertoppoint img{
	margin-right:6px;
	vertical-align:middle;
}
.headertoppoint a{
	color:#fff;
}
.headertoppoint a:hover{
	color:#ccc;
}
.search_img{
	position:relative;
	top:5px;
}
	.search_img_m{
		position:relative;
		top:10px;
	}
.headeroption{
	padding-top:10px;
	padding-bottom:40px;
}
.socmed_point{
	margin-left:5px;
}
.slide_t1{
	font-size:25px;
	text-align:center;
}
.homepart1{
	padding-top:80px;
	padding-bottom:130px;
}
.homepart1a{
	padding:0px;
	height:0px;
}
.tablehomepart1a td.tdhomepart1a{
	width:33%;
	color:#fff;
}
.tdhomepart1a_br_r{
	border-right:2px solid #c9cacc;
}
.homepart1a_point{
	background:url(images/homepart2grad.png) repeat-x top center #eeeff0;
	height:87px;
	padding-left:15px;
	padding-right:15px;
}
	.homepart1a_point:hover{
		background:#d4d6d7;
	}
	.homepart1a_point:hover .homepart1aimgbtn{
		margin-left:10px;
	}
.tablehomepart1ain{
	max-width:315px;
}
.tablehomepart1ain td{
	vertical-align:middle;
	height:87px;
}
.tdhomepart1ain1{
	width:71px;
	padding-right:0px;
}
.tdhomepart1ain2{
	text-align:center;
}
.homepart1a_t1{
	color:#414042;
	font-size:15px;
}
.homepart1a_t2{
	font-size:20px;
	font-weight:bold;
	color:#414042;
}
.homepart1aimgbtn{
	width:48px;
	height:48px;
	text-align:center;
	background:#07235a;
}
.homepart2{
	padding-top:110px;
	padding-bottom:100px;
	background:url(images/homepart2bg.png) no-repeat top center #07235a;
	color:#fff;
	text-align:center;
}
.homeproductpoint{
	display:inline-block;
	width:25%;
	vertical-align:top;
	
}
.homeproductpointpad{
	padding:0px 15px;
}
.galleryimgdiv{
	width:100%;
	height:16vw;
	max-height:255px;
}
.galleryimgdiv2{
	-webkit-filter: brightness(80%); /* Safari */
    filter: brightness(80%);
}
.homepart3{
	padding-top:57px;
	padding-bottom:80px;
	border-top:3px solid #f00;
}
.gallerytextdiv{
	height:61px;
	background:url(images/homepart2point_grad.png) repeat-x bottom center #efeff0;
	text-align:center;
	font-size:15px;
	color:#07235a;
}
.gallerycol{
	width:100%;
}
.gallerycol:hover .gallerytextdiv{
	background:#d4d5d7;
}
.gallerycol:hover .galleryimgdiv2{
	-webkit-filter: brightness(100%); /* Safari */
    filter: brightness(100%);
}
.homepart5{
	height:330px;
	padding:20px 0px;
}
.webfooterpart{
	padding:55px 0px;
}
.tablewebfooter td.tdwebfooter{
	
}
.tablewebfooter td.tdwebfooter1{
	padding-right:25px;
}
.tablewebfooter td.tdwebfooter2{
	width:805px;
}
.footerdescription{
	font-size:13px;
	line-height:18px;
}
.footermenupoint{
	margin-right:20px;
	display:inline-block;
	margin-bottom:20px;
	font-weight:bold;
	font-size:13px;
}
	.footermenupoint:last-child{
		margin-right:0px;
	}
.footermenupoint a{
	color:#7f7f7f;
}
.subscribepart{
	
}
input.email_subscribe{
	height:53px;
	border:1px solid #dcddde;
	border-right:0px;
	padding:0px 18px;
	width:calc(100% - 37px);
	background:#fff;
	font-size:13px;
}
input.emailsubscribebtn{
	height:55px;
	background:#002467;
	border:none;
	width:110px;
	text-align:center;
	color:#fff;
	font-size:13px;
	cursor:pointer;
}
input.emailsubscribebtn:hover{
	background:#0b9444;
}
.homesubscribetd2{
	width:110px;
}
.tablewebfooterin td.tdwebfooterin{
	vertical-align:middle;
}
.tdwebfooterin2{
	width:290px;
	text-align:right;
}
.webfooter_subsidiary{
	margin-left:12px;
	margin-right:12px;
}
.webfooter_subsidiary:first-child{
	margin-left:0px;
}
.webfooter_subsidiary img{
	vertical-align:middle;
}
.socmedfooter_btn{
	cursor:pointer;
	width:30px;
	height:30px;
	text-align:center;
	background:#002467;
	display:inline-block;
	margin-right:7px;
	vertical-align:middle;
}
.copyright{
	color:#939598;
	font-size:13px;
}


.pagecontent1{
	padding-bottom:120px;
}
.page_title1, .pagetitle1{
	font-size:25px;
	line-height:35px;
}
.page_title2, .pagetitle2{
	font-size:23px;
	line-height:32px;
}
.page_title3, .pagetitle3{
	font-size:18px;
	line-height:27px;
}
	.page_title3b, .pagetitle3b{
		font-size:18px;
		line-height:27px;
		font-weight:bold;
	}
.page_description1, .pagedescription1{
	font-size:15px;
	line-height:25px;
}
	.page_description1 img, .pagedescription1 img{
		max-width:100% !important;
		height:auto !important;
	}
	.page_description1 b, .page_description1 strong, .pagedescription1 b, .pagedescription1 strong{
		font-weight:bold;
	}
	.page_description1 table td, .pagedescription1 table td{
		padding-right:10px;
		height:auto !important;
	}
	.page_description1 ul, .pagedescription1 ul, .page_description1 ol, .pagedescription1 ol{
		margin-left:20px;
	}
	.page_description1 table, .pagedescription1 table{
		max-width:100% !important;
		width:100% !important;
	}
	.page_description1 tr, .pagedescription1 tr{
		height:auto !important;
	}
	.page_description1 td, .pagedescription1 td{
		height:auto !important;
	}
	.page_description1 img, .pagedescription1 img{
		max-width:100%;
	}
.btn1{
	width:auto;
	padding:0px 35px;
	height:48px;
	background:#07235a;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	border:0px;
	font-size:13px;
}
	.btn1:hover{
		background-color:#ea0912;
	}
	.btn1t{
		font-weight:normal;
	}
.btn2{
	width:auto;
	padding:0px 35px 0px 70px;
	height:65px;
	background:#00266d;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	border:0px;
	font-size:13px;
}
	.btn2:hover{
		background-color:#ea0912 !important;
	}
.padbot5{
	padding-bottom:5px;
}
.padbot10{
	padding-bottom:10px;
}
.padbot15{
	padding-bottom:15px;
}
.padbot20{
	padding-bottom:20px;
}
.padbot25{
	padding-bottom:25px;
}
.padbot30{
	padding-bottom:30px;
}
.padbot35{
	padding-bottom:35px;
}
.padbot40{
	padding-bottom:40px;
}
.padbot45{
	padding-bottom:45px;
}
.padbot50{
	padding-bottom:50px;
}
.padbot55{
	padding-bottom:55px;
}
.padbot60{
	padding-bottom:60px;
}
.padbot65{
	padding-bottom:65px;
}
.padbot70{
	padding-bottom:70px;
}
.padbot75{
	padding-bottom:75px;
}
.padbot80{
	padding-bottom:80px;
}
.lineheight20{
	line-height:20px;
}
.lineheight25{
	line-height:25px;
}
.lineheight30{
	line-height:30px;
}
.lineheight40{
	line-height:40px;
}
.lineheight45{
	line-height:45px;
}
.whitebg{
	background:#fff;
}
.greybg{
	background:#f1f2f2;
}
.colorwhite{
	color:#fff;
}
.colororange{
	color:#de5326;
}
.colorgreen{
	color:#0b9444;
}
.colorblue{
	color:#07235a;
}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth550{
	max-width:550px;
}
.maxwidth750{
	max-width:750px;
}
.line1{
	width:62px;
	height:2px;
	background:#ea0912;
}
.heightsep1{
	height:100px;
}



.pageimghead{
	height:295px;
}
.pagenavpart{
	font-size:13px;
	color:#939598;
	padding-top:14px;
	padding-bottom:30px;
}
a.a_nav{
	color:#939598;
}
a.a_nav:hover{
	color:#00266d;
}
.nav_sep{
	margin:0px 7px;
}
.table_headbluepage .td_headbluepage{
	vertical-align:middle;
	height:70px;
}
.td_headbluepage1{
	width:75px;
	font-size:13px;
}
.td_headbluepage1 a{
	color:#fff;
	vertical-align:middle;
}
.td_headbluepage3{
	text-align:right;
}
.backicon{
	vertical-align:bottom;
	margin-right:5px;
}
.backdiv{
	height:75px;
	background-color:rgba(0,0,0,0.5);
	text-align:center;
}
	.backdiv:hover{
		background-color:rgba(0,0,0,0.8);
	}
.pageheadsubject{
	height:75px;
	font-size:18px;
	color:#fff;
	background:#00266d;
	display:inline-block;
	padding:0px 30px;
	min-width:260px;
	font-weight:bold;
}
.pointcol3{
	display:inline-block;
	width:33.3%;
	padding-bottom:20px;
	vertical-align:top;
}
.pointcol3pad{
	padding-right:22px;
}
.point1_img{
	padding-bottom:20px;
}
	.point1_imgnopad{
		padding-bottom:0px;
	}
.point1_imgbg{
	height:20vw;
	max-height:200px;
}
.point1_name{
	font-size:18px;
	font-weight:bold;
	color:#07235a;
	padding-bottom:15px;
	padding-right:10px;
}
.point1_subdescription{
	font-size:13px;
	padding-bottom:25px;
	
}
	.point1_subdescription b, .point1_subdescription strong{
		font-weight:bold;
	}
.tablecontact td.tdcontact1{
	width:290px;
	padding-right:20px;
}
.tablecontact td.tdcontact2{
}
.contactpart1{
	padding-bottom:45px;
	border-bottom:1px solid #ddd;
}
.contactpart2{
	padding-top:45px;
}
.contactsep{
	height:1px;
	background:#ddd;
	margin:40px 0px;
}
input.form_input2, textarea.form_input2{
	border:1px solid #d1d3d4;
	background:#f1f2f2;
	width:calc(100% - 32px);
	padding:0px 15px;
	height:57px;
	font-size:15px;
	color:#666;
}
.input_box2{
	padding-bottom:20px;
}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:245px;
}
input.submit_btn{
	height:45px;
	width:100%;
	background:#00266d;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
}
input.submit_btn:hover{
	background-color:#e10a16;
	
}
td.tdclientnopadtd{
	width:25%;
}
.tdclientsepdiv{
	width:20px;
}
.areapoint{
	border:1px solid #ebecec;
	margin-bottom:10px;
}
.areadtitle{
	font-weight:bold;
	font-size:15px;
	color:#666;
	cursor:pointer;
	
	background:url(images/homepart2point_grad.png) repeat-x bottom center #efeff0;
	padding-left:35px;
	padding-right:35px;
	/*border-bottom:1px solid #ebecec;*/
	height:57px;
	line-height:57px;
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
	
}
.areadtitle:hover{
	
	background-color:#f9f9f9;
	color:#00266d;
}
.areadetail{
	display:none;
	border-top:1px solid #ebecec;
	font-size:13px;
	line-height:30px;
	padding-top:30px;
	padding-bottom:60px;
	padding-left:30px;
	padding-right:65px;
	background-color:#fff;
	color:#939598;
}
.partnerpoint{
	padding-bottom:35px;
}
.tablepartner td.tdpartner{
	vertical-align:top;
}
.tablepartner .tdpartner1{
	width:135px;
	padding-right:20px;
}

.pagepoint_1_2{
	font-size:15px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:15px;
}
.downloadbtn{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	display:inline-block !important;
	background: url(images/download_icon.png) no-repeat left 15px center #00266d;
	height:45px;
	line-height:45px;
	margin-left:6px;
	padding-left:60px;
	padding-right:15px;
	min-width:70px;
	text-align:left;
}
.downloadbtn:hover{
	background: url(images/download_icon.png) no-repeat left 15px center #333;
}
.pagepoint2{
	background: url("images/arrow_red.png") left 15px top 30px no-repeat;
	padding:15px 0px;
	padding-left:65px;
	border-bottom:1px solid #a7a9ac;
}
.header_tooltip{
	position:absolute;color:#fff;background-color:#44a9e8;width:70px;height:50px;opacity:1;border:0px solid #000;font-size:12px;vertical-align:middle;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:2px;
	padding-left:8px;
}
.footer_tooltip{
	position:absolute;color:#fff;background-color:#f1785c;;width:60px;height:50px;opacity:1;border:0px solid #000;font-size:10px;vertical-align:middle;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:2px;
	padding-left:8px;
}
.tooltip_text{
	padding-top:5px;
	padding-bottom:5px;
	 font-size:12px;
	 display:inline-block;
}
.tooltip_img{
	 position:relative;
	 top:3px;
	 margin-left:3px;
}
a.a_tooltip{
	color:#fff;
	font-size:12px;
}
a.a_tooltip:hover{
	color:#333;
}
a.a_tooltip2{
	color:#fff;
	font-size:12px;
}
a.a_tooltip2:hover{
	color:#000;
}