body {
 	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ";min-width:1280px;
}
UL,p,li,form,h1,h2,h3,h4,h5,h6{PADDING-BOTTOM:0px;MARGIN:0px;PADDING-LEFT:0px;PADDING-RIGHT:0px;PADDING-TOP:0px}

::selection {
color:#004097;
}
::-moz-selection {
color:#004097;
}
::-webkit-selection {
color:#004097;
}
::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    background-color: #F5F5F5
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}
#hyweb{ width:100%; float:left; overflow:hidden; min-width:1280px;}
p {
  font-size: 13px;
  color: #7a7a7a;
  line-height: 24px;
}

.page-content {
  width: 77.5%;
  float: right;
}

.content-section {
  padding-top: 80px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-heading {
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}

.section-heading h1 {
  margin-top: 0px;
  font-size: 32px;
  color:#000F7A;;
  display: inline-block;
  margin-right: 50px; font-weight:bold;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.section-heading em { text-transform:capitalize;
  font-style: normal;
  font-weight: 700;
  color: #000F7A; margin-left:12px;
}

.section-heading p {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #343434;
  position: absolute;
  top: 12.5px;
}

.white-button a {
  font-size: 18px; text-align:center;
  font-weight: 600;
  color: #000F7A;
  text-transform: capitalize;
  background-color: #fff;
  display: inline-block;
   line-height:18px;
  padding: 10px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;border-radius:8px;
}

.white-button a:hover {
  background-color: #000F7A;
  color: #fff;
}

.accent-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #000F7A;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.accent-button a:hover {
  background-color: #fff;
  color: #000F7A;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -75px;
}

/* Responsive Navigation */

.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: rgba(250,250,250,.95);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}

.navbar-toggle {
  position: absolute;
  top: 40%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.navbar-nav {
  margin: 0;
  border: none;
}

#main-nav ul {
  text-align: center;
  background-color: rgba(0,0,0,0.9);
  margin-top: 59px;
  width: 100%;
}
#main-nav ul li {
  margin: 15px 0px;
}
#main-nav ul li:hover {
  background-color: transparent;
}
#main-nav ul li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: none;
  border: none;
}

#main-nav ul li a:hover {
  opacity: 0.5;
  background-color: transparent;
}

.navbar-toggle span {
  background-color: #232323;
}


/* Sidebar Style */

.sidebar-navigation {
  width: 22.5%;
  float: left;
  height: 100%;
  position: fixed;
  background-color: rgba(12,12,12,0.9);
  z-index: 10;
}

.sidebar-navigation .logo {
  position: absolute;
  width: 100%;
  height: 140px;
  background-color:#000F7A;
  padding: 20px;
  text-align: center;
}
.sidebar-navigation .logo img{ max-width:65%; max-height:100px;}
.sidebar-navigation .logo em {
  font-style: normal;
  font-weight: 300;
}

.sidebar-navigation nav {
  position: relative;
  top: 60%;
  left: 60%;
  -webkit-transform: translateX(-60%) translateY(-60%);
  -moz-transform: translateX(-60%) translateY(-60%);
  -ms-transform: translateX(-60%) translateY(-60%);
  -o-transform: translateX(-60%) translateY(-60%);
  transform: translateX(-60%) translateY(-60%);
}

