html {
    font-size   : 14px;
    line-height : 1.5em;
    }

p{margin:0; padding:0;}

::-moz-selection {
    background  : #B3D4FC;
    text-shadow : none;
    }

::selection {
    background  : #B3D4FC;
    text-shadow : none;
}

.ma30{ margin-top:5%;}
img.zoom-img:hover {-webkit-transform: scale(1.73);-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 750ms;moz-transform: scale(1.23);-moz-transition-timing-function: ease-out;-moz-transition-duration: 750ms;overflow: hidden;}
img.zoom-img {-webkit-transform: scale(1, 1);-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 250ms;-moz-transform: scale(1, 1);-moz-transition-timing-function: ease-out;-moz-transition-duration: 250ms;}
.content{width:100%; }

img {
	max-width:100%
    }


fieldset {
    border  : 0;
    margin  : 0;
    padding : 0;
    }



textarea {
    resize : vertical;
    width:100%;
    border: 1px solid #e8e8e8;
    padding: 1em 1.5em;
}

p, ul, ol, pre, table, blockquote {
  margin-top: 1rem;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
hr {
  border: 1px solid;
  margin: -1px 0;
}
a,
a:active,
a:focus,
a:active {
    text-decoration : none !important;
    outline         : none
    }

a {
    color           : #323232;
    text-decoration : none;
    transition      : all 0.2s ease 0s;
    }

a:hover,
a:focus {
    color           : #fdc312;
    text-decoration : underline;
    }

ul {
    margin     : 0;
    padding    : 0;
    list-style : none
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: '微软雅黑', sans-serif;
    color       : #888888;
    margin      : 0;
  }

h1 {
  font-weight: 600;
  font-style: inherit;
  font-size: 2.571rem;
  line-height: 1.111em;
}

h2 {
  font-weight: 600;
  font-style: inherit;
  font-size: 2.143rem;
  line-height: 0.700em;
}

h3 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1.714rem;
  line-height: 1.875rem;
  margin: 0rem;
}
h4 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1.286rem;
  line-height: 1.875rem;
  margin: 0rem;
}


.btn{
    background: #FDC312;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 18px;
    margin-top: 20px;
    border-radius: 0;
    display: inline-block;
    -webkit-transition         : all 0.3s ease 0s;
    -moz-transition            : all 0.3s ease 0s;
    -o-transition              : all 0.3s ease 0s;
    transition                 : all 0.3s ease 0s;
}

.btn:hover, .btn-default:hover{
    background: #3c4461;
    color:#ffffff;
    border-color:#3c4461 !important;
}
.btn-default.focus, .btn-default:focus {
    color: #ffffff;
    background-color: #3c4461;
    border-color: #3c4461 !important;
}

body {
    font-family: '微软雅黑', sans-serif;
    color                      :#323232;
    font-weight                : 400;
    font-style                 : normal;
    font-size                  : 1rem;
    line-height                : 1.857em;
    -webkit-text-size-adjust   : 100%;
    -webkit-overflow-scrolling : touch;
    -webkit-font-smoothing     : antialiased !important;
    -webkit-transition         : all 0.3s ease 0s;
    -moz-transition            : all 0.3s ease 0s;
    -o-transition              : all 0.3s ease 0s;
    transition                 : all 0.3s ease 0s;

}

.wrapper{
  background:#fff;
}
.header-top{
  background: #ffffff;
  padding: 2% 0 2% 0;
  overflow: hidden;
}
.logo {
  
}

.header-connection{
  text-align: right;
  line-height: 1.5em;
  margin-top:10px;
}
.header-connection p{
color:#505050;
}
.header-connection p i{
color:#ffffff;
font-size:28px;
height:30px;
width:30px;
background-color:#fe0303;
text-align:center;
border-radius:50%;
padding-top:1px;

}
.header-top strong{
  color:#ff0000;
  font:bold 25px/25px Arial, Helvetica, sans-serif;
  
 }
.social li{
  display:inline-block;
  padding:0 6px;
}
.social li:last-child{
  padding-right: 0;
}
.social a {
    color: #a4a4a4;
    font-size: .8rem;
}
.social a:hover{
  color:#fdc312;
}
.header-top p{
  margin:0;
}

