
body
	{
		background: #ffffff;
   font-family: 'Rajdhani', sans-serif;
    font-weight: 400;

	}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}

h1,h2,h3 {
  font-weight: 500;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

h1 {
  font-size: 2.8rem;
  font-weight: 700;
}

h2 {
  color: #ffffff;
  padding-bottom: 10px;
}

h3 {
  font-size: 1rem;
  line-height: 2rem;
}

p {
  color: #828282;
  letter-spacing: 0.8px;
  line-height: 28px;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
strong {
  color: #f1c11a;
  font-weight: 700;
}
.menu {
 font-family:'META-THINLF.PFB';
 font-size:20px; cursor:pointer;	
 
}
.menu img { vertical-align:middle; margin-left:10px;}

.hometxt { font-family:'META-THINLF.PFB'; text-transform:Uppercase; color:#fff; font-size:42px; z-index:222; position:relative; text-align:center; }
.hometxt2 { font-family: '微软雅黑'; text-transform: Uppercase; color: #fff; font-size: 30px; z-index: 222; position: relative; margin-top: 2%; text-align: center;letter-spacing: 5px; opacity:0.8 }
.hometxt3 { font-family: Arial; /*text-transform: Uppercase;*/ color: #fff; font-size: 12px; z-index: 222; position: relative; line-height: 22px; padding-left: 20%; padding-right: 20%; margin-top: 2%; text-align: center; letter-spacing: 2px; }









#about,
#feature,
#contact {
  background: #ffffff;
}

#about,
#feature,
#contact,
footer {

}

.section-title {
  padding-bottom: 62px;
}
.section-title h1 {
  padding-bottom: 10px;
}
#about .section-title {
  padding-bottom: 22px;
}
#contact .section-title {
  text-align: center;
}


/* preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

#slideshow {
  top: 0;
  left: 0;
  z-index: -10;
  width: 100vw;
  backface-visibility: hidden;
}


/* home section */
#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 100vh;
  color: #0D2A48;
  line-height:70px;
  font-weight:bold;
  
}
#home a { margin-left:50px; padding-bottom:5px;}
#home a:link,#home a:visited {color:#fff;}
#home a.ac { text-decoration:underline;}
#home .home-thumb {
  text-align: center;
}

#home .btn {
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 36px;
    margin-top: 42px;
    margin-right: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #f1c11a;
  color: #ffffff;
  border-color: transparent;
}

#home .btn-success {
    background: #ffffff;
    color: #242424;
    border-color: transparent;
}


/* about section */
#about h3 {
    margin-top: 0px;
}

#about .about-thumb {
  padding-top: 10px;
}


/* feature section */
#feature {
  background: #f1c11a;
}

#feature .icon {
  color: #ffffff;
  font-size: 42px;
  padding-right: 14px;
}

#feature p {
  color: #333;
}

#feature .btn {
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 36px;
    margin-top: 62px;
    margin-right: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#feature .btn:hover {
  background: #ffffff;
  color: #333;
  border-color: transparent;
}



/* contact section  */
#contact .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #999;
}

#contact input {height: 55px;}

#contact input[type='submit'] {
  background: #242424;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}

#contact input[type='submit']:hover {
  background: #f1c11a;
}


/* footer section  */
footer {
  background: #111112;
}

footer .copyright-text {
  padding-top: 10px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #FF6;
}

/* svg */
.svgcolor-light {
  /*position: absolute;
  top: 0;
  left: 0; */
  position: relative;
  bottom: 104px;
}
.svgcolor-light > path {
  fill: white;
  stroke: white;
  stroke-width: 0;
}

