@charset "utf-8";
*.bhover { background:#999; color:#fff;}
* { margin:0; padding:0; outline:none; font-family:'微软雅黑', Helvetica,Arial,Lucida, sans-serif;
/*font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
"Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;*/
-webkit-font-smoothing:antialiased; /*chrome、safari*/
-moz-osx-font-smoothing:grayscale; /*firefox*/
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
.animated{ visibility:hidden;}
.visible{ visibility:visible;}
.animation {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.navicon{position:absolute; right:10px; top:15px; display:block; display:none; height:30px; width:30px; transition:1s; z-index:9999; background:#fff; border-radius:3px; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.navicon .line { flex:0 0 80%; width:80%; background:#172f64; height:2px; margin:6px 10%; display:block;}
.navicon.close span{opacity:0;transition:.3s cubic-bezier(.53,0,.15,.3); color:#fff;}

.navicon .line.deg45{transform:rotate(45deg);
-ms-transform:rotate(45deg); 	/* IE 9 */
-moz-transform:rotate(45deg); 	/* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg); 	/* Opera */
}
.navicon .line.deg135{transform:rotate(135deg);
-ms-transform:rotate(135deg); 	/* IE 9 */
-moz-transform:rotate(135deg); 	/* Firefox */
-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
-o-transform:rotate(135deg); 	/* Opera */
}
body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:24px;
	background:#fff;
	color:#707070;
	-webkit-font-smoothing: antialiased; /*chrome、safari*/
	-moz-osx-font-smoothing: grayscale; /*firefox*/
	overflow-x:hidden;
	
}
body.overflow_hidden { overflow:hidden;}
body.overflow_hidden:after { content:''; position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,.5); z-index:99999;}
ol,ul,li,p {
		list-style:none;font-weight:normal;
}
dl,dt,dd {border:0;}
a {
		color:#515151;
		outline:none;
		font-weight:normal;
		text-decoration:none;
}

a:hover { color:#d50808;}
a img {
		border:0;
		margin:0;
		padding:0;
}
.ismobile { display:none;}
.alpha0 {filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1;}
.alpha13 {filter:alpha(opacity=13); -moz-opacity:0.13; -khtml-opacity: 0.40; opacity: 0.13;}
.color1 { background:#cccccc;}
.color2 { background:#ffffff;}
.color3 { background:#000000;}
.color4 { background:#0baecb;}
.alpha70 { filter:alpha(opacity=70); -moz-opacity:0.70; -khtml-opacity: 0.70; opacity: 0.70; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1;}
.alpha40 { filter:alpha(opacity=40); -moz-opacity:0.40; -khtml-opacity: 0.40; opacity: 0.40; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1;}
.h50 { height:50px; display:none;}
.h60 { height:60px; display:none;}
.h65 { height:65px; display:none;}
*.fl { float:left;}
*.fr { float:right;}
*.mt3 { margin-top:3px;}
*.mt5 { margin-top:5px;}
*.mt8 { margin-top:8px;}
*.mt10 { margin-top:10px;}
*.mt20 { margin-top:20px;}
*.mt24 { margin-top:24px;}
*.mt30 { margin-top:30px;}
*.mt40 { margin-top:40px;}
*.mt45 { margin-top:45px;}
*.mt50 { margin-top:50px;}
*.mt60 { margin-top:60px;}
*.mt70 { margin-top:70px;}
*.mt80 { margin-top:80px;}
*.mt90 { margin-top:80px;}
*.mt100 { margin-top:100px;}
*.mt150 { margin-top:150px;}

*.f12 { font-size:12px; line-height:24px;}
*.f14 { font-size:14px; line-height:26px;}
*.f15 { font-size:15px; line-height:29px;}
*.f16 { font-size:16px; line-height:30px;}
*.f18 { font-size:18px; line-height:32px;}
*.f21 { font-size:21px; line-height:34px;}
*.f20 { font-size:20px; line-height:36px;}
*.f22 { font-size:22px; line-height:38px;}
*.f40 { font-size:40px; line-height:60px;}
*.f50 { font-size:50px; line-height:80px;}
*.center { text-align:center;}
*.strong { font-weight:bold;}
.cfff { color:#fff;}
.section { position:relative;}
.fullpage_menu { position:fixed; right:0; top:50%; margin-top:-80px; height:160px; width:65px;/* background:#000; background:rgba(0,0,0,.5);*/ z-index:999999; font-size:18px; font-family:Arial; text-transform:uppercase; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center;}
.fullpage_menu li { width:100%; height:auto; position:relative;}
.fullpage_menu li a { width:100%; height:20px; overflow:hidden; font-size:0; display:block;}
.fullpage_menu li a:after { content:''; width:32px; height:4px; background:#fff; position:absolute; top:50%; margin-top:-2px; right:0;  border-radius:2px 0 0 2px;
	-moz-transition:all .2s cubic-bezier(0,0,.2,1);
	-o-transition:all .2s cubic-bezier(0,0,.2,1);
	-ms-transition:all .2s cubic-bezier(0,0,.2,1);
	transition:all .2s cubic-bezier(0,0,.2,1);
}
.fullpage_menu li.active a {}
.fullpage_menu li.active a:after { width:65px;}

.fullpage_menu.style01 li a:after { background:#7f8080;}

/*页眉*/
.top_bg{ width:100%; height:133px; overflow:visible; z-index:9999999; /*background:#000; background:rgba(0,0,0,.2); box-shadow: 0px 0px 5px rgba(0,0,0,0.2);*/ position:fixed; left:0; top:0; }
.top_bg.bgfff .top, {  margin-top:0;}
.top_bg.bgfff,
.ny .top_bg { /*background:#fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/}
.top_bg.bgfff .navmenu #menu li a,
.ny .top_bg .navmenu #menu li a,
.top_bg.bgfff .navmenu #menu li:after,
.ny .top_bg .navmenu #menu li:after { color:#252525;}
.ny .top_bg .top .navmenu #menu li.hover .subnav a,
.ny .top_bg .top .navmenu #menu li .subnav a { color:#000;}
.ny .top_bg .top .navmenu #menu li:hover .subnav a:hover,
.ny .top_bg .top .navmenu #menu li .subnav a:hover { color:#fff;}
.top_bg.bgfff .top .navmenu_btn,
.ny .top_bg .top .navmenu_btn { /*background:#c10e0e;*/}
.top_bg.bgfff .top .navmenu #menu li.hover a,
.ny .top_bg .top .navmenu #menu li.hover a,
.top_bg.bgfff .top .navmenu #menu li:hover a,
.ny .top_bg .top .navmenu #menu li:hover a{ color:#c10e0e;}
.top_bg.bgfff .top .search_btn,
.ny .top_bg .top .search_btn,
.top_bg.bgfff .top .lang_select .lang_list a,
.ny .top_bg .top .lang_select .lang_list a,
.top_bg.bgfff .top .lang_select,
.ny .top_bg .top .lang_select { color:#fff;}
.top_bg.bgfff .top .lang_select .lang_list a:nth-child(1),
.ny .top_bg .top .lang_select .lang_list a:nth-child(1) { border-bottom:1px solid #373737;}


.top_bg .top{ max-width:100%; min-width:300px; height:120px; margin:0 auto; margin-top:0px; position:relative; /* background:#fff; */}
.top_bg .top .welcome { height:40px; line-height:40px; color:#000; float:left; margin-left:0px; font-size:14px;}
.top_bg .top .welcome a { color:#fff;}
.top_bg .top .weather { display:inline-block; font-size:12px; margin-left:10px; font-family:"宋体";}
.top_bg .top .weather .low{ color:#006b19;}
.top_bg .top .weather .high{ color:#e00000;}

.top_bg .top .email { position:absolute; right:200px; top:25px; line-height:40px;}

.top_bg .top .telbox { width:225px; height:42px; line-height:42px; text-align:left; position:absolute; top:66px; left:294px; border:1px solid #fff; display:none;}
.top_bg .top .telbox .icon { width:60px; height:42px; display:inline-block; color:#fff; font-size:22px; line-height:42px; float:left; text-align:center;}
.top_bg .top .telbox .lab { font-size:14px; line-height:14px; position:relative; top:-3px; color:#4c4c4c; display:inline-block;}
.top_bg .top .telbox .tit { color:#b60909; font-size:22px; line-height:22px; font-weight:bold;}
.top_bg .top .telbox .tel { font-size:18px; color:#fff; line-height:42px; position:relative; letter-spacing:0px; font-family:'微软雅黑'; display:inline-block; margin-left:0px; /*text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff; */}

.top_bg .top .logobox { width:260px; height:104px; position:absolute; left:0px; top:30px; overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center; }
.top_bg .top .logobox a { display:block; height:auto; overflow:hidden;}
.top_bg .top .logo { float:left; height:auto; overflow:hidden; margin-right:20px; margin-top:0px;}
.top_bg .top .info { height:auto; overflow:hidden; float:left; margin-top:0px; display:none;}
.top_bg .top .info .tit { font-size:30px; line-height:32px; color:#21569b; font-weight:bold; letter-spacing:0px; margin-top:0px;
/*background: linear-gradient(to bottom, #0197db, #0153b3);
-webkit-background-clip: text;
color: transparent;*/
}
.top_bg .top .info .tit strong { color:#ef711f;}
.top_bg .top .info .tit1 { font-size:16px; line-height:30px; color:#b0b0b0; letter-spacing:5.5px; text-transform:capitalize; font-family:Arial, Helvetica, sans-serif; /*font-style:oblique;  font-weight:bold; */}
.top_bg .top .logo:hover {/*transform: perspective(120px) rotateY(-360deg);*/}


.top_bg .top .ad_text { position:absolute; left:34%; top:53%;}
.top_bg .top .toplink { height:63px;  line-height:63px; position:absolute; top:0; left:26px; color:#fff; font-size:16px;}
.top_bg .top .toplink .icon { display:inline-block; line-height:40px; font-size:40px; margin-right:5px; color:#2570d2; position:relative; top:6px;}
.top_bg .top .toplink .tel { display:inline-block; position:relative; margin:0 10px;}
.top_bg .top .toplink a { line-height:39px; color:#bfa22a; display:inline-block; text-align:center;}
.top_bg .top .toplink a:hover { color:#bfa22a;}
.top_bg .top .toplink .qrcodebox { width:104px; height:104px; position:absolute; left:20px; top:45px; border-left:0; background:#fff; border:1px solid #ccc; padding:5px; border-radius:2px; display:none;}

.top_bg .top .lang_select { width:150px; height:40px; position:absolute; right:150px; top:50%; margin-top:-20px; color:#fff;}
.top_bg .top .lang_select .icon { font-size:28px; line-height:50px; position:absolute; left:0px; top:50%; margin-top:-28px;}
.top_bg .top .lang_select .icon1 { width:100%; position:absolute; right:0; top:0; font-size:22px; line-height:32px; z-index:1; text-align:right;}
.top_bg .top .lang_select .lang_list { position:absolute; left:40px; top:0; font-size:16px; line-height:32px; height:33px; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:column nowrap; justify-content:flex-start; align-items:stretch; z-index:0;}
.top_bg .top .lang_select .lang_list a { color:#fff; line-height:32px; text-align:left; display:block;}
.top_bg .top .lang_select .lang_list a:nth-child(1) { border-bottom:1px solid #fff; order:0; text-align:left;}
.top_bg .top .lang_select .lang_list a:nth-child(2) { text-transform:uppercase; order:1; text-align:center;}
.top_bg .top .lang_select .lang_list:hover { height:64px;}

.top_bg .top .search_btn { width:131px; height:133px; line-height:130px; overflow:visible; position:absolute; top:0; margin-top:0; right:131px; z-index:999;font-size:32px; color:#fff; text-align:center;}
.top_bg .top .search_btn:hover { color:#b21a15;}
.top_bg .top .navmenu_btn { width:131px; height:133px; line-height:130px; overflow:visible; position:absolute; top:0; margin-top:0px; right:0; z-index:999;font-size:45px; color:#fff; text-align:center; background:url(../images/navmenu_btn_bg.png) center center no-repeat; background:linear-gradient(to right, #ce7b2b, #b66c21, #854500); /*-webkit-background-clip: text; color: transparent;*/}
.top_bg .top .navmenu_btn:hover { background:linear-gradient(to right, #ce7b2b, #7a3f00, #592e00);}

.top_bg .top .searchbox { width:40px; height:40px; overflow:visible; position:absolute; top:50%; margin-top:-20px; right:40px; border-radius:50%; z-index:999; display:none;}
.top_bg .top .searchbox:after { /*content:''; position:absolute; right:0; top:50%; width:1px; height:19px; background:#eee; margin-top:-9px;*/}
.top_bg .top .searchbox .keys { width:0%; height:40px; line-height:40px; color:#b21a15; border:0; position:absolute; right:0px; top:0px; text-indent:10px;  background:none; border-radius:0px; border-radius:0; z-index:1;}
.top_bg .top .searchbox .submit { width:40px; height:40px; line-height:40px; font-size:0px; border:0; position:absolute; right:0; top:0; color:#fff; background:none; cursor:pointer; z-index:2;}
.top_bg .top .searchbox i { width:40px; height:40px; line-height:40px; font-size:36px; color:#fff; position:absolute; right:0; top:0; text-align:center; z-index:2;}
.top_bg .top .searchbox:hover .keys,
.top_bg .top .searchbox.hover .keys{ width:0px; background:#fff;}
.top_bg .top .searchbox:hover .submit,
.top_bg .top .searchbox.hover .submit{ margin-top:0px;}
.top_bg .top .searchbox:hover i { color:#b21a15;}
.top_bg .top .searchbox .keys:-ms-input-placeholder{
    color: #c6c6c6;/*opacity:0.5; font-size:12px;*/
}
.top_bg .top .searchbox .keys::-webkit-input-placeholder{
    color: #c6c6c6;/*opacity:0.5; font-size:12px;*/
}
.top_bg .top .share_link { position:absolute; top:50%; margin-top:-10px; right:20px;}


.searchbox_bg { position:fixed; left:-100%; top:0; width:100%; height:100%; overflow:hidden; background:#ce7b2b; /*background:linear-gradient(45deg, #ce7b2b, #7a3f00, #592e00);*/ z-index:9999999; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.searchbox_bg .telbox { width:100%; height:134px; line-height:134px; text-align:center; color:#fff; font-size:18px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center; position:absolute; bottom:0;}
.searchbox_bg .telbox .icon { color:#fff; font-size:30px; margin:0 10px;}
.searchbox_bg.exat { left:0;}
.searchbox_bg .close { width:55px; height:55px; line-height:55px; font-size:55px; text-align:center; display:block; position:absolute; right:60px; top:40px; color:#fff; font-weight:100;}
.searchbox_bg .searchbox .hotkeys { width:100%; line-height:50px; text-align:center; font-size:18px; color:#fff; margin-top:60px;}
.searchbox_bg .searchbox .hotkeys a { font-size:18px; color:#fff; display:inline-block; margin:0 30px;}
.searchbox_bg .searchbox { width:1000px; height:auto; overflow:hidden; text-align:center; color:#fff;}
.searchbox_bg .searchbox .tit1 { font-size:60px; line-height:80px; font-weight:bold; text-transform:uppercase;}
.searchbox_bg .searchbox .tit { font-size:36px; line-height:60px;}
.searchbox_bg .searchbox form { margin-top:50px;}
.searchbox_bg .searchbox:after { /*content:''; position:absolute; right:0; top:50%; width:1px; height:19px; background:#eee; margin-top:-9px;*/}
.searchbox_bg .search_box { width:100%; height:97px; position:relative;}
.searchbox_bg .searchbox .keys { width:887px; height:97px; line-height:97px; color:#000; border:0; text-indent:30px;  background:#fff; border-radius:0px; font-size:18px; z-index:1; position:absolute; left:0; top:0;}
.searchbox_bg .searchbox .submit { width:144px; height:97px; line-height:97px; font-size:0px; border:0; position:absolute; right:0; top:0; color:#fff; background:none; cursor:pointer; z-index:3;}
.searchbox_bg .searchbox i { width:144px; height:97px; line-height:97px; font-size:50px; color:#fff; position:absolute; right:0; top:0; background:#a9020f; text-align:center; z-index:2;}
.searchbox_bg .searchbox:hover .keys,
.searchbox_bg .searchbox.hover .keys{ }
.searchbox_bg .searchbox:hover .submit,
.searchbox_bg .searchbox.hover .submit{ margin-top:0px;}
.searchbox_bg .searchbox:hover i { }
.searchbox_bg .searchbox .keys:-ms-input-placeholder{
    color: #c0c0c0; font-size:18px;/*opacity:0.5;*/
}
.searchbox_bg .searchbox .keys::-webkit-input-placeholder{
    color: #c0c0c0; font-size:18px;/*opacity:0.5;*/
}

.navmenubox_bg { position:fixed; right:-100%; top:0; width:372px; height:100%; overflow:; background:#000;/* background:rgba(37,139,210,.96);*/ z-index:9999999; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}

.navmenubox_bg.exat { right:0;}
.navmenubox_bg .close { width:55px; height:55px; line-height:55px; font-size:27px; text-align:center; display:block; position:absolute; right:40px; top:40px; color:#fff;}
.navmenubox_bg .menu { width:131px; height:133px; line-height:130px; position:absolute; left:0; top:0; color:#fff; text-align:center; display:block; font-size:45px;}
.navmenubox_bg .navmenubox { width:100%; height:auto; overflow:; text-align:center; margin:0 auto; color:#fff;}
.navmenubox_bg .navmenubox .nav { width:100%; line-height:48px; text-align:center; font-size:18px; color:#fff; margin-top:0px;}
.navmenubox_bg .navmenubox .nav a { font-size:18px; color:#fff; display:inline-block; margin:0 30px; position:relative; z-index:2;}
.navmenubox_bg .navmenubox .nav a:after { content:'　'; font-size:24px; margin-left:20px;  display:none;}
.navmenubox_bg .navmenubox .nav a.sub:after { content:'﹀';}
.navmenubox_bg .navmenubox .nav .en_title { color:#af0d0d; text-transform:uppercase; font-size:200px; font-weight:bold; line-height:200px; position:absolute; left:0; right:0; top:50%; margin-top:-100px; z-index:0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.navmenubox_bg .navmenubox .subnavbox { width:289px; height:100%; position:absolute; left:-289px; top:0; background:#fff; display:none;}
.navmenubox_bg .navmenubox .subnav { width:289px; height:auto; overflow:hidden; font-size:18px; line-height:48px; display:none; background:#fff;}
.navmenubox_bg .navmenubox .subnav a:after { display:none;}
.navmenubox_bg .navmenubox .subnav a { display:block; height:48px; line-height:48px; color:#000; font-size:18px; text-align:center;}
.navmenubox_bg .navmenubox .nav a:hover { color:#a9020f;}
.navmenubox_bg .nav #menu li:hover .en_title { filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.navmenubox_bg .nav #menu li:hover .subnavbox { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:center; display:none;}
.navmenubox_bg .nav #menu li:hover .subnavbox .subnav { display:block;}

.navmenubox_bg .navmenubox .searchbox { width:275px; height:48px; line-height:48px; border:1px solid ##4f4f4f; border-radius:24px; background:#1b1b1b; margin:0 auto; position:relative; border:1px solid #4f4f4f;}
.navmenubox_bg .navmenubox .searchbox .input { color:#adadad; background:none; font-size:16px; border:0; height:48px; width:60%; position:absolute; left:20px; top:0;}
.navmenubox_bg .navmenubox .searchbox .submit { width:77px; height:48px; position:absolute; right:0; top:0; background:none; cursor:pointer; border:0; z-index:1;}
.navmenubox_bg .navmenubox .searchbox .icon { width:77px; height:48px; line-height:48px; font-size:25px; position:absolute; right:0; top:0; text-align:center; color:#fff;}
.navmenubox_bg .otherbox { width:100%; height:134px; line-height:134px; text-align:center; color:#fff; font-size:18px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center; position:absolute; bottom:40px;}
.navmenubox_bg .otherbox .telbox { font-size:16px; line-height:30px; color:#adadad;}


.topbox_bg { height:auto; overflow:visible; position:relative; margin-top:-48px; z-index:999;}
.topbox_bg .topbox { margin:0 38px; margin-top:0px; padding-left:680px; height:105px; overflow:visible; position:relative; background:#f8f8f8; /*box-shadow: 0px 0px 5px rgba(0,0,0,0.2);text-shadow: 0 1px #ccc, 1px 0 #ccc, -1px 0 #ccc, 0 -1px #ccc;*/}

.topbox_bg .topbox .telbox { height:auto; overflow:hidden; color:#575757; padding-left:110px; float:left; margin-top:25px;}

.topbox_bg .topbox .telbox .tit { width:85px; height:85px; font-size:20px; line-height:24px; color:#fff; background:url(../images/telbox_tit_bg.png) center center no-repeat; float:left; margin:0 0 0 -110px; text-align:center;}
.topbox_bg .topbox .telbox .tit p { margin-top:15px;}
.topbox_bg .topbox .telbox .lab { color:#222222; line-height:20px; font-size:16px; margin-top:10px;}
.topbox_bg .topbox .telbox .lab .icon { font-size:16px; color:#079a94; line-height:20px; margin-right:5px;}
.topbox_bg .topbox .telbox .tel { color:#d11414; font-size:36px; font-weight:bold; line-height:50px;}
.topbox_bg .topbox .key { line-height:68px; display:inline-block;}
.topbox_bg .topbox .search_box { float:right; width:30%; height:auto; overflow:hidden; margin-top:30px; margin-right:5%;}
.topbox_bg .topbox .icon_link { float:left; height:100px; position:absolute; right:0; bottom:0px; left:420px; }
.topbox_bg .topbox .icon_link li { width:16.66666666666667%; float:left; text-align:center; position:relative;}
.topbox_bg .topbox .icon_link li:before { content:''; width:1px; height:56px; background:#e9e9e9; position:absolute; left:0; top:50%; margin-top:-28px;}
.topbox_bg .topbox .icon_link li .icon { font-size:40px; color:#079a94; line-height:40px; text-align:center;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.topbox_bg .topbox .icon_link li .tit { color:#222222; line-height:40px; font-size:16px;}
.topbox_bg .topbox .icon_link li:hover .icon { font-weight:bold; -webkit-animation-name: rubberBand; animation-name: rubberBand;}

.topbox_bg .topbox .searchbox { width:338px; height:46px; overflow:visible; position:absolute; right:0px; top:0%;}
.topbox_bg .topbox .searchbox:after { /*content:''; position:absolute; right:0; top:50%; width:1px; height:19px; background:#eee; margin-top:-9px;*/}
.topbox_bg .topbox .searchbox .search_type { width:100px; height:51px; line-height:51px; border:0; text-align:center; color:#a82223; float:left; position:relative; cursor:pointer; text-align:left; text-indent:25px;}
.topbox_bg .topbox .searchbox .search_type:after { content:''; display:inline-block; z-index:1; width:12px; height:0px; float:right; position:absolute; right:10px; top:50%; margin-top:-7px; text-indent:0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #a82223;
	border-right: 0px solid transparent;
}
.topbox_bg .topbox .searchbox .search_type .search_list { display:none; background:#fff; border:1px solid #ccc;}
.topbox_bg .topbox .searchbox .search_type .search_list a { display:block; line-height:40px;}
.topbox_bg .topbox .searchbox .search_type:hover .search_list { display:block;}
.topbox_bg .topbox .searchbox .type option { text-align:center; color:#a82223;}
.topbox_bg .topbox .searchbox .keys { width:282px; height:31px; line-height:31px; border:0; color:#000; position:absolute; left:0px; top:10px; background:none; font-size:16px; text-indent:0px; border-bottom:1px solid #000;}
.topbox_bg .topbox .searchbox .icon_search { position:absolute; right:0; top:0px; width:46px; height:46px; line-height:46px; font-size:40px; overflow: hidden; text-align:center; color:#b60909; z-index:2;}
.topbox_bg .topbox .searchbox .submit { width:15%; height:46px; line-height:46px; font-size:16px; border:0; position:absolute; right:-1px; top:-1px; color:#fff; background:none; cursor:pointer; z-index:1;}
.topbox_bg .topbox .searchbox:hover .submit,
.topbox_bg .topbox .searchbox.hover .submit{ margin-top:0px;}
.topbox_bg .topbox .searchbox .keys:-ms-input-placeholder{
    color: #cacaca; opacity:1;/* font-size:12px;*/
}
.topbox_bg .topbox .searchbox .keys::-webkit-input-placeholder{
    color: #cacaca; opacity:1;/* font-size:12px;*/
}
.topbox_bg .topbox .noticebox { height:105px; float:left; padding-left:160px; margin:0 0 0 -680px;}
.topbox_bg .topbox .noticebox dt { width:160px; height:105px; line-height:105px; text-align:center; float:left; margin:0 0 0 -160px;}
.topbox_bg .topbox .noticebox dt .icon { font-size:30px; color:#b91515; line-height:105px; float:left; margin-left:30px;}
.topbox_bg .topbox .noticebox dt .tit { font-size:16px; color:#424242; line-height:105px; float:left; margin-left:10px;}
.topbox_bg .topbox .noticebox dd { width:100%; height:auto; overflow:hidden;}
.topbox_bg .topbox .noticebox dd .notice_list { width:470px; height:105px; overflow:hidden; font-size:16px;}
.topbox_bg .topbox .noticebox dd .notice_list li { width:100%; height:105px; line-height:105px;}
.topbox_bg .topbox .noticebox dd .notice_list li a { width:100%; display:block; color:#424242; overflow: hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.topbox_bg .topbox .noticebox dd .notice_list li .time { float:right;}
.topbox_bg .topbox .noticebox dd .notice_list li .time:after { content:''; display:inline-block; width:16px; height:10px; margin-left:20px; background:url(../images/notice_list_icon.png) center center no-repeat;}

.topbox_bg .topbox .hotkeys { height:105px; line-height:105px; float:left; color:#393838; font-size:16px;}
.topbox_bg .topbox .hotkeys a { color:#393838;}
/*主导航样式*/
.navmenu_bg { height:120px; position:relative; z-index:999999; background:url(../images/navmenu_bg_x.png) repeat-x;}

.navmenu { height:120px; position:absolute; bottom:0px; right:390px; left:25%; overflow:visible; display:none;}
.navmenu #menu { width:100%; height:120px; position:relative; font-size:18px; /* background:url(../images/navmenu_spa.png) left center no-repeat;*/}
.navmenu #menu li { width:14.28571428571429%; height:120px; float:left; position:relative; /* background:url(../images/navmenu_spa.gif) right center no-repeat; writing-mode:tb-rl; font-weight:bold;  letter-spacing:2px;*/}
.navmenu #menu li.home { }
.navmenu #menu li.home:before { /*content:''; width:0px; height:18px; position:absolute; left:-1px; top:50%; margin-top:-9px; display:block; overflow:hidden; border-left:1px solid #bf0707; border-right:1px solid #7a0000;*/}
/*.navmenu #menu li.home:before { content:''; width:1px; height:57px; position:absolute; left:0px; top:0; display:block; overflow:hidden; background:#d7d7d7;}*/
.navmenu #menu li.home:after { display:none;}
.navmenu #menu li.home:after { background:none;}
.navmenu #menu li:after { content:'·'; width:10px; height:120px; line-height:120px; position:absolute; left:-5px; top:0; margin-top:0px; display:block; overflow:hidden; text-align:center; color:#fff;}
.navmenu #menu li a { display:block; width:100%; height:120px; overflow:hidden; line-height:120px; text-align:center; position:relative; top:0px; color:#fff; text-align:center;}
.navmenu #menu li a:hover {/*  background:rgba(255,255,255,.15);*/}
.navmenu #menu li:hover a .cn,.navmenu #menu li.hover a .cn{ /*color:#0657a8; background:#dd1e19;*/}
.navmenu #menu li:hover a .en{ color:#83bbba;}
.navmenu #menu li:hover a+.subnav{ display:block;}
.navmenu #menu li.hover a ,.navmenu #menu li:hover a{ color:#c10e0e;/*color:#df0b14; font-weight:bold; background:#dd1e19; color:#bf1010;*/}
.navmenu #menu li.hover,.navmenu #menu li:hover { /*background:#ba0722; background:rgba(0,0,0,.15);background:#ba0722;  */ color:#bf1010;/* letter-spacing:2px; */}
.navmenu #menu li.hover a+.subnav { }
.navmenu #menu li a:before{
	/*content: '';
	position:absolute;
	left:50%;
	margin-left:-3px;
	bottom:-18px;
	width:7px;
	height:7px;
	background:#b40006;
	z-index:-1;
	border-radius:50%;
	-webkit-transition: all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;*/
}
.navmenu #menu li a:after{
	content: '';
	position:absolute;
	left:0%;
	margin-left:0;
	bottom:0px;
	width:100%;
	height:0%;
	background:#980404;
	z-index:-1;
	/*border-radius:5px 5px 0 0 ;*/
	-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
	
	/*border-top: 0px solid transparent;
	border-bottom: 11px solid #1e5696;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;*/
}
.navmenu #menu li:hover a:after,
.navmenu #menu li.hover a:after { }
.navmenu #menu li:hover a:before,
.navmenu #menu li.hover a:before { }
/*二级菜单*/
.navmenu #menu li .subnav { width:110%; height:auto; overflow:hidden; display:none; position:absolute; top:120px; left:-10%; background:#fff; padding:0% 5%; /*background:rgba(167,114,92,.95);*/ background-size:100% 100%; font-size:16px; font-weight:normal; box-shadow: 0px 0px 10px rgba(0,0,0,0.2);}
.navmenu #menu li .subnav a { display:block; line-height:50px; width:100%; height:50px; font-weight:normal; color:#000; background:#f2f2f2; position:relative; top:0; margin:10px 0;}
.navmenu #menu li .subnav a:before { display:none;}
.navmenu #menu li .subnav a:after { background:none; color:#fff;}
.navmenu #menu li .subnav a:hover { color:#fff; background:#980404;}
.navmenu #menu li .subnav a:hover:before { background:#2a5e6b;}
.bannerBox{ width:100%; height:100%; overflow:hidden; position:relative; z-index:1;}
.bannerBox .go-down { position:absolute; left:50%; bottom:60px; width:50px; height:50px; line-height:50px; text-align:center; font-size:50px; color:#fff; z-index:99999; }
.bannerBox .go-down:after { content:'﹀﹀'; font-size:14px; line-height:9px; font-weight:100; width:14px; height:auto; margin:0 auto; overflow:hidden; display:block; word-break:break-all;word-wrap:break-word; position:relative; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.bannerBox .go-down:after{
	-webkit-animation: down_ami 1.5s linear infinite 0s;
	-moz-animation: down_ami 1.5s linear infinite 0s;
	-o-animation: down_ami 1.5s linear infinite 0s;
	-ms-animation: down_ami 1.5s linear infinite 0s;
	animation: down_ami 1.5s linear infinite 0s;
}

@keyframes down_ami { 
	0% {
		top:0px;
		opacity: 0;
	}
	50% {
	 	top:10px;
		opacity: .5;
	}
	100% {
	  top:20px;
	  opacity: 1;
	}
}

.bannerBox .banner { width:100%; height:100%;}
.bannerBox .banner .swiper-slide { width:100%; height:100%; background-repeat:no-repeat; background-size:cover; background-position:top center;}
.bannerBox .banner .swiper-slide img { display:block;}
.bannerBox .banner .swiper-slide a { display:block; }

.bannerBox .banner .swiper-pagination-bullets{ bottom:30px; height:30px; left:30px; right:30px; text-align:left;}
.bannerBox .banner .swiper-pagination-bullet { width:48px; height:2px; border-radius:0; margin:0; background:none; border:1px solid #fff;}
.bannerBox .banner .swiper-pagination-bullet-active { background:#fff;}

.bannerBox .hd{ width:100%;
	height:20px;
	text-align:left;
	position:absolute;
	bottom:30px; z-index:1;}
.bannerBox .hd .hd_box { max-width:1200px; min-width:300px; height:80px; margin:0 auto;}
.bannerBox .hd .curr { display:inline-block; color:#4c4c4c; line-height:30px; margin-top:25px; margin:0 10px;}
.bannerBox .hd .total { display:inline-block; color:#4c4c4c; line-height:30px; margin-top:25px; margin:0 10px;}
.bannerBox .hd .hd_box_ctrl { width:700px; height:80px; background:#f6f6f6; position:relative;}
.bannerBox .hd ul{ max-width:1440px; min-width:300px; margin:0 auto; overflow:hidden; zoom:1;/* float:left;*/ text-align:center;}
.bannerBox .hd ul li{ display:inline-block;
	_display:inline;
	_zoom:1;
	background:none;
	width:12px;
	height:12px;
	line-height:20px;
	_font-size:0;
	margin:5px 5px;
	cursor:pointer;
	z-index:1;
	border-radius:6px;
	border:1px solid #fff;
	-webkit-transition: all .5s cubic-bezier(0,0,.2,1);
	-moz-transition:all .5s cubic-bezier(0,0,.2,1);
	-o-transition:all .5s cubic-bezier(0,0,.2,1);
	-ms-transition:all .5s cubic-bezier(0,0,.2,1);
	transition:all .5s cubic-bezier(0,0,.2,1);
	color:#fff; font-size:0;}
.bannerBox .hd ul li.on{ background:#980404; width:53px; border:1px solid #980404; color:#fff;}
.bannerBox .bd{ position:relative; height:100%; z-index:0;   }
.bannerBox .bd li{ zoom:1; vertical-align:middle;}
.bannerBox .bd li img { display:block;}
.bannerBox .bd li a { display:block;}
/*.bannerBox .bd ul li {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);

}
.bannerBox .bd ul li.on {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);

}*/

/* 下面是前/后按钮代码，如果不需要删除即可 */
/*.bannerBox .prev,
.bannerBox .next{ position:absolute; left:1%; top:50%; margin-top:-30px; display:block; width:50px; height:60px; background:url(../images/slider-arrow.png) -177px 0 no-repeat; filter:alpha(opacity=50);opacity:0.5; font-size:48px; }
.bannerBox .next{ left:auto; right:1%; background-position:-52px 0; }
.bannerBox .prev:hover{ filter:alpha(opacity=100);opacity:1; background-position:-117px 0;}
.bannerBox .next:hover{ filter:alpha(opacity=100);opacity:1; background-position:0 0;}*/
.bannerBox .ctrl_box { width:240px; height:100px; color:#fff; font-family:'微软雅黑'; position:absolute; right:0; bottom:0px; z-index:1; display:none;}
.bannerBox .ctrl_box a { width:70px; height:100px; line-height:100px; color:#000; display:block; float:left; text-align:center; font-size:40px;}
.bannerBox .ctrl_box a:nth-child(2) { float:right;}
.bannerBox .ctrl_box a:hover { color:#fff;}
.bannerBox .copy_right { width:136px; height:100%; position:absolute; left:0px; top:0; background:#fff; line-height:136px; color:#7f7f7f; overflow:hidden; display:none;}
.bannerBox .copy_right:after { content:''; width:1px; height:100%; left:50%; background:#e2e2e2; position:absolute;}
.bannerBox .copy_right p { line-height:136px; font-size:16px; writing-mode: tb-rl; text-align:left; margin-top:215px; letter-spacing:1px; padding:20px 0;}
.bannerBox .ctrl_show_box { position:absolute; width:100px; position:absolute; right:70px; bottom:0px; text-align:center; font-size:24px; line-height:100px; color:#c10e0e; z-index:1; display:none;}
.bannerBox .ctrl_show_box .curr { font-size:24px; line-height:100px; color:#b21a15; margin-right:5px;}
.bannerBox .ctrl_show_box .total { font-size:24px; line-height:100px; color:#fff;}

.left_guidebox { width:136px; position:fixed; left:0; top:0; bottom:0; background:#f9f9f9; z-index:999; text-align:center; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:space-between; align-items:stretch; display:none;}
.left_guidebox a { display:block; width:136px; height:80px; line-height:80px; text-align:center; color:#777777; font-size:30px;}
.left_guidebox a:hover { color:#b21a15;}
.left_guidebox .navmenu_btn { margin-top:120px;}
.left_guidebox .go_top_btn { margin-bottom:120px;}
.left_guidebox .home_btn { display:none; margin-top:120px;}
.left_guidebox a.nomargin { margin:0;}
.ny .left_guidebox { width:106px;}
.ny .left_guidebox a { width:106px;}
.ny .left_guidebox .navmenu_btn { margin-top:0px;}
.ny .left_guidebox .home_btn { display:block;}
.ny .top_guide { }

.top_guide { height:auto; overflow:hidden; background:#0371be; color:#fff; padding-left:6%; padding-bottom:45px;}
.top_guide dt { height:auto; overflow:visible; margin-left:80px; padding-right:149px; margin-right:190px; margin-top:133px; }
.top_guide dt .logo { width:140px; height:auto; overflow:hidden; float:right; margin:0 -190px 0 0; text-align:center;}
.top_guide dt .title { width:100%; height:auto; overflow:visible; float:left;}
.top_guide dt .tit { line-height:60px; font-size:36px; font-weight:bold; color:#fff; float:left; margin-right:20px;}
.top_guide dt .tit1 { line-height:60px; font-size:44px; font-weight:bold; color:#0f83d5; text-transform:uppercase;}
.top_guide dt .line { width:100%; height:1px; background:#1186d8; position:relative; margin:10px 0;}
.top_guide dt .line:before { content:''; width:9px; height:9px; background:#1186d8; position:absolute; left:-5px; top:-5px; border-radius:50%;}
.top_guide dt .line:after { content:''; width:9px; height:9px; background:#1186d8; position:absolute; right:-5px; top:-5px; border-radius:50%;}
.top_guide dt .guide_list { width:100%; height:auto; overflow:hidden; font-size:18px; min-height:78px; line-height:78px;}
.top_guide dt .guide_list li { display:inline-block; height:78px; line-height:78px;}
.top_guide dt .guide_list li a { color:#fff; line-height:78px; margin-right:40px;}
.top_guide dt .guide_list li:hover a,
.top_guide dt .guide_list li.hover a { color:#0f83d5; font-weight:bold;}


.top_guide dt .searchbox { width:300px; height:40px; overflow:hidden; text-align:center; color:#fff; margin-top:10px; float:left; position:relative;}
.top_guide dt .searchbox .keys { width:250px; height:40px; line-height:40px; color:#000; border:0; text-indent:10px;  background:#fff; border-radius:0px; font-size:18px; z-index:1; position:absolute; left:0; top:0;}
.top_guide dt .searchbox .submit { width:60px; height:40px; line-height:40px; font-size:0px; border:0; position:absolute; right:0; top:0; color:#fff; background:none; cursor:pointer; z-index:3;}
.top_guide dt .searchbox i { width:50px; height:40px; line-height:40px; font-size:18px; color:#fff; position:absolute; right:0; top:0; background:#b21a15; text-align:center; z-index:2;}
.top_guide dt .searchbox:hover .keys,
.top_guide dt .searchbox.hover .keys{ }
.top_guide dt .searchbox:hover .submit,
.top_guide dt .searchbox.hover .submit{ margin-top:0px;}
.top_guide dt .searchbox:hover i { }
.top_guide dt .searchbox .keys:-ms-input-placeholder{
    color: #c0c0c0; font-size:18px;/*opacity:0.5;*/
}
.top_guide dt .searchbox .keys::-webkit-input-placeholder{
    color: #c0c0c0; font-size:18px;/*opacity:0.5;*/
}

/*新闻资讯*/
.newsbox_bg { height:auto; overflow:hidden; background:#fff; background-size:cover;}
.newsbox { max-width:1440px; min-width:300px; height:auto; overflow:visible; margin:0 auto; margin-top:60px; position:relative;}
.newsbox dt { width:100%; height:auto; overflow:hidden; position:relative; margin-top:40px; text-align:center;}
.newsbox dt .title { float:left; height:auto; overflow:hidden; position:relative; text-align:left; margin-top:14px; background:#fff; padding-right:10px; z-index:1;}
.newsbox dt .title .tit { font-size:36px; line-height:72px; color:#a1603f; margin-top:-155px;}
.newsbox dt .title .tit:after { content:'—'; display:block; text-align:left;}
.newsbox dt .title .tit1 { font-size:14px; line-height:144px; text-transform:uppercase; color:#c6c6c6; font-weight:100;}
.newsbox dt .line { position:absolute; left:0; top:58%; width:100%; height:1px; background:#ececec;}
.newsbox dt .more { width:142px; height:52px; line-height:52px; display:block; overflow:hidden; font-size:16px; margin-top:0px; color:#fff; background:#2fa9ff; z-index:1; text-align:center; position:absolute; right:0; top:0;}
.newsbox dt .more:after { content:'>'; display:inline-block; margin-left:20px;}
.newsbox dt .tabs { height:87px; line-height:87px; text-align:center; font-size:0; float:right; margin-top:0px; position:relative; z-index:1;}
.newsbox dt .tabs a { width:100px; height:87px; line-height:87px; font-size:20px; color:#a1603f; display:inline-block; position:relative; text-align:left;}
.newsbox dt .tabs a:after { content:''; width:0px; height:2px; position:absolute; left:0; bottom:0; background:#b02931;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}
.newsbox dt .tabs a:hover,
.newsbox dt .tabs a.hover { color:#a9020f;}
.newsbox dt .tabs a:hover:after,
.newsbox dt .tabs a.hover:after { width:80px;}

.newsbox dd{ width:100%; height:auto; overflow:visible; margin-top:40px; padding-bottom:130px; position:relative;}
.newsbox dd .newsbox_show_bg { position:absolute; top:130px; left:-30%; bottom:0; right:-30%; background:url(../images/newsbox_bg.jpg) top center no-repeat; background-size:cover;}
.newsbox dd .newsbox_show_bg:after { content:''; position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,.46);}
.newsbox dd .news_box { height:auto; overflow:hidden; padding-left:466px; margin-top:0px;}
/*图片新闻列表样式*/
.newsbox dd .news_title { width:100%; height:70px; line-height:70px; border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4;}
.newsbox dd .news_title .tit { color:#000; font-size:18px; line-height:70px; font-weight:bold; float:left;}
.newsbox dd .news_title .more { color:#000; font-size:18px; float:right; text-transform:uppercase;}
.newsbox .pic_news_list_scroll { width:466px; height:auto; overflow:hidden; position:relative; float:left; margin:0 0 0 -466px;}
.newsbox .pic_news_list_scroll .ctrl_info { width:80%; position:absolute; right:10%; bottom:30px; font-size:14px; color:#fff; text-align:right; z-index:1;}
.newsbox .pic_news_list_scroll .ctrl_info .curr { font-size:36px; color:#a9020f; font-weight:bold; display:inline-block;}
.newsbox .pic_news_list_scroll .ctrl_info .total { font-size:18px; line-height:20px; display:inline-block; }
.newsbox .pic_news_list_scroll .ctrl_info .line { height:1px; background:rgba(255,255,255,.16); position:absolute; left:0; top:40%; right:25%;}
.newsbox dd .pic_news_list { width:100%; height:auto; overflow:;}
.newsbox dd .pic_news_list li { width:100%; height:auto; overflow:; position:relative;}
.newsbox dd .pic_news_list li a { display:block; height:auto; overflow:hidden; position:absolute; width:100%; height:100%; left:0; top:0; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-end;}
.newsbox dd .pic_news_list li .pic { width:560px; height:auto; overflow:hidden; display:block; position:relative; float:right; margin:0 -560px 0 0; display:none;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.newsbox dd .pic_news_list li .pic img { display:block; margin:30px 20px;}
.newsbox dd .pic_news_list li .img { display:block;}
.newsbox dd .pic_news_list li a:after { content:''; position:absolute; left:0; top:0; bottom:0; right:0; z-index:999;
    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.newsbox dd .pic_news_list li .brief { width:100%; height:auto; overflow:hidden; position:relative; float:left;}

.newsbox dd .pic_news_list li .margin { margin:0px 50px; height:auto; overflow:hidden; position:relative;}
.newsbox dd .pic_news_list li .other { width:100%; height:auto; overflow:hidden; margin-top:30px;}
.newsbox dd .pic_news_list li .date { width:72px; height:90px; overflow:hidden; color:#fff;  text-align:center; z-index:1;}
.newsbox dd .pic_news_list li .date .y-m { font-size:18px; line-height:30px;}
.newsbox dd .pic_news_list li .date .d { font-size:60px; line-height:60px; font-weight:bold;}
.newsbox dd .pic_news_list li .sort { width:auto; height:41px; line-height:41px; font-size:16px; text-align:center; background:#c10e0e; background:#373737; color:#fff; float:right; padding:0 10px;}
.newsbox dd .pic_news_list li .time { float:right;}
.newsbox dd .pic_news_list li .tit { width:100%; line-height:36px; height:72px; overflow: hidden; color:#fff; font-size:24px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph; margin-top:30px;}
.newsbox dd .pic_news_list li .des { width:100%; position:relative; height:48px; overflow:hidden; line-height:24px; margin-top:30px; margin-bottom:40px; font-size:16px; color:#fff; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.newsbox dd .pic_news_list li .more { width:127px; height:46px; line-height:46px; background:#a9020f; color:#fff; overflow:hidden; margin-top:40px; text-align:center; border-radius:10px; font-size:16px; margin-bottom:100px;}
.newsbox dd .pic_news_list li .more:after { content:'>'; display:inline-block; width:27px; height:27px; line-height:25px; border-radius:50%; background:#fff; color:#a9020f; margin-left:16px;}
.newsbox dd .pic_news_list li .more,
.newsbox dd .pic_news_list li .date,
.newsbox dd .pic_news_list li .sort,
.newsbox dd .pic_news_list li .des,
.newsbox dd .pic_news_list li .tit {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.newsbox dd .pic_news_list li:hover,
.newsbox dd .pic_news_list li.hover { }
.newsbox dd .pic_news_list li:hover .date,
.newsbox dd .pic_news_list li.hover .date,
.newsbox dd .pic_news_list li:hover .tit,
.newsbox dd .pic_news_list li.hover .tit { color:#fff;}
.newsbox dd .pic_news_list li:hover .more,
.newsbox dd .pic_news_list li.hover .more,
.newsbox dd .pic_news_list li:hover .date,
.newsbox dd .pic_news_list li.hover .date,
.newsbox dd .pic_news_list li:hover .tit,
.newsbox dd .pic_news_list li.hover .tit,
.newsbox dd .pic_news_list li:hover .sort,
.newsbox dd .pic_news_list li.hover .sort,
.newsbox dd .pic_news_list li:hover .des,
.newsbox dd .pic_news_list li.hover .des {
	/*-webkit-animation-name: fadeInUp; animation-name: fadeInUp;*/
}
.newsbox dd .pic_news_list li:hover .pic,
.newsbox dd .pic_news_list li.hover .pic { display:block;
	/*-webkit-animation-name: fadeIn; animation-name: fadeIn;*/
}



.newsbox dd .pic_news_list li:hover .sort,
.newsbox dd .pic_news_list li.hover .sort { background:#c10e0e;}

.newsbox dd .news_list_scroll {  width:100%; height:auto; overflow:hidden; position:relative; margin-top:0px; position:relative; z-index:1; float:left;}

.newsbox dd .news_list { width:100%; height:auto; overflow:hidden;}
.newsbox dd .news_list li { width:48%; height:240px; overflow:hidden; position:relative; background:#f3f4f6; margin-bottom:16px; margin-left:2%; float:left;}
.newsbox dd .news_list li a { display:block; height:auto; overflow:hidden; }
.newsbox dd .news_list li .title { height:auto; overflow:hidden; padding-right:125px;}
.newsbox dd .news_list li .time { width:100%; text-align:right; color:#b21a15; font-size:16px; line-height:40px; margin-top:30px;}
.newsbox dd .news_list li .time .icon { font-size:25px; line-height:40px; color:#bf1010; position:relative; top:2px; margin-right:5px;}
.newsbox dd .news_list li .date { width:125px; height:100px; overflow:hidden; color:#c10e0e; color:#5c5c5d; float:right; margin:0 -125px 0 0; text-align:right; z-index:1;}
.newsbox dd .news_list li .date .y-m { font-size:16px; line-height:30px;}
.newsbox dd .news_list li .date .d { font-size:50px; line-height:50px; font-weight:bold;}
.newsbox dd .news_list li .brief { height:auto; overflow:hidden; margin:30px;}
.newsbox dd .news_list li .tit { width:100%; font-size:20px; line-height:36px; height:72px; margin-top:0px; overflow:hidden; float:left; color:#373737; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; position:relative;}
.newsbox dd .news_list li .des { width:100%; height:40px; overflow:hidden; line-height:40px; margin-top:10px; font-size:16px; color:#8a8a8a; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph; position:relative;}
.newsbox dd .news_list li .margin { margin:10px 20px; overflow:hidden;}
.newsbox dd .news_list li .more { width:100%; height:55px; line-height:55px; color:#a9020f; font-size:16px; border-top:1px solid #dadada; position:relative;}
.newsbox dd .news_list li .more:after { content:'>'; width:24px; height:24px; background:#a9020f; border-radius:50%; color:#fff; line-height:22px; text-align:center; font-size:16px; display:block; position:absolute; right:0; top:50%; margin-top:-12px;}
.newsbox dd .news_list li .pic { width:187px; display:block; overflow:hidden; margin:0 0 0 -234px; float:left; border:10px solid #fff;}
.newsbox dd .news_list li:hover .pic { border:10px solid #242bb1;}
.newsbox dd .news_list li:hover a { background:#c10e0e;}
.newsbox dd .news_list li:hover .tit,
.newsbox dd .news_list li:hover .date,
.newsbox dd .news_list li:hover .des,
.newsbox dd .news_list li:hover .more { color:#fff;}
.newsbox dd .news_list li:hover .more:after { background:#fff; color:#c10e0e;}


.newsbox dd .news_list li.line {  border-bottom:1px dashed #cecece; padding-bottom:15px; margin-bottom:20px;}
.newsbox dd .ctrl_box { width:100%; height:25px;}
.newsbox dd .news_list_scroll .prev { width:49%; height:25px; background:#0d960b; display:block; color:#fff; text-align:center; float:left;}
.newsbox dd .news_list_scroll .next { width:49%; height:25px; background:#0d960b; display:block; color:#fff; text-align:center; float:right;}
.newsbox dd .news_list li.top_news { font-size:18px; font-weight:bold; color:#db0a0a; border-bottom:1px dashed #cecece; padding:15px 0; padding-bottom:30px; margin-bottom:20px;}
.newsbox dd .news_list li.top_news a { font-weight:bold; color:#db0a0a; line-height:23px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; white-space:normal; text-align:center;}
.newsbox dd .news_list li.top_news .time { display:none;}
.newsbox dd .news_list li.top_news:before { display:none;}

.newsbox dd .news_more { width:140px; height:48px; line-height:48px; display:block; text-align:center; background:#c10e0e; font-size:16px; margin:0 auto; margin-top:40px; color:#fff; position:relative; border-radius:10px;}

/*详细页路径导航*/
.guide_path_box_bg { height:65px; background:#efefef; top:120px; position:fixed; left:0; width:100%; z-index:99; border-bottom:1px solid #d0d0d0;}
.guide_path_box_bg.contact_us { background:#fff;}
.guide_path_box { max-width:1440px; min-width:300px; height:65px; line-height:65px; overflow:hidden; margin:0 auto;}
.guide_path_box .go_back { font-size:18px; font-weight:bold;}
.guide_path_box .go_back:before { content:'〈'; margin-right:5px;}
.guide_path_box .guide_path { float:right; font-size:16px; color:#808080;}
.guide_path_box .guide_path a { color:#808080;}
.guide_path_box .leftbox { height:100px;}
.guide_path_box .guidebox dd { height:65px;margin-top:0px;}
.guide_path_box .guidebox dd:after { display:none;}
.guide_path_box .guidebox dd ul { width:100%; height:auto; overflow:visible; font-size:0; position:relative;}
.guide_path_box .guidebox dd ul li { height:65px; color:#2a2a2a; margin:0px; display:inline-block; position:relative; font-size:18px;}
.guide_path_box .guidebox dd ul li a { color:#2c2c2c; display:block; padding-right:60px; height:60px; line-height:60px; position:relative; overflow:hidden;}

/*产品详细*/
.goods_info_bg { height:auto; overflow:hidden; position:relative;}
.goods_info { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; position:relative; z-index:1; padding:20px 0; margin-top:40px; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:flex-start;}
.goods_info .goods_prev_next { width:100%; height:auto; overflow:hidden; margin-top:20px; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;}
.goods_info .goods_prev_next a { width:179px; height:179px; width:33%; flex-basis: calc(33% - 8px); overflow:hidden; background:#f2f2f2; float:left; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center; color:#a9020f; font-size:18px;}
.goods_info .pic { width:700px; float:right; margin:0px; height:auto; overflow:hidden; position:relative; z-index:1;}
.goods_info .pic img { display:block;}
.goods_info .info { width:60%; height:auto; float:left; color:#9e5e18; margin-left:56px; position:relative; z-index:1;}
.goods_info .info .tit { font-size:36px; line-height:48px;}
.goods_info .info .des { width:100%; font-size:18px; line-height:48px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.goods_info .info .des.line { border-bottom:1px solid #bebebe; width:50%; float:left;}
.goods_info .info .brief { margin:30px 0;}
.goods_info_bg:hover:after {/* background-size:auto 120%;*/}
.goods_info .info .goods_reserve_form  form{ width:98%; height:auto; overflow:hidden; position:relative; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.goods_info .info .goods_reserve_form .input { width:50%; flex-basis: calc(50% - 8px); height:63px; line-height:63px; background:#eeeeee; color:#000; margin-top:14px; border:0; text-indent:20px; float:left;}
.goods_info .info .goods_reserve_form .input:focus,
.goods_info .info .goods_reserve_form .textarea:focus { background:#cccccc;}
.goods_info .info .goods_reserve_form .textarea { width:97%; flex:0 0 97%; height:55px; line-height:30px; background:#eeeeee; color:#000; padding:20px; border:0; margin-top:14px;}
.goods_info .info .goods_reserve_form .input:-moz-placeholder,
.goods_info .info .goods_reserve_form .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #18a0ff; opacity:1;  font-size:16px;
}
.goods_info .info .goods_reserve_form .input::-moz-placeholder,
.goods_info .info .goods_reserve_form .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #4e4e4e;opacity:1; font-size:16px;
}
.goods_info .info .goods_reserve_form .input:-ms-input-placeholder,
.goods_info .info .goods_reserve_form .textarea:-ms-input-placeholder {
    color: #4e4e4e;opacity:1; font-size:16px;
}
.goods_info .info .goods_reserve_form .input::-webkit-input-placeholder,
.goods_info .info .goods_reserve_form .textarea::-webkit-input-placeholder{
    color: #4e4e4e;opacity:1; font-size:16px;
}
.goods_info .info .goods_reserve_form .btn_box { width:100%; height:auto; overflow:hidden; margin-top:18px;}
.goods_info .info .goods_reserve_form .submit{
    width:195px; height:59px; background:#a9020f; border:0; cursor:pointer; color:#fff; font-size:18px; border-radius:0px;
}
.goods_info .info .goods_reserve_form .reset{
    width:195px; height:59px; background:#c97821; border:0; cursor:pointer; color:#fff; margin-left:14px; font-size:18px; border-radius:0px;
}
/*线上预定*/
.goods_reserve_bg { height:auto; overflow:hidden; padding-bottom:0px;}
.goods_reserve { height:auto; margin-top:20px; position:relative;}
.goods_reserve dt { width:100%; height:60px; font-size:30px; line-height:60px; color:#000; text-align:center; position:relative;}
.goods_reserve dt:after { content:''; width:100%; height:1px; background:#efefef; position:absolute; left:0; top:50%;}
.goods_reserve dt .tit { display:inline-block; background:#fff; position:relative; z-index:1;}
.goods_reserve dt .tit:before { content:'»'; margin:0 15px; position:relative; top:-2px;}
.goods_reserve dt .tit:after { content:'«'; margin:0 15px; position:relative; top:-2px;}
.goods_reserve dd { max-width:1440px; min-width:300px; height:auto; overflow:visible; margin:0 auto;}

/*详细页内容*/
.goods_detail_bg{ height:auto; overflow:hidden; padding-bottom:40px; margin-top:20px; position:relative;}
.goods_detail_bg:after { content:''; width:100%; height:1px; background:#e4e4e4; position:absolute; left:0; top:60px;}
.goods_detail { max-width:1440px; min-width:300px; height:auto; margin:0 auto;}
.goods_detail dt { height:62px; font-size:24px; line-height:62px; color:#9f5e18; position:relative;}
.goods_detail dt:after { content:''; width:100px; height:6px; background:#a9020f; position:absolute; left:0; bottom:0; z-index:1;}
.goods_detail dt .tit { display:inline-block; position:relative; z-index:1;}
.goods_detail dd { width:100%; height:auto; overflow:visible;}
.goods_detail dd .detail_info { width:100%; height:auto; overflow:hidden; font-size:18px; line-height:2; color:#4f4f4f; margin-top:20px;}
.goods_detail dd .detail_info img { max-width:100%; width:auto;}
.goods_qrcode_box { width:100%; height:auto; overflow:hidden; margin-top:20px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.goods_qrcode_box .qrcode { width:49%; height:auto; overflow:hidden; float:left;}
.goods_qrcode_box .qrcode img { max-width:100%; width:auto;}
.goods_qrcode_box .tips { width:49%; height:auto; overflow:hidden; float:right; font-size:30px; line-height:30px; text-align:center;} 
.goods_qrcode_box .tips p { font-size:18px; line-height:24px; margin-top:10px;}
/*产品相关推荐*/
.goods_related_bg { height:auto; overflow:hidden; padding-bottom:40px; margin-top:20px; position:relative;}
.goods_related_bg:after { content:''; width:100%; height:1px; background:#e4e4e4; position:absolute; left:0; top:60px;}
.goods_related { max-width:1440px; min-width:300px; height:auto; margin:0 auto;}
.goods_related dt { height:62px; font-size:24px; line-height:62px; color:#9f5e18; position:relative;}
.goods_related dt:after { content:''; width:100px; height:6px; background:#a9020f; position:absolute; left:0; bottom:0; z-index:1;}
.goods_related dt .tit { display:inline-block; position:relative; z-index:1;}
.goods_related dd { width:100%; overflow:visible;}
.goods_related dd .goods_related_list_scroll { width:100%; height:auto; position:relative; margin-top:47px;}

.goods_related dd .goods_related_scroll_prev { width:66px; height:66px; line-height:66px; background:#efefef; color:#373737; display:block; text-align:center; font-size:30px; font-weight:100; position:absolute; border-radius:50%; left:-96px; top:50%; margin-top:-33px;}
.goods_related dd .goods_related_scroll_next { width:66px; height:66px; line-height:66px; background:#efefef; color:#373737; display:block; text-align:center; font-size:30px; font-weight:100; position:absolute; border-radius:50%; right:-96px; top:50%; margin-top:-33px;}
.goods_related dd .goods_related_scroll_prev:hover,
.goods_related dd .goods_related_scroll_next:hover { background:#c10e0e; color:#fff;}
.goods_related dd .goods_related_scroll_prev:after { content:'<';}
.goods_related dd .goods_related_scroll_next:after { content:'>';}
/*新闻相关推荐*/
.news_related_bg { height:auto; overflow:hidden; padding-bottom:40px;}
.news_related { height:auto; margin-top:40px; position:relative;}
.news_related dt { width:100%; height:60px; font-size:30px; line-height:60px; color:#000; text-align:center; position:relative;}
.news_related dt:after { content:''; width:100%; height:1px; background:#efefef; position:absolute; left:0; top:50%;}
.news_related dt .tit { display:inline-block; background:#fff; position:relative; z-index:1;}
.news_related dt .tit:before { content:'»'; margin:0 15px; position:relative; top:-2px;}
.news_related dt .tit:after { content:'«'; margin:0 15px; position:relative; top:-2px;}
.news_related dd { max-width:1440px; min-width:300px; height:auto; overflow:visible; margin:0 auto;}
.news_related dd .news_related_list_scroll { width:100%; height:auto; position:relative;}
/*.news_related dd .news-list3 li a { display:block; position:relative; overflow:hidden;background:#efefef url(../images/pic_bg.png) -65% 50% no-repeat; background-size:130% auto;}
.news_related dd .news-list3 li .tit { font-size:23px;}
.news_related dd .news-list3 li .des { font-size:13px; color:#252525; line-height:24px; height:72px;}
.news_related dd .news-list3 li .more { margin-top:20%; font-size:13px; width:109px; height:38px; line-height:38px;}
.news_related dd .news-list3 li .more:hover { background:#5dca07;}*/
.news_related dd .news_related_scroll_prev { width:66px; height:66px; line-height:66px; background:#efefef; color:#373737; display:block; text-align:center; font-size:30px; font-weight:100; position:absolute; border-radius:50%; left:-96px; top:50%; margin-top:-33px;}
.news_related dd .news_related_scroll_next { width:66px; height:66px; line-height:66px; background:#efefef; color:#373737; display:block; text-align:center; font-size:30px; font-weight:100; position:absolute; border-radius:50%; right:-96px; top:50%; margin-top:-33px;}
.news_related dd .news_related_scroll_prev:after { content:'<';}
.news_related dd .news_related_scroll_next:after { content:'>';}
.news_related dd .news_related_scroll_prev:hover,
.news_related dd .news_related_scroll_next:hover { background:#c10e0e; color:#fff;}

/*合作加盟*/
.joinbox_bg { height:auto; overflow:hidden; background:url(../images/joinbox_bg.jpg) top center no-repeat; background-size:cover; padding-bottom:74px;}
.joinbox { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:62px;}
.joinbox dt { width:30%; height:auto; overflow:hidden; position:relative; float:left;}
.joinbox dt .title { float:left; height:auto; overflow:hidden; position:relative; text-align:left; margin-top:14px;}
.joinbox dt .title .tit { font-size:36px; line-height:72px; color:#a1603f; margin-top:-155px;}
.joinbox dt .title .tit:after { content:'—'; display:block; text-align:left;}
.joinbox dt .title .tit1 { font-size:14px; line-height:144px; text-transform:uppercase; color:#c6c6c6; font-weight:100;}
.joinbox dt .title .more { width:118px; height:56px; line-height:56px; display:block; overflow:hidden; font-size:18px; margin-top:0px; color:#b21a15; float:right; z-index:1; text-align:center; position:relative;}
.joinbox dd { width:70%; height:auto; float:right;}
.joinbox dt .info { width:100%; height:auto; overflow:hidden;}
.joinbox dd .area { width:100%; height:auto; min-height:753px; overflow:hidden;}
.joinbox dt .info .tit { font-size:30px; line-height:48px; color:#363636; margin-top:80px;}
.joinbox dt .info .tit1 { font-size:20px; line-height:40px; color:#747474; margin-top:20px;}
.joinbox dt .info .more { width:146px; height:49px; line-height:49px; border:3px solid #a9020f; font-size:16px; color:#a9020f; text-align:center; display:block; margin-top:50px; border-radius:0px;}
.joinbox dt .info .more:after { content:'>'; padding-left:20px; transition:all .3s ease; -webkit-transition: all .3s ease;}
.joinbox dt .info .more:hover { background:#a9020f; border:3px solid #a9020f; color:#fff;}
.joinbox dt .info .more:hover:after { padding-left:25px;}
.joinbox dt .info .telbox { width:100%; height:auto; overflow:hidden; margin-top:180px;}
.joinbox dt .info .telbox .icon { font-size:44px; line-height:44px; color:#a9020f; float:left;}
.joinbox dt .info .telbox .lab { font-size:16px; line-height:44px; color:#747474; float:left; margin:0 10px;}
.joinbox dt .info .telbox .tel { font-size:30px; line-height:44px; color:#a9020f; float:left;}

/*页面布局*/
.indexbox{  max-width:1440px; min-width:300px; height:auto; margin:0 auto; overflow:hidden;}
.ny_banner { height:auto; background-color:#ccc; overflow:hidden; position:relative; background-repeat:no-repeat; background-size:cover; background-position:top center; margin-top:0px;}
.ny_banner:after { /*content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.3);
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;*/
}
.ny_banner:after { /*-webkit-animation-name: bounceInLeft; animation-name: bounceInLeft;*/}
.ny_banner img { display:block;}
.ny_banner .info { position:absolute; width:100%; height:100%; left:0; top:35%; z-index:1; text-align:center; display:none;}
.ny_banner .tit { font-size:48px; line-height:60px; color:#fff; font-weight:bold; position:relative; z-index:1;}
.ny_banner .tit1 { font-size:16px; line-height:40px; text-align:center; color:#e3e3e3; text-transform:uppercase;}
.ny_banner .tit1:before,
.ny_banner .tit1:after { content:'— '; margin:0 10px;}

.aboutbox_bg { height:auto; overflow:hidden; background:#fff; background-size:cover; position:relative;}
/*关于我们*/
.aboutbox { max-width:1440px; min-width:300px; height:auto; overflow:; margin:0 auto; position:relative; margin-top:80px;}
.aboutbox dt { width:100%; height:auto; overflow:hidden; text-align:center; margin-top:40px; display:none;}
.aboutbox dt .title { float:left; height:auto; overflow:hidden; margin-left:30px;}
.aboutbox dt .icon { float:left; font-size:70px; line-height:80px; color:#0436ba; margin:0 0 0 -160px;}
.aboutbox dt .tit { font-size:30px; line-height:40px; color:#000;}
.aboutbox dt .tit1 { font-size:16px; line-height:20px; color:#bdbdbd;}
.aboutbox dt .tit1:before,
.aboutbox dt .tit1:after { content:'-'; margin:0 10px;}
.aboutbox dt .more { width:58px; height:58px; text-align:center; line-height:58px; background:#0436ba url(../images/more_app.png) center center no-repeat; border-radius:50%; display:inline-block; font-size:48px; margin:10px; color:#fff; float:right;}
.aboutbox dt .more:hover { background-color:#c31612;}
.aboutbox dd { width:100%; height:auto; overflow:; position:relative; margin-top:20px; z-index:1;}
.aboutbox dd .about_box { height:auto; overflow:;}
.aboutbox dd .tabs { width:324px; height:auto; overflow:hidden; float:left; margin:30px 0 0 -400px;}
.aboutbox dd .tabs li { width:324px; height:87px; margin:20px 0;}
.aboutbox dd .tabs li .title { height:auto; height:auto; margin-left:80px; margin-top:18px;}
.aboutbox dd .tabs li .tit { font-size:24px; line-height:30px; color:#424242;}
.aboutbox dd .tabs li .tit1 { font-size:12px; line-height:20px; color:#787878; text-transform:uppercase;}
.aboutbox dd .tabs li a { display:block; width:324px; height:87px; overflow:hidden;}
.aboutbox dd .tabs li a:hover .tit,
.aboutbox dd .tabs li a.hover .tit { color:#fff;}
.aboutbox dd .tabs li a:hover .tit1,
.aboutbox dd .tabs li a.hover .tit1 { color:#d1d1d1;}
.aboutbox dd .tabs li a:hover,
.aboutbox dd .tabs li a.hover { background:#bf1010;}
.aboutbox dd .tabs li.num { margin-top:60px;}
.aboutbox dd .tabs li.num:before { content:''; background:#000000; width:113px; height:2px; display:inline-block; position:relative; top:-10px; margin-right:10px;}
.aboutbox dd .tabs li.num .curr { color:#030303; font-size:30px; font-style:italic;}
.aboutbox dd .tabs li.num .total { color:#6a6a6a; font-size:14px; font-style:italic;}
.aboutbox dd .about_pic_slide { width:100%; height:auto; overflow:visible; float:left; margin-top:-95px; position:relative;}
.aboutbox dd .about_pic_slide .brief { width:100%; background:#079a94; color:#fff; height:auto; overflow:visible; position:absolute; left:0; bottom:0;}
.aboutbox dd .about_pic_slide .brief .margin { margin:20px 40px; height:auto; overflow:hidden;}
.aboutbox dd .about_pic_slide .brief .tit { font-size:24px; line-height:40px;}
.aboutbox dd .about_pic_slide .brief .des { width:100%; height:72px; font-size:14px; line-height:24px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.aboutbox dd .about_pic_slide .brief .more { background:#bf1010; width:60px; height:57px; line-height:57px; text-align:center; position:absolute; right:-20px; top:14px; color:#fff; font-size:36px;}


.aboutbox dd .icon_list { width:100%; height:auto; overflow:hidden; margin-top:30px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center;}
.aboutbox dd .icon_list li { width:209px; height:181px; float:left; margin:10px 30px; text-align:center; background:url(../images/about_icon_box.png) center center no-repeat;}
.aboutbox dd .icon_list li .icon { width:50px; height:50px; margin:0 auto; margin-top:18%; overflow:hidden;}
.aboutbox dd .icon_list li .tit { font-size:23px; line-height:70px; color:#0054b9;}
.aboutbox dd .icon_list li .des { color:#535353; line-height:28px; margin-top:10px;}
.aboutbox dd .icon_list li:hover .icon {
	-webkit-animation-name: rubberBand; animation-name: rubberBand;
}
.aboutbox dd .about { width:50%; height:auto; overflow:visible; position:relative; float:left; z-index:1;}
.aboutbox dd .about .about_info { position:relative; z-index:1; margin:30px 0; margin-top:50px;}
.aboutbox dd .about .about_bg { background:url(../images/about_bg.jpg) no-repeat; background-size:cover; position:absolute; left:-40%; top:148px; right:0; bottom:0;}
.aboutbox dd .about .margin { margin:0 27px; height:auto; overflow:hidden;}
.aboutbox dd .about .icon { font-size:50px; color:#244ea2; line-height:80px;}
.aboutbox dd .about .title { height:auto; overflow:hidden; position:relative; margin-left:100px;}
.aboutbox dd .about .title:before { content:''; position:absolute; left:0; top:50%; margin-top:-27px; width:6px; height:53px; background:#d6ae10;}
.aboutbox dd .about .tit { font-size:36px; line-height:72px; color:#a1603f; margin-top:-155px;}
.aboutbox dd .about .tit:after { content:'—'; display:block;}
.aboutbox dd .about .tit1 { font-size:14px; line-height:144px; text-transform:uppercase; color:#c6c6c6; font-weight:100;}
.aboutbox dd .about .tit2 { font-size:120px; -webkit-text-stroke: 1px #0e82d2; line-height:120px; text-transform:uppercase; font-weight:bold; color:#0371be; margin-left:100px; margin-top:100px;}
.aboutbox dd .about .company_name { font-size:24px; color:#fff; line-height:30px; position:relative;}

.aboutbox dd .about .text { width:95%; height:180px; overflow:hidden; color:#fff; font-size:16px; line-height:36px; margin-top:20px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.aboutbox dd .about .more { width:146px; height:49px; line-height:49px; border:3px solid #fff; font-size:16px; color:#fff; text-align:center; display:block; margin-top:40px; border-radius:0px;}
.aboutbox dd .about .more:after { content:'>'; padding-left:20px;}
.aboutbox dd .about .more:hover { background:#a9020f; color:#fff;}
.aboutbox dd .about .line { height:1px; width:100%; margin:30px 0; overflow:hidden; background:#122e96;}
.aboutbox dd .about .about_text strong { font-size:18px; color:#2945aa; font-weight:600;}
.aboutbox dd .about_pic { width:50%; float:right; height:auto; overflow:hidden; margin-top:0px; position:relative;}
.aboutbox dd .about_pic img { display:block;}
.aboutbox dd .about_pic img.ispc { display:block;}
.aboutbox dd .about_pic img.ismobile { display:none;}
.aboutbox dd .about_pic:after { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.5);}
.aboutbox dd .about_pic .swiper-container { position:relative;}
.aboutbox dd .about_pic .swiper-pagination { position:absolute; bottom:0px; left:0%; text-align:center; z-index:999; height:12px;}
.aboutbox dd .about_pic .swiper-pagination .swiper-pagination-bullet { width:14px; height:14px; border-radius:50%; background:none; opacity:1; margin:0 10px; cursor:pointer; border:2px solid #fff;}
.aboutbox dd .about_pic .swiper-container-horizontal>.swiper-pagination-bullets,
.aboutbox dd .about_pic .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:40px;
}
.aboutbox dd .about_pic .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#d71518; border:2px solid #d71518;}
.aboutbox dd .about_pic .about_pic_prev,
.aboutbox dd .about_pic .about_pic_next { display:block; width:60px; height:60px; border-radius:50%; font-size:30px; color:#fff; line-height:60px; cursor:pointer; overflow:hidden; background:#000; background:rgba(0,0,0,.4); text-align:center; position:absolute; left:2%; top:50%; margin-top:-30px; z-index:1;}
.aboutbox dd .about_pic .about_pic_prev { font-size:35px; position:absolute; right:2%; left:auto;}

.aboutbox dd .about_point { width:80%; height:auto; padding-top:72px; overflow:hidden; position:absolute; left:0; bottom:0; background:#fff;}
.aboutbox dd .about_point li { width:20%; height:auto; overflow:hidden; float:left; position:relative;}
.aboutbox dd .about_point li a { color:#a9020f; display:block; padding:10px 0; position:relative; padding-left:10px;}
.aboutbox dd .about_point li .num { font-size:60px; line-height:60px; position:relative; font-family:'微软雅黑';
/*background: linear-gradient(to right, #88d4f9, #0385e0, #0155cb, #004ac6);
-webkit-background-clip: text;
color: transparent;*/
}
.aboutbox dd .about_point li .unit{ margin-left:4px; line-height:20px; font-size:18px; position:relative; top:-30px;}
.aboutbox dd .about_point li .tit { font-size:18px; line-height:40px; color:#3d3d3d;}

.aboutbox dd .about_link { width:48%; height:auto; overflow:hidden; float:right; z-index:1; }
.aboutbox dd .about_link li { width:50%; height:165px; overflow:hidden; float:left;}
.aboutbox dd .about_link li a { display:block; height:163px; overflow:hidden;  position:relative; border:1px solid #fff; padding:0 30px;}
.aboutbox dd .about_link li a .icons { margin-top:30px;}
.aboutbox dd .about_link li a .icon { color:#fff; font-size:45px; line-height:60px; float:left;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.aboutbox dd .about_link li a .more { width:46px; height:46px; overflow:hidden; line-height:46px; text-align:center; border-radius:50%; font-size:14px; float:right; color:#bf1010; background:#f3f3f3; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.aboutbox dd .about_link a:before { content:''; position:absolute; left:0%; top:50%; margin-top:-40px; height:100%; width:1px; height:79px; background:#e5e5e5;}
.aboutbox dd .about_link a:nth-child(1):before { display:none;}
.aboutbox dd .about_link a .margin { margin:20px 0px; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:center; align-items:center;}


.aboutbox dd .about_link .info { width:100%; height:auto; overflow:hidden; text-align:left; color:#fff;}
.aboutbox dd .about_link a .tit { font-size:18px; line-height:40px; float:left; width:50%;}
.aboutbox dd .about_link a .tit1 { font-size:12px; line-height:20px; text-transform:uppercase; float:right; width:50%;}
.aboutbox dd .about_link a:hover .more { filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.aboutbox dd .about_link a:hover .icon { -webkit-animation-name: rubberBand; animation-name: rubberBand; color:#bf1010; }
.aboutbox dd .about_link a:hover { background:#fff;}
.aboutbox dd .about_link a:hover .info{ color:#5a5a5a;}

.about_other_bg { background:#fff url(../images/about_other_bg.jpg) bottom center no-repeat; height:465px; overflow:hidden;}
.about_other { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:90px auto; margin-bottom:150px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:center; align-items:center;}
.about_other li { width:14%; height:auto; overflow:hidden; float:left; position:relative;}
.about_other li a { display:block; background:#f5f5f5; height:211px; padding:0 30px; position:relative; z-index:3; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:flex-start;}
.about_other li .icon { width:60px; height:60px; line-height:60px; font-size:55px; color:#a1603f; margin-top:10px;}
.about_other li:nth-child(4) .icon { font-size:40px;}
.about_other li:nth-child(5) .icon,
.about_other li:nth-child(6) .icon,
.about_other li:nth-child(7) .icon { font-size:50px;}
.about_other li .more { font-size:24px; line-height:40px; color:#353535; z-index:2;}
.about_other li .tit { font-size:20px; line-height:50px; color:#a1603f;}
.about_other li a:after { content:''; height:8px; background:#bd7024; position:absolute; left:0; bottom:0; width:0;
    -webkit-transition: all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
.about_other li:hover a:after { width:100%;}
.about_other li:hover a { background:#a9020f;}
.about_other li:hover .tit,
.about_other li:hover .more,
.about_other li:hover .icon { color:#fff;}
/*公司规模*/
.company_size_bg { height:auto; overflow:hidden; padding-bottom:0px; background:#fff;}
.company_size { max-width:1440px; min-width:300px; height:auto; overflow:visible; margin:0 auto; margin-top:0px; position:relative;}
.company_size dt { width:100%; height:auto; overflow:hidden; position:relative; padding-bottom:44px;}
.company_size dt .title { float:right; height:auto; overflow:hidden; position:relative; text-align:right; margin-top:14px;}
.company_size dt .tit { font-size:36px; line-height:72px; color:#a1603f; margin-top:-155px;}
.company_size dt .tit:after { content:'—'; display:block; text-align:right;}
.company_size dt .tit1 { font-size:14px; line-height:144px; text-transform:uppercase; color:#c6c6c6; font-weight:100;}
.company_size dt .more { width:118px; height:56px; line-height:56px; display:block; overflow:hidden; font-size:18px; margin-top:0px; color:#b21a15; float:right; z-index:1; text-align:center; position:relative;}
.company_size dt .tabs_box { border:1px solid #b6b6b6; height:56px; overflow:hidden; margin-top:20px;}
.company_size dt .tabs { float:left; height:auto; font-size:0; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:center;}
.company_size dt .tabs a { width:auto; height:auto; font-size:24px; color:#4d4d4d; display:inline-block; position:relative; text-align:left; margin-right:20px; margin-top:20px;}
.company_size dt .tabs a .icon { width:62px; height:62px; line-height:62px; font-size:50px; color:#a1603f; position:relative;}
.company_size dt .tabs a .icon:before { position:relative; z-index:1;}
.company_size dt .tabs a .icon:after  { content:''; width:0px; height:0px; border-radius:50%; background:#eaeaea; position:absolute; width:0; height:0; right:50%; top:50%;
    -webkit-transition: all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
.company_size dt .tabs a .tit2 { font-size:18px; line-height:40px; color:#323232;}
.company_size dt .tabs a .point { width:20px; height:20px; margin:5px 0; background:#d1b1a1; border-radius:50%; position:relative;}
.company_size dt .tabs a .point:after { content:''; width:10px; height:10px; background:#a1603f; border-radius:50%; position:absolute; left:50%; top:50%; margin-top:-5px; margin-left:-5px;}
.company_size dt .tabs a:before { content:''; display:block; width:0; height:20px; position:absolute; margin:0; left:-1px; top:50%;}
.company_size dt .tabs a:after { /*content:''; width:0px; height:0px; position:absolute; right:100%; top:50%; margin-top:-8px;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 14px solid #b60909;
border-right: 0px solid transparent;
filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;*/
}
.company_size dt .tabs a:hover,
.company_size dt .tabs a.hover { }
.company_size dt .tabs a:hover:after,
.company_size dt .tabs a.hover:after { right:-14px; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.company_size dt .tabs a:hover .icon,
.company_size dt .tabs a.hover .icon { color:#a9020f;}
.company_size dt .tabs a:hover .icon:after,
.company_size dt .tabs a.hover .icon:after { width:42px; height:42px; margin-top:-21px; right:0; z-index:0;}
.company_size dt .tabs a:hover .tit2,
.company_size dt .tabs a.hover .tit2 { color:#bd7024;}
.company_size dt .tabs a:hover .point { background:#d58389;}
.company_size dt .tabs a.hover .point:after { background:#a9020f;}

.company_size dd { width:100%; height:auto; overflow:visible; position:relative; padding-bottom:282px;}
.company_size dd .company_size_show_box { width:60%; height:auto; overflow:visible; position:relative;}
.company_size dd .company_size_show_box .swiper-container { position:relative; z-index:2;}
.company_size dd .company_size_show_box_bg { background:#9e5d18 url(../images/company_size_show_box_bg.jpg) no-repeat; background-size:cover; position:absolute; left:-30%; top:0; right:0; bottom:0; z-index:1;}
.company_size dd .company_size_show { width:100%; height:auto; overflow:visible; position:relative;}
.company_size dd .company_size_show li { width:100%; height:auto; overflow:visible; position:relative;}
.company_size dd .company_size_show li .info { width:100%; height:475px; position:relative; color:#fff; z-index:1; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:flex-start;}
.company_size dd .company_size_show li .info .tit { font-size:30px; line-height:40px;}
.company_size dd .company_size_show li .info .tit1 { font-size:18px; line-height:30px; color:#e8e8e8; font-weight:100; text-transform:uppercase;}
.company_size dd .company_size_show li .info .des { width:85%; height:90px; overflow:hidden; font-size:16px; line-height:30px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.company_size dd .company_size_show li .line { width:90%; height:22px; margin:20px 0; position:relative;}
.company_size dd .company_size_show li .line:before { content:''; height:1px; background:#d28534; position:absolute; left:0; top:50%; right:35px;}
.company_size dd .company_size_show li .line:after { content:''; width:0; height:0px; position:absolute; right:0; top:50%; margin-top:-11px; right:0px;
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
border-left: 20px solid #e28d39;
border-right: 0px solid transparent;
}
.company_size dd .company_size_show li .more { width:146px; height:49px; line-height:49px; border:3px solid #fff; font-size:16px; color:#fff; text-align:center; display:block; margin-top:50px; border-radius:0px;}
.company_size dd .company_size_show li .more:after { content:'>'; padding-left:20px; transition:all .3s ease; -webkit-transition: all .3s ease;}
.company_size dd .company_size_show li .more:hover { background:#e28d39; border:3px solid #e28d39; color:#fff;}
.company_size dd .company_size_show li .more:hover:after { padding-left:25px;}
.company_size dd .company_size_show_bg { position:absolute; left:-30%; top:184px; right:-30%; bottom:0; z-index:0;}
.company_size dd .company_size_show_bg li { position:absolute; width:100%; height:100%; left:0; top:0; overflow:hidden; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.company_size dd .company_size_show_bg li.hover { filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.company_size dd .company_size_show_bg li img { display:;}
.company_size dd .ctrl_box { width:40%; height:184px; color:#f4f4f4; font-family:'微软雅黑'; position:absolute; right:0; top:0; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-around; align-items:center; z-index:1;}
.company_size dd .ctrl_info { display:inline-block; height:auto; overflow:; font-style:oblique; font-size:14px; color:#7f7f7f;}
.company_size dd .ctrl_info .curr { display:inline-block; font-size:48px; line-height:50px; font-weight:bold; color:#a9020f;}
.company_size dd .ctrl_info .total { display:inline-block; font-size:24px; line-height:30px; color:#7f7f7f;}
.company_size dd .ctrl_box .ctrl { display:inline-block; height:auto; overflow:hidden;}
.company_size dd .ctrl_box .ctrl a { display:inline-block; width:66px; height:66px; line-height:62px; font-size:36px; float:left; background:#e9e9e9; color:#a9020f; text-align:center; font-weight:100; border-radius:50%; margin:10px;}
.company_size dd .ctrl_box .ctrl a:hover { background:#a9020f; color:#fff;}



.about_video { width:50%; height:730px; overflow:; float:right; position:relative;}
.about_video .about_video_bg { position:absolute; left:-20%; right:-33%; top:0; bottom:0; background:url(../images/about_video_bg.jpg) top center no-repeat; background-size:cover;}
.about_video:after { content:''; position:absolute; left:0; right:0; bottom:0; top:0; background:rgba(0,0,0,0);}
.about_video .video_info { width:80%; position:relative; height:82px; line-height:82px; overflow:hidden; z-index:1; top:50%; left:20%;}
.about_video .video_info .tit { font-size:18px; color:#fff; line-height:82px; display:inine-block;}
.about_video .video_info:after { content:''; height:1px; background:#fff; position:absolute; left:120px; top:50%; right:100px;}
.about_video .play_btn { width:82px; height:82px; position:absolute; right:0; top:0; border-radius:50%; display:block; background:url(../images/about_video_play.png) center center no-repeat; background-size:cover;}
.about_video .play_btn:after { content:''; display:block; font-size:16px; line-height:50px; text-transform:uppercase; text-align:center; width:100%; text-indent:0px;}
/*关于我们内页*/
/*公司概况*/
.about_us_bg { height:auto; overflow:hidden; background:url(../images/about_us_bg.jpg) bottom center no-repeat; background-size:cover;}
.about_us { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:30px; padding-bottom:50px;}
.about_us dt { width:100%; height:auto; overflow:hidden;}
.about_us dt .tit { font-size:30px; line-height:30px; color:#131313; text-align:center;}
.about_us dt .tit:after { content:'—'; color:#d4d4d4; display:block;}
.about_us dd { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start;}
.about_us dd .tit1 { width:95%; color:#a9020f; font-size:30px; line-height:40px; background:url(../images/about_us_tit_right_style.png) right center no-repeat;}
.about_us dd .tit { width:95%; color:#a9020f; font-size:30px; line-height:50px;}
.about_us dd .tit21 { font-size:24px; color:#232323; line-height:40px; margin-top:50px;}
.about_us dd .tit22 { color:#9c9c9c; font-size:12px; text-transform:uppercase;}
.about_us dd .about_us_info { width:60%; height:auto; overflow:hidden;}
.about_us dd .about_us_pic { width:40%; height:auto; overflow:hidden; float:left; display:flex; display:-webkit-flex; flex-flow:row wrap; align-items:flex-end; position:relative;}
.about_us dd .about_us_pic img { display:block;}
.about_us dd .about_us_pic a { z-index:1; display:block; width:100%;}
.about_us dd .about_us_pic:after { content:''; width:60%; height:450px; background:#a9020f; position:absolute; bottom:0; right:0;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
.about_us dd .about_us_point { width:100%; height:auto; overflow:hidden;}
.about_us dd .about_us_info .about_info { width:95%; height:336px; overflow:hidden; font-size:16px; line-height:48px; color:#686868; margin-top:30px; padding-right:20px; /*text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;*/ overflow-y:auto;}
.about_us dd .about_us_info .about_info .info { width:100%; height:auto; overflow:hidden; font-size:16px; line-height:48px; color:#686868; overflow-y:auto;}
.about_us dd .more { display:block; width:140px; height:48px; line-height:48px; font-size:16px; color:#fff; margin:0 auto; margin-top:15px; background:#c10e0e; border-radius:8px; text-align:center;}
.about_us .about_point { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:center; align-items:center; margin-top:30px;}
.about_us .about_point li { width:auto; height:auto; margin-top:0px; overflow:hidden; position:relative;}
.about_us .about_point li a { color:#000; display:block; padding:10px 0;}
.about_us .about_point li .num { font-size:60px; line-height:60px; position:relative; font-weight:bold; font-family:'微软雅黑';
/*background: linear-gradient(to right, #88d4f9, #0385e0, #0155cb, #004ac6);*/
-webkit-background-clip: text;
color: transparent;
color:#a9020f;
}
.about_us .about_point li .unit{ margin-left:5px; font-size:16px; line-height:30px; position:relative; top:-30px; color:#a9020f; font-weight:normal;}
.about_us .about_point li .tit { width:100%; font-size:16px; line-height:20px; color:#686868;}

.about_us dd .about_link { float:right; margin-top:55px; margin-right:55px;}
.about_us dd .about_link a { display:inline-block; margin:0 8px;}
.about_us dd .about_link a:hover {
	-webkit-animation-name: rubberBand; animation-name: rubberBand;
}
/*文化*/
.corporate_culture_bg { min-height:808px; height:auto; overflow:hidden; background:url(../images/corporate_culture_bg.jpg) no-repeat; background-size:cover;}
.corporate_culture { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:100px;}
.corporate_culture dt { width:100%; height:auto; overflow:hidden;}
.corporate_culture dt .title { float:left; height:auto; overflow:hidden; color:#fff;}
.corporate_culture dt .tit1 { font-size:30px; line-height:40px;}
.corporate_culture dt .tit { font-size:30px; line-height:50px;}
.corporate_culture dt .more { display:block; width:209px; height:67px; line-height:67px; text-align:center; background:#fff; color:#a9020f; font-size:18px; float:right;}
.corporate_culture dt .more:after { content:'>'; padding-left:40px;}
.corporate_culture dd { width:100%; height:auto; overflow:hidden; margin-top:100px;}
.corporate_culture dd .corporate_culture_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;}
.corporate_culture dd .corporate_culture_list li { width:33%; flex-basis: calc(33% - 15px); height:auto; min-height:382px; overflow:hidden; background:#fff; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:flex-start;}
.corporate_culture dd .corporate_culture_list li a { padding:0 55px; height:auto; overflow:hidden; display:block; font-size:24px; color:#232323; line-height:52px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:flex-start;}
.corporate_culture dd .corporate_culture_list li .icon { width:100px; height:100px; line-height:100px; font-size:60px; color:#c70002; text-align:left; margin-top:50px;}
.corporate_culture dd .corporate_culture_list li .info { margin-top:20px;}
/*致辞*/
.chairman_speech_bg { min-height:799px; height:auto; overflow:hidden; background:url(../images/chairman_speech_bg.jpg) top center no-repeat; background-size:100% auto;}
.chairman_speech { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:100px;}
.chairman_speech dt { width:100%; height:auto; overflow:hidden;}
.chairman_speech dt .title { float:left; height:auto; overflow:hidden; color:#a9020f;}
.chairman_speech dt .tit1 { font-size:30px; line-height:40px;}
.chairman_speech dt .tit { font-size:30px; line-height:50px;}
.chairman_speech dt .more { display:block; width:209px; height:67px; line-height:67px; text-align:center; background:#c70002; color:#fff; font-size:18px; float:right;}
.chairman_speech dt .more:after { content:'>'; padding-left:40px;}
.chairman_speech dd { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:60px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.chairman_speech dd .chairman_speech_info { float:left; width:58%; height:auto; overflow:hidden;}
.chairman_speech dd .chairman_speech_info .info { width:95%; height:432px; overflow:hidden; font-size:16px; line-height:48px; color:#686868; margin-top:0px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:9; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;} 
.chairman_speech dd .chairman_speech_pic { float:left; width:40%; flex:0 0 40%; height:auto; overflow:hidden; position:relative;}
.chairman_speech .swiper-pagination { text-align:left; text-indent:20px;}
.chairman_speech .swiper-pagination .swiper-pagination-bullets{ }
.chairman_speech .swiper-pagination .swiper-pagination-bullet { width:12px; height:12px; margin:0; padding:0; border-radius:0; font-size:0; background:none; border:2px solid #fff; border-radius:50%; opacity: 1;}
.chairman_speech .swiper-pagination .swiper-pagination-bullet-active { background:#a9020f; border:2px solid #a9020f;}
/*发展历程*/
.development_history_bg { min-height:886px; height:auto; overflow:hidden; background:url(../images/development_history_bg.jpg) top center no-repeat; background-size:cover;}
.development_history { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:100px;}
.development_history dt { width:100%; height:auto; overflow:hidden;}
.development_history dt .title { float:left; height:auto; overflow:hidden; color:#fff;}
.development_history dt .tit1 { font-size:30px; line-height:40px;}
.development_history dt .tit { font-size:30px; line-height:50px;}
.development_history dt .more { display:block; width:209px; height:67px; line-height:67px; text-align:center; background:#fff; color:#a9020f; font-size:18px; float:right;}
.development_history dt .more:after { content:'>'; padding-left:40px;}
.development_history dd { width:100%; height:auto; overflow:hidden; margin-top:40px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:stretch;}
.development_history dd .development_history_tabs { width:218px; flex:0 0 218px; height:auto; overflow:hidden; font-size:30px; font-size:18px; color:#fff; position:relative;}
.development_history dd .development_history_tabs li { line-height:52px;}
.development_history dd .development_history_tabs li a { padding:0 10px; line-height:52px; color:#fff; display:block;}
.development_history dd .development_history_tabs li.more { position:absolute; bottom:0; left:0;}
.development_history dd .development_history_tabs li.more:hover a { background:none; font-size:18px;}
.development_history dd .development_history_tabs li:hover a,
.development_history dd .development_history_tabs li.hover a { line-height:52px; font-size:30px; background:url(../images/development_history_tabs_foc.png) 0 center no-repeat;}
.development_history dd .development_history_list { flex:1 0 auto; float:left; height:560px; overflow:hidden; margin-left:50px; overflow-y:auto; position:relative;}
.development_history dd .development_history_list .development_history_info { height:auto; overflow:hidden;}
.development_history dd .development_history_list .info { color:#fff; margin:20px 0; height:auto; overflow:hidden;}
.development_history dd .development_history_list .info .tit {}
.development_history dd .development_history_list .info .tit .num { font-size:60px; line-height:80px; font-weight:bold;}
.development_history dd .development_history_list .info .tit .unit { font-weight:normal; font-size:24px; margin-left:5px;}
.development_history dd .development_history_list .info .des { line-height:18px; height:auto; overflow:hidden;}
.development_history dd .development_history_list .info.hover { color:#a9020f;}
/*荣誉资质*/
.honor_qualification_bg { min-height:auto; height:auto; overflow:hidden; background:url(../images/honor_qualification_bg.jpg) top center no-repeat; background-size:cover;}
.honor_qualification { max-width:1440px; min-width:300px; height:auto; overflow:; margin:0 auto; margin-top:100px;}
.honor_qualification dt { width:100%; height:auto; overflow:hidden;}
.honor_qualification dt .title { float:left; height:auto; overflow:hidden; color:#fff;}
.honor_qualification dt .tit1 { font-size:30px; line-height:40px;}
.honor_qualification dt .tit { font-size:30px; line-height:50px;}
.honor_qualification dt .more { display:block; width:209px; height:67px; line-height:67px; text-align:center; background:#c70002; color:#fff; font-size:18px; float:right;}
.honor_qualification dt .more:after { content:'>'; padding-left:40px;}
.honor_qualification dd { width:100%; height:auto; overflow:; margin-top:60px; position:relative;}
.honor_qualification dd:after { content:''; position:absolute; left:0; bottom:0; top:0; right:-20%; background:#eaeaea;}
.honor_qualification dd .honor_list_box { height:auto; overflow:hidden; position:relative; padding:100px 90px;}
.honor_qualification dd .honor_list { width:100%; position:relative;}
.honor_qualification dd .honor_list li { width:24%; height:auto; overflow:; margin:0.5% 0;}
.honor_qualification dd .honor_list li a { display:block; height:auto; overflow:hidden; background:#fff;}
.honor_qualification dd .honor_list li .pic { width:100%; height:auto; overflow:hidden;}
.honor_qualification dd .honor_list li .pic img { display:block;}
.honor_qualification dd .honor_list li .brief { width:100%; height:111px; overflow:hidden; position:relative; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center; z-index:1;}
.honor_qualification dd .honor_list li .tit { width:100%; height:auto; overflow:hidden; font-size:18px; line-height:30px; color:#383838; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph; text-align:center;}
.honor_qualification dd .honor_list li a:hover { background:#a9020f; height:auto; overflow:hidden; border:2px solid #a9020f;}
.honor_qualification dd .honor_list li:hover .icon,
.honor_qualification dd .honor_list li:hover .tit { color:#fff;}
.honor_qualification dd .ctrl_box { width:69px; height:auto; color:#f4f4f4; font-family:'微软雅黑'; position:absolute; right:0; bottom:100px; z-index:1;}
.honor_qualification dd .ctrl_box .ctrl { width:100%; height:auto; overflow:hidden;}
.honor_qualification dd .ctrl_box .ctrl a { display:inline-block; width:69px; height:69px; line-height:67px; font-size:30px; float:left; background:#fff; color:#a9020f; text-align:center; border-radius:50%; margin-bottom:15px;}
.honor_qualification dd .ctrl_box .ctrl a:hover { background:#a9020f; color:#fff;}
/*宣传视频*/
.video_promotion_bg { height:auto; overflow:hidden; background:url(../images/video_promotion_bg.jpg) top center no-repeat; background-size:cover; position:relative; margin-top:0px;}
.video_promotion { max-width:1440px; min-width:300px; height:auto; overflow:; margin:0 auto; margin-top:100px;}
.video_promotion dt { width:100%; height:auto; overflow:hidden;}
.video_promotion dt .title { float:left; height:auto; overflow:hidden; color:#a9020f;}
.video_promotion dt .tit1 { font-size:30px; line-height:40px;}
.video_promotion dt .tit { font-size:30px; line-height:50px;}
.video_promotion dt .more { display:block; width:209px; height:67px; line-height:67px; text-align:center; background:#c70002; color:#fff; font-size:18px; float:right;}
.video_promotion dt .more:after { content:'>'; padding-left:40px;}
.video_promotion dd { width:100%; height:auto; overflow:; margin-top:60px; position:relative;}
.video_promotion dd ul li.swiper-slide { display:block; position:relative;}
.video_promotion dd ul li.swiper-slide.swiper-slide-active { border:3px solid #fff;}
.video_promotion dd ul li.swiper-slide .icon { position:absolute; left:50%; top:50%; margin-left:-60px; margin-top:-60px; width:120px; height:120px; line-height:120px; font-size:120px; color:#c70002; z-index:1; display:none;}
.video_promotion dd ul li.swiper-slide:hover .icon { color:#fff;}
.video_promotion dd ul li.swiper-slide a { display:block; position:relative;}
.video_promotion dd ul li.swiper-slide .tit { font-size:24px; line-height:80px; color:#fff; position:absolute; left:30px; top:0;}
.video_promotion dd ul li.swiper-slide.swiper-slide-active .icon { display:block;}
/*厂区环境*/
.plant_equipment_bg { height:auto; overflow:hidden; background:url(../images/equipment_plant_bg.jpg) center center no-repeat; background-size:cover; position:relative; padding-bottom:20px; margin-top:0px;}
.plant_equipment { max-width:1440px; min-width:300px; height:auto; overflow:; margin:0 auto; margin-top:100px;}
.plant_equipment dt { width:100%; height:auto; overflow:hidden; border:}
.plant_equipment dt .title { float:left; height:auto; overflow:hidden; color:#a9020f;}
.plant_equipment dt .tit1 { font-size:30px; line-height:40px;}
.plant_equipment dt .tit { font-size:30px; line-height:50px;}
.plant_equipment dt .more { display:block; width:209px; height:67px; line-height:67px; text-align:center; background:#c70002; color:#fff; font-size:18px; float:right;}
.plant_equipment dt .more:after { content:'>'; padding-left:40px;}
.plant_equipment dd { margin:0px; height:auto; overflow:hidden; margin-top:30px;}
.plant_equipment dd .equipment_list_scroll { width:100%; height:auto; overflow:hidden; position:relative;}
.plant_equipment dd .equipment_list { width:100%; height:auto; overflow:;}
.plant_equipment dd .equipment_list li { width:33.3%; height:auto; overflow:; float:left; margin-bottom:1%;}
.plant_equipment dd .equipment_list li.hover { border:10px solid red;}
.plant_equipment dd .equipment_list li:nth-child(2n) { float:right;}
.plant_equipment dd .equipment_list li.swiper-slide {}
.plant_equipment dd .equipment_list li a { display:block; position:relative; overflow:hidden;}
.plant_equipment dd .equipment_list li a:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0;  border:0px solid #c10e0e;
    -webkit-transition: all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
.plant_equipment dd .equipment_list li .pic img { display:block;}
.plant_equipment dd .equipment_list li .brief { background:rgba(193,14,14,.8); position:absolute; left:0; top:0; right:0; bottom:0; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.plant_equipment dd .equipment_list li .brief:after { content:''; background:rgba(255,255,255,.39); height:1px; position:absolute; left:10%; right:10%; top:50%;}
.plant_equipment dd .equipment_list li .tit,
.plant_equipment dd .equipment_list li .more,
.plant_equipment dd .equipment_list li .brief:after {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.plant_equipment dd .equipment_list li .tit { width:100%; text-align:center; font-size:30px; line-height:106px; color:#fff; z-index:1;}
.plant_equipment dd .equipment_list li .more { width:100%; text-align:center; font-size:16px; line-height:100px; color:#efefef; z-index:1;}
.plant_equipment dd .equipment_list li:hover a:after { }
.plant_equipment dd .equipment_list li:hover .brief { left:15px; top:15px; right:15px; bottom:15px; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.plant_equipment dd .equipment_list li:hover .brief:after { -webkit-animation-name: zoomIn; animation-name: zoomIn;}
.plant_equipment dd .equipment_list li:hover .tit { -webkit-animation-name: bounceInDown; animation-name: bounceInDown;}
.plant_equipment dd .equipment_list li:hover .more { -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
.plant_equipment dd .ctrl_box { width:480px; height:auto; color:#f4f4f4; font-family:'微软雅黑'; position:relative; margin:30px auto; z-index:1;}
.plant_equipment dd .ctrl_box .ctrl { width:100%; height:auto; overflow:hidden;}
.plant_equipment dd .ctrl_box .ctrl a { display:inline-block; width:69px; height:69px; line-height:67px; font-size:30px; float:left; background:#fff; color:#a9020f; text-align:center; border-radius:50%; margin:0 20px;}
.plant_equipment dd .ctrl_box .ctrl a:hover { background:#a9020f; color:#fff;}
.plant_equipment dd #equipment_scroll_prev { float:left;}
.plant_equipment dd #equipment_scroll_next { float:right;}
.plant_equipment .swiper-pagination { text-align:center; text-indent:0px; left:100px; bottom:20px; right:100px;}
.plant_equipment .swiper-pagination .swiper-pagination-bullets{ }
.plant_equipment .swiper-pagination .swiper-pagination-bullet { width:8px; height:8px; margin:0 5px; padding:0; border-radius:0; font-size:0; background:none; border:3px solid #a9020f; border-radius:50%; opacity: 1;}
.plant_equipment .swiper-pagination .swiper-pagination-bullet-active { background:#a9020f;}


/*厂房*/
.workshopbox_bg { height:auto; overflow:hidden;}
.workshopbox { height:auto; overflow:hidden; margin-top:0px;}
.workshopbox dt { width:100%; height:auto; overflow:hidden; border:}
.workshopbox dt .tit { font-size:30px; line-height:30px; color:#131313; text-align:center;}
.workshopbox dt .tit:after { content:'—'; color:#d4d4d4; display:block;}
.workshopbox dd { margin:0px; height:auto; overflow:hidden; margin-top:30px;}
.workshopbox dd .workshop_list_scroll { height:auto; overflow:hidden; position:relative;}
.workshopbox dd .workshop_list { width:100%; height:auto; overflow:;}
.workshopbox dd .workshop_list li { width:33%; height:auto; overflow:hidden; float:left;}
.workshopbox dd .workshop_list li a { display:block; position:relative; padding-bottom:39px;}
.workshopbox dd .workshop_list li .pic { height:auto; overflow:hidden; position:relative; z-index:0;}
.workshopbox dd .workshop_list li .pic img { display:block;}
.workshopbox dd .workshop_list li .tit { width:420px; height:0px; overflow:hidden; line-height:74px; position:absolute; left:50%; bottom:0; margin-left:-210px; text-align:center; background:#efefef; font-size:18px; z-index:1;}
.workshopbox dd .workshop_list li.swiper-slide-active .tit { height:74px;}
.workshopbox dd .workshop_scroll_prev { width:66px; height:66px; line-height:66px; background:#efefef; color:#373737; display:block; text-align:center; font-size:30px; font-weight:100; position:absolute; border-radius:50%; left:18%; top:48%; margin-top:-33px; z-index:2;}
.workshopbox dd .workshop_scroll_next { width:66px; height:66px; line-height:66px; background:#efefef; color:#373737; display:block; text-align:center; font-size:30px; font-weight:100; position:absolute; border-radius:50%; right:18%; top:48%; margin-top:-33px; z-index:2;}
.workshopbox dd .workshop_scroll_prev:hover,
.workshopbox dd .workshop_scroll_next:hover { background:#c10e0e; color:#fff;}
.workshopbox dd .more { display:block; width:140px; height:48px; line-height:48px; font-size:16px; color:#fff; margin:0 auto; margin-top:33px; background:#c10e0e; border-radius:8px; text-align:center;}
/*公司规模*/
.company_size_info { height:auto; overflow:hidden; margin-top:50px;}
.company_size_info ul li { width:100%; height:auto; overflow:hidden; margin:30px 0; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.company_size_info ul li .pic { width:45%; height:auto; overflow:hidden; float:left; position:relative;}
.company_size_info ul li:nth-child(2n) { flex-flow:row-reverse wrap;}
.company_size_info ul li:nth-child(2n) .pic:after { left:158px; right:0; top:0; height:100%;}
.company_size_info ul li .pic a { display:block; margin:19px; height:auto; overflow:hidden; position:relative; z-index:1;}
.company_size_info ul li .pic img { display:block;}
.company_size_info ul li .pic:after { content:''; position:absolute; left:0; top:0; right:158px; height:100%; background:#a9020f;}
.company_size_info ul li .brief { width:50%; height:auto; overflow:hidden; float:left;}
.company_size_info ul li .tit { color:#505050; font-size:30px; line-height:40px;}
.company_size_info ul li .tit1 { color:#505050; font-size:18px; line-height:30px; text-transform:uppercase;}
.company_size_info ul li .des { width:100%; height:120px; line-height:30px; font-size:16px; overflow:hidden; margin:30px 0; color:#7f7f7f; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.company_size_info ul li .more { width:157px; height:55px; line-height:55px; text-align:center; display:block; background:#a9020f; color:#fff; font-size:16px; margin-top:20px; float:left;}
.company_size_info ul li .more:after { content:'>'; margin-left:30px;}
.company_size_info ul li .more:hover { background:#ca7929;}
/*经营模式*/
.management_model_bg { background:url(../images/management_model_bg.jpg) bottom center no-repeat; background-size:cover; padding-bottom:40px;}
.management_model { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:60px;}
.management_model dt { width:100%; height:auto; overflow:hidden;}
.management_model dt .title { float:left;}
.management_model dt .tit1 { font-size:30px; line-height:50px; color:#a9020f; text-transform:capitalize;}
.management_model dt .tit { font-size:30px; line-height:40px; color:#a9020f;}
.management_model dt .more { width:209px; height:67px; background:#c70002; line-height:67px; text-align:center; color:#fff; font-size:16px; display:block; float:right; margin-top:5px;}
.management_model dt .more:hover { background:#d2a764;}
.management_model dt .more:after { content:'>'; margin-left:30px;}
.management_model dd { width:100%; height:auto; overflow:hidden; margin-top:40px;}
.management_model dd .management_model_info { padding-right:20px; height:515px; overflow-y:auto; color:#686868; font-size:16px; line-height:48px; text-align:justify; text-justify:inter-ideograph;}
.management_model dd .management_model_info strong { font-size:18px; color:#000;}
/*合作伙伴*/
.cooperative_partner_bg { height:auto; overflow:hidden;}
.cooperative_partner { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:60px;}
.cooperative_partner dt { width:100%; height:auto; overflow:hidden;}
.cooperative_partner dt .title { float:left;}
.cooperative_partner dt .tit1 { font-size:30px; line-height:50px; color:#a9020f; text-transform:capitalize;}
.cooperative_partner dt .tit { font-size:30px; line-height:40px; color:#a9020f;}
.cooperative_partner dt .more { width:209px; height:67px; background:#c70002; line-height:67px; text-align:center; color:#fff; font-size:16px; display:block; float:right; margin-top:5px;}
.cooperative_partner dt .more:hover { background:#d2a764;}
.cooperative_partner dt .more:after { content:'>'; margin-left:30px;}
.cooperative_partner dd { width:100%; height:auto; overflow:hidden; margin-top:40px;}
.cooperative_partner dd .cooperative_partner_list{ height:141px; }
.cooperative_partner dd .cooperative_partner_list li { height:141px; line-height:141px; color:#000; font-size:30px;}
.cooperative_partner dd .cooperative_partner_list li a { display:block; color:#000; text-align:center; background:#efefef;}
.cooperative_partner dd .cooperative_partner_list li:hover a { background:#c70002; color:#fff;}
/*发展方针*/
.development_policy_bg { height:auto; overflow:hidden; background:url(../images/development_policy_bg.jpg) bottom center no-repeat; background-size:cover; margin-top:40px; padding-bottom:210px;}
.development_policy { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:110px;}
.development_policy dt { width:100%; height:auto; overflow:hidden;}
.development_policy dt .title { float:left;}
.development_policy dt .tit1 { font-size:30px; line-height:50px; color:#a9020f; text-transform:capitalize;}
.development_policy dt .tit { font-size:30px; line-height:40px; color:#a9020f;}
.development_policy dt .more { width:209px; height:67px; background:#c70002; line-height:67px; text-align:center; color:#fff; font-size:16px; display:block; float:right; margin-top:5px;}
.development_policy dt .more:hover { background:#d2a764;}
.development_policy dt .more:after { content:'>'; margin-left:30px;}
.development_policy dd { width:100%; height:auto; overflow:hidden; margin-top:40px;}
.development_policy dd .development_policy_info { padding-right:20px; height:auto; color:#686868; font-size:16px; line-height:48px; text-align:justify; text-justify:inter-ideograph;}
.development_policy dd .development_policy_info strong { font-size:18px; color:#000;}
/*加盟政策*/
.franchise_policy_bg { background:url(../images/franchise_policy_bg.jpg) bottom center no-repeat; background-size:cover; padding-bottom:40px;}
.franchise_policy { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:60px;}
.franchise_policy dt { width:100%; height:auto; overflow:hidden;}
.franchise_policy dt .title { float:left;}
.franchise_policy dt .tit1 { font-size:30px; line-height:50px; color:#a9020f; text-transform:capitalize;}
.franchise_policy dt .tit { font-size:30px; line-height:40px; color:#a9020f;}
.franchise_policy dt .more { width:209px; height:67px; background:#c70002; line-height:67px; text-align:center; color:#fff; font-size:16px; display:block; float:right; margin-top:5px;}
.franchise_policy dt .more:hover { background:#d2a764;}
.franchise_policy dt .more:after { content:'>'; margin-left:30px;}
.franchise_policy dd { width:100%; height:auto; overflow:hidden; margin-top:40px;}
.franchise_policy dd .franchise_policy_info { padding-right:20px; height:515px; overflow-y:auto; color:#686868; font-size:16px; line-height:48px; text-align:justify; text-justify:inter-ideograph;}
.franchise_policy dd .franchise_policy_info strong { font-size:18px; color:#000;}
/*加盟申请*/
.franchise_application_bg { height:auto; overflow:hidden;}
.franchise_application { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:60px;}
.franchise_application dt { width:100%; height:auto; overflow:hidden;}
.franchise_application dt .title { float:left;}
.franchise_application dt .tit1 { font-size:30px; line-height:50px; color:#a9020f; text-transform:capitalize;}
.franchise_application dt .tit { font-size:30px; line-height:40px; color:#a9020f;}
.franchise_application dt .more { width:209px; height:67px; background:#c70002; line-height:67px; text-align:center; color:#fff; font-size:16px; display:block; float:right; margin-top:5px;}
.franchise_application dt .more:hover { background:#d2a764;}
.franchise_application dt .more:after { content:'>'; margin-left:30px;}
.franchise_application dd { width:100%; height:auto; overflow:hidden; margin-top:40px;}
.franchise_application dd .franchise_application_form{ width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.franchise_application dd .franchise_application_form .input { width:33%; flex-basis: calc(33.33333% - 15px); height:77px; line-height:77px; background:#eeeeee; color:#000; margin-top:20px; border:0; text-indent:20px; float:left;}
.franchise_application dd .franchise_application_form .input:focus,
.franchise_application dd .franchise_application_form .textarea:focus { background:#cccccc;}
.franchise_application dd .franchise_application_form .textarea { width:97%; flex:0 0 97%; height:160px; line-height:20px; background:#eeeeee; color:#000; padding:20px; border:0; margin-top:20px;}
.franchise_application dd .franchise_application_form .input:-moz-placeholder,
.franchise_application dd .franchise_application_form .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #18a0ff; opacity:1;  font-size:16px;
}
.franchise_application dd .franchise_application_form .input::-moz-placeholder,
.franchise_application dd .franchise_application_form .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #4e4e4e;opacity:1; font-size:16px;
}
.franchise_application dd .franchise_application_form .input:-ms-input-placeholder,
.franchise_application dd .franchise_application_form .textarea:-ms-input-placeholder {
    color: #4e4e4e;opacity:1; font-size:16px;
}
.franchise_application dd .franchise_application_form .input::-webkit-input-placeholder,
.franchise_application dd .franchise_application_form .textarea::-webkit-input-placeholder{
    color: #4e4e4e;opacity:1; font-size:16px;
}
.franchise_application dd .franchise_application_form .btn_box { height:auto; overflow:hidden; margin:0 auto; margin-top:20px; text-align:center;}
.franchise_application dd .franchise_application_form .submit{
    width:218px; height:67px; background:#c70002; border:0; cursor:pointer; color:#fff; margin:0 7px; font-size:18px; border-radius:0px;
}
.franchise_application dd .franchise_application_form .reset{
    width:218px; height:67px; background:#d2a764; border:0; cursor:pointer; color:#fff; margin:0 7px; font-size:18px; border-radius:0px;
}
/*销售网络*/
.sales_network_bg { height:auto; overflow:hidden; background:url(../images/sales_network_bg.jpg) bottom center no-repeat; background-size:cover; margin-top:40px; padding-bottom:20px;}
.sales_network { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:73px;}
.sales_network dt { width:100%; height:auto; overflow:hidden; position:relative; z-index:1;}
.sales_network dt .title { float:left;}
.sales_network dt .tit1 { font-size:30px; line-height:50px; color:#a9020f; text-transform:capitalize;}
.sales_network dt .tit { font-size:30px; line-height:40px; color:#a9020f;}
.sales_network dt .more { width:209px; height:67px; background:#c70002; line-height:67px; text-align:center; color:#fff; font-size:16px; display:block; float:right; margin-top:5px;}
.sales_network dt .more:hover { background:#d2a764;}
.sales_network dt .more:after { content:'>'; margin-left:30px;}
.sales_network dd { width:100%; height:auto; overflow:hidden; margin-top:-60px;}
.sales_network dd .development_policy_info { padding-right:20px; height:auto; color:#686868; font-size:16px; line-height:48px; text-align:justify; text-justify:inter-ideograph;}
.sales_network dd .development_policy_info strong { font-size:18px; color:#000;}
.sales_network dd .area { height:780px; overflow:hidden;}

/*人才理念*/
.talent_concept_bg { background:url(../images/talent_concept_bg.jpg) bottom center no-repeat; background-size:cover; padding-bottom:40px;}
.talent_concept { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:60px;}
.talent_concept dt { width:100%; height:auto; overflow:hidden;}
.talent_concept dt .title { float:left;}
.talent_concept dt .tit1 { font-size:30px; line-height:50px; color:#a9020f; text-transform:capitalize;}
.talent_concept dt .tit { font-size:30px; line-height:40px; color:#a9020f;}
.talent_concept dt .more { width:209px; height:67px; background:#c70002; line-height:67px; text-align:center; color:#fff; font-size:16px; display:block; float:right; margin-top:5px;}
.talent_concept dt .more:hover { background:#d2a764;}
.talent_concept dt .more:after { content:'>'; margin-left:30px;}
.talent_concept dd { width:100%; height:auto; overflow:hidden; margin-top:80px;}
.talent_concept dd .tit { font-size:24px; line-height:48px; color:#222222;}
.talent_concept dd .tit:after { content:'——'; display:block;}
.talent_concept dd .talent_concept_info { padding-right:20px; height:400px; overflow-y:auto; color:#686868; font-size:16px; line-height:48px; text-align:justify; text-justify:inter-ideograph;}
.talent_concept dd .talent_concept_info strong { font-size:18px; color:#000;}
/*员工风采*/
.staff_style_bg { height:auto; overflow:hidden;}
.staff_style { max-width:1440px; min-width:300px; height:auto; overflow:visible; margin:0 auto; margin-top:60px;}
.staff_style dt { width:100%; height:auto; overflow:hidden;}
.staff_style dt .title { float:left;}
.staff_style dt .tit1 { font-size:30px; line-height:50px; color:#a9020f; text-transform:capitalize;}
.staff_style dt .tit { font-size:30px; line-height:40px; color:#a9020f;}
.staff_style dt .more { width:209px; height:67px; background:#c70002; line-height:67px; text-align:center; color:#fff; font-size:16px; display:block; float:right; margin-top:5px;}
.staff_style dt .more:hover { background:#d2a764;}
.staff_style dt .more:after { content:'>'; margin-left:30px;}
.staff_style dd { width:100%; height:auto; overflow:visible; margin-top:60px;}
.staff_style dd .staff_style_list_scroll { position:relative; overflow:visible;}
.staff_style dd .staff_style_list{ height:auto; overflow:visible;}
.staff_style dd .staff_style_list li { width:33%; height:auto; overflow:visible;}
.staff_style dd .staff_style_list li a { display:block; color:#000; padding-bottom:5px;}
.staff_style dd .staff_style_list li .brief { margin:10px 5px; height:auto; overflow:hidden;}
.staff_style dd .staff_style_list li .date .m-d { font-size:24px; line-height:40px; color:#191919; font-weight:bold;}
.staff_style dd .staff_style_list li .date .y { font-size:16px; color:#757575; line-height:20px;}
.staff_style dd .staff_style_list li .tit { width:100%; height:auto; overflow:hidden; font-size:18px; line-height:40px; color:#000; margin-top:10px;}
.staff_style dd .staff_style_list li .des { width:100%; height:60px; overflow:hidden; font-size:16px; line-height:30px; color:#757575; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.staff_style dd .staff_style_list li:hover a { background:#a9020f;}
.staff_style dd .staff_style_list li:hover .tit,
.staff_style dd .staff_style_list li:hover .des,
.staff_style dd .staff_style_list li:hover .date .m-d,
.staff_style dd .staff_style_list li:hover .date .y { color:#fff;}
.staff_style dd .staff_style_scroll_prev { width:40px; height:40px; background:url(../images/icon_staff_style_scroll_prev.png) center center no-repeat; position:absolute; left:-80px; top:30%; margin-top:-20px;}
.staff_style dd .staff_style_scroll_next { width:40px; height:40px; background:url(../images/icon_staff_style_scroll_next.png) center center no-repeat; position:absolute; right:-80px; top:30%; margin-top:-20px;}

/*联系我们*/
.map_coordinates { width:100%; height:644px;}
.contact_info_bg { background:#ce7b2b; background:linear-gradient(to right, #ce7b2b, #b46817); /*-webkit-background-clip: text; color: transparent;*/ padding:65px 0;}
.contact_info { max-width:1510px; min-width:300px; height:auto; overflow:hidden; margin:0 auto;}
.contact_info ul { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between; align-items:;}
.contact_info ul li { width:20%; height:auto; overflow:hidden; float:left; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:center;}
.contact_info ul li .icon { width:69px; height:69px; font-size:32px; line-height:50px; background:#fff; overflow:hidden; border-radius:50%; color:#c10e0e; float:left; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-content:center; align-items:center;}
.contact_info ul li .info { height:auto; overflow:hidden; margin-left:20px; text-align:left; color:#fff; float:left;}
.contact_info ul li .info .lab { font-size:20px; line-height:30px;}
.contact_info ul li .info .tit { font-size:20px; line-height:30px;}
.contact_info ul li .info .tel { font-size:24px; line-height:33px; color:#c10e0e;}
.contact_info ul li .info .address { color:#4f4f4f; font-size:18px; line-height:33px;}
.contact_info ul li .info .email { color:#4f4f4f; font-size:18px; line-height:33px;}

/*留言提交*/
.cotnact_feedback_bg { height:auto; overflow:hidden; margin-top:10px; padding-bottom:60px;}
.cotnact_feedback { max-width:1440px; min-width:300px; height:auto; overflow:visible; margin:0 auto; margin-top:60px;}
.cotnact_feedback dt { width:100%; height:auto; overflow:hidden;}
.cotnact_feedback dt .title { float:left;}
.cotnact_feedback dt .tit1 { font-size:30px; line-height:50px; color:#a9020f; text-transform:capitalize;}
.cotnact_feedback dt .tit { font-size:30px; line-height:40px; color:#a9020f;}
.cotnact_feedback dt .more { width:209px; height:67px; background:#c70002; line-height:67px; text-align:center; color:#fff; font-size:16px; display:block; float:right; margin-top:5px;}
.cotnact_feedback dt .more:hover { background:#d2a764;}
.cotnact_feedback dt .more:after { content:'>'; margin-left:30px;}
.cotnact_feedback dd { width:100%; height:auto; overflow:visible; margin-top:60px;}
.cotnact_feedback dd .feedback_form { height:auto; overflow:hidden; position:relative; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.cotnact_feedback dd .feedback_form .input { width:50%; flex-basis: calc(50% - 10px); height:63px; line-height:63px; background:#eeeeee; color:#000; margin-top:20px; border:0; text-indent:20px; float:left;}
.cotnact_feedback dd .feedback_form .input:focus,
.cotnact_feedback dd .feedback_form .textarea:focus { background:#cccccc;}
.cotnact_feedback dd .feedback_form .textarea { width:97%; flex:0 0 97%; height:100px; line-height:20px; background:#eeeeee; color:#000; padding:20px; border:0; margin-top:20px;}
.cotnact_feedback dd .feedback_form .input:-moz-placeholder,
.cotnact_feedback dd .feedback_form .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #18a0ff; opacity:1;  font-size:16px;
}
.cotnact_feedback dd .feedback_form .input::-moz-placeholder,
.cotnact_feedback dd .feedback_form .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #4e4e4e;opacity:1; font-size:16px;
}
.cotnact_feedback dd .feedback_form .input:-ms-input-placeholder,
.cotnact_feedback dd .feedback_form .textarea:-ms-input-placeholder {
    color: #4e4e4e;opacity:1; font-size:16px;
}
.cotnact_feedback dd .feedback_form .input::-webkit-input-placeholder,
.cotnact_feedback dd .feedback_form .textarea::-webkit-input-placeholder{
    color: #4e4e4e;opacity:1; font-size:16px;
}
.cotnact_feedback dd .feedback_form .btn_box { height:auto; overflow:hidden; margin:0 auto; margin-top:18px;}
.cotnact_feedback dd .feedback_form .submit{
    width:218px; height:67px; background:#c70002; border:0; cursor:pointer; color:#fff; margin:0 7px; font-size:18px; border-radius:0px;
}
.cotnact_feedback dd .feedback_form .reset{
    width:218px; height:67px; background:#d2a764; border:0; cursor:pointer; color:#fff; margin:0 7px; font-size:18px; border-radius:0px;
}
/*招聘信息*/
.jobs_info_box_bg { height:auto; overflow:hidden; background:url(../images/jobs_info_box_bg.jpg) bottom center no-repeat; background-size:cover; padding-bottom:100px;}
.jobs_info_box { max-width:1440px; min-width:300px; height:auto; overflow:visible; margin:0 auto; margin-top:60px;}
.jobs_info_box dt { width:100%; height:auto; overflow:hidden;}
.jobs_info_box dt .title { float:left;}
.jobs_info_box dt .tit1 { font-size:30px; line-height:50px; color:#a9020f; text-transform:capitalize;}
.jobs_info_box dt .tit { font-size:30px; line-height:40px; color:#a9020f;}
.jobs_info_box dt .more { width:209px; height:67px; background:#c70002; line-height:67px; text-align:center; color:#fff; font-size:16px; display:block; float:right; margin-top:5px;}
.jobs_info_box dt .more:hover { background:#d2a764;}
.jobs_info_box dt .more:after { content:'>'; margin-left:30px;}
.jobs_info_box dd { width:100%; height:auto; overflow:visible; margin-top:50px;}
.jobs_info_box dd .jobs_info_list { width:100%; height:auto; overflow:hidden;}
.jobs_info_box dd .jobs_info_list li { width:100%; height:63px; overflow:hidden; background:#f6f6f6; margin:5px 0; float:left;}
.jobs_info_box dd .jobs_info_list li .info { width:100%; height:63px; line-height:63px; background:#dfdfdf; color:#000; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; cursor:pointer; font-size:18px;}
.jobs_info_box dd .jobs_info_list li .des { height:0; overflow:hidden; margin:30px; margin-bottom:0; font-size:16px; line-height:26px; color:#848484; overflow-y:auto;}
.jobs_info_box dd .jobs_info_list li .des::-webkit-scrollbar-track-piece {width:9px;background-color:#eee; border-radius:4.5px;}
.jobs_info_box dd .jobs_info_list li .des::-webkit-scrollbar { width:9px; background-color:#fff;}
.jobs_info_box dd .jobs_info_list li .des::-webkit-scrollbar-thumb { width:9px; height:195px; background-color:#cacaca; border-radius:4.5px;}
.jobs_info_box dd .jobs_info_list li .des::-webkit-scrollbar-thumb:hover { width:9px; background-color:#cacaca;}

.jobs_info_box dd .jobs_info_list li .btnbox { margin:0 30px; height:auto;}
.jobs_info_box dd .jobs_info_list li .btn { display:block; background:#ce0615; color:#fff; width:116px; height:39px; line-height:39px; text-align:center; float:left; font-size:18px; margin-right:11px;}
.jobs_info_box dd .jobs_info_list li .info .tit { margin-left:20px;}
.jobs_info_box dd .jobs_info_list li .info .date { margin-right:0px;}
.jobs_info_box dd .jobs_info_list li .info .date:after { content:'>'; display:inline-block; padding:0 20px; text-align:center;
    /*-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;*/
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
}
.jobs_info_box dd .jobs_info_list li.hover .info { background:#ce0615; color:#fff;}
.jobs_info_box dd .jobs_info_list li.hover { height:387px; padding-bottom:20px;}
.jobs_info_box dd .jobs_info_list li.hover .des { height:250px;}
.jobs_info_box dd .jobs_info_list li:hover .info .date:after {}
.jobs_info_box dd .jobs_info_filter { height:39px; overflow:visible; position:relative; z-index:1;}
.jobs_info_box dd .jobs_info_filter .filter_select { width:188px; height:39px; line-height:39px; background:#fff; border:1px solid #e7e7e7; float:left; margin-right:12px;}
.filter_select.w220 {width:220px;}
.jobs_info_box dd .jobs_info_filter .filter_select .filter_tag { padding:0 14px; color:#656565; position:relative; height:39px; line-height:39px;}
.jobs_info_box dd .jobs_info_filter .filter_select .filter_tag:after { content:'>'; position:absolute; right:14px; top:0; line-height:39px;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
}
.jobs_info_box dd .jobs_info_filter .filter_select .filter_list { height:0; overflow:hidden; background:#fff; padding:0 14px; line-height:39px;}
.jobs_info_box dd .jobs_info_filter .filter_select .filter_list a { display:block;}
.jobs_info_box dd .jobs_info_filter .filter_select:hover .filter_list{ height:auto; border:1px solid #e7e7e7;}
.jobs_info_box dd .jobs_info_filter .filter_select:hover .filter_list a:hover { color:#ce0615;}
.jobs_info_box dd .jobs_info_filter .searchbox { float:right; width:236px; height:39px; border:1px solid #e7e7e7; position:relative;}
.jobs_info_box dd .jobs_info_filter .searchbox .keyword { width:188px; height:39px; line-height:39px; background:#fff; border:0; text-indent:20px;}
.jobs_info_box dd .jobs_info_filter .searchbox .submit { width:47px; height:38px; background:#ce0615 url(../images/filter_select_search_icon.png) center center no-repeat; border:0; cursor:pointer; position:absolute; right:0; top:0;}
.jobs_info_box dd .more { display:block; width:140px; height:48px; line-height:48px; text-align:center; background:#c10e0e; color:#fff; margin:50px auto; font-size:16px; border-radius:8px;}


/*在线应聘*/
.applied_online_bg { background:#fff; position:relative;}
.applied_online { max-width:1440px; min-width:300px; height:auto; overflow:visible; margin:0 auto; margin-top:60px;}
.applied_online dt { width:100%; height:auto; overflow:hidden;}
.applied_online dt .title { float:left;}
.applied_online dt .tit1 { font-size:30px; line-height:50px; color:#a9020f; text-transform:capitalize;}
.applied_online dt .tit { font-size:30px; line-height:40px; color:#a9020f;}
.applied_online dt .more { width:209px; height:67px; background:#c70002; line-height:67px; text-align:center; color:#fff; font-size:16px; display:block; float:right; margin-top:5px;}
.applied_online dt .more:hover { background:#d2a764;}
.applied_online dt .more:after { content:'>'; margin-left:30px;}
.applied_online dd { width:100%; height:auto; overflow:visible; margin-top:60px;}
.applied_online dd .frombox { height:auto; overflow:hidden; position:relative; margin-bottom:100px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.applied_online dd .frombox .input { width:49.5%; height:63px; line-height:63px; background:#eeeeee; color:#000; margin-top:14px; border:0; text-indent:20px; float:left;}
.applied_online dd .frombox .textarea { width:97%; flex:0 0 97%; height:100px; line-height:20px; background:#eeeeee; color:#000; padding:20px; border:0; margin-top:14px;}
.applied_online dd .frombox .input:-moz-placeholder,
.applied_online dd .frombox .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #18a0ff; opacity:1;  font-size:16px;
}
.applied_online dd .frombox .input::-moz-placeholder,
.applied_online dd .frombox .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #4e4e4e;opacity:1; font-size:16px;
}
.applied_online dd .frombox .input:-ms-input-placeholder,
.applied_online dd .frombox .textarea:-ms-input-placeholder {
    color: #4e4e4e;opacity:1; font-size:16px;
}
.applied_online dd .frombox .input::-webkit-input-placeholder,
.applied_online dd .frombox .textarea::-webkit-input-placeholder{
    color: #4e4e4e;opacity:1; font-size:16px;
}
.applied_online dd .frombox .btn_box { height:auto; overflow:hidden; margin:0 auto; margin-top:14px;}
.applied_online dd .frombox .submit{
    width:234px; height:67px; background:#c10e0e; border:0; cursor:pointer; color:#fff; margin:0 4px; font-size:16px;
}
.applied_online dd .frombox .reset{
    width:232px; height:67px; background:#c37527; border:0; cursor:pointer; color:#fff; margin:0 4px; font-size:16px;
}


/*职位申请*/
.jobs_apply .apply_box .form_group_tit { flex:0 0 100%; width:100%; height:50px; line-height:50px; font-size:18px; text-indent:10px; border-bottom:1px solid #a6a6a6; margin-bottom:12px;}
.jobs_apply .apply_box .applyform { margin:0px 43px; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.jobs_apply .apply_box .applyform .input { width:49%; flex:0 0 49%; height:46px; line-height:46px; border:0px solid #dadada; margin-top:13px; background-color:#eeeeee; background-position: 98% center; background-repeat:no-repeat; text-indent:20px; font-size:14px; color:#000; position:relative; color:#848484;}
.jobs_apply .apply_box .applyform .inputbox { width:49%; flex:0 0 49%; height:46px; line-height:46px; margin-top:13px; background-color:#eeeeee; font-size:14px; position:relative; color:#848484; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between;}
.applyform .input_label { margin-left:20px; height:auto; overflow:hidden;}
.applyform .input_radio { display:inline-block; margin-right:20px; height:auto; overflow:hidden;}
.applyform .input_radio a { display:inline-block; color:#848484; margin-left:10px;}
.applyform .input_radio a:before { content:''; width:14px; height:14px; background:#9e9e9e; border-radius:50%; display:inline-block; position:relative; top:2px; margin-right:10px;}
.applyform .input_radio a.sel:before { background:#ce0615;}
.jobs_apply .apply_box .applyform .input:focus { background-color:#cccccc;}
.jobs_apply .apply_box .applyform .input.not_null { background-image:url(../images/icon_not_null.png);}
.jobs_apply .apply_box .applyform .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #848484; font-size:14px;
}
.jobs_apply .apply_box .applyform .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #848484; font-size:14px;
}
.jobs_apply .apply_box .applyform .input:-ms-input-placeholder{
    color: #848484; font-size:14px;
}
.jobs_apply .apply_box .applyform .input::-webkit-input-placeholder{
    color: #848484; font-size:14px;
}
.jobs_apply .apply_box .applyform .textarea { width:97%; flex:0 0 97%; height:auto; height:130px; line-height:28px; padding:1.5% 1.5%; border:0px solid #dadada; background:#eeeeee; margin-top:13px; font-size:14px; color:#000;}
.jobs_apply .apply_box .applyform .applyform_btn { width:100%; flex:0 0 100%; height:auto; margin:13px 0; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;}
.jobs_apply .apply_box .applyform .submit { width:49%; height:45px; line-height:45px; background:#ce0615; color:#fff; font-size:14px; border:0; border-radius:0; cursor:pointer;}
.jobs_apply .apply_box .applyform .reset { width:49%; height:45px; line-height:45px; background:#009944; color:#fff; font-size:14px; border:0; border-radius:0; cursor:pointer;}
.jobs_apply .apply_box .applyform .authcode { margin-top:2%; width:155px; flex:0 0 155px;}
.jobs_apply .apply_box .applyform .yzm {cursor:pointer; border:1px solid #eee; margin-top:2%;}
.jobs_apply .apply_box .applyform .yzm_ref { line-height:45px; margin-top:2%;}

/*产品展示*/
.productbox_bg { height:auto; overflow:hidden; padding-bottom:0px; background:#fff;}
.productbox { max-width:1440px; min-width:300px; height:auto; overflow:visible; margin:0 auto; margin-top:60px; position:relative;}
.productbox dt { width:100%; height:auto; overflow:hidden; position:relative; padding-bottom:44px;}
.productbox dt .icon { float:left; font-size:70px; line-height:80px; color:#0436ba;}
.productbox dt .title { width:100%; height:auto; overflow:hidden; position:relative; text-align:center;}
.productbox dt .tit { font-size:36px; line-height:72px; color:#a1603f; margin-top:-155px;}
.productbox dt .tit:after { content:'—'; display:block; text-align:center;}
.productbox dt .tit1 { font-size:14px; line-height:144px; text-transform:uppercase; color:#c6c6c6; font-weight:100;}
.productbox dt .more { width:118px; height:56px; line-height:56px; display:block; overflow:hidden; font-size:18px; margin-top:0px; color:#b21a15; float:right; z-index:1; text-align:center; position:relative;}
.productbox dt .tabs_box { border:1px solid #b6b6b6; height:56px; overflow:hidden; margin-top:20px;}
.productbox dt .tabs { width:100%; height:129px; font-size:0; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-around; align-items:center;}
.productbox dt .tabs a { width:132px; height:129px; font-size:24px; color:#4d4d4d; background:#f4f4f4; background:url(../images/product_tabs_li_bg0.png) center center no-repeat; display:inline-block; position:relative; text-align:center; display:flex; display:-webkit-flex; flex-flow:column nowrap; justify-content:center; align-items:center;}
.productbox dt .tabs a .icon { width:42px; height:42px; line-height:42px; margin:0 auto; font-size:40px; color:#a1603f;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.productbox dt .tabs a:nth-child(1) .icon { font-size:35px;}
.productbox dt .tabs a:nth-child(2) .icon,
.productbox dt .tabs a:nth-child(4) .icon,
.productbox dt .tabs a:nth-child(5) .icon { font-size:50px;}
.productbox dt .tabs a .tit2 { font-size:20px; line-height:40px; color:#606060; text-align:center;}
.productbox dt .tabs a.first:before { display:none;}
.productbox dt .tabs a:before { content:''; display:block; width:0; height:20px; position:absolute; margin:0; left:-1px; top:50%;}
.productbox dt .tabs a:after { /*content:''; width:0px; height:0px; position:absolute; right:100%; top:50%; margin-top:-8px;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 14px solid #b60909;
border-right: 0px solid transparent;
filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;*/
}
.productbox dt .tabs a:hover,
.productbox dt .tabs a.hover { background:url(../images/product_tabs_li_bg1.png) center center no-repeat;}
.productbox dt .tabs a:hover:after,
.productbox dt .tabs a.hover:after { right:-14px; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.productbox dt .tabs a:hover .tit2,
.productbox dt .tabs a.hover .tit2 { color:#a9020f;}
.productbox dt .tabs a:hover .icon { -webkit-animation-name: rubberBand; animation-name: rubberBand;}

.productbox dt .title { display:inline-block;}
.productbox dt .tit2 { font-size:24px; line-height:30px;}
.productbox dt .tit3 { font-size:12px; line-height:30px; text-transform:uppercase;}
.productbox dt .line { position:relative; width:192px; height:1px; margin:0 22px; background:#bdbdbd; display:inline-block; top:-5px;}
.productbox dt .des { color:#1a4791; font-size:16px; line-height:27px;}
.productbox dd { width:100%; height:auto; overflow:visible; margin-top:0px; position:relative;}
.productbox dd:after { content:''; position:absolute; top:0; left:-30%; right:-30%; bottom:135px; background:url(../images/productbox_bg.jpg) top center no-repeat; z-index:0;}

.product_pic_box { padding-right:219px; height:auto; overflow:hidden;}
.product_pic { float:left; width:100%; height:auto; overflow:hidden;}
.product_thumb_list { width:151px; height:auto; overflow:hidden; margin:0 -219px 0 0; float:right;}
.product_thumb_list li { width:100%; height:auto; overflow:hidden; margin-bottom:13px;}
.product_thumb_list li a { display:block; position:relative;}
.product_thumb_list li a:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; border:0px solid #ca1111;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);

}
.product_thumb_list li a:hover:after { display:block; border:3px solid #ca1111;}
.product_thumb_list li img { display:block;}
.product_brief { width:100%; height:auto; overflow:visible;}
.product_brief .tit { font-size:24px; font-weight:bold; line-height:50px; color:#122e96; margin-top:10px;}
.product_brief .des { line-height:30px; color:#545454; margin-top:20px;}
.product_brief .more { font-size:16px; line-height:30px; color:#122e96; position:relative; padding-right:70px; margin-top:30px; display:inline-block; margin-bottom:20px;}
.product_brief .more:before { content:'read more'; display:block; font-size:12px; line-height:20px; text-transform:uppercase; position:absolute; left:0; top:30px;}
.product_brief .more:after { content:''; width:49px; height:49px; border-radius:50%; background:url(../images/icon_next_1.png); background-size:100% 100%; position:absolute; right:0; top:0;}


.productbox dd .topbox { height:70px; overflow:hidden; padding-left:486px; border-bottom:1px solid #ececec;}
.productbox dd .searchbox { width:432px; height:30px; overflow:hidden; border:1px solid #d2d2d2; border-radius:3px; margin:22px 0 0 -452px; float:left; position:relative;}
.productbox dd .searchbox .keys { width:386px; height:28px; line-height:28px; border:0; color:#000; position:absolute; left:1px; top:1px; text-indent:5px;}
.productbox dd .searchbox .submit { width:44px; height:30px; border:0; position:absolute; right:1px; top:1px; cursor:pointer; background:url(../images/search_icon.png) center center no-repeat;}
.productbox dd .keys:-ms-input-placeholder{
    color: #afafaf;opacity:0.5; font-size:14px;
}
.productbox dd .searchbox .keys::-webkit-input-placeholder{
    color: #afafaf;opacity:0.5; font-size:14px;
}
.productbox dd .product_scroll_list { width:100%; position:relative; height:auto; overflow:hidden;}
.productbox dd .product_scroll_list .swiper-container { position:relative; z-index:10; height:auto; margin-right:160px;}
.productbox dd .product_scroll_list1 { position:relative; height:auto; overflow:visible; z-index:1;}
.productbox dd .product_scroll_list1 .product_prev,
.productbox dd .product_scroll_list1 .product_next { display:block; width:66px; height:66px; line-height:62px; font-size:36px; background:#fff; color:#a1603f; text-align:center; font-weight:100; position:absolute; left:-100px; top:50%; margin-top:-33px; border-radius:50%; -moz-box-shadow:0px 0px 15px #ccc; -webkit-box-shadow:0px 0px 15px #ccc; box-shadow:0px 0px 15px #ccc; z-index:1;}
.productbox dd .product_scroll_list1 .product_next { right:-100px; left:auto;}

.productbox .product_show { width:100%; height:auto;}
.productbox .product_show li { width:100%; height:auto; overflow:hidden;}
.productbox .product_show li .box { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center; margin:50px 0;}
.productbox .product_show li .pic { /*width:55%;*/ height:auto; overflow:hidden; text-align:center; margin-right:4%; text-align:right; border-radius:5px;}
.productbox .product_show li .pic img { max-width:100%; width:auto;}
.productbox .product_show li .brief { width:30%; height:auto; overflow:; float:left; align-self:flex-start; color:#252525; position:relative;}
.productbox .product_show li .brief .qrcode { width:200px; position:absolute; right:-50%; bottom:-50%; border-radius:50%; overflow:hidden;}
.productbox .product_show li .brief .qrcode img { display:block; width:100%;}
.productbox .product_show li .tit { font-size:48px; line-height:80px; color:#000;}
.productbox .product_show li .tit1 { color:#a1603f; font-size:30px; line-height:48px;}
.productbox .product_show li .tit1:after { content:'—'; display:block;}
.productbox .product_show li .des { width:100%; height:60px; font-size:18px; line-height:30px; overflow:hidden; color:#6a6a6a; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top:30px;}
.productbox .product_show li .more { width:146px; height:49px; line-height:49px; border:3px solid #a9020f; font-size:16px; color:#a9020f; text-align:center; display:block; margin-top:40px; border-radius:0px;}
.productbox .product_show li .more:after { content:'>'; padding-left:20px;}
.productbox .product_show li .more:hover { background:#a9020f; color:#fff;}

.productbox dd .bg_line { height:169px; position:absolute; left:-30%; bottom:30%; right:-30%; z-index:2;}
.productbox dd .bg_line:before { content:''; position:absolute; left:0; width:74.5%; top:0; height:169px; background:#fff; background:rgba(255,255,255,.70);}
.productbox dd .bg_line:after { content:''; position:absolute; right:0; width:21%; top:0; height:169px; background:#fff; background:rgba(255,255,255,.70);}

.productbox .ctrl_info_box { max-width:1440px; min-width:300px; height:169px; overflow:hidden; position:relative; margin:0 auto; z-index:5;}
.productbox .ctrl_info { width:50%; height:auto; overflow:hidden; position:relative; font-style:oblique; font-size:14px; color:#7f7f7f; margin:40px 0; float:left;}
.productbox .ctrl_info .curr { display:inline-block; font-size:60px; line-height:80px; font-weight:bold; color:#a9020f;}
.productbox .ctrl_info .total { display:inline-block; font-size:30px; line-height:40px; color:#7f7f7f;}
.productbox .ctrl_box { width:66px; height:auto; color:#f4f4f4; font-family:'微软雅黑';  float:right; margin-right:5%; float:right;}
.productbox .ctrl_box .ctrl { width:100%; height:auto; overflow:hidden;}
.productbox .ctrl_box .ctrl a { display:inline-block; width:66px; height:66px; line-height:62px; font-size:36px; float:left; background:#a1603f; color:#fff; text-align:center; font-weight:100; border-radius:50%; margin-bottom:20px;}
.productbox .ctrl_box .ctrl a:hover { background:#a9020f; color:#fff;}
.product_switch { width:100%; height:auto; overflow:visible; margin:50px 0;}
.product_switch li { width:33.333%; height:auto; overflow:hidden; float:left; border-radius:20px; -moz-box-shadow:0px 0px 20px #ccc; -webkit-box-shadow:0px 0px 20px #ccc; box-shadow:0px 0px 20px #ccc;}
.product_switch li a { display:block; background:#fff; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.product_switch li a .picbox { float:left; width:50%; height:auto; overflow:hidden;}
.product_switch li a .picbox .pic { margin:20px; height:auto; overflow:hidden; border-radius:8px; padding:10px; background:#e4e4e4;}
.product_switch li a .picbox .pic img { display:block;}
.product_switch li a .brief { float:left; width:50%; height:auto; overflow:hidden;}
.product_switch li a .brief .tit { font-size:18px; line-height:40px; color:#2c2c2c;}
.product_switch li a .brief .more { font-size:16px; line-height:40px; color:#a9020f;}
.product_switch li a:hover { background:#a9020f;}
.product_switch li a:hover .tit,
.product_switch li a:hover .more { color:#fff;}

.productbox .product_list { width:100%; height:auto; overflow:visible; /*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;*/}
.productbox .product_list li{ width:33%; float:left; height:auto; overflow:visible; position:relative; top:0; left:0; line-height:0;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}
.productbox .product_list li.ml0 { margin-left:0;}
.productbox .product_list li .margin { margin:0 37px; height:auto; overflow:hidden;}
.productbox .product_list li .brief { width:100%; height:auto; overflow:visible; position:relative; z-index:1; background:#fff;}
.productbox .product_list li .des { width:100%; height:auto; line-height:24px;overflow:hidden; color:#fff; font-size:16px;}
.productbox .product_list li .tit { width:100%; height:60px; line-height:60px; font-size:24px; color:#292929; position:relative; /* font-weight:bold;*/  /*background:rgba(0,0,0,.70); z-index:1; position:absolute; left:0; bottom:0;*/}
.productbox .product_list li .tit .icon { float:right; line-height:60px; color:#bcbcbc; font-size:30px;}
.productbox .product_list li a { display:block; position:relative; overflow:visible; border:1px solid #cccccc; /* z-index:5; width:100%; height:100%; background:url(../images/productbox_list_mask.png) center center no-repeat; background-size:100% 100%;*/}
.productbox .product_list li .pic{ display:block; overflow:hidden; position:relative;
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
}
.productbox .product_list li:hover .pic {
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
}
.productbox .product_list li .pic .tit1 { width:100%; line-height:60px; text-align:center; color:#fff; position:absolute; left:0; top:32%; z-index:2; font-size:24px; display:none;}
.productbox .product_list li .pic .more1 { width:45px; line-height:45px; height:45px; color:#fff; overflow:hidden; font-size:14px; text-align:center; border:1px solid #fff; border-radius:50%; position:absolute; left:50%; top:60%; margin-top:-22px; margin-left:-29px; z-index:2; display:none;}
.productbox .product_list li .more { width:100%; color:#b21a15; line-height:58px; height:58px; overflow:hidden; font-size:14px; text-align:left; border-top:1px solid #c5c5c5;}
.productbox .product_list li .more:after { content:'»'; display:inline-block; float:right; font-size:16px;}
.productbox .product_list li:hover a { }
.productbox .product_list li:hover .tit1,
.productbox .product_list li:hover .more1 { display:block;}
.productbox .product_list li .pic:before { content:''; border:1px solid #ff8282; position:absolute; left:0%; top:0%; bottom:0%; right:0%; z-index:2;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;
}
.productbox .product_list li .pic:after { content:''; position:absolute; left:50%; top:50%; bottom:0%; width:0%; height:0%; background:rgba(178,26,21,.97); background-size:cover; z-index:1;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
/*
background-image:-webkit-linear-gradient(  
	to top,   
	rgba(0,0,0,0.4) 0%,   
	rgba(0,0,0,0.1) 50%,
	rgba(0,0,0,0) 100%);  
background-image: linear-gradient(  
	to top,   
	rgba(0,0,0,0.4) 0%,   
	rgba(0,0,0,0.1) 50%,
	rgba(0,0,0,0) 100%);*/  
}
.productbox .product_list li:hover .pic:after { left:0; top:0; width:100%; height:100%;
/*background-image:-webkit-linear-gradient(  
	to top,   
	rgba(0,0,0,0.8) 0%,   
	rgba(0,0,0,0.1) 50%,
	rgba(0,0,0,0) 100%);  
background-image: linear-gradient(  
	to top,   
	rgba(0,0,0,0.8) 0%,   
	rgba(0,0,0,0.1) 50%,
	rgba(0,0,0,0) 100%);*/
}
.productbox .product_list li:hover .pic:before { content:''; left:5%; top:5%; bottom:5%; right:5%;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.productbox .product_list li:hover .brief { background:#b21a15;}
.productbox .product_list li:hover .tit { color:#fff;}
.productbox .product_list li:hover .tit .icon { color:#fff;}
.productbox .product_list li:hover .tit:after { }
.productbox .product_list li:hover .more { color:#fff;}

.productbox dd .product_more { width:100%; height:66px; line-height:66px; display:block; overflow:hidden; text-indent:28px; background:#0140aa; font-size:18px; margin:0 auto; margin-top:0px; color:#fff; text-transform:uppercase; position:relative; border-radius:0px; position:absolute; left:0; bottom:0;}

.processbox_bg { height:auto; overflow:hidden; background:url(../images/processbox_bg.jpg) top center no-repeat; background-size:cover; position:relative; padding-bottom:50px;}
/*生产工艺*/
.processbox { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; position:relative; margin-top:120px;}
.processbox dt { width:100%; height:auto; overflow:hidden; text-align:center; margin-top:40px;}
.processbox dt .title { float:left; height:auto; overflow:hidden; margin-left:30px;}
.processbox dt .icon { float:left; font-size:70px; line-height:80px; color:#0436ba; margin:0 0 0 -160px;}
.processbox dt .tit { font-size:30px; line-height:40px; color:#000;}
.processbox dt .tit1 { font-size:16px; line-height:20px; color:#bdbdbd;}
.processbox dt .tit1:before,
.processbox dt .tit1:after { content:'-'; margin:0 10px;}
.processbox dt .more { width:58px; height:58px; text-align:center; line-height:58px; background:#0436ba url(../images/more_app.png) center center no-repeat; border-radius:50%; display:inline-block; font-size:48px; margin:10px; color:#fff; float:right;}
.processbox dt .more:hover { background-color:#c31612;}
.processbox dd { width:100%; height:auto; overflow:hidden; position:relative; margin-top:0px; z-index:1;}
.processbox dd .process_list { width:100%; height:auto; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-around; align-items:flex-start; align-content:flex-start; }
.processbox dd .process_list a { display:block; width:22%; flex:0 0 22%; height:auto; overflow:hidden; border-radius:34px; margin-top:30px; }
.processbox dd .process_list a:nth-child(1),
.processbox dd .process_list a:nth-child(4),
.processbox dd .process_list a:nth-child(6),
.processbox dd .process_list a:nth-child(7) { margin-top:9%;}
.processbox dd .process_list a:nth-child(5) { order:8;}
.processbox dd .process_list a:nth-child(6) { order:7;}
.processbox dd .process_list a:nth-child(7) { order:6;}
.processbox dd .process_list a:nth-child(8) { order:5;}
.processbox dd .process_list .pic {}
.processbox dd .process_list .pic img { display:block;}
.processbox dd .process_list .info { background:#ffae00; height:73px; line-height:73px; font-size:24px;}
.processbox dd .process_list .tit { height:73px; line-height:73px; color:#000; margin-left:20px; float:left; margin-left:20px;}
.processbox dd .process_list .icon { float:right; color:#c10e0e; margin-right:20px; font-size:50px;}
.processbox dd .process_list a:hover .tit { color:#fff; float:left;}
.processbox dd .process_list a:hover .icon { color:#fff;}
.processbox dd .process_list a:hover .info { background:#c10e0e;}
.processbox dd .process_list .scenter { width:278px; height:246px; position:absolute; left:50%; top:52%; margin-left:-139px; margin-top:-123px;}

/*在线询价*/
.feedbackbox { height:188px; background:#014f9e; overflow:hidden; margin-top:50px; padding-left:362px; background:url(../images/feedbackbox_bg.jpg) center center no-repeat;}
.feedbackbox dt { width:362px; height:188px; float:left; color:#fff; text-align:center; margin:0 0 0 -362px;}
.feedbackbox dt .tit { font-size:24px; line-height:30px; letter-spacing:0px; margin-top:60px;}
.feedbackbox dt .tit1 { font-size:14px; line-height:20px; }
.feedbackbox dd { float:left; width:100%; height:188px;}
.feedbackbox dd .input { width:30%; height:43px; line-height:43px; background:none; border:0; font-size:16px; color:#fff; text-indent:20px; margin-top:60px; float:left; margin-right:2%; border:1px solid #fff;}
.feedbackbox dd .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1;  font-size:16px;
}
.feedbackbox dd .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1; font-size:16px;
}
.feedbackbox dd .input:-ms-input-placeholder{
    color: #fff;opacity:1; font-size:16px;
}
.feedbackbox dd .input::-webkit-input-placeholder{
    color: #fff;opacity:1; font-size:16px;
}

.feedbackbox dd .submit { width:30%; height:43px; line-height:43px; border:0; background:#fff; color:#0436ba; cursor:pointer; margin-top:60px; float:left;}
/*案列展示*/
.casebox_bg { height:auto; overflow:hidden; position:relative; margin-top:40px; padding-bottom:84px; background:url(../images/casebox_bg.jpg) top center no-repeat; background-size:cover;}
.casebox { margin:0 38px; height:auto; overflow:visible; position:relative; margin-top:92px;}
.casebox dt { width:100%; height:auto; overflow:hidden; position:relative;}
.casebox dt .icon { float:left; font-size:70px; line-height:80px; color:#0436ba;}
.casebox dt .title { float:left; height:auto; overflow:hidden; position:relative; padding-left:20px;}
.casebox dt .title:before { content:''; position:absolute; left:0; top:50%; margin-top:-27px; width:6px; height:53px; background:#d6ae10;}
.casebox dt .tit { font-size:36px; line-height:40px; color:#000000;}
.casebox dt .tit1 { font-size:16px; line-height:22px; text-transform:uppercase; color:#dddddd;}
.casebox dt .more { width:118px; height:53px; line-height:53px; display:block; overflow:hidden; font-size:16px; margin-top:10px; color:#fefefe; background:#000000; float:right; margin-top:5px; z-index:1; text-align:center; padding-right:54px; position:relative;}
.casebox dt .more:after { content:'>'; display:block; position:absolute; right:0; top:0; width:54px; height:53px; background:#d4b012; color:#000; font-size:24px;}

.casebox dt a { display:block;}
.casebox dt .des { color:#6d6d6d; font-size:14px; line-height:27px; margin-top:5px;}
.casebox dt .tabs { width:100%; height:52px; overflow:hidden; text-align:left; margin-top:33px; padding:12px 0; border:1px solid #d2d2d2; border-left:0; border-right:0; }
.casebox dt .tabs a { display:inline-block; width:222px; height:52px; line-height:52px; font-size:18px; background:#c5c5c5; text-align:center;}
.casebox dt .tabs a:hover,
.casebox dt .tabs a.hover { background:#242bb1; color:#fff;}
.casebox dd { width:100%; height:auto; overflow:visible; position:relative; margin-top:71px;}
.casebox dd .case_prev { width:60px; height:60px; line-height:60px; background:url(../images/casebox_prev_0.png) center center no-repeat; display:block; color:#808080; border-radius:50%; z-index:1; font-size:60px; position:absolute; left:-100px; top:45%; margin-top:-30px; font-weight:bold;}
.casebox dd .case_prev:hover { background:url(../images/casebox_prev_1.png) center center no-repeat;}
.casebox dd .case_next { width:60px; height:60px; line-height:60px; background:url(../images/casebox_next_0.png) center center no-repeat; display:block; color:#808080; border-radius:50%; z-index:1; font-size:60px; position:absolute; right:-100px; top:45%; margin-top:-30px; font-weight:bold;}
.casebox dd .case_next:hover { background:url(../images/casebox_next_1.png) center center no-repeat;}
.casebox dd .case_prev:hover,
.casebox dd .case_next:hover { color:#1e5696;}

.casebox .case_list { height:auto;}
.casebox .case_list li { width:33%; height:auto; overflow:hidden; position:relative;
/*-moz-transition:all 2s cubic-bezier(0,0,.2,1);
-o-transition:all 2s cubic-bezier(0,0,.2,1);
-ms-transition:all 2s cubic-bezier(0,0,.2,1);
transition:all 2s cubic-bezier(0,0,.2,1);
*/
float:left;
}
.casebox .case_list li.ml0 { margin-left:0;}
.casebox .case_list li .tit { height:73px; line-height:73px; position:relative; margin:0px 20px; /*position:absolute; left:0; bottom:0px; background:#000;  background:rgba(0,0,0,.80);*/ text-align:left; z-index:1; font-size:18px;  color:#222222;}
.casebox .case_list li .tit:after { /*content:'>'; width:47px; height:47px; font-size:16px; text-align:center; line-height:45px; position:absolute; right:0; top:50%; margin-top:-23px; border-radius:50%; color:#fff; background:#0436ba;
-moz-transition:all .2s cubic-bezier(0,0,.2,1);
-o-transition:all .2s cubic-bezier(0,0,.2,1);
-ms-transition:all .2s cubic-bezier(0,0,.2,1);
transition:all .2s cubic-bezier(0,0,.2,1);*/
}
.casebox .case_list li a { display:block; position:relative; border:1px solid #cecece;}
.casebox .case_list li .pic { width:100%; height:auto; overflow:hidden; position:relative;}
.casebox .case_list li .pic img {
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	position:relative; z-index:0; overflow:hidden;	
	}
.casebox .case_list li:hover { }
.casebox .case_list li:hover .pic img {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;}
.casebox .case_list li .icon { width:30px; height:73px; line-height:73px; font-size:30px; color:#ccc; float:right;}
.casebox .case_list li .brief { width:100%; height:auto; position:relative; overflow:hidden; background:#fff;}
.casebox .case_list li .brief .more { width:36px; height:36px; line-height:36px; text-align:left; background:#242bb1; color:#fff; text-indent:20px; border-radius:18px; font-size:0; position:absolute; right:17px; top:-13px;}
.casebox .case_list li .brief .more:after { content:'+'; width:26px; height:26px; line-height:26px; font-size:18px; color:#000; background:#fff; border-radius:50%; display:inline-block; font-weight:bold; text-align:center; text-indent:0; position:absolute; right:5px; top:5px;}
.casebox .case_list li:hover .brief { background:#d6ae10; color:#fff;}
.casebox .case_list li:hover .brief .tit {}
.casebox .case_list li:hover .brief .icon { color:#c80712;}

.insidebox_bg { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:0px; margin-bottom:110px; background:#fff; border-radius:0px; padding-bottom:10px; position:relative; z-index:1;/* padding-left:136px;*/ }
/*.insidebox { overflow:hidden;}*/
.insidebox_bg.guestbook,
.insidebox_bg.news,
.goods_info_bg.goods { margin-top:0px;}
.insidebox_bg.production_strength { margin-bottom:0;}
.news .contentbox dd { margin:0px;}
.insidebox { overflow:hidden; background:#fff;}
.leftbox { width:100%; height:auto; overflow:visible; position:relative; z-index:999; margin-top:-124px;}
.leftbox .bg { position:absolute; left:0; top:70px; filter:alpha(opacity=24); -moz-opacity:0.24; -khtml-opacity: 0.24; opacity: 0.24;}
.currpath { width:1200px; height:40px; line-height:40px; margin:0 auto; font-size:14px; color:#727171; margin-top:10px;}
.currpath a { color:#727171;}

.insidebox .currpath { width:96%; margin-left:2%; height:40px; line-height:40px; font-size:12px; color:#6f6f6f; margin-top:10px; font-weight:bold;}
.insidebox .currpath a { color:#6f6f6f;}


.goods-leftbox { background:#032b76; min-height:101px;}
.goods-guidebox { max-width:1200px; min-width:300px; height:auto; margin:0 auto; overflow:hidden;}
.goods-guidebox dt { display:none;}
.goods-guidebox dd { width:100%; height:auto; overflow:hidden;}

.goods-guidebox dd ul { width:100%; height:auto; overflow:hidden; text-align:center; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; font-size:18px;}
.goods-guidebox dd ul li { width:16.66666666666667%; flex:0 0 16.66666666666667%; height:101px; line-height:101px; background:none; margin:0; padding:0;}
.goods-guidebox dd ul li:hover { color:#fff;}
.goods-guidebox dd ul li a { color:#fff; display:block; font-weight:bold;}
.goods-guidebox dd ul li:hover a,.goods-guidebox dd ul li.hover a { background:#01379b;}

.news-leftbox { width:100%; position:relative; height:auto; overflow:hidden;}
.news-leftbox .line { position:absolute; left:0; top:61%; width:100%; height:1px; background:#e3e3e3;}
.news-guidebox { max-width:1200px; min-width:300px; height:auto; margin:0 auto; overflow:hidden;}
.news-guidebox dt { display:none;}
.news-guidebox dd { width:100%; height:auto; overflow:hidden;}

.news-guidebox dd ul { width:100%; height:auto; overflow:hidden; text-align:center; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start;}
.news-guidebox dd ul li { background:none; margin:0; padding:0;}
.news-guidebox dd ul li a { display:block; height:auto; overflow:hidden; position:relative;}
.news-guidebox dd ul li a .cn { color:#000; font-size:25px; line-height:55px; height:55px; font-weight:bold;}
.news-guidebox dd ul li a .en { color:#7d7d7d; font-size:17px; line-height:30px; height:30px; text-transform:uppercase;}
.news-guidebox dd ul li a:before { content:''; height:2px; width:0; background:#dd1e19; top:60%; left:0; position:absolute; -webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;}
.news-guidebox dd ul li:hover a:before,.news-guidebox dd ul li.hover a:before { width:100%;}


.goods-list { overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;}
.goods-list li { width:22.8%; flex:0 0 22.8%; margin:1%; float:left; height:auto; overflow:hidden; display:block; /*-webkit-box-shadow:0px 0px 5px #eee; box-shadow:0px 0px 5px #eee;*/ border:1px solid #eee;}
.goods-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block;}
.goods-list li .name{ text-align:center; height:60px; line-height:60px; text-align:center; background:#fff; font-size:16px; color:#000;}
.goods-list li:hover .name { color:#fff; background:#c10e0e;}


.goods_list { width:100%; height:auto; overflow:hidden; margin-top:40px;}
.goods_list li{ width:32.5%; float:left; margin-left:1.25%; height:auto; overflow:hidden;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}
.goods_list li:nth-child(3n-2) { margin-left:0;}
.goods_list.related,
.goods_list.related li { margin:0; overflow:visible;}
.goods_list li .margin { margin:0; height:auto; overflow:hidden;}
.goods_list li .brief { width:100%; height:auto; overflow:hidden; position:relative; background:#fff; color:#252525; z-index:1;}
.goods_list li .des { width:100%; height:90px; line-height:30px;overflow:hidden; font-size:16px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.goods_list li .tit { width:100%; height:75px; line-height:75px; font-size:18px; color:#4c4c4c; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; position:relative;}
.goods_list li .tit:after { content:'more+'; font-size:16px; text-transform:uppercase; float:right; color:#de0011; font-weight:bold;}
.goods_list li .tit .icon { float:right; line-height:60px; color:#bcbcbc; font-size:30px;}
.goods_list li a { display:block; position:relative; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:space-between; align-items:center;}
.goods_list li .pic{ display:block; overflow:hidden; position:relative;
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 300ms;
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 300ms;
}
.goods_list li:hover .pic {
	-webkit-transform: scale(1.05);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 300ms;
	-moz-transform: scale(1.05);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 300ms;
}
.goods_list li .pic img { display:block;}
.goods_list li .pic:before { content:''; background:rgba(178,26,21,.5); position:absolute; left:0%; top:0%; bottom:0%; right:0%; z-index:1;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;
}
.goods_list li .pic:after { content:''; position:absolute; left:50%; top:50%; bottom:0%; width:0%; height:0%; background:rgba(178,26,21,.97); background-size:cover; z-index:1;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}
.goods_list li:hover .pic:before {/* filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;*/}
.goods_list li:hover .brief { }
.goods_list li:hover .tit { }
.goods_list li:hover .tit:after { }
.goods_list li:hover .more { }



.pic-list { overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;}
.pic-list li { width:22.8%; flex:0 0 22.8%; margin:1%; float:left; height:auto; overflow:hidden; display:block; border:0px solid #eee;}
.pic-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block;}
.pic-list li .name{ text-align:center; height:60px; line-height:60px; text-align:center; background:#fff; font-size:16px; color:#000;}
.pic-list li:hover .name { color:#fff; background:#c10e0e;}

.video-list { overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;}
.video-list li { width:22.8%; flex:0 0 22.8%; margin:1%; float:left; height:auto; overflow:hidden; display:block; border:1px solid #eee;}
.video-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block;}
.video-list li .name{ text-align:center; height:60px; line-height:60px; text-align:center; background:#fff; font-size:16px; color:#000;}
.video-list li:hover .name { color:#fff; background:#c10e0e;}

.news-box { height:auto; overflow:hidden; padding-right:383px;}
.news-box .rightbox { width:330px; height:auto; overflow:hidden; float:right; margin:0 -383px 0 0;}
.news-box .rightbox .searchbox { width:100%; height:auto; overflow:hidden; background:#e5e5e5;}
.news-box .rightbox .searchbox .box { width:80%; height:auto; margin:30px auto; overflow:hidden;}
.news-box .rightbox .searchbox .tit { font-size:24px; color:#000; line-height:30px;}
.news-box .rightbox .searchbox .keys { width:100%; height:40px; margin-top:15px; border:0; background:#fff; line-height:40px; text-indent:10px;}
.news-box .rightbox .searchbox .submit { width:100%; height:40px; font-size:15px; margin-top:15px; border:0; background:#bb1818; color:#fff; line-height:40px; text-align:center; cursor:pointer;}
.news-box .rightbox .picnews { margin-top:30px; display:block;}
.news-box .rightbox .picnews .pic { overflow:hidden;}
.news-box .rightbox .picnews .tit { font-size:17px; line-height:28px; margin-top:10px; color:#000;}
.news-box .rightbox .picnews .des { font-size:14px; line-height:24px; color:#6e6e6e; margin-top:5px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news-box .rightbox .picnews:hover .tit{ color:#ff4208;}
.news-box .rightbox .picnews:hover .des{ margin-top:10px;}

/*新闻图片*/
.pic-news-list { width:100%; height:auto;}
.pic-news-list li { width:100%; height:auto; overflow:hidden; float:left; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.pic-news-list li .date { width:163px; height:163px; background:#f2f2f2; font-size:14px; color:#a6a6a6; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.pic-news-list li .date .d { width:100%; height:auto; overflow:hidden; text-align:center; line-height:60px; font-size:60px; font-weight:bold; color:#191919;}
.pic-news-list li .date .y-m { width:100%; height:auto; overflow:hidden; text-align:center; line-height:30px; font-size:18px; color:#7e7e7e;}
.pic-news-list li .pic { width:65%; height:auto; overflow:hidden; position:relative; float:left;}
.pic-news-list li .brief { width:33%; height:auto; overflow:hidden; float:left;}
.pic-news-list li .tit { font-size:24px; height:60px; line-height:60px; color:#191919; overflow:hidden; margin-top:30px; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.pic-news-list li .des { width:100%; height:102px; overflow:hidden; font-size:16px; line-height:34px; margin-top:10px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.pic-news-list li .more { display:block; width:163px; height:53px; line-height:53px; text-align:center; background:#c70002; color:#fff; font-size:16px; margin-top:40px;}
.pic-news-list li .more:after { content:'>'; margin-left:50px;}
.pic-news-list li .more:hover { background:#ca7929;}
.pic-news-list li .pic:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0;
-webkit-transition: all .2s ease;
-moz-transition:all .2s ease;
-o-transition:all .2s ease;
-ms-transition:all .2s ease;
transition:all .2s ease;
}
.pic-news-list li .pic img { display:block;}
.pic-news-list li:hover .pic:after { border:10px solid #cb7929;}
.pic-news-list li:hover .tit { color:#c10e0e;}
.pic-news-swiper-pagination { position:relative; height:30px; margin:40px 0; text-align:center; padding:0;}
.pic-news-swiper-pagination .swiper-pagination-bullets{ }
.pic-news-swiper-pagination .swiper-pagination-bullet { width:72px; height:2px; margin:0; padding:0; border-radius:0; font-size:0; background:#999;}
.pic-news-swiper-pagination .swiper-pagination-bullet-active { background:#b21a15;}

/*新闻列表样式*/
.news-list { width:100%; height:auto; overflow:hidden; float:left;}
.news-list li { width:100%; height:165px; overflow:hidden; position:relative; background:#fff; border-bottom:1px solid #dbdbdb;}
.news-list li .box { height:165px; padding-left:100px;}
.news-list li .date { width:100px; height:165px; margin:0 0 0 -100px; float:left; font-family:Arial;}
.news-list li .date .date-day { font-size:53px; line-height:60px; color:#828282; margin-top:30px;}
.news-list li .date .date-year-month{ font-size:14px; line-height:18px; color:#9d9d9d; }
.news-list li .pic { width:300px; height:200px; overflow:hidden; display:block; float:left; margin:0 0 0 -340px; _display:inline; -moz-box-shadow:2px 2px 5px #CCC; -webkit-box-shadow:2px 2px 5px #CCC; box-shadow:2px 2px 5px #CCC;}
.news-list li .brief { width:100%; height:auto; overflow:hidden; float:left; margin-top:30px;}
.news-list li .brief .tit { width:100%; display:block; font-size:22px; height:40px; line-height:40px; color:#323232; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.news-list li .brief .des { color:#707070; font-size:14px; line-height:23px; margin-top:5px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news-list li .brief .more { display:inline-block; width:112px; height:39px; line-height:39px; text-align:center; font-size:14px; color:#ef7626; border:1px solid #ef7626; text-transform:uppercase; position:relative; margin-top:20px;}
.news-list li .brief .more:hover { background:#ef7626; color:#fff;}
.news-list li:hover .brief .tit { color:#0e6c6b;}
.news-list li:hover .brief .des { }
.news-list li:hover .date .date-day { color:#0e6c6b;}
.news-list li:hover .date .date-year-month { color:#0e6c6b;}
.news-list li .line_bx { background:#008d39; width:0%; height:2px; position:absolute; left:0; bottom:0;}
.news-list li .line_ly { background:#008d39; width:2px; height:0%; position:absolute; left:0; bottom:0;}
.news-list li .line_tx { background:#008d39; width:0%; height:2px; position:absolute; right:0; top:0;}
.news-list li .line_ry { background:#008d39; width:2px; height:0%; position:absolute; right:0; top:0;}
.news-list li:hover .line_bx { width:100%;}
.news-list li:hover .line_ly { height:100%;}
.news-list li:hover .line_tx { width:100%;}
.news-list li:hover .line_ry { height:100%;}
/*新闻列表样式2*/
.news-list2 { width:100%; height:auto; overflow:visible; }
.news-list2 li { width:100%; height:auto; overflow:visible; position:relative;}
.news-list2 li a { display:block; height:auto; overflow:visible; position:relative; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.news-list2 li .pic { width:40%; height:auto; overflow:hidden; display:block; position:relative; float:right; z-index:2; margin:49px 0;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.news-list2 li .pic img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

.news-list2 li:hover .pic img {
	-webkit-transform: scale(1.05);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.05);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}

.news-list2 li .pic:after { content:''; position:absolute; width:100%; height:100%; left:0; border:0; /*background:url(../images/news_pic_mask.png) 0 0 no-repeat; background-size:auto 100%;*/ background:rgba(0,0,0,0);
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}

.news-list2 li a:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; background:#fff; z-index:1;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.news-list2 li .brief { width:55%; height:auto; overflow:hidden; position:relative; z-index:2; border-top:0px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; float:left;}
.news-list2 li:hover .pic:after { left:0; /*background:rgba(0,0,0,0.3); */}
.news-list2 li .margin { margin:30px 30px; height:auto; overflow:hidden; position:relative;}
.news-list2 li .title { height:auto; overflow:hidden; padding-right:100px;}
.news-list2 li .date { width:70px; height:auto; overflow:hidden; color:#2a2a2a; float:right; margin:0px -100px 0 0; text-align:center; z-index:1;}
.news-list2 li .date .d { font-size:45px; line-height:50px; font-weight:bold; color:#b60909;}
.news-list2 li .date .y-m { display:inline-block; font-size:14px; line-height:20px;}
.news-list2 li .sort { width:100%; font-size:16px; color:#838383; line-height:30px;}
.news-list2 li .time { float:left; font-size:24px; color:#b21a15; margin-right:30px;}
.news-list2 li .tit { width:100%; line-height:30px; height:30px; overflow: hidden; color:#000000; font-size:20px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph; margin-top:10px;}
.news-list2 li .des { width:100%; position:relative; height:60px; overflow:hidden; line-height:30px; margin-top:10px; margin-bottom:30px; font-size:16px; color:#6a6a6a; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.news-list2 li .more { width:124px; height:42px; line-height:42px; background:#b21a15; color:#fff; overflow:hidden; text-align:center; border-radius:8px;}
.news-list2 li .more:after { content:'>'; margin-left:20px;}
.news-list2 li .icon { color:#909090; font-size:22px; margin:50px; height:55px; line-height:55px; margin-top:50px; margin-bottom:80px; display:none;}
.news-list2 li:hover .brief { }
.news-list2 li:hover a {}
.news-list2 li:hover a:after { left:-186px; right:-211px; background:#f3f3f3;}

/*新闻列表样式3*/
.news-list3 { width:100%; height:auto; overflow:visible; }
.news-list3 li { width:48.5%; height:auto; overflow:hidden; margin:1.5% 0; position:relative; float:left;}
.news-list3 li:nth-child(2n) { float:right;}
.news-list3 li a { display:block; height:auto; overflow:hidden; position:relative; background:#f1f1f1;}
.news-list3 li .margin { margin:30px 50px; height:auto; overflow:hidden;}
.news-list3 li .date { width:100%; height:auto; overflow:hidden; z-index:1;}
.news-list3 li .date .y { display:inline-block; font-size:16px; line-height:30px; color:#757575;}
.news-list3 li .date .m-d { font-size:24px; line-height:30px; color:#191919; font-weight:bold;}
.news-list3 li .brief { height:auto; overflow:hidden; position:relative; margin-top:20px;}
.news-list3 li .tit { width:100%; height:30px; line-height:30px; overflow: hidden; color:#000000; font-size:18px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.news-list3 li .des { width:100%; position:relative; height:60px; overflow:hidden; line-height:30px; margin-top:10px; font-size:16px; color:#757575; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.news-list3 li .more { width:124px; height:42px; line-height:42px; background:#b21a15; color:#fff; overflow:hidden; text-align:center; border-radius:8px;}
.news-list3 li .more:after { content:'>'; margin-left:20px;}
.news-list3 li .icon { color:#909090; font-size:22px; margin:50px; height:55px; line-height:55px; margin-top:50px; margin-bottom:80px; display:none;}
.news-list3 li:hover .brief { }
.news-list3 li:hover a { background:#a9020f; color:#fff;}
.news-list3 li:hover .date { }
.news-list3 li:hover .date .m-d,
.news-list3 li:hover .date .y { color:#d3d3d3; }
.news-list3 li:hover .tit { color:#fff;}
.news-list3 li:hover .des { color:#dbdbdb;}

/*新闻列表样式4*/
.pic-news-list-scroll { border-bottom:1px solid #e6e6e6;}
.news-list4 { width:100%; height:auto; overflow:visible; margin-top:30px;}
.news-list4 li { width:33.333333%; height:auto; overflow:hidden; margin:1.5% 0; position:relative; float:left; padding-bottom:40px;}
.news-list4 li { border-bottom:1px solid #e6e6e6;}
.news-list4 li:nth-child(2n) { float:right;}
.news-list4 li a { display:block; height:auto; overflow:hidden; position:relative; background:#fff; border:1px solid #cfcfcf; border-top:0; border-bottom:0; position:relative;}
.news-list4 li .margin { height:auto; overflow:hidden; margin:30px 30px;}
.news-list4 li .date { width:100%; height:auto; overflow:hidden; z-index:1;}
.news-list4 li .date .y { display:inline-block; font-size:16px; line-height:30px; color:#757575;}
.news-list4 li .date .m-d { font-size:24px; line-height:30px; color:#191919; font-weight:bold;}
.news-list4 li .brief { width:100%; height:auto; overflow:hidden; position:relative; margin-top:20px;}
.news-list4 li .tit { width:100%; height:30px; line-height:30px; overflow: hidden; color:#000000; font-size:18px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.news-list4 li .des { width:100%; position:relative; height:60px; overflow:hidden; line-height:30px; margin-top:10px; font-size:16px; color:#757575; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.news-list4 li .pic { height:auto; overflow:hidden; margin-top:20px; border:1px solid #eee;}
.news-list4 li .pic img { display:block;}
.news-list4 li .more { width:59px; height:59px; line-height:55px;background:#fff url(../images/icon_curr_right_top.png) center center no-repeat; overflow:hidden; color:#fff; text-align:center; border-radius:50%; margin:40px 0;}
.news-list4 li .more:after { content:''; font-size:31px;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.news-list4 li .icon { color:#909090; font-size:22px; margin:50px; height:55px; line-height:55px; margin-top:50px; margin-bottom:80px; display:none;}
.news-list4 li:hover .brief { }
.news-list4 li:hover a { box-shadow: 0px 0px 15px rgba(0,0,0,0.6);}
.news-list4 li a:after { content:''; width:0%; height:4px; background:#fff; position:absolute; left:0; bottom:0;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.news-list4 li:hover .date { }
.news-list4 li:hover .date .m-d { color:#c70002; }
.news-list4 li:hover .tit { color:#c70002;}
.news-list4 li:hover .des { color:#dbdbdb;}
.news-list4 li:hover a:after { background:#a9020f; width:100%; }
.news-list4 li:hover .more { background:#c70002;}
.news-list4 li:hover .more:after { content:'>';}

/*新闻列表样式1*/
.news-list1 { width:100%; height:auto; overflow:hidden; font-size:16px;}
.news-list1 li { width:100%; line-height:50px; height:50px; border-bottom:1px dotted #999; position:relative; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; background:url(../images/news_list_icon.gif) 0 center no-repeat;}
.news-list1 li .date { float:right;}
.news-list1 li .tit { margin-left:20px;}
.news-list1 li:hover { border-bottom:1px solid #999; }
.news-list1 li:after { content:''; position:absolute; left:0; bottom:-1px; width:0; height:1px; background:#0e6c6b;-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;}
.news-list1 li:hover:after { width:100%;}

.jobs-list { width:100%; height:auto; overflow:hidden; float:left;}
.jobs-list li { width:100%; height:60px; overflow:hidden; position:relative; background:#fff; border-bottom:1px dashed #dbdbdb;}
.jobs-list li .date { float:right; line-height:60px; font-family:Arial;}
.jobs-list li .tit { width:100%; font-size:16px; height:60px; line-height:60px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.jobs-list li .des { color:#707070; font-size:14px; line-height:23px; margin-top:5px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.jobs-list li:hover .tit { color:#ff4208;}
.jobs-list li:hover .des { color:#ff4208;}
.jobs-list li:hover .date { color:#ff4208;}

.upresume { border:1px solid #ccc; background:#eee; padding:10px; border-radius:5px;}
.upresume:hover { border:1px solid #f00; background:#f00; color:#fff;}

.detail { width:100%; height:auto; overflow:hidden; margin:0 auto;}
.detail .tit { font-size:24px; line-height:40px; margin:10px 0; font-weight:normal; text-align:center; color:#000000;}
.detail .des { line-height:44px; color:#8f8f8f; text-align:center; /* border-top:1px solid #ccc;*/ margin-top:10px; font-size:14px; position:relative;}
.detail .des:after { content:''; width:170px; height:1px; background:#8f8f8f; position:absolute; left:50%; margin-left:-85px; bottom:0;}
.detail .pic { text-align:center;}
.detail .pic img { max-width:100%; width:auto;}
.detail .con { padding:0px; line-height:2; text-align:justify;/* text-justify:distribute-all-lines;*/ text-justify:inter-ideograph; margin-top:20px;}
.detail .con p { font-size:14px; color:#4a4a4a; line-height:3;}
.detail .con p img { max-width:100%; width:auto;}
.detail .date { color:#8f8f8f; font-size:14px; line-height:50px; text-align:center;}
/*上一条下一条*/
.detail .prev_next { height:130px; font-size:14px; margin:0; padding:0px; margin-top:45px; background:#f6f6f6;}
.detail .prev_next a { width:50%; color:#0371be; display:block; position:relative; float:left; font-size:36px; line-height:125px; font-weight:100;}
.detail .prev_next a.prev:before { content:'〈'; width:60px; height:130px; display:block; float:left; margin-right:20px;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.detail .prev_next a.next:before { content:'〉'; width:60px; height:130px; display:block; float:right; margin-left:20px;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.detail .prev_next a:hover { color:#b73430;}
.detail .prev_next a.prev { float:left; text-align:left;}
.detail .prev_next a.next { float:right; text-align:right;}
.detail .prev_next .prev_label,
.detail .prev_next .next_label { color:#4a4a4a; font-size:16px; line-height:38px; margin-top:3.5%;}
.detail .prev_next .prev_tit,
.detail .prev_next .next_tit { color:#222222; font-size:18px; line-height:38px;}
.detail .prev_next a:hover:before { background-color:#eee;}
.detail .label { margin:10px 0; font-size:16px; font-weight:bold; color:#666;}
/*相关标签*/
.detail .tag a { display:inline-block; color:#f00; border-bottom:1px dashed #f00; margin:0 3px;}
/*相关新闻列表*/
.detail .news-related-list { width:100%; height:auto; overflow:hidden;}
.detail .news-related-list li { height:30px; border-bottom:1px dashed #ccc; line-height:30px; text-indent:20px; position:relative;}
.detail .news-related-list li:before { content:''; width:6px; height:6px; position:absolute; left:5px; top:50%; margin-top:-3px; background:#999; border-radius:50%;}
.detail .news-related-list li span { float:right;}
/*相关图片列表*/
.detail .news-related-pic { width:100%; height:auto; overflow:hidden;}
.detail .news-related-pic  li { width:120px; height:110px; float:left; margin-right:10px; position:relative;}
.detail .news-related-pic  li .picture { width:120px; height:80px;}
.detail .news-related-pic  li .title { height:20px; line-height:30px; text-align:center; width:100%; font-size:12px;}

.ny_topbox { max-width:1200px; min-width:300px; height:auto; margin:0 auto; overflow:hidden; color:#000; text-align:center;}
.ny_topbox .title { display:inline-block; margin-top:30px;}
.ny_topbox .tit { font-size:34px; line-height:60px; font-weight:bold;}
.ny_topbox .line { display:inline-block; width:3px; height:16px; overflow:hidden; background:#000; margin:0 20px;}
.ny_topbox .tit1 { font-size:34px; font-family:Arial; text-transform:uppercase; font-weight:normal; margin-left:10px;}
.ny_topbox .des { margin:16px auto;}

/*内页导航*/
.guidebox { height:auto; overflow:visible; position:relative; margin-top:0px;}
.guidebox dt {  max-width:1440px; min-width:300px; height:auto; overflow:hidden; position:relative; margin:0 auto;}
.guidebox dt .title { width:217px; height:217px; background:#a9020f; overflow:hidden; position:relative; float:left;}
.guidebox dt .title:after { content:''; width:1px; height:96px; background:#fff; position:absolute; left:40px; bottom:0;}
.guidebox dt .tit { color:#fff; font-size:30px; line-height:40px; margin-top:40px; position:relative; z-index:1; margin-left:30px;}
.guidebox dt .tit1 { color:#fff; line-height:30px; text-transform:uppercase; font-size:12px; letter-spacing:0px; text-transform:uppercase; margin-left:30px;}
.guidebox dt .line { display:inline-block; width:56px; height:3px; background:#d9d9d9; z-index:-1; position:relative; top:-10px; margin:0 20px;}
.guidebox dt .location { color:#808080; line-height:30px; position:absolute; right:0; bottom:0; font-size:16px; padding-left:30px; background:url(../images/icon_home.png) 0 center no-repeat;}
.guidebox dt .location a { color:#808080;}
.guidebox dd { width:100%; height:100px; overflow:visible; position:relative; margin-top:20px;}
.guidebox dd:after { content:''; position:absolute; left:0; bottom:0; width:100%; height:1px; background:#efefef;}
.guidebox dd ul { max-width:1440px; min-width:300px; height:auto; overflow:visible; font-size:0; position:relative; margin:0 auto; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;}
.guidebox dd ul li { width:14%; height:100px; font-size:24px; float:left; margin-left:0.28571428571429%; position:relative; z-index:1;}
.guidebox dd ul li a { color:#6c6b6b; display:block; height:100px; line-height:100px; position:relative; overflow:hidden; padding:0px; text-align:center;}
.guidebox dd ul li a span { font-size:14px; margin-left:10px;}
.guidebox dd ul li:before { content:'';  position:absolute; left:50%; bottom:-3px; height:7px; width:0; margin-left:0px;  z-index:1; background:#a9020f; /*border-left:1px solid #bababa; border-right:1px solid #dbdbdb;*/ /*transform:skew(-30deg); border-radius:5px;*//*设置倾斜度为-30*/
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.guidebox dd .contact_us { text-align:left; background:#fff; margin:10px; padding:10px;}
.guidebox dd .contact_us .title { font-size:23px; font-weight:bold; color:#d00000; margin:10px 0;}
.guidebox dd .contact_us .info { color:#060606; font-size:14px; line-height:24px;}
.guidebox dd ul li:hover:before,
.guidebox dd ul li.hover:before { width:100px; margin-left:-50px; /*background:#006ccc;*/}
.guidebox dd ul li:hover a,
.guidebox dd ul li.hover a {  color:#a9020f;}
.guidebox dd ul li:hover a+.subnav{display:block;}
.guidebox dd ul li .subnav { width:100%; height:auto; font-size:16px; margin-top:0; position:absolute; top:69px; left:-30px; display:none; padding-bottom:10px; overflow:hidden; color:#079a94; background:#fff; text-align:center; border:1px solid #f0f0f0; border-top:0; z-index:1;}
.guidebox dd ul li .subnav a { display:block; width:100%; line-height:50px; height:50px; text-align:center; color:#000; padding:0;}
.guidebox dd ul li .subnav a:after { display:none;}
.guidebox dd ul li .subnav a:before { top:0; display:block;} 
.guidebox dd ul li .subnav a:nth-child(1):before { background:none;}
.guidebox dd ul li .subnav a:hover,
.guidebox dd ul li .subnav a.hover { color:#fff; background:#c10e0e;}

/*左则导航搜索框*/
.leftbox .searchbox { width:100%; height:auto; overflow:hidden;}
.leftbox .searchbox .box { width:241px; height:52px; background:#ececec; overflow:hidden; border-radius:8px;}
.leftbox .searchbox .keys { width:168px; height:35px; line-height:35px; float:left; margin-top:8px; margin-left:20px; background:none; border:0;}
.leftbox .searchbox .submit { width:53px; height:35px; line-height:35px; margin-top:8px; text-align:center; border:0; cursor:pointer; background:url(../images/icon_search0.png) center center no-repeat;}

.leftbox .contact { width:100%; height:auto; overflow:hidden; margin-bottom:120px;}
.leftbox .contact dt { width:100%; height:60px; overflow:hidden; position:relative; background:#fff url(../images/guidebox_title_line.gif) bottom center no-repeat;}
.leftbox .contact dt .tit { color:#030303; font-size:18px; line-height:60px; position:relative; z-index:2;}
.leftbox .contact dt .tit1 { color:#fff; line-height:20px; font-family:Arial; text-transform:uppercase; font-size:20px; letter-spacing:0px; margin-top:20px; text-transform:uppercase; font-weight:bold;}
.leftbox .contact dd { width:100%; height:auto; overflow:hidden;}
.leftbox .contact dd .telbox { height:auto; line-height:36px; border:1px solid #dcdcdc; color:#000; font-weight:bold; border-radius:8px; text-align:center; margin-top:40px; padding:10px 0;}
.leftbox .contact dd .lab { color:#000; font-size:14px; font-weight:bold;}
.leftbox .contact dd .lab:before { content:'◆'; position:relative; margin-right:10px;}
.leftbox .contact dd .tel { color:#0445b0; font-size:18px; font-weight:bold;}

/*详细内容显示*/
.contentbox { width:100%; height:auto; float:left; overflow:hidden; background:#fff; margin-top:10px; margin-bottom:94px;}
.contentbox dt { height:50px; line-height:50px; overflow:hidden; margin-left:80px; margin-top:20px; position:relative; border-bottom:1px solid #cccccc; display:none;}
.contentbox dt .location { float:right; color:#6a6a6a; font-size:16px; line-height:50px; font-weight:normal; }
.contentbox dt .location a { color:#6a6a6a;}
.contentbox dt .location a:hover { color:#6a6a6a;}
.contentbox dt .slogan { display:none;}
.contentbox dt .tit { font-size:18px; position:relative; display:block; float:left; color:#d60d0d;}
.contentbox dt .tit .line{ background:#05adb8; width:100%; height:2px; position:absolute; bottom:0; left:0;}
.contentbox dd { margin-top:20px; min-height:550px; height:auto; overflow:hidden;}
.contentbox dd #content { font-size:16px; line-height:2;}
.contentbox dd .empty { font-size:40px; color:#ccc; line-height:100px; text-align:center;}
/*联系我们*/
.contactbox_bg { height:auto; overflow:hidden; background:url(../images/contactbox_bg.jpg) top center no-repeat; padding-bottom:0px; }
.contactbox { max-width:1440px; min-width:300px; height:auto; overflow:; margin:0 auto; margin-top:0px; position:relative;}
.contactbox dt { width:100%; height:auto; overflow:hidden; position:relative; margin-top:40px; text-align:center;}
.contactbox dt .title { float:left; height:auto; overflow:hidden; position:relative; text-align:left; margin-top:14px; z-index:1;}
.contactbox dt .title .tit { font-size:36px; line-height:72px; color:#a1603f; margin-top:-155px;}
.contactbox dt .title .tit:after { content:'—'; display:block; text-align:left;}
.contactbox dt .title .tit1 { font-size:14px; line-height:144px; text-transform:uppercase; color:#c6c6c6; font-weight:100;}
.contactbox dt .more { width:118px; height:56px; line-height:56px; display:block; overflow:hidden; font-size:18px; margin-top:0px; color:#b21a15; float:right; z-index:1; text-align:center; position:relative;}

.contactbox dd { width:100%; height:700px; position:relative;}
.contactbox dd .location_map { overflow:hidden; left:-16.6%; top:0; bottom:0; right:510px; position:absolute; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start;}
.contactbox dd .location_map #allmap { width:100%; height:auto; overflow:hidden; position; z-index:1;}
.contactbox dd .location_map #allmap .anchorBL{ display:none;}

.contactbox dd .feedback { width:510px; height:833px; overflow:hidden; background:#fff; float:right; margin-top:-133px;}
.contactbox dd .feedback .formbox { margin:40px 50px; height:auto; overflow:hidden;}
.contactbox dd .feedback .tit { height:133px; line-height:133px; background:#a9020f; font-size:30px; color:#fff; text-align:right; padding:0 50px; position:relative;}
.contactbox dd .feedback .tit:before { content:''; height:1px; background:#c65861; position:absolute; left:50px; right:210px; top:50%;}
.contactbox dd .feedback .tit:after { content:'>'; float:right;}
.contactbox dd .feedback .input { width:100%; height:77px; line-height:77px; background:#f0f0f0; color:#000; margin-top:14px; border:0; text-indent:20px; font-size:18px;}
.contactbox dd .feedback .textarea { width:90%; height:140px; line-height:20px; background:#f0f0f0; color:#000; padding:5%; border:0; margin-top:18px; font-size:18px;}
.contactbox dd .feedback .input:-moz-placeholder,
.contactbox dd .feedback .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #474747; opacity:1;  font-size:18px;
}
.contactbox dd .feedback .input::-moz-placeholder,
.contactbox dd .feedback .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #474747;opacity:1; font-size:18px;
}
.contactbox dd .feedback .input:-ms-input-placeholder,
.contactbox dd .feedback .textarea:-ms-input-placeholder {
    color: #474747;opacity:1; font-size:18px;
}
.contactbox dd .feedback .input::-webkit-input-placeholder,
.contactbox dd .feedback .textarea::-webkit-input-placeholder{
    color: #474747;opacity:1; font-size:18px;
}

.contactbox dd .feedback .feedback_btn { display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between;}
.contactbox dd .feedback .submit{
    width:48.5%; height:77px; background:#a9020f; border:0; cursor:pointer; color:#fff; margin-top:18px; font-size:18px;
}
.contactbox dd .feedback .reset{
    width:48.5%; height:77px; background:#a1603f; border:0; cursor:pointer; color:#fff; margin-top:18px; font-size:18px;
}
.contactbox dd .location_guide { width:50%; height:621px; float:left; position:relative; background:url(../images/map_pic.jpg) center center no-repeat; background-size:cover;}
.contactbox dd .location_guide .map { width:100%; height:100%; overflow:hidden;}
.contactbox dd .location_guide .tit { display:block; width:100%; height:90px; background:#b21a15; overflow:hidden; line-height:90px; font-size:18px; position:relative; z-index:1; color:#fff; position:absolute; left:0; bottom:0;}
.contactbox dd .location_guide .tit p { margin:0 20px; text-align:right; position:relative; height:90px;}
.contactbox dd .location_guide .tit p:before { content:''; height:1px; background:#fff; position:absolute; left:0; right:40%; top:50%;}
.contactbox dd .location_guide .tit p:after { content:'>'; margin-left:20px;}
.contactbox dd .contact_more { display:block; width:128px; height:38px; line-height:38px; text-align:center; border:1px solid #fff; color:#fff; font-size:18px; border-radius:19px; margin-top:20px;}
.contactbox dd .contact_more:hover { background:#0c1d60; color:#fff; border:1px solid #0c1d60;}
/*友情链接*/
.friendlinks_bg { background:#f2f2f2; height:auto; overflow:hidden;}
.friendlinks { height:auto; overflow:hidden; padding-left:115px; background:#f1f1f1; border:1px solid #e6e6e6;}
.friendlinks dt{ width:115px; height:48px; line-height:48px; margin:0 0 0 -115px; _display:inline; overflow:hidden; position:relative; float:left; text-align:center;}
.friendlinks dt .tit { color:#000; font-size:16px; font-weight:bold;}
.friendlinks dt .line { position:absolute; width:88px; height:3px; bottom:0; left:0; background:#de0a0a;}
.friendlinks dt .more { font-size:12px; color:#000; float:right; margin-right:20px; margin-top:23px; width:66px; height:31px; line-height:31px; background:url(../images/newsbox_more.png) no-repeat; text-align:center;}
.friendlinks dd { width:100%; height:auto; overflow:hidden; font-size:0; float:right;}
.friendlinks dd .linklist { width:100%; line-height:48px; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; color:#423e00;}
.friendlinks dd a { display:inline-block; font-size:15px; line-height:48px; padding:0 10px; margin:0 10px; text-align:center; color:#000; position:relative;}
.friendlinks dd a:before { /*content:''; position:absolute; left:0; bottom:-4px; width:100%; height:4px; background:#ef0924;*/
-webkit-transition: all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease;
}
.friendlinks dd a:hover { color:#ef0924;}
.friendlinks dd a:hover:before { width:100%; bottom:-4px;} 
.go-top { display:block; width:83px; height:82px; text-align:center; line-height:82px; margin:0 auto; position:relative; top:49px; margin-top:-83px; background:#000000; color:#fff; font-size:36px;}
.go-top:hover { color:#d3af14;}
.footer_bg { height:auto; overflow:hidden; background:#15120f url(../images/footer_bg.jpg) top center no-repeat; position:relative;}
.footerbox { max-width:1440px; min-width:300px; margin:0 auto; height:auto; overflow:visible; }

.footer { overflow:visible; color:#4d4d4d; position:relative; height:auto; overflow:hidden; z-index:999;}
.footer a { color:#4d4d4d;}
.footer_bg .infobox_bg { height:auto; overflow:; position:relative; border-top:1px solid #2c2c2c; border-bottom:1px solid #2c2c2c; margin-top:20px;}
.footer_bg .infobox { max-width:1440px; min-width:300px; height:auto; overflow:hidden; position:relative; margin:30px auto;}
.footer_bg .qrcode_pic { width:198px; height:198px; overflow:; background:#d6d6d6; position:absolute; top:-200px; right:22.5%; z-index:999; display:none;}
.footer_bg .qrcode_pic .pic { width:174px; height:174px; margin:12px; height:auto; overflow:hidden;}
.footer_bg .qrcode_pic img { display:block;}
.footer_bg .qrcode_pic:after { content:''; width:0; height:0; position:absolute; left:50%; bottom:-22px; margin-left:-9px;
	border-top: 15px solid #d6d6d6;
	border-bottom: 7px solid transparent;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}
.footer .infobox .nav_link { display:none;}
.footer .navbox { width:100%; height:auto; overflow:hidden; margin:20px 0;}
.footer .navbox .nav { width:11.11111111111111%; line-height:36px; font-size:16px; height:auto; overflow:; float:left; text-align:center;}
.footer .navbox .nav .tit { width:100%; height:60px; line-height:60px; font-size:20px; color:#eaeaea; margin-top:20px; font-weight:100; position:relative;}
.footer .navbox .nav .tit:after { content:''; position:absolute; left:-2px; top:50%; background:#262626; width:2px; height:22px; margin-top:-11px;}
.footer .navbox .nav .list { height:auto; overflow:hidden; margin-top:20px;}
.footer .navbox .nav a { color:#919191; display:block; line-height:36px; font-size:16px;}
.footer .navbox .nav a:hover { color:#c80202;}


.footer .searchbox { width:100%; height:42px; overflow:hidden; background:#ccddee; position:relative; margin-top:15px;}
.footer .searchbox .keys { width:363px; height:42px; line-height:42px; background:#fff; line-height:42px; border:0; position:absolute; left:0; top:0; text-indent:10px;}
.footer .searchbox .submit { width:56px; height:42px; background:url(../images/search_submit.png) no-repeat; position:absolute; right:0; top:0; border:0; cursor:pointer;}
.footer .contact_info { width:100%; height:85px; line-height:85px; overflow:hidden; border-top:1px solid #efefef; color:#757575; font-size:16px;}
.footer .contact_info .tit { width:100%; font-size:18px; line-height:60px; height:60px; color:#000; letter-spacing:0px; border-bottom:1px solid #cecece; font-weight:bold;}
.footer .contact_info .text { font-size:14px; line-height:30px; margin-top:40px;}
.footer .contact_info .text a { display:block; width:187px; height:51px; line-height:51px; text-align:center; color:#000000; font-size:14px; border:1px solid #bababa; margin-bottom:14px;} 
.footer .contact_info .text a:before { font-size:32px; float:left; margin-left:16px;}
.footer .contact_info .text a:hover { background:#bababa; color:#000;}
.footer_bg .info { width:435px; height:auto; margin-top:0px; float:left;}
.footer_bg .info .tit { width:100%; font-size:24px; line-height:60px; height:60px; color:#fff; letter-spacing:0px;}
.footer_bg .info .text { font-size:16px; line-height:30px; margin-left:20px; color:#a0a0a0;}
.footer_bg .info .address { line-height:20px; font-size:16px; color:#727272; overflow:hidden; margin-top:10px;}
.footer_bg .info .company { font-size:18px; line-height:60px; color:#fff;}
.footer_bg .telbox { width:286px; height:auto; overflow:hidden; float:left;}
.footer_bg .telbox .icon { color:#fff; font-size:42px; width:70px; height:70px; line-height:70px; text-align:center; float:left; background:#fff; color:#c10e0e; margin:0 0 0 -83px; border-radius:0 35px 35px 35px;}
.footer_bg .telbox .lab { font-size:16px; line-height:30px; color:#e9e9e9; float:left; width:100%;}
.footer_bg .telbox .tel { font-size:30px; line-height:30px; color:#e9e9e9; float:left; width:100%; font-weight:bold;}
.footer_bg .telbox .wechat_link { float:right; display:block;}
.footer .logobox { height:auto; overflow:hidden; margin-top:20px;}
.footer .logobox .logo { width:100%; height:auto; margin-top:30px;}
.footer .logobox .info1 { width:auto; height:auto; overflow:hidden; float:left; margin-left:10px;}
.footer .logobox .info1 .tit { font-size:27px; line-height:40px; color:#fff; letter-spacing:2px; margin-top:0px;}
.footer .logobox .info1 .tit1 { font-size:12px; line-height:20px; color:#929191; letter-spacing:3px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; /*font-style:oblique;  font-weight:bold; */}
.footer_bg .infobox .sharelink { float:right;}
.footer_bg .infobox .sharelink .icon { display:inline-block; line-height:50px; font-size:50px; color:#c0c0c0; margin:0 20px;}
.footer_bg .infobox .sharelink .icon.icondouyin { font-size:55px;}
.footer_bg .infobox .sharelink .icon.iconweibo { font-size:45px;}
.footer_bg .infobox .sharelink .icon.iconQQ_line { font-size:40px;}
.footer .nav_box { width:80%; height:auto; overflow:hidden; float:left; margin-left:10%; margin-top:60px;}
.footer .nav_list { width:25%; height:auto; overflow:hidden; float:left;}
.footer .nav_list .tit { font-size:18px; color:#ebebeb; font-weight:bold; line-height:30px;}
.footer .nav_list .list { font-size:16px; color:#868686; line-height:36px; margin-top:10px;}
.footer .nav_list .list a { font-size:16px; color:#868686; line-height:36px; display:block;}
.footer_link_bg { height:auto; overflow:hidden; background:#222222;}
.footer_link { max-width:1440px; min-width:300px; height:131px; overflow:hidden; line-height:131px; height:auto; margin:0 auto; font-size:0;overflow:hidden; margin-top:0px; text-align:center;}
.footer_link a { display:inline-block; width:11.11111111111111%; color:#f9f9f9; line-height:131px; font-size:14px;  text-align:center; position:relative;}
.footer_link a:nth-child(1):after { display:none;}
.footer_link a:after { content:''; position:absolute; left:0; top:50%; background:#454545; width:1px; height:16px; margin-top:-8px;}
.footer_link a:hover { color:#ffcc00;}

.footer .logobox .telbox { width:100%; height:auto; overflow:hidden;}
.footer .logobox .telbox .lab { font-size:14px; color:#000; line-height:20px; margin-top:50px;}
.footer .logobox .telbox .tel { font-size:36px; color:#000; line-height:60px; font-weight:bold; margin-bottom:60px;}

.footer_line { height:1px; width:100%; background:#041455; overflow:hidden; margin:30px 0;}

.footer .contact_info_list { width:50%; height:auto; overflow:hidden; float:left; margin-top:20px;}
.footer .contact_info_list .info_list { width:100%; height:auto; overflow:hidden;}
.footer .contact_info_list .info_list li { width:100%; height:auto; overflow:hidden; margin-left:5%;}
.footer .contact_info_list .info_list li .icon { width:58px; height:58px; color:#fff; line-height:58px; font-size:40px; text-align:center; display:inline-block; position:relative; top:5px; margin-right:30px;}
.footer .contact_info_list .info_list li .tit { color:#fff; font-size:16px; line-height:40px; display:inline-block;}
.footer .contact_info_list .info_list li .tel { color:#fff; font-size:30px; line-height:40px; display:inline-block; position:relative;}
.footer .contact_info_list .info_list li .tel:after { content:''; width:100%; height:2px; background:#fff; position:absolute; left:0; bottom:0;}
.footer .contact_info_list .info_list li .email { color:#fff; font-size:18px; line-height:40px; font-weight:bold; display:inline-block;}
.footer .contact_info_list .info_list li .address { color:#fff; font-size:16px; line-height:20px; display:inline-block; position:relative;}
.footer .contact_info_list .info_list li .address:after { content:''; width:100%; height:1px; background:#fff; position:absolute; left:0; bottom:0;}
.footer .contact_info_list .info_list li .postnum { color:#fff; font-size:18px; line-height:40px; display:inline-block;}
.footer .feedback { width:30%; height:451px; overflow:hidden; float:right; background:#5a5201;}
.footer .feedback .tit { font-size:24px; line-height:60px; height:60px; color:#c1a329; margin:30px 47px;}
.footer .feedbackform { margin:10px 40px; height:auto; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.footer .feedbackform .input { flex:0 0 100%; background:none; width:100%; height:42px; line-height:42px; border:0; border:1px solid #c9c9c9; color:#fff; margin-top:10px; text-indent:15px;}
.footer .feedbackform .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c1a329; opacity:1;  font-size:14px;
}
.footer .feedbackform .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c1a329;opacity:1; font-size:14px;
}
.footer .feedbackform .input:-ms-input-placeholder{
    color: #c1a329;opacity:1; font-size:14px;
}
.footer .feedbackform .input::-webkit-input-placeholder{
    color: #c1a329;opacity:1; font-size:14px;
}
.footer .feedbackform .textarea { flex:0 0 93.7%; height:108px; line-height:32px; border:1px solid #c9c9c9; border:1px solid #c9c9c9; color:#fff; background:none; padding:0 3%; margin-top:10px;}
.footer .feedbackform .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c1a329; opacity:1;  font-size:14px;
}
.footer .feedbackform .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c1a329;opacity:1; font-size:14px;
}
.footer .feedbackform .textarea:-ms-input-placeholder{
    color: #c1a329;opacity:1; font-size:14px;
}
.footer .feedbackform .textarea::-webkit-input-placeholder{
    color: #c1a329;opacity:1; font-size:14px;
}
.footer .feedbackform .form_btn { height:auto; margin-top:17px;}
.footer .feedbackform .submit { background:#2a5e6b; width:101px; height:43px; line-height:43px; border-radius:0; border:0; margin-right:10px; color:#fff; cursor:pointer; font-size:14px;}
.footer .feedbackform .submit:hover { background:#c1a329;}
.footer .feedbackform .reset { background:#dcdcdc; width:101px; height:43px; line-height:43px; border-radius:0; border:0; color:#515151; cursor:pointer; font-size:14px;}
.footer .feedbackform .reset:hover { background:#c1a329; color:#fff;}


.footer .footer_links_box { width:30%; height:auto; overflow:hidden; float:left;}
.footer .footer_links_box { line-height:34px; font-size:15px;}
/*版权*/
.copyright_bg { height:103px; overflow:hidden; text-transform:uppercase;}
.copyright { height:103px; line-height:103px; overflow:hidden; color:#4b4b4b; font-size:16px; text-align:center;}
.copyright a { color:#4b4b4b;}
.copyright .share_link a { font-size:34px; margin-right:20px;}
.copyright .share_link a:hover { color:#fff;}
.footerbox .qrcodebox { width:326px; height:auto; overflow:hidden; float:right; margin:30px -326px 0 0;}
.footerbox .qrcodebox .qrcode { width:135px; height:auto; float:left; margin-left:12px;}
.footerbox .qrcodebox .qrcode .pic { width:113px; height:113px; overflow:hidden; background:#fff; padding:10px;}
.footerbox .qrcodebox .qrcode .pic img { display:block;}
.footerbox .qrcodebox .qrcode .tit { width:100%; font-size:16px; line-height:50px; height:50px; color:#4d4d4d; text-align:center;}

.clear{ clear:both; margin:0; padding:0;}
.hidden{ display:none;}
.gotop { width:46px; height:46px; overflow:hidden; background:url(../images/gotop.gif) no-repeat; position:fixed; right:10px; bottom:110px;}


/*自定义新闻列表样式*/
.contentbox dd ul.news_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.contentbox dd ul.news_list li { width:100%; flex:0 0 30%; float:left; padding-bottom:20px; margin-left:3.33333%; border:1px solid #d3d3d3;}
.contentbox dd ul.news_list li.ml0 { margin-left:0;}
.contentbox dd ul.news_list li {
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.contentbox dd ul.news_list li img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.contentbox dd ul.news_list li:hover img {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
}
.contentbox dd ul.news_list li:hover { border:1px solid #fff; -moz-box-shadow:0px 0px 10px #CCC, 0px 0px 20px #CCC; -webkit-box-shadow:0px 0px 20px #CCC, 0px 0px 10px #CCC; box-shadow:0px 0px 20px #CCC, 0px 0px 20px #eee;}
.contentbox dd ul.news_list li .brief { margin:0 20px; height:auto; overflow:hidden;}
.contentbox dd ul.news_list li .time { line-height:29px; margin-top:10px; font-size:16px; color:#898888; text-indent:24px; background:url(../images/icon_time.png) 0 center no-repeat;}
.contentbox dd ul.news_list li .tit { line-height:29px; font-size:18px; color:#000; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.contentbox dd ul.news_list li .des { line-height:22px; font-size:14px; color:#787878; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.contentbox dd ul.news_list li .pic { overflow:hidden; display:block;}
.contentbox dd ul.news_list li .more { background:url(../images/news_list_more.png) no-repeat; display:block; width:40px; height:40px; position:relative; left:0;}
.contentbox dd ul.news_list li .more:hover{ background:url(../images/news_list_more1.png) no-repeat;}
.contentbox dd ul.news_list li:hover .more{ left:85%; transform: perspective(220px) rotateZ(-360deg); background:url(../images/news_list_more1.png) no-repeat;} 
.contentbox dd ul.news_list li:hover .tit { color:#05adb8; font-weight:bold;}
@media only screen and (max-width: 1440px){
	/*.top_bg .top { margin:0 2%;}
	.topbox_bg .topbox { margin:0 2%;}
	.indexbox { margin:0 2%;}
	.categorybox { margin:0 2%;}
	.newsbox { margin:0 2%;}
	.insidebox { margin:0 2%;}
	.footerbox { margin:0 2%;}*/
}

@media only screen and (max-width: 640px) {

}
@media only screen and (max-width: 480px) {
	
}
/*常用CSS3动画效果*/
.trans,a{
    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

/*在线申请*/
.apply_box { height:auto; overflow:hidden;}
.apply_box .tit { font-size:39px; height:80px; line-height:80px; color:#414141; margin-top:30px; text-align:center;}
.apply_box .des { font-size:18px; line-height:29px; text-align:center; color:#525252;}
.apply_box .applyform { margin:30px 0%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.apply_box .applyform .input { width:32%; flex:0 0 32%; height:46px; line-height:46px; border:0px solid #dadada; margin-bottom:18px; background-color:#eeeeee; background-position: 98% center; background-repeat:no-repeat; text-indent:20px; font-size:14px; color:#000; position:relative; color:#848484;}
.apply_box .applyform .inputbox { width:32%; flex:0 0 32%; height:46px; line-height:46px; margin-bottom:18px; background-color:#eeeeee; font-size:14px; position:relative; color:#848484; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between;}
.applyform .input_label { margin-left:20px; height:auto; overflow:hidden;}
.applyform .input_radio { display:inline-block; margin-right:20px; height:auto; overflow:hidden;}
.applyform .input_radio a { display:inline-block; color:#848484; margin-left:10px;}
.applyform .input_radio a:before { content:''; width:14px; height:14px; background:#9e9e9e; border-radius:50%; display:inline-block; position:relative; top:2px; margin-right:10px;}
.applyform .input_radio a.sel:before { background:#ce0615;}
.apply_box .applyform .input:focus { background-color:#cccccc;}
.apply_box .applyform .input.not_null { background-image:url(../images/icon_not_null.png);}
.apply_box .applyform .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #848484; font-size:14px;
}
.apply_box .applyform .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #848484; font-size:14px;
}
.apply_box .applyform .input:-ms-input-placeholder{
    color: #848484; font-size:14px;
}
.apply_box .applyform .input::-webkit-input-placeholder{
    color: #848484; font-size:14px;
}
.apply_box .applyform .textarea { width:97%; flex:0 0 97%; height:auto; height:188px; line-height:28px; padding:1.5% 1.5%; border:0px solid #dadada; background:#eeeeee; margin-top:0; font-size:14px; color:#000;}
.apply_box .applyform .applyform_btn { flex:0 0 70%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;}
.apply_box .applyform .submit { width:48%; height:45px; line-height:45px; background:#ce0615; color:#fff; font-size:14px; border:0; border-radius:0; cursor:pointer;}
.apply_box .applyform .reset { width:48%; height:45px; line-height:45px; background:#009944; color:#fff; font-size:14px; border:0; border-radius:0; cursor:pointer;}
.apply_box .applyform .authcode { margin-top:2%; width:155px; flex:0 0 155px;}
.apply_box .applyform .yzm {cursor:pointer; border:1px solid #eee; margin-top:2%;}
.apply_box .applyform .yzm_ref { line-height:45px; margin-top:2%;}
/*表单表格*/
.form_table{padding:25px 0 50px 20px; font-size:14px;}
.form_table td{ color:#666; border:0;}
.form_table td p{ line-height:20px; height:20px;}
.form_table .submit {background:#FF4001; border-radius:2px; width:170px; height:40px; text-align:center; line-height:30px; color:#fff; border:0; font-size:16px; font-weight:bold; cursor:pointer;}
/*表单控件控制*/
.num{font-family:"Arial";}
.num1{font-family:Verdana, Arial, Helvetica, sans-serif}
.num5{font-family:"微软雅黑";}
.strong{font-weight:bold;}
.normal{font-weight:normal;}
.aright{text-align:right;}
.aleft{text-align:left;}
.xuxian{border-bottom:1px dashed #ddd;}
.xuxian1{border-bottom:1px dotted #ddd;}
.inputall{height:28px; line-height:28px; border:1px #ddd solid; padding:2px 5px; font-size:14px; background:#fefefe}
.inputall30{border:1px #bababa solid; border-right:1px #ddd solid; border-bottom:1px #ddd solid; height:30px; line-height:30px; font-size:16px;}
.inputselect{line-height:22px; border:1px #cecece solid; padding:5px 2px; font-size:14px; background:#fefefe; color:#555;}
.textarea{border:1px #cecece solid; padding:5px 2px; font-size:14px; background:#fefefe; color:#555;}
.input60{width:60px;}
.input100{width:100px;}
.input150{width:150px;}
.input200{width:200px;}
.input250{width:250px;}
.input300{width:300px;}
.input350{width:350px;}
.input400{width:400px;}
.input500{width:500px;}
.input550{width:550px;}
.input600{width:600px;}
.input650{width:650px;}
.inputfix{vertical-align:middle; margin-top:-2px; margin-bottom:1px;}
/*分页样式*/
.fenye{ width:100%; margin:30px 0%; text-align:center; height:43px; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.fenye a { font-size:16px;}
.fenye a:first-child { min-width:86px;}
.fenye a:last-child { min-width:86px;}
.fenye a { border:1px #a7a7a7 solid; color:#242424; background:#fff;display:inline-block; min-width:50px;  height:41px; line-height:41px; padding:0 0; font-weight:normal; margin-right:8px; border-radius:2px;}
.fenye a:hover,.fenye .sel{ background:#c40e14; color:#fff; border:1px #ce0615 solid;}
.fenye .sel{ font-weight:bold;}
/*chrome  浏览器滚动条的美化 */
/*::-webkit-scrollbar-track-piece {width:8px;background-color:#f4f4ff;}
::-webkit-scrollbar { width:8px; background-color:#f00;}
::-webkit-scrollbar-thumb { width:8px; height:50px; background-color:#999;}
::-webkit-scrollbar-thumb:hover { width:8px; background-color:#bb1818;}*/