/* CSS Document */
body{ height:100%; min-width:1200px;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,form,fieldset,img,cite,strong,em,div{margin:0;padding:0;border:none;}
body{ text-align:left; margin:0 auto; font-size:12px; font-family:"microsoft yahei","微软雅黑",Arial; color:#666;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
h1, h2, h3, h4, h5, h6{ font-size:12px;font-weight:normal;}
table,td,tr,th{margin:0;padding:0; border-collapse:collapse;}
img, table, td, th ,embed{ border:none; vertical-align:text-top;}
img{border:0; -ms-interpolation-mode:bicubic; -moz-interpolation-mode:bicubic; -webkit-interpolation-mode:bicubic;transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;-ms-transition:all 0.6s ease;}
img{-ms-interpolation-mode:bicubic;border:0;vertical-align:bottom;max-width:100%;}
ul,li{ padding:0; list-style-type:none;}
a{color:#333; text-decoration:none; transition:all 0.5s linear;-moz-transition:all 0.5s linear;
-webkit-transition:all 0.5s linear;-o-transition:all 0.5s linear;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-tap-highlight-color: transparent;}
a:focus{outline-color:#666;z-index:99;position:relative}
a:hover,a:focus{-webkit-transition:color .3s;transition:color .3s; text-decoration:none;}
em,i{font-style:normal;}
.fl{ float:left;}
.fr{ float:right;}
.none{ display:none;}
.clear{ clear:both;}
.clearfix {*zoom:1}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.w1000{ width:1000px; height:auto; margin:0 auto;}
.w1200{ width:1200px; height:auto; margin:0 auto;}
.container{ width:1200px; height:auto; margin:0 auto; position:relative;}
.w100pc{ width:100%; height:auto; margin:0 auto; overflow:hidden;}
#wrap{ width:100%; height:auto; margin:0 auto; overflow:hidden;}
@font-face {font-family:'impact'; src:url('/style/fonts/impact-2.ttf') format('truetype'); }
.mo-img{ display:none;}
.pc-img{ display:block;}
@media(max-width:767px){
body{ min-width:320px !important; max-width:750px; font-size:14px;}
.w1000{ width:100%;}
.w1200{ width:100%; height:auto; margin:0 auto; position:relative;}
.container{ width:100%; height:auto; margin:0 auto; position:relative;}
.mo-img{ display:block;}
.pc-img{ display:none;}
}

/*header*/
#nv_portal #wrap{ height:100%;}

.toper{ height:36px; line-height:36px; background:#f1f3f5;font-size:14px;position:fixed; top:0px;left:0;z-index:9;width:100%;} 
.toper>div{display:flex;align-items:center;justify-content:space-between;}
.toper .lf,.toper .right {color:#818181;}  
/*.toper .right span{ font-weight:bold;}*/

#wk_top{background:#FFFFFF; position:relative; z-index:10;}
#wk_top .wp{padding:10px 0 0;}
#week_nav{position: fixed;height: 90px;width: 100%;top:36px;left:0;z-index:99; background: #fff;}
#week_nav.on-header{position: fixed;height: 90px;width: 100%;top:0px;left:0;z-index: 9999; background: #fff;box-shadow: 0 5px 8px rgba(0,0,0,.2);  }
.wk_index_main{width:100%;}
.wk_lonav{width:1200px; margin:0 auto;height:auto;}
.wk_lonav .left{ float:left;width:30%;height:auto; position:relative;}
.wk_logo{ width:100%;line-height:0; padding:15px 0;}
.wk_logo img{max-width:100%; max-height:60px;}
.wk_lonav .right{width:65%;padding:0; float:left;}
.headRights,.sub_nav{ display:none;}
.wk_inav{display:block;float:right;width:100%;height:auto;overflow:visible;}
.nav{float:left;height:90px;overflow:visible;width:100%;display:flex;justify-content:space-between;}
.nav li{height:90px;line-height:89px;font-size:18px;margin-left:20px;color:#333;position:relative;}
.nav li:first-child{ padding-left:0;}
.nav li:last-child{ padding-right:0;}
.nav li>a{color: #222;font-size:18px;text-decoration:none;transition:color 0.3s linear 0s;padding:0;overflow:hidden; position:relative; display:block;}
.nav li:hover{ border-bottom: 4px solid #005da3;}
.nav li:hover>a:hover{ color:#005da3;}
.navSub{ width:100%; min-width:140px; background:#fff; position:absolute; top:90px; left:50%; height:auto; box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.1); -webkit-transform-origin:top center; -ms-transform-origin:top center; transform-origin:top center; -webkit-transform:scaleY(0); -ms-transform:scaleY(0); transform:scaleY(0); -webkit-transition:-webkit-transform .3s .2s; transition:transform .3s .2s; margin-left:-70px; z-index:99;}
.navSub .n-navSub{ opacity:1; -webkit-transform:translate(0, 0px); -ms-transform:translate(0, 0px); transform:translate(0, 0px); -webkit-transition:all .2s; transition:all .2s;}
.navSub .n-navSub a{ height:48px; line-height:48px; display:block; padding:0 20px; text-align:left; color:#333; font-size:16px; position:relative; -webkit-transition:all 0.3s cubic-bezier(0.86, 0.5, 1, 1); transition:all 0.3s cubic-bezier(0.86, 0.5, 1, 1); text-align:center;}
.navSub .n-navSub a:hover{ background:#0d548c; color:#fff; }
.navSub .n-navSub .nav-arrow{ position:absolute; top:15px; right:10px; width:16px; height:16px; opacity:0; -webkit-transform:rotate(0deg) translate(-20px, 0px); -ms-transform:rotate(0deg) translate(-20px, 0px); transform:rotate(0deg) translate(-20px, 0px);}
.navSub .n-navSub a:hover .nav-arrow{ -webkit-transition:-webkit-transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 300ms; transition:transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 300ms; opacity:1; -webkit-transform:rotate(0deg) translate(0px, 0px); -ms-transform:rotate(0deg) translate(0px, 0px); transform:rotate(0deg) translate(0px, 0px); display:none;}
.nav li .navSub.active{ -webkit-transform:scaleY(1); -ms-transform:scaleY(1); transform:scaleY(1); -webkit-transition:-webkit-transform .3s; transition:transform .3s; }
/*.nav li .navSub.active .n-navSub{ opacity:1; -webkit-transform:translate(0, 0); -ms-transform:translate(0, 0); transform:translate(0, 0); -webkit-transition:all .2s .3s; transition:all .2s .3s; }*/

.wk_idl{float:right;width:80px;height:60px;}
@media(max-width:1240px){
	
}

.wk_lonav .other{ float:right; display: flex;display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */display: -moz-box;/* Firefox 17- */display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */display: -moz-flex;/* Firefox 18+ */display: -ms-flexbox;/* IE 10 */align-items: center;}
.wk_lonav .other .search {height: 90px;}
.wk_lonav .other .search {width: 22px; cursor: pointer;background:url(/images/search.png) no-repeat center center;background-size: contain;}
.search-form{width: 100%;position: absolute;left: 0;top: 90px;background: #fff;z-index: 30;padding: 70px 0;display: none;border-top: 1px solid #f7f8f9;/* input placeholder  */box-shadow: 0 8px 8px rgb(0 0 0 / 10%);}
.search-form>div{position:relative;display:flex;display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */display: -moz-box;/* Firefox 17- */display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */display: -moz-flex;/* Firefox 18+ */display: -ms-flexbox;/* IE 10 */align-items: center;border-bottom: 1px solid #d9d9d9;}
.search-form .keywords{flex:1;overflow: hidden;line-height:56px;margin-left:20px;font-size: 15px;color: #999; padding:0; border:none; outline:none;}
.search-form ::-webkit-input-placeholder {/* WebKit browsers */color: #999;font-size: 15px;}
.search-form :-moz-placeholder {/* Mozilla Firefox 4 to 18 */color: #999;font-size: 15px;}
.search-form ::-moz-placeholder {/* Mozilla Firefox 19+ */color: #999;font-size: 15px;}
.search-form :-ms-input-placeholder {/* Internet Explorer 10+ */color: #999;font-size: 15px;}
.search-form .close{position: absolute;right: 0;top: 50%;z-index: 10;color: #999;margin-top: -15px;width: 20px;height: 20px;background: url(/images/close.png) no-repeat;background-size: contain;transition: transform 0.3s ease;-webkit-transition: transform 0.3s ease;-moz-transition: transform 0.3s ease;-ms-transition: transform 0.3s ease;-o-transition: transform 0.3s ease;}
.search-form .close:hover{color: #005da3;transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(180deg);}
.search-form .search_box button{ border: 0px;  background: none!important;}
@keyframes circle-chart-fill {to {  stroke-dasharray: 0 100;}
}
@-webkit-keyframes circle-chart-fill {to {  stroke-dasharray: 0 100;}
}
@-moz-keyframes circle-chart-fill {to {  stroke-dasharray: 0 100;}
}
@-ms-keyframes circle-chart-fill {to {  stroke-dasharray: 0 100;}
}

.mo-other{display:none; padding:6px 10px 0 0;}
.mo-other .search{width:36px;height:36px;background: url(/images/search2.png) no-repeat center center;background-size: contain;}


@media(max-width:767px){
	.toper{ display:none;}
	#wk_top{height:66px !important; position:fixed;top:0px;width:100%;z-index:110;left:0px;padding:0px;margin-top:0;opacity:1;border-bottom:0;box-shadow:0px 2px 5px 0px rgba(0,0,0,.15);}
	#wk_top{}
	#week_nav{min-width:320px;}
	#week_nav{height:auto; padding:8px 0; top:0;}
	#week_nav>div{ height:100%;}
	.wk_lonav{ width:100%;height:100%; position:relative;}
	.wk_lonav .left{width:100%;}
	.wk_lonav .left:after{ display:none;}
	.wk_logo{width:60%;height:auto;margin:0; padding:0 0 0 10px; float:left;}
	.wk_logo h2{padding:0;}	
	.wk_logo img{ display:block; max-width:100%; height:50px; width:auto; margin:0;}
	.wk_inav,.wk_lonav .other{display:none;}
	.wk_lonav .right{ display:none;}
	.wk_inav{display:block;float:right;width:100%;height:52px;overflow:visible;}
	.wk_index_main{margin-top:0;}
	
	.mo-other{ float:right; display:flex;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;align-items: center;}
	.headRights{font-size:0;width:36px;height:36px;position:relative;background-color:#1a61b7;margin-left:15px;border-radius: 50%; display:block;}
	.headRights.active{ -webkit-animation:rotate 0.5s linear 0s; animation:rotate 0.5s linear 0s; }
	.headRights.hover .line1{transform: rotate(45deg);margin: 0;transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;}
	.headRights.hover .line2{opacity: 0;}
	.headRights.hover .line3{transform: rotate(-45deg);margin: 0;transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;}
	.headRights .line{display:inline-block;width:16px;height:2px;background:#fff;position:absolute;left: 10px;top: 16px;z-index: 10;transform-origin: center center;transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;}
	.headRights .line1{margin-top:-5px;}
	.headRights .line2{margin-top:0;}
	.headRights .line3{margin-top: 5px;}
	.nav{ display:none;}
	
	.sub_nav.active{ display:block; background:#fff;}
	.sub_nav{position:fixed;width:100%;height:100%;top:66px;z-index:111; display:none;}
	.head-box{font-size:14px;width:100%;height:auto;padding:0 3%;}
	.nav-cut{position:relative;line-height:46px;overflow:auto; padding:10px 0 0;}
	.nav-cut>ul{width:100%; overflow-y:scroll; height:calc(100vh - 66px - 1.5rem);}
	.nav-cut>ul>li{ border-bottom:1px solid #dcdcdc; font-size:16px; padding:0 20px; }
	.nav-cut>ul>li a{display:inline-block; text-decoration:none; width:80%; line-height:44px; color:#333; position:relative; box-sizing:border-box; }
	/*.nav-cut>ul>li.act a{ background-color:#e9e9e9;}*/
	.nav-cut>ul>li .jt{ position:relative; display:inline-block; text-align:center; background:none; float:right; cursor:pointer;}
	.nav-cut>ul>li .jt:after{ content:''; display:block; width:26px; height:26px; background:url(/images/m_r.png) no-repeat center; background-size:17px auto; position:absolute; right:3%; top:8px; }
	.nav-cut>ul>li .jt.jtRote:after{ background:url(/images/m_l.png) no-repeat center; background-size:20px auto; }
	.sec-list{ line-height:40px; padding:0 0% 10px; display:none; }
	.sec-list p{ background:url(/images/dot.png) no-repeat left center; background-size:3px auto; font-size:14px; }
	.sec-list a{ padding-left:5%; color:#666; display:block; }
	.sec-list a:active{ color:#004e94; }
	
	.mu-bg{ position:fixed; left:0; top:0; width:100%; height:100%; z-index:99; background-color:#fff; display:none; }
	.mu-bg.active{ display:block;}
	
	.search-form{ top:66px; height:auto; padding:20px 10px 70px;}
	.search-form .keywords{ line-height:46px;}
}

#dn-nav{position:relative;top:50%;z-index:100;opacity:1;-webkit-transform:translate3d(0,0,0);}
#dn-nav.right{left:17px;}
#dn-nav ul{margin:0;padding:0;}
#dn-nav ul li{position:relative;display:block;margin:7px;width:15px;height:15px;}
#dn-nav ul li a{position:relative;z-index:1;display:block;width:100%;height:100%;text-decoration:none;cursor:pointer;}
#dn-nav ul li a span{position:absolute;top:50%;left:50%;z-index:1;margin:-3px 0 0 -3px;width:7px;height:7px;border:0;border-radius:50%;background:#cfcfd1;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
#dn-nav ul li a.active span,#dn-nav ul li:hover a.active span{margin:-7px 0 0 -7px;width:15px;height:15px;border-radius:100%;background:#0062a6;}
.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section{height:auto!important;}
@media(max-width:767px){
	#dn-nav{ display:none;}	
}

.section{position:relative;overflow:hidden;}
.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}


/*banner*/
.banner{width:100%; height:600px; margin-top:126px; position:relative; z-index:1;}
.banner.ban{ margin-top:90px;}
.index_banner_left:hover span:before,.index_banner_right:hover span:before{left:10%; width:80%;}
.banner .banner_img{position:relative; width:100%; height:600px;}
.banner .banner_img_pc{position:absolute; left:0; top:0; width:100%; height:100%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.banner .banner_img_jj{ width:100%;position:absolute; left:0; top:44%; z-index:10; color:#fff;transform:translateY(-50%);}
.banner_img_jj_mid_1{text-shadow: 3px 4px 2px rgba(51, 51, 51, 0.5); position: relative; padding-bottom:10px; line-height: 70px;}
.banner_img_jj_mid_1.n03{ padding-bottom:0;}
.banner_img_jj_mid_1 h3{ font-size:46px; font-weight: bold; color:#fff; font-family: "微软雅黑";letter-spacing:.02em; }
/*.banner_img_jj_mid_1.n03 h3{letter-spacing:.1em;}*/
.banner_img_jj_mid_2{ font-size:24px; line-height:40px;color:#fff; text-transform: uppercase; margin-bottom:0;letter-spacing:.04em; width:60%;}
.banner_img_jj_mid_2.p02{ width:54%;}
.banner_img_jj_mid_2.p03{ font-size:46px; font-weight: bold;letter-spacing:.02em;text-shadow: 3px 4px 2px rgba(51, 51, 51, 0.5); line-height:70px;}
.banner_img_jj_mid_3{ font-size:18px; line-height: 45px;color:#fff;letter-spacing:.04em; }
.banner .swiper-pagination{ color: #fff;}
.banner .swiper-pagination-current{ color: #fff; font-size: 34px;}
.banner .swiper-pagination-total{ color: #fff; font-size: 24px; }
.banner .swiper-button-next,.banner .swiper-button-prev{ border: 1px solid #fff; width: 30px; height: 30px; border-radius: 100%;top: 90%; z-index: 99999;}
.banner .swiper-button-next,.banner .swiper-button-prev{ -moz-background-size:10px 16px;-webkit-background-size:10px 16px;background-size:10px 16px; }
.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next{left:15%;right:auto}
.banner .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev{ right: 76%;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction {bottom:60px; font-size: 24px; left: -30.5%;}
@media (max-width: 1680px){
.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next{left:10%;right:auto}
.banner .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev{ right: 80%;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction {left: -35%;bottom:70px;}
}  
@media (max-width:1440px){
.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next{left:8%;right:auto}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction {left: -36%; bottom:42px;}
}
@media (max-width:1366px){
.banner{ height:570px;}
.banner .banner_img{ height:570px;}
.banner_img_jj_mid_1{ padding-bottom:20px;}
.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next{left:6%; }
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction {left: -37%; bottom:40px;}
}
@media (max-width:1280px){
.banner { height:533px;}
.banner .banner_img{ height:533px;}
.banner_img_jj_mid_1 h3{ font-size:38px;}
.banner_img_jj_mid_2{font-size:18px;line-height: 35px;}
.banner_img_jj_mid_3{font-size:22px;line-height: 35px;}
.banner .swiper-pagination-bullet{ width:60px; }
.banner .swiper-pagination-bullet:before{ width:60px;}
.banner .swiper-pagination-bullet-active:after{width:60px;}
}
@media (max-width:1200px){
.banner { height: 600px;}
.banner .banner_img{ height:600px;}
.banner { margin-top: 60px;}
.banner .swiper-container-horizontal > .swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{  right:41%; }
}    
@media (max-width:1199px){
.banner_img_jj_mid_1 h3{ font-size:34px;}
.banner .banner_img_pc{ display: none;}
.banner .banner_img_mo{ display: block;position:absolute; left:0; top:0; width:100%; height:100%; background-position:center; background-repeat:no-repeat; background-size:100% 100%;}
}
@media (max-width:1024px){
.banner { height:512px;}
.banner .banner_img{ height:512px;}
.banner .banner_img_jj_mid_2{font-size:20px;line-height: 30px;}
.banner .banner_img_jj_mid_3{font-size:20px;line-height: 30px;}
.banner .swiper-pagination-bullet{ width:50px; }
.banner .swiper-pagination-bullet:before{ width:50px;}
.banner .swiper-pagination-bullet-active:after{width:50px;}
.banner_img_jj_mid_2{ width: 90%;}
}
@media (max-width:992px){
.banner { height: 495px;}
.banner .banner_img{ height:495px;}
.banner_img_jj_mid_1{ line-height:40px; padding-bottom: 20px; }
.banner_img_jj_mid_1:after{ width: 50px;  }
.banner_img_jj_mid_1 h3{ font-size:28px;}
.banner .banner_img_jj_mid_2{ font-size:18px;line-height: 28px;}
.banner .banner_img_jj_mid_3{ font-size:18px;line-height: 28px;}
.banner_img_jj_mid_1 h3:after{width: 56%; height: 6px; }
.banner_img_jj_mid_1.banner_img_jj_mid_1_1 h3:after{ width:32%; height:6px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction { left: -34%;bottom:30px;}
.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next{left:8%;right:auto}
.banner .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev{ right: 76%;}
.banner .swiper-pagination-current{font-size: 24px;}
.banner .swiper-pagination-total{ font-size: 18px; }
}    
@media (max-width:768px){
.banner { height: 380px;}
.banner .banner_img{ height:380px;}
.banner_img_jj_mid_1{ font-size:22px; }
.banner_img_jj_mid_1 h3{ font-size:22px;}
.banner .banner_img_jj{ padding:0 15px;}
.banner .banner_img_jj_mid_2{ font-size:16px; }
.banner .banner_img_jj_mid_3{ font-size:16px; }
.banner_img_jj_mid_2{ width: 100%;}
}
@media (max-width:668px){
.banner { height: 335px;}
.banner .banner_img{ height:335px;}
.banner .swiper-pagination-bullets {bottom:10px; }
.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next{left:4%;right:auto}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction {left: -35%;bottom:20px;}
}
@media (max-width:600px){
.banner { height: 300px;}
.banner .banner_img{ height:300px;}
.banner .swiper-pagination-bullets { display: none;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction { display: none;}
}
@media (max-width:568px){
.banner { height:284px;}
.banner .banner_img{ height:284px;}
.banner_img_jj_mid_1{ font-size:18px; line-height:32px; padding-bottom: 8px; margin-bottom: 8px;}
.banner_img_jj_mid_1:after{width: 40px; height: 2px;}
.banner_img_jj_mid_1 h3{ font-size:20px;}
.banner .banner_img_jj_mid_2{ font-size:15px; line-height: 22px;}
.banner .banner_img_jj_mid_3{ display: none;}
}
@media (max-width:528px){
.banner { height:264px;}
.banner .banner_img{ height:264px;}
}
@media (max-width:500px){
.banner { height:250px;}
.banner .banner_img{ height:250px;}
}
@media (max-width:480px){
.banner { height:240px;}
.banner .banner_img{ height:240px;}
}
@media (max-width:460px){
.banner { height:230px;}
.banner .banner_img{ height:230px;}
}
@media (max-width:428px){
.banner { height:215px;}
.banner .banner_img{ height:215px;}
}
@media (max-width:400px){
	.banner { height:200px;}
	.banner .banner_img{ height:200px;}
}


/*main1*/
.main1{ width:100%; height:auto; padding:60px 0;background:url(/images/main1.jpg) no-repeat;background-size:cover;}
.mainTit{ height:auto; padding:0 0 35px; text-align:center;}
.mainTit h2{ font-size:30px; line-height:2; font-weight:bold; color:#333;}
.mainTit h2 span{ color:#1a61b7;}
.mainTit p{ font-size:16px; line-height:2;}
.main1 .mainCon{ padding:0;}
.main1 dl{display:flex;flex-wrap:nowrap;justify-content:center;flex-direction:row;}
.main1 dl dt{ width:32.5581395%; height:100%; position:relative; margin-right:15px;}
.main1 dl dd{ width:calc(67.4418605% - 15px);display:flex;flex-wrap:wrap;justify-content:center;flex-direction:row;}
.main1 dl .item{transition:0.8s;opacity:1.15; width:100%;border-radius:10px; overflow:hidden; position:relative;}
.main1 dl dd .item{margin:0 15px 15px 0; width:calc((100% - 15px) / 2);}
.main1 dl .item:nth-child(2n){ margin-right:0;}
.main1 dl .item:nth-child(n+3){ margin-bottom:0;}
.main1 dl .item a{ display:block;}
.main1 dl .item .pic{ position: relative; overflow:hidden;}
.main1 dl .item .pic img{width:100%; height:auto; min-height:100%; transition:all .5s ease; transform:scale(1);}
.main1 dl .item .txt{ font-size:18px; line-height:1.2;opacity:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; color:#333; position:absolute;bottom: 0;padding:0 30px 20px;width:100%; text-align:center;}
.main1 dl .trans{position: absolute;width:100%;height: 100%;top:0px;bottom:0px;left: 0px;right: 0px;opacity: 0;transition: all .5s ease;background-color:rgba(0,38,130,.8);display:flex;text-align: center;justify-content: center;align-items: center;flex-flow: column wrap;padding:0 20px;color:#fff;}
.main1 dl .trans h5{height:30px;font-size:18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width: 100%;}
.main1 dl .trans p{ margin-top:10px; max-width:86%; font-size:15px; line-height:1.7; display:-webkit-box; overflow:hidden; -webkit-line-clamp:3; -webkit-box-orient:vertical; text-overflow:ellipsis;}
.main1 dl .trans span{width:100%; height:40px; color:#fff; background:var(--color); line-height:40px; text-align:center; font-size:16px; margin-top:20px;}
.main1 dl .item:hover .txt{ opacity:0;}
.main1 dl .item:hover .trans{opacity:1;}
.main1 dl .item:hover .pic img{transform:scale(1.1);}
@media(max-width:767px){
	.main1{padding:25px 10px;}	
	.mainTit{ height:auto; padding:0 0 15px;}
	.mainTit h2{ font-size:20px; margin-bottom:5px;}
	.mainTit p{ font-size:14px; line-height:1.7;}
	.main1 .mainCon{ padding:10px 0 0;}
	.main1 dl{flex-wrap:wrap;}
	.main1 dl dt{ width:100%; height:100%; position:relative; margin:0 0 15px;}
	.main1 dl dd{ width:100%;}
	.main1 dl .item .txt{ font-size:16px; padding:0 20px 10px;}
}


.main2{ width:100%; height:auto; padding:60px 0;}
.main2>div{display:flex;justify-content:space-between;}
.main2 .ml,.main2 .mr{ width:50%; position:relative;}
.main2 .ml{ padding-right:40px;}
.main2 .ml h5{ font-size:28px;color: #333333;font-weight: bold;line-height:1.5;margin-bottom:25px}
.main2 .ml h5 span{}
.main2 .ml .text{color:#666;font-size:16px;line-height:2;overflow:hidden;}
.main2 .ml .more{width:160px;height:48px;line-height:46px;text-align: center;margin-top:35px;border-radius:40px;background:#fff; border:1px solid #ddd;}
.main2 .ml .more a{color:#1a61b7;font-size:16px;text-align: center; display:block;}
.main2 .ml .more:hover{ background-color:#1a61b7; border-color:#1a61b7;}
.main2 .ml .more:hover a{color:#fff;}
.main2 .mr{ padding:2px 21px 24px 3px; height:461px;}
.main2 .img{ width:100%; height:auto; position:relative; overflow:hidden; z-index:1; border-radius:10px;}
.main2 .img img{width: 100%;height:100%;object-fit: contain;transition: filter 1s;}
.main2 .mr:hover .img img{transition:all 1s;transform:scale(1.06)}
.main2 .bg{ position:absolute; bottom:4px; right:3px; background-color:#005da3; overflow:hidden; z-index:0; border-radius:10px; width:calc(100% - 21px); height:calc(100% - 24px);}
@media(max-width:767px){
	.main2{ padding:25px 10px; border-radius:10px;}
	.main2>div{ display:block;}
	.main2 .ml,.main2 .mr{ width:100%;}
	.main2 .ml{ padding-right:0; margin-bottom:35px;}
	.main2 .ml h5{ font-size:20px;margin-bottom:10px}
	.main2 .ml .text{font-size:16px; line-height:1.8;}
	.main2 .ml .more{width:140px;height:40px;line-height:38px;margin-top:20px;}
}

.main3{ background-image:url(/images/main3.jpg); background-repeat:no-repeat; background-size:cover; background-position:center; padding:60px 0;}
.main3 .mainCon{ padding:15px 0 0; width:100%;}
.main3 .mainCon>div{display:flex;justify-content:space-between;}
.main3 .mainCon>div.clearfix:after{ display:none;}
.main3 li{ width:25%; float:left; text-align:center;}
.main3 li a{display:block; height:200px; padding:20px 0; border-right:1px solid #e5e5e5;border-bottom:1px #e5e5e5 solid;}
.main3 li:nth-child(n+5) a{ border-bottom:none;}
.main3 li:nth-child(4) a,.main3 li:nth-child(8) a{ border-right:none;}
.main3 li .icon100x100{width:100px;  height:100px;}
.main3 li .zq-icon{display:inline-block;  background:url(/images/sprite.png) no-repeat;}
.main3 li p{font-size:22px;color:#464646; margin:10px 0;}
.main3 li:hover p{ color:#fff;}
.main3 li:hover{background:url(/images/sprite.png) #1a61b7 no-repeat -480px -875px;box-shadow:3px 3px 10px #ccc;-webkit-transition:background-color .5s ease-out;transition:background-color .5s ease-out}
.main3 li .popular-app-icon1{background-position:0 -450px;}
.main3 li .popular-app-icon2{background-position:-100px -450px}
.main3 li .popular-app-icon3{background-position:-200px -450px}
.main3 li .popular-app-icon4{background-position:-300px -450px}
.main3 li .popular-app-icon5{background-position:-400px -450px}
.main3 li .popular-app-icon6{background-position:-500px -450px}
.main3 li .popular-app-icon7{background-position:-600px -450px}
.main3 li .popular-app-icon8{background-position:-50px -950px}
.main3 li .popular-app-icon9{background-position:-700px -450px}
.main3 li:hover .popular-app-icon1{background-position:0 -550px}
.main3 li:hover .popular-app-icon2{background-position:-100px -550px}
.main3 li:hover .popular-app-icon3{background-position:-200px -550px}
.main3 li:hover .popular-app-icon4{background-position:-300px -550px}
.main3 li:hover .popular-app-icon5{background-position:-400px -550px}
.main3 li:hover .popular-app-icon6{background-position:-500px -550px}
.main3 li:hover .popular-app-icon7{background-position:-600px -550px}
.main3 li:hover .popular-app-icon8{background-position:-50px -950px}
.main3 li:hover .popular-app-icon9{background-position:-700px -550px}
@media(max-width:767px){
	.main3{padding:25px 10px 10px;}
	.main3 .mainCon{ font-size:14px; padding-bottom:15px;}
	.main3 li{ width:50%;}
	.main3 li a{ height:auto; padding:.8rem 0;}
	.main3 li:nth-child(5) a,.main3 li:nth-child(6) a{ border-bottom:1px #e5e5e5 solid;}
	.main3 li:nth-child(2n) a{ border-right:none;}
	.main3 li p{font-size:1rem;}
}



.ellipsis{ overflow:hidden; white-space:nowrap; text-overflow: ellipsis; }
.main4{ background:#FFF; padding:60px 00;}
.main4 .mainCon{ width:100%; padding:0;}
.main4 .mainCon dl{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content: space-between;}
.main4 .mainCon dl dt{ width:50%;border-radius:20px 0px; overflow:hidden;}
.main4 .mainCon dl dt .pic{ width:100%; height:auto; overflow:hidden; max-height:296px;}
.main4 .mainCon dl dt .pic img{width: 100%;height:100%;object-fit: contain;transition: filter 1s;}
.main4 .mainCon dl dt:hover .pic img{transition:all 1s;transform:scale(1.06)}
.main4 .mainCon dl dt .info{display:flex;flex-wrap:wrap;flex-direction:row;margin-right:auto;width:auto;padding:32px 100px 32px 0;transition-property:all;transition-radio:hover;transition-duration:s;background-color:rgb(234 234 234);display-radio:flex}
.main4 .mainCon dl dt .line{flex:0 0 auto;align-items: center;position: relative; padding:6px 0 0;}
.main4 .mainCon dl dt .line hr{border:none;border-top:1px solid rgba(51,51,51,1);width:0px;margin-left:0px;margin-right: auto;transition-property:all;transition-duration: 0.6s;transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);}
.main4 .mainCon dl dt .s_txt{flex:1;max-width: 100%;max-height:100%; padding-left:35px;}
.main4 .mainCon dl dt:hover .line hr{width:70px;}
.main4 .mainCon dl .info .tit{margin-top:5px;font-size:16px;color: rgba(51,51,51,1);transition-property: all;transition-duration:0.6s;transition-timing-function:cubic-bezier(0.25,0.1,0.25,1);display-radio:-webkit-box;font-weight:bold; line-height:1.2;}
.main4 .mainCon dl .info .txt{margin-top:10px;-webkit-line-clamp:2;display: -webkit-box;-webkit-box-orient:vertical;overflow: hidden;font-size:14px;color:rgba(119,119,119,1);transition-property:all;transition-duration: 0.6s;transition-timing-function: cubic-bezier(0.25,0.1,0.25,1); line-height:2;}
.main4 .mainCon dl dd{ width:50%; overflow:hidden; padding-left:15px;}
.main4 .mainCon dl dd li{ padding:20px; width:100%;background-color:rgba(234,234,234,1);border-radius:20px 0px; margin-bottom:10px;}
.main4 .mainCon dl dd li a{display:flex;flex-direction:row;width:100%;}
.main4 .mainCon dl dd li .pic{flex:0 0 28.5%;align-items:center; overflow:hidden;}
.main4 .mainCon dl dd li .pic img{width:100%;height:100%;object-fit:contain;border-radius:20px 0px;transition:filter 1s;}
.main4 .mainCon dl dd li:hover .pic img{transition:all 1s;transform:scale(1.06)}
.main4 .mainCon dl dd li .info{ width:71.5%; padding:0 0 0 25px;transition-property:all;transition-duration: 0.6s;}
.main4 .mainCon dl dd li:hover{ background-color:#1a61b7;}
.main4 .mainCon dl dd li:hover .info{ padding-left:15px;}
.main4 .mainCon dl dd li:hover .tit,.main4 .mainCon dl dd li:hover .txt{ color:#fff;}

@media(max-width:767px){
	.main4{ padding:25px 10px;}
	.main4 .mainCon dl{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
	.main4 .mainCon dl dt{ width:100%;border-radius:15px 0px; margin-bottom:10px;}
	.main4 .mainCon dl dt .info{padding:15px 15px 15px 0;}
	.main4 .mainCon dl dt .s_txt{ padding-left:15px;}
	.main4 .mainCon dl dt:hover .line hr{width:30px;}
	.main4 .mainCon dl .info .txt{ line-height:1.8;}
	.main4 .mainCon dl dd{ width:100%; padding-left:0;}
	.main4 .mainCon dl dd li{ padding:15px;border-radius:15px 0px;}
	.main4 .mainCon dl dd li .info{ padding:0 0 0 10px;}
	
	.main4 .mainCon dl dd li:hover .info{ padding-left:10px;}
}


/*footer*/
.footer{ background:#1a61b7/*13315B*/;padding:30px 0;}
.fp-auto-height .footer_side{display:flex;}
.footer .footer_side .left{ width:650px; height:auto; float:left; margin-left:40px;}
.footer .footer_side .left .fNav{ padding-bottom:0;}
.footer .footer_side .left .fNav ul{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.footer .footer_side .left .fNav ul li{padding:0 22px 0 15px;-webkit-flex-shrink: 0;-ms-flex: 0 0 auto; flex-shrink: 0; position:relative; line-height:40px;}
.footer .footer_side .left .fNav ul li:last-child{ padding-right:0;}
.footer .footer_side .left .fNav ul li a{ font-size:15px; color:#fff;}
.footer .footer_side .left .copyright{ width:100%; height:auto;  margin-top:9px; overflow:hidden; margin-left:15px; line-height:2.2; font-size:14px; color:rgba(255, 255, 255, 0.7);}
.footer .footer_side .left .copyright a{ color:rgba(255, 255, 255, 0.7);}
.footer .footer_side .left .copyright a:hover{color:#fff!important;}

.footer .footer_side .right{ width:530px; height:auto; border-right:1px rgba(255, 255, 255, 0.1) solid; padding-right:50px;display:flex;justify-content:space-between;align-items:flex-start;}
.footer .footer_side .right .fTel{ width:320px; height:auto; padding:10px 0;}
.footer .footer_side .right .fTel p{ color:#FFFFFF; margin-top:0; font-size:15px;}
.footer .footer_side .right .fTel span{ color:#FFFFFF; font-size:32px; line-height:60px;}
.footer .footer_side .right .fTel em{ display:block; font-style:normal; font-size:15px; color:#FFFFFF; line-height:1;}
.footer .footer_side .right .fTel_img{ width:80px; height:100px; float:left; margin-right:20px; display:inline;}
.footer .footer_side .right .codeImg{ max-width:140px; margin:0 0 12px;display:flex;justify-content:space-between;align-items:center; padding:12px 0 0;}
.footer .footer_side .right .codeImg img{ width:100px; height:100px; padding:3px; background:#fff;}
.footer .footer_side .right .codeImg span{ display:block; width:20px; font-size:14px; color:#fff; text-align:right;}
.footer .footer_side .right .txt{ font-size:14px; color:#fff; text-align:center; display:none;}
.footer i{ font-style:normal;}
.footer .flink{ width:100%; line-height:1.8; padding:5px 0 0 15px; color:rgba(255, 255, 255, 0.7); font-size:14px; }
.footer .flink a{color:rgba(255, 255, 255, 0.7); margin:0 4px;}
.footer a:hover{ color:#fff;}
.index_foot{ display:none;}
@media(max-width:767px){
.footer .flink,.footer .footer_side .left .fNav{ display:none;}
.fp-auto-height .footer_side{padding:10px 0 10px;opacity:1;-webkit-opacity:1;-moz-opacity:1;}
.footer .footer_side{color:#b6b3b3;line-height:1.8; font-size:.85rem; width:100%;}
.fp-auto-height .footer_side span{ display:block; margin:0;}
.footer .footer_side .left{ width:100%; margin:0;}
.footer .footer_side .left .fTel span{ font-size:20px;}
.footer .footer_side .left .fList .item{width:100%;}
.footer .footer_side .right{ display:none;}

.footer{ padding:15px 10px;}
.footer .footer_side .left .copyright{margin:0; line-height:2; text-align:center;}

	.index_foot{ width:100%; height:auto;display:block; overflow:hidden;max-width: 640px; margin:0 auto; margin-top:12%;}
	.app_con{ height:auto;max-width: 640px;margin: 0 auto; overflow: hidden;width:100%; display:block;}
	#fixed-foot{position:fixed; z-index:1000;bottom:0;width:100%; max-width:640px; height:auto; margin:0 auto;display: inline-block;background:#fff;-webkit-box-shadow: 0 0 10px 0 rgba(12,36,134,.1); box-shadow:0 0 10px 0 rgba(12,36,134,.1); padding:5px;}
	#fixed-foot .btn1{width:100%; max-width:640px; margin:0 auto;display:block;text-align:center; }
	#fixed-foot .btn1 a{ cursor:pointer; display:block; color:#FFFFFF;float:left; text-align: center;width:66%; background-color:#003d85; border-radius:8px; line-height:40px; text-align:center; font-size:0;}
	#fixed-foot .btn1 a:nth-child(1){ border-left:none; margin-right:0%; width:100%}
	#fixed-foot .btn1 a img{ display:inline-block; margin:0 8px 0 0; vertical-align:middle; width:18px; height:auto;}
	#fixed-foot .btn1 a span{ display:inline-block;font-size:15px; vertical-align:middle;}

}
@font-face{ font-family:'testfont';src:url('/style/fonts/oswald-regular-webfont.ttf?tenantId=172241&viewType=1') format('truetype'); }

.footTop{ background:url(/images/footerBg.jpg) no-repeat center; padding:50px 0 0; font-size:14px;}
.footTop .fLeft{float:left;width:240px;}
.footTop .fLeft .fDetails{margin-bottom:60px;position:relative;left:0px;top:0px;}
.footTop .fLeft .fDetails p{color:white;display:block;font-size:14px;background:url(/images/link_bg.png) bottom no-repeat;width:176px;height:30px;cursor:pointer;}
.footTop .fLeft .fDetails p a{color:white;display:block;}
.footTop .fLeft .fDetails p a:hover{color:white;}
.footTop .fLeft .fDetails ul{position:absolute;left:176px;top:28px;width:140px;height:auto;overflow:hidden;background-color:#de262e;z-index:5;display:none; padding:5px 0;}
.footTop .fLeft .fDetails ul li{line-height:30px;width:100%;float:left;text-align:center;}
.footTop .fLeft .fDetails ul li a{color:white; font-size:13px;}
.footTop .fMiddle{float:left;width:523px; margin-left:120px}
.footTop .fMiddle p{display:block;width:466px;height:30px;font-size:14px;color:white;background:url(/images/contact_bg.png) bottom no-repeat;}
.footTop .fMiddle ul{color:white;line-height:36px;padding-top:8px;}
.footTop .fMiddle ul .phone{padding-left:30px;background:url(/images/phone_icon.png) left no-repeat;}
.footTop .fRight{width:180px; float:right;}
.footTop .fRight p{color:white;font-size:14px;background:url(/images/focus_bg.png) left bottom no-repeat;width:100%;height:30px;}
.footTop .fRight .wechat{width:126px;height:126px;background:url(/images/wechat_bg.png) bottom no-repeat; margin-top:20px;text-align:center;float:left;}
.footTop .fRight .wechat img{width:112px;height:112px;margin-top:7px;}
@media(max-width:767px){
	.footTop{ display:none;}
}

.inwk #wk_top{position:fixed;top:0px;width:100%;z-index:110;left:0px;padding:0px;margin-top:0;opacity:1;border-bottom:0;box-shadow:0px 2px 5px 0px rgba(0,0,0,.15);}
.inwk #wk_top #week_nav{ box-shadow:none !important;}
.inwk .fp-auto-height .footer_side{opacity:1;-webkit-opacity:1;-moz-opacity:1;}
.w980{ width:980px; height:auto; margin:0 auto;}

.flex-row{ -webkit-display:flex; -moz-display:flex; -o-display:flex; display:flex; flex-direction:row;}
.around{ justify-content:space-around; align-items:center;}
.between{ justify-content:space-between; align-items:center;}
.center{ justify-content:center; align-items:center;}
.start{ justify-content:flex-start; align-items:center;}
.end{ justify-content:flex-end; align-items:center;}
.form-control::-webkit-input-placeholder{ color:#fff;}
.form-enroll .form-control::-webkit-input-placeholder{ color:#888;}

.inbanner{ width:100%; height:360px; background-repeat:no-repeat; background-position:center; margin-top:126px; position:relative;}
.inbanner.ban{ margin-top:90px;}
.inbanner .box{ width:1200px; height:auto; position:absolute; top:50%; left:50%; margin-left:-600px;transform:translateY(-50%); -webkit-transition:-webkit-transform .3s .2s; transition:transform .3s .2s;}
.inbanner .box h5{width:100%; overflow:hidden; line-height:52px; color:#fff; font-size:40px; font-weight:bold; margin:0 auto; padding:0;}
.inbanner .box em{ display:block; width:60px; height:5px; overflow:hidden; margin:24px 0; padding:0; background-color:#fff;}
.inbanner .box p{ width:100%;max-height:64px; overflow:hidden; line-height:32px; color:#fff; font-size:18px; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
@media(max-width:767px){
	.inbanner{ width:100%; height:188px; margin-top:66px; padding:0; background-size:auto 200px;}
	.inbanner .box{ width:90%; margin-left:-45%;}
	.inbanner .box h5{ line-height:30px; font-size:20px;}
	.inbanner .box em{ width:25px; height:2px; margin:8px 0;}
	.inbanner .box p{ max-height:60px; line-height:30px; font-size:15px;}
}

/*side_left*/
.location{ width:100%; height:60px;line-height:60px;border-bottom: 1px solid #eaeaea;box-shadow: 0 0 8px rgb(153 153 153 / 40%);}
.location .flex-row{ width:100%;}
.location a, .location span{ display:inline-block; color:#595757;}
.location a:hover, .location .curr{ color:#0d548c;}
.location .target{ font-size:16px; color:#666; line-height:60px;}
.location .target span{ padding-left:32px; background:url(/images/icon_wz.png) no-repeat center left;}
.location .fa{margin: 0 8px 0; color:#666;}

.inmain{ padding:50px 0;}

.side_left{ width:21.5%; height:auto; float:left;}
.innav{padding:25px;background:#fff;border:1px solid #e5e5e5;border-radius:15px;margin-bottom: 80px;}

.innav .listNum{ width:100%;}
.innav .sideLtit{border-bottom:1px solid #dcdcdc; padding-bottom:20px; margin-bottom:15px;}
.innav .sideLtit span{font-size:24px; line-height:26px; font-weight:normal; color:#373737;}
.innav ul{}
.innav ul li{ width:100%; height:auto;}
.innav ul>li>a{display:block;height:45px;line-height:45px;background-color:#fff;font-size:18px;color:#333;padding:0 47px 0 33px;margin-bottom:4px;position:relative;overflow:hidden}
.innav ul li span.icon{display:inline-block; width:17px; height:17px; background:url(/images/icon06.png) no-repeat; position:absolute; left:0; top:50%; margin-top:-9px;}
.innav ul li span.icon_jt{display:inline-block; width:15px; height:15px; background:url(/images/icon07.png) no-repeat; position:absolute; right:0; top:50%; margin-top:-8px;}
.innav ul li.cur span.icon{background-position:-17px 0;}
.innav ul li.cur span.icon_jt{background-position:-15px 0;}
.innav ul>li.cur>a,.innav ul>li:hover>a{color: #1a61b7}

@media(max-width:767px){
	.location{ padding:10px 10px; line-height:26px; font-size:.9rem; display:none;}
	.location .tel{ display:none;}
	
	.inmain{ padding:0 0 30px;}
	.side_left{ width:100%; height:auto; float:left;border-bottom:1px solid #eaeaea;box-shadow: 0 0 8px rgba(153,153,153,0.4);}
	.innav .sideLtit{ display:none;}
	.innav{ height:auto; margin-bottom:0; padding:0 10px; border:none;border-radius:0;}
	.innav ul{ display:block; border:none;}
	.innav ul li{ width:auto; min-width:25%; margin:0 3% 0 0; float:left; border:none;}
	.innav ul li:nth-child(3){ margin-right:0;}
	.innav ul li a{ width:100%; padding:8px 0; font-size:16px; line-height:34px; text-align:center; border:none; height:auto; margin:0;}
	.innav ul li span{ display:none !important;}
	.innav ul>li.cur>a,.innav ul>li:hover>a{border-left:none;color: #fff; background:#1a61b7;}
	.slider_contact{ display:none;}
}

.aboutBox{ padding:0;}
.abo01{ padding:60px 0;}
.aboutBox .abol{ float:left; width:56.33333333%; padding-right:30px;}
.aboutBox .abol h5{ margin-bottom:15px; color:#333; line-height:1.1; font-size:36px;}
.aboutBox .abol .bt{color: #1a61b7;font-size:18px;margin-bottom:15px;}
.aboutBox .abol .text{color:#666;line-height:2;font-size:16px;}
.abo01 .abor{ float:right; width:43.66666667%;border-radius:10px;overflow:hidden;}
.abo01 .abor img{max-width:100%;height:auto;object-fit:contain;transition:filter 1s;}
.abo01 .abor:hover img{transition:all 1s;transform:scale(1.06)}
@media(max-width:767px){
	.abo01{ padding:25px 10px;}
	.aboutBox .abol{ width:100%; padding:0 0 25px;}
	.aboutBox .abol h5{ margin-bottom:15px; font-size:22px;}
	.aboutBox .abol .bt{font-size:17px;margin-bottom:15px;}
	.aboutBox .abol .text{line-height:1.8;font-size:16px;}
	.abo01 .abor{ width:100%;}
}

.abo02{display: flex;display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; -webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;background: url(/images/abo2.jpg) no-repeat center center;background-size: cover;}
.abo02 .tit{padding-left: calc((100% - 1200px) / 2);width:31.25%;padding-top:80px;}
.abo02 .tit h5{color: #fff;font-size: 40px;line-height: 56px;margin-bottom: 18px;}
.abo02 .tit p{font-size: 18px;line-height: 36px;width: 100%; color: #fff;}
.abo02 .tit .more{ margin-top: 180px;}
.abo02 .cont{width: 62.18%;display: flex;display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; }
.abo02 .item,.abo02 .hidebox{padding: 0 55px;}
.abo02 .item{position: relative;cursor: pointer;width: 33.33%;height:788px;border-left: 1px solid #fff;transition: background 0.5s ease;-webkit-transition: background 0.5s ease;-moz-transition: background 0.5s ease;-ms-transition: background 0.5s ease;-o-transition: background 0.5s ease;display: flex;display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */display: -moz-box;/* Firefox 17- */display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */display: -moz-flex;/* Firefox 18+ */display: -ms-flexbox;/* IE 10 */align-items: center;}
.abo02 .item:hover{background-color: rgba(0, 0, 0, 0.4);}
.abo02 .item:hover .hidebox{opacity: 1;visibility: visible;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);}
.abo02 .item:hover .info{opacity: 0;visibility: hidden;}
.abo02 .icon{position: relative;width: 60px;display: block;}
.abo02 .icon:before{content: "";width: 7px;height: 72px;background-color: #fff;position: absolute;left: -55px;top: 0;z-index: 10;}
.abo02 .info{transition: opacity 0.5s ease;-webkit-transition: opacity 0.5s ease;-moz-transition: opacity 0.5s ease;-ms-transition: opacity 0.5s ease;-o-transition: opacity 0.5s ease;}
.abo02 .name{font-size: 28px;color: #fff;line-height: 40px;margin: 54px auto 15px;}
.abo02 .en{font-size: 26px; font-family: Arial, Helvetica, sans-serif; color: #fff;opacity: 0.6;line-height: 40px;min-height: 80px;margin-bottom: 86px;}
.abo02 .info .btn{ width: 60px; height: 60px; line-height: 45px; text-align: center; border-radius: 100%; border: 1px solid #fff!important;padding:6px 12px;}
.abo02 .info .btn img{ vertical-align:middle;}
.abo02 .hidebox {opacity: 0;visibility: hidden;position: absolute;left: 0;top: 50%;width: 100%;transform: translateY(-40%);-webkit-transform: translateY(-40%);-moz-transform: translateY(-40%);-ms-transform: translateY(-40%);-o-transform: translateY(-40%);z-index: 10;line-height: 30px;transition: transform 0.5s ease;-webkit-transition: transform 0.5s ease;-moz-transition: transform 0.5s ease;-ms-transition: transform 0.5s ease;-o-transition: transform 0.5s ease;}
.abo02 .hidebox li {margin-bottom: 34px;}
.abo02 .hidebox li:last-child {margin-bottom: 0;}
.abo02 .t{font-size: 24px;color: #fff;font-weight: 700;margin-bottom: 10px;}
.abo02 .desc{color: #fff;font-size: 16px;}
@media (max-width:1440px) {
	.abo02 .tit{padding-left: calc((100% - 1200px) / 2);}
}
@media (max-width:767px){
	.abo02{ display: block; padding:0 15px 20px;}
	.abo02 .tit{ width: 100%; padding:40px 0 30px;}
	.abo02 .cont{ width: 100%; display: block;}
	.abo02 .item{ padding: 0 15px;}
	.abo02 .item{ width:100%; height:auto; border-left:none; padding:26px 0; border-top:1px solid #fff;flex-wrap: wrap}
	.abo02 .item:hover{ background: none;}
	.abo02 .item:hover .info{ opacity: 1; visibility: visible;}
	.abo02 .icon{ width: 40px;}
	.abo02 .icon:before{ display: none;}
	.abo02 .name{ font-size:22px; line-height:26px; margin:0 0 0 15px;}
	.abo02 .en{ font-size: 20px; line-height: 26px; min-height: inherit; margin-bottom: 20px; display:none;}
	.abo02 .btn{ display:none;}
	.abo02 .info{display: flex;align-items: center;}
	.abo02 .hidebox{ display:block; opacity:1; position:relative; top:inherit; left:inherit; line-height: 22px;transform: translateY(0%);-webkit-transform: translateY(0%);-moz-transform: translateY(0%);-ms-transform: translateY(0%);-o-transform: translateY(0%);visibility:inherit;}
	.abo02 .btn img{ width: 24px;}
	.abo02 .t{ font-size: 14px; margin-bottom: 2px; display:none;}
	.abo02 .desc{ font-size: 16px; padding:15px 0 0;}
	.abo02 .tit .more{ margin-top:60px; margin-bottom: 50px;}
	.abo02 .tit h5{font-size:26px;line-height: 40px;margin-bottom: 10px;}
	.abo02 .tit p{font-size:18px;line-height: 30px; }
}

.abo03{ padding:60px 0;}
.abo03 .abol{ width:66.66666667%;}
.abo03 .pic{ width:33.33333333%; float:left;}
.abo03 .pic img{ max-width:inherit; vertical-align:middle;}
@media (max-width:767px){
	.abo03{ padding:25px 10px;}
	.abo03 .abol{ width:100%;}
	.abo03 .pic{ width:100%; text-align:center;}
	.abo03 .pic img{ max-width:100%; vertical-align:middle;}
}


/*side_right*/
.side_right{width:74%; float:right; height:auto; overflow:hidden; min-height:300px; padding:0;}
.side_wrap{ width:100%;}
.about_c{ width:100%; margin:0 auto; height:auto; color:#666; line-height:2; font-size:16px;}
.about_c img{ max-width:100%; height:auto;}
.contact_c{ width:100%; margin:0 auto; height:auto; color:#666; line-height:2; font-size:16px;}
.contact_c img{ max-width:inherit;}
.pop .center,.pop .bottom{ box-sizing:content-box;}
@media(max-width:767px){
	.side_right{ width:100%; min-height:100px; padding:30px 0 0;}
	.about_c{ width:100%; padding:0 10px 0; font-size:.85rem;}
	.about_c img{ max-width:98%; height:auto;}
	.contact_c{ width:100%; padding:0 10px 0; font-size:.85rem;}
}
.link{ width:100%; height:auto;}
.link li{  width:200px; float:left; margin:20px 20px 5px;}
.link li img{ border:3px #999 solid; width:194px; height:auto;}
.link li span{ text-align:center; padding-top:5px; display:block; font-size:14px;}

.news_con{ width:100%; padding:0;}
.news_con ul{ width:100%; height:auto; padding-bottom:10px;}
.news_con ul li{ float:left; border:1px solid #e6e6e6; padding:15px; width:100%; position:relative; margin-bottom:25px;border-radius:10px;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.news_con ul li a{ display:flex;justify-content:space-between;align-items: center; width:100%; height:auto;}
.news_con ul li .time{ flex:0 0 86px; width:86px; height:auto; margin-right:15px; text-align:center; color:#888;}
.news_con ul li .time .day{ font-size:36px; font-weight:bold;}
.news_con ul li .time .year{display:block;font-size:16px;line-height:2;border-top:1px solid #999999;width: 80%;margin: 0 auto;}
.news_con ul li .mian{ flex:1;}
.news_con ul li h5{ font-size:18px; font-weight:600; color:#202020; line-height:2;-webkit-transition:background .4s;transition:background .4s;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.news_con ul li .desc{ display:block; font-size:15px; color:#666; line-height:2; margin-top:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news_con ul li p{ padding:15px 0 0; font-size:14px;}
.news_con ul li p span{ display:inline-block; padding:5px 10px; border:1px solid #d6d6d6; border-radius:5px; line-height:28px; width:122px; text-align:center;}
.news_con ul li:hover .time{ color:#1a61b7;}
.news_con ul li:hover .time .year{ border-color:#1a61b7;}
.news_con ul li:hover h5{ color:#1a61b7;}
.news_con ul li .date{ display:none;}
@media(max-width:767px){
	.news_con{padding:0 10px 0;}
	.news_con ul{ margin-top:0}
	.news_con ul li{ padding:12px 15px;background:#f7f7f7; border:none; margin-bottom:15px;}
	.news_con ul li a{ max-width:100%;}
	.news_con ul li .time{ display:none;}
	.news_con ul li h5{ font-size:16px; line-height:1.5;}
	.news_con ul li h5 a{ max-width:75%;}
	.news_con ul li .date{ display:block; font-size:15px; color:#888; margin:5px 0;}
	.news_con ul li .desc{ line-height:1.8;}
	
}

.case_list{ width:100%; margin:0; height:auto; padding:0;}
.case_list ul{ width:100%;}
.case_list ul li{ float:left; position:relative; width:31.933%; margin:0 2.1% 20px 0; overflow:hidden; padding:0;}
.case_list ul li:nth-child(3n){ margin-right:0;}
.case_list ul li a{ display:block; overflow:hidden;}
.case_list ul li .pic{ overflow:hidden; position:relative; border-radius:0px;border:1px solid #f1f1f1;}
.case_list ul li img{ width:100%; height:auto;-webkit-transition:all 0.5s ease-out 0s;-moz-transition:all 0.5s ease-out 0s; -o-transition:all 0.5s ease-out 0s;transition:all 0.5s ease-out 0s;transition:-webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.case_list ul li:hover img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1);transform:scale(1.1);}
.case_list ul li .tit{ padding:10px 0 0; background:#fff;}
.case_list ul li .tit h3{position:relative;padding-right:35px;}
.case_list ul li .tit a{display:block;font-size:15px;color:#666; padding:8px 0; line-height:1;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.case_list ul li .tit .eye{ position:absolute; right:0px; top:0px; display:block; width:30px; height:30px; overflow:hidden; background:url(/images/eye.png) no-repeat; background-position:right center; } 
.case_list ul li .tit .line{ position:relative; margin-top:10px; width:100%; height:1px; display:none;} 
.case_list ul li .tit .line::before{ content:''; position:absolute; left:0px; display:block; width:30px; height:1px; background:#999; transition:all .5s ease; } 
.case_list ul li:hover .tit{ background:#fff;}
.case_list ul li:hover .tit .eye{background-position:left center; display:none;} 
.case_list ul li:hover .tit .line::before{ width:100%; background:#de262e; }
.case_list ul li:hover a{ color:#0d548c;}
.case_list ul li .ico{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-opacity:0;-moz-opacity:0;}
.case_list ul li .ico:before{ content:""; display:block; width:100%; height:100%;background:url(/images/eye1.png) no-repeat center; position:absolute; top:0; left:0; z-index:10;}
.case_list ul li .ico:after{ content:""; display:block; width:100%; height:100%;background:#000; position:absolute; top:0; left:0; z-index:5;}
.case_list ul li:hover .ico{opacity:1;-webkit-opacity:1;-moz-opacity:1; display:none;}
.case_list ul li:hover .ico:before{opacity:1;-webkit-opacity:1;-moz-opacity:1;}
.case_list ul li:hover .ico:after{opacity:.6;-webkit-opacity:.6;-moz-opacity:.6;}
.case_list ul li .xian{position:absolute;top:0;left:0;width:100%;height:100%; display:none;}
.case_list ul li span{position:absolute;background:#de262e;-webkit-transition:all .3s cubic-bezier(.25,.46,.45,.94);-moz-transition:all .3s cubic-bezier(.25,.46,.45,.94);-o-transition:all .3s cubic-bezier(.25,.46,.45,.94);transition:all .3s cubic-bezier(.25,.46,.45,.94); z-index:12; display:none;}
.case_list ul li .span_1{top:0;left:0;width:0;height:2px;}
.case_list ul li .span_2{top:0;right:0;width:2px;height:0;}
.case_list ul li .span_3{right:0;bottom:0;width:0;height:2px;}
.case_list ul li .span_4{bottom:0;left:0;width:2px;height:0;}
.case_list ul li:hover .span_1,.case_list ul li:hover .span_3{width:100%;}
.case_list ul li:hover .span_2,.case_list ul li:hover .span_4{height:100%;}
@media(max-width:767px){
	.case_list{ padding:0 10px 0;}
	.case_list ul li{ float:left; position:relative; width:48%; margin:0 4% 10px 0;}
	.case_list ul li:nth-child(2n){ margin-right:0;}
	.case_list ul li:nth-child(2n+1){ margin-right:4%;}
	.case_list ul li img{ height:auto;}
	.case_list ul li .tit{ padding:0;}
	.case_list ul li .tit a{font-size:14px;margin-top:5px;}
}


.product_lsit li{ float:left; position:relative; width:31.933%; margin:0 2.1% 20px 0; overflow:hidden; padding:0; position:relative;}
.product_lsit li:nth-child(3n){ margin-right:0;}
.product_lsit li .pic{ position:relative; overflow:hidden; width:100%; height:auto; padding-bottom:74%; border: 1px solid #ececec; border-radius:20px;} 
.product_lsit li .pic img{ position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; transition:all .5s ease; } 
.product_lsit li .tit{ position:relative;overflow:hidden;width:100%;height:auto;background:#fff; padding:20px 0px 10px; } 
.product_lsit .tit h3{ text-align:center; position:relative;font-size:18px; color:#333;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%; padding:0 10px;}
.product_lsit .desc{ color:#777;white-space:nowrap; overflow:hidden;margin:10px 0; text-overflow:ellipsis; display:none;} 
.product_lsit .harr{ opacity:0; } 
.product_lsit .showBox{ position:absolute; top:0px; left:0px; width:100%; height:100%; opacity:0; background:rgba(26,97,183,.6); transition:all 0.5s ease; } 
.product_lsit .showBoxLink{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); display:block; width:70%; color:#fff; text-align:center; font-size:18px; padding:0.5rem 0; }
.product_lsit .showBoxLink::before{ content:''; position:absolute; top:0px; left:50%; transform:translateX(-50%); width:60%; height:1px; background:#fff; transition:all .5s ease; }
.product_lsit .showBoxLink::after{ content:''; position:absolute; bottom:0px; left:50%; transform:translateX(-50%); width:60%; height:1px; background:#fff; transition:all .5s ease; }
.product_lsit li:hover .showBox{ opacity:1; }
.product_lsit li:hover .pic img{ transform:translate( -50% ,-50%) scale(1.1); }
.product_lsit li:hover .showBoxLink::before{ width:1rem; }
.product_lsit li:hover .showBoxLink::after{ width:1rem; }
.product_lsit li:hover .tit h3{ color:#1a61b7;}

.side_wrap .product_lsit{ padding-bottom:50px;}
.side_wrap .product_lsit li{ width:23.5%; margin-right:2%;}
.side_wrap .product_lsit li:nth-child(4n){ margin-right:0;}
.side_wrap .product_lsit li:nth-child(4n+1),.side_wrap .product_lsit li:nth-child(4n+2),.side_wrap .product_lsit li:nth-child(4n+3){ margin-right:2%;}
@media only screen and (min-width: 769px){
	.product_lsit li{ height:auto; }
} 
@media only screen and (max-width: 768px){
	.product_lsit{ padding:0 10px;}
	.product_lsit li{ width:48%; margin:0 4% 15px 0;}
	.product_lsit li:nth-child(2n){ margin-right:0;}
	.product_lsit li:nth-child(2n+1){ margin-right:4%;}
	.product_lsit li .pic{ border-radius:10px;} 
	.product_lsit li .tit{ padding:10px 0px 10px; } 
	.product_lsit .tit h3{ font-size:16px;}
	.product_lsit .showBoxLink{ font-size:16px; }
	.product_lsit .tit{ padding:10px 0px 0px; } 
	
	.side_wrap .product_lsit{ padding-bottom:20px;}
	.side_wrap .product_lsit li{ width:48.5%; margin-right:3%;}
	.side_wrap .product_lsit li:nth-child(2n){ margin-right:0;}
	.side_wrap .product_lsit li:nth-child(2n+1){ margin-right:3%;}
}

.page{ width:100%; margin:15px 0 0; height:auto;text-align:center;font-size:14px;color:#666666; font-family:'Conv_HelveticaNeueLT-ThinExt',"Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;}
.page a,.page span{vertical-align:middle;display:inline-block; padding:1px 13px;height:auto;color:#666666;line-height:30px;text-align:center;border-radius:3px;margin:0 3px;border:1px solid rgba(0, 0, 0, 0.2);-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;transition:.5s ease-in-out;}
.page a.on,.page a:hover{background-color:#1a61b7; border-color:#1a61b7;color:#ffffff;-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;transition:.5s ease-in-out;}
.page .none{ display:none !important;}
#page1{ display:none;} 

@media(max-width:767px){	
	/*page*/
	.page{ display:none;}
	#page1{ display:block; text-align:center; width:100%; height:auto; overflow:hidden;padding-top:10px;margin-bottom:10px;}
	#page1 a{ display:inline-block; margin-right:1px; padding:6px 12px; background:#0d548c; border-radius:5px; color:#FFF; font-size:14px;}
	#page1 a.num{ text-decoration:underline; color:#0d548c; font-weight:bold;}
	#page1 span{ display:inline-block;font-size:15px; color:#333; background:none; padding:6px 12px; }

}

.message{ width:100%; height:auto; padding:0;}
.message .title{ font-size:15px; color:#666; line-height:2;}
.message .title h5{ font-size:17px; font-weight:bold; color:#333;}
.message .title p{ padding:5px 0 0;}
.message .con{ width:100%; height:auto; padding:10px 0 0;}
.message .con dd{ float:left; width:100%; padding:10px 0;}
.message .con dd span{ display:block; font-size:15px; padding-right:10px; width:110px; color:#333; line-height:46px; text-align:right; float:left;}
.message .con dd input.inputA{ border:1px solid #e5e5e5; background:#fff; outline:none;}
.message .con dd input.inputA:hover{ border:1px solid #e4e4e4; background-color:#f9f9f9; }
.message .con dd .inputA{ float:left; width:554px; padding:10px 16px; font-size:15px; transition:all 0.3s linear; vertical-align:top;}
.message .con dd textarea{ float:left; min-height:166px;width:554px; padding:10px 16px; font-size:15px; transition:all 0.3s linear; vertical-align:top; border:1px solid #e5e5e5; outline:none;}
.message .con dd .inputBtn{ float:left; width:280px; padding:12px 0; font-size:18px; transition:all 0.3s linear; vertical-align:top; background:#de262e; color:#FFF; border:none; letter-spacing:1px;outline:none;}
@media(max-width:767px){
	.message{ padding:15px 10px 0;}
	.message .title{ font-size:14px;}
	.message .title h5{ font-size:16px;}
	.message .title p{ line-height:1.8;}
	.message .con dd{ padding:8px 0;}
	.message .con dd span{ display:none;}
	.message .con dd .inputA{ width:100%; padding:10px 10px; font-size:14px;}
	.message .con dd textarea{  min-height:126px;width:100%; padding:10px 10px; font-size:14px;}
	.message .con dd .inputBtn{  width:100%; padding:10px 0;}
}

.display_con{ width:100%; margin:0 auto; color:#666; min-height:300px; padding:0;}
.dis_title{ width:100%;text-align:center;padding-bottom:30px;border-bottom:1px dashed #e4e4e4; }
.dis_title.bornone{ margin-bottom:0; text-align:left;padding-bottom: 30px;border-bottom:1px solid #e5e5e5;}
.dis_title h4{ font-size:30px;margin-bottom:25px;color:#333;}
.dis_title.bornone h4{font-size:28px; margin-bottom:0;}
.dis_title span{ color:#888; font-size:15px; display:block; width:100%; line-height:30px;}
.d_c{ font-size:16px; line-height:2; padding:30px 0; width:100%; height:auto; color:#575757;}
.d_c em,.d_c i{ font-style:italic;}
.d_c b{ font-weight:bold;}
.d_c table{ border-collapse:collapse;}
.d_c table tr td{ border:1px solid #ddd; padding:5px; line-height:1.5;}

.pages{ margin-top:0; position:relative; padding:10px 0; border-top:1px solid #e4e4e4;}
.pages div{ height:40px; line-height:40px; font-size:16px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.pages span{ font-size:16px; color:#444;}
.pages a{ color:#444; font-size:16px;}
.pages a:hover{ color:#1a61b7;}
.pages .btn-back{ position:absolute; top:24px; right:0; width:115px; height:38px; padding-left:43px; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; font-size:15px; color:#fff; line-height:38px; background:url(/images/icon-back.png) no-repeat 10px center #0d548c; display:none;}
.pages .btn-back:hover{ color:#fff;}

.dis_img{ width:100%; height:auto; text-align:center;}
.dis_img img{ max-width:80%; height:auto; border:0 solid #CCC;}
#shuiyinDiv img{ max-width:90%; height:auto;}
.bd_weixin_popup{ box-sizing:content-box;}
.newsAvow,.smBox{ color:#999; font-size:14px; line-height:2; padding:15px 0 0;}
@media(max-width:767px){
.display_con{ width:100%; color:#666; min-height:100px; padding:0 10px 0;}
.dis_title{padding-bottom:12px;border-bottom:1px dashed #ededed;margin-bottom:0; }
.dis_title.bornone{padding-bottom:15px;}
.dis_title span{ line-height:1.5; font-size:13px;}
.dis_title h4{ font-size:24px; padding-top:0; margin-bottom:15px;}
.dis_title.bornone h4{ font-size:22px; margin-bottom:0;}
.d_c{ font-size:15px; padding:20px 0;}
.d_c img{ max-width:98%; height:auto;}

.pages{ padding:5px 0 0;}
.pages div{ height:auto; line-height:34px; border-bottom:0 dotted #CCC;}
.pages>div{ padding:0;}
.pages span{ font-size:15px; color:#333;}
.pages a{ font-size:15px;}

.btn {display:inline-block;padding:0; margin-bottom:0;
  font-size:14px;
  font-weight:normal;
  line-height:1.42857143;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
      touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  background-image:none;
  border:1px solid transparent;
  border-radius:4px;
}	
}