.sidebar-navigation ul {
  margin-left: 45px;
  list-style: none;
  padding: 0;
}
.sidebar-navigation li{ text-transform:capitalize;
  padding: 10px 0;
}
.sidebar-navigation li strong{ margin-right:12px;}
.sidebar-navigation span{
  display: inline-block;
  position:relative;
}
.sidebar-navigation nav a{
  display: inline-block;
  color: #fff;
  margin-top: 5px;
  text-decoration: none!important;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.circle{
  margin-right: 5px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.rect{
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}
.sidebar-navigation nav a:focus {
  color: #fff;
}
.sidebar-navigation nav a:hover, nav .active-section {
  color: #fff;
}
.sidebar-navigation nav a:hover span, nav .active-section span{
  background-color: #ddd;
}
.sidebar-navigation nav .active-section .rect{
  width: 30px;
}
.sidebar-navigation nav .active-section .circle{
  background-color: #fff;
}

.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;  
  bottom: 10px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.sidebar-navigation .social-icons .bq{ width:90; padding:5%; color:#fff;  font-size:12px;}
.sidebar-navigation .social-icons .bq p{ color:#fff; font-size:12px;line-height:22px;}
.sidebar-navigation .social-icons li { width:10%; text-align:center;
  display: inline-block;
  margin-right: 2%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar-navigation .social-icons li img{ max-width:100%;}
.sidebar-navigation .social-icons li.fx{ position:relative;}
.sidebar-navigation .social-icons li .ewm{ width:100px; height:100px; position:absolute; left:0px; display:none; top:-100px;}
.sidebar-navigation .social-icons li.fx:hover .ewm{ display:block;}
.sidebar-navigation .social-icons li .ewm img{ width:100%;}
.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
  color: #000F7A;
}


/* Slider Style */

.slider .content-section {
  padding-top: 0px;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.slider p a {
	color: #FFF;
}
.slider p a:hover {
	color: #FF0;
	text-decoration: none;
}

.Modern-Slider .info {
  text-align: right;
  position: absolute;
  z-index: 10;
  top: 30%;
  right: 60px;
  display: inline-block;
}

.Modern-Slider .info h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: 600; text-transform:uppercase; line-height:25px;
}

.Modern-Slider .info p {
  font-size: 35px;
  color: #fff;  font-weight: 600;line-height:40px;
}
.Modern-Slider .info h2 {
  font-size: 22px;
  color: #fff; text-transform:uppercase; line-height:38px;
}
.Modern-Slider .info h3{ font-size: 35px;  font-weight: 600; color: #fff;line-height:50px;}
.Modern-Slider .info .white-button {    margin-top: 30px;
}
.Modern-Slider .info .white-button span{ font-size:12px; line-height:16px; text-transform:uppercase;}
.Modern-Slider .info .white-button a:focus {
  outline: none;
}
.Modern-Slider .item-3 .info h1,.Modern-Slider .item-3 .info p,.Modern-Slider .item-3 .info h2,.Modern-Slider .item-3 .info h3{ color:#000F7A}
.Modern-Slider .item-3 .info .white-button a:hover{
  font-size: 18px; text-align:center;
  font-weight: 600;
  color: #000F7A;
  text-transform: capitalize;
  background-color: #fff;
  display: inline-block;
   line-height:18px;
  padding: 10px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.Modern-Slider .item-3 .info .white-button a {
  background-color: #000F7A;
  color: #fff;
}
.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow{
  outline: none;
  display: none;
  position:absolute;
  top:60px;
  right:60px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  top:60px;
  right: 120px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .item .image {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: block;
}


.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .item .image {
  animation: zoomin 12s ease-in-out infinite alternate;
  -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.2);}
}

.Modern-Slider {background:transparent;}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


/* team Style */

#team { padding-top:25px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

#team .section-heading {
  margin-right: 20%; margin-top:0px;
}

#team .content-section {
  display: inline-block;
  position: relative; 
}

#team .owl-dots {
  margin-top: 10px;
}

#team .owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

#team .owl-dots .active span {
  background-color: #000F7A!important;
}

#team .owl-dots button {
  outline: none;
}

#team .owl-nav {
  position: absolute;
  display: inline-block;
  top: -110px;
  right: 0;
}

#team .owl-nav button:focus {
  outline: none;
}

#team .owl-nav .owl-prev span {
  margin-right: 10px;
}

#team .owl-nav .owl-next span, #team .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #eee;
  color: #232323;
  font-size: 42px;
  transition: all 0.5s;
}

#team .owl-nav span:hover {
  background-color: #000F7A;
  color: #fff;
}

#team .item {
  text-align: left;
  position: relative;
  z-index: 10;
}

#team .item .image {
  position: relative;
}

#team .item .image img {
  width: 100%;
  overflow: hidden;
}

#team .item .image .team-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(0,15,122, 0.9);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#team .item:hover .team-button a {
  bottom: 0;
  opacity: 1;
}

#team .item .text-content {
  padding-top: 20px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#team .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
  color:  #000F7A;
  letter-spacing: 0.5px;
}

#team .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color:  #000F7A;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}
#team .item .text-content p{ font-size:13px; line-height:25px; color:#666;display: -webkit-box; 
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical; height:100px;}


/* company Style */

