/*
Item Name: Hadu - Minimalist HTML Template
Author: Ngetemplates

*/

/*Table of content
---------
font
general
loader
button
scroll to top
header page
navbar
slider
feaures
work
counter
team
team page
about
about team
contact
blog
blog single
placeholder
footer
responsive

/*font*/

@import url('css.css');

/*general*/

body {
    /* font-family: 'Comfortaa', cursive; */
    color: #333;
    font-size: 14px;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 110%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
}

h4 {
    font-size: 22px;
}

/* p {
    margin: 5px 0;
    line-height: 24px;
} */

a {
    color: #111;
    outline: 0;
}

a:hover {
    color: #111;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.segments {
    padding: 75px 0 75px;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-title .line1 {
    background: #333;
    height: 1px;
    width: 55px;
    margin: 0 auto;
}

.section-title .line2 {
    background: #333;
    height: 1px;
    width: 30px;
    margin: 0 auto;
    margin-top: 5px;
}

.indexabout {
    background-image: url(../image/indexback.png);
    margin-top: 23%;
}

@keyframes vertimove {
    0% {
        -webkit-transform: translateY(0);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(0);
        /* IE 9 */
        transform: translateY(0);
        /* Firefox 16+, IE 10+, Opera */
    }
    50% {
        -webkit-transform: translateY(20px);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(20px);
        /* IE 9 */
        transform: translateY(20px);
        /* Firefox 16+, IE 10+, Opera */
    }
}


/*loader*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    
    border-radius: 50%;
    -webkit-animation: mymove 0.7s linear infinite;
    animation: mymove 0.7s linear infinite;
}



/*button default*/

.button {
    background-color: #a3553e;
    color: #fff;
    position: relative;
    padding: 8px 20px;
    border: 2px solid #a3553e;
    margin-top: 30px;
    font-size: 14px;
    border-radius: 0;
    transition: all .4s ease;
}

.button:hover {
    background: transparent;
    border: 2px solid #a3553e;
}

.button:focus {
    outline: 0 !important;
    box-shadow: none;
}


/*scroll to top*/

.toTop a {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 1;
    font-size: 25px;
    color: #333;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ddd;
    transition: all .5s ease;
}

.toTop a:hover {
    background-color: #3D2F87;
    color: #fff;
    border-color: #3D2F87;
}


/*header page*/

.header-page {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../image/slider2.jpg);
    height: 250px;
    background-size: cover;
    background-position: 50% 60%;
    text-align: center;
}

.header-page .content {
    position: relative;
}

.header-page .page-caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 6%;
}
#box_bannerbg{
	margin:0 auto;
	width:100%;
	height:auto;
	min-height:502px;
	_height:502px;
	margin-top:0px; 
	background-position:left top;
	background-repeat:repeat-x;
	}

        
.header-page .page-caption h2 {
    color: #fff;
}
.dropdown-menu a:hover{
    color: #C4910D;
}
.header-page .content .nav-page {
    margin-top: 15px;
}

.header-page .content .nav-page ul {
    padding: 0;
    margin: 0;
}

.header-page .content .nav-page ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px;
    color: #e9e9e9;
}

.header-page .content .nav-page ul li a {
    color: #e9e9e9;
}

.header-page .content .nav-page ul li a:hover {
    color: #fff;
}

.header-page .content .nav-page ul li span {
    text-decoration: line-through;
}


/*navbar*/

.navbar {
    padding: 10px 0;
    background-color: #ffffff;
}
.navbar-brand img{
    width: 100%;
}
.navbar .navbar-brand {
    letter-spacing: 1px;
    margin-right: 0;
    transition: all .5s ease;
    color: #333;
    font-size: 28px;
    font-weight: 600;
    margin-left: 10%;
}

.navbar .navbar-brand:hover {
    color: #333;
}

.navbar .navbar-brand span {
    color: #a3553e;
    font-weight: bold;
}

.navbar .navbar-nav li {
    margin: 0 25px;
}

.navbar .navbar-nav li .nav-link {
    color: #333;
    transition: all .5s ease;
}

.navbar .navbar-nav li:hover .nav-link {
    color: #333;
}

.navbar .dropdown-menu {
    /* width: 100%; */
    border-radius: 0;
    font-size: 14px;
    border: 0;
    padding: 0px;
    margin: 0px;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}


/*slider*/

.slider .content {
    height: 600px;
    position: relative;
}

.slider .slide-show .first-slide {
    background-image: url(../image/banner1.jpg);
    background-size: cover;
    background-position: center;
    height: 890px;
}

.slider .slide-show .second-slide {
    background-image: url(../image/banner1.jpg);
    background-size: cover;
    background-position: center;
    height: 890px;
}

.slider .slide-show .third-slide {
    background-image: url(../image/banner1.jpg);
    background-size: cover;
    background-position: center;
    height: 890px;
}


.slider .owl-theme .owl-nav {
    margin-top: 0;
}

.slider .slide-show .owl-prev {
    position: absolute;
    top: 42%;
    left: 20px;
    width: 50px;
    height: 50px;
    background: transparent !important;
    overflow: hidden;
    border-radius: 0 !important;
    transition: all .5s ease;
    opacity: 1;
    z-index: 2;
    outline: 0;
}

.slider .slide-show .owl-prev:before {
    content: "\f166";
    font-family: 'fontAwesome';
    color: #555;
    display: block;
    color: #fff;
    font-size: 34px;
    z-index: 3;
}

.slider .slide-show .owl-next {
    position: absolute;
    top: 42%;
    right: 20px;
    width: 50px;
    height: 50px;
    background: transparent !important;
    overflow: hidden;
    border-radius: 0 !important;
    transition: all .5s ease;
    opacity: 1;
    z-index: 2;
    outline: 0;
}

.slider .slide-show .owl-next:before {
    content: "\f167";
    font-family: 'fontAwesome';
    color: #555;
    display: block;
    color: #fff;
    font-size: 34px;
    z-index: 2;
}

.slider .owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
}

.slider .owl-theme .owl-dots {
    position: relative;
    top: -35px;
    margin-top: -35px;
}
.cgal img{
    width: 100%;
}

.fa{
    list-style-type: none;
}
/* .next{
    padding: 1px 7px;
    border: 1px solid #000;
    margin-left: 2%;
    margin-right: 2%;
}
.prev{
    padding:1px 7px ;
    border: 1px solid #000;
    margin-left: 2%;
   
}
.yema li{
    padding:1px 7px ;
    border: 1px solid #000;
    margin-left: 6%;
} */

.owl-theme .owl-dots .owl-dot {
    outline: 0;
}
.pagination li{
    padding: 1px 7px;
    border: 1px solid #333;
    margin-right: 1%;
}
.pagination{
    padding-bottom: 100px;
}
.aaaaa{
    background-color: #3D2F87;
    color: #fff;
}
.pagination li:hover{
    background-color: #3D2F87;
    color: #fff;
    cursor: pointer;
}