/*----------------------------
 Navigation  bar Style
-----------------------------*/
#menubg{ background: url(../images/menu-bg.jpg) repeat-x}
.main-nav-bar{
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:transparent;
}
.navbar-collapse,
.navbar-default {
    background-color: transparent; 
    border-color: transparent;
}
.navbar{
    margin:0;   
    min-height: 0;
}
.main-nav{
  padding-left: 0px;
  border-top: 1px solid rgba(0, 0, 0, .05);
  border-radius: 0;
}
.main-nav li{
    display:inline-block;
    margin: 12px 30px 14px 0;
}
.main-nav .active{
   border-top:1px solid #fdc312;
}
.main-nav li a{
    font-family: "微软雅黑","黑体";
    font-size:1rem;
    display: inline;
    margin-bottom: 0;
    padding:15px 35px;
    font-weight:600;
    color: #ffffff;
}
.main-nav li > a:hover, .main-nav li > a:focus{
    color:#ffea00;
    background: transparent;
    border-top:1px solid #fdc312;
}

/*---------------------------
Breadcrumb
-------------------------*/
.breadcrumb-area{
  overflow: hidden;
  background: #ffffff;
}
.breadcrumb{
  background: #ffffff;
  padding: 5px 0 0 15px;
  margin-bottom: 1.1em;

}
.breadcrumb a{
  color: #999999;
  font-weight: 400;
}
.breadcrumb .active{
  color:#000000;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #999999;
    content: "\f101";
    font-family: FontAwesome;
	
}

/*---------------------------
Dropdown menu style
-------------------------*/
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: none;
}
.main-nav .dropdown-menu{
    min-width:250px;
    background: #fdc312;
    border-radius: 0;
    left: -20px !important;
    display:block;
    visibility: hidden;
    opacity: 0;
    border: 0;
    padding: 15px 0;
    margin-top: 15px !important;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-nav .dropdown-menu li{
  width:30%; float:left; display:block; 
}
.main-nav .dropdown-menu li:first-child{
  padding-top:0;
}
.main-nav .dropdown-menu li a{
    color: #ffffff;
    display: inline-block;
    padding: 0px 20px;
	
}
.main-nav .dropdown-menu li a:hover{
  color:#000;
  background: transparent;  
  border-top: 0;
}
.main-nav .dropdown:hover .dropdown-menu{
  display:block;
  opacity: 1;
  visibility: visible;
  left:0px !important;
}

.header-right{
  text-align: right;
  margin-right: -2px;
}

#header-right input{
  width:28px;
  line-height: 3.3em;
  box-sizing: border-box;
  border: 0px;
  border-radius: 0px;
  font-size: 1em;
  margin-top:1px;
  background-color: transparent;
  padding:0;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  transition: width 0.2s linear;
 
}
input.empty {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; 
}

#header-right input[type=search]:focus{
  width:170px;
  outline: none;
  background:#eee;
  padding: 0 10px;
  color:#333
}

:focus::-webkit-input-placeholder {
  color: #ffffff !important;
}
 
:focus::-webkit-input-placeholder { 
  color: ffffff !important;  
}


/* Extra small devices (phones, less than 768px) */
@media (max-width : 767px) {
	  .welcome-thumb{
    width:100%;
    padding:0 0 1em;
  }
    .logo{
      margin-bottom: 15px;
    }
	.header-top{
  background: #ffffff;
  padding: 4% 0 0% 0;
  overflow: hidden;
}
    .header-wrapper {
      padding: 0; 
    }

    .header-connection {
        text-align: left;
    }

    .navbar-default .navbar-toggle {
      padding: 0 .5em;
      top: -6px;
    }
    .main-nav-bar{
      position:absolute;
      top:2.457em;
      right:0;
    }
	
}

/*---------------------------
offcanvas-menu
--------------------------*/
.offcanvas-menu {}
.offcanvas i{
  font-size:1.75rem;
  color:rgba(0,0,0, .8);
}
.offcanvas button{
    margin: -1.2em -0.8em;
}
.navbar-header .navbar-toggle:focus, .navbar-header.navbar-toggle:hover {
    background-color: transparent;
}
.offcanvas-menu h1 {
  font-size: 1.4rem;
  padding: 1em 1.7em;
  color: #999;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.7em;
}

#menu>li {
  line-height: 2.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#menu>li:last-child {
  border-bottom: 0;
}
#menu>li ul li{
  margin-left: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#menu li a {
  display: block;
  text-decoration: none;
  color: #999999;
  padding: 0 1em;
}
#menu li a:hover,
#menu li.active a {
  color: #fff;
  background: rgba(255,255,255,0.2);
}

