@charset "utf-8";
/* CSS Document public*/
*{font-family:Arial, Helvetica,"Microsoft Yahei", sans-serif; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{padding:0;margin:0;font-family:Arial,"Microsoft Yahei",Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased; line-height: 1; font-size:14px;overflow-x: hidden;}
html,body{min-height:100%;min-width: 1300px;} html{ overflow:-moz-scrollbars-vertical;} 
::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/ content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clearfix{*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/}
a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
video{ object-fit:cover}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.container03,.container04,.container05,.container06,.container03,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/
slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.overfloat-dot-2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.overfloat-dot-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.overfloat-dot-4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/  /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/  /*透明背景*/

.a_body{ position:relative;}
::-webkit-scrollbar {width:5px;height:5px; background:#f1f1f1}
::-webkit-scrollbar-track {border-radius:0; background:#f1f1f1}
::-webkit-scrollbar-thumb {border-radius:0; background:#333333}

input::-webkit-input-placeholder{ color:#999;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#999;}

textarea::-webkit-input-placeholder{ color:#999;}
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999;}
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}

.w100{width:100%}
.w1280{width:1280px;margin:0 auto}
.fanhui{position:fixed;right:30px;bottom: 75px;width:48px;height:48px;border-radius:50%;}

h5 a{ display:inline-block; width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
ul li:hover h5 a{ color:#ff0000}
.more a{ -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.table{ display:table; table-layout: fixed; text-align:center; width:100%; height:100%}
.table_cell{ display:table-cell; vertical-align:middle}
img{ vertical-align:middle}

/*内容样式*/
.ar_article{font-size: 14px;color: #666666;line-height:28px; margin-bottom:28px;}
.ar_article p{font-size: 14px;color: #333;line-height:28px; margin-bottom:5px;}
.ar_article img{ max-width:100%;}
.ar_article img{display:inline-block;}
.ar_article p video{margin:0 auto;}

/*百度播放器美化*/
#playercontainer_display_button,#video1_display_button,#video2_display_button{ background:none !important; height:40px; width:40px !important; border:2px solid #fff; border-radius:50%; padding:0 !important;}
#playercontainer_display_button #playercontainer_display_button_play,#video1_display_button #video1_display_button_play,#video2_display_button #video2_display_button_play{background-size: 25px;}
#playercontainer_display_button,#video1_display_button,#video2_display_button{ height:40px !important; margin-top: -20px !important;}
#playercontainer_display .cbpreview,#video1_display .cbpreview,#video2_display .cbpreview{ opacity: .75 !important;}


/* Slider */
.miso-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; z-index:0}
.miso-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.miso-list:focus { outline: none; }
.miso-loading .miso-list { background: #fff; }
.miso-list.dragging { cursor: pointer; cursor: hand; }
.miso-slider .miso-list, .miso-track, .miso-slide, .miso-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.miso-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.miso-track:before, .miso-track:after { content: ""; display: table; }
.miso-track:after { clear: both; }
.miso-loading .miso-track { visibility: hidden; }
.miso-slide { float: left; height: 100%; min-height: 1px; display: none; }
.miso-slide img { display: block; }
.miso-slide.miso-loading img { display: none; }
.miso-slide.dragging img { pointer-events: none; }
.miso-initialized .miso-slide { display: block; }
.miso-loading .miso-slide { visibility: hidden; }
.miso-vertical .miso-slide { display: block; height: auto; border: 1px solid transparent; }
/* Arrows */
.miso-prev, .miso-next {position: absolute;display: block;height: 20px;width: 20px;line-height: 0;font-size: 0;cursor: pointer;background: transparent;color: transparent;padding: 0;border: none;outline: none;top: 50%; z-index:1}
.miso-prev{ left:0}
.miso-next{ right:0}
/* Dots */
.miso-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.miso-dots li {position: relative;display: inline-block;height: 20px;width: 20px;margin: 0px 5px;padding: 0px;cursor: pointer;text-align: -webkit-right;}
.miso-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer;}
.miso-dots li button:focus { outline: none; }
.miso-dots li.miso-active a { transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}

#gotop{ position:fixed; z-index:90; bottom:80px; right:30px; box-sizing:border-box; text-align:center; cursor:pointer; -moz-transition:all .5s; -webkit-transition:all .5s; width:45px; height:45px;}
#gotop { cursor: pointer; }
.aico { background: url(../images/aicos.png);}	
.dt-arrow .aico {position: absolute;left: 50%;margin-left: -18.5px;top: 0;width: 37px;height: 19px;animation: hide-dt-f 3s infinite;}
.dt-arrow { position: relative; width: 37px; height: 44px; }
.dt-arrow:before {content: "";position: absolute;left: 50%;top: 0;bottom: 0;width: 1px;background: #a0a0a0;margin-left: -1px;}
@keyframes hide-dt-f{
	0%{ opacity: 1; transform: translateY(-10px); }
	100%{ opacity: 0; transform: translateY(-150%); }
}


@media (max-width:1920px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:15px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:14px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:13px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:12px;}}
@media (max-width:328px){html{font-size:12px;}}

/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.w1200{width: 1300px;margin:0 auto;}



.position{font-size: 12px;color: #999999;padding: 0 0 0 20px;float:  right;background: url(../images/position.png) left 3px no-repeat;line-height: 20px;}
.position span, .position a, .position i{font-size: 12px;color: #a2a2a2;margin: 0 2px;}
.position em{font-size:12px;color: #999;font-style: normal;}
.position a:hover{color: #1f499b;}




.top_header{ height:45px; line-height:45px; background:#1f499b}
.top_header .left p{ font-size:14px; color:#fff}
.top_header .right .riqi{line-height:45px;font-size:14px;color:#fff;background: url(../images/riqi.png) left 12px no-repeat;padding-left: 35px;margin-right: 20px;}
.top_header .right .ss{ cursor:pointer}

.tc2 .tc-box form{border-radius: 4px;overflow: hidden;background: #fff;height: 60px;width:100%;}
.tc2 .tc-box input[type="text"]{border: none;width: 94%;display: block;height: 60px;text-align: left;color: #434343;font-size: 14px;background:none;line-height: 60px;padding:0 20px;}
.tc2 .tc-box input[type="text"]:focus{ text-align: left;}
.tc2 .tc-box input[type="submit"]{position:absolute;right:0;top: 50%;padding: 0;z-index:2;background:url(../images/icon_search.png) center no-repeat;height: 60px;width: 70px;cursor:pointer;border:none;background-size: 20px 20px;margin-top: -30px;}
.tc2 .tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%; top: 0;left: 0;z-index:999;}
.tc2 .tc{ pointer-events: none;  filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity:0;   opacity:0;transform:scale(1.1);}
.tc2 .tc.act{ filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity: 1;   pointer-events: auto;transform:scale(1);}
.tc2 .close:hover{ transform:rotate(180deg);}
.tc2 .close,.tc{ transition:all ease 400ms; -moz-transition:all ease 400ms; -ms-transition:all ease 400ms; -o-transition:all ease 400ms; -webkit-transition:all ease 400ms; } 
.tc2 .tc-box{position:absolute;border-radius: 4px;overflow: hidden;top:50%;z-index:9999;background: #fff;height: 60px;width: 50%;left:50%;margin-left: -25%;margin-top:-40px;}
.tc2 .tc.act{display: block; }
.tc2 .close{position: absolute; cursor:pointer;font-size: 20px;right: 30px;top: 30px; }
.tc2 .tc-bg {height: 100%;background: rgba(0,0,0,.6);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}

header{ height:140px;}
header .logo{ line-height:140px;}
header .right{padding: 35px 0 0 40px;background: url(../images/deng.png) left 30px no-repeat;}
header .right h4{font-size:18px;color:#1f499b;margin-bottom: 8px;}
header .right h4 big{font-size:24px;vertical-align: bottom;}
header .right h3{font-size:30px;color:#1f499b;font-style: italic;}

#nav{height: 50px;position:relative;z-index:1;background: #1f499b;}
.navBox ul {font-size: 0;}
.nav li {width: 12.5%;text-align: center;position: relative;display: inline-block;}
.nav a {display: block;position: relative;padding: 0;line-height: 50px;font-size: 18px;perspective: 300px;transform-style: preserve-3d;z-index: 10;}
.nav a .bg {position: absolute;width: 100%;display: block;height: 100%;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;-webkit-transform: rotateX(50deg);transform: rotateX(50deg);z-index: -1;transform-origin: center bottom 0;-webkit-transform-origin: center bottom 0;left: 0;opacity: 0;bottom: 0;visibility: hidden;}
.nav a .txt img{margin:-4px 10px 0 0;vertical-align: middle;}
.nav a .txt img.img02{ display:none}
.nav a .txt {position: relative;z-index: 2;color: #fff;display: inline-block;line-height: 36px;border-radius: 10px;vertical-align: middle;transition: 0.36s;}
.nav .active a .bg,.nav .on a .bg {transform: none;opacity: 1;visibility: visible;bottom: 0;background: #2757b5;}
.nav .active a .txt,.nav .on a .txt {color: #fff;}
.navBox .arrow { position: absolute; left: 0px; top: 75px; height: 4px; display: block; background-color: #e62129; }
.subNavbox a:link, .subNavbox a:visited {color: #1f499b;}
.subNavbox a:active, .subNavbox a:hover {color: #fff;background: #1f499b;}
.subNavbox {position: absolute;left: 0px;top: 50px;width: 100%;background-color: #ffffff;box-shadow: 1px 2px 5px 0 rgba(88, 88, 88, 0.2);display: none;text-align: center;padding: 0;z-index: 0;}
.subNavbox p {line-height: 1.2;}
.subNavbox p a {line-height: 0;height: auto;padding: 22px 5px;font-size: 16px;transition: 0.36s;}
.nav a:hover .txt img.img01{ display:none}
.nav a:hover .txt img.img02{ display:inline-block}


body.fixed #nav{position:fixed;width: 100%;top: 0;box-shadow:0 2px 3px rgba(0,0,0,0.15);}

#banner{width: 100%;overflow:  hidden;z-index: 0;background:#252525;position:relative;}
#banner .miso-slide{display: block;height:100%;overflow: hidden;text-align:center;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
#banner .miso-slide img{ display: block; width:100%}
#banner .miso-prev,
#banner .miso-next{width:46px;height:100px;z-index: 10000;margin-top: -40px;}
#banner .miso-prev{left: 1rem;background:url(../images/banner_prev.png) center center no-repeat;transition:0.36s;}
#banner .miso-next{right: 1rem;background:url(../images/banner_next.png) center center no-repeat;transition:0.36s;}
#banner .miso-dots{bottom: 40px;}
#banner .miso-dots li{text-align:center;margin: 0;padding: 0 45px;border-bottom: rgba(255,255,255,0.35) 1px solid;font-size: 14px;width: auto;line-height: 26px;height: 26px;}
#banner .miso-dots li button{color:#fff;font-size:14px;padding:0;display: block;height: 44px;padding-bottom: 24px;border-bottom:rgba(255,255,255,0) 2px solid;}
#banner .miso-dots li.miso-active button{ border-bottom:#fff 2px solid}

.title00{height: 34px;margin-bottom: 12px;}
.title00 h4 {display: inline-block;font-size: 22px;color: #000000;border-bottom: solid 3px #1f499b;float:left;padding-right:8px;height: 34px;}
.title00 a {line-height: 32px;font-size: 14px;color: #000000;float:right;transition:0.36s;}
.title00 a:hover{ color:#004fa8}

.container01 { padding:40px 0}
.container01 .left{width: 395px;margin-right: 25px;}
.container01 .left ul li{line-height: 45px;border-bottom: #d2d2d2 1px dashed;}
.container01 .left ul li a font{font-size: 16px;color: #333333;display:inline-block;width: calc(100% - 60px);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition:0.36s;vertical-align: top;padding-left: 15px;position: relative;}
.container01 .left ul li a font:before{content:"";position:absolute;top:50%;margin-top: -5px;left:0;width: 10px;height: 6px;transition:0.36s;background:url(../images/icon_right.png) center no-repeat;border-radius: 50%;}
.container01 .left ul li a span{float:right;font-size: 12px;color: #333333;font-family: "Microsoft Yahei";}



.container01 .center{ width:420px;}
.container01 .center ul li.miso-slide a{display:block;width: 100%;height:322px;position:relative;}
.container01 .center ul li.miso-slide a .img, .container01 .center ul li.miso-slide a .img img{width: 420px;height:322px;overflow:hidden;object-fit: cover;}
.container01 .center ul li.miso-slide a h5{width: 100%;height: 40px;line-height: 40px;background: rgba(0,0,0, 0.6);padding: 0 15px;font-size: 16px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;position: absolute;left:  0;bottom: 0;text-align: center;}
.container01 .center ul .miso-prev,.container01 ul .miso-next{ width:38px; height:70px; margin-top:-40px;}
.container01 .center ul .miso-prev{ background:url(../images/left01.png) center no-repeat; left:0}
.container01 .center ul .miso-next{ background:url(../images/right01.png) center no-repeat; right:0}

.container01 .right{width: 440px;}
.container01 .right ul li{line-height: 44px;border-bottom: #d2d2d2 1px dashed;}
.container01 .right ul li .span01{display:inline-block;width: 60px;line-height: 20px;height: 20px;font-size: 12px;color: #333333;transition:0.36s;position:relative;background: #fff;text-align: center;margin: 12px 0;; border-radius:10px}
.container01 .right ul li .span01:before{content:"";position:absolute;right:0;top:50%;width:1px;height:14px;margin-top:-7px;}
.container01 .right  ul li a font{font-size: 16px;color: #333333;display:inline-block;width: calc(100% - 60px);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition:0.36s;vertical-align: top;padding-left: 15px;}


.n_container{padding: 50px 0 30px;}
.n_title{position:relative;/* height: 50px; *//* line-height: 50px; */margin: 0;overflow:hidden;border-bottom: #dcdcdc 1px solid;margin-bottom: 24px;padding-bottom: 15px;}
.n_title b{font-size: 22px;color: #1f499b;font-weight:  bold;line-height:30px;}
.n_title h1{font-size: 20px;display:inline-block;color: #575757;line-height: 24px;}

.position span, .position a, .position i{font-size: 12px;color: #a2a2a2;margin: 0 2px;}
.position em{font-size:12px;color: #999;font-style: normal;}
.position a:hover{color: #1f499b;}

.n_left{width: 260px;border:  #e5e5e5 1px solid;}

.erji{}
.erji h1{height:80px;line-height:80px;background: #1f499b;padding:0 40px;text-align:center;font-weight:bold;font-size:26px;color:#fff;}
.erji h1 img{ margin:-3px 10px 0 0}
.erji ul{padding: 20px 20px 0;}
.erji ul li{height: 40px;line-height: 40px;margin-bottom: 20px;}
.erji ul li a{display:inline-block;width:100%;height: 40px;background: #f3f3f3 url(../images/xy.png) 22px center no-repeat;padding: 0 0 0 50px;color: #333333;font-size: 16px;border-radius: 8px;}
.erji ul li a:hover,.erji ul li.on a{background: #1f499b url(../images/xy_on.png) 22px center no-repeat;color: #fff;}

.n_right{width: 1000px;padding: 0px 15px;}

.n_list.liebiao ul li{height: 42px;line-height: 42px;}
.n_list.liebiao ul{ margin-bottom:50px;}

.liebiao ul li a{color:#404040;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:0.36s;position:relative;padding-left: 0;}
.liebiao ul li a:before{content:"";position:absolute;top:50%;margin-top: -5px;left:0;width: 6px;height: 10px;transition:0.36s;}
.liebiao ul li a font{display:inline-block;max-width: 74%;font-size: 15px;color: #323232;position:relative;padding-left: 0;transition:0.36s;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-right: 8px;}
.liebiao ul li a img{ display:inline-block}
.liebiao ul li a span{float:right;font-size:12px;color: #999999;}
.liebiao ul li a .span{float: none;display:inline-block;width:36px;height:20px;line-height: 20px;background:#b1c2bd;border-radius:2px;vertical-align: middle;text-align: center;font-size: 14px;color: #fff;margin-right: 12px; transition:0.36s}
.container06 .fl02 ul li a:hover{ transform:translateY(-20px)}
	
.liebiao ul li a:hover font{ padding-left:4px; color:#1f499b}
	

.n_detail .ar_title{padding-bottom: 0;margin-bottom: 24px;padding: 0 0 26px;border-bottom:  #e6e6e6 1px solid;text-align: center;}
.n_detail .ar_title h3{font-size: 24px;color: #000000;margin-bottom: 15px;padding: 0;line-height: 48px;font-weight:  bold;}
.n_detail .ar_title h6 span{position:relative;font-size: 12px;color: #999999;display:inline-block;font-weight:normal;margin: 0 5px;}
.n_detail .ar_title h6 span i{position:absolute;left:0;bottom: -3px;width:100%;height: 3px;}
.n_detail .ar_title h6{vertical-align: top;text-align: center;} 

#ar_fot{position:relative;padding: 24px 0;box-sizing: border-box;width: 100%;margin-top: 30px;border-top: #e6e6e6 1px solid;}
#ar_fot h1{display:block;width: 100%;font-size: 16px;line-height: 32px;color: #333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#ar_fot h1 span{color: #333333;}
#ar_fot h1 a{font-size: 16px;color: #333333;font-weight:normal;}
#ar_fot .bnt_back{ position:absolute; top:28px; right:0; color:#fff; background:#063579; padding:0 25px; font-size:14px; height:30px; line-height:30px;}
#ar_fot .bnt_back:hover{ border-radius:3px;}
#ar_fot h1 a:hover{color: #1f499b;}

.n_banner{ position:relative}
.n_banner img{position:relative;width:1920px;left:50%;margin-left:-960px;height:400px;object-fit: cover;}


.n_tu ul {font-size:0;padding: 0;margin: 40px -15px;}
.n_tu ul li {display:inline-block; *display:inline; *zoom:1;width: 33.333333%;padding: 0 15px; text-align:center; margin-bottom:15px}
.n_tu ul li a{ display:block; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.n_tu ul li .img,.n_tu ul li .img img{ width:260px; height:192px; overflow:hidden}
.n_tu ul li h5{ height:50px; font-size:16px; color:#000000; line-height:50px; padding:0 15px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.n_tu ul li a:hover{ box-shadow:0 0 10px rgba(0,0,0,0.35); transform:scale(1.05);}

.n_tu_wz ul li{margin-bottom: 35px;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.n_tu_wz ul li a{display:block;transition:0.6s;/* overflow: hidden; */}
.n_tu_wz ul li a:hover{box-shadow:0 0 10px rgba(0,0,0,0.35);}
.mz_container03 ul li a:hover h4{ padding:0 10px}

.n_tu_wz ul .img,.n_tu_wz ul img{float:left;width: 255px;height: 178px;overflow:hidden;object-fit: cover;}
.n_tu_wz ul .con{box-sizing: border-box;float:right;width: 715px;overflow:hidden;border:  #e5e5e5 1px solid;padding: 18px 20px;height: 178px;}
.n_tu_wz ul .con h4{font-size: 16px;color:#000000;line-height:26px;height: 52px;overflow:hidden;margin-bottom: 8px;text-overflow: ellipsis;}
.n_tu_wz ul .con h4 a{ font-size:16px; color:#000000; }
.n_tu_wz ul .con p{font-size: 12px;line-height:20px;overflow:hidden;height: 40px;color:#808080;margin-bottom: 16px;}
.n_tu_wz ul .con span{display:inline-block;width:82px;height:24px;line-height:24px;text-align:center;font-size:12px;color: #808080;background: #e5e5e5;transition: 0.36s;}
.n_tu_wz ul li a:hover .con span{ background:#1f499b; color:#fff}
.n_tu_wz ul li a:hover .con h4{color:#1f499b;}

.container02{ margin-bottom:40px;}
.container02 ul{ margin:0 -1.5rem}
.container02 ul li{ float:left; padding:0 1.5rem; width:33.333333%}
.container02 ul li a{ display:block; position:relative}
.container02 ul li a .img{ width:100%; padding-bottom:30%; position:relative; overflow:hidden}
.container02 ul li a .img img{ position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%}
.container02 ul li a .top{ position:absolute; top:0; right:0; bottom:0; left:0}
.container02 ul li a .top h5{ font-size:1.75rem; color:#fff; position:relative; padding-bottom:1rem}
.container02 ul li a .top h5:before{ content:""; position:absolute; bottom:0; width:2.5rem; height:2px; background:#fff; left:50%; margin-left:-1.25rem}

.container03{ padding:30px 0 15px; background:#f7f7f7}
.container03 .title00{ margin-bottom:20px}
.container03 .left{ width:270px;}
.container03 .left ul{ font-size:0; margin:0 -15px}
.container03 .left ul li{ display:inline-block; width:50%; padding:0 15px; margin-bottom:12px}
.container03 .left ul li a{width:100%;height:90px;background:#1f499b;display: block;border-radius: 8px;}
.container03 .left ul li h3{ display:inline-block; vertical-align:middle;}
.container03 .left ul li h3{height: 50px;}
.container03 .left ul li h3 img{ max-height:44px; transition:0.6s}
.container03 .left ul li p{font-size:14px;color:#fff;text-align:center;}

.container03 .center{ width:475px; margin-left:40px}
.container03 .first{overflow: hidden;margin-bottom: 14px;}
.container03 .first a{display:block;overflow: hidden;}
.container03 .first .img, .container03 .first .img img{width: 180px;height: 120px;overflow:hidden;float: left;object-fit: cover; position:relative}
.container03 .first .con{float:right;width: 270px;padding: 15px 0 0;}
.container03 .first h5{font-size: 16px;color:#333333;height: 52px;line-height:26px;overflow:hidden;margin: 0px 0 16px;transition:0.36s;letter-spacing: 0px;}
.container03 .first h6{font-size: 12px;color: #808080;line-height:22px;overflow:hidden;font-family: "Microsoft Yahei";}
.container03 .first h6 img{ margin:-3px 5px 0 0}
.container03 .title01{ margin-bottom:20px}
.container03 .box{ margin-bottom:25px}
.container03 ul.ul li{height: 39px;line-height: 40px;}
.container03 ul.ul li a{color:#404040;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:0.36s;position:relative;padding-left: 0;font-size: 16px;}
.container03 ul.ul li a font{display:inline-block;width: 82%;font-size: 16px;color: #333333;position:relative;transition:0.36s;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left: 18px;}
.container03 ul.ul li a:before{content:"";position:absolute;top:50%;margin-top: -12px;left:0;width: 6px;height: 6px;transition:0.36s;background: #004fa8;border-radius: 50%;}
.container03 ul.ul li a span{float:right;font-size: 12px;color: #333333;font-family: "Microsoft Yahei";}

.container03 .right{ width:485px; }

.container04{ padding:15px 0 35px; background:#f7f7f7}
.container04 .left{ width:270px;}
.container04 .left ul.ul li{height: 28px;line-height: 28px;}
.container04 .left ul.ul li a:before{margin-top: -8px;}
.container04 .center{ width:475px; margin-left:40px}
.container04 .right{ width:485px; }
.container04 ul.ul li{height: 40px;line-height: 40px;}
.container04 ul.ul li a{color:#404040;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:0.36s;position:relative;padding-left: 0;font-size: 16px;}
.container04 ul.ul li a font{display:inline-block;width: 82%;font-size: 16px;color: #333333;position:relative;transition:0.36s;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left: 18px;}
.container04 ul.ul li a p{display:inline-block;width: 82%;font-size: 16px;color: #333333;position:relative;transition:0.36s;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left: 18px;}
.container04 ul.ul li a:before{content:"";position:absolute;top:50%;margin-top: -12px;left:0;width: 6px;height: 6px;transition:0.36s;background: #004fa8;border-radius: 50%;}
.container04 ul.ul li a span{float:right;font-size: 12px;color: #333333;font-family: "Microsoft Yahei";}

.container05 { padding:40px 0}
.container05 .title00{ margin-bottom:20px}
.container05 .left{width: 395px; margin-left:30px}
.container05 .left ul{ margin-top:-6px}
.container05 .left ul li{line-height: 45px;border-bottom: #d2d2d2 1px dashed;}
.container05 .left ul li a font{font-size: 16px;color: #333333;display:inline-block;width: calc(100% - 60px);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition:0.36s;vertical-align: top;padding-left: 15px;position: relative;}
.container05 .left ul li a font:before{content:"";position:absolute;top:50%;margin-top: -3px;left:0;width: 10px;height: 5px;transition:0.36s;background:url(../images/icon_right.png) center no-repeat;border-radius: 50%;}
.container05 .left ul li a span{float:right;font-size: 12px;color: #333333;font-family: "Microsoft Yahei";}

.container05 .center{ width:560px;}
.container05 .center ul li.miso-slide a{display:block;width: 100%;height:270px;position:relative;}
.container05 .center ul li.miso-slide a .img, .container05 .center ul li.miso-slide a .img img{width:560px;height:270px;overflow:hidden;object-fit: cover;}
.container05 .center ul li.miso-slide a h5{width: 100%;height: 40px;line-height: 40px;background: rgba(0,0,0, 0.6);padding: 0 15px;font-size: 16px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;position: absolute;left:  0;bottom: 0;text-align: center;}
.container05 .center ul .miso-prev,.container05 ul .miso-next{ width:38px; height:70px; margin-top:-40px;}
.container05 .center ul .miso-prev{ background:url(../images/left01.png) center no-repeat; left:0}
.container05 .center ul .miso-next{ background:url(../images/right01.png) center no-repeat; right:0}

.container05 .right{width:280px;padding: 0 15px;}
.container05 .right ul li{line-height: 44px;border-bottom: #d2d2d2 1px dashed;}
.container05 .right ul li .span01{display:inline-block;width: 60px;line-height: 20px;height: 20px;font-size: 12px;color: #333333;transition:0.36s;position:relative;background: #fff;text-align: center;margin: 12px 0;; border-radius:10px}
.container05 .right ul li .span01:before{content:"";position:absolute;right:0;top:50%;width:1px;height:14px;margin-top:-7px;}
.container05 .right  ul li a font{font-size: 16px;color: #333333;display:inline-block;width: calc(100% - 60px);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition:0.36s;vertical-align: top;padding-left: 15px;}

.container05 .right .lianjie{ padding:5px 0 0}
.container05 .right .lianjie .box{margin-bottom: 17px;}
.container05 .right .lianjie .box .rr{width: 100%;font-size:14px;color: #333333;height: 37px;line-height: 35px;border: #999999 1px solid;padding: 0 3rem 0 1.25rem;position:relative;border-radius: 17.5px; cursor:pointer}
.container05 .right .lianjie .box .rr dt{ overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.container05 .right .lianjie .box .rr img{position:absolute;right: 22px;top: 13px;}
.container05 .right .lianjie .box .con .dl{position:absolute;bottom: 37px;left: 0;background: #1f499b;padding: 10px 12px;display:none;width: 100%;z-index:2;box-shadow: 0 0 15px rgba(0,0,0,0.15);border-radius: 17.5px;}
.container05 .right .lianjie .box .con .dl dd{font-size: 13px;line-height:30px;height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color: #fff;}
.container05 .right .lianjie .box .con .dl dd a{ color:#fff}
.container05 .right .bottom{ text-align:center}
.container05 .right .bottom a{ display:inline-block; width:240px; height:100px; background:#1f499b; border-radius:10px; font-size:24px; color:#fff; box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.25); transition:.36s}
.container05 .right .bottom a img{ margin:-3px 20px 0 0}

.container06{ margin-bottom:40px;}
.container06 .left{ width:460px;}
.container06 .left .img, .container06 .left .img img{ width:460px; height:150px; overflow:hidden}

.container06 .right{ width:800px;}
.container06 .right .img, .container06 .right .img img{ width:800px; height:150px; overflow:hidden}

.container07{width:100%;height: 150px;background:#1f499b;}
.container07 .left01{line-height:147px;}
.container07 .left02{padding: 45px;margin-left:120px;}
.container07 .left02 p{text-align: center;font-size:14px;color:#fff;line-height: 30px;}
.container07 .right{padding: 20px 0 0;}
.container07 .right p{text-align: center;font-size:14px;color:#fff;line-height: 30px;}



/*==========================================内页 结束=============================================*/

/* aos="fade-up" aos-duration="1200" */
@media(min-width: 768px){
	.container01 .right ul li a:hover .span01{ background:#1f499b; color:#fff}
	.container01 .right ul li a:hover font{ color:#1f499b; font-weight:bold}
	
	.container01 .left ul li a:hover font, .container05 .left ul li a:hover font{ color:#1f499b; font-weight:bold; padding-left:20px}
	
	.container03 .first h5:hover{ color:#1f499b;}
	.container03 ul.ul li a:hover font, .container04 ul.ul li a:hover font{ padding-left: 22px; color:#1f499b;}
	
	.container03 .left ul li a:hover h3 img{ transform:rotateY(180deg)}
	
	.container02 ul li a:hover .img img{ transform:scale(1.05)}
	
	.container05 .right .bottom a:hover{ box-shadow: 1px 1.732px 30px 0px rgba(0, 0, 0, 0.25);}
}


@media(min-width: 992px) and (max-width: 1300px){
}

@media(max-width: 1600px){
}

@media(max-width: 1450px){
}

@media(max-width: 1400px){
}

@media(max-width: 1330px){
}

@media(max-width: 1200px){
	
}

@media(max-width: 1060px){

	
}

@media(max-width: 992px){
	#gotop{right:0;transform:scale(0.6);bottom: 2rem;}

}

@media(max-width: 768px){
	
}

@media(max-width: 456px){
	
}