body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑","Arial",Helvetica,"黑体",Arial,Tahoma;
	margin:0 auto;
	position:relative;
	overflow-x: hidden;
	background: #f6f7fb;


}
.img-hide{ overflow:hidden; display: block; }

.img-hide img{ transition: 0.5s all; transform: scale(1,1); }
.img-hide:hover img{ transform: scale(1.05,1.05); }
.txt-elise{overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;}
li{ list-style:none;}
a{ color: #333; }
ul{ padding:0; margin:0;}
a:hover,a{ text-decoration:none !important;}
a:focus{ text-decoration:none !important; outline: none !important;}
button:focus,button:hover,input:focus{ outline: none!important; }
p{ margin:0; }
img{ max-width:100%; display: inline-block; vertical-align: middle;}
.container{ width: 1470px; }
.header{ background: #020b2a; transition: 0.3s all; position: fixed; left: 0; top: 0; right: 0; z-index: 10000; }
.header-list{ background: none; border-bottom: solid 1px rgba(255,255,255,0.2); }
.logo-tow{ display: none; }
.logo{ line-height: 75px; margin-right: 50px; }
.nav-list li{ float: left; margin-right: 30px; position: relative; }
.nav-list li a{ display: block; position: relative; line-height: 75px; font-size: 15px; color: #fff; }
.nav-list li a:before{ display: block; content: ""; bottom: -1px; position: absolute; left: 50%; right: 50%; transition: 0.5s all; height: 2px; background: #1554a5; }
.nav-list li:hover a:before{ left: 0; right: 0; }
.nav-down{ position: absolute; left: 50%; background: #fff; min-width: 100%; text-align: center; transform: translate(-50%,0); text-align: center;  }
.nav-down li a{ line-height: 44px; display: block; white-space: nowrap; padding:0 30px; font-size: 14px; color: #333; }
.nav-down li a:before{ display: none!important; }
.nav-down li a:hover{ color: #1554a5!important; }
.nav-down li{ width: 100%; margin:0; }
.nav-down li{ height: 0; overflow:hidden; transition: 0.5s all; }
.nav-list li:hover .nav-down li{ height: 44px;  }



.header.active .nav-list li a,.header.active .header-right a,.header.active .header-right,.header:hover .nav-list li a,.header:hover .header-right a,.header:hover .header-right{ color: #333; }
.header.active .logo img,.header.active .header-right img,.header:hover .logo img,.header:hover .header-right img{ display: none; }
.header.active .logo img.logo-tow,.header.active .header-right img.logo-tow,.header:hover .logo img.logo-tow,.header:hover .header-right img.logo-tow{ display: inline-block; }
.header.active,.header:hover{ background: #fff; box-shadow: 1px 2px 3px rgba(0,0,0,0.1); }
.header-right{ line-height: 75px; color: #fff; }
.header-list .header-right{ padding-left: 30px; border-left: solid 1px rgba(255,255,255,0.2); }
.header-list .nav-list li a.active:before{  width: 20px; left: 50%; margin-left: -10px; background: #fff; right: auto; }
.header-list.active .nav-list li a.active:before,.header-list:hover .nav-list li a.active:before{  background: #1554a5; }
.header-right span{ padding:0 0 0 15px; }
.header-right a{ color: #fff; }
.search-top{ position: relative; padding-left: 15px; }
.he_shuru {
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 28px;
    right: 25px;
    background: #b8b8b8;
    z-index: 10;
    border-radius: 5px;
    width: 0px;
    height: 22px;
    transition: all 0.46s;
    z-index: -1;
    opacity: 0;
    transition: all 0.36s;
}
.search-top:hover .he_shuru {
    opacity: 1;
    width: 150px;
    z-index: 10;
}
.he_shuru input {
    width: 100%;
    height: 100%;
    padding: 4px 8px;
    color: #666666;
    font-size: 12px;
    position: absolute; left: 0; top: 0; background: none; border:none; box-shadow: none;
}


.banner a{ display: block; position: relative; }
.banner-box{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 100; padding-top: 15%; }
.banner-p{ font-size: 24px; color: #fff; text-transform:uppercase;}
.banner-tt{ font-size: 50px; margin-bottom: 20px; color: #fff; }
.slick-current .banner-p {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}

.slick-current .banner-tt {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}

.he_banrbox.slick-current .he_bannf1 .he_banmoe {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.3s;
}

.banner-label{ display: inline-block; color: #fff; margin-top: 8%; font-weight: bold; width: 144px; height: 46px; background: #1554a5; border-radius: 46px; line-height: 46px; text-align: center; }
.banner-bottom{ background: #020b2a; padding:40px 0; }
.banner-bottom-left{  }
.banner{ margin:0; overflow:hidden; }
.banner div{ display: block!important; }
.banner-bottom-left{ font-size: 16px; color: #fff; }
.banner-bottom-right{ margin-left: 150px; padding-right: 110px; position: relative; }
.banner-bottom-right .form-control{ border:none; background: none; color: #fff; box-shadow: none; width: 100%; border-radius: 0; box-shadow: none; border-bottom: solid 1px #fff; padding:0 0 10px 0; }
.banner-bottom-right .pull-left{ width: 33.333333%; padding-left: 85px; }
.search-btn{ position: absolute; right: 0; top: 0; padding:0; background: none; border:none; }
.search-bottom{ margin-top: 35px; }
.search-right{ margin-left:230px; }
.zm-list li{width: 3.846153%; padding: 0px 10px; float: left; }
.zm-list li a{ font-size: 16px; color: #fff; font-weight: bold;     transition: all 0.36s;
    border: 1px solid transparent; display: block;}
.zm-list li a:hover{ border-color: #fff; }
.about-img{ width: 45%; }
.page-one{ padding-top: 200px; padding-bottom: 180px; background: url(../images/back01.png) center no-repeat; background-size: cover; }
.about-right{ width: 47%; padding-top: 40px; }
.about-tt{ font-size: 28px; color: #3b3b3b; padding-left: 66px; background: url(../images/icon-tt01.png) left center no-repeat; }
.about-tt-sm{ line-height: 40px; text-align: justify; font-size: 20px; color: #3b3b3b; margin-top: 35px; }
.about-p{ font-size: 17px; color: #939090; line-height: 35px; margin-top: 10px; }
.about-more a{ display: inline-block; font-size: 14px; color: #fff; margin-top: 70px; font-weight: bold; width: 126px; height: 30px; line-height: 30px; text-align: center; background: #1554a5; border-radius: 30px;}
.page-tow{ background: url(../images/back02.png) center no-repeat; background-size: cover; padding:125px 0; }
.tow-title span{ display: inline-block; font-size: 28px; color: #fff; padding-left: 85px; line-height: 56px; font-weight: bold; background: url(../images/icon-tt02.png) left center no-repeat; }
.tow-p{ font-size: 23px; color: #fff; line-height: 35px; max-width: 920px; margin:55px auto 0 auto; }
.fw-slick a{ display: block; margin:0 20px; padding:60px 20px; border:solid 2px rgba(255,255,255,0.5); height: 328px; }
.fw-slick-img img{ height: 81px; margin:0 auto; }
.fw-slick-tt{ font-size: 20px; color: #fff; font-weight: bold; margin-top: 25px; }
.fw-slick-p{ font-size: 16px; color: #fff; line-height: 25px; height: 50px; overflow:hidden; margin-top: 25px; }
.fw-slick{ margin:100px 0 0 0; }
.fw-slick .slick-prev{ width: 29px; height: 36px; background: url(../images/left.png) center no-repeat; margin-top: -18px; }
.fw-slick .slick-next{ width: 29px; height: 36px; background: url(../images/right.png) center no-repeat; margin-top: -18px; }
.slick-prev:before,.slick-next:before{ display: none; }
.fw-slick a:hover{ border-color: #fff; }
.more-bottom{     display: inline-block;
    color: #1554a5;
    margin-top: 80px;
    font-weight: bold;
    width: 144px;
    height: 46px;
    background: #fff;
    border-radius: 46px;
    line-height: 46px;
    text-align: center; }
.page-three{ background: url(../images/back03.png) center no-repeat; background-size: cover; padding-top: 115px; padding-bottom: 75px; }
.three-tt{ font-size: 35px; color: #3b3b3b; }
.three-tt img{ margin-bottom: 15px; }
.team-ul li{ float: left; width: 25%; padding:0 38px; margin-top: 90px; }
.team-ul{ margin:0 -38px; }
.team-ul-img{ position: relative; padding-top: 85%; }
.team-ul-img img{ position: absolute; left: 0; top: 0; width: 100%; }
.team-ul-bottom{ padding:15px 15px 25px 15px; background: #fff; }
.team-ul-tt{ font-size: 24px; color: #3b3b3b; font-weight: bold; }
.team-ul-p{ color: #3b3b3b; line-height: 25px; height: 75px; text-align: justify; height: 75px; overflow:hidden; margin-top: 8px; }
.team-ul li a{ display: block; box-shadow: 0 0 10px rgba(0,0,0,0.3); }
.team-more{ background: #1554a5; color: #fff; margin-top: 70px; }
.number-txt{ height: 77px; background: url(../images/number.png) center no-repeat; font-size: 48px; color: #1554a5; line-height: 77px; }
.number-bottom{ color: #1554a5; line-height: 25px; margin-top: 20px; font-size: 16px; }
.number-bottom span{ font-size: 14px; }
.number-ul li{ float: left; width: 25%; margin-top: 100px; }
.page-four{ background: url(../images/back04.png) center no-repeat; background-size: cover; padding:145px 0 80px 0; }
.page-four .three-tt{ color: #fff; }
.team-ul li a:hover .team-ul-bottom{ background: #1554a5; }
.team-ul li a:hover .team-ul-tt,.team-ul li a:hover .team-ul-p{ color: #fff; }
.news-ul li{ float: left; padding:0 20px; width: 25%; margin-top: 90px; }
.news-ul{ margin:0 -20px; }
.news-ul-img a{ padding-top: 62%; position: relative; display: block; }
.news-ul-img a img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.news-ul-bottom{ padding:28px; background: #fff; }
.news-ul-date{ padding-bottom: 18px; border-bottom: solid 1px #b2b2b2; }
.news-ul-date span{ padding-left: 35px; background: url(../images/icon-date.png) left center no-repeat; line-height: 22px; display: inline-block; }
.news-tt a{ font-size: 18px; color: #3b3b3b; font-weight: bold; }
.news-tt{ margin-top: 15px; }
.news-p{ color: #3b3b3b; line-height: 25px; text-align: justify; height: 50px; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; margin-top: 10px;
overflow: hidden; }
.news-more{ color: #fff; font-weight: bold; display: inline-block; width: 100px; line-height: 30px; height: 30px; text-align: center; border-radius: 30px; margin-top: 25px; background: #1554a5; }
.page-four .more-bottom{ margin-top: 70px; }
.page-five{ padding-top: 85px; padding-bottom: 130px; }
.ry-slick a{ display: block; margin:80px 17px; background: #ececec; padding:70px 20px; height: 278px; box-shadow: 5px 5px 5px rgba(0,0,0,0.2); }
.ry-slick{ margin:0 55px; }
.ry-slick-tt{ font-size: 30px; color: #505a66; font-weight: bold; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden; height: 126px; }
.sry-slick-p{ color: #505a66; font-weight: bold; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; line-height: 25px; height: 50px; }
.ry-slick .slick-prev{ width: 52px; left: -77px; height: 42px; background: url(../images/left02.png) center no-repeat; margin-top: -21px; }
.ry-slick .slick-next{ width: 52px; height: 42px; right: -77px; background: url(../images/right02.png) center no-repeat; margin-top: -21px; }
.page-five .team-more{ margin-top: 0; }
.footer{ background: #1759aa; padding:80px 0 65px 0; }
.phone{ font-size: 20px; width: 294px; color: #1759aa; line-height: 58px; height: 58px; background: #fff; border-radius: 10px; text-align: center; margin-top: 25px; }
.footer-p p{ font-size: 12px; color: #fff; line-height: 25px; }
.footer-p{ margin-top: 30px; }
.footer-ul li{ float: left; margin-right: 50px; margin-bottom: 45px; }
.footer-ul li a{ color: #fff; }
.footer-bottom{ border-top: solid 1px #fff; padding-top: 60px; font-size: 20px; color: #fff; }
.footer-bottom span{ font-size: 12px; text-transform:uppercase; }
.ewm-box{ margin-left: 75px; }
.banner-bottom-right .form-control::-webkit-input-placeholder{
    color:#fff;
}
.banner-bottom-right .form-control::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
.banner-bottom-right .form-control:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
.banner-bottom-right .form-control:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#fff;

}
.menu-button { position: fixed; display: none; top: 18px; right: 15px; z-index: 1000; cursor: pointer; -webkit-transition: .3s; transition: .3s;}
.menu-button .bar:nth-of-type(1) { margin-top: 0px;}
.menu-button .bar:nth-of-type(3) { margin-bottom: 0px;}
.bar { position: relative; display: block; width: 24px; height: 2px; margin: 5px auto; background-color: #333; border-radius: 10px; -webkit-transition: .3s; transition: .3s; }
.cross{ margin-top: -8px; }
.cross .bar{ margin:13px auto; }
.cross .bar:nth-of-type(1) { -webkit-transform: translateY(15px) rotate(-45deg);-ms-transform: translateY(15px) rotate(-45deg); transform: translateY(15px) rotate(-45deg);}
.cross .bar:nth-of-type(2) {  opacity: 0;}
.cross .bar:nth-of-type(3) { -webkit-transform: translateY(-15px) rotate(45deg); -ms-transform: translateY(-15px) rotate(45deg); transform: translateY(-15px) rotate(45deg);}
.banner-phone{ display: none!important; }
.banner .slick-active img {
    animation: mymove4 8s ease;
    -webkit-animation: mymove4 8s ease;
    animation-iteration-count: 1;
}

@-webkit-keyframes mymove4 {
    from {
        transform: scale(1.3);
    }

    to {
        transform: scale(1);
    }
}
.about-more a:hover{ background: #0b6be6; }
.team-more:hover,.news-more:hover,.more-bottom:hover{ background: #0b6be6; color: #fff; }
.footer-ul li a:hover{ text-decoration: underline!important; }
.ry-slick a:hover{ background: #1554a5; }
.ry-slick a:hover .ry-slick-tt,.ry-slick a:hover .sry-slick-p{ color: #fff; }
.nav-click{ display: none; }
/**************关于我们************/
.banner-list{ height: 520px; padding-top: 250px; }
.banner-list-tt{ font-size: 38px; color: #fff; font-weight: bold; }
.banner-list-p{ font-size: 16px; color: #fff; margin-top: 10px; text-transform:uppercase; }
.nav-b{ background: rgba(255,255,255,0.2); border-radius: 30px; padding:8px 15px; margin-top: 125px; color: #d7d7d7; }
.nav-b a{ color: #d7d7d7; }
.nav-b a.active,.nav-b a:hover{ color: #fff; }
.about-top{ border-bottom: solid 1px #ddd; }
.about-tabs li{ float: left; margin-right: 60px; }
.about-tabs li a{ display: block; line-height: 85px; padding:0 25px; position: relative; font-size: 22px; color: #333; }
.about-tabs li a:hover,.about-tabs li.active a{ font-weight: bold; color: #1d1f5c; }
.about-tabs li a:before{ display: block; content: ""; position: absolute; margin-left: -10px; left: 100%; top: 25px; width: 6px; height: 6px; background: #5d5d5d; border-radius: 50%; }
.about-tabs li a:hover:before,.about-tabs li.active a:before{ background: #ffd823; }
.about-back{ background: url(../images/about-back.png) center no-repeat; background-size: cover; padding:30px 0 85px 0; }
.about-back-img{ width: 43.6%; position: relative; margin-top: 50px; }
.about-back-img span{ position: absolute; right: 0; bottom: 0; }
.about-back-right{ width: 54%; }
.about-back-tt{ font-size: 32px; color: #464646; line-height: 35px; font-weight: bold; }
.about-back-tt span{ font-size: 20px; font-family: "Arial"; }
.about-txt{ font-size: 16px; color: #333; margin-top: 30px; text-align: justify;  line-height: 30px; height: 390px; overflow:hidden; }
.about-txt p{ text-indent: 2em; letter-spacing: -0.5px; }
.about-number{ font-size: 56px; color: #043f83; margin-top: 33px; font-family: "Arial"; }
.about-number span{ position: relative; }
.about-number span font{ font-size: 36px; }
.about-number-b{ font-size: 18px; color: #000; margin-top: -5px; }
.about-number-b span{ font-size: 16px; color: #666; }
.about-number span.add{ position: relative; padding-right: 22px; }
.about-number span.add font{ position: absolute; top: 0; right: 0; font-size: 30px; }
.back-fz{ background: url(../images/back-fz.png) center no-repeat; padding:50px 0 60px 0; }
.fz-title{ font-size: 32px; margin-bottom: 30px; color: #fff; line-height: 38px; font-weight: bold; }
.fz-title span{ font-size: 20px; text-transform:uppercase; }
.fz-title a{ float: right; margin-top: -20px; font-size: 16px; color: #fff; line-height: 48px; background: url(../images/more.png) left center no-repeat; padding-left: 80px; }
.fz-left{ width: 60%; padding:40px 30px 0 30px; }
.fz-left-tt span{ display: inline-block; font-size: 42px; color: #fff; font-family: "Arial"; width: 220px; height: 80px; border:solid 2px #fff; line-height: 76px; }
.fz-lind{ height: 51px; background: url(../images/lind.png) center no-repeat; margin-top: 42px; }
.fz-left-txt{ font-size: 18px; color: #fff; line-height: 38px; height: 76px; overflow:hidden; max-width: 540px; margin:40px auto 0 auto; }
.fz-img{ width: 40%; border:solid 5px #fff; }
.fz-img img{ width: 100%; }
.fz-date{ font-size: 20px; cursor: pointer; color: #fff; padding-top: 40px; background: url(../images/d02.png) center top no-repeat; }
.fz-slick{ margin:50px 0 0 0; }
.slick-current .fz-date{ background: url(../images/d01.png) center top no-repeat; }
.fz-slick:before{ display: block; content: ""; position: absolute; left: 0; right: 0; top: 10px; border-top: solid 1px #fff; }
.fz-slick .slick-prev{ left: 30px; top: 13px; z-index: 1000; width: 8px; height: 14px; background: url(../images/left03.png) center no-repeat; }
.fz-slick .slick-next{ right: 30px; top: 13px; z-index: 1000; width: 8px; height: 14px; background: url(../images/right03.png) center no-repeat; }
.ry-title{ color: #464646; margin-bottom: 0; padding-bottom: 23px; }
.ry-slick-ul li{ float: left; width: 25%; padding:0 11px; margin: 22px 0; }

.ry-slick-ul li a{ display: table; background: #fff; width: 100%; box-shadow: 0 0 20px rgba(0,0,0,0.1); height: 120px; font-size: 18px; color: #1759aa; padding:0 30px; }
.ry-slick-ul li a span{ height: 120px; vertical-align: middle; display: table-cell;  }
.ry-slick-ul li:last-child a span,.ry-slick-ul li a:hover span{ color: #1759aa; }
.ry-slick-ul li a span font{ display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; max-height: 50px;
overflow: hidden; }
.ry-slick-box{ margin-bottom: 20px; margin-left: -11px; margin-right: -11px; }
.ry-slick-box .slick-prev{ left: auto; right: 74px; top: -70px; width: 48px; height: 48px; background: url(../images/left04.png) center no-repeat; }
.ry-slick-box .slick-next{ left: auto; right: 11px; top: -70px; width: 48px; height: 48px; background: url(../images/right04.png) center no-repeat; }
.ry-slick-box .slick-prev:hover{ background: url(../images/left05.png) center no-repeat; }
.ry-slick-box .slick-next:hover{ background: url(../images/right05.png) center no-repeat; }
.ry-box{ margin-top: 40px; }
/******************联系我们****************/
.contact-tt{ font-size: 30px; color: #1a1a1a; font-weight: bold; line-height: 145px; background: url(../images/contact-lind.png) center bottom no-repeat; }
.contact-tt-sm{ font-size: 24px; color: #333; margin-top: 10px; }
.contact-p{ max-width: 260px; margin:0 auto; line-height: 30px; font-size: 18px; color: #666; margin-top: 10px; }
.contact-img{ line-height: 66px; margin-top: 85px; }
.map{ margin-top: 65px; margin-bottom: 60px;    height: 500px; }
/************招聘************/
.zp-img{ width:50%; margin-top: 85px; }
.zp-right{ width: 46.5%; font-size: 18px; color: #333; line-height: 48px; margin-top: 220px; }
.zp-back{ background: url(../images/zp-back.png) center no-repeat; padding-bottom: 30px; background-size: cover; margin-top: 105px; }
.zp-top li{ float: left; width: 23%; line-height: 90px; font-size: 24px; color: #1759aa; }
.zp-ul li{ background: #fff; margin-bottom: 25px; box-shadow: 0 0 15px rgba(0,0,0,0.1); border-radius: 15px; }
.zp-ul-top{ position: relative; cursor: pointer; line-height: 80px; font-size: 18px; color: #333; }
.zp-ul-top .pull-left{ width: 23%; }
.zp-ul-bottom{ padding:30px 55px; border-top: solid 1px #eee; display: none; }
.zp-ul-tt{ font-size: 18px; color: #333; font-weight: bold; }
.zp-ul-p p{ font-size: 16px; color: #333; line-height: 30px; }
.zp-ul-p{ margin-top: 10px; }
.zp-ul-p-b{ margin-top: 40px; }
.zp-ul-top:before{ display: block; content: ""; position:absolute; right: 30px; top: 0; bottom: 0; width: 40px; background: url(../images/icon-zp01.png) center no-repeat; }
.zp-ul-top.active:before{ background: url(../images/icon-zp02.png) center no-repeat; }
/**************新闻动态***********/
.news-ul-list li{ float: left; width: 33.333333%; margin-top: 45px; padding:0 20px; }
.news-list-img a{ display: block; position: relative; padding-top: 57%; }
.news-list-img a img{ position: absolute; left: 0; top: 0; width: 100%; } 
.news-ul-list{ margin:0 -20px; }
.news-list-bottom{ background: #fff; padding:25px; }
.news-list-tt a{ font-size: 18px; color: #333; font-weight: bold; }
.news-list-p{ color: #666; font-size: 16px; line-height: 25px; margin-top: 10px; display: -webkit-box;
-webkit-box-orient: vertical; height: 50px;
-webkit-line-clamp: 2;
overflow: hidden;}
.page-ul li{ display: inline-block; }
.page-ul li a{ display: block; padding:0 10px; position: relative; font-size: 20px; color: #000; }
.page-ul{ margin:60px 0; }
.page-ul li.disabled a,.page-ul li.active a{ color: #999; }
.page-ul li.active a:before,.page-ul li a:hover:before{ display: block; content: ""; position: absolute; width: 8px; height: 8px; background: url(../images/d03.png) center no-repeat; left: 50%; margin-left: -4px; bottom: -15px; }
.news-list-img span{ position: absolute; padding-top: 5px; left: 0; top: 0; z-index: 100; font-size: 16px; color: #fff; width: 78px; height: 78px; background: #1759aa; text-align: center; }
.news-list-img span font{ font-size: 30px; }
.news-list-tt a:hover{ color: #1759aa; }
/***************专业领域************/
.ly-ul li{ float: left; width: 33.333333%; padding:0 20px; margin-bottom: 40px; }
.ly-ul{ margin:0 -20px; }
.ly-ul li a{ display: block; padding-top: 65px; position: relative; height: 320px; background: #fff; }
.ly-ul-mask{ position: absolute; opacity: 0; transition: 0.3s all; padding-top: 85px; left: 0; top: 0; right: 0; bottom: 0; font-size: 30px; color: #fff; background: url(../images/ly-back.png) center no-repeat; background-size: cover; }
.ly-ul-mask span{ display: inline-block; height: 115px; }
.icon-ly{  height: 85px; }
.icon-ly-tt{ font-size: 30px; color: #333; }
.ly-more{ display: inline-block; font-size: 16px; color: #1759aa; margin-top: 50px; padding-right: 25px; background: url(../images/icon-more.png) right center no-repeat; }
.ly-ul li a:before{ display: block; content: ""; position: absolute; right: 20px; top: 20px; width: 124px; height: 108px; background: url(../images/logo-a.png) center no-repeat; }
.ly-ul li a:hover .ly-ul-mask{ opacity: 1; }
.ly-ul{ padding-top: 70px; }
.ly-left{ width: 65%; padding-bottom: 50px; }
.ly-title{ font-size: 24px; color: #1759aa; margin-top: 50px; }
.ly-p p{ font-size: 16px; color: #333; line-height: 30px; }
.ly-p{ margin-top: 30px; }
.ly-p-a p{ padding-left: 18px; background: url(../images/p.png) left 10px no-repeat; }
.ly-p p.t{ margin-top: 30px; }
.ly-right-tt{ font-size: 24px; margin-top: 55px; color: #1759aa; font-weight: bold; padding-left: 45px; position: relative; }
.ly-right-tt i{ position: absolute; left: 0; top: 0; }
.ly-right{ width: 32.5%; }
.ly-right-tt a{ display: inline-block; float: right; margin-top: 5px; font-size: 16px;  color: #1759aa; padding-bottom: 3px; border-bottom: solid 1px #1759aa; }
.ly-img{ margin-top: 30px; }
.ly-right-ul li{ margin-bottom: 15px; }
.ly-right-ul li a{ font-size: 16px; color: #333; }
.ly-right-ul{ padding-top: 30px; }
/************专业人员***********/
.zy-search{ background: #f5f5f5; padding:50px 0; }
.zy-list li{ float: left; width: 3.846%; }
.zy-list li a{ font-size: 18px; color: #333; }
.search-lg{ position: relative; margin-top: 40px; }
.search-lg .form-control{ border-radius: 0; box-shadow: none; border:none; height: 70px; font-size: 18px; }
.btn-ss{ position: absolute; right: 20px; top: 0; bottom: 0; background: none; padding:0; border:none; }
.ss-select{ font-size: 18px; margin-top: 40px; box-shadow: none!important; color: #333; padding:0 0 17px 0; height: auto; border:none; background: none; border-bottom: solid 1px #333; border-radius: 0; }
.ry-list li{ float: left; width: 50%; padding:0 25px; margin-top: 70px; }
.ry-list-img img{ width: 220px; height: 330px; }
.ry-list-box{ background: #fff; position: relative; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
.ry-list-right{ margin-left: 236px; padding:35px 35px 0 35px; }
.ry-list-name a{ font-size: 32px; color: #333; font-weight: bold; }
.ry-list-name a span{ font-size: 18px; font-weight: normal; padding-left: 10px; }
.ry-list-p p{ font-size: 18px; color: #333; line-height: 30px; max-height: 60px; overflow:hidden; }
.ry-list-p p span{ color: #999; }
.ry-list-p{ margin-top: 20px; min-height: 150px; }
.raw{ display: inline-block; }
.ry-list-box:before{ display: block; content: ""; position: absolute; right: 15px; bottom: 15px; width: 208px; height: 181px; background: url(../images/logo-q.png) center no-repeat; }
.ry-list{ margin:0 -25px; }
.ry-banner{ padding-top: 160px; height: auto; min-height: 520px; }
.xq-name{ font-size: 48px; color: #fff; padding-left: 30px; }
.xq-zw{ font-size: 18px; color: #fff; margin-left: 15px; line-height: 68px; }
.xq-p p{ font-size: 18px; padding-left: 30px; color: #fff; line-height: 35px; }
.xq-p{ margin-top: 20px; }
.ry-banner .nav-b{ margin-top: 70px; }
.ry-banner .container{ position: relative; z-index: 100; }
.xq-img{ position: absolute; right: 15px; top: -50px; width: 31%; }
.sf-box{ background: #f5f5f5; min-height: 230px; padding: 65px 0; }
.sf-left{ width: 65%; padding-left: 35px; padding-right: 35px; }
.sf-left-p{ font-size: 18px; color: #333; line-height: 35px; padding-right: 80px; position: relative; min-height: 53px; padding-left: 100px; background: url(../images/sf.png) left center no-repeat; }
.sf-left-p:before{ display: block; content: ""; position: absolute; right: 0; top: -10px; width: 45px; height: 36px; background: url(../images/yh.png) center no-repeat; }
.ly-p h2{ font-size: 20px; color: #1759aa; }
.link-box{ margin-top: 40px; }
.link-box a{ font-size: 16px;color: #333; padding-left: 30px; display: block; background: url(../images/a-l.png) left center no-repeat; }
.link-box a.r{ font-size: 16px;color: #333; text-align: right; padding-right: 30px; background: url(../images/a-r.png) right center no-repeat; padding-left: 0; }
.zw-list a{ display: block; border-top: solid 1px #ddd; line-height: 70px; font-size: 20px; color: #333; background: url(../images/a-a.png) 95% center no-repeat; }
.zw-list{ margin-top: 35px; border-bottom: solid 1px #ddd;}
.ly-right-ul li a:hover,.zw-list a:hover,.link-box a.r:hover{ color: #1759aa; }
.search-box-c{ position: fixed; left: 50%; top: 50%; width: 800px; height: 54px; background: #fff; padding-right: 115px; margin-left: -400px; z-index: 1000010; }
.search-box-c .form-control{ height: 54px; border-radius: 0; font-size: 18px; box-shadow: none; border:none; }
.modal{ z-index: 100000001; }
.modal-backdrop{z-index: 10000000;}
.modal-box{ position: fixed; display: none; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000010; }
.btn-search-c,.btn-search-c:hover,.btn-search-c:focus{ position: absolute; right: 0; background: #004da1; top: 0; width: 115px; height: 54px;border:none; border-radius: 0;padding:0}.modal-back{position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 100000; background: rgba(0,0,0,0.5);}
.search-a{ display: none; }


/***********新闻详情页*********/
.article-tt{ font-size: 28px; color: #000; font-weight: bold; margin:50px 0 30px 0; }
.tt-sm{ color: #999; }
.article-txt p{ line-height: 35px; margin-bottom: 10px; }
.article-txt{ margin:50px 0; }
.article-link{ margin-bottom: 100px; margin-top: 100px; }
.article-link a:hover{ color: #1759aa; }






.banner-phone{ display: none; }
.banner .slick-dots {
    
    display: inline-block;
    padding-bottom: 5px;
        position: absolute;
    bottom: 50px;
    
   
    z-index: 20;
}
.banner .slick-dots li {
    display: inline-block;
    margin:0 15px;
}
.banner .slick-dots li button {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff; height: auto; text-align: center; width: auto;
    position: relative;
    cursor: pointer;
    transition: all 0.36s;
}
.banner .slick-dots li button:before{ display: none; }
.banner .slick-dots li.slick-active button{ border-bottom: solid 1px #fff; }

@media( max-width: 1479px){
	.container{ width: 1230px; }
	.about-number-b{ font-size: 16px; }
	.about-number-b span{ font-size: 14px; }
	.about-txt{ font-size: 14px; margin-top: 1px; line-height: 1.5; height: 270px; }
	.about-number{ margin-top: 20px; }
	.fz-left-txt{ margin-top: 20px; }
	.fz-lind{ margin-top: 30px; }
	.zp-right{ margin-top: 150px; }
.banner-p{ font-size: 24px; color: #fff; text-transform:uppercase;}
.banner-tt{ font-size: 40px; margin-bottom: 20px; color: #fff; }
}
@media( max-width: 1279px){
	.container{ width: 970px; }
	.footer-left{ width: 100%; text-align: center; float: none!important; }
	.phone{ margin:20px auto; }
	.footer-right{ width: 665px;float: none!important; margin:20px auto 0 auto; }
	.footer-ul li{ margin-right: 40px; }
	.zm-list li{ padding:0 2px; }
	.page-one{ padding:50px 0; }
	.about-right{ padding-top: 0; }
	.about-tt-sm{ font-size: 16px; line-height: 30px; margin-top: 10px; }
	.about-p{ font-size: 14px; line-height: 25px; }
	.about-more a{ margin-top: 20px; }
	.page-tow{ padding:50px 0; }
	.tow-p{ font-size: 18px; line-height: 30px; margin-top: 30px; }
	.fw-slick{ margin-top: 50px; }
	.more-bottom{ margin-top: 50px; }
	.page-three{ padding:50px 0; }
	.team-ul li{ width: 33.333333%; margin-top: 50px; }
	.page-four{ padding:50px 0; }
	.news-ul li{ margin-top: 50px; width: 50%; }
	.ry-slick-tt{ font-size: 24px; line-height: 35px; height: 105px; }
	.page-five{ padding:50px 0; }
	.ry-slick a{ margin-top: 50px; margin-bottom: 50px; }
	.banner-bottom-right .pull-left{ padding-left: 30px; }
	.search-right{ margin-left: 180px; }
	.banner-bottom-right{ padding-right: 60px; }
	.number-ul li{ margin-top: 50px; }
	.about-txt{ font-size: 12px; line-height: 1.3; height: 260px; }
	.about-number{ font-size: 36px; }
	.about-number span font{ font-size: 18px; }
	.about-number span.add font{ font-size: 20px; }
	.zp-right{ margin-top: 120px; }
	.ry-list li{ width: 100%; }
	.xq-img{ top: -60px; }
	.sf-left{ width: 100%; }
    .banner-p{ font-size: 24px; color: #fff; text-transform:uppercase;}
.banner-tt{ font-size: 35px; margin-bottom: 20px; color: #fff; }

	}








@media( max-width: 991px){
	.container{ width: 750px; }
	.zm-list li a:hover{ border: 1px solid transparent; }
	.number-ul li{ width: 50%; }
	.about-back-img{ width: 100%; margin-top: 0; }
	.about-back-right{ width: 100%; margin-top: 20px; }
	.ry-slick-ul li a{ font-size: 16px; }
	.ry-slick-ul li a span font{ height: 44px; }
	.logo{ margin-right: 10px; width: 180px; }
	.nav-list li{ margin-right: 13px; }
	.zp-ul-top{ font-size: 16px; }
	.zp-top li{ font-size: 18px; }
	.ly-ul li{ width: 50%; }
	.ly-right{ display: none; }
	.ly-left{ width: 100%; }
	.header-list .header-right{ padding-left: 13px; }
	.xq-img{ top: -20px; }
    .banner-p{ font-size: 24px; color: #fff; text-transform:uppercase;}
.banner-tt{ font-size: 30px; margin-bottom: 20px; color: #fff; }
}
@media( max-width: 768px){
	.container{ width: 100%; }
	.about-img{ width: 100%; }
	.page-one{ padding:30px 0; }
	.about-right{ width: 100%; padding-top: 20px; }
	.about-more{ text-align: center; }
	.about-tt-sm{ font-size: 14px; line-height: 25px; }
	.about-p{ font-size: 12px; line-height: 20px; }
	.about-tt{ font-size: 24px; }
	.page-tow{ padding:30px 0; }
	.tow-p{ font-size: 14px; line-height: 25px; margin-top: 20px; }
	.more-bottom{ margin-top: 30px; }
	.three-tt{ font-size: 24px; }
	.three-tt img{ margin-bottom: 5px; }
	.page-three{ padding:30px 0 10px 0; }
	.team-ul li{ width: 50%; padding:0 10px; margin-top: 20px; }
	.team-ul{ margin:0 -10px; }
	.team-ul-p{ height: 50px; }
	.number-txt{ font-size: 24px; background-size: 130px auto; height: 50px; line-height: 50px; }
	.team-ul-tt{ font-size: 18px; }
	.number-bottom{ font-size: 14px; margin-top: 10px; line-height: 20px; }
	.number-ul li{ height: 120px; margin-top: 20px; }
	.page-four{ padding:30px 0; }
	.news-ul li{ width: 100%; margin-top: 20px; }
	.page-four .more-bottom{ margin-top: 30px; }
	.footer{ padding:30px 0; }
	.footer-right{ width: 100%; }
	.footer-ul li{ width: 25%; margin-right: 0; margin-bottom: 15px; text-align: center; }
	.footer-bottom{ font-size: 16px; padding-top: 10px; text-align: center; width: 100%; }
	.ewm-box{ width: 100%; margin:15px 0 0 0; text-align: center; }
	.footer-p{ margin-top: 5px; }
	.phone{ margin-bottom: 10px; }
	.page-five{ padding:30px 0; }
	.ry-slick a{ margin:30px 7px; }
	.fw-slick{ margin:30px 20px 0 20px; }
	.fw-slick a{ padding:30px 20px; height: 275px; }
	.ry-slick-tt{ font-size: 18px; line-height: 30px; height: 90px;  }
	.ry-slick a{ padding:20px; height: 180px; }
	.tow-title span{ font-size: 24px; }
    .nav-list{ position: fixed; display: none; left: 0; top: 50px; margin:0; right: 0; background: #fff; z-index: 10000; max-height: 70vh; overflow-y: auto; border-top: solid 1px #ddd; box-shadow: 1px 2px 3px rgba(0,0,0,0.1); }
    .nav-list li{ float: none; width: 100%; margin:0; padding:0; }
    .nav-list li a{ display: block; line-height: 40px; padding:0 15px; color: #fff; text-align: left; font-size: 16px; }
	.header{ height: 50px; }
	.menu-button{ display: block; }
    .logo img{ width: auto; height: 30px; }
    .logo{ line-height: 50px; margin-right: 0; }
    .header-right{ line-height: 50px; margin-right: 40px; }
    .banner-bottom-left{ width: 100%; float: none!important; }
    .banner-bottom-right{ margin-left: 0; padding-right: 0; padding-bottom: 40px; }
    .banner-bottom-right .pull-left{ width: 100%; padding-left: 0; margin-top: 15px; }
    .search-btn{ top: auto; bottom: 0; }
    .search-right{ margin-left: 0; }
    .zm-list li{ width: 11%; margin-top: 10px; }
    .search-bottom{ margin-top: 10px; }
    .banner-bottom{ padding:20px 0; }
    .banner img{ display: none; }
    .banner img.banner-phone{ display: block!important; }
    .banner-tt{ font-size: 24px; margin-bottom: 10px; }
    .banner-p{ font-size: 14px; letter-spacing: 0; }
    .banner-label{ width: 100px; height: 40px; line-height: 40px; }
    .banner-box{ bottom: auto; top: 50%; transform: translate(0,-50%); }
.header .nav-list li a,.header .header-right a,.header .header-right,.header .nav-list li a,.header .header-right a,.header .header-right{ color: #333; }
.header .logo img,.header .header-right img,.header .logo img,.header .header-right img{ display: none; }
.header .logo img.logo-tow,.header .header-right img.logo-tow,.header .logo img.logo-tow,.header .header-right img.logo-tow{ display: inline-block; }
.header,.header{ background: #fff; box-shadow: 1px 2px 3px rgba(0,0,0,0.1); }
    .nav-click { display: block; transition: 0.3s all; z-index: 10000; position: absolute; color: #333; right: 0; top: 0; width: 40px; height: 40px; text-align: center; line-height: 40px;}
    .nav-click.active{ transform: rotate(180deg); }
	.nav-down{ position: static; transform: translate(0,0); display: none; margin:0; padding: 0; width: 100%; background: none; }
	.nav-down li{ text-align: left; padding:0; height: 30px!important; }
    .nav-down li a{ text-align: left; padding:0 25px; line-height: 30px; font-size: 14px; text-align: left; color: #333!important; }
	.nav-list li a:before{ display: none!important; }

	.about-tabs li{ width: 33.333333%; margin:0; }
	.about-tabs li a{ font-size: 16px; line-height: 50px; }
	.about-tabs li a:before{ top: 15px; left: 50%; margin-left: 40px; }
	.about-txt{ font-size: 14px; max-height: 530px;height: 530px; margin-top: 10px; }
	.about-row .col-xs-3{ width: 50%; }
	.about-back{ padding-bottom: 30px; }
	.fz-title{ font-size: 24px; line-height: 25px; }
	.fz-title span{ font-size: 14px; }
	.fz-title a{ padding:0; background: none; }
	.back-fz{ padding:30px 0; }
	.fz-left{ width: 100%; padding:0 0 20px 0; }
	.fz-left-tt span{ font-size: 24px; height: 60px; line-height: 54px; }
	.fz-left-txt{ font-size: 14px; line-height: 25px; height: 75px; overflow:hidden; }
	.fz-img{ display: none; }
	.fz-slick{ margin-top: 0px; }
	.ry-slick-ul li{ width: 50%; margin:10px 0; }
	.ry-slick-ul li a,.ry-slick-ul li a span{ height: 80px; }
	.ry-box{ margin-top: 20px; }
	.about-back-img span{ width: 50px; }
	.banner-list{ height: 250px; padding-top: 90px; }
	.nav-b{ margin-top: 30px; }
	.banner-list-tt{ font-size: 24px; }
	.contact-row .col-xs-3{ width: 50%; }
	.contact-row .col-xs-3:nth-child(2){height: 220px;}
	.contact-img{ margin-top: 30px; }
	.contact-tt-sm{ font-size: 18px; }
	.contact-p{ font-size: 14px; line-height: 25px; margin-top: 5px; }
	.contact-tt{ line-height: 80px; font-size: 24px; }
	.map{ margin:30px 0; }
	.zp-ul-bottom{ padding:20px; }
	.zp-img{ width: 100%; margin-top: 30px; }
	.zp-right{ width: 100%; margin-top: 20px; line-height: 25px; font-size: 14px; }
	.zp-back{ margin-top: 30px; }
	.zp-ul-top .pull-left{ font-size: 14px; }
	.zp-ul-top{ line-height: 45px; border-radius: 4px; }
	.zp-ul-top:before{ right: 5px; width: 20px; background-size: 100% auto!important; }
	.zp-top li{ font-size: 16px; line-height: 50px; }
	.zp-ul li{ margin-bottom: 10px; border-radius: 4px; }
	.zp-ul-p p{ font-size: 14px; line-height: 25px; }
	.zp-ul-p-b{ margin-top: 20px; }
	.news-ul-list li{ width: 100%; margin-top: 20px; }
	.page-ul{ margin:30px 0; }
	.ly-ul li{ padding:0 10px; margin-bottom: 20px; }
	.ly-ul{ margin:0 -10px; padding-top: 20px; }
	.ly-ul li a{ height: auto; padding:30px 0; }
	.icon-ly img{ height: 50px; }
	.icon-ly{ height: 60px; }
	.icon-ly-tt{ font-size: 18px; }
	.ly-more{ margin-top: 20px; }
	.ly-ul-mask span img{ height: 70px; }
	.ly-ul-mask span{ height: 80px; }
	.ly-ul-mask{ font-size: 20px; padding-top: 40px; }
	.ly-title{ margin-top: 20px; font-size: 18px; }
	.ly-p p{ font-size: 14px; line-height: 25px; }
	.ly-p{ margin-top: 15px; }
	.ly-p p.t{ margin-top: 15px; }
	.ly-p-a p {
  
    background: url(../images/p.png) left 8px no-repeat;
}
.ry-list-img img{ width: 118px; height: 150px; }
.ry-list-right{ margin-left: 118px; padding:10px 15px; }
.ry-list-name a{ font-size: 18px; }
.ry-list-name a span{ font-size: 14px; }
.ry-list-p p{ font-size: 14px; line-height: 25px; max-height: 25px; }
.ry-list-p{ margin-top: 5px; min-height:1px; }
.ry-list-box:before{ display: none; }
.raw{ display: inline-block; margin-top: 5px; }
.ry-list li{ margin-top: 20px; }
.zy-list li{ width: 8%; }
.zy-list li a{ font-size: 16px; }
.zy-search{ padding:30px 0; }
.search-lg{ margin-top: 20px; }
.search-lg .form-control{ height: 45px; font-size: 16px; }
.ss-select{ margin-top: 20px; font-size: 16px; padding-bottom: 10px; }
.zy-search .col-xs-4{ width: 100%; }
.xq-img{ position: absolute; left: 15px; top: 0px; width: 150px;}
.xq-p{ margin-left: 165px; margin-top: 10px; }
.xq-p p{ font-size: 14px; padding-left: 0px; line-height: 25px; }
.xq-name{ font-size: 22px; margin-left: 165px; padding-left: 0; }
.xq-zw{ font-size: 14px; line-height: 35px; }
.banner-list{ height: auto; padding-bottom: 30px; min-height: 1px; }
.ry-banner .nav-b{ margin-top: 30px; }
.xq-top{ min-height: 190px; }
.sf-box{ min-height: 1px; padding:20px 0; }
.sf-left-p{ background: none; }
.sf-left-p:before{ display: none; }
.sf-left-p{ padding:0; font-size: 14px; line-height: 25px; }
.sf-left{ padding:0; }
.link-box .col-xs-6{ width: 100%; }
.link-box a.r {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    text-align: left;
    padding-left: 30px;
    background: url(../images/a-l.png) left center no-repeat;
    padding-right: 0;
}
.search-box-c{ left: 15px; right: 15px; width: auto; margin-left: 0; }
.he_shuru{ display: none!important; }
.search-b{ display: none; }
.search-a{ display: inline-block; }

.article-tt{ font-size: 18px; margin:20px 0; }
.article-txt p{ line-height: 25px; }
.article-txt{ margin:20px 0; }
.article-link{ margin:30px -15px; }
.article-link .col-xs-6{ width: 100%; margin-bottom: 15px; }

.banner{ display: none; }
.banner-phone .slick-active img {
    animation: mymove4 8s ease;
    -webkit-animation: mymove4 8s ease;
    animation-iteration-count: 1;
}

@-webkit-keyframes mymove4 {
    from {
        transform: scale(1.3);
    }

    to {
        transform: scale(1);
    }
   }  
.banner-phone{ display: block!important; }
.banner-phone{ margin-bottom: 0; }
.banner-phone .slick-dots {
    
    display: inline-block;
    padding-bottom: 5px;
        position: absolute;
    bottom: 20px;
    
    z-index: 20;
}
.banner-phone .slick-dots li {
    display: inline-block;
    margin:0 10px;
}
.banner-phone .slick-dots li button {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff; height: auto; text-align: center; width: auto;
    position: relative;
    cursor: pointer;
    transition: all 0.36s;
}
.banner-phone .slick-dots li button:before{ display: none; }
.banner-phone .slick-dots li.slick-active button{ border-bottom: solid 1px #fff; }
.banner-phone div{ display: block!important }

}
/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 50px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
 
}
.pagination a:hover {
  color: #1759aa;
  border: 1px solid #1759aa;
}
.pagination b {
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
  background: #1759aa;
  border: 1px solid #1759aa;
}
.pagination a:nth-child(1){
display: none;
}
/* ----- PB分页数字条效果 结束 ----- */

@media screen and (min-width: 768px) {
.layout-footer {
	display: none;
}
}
.layout-footer {
	margin-top: 50px;
	background-color: #f4a814;
	height: 50px;
	color: black;
	position: fixed;
	width: 100%;
	z-index: 9999;
	bottom: 0;
	border-top: 1px solid #ea6e00;
	text-align: center;
}
.bottom_nav {
	width: 100%;
	float: left;
	line-height: 50px;
	font-size: 16px
}
.bottom_nav a {
	display: block;
	color: #FFF
}
.layout-footer .bottom_nav:hover {
	border-left: 1px solid #ea6e00;
	border-right: 1px solid #ea6e00;
}