.pagination{
    justify-content: center;
    align-content: center;

}
.pagination button{
    margin-right: 2%;
}
.yema{
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
}
.slider .owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    transition: .4s ease-in-out;
    width: 10px;
    height: 10px;
    margin: 5px;
}

.navbar-nav li{
    margin-left: 2%;
}
.slider .owl-theme .owl-dots .owl-dot span:hover {
    background-color: red;
}

.slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffffff;
    border: 1px solid;
    transition: .4s ease-in-out;
}


/*features*/

.features .content {
    text-align: center;
}

.features .content i {
    font-size: 35px;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    border-radius: 50%;
    transition: all .4s ease;
}

.features .content:hover i {
    background-color: #262626;
    color: #fff;
}

.features .content h4 {
    margin-bottom: 15px;
}


/*work*/

.row.work-filter>[class^="col-"],
.row.work-filter>[class*=" col-"] {
    padding-right: 3px !important;
    padding-left: 3px !important;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

.work .content img {
    width: 100%;
}

.work .work-menu {
    margin-bottom: 50px;
    text-align: center;
}

.work .work-menu ul {
    padding: 0;
    margin: 0;
}

.work .work-menu ul li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    margin: 0 15px;
}

.work .work-menu ul .active {
    color: #a3553e;
}

.work .content {
    position: relative;
}

.work .content .image-caption {
    background-color: rgba(255, 255, 255, 0.90);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    padding-top: 23%;
    text-align: center;
    opacity: 0;
    transition: all .5s ease;
}
.aboutall{
    width: 80%;
    margin: 0 auto;
    display: flex;

}
.xmtitle{
    width: 20%;
}
.xmtitle img{
    float: right;
    width: 40%;
}
.xmtext{
    width: 40%;
}
.lbs{
    display: flex;
    flex-wrap: wrap;
}

.teseleft img{
    width: 90%;
}
.lbs{
    width: 60%;
    float: left;
}
.lbsss{
    width: 40%;
    float: right;
}

