@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: 1200px;} 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执行，其他浏览器不执行*/}

input,button,textarea {background: none; outline: none;border: none;-webkit-appearance:none; border-radius:0}
input:focus {border: none;}

.img_zd{ position:relative; width:100%}
.img_zd .img_hezi{padding-bottom: 67.80% !important;}
.img_zd>img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;height: 100%;width: 100%;}

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,.container01 ,.container03,.container04,.container05,.container06,.container07,.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;}
.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: 16px;color: #333333;line-height: 32px;margin-bottom:28px;}
.ar_article img{ max-width:100%;}
.ar_article img{display:inline-block;}

/*百度播放器美化*/
#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; }
.miso-dots li button {border: 0;background: transparent;display: block;height: 50px;width: 45px;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; }
#gotop svg{width:100%;height:100%;fill: #225da0;}
 

@font-face{ font-family:zihun; src:url(../font/zihun.ttf);}
@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: 1200px;margin:0 auto;}

a{ color:inherit}
.header_top{ width:100%; height:180px; line-height:180px; background:url(../images/header_bg2.jpg) center no-repeat;}
.header_top .logo{width:501px;}
.header_top .logo img{width:501px;height:89px;object-fit: cover;}
.header_top .right{ margin-top:30px;}
.header_top .right ul{  height:30px; line-height:30px;}
.header_top .right ul li{ display:inline-table; font-size:16px; color:#fff; padding:0 20px; position:relative;}
.header_top .right ul li:after{ position:absolute; content:""; width:1px; height:16px; background:#fff; right:0px; top:7px;}
.header_top .right ul li img{margin-left:10px;cursor: pointer;}
.header_top .right ul li:last-child:after{display:none;}
.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: 9999;}
.tc2 .tc{pointer-events: none;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transform:scale(1.1);visibility: hidden;}
.tc2 .tc.act{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;pointer-events: auto;transform:scale(1);visibility: visible;}
.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;}


