body {
    font-family: 'Microsoft YaHei',Arial, sans-serif;
    max-width: 1920px;
    margin: 0 auto;
    color: #696969;
    line-height: 24px;
    font-size: 16px;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,a:hover,a:active {
    text-decoration: none;
    color:#696969;
}

select,input {
    outline: 0;
}

.form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

ul,ol,li{
    padding: 0;
    margin: 0;
    list-style: none;
}

a,a:hover,a:active,a:focus {
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-60 {
    margin-top: 60px;
}
.container{
    width:1400px;
    margin:0 auto;
}


.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-tb-5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.p-tb-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.p-tb-15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.p-tb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-tb-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.p-tb-60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.p-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.no-p {
    padding: 0;
}

.no-p-t {
    padding-top: 0;
}

.no-p-l {
    padding-left: 0;
}

.no-p-r {
    padding-right: 0;
}

.no-p-b {
    padding-bottom: 0;
}

.no-p-tb {
    padding-bottom: 0;
    padding-top: 0;
}

.no-p-lr {
    padding-left: 0;
    padding-right: 0;
}
.ad01{ display:inline-block; margin:0 15px; overflow:hidden;}
.ad02_w{ width:70%; margin:0 auto; overflow:hidden;}
.ad02{ float:left; width:46%; margin:0 2%; overflow:hidden; }
.ad03{ width:100% ; overflow:hidden; }
@media (max-width: 767px) {
    .p-l-10-xs { padding-left: 10px;}
}
.double-border {
    display: inline-block;
    margin: 25px;
}
.double-border::before,
.double-border::after {
    background: #b9b9b9 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
}
.double-border::before {
    width: 136px;
}
.double-border::after {
    margin-top: 5px;
    width: 72px;
}
.text-center .double-border::before,
.text-center .double-border::after {
    margin-left: auto;
    margin-right: auto;
}
.sec-title h2,
.sec-title h3{
    color: #222;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sec-title p {
    color: #696969;
    max-width: 800px;
    font-size: 16px;
    margin: 0 auto;
}

/**************************************************
                    Home One
/**************************************************/


/*********************** Header Top Start ***************************/

#header-top nav.navbar.bootsnav {
    background-color: transparent;
    margin: 15px 0 0;
    border: 0;
}

#header-top .h-right li a {
    color: #535353;
}

#header-top .h-right li {
    float: left;
    padding: 5px 15px;
    color: #535353;
}

#header-top li.search a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

#header-top li.search a {
    color: #fff;
}

#header-top li.search {
    background: #cd363f;
    position: relative;
    top: -15px;
    text-align: center;
    padding: 0;
}

#header-top select {
    border: 0;
}

#header-top .top-search {
    position: relative;
    top: -15px;
}

#header-top .navbar-header {
    float: left;
    margin-top: -10px;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    font-family:"FontAwesome", sans-serif;
    content: "\f107";
    margin-left: 5px;
    margin-top: 2px;
}

.top-header {
    background: #052c7d;
    padding: 8px;
    color: #fff;
}

.header-right li {
    display: inline-block;
    padding-left: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}


.header-left li {
    display: inline-block;
    padding-right: 25px;
}

.header-left li a {
    color: #fff;
    transition: .5s;
}

.header-left li a:hover {
    color: #0776a2;
}

.header-right li a {
        color: #fff;
    background: #021f5a;
    padding: 15px 15px;
    font-size: 24px;
    font-weight: bold;
}
/*********************** Header Top End ***************************/


/*********************** Header-Menu Start ***************************/

#header-menu {
    position: relative;
    background: #383838;
}

#header-menu nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
    background-color: transparent;
    outline: none;
    margin-bottom: 0;
    padding: 15px 0 15px 0;
    font-weight: 500;
}

#header-menu .navbar-right .dropdown-menu {
    right: 0;
    left: 0;
}

#header-menu .nav>li {
    margin-left: 25px;
}

#header-menu nav.navbar.bootsnav {
    background-color: transparent;
    border: none;
    border-bottom: 0;
}

#header-menu .container-fluid,
#header-menu .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent;
    border: none;
    margin-top: 10px;
    font-size: 18px;
    position: relative;
    top: 0;
    padding: 9px 10px;
}

nav.navbar.bootsnav .navbar-toggle {
    background-color: white;
    padding: 6px 15px;
}
.mobilemenu{
    display: none;
}


.wrap-sticky nav.navbar.bootsnav.sticked {
    position: fixed;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding: 0 !important;
}

#main-menu nav.navbar.bootsnav {
    background-color: #f8f8f8;
    border-bottom: 0;
    z-index: 99;
}

.navbar-collapse,
.container-fluid {
    padding: 0;
}

#main-menu nav.navbar.bootsnav ul.nav > li > a:hover,.cov {
    color: #052c7d!important;
    font-weight: bold;
}

#main-menu nav.navbar.bootsnav ul.nav > li {
    margin-left: 30px;
}

#main-menu nav.navbar.bootsnav ul.nav > li > a {
    color: #5f5f5f;
    padding: 20px 0 27px 0;
    transition: .7s;
    font-size: 16px;
}

#main-menu nav.navbar.bootsnav ul.nav li.active > a:hover,
#main-menu nav.navbar.bootsnav ul.nav li.active > a:focus,
#main-menu nav.navbar.bootsnav ul.nav li.active > a {
    color: #052c7d;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}


/*********************** Header-Menu End ***************************/

