body {
    color: #333;
    font-size: 14px;
    font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ","Arial",Helvetica,"ÃƒÂ©Ã‚Â»Ã¢â‚¬ËœÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“",Arial,Tahoma;
	margin:0 auto;
	position:relative;
	overflow-x: hidden;
}
img, input {
    border: 0;
    outline: none;
}
/* ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ¦Ã‚ÂÃ…â€œÃƒÂ§Ã‚Â´Ã‚Â¢ÃƒÂ¦Ã‚Â¡Ã¢â‚¬Â  */

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search .search-box {
    min-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search .search-box input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #2c4ca7;
}
.search-btn:hover{background: #6410b0}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}


.b-t-search {
    float: left;
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535;
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff;
}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}
.slick-dots li button:before{ display: none; }
.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;}
.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); }
.container{ width: 1630px;}
.banner img{ width: 100%; }
.banner{ overflow:hidden; margin:0; }
.header .container{position: relative;padding: 0;}
.header{ position: fixed; left: 0; top: 0; right: 0; z-index: 1000; height: 140px; background: url(../images/header.png) center no-repeat; background-size: 100% 100%; }
.header.active{ background: #2c4ca7; }
.logo{/* position:absolute; *//* left: 50%; */top: 30px;/* margin-left: -210px; */z-index: 99;float: left;margin-top: 30px;}
.nav-list li{float: left;display: block;/* margin-right: 40px; */padding:30px 0 0 0;margin: 0 15px;}
.nav-list li a{ color: #fff; font-size: 22px; font-weight: bold; display: block; line-height: 76px; }
.nav-list li:nth-child(6){/* margin-left: 460px; */}
.nav-list li:last-child{ margin-right: 0; }
.search-a{ position: absolute; right: 15px; top: 57px; }
.header:before{ display: block; content: ""; position: absolute; left: 0; top: 0; right: 0; height: 8px; background: url(../images/lind.png) center no-repeat; background-size: 100% 100%; }
.banner .slick-dots {
	left: calc(50% - 140px);
	bottom: 9px;
	width: auto;
}

.banner .slick-dots li,
.banner .slick-dots li button {
	width: 60px;
	height: 30px;
	position: relative
}

.banner .slick-dots li:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 20px;
	background: rgba(0, 0, 0, 0.5)
}

.banner .slick-dots li button {
	font-size: 0;
	color: #fffefe;
	padding: 0;
	position: absolute;
	left: 0;
	top: -5px;
	right: 0;
	height: 50px;
	line-height: 50px;
	/* display: none; */
}

.banner .slick-dots li:after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 60px;
	width: 48px;
	margin-left: -24px;
	border-top: solid 2px #c5c1bf
}

.banner .slick-dots li.slick-active:before {
	background: url(../images/back-li.png) center no-repeat;
	background-size: 100% 100%
}

.banner .slick-dots li.slick-active:after {
	border-top: solid 4px #e4bb6c
}

.banner .slick-dots li.slick-active button {
	color: #e4bb6c
}