#nav{height: 60px;position:relative;z-index:1;background: #002147;}
.navBox ul {font-size: 0;}
.nav li {height: 60px;width: 11.1%;text-align: center;position: relative;display: inline-block;}
.nav a {display: block;position: relative;padding: 0;line-height: 58px;font-size: 22px;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(70deg);transform: rotateX(70deg);z-index: -1;transform-origin: center bottom 0;-webkit-transform-origin: center bottom 0;left: 0;opacity: 0;bottom: -12px;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;font-size: 18px;color: #fff;display: inline-block;}
.nav .active a .bg,.nav .on a .bg {transform: none;opacity: 1;visibility: visible;bottom: 0;background: #0f3a6b;}
.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: #fff;}
.subNavbox a:active, .subNavbox a:hover {color: #fff;background: #0f3a6b;}
.subNavbox {position: absolute;left: 0px;top: 60px !important;width: 100%;background-color: #002147;box-shadow: 1px 2px 2px 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: 15px;transition: 0.36s;}
.nav a:hover .txt img.img01{ display:none}
.nav a:hover .txt img.img02{ display:inline-block}
.subNavbox .subNavbox1{position:absolute;left:100%;width: 150px;top:0;background-color: #002147;opacity:0;visibility:hidden;transition:.6s;}
.subNavbox .subNavbox1 .p a{font-size:14px;height: 44px;line-height: 44px;}
.nav a:hover .txt img.img01{ display:none}
.nav a:hover .txt img.img02{ display:inline-block}
.subNavbox:hover .subNavbox1{ opacity:1; visibility:visible}

#banner{width: 100%;height: 550px;overflow:  hidden;z-index: 0;position: relative;}
#banner .w1200{ position:relative}
#banner .w1200:after{content:"";background:url(../images/fangge.png) center no-repeat;width:103px;height:109px;position: absolute;bottom: -42px;left: -54px;} 
#banner .bg{width: 100%;background:rgba(0,0,0,0.6);top:0;bottom:0;z-index:1000;position: absolute;}
#banner a{ display:block; width:1920px; height:550px; left:50%; position:relative; margin-left:-960px}
#banner .img{ box-shadow: 0px 1px 49px 0px rgba(0, 0, 0, 0.56); }
#banner .img,#banner .img img{width:548px;height:334px;overflow:hidden;object-fit:cover;border-radius: 0 18px 0 18px;}
#banner .miso-prev:hover,
#banner .miso-next:hover{ opacity:1}
#banner .miso-dots{z-index:0;bottom: 30px;text-align:center;width:1200px;left:50%;margin-left:-600px;padding:0 20px;}
#banner .miso-dots li{bottom:0px;border-radius:50%;margin: 0px 22px;background:url(../images/dot.png) center no-repeat;height: 49px;width: 45px;transition: 0.36s;}
#banner .miso-dots li.miso-active{background: url(../images/dot_on.png) center no-repeat;bottom:10px;}

.container01{padding: 70px 0 58px;}
.container01 .left{overflow: hidden;width:575px;position:relative;}
.container01 .left .img, .container01 .left .img img{ width:575px; height:431px; overflow:hidden; object-fit:cover;}
.container01 .left h5{height:50px;background:rgba(0,0,0,0.55);font-size:18px;color:#fff;line-height:50px;text-align:left;padding:0 30px;width: calc(100% - 100px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;left:0px;bottom:0px;}
.container01 .left h6{position:absolute;left:14px;top: -117px;width:104px;height:188px;line-height: 60px;border-radius:52px;background:rgba(31,101,222,0.6);font-size:16px;color:#fff;text-align:center;padding-top: 117px;overflow: hidden;}

.container01 .left .miso-prev,
.container01 .left .miso-next{width:50px;height:50px;z-index: 10000;top: auto;bottom: 0px;}
.container01 .left .miso-prev{left: auto;right:50px;background:url(../images/container_prev.png) center center no-repeat;transition:0.36s;}
.container01 .left .miso-next{right:0;background:url(../images/container_next.png) center center no-repeat;transition:0.36s;}


.titile001{cursor: pointer;position: relative;height:44px;line-height: 36px;border-bottom:solid 1px #8a96a4;text-align:left;margin-bottom: 30px;}
.titile001 h5{font-size:24px;color:#002147;font-weight:bold;}
.titile001:before{position:absolute;left:0px;bottom: -1px;content:"";width:120px;height:3px;background:#1f65de;}
.titile001 h5 font{ font-size:18px; font-weight:bold;color:#adadad; text-transform:uppercase; font-style:italic;}
.titile001 a{top: 0px;position:absolute;right:0px;font-size:16px;color:#002147;} 
.container01 .right{ width:580px;}
.container01 .con ul li{margin: 0 0 15px;padding: 0 0;}
.container01 .con ul li a{display: block;}
.container01 .con .date{width:80px;height:30px;background:#8a96a4;line-height:30px;text-align:center;transition: .36s;}
.container01 .con ul li:hover .date{ background:#053f83;color:#fff;}
.container01 .con .date h6{ font-size:18px; color:#fff;}
.container01 .con .text{width: calc(100% - 106px);height:30px;line-height:30px;}
.container01 .con .text h4{ font-size:16px; color:#444444;  }
.container01 .con .text:hover h4{ color:#053f83;}
.container01 .con .new1 {margin: 0 0 10px 0;border-bottom:solid 1px #cfd3d7;padding: 0 0 10px;}
.container01 .con .new1 a{display: block;}
.container01 .con .new1 .date{width:80px;height:80px;background:#1f65de;text-align:center;padding: 0;line-height: inherit;}
.container01 .con .new1 .date h5{line-height: 30px;font-size:30px;color:#fff;margin-bottom: 4px;}
.container01 .con .new1 .date h6{font-size:14px;color:#fff;}
.container01 .con .new1 .text{width: calc(100% - 106px);}
.container01 .con .new1 .text h4{ font-size:16px; color:#053f83; line-height:36px; }
.container01 .con .new1 .text p{font-size:14px;color:#444444;line-height:20px;height:40px;opacity: .7;}


.container02{width:100%;background:url(../images/container02_bg.jpg) center no-repeat;padding: 70px 0;}
.container02 .titile{ margin-left:78px}
.container02 .pic{ width:960px;}
.container02 .pic ul{font-size:0; margin:0 -15px;}
.container02 .pic ul li{ position:relative; width:33.33333%; padding:0 15px; float:left; margin:11px 0;}
.container02 .pic ul li a{ display:block; position:relative}
.container02 .pic .img,.container02 .pic .img img{ width:300px; height:169px; overflow:hidden; object-fit:cover;}
.container02 .pic .top{ position:absolute; height:40px; right:10px; bottom:10px; left:10px; transition:.6s}
.container02 .pic .top:before{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:#9b781c; transition:.6s}
.container02 .pic .top h5{ font-size:20px; color:#fff; font-weight:bold; position:relative;}
.container02 .pic .top img{ opacity:0; visibility:hidden; position:relative; margin-top:0; height:0; transition:.6s}

.container02 .pic ul li:nth-child(2) .top:before{ background:#399ca8}
.container02 .pic ul li:nth-child(3) .top:before{ background:#5e7259}
.container02 .pic ul li:nth-child(4) .top:before{ background:#618cd8}
.container02 .pic ul li:nth-child(5) .top:before{ background:#805478}
.container02 .pic ul li:nth-child(6) .top:before{ background:#7c101f}


.container03{ padding:60px 0 80px 0;}
.container03 .left{width:575px;}
.container03 .left .con .top{margin-bottom: 30px;}
.container03 .left .con .top a{ display:block;}
.container03 .left .con .top .img, .container03 .left .con .top .img img{margin-right: 20px;width:200px;height:113px; overflow:hidden;}
.container03 .left .con .top .text{background:#f3f2f2;padding:20px 20px 20px 0;}
.container03 .left .con .top .text h5{font-size:16px;color:#002147;line-height:24px;height:24px;margin-bottom: 9px;}
.container03 .left .con .top .text p{ font-size:14px; color:#888888; height:40px; line-height:20px;}
.container03 .left .con .bottom{}
.container03 .left .con .bottom ul li{width:100%;height:80px;background:#f3f2f2;margin-top:16px;position:relative;padding:10px 20px;transition: 0.36s;}
.container03 .left .con .bottom ul li a{ display:block; }
.container03 .left .con .bottom ul li:before{ position:absolute; content:"";width:6px; height:100%; background:#1f65de; border-radius:0 3px 3px 0; left:0px; bottom:0px;}
.container03 .left .con .bottom ul li h6{ width:80px; height:20px; line-height:20px; font-size:16px; color:#1f65de; text-align:center; background:#e3e8ef; border-radius:10px; margin-bottom:8px;}
.container03 .left .con .bottom ul li h5{ font-size:16px; color:#444444; line-height:24px;}
.container03 .right .con{background:url(../images/container03_bg.jpg) center no-repeat;width:575px;height:414px; padding:70px 10px}
.container03 .right .con .img{width: 375px;height: 270px;overflow:hidden;position: relative;margin-left: -50px;}
#container01{ width:100%; height:100%;}
.container03 .right .con .time{width: 215px;}
.container03 .right .con .time ul li{margin: 6px 0 30px 0;}
.container03 .right .con .time h4{ font-size:18px; color:#002147;}
.container03 .right .con .time h4 img{margin-right: 10px;}
.container03 .right .con .time p{ font-size:16px; color:#444444; line-height:24px; margin-left:36px;}


.container04{background: #e3e8ef;padding: 26px 0;}
.container04 .left{font-size: 24px;color: #333;width:130px;line-height: 30px;}
.container04 .left img{ margin:0 8px 0 0}
.container04 .right{width: calc(100% - 130px - 140px);}
.container04 .right ul{ font-size:0}
.container04 .right ul li{display:inline-block;font-size: 16px;color: #333;line-height: 30px;margin: 0 28px;transition:.36s;}

.container04 .right1 .lianjie{padding: 0;}
.container04 .right1 .lianjie .box .rr{width: 140px;font-size: 16px;color: #333;height: 30px;line-height: 28px;padding: 0 3rem 0 10px;position:relative;}
.container04 .right1 .lianjie .box .rr dt{ overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.container04 .right1 .lianjie .box .rr img{position:absolute;right: 12px;top: 11px;}
.container04 .right1 .lianjie .box .con .dl{position:absolute;bottom:30px;right: -1px;background: #073f80;padding: 10px 12px;display:none;width: 160px;z-index:2;box-shadow: 0 0 15px rgba(0,0,0,0.15);border-radius: 0;}
.container04 .right1 .lianjie .box .con .dl dd{font-size: 12px;line-height:30px;height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color: #fff;}
.container04 .right1 .lianjie .box .con .dl dd a{ color:#fff}

footer{background:url(../images/footer_bg.jpg) center no-repeat;height:185px;padding: 60px 0;}
footer .img{ width:501px; height:89px;}
footer p{width:570px;font-size:16px;color:#ffffff;line-height:32px;height:64px;text-align:right;}


.n_banner{ height:300px; background:#f1f1f1}
.n_banner img{ width:100%; height:300px;}

.n_detail{min-height:700px;}











.n_container{padding: 46px 0 30px 0;overflow: hidden;}
.n_container .w1200{}
.n_container .n_left{background: #f3f2f2;float:left;width: 255px;position: relative;z-index: 1;}
.n_container .n_left .con{height: 450px;border-left: #0b4282 10px solid;border-top: none;}
.n_container .n_left h1{height:80px;line-height:80px;background:url(../images/left_logo.jpg) center no-repeat;font-size: 24px;color:#fff;padding: 0 25px;font-weight: bold;}
.n_container .n_left h1 span{position:relative;}
.n_container .n_left h1 span:before{content:"";position: absolute;bottom: -18px;width: 1.875rem;height:1px;background:#fff;left: 50%;margin-left: -0.9375rem;display: none;}
.n_container .n_left ul{padding: 0px 0;height: auto;background: #f3f2f2 url(../images/left_bg.jpg) center bottom no-repeat;padding-bottom: 372px;position: relative;}
.n_container .n_left .con ul li{padding-left: 16px;line-height: 60px;font-size: 20px;color: #333333;position:relative;z-index: 1;}
.n_container .n_left .con ul li.on dl{display:block !important;}

.n_container .n_left .con ul li:before{content:"";position:absolute;bottom:0;left: 0;right: 0;height:1px;background: #d8d8d8;}
.n_container .n_left .con ul li a img{ margin:-3px 14px 0 0}
.n_container .n_left .con ul li a:before{content:"";width: 6px;height: 0;background:transparent;position:absolute;left: -6px;top: 0;transition:0.6s;}
.n_container .n_left .con ul li.on>a:before, .n_container .n_left .con ul li:hover>a:before{}
.n_container .n_left .con ul li:after{content:"";width:7px;height:11px;background:url(../images/left_jiantou.png) center no-repeat;position:absolute;right: 15px;top: 50%;transition:0.36s;margin-top: -5.5px;display: none;}
.n_container .n_left .con ul li.on:after, .n_container .n_left .con ul li:hover:after{background: url(../images/lingxing.png) center no-repeat;}

.n_container .n_left .con ul li a{display: block;background:url(../images/lingxing.png) left center no-repeat;padding: 0 6px 0 36px;transition: 0.36s;cursor: pointer;font-size: 18px;}
.n_container .n_left .con ul li>a:hover, .n_container .n_left .con ul li.on>a{font-size: 20px;color: #1f65de;font-weight: bold;background:url(../images/lingxing_on.png) left center no-repeat;}

.n_container .n_left .con ul li dl{display:none;padding: 10px 0;position:relative;}
.n_container .n_left .con ul li dl:before{ content:""; position:absolute; right:0; left:20px; top:0; height:1px; background:#e8e8e8}
.n_container .n_left .con ul li dl dd{height: auto;line-height: 41px;}
.n_container .n_left .con ul li dl dd a{background: url(../images/left_jiantou.png) 46px center no-repeat;font-size: 16px;color: #444444 !important;padding: 6px 0 6px 65px;position:relative;line-height: 22px;}
.n_container .n_left .con ul li i.up{ background:none;}
.n_container .n_left .con ul li i{width: 20px;height: 60px;background:url(../images/left_jiantou.png) center no-repeat;position:absolute;right: 25px;top: 0;transition:0.36s;cursor: pointer;}
.n_container .n_left .con ul li dl dd a:hover, .n_container .n_left .con ul li dl dd.on a{color: #073f80 !important;background:none;font-size:16px;font-weight: bold;background: url(../images/left_jiantou.png) 46px center no-repeat;}

.n_container .n_left .con ul li dl dd a:hover{background: url(../images/left_jiantou_on.png) 46px center no-repeat;}

.n_container .n_right{ width:calc(100% - 255px); padding-left:38px}
.n_list ul{ margin-bottom:50px}
.n_list ul li{font-size:15px;color: #000033;line-height:60px;height:60px; border-bottom:#e9e8e8 1px solid}
.n_list ul li a{color:#404040;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:0.36s;position:relative;padding-left: 0;height: 60px;}
.n_list ul li a:before{content:"";position:absolute;top:50%;margin-top: -3px;left:0;width: 5px;height: 5px;transition:0.36s;background: #6998e9;border-radius: 50%;}
.n_list ul li a font{display:inline-block;width: 88%;font-size: 16px;color: #444444;position:relative;padding-left: 16px;transition:0.36s;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;transition:0.36s;}
.n_list ul li a img{ display:inline-block}
.n_list ul li a span{float:right;font-size: 14px;color: #888888;}

.n_detail .ar_title{padding-bottom: 0;margin-bottom: 24px;padding: 20px 0 26px;border-bottom:  #e6e6e6 1px solid;text-align: center;}
.n_detail .ar_title h3{font-weight: bold;font-size: 22px;color: #2267de;padding: 0;line-height: 40px;}
.n_detail .ar_title h4{font-size: 20px;color: #333333;padding: 0;line-height: 40px;}



.n_detail .ar_title h6 span{position:relative;font-size: 14px;color: #777777;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;margin-top: 15px;} 


.n_news ul{margin: 0 -17px;margin-bottom: 16px;overflow:hidden;}
.n_news ul li{float:left;width:33.333333%;padding: 0 17px;margin-bottom: 20px;}
.n_news ul li a{display:block;transition:0.36s;}
.n_news ul li .img_top{ position:relative}
.n_news ul li .img { overflow:hidden; position:relative}
.n_news ul li .img img{width:100%;height: 13.75rem;overflow:hidden;object-fit: cover;}
.n_news ul li .h5{ padding:1.25rem 0 0}
.n_news ul li .h5 h6{font-size:14px;color: #999999; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition:0.36s; margin-bottom:0.75rem; padding:0 1.75rem; position:relative}
.n_news ul li .h5 h6:before{content:"";position:absolute;width:1.25rem;height:3px;background:#830100;top:5px;left: 0;}
.n_news ul li h5{font-size:16px;line-height: 50px;overflow:hidden;color:#323232;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: #002c5a;}

.mianbao{height: 40px;border-bottom:#cbcbcb 1px solid;margin-bottom:20px;}
.mianbao h3{font-size: 24px;color: #002147;display:inline-block;position:relative;font-weight: bold;}
.mianbao h3:before{position:absolute;left:0px;bottom: -17px;content:"";width: 100px;height:3px;background:#1f65de;}
.position{font-size:14px;color:#808080;padding-left: 22px;background: url(../images/local.png) left 6px no-repeat;height: 28px;line-height: 28px;}
.position a{font-size:14px;color:#808080;transition:0.36s;margin: 0 5px;}
.position span{ font-size:14px; color:#808080}
.position em{ font-size:14px; color:#808080; font-style:normal}
.position a:hover{ color:#18860c}
/*==========================================内页 结束=============================================*/

/* aos="fade-up" aos-duration="1200" */
@media(min-width: 768px){
	.container02 .pic ul li a:hover .top{ height:calc(100% - 20px)}
	.container02 .pic ul li a:hover .top:before{ opacity:.9; }
	.container02 .pic ul li a:hover .top img{  opacity:1; visibility:visible; margin-top:15px; height:30px}
	.container03 .left .con .bottom ul li:hover h6{ background:#1f65de; color:#fff;}
	.container03 .left .con .bottom ul li:hover h5{color:#1f65de;}
	.container04 .right ul li:hover{color:#1f65de;}
	.titile001:hover a{color:#1f65de;}
	.n_list ul li a font:hover{color:#1f65de;}
} 




@media(min-width: 992px) and (max-width: 1300px){
}

@media(max-width: 1800px){
	.header_box .w1200{ margin:0 2rem}
}

@media(max-width: 1600px){
	#logo img{ max-height:3.75rem}
}

@media(max-width: 1400px){
	#logo img{ max-height:3rem}
}

@media(max-width: 1330px){
}

@media(max-width: 1200px){
	

}

@media(max-width: 1060px){
	
}

@media(max-width: 992px){
	
}

@media(max-width: 768px){
	

}

@media(max-width: 456px){
	
}