html {
	margin: 0px;
	padding: 0px;
	color: rgb(50, 50, 50);
	-webkit-font-smoothing: subpixel-antialiased;
}
html *{ 
	-webkit-font-smoothing: subpixel-antialiased;
}
body {font-size:14px; margin:0; padding:0; min-width:1400px;color: rgb(68, 68, 68); background:#fff;border-top:0px #25598b  solid;font-family: "Microsoft YaHei", "微软雅黑", "宋体";-webkit-font-smoothing: subpixel-antialiased;}
.body1{}
img{border:0} 
form{margin:0} 
ul,li{ margin:0; padding:0; list-style:none}
dl,dt,dd{margin:0; padding:0; }
p{margin:0; padding:0; }
s{ text-decoration:none;}

.bf{background-color:#fff; height:5px;}

a {color: #000;text-decoration: none;}
a:hover {text-decoration:underline;color: #25598b ;}
.red1{ color:#e90510;color:#f00;}

.blank10{height:10px;overflow:hidden;font-size:1px; }
.blk10{ clear:both; height:10px;overflow:hidden;font-size:1px; }
.blk{ clear:both; height:20px;overflow:hidden;font-size:1px; }
.blk2{ clear:both; height:2px;overflow:hidden;font-size:1px; }
.blk4{ clear:both; height:4px;overflow:hidden;font-size:1px; }
.blk5{ clear:both; height:5px;overflow:hidden;font-size:1px; }
.blk15{clear:both;height:15px;overflow:hidden;font-size:1px; }
.clear{clear:both;height:0;overflow:hidden;font-size:0px; }

.fixed{position:fixed}
.absolute{position:absolute}
.relative{position:relative}
.block{display:block}.inline-block{display:inline-block}.hidden{display:none}
.flex{display:flex; flex-grow:0;flex-shrink:0;}
  
.flex-1{flex:1; width: 0;}.flex-2 {flex:2; width: 0;}

.inline-flex{display:inline-flex}.grid{display:grid}
.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.flex-grow{flex-grow:1}.grow{flex-grow:1}.basis-full{flex-basis:100%}
.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}
.items-start {
    align-items: flex-start;
} 

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before,  .footer:before { content: ''; display: table; }
.fixed:after, .clearfix:after, .cf:after, after, .header:after,  .footer:after { content: ''; display: table; clear: both; }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1;
}
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important; }

input[name="__RequestVerificationToken"]{ display:none}
 

 .header {width: 100%; margin: 0 auto; height: 121px;  z-index: 3; background:#287fc2;  }
.header .container{width:1400px; margin:auto; position:relative;}
.header {background: none;height:122px; border-top:6px #25598b solid; position:fixed; /*background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.5)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1);*/ }

.header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 128px;
    background: url(../img/bg_header_home.png) 0 0 repeat-x;
    background-size: auto 100%;
}

.header .logo{ display: block;position:relative; height: 80px;width: 1400px; margin: 0 auto; background:url(../img/logo.png?v=240607) no-repeat 0 12px; background-size: 450px auto; }

.header nav{position: absolute;  right:0px;  top:8px;width:500px; height: 140px; text-align:right;justify-content: flex-end; display:flex; } 
.header nav div{height: 36px;line-height: 36px; width:400px; color:#fff;} 
.header nav div a{ margin:0 8px; color:#fff; font-size:15px; padding-left:0;} 
.header nav div a:last-child{padding-left:0px; } 
.header nav div span{color:#ddd;} 

.header nav form{   width: 40px;height: 36px; padding:0; overflow:hidden; border:0px solid #ccc; border-radius:30px;  position:relative; }
.header nav input{ border: 0; line-height: 36px; padding: 2px 4px 2px 16px; width: 35px;background: #fff; opacity:0.9;background:none;  }
.header nav .keyword{ width: 300px;height: 36px;line-height: 36px;font-size:14px; position: absolute; border:0 #cfcfcf solid; top: 0; left: 0px;display:none;} 
.header nav .keyword:focus,.header nav .keyword:active{ border:0; }
.header nav .sbtn{background:url(../img/nav_search.png?v=18102) no-repeat center center;position: absolute;height:36px; top:0px; right: 5px; cursor: pointer;}
.header nav .keyword:focus{ border-color:#07265d}
.header nav form:hover { width:300px}
.header nav form:hover input{}
.header nav form:hover .keyword{display:block;background: #fff;}
.header nav form:hover .sbtn{background:url(../img/ico_search.png?v=18102) no-repeat center center;position: absolute;height:36px; top:0px; right: 5px; cursor: pointer;}
 


/*.header nav form:hover { width:300px}
.header nav form:hover input{}
.header nav form:hover .keyword{display:block;background: #fff;}
.header nav form:hover .sbtn{background:url(../img/ico_search.png?v=18102) no-repeat center center;position: absolute;height:36px; top:0px; right: 5px; cursor: pointer;}*/


.nav-menu{ display:none;}

/*menu*/  
.menu{ position:fixed;top:74px; margin: 0 ;width:100%; height:60px;line-height:60px; font-size:16px;font-weight:normal;color:#fff; z-index:9999;background:none;/*;*/border-top: 0 solid rgba(16, 78, 152, 0.8);}

.menu ul{padding:0;/**/width:93%;width: 1400px; margin:auto;  height:60px; list-style-type: none; display: -webkit-flex; display:flex;flex-direction: row;justify-content: space-around;flex-wrap:nowrap;flex-direction: row;text-align: center;justify-content: space-between;}

.bhome .menu{}


/*.menu ul{ width: 890px; position:absolute;  top:56px; right:0; }*/

.menu ul li{position: relative;/*flex-grow:1;flex: 1;*/  padding:0 0.75rem; color: #fff;z-index:199;height:48px; box-sizing:border-box; border-bottom:0 solid #25598b;} 
/*.menu ul li.itm0{width:70px; flex:none;}*/
.menu ul li.itm0{ margin-left:0px;}
.menu ul li:after {
    content: "";
    display:none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 18px;
    height: 3px;
    background-color: #fff;
    bottom: 8px;
    left: 50%;
    margin-left: -9px;
    z-index: 5;
    -webkit-transition: all .15s linear;
    -o-transition: all linear .15s;
    transition: all .15s linear;
}
.menu ul>li>a{display: flex; margin:0 1px 0 0; height:45px; line-height:48px;  padding: 0 0; color: #fff;text-decoration:none;text-align:center; font-size:18px; position: relative; z-index:190; font-weight:bold;
    align-items: center;
    justify-content: center; }
/*.menu .itm0 a, .menu .itm1 a{ color:#25598b;}
.menu .itm0:after, .menu .itm1:after{ background-color: #25598b;}*/

.menu ul li a i{ width: 10px; height:45px;  background:url(../img/ico_tri.png) no-repeat 80px center; display:none;}
.menu ul li a img{    vertical-align: middle;margin-top: 2px; margin-left: 6px; width:auto; height:auto; }
.menu ul li:hover,
.menu ul li.on,
.menu ul li.over{ background-color: rgb(117, 158, 197);background:none; border-bottom:0 solid #25598b;} 
.menu>ul>li:hover>a,
.menu>ul>li.on>a,
.menu>ul>li.over>a{} 
.menu ul li:hover:after,
.menu ul li.on:after,
.menu ul li.over:after{visibility: visible;opacity: 1;} 

.menu ul li:hover>a,
.menu ul li.on>a,
.menu ul li.over>a{  } 

/*.menu>ul>li>a{font-weight:600;}*/  
.menu>ul>li.on>a,
.menu>ul>li>a:hover{color: #fff;}  
.menu ul li.sp{ flex-grow:0;  width: 1px; height: 45px; margin: 0px 0 0;}
/*.menu>ul>li.itm0.on>a, .menu>ul>li.itm1.on>a,
.menu>ul>li.itm0>a:hover, .menu>ul>li.itm1>a:hover{ color:#25598b;}*/

.menu ul li ul{position: absolute;border-top:4px #287fc2 solid; z-index:9999; left: -45% !important; top:45px;  display: block;visibility: hidden;width:100px; width: 98%; overflow:hidden; height:auto; min-height:40px; padding:10px 0; z-index:80;background-color:rgba(42,172,196,0.8);width: 100%;min-width: 100%; margin-left:0; background-color:#fff; 
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 19%);
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.19);
    width:200px;min-width:200px;
}
.menu ul li ul li{clear:both; display:block; float: none; background: none;height:35px; line-height:35px; padding:0px  0 0; margin:0;border-bottom: 1px solid #b7d4f2; border-bottom: 1px solid #75a4cc; border:0;} 
.menu ul li ul li,.menu ul li ul li a{height: 44px;line-height: 44px; } 
.menu ul li ul li:hover{background: none;}
.menu ul li ul li a{ display:block;background: none; font-size:16px; margin:0; width: auto; font-weight:normal; color: #222; color: #0f69ae;padding:0 ; padding:0px 0; text-align:center;  overflow:hidden;text-overflow: ellipsis;white-space: nowrap; } 
.menu ul li ul li a:hover{ border:0;background:rgba(145,1,10,0.08);background:#ededed; } 
.menu ul li.on li a,
.menu ul li.over li a{background:none;}  
.menu ul li ul li:hover a{font-weight:400;}  

 

/*.menu.scroll {
    position: fixed;
    top: 0; 
    z-index: 10000;background:#25598b ; width:100%;left:0;margin:0;height:60px;
}
.menu.scroll>ul{background:url(../img/logo_menu.png?v=240607) no-repeat 10px center; background-size:auto 45px;height:60px; padding-left:300px; width:1000px; position:relative;top:0;left:0;}
.menu.scroll>ul>li>a{font-size:16px;padding:0 2px;height:60px;} 
.menu.scroll>ul>li{height:60px;} 
.menu.scroll>ul>li>a{color:#fff;height:60px;}*/ 
/*.menu.scroll ul li ul li{background:none; }  
.menu.scroll ul li ul li:hover{background:none; }*/
/*.menu.scroll ul li ul li a{ padding:0 5px 0 5px; text-align:center; font-size:16px; }*/ 

.header
/*,.menu ul li:hover a,
.menu ul li.on a,
.menu ul li.over a,*/
/*.menu ul li ul*/
{}  

@media only screen and (min-width:1367px) and (max-width:1440px)
{
   
}
@media only screen and (min-width:1441px) and (max-width:1680px)
{
  
}
@media only screen and (min-width:1681px)
{
   
} 

 
/*******************banner*******************/
 .banner a {
    display: block;
    position: relative;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
}

.banner .slick-active a:after {
    display: none;
}

.banner a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 50px;
    background: rgb(0 0 0 / 50%);
    padding: 0 35px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: none;
}

.banner .slick-active a p {
    display: block;
}

.banner .slick-prev {
    left: 320px;width: 50px;height: 50px;border-radius: 50%;background: rgb(0 0 0 / 50%) url(../img/banner-l.png) no-repeat center center;
}

.banner .slick-next {
    right: 320px;width: 50px;height: 50px;border-radius: 50%;background: rgb(0 0 0 / 50%) url(../img/banner-r.png) no-repeat center center;
}


/*******************rslides*******************/
.rslides{position:relative;list-style:none;overflow:hidden;width:100%;padding:0;margin:0}
.rslides li{-webkit-backface-visibility:hidden;position:absolute;display:none;width:100%;left:0;top:0}
.rslides li:first-child{position:relative;display:block;float:left}
.rslides img{display:block;height:auto;float:left;width:100%;border:0}
.callbacks_tabs.callbacks1_tabs{margin-top:-40px;position:relative;z-index:100;margin-bottom:20px}
.callbacks_tabs.callbacks1_tabs li{display:inline-block;width:30px;height:8px;margin:0 7px;position:relative}
.callbacks_tabs.callbacks1_tabs li a{display:inline-block;width:30px;height:8px;position:absolute;left:0;z-index:1000;color:rgba(100,200,300,0);color:transparent;background:#fff;opacity:.9;}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{background:#fff;background:#0c60b4;opacity:1; }
.callbacks_container{margin-bottom:2px;position:relative;width:100%;max-width:100%;text-align:center}
.callbacks{position:relative;list-style:none;overflow:hidden;width:100%;padding:0;margin:0}
.callbacks li{position:absolute;width:100%;left:0;top:0}
.callbacks img{display:block;position:relative;z-index:1;height:auto;width:100%;border:0}
.callbacks .caption{display:block;position:absolute;z-index:2;font-size:20px;text-shadow:none;color:#fff;background:#000;background:rgba(0,0,0,.8);left:0;right:0;bottom:0;padding:10px 20px;margin:0;max-width:none}
.callbacks_nav{position:absolute;-webkit-tap-highlight-color:rgba(0,0,0,0);top:50%;left:10px;opacity:.6;z-index:3;text-indent:-9999px;overflow:hidden;text-decoration:none;height:61px;width:38px;background:url(../img/arrows.png) no-repeat left top;background:url(../img/ui-prev.png) no-repeat left top;margin-top:-30px}
.callbacks_container:hover .callbacks_nav{display:block}
.callbacks_nav:active{opacity:1.0;}
.callbacks_nav.next{left:auto;background-position:right top;background:url(../img/ui-next.png) no-repeat left top;right:10px}
 
/* FlexSlider Necessary Styles
*********************************/
.flexbanner { position: relative;z-index: 1;width: 100%; overflow:hidden;  border-bottom: 0 solid #fe6307}
.flexslider { position: relative;zoom:1;margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position:relative; text-align:center;  } 

.flexbanner,
.flexslider,
.flexslider .slides,.flexslider .slides .aimg,.flexslider .slides > li .abg,
.flexslider .slides > li{height:650px;}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li.clone{position:relative}
.flexslider .slides .aimg{ position:relative; z-index:2; display:block; background-repeat:no-repeat;background-position:center center;  background-size:auto 650px;}
.flexslider .slides video{position:relative; z-index:2;}
.flexslider .slides > li .abg{ position:absolute; z-index:1; top:0; width:100%;  background-position:center center; background-repeat:repeat; background-size:auto 650px;-webkit-filter: blur(4px);-moz-filter: blur(4px);-o-filter: blur(4px);-ms-filter: blur(4px);filter: blur(4px);}
.flexslider .slides > li .vbg{ position:absolute; z-index:1; top:0; left:0; width:100%;height: 100%; }
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}

.flexslider .slides > li p{  position:absolute; left:6%; bottom:12%; height:auto;} 
.flexslider .slides > li p{  position:absolute; z-index:4;right:0; left:0; bottom:0;  padding:20px 0 40px; text-align:center; background:rgba(0,0,0,0.2);color:#fff; } 
.flexslider .slides > li p a{color:#fff;font-size:30px; font-weight:bold;text-shadow: black 0em 0em 1px;}
.flexslider .slides > li p h3{ }
.flexslider .slides > li p a:hover h3{ text-decoration:underline;}
.flexslider .slides > li p .span{width: 1400px; margin:0 auto; margin-top:10px; line-height:140%; display:block; text-align:left;color:#fff; font-size:16px;}
.flexslider .slides > li p .span{ overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.flexslider .slides > li p img{display:inline}
.flexslider .slides > li p a img{ vertical-align:middle;}

.flexslider .slides > li .image {position:absolute; z-index:3;top:0; width:100%;height:420px; }
.flexslider .slides > li .image img{display:inline}
.flexslider .slides > li .image p{ position:static; background:none;}

/* FlexSlider Default Theme pc-content
*********************************/ 

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
.flexslider img{ display:block;}

/* Direction Nav */
.flex-direction-nav {*height: 0;display:none;}
.flexslider:hover .flex-direction-nav { display:block;}
.flex-direction-nav a { text-decoration:none; display: block; width: 30px; height: 50px;  position: absolute; top: 280px; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  text-indent:-999em ;margin-top:-35px;} 
.flex-direction-nav .flex-prev { background: url("../img/ico_prev.png")  no-repeat center center;width:70px;height:70px;left:30px;display: block;opacity:0.8;}
.flex-direction-nav .flex-next {background: url("../img/ico_next.png") no-repeat center center;width:70px;height:70px;right:30px;display: block;opacity: 0.8;}
/* flex-control Nav */ 
.flex-control-nav{position:absolute;bottom:8px;z-index:2;width:100%;text-align:center; margin:0; padding:0 10px 0 0; box-sizing:border-box;}
.flex-control-nav li{display:inline-block;width:10px;height:10px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:10px;height:10px;line-height:40px;overflow:hidden;border-radius:50%; background:none; border:0 solid #fff; cursor:pointer;opacity: 1;background:#fff;}
.flex-control-nav .flex-active{background:#8f000b; border:0 solid #25598b ; border:0 solid #387dcb;background:#25598b;opacity:1;}

/*******************slider*******************/
.slider{ width:100%;  min-width:1240px;  height:420px;  position:relative; overflow:hidden; background:#fff; text-align:center;   }
.slider .bd{ width:1240px; position:absolute; left:50%; margin-left:-620px  }
.slider .bd li{ width:1240px;  overflow:hidden; }
.slider .bd li img{ display:block; width:1240px; height:420px;    }
.slider .tempWrap{ overflow:visible !important }
.slider .tempWrap ul{  margin-left:-1240px !important;}

.slider .hd{ position:absolute; width:100%; left:0;  z-index:2; height:10px; bottom:20px;  text-align:center;  }
.slider .hd li{ display:inline-block; *display:inline; zoom:1; width:10px; height:10px; line-height:99px; overflow:hidden; 	margin:0 5px; cursor:pointer; filter:alpha(opacity=60);opacity:0.6; background-color:#fff;  }
.slider .hd li.on{ background-position:0 0;  width:10px;filter:alpha(opacity=100);opacity:1;  }
.slider .pnBtn{  position:absolute; z-index:1; top:0; width:100%;  height:420px; cursor:pointer;   }
.slider .prev{ left:-50%; margin-left:-620px;  }
.slider .next{ left:50%;  margin-left:620px;  }
.slider .pnBtn .blackBg{ display:block;  position:absolute; left:0; top:0; width:100%; height:420px; background:#000; filter:alpha(opacity=50);opacity:0.5;   }
.slider .pnBtn .arrow{ display2:none;   position:absolute; top:0; z-index:1; width:80px; height:420px;  }
.slider .pnBtn .arrow:hover{ filter:alpha(opacity=60);opacity:0.6; }
.slider .prev .arrow{ margin-right:-100px; right:0; background:url(../img/slider-arrow.png) -120px 0 no-repeat;  background:url(../img/banner-left.png) center center no-repeat;  }
.slider .next .arrow{ margin-left:-100px; left:0; background:url(../img/slider-arrow.png) 0 0 no-repeat;  background:url(../img/banner-right.png) center center no-repeat;  }


/*carousel*/
.carousel { position: relative;overflow: hidden;}
.carousel-inner { display: flex;transition: transform 0.5s ease-in-out;} 
.carousel-item { min-width: 100%; box-sizing: border-box; position:relative;}
.carousel-item a{display:block;position:relative;}
.carousel-item ul{}
.carousel-item li>a{ background:url(../img/none-zty.png) center center no-repeat;background-size: 40%;
  width: 100%;}
.carousel-item>a{ height: 545px; }
.carousel-item h3{position: absolute; padding:1rem;bottom: 0px; margin:0; width:100%; color:#fff; background:rgba(16,78,152,0.8)}

.carousel-item li>.a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  background-image: url(../img/none-img.png);
  background-size: 60%;
  background-repeat:no-repeat;
  background-position: center; 
  opacity: 0.4;   
}

.carousel-item img {
    display:block;
  height: 100%;
  width: 100%;
  /*object-fit: cover;*/ object-fit: cover;    /* 等比填充，超出裁剪 */
  object-position: center top;transition: transform 0.8s ease;
}
.wrapper-news  .carousel-item img {  
 
  object-position: center; /* 水平+垂直居中 */
} 

.carousel-item img[src=""],
.carousel-item img[src=" "],
.carousel-item img:not([src]){display:block}
.wrapper-news .carousel-item:hover img{ transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);}

 
@media (max-width: 768px) {
  .carousel-item img {
    height: 260px;
  }
} 
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
} 
.carousel-control:hover {background:rgba(16,78,152,0.6)}
.carousel-control.prev {  left: 10px;}
.carousel-control.next {  right: 10px;}

.wrapper-news li{ padding:0.88rem 1rem;}
.wrapper-news li a{}
.wrapper-news li div{ line-height:180%;}
.wrapper-news li:hover{  background-color: rgb(243,244,246);background2:#104E98;background-image: linear-gradient(to top, #104E98,transparent);}
.wrapper-news li:hover a{  text-decoration:none; color:#fff;}
.wrapper-news li img{  transition: transform 0.8s ease;}
.wrapper-news li:hover img{ transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);}

.wrapper-news li:hover .text-blue-600{ color:#fff;}

/*******************footer link*******************/
.footer{margin-top: 30px;color: #fff; min-height:55px; background-size:cover; position:relative; color: #fff;background:#25598b; }
.footer.home{margin-top: 0px;}
.footer.inner{margin-top: 0px;}
.footer.nobanner{ margin-top:0px; }
.footer.home.nobanner{margin-top: 0px;}
.footer.inner2 .link{ display: none}
.footer .info{width:1400px; margin: auto ;  padding:20px 0;}
.footer .info table{ }
/*.footer .info table td{ width:350px;}
.footer .info table td:first-child{ width:520px;}*/
.footer .info table td a{ display:inline; font-weight: 400;font-size: 16px;color: #FFFFFF;line-height: 26px;opacity: 0.8; width:140px; margin:0 0;}
.footer .info table p,
.footer .info table div{line-height: 160%; margin:0 0 8px;font-size: 16px;color: #FFFFFF;line-height: 26px;opacity: 0.8;  }
.footer .info img{vertical-align:text-top; margin-bottom:20px;}
.footer .info table h4{font-size: 16px; margin:  0 ;line-height: 33px; font-weight: bold}
.footer .info li{display:inline; margin-right:5px; }
.footer .info li a{display:inline; margin-right:10px; white-space: nowrap;}
.footer .info li::after{
    content:"/";color: #FFFFFF;opacity: 0.6;
    padding-left:5px;
} 
.footer .info li:last-child:after{display:none}


.footer .link{ width:100%; height: 120px; overflow: hidden;  color: #fff;}
.footer .link ul{ width:1400px; margin: auto}
.footer .link table{ width:1400px;height: 120px; margin: auto}
.footer .link table td{ vertical-align: top; color: #fff; width: 126px;}
.footer .link table h4{font-size: 14px; margin: 20px 0 10px; font-weight: bold}
.footer .link table p{line-height: 28px;}
.footer .link a{font-size: 14px;color: #fff; }
 /*******************footer*******************/
.footer .cr{ position:relative; bottom:0; width:100%; margin:auto;  height:55px;line-height:55px;  font-size: 14px; color: #fff;    text-align: center; border-top:1px solid rgba(250,250,250,0.2); position:relative; overflow:hidden; background1:rgba(0,0,0,0.6); }
.footer .cr1:before {
     width:100%;
     position:absolute;
     top:8px;
     left:650px;
     content:"";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .cr1:after {
     width:100%;
     position:absolute;
     top:9px;
     left:650px;
     content:""; 
    border-top: 1px solid rgba(255, 255, 255, 0.2); 
}
.footer .cr p{color: #fff;  }
.footer .cr a{color: #fff; }
.footer .cr img{ vertical-align: middle} 
.footer .cr strong{font-weight:normal }


.link.link-m{display:none;}
.cr.cr-m{display:none;}


/**************************KinSlideshow******************************************/
.KinSlideshow{position:absolute; left:0; top:50px;width: 430px; height:322px; } 
#KinSlideshow{overflow: hidden; visibility: visible; width: 430px; height:322px; position: relative; z-index: 1; }
#KinSlideshow ul li{width: 430px; height: 322px;}
#KinSlideshow img{width: 100%; height: 100%;}
#KinSlideshow .focus{ height: 46px;width: 430px;position: absolute;bottom: 0;background: rgba(0,0,0,0.5);} 
#KinSlideshow .focus h3{ height: 46px; line-height: 46px; padding: 0 ; font-size: 15px; color: #fff; font-weight: normal; margin: 0 0 0 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;} 
#KinSlideshow .focus div{ height: 20px;padding-top: 10px; top: 8px; right: 5px; position:absolute; z-index:100} 
#KinSlideshow .focus span{width:10px;height:10px;margin-right:10px;border-radius:50%;background:#fff;font-size:0; display:block; float:left}
#KinSlideshow .focus span.current{background:#387dcb}

/**************************indexImgScroll******************************************/
.indexImgScroll { overflow:hidden; position:relative; width:100%; height:250px; margin:0 0 0px 0; }
.indexImgScroll ul { overflow:hidden; width:99999px; }
.indexImgScroll ul li { float:left; overflow:hidden; width:290px; height:250px; margin:0 13px 0 0; }
.indexImgScroll ul li a{ position:relative; text-decoration:none;}
.indexImgScroll ul li span{ position:absolute;left:0; right:0; bottom:0;width:290px; height:35px; line-height:35px; text-align:center; background:rgba(157,29,34,0.2); color:#FFF;}
.indexImgScroll ul li img { width:290px; height:250px; }
.indexImgScroll .prevBtn { position:absolute; top:0; left:0; width:40px; height:250px; }
.indexImgScroll .prevBtn:hover { }
:root .indexImgScroll .prevBtn { filter:none\9; }
.indexImgScroll .prevBtn a,
.indexImgScroll .prevBtn a:visited,
.indexImgScroll .prevBtn a:active { position:absolute; top:99px; left:5px; width:30px; height:52px; background:url(../img/ui-prev.png?v=1) 0 0px no-repeat; text-indent:-9999px; }
.indexImgScroll .prevBtn a:hover { background-position: 0 -70px;background:url(../img/ui-prev-hover.png?v=1) 0 0px no-repeat; }
.indexImgScroll .nextBtn { position:absolute; top:0; right:0; width:40px; height:250px;  }
.indexImgScroll .nextBtn:hover2 { background:rgba(255,255,255,0.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF); }
:root .indexImgScroll .nextBtn { filter:none\9; }
.indexImgScroll .nextBtn a,
.indexImgScroll .nextBtn a:visited,
.indexImgScroll .nextBtn a:active { position:absolute;  top:99px; left:5px; width:30px; height:52px; background:url(../img/ui-next.png?v=1) 0 0 no-repeat; text-indent:-9999px; }
.indexImgScroll .nextBtn2 a:active { position:absolute; top:53px; left:5px; width:19px; height:19px; background:url(../img/arrow.png?v=1) -70px 0 no-repeat; text-indent:-9999px; }
.indexImgScroll .nextBtn a:hover { background-position:-240px 0;background:url(../img/ui-next-hover.png?v=1) 0 0px no-repeat;  }

/**************************main******************************************/


.main{  clear:both; width:100%; margin:auto;   height:1%;overflow:hidden;padding-top:30px; position:relative; }
.main.home{padding-top:0px;}
section.main.inner{padding:0px 0 30px; width:1400px; position:relative; top:0px; }
section.main.nobanner{ top:0px; }

/*首页*/
.main .homeLeft{ width:1005px;overflow:hidden;float:left; position:relative; }
.main .bg0{ overflow:hidden;height:1%; padding:0; width:1400px; margin:auto;position:relative;}  


.main .homeLeft .bg1{ background:url(/Content/img/bg_1.png)  no-repeat center center; background-size:100%; overflow:hidden;height:1%; padding:10px 15px 10px;}
.main .homeLeft .bg2{ background:url(/Content/img/bg_2.png)  no-repeat center center; background-size:100%; overflow:hidden;height:1%; padding:10px 15px 10px;}

.main .homeRight{ width:270px;overflow:hidden;float: right;background:#f2f5f7;}
/*首页*/ 
.main .homeRight .rnavList{  }
.main .homeRight .rnavList.rnavLink{ height:280px;}
.main .homeRight .rnavList dt{ background:#25598b ;background:url(../img/bg_title1.jpg?v=1) center bottom  no-repeat;font-size:18px; background2:#e65400; line-height:43px;height:43px;text-align:center; color:#fff; color:#000;font-weight:bold;}
.main .homeRight .rnavList dd{ padding:20px 0 0;width:240px; margin:auto; overflow:hidden;}
.main .homeRight .rnavList a{ display:block;  margin-bottom:20px; margin-left:0;}
.main .homeRight .rnavList a.rnavTtitle{ line-height:20px; margin:0;margin-bottom:20px;color:#1252a9;color:#111;}
.main .homeRight .rnavList a.rnavTtitle:hover{ color:#0b4f96}
.main .homeRight .rnavList a.rnavTtitle span{ background:url(../img/ico_big_arrow.png?v=1)  5px center no-repeat; padding-left:20px; font-size:15px;}
.main .homeRight .rnavList a.rnavTtitle:hover span{ background:url(../img/ico_orange_arrow.png?v=1)  5px center no-repeat; padding-left:20px; font-size:15px;}

.main .homeRight .rnavList .rnavImg{}
.main .homeRight .rnavList img{ width:240px;}
.main .homeRight .rnavList .rnavIco{ display:none}

.main .ml{ width:890px; overflow:hidden;float:left; height:380px;  position:relative; }  
.main .mm{ width:430px; overflow:hidden;float:left; position:relative;}     
.main .mr{ width:430px; overflow:hidden;float:right; } 

.main .ml2{width:430px;overflow:hidden;float:left;  margin-right:25px;  }
.main .mm2{width:430px;overflow:hidden;float:left; }
.main .mr2{width:430px;overflow:hidden;float:right; } 
  
.main .mphead{ margin-top:120px;}
.main.nobanner .mphead{margin-top:0px;}
.main .mp{width:1400px; overflow:hidden; position:relative; margin-bottom:20px; }   
.main .mp .infolist1 dt .tname{font-size:18px;}
.main .mp .infolist1 dt .tname a i{color:#000;}
.main .mp1{ width:640px; float:left;  }  
.main .mp2{ width:640px;float:right;}  
.main .mp3{ width:640px; float:left;  }  
.main .mp4{ width:640px;float:right;}  
.main .mp5{ width:640px; float:left;  }  
.main .mp6{ width:640px;float:right;}  
.main .mp7{ width:640px; float:left;  }  
.main .mp8{ width:640px;float:right;}  
.main .mp9{ width:640px; float:left;  }  
.main .mp10{ width:640px;float:right;}  
.main .clear{clear:both; }

.main .blk{ height:30px;}

/*内页*/
.main .l{ width:260px; overflow:hidden;float:left; padding: 0;padding:0px 0 0;border-top: 0 solid #104E98;} 
 
.main .m{ width:1110px; overflow:hidden;float:right;background:#fff; padding: 0px 0px ; margin-top:0px; min-height: 350px; border-top: 0 solid #104E98;}



.main.nobanner .m{ margin-top:0px; padding-top:0; }
.main.nobanner .tom{ margin-top:0px; }

.main .r{ width:305px; overflow:hidden;float:right;background:#fff; padding: 0;} 


.banner1{text-align:center; overflow:hidden; position:relative;border-bottom:0px solid #25598b; }
.banner1::before {
    content: "";
    position: absolute;
    background: url(../img/bg_toinfo22.png) no-repeat right center;
    background:none; 
    /*background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0)), url("../img/bg_toinfo1.png") no-repeat right center;*/
    height: 60px;
    left: 0;
    right: 50%;
    bottom: 1px;
    z-index: 1;
    opacity:0.9;
}
.banner1::after {
    content: "";
    position: absolute;
    background: url(../img/bg_banner.png) repeat-x 0 bottom; 
    height: 200px;
    width:100%;
   
    left: 0;
    right: 0;
    bottom: 2px;
    z-index: 0; 
}
.banner1 img{display: block; margin: auto; max-width:100%;}
.banner1 img {
    position: relative;
    left: 50%;
    height: auto !important;
    min-height: auto !important;
    max-width: none;
    min-width: 100%;
    transform: translate(-50%, 0);
    top: 0;
}
.banner1 p.line { 
    position: relative;
     z-index: 3;  display:block;
}
.banner1 .line::after {
    content: "";
    position: absolute;
    background: rgba(248, 248, 248, 0.1); 
    height: 1px;
    width:50%;
    margin-right:90px;
   
   right: 50%;
    bottom: 59px;
    z-index: 3; 
}
.banner1 p{display:none}

.banner1 .tom{ position:relative;left:0;top:0; width:1400px; margin:auto; height:1px; border-bottom:0 solid #104E98}
.banner1 .tom .totitle{ position:absolute;left:0;bottom:45px;    font-weight: 500;
    font-size: 32px;
    color: #D4EFFF;color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    text-transform: none;z-index:10;
}
.banner1 .tom .totitle a{color: #D4EFFF;color: #fff;}
.banner1 .tom .toinfo{ position:absolute;left:0;bottom:15px; top:auto;right:0; z-index:2;  font-weight: 400; text-align:left;
    font-size: 16px;padding-left:0;
    color: #fff;
    line-height: 20px;
    font-style: normal;
    height: 20px;
}
.banner1 .tom .toinfo span{ background: url(../img/ico_tri_right.png) no-repeat 6px  center;background:none;color1:rgba(255,255,255,0)}
.banner1 .tom .toinfo1::after {
    content: "";
    position: absolute;
    background: url(../img/bg_toinfo.png) no-repeat right center;
    height: 0.69rem;
    left: -30vw;
    right: 50vw;
    top: 0;
    z-index: -2;
}
.banner1 .tom .toinfo a{color: #fff;}

/*.main.main2 .l,
.main.main3 .l,
.main.main5 .l,
.main.main6 .l,
.main.main8 .l{display:none;}
.main.main2 .m,
.main.main3 .m,
.main.main5 .m, 
.main.main6 .m, 
.main.main8 .m { width: 1198px;}*/ 
 
.bimg {
    clear: both;
    max-height: 90px;
    overflow: hidden
}
.bimg p{ margin:0; padding:0; padding-top:10px; overflow:hidden;}
/*快速入口*/
section.flink{ position: relative;width:100%;background:#25598b; padding:20px 0; }
.binner section.flink{margin-top: -110px;}
.binner.bnobanner section.flink{margin-top: 0;}

section.flink .infolist1 {min-height: 50px;width:1400px;margin:0px auto 0; height:auto;}
section.flink dl{  position: relative}
section.flink dl dt{ font-weight:normal; border:0;}
section.flink dl dt span{display:inline-block; height:40px; line-height:40px; border-bottom:1px solid #fff;}

section.flink dl dd{ min-height: 30px; padding:15px 0; }
section.flink dl a{ float: left; display: block;line-height: 30px; overflow: hidden; position: relative; text-align: left; margin-right: 0px; font-size:15px;color:#fff; padding-left:20px; width:196px;  }
section.flink dl a:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    top: 13px;
    left:5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    }
section.flink dl a img{position: relative;height: 50px;}
section.flink dl a:hover img{}  
 

#topMenu{font-size:16px;color: #ffffff;	font-weight:bold;	text-indent: 4px;}
#topMenu a {color: #FFFFFF;	text-decoration: none;}
#topMenu a:hover {color: #FFCC33;} 

 
.rlist{ padding:0 10px;}
.dotlist{background:url(../img/yd.gif) no-repeat 0px 6px;padding-left:16px; line-height:23px; font-size:14px; border-bottom:1px dotted #aaa;}
.daslist{ border-bottom:1px dotted #aaa;}

 
.m .tom{ display:none;}
.tom{ margin-top:0; padding-top: 0px; height:52px; line-height:50px; padding-left:0;  color:#0084cc; font-size:16px;position: relative;text-align:left; margin-bottom:20px;  color:#1b1b1b; border-bottom: 1px solid #eee; } 
.tom .totitle{ float:left; text-align:left;height:50px; line-height:44px;color:#000;padding: 0 0px; padding-left:0px; font-size: 22px;   }  
/*.tom .totitle:after{position: absolute;left: 0;top: 13px;width: 4px;height: 21px;content: " ";background-color: #0c60b4; border-radius:50px}*/

.tom .totitle a{color:#000;} 
.tom .totitle a:hover {text-decoration:none;}
.tom .totitle i{ font-style:normal}
.tom .totitle span{ display:none;}
.tom .toinfo{ text-align:center; font-size:15px;  color:#333; font-weight:normal; font-family:Verdana, Geneva, sans-serif; position:absolute; top:0; right:0px;line-height:50px;   padding-left: 30px;} 
.tom .toinfo a{color:#555; }
.tom .toinfo a:hover {text-decoration:underline;}


.l .search{ line-height:32px; margin-top:10px; position:relative; text-align: center}
.l .search select{height:30px;line-height:30px;width:260px; }
.l .search input.keyword{ border:1px solid #ccc; padding:0 5px; width:170px;  height:30px;line-height:30px;outline:none; vertical-align:middle  /*!important*/ }
.l .search input[type='submit']{ background:#25598b; height:30px; width:60px; color:#FFF; border:0;  cursor:pointer;-webkit-appearance : none ; vertical-align:middle; display: block; margin:10px auto}
 

.icontent{min-height:100px;  overflow-y:auto; line-height:160%; padding:0 0; font-size:16px; }
.icontent div,.icontent p{line-height:160%;}

/*keyword*/
.main .mkeyword{ position:static; top:0; left:0; display:block; width:auto; padding:0 0;line-height:160%; color:#fff; vertical-align:bottom;font-weight: bold;    margin: 20px 0 20px ;  position: relative;
    font-size: 24px;
    color: #104E98;
    line-height: 35px;}
.main .mkeyword:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: rgba(204, 45, 26, 1);
    width: 1.5em;
    height: 0.25rem;
}
.main.Info2 .mkeyword{display:none}

/*summary*/
.main .msummary{line-height:160%;margin:10px 14px 15px;}

/*keyword*/
.main .mkeyword2{ position:absolute; top:20px; left:260px; display:inline-block; width:auto; height:70px; padding:10px 15px;background-color: rgba(0,0,0,0.5);line-height:160%; color:#fff; vertical-align:bottom;}
.main .mkeyword3{ background:#edf8ff; border-left:20px solid #2b5ab4; padding:20px; margin-bottom:20px;}


/*summary*/ 
.main .msummary{line-height:150%; font-size:14px; color:#222; font-size: 16px; padding:15px 15px; border:1px solid #D4EFFF;border-left:4px solid #104E98; background-color:#f1f8fc; margin:30px 30px; }
.main .msummary p,.main .msummary div{ line-height:150%; margin-bottom:0px;}


/*content*/
.main .content{ line-height:170%; padding:10px 0; min-height:330px;font-size:1.1em; font-size:16px;}
.main .content.pc-content{}
.main .content.m-content{ display:none;}

.main .content img[align=view]{ margin:10px 16px; width:360px;}
.main .content img[align=view]:hover{     transform: scale(1.1);
   -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);}

.main .content p,.main .content div{ line-height:170%; margin-bottom:15px;}
.main .content .MsoNormal{ line-height:170%; margin-bottom:12px;}
 .main .content p[align="center"] {
     text-align:center
    }
 .main .content img {max-width: 100%;height:auto;}
.main .content table{ max-width:100%; border-collapse:collapse; border-spacing:0;}
    .main .content a {
        color: #25598b; 
        text-decoration: none
    }
.main .content a:hover {text-decoration:underline;color:#25598b }
.main .content dl{ margin:0px 0 0px;}
.main .content dl dt{ height:55px; line-height:55px; padding-left:20px; color:#fff; font-size:22px;font-weight:400; background:url(../img/m_2.jpg) no-repeat #25598b right -350px; background-size:100%;}
.main .content dl dd {
    background: #fff;
    box-shadow: 0 0 0.3rem rgba(62, 81, 110, 0.1);
    padding: 20px 20px; 
}


.main h1.ititle{ text-align:center; display:block; font-size:22px; padding:6px 0 5px; margin:0;  }  
.main h2.entitle{ text-align:center; display:block; font-size:16px; padding:6px 0 5px; margin:0;  font-weight:normal; } 
.main h5.ioth{ text-align:center; display:block;color:#5e5854;font-size:15px;  font-weight:normal; border-bottom:1px solid #eee;  margin:0 5px 5px;padding:10px; height:20px; line-height:20px; }
.main h5.ioth span{ margin-left:15px;}
.main .content .Resume p{ margin:0; padding:0;} 
.main .none{ text-align:center;  line-height:150px; color:#bbb;}

.main table[border="1"]{ width:100%; border:1px solid #ccc; border-collapse:collapse}
.main table[border="1"] th,.main table[border="1"] td{border:1px solid #ccc; padding:7px; text-align:center}
.main table[border="1"] .tl{ text-align:left}
.main table[border="1"] .tr{ text-align:right}

.main  table.tinfo{ background: #f9f9f9;border: solid 1px #dddddd; margin-bottom:20px;}
.main  table.tinfo td{ text-align:left;border:0;}
.main  table.tinfo td:first-child{ text-align:center;padding: 30px 10px;}
.main  table.tinfo td p{ margin:0;} 
.main  table.tinfo img{text-align:center}

.main  table.tlist{ text-align:left; margin-bottom:15px;border: solid 1px #cdcdcd;}
.main  table.tlist td{ text-align:left;padding:8px 20px; border:0}
.main  table.tlist thead{ text-align:left;border:0;background: #fff; cursor:pointer;}

.main  table.tlist thead h3{ margin:0; font-weight:normal;background:url(../img/ico_gray_down.png) right center no-repeat;}
.main  table.tlist thead p{ margin:0; font-size:18px;background:url(../img/ico_gray_down.png) right center no-repeat;}

.main  table.tlist tbody{ display:none} 
.main  table.tlist tbody td{border-top: solid 1px #cdcdcd;font-size:16px;}
.main  table.tlist tbody p{  font-size:16px; margin:0 5px}
/*.main  table.tlist.active tbody{display:block}*/
.main  table.tlist.active thead{background: #f9f9f9;}

.table3{border-collapse:collapse;width:100%; border-spacing:0; border:0;}
.table3 td{border-bottom:1px solid #eee;border-left:1px solid #eee;  width:33%;  vertical-align:top; padding:0; }
.table3 td span{display:block;padding:10px 10px; height:100%; vertical-align:top; }
.table3 .td1,.table3 .td4,.table3 .td7,.table3 .td10,.table3 .td13,.table3 .td16,.table3 .td19,.table3 .td22,.table3 .td25{ border-left:0;}
.table3 .td3,.table3 .td6,.table3 .td9,.table3 .td12,.table3 .td15,.table3 .td18,.table3 .td21,.table3 .td24,.table3 .td27{ border-right:0;}
.table3 .td1,.table3 .td2,.table3 .td3{ border-top:0;}

.table3 .td4,.table3 .td5,.table3 .td6,.table3 .td10,
.table3 .td11,.table3 .td12,.table3 .td16,.table3 .td17,
.table3 .td18,.table3 .td22,.table3 .td23,.table3 .td24{  background:#f7f7f7;}

.main .list{padding:12px 0px; }
.main .list.downlist{padding:0px 0; }
.main .list li{ padding:0; line-height:195px; font-size:15px;background:url(../img/bg_list.png) no-repeat  30px 0px; background-size: contain 100px;background-size: auto 90%;box-shadow: 0 0.1rem 0.1rem rgba(62, 81, 110, 0.05);} 
.main .m .list li{ position:relative; height:120px; line-height:34px; margin-bottom:20px; }
.main .list li:hover{}
.main .list li.none{ background:none; border:0; width:100%; line-height:200px; padding:0}
.main .list li a{ display:block}
.main .list li .stitle{ display:flex;overflow:hidden;white-space:normal;text-overflow:ellipsis; height:50px; align-items:center; line-height:25px;padding-top:0px;margin-right:0; margin-left:70px;background:url(../img/list1.png) no-repeat center left;background:none; padding-left:0;font-size:18px;font-weight: 400;
    font-size: 18px;
    color: #104E98; 
    font-style: normal; }
.main .list li:hover .stitle{ background:none;font-weight: bold;  }
.main .list li .stitle a{ display:inline;}
.main .list li .simg{ position:absolute;width:160px;height: 100px; top:0; right:0px; text-align:right; color:#555; padding-right:2px;font-size:16px;display: none;overflow: hidden; }
.main .list li .simg img{max-width: 100%;width:160px;height: 100px;}
.main .list li .simg img {
    display: block;
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
    object-fit: cover;
    object-position: center center;
    transition: transform 0.8s 
ease;
}

.main .list li .sdate{ position:absolute; top:0; right:0px; text-align:right; width:92px;color:#555; padding-right:2px;font-size:16px; display:none}
.main .list li .idate{ position:absolute;top:0; left:0; text-align:center; width:54px;height: 52px; line-height:28px; padding:0px 0 0;  font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#fff;font-size:16px;border:1px solid #104E98; background:#104E98;  }	 
.main .list li .idate i{ display:block; font-size:12px; font-style:normal; font-weight:normal;color:#fff;line-height: 24px;height: 22px;position:static; width:100%; margin:auto;  border-top:1px solid #fff;}
.main .list li .scontent{margin-left:70px;margin-right: 0;}
.main .list li .scontent{ line-height: 22px;margin-top: 2px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;    -webkit-line-clamp: 2;-webkit-box-orient: vertical;color: #777; font-size:14px; }
.main .list li a:hover{ text-decoration:none}
.main .list li a:hover .stitle{ color:#25598b }
.main .list li:hover .stitle a{ color:#25598b }
.main .list li .down{ position:absolute; right:0;top:2px; text-align:center; width:60px;font-family:Arial, Helvetica, sans-serif; color:#999; padding-right:0;font-size:14px; display:block;color: #b9040c; border:1px solid #b9040c; border-radius: 5px;width: 90px;
    height: 26px;line-height: 26px;color: #b9040c;margin-top: 0;}
.main .list li .sview{display:none}




/*list12*/ 
.main .list.list12 { margin-top:15px; } 
.main .list.list12 li{ background:none; height:100px; } 
.main .list.list12 li .stitle{ 
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;height: 40px;
    padding-top: 0px;
    margin-left: 110px;
    background: url(../img/list1.png) no-repeat center left;
    background: none;
    padding-left: 0;
    font-size: 18px;margin-right:0;
}
.main .list.list12 li .scontent {   margin-left: 110px; margin-right:0;
    
} 
.main .list.list12 li .idate {
    position: absolute;background: #fff;
    left: 0;
    text-align: center;
    width: 90px;
    height: 82px;
    line-height: 50px;
    padding: 0px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 32px;
    border: 1px solid #25598b;
}
.main .list.list12 li .idate i {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    line-height: 32px;
    height: 32px;
    background: #25598b;
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.main .list.list12 li .sview{display:none}
.main .list.list12 li .simg{display:none}
/*list13*/ 
.main .list.list13 { margin-top:1px; } 
.main .list.list13 li{ background:none; height:50px; margin-bottom:0; } 
.main .list.list13 li .stitle {
    display: block;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis; 
    padding-top: 0px;
    margin-right: 120px;
    margin-left: 0px;
    background: url(../img/list1.png) no-repeat 5px center;
    padding-left: 28px;
    font-size: 18px;
    font-weight: 400;
    font-size: 16px;
    color: #222;
    line-height: 50px;
    font-style: normal;
}
.main .list.list13 li .sview{display:none}
.main .list.list13 li .simg{display:none}
.main .list.list13 li .idate{display:none}
.main .list.list13 li .scontent{display:none}
.main .list.list13 li .sdate{display:block;top:8px;}

/*list14*/ 
.main .list.list14 li{ margin:0px 0 15px; background: #fff; height:auto; }
.main .list.list14 li a:hover .sdate,.main .list.list14 li a:hover .stitle{ color:#fff;}
.main .list.list14 li .stitle{ height:55px;display:block; line-height:55px; padding-left:20px; color:#fff; font-size:22px;font-weight:400; background:url(../img/m_2.jpg) no-repeat #25598b right -350px; background-size:100%; margin:0;}
.main .list.list14 li .scontent { margin:0;
    background: #fff;
    box-shadow: 0 0 0.3rem rgba(62, 81, 110, 0.1);-webkit-box-orient:inherit;
    padding: 15px 20px; 
}
.main .list.list14 li .idate{display:none}
.main .list.list14 li .sview{color:#387dcb; display:inline; margin-left:10px;}
  
/*downlist*/
.main .list.downlist li{ height:50px;  padding-bottom:10px;margin-bottom:10px;  border-bottom: 1px dashed #eee;}
.main .list.downlist li .stitle{width:800px; margin-left:0; font-weight: normal;line-height: 20px;font-size: 16px; background:url(/Content/img/list1.png) 4px center no-repeat; padding-left:24px;}
.main .list.downlist li .sdate{float:left; display:block; position:relative;text-align:left;padding-left:0px;width: 190px;padding-left:24px;} 

  

/*col-2*/ 
.main .list.col-2 li{ width:49%; float:left;height:120px; line-height:100px; background-position:20px center;}
.main .list.col-2 li .stitle{ margin-right:0; font-size:24px;background:url(/Content/img/list1.png) 6px center no-repeat; margin-left:0; padding-left:40px;}
.main .list.col-2 li .stitle a{color:#104E98;font-size: 24px;}

.tplist{ clear: both; width:100%;  padding:10px 0px  ; margin-bottom:0px; border-bottom: 0 dashed #eee;  }
.tplist dt{height:40px;line-height:40px; padding-left:0px;position:relative;}
.tplist dt {  font-size: 18px; line-height:40px;  text-align:left; color:#104E98; font-weight: bold;padding:0 ; background:url(/Content/img/list1.png) 6px center no-repeat; padding-left:30px}
.tplist dt a{color:#104E98}
.tplist dt .tmore{ position:absolute; top:0; right:7px; padding:0px; height:26px;  }
.tplist dt .tmore a {font-size: 14px;line-height: 26px; font-family: Arial; margin-right: 0px;font-weight: normal;       color: #666;}
.tplist dt .tmore a:hover { text-decoration:underline;}

.tplist dd{ padding:4px 5px 0; height: 1%; overflow: hidden;}
.main .tplist .list { padding: 5px 0 0 20px;  }
.main .tplist .list li { padding: 3px 0 3px; height: auto; line-height: 20px; border: 0; width: 33%; float:left; margin-bottom:0px; }
.main .tplist .list li .stitle{ margin:0; padding: 0 20px 0 20px;overflow:auto;white-space:normal;text-overflow:clip;margin-right:0; font-size:16px; font-weight:100; background:url(../img/ico_menu2.png) no-repeat 2px center;} 
.main .tplist .list li .sdate{ position:absolute; top:7px; right:0px; text-align:right; width:120px; color:#555; padding-right:2px;font-size:16px;display:none; line-height: 20px;   }

.main .tplist .list.list7 li { width: 100%; float:none; background:none }
.main .tplist .list.list7 li .stitle{ margin-right:100px;background:url(../img/ico_menu2.png) no-repeat 2px center ;padding-left:20px;} 
.main .tplist .list.list7 .sdate { display:block; }
/*.main.main46 .tplist .list li { padding: 7px 0; height: auto; line-height: 20px; border: 0; width: auto; float:none; }
.main.main46 .tplist .list li .stitle {  margin-right:100px; }
.main.main46 .tplist .list li .sdate { display:block }*/
.main .tplist .list li.none { line-height:40px; color:#ddd; text-align:left;  width: 100%; float:none; padding-left:20px; box-sizing:border-box;}

/*师资介绍*/
/*.main.main33 .tplist .list li { width: 10%;}*/
/*机构设置*/
/*.main.main25 .tplist .list li.li17{width: 66%;}*/

/*校内点击*/
/*.main.main22 .tplist .list li{width:50%;}*/


 .main .minfo{background-color:#FFF; padding:10px 0px; border-top:0;margin:0 0px; }

.minfo-top{ background:#fafafa; border-left:0 solid #25598b ;border-bottom: 1px solid #D4EFFF; padding:20px; margin-bottom:10px;}
.main h1.ititle{ text-align:center; display:block; color:#104E98; font-size:28px; padding:5px 0 15px; margin:0; font-weight:normal; }  
.main h2.entitle{ text-align:center; display:block; font-size:16px; padding:6px 0 5px; margin:0;  font-weight:normal; } 
.main h5.ioth{ text-align:center; display:block;color:#555;font-size:16px;  font-weight:normal; border-bottom:0 solid #eee;  margin:0  0;padding:10px 0; height:20px; line-height:20px; margin-left:-15px; }
.main h5.ioth span{ margin-left:15px;}

 .main .minfo .content{ border:0; padding:15px 5px 0; }
 

 /* teacher introduction */
.teacher_info_box {
  display: block;
  flex-direction: row;
  margin: 5px 0px;
}
.teacher_info {
  width: 100%;
  text-align: left;
  text-transform: none;
}
.teacher_info_rt {
  width: 17%;
}
.teacher_info a {
  font-weight: normal;
  font-size: 16px;
  color: #474645;
  line-height: 16px;
  font-style: normal;
}
.teacher_name {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.teacher_name h1 {
  font-weight: bold;
  font-size: 28px;
  color: #104E98;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 15px;border-bottom: 1px solid #eee;
}
.main .teacher_name h1.ititle{ display:inline !important; text-align: left; font-weight: bold;}
.main .teacher_name h1.ititle em{ font-weight:400; font-size:18px;}
.main .teacher_name h2.entitle{ display:inline !important;  text-align: left;}

.teacher_contents{ width:100%; line-height:160%;}

.teacher_info .teacher_contents>h3{
    font-size: 20px !important;
	font-weight: bolder;
	color: #104E98 !important;
	line-height: 48px !important; margin:10px 0;
	min-width: 80px;
    border-bottom: .5px solid #D4EFFF;
  }
.teacher_title_box {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 0px 0px 20px 0px;
}
.teacher_title_line {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 169px);
	padding: 0 15px;
}
.teacher_title_line span:first-child {
	border-bottom: .5px solid #D4EFFF;
}
.teacher_title_line span:last-child {
	border-top: 0px solid #D4EFFF;
}
.teacher_title_box span {
	font-size: 20px;
	font-weight: bolder;
	color: #104E98;
	line-height: 28px;
	min-width: 80px;
}
.teacher_contact {
   
  margin-bottom: 30px;
}
.teacher_contact th{
   font-weight:normal;
}
.teacher_contents p{
    font-size: 16px !important;
}
.teacher_contents span{
    font-size: 16px !important;
}
.teacher_contact_li {
  width: 48%;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 23px;
  border-left: 1px solid #104E98;
  padding: 0 0 10px 10px;
}
.teacher_contact td, 
.teacher_contact_li p {
  font-weight: normal;
  font-size: 14px;
  color: #104E98;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.teacher_introduction {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.teacher_introduction ul li {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 16px;
  color: #474645;
  line-height: 17px;
  font-style: normal;
}
.teacher_introduction .MsoNormal {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 16px;
  color: #474645;
  line-height: 17px;
  font-style: normal;
}
.re_style_a, .re_style_a li {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 16px;
  color: #474645;
  line-height: 17px;
  font-style: normal;
}
.teacher_pic {
  margin-bottom: 65px;
}
.teacher_nav {
  height: 68%;
  border-left: 1px solid #D4EFFF;
  text-align: left;
  text-transform: none;
}
.teacher_nav a {
  font-weight: 400;
  font-size: 16px;
  color: #474645;
  line-height: 36px;
  font-style: normal;
  margin-left: 55px;
}
.teacher_nav a:hover {
  color: #104E98;
}
.teacher_nav .active {
  background-image: url(../img/nav_on.png);
  background-repeat: no-repeat;
  background-position: 28px center;
}
.teacher_nav .active a {
  color: #104E98;
}


.list1{}
.list1 dt{background:url(../img/arrow_up.png) no-repeat center bottom; height:132px;}
.list1 dt h3{ display:block; margin:0 auto; text-align:center; width:110px; padding-top:75px; height:25px; font-size:14px;}
.list1 dd{ background:#f0f0f0; height:210px; padding:10px 15px;  overflow:hidden}

.list-notice h3{background:url(../img/ico.png) no-repeat 32px 20px; color:#25598b ;}

.list-tab{ height:362px; position:relative;}
.list-tab li{ width:100px;height:362px; margin-right:120px; float:left;}
.list-tab li h3{height:132px;display:block; margin:0; cursor:pointer;}
.list-tab li span{ display:block;background:url(../img/ico.png) no-repeat 0 0;   margin:0 auto; text-align:center; width:110px; padding-top:75px; height:25px; font-size:14px;}
.list-tab li.ico2 span{ background-position:-46px -60px}
.list-tab li.ico3 span{ background-position:-48px -140px}
.list-tab li.ico4 span{ background-position:-48px -220px}
.list-tab li.ico5{ margin:0}
.list-tab li.ico5 span{ background-position:-48px -300px}

.list-tab li.on h3{background:url(../img/arrow_up.png) no-repeat 45px bottom;}

.list-tab li.on span{color:#25598b ;}
.list-tab li.ico2.on span{ background-position:34px -60px}
.list-tab li.ico3.on span{ background-position:32px -140px}
.list-tab li.ico4.on span{ background-position:32px -220px}
.list-tab li.ico5.on span{ background-position:32px -300px}
.list-tab li div{background:#f0f0f0; height:230px; width:780px; padding:10px 0 10px 15px; position:absolute; top:132px; left:0;overflow:hidden; display:none}
.list-tab li.on div{display:block;}
.list-tab .list{ overflow:hidden; height:205px;}
.list-tab .list li{ float:left; width:357px; padding-right:15px; margin:0; height:26px; line-height:26px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
 
.page{ clear:both; text-align:center; margin:0px 0 20px; font-size:14px; letter-spacing:1px;   }
.propage{ margin:0 0 0px;}
.page .info{ display:inline;font-size:16px;}
.page .info span{ color:#0c60b4;}
.page .pages{  color:#999;background-color:#FFF; }

.pages{ padding:20px 0 20px;text-align:center; font-size:14px;border-top: #eee 1px solid; margin:0 0px 0px;}


.pages ul.page{padding: 0; margin:0;}
.pages ul.page li{ display:inline-block; margin:0 3px;*float:left; *display:block;}
.pages a{ height:22px; line-height:22px; text-align:center; display:inline-block; *float:left; *display:block; padding:0 8px; background-color:#128ad8; border:1px solid #25598b ; color:#fff; margin:0 2px;}
.pages a.on{background-color:#25598b ;height:22px; line-height:22px;padding:0 8px;  border:1px solid #25598b ; font-weight2:bold;} 
.pages span{background-color:#bbb;height:22px;color:#fff;  line-height:22px;padding:0 8px; display:inline-block; *float:left; *display:block; border:1px solid #aaa;}
    .pages a {
        background: none;
        height: 30px;
        line-height: 30px;
        text-align: center;
        padding: 0 12px;
        background-color: #fff;
        border: 1px solid #25598b ;
        color: #25598b ;
        border:1px solid #666;background-color:#fff;color: #25598b;
        margin: 0 2px;
    }
.pages .active a{background-color:#25598b ;color:#fff;    border:1px solid #25598b ; font-weight2:bold;} 
.pages a:hover{background-color:#25598b ;color:#fff;text-decoration:none}
.pages .pli a{ font-family:Arial; font-size:14px;} 
.pages .disabled a{color:#666; background:none;   border:1px solid #ccc; text-decoration:none}
.pages span.info{ display:block; margin-bottom:12px; color:#000; background:none; border:0}

/*图片*/
.main .plist{ min-height:300px;  overflow:hidden; border-width:0 0;  padding:10px 0 ;}
.main .plist li{float:none;height:auto;width:100%;font-size:14px;margin:0 18px 20px; margin:0;  padding:0 40px; box-sizing:border-box;}
.main .plist li .simg{display:table-cell;border:0 solid #eaeaea;padding:0;height:222px;line-height:222px;width:100%;text-align:center;vertical-align:middle;*display:block;*font-size:222px;*font-family:Arial; overflow:hidden;}
.main .plist li .simg{display: block;
    background: url(../img/none-zty.png) center center no-repeat;
    background-size: 40%;
    width: 100%;
}
.main .plist li .simg img{max-height:222px;max-width:296px;vertical-align:middle;text-align:center}
.main .plist li .simg img {
    display: block;
    height: 100%;max-height:100%;
    width: 100%;
    /* object-fit: cover; */
    object-fit: cover;
    object-position: center top;
    transition: transform 0.8s 
ease;
}
.main .plist li .stitle{display:block;width:100%;padding:0;line-height:22px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer; font-weight:bold;border-left: 1px solid #104E98; margin-top:10px; padding-left:0px;}
.main .plist li .simg:hover img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);}
.main .plist li .stitle a{
    padding-left: 10px;
    color: #104E98;
    font-size: 16px;
    font-weight: 400;
}

.main .plist { 
    display: grid;
    padding: 20px 10px 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: repeat(4, 24%);
    grid-row-gap: 20px; 
    grid-column-gap:20px;
}
.main .plist li .stitle em {
    padding-left: 10px;display:block; font-style:normal; font-weight:normal;
}
.main.main8 .plist li{float:left;height:120px;width:30%;}
.main.main8 .plist li{display:block;}
.main.main8 .plist li .simg{height:80px;line-height:100px;width:100%; display:block; text-align:center;}
.main.main8 .plist li .stitle{font-weight:bold; font-size:16px;width:100%;}

 /*sz*/
.main .szlist{ min-height:100px;  overflow:hidden; border-width:0 1px;  padding:10px 0 0 ;}
.main .szlist li{float:left;height:160px;width:472px;font-size:14px;padding:20px 24px 20px; position:relative;}
.main .szlist li .simg{ position:absolute; border:0 solid #eaeaea;padding:0;height:222px;line-height:222px;width:296px;text-align:center;vertical-align:middle;*display:block;*font-size:222px;*font-family:Arial; overflow:hidden;}
.main .szlist li img{position:absolute;width:120px;vertical-align:middle;text-align:center}
.main .szlist li .stitle{display:block;width:100%;padding:0;line-height:35px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer; font-weight:bold; margin-left:140px; box-sizing:border-box;font-size:16px;}
.main .szlist li .simg:hover img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);}
.main .szlist li .stitle em{margin-left:10px; color:#aaa; font-style:normal;font-size:14px;}

.main .szlist li>a>div{margin-left:140px; line-height:170%;font-size:14px;}
.main .szlist li a:hover{text-decoration:none;color:#333;}
.main .szlist li.none{width:100%;}


.main .pimg{ float:left; width:300px; height:300px;line-height:300px;text-align:center; }
.main .pimg:hover img {transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);}
.main .pimg img{ height:300px; width:300px;vertical-align:middle;}
.main .pinfo{ float:left}
.main .pinfo h1{ text-align:left;}

.link div{ line-height:22px; color:#666; font-size:14px;}

.formTable{ width:100%; margin-top:15px;}
.formTable td{ padding:5px} 
.formTable input[type=text]{ border:1px solid #ccc; padding:4px; width:200px;}
.formTable textarea{ border:1px solid #ccc; padding:4px; width:300px; height:140px;}
.formTable input[type=submit]{background:#af060d; color:#fff; border:0; width:100px; height:30px; font-size:14px}

/*左侧菜单*/   

.leftMenu{ padding:10px 0px; height:auto;background:#f2f5f7; background:none;box-shadow:0 0 5px 0 rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1); /*position:absolute; width:260px; margin-left:10px;*/ } 
.leftMenu dt{ line-height:70px;height:70px; padding: 0; text-align:center; font-size: 22px;color:#000; background-color: #0563c3;  color:#fff; display:none;}
.nobanner .leftMenu dt{background-color: #0563c3;}
.leftMenu dt .tname{ height:70px;line-height:70px;  display:block; font-size: 26px; color:#1b1b1b; color:#fff;  position:relative; z-index:2;} 
.leftMenu dt .a:after{ content:" "; display:inline-block; color:#07265d;background: #25598b;transform: skew(-20deg,0);-moz-transform: skew(-20deg,0);-webkit-transform: skew(-20deg,0); position:absolute; top:20px; left:10px;width:260px;height: 60px; z-index:1; opacity:0.8;} 
.leftMenu dt .tname.enname2{ font-size: 22px; font-family:-apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;text-shadow:3px 3px 3px #333; }
.leftMenu dt .tname.enname{  position:relative; }
.leftMenu dt .tname em { display:none; margin-top:5px; line-height:18px;font-size: 14px; font-weight:normal; font-style:normal;text-shadow:1px 1px 1px #333; position:absolute; top:33px; text-align:center; width:100%; font-size:12px;color: #aaa;  } 
.leftMenu dt a{color:#2D415D} 
.leftMenu dt.t{ background-image:url(bg_left1.jpg);	background-repeat: no-repeat; height:5px; overflow:hidden; font-size:0; padding:0; display:none;}
.leftMenu dd{ clear:both;padding:2px 0 0px; margin-top:10px;  line-height:normal; border-top: 0 solid #e6e5e5;background: none;margin: 0px 0px 0px;  } 
.leftMenu dd.dlist{ background: #f3f3f3; padding-top:5px; } 
.leftMenu dd>ul{ padding-left:0;border-top: 1px solid #25598b;} 
.leftMenu dd li{padding: 0px;border-bottom: 1px solid #e6e5e5;    border-bottom:1px solid #25598b; }
.leftMenu dd li:first-child{ border-top:0;}
.leftMenu dd.dlist li{padding:0; } 

.leftMenu dd li a {
    display: block;  
    padding:0 0;
    font-size: 17px;  text-align: left;
    font-family:'Microsoft YaHei'; 
    line-height: 22px; border-left:0 solid #f3f3f3;  
       
    font-size: 20px;
    color: #25598b;
    height: 50px;
    line-height: 50px;

}
.leftMenu dd.dlist li a{color: #25598b;}
.leftMenu dd li a:hover, .leftMenu dd li.on a {color: #25598b;  font-weight: bold;  text-decoration:none; border-left:0 solid #1f67b3;background:#fff;background:url(../img/nav_on.png) no-repeat right 8px center; }    

.leftMenu dd li.list{ margin:0 10px; padding:8px 0; border:none; border-bottom: 1px solid #e6e5e5;}
.leftMenu dd li.list a{background:url(../img/ico_dot.png) no-repeat 2px 7px ;font-size: 14px; line-height:20px;   padding: 0 0 0 14px;border-left:0;color: #000; text-align:left; }
.leftMenu dd li.list a:hover{color: #194596; text-decoration:underline;border-left:0; }
.leftMenu dd li.list a:hover, .leftMenu dd li.list.on a {
    color:#194596;  
    text-decoration:none
}  

.leftMenu dd li ul{ padding: 0px 0; background-color: #fff;display:none;margin-bottom: 0;border-top: 1px solid #D4EFFF;}
.leftMenu dd li.on ul{  display:block} 
.leftMenu dd ul.lm2{  display:none} 

.leftMenu dd li ul li{display: block;margin-bottom: 0; 
    font-size: 1.2em;
    line-height: 32px;    
     height: 45px;
    border-top: 1px solid #eee;
    padding: 10px 0 10px 34px; 
    background: url(../img/ico_arrow.png) no-repeat 24px center;    border-bottom:0;
}
.leftMenu dd li ul li a,.leftMenu dd li ul li a:hover, .leftMenu dd li.on ul li a {font-size: 16px;background:none;color: #000;  line-height: 24px;padding: 0 0 0 5px; font-weight:normal; border-left: 0 ;}
.leftMenu dd li ul li.on{ 
    border-left: 0 solid #7c9626;
    background: url(../img/ar.png) no-repeat 24px center;
} 
.leftMenu dd li ul li.on a,.leftMenu dd li ul li a:hover{ color: #194596; border-left: 0 ; }


.leftMenu dd select{ width:160px; vertical-align:middle}
.leftMenu dd .row{  padding:0 4px 0 10px; height:32px; color:#343434; text-align:center; font-size:12px;}
.leftMenu dd .row input[type=text]{ width:128px; border:1px solid #b0b0b0; height:18px; float:left;}
.leftMenu dd .row input[type=search]{ width:128px; border:1px solid #b0b0b0; height:18px; float:left;}
.leftMenu dd .row label{ padding:0; padding-top:5px; display:block; float:left;}
.leftMenu dd .more{ padding-top:5px; text-align:right;font-size:14px;}

/*background-color: rgba(135,176,215,0.9);*/
/*background-color: rgba(9,94,175,0.8);*/
/*标签详细*/
.tab{ position:relative; height:284px;}

.tablist{height:45px; margin-bottom: 10px; position:absolute;top:0;left:0; z-index:2}
.tablist li{height:45px; line-height:40px; float: left; text-align: left; padding: 0 0px; cursor: pointer; background:#FFF; margin-right: 20px; font-size: 18px;}
.tablist li.on{  color:#1b1b1b; font-weight: bold;background:url(../img/bg_title1.jpg) no-repeat  0 bottom #fff; }  
.tablist a,.tablist a:hover{ text-decoration: none;}
.tabcontent li.content{display: none; } 
.tabinfo{display: none; position:absolute;top:0;left:0;z-index:1}
.tabinfo.on{display: block; width:100%;}

 /*infolist1*/
.infolist1{	 overflow:hidden;padding:0px 0px;   }
.infolist1 dt{padding:0; margin:0 0;  color:#fff; padding: 1rem 0 0; overflow:hidden; position: relative; } 


.infolist1 dt .tname { color: #920106;color:#000; display:inline-block;  font-size: 1.875rem;
    line-height: 2.25rem;padding-left:0; position:relative; }
/*.infolist1 dt .tname:after{position: absolute;left: 0;top: 13px;width: 4px;height: 21px;content: " ";background-color: #0c60b4; border-radius:50px}*/
.infolist1 dt .tname a{ display:block; color:#387dcb;color:#000;} 
.infolist1 dt .tname b{font-weight: 600;}  
 
.infolist1 dt .tname a:hover { text-decoration:none }
.infolist1 dt .tname a i{ position:relative;display:inline;  z-index:2; padding:0 0 0 0px;font-style: normal; }
.infolist1 dt .tname span{position:relative;z-index:2;display:block;overflow:hidden;font-size:22px;font-size:20px; color: #aaa; font-weight:100;  padding-left:2.5rem; }
.infolist1 dt .tname span:before{ content:""; position:absolute; top:1rem; left:0; background-color:rgba(204, 45, 26, 1); width:2rem; height: 0.25rem;} 
.infolist1 dt .tmore{ position:absolute; display:none; top:1.8rem; right:0; padding:0px; width:5rem; height:2rem; text-align:right;  }
.infolist1 dt .tmore a{ display:block; height:2rem; line-height:2rem; font-size:0.85rem; padding-right:2rem; color:#104E98; position:relative;  } 
.infolist1 dt .tmore a img{ display:block; height:28px; } 
/*.infolist1 dt .tmore a:after{ content:""; position:absolute; top:0; right:0;  width:1rem; height: 0.25rem;}*/ 

.msearch .infolist1 dt { background:none} 
.msearch .infolist1 dt .tname{height:40px;  line-height:40px;font-size: 20px;} 
.msearch .infolist1 dt .tname a{ display:inline-block; color:#07265d; padding:0 0px 1px;font-family: 'Microsoft YaHei';font-weight: bold;height: 30px;line-height: 22px;}  
.msearch .infolist1 dt .tname:after{ display:none;} 
.msearch .infolist1 dd{ padding:0}

.infolist1 .dt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  }

/*.infolist1 dt .tmore a:after {
  content: '';
  width:6px;
  height: 11px;
  background: url(../img/ico_gray_arrow.png) center 0 no-repeat;
  margin-left: 5px;
  display: inline-block;
  vertical-align: -1px;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}*/

.infolist1 dt .tmore a:hover {
  color: #1658C5;
}

.infolist1 dt .tmore a:hover:after {
  background-image: url(../img/ico_big_arrow.png);
}

.infolist1 dt .a_morebg {
  display: inline-block;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  background-color: #1658C5;
  color: #fff;
  font-size: 16px;
  border-radius: 18px;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.infolist1 dt .a_morebg:after {
  content: '';
  display: inline-block;
  vertical-align: -4px;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/ico_gray_arrow.png);
  margin-left: 20px;
}

.infolist1 dt .a_morebg:hover {
  background-color: #3665da;
}


.infolist1 dd{clear:both; padding:4px 0 4px 0;  }
 .infolist1  .dmore{  padding:1rem 0 ; height:2rem; text-align:right;  }
.infolist1  .dmore a{ display:block; font-size:0.85rem;  color:#25598b ; position:relative;  } 


.infolist1 dd .info{ clear:both; height:41px;line-height:40px;font-size:14px; position:relative;border-bottom: solid 1px #eaeaea;  padding-left:2px; }
.infolist1 dd .info:before {
    content: '';
    width: 9px;
    height: 9px;
    background:url(../img/list1.png) no-repeat  0 center; 
    position: absolute;
    top: 13px;
    left:6px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display:none;
}
.infolist1 dd .stitle{ font-size:16px; padding-left:0px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap; margin-right:90px; display:block;  }
.infolist1 dd .stitle.new{ }
.infolist1 dd .scontent{ display:none;}
.infolist1 dd .stype{padding-left:6px; padding-top:8px;width:90px;}
.infolist1 dd .sdate{ position:absolute; top:2px; right:0; text-align:right; width: 90px; line-height: 36px;  font-family:Arial, Helvetica, sans-serif; color:#999;font-size:16px; }	
.infolist1 dd .sdate a{color:#999;color:#245987;color:#555} 
.infolist1 dd .info:hover .sdate a{color:#25598b }

.infolist1 dd .info.intro{height:123px; background:none; padding:0; padding-top:0; margin-bottom:0; border-bottom:0 #eee solid;}
.infolist1 dd .info.intro:before {display:none;}
.infolist1 dd .info.intro .simg{ position:absolute; width:250px; height:160px; }
.infolist1 dd .info.intro .simg img{ width:100%; max-height:160px;height:160px;}
.infolist1 dd .info.intro .simg:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.infolist1 dd .info.intro .stitle {
    margin-left: 270px;
    margin-right: 0;
    line-height: 28px;
    font-size:16px;  
    height:56px;text-align:center;
}  
.infolist1 dd .info.intro .stitle{ display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; white-space:normal; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; display: -moz-box; -moz-line-clamp: 2;-moz-box-orient: vertical;overflow-wrap: break-word;word-break: break-all;white-space: normal;overflow: hidden; display:flex; align-items:center } 
  
.infolist1 dd .info.intro .stitle:hover { }
.infolist1 dd .info.intro .stitle a{ font-weight:bold;color:#25598b ;}
.infolist1 dd .info.intro .scontent{ padding:8px 0 4px; margin-left:270px;display: block; color:#898989;font-size:14px; line-height:28px; }
.infolist1 dd .info.intro .sdate{ display:none; margin-left:190px; color:#506698; position:static; text-align:left;font-size:14px;}

.infolist1 dd a{ color:#222}
.infolist1 dd a:hover{ color:#25598b } 
.infolist1 dd a.red1{color:#f00}
.infolist1 	.none{ text-align:center; line-height:140px; color:#ccc;}
.infolist1 dd p{ padding:2px 0; margin:0;}	 
.infolist1 .cont{ padding:5px 0; line-height:160%; overflow:hidden;}
.infolist1 .cont td{ line-height:130%;}
.infolist1 .cont p{ line-height:180%;} 
.infolist1 .none{ border:0} 


.wrapper-news .bg0{ padding-top:6rem;}
.wrapper-notice{ background:rgb(246,247,252)}
.wrapper-notice>.bg0>.flex{justify-content: space-around; flex-direction: row;flex-wrap: nowrap;    gap: 1rem;}
.wrapper-teacher{ background:#fff}

/*notice*/
#notice { position:relative;}
#notice .tabs{flex-wrap: nowrap; gap: 0.8rem; }
#notice .tabs li{border-radius: 9999px;transition: background-color 0.3s;padding: 0.25rem 0.75rem; background-color:#fff;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}

#notice .tabs li a{ cursor:pointer; text-decoration:none;white-space: nowrap;}
#notice .tabs li.active{background-color: #104E98; color:#fff;}
#notice .tabs li.active a{ color:#fff;}

#notice .infolist11 dt{  display:none } 
#notice .infolist11{ display:none } 
#notice .infolist11 dd{ padding-top:10px;}

/*notice*/
#teacher { position:relative; min-height:410px; padding:20px 0;}
#teacher .tabs{flex-wrap: nowrap; gap: 0.8rem; }
#teacher .tabs li{border-radius: 9999px;transition: background-color 0.3s;padding: 0.25rem 0.75rem; background-color:#fff;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}

#teacher .tabs li a{ cursor:pointer; text-decoration:none;white-space: nowrap;}
#teacher .tabs li.active{background-color: #104E98; color:#fff;}
#teacher .tabs li.active a{ color:#fff;}
 
#teacher_lists{height:377px; overflow:hidden;}
.teacher_list_slide{ padding-top:25px; transition: display 1s; visibility:hidden;}
.teacher_list_slide .carousel-inner{ display:block;width:100%;position:relative;height: 270px; overflow:hidden;}
.teacher_list_slide .carousel-item{ display:block;transition: display 1s;} 
.teacher_list_slide .carousel-item.active{ display:block;}
.teacher_list_slide .carousel-item1{ opacity:0;transition: opacity 1s;left:0;top:0; position:absolute;width:100%;}
.teacher_list_slide .carousel-item.active1{ opacity:1 !important;}
.teacher_list_slide .carousel-item ul{display: flex;align-items: center;justify-content: center; flex-wrap: wrap;gap: 0; }

 
.teacher_list_slide .carousel-item a1{margin:auto;width: 210px; display:block; overflow:hidden;}
.teacher_list_slide .carousel-item li{display:none;margin:auto;width: 175px;height: 270px; display:none; flex:none; flex-direction: column;  /* 纵向排列 */ overflow:hidden; }
.teacher_list_slide .carousel-item li.inactive{display:none;}
.teacher_list_slide .carousel-item li.active{ display:flex;}
.teacher_list_slide .carousel-item li>a{margin:auto;width: 150px;height: 180px;width: 160px;height: 225px; display:block; overflow:hidden;}
.teacher_list_slide .carousel-item img{margin:auto;}

.teacher_list_slide .carousel-item a:hover img{ transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);}

.teacher_list_slide .carousel-item div{ margin:auto;margin-top:10px;width: 200px; width: 150px;width: 160px;  border-left: 1px solid #104E98;}
.teacher_list_slide .carousel-item div a{ padding-left:10px;  color:#104E98; font-size:16px; font-weight:400; }
.teacher_list_slide .carousel-item p{padding-left:10px;}


.islideArr{ margin-top:25px}
.islideArr .flex{ background:#eee;color:#fff;}
.islideArr .flex:hover{ background:#104E98;color:#fff;}

.list_tab{ position:relative;}
.list_tab ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 20px;
}
.list_tab ul li {
	width: 40px;
    height:40px; 
	margin: 0 5px;
    position:relative; cursor:pointer;
}
.list_tab ul li:after {
	content:"";
	background: #D4EFFF; 
    left:0; position:absolute;
    top:18px;width: 40px; height:5px;
}
.list_tab .active1 {
	border: 2px solid #104E98 !important;
}
.list_tab .active:after {
	background: #104E98; 
}
.list_tab .switch-up,
.list_tab .switch-down{display:none;width: 30px !important;height: 30px !important; padding:6px 0; text-align:center; border-radius:50%; border:1px solid #387dcb}
.list_tab .switch-up1{   background:url(../img/arr-prev-hover.png) center center no-repeat; background-size:100%;  }
.list_tab .switch-down1{ background:url(../img/arr-next-hover.png) center center no-repeat;  background-size:cover; }
.list_tab .switch-up:after,
.list_tab .switch-down:after{display:none}
.list_tab .switch-up img,
.list_tab .switch-down img{ width:100%; height:100%;width: 8px !important;height: 14px !important; }
.list_tab .switch-up{ transform: translate(-20%, -36%);}
.list_tab .switch-down{ transform: translate(20%, -36%);}

/*ilist34*/ 
.infolist1#ilist34 dt{position:absolute;top:0;left: 0; width:100%;}
.infolist1#ilist34 dd{padding:0 0 8px;}
.infolist1#ilist34 dd .dlist2{ background:rgb(243,244,246); margin-top:20px; padding:1.5rem;    flex-direction: row; display:flex; flex-wrap: nowrap;justify-content: space-around;   gap: 1rem; box-sizing:border-box;}
.infolist1#ilist34 dd .info{ clear:both; height:auto;line-height:normal;font-size:14px; position:relative;border-bottom: dashed 0 #eee;  padding-left:2px; flex-basis:33% ;padding: 1rem; min-height:108px;
background:#fff;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.infolist1#ilist34 dd .info:last-child{    min-height: 113px;}
.infolist1#ilist34 dd .stitle{ font-size:0.98rem; line-height:1.6rem; padding-left:110px; padding-top:0; overflow:hidden;text-overflow: ellipsis;white-space:normal; margin-right:0; display:block; color:rgb(55,65,81); font-weight:700;  }
.infolist1#ilist34 dd .sdate{ position:absolute; top:1rem; right:auto; left:1.2rem; text-align:center; width: 90px; line-height: 56px;  font-family:Arial, Helvetica, sans-serif; padding-bottom:1px; font-size:1.5rem; font-weight:700; background-color:#104E98;     --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.infolist1#ilist34 dd .sdate a{color:#fff; text-decoration:none;}
.infolist1#ilist34 dd .sdate a{color:#fff;}
.infolist1#ilist34 dd .sdate i{ background-color:#fff;color:#222; line-height:30px; font-size:0.875rem; font-weight:normal; display:block; font-style:normal;}

/*ilist48*/
.infolist1#ilist48 dt{ width:100%;}
.infolist1#ilist48 dd .dlist{   flex-direction: row; display:flex; flex-wrap: nowrap;justify-content: space-around;   gap: 1rem; box-sizing:border-box;}
.infolist1#ilist48 dd .info{ clear:both; height:auto;line-height:normal;font-size:14px; position:relative;border-bottom: dashed 0 #eee;  padding-left:2px; padding: 1rem; min-height:120px;
background:#fff;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.infolist1#ilist48 dd .stitle{ font-size:0.98rem; line-height:1.6rem; padding-left:110px; padding-top:0; overflow:hidden;text-overflow: ellipsis;white-space:normal; margin-right:0; display:block; color:rgb(55,65,81); font-weight:700;  }
.infolist1#ilist48 dd .sdate{ position:absolute; top:1rem; right:auto; left:1.2rem; text-align:center; width: 90px; line-height: 56px;  font-family:Arial, Helvetica, sans-serif; padding-bottom:1px; font-size:1.5rem; font-weight:700; background-color:#104E98;     --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.infolist1#ilist48 dd p{padding-left:110px; line-height:24px; font-size:16px; color:rgb(75,85,99) }
.infolist1#ilist48 dd p i{ font-style:normal;}
.infolist1#ilist48 dd p .ico1{ display:none;}
.infolist1#ilist48 dd p .ico1::after{content:"讲 座 人：";}
.infolist1#ilist48 dd p .ico2{}
.infolist1#ilist48 dd p .ico2::after{content:"\8bb2\5ea7\65f6\95f4\ff1a";}
.infolist1#ilist48 dd p .ico3{}
.infolist1#ilist48 dd p .ico3::after{content:"\8bb2\5ea7\5730\70b9\ff1a";}

.infolist1#ilist48 dd .sdate a{color:#fff; text-decoration:none;}
.infolist1#ilist48 dd .sdate a{color:#fff;}
.infolist1#ilist48 dd .sdate i{ background-color:#fff;color:#222; line-height:30px; font-size:0.875rem; font-weight:normal; display:block; font-style:normal;}
.infolist1#ilist48 .dmore { display:none}
.infolist1#ilist48 dd .dlist {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(2, 1fr);
            grid-template-areas: 
                "one three five"
                "two four six";
            gap: 10px; 
            width:300%;
        }
 
.ilist48 .flex{border:1px solid #ddd;}
.infolist1#ilist48 dd .dlist .i1 { grid-area: one; }
.infolist1#ilist48 dd .dlist .i2 { grid-area: two; }
.infolist1#ilist48 dd .dlist .i3 { grid-area: three; }
.infolist1#ilist48 dd .dlist .i4 { grid-area: four; }
.infolist1#ilist48 dd .dlist .i5 { grid-area: five; }
.infolist1#ilist48 dd .dlist .i6 { grid-area: six; }
.infolist1#ilist48 dd{ 
   transition: transform 0.5s ease-in-out;
}
.ilist48 .flex:hover{ background:#104E98;color:#fff;}

/*infolist1 .zt*/
.infolist1 .zt{border-top:1px solid #e5e5e5; margin-top: 0px; padding-top: 12px; height: 180px; position: relative}
.infolist1 .zt a.img{ display: block; margin-bottom:15px;}
.infolist1 .zt a img{ width: 100%; height: 80px;}
.infolist1 .zt a.more{font-size: 13px; position: absolute; bottom: 0; right: 0;}

.infolist1 .works{padding-top: 10px; height: 245px; position: relative; width:840px; overflow:hidden;}
.infolist1 .works a.img{ display: block; float:left;width: 260px; height: 245px; margin-right:20px;}
.infolist1 .works a img{ width: 100%; height: 180px;}
.infolist1 .works a img{vertical-align: middle;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;-ms-transition: all 0.2s linear;transition: all 0.2s linear;}
.infolist1 .works a.more {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.infolist1 .works a.img h3{ text-align:center;color: #c40000; margin:0;margin-top: 10px; padding:0;
    line-height: 50px;
    height: 50px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 5px;}

#ilist3.infolist1 dd .stitle{ margin:0; margin-left:80px;}
#ilist3.infolist1 dd .sdate{ position:absolute; left:0; top:5px; text-align:center; width:70px;height: 28px; line-height:28px; padding:0px 0 0;  font-family:微软雅黑, Arial, Helvetica, sans-serif; font-weight:bold; color:#387dcb;font-size:16px;  background:#f3f5fb; border-radius:30px; } 
#ilist3.infolist1 dd .sdate i{ display:block; font-size:14px; font-style:normal; font-weight:normal;color:#666;line-height: 52px;height: 52px;  position:absolute; width:100%; bottom:0px;}
#ilist3.infolist1 dd .sdate a{color:#387dcb; }   
#ilist3.infolist1 dd .info.i01 .sdate,
#ilist3.infolist1 dd .info:hover .sdate{ color:#fff;background:#387dcb;  }	
#ilist3.infolist1 dd .info:hover .sdate a{color:#fff; }   
#ilist3.infolist1 dd .info.i01 .sdate i,
#ilist3.infolist1 dd .info:hover .sdate i{ color:#fff;}	

.infolist1#ilist444 dd .stitle{ margin-right:0; }  
.infolist1#ilist444 dd .sdate{ display:none }	

#ilist20{background:#eff3fe;}
#ilist20 dt{display:none;}
#ilist20 dd{ padding:30px 0;}

.wrapper {padding:30px 0; }
.wrapper-news{background:url(../img/bg_news.jpg) no-repeat;}
.wrapper-color{background:url(../img/bg_clourful.jpg) no-repeat;padding: 0  0 10px;background:#25598b ; background:#2574bf; height:220px; overflow:hidden; color: #fff;}
.wrapper-color .bg0{ height:auto;}
.wrapper-color .infolist1 dt{padding-top:15px;} 
.wrapper-color .infolist1 dt:before{background:#fff;}
.wrapper-color .infolist1 dt .tname b {
    font-weight: normal;
    color: #fff;
}
.wrapper-color .infolist1 dt .tmore{display:none}

.wrapper-color dd{ padding:25px 0 0;}  


#ilist131 #gdimg131{display: block; position: relative;overflow: hidden;width:1400px;  height:110px;  margin:0px auto;    z-index:1;}
#ilist131 ul {    position: relative;left: 0;    top: 0;    display: block;    height:100px;    list-style-type: none;    padding: 0;  min-width:1400px;   margin: 0;}
#ilist131 ul {
	display: flex;
	/*justify-content: space-between;*/
	margin-left: 0px;
	animation: slideLeft 50s linear infinite;
}
#ilist131 ul li{ clear:none; position: relative; display:block; text-align:center;flex-shrink: 0; width:200px; height:100px; margin:0 0px 0 0;/*-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.1); -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.1);box-shadow: 3px 3px 10px rgba(0,0,0,0.1);*/ border-right: 1px solid rgba(212, 239, 255, 0.4);}
#ilist131 ul li img{width:420px; height:250px;}
#ilist131 ul li a{ text-decoration:none;}
#ilist131 ul li span{ color: #D4EFEF; display:block; height:40px;line-height:45px; font-size:40px;font-weight1:bold;}
#ilist131 ul li div{}
#ilist131 ul li div h3{color: #D4fFfF; font-weight:normal; padding:0 15px;}
#ilist131 ul li:last-child{border:0;}  
 

@keyframes slideLeft { 0% {transform: translateX(0);} 100% {transform: translateX(-200%);}}

.wrapper.wlink{ background-color:#f0f4f7; background-color:rgb(237, 244, 255); width:100%; padding:30px 0 30px; }
.infolist1#ilist26 {width:1400px; margin:0 auto; }	
.infolist1#ilist26 dd {padding:0; }	
.infolist1#ilist26 .tmore { }	
.owl-theme .owl-controls{ width:100%; text-align:center; display:none;}
.owl-buttons{position:absolute; width:100%; top:50%; margin-top:-20px;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF; position:absolute; font-size:0px; display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ }
.owl-prev{background:url(../images/jt_03.png) no-repeat; background-size:100% 100%; left:0px;}
.owl-next{background:url(../images/jt_05.png) no-repeat; background-size:100% 100%; right:0px;}
.owl-prev:hover{background:url(../images/jt_03_.png) no-repeat; background-size:100% 100%; }
.owl-next:hover{background:url(../images/jt_05_.png) no-repeat; background-size:100% 100%; }
#owl-ilist26{display:block}
#ilist26.infolist1 dd .info2:before{display:none}

#ilist26.infolist1  {overflow:visible;}
#ilist26.infolist1 dd {position: relative;}
#ilist26 #gdimg26{display: block; position: relative;overflow: hidden;width:1400px;  height:250px;  margin:20px auto;    z-index:1;}
#ilist26 ul {    position: relative;left: 0;    top: 0;    display: block;    height:250px;    list-style-type: none;    padding: 0;  min-width:1320px;   margin: 0;}
#ilist26 ul li{ clear:none; position: relative; display:block; float:left; width:420px; height:250px; margin:0 20px 0 0;/*-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.1); -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.1);box-shadow: 3px 3px 10px rgba(0,0,0,0.1);*/ }
#ilist26 ul li img{width:420px; height:250px;}
#ilist26 ul li div{display:none;}

#ilist26 div.stylesgoleft { position:absolute; left:-40px; top:0px; z-index:2;width: 20px;height:250px; background: url(../img/ui-prev.png) no-repeat left center; cursor: pointer;}
#ilist26 div.stylesgoright {position:absolute; right:-40px; top:0px; z-index:2;width: 20px;height: 250px;background: url(../img/ui-next.png) no-repeat right center;cursor: pointer;}
#ilist26 div.stylesgoleft:hover{background:url('../img/ui-prev-hover.png') no-repeat left center;}
#ilist26 div.stylesgoright:hover{background:url('../img/ui-next-hover.png') no-repeat right center;}
#ilist26 div.stylesgoleft { position:absolute; left:-40px; top:0px; z-index:2;width: 20px;height:250px;background: url(../img/arr-prev.png) no-repeat left center; cursor: pointer;}
#ilist26 div.stylesgoright {position:absolute; right:-40px; top:0px; z-index:2; width: 20px;height: 250px;background: url(../img/arr-next.png) no-repeat right center; cursor: pointer;}
#ilist26 div.stylesgoleft:hover{background:url('../img/arr-prev-hover.png') no-repeat left center;}
#ilist26 div.stylesgoright:hover{background:url('../img/arr-next-hover.png') no-repeat right center;}

#owl-ilist26 .owl-buttons{position:absolute; width:100%; height:20px; top:50%; left:0px; margin-top:-10px; }
#owl-ilist26 .owl-prev{background: url(../img/sy_jt3.png) no-repeat; background-size:100% 100%; left:10px; width:20px; height:20px;}
#owl-ilist26 .owl-next{background: url(../img/sy_jt4.png) no-repeat; background-size:100% 100%; right:10px; width:20px; height:20px;}
#owl-ilist26{ width:100%;   padding-top:10px; margin-bottom:0px;}
/*#owl-ilist28.owl-carousel .owl-item{ max-width:400px;}*/
#owl-ilist26 .item{ width:410px; float:left; height:250px;box-sizing:border-box; margin-right:40px;}
#owl-ilist26 .item:last-child{ margin-right:0;}
#owl-ilist26 .imgk{ width:100%; float:left;}
#owl-ilist26 .imgk img{ width:100%; }
#owl-ilist26 .txtk{ width:160px; float:right; display:none}
#owl-ilist26 .txtk p{ width:100%; float:left;}
#owl-ilist26 .txtk p.p_2{ color:#333333; margin:8px 0px;}
#owl-ilist26 .txtk p.p_1{ color:#005f8b; font-size:18px;}
#owl-ilist26 .txtk p.p_3{ color:#747474;}
#owl-ilist26 a{ width:100%; display:block;}
#owl-ilist26 a:hover p.p_1{ color:#ff0000;}
 

/*******************service*******************/
.service{width:1400px;margin:0 auto; } 
.service .infolist1 dt .tmore{ display:none } 
.service .infolist1 dd{ padding-top:30px}
.service .infolist1 dd ul{ display: -webkit-flex; display:flex;flex-direction: row;justify-content: space-around;flex-wrap:nowrap; text-align:center;} 
.service .infolist1 dd a:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);}

/*******************wrapper*******************/

/*******************tj*******************/
 .tj{background: url("../img/tj.jpg")  no-repeat left center #fff;width:1400px;margin:0 auto; height:100px; position:absolute; left:50%; top:-50px; margin-left:-650px; }

/*******************news*******************/
.news{
	background-color: #fff;
    background: url("../img/bg_news.jpg")  no-repeat center center #f4f4f5;
	padding-top: 50px;
	padding-bottom: 50px;
    height:529px;
}  

/*******************notice*******************/
.notice{
	background-color: #fff; 
	padding-top: 50px;
	padding-bottom: 50px;
    height:500px;
} 
/*******************ilist4******************  
#ilist4.infolist1 dd .info.i1{height:113px; background:none; padding:0; padding-top:8px;}
#ilist4.infolist1 dd .info.i1 .stitle { text-align:center; margin:0; padding:10px 0; font-size:22px; font-weight:bold;}
#ilist4.infolist1 dd .info.i1 .sdate{display:none}*/ 


/*ilist135*/
#ilist135.infolist1 dd{ padding-top:10px;position: relative;}
#ilist135.infolist1 dd .info{ clear:none;height:60px;  line-height:20px;font-size:14px; background:none;border-bottom: 0 solid #eee;  padding-left:0; margin-left:0px; margin:0 0 0;  margin:0 0 1px 0;padding:2px 0 10px;}  
#ilist135.infolist1 dd .stitle{ font-size:16px;  overflow:hidden;text-overflow: ellipsis;white-space: nowrap; margin-left:70px; margin-right:0px; margin:0 0; height:48px; line-height:24px; display:block; position:relative;z-index:1;}
#ilist135.infolist1 dd .stitle.new{ }  
#ilist135.infolist1 dd .stitle{ margin-left:70px;display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; white-space:normal; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; display: -moz-box; -moz-line-clamp: 2;-moz-box-orient: vertical;overflow-wrap: break-word;word-break: break-all;white-space: normal;overflow: hidden; align-items: center;display: flex;}
#ilist135.infolist1 dd .sdate{ position:absolute; left:0; text-align:center; width: 60px;height: 48px; line-height: 28px; padding:0px 0 0;  font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#004A8B;font-size:18px;background:#004A8B; border:1px solid #004A8B;}	 
#ilist135.infolist1 dd .sdate i{ display:block; font-size:13px; font-style:normal; font-weight:normal;color:#333;line-height: 22px;height: 20px; background:#fff; position:absolute; width:100%; bottom:0px;}
#ilist135.infolist1 dd .sdate a{color:#fff; }  


/*******************link*******************/
.link{
	background: #efefef; 
	background: #fff; 
	padding-top: 0px;
	padding-bottom:50px;
    height:70px;
} 
/*******************ilist18*******************/
#ilist18{margin:0 auto;position:relative;height:auto; min-height:auto; z-index:1; } 
#ilist18 dt{  }
#ilist18 dt .tmore{ display:none}
#ilist18 dd { margin:20px auto 0; position:relative; width:100%;  padding:0;}
#ilist18 dd a{ display:block; height:70px; margin: 0; overflow:hidden;background:none; padding:0; }  
#ilist18 dd a img{ width:226px; height:68px; border:1px solid #ccc;}  
#ilist18 dd a span{  display:none}    
#ilist18 dd a.info1{ margin-left:0; float:left; width:50%;}
#ilist18.infolist1 dd .info{ clear:none; float:left; width:50%; height:38px;line-height:38px;font-size:14px; position:relative; background:url(../img/ico_big_arrow.png) no-repeat 10px center ;border-bottom: dotted 0 #eee;  }
#ilist18.infolist1 dd .info:before {display:none}
#ilist18.infolist1 dd .info .sdate{display:none}
#ilist18.infolist1 dd .stitle{margin-right:0; padding-left:26px;  }

/*#ilist18 dd .icontent { width:100%;}
#ilist18 dd table { width:100%;}
#ilist18 dd table td{ line-height:60px; border-bottom:1px dashed #ccc; font-weight:bold; font-size:16px;}
 #ilist18 dd table img{margin-right:5px; vertical-align:text-top}*/ 

#ilist26.infolist1 .info{ background:none; height:49px;line-height: 20px;}
#ilist26.infolist1 dd .stitle{margin-left:40px; margin-right:0; padding-top:2px; line-height:20px;white-space:normal;	display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }

#ilist26.infolist1 dd .sdate{ top:0px; left:0;right:auto; border:1px solid #0d65ac; background:#0d65ac; color:#fff; text-align:center; width:40px;height: 40px;
    line-height: 20px;}
#ilist26.infolist1 dd .sdate i{ display:block; background:#fff;color:#0d65ac;}


 /*infolist2*/ 

.infolist2{	 overflow:hidden;padding:0px 0px; width:100%;  position:relative;  }
.infolist2 dt.in_hot_tab1 
{
    padding-left: 0px; 
    height: 46px;
    width: 100%;
    background: #ececec;
    margin-bottom: 0px;
    font-size: 18px;
    border-bottom: 0px solid #003262;
}
.infolist2 dt.in_hot_tab1 li {
    width: 130px;
    height: 46px;
    line-height: 46px;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #000;
}
.infolist2 dt.in_hot_tab1 li a{ display:block}
.infolist2 dt.in_hot_tab1 li.active, .infolist2 dt.in_hot_tab1 li:hover {
    background: #25598b;
    color: #fff;
}
.infolist2 dt.in_hot_tab1 li.active a, .infolist2 dt.in_hot_tab1 li:hover a,.infolist2 dt.in_hot_tab1 li a:hover {
    color: #fff;
    text-decoration:none;
}
.infolist2 dd{width:100%;}
.infolist2 .infolist1{ width:100%; display:none}
.infolist2 .infolist1:first-child{ width:100%; display:block}

.infolist2 .infolist1 dt{border:0; position:static; height:0;}

.infolist2 .infolist1 dt .tmore{right:8px;top:2px;}
.infolist2 .infolist1 dt .tmore a{color:#999;}
.infolist2 .infolist1 dt .tname{ display:none;}


/*.infolist1#ilist3 .stitle,.infolist1#ilist7 .stitle{ margin: 0;}
.infolist1#ilist3 .sdate,.infolist1#ilist7 .sdate{ display:none}*/
.main .m.msearch .infolist1 dd .stitle {
    margin-right:90px;
}
.main .m.msearch .infolist1 dd .sdate{ width: 90px; text-align: right}
.main .m.msearch .blk{ height: 10px;}
.main .m.msearch{ width:1050px; border:0; padding-bottom:20px; }
.msearch .infolist1{height:auto; border:0; padding:0; }
.msearch .infolist1 dt{padding-left: 0; height:45px; line-height:40px; padding-left:0;  color:#1b1b1b; font-size:18px;position: relative;border-bottom: solid 0 #25598b;  } 
.msearch .infolist1 dt .tname{ color:#1b1b1b;padding:0px 25px 0px 0px;line-height:40px; border:0; text-align:center; float:left; font-weight:bold; }
.msearch .infolist1 dt .tname a{ }
.msearch .infolist1 dd{ min-height:0;padding-top: 0px;}  
 
.infolist1 .search{   position:relative; padding-top:5px;}
.infolist1 .search div{ padding:10px 10px;}
.infolist1 .search select{height:35px;line-height:35px;width:200px; }
.infolist1 .search input.keyword{ border:1px solid #ccc; padding: 0 5px;  left:0; top:5px; width:220px;  height:40px;line-height:40px;height:40px\9\0;*height:40px;*line-height:40px; font-size:14px; outline:none /*!important*/ }
.infolist1 .search input[type='submit']{ background:#0c60b4;  background:#25598b ;height:40px; width:150px; color:#FFF; right:0px; top:5px; border:0;  cursor:pointer;-webkit-appearance : none ; font-size:16px; letter-spacing:5px; }
  
#ilistSearch{ height:105px} 
  

/*.in_hot_box_part*/
.in_hot_box_part{height: 57px;margin-bottom:10px;}
.in_hot_box_part li{border-top: 2px solid #31ae1d;  width:20%;height: 55px;float: left; border-right:1px solid #fff; padding-left:10px; background:#005284 url(../img/hover.png) no-repeat 200px center;}
.in_hot_box_part li a{color:#fff;overflow:hidden;text-overflow: ellipsis;white-space: nowrap; display:block;line-height: 55px; font-size:16px; text-decoration:none; margin-right:30px;}
.in_hot_box_part li a:hover{color:#999}


/*.link*/
 
.linkcon{ width:1140px; padding:10px 0; background:#005285;margin: 0 auto;}
.linkcon h3{ width:500px; border-bottom:#a9c354 1px solid; text-align:center;margin: 0 auto;}
.linkcon h3 span{ display:inline-block; padding:0 10px; position:relative; bottom:-10px; font-weight:normal; background:#005285; color:#a9c354; font-size:18px; font-family: "Microsoft Yahei", "微软雅黑","黑体"; }
.linkcon ul{ width:1142px; padding:10px 0; margin-top:10px; overflow:hidden}
.linkcon ul li{ float:left; width:155px;  height:32px; line-height:28px; color:#fff; padding:0px 20px 0 10px; background:url(../img/ico4.gif) no-repeat center left}
.linkcon ul li a{ color:#e4e4e4;}
.linkcon ul li a:hover {color: #999;}
.linkcon ul li.active a{color:#999;}

.minfo .link{ background:none; padding:0; height:45px;}

.pc-hide{display:none}

#backtop {
    width:40px;
    height: 40px;
   position:fixed;
    right:30px;
    bottom:30px;
    background:url(../img/ico_top.png)  no-repeat  left top ;
}
#backtop:hover {
    background:url(../img/ico_top.png)  no-repeat  left -40px;
}


@media only screen and (max-width:1200px)
{
  

}