/**********************  Start Slider ***************************/
.slider-item {
    position: relative;
    max-height: 800px;
    height: 100%;
}
.slider-item img{
    width: 100%;
}
.slider-content-area {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.slider-content h2{
    color: #fff;
    padding-top: 15px;
    margin-bottom: 0;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    font-size: 46px;
    letter-spacing: -2px;
    line-height: 1.25;
    font-weight: 700;
	 font-family: "微软雅黑";
}
.slider-content h2 span{ margin:0 20px; }
.slider-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2px;
    color: #fff;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);

}
.slider-content p span{ margin:0 15px; }
.slider-content .btn-default{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #052c7d;
    padding: 15px 30px;
    border: 0;
    margin:0;
    animation-delay:2s;
    -webkit-animation-delay:2s;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.slider-content .btn-default:hover{
    background: #1E4592;
}

.slider-content .slider-btn{
    opacity: 0;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
}

.slider-option .item.active .slider-content h3,
.slider-option .item.active .slider-content p,
.slider-option .item.active .slider-content .slider-btn {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.slider-option .item.active .slider-content h2{
    opacity: 1;
    letter-spacing: 1px;
}

.slider-option .item.active .slider-content h3{
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.slider-option .item.active .slider-content h2{
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.slider-option .item.active .slider-content p{
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
.slider-option .item.active .slider-content .slider-btn{
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.slider-option .carousel-control{
    width: 0;
    opacity: 1;
}
.slider-option .carousel-control{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 52px;
    background: transparent;
    z-index: 9;
    border: 2px solid rgba(255,255,255,.5);
}
.slider-option .carousel-control:focus,
.slider-option .carousel-control:hover {
    background: #111111;
}
.slider-option .slider-item:after{
    position:absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.slider-option .carousel-control.left,
.slider-option .carousel-control.right{
    background-image: none;
}
.slider-option .carousel-control.left{
    left: 0;
    background: url(../images/jtleft.png) center no-repeat;
}
.slider-option .carousel-control.right{
    right: 0;
    background: url(../images/jtright.png) center no-repeat;
}
.slider-option .carousel-indicators li{
    font-size: 0;
    width: 40px;
    height: 4px;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    margin: 0;
    background: rgba(195, 195, 195, 0.5);
}
.slider-option .carousel-indicators .active{
    background: #fff;
}
#mobilemenu{display: none;}

/*********************** About Start ***************************/

#about .about {
    position: relative;
    overflow: hidden;
    padding: 95px 0 75px;
    background: #fdf9f6;
}

h1.title-top {
    color: #2f2f2f;
    font-weight: 800;
    margin-bottom: 20px;
}

.title-txt h4 {
    max-width: 745px;
    margin: 0 auto;
    font-style: italic;
    color: #363636;
    line-height: 24px;
}

.title-txt hr {
    max-width: 80px;
    margin: 0 auto;
    margin-top: 15px;
    border: 1px solid #cd363f;
}

.cc,
#about .ab-box {
    margin-top: 70px;
}

#about .ab-box2 img {
    width: 100%;
}

#about .ab-box2 {
    margin-top: 25px;
}

#about .ab-top h3 {
    color: #373737;
    font-weight: 800;
    margin-bottom: 15px;
}

#about .ab-txt p,
#about .ab-top p {
    font-size: 15px;
}

#about .ab-right h4 {
    line-height: 24px;
}

#about .ab-right {
    background: #2d2825;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
}

#about .ab-right i {
    float: right;
    font-size: 20px;
    margin-top: 2px;
}

#about .text-right i {
    background: #fff;
    border-radius: 50%;
    line-height: 13px;
    color: #ef0a18;
}

#about .ab-right select {
    color: #333;
    width: 100%;
    padding: 7px 5px;
    outline: 0;
    margin-top: 25px;
    background: #f3f3f3;
    font-weight: 800;
    font-size: 13px;
}

#about .owl-carousel {
    margin-top: 40px;
}

#about .owl-carousel .owl-item img {
    border: 2px solid #fff;
    border-radius: 50%;
}

#about .item-left {
    float: left;
    border: 5px solid #ebebeb;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-right: 15px;
}

#about .item-txt p {
    font-size: 13px;
    color: #656565;
}

#about .item-txt h6 {
    font-size: 13px;
    font-weight: 800;
    color: #494949;
}

#about .item-txt h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    font-style: italic;
    margin-bottom: 15px;
    color: #494949;
}

#about .owl-nav {
    display: none !important;
}


/*********************** About End ***************************/

/*********************** Feature Start ***************************/
.feature{
    padding:50px 0;
    overflow: hidden;
}

.feature-block {
    margin-bottom: 15px;
}

.thin-icon a {
    float: left;
    font-size: 60px;
    padding-right:10px;
    transition: .5s;
    color: #052C7D;
}
.pe-7s{width:120px; height: 120px; overflow: hidden;}
.pe-7s img{max-width: 100%;}
.feature-txt {
    display: table;
    overflow: hidden;
}

.feature-txt p {
    color: #535251;
    width: 100%;
    height: auto;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
}

.feature-txt h5 {
    font-size: 18px;
    font-weight: 700;
    color: #353535;
    margin-bottom: 10px;
    text-align: center;
}

.feature-img img {
    width: 100%;
}

.feature-img  img{
    width: 100%;
    height: 455px;
}
.map_m{display: none;}

/*********************** Feature End ***************************/


/*********************** Services Start ***************************/

.services {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    background: #052C7D;
}

.overlay {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(18, 36, 49, 0.87);
}

.services-box {
    margin-top: 67px;
    overflow: hidden;
}

.services-box,
.services .sec-title {
    position: relative;
    color: #dddbdb;
    overflow: hidden;
}

.services .sec-title h2{
    font-size: 30px;
    font-weight: 600;
    color: #fefefe;
    line-height: 50px;
}

.services .sec-title p {
    color: #dddbdb;
}

