@charset "utf-8";
/* CSS Document public*/
*{font-family:"Microsoft Yahei","微软雅黑"; 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;background:url(../images/bgbg.jpg);}
html,body{ min-height:100vh;} html{ overflow:-moz-scrollbars-vertical;} 

html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table td {line-height: 1.25;padding: 5px;padding-left:15px;/* width: auto; */}
.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; vertical-align:middle}
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}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.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;}
.overfloat-dot-4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.overfloat-dot-5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.overfloat-dot-6{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.overfloat-dot-7{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -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}
ul li,dl dd{ vertical-align:top}
img{ vertical-align:middle}
a{ color:inherit}

input,button,textarea {background: none; outline: none;border: none;-webkit-appearance:none; border-radius:0}
input:focus {border: none;}

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%}
.w1200{ max-width:1300px;margin:0 auto}
.w1600{max-width:1600px;margin:0 auto}
.w1800{max-width:1800px;margin:0 auto}
.layui-img-responsive{ max-width:100%;}
.img_zd{ position:relative; width:100%}
.img_zd .img_hezi{ padding-bottom:60% !important}
.img_zd>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit: cover;}

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;}
.box_table{ display:table; table-layout: fixed; text-align:center; width:100%; height:100%}
.box_table_cell{ display:table-cell; vertical-align:middle}
.box_table_cell *{ white-space:normal; word-wrap:break-word; }

