@charset "utf-8";
/* CSS Document */


@font-face{
		font-family:'Roboto';
		src:url(fonts/Roboto/Roboto-Regular.woff) format('woff'),url(fonts/Roboto/Roboto-Regular.ttf) format('truetype');
		font-weight:normal;
		font-style:normal;
}

@font-face{
		font-family:'Roboto-Bold';
		src:url(fonts/Roboto/Roboto-Bold.woff) format('woff'),url(fonts/Roboto/Roboto-Bold.ttf) format('truetype');
		font-weight:normal;
		font-style:normal;
}

BODY
{
	background: #FFFFFF;
	margin: 0px;
	font-family:  'Roboto', sans-serif;
	font-size: 14px;
}

strong
{
	
	font-family:  'Roboto-Bold', sans-serif;

}

ul{ margin:0; padding:0;}
A
{
	text-decoration: none;
	color: #333;
}

A:hover {
    color: #FE6B0A;
}

IMG
{
	border: none;
}
li{
	list-style: none;
}
/*h1, h2, h3, h4, h5 {
   font-family:  Arial,helvetica,sans-serif;
}*/
.left {
    float: left;
}
.right {
	float:right;
}
.subscribe-section {
    margin: 0 auto;
    width: 100%;
}

/******************头部样式开始**********************/

.social {
    background: #09267b;
    padding: 10px 0;
}
.social-wrapper .social-icon a i {
    padding-right: 10px;
}
.social-wrapper .social-icon a {
    float: left;
    font-size: 13px;
    color: #fff;
}
.social-wrapper .social-contact {
    float: right;
    font-size: 13px;
}
.social-wrapper .social-contact a {
    color: #fff;
    margin-right: 20px;
}
.social-wrapper .social-contact a i {
    padding-right: 5px;
}

/******************头部样式结束**********************/
/*******************菜单样式*********************/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    padding-top: 20px;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;	
}



.navbar-default .navbar-nav>.active>a {
	color: #555;
    background-color: #ffb500;		
}

.navbar-default .navbar-nav>li>a:hover{
    background-color: #fbaa29;
    animation-duration: 1s;
}

/* Ripple In */

@-webkit-keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

@keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

.hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}



.hvr-ripple-in:hover:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:active:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in;
}


.navbar-nav>li  {
    float: left;
    margin: 0em 0.5em;
  /*  margin-left: 10px;*/
}




.navbar-nav .z-caid {
    border-top: 3px solid #fbaa29;
    position: absolute;
    z-index: 999;
    width: 190px;
    left: 0px;
    background: rgb(0, 0, 0);
	display: none;
}

.navbar-nav li:hover .z-caid {
    display: block;
}
.navbar-nav .z-caid li{
	padding: 10px 15px;
    border-bottom: 1px solid #fbaa29;
}
.navbar-nav .z-caid li a{
	color:#FFFFFF;
}

/*********************************/


.tp-loop-wrap {
    position: absolute;
    z-index: 2;
	top: 210px;
	width:100%;
}

.tp-mask-wrap {
    position: absolute;
    overflow: visible;
    height: auto;
    width: auto;
}

.bj-bang {
    z-index: 5;
    border-color: rgba(0, 0, 0, 0.498039);
    visibility: inherit;
    transition: none;
    line-height: 22px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 14px;
    min-height: 140px;
	width:785px;
    max-height: 165px;
	text-align: center;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	background: rgba(0, 0, 0, 0.498039);
}

.bj-bang h1 {
    color: #FFFFFF;
    padding-top: 11px;
    font-size: 45px;
}
.dcont-con {
    color: #FFFFFF;
    padding-top: 11px;
    overflow: hidden;
}

.seover {
	position: absolute;
    z-index: 2;
    top: 420px;
    margin-left: 29.333%;
}


