@charset "utf-8";
/* CSS Document public*/
*{font-family:Arial, Helvetica,"Microsoft Yahei", sans-serif;padding: 0;margin:0;box-sizing:border-box;vertical-align:top;}
html{ overflow-x:hidden;}
body{
	padding:0;margin:0;font-family:Arial,"Microsoft Yahei",Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; font-size:14px;}
a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
.clear{clear:both;}

/* top*/
.top_h{ width:100%;background:#ac0001;height:420px;position: relative;background-position: center center;background-size: cover;}
.w1300{ width:1300px; margin:0 auto;}
.top_h .logo{margin-top:25px; float:left;}
.top_h .cgr{font-size: 18px;color: #ffed99;background: rgba(47,77,123,0.6);padding: 14px 60px;border-radius: 100px;display: table;margin: 0 auto;}
.top_h .cgr_out{position: absolute;width: 100%;bottom: 39px;left: 0;}

.top_h .top_right{float: right;margin-top: 25px;}
.top_h .top_right ul{float: right;}
.top_h .top_right ul::after{content: "";display: block;clear: both;}
.top_h .top_right ul li{float: left;margin-right: 17px;margin-top: 15px;}
.top_h .top_right ul li a{font-size: 14px;color: #fff;transition: 0.4s;}
.top_h .top_right .search_btn{}
.top_h .top_right ul li a:hover{color:#fff5d1;}


.top_r{ width:330px; height:32px; float:right;  margin-top:30px;}
.search_title{ line-height:32px; font-size:12px; color:#fff;}
.search{ width:260px; height:30px; float:right; border-bottom:1px solid #fff; margin-top:40px;  }
.search .text{ border:none; background:none; width:225px; height:20px; line-height:28px; padding-left:8px; color:#fff; border-right:1px solid #A4A4A4;}
.search .but{ margin-top:1px; margin-left:5px;}

/*导航*/
.nav_bg{ width:100%; height:70px; background:url(../images/nav_div_bg.png) no-repeat left top;position: relative;z-index: 100;margin-top: -20px;}
.nav_menu{  z-index: 3;background:url(../images/nav_bg.png) no-repeat right top;padding-right: 3rem;position: relative;top: -12px;}
.nav_menu::after{content: "";display: block;clear: both;}
.nav_menu ul{text-align:center;display: table;float: right;}
.nav_menu ul li{ text-align:center;display: inline-block;height: 70px;}
.nav_menu ul li a{ font-size:24px; color:#fff5d1;line-height:70px;display: block;padding: 0 2.2rem;}
.nav_menu ul li dl dd a{line-height: 30px;padding: 10px 0;font-size: 20px;}
.nav_menu ul li dl dd:hover{background:#a20101;}
.nav_menu ul li:hover{ background:#d30000;  color:#fff;}
.nav_menu ul li:hover a{ color:#fff;}
.nav_menu ul li .menu{width:100%; background:#d30000; float:left; display:none; z-index:999; color:#fff;}
.nav_menu ul li .menu a{color:#fff;}

/*banner*/
#banner div.slideBox{
	width:100%; 
	height:550px;
	position:relative;
}
#banner div.slideBox .hd{ 
	position:absolute; 
	right: 45%;
	bottom:5px; 
	height:24px; 
	overflow:hidden; 
	z-index:1; 
}
#banner div.slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	text-align:center;
}
#banner div.slideBox .hd ul li{
	width: 14px;
	height: 14px;
	text-align:center; 
    background:#999; cursor:pointer;
    display:inline-block;
    *display:inline;
    *zoom:1;
    margin:0 10px;
    background: url("../images/circle.png") no-repeat;
}
#banner div.slideBox .hd ul li.on{width: 14px;
	height: 14px;
	background: url("../images/circle_hover.png") no-repeat;
}
#banner div.slideBox .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
#banner div.slideBox .bd ul li{ 
	zoom:1; 
	vertical-align:middle; 
	position:relative;
}

#banner div.slideBox div.bd ul li img{
	width:100%;
	height:550px;
}
.slideBox .prev,.slideBox .next{ 
	position:absolute; 
	left:18.1%; 
	top:50%; 
	margin-top:-25px; 
	display:block; 
	width:29px; 
	height:49px; 
    filter:alpha(opacity=50);opacity:0.5;   
    background:url("../images/zuo1.png") no-repeat left top;
}
#banner div.slideBox .next{ 
	left:auto; 
	right:18.1%;
	background:url("../images/you1.png") no-repeat left top;
}
#banner div.slideBox .prev:hover,#banner div.slideBox .next:hover{ 
	filter:alpha(opacity=100);opacity:1;  
}



.search_btn{margin-left: 1rem;cursor: pointer;}
.search_btn svg{display:inline-block;fill:#fff;width: 16px;height: 16px;vertical-align: middle;}

.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 18rem;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: #ac0001;transition: .6s;left: 0;right: 0;z-index: 1;}
.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.search-dialog-box .search-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0,0,0,.7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .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%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: 2.75rem;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 50rem;
	margin: 0 auto;
	padding: 0 0.5rem 0 1.5rem;
	background-color: rgba(255,255,255,.1);
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 4.5rem;
	width: calc(100% - 3.5rem);
	background-color: transparent;
	font-size: 1.25rem;
	line-height: .5rem;
	color: #fff;
	transition: all .3s;
	outline: none;
    border: 0;
}
.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=button],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 4.5rem;
	width: 3.5rem;
}

.search-dialog .search-input input[type=button]{
border:0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images/search.png');
}
.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=image]{
	background-image: url()
}

.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;
	background-image: url();
}
.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{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255,255,255,.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);
    }
}

