@charset "utf-8";
/* CSS Document */

/*@font-face {
	font-family: "SF-Pro";
	src: url(font/SF-Pro-Text-Regular.otf);
}*/

html{
	height:100%;
	width:100%;
}
body{
	font-family: 'Open Sans', sans-serif;
	background:#fff;
	margin:0px auto;
	font-size:13px;
	color:#666;
	padding:0px;
	overflow-y:scroll;
}
input, textarea{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#231f20;
	-webkit-appearance:none;
}
td{
	vertical-align:top;
}
img{
	border:none;
}
p{
	margin:0px;	
}
a{
	color:#000;
	-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.noanimation{
	color:#000;
	-o-transition:color .0s ease-out, background 0.0s ease-in;
	-ms-transition:color .0s ease-out, background 0.0s ease-in;
	-moz-transition:color .0s ease-out, background 0.0s ease-in;
	-webkit-transition:color .0s ease-out, background 0.0s ease-in;
	transition:color .0s ease-out, background 0.0s ease-in;
	text-decoration:none;
	cursor:pointer;
}
a:hover, a.a_active{
	color:#004f98;
}
b, strong{
	font-weight:bold;
}
:focus {outline:none;}
::-webkit-input-placeholder { color:#6d6e71;opacity:1; }
::-moz-placeholder { color:#6d6e71;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#6d6e71;opacity:1; } /* ie */
input:-moz-placeholder { color:#6d6e71;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:#fff;opacity:1; }
.txtsearch::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
.txtsearch:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input.txtsearch:-moz-placeholder { color:#fff;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:#fff;opacity:0; }
.txtsearch:focus::-moz-placeholder { color:#fff;opacity:0; } /* firefox 19+ */
.txtsearch:focus:-ms-input-placeholder { color:#fff;opacity:0; } /* ie */
input.txtsearch:focus:-moz-placeholder { color:#fff;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; }

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track-piece:start {
    background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
}
::-webkit-scrollbar-track-piece:end {
    background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
}
::-webkit-scrollbar-track {
	background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
	/*border-radius: 6px;*/
}
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.45);
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,.47);
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
    /*border-radius: 6px;*/
    width: 6px;
}

.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;
}
.posrel100{
	position:relative;
	width:100%;
}
.posabs{
	position:absolute;
}
.posfixed{
	position:fixed;
	z-index:50000;
}
.displaym, .menudisplaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .displaym640, .displaym775, .displaym800, .displaym850, .displaym1000, .displaym1120, .displaym1150{
	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;
}
.popupindex2{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:calc((50vh - 105px) * -1);
	left:50%;
	width:600px;
	height:calc(100vh - 210px);
	background:#fff;
	color:#333;	
	margin-left:-300px;
	font-size:16px;
	text-align:left;
	line-height:20px;
	display:none;
}
.popupheight{
	max-height:400px;
	overflow-y:auto;
}
.framecontactdownload{
	height:calc(100vh - 200px);
}
.popuppad{
	padding:35px 50px;
}
.popuppad2{
	padding:45px 0px;
}
#popup_title{
	font-size:27px;
	font-family: 'Open Sans', 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,#menuslidebackpart_qb,#menuslidebackpart_qb2{
	position:fixed;	
	z-index:10001;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	display:none;
}
.container{
	min-width:280px;
	max-width:1150px;
	padding:0px 20px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:1080px;
	padding:0px 20px;
	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;
}
.containerpadding35{
	margin:0px auto;
	padding-left:35px;
	padding-right:35px;
}
.marginfit4px{
	margin-left:-4px;
	margin-right:-4px;
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}
.marginfit12px{
	margin-left:-12px;
	margin-right:-12px;
}
.marginfit15px{
	margin-left:-15px;
	margin-right:-15px;
}
.marginfit20px{
	margin-left:-20px;
	margin-right:-20px;
}
.marginfitleft30px{
	margin-left:-30px;
}
.marginfitleft35px{
	margin-left:-35px;
}

.fullwidth{
	width:100%;
}
.header{
	height:80px;
	width:100%;
	background:#fff;
	color:#231f20;
	/*box-shadow:0px 0px 10px rgba(0,0,0,0.2);*/
	position:fixed;
	z-index:10000;
}
.headersep{
	height:80px;
}
.logo img{
	max-width:100%;
}
.hwabtn{
	height:42px;
	width:175px;
	background:#004f98;
	color:#fff;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	vertical-align:middle;
}
	.hwabtn img{
		margin-right:5px;
		vertical-align:middle;
	}
.headertoptable td.headertoptd{
	vertical-align:middle;
	height:80px;
}
.headertoptable td.headertoptd1{
	width:250px;
}
.headertoptable td.headertoptd2{
	text-align:right;
}
.headertoptable td.headertoptd3{
	width:250px;
	text-align:right;
}
ul.sf-menu .menupop{
	padding-top:20px;
}
ul.sf-menu .headermenubtn{
	font-size:13px;
	display:inline-block;
	padding:0px 12px;
	color:#231f20;
}
ul.sf-menu .headerddmenu{
	width:200px;
	text-align:left;
	padding:0px 10px;
	background:#f1f2f2;
	color:#231f20;
	font-size:13px;
	font-weight:normal;
	height:35px;
}
	ul.sf-menu .headerddmenu:hover{
		color:#56afdf;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
		height:27px;
	}
ul.sf-menu .menupoplang{
	padding-top:8px;
}
ul.sf-menu .headermenubtn:hover, ul.sf-menu .headermenubtnactive{
	background:none;
	color:#0055a0;
}
.header_search_box{
	width:145px;
	background:#005aa1;
	border:1px solid #f1f2f2;
	padding-left:13px;
	height:35px;
	display:inline-block;
	vertical-align:top;
}
	.header_search_boxm{
		width:calc(100% - 28px);
		background:#005aa1;
		border:1px solid #f1f2f2;
		padding:0px 13px;
		height:38px;
		display:inline-block;
		vertical-align:top;
	}
.searchbtn{
	margin-right:20px;
	position:relative;
	cursor:pointer;
	vertical-align:middle;
}
.headeroption{
	/*border-top:1px solid #eee;
	border-bottom: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:rgba(255,255,255,0.5);
	padding-left:10px;
}
	.headerwhite .headeroptionpoint:hover{
		background:rgba(0,0,0,0.5);
	}
.header_search_box{
	width:calc(100% - 15px);
	background:rgba(0,90,160,0.5);
	border:0px solid #f1f2f2;
	padding-left:13px;
	height:40px;
	display:inline-block;
	vertical-align:top;
}
	.headerwhite .header_search_box{
		background:rgba(0,0,0,0.5);
	}
	.header_search_boxm{
		width:calc(100% - 28px);
		background:rgba(255,255,255,0.5);
		border:0px solid #f1f2f2;
		padding:0px 13px;
		height:38px;
		display:inline-block;
		vertical-align:top;
	}
		.headerwhite .header_search_boxm{
			background:rgba(0,0,0,0.5);
		}
.search_input{
	width:100%;
	height:32px;
	border:0px;
	background:none;
	font-size:13px;
}
	.search_inputm{
		width:100%;
		height:35px;
		border:0px;
		background:none;
		font-size:13px;
	}
.search_img{
	position:relative;
	top:8px;
}

.page_title0, .pagetitle0{
	font-size:35px;
}
	.page_title0b, .pagetitle0b{
		font-size:35px;
		line-height:45px;
		font-weight:bold;
	}
	.page_title0l, .pagetitle0l{
		font-size:35px;
		line-height:45px;
		font-weight:300;
	}
.page_title1, .pagetitle1{
	font-size:27px;
	line-height:37px;
	font-weight:bold;
}
	.page_title1b, .pagetitle1b{
		font-size:27px;
		line-height:37px;
		font-weight:bold;
	}
	.page_title1l, .pagetitle1l{
		font-size:27px;
		line-height:37px;
		font-weight:300;
	}
.page_title2, .pagetitle2{
	font-size:28px;
	line-height:38px;
}
	.page_title2b, .pagetitle2b{
		font-size:28px;
		line-height:38px;
		font-weight:bold;
	}
	.page_title2l, .pagetitle2l{
		font-size:28px;
		line-height:38px;
		font-weight:300;
	}
.page_title3, .pagetitle3{
	font-size:25px;
	line-height:35px;
}
	.page_title3b, .pagetitle3b{
		font-size:25px;
		line-height:35px;
		font-weight:bold;
	}
	.page_title3l, .pagetitle3l{
		font-size:25px;
		line-height:35px;
		font-weight:300;
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-weight:bold;
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:27px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:27px;
		font-weight:bold;
	}
	.page_title5l, .pagetitle5l{
		font-size:20px;
		line-height:27px;
		font-weight:300;
	}
.page_title6, .pagetitle6{
	font-size:15px;
	line-height:20px;
}
	.page_title6b, .pagetitle6b{
		font-size:15px;
		line-height:20px;
		font-weight:bold;
	}
.page_title7, .pagetitle7{
	font-size:18px;
	line-height:23px;
}
	.page_title7b, .pagetitle7b{
		font-size:18px;
		line-height:23px;
		font-weight:bold;
	}
	.page_title7l, .pagetitle7l{
		font-weight:300;
		font-size:18px;
		line-height:23px;
	}
.page_title8, .pagetitle8{
	font-size:51px;
	color:#ec5909;
}
.page_title9, .pagetitle9{
	font-size:16px;
	line-height:31px;
}
	.page_title9b, .pagetitle9b{
		font-size:16px;
		line-height:31px;
		font-weight:bold;
	}
	.page_title9l, .pagetitle9l{
		font-size:16px;
		line-height:31px;
		font-weight:300;
	}
.page_description1, .pagedescription1{
	font-size:15px;
	line-height:25px;
}
	.page_description1 ul, .pagedescription1 ul{
		margin-left:0px;
	}
	.page_description1 ol, .pagedescription1 ol{
		margin-left:0px;
	}
	.page_description1 li, .pagedescription1 li{
		margin-left:20px;
	}
	.pagedescription1 b, .pagedescription1 strong, .page_description1 b, .page_description1 strong{
		font-weight:bold;
	}
.page_description2, .pagedescription2{
	font-size:14px;
	line-height:23px;
}
	.pagedescription2 b, .pagedescription2 strong, .page_description2 b, .page_description2 strong{
		font-weight:bold;
	}
.page_description3, .pagedescription3{
	font-size:13px;
	line-height:20px;
}
	.pagedescription3 b, .pagedescription3 strong, .page_description3 b, .page_description3 strong{
		font-weight:bold;
	}
	.pageexperience .pagedescription3 table td{
		width:auto !important;
		padding:10px;
		border-bottom:1px solid #eee;
	}
	.pageexperience .pagedescription3 table tr:first-child td{
		background:#0089cf;
		color:#fff;
		font-size:15px;
		border:1px solid #fff;
	}
.btn1{
	width:auto;
	padding:0px 10px;
	height:40px;
	background:none;
	border:1px solid #004f98;
	cursor:pointer;
	color:#004f98;
	font-size:15px;
	font-weight:300;
	display:inline-block;
	vertical-align:middle;
}
	.btn1:hover{
		background-color:#f1f2f2;
		color:#004f98;
	}
	.btn1div{
		height:39px;
		padding:0px 12px;
		background:#004f98;
		color:#fff;
	}
		.btn1div:hover{
			background:#000;
			color:#fff;
		}
	.btn1divmarginleft{
		margin-left:15px;
	}
	.btn1 img{
		margin-left:10px;
		margin-right:8px;
		vertical-align:middle;
		display:inline-block;
		position:relative;
		top:-2px;
	}
	.btn1w{
		background:#fff;
	}
	.btn1t{
		width:88px;
		height:35px;
		padding:0px;
		font-size:18px;
		color:#939598;
		font-weight:normal;
	}
	.btn1t:hover{
		background-color:#ffcb05;
		color:#fff;
		border-color:#ffcb05;
	}
	.btn1dark{
		background:#000;
		color:#fff;
		border-color:#000;
	}
		.btn1dark:hover{
			background:#333;
			color:#fff;
		}
	.btn1read{
		min-width:auto;
		border:0px solid #000;
		height:37px;
		padding:0px 38px;
	}
		.btn1read:hover{
			background:#333;
			color:#fff;
		}
	.btn1download{
		padding-left:65px;
		background:url(images/download_icon3.png) no-repeat left 25px center;
		padding-right:25px;
	}
		.btn1download:hover{
			background:url(images/download_icon3.png) no-repeat left 25px center rgba(255,255,255,0.2);
			color:#fff;
		}
.btn2{
	width:auto;
	padding:0px 10px;
	height:40px;
	background:#004f98;
	border:1px solid #004f98;
	cursor:pointer;
	color:#fff;
	font-size:15px;
	font-weight:300;
	display:inline-block;
	vertical-align:middle;
}
	.btn2:hover{
		background-color:#2465a0;
		color:#fff;
	}
	.btn2 img{
		margin-left:20px;
		vertical-align:middle;
		display:inline-block;
		position:relative;
		top:-2px;
	}
.btn3{
	width:auto;
	padding:0px 10px;
	height:40px;
	background:none;
	border:1px solid #fff;
	cursor:pointer;
	color:#fff;
	font-size:15px;
	font-weight:300;
	display:inline-block;
	vertical-align:middle;
}
	.btn3:hover{
		background-color:#2465a0;
		color:#fff;
	}
	.btn3 img{
		margin-left:20px;
		vertical-align:middle;
		display:inline-block;
		position:relative;
		top:-2px;
	}
.btn4{
	width:100%;
	max-width:250px;
	padding:0px 20px;
	height:46px;
	background:#000;
	cursor:pointer;
	color:#ffcb05;
	border:0px solid #fff;
	font-size:15px;
}
	.btn4:hover{
		color:#fff;
	}
.btn5{
	width:100px;
	height:30px;
	background:#000;
	cursor:pointer;
	color:#ffcb05;
	border:0px solid #fff;
	font-size:13px;
}
	.btn5:hover{
		color:#fff;
	}
.btndownload{
	height:60px;
	border:1px solid #bcbec0;
	padding-right:40px;
	padding-left:85px;
	background:url(images/download_icon2.png) no-repeat left 19px center;
	font-size:16px;
	color:#58595b;
	cursor:pointer;
	margin-right:20px;
	margin-bottom:10px;
}
	.btndownload:hover{
		background-color:#eee;
		color:#000;
	}
	.a_btndownload:last-child .btndownload{
		margin-right:0px;
	}
.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;
}
.padbot90{
	padding-bottom:90px;
}
.padbot100{
	padding-bottom:100px;
}
.padbot110{
	padding-bottom:110px;
}
.padbot120{
	padding-bottom:120px;
}
.lineheight20{
	line-height:20px;
}
.lineheight25{
	line-height:25px;
}
.lineheight30{
	line-height:30px;
}
.lineheight40{
	line-height:40px;
}
.lineheight45{
	line-height:45px;
}
.shadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.whitebg{
	background:#fff;
}
.greybg{
	background:#f1f2f2;
}
.colorblack{
	color:#231f20;
}
.colorwhite{
	color:#fff;
}
.colororange{
	color:#e86222;
}
.colorgreen{
	color:#0b9444;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#004f98;
}
.colorlblue{
	color:#00aeef;
}
.colordblue{
	color:#1a3a64;
}
.colorteal{
	color:#34c37a;
}
.colorgrey{
	color:#939598;
}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth285{
	max-width:285px;
}
.maxwidth330{
	max-width:330px;
}
.maxwidth370{
	max-width:370px;
}
.maxwidth450{
	max-width:450px;
}
.maxwidth500{
	max-width:500px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth650{
	max-width:650px;
}
.maxwidth680{
	max-width:680px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth820{
	max-width:820px;
}
.heightsep1{
	height:100px;
}
.line1{
	height:2px;
	background:#ea6322;
	width:68px;
}
.line2{
	height:1px;
	background:#fff;
	margin-bottom:55px;
	width:55px;
}
.line3{
	height:1px;
	background:#000;
	width:50px;
}
.minheight65{
	min-height:65px;
}
.minheight90{
	min-height:90px;
}
.minheight110{
	min-height:110px;
}
.minheight135{
	min-height:135px;
}
.minheight205{
	min-height:205px;
}
.opacity05{
	opacity:0.5;
}
.separator_icon{
	margin-right:10px;
	vertical-align:middle;
}


.slideheight{
	height:42vw;
}
.homepart1{
	padding:20px 0px;
	background:#f5f6fa;
}
.hp1btn{
	border:1px solid #004f98;
	color:#004f98;
	background:none;
	padding:0px 10px;
	width:auto;
	display:inline-block;
	cursor:pointer;
	height:40px;
}
	.hp1btn:hover{
		background:#004f98;
		color:#fff;
	}
.hp1btn_ml{
	margin-left:35px;
}
.homepart2{
	padding-top:90px;
	padding-bottom:110px;
}
.tablehomepart2 td.tdhomepart2{
	width:50%;
	vertical-align:middle;
}
.tablehomepart2 td.tdhomepart2_1{
	padding-right:25px;
}
.tablehomepart2 td.tdhomepart2_2{
	padding-left:25px;
}

.homepart3{
	padding-top:95px;
	padding-bottom:65px;
	background:#f5f6fa;
}
.aboutpart3{
	padding-top:80px;
	padding-bottom:30px;
}
.aboutpart3 img{
	vertical-align:middle;
	/*margin-right:10px;*/
}
.aboutpart3point{
	padding:25px;
	display:inline-block;
	width:calc(25% - 50px);
	text-align:center;
	vertical-align:top;
}
.aboutpart3img{
	height:75px;
}
	.aboutpart3img img{
		max-height:75px;
		max-width:100%;
	}
.homepart4{
	height:635px;
	color:#fff;
}
.homepart5{
	padding-top:70px;
	padding-bottom:70px;
	background:#f5f6fa;
}
.videoborder{
	border:15px solid #fff;
	display:inline-block;
	max-width:830px;
	width:calc(100% - 30px);
}
.hp5_a a{
	color:#004f98;
}
	.hp5_a a:hover{
		color:#000;
	}
	.hp5_a img{
		margin-left:15px;
	}
.homepart6{
	padding-top:100px;
	padding-bottom:110px;
	background:#004f98;
	color:#fff;
}
.webfooterpart1{
	padding-top:60px;
	padding-bottom:20px;
}
.tablewebfooterpart1 td.tdwebfooterpart1{
	vertical-align:middle;
}
.tablewebfooterpart1 td.tdwebfooterpart1_1{
	
}
.tablewebfooterpart1 td.tdwebfooterpart1_2{
	text-align:right;
	width:180px;
}
.footermenu{
	font-size:13px;
	margin-right:20px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
}
	.footermenu:last-child{
		margin-right:0px;
	}
	.footermenu a{
		color:#004f98;
	}
		.footermenu a:hover{
			color:#000;
		}
.socmedpoint{
	margin-left:20px;
}
	.socmedpoint:first-child{
		margin-left:0px;
	}
.footerline1{
	height:1px;
	background:#eeeff0;
	margin:15px 0px 20px 0px;
}
.tablewebfooterpart2 td.tdwebfooterpart2{
	vertical-align:top;
}
.tablewebfooterpart2 td.tdwebfooterpart2_1{
	
}
.tablewebfooterpart2 td.tdwebfooterpart2_2{
	text-align:right;
}
.thirdparty_point{
	margin-right:25px;
	display:inline-block;
	vertical-align:middle;
}
.contacticopoint{
	display:inline-block;
	vertical-align:middle;
}
	.contacticopoint img{
		margin-right:13px;
		vertical-align:middle;
	}
.footer_sep1{
	display:inline-block;
	vertical-align:middle;
	margin:0px 15px;
}
.slide_t2{
	color:#fff;
}
.pageheaderimg1{
	height:480px;
}
.pageheadertitlebg{
	padding-bottom:45px;
}
.headbluepage{
	height:70px;
	border-bottom:1px solid #f1f2f2;
}
.nav_sep{
	margin:0px 10px;
}
.nav_active{
	font-weight:bold;
	color:#00589e;
}
.pagecontent2{
	padding-top:45px;
	padding-bottom:100px;
}
.pagecontent3{
	padding-top:5px;
	padding-bottom:100px;
}
.tablecontent td.tdcontent{
	vertical-align:top;
}
.tablecontent td.tdcontentsidebar{
	width:235px;
	padding-right:20px;
}
.tdcontentsidebar_head{
	padding-bottom:20px;
	font-size:13px;
	font-weight:bold;
}
.tdcontentsidebar_point{
	padding-bottom:20px;
	font-size:13px;
}
.biginfotext{
	padding-top:100px;
	text-align:center;
	font-size:50px;
	color:#ef4056;
}
.biginfodescription{
	padding-top:10px;
	padding-bottom:100px;
	text-align:center;
	font-size:25px;
	color:#666;
}
.areapoint{
	border-bottom:1px solid #ebecec;
}
.areadtitle{
	color:#666;
	cursor:pointer;
	
	background-color:#fff;
	padding-left:25px;
	padding-right:25px;
	/*border-bottom:1px solid #ebecec;*/
	height:65px;
	-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:#000;
}
.areadetail{
	display:none;
	border-top:1px solid #ebecec;
	line-height:30px;
	padding-top:25px;
	padding-bottom:40px;
	padding-left:25px;
	padding-right:25px;
	background-color:#fff;
	color:#333;
}
.newspoint{
	padding:30px 0px;
	border-bottom:1px solid #ddd;
}
.tdnews2italic{
	font-style:italic;
}
.tablenews td.tdnews{
	vertical-align:middle;
}
.tablenews td.tdnews1{
	width:155px;
	padding-right:45px;
}
	.tablenews td.tdnews1 img{
		max-width:100%;
	}
.tablenews td.tdnews2{
	padding-right:30px;
}
.tablenews td.tdnews3{
	width:40px;
}
.videomain{
	padding-bottom:40px;
}
.videomainiframe{
	height:45vw;
	max-height:485px;
}
.videopoint{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	margin-bottom:50px;
}
.videopointpad{
	padding:0px 12px;
}
.videopointiframe{
	height:23vw;
	max-height:245px;
}
.contactpart1{
	padding:40px 0px 55px 0px;
}
.tablecontactpart1 td.tdcontactpart1{
	vertical-align:top;
}
.tablecontactpart1 td.tdcontactpart1_1{
	width:270px;
	padding-right:25px;
	vertical-align:middle;
}
.tablecontactpart1 td.tdcontactpart1_2{
}
.contactpart2{
	padding-top:55px;
	padding-bottom:50px;
	background:#f1f2f2;
}
.tablecontactpart2 td.tdcontactpart2{
	vertical-align:top;
}
.tablecontactpart2 td.tdcontactpart2_1{
	width:270px;
	padding-right:25px;
	vertical-align:middle;
}
.tablecontactpart2 td.tdcontactpart2_2{
}
.tablecontact td.tdcontactnopadtd{
	width:33.3%;
}
.tdcontactsepdiv{
	width:20px;
}
.contactsep{
	height:1px;
	width:23px;
}
input.form_input2, textarea.form_input2{
	border:1px solid #d1d3d4;
	width:calc(100% - 40px);
	padding:0px 20px;
	height:45px;
	font-size:13px;
	color:#333;
	background:#fff;
}
select.form_select{
	border:1px solid #d1d3d4;
	width:calc(100% - 0px);
	padding:0px 20px;
	height:45px;
	font-size:13px;
	color:#333;
	background:#fff;
}
.input_box2{
	padding-bottom:19px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:1px solid #d1d3d4;
		width:calc(100% - 0px);
		padding:0px 20px;
		height:45px;
		font-size:13px;
		color:#333;
		background:#fff;
	}
	.input_box2b{
		padding-bottom:20px;
	}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:48px;
	width:100%;
	background:#001e42;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:13px;
}
input.submit_btn:hover{
	background-color:#333;
	
}
.ms_copyright{
	padding-top:40px;
	font-size:12px;
	line-height:17px;
}