.subscribe input.Search {
    background: #06287f;
    border: none;
    border-radius: 50px;
    padding: 6px 15px;
    width: 282px;
    outline: none;
    font-size: 16px;
    color: #ffffff;
}
.subscribe input[type="submit"] {
    background: transparent;
    border: none;
    outline: none;
    background: url(../images/search.png)no-repeat 0px 0px;
    position: absolute;
    width: 32px;
    height: 32px;
    background-size: 25px;
    bottom: 5px;
    right: 11px;
}

.social-icons {
    text-align: center;
}

ul.top-links {
    margin-top: 2em;
}

ul.top-links li {
    margin-right: 19px;
    display: inline-block;
}

.social-icons ul li {
    display: inline-block;
    padding: 0 !important;
    margin: 5px !important;
}
ul.top-links li a i.fa {
    color: #fff;
    font-size: 15px;
    line-height: 31px;
    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;
    width: 36px;
    height: 36px;
    border: 2px solid #06287f;
}
ul.top-links li:hover a i.fa {
    border: 2px solid #02c964;
    transform: rotateY(360deg);
    border-radius: 50%;
}
ul.top-links li a i.fa-facebook:hover {
    color: #6caddf;
}
/**********************/
.why-choose-us {
/*	margin-top: 50px;
    background: #f2f3f3;*/
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}
.why-choose-us h2 {
    color: #464646;
    font-size: 32px;
    font-weight: 700;
    position: relative;
  
}
.border-shape {
    background: #06287f  none repeat scroll 0 0;
    display: block;
    height: 1px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    width: 30px;
}

.border-shape::before {
    background: #06287f  none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: -10px;
    margin: 5px 0;
    position: absolute;
    right: 0;
    width: 50px;
}
.border-shape::after {
    background: #06287f  none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -10px;
    margin: 5px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.why-choose-us h3 {
    color: #464646;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-bottom: 5px;
}

.why-choose img {
    width: 100%;
}

.why-choose-us .item {
    margin-bottom: 30px;
    border: 2px dashed #06287f  ;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 225px;
}
.why-choose-us .icon {
    color: #555555;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.why-choose-us .icon i {
    color: #fff;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    transition: all 0.6s ease 0s;
    background: #06287f ;
}

.why-choose-us .text {
    color: #555555;
    text-align: center;
}
.why-choose-us .text h2 {
    color: #464646;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.why-choose-us .text p:last-child {
    margin-bottom: 0;
}
.why-choose-us .text p {
    color: #464646;
    font-size: 14px;
    font-weight: 300;
}
.why-choose-us .item:hover.item .icon i {
    background: #555555;
    color: #fff;
}
/**********************************************/

.agitsworkw3ls-grid h3.tittle {
    font-weight: bold;
    margin-bottom: 40px;
    color: #202020;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.3em;
    text-align: left;
}
.agitsworkw3ls-grid {
    background: #e9e9e9;
    padding: 2.26em 2em;
}
h3.tittle span {
    color: #fbaa29;
}
.tabs {
    margin: 30px 0;
}

.sap_tabs {
    clear: both;
    height: 220px;
}
.resp-tabs-list {
    list-style: none;
    text-align: center;
    border-bottom: 1px ridge #777;
    width: 99%;
    margin: 0 auto 5px;
    overflow: hidden;
}

.resp-tabs-list {
    list-style: none;
    text-align: center;
    border-bottom: 1px ridge #777;
    width: 99%;
    margin: 0 auto 5px;
}

.resp-tabs-list {
    list-style: none;
    text-align: center;
    border-bottom: 1px ridge #777;
    width: 99%;
    margin: 0 auto 5px;
}

.resp-tab-item {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 33.3%;
    float: left;
    padding: 10px 0;
}

.resp-tab-item span {
    font-size: 16px;
    letter-spacing: 1px;

}

.resp-tab-active {
    text-shadow: none;
    color: #fff;
    border: 1px solid #06287f;
    background: #06287f;
}

.resp-tab-item {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 33.3%;
    float: left;
    padding: 10px 0;
}

.resp-tab-item span {
    font-size: 16px;
    letter-spacing: 1px;
  
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

.resp-tab-content {
    display: none;
    padding: 20px 0;
}

.tab_item-1 {
    display: block;	
}

.resp-tab-content p {
    line-height: 30px;
    color: #333;
    padding: 0 5px;
}

.agitsworkw3ls-grid-2 {
    padding: 0;
}

.info-imgs ul li {
    float: left;
    width: 33.3%;
    list-style: none;
}

.gallery-grid1 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.info-imgs ul li img {
    width: 100%;
    height: 204px;
}
.gallery-grid1 .p-mask, .row .product .vm-product-media-container .p-mask {
    opacity: 0;
    visibility: hidden;
    background: rgba(25, 24, 24, 0.8);
    bottom: 0%;
    position: absolute;
    padding: 1.3em 1.3em;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px );
    -moz-transform: translate3d( 0px, 100%, 0px );
    -ms-transform: translate3d( 0px, 100%, 0px );
    -o-transform: translate3d( 0px, 100%, 0px );
    transform: translate3d( 0px, 100%, 0px );
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: left;
    border-bottom: 6px solid #f7b106;
}

.p-mask h4 {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    line-height: 1.8em;
    text-transform: uppercase;
    font-weight: bold;
}

.p-mask p {
    margin: 0;
    color: #f5f5f5;
    line-height: 1.8em;
}

.gallery-grid1:hover .p-mask, .row .product:hover .p-mask {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px );
    -moz-transform: translate3d( 0px, 0px, 0px );
    -ms-transform: translate3d( 0px, 0px, 0px );
    -o-transform: translate3d( 0px, 0px, 0px );
    transform: translate3d( 0px, 0px, 0px );
}

