@charset "utf-8";
/* CSS Document */
/*-----------------fonts-----------------*/
@font-face {
    font-family: "hiragino_kaku_gothic_prow3";
    src: url('../fonts/HiraginoKakuGothicProNW3.otf');
    font-weight: normal;
    font-style: normal;

}
/*-----------------endfont -----------------*/
html:not(.no-csstransitions)  [class*="post"] {
    opacity: 0;
}
/*-------------------webelement---------------*/
h1, h2, h3, h4, h5 {
    font-weight: bold;
    clear:both;
}
h1{color:#303030;font-size:32px;font-family: "Microsoft YaHei";margin: 30px 0 10px 0}
h2{color:#303030;font-size:22px;font-family: "Microsoft YaHei";}
h3{color:#303030;font-size:20px;font-family: "Microsoft YaHei";}
h4{color:#303030;font-size:18px;font-family: "Microsoft YaHei";}
h5{color:#303030;font-size:16px;font-family: "Microsoft YaHei";}
p{color:#303030;font-size:14px;line-height:24px ;}
ul{margin:0;padding:0;}
ul li{font-size:14px;color:#303030;list-style:none;font-family: 'Microsoft YaHei';}
.input_textbox{
	padding:10px;
	display:block;
	float: none;
	outline:none;
    /*margin-bottom: 22px;*/
	border:1px solid #666;
	}
.error {
	border:1px solid #e83245;
	}
.button{
	min-width:160px;
	color:#fff;
	min-height:40px;
	border:none;
	background:#1c374f;
	border-radius:4px;
	outline:none;
	margin:15px 0;
	/*display:block;*/
	}
.button:hover{
	background:#c2dff8;
	}
.hovereffect{
	background:#c2dff8;
	}
#mytable{
	margin-top:30px;
	}
.table thead tr th{color:#fff;font-size:17px;}
.table_head{
	color:#fff;
	background:#99cdee;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	}
/*-------------------webelement---------------*/

/*-----------------navbar-----------------*/
a:hover{
	text-decoration:none;
	}
.top_header{
	width:100%;
	background:#fff;
	font-family: 'Microsoft YaHei' !important;
	position:fixed;
	z-index:9999;
	border-bottom: 1px solid #f3f3f3;
	}
.top_header .navbar-brand {
    padding:0 !important;
	margin-bottom:20px;
	}
.navbar-container {
    padding: 18px 0 18px 0;
	}
.navbar.navbar-fixed-top.fixed-theme {
    background-color: #fff;
    border-color: #E5E5E5;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(171,171,171,1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(171,171,171,1);
	box-shadow: 0px 3px 5px 0px rgba(171,171,171,1);
	transition: 0.8s;
    -webkit-transition:  0.8s;
	}
.navbar-brand.fixed-theme {
    width:120px;
	transition: 0.8s;
    -webkit-transition:  0.8s;
	 -moz-transition:  0.8s;
	}
.navbar-brand.fixed-theme img{
	padding:12px 0;
	}
.navbar-brand .fixed-theme img{margin-top:10px !important;}
.navbar-container.fixed-theme {
    padding: 0;
	}
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
	}
.top_header .navbar-nav > li > a{
	font-size:16px;
	color:#313131;
	}
/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
	color:#313131;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #303030;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	color:#313131;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

/*-----------------navbar-----------------*/
/*-----------------homepager_bussiness_part-----------------*/
.sectionthree{
	padding:75px 0;
	margin:0;
	text-align:center;
	}
.sectionthree h1{
	font-size:44px;
	color:#333;
	margin:0;padding:0;
	font-weight:bold;
	}
.sectionthree h2{
	font-size:30px;
	color:#4385bf;
	margin:0;
	padding:10px 0 27px 0 ;
	}
.underline{
	width:120px;
	height:2px;
	background:#4385bf;
	display:inline-block;
    margin-bottom: 20px;
	}
.busn_inerbox{
	text-align:center;
	margin-top:75px;
	}
.busn_inerbox a{
	color:#333;
	font-size:24px;
	}
.busn_inerbox img{
	margin-bottom:20px;
	}
.busn_inerbox a:hover{
	text-decoration:none;
	}
.hoveranimation{
	vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
	}

.sectioninnerbox:hover .hoveranimation, .busn_inerbox:hover .hoveranimation{-webkit-transform: scale(0.9);
    transform: scale(0.9);}
/*-----------------end homepager_bussiness_part-----------------*/
/*-----------------homepager_about_part-----------------*/
.sectionfour{
	text-align:center;
	background:#c2dff8 url(../images/who_bg.jpg) left top no-repeat;
	}
.sectionfour p{
	font-size:22px;
	letter-spacing:1px;
	line-height:42px;
	color:#333;
	text-align:left;
	padding:80px 0 30px 0;
	}
/*-----------------end homepager_about_part-----------------*/
/*----------------- homepager_prodcut_part-----------------*/
.sectionfive{
	padding-bottom:55px;
	}
.sectionfive .col-md-4{
	padding:0 8px;
}
.sectionfive .underline{margin-bottom:45px;}
.sectioninnerbox{
	background:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(181,181,181,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(181,181,181,1);
	box-shadow: 0px 0px 5px 0px rgba(181,181,181,1);
	padding:20px 25px;
	box-sizing:border-box;
	margin-bottom:30px;
	min-height:320px;
	}
.sectioninnerbox h3{
	margin:0;padding:0 0 25px 0;
	color:#333;
	font-size:18px;
	}
.sectioninnerbox p{
	font-size:14px;
	color:#666;
	text-align:left;
	margin:0;padding:0;
	min-height:66px;
	}
/*-----------------end homepager_prodcut_part-----------------*/
.sectionsix{
	background:#c2dff8;
	text-align:left;
	}
.sectionsix h2{
	padding-bottom:15px;
	}
.sectionsix p{
	color:#1c374f;
	font-size:16px;
	padding-bottom:25px;
	margin:0;
	}
.sectionsix .col-md-9 p{color:#333;}
/*-----------------footer-----------------*/
.footer{
	padding:50px 0;
	background:#1c374f;
	}
.footernav ul{
	margin:0;padding:0;
	float:right;
	}
.footernav ul li{
	float:left;
	list-style:none;
	}
.footernav ul li a{
	color:#fff;
	font-size:16px;
	padding:0 20px;
	display:block;
	}
.footernav ul li a:hover{
	color:#5a8ebd
	}
.footernav p{
	margin-top:30px;
	font-size:16px;
	color:#fff;
	text-align:right;
	line-height:35px;
	float:right;
	}
.footernav span{
	display:block;
	}
.rightgap{padding-right:0 !important;}
/*-----------------endfooter-----------------*/
/*-----------------innpage-----------------*/
.innerpage_banner{
	min-height:45vh;
	background:url(../images/banner_one.jpg) no-repeat;
	background-size:cover;
	padding-left:6vw;
	position:relative;
	}
.innerpage_banner .col-md-6{
	position:absolute;
	bottom:5vw;
	}
.innerpage_banner h1{
	font-size:3em !important;
	color:#fff;

	}
.innerpage_banner h3{
	color:#fff;
	font-size:2.5em;
	}
.innerpage_wrapper{
	padding:30px 0 60px 0 ;
	}
.innerpage_wrapper p{margin-top:10px;}
.innerpage_wrapper h2{
    border-left: 4px solid #4385bf;
    padding-left: 10px;
    margin: 25px 0;
	}
.innerpage_wrapper h3{
	border-left:4px solid #c2dff8;
	padding-left: 10px;
    margin: 20px 0;
	}
.innerpage_wrapper h4,  .innerpage_wrapper h5{margin: 20px 0;}
.innerpage_wrapper ul{padding:15px 0;}
.innerpage_wrapper li{margin-bottom:10px;}
.innerpage_wrapper li a{/*padding-left:10px;*/}
.innerpage_wrapper ul .liststyle{width:4px;height:4px;background:#c2dff8;display:inline-block;margin:0 10px 3px;}

/*-----------------innpage-----------------*/
@media only screen and (max-width: 1200px) and (min-width: 991px){
	.footernav ul li a{padding:0 10px;}
	}
@media only screen and (max-width: 1024px) and (min-width: 992px){
	.footer .col-md-8{margin:auto !important;float:none !important;}
	}
@media only screen and (max-width: 991px) and (min-width: 768px)  {
	.nav > li > a { position: relative; display: block;padding: 10px 13px;font-size: 13px !important;}
	.navbar-brand{width:130px;}
	}
@media only screen and (max-width: 991px) and (min-width: 640px){
	.footernav ul li{width:33.33%;line-height:32px;text-align:center;}
	.busn_inerbox a{font-size:18px;}
	.innerpage_banner .col-md-6{bottom:1vw;}  
	
	}
@media all and (max-width: 420px) and (min-width: 320px){
	.sectionfive .col-xs-6{width:100%;}
	.top_header .navbar-brand img{margin-left:15px;}
	.sectionsix{text-align:center;}
	.navbar-toggle{margin-top:16px;}
	.sectionthree .col-xs-4{width:100%;}
	.busn_inerbox a{font-size:14px;}
	.sectionsix .col-xs-2{width:100%;}
	}
@media all and (max-width: 640px) and (min-width: 320px){
	.sectioninnerbox{min-height:327px;}
	.top_header .navbar-brand img{margin-left:15px;}
	.sectionsix{text-align:center;}
	.navbar-toggle{margin-top:16px;}
	.busn_inerbox a{font-size:14px;}
	.sectionsix p{text-align:left;}
	.sectionsix .underline{margin-bottom:20px;} 
	.sectionsix .col-xs-2{width:100%;}
	.footer .col-md-4{width:100%;}
	.footer img{margin:auto;} 
	.footernav p{float:left;text-align:center;margin-top:20px;
		font-size: 13px;text-align: center;width: 100%;border-top: 1px solid #11273c;padding-top: 15px;}
	.footernav ul{margin-top:20px;}
	.sectionthree{padding:30px 0 !important;}
	.footernav ul li{width:100%;margin-bottom:10px;text-align:center;}
	.footer{padding:30px;}
	.footernav ul li a{padding:0}
	.sectionthree h1{font-size:29px;}
	.sectionthree h2{font-size:25px;}
	.sectionfour p{font-size:18px;padding:30px 0;}
	
	}
@media all and (max-width: 1024px) and (min-width: 640px){
	.footer img{width:130px;margin:0 auto 20px auto;}
	.footer p{text-align:center;width:100%;margin-top:20px;}
	.footer .col-md-4{width:100%;}
	}

/*-----------------override bootstrap.css----------------*/
.table {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 992px)  {
	.container.main {
	  padding-right: 100px;
	  padding-left: 100px;
	}
}
@media only screen and (max-width: 640px){
	.table_head{
		font-size:11px;
	}
	body {
		font-size: 11px;
	}
}

	
/*-----------------copy from old version-----------------*/
.chui {
	color: #E84F28;
	font-size: 16px;
}
.img_left {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F1F1ED;
	border-top-width: 10px;
	border-right-width: 20px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.img_right {
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F1F1ED;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	position: fixed;
	text-indent: -9999px;
	z-index: 9999;
	right: 20px;
	bottom: 20px;
	background: #44B5FE url("../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

dl.company dt, dl.company dd{
	line-height: 150%;
}

dl.company dt {
    background: #094986;
    border-radius: 40px;
    border: 0;
    padding: 4px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #094986;
	text-align: center;
	width: 80%;
	margin: auto;
	margin-left:50px
}

dl.company dd {
	padding: 6px;
    font-size: 19px;	
	margin-bottom: 20px;
	text-align: center;
}

@media (min-width: 990px){
	.company dt{
		float: left;
		clear: both;
		width: 25% !important;
	} 

	.company dd{
		float: right;
		width: 65%;
		text-align: left !important;
	}
}

@media (max-width:989px) and (min-width:768px) {
	.directors{
		width: 50%;
        margin: auto;
	}
    
    .directors div{
        text-align: left;
    }
}

@media (max-width:767px) {
	.directors{
		width: 85%;
        margin: auto;
	}
    
    .directors div{
        text-align: left;
    }
}

/*-----------------adjust-----------------*/

