body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;

}

.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: 1440px;
}

.container1{width: 1600px;}

.tab-content {
    position: relative;
}

.tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s all;
}

.tab-content .tab-pane.active {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
}

.header {
    position: fixed;
    z-index: 1000;

    padding-bottom: 35px;
    left: 0;
    top: 0;
    right: 0;
    background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
}

.logo {
    line-height: 108px;
    width: 40%;
}

.search-top {
    position: absolute;
    right: 4%;
    top: 40px;
    background: #fff;
    width: 280px;
}

.search-top .form-control {
    border-radius: 0;
    box-shadow: none;
    border: none;
    height: 34px;
}

.btn-ss {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: url(../images/search.png) center no-repeat;
    padding: 0;
    border: none;
    box-shadow: none;
}

.nav-list li {
    float: left;
    margin-left: 30px;
    position: relative;
}

.nav-list {
    margin-left: 80px;
    position: relative;
    z-index: 10;
}

.nav-list li a {
    display: block;
    text-align: center;
    line-height: 108px;
    font-size: 18px;
    color: #fff;
    min-width: 78px;
}

.nav-list li a:hover,
.nav-list li.active a {
    color: #f7ab0a;
}

.nav-list li.active a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;

}

.header:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 107px;
    border-top: solid 1px #fff;
    opacity: 0.5
}

.page-one {
    position: relative;
    padding: 120px 0 90px 0;
    background: url(../images/gywm-bj.png)center no-repeat;
    background-size: 100% 100%;
}

.back-l {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    bottom: 0;
    background: url(../images/back-l.jpg) center no-repeat;
    background-size: cover;
}

.back-r {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    bottom: 0;
    background: url(../images/back-r.png) center no-repeat;
    background-size: cover;
}

.banner {
    overflow: hidden;
    margin: 0;
}

.banner img {
    width: 100%;
}

.one-left {
    width: 50%;
    padding-left: 75px;
    padding-top: 30px;

}

.gywm {
    width: 50%;
}

.gywm img {
    width: 100%;
}

.about-tt {
    font-size: 36px;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    font-weight: bold;
}

.about-tt:before {
    display: block;
    content: "";
    position: absolute;
    left: 50px;
    bottom: 0;
    height: 2px;
    background: #002060;
    width: 30px;
}

.about-p {
    font-size: 18px;
    color: #555;
    text-indent: 2em;
    line-height: 40px;
    margin-top: 40px;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.about-a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    background: #5c86d9;
    text-align: center;
    margin-top: 50px;
    width: 150px;
    line-height: 40px;
}

.about-a:hover {
    background: #0642b9;
    color: #fff;
}

.page-one .container {
    position: relative;
    z-index: 10;
}


.slick-next:before,
.slick-prev:before {
    display: none;
}



.slick-dots li button:before {
    display: none;
}

.footer {
    background: url(../images/footer.png) center no-repeat;
    background-size: cover;
    padding-top: 60px;
}