.lbsss img{
    width: 6%;
    float: right;
}
.ckxq:hover{
    color: #3D2F87;
}
.ckgdone:hover{
    color: #3D2F87;
}
.ckgdtwo:hover{
    color: #3D2F87;
}
.jian{
    color: #3D2F87;
}
.successtitle img{
    width: 100%;
}
.xmtextone {
    font-weight: bold;
font-size: 48px;
color: #BA8116;
font-style: italic;
margin-top: 25%;
margin-right: 5%;
}
.xmtexttwo{
    font-weight: bold;
    font-size: 48px;
    color: #BA8116;
    font-style: italic;
    margin-top: 3%;
    margin-right: 5%;
}
.xmtextthree{
    font-size: 16px;
    margin-top: 14%;
    margin-right: 5%;
}
.xmtextfour{
    font-size: 24px;
    color: #BA8116;
    font-style: italic;
    margin-right: 5%;
    font-weight: bold;
    margin-top: 1%;

}
.ckgdone{
    font-size: 16px;
color: #333333;
line-height: 36px;
margin-right: 12%;
margin-top: 14%;
}
.ckgdone:after{
    content: "\2192";
}
.xmtextfive{
    font-size: 18px;
    color: #333333;
    margin-right: 5%;
    margin-top: 2%;
    
}
.tese1{
    padding-top:5px ;
}
.teseleft{
    width: 45%;
}
.teseright{
    width: 50%;
}
.teseall{
    display: flex;
}
.xmtext p{
    text-align: right; 
}
.xmpc{
    width: 40%;
}
.xmpc img{
    width: 100%;
    padding-top: 15%;
}
.xmall{
    width: 100%;
    display: flex;
}
.teserightone{
    font-weight: bold;
font-size: 48px;
color: #BA8116;
font-style: italic;
margin-top: 8%;
}
.teserighttwo{
    font-weight: bold;
font-size: 48px;
color: #BA8116;
font-style: italic;
margin-top: 2%;
}
.successtext{
    background-image: url(../image/anliback.png);
    padding-top: 100px;
}
.successanli{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin-left: 12%;
    margin-right: 8%;
}
.successpart{
    width: 30%;
    background-color: #fff;
    margin-left: 2%;
    margin-bottom: 5%;

}
.advantagetitle img{
    width: 100%;
}
.jian{
    text-align: right;
    margin-right: 4%;
   
}
.successpart img{
    width: 100%;
    
}
.successpart p{
    font-size: 18px;
color: #333333;
background-color: #fff;
line-height: 20px;
padding-top: 5px;
padding-bottom: 15px;
padding-left: 15px;
margin-top:16px;
}
.ckgdtwo{
    font-size: 16px;
color: #333333;
line-height: 36px;
margin-top: 17%;
}
.successtitle{
    width: 45%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.advantage{
    padding-top: 100px;
}
.newdetailpc img{
    width: 50%;
}
.advantagetitle{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.advantagetext1{
    font-weight: bold;
font-size: 36px;
color: #3D2F87;
text-align: center;
margin-top: 30%;
padding-bottom: 30%;
}
.advantagetext2{
    font-weight: 400;
font-size: 24px;
color: #BA8116;
line-height: 48px;
text-align: center;
width: 70%;
margin: 0 auto;
}
.advantageall{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10%;
    margin: 0 auto;
}
.advantagepart{
    width:20%;
height: 408px;
border: 1px solid #694190;
z-index: 22;
background-color: #fff;
margin-right:4%;
}
.advantagetext{
    background-image: url(../image/youshibeijing.png);
    padding-bottom: 100px;
}
.success{
    padding-top: 100px;
}
.join img{
    width: 100%;
}
.footnav{
    display: flex;
    list-style-type:none;
    justify-content: center;
    align-content: center;
    background-color: #3D2F87;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px
}
.contactall{
    display: flex;
    background-color: #3D2F87;
    padding-bottom: 30px;
}
.contactleft{
    width: 46%;
}
.contactlx{
    font-weight: bold;
font-size: 36px;
color: #FFFFFF;
}
.contactmiddle p{
    font-weight: 400;
font-size: 24px;
color: #FFFFFF;
margin-top: 20%;
padding-bottom: 15px;
}
.contactzx{
    font-weight: 400;
font-size: 24px;
color: #FFFFFF;
margin-top: 5%;
padding-left: 23%;
}
.contactzxen{
    font-weight: 400;
font-size: 14px;
color: #FFFFFF;
padding-left: 23%;
padding-top: 15px;
}
.xm{
    width: 50%;
    margin-left: 23%;
    margin-top: 5%;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding-left: 15px;
    background-color: #3D2F87;
    color: #fff;
    
}
.mbdhl{
    
    border-bottom: 1px solid #CCCCCC;
    display: flex;
}
.aboutabout{
    background-image: url(../image/aboutbbb.png);
    padding-bottom: 60px;
}
.team{
    padding-top: 60px;
}
.teamall{
    width: 80%;
    margin: 0 auto;
}
.ryzz{
    background-image: url(../image/ryzzback.png);
}
.ryzzall{
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
}
.footnav li a{
    color: #fff;
}
.footnav li a:hover{
    color: #C4910D;
}
.teamtop{
    display: flex;
}
.ryzztitle{
    padding-bottom: 80px;
}
.teambottom{
    display: flex;
    padding: 100px 0;
}
.teambottomleft img{
    width: 95%;
    padding-top: 7%;
}
.teamtitletwo{
    padding: 55px;
}
.jiamenghhh{
    width: 35%;
    margin: 0 auto;
}
.jdalpart{
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
}
.guanli{
    padding-bottom: 100px;
}
.hez{
    background-color: f5f5f9;
}
.kuoke{
    padding: 100px 0;
}
.hexinall{
    padding: 100px 0;
}
.jiamengaa{
    padding-top: 100px;
}
.newspart{
    width: 80%;
    margin: 0 auto;
    /* display: flex; */
    flex-wrap: wrap;
    padding-top: 100px;
}

.lianxiwomentitle img{
    width: 40%;
}
.newpicture{
    width: 50%;
}
.newpicture img{
    width: 95%;
}
.newwenzi{
    width: 50%;
    padding-top: 70px;
}
.newwenzitop{
    display: flex;
}
.newtext{
    font-weight: 400;
font-size: 18px;
color: #333333;
margin-top: 8%;
}
.newtext p{
    padding-left: 9%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
   
}
/* .BMap_mask{
    width: 711px !important;
} */
.image_3 {
    width: 711px;
    height: 603px;
	margin: 0 auto;
	
}
.lianxiwomentitle{
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
}
.zaixinaliuyna{
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 90px;
    text-align: center;
}
.zaixinaliuyna img{
    width: 45%;
}
.lianxiwomenleft{
    width: 50%;
}
.curtureall img{
    width: 100%;
}
.lianxiwomenright{
    width: 50%;
}
.aboutleft img{
    width: 85%;
}
.aboutright img{
    width: 80%;
}
.zxly{
    background-color: #f5f5f9;
    padding-top: 60px;
    padding-bottom: 100px;
}
.zxlyall{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.zxlyxm{
    width: 50%;
}
#xmxm{
    height: 80px;
    width: 90%;
    border: 1px solid #3D2F87;
    padding-left: 2%;
}
.tj{
    width: 12%;
        margin-left: 23%;
        margin-top: 3%;
        height: 50px;
        border: 1px solid #3D2F87;
        background-color: #fff;
        color: #3D2F87;
}
.cz{
    width: 12%;
        margin-left: 8%;
        margin-top: 3%;
        height: 50px;
        border: 1px solid #3D2F87;
        background-color: #fff;
        color: #3D2F87;
}
.tj:hover{
    background-color: #C4910D;
    cursor: pointer;
    color: #fff;
}
.cz:hover{
    background-color: #C4910D;
    cursor: pointer;
    color: #fff;

}
.tijiao{
    padding: 1% 20%;
    margin-top: 2%;
    background-color: #3D2F87;
    color: #fff;
}
.tijiao:hover{
    cursor: pointer;
}
.chongzhi:hover{
    cursor: pointer;
}
.chongzhi{
    padding: 1% 20%;
    margin-left: 11%;
    margin-top: 2%;
    background-color: #CFCFCF;
    color: #333333;
    border: 1px solid #fff;
}
.zxlydh p{
    font-size: 18px;
color: #333333;
}
.zxlyly{
    padding-top: 3%;
    width: 100%;
}
#lyly{
    width: 95%;
    border: 1px solid #3D2F87;
    height: 283px;
    padding-left: 2%;

}
.zxlyly p{
    font-size: 18px;
    color: #333333;
}
.zxlyxm p{
    font-size: 18px;
color: #333333;
}
#dhdh{
    height: 80px;
    width: 90%;
    border: 1px solid #3D2F87;
    padding-left: 2%;
}
.zxlydh{
    width: 50%;
}
.lianxiwomen{
    background-image: url(../image/aboutbbb.png);
}
.erweima{
    padding-left: 10px;
    padding-top: 50px;
}
.lianxiwomenleft p{
    font-size: 24px;
color: #333333;
line-height: 60px;
}
.lianxiwomenall{
    width: 80%;
    margin: 0 auto;
    padding-top: 70px;
    display: flex;
    padding-bottom: 3%;
}
.newdetail{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.newdetailriqi{
    font-size: 16px;
color: #333333;
padding-bottom: 80px;
}
.newdetailtext{
    font-size: 16px;
color: #333333;
padding-top: 100px;
padding-bottom: 200px;
text-indent: 2em;
text-align: left;
}
.newdetailtext p{
    line-height: 48px;
}
.newdetailtitle{
    font-weight: 400;
font-size: 36px;
color: #333333;
padding-top: 100px;
padding-bottom: 50px;
}
.newall{
    padding: 100px 0;
    background-image: url(../image/aboutbbb.png);
}
.newtitle{
    font-weight: 400;
font-size: 24px;
color: #333333;
margin-left: 3%;
}
.fuhao{
    width: 10%;
}
.newtitle{
    width: 100%;
}
.newlizi{
    display: flex;
    margin-bottom: 3%;
    width: 100%;
    flex-wrap: wrap
    ;
}
.hexintitle{
    width: 60%;
    margin: 0 auto;
}
.xmjs img:hover{
    opacity: 0.6;
}
.news{
    width: 30%;
    margin: 0 auto; 
}
.project{
    background-image: url(../image/aboutbbb.png);
}
.dropdown-menu a{
    margin-bottom: 8%;
}
.projecttitle {
   width:70%;
   margin: 0 auto;
}
.ckgdthree{
    font-size: 16px;
color: #333333;
line-height: 36px;
text-align: center;
}
.jdalall{
    width: 80%;
    margin: 0 auto;
   
}
.cgal{
    width: 50%;
    margin: 0 auto;
}
.jdal{
    padding: 60px 0;
    background-color: #f5f5f9;
}
.cgalll{
    padding-top: 60px;
    background-color: #f5f5f9;
}
.projectpc{
    padding-top: 100px;
}
.projectall{
    width:90%;
    margin: 0 auto; 
    padding: 100px 0;
}
.teambottomleft{
    width: 50%;
}
.teambottomright{
    width: 50%;
}
.teambottomright p{
    font-size: 18px;
color: #333333;
line-height: 36px;
text-indent: 2em;
}
.aboutallall{
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding-top: 100px;
}
.anlitext{
    display: flex;
    
}
.successparttext{
    width: 80%;
}
.jian{
    width: 20%;
}
.xmall img{
    width: 100%;
}
.mbdhlleft{
    width: 50%;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding-right: 20%;
    font-weight: 400;
font-size: 18px;
color: #333333;
padding-top: 1%;
padding-bottom: 1%;

}
.mbdhlleft p{
    margin-bottom: 0;
}
.qyjstitle{
    width: 70%;
}
.qyjjlogo{
    width: 40%;
    padding-top: 70px;
}
.aboutrighttt{
    padding-top: 100px;
}
.mbdhlright{
    width: 50%;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding-left: 20%;
    padding-top: 1%;
padding-bottom: 1%;
}
.banner img{
    width: 100%;
}
::placeholder{
    color: #fff;
}
#xmxm::placeholder{
    color: #999999;
}
#dhdh::placeholder{
    color: #999999;
}
#lyly::placeholder{
    color: #999999;
}