#company { width:100%;padding-top: 0px;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100vh;
  text-align: center; overflow:hidden; min-width:1280px;float:left; position:relative;}


#company .image {
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-size: cover;
	display: block;
	background-image: url(../images/cbg.jpg);
}

#company .image {
  animation: zoomin 12s ease-in-out infinite alternate;
  -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}
#company .nrc{ width:77.5%; position:absolute; right:0px; top:0px; z-index:5; height:100%; }

#company .gsjs{ width:85%; margin-left:auto; margin-right:auto;margin-top:16%; }
#company .jsxq{ width:50%; background-color:rgba(0,15,122,0.8); float:left; text-align:left; padding:40px;  height:350px; overflow-y:auto;overflow-x:hidden; color:#fff; }
#company .jsxq::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color:#00073E
}
#company .jsxq::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color:#00073E
}
#company .jsxq::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.4);
     background-color:#C4CBFF
}
#company .jsxq h1{ font-size:18px; line-height:30px; font-weight:bold; margin-bottom:12px;}
#company .jsxq p{ font-size:16px; line-height:30px; color:#fff;}
#company .jsxq img{ max-width:100%;}
#company .tp{ width:47%; float:right; height:350px; overflow:hidden;}
#company .tp img{ width:100%;  min-height:350px;}
/* Video Presentation Style */

#fuction { width:100%;padding-top: 0px; float:left;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100vh;
  text-align: center; overflow:hidden; min-width:1280px; position:relative;}


#fuction .image {
	width: 100%;
	height: 100vh;
	background-position: center bottom;
	background-size: cover;
	display: block;
	background-image: url(../images/gn.jpg);
	background-repeat: no-repeat;
}


#fuction .gn{width:77.5%; position:absolute; right:0px; top:0px; z-index:5; height:100%;}

#fuction .gnjs{ width:85%; margin-left:auto; margin-right:auto; margin-top:3%;}
#gnlist{ width:100%; float:left; text-align:center;}
#gnlist ul{ list-style-type:none; }
#gnlist ul li{
	width:20%; 
	display:inline-block; position:relative; margin:0.8% 2%;z-index:1; cursor:pointer;

}
#gnlist ul li .bg{ width:100%; position:absolute; left:0px; top:0px; z-index:-1}
#gnlist ul li .bg img{ width:100%;transition:0.8s ease-in-out;}
#gnlist ul li .tp{ width:88%; text-align:center; margin:6%;}
#gnlist ul li .tp img{ max-width:60%;transition:0.6s ease-in-out;-webkit-transform:scale(0.95);-moz-transform:scale(0.95);-o-transform:scale(0.95);transform:scale(0.95);}
#gnlist ul li  p{ width:80%; background-color:#011E5C; height:32px;border-radius:32px; color:#fff; margin:0 10%; font-size:15px; line-height:32px; font-weight:bold;transition:0.4s ease-in-out;}
#gnlist ul li:hover .bg img{transform:rotate(360deg);}
#gnlist ul li:hover .tp img{-webkit-transform:scale(1.0);-moz-transform:scale(1.0);-o-transform:scale(1.0);transform:scale(1.0); }
/* Blog Style */

#news { padding-top:25px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px; border-bottom:#ddd solid 1px;
}
#news_1{ width:85%; margin-left:auto; margin-right:auto; margin-top:-25px;}
#info{ float:left; position:relative; width:100%;}
#info LI{list-style-type:none; width:100%;position:relative; }
#info LI img{ width:100%; display:block; margin-left:auto; margin-right:auto; max-height:330px;}

#info  .owl-dots {
  margin-top: -30px; z-index:15; position:relative;
}
#info  .owl-dots .owl-dot span{outline: none;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 3px;
	background-image: url(../images/y1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#info .owl-dots .active span { outline: none;	background-image: url(../images/y2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#info  .owl-nav{filter: Alpha(Opacity=0);
-moz-opacity:0; 		opacity:0;transition:all 0.3s ease-in-out 0s;}
#info:hover  .owl-nav{filter: Alpha(Opacity=100);
-moz-opacity:1; 		opacity:1}
#info .owl-nav .owl-next,#info .owl-nav .owl-prev{outline: none; position:absolute;  width:4%; top:40%; height:40px;  background:none; line-height:0px; font-size:0px;background-size:65% ;}