.tvs-header {
    text-align: center;
    margin-bottom: 80px;
}

.darker{
    padding: 80px 0;
}

.portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.portfolio-item .mask {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    transition: all 0.4s;
    background: rgba(0,0,0, 0.5);
    opacity: 0;
}

.portfolio-item .mask i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #fbaa29;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.portfolio-item:hover .mask {
    opacity: 1;
}

.mask h3{
    color: #FFF;
    top: 70%;
    position: absolute;
    text-align: center;
    /* left: 10%; */
    width: 100%;
}

.project {
    border: 1px solid #808080;
    margin-bottom: 70px;
}

.project .project-info h3 {
    margin-top: 50px;
}
.project .project-info p {
    padding-right: 30px;
    margin: 30px 0;
}

.btn-primary {
    background: #fbaa29;
    border-width: 2px;
    color: #fff;
    border-color: #fbaa29;
}
.btn {
    padding: 15px 30px;
    border-radius: 0;
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.project .project-info .close {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #808080;
}

.btn-primary:hover {
    background: #fff;
    color: #fa5c58;
    border-color: #fe4a46;
}

/*********************************/

.services-bottom {
    background: #06b393;
    background: #c90213;
    background: #fbaa29;
    padding: 7.08em 0em 6em 9em;
}

.agileits_w3layouts_about_counter_left {
    margin-bottom: 7.2em;
}
.countericon, .counterinfo {
    float: left;
}
.agileits_w3layouts_about_counter_left i {
    font-size: 30px;
    color: #eee;
    width: 60px;
    height: 60px;
    line-height: 1.9;
}
.agileits_w3layouts_about_counter_left p {
    font-size: 3em;
    font-weight: bold;
    color: #fff;
}
.agileits_w3layouts_about_counter_left h3 {
    color: #fff;
    font-size: 1.1em;
    margin: .5em 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.agileits_w3layouts_about_counter_left:nth-child(4), .agileits_w3layouts_about_counter_left:nth-child(5) {
    margin-bottom: 0em;
}

.clients {
    background: #232323;
    padding: 1px 10em 4em 4em;
}
.clients span {
    width: 8%;
    height: 2px;
    background: #fff;
    position: absolute;
    text-align: center;
    left: 8%;
}
.clients h3 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: .5em;
}

.client {
    margin-top: 2em;
}
.client h5 {
    font-size: 20px;
    color: #ffffff;
    float: left;
    margin-top: 1.5em;
    margin-left: 1em;
}
.flexslider  p {
line-height: 30px;
    color: #fff;
    font-style: italic;
    letter-spacing: 2px;
    font-size: 12px;
    padding-bottom: 2em;
    border-bottom: 1px solid #fff;
    margin-top: .8em;
}
.flexslider {
    margin: 0 0 40px;
    background: transparent;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    zoom: 1;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides img {
    width: 15%;
    display: block;
    border-radius: 50%;
    float: left;
}



/**********************************/
.contact-w3ls {
    background: #09267b;
    padding: 4em 0 0 0;
	
}

#contact h2 {
    text-align: center;
    font-size: 1.5em;
    color: #232323;
    text-transform: uppercase;
}

.contact-w3ls .para{
    text-align: center;
    margin: 1em auto 0;
    font-size: 1em;
    color: #999;
    width: 60%;
    line-height: 1.9em;
}

.footer-contact {
    width: 65%;
    margin: 3em auto 3em;
}

.footer-contact input[type="text"] {
    outline: none;
    border: none;
    background: #232323;
    color: #FFF;
    padding: 14px 15px;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
}
.footer-contact input[type="submit"] {
    outline: none;
    background: #fbaa29;
    color: #fff;
    font-size: 1em;
    width: 18.3%;
    padding: 12px 0 14px;
    margin-left: .5em;
    border: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    height: 46px;
    line-height: 0;
}

.footer-grid {
    text-align: left;
}

.footer-grid p {
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
    line-height: 1.8em;
    text-align: left;
	position: relative;
	padding-left: 15px;
}

.footer-grid p span {
     padding-left: 1em;
    left: -17px;
    color: #FFFFFF;
    top: 6px;
}

.glyphicon {
    position: absolute;
    top: 1px;
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-grid ul li {
    color: #fff;
    margin: 0 0 1em;
    list-style-type: none;
    padding-left: 3em;
}
.footer-grid ul li a {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-grid {
    text-align: left;
}

.footer-grid1-left {
    float: left;
    width: 35%;
}

.footer-grid1-right {
    float: right;
    width: 60%;
}

.footer-grid1-right a {
    font-size: 1em;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    margin: 0 0 0.5em;
}
.footer-grid1:nth-child(2) {
    margin: 1em 0;
}
.footer-grid-instagram {
    float: left;
    width: 50%;
}

h3.follow {
    color: #FFFFFF;
    margin: 2em 0 0 0;
   /* border-top: 1px solid #FFFFFF;*/
    padding-top: 1em;
}
.text-center {
    text-align: center;
}

.footer-grids  {	
	overflow: hidden;	
}

.contact-w3ls ul.social-icons1 {
    list-style: none;
    margin: 1.5em auto;
    text-align: center;
}

.contact-w3ls ul.social-icons1 li {
    display: inline-block;
    margin-right: 3px;
}
.contact-w3ls ul.social-icons1 li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
.contact-w3ls ul.social-icons1 li a i.fa {
    font-size: 21px;
    line-height: 48px;
    width: 50px;
    height: 50px;
    border: 1px solid #999;
    text-align: center;
    background-color: transparent;
    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;
    color: #FFFFFF;
}
.contact-w3ls ul.social-icons1 li a i.fa:hover {
    background-color: #c90213;
    border: 1px solid #c90213;
    color: #fff;
}
.w3agile_footer_copy p {
    color: #999;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 1px;
}

/**********************************/

.cotyimg {
	height: 210px;
}

.cotyimg img {
	width:100%;
}

.titprow {
    padding: 10px 0 10px 0;
    /*  -webkit-box-shadow: inset 0px 1px 8px -2px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: inset 0px 1px 8px -2px rgba(0, 0, 0, 0.61);
    box-shadow: inset 0px 1px 8px -4px rgba(0, 0, 0, 0.61);
  background: #f5f5f5b5;
    margin-bottom: 15px;*/
}

.titprow h1 {
    font-size: 26px;
    line-height: 60px;
    margin: 0;
    text-transform: none;
    display: inline;
}
.titprow .breadcrumbs {
    float: left;
    padding: 0;
   font-family: 'SourceSansProSemibold';

}
.breadcrumbs li {
    list-style: none;
    float: left;
    color: #6fa2ae;
    font-size: 16px;
}
.breadcrumbs li a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    margin: 0 5px;
}
/**********************************************************/
.sidebar > ul > li:first-of-type .widget-title {
    margin-top: 0;
}
.sidebar .menu {
    margin: 0;
    padding: 0;
}
.sidebar .menu li {
    list-style: none;
}
.sidebar .menu a {
    border-bottom: 1px solid #ebebeb;
    color: #333333;
    display: block;
    padding: 11px 0;
    position: relative;
	padding-left: 10px;
}

.sidebar .widget-title{
    background: url(/static/web/images/left-top.jpg) no-repeat left top;
    background-size: 100%;
    background: #3b7600;
    height: 50px;
    line-height: 50px;
    text-align: left;
    color: #FFFFFF;
    padding-left: 5px;
    margin-bottom: 0;
}


.sidebar .menu a:after {
    content: "›";
    font-size: 17px;
    font-family: Georgia, serif;
    position: absolute;
    right: 11px;
    top: 7px;
}



.cont-ars {
    width: 100%;
    margin: 0;
    display: inline-block;
}

.block-listing li {
    margin: 0 0 10px;
}
.block-listing li {
    margin: 0 0 10px;
}
.block__list li {
	border: #e0e0e0 1px solid;
    
    padding: 1%;
    margin-bottom: 2.96%;
}
.block__list li .time {
	display: block;
    float: left;
    text-align: center;
    color: #acacac;
    border-right: #e0e0e0 1px solid;
    padding-right: 5%;
    line-height: 20px;	
    width: 260px;
}

.block__list li a {
	line-height: 25px;
    padding-left: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
   /* white-space: nowrap;*/
    display: flex;
    /* align-items: center; */
  /*    justify-content: space-around;*/
    flex-direction: column;
    height: 116px;
}

.block__list li .time font {
    display: block;
    font-size: 2em;
    color: #636363;
}
.newimg {
    width: 200px;
    height: 165px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    float: left;
}

.newimg img {
    max-width: 200px !important;
    max-height: 165px;
}
.newtitles {
    float: left;
    margin-left: 10px;
    width: 60%;
}
.newtitles h4 {
    margin-top: -17px;
    color: #fd6b0d;
}
.newsr {
    float: right;
    color: #fd6b0d;
}

.glyphicon-map-marker:before{
	font-family: inherit !important;
}
.glyphicon-earphone:before{
	font-family: inherit !important;
}
.glyphicon-envelope:before{
	font-family: inherit !important;
}

.navbar-brand .lojpgn{
    width: 80px;
    margin-top: -29px;	
}

/************分页样式******************/
.pagerBox {

    font-size: 12px;
    height: 55px;
    text-align: center;
    margin-top: 20px;
}

.pagelist {padding:10px 0; text-align:center;}
.pagelist span,.pagelist a{ border-radius:3px; border:1px solid #dfdfdf;display:inline-block; padding:5px 12px;}
.pagelist a{ margin:0 3px;}
.pagelist span.current{     
	background: #db241c;
    color: #FFF;
    border-color: #E3E5E6;
    margin: 0 2px;
}
.pagelist a:hover{background:#db241c; color:#FFF; border-color:#E3E5E6; }
.pagelist label{ padding-left:15px; color:#999;}
.pagelist label b{color:red; font-weight:normal; margin:0 3px;}
/******************************/

/***********************************/
.meupro{
    float: left;
    margin: 0 auto;	
	width:25%;
}
.meupro .MenuList {
    position: relative;

}
.Menu .MenuList ul li:hover a.menuA span, .Menu .MenuList ul li.onmenu a.menuA span, .Menu .MenuList ul li.cur a.menuA span, .Menu .MenuList ul dd:hover a span, .Menu .MenuList ul dd.onmenu a span {
    background: #0054a0;
    color: #fff;
}
.Menu .MenuList ul li:hover a.menuA, .Menu .MenuList ul li.onmenu a.menuA, .Menu .MenuList ul li.cur a.menuA, .Menu .MenuList ul dd:hover a, .Menu .MenuList ul dd.onmenu a {
 /*   background: url(../images/menuR2.png) no-repeat right top; */
}
.Menu .MenuList ul li a {
    display: block;
    padding-right: 21px;
/*    background: url(../images/menuR.png) no-repeat right top; */
}

.Menu .MenuList ul li:hover, .Menu .MenuList ul li.onmenu, .Menu .MenuList ul li.cur, .Menu .MenuList ul dd:hover, .Menu .MenuList ul dd.onmenu {
 /*   background: url(../images/menuL2.png) no-repeat left top; */
}
.Menu .MenuList ul li {
    position: relative;
}
.Menu .MenuList ul li, .Menu .MenuList ul li dd {
    float: left;
/*    padding-left: 21px; */
    line-height: 25px;
/*    background: url(../images/menuL.png) no-repeat left top;*/

    width: 265px;
}
.MenuList ul li dd {
/*	background: url(../images/menuL2.png) no-repeat left top !important;*/
}
.Menu .MenuList ul li  dd a{
/*	background: url(../images/menuR2.png) no-repeat right top;*/
}
.Menu .MenuList ul li dl {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 36px;
    padding-top: 10px;
    z-index: 2;
}

.Menu .MenuList ul li dd {
    float: none;
}
.Menu .MenuList ul li:hover dl {
    display: block;
}
.Menu .MenuList ul li a {
    display: block;
    padding-right: 16px;
 /*   background: url(../images/menuR.png) no-repeat right top;*/
	padding: 5px;
}
.Menu .MenuList ul li dl a span {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 12;
    padding-right: 0;
}
.Menu .MenuList ul li a span {
 	text-align: left;
    display: block;
    background: #8f8f8f;
    color: #ffffff;
    font-size: 1.167em;
    padding: 0 15px;
    /* border-radius: 20px; */
}
.Menu .MenuList ul li dd a span {
	background: #0054a0;
    color: #FFFFFF;
}

/**********************************/

.stocksearch {
	width: 100%;
    float: left;
    text-align: center;
    padding: 30px;	
}
.stocksearch .btnstock {
	background: #02237c;
    border: 0;
    height: 28px;
    color: #FFF;		
}
.dbcfllp {
	padding: 0 0 30px 0;
    background: #09267b;	
    position: relative;
}

.tsignin .form-inputs {
    float: left;
    width: 100%;
    height: 45px;
    background: #f0f0f0;	
    margin-left: 15px;
    margin-bottom: 10px;
}


.tsignin .field-inzsp .w10 {
    width: 99%;
    height: 45px;
    padding: 0 21px;
    border: 1px solid #f0f0f0;
    background: none;	
}

.tsignin .remark {
    height: 85px;	
}
.tsignin .remark #remark {
    width: 388px;
    height: 80px;
    padding: 0 21px;
    border: 1px solid #f0f0f0;
    background: none;	
}

.tsignin .but-zsapds {
	margin-top: 50px;
    height: 100%;
    width: 100px;
    color: #FFFFFF;
    line-height: 50px;
    font-size: 14px;
    background: #db241c;
    border: 0;
    cursor: pointer;
    margin-bottom: 20px;
    float: right;

}
.styxsx {
    height: 545px;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.elementor-widget-wrap h4{
    font-size: 26px;	
}
.cover-background {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
}

.selection-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    /* z-index: 1; */
    top: 0;
    left: 0;
}

/***********************************/
.wthree-news-grids {
    margin-bottom: 5em;
}
.news-w3row .wthree-news-grids:nth-child(2n+0) .datew3-agileits{
	    float: right;
}
.datew3-agileits img.img-responsive {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    overflow: hidden;
    border: solid #dedede;
}
.datew3-agileits-info h5 {
    margin: 0;
}
.datew3-agileits-info h5 a {
    color: #000;
    text-decoration: none;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.datew3-agileits-info p {
    margin: 1em 0 0;
    color: #999999;
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 1px;
}

.sltu {
    width: 100px;
    height: 100px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 4px;
	float: left;
}
.pdfyangs {
	overflow: hidden;
}
.pdfyangs li{
	float: left;
	width: 100%;
	border-bottom: 1px solid #DFDFDF;
	margin-top: 20px;
}

.slider5 a.callbacks_nav{	
    background: none !important;
}


.darkergs {
	/*padding: 60px 0;	*/
}
.sudglobal {
    background: #222;
    padding: 60px 0px 50px 0px;
}

.apppic {
    float: left;
    height: 180px;
    overflow: hidden;
    width: 150px;
	margin-left: 6.333px;
    margin-right: 6.333px;
}
.apppic img {
    width: 99.99999999999%;
    cursor: pointer;
    transition: all 0.6s;
	height:100px;
}

.appintro {
	position: absolute;
    z-index: 999;
    width: 100%;
    margin-top: -85px;
    text-align: center;
}
.btn-important-inverted {
    background-color: #09267b;
    color: #0096b1;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 0.875em 2.25em;
    border-radius: 5px;
    position: relative;
    margin-bottom: 1em;
    padding-right: 3.5em;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
}

.w3agile_footer_copy {
    float: left;
    width: 100%;
    text-align: center;
    /* line-height: 20px; */
    background: #cbcbcb;	
}
.w3agile_footer_copy p {
    color: #000;
    line-height: 3em;
    text-align: center;
    letter-spacing: 1px;
    margin: 0px;
    padding-top: 5px;
}


@media (min-width: 1500px) and (max-width: 1650px){
	.seover{
	    margin-left: 25.333%;
	}
	.agitsworkw3ls-grid{
	     padding: 3.26em 2em;
	}
	.info-imgs ul li img{
		 height: 218px;
	}
	.lunbo .imshouye {
		height: 650px;
	}
}

@media (min-width: 1650px) and (max-width: 1850px){
	.seover{
	    margin-left: 22.333%;
	}
	.agitsworkw3ls-grid {

		padding: 4.26em 2em;
	}
	.info-imgs ul li img {

    height: 236px;
	}
	.lunbo .imshouye{
		    height: 700px;
	}
}

@media (min-width: 1850px) and (max-width: 2100px){
	.seover{
	       margin-left: 20.333%;
	}
	.agitsworkw3ls-grid {
		padding: 7.6em 2em;
	}
	.info-imgs ul li img {

	    height: 279px;
	}
	.lunbo .imshouye{
		    height: 800px;
	}
}


.efsdg {
    position: absolute;
    top: -60px;
    right: 470px;
    display: none;
}

.efsdg img{
    width: 125px;	
}

.page-title-container {
    background-color: #0033a1;
    padding: 35px 0;
    float: left;
    width: 100%;
    margin-bottom: 30px;	
}
.page-title-container span {
    color: #fff;
    font-family: "Roboto Light";
    text-align: left;
    font-size: 44px;
    line-height: 52px;
    float: left;
}