.offcanvas-menu .close {
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  width: 38px;
  height: 38px;
  -webkit-transition      : all 0.3s ease 0s;
  -moz-transition      : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition      : all 0.3s ease 0s;
}
.offcanvas-menu .close:hover {
  background: rgba(0,0,0, .3);
  color:#fdc312;
}






  .alighn-left{
    float: left;
    margin:15px 15px 0 0;
  }

  .alighn-right{
    float: left;
    margin:15px 0 15px 15px;
  }

/*----------------------------------------------
  Banner-section
------------------------------------------*/
.container-fluid{
  padding:0;
}
.carousel-caption{
    right: 15%;
    left: 49%;
    bottom: 50px;
    padding-bottom: 30px;
    text-align: left;
    text-shadow: none;
}
.carousel-caption h1{
  color:#ffffff;
  line-height: 1.2;
  text-transform: uppercase;
}
.carousel-caption p{
  color:#ffffff;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #ffffff;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background: #FDC312;
    border:1px solid #FDC312;
}

@media(min-width: 768px) and (max-width: 1199px){
	  .welcome-thumb{
    width:100%;
    padding:0 0 1em;
  }
  .carousel-caption{
    bottom:1em;
  }
  .carousel-caption h1 {
    font-size:1.5rem;
  }
  .carousel-caption p {
    margin:0;
  }
  .carousel-caption a {
    margin-top:7px;
    padding:0 8px;
  }
  .carousel-indicators {
    bottom: 0px;
  }
    .welcome-thumb{
    width:100%;
    padding:0 0 1em;
  }
  .main-nav li a{
    font-family: "微软雅黑","黑体";
    font-size:1rem;
    display: inline;
    margin-bottom: 0;
    padding:15px 10px;
    font-weight:600;
    color: #ffffff;
}
}

/*--------------------------------------------
  Welcome section style
--------------------------------------------*/
.welcome-section{
  padding:5% 0;
  overflow: hidden;
}
.welcome-thumb{
  float:left;
  width:36%;
  padding-right: 50px;
}
.welcome-content{
  float:left;
  width:64%;
}

@media(max-width: 767px){
  .welcome-thumb{
    width:100%;
    padding:0 0 1em;
  }
  .welcome-content{
    width:100%;
  }
}

/*--------------------------------------------
  Service section style
--------------------------------------------*/
.service-section{
  overflow: hidden;
}
.probg{ background:url(../images/news.jpg) no-repeat center;padding:40px 0;background-size:cover;background-attachment: fixed;}
.probg1{ background:url(../images/news1.jpg) no-repeat center;padding:40px 0;background-size:cover;background-attachment: fixed;}
.tablist{
  padding: 1.5em 0;
  border: 1px solid rgba(0, 0, 0, .05);
  border-left:0;
  border-right:0;
  margin-bottom: 1em;
}
.service-section li:first-child{
  font-size: 24px;
  margin-right: 30px;
  padding: 0;
  border:0;
  color:#0d479a;
  font-weight:bold;

}
.service-section li{
  border-radius: 0;    
  
  display: inline-block;
  font-size: 19px;
 
}
.service-section li:last-child{
  
}
.service-section li a{
    border-radius: 0;
    border: 0;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
     font-size: 14px;
    text-transform: uppercase;
	background:#1053b5;
	line-height:25px;
	padding:10px 13px;
	 border-radius: 20px;
}
.service-section .active a, 
.service-section .active a:focus, 
.service-section .active a:hover  
{
  color: #fdc312;
  background: #ffffff;
  border-bottom: 2px solid #fdc312;
}
.service-section li a:hover{
  color: #fdc312;
  background: #ffffff;
  border-bottom: 2px solid #fdc312;
}

.service-item{
  position: relative;
  margin-bottom:0.8em;
  padding:0;
}
.service-item .zz{width:100%; height:220px; overflow:hidden}
.service-item img{
width:100%; height:220px; 
}




