@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,Helvetica, "Microsoft Yahei",sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased; line-height: 1; font-size:16px;overflow-x: hidden;background: #ebf6ff;}
html,body{ min-height:100%;overflow-x: hidden;} html{ overflow:-moz-scrollbars-vertical;overflow-x: hidden;} 
::-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;}

.clear:after{content: ""; display: block; height: 0; clear:both; visibility: hidden;}

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;}
ul li{ list-style:none;}
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;    margin: 0 auto 1.875rem auto}
.fl{ float:left}
.fr{ float:right}
.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;}

.w10{width:100%;}
.w14{max-width:1400px;margin:0 auto;}
@media (max-width:1400px){
	.w14{width:calc(100% - 30px);margin: 0 15px;}
}

h5 a{ display:inline-block; width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
ul li:hover h5 a{ color:#003d98}
.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}


@font-face{font-family: 'souh';src : url('../font/SourceHanSerifCN-Bold.otf');}
@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;}}

/*==========================================公共 开始=============================================*/
/* 返回顶部开始 */
#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: #22479e;}
 
@media(max-width: 992px){
	#gotop{right:0;transform:scale(0.6);bottom: 6rem;}
}
@media(max-width: 768px){
	#gotop{right:0;transform:scale(0.4);bottom: 2rem;}
}
/* 返回顶部结束 */
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.header_box{z-index:100000;height: 140px;left: 0;right: 0;top: 0;position:fixed;width: 100%;}
#header{height: 140px;z-index:999;width:100%;transition: 0.6s;position: relative;}
#header::after{content: "";position: absolute;left: -100%;width: 300%;height: 9.375rem;top: 0;background-image: linear-gradient(to bottom,rgba(2,70,143,0.8),rgba(2,70,143,0));z-index: 5;}
#header .w13{position: relative;}
/* #header:before{content:"";position:absolute;background:#fff;height:90px;top: 0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;} */
/* #header.xg{background: linear-gradient(to bottom,rgba(0,0,0,0.8),rgba(0,0,0,0));} */
#header.xg:before{ opacity:0; visibility:hidden}
.header_top{height: 30px;line-height: 30px;background: #6f1fae;overflow: hidden;text-align: right;z-index: 10;position: relative;}
.header_top .search_btn{display:inline-block;float: none;}
.header_top ul{ display:inline-block; vertical-align:top}
.header_top ul li{font-size: 1rem;color:#fff;}
.header_box .w1750{height:100%;position:relative;max-width: 100%;margin: 0 10rem;}
.topLink{min-height: 2.5rem;position: relative;z-index: 9;margin-top: 1rem;}
.topLink a{display:inline-block;font-size: 0.875rem;color: #FFFFFF;position: relative;line-height: 2.5rem;float: right;}
.topLink a+a{margin-right: 1rem;}
.topLink a:hover{color:#ff7719;}
.search_btn{cursor:pointer;text-align: center;transition:.6s;right: 0;}
/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#logo{width: 25%;float:left; height:100%;margin-top:15px;position: relative;z-index: 8;}
#logo .table{ width:auto}
@media(max-width: 1500px){
	#logo img{width: 100%;}
}
#nav{position: relative;width: 75%;float: right;}
#nav ul{position:relative;position:absolute; right:0rem;}
#nav .ul11{float: right;}
#nav ul li{float:left;position:relative;z-index:9;margin-left: 1.2rem;}
#nav ul li a{display:block;padding: 0;}
#nav ul li h3{font-size: 1.25rem;color: #fff;line-height: 3.75rem;position:relative;transition:.6s;font-weight: normal;display: block;}
#nav ul li h3 span{display: inline-block;margin-left: 3px;}

#nav ul li:hover a h3{color:#ff7719;}
#nav ul li:hover a{color:#ff7719;}
#nav ul li.on h3{ font-weight:bold;}
#nav ul li:hover a h3 span,
#nav ul li.on h3 span{ }
#nav ul li a i{ display:inline-block; width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;background:#fff; background:rgba(255,255,255,.95); width: 200px;left:50%;margin-left: -100px;z-index: 10000;/* transform:translateY(-20px); */visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition:.5s;}
#nav ul li:last-child .sub{margin-left: 0;left: auto;right: 0;}
#nav ul li .sub .box{padding:10px 0px; text-align:center;}
#nav ul li .sub a{padding:0;line-height: 2.5;transition:.3s;font-size: 16px;color: #666;}
#nav ul li .sub a:hover{color: #ff7719;background: #E5E5E5;}
#nav ul li:hover .sub{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; visibility:visible; transform:translateY(0px);}
#nav ul>li.on h3,#nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3{color: #ff7719;}
#nav .navBox>ul>li h3:after{content:"";display:block;width: 200px;height: 2px;position:absolute;left:50%;margin-left:-100px ;background: #ff7719;bottom:0px;transition:.3s;transform:scale(0);border-radius: 0;}
#nav .navBox>ul>li:last-child h3:after{left: auto;margin-left: 0;right: 0;}

#nav .navBox>ul>li h3:before{content:"";display:block;position:absolute;left:50%;margin-left: -3px;border-left:transparent 3px solid;border-right:transparent 3px solid;border-bottom: #ff7719 4px solid;bottom:2px;transition:.3s;opacity:0;visibility:hidden;}

#nav .navBox>ul>li:hover h3.ej:after,#nav ul li.on h3.ej:after{  transform:scale(1);}
#nav .navBox>ul>li:hover h3.er:before, #nav>ul>li.on h3.ej:before{ opacity:1; visibility:visible}
@media(max-width: 1366px){
	#logo{width: 32%;float: left;margin-top: 1.625rem;}
	#nav{width: 68%;}
	#nav ul li{margin-left: 1.2rem;}
}

/**/
.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/search.svg) center no-repeat;height: 60px;width: 70px;cursor:pointer;border:none;background-size: 20px 20px;margin-top: -30px;}
.tc2 .tc-box input[type="submit"]:hover{position:absolute;right:0;top: 50%;padding: 0;z-index:2;background:url(../images/searchon.svg) 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(1,49,130,.85);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}
/***********************/

/*手机头部开始*/
.m_header_box{display:none;height: 60px;z-index: 999;position: fixed;top: 0;left: 0;}
#m_header #logo .table, #nav_btn_box .table{ width:auto}
.topLink2{border-bottom: 1px solid rgba(255,255,255, 0.4);width: 100%;margin-bottom: 1.875rem;}
.topLink2 a{display: block;padding-left: 2.3rem;font-size: 1.125rem;line-height: 2.5rem;color: white;}
.topLink2 a:nth-child(1)::before,
.topLink2 a:nth-child(2)::before,
.topLink2 a:nth-child(3)::before{display: none;}
.topLink2 a:nth-child(4){background-size: 1.75rem;background-size: 1.125rem;padding-left: 3.875rem;}
.topLink2 a+a{font-size: 0.875rem;}
.topLink2 a+a span{font-size: 32px;}
#m_header{z-index: 99;width:100%;height: 60px;left:0;top:0;padding:0 15px;display:none;}
#m_header #logo{height: 60px;}
#m_header #logo img{max-height:60%;max-height: 28px;}
#logo img{}
.logo2 {width: 90%;position: relative;float: left;z-index: 999;}
.logo2 a{display: table;vertical-align: middle;}
.logo2 img{display: block;width: auto;max-height: 78px;vertical-align: middle;margin-top: 2%;}
@media(max-width: 580px){
	.logo2 {width: 85%;}
	.logo2 img{max-height: 50px;margin-top: 4%;}
}
@media(max-width: 450px){
	.logo2 img{max-height: 46px;margin-top: 4%;}
}
@media(max-width: 414px){
	.logo2 img{max-height: 39px;margin-top: 6%;}
}
@media(max-width: 360px){
	.logo2 {width: 82%;}
	.logo2 img{max-height: 37px;margin-top: 5%;}
}
#m_header .yuyan{ height:4.5rem; float:right; margin-right:4rem;}
#m_header .yuyan span{ display:block; width:24px; height:24px; line-height:24px; color:#fff; font-size:.9rem; text-align:center; margin-left:17px; background:rgba(255,255,255,.3);}
.wap_search{ width:80%; margin:0 auto;}
.wap_search form{ position:relative;}
.wap_search .keyword{width: 80%;height:3.8rem; line-height:3.8rem; border:0;padding:0 1rem; font-size:1rem; color:#999;box-shadow:none;-webkit-appearance: none;float:  left;border-right: 0;}
.keyword{width: 80%;height:3.8rem; line-height:3.8rem; border:0;padding:0 1rem; font-size:1rem; color:#999;box-shadow:none;-webkit-appearance: none;float:  left;border-right: 0;}
.wap_search .btn_blue{width: 20%;height:3.8rem; background:#00a0e9 url(../images/search.svg) center no-repeat; background-size:20px; font-size:0;color:#fff;cursor:pointer;text-transform:uppercase;float:  left;}

@media(max-width: 1200px){
	/* .banner{margin-top: 0;} */
	#nav{ right:15px}
	.header_box{ display:none}
	#m_header{ display:block;width: 100%;}
	#m_header::after{ content: "";background: linear-gradient(to bottom,rgba(2,70,143,0.8),rgba(2,70,143,0));width: 100%;height: 10rem;position: absolute;left: 0;top: 0;z-index: 99;}
	.m_header_box{ display:block}
	#nav_slide{ display:block}
}

/*顶部搜索*/
.tc_search{margin: 0 1.3rem;width: calc(100% - 2.6rem);}
.tc_search form{height:40px;border-radius:20px;position:relative;width:100%;margin-bottom: 1rem;}
.tc_search #keyword{font-size:.875rem;color:#fff;height:38px;line-height:38px;padding:0 1rem;box-shadow:none;-webkit-appearance: none;border-right: 0;background:none;width:  100%;}
.tc_search .btn_blue{ position:absolute; top:0; right:0; width: 40px;height:38px; line-height:38px; border:0; background:url(../images/search.png) center center no-repeat;background-size:1.2rem;  }
.tc_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.tc_search input::-webkit-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
.tc_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#fff; color: rgba(255,255,255,.7); }

.tc_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */c color:#fff; color: rgba(255,255,255,.7); }
.tc_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#fff; color: rgba(255,255,255,.7); }/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.tc_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */


/*导航按钮开始*/
#nav_btn_box{ height:100%; z-index:999999999; float:right; margin-left:20px;position: relative;}
#nav_btn_box.on{ background:none;  }
#nav_btn{}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{ background:#fff;}

#nav_btn{cursor: pointer;text-align: center;z-index:99999;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;outline:none;box-shadow:none;}
#nav_btn .point{display: inline-block;width: 1.875rem;height: 22px; position: relative; outline:none;}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before{width: 24px;}
#nav_btn .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 20px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #FFFFFF;}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute; left: 0;display: inline-block;width: 24px;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #FFFFFF;}
#nav_btn .navbtn::after{top: -8px;}
#nav_btn .navbtn::before{top: 8px;}
#nav_btn .point.on .navbtn{background: transparent;}
#nav_btn .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#nav_btn .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}

/*导航按钮结束*/
.m_nav_list{flex-direction:column; justify-content: flex-start; width:100%; overflow: auto;}

.m_nav_list::-webkit-scrollbar {display:none}
#m_nav {z-index: 99999;position: fixed;background: rgba(2,70,143,0.90);width:17rem;height:100vh;right: -400px;top: 0;display:none;padding: 2rem 0;overflow:hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;}
#m_nav.act{ pointer-events: auto; right:0;}

#m_nav>ul>li{ width:100%; overflow:hidden; padding:0 2.3rem; }
#m_nav>ul>li+li{ border-top:1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a{ display:inline-block; width:calc(100% - 30px)}
#m_nav li .a h3{line-height: 4rem;height: 4rem;color:#fff;padding:0;font-size:1.125rem;float:left;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav li i{opacity:1;filter:alpha(opacity=100);display:inline-block;width:10px;height: 4rem;float:right;display:inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size:contain;}
#m_nav li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;padding-left: 10%;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list a{display:block;font-size:1rem;color: #e0e6eb;text-align:left;line-height:40px;height: 40px;border:0;font-weight:300;}
/*三级导航 开始*/
#m_nav .title .list .void>a{background-size:10px; position:relative;}
#m_nav .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav .title .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}

.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 88888;background-color: rgba(0,0,0,0.5);display: none;}


/* banner开始*/
.bannerBox{position: relative;}
.banner{width:100%;float:right;position:relative;z-index: 1;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide-active .imgPc a.pic .sc{transform: scale(1);transition:linear 5s;}
.banner .imgPc a.pic .sc{transform: scale(1.1);height: 100%}
.banner .imgPc a.pic{position: relative;display: block;height: 100vh;overflow: hidden;}
.banner .imgPc a.pic img{position: absolute;left: 50%;top: 50%;min-height: 100%;min-width: 100%;max-width: 1000%;max-height: inherit;transform: translate(-50%, -50%);}
.banner img{ -webkit-animation: cale 1s; -moz-animation: cale 4s; animation: cale 4s;animation-iteration-count:infinite;;}
@keyframes cale {
    0% { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
    50% { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05); }
	100% { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
}
.banner .swiper-slide{position:relative;}
.banner .swiper-wrapper{width: 100%;}
.bannerCon .swiper-pagination{width:100%;position:absolute;z-index:9;bottom:4%;}
.bannerCon .swiper-pagination .swiper-pagination-bullet{font-size:0.875rem;color: white;position: relative;width: 1.875rem;height: 1.875rem;border-radius: 50%;margin: 0 0.625rem;opacity: 1;position: relative;line-height: 1.875rem;font-weight: bold;background: none;font-family: arial;line-height: 1.875rem;display: inline-block;}
.bannerCon .swiper-pagination span::before{content: "0";font-size: 0.875rem;color: white;line-height: 1.875rem;font-weight: bold;}
.bannerCon .swiper-pagination span.swiper-pagination-bullet-active::before{content: "0";font-size: 1.875rem;color: white;line-height: 1.875rem;font-weight: bold;}
.bannerCon .swiper-pagination .swiper-pagination-bullet-active{font-size: 1.875rem;background: url(../images/xian.png) no-repeat center;background-size: 100%;width: 5rem;line-height: 1.875rem;position: relative;top: 0.25rem;}


@media(max-width: 1440px){
	.banner{height: auto;}
	.banner .swiper-slide{width: 100%;height:auto;}
	.banner .swiper-slide .pic{width: 100%;height:100%;}
	.banner img{display:block;min-height:auto;left: 0;top: 0;transform: translate(0, 0);position: static;width: 100%;}
}
@media(max-width: 768px){
}
@media(max-width: 414px){
}
/* banner结束 */
/* linkBox开始 */
.linkBox{position: relative;top: -4.375rem;z-index: 9;background: #013182;border-radius: 4.375rem;height: 8.75rem;}
.linkBox::after{content: "";position: absolute;left: 0;bottom: -0.625rem;width: 100%;height: 100%;background: rgba(1,49,130,0.1);border-radius: 4.375rem;z-index: -1;}
.linkBox ul{padding: 0.5rem 3rem;box-sizing: border-box;}
.linkBox ul li{width: 16.66666%;float: left;}
.linkBox ul li+li{background:url(../images/line.png) no-repeat 0 center;}
.linkBox ul li a{display: block;}
.linkBox ul li a img{display: block;margin:0 auto;}
.linkBox ul li a p{font-size: 1.125rem;color: white;text-align: center;}
.linkBox ul li:hover a p{color: #ff7719;}
.linkBox ul li:hover a img{ -webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}
@keyframes jello {
    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}
@media(max-width: 960px){
	.linkBox{top: 0rem;z-index: 9;margin-top: 2.5rem;}
}
@media(max-width: 768px){
	.linkBox{height: auto;border-radius: 1rem;}
	.linkBox ul{padding: 0 1rem 1.25rem 1rem;}
	.linkBox ul li{width: 33.3333%;float: left;}
	.linkBox ul li:nth-child(4){background: none;}
	.linkBox ul li+li+li+li{margin-top: 1rem;}
	
}
@media(max-width: 580px){
	.linkBox ul li a img{transform: scale(0.7);}
}
/* linkBox结束 */
.sametitle{margin-top: 1rem;margin-bottom: 1rem;border-bottom: 2px solid #f47116;margin-bottom: 1.5rem;}
.sametitle h5{font-family: souh;font-size: 1.875rem;color: #000000;display: inline-block;background: url(../images/ictitle1.png) no-repeat left 0.2rem;line-height: 2.5rem;padding-left: 3rem;}
.sametitle h5 i{font-family: arial;font-size: 0.75rem;color: #f47116;font-style: normal;position: relative;padding-left: 1.5rem;margin-left: 1rem;}
.sametitle h5 i::after{content: "";width: 1px;height: 1.75rem;background:#f47116;position: absolute;left: 0;bottom: 0;}
.sametitle a{display: block;width: 3.5rem;text-align: right;float: right;left: 2rem;color: #666666;background: url(../images/moreBg.png) no-repeat bottom center;padding-bottom: 1.25rem;}
.sametitle a:hover{background: url(../images/moreBgon.png) no-repeat bottom center;color: #f47116 ;}
@media(max-width: 580px){
	.sametitle h5 i{display: none;}
	.sametitle{padding-bottom: 1rem;}
}
/* 新闻快讯 招生计划 开始 */
.newsPlan{margin-top: -0.625rem;}
.newsplancon{display: flex;justify-content: space-between;flex-wrap: wrap;}
.newsBox{width: 99%;box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);background: #fcfeff;padding: 2rem;}
.newsBox ul li{border-bottom: 1px dashed #d9d9d9;display: flex;justify-content: space-between;flex-wrap: wrap;}
.newsBox ul li a{font-size: 1rem;line-height: 3rem;height: 3rem;;color: #323232;display: inline-block;position: relative;float: left;width: calc(100% - 6.5rem);}
.newsBox .first{}
.newsBox .first .pic{overflow: hidden;width: 42%;float: left;}
.newsBox .first .pic img{display: block;width: 100%;}
.newsBox .first .text{overflow: hidden;width: 55%;float: right;position: relative;padding-top: 0.625rem;}
.newsBox .first .text h6{font-size: 1.375rem;color: #333333;line-height: 2.25rem;height: 4.5rem;overflow: hidden;}
.newsBox .first .text:hover h6{color:#013182;}
.newsBox .first .text::after{content: "";position: absolute;top: 0;height: 2px;width: 20%;background: #013182;transition: 0.4s;left: 0;}
.newsBox .first .text:hover::after{width: 100%;transition: 0.4s;}
.newsBox .first .text p{font-size: 0.875rem;color:#737373;line-height: 1.625rem;height: 6.5rem;overflow: hidden;margin: 1.25rem 0 1rem 0;}
.newsBox .first .text i{font-style: normal;font-weight: normal;font-size: 0.75rem;color: #737373;padding-left: 1.2rem;background: url(../images/time.png) no-repeat left center;display: block;line-height: 1.625rem;}
.newsBox ul{margin-top: 1.5rem;}
.newsBox ul li a{position: relative;display: inline-block;line-height: 3rem;height: 3rem;overflow: hidden;padding-left: 1rem;font-weight: normal;float: left;}
.newsBox ul li a span{overflow: hidden;display: inline-block;height: 3.125rem;overflow: hidden;float: left;}
.newsBox ul li a::after{position: absolute;content: ">";font-family: "宋体";font-size: 0.875rem;line-height: 3.125rem;left: 0;top: 0;}
.newsBox ul li:nth-child(1) a span {background: url(../images/news.png) no-repeat right;padding-right: 3.125rem;background-size: auto;}
.newsBox ul li:nth-child(2) a span {background: url(../images/news.png) no-repeat right;padding-right: 3.125rem;background-size: auto;}
.newsBox ul li:nth-child(3) a span {background: url(../images/news.png) no-repeat right;padding-right: 3.125rem;background-size: auto;}
.newsBox ul li i{float: right;width: 6rem;font-size: 0.875rem;color: #666;font-style: normal;line-height: 3.125rem;text-align: right;}
.newsBox ul li:hover a{color: #d00000;}
.newsBox ul li:hover i{color: #d00000;}
.newsBox ul li:hover{border-bottom: 1px dashed #d00000;}

.planBox{width: 35%; box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);position: relative;background: #fcfeff;padding: 2rem;}
.planBox .sametitle h5{background: url(../images/ictitle2.png) no-repeat left 0.2rem;}
.planBox::after{content: "";position: absolute;right:-34px;bottom: -44px;background: url(../images/planBg.png) no-repeat bottom right;width: 134px;height: 113px;}
.planBox ul{padding-bottom: 1.25rem;position: relative;z-index: 8;margin-top: -0.5rem;}
.planBox ul li{}
.planBox ul li a{font-size: 1rem;line-height: 3rem;height: 3rem;overflow: hidden;color: #323232;display: block;width: calc(100% - 6.3rem);padding-left: 1.3rem;position: relative;float: left;}
.planBox ul li:hover a{color: #d00000;}
.planBox ul li:hover i{color: #d00000;}
.planBox ul li a::after{position: absolute;left: 0 top:0;content: "";left: 0;background: url(../images/qd.png) no-repeat left center;width: 0.75rem;height: 1rem;top: 50%;margin-top: -0.5rem;}
.planBox ul li i{float: right;width: 6rem;font-size: 0.875rem;color: #666;font-style: normal;line-height: 3rem;}

@media(max-width: 1100px) {
	.newsBox{width: 100%;}
	.planBox{width: 100%;margin-top: 3.125rem;}
}
@media(max-width:768px) {
	.newsBox .first .pic{overflow: hidden;width:100%; float: none;}
	.newsBox .first .pic img{display: block;width: 100%;}
	.newsBox .first .text{overflow: hidden;width:100%;float: none;margin-top: 1.25rem;}
	.newsBox .first .text h6{height: auto;overflow: visible;}
}

/* 新闻快讯 招生计划 结束 */

/* 宣传视频 校园风光开始 */
.vediopicture{margin-top: 3.75rem;}
.videoBox{float: left;width: 46.5%;}
.videoBox .sametitle h5{background: url(../images/ictitle3.png) no-repeat left 0.2rem;}
.videoCon{position: relative;display: block;}
.videoCon .pic{overflow: hidden;position: relative;}
.videoCon .pic::after{position: absolute;content: "";width: 100%;height: 30%;left: 0;bottom: 0;background-image: linear-gradient(to top,rgba(0,0,0,0.7),rgba(0,0,0,0));z-index: 3;}
.videoCon .pic::before{position: absolute;content: "";width: 4.875rem;height: 4.875rem;left: 50%;margin-left: -2.4375rem;top:50%;margin-top: -2.5rem;z-index: 5;background: url(../images/video.png) no-repeat center;}
.videoCon p{font-size: 1.125rem;color: white;width: 100%;bottom: 1rem;z-index: 7;position: absolute;left: 0;text-align: center;}
.videoCon .pic img{transition: 0.4s;display: block;width: 100%;}
.videoCon:hover .pic img{transform: scale(1.1);transition: 0.4s;}

.pictureBox .sametitle h5{background: url(../images/ictitle4.png) no-repeat left 0.2rem;}
.pictureBox{float: right;width: 50.8%;}
.pictureBox .picL{float: left;width: 41%;position: relative;display: block;}
.pictureBox .picL .pic{overflow: hidden;position: relative;}
.pictureBox .picL .pic::after{overflow: hidden;content: "";position: absolute;left: 0;bottom: 0;background-image: linear-gradient(to top,rgba(0,0,0,0.7),rgba(0,0,0,0.7));height: 100%;z-index: 4;width: 100%;}
.pictureBox .picL .text{position: absolute;top: 25%;left: 0;width: 100%;z-index: 6;}
.pictureBox .picL .text p{font-size: 1.625rem;color: white;text-align: center;width: 100%;font-weight: 300;margin-top: 2rem;}
.pictureBox .picL .text  img{display: block;margin: 0 auto;}
.pictureBox .picL:hover .text  img{ -webkit-animation: jello 1s; -moz-animation: jello 1s; animation: bb 1s;}
@keyframes bb {
    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}
.pictureBox .picL .pic img{width: 100%;display: block;transition: 0.4s;}
.pictureBox .picL:hover .pic img{transform: scale(1.1);transition: 0.4s;}
.pictureBox .picR{float: right;width: 55.1%;}
.pictureBox .picR img{display: block;width: 100%;}
.pictureBox .picR ul{}
.pictureBox .picR ul li{position: relative;}

.pictureBox .picR ul li .pic img{transition: 0.4s;}
.pictureBox .picR ul li:hover .pic img{transform: scale(1.1);transition: 0.4s;}
.pictureBox .picR ul li+li{margin-top: 1rem;}
.pictureBox .picR ul li a{display: block;}
.pictureBox .picR ul li a .pic{overflow: hidden;}
.pictureBox .picR ul li a .pic::after{overflow: hidden;content: "";position: absolute;left: 0;bottom: 0;background-image: linear-gradient(to top,rgba(0,0,0,0.7),rgba(0,0,0,0));height: 50%;z-index: 4;width: 100%;}
.pictureBox .picR ul li p{font-size: 1.125rem;color: white;position: absolute;bottom: 1rem;text-align: center;z-index: 6;width: 100%;}
@media(max-width: 1100px) {
	.videoBox{width: 100%;}
	.pictureBox{width: 100%;margin-top: 3.125rem;}
}
@media(max-width: 414px) {
	.pictureBox .picL .text img{transform: scale(0.6);}
	.pictureBox .picL .text{top:10%;}
	.pictureBox .picL .text p{margin-top: -0.5rem;}
}
/* 宣传视频 校园风光结束 */

/* 页脚开始 */
.footer{background: url(../images/footer.jpg) no-repeat center;background-size: cover;padding: 3.125rem 0 0 0;margin-top: 3.75rem;}
.flogo{width: 40%;}
.flogo img{display: block;max-width: 100%;}
.flogo ul{position: relative;padding-left: 6rem;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 2rem;}
.flogo ul::after{position: absolute;content: "友情链接";left: 0;top: 2px;font-size: 1.125rem;font-weight: bold;color: white;}
.flogo ul li{width: 33%;}
.flogo ul li a{font-size: 0.875rem;color: white;opacity: 0.6;line-height: 1.5rem;margin-bottom: 0.625rem;display: block;}
.flogo ul li a:hover{opacity: 1;}
.ewmBox{width: 46%;}
.ewmBox ul{display: flex;justify-content: space-between;flex-wrap: nowrap;}
.ewmBox ul li{float: left;width: 18.2%;}
.ewmBox ul li img{display: block;width:100%;}
.ewmBox ul li p{font-size: 0.875rem;color: white;text-align: center;margin-top: 1rem;}
.bq{border-top: 1px solid rgba(255,255,255,0.32);margin-top: 2rem;}
.bq p{font-size: 0.875rem;color: white;display: inline-block;text-align: left;float: left;line-height: 1.625rem;padding: 1.25rem;}
.bq p+p{text-align: right;float: right;}
@media(max-width: 1100px) {
	.flogo{width: 100%;}
	.ewmBox{width: 100%;margin-top: 2.8125rem;}
	.ewmBox ul li{width: 14.2%;}
	.bq{padding: 1.25rem 0;}
	.bq p{text-align: center;float: none;padding: 0;}
	.bq p+p{float: none;text-align: center;display: block;}
}
@media(max-width: 768px) {
	.flogo ul{padding-left: 0;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 4rem;}
	.flogo ul::after{position: absolute;content: "友情链接:";left: 0;top: -2rem;font-size: 1.125rem;font-weight: bold;color: white;}
}
@media(max-width: 414px) {
	.flogo ul li{width: 48%;}
	.ewmBox ul {flex-wrap: wrap;justify-content: center;}
	.ewmBox ul li{float: left;width: 29.333%;margin:0 2%;}
	.ewmBox ul li+li+li+li{margin-top: 1.5rem;}
}
/* 页脚结束 */

/*==========================================内页 开始=============================================*/

.NyBanner{width: 100%;}
.NyBanner img{width: 100%;display: block;}
/* list01 */
.list-box{padding: 2.5rem 0 4.375rem 0;position: relative;}
.position{overflow: hidden;margin-bottom: 1.875rem;background: #FFFFFF;padding: 0 0.625rem;position: relative;}
.position h5{float: left;width: 16%;font-size: 1rem;line-height: 2.5rem;color: #323232;display: none;}
.position p{padding-left: 4%;font-size: 0.875rem;line-height: 2.5rem; color: #888888;background: url(../images/position.png) no-repeat 2% center;}
.position p a{color: #1d3e8c;transition: 0.6s all;}
.position p a:hover{color: #1d3e8c;transition: 0.6s all;}
.list-nav-icon{position: absolute;right: 0;top: 3.75rem;display: none;}
.list-nav{float: left;width: 18.3%;}
 .list-nav h5{background:#013182;height: 5rem;line-height: 5rem;font-size: 1.5rem;color: #fff;padding-left: 0.9375rem;}
.sidenav{ overflow:hidden; display:block;}
.accordion { width:100%; }
.accordion .nav-link {padding-left: 1.875rem; font-size: 1rem;color: #000;display: block;line-height: 3.75rem;height: 3.75rem;}
.accordion .nav-link a{ display: block;color: #000; }
.accordion .nav-link:hover{font-weight: bold;background: #d3dae7;}
.accordion .nav-link:hover a{color: #013182;}
.accordion .nav-link.hover{font-weight: bold;background: #d3dae7;}
.accordion .nav-link.hover a{color: #013182;}
.currentnav{ background:#f7f8fa !important; color: #fff !important; }
.nav-link1{ width:50px; height:53px; line-height:53px; cursor: pointer; position:absolute; top:0; right:3px;}
.accordion li{  position: relative; font-size:1rem; border-bottom:1px solid #e6e6e6; background:#fafafa;overflow:hidden;  }

.accordion li i { display:block; width:30px; height:30px; background:url(../images/leftNav01.png) center no-repeat; position: absolute;top:12px;right: 12px;font-size: 18px; color: #595959; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.accordion li.open .nav-link { background:#d3dae7;}
.accordion li.open .nav-link a{color: #013182;font-weight: bold;}
.accordion li.open i.fa-chevron-down { background:url(../images/leftNav01on.png) center no-repeat;transform: rotate(90deg);}
.sidemenu {display: none;padding: 0.9375rem 0;border-bottom: 1px solid #d9d9d9;}
.sidemenu li {font-size:1rem;border-bottom:none;padding-left: 1.875rem;}
.sidemenu a { display: block;line-height: 2.5rem;font-size: 1rem;color: #676767;text-decoration: none;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease; transition: all 0.25s ease; }
.sidemenu a.on{color: #1d3e8c;padding-left: 0.625rem;} 
.sidemenu a:hover{color: #1d3e8c;transition: 0.6s all;padding-left: 10px;}
.list-nav ul{background: #fafafa;}
.list-r{float: right;width: 78.4%;min-height: 550px;}
.list01{}
.list01 ul{overflow: hidden;margin-left: -3%;margin-bottom: -1.875rem;}
.list01 li{float: left;width: 30%;margin-left: 3%;margin-bottom: 1.875rem;}
.list01 li .pic{width: 100%;overflow: hidden;position: relative;}
.list01 li .pic img{display: block;width: 100%;height: 14.375rem;transition: 0.6s all;object-fit: fill;}
.list01 li i{font-size: 0.875rem;color: #1d3e8c;font-weight: normal;display: block;margin-top: 0.5rem;font-style: normal;}
.list01 li p{transition: 0.6s all;font-size: 1rem;line-height: 1.625rem;height: 3.25rem; color: #000000;font-weight: normal;text-align: left;margin-top: 0.3125rem;}
.list01 li:hover .pic img{transition: 0.6s all;transform: scale(1.1);}
.list01 li:hover p{color: #1d3e8c;transition: 0.6s all;}
.fanye{margin-top: 3.75rem;}
.fanye img{display: block;max-width: 100%;margin: 0 auto;}
@media(max-width: 1360px) {
	.list-box{width: calc(100% - 30px);margin: 0 auto;}	
	.list01 li .pic img{height: 198px;}
}
@media(max-width: 1200px) {
	.list01 li .pic img{height: 247px;}
	.list-nav-icon{display: block;width: 30px;right: 10px;top: 5px;}
	
	.list-nav-icon img{display: block;width: 100%;margin-top: 5px;}
	.position{margin-bottom: 0;}
	.position h5{width: 100%;text-align: left;display: block;line-height: 3.5rem;}
	.position p{display: none;}
	.list-nav{width: 100%;z-index: 9;background: #f9f9f9;display: none;margin-bottom: 1.875rem;}
	.list-nav h5{display: none;}
	.list-r{float: none;width: 100%;padding-left: 0;border-left: none;margin-top: 1.875rem;}
}
@media screen and (max-width: 1000px) {
	.list01 li .pic img{height: 189px;}
}
@media(max-width: 768px) {
	.list01 li .pic img{height: 143px;}
}
@media(max-width: 414px) {
	.list01 li{width: 100%;}
	.list01 li .pic img{height: 249px;}
}
@media(max-width: 375px) {
.list01 li .pic img{height: 224px;}
}
@media(max-width: 360px) {
	.list01 li .pic img{height: 214px;}
}
@media(max-width: 320px) {
	.list01 li .pic img{height: 188px;}
}
/* part2 */
.list02 li{margin-bottom: 2.25rem;}
.list02 li a{display: block;overflow: hidden;border: 1px solid #e5e5e5;}
.list02 li .pic{width: 24%;float: left;position: relative;overflow: hidden;margin-right: 24px;}
.list02 li .pic img{display: block;width: 100%;transition: 0.6s all;}
.list02 li .text{padding: 20px;box-sizing: border-box;}
.list02 li .text h5{transition: 0.6s all;font-size: 1rem;color: #333;line-height: 1.25rem;height: 1.25rem;overflow: hidden;margin-bottom: 0.75rem;}
.list02 li .text p{font-size: 0.875rem;line-height: 1.5rem;height:3.7rem;overflow: hidden;color: #999;padding-top: 1rem;background-size: 12%;margin-bottom: 0.4rem;}
.list02 li .text i{font-style: normal;font-size: 0.75rem;color: #999;}
.list02 li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.list02 li:hover h5{color: #d00000;transition: 0.6s all;}

@media(max-width: 1360px) {
	
}
@media(max-width: 1200px) {
	
}
@media screen and (max-width: 1000px) {
	
}
@media(max-width: 768px) {
	
}
@media(max-width: 414px) {
	.list02 li .pic{width: 100%;}
	.list02 li .text{width: 100%;margin-left: 0;}
}
@media(max-width: 375px) {

}

@media(max-width: 320px) {
	
}
/* list03 */
.list03 li{margin-bottom: 1.25rem;padding-bottom: 1.25rem;border-bottom: 1px solid #cccccc;}
.list03 li a{display: block;overflow: hidden;}
.list03 li p{transition: 0.6s all;font-size: 1rem;color: #333;line-height: 1.125rem;height: 1.125rem;overflow: hidden;float: left;width: calc(100% - 85px);padding-left: 1.25rem;background: url(../images/list04.png) no-repeat left center;box-sizing: border-box;background-size: 0.625rem;}
.list03 li i{float: right;width: 80px;font-style: normal;font-size: 0.875rem;color: #999;}
.list03 li:hover p{color: #1d3e8c;transition: 0.6s all;}
/* show */

.show01{margin-bottom: 2.5rem;}
.show01 h5{font-size: 1.5rem;line-height: 2.25rem;text-align: center;margin-bottom: 1.5625rem;}
.show01 p{text-align: center;font-size: 0.75rem;color: #666666;}
.show01 i{font-style: normal;margin: 0 6px;}
.show02{padding-bottom: 1.25rem;border-bottom: 1px solid #d9d9d9;margin-bottom: 2.8125rem;}
.show02 p{text-indent: 2em;font-size: 1rem;color: #333333;line-height: 2.125rem;margin-bottom: 1.875rem;}
.show02 img{display: block;margin: 0 auto 1.875rem auto;max-width: 80%; height:auto !important;}
.show03 p{font-size: 1rem;color: #666666;margin-bottom: 1.25rem;line-height: 1.5rem;}
.show03 p a{color: #666666;transition: 0.6s all;}
.show03 p a:hover{color: #1d3e8c;transition: 0.6s all;}
@media(max-width: 320px) {
	.show02 img{display: block;margin: 0 auto 1.875rem auto;max-width: 100%;width: 100%;}
}
/* list04 */
.list04-title{background: #1d3e8c;height: 2.5rem;line-height: 2.5rem;overflow: hidden;padding-right: 0.75rem;}
.list04-title h5{float: left; padding-left: 18px;font-size: 1rem;color: #fff;}
.list04-title .pic{width: 40px;height: 40px;float: right;}
.list04-01{margin-bottom: 2.5rem;}
.list04-01 ul{background: #f7f7f7;padding: 1.5rem 0;overflow: hidden;display: block;}
.list04-01 li{margin: 0 0.75rem 1.25rem 0.75rem;float: left;}
.list04-01 li a{display: block;text-align: center;font-size: 1rem;color: #333; width: 120px;height: 38px;line-height: 38px;background: #fff;border: 1px solid #dcdcdc;}
.list04-01 li a:hover{background: #d00000;border: 1px solid #d00000;color: #fff;}
@media(max-width: 1360px) {
	
}
@media(max-width: 1200px) {
	
}
@media screen and (max-width: 1000px) {
	
}
@media(max-width: 768px) {
	
}
@media(max-width: 414px) {
	.list04-01 li a{width: 107px;}
}
@media(max-width: 375px) {
.list04-01 li a{width: 150px;}
}

@media(max-width: 320px) {
	.list04-01 li a{width: 120px;}
}


/*==========================================内页 结束=============================================*/