﻿.position { display: flex; justify-content: space-between; height: 52px; border-bottom: 1px solid #aeaeae; margin-bottom: 30px; }
.position_tit { font: 22px/52px "微软雅黑"; color: #010101; border-bottom: 2px solid #ff0303; }
.position_box, .position_box a { font: 14px/52px "微软雅黑"; color: #767676; }
.position_box a:hover { color: #fb0505; } 
/*EPC*/
.epc { width: 100%; }
.epc_js { padding: 10px 0 40px; }
.epc_h3 { font: 24px/50px "微软雅黑"; color: #080808; text-align: center; }
.epc_h5 { font: 16px/28px "微软雅黑"; color: #666; text-align: center; padding:0 5% 10px; }
.epc_lc_box { margin-top: 20px; }
.epc_lc_top { width: 100%; border: 1px solid #d2d2d2; background: #f5f5f5; background-size: cover; }
.epc_lc_top_list { width: 100%; display: flex; justify-content: space-between; }
.epc_lc_top_list li { padding-top:90px; padding-bottom: 15px; width: 25%; position: relative; border-right: 1px solid #d2d2d2; cursor: pointer; }
.epc_lc_top_list li h2 { font: 18px/40px "微软雅黑"; color: #090909; text-align: center; }
.epc_lc_top_list li div { display: none; width: 28px; height: 14px; position: absolute; left: calc(50% - 14px); bottom: -14px; }
.epc_lc_top_list li.hover div { display: block; }
.epc_lc_top_list li.hover h2 { color: #fff; }
.epc_lc_top_list li:first-child { background: url("../images/epc_lc1.png") no-repeat center 25px; }
.epc_lc_top_list li:nth-child(2) { background: url("../images/epc_lc2.png") no-repeat center 25px; }
.epc_lc_top_list li:nth-child(3) { background: url("../images/epc_lc3.png") no-repeat center 25px; }
.epc_lc_top_list li:nth-child(4) { background: url("../images/epc_lc4.png") no-repeat center 25px; }
.epc_lc_top_list li:last-child { background: url("../images/epc_lc5.png") no-repeat center 25px; }
.epc_lc_top_list li:first-child.hover { background: #ff0000 url("../images/epc_lc11.png") no-repeat center 25px; }
.epc_lc_top_list li:nth-child(2).hover { background: #ff0000 url("../images/epc_lc22.png") no-repeat center 25px; }
.epc_lc_top_list li:nth-child(3).hover { background: #ff0000 url("../images/epc_lc33.png") no-repeat center 25px; }
.epc_lc_top_list li:nth-child(4).hover { background: #ff0000 url("../images/epc_lc44.png") no-repeat center 25px; }
.epc_lc_top_list li:last-child.hover { background: #ff0000 url("../images/epc_lc55.png") no-repeat center 25px; }
.epc_lc_btm { width: 100%; margin-top: 25px; }
.epc_lc_btm_box { width: 100%; display: none; }
.epc_lc_btm_box:first-child { display: block; }
.epc_lc_btm_left {  width:49%; float:left }
.epc_lc_btm_left img { width: 100%; }
.epc_lc_btm_right { width: calc(100% - 660px); }
.epc_lc_btm_list { height: 480px; }
.epc_lc_btm_list li { margin-bottom: 5px; padding-bottom:5px; border-bottom: 1px solid #cccccc; }
.epc_lc_btm_list li:last-child { border-bottom: none; }
.epc_lc_btm_list h2 { font: 16px/24px "微软雅黑"; font-weight: bold; color: #333; padding: 0 0 8px 0; }
.epc_lc_btm_list p { font: 14px/26px "微软雅黑"; color: #333; }
.epc_tz { height: 300px; background: #bf0202; padding-top: 40px; }
.epc_tz_position { position: relative; margin:10px auto; width:1200px;}
.epc_tz h2 { font: 26px/40px "微软雅黑"; color: #fff; text-align: center; margin-bottom: 10px; }
.epc_tz h5 { font: 14px/24px "微软雅黑"; color: #f5f5f5; text-align: center; }
.epc_tz_box { padding: 20px; width: 1200px; position: absolute; left: 0; top: 125px; background: #fff;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;}
.picScroll-left2 { position: relative; width: 100%; min-height: 260px; }
.picScroll-left21 { position: relative; width: 100%; min-height: 260px; }
.epc_tz_list { width: 100%; }
.epc_tz_list li { width: 276px; margin-right: 20px; }
.epc_tz_list li a { display: block; width: 100%; }
.epc_tz_list li img { width: 100%; height: 208px; }
.epc_tz_list li a p { display: block; height: 40px; font: 16px/40px "微软雅黑"; color: #333; background: #f8f8f8; text-indent: 5px; }
.next, .prev { width: 48px; height: 48px; border-radius: 24px; z-index: 666; display: block; cursor: pointer; }
.next { background: #dddada url("../images/right_arrow.png") no-repeat center center; background-size: 50%; position: absolute; top: 30%; right: -90px; }
.prev { background: #dddada url("../images/left_arrow.png") no-repeat center center; background-size: 50%; position: absolute; top: 30%; left: -90px; }
.next:hover { background: #de2929 url("../images/right_arrow.png") no-repeat center center; background-size: 50%; }
.prev:hover { background: #de2929 url("../images/left_arrow.png") no-repeat center center; background-size: 50%; }
.epc_nl { margin-top: 200px; }
.epc_nl_tit { margin-bottom: 20px; }
.epc_nl_tit span { font: 26px/40px "微软雅黑"; color: #0f0f0f; padding: 5px 0; border-bottom: 2px solid #f90404; }
.epc_nl_desc { font: 14px/24px "微软雅黑"; color: #666; text-indent: 2em; }
.epc_nl_box { margin-top: 30px; }
.epc_nl_tab {justify-content: space-between; }
.epc_nl_tab li { cursor: pointer; padding:8px 11px; bordeR:1px #f5f5f5 solid; font: 18px/46px ; color: #000; text-align: center;  float:left; margin:5px 3px;}
.epc_nl_tab li a{ color: #000;font-size: 14px; }
.epc_nl_tab li.hover { background: #ff1010; color: #fff; }
.epc_nl_tab li.hover a{ color: #fff; }
.epc_nl_div { margin-top: 35px; width:100%; float:left; }
.epc_nl_list { display: flex; justify-content: start; flex-wrap: wrap; }
.epc_nl_list li { width: 350px; border: 1px solid #dfdfdf; padding: 18px; margin: 0 18px 30px 0; box-sizing:border-box;}
.epc_nl_list li:nth-child(3n) { margin-right: 0; }
.epc_nl_list li a { display: block; width: 100%; }
.epc_nl_list li a img { width: 100%; height: 175px; }
.epc_nl_list li a h3 { padding: 10px 0; font: 16px/24px "微软雅黑"; color: #404040; }
.epc_nl_list li a:hover h3 { color: #f20303; }
.epc_nl_list_desc { margin-bottom: 16px; }
.epc_nl_list_desc p { font: 14px/24px "微软雅黑"; color: #666; }
.epc_nl_list li a span { display: block; width: 30px; height: 30px; background: url("../images/epc_bg1.png") no-repeat left center; }
.leave_mess { margin: 30px 0;padding-top: 20px;border-top: 10px solid #f2f2f2; }
.leave_mess_box { display: flex; justify-content: space-between; }
.leave_mess_left { width: 590px; }
.leave_mess_left h3 { font: 18px/40px "微软雅黑"; color: #000000; font-weight: bold; }
.leave_mess_form { display: block; width: 100%; margin-top: 20px; }
.leave_mess_list { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
.leave_mess_list li { width: 285px; margin-bottom: 5px; }
.leave_mess_list li p { font: 16px/40px "微软雅黑"; color: #2279a8; }
.leave_mess_list li input { display: block; padding: 0; margin: 0; width: calc(100% - 2px); height: 32px; text-indent: 25px; font: 16px/32px "微软雅黑"; color: #333; border: 1px solid #d1d1d1; }
.leave_mess_list li textarea { display: block; padding: 0; margin: 0; width: calc(100% - 2px); text-indent: 25px; font: 16px/32px "微软雅黑"; color: #333; border: 1px solid #d1d1d1; height: 80px; resize: none; }
.leave_mess_list li:first-child input { background: url("../images/leave_bg1.jpg") no-repeat 5px center; }
.leave_mess_list li:nth-child(2) input { background: url("../images/leave_bg2.jpg") no-repeat 5px center; }
.leave_mess_list li:nth-child(3) { width: 100%; }
.leave_mess_list li:nth-child(3) textarea { background: url("../images/leave_bg3.jpg") no-repeat 5px 5px; }
.leave_mess_list li:last-child { margin-top: 20px; width: 100%; }
.leave_mess_list li:last-child input { display: block; padding: 0; font: 18px/36px "微软雅黑"; color: #fff; width: 130px; height: 36px; border-radius: 18px; text-align: center; background: #164c93; text-indent: 0; border: none; margin: 0 auto; }
.leave_mess_right { width: 500px;position: relative; margin-top: 80px; background: url("../images/leave_bg5.jpg") no-repeat; }
.leave_mess_right div{width:200px;height:200px;position: absolute;top:90px;right:50px;}
.leave_mess_right div img{width:100%;height:100%;}
.leave_mess_right_list { margin-top: 120px; }
.leave_mess_right_list li { height: 36px; padding-left: 18px; background: url("../images/leave_bg4.jpg") no-repeat left center; font: 16px/36px "微软雅黑"; color: #787878; }
/*EPC结束*/
/*epc详情*/
.epc_detial { padding: 30px 0; }
.epc_de_tw { width: 100%; }
.epc_de_tw_box { margin-top: 30px; display: flex; justify-content: space-between; }
.epc_de_tw_box_left { width: 478px; padding: 20px; background: #efefef; }
.epc_de_tw_box_left img { width: 100%; height: 325px; }
.epc_de_tw_box_right { width: 690px; }
.epc_de_tw_box_right h2 { font: 20px/30px "微软雅黑"; color: #000; }
.epc_de_tw_box_right_desc { margin-top: 10px; }
.epc_de_tw_box_right_desc p { font: 14px/28px "微软雅黑"; color: #2b2b2b; }
.epc_de_tw_box_right_desc p:first-child { margin-bottom: 10px; }
.epc_de_tw_box_right_desc p span { font: 16px/28px "微软雅黑"; color: #454545; font-weight: bold; }
.epc_de_tw_box_right_desc p b { color: #13529e; }
.epc_de_tw_box_right_tel { margin-top: 15px; background: url("../images/epc_detial_bg1.png") no-repeat left center; padding-left: 52px; }
.epc_de_tw_box_right_tel p { font: 14px/20px "微软雅黑"; color: #0e47bb; }
.epc_de_tw_box_right_tel span { font: 22px/26px "微软雅黑"; color: #0e47bb; }
.epc_de_tw_box_right_online { display: flex; justify-content: start; margin-top: 25px; }
.epc_de_tw_box_right_online a { display: block; width: 130px; height: 42px; text-align: center; font: 16px/42px "微软雅黑"; color: #fff !important; margin-right: 28px; background: #fd4e09; }
.epc_de_xc { margin-top: 40px; }
.epc_de_xc_list { margin-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.epc_de_xc_list li { width: 290px; height: 219px; margin-right: 13px; position: relative; }
.epc_de_xc_list li:last-child { margin-right: 0; }
.epc_de_xc_list li img, .epc_de_xc_list_box { width: 100%; height: 100%; }
.epc_de_xc_list_box { padding-top: 100px; position: absolute; left: 0; top: 0; background: rgba(72,72,72,0.9); text-align: center; font: 16px/24px "微软雅黑"; color: #c9c9c9 !important; display: none; }
.epc_de_xc_list li:hover .epc_de_xc_list_box { display: block; }
.epc_de_xm { margin-top: 30px; background: #bf0202; }
.position_color { border-bottom: 1px solid #4c5a6d; }
.position_color .position_tit { color: #fff; border-bottom: 2px solid #fff; }
.epc_de_xm_bg { padding: 20px 0; height: 280px; background: url("../images/epc_detial_bg2.jpg") no-repeat left center; }
.epc_de_xm_bg p { font: 16px/24px "微软雅黑"; color: #e4e4e4; margin: 15px 0 10px; }
.margin_top0 { margin-top: 0; }
.margin_top0 li { color: #c7c7c7; font-size: 14px; }
.epc_de_gy { width: 100%; }
.epc_de_gy_box { background: #f5f5f5; padding: 30px; }
.epc_de_gy_box { max-width: 100% !important; height: auto; }
.epc_de_cs { width: 100%; margin-top: 20px; }
.epc_de_cs_box { margin-top: 20px; }
.epc_de_cs_box img { max-width: 100% !important; height: auto; }
.epc_de_cs_box table { max-width: 100% !important; }
.epc_de_al { margin-top: 30px; }
.epc_de_al_box { margin-top: 20px; display: flex; justify-content: space-between; }
.epc_de_al_box_left { width: 377px; height: 287px; padding-left: 17px; background: url("../images/epc_detial_bg3.jpg") no-repeat left bottom; }
.epc_de_al_box_left img { width: 360px; height: 271px; }
.epc_de_al_box_right { width: 780px; }
.epc_de_al_box_right h2 { font: 26px/40px "微软雅黑"; padding: 10px 0; color: #333; font-weight: bold; }
.epc_de_al_box_right_p { margin-bottom: 5px; font: 16px/30px "微软雅黑"; color: #333; }
.epc_de_al_box_right_p b { display: block; float: left; font: 16px/30px "微软雅黑"; color: #333; font-weight: bold; width: 110px; }
.epc_de_al_box_right_p span { display: block; float: left; font: 16px/30px "微软雅黑"; color: #333; width: calc(100% - 110px); }
.epc_de_al_box_right i { display: block; font: 16px/40px "微软雅黑"; color: #0a4293; width: 158px; height: 40px; text-align: center; border: 1px solid #0a4293; margin-top: 30px; }
.epc_de_epc { margin: 30px 0; }
.epc_de_epc_box { border: 1px solid #c1c1c1; padding: 16px; }
.epc_de_epc_box h2 { font: 26px/40px "微软雅黑"; color: #101010; text-align: center; margin-bottom: 10px; }
.epc_de_epc_box h5 { font: 14px/24px "微软雅黑"; color: #666; text-align: center; margin-bottom: 30px; }
/*epc详情结束*/

 @media (max-width:1024px){
 .epc_lc_top_list li:first-child{ background-position: center 20px;}
 .epc_lc_top_list li:nth-child(2),.epc_lc_top_list li:nth-child(3),.epc_lc_top_list li:nth-child(4),.epc_lc_top_list li:nth-child(5){ background-position: center 20px;}
 .epc_lc_top_list li:first-child.hover{ background-position: center 15px;}
 .epc_lc_top_list li{ padding-bottom:15px;}
 .epc_lc_top_list li h2{ font-size:16px; padding-top:5px;}
 .epc_tz{ padding-top:20px;}
 .epc_tz h5{ margin:0; padding:0}
 .epc_nl{ margin-top:150px;}
 

	} 
 @media (max-width:768px){
 .epc_tz{ display:none}
 .epc_nl{ margin-top:0; border-top:10px #bf0202 solid}
 .epc_js{ padding-bottom:0}
 .epc_nl_div{ margin-top:10px; }
 .epc_nl_list li { width:47%; float:left; margin:0 1.5% 20px;}
 .epc_nl_list li a img{ height:auto;}
 
 }
  @media (max-width:640px){
.epc_nl_list li{ width:97%;}
.epc_lc_top_list li:first-child,.epc_lc_top_list li:nth-child(2),.epc_lc_top_list li:nth-child(3),.epc_lc_top_list li:nth-child(4),.epc_lc_top_list li:nth-child(5){ background-size:40px;}
.epc_lc_top_list li:first-child.hover,.epc_lc_top_list li:nth-child(2).hover,.epc_lc_top_list li:nth-child(3).hover,.epc_lc_top_list li:nth-child(4).hover,.epc_lc_top_list li:nth-child(5).hover{ background-size:60px;}
.epc_lc_top{ width:100%; overflow-x:auto;overflow-y:hidden;}
.epc_lc_top ul{ width:600px;}
.epc_lc_top_list li{ width:140px; padding-top:70px;}

	  }