@charset "utf-8";
/*******CSS commont*************/
*{margin:0;padding:0;border:0;outline:medium;text-shadow:none;text-decoration:none;}
p,dl,ol,ul{ margin:0;padding: 0;}
ol,ul{list-style:none;}
img {image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;}
/*******CSS reset*************/
@font-face{
    font-family: 'bahnschrift';
    src:url('../images/bahnschrift.ttf') format('truetype');
}
body{ background:#fff; overflow-x: hidden; color:#333333; font-size: 12px; overflow-x: hidden; overflow-y: auto;}
@media (min-width:1200px)
{
    body{ font-size: 14px; }
    .container{ padding:0px; }
}
@media (min-width:1601px)
{
    body{ font-size: 16px; }
    .container{ max-width: 1440px;}
}
a{ color:#333333; text-decoration:none; cursor: pointer; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
a:hover{ text-decoration: none; color:#2864b8; }
.imgbox {position:relative;overflow:hidden;width:100%;}
.imgbox:after {content:'';display:block;padding-top:75%;}
.imgbox img { width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); transition:.36s width; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); }
.imgbox:hover img{width:110%;transition:.36s width;}
.imgboxs{position:relative;overflow:hidden;width:100%;}
.imgboxs:after {content:'';display:block;padding-top:100%;}
.imgboxs img { width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); transition:.36s width; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); }
.imgboxs:hover img{ width:110%; transition:.36s width; -webkit-transition:.36s width; -moz-transition:.36s width; -ms-transition:.36s width; -o-transition:.36s width; }
.jimgbox {position:relative;overflow:hidden;width:100%;}
.jimgbox:after {content:'';display:block;padding-top:64.74%;}
.jimgbox img { width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); transition:.36s width; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); }
.jimgbox:hover img{width:110%;transition:.36s width;}
.zimgbox {position:relative;overflow:hidden;width:100%;}
.zimgbox:after {content:'';display:block;padding-top:58.53%;}
.zimgbox img { width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); transition:.36s width; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); }
.zimgbox:hover img{width:110%;transition:.36s width;}
.cimgbox {position:relative;overflow:hidden;width:100%;}
.cimgbox:after {content:'';display:block;padding-top:50%;}
.cimgbox img { width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); transition:.36s width; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); }
.cimgbox:hover img{width:110%;transition:.36s width;}
.nimgbox {position:relative;overflow:hidden;width:100%;}
.nimgbox:after {content:'';display:block;padding-top:60%;}
.nimgbox img { width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); transition:.36s width; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); }
.nimgbox:hover img{width:110%;transition:.36s width;}
.simgbox {position:relative;overflow:hidden;width:100%;}
.simgbox:after {content:'';display:block;padding-top:122%;}
.simgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.simgbox:hover img{width:110%;transition:.36s width;}
.ln1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ln2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ln3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/*******Css header*******/
#header{ width: 100%; padding: 12px 0px 12px 0px; background: #fff; position:fixed; top: 0px; left: 0px; z-index: 999; transition: all 0.4s ease-out 0s; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; }
#header.shows{ padding: 8px 0px 8px 0px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);}
.map-open{ font-size: 26px; color: #2864b8;}
#mnav{ background: #2864b8; padding: 2px 0px;}
#mnav a{ position: relative; color: #fff; float: left; line-height: 26px; height: 26px; font-size: 13px; width: 25%; text-align: center;}
#mnav a:hover{ font-weight: bold; color: #f0ed0e;}
#mnav a.on{ font-weight: bold; color: #f0ed0e;}
@media (min-width:370px) 
{
    #mnav{ padding: 5px 0px; }
    #mnav a{ line-height: 28px; height: 28px; font-size: 14px;}
}
@media (min-width:768px) 
{
    #mnav{ padding: 0px; }
    #mnav a{ width: 12.5%; line-height: 42px; height: 42px;}
}
@media (min-width:992px) 
{
    #header{ padding: 14px 0px 14px 0px; }
    #mnav a{ line-height: 48px; height: 48px;}
}
@media (min-width:1200px) 
{
    #header{ padding:0px; height: 90px;}
    #navs .nli{ width: 11.111%; float: left; position: relative; text-align: center;}
    #navs .navs-tt{ height: 90px; display: flex; justify-content:center!important; align-items: center!important;  transition: all 0.3s ease-out 0s;}
    #navs .navs-zw{ font-weight: bold; font-size: 15px;}
    #navs .navs-yw{ font-size: 12px; color: #888888; text-transform: uppercase;}
    #navs .subs{ height: 40px; line-height: 40px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06); width: 100%; display: none; position: fixed; left: 0px; z-index: 999; background: rgba(0, 0, 0, 0.6);  top: 90px;}
    #navs .subs .container{ position: relative;}
    #navs .subs-cc{ position: absolute; right: 0px; top: 0px; padding-right: 8px;}
    #navs .subs a{ transform: translateY(0px); font-size:13px; float: left; color: #fff; margin:0px 12px; }
    #navs .subs a:hover{ font-weight: bold; color: #fff;}
    #navs .subs a.on{ font-weight: bold;  color: #fff;}
    #navs .nli:hover .navs-tt{ background:#2864b8;}
    #navs .nli:hover .navs-tt a{ transform: translateY(1px); -webkit-transform: translateY(1px); -moz-transform: translateY(1px); -ms-transform: translateY(1px); -o-transform: translateY(1px); }
    #navs .nli:hover .navs-zw{ color: #fff; }
    #navs .nli:hover .navs-yw{ color: #fff; }
    #navs .nli.ons .navs-tt{ background:#2864b8;}
    #navs .nli.ons .navs-zw{ color: #fff; }
    #navs .nli.ons .navs-yw{ color: #fff; }
    #navs .nli:hover .subs a{ opacity: 0; animation: liMove 0.3s linear forwards;}
    #header.shows{ height:60px; padding: 0px;}
    #header.shows #navs .navs-tt{ height: 60px;}
    #header.shows #navs .subs{ top: 60px;}
}
@media (min-width:1400px) 
{
    #header{ height: 100px;}
    #navs .navs-tt{ height: 100px;}
    #navs .navs-zw{ font-size: 16px;}
    #navs .subs{ top: 100px; height: 48px; line-height: 48px;}
    #navs .subs-cc{ padding-right: 10px;}
    #navs .subs a{ font-size: 14px; margin:0px 14px;}
    #header.shows{ height:70px; }
    #header.shows #navs .navs-tt{ height: 70px;}
    #header.shows #navs .subs{ top: 70px;}
}
@media (min-width:1601px) 
{
    #header{ height: 110px;}
    #header .container{ max-width: 1440px;}
    #navs .navs-tt{ height: 110px;}
    #navs .navs-zw{ font-size: 17px;}
    #navs .subs{ top: 110px; height: 56px; line-height: 56px;}
    #navs .subs-cc{ padding-right: 16px;}
    #navs .subs a{ font-size: 15px; margin:0px 16px;}
    #header.shows{ height:80px; }
    #header.shows #navs .navs-tt{ height: 80px;}
    #header.shows #navs .subs{ top: 80px;}
}
@keyframes liHIde {
	0% {
		transform: translateY(0px);
		opacity: 1;
	}

	100% {
		transform: translateY(110%);
		opacity: 0;
	}
}
@keyframes liMove {
	0% {
		transform: translateY(-110%);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}
#menu-map{ transform: translateY(-100%);transition: all 800ms cubic-bezier(.8, 0, .33, 1);
    border-radius: 0 0 50% 50%;
    opacity: 0;position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; background: #fff; width: 100%!important; height: 100%!important; overflow-x:hidden; overflow-y: scroll; }
#menu-map.down {
    border-radius: 0% 0% 0% 0%;
    transform: translateY(0);
    opacity: 1;
}
.map-closes{ height: 61px; line-height: 61px; overflow:hidden; }
.map-closes a{ text-align: center; float: right; margin-right: 2px; }
.map-closes a .iconfont{ font-size: 30px; color:#2864b8; }
.map-close:hover {
    transform: rotate(90deg);
    border-radius: 50%;
}
.mnavul{ width: 98%; margin: 10px auto;}
.nav-item{position: relative; border-bottom: solid 1px #f5f5f5;}
.nav-item p{overflow: hidden;line-height: 50px;max-height:50px; font-size: 15px; padding: 0px 10px;}
.nav-item p i{ float: right;  color: #666;}
.nav-item p a{ float: left;}
.nav-item.on{ color: #2864b8; }
.nav-item.on a{ color: #2864b8; }
.nav-item.on p i{ color: #2864b8; }
.nav-item.nav-show{border-bottom: none; background:#f5f5f5; }
.nav-item .msubs{display:none; padding: 0px 16px 12px 16px; overflow:hidden; }
.nav-item .msubs a{ line-height: 2; margin-bottom:5px; font-size: 14px; display: block;}
.nav-item .msubs a.on{ color:#2864b8;}
.nav-item .msubs a:hover{ color:#2864b8;}
.nav-item.nav-show .msubs{display: block;}
.nav-item.nav-show p i{transform:rotate(90deg);}
#mbanners{ overflow: hidden; position: relative;}
#mbanners img{ width: 100%;}
#mbanners .swiper-pagination{ bottom: 10px; }
#mbanners .swiper-pagination-bullet{ outline: none; background:rgba(255, 255, 255, 0.6);}
#mbanners .swiper-pagination-bullet-active{ background: #2864b8; }
#banners{ overflow: hidden; position: relative;}
#banners img{ width: 100%;}
#banners .s-prev,#banners .s-next{ z-index: 9; width: 34px; height: 56px; position: absolute; top: 50%; margin-top: -28px;}
#banners .s-prev{ background-color:rgba(0, 0, 0, 0.3); background-image: url(../images/left_02.png); background-position:center; background-repeat: no-repeat; left: 30px;}
#banners .s-next{ background-color:rgba(20, 97, 205, 0.8); background-image: url(../images/right_02.png); background-position:center; background-repeat: no-repeat; right: 30px;}
#banners .s-prev:hover{ background-color:rgba(0, 0, 0, 0.8);}
#banners .s-next:hover{ background-color:rgba(20, 97, 205, 1);}
.vbanners{ position: relative; }
#vbanners{ position: relative; }
#vbanners img{ width: 100%; }
#vbanners .swiper-prev,#vbanners .swiper-next{ z-index: 9; width: 34px; height: 56px; position: absolute; top: 50%; margin-top: -28px; cursor: pointer; outline: none; transition: all 0.3s ease-out 0.05s; }
#vbanners .swiper-prev{ background-color:rgba(0, 0, 0, 0.3); background-image: url(../images/left_02.png); background-position:center; background-repeat: no-repeat; left: 30px;}
#vbanners .swiper-next{ background-color:rgba(20, 97, 205, 0.8); background-image: url(../images/right_02.png); background-position:center; background-repeat: no-repeat; right: 30px;}
#vbanners .swiper-prev:hover{ background-color:rgba(0, 0, 0, 0.8); }
#vbanners .swiper-next:hover{ background-color:rgba(20, 97, 205, 1); }
.banner_video{ position: absolute; width: 100%; height: 100%; z-index: 22; top: 0px; left: 0px;}
.video_btn_s{ display: none; z-index: 55; width: 50px; height: 50px; background: url(../images/video_01.png) no-repeat; background-size: cover; position: absolute; left: 25px; bottom: 30px; cursor: pointer;}
.banner_mouse{ z-index: 99; bottom: 20%; left: 50%; margin-left: 570px; position:absolute;width: 23px;height: 40px;cursor:pointer;background:url(../images/banner_mouse_ico.png) no-repeat -23px 0px;-webkit-animation: nudgeMouse 1.6s linear infinite;animation: nudgeMouse 1.6s linear infinite;}
.banner_mouse:after,.banner_mouse:before{content: "";position: absolute;}
.banner_mouse:before{width:23px;height:40px;background:url(../images/banner_mouse_ico.png) no-repeat 0px 0px;-webkit-animation: colorSlide 1.6s linear infinite;animation: colorSlide 1.6s linear infinite;top:0;left:0;}
.banner_mouse:after{background-color: #ffffff;width: 4px;height: 4px;border-radius: 100%;-webkit-animation: trackBallSlide 1.6s linear infinite;animation: trackBallSlide 1.6s linear infinite;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
@media (min-width:1400px) 
{
    #banners .s-prev{ left: 50px;}
    #banners .s-next{ right: 50px;}
    #vbanners .swiper-prev{ left: 50px;}
    #vbanners .swiper-next{ right: 50px;}
}
@media (min-width:1601px) 
{
    #banners .s-prev{ left: 90px;}
    #banners .s-next{ right: 90px;}
    #vbanners .swiper-prev{ left: 90px;}
    #vbanners .swiper-next{ right: 90px;}
    .banner_mouse{ margin-left: 700px; }
}
@keyframes colorSlide {
    0% {
   height:0;
 }

90%{
   height:40px;
 }
}
@keyframes trackBallSlide {
0% {
opacity: 1;
-webkit-transform: scale(1) translateY(-8px);
       transform: scale(1) translateY(-8px);
}
34% {
opacity: 1;
-webkit-transform: scale(0.9) translateY(4px);
       transform: scale(0.9) translateY(4px);
}
68% {
opacity: 0;
-webkit-transform: scale(0.4) translateY(16px);
       transform: scale(0.4) translateY(16px);
}
100% {
opacity: 0;
-webkit-transform: scale(0.4) translateY(-8px);
       transform: scale(0.4) translateY(-8px);
}
}
@keyframes nudgeMouse {
0% {
-webkit-transform: translateY(0);
       transform: translateY(0);
}
50% {
-webkit-transform: translateY(8px);
       transform: translateY(8px);
}
100% {
-webkit-transform: translateY(0);
       transform: translateY(0);
}
}
#page-banner{ position: relative; background: #263142;}
.page-banner{ width: 100%; position: absolute; bottom: -24px; left: 0px; z-index: 2;}
.page-banner .container{ background: #2864b8; height: 60px; line-height: 60px;}
.page-banner-menu{ overflow: hidden;}
.page-banner-menu .swiper-slide{ width: auto;}
.page-banner-menu a{ width: 100%; float: left; padding: 0px 16px; font-size: 14px; color: #fff;}
.page-banner-menu a:hover{ background: #f0f4f7; color: #333;}
.page-banner-menu a.on{ background: #f0f4f7; color: #333; font-weight: bold;}
.page-banners{ background: #2864b8; height: 60px; line-height: 60px;}
@media (min-width:768px) 
{
    .page-banner-menu a{ padding: 0px 20px;}
}
@media (min-width:992px) 
{
    .page-banner-menu{ width: 68%; float: left;}
    .page-banner-crum{ width: 28%; color: #89b5f4; float: right; overflow: hidden; text-align: right;}
    .page-banner-crum a{ color: #89b5f4;}
    .page-banner-crum a:hover{ color: #fff;}
    .page-banner-crum-sp1{ margin-right: 2px;}
}
@media (min-width:1200px) 
{
    .page-banner{ bottom: -32px;}
    .page-banner .container{ height: 80px; line-height: 80px;}
    .page-banner-menu{ margin-left: 6px;}
    .page-banner-menu a{ padding: 0px 24px; font-size: 15px; }
    .page-banner-crum{ padding-right: 16px;}
    .page-banners{ height: 80px; line-height: 80px;}
}
@media (min-width:1400px) 
{
    .page-banner{ bottom: -36px;}
    .page-banner .container{ height: 90px; line-height: 90px;}
    .page-banner-menu{ margin-left: 8px;}
    .page-banner-menu a{ padding: 0px 30px; font-size: 16px; }
    .page-banner-crum{ padding-right: 20px;}
    .page-banners{ height: 90px; line-height: 90px;}
}
@media (min-width:1601px) 
{
    .page-banner{ bottom: -40px;}
    .page-banner .container{ height: 100px; line-height: 100px;}
    .page-banner-menu a{ padding: 0px 36px; font-size: 17px; }
    .page-banner-crum{ padding-right: 28px; font-size: 14px;}
    .page-banners{ height: 100px; line-height: 100px;}
}
/*******Css home*******/
#chan1{ padding: 20px 0px;}
#chan1 .container{ position: relative;}
#chan1 .container .swiper-pagination{ top: 16px; bottom: auto; text-align: right; padding-right: 6px;}
.chan1-tt{ font-size: 20px; color: #123971;}
.chan1-ft{ color: #123971;}
.fwfw{ overflow: hidden; margin-top: 2px;}
.fwfw a{ padding: 12px; width: 100%; float: left; position: relative; text-align: center;}
.fwfw-img{ height: 46px; overflow: hidden; position: relative; z-index: 4;}
.fwfw-img .fwfw-imgc{ transition: all 0.5s; transform: translateY(0); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); }
.fwfw a:hover .fwfw-imgc{ transform: translateY(-100%); -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); }
.fwfw-tt{ color: #666666; margin-top: 4px; font-size: 14px; height: 22px; line-height: 22px; position: relative; z-index: 4;}
.fwfw-ft{ color: #999; font-family: Arial; font-size: 12px; line-height: 1.5; position: relative; z-index: 4;}
.fwfw a:hover .fwfw-tt{ color: #2864b8;}
.fwfw a:hover .fwfw-ft{ color: #2864b8;}
.fwfw a span{ width: 0px; height: 0px; opacity: 0; border-radius: 50%; position: absolute; top: 50%; left: 50%;  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.fwfw-sp1{ background: #c1daf2; z-index: 3; transition: all 0.4s ease-out 0s; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; }
.fwfw-sp2{ background: #d4e5f6; z-index: 2; transition: all 0.7s ease-out 0s; -webkit-transition: all 0.7s ease-out 0s; -moz-transition: all 0.7s ease-out 0s; -ms-transition: all 0.7s ease-out 0s; -o-transition: all 0.7s ease-out 0s; }
.fwfw-sp3{ background: #e8f1fa; z-index: 1; transition: all 0.9s ease-out 0s; -webkit-transition: all 0.9s ease-out 0s; -moz-transition: all 0.9s ease-out 0s; -ms-transition: all 0.9s ease-out 0s; -o-transition: all 0.9s ease-out 0s; }
.fwfw a:hover .fwfw-sp1{ width: 60px; height: 60px; opacity: 1; }
.fwfw a:hover .fwfw-sp2{ width: 90px; height: 90px; opacity: 1; }
.fwfw a:hover .fwfw-sp3{ width: 114px; height: 114px; opacity: 1; }
#chan2{ background: url(../images/about_bg2.jpg) no-repeat top center; padding-top: 20px; position: relative;}
.about-tt{ margin-top: 12px;}
.about-tt a{ font-size: 16px; font-weight: bold; color: #e2f0ff;}
.about-ft{ color: #e2f0ff; font-size: 20px; font-weight: bold;}
.about-ft b{ font-size: 48px; font-family: 'bahnschrift'; margin: 0px 6px;}
.about-dc{ color: #e2f0ff; font-weight: bold; font-size: 18px; padding-bottom: 16px; border-bottom: solid 2px #a4d1ff;}
.about-cc{ margin-top: 16px; color: #89b5f2;}
.about-mm{ margin-top: 20px; overflow: hidden;}
.about-mm a{ color: #e2f0ff; float: left; border: solid 1px #a4d1ff; padding: 0px 28px; height:36px; line-height: 36px; border-radius: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px; -ms-border-radius: 24px; -o-border-radius: 24px; }
.about-mm a span{ float: left;}
.about-mm-sp2{ margin-left: 12px; transition: all 0.3s ease-out 0s; font-size: 14px;}
.about-mm a:hover{ background: #fff; color: #2864b8;}
.about-mm a:hover .about-mm-sp2{ margin-left: 20px;}
.about-ul{ overflow: hidden; margin-top: 20px; color: #c1e0ff;}
.about-ul li{ padding-right: 20px;}
.about-li-tt{ font-size: 30px; font-family: 'bahnschrift';}
#chan3{ background: url(../images/bg1.jpg) no-repeat; background-size: cover; background-attachment: fixed; padding: 20px 0px;}
.chan3-tt{ position: relative; padding-right: 148px;}
.chan3-tt1 a{ font-size: 16px; font-weight: bold; color: #2864b8;}
.chan3-tt2{ font-size: 20px; font-weight: bold; margin-top: 8px; color: #123971;}
.chan3-tt3{ color: #666666; margin-top: 6px;}
.chan3-tt-mm{ position: absolute; top: 0px; right: 0px; border: solid 1px #bcbcbc; color: #bcbcbc; padding: 0px 28px; height:36px; line-height: 36px; border-radius: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px; -ms-border-radius: 24px; -o-border-radius: 24px;}
.chan3-tt-mm span{ float: left;}
.chan3-tt-mm-sp2{ margin-left: 12px; transition: all 0.3s ease-out 0s; font-size: 14px;}
.chan3-tt-mm:hover{ background: #fff; color: #2864b8; border: solid 1px #2864b8;}
.chan3-tt-mm:hover .chan3-tt-mm-sp2{ margin-left: 20px;}
#chan5 .chan3-tt-mm:hover{ background: #2864b8; color: #fff; border: solid 1px #2864b8;}
#mjpgc{ margin-top: 16px; overflow: hidden; position: relative;}
#mjpgc .swiper-wrapper a{ width: 100%; float: left; background: #666;}
#mjpgc .swiper-wrapper a .mjpgc-txt{ color: #fff; padding: 10px; background-repeat: no-repeat; background-size: cover;}
#mjpgc .swiper-wrapper a.mjpgc-a1 .mjpgc-txt{ background-image: url(../images/jpgc_bg2.jpg);}
#mjpgc .swiper-wrapper a.mjpgc-a0 .mjpgc-txt{ background-image: url(../images/jpgc_bg1.jpg);}
.mjpgc-txt-tt{ line-height:20px; height: 40px; overflow: hidden; font-size: 14px; font-weight: bold; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; }
.mjpgc-txt-line{ height: 1px; overflow: hidden; background: #fff; margin: 10px 0px;}
.mjpgc-txt-cc p{ line-height: 18px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; background-repeat: no-repeat; background-position: left top; padding-left: 22px; margin-bottom: 8px;}
.mjpgc-txt-cc-p1{ background-image: url(../images/jpgc_icon2.png); height: 36px; -webkit-line-clamp: 2;}
.mjpgc-txt-cc-p2{ background-image: url(../images/jpgc_icon3.png); height: 36px; -webkit-line-clamp: 2;}
.mjpgc-txt-cc-p3{ background-image: url(../images/jpgc_icon4.png); height: 54px; -webkit-line-clamp: 3;}
.mjpgc-txt-mm{ margin-top: 12px; overflow: hidden;}
.mjpgc-txt-mm-cc{ padding: 0px 16px 0px 16px; float: left; height: 32px; line-height: 32px; position: relative;}
.mjpgc-txt-mm-cc i{ transition: all 0.3s ease-out 0s; z-index: 1; position: absolute; top: 0px; left: 6px; width: 32px; height: 32px; background: #ff681d; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.mjpgc-txt-mm-cc span{ position: relative; z-index: 2; float: left;}
.mjpgc-txt-mm-sp2{ margin-left: 8px; transition: all 0.3s ease-out 0s; }
#mjpgc .swiper-wrapper a:hover .mjpgc-txt-mm-sp2{ margin-left: 20px;}
#mjpgc .swiper-wrapper a:hover .mjpgc-txt-mm-cc i{ width: 100%; border-radius: 32px; -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; -o-border-radius: 32px; }
#mjpgc .s-prev,#mjpgc .s-next{ z-index: 1; background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
#mjpgc .s-prev{ left: 0px; background-color: #dedede; background-image: url(../images/left_01.png);}
#mjpgc .s-next{ right: 0px; background-color: #c2c2c2; background-image: url(../images/right_01.png);}
#mjpgc .s-prev:hover{ background-color: #ff681d;}
#mjpgc .s-next:hover{ background-color: #ff681d;}
#chan4{ padding: 20px 0px; background: url(../images/bg2.jpg) no-repeat; background-size: cover; background-attachment: fixed;}
.chan4-tt a{ font-size: 16px; font-weight: bold; color: #e2f0ff;}
.chan4-ft{ overflow: hidden; margin-top: 8px;}
.chan4-ft a{ padding-left: 16px; font-weight: bold; color: #e2f0ff; font-size: 18px; float: left; height: 36px; line-height: 36px; margin-right: 16px; position: relative;}
.chan4-ft a i{ position: absolute; left: 0px; top: 50%; margin-top: -2px; width: 8px; height: 4px; background: #e2f0ff; transition: all 0.3s ease-out 0s;}
#chan4-ft-a3{ margin-right: 0px;}
.chan4-ft a:hover{ color: #ff681d;}
.chan4-ft a:hover i{ background: #ff681d;}
.chan4-dc{ color: #89b5f2; margin-top: 6px;}
#mnews{ overflow: hidden; margin-top: 16px; position: relative;}
#mnews .s-prev,#mnews .s-next{ z-index: 1; background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
#mnews .s-prev{ left: 0px; background-color: #dedede; background-image: url(../images/left_01.png);}
#mnews .s-next{ right: 0px; background-color: #c2c2c2; background-image: url(../images/right_01.png);}
#mnews .s-prev:hover{ background-color: #ff681d;}
#mnews .s-next:hover{ background-color: #ff681d;}
#mnews .swiper-wrapper a{ width: 100%; float: left; background: #fff; padding: 10px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; }
.mnews-tm{ color: #2864b8;}
.mnews-tm .mnews-tm-sp2{ margin-left: 10px;}
.mnews-tt{ height: 28px; line-height: 28px; font-size: 15px; font-weight: bold; margin-top: 4px;}
.mnews-ft{ height: 18px; line-height: 18px; font-weight: bold; position: relative; font-size: 13px; padding-left: 22px;}
.mnews-ft::after{ content: ''; width: 16px; height: 2px; background: #363636; position: absolute; left: 0px; top: 50%; margin-top: -1px;}
.mnews-dc{ height: 18px; line-height: 18px; color: #666666; margin-top: 4px;}
.mnews-mm{ margin-top: 12px; overflow: hidden;}
.mnews-mm-cc{ padding: 0px 14px 0px 12px; float: left; height: 32px; line-height: 32px; position: relative;}
.mnews-mm-cc i{ transition: all 0.3s ease-out 0s; z-index: 1; position: absolute; top: 0px; left: 6px; width: 32px; height: 32px; background: #ff681d; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; }
.mnews-mm-cc span{ position: relative; z-index: 2; float: left;}
.mnews-mm-sp2{ margin-left: 8px; transition: all 0.3s ease-out 0s; }
.mnews-mm-sp1 font{ color: #fff;}
#mnews .swiper-wrapper a:hover{ background: #dae7f7;} 
#mnews .swiper-wrapper a:hover .mnews-mm-sp2{ margin-left: 20px;}
#mnews .swiper-wrapper a:hover .mnews-mm-cc i{ width: 100%; border-radius: 32px; -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; -o-border-radius: 32px; }
#mnews .swiper-wrapper a:hover .mnews-mm-cc{ padding-left: 16px; color: #fff;}
.chan4-mm{ text-align: center; margin-top: 20px;}
.chan4-mm a{ color: #fff; display: inline-block; border: solid 1px #fff; padding: 0px 28px; height:36px; line-height: 36px; border-radius: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px; -ms-border-radius: 24px; -o-border-radius: 24px; }
.chan4-mm a span{ float: left;}
.chan4-mm-sp2{ margin-left: 12px; transition: all 0.3s ease-out 0s; font-size: 14px;}
.chan4-mm a:hover{ background: #fff; color: #2864b8;}
.chan4-mm a:hover .chan4-mm-sp2{ margin-left: 20px;}
#chan5{ background: #eaedf0; padding: 20px 0px;}
.zysl{ overflow: hidden;}
.zysl a{ width: 100%; float: left; margin-top: 16px; position: relative;}
.zysl-img{ overflow: hidden; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 1; display: flex; align-items: center;}
.zysl-img img{ transition: all 0.3s ease-out 0s;}
.zysl-bg{ transition: all 0.3s ease-out 0s; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 2; background: rgba(0, 0, 0, 0.2); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; }
.zysl-txt{ color: #fff;  position: relative; z-index: 2; width: 80%; margin: 0px auto; padding: 26px 0px;}
.zysl-txt-tt{ height: 32px; line-height: 32px; font-size: 20px; font-weight: bold; padding-left: 30px; position: relative;}
.zysl-txt-tt::after{ content: ''; position: absolute; top: 50%; margin-top: -2px; left: 6px; width: 10px; height: 4px; background: #fff; transition: all 0.3s ease-out 0s;}
.zysl-txt-dc{ margin-top: 12px; font-weight: bold; font-size: 14px;}
#kjcx .zysl-txt-dc p{ height: 26px; line-height: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#zypz .zysl-txt-dc{ height: 104px; line-height: 26px; overflow: hidden; 
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;}
#kjcx .zysl-txt-dc{ height: 104px; overflow: hidden;}    
.zysl-txt-mm{ overflow: hidden; margin-top: 16px;}
.zysl-txt-mm-cc{ padding: 0px 16px 0px 12px; float: left; height: 32px; line-height: 32px; position: relative;  transition: all 0.3s ease-out 0s;}
.zysl-txt-mm-cc i{ transition: all 0.3s ease-out 0s; z-index: 1; position: absolute; top: 0px; left: 6px; width: 32px; height: 32px; background: #ff681d; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.zysl-txt-mm-cc span{ position: relative; z-index: 2; float: left;}
.zysl-txt-mm-sp2{ margin-left: 8px; transition: all 0.3s ease-out 0s; }
.zysl a:hover .zysl-bg{ background: rgba(40, 100, 184, 0.88);}
.zysl a:hover .zysl-img img{ transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); } 
.zysl a:hover .zysl-txt-mm-sp2{ margin-left: 20px;}
.zysl a:hover .zysl-txt-mm-cc i{ width: 100%; border-radius: 32px; -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; -o-border-radius: 32px; }
.zysl a:hover .zysl-txt-mm-cc{ padding-left: 16px;}
#chan6{ padding: 20px 0px;}
.rysl a{ width: 100%; float: left; margin-top: 16px; position: relative; padding-bottom: 100px;}
.rysl-img{ overflow: hidden;}
.rysl-img img{ transition: all 0.3s ease-out 0s; width:100%;}
.rysl-txt{ padding: 10px; position:absolute; bottom: 0px; left: 0px; width: 100%; z-index: 1; transition: all 0.3s ease-out 0s; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; }
.rysl-txt-tt{ height: 30px; line-height: 30px; font-size: 16px; font-weight: bold; color: #666666;}
.rysl-txt-dc{ color: #999999; line-height: 20px; height: 20px; margin-top: 4px; overflow: hidden; 
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;}
.rysl-txt-mm{ height: 20px; line-height: 20px; margin-top: 6px; font-size: 14px; transition: all 0.3s ease-out 0s;}
.rysl-bg{ width: 100%; height: 0px; opacity: 0; background: #2864b8; position: absolute; bottom: 0px; left: 0px; transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; }
.rysl a:hover .rysl-bg{ height: 130px; opacity: 1;}
.rysl a:hover .rysl-txt{ bottom: 12px;}
.rysl a:hover .rysl-txt-tt{ color: #fff;}
.rysl a:hover .rysl-txt-dc{ color: #fff;}
.rysl a:hover .rysl-txt-mm{ color: #fff;}
.rysl a:hover .rysl-img img{ transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); }
.rysl-txth{ display: none;}
@media (min-width:370px) 
{
    .chan4-ft a{ padding-left: 20px; margin-right: 20px; font-size: 20px;}
    .chan4-ft a:hover i{ width: 12px;}
}
@media (min-width:768px) 
{
    #chan2 .container{ position: relative; padding-bottom: 40px; padding-right: 270px;}
    .about-zm{ width:300px; position: absolute; right: 0px; text-align: right;}
    .about-img{ width: 40%; position: absolute; bottom: 0px; right: 0px;}
    .mjpgc-txt-tt{ height: 24px; line-height: 24px; font-size: 15px;} 
    .mjpgc-txt-cc p{ line-height: 20px; }
    .mjpgc-txt-cc-p1{ height: 20px;}
    .mjpgc-txt-cc-p2{ height: 20px; -webkit-line-clamp: 1;}
    .zysl a{ width: 49%;}
    #zypz{ float: right;}
    .rysl a{ width: 49%;}
    #rysl-qysl{ float: right;}
    #rysl-zbgg{ float: right;}
}
@media (min-width:992px) 
{
    .about-img{ width: 34%;}
    #mnews .swiper-wrapper a{ padding: 12px 16px;}
    .rysl a{ width: 23.5%; margin-right: 2%;}
    #rysl-qysl{ float: left;}
    #rysl-zbgg{ float: left; margin-right:0px;}
    .rysl-txt-dc{ -webkit-line-clamp: 2; height: 40px;}
    .zysl-txt{ padding: 32px 0px;} 
    .rysl a{ padding-bottom: 120px;}
}
@media (min-width:1200px) 
{
    #chan1{ padding: 32px 0px;}
    .chan1-tt{ font-size: 24px;}
    .fwfw{ margin-top: 4px;}
    .fwfw a{ padding:28px 16px;}
    .fwfw a:hover .fwfw-sp1{ width: 70px; height: 70px; }
    .fwfw a:hover .fwfw-sp2{ width: 106px; height: 106px;  }
    .fwfw a:hover .fwfw-sp3{ width: 150px; height: 150px; }
    .fwfw-tt{ margin-top: 6px; height: 24px; line-height: 24px; font-size: 15px;}
    #chan2 .container{ padding-bottom:56px; padding-right: 360px;}
    .about-tt{ padding-top: 40px;}
    .about-tt a{ font-size: 18px;}
    .about-ft{ font-size: 24px;}
    .about-ft b{ font-size: 60px;}
    .about-dc{ font-size: 20px; padding-bottom: 20px;}
    .about-cc{ margin-top: 20px;}
    .about-mm{ margin-top: 32px;}
    .about-mm a{ padding: 0px 32px; height: 42px; line-height: 42px; border-radius: 28px; -webkit-border-radius: 28px; -moz-border-radius: 28px; -ms-border-radius: 28px; -o-border-radius: 28px; } 
    .about-mm-sp2{ font-size: 16px;}
    .about-img{ width: 38%;}
    .about-ul{ margin-top: 40px;}
    .about-ul li{ padding-right: 32px;}
    .about-li-tt{ font-size: 42px;}
    .chan2-bg{ position: absolute; right: 0px; bottom: -35px; width: 160px; height: 70px; background: #ff681d;}
    #chan3{ padding: 68px 0px 32px 0px; }
    .chan3-tt1 a{ font-size: 18px;}
    .chan3-tt2{ font-size: 24px; margin-top: 10px;}
    .chan3-tt-mm{ padding: 0px 32px; height: 42px; line-height: 42px; border-radius: 28px; -webkit-border-radius: 28px; -moz-border-radius: 28px; -ms-border-radius: 28px; -o-border-radius: 28px; }
    #jpgcs{ margin-top: 24px; position: relative;}
    #jpgcs .s-prev,#jpgcs .s-next{ z-index: 1; background-repeat: no-repeat; background-position: center; position: absolute; bottom: 70px; width: 40px; height: 40px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
    #jpgcs .s-prev{ left: 2.5%; background-color: #dedede; background-image: url(../images/left_01.png);}
    #jpgcs .s-next{ right: 3.5%; background-color: #c2c2c2; background-image: url(../images/right_01.png);}
    #jpgcs .s-prev:hover{ background-color: #ff681d;}
    #jpgcs .s-next:hover{ background-color: #ff681d;}
    #jpgc{ width: calc(100% - ((100% - 1140px) / 2)); overflow: hidden;}
    #jpgc .gallery-top .swiper-wrapper a{ width: 100%; float: left; position: relative;} 
    #jpgc .gallery-top .swiper-slide{ width: 1140px; margin-left:70px; } 
    .jpgc-txt{ color: #fff; display: flex; padding: 24px 30px; width:45.83%; height: 100%; background-color: #eee; background-repeat: no-repeat; background-size: cover; position: absolute; top: 0px; left: 0px;}
    .jpgc-img{ width: 54.17%; float: right;}
    .jpgc-a1 .jpgc-txt{ background-image: url(../images/jpgc_bg2.jpg);}
    .jpgc-a0 .jpgc-txt{ background-image: url(../images/jpgc_bg1.jpg);}
    .jpgc-txt-tt{ height: 42px; line-height: 42px; overflow: hidden; font-size: 18px; font-weight: bold;}
    .jpgc-txt-line{ width: 100%; height: 1px; overflow: hidden; background: #fff; margin: 24px 0px;}
    .jpgc-txt-cc p{ line-height: 25px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; background-repeat: no-repeat; background-position: left 4px; padding-left: 28px; margin-bottom: 12px;}
    .jpgc-txt-cc-p1{ background-image: url(../images/jpgc_icon2.png); height: 25px; -webkit-line-clamp: 1;}
    .jpgc-txt-cc-p2{ background-image: url(../images/jpgc_icon3.png); height: 25px; -webkit-line-clamp: 1;}
    .jpgc-txt-cc-p3{ background-image: url(../images/jpgc_icon4.png); max-height: 50px; -webkit-line-clamp: 2;}
    .jpgc-txt-mm{ margin-top: 30px; overflow: hidden;}
    .jpgc-txt-mm-cc{ padding: 0px 16px 0px 12px; float: left; height: 34px; line-height: 34px; position: relative;  transition: all 0.3s ease-out 0s;}
    .jpgc-txt-mm-cc i{ transition: all 0.3s ease-out 0s; z-index: 1; position: absolute; top: 0px; left: 6px; width: 34px; height: 34px; background: #ff681d; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; }
    .jpgc-txt-mm-cc span{ position: relative; z-index: 2; float: left;}
    .jpgc-txt-mm-sp2{ margin-left: 10px; transition: all 0.3s ease-out 0s; font-size: 16px;}
    #jpgc .gallery-top .swiper-wrapper a:hover .jpgc-txt-mm-cc{ padding: 0px 16px 0px 16px;}
    #jpgc .gallery-top .swiper-wrapper a:hover .jpgc-txt-mm-sp2{ margin-left: 20px;}
    #jpgc .gallery-top .swiper-wrapper a:hover .jpgc-txt-mm-cc i{ width: 100%; border-radius: 34px; -webkit-border-radius: 34px; -moz-border-radius: 34px; -ms-border-radius: 34px; -o-border-radius: 34px; }
    #jpgc .jpgc-thumbs{ margin-top: 30px; position: relative;}
    #jpgc .jpgc-thumbs::before{ content: ''; width: calc(100% - 1140px); height: 1px; background: #2864b8; position: absolute; top: 50%; left: 0px;}
    #jpgc .jpgc-thumbs-cc{ width: 1140px; position: relative; padding-right: 70px; float: right;}
    #jpgc .jpgc-thumbs-cc::after{ content: ''; width: 70px; height: 1px; background: #d8d8d8; position: absolute; right: 0px; top: 50%;}
    #jpgc .gallery-thumbs{ overflow: hidden;}
    #jpgc .gallery-thumbs .swiper-slide{ width: auto; margin-left: 20px;}
    #jpgc .gallery-thumbs .swiper-slide a{ float: left; padding-left: 20px; padding-right: 40px; position: relative; height: 24px; line-height: 24px; color: #999;}
    #jpgc .gallery-thumbs .swiper-slide a::before{ transition: all 0.3s ease-out 0s; content: ''; width: 10px; height: 10px; background: url(../images/jpgc_icon1.png) no-repeat; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
    #jpgc .gallery-thumbs .swiper-slide a i{ width: 30px; height: 1px; background: #d8d8d8; position: absolute; top: 50%; right: 0px;}
    #jpgc .gallery-thumbs .swiper-slide a::after{ content: ''; width: 0px; height: 1px; transition: all 0.3s ease-out 0s; background: #2864b8; position: absolute; top: 50%; right: 0px;}
    #jpgc .gallery-thumbs .swiper-slide-thumb-active a{ color: #3579d9; font-weight: bold;}
    #jpgc .gallery-thumbs .swiper-slide-thumb-active a::before{ width: 15px; height: 15px; background: url(../images/jpgc_icon1h.png) no-repeat;  }
    #jpgc .gallery-thumbs .swiper-slide-thumb-active a::after{ width: 30px;}
    #chan4{ padding: 32px 0px;}
    .chan4-tt a{ font-size: 18px;}
    .chan4-ft{ margin-top: 10px;}
    .chan4-ft a{ padding-left: 24px; margin-right: 50px; font-size: 24px; height: 40px; line-height: 40px;}
    #news{ margin-top: 24px; position: relative; width: calc(100% - ((100% - 1140px) / 2)); float: right;}
    #news .s-prev,#news .s-next{ z-index: 1; background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; width: 40px; height: 40px; transform: translateY(-50%); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
    #news .s-prev{ left: -20px; background-color: #dedede; background-image: url(../images/left_01.png);}
    #news .s-next{ right: 80px; background-color: #c2c2c2; background-image: url(../images/right_01.png);}
    #news .s-prev:hover{ background-color: #ff681d;}
    #news .s-next:hover{ background-color: #ff681d;}
    #newsc{ overflow: hidden;}
    #newsc .swiper-wrapper .swiper-slide{ width: calc((100% - ((100% - 1140px) / 2)) * 0.45); }
    #newsc .swiper-wrapper a{ width: 100%; float: left; background: #fff; position: relative; margin:20px 0px; padding:30px 50px 30px 30px;}
    #newsc .swiper-wrapper a::after{ content: ''; width: 1px; height: 100%; background: #d7d7d7; transition: all 0.3s ease-out 0s; position: absolute; top: 0px; left: 0px;}
    .news-tm{ color: #2864b8;}
    .news-tm-sp2{ margin-left: 10px;}
    .news-tt{ font-size: 18px; font-weight: bold; height: 34px; line-height: 34px; margin-top: 8px;}
    .news-ft{ height: 30px; line-height: 30px; font-size: 15px; font-weight: bold; padding-left: 40px; position: relative;}
    .news-ft::before{ content: ''; width: 32px; height: 2px; background: #333333; position: absolute; top: 50%; margin-top: -1px; left: 0px;}
    .news-ft::after{ transition: all 0.3s ease-out 0s; content: ''; width: 0px; height: 2px; background: #2864b8; position: absolute; top: 50%; margin-top: -1px; left: 0px;}
    .news-dc{ color: #666666; height: 24px; line-height: 24px;}
    .news-mm{ margin-top: 20px; overflow: hidden;}
    .news-mm-cc{ padding: 0px 16px 0px 12px; float: left; height: 34px; line-height: 34px; position: relative; transition: all 0.3s ease-out 0s;}
    .news-mm-cc i{ transition: all 0.3s ease-out 0s; z-index: 1; position: absolute; top: 0px; left: 6px; width: 34px; height: 34px; background: #ff681d; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
    .news-mm-cc span{ position: relative; z-index: 2; float: left;}
    .news-mm-sp2{ margin-left: 8px; transition: all 0.3s ease-out 0s; font-size: 14px;}
    .news-mm-sp1 font{ color: #fff;}
    #newsc .swiper-wrapper .swiper-slide-active a{ background: #dae7f7; margin: 0px; padding:50px 50px 50px 30px; border-radius: 16px; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; } 
    #newsc .swiper-wrapper .swiper-slide-active a::after{ height: 0px; opacity: 0;}
    #newsc .swiper-wrapper a:hover{ background: #dae7f7;}
    #newsc .swiper-wrapper a:hover::after{ height: 0px; opacity: 0;}
    #newsc .swiper-wrapper a:hover .news-ft::after{ width: 32px;}
    #newsc .swiper-wrapper a:hover .news-mm-sp2{ margin-left: 20px;}
    #newsc .swiper-wrapper a:hover .news-mm-cc i{ width: 100%; border-radius: 34px; -webkit-border-radius: 34px; -moz-border-radius: 34px; -ms-border-radius: 34px; -o-border-radius: 34px; }
    #newsc .swiper-wrapper a:hover .news-mm-cc{ padding-left: 16px; color: #fff;}
    
    .chan4-mm{ margin-top: 32px;}
    .chan4-mm a{ padding: 0px 32px; height: 42px; line-height: 42px; border-radius: 28px; -webkit-border-radius: 28px; -moz-border-radius: 28px; -ms-border-radius: 28px; -o-border-radius: 28px; } 
    #chan5{ padding: 32px 0px;}
    .chan3-tt{ padding-right: 170px;}
    .chan3-tt3{ padding-right: 170px;}
    .zysl{ margin-top: 20px;}
    .zysl a{ width: 47.22%; margin: 20px 0px;}
    .zysl-txt{ padding: 40px 0px; transition: all 0.3s ease-out 0s;}
    .zysl-txt-tt{ height: 40px; line-height: 40px; font-size: 24px;}
    .zysl-txt-dc{ margin-top: 18px; font-size: 15px;}
    #kjcx .zysl-txt-dc p{ height: 28px; line-height: 28px;}
    #zypz .zysl-txt-dc{ height: 112px; line-height: 28px;}
    #kjcx .zysl-txt-dc{ height: 112px;}
    .zysl-txt-mm{ margin-top: 24px;}
    .zysl-txt-mm-cc{ height: 34px; line-height: 34px;}
    .zysl-txt-mm-cc i{ width: 34px; height: 34px;}
    .zysl a:hover .zysl-txt-mm-cc i{ border-radius: 34px; -webkit-border-radius: 34px; -moz-border-radius: 34px; -ms-border-radius: 34px; -o-border-radius: 34px; }
    .zysl a:hover{ margin: 0px 0px; }
    .zysl a:hover .zysl-txt{ padding: 60px 0px;}
    #chan6{ padding: 32px 0px;}
    .rysl a{ width: 22.75%; margin-right: 3%; margin-top: 20px; padding-bottom:106px;}
    .rysl-txt{ padding: 12px;}
    .rysl-txt-tt{ font-size: 17px; height: 32px; line-height: 32px;}
    .rysl-txt-dc{ margin-top: 6px; line-height: 22px; height: 44px;}
    .rysl-txt-mm{ margin-top: 0px; display: none; opacity: 0; height: 0px; overflow: hidden;}
    .rysl-txth{ display: block; opacity: 0; color: #fff; padding: 30px 20px 20px 20px; position:absolute; bottom: 0px; left: 0px; width: 100%; z-index: 1;  }
    .rysl-txth-mm{ font-size: 16px; margin-top: 10px; height: 20px; line-height: 20px; overflow: hidden; color: #fff;}
    .rysl a:hover .rysl-bg{ height: 160px; opacity: 1;}
    .rysl a:hover .rysl-txt{ display: none;}
    .rysl a:hover .rysl-txth{ transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transform: translateY(-6px); opacity: 1; -webkit-transform: translateY(-6px); -moz-transform: translateY(-6px); -ms-transform: translateY(-6px); -o-transform: translateY(-6px); }
}
@media (min-width:1400px) 
{
    #chan1{ padding: 48px 0px 56px 0px;}
    .chan1-tt{ font-size: 28px;}
    .chan1-ft{ margin-top: 4px;}
    .fwfw{ margin-top: 6px;}
    .fwfw a{ padding:49px 20px;}
    .fwfw a:hover .fwfw-sp1{ width: 90px; height: 90px; }
    .fwfw a:hover .fwfw-sp2{ width: 140px; height: 140px; }
    .fwfw a:hover .fwfw-sp3{ width: 200px; height: 200px; }
    .fwfw-tt{ margin-top: 8px; height: 30px; line-height: 30px; font-size: 16px;}
    #chan2{ padding-top: 22px;}
    .about-zm{ width: 500px;}
    #chan2 .container{ padding-bottom:90px; padding-right: 500px;}
    .about-tt{ padding-top: 76px;}
    .about-tt a{ font-size: 20px;}
    .about-ft{ font-size: 28px;}
    .about-ft b{ font-size: 84px; margin: 0px 8px;}
    .about-dc{ font-size: 22px; padding-bottom: 32px; line-height: 1.8;}
    .about-cc{ margin-top: 32px; line-height: 1.8;}
    .about-mm{ margin-top: 48px;}
    .about-mm a{ padding: 0px 38px; height: 48px; line-height: 48px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; } 
    .about-mm-sp2{ font-size: 18px; line-height: 50px;}
    .about-img{ width: 44%;}
    .about-ul{ margin-top: 56px;}
    .about-ul li{ padding-right: 56px;}
    .about-li-tt{ font-size: 50px;}
    .chan2-bg{ bottom: -40px; width: 180px; height: 80px;}
    #chan3{ padding: 88px 0px 48px 0px; }
    .chan3-tt1 a{ font-size: 20px;}
    .chan3-tt2{ font-size: 28px; margin-top: 24px;}
    .chan3-tt-mm{ padding: 0px 38px; height: 48px; line-height: 48px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; }
    #jpgcs{ margin-top: 36px;}
    #jpgcs .s-prev,#jpgcs .s-next{  bottom: 90px; width: 52px; height: 52px; }
    #jpgcs .s-prev{ left: 1.5%; }
    #jpgcs .s-next{ right: 1%; }
    #jpgc{ width: calc(100% - ((100% - 1320px) / 2));}
    #jpgc .gallery-top .swiper-slide{ width: 1320px; margin-left:90px; } 
    .jpgc-txt{ padding: 56px 40px;}
    .jpgc-txt-tt{ height: 50px; line-height: 50px; font-size: 22px; }
    .jpgc-txt-line{ margin: 28px 0px;}
    .jpgc-txt-cc p{ line-height: 28px; padding-left: 30px; margin-bottom: 16px;}
    .jpgc-txt-cc-p1{ height: 28px; }
    .jpgc-txt-cc-p2{ height: 28px; }
    .jpgc-txt-cc-p3{ max-height: 56px; }
    .jpgc-txt-mm{ margin-top: 40px; }
    .jpgc-txt-mm-cc{ height: 36px; line-height: 36px; }
    .jpgc-txt-mm-cc i{ width: 36px; height: 36px;}
    .jpgc-txt-mm-sp2{ font-size: 17px;}
    #jpgc .gallery-top .swiper-wrapper a:hover .jpgc-txt-mm-cc{ padding: 0px 18px 0px 18px;}
    #jpgc .gallery-top .swiper-wrapper a:hover .jpgc-txt-mm-cc i{ border-radius: 36px; -webkit-border-radius: 36px; -moz-border-radius: 36px; -ms-border-radius: 36px; -o-border-radius: 36px; }
    #jpgc .jpgc-thumbs{ margin-top: 48px;}
    #jpgc .jpgc-thumbs::before{ width: calc(100% - 1320px);}
    #jpgc .jpgc-thumbs-cc{ width: 1320px; padding-right: 90px;}
    #jpgc .jpgc-thumbs-cc::after{ width: 90px;}
    #chan4{ padding: 72px 0px;}
    .chan4-tt a{ font-size: 20px;}
    .chan4-ft a{ margin-right: 70px; font-size: 28px; height: 52px; line-height: 52px;}
    .chan4-dc{ margin-top: 8px;}
    #news{ margin-top: 36px; width: calc(100% - ((100% - 1320px) / 2));}
    #news .s-prev,#news .s-next{ width: 52px; height: 52px;}
    #news .s-prev{ left: -26px; }
    #news .s-next{ right: 90px; }
    #newsc .swiper-wrapper .swiper-slide{ width: calc((100% - ((100% - 1320px) / 2)) * 0.45); }
    #newsc .swiper-wrapper a{ padding:48px 64px 48px 48px;}
    .news-tt{ font-size: 19px; height: 40px; line-height: 40px; margin-top: 10px;}
    .news-ft{ height: 34px; line-height: 34px; font-size: 16px; }
    .news-dc{ height: 26px; line-height: 26px;}
    .news-dcs{ height: 52px; line-height: 26px;}
    .news-mm{ margin-top: 26px; }
    .news-mm-cc{ height: 36px; line-height: 36px;}
    .news-mm-cc i{ width: 36px; height: 36px; }
    .news-mm-sp2{ font-size: 16px; line-height: 38px;}
    #newsc .swiper-wrapper .swiper-slide-active a{ padding:68px 64px 68px 48px; } 
    #newsc .swiper-wrapper a:hover .news-mm-cc i{ border-radius: 36px; -webkit-border-radius: 36px; -moz-border-radius: 36px; -ms-border-radius: 36px; -o-border-radius: 36px; }
    #newsc .swiper-wrapper a:hover .news-mm-cc{ padding: 0px 18px 0px 18px;}
    .chan4-mm{ margin-top: 48px;}
    .chan4-mm a{ padding: 0px 38px; height: 48px; line-height: 48px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; } 
    #chan5{ padding: 48px 0px;}
    .chan3-tt{ padding-right: 240px;}
    .chan3-tt3{ padding-right: 240px;}
    #chan5 .chan3-tt3{ margin-top: 6px;}
    .zysl{ margin-top: 30px;}
    .zysl-txt{ padding: 48px 0px;}
    .zysl-txt-tt{ height: 56px; line-height: 56px; font-size: 28px;}
    .zysl-txt-dc{ margin-top: 24x; font-size: 16px;}
    #kjcx .zysl-txt-dc p{ height: 32px; line-height: 32px; }
    #zypz .zysl-txt-dc{ height: 128px; line-height: 32px;}
    #kjcx .zysl-txt-dc{ height: 128px;}
    .zysl-txt-mm{ margin-top: 36px;}
    .zysl-txt-mm-cc{ height: 36px; line-height: 36px;}
    .zysl-txt-mm-cc i{ width: 36px; height: 36px;}
    .zysl a:hover .zysl-txt-mm-cc i{ border-radius: 36px; -webkit-border-radius: 36px; -moz-border-radius: 36px; -ms-border-radius: 36px; -o-border-radius: 36px; }
    .zysl a:hover .zysl-txt{ padding: 60px 0px 76px 0px;}
    #chan6{ padding: 48px 0px;}
    .rysl a{ margin-top: 26px; padding-bottom: 120px;}
    .rysl-txt{ padding: 16px 12px;}
    .rysl-txt-tt{ font-size: 18px; height: 34px; line-height: 34px;}
    .rysl-txt-dc{ line-height: 24px; height: 48px;}
    .rysl-txt-mmh{ font-size: 17px; margin-top: 16px;}
    .rysl-txth{ padding: 28px 24px 22px 24px;}
    .rysl a:hover .rysl-bg{ height: 170px; }
    .rysl a:hover .rysl-txth{ transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }
}
@media (min-width:1601px) 
{
    #chan1{ padding: 60px 0px 68px 0px;}
    .chan1-tt{ font-size: 30px;}
    .chan1-ft{ margin-top: 6px;}
    .fwfw{ margin-top: 6px;}
    .fwfw a{ padding:62px 24px;}
    .fwfw a:hover .fwfw-sp1{ width: 108px; height: 108px; }
    .fwfw a:hover .fwfw-sp2{ width: 180px; height: 180px; }
    .fwfw a:hover .fwfw-sp3{ width: 230px; height: 230px; }
    .fwfw-tt{ margin-top: 10px; height: 32px; line-height: 32px; font-size: 17px;}
    #chan2{ padding-top: 32px;}
    .about-zm{ width: 612px;}
    #chan2 .container{ padding-bottom:140px; padding-right: 600px;}
    .about-tt{ padding-top: 88px;}
    .about-ft{ font-size: 30px;}
    .about-ft b{ font-size: 100px; }
    .about-dc{ font-size: 24px; padding-bottom: 36px; }
    .about-cc{ margin-top: 36px;}
    .about-mm{ margin-top: 52px;}
    .about-mm a{ padding: 0px 40px; height: 52px; line-height: 52px;} 
    .about-mm-sp2{ font-size: 20px; line-height: 56px;}
    .about-img{ width: 710px; right: -48px;}
    .about-ul{ margin-top: 86px;}
    .about-ul li{ padding-right: 76px;}
    .about-li-tt{ font-size: 60px; line-height: 72px; height: 72px;}
    .about-li-ft{ font-size: 14px;}
    .chan2-bg{ bottom: -48px; width: 196px; height: 96px; left: 50%; margin-left: 764px;}
    #chan3{ padding: 130px 0px 90px 0px; }
    .chan3-tt2{ font-size: 30px; margin-top: 30px;}
    .chan3-tt-mm{ padding: 0px 40px; height: 52px; line-height: 52px;}
    #jpgcs{ margin-top: 46px;}
    #jpgcs .s-prev,#jpgcs .s-next{ bottom: 106px; }
    #jpgcs .s-prev{ left: 5.2%; }
    #jpgcs .s-next{ right: 6%; }
    #jpgc{ width: calc(100% - ((100% - 1440px) / 2));}
    #jpgc .gallery-top .swiper-slide{ width: 1440px; margin-left:184px; } 
    .jpgc-txt{ padding: 56px 56px;}
    .jpgc-txt-tt{ height: 56px; line-height: 56px; font-size: 24px; }
    .jpgc-txt-line{ margin: 30px 0px 40px 0px;}
    .jpgc-txt-cc p{ padding-left: 32px; margin-bottom: 24px; font-size: 15px;}
    .jpgc-txt-mm{ margin-top: 48px;}
    .jpgc-txt-mm-cc{ height: 36px; line-height: 36px; font-size: 14px;}
    .jpgc-txt-mm-sp2{ font-size: 18px;}
    #jpgc .gallery-top .swiper-wrapper a:hover .jpgc-txt-mm-cc{ padding: 0px 18px 0px 20px;}
    #jpgc .jpgc-thumbs{ margin-top: 56px;}
    #jpgc .jpgc-thumbs::before{ width: calc(100% - 1440px);}
    #jpgc .jpgc-thumbs-cc{ width: 1440px; padding-right: 100px;}
    #jpgc .jpgc-thumbs-cc::after{ width: 100px;}
    #jpgc .gallery-thumbs .swiper-slide{ margin-left: 22px;}
    #jpgc .gallery-thumbs .swiper-slide a{ height: 40px; line-height: 40px; padding-left: 24px;}
    #chan4{ padding: 130px 0px 136px 0px;}
    .chan4-ft{ margin-top: 26px;}
    .chan4-ft a{ margin-right:86px; font-size: 30px; height: 56px; line-height: 56px;}
    .chan4-dc{ margin-top: 10px;}
    #news{ margin-top: 58px; width: calc(100% - ((100% - 1440px) / 2));}
    #news .s-next{ right: 150px; }
    #newsc .swiper-wrapper .swiper-slide{ width: calc((100% - ((100% - 1440px) / 2)) * 0.45); }
    #newsc .swiper-wrapper a{ padding:60px 90px 50px 60px;}
    .news-tt{ margin-top: 16px; font-size: 20px;}
    .news-dc{ height: 28px; line-height: 28px; font-size: 14px;}
    .news-dcs{ height: 56px; line-height: 28px; font-size: 14px;}
    .news-mm{ margin-top: 28px; font-size: 14px;}
    .news-mm-sp2{ font-size: 18px; line-height: 40px;}
    #newsc .swiper-wrapper .swiper-slide-active a{ padding:80px 90px 70px 60px; } 
    #newsc .swiper-wrapper a:hover .news-mm-cc{ padding: 0px 18px 0px 20px;}
    .chan4-mm{ margin-top: 60px;}
    .chan4-mm a{ padding: 0px 40px; height: 52px; line-height: 52px;} 
    #chan5{ padding: 130px 0px 120px 0px;}
    .chan3-tt{ padding-right: 340px;}
    .chan3-tt3{ padding-right: 340px;}
    #chan5 .chan3-tt3{ margin-top: 12px;}
    .zysl{ margin-top: 40px;}
    .zysl-txt{ padding: 56px 0px;}
    .zysl-txt-tt{ height: 60px; line-height: 60px; font-size: 30px; padding-left: 32px;}
    .zysl-txt-dc{ margin-top: 28x; font-size: 17px;}
    #kjcx .zysl-txt-dc p{ height: 34px; line-height: 34px; }
    #zypz .zysl-txt-dc{ height: 136px; line-height: 34px;}
    #kjcx .zysl-txt-dc{ height: 136px;}
    .zysl-txt-mm{ margin-top: 50px; font-size: 14px;}
    .zysl a:hover .zysl-txt{ padding: 70px 0px 82px 0px;}
    #chan6{ padding: 70px 0px 64px 0px;}
    .rysl a{ margin-top: 26px; padding-bottom: 128px;}
    .rysl-txt{ padding: 22px 12px 16px 12px;}
    .rysl-txt-dc{ font-size: 14px;}
    .rysl-txt-mmh{ font-size: 18px; margin-top: 18px;}
    .rysl-txth{ padding: 24px 32px 26px 32px;}
    .rysl a:hover .rysl-bg{ height:180px; }
}
/*******Css footer*******/
#mfooter{ text-align: center; margin-bottom: 60px; background: #2864b8; color: #89b5f2; padding: 20px 0px 0px 0px; line-height: 1.8;}
#mfooter a{ color: #89b5f2;}
#mfooter a:hover{ color: #fff;}
.mfooter-wx a{ font-size: 22px; display: inline-block; margin: 0px 6px; background: #2d71d1; width: 42px; height: 42px; line-height: 42px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.mfooter-wx a:hover{ background: #ff681d; color: #ffffff !important; transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); }
.mfooter-tel{ color:  #fff; margin-top: 10px;}
.mfooter-adr{ margin-top: 6px;}
.mfooter-link{ margin-top: 8px;}
.mfooter-link a{ margin-right: 12px;}
.mfooter-coc{ padding: 8px 0px 16px 0px; margin-top: 14px; border-top:solid 1px #5a88c8; text-align: center;}
@media (min-width:768px) 
{
    #mfooter{ margin-bottom: 0px; padding: 24px 0px 0px 0px;}
    .mfooter-wx a{ margin: 0px 8px;}
    .mfooter-tel{ margin-top: 12px; font-size: 14px;}
    .mfooter-adr{ margin-top: 8px;}
    .mfooter-coc{ padding: 10px 0px 20px 0px; margin-top: 16px;}
}
@media (min-width:1200px) 
{
    #footer{ background: #2864b8; color: #89b5f2; padding: 32px 0px 0px 0px; line-height: 2;}
    #footer a{ color: #89b5f2;}
    #footer a:hover{ color: #fff;}
    .footer-left{ width: 71%; float: left;}
    .footer-left dl{ width: 16.66%; float: left; padding-right: 20px;}
    .footer-left dl dt a{ color: #e2f0ff !important; font-size: 16px; font-weight: bold;}
    .footer-left dl dd{ overflow: hidden; margin-top: 6px;}
    .footer-left dl dd a{ width: 100%; float: left;}
    .footer-left dl dd a:hover{ text-decoration: underline;}
    .footer-right{ width: 26%; float: right;}
    .footer-right-tt{ text-align: right;}
    .footer-right-tt a{ color: #e2f0ff !important; font-size: 16px; font-weight: bold;}
    .footer-right-wx{ margin-top: 16px; text-align: right;}
    .footer-right-wx a{ text-align: center; font-size: 22px; display: inline-block; margin: 0px 6px; background: #2d71d1; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;}
    .footer-right-wx a:hover{ background: #ff681d; color: #ffffff !important; transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); }
    .footer-right-tel{ text-align: right; color: #e2f0ff; margin-top: 24px; font-size: 16px;}
    .footer-right-adr{ text-align: right; margin-top: 8px; line-height: 1.6;}
    .footer-link{ margin-top: 16px;}
    .footer-link a{ margin-right: 16px;}
    .footer-coc{ padding: 12px 0px 28px 0px; margin-top: 18px; border-top:solid 1px #5a88c8; text-align: center;}
}
@media (min-width:1400px) 
{
    #footer{ padding: 40px 0px 0px 0px;}
    .footer-left dl{ padding-right: 36px;}
    .footer-left dl dt a{ font-size: 17px;}
    .footer-left dl dd{ margin-top: 8px;}
    .footer-right-tt a{ font-size: 17px;}
    .footer-right-wx{ margin-top: 24px;}
    .footer-right-wx a{ width: 44px; height: 44px; line-height: 44px; font-size: 24px;}
    .footer-right-tel{ margin-top: 28px;}
    .footer-link{ margin-top: 20px;}
    .footer-coc{ padding: 16px 0px 32px 0px; margin-top: 24px;}
}
@media (min-width:1601px) 
{
    #footer{ padding: 48px 0px 0px 0px;}
    .footer-left dl{ padding-right: 40px;}
    .footer-left dl dt a{ font-size: 18px;}
    .footer-left dl dd{ margin-top: 10px; font-size: 15px;}
    .footer-right-tt a{ font-size: 18px;}
    .footer-right-wx{ margin-top: 28px;}
    .footer-right-wx a{ width: 48px; height: 48px; line-height: 48px; font-size: 26px;}
    .footer-right-tel{ margin-top: 40px;}
    .footer-right-adr{ font-size: 15px; margin-top: 16px;}
    .footer-coc{ padding: 20px 0px 40px 0px; margin-top: 32px;}
}
.gongancode{ display:inline-block; background: url(../images/ga.png) no-repeat left center; padding-left: 26px;}
.footernav{ width: 100%; color: #fff; height:58px; overflow: hidden; position: fixed; bottom:0px; left: 0px; z-index: 999;   background:#272727; }
.footernav a{ color: #fff; }
.footernav ul li{width: 25%; float: left; text-align: center; padding:5px 0px 8px 0px; }
.footernp1{ font-size:20px;}
.footernp2{ line-height:1.5;}
.footernav ul li.on .footernp1{ animation:swing 1s infinite;  }

.popnews{ position:fixed; width:100%; height:100%; z-index:9999; left:0; top:0; overflow:hidden; visibility:hidden; transition:0.54s;}
.popbgs{ width:100%; height:100%; position:absolute; left:0; top:0; background:#000; filter:alpha(opacity=70); background:rgba(0,0,0,0.7); opacity:0; visibility:hidden; transition:0.54s 0.4s;}
.popclose{ width:50px; height:50px; position:fixed; left:30px; top:50%; margin-top:-25px; background:url(../images/close.png) center no-repeat; background-size:cover; cursor:pointer; z-index:5; transition:all 0.42s; left:-50px;}
.popclose:hover{ transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg);}
.poptext{ height:100%; position:absolute; width:calc(100% - 20px); left:100%; top:0; z-index:4; transition:0.58s; -webkit-transition:0.58s; -moz-transition:0.58s; -ms-transition:0.58s; -o-transition:0.58s; }
.popwrs{ background:#fff; height:100%; min-height:100%; overflow-y:auto; -webkit-overflow-scrolling:touch; overflow:scroll\9;}
.popwrs::-webkit-scrollbar,.serscoll::-webkit-scrollbar{ width:5px; height: 5px;}
.popwrs::-webkit-scrollbar-thumb,.serscoll::-webkit-scrollbar-thumb { border-radius:5px; background: #C0C0C0;}
.popwrs::-webkit-scrollbar-track,.serscoll::-webkit-scrollbar-track{border-radius: 5px;}
.popnews.show{visibility:visible;}
.popnews.show .popbgs{ opacity:1; visibility:visible; transition:0.65s;}
.popnews.show .popclose{ left:0px; transition:0.4s 0.3s left,0.4s transform;}
.popnews.show .poptext{ left:10px; right:10px;}
.popnewtext{ padding:24px 0px; width: 92%; margin: 0px auto; text-align: center;}
.popcom-tt{ font-size: 18px; }
.popcom-cc{ margin-top: 20px;}
.popcom-cc img{ max-width: 100%;}
@media (min-width:768px) 
{
    .poptext{ width:calc(100% - 100px); }
    .popnews.show .poptext{ left:50px; right:50px;}
    .popnews.show .popclose{ left:10px }
    .popnewtext{ width: 90%;} 
}
@media (min-width:1200px) 
{
    .poptext{ width:calc(100% - 160px); }
    .popnews.show .poptext{ left:80px; right:80px;}
    .popnews.show .popclose{ left:30px }
    .popnewtext{ padding:48px 0px; width: 88%;}
    .popnewtext .containers{ width: 88%;}
    .popcom-tt{ font-size: 24px; }
    .popcom-cc{ margin-top: 30px;}
}
@media (min-width:1601px) 
{
    .popnewtext{ padding:80px 0px; width:1400px;}
    .popcom-tt{ font-size: 28px; }
    .popcom-cc{ margin-top: 40px;}
}
#company-about{ padding-top: 44px; background: url(../images/gywm_bg1.jpg) no-repeat; position: relative;}
.company-about-left-tt{ position: relative; padding-left: 20px;}
.company-about-left-tt::before{ content: ''; width: 10px; height: 3px; background: #123971; position: absolute; top: 14px; left: 0px;}
.company-about-left-tt-p1{ font-size: 20px; font-weight: bold; color: #123971;}
.company-about-left-tt-p2{ color: #cdcdcd; text-transform: uppercase; font-weight: bold;}
.company-about-left-dc{ font-size: 14px; font-weight: bold; margin-top: 10px;}
.company-about-left-line{ width: 100%; height: 2px; background: #333; overflow: hidden; margin: 16px 0px;}
.company-about-left-cc{ color: #666; line-height: 2;}
.company-about-right{ margin-top: 20px; position: relative; padding-bottom: 80px;}
.company-about-right-imgt{ width: 100%; position: absolute; bottom: 40px; right:0px;}
.company-about-right-ul{ width: 100%; position: absolute; bottom: 20px; right: 0px; z-index: 2; }
.company-about-right-ul li{ text-align: left; color: #fff; padding-right: 24px;}
.company-about-right-li-tt{ font-size: 28px; font-family: 'bahnschrift';}
.company-about-right-li-ft{ line-height: 18px; height: 36px; overflow: hidden;}
#company-about::after{ z-index: 1; content: ''; width: 100%; height:115px; background: #ff681d; position: absolute; bottom: 0px; right: 0px;}
.company-qyry{ padding-top: 24px;}
.company-qyry-txt{ margin-top: 16px;}
.company-qyry-txt-tt{ font-size: 20px; font-weight: bold;}
.company-qyry-txt-tt a{ color: #123971;}
.company-qyry-txt-cc{ line-height: 2; color: #666; margin-top: 8px;}
.company-qyry-txt-mm{ margin-top: 12px; overflow: hidden;}
.company-qyry-txt-mm a{ padding: 0px 14px 0px 12px; float: left; height: 32px; line-height: 32px; position: relative;}
.company-qyry-txt-mm a i{ transition: all 0.3s ease-out 0s; z-index: 1; position: absolute; top: 0px; left: 6px; width: 32px; height: 32px; background: #ff681d; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; }
.company-qyry-txt-mm a span{ position: relative; z-index: 2; float: left;}
.company-qyry-txt-cc-sp2{ margin-left: 8px; transition: all 0.3s ease-out 0s; }
.company-qyry-txt-cc-sp1 font{ color: #fff;}
.company-qyry-txt-mm a:hover .company-qyry-txt-cc-sp2{ margin-left: 20px;}
.company-qyry-txt-mm a:hover i{ width: 100%; border-radius: 32px; -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; -o-border-radius: 32px; }
.company-qyry-txt-mm a:hover{ padding-left: 16px; color: #fff;}
.company-gysy{ padding: 20px 24px 20px 24px; margin-top: 24px; background: url(../images/gywm_bg2.jpg) no-repeat; background-size: 100% 100%;}
.company-gysy-tt a{ font-size: 20px; font-weight: bold; color: #fff;}
.company-gysy-ft{ color: #fff; font-size: 14px; font-weight: bold; margin-top:12px;}
.company-gysy-cc{ color: #fff; line-height: 2; margin-top: 16px;}
.company-gysy-cc p{ margin-bottom: 12px;}
.company-zysl{ padding: 24px 0px;}
.company-zysl-txt-tt{ font-size: 20px; font-weight: bold;}
.company-zysl-txt-tt a{ color: #123971;}
.company-zysl-txt-cc{ color: #666; line-height: 2; margin-top: 12px;}
.company-zysl-img{ margin-top: 16px; text-align: center;}
#company-chan2{ background: #f0f4f7; padding: 24px 0px;}
@media (min-width:768px) 
{
    .company-about-right-ul{ justify-content: space-around; bottom: 28px;}
    .company-about-right-li-ft{ line-height: 22px; height: 22px;}
}
@media (min-width:992px) 
{
    #company-about{ background-size: cover;}
    .company-about-left{ width: 46%; float: left; padding-top: 24px;}
    .company-about-right{ width: 50%; float: right;}
    #company-about::after{ width: 50%;}
    .company-about-right-ul li{ padding-left: 24px; padding-right: 0px;}
    .company-qyry-img{ width: 50%; float: left;}
    .company-qyry-txt{ width: 45%; float: right;}
    .company-gysy{ padding: 24px 28px 24px 28px;}
    .company-zysl{ padding: 30px 0px;}
    .company-zysl-txt{ width: 45%; float: left;}
    .company-zysl-img{ width: 46%; float: right;}
    #company-chan2{ padding: 28px 0px;}
}
@media (min-width:1200px) 
{
    #company-about{ padding-top: 66px;}
    .company-about-left-tt-p1{ font-size: 24px;}
    .company-about-left-tt::before{ top: 18px;}
    .company-about-left-tt-p2{ font-size: 12px;}
    .company-about-left-dc{ font-size: 16px; margin-top: 20px;}
    .company-about-left-line{ margin: 24px 0px;}
    .company-about-right-ul li{ padding-left: 32px;}
    .company-about-right-li-tt{ font-size: 40px; line-height: 48px;}
    #company-about::after{ height: 120px;}
    .company-qyry{ padding-top: 40px;}
    .company-qyry-txt-tt{ font-size: 24px;}
    .company-qyry-txt-cc{ margin-top: 12px;}
    .company-qyry-txt-mm{ margin-top: 24px;}
    .company-qyry-txt-mm a{ height: 34px; line-height: 34px;}
    .company-qyry-txt-mm a i{ width: 34px; height: 34px;}
    .company-qyry-txt-mm a:hover i{ border-radius: 34px; -webkit-border-radius: 34px; -moz-border-radius: 34px; -ms-border-radius: 34px; -o-border-radius: 34px; }
    .company-gysy{ padding: 40px 60px 40px 60px; margin-top: 40px;}
    .company-gysy-tt a{ font-size: 24px;}
    .company-gysy-ft{ font-size: 16px; margin-top: 16px;}
    .company-gysy-cc{ margin-top: 20px;}
    .company-zysl{ padding: 48px 0px;}
    .company-zysl-txt-tt{ font-size: 24px;}
    .company-zysl-txt-cc{ margin-top: 16px;}
    #company-chan2{ padding: 40px 0px;}
}
@media (min-width:1400px) 
{
    #company-about{ padding-top: 76px;}
    .company-about-left-tt{ padding-left: 28px;}
    .company-about-left-tt-p1{ font-size: 28px;}
    .company-about-left-tt::before{ top: 22px;}
    .company-about-left-dc{ font-size: 18px; margin-top: 28px;}
    .company-about-left-line{ margin: 30px 0px;}
    .company-about-right-ul{ bottom: 40px;}
    .company-about-right-ul li{ padding-left: 36px;}
    .company-about-right-li-tt{ font-size: 50px; line-height: 64px;}
    #company-about::after{ height: 160px;}
    .company-about-right-imgt{ text-align: center;}
    .company-qyry{ padding-top: 48px;}
    .company-qyry-txt{ margin-top: 36px;}
    .company-qyry-txt-tt{ font-size: 28px;}
    .company-qyry-txt-cc{ margin-top: 24px;}
    .company-qyry-txt-mm{ margin-top: 40px;}
    .company-qyry-txt-mm a{ height: 36px; line-height: 36px;}
    .company-qyry-txt-mm a i{ width: 36px; height: 36px;}
    .company-qyry-txt-mm a:hover{ padding: 0px 18px 0px 18px;}
    .company-qyry-txt-mm a:hover i{ border-radius: 36px; -webkit-border-radius: 36px; -moz-border-radius: 36px; -ms-border-radius: 36px; -o-border-radius: 36px; }
    .company-gysy{ padding: 50px 80px 50px 80px; margin-top: 48px;}
    .company-gysy-tt a{ font-size: 28px;}
    .company-gysy-ft{ font-size: 18px; margin-top: 28px;}
    .company-gysy-cc{ margin-top: 24px;}
    .company-zysl{ padding: 72px 0px;}
    .company-zysl-txt-tt{ font-size: 28px;}
    .company-zysl-txt-cc{ margin-top: 24px;}
    #company-chan2{ padding: 48px 0px;}
}
@media (min-width:1601px) 
{
    #company-about{ padding-top: 80px;}
    .company-about-left-tt-p1{ font-size: 30px;}
    .company-about-left-tt::before{ top: 24px;}
    .company-about-left-tt-p2{ font-size: 14px;}
    .company-about-left-dc{ font-size: 20px; margin-top: 36px; line-height: 1.8;}
    .company-about-left-line{ margin: 36px 0px;}
    .company-about-right-ul{ bottom: 48px;}
    .company-about-right-ul li{ padding-left: 70px;}
    .company-about-right-li-tt{ font-size: 60px; line-height: 80px;}
    #company-about::after{ height: 190px;}
    .company-qyry{ padding-top: 56px;}
    .company-qyry-txt{ margin-top: 48px;}
    .company-qyry-txt-tt{ font-size: 30px;}
    .company-qyry-txt-cc{ margin-top: 30px;}
    .company-qyry-txt-mm{ margin-top: 50px; font-size: 14px;}
    .company-gysy{ padding: 60px 100px 60px 100px; margin-top: 56px;}
    .company-gysy-tt a{ font-size: 30px;}
    .company-gysy-ft{ font-size: 20px; margin-top:36px;}
    .company-gysy-cc{ margin-top: 32px;}
    .company-zysl{ padding: 90px 0px;}
    .company-zysl-txt-tt{ font-size: 30px;}
    .company-zysl-txt-cc{ margin-top: 36px;}
    #company-chan2{ padding: 56px 0px;}
}
#wrapper{ padding: 44px 0px 24px 0px;}
#wrappers{ padding: 16px 0px 20px 0px; background: #f0f4f7;}
.page-contents{ background: #fff; padding: 16px; box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.02);}
#page-zgs{ overflow: hidden; margin-top: 16px;}
.page-zgsc{ margin-bottom: 10px; background: #fff; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; }
.page-zgs-tt{ cursor: pointer; height: 60px; line-height: 60px; position: relative; padding-left: 16px; padding-right: 90px; z-index: 1;}
.page-zgs-tt::after{ content: ''; width: 0px; height: 1px; background: #f0f4f7; position: absolute; bottom: 0px; left: 0px; transition: all 0.3s ease-out 0s;}
.page-zgs-tt p{ height: 60px; font-size: 15px; font-weight: bold; color: #666666;}
.page-zgs-tt span{ position: absolute; top: 0px; right: 16px; background-position: right center; background-repeat: no-repeat; padding-right: 24px;}
.page-zgs-tt-sp1{ color: #666; background-image: url(../images/zgs_icon.png);}
.page-zgs-tt-sp2{ display: none; color: #2864b8; background-image: url(../images/zgs_iconh.png);}
.page-zgs-cc{ height: 0px; opacity: 0; }
.page-zgs-cc-img{ border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; }
.page-zgs-cc-txt{ color: #666666; line-height: 2; margin-top: 10px;}
.page-zgsc.on .page-zgs-tt::after{ width: 100%;}
.page-zgsc.on .page-zgs-tt p{ color: #2864b8;}
.page-zgsc.on .page-zgs-tt .page-zgs-tt-sp1{ display: none;}
.page-zgsc.on .page-zgs-tt .page-zgs-tt-sp2{ display: block;}
.page-zgsc.on .page-zgs-cc{ animation-name:fadeIn; animation-duration:0.6s; opacity: 1; height: auto; transition: height 0.3s ease-out 0s; padding: 16px 16px; -webkit-transition: height 0.3s ease-out 0s; -moz-transition: height 0.3s ease-out 0s; -ms-transition: height 0.3s ease-out 0s; -o-transition: height 0.3s ease-out 0s; }
@media (min-width:768px) 
{
    .page-zgs-cc{ overflow: hidden;}
    .page-zgs-cc-img{ width: 32%; float: left; margin-right: 16px;}
    #wrappers{ padding: 20px 0px 24px 0px;}
    .page-contents{ padding: 24px 30px;}
}
@media (min-width:1200px) 
{
    #wrapper{ padding: 66px 0px 40px 0px;}
    #page-zgs{ margin-top: 24px;}
    .page-zgsc{ margin-bottom: 12px;}
    .page-zgs-tt{ height: 80px; line-height: 80px; padding-left: 32px; padding-right: 200px;}
    .page-zgs-tt p{ height: 80px; font-size: 18px;}
    .page-zgs-tt span{ right: 32px; padding-right: 28px;}
    .page-zgsc.on .page-zgs-cc{ padding: 24px 32px 32px 32px;}
    #wrappers{ padding: 24px 0px 30px 0px;}
    .page-contents{ padding: 32px 40px;}
    .page-zgs-cc-img{ margin-right: 20px;}
}
@media (min-width:1400px) 
{
    #wrapper{ padding: 76px 0px 50px 0px;}
    #page-zgs{ margin-top: 36px;}
    .page-zgsc{ margin-bottom: 14px;}
    .page-zgs-tt{ height: 96px; line-height: 96px; padding-left: 56px; padding-right: 300px;}
    .page-zgs-tt p{ height: 96px; font-size: 20px;}
    .page-zgs-tt span{ right: 56px;}
    .page-zgsc.on .page-zgs-cc{ padding: 32px 56px 50px 56px;}
    #wrappers{ padding: 30px 0px 36px 0px;}
    .page-contents{ padding: 48px 60px;}
    .page-zgs-cc-img{ margin-right: 28px;}
}
@media (min-width:1601px) 
{
    #wrapper{ padding: 92px 0px 60px 0px;}
    #page-zgs{ margin-top: 42px;}
    .page-zgsc{ margin-bottom: 16px;}
    .page-zgs-tt{ height: 106px; line-height: 106px; padding-left: 76px; padding-right: 360px;}
    .page-zgs-tt p{ height: 106px; font-size: 21px;}
    .page-zgs-tt span{ right: 76px;}
    .page-zgsc.on .page-zgs-cc{ padding: 40px 76px 60px 76px;}
    #wrappers{ padding: 36px 0px 48px 0px;}
    .page-contents{ padding: 56px 90px;}
    .page-zgs-cc-img{ margin-right: 32px;}
}
#page-kjcx{ margin-top: 16px;}
.page-kjcx{ cursor: pointer; padding-right: 90px; margin-bottom: 24px; overflow: hidden; background: #f0f4f7; position: relative; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; }
.page-kjcx-tt{ padding-left: 20px; }
.page-kjcx-tt p{ display: inline-block; background: #2864b8; color: #fff; transition: all 0.3s ease-out 0s; height: 40px; line-height: 40px; padding: 0px 26px; font-size: 15px; font-weight: bold;}
.page-kjcx span{ line-height: 33px; position: absolute; right: 16px; background-position: right center; background-repeat: no-repeat; padding-right: 43px;}
.page-kjcx-tt-sp1{ color: #666; background-image: url(../images/zysl_icon3.png); top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.page-kjcx-tt-sp2{ display: none; color: #2864b8; background-image: url(../images/zysl_icon3h.png); top: 26px;}
.page-kjcx-cc{ margin: 16px 20px; line-height: 26px; height: 78px; overflow: hidden; color: #666; font-size: 13px; font-weight: bold; transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; }
.page-kjcx.show .page-kjcx-tt p{ color: #fff; background: #ff681d;}
.page-kjcx.show .page-kjcx-tt-sp1{ display: none;}
.page-kjcx.show .page-kjcx-tt-sp2{ display: block;}
.page-kjcx.show .page-kjcx-cc{ height: auto;}
.page-kjcx.show{ background: #fff; box-shadow: 4px 0px 30px rgba(0, 0, 0, 0.1);}
@media (min-width:1200px) 
{
    #page-kjcx{ margin-top: 32px;}
    .page-kjcx{ margin-bottom: 36px; padding-right: 190px; }
    .page-kjcx-tt{ padding-left: 36px; }
    .page-kjcx-tt p{ height: 46px; line-height: 46px; padding: 0px 32px; font-size: 17px;}
    .page-kjcx span{ right: 36px;}
    .page-kjcx-tt-sp2{ top: 32px;}
    .page-kjcx-cc{ margin: 24px 36px 30px 36px; line-height: 30px; height:90px; font-size: 15px;}
}
@media (min-width:1400px) 
{
    #page-kjcx{ margin-top: 40px;}
    .page-kjcx{ margin-bottom: 42px; padding-right: 210px; }
    .page-kjcx-tt{ padding-left: 70px; }
    .page-kjcx-tt p{ height: 52px; line-height: 52px; padding: 0px 36px; font-size: 18px;}
    .page-kjcx span{ right: 70px;}
    .page-kjcx-tt-sp2{ top: 38px;}
    .page-kjcx-cc{ margin: 32px 70px 40px 70px; line-height: 32px; height:96px; font-size: 16px;}
}
@media (min-width:1601px) 
{
    #page-kjcx{ margin-top: 48px;}
    .page-kjcx{ margin-bottom: 48px; padding-right: 250px; }
    .page-kjcx-tt{ padding-left: 90px; }
    .page-kjcx-tt p{ height: 58px; line-height: 58px; padding: 0px 40px; font-size: 19px;}
    .page-kjcx span{ right: 90px;}
    .page-kjcx-tt-sp2{ top: 42px;}
    .page-kjcx-cc{ margin: 40px 90px 50px 90px; line-height: 36px; height:108px; font-size: 17px;}
}

#page-zysl-kjcx{ margin-top: 20px;}
.page-zysl-kjcx-txtc{ padding:16px;}
.page-zysl-kjcx-txtc-tt{ font-size: 20px; font-weight: bold; position: relative; padding-left: 20px;}
.page-zysl-kjcx-txtc-tt a{ color: #123971;}
.page-zysl-kjcx-txtc-tt::before{ content: ''; width: 10px; height: 3px; background: #123971; position: absolute; left: 0px; top: 50%; margin-top: -2px;}
.page-zysl-kjcx-txtc-ft{ color: #999999; margin-top: 12px; line-height: 1.6;}
.page-zysl-kjcx-txtc-cc{ margin-top: 10px; overflow: hidden;}
.page-zysl-kjcx-txtc-cc p{ padding-left: 24px; font-size: 13px; font-weight: bold; color: #666666; position: relative; line-height: 30px; height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.page-zysl-kjcx-txtc-cc p::before{ content: '';  transition: all 0.3s ease-out 0s; position: absolute; top: 50%; left: 0px; margin-top: -9px; width: 18px; height: 18px; background:url(../images/zysl_icon1.png) no-repeat center; }
.page-zysl-kjcx-txtc-cc p::after{ content: ''; transition: all 0.3s ease-out 0s; width: 0px; height: 1px; background: #c9c9c9; position: absolute; bottom: 2px; left: 0px;}
.page-zysl-kjcx-txtc-cc p:hover::before{ background:url(../images/zysl_icon1h.png) no-repeat center;}
.page-zysl-kjcx-txtc-cc p:hover::after{ width: 100%;}
.page-zysl-kjcx-txtc-cc p:hover{ color: #2864b8;}
.page-zysl-kjcx-txtc-mm{ overflow: hidden; margin-top: 16px;}
.page-zysl-kjcx-txtc-mm a{ padding: 0px 14px 0px 12px; float: left; height: 32px; line-height: 32px; position: relative;}
.page-zysl-kjcx-txtc-mm a i{ transition: all 0.3s ease-out 0s; z-index: 1; position: absolute; top: 0px; left: 6px; width: 32px; height: 32px; background: #ff681d; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; }
.page-zysl-kjcx-txtc-mm a span{ position: relative; z-index: 2; float: left;}
.page-zysl-kjcx-txtc-mm-sp2{ margin-left: 8px; transition: all 0.3s ease-out 0s; }
.page-zysl-kjcx-txtc-mm-sp1 font{ color: #fff;}
.page-zysl-kjcx-txtc-mm a:hover .page-zysl-kjcx-txtc-mm-sp2{ margin-left: 20px;}
.page-zysl-kjcx-txtc-mm a:hover i{ width: 100%; border-radius: 32px; -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; -o-border-radius: 32px; }
.page-zysl-kjcx-txtc-mm a:hover{ padding-left: 16px; color: #fff;}
.page-zysl-zypt-txtc{ padding:16px;}
.page-zysl-zypt-txtc-ft{ font-size: 14px; font-weight: bold; color: #666; margin-top: 8px;}
.page-zysl-zypt-txtc-cc{ color: #999999; margin-top: 12px; line-height: 2;}
#page-zysl-jpgc{ position: relative; overflow: hidden;}
.page-zysl-jpgc-txt{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: rgba(0, 0, 0, 0.3); display: flex; align-items: center;}
.page-zysl-jpgc-c{ padding: 16px 0px;}
.page-zysl-jpgc-tt{ font-size: 20px; font-weight: bold; position: relative; padding-left: 20px; color: #fff;}
.page-zysl-jpgc-tt::before{ content: ''; width: 10px; height: 3px; background: #fff; position: absolute; left: 0px; top: 50%; margin-top: -2px;}
.page-zysl-jpgc-cc{ margin-top: 10px; line-height: 20px; height: 40px; color: rgba(255, 255, 255, 0.9); text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical; overflow: hidden;}
.page-zysl-jpgc-txt .jpgc-txt-cc{ color: rgba(255, 255, 255, 0.9); margin-top: 10px;}
.page-zysl-jpgc-mm{ overflow: hidden; margin-top: 12px;}
.page-zysl-jpgc-mm a{ color: rgba(255, 255, 255, 0.9); float: left; border: solid 1px rgba(255, 255, 255, 0.8); padding: 0px 28px; height:36px; line-height: 36px; border-radius: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px; -ms-border-radius: 24px; -o-border-radius: 24px; }
.page-zysl-jpgc-mm a span{ float: left;}
.page-zysl-jpgc-mm-sp2{ margin-left: 12px; transition: all 0.3s ease-out 0s; font-size: 14px;}
.page-zysl-jpgc-mm a:hover{ background: #fff; color: #2864b8;}
.page-zysl-jpgc-mm a:hover .page-zysl-jpgc-mm-sp2{ margin-left: 20px;}
#page-zysl-jpgc .gallery-thumbs .swiper-slide{ width: auto; margin-left: 22px;} 
#page-zysl-jpgc .gallery-thumbs .swiper-slide a{ font-size: 14px; font-weight: bold; width: 100%; float: left; height: 60px; line-height: 60px; padding-left: 24px; padding-right: 40px;}
#page-zysl-jpgc .gallery-thumbs .swiper-slide a::before{ content: '';  transition: all 0.3s ease-out 0s; position: absolute; top: 50%; left: 0px; margin-top: -9px; width: 18px; height: 18px; background:url(../images/zysl_icon1.png) no-repeat center; }
#page-zysl-jpgc .gallery-thumbs .swiper-slide a::after{ content: ''; width: 22px; height: 1px; background: #d8d8d8; position: absolute; right: 0px; top: 50%;}
#page-zysl-jpgc .gallery-thumbs .swiper-slide-thumb-active a{ color: #2864b8;}
#page-zysl-jpgc .gallery-thumbs .swiper-slide-thumb-active a::before{ background:url(../images/zysl_icon1h.png) no-repeat center;}
.page-zysl-kjcx-img img{ width: 100%;}
.page-zysl-zypt-img img{ width: 100%;}
@media (min-width:370px) 
{
    .page-zysl-jpgc-mm{ margin-top: 16px;}
}
@media (min-width:768px) 
{
    .page-zysl-jpgc-cc{ margin-top: 16px;}
    .page-zysl-jpgc-txt .jpgc-txt-cc{ margin-top: 16px;}
    .page-zysl-jpgc-mm{ margin-top: 20px;}
}
@media (min-width:992px) 
{
    #page-zysl-kjcx{ margin-top: 0px; display: flex; align-items: center;}
    .page-zysl-kjcx-img{ width: 50%;}
    .page-zysl-kjcx-txt{ width: 50%;}
    .page-zysl-kjcx-txtc{ padding: 24px 36px;}
    #page-zysl-zypt{ margin-top: 0px; display: flex; align-items: center;}
    .page-zysl-zypt-img{ width: 50%; order: 2;}
    .page-zysl-zypt-txt{ width: 50%; order: 1;}
    .page-zysl-zypt-txtc{ padding: 24px 36px;}
    .page-zysl-jpgc-c{ width: 40%;}
    .page-zysl-jpgc-cc{ margin-top: 20px; line-height: 22px; height: 110px; -webkit-line-clamp: 5;}
    .page-zysl-jpgc-txt .jpgc-txt-cc{ margin-top: 20px;}
    .page-zysl-jpgc-mm{ margin-top: 28px;}
    #page-zysl-jpgc .gallery-thumbs{ z-index: 3; width: 240px; position: absolute; top: 50%; transform: translateY(-50%); left: 50%; margin-left: 240px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
    #page-zysl-jpgc .gallery-thumbs .swiper-slide{ margin-left: 0px;}
    #page-zysl-jpgc .gallery-thumbs .swiper-slide a{ color: #fff; text-align: right; font-size: 15px; height: 40px; line-height: 40px; padding-left: 0px; padding-right: 40px;}
    #page-zysl-jpgc .gallery-thumbs .swiper-slide a::before{ background:url(../images/zysl_icon2.png) no-repeat center; left: auto; right: 0px;}
    #page-zysl-jpgc .gallery-thumbs .swiper-slide a::after{ width: 0px; height: 0px; overflow: hidden;}
    #page-zysl-jpgc .gallery-thumbs .swiper-slide-thumb-active a{ color: #fff;}
    #page-zysl-jpgc .gallery-thumbs .swiper-slide-thumb-active a::before{ background:url(../images/zysl_icon2h.png) no-repeat center;}
}
@media (min-width:1200px) 
{
    .page-zysl-kjcx-txtc{ width: 570px;}
    .page-zysl-kjcx-txtc-tt{ font-size: 24px;}
    .page-zysl-kjcx-txtc-ft{ margin-top: 20px;}
    .page-zysl-kjcx-txtc-cc{ margin-top: 20px;}
    .page-zysl-kjcx-txtc-cc p{ font-size: 15px; line-height: 36px; height: 36px;}
    .page-zysl-kjcx-txtc-mm{ margin-top: 24px;}
    .page-zysl-zypt-txtc{ width: 570px; float: right; padding: 24px 50px 24px 0px;}
    .page-zysl-zypt-txtc-ft{ font-size: 16px; margin-top: 12px;}
    .page-zysl-zypt-txtc-cc{ margin-top: 24px;}
    .page-zysl-kjcx-txtc-mm a{ height: 34px; line-height: 34px;}
    .page-zysl-kjcx-txtc-mm a i{ width: 34px; height: 34px;}
    .page-zysl-kjcx-txtc-mm a:hover i{ border-radius: 34px; -webkit-border-radius: 34px; -moz-border-radius: 34px; -ms-border-radius: 34px; -o-border-radius: 34px; }
    .page-zysl-jpgc-tt{ font-size: 24px;}
    .page-zysl-jpgc-cc{ margin-top: 30px; line-height: 24px; height: 120px;}
    .page-zysl-jpgc-txt .jpgc-txt-cc{ margin-top: 30px;}
    .page-zysl-jpgc-mm{ margin-top: 40px;}
    .page-zysl-jpgc-mm a{ padding:0px 32px; height: 42px; line-height: 42px; border-radius: 28px; -webkit-border-radius: 28px; -moz-border-radius: 28px; -ms-border-radius: 28px; -o-border-radius: 28px; }
    #page-zysl-jpgc .gallery-thumbs .swiper-slide a{ font-size: 16px; height: 46px; line-height: 46px; }
}
@media (min-width:1400px) 
{
    .page-zysl-kjcx-txtc{ width: 660px; padding: 28px 80px;}
    .page-zysl-kjcx-txtc-tt{ font-size: 28px;}
    .page-zysl-kjcx-txtc-ft{ margin-top: 24px;}
    .page-zysl-kjcx-txtc-cc{ margin-top: 36px;}
    .page-zysl-kjcx-txtc-cc p{ font-size: 16px; line-height: 40px; height: 40px;}
    .page-zysl-kjcx-txtc-mm{ margin-top: 42px;}
    .page-zysl-zypt-txtc{ width: 660px; padding: 28px 90px 28px 0px;}
    .page-zysl-zypt-txtc-ft{ font-size: 18px; margin-top: 20px;}
    .page-zysl-zypt-txtc-cc{ margin-top: 30px;}
    .page-zysl-kjcx-txtc-mm a{ height: 36px; line-height: 36px;}
    .page-zysl-kjcx-txtc-mm a i{ width: 36px; height: 36px;}
    .page-zysl-kjcx-txtc-mm a:hover{ padding-right: 18px; padding-left: 18px;}
    .page-zysl-kjcx-txtc-mm a:hover i{ border-radius: 36px; -webkit-border-radius: 36px; -moz-border-radius: 36px; -ms-border-radius: 36px; -o-border-radius: 36px; }
    .page-zysl-jpgc-tt{ font-size: 28px;}
    .page-zysl-jpgc-cc{ margin-top: 60px; line-height: 28px; height: 140px;}
    .page-zysl-jpgc-txt .jpgc-txt-cc{ margin-top: 60px;}
    .page-zysl-jpgc-mm{ margin-top: 60px;}
    .page-zysl-jpgc-mm a{ padding:0px 38px; height: 48px; line-height: 48px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; }
    #page-zysl-jpgc .gallery-thumbs .swiper-slide a{ font-size: 18px; height: 52px; line-height: 52px; }
}
@media (min-width:1601px) 
{
    .page-zysl-kjcx-img{ width: 42%; }
    .page-zysl-kjcx-txt{ width: 58%;}
    .page-zysl-kjcx-txtc{ width:890px; padding: 30px 90px;}
    .page-zysl-kjcx-txtc-tt{ font-size: 30px;}
    .page-zysl-kjcx-txtc-ft{ margin-top: 30px;}
    .page-zysl-kjcx-txtc-cc{ margin-top: 50px;}
    .page-zysl-kjcx-txtc-cc p{ font-size: 17px; line-height: 48px; height: 48px;}
    .page-zysl-kjcx-txtc-mm{ margin-top: 42px;}
    .page-zysl-zypt-img{ width: 58%; }
    .page-zysl-zypt-txt{ width: 42%;}
    .page-zysl-zypt-txtc{ width: 550px; padding: 30px 90px 30px 0px;}
    .page-zysl-zypt-txtc-ft{ font-size: 20px; margin-top: 26px;}
    .page-zysl-zypt-txtc-cc{ margin-top: 36px;}
    .page-zysl-kjcx-txtc-mm a{ height: 38px; line-height: 38px;}
    .page-zysl-kjcx-txtc-mm a i{ width: 38px; height: 38px;}
    .page-zysl-kjcx-txtc-mm a:hover i{ border-radius: 38px; -webkit-border-radius: 38px; -moz-border-radius: 38px; -ms-border-radius: 38px; -o-border-radius: 38px; }
    .page-zysl-jpgc-tt{ font-size: 30px;}
    .page-zysl-jpgc-cc{ margin-top: 80px; line-height: 32px; height: 160px;}
    .page-zysl-jpgc-mm{ margin-top: 100px;}
    .page-zysl-jpgc-mm a{ padding:0px 40px; height: 52px; line-height: 52px;  }
    #page-zysl-jpgc .gallery-thumbs .swiper-slide a{ font-size: 20px; height: 62px; line-height: 62px; }
}
#fzlclist{ margin-top: 16px; overflow: hidden; position: relative;}
#fzlclist .gallery-top a{ width: 100%; float: left; background: #f3f3f3; padding: 12px;}
.fzlclist-txt-tt{ margin-top: 8px; height: 42px; line-height: 42px; border-bottom: solid 1px #dddada; font-size: 20px; color: #2864b8; position: relative;}
.fzlclist-txt-tt::after{ content: ''; width: 0px; height: 1px; background: #2864b8; position: absolute; bottom: 0px; left: 0px; transition: all 0.3s ease-out 0s;}
.fzlclist-txt-dc{ font-size: 13px; margin-top: 6px; max-height: 48px; line-height: 24px;}
#fzlclist-thumbs{ padding: 0px 42px; min-height: 32px; margin-top: 20px; position: relative; background-image: url(../images/fz_line.png); background-repeat: repeat-x; background-position: center 16px;}
#fzlclist-thumbs .s-prev, #fzlclist-thumbs .s-next{ z-index: 6; width: 32px; height: 32px; background-repeat: no-repeat; background-size: cover;  position: absolute; top: 0px;}
#fzlclist-thumbs .s-prev{ background-image: url(../images/fz_let.png); left: 0px;}
#fzlclist-thumbs .s-next{ background-image: url(../images/fz_right.png); right: 0px;}
#fzlclist-thumbs .gallery-thumbs{ overflow: hidden;}
#fzlclist-thumbs .gallery-thumbs a{ font-size: 14px; color: #999; text-align: center; width: 100%; float: left; position: relative; padding-top: 38px;}
#fzlclist-thumbs .gallery-thumbs a::before{ content: ''; transition: all 0.3s ease-out 0s; position: absolute; top: 8px; left: 50%; margin-left: -8px; width: 16px; height: 16px; border: solid 1px #999999; background: #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
#fzlclist-thumbs .gallery-thumbs a::after{ content: ''; transition: all 0.3s ease-out 0s; position: absolute; top: 24px; left: 50%; margin-left: -0.5px; width: 1px; height: 8px; background: #999;}
#fzlclist-thumbs .gallery-thumbs .swiper-slide-thumb-active a{ color: #2864b8;}
#fzlclist-thumbs .gallery-thumbs .swiper-slide-thumb-active a::before{ background: #2864b8;}
#fzlclist-thumbs .gallery-thumbs .swiper-slide-thumb-active a::after{ height: 10px; background: #2864b8;}
@-webkit-keyframes events {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-90px);
		transform: translateX(-90px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	
}
@keyframes events {
	0% {
		 opacity: 0;
		 -webkit-transform: translateX(-90px);
		transform: translateX(-90px);
		
	}
	100% {
		 opacity: 1;
		 -webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	
}
.events {
  -webkit-animation-name: events;
  animation-name: events;
}
@media (min-width:768px) 
{
    #fzlclist .gallery-top a{ padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; position: relative;}
    .fzlclist-img{ width: 32%; z-index: 2;}
    .fzlclist-txt{ width: 60%; position: relative; z-index: 2;}
    .fzlclist-bg{ width: 30%; height: 100%; background:#2864b8; position: absolute; top: 0px; left: 0px; z-index: 1;}
    .fzlclist-txt-tt{ margin-top: 0px;}
    #fzlclist .gallery-top .swiper-slide-active .fzlclist-bg{ animation:fadeInLeft 1s 0s both;}
    #fzlclist .gallery-top .swiper-slide-active .fzlclist-img{ animation:events 1s 0.7s both;}
    #fzlclist .gallery-top .swiper-slide-active .fzlclist-txt{ animation:fadeInRight  1.4s 0s both;}
}
@media (min-width:1200px) 
{
    #fzlclist{ margin-top: 24px;}
    #fzlclist .gallery-top a{ padding: 24px 36px;}
    .fzlclist-img{ width: 28%;}
    .fzlclist-txt{ width: 66%;}
    .fzlclist-bg{ width: 26%;}
    .fzlclist-txt-tt{ height: 56px; line-height: 56px; font-size: 28px;}
    .fzlclist-txt-dc{ font-size: 16px; line-height: 26px; max-height: 52px; margin-top: 16px;}
    #fzlclist-thumbs .gallery-thumbs a{ font-size: 16px;}
}
@media (min-width:1400px) 
{
    #fzlclist{ margin-top: 32px;}
    #fzlclist .gallery-top a{ padding: 32px 64px;}
    .fzlclist-txt-tt{ height: 80px; line-height: 80px; font-size: 40px;}
    .fzlclist-txt-dc{ font-size: 17px; line-height: 28px; max-height: 56px; margin-top: 24px;}
    #fzlclist-thumbs{ margin-top: 28px; padding: 0px 48px; min-height: 36px; background-position: center 18px;}
    #fzlclist-thumbs .s-prev, #fzlclist-thumbs .s-next{ width: 36px; height: 36px; }
    #fzlclist-thumbs .gallery-thumbs a{ padding-top: 42px; font-size: 20px;}
    #fzlclist-thumbs .gallery-thumbs a::before{ top: 10px;}
    #fzlclist-thumbs .gallery-thumbs a::after{ top: 26px;}
    #fzlclist-thumbs .gallery-thumbs .swiper-slide-thumb-active a::after{ height: 12px; }
}
@media (min-width:1601px) 
{
    #fzlclist{ margin-top: 40px;}
    #fzlclist .gallery-top a{ padding:40px 80px;}
    .fzlclist-txt-tt{ height: 94px; line-height:94px; font-size: 50px;}
    .fzlclist-txt-dc{ font-size: 18px; line-height: 30px; max-height: 60px; margin-top: 32px;}
    #fzlclist-thumbs{ margin-top: 36px; padding: 0px 56px;}
    #fzlclist-thumbs .gallery-thumbs a{ padding-top:50px; font-size: 22px;}
}

#fzlcs{ position: relative; margin-top: 12px; }
#fzlcs .main-timeline{ font-family: 'Roboto', sans-serif; }
#fzlcs .main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
#fzlcs .main-timeline:before{
    content: '';
    height: 100%;
    width: 2px;
    border: 2px solid rgba(0,0,0,0.03);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 30px;
}
#fzlcs .main-timeline .timeline{
    width: 50%;
    padding: 100px 70px 0 25px;
    margin: 0 50px 0 0;
    float: left;
    position: relative;
}
#fzlcs .main-timeline .timeline-content{
    padding: 15px 15px 15px 40px;
    border: 2px solid #cc0000;
    border-radius: 15px 0 15px 15px;
    display: block;
    position: relative;
}
#fzlcs .main-timeline .timeline-content:hover{ text-decoration: none; }
#fzlcs .main-timeline .timeline-content:after{
    content: '';
    background-color: #cc0000;
    height: 18px;
    width: 15px;
    position: absolute;
    right: -15px;
    top: -2px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
#fzlcs .main-timeline .timeline-year{
    color: #fff;
    background-color: #cc0000;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    line-height: 98px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    right: -120px;
    top:-85px;
}
#fzlcs .main-timeline .timeline-year:after{
    content: '';
    height: 130px;
    width: 130px;
    border: 8px solid #cc0000;
    border-left-color: transparent;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-20deg);
    position: absolute;
    left: 50%;
    top: 50%;
}
#fzlcs .main-timeline .timeline-icon{
    color: #fff;
    background-color: #cc0000;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -25px;
    transition: all 0.3s;
}
#fzlcs .main-timeline .title{
    color: #222;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
#fzlcs .main-timeline .description{
    color: #222;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: justify;
    margin: 0 0 5px;
}
#fzlcs .main-timeline .timeline:nth-child(even){
    padding: 100px 25px 0 70px;
    margin: 0 0 0 50px;
    float: right;
}
#fzlcs .main-timeline .timeline:nth-child(even) .timeline-content{
    padding: 15px 40px 15px 15px;
    border-radius: 0 15px 15px 15px;
}
#fzlcs .main-timeline .timeline:nth-child(even) .timeline-content:after{
    transform: rotateY(180deg);
    right: auto;
    left: -15px;
}
#fzlcs .main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: -120px;
}
#fzlcs .main-timeline .timeline:nth-child(even) .timeline-year:after{
    transform: translateX(-50%) translateY(-50%) rotate(200deg);
}
#fzlcs .main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: -25px;
}
#fzlcs .timeline:nth-child(4n+2) .timeline-content,
#fzlcs .timeline:nth-child(4n+2) .timeline-year:after{
    border-color: #2864b8;
}
#fzlcs .timeline:nth-child(4n+2) .timeline-year:after{ border-left-color: transparent; }
#fzlcs .timeline:nth-child(4n+2) .timeline-content:after,
#fzlcs .timeline:nth-child(4n+2) .timeline-icon,
#fzlcs .timeline:nth-child(4n+2) .timeline-year{
    background-color: #2864b8;
}
#fzlcs .timeline:nth-child(4n+3) .timeline-content,
#fzlcs .timeline:nth-child(4n+3) .timeline-year:after{
    border-color: #ff681d;
}
#fzlcs .timeline:nth-child(4n+3) .timeline-year:after{ border-left-color: transparent; }
#fzlcs .timeline:nth-child(4n+3) .timeline-content:after,
#fzlcs .timeline:nth-child(4n+3) .timeline-icon,
#fzlcs .timeline:nth-child(4n+3) .timeline-year{
    background-color: #ff681d;
}
#fzlcs .timeline:nth-child(4n+4) .timeline-content,
#fzlcs .timeline:nth-child(4n+4) .timeline-year:after{
    border-color: #2864b8;
}
#fzlcs .timeline:nth-child(4n+4) .timeline-year:after{ border-left-color: transparent; }
#fzlcs .timeline:nth-child(4n+4) .timeline-content:after,
#fzlcs .timeline:nth-child(4n+4) .timeline-icon,
#fzlcs .timeline:nth-child(4n+4) .timeline-year{
    background-color: #2864b8;
}
@media screen and (max-width:767px){
    #fzlcs .main-timeline:before{ display: none; }
    #fzlcs .main-timeline .timeline{
        width: 100%;
        padding-top: 80px;
        padding-right: 12px;
        margin-bottom: 20px;
    }
    #fzlcs .main-timeline .timeline:nth-child(even){
        padding-left: 10px;
        padding-top: 80px;
        margin-bottom: 20px;
    }
    #fzlcs .main-timeline .timeline-content,
    #fzlcs .main-timeline .main-timeline .timeline:nth-child(even) .timeline-content{
        background-color: #fff;
        padding-top: 25px;
    }
    #fzlcs .main-timeline .timeline-content:after{ display: none; }
    #fzlcs .main-timeline .timeline-year{
        font-size: 24px;
        line-height: 70px;
        height: 70px;
        width: 70px;
        right: 0;
        top: -65px;
    }
    #fzlcs .main-timeline .timeline-year:after{ display: none; }
    #fzlcs .main-timeline .timeline:nth-child(even) .timeline-year{ left: 3px; }
}
@media screen and (max-width:567px){
    #fzlcs .main-timeline .title{ font-size: 18px; }
}
@media (min-width:1200px) 
{
    #fzlcs{ margin-top: 20px; }
}
@media (min-width:1400px) 
{
    #fzlcs{ margin-top: 28px; }
}
@media (min-width:1601px) 
{
    #fzlcs{ margin-top: 40px; }
    #fzlcs .main-timeline .description{ font-size: 16px; line-height: 1.8; }
}

.prolist{ overflow: hidden; margin-top: 5px;}
.prolist li{ border: solid 1px #dedede; background: #fff; margin-top: 16px; padding: 8px 8px;}
.prolist_txt{ font-size: 13px; text-align: center; margin-top: 12px;}
.prolist_dc{ color: #999; margin-top: 3px; text-align: center;}
.prolist_btn{ margin-top: 12px; text-align: center; overflow: hidden;}
.prolist_btn a{ width: 48%; height: 36px; line-height: 34px;}
.prolist_btn_a1{ float: left; background: #f5f5f5;}
.prolist_btn_a2{ float: right; background: #2864b8; color: #fff;}
.prolist_btn_a1:hover{ background: #ff681d; color: #fff;}
.prolist_btn_a2:hover{ background: #ff681d; color: #fff;}
@media (min-width:768px) 
{
    .prolist li{ width: 49%; float: left; margin-right: 2%;}
    .prolist li:nth-child(2n){ margin-right: 0px; }
}
@media (min-width:992px) 
{
    .prolist li{ width: 32%; float: left; margin-right: 2%;}
    .prolist li:nth-child(2n){ margin-right: 2%; }
    .prolist li:nth-child(3n){ margin-right: 0px; }
    .prolist_btnc{ width: 90%; display: inline-block;}
}
@media (min-width:1200px) 
{
    .prolist li{ margin-top:20px; padding:12px 12px; position: relative; overflow: hidden;}
    .prolist li:hover .prolist_btn{ bottom: 0px; opacity: 1;}
    .prolist_txt{ font-size: 16px; margin-top: 12px;}
    .prolist_dc{ margin-top: 6px; }
    .prolist_btn{ margin-top: 0px; opacity: 0; position: absolute; width:100%; padding: 12px 0px; transition: all 0.3s ease-out 0s; left: 0px; bottom: -80px; background-image: linear-gradient( 180deg, rgba(255, 255, 255, 0.8) 0%, #ffffff 100% );}
    .prolist_btnc{ width: 275px; }
    .prolist_btn a{ width: 130px; height: 40px; line-height: 38px;}
}
@media (min-width:1601px) 
{
    .prolist li{ margin-top:25px; padding:18px 18px;}
    .prolist_txt{ font-size: 18px; margin-top: 16px;}
    .prolist_dc{ margin-top: 8px; }
    .prolist_btn{ padding: 24px 0px; bottom: -96px;}
    .prolist_btnc{ width: 285px; }
    .prolist_btn a{ width: 135px; height: 42px; line-height: 40px;}
}
.prolist li:hover{ box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1); }

.piclist{ overflow: hidden; margin-top: 4px;}
.piclist a{ background: #f8f8f8; width: 100%; float: left; margin-top: 16px; }
.piclist_video{ z-index: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 36px; height: 36px; background: url(../images/video-icon.png) no-repeat;}
.piclist_txt{  transition: all 0.3s ease-out 0s; position: relative; text-align: center; height: 42px; line-height: 42px; overflow: hidden; padding: 0px 10px;}
.piclist_txt::after{
    position: absolute;
    content: "";
    background: #2864b8;
    height: 100%;
    width:100%;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: transform .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
}
.piclist a:hover .piclist_txt::after { -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1);
    -o-transform: scaleX(1); transform: scaleX(1);
}
.piclist a:hover .piclist_txt{ color: #fff;}
@media (min-width:768px) 
{
    .piclist a{ width: 49%; float: left; margin-right: 2%;}
    .piclist a:nth-child(2n){ margin-right: 0px; }
}
@media (min-width:992px) 
{
    .piclist a{ width: 32%; margin-right: 2%;}
    .piclist a:nth-child(2n){ margin-right: 2%; }
    .piclist a:nth-child(3n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
    .piclist{ margin-top:8px; }
    .piclist a{ margin-top: 20px; }
    .piclist_txt{ height: 50px; line-height: 50px; padding: 0px 15px; }
}
@media (min-width:1400px) 
{
    .piclist_txt{ height: 56px; line-height: 56px; }
}
@media (min-width:1601px) 
{
    .piclist{ margin-top:12px; }
    .piclist a{ margin-top: 24px;}
    .piclist_txt{ height: 60px; line-height: 60px;}
}
.honor-type{ position: relative; margin-top: 8px; text-align: center; overflow-x: auto; overflow-y: hidden; display: flex; border-bottom: solid 1px #e4e8ea;}
.honor-typec{ width: auto; margin-right: 32px; white-space: nowrap;}
.honor-typec a{ height: 48px; line-height: 48px; font-size: 14px;}
.movebg{ opacity: 0; width: 0px; height: 4px; position: absolute; background: #2864b8; left: 0; bottom: -1px; transition: all 0.5s ease-out 0s;}
.honor-typec a.on{ color: #2864b8;}
.piclists{ overflow: hidden; margin-top: 16px;}
.piclists a{ text-align: center; width: 100%; float: left;}
.piclists-img{ background: #f0f4f7; padding: 20px; transition: all 0.3s ease-out 0s;}
.piclists-img .imgbox{ box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);}
.piclists-txt{ font-size: 13px; height: 28px; line-height: 28px; margin-top: 8px; padding: 0px 10px;}
.piclists-dc{ color: #999999; height: 20px; line-height: 20px; margin-bottom: 12px; padding: 0px 10px;}
.spiclist{ overflow: hidden; margin-top: 16px;}
.spiclist a{ width: 100%; float: left; margin-bottom: 16px; overflow: hidden;}
.spiclist-tags{ background: rgba(0, 0, 0, 0.4); color:rgba(255, 255, 255, 0.7); position: absolute; bottom: 12px; left: 10px; padding: 6px 18px;}
.spiclist-txt{ padding: 10px 6px 6px 6px;}
.spiclist-txt-tt{ color: #666666; font-size: 14px; overflow: hidden; height: 28px; line-height: 28px; font-weight: bold;}
.spiclist-txt-dc{ height: 20px; line-height: 20px; color: #999;}
.spiclist-txth{ width: 100%; color: #fff; position: absolute; bottom: -100%; left:0px; background: #2864b8; height: 0px; opacity: 0; transition: all 0.3s ease-out 0s; overflow: hidden;}
.spiclist-txth-tt{ font-size: 14px; overflow: hidden; height: 28px; line-height: 28px; font-weight: bold;}
.spiclist-txth-dc{ line-height: 20px; height: 40px; margin-top: 6px;}
.spiclist-txth-mm{ height: 20px; line-height: 20px; margin-top: 12px; font-size: 14px;}
.spiclist a:hover .spiclist-txth{ opacity: 1; padding: 20px 20px 30px 20px; height: auto; bottom: 0px;}
@media (min-width:768px) 
{
    .honor-type{ justify-content:center;}
    .honor-typec{ margin:0px 18px;}
    .honor-typec a{ height: 50px; line-height: 50px;}
    .piclists{ margin-top: 20px;}
    .piclists a{ width: 48%; margin-right: 4%;}
    .piclists a:nth-child(2n){ margin-right: 0px; }
    .piclists-img{ padding: 24px;}
    .spiclist a{ width: 49%; margin-right: 2%;}
    .spiclist a:nth-child(2n){ margin-right: 0px; }
}
@media (min-width:992px) 
{
    .piclists a{ width: 30.66%; }
    .piclists a:nth-child(2n){ margin-right: 4%; }
    .piclists a:nth-child(3n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
    .honor-type{ margin-top: 16px;}
    .honor-typec{ margin:0px 22px;}
    .honor-typec a{ height: 56px; line-height: 56px; font-size: 15px;}
    .piclists{ margin-top: 28px;}
    .piclists-txt{ font-size: 15px; height: 30px; line-height: 30px; margin-top:14px;}
    .piclists-dc{  height: 22px; line-height: 22px; margin-bottom: 18px;}
    .spiclist{ margin-top: 28px;}
    .spiclist a{ margin-bottom: 22px; width: 48.5%; margin-right: 3%;}
    .spiclist-txt{ padding: 16px 8px 8px 8px;}
    .spiclist-txt-tt{ font-size: 16px; height: 32px; line-height: 32px;}
    .spiclist-txt-dc{ line-height: 22px; height: 22px; }
    .spiclist-txth-tt{ font-size: 16px; height: 32px; line-height: 32px;}
    .spiclist-txth-dc{ line-height: 22px; height: 44px; margin-top: 10px;}
    .spiclist-txth-mm{ margin-top: 20px; font-size: 15px;}
    .spiclist a:hover .spiclist-txth{ padding: 30px 30px 40px 30px;}
}
@media (min-width:1400px) 
{
    .honor-type{ margin-top: 20px;}
    .honor-typec{ margin:0px 26px;}
    .honor-typec a{ height: 64px; line-height: 64px; font-size: 16px;}
    .piclists{ margin-top: 40px;}
    .piclists-img{ padding: 32px;}
    .piclists-txt{ font-size: 16px; height: 34px; line-height: 34px; margin-top:16px;}
    .piclists-dc{  height: 24px; line-height: 24px; margin-bottom: 20px;}
    .spiclist{ margin-top: 40px;}
    .spiclist a{ margin-bottom: 32px;}
    .spiclist-txt{ padding: 20px 10px 10px 10px;}
    .spiclist-txt-tt{ font-size: 17px; height: 34px; line-height: 34px;}
    .spiclist-txt-dc{ line-height: 26px; height: 26px; }
    .spiclist-tags{ bottom: 16px; left: 12px; padding: 8px 24px;}
    .spiclist-txth-tt{ font-size: 17px; height: 34px; line-height: 34px;}
    .spiclist-txth-dc{ line-height: 26px; height: 52px; margin-top: 14px;}
    .spiclist-txth-mm{ margin-top: 26px; font-size: 16px;}
    .spiclist a:hover .spiclist-txth{ padding: 48px 48px 58px 48px;}
}
@media (min-width:1601px) 
{
    .honor-type{ margin-top: 36px;}
    .honor-typec{ margin:0px 32px;}
    .honor-typec a{ height: 72px; line-height: 72px; font-size: 17px;}
    .piclists{ margin-top: 50px;}
    .piclists-img{ padding: 42px;}
    .piclists-img .imgbox{ box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.16);}
    .piclists-txt{ margin-top:20px;}
    .piclists-dc{ font-size: 14px; margin-bottom: 26px;}
    .spiclist{ margin-top: 50px;}
    .spiclist a{ margin-bottom: 40px; width: 48%; margin-right: 4%;}
    .spiclist-txt-tt{ font-size: 18px; height: 36px; line-height: 36px;}
    .spiclist-txt-dc{ line-height: 32px; height: 32px; }
    .spiclist-tags{ bottom: 20px; left: 18px; padding: 10px 30px;}
    .spiclist-txth-tt{ font-size: 18px; height: 36px; line-height: 36px;}
    .spiclist-txth-dc{ line-height: 32px; height: 64px; margin-top: 26px;}
    .spiclist-txth-mm{ margin-top: 32px; font-size: 18px;}
    .spiclist a:hover .spiclist-txth{ padding: 60px 60px 90px 60px;}
}
.piclists a:hover .piclists-img{ background: #d9e9f4;}
.tpiclists{ overflow: hidden;}
.tpiclists a{ padding: 12px; margin-top: 16px; width: 100%; float: left; background: #f1f1f1; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; }
.tpiclists-txt-tt{ height: 40px; line-height: 40px; font-size: 16px; margin-top: 16px; position: relative;}
.tpiclists-txt-tt::before{ content: ''; width: 20px; height: 2px; background: #2864b8; position: absolute; top: 0px; left: 0px; transition: all 0.3s ease-out 0s;}
.tpiclists-txt-dc{ line-height: 20px; height: 40px; color: #888;}
.tpiclists a:hover{ box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1); }
.tpiclists a:hover .tpiclists-txt-tt::before{ width: 100%;}
@media (min-width:768px) 
{
    .tpiclists a{ display: flex; align-items: center; justify-content: space-between; padding: 12px 16px;}
    .tpiclists-img{ width: 32%;}
    .tpiclists-txt{ width: 64%;}
    .tpiclists-txt-tt{ margin-top: 0px; height: 44px; line-height: 44px;}
    .tpiclists-txt-dc{ line-height: 22px; height: 44px;}
}
@media (min-width:992px) 
{
    .tpiclists a{ padding: 16px 24px;}
    .tpiclists-img{ width: 26%;}
    .tpiclists-txt{ width: 70%;}
    .tpiclists-txt-tt{ height: 50px; line-height: 50px;}
}
@media (min-width:1200px) 
{
    .tpiclists a{ width: 48%; margin-right: 4%; margin-top: 24px; padding: 20px 24px;}
    .tpiclists a:nth-child(2n){ margin-right: 0px;}
    .tpiclists-img{ width: 36%;}
    .tpiclists-txt{ width: 60%;}
    .tpiclists-txt-tt{ font-size: 17px;}
}
@media (min-width:1400px) 
{
    .tpiclists a{ margin-top: 32px; padding: 24px 30px;}
    .tpiclists-txt-tt{ height: 54px; line-height: 54px; font-size: 18px;}
    .tpiclists-txt-dc{ line-height: 26px; height: 52px;}
}
@media (min-width:1601px) 
{
    .tpiclists a{ margin-top: 40px; padding: 28px 36px;}
    .tpiclists-txt-tt{ height: 56px; line-height: 56px; font-size: 20px;}
    .tpiclists-txt-dc{ line-height: 28px; height: 56px;}
}
.spiclists{ overflow: hidden; margin-top: 4px;}
.spiclists a{ border: solid 1px #f1f1f1; margin-right: 4%; text-align: center; background: #f8f8f8; width: 48%; float: left; margin-top: 16px; }
.spiclists a:nth-child(2n){ margin-right: 0px; }
.spiclists-txt{ font-size: 14px; font-weight: bold; height: 28px; line-height: 28px; margin-top: 6px; padding: 0px 10px;}
.spiclists-dc{ color: #888; height: 22px; line-height: 22px; margin-bottom: 10px; padding: 0px 10px;}
@media (min-width:768px) 
{
    .spiclists a{ width: 30.6%; margin-top: 24px;}
    .spiclists a:nth-child(2n){ margin-right: 4%; }
    .spiclists a:nth-child(3n){ margin-right: 0px; }
}
@media (min-width:992px) 
{
    .spiclists a{ width: 22%; }
    .spiclists a:nth-child(2n){ margin-right: 4%; }
    .spiclists a:nth-child(3n){ margin-right: 4%; }
    .spiclists a:nth-child(4n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
    .spiclists a{ margin-top: 30px; }
    .spiclists-txt{ margin-top: 10px; font-size: 16px; height: 32px; line-height: 32px;}
    .spiclists-dc{ height: 24px; line-height: 24px; margin-bottom: 10px;}
}
@media (min-width:1400px) 
{
    .spiclists a{ margin-top: 36px; }
    .spiclists-txt{ font-size: 17px; height: 36px; line-height: 36px;}
}
@media (min-width:1601px) 
{
    .spiclists a{ margin-top: 40px; }
    .spiclists-txt{ margin-top: 12px; font-size: 18px;}
    .spiclists-dc{ font-size: 14px; margin-bottom: 12px;}
}
.spiclists a:hover{ background: #2864b8; color: #fff;}
.spiclists a:hover .spiclists-dc{ color: rgba(255, 255, 255, 0.8);}

#newslists{ overflow: hidden; }
#newslists a{ background: url(../images/line1.jpg) repeat-x bottom; display: flex; width: 100%; float: left; margin-top: 16px; padding-bottom: 12px; position: relative;}
#newslists a::after{ transition: all 0.3s ease-out 0s; content: ''; width: 0px; height: 1px; background: #2864b8; position: absolute; bottom: 0px; left: 0px;}
.newslists_img{ width: 38%; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; }
.newslists_txt{ width: 59%; }
.newslists_txt_tt{ font-size: 14px; font-weight: bold; height: 28px; line-height: 28px; overflow: hidden;}
.newslists_txt_dc{ color: #999999; line-height: 20px; height: 40px;}
.newslists_txt_cm{ color: #999999; line-height: 20px; height: 20px; margin-top: 4px; overflow: hidden;}
.newslists_txt_cm i{ font-style: normal; float: left;}
.newslists_txt_cm span{ float: left;}
.newslists_txt_ck i{ margin-right: 6px; }
.newslists_txt_tm{ font-weight: bold;}
.newslists_txt_tm i{ margin-right: 4px; }
#newslists a:hover::after{ width: 100%;}
#xyhdlist{ overflow: hidden; margin-top: 16px; text-align: center;}
#xzzslist{ overflow: hidden; text-align: center; margin-top: 16px;}
#xzzslist .xyhd-img{ border: solid 1px #dedede;}
#newslist{ overflow: hidden; margin-top:4px;}
#newslist a{ background: url(../images/line1.jpg) repeat-x bottom; width: 100%; float: left; margin-top: 16px; padding-bottom: 12px; position: relative;}
#newslist a::after{ transition: all 0.3s ease-out 0s; content: ''; width: 0px; height: 1px; background: #2864b8; position: absolute; bottom: 0px; left: 0px;}
.newslist_img{ border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; }
.newslist_txt_tt{ margin-top: 10px; font-size: 14px; font-weight: bold; height: 28px; line-height: 28px; overflow: hidden;}
.newslist_txt_dc{ margin-top: 8px; color: #999999; line-height: 20px; height: 40px;}
.newslist_txt_cm{ height: 28px; line-height: 28px; display: flex; margin-top: 8px;}
.newslist_txt_tm{ color: #999; font-weight: bold; font-size: 12px;}
.newslist_txt_tm i{ float: left; margin-right: 4px;}
.newslist_txt_tm span{ float: left;}
.newslist_txt_ck{
    transition: all 0.3s ease-out 0s;
    text-align: center;
    width: 92px;
    height: 28px;
    background: #2864b8;
    color: #fff;
    font-size: 12px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
#newslist a:hover::after{ width: 100%;}
#newslist a:hover .newslist_txt_ck{ background: #ff681d;
    color: #fff;}
@media (min-width:768px) 
{
    .newslists_img{ width: 22%;}
    .newslists_txt{ width: 75%;}
    .newslists_txt_tt{ height: 32px; line-height: 32px;}
    .newslists_txt_cm{ margin-top: 8px;}
    .newslist_img{ width: 26%; float: left;}
    .newslist_txt{ width: 70%; float: right;}
    .newslist_txt_tt{ margin-top: 4px;}
}
@media (min-width:992px) 
{
    .newslists_img{ width: 20%;}
    .newslists_txt{ width: 77%;}
    .newslists_txt_tt{ height: 36px; line-height: 36px; font-size: 15px;}
    .newslists_txt_cm{ margin-top: 12px;}
    .newslist_img{ width: 22%;}
    .newslist_txt{ width: 75%;}
    .newslist_txt_cm{ margin-top: 12px;}
}
@media (min-width:1200px) 
{
    #newslists{ margin-top:8px;}
    #newslists a{ margin-top: 20px; padding-bottom: 16px;}
    .newslists_img{ width: 18%;}
    .newslists_txt{ width: 79%;}
    .newslists_txt_tt{ height: 40px; line-height: 40px; font-size: 16px;}
    .newslists_txt_dc{ line-height: 24px; height: 48px;}
    .newslists_txt_cm{ margin-top: 16px;}
    #xyhdlist{ margin-top: 24px;}
    #xzzslist{ margin-top: 24px;}
    #newslist{ margin-top:8px;}
    #newslist a{ margin-top: 20px; padding-bottom: 16px;}
    .newslist_txt_tt{ height: 40px; line-height: 40px; font-size: 16px;}
    .newslist_txt_dc{ line-height: 24px; height: 48px;}
    .newslist_txt_cm{ margin-top: 16px;}
}
@media (min-width:1400px) 
{
    .newslists_txt_tt{ height: 48px; line-height: 48px; font-size: 17px;}
    .newslists_txt_cm{ margin-top: 16px;}
    .newslist_txt_tt{ height: 48px; line-height: 48px; font-size: 17px;}
    .newslist_txt_cm{ margin-top: 20px;}
}
@media (min-width:1601px) 
{
    #newslists{ margin-top:12px;}
    #newslists a{ margin-top: 24px; padding-bottom: 20px;}
    .newslists_img{ width: 19%; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; }
    .newslists_txt{ width: 78%;}
    .newslists_txt_tt{ height: 56px; line-height: 56px; font-size: 18px;}
    .newslists_txt_dc{ line-height: 30px; height: 60px;}
    .newslists_txt_cm{ margin-top: 26px; font-size: 14px;}
    .newslists_txt_tm{ font-size: 14px;}
    #xyhdlist{ margin-top: 32px;}
    #xyhdlist{ margin-top: 32px;}
    #newslist{ margin-top:12px;}
    #newslist a{ margin-top: 24px; padding-bottom: 20px;}
    .newslist_img{ width: 24%; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; }
    .newslist_txt{ width: 72%;}
    .newslist_txt_tt{ height: 56px; line-height: 56px; font-size: 18px;}
    .newslist_txt_dc{ line-height: 30px; height: 60px;}
    .newslist_txt_cm{ height: 32px; line-height: 32px; }
    .newslist_txt_tm{ font-size: 14px;}
    .newslist_txt_ck{ width: 112px; height: 32px; border-radius: 36px; -webkit-border-radius: 36px; -moz-border-radius: 36px; -ms-border-radius: 36px; -o-border-radius: 36px; }
}
#cnewlist{ overflow: hidden;}
#cnewlist a{ padding-right: 80px; position: relative; width: 100%; float: left; height: 34px; line-height: 34px; border-bottom: solid 1px #f8f8f8;}
#cnewlist a::after{ transition: all 0.3s ease-out 0s; content: ''; position: absolute; left: 0px; bottom: 0px; width: 0px; height: 1px; background: #2864b8;}
#cnewlist a span{ font-size: 12px; color: #999; position: absolute; top: 0px; right: 0px;}
#cnewlist a p i{ margin-right: 6px; font-size: 16px;}
#cnewlist a:hover::after{ width: 100%;}
@media (min-width:768px) 
{
    #cnewlist a{height: 38px; line-height: 38px;}
}
@media (min-width:1200px) 
{
    #cnewlist{ margin-top:8px;}
    #cnewlist a{height: 42px; line-height: 42px; padding-right: 150px;}
    #cnewlist a p i{ margin-right: 8px; font-size: 18px;}
}
@media (min-width:1400px) 
{
    #cnewlist{ margin-top:12px;}
    #cnewlist a{height: 50px; line-height: 50px; padding-right: 160px; font-size: 16px;}
    #cnewlist a p i{ margin-right: 8px; font-size: 20px;}
    #cnewlist a span{ font-size: 14px;}
}
@media (min-width:1601px) 
{
    #cnewlist{ margin-top:18px;}
    #cnewlist a{height: 70px; line-height: 70px; font-size: 17px;}
    #cnewlist a p i{ margin-right: 10px; font-size: 20px;}
}

.snewlist{ margin-top:16px;}
.snewlist a{ width:100%; float: left; position: relative; background:#f0f4f7; margin-bottom: 16px; padding:16px 16px 12px 16px;}
.snewlist a:after{ content: ''; position: absolute; top: 0px; left: 0px; width:0px; height: 6px; background: #2864b8; transition: all 0.3s ease-out 0s;}
.snewlist-txt-tt{ height:30px; line-height:30px; margin-top: 6px; font-size: 14px; font-weight: bold; overflow: hidden;}
.snewlist-txt-dc{ line-height:20px; height:40px; color:#999;}
.snewlist-txt-tm{ color:#2864b8; margin-top: 8px; text-align: right;}
.snewlist a:hover{ transition: all 0.3s ease-out 0s; background:#fff; box-shadow: 0px 1px 36px rgba(0, 0, 0, 0.1);}
.snewlist a:hover:after{ width:100%;}
@media (min-width:768px) 
{
    .snewlist a{ width:48.5%; margin-bottom: 20px; margin-right: 3%;}
    .snewlist a:nth-child(2n){ margin-right:0px; }
}
@media (min-width:992px) 
{
    .snewlist a{ width:32%; margin-right: 2%;}
    .snewlist a:nth-child(2n){ margin-right:2%; }
    .snewlist a:nth-child(3n){ margin-right:0px; }
    .snewlist a:hover{ transition: all 0.3s ease-out 0s; transform:translateY(-8px) !important; -webkit-transform:translateY(-8px) !important; -moz-transform:translateY(-8px) !important; -ms-transform:translateY(-8px) !important; -o-transform:translateY(-8px) !important; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; }
}
@media (min-width:1200px) 
{
    .snewlist{ margin-top:24px;}
    .snewlist a{ margin-bottom:24px; padding:20px 20px 14px 20px;}
    .snewlist-txt-tt{ height:32px; line-height:32px; margin-top: 10px; font-size: 15px; }
    .snewlist-txt-dc{ line-height:23px; height:46px; }
    .snewlist a:hover{ transform:translateY(-12px) !important; -webkit-transform:translateY(-12px) !important; -moz-transform:translateY(-12px) !important; -ms-transform:translateY(-12px) !important; -o-transform:translateY(-12px) !important; }
}
@media (min-width:1400px) 
{
    .snewlist{ margin-top:36px;}
    .snewlist a{ margin-bottom:30px; padding:26px 26px 20px 26px;}
    .snewlist-txt-tt{ height:34px; line-height:34px; margin-top: 12px; font-size: 16px; }
    .snewlist-txt-dc{ line-height:26px; height:52px; }
    .snewlist a:hover{ transform:translateY(-18px) !important; -webkit-transform:translateY(-18px) !important; -moz-transform:translateY(-18px) !important; -ms-transform:translateY(-18px) !important; -o-transform:translateY(-18px) !important; }
}
@media (min-width:1601px) 
{
    .snewlist{ margin-top:48px;}
    .snewlist a{ margin-bottom:36px; padding:34px 32px 28px 32px;}
    .snewlist-txt-tt{ height:36px; line-height:36px; margin-top: 14px; font-size: 17px; }
    .snewlist-txt-dc{ line-height:28px; height:56px; font-size: 15px;}
    .snewlist a:hover{ transform:translateY(-22px) !important; -webkit-transform:translateY(-22px) !important; -moz-transform:translateY(-22px) !important; -ms-transform:translateY(-22px) !important; -o-transform:translateY(-22px) !important; }
}

.contact_cc{ margin-top:16px;}
.contact_cc_tt{ font-size: 16px; font-weight: bold;}
.contact_main{ margin-top: 10px; }
.contact_main p{ padding: 7px 4px; margin-bottom: 5px; border-bottom: solid 1px #f5f5f5; color: #444;}
.contact_main p a{ color: #2864b8; }
.contact_main p strong{ color: #2864b8; }
.contact_dt{ margin-top: 16px;}
@media (min-width:992px) 
{
    .contact_cc{ margin-top:20px;}
    .contact_dt{ margin-top: 20px;}
}
@media (min-width:1200px) 
{
    .contact_cc{ margin-top:24px;}
    .contact_cc_tt{ font-size: 20px; }
    .contact_main p{ padding: 10px 5px;}
    .contact_dt{ margin-top: 24px;}
}
@media (min-width:1400px) 
{
    .contact_cc{ margin-top:30px;}
    .contact_dt{ margin-top:30px;}
}
@media (min-width:1601px) 
{
    .contact_cc{ margin-top:36px;}
    .contact_cc_tt{ font-size: 22px; }
    .contact_main p{ padding: 12px 5px;}
    .contact_dt{ margin-top: 36px; } 
}

.pmess{ overflow: hidden; margin-top: 15px; }
.pmess li{ overflow: hidden; margin-bottom: 10px;}
.morder_InputText{ width:48%; margin-right: 4%; padding: 0px 15px;  outline: none; float: left; background: #f9f9f9;   height: 40px; line-height: 40px;}
.pmess #tel{ margin-right: 0px; }
.morder_textarea{ width:100%;  padding: 15px;   outline: none; float: left; background: #f9f9f9;   height: 120px; line-height: 30px;}
.morder_captcha{ width:100px;  padding: 0px 15px;  outline: none; float: left; background: #f9f9f9;   height: 40px; line-height:40px;}
.morder_img{ float: left; margin-left: 10px; width: 100px; height: 40px; cursor: pointer; }
.morder_But{ float: left; outline: none; margin-top: 15px; font-size:15px; width: 100%; height: 42px; line-height: 42px; background: #2864b8; color: #fff; }
.morder_But:hover{ background: #2864b8; color: #fff;}
@media (min-width:375px) 
{
  .morder_captcha{ width:110px; }
}
@media (min-width:768px) 
{
    .morder_But{ width: 250px; float: right; margin-top: 0px;}
}
@media (min-width:1200px) 
{
   .pmess{ margin-top: 20px; }
   .pmess li{ margin-bottom: 15px; }
   .morder_captcha{ width: 200px;}
   .morder_But{ font-size: 15px; }
}
@media (min-width:1601px) 
{
    .pmess{ margin-top: 25px; }
    .pmess li{ margin-bottom: 20px; }
    .morder_InputText{ height: 46px; line-height: 46px; }
    .morder_InputText1{ height: 46px; line-height: 46px; }
    .morder_captcha{ height: 46px; line-height: 46px; width: 140px;}
    .morder_img{ height: 46px; line-height: 46px; width: 120px;}
    .morder_But{ height:48px; line-height: 48px; font-size: 16px; }
}

.page-content{ margin-top: 16px;}
#page_Title{ margin-bottom: 0px; line-height:1.6; font-size:20px; text-align: center;}
.page_Info{ margin-bottom: 10px; text-align: center; height:28px; line-height: 28px; color:#999999;  overflow: hidden; }
.page_Info_c{ display: inline-block; }
.page_Infoleft { float: left; margin-left: 16px; color: #a6a6a6;}
.page_Infoleft i{ margin-right: 4px; float: left; }
.page_Infoleft span{ float: left; }
#infoImage{ width:100%;text-align:center; margin:16px 0 0px 0;}
#infoImage img{ max-width:100%;  }
.page_Content{ margin:16px auto 0px; line-height:2; }
.page_Content img{max-width:100%;}
.page_Content table {
    width:100%;
    margin:0 auto;
    border-width:1px;
    border-color: #f5f5f5 !important;
    border-collapse: collapse;
    box-sizing: border-box;
}
.page_Content table th {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
    background-color: #dedede;
}
.page_Content table td {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
}
.page_Content table td a { text-decoration:underline; }
.rdpro1_video{ text-align: center; margin: 15px auto 0px; position: relative;}
.rdpro1_video img{ max-width: 100%; }
.rdpro1_video #playVideo{ width: 100%; height: 100%; position: absolute; z-index: 10; top: 0px; left: 0px;}
.play_btn{ width: 36px; height: 36px; background: url(../images/video-icon.png) no-repeat; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: .26s all linear; cursor: pointer;}
.cdinfoimgs{ margin-top: 16px; position: relative;}
.cdinfoimgs .s-prev,.cdinfoimgs .s-next{ cursor: pointer; z-index: 4; width: 24px; height: 48px; position: absolute; top: 50%; transform: translateY(-50%); background-color: #fff; background-repeat: no-repeat; background-position: center; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.cdinfoimgs .s-prev{ background-image: url(../images/left_03.png); left: 0px;}
.cdinfoimgs .s-next{ background-image: url(../images/right_03.png); right: 0px;}
.cdinfoimgs .s-prev:hover{ background-color: #2864b8; background-image: url(../images/left_03h.png);}
.cdinfoimgs .s-next:hover{ background-color: #2864b8; background-image: url(../images/right_03h.png);}
.dinfoimgs{ overflow: hidden;}
.dinfoimgs .gallery-thumbs{ margin-top:8px;}
.dinfoimgs .gallery-thumbs .swiper-slide a{ width: 100%; float: left; border: solid 2px #fff;}
.dinfoimgs .gallery-thumbs .swiper-slide-thumb-active a{ border: solid 2px #2864b8;}
.prev-nexts{ margin-top: 20px;}
.prev-nexts a{ width: 100%; float: left; margin-bottom: 12px; background: #f0f4f7; display: flex; align-items: center; justify-content:space-between;}
.prev-nexts-img{ width: 30%; max-width: 30%;}
.prev-nexts-txt{ width: 64%; max-width: 64%; padding-right: 20px;}
.prev-nexts-txt-tt{ font-size: 14px; font-weight: bold;}
.prev-nexts-txt-dc{ color: #999999; height: 20px; line-height: 20px;}
.prev-nexts a:hover{ background: #fff; box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
.prev-nexts a:hover .prev-nexts-txt-dc{ color: #2864b8;}
@media (min-width:768px) 
{
    #page_Title{ font-size: 22px; }
    .cdinfoimgs .s-prev,.cdinfoimgs .s-next{ width: 30px; height: 60px;}
    .prev-nexts a{ width: 48%; margin-bottom: 0px;}
    .prev-nexts a:nth-child(2){ float: right;}
}
@media (min-width:992px) 
{
    #infoImage{ margin-top: 20px; }
    .prev-nexts a{ width: 44%;}
}
@media (min-width:1200px) 
{
    .page-content{ margin-top: 24px;}
    #page_Title{ font-size: 24px; }
    .page_Info{  margin-bottom: 20px; margin-top: 6px;}
    #infoImage{ margin-top: 24px; }
    .page_Content{ margin:24px auto 0px;}
    .rdpro1_video{ margin: 20px auto 0px;}
    .cdinfoimgs{ width: 90%; margin: 24px auto 4px;}
    .cdinfoimgs .s-prev,.cdinfoimgs .s-next{ width: 30px; height: 60px; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);}
    .cdinfoimgs .s-prev{ left: -15px;}
    .cdinfoimgs .s-next{ right: -15px;}
    .dinfoimgs .gallery-thumbs{ margin-top:10px;}
    .prev-nexts{ margin-top: 30px;}
    .prev-nexts-txt-tt{ font-size: 16px;}
    .prev-nexts-txt-dc{ line-height: 22px; height: 22px;}
}
@media (min-width:1400px) 
{
    .page-content{ margin-top: 32px;}
    #page_Title{ font-size: 28px;}
    .page_Info{  margin-bottom: 24px }
    #infoImage{ margin-top: 30px; }
    .page_Content{ margin:32px auto 0px; }
    .cdinfoimgs{ width: 88%; margin: 36px auto 6px;}
    .cdinfoimgs .s-prev,.cdinfoimgs .s-next{ width: 40px; height: 80px; }
    .cdinfoimgs .s-prev{ left: -20px;}
    .cdinfoimgs .s-next{ right: -20px;}
    .prev-nexts{ margin-top: 40px;}
    .prev-nexts-txt-tt{ font-size: 17px;}
    .prev-nexts-txt-dc{ line-height: 28px; height: 28px; margin-top: 4px;}
}
@media (min-width:1601px) 
{
    .page-content{ margin-top: 40px;}
    #page_Title{ font-size: 30px; }
    .page_Info{  margin-bottom: 28px; font-size: 15px;}
    #infoImage{ margin-top: 36px; }
    .page_Content{ margin:40px auto 0px;}
    .rdpro1_video{ margin: 25px auto 0px;}
    .cdinfoimgs{ margin: 42px auto 6px;}
    .prev-nexts{ margin-top: 48px;}
}

/* 无内容 */
.no-goods,.no-network{
  padding-top:70px;
  overflow: hidden;
  text-align: center;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  color:#666666;
  line-height: 2;
}
.seek_job li{ margin-top: 8px; overflow: hidden; position: relative; padding-left: 40px; border:1px solid #dedede;}
.seek_t1{ color: #999999; font-size: 20px; text-align: center; height: 40px; line-height: 40px; width:40px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.G_InputText{
    height:40px;
    line-height:40px;
    padding:0px 10px;
    outline: none;
    border-left:1px solid #dedede; 
}
.G_captcha{
    width:100px;
    height:40px;
    line-height:40px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px; outline: none;
}
.G_verifyImg{ width: 100px; height:40px; float: left; }
.G_textarea{
    height:150px;
    line-height:30px;
    padding:10px 10px;
    outline: none;
    border-left:1px solid #dedede;
    float: left;
}
.G_But{
    width:100%;
    height:50px;
    line-height:50px;
    background:#2864b8;
    border-radius:5px;
    text-align:center;
    color:#FFF;
    cursor:pointer;
    transition: all 0.3s;
    float: left;outline: none; border: 0px;font-size: 16px;
    margin-top: 8px;
}
.G_But:hover{
    background:#ff681d; color: #fff;
}
@media (min-width:768px) 
{
    .G_But{ width: 200px; float: right; height:40px; line-height:40px; margin-top: 0px;}
}
@media (min-width:992px) 
{
    .mess-txt{ width: 66%; float: left;}
    .mess-img{ width: 28%; float: right; margin-top: 10px;}
}
@media (min-width:1200px) 
{
    .seek_job li{ margin-top: 10px; padding-left: 50px;}
    .seek_t1{ height: 50px; line-height: 50px; width:50px; font-size: 22px;}
    .G_InputText{ height: 50px; line-height: 50px; padding:0px 16px;}
    .G_textarea{ padding:10px 16px;}
    .G_captcha{ width: 120px; height: 50px; line-height: 50px;}
    .G_verifyImg{ width: 120px; height: 50px; }
    .G_But{ width: 240px; height:50px; line-height:50px;}
}
@media (min-width:1601px) 
{
    .seek_job li{ margin-top: 12px; padding-left: 56px;}
    .seek_t1{ height: 56px; line-height: 56px; width:56px; font-size: 24px;}
    .G_InputText{ height: 56px; line-height: 56px;}
    .G_captcha{ height: 56px; line-height: 56px; width: 160px; }
    .G_verifyImg{ width: 130px; height: 56px;}
    .G_But{ width: 400px; height: 56px; line-height: 56px;} 
}

/*******Css prev_next*******/
.prev_next{ overflow: hidden; border-top: solid 1px #D5D5D5; margin-top: 20px; padding-top: 14px;}
.prev_next li{ cursor: pointer; height: 30px; line-height: 30px; overflow: hidden;}
@media (min-width:1200px) 
{
    .prev_next{ margin-top: 32px; padding-top: 18px; }
    .prev_next li{ height: 36px; line-height: 36px; }
}
@media (min-width:1601px) 
{
    .prev_next{ margin-top: 48px; padding-top:28px; }
    .prev_next li{ height: 40px;   line-height: 40px; }
}
.page-a{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
/*css digg style pagination*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 25px 0 10px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 8px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #2864b8;
  background: #2864b8;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  display: none;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
@media (max-width:360px) 
{
    .de-page-mian .page-inner a.prev{ display: none;}
    .de-page-mian .page-inner a.next{ display: none;}
}
@media (min-width:768px) 
{
    .de-page-mian .page-inner span { display: block; }
    .de-page-mian .page-inner input { display: block; }
    .de-page-mian .page-inner a.page-btn { display: block; }
}
@media (min-width:1200px) 
{
    .de-page-mian{ margin: 35px 0 10px; }
}
@media (min-width:1601px) 
{
    .de-page-mian{ margin: 50px 0 10px; }
    .de-page-mian .page-inner a{ padding: 0px 10px; }
}