@charset "utf-8";
/* ==========================================================================
    HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== 

*/

html,
button,
input,
select,
textarea {
    color: #333;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.jianli{ display:table; width:100%; text-align:center;}

.jianli a.active{ padding:5px 10px; background-color:#00327e; color:#fff;     border-radius: 3px; display:inline-block; margin-bottom:20px; margin-right:20px;}
.jianli a.active:hover{ color:#fff; background-color:rgba(18,40,126,1.00);}

.jianli a.upload_jl{ padding:5px 10px; background-color:#be0000; color:#fff;     border-radius: 3px; display:inline-block; margin-bottom:20px; margin-right:20px;}


body{ font-family:微软雅黑; }
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.menu-wrapper ul.menu, ul.tabs {
    padding: 0;
    margin: 0;
    list-style: none;
}

.spacing {
	margin-bottom: 40px;
}

.loding{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #011737;

	background-image: url(../images/LOGO.gif);
	background-repeat: no-repeat;
	background-position:center center;
	animation:mymove 8s infinite;
-moz-animation:mymove 8s infinite; /* Firefox */
-webkit-animation:mymove 8s infinite; /* Safari and Chrome */
-o-animation:mymove 8s infinite; /* Opera */
animation-iteration-count:1;
-webkit-animation-iteration-count:1; /* Safari 和 Chrome */
 -webkit-animation-name:fadeinleft2; 
  -moz-animation-name:fadeinleft2; /*/*/
/* */

  
   -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}
@-webkit-keyframes fadeinleft2{
0% {opacity: 1; display:block; 	z-index: 999; }
35% {opacity: 1; display:block; z-index: 999; }

100% {opacity:0; display:none;  }
}

@-moz-keyframes fadeinleft2{
0% {opacity: 1; display:block; 	z-index: 999;}
35% {opacity: 1; display:block; z-index: 999; }
100% {opacity:0; display:none;}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
    Forms
   ========================================================================== */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"] {
    background: #fff;
    border: 1px solid #fff;
    padding: 7px 10px;
    width: 100%;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus {
    outline: none !important;
}

form .button {
    background: #fff;
    border: 1px solid #fff;
    padding: 7px 20px;
    text-transform: uppercase;
}

form .button:focus, form .button:active {
    outline: none !important;
}

form .button.yellow {
    background: #e7af2a;
    color: #fff;
    border: 1px solid #c89316;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
    /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
  a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
    /* h5bp.com/t */;
}

tr,
  img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    margin: 0.5cm;
}

p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
}

h2,
  h3 {
    page-break-after: avoid;
}
}
/* ==========================================================================
    Structure & Defaults
   ========================================================================== */
html, body {
    font-size: 100%;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
}

body {
	font: 13px/19px "微软雅黑", Arial, sans-serif;
	font-weight: 300; width:100%; height:100%;
	color: #333333;
	background-image: url(../images/LOGO.gif);
	background-color: #011737;
	background-repeat: no-repeat;
	 margin-top:0px;
 margin-right:0px;
 margin-bottom:0px;
 margin-left:0px; background-repeat:no-repeat;
 background-position: center;
 background-attachment:fixed;
	/* [disabled]background-origin: content-box; */
}

a {
    color: #00327e;
    text-decoration: none !important;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

a:hover {
    color: #00327e;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "微软雅黑", Arial, sans-serif;
    color: #333333;
    margin: 0 0 30px 0;
    text-transform: uppercase; font-weight:normal;
}

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .8em;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bg-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
	z-index:-2;
}

.container-fluid {
    padding: 60px 80px;
}

.content {
    display: none;
}

/* ==========================================================================
    Header Site Styling
   ========================================================================== */
.sidebar-menu {
    position: relative;
    z-index: 9;
    padding-right: 80px;
}

.logo-wrapper {
    background-color:#00327e;
    text-align: center;
    padding: 20px 7px;
}

.logo-wrapper h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.logo-wrapper h1 span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #ccb87e;
}

.logo-wrapper h1 img{max-width: 100%;}

.menu-wrapper {
    display: block;
}

.menu-wrapper ul.menu {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.menu-wrapper ul.menu li {
    border-top: 1px solid #333333;
}

.menu-wrapper ul.menu li a {
    text-transform: uppercase;
    display: block;
    padding: 12px 30px; font-family:"微软雅黑";
    color: #fff;
    font-size: 14px;
}

.menu-wrapper a.toggle-menu {
    display: block;
    background-color: #00327e;
    color: #ccb87e;
    text-align: center;
}

.menu-wrapper a.toggle-menu i {
    padding: 10px 20px;
    font-size: 24px;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
#prevslide {
    position: absolute;
    right:40px;
    top: 0;
}

#nextslide {
    position: absolute;
    top: 0;
    right:0px;
}

#prevslide, #nextslide {
    width: 40px;
    height: 40px;
    background-color: #00327e;
    color: white;
    opacity: 1 !important;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

#prevslide i, #nextslide i {
    font-size: 24px;
}

/* ==========================================================================
    About Styling
   ========================================================================== */
.toggle-content {
    margin-top: 30px;
    display: block;
    padding: 30px;
    background-color: rgba(240,240,240,0.9);
    overflow: hidden;
    -webkit-border-radius:3px;
    border-radius:3px;
    background-clip: padding-box;
	 
  /* stops bg color from leaking outside the border: */;
}

/*.toggle-content p{ text-align:left;}*/

.icon-item {
    margin-bottom: 30px;
    padding: 40px 30px;
    background-color: rgba(240,240,240,0.9);
    -webkit-border-radius: 10px;
    border-radius: 3px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
    display: block;
}