.clearfix:after{ content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clearfix{*zoom: 1;}


/*?????????éˆ¥ï¿½?ç¯“?|???éˆ¥ï¿½?æ‚?éˆ¥ï¿½?é”Ÿï¿½*/
.tc_search {margin: 0 1.3rem;width: calc(100% - 2.6rem);position: absolute;bottom: 1rem;}
.tc_search form {height: 40px;border-radius: 0;background: rgba(255,255,255,.1);position: relative;width: 100%;margin-bottom: 0rem;}
.tc_search .keyword {font-size:.875rem;color: #fff;height: 40px;line-height: 40px;padding: 0 1rem;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 90%;outline: none;
    border: 1px solid rgba(255,255,255,0.5);}
.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 */
 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?|???è—Ÿ?é”Ÿî™§é”Ÿçµ´?ç¯“??a?????|????????aé”Ÿï¿½??ç¯“aé”Ÿé“°ï¿½?2(black)?æ‚??aé”Ÿï¿½???a?????ç¯“???æŽ³?|?3aé”Ÿæ–¤ç¹?è—Ÿ???éˆ¥ï¿½?é”Ÿï¿½???3?é™‡??a???é™‡???a?æ‚?å¤???é™‡????rgba(0,0,0,0)?ç¯“??a?é”Ÿï¿½?|???è·¯?æ‚??aé”Ÿï¿½??é”Ÿî™§???? */
}/* 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;
}




#m_header .list_box0{ float:right}
#m_header .list_box0 .li{ line-height:60px; }
#m_header .list_box0 .li a .ewm_box{ top:60px}
#m_header .list_box0 .li a>img{ height:16px}


#nav_btn_box {height: 100%;z-index: 999999999;float: right;margin-left: 28px;}
#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: 14px;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_nav_list {flex-direction: column;justify-content: flex-start;width: 100%;overflow: auto;margin: 81px 0 0;}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105%;top: 0;display: none;padding: 1.5rem 0 7rem;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;background: #ac0001;}
#m_nav .close{position:absolute;top: 6px;right:15px;font-size: 28px;color:#fff;z-index: 10000;}

#m_nav.act { pointer-events: auto; right: 0; }
#m_nav>ul>li {width: 100%;overflow: hidden;padding: 0 0 0 2.3rem;position: relative;}
#m_nav>ul>li {border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a { display: inline-block; width: calc(100% - 30px) }
#m_nav li .a {line-height: 4rem;height: 4rem;color: #fff;padding: 0;font-size: 14px;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: 5rem;height: 4rem;display: inline-block;background: url(../images/arrow_down.svg) calc(100% - 2rem) center no-repeat;background-size: 13px 13px !important;position: absolute;display: block;right: 0;}

#m_nav li.on i {background: url(../images/arrow_down_on.svg) calc(100% - 2rem) center no-repeat;}
#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: #c21d1b; }
#m_nav .title .list a {display: block;font-size: 1rem;color: rgba(255,255,255,.6);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 {transition: .6s;display: none;height: 60px;position: fixed;z-index: 100;}
#m_header #logo .box_table{width: auto; float: left;    display: table; height: 100%;}
#nav_btn_box .box_table { width: auto; float: left;    display: table; height: 100%; height: 100%;}
 #nav_btn_box .box_table .box_table_cell{   vertical-align: middle;
	display: table-cell;  }
#m_header #logo .box_table .box_table_cell{ vertical-align: middle;display: table-cell;      margin: 0 auto;}

#m_header #logo .box_table .box_table_cell a{    display: block;
			}
.m_header_box header{padding:0 5%;top: 0;height: 60px;box-shadow: 0 8px 8px rgba(0,55,59,0.25);position: fixed;top: 0;left: 0;right: 0;z-index: 100;background: #ac0001;background-size: cover;}
#m_header #logo{float: left;height: 100%;}
#m_header #logo img{max-height: 40px;width: auto;}
#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);}



@media(max-width: 1200px){
  .head_top{display: none;}
  .pc_header{display: none;}
  .m_header_box{display: block;}
}


@media(max-width: 1450px){

.w1400{width: 100%;padding: 0 5%;}

}






.img{padding-bottom: 50%;position: relative;overflow: hidden;}
.img img{    position: absolute;transition: 0.5s;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
a:hover .img img{transform: scale(1.05);}

.fl{ float:left;}
.fr{ float:right;}

.sy_tit{margin-bottom: 30px;position: relative;}
.sy_tit p{font-size: 2.5rem;color: #d30000;padding-bottom: 32px;position: relative;font-weight: bold;text-align: center;background: url(../images/sy_tit_img.png) no-repeat center bottom;}
.sy_tit a{font-size: 12px;line-height: 36px;color: #333333;position: absolute;right: 0;top: 20%;transition: 0.4s;}
.sy_tit a:hover{color: #d30000;}
.sy_tit.bai p{color: #fff;background: url(../images/sy_tit_img_bai.png) no-repeat center bottom;}
.sy_tit.bai a{color: #fff;}
.sy_tit.bai a:hover{color: #ffcc00;}

.part1_2{background: url(../images/part1_2bg.jpg) no-repeat left top;}
.part1{padding: 100px 0 50px;margin-top: -50px;}
.p1_main{display: flex;justify-content: space-between;flex-wrap: wrap;}
.p1_main .left{width: 50%;}
.part1_lb{}
.part1_lb .swiper-slide{}
.part1_lb .swiper-slide a{display: block;transition: 0.4s;}
.part1_lb .swiper-slide .img{    padding-bottom: 56.9%;}
.part1_lb .swiper-slide .bt{font-size: 18px;color: #333333;text-align: center;background: #fff;padding: 20px 10px;transition: 0.4s;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;}
.part1_lb .swiper-button-next,.part1_lb .swiper-button-prev{font-size: 2.5rem;font-family: "宋体";color: #fff;}
.part1_lb .swiper-button-next::after,.part1_lb .swiper-button-prev::after{display: none;}
.part1_lb .swiper-slide a:hover .bt{color: #d30000;}

.p1_main .right{width: 46.92%;}
.p1_main .right .fs_wz{display: block;border-bottom: 1px solid #dcdcdc;padding-bottom: 15px;}
.p1_main .right .fs_wz .bt{font-size: 1.5rem;color: #333333;font-weight: bold;margin-bottom: 1rem;transition: 0.4s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;}
.p1_main .right .fs_wz .zy{font-size: 14px;color: #737373;line-height: 26px;height: 78PX;overflow: hidden;}
.p1_main .right .p1r_ul{padding-top: 16px;}
.p1_main .right .p1r_ul li{}
.p1_main .right .p1r_ul li a{font-size: 18px;color: #333333;display: block;background: url(../images/part1_ico1.png) no-repeat left center;padding: 12px 0 12px 16px;transition: 0.4s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;}
.p1_main .right .p1r_ul li a:hover{color: #d30000;}
.p1_main .right .fs_wz:hover .bt{color: #d30000;}

.part2{padding-bottom: 50px;}
.p2_ul1{display: flex;justify-content: space-between;flex-wrap: wrap;}
.p2_ul1 li{width: 32.3077%;margin-bottom: 20px;}
.p2_ul1 li a{display: block;transition: 0.4s;}
.p2_ul1 li .img{padding-bottom: 63%;}
.p2_ul1 li .sj{font-size: 12px;color: #fff;background: #d30000;display: table;padding: 6px 11px;margin-top: -15px;position: relative;z-index: 10;}
.p2_ul1 li .sj img{margin-right: 6px;}
.p2_ul1 li .con{padding: 0px 30px 20px;background: #fbf9f8;}
.p2_ul1 li .con .bt{font-size: 16px;line-height: 26px;color: #333333;margin-top: 10px;height: 52px;overflow: hidden;}
.p2_ul1 li a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.3);}

.p2_ul2{display: flex;justify-content: space-between;flex-wrap: wrap;}
.p2_ul2 li{width: 49.23%;}
.p2_ul2 li a{display: block;background: #fbf9f8;padding: 25px;transition: 0.4s;}
.p2_ul2 li .sj{font-size: 12px;color: #d30000;display: table;padding: 6px 0px;position: relative;z-index: 10;}
.p2_ul2 li .sj img{margin-right: 6px;}
.p2_ul2 li .bt{font-size: 16px;line-height: 26px;color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;}
	.p2_ul2 li a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.3);}



.part3{background: url(../images/part3_bg.jpg) no-repeat;background-size: cover;padding: 50px 0;}
.p3_main{display: flex;justify-content: space-between;flex-wrap: wrap;}
.p3_main .p3_box{width: 48.46%;}
.p3_main .p3_box .x_tit{font-size: 1.5rem;color: #d30000;text-align: center;padding: 0 15px 11px;display: table;position: relative;border-bottom: 1px solid #d30000;font-weight: bold;margin-bottom: 24px;}
.p3_main .p3_box .x_tit::after{content: "";width: 100%;height: 1px;background: #d30000;position: absolute;bottom: 3px;left: 0;}
.p3_main .p3_box ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.p3_main .p3_box ul li{width: 49.21%;margin-bottom: 10px;}
.p3_main .p3_box ul li a{display: block;transition: 0.4s;}
.p3_main .p3_box ul li .img{padding-bottom: 64.5%;}
.p3_main .p3_box ul li .bt{font-size: 18px;line-height: 28px;padding: 18px 10px;color: #282828;background: #fff;text-align: center;transition: 0.4s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;}
	.p3_main .p3_box ul li a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.p3_main .p3_box ul li a:hover .bt{color: #d30000;}

.part4{padding: 60px 0;background: url(../images/part4_bg.jpg) no-repeat;background-size: cover;}
.p4_main{}
.p4_main ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.p4_main ul li{width: 23.077%;}
.p4_main ul li::after{content: "";display: block;width: 100%;height: 42px;background: url(../images/part4_con_bg.png) no-repeat left bottom;background-size: 100%;}
.p4_main ul li a{display: block;padding: 32px 32px 28px;background: #fff;}
.p4_main ul li .bt{font-size: 18px;line-height: 30px;color: #333333;/*height: 120px;*/overflow: hidden;margin-bottom: 25px;transition: 0.4s;}
.p4_main ul li .xx{border-top: 1px dashed #c6c1b3;padding-top: 30px;}
.p4_main ul li .xx p{font-size: 14px;color: #666666;line-height: 28px;}
.p4_main ul li a:hover .bt{color: #ac0001;transform: translate(0,-6px);}

.part5{padding: 60px 0;}
.p5_main .p2_ul2{flex-wrap: wrap;}
.p5_main .p2_ul2 li{margin-bottom: 20px;}
.p5_main .p2_ul2 li a{border-left: 4px solid #ac0001;}

.footer{padding: 50px 0 38px;background: #ac0001;}
.footer .con{width: 100%;float: left;}
.footer .con p{font-size: 14px;color: #fff;line-height: 20px;margin-bottom: 10px;text-align: center;}


.fhdb{width: 50px;height: 50px;overflow: hidden;position: fixed;    right: 20px;
    bottom: 170px;z-index: 1000;}
.fhdb a{position: absolute;bottom: -80px;transition: 0.5s;overflow: hidden;}
.fhdb.on a{bottom: 0;}
.fhdb a:hover{border-radius: 50%;}



@media(max-width: 1300px){
	.w1300{width: 97%;}
}
@media(max-width: 1200px){
	.nav_bg{display: none;}
	.top_h>.w1300{display: none;}
	.top_h{margin-top: 60px;height: 300px;}
	.part1{margin-top: 0;}
}
@media(max-width: 900px){
	.top_h{height: 200px;}

	.part1{padding: 2rem 0 0;}
	.part2{padding: 2rem 0;}
	.part3{padding: 2rem 0;}
	.part4{padding: 2rem 0;}
	.part5{padding: 2rem 0;}
	.p1_main .left{width: 100%;margin-bottom: 1.5rem;}
	.p1_main .right{width: 100%;}

	.p2_ul1 li{width: 100%;}
	.p2_ul2 li{width: 100%;margin-bottom: 1rem;}

	.p3_main .p3_box{width: 100%;margin-bottom: 1rem;}
	.p4_main ul li{width: 48%;margin-bottom: 2rem;}
}

@media(max-width: 650px){
	#m_header .list_box0{display: none;}
	.top_h{height: 150px;}
	.sy_tit a{    top: 0%;}
	.sy_tit p{    font-size: 1.5rem;
		padding-bottom: 24px;}
	#m_header #logo img {
		max-height: 31px;
	}
	.p1_main .right .fs_wz .bt{font-size: 1.25rem;}
	.p4_main ul li{width: 100%;}
	.p2_ul2 li a{    padding: 12px;}
	.fhdb{display: none;}
	.p2_ul1 li .con{    padding: 0px 15px 20px;}
	.p4_main ul li a{padding: 20px 20px 28px;}
	.p4_main ul li .bt{height: auto;max-height: 120px;}
	.p3_main .p3_box ul li .bt{    font-size: 14px;
		line-height: 28px;
		padding: 6px 5px;}
}

@media(max-width:  450px){
.top_h {height: 85px;}
}





.fanye{text-align: center;}

.ej_dh_btn{width: 20px;height: 20px;display: none;position: absolute;right: 15px;top: 1.25rem;cursor: pointer;}
.ej_dh_btn img{width: 100%;}

.ej_main{background-size: 100% auto;padding-bottom: 50px;margin-top: 2rem;position: relative;z-index: 10;}
.ej_main .ej_left_dh{width: 260px;float: left;position: relative;}
.ej_main .ej_left_dh h2{font-size: 30px;color: #fff;text-align: center;padding: 45px 0 30px;background: #d30000;}
.ej_main .ej_left_dh ul{border: 1px solid #f4f4f4;position: relative;}
.ej_main .ej_left_dh ul::after{width: 100%;content: "";height: 13px;background-size: 100%;position: absolute;bottom: -13px;left: 0;}
.ej_main .ej_left_dh ul li{padding: 0 10px;background: #fff;position: relative;}
.ej_main .ej_left_dh ul li a{font-size: 18px;color: #303030;display: block;border-bottom: 1px solid #efefef;padding: 24px 0 24px 45px;}
.ej_main .ej_left_dh ul li.on,.ej_main .ej_left_dh ul li:hover{background: #efefef;border-left: 3px solid #ac0001;}
.ej_main .ej_left_dh ul li.on a,.ej_main .ej_left_dh ul li:hover a{font-size: 18px;color: #d30000;font-weight: bold;}

.ej_main .ej_left_dh ul li span{position: absolute;    right: 1rem;
    top: 1rem;font-family: "宋体";color: #000;font-size: 30px;font-weight: bold;cursor: pointer;transition: 0.4s;    width: 30px;
    text-align: center;}
	.ej_main .ej_left_dh ul li.on span{transform: rotate(90deg);}
	.ej_main .ej_left_dh ul li.on .sj_sub{display: block;}
.ej_main .ej_left_dh ul.sj_sub{display: none;}
.ej_main .ej_left_dh ul.sj_sub li{}
.ej_main .ej_left_dh ul.sj_sub li a{    padding: 14px 0 14px 25px;color: #000;}
.ej_main .ej_left_dh ul.sj_sub li.on a{color: #ac0001;}


.ej_main .ej_ri_main{width: calc(100% - 300px);float: right;background: rgba(255,255,255,0.95);box-shadow: 0 0 60px rgba(125,125,125,0.1);padding: 20px 40px 40px;}
.ej_main .ej_ri_main .ej_dqwz{width: 100%;padding: 20px 0;border-bottom: 1px solid #efefef;margin-bottom: 16px;}
.ej_main .ej_ri_main .ej_dqwz h2{font-size: 24px;color: #474747;padding-left: 27px;background: url(../images/dqwz.png) no-repeat 0px center;float: left;}
.ej_main .ej_ri_main .ej_dqwz .dqwz{float: right;font-size: 14px;line-height: 24px;color: #828282;padding-left: 30px;background: url(../images/dqwz_home.png) no-repeat left center;}
.ej_main .ej_ri_main .ej_dqwz .dqwz a{font-size: 14px;line-height: 24px;color: #828282;transition: 0.4s;}
.ej_main .ej_ri_main .ej_dqwz .dqwz a:hover{color: #ac0001;}

.n_list{}
.n_list ul{margin-bottom: 35px;border-bottom: 1px solid #eaeaea;padding-bottom: 35px;}
.n_list ul li{}
.n_list ul li a{display: block;padding: 10px 0;}
.n_list ul li a::after{content: "";display: block;clear: both;}
.n_list ul li .bt{font-size: 16px;line-height: 30px;color: #373737;float: left;width: calc(100% - 80px);transition: 0.4s;}
.n_list ul li .sj{font-size: 14px;line-height: 30px;color: #989898;float: right;}
.n_list ul li a:hover .bt{color: #d30000;font-weight: bold;}
.n_list ul li a:hover .sj{color: #d30000;}



.n_nry{padding-top: 40px;}
.n_nry .bt_big{font-size: 26px;line-height: 36px;color: #2d2d2d;text-align: center;margin-bottom: 35px;}
.n_nry .xx{}
.n_nry .xx p{font-size: 14px;color: #8f8f8f;text-align: center;padding: 15px 0;background: #f2f2f2;}
.n_nry .nry_con{border-bottom: 1px solid #eaeaea;padding: 30px 0 10px;}
.n_nry .nry_con p{font-size: 16px !important;line-height: 30px !important;color: #454545;margin-bottom: 25px;text-indent: 2em;}

.n_nry .nry_con p iframe{margin-left: -2em;}

.n_nry .nry_con p img{display: block;margin: 0 auto;max-width: 100%;}
.n_nry .fanpian{padding: 30px 0;}
.n_nry .fanpian a{display: block;font-size: 16px;color: #454545;transition: 0.4s;padding: 10px 0;line-height: 25px;}
.n_nry .fanpian a:hover{font-weight: bold;}



.n_list_pic{padding-top: 20px;}
.n_list_pic ul{display: flex;justify-content: flex-start;flex-wrap: wrap;margin: 0 -2%;border-bottom: 1px solid #eaeaea;margin-bottom: 33px;}
.n_list_pic ul li{    width: 29.33%;
  margin: 0 2%;margin-bottom: 50px;}
.n_list_pic ul li a{display: block;}
.n_list_pic ul li .img{width: 100%;padding-bottom: 58%;}
.n_list_pic ul li .img img{width: 100%;}
.n_list_pic ul li .bt{font-size: 16px;line-height: 23px;color: #333333;padding: 14px 0 14px 14px;transition: 0.4s;background: #fbf9f8;}
.n_list_pic ul li a:hover .bt{color: #d30000;font-weight: bold;}




@media(max-width: 1300px){
	.ej_main .w1300{width: 100%;}
}

@media(max-width: 1024px){
  .ej_main .ej_ri_main{padding: 0px 3% 3rem;}
  .ej_main>.w1400{padding: 0;}
  .ej_main{margin-top: 0;}
  .ej_main .ej_left_dh{width: 100%;}
  .ej_main .ej_ri_main{width: 100%;}
  .ej_main .ej_left_dh h2{font-size: 2rem;padding: 1.2rem 0;}
  .ej_main .ej_left_dh ul{display: none;}
  .ej_main .ej_left_dh ul li a{padding: 1rem;}

  .ej_dh_btn{display: block;}
  .ej_main .ej_ri_main .ej_dqwz h2{display: none;}
  .ej_main .ej_ri_main .ej_dqwz .dqwz{float: left;}

  .ej_main .ej_left_dh ul li span{top: 0.6rem;}
}


@media(max-width: 650px){
	.ej_main .ej_left_dh h2{font-size: 1.5rem;}
  .n_list_pic ul{margin: 0;}
  .n_list_pic ul li{width: 100%;margin: 0 0 2rem;}
  .n_nry{padding-top: 10px;}
  .n_nry .bt_big{font-size: 20px;line-height: 27px;margin-bottom: 10px;}
}


/*==========================================内页 结束=============================================*/

@media(min-width: 768px){
	
}


@media(min-width: 992px) and (max-width: 1300px){
}

@media(max-width: 1600px){
}

@media(max-width: 1450px){
}

@media(max-width: 1400px){
}

@media(max-width: 1330px){
}

@media(max-width: 1300px){
	
}

@media(max-width: 1060px){
	
}

@media(max-width: 992px){

	
}

@media(max-width: 768px){
	
}

@media(max-width: 456px){
	
}



.pb_sys_style1 .p_no_d {
    border: 1px solid #ac0001 !important;
    color: #fff;
    background-color: #ac0001 !important;
}