
/*====================================================
                DEFAULT VALUES:

                Font Family                 : Roboto Condensed
                
                Greenish Blue               : #0068B7       (Buttons, Icons, Links, Lines & Backgrounds)
                Steel Gray                  : #41464b       (Headings)
                light Gray                  : #61666b       (Heading Second)
                Gray                        : #717171       (Paragraphs)
                Gray extra light            : #f5f5f5       (Content Background)
                White                       : #fff          (Text With Black Backgrounds)
                Black                       : #000 

======================================================*/

@import url('https://fonts.googleapis.com/css?family=Hind:400,600');

/* General CSS */

html,
body {
    height: 100%;
}

body {
    font-family: '微软雅黑','Hind', sans-serif;
}  

h1, h2, h3, h4, h5 {
    font-family: '微软雅黑','Roboto', sans-serif;
    color:#41464b;
    text-transform: uppercase;
} 

a {
    font-family: '微软雅黑','Hind', sans-serif;
    color: #0068B7;
}

p {
    font-family:'微软雅黑', 'Hind', sans-serif;
    color: #555;
    font-size: 15px;
    font-weight: 300;
}

@media (min-width: 1600px) {
    p {
        font-family:'微软雅黑', 'Hind', sans-serif;
        color: #555;
        font-size: 15px;
        font-weight: 300;
    }    
}
 
div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #ffffff url("../img/heart.gif") no-repeat center center; 
}
/*====================================================
                       NAVIGATION
======================================================*/
     
    /*Top Navbar*/

    .top-menubar-nav {
        display: none;
    }

    header .topmenu {
        background: #f0f0f0;
        border-top: solid 1px #f0f0f0;
        border-bottom: solid 1px #f0f0f0;
    }


    /*Top Contacts*/

    header .topmenu ul {
        margin: 0;
    }

    header .topmenu .top-contacts {
        line-height: 25px;
    }

    header .topmenu .top-contacts li {
        color: #666;
        padding: 5px 0;
        font-size: 12px;
        margin-right: 15px;
        display: inline-block;
    }

    header .topmenu .top-contacts li a {
        color: #666;
    }

    header .topmenu .top-contacts i {
        color: #999;
        font-size: 13px;
        margin-right: 3px;
    }


    /*Top Data*/

    header .topmenu .top-data {
        text-align: right;
    }

    header .topmenu .top-data li {
        padding: 5px 11px;
        margin-left: -4px;
        display: inline-block;
        border-right: solid 1px #eee;
    }

    header .topmenu .top-data li:first-child {
        margin-left: 0;
        border-left: solid 1px #eee;
    }

    header .topmenu .top-data li a {
        font-size: 12px;
    }

    header .topmenu .top-data li a:hover {
        text-decoration: none;
    }

    .top-social {
        height: 25px;
        line-height: 25px;
        text-align: center;
        width: 25px;
        border-radius: 50%;
        background: #fff;
    }

	.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

    header .topmenu .top-data li i.top-social.fa-facebook,
    .social-icon-f li i.top-social.fa-facebook {
        border: 2px solid #4267b2;
        color: #4267b2;
    }

    header .topmenu .top-data li i.top-social.fa-facebook:hover,
    .social-icon-f li i.top-social.fa-facebook:hover {
        background: #4267b2;
        color: #fff;
    }

    header .topmenu .top-data li i.top-social.fa-twitter,
    .social-icon-f li i.top-social.fa-twitter {
        border: 2px solid #4AB3F4;
        color: #4AB3F4;
    }

    header .topmenu .top-data li i.top-social.fa-twitter:hover,
    .social-icon-f li i.top-social.fa-twitter:hover {
        background: #4AB3F4;
        color: #fff;
    }

    header .topmenu .top-data li i.top-social.fa-google-plus,
    .social-icon-f li i.top-social.fa-google-plus {
        border: 2px solid #e24343;
        color: #e24343;
    }

    header .topmenu .top-data li i.top-social.fa-google-plus:hover,
    .social-icon-f li i.top-social.fa-google-plus:hover {
        background: #e24343;
        color: #fff;
    }

    header .topmenu .top-data li a.log-top {
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        color:#888;
    }

    header .topmenu .top-data li a.log-top:hover {
        color:#555;
    }


    /*Responsive Topbar*/

    @media (max-width: 991px) {
        header .topmenu ul {
            text-align: center !important;
        }

        header .topmenu .top-data li {
            top: 1px;
            padding: 6px 10px;
            margin-left: -5px;
            position: relative;
            border: solid 1px #eee;
        }
    }


    /*Navbar*/
    .affix {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        box-shadow: 0px 1.5px 10px #c3c2c2;
    }  

    .navbar {
        padding: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: #fff;
		height:100px;
    }

    .navbar-header {
        padding-left: 85px;
    }

    .justify-content-end {
        padding-right: 85px;
    }

    .navbar-nav {
        float: right;
    }


    .navbar-nav>li {
        height: 65px;
        line-height: 65px;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        transition: all .5s ease-in-out;
    }

    .navbar-nav>li:hover,
    .navbar-nav>li:active {
        border-bottom: 2px solid #0068B7;
        background: #f0f0f0;
    }

    .navbar-nav>li>a {
        color: #000 !important; 
        font-size: 16px;
       
        font-family: '微软雅黑',"hine", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 10px;
    }

    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:active {
        color: #0068B7!important;
    }

    
    /*This is item search bar*/

    .navbar-nav li>.search {
        color: #aaa;
        cursor: pointer;
        font-size: 15px;
        z-index: 0;
        min-width: 30px;
        margin-top: 3px;
        padding: 28px 0;
        text-align: center;
        display: inline-block;
    }

    .navbar-nav li>.search:hover {
        color: #0068B7;
    }

    .navbar .search-open {
        right: 0;
        top: 65px;
        display: none;
        height: 50px;
        padding: 4px;
        position: absolute;
        background: #fff;
        box-shadow: 0 0 3px #ddd;
        z-index: 1001;
    }

    .navbar .search-open input,
    .navbar .search-open span {
        height: 40px;
        border-color: #0068B7;
        line-height: 50px;
    }

    .navbar .search-open span {
        background: #0068B7;
        color: #fff;
    }

    .navbar-toggle {
        background-color: rgba(0, 0, 0, 0.1);
        border: 1px solid #fff;
        border-radius: 0;
    }

    .navbar-toggle .navbar-toggler-icon {
        background-color: #fff!important;
    }

    .navbar-collapse {
        max-height: none !important;
    }

    .vesco-top-nav ul.navbar-nav>li>a.active {
        color: #0068B7!important;
    }
     .dropdown-menu .row{    margin-right:0px;}
    @media (min-width: 992px){
		
        .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
            position: absolute;
			
           
        }
		/* .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu1 {
            position: absolute;
           left: -335px;
        }
*/
       

     
		
    } 
	@media(max-width:768px){
		.navbar{
			height:auto;
		}
		 .dropdown-menu .row{    margin-right:-15px;}	
	}

    @media (min-width: 992px) and (max-width: 1200px) {
        .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
            position: absolute;
            left: -300px;
        }    
    }

    .dropdown-cust {
        margin-top: 0px;
        min-width: 220px;
        padding: 0;
        border-top: 2px solid #0068B7;
        border-left: 2px solid rgba(1, 1, 1, 0);
        border-right: 2px solid rgba(1, 1, 1, 0);
        border-bottom: 2px solid #0068B7;
        border-radius: 0;
    } 
 .dropdown-cust.mega-menu .mega-menu-img {
           border-right: 1px solid #444444;
			height: 350px;
			
        }    
    .dropdown-cust .dropdown-item {
        display: block;
        width: 200px;
        padding: 0px 1rem;
        margin: 0px;
        height: 150px;
        line-height: 150px;
        font-size: 14px;
        clear: both;
        font-weight: 400;
        color: #fff;
        text-align: inherit;
        white-space: nowrap;
        text-transform: uppercase;
        background: 0 0;
       
    } 

    .dropdown-cust .dropdown-item:hover,
    .dropdown-cust .dropdown-item.active {
        color:#007ECE;
    }

    .dropdown-cust.mega-menu .mega-menu-img img {
    }

    @media (max-width: 991px) {

        .navbar>.container .navbar-nav {
            float: left;
            border-top: 1px solid #ddd;
            width: 100%;
        }

        .navbar>.container .navbar-brand,
        .navbar>.container-fluid .navbar-brand {
            padding: 12px 0px;
            margin-left: -10px;
        }

        .navbar-toggle {
            margin-right: 0;
        }

        .navbar .search-open {
            width: 100%;
        }

        .navbar-nav>li {
            height: auto;
            line-height: 35px;
            border-bottom: 3px solid rgba(0, 0, 0, 0);
            transition: all .5s ease-in-out;
            border-bottom: 1px solid #ddd;
        }

        .navbar-nav>li.active,
        .navbar-nav>li:hover,
        .navbar-nav>li:active {
            border-bottom: 2px solid #ddd;
            background: #f0f0f0;
        }

        .navbar li>.search {
            display: none;
        }

        .navbar .search-open {
            right: 0;
            top: 0;
            display: block;
            height: auto;
            line-height: 50px;
            padding: 4px;
            position: relative;
            box-shadow: none;
            background: none;
            z-index: 1;
        }

        .dropdown-cust {
            margin-top: -2px;
            min-width: 220px;
            padding: 0;
            border-left: 2px solid rgba(1, 1, 1, 0);
            border-right: 2px solid rgba(1, 1, 1, 0);
            border-bottom: 2px solid #0068B7;
            border-radius: 0;
            z-index: 0;
            overflow: hidden;
        }
    }

    @media (max-width: 767px) {
		.logo{
			width:75%;
		}
        .affix {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1030;
            box-shadow: 0px 0.5px 4px #c3c2c2;
			height:auto;
        }  

        .top-menubar {
            display: none;
        }

        .container {
            max-width: 100%;
        }

        .navbar>.container .navbar-brand,
        .navbar>.container .navbar-toggler,
        .navbar>.container-fluid .navbar-brand {
            margin: 8px 10px;
        }

        .navbar>.container .navbar-brand,
        .navbar>.container-fluid .navbar-brand {
            padding: 8px 0px;
        }

        .navbar-nav>li {
            line-height: 25px;
            padding: 0 20px;
            border-bottom: 3px solid rgba(0, 0, 0, 0);
            transition: all .5s ease-in-out;
            border-bottom: 1px solid #ddd;
        }

      
        .navbar-nav>li.dropdown .dropdown-menu {
            margin-bottom: 15px;
        }

        .top-menubar-nav {
            display: block;
        }
    }

    @media (min-width: 1600px) {
        .dropdown-cust .dropdown-item {
            font-size: 15px;
			    display: inline;
        }
		
    }
	 @media (max-width: 1600px) {
        .dropdown-cust .dropdown-item {
            font-size: 15px;
			    display: inline;
        }
		
    }
	.dropdown-menu .col-md-8{
			    max-width: 63.666667%!important;
		}