/* modal */
.modal-dialog .modal-content {
  background: url('../images/modal-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0;
  text-align: center;
  padding: 100px 50px 100px 50px;
  position: relative;
}

.btn:focus {
  outline: none;
}

.modal-header {
  border-bottom: 0px;
}

.modal-dialog .close {
  color: #f1c11a;
  font-size: 40px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
}
.modal-dialog .close:focus {
  outline: none;
}

.modal-dialog form {
  padding: 20px;
}
.modal-dialog form input {
  height: 55px;
}
.modal-dialog form .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.modal-dialog form input[type="submit"] {
  background: #ffffff;
  color: #242424;
  text-transform: uppercase;
  margin-top: 30px;
}
.modal-dialog form input[type="submit"]:hover {
  background: #f1c11a;
  border-color: transparent;
  color: #ffffff;
}

/* Back top */
.go-top {
  background-color: #eee;
  bottom: 2em;
  right: 2em;
  color: #111112;
  font-size: 22px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #f1c11a;
    color: #ffffff;
}


/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-top: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background-color: #ffffff;
  color: #111112;
}
footer { height:680px; background-image:url(../images/foot_bg.jpg); background-repeat:no-repeat; background-position:center center; background-size: 100% auto ; padding-top:180px;}

.scroll { width:100px; height:100px; background-image:url(../images/scroll.png); background-repeat:no-repeat; background-position:center top; position:absolute; left:50%; margin-left:-50px; bottom:10%; z-index:10;
-moz-animation:rotate 5s infinite linear;
            -webkit-animation:rotate 5s infinite linear;
            animation:rotate 5s infinite linear;

}
.jt { width:100px; height:100px; background-image:url(../images/jt.png); background-repeat:no-repeat; background-position:center center; position:absolute; left:50%; margin-left:-50px; bottom:10%; z-index:9;
-webkit-animation: moveIconUp ease 1.5s both infinite;
	animation: moveIconUp ease 1.5s both infinite;-moz-animation: moveIconUp ease 1.5s both infinite;

}

 @-moz-keyframes rotate{
	0%{
	  -moz-transform:rotate(0deg);
	 }
	 100%{
	   -moz-transform:rotate(360deg);
	 }
  }
  @-webkit-keyframes rotate{
	0%{
	  -webkit-transform:rotate(0deg);
	 }
	 100%{
	   -webkit-transform:rotate(360deg);
	 }
  }
  @keyframes rotate{
	0%{
	  transform:rotate(0deg);
	 }
	 100%{
	   transform:rotate(360deg);
	 }
  }
  
@-webkit-keyframes moveIconUp {
	0% { -webkit-transform: translateY(10%); opacity:0.2;}
	50% { -webkit-transform: translateY(0%); opacity:1;}
	100% { -webkit-transform: translateY(10%); opacity:0.2;}
}
@keyframes moveIconUp {
	0% { -webkit-transform: translateY(10%); transform: translateY(10%); opacity:0.2;}
	50% { -webkit-transform: translateY(0%); transform: translateY(0%); opacity:1;}
	100% { -webkit-transform: translateY(10%); transform: translateY(10%); opacity:0.2;} 
}

#page2left { float:left; width:50%; height:648px; background-image:url(../images/page2_01.jpg); background-repeat:no-repeat; background-position:center center; background-size:80% auto;}
#page2right { float:left; width:50%; height:648px; background-image:url(../images/page2_02.jpg); background-repeat:no-repeat; background-position:center center; background-size: cover ;}
#page2left .page2_box { width:412px; height:342px; background-color:#2d95de; left:50%; margin-left:-206px; position:absolute; bottom:0px; color:#fff;}
#page2left .t1 { font-size:22px; text-align:center; color:#fff;font-family: 'META-THINLF.PFB'; padding-top:50px; line-height:32px}
#page2left .t2 { font-size:16px; text-align:center; color:#fff; opacity:0.7; height:60px;font-family: '微软雅黑';}
#page2left .t3 { font-size:12px; text-align:center; color:#fff; font-family:Arial; line-height:20px;}
#page2left a.more { width:97px; height:28px;line-height:28px; text-align:center; color:#fff; text-decoration:none;font-family: 'META-THINLF.PFB'; display:block; margin-left:auto; margin-right:auto; border:solid 1px #fff;
-moz-border-radius: 2px;      /* Gecko browsers */
    -webkit-border-radius: 2px;   /* Webkit browsers */
    border-radius:2px;            /* W3C syntax */
	margin-top:35px;
}