.service-description:before{  background: rgba(0, 0, 0, 0.45)}
.service-item:hover::before{
  opacity: .9;
}
.service-description{
  position: absolute;
  left:0;
  bottom: 0;
  padding: 0.6em 1.8em 0.8em;background: rgba(0, 0, 0, 0.65);
  width:100%
}
.service-description h3{
    color: #ffffff;
    border-left: 5px solid #fdc312;
    line-height: 20px;
    padding-left:.4em;
    text-transform: uppercase;
	font-size:16px;
	
}
.service-description p{
  color:#ffffff;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -7em;
  -webkit-transition : all 0.3s ease 0s;
  -moz-transition    : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition         : all 0.3s ease 0s;
  
}

.service-item:hover p{
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
}
.service-item:hover .service-description h3{
    border-left: 5px solid #ffffff;
	
}

@media(max-width: 767px){
  .service-section li:first-child {
    margin-right: 0;
  }
  .service-section li a {
    font-size: 1rem;
  }
}
@media(min-width: 480px) and (max-width: 991px){
  .service-section li:first-child {
    margin-right: 2rem;
  }

}

/*------------------------------------------------------
  Service activity style
---------------------------------------------------*/
.service-activity{
  padding: 5em 0;
}
.activity-head{
    padding: 0 20em;
    text-align: center;
}
.activity-head h2{
  line-height: 1.5em;
  font-weight:400;
  color:#888888;
}
.activity-head h2 span{
  color:#fdc312;
  text-transform: uppercase;
}
.activity-list-items{
  padding:5em 0;
  overflow: hidden;
}
.activity-list{
  overflow: hidden;
}
.activity-icon{
  float: left;
  width: 17%;
  padding-right: 1.5em;
  text-align: center;
}
.activity-icon i{
    background: #fdc312;
    padding: 0.52em;
    font-size: 1.5rem;
    color:#ffffff;
}
.activity-details{
  float:right;
  width:83%;
}
.activity-details h4{
  color: #333333;
  font-size: 1.4rem;
}

@media(max-width: 767px){
  .service-activity {
    padding: 0;
  }
  .activity-head {
    padding: 0;
  }
  .activity-head h2{
      font-size: 1.5em;
  }
  .activity-list{
    margin-bottom: 2em;
  }
  .service-section li{
  border-radius: 0;    
  
  display: inline-block;
  font-size: 19px;
  margin-bottom:15px;
 
}
}
@media(min-width: 768px) and (max-width: 1199px){
  .activity-head {
    padding: 0 6em;
  }
  .activity-icon {
    width: 20%;
  }
  .activity-details {
    width: 80%;
  }
}

/*------------------------------------------------
  Section-quote style
---------------------------------------------*/
.quote-section{
  background: url(../img/quote-bg.jpg)no-repeat scroll center 0;
  height:400px;
}
.quote{
  padding: 7em 20em;
  text-align: center; 
}
.quote h2{
  color:#ffffff;
  line-height: 2em;
}
.quote p{
  color:#ffffff;
}
.quote a{
  font-size: 1.2rem;
  line-height: 2.5em;
  padding: 4px 2.5em;
}

@media(max-width: 767px){
  .quote{
    padding: 5em 0em; 
  }
}
@media(min-width: 768px) and (max-width: 1199px){
  .quote{
    padding: 5em 10em; 
  }
}

/*------------------------------------------------
 our-clients-section
-------------------------------------------------*/
.our-clients-carousel{
  padding: 0 0 5%;
  text-align: center;
}
.our-clients-carousel h2{
  font-weight:400;
  color:#888888;
  padding-bottom: 2.3em;
  line-height: 1.5em;
}



.news .date{
color:#dddddd;
}
.news li{
    margin-bottom: 1em;
}
.news p{
  margin:0;
  line-height: 1.5em;
}
.responsability ul li{
  margin:0 0 .3em 0;
  position:relative;
}
.responsability ul li::before{
  content: "\f105" ;
  font-family: fontAwesome;
  position: absolute;
  left:0;
  color:#fdc312;
}
.responsability li a{
  font-size: .9rem;
  color:#888; 
  padding-left: 1em; 
}
.responsability li a:hover{
  color:#fdc312;
}
.contact-us span{
  display:block;
  font-weight:700;
  line-height: 2em;
}
.contact-us a{
  color:#888888;
}
.contact-us a:hover{
  color:#fdc312;
}

/*------------------------------------------------
 footer style
-----------------------------------------------*/


@media(max-width: 767px){
  .footer-social {
    text-align: left;
  }
  .contact-us{
    margin-top:2em;
  }
}
@media(min-width: 600px) and (max-width: 767px){
  .footer-logo, 
  .news, 
  .responsability, 
  .contact-us{
    width: 50%;
    float:left;
    min-height: 212px;
  }
  .contact-us{
    margin-top:0em;
  }
}