/*导航兼容性*/
 @media (min-width: 1920px) {
	 .dropdown-cust.mega-menu {
            margin-top: 0px;
            min-width: 1920px;
            padding: 0;
            border-top: 2px solid #0068B7;
            border-left: 2px solid rgba(1, 1, 1, 0);
            border-right: 2px solid rgba(1, 1, 1, 0);
            border-bottom: 2px solid #0068B7;
            border-radius: 0;
        }
				.dropdown-menu11{
			    top: 130%;
				left:-770px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu22{
			    top: 130%;
				left:-880px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu33{
			    top: 130%;
				left:-1000px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu44{
			    top: 130%;
				left:-1120px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu55{
			    top: 130%;
				left:-1240px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu66{
			    top: 130%;
				left:-1360px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu77{
			    top: 130%;
				left:-1480px;
				background:rgba(0,0,0,0.9)
		}
 }
 @media (max-width: 1920px) {
	   .dropdown-cust.mega-menu {
            margin-top: 0px;
            min-width: 1920px;
            padding: 0;
            border-top: 2px solid #0068B7;
            border-left: 2px solid rgba(1, 1, 1, 0);
            border-right: 2px solid rgba(1, 1, 1, 0);
            border-bottom: 2px solid #0068B7;
            border-radius: 0;
        }
				.dropdown-menu11{
			    top: 130%;
				left:-780px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu22{
			    top: 130%;
				left:-890px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu33{
			    top: 130%;
				left:-1010px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu44{
			    top: 130%;
				left:-1130px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu55{
			    top: 130%;
				left:-1240px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu66{
			    top: 130%;
				left:-1360px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu77{
			    top: 130%;
				left:-1480px;
				background:rgba(0,0,0,0.9)
		}
 }
 @media (max-width: 1680px) {
	   .dropdown-cust.mega-menu {
            margin-top: 0px;
            min-width: 1680px;
            padding: 0;
            border-top: 2px solid #0068B7;
            border-left: 2px solid rgba(1, 1, 1, 0);
            border-right: 2px solid rgba(1, 1, 1, 0);
            border-bottom: 2px solid #0068B7;
            border-radius: 0;
        }
		.dropdown-menu11{
			    top: 130%;
				left: -660px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu22{
			    top: 130%;
				left:-780px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu33{
			    top: 130%;
				left:-900px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu44{
			    top: 130%;
				left:-1015px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu55{
			    top: 130%;
				left:-1125px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu66{
			    top: 130%;
				left:-1245px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu77{
			    top: 130%;
				left:-1365px;
				background:rgba(0,0,0,0.9)
		}
 }
  @media (max-width: 1600px) {
	   .dropdown-cust.mega-menu {
            margin-top: 0px;
            min-width: 1600px;
            padding: 0;
            border-top: 2px solid #0068B7;
            border-left: 2px solid rgba(1, 1, 1, 0);
            border-right: 2px solid rgba(1, 1, 1, 0);
            border-bottom: 2px solid #0068B7;
            border-radius: 0;
        }
		.dropdown-menu11{
			    top: 130%;
				left: -620px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu22{
			    top: 130%;
				left:-735px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu33{
			    top: 130%;
				left:-855px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu44{
			    top: 130%;
				left:-975px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu55{
			    top: 130%;
				left:-1080px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu66{
			    top: 130%;
				left:-1195px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu77{
			    top: 130%;
				left:-1320px;
				background:rgba(0,0,0,0.9)
		}
 }
  @media (max-width: 1440px) {
	   .dropdown-cust.mega-menu {
            margin-top: 0px;
            min-width: 1440px;
            padding: 0;
            border-top: 2px solid #0068B7;
            border-left: 2px solid rgba(1, 1, 1, 0);
            border-right: 2px solid rgba(1, 1, 1, 0);
            border-bottom: 2px solid #0068B7;
            border-radius: 0;
        }
		.dropdown-menu11{
			    top: 130%;
				left: -536px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu22{
			    top: 130%;
				left:-650px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu33{
			    top: 130%;
				left:-770px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu44{
			    top: 130%;
				left:-890px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu55{
			    top: 130%;
				left:-1000px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu66{
			    top: 130%;
				left:-1120px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu77{
			    top: 130%;
				left:-1235px;
				background:rgba(0,0,0,0.9)
		}
 }
   @media (max-width: 1366px) {
	   .dropdown-cust.mega-menu {
            margin-top: 0px;
            min-width: 1366px;
            padding: 0;
            border-top: 2px solid #0068B7;
            border-left: 2px solid rgba(1, 1, 1, 0);
            border-right: 2px solid rgba(1, 1, 1, 0);
            border-bottom: 2px solid #0068B7;
            border-radius: 0;
        }
		.dropdown-menu11{
			    top: 130%;
				left: -500px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu22{
			    top: 130%;
				left:-615px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu33{
			    top: 130%;
				left:-730px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu44{
			    top: 130%;
				left:-855px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu55{
			    top: 130%;
				left:-970px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu66{
			    top: 130%;
				left:-1090px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu77{
			    top: 130%;
				left:-1210px;
				background:rgba(0,0,0,0.9)
		}
 }
   @media (max-width: 1360px) {
	   .dropdown-cust.mega-menu {
            margin-top: 0px;
            min-width: 1360px;
            padding: 0;
            border-top: 2px solid #0068B7;
            border-left: 2px solid rgba(1, 1, 1, 0);
            border-right: 2px solid rgba(1, 1, 1, 0);
            border-bottom: 2px solid #0068B7;
            border-radius: 0;
        }
		.dropdown-menu11{
			    top: 130%;
				left: -500px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu22{
			    top: 130%;
				left:-610px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu33{
			    top: 130%;
				left:-730px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu44{
			    top: 130%;
				left:-850px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu55{
			    top: 130%;
				left:-965px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu66{
			    top: 130%;
				left:-1080px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu77{
			    top: 130%;
				left:-1195px;
				background:rgba(0,0,0,0.9)
		}
 }
    @media (max-width: 1280px) {
	   .dropdown-cust.mega-menu {
            margin-top: 0px;
            min-width: 1280px;
            padding: 0;
            border-top: 2px solid #0068B7;
            border-left: 2px solid rgba(1, 1, 1, 0);
            border-right: 2px solid rgba(1, 1, 1, 0);
            border-bottom: 2px solid #0068B7;
            border-radius: 0;
        }
		.dropdown-menu11{
			    top: 130%;
				left: -440px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu22{
			    top: 130%;
				left:-560px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu33{
			    top: 130%;
				left:-670px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu44{
			    top: 130%;
				left:-785px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu55{
			    top: 130%;
				left:-905px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu66{
			    top: 130%;
				left:-1025px;
				background:rgba(0,0,0,0.9)
		}
		.dropdown-menu77{
			    top: 130%;
				left:-1145px;
				background:rgba(0,0,0,0.9)
		}
 }

/*====================================================
                  BUTTON (Generic)
======================================================*/

    .btn-general {
        background-color: transparent;
        text-align: center;
        border-width: 1px;
        border-radius: 0px;
        font-size: 16px;
        padding: 10px 15px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .btn-white {
        border-color: #0068B7;
        background-color: #0068B7;
        color: #fff;
    }

    .btn-white:hover,
    .btn-white:focus {
        background-color: transparent;
        color: #0068B7;
        cursor: pointer;
    }

    .btn-green {
        border-color: #0068B7;
        color: #0068B7;
    }

    .btn-green:hover,
    .btn-green:focus {
        background-color: #0068B7;
        color: #fff;
        cursor: pointer;
    }
     
/*====================================================
                       HOME
======================================================*/

    .carousel-fade {
        height: 90vh;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../img/home-banner-bg.jpg);
    }

    .carousel-fade .carousel-inner .carousel-item {
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }

    .carousel-fade .carousel-control {
        z-index: 2;
    }

    .carousel-fade {
        position: relative;
        height: 90vh;
    }

    .hero {
        position: absolute;
        top: 45%;
        left: 50%;
        background: rgba(0, 0, 0, 0.7);
        border: 5px solid #fff;
        padding: 40px;
        z-index: 3;
        color: #c0c0c0;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    .hero h1 {
        font-size: 3.5em;
        color: #fff;
        font-weight: 700;
        width: 600px;
        margin: 0;
        padding: 0;
        opacity: 1;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .hero h1 span a {
        color: #0068B7;
        text-decoration: none;
    }

    .hero h3 {
        font-size: 1em;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .hero button {
        margin: 10px 0;
    }

    .carousel-fade .carousel-inner .carousel-item .hero {
        opacity: 0;
        -webkit-transition: 2s all ease-in-out .1s;
        -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
        -o-transition: 2s all ease-in-out .1s;
        transition: 2s all ease-in-out .1s;
    }

    .carousel-fade .carousel-inner .carousel-item.active .hero {
        opacity: 1;
        -webkit-transition: 2s all ease-in-out .1s;
        -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
        -o-transition: 2s all ease-in-out .1s;
        transition: 2s all ease-in-out .1s;
    }

    .overlay {
        position: absolute;
        width: 100%;
        height: 90%;
        z-index: 2;
        background: rgba(0, 0, 0, 0);
    }

    .carousel-fade .carousel-inner .carousel-item {
        height: 100vh;
    }

    @media (max-width: 767px) {
        .hero h1 {
            font-size: 2.5em;
            color: #fff;
            font-weight: 700;
            width: 400px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 2px;
            margin-bottom: 30px;
        }
        .hero h3 {
            font-size: 1em;
            color: #fff;
            letter-spacing: 2px;
            line-height: 25px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 575px) {
        .hero {
            position: absolute;
            top: 45%;
            padding: 20px 0px;
        }
        .hero h1 {
            font-size: 1.9em;
            color: #fff;
            font-weight: 700;
            width: 370px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 2px;
            margin-bottom: 30px;
        }
        .hero h3 {
            font-size: .9em;
            color: #fff;
            letter-spacing: 2px;
            line-height: 25px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 420px) {
        .hero {
            position: absolute;
            top: 45%;
            padding: 20px 0;
            border: 3px solid #fff;
        }
        .hero h1 {
            font-size: 1.7em;
            color: #fff;
            font-weight: 700;
            width: 295px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 2px;
            margin-bottom: 30px;
        }
        .hero h3 {
            font-size: .8em;
            color: #fff;
            letter-spacing: 2px;
            line-height: 25px;
            margin-bottom: 15px;
        }
    }

/*====================================================
               OTHER HOME PAGE
======================================================*/

      .home-p {
        z-index: 1;
        padding: 250px 0;
        position: relative;
      }

      .home-p.breadcrumbs-lg {
        padding: 200px 0;
      } 

      .home-p.pages-head1 {
        background: url(../img/wenhua/contact.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
      }

      .home-p.pages-head2 {
        background: url(../img/wenhua/news.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
      } 
	  .home-p.pages-head3 {
        background: url(../img/wenhua/gongchenganli.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
	
      } 
	   .home-p.pages-head4 {
        background: url(../img/wenhua/dangqun.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
		
      } 
 .home-p.pages-head5 {
        background: url(../img/wenhua/join.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
		
      } 
      .home-p.pages-head6 {
        background: url(../img/wenhua/wenhua.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
		height:500px;
      } 

      .home-p:after {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0);
      }
	  .home-p1:after {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0);
      }

      .home-p h1 {
        color: #fff;
        font-size: 40px;
        line-height: 50px;
        text-transform: uppercase;
      }

      .home-p p {
        color: #fff;
        font-size: 24px;
        font-weight: 200;
        margin-bottom: 0;
        text-transform: uppercase;
      }

      @media (max-width: 992px) {
        .home-p.breadcrumbs-lg {
          padding: 100px 0;
        }
      }

      @media (max-width: 768px) {
        .home-p,
        .home-p.breadcrumbs-lg {
          padding: 100px 0;
        }

        .home-p h1 {
          font-size: 30px;
          line-height: 40px;
        }

        .home-p p {
          font-size: 18px;
        }
      }

/*====================================================
               TITLE CONTENT (Generic)
======================================================*/

    .title-bar {
        padding: 100px 0;
    }

    .title-bar h1 {
        color: #41464b;
        text-align: center;
        font-weight: 700;
        margin: 20px auto 10px auto;
    }

    .title-bar .heading-border {
        width: 60px;
        height: 10px;
        background-color: #0068B7;
        margin: 0 auto 20px auto;
    }

    .heading-border-light {
        width: 30px;
        height: 5px;
        background-color: #0068B7;
        margin: 0 0 20px 0;
    }

    .title-bar p {
        color: #717171;
    }

    .title-bar p {
        text-align: center;
        font-size: 15px;
        line-height: 1.5;
        padding-bottom: 40px;
        margin: 0 auto;
        max-width: 700px;
    }

    .title-bar .title-but {
        margin: 0;
        background-color: transparent;
        text-align: center;
    }

    @media (max-width: 575px) {

        .title-bar {
            padding: 50px 0;
        }

        .title-bar h1 {
            color: #41464b;
            font-size: 30px;
            text-align: center;
            font-weight: 700;
            margin: 20px auto 10px auto;
        }

        .title-bar p {
            text-align: center;
            font-size: 14px;
            line-height: 1.5;
            padding-bottom: 40px;
            margin: 0 auto;
            max-width: 700px;
        }
    }

    @media (min-width: 1600px) {
        .title-bar p {
            font-size: 16px;
        }
    }

/*====================================================
               COLOR (Generic)
======================================================*/

    .cl-white {
        color: #fff;
    }

    .cl-atlantis {
        color: #fff;
    }

    .bg-white {
        background: #fff;
    }

    .bg-atlantis {
        background: #0068B7;
    }

    .bg-starship {
        background: #cdd613;
    }

    .bg-matisse {
        background: #0061AE;
    }

    .bg-chathams {
        background: #0aa1b9;
    }

    .bg-gray {
        background: #f0f0f0;
    }

    .bg-light-gray {
        background: #f9f9f9;
    }

    .bg-gradiant {
        background: -moz-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
        /* ff3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(34, 155, 242, 1)), color-stop(99%, rgba(0, 128, 129, 1)), color-stop(100%, rgba(0, 128, 128, 1)));
        /* safari4+,chrome */
        background: -webkit-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
        /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
        /* opera 11.10+ */
    }

/*====================================================
                LOGIN OR REGISTER
======================================================*/

        #login-modal .modal-dialog {
            margin-top: 170px;
            width: 400px;
        }

        #login-modal label {
            color: #888;
            margin-bottom: 0;
        }

        #login-modal input[type=text],
        input[type=password] {
            margin-bottom: 15px;
            border-radius: 0;
        }

        .modal-backdrop.in {
            filter: alpha(opacity=10);
            opacity: .8;
        }

        .modal-content {
            /*background-color: #ececec;*/
            border: 3px solid #0068B7;
            border-radius: 0px;
            outline: 0;
        }

        .modal-header {
            min-height: 16.43px;
            padding: 15px 15px 15px 15px;
            border-bottom: 0px;
        }

        .modal-body {
            position: relative;
            padding: 25px 45px;
        }

        .modal-footer {
            padding: 15px 45px 15px 45px;
            text-align: left;
            width: 100%;
            border-top: 0px;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: end;
            justify-content: center;
        }

        .modal-footer {
            display: -ms-flexbox;
            display: flex;
            padding: 15px;
            border-top: 1px solid #e9ecef;
        }

        .checkbox {
            margin-bottom: 0px;
        }


        .btn-link {
            padding: 5px 10px 0px 0px;
            color: #95a5a6;
        }

        .btn-link:hover,
        .btn-link:focus {
            color: #2c3e50;
            text-decoration: none;
        }

        @media (max-width: 575px) {
            #login-modal .modal-dialog {
                margin-top: 100px;
                width: 300px;
                margin: 100px auto;
            }
        }

/*====================================================
                        ABOUT
======================================================*/

    .about .about-content-box {
        padding: 80px 20px;
        text-align: center;
    }

    .about-content-box>i {
        color: #fff;
        height: 150px;
        line-height: 150px;
        font-size: 100px;
    }

    .about-content-box>h5 {
        color: #fff;
        text-transform: none;
        font-weight: normal;
        padding: 20px 0 10px 0;
    }

    .about-content-box>p {
        color: #fff;
    }

    @media (max-width: 767px) {
        .about .container-fluid {
            width: 60%
        }

        .about .container-fluid .col-md-4 {
            margin: 15px 0;
        }
    }

    @media (max-width: 585px) {
        .about .container-fluid {
            width: 80%
        }

        .about .container-fluid .col-md-4 {
            margin: 15px 0;
        }
    }


    @media (max-width: 420px) {
        .about .container-fluid {
            width: 100%
        }

        .about .container-fluid .col-md-4 {
            margin: 0;
        }
    }


/*====================================================
                       STORY
======================================================*/

    #story {
        padding-bottom: 50px;
    }

    .story-desc {
        padding: 0 40px 40px 10px;
    }

    .story-desc>h6 {
        color: #0068B7;
        font-weight: 700;
    }

    .story-desc>p {
        font-size: 15px;
    }

    .story-descb {
        padding: 10px 10px 30px 10px;
        margin: 60px 0;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .story-descb:hover {
        box-shadow: 2px 2px 6px 1px rgba(158, 158, 158, 0.77);
        border-bottom: 5px solid #0068B7;
        margin-top: 55px;
        cursor: pointer;
    }

    .story-descb>i {
        font-size: 45px;
        height: 60px;
        line-height: 60px;
        color: #999;
    }

    .story-descb h6 {
        font-size: 18px;
        color: #666;
        padding: 25px 0 5px;
    }

    .story-descb p {
        color: #867f7f;
        font-size: 14px;
    }

    @media (max-width: 767px) {
        .story-descb {
            padding: 10px 10px 30px 10px;
            margin: 20px 0;
            background: #f7f7f7;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
    }

    @media (max-width: 585px) {
        .story-descb {
            padding: 10px 10px 30px 10px;
            margin: 20px 10%;
            background: #f7f7f7;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
    }

    @media (max-width: 420px) {
        .story-descb {
            padding: 10px 10px 30px 10px;
            margin: 20px 0%;
            background: #f7f7f7;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
    }

    @media (min-width: 1600px) {
        .story-desc>p {
            font-size: 16px;
        }

        .story-descb p {
            color: #867f7f;
            font-size: 16px;
        }
    }

/*====================================================
                       THOUGHT
======================================================*/

    .bg-parallax {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /*background-attachment: fixed;*/
    }

    .thought-bg {
        height: 400px;
        background-image: url(../img/thought-bg.jpg);
    }

    .title-bar-thought p {
        color: #fff;
        font-size: 17px;
        padding-top: 50px;
    }

    .title-bar-thought h6 {
        text-align: center;
        font-style: italic;
        color: #fff;
    }

    .overlay-thought {
        position: absolute;
        width: 100%;
        height: 400px;
        background: rgba(33, 150, 243, 0.53);
    }

    #thought .title-bar {
        padding: 50px 0;
    }


/*====================================================
                       OFFER
======================================================*/

    #comp-offer {
        padding: 100px 0;
    }
   .comp-offer1 {
        padding: 40px 0!important;
    }
    .desc-comp-offer h2,
    .desc-comp-offer>.heading-border-light {
        margin-left: 20px;
    }

    .desc-comp-offer-cont {
        margin-bottom: 10px;
        box-shadow: 3px 3px 10px 1px rgba(158, 158, 158, 0.68);
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .desc-comp-offer-cont:hover {
        margin-bottom: 10px;
        border-bottom: 5px solid #0068B7;
        margin-top: -5px;
        cursor: pointer;
    }

    .desc-comp-offer .btn-green {
        margin: 15px;
    }

    .desc-comp-offer .btn-white {
        margin: 15px;
        padding: 10px 18px;
    }

    .thumbnail-blogs {
        position: relative;
        overflow: hidden;
    }

    .caption {
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(33, 150, 243, 0.72);
        width: 100%;
        height: 100%;
        padding: 2%;
        display: none;
        text-align: center;
        color: #fff !important;
        z-index: 2;
    }

    .caption i {
        margin: 50% 4px;
        border: 2px solid #fff;
        cursor: pointer;
        font-size: 25px;
        border-radius: 50%;
        padding: 5px;
        transition: border 0.2s ease, font-size 0.2s ease;
    }

    .desc-comp-offer-cont h3 {
        padding: 30px 10px 15px 10px;
        font-size: 18px;
        text-transform: none;
		text-align:center;
		
    }

    .desc-comp-offer-cont p {
        padding: 0 10px;
        font-size: 14px;
    }
   .desc-comp-offer-cont a:nth-child(1) {
        padding: 0px 0px;
    }
    .desc-comp-offer-cont a:nth-child(2) {
        padding: 0px 10px;
    }

    @media (min-width: 768px) and (max-width: 991px) {

        #comp-offer {
            margin-left: 10px
        }

        #comp-offer .col-md-3:first-child {
            -ms-flex: 0 0 90%;
            flex: 0 0 90%;
            max-width: 90%!important;
        }

        #comp-offer .col-md-3 {
            -ms-flex: 0 0 33%;
            flex: 0 0 33%;
            max-width: 33%!important;
        }
    }

    @media (max-width: 767px) {
        .desc-comp-offer {
            margin-top: 20px;
        }
    }

    @media (max-width: 575px) {
        #comp-offer .col-sm-6 {
            -ms-flex: 0 0 70%;
            flex: 0 0 70%;
            max-width: 70%!important;
        }

        .desc-comp-offer {
            margin: 20px auto;
        }
    }

    @media (max-width: 420px) {
        #comp-offer .col-sm-6 {
            -ms-flex: 0 0 95%;
            flex: 0 0 95%;
            max-width: 95%!important;
        }
    }

    @media (min-width: 1600px) {
        .desc-comp-offer-cont p {
            padding: 0 10px;
            font-size: 16px;
        }
    }

/*====================================================
                      WHAT WE DO
======================================================*/

    .what-we-do {
        padding: 110px 0;
    }

    .what-we-do h3 {
        padding-top: 20px;
        color: #fff;
        font-weight: 700;
    }

    .what-we-do .heading-border-light {
        background-color: #fff;
    }

    .what-we-do p {
        color: #fff;
    }

    .what-we-desc {
        padding: 20px;
        color: #fff;
    }

    .what-we-desc i {
        float: left;
        font-size: 35px;
        margin-right: 20px;
        height: 95px;
        line-height: 45px;
    }

    .what-we-desc h6 {
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .what-we-desc p {
        font-size: 14px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .what-we-desc i {
            float: left;
            font-size: 35px;
            margin-right: 20px;
            height: 125px;
            line-height: 45px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {

        .what-we-do {
            padding: 110px 50px;
        }

        .what-we-do .col-md-4 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%!important;
        }
    }

    @media (max-width: 575px) {
        .what-we-do .col-sm-6 {
            -ms-flex: 0 0 80%;
            flex: 0 0 80%;
            max-width: 80%!important;
            margin: auto;
        }
    }

    @media (max-width: 575px) {
        .what-we-do .col-sm-6 {
            -ms-flex: 0 0 95%;
            flex: 0 0 95%;
            max-width: 95%!important;
            margin: auto;
        }
    }

    @media (min-width: 1600px) {
        .what-we-desc p {
            font-size: 15px;
        }
    }

/*====================================================
                   SERVICE-HOME
======================================================*/

    #service-h {
        padding: 120px 0 50px;
    }

    .service-h-desc {
        padding: 50px 10px 90px 60px;
    }

    .service-h-desc>h6 {
        color: #0068B7;
        font-weight: 700;
    }

    .service-himg {
        background: #F0F0F0;
        height: 475px;
        margin-top: 30px;
        width: 70%;
    }

    .service-himg iframe {
        height: 370px;
        width: 130%;
        margin: 50px -60px 70px 65px;
        box-shadow: 3px 3px 8px 1px #505050;
        border: 1px solid #0068B7;
    }

    .service-h-tab {
        position: relative;
        margin: 20px 0;
    }

    .service-h-tab .nav-tabs>a {
        border-radius: 0;
        width: 190px;
        text-align: center;
        height: 55px;
        line-height: 40px;
        border: 1px solid #ddd;
    }

    .service-h-tab .nav-tabs>a.active {
        color: #fff;
        border: 1px solid #0068B7;
        background: #0068B7;
    }

    .service-h-tab .tab-content .tab-pane {
        padding: 20px 20px 0px 10px;
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .service-himg {
            background: #fff;
            height: 475px;
            margin: auto;
        }

        #service-h .col-md-6 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%!important;
        }

        .service-himg iframe {
            height: 370px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #0068B7;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {

        .service-himg iframe {
            height: 370px;
            width: 100%;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #0068B7;
        }
    }

    @media (max-width: 767px) {

        #service-h {
            padding: 30px 0 0px;
        }

        .service-himg {
            background: #fff;
            height: 315px;
            width: 100%;
        }
        .service-himg iframe {
            height: 270px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #0068B7;
        }

        .service-h-tab .nav-tabs>a {
            border-radius: 0;
            width: 100%;
            text-align: center;
            height: 55px;
            line-height: 40px;
            border: 1px solid #ddd;
        }
    }

    @media (max-width: 420px) {
        .service-himg iframe {
            height: 200px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #0068B7;
        }

        .service-h-desc {
            padding: 50px 10px 90px 10px;
        }
    }



/*====================================================
                       CLIENT
======================================================*/

    #client {
        padding-bottom: 100px;
        background: #f0f0f0;
    }

    .client-cont {
        width: 400px;
        padding: 30px;
        background: #fff;
        margin: 0 auto;
        border-bottom: 5px solid #0068B7;
    }

    .client-cont img {
        height: 90px;
        width: 90px;
        margin-right: 35px;
        border-radius: 50%;
        float: left;
    }

    .client-cont h5 {
        padding-top: 10px;
        height: 45px;
        line-height: 45px;
    }

    .client-cont h6 {
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 25px;
    }

    .client-cont i {
        font-size: 20px;
        color: #666;
    }

    .client-cont p {
        width: 400px;
        padding: 5px 30px;
    }

    @media (max-width: 991px) {
    .client-cont {
        width: 330px;
        padding: 30px;
        background: #fff;
        margin: 0 auto;
    }
        .client-cont p {
            width: 320px;
            padding: 5px 30px;
        }
    }

    @media (max-width: 767px) {
        .client-cont {
            width: 100%;
            padding: 30px;
            background: #fff;
            margin: 0 auto;
            margin-top: 20px;
        }

        .client-cont p {
            width: 100%;
            padding: 5px 30px;
        }
    }

    @media (max-width: 420px) {
        h5 {
            color: #0068B7;
            font-size: 16px;
            text-transform: uppercase;
        }
    }


/*====================================================
                   CONTACT-HOME
======================================================*/

    .contact-h-bg {
        background-image: url(../img/contact-bg.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contact-h-cont {
        margin: 60px 0;
        padding: 50px;
        background: rgba(33, 150, 243, 0.65);
    }

    .contact-h-cont input.form-control,
    .contact-h-cont textarea.form-control {
        border-radius: 0px;
    }

    .contact-h-cont button {
        background: #fff;
        color: #0068B7;
        margin-top: 10px;
        text-align: center;
    }

    .contact-h-cont button:hover {
        background: #0068B7;
        color: #fff;
    }



/*====================================================
                    FOOTER
======================================================*/

    .footer-s1 .footer {
        padding: 20px 0;
        
		background-image:url(../img/dbbj.jpg);
    }

    .footer-s1 .footer .comp-desc-f p {
        margin-top: 10px;
        color: #ccc;
        font-size: 15px;
    }



    /*Heading Fotoer*/

    .footer-s1 .heading-footer {
        text-align: left;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 2px;
    }

    .footer-s1 .heading-footer:after {
        left: 0;
        bottom: 0;
        height: 1px;
        width: 50px;
        content: " ";
        background: #fff;
        position: absolute;
    }

    .footer-s1 .heading-footer h2 {
        color: #eee;
        font-size: 18px;
        text-transform: none;
		font-weight:700;
    }




    /*Link link*/

    .footer-s1 .footer .link-list {
        margin-bottom: 0;
    }

    .footer-s1 .footer .link-list li {
        padding: 3px 0px;
        
		
    }

    .footer-s1 .footer .link-list li:last-child {
        padding-top: 0;
        border-top: none;
    }

    .footer-s1 .footer .link-list li a {
        color: #fff;
        font-size: 15px;
        margin-bottom: 3px;
        display: inline-block;
		text-decoration:none;
    }

    .footer-s1 .footer .link-list a:hover {
        color: #bbb;
    }

    .footer-s1 .footer .link-list li small {
        color: #fff;
        display: block;
    }



    /*Thumb list*/

    .footer-s1 .footer .thumb-list>li {
    
    }

    .footer-s1 .footer .thumb-list>li:before,
    .footer-s1 .footer .thumb-list>li:after {
        content: " ";
        display: table;
    }

    .footer-s1 .footer .thumb-list>li:after {
        clear: both;
    }

    .footer-s1 .footer .thumb-list>li img {
        float: left;
        width: 80px;
        height: auto;
        margin-right: 10px;
    }
	.overflow-h img{
		width:80%!important;
	}
    .footer-s1 .footer .thumb-list>li a {
        color: #fff;
        display: block;
        padding-bottom: 8px;
		line-height:28px;
    }

    .footer-s1 .footer .thumb-list>li a:hover {
        color: #bbb;
    }

    .footer-s1 .footer .thumb-list>li small {
        color: #fff;
        font-size: 13px;
    }

    address.address-details-f,
    address.address-details-f a {
        color: #fff;
        font-size: 15px;
    }

    .social-icon-f li {
        float: left;
        margin: 10px;
    }



    /*footer bottom*/

    #footer-bottom {
        background-color: rgba(0, 97, 174, 1);
        padding: 10px 0;
    }
.dbhr{
	    margin-top: 0rem;
    margin-left: 0;
    width: 99%;
    margin: 0px auto;
    border: 1px solid #518db5;
}
.foot1{
	padding:3em 0;
}
.foot2{
	    margin-top: 1.5em;
}
.foot2 .col-md-6{
	padding-left:0px;
	padding-right:0px;
}
    #footer-copyrights p {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
      text-align:right;
    }
	
    #footer-copyrights p a:last-child {
        border-left: 2px solid #fff;
        padding-left: 10px;
        margin-left: 10px;
    }
	 #footer-copyrights p a{
		  color: #fff;
	 }

 #footer-copylefts p {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
      text-align:left;
    }
	
    #footer-copylefts p a:last-child {
        border-left: 2px solid #fff;
        padding-left: 10px;
        margin-left: 10px;
    }
	 #footer-copylefts p a{
		  color: #fff;
	 }
    .btn-back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 22px;
        padding: 3px 15px;
        border-radius: 0;
        display: none;
    }

    @media (min-width: 1600px) {
        address.address-details-f,
        address.address-details-f a {
            color: #fff;
            font-size: 17px;
        }

    }

    @media (max-width: 767px) {
        .footer .container {
            width: 90%;
        }
        .footer-s1 .heading-footer h2 {
            color: #fff;
            font-size: 18px;
            margin-top: 50px;
            text-transform: none;
        }
        .footer-s1 .heading-footer {
            text-align: left;
            position: relative;
            margin-bottom: 10px;
            padding-bottom: 2px;
        }
    }
.footer .col-md-2{
	    max-width: 11.5%;
}

/*首页关于我们*/
#about {
	padding: 30px 0 80px 0;
	background-color:#F7F7F7;
}
#about h2{
	
	font-weight:700;
	padding-top: 0.2em;
	background:url(../img/abbj.png)no-repeat center -12px;
}
#about h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 0 0;
}
#about .about-text span {
	color: #0068B7;

	letter-spacing: -1px;
}
#about hr {
	margin-left: 0;
	    width: 5%;
    margin: 0px auto;
	border:1px solid #0068B7;

}
#about .btn {
    display: block;
    width: 100px;
 
    font-size: 14px;
    border: 2px solid #0068B7;
    color: #0068B7;
    text-align: center;
    transition: .5s ease-in-out;
	border-radius: 0;
	
}

#about .btn:hover{
	background-color: #0068B7;
	color:#fff;
	
}

#about .about-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	box-shadow:-10px 10px 0px 0px rgba(0,104,183,1);

                 /*考虑浏览器兼容性*/

                 -moz-box-shadow:-10px 10px 0px 0px rgba(0,104,183,1);

                 -webkit-box-shadow:-10px 10px 0px 0px rgba(0,104,183,1);
}
#about .about-text, #about .about-desc {
	margin-bottom: 40px;
}
#about p {
	line-height: 24px;
	margin-top: 20px;
	
}
.aboutbiaoti{
	color:#0068B7;
	
	    font-size: 40px;
		font-weight:700;
		margin-bottom:2em;
}
.aboutp{
	color:#0068B7;
}
#about hr {
	/*
	height: 3px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #BC3A47;
	margin: 0 auto;
	
	border: 0;
	
   */
}
/*首页关于我们调试兼容性*/
.cjckgd{
	 margin-top: 3em;
}
 @media (min-width: 768px) and (max-width: 991px) {
	
 }
 @media (max-width: 768px){
	.gongchenganli{
		padding: 1em 0!important;
	}
	.aboutbiaoti{
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 0em;
	}
	#about .about-text, #about .about-desc{
		margin-bottom: 0px; 
	}
	.col-xs-3 {
	width: 25%
	}
	.cjckgd{
	 margin-top: 1em;
}
.chanyenr1{
	    width:100%!important;
    height: auto!important;
}
#about{
	padding: 30px 0 50px 0;
}
 }

/*首页关于我们调试兼容性*/
/*首页关于我们结束*/




/*首页统计*/
.stats {
	background: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 200px;
}

.stats-info {
	text-align: center;

}
.stats p {
    color: #EEE;
    font-size: 16px;
    line-height: 35px;
    padding: 0 50px;
    text-align: center;
}
.stats-grid {
	font-size: 60px;
	font-weight: 700;
	color: white;
	margin-bottom: 10px;
	margin-top:10px;
}
p.stats-info {
	margin-top: 20px;
}
label.line {
    background-color: #fff;
    display: block;
    width: 40px;
    height: 2px;
    margin: 15px auto;
}
/*首页统计结束*/



/*首页案例展示*/

/* Our Gallery */
.projects-filter-nav {
	list-style: none;
	text-align: right;
	margin-top: 20px;
}
.projects-section a{
	text-decoration:none;
}
.projects-filter-nav li {
	display: inline-block;
	margin-left: 25px;
	color: #747474;
	font-size: 18px;
	font-weight: 500;
	padding: 0 5px;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.projects-filter-nav li.btn-active {
	background: #0068B7;
	color: #222222;
}

.projects-slider {
	/*padding: 0 40px;*/

}

.projects-slider .single-project {
	
	width: 100%;
	background: #333;
	-o-transition: .8s;
	transition: .8s;
	-webkit-transition: .8s;
	-ms-transform: translateX(0);
	    transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
	background-size: 100% 100%;
}

 @media (min-width: 1920px) {
	 .projects-slider .single-project {
	height:350px;
	width: 100%;
	background: #333;
	-o-transition: .8s;
	transition: .8s;
	-webkit-transition: .8s;
	-ms-transform: translateX(0);
	    transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
	background-size: 100% 100%;
}
 }
  @media (max-width: 1920px) {
	   .projects-slider .single-project {
	height:310px;
	width: 100%;
	background: #333;
	-o-transition: .8s;
	transition: .8s;
	-webkit-transition: .8s;
	-ms-transform: translateX(0);
	    transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
	background-size: 100% 100%;
}
  } 
    @media (max-width: 1680px) {
			   .projects-slider .single-project {
	height:270px;
	width: 100%;
	background: #333;
	-o-transition: .8s;
	transition: .8s;
	-webkit-transition: .8s;
	-ms-transform: translateX(0);
	    transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
	background-size: 100% 100%;
	}
	 } 
	  @media (max-width: 1600px) {
		  .projects-slider .single-project {
	height:256px;
	width: 100%;
	background: #333;
	-o-transition: .8s;
	transition: .8s;
	-webkit-transition: .8s;
	-ms-transform: translateX(0);
	    transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
	background-size: 100% 100%;
	}}
	@media (max-width: 1440px) {
		
		 .projects-slider .single-project {
	height:229px;
	width: 100%;
	background: #333;
	-o-transition: .8s;
	transition: .8s;
	-webkit-transition: .8s;
	-ms-transform: translateX(0);
	    transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
	background-size: 100% 100%;
	}
		
	}
	  @media (max-width: 1366px) {
		  .projects-slider .single-project {
	height:217px;
	width: 100%;
	background: #333;
	-o-transition: .8s;
	transition: .8s;
	-webkit-transition: .8s;
	-ms-transform: translateX(0);
	    transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
	background-size: 100% 100%;
	}}
	 @media (max-width: 1360px) {
		  .projects-slider .single-project {
	height:216px;
	width: 100%;
	background: #333;
	-o-transition: .8s;
	transition: .8s;
	-webkit-transition: .8s;
	-ms-transform: translateX(0);
	    transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
	background-size: 100% 100%;
	}}
		 @media (max-width: 1228px) {
		  .projects-slider .single-project {
	height:202px;
	width: 100%;
	background: #333;
	-o-transition: .8s;
	transition: .8s;
	-webkit-transition: .8s;
	-ms-transform: translateX(0);
	    transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
	background-size: 100% 100%;
	}}
.projects-slider .single-project .project-content1{
	 background:rgba(0,97,174,0.8); padding: 1em 0;text-align: center;    bottom: 0; position:absolute;
	 width:100%;
	
}
.projects-slider .single-project .project-content1 h2{
	font-size: 22px;
	
	color:#fff;
}
.projects-slider .single-project:hover .project-content1 {
	opacity: 0;
}
.projects-slider .single-project .project-content {
	padding: 50px;
	height: 100%;
	background: rgba(13, 13, 13, 0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 0;
	text-align:center;
}

.projects-slider .single-project .project-content h2 {
	color: #fff;
	font-weight: 500;
	position: relative;
	top: 300px;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	font-size:30px;
}

.projects-slider .single-project .project-content p {
	color: #fff;
	font-weight: 500;
	position: relative;
	top: 340px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.projects-slider .single-project .seemore {
	position: absolute;
	right: 50px;
	bottom: 30px;
	background: #0068B7;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	padding: 2px 8px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	text-decoration:none;
}
.projects-slider .single-project .seemore:hover{
	background: #BC3A47;
}

.projects-slider .single-project:hover .project-content {
	opacity: 1;
}

.projects-slider .single-project:hover .project-content h2,
.projects-slider .single-project:hover .project-content p {
	top: 30%;
}

.projects-slider .single-project:hover .seemore {
	bottom: 50px;
}

.projects-slider .single-project.__loading {
	opacity: 0;
	-ms-transform: translateX(40px);
	    transform: translateX(40px);
	-webkit-transform: translateX(40px);
}

.projects-slider .owl-nav {
	text-align: right;
	max-width: 100%;
	margin: 40px auto 0;
}
.projects-slider .owl-nav .owl-prev{
	float:Left;
}
.projects-slider .owl-nav .owl-prev,
.projects-slider .owl-nav .owl-next {
	display: inline-block;
	margin-right: 20px;
	font-size: 20px;
	
	color: #555555;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	padding: 0 5px;
}

.projects-slider .owl-nav .owl-prev:hover,
.projects-slider .owl-nav .owl-next:hover {
	background: #0068B7;
	color:#fff;
}

.projects-slider .owl-nav .owl-prev i {
	margin-right: 5px;
}

.projects-slider .owl-nav .owl-next {
	margin-right: 0px;
}

.projects-slider .owl-nav .owl-next i {
	margin-left: 5px;
}
.gongchenganli{
	padding:3em 0;
}
.gongchenganli h2{
	background:url(../img/gcbj.png)no-repeat center -12px;
	font-weight:700;
		padding-top: 0.2em;
}
.gongchenganli h2 span {
    color: #0068B7;

    letter-spacing: -1px;
}
.sygc{
	padding:2em 0;
}
.p-lr0 .btn {
    margin-top: 40px;
    text-transform: uppercase;
    color: #fff;
    
    padding: 10px 20px;
    letter-spacing: 1px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
  
    margin-top: 10px;
    transition: all 0.3s;
	

	border-radius: 0;
}
/*首页案例展示结束*/




/*首页新闻开始*/
/*-- blog --*/ 
/*news*/

.news{width:100%;     background: #F7F7F7;    padding: 30px 0 80px 0;}
.w1200 {
	height:680px;
}
.news ul{
	    -webkit-padding-start: 10px;
}
.news-left{ height:auto; background:#fff; float:left;
    box-shadow:4px 4px 38px 0px rgba(197,197,197,0.5);
    -moz-box-shadow: 4x 4px 0px 0px rgba(197,197,197,0.5);
    -webkit-box-shadow: 4px 4px 0px 0px rg;

}
.news-left-tj{margin:0 auto; height:195px; border-bottom:1px solid #eaeaea; margin-top:30px;}
.news-left-tj ul li{list-style:none;}
.news-left-tj ul li:first-child{width:260px; height:170px; float:left;list-style:none;overflow: hidden;}
.news-left-tj ul li:first-child img{width:260px; height:170px;    transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
	
	}

.news-left-tj:hover img{
	    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

	
}
.news-left-tj ul li:last-child{width:410px; float:right;}
.news-left-tj ul li:last-child a{font-size:16px; color:#0068B7; line-height:58px; display:block;text-decoration:none;}
.news-left-tj ul li:last-child p{color:#646262; line-height:24px; font-size:13px;}
.news-left-tj ul li:last-child span{width:130px; height:15px; color:#a3a3a3; background:url("../img/time_ico.png") no-repeat left center; font-family:Arial; text-indent:20px; text-align:left; line-height:15px; display:block; margin-top:15px;}
.news-left-content{width:670px; margin:10px 0;}
.news-left-content ul li{line-height:34px; height:34px;list-style:none;}
.news-left-content ul li span{width:90px; float:right; color:#aeaeae; font-family:Arial; text-align:right;}
.news-left-content a{
	color:#393939;
	text-decoration:none;
	font-size:14px;
}
.news-left-content a:hover{
	color:#0068B7;
	
}
.news-right-content a{
	color:#393939;
	text-decoration:none;
	font-size:14px;
}
.news-right-content a:hover{
	color:#0068B7;
}
.news-right{width:500px; height:auto; background:#fff; float:right;  box-shadow:4px 4px 38px 0px rgba(197,197,197,0.5);
    -moz-box-shadow: 4x 4px 0px 0px rgba(197,197,197,0.5);
    -webkit-box-shadow: 4px 4px 0px 0px rg;}
.news-right-content{width:470px; margin:10px auto;}
.news-right-content ul li{line-height:34px; height:34px;list-style:none;}
.news-right-content ul li span{width:90px; float:right; color:#aeaeae; font-family:Arial; text-align:right;}
.news .col-lg-5{
	padding-right: 0px;
    padding-left: 0px;
}
.news-more a{width:110px; height:36px; color:#fff; line-height:36px; margin-top:32px; display:block; text-align:center; background:#2d2d2d; margin:55px auto;}
.news-more a:hover{background:#2b5aa8;}
.xwzx{
	padding:3em 0;
}
.xwzx h2{
	background:url(../img/xwbj.png)no-repeat center -12px;
	font-weight:700;
		padding-top: 0.2em;
}
.xwzx h2 span {
    color: #0068B7;

    letter-spacing: -1px;
}

.news .btn{
	
 
    font-size: 14px;
    border: 2px solid #0068B7;
    color: #0068B7;
    text-align: center;
    transition: .5s ease-in-out;
	border-radius: 0;
	width:100px;	
}
.news .btn:hover{
	background-color: #0068B7;
	color:#fff;
	
}
.newanniu{
	text-align:center;
}
 @media (min-width: 768px) and (max-width: 991px) {
	 .dropdown-cust.mega-menu{
		min-width: 100%;
	}
	.dropdown-menu .col-md-8{
		max-width:100%!important;
	}
	.dropdown-cust .dropdown-item{
		height: 40px;
    line-height: 40px;
	}
 }
 @media (max-width: 768px){
	 .news-left-content{
		 max-width:100%;
		 width:100%;
	 }
	.dropdown-cust.mega-menu{
		min-width: 100%;
	}
	.dropdown-menu .col-md-8{
		max-width:100%!important;
	}
	.dropdown-cust .dropdown-item{
		height: 40px;
    line-height: 40px;
	}
	.xwzx{
		    padding: 1em 0;
	}
	.news-left-tj ul li:first-child img{
		width:100%;
	}
	.news-left-tj{
		   height: auto; 
    border-bottom: 1px solid #eaeaea; 
	}
	.news-left-tj ul li:first-child{
		float:none;
		     height: auto; 
			 width: 100%;
	}
	.news-left-tj ul li:last-child{
		 height: auto; 
			 width: 100%;
			 float:none;
	}
	.news-left-content a{
		 display: block; /* 当前元素本身是inline的，因此需要设置成block模式 */
      white-space: nowrap; /* 因为设置了block，所以需要设置nowrap来确保不换行 */
      overflow: hidden; /* 超出隐藏结合width使用截取采用效果*/
      text-overflow: ellipsis; /* 本功能的主要功臣，超出部分的剪裁方式 */
      -o-text-overflow: ellipsis; /* 特定浏览器前缀 */
      text-decoration: none; /* 无用 */
	}
	.news ul{
		-webkit-padding-start: 0px;
	}
	.news .w1200{
		height:780px;
	}
	.news{
		    padding: 30px 0 50px 0;
	}
 }

/*新闻兼容性调试*/



/*-- 首页新闻结束 --*/


/*底部logo*/
.dblogo{width:50%;}

.list-unstyled{
	margin-top:2em;
}
/*底部兼容性调试*/
 @media (max-width: 768px){
	 .footer-s1 .footer{
		     padding: 0px 0;
	 }
	 .visible-xs-block{
		 display: block!important
	 }

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.foot1{
		    padding-bottom:0em;
	}
	#footer-copyrights p{
		    text-align: center;
	}
	.zuidibujishu{
		padding:1em 0;
	}
 }


/*产业*/
.chanye{
	padding-top:4em;
	text-align:Center;
}
.chanyenr{
	background-color:#F8FAFC;
	padding:0.5em 0;
}
.chanyenr p{
	line-height: 0px;
    margin-top: 5px!important;
	margin-bottom:0px;
}
.chanyenr:hover{
	background-color:#ccc;
	color:#fff;
}
.chanyenr:nth-child(1){
	border-right:1px solid #ccc;
}
.chanyenr:nth-child(2){
	border-right:1px solid #ccc;
}
.chanyenr:nth-child(3){
	border-right:1px solid #ccc;
}
.chanyenr p{
	    color: #0068B7;
   
    font-size: 1rem;
    font-weight: 800;
}
.chanyenr img{
	width:10%;
}
.chanyenr span{
	color:#BC3A47;
}

/*第二个*/
.chanye1{
	
	text-align:left;
}
.chanyenr1{
	background-color:#F8FAFC;
	padding:0.5em 0;
	 
	width:100px;
	height:100px;
  text-align: center;

  display: inline-block;



  text-decoration: none;
    background: none;
  border-radius: 50%;
 
}
.chanyenr1 p{
	line-height: 0px;
    margin-top: 5px!important;
	margin-bottom:0px;
}


.chanyenr1 p{
	    color: #555;
   
    font-size: 1rem;
    
}
.chanyenr1 img{
	width:90%;
}
.chanyenr1 span{
	color:#BC3A47;
}
.chanyenr1 .mouseout1{
	display:none;
}
.chanyenr1 :hover .mouseout{
	display:none;
}
.chanyenr1 :hover .mouseout1{
	display:block;
	text-align:center;
	margin:0px auto;
	    background: none;
  border-radius: 50%;
  border:2px solid #0068B7;
  width:90%;
  height:auto;
}

/*hr*/

hr {
     margin-top: 0rem; 
	 margin-left: 0;
	    width: 5%;
    margin: 0px auto;
	border:1px solid #0068B7;
}
.gcp{
	    line-height: 24px;
    margin-top: 20px;
	    color: #0068B7;
}

/*集团文化*/
.jrwomen .row{
	margin-right: 0px;
    margin-left: 0px;
}


.jrwomen .col-lg-6{
	    padding-right: 0px;
    padding-left: 0px;
}
.jrwomen .syjituan{
	background:url(../img/fwln-img.jpg)no-repeat center 0px;
	height:350px;
	text-align:center;
	
}
.jrwomen .syjituan:hover{
	opacity:0.8;
	
}
.jrwomen .syjiaru{
	background:url(../img/join-img.jpg)no-repeat center 0px;
	text-align:center;
	height:350px;
	
	
}
.jrwomen .syjiaru:hover{

	opacity:0.8;
	
}
.jrwomen h2{
	padding-top:3em;
	color:#fff;
}
.jrwomen{
	line-height:3em;
}
.jrwomen p{
		color:#fff;
}
.jrwomen .btn{
	font-size: 13px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    transition: .5s ease-in-out;
	border-radius: 0;
	width:120px;
}

.jrwomen .btn:hover{
	background-color: #0068B7;
	border: 2px solid #0068B7;
	color:#fff;
	
}
/*集团文化和加入我们兼容性调试*/
 @media (max-width: 768px){
	 .jrwomen .syjituan{
		 height: 250px;
		 
	 }
	
	 .jrwomen h2{
		   padding-top: 2.5em;
    color: #fff;
    font-size: 20px;
	 }
	 .jrwomen p{
		 font-size: 14px;
	 }
	 .jrwomen .btn{
		 width: 100px;
	 }
	 .jrwomen .syjiaru{
		  height: 250px;
		  	
	 }
	
 }

/*关于我们内页*/
.aboutNav{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 85px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    background-color: #eee;
    animation-duration: 0.8s;


}
.aboutNav li{
	    width: 12.5%;
    display: inline-block;
    font-size: 16px;
    line-height: 85px;
}
.swiper1-wrapper{
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper1-slide{
-webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;	
}
.aboutNav li a.on{
    color: #3173c7;	
}
.aboutNav li a {
    color: #393939;
	text-decoration:none;
}



/*当前位置*/
/*新闻内页*/
.weizhi{
	text-align: left;
    color: #797979;
    font-size: 14px;
    line-height: 85px;
}
.weizhi img{
vertical-align: baseline;	
}
.nyhr{
    margin-top: 0rem;
    margin-left: 0;
    width: 100%;
    margin: 0px auto;
    border: 1px solid #0068B7;	
	max-width:100%;
	    box-sizing: inherit;
}
.newny{
	background:#F8F8F8;
	padding:3em 0;
}
.newlist{
	border: 1px solid #e7e7e7;
    padding: 50px 35px;
	    background: #fff;
		margin:10px 0;
		
}
.newlist .col-lg-3{
	overflow:hidden;
}
.newlist:hover{
	  background: #f4f4f4;
}
.newlist:hover img{
	    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
		
}
.newlist img{
	width:100%;
	height:162px;
	    transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;

}
.xntitle{
	    font-size: 22px;
    color: #434343;
    height: 30px;
    line-height: 30px;
	margin-bottom:30px;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.newny a:hover .xntitle{
	color:#0061AE;
	text-decoration:none;
}
.xwzhaiyao{
	height: 50px;
    color: #929292;
		margin-bottom:30px;
}
.xnshijian{
	    color: #3a3a3a;
    font-size: 15px;
}



/*工程案例*/
.gcanliwenzi{
	widtH:50%;
	color:#fff;
	text-align:center;
	margin:0px auto;
	padding-top:2em;
	line-height:2em;
}
.productlist{
	margin-top:5em;
}
.productlist img{
		width:100%;
	max-width: 100%;
    height: 300px;
   
}
.thumbnail-blogs{
	text-align:center;
}
.productls{
	padding-bottom:50px;
}


.anli{
	max-width:1400px;
}


.layout{margin:30px auto;}
div.cols{float:left;margin-right:5px;display:inline;height:630px;overflow:hidden;}
div.cols .pic{float:left;position:relative;}
div.cols .pic .black{cursor:pointer;width:100%;position:absolute;left:0;top:0;background-color:#000000;opacity:0.4;-moz-opacity:0.4;filter:alpha(opacity=50);}
div.cols1{width:420px;}
div.cols2{width:240px;}
div.cols3{width:615px;margin:0;}
div.cols2 .pic{margin-bottom:5px; 	overflow:hidden;}
div.cols2 .pic img{
	width:100%;
	overflow:hidden;
}
.pic:hover img{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	    transition: transform .5s ease;
}
div.cols3 .pic{margin:0 5px 5px 0;overflow:hidden;}
div.cols1 .pic .black{height:630px;}
div.cols2 .pic .black{height:206px;}
div.cols3 .h185 .black{height:285px;}
div.cols3 .h240 .black{height:340px;}
div.cols .pic a:hover .black{opacity:0;-moz-opacity:0;filter:alpha(opacity=0);}
.anliwenzia{
	font-size:30px;
	color:#fff;
	margin-top:50%;
	text-align:center;
}

.jmal p{
	padding-left:20px;
}



/*文化理念*/
.about_con04{
	background:url(../img/about/wenhuabj.jpg)no-repeat center 0px;
	
}
.wenhuanr{
	padding:8em 0;
}
.wenhuaimg {
	height:700px;
}
.wenhua{
	margin-left:5%;
}
.wenhua h3{
	color:#fff;
	margin-bottom:1em;
	font-size:35px;
}
.wenhualeft{
	
	line-height:2em;
}
.wenhualeft p{
	color:#fff;
	margin-bottom:1.5em;
}
.wenhualeft span{
	font-size:18px;
	font-weight:800;
}

.wenhuaright{
	
	line-height:2em;
}
.wenhuaright p{
	color:#fff;
	margin-bottom:1.5em;
}
.wenhuaright span{
	font-size:18px;
	font-weight:800;
}
.wenhuatu img{
	width:100%;
	margin-top:30%;
}
.wenhuaright1{
	margin-left:30px;
}
.ygfc{
	margin-top:30px;
}
.ygfclist .desc-comp-offer{
	margin-top:2em;
}
.ygfclist .desc-comp-offer-cont a{
	padding: 0px 0px!important;
}
.ygfc  img{
	height:200px;
	width:100%;
}
@media(max-width:768px){
	.wenhua h3{
		font-size:26px;

		
		
	}
	.wenhuaright{
		line-height:1.5em;
	}
	.wenhualeft p{
	color:#fff;
	margin-bottom:1em;
}
.wenhuaright p{
	color:#fff;
	margin-bottom:1em;
}
}
 

/*党群建设*/
.dqtxt{
	    width: 100%;
    border: 5px solid #e62129;
    padding: 20px;
	margin-top:30px;
    box-sizing: border-box;
	height:190px;
}
.dqtxt .l_tit{

    float: left;
   display: flex;
    font-size: 25px;
    font-weight: bold;
    color: #e62129;
    text-align-last: justify;
	width:7%;
  

}
.djgk1{
	padding-top:4em;
}

.dqtxt p{
	margin-left:3em;
}
.djgk img{
	width:100%;
}

.djgk2{

	margin-left:7%;
}
.djgk2 h3{
	margin-bottom:1em;
}
.dqtxt p{
	line-height:3em;
}
@media(max-width:768px){
	.dqtxt{
		    height: 230px;
	}
	.dqtxt p{
		    line-height: 2em;
	}
}


/*加入我们*/
.yongrenlinian {
	margin:0px auto;
	padding:4em 0;
}
.yongrenlinian img{
	width:100%;
	 margin-bottom:2em;
}
.yongrenlinian{
	line-height:2em;
}
.yongrenlinian p:first-child{
	font-size:18px;
	font-weight:800;
}
.yongrenlinian span{
	color:red;
	font-weight:500;
}
.rencaizhaopin{
	padding:4em 0;
}
.rencaizhaopin h3{
	text-align:Center;
	margin-bottom:0.5em;
}
.rencaizhaopin p{
	margin-bottom:3em;
	text-align:Center;
}
.zp1 {
text-align:center;
    margin-top: -36%;
	color:#fff;
	font-size:25px;

}

.zpgw {
	font-size:14px;
	margin-top:1em;
}
.zpgw p{
	color:#fff;
	margin-bottom:0em;
}
.zpgw span {
	font-size:25px;
}
.zp1 a{
		color:#fff;
}
.zp2{

text-align:center;
  margin-top: -36%;
color:#fff;
	font-size:25px;

}
.zp2 a{
		color:#fff;
}
.zp3{
	text-align:center;
  margin-top: -36%;
color:#fff;
		font-size:25px;
	
	
}
.zp3 a{
		color:#fff;
}
.zhaopin{
	    height: 200px;
}





/*联系我们*/

.contact{
	padding:4em 0;
}
.con-form{
	background:#f5f5f5;
	padding:2em 0;
	box-shadow:3px 3px 10px 1px rgba(158, 158, 158, 0.68);

}
.con-form div{
	margin-bottom:1em;
}
.con-form textarea{
	margin: 0px 0; 
	    height: 100px;
		padding: .5rem .75rem;
		font-size:1rem;
}
.contact h2{
	font-size: 20px;
    margin-bottom: 2em;
    font-weight: 800;
}
.lianxidianhua{
	line-height:3em;
}
.lianxidianhua img{
	width:100%;
}
.saoma{
	text-align:center;
}


/*内页关于我们兼容性调试*/
.about-dsz-img{
	
}
@media(max-width:768px){
	.jtjj span{
		color: #747474!important;
	}
	.about-dsz-img{
	margin-top:1em;
	    margin-bottom: 1em;
}
	.about_con02 .w1090{
		    height: auto;
    padding-bottom: 2em!important;
    background-size: 50%;
	}
	.aboutdsz{
		margin-top: 2em!important;
	}
	.jyfw{
		height:auto!important;
		padding:1em 0;
	}
	.jyfw h3{
		    padding-top: 10px!important;
	}
	.aboutCommonTitle h3{
		font-size: 24px!important;
	}
	.honorSlide .hd li{
	
	}
	.aboutCommonTitle{
		    text-align: center;
    padding: 20px 0 20px!important;
	}
	.col-xs-6 {
	width: 50%
}
.honorContainer{
	    padding-bottom:0px!important; 
}
	.responsText{
		width:100%;
	}
	.responsText{
		   
    box-sizing: border-box;
    padding-left: 20px;
     padding-bottom: 3%!important;
     position: initial!important; 
    top: 0%!important;
    left: 0%!important;
   box-shadow: 0 0 27px rgba(143, 138, 135, 0.59); 
    background: rgba(0,94,174,0.89);
	}
	.responsText h2{
		font-size:20px!important;
	}
	.responsContainer{
		    margin-bottom: 2em;
	}
	.responsText p{
		padding-right: 10px!important;
	}
	.responsBox{
		height:auto!important;
	}
}
/*内页新闻兼容性调试*/
@media(max-width:768px){
	.news_con01  .more a{
		color:#fff;
	}
	.news_con01 h3{
		text-align:center;
		padding:1em 0;
	}
	.news_con02 h3{
		text-align:center;
		padding:1em 0;
	}
	.newlist{
		padding: 50px 0px;
    background: #fff;
    margin: 10px 0;
	}
	.newny .xntitle{
		font-size:16px;
		color:#41464b;
	}
	.xwzhaiyao{
		font-size:12px;
	}
	.news_edit .h3{
		text-align:left!important;
		font-size:18px;
	}
	.newlist img{
		height:auto!important;
	}
}
.news_con02 .dl dl dt img{
	width: 100%;
	overflow:hidden;
	   transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
}
.news_con02 .dl  :hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
/*内页案例兼容性调试*/
@media(max-width:768px){
	#comp-offer{
		    padding: 20px 0;
	}
	.productlist{
		margin-top:2em;
	}
}
/*内页集团文化兼容性调试*/
@media(max-width:768px){
	.wenhuanr{
		    padding: 1em 0;
	}
	.wenhuaright1{
		margin-left:0px;
	}
}
/*内页党群建设兼容性调试*/
@media(max-width:768px){
.home-p.pages-head4 {
        background: url(../img/wenhua/dangqun.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
		height:200px;
      } 
	  .djgk1 {
		  padding-top:0em;
	  }
	  .djgk2{
		  margin-left:0%;
	  }
	  .fnt_36{
		  text-align:center;
	  }
}
 /*内页加入我们兼容性调试*/
 @media(max-width:768px){
	 .home-p.pages-head5{
		     background: url(../img/wenhua/join.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
   
	 }
	  .home-p.pages-head6{
		     background: url(../img/wenhua/wenhua.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
   
	 }
	 .yongrenlinian{
		    padding: 2em 0; 
			    padding-right: 15px;
    padding-left: 15px;
	 }
	 .zhaopin{
		 height:auto;
	 }
	 .rencaizhaopin{
		     padding: 2em 0;
	 }
	
	 .zp11{
		height:200px;
	 }
 }
  /*内页联系我们兼容性调试*/
 @media(max-width:768px){
	 .contact{
		     padding-right: 15px;
    padding-left: 15px;
	
	 }
	 .lianxidianhua img{
		 width:50%;
	 }
	 .saomaimg{
		 text-align:Center;
	 }
	 .edit_con_original img{
		 height:auto!important;
	 }
 }
  .zizhi{
	 padding: 3em 0;
 }
 .zizhiny{
	 margin-bottom:2em;
 }
 /*分页*/
 
.styled-pagination{
	position:relative;
	padding-top:2em;
	
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 5px 10px;	
}
.thisclass a{
	color:#0366E5!important;
}
.thisclass a:hover{
	color:#fff!important;
}
.styled-pagination li a{
	position:relative;
	display:block;

	font-size:14px;
	text-transform:uppercase;
	min-width:20px;
	
	color:#1a1a1a;
	text-align:center;

	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a.next,
.styled-pagination li a.prev{
	padding:6px 25px;	
}

.styled-pagination li a:hover,
.styled-pagination li a.active,
.styled-pagination li a.current{
	color:#ffffff;
	background:#0366E5;
	border-color:#0366E5;	
}
.styled-pagination li a.next, .styled-pagination li a.prev{
	padding: 6px 5px;
}


/*资质荣誉样式*/















/*
====后添加的===

====发展历程====

*/


/*发展历程*/

.developContainer {
	width: 100%;
	position: relative;
}

.developContainer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 136px);
	background: url("../img/fzlc/historyBg.jpg") no-repeat center/cover;
}

.developBox {
	position: relative;
	padding: 0 176px;
	box-sizing: content-box;
}

.developContainer .aboutCommonTitle h3 {
	color: #fff;
}

.developContainer .aboutCommonTitle p {
	color: #fff;
}

.historyText {
	padding-bottom: 3%;
	background-color: #fff;
	box-shadow: 0 2px 32px rgba(0, 0, 0, 0.2);
}

.developSlide {
	width: 1118px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.developSlide:before {
	content: "";
	display: block;
	width: 100%;
	top: 102px;
	position: absolute;
	border-bottom: 1px solid #d6d6d6;
}

.developSlide li {
	width: 350px;
}

.developSlide li figure {
	margin-top: 45px;
}

.developSlide li img {
	width: 100%;
	height: auto;
}

.developSlide li time {
	display: block;
	text-align: center;
	font-size: 36px;
	line-height: 102px;
	font-weight: 600;
	color: #3174c6;
	position: relative;
}

.developSlide li time:before {
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	margin: auto;
	background: url("../img/fzlc/historyDot.png") no-repeat;
}

.historyDetail {
	font-size: 14px;
	line-height: 30px;
	padding-top: 20px;
	width:90%;
	margin:0px auto;
	    text-align: justify;
}

.developBox .swiper-button-prev,
.developBox .swiper-button-next {
	width: 56px;
	height: 56px;
	margin-top: 250px;
	top: 0!important;
	transition: all 0.3s;
	background-size: 100% 100%!important;
}

.developBox .swiper-button-prev {
	left: 85px!important;
	background: url("../img/fzlc/teamArrow1.png") no-repeat;
}

.developBox .swiper-button-next {
	right: 85px!important;
	background: url("../img/fzlc/teamArrow2.png") no-repeat;
}

.developBox .swiper-button-prev:hover {
	background: url("../img/fzlc/developArrow3.png") no-repeat;
}

.developBox .swiper-button-next:hover {
	background: url("../img/fzlc/developArrow4.png") no-repeat;
}

.developBox .swiper-button-prev:before,
.developBox .swiper-button-next:before {
	content: "";
	display: block;
	width: 85px;
	height: 1px;
	background-color: #d6d6d6;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.developBox .swiper-button-prev:before {
	left: -85px;
}

.developBox .swiper-button-next:before {
	right: -85px;
}

.developBox .swiper-button-prev:after,
.developBox .swiper-button-next:after {
	content: "";
	display: block;
	width: 35px;
	height: 1px;
	background-color: #d6d6d6;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.developBox .swiper-button-prev:after {
	right: -35px;
}

.developBox .swiper-button-next:after {
	left: -35px;
}

@media only screen and (max-width:1600px) {
	.developBox {
		padding: 0 60px;
	}
	.developBox .swiper-button-prev {
		left: -5px!important;
	}
	.developBox .swiper-button-next {
		right: -5px!important;
	}
	.developBox .swiper-button-prev:before,
	.developBox .swiper-button-next:before {
		width: 25px;
	}
	.developBox .swiper-button-prev:before {
		left: -25px;
	}
	.developBox .swiper-button-next:before {
		right: -25px;
	}
	.developBox .swiper-button-prev:after,
	.developBox .swiper-button-next:after {
		width: 10px;
	}
	.developBox .swiper-button-prev:after {
		right: -10px;
	}
	.developBox .swiper-button-next:after {
		left: -10px;
	}
	.developBox .swiper-button-prev,
	.developBox .swiper-button-next {
		margin-top: 250px;
	}
	.developSlide {
		width: 1090px;
	}
	.developSlide li {
		width: 342px;
	}
	.developSlide li time {
		font-size: 32px;
	}
}

@media only screen and (max-width:1400px) {
	.developSlide li {
		width: 331px;
	}
	.developSlide {
		width: 1048px;
	}
	.developBox .swiper-button-prev,
	.developBox .swiper-button-next {
		margin-top: 243px;
		width: 46px!important;
		height: 46px!important;
	}
	.developBox {
		padding: 0 36px;
	}
	.developBox .swiper-button-prev {
		left: -17px!important;
	}
	.developBox .swiper-button-next {
		right: -17px!important;
	}
	.developBox .swiper-button-prev:before,
	.developBox .swiper-button-next:before {
		width: 20px;
	}
	.developBox .swiper-button-prev:before {
		left: -20px;
	}
	.developBox .swiper-button-next:before {
		right: -20px;
	}
	.developBox .swiper-button-prev:after,
	.developBox .swiper-button-next:after {
		width: 8px;
	}
	.developBox .swiper-button-prev:after {
		right: -8px;
	}
	.developBox .swiper-button-next:after {
		left: -8px;
	}
	.developSlide li figure {
		margin-top: 32px;
	}
	.developSlide li time {
		font-size: 28px;
	}
}

@media only screen and (max-width:1300px) {
	.developBox .swiper-button-prev,
	.developBox .swiper-button-next {
		display: none;
	}
	.developBox {
		padding: 0;
	}
	.developSlide li {
		width: 292px;
	}
	.developSlide {
		width: 898px;
	}
}
@media only screen and (min-width:1300px) {
	.aboutContainer {
		width: 1200px;
		margin:0px auto;
	}
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
	.aboutContainer {
		width: 1130px;
		margin:0px auto;
	}
	.chairmanBox dd p {
		line-height: 35px;
	}
}

@media only screen and (max-width:992px) {
	.developSlide li {
		width: 216px;
	}
	.developSlide {
		width: 700px;
	}
}

@media only screen and (max-width:767px) {
	.developSlide li time {
		font-size: 16px;
		line-height: 2em;
	}
	.developBox {
		
	}
	.developSlide {
		width: auto;
		margin: 0 2rem;
	}
	.developSlide li {
		width: 100%;
	}
	.developSlide li time:before {
		
		height: 2em;
		background-size:1em 1em;
		bottom: -2em;
	}
	.developSlide:before {
		top: 1em;
	}
	.developSlide li figure {
		margin-top: 2em;
	}
	.historyDetail {
	    margin-top: 1em;
    font-size: 14px;
    line-height: 2em;
	}
	.developContainer:before {
		height: calc(100% - 1.36em);
	}
	
	
}


/*发展历程*/

/*禁止资质图片保存*/
@media(max-width:768px){
	.jtzz img{
	pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;
}
}
@media(max-width:1920px){
	.ceshi111{
	min-height:700px;
}
}
@media(max-width:1680px){
	.ceshi111{
	min-height:600px;
}
}
@media(max-width:1600px){
	.ceshi111{
	min-height:567px;
}
}
@media(max-width:1440px){
	.ceshi111{
	min-height:500px;
}
}
@media(max-width:1366px){
	.ceshi111{
	min-height:469px;
}
}
@media(max-width:1024px){
	.ceshi111{
	min-height:400px;
}
}

@media(max-width:768px){
	.ceshi111{
	min-height:150px;
}
#wpforms-form-1032{
	width: 300px!important;
}
}

#wpforms-form-1032{
	width: 565px;
}