.services-block{
    margin-bottom: 50px;
}
.services-block h4{
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.services-block .caimg{
    width:260px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 3px;
}
.services-block .caimg img{width: 100%; height: 100%;}
.services-block p{
    width:100%;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.more{ width:220px; line-height: 40px; font-size: 16px; border:1px solid #7d9bb9; border-radius: 50px; margin:0 auto; text-align: center; 
    color:#7d9bb9!important; margin-top:30px; transition: all .8s;}
.more:hover{
    background:#7d9bb9!important;
     border:1px solid #10253a;
    color:#fff!important;
}
.more1{ width:220px; line-height: 40px; font-size: 16px; border:1px solid #7d9bb9; border-radius: 50px; margin:0 auto; text-align: center; 
    color:#7d9bb9!important; margin-top:30px; transition: all .8s;}
.more1:hover{
    background:#7d9bb9!important;
     border:1px solid #10253a;
    color:#fff!important;
}
/*********************** Services End ***************************/


/*********************** Team Start ***************************/
.team-area{
    padding: 50px 0 40px;
        overflow: hidden;
}
.single-team-item {
    position: relative;
}
.single-team-item.team-margin {
    margin-top: 15px;
    margin-bottom: 15px;
}
.single-team-item.team-margin img{width:100%;}
.single-team-item-hover {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 135px;
    z-index: 1;
    visibility: hidden;
    transition: .3s;
    opacity: 0;
    transform: scale(0)
}

.single-team-item-hover:after {
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 135px;
    content: "";
    z-index: -1;
}

.single-team-item:hover .single-team-item-hover {
    transition: .3s;
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.single-team-item-hover h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.single-team-item-hover h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.single-team-item-hover-icon {
    background-color: #EBF0F4;
    padding: 8px 30px
}

.single-team-item-hover-content {
    padding: 20px;
}
.single-team-item-hover-icon i.fa {
    padding: 0 12px;
    font-size: 14px;
    color: #4d4d4d;
}

.single-team-item-hover-icon i.fa:hover {
    color: #052c7d
}

/*********************** Team End ***************************/


/*********************** Video Start ***************************/

#videoContainer {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

#video {
    padding: 150px 0;
    color: rgb(255, 255, 255);
    position: relative;
}

#video .link a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background-color: #052c7d;
    padding: 10px 25px;
    border-radius: 5px;
    line-height: 50px;
}


/***************** Video End *******************/


/****************** Why Chose Start *********************/
.why-chose{
    padding: 50px 0;
        overflow: hidden;
}
#l-news,
#c-lawyer {
    position: relative;
    overflow: hidden;
    padding: 95px 0 75px;
}

.chose-block:hover .claw-icon {
    background: #052c7d;
}

.chose-block:hover .chose-text h5 {
    color: #052c7d;
}

.chose-block {
    background: #f9f9f9;
    padding: 30px 20px;
    margin-top: 40px;
    box-shadow: 2px 4px 10px #a2a1a1;
}

.claw-icon {
    float: left;
    width: 50px;
    height: 50px;
    background: #7c7b7b;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    color: #fff;
    transition: .7s;
}

.chose-text {
    display: table;
    padding-left: 20px;
}

.chose-text h5 {
    color: #4a4a4a;
    font-weight: 700;
    font-size: 16px;
    margin: 5px 0;
    transition: .7s;
}

.why-chose-area {
    margin-top: 30px;
}


/*********************** Why Chose End ***************************/


/******************** Testimonial Start **********************/

.testimonial{
    background: #eeeeee url("../../images/dark-pattern.png") repeat;
    position: relative;
    overflow: hidden;
    padding: 50px 0 75px;
        overflow: hidden;
}

.testimonial-slider {
    margin-top: 40px;
    padding:20px;
}

.item-box {
    float: left;
    width: 35%;
    height: auto;
    overflow: hidden;
    margin:0 3%;
}

.item-img {
    padding: 5px;
}
.item-text{
    float: left;
    width:45%;
    margin-left:5%;
    height: auto;
    overflow: hidden;
}
.item-text img {
    width: 10px !important;
    display: inline-block!important;
    margin-top: -10px;
}

.item-text h4 {
    color: #006fad;
    font-style: italic;
    font-weight: 600;
    display: inline-block;
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
}
.item-text h3{
    width: 100%;
    height: auto;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-align: left;
    background: #f2c823;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.item-text h1{
    width:100%;
    height: auto;
    font-size: 26px;
    overflow: hidden;
    text-align: left;
}
.item-text .item-text-txt{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:10px 0;
    text-align: left;
}
.item-text .item-text-txt p {
    color: #7b7b7b;
    max-width: 1000px;
    font-size: 15px;
    margin: 10px auto;
}
.fa-angle-left{background: #052c7d url(../images/jtleft.png) center no-repeat!important;}
.owl-next{
    background: #052c7d url(../images/jtright.png) center no-repeat!important;
}

#test-slide .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 20px;
    margin: 0 5px;
    padding: 16px 16px;
}



/******************* Testimonial End **********************/


/******************* News Start ********************/
.news{
    padding:50px 0;
        overflow: hidden;
}
.news-block{
    position: relative;
}
.news-img {
    margin-bottom: 30px;
    position: relative;
}

.news-img img {
    width: 100%;
}
.news-date{
    float: left;
    width: 115px;
    height: auto;
    line-height: 30px;
    vertical-align: middle;
    font-size: 14px;
    color: #272728;
}
.news-date span{font-size: 20px; font-weight: bold;}
.news-text {
    display: table;
    padding-left: 0;
    width: 76%;
    float: left;
    height: auto;
    overflow: hidden;
    margin-left: 30px;
}
.news-text p{ line-height: 22px; display: -webkit-box; height: 44px; overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-text h4 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color:#272728;
}

.news-text a {
    color: #696969;
}
.news-area{
    margin-top: 15px;
}
.news-area .newimgbox{ float: left; width:40%; height: auto;overflow: hidden; margin-right: 3%;}
.news-area .row{ float: left; width:50%; height: auto; overflow: hidden; }
.row_newbox {
    float: left;
    width: 57%;
    height: auto;
    overflow: hidden;
}
.rowtt{
    width:100%;
    height: auto;
    overflow-x: hidden;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e2e2;
}
.rowtt li{
    position: relative;
    float: left;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    margin-right: 40px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
}
.rowtt li:nth-child(1):after{
    position: absolute;
    right: -20px;
    top: 50%;
    display: block;
    width: 2px;
    height: 16px;
    margin-top: -8px;
    background: #052c7d;
    content: "";
}
.rowtt li:hover,.covv{
    color:rgb(5, 44, 125)!important;
}
.row_new{ width:100%; height: auto; max-height:255px; overflow: hidden; border-left: 1px dashed #e2e2e2;}
.row_new .row_newli{
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
    padding:10px 0;
}
.row_new .row_newli:hover{background:#f5f5f5;}
.row_new .row_newli:before{
    position: absolute;
    left:0;
    top:50%;
    margin-top:-5px;
    display: block;
    width:10px;
    height: 10px;
    background:#052c7d;
    border-radius: 50%;
    content: "";
}
.topp{
    display: block;
}




/****************** News End *********************/


/***************** Contact Start *******************/
.contact-section{
    display: none;
    position: relative;
    overflow: hidden;
    background: #052C7D;
    color: #fff;
}

#map {
    width: 100%;
    height: 500px;
}
.contact-form-area{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.contact-form {
    padding: 70px 50px 30px 50px;
    margin: 0 auto;
    max-width: 40%;
    background: #052C7D;
    border-radius:5px 5px 0 0;
}

.contact-form p {
    max-width: 700px;
    font-weight: 300;
}

.contact-form h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

form.appoint {
    margin-top: 40px;
}

.contact-form textarea.form-control {
    height: auto;
}

.contact-form .form-control {
    width: 100%;
    height: 40px;
    float: left;
    margin: 0 0 5px;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.appoint .btn-default i {
    padding-right: 5px;
}

form.appoint .btn-default {
    color: #fff;
    background-color: #f2c823;
    border-color: #333;
    font-weight: 700;
    padding: 10px 20px;
}


/***************** Contact End ***********************/


/**************** Footer-top Start *********************/

.footer-top {
    position: relative;
    overflow: hidden;
    padding: 30px 0 75px;
    background: #f7f7f7;
    color: #595959;
    font-size: 15px;
}

.footer-widget p i {
    padding-right: 5px;
    color: #052c7d;
}
.footer-widget p a{color:#595959;}
.footer-widget p a:hover {
    color: #052c7d!important;
}

.footer-widget p.footer-text {
    margin-bottom: 15px;
    font-size: 16px;
}
.footer-widget p.footer-textt {
    margin-bottom: 15px;
    font-size: 16px;
}
.footer-widget p.footer-textt {
    max-width: 380px;
    font-size: 14px;
    text-align: left;
}
.footer-widget p.footer-text {
    position: relative;
    padding-left: 30px;
    max-width: 380px;
    font-size: 14px;
    text-align: left;
}
.footer-widget p.footer-text:before{
    display: block;
    position: absolute;
    left:0;
    top:20%;
    width:8px;
    height: 8px;
    background:#052c7d;
    border-radius: 50%;
    content: "";
}

.footer-widget hr {
    border: 0;
    height: 1px;
    background: #e8e8e8;
    max-width: 300px;
    margin: 22px 0;
}

.footer-logo {
    margin-bottom: 20px;
}

.social-icon a {
    width: 50px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    border-radius: 0;
    margin-right: 2px;
    display: inline-block;
}
.social-icon a img{max-width: 100%; height: auto; overflow: hidden;}

.footer-widget h5 {
    font-size: 16px;
    font-weight: 600;
    color: #595959;
    margin: 20px 0;
}

ul.instagram-img li {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 5px;
}

ul.quick-link li hr {
    height: 1px;
    background: #e8e8e8;
    max-width: 200px;
    margin: 4px 0;
}

ul.quick-link li i {
    padding-right: 8px;
}

ul.quick-link li:hover a {
    padding-left: 8px;
}

ul.quick-link li a {
    color: #595959;
    font-size: 16px;
    transition: .5s;
}

ul.quick-link li {
    position: relative;
    margin-bottom: 5px;
}


/******************* Footer-top End ********************/


/******************* Footer-bottom Start ******************/

.footer-bottom {
    position: relative;
    background: #3e3e3e;
    color: #b5b2b2;
}

.footer-bottom hr {
    border: 0;
    height: 1px;
    background: #e8e8e8;
    max-width: 500px;
    margin: 20px auto;
}

.footer-bottom p {
    font-weight: 300;
    color: #cdcdcd;
}
.footer-bottom p span,.footer-bottom p a{margin:0 15px;}
.footer-bottom {
    padding: 40px 0 50px;
}

.footer-bottom h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fefefe;
    letter-spacing: 1px;
}

.footer-text a {
    color: #b5b2b2;
}

#footer-bottom {
    background: #1e1e1e;
    padding: 25px 0;
    color: #dcdcdc;
    position: relative;
    font-weight: 300;
    letter-spacing: 1px;
}

.scroll-to-top {
    position: absolute;
    right: 50px;
    top: -15px;
}

.scroll-to-top a {
    color: #fff !important;
    padding: 0;
}

.scroll-top {
    background: #052c7d;
    font-size: 18px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    margin: 3px;
}

.footer-txt a {
    color: #dcdcdc;
}

/******************* Footer Bottom End ********************/


/**************************************************
                    Home Two
**************************************************/
/*********************** About Start *****************/

.home2-about {
    position: relative;
    padding: 95px 0 75px;
}


.home2-about p {
    margin: 10px auto;
    color: #333;
}

.home2-about .ab-2-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #dedede;
    border-radius: 50%;
    box-shadow: 1px 3px 5px #d9d9d9;
    margin: 0 auto;
    font-size: 40px;
    color: #333;
    margin-bottom: 10px;
    transition: .7s;
    background: #f1f1f1;
}

.home2-about h4 {
    color: #353535;
    font-weight: 800;
    padding: 5px 0;
    transition: .7s;
}




/*********************** About End ***********************/





/*********************** Home Two Project Start *********************************/
.project-two{
    padding:95px 0;
    background: #f1f1f1;
}
.project-two-block{
    position: relative;
}
.project-two-img {
    margin-bottom: 30px;
    position: relative;
}

.project-two-img img {
    width: 100%;
}


.project-two-text {
    display: table;
    padding-left: 0;
}

.project-two-text h4 {
    font-weight: 700;
    margin: 10px 0;
}

.project-two-text a {
    color: #696969;
}

.project-two-text p {
    max-width: 345px;
}

.project-two-area{
    margin-top: 65px;
}
/*********************** Home Two Project End *********************************/


/*********************** Home Two News And Testimonial Start *********************************/

.news-testimonial{
    position: relative;
    overflow: hidden;
    padding: 95px 0 75px;
    background: #f9f9f9;
}

.news-testimonial-area{
    padding-top: 60px;
}
.home-two-news img {
    width: 100%;
}

.home-two-news:hover h4 {
    color: #052c7d;
}

.home-two-news:hover h4,
.home-two-news-img {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.home-two-news:hover .home-two-news-over {
    bottom: 0;
}

.home-two-news-over {
    position: absolute;
    bottom: -43%;
    background: rgba(5, 44, 125, 0.9);
    color: #ddd;
    padding: 10px 15px;
    font-weight: 300;
    transition: .7s;
}

.home-two-news p.lntxt {
    font-size: 13px;
    color: #777;
}

.home-two-news hr {
    margin: 20px 0;
    border-top: 1px solid #ddd;
}

.home-two-news h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #666666;
    transition: .7s;
}

.home-two-news-img {
    float: left;
}

.home-two-news-text h4 {
    font-size: 16px;
    margin: 10px 0;
    color: #052c7d;
    font-weight: 700;
}

.home-two-news-text:before {
    content: '';
    position: absolute;
    border-top: 18px solid transparent;
    border-right: 18px solid #ebebeb;
    border-bottom: 18px solid transparent;
    left: -16px;
    top: 20%;
}

.home-two-news-text {
    display: table;
    padding: 30px;
    background: #ebebeb;
    position: relative;
}

.home-two-test-img {
    float: left;
    padding-right: 30px;
}
.home-two-test-img img{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.home-two-test-text {
    display: table;
    padding: 30px;
    background: #ebebeb;
    position: relative;
}
.home-two-test-text:before {
    content: '';
    position: absolute;
    border-top: 18px solid transparent;
    border-right: 18px solid #ebebeb;
    border-bottom: 18px solid transparent;
    left: -16px;
    top: 20%;
}
.home-two-test-text h4 {
    font-size: 16px;
    margin: 10px 0;
    color: #052c7d;
    font-weight: 700;
}
.home-two-test-text p {
    margin-bottom: 10px;
}
.home-two-client{
    padding-left: 135px;
    margin-top: 15px;
}
.home-two-client h5 {
    color: #052c7d;
    font-weight: 700;
}
/*********************** Home Two News And Testimonial End *********************************/

/*********************** Home Two Contact Start *********************************/

.home-two-contact{
    position: relative;
    overflow: hidden;
    padding: 95px 0 75px;
    background: #ffffff;
}

.home-two-contact-block::-webkit-input-placeholder {
    color: #a0a0a0;
}

.home-two-contact-block::-moz-placeholder {
    color: #a0a0a0;
}

.home-two-contact-block:-ms-input-placeholder {
    color: #a0a0a0;
}

.home-two-contact-block:-moz-placeholder {
    color: #a0a0a0;
}

.home-two-contact-block select.form-control {
    color: #a0a0a0;
}



.home-two-contact-block .input-group .form-control {
    box-shadow: none;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    height: 40px;
}
.input-group textarea.form-control {
    box-shadow: none;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    border-radius: 0;
    height: 110px!important;
}
.home-two-contact-block .input-group {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-collapse: separate;
}

.home-two-contact-block {
    margin-top: 60px;
}

.home-two-contact-block .btn-default.active.focus,
.home-two-contact-block .btn-default.active:focus,
.home-two-contact-block .btn-default.active:hover,
.home-two-contact-block .btn-default:active.focus,
.home-two-contact-block .btn-default:active:focus,
.home-two-contact-block .btn-default:active:hover,
.home-two-contact-block .open>.dropdown-toggle.btn-default.focus,
.home-two-contact-block .open>.dropdown-toggle.btn-default:focus,
.home-two-contact-block .open>.dropdown-toggle.btn-default:hover,
.home-two-contact-block .btn-default:hover,
.home-two-contact-block .btn-default {
    color: #fff;
    background-color: #052c7d;
    border-color: #052c7d;
    font-size: 12px;
    border-radius: 0;
    padding: 10px 40px;
    outline: 0;
}
.home-two-contact .contact-info {
    margin-left: 20px;
    padding: 50px;
    background: #052c7d;
    border-radius: 5px;
    min-height: 300px;
    color: #f1f1f1;
    font-size: 16px;
}
.home-two-contact .contact-info h3{
    text-transform: uppercase;
    font-size: 18px;
}
/*********************** Home Two Contact End *********************************/

.map-two{
    clear: both;
    overflow: hidden;
}






/*********************** Page Header Start ***************************/

.page-header{
    background:url("../../images/bg/1.jpg") no-repeat;
    padding: 70px 0;
    box-shadow: inset -25px -25px 75px #000;
    position: relative;
}

.page-header h3 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}


/*********************** Page Header End ***************************/



/********************** Project Start ******************************/

.project-left-image {
    position: relative;
    padding: 80px 0 30px;
}

.project-text{
    display: table;
    padding-left: 30px;
}

.project-img {
    float: left;
}

.project-text p {
    max-width: 542px;
    margin-bottom: 20px;
    font-size: 15px;
}

.project-text h3 {
    font-weight: 600;
    color: #565655;
    margin: 10px 0 25px;
}

.project-img img {
    width: 100%;
}

.project-text .btn-default.active.focus,
.project-text .btn-default.active:focus,
.project-text .btn-default.active:hover,
.project-text .btn-default:active.focus,
.project-text .btn-default:active:focus,
.project-text .btn-default:active:hover,
.project-text .btn-default {
    color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    background: #052c7d;
}

.project-box {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 50px;
}


/***************** Project Single Page ******************/

.project-single{
    position: relative;
    padding: 100px 0 50px;
}

.project-single .blockquotestyle {
    text-align: left;
}
.project-single blockquote {
    margin: 15px 0;
    border: 0;
    width: 100%;
    float: left;
    quotes: none;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 20px 150px;
    font-style: italic;
    background: #f1f1f1;
}
.project-single .blockquotestyle:after {
    left: 15px;
    top: 50%;
    color: #fff;
    width: 70px;
    height: 70px;
    content: '\f10d';
    font-size: 30px;
    line-height: 70px;
    margin: -35px 0 0;
    position: absolute;
    text-align: center;
    font-weight: normal;
    font-family: "FontAwesome", sans-serif;
    background: #333;
}

.project-single-text p {
    margin-bottom: 20px;
}

.project-single-text h3 {
    font-weight: 800;
    margin-bottom: 30px;
    color: #565555;
}

.project-single-img img {
    width: 100%;
}

.project-single-text ul,
.project-single-img {
    margin-bottom: 25px;
}

.project-single-text ul li i {
    padding-right: 5px;
}

.project-single-text ul li {
    display: inline-block;
    width: 47%;
}

.project-single-side {
    margin-left: 30px;
}
.quick-contact {
    background: #052c7d;
    padding: 30px 20px;
}
.project-sidebar {
    margin-bottom: 50px;
}

.project-sidebar h4 {
    text-align: center;
    font-weight: 900;
    color: #f1f1f1;
    letter-spacing: 1px;
}

.project-sidebar h5.project-text {
    max-width: 250px;
    text-align: center;
    margin: 5px auto;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #f1f1f1;
}

.quick-contact form .panel-body textarea,
.quick-contact form .panel-body input {
    width: 100%;
    border: 0;
    background: #f5f5f5;
    padding: 8px 10px;
}

.quick-contact form .panel-body {
    padding: 2px 0;
}

.quick-contact form::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6b6b6b;
}

.quick-contact form::-moz-placeholder {
    /* Firefox 19+ */
    color: #6b6b6b;
}

.quick-contact form:-ms-input-placeholder {
    /* IE 10+ */
    color: #6b6b6b;
}

.quick-contact form:-moz-placeholder {
    /* Firefox 18- */
    color: #6b6b6b;
}

.quick-contact form .btn-default.active.focus,
.quick-contact form .btn-default.active:focus,
.quick-contact form .btn-default.active:hover,
.quick-contact form .btn-default:active.focus,
.quick-contact form .btn-default:active:focus,
.quick-contact form .btn-default:active:hover,
.quick-contact form .btn-default {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 8px 30px;
    border-radius: 0;
    outline: 0;
    margin-top: 5px;
    width: 100%;
    font-weight: 700;
    letter-spacing: 1px;
}

.project-sidebar ul {
    margin-top: 25px;
}

.project-sidebar ul>li:hover a {
    padding-left: 8px;
}

.project-sidebar ul>li {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

.project-sidebar ul>li a {
    max-width: 270px;
    color: #8b8b8b;
    transition: .5s;
    display: inline-block;
}

.pa-cat li a,
.project-sidebar h5.project-title {
    color: #494949;
}

.project-sidebar h5 {
    font-size: 15px;
    font-weight: 700;
}

.project-cat {
    font-size: 15px;
}









/***************** Shop Page *******************************/

.search1:active .search input,
.search1:hover .search input {
    border: 1px solid #ddd;
}

.search1 {
    position: relative;
}

.search1 input {
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    display: inline-block;
    background: transparent;
    border: 0;
}

.search1 .search input {
    border: 0 solid #ddd;
    box-shadow: none;
    border-radius: 0;
    width: 25px;
}

.search1 .search {
    font-family:"FontAwesome", sans-serif;
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    padding: 0;
    right: 0;
    color: #052c7d;
}

.sh-widget {
    background: #f7f7f7;
    margin-bottom: 20px;
    padding: 12px 15px;
}

.sh-widget ul {
    padding: 10px 0;
}

.sh-widget li a {
    color: #686868;
    font-weight: 400;
    display: block;
    padding: 2px 0;
}


.sh-widget p {
    font-weight: 800;
    color: #052c7d;
}

.sh-widget hr {
    margin: 5px 0;
}

.sh-widget h5 {
    font-weight: 800;
    margin-top: 10px;
    color: #333;
}

.search1::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bababa;
}

.search1::-moz-placeholder {
    /* Firefox 19+ */
    color: #bababa;
}

.search1:-ms-input-placeholder {
    /* IE 10+ */
    color: #bababa;
}

.search1:-moz-placeholder {
    /* Firefox 18- */
    color: #bababa;
}
.sel-img {
    float: left;
    width: 80px;
}
.sel-img img {
    max-width: 100%;
}
.sel-txt ul li {
    display: inline-block;
    font-size: 12px;
}

.sel-txt del {
    padding-left: 15px;
    color: #606060;
}

.sel-txt h5 {
    font-weight: 600;
}

.sel-txt h5,
.sel-txt ul,
.sel-txt p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 22px!important;
}

.sel-txt p {
    font-size: 13px;
}

.sel-txt {
    display: table;
    padding-left: 20px;
}

.sel-txt ul li:nth-child(1),
.sel-txt ul li:nth-child(2),
.sel-txt ul li:nth-child(3) {
    color: #052c7d;
}

.seller {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}

.nav-tabss li {
    display: inline-block;
    margin-right: 5px;
}

.shop-details select {
    float: right;
    padding: 4px 0;
    width: 150px;
    background: #f7f7f7;
    border: 1px solid #b9b9b9;
}

.shop-details {
    background: #f7f7f7;
    padding: 10px;
    font-size: 15px;
    color: #404040;
}

.nav-tabss>li.active>a,
.nav-tabss>li.active>a:focus,
.nav-tabss>li.active>a:hover,
.nav-tabss li a:focus,
.nav-tabss li a:hover {
    text-decoration: none;
    background-color: #052c7d;
    color: #fff;
}

.nav-tabss li a {
    padding: 0 6px;
    color: #052c7d;
    border: 1px solid #052c7d;
    transition: .7s;
    font-size: 13px;
}

.tabc-img img {
    width: 100%;
}

.tabc2 ul li,
.tabc-txt ul li {
    display: inline-block;
    font-size: 12px;
    padding: 0;
}

.tabc-txt h4 {
    font-size: 15px;
    font-weight: 600;
    color: #504f4f;
    line-height: 16px;
}

.tabc2 ul li:nth-child(1),
.tabc2 ul li:nth-child(2),
.tabc2 ul li:nth-child(3),
.tabc-txt ul li:nth-child(1),
.tabc-txt ul li:nth-child(2),
.tabc-txt ul li:nth-child(3) {
    color: #052c7d;
}

.tabc2 del,
.tabc-txt del {
    padding-left: 15px;
    color: #606060;
    font-size: 15px;
}

.tabc2 p,
.tabc-txt p {
    font-size: 18px;
    color: #052c7d;
    font-weight: 700;
}

.tabc-img {
    position: relative;
    margin: 20px 0;
}

.tabc-overtxt p {
    margin: 10px 0;
}

.tabc-overtxt {
    display: table-cell;
    vertical-align: middle;
}

.tabc-over {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.tabc-hover {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(41, 46, 49, .8);
    transition: .7s;
    opacity: 0;
}

.tabc-box {
    margin-bottom: 20px;
}

.tabc-box:hover .btn-default,
.tabc-box:hover .btn-primary {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tabc-box:hover .tabc-hover {
    opacity: 1;
}

.tabc-box .btn-primary,
.tabc-box .btn-primary:hover {
    color: #fff;
    background-color: #052c7d;
    border-color: #052c7d;
    font-weight: 700;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

.tabc-box .btn-default,
.tabc-box .btn-default:hover {
    color: #333;
    background-color: #ffffff;
    border-color: #ffffff;
    font-weight: 700;
}

.tabc2-txt h4 {
    font-weight: 700;
}

.tabc2-txt {
    display: table;
    padding-left: 30px;
    margin-top: 15px;
}

.tabc2-img img {
    max-width: 100%;
}

.tabc2-img {
    float: left;
    width: 150px;
}

.tabc2-txt h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 2px;
}

.tabc2 li {
    display: inline-block;
    padding-right: 15px;
}

p.des {
    max-width: 535px;
    margin: 7px 0 15px;
    font-weight: 300;
}

.tabc2-txt .btn-default {
    box-shadow: none;
    padding: 6px 25px;
    border-radius: 0;
    margin-top: 10px;
    background-color: transparent;
}

.tabc2-txt .btn-default.focus,
.tabc2-txt .btn-default:focus,
.tabc2-txt .btn-default.active.focus,
.tabc2-txt .btn-default.active:focus,
.tabc2-txt .btn-default.active:hover,
.tabc2-txt .btn-default:active.focus,
.tabc2-txt .btn-default:active:focus,
.tabc2-txt .btn-default:active:hover,
.tabc2-txt .btn-default:hover {
    color: #333;
    background-color: transparent;
    border-color: #adadad;
    outline: 0;
}

.tabc2-box {
    position: relative;
    background: #f7f7f7;
    overflow: hidden;
    padding: 20px 30px;
    margin-top: 20px;
}

.shop {
    position: relative;
    overflow: hidden;
    padding: 95px 0 75px;
}


/********************** One Page ************************/


/****************** Header-two Start ***********************/
.header-two{
    padding: 15px 0;
}
.header-two li {
    float: left;
    display: inline-block;
    padding-left: 30px;
}

.header-two li a {
    background: #052C7D;
    color: #fff;
    padding: 9px 25px;
    line-height: 45px;
}

.header-two li a i {
    font-size: 14px;
    border-right: 1px solid #fff;
    margin-right: 8px;
    color: #fff;
}

.header-two li i {
    font-size: 36px;
    border-right: 1px solid #ddd;
    padding-right: 8px;
    /* line-height: 30px; */
    color: #333;
}

.header-two li p {
    display: inline-block;
    padding-left: 15px;
    line-height: 20px;
    font-size: 14px;
}

#header-two {
    padding: 15px 0 10px;
}


/****************** Header-two End ********************/






/****************** 404 Page Start  ********************/
#error-txt {
    position: relative;
    overflow: hidden;
    padding: 95px 0 75px;
}

.error-txt h1 {
    font-size: 100px;
    font-weight: 700;
    color: #052c7d;
    line-height: 100px;
}

.error-txt h2 {
    font-size: 40px;
    line-height: 40px;
    color: #393939;
    font-weight: 700;
    margin: 10px 0;
}

.error-txt h4 {
    color: #818181;
}

/****************** 404 Start  ********************/





/*about 页面 开始*/
#middle{ width: 100%; height: auto; overflow: hidden; background: #fff;}
.abpa01 {
    width:1300px;
    height: auto;
    overflow: hidden;
        margin: 20px auto 20px;
}
.h20{
    margin:20px 0;
}
.abpa01_l{
    float: left;
    width:50%;
    padding:50px 5%;
    height: auto;
    overflow: hidden;
    background: #052c7d;
    color: #fff;
}
.abpa01_l h1{
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.abpa01_l h3{
    font-size: 18px;
    margin-bottom: 35px;
}
.abpa01_l .abpa01_l_txt{
    width:100%;
    height: auto;
    overflow: hidden;
}
.abpa01_l .abpa01_l_txt p{line-height: 28px;}
.abpa01_l .abpa01_l_txt h3{
    font-size: 16px;
    font-weight: bold;
    margin:15px 0;
}
.abpa01_r{
    float: left;
    width:50%;
    height: auto;
    min-height: 604px;
    padding:50px 5%;
    overflow: hidden;
    background: #f2c823;
    color: #000;
}
.abpa01_r h1{
    position: relative;
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.abpa01_r h3{
    position: relative;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 30px;
}
.abpa01_r h3 span{
    font-size: 18px;
    font-weight: bold;
}
.abpa{
    width:1300px;
    height: auto;
    margin:20px auto;
    overflow: hidden;
}
.abpa img{
    max-width: 100%;
    height: auto;
    overflow: hidden;
}
/*about 页面 结束*/


/*productlist 页面 开始*/
#middle{
    width:100%; height: auto; overflow: hidden; margin:0 auto;
}
.midd{
    margin:20px auto;
    overflow: hidden;
}
.mid{
    width:1400px;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}
.mid .midd_l{
    float: left;
    width:230px;
    height: auto;
    margin:40px 50px 40px 0;
    overflow: hidden; 

}
.menu_tt{
    width:100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    background:#006fad;
    color:#fff!important;
    line-height: 60px;
    padding-left:40px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.menuli{
    width:100%;
    height: auto;
	min-height: 400px;
    overflow: hidden;
    padding-bottom: 80px;
	background:#f8f8f8;
    /*background:#f8f8f8 url(../images/bgg.png) bottom no-repeat;*/
}
.menuli li{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:1px auto;
    border-bottom: 1px dashed #ddd9da;
    padding:15px 0;
}
.menuli li p{
    width:80%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
    font-size: 16px;
    line-height: 30px;
}
.left_con{
	    display: none;
    width:90%;
    height: auto;
    margin:80px auto;
    overflow: hidden;
    border-top:2px solid #ebe7e7;
    padding-top:40px;
}
.left_con .left_con_t{
    font-size: 20px;
}
.left_con .left_con_t img{margin-right: 20px;}
.left_con .left_con_phone{
    font-size: 36px;
    line-height: 50px;
    color: #006fad;
    margin: 20px 0;
    font-style:italic;
}

.menuli li:hover,.pro{background:#f2c823!important; color:#006fad!important; border-left: 4px solid #006fad!important; font-weight: bold;}
.menu_top{
    width:100%;
    height: auto;
    overflow: hidden;
    text-align: right;
    margin:20px auto;
    padding-right: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}
.menu_top img{margin-right: 10px;}
.mid .midd_r{
    float: left;
    width:80%;
    height: auto;
    margin:40px 0;
    overflow: hidden; 

}
.midd_r_text{
    width:100%;
    height: auto;
    overflow: hidden;
}
.midd_r_text h1{
    width:100%;
    height: auto;
    line-height: 35px;
    font-size: 22px;
    font-weight: bold;
    padding:15px 0;
    text-align: center;
    margin-bottom: 20px;
}
.midd_r_text h2{
    width:100%;
    height: auto;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.midd_r_text h3{
    width:100%;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.midd_r_text h3 span{margin:0 15px;}
.midd_r_text p{
    line-height: 28px;
}
.new_bbox{
    width:100%;
    height: auto;
    margin:60px 0 20px;
    overflow: hidden;
}
.new_bbox .new_bbox_t{
    width:100%;
    height: auto;
    padding:2%;
    border:1px solid #e2e2e2;
    overflow: hidden;
    margin-bottom: 20px;
}
.new_bbox .new_bbox_t:hover{
    background:#006fad;
    color:#fff!important;
}
.new_bbox .new_bbox_t .new_bbox_t_l{
    float: left;
    width:80px;
    height: auto;
    overflow: hidden;
    text-align: left;
}
.new_bbox .new_bbox_t .new_bbox_t_r{
    float: left;
    width:75%;
    height: auto;
    overflow: hidden;
    text-align: left;
}
.new_bbox .new_bbox_t .new_bbox_t_r a:hover{color:#fff!important}

/*productlist 页面 结束*/

/*news页面 开始*/
.newli{
    width:100%;
    height: auto;
    overflow: hidden;
}
.newli li{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px dashed #e2e2e2;
    padding: 2%;
    margin-bottom: 30px;
    transition: all .6s;
}
.newli li:hover{ color:#fff!important;}
.newli li .new_t,.newli li .new_p{
    width:100%;
    height: auto;
    overflow: hidden;
}

.new_t .new_txt{
    float: left;
    width:75%;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    text-align: left;
    color:#006fad;
    font-size: 17px;
    font-weight: bold;
}
.new_t .new_date{
    float: left;
    width:25%;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    text-align: right;
}
.newli li .new_p{    
    line-height: 24px;
    margin: 20px 0;
	font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ee{background: #f1f1f1;}
.newli li:hover{background: #006fad; color:#fff!important;}
.newli li:hover .new_txt{color:#fff!important;}
.page{ 
    width:100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin:20px 0;
}
.page a{ margin:0 15px; padding:10px;}
.page a:hover,.pacov{background: #006fad; color:#fff;}


/*news页面 结束*/

/*下载中心页面 开始*/
.downlist{width:100%; height: auto; overflow: hidden; margin:30px 0;}
.downlist li{
    width:100%;
    height: auto;
    line-height: 24px;
    font-size: 16px;
    padding:20px 10px;
    overflow: hidden;
    border-bottom: 1px dashed #e2e2e2;
    cursor: pointer;
}
.downlist li:hover{background: #f5f5f5; color:#006fad;}
.downlist li >.downtxt{
    float: left;
    width:75%;
    height: auto;
    text-align: left;
    overflow: hidden;
}
.downlist li >.downimg{
    float: left;
    width:25%;
    height: auto;
    text-align: right;
    overflow: hidden;
}


/*下载中心页面 结束*/
/*人才页面 结束*/
.joinlist{width:100%;height: auto; overflow: hidden; margin:30px 0;}
.joinlist li{
    width:100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    border:1px solid #e2e2e2;
    padding:20px;
}
.joinlist li:hover{background: #f5f5f5;}
.joinlist li .joinimg{
	display:none;
    float: left;
    width:30%;
    height: auto;
    margin-right: 3%;
    overflow: hidden;
}
.joinlist li .jointxt{
    float: left;
    width:100%;
    height: auto;
    overflow: hidden;
}
.joinlist li .jointxt h4{
    font-size: 22px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 20px;
}
.joinlist li .jointxt h3{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 35px;
    margin-bottom: 20px;
    background: #f2c823;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.item-text-txt{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:20px 0;
}
.item-text-txt p{
    line-height: 30px;
}
.ii{display: inline-block; font-family: 方正舒体;    font-size: 28px; font-weight: bold;     color: #052c7d; margin-right: 20px;}

/*人才页面 结束*/
@media screen and (max-width: 1400px){
    .container { width: 1200px;}
.mid .midd_r{ width:76%;}
.mid { width: 1200px;}
.ad02_w{ width:75%; margin:0 auto; overflow:hidden;}

}




@media screen and (max-width: 1360px){
.mid .midd_r{ width:72%;}
.mid { width: 1000px;}
}

@media screen and (max-width: 1200px){
.container,.mid { width: 1024px;}
.ad02_w { width: 88%;}

}

@media screen and (max-width: 1024px){
.news-text { width: 68%;}
.container, .mid { width: 990px;}
.top-header {padding: 30px;}
.mid .midd_r { width: 70%;}



}






@media screen and (max-width: 768px){
    .container { width: 100%;}
    .navbar-right { float: left !important;}
    .header-right li a { color: #fff; background: none; padding: 15px 15px; font-size: 23px; }
    .top-header {
    height: 60px;
    position: relative;
    padding-bottom: 55px;
    padding-top: 5px;
    padding-left: 0px;
}
    .header-right ul{float: left;}
    #mobilemenu{ z-index: 999; display: block; position: absolute; right: 10px; top: 10px; text-align: right; }
  .navmobile{ float: right; width:50px; height: 50px; overflow: hidden;  }
  .momenu{ float: right; display: none; width:103%; height: auto; overflow: hidden; background:rgba(255,255,255,1);}
  .momenu a > li{ width: 100%; float: left; height: auto; line-height: 45px; text-align: center; color: #052c7d; font-size: 18px; overflow: hidden; border-bottom: 1px dashed #dedfe0;
    margin-left: 0px; box-sizing: border-box;}
    .services-box { margin-top: 10px;}
  .slider-content p,#footer { display: none;}
  .m-t-60 { margin-top: 25px;}
.item-box,.item-text { width: 93%;}
.news-area .newimgbox ,.row_newbox,.abpa01,.abpa01_l,.abpa01_r,.abpa{width: 100%;}
.screen li .scr_b { width: 69%;}
.news-text {width: 60%;}
.mid { width: 100%;}
.left_con { display: none;}
.menuli { padding-bottom: 30px; background: none;}
.mid .midd_r { width: 100%;margin:0 auto;}
.mid .midd_l {margin:0;}
.midd_r_text { width: 96%; margin: 0 auto;}
.footer-bottom p { font-size: 14px!important;}
.page a {margin: 0 5px;}
.joinlist li .joinimg,.joinlist li .jointxt {width: 100%;}
.abpa01_l { height: auto;}
.abpa01_r{ min-height: 0!important;}


}

@media screen and (max-width: 640px){
.case0 img{width:20px; height: 20px;}
.news { padding: 50px 0 20px!important;}
.row_newbox { margin-top: 20px;}
.mid .midd_l { width: 100%;}
.top-header { padding-bottom: 55px;}
.item-text-txt h1{ font-size: 18px!important;  width: 100%!important;}
.scr_b .scr_txt {font-size:13px;}
.news-text {margin-left: 20px;}
.menuli { min-height: 0;}
.menu_tt { font-size: 22px;}
.menu_top,.menu_top { font-size: 13px;}
.page a { margin: 0 10px; padding: 0px;}
.slider-content .btn-default { padding: 10px 15px;}
.ad01{ display:inline-block; margin:0 8px; overflow:hidden;}
.ad02{float:left; width:46%; margin:0 2%; text-align:center; overflow:hidden; }
.ad03{ width:100% ; overflow:hidden; }

}



@media screen and (max-width: 320px){
.news-text { width: 53%;}

.ad01{ display:inline-block; margin:0 8px; overflow:hidden;}
.ad02{ width:100%; text-align:center; overflow:hidden; }
.ad03{ width:100% ; overflow:hidden; }

}