.footer-tt {
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer-left p {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
}

.footer-left {
    margin-right: 60px;
}

.footer-ul li a {
    font-size: 16px;
    color: #b4caf5;
}

.footer-ul li {
    margin-bottom: 15px;
}

.footer-center {
    padding-left: 60px;
    padding-right: 90px;
    padding-top: 10px;
    height: 140px;
    border-right: solid 1px #0d3076;
}

.footer-center .footer-tt {
    background: url(../images/lind.png) left center no-repeat;
    padding-left: 20px;
}

.footer-p p {
    position: relative;
    padding-left: 28px;
    margin-left: -8px;
    font-size: 16px;
    color: #b4caf5;
    margin-bottom: 15px;
}

.footer-p p i {
    position: absolute;
    left: 0;
    top: 0;
}

.ewm img {
    width: auto;
    max-width: 130px;
}

.ewm span {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}






.footer-bottom {
    font-size: 16px;
    color: #fff;
    background: #0a275f;
    width: 100%;
    padding: 18px 0;
    margin-top: 40px;
}

.search-a {
    display: block;
    float: left;
    line-height: 108px;
    margin-left: 40px;
}

.banner .slick-dots {
    bottom: 30px;
}

.banner .slick-dots li,
.banner .slick-dots li button {
    width: 24px;
    height: 24px;
}

.banner .slick-dots li button {
    background: url(../images/li01.png) center no-repeat;
}

.banner .slick-dots li.slick-active button {
    background: url(../images/li02.png) center no-repeat;
}

.banner .slick-prev {
    width: 81px;
    height: 81px;
    background: url(../images/right.png)center no-repeat;
    left: 7%;
    z-index: 99;
    transform: rotate(180deg);
}

.banner .slick-next {
    width: 81px;
    height: 81px;
    background: url(../images/right.png)center no-repeat;

    right: 7%;
}

.banner .slick-prev:hover {
    background: url(../images/left.png)center no-repeat;
    transform: rotate(0deg);
}

.banner .slick-next:hover {
    background: url(../images/left.png)center no-repeat;
    transform: rotate(180deg);
}

.nav-down {
    position: absolute;
    display: none;
    left: 50%;
    top: 100%;
    width: 120px;
    margin-left: -60px;
    background: #fff;
}

.nav-down li {
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.nav-down li a {
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 40px;
    text-align: center;
}

.nav-down li a:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.nav-list li:hover .nav-down {
    display: block;
}

.nav-click {
    display: none;
}

.menu-button {
    position: absolute;
    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: #fff;
    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);
}


.two {
    width: 100%;
    display: inline-block;
    background: url(../images/gsdt-bj.png)center no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
}

.title {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 10px;
    margin-bottom: 50px;
}

.title h2 {
    font-size: 36px;
    color: #fff;
    margin: 0px;
    font-weight: bold;
}

.title h2:after {
    display: block;
    z-index: 10;
    content: "";
    width: 50px;
    background: #fff;
    height: 3px;
    margin: 20px auto;


}

.title a {
    float: right;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 16px;
    color: #777;
}

.new {
    width: 100%;
    display: inline-block;
}

.newright {
    width: 53%;
    margin-bottom: 0px;
}

.newright a {
    display: block;
    position: relative;
    padding-top: 71.6%;
    width: 100%;
}

.newright a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.newright a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    padding-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newright .slick-dots {
    right: 15px;
    bottom: 18px;
    left: auto;
    width: auto;
}

.newright .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.newright .slick-dots .slick-active {
    background: #c2900b;
    width: 11px;
    height: 11px;
}


.yw {
    width: 44%;
}

.yw ul {
    width: 100%;
    display: inline-block;
}

.st {
    width: 100%;
    margin-top: 0px !important;
    background: none !important;
    padding-left: 0px !important;
}

.st h2 {
    font-size: 28px;
    color: #fff;
    margin: 0;
    line-height: 34px;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 18px;
}

.st a {
    width: 100% !important;
}

.st p {
    font-size: 16px;
    color: #9ebbf4;
    line-height: 30px;
    margin-bottom: 16px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.yw li {
    width: 100%;
    margin-top: 20px;
    background: url(../images/ico-yx1.png)left center no-repeat;
    padding-left: 20px;
    box-sizing: border-box;
    display: inline-block;
}

.yw li:hover {
    background: url(../images/ico-yx.png)left center no-repeat;
}

.yw li a {
    width: calc(100% - 90px);
    float: left;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.yw li span {
    widows: 80px;
    display: inline-block;
    font-size: 16px;
    color: #9ebbf4;
    float: right;
}

.yw li:hover a {
    color: #c2900b;
}

.st a:hover h2 {
    color: #c2900b;
}


.three {
    width: 100%;
    display: inline-block;
    background: url(../images/hzal-bj.png)center no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
}


.three .title h2 {
    font-size: 36px;
    color: #333;
    margin: 0px;
    font-weight: bold;
}

.three .title h2:after {
    display: block;
    z-index: 10;
    content: "";
    width: 50px;
    background: #333;
    height: 3px;
    margin: 20px auto;


}


.ddbs {
    margin: 0 -15px;
}

.ddb {
    margin: 0 15px;
    position: relative;
    background: url(../images/hzal-l.png)center no-repeat;
    background-size: 100% 100%;
    padding: 25px;
}

.ddb:hover {
    background: #17346e;
}

.ddb:hover h2 {
    color: #fff;
}

.ddb:hover span {
    color: #9ebbf4;
}

.ddb:hover p {
    color: #9ebbf4;
}




.ddb a {
    width: 100%;
    display: inline-block;

}

.ddb a h2 {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    line-height: 34px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 2px;
    height:60px;
}

.ddb a span {
    font-size: 16px;
    color: #17346e;
    line-height: 34px;
}

.ddb a p {
    font-size: 16px;
    color: #777777;
    line-height: 28px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.ddbs .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #17346e;
}

.slick-dots li button:before {
    color: transparent;
}

.ddbs .slick-dots .slick-active {
    width: 40px;
    border-radius: 10px;
    transition: .5s all;
}


.ddbs .slick-prev {
    width: 26px;
    height: 48px;
    background: url(../images/left-1.png)center no-repeat;
    z-index: 99;
    left: -40px;
}

.ddbs .slick-next {
    width: 26px;
    height: 48px;
    background: url(../images/right-1.png)center no-repeat;
    right: -40px;
}


/*公司动态*/
.picnew{display: inline-block;width: 100%;}
.picnew li{padding:28px 0;border-bottom: 1px solid #ccc;}
.picnew li:hover h3{color: #17346e !important;}
.picnew li .pic-l{width:240px;}
.picnew li .pic-l .imged{padding-top:63%;}
.picnew li .pic-r{width:calc(100% - 260px);padding-left: 10px;}
.picnew li .pic-r a{display: block;}
.picnew li .pic-r h3{font-size:18px;color:#555;line-height: 30px;margin-top: 0px; margin-bottom: 20px;  -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;}
.picnew li .pic-r .time{font-size: 15px;color:#999;}
.picnew li .pic-r .time:after{
    display: block;
    z-index: 10;
    content: "";
    width: 30px;
    background: #333;
    height: 3px;
    margin-top: 10px;
  


}
.picnew li .pic-r .zy{font-size: 15px;color:#777;line-height: 30px; margin-bottom: 10px;   -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;}


    .pange{width: 100%;display: inline-block;margin: 30px 0 0;text-align: center;}




/*公司简介*/
.gsjj{width: 100%;display: inline-block;padding-top: 20px;}
.gsjj img{display: block; margin: auto; margin-bottom: 20px;}
.gsjj p{font-size: 18px;color: #555;line-height: 36px;text-indent: 2em;margin-bottom: 10px;}



/*列表页1*/
.news-ul-a {
    width: 100%;
    padding-top: 50px;
}


.jy li {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
   
}

.jy li:hover .news-date {background:#0642b9 ;}
.jy li:hover .news-ul-a-tt a {color: #17346e;}


.time-1 {
    border: none;
    background: transparent;
    font-size: 22px;
    color: #fff;
    line-height: 16px;
}


.news-date {
    width: 65px;
    height: 65px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #77a2f7;
    line-height: 22px;
}

.time-1 span {
    font-size: 22px;
    color: #fff !important;
    font-weight: bold;
    background: transparent !important;
    line-height: 40px;
    display: block;
}


.news-ul-a-right {
    margin-left: 85px;
    margin-top: -8px;
}

.news-ul-a-right .txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-ul-a-tt a {
    width: 100%;
    font-size: 18px;
    color: #555;
    float: left;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: inline-block;
    overflow: hidden;
}

.news-ul-a-p {
    line-height: 26px;
    color: #777;
    font-size: 15px;
    margin-top: 5px;
    height: 46px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}


/*列表页2*/

.gg-list li {
	position: relative;
	line-height: 60px;
	padding-right: 100px;
	border-bottom:  1px solid #ccc;
	font-size: 16px;
}

.gg-list li span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #969696;
}

.gg-list li a {
	font-size: 18px;
	color: #333;
	padding-left: 20px;
	background: url(../images/ico-yx1.png) left center no-repeat;
}

.page-box {
	margin-top: 40px;
}


.gg-list li:hover a{color: #17346e;background: url(../images/ico-yx.png) left center no-repeat;}

.lmm{width: 100%;display: flex;justify-content: center;margin-bottom: 50px;}
.lmm h2{margin: 0px 10px;width: 150px;line-height: 46px;color: #333;background: #f2f2f2;text-align: center;float: left;font-size: 18px;}
.lmm .active{background: #17346e;color: #fff;}
.qh2{display: inline-block;width: 100%;}

/*内容页*/

.article-tt{ font-size: 24px; color: #010101; font-weight: bold; margin-top: 40px; }
.article-sm{ color: #848484; padding:15px 0 25px 0; border-bottom: solid 1px #ddd; }
.article-txt p{ font-size: 18px;
    color: #555;
    line-height: 36px;
    text-indent: 2em;
    margin-bottom: 10px; }
    .article-txt img{display: block;margin: auto;}
    .article-txt p img{display: block;margin: auto;}
.article-txt{ padding-top: 20px; }
.article-link a{ font-size: 16px; color: #737475; }
.article-link a span{ font-size: 16px; color: #000; font-weight: bold; }
.article-link{ margin-top: 50px;border-top: 1px solid #ccc; }
.article-link p{ margin-bottom: 20px; }



.lc-ul-p img{display: block;margin: auto;}























































































































.footer-ul li a:hover {
    color: #fff;
}

.btn-ss img {
    display: none;
}

.search-box-c {
    position: fixed;
    left: 50%;
    width: 700px;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 54px;
    background: #fff;
    padding-right: 115px;
    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: #005187;
    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);
}


a:hover .one-slick-title,
.one-more:hover,
a:hover .zc-list-tt,
.tow-title a:hover,
a:hover .tow-left-tt,
.tabs-slick a:hover .tabs-slick-tt {
    color: #17346e;
}

.ys-ul li a:hover span {
    background: #17346e;
    color: #fff;
}

.ys-ul li a:hover span font {
    color: #fff;
}

a:hover .db-txt {
    background: #17346e;
    color: #fff;
}

.footer-ul li a:hover {
    color: #fff;
}

/**********发展历程***********/
.list-banner {
    height: 620px;
    position: relative;
}

.list-banner-tt {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    color: #fff;
    transform: translate(0, -50%);
    font-size: 60px;
    color: #fff;
font-weight: bold;
}

.list-banner-tt span {
    font-weight: bold;
    font-size: 80px;
display:none;
}

.list-back-tabs {
    border-bottom: solid 1px #ddd;
    margin-bottom: 50px;
    box-shadow: 0px 10px 15px #999;
}

.list-back-tabs li {
    display: inline-block;
    margin: 0 30px;
}

.list-back-tabs li a {
    display: block;
    position: relative;
    padding: 15px 0;
    font-size: 22px;
    color: #555;
}

.list-back-tabs li.active a,
.list-back-tabs li a:hover {
    color: #17346e;
    font-weight: bold;
}

.list-back-tabs li.active a:before {
    display: block;
    width: 60px;
    height: 3px;
    background: #17346e;
    margin-left: -30px;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
}

.lc-ul {
    max-width: 1200px;
    padding: 115px 0 80px 0;
    margin: 0 auto;
    position: relative;
}

.lc-ul-date {
    background: url(../images/date.png) right bottom no-repeat;
    padding-right: 65px;
    font-size: 22px;
    color: #17346e;
    margin-right: -13px;
    padding-bottom: 14px;
}

.lc-ul-p {
    font-size: 18px;
    color: #555;
    text-align: left;
    padding-right: 65px;
    line-height: 36px;
    margin-top: 10px;
}

.lc-ul-left {
    width: 50%;
}

.lc-ul-left.pull-right .lc-ul-date {
    text-align: left;
    padding-left: 65px;
    background: url(../images/date2.png) left bottom no-repeat;
    margin-left: -12px;
    padding-bottom: 14px;
}

.lc-ul-left.pull-right .lc-ul-p {
    text-align: left;
    padding-left: 65px;
    padding-right: 0;
}

.lc-ul-left {
    margin-top: -35px;
}

.lc-ul:before {
    display: block;
    z-index: 10;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(../images/top.png) center no-repeat;
    margin-left: -25px;
}

.lc-ul:after {
    display: block;
    z-index: 10;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: url(../images/bottom.png) center no-repeat;
    margin-left: -25px;
}

.lc-lind {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-right: solid 1px #17346e;
}

.list-back {
    padding-bottom: 60px;
}

/****************公司简介**************/
.about-txt {
    font-size: 20px;
    color: #333;
    text-align: justify;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.about-txt p {
    line-height: 40px;
}

.about-txt img {
    margin-top: 20px;
}

/**************联系我们**************/
.contact-width {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.contact-right {
    width: 410px;
    background: #17346e;
    height: 690px;
    padding-top: 120px;
}

.contact-tt {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-ul-title {
    font-size: 24px;
    cursor: pointer;
    border-top: solid 1px #17346e;
    color: #fff;
    position: relative;
    line-height: 60px;
    padding-left: 33px;
}

.contact-ul li.active .contact-ul-title:before {
    display: block;
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 60px;
    background: url(../images/contact-b.png) left center no-repeat;
}

.contact-ul li.active .contact-ul-title {
    background: #309ff9;
}

.contact-ul-title span {
    position: relative;
    z-index: 10;
}

.contact-p p {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 30px;
}

.contact-p p i {
    position: absolute;
    left: 0;
    top: 0;
}

.contact-p {
    padding: 30px;
}

.contact-show {
    display: none;
}

.active .contact-show {
    display: block;
}

.ld-box {
    padding: 30px;
}

.ld-top {
    position: relative;
    padding-right: 70px;
}

.ld-top .form-control {
    border-radius: 0;
    box-shadow: none;
    border: solid 1px #66bafe;
    background: #17346e;
    color: #fff;
}

.btn-xz {
    position: absolute;
    height: 40px;
    border-radius: 0;
    right: 0;
    top: 0;
    width: 70px;
    background: #fff;
    color: #17346e !important;
    text-align: center;
}

.lx-ul-p {
    font-size: 18px;
    position: relative;
    color: #fff;
    padding-left: 32px;
    line-height: 30px;
}

.lx-ul-p i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/lx04.png) center no-repeat;
}

.lx-ul-list {
    margin: 0 30px 0 30px;
    overflow-y: auto;
    height: 200px;
    overflow-y: auto;
}

.lx-ul-list li {
    margin-bottom: 10px;
}

.lx-ul-list::-webkit-scrollbar {
    width: 6px;
    background: #3899e7;
}

/* 滚动槽 */
.lx-ul-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

/* 滚动条滑块 */
.lx-ul-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

.lx-ul::-webkit-scrollbar-thumb:window-inactive {
    background: #d7d7d7;
}

.list-back-sm {
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

.map {
    width: 100%;
    height: 600px;
}

.list-back-sm .container {
    position: relative;
    z-index: 100;
}

.map-phone {
    display: none;
}

/**************业务服务**********/
.fw-left {
    width: 758px;
    padding-top: 50px;
    height: 552px;
    background: url(../images/yw-back.png) center no-repeat;
    background-size: cover;
}

.fw-left-tt {
    width: 168px;
    height: 60px;
    line-height: 60px;
    background: url(../images/fw-tt.png) left center no-repeat;
    font-size: 26px;
    color: #17346e;
    font-weight: bold;
    padding-left: 50px;
}

.fw-left-p {
    font-size: 20px;
    color: #fff;
    text-align: justify;
    line-height: 40px;
    margin: 30px 120px 0 50px;
}

.fw-width {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
}

.fw-width-top {
    background: #fff;
    position: relative;
}

.fw-width-top:before {
    display: block;
    content: "";
    position: absolute;
    left: 758px;
    top: 80px;
    right: 80px;
    bottom: 80px;
    border: solid 1px #ddd;
    border-left: none;
}

.list-back-sm {
    background: #f8f8f8;
    padding: 0 0 60px 0;
}

.list-back-sm .list-back-tabs {
    background: #fff;
}

.fw-img {
    position: absolute;
    left: 758px;
    margin-left: -50px;
    top: 50%;
    transform: translate(0, -50%);
    right: 130px;
}

.fw-width-bottom {
    position: relative;
    padding-left: 590px;
    min-height: 300px;
}

.fw-img-b {
    position: absolute;
    left: 50px;
    top: -60px;
}

.fw-b-title {
    font-size: 26px;
    color: #17346e;
    font-weight: bold;
    padding-top: 35px;
}

.fw-list-ul li a {
    font-size: 19px;
    color: #333;
}

.fw-list-ul li {
    margin-top: 15px;
}

.sb-link {
    font-size: 20px;
    display: block;
    margin-top: 30px;
    text-align: center;
    color: #17346e;
    font-weight: bold;
    border: solid 1px #17346e;
    line-height: 48px;
    width: 180px;
    border-radius: 30px;
}

/*************资讯中心*************/
.news-ul {
    max-width: 1200px;
    margin: 0 auto;
}

.news-ul li a {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 100px;
    border-bottom: solid 1px #ddd;
}

.news-ul-tt {
    font-size: 20px;
    color: #333;
}

.news-ul-p {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-ul-date {
    position: absolute;
    left: 0;
    top: 13px;
    padding-top: 10px;
    width: 76px;
    height: 77px;
    background: url(../images/date-back.png) center no-repeat;
    text-align: center;
    font-size: 12px;
    color: #5e3c33;
}

.news-ul-date span {
    font-size: 22px;
    font-weight: bold;
}

.news-ul li a:hover .news-ul-date {
    background: url(../images/date-back02.png) center no-repeat;
    color: #fff;
}

.news-ul li a:hover .news-ul-tt {
    color: #17346e;
}

.more-back {
    background: #f8f8f8;
    padding-bottom: 60px;
}

.more-back .list-back-tabs {
    background: #fff;
}

.article-back {
    background: #fff;
    padding: 30px 0;
}

.article-tt {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.article-sm {
    font-size: 16px;
    color: #888;
}

.article-sm span {
    display: inline-block;
    margin: 0 10px 10px 10px;
}

.article-p p {
    font-size: 20px;
    color: #555;
    text-align: justify;
    line-height: 40px;
    margin-top: 20px;
}

.article-p {
    padding: 1px 30px;
    border-top: solid 1px #ddd;
    margin-top: 20px;
}

.article-link p a {
    font-size: 18px;
    color: #777;
}

.article-link p {
    margin-top: 25px;
}

.article-link {
    padding-top: 10px;
}

.article-link p a:hover,
.fw-list-ul li a:hover,
a:hover .down-p {
    color: #17346e;
}

.sb-link:hover {
    background: #17346e;
    color: #fff;
}



@media(max-width: 1650px) {
.container1 {width: 1500px;}
.nav-list{ margin-left: 0px;}

}

@media(max-width: 1600px) {
    .ddbs .slick-prev {
        left: -18px;
    }

    .ddbs .slick-next {
        right: -18px;
    }
}



@media(max-width: 1499px) {
    .container {
        width: 96%;
    }

    .header:before {
        top: 100px;
    }

    .logo {
        width: 500px;
        line-height: 100px;
    }

    .logo a {
        padding: 0;
    }

    .nav-list {
        margin-left: 0px;
    }

    .nav-list li a {
        line-height: 100px;
    }

    .search-a {
        line-height: 100px;
    }

    .nav-list li {
        margin-left: 20px;
    }


    .tj-txt p,
    .zl-table>thead>tr>th,
    .zl-table>tbody>tr>td {
        font-size: 18px;
    }

    .lc-p {
        font-size: 18px;
        line-height: 30px;
    }

    .tabs-slick-p,
    .tabs-slick-tt {
        font-size: 16px;
    }

    .down-p {
        font-size: 16px;
    }

    .tabs-ul li a {
        font-size: 20px;
        padding-bottom: 30px;
    }

    .lx-ul li {
        font-size: 16px;
    }

    .lx-ul li {
        padding-right: 170px;
    }

    .lx-p {
        font-size: 16px;
        line-height: 25px;
    }

    .lx-title {
        font-size: 20px;
    }

    .yh-title {
        font-size: 36px;
        margin-top: 60px;
    }

    .footer-tt {
        font-size: 18px;
    }

    .footer-ul li a,
    .ewm-txt,
    .footer-p p {
        font-size: 16px;
    }

    .footer-left {
        padding-right: 50px;
        margin-right: 50px;
    }

    .footer-bottom {
        font-size: 16px;
    }

    .yh-tabs li a {
        font-size: 20px;
    }

    .zc-list-tt {
        font-size: 18px;
    }

    .tabs-box {
        padding: 30px;
        min-height: 1px;
    }

    .list-banner {
        height: 450px;
    }

    .footer-center {
        display: none;
    }



}




@media(max-width: 1380px) {
    .yw li {
        margin-top: 13px;
    }
.nav-list li {
    margin-left: 10px;
}
}

@media(max-width: 1279px) {
    .container {
        width: 96%;
    }

    .logo {
        width: 400px;
        line-height: 80px;
        height: 80px;
    }

    .search-a {
        line-height: 80px;
        margin-left: 20px;
    }

    .nav-list li a {
        font-size: 16px;
        padding: 0 10px;
        line-height: 80px;
    }

    .header:before {
        top: 80px;
    }

    .nav-list li {
        margin-left: 0px;
    }

    .tabs-box {
        padding: 20px;
        min-height: 1px;
    }

    .tabs-sm li a {
        font-size: 18px;
    }

    .tabs-ul li a {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .tj-txt p,
    .zl-table>thead>tr>th,
    .zl-table>tbody>tr>td {
        font-size: 16px;
    }

    .js-txt {
        font-size: 16px;
        line-height: 25px;
    }

    .js-right-label span {
        font-size: 14px;
        padding: 0 10px;
    }

    .js-right-tt {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .js-icon-tt {
        font-size: 16px;
    }

    .js-icon-txt {
        font-size: 14px;
    }

    .footer-left {
        padding-right: 20px;
        margin-right: 20px;
    }

    .banner .slick-prev {
        width: 60px;
        height: 60px;
        background-size: 100%;
    }

    .banner .slick-next {
        width: 60px;
        height: 60px;
        background-size: 100%;
    }


    .list-banner {
        height: 350px;
    }

    .map {
        left: -150px;
        right: 0;
        width: auto;
    }

    .fw-img {
        display: none;
    }

    .fw-left {
        width: 100%;
    }

    .fw-width-top:before {
        display: none;
    }

    .fw-img-b {
        display: none;
    }

    .fw-width-bottom {
        padding-left: 0;
    }

    .one-left {
        padding-top: 0px;
    }

    .yw li {
        margin-top: 8px;
    }


}

@media(max-width: 1150px) {
    .nav-list li {
        margin-left: 0px;
    }

.container1 {
    width: 99%;
}

    .nav-list li a {
        padding: 0 11px;
    }

    .about-tt {
        font-size: 30px;
        padding-bottom: 13px;
    }

    .about-p {
        margin-top: 24px;
    }

    .about-a {
        margin-top: 25px;
    }

    .yw li {
        margin-top: 13px;
    }

    .yw li {
        margin-top: 3px;
    }
}

@media(max-width:1070px) {
.nav-list li a{    min-width: 72px;padding: 0 0px;}
}


@media(max-width: 991px) {
    .container {
        width: 96%;
    }

    .nav-list {
        margin-left: 0px;
    }

    .nav-down {
        margin-left: 0px;
        width: 100%;
    }

    .banner .slick-prev {
        width: 40px;
        height: 40px;
        background-size: 100%;
    }

    .banner .slick-next {
        width: 40px;
        height: 40px;
        background-size: 100%;
    }

    .logo {
        line-height: 50px;
        height: 50px;
    }

    .header:before {
        top: 50px;
    }

    .header {
        height: 50px;
    }

    .header .container {
        width: 100%;
    }

    .about-p {
        line-height: 30px;
    }

    .search-a {
        line-height: 50px;
        margin-right: 40px;
    }

    .nav-list {
        position: fixed;
        display: none;
        border-top: solid 1px #fff;
        left: 0;
        top: 50px;
        right: 0;
        bottom: 0;
        background: #002060;
    }

    .nav-list li a {
        display: block;
        line-height: 40px;
        padding: 0 15px;
        text-align: left;
    }

    .nav-list li {
        float: none;
    }

    .nav-list li.active a:before {
        display: none;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .nav-click {
        display: block;
    }

    .nav-down {
        position: static;
        transform: translate(0, 0);
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-down li a {
        padding: 0 25px;
    }



    .page-one {
        padding: 30px 0;
    }

    .tow-left {
        width: 100%;
    }

    .tow-right {
        width: 100%;
        margin-top: 30px;
    }

    .js-txt {
        width: 100%;
        padding-right: 0;
    }

    .js-img {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .js-right {
        width: 100%;
        margin-top: 20px;
    }

    .tj-txt p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .tj-left {
        width: 100%;
    }

    .tj-img {
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

    .tj-left-tt {
        margin-bottom: 15px;
    }

    .lc-p {
        font-size: 14px;
        line-height: 25px;
    }

    .lc-img {
        margin-top: 15px;
    }

    .tj-txt p,
    .zl-table>thead>tr>th,
    .zl-table>tbody>tr>td {
        font-size: 14px;
    }

    .down-ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    .lx-left {
        width: 100%;
        padding: 0;
    }

    .lx-img {
        width: 100%;
        text-align: center;
    }

    .lx-right {
        width: 100%;
        margin-top: 20px;
    }

    .footer-right {}

    .footer-left {
        padding-right: 38px;

    }

    .menu-button {
        display: block;
    }

    .map {
        left: -350px;
        right: 0;
        width: auto;
    }

    .yw {
        width: 100%;
        margin-bottom: 30px;
    }

    .yw li {
        margin-top: 12px;
    }

    .newright {
        width: 100%;
    }

    .ddbs .slick-prev {
        display: none !important;
    }

    .ddbs .slick-next {
        display: none !important;
    }

















}


@media(max-width: 800px) {
    .footer-left {
        width: 100%;
        padding-right: 30px;
    }

    .footer-right {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .footer-right .ewm {
        width: 100%;
    }

    .footer-bottom {
        margin-top: 20px;
    }
}


@media(max-width: 767px) {
    .container {
        width: 100%;
    }

    .gywm {
        width: 100%;
        margin-bottom: 30px;
    }

    .one-left {
        width: 100%;
        padding-left: 0px;
    }


    .lc-ul-left.pull-right .lc-ul-date {
        background: url(../images/date2.png) left bottom no-repeat;
        margin-left: -0px;
        padding-left: 40px !important; 
    }

    .lc-ul-date {
        background: url(../images/date2.png) right bottom no-repeat;
        padding-left: 40px !important;
    }













    .logo {
        width: 250px;
    }

    .one-title {
        display: none;
    }

    .one-box {
        padding: 0 40px 0 0;
    }

    .one-slick-title {
        font-size: 16px;
    }

    .one-slick-p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 5px;
    }

    .one-slick {
        padding-bottom: 30px;
    }

    .one-more {
        font-size: 14px;
    }

    .page-one {
        padding: 20px 0;
    }

    .page-tow {
        padding: 20px 0;
    }



    .nav-fix {
        display: none;
    }

    .zc-list-tt {
        font-size: 15px;
        line-height: 25px;
    }

    .zc-list-date span {
        font-size: 24px;
    }

    .zc-list li a {
        height: 80px;
    }

    .zc-list li a {
        padding-top: 10px;
    }

    .zc-list {
        margin-top: -20px;
    }




    .tabs-ul li {
        width: 25%;
        margin-bottom: 15px;
    }

    .tabs-ul li a {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .tabs-ul li a span img {
        height: 30px;
    }

    .tabs-ul li a span {
        height: auto;
        line-height: 1;
        margin-bottom: 10px;
    }

    .tabs-sm li {
        width: 33.333333%;
        float: left;
        margin: 0 0 10px 0;
    }

    .tabs-sm li a {
        font-size: 16px;
    }

    .tj-left-tt {
        font-size: 18px;
        width: 180px;
        line-height: 40px;
    }

    .down-ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .down-ul li a i img {
        width: 40px;
    }

    .down-p {
        margin-left: 80px;
    }

    .down-ul li a {
        height: 90px;
        padding-top: 15px;
    }

    .down-ul li a i {
        line-height: 88px;
    }

    .down-ul {
        padding-top: 0;
    }

    .down-ul li:last-child {
        margin-bottom: 0;
    }

    .lx-p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .lx-ul li {
        padding-right: 0;
        font-size: 14px;
    }

    .lx-ul li span {
        position: static;
        display: block;
    }

    .lx-ul li {
        margin-bottom: 10px;
    }

    .lx-title {
        font-size: 18px;
    }

    .lx-right-back {
        padding: 15px;
    }

    .yh-title {
        font-size: 24px;
        margin-top: 30px;
    }

    .yh-tabs li {
        margin: 0;
        float: left;
        width: 25%;
    }

    .yh-tabs li a {
        font-size: 13px;
        padding-left: 0;
        padding-right: 0;
    }

    .ys-ul li {
        width: 33.333333%;
    }

    .ys-ul li a span font {
        font-size: 14px;
    }

    .footer-left {
        margin-right: 0;

        height: auto;
        padding-right: 0;

        border: none;
    }

    .footer-tt {
        font-size: 16px;
    }



    .footer-ul li a,
    .ewm-txt,
    .footer-p p {
        font-size: 14px;
    }

    .footer-right {
        padding-top: 20px;
        float: left;
        width: 100%;
    }

    .footer-left-box {
        width: 100%;
        float: none !important;
    }

    .ewm-left img {
        width: 100px;
        height: 100px;
    }

    .ewm-txt {
        line-height: 20px;
    }

    .footer-bottom {
        font-size: 14px;
        padding: 10px 0;
    }

    .db-slick a {
        margin-bottom: 30px;
    }

    .db-slick-box {
        margin-top: 15px;
    }

    .banner .slick-dots {
        bottom: 10px;
    }

    .tabs-slick-box:before,
    .tabs-slick-box:after {
        display: none;
    }

    .tabs-slick-box {
        margin-top: 10px;
    }

    .tabs-slick {
        padding-bottom: 30px;
    }

    .table-more {
        font-size: 16px;
        padding-right: 25px;
    }

    .js-txt {
        font-size: 14px;
    }

    .js-right-tt,
    .js-icon-tt {
        font-size: 14px;
    }

    .js-right-label span {
        margin-bottom: 10px;
    }

    .js-icon {
        margin-top: 0;
    }

    .ewm-label {
        margin-top: 15px;
    }

    .search-box-c {
        left: 5%;
        right: 5%;
        width: auto;
        transform: translate(0, -50%);
    }

    .lc-ul-left {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .lc-ul:before,
    .lc-ul:after {
        display: none;
    }

    .lc-lind {
        display: none;
    }

    .lc-ul-date {
        padding-left: 60px;
        text-align: left;
        background: url(../images/date2.png) left center no-repeat;
    }

    .lc-ul-p {
        padding: 0;
        text-align: left;
        font-size: 14px;
        line-height: 25px;
    }

    .lc-ul {
        padding: 0;
    }

    .lc-ul-left.pull-right .lc-ul-p {
        padding: 0;
    }

    .lc-ul-date {
        font-size: 18px;
    }

    .list-back-tabs li {
        float: left;
        width: 33.333333%;
        margin: 0;
    }

    .list-back-tabs li a {
        font-size: 16px;
    }

    .list-back-tabs {
        margin: 0 0 20px 0;
    }

    .list-banner-tt {
        font-size: 22px;
    top: 36%;
    }

    .list-banner-tt span {
        font-size: 24px;
    }

    .list-banner {
        height: 200px;
    }

    .list-back {
        padding-bottom: 30px;
    }

    .about-txt p {
        font-size: 14px;
        line-height: 25px;
    }

    .about-txt img {
        margin-top: 5px;
    }

    .map {
        height: 450px;
    }

    .map-phone {
        display: block;
    }

    .contact-right {
        width: 100%;
    }

    .contact-ul li.active .contact-ul-title:before {
        display: none;
    }

    .contact-ul-title {
        font-size: 18px;
    }

    .contact-right {
        height: auto;
        padding: 20px 0 20px 0;
    }

    .contact-tt {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .ld-box {
        padding: 20px;
    }

    .lx-ul-p {
        font-size: 16px;
        line-height: 25px;
    }

    .list-back-sm {
        padding-bottom: 0;
    }

    .contact-p p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact-p {
        padding: 20px;
    }

    .fw-left {
        padding: 20px 0 0 0;
    }

    .fw-left-tt {
        height: 40px;
        line-height: 40px;
        background-size: auto 40px;
        font-size: 18px;
        padding-left: 20px;
    }

    .fw-left-p {
        font-size: 14px;
        line-height: 25px;
        margin: 20px;
    }

    .fw-left {
        height: auto;
        padding-bottom: 1px;
    }

    .fw-list-ul li a {
        font-size: 16px;
    }

    .sb-link {
        font-size: 16px;
        line-height: 38px;
        width: 130px;
    }

    .list-back-sm {
        padding-bottom: 30px;
    }

    .fw-width-bottom {
        min-height: 1px;
    }

    .fw-b-title {
        font-size: 20px;
        padding-top: 15px;
    }

    .news-ul-p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 5px;
    }

    .news-ul-tt {
        font-size: 18px;
    }

    .news-ul li a {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .news-ul-date {
        top: 5px;
    }

    .article-tt {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .article-back {
        padding: 20px 0;
    }

    .article-sm span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .article-p p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 25px;
    }

    .article-p {
        padding: 1px 20px;
        margin-top: 10px;
    }

    .article-link p a {
        font-size: 14px;
    }

    .article-link p {
        margin-top: 10px;
    }

    .more-back {
        padding-bottom: 30px;
    }
}


@media(max-width:560px){
    .picnew li .pic-l{width: 100%;margin-bottom: 10px;}
    .picnew li .pic-r{width: 100%;}
}