.dh{
    width: 50%;
    margin-left: 23%;
    height: 60px;
    margin-top: 2%;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding-left: 15px;
    background-color: #3D2F87;
    color: #fff;
}
.contactmiddle img{
    width: 80%;
}
.navbar-nav img{
    width: 80%;
}
.erweima{
    display: flex;
}
.erweimatext{
    margin-left: 5%;
}
.erweimatext p{
    font-weight: 400;
font-size: 24px;
color: #333333; 
line-height: 30px;
}
    
.ly{
    width: 50%;
    margin-left: 23%;
    margin-top: 2%;
    height: 100px;
    border: 1px solid #fff;
    padding-left: 15px;
    background-color: #3D2F87;
    color: #fff;
}
.contactlxlx{
    font-weight: 400;
font-size: 14px;
color: #FFFFFF;
padding-top: 80px;
padding-bottom: 17px;
}
.contactlxlxxxx{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.contactlxrx{
    font-weight: 400;
font-size: 24px;
color: #FFFFFF;
margin-top: 30px;
}
.contactwenzi{
    width: 80%;
    margin-left: 20%;
    margin-top: 5%;
}
.contactmiddle
{
    width: 10%;
   
}
.contactright{
    width: 40%;
}
.footnav li{
    margin-right: 1%;
    width: 5%;
    text-align: center;
    line-height: 125px;
    color: #fff;
}
.footnav li:not(:last-child):after {
    content: "|";
    margin-left: 30%;
    color: #fff;

}
.ckgdtwo:after{
    content: "\2192";
}

.teserightthree{
    font-size: 18px;
color: #333333;
text-indent: 2em;
margin-top: 10%;
width: 80%;
line-height: 26px;
}
.aboutright img{
    margin-top: 5%;
}
.aboutleft{
    width: 50%;
}
.ckxq:after{
    content: "\2192";
}
.xmjs{
    width: 90%;
    margin: 3%  auto;
    display: flex;
    flex-wrap: wrap;

}
.xmjs img{
    width: 100%;
    
    margin: 2%;
}
.xmjs a{
    margin-right: 4%;
}
.aboutright{
    width: 50%;
}
.ckxq{
    text-align: center;
    font-weight: 400;
font-size: 16px;
color: #333333;
line-height: 36px;
}
.abouttext{
    margin-top: 9%;
    font-weight: 400;
font-size: 18px;
color: #333333;
line-height: 36px;
}
.curture{
    
    background-color: #f5f5f9;
    padding-bottom: 1px;
}
.curturepart{
    display: flex;
    padding-top: 60px;
}
.curtureright img{
    padding-left:12%;
}
.curtureleft{
    width: 50%;
}
.curtureright{
    width: 50%;
}
.curtourthree{
    padding-top: 45pxs;
}
.curtyretext{
    font-weight: 400;
font-size: 18px;
color: #333333;
line-height: 36px;
padding-top: 40px;
text-indent: 2em;
width: 95%;
}
.curtureone{
    padding-left: 30px;
}
.curtureall{
    width: 100%;
    margin: 0 auto;
}
.curturetitle{
    padding-top: 100px;
}
.abouttexttext{
    margin-top: 3%;
    font-weight: 400;
font-size: 18px;
color: #333333;
line-height: 36px;
width: 80%;
}
.work .content:hover .image-caption {
    opacity: 1;
}

.work .content .image-caption span {
    font-weight: 600;
    transition-duration: .3s;
    transition-delay: .2s;
    transform: translateY(-20px);
    opacity: 0;
    display: inline-block;
}

.work .content:hover .image-caption span {
    transform: translateY(0);
    opacity: 1;
}

.work .content .image-caption ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    transform: translateY(20px);
    transition-duration: .3s;
    transition-delay: .2s;
}

.work .content:hover .image-caption ul {
    transform: translateY(0);
}

.work .content .image-caption ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
}

.work .content .image-caption ul li a i {
    font-size: 24px;
}


/*counter*/

.counter {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url(../image/slider1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.counter .content {
    text-align: center;
}

.counter .content h3,
.counter .content h4 {
    color: #fff;
}

.counter .content h3 {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 600;
}


/*team*/

.team .content .image img {
    width: calc(100% - 50%);
    float: left;
    margin-right: 30px;
}

.team .content .text {
    overflow: hidden;
    margin-right: 30px;
}

.team .content .text h4 {
    margin-bottom: 10px;
}

.team .content .text span {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    font-style: italic;
}

.team .content .wrap-media {
    margin-top: 20px;
}

.team .content .wrap-media ul {
    padding: 0;
    margin: 0;
}

.team .content .wrap-media ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.team .content .wrap-media ul li:last-child {
    margin-right: 0;
}

.team .content .wrap-media ul li a i {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 2px solid #ddd;
    color: #555;
}

.team .content .wrap-media ul li:hover a i {
    background-color: #f8f8f8;
    transition: all .4s ease;
    border: 2px solid #a3553e;
}

.team .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.team .owl-theme .owl-dots .owl-dot.active span {
    background-color: #a3553e;
    transition: .4s ease-in-out;
}


/*team page*/

.team-page .content .image img {
    width: 100%;
}

.team-page .content .text h4 {
    margin-bottom: 10px;
}

.team-page .content .text span {
    margin-bottom: 15px;
    display: inline-block;
}

.team-page .content .text .message-me {
    padding: 10px 15px;
    background-color: #f4f8fa;
    margin-top: 20px;
    font-style: italic;
    font-weight: 500;
}

.team-page .content .text .wrap-media {
    margin-top: 25px;
}

.team-page .content .text .wrap-media ul {
    padding: 0;
    margin: 0;
}

.team-page .content .text .wrap-media ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

.team-page .content .text .wrap-media ul li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #ddd;
    text-align: center;
    color: #555;
}

.team-page .content .text .wrap-media ul li:hover a i {
    border: 2px solid #a3553e;
    transition: all .4s ease;
    background-color: #f8f8f8;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.team-page .owl-theme .owl-dots .owl-dot.active span {
    background-color: #a3553e;
    transition: .4s ease-in-out;
}


/*about*/

.about .image img {
    width: 100%;
}

.about .text h4 {
    margin-bottom: 20px;
}

.about .text .line {
    background-color: #999;
    width: 50px;
    height: 1px;
    margin-bottom: 15px;
}

.about .text p span {
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.about .text .wrap-media {
    margin-top: 25px;
}

.about .text .wrap-media ul {
    padding: 0;
    margin: 0;
}

.about .text .wrap-media ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

.about .text .wrap-media ul li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #ddd;
    text-align: center;
    color: #555;
}

.about .text .wrap-media ul li:hover a i {
    background-color: #f8f8f8;
    transition: all .4s ease;
    border: 2px solid #a3553e;
}


/*about team*/

.about-team .content {
    text-align: center;
}

.about-team .content img {
    width: 100%;
}

.about-team .content h4 {
    margin-top: 20px;
    margin-bottom: 5px;
}


/*contact*/

.contact .wrap-form input {
    margin-bottom: 20px;
}

.contact .wrap-form input,
.contact .wrap-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
}