#info .owl-nav .owl-next{ 
	left:0PX;
	background-image: url(../images/l2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#info .owl-nav .owl-prev{
	right:0PX;
	background-image: url(../images/r3.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#twlb{ width:100%; float:left; text-align:center; padding:0px;  margin-top:20px;}
#twlb ul{list-style-type:none; margin:0px; padding:0px;}
#twlb ul li{ float:left;width:100%; overflow:hidden; padding-left:1%; padding-top:1.5%; padding-bottom:1.5%; padding-right:10%; float:left; background-color:#EFEFEF;;margin-top:10px; margin-bottom:10px; text-align:left; display:block; position: relative; }
#twlb ul li::after{transition:0.8s; right: 10px; top: 0px; width: 8%; height: 100%; position: absolute; z-index: 1; content: " "; background-image:url(../images/n1.png); background-repeat:no-repeat; background-position:center center;background-size:50% ;}
#twlb ul li:hover{ background-color:#000F7A;}
#twlb ul li:hover::after{  background-image:url(../images/n2.png);}
#twlb ul li .tp{ width:24%; float:left; overflow:hidden; height:140px; margin-right:20px; display:block; text-align:center;  }
#twlb ul li .tp img{width:100%; border:0px; min-height:180px;display:block;transition:all 0.6s ease-in-out 0s;}
#twlb ul li .bt{ line-height:30px; height:30px; font-size:16px; font-weight:bold;TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden; color:#000F7A;}
#twlb ul li .js{ line-height:22px; height:66px; font-size:14px; overflow:hidden; color:#777;display: -webkit-box; 
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient: vertical;}
#twlb ul li .more .time{ color:#444; font-size:14px; float:left;line-height:24px}
#twlb ul li .more{ margin-top:4px; color:#000F7A; text-align:right; }
#twlb ul li .more .xx{   padding-left:20px; padding-right:20px; font-size:14px;border-radius:20px; float:left;  background-color:#555;  color:#fff; line-height:25px;}
#twlb ul li A{
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
}
#twlb ul li:hover A .bt,#twlb ul li:hover A .more .time,#twlb ul li:hover .js{ color:#fff;}
#lbb2{text-align:center; font-size:12px; width:100%; float:left; margin-top:20px; line-height:20px;}
#lbb2 span{margin-left:2px; margin-right:2px;}
#lbb2 .current{ padding-left:8px; padding-right:8px; background-color:#000F7A; border:#000F7A solid 1px;color:#fff;padding-top:4px; padding-bottom:4px;}
#lbb2 A{ border:#ddd solid 1px; padding-left:8px; padding-right:8px; color:#333333; padding-top:4px; padding-bottom:4px;margin-left:2px; margin-right:2px;}
#lbb2 A:hover{ border:#000F7A solid 1px;color:#000F7A;}
#lbb2 .pagebegin{ float:left;}
#lbb2 .page-num{ float:right;}
.tabgroup {
  background-color: #f4f4f4;
  padding: 20px 30px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}






/* Contact Style */

#contact {
  padding-top: 0px; padding-bottom:65px;
}

#contact-content {
  padding: 50px 60px;
}
#lxwm{ width:90%; margin-left:auto; margin-right:auto;}
#lxnr{ width:100%; position:relative; float:left;}
#lxnr img{ width:100%; display:block;}
#lxnr .nrc{ width:540px; position:absolute; right:0px; bottom:15px; text-align:left;}
#lxnr .nrc .lxxx{ width:100%; float:left; border-bottom:#000F7A solid 2px; padding-bottom:10px;}
#lxnr .nrc .lxxx img{ width:100%; margin-bottom:10px;}
#lxnr .nrc .lxxx  p{ font-size:16px; color:#333; font-weight:600; line-height:26px;}
#message{ width:100%; float:left; margin-top:10px;}
#message .bk{ width:100%; float:left; margin-top:5px; margin-bottom:5px;}
#message em{
	font-size:15px;
	line-height:30px;
	color:#000F7A; font-weight:bold;
	font-style: normal; width:80px; float:left;
}
#message span{ color:#dd0000;}
#message input{ border:#000F7A solid 1px; color:#000F7A; outline:none;line-height:25px; width:80%; background-color:#fff;text-indent:10px;font-size:14px;border-radius:4px}
#message textarea{border:#000F7A solid 1px; height:75px; line-height:25px; font-size:14px; width:80%; background-color:#fff;border-radius:4px}
#message .button1{width:120px;height:40px;background-color:#000F7A;background-image:none; border:0px; cursor:pointer;line-height:18px;color:#fff;font-size:14px;text-align:center;margin:5px;text-indent:0}
#message .button1:hover{ background-color:#ff9900}


