body {
    color: #333;
    font-size: 14px;
    font-family: "???è?ˉé?…é?‘","Arial",Helvetica,"",Arial,Tahoma;
	margin:0 auto;
	position:relative;
	overflow-x: hidden;
    background: #fffefe;


}
.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: 1550px;}

.nav-click{ display: none; }
.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: #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);}

.banner img{ width: 100%; }
.header{ position: fixed; transition: 0.3s all; padding-bottom: 50px; left: 0; top: 0; right: 0; z-index: 1000; padding-top: 50px; }
.header:before{ display: block; content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url(../images/header.png) center no-repeat; background-size: 100% 100%; }
.header.active{ height: auto; padding:20px 0; background: #4151f0; }
.header.active:before{ display: none; }
.header .container{ position: relative; z-index: 100; }
.container{ width: 1470px; }
.nav-list li{float: left;position: relative;margin-left: 21px;}
.nav-list li:nth-child(1){margin-left: 0;}
.nav-list li a{ font-size: 20px; color: #fff; position: relative; font-weight: bold; display: block; line-height: 68px; }
.nav-down{ position: absolute; padding:0 10px; display: none; white-space:nowrap; transform: translate(-50%,0); left: 50%; top: 100%; background: rgba(255,255,255,0.9); border-radius: 4px; }
.nav-down:before{ display: block; content: ""; position: absolute; left: 0; right: 0; top: -7px; height: 7px; background: url(../images/raw-nav.png) center no-repeat; }
.nav-down li{float: none; margin:0!important; padding:0!important; padding:0 10px;}
.nav-down li a{ display: block; font-size: 16px; font-weight: normal; color: #333; line-height: 60px; padding:0 15px; border-bottom: solid 1px #ddd; }
.nav-down li:last-child a{ border:none; }
.nav-down li a:hover{ color: #4151f0; font-weight: bold; border-color: #4151f0; }
.nav-list li a:before{ display: block; content: ""; transition: 0.3s all; position: absolute; left: 50%; right: 50%; bottom: 10px; height: 2px; background: #fff; } 
.nav-list li a:hover:before{ left: 0; right: 0; }


.nav-list li:hover .nav-down{ display: block; }
.search-a{line-height: 68px;margin-left: 20px;display: block!important;}
.banner{ margin:0; }
.banner .slick-dots{ bottom: 80px;  }
.banner .slick-dots li,.banner .slick-dots li button{ width: 35px; height: 36px; }
.banner .slick-dots li button{ background: url(../images/banner-a.png) center no-repeat; }
.banner .slick-dots li.slick-active button{ background: url(../images/banner-b.png) center no-repeat; }
.banner .slick-dots li{ margin:0 15px; }
.banner-bottom{ padding:20px 0; margin-top: -60px; position:relative; z-index: 100; background: url(../images/back-a.png) center no-repeat; background-size: 100% 100%; }
.banner-bottom .col-xs-4{ position: relative; text-align: center; height: 80px; background: url(../images/lind-a.png) right center no-repeat; }
.banner-bottom-a{ display: inline-block; padding-top: 5px; position: relative; text-align: left; padding-left: 92px; color: #fff!important; font-weight: bold; font-size: 24px; }
.banner-bottom-a i{ position: absolute; left: 0; top: 0; }
.banner-bottom-a span{ opacity: 0.3; }
.banner-bottom .col-xs-4:last-child{ background: none; }
.banner-bottom-ul{ position: absolute; display: none; white-space:nowrap; margin-top: 20px; padding:0 10px; left: 85px; top: 50%; background: #fff; border:solid 1px #d7cccb; border-radius: 4px; }
.banner-bottom-ul:before{ display: block; content: ""; position: absolute; left: 0; right: 0; height: 9px; top:-8px; background: url(../images/raw-top.png) center no-repeat;  }
.banner-bottom-ul li a{ display: block; font-size: 16px; color: #333; line-height: 60px; padding:0 15px; border-bottom: solid 1px #ddd; }
.banner-bottom-ul li:last-child a{ border:none; }
.banner-bottom-ul li a:hover{ color: #4151f0; font-weight: bold; border-color: #4151f0; }
.banner-hover{ display: inline-block; position: relative; }
.banner-hover:hover .banner-bottom-ul{ display: block; }
.title{ background: url(../images/tt-left.png) left top no-repeat; font-size: 38px; color: #1a1a1a; line-height: 1; height: 60px; padding-top: 22px; padding-left: 22px; position: relative; }
.title span{ position: absolute; left: 45px; font-size: 12px; color:#999; top: 4px; }
.title-box{ margin:60px 0 40px 0; position: relative; }
.title-more{ position: absolute; font-size: 16px; right: 0; padding:0 20px; top: 50%; margin-top: -20px; color: #999; border:solid 1px #999; line-height: 38px; border-radius: 40px; }
.title-more:hover{ background: #4151f0; color: #fff; }
.title-more span{ padding-right: 40px; }
.img-slick{ width: 55.5%; }
.img-slick-img{ height: 540px; transition: 0.3s all; }
a:hover .img-slick-img{ transform:scale(1.05,1.05); }
.img-slick a{ display: block; position: relative; }
.img-slick a i{ position: absolute; left: 0; top: 0; width:80px; z-index: 100; height: 80px; background: url(../images/new.png) center no-repeat; }
.img-slick-bottom{ padding:20px; position: absolute; left: 0; right: 0; bottom: 0; background: url(../images/txt-mask.png) center no-repeat; background-size: 100% 100%; }
.img-slick-tt{ color: #fff; font-weight: bold; font-size: 20px; line-height: 1; }
.img-slick-p{ margin-top: 15px; color: #fff; opacity: 0.5; padding-bottom: 15px; border-bottom: solid 1px #fff; margin-right: -20px; }
.img-slick-date{ margin-top: 20px; background: url(../images/icon-date.png) left center no-repeat; color: rgba(255,255,255,0.5); padding-left: 20px; }
.img-slick .slick-dots{ bottom: 30px; width: auto; right: 20px; left: auto; }
.img-slick .slick-dots li,.img-slick .slick-dots li button{ width: 10px; height: 10px; }
.img-slick .slick-dots li button{ background: rgba(255,255,255,0.5); border-radius: 50%; }
.img-slick .slick-dots li.slick-active button{ background: #fff; }
.one-ul{ width: 44.5%; padding-left: 20px; }
.one-ul li a{ display: block; height: 100px; padding:20px; margin-bottom: 10px; background: #f6f7ff; }
.one-ul-tt{ font-size: 18px; color: #000; }
.one-ul-date{ color: #666; margin-top: 20px; padding-left: 25px; background: url(../images/icon-date02.png) left center no-repeat;  }
.one-ul li a:hover{ background: url(../images/hover-back.png) right center no-repeat; }
.one-ul li a:hover .one-ul-tt,.one-ul li a:hover .one-ul-date{ color: #4151f0; font-weight: bold; }
.page-one{ background: url(../images/back01.png) center no-repeat; background-size: cover; padding-bottom: 70px; }
.img-slick{ margin:0; }
.page-tow{ background: url(../images/back02.png) center no-repeat; background-size: cover; padding-bottom: 60px; }
.tz-ul li{ float: left; padding:0 15px; width: 33.333333%; margin-bottom: 30px; }
.tz-ul{ margin:0 -15px; }
.tz-ul li a{ display: block; position: relative; overflow:hidden; padding:30px 20px 35px 80px; background: #fff; }
.tz-ul li a i{ position: absolute; z-index: 10; left: -10px; top: 28px; width: 59px; height: 68px; background: url(../images/icon-tz.png) center no-repeat; }
.tz-ul li a b{ position: absolute; transition:0.3s all; left: 0; top: 0; bottom: 0; width: 60px; background: url(../images/tz-back.png) center no-repeat; background-size: 100% 100%; }
.tz-ul-box{ position: relative; z-index: 10; }
.tz-ul-tt{ font-size: 18px; color: #000; color: #000; }
.tz-ul-p{ color: #666; line-height: 30px; margin-top: 10px; text-align: justify; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;  }
.tz-ul-lind{ border-top: solid 1px #cbd0ff; margin-top: 10px; padding-bottom: 12px; }
.tz-ul li a:before{ display: block; z-index: 10; position: absolute; content: ""; width: 40px; height: 40px; background: url(../images/jt01.png) center no-repeat; right: 20px; bottom: 20px;  }
.tz-ul li a:hover b{ width: 100%; }
.tz-ul li a:hover .tz-ul-tt,.tz-ul li a:hover .tz-ul-p{ color: #fff; }
.tz-ul li a:hover .one-ul-date{ background: url(../images/icon-date03.png) left center no-repeat; color: #fff; font-weight: bold; }
.tz-ul li a:hover:before{ background: url(../images/jt02.png) center no-repeat; }
.three-ul-img{ padding-top: 70%; transition: 0.3s all; }
a:hover .three-ul-img{ transform:scale(1.05,1.05); }
.three-ul-tt{ font-size: 18px; color: #000; text-align: justify; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; line-height: 35px; height: 70px; margin-top: 10px; }
.three-ul li{ float: left; width: 25%; padding:0 15px; position: relative; z-index: 10; }
.three-ul-p{ color: #666; line-height: 25px; margin-top: 5px; text-align: justify; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.three-ul{ margin:0 -15px; }
.three-ul li a{ display: block; padding-bottom: 52px; }
.page-three{ position: relative; }
.page-three:before{ display: block; content: ""; position:absolute; left: 0; right: 0; bottom: 8px; border-top: solid 1px #ddd; }
.three-ul li a:before{ display: block; content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 17px; background: url(../images/dian01.png) center no-repeat; }
.three-ul li a:hover:before{ background: url(../images/dian02.png) center no-repeat; }
.three-ul li a:hover .three-ul-tt{ color: #4151f0; font-weight: bold; }
.friends-ul li{ float: left; margin-bottom: 30px; width: 20%; padding:0 20px; }
.friends-ul{ margin:0 -20px; }
.friends-ul li a{ display: block; position: relative; border-bottom: solid 1px #ddd; font-size: 18px; color: #666; padding-bottom: 25px; }
.friends-ul li a span{ position: relative; display: block; }
.friends-ul li a span:before{ display: block; content: ""; position: absolute; right: 0; width: 17px; top: 0; bottom: 0; background: url(../images/yq01.png) right center no-repeat; }
.friends-ul li a:hover{ color: #4151f0; font-weight: bold; }
.friends-ul li a:hover span:before{ background: url(../images/yq02.png) right center no-repeat; }
.friends-ul li a:before{ display: block; border-top: solid 1px #4151f0; content: ""; position: absolute; left: 0; bottom: -1px; width: 0; transition: 0.3s all; }
.friends-ul li a:hover:before{ width: 100%; }
.page-four{ padding-bottom: 70px; }
.footer-p{ position: relative; margin-right: 60px; margin-top: 55px; padding-left: 50px; min-height: 38px; line-height: 25px; color: #fff; }
.footer-p p{ margin:0; }
.footer-p i{ position: absolute; left: 0; top: 5px; background:url(../images/icon-f01.png) left center no-repeat; width: 38px; height: 38px; }
.footer{ background: #4151f0; padding-top: 45px; }
.ewm-box img{ width: 126px; margin-bottom: 10px; }
.ewm-box{ color: #fff; margin-left: 35px; }
.footer-bottom{ color: rgba(255,255,255,0.4); background: #1b2ee7; padding:15px; margin-top: 40px; }
.footer-bottom span{ display: inline-block; padding:0 10px; }


.layer{background:rgba(0,0,0,0.95);position: fixed;left:0;top:0;right:0;bottom:0;z-index:10;opacity:0; z-index: -1; transition:all 0.3s ease-out 0s; -ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.layer.showdiv{opacity:1;visibility:visible; z-index: 100000; display:-ms-flexbox;display:flex;}
.close{font-size:60px; position:absolute;right:50px;top:50px;width:80px;height:80px;text-align: center;line-height:80px;cursor:pointer;color:#ccc;}
.layer .search_box{height:45px;line-height:45px;width:550px;display:-ms-flexbox;display:flex;transform:translateY(-50px);opacity:0;margin-top:-100px;max-width: 90%;}
.layer.showdiv .search_box{transform:none;transition:all 0.5s ease-out 0s;opacity:1;}
.layer .search_box .kw{background:#fff; border:none; -ms-flex:1;flex:1;padding:0 12px;font-size:16px;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer .search_box .ok{background:#4151f0 url(../images/icon04.png) center no-repeat!important; right: 0; color:#fff; box-shadow: none; border:none; width:65px;text-align: center;font-size:18px;cursor: pointer;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer.active{ opacity: 1; z-index: 1000000; }

.search-back .form-control::-webkit-input-placeholder{
            color:#999;
        }
.search-back .form-control::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#999;
        }
.search-back .form-control:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#999;
        }
.search-back .form-control:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#999;}
.search-back .form-control{ color: #333; height: 45px; }


/***************è???ˉ“è?’é?§????1…a‘??????oa’??…??3??????????μ??…??????￠???a‘???“é??a’??…?a”???§?????????????…?????—??????-???????…??????￠???a‘???“è??è?????è?’é?§??|?o????a”??…?????????±a‘???“è‰?è???￥?è?—?ˉ“è?’é?§????1…?…????a‘???“??aè?’é?￥??oa’??…??3??????????μ??…????a‘???“??aè?’é?§??????????…????????￥??????·?…????a‘???“??aè?’é?§??????????…?a”?????§‘????￡μ?…????a‘???“??aè?’é?￥??oa’??…??3????μ????????…????a‘???“??aè?’é?§??????????…?a”???￠a??a‘???“è??è???ˉ“è?’é?§????1…a‘???“é?￥????…???????a’??‘a??????***************/
.header-list .header-a-l{ color: #333; background: url(../images/icon03.png) left center no-repeat; }
.banner-list{ height: 395px; }
.header-list .search-box .form-control{ border-color: #4151f0; color: #4151f0; }
.header-list .btn-search{ background: url(../images/icon-ss02.png) center no-repeat!important; }

.list-left{ width: 290px; padding-bottom: 55px; margin-top: 40px; box-shadow: 0 0 10px rgba(0,0,0,0.1); background:#fff url() center 95% no-repeat; }
.list-left-tt span{ display: inline-block; font-size: 24px; color: #fff; font-weight: bold; }
.list-left-tt { height: 88px; background: #4151f0; line-height: 88px; }
.left-nav li a{ display: block; position: relative; line-height: 60px; font-size: 20px; color: #333; text-align: center; }
.left-nav li{ position: relative; }
.left-nav li a span{  position: absolute; right: 20px; top: 50%; transition: 0.3s all; }
.left-nav li.active a span{ transform: rotate(180deg); }
.left-nav li a:before{ display: block; content: ""; position: absolute; left: 25px; right: 25px; bottom: 0; border-bottom: solid 1px #ddd; }
.left-nav-down li a{ line-height: 40px; font-size: 16px; color: #333; padding-left: 25px; }
.left-nav-down li a:before{ display: none; }
.left-nav li.active{ box-shadow: 0 0 10px rgba(0,0,0,0.1); background: #fff; margin-top: -1px; }
.left-nav li.active:before{ display: block; content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: #4151f0; }
.left-nav li.active a{ color: #4151f0; font-weight: bold; }
.left-nav li.active .left-nav-down li a{ color: #333; font-weight: normal;}
.left-nav-down{ padding:10px 0; display: none; }

.left-nav li a:hover{ color: #4151f0!important; }
.left-nav{ padding-top: 20px; }
.container-list{ max-width: 1330px; }
.list-ssjgy { width: 1300px; margin-top: 40px; }
.list-right{ width: 950px; margin-top: 40px; }
.nav-b{ color: #999; }
.nav-b a{ color: #999; }
.list-top{ border-bottom: solid 1px #ddd; padding-bottom: 15px; }
.article-tt{ font-size: 24px; color: #333; font-weight: bold; margin-top: 20px; margin-bottom: 0; }
.article-sm{ border-top: dashed 1px #ddd; max-width: 780px; margin:0 auto; border-bottom: dashed 1px #ddd; padding:15px 0; font-size: 16px; margin-top: 30px; }
.article-sm span{ padding:0 15px; }
.article-p p{ text-align: justify; font-size: 16px; color: #333; line-height: 30px; margin-bottom: 30px; }
.article-p{ margin-top: 40px; }
.article-link p a{ font-size: 16px; color: #333; }
.article-link p a:hover{ color: #4151f0; }
.article-link p a span{ font-weight: bold; }
.article-link{ border-top: dashed 1px #ddd; padding-top: 30px;}
.article-link p{ margin-bottom: 20px; }
.list-box{ padding-bottom: 50px; }
.list-left-tt-phone{ display: none; }
/***************è???ˉ“è?’é?§????1…a‘??????oa’??…??3??????????μ??…??????￠???a‘???“é??a’??…?a”???§?????????????…?????—??????-???????…?????????????????…?????????±???????…???￡????§‘a‘???“?¨?è???￥?è?’é?§????3??￠èˉ￥?…??????￠?1…???a???…?a’?a‘???“è—′è?—???è???￥?è?—è??è?’é?§????’??…??3??￠??????è???…??????￠???a‘???“é??a’??…?a”???§?????????????…?????—??????-???????…?a’???§???????????1?…????a‘???“?¨?è??èμ?è????￠è??é?￥??-?—??????-?…?????????????????…????????￡μ???????…??????￠???a‘???“è??è?????è?’é?§??|?o????a”??…?????????±a‘???“è‰?è?????è?￡é?￥??????????…??3????1…???????…????a‘???“?¨?è??èμ?è???o?è??èμ?è?’é?§????§‘?…?????????±???????…?a’???§???????????1?…?????????±???????…????????￡μ??????*************/
.img-lb li{ float: left; padding:0 25px; margin-bottom: 50px; width: 50%; }
.img-lb{ margin:0 -25px; padding-top: 20px; }
.img-lb-tt{ font-size: 18px; color: #333; margin-top: 20px; }
.img-lb-img{ position: relative; padding-top: 67%; }
.img-lb-img img{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; }
.img-lb li a{ display: block; }
.img-ul-left img{ width: 260px; height: 175px; }
.img-ul-a li{ padding:35px 0; border-bottom: dashed 1px #ddd; transition: 0.5s all; }
.img-ul-right{ margin-left: 290px; }
.img-ul-tt{ font-size: 18px; color: #333; }
.img-ul-p{ color: #999; line-height: 25px; height: 75px; overflow:hidden; margin-top: 15px; }
.img-ul-date{ color: #999; margin-top: 20px; background: url(../images/icon-date.png) left center no-repeat; padding-left: 20px; }
.img-ul-a li:hover{ box-shadow: 0 0 20px rgba(0,0,0,0.1); background: #fff; border-color: transparent; padding:35px; }
.img-ul-a li:last-child{ border:none; }
.img-ul-a{ padding-bottom: 30px; }
/********è???ˉ“è?’é?§????1…a‘??????oa’??…??????????a‘???“??aè???ˉ“è??è??è?’é?§?????‰è?????è?￡é?￥??????????…?????—??????-???????…????????￡μ???????…??3????￥?????μ??…?a’?a‘???“è—′è?—???è???￥?è?—è??è?’é?§????’??…?a”???￠a??a‘???“è??è???ˉ“è?’é?§????1…a‘??????oa’??…??3??????????μ??…????a‘???“??aè?’é?§??????????…?a”????a’?a‘???“?¨?è???ˉ“è??è??è?’é?§?????‰è?????è?￡é?￥??????????…?????—??????-???????…????????￡μ???????…??3????1…???????…????a‘???“?¨?è??èμ?è????￠è??é?￥??-?—??????-?…?????????????????…????????￡μ???????…??????￠???a‘???“è??è?????è?’é?§??|?o????a”??…?????????±a‘???“è‰?è?????è?￡é?￥??????????…??3????1…???????…????a‘???“?¨?è??èμ?è???o?è??èμ?è?’é?§????§‘?…?????????±???????…?a’???§???????????1?…?????????±???????…????????￡μ??????*******/
.wz-ul-date{ width: 80px; height: 80px; background: #f6f6f6; padding-left: 15px; padding-top: 12px; line-height: 25px; }
.wz-ul-date span{ font-weight: bold; font-size: 18px; }
.wz-ul li{ padding:20px 0; border-bottom: dashed 1px #ddd; }
.wz-ul-right{ margin-left: 105px; padding-top: 5px; }
.wz-ul-tt{ font-size: 18px; color: #333; font-weight: bold; }
.wz-ul-p{ margin-top: 15px; color: #999; }
.wz-ul{ margin-bottom: 30px; }
.wz-ul li:hover .wz-ul-date{background: #4151f0;color: #fff;}
.wz-ul li:hover .wz-ul-tt {color: #4151f0;}
/***********è???ˉ“è?’é?§????1…a‘??????oa’??…??3?????·a‘???“??§è???ˉ“è?’é?§????1…?‘a????o??…?a”?a‘??????oa’?a‘???“è??è???ˉ“è?’é?§????1…a‘???“é?￥????…??3??￠??????è???…????a‘???“??aè?’é?￥??oa’??…?a”?a‘??????oa’?a‘???“é??è???ˉ“è?’é?§????1…a‘???“é?￥????…????????3a‘???“??aè???ˉ“è?’é?§????1…a‘???“é?￥????…????????3a‘???“??aè???ˉ“è?’é?§????1…a‘??????oa’??…??3????μ????????…????a‘???“??aè?’é?§??????????…??????￠?1…a‘???“??aè???ˉ“è??è??è?’é?§?????‰è?????è?￡é?￥??????????…?????—??????-???????…??????￠???a‘???“è??è???￥?è?’é?§????3??￠èˉ￥?…???￡?—??????-?—??????-?…?????????±???????…????a‘???“é??è?—èμ?è???￥?è?—è??è?—?o?è????‰è?—é?′è?—é??***********/
.table-bordered{ border:none; }
.table-bordered > thead > tr > th{ background: #e9f4ff; font-size: 22px; color: #333; font-weight: normal; padding:20px; padding-left: 120px; border:none; }
.table-bordered > tbody > tr > td{ font-size: 20px; color: #333; padding:20px; padding-left: 120px; border-color: #f3f3f3; background: #fff; }
.table-box{ margin:50px 40px; }
.ld-img img{ width: 260px; height: 200px; }
.ld-right{ margin-left: 290px; padding-top: 15px; }
.ld-name a{ font-size: 22px; color: #333; font-weight: bold; }
.ld-txt{ color: #999; line-height: 25px; margin-top: 15px; text-align: justify; }
.ld-ul li{ border-bottom: dashed 1px #ddd; padding:40px 0; }
.ld-ul{ padding-bottom: 30px; }
/*************è???ˉ“è?’é?§????1…a‘??????oa’??…??3?????·a‘???“??§è???ˉ“è?’é?§????1…a‘???“é?￥????…????????3a‘???“??aè???ˉ“è??è??è?’é?§?????‰è?????è?￡é?￥??????????…?????—??????-???????…???￡????§‘a‘???“?¨?è???￥?è?’é?§????3??￠èˉ￥?…??????￠?1…???a???…?????????±???????…????????§‘????1??…?a’?a‘???“è—′è?—???è???￥?è?—è??è?’é?§????’??…?a”???￠a??a‘???“è??è???ˉ“è?’é?§????1…a‘??????oa’??…??????????a‘???“??aè???ˉ“è?’é?§????1…?‘a????o??…?a”???§?????????????…??3????￥?????μ??…?????????±???????…?????????????????…????a‘???“?¨?è??èμ?è???2¤è?—é2?è???￥?è?—è??è?—???è??é??è?—é1?è?’é?§????3?…?a’?a‘???“è—′è?—???è???￥?è?—è??è?’é?§????’??…????a‘???“???è?—é??************/
.jg-title{ font-size: 30px; padding-bottom: 20px; margin-top: 40px; border-bottom: solid 1px #ddd; }
.jg-title span{ float: left; width: 50px; }
.jg-ul li{float: left;padding:0 10px 0 0;height: 60px;width: 33.333333%;}
.jg-ul li a{display: inline-block;padding-left: 32px;background: url(../images/icon-jg05.png) left center no-repeat;font-size: 16px;color: #333;margin-top: -13px;}
.jg-ul{ margin-top: 40px; margin-bottom: -20px; }
.jg-ul li a:hover{ background: url(../images/icon-jg06.png) left center no-repeat; color: #4151f0; }
a:hover .img-ul-tt ,.nav-b a:hover,.ld-name a:hover,a:hover .img-lb-tt{ color: #4151f0; }


.sz_list li{
    width: 46.79%;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
}
.sz_list li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sz_list li .pic{
    width: 170px;
    height: 228px;
}
.sz_list li .txt{
    width: calc(100% - 203px);
}
.sz_list li .txt h1{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-family: 'PingFang-Semibold',sans-serif;,sans-serif;
    margin-bottom: 15px;
    transition: .5s;
}
.sz_list li .txt h3{
    font-size: 14px;
    line-height: 34px;
    -webkit-line-clamp: 3;
    height: 102px;
    margin-bottom: 27px;
}
.sz_list li .txt h5{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sz_list li .txt h5 img{
    flex: 1;
    max-width: 85%;
    max-height: 7px;
    object-fit: fill;
    object-position: right center;
}
.sz_list li .txt h5 i{
    display: block;
    font-size: 12px;
    line-height: 36px;
    color: #666666;
    margin-left: 12px;
    white-space: nowrap;
    flex-shrink: 0;
}
.sz_list li:after{
    position: absolute;
    content: '';
    left: -25px;
    top: -26px;
    bottom: -26px;
    right: 100%;
    background: #4151f0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1;

}
.sz_list li:hover:after{
    right: -40px;
    opacity: 1;
    visibility: visible;
}
.sz_list li:hover .txt h1{
    color: #fff;
}
.sz_list li:hover .txt h3,
.sz_list li:hover .txt h5 i{
    color: #fff;
}

.flex{display:flex;justify-content:space-between;flex-wrap:wrap}

.pic {/* padding-top: 75%; */position: relative;overflow: hidden;}
.pic:before {content: '';position: absolute;top: 0;left: -86%;z-index: 2;display: block;width: 50%;height: 100%;-webkit-transform: skewX(-25deg);transform: skewX(-25deg);background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1));background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1));}
.pic .a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: 50%;background-repeat: no-repeat;background-size: cover;transition: all 0.3s ease-in;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}







@media( max-width: 1479px){
    .container{ width: 1230px; }
    .footer-left{ width: 500px; }
    .footer-p{ margin-top: 0px; margin-bottom: 15px; }

    .list-right{ width: 850px; }
    .table-bordered > thead > tr > th,.table-bordered > tbody > tr > td{ padding-left: 60px; }
}
@media( max-width: 1279px){
        .container{ width: 970px; }
    .logo img{ width: 450px; }
    .nav-list li{ margin-left: 30px; }


    .list-right{ width: 620px; }
    .table-bordered > thead > tr > th,.table-bordered > tbody > tr > td{ padding-left: 20px; }
.article-share{display:none;}
    }
@media( max-width: 991px){
    body{ padding-top: 50px; }
    .container{ width: 750px; }
    .img-slick{ width: 100%; }
    .img-slick-img{ height: auto; padding-top: 67.5%; }
    .one-ul{ width: 100%; padding:30px 0 0 0; }
    .tz-ul li{ width: 50%; }
    .footer-left{ width: 350px; }
    .footer-p{ margin-right: 0; }
    .header .container{ width: 100%; }
    .logo img{ width: auto; height: 30px; }
    .logo{ line-height: 50px; }
    .header:before{ display: none; }
    .header,.header.active{ background: #4151f0; height: auto; padding:0; height: 50px;}
    .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; transform: translate(0,0); margin:0; padding:0; width: 100%; background: none; }
    .nav-down li{ text-align: left; padding:0; }
    .nav-down li a{ text-align: left; border:none!important; padding:0 25px!important; font-size: 16px; line-height: 20px; text-align: left; }
    .nav-list li:hover .nav-down{ display: none; }
    .nav-down:before{ display: none; }
    .menu-button{ display: block; }
    .nav-list{ position: fixed; display: none; left: 0; top: 50px; margin:0; right: 0; background: #4151f0; 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; }
    .nav-list li a:before{ display: none!important; }
    .search-a{ margin:0 50px 0 0; line-height: 50px; }
    .banner-bottom-a span{ font-size: 16px;  }
    .banner-bottom-a{ padding-left: 80px; }

.article-share{display:none;}
    .list-left{ width: 200px; }
    .list-right{ width: 480px; }
    .article-sm span{ display: block; }
    .jg-ul li{ width: 50%; }
}
@media( max-width: 768px){
    .layer .close{ display: block; width:40px; height: 40px; right: 30px; }
    .img-slick-date{ top: 20px; right: 10px; }
    .banner .slick-dots{ bottom: 20px; }
    .banner .slick-dots li{ margin:0 5px; }
    .banner .slick-dots li, .banner .slick-dots li button{ width: 20px; height: 20px; background-size: 100% auto!important; }
    .search-box-c{ left: 15px; right: 15px; width: auto; margin-left: 0; }
    .container{ width: 100%; }
    .banner-bottom{ margin-top: 15px; background: #4151f0; }
    .banner-bottom .col-xs-4{ background: none; padding:0; }
    .banner-bottom .row{ margin:0; }
    .banner-bottom-a{ display: block; padding:60px 0 0 0; text-align: center; font-size: 16px; }
    .banner-hover{ display: block; padding:0; }
    .banner-bottom-a i{ right: 0; }
    .banner-bottom-a i img{ height: 50px; }
    .banner-bottom-a span{ display: none; }
    .title-box{ margin:20px 0; }
    .title{ font-size: 32px; }
    .title-more span{ padding-right: 15px; }
    .one-ul{ padding-top: 15px; }
    .page-one{ padding-bottom: 20px; }
    .tz-ul li{ width: 100%; margin-bottom: 15px; }
    .page-tow{ padding-bottom: 15px; }
    .three-ul li{ width: 100%; margin-bottom: 15px; }
    .three-ul li a{ padding-bottom: 0; }
    .three-ul li a:before{ display: none; }
    .page-three:before{ display: none; }
    .friends-ul li{ width: 50%; margin-bottom: 15px; }
    .friends-ul li a{ font-size: 16px; padding-bottom: 15px; }
    .page-four{ padding-bottom: 10px; }
    .footer-left{ width: 100%; }
    .footer{ padding-top: 20px; }
    .footer-right{ width: 100%; }
    .ewm-box{ display: inline-block; float: none!important; margin:0 10px; width: 100px; }
    .ewm-box img{ width: 100px; }
    .footer-bottom{ margin-top: 25px; }

.article-share{display:none;}
    .banner-list{ height: 150px; }
    .list-left{ width: 100%; margin-top: 20px; padding:0; }
    .list-left-tt{ height: 60px; line-height: 60px; font-size: 18px; text-align: left; padding-left: 20px; }
    .list-left-tt span{ font-size: 18px; }
    .left-nav{ padding:0; display: none; }
    .list-right{ width: 100%; margin-top: 20px; }
    .article-tt{ font-size: 18px; }
    .article-sm span{ font-size: 14px; line-height: 25px; }
    .article-p p{ font-size: 14px; line-height: 25px; margin-bottom: 10px; }
    .article-p{ margin-top: 20px; }
    .article-link p a{ font-size: 14px; }
    .article-link p{ margin-bottom: 10px; }
    .article-link{ padding:20px 0; }
    .list-left-tt{ display: none; }
    .list-left-tt-phone{ display: block; position: relative; }
    .list-left-tt-phone .nav-click { height: 60px; line-height: 60px;
    color: #fff; 
}
.left-nav li a{ line-height: 40px; font-size: 16px; }
.img-lb-tt{ font-size: 14px; margin-top: 10px; }
.img-lb li{ padding:0 8px; margin-bottom: 15px; }
.img-lb{ margin:0 -8px; padding-bottom: 15px; }
.list-box{ padding-bottom: 30px; }
.img-ul-left img{ width: 130px; height: 80px; }
.img-ul-right{ margin-left: 140px; }
.img-ul-p{ height: 50px; margin-top: 5px; }
.img-ul-date{ display: none; }
.img-ul-a li{ padding:15px 0; }
.img-ul-a li:hover{ padding:15px; }
.img-ul-tt{ font-size: 16px; }
.table-bordered > thead > tr > th,.table-bordered > tbody > tr > td{ font-size: 14px; padding:8px 15px; }
.table-box{ margin:20px 0; }
.jg-title{ margin-top: 20px; padding-bottom: 10px; font-size: 24px; }

.sz_list li{
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
}

    
}

@media( max-width: 1025px){

     .sz_list li .txt h1{
        font-size: 14px;
        margin-bottom: 10px;
    }
     .sz_list li .txt h3{
        line-height: 28px;
        height:84px;
        margin-bottom: 15px
    }
     .sz_list{
        padding-top: 0;
    }
    

    
}

@media (max-width: 481px){
    .sz_list li .pic {
        width: 120px;
        height: 170px;
    }
    .sz_list li .txt {
        width: calc(100% - 135px);
    }

}


.nr p {font-size:16px!important;line-height:36px!important; font-family:"???è?ˉé?…é?‘"!important;color:#333333!important}
.nr font {font-size:16px!important;line-height:36px!important; font-family:"???è?ˉé?…é?‘"!important;color:#333333!important}
.nr span {font-size:16px!important;line-height:36px!important; font-family:"???è?ˉé?…é?‘"!important;color:#333333!important}
.nr table p{text-indent:0em !important;margin-bottom:0em !important;  }
.nr  img{max-width:100% !important;height:auto !important}
.nr table{max-width:100% !important;display: contents !important;}
.lyb tr{margin:20px}


#adu0 {z-index: 999999999999!important;}

.lyb tr{height:30px}
.lyb tr td span:nth-of-type(1){width:58px;display:inline-block}


.slick-dots li button:before{ display: none!important; }