/*--------------------------------------------------
  breadcrumb-area
-----------------------------------------------*/
.breadcrumb-area{
  background: #ededed;
}
.page-title h2{
  color: #494949;
  font-size: 18px;
  font-weight:700;
  text-transform: uppercase;
  line-height:35px;
}
.breadcrumb{
  background: transparent;
}
.breadcrumb a, 
.breadcrumb>.active{
  color: #494949;
 
}

/*---------------------------------------------
  history-details
---------------------------------------*/
.history{
  padding:5% 0;
}
.history h3{
  margin-bottom: 1em;
  text-transform: uppercase;
}
.history-details img{
  width:48%;
  float:left;
  margin:.5em 2.5em 0 0;
}
.history-details p{
  margin:0 0 2em ;
}


/*----------------------------------------------
 company-focus style
--------------------------------------------*/
.company-focus{
  overflow: hidden;
  padding: 5em 0;
  border:1px solid rgba(0,0,0, .05);
  border-left: 0;
  border-right: 0; 
}
.company-focus h3{
  margin-bottom: 1em;
  text-transform: uppercase;  
}

@media(max-width: 991px){
  .company-mision{
    margin-bottom: 5em;
  }
}


/*--------------------------------------------------
  Service style
-------------------------------------------------*/
.residential-plumb{
  overflow: hidden;
  padding: 5em 0;
}
.residential-plumb h2, 
.commercial-plumb h2{
  margin-bottom: 1.5em;
  padding-left: .5em;
  text-transform: uppercase;
}
.residential-plumb .service-description p,
.commercial-plumb .service-description p{
  color:#ffffff;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -12em;
  -webkit-transition : all 0.3s ease 0s;
  -moz-transition    : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition         : all 0.3s ease 0s;
}
.residential-plumb .service-item:hover p,
.commercial-plumb .service-item:hover p{
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
}
.residential-plumb .service-description,
.commercial-plumb .service-description{
  padding: 5.2em 1.5em 1.5em 1.8em;
  bottom: 1.5em;
}
.service-description h2{
  visibility: visible;
  opacity: 1;
}
.residential-plumb .service-description a,
.commercial-plumb .service-description a{
  visibility: hidden;
  opacity: 0;
  color:#666666;
  text-transform: uppercase;
  background: #ffffff;
  padding: 0.5em 0.857em;
  font-weight: 600;
  margin-top: 1em;
  display: inline-block;
}
.residential-plumb .service-item:hover .service-description a,
.commercial-plumb .service-item:hover .service-description a{
    opacity: 1;
    visibility: visible;
}
.residential-plumb .service-item:hover .service-description a:hover,
.commercial-plumb .service-item:hover .service-description a:hover{
  background: #3c4461;
  color:#ffffff;
  border-color: #3c4461;
}
.residential-plumb .service-item:hover .service-description,
.commercial-plumb .service-item:hover .service-description{
    border: 2px solid #ffffff;
    overflow: hidden;
    margin: 1.5em;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    padding: 5.2em 0 1.5em 1.8em;
}
.commercial-plumb{
  overflow: hidden;
  padding: 5em 0;
  border:1px solid rgba(0,0,0, .05);
  border-left: 0;
  border-right: 0; 
}

@media(max-width: 480px){
  .residential-plumb h2, 
  .commercial-plumb h2{
    font-size: 1.7rem;
  }
  .residential-plumb .service-item:hover .service-description, 
  .commercial-plumb .service-item:hover .service-description {
    margin: 0.5em;;
    padding: 2.6em 0 0.5em 1em;
  }
}
@media(min-width:600px) and (max-width: 767px){
  .residential-plumb .service-item:hover .service-description, 
  .commercial-plumb .service-item:hover .service-description {
    margin: 4.5em;
    padding: 9.6em 2em 2.5em 2em;
  } 
}
@media(min-width:768px) and (max-width: 991px){
  .residential-plumb .service-item:hover .service-description, 
  .commercial-plumb .service-item:hover .service-description {
    padding: 4.5em 0 1.5em 0.8em;
  } 
}
@media(min-width:992px) and (max-width: 1199px){
  .residential-plumb .service-item:hover .service-description, 
  .commercial-plumb .service-item:hover .service-description {
    margin: 0.5em;
    padding: 1.6em 0 1.5em 1.8em;
  } 
}