.contact .wrap-form input:focus,
.contact .wrap-form textarea:focus {
    border-color: #a3553e;
    transition: all .3s ease;
}

.contact .wrap-form .first-name {
    float: left;
    width: calc(50% - 10px);
}

.contact .wrap-form .last-name {
    overflow: hidden;
    float: right;
    width: calc(50% - 10px);
}

.contact .wrap-form .button:hover {
    color: #333;
}

.contact h4 {
    margin-bottom: 20px;
}

.contact .wrap-icon {
    margin-top: 30px;
}

.contact .wrap-icon ul {
    padding: 0;
    margin: 0;
}

.contact .wrap-icon ul li {
    list-style-type: none;
    margin-bottom: 20px;
}

.contact .wrap-icon ul li i {
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #333;
    color: #fff;
    margin-right: 20px;
    border-radius: 50%;
    font-size: 16px;
}

.contact .wrap-icon ul li i:hover {
    transition: all .3s ease;
    background-color: #a3553e;
}

.contact .wrap-icon ul li span {
    font-weight: 500;
}


/*blog*/

.blog .content .image {
    position: relative;
}

.blog .content .image img {
    width: 100%;
}

.blog .content .date {
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px;
    background-color: #a3553e;
    color: #fff;
}

.blog .content .date ul {
    padding: 0;
    margin: 0;
}

.blog .content .date ul li {
    list-style-type: none;
}

.blog .content .date ul li.numb {
    font-weight: 600;
    font-size: 18px;
}

.blog .content .text h4 {
    margin: 30px 0 10px 0;
    transition: all .4s ease;
}

.blog .content .text h4:hover {
    color: #a3553e;
}

.blog .content .text span {
    margin-bottom: 10px;
    display: inline-block;
}

.blog .content .text .read-more {
    margin-top: 10px;
    display: inline-block;
}

.blog .content .text .read-more:hover {
    color: #a3553e;
}

.blog .second-row {
    margin-top: 50px;
}


/*blog single*/

.blog-single .content-left img {
    width: 100%;
}

.blog-single .content-left .date ul {
    padding: 0;
    margin: 0;
}

.blog-single .content-left .title h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.blog-single .content-left .date {
    margin-bottom: 20px;
}

.blog-single .content-left .date ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}

.blog-single .content-left .date ul li:last-child {
    margin-right: 0;
}

.blog-single .content-left .date ul li:not(:first-child):not(:last-child) {
    color: #999;
    font-weight: 500;
}

.blog-single .content-left .date ul li i {
    margin-right: 5px;
}

.blog-single .content-left .quote {
    position: relative;
    left: 20px;
    margin: 20px 0;
    border-left: 3px solid #999;
    padding: 20px;
    background: #f4f8fa;
    font-weight: 500;
}