.page-one{position: relative;overflow:hidden;padding-top: 50px;}
.title span{position: relative;font-size: 32px;line-height: 32px;padding-bottom: 20px;display: inline-block;font-weight: bold;background: /*linear-gradient(to right, #2553a6, #6410b0);*/
-webkit-background-clip: text;/* -webkit-text-fill-color: transparent; */color:#3d3db0;}
.title span:before{ display: block; content: ""; position:absolute; left: 0; bottom: 0; width: 60px; height: 4px; background: url(../images/lind-b.png) left bottom no-repeat; }
.title-more{ float: right; width: 72px; margin-top: 5px; height: 25px; background: url(../images/more.png) center no-repeat; }

.one-left{ width: 1050px; }
.one-left-bottom{ height: 795px; }
.one-left-top{position: absolute;margin-right: -280px;top: 150px;right: 50%;left: 0;padding-right: 510px;height: 480px;}
.one-left-top-left{ position: absolute; left: 0; top: 0; right: 510px; height: 480px; }
.img-slick-img{ height: 480px; transition: 0.3s all; }
.img-slick a{ display: block; position: relative; overflow:hidden; }
.img-slick a:hover .img-slick-img{ transform: scale(1.05,1.05); }
.txt-mask{ position: absolute; left: 0; right: 0; bottom: 0; height: 179px; background: url(../images/txt-mask.png) center no-repeat; background-size: 100% 100%; }
.txt-mask span { position: absolute; left: 50%; margin-left: -180px; top: 90px; right: 150px; font-size: 26px; color: #fff; line-height: 30px; height: 60px;  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.img-slick .slick-dots{ left: auto; right: 50px; width: auto; bottom: 45px; }
.img-slick .slick-dots li,.img-slick .slick-dots li button{ width: 10px; padding:0; height: 10px; border-radius: 50%; }
.img-slick .slick-dots li button{ border:solid 1px #e4bb6c; }
.img-slick .slick-dots li.slick-active button{ background: #e4bb6c; }
.one-left-top-right{position: absolute;right: 0;top: 0;width: 510px;padding: 20px 50px;}
.one-list-date{ font-size: 32px; color: #2d4ba7; }
.one-list-tt{font-size: 17px;color: #333;}
.one-list-p{color: #666;margin-top: 10px;line-height: 25px;height: 50px;text-align: justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 14px;}
.one-list li{border-bottom: dashed 1px #eee;padding-bottom: 10px;margin-bottom: 10px;}
.one-list li:last-child{ border:none; margin-bottom: 0; padding-bottom: 0; }
.one-left-top-b{top: 630px;height: 310px;}
.one-left-top-b .one-left-top-left{ height: 310px; background-image: linear-gradient(to right,#6311b0, #2553a6); }
.left-right-sm{ position: absolute;left: 50%; margin-left: -180px; right: 60px; top: 50px; }
.left-right-sm .one-list-date{ color: #e4bb6c; }
.left-right-sm .one-list-tt{ color: #fff; }
.left-right-sm .one-list-p{ color: #b7c5e0; height: 75px; text-align: justify; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; }
.one-b-right{ position: absolute; right: 0; top: 0; width: 510px; }
.one-b-right div { height: 310px; transition: 0.3s all;}
.one-b-right { overflow:hidden; }
.one-b-right:hover div{ transform: scale(1.05,1.05); }
.one-right{ width: 500px; padding-left: 70px; }
.one-right .title{position: relative;z-index: 100;margin-bottom: 80px;}
.one-right .title span{/*background: linear-gradient(to right, #fff, #fff);*//* -webkit-background-clip: text; *//* -webkit-text-fill-color: transparent; */color:#fff;}
.one-right .title .title-more{ background: url(../images/more02.png) center no-repeat; }
.one-right:before{display: block;margin-left: 300px;content: "";position:absolute;right: 0;top: 0;left: 50%;height: 150px;background: url(../images/title-b.png) center no-repeat;background-size: cover;}

.banner div{ display: block!important; }
.title span:before{ background: #e4bb6c; }
.tz-list-date{ width: 70px; position: absolute; left: 0; top: 0; }
.tz-list-date font{ display: block; border:solid 1px #d3dded; line-height: 42px; color: #3740a9; font-size: 30px; }
.tz-list-date span{ display: block; background-image: linear-gradient(to right,#6311b0, #2553a6); font-size: 14px; color: #fff; line-height: 38px; }
.tz-list li a{display: block;margin-bottom: 24px;position: relative;height: 80px;}
.tz-list-p{position: absolute;left: 95px;top: 50%;transform: translate(0,-50%);font-size: 18px;color: #333;line-height: 30px;max-height: 60px;text-align: justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 17px;}
.page-tow{  background: url(../images/back02.png) center bottom no-repeat; background-size: cover; }
.page-tow .container{ position: relative; height: 700px; }
.tabs-ul{ position: absolute; left: 220px; top: 135px; }
.tabs-ul li:first-child a{ display: block; width: 210px; height: 210px; background: url(../images/tabs-back.png) center no-repeat; background-size: cover; font-size: 36px; color: #fff; padding-top: 60px; }
.tabs-ul li a span{ display: block; }
.tabs-ul li:nth-child(2){ position: absolute; left: 210px; top: 70px; }
.tabs-ul li:nth-child(2) a{ display: block; width: 140px; height: 140px; border:solid 1px #ddd; font-size: 26px; color: #333; padding-top: 30px; }
.tabs-ul li:nth-child(3){ position: absolute; top: 210px; left: 70px; }
.tabs-ul li:nth-child(3) a{ display: block; width: 140px; height: 140px; background: #e4bb6c; font-size: 26px; color: #6c5528; padding-top: 30px; }
.tow-width{ width:850px; padding-top: 90px; }
.tow-news li{ position: relative; }
.tow-news li a{display: block;transition: 0.3s all;z-index: 100;line-height: 60px;padding-right: 180px;position: relative;font-size: 17px;color: #333;}
.tow-news li a span{font-weight: bold;/*background: linear-gradient(to right, #2553a6, #6410b0);*/color:#3d3db0;/* -webkit-background-clip: text; *//* -webkit-text-fill-color: transparent; */padding-right: 15px;}
.tow-news li a font{ float: right; color: #2d4ba7; position: absolute; right: 100px; top: 0; }
.tow-news li a:before{ display: block; content: ""; position: absolute; left: 0; right: 100px; bottom: 0; border-top: solid 1px #ddd; }
.tow-news li:hover:before{ display: block; content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: url(../images/a.png) center no-repeat; background-size: 100% 100%; }
.tow-news li:hover a:before{ display: none; }
.tow-news li:hover a{ color: #fff; padding-left: 40px; }
.tow-news li:hover a span{/*background: linear-gradient(to right, #e4bb6c, #e4bb6c);*/color:#e4bb6c;/* -webkit-background-clip: text; *//* -webkit-text-fill-color: transparent; */}
.tow-news li:hover a font{ color: #e4bb6c; }
.tow-news li:hover:after{ display: block; content: ""; position: absolute; right: 100%; top: 0; bottom: 0; width: 42px; background: url(../images/q.png) center no-repeat; }
.tow-news li:hover a:after{ display: block; content: ""; position: absolute; right: 50px; top: 0; bottom: 0; width: 22px; background: url(../images/raw.png) center no-repeat; }

.tabs-more{ background: url(../images/more03.png) center no-repeat; width: 160px; height: 48px; display: inline-block; margin-top: 45px; }
.page-three{ height: 700px; padding-top: 120px; background: url(../images/back03.png) center no-repeat; background-size: cover;display:none; }
.page-three .title{ position: relative; z-index: 100; margin-bottom: 120px; }
.page-three .title span{/*background: linear-gradient(to right, #fff, #fff)*//* -webkit-background-clip: text; *//* -webkit-text-fill-color: transparent; */color:#fff;}
.page-three .title span:before{ left: 50%;transform: translate(-50%,0); }

.bs-slick-img{ display: block; margin:0 auto; width: 133px; position: relative; height: 133px; background: url(../images/yuan.png) center no-repeat; }
.bs-slick-img img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.bs-slick-tt{ font-size: 22px; color: #fff; margin-top: 20px; }
.bs-slick .slick-prev{ left: 0; width: 68px; height: 66px; background: url(../images/prev.png) center no-repeat; margin-top: -33px; }
.bs-slick .slick-next{ right: 0; width: 68px; height: 66px; background: url(../images/next.png) center no-repeat; margin-top: -33px; }
.bs-slick{ padding:0 100px; }
.bs-slick .slick-dots{ bottom: -100px; left: 0; right: 0; width: 100%; }
.bs-slick .slick-dots li,.bs-slick .slick-dots li button{ width: 14px; height: 14px; border-radius: 50%; padding:0; }
.bs-slick .slick-dots li button{ border:solid 1px rgba(255,255,255,0.6); }
.bs-slick .slick-dots li.slick-active button{ background: #e4bb6c; border:none; }
.footer{background: url(../images/footer.png) center no-repeat;background-size: cover;padding-top: 40px;}
.down-a{ display: block; font-size: 17px; color: #666; border:solid 1px #ddd; line-height: 48px; padding:0 50px 0 20px; position: relative; }
.down-a span{ position: absolute; right: 20px; top: 0; bottom: 0; width: 16px; background: url(../images/down.png) center no-repeat; }
.dropdown{ margin-top: 40px; }
.footer-right-tt{position: relative;font-weight: bold;/* margin-bottom: 20px; */line-height: 40px;color: #333;font-size: 20px;padding-left: 20px;}
.footer-right-tt:before{ display: block; content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: url(../images/lind-t.png) center no-repeat; background-size: 100% 100%; }
.footer-right{
	margin-top:80px;
}
.footer-right-left{ border-left: solid 1px #ddd; margin-left: 100px; }
.footer-ul li{ margin-bottom: 20px; }
.footer-ul li a{ display: inline-block; padding-left: 20px; font-size: 15px; color: #666; }
.footer-bottom{padding:25px 0;margin-top: 60px;font-size: 16px;color: #fff;background: linear-gradient(to right, #6411b0, #2553a6);}
.footer-bottom span{ display: inline-block; padding:0 18px; }
.footer-bottom .container{ position: relative; }
.footer-link{ position: absolute; right: 15px; top: 50%; transform: translate(0,-50%); }
.footer-link a{ display: inline-block; margin-left: 15px; position: relative; }
.footer-link a span{ position: absolute; display: none; left: 50%; width: 136px; bottom: 100%; margin-bottom:15px; transform: translate(-50%,0); }
.footer-link a:hover span{ 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);}
.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;}
.modal-box.on{
	display:block;
}
.btn-search-c,.btn-search-c:hover,.btn-search-c:focus{position: absolute;right: 0;background: #1d43b2;top: 0;width: 115px;height: 54px;border:none;border-radius: 0;padding:0;font-size: 0px;background: url(../images/search.png) no-repeat center #1d43b2;}.modal-back{position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 100000;background: rgba(0,0,0,0.5);}


.nav-list{
	margin-right: 60px;
	float: right;
}
.nav-list li{position: relative;}
.nav-down{position: absolute;display: none;left: 50%;top: 100%;min-width: 100%;/* margin-left: -60px; */background: #1d43b2;padding:10px 0;transform: translateX(-50%);}
.nav-down li{min-width: 100%;padding: 0 10px;line-height: 40px;margin:0!important;text-align: center;box-sizing: border-box;}
.nav-down li a{line-height: 40px;background: none!important;font-size: 18px;color: #fff;white-space: nowrap;}
.nav-click{ display: none; }
.nav-list li:hover .nav-down{ display: block; }
.nav-down li a:before{ display: none!important; }
.footer-ul li a:hover,.tz-list li a:hover .tz-list-p,.one-list li a:hover .one-list-tt{ color: #2c4ca7; }
.dropdown-menu{ width: 100%; bottom: 100%; top: auto; }
/******************ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ¦Ã…Â¾Ã¢â‚¬Å¾ÃƒÂ¨Ã‚Â®Ã‚Â¾ÃƒÂ§Ã‚Â½Ã‚Â®*******************/
.banner-list{ 
	height: auto;
    width:100%;
}
.list-back{ background: url(../images/list-back.png) center no-repeat; background-size: cover; position: relative; z-index: 10; }
.list-back .container{ position: relative; }
.list-back .container:before{ display: block; content: ""; position: absolute; left: 15px; top: -110px; width: 437px; height: 248px; background: url(../images/list-top.png) center no-repeat; }
.list-back-left{ position: relative; z-index: 100; width: 250px; padding-top:40px; }
.list-back-top{ font-size: 36px; color: #fff; font-weight: bold; text-align: center; }
.list-back-nav { padding-top: 90px; border-left: solid 2px #cfcfcf; margin-top: -13px; }
.list-back-nav li a{ display: block; margin-bottom: 20px; font-size: 22px; color: #484848; padding-left: 20px; position: relative; padding-right: 30px; margin-left: -2px; border-left: solid 4px #fff; border-color: transparent; }
.list-back-nav li.active a,.list-back-nav li a:hover{ color: #1a42b9; border-left: solid 4px #1a42b9; text-decoration: underline!important; }
.list-back-nav li a.down{ background: url(../images/raw-c.png) 95% center no-repeat; }
.list-back-nav li.active a.down{ background: url(../images/down-more.png) 95% center no-repeat; }
.list-back-nav li .list-back-nav-down{ display: none; }
.list-back-nav li .list-back-nav-down li a{ background: none; margin-bottom:15px; border:none!important; padding-left: 35px; font-size: 16px; color: #333!important; text-decoration: none!important; }
.list-back-nav li .list-back-nav-down li.active a,.list-back-nav li .list-back-nav-down li a:hover{ font-weight: bold; }
.list-back-right{ width: 1350px; background: #fff; margin-top: -35px; padding:35px 55px; position: relative; }
.list-right-tt span{ font-size: 24px; color: #333; padding-left: 20px; display: inline-block; background: url(../images/tt-lind.png) left center no-repeat; line-height: 24px; }
.list-right-tt{ padding-bottom: 20px; border-bottom: solid 1px #ddd; margin-bottom: 30px; }
.list-right-tt-sm{ font-size: 20px; margin-bottom: 25px; color: #1a42b9; font-weight: bold; background: url(../images/tt-sm.png) center no-repeat; }
.ld-ul li{ float: left; width: 33.333333%; padding:0 30px; margin-bottom: 30px; }
.ld-ul li a{ display: block; background: #f3f5fb; padding:0 50px 0 25px; line-height: 45px; border-radius: 6px; position: relative; }
.ld-ul li a span{ display: block; background: url(../images/d02.png) left center no-repeat; padding-left: 22px; }
.ld-ul li a:before{ display: block; content: ""; position: absolute; right: 25px; top: 0; bottom: 0; width: 9px; background: url(../images/raw-c.png) center no-repeat; }
.ld-ul { margin:0 -30px; }
.ld-ul li a:hover{ background: url(../images/hover-back.png) center no-repeat; background-size: cover; }
.ld-ul li a:hover span{ color: #fff; background: url(../images/d01.png) left center no-repeat; }
.ld-ul li a:hover:before{ background: url(../images/raw-c02.png) center no-repeat; }
.nav-b{ position: absolute; right: 15px; background: url(../images/icon-add.png) left center no-repeat; padding-left: 30px; top: -70px; font-size: 16px; color: #fff; }
.nav-b a{ color: #fff; }
.list-left-top-phone{ display: none; }
/****************ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦***************/
.xq-p{ font-size: 18px; color: #333; line-height: 30px; }
.xq-ul li{ float: left; width: 50%; padding:0 55px; margin-top: 75px; }
.xq-ul{ margin:0 -55px 0 -10px; padding-bottom: 50px; }
.xq-ul li a{ display: block; position: relative; height: 305px; background: #f3f5fb; padding:25px 25px 0 210px; }
.xq-ul-img img{ width: 220px; height: 310px; }
.xq-ul-img{ box-shadow: 0 0 10px rgba(0,0,0,0.1); position: absolute; left: -45px; top: -45px; }
.xq-ul-tt{ font-size: 30px; color: #032477; padding-bottom: 20px; border-bottom: solid 1px #ddd; }
.xq-ul-p{ font-size: 16px; color: #333; margin-top: 20px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical; line-height: 25px; height: 125px; }
.xq-ul-p p{ margin-bottom: 10px; }
.xq-ul-span{ font-size: 16px; color: #999; }
/*************ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ***********/
.article-p .title1 h1{
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-bottom: .18rem;
}
.article-p .title1 em{
	display: inline-block;
	font-size: 16px;
	line-height: .3rem;
	color: #999;
	margin: 0 .08rem;
	font-style:normal;
	margin: 0 10px;
}
.article-p p{font-size: 18px!important;color: #333;text-align: justify;line-height: 30px;margin-bottom: 20px;text-indent: 2em;}
.article-p p span{font-size: 18px!important;color: #333;text-align: justify;line-height: 30px;margin-bottom: 20px;}

.article-p p img{
	max-wudth:100%;
	height:auto!important;
	display: block;
	margin: 10px auto;
}

.article-p table{
	width:100%;
}
.article-p table p{
	text-align: center;
}
/***********ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â***********/
.xq-ul li a:hover{ background: url(../images/tz-back.png) center no-repeat; background-size: cover; }
.xq-ul-b li a:hover .xq-ul-p,.xq-ul-b li a:hover .xq-ul-span,.xq-ul-b li a:hover .xq-ul-tt{ color: #fff; }
.xq-ul-lg-b li{ width: 100%!important; margin-top: 50px; }
.xq-ul-lg-b{ padding-bottom: 50px; }
.xq-ul-lg-b li a{ background: url(../images/xq-b.png) center no-repeat!important; background-size: cover!important; padding-bottom: 30px; min-height: 280px; height: auto; }
.xq-ul-lg-b li a .xq-ul-tt{ font-size: 24px; background: url(../images/tt-lind.png) left center no-repeat; padding-bottom: 0; border:none; padding-left: 20px; }
.xq-ul-lg-b li a .col-xs-6{ font-size: 18px; color: #333; margin-top: 30px; }
.jj-box{ box-shadow: 0 0 15px rgba(0,0,0,0.1); margin-bottom: 30px; padding:35px; }
.jj-title{ position: relative; margin-bottom: 20px; padding-left: 38px; font-size: 20px; color: #1a42b9; font-weight: bold; }
.jj-box-lg .jj-box:nth-of-type(1) .jj-title{ background: url(../images/icon-jj01.png) left center no-repeat; }
.jj-box-lg .jj-box:nth-of-type(2) .jj-title{ background: url(../images/icon-jj02.png) left center no-repeat; }
.jj-box-lg .jj-box:nth-of-type(3) .jj-title{ background: url(../images/icon-jj03.png) left center no-repeat; }
.jj-box-lg .jj-box:nth-of-type(4) .jj-title{ background: url(../images/icon-jj04.png) left center no-repeat; }
.jj-box-lg .jj-box:nth-of-type(5) .jj-title{ background: url(../images/icon-jj05.png) left center no-repeat; }
.jj-box-lg .jj-box:nth-of-type(6) .jj-title{ background: url(../images/icon-jj06.png) left center no-repeat; }


.jj-p p{ font-size: 16px; color: #333; margin:0; text-align: justify; line-height: 30px; }
.jj-p{ max-height: 180px; overflow:hidden; }
.jj-more{ margin-top: 20px; }
.jj-p.active{ max-height: 1000000px; }
/***************ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨*************/
.rd-list-img img{ width:250px; height: 155px; }
.rd-list a{ display: block; padding:30px; border-bottom: dashed 1px #ddd; }
.rd-list-right{ margin-left: 290px; }
.rd-list-date span{ display: inline-block; border-bottom: solid 3px #ccc; color: #b0b0b0; padding-bottom: 5px; }
.rd-list-date span font{ font-size: 30px; color: #1a42b9; font-weight: bold; }
.rd-list-tt{ font-size: 20px; color: #333; margin-top: 10px; }
.rd-list-p{ font-size: 16px; color: #666; line-height: 25px;  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; height: 50px; margin-top: 10px;}
.rd-list a:hover{ background: url(../images/hover-img.png) center no-repeat; background-size: cover; box-shadow: 21px 6px 50px rgba(0,0,0,0.2); }
.rd-list a:hover .rd-list-date span,.rd-list a:hover .rd-list-date span font,.rd-list a:hover .rd-list-tt,.rd-list a:hover .rd-list-p{ color: #fff; }
.pege-box{ margin:50px 0; }
.txt-list a{ display: block; padding:30px; border-bottom: dashed 1px #ddd; }
.txt-date{ font-size: 16px; color: #999999; margin-top: -10px; width: 120px; }
.txt-date span{ font-size: 40px; color: #1a42b9;  }
.txt-right-box{ margin-left: 150px; }
.txt-right-tt{ font-size: 20px; color: #333; }
.txt-right-p{font-size: 15px;color: #666;margin-top: 10px;}
.txt-list a:hover{ background: url(../images/txt-hover.png) center no-repeat; background-size: cover; box-shadow: 21px 6px 50px rgba(0,0,0,0.2); }
.txt-list a:hover .txt-right-tt,.txt-list a:hover .txt-right-p,.txt-list a:hover .txt-date,.txt-list a:hover .txt-date span{ color: #fff; }



@media( max-width: 1699px){
	.container{ width: 1230px; }
	.header .container{
		width: 1350px;
	}
	.nav-list li{/* margin-right: 10px; */}
	.nav-list li:nth-child(6){/* margin-left: 400px; */}
	.nav-list li a{
		font-size:19px;
	}
	.logo{/* margin-left: -190px; */width: 350px;}
	.one-left{ width: 65%; }
	.one-right{ width: 35%; }
	.one-right:before{ margin-left: 210px; }
	.one-left-top{ margin-right: -210px; }
	.tabs-ul{ left: 0; }
	.tow-width{ width: 750px; }
	.footer-right-left{ margin-left: 50px; }

	.list-back-right{ width: 950px; }
	.xq-ul-lg li{ width: 100%; }
}

@media( max-width: 1400px){
	.header .container{
		width:1200px;
	}
	.logo{
		width:300px;
	}
	.nav-list li{
		margin:0 10px;
	}
	.nav-list li a{
		font-size:16px;
	}
}

@media( max-width: 1279px){
	.container{ width: 970px; }
	.header .container{
		width:1000px;
	}
	.nav-list li a{ font-size: 16px; line-height: 42px; }
	.logo img{ width: 200px; }
	.logo{width: auto; }
	.nav-list li:nth-child(6){/* margin-left: 200px; */}
	.search-a{ top: 38px; }
	.one-left-top{ margin-right: -170px; }
	.one-right:before{ margin-left: 170px; }
	.one-left{ width: 100%; }
	.one-left-top{ position: relative; left: 0; margin:0; top: 0; }
	.one-left-bottom{ height: auto; margin-top: 30px; }
	.one-right{ width: 100%; padding:0; margin-top: 30px; }
.one-right .title{ position: relative; z-index: 100; margin-bottom: 30px; }
.one-right .title span{    background: linear-gradient(to right, #2553a6, #6410b0);
    -webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
.one-right .title .title-more {
    background: url(../images/more.png) center no-repeat;
}
.tow-width{ width: 500px; }
.footer-left{ width: 421px; float: none!important; margin:0 auto; }
.footer-right{ float: none; width: 100%; margin-top: 30px; }
.footer-right-left{ width: 20%; margin:0; }
.footer-bottom{ margin-top: 80px; }
.one-right:before{ display: none; }
.page-one{ padding-top: 80px; }

	.list-back-right{ width: 690px; }
	.ld-ul li{ width: 50%; }
	.xq-ul li{ width: 100%; }
	.xq-ul-lg-b li a .col-xs-6{ font-size: 16px; width: 100%; margin-top: 15px;}
.footer-link {
    position: static;
    text-align: center;
    margin-top: 15px;
}



}
@media( max-width: 991px){
	.container{ width: 750px; }
	.header{ height: 50px; background: #2c4ca7; }
	.header .container{ width: 100%; }
	.header:before{ display: none; }
	.nav-list{ position: fixed; display: none; overflow-y: auto; left: 0; border-top: solid 1px #fff; top: 50px; right: 0; bottom: 0; background: #2c4ca7; }
	.nav-list li{ margin:0!important; padding:0; float: none; }
	.nav-list li a{ font-size: 14px; padding:0 15px; line-height: 40px; }
	.logo{ margin:0; left: 15px; top: 0; line-height: 50px; }
	.search-a{ top: 0; right: 60px; line-height: 50px; }
	.banner .slick-dots li, .banner .slick-dots li button{ width: 120px; }
	.one-left-top-left{ position: static; width: 100%; }
	.one-left-top{ padding:0; }
	.one-left-top-right{ position: static; padding:0; width: 100%; }
	.txt-mask span{ left: 30px; margin:0; }
	.one-left-top-b .one-left-top-left{ display: block; }
	.one-b-right{ display: block; width: 100%; position: relative; }
	.one-left-top-left,.one-left-top-b{ height: auto; }
	.left-right-sm{ position: static; margin:0; }
	.one-left-top-b .one-left-top-left{ height: auto; padding:50px; margin-top: 50px; }
	.one-left-top{ height: auto; }
	.tabs-ul{ position: static; margin-bottom:30px; }
	.tabs-ul li{ float: left; width: 33.333333%; position: static!important; }
	.tabs-ul li a{ display: block; height: 70px!important; line-height: 70px!important; padding:0!important; width: 100%!important; font-size: 18px!important; }
	.tabs-ul li a span{ display: inline-block; }
	.tow-width{ width: 100%; padding:0; }
	.tow-news li a{ font-size: 16px; }
	.footer-bottom{ font-size: 14px; margin-top: 40px; }
	.footer-bottom span{ padding:0 5px; }
	.img-slick-img{ height: auto; padding-top: 64%; }
	.menu-button{ display: block; }
    .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-down{position: static;margin:0;width: 100%;padding:0;transform: translateX(0);}
	.nav-down li a{ text-align: left; padding:0 25px; }
	.nav-list li:hover .nav-down{ display: none; }

	.xq-ul-img img{ width: 110px; height: 155px;  }
	.xq-ul-img{ left: -15px; top: -15px; }
	.xq-ul li a{ padding:20px 20px 20px 120px; }
	.xq-ul li{ margin-top: 30px; }
	.xq-ul{ margin-left:-40px; }
	.rd-list-img{ width: 100%; float: none!important; }
	.rd-list-img img{ width: 100%; height: auto; }
	.rd-list-right{ margin-left:0; padding-top: 10px; }
	.list-back-right{ width: 470px; }
	.ld-ul li{ width: 100%; }
.tow-news li:hover:after{
display:none;
}
.ssjg li p{display:none;}

}
@media( max-width: 767px){
	.container{ width: 100%; }
	.page-one{ padding-top: 30px; }
	.title span{ font-size: 24px; line-height: 24px; }
	.txt-mask span{ font-size: 18px; right: 100px; }
	.img-slick .slick-dots{ right: 20px; }
	.one-list-date{ font-size: 24px; }
	.one-list-tt{ font-size: 18px; }
	.one-list-p{ margin-top: 10px; }
	.one-list li{ padding-bottom: 15px; margin-bottom: 15px; }
	.img-slick{ margin-bottom: 20px; }
	.one-left-top-b .one-left-top-left{ padding:20px; margin-top: 20px; }
	.one-b-right div{ height: auto; padding-top: 61.5%; }
	.tz-list-p{ font-size: 16px; }
	.tz-list li a{ margin-bottom: 15px; }
	.tabs-ul li a{ height: 50px!important; line-height: 50px!important; }
	.tabs-ul{ margin-top: 20px; margin-bottom: 10px; }
	.tow-news li a{ padding-right: 60px; line-height: 60px; }
	.tow-news li a font{ right: 0; }
	.tow-news li a:before{ right: 0; }
	.page-tow .container{ height: auto; padding-bottom: 30px; }
	.tabs-more{ margin-top: 20px; }
	.page-three{ height: auto; padding:30px 0; }
	.page-three .title{ margin-bottom: 30px; }
	.bs-slick-tt{ font-size: 18px; margin-top: 15px; }
	.bs-slick .slick-dots{ display: none!important; }
	.footer-left{ width: 100%; text-align: center; }
	.footer{ padding-top: 20px; }
	.logo-b img{ width: 250px; }
	.down-a{ font-size: 14px; text-align: left; padding-right: 50px; }
	.dropdown{ margin-top: 15px; }
	.footer-right-left{ width: 33.333333%; }
	.footer-bottom{ margin-top: 20px; padding:10px 0 0 0; line-height: 25px; }
	.footer-link{ position: static; text-align: center; margin-top: 15px; }
	.footer-link a{ margin:0 10px; }
	.footer-right-tt{ font-size: 18px; line-height: 25px; margin-bottom: 10px; }
	.footer-ul li{ margin-bottom: 10px; }
	.footer-lg{ width: 100%; }
	.txt-mask span{ top: 105px; }
	.banner .slick-dots li, .banner .slick-dots li button{ width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
	.banner .slick-dots li:before{ display: none!important; }
	.banner .slick-dots{ width: 100%; }
	.banner .slick-dots li button{ font-size: 0; border:solid 1px #fff; }
	.banner .slick-dots li.slick-active button{ background: #fff; }

	.list-back .container:before{ display: none; }
	.banner-list{ height: 200px; }
	.list-back-left{ width: 100%; padding-top: 0; }
	.list-back-top{ font-size: 24px; display: none; line-height: 50px; text-align: left; padding:0 15px; position: relative; background: #1d43b2; }
	.list-back-nav{ padding-top: 15px; margin-top: 0; display: none; }
	.list-back-nav li a{ margin-bottom: 15px; font-size: 18px; padding-left: 30px; }
	.list-back-right{width: 100%;margin:0;padding: 20px 20px 0 20px;}
	.ld-ul li{ margin-bottom: 15px; width: 100%; }
	.list-left-top-phone{ display: block; }
	.nav-b{ font-size: 14px; top: -40px; }
	.xq-ul-tt{ font-size: 18px; padding-bottom: 10px; }
	.xq-ul-p{ font-size: 14px; line-height: 25px; height: auto; }
	.xq-ul-span{ font-size: 14px; margin-top: 10px; }
	.xq-ul li a{ height: auto; }
	.xq-p{ font-size: 14px; line-height: 25px; }
	.list-right-tt{ margin-bottom: 15px; }
	.xq-ul-p{ margin-top: 10px; }
	.article-p p{ font-size: 14px; margin-bottom: 10px; line-height: 25px; }
	.xq-ul-lg-b li a .col-xs-6{ font-size: 14px; margin-top: 10px; }
	.jj-p p{ font-size: 14px; line-height: 25px; max-height: 125px; }
	.jj-box{ padding:20px; margin-top: 20px; }
	.xq-ul-lg-b{ padding-bottom: 20px; }
	.txt-list a{ padding:20px; }
	.txt-date{ width: auto;  font-size: 14px; margin-top: 0; }
	.txt-date span{ font-size: 24px; }
	.txt-right-box{ margin-left: 80px; }
	.txt-right-tt{ font-size: 16px; }
	.txt-right-p{ font-size: 14px; }

	}
@media( max-width: 640px){
	.t-search  .search-box{
		min-width: 300px;
	}
}


@media( max-width: 320px){
	.bs-slick-img{
		width: 80px;
		height: 80px;
		background-size: contain;
	}
}


@media (max-width: 1024px) {
	.banner .slick-dots li,
	.banner .slick-dots li button {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		display: inline-block
	}
	.banner .slick-dots li:before {
		display: none!important
	}
	.banner .slick-dots {
		width: 100%;
		left: 0;
	}
	.banner .slick-dots li button {
		font-size: 0;
		border: solid 1px #fff
	}
	.banner .slick-dots li.slick-active button {
		background: #fff
	}
	.list-back .container:before {
		display: none
	}
	.banner-list {
		height: auto;
		margin-top: 50px;
	}
.banner{margin-top:50px;}
}