/*-----------------------------------------------------------
 Single-page style 
---------------------------------------------------------*/
.single-details{
  padding:5em 0;
  overflow: hidden;
}

@media(max-width: 991px){
  .single-thumb{
    width:100%;
    margin-bottom:4em;
    padding:0;
  }
  .single-content{
    width:100%;
  }
}

/*------------------------------------------------------
  Map area
-----------------------------------------------------*/
.map-head{
  padding-top: 5em;
}
.map-area{
    position:relative;
    padding-top:4.286em;
}
.map-canvas {
    height     : 300px;
}

/*------------------------------------------------------
  Contact Us
------------------------------------------------------*/
.form-section{
  overflow: hidden;
  padding: 5em 0;
  border-bottom:1px solid #e8e8e8;
}
.main-contact-form h4{
  text-transform: uppercase;
}
.main-contact-form p{
  margin-bottom: 4em;
}
.head-office{
  margin-bottom: 1.5em;
  border-bottom:1px solid #e8e8e8;
}
.office-location{
 
}
.head-office h4,
.newyork-office h4{
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.main-contact-form input[type=text],
.main-contact-form input[type=email],
.main-contact-form input[type=tel]{
    width: 100%;
    line-height: 3em;
    padding: 0 1.5em;
    margin-bottom: 2.2em;
    border: 1px solid #e8e8e8;
}

#full-name{
  width: 48%;
  margin-right:1em;
}
#email{
  width: 48%;
  margin-left:.8em;
}
.main-contact-form input[type=submit]{
    margin-top: 2em;
    line-height: 2em;
    padding: 8px 30px;
    text-transform: uppercase;
    border: 1px solid #fdc132;
}