.blog-single .content-left .tags {
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.blog-single .content-left .tags h5 {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 500;
}

.blog-single .content-left .tags ul {
    padding: 0;
    margin: 0;
}

.blog-single .content-left .tags ul li {
    list-style-type: none;
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #ddd;
    margin-right: 8px;
}

.blog-single .content-left .tags ul li:hover {
    background-color: #f7f7f7;
    transition: all .3s ease;
}

.blog-single .content-left .tags ul li:last-child {
    margin-right: 0;
}

.blog-single .content-left .author {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.blog-single .content-left .author .image img {
    width: calc(100% - 70%);
    float: left;
    margin-right: 20px;
}

.blog-single .content-left .author .text {
    overflow: hidden;
}

.blog-single .content-left .author .text h4 {
    margin-bottom: 5px;
}

.blog-single .content-left .author .text span {
    margin-bottom: 10px;
    display: inline-block;
}

.blog-single .content-left .author .wrap-media {
    margin-top: 10px;
}

.blog-single .content-left .author .wrap-media ul {
    padding: 0;
    margin: 0;
}

.blog-single .content-left .author .wrap-media ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.blog-single .content-left .comment-people {
    display: inline-block;
}

.blog-single .content-left .comment-people .content {
    margin-bottom: 15px;
}

.blog-single .content-left .comment-people .content:last-child {
    margin-bottom: 0;
}

.blog-single .content-left .comment-people h5 {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 500;
}

.blog-single .content-left .comment-people .image img {
    width: calc(100% - 80%);
    float: left;
    margin-right: 20px;
}

.blog-single .content-left .comment-people .text {
    overflow: hidden;
}

.blog-single .content-left .comment-people .text h4 {
    margin-bottom: 5px;
}

.blog-single .content-left .comment-people .text ul {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.blog-single .content-left .comment-people .text ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
}

.blog-single .content-left .wrap-form {
    margin-top: 25px;
}

.blog-single .content-left .wrap-form h5 {
    margin-bottom: 20px;
}

.blog-single .content-left .wrap-form input {
    margin-bottom: 15px;
}

.blog-single .content-left .wrap-form input,
.blog-single .content-left .wrap-form textarea {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    transition: .3s ease;
}

.blog-single .content-left .wrap-form input:focus,
.blog-single .content-left .wrap-form textarea:focus {
    border-color: #a3553e;
}

.blog-single .content-left .wrap-form .button:hover {
    color: #333;
}


/*content right*/

.blog-single .content-right .search input {
    border: 1px solid #ddd;
    padding: 8px 12px;
    transition: all .3s ease;
    width: calc(100% - 20%);
}

.blog-single .content-right .search input:focus {
    border-color: #a3553e;
}

.blog-single .content-right .button-search {
    border: 0;
    padding: 8px 12px;
    color: #fff;
    background: #a3553e;
    border: 1px solid #a3553e;
    margin-left: 10px;
    border-radius: 0;
    cursor: pointer;
    transition: all .4s ease;
}

.blog-single .content-right .button-search:focus {
    outline: 0 !important;
    box-shadow: none;
}

.blog-single .content-right .button-search:hover {
    background-color: #333;
    border-color: #333;
}

.blog-single .content-right .categories {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.blog-single .content-right .categories h5 {
    margin-bottom: 20px;
}

.blog-single .content-right .categories ul {
    padding: 0;
    margin: 0;
}

.blog-single .content-right .categories ul li {
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    left: 20px;
}

.blog-single .content-right .categories ul li:last-child {
    margin-bottom: 0;
}

.blog-single .content-right .categories ul li a:hover {
    color: #a3553e;
    transition: all .3s ease;
}

.blog-single .content-right .relate-post h5 {
    margin-bottom: 20px;
}

.blog-single .content-right .relate-post .content {
    display: inline-flex;
    margin-bottom: 20px;
}

.blog-single .content-right .relate-post .content:last-child {
    margin-bottom: 0;
}

.blog-single .content-right .relate-post .image img {
    width: 100px;
    float: left;
    margin-right: 20px;
}

.blog-single .content-right .relate-post .text {
    overflow: hidden;
}

.blog-single .content-right .relate-post .text span {
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}


/*placeholder*/

::-webkit-placeholder {
    /* Chrome/Opera/Safari */
    color: #555;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #555;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #555;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #555;
}

.projecttitle img{
    width: 100%;
    
}
.projectpc img{
    width: 100%;
}
.projectpc img{
    width: 100%;
}
.jaaltitle img{
    width: 100%;
}
.jaaltitle{
    width: 50%;
}
.aboutrighttt img{
    width: 100%;
}
.curturetitle img{
    width: 100%;
}
.hez img{
    width: 100%;
}
.kuoke img{
    width: 100%;
}
.guanli img{
    width: 100%;
}
.news{
    width: 100%;
    text-align: center;
}
.news img{
    width: 30%;
}
/*footer*/

footer {
    padding: 75px 0 30px;
    background-color: #262626;
    color: #999;
}

footer .content h4,
footer .content h2 {
    margin-bottom: 20px;
    color: #fff;
}

footer .content ul {
    padding: 0;
    margin: 0;
}
.aboutrighttt{
    width: 40%;
}
.aboutlefttt{
    width: 60%;
}
.curturetitle{
    width: 50%;
}

footer .content ul li {
    list-style-type: none;
    color: #fafafa;
    margin-bottom: 10px;
}

footer .content ul li:last-child {
    margin-bottom: 0;
}

footer .content ul li a {
    color: #999;
}

footer .content ul li a:hover {
    color: #fafafa;
}

footer .contact-us ul li {
    color: #999;
}

footer .contact-us span {
    color: #fafafa;
}

footer .wrap-copyright {
    text-align: center;
    color: #888;
    margin-top: 50px;
    border-top: 1px solid #444;
    padding-top: 30px;
}


/* responsive */
@media(max-width:1280px){
    .slider .slide-caption p {
        margin: 25px 15% 5px;
    }
    .aboutall img{
        width: 100%;
    }
    .ckxq{
        font-size: 10px;
        margin-left: 10%;
    }
    .work .content .image-caption span {
        display: none;
    }
    .header-page .page-caption {
        padding-top: 11%;
    }
    .about-team .content h4 {
        margin-bottom: 8px;
        font-size: 18px
    }
    .blog-single .content-right .search input {
        width: calc(100% - 28%);
    }
    .mbdhlright img{
    width: 100%;
}
.mbdhlleft{
    padding-right: 0;
}
.aboutallall{
    display: block;
}
.aboutrighttt img{
    width: 100%;
}
.curturetitle img{
    width: 100%;
}
.curturepart{
    display: block;
}
.curtureleft img{
    width: 100%;
}
.curtureright img{
    width: 100%;
}

.advantage{
    padding-top: 20px;
}
.abouttexttext{
    width: 100%;
}

.zaixinaliuyna img{
    width: 100%;
}
.lianxiwomenleft p{
    line-height: 40px;
    font-size: 16px;
    margin-top: 8%;
}
.newlizi{
    display: block;
}
.aboutright{
    width: 100%;
}
.xmjs{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
.xmjs img{
    width: 100%;
}
.xmall{
    display: block;
}
.xmtitle{
    display: none;
}
.xmpc{
    width: 100%;
}
.teseall{
    display: block;
}
.teseleft{
    width: 100%;
}
.aboutallall img{
    width: 100%;
}
.curtureall img{
    width: 100%;
}
.teamall img{
    width: 100%;
}
.teseright{
    width: 100%;
}
.teserightthree{
    width: 80%;
    margin: 0 auto;
}
.ckgdtwo{
    text-align: center;
}
.successtitle{
    width: 90%;
}
.xmtext{
    width: 100%;
}
.newpicture {
    width: 100%;
}
.newdetailpc img{
    width: 100%;
}
.aboutall{
    display: block;
}
.aboutleft img{
    width: 100%;
}
.aboutleft{
    width: 100%;
}
.newwenzitop{
    display: block;
}
.newwenzi{
    width: 100%;
}
.tijiao{
    width: 90%;
}
.chongzhi{
    width: 90%;
    margin-left: 0;
}
.tj{
    width: 80%;
    height: 25px;
}
.cz{
    width: 80%;
    height: 25px;
}
.teamtop{
    display: block;
}
.teamtop img{
    width: 100%;
}
.ryzztitle img{
    width: 40%;
}
.projectall{
    padding: 50px 0;
}
.ryzztitle{
    padding-bottom: 40px;
}
.kuoke{
    padding: 30px 0;
}
.guanli{
    padding-bottom: 30px;
}
.jiamengaa{
    padding-top: 30px;
}
.hexinall{
    padding: 30px 0;
}
.ryzzpc img{
    width: 100%;
}
.jdalpart{
    padding-top: 40px;
}
.teambottom{
    display: block;
}
.teambottomright img{
    width: 100%;
}
.curtureleft {
    width: 100%;
}
.curtureright{
    width: 100%;
}
.teambottomleft{
    width: 100%;
}
.teambottomright{
    width: 100%;
}
.lianxiwomenall{
    display: block;
}
.footnav{
    display: none;
    border: 0  ;
}
.footnav li{
    width: 100%;
    line-height: 30px;
}
.contactlxlx{
    display:none;
}
.contactmiddle img{
    width: 50%;
    margin: 0 auto;
}
.footnav li:not(:last-child):after{
    content: "";
    margin-left: 0;
}
.contactall{
    display: block;
}
.contactleft{
    width: 100%;
}
.contactall{
    display: flex;
}
.contactlx{
    font-size: 10px;
    margin-top: 5%;
}
.contactlxrx{
    font-size: 10px;
}
.contactlxlxxxx{
    font-size: 10px;
}
.contactwenzi{
    margin-left: 10%;
    margin-top: 0;
}
.contactmiddle{
    width: 100%;
}
.ryzzall{
    padding: 50px 0;
}
.contactright{
    width: 100%;
}
.team{
    padding-top: 30px;
}
.aboutallall{
    padding-top: 50px;
}
.aboutabout{
    padding-bottom: 30px;
}
.teambottom{
    padding: 30px 0;
}
.contactmiddle p{
    font-size: 10px;
    text-align: center;
    margin-top: 20%;
    padding-bottom: 0;
}
.success{
    padding-top: 20px;
}
.successtext{
    padding-top: 50px;
}
.advantageall{
    display: block;
}
.contactzx{
    font-size: 10px;
}
.contactzxen{
    font-size: 10px;
}
.contactmiddle img{
    margin-left: 22%;
}
.erweima{
    display: block;
}
.erweimatext p{
    padding-top: 0 !important;
}
.xm{
    width: 74%;
    height: 25px;
    border-radius: 0;
}
.dh{
    width: 74%;
    height: 25px;
    border-radius: 0;
}
.ly{
    width: 74%;
    height: 25px;
    border-radius: 0;
}
.projecttitle img{
    width: 100%;
    
}
.aboutlefttt{
    width: 90%;
}
.curturetitle{
    width: 100%;
}
.aboutrighttt{
    width: 90%;
}
.jiamenghhh{
    width: 100%;
    text-align: center;
}
.jiamenghhh img{
    width: 70%;
}
.projectpc{
    padding-top: 10px;
}
.projectpc img{
    padding-bottom: 20px !important;
}
.qyjjlogo{
    width: 80%;
}
.mbdhlleft p{
    font-size: 17px;
}
.qyjstitle{
    width: 100%;
}
.projecttitle{
    width: 100%;
}
.projectpc img{
    width: 100%;
}
.jaaltitle img{
    width: 100%;
}
.aboutright img{
    width: 100%;
}
.jdalpart{
    display: flex;
    flex-wrap: wrap;
}
.successpart{
    width: 30%;
}
.successpart p{
    font-size: 10px;
color: #333333;
background-color: #fff;
padding-top: 5px;
padding-bottom: 1px;
padding-left: 1px;
line-height: 1px;
margin-top: 0;
}
.hexintitle img{
    width: 100%;
}
.hexintitle{
    width: 90%;
}
.projectpc img{
    width: 100%;
}
.jaaltitle{
    width: 80%;
}
.news img{
    width: 90%;
}
.BMap_mask{
    width: 100% !important;
}
.image_3{
    width: 320px;
    height: 320px;
}
.advantagetitle{
    width: 100%;
}
.advantagepart{
    margin-bottom: 5%;
    width: 100%;
}
.slider .slide-show .first-slide{
    background-size: 100% 100%;
    height: 300px;
}
.owl-stage{
    height: 300px;
}
.owl-carousel.owl-loaded{
    height: 300px;
}
.slider .slide-show .second-slide{
    height: 300px;
    background-size: 100% 100%;
}
.slider .slide-show .third-slide{
    height: 300px;
    background-size: 100% 100%;
}
.navbar .navbar-nav li{
    width: 7%;
}
}

@media (max-width: 768px) {
    .slider .slide-caption p {
        margin: 25px 15% 5px;
    }
    .aboutall img{
        width: 100%;
    }
    .ckxq{
        font-size: 10px;
        margin-left: 10%;
    }
    .work .content .image-caption span {
        display: none;
    }
    .header-page .page-caption {
        padding-top: 11%;
    }
    .about-team .content h4 {
        margin-bottom: 8px;
        font-size: 18px
    }
    .blog-single .content-right .search input {
        width: calc(100% - 28%);
    }
    .mbdhlright img{
    width: 100%;
}
.mbdhlleft{
    padding-right: 0;
}
.aboutallall{
    display: block;
}
.aboutrighttt img{
    width: 100%;
}
.curturetitle img{
    width: 100%;
}
.curturepart{
    display: block;
}
.curtureleft img{
    width: 100%;
}
.curtureright img{
    width: 100%;
}

.successtitle{
    text-align: center;
}
.successtitle img{
    width: 60%;
}
.advantage{
    padding-top: 20px;
}
.abouttexttext{
    width: 100%;
}

.zaixinaliuyna img{
    width: 100%;
}
.lianxiwomenleft p{
    line-height: 40px;
    font-size: 16px;
    margin-top: 8%;
}
.newlizi{
    display: block;
}
.aboutright{
    width: 100%;
}
.xmjs{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
.xmjs img{
    width: 100%;
}
.xmall{
    display: block;
}
.xmtitle{
    display: none;
}
.xmpc{
    width: 100%;
}
.teseall{
    display: block;
}
.teseleft{
    width: 100%;
}
.aboutallall img{
    width: 100%;
}
.curtureall img{
    width: 100%;
}
.teamall img{
    width: 100%;
}
.teseright{
    width: 100%;
}
.teserightthree{
    width: 80%;
    margin: 0 auto;
}
.ckgdtwo{
    text-align: center;
}
.successtitle{
    width: 90%;
}
.xmtext{
    width: 100%;
}
.newpicture {
    width: 100%;
}
.newdetailpc img{
    width: 100%;
}
.aboutall{
    display: block;
}
.aboutleft img{
    width: 100%;
}
.aboutleft{
    width: 100%;
}
.newwenzitop{
    display: block;
}
.newwenzi{
    width: 100%;
}
.tijiao{
    width: 90%;
}
.chongzhi{
    width: 90%;
    margin-left: 0;
}
.tj{
    width: 74%;
    height: 25px;
}
.cz{
    width: 74%;
    height: 25px;
    margin-left: 23%;
}
.teamtop{
    display: block;
}
.teamtop img{
    width: 100%;
}
.ryzztitle img{
    width: 40%;
}
.projectall{
    padding: 50px 0;
}
.ryzztitle{
    padding-bottom: 40px;
}
.kuoke{
    padding: 30px 0;
}
.guanli{
    padding-bottom: 30px;
}
.jiamengaa{
    padding-top: 30px;
}
.hexinall{
    padding: 30px 0;
}
.ryzzpc img{
    width: 100%;
}
.jdalpart{
    padding-top: 40px;
}
.teambottom{
    display: block;
}
.teambottomright img{
    width: 100%;
}
.curtureleft {
    width: 100%;
}
.curtureright{
    width: 100%;
}
.teambottomleft{
    width: 100%;
}
.teambottomright{
    width: 100%;
}
.lianxiwomenall{
    display: block;
}
.footnav{
    display: none;
    border: 0  ;
}
.footnav li{
    width: 100%;
    line-height: 30px;
}
.contactlxlx{
    display:none;
}
.contactmiddle img{
    width: 50%;
    margin: 0 auto;
}
.footnav li:not(:last-child):after{
    content: "";
    margin-left: 0;
}
.contactall{
    display: block;
}
.contactleft{
    width: 100%;
}
.contactall{
    display: flex;
}
.contactlx{
    font-size: 10px;
    margin-top: 5%;
}
.contactlxrx{
    font-size: 10px;
}
.contactlxlxxxx{
    font-size: 10px;
}
.contactwenzi{
    margin-left: 10%;
    margin-top: 0;
}
.contactmiddle{
    width: 100%;
}
.ryzzall{
    padding: 50px 0;
}
.contactright{
    width: 100%;
}
.team{
    padding-top: 30px;
}
.aboutallall{
    padding-top: 50px;
}
.aboutabout{
    padding-bottom: 30px;
}
.teambottom{
    padding: 30px 0;
}
.contactmiddle p{
    font-size: 10px;
    text-align: center;
    margin-top: 50%;
    padding-bottom: 0;
}
.success{
    padding-top: 20px;
}
.successtext{
    padding-top: 50px;
}
.advantageall{
    display: block;
}
.contactzx{
    font-size: 10px;
}
.contactzxen{
    font-size: 10px;
}
.contactmiddle img{
    margin-left: 27%;
}
.erweima{
    display: block;
}
.erweimatext p{
    padding-top: 0 !important;
}
.xm{
    width: 74%;
    height: 25px;
    border-radius: 0;
}
.dh{
    width: 74%;
    height: 25px;
    border-radius: 0;
}
.ly{
    width: 74%;
    height: 25px;
    border-radius: 0;
}
.projecttitle img{
    width: 100%;
    
}
.aboutlefttt{
    width: 90%;
}
.curturetitle{
    width: 100%;
}
.aboutrighttt{
    width: 90%;
}
.jiamenghhh{
    width: 100%;
    text-align: center;
}
.jiamenghhh img{
    width: 50%;
}
.projectpc{
    padding-top: 10px;
}
.projectpc img{
    padding-bottom: 20px !important;
}
.qyjjlogo{
    width: 80%;
}
.mbdhlleft p{
    font-size: 10px;
}
.qyjstitle{
    width: 100%;
}
.projecttitle{
    width: 100%;
}
.projectpc img{
    width: 100%;
}
.jaaltitle img{
    width: 100%;
}
.aboutright img{
    width: 100%;
}
.jdalpart{
    display: flex;
    flex-wrap: wrap;
}
.successpart{
    width: 30%;
}

.contactzxen{
    padding-top: 3px;
}
.successpart p{
    width: 60%;
    font-size: 6px;
color: #333333;
background-color: #fff;
padding-top: 5px;
padding-bottom: 1px;
padding-left: 1px;
line-height: 7px;
margin-top: 0;
margin-bottom: 7px;
}
.contactall{
    padding-bottom: 0px;
}
.hexintitle img{
    width: 100%;
}
.contactlxrx{
    margin-top: 6px;
}
.hexintitle{
    width: 90%;
}
.projectpc img{
    width: 100%;
}
.jaaltitle{
    width: 80%;
}
.news img{
    width: 65%;
}
.BMap_mask{
    width: 100% !important;
}
.newall{
    padding: 50px 0;
}
.newspart{
    padding-top: 70px;
}
.image_3{
    width: 320px;
    height: 320px;
}
.advantagetitle{
    width: 100%;
}
.advantagepart{
    margin-bottom: 5%;
    width: 100%;
}
.slider .slide-show .first-slide{
    background-size: 100% 100%;
    height: 300px;
}
.owl-stage{
    height: 300px;
}
.owl-carousel.owl-loaded{
    height: 300px;
}
.slider .slide-show .second-slide{
    height: 300px;
    background-size: 100% 100%;
}
.slider .slide-show .third-slide{
    height: 300px;
    background-size: 100% 100%;
}
}

@media (max-width: 640px) {
    .navbar-toggler {
        padding-right: 0;
    }
    .navbar-toggler:focus {
        outline: 0 !important;
    }
    .slider .slide-caption h2 {
        font-size: 50px;
    }
    .slider .slide-caption p {
        font-size: 15px;
    }
    .slider .slide-caption {
        padding-top: 15%;
    }
    .counter .content.no-mb1,
    .counter .content.no-mb2 {
        margin-top: 30px;
    }
    .blog .content .date ul li {
        display: inline-block;
    }
    .about .text {
        margin-top: 50px;
    }
    .about-team .content {
        margin-bottom: 30px;
    }
    .about-team .content.no-mb1,
    .about-team .content.no-mb2 {
        margin-bottom: 0;
    }
    .team-page .text {
        margin-top: 50px;
    }
    .blog-single .content-right {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px dashed #ddd;
    }
    .contact .content-text {
        margin-top: 50px;
    }
    .lianxiwomentitle img{
        width: 60%;
    }
    .lianxiwomentitle{
        padding-top: 50px;
    }
    .lianxiwomenleft img{
        width: 70%;
    }
    .erweipc{
        text-align: center;
    }
    .erweimatext p{
        font-size: 16px;
        margin-top: 2%;
        line-height: 30px;
    }
    .zaixinaliuyna{
        padding: 30px 0;
    }
    #xmxm{
        height: 40px;
    }
    .zxly{
        padding-bottom: 30px;
    }
    #dhdh{
        height: 40px;
    }
    #lyly{
        height: 100px;
    }
    .erweimatext{
        text-align: center;

    }
    .lianxiwomenleft{
        width: 100%;
    }
    .navbar-nav img{
        width: 70%;
        float: right;
        
    }
    .navbar-nav .dropdown-menu{
        position:absolute;
    }
    .dropdown-menu a{
        font-size: 10px;
        margin: 0;
    }
    .navbar-brand img{
        width: 100%;
    }
    .navbar-nav{
        margin-right: 0;
        margin-left: 0 !important;
    }
    .navbar .navbar-brand{
        width: 50%;
        margin-left: 0;
    }
    .navbar .navbar-nav li{
        margin: 0;
        width: 14%;
    }
    .nav-link li{
        text-align: center;
    }
}
@media (max-width: 480px) {
    .navbar-expand-md>.container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .features .content {
        margin-bottom: 30px;
    }
    .features .content.no-mb {
        margin-bottom: 0;
    }
    .work .work-menu .on-mt {
        margin-top: 10px;
    }
    .work .content .image-caption span {
        display: block;
    }
    .counter .content {
        margin-bottom: 30px;
    }
    .counter .content.no-mb1 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .counter .content.no-mb2 {
        margin-bottom: 0;
    }
    .blog .content {
        margin-bottom: 50px;
    }
    .blog .content.no-mb {
        margin-bottom: 0;
    }
    .blog .content .date ul li {
        display: block;
    }
    .about-team .content.no-mb1 {
        margin-bottom: 30px;
    }
    footer .content {
        margin-bottom: 30px;
    }
    footer .content.no-mb {
        margin-bottom: 0;
    }
}

@media (max-width: 360px) {
    .slider .slide-caption {
        padding-top: 32%;
    }
    .slider .slide-caption h2 {
        font-size: 26px;
    }
    .slider .slide-caption p {
        margin: 25px 5% 5px;
    }
    .slider .slide-show .owl-prev {
        position: absolute;
        top: 58%;
        left: 20px;
        width: 50px;
        height: 50px;
        background: transparent !important;
        overflow: hidden;
        border-radius: 0 !important;
        transition: all .5s ease;
        opacity: 1;
        z-index: 2;
        outline: 0;
    }
    .slider .slide-show .owl-next {
        position: absolute;
        top: 58%;
        right: 20px;
        width: 50px;
        height: 50px;
        background: transparent !important;
        overflow: hidden;
        border-radius: 0 !important;
        transition: all .5s ease;
        opacity: 1;
        z-index: 2;
        outline: 0;
    }
    .blog-single .content-left .tags ul li {
        margin-bottom: 10px;
    }
}