.icon-item i {
    font-size: 36px; font-style:normal;
}

.icon-item.active {
    background-color: #00327e;
    color: white;
}

ul.tabs {
    text-align: center;
    display: block;
}

.member-item {
    margin-top: 30px;
    overflow: hidden;
    padding: 20px;
    background-color: white;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.member-item .thumb {
    width: 100%;
    overflow: hidden;
}

.member-item .thumb img {
    width: 100%;
}

.member-item h4 {
    margin: 20px 0 10px 0;
}

.member-item span {
    text-transform: uppercase;
    color: #00327e;
    font-weight: 600;
}

/* ==========================================================================
    Services Styling
   ========================================================================== */
.services .icon-item {
    padding: 70px 40px;
}

/* ==========================================================================
    Gallery Styling   ========================================================================== */
.g-item {
    margin-bottom: 30px;
    padding: 6px;
    position: relative;
    background-color: white;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.g-item img {
    overflow: hidden;
    width: 100%;
}

.g-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:rgba(0,50,126,0.8);
	*background-color:#00327e;
    text-align: center;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.g-item:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.g-item span {
    color: white;
    font-weight: 300;
    font-size: 20px;
    height: 60px;
    width: 100%;
    top: 50%;
    text-align: center;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    left: 0;
}

/* ==========================================================================
    Contact Styling
   ========================================================================== */
.google-map {
    height: 250px;
    padding: 6px;
    background-color: white;
    margin-bottom: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.google-map iframe {
    width: 100%;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    outline: 0;
    border: 0;
    border: 2px solid #e5e8ed;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.contact-form textarea {
    min-height: 160px;
}

.contact-form input.button {
    width: auto;
    background-color: #00327e;
    border-color: #00327e;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 35px;
}

.footer {
    overflow: hidden;
    position: fixed;
    bottom: 10px;
    color: white;
    font-size: 13px;
	/*z-index:-1;*/
	width:initial !important;
	right:20px;
}

.footer a {
    color: white;
}
/*------------------------------------------------------
	2016-05-10改
--------------------------------------------------------*/
.news-content ul{list-style:none;margin:0;padding:0;}
.news-content ul li{overflow:hidden;border-bottom:dashed 1px #e2e2e2;padding-left:6px;}
.news-content ul li a{float:left;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;padding:6px 0 6px 12px;background:url(../images/li_dot.png) no-repeat left center;-webkit-transition:all 0.3s;-ms-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;text-align:left;}
.news-content ul li a:hover{color:#00317D;}
.news-content ul li span{float:right;color:#999;padding:6px;}

.in_fanye{text-align:center;padding:20px 0 10px 0;}
.in_fanye span,.in_fanye a{display:inline-block;padding:6px 12px;margin:0 3px;background:#333;color:#fafafa;font-size:13px;border-radius:3px;}
.in_fanye a{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s;}
.in_fanye span,.in_fanye a:hover{background:#00317d;color:#fff;}
.in_pnpage{padding:10px 20px 20px 20px;overflow:hidden;border-top:solid 1px #efefef;}
.in_pnpage .in_prev{float:left;color:#333;}
.in_pnpage span{font-size:13px;}
.in_pnpage span a{color:#db0707;font-size:13px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.in_pnpage span a:hover{color:#f00;}
.in_pnpage .in_next{float:right;color:#333;}
.ajax_box .in_condiv{text-align:left;}
.footer .ewm{width:120px;height:120px;margin-left:30px;}
.tabs .col-md-6 .icon-item img{width:20%;}
.third_menu{text-align: center;list-style: none;padding: 0;}
.third_menu .col-md-6 .icon-item img{width:20%;}
.jy_fanye{position:relative;}
/*------------------------------------------------------
	RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 1024px) {
    .sidebar-menu {
        padding-right: 40px;
    }

    #prevslide {
        right:40px;
    }

    #nextslide {
        right: 0;
    }

    .footer {
        position: relative;
    }
}

@media (max-width: 991px) {
    .sidebar-menu {
        margin-bottom: 30px;
        padding-right: 40px;
    }

    .icon-item {
        position: relative;
        z-index: 99;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        padding: 20px;
    }
	.in_submit{margin-top:30px;}
	.in_yanzheng{margin-top:-20px !important;}
	.in_submit .button{width:100% !important;}
	.ajax_box .in_condiv img{max-width:100%;}
}


/*招聘列表*/
.recruit_table{width:100%;}
.recruit_table td,.recruit_table th{text-align:left;padding:8px 0;}
.recruit_table th{padding:10px 0;}
.recruit_table td,.recruit_table td *{color:#666;font-size:15px;}
.recruit_table td a{color:#00327e;}
.table_detail td{padding:10px 0;text-align: left;}
.table_detail td,.table_detail td *{font-size:15px;}
.contact-form #cform input[type=text]{border:solid 2px #e5e8ed;}
.contact-form #cform label{float:left;overflow:hidden;}
.contact-form #cform .lbn{width:initial;margin:0 0 0 20px;}
.contact-form #cform .lbn input{display:inline;width:initial;}
.contact-form #cform .lbn input[type=radio], input[type=checkbox]{margin:0;}
@media (min-width: 767px) {
.contact-form #cform label{width:100%;}
.contact-form #cform .lbn{margin:6px 20px 0 0;}
.in_yanzheng{margin-top:33px;}
.in_yanzheng img{height:32px;}
}

.in_content .in_condiv img{max-width: 100%;}
#tabs24{background:rgba(240,240,240,0.9);overflow:hidden;padding-top:20px;}