body {font-size:14px; margin:0; padding:0; min-width:1300px; background:#fff;border-top:0px #be1a21 solid;font-family: "Microsoft YaHei", "微软雅黑", "宋体";}
.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;color: #353095;color: rgb(11,133,198);}
.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; }

/* 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:url(../img/bg_head.png?v=240607) no-repeat center center #25598b;   }
.header .container{width:1300px; margin:auto; position:relative;}
.header.home {position: absolute; background:url(../img/bg_head.png?v=240607) no-repeat center center; }
.header .logo{ display: block;position:relative; height: 121px;width: 1300px; margin: 0 auto; background:url(../img/logo.png?v=240607) no-repeat 0 center; }

.header nav{position: absolute;  right:0px;  top:10px;width:500px; height: 140px; text-align:right;justify-content: flex-end; display:flex; } 
.header nav div{height: 36px;line-height: 36px; width:200px;} 
.header nav div a{ margin:0 8px; color:#ddd; font-size:15px;background:url(../img/nav_home.png?v=18102) no-repeat left center; padding-left:18px;} 
.header nav div a:last-child{padding-left:20px; background:url(../img/nav_djtu.png?v=18102) no-repeat left center;} 

.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;}


.nav-menu{ display:none;}

/*menu*/  
.menu{  margin: 0 ;width:100%; height: 55px;line-height:55px; font-size:16px;font-weight:normal;color:#fff; z-index:9999;position: relative;background:#09467c; background:#fff;/*;*/box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.5); }

.menu ul{padding:0;width: 1300px; margin:0 auto; height:60px; list-style-type: none; display: -webkit-flex; display:flex;flex-direction: row;justify-content: space-around;flex-wrap:nowrap;}

.menu {background:none;position:absolute;top:0;  width: 1300px; margin:0 auto;height:5px;box-shadow:none;left:50%; margin-left:-650px; }
.menu ul{ width: 860px; position:absolute;  top:60px; left:440px; }

.menu ul li{position: relative;flex-grow:1; flex: 1;color: #fff;z-index:199; } 

.menu ul li:after {
    content: "";
    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:60px; line-height:60px;  padding: 0 0; color: #fff;text-decoration:none;text-align:center; font-size:18px; position: relative; z-index:190;height: 45px;
    line-height: 22px;
    padding: 5px 10px; 
    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:40px;  background:url(../img/ico_tri.png) no-repeat 80px center;}
.menu ul li a img{   vertical-align: middle;margin-top: 2px; margin-left: 8px; width:10px; height:5px; }
.menu ul li:hover,
.menu ul li.on,
.menu ul li.over{ background-color: rgb(117, 158, 197);background:none; } 
.menu>ul>li:hover>a,
.menu>ul>li.on>a,
.menu>ul>li.over>a{color: #fff000; } 
.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.on>a,
.menu>ul>li>a:hover{color: #fff;}  
.menu ul li.sp{ flex-grow:0;  width: 1px; height: 55px; 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; z-index:9999; left: 0px; top:5px;  display: block;visibility: hidden;width:100px; width: 98%; overflow:hidden; height:auto; min-height:40px; padding:1px 0px 0; z-index:80;background-color:rgba(42,172,196,0.8);width: 100%;min-width: 100%;background-color:#fff; border-top:0 solid #005097;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);}
.menu ul li ul li{clear:both;display:block;float: none; background: none;height:35px; line-height:35px; padding:0px 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: 40px;line-height: 40px; } 
.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; height:40px;line-height:40px;color: #1d69a7;padding:0 ; padding-left:0; text-align:center; overflow:hidden;text-overflow: ellipsis;white-space: nowrap; } 
.menu ul li ul li a:hover{ border:0;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:url(../img/bg_head.png?v=240607) no-repeat center center #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 40px; padding-left:360px; width:940px; position:relative;top:0;left:0;}
.menu.scroll ul li a{font-size:18px;padding:5px 2px} 

.menu.scroll>ul>li>a{color:#fff;} 
/*.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:640px;}

/* 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 640px;}
.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 640px;-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: 1300px; 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;}
.flex-direction-nav a { text-decoration:none; display: block; width: 30px; height: 50px;  position: absolute; top: 360px; 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:50px;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:50px;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;}
.flex-control-nav li{display:inline-block;width:12px;height:12px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:12px;height:12px;line-height:40px;overflow:hidden;border-radius:50%; background:none; border:1px solid #fff; cursor:pointer;opacity: 0.8;background:#fff;}
.flex-control-nav .flex-active{background:#25598b; border:1px solid #25598b;}

/*******************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;  }

/*******************footer link*******************/
.footer{margin-top: 30px;color: #fff; min-height:55px; background-size:cover; position:relative; color: #fff;background:url(../img/bg_footer.png?v=240607) no-repeat center center #25598b; }
.footer.home{margin-top: 0px;}
.footer.inner{margin-top: -110px;}
.footer.nobanner{ margin-top:0px; }
.footer.home.nobanner{margin-top: 0px;}
.footer.inner2 .link{ display: none}
.footer .info{width:1300px; margin: auto ; padding-bottom: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-block; color:#fff; margin:0 25px;}
.footer .info table p,
.footer .info table div{line-height: 160%;}

.footer .link{ width:100%; height: 120px; overflow: hidden;  color: #fff;}
.footer .link ul{ width:1300px; margin: auto}
.footer .link table{ width:1300px;height: 120px; margin: auto}
.footer .link table td{ vertical-align: top; color: #fff; width: 126px;}
.footer .link table h4{font-size: 13px; 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:absolute; bottom:0; width:100%;  height:55px; line-height: 55px; font-size: 16px;background-color:#363636; background-color:rgba(0, 0, 0, 0.3); color: #fff;  display:none;  text-align: center;  }
.footer .cr p{color: #fff; line-height: 55px; }
.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:relative;}
.KinSlideshow{}
#KinSlideshow{overflow: hidden; visibility: visible; width: 400px; height:300px; position: relative; z-index: 1; }
#KinSlideshow ul li{width: 400px; height: 300px;}
#KinSlideshow img{width: 400px; height: 300px;}
#KinSlideshow .focus{ height: 46px;width: 400px;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:12px;height:12px;margin-right:10px;border-radius:50%;background:#ddd;font-size:0; display:block; float:left}
#KinSlideshow .focus span.current{background:#25598b}

/**************************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; }

section.main.inner{padding-top:20px; width:1300px; position:relative; top:-110px; }
section.main.nobanner{ top:0px; }

/*首页*/
.main .homeLeft{ width:1005px;overflow:hidden;float:left; position:relative; }
.main .homeLeft .bg0{ background:#fff; overflow:hidden;height:1%; padding:10px 15px 0;}
.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:#be1a21;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:800px; overflow:hidden;float:left; margin-right:20px; position:relative; }  
.main .mm{ width:430px; overflow:hidden;float:left; position:relative;}     
.main .mr{ width:460px; overflow:hidden;float:right; } 

.main .ml2{width:850px;overflow:hidden;float:left;   }
.main .mm2{width:400px;overflow:hidden;float:left; }
.main .mr2{width:420px;overflow:hidden;float:right; } 
  
.main .mphead{ margin-top:120px;}
.main.nobanner .mphead{margin-top:0px;}
.main .mp{width:1300px; 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;} 
.main .m{ width:980px; overflow:hidden;float:right;background:#fff; padding: 10px 20px ; margin-top:90px; min-height: 350px;}
.main .m{ width:1010px; overflow:hidden;float:right;background:#fff; padding: 10px 0px ; margin-top:90px; min-height: 350px;}



.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;}
.banner1 img{display: block; margin: auto; max-width:100%;}
.banner1 p{display:none}

/*.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:1300px;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;}

 

.tom{ margin-top:5px; padding-top: 0px; height:52px; line-height:50px; padding-left:0;  color:#0084cc; font-size:16px;position: relative;text-align:left; margin-bottom:10px;  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:20px; font-size: 22px;     background: url(../img/news.png) no-repeat left 8px;
    padding-left: 38px; }  
/*.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; background: url(../img/position.png) no-repeat left center;  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: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;}

/*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 #eee;border-left:6px solid #ccc; background-color:#f9f9f9; margin:15px 0; }
.main .msummary p,.main .msummary div{ line-height:150%; margin-bottom:0px;}


/*content*/
.main .content{ line-height:170%; padding:0 0px; 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: underline
    }
.main .content a:hover {text-decoration:none;color:#268AFF}

.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:14px 0; }
.main .list.downlist{padding:14px 14px; }
.main .list li{ padding:0; line-height:50px; font-size:15px;} 
.main .m .list li{ position:relative; height:90px; 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:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; line-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; }
.main .list li:hover .stitle{ background:none; }
.main .list li .stitle a{ display:inline;}
.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; 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:rgb(11,133,198);font-size:32px;border:1px solid #d3dded; }	 
.main .list li .idate i{ display:block; font-size:14px; font-style:normal; font-weight:normal;color:#fff;line-height: 32px;height: 32px; background:rgb(11,133,198); position:absolute; width:100%; bottom:0px;}
.main .list li .scontent{margin-left:110px;}
.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{ font-weight:bold; color:rgb(11,133,198)}
.main .list li:hover .stitle a{ color:rgb(11,133,198)}
.main .list li .down{ position:absolute; right:0;top:0; text-align:center; width:60px;font-family:Arial, Helvetica, sans-serif; color:#999; padding-right:0;font-size:14px; display:block;background: #1475d3;border-radius: 5px;width: 90px;
    height: 26px;line-height: 26px;color: #fff;margin-top: 0;}
  
  
.main .list.downlist li{ height:50px;}
.main .list.downlist li .stitle{width:800px; margin-left:0; font-weight: bold;line-height: 20px;font-size: 16px;}
.main .list.downlist li .sdate{float:left; display:block; position:relative;text-align:left;padding-left:0px;width: 190px;} 


.main .list.col-2 li{ width:33%; float:left;height:45px; line-height:45px; background-position:20px center;}
.main .list.col-2 li .stitle{ margin-right:0; font-size:18px;}

.tplist{ clear: both; width:100%;  margin:15px 0px 20px 7px; padding: 0 0; }
.tplist dt{height:30px; padding-left:0px;border-bottom: 1px solid #eee; position:relative;}
.tplist dt div{  font-size: 15px; line-height:20px;  text-align:left; color:#0c60b4; font-weight: bold;padding:0 ;}
.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 {color: #25598b; text-decoration:underline;}

.tplist dd{ padding:4px 5px 0; height: 1%; overflow: hidden;}
.main .tplist .list li { padding: 7px 0; height: auto; line-height: 20px; border: 0; width: 33%; float:left; }
.main .tplist .list li .stitle{ margin:0; padding: 0 20px 0 10px;overflow:auto;white-space:normal;text-overflow:clip;margin-right:0;background:url(../img/ico_arr.png) no-repeat center left;} 
.main .tplist .list li .sdate{ position:absolute; top:7px; right:0px; text-align:right; width:90px; color:#555; padding-right:2px;font-size:16px;display:none; line-height: 20px;  }

.main .tplist .list.list7 li { width: 100%; float:none; }
.main .tplist .list.list7 li .stitle{ margin-right:100px;background:url(../img/dot.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;}

/*师资介绍*/
/*.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:rgba(11,133,198,0.04); border-left:20px solid rgba(11,133,198,1); padding:20px; margin-bottom:10px;}
.main h1.ititle{ text-align:left; display:block; font-size:28px; padding:5px 0 15px; margin:0; font-weight:normal; }  
.main h2.entitle{ text-align:left; display:block; font-size:16px; padding:6px 0 5px; margin:0;  font-weight:normal; } 
.main h5.ioth{ text-align:left; 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; }
 
.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:#be1a21;}

.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:#be1a21;}
.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 #be1a21; color:#fff; margin:0 2px;}
.pages a.on{background-color:rgb(11,133,198);height:22px; line-height:22px;padding:0 8px;  border:1px solid #be1a21; 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 #be1a21;
        color: #be1a21;
        border:1px solid #666;background-color:#fff;color: #25598b;
        margin: 0 2px;
    }
.pages .active a{background-color:rgb(11,133,198);color:#fff;    border:1px solid rgb(11,133,198); font-weight2:bold;} 
.pages a:hover{background-color:rgb(11,133,198);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 1px;  padding:10px 0 0 ;}
.main .plist li{float:left;height:267px;width:296px;font-size:14px;margin:0 18px 20px;}
.main .plist li .simg{display:table-cell;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 .plist li .simg img{max-height:222px;max-width:296px;vertical-align:middle;text-align:center}
.main .plist li .stitle{display:block;width:296px;padding:0;line-height:45px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer; font-weight:bold;}
.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.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%;}

.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:0px 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:90px;height:90px; padding: 0; text-align:center; font-size: 22px;color:#000; background-color: rgba(11,133,198,0.85);  color:#fff;}
.nobanner .leftMenu dt{background-color: #25598b;}
.leftMenu dt .tname{ height:70px;line-height:90px;  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:0 0 0px; margin-top:10px;  line-height:normal;  border-left:4px solid  rgba(11,133,198,0.95);background: #f3f3f3;margin: 0px 0px 0px; padding:10px 0 10px; } 
.leftMenu dd.dlist{ background: #f3f3f3; padding:10px 5px 20px; } 
.leftMenu dd>ul{ padding-left:0;} 
.leftMenu dd li{padding: 0px;border-bottom: 0 solid #e6e5e5; position:relative; }
.leftMenu dd.dlist li{padding:0; } 

.leftMenu dd li a {
    display: block;  
    padding:17px 15px;
    font-size: 17px;  text-align: left;
    font-family:'Microsoft YaHei'; 
    line-height: 22px;border-left:4px solid #5990c5;  border-left:0 solid  rgba(37,89,139,0.95);
}
.leftMenu dd.dlist li a{color: #25598b;}
.leftMenu dd li a:hover, .leftMenu dd li.on a {color:rgba(124,100,44,1);color: #25598b; font-weight:bold;   text-decoration:none; }    
.leftMenu dd li.on a {border-left:4px solid #5990c5; border-left:0 solid #d6912C; background:#fff; }    
.leftMenu dd li.on:before{position: absolute;left: -4px;top: 0;width: 4px;height: 56px;content: " ";background-color: #25598b; z-index:12}

 
.leftMenu dd li.list{ margin:0 10px; padding:8px 0; border:none; border-bottom: 1px solid #e6e5e5;}
.leftMenu dd li.list a{font-size: 15px; line-height:20px;   padding: 0 0;border-left:0;color: #000; text-align:left; }
.leftMenu dd li.list a:hover{ text-decoration:underline;border-left:0; }
.leftMenu dd li.list a:hover, .leftMenu dd li.list.on a {
    color:#25598b;  
    text-decoration:none
}  

.leftMenu dd li ul{ padding: 0px 0; background-color: #fff;display:none;margin-bottom: 0;}
.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: 22px;    
    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: #25598b; 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-left: 0; padding:0;  color:#fff; height:45px; line-height:45px; overflow:hidden; font-size:20px;position: relative; border-bottom:0 solid #dedede;  } 

.infolist1 dt .tname { color: #000; display:inline-block;  height:43px;   font-size: 22px;  padding-left:10px; 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:#000;} 
.infolist1 dt .tname b{ font-weight:normal;} 
.infolist1 dt .tname i{   color:#000;} 

.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 .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:inline;overflow:hidden;margin-left: 10px; margin-top:2px; font-size:22px;font-size:20px; color: #c4c4c4;color: #cfdce5; font-family:Arial; opacity:0.9; }
.infolist1 dt .tmore{ position:absolute; top:5px; right:0; padding:0px; width:45px; height:45px; text-align:right;  }
.infolist1 dt .tmore a{ display:block; height:45px; font-size:14px;color:#000;  } 
.infolist1 dt .tmore a img{ display:block; height:28px; } 

.infolist1 dd{clear:both; padding:0 0 0 2px;padding-top: 5px;  }
 
.infolist1 dd .info{ clear:both; height:37px;line-height:37px;font-size:14px; position:relative;border-bottom: dashed 0 #eee;  padding-left:28px; }
.infolist1 dd .info:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #004A8B;
    position: absolute;
    top: 16px;
    left:8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.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: 37px;  font-family:Arial, Helvetica, sans-serif; color:#999;font-size:16px; }	
.infolist1 dd .sdate a{color:#999;color:#245987;color:#949494} 
.infolist1 dd .info:hover .sdate a{color:#1f5291}

.infolist1 dd .info.intro{height:150px; background:none; padding:0; padding-top:2px; margin-bottom:8px; border-bottom:1px #eee solid;}
.infolist1 dd .info.intro:before {display:none;}
.infolist1 dd .info.intro .simg{ position:absolute; width:200px; height:140px; }
.infolist1 dd .info.intro .simg img{ width:100%; max-height:140px;height:140px;}
.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: 220px;
    margin-right: 0;
    line-height: 36px;
    font-size:18px;
    white-space: normal;  color:#1f5291;
}
.infolist1 dd .info.intro .stitle:hover { font-weight:bold;}
.infolist1 dd .info.intro .stitle a{color:#1f5291;
}
.infolist1 dd .info.intro .scontent{ padding:8px 0 4px; margin-left:220px;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:#1f5291} 
.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} 
.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;}

.infolist1#ilist444 dd .stitle{ margin-right:0; }  
.infolist1#ilist444 dd .sdate{ display:none }	

.wrapper{padding:10px 0; }
.wrapper.wlink{ background-color:#dbdbdb; width:100%; background-color:#eee; padding:30px 0 40px; }
.infolist1#ilist26 {width:1300px; 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:1300px;  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%; height:owl-ilist26;}
#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:1300px;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*******************/
.wrapper{width:1300px;margin:0 auto; }

/*******************tj*******************/
 .tj{background: url("../img/tj.jpg")  no-repeat left center #fff;width:1300px;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}*/ 

#ilist4.infolist1 dt{ background: url("../img/news.png")  no-repeat left center; padding-left:32px; border:0} 
#ilist3.infolist1 dt{ background: url("../img/notice.png")  no-repeat left center; padding-left:32px; border:0} 
#ilist26.infolist1 dt{ background: url("../img/zhuanti.png")  no-repeat left center; padding-left:32px; border:0} 

/*******************ilist3*******************/   
 /*#ilist3.infolist1{ width:1240px;height:500px;margin:0 auto; border-top:0; overflow:visible; }*/ 
/*#ilist3.infolist1 dt{ text-align:center; height:70px;line-height: 35px;}
#ilist3.infolist1 dt .tname a{display:block; padding-top:0px; height: 35px;line-height: 35px;font-size:24px; font-family: 'Microsoft YaHei';font-weight: bold; }
#ilist3.infolist1 dt .tname a i{ background:url(../img/bg_dt.png) repeat-x  center bottom;font-style: normal;    padding:0 5px 1px;}
#ilist3.infolist1 dt .tname span{ display:block; margin:0;font-size:26px; font-family: 'Microsoft YaHei';font-family: Arial; font-weight: bold;  color: #7284a3;color: #8796af;color: #ccc; text-align:center; position:absolute; top:45px; left:auto;right:auto; width:100%;height: 32px;line-height: 32px;}

#ilist3.infolist1 dt .tmore{top:460px;right:565px;}
#ilist3.infolist1 dt .tmore a{background:url(../img/more.png) no-repeat  right center; background-size:auto 100%; color:#000; padding-right:22px; }

#ilist3.infolist1 dt .tmore a{color:#000; font-size:15px; }*/

#ilist3.infolist1 dd{  position: relative;} 
 #ilist3.infolist1 dd .info{ clear:none;height:60px;  line-height:20px;font-size:14px; background:none;border-bottom: 1px dashed #efefef;  padding-left:0; margin-left:0px; margin:5px 0 10px; padding:0 0 8px;} 
/*#ilist3.infolist1 dd .info:nth-of-type(even){ margin-left:20px;}*/
#ilist3.infolist1 dd .stitle{ font-size:16px;  overflow:hidden;text-overflow: ellipsis;white-space: nowrap; margin-left:70px; margin-right:0px; padding:2px 0; height:54px; line-height:27px; display:block; position:relative;z-index:1;}
#ilist3.infolist1 dd .stitle.new{ }  
#ilist3.infolist1 dd .stitle{ margin-left:74px;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;}
#ilist3.infolist1 dd .sdate{ position:absolute; left:0;top:0; text-align:center; width: 62px;height: 56px; line-height: 30px; padding:0px 0 0;  font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#004A8B;font-size:20px;background:#0867a8; border:1px solid #0867a8;}	
  
#ilist3.infolist1 dd .sdate i{ display:block; font-size:14px; font-style:normal; font-weight:normal;color:#222;line-height: 26px;height: 26px; background:#fafafa; position:absolute; width:100%; bottom:0px;}
#ilist3.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:1000px; 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;
    left:50%;
    bottom:30px;
    background:url(../img/ico_top.png)  no-repeat  left top ;
    margin-left: 670px;
}
#backtop:hover {
    background:url(../img/ico_top.png)  no-repeat  left -40px;
}


@media only screen and (max-width:1200px)
{
  

}