/*内容样式*/
.ar_article td,
.ar_article th{ padding:15px 10px; border: 1px solid #000; vertical-align:middle;}
.ar_article td p,
.ar_article th p{ padding-bottom:0; margin-bottom:0;}
.ar_article table {border-collapse: collapse;border-right: 1px solid #ededed;border-bottom: 1px solid #000; width:100%}
.ar_article table tr:not(:first-child) td{}
.ar_article table td { border-left: 1px solid #ededed;border-top: 1px solid #000; }
.ar_article{font-size:14px;color:#7d7c7c;line-height:30px; margin-bottom:30px;}
.ar_article p{font-size: 1.125rem;color: #323232;line-height: 2.125rem;margin-bottom: 1.125rem;/*text-indent: 2em;*/font-family: "Microsoft Yahei","微软雅黑";}
.ar_article p span{font-size: 1.125rem;font-family: "Microsoft Yahei","微软雅黑";}
.ar_article:last-child, .ar_article:last-child p{ margin-bottom:0}
.ar_article strong{ font-weight:bold;}
.ar_article img,.ar_article table,.ar_article video{ max-width:100%;display:table;margin: 0 auto; height: auto !important;}
.ar_article img, .ar_article video{ text-indent:-2em;}
.ar_article table td p{text-indent:0em;}
.ar_article a{ color:#717173;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5{ font-weight:bold;}
.ar_article h1{ font-size:2.25rem; margin-bottom:1.25rem}.ar_article h2{ font-size:1.875rem; margin-bottom:0.875rem;}.ar_article h3{ font-size:1.5rem; margin-bottom:0.9375rem}
.ar_article h4{ font-size:1.125rem; margin-bottom:0.875rem}.ar_article h5{ font-size:0.875rem; margin-bottom:0.75rem}.ar_article h6{ font-size:0.75rem; margin-bottom:0.75rem}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; margin-left:2rem; list-style:inherit !important;}
.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{ margin-bottom:0.9375rem;}
.ar_article sub {vertical-align:sub; font-size: smaller;}
.ar_article sup { vertical-align:super; font-size: smaller;}
.er_links { width:100%; float:left; padding-bottom:14px; position:relative;}

.er_links .icon_left,.er_links .icon_right{ height:33px; width:27px; position:absolute; top:0;}
.er_links .icon_left{ right:169px; background:url(../images/icon_bg_03.jpg) no-repeat;}
.er_links .icon_right{ right:0; background:url(../images/icon_bg_05.jpg) no-repeat;}

.er_links a { width:182px; text-align:center; line-height:33px; color:#fff; height:33px; background:#b90d11 url(../images/icon_bg_05.jpg) no-repeat 100% 50%; display:inline-block; float:right; }
.er_links a span { display: block; background: url(../images/icon_bg_03.jpg) no-repeat 0 50%; cursor: pointer ;}

.er_links a:hover { text-decoration:underline;}


/**************************************人才培养talent***************************/

/******tal_indexlb*******/
.tal_indexlb { border:1px solid #cb8e25;  background:#fff; padding:50px 61px 14px 53px; width:100%; float:left;}

.tal_indexlb ul li { width:100%; overflow:hidden; float:left; padding-bottom:59px;}

.tal_indexlb .divimg {width: 40%;float:left;position:relative;}

.tal_indexlb .divimg img { width:448px; height:336px; display:inline-block;}

.tal_indexlb .divimg h2 { font-size:30px; color:#343434; font-weight:normal; padding:0px 39px 0px 28px; display:inline-block; width:381px; background:rgba(255,255,255,0.50); height:65px; line-height:50px; position:absolute; left:0px; bottom:104px;}

.lt9 .tal_indexlb .divimg h2 {filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#99ffffff", EndColorStr="#99ffffff");}

.tal_indexlb .divimg h2  span { border-bottom:4px solid #ff0000; display:inline-block; float:left;}

.tal_indexlb .divimg a {width:448px;height:336px;display:inline-block;left:0px;top:0px;position:absolute;z-index:2;}

.tal_indexlb .divtext {width: 60%;float:right;padding:0px 0px 0px 80px;}

.tal_indexlb .divtext dl dd {line-height:30px;height:250px;overflow:hidden;text-align:left;color:#505050;padding:10px 0px 0px;text-indent: 2em;font-size: 1.125rem;line-height: 180%;text-align: justify;}

.tal_indexlb .divtext .divmore {  color:#fff; text-align:center; width:49%; padding:30px 0px 0px 0px; margin: 0 auto; position:relative;}
.tal_indexlb .divtext .divmore .icon_left,.tal_indexlb .divtext .divmore .icon_right{ height:33px; width:27px; position:absolute; bottom:0;}
.tal_indexlb .divtext .divmore .icon_left{ left:147px; background:url(../images/icon_bg_03.jpg) no-repeat;}
.tal_indexlb .divtext .divmore .icon_right{ right:147px; background:url(../images/icon_bg_05.jpg) no-repeat;}


.tal_indexlb .divtext .divmore a { color:#fff; background:#b90d11; display:inline-block; width:100%; height:33px; line-height:33px; text-align:center;}
.tal_indexlb .divtext .divmore a:hover { text-decoration:underline;}
.tal_indexlb ul li.liodd .divimg { float:right;}

.tal_indexlb ul li.liodd .divimg h2  span { float:left;}

.tal_indexlb ul li.liodd .divtext {float:left;width: 60%;padding:0px 60px 0px 40px;}
.tal_indexlb ul li.first01 .divtext .divmore a { background:#b90d11;}
.tal_indexlb .divtext .divmore .icon_left{left:0}
.tal_indexlb .divtext .divmore .icon_right{right:0}


/********************research************************/


/*****res_indynamic*****/

.res_indynamic {width: 100%;padding:0px 44px 0px 53px;background:#fff;border:1px solid #cb8e25;} 

.res_indynamic  h2 {width: 100%;overflow:hidden;padding-top: 28px;padding-bottom:20px;}

.res_indynamic  h2  .span01 {float:left;border-bottom:4px solid #ff0000;padding:8px 0px;font-size: 1.625rem;}

.res_indynamic  h2  .span01 a { color:#323232;}

.res_indynamic  h2  .span02 { color:#b90d11; float:right; padding-top:16px; font-weight:normal;}

.res_indynamic  h2  .span02 a { color:#b90d11;}

.res_indynamic  h2  .span02 a:hover { text-decoration:underline;}

.res_indynamic ul { /*width:528px;*/width:1109px; padding-top:18px;}

.res_indynamic ul li {float:left;width: 25%;}

.res_indynamic ul li .nsdate {float:left;width: 15%;}

.res_indynamic ul li .nsdate span { display:inline-block; text-align:center;} 

.res_indynamic ul li .nsdate .span01 { font-size:16px; color:#b90d11; padding-bottom:2px;}

.res_indynamic ul li .nsdate .span02 { background:#e80010; width:100%; color:#fff; font-size:18px; font-family:Arial, Helvetica, sans-serif; padding:10px 0px;}

.res_indynamic ul li .nstext {float:right;width: 80%;line-height:18px;padding-right:20px;color:#8e8e8e;}

.res_indynamic ul li .nstext dl {height: 192px;overflow:hidden;}

.res_indynamic ul li .nstext dl dt {color:#505050;font-size: 1.125rem;line-height: 1.75rem;}

.res_indynamic ul li .nstext dl dd { font-size:12px; padding-top:14px;}

.res_indynamic ul li .nstext dl dd a {color:#8e8e8e;font-size: 14px;}

.res_indynamic ul li .nstext .divmore { font-size:12px; color:#8e8e8e; padding:15px 0px 20px 0px; float:left;}

.res_indynamic ul li .nstext .divmore a { color:#8e8e8e;}

.res_indynamic ul li .nstext .divmore a:hover { color:#b90d11;}


/********************base************************/

.res_inbase { width:495px; height:364px; padding:0px 54px 0px 50px; background:#fff; margin-top:20px; border:1px solid #cb8e25;} 

.res_inbase  h2 { width:100%; overflow:hidden; padding-top:39px; padding-bottom:43px; font-weight:normal;}

.res_inbase  h2  .span01 { font-size:18px; float:left; border-bottom:4px solid #ff0000; font-weight:bold; color:#323232; padding:8px 0px;}

.res_inbase  h2 a { color:#323232;}

.res_inbase .divimg { float:left; width:221px;}

.res_inbase .divimg img { width:221px; height:163px; display:inline-block;}

.res_inbase .divtext { float:right; width:244px; margin-top:-5px;}

.res_inbase .divtext dl dd { line-height:24px; color:#565656; height:150px; overflow:hidden;}

.res_inbase .divtext .divmore {  color:#b90d11; font-size:12px; padding:33px 0px 0px 0px; float:left;}

.res_inbase .divtext .divmore a { color:#b90d11; float:left;}

.res_inbase .divtext .divmore a:hover { text-decoration:underline;}


/******res_injournals*******/

.res_injournals {border:1px solid #cb8e25;overflow:hidden;background:url(../images/res_injournalsli01.jpg) no-repeat 600px 53px #fff;margin-top: 35px;padding:32px 50px 40px;width: 100%;float:left;}

.res_injournals ul { width:1196px;}

.res_injournals ul li {float:left;width: 46%;padding-right:45px;margin-right:43px;color:#565656;line-height:24px;}

.res_injournals ul li dl dt { width:100%; overflow:hidden; padding-bottom:30px; font-weight:normal;}

.res_injournals ul li dl dt  span {float:left;border-bottom:4px solid #ff0000;color:#323232;padding:8px 0px;font-size: 1.625rem;}

.res_injournals ul li dl dt a {color: #323232;}

.res_injournals ul li dl dd {height: 220px;overflow:hidden;line-height: 180%;font-size: 1.125rem;}

.res_injournals .divmore {  color:#b90d11; font-size:12px; padding:24px 0px 0px 0px; float:left;}

.res_injournals .divmore a { color:#b90d11; float:left;}

.res_injournals .divmore a:hover { text-decoration:underline;}



/*******res_dynamiclb********/

.res_dynamiclb { width:100%; float:left; padding-top:40px; line-height:22px; color:#565656;}

.res_dynamiclb ul li { width:100%; padding:13px 0px; float:left;overflow:hidden;}

.res_dynamiclb ul li .span01  { float:left; padding-left:14px;}

.res_dynamiclb ul li  a {color:#565656;}

.res_dynamiclb ul li .span02 { float:right; padding-right:10px; font-family:Arial, Helvetica, sans-serif;} 

.res_dynamiclb ul li:hover { color:#ba0500;}

.res_dynamiclb ul li:hover a {color:#ba0500;}


/********************youth************************/

.cam_indexkg {margin: 6px 0 0;width: 100%;overflow:hidden;}

.cam_inyouth {width: 49%;height:446px;padding: 0px 2%;background:#fff;margin: 14px .5% 0;border:1px solid #cb8e25;} 

.cam_inyouth  h2 { width:100%; overflow:hidden; padding-top:39px; padding-bottom:23px;}

.cam_inyouth  h2  .span01 {min-width:76px;float:left;border-bottom:4px solid #ff0000;color:#323232;padding:8px 0px;font-size: 1.625rem;}

.cam_inyouth  h2 a { color:#323232;}

.cam_inyouth dl dt img {width: 100%;/* height:151px; */display:inline-block;}

.cam_inyouth dl dd {line-height:24px;padding:22px 5px 0px;color:#565656;height:100px;overflow:hidden;text-indent: 2em;}

.cam_inyouth .divmore {  color:#b90d11; font-size:12px; padding:23px 0px 0px 5px; float:left;}

.cam_inyouth .divmore a { color:#b90d11; float:left;}

.cam_inyouth .divmore a:hover { text-decoration:underline;}


/***********services********/

.ser_inkg { width:100%; margin-top:6px; float:left;}

.ser_inguide {width: 49%;height:614px;overflow:hidden;padding: 35px 35px 0px 35px;background:#fff;margin-top:14px;border:1px solid #cb8e25;} 



.ser_inguide h2 img { width:100%; height:295px; display:inline-block;}



.ser_inguide  dl dt { width:100%; overflow:hidden; padding-top:17px;  padding-bottom:6px; font-weight:normal;}

.ser_inguide  dl dt  .span01 {min-width:76px;float:left;border-bottom:4px solid #ff0000;color:#323232;padding:8px 0px;font-size: 1.625rem;}

.ser_inguide  dl dt a {color: #333;}

.ser_inguide dl dd {line-height:30px;padding:19px 0px 0px;color:#565656;height: 140px;overflow:hidden;text-indent: 2em;}

.ser_inguide .divmore {  color:#b90d11; padding:32px 0px 0px 0px; float:left;}

.ser_inguide .divmore a { color:#b90d11; float:left;}

.ser_inguide .divmore a:hover { text-decoration:underline;}


/****************ser_environ****************/

.ser_environkg {width: 100%;float:left;padding-top: 1rem;padding-right: 0;}
.ser_environyi {width:100%;float:left;margin-bottom: 25px;}

.ser_environyi h2 {width:100%;overflow:hidden;margin-bottom:1px;}

.ser_environyi h2 .span01 {background:#e7181e;float:left;width: 5.125rem;text-align:center;padding-left: 1rem;height: 3.125rem;line-height: 3.125rem;display:inline-block;}
.ser_environyi h2 .span01 img{max-height: 2.5rem;margin: -3px 0 0;}
.ser_environyi h2 .span02 {background:#e7181e;color:#fff;font-size: 1.875rem;float:left;padding-left: 0.5rem;padding-right: 2rem;height: 3.125rem;line-height: 3.125rem;display:inline-block;}

.ser_environyi table{max-width:100%;display: table;overflow:hidden;overflow-x:auto;}

.ser_environyi dl { width:805px; float:left; overflow:hidden; border:1px solid #d4d4d4;}

.ser_environyi dl dt { width:100%; float:left;  border-bottom:1px solid #d4d4d4;  line-height:56px; text-align:center; font-size:16px; color:#e7181e; font-weight:bold;}

.ser_environyi dl dt span { float:left; display:inline-block;}

.ser_environyi dl dt .span01 { width:125px;}

.ser_environyi dl dt .span02 { width:136px;}

.ser_environyi dl dt .span03 { width:150px;}

.ser_environyi dl dt .span04 { width:194px;}

.ser_environyi dl dt .span05 { width:200px;}

.ser_environyi dl dd { color:#3e3e3e; font-size:12px; float:left; width:100%; border-bottom:1px solid #d4d4d4; overflow:hidden; font-weight:bold; line-height:36px; padding:24px 0px;}

.ser_environyi dl dd span { float:left; padding:0px 5px; text-align:center;}

.ser_environyi dl dd .span01 { width:115px;}

.ser_environyi dl dd .span02 { width:126px;}

.ser_environyi dl dd .span03 { width:140px;}

.ser_environyi dl dd .span04 { width:184px;}

.ser_environyi dl dd .span05 { width:140px; padding:0px 30px; text-align:left;}

.ser_environyi dl dd.last01 { border-bottom:none;}

.ser_environyi dl dd .zleft { text-align:left; padding:0px 12px; width:112px;}

.ser_environshi dl dd .span01 { font-size:16px;}

.ser_environshi dl dd .span05 { text-align:center;}
.ser_environshi dl dd .lmjj { padding-top:14px;}


/******ser_environgo*******/

.ser_environgo { width:100%; font-size:12px; color:#3e3e3e; float:left;}

.ser_environgo h2 { width:100%;  overflow:hidden; margin-bottom:1px;}

.ser_environgo h2 .span01 {background:#e7181e;float:left;width: 3.125rem;text-align:center;padding-left: 12px;height: 3.125rem;line-height: 3.125rem;display:inline-block;}
.ser_environgo h2 .span01 img{max-height: 2rem;margin: -3px 0 0;}
.ser_environgo h2 .span02 {background:#e7181e;color:#fff;font-size: 1.875rem;float:left;padding-left: 1.5rem;padding-right:10px;line-height: 3.125rem;display:inline-block;}

.ser_environgo .divtext {padding: 20px 0 0px;line-height:24px;}

.ser_environgo .span03 { font-size:16px; color:#323232; font-weight:bold;}

.ser_environgo p { padding-bottom:40px;}


/*****ser_inproblem*****/

.ser_inproblem {width: 49%;height: 614px;overflow:hidden;padding:36px 36px 0px 34px;background:#fff;margin-top:14px;border:1px solid #cb8e25;} 



.ser_inproblem  h2 { width:100%; overflow:hidden;  padding-bottom:6px; font-weight:normal;}

.ser_inproblem  h2  .span01 {min-width:76px;float:left;border-bottom:4px solid #ff0000;color:#323232;padding:8px 0px;font-size: 1.625rem;}

.ser_inproblem  h2  a {color: #333;}



.ser_inproblem dl {line-height:22px;padding:19px 0px 0px 10px;color:#565656;height: 460px;overflow:hidden;}

.ser_inproblem dl dd { border-bottom:1px dotted #bdbdbd; padding:13px 0px;}

.ser_inproblem dl dd a { background:url(../images/ser_inproli01.jpg) no-repeat left 4px; color:#565656; padding-left:22px; display:inline-block;}

.ser_inproblem dl dd a:hover {color:#b90d11;}

.ser_inproblem .divmore {  color:#b90d11; padding:23px 0px 0px 32px; float:left;}

.ser_inproblem .divmore a { color:#b90d11; float:left;}

.ser_inproblem .divmore a:hover { text-decoration:underline;}


/****sea_list****/

.sea_list { width:100%; overflow:hidden; line-height:22px; padding-bottom:18px;}

.sea_list ul li { width:1099px; border-bottom:1px dotted #c0c0c0; padding:36px 18px 0px; float:left; overflow:hidden;}

.sea_list ul li dl { width:100%;}

.sea_list ul li dl dt a { font-size:1.125rem; color:#6f6f6f; font-weight:bold;}

.sea_list ul li dl dt span { color:#b90d11;}

.sea_list ul li dl dt a { color:#323232;}

.sea_list ul li dl dt a:hover { color:#b90d11;}



.sea_list ul li dl dd { padding:10px 0px 16px; font-size:12px;}

.sea_list ul li dl dd a { color:#323232;}

.sea_list ul li dl dd a:hover { color:#323232;}
.sea_list ul li dl dd span { display:block;float:left;margin-right:15px}

.sea_list ul li dl dd .span02 { color:#1478c5; font-family:Arial, Helvetica, sans-serif;}

.sea_list ul li dl dd .span02 a { color:#1478c5;}

.sea_list ul li dl dd .span03 { color:#7f7f7f;}


/************************ser_site************************/

.ser_site {padding-bottom:28px;padding-right:14px;}
.ser_site h2 {width:100%;overflow:hidden;margin-bottom: 20px;}

.ser_site h2 .span01 { background:#e7181e url(../images/icon_bg_03.jpg) no-repeat; float:left; width:27px; height:33px; display:inline-block;}

.ser_site h2 .span02 {border:1px solid #e7181e;color: #fff;font-size:18px;float:left;padding-left:40px;padding-right:40px;line-height:31px;min-width:110px;display:inline-block;font-weight:normal;background: #e7181e;}

.ser_site ul {width: 100%;float:left;background:#f6f6f6;padding:20px 5px 30px;}

.ser_site ul li {width: 50%;padding: 0px 0px 0px 25px;line-height: 30px;float:left;}

.ser_site ul li a {
    color: #323232;
    display: inline-block;
    font-size: 1.125rem;

    }

.ser_site ul li a:hover { color:#b90d11;}
.ser_sitegd { padding-top:0px; padding-bottom:28px;}


/****ser_guide****/

.ser_guidekg {padding: 0px 0px 0px 8px;width: 800px;float:left;}



.ser_guideposition {width: 790px;float:left;overflow:hidden;padding: 0px 0px 30px 0px;}

.ser_guideposition dl dt { border:1px solid #b90d11; width:149px; position:relative; z-index:2; height:43px; line-height:43px; color:#ef2626; font-size:18px; float:left; letter-spacing:3px;}

.ser_guideposition dl dt img {  float:left; padding:7px 5px 0px 10px;}

.ser_guideposition dl dd {float:left;width: 630px;height: 384px;padding:4px;border:1px solid #afafaf;margin-left: -1px;display:inline-block;}

.ser_guideposition dl dd img {width: 620px;height: 374px;display:inline-block;}


/*****ser_guideline*********/

.ser_guideline { width:100%; float:left; overflow:hidden; padding:30px 0px 21px;}

.ser_guideline dl dt { border:1px solid #b90d11; width:149px; position:relative; z-index:2; height:43px; line-height:43px; color:#ef2626; font-size:18px; float:left; letter-spacing:3px;}

.ser_guideline dl dt img {  float:left; padding:7px 5px 0px 10px;}
.ser_guideline dl dd {float:right;width:580px;line-height:30px;font-size: 1.125rem;color: #323232;margin-top:-6px;}


/******ser_guidesearch******/

.ser_guidesearch { width:100%; float:left; color:#565656; line-height:30px;  overflow:hidden; padding:40px 0px 21px;}

.ser_guidesearch h2 {font-size: 1.125rem;color: #323232;}

.ser_guidesearch p {padding-bottom:20px;font-size: 1.125rem;color: #323232;}

.ser_guidesearch a { color:#b90d11;}

.ser_guidesearch a:hover { text-decoration:underline;}

.ser_guidesearch a.a1 { color:#4988d0; text-decoration:underline; font-family:Arial, Helvetica, sans-serif;}



/******sur_inleadernr*******/

.sur_inleadernr {padding:51px 25px 0px;/* width:771px; */float:left;line-height:22px;color:#595959;}

.sur_inleadernr .img01 {width:274px;height:384px;float:left;margin-right:65px;}

.sur_inleadernr .nrtitle {float:right;/* width:425px; */}

.sur_inleadernr .nrtitle  h2 { width:100%; font-weight:normal;}

.sur_inleadernr .nrtitle  h2 span { display:block;}

.sur_inleadernr .nrtitle  h2 .span01 { font-size:35px; line-height:35px; padding-top:113px;}

.sur_inleadernr .nrtitle  h2 .span02 { color:#a7a7a7; padding-left:35px; padding-top:3px; text-transform:uppercase; font-size:14px; font-family:Arial, Helvetica, sans-serif;}



.sur_inleadernr .nrtitle  h3 { font-size:20px; color:#fff; padding-top:16px;}

.sur_inleadernr .nrtitle  h3 span { display:inline-block; background:#b90d11; line-height:30px; padding:0px 10px;}



.sur_inleadernr .nrtitle  h4 {color:#595959;line-height:24px;font-size: 16px;font-weight:normal;padding-top: 20px;}



.sur_leadernr {padding:33px 25px 0px;/* width:771px; */float:left;line-height:22px;color:#595959;}

.sur_leadernr p { padding-bottom:20px;}


.sur_carenrclose { float:right;  font-size:14px; color:#fff; padding-right:25px; padding-top:20px;}

.sur_carenrclose a {width:78px;height:23px;display:inline-block;line-height:23px;text-align:center;background:url(../images/sur_closebg.jpg) no-repeat;color:#fff;}



.mec_nrclose { padding-right:5px;}




/*百度播放器美化*/
#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_qh{ opacity:0; visibility:hidden; transition:0.6s}
.miso_qh.miso-initialized{ opacity:1; visibility:visible;}
.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-list.dragging{ cursor: pointer; cursor: hand;}
.miso-slider .miso-track,
.miso-slider .miso-list{ -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:inline-block;zoom: 1;margin-left: auto;margin-right: auto;vertical-align: top;}
.miso-track:before,
.miso-track:after{ display: table; content: '';}
.miso-track:after{ clear: both;}
.miso-loading .miso-track{ visibility: hidden;}
.miso-slide { float: left; height: 100%; min-height: 1px; display: none; -moz-user-select:text; -khtml-user-select: text; user-select:text;}
[dir='rtl'] .miso-slide{ float: right;}
.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;}
.miso-arrow.miso-hidden {display: none;}

.miso-loading .miso-list{ background: #fff ;}
.miso-prev,
.miso-next{font-size: 0;line-height: 0;  position: absolute; top: 50%; display: block; width: 20px; height: 20px;padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent;}
.miso-prev:hover,
.miso-prev:focus,
.miso-next:hover,
.miso-next:focus{ color: transparent; outline: none; background: transparent;}
.miso-prev:hover:before,
.miso-prev:focus:before,
.miso-next:hover:before,
.miso-next:focus:before{ opacity: 1;}
.miso-prev.miso-disabled:before,
.miso-next.miso-disabled:before{ opacity: .25;}

.miso-prev:before,
.miso-next:before{ font-size:2rem; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight:bold; cursor:pointer}

.miso-prev{ left: 0px;}
[dir='rtl'] .miso-prev{ right: 0px; left: auto;}
.miso-prev:before{ content: ''; font-family:simsun;}
[dir='rtl'] .miso-prev:before{ content: ''; font-family:simsun;}

.miso-next{ right: 0px;}
[dir='rtl'] .miso-next{ right: auto; left: 0px;}
.miso-next:before{ content: ''; font-family:simsun;}
[dir='rtl'] .miso-next:before{ content: ''; font-family:simsun;}

/* Dots */
.miso-dots { position: absolute; bottom:0; 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: 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);}

/* 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}
.miso-lightbox .miso-prev:before,.miso-lightbox .miso-next:before{ width:32px; height:32px; display:block}
.miso-lightbox .miso-prev:before{ content: ''; background: url(../images/left_svg.svg) center no-repeat;}
.miso-lightbox .miso-next:before{ content: ''; background: url(../images/right_svg.svg) center no-repeat;}
@media(max-width: 768px){
	.miso-prev, .miso-next{ width:20px; height:20px;}
	.miso-lightbox .miso-prev:before,.miso-lightbox .miso-next:before{ width:20px; height:20px; background-size:20px 20px}
} 
/*Slider 结束*/


.piaofu{ width:65px; position:fixed; right:15px; z-index:100000; bottom:30%}
.piaofu .anniu{display:inline-block;width: 60px;height: 60px;line-height: 60px;background: #fff;border-radius: 100%;margin-bottom: 5px;}
.piaofu .anniu a{ display:block; width:100%; height:100%; position:relative; z-index:1}
.piaofu .anniu a h4{line-height: 60px;}
.piaofu .anniu:hover a h4{ -webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}
.piaofu .anniu a h6{ font-size:12px; color:#6a6c6d}
.piaofu .anniu.anniu01,.piaofu .anniu.anniu02{ cursor:pointer; position:relative}
.piaofu .anniu.anniu01 .piao_ewm{border-radius: 2px;position:absolute;left: -109px;bottom: -1px;border: #e5e5e5 1px solid; display:none}
.piaofu .anniu.anniu01 .piao_tel{border-radius: 30px;position:absolute;width: 230px;height:60px;right: 0;top: 0;background:#3b73cb;display:none;padding: 0 35px;font-size: 20px;color: #fff;}
.piaofu .anniu.anniu02{ display:none}
.piaofu .anniu.anniu02 a h4{margin-top:-3px;}
.anniu_close img{ position:absolute; top:-15px; right:-10px; width:18px; height:18px; cursor:pointer}

.Statistical{display:inline-block; margin-left:12px;}
.Statistical span,.Statistical span img{ vertical-align:top}
.bd_weixin_popup{ box-sizing:content-box}
.bd_weixin_popup .bd_weixin_popup_foot{ text-align:center !important}

@-webkit-keyframes anim-open-2 {
	0% { opacity: 0; -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	2.083333% { -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4.166667% { -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	6.25% { -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	8.333333% { -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	10.416667% { -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	12.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	14.583333% { -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	16.666667% { -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	18.75% { -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	20.833333% { -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	22.916667% { -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	25% { -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	27.083333% { -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	29.166667% { -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	31.25% { -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	33.333333% { -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	35.416667% { -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	37.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	39.583333% { -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	41.666667% { -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	43.75% { -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	45.833333% { -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	47.916667% { -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	50% { opacity: 1; -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	52.083333% { -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	54.166667% { -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	56.25% { -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	58.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	60.416667% { -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	64.583333% { -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	66.666667% { -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	68.75% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	70.833333% { -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	72.916667% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	75% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	77.083333% { -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	79.166667% { -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	81.25% { -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	83.333333% { -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	85.416667% { -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	87.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	89.583333% { -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	91.666667% { -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	93.75% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	95.833333% { -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	97.916667% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes anim-open-2 {
	0% { opacity: 0; -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	2.083333% { -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4.166667% { -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	6.25% { -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	8.333333% { -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	10.416667% { -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	12.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	14.583333% { -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	16.666667% { -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	18.75% { -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	20.833333% { -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	22.916667% { -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	25% { -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	27.083333% { -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	29.166667% { -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	31.25% { -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	33.333333% { -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	35.416667% { -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	37.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	39.583333% { -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	41.666667% { -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	43.75% { -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	45.833333% { -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	47.916667% { -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	50% { opacity: 1; -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	52.083333% { -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	54.166667% { -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	56.25% { -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	58.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	60.416667% { -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	64.583333% { -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	66.666667% { -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	68.75% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	70.833333% { -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	72.916667% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	75% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	77.083333% { -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	79.166667% { -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	81.25% { -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	83.333333% { -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	85.416667% { -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	87.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	89.583333% { -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	91.666667% { -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	93.75% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	95.833333% { -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	97.916667% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@-webkit-keyframes anim-close-2 {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1); }
}

@keyframes anim-close-2 {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1); transform: scale3d(0.8, 0.8, 1); }
}


#gotop{position:fixed;z-index:90;bottom: .5rem;right: 1rem;box-sizing:border-box;text-align:center;cursor:pointer;-moz-transition:all .5s;-webkit-transition:all .5s;width: 2.875rem;height: 2.875rem;line-height: 2.875rem;background: #b90d11;opacity:1;visibility:visible;overflow:hidden;}
#gotop.hide{ height:0; opacity:0; visibility:hidden}
#gotop svg{width: 1.375rem;height: 1.375rem;display: inline-block;fill: #fff;vertical-align: middle;margin: -3px 0 0; transition:.6s}
#gotop:hover{ border-radius:50%}

@font-face{ font-family:Impact; src:url(../font/impact.ttf);}
@font-face{ font-family:simkai; src:url(../font/simkai.ttf);}
@media (max-width:4000px){html{font-size:18px;}}
@media (min-width:1600px) and (max-width:1940px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:13px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:13px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:12px;}}
@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;}


.header_box{height:150px;background: url(../images/header_bg.jpg) center no-repeat;position:relative;z-index:10000;background-size: cover;}
.header_box .top{height: 50px; line-height:50px}
.header_box .nei_box{ background:url(../images/nei_box_bg.png) center bottom no-repeat}
.header_box .top .left{font-size: 15px;color:#fff;opacity:.7;}
.list_box1 li{float:left;margin-right:1rem;font-size: 15px;color:#fff;opacity:.7;transition:.5s;}
.list_box1{ float:left;}
.search_btn{ float:left; position:relative; padding-left:16px}
.search_btn:before{ content:""; position:absolute; width:1px; height:10px; background:#fff; opacity:.4; left:0; top:50%; margin-top:-5px}
.search_btn img{ margin:-3px 0 0 0; cursor:pointer}

/*导航*/
.MainMenu #links{position: relative;z-index: 1;padding: 0;margin: 0 -1rem;}

.MainMenu #links>li{float: left;width: calc((100% - 14.3125rem) / 10);margin: 0;position:relative;color: #fff;display:inline-block;height: 100px;line-height: 100px;transition:0.6s;text-align: center;}
.MainMenu #links>li:nth-child(4):after{ display:none}
.MainMenu #links>li:nth-child(6){margin-left: 13.3125rem;}
.MainMenu #links>li a{display:block;position:relative;padding: 0;}
.MainMenu #links>li a h3{font-size: 18px;font-weight: 700;}
.MainMenu #links>li a i{content:"";position:absolute;right: -1.25rem;}
.MainMenu #links>li a i svg{display:inline-block;width: 11px;height: 11px;fill:#282828;position: relative;top: 3px;}
.MainMenu #links>li:before{content:"";position:absolute;bottom: 3px;left: 50%;border-bottom: #fff 4px solid;transition:0.6s;border-left: transparent 4px solid;border-right: transparent 4px solid;margin-left: -4px;opacity: 0;visibility: hidden;display: none;}
.MainMenu #links>li>a:after{content:"";position:absolute;left: 50%;width: 30px;height: 1px;transition:0.6s;opacity: 1;bottom: 22px;margin-left: -15px;opacity: .5;}
.MainMenu #links>li.on:before, .MainMenu #links>li:hover:before{opacity: 1;visibility: visible;}
.MainMenu #links>li.on:after, .MainMenu #links>li:hover:after{opacity: 1;}
.MainMenu #links>li.on, .MainMenu #links>li:hover{color: #cb8e25;}
.MainMenu #links .down{width:180px;position:absolute;top: 100%;left:50%;margin-top: 0;background-color:#fff;z-index:2;-webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);transform:translate(-50%,10px);-webkit-border-radius:2px;-ms-border-radius:2px;border-radius:2px;padding:15px 20px;opacity:0;pointer-events:none;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);-ms-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);box-shadow: 0 5px 50px rgba(0,0,0,.3);}
.MainMenu #links .down:before{content:"";position:absolute;bottom:100%;height:25px;left:0;right:0;background-color:transparent;}
.MainMenu #links .down:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}
.MainMenu #links .down li:not(:last-of-type){border-bottom:1px solid #efefef}
.MainMenu #links .down a{display:block;position:relative;font-size: 15px;padding: 10px 0;color:#58595b;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1);-ms-transition:color .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1);line-height: initial;text-align: center;letter-spacing: 1px;line-height: 24px;}
.MainMenu #links .down a:before{content:"";position:absolute;top:7px;bottom:7px;left:-20px;width:4px;background: #b90d11;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:-webkit-transform .3s cubic-bezier(.162,.85,.45,1);transition:transform .3s cubic-bezier(.162,.85,.45,1);}
.MainMenu #links .down a.active,.MainMenu #links .down a:hover{color: #b90d11;}
.MainMenu #links .down a.active:before,.MainMenu #links .down a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.MainMenu #links .down.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }

.logo_web img{width: 11.3125rem;position:absolute;top:0;left:50%;margin-left: -5.65625rem; z-index:1000}



.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition:.6s;
}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
}
.search-dialog-box .search-bg{

position: absolute;

left: 50%;

top: 50%;

width: 120vw;

height: 120vw;

margin: -60vw 0 0 -60vw;

background: #b90d11;

background-size: cover;

background-repeat: no-repeat;

border-radius: 100%;

/* z-index: 1; */

transform: scale(0);

transform-origin: center center;

transition: transform .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition:.6s;
}
.header-right .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
	position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
	width:6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
	width:12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3{
	width:36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{
	width:56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
	width:54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%;
}



.search-dialog-box .bubbles-bg .bubble5 .circle{
	background-color: #fff;
	opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
	width:56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
	width:2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8{
	width:1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
	width:16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
	width:56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
	animation:spin 8s infinite linear;
	transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
	animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
	animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
	transform-origin: 30% 30px;
}
.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	
}
.search-dialog .search-tit{
	font-size: 2.75rem;

	line-height: 3.5rem;

	color: #fff;
	text-align: center;
	overflow: hidden;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 3.35rem;
}
.search-dialog .search-input{
	width: 50rem;
	margin: 0 auto;
	padding: 0 0.5rem 0 1.5rem;
	background-color: rgba(0,0,0,.1);
	border-radius: 1.65rem;
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 3.5rem;
	width: calc(100% - 3.5rem);
	background-color: transparent;
	font-size: 1.25rem;
	line-height: .5rem;
	color: #fff;
	transition: all .3s;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5);  
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color:rgba(255,255,255,0.5); 
} 
.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 3.5rem;
	width: 3.5rem;
}
.search-dialog .search-input input[type=submit]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.75rem;
	background-image: url('../images/search-btn.svg');
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/close-btn.svg');
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=submit]{

}

.search-dialog .hot-search{
	font-size: 0;
	width:19.5rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;
	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;

}
.search-dialog .hot-link{
	margin-left: 1rem;
}
.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color:#fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{
	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: .35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg{
	visibility: visible;
	opacity: 1;
}
.header-right.is-open .search-btn .con-box{
	display:none;
}
.header-right.is-open .close-btn{
	display:block;
}
.header-right.is-open .item .search-bg{
	transform:scale(1);
}
.search-dialog-box.on{
	opacity: 1;
	visibility: visible;
}
.search-dialog-box.on .search-bg{transform: scale(1);}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;

    z-index: 10;
    right: 1.125%;
    top: 1.35rem;
    background-color: rgba(0,0,0,.1);
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-image: url(../images/close-btn.svg);
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}

/*导航按钮开始*/
#nav_btn_box{ height:100%; z-index:999999999; float:right; margin-left:20px; }
#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: 1.75rem;}
#nav_btn .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 21px;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: #fff;}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute;left: 0;display: inline-block;width: 1.75rem;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: #fff;}
#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_header #logo .box_table, #nav_btn_box .box_table{ width:auto}

/*手机头部开始*/
#m_header{position: relative;z-index: 99;width:100%;height: 60px;left:0;top:0;padding: 0px 15px;border: none;background: #b90d11;}
#m_header #logo{height: 60px;float: left;}
#m_header #logo img{max-height:60%;max-height: 40px;}
#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;}
.wap_search .btn_blue{width: 20%;height:3.8rem; background:#00a0e9 url() center no-repeat; background-size:20px; font-size:0;color:#fff;cursor:pointer;text-transform:uppercase;float:  left;}



/*顶部搜索*/
.tc_search{margin: 0 1.3rem;width: calc(100% - 2.6rem);}
.tc_search form{height:40px;border-radius:20px;border:1px solid #e5e5e5;position:relative;width:100%;margin-bottom: 1rem;}
.tc_search .focus_js{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_white.svg) 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消失-结束 */



/*导航按钮结束*/
.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: #b70103;
    width: 61.8%;
    height:100vh;
    right: -105%;
    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;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list span a:hover{ color: #014085;}
#m_nav .title .list a{display:block;font-size:1rem;color: #fff;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: 888;background-color: rgba(0,0,0,0.4);display: none;}
.m_header_box{display:none;height: 60px;}

.banner-box{ position: relative; z-index:1}
.banner .item{/* float: left; *//* opacity: 1 !important; */overflow: hidden;}
.banner .item figure{ display: block; line-height: 1; overflow: hidden;}
.banner .item figure img{display: block;position: relative;width: 100%;height: calc(100vh - 150px);object-fit: cover;}
.btext{ position: absolute; left: 50%; margin-left: -600px; top: 50%; margin-top: -90px;}
.btextwr{ opacity: 0; visibility: hidden; transform: translateX(-80px); -webkit-transform: translateX(-80px); -moz-transform: translateX(-80px);}
.btext strong{ display: inline-block; padding: 0 18px; height: 32px; line-height: 32px; color: #ffffff; font-size: 16px; background: #053f6a; font-weight: normal; margin-bottom: 16px;}
.btext small{ display: block; color: #053f6a; font-size: 48px; font-weight: bold; font-family: "Square 721 Bold Condensed BT"; line-height: 1; margin-top: 12px; margin-bottom: 24px;}
.btext span{ display: block; line-height: 1; color: #053f6a; font-size: 48px; font-weight: bold;}
.btext b{ display: block; width: 42px; height: 42px; border-radius: 50%; border: 3px solid #053f6a; position: relative; margin-top: 36px;}
.btext b:before{ content: ""; width: 9px; height: 14px; position: absolute; left: 16px; top: 50%; margin-top: -7px;}
.banner .miso-list{ position: relative; z-index: 3;}
.banner .item.miso-current .btextwr{ opacity:1; visibility:visible; transform:skew(0deg) translateX(0); transition:0.6s 0.3s;}
.banner .item.miso-current{ z-index: 4 !important; animation: none; -webkit-animation: none; -moz-animation: none; -o-animation: none;}
.banner .item.miso-current figure{ -webkit-animation: increaseHeight 0.8s forwards ease-in-out; animation: increaseHeight 0.8s forwards ease-in-out; -moz-animation: increaseHeight 0.8s forwards ease-in-out; -o-animation: increaseHeight 0.8s forwards ease-in-out;}
.banner .item{ -webkit-animation: hide 0.8s forwards ease-in-out; animation: hide 0.8s forwards ease-in-out; -moz-animation: hide 0.8s forwards ease-in-out; -o-animation: hide 0.8s forwards ease-in-out; z-index: 3 !important;}
.banner .item figure{ animation: none; -webkit-animation: none; -moz-animation: none; -o-animation: none;}
.banner .miso-list { overflow: hidden; width: 100%; height: 100%; }
.banner .miso-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.banner .miso-track:before, .miso-track:after { content: ""; display: table; }
.banner .miso-track:after { clear: both;}
@-webkit-keyframes decreaseHeight {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		width: 0;
	}
}

@keyframes decreaseHeight {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		width: 0;
	}

}

@-webkit-keyframes show {
	0% {
		opacity: 0;
	}
	1%,100% {
		opacity: 1;
	}
}

@keyframes show {
	0% {
		opacity: 0;
	}
	1%,100% {
		opacity: 1;
	}
}

@-webkit-keyframes hide {
	0%,99% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes hide {
	0%,99% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes increaseHeight {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

@keyframes increaseHeight {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

#banner .miso-prev,
#banner .miso-next{width:3.5rem;height:3.5rem;z-index: 10000; background-size:100% 100% !important}
#banner .miso-prev{left:1%; background:url(../images/banner_prev.png) center center no-repeat;transition:0.36s;}
#banner .miso-next{right:1%; background:url(../images/banner_next.png) center center no-repeat;transition:0.36s;}
#banner .miso-dots{bottom: 2.5rem;z-index: 10;left: 50%;transform: translateX(-50%);text-align: right;}
#banner .miso-dots li{width:60px;height:30px;margin: 0px -5px;}
#banner .miso-dots li.miso-active{ background:url(../images/dots_on.png) center no-repeat}
#banner .miso-dots li button{color:#fff;font-size:.875rem;font-family:Georgia;padding: 0;width:100%;height:100%;line-height:30px;padding-left: 8px;}

/*==========================================公共 结束=============================================*/


/*==========================================首页 开始=============================================*/

.container01{ overflow:hidden}
.container00 .w1200{ position:relative; padding:6.25rem 0 0;}
.container00 .title001{ position:absolute; top:0; left:0; width:1.875rem; font-size:1.875rem; color:#b90d11; padding:175px 0 0; background:url(../images/title001_bg1.png) center top no-repeat; font-family:simkai; font-weight:bold; line-height:2rem;z-index:9}
.container00 .title001 a{ font-family:simkai;}
.container00 .content{ padding-left:6.25rem}

.list_box2{ margin:0 -.625rem; margin-bottom:1.875rem}
.list_box2 li{ float:left; width:33.333333%; padding:0 .625rem}
.list_box2 li a{ display:block; padding:.625rem; background:#fff; border:#fff 1px solid; position:relative; transition:.5s}
.list_box2 li a .img{ overflow:hidden}
.list_box2 li a .img .img_hezi{ padding-bottom:62.84% !important}
.list_box2 li a .box{padding:1.875rem 1.25rem 1.5rem;display: table;}
.list_box2 li a .box .top{ padding-bottom:1.375rem; border-bottom:#eaeaea 1px solid; margin-bottom:1rem; position:relative; transition:.5s}
.list_box2 li a .box .top:before{content:"";position:absolute;width:5px;height:5px;background:#b90d11;border-radius:2.5px;left:0;bottom: -2.5px;transition:.5s;}
.list_box2 li a .box .top .time{ width:54px; height:4.375rem; background:url(../images/time_bg1.png) left top no-repeat, url(../images/time_bg2.png) right bottom no-repeat; padding-right:5px}
.list_box2 li a .box .top .time h3{display:inline-block;max-width:2.5rem;height:2.5rem;font-size:2.25rem;color:#323232;font-family:Times New Roman;transform: scaleX(.8);white-space: nowrap;}
.list_box2 li a .box .top .time h6{ font-size:12px; color:#cb8e25; line-height:1.75rem; font-family:Times New Roman; border-top:#eaeaea 1px solid;transition:.5s;}
/*.list_box2 li a .box .top .con{ width:calc(100% - 54px); padding-left:1.375rem; text-align:center; }
.list_box2 li a .box .top .con h5{ font-size:1.125rem; color:#323232; line-height:1.75rem; height:3.5rem; margin:.5rem 0 0; text-align:left; transition:.5s}
.list_box2 li a .box p{ font-size:12px; color:#999999; line-height:22px; height:66px;}*/
.list_box2 li a .box .top .con{ width:100%; padding-left:0; }
.list_box2 li a .box .top .con h5{ font-size:1.125rem; color:#323232; line-height:1.75rem; height:3.5rem; margin:.5rem 0 0; text-align:left; transition:.5s}
.list_box2 li a .box p.date{ font-size:0.875rem; color:#666; line-height:1.75; height:22px;}
.list_box2 li a .box p{ font-size:12px; color:#999999; line-height:22px; height:66px;}

.list_box3{ margin:0 -.625rem; }
.list_box3 li{ float:left; width:33.333333%; padding:0 .625rem}
.list_box3 li a{ display:block; transition:.5s}
.list_box3 li a .box{ }
.list_box3 li a .box .top .time{ width:54px; height:4.375rem; background:url(../images/time_bg1.png) left top no-repeat, url(../images/time_bg2.png) right bottom no-repeat; padding-right:5px}
.list_box3 li a .box .top .time h3{display:inline-block;max-width:2.5rem;height:2.5rem;font-size:2.25rem;color:#323232;font-family:Times New Roman;transform: scaleX(.8);}
.list_box3 li a .box .top .time h6{ font-size:12px; color:#cb8e25; line-height:1.75rem; font-family:Times New Roman; border-top:#eaeaea 1px solid;}
/*.list_box3 li a .box .top .con{ width:calc(100% - 54px); padding-left:1.375rem; text-align:center; }
.list_box3 li a .box .top .con h5{ font-size:1.125rem; color:#323232; line-height:1.75rem; height:3.5rem; margin:.5rem 0 0; text-align:left; transition:.5s}*/
.list_box3 li a .box .top .con{ width:100%; padding:1rem; background: #fff;}
.list_box3 li a .box .top .con h5{ font-size:1.125rem; color:#323232; line-height:1.75rem; height:3.5rem; margin:.5rem 0 0; text-align:left; transition:.5s}
.list_box3 li a .box .top .con p{ font-size:0.875rem; color:#666; line-height:1.75rem; transition:.5s}

.container02{background:url(../images/container02_bg.png) center top no-repeat;background-size:cover;overflow:hidden;margin-top:-1.375rem;min-height: 36rem;}
.container02 .w1200{ padding:12.5rem 0 6rem; }
.container02 .title001{ right:0; left:auto; top:7.5rem}
.container02 .content{ padding:0 6.25rem 0 12.5rem}

.list_box4 li a{ display:block; height:3.5rem; line-height:3.5rem; border-bottom:rgba(255,255,255,.2) 1px solid; position:relative; transition:.5s}
.list_box4 li a:before{ content:""; position:absolute; right:0; width:0; height:1px; background:#cb8e25; transition:.5s; bottom:-1px}
.list_box4 li a span{ display:inline-block; width:86px; font-size:12px; color:#cb8e25; position:relative}
.list_box4 li a span:before{ content:""; position:absolute; width:1px; height:5px; background:#fff; opacity:.5; right:10px; top:50%; margin-top:-3px}
.list_box4 li a font{ display:inline-block; width:calc(100% - 86px); font-size:1.125rem; color:#fff; vertical-align:top; transition:.5s}

.container02 .title001{ color:#fff; background:url(../images/title001_bg2.png) center top no-repeat; }

.container03{background: #fff url(../images/container03_bg.png) center no-repeat;overflow:hidden;}
.container03 .w1200{padding: 6rem 0 8.125rem;}

.list_box5{ margin:0 -.625rem}
.list_box5 li{ float:left; width:33.333333%; padding:0 .625rem; margin-bottom:1.25rem; position:relative; overflow:hidden}
.list_box5 li a{ display:block; background:#cb8e25; width:100%; position:relative; transition:.5s}
.list_box5 li a .img{ padding-bottom:18.75rem; width:100%; position:relative}
.list_box5 li a .img:after{content:"";position:absolute;top: 6rem;right:0;bottom:0;left:0;background:url(../images/jianbian_bg.png) center bottom no-repeat;background-size: 100% 100%;}
.list_box5 li a .img img{ position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; object-fit:cover}
.list_box5 li a .top{ position:absolute; top:0; right:0; bottom:0; left:0; padding:1.25rem 1.875rem 0}
.list_box5 li a .top h3{ text-align:right}
.list_box5 li a .top h3 img{ height:2.5rem}
.list_box5 li a .top h5{font-size:1.125rem;color:#fff;line-height:1.75rem;height:3.5rem;margin: .5rem 0 1rem;}
.list_box5 li a .top p{ font-size:12px; line-height:1.375rem; height:5.5rem; opacity:.6; color:#fff}
.list_box5 li a .top hr{ background:#fff; opacity:.3; margin:1rem 0}
.list_box5 li a .top h6{font-size:12px;line-height:1.375rem;color:#fff;}
.list_box5 li a .top h6 img{ margin:-3px .5rem 0 0}

.list_box5 li.li2 a .top{top:auto;bottom:0;padding-bottom:.5rem;}
.list_box5 li:nth-child(2), .list_box5 li:nth-child(5){ top:5rem}
.list_box5 li:nth-child(3) a{ background:#00398d;}
.list_box5 li:nth-child(5) a{ background:#b90d11;}


.container04{background:url(../images/container04_bg.jpg) center top no-repeat;background-size:cover;overflow:hidden;}
.container04 .w1200{ padding:7.5rem 0 6rem; }
.container04 .title001{ right:0; left:auto; top:1.75rem; color:#fff; background:url(../images/title001_bg2.png) center top no-repeat;}
.container04 .content{ padding:0 6.25rem 0 0}


.list_box6{ margin:0 -1.875rem}
.list_box6 li.miso-slide{ float:left; width:25%; padding:1.5rem 1.875rem 4rem; text-align:center; position:relative}
.list_box6 li.miso-current:before, .list_box6 li.miso-current + li:before, .list_box6 li.miso-current + li + li:before{ content:""; position:absolute; right:0; top:7rem; width:1px; background:#cb8e25; bottom:5.75rem; opacity:.2}
.list_box6 li.miso-current:after, .list_box6 li.miso-current + li:after, .list_box6 li.miso-current + li + li:after{ content:""; position:absolute; right:-1px; top:7rem; width:3px; background:#cb8e25; height:2.875rem; transition:.5s}
.list_box6 li .img{ display:inline-block; width:11.875rem; height:11.875rem; border-radius:50%; position:relative; margin-bottom:2.25rem}
.list_box6 li .img:before{content:"";position:absolute;width: 14.6875rem;height:15.25rem;left:50%;top:50%;transform: translateX(-47%) translateY(-53%);background:url(../images/list_box6_bg.png) center no-repeat;background-size: 100% 100%; transition:.5s}
.list_box6 li .img:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; border:#cb8e25 2px solid; border-radius:50%}
.list_box6 li .img img{ display:inline-block; width:100%; height:100%; border-radius:50%}
.list_box6 li .con{ text-align:left; transition:.5s}
.list_box6 li .con h5{ font-size:1.125rem; color:#fff; line-height:1.75rem; height:3.5rem}
.list_box6 li .con hr{ width:2.5rem; height:1px; background:#cb8e25; margin:1rem 0; transition:.5s}
.list_box6 li .con p{font-size:12px;line-height:1.375rem;height: 4.125rem;opacity:.6;color:#fff;}

.list_box6 .miso-dots li{width: .5rem;height: .5rem;border:#cb8e25 1px solid;border-radius:50%;margin: 10px .375rem;}
.list_box6 .miso-dots li.miso-active{ background:#cb8e25}
.list_box6 .miso-arrow{width:17px;height:31px;background-size:100% 100%;top:auto;bottom:0;transform: translateY(0);}
.list_box6 .miso-prev{ background:url(../images/left02.png) center no-repeat; left:50%; margin-left:-6rem}
.list_box6 .miso-next{ background:url(../images/right02.png) center no-repeat; right:50%; margin-right:-6rem}



.gymd_new{    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
.gymd_new li{width: 49.1%;display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.gymd_new li a{display: block;
    width: 48%;
    position: relative;
    margin-bottom: 3.5%;}
.gymd_new li a img.img{width: 100%;height: 100%;}
.gymd_new li a img.play{    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;}
.gymd_new li+li{}
.gymd_new li+li a{width: 100%;}



.container05{ overflow:hidden;}
.container05 .w1200{ padding:6.25rem 0 3.25rem}
.list_box7{ margin:0 -.9375rem}
.list_box7 li{ float:left; width:33.333333%; padding:0 .9375rem}
.list_box7 li a{ display:block; padding:0 0 0 .5rem; position:relative}
.list_box7 li a h5{ height:2.75rem; line-height:2.754rem; background:rgba(0,0,0,.6); max-width:90%; font-size:1.125rem; color:#fff; padding:0 1.75rem 0 1rem; bottom:.625rem; position:absolute; left:0}
.list_box7 li a h5:before{content:"";position:absolute;top:0;right: -.625rem;bottom:0;width:.625rem;background:url(../images/sanjiao001.png) center no-repeat;background-size:100% 100%;}
.list_box7 li a h5 span{ display:block}
.list_box7 li a .img{ overflow:hidden;}
.list_box7 li a .img .img_hezi{ padding-bottom:56.27% !important}
.list_box7 .miso-arrow{width:19px;height:35px;background-size:100% 100%;}
.list_box7 .miso-prev{ background:url(../images/left03.png) center no-repeat; left:2rem; }
.list_box7 .miso-next{ background:url(../images/right03.png) center no-repeat; right:1.75rem; }

.container06{ overflow:hidden; padding:0 0 1.875rem}
.list_box8 li{ float:left; width:12.5%; text-align:center}
.list_box8 li h3{line-height:4rem;margin-bottom:1.5rem;position:relative;height: 4rem;}
.list_box8 li h3:before{ content:""; position:absolute; width:0; height:1px; background:#b90d11; left:50%; transition:.5s; bottom:-1rem}
.list_box8 li h3 img{ max-height:4rem; display:inline-block; transition:.5s}
.list_box8 li h5{ font-size:16px; color:#666666; line-height:1.5}

footer{background:url(../images/footer_bg.png) center no-repeat;min-height:19.5rem;background-size:auto 100%;overflow: hidden;}
footer .right{ width:20.625rem; height:19.5rem}
footer .center{ width:20.125rem; padding:6rem 0 0;}
footer .center ul{padding-left: 3%;}
footer .center ul li{ display:inline-block; margin-right:1.25rem; text-align:center}
footer .center ul li h3{ display:inline-block; width:7.875rem; height:7.875rem; background:url(../images/ewm_bg.png) center no-repeat; background-size:100% 100%}
footer .center ul li h5{ font-size:1rem; color:#92764f; line-height:2.5rem}
footer .left{ width:calc(100% - 20.125rem - 20.625rem); padding:5rem 0 0}
footer .left ul{ margin-bottom:.75rem}
footer .left ul li .ico{ background:url(../images/fangge_bg.png) center no-repeat; width:57px; height:55px;}
footer .left ul li{ width:40%; float:left; margin-bottom:1.125rem}
footer .left ul li:nth-child(2n-1){width:60%}
footer .left ul li .con{ width:calc(100% - 57px); padding:.25rem 0 0 .75rem}
footer .left ul li .con h5{ font-size:.875rem; color:#fff; line-height:1.5rem}
footer .left ul li .con h6{ font-size:.875rem; color:#fff; line-height:1.5rem}
footer .left ul li .con h6 b{ font-size:1rem}
footer .left p{ font-size:.875rem; color:#fff; line-height:1.5rem; opacity:.6;}
 
/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.n_banner{ position:relative}
.n_banner .bg{ position:absolute; top:0; right:0; bottom:0; left:0}
.n_banner .bg img{ width:100%; height:100%; object-fit:cover}
.n_banner .top{ position:relative; text-align:right}
.n_banner .top .w1200{ height:16.25rem; position:relative}
.n_banner .top .w1200 img{ position:absolute; right:0; bottom:1.25rem}

.n_container{ position:relative; min-height:600px}
.n_container .bg_h{background:url(../images/n_container_bg.jpg) center no-repeat;height:28.125rem;position:absolute;top:0;left:0;right:0;background-size: cover;}

.mianbaoxie{ height:8.75rem; position:relative}
.mianbaoxie .w1200, .mianbaoxie .w1200 .left, .mianbaoxie .w1200 .right{ height:100%}
.mianbaoxie .w1200 .box_table{ width:auto; text-align:left}

.mianbaoxie .left h3{ font-size:2.125rem; color:#fff; font-family: simkai; font-weight:bold}
.mianbaoxie .left h6{ font-size:12px; color:#cb8e25; font-family:Times New Roman; text-transform:uppercase; margin:.75rem 0 0}
.mianbaoxie .right{ font-size:12px; color:#dc8b8c}
.mianbaoxie .right img{ margin:-3px .75rem 0 0}
.mianbaoxie .right a{display:inline-block;margin: 0 .125rem; transition:.5s}
.mianbaoxie .right em{ font-style:normal; margin-left:.125rem}

.n_container .content_box{background:#fff;padding:3.125rem;position:relative;min-height:400px;}

#nav_slide{background: #b70103;line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{ position:absolute; left: 1rem; top:-2px;  }
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}

#nav_slide .n_title{ height: 50px; }
#nav_slide h1{font-size: 13px;color: #fff;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 45px;}
#bnt_sub_nav{position: absolute;right: 1rem;top: 14.5px;cursor: pointer;}
#bnt_sub_nav img{display: block;height: 20px;}
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #f2f2f2; display: none; z-index: 9;width: 100%;}
#sub_nav_content ul{}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 15px;}
#sub_nav_content ul li a{display: inline-block;font-size: 14px;padding: 0;color: #333;width: 88%;}
#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;}
#sub_nav_content ul li ul li{border:0;line-height:40px;padding-left: 10px;}
#sub_nav_content ul li ul li a{font-size: 13px; color: #666;}
#sub_nav_content ul li.on>a{color: #b70103;}

#sub_nav_content ul li ul{ display:none}
#nav_slide{ display:none}


.n_container{padding: 0 0 4.25rem;overflow: hidden;}
.n_container .w1200{max-width: 1300px; padding: 0;}
.n_container .n_left{float:left;width: 330px;position: relative;z-index: 1;}
.n_container .n_left h1{height:150px;background:url(../images/n_left_h1.jpg) center no-repeat;background-size:cover;font-size:1.5rem;color:#fff;padding: 0 25px;text-align: center;font-weight:bold;}
.n_container .n_left h1 h3{position:relative; font-size:2.5rem; color:#fff; font-family: simkai; font-weight:bold}
.n_container .n_left h1 hr{ display:inline-block; width:1.875rem; height:2px; background:#fff; margin:0}
.n_container .n_left ul{background: #f9f9f9 url(../images/n_left_bg.png) center bottom no-repeat;padding: 0;}
.n_container .n_left .con ul li:last-child>a{ border:none}
.n_container .n_left .con ul li{line-height: 70px;font-size: 20px;color: #323232;position:relative;border-top: #ebebeb 1px solid;margin-top: -1px;}
.n_container .n_left .con ul li.on dl{display:block !important;}

.n_container .n_left .con ul li:before{content:"";position:absolute;left: 0;width: 4px;height: 0;transition: .5s;top: 0;background: #b70103;z-index: 1;}
.n_container .n_left .con ul li>a img{margin: -3px 20px 0 0;}
.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/left_jiantou_on.png) center no-repeat;}

.n_container .n_left .con ul li>a{color: #333333;display: block;/*overflow: hidden;white-space: nowrap;text-overflow: ellipsis;*/padding: 0 34px;transition: 0.36s;position: relative;border-bottom: #ebebeb 1px solid;}
.n_container .n_left .con ul li>a:hover, .n_container .n_left .con ul li.on>a{color: #b70103;background: #fff;}

.n_container .n_left .con ul li dl{display:none;padding: 10px 0;position:relative;background: #fff;margin: 20px 34px;overflow: hidden;}
.n_container .n_left .con ul li dl:before{content:"";position:absolute;right:0;left:20px;top:0;height:1px;}
.n_container .n_left .con ul li dl dd{height: auto;line-height: 34px;}
.n_container .n_left .con ul li dl dd a{font-size: 16px;color: #323232 !important;padding: 6px 0 6px 58px;position:relative;line-height: 16px;transition: .6s;}
.n_container .n_left .con ul li dl dd a:before{content:"";position:absolute;left: 38px;top: 13px;background: #c4c4c4;width: 4px;height: 4px;transition: .5s;}
.n_container .n_left .con ul li i.up{ background:url(../images/left_jiantou_on.png) center no-repeat;}
.n_container .n_left .con ul li i{width: 20px;height: 4.375rem;background: url(../images/left_jiantou.png) center no-repeat;position:absolute;right: 34px;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: #b70103 !important;}
.n_container .n_left .con ul li dl dd a:hover:before, .n_container .n_left .con ul li dl dd.on a:before{ background:#b70103}
.n_container .n_left .con ul li.on:before, .n_container .n_left .con ul li:hover:before{height: 4.375rem;}

.n_container .n_right{ width:calc(100% - 330px); padding-left:3.75rem}

.n_news_detail .ar_article_box .nav01{overflow:hidden;margin-bottom: 2rem;text-align:center;}
.n_news_detail .ar_article_box h3{color: #323232;font-size: 26px;line-height: 1.5;margin-bottom: .5rem;font-weight: bold;}
.n_news_detail .ar_article_box h6{display: block;color: #999999;font-size: .875rem;line-height: 2.5rem;font-weight:normal;padding-bottom: .75rem;vertical-align: top;border-bottom: #d9d9d9 1px solid;overflow: hidden;}
.n_news_detail .ar_article_box h6 span{margin:0 10px;}
.n_news_detail .ar_article_box h6 span.fontsize i{ font-style:normal; margin-right:.875rem; cursor:pointer}
.n_news_detail .ar_article_box h6 span img{ margin:-3px 6px 0 0}

#ar_fot{position:relative;padding: 1.25rem 0 0;box-sizing: border-box;width: 100%;margin-top: 1.875rem;border-top: #dcdcdc 1px solid;}
#ar_fot h1{display:block;width: 100%;font-size: 16px;line-height: 2.5rem;color: #000000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

#ar_fot h1 span{font-weight:bold}
#ar_fot h1 a{font-size: 1.125rem;color: #323232;font-weight:normal;transition:.6s;}
#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: #b70103;}

.n_kexueyanjiu .list_box2 li{ width:100%; margin-bottom:.625rem}
.n_kexueyanjiu .list_box2 li a .img{width:14.0625rem;height: 10.625rem;float: left; margin-right:1.25rem}
.n_kexueyanjiu .list_box2 li a .box{ padding:0 0 0 0}
.n_kexueyanjiu .list_box2 li a{ background:url(../images/n_kexueyanjiu_bg1.png) center no-repeat; background-size:100% 100% !important; padding:1.875rem; border:none}

.fanye img{ max-width:100%}

.n_xrld .box h3{ line-height:3.125rem; background:#8d1617; padding:0 1.875rem; font-size:1.625rem; color:#fff; font-family: simkai; font-weight:bold; margin-bottom:2.125rem}
.n_xrld .box dl{ margin-bottom:0}
.n_xrld .box dl dt{ font-size:1.5rem; color:#c9282f; font-family: simkai; font-weight:bold; margin-bottom:3.125rem}
.n_xrld .box dl .box1{ margin:0 -1rem}
.n_xrld .box dl .box1 dd{ float:left; width:50%; padding:0 1rem; margin-bottom:3rem}
.n_xrld .box dl .box1 dd .clearfix{ display:block; background:url(../images/n_xrld_bg.png) center no-repeat; background-size:100% 100% !important; padding:1rem 1.5rem}
.n_xrld .box dl .box1 dd .clearfix .img{ background:#fff; padding:.375rem; margin-top:-2.75rem}
.n_xrld .box dl .box1 dd .clearfix .img img{ width:7.5rem; height:10.625rem;}
.n_xrld .box dl .box1 dd .clearfix .left h5{ font-size:.875rem; color:#323232; line-height:1.25; margin:.25rem 0 0; text-align:center}
.n_xrld .box dl .box1 dd .clearfix .con{ width:calc(100% - 7.5rem - .375rem - .375rem); padding:0 0 0 .5rem}
.n_xrld .box dl .box1 dd .clearfix .con h5{ font-size:1.125rem; color:#323232; font-weight:bold; line-height:1.25}
.n_xrld .box dl .box1 dd .clearfix .con hr{ background:#d6ccb3; margin:.75rem 0}
.n_xrld .box dl .box1 dd .clearfix .con h6{ font-size:14px; color:#323232; font-weight:bold; line-height:1.25}
.n_xrld .box dl .box1 dd .clearfix .con p,.n_xrld .box dl .box1 dd .clearfix .con span{ font-size:12px!important; line-height:20px; min-height:80px; color:#999999; margin:.75rem 0 0}

.list_box9{margin: 0 -5px;padding: 0 0px;}
.list_box9 li{ float:left; width:50%; padding:0 5px;; margin-bottom:10px;}
.list_box9 li a{display:block;background:url(../images/kuang_bg1.png) center top no-repeat, url(../images/kuang_bg2.png) center bottom no-repeat;/*min-height:50px;*/position:relative;background-size: 100% auto;}
.list_box9 li a:before{ content:""; position:absolute; left:0; top:10px; bottom:10px; width:1px; background:#d6ccb3}
.list_box9 li a:after{ content:""; position:absolute; right:0; top:10px; bottom:10px; width:1px; background:#d6ccb3}
.list_box9 li a h5{font-size:1rem;color:#323232;line-height:1.5rem;margin: .75rem 0;}

.n_lrld .box{ margin-bottom:2.25rem}
.n_lrld .box h3{ font-size:1.5rem; color:#c9282f; font-family: simkai; font-weight:bold; margin-bottom:1.75rem}
.n_lrld .box .box_li{ background:url(../images/kuang_bg4.png) center top no-repeat, url(../images/kuang_bg5.png) center bottom no-repeat; background-size: 100% auto; min-height:120px; position:relative; padding:1.375rem 2.25rem 2.5rem}
.n_lrld .box .box_li:before{ content:""; position:absolute; left:0; top:40px; bottom:40px; width:100%; background:url(../images/kuang_bg6.png) left center repeat-y; background-size: 100% auto;} 
.n_lrld .box .box_li ul{ margin:0 -.625rem; position:relative}
.n_lrld .box .box_li ul li{ float:left; width:33.333333%; padding:0 .625rem}
.n_lrld .box .box_li ul li a{ display:block; padding:1rem 0 .5rem; border-bottom:#eeeeee 1px solid} 
.n_lrld .box .box_li ul li a h5{ font-size:1rem; color:#323232; line-height:1.5}
.n_lrld .box .box_li ul li a h6{ font-size:12px; color:#999999; line-height:1.5rem; height:1.5rem}


.n_join>ul{margin: 0;font-size: 0;margin-bottom: 3rem;}
.n_join>ul>li{padding: 0;overflow:hidden;margin: -1px 0 0;}
.n_join>ul>li p{ font-size:0.75rem; color:#7d7d7d; line-height:1.875rem; padding-bottom:0.75rem}
.n_join>ul>li .top{background: #f6f6f6;position:relative;padding: .5rem 2rem;border: #eaeaea 1px solid; cursor:pointer}
.n_join>ul>li .top i{position:absolute;right: 1.25rem;top:50%;margin-top: -0.75rem;width: 3.5rem;height:1.5rem;background: url(../images/jia.png) center no-repeat;}
.n_join>ul>li .top h5{position:relative;font-size: 1.5rem;color: #323232;padding: 0;display:inline-block;font-weight: bold;font-family: simkai;width: calc(100% - 5rem);line-height: 1.375;}
.n_join>ul>li .top h5:after{position:absolute;right: -1.25rem;bottom:0px;content:"";width: 0;height: 0;border-right: 1.25rem solid transparent;}
.n_join>ul>li .top h6{font-size:12px;color: #a0a0a0;text-transform:  uppercase;}
.n_join>ul>li div.open .top{background:#b70103;border: #b70103 1px solid;}
.n_join>ul>li div.open .top h5{background:#b70103;color: #fff;}
.n_join>ul>li div.open .top i{ background: url(../images/jian.png) center no-repeat;}
.n_join .submenu{padding: 0 0;margin: 2.25rem 0 1.25rem;display: none;}
.n_join .dsjs h4 {font-size:1rem;color:#323232;font-weight:bold;height:2rem;line-height:2rem;margin: 1rem 0 0.5rem 0;}
.n_join .submenu .dsjs h6{ font-size:1rem; line-height:1.5; color:#000000}
.n_join .submenu .dsjs h6 dl{ display:inline-block}
.n_join .submenu .dsjs h6 dl dd{ display:inline-block; margin-right:.5rem}

.n_join h3{ font-size:1.5rem; color:#323232; font-weight:bold; margin-bottom:1.5rem}
.n_join .dsjs ul.ul2 li{ width:33.333333%}
.n_join .dsjs h4{ font-size:1.25rem; color:#666; font-weight:normal; margin-bottom:1.5rem; padding:0 1.5rem}
.n_join .list_box14{margin: 0 -0.625rem;}
.n_join .list_box14 li{padding: 0 0.625rem;}

.list_box14{ margin:0 -1.625rem; margin-bottom:2rem}
.list_box14 li{float:left;width:25%;padding:0 1.625rem;margin-bottom: 1.5rem;text-align:center;position:relative;}
.list_box14 li a{ display:block; position:relative; padding:0 1rem; transition:.6s}
.list_box14 li a:before{ content:""; position:absolute; top:3.125rem; left:0; right:0; bottom:0; border:#dcdcdc 1px solid}
.list_box14 li a .img{width:100%;height: 13rem;line-height: 13rem;position:relative;background: #f7f7f7;}
.list_box14 li a .img:before{ content:""; position:absolute; left:-5px; right:-5px; height:100%; background:#fff}
.list_box14 li a .img img{display:inline-block;max-width: 100%;max-height: 13rem;position:relative;}
.list_box14 li a .con{ position:relative}
.list_box14 li a .con h5{ font-size:1rem; color:#000000; line-height:2.875rem;}

.list_box14 li a .img .top{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.6);height: 100%;line-height: initial;padding: 1.5rem 0;}
.list_box14 li a .img .top h6{font-size:.875rem;line-height:1.875rem;color:#fff;text-align:left;padding: 0 1.5rem;word-break: break-all;text-transform: inherit;}
.list_box14 li a .img .top .table_cell{vertical-align: bottom;}

.list_box15 .content{ margin:0 -.625rem}
.list_box15 li{ float:left; width:25%; padding:0 .625rem; position:relative}
.list_box15 li a{ display:block; position:relative}
.list_box15 li a:before{content:"";position:absolute;bottom:0;left:0;width:0;height:4px;background:#b70103;transition:.5s;z-index: 1;}
.list_box15 li a:after{content:"";position:absolute;border-right:transparent 6px solid;border-left:transparent 6px solid;border-top:#b70103 6px solid;transition:.5s;z-index: 1;left: 50%;margin-left: -6px; opacity:0; visibility:hidden}
.list_box15 li .img{ position:relative;}
.list_box15 li .img .img_hezi{ padding-bottom:141.18% !important}
.list_box15 li .img h5{position:absolute;background:url(../images/jianbian_bg.png) center bottom no-repeat;height:113px;line-height: 180px;font-size:1.125rem;color:#fff;text-align:center;padding:0 15px;bottom:0;left:0;right:0;}
.list_box15 li .yincang{ display:none}

.list_box15 .fl00{ margin-bottom:1.25rem}
.list_box15 li.on a:before{ width:100%}
.list_box15 li.on a:after{opacity:1; visibility:visible}

.chuanzhi_box{border:#d6ccb3 1px solid;padding:1.25rem 1.875rem;margin:1.625rem 0 0;display: none;}
.chuanzhi_box h3{line-height:3.75rem;border-bottom:#d6ccb3 1px solid;height: 3.75rem;margin-bottom: 1rem;}
.chuanzhi_box h3 big{height: calc(3.75rem + 1px);display:inline-block;border-bottom:#b70103 3px solid;font-size: 1.5rem;color: #323232;margin-right: .5rem;float: left;width: 80px;/* float: none; */}
.chuanzhi_box h3 small{font-size: .875rem;color: #323232;line-height:1.25;float: left;width: 85%;display: block;margin-top: 18px;margin-left: 10px;}
.chuanzhi_box .ar_article p{ font-size:.875rem; line-height:24px; color:#666666; margin-bottom:12px;}

.list_box15 .fl00.on .chuanzhi_box{ display:block}

.list_box16{ margin:0 -1.5625rem; position:relative}
.list_box16:before{ content:""; position:absolute; top:0; bottom:0; left:50%; width:1px; background:#cb8e25;}
.list_box16 li{ padding:0 1.5625rem; margin-top:1.75rem;/* margin-bottom:1.75rem;*/ position:relative;width:50%; float:left;}
.list_box16 li:before{content:"";position:absolute;background:url(../images/list_box16_dots.png) center no-repeat;width:1.3125rem;height:1.3125rem;right: calc(-1.3125rem / 2); background-size:100% 100%}
.list_box16 li .box h3{ text-align:right; font-size:1.25rem; color:#323232; font-weight:bold; line-height:1.5; font-family:"Microsoft Yahei"; margin-bottom:.5rem}
.list_box16 li .box .con_box{ padding:1.25rem; border:#dddddd 1px solid; border-radius:.5rem}
.list_box16 li .box .con_box .img, .list_box16 li .box .con_box .img img{ width:10.25rem; height:8.125rem; overflow:hidden}
.list_box16 li .box .con_box .con{ width:calc(100% - 10.25rem); padding:0 0 0 1.25rem}
.list_box16 li .box .con_box .con p{ font-size:.875rem; color:#323232; line-height:24px;}

.list_box16 .box_hezi{width:50%; float:left; }
.list_box16 li.li1{margin-top:6.75rem;}
.list_box16 li.li1:before{ left:calc(-1.3125rem / 2); background-size:100% 100%}
.list_box16 li.li1 .box h3{ text-align:left}
.list_box16 li.li2{ margin:7.1875rem 0 1.75rem}

.n_dashiji .miso_hd{ width:113px;}
.n_dashiji .miso_hd ul{ padding:20px 0}
.n_dashiji .miso_hd ul li{ height:33px; line-height:33px; font-size:1rem; color:#666666; transition:.5s; margin:2px 0; text-align:center}
.n_dashiji .miso_hd ul li a{ display:block}
.n_dashiji .miso_hd ul .miso-arrow{ width:100%; height:10px; transform:none}
.n_dashiji .miso_hd ul .miso-prev{ background:url(../images/n_dashiji_top.png) center no-repeat; top:0}
.n_dashiji .miso_hd ul .miso-next{ background:url(../images/n_dashiji_bottom.png) center no-repeat; top:auto; bottom:0}

.n_dashiji .miso_hd ul li.miso-current{ background:url(../images/n_dashiji_bg.png) center no-repeat; color:#fff}

.n_dashiji .miso_bd{width:calc(100% - 113px);padding-left:2rem;}
.n_dashiji .miso_bd .con{position:relative;padding-left: 25px;}
.n_dashiji .miso_bd .con:before{ content:""; top:0; bottom:0; left:0px; border-right:#cb8e25 1px solid; position:absolute}
.n_dashiji .miso_bd ul li{ margin-bottom:.5rem}
.n_dashiji .miso_bd ul li dl dt{ display:inline-block; width:64px; text-align:right; font-size:20px; color:#323232; font-weight:bold; margin-bottom:1.25rem; position:relative}
.n_dashiji .miso_bd ul li dl dt:before{content:"";position:absolute;width: 1.3125rem;height: 1.3125rem;border-radius:50%;right: calc(-1.3125rem - 4px);background:url(../images/list_box16_dots.png) center no-repeat;top: 0px;}
.n_dashiji .miso_bd ul li dl dd{ margin-bottom:10px;}
.n_dashiji .miso_bd ul li dl dd .left{ width:94px;}
.n_dashiji .miso_bd ul li dl dd .left font{ display:inline-block; width:64px; text-align:right; font-size:14px; color:#323232; position:relative}
.n_dashiji .miso_bd ul li dl dd .left font:before{content:"";position:absolute;width: 9px;height: 9px;border:#cb8e25 1px solid;border-radius:50%;right: -19.5px;background: #fff;top: 1px;}
.n_dashiji .miso_bd ul li .right{ width:calc(100% - 94px);}
.n_dashiji .miso_bd .con  p{border:#dddddd 1px solid;border-radius:.5rem;padding: 1rem 1.25rem;position:relative;margin-bottom:1rem;text-indent:2em}
.n_dashiji .miso_bd .con p,.n_dashiji .miso_bd .con span{ font-size:.875rem; color:#323232; line-height:24px;font-family: "Microsoft Yahei","微软雅黑"!important;}
.n_dashiji .miso_bd .con p:after{content:"";position:absolute;background:url(../images/duihuakuang.png) center no-repeat;width:10px;height:10px;left: -6px;top: 12px;}

.n_xinren ul{ margin-bottom:2.5rem; margin-top:-1rem}
.n_xinren ul li{border-bottom: #eaeaea 1px solid;font-size:0;}
.n_xinren ul li .top{display:block;padding: 0.875rem 0;}
.n_xinren ul li .top svg{display:inline-block;vertical-align:middle;width: 1.5rem;height: 1.5rem;} 
.n_xinren ul li .top span{display:inline-block;width:2.5rem;vertical-align: top;line-height: 1.875rem;}

.n_xinren ul li .top font{display:inline-block;width:calc(100% - 2.5rem - 3.25rem);font-size:1.125rem;color:#323232;line-height: 1.875rem;}
.n_xinren ul li .top i{display:inline-block;width:3.25rem;height: 1.875rem;float:right;background:url(../images/wd_down.svg) center no-repeat;cursor:pointer;}
.n_xinren ul li .bottom{display:none;padding:1.75rem 2.5rem;background: #f9f9f9;border-top: #eaeaea 1px solid;}
.n_xinren ul li .bottom p{ font-size:14px; line-height:1.75rem; color:#323232}
.n_xinren ul li .bottom p font{ color:#c9282f}

.h31{ font-size:1.5rem; color:#c9282f; font-family: simkai; font-weight:bold; margin-bottom:1rem; padding-bottom:.875rem; border-bottom:#8c191b 1px solid}
.n_student .box{ border-bottom:#d6ccb3 1px solid; padding-bottom:1.25rem; margin-bottom:1.25rem}
.n_student .box .left{ background:url(../images/kaung01.png) center no-repeat; width:11.25rem; height:3.125rem; line-height:3.125rem; text-align:center; font-size:1.125rem; color:#323232; background-size:cover}
.n_student .box .right{ width:calc(100% - 11.25rem); padding:0 0 0 1.25rem}
.list_box17{ margin:-.25rem 0 0}
.list_box17 li{ float:left; min-width:20%; font-size:1rem; color:#323232; transition:.5s; line-height:1.375rem; margin:.25rem 0; padding-right:.5rem}




/*==========================================内页 结束=============================================*/

@media(min-width: 768px){
	.list_box1 li:hover{ opacity:1}
	
	.list_box2 li a:hover{ border:#d5cfc1 1px solid; background:#f8f4f0}
	.list_box2 li a:hover .box .top .con h5{ color:#b90d11; font-weight:bold}
	.list_box2 li a:hover .box .top{ border-bottom:#d5cfc1 1px solid}
	.list_box2 li a:hover .box .top:before{ left:calc(54px + 1.375rem)}
	.list_box2 li a:hover .box .top .time h6{ border-top:#d5cfc1 1px solid}
	.list_box3 li a:hover .box .top .con h5{ color:#b90d11; font-weight:bold}
	
	.list_box4 li a:hover{ padding-left:.5rem}
	.list_box4 li a:hover:before{ width:100%; left:0}
	
	.list_box5 li a:hover{ transform:translateY(-.5rem)}
	
	.list_box6 li.miso-current:hover:after, .list_box6 li.miso-current + li:hover:after, .list_box6 li.miso-current + li + li:hover:after{ height:6rem;}
	.list_box6 li:hover .con{ transform:translateY(1rem)}
	.list_box6 li:hover .con hr{ width:5rem}
	
	.list_box8 li:hover h3 img{ transform:rotateY(180deg)}
	.list_box8 li:hover h5{ color:#b90d11;}
	.list_box8 li:hover h3:before{ width:1.5rem; transform:translateX(-50%)}
	
	.mianbaoxie .right a:hover{ color:#fff}
	.n_kexueyanjiu .list_box2 li a:hover{ background:url(../images/n_kexueyanjiu_bg1_on.png) center no-repeat; border:none}
	
	.list_box17 li:hover{ color:#b90d11}
}


@media(min-width: 992px) and (max-width: 1300px){

}

@media(max-width: 1830px){
	.w1800{ padding:0 15px}
}

@media(max-width: 1630px){
	.w1600{ padding:0 15px}
	
	.container02 .content{ padding:0 6.25rem 0 20.5rem}
}

@media(max-width: 1400px){
	.container00 .title001{ left:15px}
	.container02 .title001, .container04 .title001{ left:auto; right:15px}
.n_lrld .box .box_li ul{margin:0 0.625rem}
}

@media(max-width: 1330px){
	.w1200{ padding-left:20px !important; padding-right:20px !important}
}

@media(max-width: 1200px){
	.w1200{ }
	.header_box{ display:none}
	.m_header_box{ display:block}
	
	.container00 .title001{position:relative;width: 100%;background: none;padding: 0;margin-bottom: 2rem;text-align: center; right: auto;}
	.container00 .content{ padding:0}
	
	.container02 .title001{ top:0}
	
	footer{padding:3rem 0;background:#8d1617;height:auto;min-height:19.5rem;margin-bottom: 0; text-align:center}
	footer .right{ display:none}
	footer .left{width:100%;padding: 0;}
	footer .center{width:100%;padding: 0;}
	footer .left ul li .ico{ display:none}
	footer .left ul li .con{width:100%;padding: 0;}
	footer .center ul li{ margin:0 .75rem}
	
	footer .left ul{ display:none}
	
	#nav_slide{ display:block}
	
	.n_container .n_left{ width:100%; display:none}
	.n_container .n_right{ width:100%; padding:0}
	.mianbaoxie{ display:none}
	.n_container{ padding:3rem 0}
	.n_container .content_box{ padding:20px}
	.n_news_detail .ar_article_box h3{ font-size:1.375rem}
	.ar_article p{ font-size:13px; line-height:26px; margin-bottom:12px;font-family: "Microsoft Yahei","微软雅黑"!important;}
	
	.n_container .content_box{ padding:20px 10px}
	
	.list_box5 li a .top p{ font-size:12px; line-height:18px; height:72px}
	.list_box6 li .con p{ font-size:12px; line-height:18px; height:54px}

    .container02 .content{padding: 0 0 0 10rem;}
}

@media(max-width: 1024px){
	.tal_indexlb .divtext{ width:50%;}
}

@media(max-width: 992px){
	.banner .item figure img{ height:25rem}
	
	.list_box2 li{width:100%;margin-bottom: 1.5rem;}
	.list_box3 li{ width:100%;margin-bottom: 2rem;}
	
	.list_box5 li{ width:50%}
	.list_box5 li:nth-child(2), .list_box5 li:nth-child(5){ top:0}
	
	.list_box8 li{ width:33.333333%; margin-bottom:1.5rem}
	
	.n_xrld .box dl .box1 dd{ width:100%}
	
	.n_lrld .box .box_li ul li{ width:50%}
	
	.list_box14{ margin:0 -7px}
	.list_box14 li{ width:50%; padding:0 7px}
	
	.list_box14 li a .img{ width:10rem; display:inline-block; height:14rem; line-height:14rem}
	
	.list_box17 li{ width:33.333333%}
	
	.container02 .content{padding: 0 0 0 2rem}
	.sur_inleadernr,.sur_inleadernr .nrtitle{float:none;padding-top: 20px;}
	.sur_inleadernr .img01{float:none;width: 100%;height: auto;}
	.sur_inleadernr .nrtitle h2 .span01{padding-top:15px}
}

@media(max-width: 812px){
	#gotop{ right:.3rem; transform:scale(1.3)}
	.list_box3 li a .box .top .time h3{width:auto;}
	.banner .item figure img{ height:15rem}
	.container00 .title001{ right: auto; left:auto;}
	#banner .miso-prev, #banner .miso-next{ width:2.25rem; height:2.25rem}
	body{background-size: 25px !important;}

	
	.container00 .w1200{padding: 3rem 0;}
	.container02 .title001{ top:0}
	.container02 .title001{ color:#b90d11}
	.container02{min-height: 34rem;}
	
	.container03 .w1200{ padding:3rem 0}
	
	.list_box5 li{ width:100%}
	.list_box6 li .img{ transform:scale(.7); margin-bottom:0}
	.container04{ background-size: 300%; }
	.list_box8 li h3{height: 3rem;line-height: 3rem;margin-bottom:1rem;}
	.list_box8 li h3 img{max-height: 2.5rem;}
	.list_box8 li h5{ font-size:13px}
	
	footer{ }
	footer .left ul li{width: 100%;margin-bottom: .5rem;}
	#banner .miso-dots{ text-align:center; bottom:1rem}
	#banner .miso-dots li{background-size: 62% !important;}
	
	.list_box7 .miso-arrow{ transform:scale(.6); margin-top:-1rem}
	
	.container01 .w1200{ padding:3rem 0 0}
	

	.n_banner .top .w1200 img{height: 5rem;right: 20px;}
	
	.n_banner .top .w1200{ height:12rem}
	
	.n_container .bg_h{ height:15rem}
	
	.n_kexueyanjiu .list_box2 li a .img{ width:100%; margin:0 0 1.25rem}
	.n_kexueyanjiu .list_box2 li a{border: #dedede 1px solid;background:none !important;padding: 15px;}
	
	.n_xrld .box dl .box1 dd .clearfix .con div{ line-height:18px; height:72px;}
	
	.list_box9 li{ width:100%}
	
	.n_lrld .box .box_li:before{ top:.5rem; bottom:.5rem}
	
	.n_lrld .box .box_li ul li{ width:100%}
	.n_lrld .box .box_li ul li a h6{ height:auto}
	.n_lrld .box .box_li ul li a h5{ font-size:13px;}
	
	.n_join .list_box14{ margin:0 -7px}
	.n_join .list_box14 li{ padding:0 7px}
	
	.n_join>ul>li .top h5{ font-size:1.25rem}
	.n_join>ul>li .top{ padding:.5rem 1rem}
	.n_join>ul>li .top i{right:.375rem;transform: scale(.6);}
	
	.chuanzhi_box h3{ height:auto}
	.chuanzhi_box h3 big{float:none;width:auto}
	
	.chuanzhi_box h3 small{display:block;margin: 1rem 0;line-height: 1.5;float: none;width:auto}
	
	.list_box15 .content{ margin:0 -1px}
	.list_box15 li{ padding:0 1px}
	.list_box15 li .img h5{font-size:12px;height: 60px;line-height: 88px;background-size: 100% 100%;}
	
	.list_box16 li .box .con_box .img, .list_box16 li .box .con_box .img img{width:100%;height: auto;}
	
	.list_box16 li .box .con_box .con{width:100%;padding: 1rem 0 0;}
	.list_box16 li .box .con_box .con p{ line-height:20px;}
	.list_box16 li .box .con_box{ padding:8px}
	
	.n_dashiji .miso_bd{padding: 0 0 0 52px;}
	.n_dashiji .miso_hd{width:30px;position: absolute;z-index: 999;}
	.n_dashiji .miso_bd{width: 100%;position: relative;}
	.n_dashiji .miso_hd ul li.miso-current{ background:#d40110}
	.n_dashiji .miso_bd ul li dl dd .left font{ font-size:12px;}
	
	.n_dashiji .miso_bd ul li dl dt:before{ right: calc(-1.3125rem - 6px);}

	.tal_indexlb {padding:15px}
	.tal_indexlb .divimg{width: 100%;float: none;text-align: center;}
	.tal_indexlb ul li.liodd .divimg {float: none;text-align: center;}
	.tal_indexlb .divimg img {max-width: 100%;height: auto;}
	.tal_indexlb .divtext ,.tal_indexlb ul li.liodd .divtext{width: 100%;float: none;padding: 0;font-size: 12pt;}
	
	.res_indynamic{padding:0 15px}
	.res_indynamic ul{width: 100%;height: auto;}
	.res_indynamic ul li{width: 100%;float: none;}
	.res_indynamic ul li .nstext{padding-right:0}
	.res_indynamic ul li .nstext dl{height: auto;}
	.cam_inyouth {width: 100%;height: auto;padding-bottom: 25px; margin: 15px 0 0;}
	.cam_inyouth dl dt img{max-width: 100%;height: auto;}
	.cam_inyouth dl dd{height: auto;}
	.res_injournals{padding:15px}
	.res_injournals ul{width: 100%;height: auto;}
	.res_injournals ul li{width: 100%;float: none;padding:0;margin:0;padding-bottom: 25px;}
	.res_injournals ul li dl dd{height: auto;}
	.ser_inguide,.ser_inproblem {width: 100%;height: auto;padding-bottom: 25px;}
	.ser_inguide h2 img{height: auto;}
	.ser_site ul li{width:100%;padding-left:15px}
	.n_xinren ul li .bottom p{ font-size:13px}
	
	.n_student .box .right{width:100%;padding: 1rem 0 0;}
	.list_box17 li{width:50%;font-size: 13px;margin: .5rem 0;}
	
	.list_box5 li a .top h3 img{ height:1.25rem}

	.container02 .content{ padding:0}
.ser_guidekg,.ser_guideposition{float:none;width: auto;}
.ser_guideposition dl dt{float:none}
.ser_guideposition dl dd,.ser_guideposition dl dd img{float:none;max-width: 100%;height:auto;display: block;width: auto;margin:0}
.sur_carenrclose{display:none}
.n_news_detail .ar_article_box h6{text-align:left;font-size: 0;}
    .n_news_detail .ar_article_box h6 span{text-align:left;display:block;min-width: 50%;float: left;margin: 0;padding: 0 10px;font-size: .875rem;}
    .n_news_detail .ar_article_box h6 span:nth-child(3){ display:inline-block}
    .n_news_detail .ar_article_box h6 span:nth-child(4){ display:inline-block}
    .n_news_detail .ar_article_box h6 span img{ width:14px}
}
@media(max-width: 456px){
	.tal_indexlb .divtext .divmore{width: 100%;}
.list_box3 li a .box .top .time h3{font-size:24px}
} 





@media(max-width: 1200px){
.gymd_new{padding-top: 2rem;}


}

@media(max-width: 812px){
.gymd_new li{width:100%;}
}
@media(max-width: 456px){
.gymd_new li a{width:100%;}
} 