.footer {
  background-color: rgba(12,12,12,0.9);
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  width: 100%; min-width:1280px;
}

.footer p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 80px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {text-decoration: none;
}
#nyweb{
  padding-top: 0px; padding-bottom:65px;overflow:hidden;
}
#nypage{ width:85%; margin-left:auto; margin-right:auto; margin-top:-20px;}
#contain-c{width:100%; float:left;  margin-top:10px;font-size:14px;  padding-bottom:20px;}
#contain-nr{width:100%;float:left;  position:relative; min-height:670px;}
#contain-nr .pagelist{ width:50px; position:absolute; bottom:-25px; right:-70px;}
#contain-nr .pagelist i{ font-size:25px; line-height:50px; color:#fff;}
#contain-nr .pagelist a{ display:block; width:50px; height:50px;}
#contain-nr .pagelist .pre,#contain-c .pagelist .next{ width:50px; display:block; height:50px; background-color:#585858; color:#fff; margin-top:5px; margin-bottom:5px; cursor:pointer}
#contain-nr .pagelist .pre:hover,#contain-c .pagelist .next:hover{ background-color:#000F7B}
.hei{font-size:14px;color:#fff; text-indent:20px; background-color:#000F7B;font-weight:bold;line-height:30px; margin-bottom:10px;}
#title{
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ";
	font-size: 24px; font-weight:normal;
	color:#000F7B;
	border-bottom:#ddd 1px dotted;
	padding-top:10px;  padding-bottom:10px; line-height:32px;
	text-align:center;
}
#ly{	font-size: 13px;
	
	color:#444;
	border-bottom:#ddd 1px dotted;
	height:30px;
	line-height:30px;
	text-align:center;
	font-weight:normal;
}
#nr{
	font-size: 14px;	
	color:#333333;
	line-height:25px;
	text-align:left;
	padding:5px; text-align:left; margin-top:12px;
}
#nr hr{ height:2px; background-color:#000F7B; overflow:hidden; border:0px;}
#nr img{ max-width:100%; margin-bottom:10px;}
.hg1{ margin-top:18px;}
/* Responsive Style */

@media (max-width: 992px) {.sidebar-navigation .social-icons li { width:15%;}

  .responsive-nav {
    display: none;
  }

  .sidebar-navigation .logo a {
    font-size: 18px;
  }

  .sidebar-navigation nav a {
    font-size: 13px;
  }

  .sidebar-navigation nav ul {
    margin-left: 30px;
  }

  .sidebar-navigation .social-icons li a {
    font-size: 15px;
  }

}
@media (max-width: 767px) {

  .responsive-nav {
    display: block;
    height: 60px;
  }

  .page-content {
    width: 100%;
  }

  .Modern-Slider .info {
    text-align: center;
    right: 0px;
    padding: 0px 30px;
  }

  .Modern-Slider .NextArrow{
    outline: none;
    display: none;
    position:absolute;
    top:120px;
    right: 50%;
    transform: translateX(50%);
    margin-right: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  .Modern-Slider .NextArrow:before{content:'\f105';}

  .Modern-Slider .PrevArrow{
    outline: none;
    position:absolute;
    top:120px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  

}

@media (max-width: 690px) {

  .section-heading p {
    position: relative;
  }

  #team {
    padding-left: 15px;
    padding-right: 15px;
  }

  #team .owl-nav {
    position: absolute;
    display: inline-block;
    top: -220px;
    right: 0;
  }

  #company {
    padding-left: 15px;
    padding-right: 15px;
  }

  #video {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog .tabs a {
    font-size: 13px;
  }

  #blog .tabgroup ul li img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #blog .tabgroup ul li .text-content {
    display: block;
  }

  #contact-content {
    padding-left: 15px;
    padding-right: 15px;
  }

}