/* reset */
html { height: 100% }
body { min-height: 100% ; overflow-x: hidden;}
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100% }
iframe, frame, fieldset, img { border: 0 none }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { font-size: 14px; font-family:"Microsoft Yahei",arial,"\5b8b\4f53";  }
body { line-height: 1.5 }
a { text-decoration: none; color: #333;}
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
 
.edit_con_original{ line-height:2; padding:0 0; color:#333;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
 
 
 
/*所有后台编辑器区域都要引用 edit_con_original 类名*/
 
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
 
 
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }

/*超出显示省略号*/
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;} 


/*input的placeholder颜色兼容*/
input{outline: none;}
:-moz-placeholder { 
    color: #BABABA;  
}

::-moz-placeholder { 
    color: #BABABA;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #BABABA;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #BABABA;
}

/*左右浮动*/
.fl{float: left;}
.fr{float: right;}

/*整体布局*/
.wrap{max-width: 1440px;width: 94%;margin: auto;}
.wrap_in{max-width: 1280px;width: 94%;margin: auto;}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
.tran_scale img{transition:0.3s all; -webkit-transition:0.3s  all;}
.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}

/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0); position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}

/*font-size*/
.fnt_12 { font-size: 12px;}
.fnt_14 { font-size: 14px;}
.fnt_16 { font-size: 16px;}
.fnt_18 { font-size:16px;}
.fnt_20 { font-size: 20px;}
.fnt_22 { font-size:22px;}
.fnt_24 { font-size:24px;}
.fnt_26 { font-size:26px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_32 { font-size:32px;}
.fnt_34 { font-size:34px;}
.fnt_36 { font-size:36px;}
.fnt_38 { font-size:38px;}
.fnt_40 { font-size:40px;}
.fnt_42 { font-size:42px;}
.fnt_44 { font-size:44px;}
.fnt_46 { font-size:46px;}
.fnt_48 { font-size:48px;}
.fnt_50 { font-size:50px;}
.fnt_52 { font-size:52px;}
.fnt_56 { font-size:56px;}
.fnt_58 { font-size:58px;}
.fnt_60 { font-size:60px;}
.fnt_85 { font-size:85px;}
.fnt_120 { font-size:120px;}

@media only screen and (max-width: 1520px) {
.fnt_16 { font-size: 14px;}
.fnt_18 {  font-size:16px;}
.fnt_20 { font-size: 16px;}
.fnt_22 {  font-size:18px}
.fnt_24 { font-size:21px;}
.fnt_26 { font-size:24px;}
.fnt_28 {  font-size:22px;}
.fnt_30 { font-size:24px;}
.fnt_32 {  font-size:25px; line-height:34px; }
.fnt_34 {  font-size:26px;}
.fnt_36 { font-size:28px;}
.fnt_40 { font-size:30px;}
.fnt_44 { font-size:35px;}
.fnt_48 {  font-size:38px;line-height: 47px;}
.fnt_52 { font-size:42px;}
.fnt_56 { font-size:46px;}
.fnt_58 { font-size:48px;}
.fnt_60 {font-size: 48px;}
.fnt_120 { font-size: 105px;}
.fnt_38 { font-size:34px;}
}


@media only screen and (max-width: 1366px) {
.fnt_16 { font-size: 13px;}
.fnt_18 {  font-size:16px;}
.fnt_20 { font-size: 16px;}
.fnt_22 { font-size:16px;}
.fnt_24 { font-size:21px;}
.fnt_26 { font-size:22px;}
.fnt_28 { font-size:18px;}
.fnt_30 { font-size:20px;}
.fnt_32 { font-size:21px; line-height:29px; }
.fnt_34 { font-size:22px;}
.fnt_36 { font-size:24px;}
.fnt_40 { font-size:26px;}
.fnt_44 { font-size:29px;}
.fnt_48 { font-size:32px;line-height:38px;}
.fnt_52 { font-size:36px;}
.fnt_56 { font-size:38px;}
.fnt_58 { font-size:40px;}
.fnt_60 {font-size:40px;}
.fnt_120 { font-size: 105px;}
.fnt_38 { font-size:28px;}
}

@media only screen and (max-width: 1140px) {
.fnt_18 {  font-size:14px;}
.fnt_26 { font-size:20px;}
.fnt_28 { font-size:16px;}
.fnt_30 { font-size:18px;}
.fnt_32 { font-size:19px; line-height:26px; }
.fnt_36 { font-size:21px;}
.fnt_40 { font-size:24px;}
.fnt_44 { font-size:26px;}
.fnt_48 { font-size:28px;}
.fnt_60 {font-size:34px;}
.fnt_56 { font-size:30px;}
.fnt_58 { font-size:32px;}
.fnt_52 { font-size:30px;}
.fnt_120 { font-size: 70px;}
.fnt_24 { font-size:18px;}
}

@media only screen and (max-width: 1023px) {
	
.fnt_26 { font-size:18px;}
.fnt_30 { font-size:16px;}
.fnt_48 { font-size:26px;line-height:30px;}
.fnt_40 { font-size:20px;}
.fnt_44 { font-size:23px;}
.fnt_36 { font-size:20px;}
.fnt_60 {font-size:30px;}
.fnt_120 { font-size: 64px;}
.fnt_24 { font-size:16px;}
.fnt_38 { font-size:20px;}
.fnt_56 { font-size:26px;}
.fnt_58 { font-size:28px;}
.fnt_52 { font-size:26px;}
}

@media only screen and (max-width: 767px) {
.fnt_22{ font-size:14px;}
.fnt_26 { font-size:16px;}
.fnt_32 { font-size:16px; line-height:24px; }
.fnt_34{ font-size:18px;}
.fnt_40 { font-size:16px;}
.fnt_44 { font-size:18px;}
.fnt_48 { font-size:19px;}
.fnt_120 { font-size: 48px;}
.fnt_38 { font-size:18px;}
.fnt_56 { font-size:22px;}
.fnt_58 { font-size:24px;}
.fnt_60 {font-size:24px;}
.fnt_52 { font-size:22px;}
}

.mb170{margin-bottom:40px;}
.ptb170{padding:80px 0;}
.pt170{padding-top:80px;}
.pb170{padding-bottom:80px;}
@media only screen and (max-width: 1440px) {
	.mb170{margin-bottom:30px;}
	.ptb170{padding:60px 0;}
	.pt170{padding-top:60px;}
	.pb170{padding-bottom:60px;}
}
@media only screen and (max-width: 1200px) {
	.mb170{margin-bottom:25px;}
	.ptb170{padding: 80px 0;}
	.pt170{padding-top:45px;}
	.pb170{padding-bottom:45px;}
}
@media only screen and (max-width: 1023px) {
	.mb170{margin-bottom:20px;}
	.ptb170{padding: 50px 0;}
	.pt170{padding-top:40px;}
	.pb170{padding-bottom:40px;}
}

@media only screen and (max-width: 767px) {
	.mb170{margin-bottom:15px;}
	.ptb170{padding: 30px 0;}
	.pt170{padding-top: 30px;}
	.pb170{padding-bottom:30px;}
}


h1,h2,h3{font-weight: normal;}
/*.swiper-container, .swiper-wrapper, .swiper-slide{height: auto !important;}*/
.wh100{width: 100%; height: 100%;}
.w100{width: 100%;}
/*.main{min-height: 400px;}*/


.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;display:none;}
.video_appbox .video_t{ left:10%; top:22%; position:absolute; height:60%; width:80%;   z-index:2; background:#000;}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.video_close{ position:absolute; top:0; right: 0; cursor:pointer; z-index: 99999;}

header{ position: fixed; top: 0; left: 50%; background: rgba(0,0,0,0.5); border-bottom:1px solid #555555; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); width: 100%; padding:10px 0; z-index: 9999;transition: all 0.3s;}
header .wrap{height: 100%;}
.logo{display: inline-block; vertical-align: top; /*margin-right: 12.5%;*/ width:30%; height: 100%;}
.logo img{transition: all 0.3s; height:60px;}
.head{ position: relative; width:70%;}

nav ul{text-align: center; font-size: 0;}
nav ul li{display: inline-block; margin: 0 25px; vertical-align: top; position: relative;}
nav ul li > a{display: block; height: 48px;  line-height:48px; position: relative;  color: #fff;}
nav ul li.on > a{color: #f5853b !important;}
nav ul li dl{width: 153px; padding:6px 14px 20px; background: rgba(0,0,0,0.6); border-top: #f5853b solid 2px; position: absolute; top: 100%; left: 50%; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); opacity: 0; visibility: hidden;}
nav ul li dl dd{line-height: 60px; border-bottom: rgba(255,255,255,0.3) solid 1px;}
nav ul li dl dd:last-child{border-bottom: none;}
nav ul li dl dd a{color: #fff; display: block;}

nav ul li.on > a{ color: #f5853b;}


.scroll header{background: rgba(0,0,0,0.5); padding: 0px;transition: all 0.3s;}
.scroll .logo{margin-top:0px;}
.scroll .logo img{ height:60px;}
.scroll .head{ padding:15px 0px;}

/*search*/
.search_box{cursor: pointer; position: relative; width: 30px; height: 24px;background: transparent url(../images/search_icon.png) center center no-repeat;}
.search{width: 0px; opacity: 0; height: 24px; /*background: rgba(255,255,255,0.5);*/ transition: all 0.4s cubic-bezier(0.42,0,1,1) 0s; position: absolute; top: 0; right: 0; overflow: hidden; border-bottom: #fff solid 1px;}
.search_text{width: 168px; height: 24px; /*line-height: 24px;*/  padding: 0 0 0 12px; border: none; background: none; color: #fff; font-size: 12px; }
/* .search_text::-webkit-input-placeholder{color: #fff;} */
.search_btn{background: transparent url(../images/search_icon.png) center center no-repeat; width: 30px; height: 24px; border: none;}
.search_box.on .search{width: 198px; opacity: 1;}


.header_box{height: 91px; border-bottom: #c2c2c2 solid 1px;}
.header_hh{height: 91px;}
.header_box header{padding: 0;}
.header_box .logo{ margin-top: 20px;}
.header_box .logo img{height: 48px;}
.logo_w{display: none; padding:9px 0px;}
.header_box .head{margin-top: 42px;}
.header_box nav{}
.header_box nav ul li > a{color: #333333;}
.header_box .search_box{background: transparent url(../images/search_icon01.png) center center no-repeat;}
.header_box .search{ border-bottom: #333 solid 1px;}
.header_box .search_text{color: #333;}
/* .header_box .search_text::-webkit-input-placeholder{color: #333;} */
.header_box .search_btn{background: transparent url(../images/search_icon01.png) center center no-repeat;}

.scroll .header_box .logo,.scroll header .logo{display: none;}
.scroll .header_box .logo_w,.scroll header .logo_w{display: block;}
.scroll .header_box nav ul li > a{color: #fff;}
.scroll .header_box .search_box{background: transparent url(../images/search_icon.png) center center no-repeat;}
.scroll .header_box .search{ border-bottom: #fff solid 1px;}
.scroll .header_box .search_text{color: #fff;}
/* .scroll .header_box .search_text::-webkit-input-placeholder{color: #fff;} */
.scroll .header_box .search_btn{background: transparent url(../images/search_icon.png) center center no-repeat;}

.phone_box{ display: none;}
.phone_menu em.p1, .phone_menu em.p2, .phone_menu em.p3{transition: all 0.4s cubic-bezier(0.42,0,1,1) 0s;}
.phone_menu {color: #333;display: block;  width: 39px;height:39px;transform: translateX(0px); cursor: pointer;}
.phone_menu em.p1{ display:block; width:22px; height:2px; background:#fff; position:absolute; top:50%; margin-top:-6px; left:50%; margin-left:-11px; border-radius:2px;}
.phone_menu em.p2{ display:block; width:22px; height:2px; background:#fff; position:absolute; top:50%; margin-top:0; left:50%; margin-left:-11px; border-radius:2px;}
.phone_menu em.p3{ display:block; width:22px; height:2px; background:#fff; position:absolute; top:50%; margin-top:6px; left:50%; margin-left:-11px; border-radius:2px;}
.phone_menu em.p1{ transform:rotate(0deg); margin-top:-7px;}
.phone_menu em.p2{ opacity:1;}
.phone_menu em.p3{ transform:rotate(0deg); margin-top:7px;}
.phone_menu.on{ transform:translateX(0px);}
.phone_menu.on em.p1{ transform:rotate(45deg); margin-top:0;}
.phone_menu.on em.p2{ opacity:0;}
.phone_menu.on em.p3{ transform:rotate(-45deg); margin-top:0;}

.index4{background-size: 100% auto; background-position: center bottom; background: url(../images/ad.jpg) top center no-repeat;}
.index4_l{width:100%; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
.index4_l_con{max-width:780px; width:40%; padding:7% 4%; background:rgba(255,255,255,0.7); text-align:center;}
.index4_l_con img{width: 39%;margin-bottom: 30px; max-width: 100%;}
.index4_l_con h2{color: #000; line-height:2em; margin-bottom:30px; font-weight: bold;}
.index4_l_con h2 i{color: #f5853b;position: relative; padding-bottom: 15px;}
.index4_l_con h2 i:before{content: ''; position: absolute; width: 100%; height: 1px; background: #f5853b; left: 0; bottom: 0;}
.index4_l_con h2 em{color: #073190;}
.index4_l_con h2 span{font-weight: bold; margin: 0 20px;}
.index4_l_con h2 span img{width: 9px; vertical-align: middle;margin: 0;    margin-top: -5px;}
.index4_l_con p{color: #1b1d1c; line-height: 1.78em;}


footer{min-height:426px; background:#f6f7f7;}
.footer_l{width:100%; padding:60px 0; height:auto; background:url(../images/foot_back.png) bottom no-repeat;}
.footer_l .message_l{width:auto; padding-right:60px;}
.footer_l .message_l .txt_con{width:268px;height:auto; margin-top:15px; line-height:33px; font-size:15px; text-align:left; color:#bababa;}
.footer_l .message_l .txt_con .left_txt{width:268px;height:33px; text-indent:12px; background:#fff; margin-bottom:10px; border:1px solid #bababa;}
.footer_l .message_l .txt_con .submit{width:100px;height:33px; background:#f5853b; border:0; text-align:center; color:#fff;}
.footer_l .logo_l{width:auto;}
.footer_l .logo_l dt{color:#333; font-family:宋体; line-height:1.3em;}
.footer_l .logo_l dd{line-height:1em; padding:5px 20px; background:#f5853b; max-width:300px;color:#fff; font-family:宋体;}
.footer_l .logo_l i{color:#555555; line-height:2.5em;}

.footer_r{width:100%; padding:2% 0;}
.footer_r dl dt{color:#333;}
.footer_r dl dd{line-height:3em;}
.footer_r dl dd a{display: inline-block; color: #ababab;}
.footer_r dl dd i{margin: 0 12px; color:#ababab;}
@media only screen and (max-width: 1300px) {
nav ul li{margin: 0 15px;}
}
@media only screen and (max-width: 1200px) {
	.index4_l{padding:0px 30px 60px 0;}


}
@media only screen and (max-width: 1024px) {
.index4_l_con h2 span img{width: 6px;margin:0;}
}
@media only screen and (max-width: 1023px) {
	.index4_l{width:100%; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
	.index4_l_con{width:60%; padding:7% 4%;}
	.index4_l_con img{margin-bottom: 20px;}
	.index4_l_con h2{margin-bottom: 20px;}
	.index4_l_con h2 i{padding-bottom: 5px;}
	.index4_l_con h2 span{margin: 0 10px;}

}

@media only screen and (max-width: 767px) {
	.index4_l{width:100%; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
	.index4_l_con{width:60%; padding:7% 4%;}
	.index4_l_con img{margin-bottom: 20px;}
	.index4_l_con h2{margin-bottom: 20px;}
	.index4_l_con h2 i{padding-bottom: 5px;}
	.index4_l_con h2 span{margin: 0 10px;}
	
	footer{height: auto !important;}
	.footer_l{width: 100%; padding: 20px 3%;}
	.footer_l:before{width: 5px;display: none;}
	.footer_l dl{width: 100%; padding: 0;}
	.footer_l dl dt{margin-bottom: 15px;}
	.footer_l dl dt a{padding: 0 5px;}
	.footer_r{width: 100%; padding: 20px 3%;}
	.footer_r dl dt{margin-bottom: 10px;}
	.footer_r dl dd{line-height: 24px;}
}


.phone-show{display: none;}


@media only screen and (min-width: 1024px) {
	a:hover{color: #f5853b;}
	nav ul li:hover > a{ color: #f5853b;}
	nav ul li:hover dl{opacity: 1; visibility: visible;}
	footer a:hover{opacity:0.7;filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7;}
}


@media only screen and (max-width: 1024px) {
	*{-webkit-tap-highlight-color:transparent;}
	.phone_box{ display: block; margin-top: -5px;}
	.logo img{height: 100%;}
	.scroll .logo{margin-top: 0;}
	.scroll .logo img{ height: 100%;}
	.scroll header{height: 50px; padding: 10px 0;}
	.scroll .head{margin-top: 0;}
	
	.header_box .head{margin-top: 0;}
	
	header{height: 50px; padding: 10px 0;}
	
	.head{position: fixed; top: 50px; right: 0; z-index: 1000; width: 320px; background: #fff; padding: 0px 0 20px; transform: translate(100%);-webkit-transform: translate(100%); transition: all 250ms ease-out;-webkit-transition: all 250ms ease-out; height: 100%; border: #f5853b solid 5px; border-right: none;height:9999px; background: #fff;}
	.head.on{transform: translate(0);-webkit-transform: translate(0);}
	
	nav{float: none;  width: 100%;}
	nav ul li{display: block; width: 100%; margin: 0;text-align: center; }
	nav ul li > a{ padding: 0 26px; line-height: 48px; color: #000; display: inline-block; width: 100%; text-align: left; border-bottom: #dadada solid 1px; height: auto;}
	nav ul li.on > a{border-bottom: #c5171e solid 1px;}
	nav ul li.on > a em{display: none;}
	
	nav ul li dl{position: fixed;top: 0px; left: auto; right: 0;  width: 100%; height: 100%;background: #fff; transform: translate(100%);-webkit-transform: translate(100%); transition: all 250ms ease-out;-webkit-transition: all 250ms ease-out; opacity: 1; visibility: visible; padding: 10px 0; z-index: 10000;}
	nav ul li dl.on{transform: translate(0);-webkit-transform: translate(0);}
	nav ul li dl dd a{line-height: 48px; text-align: center; color: #000;border-bottom: #dadada solid 1px; padding: 0 26px; text-align: left;}
	
	.phone-show{display: block;}
	
	.search_box{width:100%; height: 48px;  background: none !important;}
	.search{/*background: rgba(0,0,0,0.3);*/ opacity: 1; width: 100%; height: 48px; position: static;  padding: 0 26px; border-bottom-color: #000;}
	.search_text{height: 48px;  padding:0; color: #000;  width: calc(100% - 20px);}
	/* .search_text::-webkit-input-placeholder{color: #000;} */
	.search_btn{width: 20px; height: 48px; background: transparent url(../images/search_black.png) right center no-repeat;}
	
	
	.header_box{height: 51px;}
	.header_box header{padding: 10px 0;}
	.header_box .logo{margin-top: 0;}
	.header_box .logo img{height: 100%;}
	.header_box .phone_menu em{background: #333;}
	.scroll .header_box .phone_menu em{background: #fff;}
	
	.scroll .header_box nav ul li > a{color: #333333;}
	.scroll .header_box .search_box{background: transparent url(../images/search_icon01.png) center center no-repeat;}
	.scroll .header_box .search{ border-bottom: #333 solid 1px;}
	.scroll .header_box .search_text{color: #333;}
	/* .scroll .header_box .search_text::-webkit-input-placeholder{color: #333;} */
	.scroll .header_box .search_btn{background: transparent url(../images/search_icon01.png) center center no-repeat;}
	
}



@media only screen and (max-width: 1023px) {
	.head_t dl{padding-left: 30px; margin-left: 30px;}
	.video_close img{width: 30px; height: 30px;}
	
}

@media only screen and (max-width: 767px) {
	
	nav{width: 100%;}
	
	.head_t dl{padding-left: 0; margin-left: 0; border-left: none; display: block; text-align: center;}
	
	.page a.num,.page span,.page input{display: none !important;}
	.page a.prev,.page a.next{display: inline-block; margin:  0 5px;}
}



.pad60{padding: 60px 0;}
.pt30{padding-top: 30px;}
.pt60{padding-top: 60px;}
.pb80{padding-bottom: 80px;}
.mb60{margin-bottom: 60px;}
.mb65{margin-bottom: 65px;}
.mb75{margin-bottom: 75px;}
.mb130{margin-bottom: 130px;}
.mb180{margin-bottom: 180px;}
@media only screen and (max-width: 1440px) {
	.pad60{padding: 50px 0;}

	.pt60{padding-top: 50px;}
	.pb80{padding-bottom: 70px;}
	.mb60{margin-bottom: 50px;}
	.mb65{margin-bottom: 50px;}
	.mb75{margin-bottom: 50px;}
	.mb130{margin-bottom: 80px;}
	.mb180{margin-bottom: 150px;}
}
@media only screen and (max-width: 1200px) {
	.pad60{padding: 40px 0;}
	.pt30{padding-top: 20px;}
	.pt60{padding-top: 40px;}
	.pb80{padding-bottom: 60px;}
	.mb60{margin-bottom: 40px;}
	.mb65{margin-bottom: 40px;}
	.mb75{margin-bottom: 40px;}
	.mb130{margin-bottom: 50px;}
	.mb180{margin-bottom: 130px;}
}
@media only screen and (max-width: 1023px) {
	.pad60{padding: 30px 0;}

	.pt60{padding-top: 30px;}
	.pb80{padding-bottom: 40px;}
	.mb60{margin-bottom: 30px;}
	.mb65{margin-bottom: 30px;}
	.mb75{margin-bottom: 30px;}
	.mb130{margin-bottom: 40px;}
	.mb180{margin-bottom: 100px;}
}

@media only screen and (max-width: 767px) {
	.mb65{margin-bottom: 20px;}
	.mb75{margin-bottom: 20px;}
	.mb130{margin-bottom: 30px;}
	.mb180{margin-bottom: 30px;}
}

.main{position: relative;}

/*面包屑*/
.sitebox{z-index: 10;}
.site{color:#fff; position: absolute; line-height: 36px; text-align: right; right:0; top:0; z-index: 10; padding:0 10px;}
.site span{color:#fff;}
.site a{color: #fff;}
.site .site_line{position: absolute; right:0; top:0; width: 100%;}
.site .site_line em{ float: left; width: 50%; height: 2px; background: #E81729;}
.site .site_line em+em{ float: right;background: #073490;}
.site_an{position: relative; margin-bottom: 40px; height: 36px;}
.site_an .site,.site_an .site a{color: #1B1D1C;}
.site_an .site span{color: #757575;}

.site_b .site,.site_b .site a{color: #1B1D1C;}
.site_b .site span{color: #757575;}
/*面包屑end*/
@media only screen and (max-width: 767px) {
	.site_an{margin-bottom: 20px !important;}
}


/*分页*/
.page {vertical-align:middle;text-align:center; line-height: 36px; font-size: 0;}
.page a{display:inline-block;text-align:center; width:36px; height: 36px; line-height: 36px; border: #D8D8D8 solid 1px; font-family:Arial; color: #797979;background: none;font-size: 14px;}
.page a.on,.page a.num:hover{ background:#E60011; border-color:#E60011; color:#fff;}
.page span,.page i{color: #666; display: inline-block;font-size: 12px;}
.page i{margin:0 15px;}
.page span b{color:#E60011; font-size: 18px;font-family:Arial;}
.page .page_tt{width:42px;height:24px; text-align:center; font-family:Arial; background:none; border:1px solid #D8D8D8;color: #9D9D9D; margin: 0 5px;}
.page a.num{margin-left: -1px;}
.page a.prev,.page a.next{text-indent: -10000em;margin-right:8px;}
.page a.prev{background: url(../images/dot_01.png) center center no-repeat;}
.page a.next{background: url(../images/dot_02.png) center center no-repeat;}
.page .go{width:42px;height:24px; margin:0 5px; text-align:center; color: #fff; font-family:Arial; background:#E60011;border:1px solid #E60011; }
.page a.prev.dis,.page a.next.dis{opacity: 0.5; cursor: default;}
@media only screen and (max-width: 767px) {
.page a.num,.page span,.page input{display: none !important;}
}
/*分页end*/



.aid_search .keyword{height: 64px;width: 100%;background: #ededed;overflow: hidden;}
.aid_search .keyword>div{margin:21px auto 19px;width: 90.78%;}
.aid_search .keyword h4{color: #272727;line-height: 1.11em;display: inline-block;}
.aid_search .keyword a{display: inline-block;margin-left: 11px;width: 62px;height: 24px;text-align: center;line-height: 24px;color: #fff;background: #f5853b;}
.aid_search .keyword a:hover { color:#fff!important;}
.aid_search .keyword>div>div{position: relative;;display: inline-block;border: 1px solid #d5dfe8;height: 26px;padding-right: 29px;padding-left: 8px;background: #fff;box-sizing: border-box;}
.aid_search .keyword>div>div.active{box-shadow: 0 0 3px #999;background: #fbf7e6;}
.aid_search .keyword input{border: none;background: transparent;width: 96%;line-height:24px;height:24px;}
.aid_search .keyword span{display: inline-block;position: absolute; top:0;width: 26px;height: 26px;background: url(../images/search_icon01.png) no-repeat center;}
.aid_search>p{display: block;width: 90.78%;margin: 20px auto 0;color: #1b1b1b;}
.aid_search em{color:#f5853b;}
.aid_search .result{margin-top: 21px; margin-bottom: 25px;}
.aid_search .result li{border-bottom: 1px solid #e5e5e5;border-top:transparent solid 1px;}
.aid_search .result li:first-child{border-top:1px solid #e5e5e5; }
.aid_search .result li>div{margin: 5px 0;padding: 28px 0 30px;transition:all .5s}
.aid_search .result li:hover>div{background: #e5e5e5;}
.aid_search .result dl{width: 90.78%;margin:auto}
.aid_search .result dt{position: relative;}
.aid_search .result dt:before{content: "";position: absolute;width: 3px;height: 6px;background: url(../images/search_icon02.png) no-repeat;top: 50%;margin-top: -3px;}
.aid_search .result dt a{color: #272727;line-height: 1.11em;padding-bottom: 2px;}
.aid_search .result li:hover dt a{color: #f5853b;border-bottom: 1px solid #f5853b;}
.aid_search .result dd{margin-top: 17px;color: #666;}
.aid_search .keyword span { right: 9px;}
.aid_search .keyword > div > div { width: 214px;}
.aid_search .result dt:before { left: -16px;}
.aid_sitemap li { margin-top: 43px;height: 43px;}

@media only screen and (max-width: 1023px){
	.aid_search .result li > div { padding:15px 0 20px;}
}
@media only screen and (max-width: 767px){
	/*.aid_search .keyword { display:none}*/
   .aid_search .keyword > div > div{width: 52%;}
    .aid_search .result dd { height:3em;overflow:hidden;
      text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .aid_search .keyword a{margin-left: 0;}
}

.mapsite{overflow: hidden;}
.mapsite dl{overflow: hidden;margin-bottom: 43px;}
.mapsite dl dt{width: 175px;text-align: center;margin-right: -175px;background: #f5853b;line-height: 44px;display: inline-block;color:#fff;float: left; position: relative;z-index: 999;}
.mapsite dl dt a{display: block;color:#fff;}
.mapsite dl dd{ width: 100%; float: left;}
.mapsite dl dd a{color:#333;}
.mapsite dl dd ul{overflow: hidden;  margin-left: 200px;}
.mapsite dl dd ul li{margin-right: 50px; float: left; line-height: 44px;}
.mapsite dl dd ul li b{font-weight: normal; margin-right: 10px;}
@media only screen and (min-width: 1024px) {
.mapsite dl dd a:hover{color:#f5853b;}

}
@media only screen and (max-width:1200px) {
nav ul li{margin: 0 15px;}
}
@media only screen and (max-width: 1023px) {

.mapsite dl dd ul li{margin-right: 20px;}
}
@media only screen and (max-width:767px) {
.pad_100{padding-bottom: 20px;}
.mapsite dl dt{width:100%; margin-right: 0; float: none; height: 36px; line-height: 36px;}
.mapsite dl dd ul{margin-left: 0;}
.mapsite dl{margin-bottom: 20px;}
}

#map{height: 400px;}

/*2019-02-22*/
.search_text{background: #fff;}
.index_make{display: none;}
.head .index_make{display: block;}
.index_make{float: right; background: #f5853b; height:36px; line-height:36px; margin:6px 0px; padding:0 20px;}
.index_make a{display: block; color: #fff;}

@media only screen and (max-width: 1024px) {
.head .index_make{display: none;}
header .wrap>.index_make{display: block; height:26px;line-height:26px; margin:3px 0px; padding:0 10px;}
}






