@media(max-width: 767px){
  #full-name, #email{
    width:100%;
    margin:0 0 2.2em 0;
  }
  .contact-us .get-in-Touch h4{
    margin-top:2.2em;
  }
  .office-location{
    margin: 3em  0 0;
  }
  .head-office{
    border-bottom:0;
  }
}
@media(min-width: 768px) and (max-width: 1199px){
  #full-name, #email{
    width:100%;
    margin:0 0 2.2em 0;
  }
}
.titlelm{ background:url(../images/title.png) no-repeat center bottom; height:90px; overflow:visible;min-width:100%; margin-bottom:50px;}
.titlelm h3{ font-weight:normal; text-align:center; font-size:18px; }
.titlelm h3 a{ color:#E7E7E7;font-family:"微软雅黑";font-size:16px;margin-bottom:39px; height:40px; line-height:30px;}
.titlelm h3 span{ display:block; color:#ffffff; font-size:24px; padding-top:12px; font-weight:bold; font-family:"微软雅黑";  }

.hb-info h4 {
	margin:10px 0 8px;
	font:15px/28px "微软雅黑"; 
}

.hb-info h4 a {
	color:#000;
}

.hb-info  p{
	font:14px/24px "微软雅黑"; color:#616161
}
.hb-thumb {
	position:relative;
}

.date-meta {
    background: #8dc73f ;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0;
    padding: 6px 13px;
}

.date-meta span {
	display:block;
	font-size:26px;
font-weight:700;
}
.newsletter-tp{
	 padding: 5em 0;
}
.footer {
    padding: 2em 0;
    background: #0c3978;
	margin:0;
}
.ftr-grid h3 {
      color: #f6da08;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}
.ftr-grid h3 a span {
       color: #f6da08;
    display: inline-block;
    padding: 6px 10px;
    background: #f12b24;
}
.ftr-grid h3 span{
	
}
.ftr-grid p {
       font-size: 14px;
    color:#fff;
    line-height: 2em;
}
.ftr-grid.fg1 a {
    color: #f6da08;
    margin-top: 0.5em;
    display: inline-block;
    font-size: 17px;
}
.ftr-text p {padding:0; margin:0;}
.ftr-text p a {
        color: #ffffff;
}
.ftr-grid ul {
    padding: 0em;
    list-style: none;
}
.ftr-grid ul li {
    font-size: 0.95em;
    color: #fff;
    line-height: 1em;
}
.local {
    float: left;
    width:8%;
}
.local i{ color:#FFF; line-height:12px; margin-top:8px;}
.ftr-text {
    float: right;
    width:92%;
}
.right-w3l.fotw3 {
    width: 100%;
    text-align: left;
}
ul.top-links li {
	display:block;
	margin-bottom: 9px;
}
.right-w3l ul.top-links li a i.fa {
        color: #ff0000;
    background-color: #fff;
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    vertical-align: text-bottom;
	border-radius:50%
	
}
.right-w3l ul.top-links li a i.fa:hover {
	color: #fff;
    background-color: #0d3172;
}
.right-w3l {
    float: left;
    width:12%;
	margin-top: 1em;
}
.right-w3-2 {
    float: right;
    width:88%;
}
.right-w3-2 ul.text-w3 li a {
    color: #ffffff;
    font-size: 14px;
    margin: 13px 0px 0px;
    display: inline-block;
    letter-spacing: 1px;
    vertical-align: top;
}
.fotw3 ul.top-links li a i.fa:hover , .fotw33 ul.top-links li a i.fa:hover {
    background-color: #478bca;
}
.ftr-address {
    margin: 2px 0;
}
.copyright1s {
    text-align: center;
	margin:0;
	padding:0;
	background: #08254e;
	
}
.copyright1s p {
    font-size: 13px;
    color: #fff;
	margin:0;
	padding:0;
	line-height:35px;
    
}
.copyright1s p a {
    color: #f6da08;
}
.nytitlebt{padding:1em 0 4em 0;}
.nytitlebt h3{font-size:2.5em;color:#0c53ae;text-align:center;position:relative;padding-bottom:.5em;letter-spacing:3px; font-family:'微软雅黑'}
.nytitlebt h3:after{content: '';background: #999;width: 40%;height: 1px;position: absolute; bottom: 0%;left: 30%;}
.nytitlebt h3:before{content: '';   background: #ffc200;  width: 10%;height: 3px;position: absolute;bottom: -2%;right: 44.9%; z-index:2;}
.nytitlebt p.qui{text-align:center;color:#999;line-height:1.8em;margin:1em 0 0 !important;font-weight: 500 !important;}
.page-heading {
    background: rgba(0, 0, 0, 0);
    padding: 150px 0;
    position: relative;
    z-index: 1;
}
.ny_left{ width:90%; margin-top:5%}
.ny_list{ margin-bottom:35px;}
.ny_list_t{ border-top:2px solid #fdc312; height:46px; font:bold 16px/46px "微软雅黑"; background:#1a409b; color:#fff; padding-left:30px;}
.ny_list_nr{ clear:both; overflow:hidden;}
.ny_list_nr ul li{width:100%;height:36px;font:14px/35px "微软雅黑"; text-indent:30px;border-bottom:1px solid #e2e2e2;}
.ny_list_nr ul li a{display:block;border-left:1px solid #fdc312;background:#f5f5f5;  color:#333437; }
.ny_list_nr ul li a:hover,.ny_list_nr ul .cur{display:block;background-color:#1a409b;color:#ffffff; height:36px; line-height:35px;}



.lianxi{background:#f5f5f5; padding:15px 12px;color:#888; margin-bottom:3%}
.lianxi p{padding:0; margin:0;}
.lianxi h1{font:normal 16px/20px "微软雅黑";padding-bottom:10px;color:#444444;}
.lianxi h2{font:normal 14px/24px "微软雅黑";color:#444444;}
.lianxi span{color:#444;font:normal 12px/25px "微软雅黑";}
.news-main {
	width:100%; margin-top:29px; overflow:hidden; float: left;
}
.news-main-left {
	width:27%;  float: left;
}
.news-main-left img {
	height: auto; margin-right: auto; margin-left: auto; display: block; max-width: 100%;
}
.news-main-right {
	width:70%; float: right; 
}
.news-main-right a{
	color: #000; line-height: 18px; font-size: 18px; float: left;
}
.news-main-right h1{
	color: #999; margin-top:14px; line-height: 14px; font-size: 14px; float: left;
}
.news-main-right p{
	margin-top:14px; color: #333; line-height: 24px; font-size: 14px; float: left;
}

.news-show {
	width:100%; overflow:hidden; float:left;
}
.news-show-Title {
	width:100%; float:left; color:#333; line-height:200%; font-size:24px; text-align:center;
}
.news-show-content {
	width:100%; float:left; margin-top:20px; color:#333; line-height:200%; font-size:18px;
}