#page2right .page2_box { width:412px; height:342px; background-color:#fff; left:50%; margin-left:-206px; position:absolute; bottom:0px; color:#000;}
#page2right .t1 { font-size:22px; text-align:center; color:#000;font-family: 'META-THINLF.PFB'; padding-top:50px; line-height:32px}
#page2right .t2 { font-size:16px; text-align:center; color:#000; opacity:0.7; height:60px;font-family: '微软雅黑';}
#page2right .t3 { font-size:12px; text-align:center; color:#000; font-family:Arial; line-height:20px;}
#page2right a.more { width:97px; height:28px;line-height:28px; text-align:center; color:#2c95dd; text-decoration:none;font-family: 'META-THINLF.PFB'; display:block; margin-left:auto; margin-right:auto; border:solid 1px #2c95dd;
-moz-border-radius: 2px;      /* Gecko browsers */
    -webkit-border-radius: 2px;   /* Webkit browsers */
    border-radius:2px;            /* W3C syntax */
	margin-top:35px;
}




#page3left { float:left; width:50%; height:544px; background-color:#fff; background-repeat:no-repeat; }
#page3right { float:left; width:50%; height:544px; background-image:url(../images/page3_02.jpg); background-repeat:no-repeat; background-position:center center; background-size: cover ;}
.page3leftbox { margin-left:16.25%; padding-top:78px; padding-right:25%; font-family: 'META-THINLF.PFB';}
.page3leftbox  .t1 { font-size:26px; font-weight:bold;  color:#000; line-height:46px;}
.page3leftbox a.more { width:97px; height:28px;line-height:28px; text-align:center; color:#2c95dd; text-decoration:none;font-family: 'META-THINLF.PFB'; display:block; border:solid 1px #2c95dd;
-moz-border-radius: 2px;      /* Gecko browsers */
    -webkit-border-radius: 2px;   /* Webkit browsers */
    border-radius:2px;            /* W3C syntax */
	margin-top:35px;
}
#page3left .line { height:8px; position:absolute; background:#3194d8; width:18%; top:398px; right:6.5%;}

#page4left { float:left; width:50%; height:544px; background-image:url(../images/page4_01.jpg); background-repeat:no-repeat; background-position:center center; background-size: cover ;}
#page4right { float:left; width:50%; height:544px; background-color:#fff; background-repeat:no-repeat; background-position:center center; }
.page4leftbox { margin-left:35%; padding-right:3%; padding-top:78px; font-family: 'META-THINLF.PFB';}
.page4leftbox  .t1 { font-size:26px; font-weight:bold;  color:#000; line-height:46px;}
.page4leftbox a.more { width:97px; height:28px;line-height:28px; text-align:center; color:#2c95dd; text-decoration:none;font-family: 'META-THINLF.PFB'; display:block; border:solid 1px #2c95dd;
-moz-border-radius: 2px;      /* Gecko browsers */
    -webkit-border-radius: 2px;   /* Webkit browsers */
    border-radius:2px;            /* W3C syntax */
	margin-top:35px;
}
.page4leftbox  .t2 {font-family:Arial;}
.page3leftbox  .t2 {font-family:Arial;}
#page4right .line { height:8px; position:absolute; background:#3194d8; width:18%; top:398px; left:10.5%;}



#page5 { float:left; width:100%; height:648px; background-color:#272729; height:900px; }

.page5box { width:1100px; height:735px; margin-left:auto; margin-right:auto; background-image:url(../images/page5.jpg); background-repeat:no-repeat; margin-top:58px; background-position:center bottom; position:relative;}
.page5txt { padding-top:313px; padding-left:50px; color:#fff;}
.page5txt  .t1 { font-size:34px; color:#fff; text-transform:Uppercase;font-family: 'META-THINLF.PFB'; line-height:40px;}
.page5txt  .t2 { margin-top:110px;font-family: 'META-THINLF.PFB';line-height:20px; color:#fff;}
.page5box .slid { position:absolute; width:100%; top:82px; padding-left:30px;}
.page5box .slid dd { float:left; margin-left:18px;}
.page5box .slid dd span { display:none;}
.page5box .slid dd.active { width:455px;height:156px; background:#2e93e1; border: solid 5px #2e93e1; overflow:hidden; color:#fff;}
.page5box .slid dd.active span { padding-left:10px;font-family: Arial; display:inline; }


.footlogo { text-align:center; margin-top:114px;}
.share { text-align:center; margin-top:30px; }
.share  a  { display: inline-block; margin-left:10px; margin-right:10px;}
.copyright { text-align:center; margin-top:27px; color:#fff;font-family: Arial;}

.hometxta { font-family:'META-THINLF.PFB'; text-transform:Uppercase; color:#1a1a1c; font-size:36px; z-index:222; position:relative; text-align:center; }
.aboutinfo {padding-left:10%;padding-right:10%; font-family:Arial;color:#1a1a1c;}
.aboutinfo p { margin-top:30px}
.aboutinfo p a{ font-family:Arial;color:#828282;}

.joblist {width:1200px; margin-left:auto;margin-right:auto;}
.joblist .box { }
.clearbox {clear:both;}
.joblist .bluebox { background-color:#2c95dd; width:412px;text-transform:Uppercase; color:#fff;font-family: 'META-THINLF.PFB'; height:500px; position:relative;float:left; margin-top:-200px; z-index:999}
.joblist .bluebox h1 {text-align:center;padding:200px 0 0 0;}
.joblist .bluebox .shuzi {position:absolute;right:30px; bottom:30px; text-align:center; font-size:14px;}
.joblist .bluebox .shuzi .line {line-height:0px; font-size:0px; height:8px; background-color:#fff; margin-top:28px; margin-bottom:20px;}
.joblist .boxinfo { float:right; width:668px;font-family:Arial;}
.joblist .boxinfo h1 {font-family: 'META-THINLF.PFB';}
.joblist .boxinfo h2 {font-family: 'META-THINLF.PFB'; font-size:24px;color:#1a1a1c; font-weight:bold;}

.joblist .bluebox2 { background-color:#2c95dd; width:412px;text-transform:Uppercase; color:#fff;font-family: 'META-THINLF.PFB'; height:500px;margin-top:-120px; position:relative;float:right;  z-index:999}
/*.joblist .bluebox2 h1 { padding-left:75px;padding-top:275px; text-align:right;padding-right:35px;}*/
.joblist .bluebox2 h1 {text-align:center;padding:120px 0 0 0;}
.joblist .bluebox2 .shuzi {position:absolute;left:30px; top:30px; text-align:center; font-size:14px;}
.joblist .bluebox2 .shuzi .line {line-height:0px; font-size:0px; height:8px; background-color:#fff; margin-top:28px; }

.joblist .boxinfo2 { float:left; width:668px;font-family:Arial;}
.joblist .boxinfo2 h1 {font-family: 'META-THINLF.PFB';}
.joblist .boxinfo2 h2 {font-family: 'META-THINLF.PFB'; font-size:24px;color:#1a1a1c; font-weight:bold;}

.child {position: absolute; right:0px; line-height:40px; padding-top:10px; display:none;}
.child a { display:block; width:300px; text-align:right; }
.child a:link,.child a:visited {color:#fff;}
/*滚动条美化*/


.protit { font-size:36px; font-family:'微软雅黑'; margin-top:30px;}
.procont {font-size:18px;font-family:'微软雅黑'; margin-top:30px; line-height:37px;}
#header { width:100%; height:70px; background-color:rgba(0,0,0,.3); position:fixed; left:0px; right:0px; top:0px; z-index:9999;}
