@charset "utf-8";
*.bhover { background:#999; color:#fff;}
* { margin:0; padding:0; outline:none; font-family:'微软雅黑', Helvetica,Arial,Lucida, sans-serif; -webkit-box-sizing: border-box; box-sizing: border-box;
/*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 */
}
.lg_bg { color:#348948;
	background: linear-gradient(to bottom, #3fa84c, #348948);
	-webkit-background-clip: text;
	color: transparent;
}
body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:24px;
	background:#000;
	color:#707070;
	-webkit-font-smoothing: antialiased; /*chrome、safari*/
	-moz-osx-font-smoothing: grayscale; /*firefox*/
	overflow-x:hidden;
	
}
body.ny { background:#fff;}
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:#ff0000;}
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;}

/*12栏网格布局*/
*.row { margin-left:-15px; margin-right:-15px;}
[class^="col-"], [class*=" col-"] { padding-left:15px; padding-right:15px; position:relative;}
*.col-1 { width:8.333333333333333%!important;}
*.col-2 { width:16.66666666666667%!important;}
*.col-3 { width:25%!important;}
*.col-4 { width:33.33333333333333%!important;}
*.col-5 { width:41.66666666666667%!important;}
*.col-6 { width:50%!important;}
*.col-7 { width:58.33333333333333%!important;}
*.col-8 { width:66.66666666666667%!important;}
*.col-9 { width:75%!important;}
*.col-10 { width:83.33333333333333%!important;}
*.col-11 { width:91.66666666666667%!important;}
*.col-12 { width:100%!important;}
*.border { border:1px solid #d2d2d2;}
*.p-0 { padding:0!important;}
*.m-0 { margin:0!important;}
*.pt-10 { padding-top:10px!important;}
*.pt-20 { padding-top:20px!important;}
*.pt-30 { padding-top:30px!important;}
*.pt-40 { padding-top:40px!important;}
*.pt-50 { padding-top:50px!important;}
*.pt-60 { padding-top:60px!important;}

*.pb-10 { padding-bottom:10px!important;}
*.pb-20 { padding-bottom:20px!important;}
*.pb-30 { padding-bottom:30px!important;}
*.pb-40 { padding-bottom:40px!important;}
*.pb-50 { padding-bottom:50px!important;}
*.pb-60 { padding-bottom:60px!important;}

*.mt-10 { margin-top:10px!important;}
*.mt-20 { margin-top:20px!important;}
*.mt-30 { margin-top:30px!important;}
*.mt-40 { margin-top:40px!important;}
*.mt-50 { margin-top:50px!important;}
*.mt-60 { margin-top:60px!important;}

*.mb-10 { margin-bottom:10px!important;}
*.mb-20 { margin-bottom:20px!important;}
*.mb-30 { margin-bottom:30px!important;}
*.mb-40 { margin-bottom:40px!important;}
*.mb-50 { margin-bottom:50px!important;}
*.mb-60 { margin-bottom:60px!important;}

/**/
*.d-flex { display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-content:stretch; align-items:flex-start;}
*.d-flex-ccc { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-content:center; align-items:center;}
*.d-flex-scc { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:center; align-items:center;}
*.d-flex-ssc { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between; align-items:center;}
*.d-flex-sss { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between; align-items:stretch;}
*.d-flex.flex-direction-column { flex-direction:column!important;}
*.d-flex.flex-direction-column-reverse { flex-direction:column-reverse!important;}
*.d-flex.flex-direction-row-reverse { flex-direction:row-reverse!important;}
*.d-flex.flex-wrap-wrap { flex-wrap:wrap;}
*.d-flex.flex-wrap-reverse { flex-wrap:wrap-reverse;}
*.d-flex.align-items-start { align-items:flex-start!important;}
*.d-flex.align-items-center { align-items:center!important;}
*.d-flex.align-items-end { align-items:flex-end!important;}
*.d-flex.align-items-stretch { align-items:stretch!important;}
*.d-flex.justify-content-start { justify-content:flex-start!important;}
*.d-flex.justify-content-center { justify-content:center!important;}
*.d-flex.justify-content-end { justify-content:flex-end!important;}
*.d-flex.justify-content-around { justify-content:space-around!important;}
*.d-flex.justify-content-between { justify-content:space-between!important;}
*.d-flex *.align-self-start { align-self:flex-start!important;}
*.d-flex *.align-self-center { align-self:center!important;}
*.d-flex *.align-self-end { align-self:flex-end!important;}
*.d-flex *.align-self-baseline { align-self:baseline!important;}
*.d-flex *.align-self-stretch { align-self:stretch!important;}

.ismobile{display:none!important;}
.ispc{display:block!important;}

/*页眉*/
.top_bg { width:100%; height:120px; overflow:visible; z-index:999; /*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,
body.ny .top_bg{ background:#fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.2);}
.top_bg.bgfff .top .logobox .info,
body.ny .top_bg .top .logobox .info { color:#c30d23;}
.top_bg.bgfff { /*height:80px;*/}
.top_bg.bgfff .top,
.top_bg.bgfff .top .logobox,
.top_bg.bgfff .top .navmenu,
.top_bg.bgfff .top .navmenu #menu li,
.top_bg.bgfff .icon_btn_box,
.top_bg.bgfff .top .navmenu #menu li .a1 { /*height:80px;*/}
.top_bg.bgfff .top .navmenu #menu li .a1 { /*line-height:80px;*/}
.top_bg.bgfff .top .navmenu #menu li .subnav { /*top:80px;*/}

.top_bg.bgfff .navmenu #menu li .a1 { color:#000;}
.top_bg.bgfff .top .searchbox .icon_submit,
body.ny .top_bg .top .searchbox .icon_submit { color:#000;}
.top_bg.bgfff .navmenu #menu li.hover .a1,
body.ny .top_bg .navmenu #menu li.hover .a1 { color:#c30d23;}

body.ny .top_bg .navmenu #menu li .a1{ color:#000;}
body.ny .top_bg .top .searchbox:hover .icon_submit { color:#fff;}

.top_bg .top{ max-width:1440px; min-width:300px; height:120px; margin:0 auto; position:relative;}
.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:232px; height:108px; line-height:108px; text-align:left; background:#04287e; color:#fff; position:absolute; top:0; right:0;}
.top_bg .top .telbox .icon { width:60px; height:108px; display:inline-block; color:#fff; font-size:22px; line-height:108px; float:left; text-align:center;}
.top_bg .top .telbox .lab { font-size:14px; line-height:14px; position:relative; top:-3px; 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:23px; line-height:108px; position:relative; letter-spacing:0px; font-family:'微软雅黑'; font-weight:bold; 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:192px; height:120px; position:absolute; left:0px; top:0px; 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; display:none;}
.top_bg .top .logobox .info { height:auto; overflow:hidden; float:left; color:#efdcbc; margin-top:0px;}
.top_bg .top .logobox .info .tit { font-size:26.3px; line-height:30px; font-weight:bold; letter-spacing:0.7px; margin-top:0px;
/*background: linear-gradient(to bottom, #0197db, #0153b3);
-webkit-background-clip: text;
color: transparent;*/
}
.top_bg .top .logobox .info .tit1 { font-size:12px; line-height:20px; letter-spacing:0px; text-transform:uppercase; 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 .search_btn { width:90px; height:120px; line-height:120px; overflow:visible; position:absolute; top:0; margin-top:0; right:300px; z-index:999;font-size:28px; color:#fff; text-align:center;}
.top_bg .top .search_btn:hover { color:#b21a15;}
.top_bg .top .navmenu_btn { width:150px; height:120px; line-height:120px; overflow:visible; position:absolute; top:0; margin-top:0px; right:0; z-index:999;font-size:32px; color:#fff; text-align:center;}
.top_bg .top .navmenu_btn:hover { }

.top_bg .top .searchbox { width:100px; height:40px; overflow:visible; position:absolute; margin-top:-20px; top:50%; right:0px; border-radius:0px; z-index:1;}
.top_bg .top .searchbox:before { content:''; width:1px; height:14px; background:#000; position:absolute; left:0; top:50%; margin-top:-7px; display:none;}
.top_bg .top .searchbox .keys { width:0%; height:40px; line-height:40px; color:#fff; border:0; position:absolute; right:0px; top:0; text-indent:20px;  background:#c30d23; border-radius:20px; 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 .icon_submit { position:absolute; right:0; top:0; width:100px; height:40px; line-height:40px; font-size:17px; overflow:hidden; color:#efdcbc; text-align:center; z-index:1;}
.top_bg .top .searchbox .icon_submit:before { display:block; width:40px; height:40px; text-align:center; float:left;}
.top_bg .top .searchbox .icon_submit:after { content:''; width:1px; height:14px; background:#efdcbc; position:absolute; left:40px; top:50%; margin-top:-7px;}
.top_bg .top .searchbox:hover .keys,
.top_bg .top .searchbox.hover .keys{ width:260px;}
.top_bg .top .searchbox:hover .submit,
.top_bg .top .searchbox.hover .submit{ margin-top:0px; }
.top_bg .top .searchbox:hover .icon_submit { width:40px; color:#fff;}
.top_bg .top .searchbox:hover .icon_submit:before { border-right:0; margin:0; padding:0;}
.top_bg .top .searchbox .keys:-ms-input-placeholder{
    color: #fff;/*opacity:0.5; font-size:12px;*/
}
.top_bg .top .searchbox .keys::-webkit-input-placeholder{
    color: #fff;/*opacity:0.5; font-size:12px;*/
}
.top_bg .top .share_link { position:absolute; top:50%; margin-top:-10px; right:20px;}

.icon_btn_box { position:relative; width:190px; height:120px; position:absolute; right:0; top:0;}
.top_bg .top .menu_icon { display:none;}

.top_bg .top .lang_switch { width:120px; height:32px; position:absolute; left:0px; top:50%; margin-top:-16px; border-radius:0; display:none;}
.top_bg .top .lang_switch .icon { width:30px; height:30px; line-height:28px; text-align:center; font-size:24px; color:#000; position:absolute; left:4px; top:2px;}
.top_bg .top .lang_tag { width:80%; height:32px; line-height:32px; text-align:center; color:#000; font-size:16px; cursor:pointer; float:left;}
.top_bg .top .lang_tag .lab { float:left; margin-left:40px;}
.top_bg .top .lang_tag:after { content:''; display:inline-block; position:relative; top:0px; margin-left:10px;
	border-top: 7px solid #000;
	border-bottom: 0px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;

}
.top_bg .top .lang_select { width:100%; height:0px; overflow:hidden; margin-top:0px; font-size:16px; background:#fff;}
.top_bg .top .lang_select a { display:block; line-height:32px; height:32px; text-align:center;}
.top_bg .top .lang_select a.hover { display:none;}
.top_bg .top .lang_switch:hover .lang_select { height:auto;}

.searchbox_bg { position:fixed; left:-100%; top:0; width:100%; height:100%; overflow:hidden; background:#c10e0e; 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:#b21a15; 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;*/
}

.topbox_bg { height:auto; overflow:hidden; background:#f5f5f5; position:relative;}
.topbox_bg .topbox { max-width:1440px; min-width:300px; margin:0 auto; height:70px; overflow:visible; position:relative;/*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 .info { margin-top:14px; height:152px; overflow:hidden; background:#c4a43d; padding:30px 0; width:40%; float:left;}
.topbox_bg .topbox .info .tit { font-size:20px; line-height:3; color:#fff;}
.topbox_bg .topbox .location { color:#000; line-height:75px; font-size:16px; text-align:right;}
.topbox_bg .topbox .location a { color:#000; }
.topbox_bg .topbox .telbox { height:auto; overflow:hidden; color:#fff;}
.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 { line-height:40px; font-size:14px; float:left;}
.topbox_bg .topbox .telbox .lab .icon { font-size:16px; color:#079a94; line-height:20px; margin-right:5px;}
.topbox_bg .topbox .telbox .tel { font-size:22px; line-height:40px;}

.topbox_bg .topbox .searchbox { width:365px; height:40px; overflow:hidden; position:absolute; right:0px; top:50%; margin-top:-20px; background:#fff; border-radius:20px;}
.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:305px; height:40px; line-height:40px; border:0; color:#727272; position:absolute; left:0px; top:0px; font-size:14px; padding:0 20px;}
.topbox_bg .topbox .searchbox .icon_search { position:absolute; right:0; top:0px; width:80px; height:45px; line-height:45px; font-size:30px; overflow: hidden; text-align:center; color:#9c6d1e; z-index:2;}
.topbox_bg .topbox .searchbox .submit { width:55px; height:40px; line-height:40px; font-size:16px; border:0; position:absolute; right:0; top:0; cursor:pointer; background:none; z-index:1;}
.topbox_bg .topbox .searchbox:hover .submit,
.topbox_bg .topbox .searchbox.hover .submit{ margin-top:0px;}
.topbox_bg .topbox .searchbox .icon_submit { width:55px; height:40px; line-height:40px; font-size:15px; position:absolute; right:0; top:0; color:#959595; text-align:center;}
.topbox_bg .topbox .searchbox .keys:-ms-input-placeholder{
    color: #ccc; opacity:1;/* font-size:12px;*/
}
.topbox_bg .topbox .searchbox .keys::-webkit-input-placeholder{
    color: #ccc; opacity:1;/* font-size:12px;*/
}

.topbox_bg .topbox .hotkeys { line-height:70px; color:#000; font-size:16px;}
.topbox_bg .topbox .hotkeys .icon { color:#000; font-size:16px; line-height:70px; margin-right:20px; float:left;}
.topbox_bg .topbox .hotkeys a { color:#000;}

.topbox_bg .topbox .location { height:40px; line-height:40px; overflow:hidden; position:absolute; right:0px; top:50%; margin-top:-20px; font-size:14px; color:#999;}
.topbox_bg .topbox .location a { color:#999;}

/*主导航样式*/
.navmenu_bg { height:92px; position:relative; z-index:999999; background:url(../images/navmenu_bg_x.png) repeat-x;}

.navmenu { height:120px; position:absolute; top:0px; left:219px; right:120px; overflow:visible; z-index:1;}
.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 a { }
.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:#000; display:none;}
.navmenu #menu li a { display:block; width:100%; height:120px; overflow:hidden; line-height:120px; text-align:center; position:relative; top:0px; color:#efdcbc; text-align:center;}
.navmenu #menu li a:hover {/*  background:rgba(255,255,255,.15);*/}
.navmenu #menu li .a1{ color:#efdcbc;}
.navmenu #menu li:hover a+.subnav{ display:;}
.navmenu #menu li.hover a+.subnav { }
.navmenu #menu li.hover a,
.navmenu #menu li:hover a{ color:#fff;/*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:#123998;/* letter-spacing:2px; */}

.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:50%;
	margin-left:0;
	bottom:38px;
	width:0px;
	height:7px;
	background:#e00303;
	z-index:0;
	/*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 { /*width:64px; margin-left:-32px;*/}
.navmenu #menu li:hover a:before,
.navmenu #menu li.hover a:before { }
/*二级菜单*/
.navmenu #menu li .subnav { width:100%; height:auto; overflow:hidden; display:none; position:absolute; top:120px; left:0%; padding:0px; background:#c30d23; font-size:16px; font-weight:normal;/* box-shadow: 0px 10px 10px rgba(0,0,0,0.1);*/ border-radius:5px;}
.navmenu #menu li .subnav a { display:block; width:100%; height:45px; line-height:45px; font-weight:normal; color:#fff; position:relative; top:0; margin: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,
.navmenu #menu li .subnav a.hover { background:#b8976b;}

.navmenu .copyright { display:none;}

.video_bg { position:fixed; left:0; top:0; width:100%; height:100%; filter:alpha(opacity=50); -moz-opacity:.4; -khtml-opacity: .4; opacity: .4;}
.video_bg .video { width:100%; height:100%; position:fixed; left:0; top:0; object-fit: cover; overflow-clip-margin: content-box; overflow: clip; /*background:#000 url(../images/b2.jpg) top center no-repeat; background-size:cover;*/}
.video_bg:after { content:''; position:absolute; left:0; top:0; width:100%; height:100%; /*background:rgba(0,0,0,.5);*/background:url(../images/b2.jpg) top center no-repeat; background-size:cover; z-index:-1;}

.learn_more { width:100%; height:auto;line-height:30px; font-size:16px;  color:#efdcbc; text-transform:uppercase; position:absolute; bottom:0; left:0; padding-bottom:10px; text-align:center; display:block; z-index:1;}
.learn_more .line { width:1px; height:52px; display:block; margin:0 auto; overflow:hidden; margin-top:10px; background:#a29088; position:relative;}
.learn_more .line:after { content:''; width:100%; height:50%; background:#efdcbc; position:absolute; left:0; top:-20px;
-webkit-animation: move_to_down 2s linear infinite 0s;
-moz-animation: move_to_down 2s linear infinite 0s;
-o-animation: move_to_down 2s linear infinite 0s;
-ms-animation: move_to_down 2s linear infinite 0s;
animation: move_to_down 2s linear infinite 0s;
}
@-webkit-keyframes move_to_down {
	0% {
	top:-50%;
	}
	100% {
	top:100%;
	}
}

@keyframes move_to_down { 
	0% {
	top:-50%;
	}
	100% {
	top:100%;
	}
}
.bannerBox { width:100%; height:100%; overflow:hidden; position:relative; z-index:1; margin-top:0px;}
.bannerBox .banner { width:100%; height:100%;}
.bannerBox .banner .swiper-slide { width:100%; height:100%; position:relative; background-repeat:no-repeat; background-size:cover; background-position:top center;}
.bannerBox .banner .swiper-slide img { display:block; visibility:hidden;}
.bannerBox .banner .swiper-slide a { display:block; }
.bannerBox .banner .swiper-slide .ad-info-box { position:absolute; width:100%; height:100%; left:0; top:0; /*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;*/}
.bannerBox .banner .swiper-slide .ad-info { max-width:1440px; min-width:300px; height:auto; color:#efdcbc; margin:0 auto; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center; /*word-break:break-all;*/}
.bannerBox .banner .swiper-slide .slogan {  font-size:55px; line-height:80px; font-weight:bold; word-wrap:break-word; font-family:Arial black; text-align:center; /*text-shadow: 2px 2px 2px #666;*/}
.bannerBox .banner .swiper-slide .brief { font-size:26px; line-height:48px; margin-top:0px; word-wrap:break-word;/* font-family:Arial;*/}
.bannerBox .banner .swiper-slide .pic_group { margin-top:50px;}
.bannerBox .banner .swiper-slide .pic_show { width:230px; height:230px; overflow:hidden; border-radius:50%; overflow:hidden; display:inline-block; border:4px solid #fff; margin-left:22px;}
.bannerBox .banner .swiper-slide .more { width:236px; height:64px; line-height:64px; text-align:center; display:block; border-radius:32px; font-size:30px; color:#fff; background:#e7741d; text-transform:uppercase; font-family:Arial; margin-top:60px;}
.bannerBox .banner .swiper-slide .more:after { content:'>>';}
.bannerBox .banner .swiper-slide.swiper-slide-1:before { content:''; position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,.5);}
.bannerBox .banner .swiper-slide .slide-1.ad-info { height:100%; text-align:center; /*justify-content:flex-start;*/ align-items:center;}
.bannerBox .banner .swiper-slide .slide-1 { }
.bannerBox .banner .swiper-slide .slide-1 .slogan { width:100%; text-align:center;}
.bannerBox .banner .swiper-slide .slide-1 .slogan:nth-child(1) { margin-top:0%; font-size:100px; font-weight:bold; color:#e7741d; /*-webkit-text-stroke: 1px #017431; text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;*/}
.bannerBox .banner .swiper-slide .slide-1 .slogan:nth-child(2) { line-height:100px; font-size:90px; /*text-shadow: #017431 2px 0 0, #017431 0 2px 0, #017431 -2px 0 0, #017431 0 -2px 0, #017431 -2px -2px 0;*/}
.bannerBox .banner .swiper-slide .slide-1 .brief { width:100%; height:auto; text-align:center; padding:20px 0; margin-top:0px; line-height:40px; font-size:26px; text-shadow: #017431 1px 0 0, #017431 0 1px 0, #017431 -1px 0 0, #017431 0 -1px 0, #017431 -1px -1px 0}
.bannerBox .banner .swiper-slide .slide-2.ad-info { height:auto; padding:15px 5%; padding-bottom:30px; margin-top:15%; background-image:linear-gradient(to left, #a7cc2f, #a7cc2f, rgba(167,204,47,0), rgba(167,204,47,0));}
.bannerBox .banner .swiper-slide .slide-2.ad-info .slogan { }
.bannerBox .banner .swiper-slide .slide-2.ad-info .slogan:nth-child(1) { font-size:101px; font-weight:bold; color:#058f41; -webkit-text-stroke: 3px #fff;}
.bannerBox .banner .swiper-slide .slide-2.ad-info .slogan:nth-child(2) { width:100%; text-align:right; font-size:66px; font-family:"宋体"; line-height:100px;}
.bannerBox .banner .swiper-slide .slide-2.ad-info .brief { font-size:30px; line-height:40px; margin-top:0%; width:100%; text-align:right;}
.bannerBox .banner .swiper-slide .slide-3.ad-info { height:auto; padding:15px 5%; padding-bottom:30px; margin-top:15%; background-image:linear-gradient(to right, #a7cc2f, #a7cc2f, rgba(167,204,47,0), rgba(167,204,47,0));}
.bannerBox .banner .swiper-slide .slide-3.ad-info .slogan {text-align:right;}
.bannerBox .banner .swiper-slide .slide-3.ad-info .slogan:nth-child(1) { font-size:101px; font-weight:bold; color:#058f41; -webkit-text-stroke: 3px #fff;}
.bannerBox .banner .swiper-slide .slide-3.ad-info .slogan:nth-child(2) { width:100%; text-align:left; font-size:66px; font-family:"宋体"; line-height:100px;}
.bannerBox .banner .swiper-slide .slide-3.ad-info .brief { font-size:30px; line-height:40px; margin-top:0%; width:100%; text-align:left;}
.bannerBox .banner .swiper-slide .slide-4.ad-info { width:100%; height:100%; justify-content:center; align-items:flex-end;}
.bannerBox .banner .swiper-slide .slide-4.ad-info .slogan {text-align:right;}
.bannerBox .banner .swiper-slide .slide-4.ad-info .slogan:nth-child(1) { font-size:101px; font-weight:bold; color:#e7741d; -webkit-text-stroke: 3px #fff;}
.bannerBox .banner .swiper-slide .slide-4.ad-info .slogan:nth-child(2) { font-size:24px; line-height:30px;}
.bannerBox .banner .swiper-slide .slide-4.ad-info .brief { width:30%; height:auto; color:#fff; font-size:30px; line-height:40px; margin-top:50px;}
.bannerBox .banner .swiper-slide .slide-4.ad-info .pic_show { border-radius:0; width:320px; height:180px;}
.bannerBox .banner .swiper-slide .slide-5.ad-info { width:100%; height:100%; justify-content:center; align-items:flex-start;}
.bannerBox .banner .swiper-slide .slide-5.ad-info .slogan {text-align:right;}
.bannerBox .banner .swiper-slide .slide-5.ad-info .slogan:nth-child(1) { font-size:101px; font-weight:bold; color:#e7741d; -webkit-text-stroke: 3px #fff;}
.bannerBox .banner .swiper-slide .slide-5.ad-info .slogan:nth-child(2) { font-size:24px; line-height:30px;}
.bannerBox .banner .swiper-slide .slide-5.ad-info .brief { width:40%; height:auto; color:#000; font-size:30px; line-height:40px; padding:20px 30px; background:rgba(255,255,255,.60); margin-top:50px;}
.bannerBox .banner .swiper-slide .slide-6.ad-info { width:100%; height:100%; justify-content:center; align-items:center;}
.bannerBox .banner .swiper-slide .slide-6.ad-info .slogan { text-align:center;}
.bannerBox .banner .swiper-slide .slide-6.ad-info .slogan:nth-child(1) { font-size:101px; font-weight:bold; color:#058f41; -webkit-text-stroke: 3px #fff;}
.bannerBox .banner .swiper-slide .slide-6.ad-info .slogan:nth-child(2) { font-size:24px; line-height:30px;}
.bannerBox .banner .swiper-slide .slide-6.ad-info .brief { width:100%; height:auto; color:#fff; font-size:30px; line-height:40px; padding:20px 30px; display:none;}

.bannerBox .banner .swiper-pagination { height:30px; text-align:center; z-index:999; width:100%; position:absolute; left:0px; bottom:20px; display:none;}
.bannerBox .swiper-pagination-bullet { width:15px; height:15px; border-radius:50%; border-radius:0; margin:0; border:1px solid #fff; background:none; border-radius:50%; opacity: 1; display:inline-block; margin:0 6px;}
.bannerBox .swiper-pagination-bullet-active { background:#a7cc2f; border:1px solid #a7cc2f;}

/*.bannerBox .banner .swiper-pagination-bullets{ bottom:20px; height:30px; left:0%; right:0%; text-align:center;}
.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:30px; z-index:1;}
.bannerBox .ctrl_box a { width:100px; height:100px; line-height:100px; color:#000; display:block; float:left; text-align:center; font-size:40px;}
.bannerBox a.prev,
.bannerBox a.next { width:50px; height:100px; line-height:100px; color:#fff; display:block; position:absolute; left:0; top:50%; margin-top:-50px; z-index:9; text-align:center; font-size:30px; font-family:"宋体"; font-weight:bold; border-radius:0 10px 10px 0; display:none;}
.bannerBox a.next { right:0; left:auto; border-radius:10px 0 0 10px;}
.bannerBox a.prev:hover,
.bannerBox a.next:hover { background:rgba(0,0,0,.5);}
.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:30px; text-align:center; font-size:24px; line-height:100px; color:#c10e0e; z-index:1;}
.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;}

/*产品详细*/
.goods_info_bg { height:auto; overflow:hidden; position:relative;}
.goods_info { max-width:1551px; 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:center;}
.goods_info:after { content:''; background:#f6f6f6 url(../images/goods_detail_bg.png) center center no-repeat; background-size:auto 100%; position:absolute; left:0; top:65px; right:0; bottom:65px;}
.goods_info .pic { width:700px; float:right; margin:0 56px; height:auto; overflow:hidden; position:relative; z-index:1; box-shadow:0px 10px 10px rgba(0,0,0,.4); border-radius:50%;}
.goods_info .pic img { display:block;}
.goods_info .info { width:60%; height:auto; float:left; color:#252525; margin-left:56px; position:relative; z-index:1;}
.goods_info .info .tit { font-size:36px; line-height:48px;}
.goods_info .info .tit:after { content:'—'; display:block;}
.goods_info .info .des { width:100%; font-size:16px; line-height:30px; 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_bg:hover:after {/* background-size:auto 120%;*/}
/*线上预定*/
.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:1551px; min-width:300px; height:auto; overflow:visible; margin:0 auto;}
.goods_reserve dd .goods_reserve_form { height:auto; overflow:hidden; position:relative; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.goods_reserve dd .goods_reserve_form .input { width:32.8%; height:63px; line-height:63px; background:#eeeeee; color:#000; margin-top:14px; border:0; text-indent:20px; float:left;}
.goods_reserve dd .goods_reserve_form .input:focus,
.goods_reserve dd .goods_reserve_form .textarea:focus { background:#ffcc00;}
.goods_reserve dd .goods_reserve_form .textarea { width:97%; flex:0 0 97%; height:100px; line-height:20px; background:#eeeeee; color:#000; padding:20px; border:0; margin-top:14px;}
.goods_reserve dd .goods_reserve_form .input:-moz-placeholder,
.goods_reserve dd .goods_reserve_form .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #18a0ff; opacity:1;  font-size:16px;
}
.goods_reserve dd .goods_reserve_form .input::-moz-placeholder,
.goods_reserve dd .goods_reserve_form .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #4e4e4e;opacity:1; font-size:16px;
}
.goods_reserve dd .goods_reserve_form .input:-ms-input-placeholder,
.goods_reserve dd .goods_reserve_form .textarea:-ms-input-placeholder {
    color: #4e4e4e;opacity:1; font-size:16px;
}
.goods_reserve dd .goods_reserve_form .input::-webkit-input-placeholder,
.goods_reserve dd .goods_reserve_form .textarea::-webkit-input-placeholder{
    color: #4e4e4e;opacity:1; font-size:16px;
}
.goods_reserve dd .goods_reserve_form .btn_box { height:auto; overflow:hidden; margin:0 auto; margin-top:18px;}
.goods_reserve dd .goods_reserve_form .submit{
    width:140px; height:48px; background:#c10e0e; border:0; cursor:pointer; color:#fff; margin:0 7px; font-size:16px; border-radius:8px;
}
.goods_reserve dd .goods_reserve_form .reset{
    width:140px; height:48px; background:#ffcc00; border:0; cursor:pointer; color:#c10e0e; margin:0 7px; font-size:16px; border-radius:8px;
}

/*详细页内容*/
.goods_detail_bg{ height:auto; overflow:hidden; padding-bottom:40px;}
.goods_detail { height:auto; margin-top:20px; position:relative;}
.goods_detail dt { width:100%; height:60px; font-size:30px; line-height:60px; color:#000; text-align:center; position:relative;}
.goods_detail dt:after { content:''; width:100%; height:1px; background:#efefef; position:absolute; left:0; top:50%;}
.goods_detail dt .tit { display:inline-block; background:#fff; position:relative; z-index:1;}
.goods_detail dt .tit:before { content:'»'; margin:0 15px; position:relative; top:-2px;}
.goods_detail dt .tit:after { content:'«'; margin:0 15px; position:relative; top:-2px;}
.goods_detail dd { max-width:1551px; min-width:300px; height:auto; overflow:visible; margin:0 auto;}
.goods_detail dd .detail_info { width:100%; height:auto; overflow:hidden; font-size:18px; line-height:2; color:#4f4f4f;}
.goods_detail dd .detail_info img { max-width:100%; width:auto;}
/*产品相关推荐*/
.goods_related_bg { height:auto; overflow:hidden; padding-bottom:40px;}
.goods_related { height:auto; margin-top:40px; position:relative;}
.goods_related dt { width:100%; height:60px; font-size:30px; line-height:60px; color:#000; text-align:center; position:relative;}
.goods_related dt:after { content:''; width:100%; height:1px; background:#efefef; position:absolute; left:0; top:50%;}
.goods_related dt .tit { display:inline-block; background:#fff; position:relative; z-index:1;}
.goods_related dt .tit:before { content:'»'; margin:0 15px; position:relative; top:-2px;}
.goods_related dt .tit:after { content:'«'; margin:0 15px; position:relative; top:-2px;}
.goods_related dd { max-width:1551px; min-width:300px; height:auto; overflow:visible; margin:0 auto;}
.goods_related dd .goods_related_list_scroll { width:100%; height:auto; position:relative;}
.goods_related dd .goods_list li a { display:block; position:relative; overflow:hidden; background:#efefef url(../images/pic_bg.png) -65% 50% no-repeat; background-size:130% auto;}
.goods_related dd .goods_list li .tit { font-size:23px;}
.goods_related dd .goods_list li .des { font-size:13px; color:#252525; line-height:24px; height:72px;}
.goods_related dd .goods_list li .more { margin-top:20%; font-size:13px; width:109px; height:38px; line-height:38px;}
.goods_related dd .goods_list li .more:hover { background:#5dca07;}

.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;}
/*新闻相关推荐*/
.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: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 { height:auto; overflow:hidden; margin:0 38px; margin-top:62px;}
.joinbox dt { width:100%; height:auto; overflow:hidden; position:relative;}
.joinbox dt .icon { float:left; font-size:70px; line-height:80px; color:#0436ba;}
.joinbox dt .title { float:left; height:auto; overflow:hidden; position:relative; padding-left:20px;}
.joinbox dt .title:before { content:''; position:absolute; left:0; top:50%; margin-top:-27px; width:6px; height:53px; background:#d6ae10;}
.joinbox dt .tit { font-size:36px; line-height:40px; color:#000000;}
.joinbox dt .tit1 { font-size:16px; line-height:22px; text-transform:uppercase; color:#dddddd;}
.joinbox 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;}
.joinbox dt .more:after { content:'>'; display:block; position:absolute; right:0; top:0; width:54px; height:53px; background:#d4b012; color:#000; font-size:24px;}
.joinbox dd { width:100%; height:auto; overflow:hidden; margin-top:53px;}
.joinbox dd .input { width:33%; height:66px; height:66px; line-height:66px; border:0; font-size:18px; text-indent:20px; color:#555555; background:#efefef; margin-bottom:12px;}
.joinbox dd .textarea { width:100%; height:152px; background:#efefef; border:0; padding:20px; font-size:18px;}
.joinbox dd .submit { width:218px; height:67px; background:#d4b012; line-height:67px; font-size:18px; color:#000; cursor:pointer; border:0; margin-top:11px;}
.joinbox dd .reset { width:218px; height:67px; background:#000000; line-height:67px; font-size:18px; color:#fff; margin-left:13px; cursor:pointer; border:0; margin-top:11px;}
.feedbackbox dd .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1;  font-size:16px;
}
.feedbackbox dd .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1; font-size:16px;
}
.feedbackbox dd .textarea:-ms-input-placeholder{
    color: #fff;opacity:1; font-size:16px;
}
.feedbackbox dd .textarea::-webkit-input-placeholder{
    color: #fff;opacity:1; font-size:16px;
}
.joinbox dd .formbox form { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
/*页面布局*/
.indexbox{  max-width:1440px; min-width:300px; height:auto; margin:0 auto; overflow:hidden;}
.ny_banner { max-width:100%; min-width:300px; height:auto; background-color:#ccc; overflow:hidden; position:relative; margin-top:120px; background-repeat:no-repeat; background-size:cover; background-position:top center;}
.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 .ad-info-box { position:absolute; width:100%; height:100%; left:0; top:0; display:none;}
.ny_banner .ad-info { max-width:1440px; min-width:300px; height:auto; color:#fff; margin:0 auto; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.ny_banner .slogan {  font-size:55px; line-height:80px; font-weight:bold; word-wrap:break-word; font-family:Arial black; text-align:left; /*text-shadow: 2px 2px 2px #666;*/}
.ny_banner .brief { font-size:26px; line-height:48px; margin-top:0px; word-wrap:break-word;/* font-family:Arial;*/}

.ny_banner .info1.ad-info { height:100%; text-align:center; justify-content:flex-start; align-items:center;}
.ny_banner .info-1 { }
.ny_banner .info-1 .slogan { width:100%; text-align:center;}
.ny_banner .info-1 .slogan:nth-child(1) { margin-top:8%; font-size:100px; font-weight:bold; color:#e7741d; /*-webkit-text-stroke: 1px #017431; text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;*/}
.ny_banner .info-1 .slogan:nth-child(2) { line-height:100px; font-size:55px; text-shadow: #017431 2px 0 0, #017431 0 2px 0, #017431 -2px 0 0, #017431 0 -2px 0, #017431 -2px -2px 0;}
.ny_banner .info-1 .brief { width:100%; height:auto; text-align:center; padding:20px 0; margin-top:0px; line-height:40px; font-size:26px; text-shadow: #017431 1px 0 0, #017431 0 1px 0, #017431 -1px 0 0, #017431 0 -1px 0, #017431 -1px -1px 0}
.ny_banner .info-2.ad-info { height:auto; padding:15px 5%; padding-bottom:30px; margin-top:10%; background-image:linear-gradient(to left, #a7cc2f, #a7cc2f, rgba(167,204,47,0), rgba(167,204,47,0));}
.ny_banner .info-2.ad-info .slogan { }
.ny_banner .info-2.ad-info .slogan:nth-child(1) { font-size:101px; font-weight:bold; color:#058f41; -webkit-text-stroke: 3px #fff;}
.ny_banner .info-2.ad-info .slogan:nth-child(2) { width:100%; text-align:right; font-size:66px; font-family:"宋体"; line-height:100px;}
.ny_banner .info-2.ad-info .brief { font-size:30px; line-height:40px; margin-top:0%; width:100%; text-align:right;}
.ny_banner .info-3.ad-info { height:auto; padding:15px 5%; padding-bottom:30px; margin-top:10%; background-image:linear-gradient(to right, #a7cc2f, #a7cc2f, rgba(167,204,47,0), rgba(167,204,47,0));}
.ny_banner .info-3.ad-info .slogan {text-align:right;}
.ny_banner .info-3.ad-info .slogan:nth-child(1) { font-size:101px; font-weight:bold; color:#058f41; -webkit-text-stroke: 3px #fff;}
.ny_banner .info-3.ad-info .slogan:nth-child(2) { width:100%; text-align:left; font-size:66px; font-family:"宋体"; line-height:100px;}
.ny_banner .info-3.ad-info .brief { font-size:30px; line-height:40px; margin-top:0%; width:100%; text-align:left;}


.ny_banner .info {}
.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;}
/*业务领域*/
.business_area_bg { height:auto; overflow:hidden; background:url(../images/business_area_bg.jpg) top center no-repeat; background-size:cover; position:relative;}
.business_area { width:100%; height:auto; overflow:hidden; position:relative; margin-top:60px;}
.business_area dt { width:100%; height:auto; overflow:hidden; text-align:center;}
.business_area dt .tit { font-size:30px; color:#262626; line-height:55px;}
.business_area dt .tit:after { content:'—'; display:block; color:#b28147;}
.business_area dt .tit1 { color:#d0d0d0; font-size:16px; line-height:16px; top:-55px; text-transform:uppercase; position:relative;}
.business_area dd { width:100%; height:auto; overflow:hidden;}
.business_area dd .business_area_list { width:100%; height:auto; overflow:hidden;}
.business_area dd .business_area_list li { width:11%; height:633px; float:left; position:relative;}
.business_area dd .business_area_list li:after { content:'+'; display:block; width:100%; text-align:center; font-size:60px; line-height:60px; font-weight:bold; position:absolute; left:0; bottom:26px; color:#fff;}
.business_area dd .business_area_list li a { display:block; height:633px; overflow:hidden; background:#dca049; position:relative;}
.business_area dd .business_area_list li .margin { margin:45px; height:auto; overflow:hidden;}
.business_area dd .business_area_list li .brief { width:100%; float:left; height:633px; color:#fff;}
.business_area dd .business_area_list li .icon { font-size:60px; line-height:60px; display:inline-block; margin-bottom:20px;}
.business_area dd .business_area_list li .tit { width:58px; height:auto; font-size:30px; line-height:33px; overflow:hidden; text-align:center;}
.business_area dd .business_area_list li .des { width:100%; height:144px; font-size:16px; line-height:36px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph; display:none; margin-top:80px;}
.business_area dd .business_area_list li .more { width:100%; height:56px; line-height:56px; font-size:16px; text-align:left; text-indent:25px; background:#d6001c; display:none; margin-top:160px; position:relative;}
.business_area dd .business_area_list li .more:hover {/* background:#b28147;*/}
.business_area dd .business_area_list li .more:after { content:'+'; position:absolute; right:25px; font-size:16px;}
.business_area dd .business_area_list li .pic { float:right; width:60%; height:633px; overflow:hidden;}
.business_area dd .business_area_list li:nth-child(2) a { background:#a10a0a;}
.business_area dd .business_area_list li:nth-child(3) a { background:#6d3f3d;}
.business_area dd .business_area_list li:nth-child(4) a { background:#b47854;}
.business_area dd .business_area_list li:nth-child(5) a { background:#7d1616;}
.business_area dd .business_area_list li:nth-child(1) .icon { font-size:45px;}
.business_area dd .business_area_list li.hover { width:56%;}
.business_area dd .business_area_list li.hover .brief { width:40%;}
.business_area dd .business_area_list li.hover .margin { margin:45px; }
.business_area dd .business_area_list li.hover:after { content:'-'; width:15%;}
.business_area dd .business_area_list li.hover .tit { width:100%; height:60px; line-height:60px;}
.business_area dd .business_area_list li.hover .icon { margin-right:20px; margin-bottom:0;}
.business_area dd .business_area_list li.hover .des,
.business_area dd .business_area_list li.hover .more { display:block;}
/*关于我们*/
.aboutbox_bg { height:auto; overflow:hidden; /*background:url(../images/aboutbox_bg.jpg) top center no-repeat; background-size:cover;*/ padding-top:167px; padding-bottom:100px; position:relative;}
.aboutbox { max-width:1440px; min-width:300px; height:auto; overflow:; margin:0 auto; position:relative;}
.aboutbox dt { width:120px; height:auto; overflow:hidden; float:left;}
.aboutbox dt .tit { font-size:24px; color:#efdcbc; line-height:1.5;}
.aboutbox dt .tit1 { width:33px; height:147px; float:left; color:#fff; font-size:18px; line-height:33px; text-transform:uppercase; position:relative; background:url(../images/about_tit1_bg.png) no-repeat; writing-mode: vertical-lr; text-indent:20px;}
.aboutbox dd { width:100%; height:auto; overflow:; position:relative; margin-top:0px; z-index:1;}
.aboutbox dd .about_box { height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-content:center; align-items:stretch;}
.aboutbox dd .about_tit1 { width:100%; height:50px; color:#fff; font-size:30px; line-height:33px; text-transform:uppercase; position:relative; /*background:url(../images/about_tit1_bg.png) no-repeat; writing-mode: vertical-lr; text-indent:20px;*/}
.aboutbox dd .about_box .title { width:120px; height:auto; overflow:hidden; float:left;}
.aboutbox dd .about_box .title .tit { font-size:24px; color:#efdcbc; line-height:1.5;}
.aboutbox dd .about { width:50%; height:auto; overflow:visible; position:relative; float:left; padding:0 60px;}
.aboutbox dd .about .title { width:100%; height:auto; overflow:; color:#fff; position:relative;}
.aboutbox dd .about .tit1 { font-size:16px; line-height:30px; text-transform:uppercase;}
.aboutbox dd .about .tit { font-size:17px; line-height:36px; color:#efdcbc;}
.aboutbox dd .about .line { width:32px; height:3px; background:#efdcbc; display:block; margin:20px 0; margin-top:40px; }
.aboutbox dd .about .tit span { font-size:25px; margin-right:10px;}
.aboutbox dd .about .more { width:122px; height:50px; line-height:50px; overflow:hidden; display:block; font-size:20px; margin-top:20px; color:#efdcbc; text-transform:uppercase;}
.aboutbox dd .about .more:after { content:'+'; float:right;}
.aboutbox dd .about .more:hover { }
.aboutbox dd .about .more:hover:after {}
.aboutbox dd .about .company_name { font-size:24px; line-height:30px; position:relative; margin-top:30px;}
.aboutbox dd .about .text { height:auto; overflow:hidden; color:#efdcbc; font-size:15px; line-height:36px; margin-top:0px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:20; -webkit-box-orient: vertical; /*text-align:justify; text-justify:inter-ideograph;*/}
/*关于其他*/
.aboutbox dd .about .about_link { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-content:center; align-items:center; margin-top:30px;}
.aboutbox dd .about .about_link li { width:auto; height:auto; overflow:hidden; float:left;}
.aboutbox dd .about .about_link li a { height:auto; overflow:hidden;  position:relative; display:block; color:#fff;}
.aboutbox dd .about .about_link li .icon { width:50px; height:50px; line-height:50px; margin:0 auto; text-align:center; font-size:35px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.aboutbox dd .about .about_link .tit2 { width:100%; font-size:16px; line-height:40px; width:100%;}
.aboutbox dd .about .about_link li:hover a { color:#d62c09;}
.aboutbox dd .about .about_link li:hover a .icon { -webkit-animation-name: rubberBand; animation-name: rubberBand; }

.aboutbox dd .about_pic { width:50%; height:auto; float:right; padding-left:70px; overflow:hidden; position:relative;}
.aboutbox dd .about_pic .pic { margin:0px; height:auto; overflow:hidden; position:relative;}
.aboutbox dd .about_pic .ctrl_box { width:180px; height:53px; overflow:hidden; position:absolute; right:13px; bottom:0px; background:#04287e; z-index:2;}
.aboutbox dd .about_pic .ctrl_box a { display:block; width:53px; height:53px; line-height:53px; border-radius:0%; text-align:center; color:#fff; font-size:24px; font-weight:100;}
.aboutbox dd .about_pic .ctrl_box a:hover { background:#d9041b;}
.aboutbox dd .about_pic .ctrl_box .ctrl_info { position:absolute; left:60px; text-align:center; color:#fff; font-size:24px; right:60px; top:0; height:53px; line-height:53px; color:#fff;}
.aboutbox dd .about_pic .ctrl_box .ctrl_info .curr { margin-right:5px;}
.aboutbox dd .about_pic .ctrl_box .ctrl_info .total { margin-left:5px;}
.aboutbox dd .about_pic .about_pic_prev,
.aboutbox dd .about_pic .about_pic_next { width:56px;  height:56px; text-align:center; line-height:56px; color:#fff; overflow:hidden; border-radius:50%; position:absolute; font-size:36px; left:5%; top:50%; margin-top:-28px; z-index:1; background:rgba(0,0,0,.50); font-weight:100; cursor:pointer;}
.aboutbox dd .about_pic .about_pic_next { left:auto; right:5%;}
.aboutbox dd .about_pic .play { width:100px; height:100px; line-height:100px; font-size:90px; text-align:center; overflow:hidden; color:#efdcbc; position:absolute; left:50%; top:50%; margin-top:-50px; margin-left:-50px; z-index:1;}
.aboutbox dd .about_pic .play:hover { color:#ff0000; font-size:95px;}
.aboutbox dd .about_pic img { display:block;}
.aboutbox dd .about_pic .swiper-pagination { text-align:center; z-index:2; height:18px; text-align:center; z-index:999; width:100%; position:absolute; left:0; bottom:20px;}
.aboutbox dd .about_pic .swiper-pagination .swiper-pagination-switch { display:inline-block; width:12px; height:12px; border-radius:50%; background:none; opacity:1; margin:0 6px; cursor:pointer; border:2px solid #113eae; z-index:1;}
.aboutbox dd .about_pic .swiper-pagination .swiper-pagination-switch.swiper-active-switch { background:#0a43b7; border:2px solid #0a43b7;}


.aboutbox dd .about_pic_list { width:100%; height:auto; overflow:hidden; position:relative; margin-top:95px;}
.aboutbox dd .about_pic_list .pic { margin:0px; height:auto; overflow:hidden;}
.aboutbox dd .about_pic_list .ctrl_box { width:180px; height:53px; overflow:hidden; position:absolute; right:13px; bottom:0px; background:#04287e; z-index:2;}
.aboutbox dd .about_pic_list .ctrl_box a { display:block; width:53px; height:53px; line-height:53px; border-radius:0%; text-align:center; color:#fff; font-size:24px; font-weight:100;}
.aboutbox dd .about_pic_list .ctrl_box a:hover { background:#d9041b;}
.aboutbox dd .about_pic_list .ctrl_box .ctrl_info { position:absolute; left:60px; text-align:center; color:#fff; font-size:24px; right:60px; top:0; height:53px; line-height:53px; color:#fff;}
.aboutbox dd .about_pic_list .ctrl_box .ctrl_info .curr { margin-right:5px;}
.aboutbox dd .about_pic_list .ctrl_box .ctrl_info .total { margin-left:5px;}
.aboutbox dd .about_pic_list .about_pic_prev,
.aboutbox dd .about_pic_list .about_pic_next { width:56px;  height:56px; text-align:center; line-height:56px; color:#fff; overflow:hidden; border-radius:50%; position:absolute; font-size:36px; left:5%; top:50%; margin-top:-28px; z-index:1; background:rgba(0,0,0,.50); font-weight:100; cursor:pointer;}
.aboutbox dd .about_pic_list .about_pic_next { left:auto; right:5%;}
.aboutbox dd .about_pic_list .play { width:100px; height:100px; line-height:100px; font-size:92px; text-align:center; overflow:hidden; color:#fff; position:absolute; left:50%; top:50%; margin-top:-50px; margin-left:-50px; z-index:1;}
.aboutbox dd .about_pic_list .play:hover { color:#000;}
.aboutbox dd .about_pic_list img { display:block;}
.aboutbox dd .about_pic_list img.ispc { display:block;}
.aboutbox dd .about_pic_list img.ismobile { display:none;}
.aboutbox dd .about_pic_list .swiper-pagination { text-align:center; z-index:2; height:18px; text-align:center; z-index:999; width:100%; position:absolute; left:0; bottom:20px;}
.aboutbox dd .about_pic_list .swiper-pagination .swiper-pagination-switch { display:inline-block; width:12px; height:12px; border-radius:50%; background:none; opacity:1; margin:0 6px; cursor:pointer; border:2px solid #113eae; z-index:1;}
.aboutbox dd .about_pic_list .swiper-pagination .swiper-pagination-switch.swiper-active-switch { background:#0a43b7; border:2px solid #0a43b7;}

.aboutbox dd .about_point { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-content:center; align-items:center; margin-top:30px; border-top:1px solid #fff; border-bottom:1px solid #fff;}
.aboutbox dd .about_point li { width:auto; height:auto; margin-top:0px; overflow:hidden; position:relative; float:left;}
.aboutbox dd .about_point li a { color:#fff; display:block; padding:10px 0; position:relative; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-content:center; align-items:center;}
.aboutbox dd .about_point li .icon { font-size:60px; height:100px; line-height:100px; float:left;}
.aboutbox dd .about_point li .info { width:250px; text-align:center; margin-left:10%;}
.aboutbox dd .about_point li .num { font-size:36px; line-height:60px; position:relative;
/*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:60px; font-size:36px; position:relative; top:0px; font-weight:normal;}
.aboutbox dd .about_point li .tit2 { font-size:16px; line-height:20px;}

.aboutbox dd .about_advantage { width:40%; float:right; height:auto; overflow:hidden; margin-top:0px; position:relative; border-radius:18px;}
.aboutbox dd .about_advantage li { float:left; width:45%; height:auto; overflow:hidden; float:left; margin-left:5%; margin-top:40px;}
.aboutbox dd .about_advantage li .icon { width:61px; height:61px; line-height:61px; text-align:center; font-size:30px; color:#fff; background:url(../images/about_advantage_icon_circle.png) center center no-repeat; float:left; margin-right:20px;}
.aboutbox dd .about_advantage li .tit { color:#000; font-size:18px; color:#1d1d1d; line-height:24px; margin-top:10px;}
.aboutbox dd .about_advantage li .tit:after { content:'—'; display:block;}
.aboutbox dd .about_advantage li .des { width:100%; height:72px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; font-size:14px; line-height:24px; color:#6c6c6c; margin-top:10px;}
/*产品优势*/
.advantagebox_bg { height:auto; padding-bottom:0px; overflow:hidden; background:url(../images/advantagebox_bg.jpg) bottom center no-repeat;  /*background-size:cover;*/}
.advantagebox { width:100%; height:auto; overflow:hidden; margin-top:80px; }
.advantagebox dt { width:100%; height:auto; overflow:hidden; position:relative;}
.advantagebox dt .tit1 { font-size:60px; line-height:60px; color:#f7f7f7; text-transform:uppercase; font-weight:bold; position:absolute; left:0; top:0;}
.advantagebox dt .tit strong { color:#d9041b; font-weight:normal;}
.advantagebox dt .tit { font-size:30px; line-height:60px; color:#123998; position:relative; z-index:1;}
.advantagebox dt .tit:after { content:'-'; display:inline-block; margin-left:10px;}
.advantagebox dt .tit span { font-size:25px; margin-right:10px;}
.advantagebox dt .more { width:154px; height:44px; line-height:44px; display:block; overflow:hidden; font-size:16px; margin-top:10px; background:#fff; color:#3b3b3b; z-index:1; text-align:center; position:absolute; right:0; top:0px; border-radius:22px; border:1px solid #cccccc;}
.advantagebox dt .more:after { content:''; background:url(../images/about_more_icon.png) no-repeat; width:28px; height:28px; float:right; margin-top:10px; margin-right:20px;}
.advantagebox dt .more:hover { background:#123998; color:#fff; border:1px solid #123998;}
.advantagebox dt .tabs { width:100%; height:60px; line-height:60px; z-index:1; font-size:18px;}
.advantagebox dt .tabs a { width:140px; height:60px; line-height:30px; font-size:18px; color:#2e2e2e; display:block; float:left; position:relative; text-align:left; margin:0px;}
/*.advantagebox dt .tabs a.first:before { display:none;}
.advantagebox dt .tabs a:before { content:'｜'; position:absolute; left:-11px; top:0%;}*/
.advantagebox dt .tabs a .num {}
.advantagebox dt .tabs a:after { /*content:''; position:absolute; left:0; bottom:0px; width:0%; height:3px; background:#123998;*/
-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);
}
.advantagebox dt .tabs a:hover,
.advantagebox dt .tabs a.hover { color:#04287e; font-weight:bold;}
.advantagebox dt .tabs a:hover:after,
.advantagebox dt .tabs a.hover:after { width:100%;}
.advantagebox dd { width:100%; height:auto; overflow:hidden; margin-top:0px; position:relative;}
.advantagebox .guarantee { width:465px; height:511px; position:absolute; top:70px; right:0; background:url(../images/guarantee_bg.jpg) no-repeat; background-size:cover;}
.advantagebox .guarantee .margin { margin:43px; height:auto; overflow:hidden;}
.advantagebox .guarantee .tit { font-size:46px; line-height:50px; color:#fff;}
.advantagebox .guarantee .des { font-size:16px; line-height:36px; color:#fff; margin-top:20px;}
.advantage_list_scroll { margin-right:219px; height:430px; background:url(../images/advantage_list_bg.jpg) no-repeat; margin-top:20px;}
.advantagebox .advantage_list { width:100%; height:auto; overflow:;  position:relative;}
.advantagebox .advantage_list li { width:100%; height:auto; overflow:visible; float:left; position:relative;}
.advantagebox .advantage_list li a { display:block; overflow:hidden;}
.advantagebox .advantage_list li .brief { width:90%; height:auto; overflow:hidden; margin-top:20px; color:#fff;}
.advantagebox .advantage_list li .brief .tit { font-size:30px; line-height:50px;}
.advantagebox .advantage_list li .brief .tit1 { font-size:18px; line-height:30px;}
.advantagebox .advantage_list li .brief .des { height:72px; font-size:16px; line-height:36px; overflow:hidden; margin-top:5%; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.advantagebox .advantage_list li .brief .margin { margin:30px 50px; height:auto; overflow:hidden;}
.advantagebox .advantage_list li .brief .more { width:118px; height:38px; line-height:38px; margin-top:5%; text-align:center; color:#fff; border:1px solid #fff;}
.advantagebox .advantage_list li .brief .more:after { content:'>'; margin-left:10px;}
.advantagebox .ctrl_box { width:199px; height:auto; overflow:hidden; z-index:1; margin-top:10px;}
.advantagebox .advantage_list li .brief .more:hover { background:#fff; color:#000;}
.advantagebox .advantage_prev,
.advantagebox .advantage_next { width:62px; height:62px; line-height:60px; text-align:center; background:#072775; color:#fff; border-radius:50%; font-size:24px; display:block; font-weight:100;}
.advantagebox .ctrl_info { position:absolute; right:0; top:20px; left:84%; text-align:center;}
.advantagebox .ctrl_info .curr { color:#04287e; font-size:48px; line-height:50px;}
.advantagebox .ctrl_info .total { color:#04287e; font-size:16px; line-height:20px;}
.advantagebox .ctrl_box { position:relative; width:143px; height:auto; overflow:hidden; margin:60px 0;}
.advantagebox .advantage_prev { float:left;}
.advantagebox .advantage_next { float:right;}
.advantagebox .ctrl_box a:hover { background:#e92633;}
/*产品展示*/
.productbox_bg { height:auto; overflow:hidden; position:relative; padding:120px 0; /*background:url(../images/productbox_bg.jpg) top center no-repeat; background-size:cover;*/}
.productbox { width:100%; height:auto; overflow:hidden; position:relative; z-index:1;}
.productbox dt { width:100%; height:auto; overflow:hidden; position:relative; padding:40px 0;}
.productbox dt .title { float:left; height:auto; overflow:hidden; color:#efdcbc; display:none;}
.productbox dt .tit { font-size:30px; line-height:40px; position:relative; font-weight:bold; z-index:1;}
.productbox dt .tit:after { content:'-';}
.productbox dt .tit1 { font-size:16px; line-height:30px; color:#b9b9b; text-transform:uppercase;}
.productbox dt .more { width:166px; height:52px; line-height:52px; display:block; overflow:hidden; font-size:16px; background:#358b48; color:#fff; z-index:1; text-align:center; position:absolute; right:0; top:0px; border-radius:0px;}
.productbox dt .more:after { content:'>'; width:47px; height:52px; float:right; border-left:1px solid #2a7d3c;}
.productbox dt .more:hover { background:#3fa84c;}
.productbox dt .more:hover:after { border-left:1px solid #358b48;}
.productbox dt .tabs_bg { width:100%; height:100px; overflow:; position:relative; background:url(../images/productbox_tabs_bg.png) center center no-repeat; background-size:100% auto;}
.productbox dt .tabs { max-width:1440px; min-width:300px; height:100px; line-height:60px; margin:0 auto; text-align:center; position:relative; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center; z-index:1;}
.productbox dt .tabs a { height:60px; line-height:50px; font-size:16px; color:#efdcbc; display:inline-block; position:relative; text-align:center; margin:0px; padding:0 20px; text-align:center;}
.productbox dt .tabs a:before { content:''; width:20px; height:24px; display:block; margin:0 auto; background:url(../images/productbox_tabs_icon.png) center center no-repeat;/* margin-top:-9px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 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);
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;
border-left: 21px solid #74b128;
border-right: 0px solid transparent;*/
}
.productbox dt .tabs a:after { content:''; position:absolute; left:50%; bottom:0px; width:0%; height:3px; background:#bb0101; display:none;
-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 dt .tabs a.hover { color:#fff; font-size:18px;}
.productbox dt .tabs a:hover:before,
.productbox dt .tabs a.hover:before {}
.productbox dt .tabs a:nth-child(1) { top:-10px;}
.productbox dt .tabs a:nth-child(2) { top:10px;}
.productbox dt .tabs a:nth-child(3) { top:30px;}
.productbox dt .tabs a:nth-child(4) { top:15px;}
.productbox dt .tabs a:nth-child(5) { top:-10px;}
.productbox dt .tabs a:nth-child(6) { top:-20px;}
.productbox dt .tabs a:nth-child(7) { top:-20px;}
.productbox dt .tabs a:nth-child(8) { top:10px;}

.productbox dt .tit2 { font-size:24px; line-height:30px;}
.productbox dt .tit3 { font-size:12px; line-height:30px; text-transform:uppercase;}
.productbox dt .des { color:#606060; font-size:18px; line-height:2; margin-top:10px;}
.productbox dd { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:0px; position:relative;}
.productbox dd .product_box { height:auto; overflow:visible;}
.productbox dd .product_list_scroll { width:100%; height:auto; overflow:hidden; float:left; margin-top:32px;}
.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 .product_show { width:100%; height:auto;}
.productbox .product_show li { width:100%; height:auto; overflow:hidden;}
.productbox .product_show li .box { display:block; width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center; padding:0; color:#efdcbc;}
.productbox .product_show li .pic { width:50%; height:auto; overflow:hidden; text-align:center;}
.productbox .product_show li .brief { width:50%; float:left;}
.productbox .product_show li .tit { width:100%; height:auto; overflow:hidden; font-size:36px; line-height:60px; /*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:center;*/}
.productbox .product_show li .tit:before { content:''; width:104px; height:35px; background:url(../images/pic_yingtianxiawd.png) no-repeat; float:left; margin-right:10px; margin-top:15px; display:none;}
.productbox .product_show li .tit:after { content:''; width:33px; height:4px; background:#efdcbc; display:block; margin:20px 0;}
.productbox .product_show li .tit1 { font-size:30px; line-height:60px;}
.productbox .product_show li .des { width:100%; height:auto; font-size:18px; line-height:48px; overflow:hidden; margin-top:20px;}
.productbox .product_show li .more { width:auto; height:48px; line-height:48px; font-size:16px; display:block; margin-top:20px; border-radius:0px; float:left;}
.productbox .product_show li .more:after { content:'>';}


.productbox .product_list { width:100%; height:auto; overflow:; margin-top:40px; /*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:; position:relative;
-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 { position:relative; width:50%; height:auto; overflow:hidden; color:#000; background:#fff; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center; padding:0 30px; z-index:2; float:left;}
.productbox .product_list li .des { width:100%; height:auto; line-height:3; overflow:hidden; font-size:16px;}
.productbox .product_list li .brief .tit { width:100%; height:60px; line-height:60px; font-size:24px; color:#3b3b3b;}
.productbox .product_list li .brief .tit .icon { float:right; line-height:60px; color:#bcbcbc; font-size:30px;}
.productbox .product_list li a { display:block; position:relative; overflow:hidden;}
.productbox .product_list li .info { border:1px solid #fff; position:absolute; left:0px; top:0px; right:0px; bottom:0px; z-index:2; 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;}
.productbox .product_list li .info .tit { font-size:24px; height:80px; line-height:80px; text-align:center;}
.productbox .product_list li .info .more { width:50px; height:50px; line-height:50px; overflow:hidden; border-radius:50%; text-align:center; font-size:27px; color:#659821; background:#fff; display:block; margin:0 auto;}
.productbox .product_list li .pic { width:50%; display:block; overflow:hidden; position:relative; margin:0px; z-index:1; float:left;
	-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:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#659821; background:rgba(101,152,33,.97); z-index:1;
filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 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 .pic img { display:block;}
.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 .brief .more { width:100%; height:50px; line-height:50px; color:#669821; border-radius:0px; overflow:hidden; font-size:14px; border-top:1px solid #bbbbbb;
-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 .brief .more:after { content:' >>'; float:right;}
.productbox .product_list li:before { content:'';}
.productbox .product_list li .pic:after { content:''; width:0%; height:5px; background:#d9041b; position:absolute; left:0; bottom:0; z-index:1; display:none;
-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 .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(214,0,0,.84); 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);*/
}
.productbox .product_list li:hover .pic:before { filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.productbox .product_list li:hover .pic:after { width:100%;}
.productbox .product_list li:hover .tit,
.productbox .product_list li:hover .tit .icon,
.productbox .product_list li:hover .brief .more { color:#fff;}
.productbox .product_list li:hover .brief { background:#6a9b28;}
.productbox .product_list li:hover .info { left:30px; top:30px; right:30px; bottom:30px; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}


.productbox .ctrl_box { width:30%; float:right; margin-right:10%; margin-top:30px; height:54px; overflow:hidden; position:relative;}
.productbox .ctrl_box .swiper-pagination-progressbar { width:60%; height:2px; background:#efdcbc; overflow:hidden; border-radius:2px; left:20%; top:50%; margin-top:-1px;}
.productbox .ctrl_box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background:#c30d23; height:2; border-radius:0px;}
.productbox .ctrl_box .prev,
.productbox .ctrl_box .next { display:block; width:54px; height:54px; line-height:54px; border-radius:50%; font-weight:bold; text-align:center; font-size:30px; color:#efdcbc; text-align:center; position:absolute; left:0px; top:50%; margin-top:-27px; z-index:1;}
.productbox .ctrl_box .next { left:auto; right:0px;}
.productbox .ctrl_box .prev:hover:after,
.productbox .ctrl_box .next:hover:after { }
.productbox .ctrl_box .prev:hover,
.productbox .ctrl_box .next:hover { background:#c30d23; color:#fff;}

.productbox dd .product_more { width:188px; height:56px; line-height:56px; font-size:16px; text-align:left; text-indent:25px; background:#d6001c; color:#fff; margin:0 auto; margin-top:30px; position:relative; display:block;}
.productbox dd .product_more:hover { background:#b28147;}
.productbox dd .product_more:after { content:'+'; position:absolute; right:25px; font-size:16px;}

.indexBanner {
  position: relative;
  width: 100%;
  height: -webkit-calc(100vh);
  height: -moz-calc(100vh);
  height: calc(100vh);
  overflow: hidden;
}
.indexBanner .banner-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.indexBanner .banner-box .slide-wrapper {
  opacity: 0;
}
.indexBanner .banner-box canvas {
  position: absolute;
  z-index: 10;
}
.indexBanner .banner-box:after {
  content: "";
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  pointer-events: none;
}
.indexBanner #clock {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-left: 13vw;
  z-index: 30;
  width: 27vw;
  height: 27vw;
}
.indexBanner #clock > img {
  height: 100%;
  position: absolute;
  z-index: 3;
}
.indexBanner #clock .time-box {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius:50%;
}
.indexBanner #clock .time-box > ul {
  width: 0;
  position: absolute;
}
.indexBanner #clock .time-box > ul.time-num {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  bottom: 55%;
  left: 50%;
  height: 50%;
  color: #ffffff;
}
.indexBanner #clock .time-box > ul.time-num > li > i {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.indexBanner #clock .time-box > ul.time-num > li.on > i {
  opacity: 1;
}
.indexBanner #clock .time-box > ul > li {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.indexBanner #clock .time-box > ul > li i {
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
}
.indexBanner #clock .time-box > ul > li:nth-of-type(1) {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(1) i {
  -webkit-transform: translateX(-50%) rotate(-180deg);
  -moz-transform: translateX(-50%) rotate(-180deg);
  -ms-transform: translateX(-50%) rotate(-180deg);
  -o-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(2) {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(2) i {
  -webkit-transform: translateX(-50%) rotate(-225deg);
  -moz-transform: translateX(-50%) rotate(-225deg);
  -ms-transform: translateX(-50%) rotate(-225deg);
  -o-transform: translateX(-50%) rotate(-225deg);
  transform: translateX(-50%) rotate(-225deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(3) {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(3) i {
  -webkit-transform: translateX(-50%) rotate(-270deg);
  -moz-transform: translateX(-50%) rotate(-270deg);
  -ms-transform: translateX(-50%) rotate(-270deg);
  -o-transform: translateX(-50%) rotate(-270deg);
  transform: translateX(-50%) rotate(-270deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(4) {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(4) i {
  -webkit-transform: translateX(-50%) rotate(-315deg);
  -moz-transform: translateX(-50%) rotate(-315deg);
  -ms-transform: translateX(-50%) rotate(-315deg);
  -o-transform: translateX(-50%) rotate(-315deg);
  transform: translateX(-50%) rotate(-315deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(5) {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(5) i {
  -webkit-transform: translateX(-50%) rotate(-360deg);
  -moz-transform: translateX(-50%) rotate(-360deg);
  -ms-transform: translateX(-50%) rotate(-360deg);
  -o-transform: translateX(-50%) rotate(-360deg);
  transform: translateX(-50%) rotate(-360deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(6) i {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(7) {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(7) i {
  -webkit-transform: translateX(-50%) rotate(-90deg);
  -moz-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  -o-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(8) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(8) i {
  -webkit-transform: translateX(-50%) rotate(-135deg);
  -moz-transform: translateX(-50%) rotate(-135deg);
  -ms-transform: translateX(-50%) rotate(-135deg);
  -o-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
}
.indexBanner #clock .time-box > ul.time-cir {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  bottom: 50.4%;
  left: 50%;
  height: 50%;
}
.indexBanner #clock .time-box > ul.time-cir > li > i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  background-color: #efdcbc;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 0.8;
  cursor: pointer;
  pointer-events: auto;
}
.indexBanner #clock .time-box > ul.time-cir > li > i > span {
  position: absolute;
  background-color: #efdcbc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  left: -1px;
  top: -1px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  text-indent: -2px;
}
.indexBanner #clock .time-box > ul.time-cir > li.on {
  pointer-events: none;
}
.indexBanner #clock .time-box > ul.time-cir > li.on > i {
  opacity: 1;
  pointer-events: none;
}
.indexBanner #clock .time-box > ul.time-cir > li.on > i > span {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  opacity: 1;
  pointer-events: none;
}
.indexBanner #clock .time-box .time-el {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.indexBanner #clock .time-box .time-el .fen {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 12%;
  -webkit-transform-origin: 50% 76%;
  -moz-transform-origin: 50% 76%;
  -ms-transform-origin: 50% 76%;
  -o-transform-origin: 50% 76%;
  transform-origin: 50% 76%;
  height: 50%;
  width: 10px;
  background-color: rgba(239, 220, 188 ,0.3);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-timing-function: cubic-bezier(0.59, 0, 0.42, 0.99);
  -moz-animation-timing-function: cubic-bezier(0.59, 0, 0.42, 0.99);
  -o-animation-timing-function: cubic-bezier(0.59, 0, 0.42, 0.99);
  animation-timing-function: cubic-bezier(0.59, 0, 0.42, 0.99);
}
.indexBanner #clock .time-box .time-el .fen.on {
  -webkit-animation-name: gorotate;
  -moz-animation-name: gorotate;
  -o-animation-name: gorotate;
  animation-name: gorotate;
}
.indexBanner #clock .time-box .time-el .shi {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 45%;
  -webkit-transform-origin: 50% 12.5%;
  -moz-transform-origin: 50% 12.5%;
  -ms-transform-origin: 50% 12.5%;
  -o-transform-origin: 50% 12.5%;
  transform-origin: 50% 12.5%;
  height: 40%;
  width: 10px;
  background-color: rgba(239, 220, 188 ,0.3);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-transition: all 1.6s ease-in-out;
  -o-transition: all 1.6s ease-in-out;
  -moz-transition: all 1.6s ease-in-out;
  transition: all 1.6s ease-in-out;
}
.indexBanner #clock .time-box .time-el .shi.on {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.indexBanner #clock .time-move {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.indexBanner #clock .time-move canvas {
  width: 100% !important;
  height: 100% !important;
}
.indexBanner .msg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.indexBanner .msg-box > ul {
  position: relative;
  height: 100%;
}
.indexBanner .msg-box > ul > li {
  height: 100%;
  width: 100%;
  position: relative;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(1) {
  position: absolute;
  right: 16.87%;
  top: 55%;
  margin-top: -229px;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(2) > ol > li {
  display: none;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(2) > ol > li h3,
.indexBanner .msg-box > ul > li > div:nth-of-type(2) > ol > li h5 {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(2) > ol > li.on {
  display: block;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li {
  display: none;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li a {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li a i {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: inline-block;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li a:hover {
  color: #ffffff;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li a:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  color: #ffffff;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li.on {
  display: block;
}
.msg_1_box {
  width: 460px;
}
.msg_1 {
  color: #efdcbc;
}
.msg_1 li {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 1600ms ease 0s;
  -o-transition: all 1600ms ease 0s;
  -moz-transition: all 1600ms ease 0s;
  transition: all 1600ms ease 0s;
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  -o-transform: translateX(25%);
  transform: translateX(25%);
  line-height: 1;
}
.msg_1 li.on {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1;
  height: auto;
}
.msg_my .mm1 {
  font-size: 48px;
  padding-bottom: 50px;
}
.msg_my .mm2 {
  padding-bottom: 30px;
  width:59px;
}
.msg_my .mm2 img { max-width:100%; width:auto; display:block;}
.msg_my .mm3 {
  padding-bottom: 50px;
  font-size: 26px;
}
.msg_my .mm4 {
  padding-bottom: 70px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 26px;
}
/*.msg_my a {
  display: inline-block;
  position: relative;
  z-index: 3;
  width: 122px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  border-radius: 38px;
  border: 1px solid #fff;
  overflow: hidden;
}
.msg_my a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.msg_my a:hover,
.msg_my a.active {
  color: #fff;
}
.msg_my a:hover:before,
.msg_my a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.msg_my a:hover {
  color: #b22e30;
}*/
.msg_my .more { display:block; width:167px; height:64px; line-height:43px; padding-top:20px; text-align:right; background:url(../images/more_bg.png) no-repeat; border-radius:0; border:0; font-size:18px; color:#efdcbc;}
.msg_my .more:after { content:'>';}
.service-centre {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100vh;
}

/*生产工艺*/
.production_process_bg { height:auto; overflow:hidden; position:relative; padding:120px 0;}
.production_process_bg:after { content:''; position:absolute; left:0; top:0; width:100%; height:100%; /*background:url(../images/production_process_bg.jpg) top center no-repeat; background-size:cover;*/}
.production_process { width:100%; height:auto; overflow:hidden; position:relative; z-index:1;}
.production_process dt { max-width:1440px; min-width:300px; height:auto; margin:0 auto; overflow:hidden; position:relative;}
.production_process dt .title { float:left; height:auto; overflow:hidden; color:#efdcbc; display:none;}
.production_process dt .tit { font-size:30px; line-height:40px; position:relative; font-weight:bold; z-index:1;}
.production_process dt .tit:after { content:'-';}
.production_process dt .tit1 { font-size:16px; line-height:30px; color:#b9b9b; text-transform:uppercase;}
.production_process dt .more { width:166px; height:52px; line-height:52px; display:block; overflow:hidden; font-size:16px; background:#358b48; color:#fff; z-index:1; text-align:center; position:absolute; right:0; top:0px; border-radius:0px;}
.production_process dt .more:after { content:'>'; width:47px; height:52px; float:right; border-left:1px solid #2a7d3c;}
.production_process dt .more:hover { background:#3fa84c;}
.production_process dt .more:hover:after { border-left:1px solid #358b48;}

.production_process dt .des { color:#606060; font-size:18px; line-height:2; margin-top:10px;}
.production_process dd { width:100%; height:auto; overflow:hidden; margin-top:50px; position:relative;}

.production_process_list { width:100%; height:auto; overflow:;}
.production_process_list li { width:30%; height:auto; overflow:visible;}
.production_process_list li a { display:block; width:100%; height:auto; overflow:hidden; position:relative; border-radius:10px;}
.production_process_list li .brief { position:absolute; right:0; bottom:-95px; width:60%;}
.production_process_list li .tit { background:#659821; color:#fff; font-size:30px; line-height:95px; text-align:center;}
.production_process_list li .pic img { display:block;}
.production_process_list li.swiper-slide-prev,
.production_process_list li.swiper-slide-next {}
.production_process_list li.swiper-slide-active .brief { bottom:0;}

.production_process_thumb_scroll { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:50px;}
.production_process_thumb { width:100%; height:auto; overflow:hidden;}
.production_process_thumb li { width:30%; height:auto; overflow:hidden; position:relative; margin:0 10px; border-radius:10px;}
.production_process_thumb li a { display:block; width:100%; height:auto; overflow:hidden; position:relative;}
.production_process_thumb li:hover a:after,
.production_process_thumb li.hover a:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; border:3px solid #659821; border-radius:10px;}
.production_process_thumb li a img { display:block;}
.production_process_thumb li.swiper-slide-active a { border:1px solid red;}

.production_process_scroll { width:100%; height:auto; overflow:hidden; position:relative;}
.production_process_scroll .prev,
.production_process_scroll .next { width:18%; height:100%; line-height:54px; border:0; border-radius:0%; text-align:center; font-size:18px; position:absolute; left:0%; top:0%; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center; z-index:1; font-family:"宋体";}
.production_process_scroll .next { left:auto; right:0%;}
.production_process_scroll .prev:after ,
.production_process_scroll .next:after { content:'<<'; width:54px; height:54px; line-height:54px; border-radius:50%; background:#bb0101; color:#fff; position:absolute; right:0%; top:50%; margin-top:-27px;}
.production_process_scroll .next:after { content:'>>'; left:0%; right:auto;}

/*选择我们*/
.why_choose_us_bg { height:auto; overflow:hidden; position:relative; padding-top:20px; /*background:url(../images/why_choose_us_bg.jpg) bottom center no-repeat; background-size:cover;*/}
.why_choose_us {  max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:50px;}
.why_choose_us dt { max-width:1440px; min-width:300px; height:auto; margin:0 auto; overflow:hidden; position:relative; display:none;}
.why_choose_us dt .title { float:left; height:auto; overflow:hidden; color:#659821;}
.why_choose_us dt .tit { font-size:30px; line-height:40px; position:relative; font-weight:bold; z-index:1;}
.why_choose_us dt .tit:after { content:'-';}
.why_choose_us dt .tit1 { font-size:16px; line-height:30px; color:#b9b9b; text-transform:uppercase;}
.why_choose_us dt .more { width:166px; height:52px; line-height:52px; display:block; overflow:hidden; font-size:16px; background:#358b48; color:#fff; z-index:1; text-align:center; position:absolute; right:0; top:0px; border-radius:0px;}
.why_choose_us dt .more:after { content:'>'; width:47px; height:52px; float:right; border-left:1px solid #2a7d3c;}
.why_choose_us dt .more:hover { background:#3fa84c;}
.why_choose_us dt .more:hover:after { border-left:1px solid #358b48;}
.why_choose_us dt .des { color:#606060; font-size:18px; line-height:2; margin-top:10px;}

.why_choose_us dd { width:100%; height:auto; overflow:hidden; margin-top:50px; position:relative; }
.why_choose_us dd .title { width:100%; height:auto; overflow:hidden; color:#659821;}
.why_choose_us dd .tit { font-size:30px; line-height:40px; position:relative; margin:80px 0; z-index:1;}
.why_choose_us dd .tit:after { content:'-';}
.why_choose_us dd .tit1 { font-size:16px; line-height:30px; color:#b9b9b; text-transform:uppercase;}
.why_choose_us dd .des:before { content:''; width:34px; height:5px; background:#bb0101; display:block; margin:20px 0;}
.why_choose_us dd .des { color:#000; font-size:30px; line-height:2; margin-top:20px;}
.why_choose_us_album_scroll { width:60%; height:auto; overflow:hidden; margin-top:100px;}
.why_choose_us_album_list { width:100%; height:auto; overflow:;}
.why_choose_us_album_list li { width:25%; height:auto; overflow:hidden; position:relative; border-radius:10px;}
.why_choose_us_album_list li a { display:block; width:100%; height:auto; overflow:hidden; position:relative;}
.why_choose_us_album_list li:hover a:after,
.why_choose_us_album_list li.hover a:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; border:3px solid #659821; border-radius:10px;}
.why_choose_us_album_list li img { display:block;}
.why_choose_us dd .ctrl_box { width:420px; height:130px; float:right; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.why_choose_us dd .ctrl_box .prev,
.why_choose_us dd .ctrl_box .next { width:58px; height:58px; line-height:58px; text-align:center; background:#fff; color:#bb0101; font-size:24px; display:inline-block; border-radius:50%; font-family:"宋体"; font-weight:bold;}
.why_choose_us dd .ctrl_box .prev:hover,
.why_choose_us dd .ctrl_box .next:hover { background:#bb0101; color:#fff;}
.why_choose_us dd .ctrl_box .swiper-pagination { position:relative; width:220px; height:67px; line-height:67px; color:#fff; font-size:24px; margin:0; padding:0; float:left; bottom:0;}
.why_choose_us dd .ctrl_box .swiper-pagination .swiper-pagination-current {}
/*新闻资讯*/
.newsbox_bg { height:auto; overflow:hidden; position:relative; padding:100px 0; /*background:url(../images/newsbox_bg.jpg) top center no-repeat; background-size:cover;*/}
.newsbox { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; position:relative; z-index:1;}
.newsbox dt { width:100%; height:auto; overflow:hidden; text-align:center; position:relative;}
.newsbox dt .title { height:auto; overflow:hidden; color:#efdcbc;}
.newsbox dt .tit { font-size:24px; line-height:40px; position:relative; z-index:1;}
.newsbox dt .tit1 { font-size:16px; line-height:30px; color:#b9b9b; text-transform:uppercase;}
.newsbox dt .more { width:166px; height:52px; line-height:52px; display:block; overflow:hidden; font-size:16px; background:#358b48; color:#fff; z-index:1; text-align:center; position:absolute; right:0; top:0px; border-radius:0px;}
.newsbox dt .more:after { content:'>'; width:47px; height:52px; float:right; border-left:1px solid #2a7d3c;}
.newsbox dt .more:hover { background:#3fa84c;}
.newsbox dt .more:hover:after { border-left:1px solid #358b48;}
.newsbox dt .tabs { position:absolute; top:0; height:60px; line-height:60px; right:0; text-align:center; bo z-index:1; display:none;}
.newsbox dt .tabs a { height:60px; line-height:60px; font-size:20px; color:#000; display:inline-block; position:relative; text-align:center; margin:0px; padding:0 20px; text-align:center;}
.newsbox dt .tabs a.first:before { display:none;}
.newsbox dt .tabs a:before { content:'｜'; position:absolute; left:-11px; top:0%; display:none;/* margin-top:-9px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 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);
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;
border-left: 21px solid #74b128;
border-right: 0px solid transparent;*/
}
.newsbox dt .tabs a:after { content:''; position:absolute; left:50%; bottom:0px; width:0%; height:3px; background:#bb0101;
-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 { color:#bb0101;}
.newsbox dt .tabs a:hover:after,
.newsbox dt .tabs a.hover:after { width:40px; margin-left:-20px;}
.newsbox dt .tit2 { font-size:24px; line-height:30px;}
.newsbox dt .tit3 { font-size:12px; line-height:30px; text-transform:uppercase;}
.newsbox dt .des { color:#606060; font-size:18px; line-height:2; margin-top:10px;}
.newsbox dd { width:100%; height:auto; overflow:hidden; margin-top:30px; position:relative;}
.newsbox dd .news_box { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; /*align-items:center;*/}
/*图片新闻列表样式*/
.newsbox .pic_news_list_scroll { width:70%; height:auto; overflow:hidden; position:relative; padding-right:30px;}
.newsbox dd .pic_news_list { width:100%; height:auto; overflow:;}
.newsbox dd .pic_news_list li { width:50%; height:auto; overflow:; position:relative; margin:0;}
.newsbox dd .pic_news_list li.ml0 { margin-left:0;}
.newsbox dd .pic_news_list li a { display:block; height:auto; overflow:hidden;}
.newsbox dd .pic_news_list li .pic { width:auto; height:auto; overflow:hidden; position:relative; border-radius:0px;
  -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;
	-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;
}
.newsbox dd .pic_news_list li .pic:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; background:url(../images/news_list_pic_bg.png) center center no-repeat; background-size:100% 100%;
    -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;}
.newsbox dd .pic_news_list li .margin { margin:30px 0; height:auto; overflow:hidden; position:relative;}
.newsbox dd .pic_news_list li .time { font-size:16px; color:#efdcbc; line-height:2; margin-top:20px;}
.newsbox dd .pic_news_list li .tit { width:100%; line-height:30px; height:60px; overflow: hidden; color:#efdcbc; font-size:18px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph; font-weight:bold;}
.newsbox dd .pic_news_list li .des { width:100%; position:relative; height:24px; overflow:hidden; line-height:24px; margin-top:20px; font-size:14px; color:#8e8e8e; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.newsbox dd .pic_news_list li .info { padding-left:100px; height:auto; overflow:hidden;}
.newsbox dd .pic_news_list li .date { width:83px; height:auto; overflow:hidden; text-align:left; float:left; margin:0 0 0 -100px; position:relative;}
.newsbox dd .pic_news_list li .date:after { content:''; position:absolute; right:0; top:0; width:1px; height:100%; background:#e1e1e1;}
.newsbox dd .pic_news_list li .date .d { font-size:48px; line-height:50px; color:#343434; font-weight:bold;}
.newsbox dd .pic_news_list li .date .y-m { font-size:14px; line-height:20px; color:#8e8e8e;}
.newsbox dd .pic_news_list li .more { width:100%; height:60px; line-height:60px; font-size:16px; border-radius:0px; margin-top:20px; border-top:1px solid #e1e1e1; text-align:left; overflow:hidden; color:#cc0b10;}
.newsbox dd .pic_news_list li .more:after { content:'+'; float:right;}
.newsbox dd .pic_news_list li .pic,
.newsbox dd .pic_news_list li .more,
.newsbox dd .pic_news_list li .date,
.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 a,
.newsbox dd .pic_news_list li.hover a { }
.newsbox dd .pic_news_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;
}

.newsbox dd .news_list_scroll {  width:30%; height:auto; overflow:hidden; position:relative; margin-top:0px; float:right; padding-left:30px;}
.newsbox dd .news_list_scroll .title { font-size:14px; color:#efdcbc; line-height:2; font-weight:bold;}
.newsbox dd .news_list { width:100%; height:auto; overflow:hidden; margin-top:20px;}
.newsbox dd .news_list li { width:100%; height:auto; overflow:hidden; position:relative; margin-bottom:0;}
.newsbox dd .news_list li.ml0 { margin-left:0;}
.newsbox dd .news_list li a { display:block; height:auto; overflow:hidden;}
.newsbox dd .news_list li .pic { width:363px; height:auto; overflow:hidden; position:relative; float:left; margin:0 0 0 -363px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.newsbox dd .news_list li .pic:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; border:0px solid #a10a0a;}
.newsbox dd .news_list li .pic img { display:block;}
.newsbox dd .news_list li .pic:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; background:url(../images/pic_news_list_mask_x.png) bottom center repeat-x;
    -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 .news_list li .brief { width:100%; height:auto; overflow:hidden; position:relative; float:left; margin-top:6%;}
.newsbox dd .news_list li .margin { margin:0 40px; height:auto; overflow:hidden; position:relative;}
.newsbox dd .news_list li .time { color:#efdcbc; font-weight:bold; font-size:16px; line-height:2; margin-top:10px;}
.newsbox dd .news_list li .tit { width:100%; line-height:30px; height:auto; overflow: hidden; color:#efdcbc; font-size:18px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph; margin-top:0px; font-weight:bold;}
.newsbox dd .news_list li .des { width:100%; position:relative; height:48px; overflow:hidden; line-height:24px; margin-top:30px; font-size:16px; color:#808080; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.newsbox dd .news_list li .line { width:17px; height:2px; background:#efdcbc; margin:30px 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;
}
.newsbox dd .news_list li .date { width:100px; height:auto; overflow:hidden; text-align:left; z-index:1; position:absolute; left:30px; bottom:20px; color:#fff; z-index:2;}
.newsbox dd .news_list li .date .d { font-size:50px; line-height:50px;}
.newsbox dd .news_list li .date .y-m { font-size:14px; line-height:20px;}
.newsbox dd .news_list li .more { width:70px; height:40px; line-height:40px; border-radius:6px; margin-top:20px; background:#fff; text-align:left; overflow:hidden; color:#1e1e1e;}
.newsbox dd .news_list li .pic,
.newsbox dd .news_list li .more,
.newsbox dd .news_list li .date,
.newsbox dd .news_list li .des,
.newsbox dd .news_list li .tit {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.newsbox dd .news_list li:hover a,
.newsbox dd .news_list li.hover a { }

.newsbox dd .news_list li:hover .line { width:100%;}

.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:188px; height:56px; line-height:56px; font-size:16px; text-align:left; text-indent:25px; background:#d6001c; color:#fff; margin:0 auto; margin-top:34px; position:relative; display:block;}
.newsbox dd .news_more:hover { background:#b28147;}
.newsbox dd .news_more:after { content:'+'; position:absolute; right:25px; font-size:16px;}
/*合作伙伴*/
.cooperative_partner_bg { height:auto; overflow:hidden; background:#fff url(../images/cooperative_partner_bg.jpg) top center no-repeat; background-size:cover; padding-bottom:52px; }
.cooperative_partner { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:50px; position:relative;}
.cooperative_partner dt { width:100%; height:auto; overflow:hidden; position:relative; margin-top:4px; text-align:center;}
.cooperative_partner dt .icon { float:left; font-size:70px; line-height:80px; color:#0436ba;}
.cooperative_partner dt .title { float:left; height:auto; overflow:hidden; position:relative; padding-left:20px;}
.cooperative_partner dt .title:before { content:''; position:absolute; left:0; top:50%; margin-top:-27px; width:6px; height:53px; background:#d6ae10;}
.cooperative_partner dt .tit { font-size:30px; color:#262626; line-height:55px;}
.cooperative_partner dt .tit:after { content:'—'; display:block; color:#b28147;}
.cooperative_partner dt .tit1 { color:#e9e9e9; font-size:16px; line-height:16px; top:-55px; text-transform:uppercase; position:relative;}
.cooperative_partner 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;}
.cooperative_partner dt .more:after { content:'>'; display:inline-block; margin-left:20px;}
.cooperative_partner dt .tabs { height:auto; line-height:42px; text-align:center; font-size:0; float:left; margin-left:30px; margin-top:0px;}
.cooperative_partner dt .tabs a { width:100px; height:42px; line-height:42px; font-size:18px; color:#fff; display:inline-block; position:relative; text-align:center;}
.cooperative_partner 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;*/
}
.cooperative_partner dt .tabs a:hover,
.cooperative_partner dt .tabs a.hover { color:#b21a15;}

.cooperative_partner dd{ width:100%; height:auto; overflow:hidden; margin-top:0px; position:relative;}
.cooperative_partner dd .more { width:188px; height:56px; line-height:56px; font-size:16px; text-align:left; text-indent:25px; background:#d6001c; color:#fff; margin:0 auto; margin-top:34px; position:relative; display:block;}
.cooperative_partner dd .more:hover { background:#b28147;}
.cooperative_partner dd .more:after { content:'+'; position:absolute; right:25px; font-size:16px;}
.cooperative_partner dd .cooperative_partner_list { width:100%; height:auto; overflow:hidden;}
.cooperative_partner dd .cooperative_partner_list li { width:24%; height:155px; line-height:153px; overflow:hidden; margin:0.5%; float:left;}
.cooperative_partner dd .cooperative_partner_list li a { display:block; font-size:24px; color:#b28147; font-weight:bold; text-align:center; border:1px solid #d0d0d0; background:#fff;}
/*联系底部*/
.contact_us_bg { height:auto; overflow:hidden; background:url(../images/contact_us_bg.jpg) center center no-repeat; background-size:cover; padding:84px 0;}
.contact_us_box { max-width:1440px; min-width:300px; height:auto; margin:0 auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.contact_us_box .contact_us_info { width:46%; height:auto; overflow:hidden; float:left; text-align:center; color:#fff; background:rgba(255,255,255,.32); padding:40px 0;}
.contact_us_box .contact_us_info .tit { font-size:30px; line-height:2;}
.contact_us_box .contact_us_info .des { font-size:16px; line-height:36px; height:auto; overflow:hidden; margin:0 20%;}
/*关于内页*/
/*公司概况*/
.about_us_box_bg { padding-top:120px; background:url(../images/about_us_box_bg.jpg) bottom center no-repeat; background-size:cover;}
.about_us .about { width:100%; height:auto; overflow:hidden; padding-right:220px; background:url(../images/about_us_title_bg.png) right center no-repeat;}
.about_us .about .company_name { color:#c30d23; font-size:30px; line-height:2;}
.about_us .about .tit { font-size:24px; color:#000; line-height:40px;}
.about_us .about .des { width:100%; height:auto; overflow:hidden; font-size:18px; line-height:40px; color:#000; margin-top:20px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 100; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.about_us .about .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 nowrap; justify-content:space-between; align-content:center; align-items:center;}
.about_us .about_point li { width:auto; height:auto; margin-top:0px; overflow:hidden; float:left; 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:80px; position:relative; font-weight:bold; color:#c30d23;
/*background: linear-gradient(to right, #88d4f9, #0385e0, #0155cb, #004ac6);
-webkit-background-clip: text;
color: transparent;
color:#c10e0e;*/
}
.about_us .about_point li .unit{ margin-left:5px; font-size:18px; line-height:30px; position:relative; top:-30px; color:#c30d23; font-weight:normal;}
.about_us .about_point li .unit:before { content:'+';}
.about_us .about_point li .tit { font-size:16px; line-height:20px; color:#292929;}

.about_us .about_link { float:right; margin-top:55px; margin-right:55px;}
.about_us .about_link a { display:inline-block; margin:0 8px;}
.about_us .about_link a:hover {
	-webkit-animation-name: rubberBand; animation-name: rubberBand;
}

/*厂房*/
.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;}
/*设备*/
.equipmentbox_bg { height:auto; overflow:hidden; margin-top:60px;}
.equipmentbox { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto;}
.equipmentbox dt { width:100%; height:auto; overflow:hidden; border:}
.equipmentbox dt .tit { font-size:30px; line-height:30px; color:#131313; text-align:center;}
.equipmentbox dt .tit:after { content:'—'; color:#d4d4d4; display:block;}
.equipmentbox dd { margin:0px; height:auto; overflow:hidden; margin-top:30px;}
.equipmentbox dd .equipment_list_scroll { width:100%; height:auto; overflow:hidden; position:relative;}
.equipmentbox dd .equipment_list { width:100%; height:auto; overflow:hidden;}
.equipmentbox dd .equipment_list li { width:49.2%; height:auto; overflow:hidden; float:left; margin-bottom:1%;}
.equipmentbox dd .equipment_list li:nth-child(2n) { float:right;}
.equipmentbox dd .equipment_list li.swiper-slide {}
.equipmentbox dd .equipment_list li a { display:block; position:relative; overflow:hidden;}
.equipmentbox 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;
}
.equipmentbox dd .equipment_list li .pic img { display:block;}
.equipmentbox 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;}
.equipmentbox dd .equipment_list li .brief:after { content:''; background:rgba(255,255,255,.39); height:1px; position:absolute; left:10%; right:10%; top:50%;}
.equipmentbox dd .equipment_list li .tit,
.equipmentbox dd .equipment_list li .more,
.equipmentbox dd .equipment_list li .brief:after {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.equipmentbox dd .equipment_list li .tit { width:100%; text-align:center; font-size:30px; line-height:106px; color:#fff; z-index:1;}
.equipmentbox dd .equipment_list li .more { width:100%; text-align:center; font-size:16px; line-height:100px; color:#efefef; z-index:1;}
.equipmentbox dd .equipment_list li:hover a:after { border:5px solid #c10e0e;}
.equipmentbox 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;}
.equipmentbox dd .equipment_list li:hover .brief:after { -webkit-animation-name: zoomIn; animation-name: zoomIn;}
.equipmentbox dd .equipment_list li:hover .tit { -webkit-animation-name: bounceInDown; animation-name: bounceInDown;}
.equipmentbox dd .equipment_list li:hover .more { -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}

/*宣传视频*/
.video_promotion_box_bg { height:auto; overflow:hidden; position:relative; margin-top:0px;}
.video_promotion_box_bg:after { content:''; height:227px; position:absolute; left:0; right:0; bottom:0; background:#fff; z-index:-1;}
.video_promotion_box { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:0 auto;}
.video_promotion_box dt { width:100%; height:125px; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.video_promotion_box dt .tit { font-size:30px; line-height:30px; color:#131313; text-align:center; margin-top:20px;}
.video_promotion_box dt .tit:after { content:'—'; color:#d4d4d4; display:block;}
.video_promotion_box dd { width:100%; height:auto; overflow:hidden; border-radius:30px;}
.video_promotion_box dd .videobox img { display:block;}

/*荣誉资质*/
.honor_box_bg { height:auto; overflow:hidden; position:relative; background:#fff url(../images/honor_box_bg.jpg) bottom center no-repeat; background-size:cover; padding-top:100px; padding-bottom:300px;}
.honor_box dt .title { background:#fff;}
.honor_box dt .line1 { position:absolute; left:0; bottom:21%; width:100%; height:1px; background:#e8e8e8; z-index:0;}
.honor_box dt .tabs { font-size:18px; color:#1c1c1c; line-height:60px; height:60px; position:relative; z-index:1;}
.honor_box dt .tabs a { color:#1c1c1c; display:inline-block; position:relative; float:left; margin-left:30px;}
.honor_box dt .tabs a:hover,
.honor_box dt .tabs a.hover { color:#c30d23;}
.honor_box dt .tabs a:hover:after,
.honor_box dt .tabs a.hover:after { content:''; width:100%; height:2px; background:#c30d23; position:absolute; left:0; bottom:0;}

.honor_box .honor_list_scroll { width:100%; height:auto; overflow:hidden; position:relative; padding:0 10%; margin-top:70px;}
.honor_box .honor_list_scroll .prev,
.honor_box .honor_list_scroll .next { display:block; width:40px; height:40px; line-height:38px; text-align:center; font-size:20px; font-weight:bold; border-radius:50%; border:2px solid #c30d23; color:#c30d23; position:absolute; left:0; top:50%; margin-top:-20px; z-index:1;}
.honor_box .honor_list_scroll .next { left:auto; right:0;}
.honor_box .honor_list_scroll .prev:hover,
.honor_box .honor_list_scroll .next:hover { background:#c30d23; color:#fff;}
.honor_box .honor_list { width:100%; position:relative;  z-index:1;/*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; margin-top:60px; margin-bottom:80px;*/}
.honor_box .honor_list li { width:33%; height:auto; overflow:; border-radius:0; background:#e5e5e5;}
.honor_box .honor_list li a { display:block; height:auto; overflow:hidden; padding-bottom:20px;}
.honor_box .honor_list li .pic { height:auto; overflow:hidden; padding:70px 20px;}
.honor_box .honor_list li .tit { width:100%; height:36px; overflow:hidden; font-size:18px; line-height:36px; color:#000; text-align:center;}
.honor_box .honor_list li a:hover { background:#c30d23; height:auto; overflow:hidden;}
.honor_box .honor_list li:hover .tit { color:#fff;}
/*通用样式*/
.page_box { max-width:1440px; min-width:300px; height:auto; margin:0 auto; overflow:hidden;}
.page_box dt { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; position:relative; }
.page_box dt .title { padding-right:10px; position:relative; float:left; z-index:1;}
.page_box dt .tit { font-size:30px; line-height:40px; color:#c30d23;}
.page_box dt .tit1 { font-size:14px; line-height:50px; color:#cac8c8; text-transform:uppercase;}
.page_box dt .line { width:36px; height:2px; background:#c30d23; margin:5px 0;}
.page_box dt .more { color:#000; float:right; display:none;}
.page_box dt .more:hover { background:#c10e0e;}
.page_box dt .tabs { font-size:18px; color:#1c1c1c; line-height:60px; height:60px; position:relative; z-index:1;}
.page_box dt .tabs a { color:#1c1c1c; display:inline-block; position:relative; float:left; margin-left:30px;}
.page_box dt .tabs a:hover,
.page_box dt .tabs a.hover { color:#c30d23;}
.page_box dt .tabs a:hover:after,
.page_box dt .tabs a.hover:after { content:''; width:100%; height:2px; background:#c30d23; position:absolute; left:0; bottom:0;}
.page_box dd { width:100%; height:auto; overflow:hidden; float:left; position:relative; margin-top:0px;}
.page_box dd .pic_list_scroll { width:100%; height:auto; overflow:hidden; position:relative; padding:0 0%; margin-top:70px;}
.page_box dd .pic_list_scroll .prev,
.page_box dd .pic_list_scroll .next { display:block; width:40px; height:40px; line-height:38px; text-align:center; font-size:20px; font-weight:bold; border-radius:50%; border:2px solid #c30d23; color:#c30d23; position:absolute; left:0; top:50%; margin-top:-20px; z-index:1;}
.page_box dd .pic_list_scroll .next { left:auto; right:0;}
.page_box dd .pic_list_scroll .prev:hover,
.page_box dd .pic_list_scroll .next:hover { background:#c30d23; color:#fff;}
.page_box dd .pic_list { width:100%; position:relative;  z-index:1;/*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; margin-top:60px; margin-bottom:80px;*/}
.page_box dd .pic_list li { width:33%; height:auto; overflow:; border-radius:0; background:#e5e5e5;}
.page_box dd .pic_list li a { display:block; height:auto; overflow:hidden; padding-bottom:20px;}
.page_box dd .pic_list li .pic { height:auto; overflow:hidden; padding:70px 20px;}
.page_box dd .pic_list li .tit { width:100%; height:36px; overflow:hidden; font-size:18px; line-height:36px; color:#000; text-align:center;}
.page_box dd .pic_list li a:hover { background:#c30d23; height:auto; overflow:hidden;}
.page_box dd .pic_list li:hover .tit { color:#fff;}
.page_box dd .swiper-pagination { width:100%; height:30px; position:relative;}
.page_box dd .swiper-pagination .swiper-pagination-bullet { width:10px; height:10px; border-radius:50%; background:#c30d23; opacity:1; margin:0 10px; cursor:pointer; position:relative; top:3px;}
.page_box dd .swiper-container-horizontal>.swiper-pagination-bullets,
.page_box dd .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:40px;
}
.page_box dd .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#c30d23;}
.page_box dd .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after { content:''; position:absolute; left:-3px; top:-3px; width:14px; height:14px; border:1px solid #c30d23; border-radius:50%;}
.page_box dd .ctrl_box { width:380px; height:auto; overflow:hidden; margin:50px auto; position:relative; z-index:1;}
.page_box dd .ctrl_box .prev,
.page_box dd .ctrl_box .next { position:absolute; left:0; top:0; width:30px; height:30px; line-height:30px; color:#c30d23; font-size:20px; text-align:center; font-family:"宋体"; z-index:999; font-weight:bold;}
.page_box dd .ctrl_box .next { left:auto; right:0;}
/*智能工厂*/
.smart_factory_bg { height:auto; overflow:hidden; position:relative; background:url(../images/smart_factory_bg.jpg) bottom center no-repeat; background-size:cover; padding:100px 0;}
.smart_factory_list_scroll { width:100%; margin-top:50px; height:auto; overflow:hidden;}
.smart_factory_list_scroll .swiper-pagination { position:relative; display:none;}
.smart_factory_list { width:100%; height:auto; overflow:; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:flex-start;}
.smart_factory_list li { width:31%; height:auto; overflow:; float:left;}
.smart_factory_list li a { display:block;}
.smart_factory_list li .pic { width:100%; height:auto; overflow:hidden; position:relative;}
.smart_factory_list li .pic img { display:block;}
.smart_factory_list li .pic .icon { font-size:50px; width:60px; height:60px; line-height:60px; text-align:center; color:#fff; position:absolute; left:50%; margin-left:-30px; top:50%; margin-top:-30px;}
.smart_factory_list li:hover icon { color:#c30d23; font-size:60px;}
.smart_factory_list li .brief { padding:30px 0; border-bottom:1px solid #9f9f9f;}
.smart_factory_list li .tit { width:100%; height:40px; overflow:hidden; font-weight:bold; font-size:20px; line-height:2; color:#000; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.smart_factory_list li .des { width:100%; height:150px; height:auto; overflow:hidden; margin-top:10px; font-size:14px; line-height:30px; color:#424242; /*text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;*/}
.smart_factory_list li .icon { font-size:16px; float:right; color:#bababa; font-weight:normal;}
.smart_factory_list li .icon:before { margin-right:20px;}
/*工艺传承*/
.process_inheritance_list_scroll { width:100%; height:auto; margin-top:60px;}
.process_inheritance_list_scroll .swiper-pagination { display:none;}
.process_inheritance_list { width:100%; height:auto; overflow:;}
.process_inheritance_list li { width:100%; height:auto; overflow:;}
.process_inheritance_list li .box { width:100%; height:auto; overflow:hidden;}
.process_inheritance_list li .pic { width:50%; height:auto; overflow:hidden; float:left;}
.process_inheritance_list li .pic img { display:block;}
.process_inheritance_list li .icon { width:59px; height:auto;}
.process_inheritance_list li .icon img { display:block; max-width:100%; width:auto;}
.process_inheritance_list li .brief { width:50%; height:auto; overflow:hidden; float:left; padding-left:100px; background:url(../images/process_inheritance_brief_bg.png) 100% 0 no-repeat; padding-top:40px;}
.process_inheritance_list li .tit { font-size:30px; color:#c30e24; line-height:2; margin:10px 0;}
.process_inheritance_list li .tit:after { content:''; width:150px; height:1px; background:#c30e24; display:inline-block; margin:0 20px; position:relative; top:-10px;}
.process_inheritance_list li .tit1 { font-size:24px; color:#000; line-height:2; margin:10px 0; font-weight:bold;}
.process_inheritance_list li .des { width:100%; height:215px; overflow:hidden; font-size:18px; color:#000; line-height:43px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.process_inheritance_list li .more { display:block; width:167px; height:64px; line-height:43px; padding-top:20px; text-align:right; background:url(../images/more_bg1.png) no-repeat; border-radius:0; border:0; font-size:18px; color:#c30d23; margin-top:30px;}
.process_inheritance_list li .more:after { content:'>';}
.process_inheritance_tabs_scroll { width:100%; height:auto; overflow:hidden; margin-top:60px;}
.process_inheritance_tabs { width:100%; height:auto; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:flex-start;}
.process_inheritance_tabs li { width:24%; height:auto; float:left;}
.process_inheritance_tabs li.swiper-slide-thumb-active:after { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.5);}
.process_inheritance_tabs li .pic { width:100%; height:auto; overflow:hidden;}
.process_inheritance_tabs li .pic img { display:block;}
/*155道工序*/
.processes_155_bg { padding:100px 0; padding-bottom:200px; height:auto; overflow:hidden; background:url(../images/processes_155_bg.jpg) bottom center no-repeat; background-size:100% auto;}
.processes_155_bg .tabs_list { width:100%; height:auto; overflow:hidden; margin-top:60px; padding:15px 0; font-size:20px; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center; text-align:center;}
.processes_155_bg .tabs_list a { display:block; width:139px; height:120px; line-height:120px; position:relative; text-align:center; color:#000; background:#c8beb7 url(../images/tabs_list_bg01.png) bottom center no-repeat; border-radius:10px;}
.processes_155_bg .tabs_list a:after { content:''; position:absolute; left:50%; bottom:-30px; margin-left:-11px;
border-top: 0 solid transparent;
border-bottom: 10px solid #d71418;
border-left: 11px solid transparent;
border-right: 11px solid transparent;
}
.processes_155_bg .tabs_list a:nth-child(2n) { background:#f3dfc3 url(../images/tabs_list_bg02.png) bottom center no-repeat;}
.processes_155_bg .tabs_list a:hover,
.processes_155_bg .tabs_list a.hover { background-color:#d71418; color:#f3dfc3;}
.processes_155_bg .tabs_list a.hover:after { bottom:-15px;}
.processes_155_bg .processes_show { width:100%; height:auto; overflow:hidden; margin-top:100px;}
.processes_155_bg .processes_show img { display:block; max-width:100%; width:auto;}
/*家国情怀*/
.patriotic_sentiment_bg { padding:100px 0; height:auto; overflow:hidden;}
.patriotic_sentiment_bg .swiper-pagination { text-align:left; margin:30px 0;}
/*公司新闻*/
.news_index_bg { padding:100px 0; background:#f2f0ee;}
.news_index_list { width:100%; height:auto; overflow:hidden; margin-top:100px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch;}
.news_index_list li { width:22.5%; height:auto; margin-bottom:2.5%; overflow:hidden; background:#fff; border-radius:10px; float:left; position:relative;}
.news_index_list li:after { content:''; position:absolute; left:0; bottom:0; background:#f3dfc3; height:9px; 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;
}
.news_index_list li a { padding:23px; display:block;}
.news_index_list li:hover { background:#c30d23;}
.news_index_list li:hover a { color:#fff;}
.news_index_list li .time { color:#a89586; font-size:12px; line-height:2;}
.news_index_list li .more { line-height:40px; margin:20px 0;}
.news_index_list li .icon { float:right; color:#c30d23; font-size:20px;}
.news_index_list li .pic { width:100%; height:auto; overflow:hidden;}
.news_index_list li .pic img { display:block;}
.news_index_list li .tit { width:100%; height:72px; font-size:18px; line-height:36px; color:#424242; margin:10px 0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.news_index_list li:hover .tit,
.news_index_list li:hover .des,
.news_index_list li:hover .time { color:#fff;}
.news_index_list li:hover:after { width:100%;}
/*厂区环境*/
.about_plant_area_bg { padding:120px 0; padding-bottom:60px; height:auto; overflow:hidden; background:#fff; background-size:cover; position:relative;}

.about_plant_area .about_plant_area_list_scroll { width:100%; height:auto; overflow:hidden; margin-top:61px;}
.about_plant_area .about_plant_area_list { width:100%; height:auto; overflow:;}
.about_plant_area .about_plant_area_list li { width:20%; height:auto; overflow:; float:left;}
.about_plant_area .about_plant_area_list li .pic { width:100%; height:auto; overflow:hidden; border-radius:20px 20px 0 0;}
.about_plant_area .about_plant_area_list li .pic img { display:block;}
.about_plant_area .about_plant_area_list li .brief { width:100%; height:62px; background:#c30d23; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.about_plant_area .about_plant_area_list li .brief .tit { font-size:16px; line-height:62px; color:#fff; float:left; width:100%; text-align:center; position:relative; padding:0 20px;}
.about_plant_area .about_plant_area_list li .brief .tit:after { content:'>'; float:right; display:none;}
.about_plant_area .about_plant_area_list li .brief .tit1 { font-size:16px; line-height:2; color:#000; margin-left:3px;}

.about_plant_area .swiper-pagination { width:100%; height:30px; position:relative;}
.about_plant_area .swiper-pagination .swiper-pagination-bullet { width:10px; height:10px; border-radius:50%; background:#c30d23; opacity:1; margin:0 10px; cursor:pointer; position:relative; top:3px;}
.about_plant_area .swiper-container-horizontal>.swiper-pagination-bullets,
.about_plant_area .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:40px;
}
.about_plant_area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#c30d23;}
.about_plant_area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after { content:''; position:absolute; left:-3px; top:-3px; width:14px; height:14px; border:1px solid #c30d23; border-radius:50%;}
.about_plant_area .ctrl_box { width:380px; height:auto; overflow:hidden; margin:50px auto; position:relative; z-index:1;}
.about_plant_area .ctrl_box .prev,
.about_plant_area .ctrl_box .next { position:absolute; left:0; top:0; width:30px; height:30px; line-height:30px; color:#c30d23; font-size:20px; text-align:center; font-family:"宋体"; z-index:999; font-weight:bold;}
.about_plant_area .ctrl_box .next { left:auto; right:0;}

/*视频宣传*/
.about_video_bg { padding:120px 0; margin-bottom:50px; height:auto; overflow:hidden; background:url(../images/about_video_bg.jpg) center center no-repeat; background-size:cover; position:relative;}
.about_video_bg:after { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.1);}
.about_video { max-width:1440px; min-width:300px; height:auto; overflow:; margin:0 auto; padding:100px 0; position:relative; z-index:1;}
.about_video dt { width:100%; height:auto; overflow:hidden;}
.about_video dt .title { color:#c30d23; text-align:center;}
.about_video dt .tit { font-size:18px; line-height:3;}
.about_video dt .des { font-size:36px; line-height:2;}

.about_video dd { width:100%; height:auto; overflow:; text-align:center; margin-top:60px;}
.about_video dd .video { width:100%; height:auto; overflow:hidden; position:relative;}
.about_video dd .video .play { display:block; width:84px; height:84px; line-height:84px; font-size:84px; color:#000; margin:0 auto;}
.about_video dd .video .play img { display:block;}
/*企业文化*/
.corporate_culture_bg { padding-bottom:100px;}
.corporate_culture { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-end; background:url(../images/corporate_culture_bg.jpg) center center no-repeat; background-size:cover; padding:120px; margin-top:176px; margin-bottom:100px;}
.corporate_culture_box { width:50%; height:auto; overflow:hidden; padding:43px; background:url(../images/corporate_culture_box_bg.jpg) center center no-repeat; background-size:cover; }
.corporate_culture_box .info { color:#fff;}
.corporate_culture_box .info .tit { font-size:20px; line-height:2;}
.corporate_culture_box .info .des { font-size:16px; line-height:30px; text-align:justify; text-justify:inter-ideograph;}

.corporate_culture_info { width:100%; height:auto; overflow:hidden; color:#000; margin-top:60px;}
.corporate_culture_info .tit { font-size:30px; line-height:2; font-weight:bold;}
.corporate_culture_info .tit1 { font-size:24px; color:#d71418; line-height:2; font-weight:bold; margin:20px 0;}
.corporate_culture_info .des { width:100%; height:auto; font-size:18px; line-height:40px; margin:20px 0;}
.corporate_culture_info .des.bgccc { background:#f9f6f4; display:inline-block; height:77px; padding:20px 20px;}

/*品牌介绍*/
.brand_introduction_bg { height:auto; overflow:hidden; position:relative; background:url(../images/brand_introduction_bg.jpg) bottom center no-repeat; background-size:cover; padding:50px 0;}
.brand_introduction { max-width:1440px; min-width:300px; height:auto; margin:0 auto; overflow:hidden;}
.brand_introduction dt { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; position:relative; }
.brand_introduction dt .title { float:left; position:relative; z-index:1;}
.brand_introduction dt .tit { font-size:30px; line-height:40px; color:#c30d23;}
.brand_introduction dt .tit1 { font-size:14px; line-height:50px; color:#cac8c8; text-transform:uppercase;}
.brand_introduction dt .line { width:36px; height:2px; background:#c30d23; margin:5px 0;}

.brand_introduction dd { width:100%; height:auto; overflow:hidden; padding:50px 0;}
.brand_introduction dd .info { font-size:18px; line-height:40px; color:#000;}
/*国内产品*/
.domestic_products_bg { height:auto; overflow:hidden; position:relative; background:url(../images/domestic_products_bg.jpg) bottom center no-repeat; padding-top:100px; padding-bottom:100px;}
.domestic_products { width:100%; height:auto; overflow:hidden;}
.domestic_products dt { max-width:1440px; min-width:300px; height:auto; margin:0 auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; position:relative; }
.domestic_products dt .line1 { position:absolute; left:0; bottom:21%; width:100%; height:1px; background:#e8e8e8; z-index:0;}
.domestic_products dt .title { background:#fff; padding-right:10px; position:relative; z-index:1;}
.domestic_products dt .tit { font-size:30px; line-height:40px; color:#c30d23;}
.domestic_products dt .tit1 { font-size:14px; line-height:50px; color:#cac8c8; text-transform:uppercase;}
.domestic_products dt .line { width:36px; height:2px; background:#c30d23; margin:5px 0;}
.domestic_products dt .more { color:#000; float:right; display:none;}
.domestic_products dt .more:hover { background:#c10e0e;}
.domestic_products dt .tabs { font-size:18px; color:#1c1c1c; line-height:60px; height:60px; position:relative; z-index:1;}
.domestic_products dt .tabs a { color:#1c1c1c; display:inline-block; position:relative; float:left; margin-left:30px;}
.domestic_products dt .tabs a:hover,
.domestic_products dt .tabs a.hover { color:#c30d23;}
.domestic_products dt .tabs a:hover:after,
.domestic_products dt .tabs a.hover:after { content:''; width:100%; height:2px; background:#c30d23; position:absolute; left:0; bottom:0;}
.domestic_products dd { width:100%; height:auto; overflow:hidden; float:left; position:relative; margin-top:0px;}
.domestic_products dd .products_list_scroll { width:100%; height:auto; overflow:hidden; position:relative; margin-top:70px;}
.domestic_products dd .products_list_scroll .prev,
.domestic_products dd .products_list_scroll .next { display:block; width:35px; height:35px; line-height:35px; text-align:center; font-size:15px; border-radius:50%; background:#c30d23; color:#fff; position:absolute; left:5%; top:50%; margin-top:-20px; z-index:1;}
.domestic_products dd .products_list_scroll .next { left:auto; right:5%;}
.domestic_products dd .products_list { width:100%; height:100%; position:relative; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;}
.domestic_products dd .products_list li { width:33%; height:100%; overflow:; position:relative;}
.domestic_products dd .products_list li a { display:block; height:auto; overflow:hidden; background:#fff; border-radius:0;}
.domestic_products dd .products_list li .pic { width:100%; height:100%; overflow:hidden; padding:30px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.domestic_products dd .products_list li .pic img { display:block; max-height:100%; }
.domestic_products dd .products_list li .tit { width:100%; height:36px; overflow:hidden; font-size:18px; line-height:36px; color:#000; text-align:center;}
.domestic_products dd .products_list li a:hover {}
.domestic_products dd .products_list li:hover .tit {}

.domestic_products dd .products_list li.swiper-slide-active,
.domestic_products dd .products_list li.swiper-slide-active a { height:580px;}
.domestic_products dd .products_list li.swiper-slide-active .pic img {}
.domestic_products dd .products_list li.swiper-slide-prev a { height:300px; background:#f6f6f7; border-radius:0 150px 150px 0;}
.domestic_products dd .products_list li.swiper-slide-next a { height:300px; background:#f6f6f7; border-radius:150px 0 0 150px;}

.products_brief_list_scroll { max-width:1440px; min-width:300px; height:auto; margin:0 auto; overflow:hidden;}
.products_brief_list { width:100%; height:auto; overflow:;}
.products_brief_list li { width:100%; height:auto; overflow:; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;}
.products_brief_list li .title { color:#000; height:auto; overflow:hidden; text-align:left;}
.products_brief_list li .tit { width:100%; height:auto; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:center; font-size:36px; color:#c30d23; line-height:2;}
.products_brief_list li .tit img { margin-right:20px;}
.products_brief_list li .tit1 { font-size:30px; line-height:1.5; margin-top:20px;}
.products_brief_list li .des { height:auto; overflow:hidden; margin:0 10px; font-size:18px; line-height:48px; color:#424242;}
.products_brief_list li .buy { display:block; width:220px; height:70px; line-height:70px; font-size:20px; text-align:center; background:#c30d23; border:1px solid #c30d23; color:#fff; position:relative;}
.products_brief_list li .buy:after { content:'立即购买'; position:absolute; top:0; left:0; right:0; bottom:0; display:block; text-align:center; z-index:1;}
.products_brief_list li .buy:before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: 0;
}
.products_brief_list li .buy:hover:after { color:#c30d23;}
.products_brief_list li .buy:hover,
.products_brief_list li .buy.active {
  color: #fff;
}
.products_brief_list li .buy:hover:before,
.products_brief_list li .buy.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
/*出口产品*/
.export_products_bg { height:auto; overflow:hidden; position:relative; background:url(../images/export_products_bg.jpg) bottom center no-repeat; background-size:cover; padding:50px 0;}
.export_products { max-width:1440px; min-width:300px; height:auto; margin:0 auto; overflow:hidden;}
.export_products dt { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; position:relative; }
.export_products dt .title { float:left; position:relative; z-index:1;}
.export_products dt .tit { font-size:30px; line-height:40px; color:#c30d23;}
.export_products dt .tit1 { font-size:14px; line-height:50px; color:#cac8c8; text-transform:uppercase;}
.export_products dt .line { width:36px; height:2px; background:#c30d23; margin:5px 0;}
.export_products dd { width:100%; height:auto; overflow:hidden; padding:50px 0;}
.export_products dd .product_list { width:100%;}
.export_products dd .product_list li { width:100%; height:auto; overflow:hidden;}
.export_products dd .product_list li a { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; position:relative;}
.export_products dd .product_list li .pic { width:50%; height:auto; padding:0 40px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center; background:#f4f4f4;}
.export_products dd .product_list li .pic img { display:block; max-width:100%; width:auto;}
.export_products dd .product_list li .brief { width:50%; height:auto; background:url(../images/product_list_info_bg.jpg) center center no-repeat; background-size:cover; padding:5% 7%;}
.export_products dd .product_list li .brief .tit { height:auto; padding:30px 0;}
.export_products dd .product_list li .brief .des { font-size:18px; line-height:48px; color:#424242;}

/*生产工艺*/
.technological_process_box_bg { overflow:visible;}
.technological_process_box { margin-top:180px; margin-bottom:40px;}
.technological_process_box dt { width:100%; height:auto; overflow:hidden; text-align:center;}
.technological_process_box dt .tit { color:#000; font-size:36px; line-height:60px; font-weight:bold;}
.technological_process_box dt .tit1 { color:#949494; font-size:16px; line-height:30px; text-transform:uppercase;}
.technological_process_box dt .tit1:after,
.technological_process_box dt .tit1:before { content:'—'; margin:0 10px;}
.technological_process_box dd { width:100%; height:auto; overflow:visible; margin-top:40px;}
.technological_process { width:100%; height:auto; overflow:visible;}
.technological_process li { width:100%; height:auto; overflow:visible;  position:relative;}
.technological_process li .info_bg { background:#fff; position:absolute; left:3%; right:-30%; top:50%; margin-top:-168.5px; height:337px; z-index:-1; border-radius:170px 0px 0px 170px;}
.technological_process li .en_tit { color:#f7f7f7; font-size:140px; text-align:center; line-height:337px; font-weight:bold; text-transform:uppercase; position:absolute; left:0; right:0; top:0; text-indent:30px; font-family:'Oswald';}
.technological_process li a { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.technological_process li .pic { width:36%; height:auto; overflow:hidden; float:left; text-align:left; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:center; position:relative;}
.technological_process li .pic .tit2 { width:314px; height:80px; line-height:80px; background:#ffae00; color:#000; font-size:30px; text-align:center; border-radius:40px; overflow:hidden; position:absolute; left:50%; bottom:0; margin-left:-157px;}
.technological_process li .pic .tit2:after,
.technological_process li .pic .tit2:before { content:'—'; margin:0 15px;}
.technological_process li .pic img { display:block; max-width:100%; width:auto}
.technological_process li .brief { width:55%; height:auto; overflow:hidden; float:left; margin-left:5%; color:#0d0d0d; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:center; position:relative;}
.technological_process li .brief .margin { margin-left:72px; height:auto; overflow:hidden;}
.technological_process li .spa { width:35px; height:276px; position:absolute; left:0; top:50%; margin-top:-138px;}
.technological_process li .spa:before { content:''; width:23px; height:23px; border:6px solid #c10e0e; border-radius:50%; position:absolute; left:0; top:0px;}
.technological_process li .spa:after { content:''; width:5px; height:241px; background:#c10e0e; position:absolute; left:50%; margin-left:-2.5px; top:33px;}
.technological_process li .icon { font-size:66px; line-height:80px; color:#c10e0e;}
.technological_process li .tit { width:100%; height:80px; font-size:48px; line-height:80px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.technological_process li .tit .num { font-size:60px; font-weight:bold;}
.technological_process li .tit1 { width:100%; height:50px; font-size:30px; line-height:50px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.technological_process li .des { width:100%; height:60px; font-size:20px; line-height:30px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.technological_process li:nth-child(2n) .pic { float:right; order:1; justify-content:flex-end;}
.technological_process li:nth-child(2n) .pic img { float:right;}
.technological_process li:nth-child(2n) .info_bg { background:#fff; position:absolute; left:-30%; right:3%; top:50%; margin-top:-168.5px; height:337px; z-index:-1; border-radius:0px 170px 170px 0px;}


.map_coordinates { width:100%; height:515px; margin-bottom:100px;}

/*留言提交*/
.cotnact_feedback_bg { padding:100px 0; height:auto; overflow:hidden; padding-bottom:0;}

.feedback_form { width:100%; height:auto; overflow:hidden; position:relative; margin-top:50px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.feedback_form .input { width:32.8%; height:63px; line-height:63px; font-size:14px; background:#f6f6f7; color:#000; margin-top:14px; border:0; padding:0 0.2rem; float:left;}
.feedback_form .input:focus,
.feedback_form .textarea:focus { background:#efdcbc;}
.feedback_form .textarea { width:100%; flex:0 0 100%; height:100px; line-height:20px; background:#f6f6f7; color:#000; padding:20px; border:0; margin-top:14px;}
.feedback_form .input:-moz-placeholder,
.feedback_form .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #18a0ff; opacity:1;  font-size:16px;
}
.feedback_form .input::-moz-placeholder,
.feedback_form .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #4e4e4e;opacity:1; font-size:16px;
}
.feedback_form .input:-ms-input-placeholder,
.feedback_form .textarea:-ms-input-placeholder {
    color: #4e4e4e;opacity:1; font-size:16px;
}
.feedback_form .input::-webkit-input-placeholder,
.feedback_form .textarea::-webkit-input-placeholder{
    color: #4e4e4e;opacity:1; font-size:16px;
}
.feedback_form .btn_box { height:auto; overflow:hidden; margin:0 auto; margin-top:18px;}
.feedback_form .submit{
    width:240px; height:60px; background:#c30d23; border:0; cursor:pointer; color:#fff; margin:0 7px; font-size:16px; border-radius:0px;
}
.feedback_form .reset{
    width:240px; height:60px; background:#ccc; border:0; cursor:pointer; color:#000; margin:0 7px; font-size:16px; border-radius:0px;
}
/*招聘信息*/
.jobs_info_box_bg { height:auto; overflow:hidden; padding:100px 0; padding-bottom:0;}
.jobs_info_filter { width:100%; height:auto; overflow:visible; position:relative; z-index:1; margin-top:60px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.jobs_info_filter .filter_select { width:188px; height:67px; line-height:67px; float:left; background:#f6f6f7; font-size:18px;}

.filter_select.w_48 {width:49.5%;}
.jobs_info_filter .filter_select .filter_tag { padding:0 30px; color:#000; position:relative; height:67px; line-height:67px;}
.jobs_info_filter .filter_select .filter_tag:after { content:'>'; float:right; font-family:"宋体";
	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_filter .filter_select .filter_list { width:100%; height:0; overflow:hidden; background:#fff; line-height:70px;}
.jobs_info_filter .filter_select .filter_list a { display:block; padding:0 30px;}
.jobs_info_filter .filter_select:hover .filter_list{ height:auto;}
.jobs_info_filter .filter_select:hover .filter_list a:hover { background:#f6f6f7; color:#f00;}
.jobs_info_filter .searchbox { float:right; width:236px; height:39px; border:1px solid #e7e7e7; position:relative;}
.jobs_info_filter .searchbox .keyword { width:188px; height:39px; line-height:39px; background:#fff; border:0; text-indent:20px;}
.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_bg 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;}

/*招聘信息列表*/
.jobs-list-box { max-width:1440px; min-width:300px; height:auto; overflow:hidden; margin:50px auto;}
.jobs-list-box .head { width:100%; height:auto; height:110px; line-height:110px; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center; font-size:22px; background:#c30d23; /*background-image: linear-gradient(to right, #014099, #2d347f, #e60012);*/ color:#fff;}
.jobs-list-box .head li { width:100%; line-height:110px; text-align:center;}
.jobs-list1 { width:100%; height:auto; overflow:hidden;}
.jobs-list1 li { width:100%; height:auto; overflow:hidden; position:relative; margin-top:30px;}
.jobs-list1 li .date { float:right; line-height:60px; font-family:Arial;}
.jobs-list1 li .title { width:100%; min-height:67px; line-height:67px; font-size:18px; color:#000; background:#f6f6f7; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center; cursor:pointer; position:relative;}
.jobs-list1 li .title:after { content:'>'; position:absolute; right:20px; top:0; font-family:"宋体";}
.jobs-list1 li .title .item { width:100%; line-height:67px; float:left; text-align:center;}
.jobs-list1 li .infobox { padding:44px; padding-bottom:60px; height:auto; overflow:hidden; background:#f6f6f7; display:none; margin-top:30px;}
.jobs-list1 li .infobox .des { font-size:18px; line-height:48px; color:#595959; height:400px; margin:20px 0px; overflow:hidden; overflow-y:auto;}
.jobs-list1 li .infobox .btnbox { margin:10px 0px;}
.jobs-list1 li .infobox .btn { width:147px; height:50px; line-height:50px; text-align:center; background:#c30d23; color:#fff; font-size:18px; display:block; float:left;}
.jobs-list1 li .infobox .btn:nth-child(2) { margin-left:20px;}
.jobs-list1 li .infobox .pic { border:1px solid #e2e1e1;}
.jobs-list1 li .infobox .pic img { display:block; width:100%;}
.jobs-list1 li.hover .title { background:#c30d23; color:#fff;}
.jobs-list1 li.hover .infobox { display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:flex-start;}
.jobs-list1 li.hover .title:after {
    -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 */
}
.contact_info { width:100%; padding:100px 0; padding-bottom:0; height:auto; overflow:hidden;}
.contact_info .title { width:100%; height:auto; overflow:hidden; font-size:32px; line-height:2; color:#000; text-align:center; margin-top:30px;}
.contact_info_list { width:100%; height:auto; overflow:hidden; margin-top:50px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch;}
.contact_info_list li { width:25%; float:left; height:auto; overflow:hidden; text-align:center; position:relative; padding:3% 5%;}
.contact_info_list li:before { content:''; position:absolute; left:0; top:0; width:1px; height:100%; background:#ccc; display:none;}
.contact_info_list li:nth-child(1):before { display:none;}
.contact_info_list li .icon { width:69px; height:69px; margin:0 auto; background:#c30d23; border-radius:50%; overflow:hidden; color:#fff; font-size:30px; line-height:69px; text-align:center;}
.contact_info_list li .lab { font-size:20px; line-height:2; margin:10px 0; color:#c30d23;}
.contact_info_list li .tit { font-size:17px; line-height:38px; margin:10px 0; color:#000;}
.contact_info_list li .des { font-size:16px; height:72px; line-height:36px; color:#838383; margin-top:20px;}

/*人才理念*/
.insidebox.talent_concept_bg { background:#fff; position:relative; padding-bottom:88px; border-bottom:1px solid #dfdfdf;}
.talent_concept { height:auto; overflow:visible; margin-top:80px;}

.talent_concept dt { width:25%; height:auto; float:left;}
.talent_concept dt .title { padding-left:80px; height:auto; overflow:hidden; position:relative;}
.talent_concept dt .icon { font-size:22px; line-height:50px; color:#464646; position:absolute; left:0; top:0;}
.talent_concept dt .tit1 { font-size:36px; font-weight:bold; line-height:50px; height:auto; overflow:hidden; float:left; color:#000; width:200px; text-transform:uppercase;}
.talent_concept dt .tit { font-size:24px; line-height:40px; color:#454545; margin-top:20px;}
.talent_concept dt .more { display:block; font-size:45px; color:#fff; width:77px; height:77px; line-height:77px; text-align:center; background:#0371be; border-radius:50%; margin-top:30%;}
.talent_concept dt .more:hover { background:#c10e0e;}
.talent_concept dd { width:75%; height:auto; overflow:hidden; float:left;}
.talent_concept dd .tit { font-size:24px; color:#000; line-height:48px; margin-top:110px;}
.talent_concept dd .tit:after { content:'——'; display:block;}
.talent_concept dd .des { width:100%; height:auto; overflow:hidden; font-size:20px; line-height:36px; color:#898989; margin-top:30px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.talent_concept dd .more { font-size:18px; color:#c81616; line-height:30px; margin-top:5px; display:block; float:left;}

/*在线应聘*/
.insidebox.applied_online_bg { background:#fff; position:relative;}
.applied_online { height:auto; overflow:visible; margin-top:100px;}
.applied_online dt { width:100%; height:auto; overflow:hidden;}
.applied_online dt .title { padding-left:80px; height:auto; overflow:hidden; position:relative; float:left;}
.applied_online dt .icon { font-size:22px; line-height:50px; color:#454545; position:absolute; left:0; top:0;}
.applied_online dt .tit1 { font-size:36px; font-weight:bold; line-height:50px; height:auto; overflow:hidden; float:left; color:#000; width:390px; text-transform:uppercase;}
.applied_online dt .tit { font-size:24px; line-height:40px; color:#454545; margin-top:20px;}
.applied_online dt .more { display:block; font-size:45px; color:#fff; width:77px; height:77px; line-height:77px; text-align:center; background:#0371be; border-radius:50%; float:right;}
.applied_online dt .more:hover { background:#c10e0e;}
.applied_online dd { width:100%; height:auto; overflow:hidden; float:left; position:relative; margin-top:30px;}
.applied_online dd .frombox { height:auto; overflow:hidden; position:relative; margin-bottom:100px; margin-left:80px; 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:232px; height:55px; background:#c10e0e; border:0; cursor:pointer; color:#fff; margin:0 7px; font-size:16px;
}
.applied_online dd .frombox .reset{
    width:232px; height:55px; background:#0371be; border:0; cursor:pointer; color:#fff; margin:0 7px; 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:#ddd;}
.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%;}


.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; color:#efdcbc;}
.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;}
.processbox dt .tit1 { font-size:16px; line-height:20px;}
.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;}

.service_process_bg { height:auto; overflow:hidden; background:url(../images/service_process_bg.jpg) center center no-repeat; background-size:cover; padding-bottom:95px;}
.service_process { margin:0; height:auto; overflow:visible; position:relative; margin-top:60px;}
.service_process dt { width:100%; height:auto; overflow:hidden; position:relative; text-align:center;}
.service_process dt .icon { float:left; font-size:70px; line-height:80px; color:#0436ba;}
.service_process dt .title { float:left; height:auto; overflow:hidden; position:relative; padding-left:20px;}
.service_process dt .title:before { content:''; position:absolute; left:0; top:50%; margin-top:-27px; width:6px; height:53px; background:#d6ae10;}
.service_process dt .tit { font-size:30px; line-height:40px; color:#fff; margin-top:10px;}
.service_process dt .tit1:before { content:'——————'; font-weight:normal; margin-right:10px;}
.service_process dt .tit1:after { content:'——————'; font-weight:normal; margin-left:10px;}
.service_process dt .tit1 { font-size:18px; line-height:30px; text-transform:uppercase; color:#e60000; font-weight:bold;}
.service_process dd { width:100%; height:auto; overflow:hidden; margin-top:40px;}
.service_process dd .service_process_list { width:100%; height:auto; overflow:hidden;}
.service_process dd .service_process_list li { width:19%; height:auto; overflow:hidden; display:inline-block; float:left; margin:0 0.5%; background:#eee; padding:40px 0;}
.service_process dd .service_process_list li .iconbox { width:132px; height:144px; overflow:hidden; margin:0 auto; background:url(../images/service_process_list_iconbox_bg0.png) center center no-repeat; text-align:center;}
.service_process dd .service_process_list li .iconbox .icon { color:#5d9d0f; font-size:45px; line-height:50px; margin-top:15px;}
.service_process dd .service_process_list li .iconbox .tit { margin:0 10px; line-height:20px; font-size:16px; color:#454545;}
.service_process dd .service_process_list li .des { height:90px; color:#363636; font-size:16px; line-height:30px; text-align:center; margin:0 40px; margin-top:40px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.service_process dd .service_process_list li:hover .iconbox { background:url(../images/service_process_list_iconbox_bg1.png) center center no-repeat;}
.service_process dd .service_process_list li:hover .iconbox .icon,
.service_process dd .service_process_list li:hover .iconbox .tit { color:#fff;}
/*荣誉展示*/
.honorbox_bg { height:auto; overflow:hidden; position:relative; background:url(../images/honorbox_bg.jpg) top center no-repeat; padding-bottom:0px;}
.honorbox { margin:0; height:auto; overflow:visible; position:relative; margin-top:60px;}
.honorbox dt { width:100%; height:70px; overflow:hidden; position:relative;}
.honorbox dt .title { float:left; height:auto; overflow:hidden;}
.honorbox dt .tit { font-size:30px; line-height:40px; color:#fff; position:relative; z-index:1;}
.honorbox dt .tit1 { font-size:16px; line-height:30px; color:#cdcdcd; text-transform:uppercase;}
.honorbox dt .more { width:166px; height:52px; line-height:52px; display:block; overflow:hidden; font-size:16px; background:#0a43b7; color:#fff; z-index:1; text-align:center; position:absolute; right:0; top:0px; border-radius:0px;}
.honorbox dt .more:after { content:'>'; width:47px; height:52px; float:right; border-left:1px solid #002c86;}
.honorbox dt .more:hover { background:#ca0303;}
.honorbox dt .more:hover:after { border-left:1px solid #fff;}
.honorbox dd { width:100%; height:auto; overflow:visible; position:relative; margin-top:33px;}
.honorbox dd .honor_prev { width:52px; height:52px; line-height:50px; background:#0a43b7; display:block; color:#fff; border-radius:50%; z-index:1; font-size:31px; position:absolute; left:-100px; top:50%; margin-top:-26px; text-align:center; cursor:pointer;}
.honorbox dd .honor_next { width:52px; height:52px; line-height:50px; background:#0a43b7; display:block; color:#fff; border-radius:50%; z-index:1; font-size:31px; position:absolute; right:-100px; top:50%; margin-top:-26px; text-align:center; cursor:pointer;}
.honorbox dd .honor_prev:hover,
.honorbox dd .honor_next:hover { background:#cd2828;}

.honorbox .honor_list_scroll { height:auto; position:relative;}
.honorbox .honor_list { height:auto;}
.honorbox .honor_list li { width:19%; height:auto; overflow:; 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;
}
.honorbox .honor_list li.ml0 { margin-left:0;}
.honorbox .honor_list li .tit { height:30px; line-height:30px; position:relative; /*position:absolute; left:0; bottom:0px; background:#000;  background:rgba(0,0,0,.80);*/ text-align:left; z-index:1; font-size:18px;}
.honorbox .honor_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);*/
}
.honorbox .honor_list li a { display:block; position:relative; margin:0 10px;}
.honorbox .honor_list li .pic { width:100%; height:auto; overflow:hidden; position:relative;}
.honorbox .honor_list li .pic img { display:block;
	-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;	
	}
.honorbox .honor_list li:hover { }
.honorbox .honor_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;}
.honorbox .honor_list li .icon { width:30px; height:73px; line-height:73px; font-size:30px; color:#ccc; float:right;}
.honorbox .honor_list li .margin { margin:30px 30px; height:auto; overflow:hidden;}
.honorbox .honor_list li .brief { width:100%; height:auto; position:relative; overflow:hidden; background:#fff; color:#000; display:none;}
.honorbox .honor_list li .brief .more { font-size:16px; text-transform:uppercase; line-height:30px;}
.honorbox .honor_list li:hover .brief { background:#fff; color:#000;}
.honorbox .honor_list li:hover .brief .icon { color:#c80712;}
/*应用领域展示*/
.application_bg { height:auto; overflow:hidden; position:relative; background-repeat:no-repeat; background-size:cover; background-position:top center; padding-bottom:0px;}
.applicationbg { position:absolute; left:0; top:0; right:0; bottom:0; z-index:1;}
.applicationbg .swiper-container { width:100%; height:100%;}
.applicationbg .swiper-container .swiper-wrapper { width:100%; height:100%;}
.applicationbg .swiper-container .swiper-wrapper .swiper-slide { width:100%; height:100%; background-repeat:no-repeat; background-size:cover; background-position:top center;}
.application { width:100%; height:auto; overflow:visible; position:relative; left:0; top:0; margin-top:60px;}
.application dt { width:100%; height:auto; overflow:hidden; position:relative; z-index:1;}
.application dt .title { float:left; height:auto; overflow:hidden;}
.application dt .tit { font-size:30px; line-height:40px; color:#fff;}
.application dt .tit1 { font-size:16px; line-height:30px; color:#969696; text-transform:uppercase;}
.application dt .more { width:166px; height:52px; line-height:52px; display:block; overflow:hidden; font-size:16px; background:#fff; color:#000; z-index:1; text-align:center; position:absolute; right:0; top:0px; border-radius:0px;}
.application dt .more:after { content:'>'; width:47px; height:52px; float:right; border-left:1px solid #c2c2c2;}
.application dt .more:hover { background:#ca0303; color:#fff;}
.application dt .more:hover:after { border-left:1px solid #990000;}
.application dt .des { font-size:18px; line-height:30px; color:#fff; margin-top:20px;}
.application dd { width:100%; height:auto; overflow:visible; position:relative; margin-top:33px;}
.application dd .application_prev { width:52px; height:52px; line-height:50px; background:#0a43b7; display:block; color:#fff; border-radius:50%; z-index:1; font-size:31px; position:absolute; left:-100px; top:50%; margin-top:-26px; text-align:center;}
.application dd .application_next { width:52px; height:52px; line-height:50px; background:#0a43b7; display:block; color:#fff; border-radius:50%; z-index:1; font-size:31px; position:absolute; right:-100px; top:50%; margin-top:-26px; text-align:center;}
.application dd .application_prev:hover,
.application dd .application_next:hover { color:#cd2828;}

.application .application_list_scroll { height:auto; position:relative;}
.application .application_list { height:auto; margin-top:500px;}
.application .application_list li { width:10%; height:166px; overflow:; 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;
}
.application .application_list li.ml0 { margin-left:0;}
.application .application_list li .tit { height:60px; line-height:60px; position:relative; /*position:absolute; left:0; bottom:0px; background:#000;  background:rgba(0,0,0,.80);*/ text-align:center; z-index:1; font-size:18px; color:#fff;}
.application .application_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);*/
}
.application .application_list li a { display:block; position:relative; margin:0 1px; height:166px; overflow:hidden; background:rgba(0,0,0,.50); text-align:center;}
.application .application_list li .icon { width:100%; line-height:50px; color:#fff; font-size:45px; overflow:hidden; position:relative; margin-top:30px;}
.application .application_list li .pic { width:100%; height:auto; overflow:hidden; position:relative;}
.application .application_list li .pic img { display:block;
	-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;	
	}
.application .application_list li:hover a,
.application .application_list li.hover a { background:rgba(217,0,0,.90);}
.application .application_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;}
.application .application_list li .margin { margin:30px 30px; height:auto; overflow:hidden;}
.application .application_list li .brief { width:100%; height:auto; position:relative; overflow:hidden; background:#fff; color:#000; display:none;}
.application .application_list li .brief .more { font-size:16px; text-transform:uppercase; line-height:30px;}
.application .application_list li:hover .brief { background:#fff; color:#000;}

/*经营范围*/
.business_scope_bg { height:auto; overflow:hidden; padding:50px 0; padding-bottom:0; background:#fff; /*background-repeat:no-repeat; background-size:cover;*/}
.business_scope { width:100%; height:auto; overflow:visible; position:relative; left:0; top:0;}
.business_scope dt { width:100%; height:auto; overflow:hidden; position:relative; z-index:1;}
.business_scope dt .title { float:left; height:auto; overflow:hidden;}
.business_scope dt .tit { font-size:30px; line-height:40px; position:relative; z-index:1;}
.business_scope dt .tit1 { font-size:16px; line-height:30px; color:#b9b9b; text-transform:uppercase;}
.business_scope dt .more { width:166px; height:52px; line-height:52px; display:block; overflow:hidden; font-size:16px; background:#358b48; color:#fff; z-index:1; text-align:center; position:absolute; right:0; top:15px; border-radius:0px;}
.business_scope dt .more:after { content:'>'; width:47px; height:52px; float:right; border-left:1px solid #2a7d3c;}
.business_scope dt .more:hover { background:#3fa84c;}
.business_scope dt .more:hover:after { border-left:1px solid #358b48;}
.business_scope dt .des { color:#606060; font-size:18px; line-height:2; margin-top:10px;}
.business_scope dd { width:100%; height:auto; overflow:hidden; position:relative; margin-top:50px;}
.business_scope dd .tabs { width:184px; height:auto; overflow:hidden; background:#358b48; text-align:center; float:left; padding:50px 0; margin:0 0 0 -219px;}
.business_scope dd .tabs a { display:block; height:auto; overflow:hidden; color:#fff;}
.business_scope dd .tabs .line { width:100px; height:1px; background:#fff; margin:40px auto;}
.business_scope dd .tabs .icon { font-size:32px; line-height:60px;}
.business_scope dd .tabs .tit { font-size:16px;}
.business_scope dd .tabs a:hover { color:#de9536;}
.business_scope dd .business_scope_prev { width:52px; height:52px; line-height:50px; background:#0a43b7; display:block; color:#fff; border-radius:50%; z-index:1; font-size:31px; position:absolute; left:-100px; top:50%; margin-top:-26px; text-align:center;}
.business_scope dd .business_scope_next { width:52px; height:52px; line-height:50px; background:#0a43b7; display:block; color:#fff; border-radius:50%; z-index:1; font-size:31px; position:absolute; right:-100px; top:50%; margin-top:-26px; text-align:center;}
.business_scope dd .business_scope_prev:hover,
.business_scope dd .business_scope_next:hover { color:#cd2828;}

.business_scope .business_scope_list_scroll { height:auto; position:relative; padding-left:219px; /*display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:stretch;*/}
.business_scope .business_scope_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch;}
.business_scope .business_scope_list li { width:48.5%; height:auto; overflow:hidden; position:relative; float:left;
/*-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);
*/
}
.business_scope .business_scope_list li a { width:100%; height:auto; overflow:hidden; background:#f7f7f7; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; position:relative;}
.business_scope .business_scope_list li .tit { height:40px; line-height:40px; position:relative; z-index:1; font-weight:bold; font-size:18px; color:#358b48;}
.business_scope .business_scope_list li .tit1 { height:auto; line-height:30px; position:relative; z-index:1; font-size:15px; margin-top:15px; color:#787878; text-transform:uppercase;}
.business_scope .business_scope_list li .pic { width:50%; height:auto; overflow:hidden; float:left; background:#ccddee;}
.business_scope .business_scope_list li .pic img { display:block;}
.business_scope .business_scope_list li .des { width:100%; height:auto; line-height:30px; overflow:hidden; color:#358b48; font-size:14px; margin-top:15px; position:relative;}
.business_scope .business_scope_list li:hover a,
.business_scope .business_scope_list li.hover a { /*background:#ff2020;*/}
.business_scope .business_scope_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;
}
.business_scope .business_scope_list li:hover .pic img {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.1);
	-moz-transition-timing-function: ease-in;
	-moz-transition-duration: 750ms;
}
.business_scope .business_scope_list li .margin { margin:35px; margin-bottom:0; height:auto; overflow:hidden; position:relative; z-index:1;}
.business_scope .business_scope_list li .brief { width:50%; height:auto; position:relative; overflow:hidden; float:left;}
.business_scope .business_scope_list li .brief .more { font-size:16px; text-transform:uppercase; line-height:30px;}
.business_scope .business_scope_list li:hover .num,
.business_scope .business_scope_list li:hover .icon,
.business_scope .business_scope_list li:hover .tit,
.business_scope .business_scope_list li:hover .tit1,
.business_scope .business_scope_list li:hover .des { }
/*合作伙伴*/
.partnerbox_bg { height:auto; overflow:hidden; padding:90px 0; padding-top:0; background:#fff; background-size:cover;}
.partnerbox { width:100%; height:auto; overflow:visible; position:relative; left:0; top:0;}
.partnerbox dt { width:100%; height:auto; overflow:hidden; position:relative; z-index:1;}
.partnerbox dt .title { float:left; height:auto; overflow:hidden;}
.partnerbox dt .tit { font-size:30px; line-height:40px; position:relative; z-index:1;}
.partnerbox dt .tit1 { font-size:16px; line-height:30px; color:#b9b9b; text-transform:uppercase;}
.partnerbox dt .more { width:166px; height:52px; line-height:52px; display:block; overflow:hidden; font-size:16px; background:#358b48; color:#fff; z-index:1; text-align:center; position:absolute; right:0; top:15px; border-radius:0px;}
.partnerbox dt .more:after { content:'>'; width:47px; height:52px; float:right; border-left:1px solid #2a7d3c;}
.partnerbox dt .more:hover { background:#3fa84c;}
.partnerbox dt .more:hover:after { border-left:1px solid #358b48;}
.partnerbox dt .des { color:#606060; font-size:18px; line-height:2; margin-top:10px;}
.partnerbox dd { width:100%; height:auto; overflow:; position:relative; margin-top:50px;}
.partnerbox dd .prev,
.partnerbox dd .next { width:52px; height:52px; line-height:52px; background:#358b48; display:block; color:#fff; font-family:"宋体"; border-radius:50%; z-index:1; font-size:26px; position:absolute; left:-100px; top:50%; margin-top:-26px; text-align:center; cursor:pointer; display:none;}
.partnerbox dd .next { left:auto; right:-100px;}
.partnerbox dd .prev:hover,
.partnerbox dd .next:hover { background:#de9536;}

.partnerbox .partner_list_scroll { height:auto; position:relative;}
.partnerbox .partner_list { height:auto; overflow:visible;}
.partnerbox .partner_list li { width:25%; height:auto; overflow:; position:relative;}
.partnerbox .partner_list li a { display:block; margin:0 4px; height:auto; overflow:hidden; border:2px solid #e5e5e5;}
.partnerbox .partner_list li a img { display:block;}
/*案列展示*/
.casebox_bg { height:auto; overflow:hidden; position:relative; margin-top:40px; padding-bottom:84px;}
.casebox { margin:0; height:auto; overflow:visible; position:relative; margin-top:0px;}
.casebox dt { width:100%; height:auto; overflow:hidden; position:relative; text-align:center;}
.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:30px; line-height:40px; color:#191a1d; margin-top:10px;}
.casebox dt .tit1:before { content:'——————'; font-weight:normal; margin-right:10px;}
.casebox dt .tit1:after { content:'——————'; font-weight:normal; margin-left:10px;}
.casebox dt .tit1 { font-size:18px; line-height:30px; text-transform:uppercase; color:#e60000; font-weight:bold;}
.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 .des { color:#6d6d6d; font-size:14px; line-height:27px; margin-top:5px;}
.casebox dt .tabs { width:100%; height:52px; overflow:hidden; text-align:center; margin-top:20px; }
.casebox dt .tabs a { display:inline-block; width:215px; height:40px; line-height:40px; font-size:20px; background:#f2f2f2; color:#191a1d; text-align:center;}
.casebox dt .tabs a .icons { color:#74b128; font-size:28px; display:inline-block; margin-right:20px; margin-left:20px; float:left;}
.casebox dt .tabs a:hover,
.casebox dt .tabs a.hover { background:#74b128; color:#fff;}
.casebox dt .tabs a:hover .icons ,
.casebox dt .tabs a.hover .icons { color:#fff;}
.casebox dd { width:100%; height:auto; overflow:visible; position:relative; margin-top:33px; padding:62px 0; padding-top:90px;}
.casebox dd:after { content:''; position:absolute; left:-20%; top:0; right:-20%; bottom:0; background:url(../images/casebox_bg.jpg) top center no-repeat; background-size:100% 100%;}
.casebox dd .case_prev { width:60px; height:60px; line-height:60px; background:#74b128; display:block; color:#fff; border-radius:50%; z-index:1; font-size:36px; position:absolute; left:-100px; top:50%; margin-top:-30px; text-align:center; border:1px solid #8dbd52;}
.casebox dd .case_next { width:60px; height:60px; line-height:60px; background:#74b128; display:block; color:#fff; border-radius:50%; z-index:1; font-size:36px; position:absolute; right:-100px; top:50%; margin-top:-30px; text-align:center; border:1px solid #8dbd52;}
.casebox dd .case_prev:hover,
.casebox dd .case_next:hover { background:#fff; color:#74b128;}

.casebox .case_list_scroll { height:auto; position:relative;}
.casebox .case_list { height:auto;}
.casebox .case_list li { width:32%; height:auto; overflow:; 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:30px; line-height:30px; position:relative; /*position:absolute; left:0; bottom:0px; background:#000;  background:rgba(0,0,0,.80);*/ text-align:left; z-index:1; font-size:18px;}
.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;}
.casebox .case_list li .pic { width:100%; height:auto; overflow:hidden; position:relative;}
.casebox .case_list li .pic img { display:block;
	-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 .margin { margin:30px 30px; height:auto; overflow:hidden;}
.casebox .case_list li .brief { width:100%; height:auto; position:relative; overflow:hidden; background:#fff; color:#1d1d1d;}
.casebox .case_list li .brief .more { font-size:16px; text-transform:uppercase; line-height:30px;}
.casebox .case_list li:hover .brief { background:#74b128; color:#fff;}
.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:-100px;}
.insidebox { overflow:hidden; margin-top:0px;}
.leftbox { width:100%; height:auto; overflow:visible; position:relative; z-index:3;}
.leftbox_bg { position:relative; left:0; top:0px; height:85px; border-bottom:1px solid #dadada;/* 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 { width:100%; margin:40px 0; overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;}
.goods-list li { width:23%; flex:0 0 23%; margin-left:2%; margin-bottom:0%; float:left; height:auto; overflow:hidden; display:block; /*-webkit-box-shadow:0px 0px 5px #eee; box-shadow:0px 0px 5px #eee;*/}
.goods-list li.ml0 { margin-left:0;}
.goods-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block; border:1px solid #eee;}
.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:#de9536;}


.goods_list { width:100%; height:auto; overflow:visible; /*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;*/}
.goods_list li{ width:48.8%; float:left; margin:1.5% 0; 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);
}
.goods_list li:nth-child(2n) { float:right;}
.goods_list.related li { margin:0;}
.goods_list li .margin { margin:0; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:space-between;}
.goods_list li .brief { width:45%; height:auto; overflow:hidden; position:relative; color:#252525; z-index:1; float:left;}
.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:60px; line-height:60px; font-size:30px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; position:relative;}
.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;background:#efefef url(../images/pic_bg.png) -40% 50% no-repeat; background-size:130% auto; border-radius:30px; padding:40px 30px; padding-right:20px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.goods_list li .pic{ display:block; overflow:hidden; position:relative; width:55%; float:left; background:#fff; border-radius:50%; -webkit-box-shadow:0px 20px 20px rgba(0,0,0,.4); box-shadow:0px 20px 20px rgba(0,0,0,.4);
	-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.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 300ms;
	-moz-transform: scale(1.1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 300ms;
	-webkit-box-shadow:0px 0px 30px rgba(0,0,0,.4); box-shadow:0px 0px 30px rgba(0,0,0,.4);
}
.goods_list li .pic img {}
.goods_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;}
.goods_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;}
.goods_list li .more { width:140px; line-height:48px; height:48px; overflow:hidden; color:#fff; background:#c10e0e; font-size:16px; text-align:center; border-radius:8px; margin-top:30%;}
.goods_list li:hover a { background:#ffd800 url(../images/pic_bg.png) -50% 50% no-repeat; background-size:130% auto;}
.goods_list li:hover .tit1,
.goods_list li:hover .more1 { display:block;}
.goods_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;
}
.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 .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:#de9536;}

.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:#de9536;}

.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:30%; height:auto; overflow:hidden; float:left;}
.pic-news-list li a { display:block; height:auto; overflow:hidden;}
.pic-news-list li .time { font-size:14px; line-height:20px; color:#a6a6a6;}
.pic-news-list li .tit { font-size:20px; height:60px; line-height:60px; color:#0c0c0c; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.pic-news-list li:hover .pic { width:100%; height:auto; overflow:hidden; position:relative;}
.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:5px solid #c10e0e;}
.pic-news-list li:hover .tit { color:#c10e0e;}
.pic-news-list li:hover .time { 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:#f3f3f3; padding:40px 0; padding-bottom:60px; padding-left:156px;}
.news-list3 li .date { width:100px; height:146px; overflow:hidden; float:left; margin:0px 0 0 -100px; float:left; z-index:1; border-bottom:1px solid #8a8a8a;}
.news-list3 li .date .m-d { font-size:36px; line-height:50px; color:#000;}
.news-list3 li .date .y { display:inline-block; font-size:16px; line-height:30px; color:#8a8a8a;}
.news-list3 li .brief { height:auto; overflow:hidden; position:relative; margin:0px 30px; margin-top:20px;}
.news-list3 li .tit { width:100%; height:30px; line-height:30px; overflow: hidden; color:#000000; font-size:20px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.news-list3 li .des { width:100%; position:relative; height:72px; overflow:hidden; line-height:24px; margin-top:10px; font-size:16px; color:#6a6a6a; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -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:#c10e0e; color:#fff;}
.news-list3 li:hover .date { border-bottom:1px solid #a8a8a8;}
.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;}
.news-list3 li:hover a:after { left:-186px; right:-211px; background:#f3f3f3;}

/*新闻列表样式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 { font-size:14px; border-top:1px solid #ccc; margin:0; padding:10px; margin-top:15px;}
.detail .prev_next a { color:#666; display:block;}
.detail .prev_next a:hover { color:#c00;}
.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_bg { height:100px; background:#c30d23; position:relative; z-index:2;}
body.fixed_post .guidebox_bg { position:fixed; left:0; top:120px; width:100%;}
body.fixed_post .leftbox { position:fixed; top:120px; max-width:1440px; min-width:300px;}
body.fixed_post .insidebox_bg { margin-top:0px; padding-top:100px;}
/*内页导航*/
.guidebox { height:auto; overflow:visible; position:relative; margin-top:0px;}
.guidebox dt { width:100%; height:auto; overflow:hidden; position:relative; text-align:center; display:none;}
.guidebox dt .title { display:inline-block;}
.guidebox dt .tit { color:#000; font-size:32px; line-height:3; position:relative; z-index:2;}
.guidebox dt .tit:before,
.guidebox dt .tit:after { content:''; width:48px; height:4px; background:#fff; display:inline-block; margin:0 15px; position:relative; top:-8px; background:url(../images/guidebox_title_line.jpg) center center no-repeat; display:none;}
.guidebox dt .tit1 { color:#cccccc; line-height:2.5; font-family:"Times New Roman", Times, serif; text-transform:uppercase; font-size:18px; font-weight:bold; letter-spacing:1px; text-transform:uppercase; display:none;}
.guidebox dt .line { display:inline-block; width:56px; height:3px; background:#d9d9d9; z-index:-1; position:relative; top:-10px; margin:0 20px;}
.guidebox dd .location { color:#fff; line-height:100px; float:left; font-size:17px; /*padding-left:30px; background:url(../images/icon_home.png) 0 center no-repeat;*/}
.guidebox dd .location a { color:#fff;}
.guidebox dd { width:auto; height:auto; overflow:visible; margin-top:0px; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between;}
.guidebox dd ul { padding:0; height:auto; overflow:hidden; font-size:17px; margin-top:0px; position:relative;}
.guidebox dd ul li { float:left; height:auto; margin:0 10px; position:relative;}
.guidebox dd ul li.first:before { display:none;}
.guidebox dd ul li:before { content:' |'; color:#d3d3d3; float:left; position:absolute; left:-4px; top:0; line-height:100px; display:none;}
.guidebox dd ul li a:after { content:''; width:0; height:0; position:absolute; left:50%; bottom:-11px; margin-left:-15px; display:none;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
border-top: 0 solid transparent;
border-bottom: 11px solid #fff;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
}
.guidebox dd ul li a { color:#fff; display:block; line-height:100px; position:relative; overflow:hidden; padding:0 20px;}
.guidebox dd ul li:hover:before,
.guidebox dd ul li.hover:before { /*background:#006ccc;*/}
.guidebox dd ul li:hover a,
.guidebox dd ul li.hover a { color:#efdcbc;}
.guidebox dd ul li.hover a:after { bottom:0; display:block;}
.guidebox dd ul li:hover a { /*margin-top:-5px;*/}
.guidebox dd ul li:hover a+.subnav,
.guidebox dd ul li.hover a+.subnav { display:none;}
.guidebox dd ul li .subnav { width:100%; height:46px; font-size:14px; margin-top:0; height:auto; position:relative; top:0px; left:0; display:none; overflow:hidden; color:#535353; z-index:999; background:#fff; text-align:left;}
.guidebox dd ul li .subnav a { display:block; width:auto; float:left; line-height:36px; height:36px; text-align:center; color:#535353; background:none; padding:0 8px; border:0;}
.guidebox dd ul li .subnav a:after { display:none;}
.guidebox dd ul li .subnav a:before { display:none;} 
.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:#1c3d7b; font-weight:bold;}

/*左则导航搜索框*/
.leftbox .searchbox { width:100%; height:auto; overflow:hidden;}
.leftbox .searchbox .box { width:241px; height:52px; background:#efefef; 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;}
.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; border-radius:8px; text-align:center; margin-top:40px; padding:15px 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 { width:100%; height:62px; line-height:62px; overflow:hidden; position:relative; position:relative; border-bottom:1px solid #dcdcdc; display:none;}
.contentbox dt .location { float:right; color:#8d8d8d; font-size:14px; line-height:40px; font-weight:normal; padding-left:30px; background:url(../images/icon_home.png) 0 center no-repeat;}
.contentbox dt .location a { color:#8d8d8d;}
.contentbox dt .location a:hover { color:#6a6a6a;}
.contentbox dt .slogan { display:none;}
.contentbox dt .tit { font-size:24px; position:relative; display:block; float:left; margin-right:20px; font-weight:normal; color:#000;}
.contentbox dt .tit .line{ background:#05adb8; width:100%; height:2px; position:absolute; bottom:0; left:0;}
.contentbox dd { margin:10px 0px; min-height:550px; height:auto; overflow:hidden;}
.contentbox dd #content { font-size:16px; line-height:2;}
.empty { font-size:40px; color:#ccc; line-height:100px; text-align:center;}

/*联系我们*/
.contactbox_bg { height:auto; overflow:hidden; padding-bottom:0px; }
.contactbox { max-width:1680px; min-width:300px; height:auto; overflow:hidden; margin:0 auto; margin-top:120px; padding-bottom:82px; position:relative; background:#fff;}
.contactbox dt { width:100%; height:auto; overflow:hidden; position:relative; margin-top:40px; text-align:center;}
.contactbox dt .icon { float:left; font-size:70px; line-height:80px; color:#0436ba;}
.contactbox dt .title { float:left; height:auto; overflow:hidden; position:relative;}
.contactbox dt .tit { font-size:30px; line-height:40px; color:#373737;}
.contactbox dt .tit1 { font-size:16px; line-height:20px; color:#bdbdbd;}
.contactbox dt .tit1:before,
.contactbox dt .tit1:after { content:' - ';}
.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:auto; margin-top:-10px;}
.contactbox dd .location_map { width:100%; height:700px; overflow:hidden; position:relative;}
.contactbox dd .location_map .box_01 { width:126px; height:126px; position:absolute; left:0; top:0; background:url(../images/contact_bg_box.png) center center no-repeat; z-index:0;}
.contactbox dd .location_map .box_02 { width:126px; height:126px; position:absolute; right:0; bottom:0; background:url(../images/contact_bg_box.png) center center no-repeat; z-index:0;}
.contactbox dd .location_map #allmap { margin:60px; height:600px; overflow:hidden; border:1px solid #ccc; position:relative; z-index:1; box-shadow: 0px 0px 15px rgba(0,0,0,0.2);}
.contactbox dd .location_map .info { width:auto; height:auto; background:#c10e0e; float:left; padding:40px; padding-left:116px; position:absolute; bottom:83px; left:0; z-index:1;}
.contactbox dd .location_map .info .en_title { width:84px; line-height:84px; text-transform:uppercase; color:#fff; font-size:24px; writing-mode: vertical-lr; writing-mode: tb-lr;-webkit-writing-mode: vertical-rl; letter-spacing:0px; position:absolute; left:0; top:0; height:100%; text-align:center;}
.contactbox dd .location_map .info .tit { color:#fff; font-size:24px; line-height:40px;}
.contactbox dd .location_map .info .text { font-size:16px; line-height:24px; color:#fff; margin-top:0px;}

.contactbox dd .location_map .link_btn { width:439px; height:83px; line-height:83px; position:absolute; left:60px; bottom:0; background:#fff; font-size:24px; border:1px solid #d0d0d0;}
.contactbox dd .location_map .link_btn a { display:block; line-height:83px; height:83px; text-align:center; width:50%; float:left; color:#373737; position:relative;}
.contactbox dd .location_map .link_btn a:after { content:''; width:90px; height:3px; background:#4d4d4d; position:absolute; left:50%; margin-left:-45px; bottom:18px;}
.contactbox dd .location_map .link_btn a:hover:after { background:#c10e0e;}

.contactbox dd .contact_box { width:50%; float:left; height:auto; overflow:hidden; position:relative; z-index:1;}
.contactbox dd .feedback .formbox { margin:40px 40px; height:auto; overflow:hidden; margin-top:90px;}
.contactbox dd .feedback { width:50%; height:621px; overflow:hidden; background:#0371be; float:left;}
.contactbox dd .feedback .tit { font-size:22px; color:#fff; line-height:40px;}
.contactbox dd .feedback .tit:after { content:'>'; float:right;}
.contactbox dd .feedback .input { width:100%; height:55px; line-height:55px; background:#0064aa; color:#18a0ff; margin-top:14px; border:0; text-indent:20px;}
.contactbox dd .feedback .textarea { width:90%; height:140px; line-height:20px; background:#0064aa; color:#18a0ff; padding:5%; border:0; margin-top:14px;}
.contactbox dd .feedback .input:-moz-placeholder,
.contactbox dd .feedback .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #18a0ff; opacity:1;  font-size:16px;
}
.contactbox dd .feedback .input::-moz-placeholder,
.contactbox dd .feedback .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #18a0ff;opacity:1; font-size:16px;
}
.contactbox dd .feedback .input:-ms-input-placeholder,
.contactbox dd .feedback .textarea:-ms-input-placeholder {
    color: #18a0ff;opacity:1; font-size:16px;
}
.contactbox dd .feedback .input::-webkit-input-placeholder,
.contactbox dd .feedback .textarea::-webkit-input-placeholder{
    color: #18a0ff;opacity:1; font-size:16px;
}

.contactbox dd .feedback .submit{
    width:100%; height:51px; background:#2fa9ff; border:0; cursor:pointer; color:#fff; margin-top:14px; font-size:16px;
}
.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;}

/*页脚*/

body.ny .footer a,
body.ny .footer .telbox,
body.ny .footer .infobox,
body.ny .copyright_bg .copyright { color:#c30d23;}
body.ny .copyright_bg { border-top:1px solid rgba(195,13,35,.3);}
body.ny .footer .friend_links { border:1px solid #c30d23;}
body.ny .footer .friend_links .tag { color:#c30d23;}
body.ny .footer .friend_links_list { background:#c30d23;}
body.ny .footer .friend_links_list a { color:#fff;}

.footer_bg { height:auto; overflow:hidden; /* background:#358b48; background:url(../images/footer_bg.jpg) bottom center no-repeat; background-size:cover;*/ position:relative; z-index:0;}
.footer_top_bg { width:100%; height:103px; overflow:hidden; border-bottom:1px solid #001d7b;}
.footer_top { max-width:1440px; min-width:300px; margin:0 auto; height:auto;}
.footer_top .logo { float:left; margin-top:20px;}
.footer .footer_right { width:50%; height:auto; overflow:; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-end; align-content:space-between;}
.footer .footer_link { width:100%; height:40px; overflow:hidden; line-height:40px; font-size:16px;}
.footer .footer_link a { width:16.66666666666667%; display:block; float:left; text-align:right; color:#efdcbc;}
.footer .footer_share_link { width:30%; line-height:55px; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; margin-right:20%;}
.footer .footer_share_link a { font-size:30px; line-height:55px;}
.footer .footer_share_link a:hover { color:#c30d23;}
.footer .friend_links { width:249px; line-height:43px; height:43px; border:1px solid #efdcbc; position:relative;}
.footer .friend_links .tag { padding:0 15px; height:auto; cursor:pointer;}
.footer .friend_links:hover .friend_links_list { display:block;}
.footer .friend_links .tag:after { content:'>'; font-family:"宋体"; float:right; display:block;}
.footer .friend_links a { font-size:14px; line-height:44px;}
.footer .friend_links a:hover { color:#c30d23;}
.footer .friend_links_list { width:100%; height:auto; overflow:hidden; position:absolute; left:0; bottom:43px; background:#efdcbc; display:none;}
.footer .friend_links_list a { color:#c30d23; display:block; text-align:center; padding:0 20px;}

.footerbox { max-width:1440px; min-width:300px; margin:0 auto; height:auto; overflow:visible; padding-bottom:30px;}
.footer { overflow:visible; color:#efdcbc; position:relative; height:auto; overflow:; margin-top:50px; margin-bottom:10px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; z-index:999;}
.footer a { color:#efdcbc;}

.footer .infobox { width:50%; color:#efdcbc; height:auto; overflow:hidden; float:left;}
.footer .infobox .icon { font-size:40px; line-height:2;}
.footer .infobox .tit { font-size:18px; line-height:2;}
.footer .infobox .text { width:100%; height:auto; font-size:16px; line-height:36px; margin-top:40px; float:left;}
.footer .contact { font-size:18px; line-height:2.3; margin-top:10px;}
.footer .contact .tit { font-weight:bold;}
.footer .contact .addr { line-height:36px;}
.footer .telbox { width:50%; color:#efdcbc; height:auto; overflow:hidden; float:left; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:flex-start;}
.footer .telbox .icon { width:52px; height:52px; line-height:52px; border-radius:50%; text-align:center; border:1px solid #efdcbc; float:left; margin-right:20px; font-size:25px;}
.footer .telbox .info {float:left;}
.footer .telbox .lab { width:100%; font-size:16px; line-height:2; margin-top:0px;}
.footer .telbox .tel { width:100%; font-size:24px; line-height:1; font-weight:bold;}
.footer_nav { width:60%; height:auto; overflow:hidden; float:left; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; font-size:18px;}
.footer_nav a { color:#efdcbc;}
.footer_nav a:hover { color:#efdcbc;}
.footer_nav .nav { width:16.66666666666667%; height:auto; overflow:hidden;}
.footer_nav .nav .tit { width:100%; font-size:18px; line-height:2; color:#efdcbc;}
.footer_nav .nav .list { width:100%; height:auto; overflow:hidden; font-size:16px; line-height:2.6; margin-top:20px; color:#efdcbc;}
.footer_nav .nav .list a { display:block; width:100%; height:36px; line-height:36px; color:#efdcbc;}



.footer .search_share_box { width:380px; height:auto; overflow:hidden; float:right; margin:50px -380px 0 0;}
.footer .search_share_box .searchbox { width:100%; height:55px; overflow:hidden; border-radius:0px; z-index:2; position:relative;}
.footer .search_share_box .searchbox .keys { width:100%; height:55px; line-height:55px; background:#fff; color:#000; border:0; text-indent:10px; font-size:15px; z-index:1;}
.footer .search_share_box .searchbox .submit { width:62px; height:55px; line-height:55px; font-size:16px; border:0; position:absolute; right:0px; top:0px; background:none; cursor:pointer; z-index:2;}
.footer .search_share_box .searchbox .icon_submit { width:60px; line-height:55px; font-size:30px; background:#d98d04; color:#fff; text-align:center; position:absolute; right:0; top:0; z-index:1; text-align:center;}
.footer .search_share_box .searchbox:hover .icon_submit { }
.footer .search_share_box .searchbox .keys:-ms-input-placeholder{
    color: #747474; font-weight:100;/*opacity:0.5; font-size:12px;*/
}
.footer .search_share_box .searchbox .keys::-webkit-input-placeholder{
    color: #747474; font-weight:100;/*opacity:0.5; font-size:12px;*/
}
.footer .quick_link { width:50%; float:left; font-size:18px; position:relative; min-height:200px;}
.footer .quick_link .margin { margin:0 50px;}
.footer .quick_link:before { content:''; position:absolute; right:0; top:0; height:100%; width:0px; background:none; border-right:1px solid #fff;}
.footer .quick_link .title { font-size:18px; line-height:40px; height:40px; overflow:hidden; margin-bottom:10px; float:left; color:#fff; font-weight:bold; position:relative;}
.footer .quick_link .title .tit:after { content:''; background:#4caffd; position:absolute; left:0; bottom:0;}
.footer .quick_link .title .tit { font-size:18px; font-weight:bold; height:40px; line-height:40px; position:relative; float:left; display:block;}
.footer .quick_link .title .tit:after { position:absolute; left:0; bottom:0; width:100%; height:1px; background:#4caffd;}
.footer .quick_link .title .tit1 { font-size:18px; text-transform:uppercase; margin-left:10px; font-weight:100;}
.footer .quick_link .title:before { content:''; width:100%; height:1px; background:#fff; position:absolute; left:0; bottom:0;}
.footer .quick_link a { width:33%; float:left; color:#fff; font-size:14px; line-height:29px; display:block;}
.footer .quick_link a:before { content:'>';}
.footer .quick_link .list { width:200px; font-size:14px; margin-top:10px;}
.footer .quick_link .list a { width:50%; line-height:29px;}

.footer .contact_info { width:50%; height:auto; min-height:200px; overflow:hidden; position:relative; float:left;}
.footer .contact_info .margin { margin:0 50px;}
.footer .contact_info .title { font-size:18px; line-height:40px; height:40px; overflow:hidden; margin-bottom:10px; float:left; color:#fff; font-weight:bold; position:relative;}
.footer .contact_info .title .tit:after { content:''; background:#4caffd; position:absolute; left:0; bottom:0;}
.footer .contact_info .title .tit { font-size:18px; font-weight:bold; height:40px; line-height:40px; position:relative; float:left; display:block;}
.footer .contact_info .title .tit:after { position:absolute; left:0; bottom:0; width:100%; height:1px; background:#4caffd;}
.footer .contact_info .title .tit1 { font-size:18px; text-transform:uppercase; margin-left:10px; font-weight:100;}
.footer .contact_info .title:before { content:''; width:100%; height:1px; background:#fff; position:absolute; left:0; bottom:0;}
.footer .contact_info .tit1 { margin-left:14px; color:#fff; font-size:14px; text-transform:uppercase; font-weight:100;}
.footer .contact_info .tit2 { font-size:14px; color:#fff; line-height:20px; font-weight:100;}
.footer .contact_info .info { margin-left:20%; height:auto; overflow:hidden;}
.footer .contact_info .text { color:#fff; font-size:14px; line-height:30px; margin-top:10px; background:url(../images/contact_info_icon.png) 0 5px no-repeat; padding-left:30px; margin-right:40px;}
.footer .contact_info .text .icon { margin-right:10px; font-size:18px; color:#fff; float:left;}
.footerbox .qrcodebox { width:30%; height:auto; overflow:hidden; float:right; position:relative;}
.footerbox .qrcodebox .title { font-size:18px; line-height:60px; height:60px; overflow:hidden; color:#fff; position:absolute; left:0; bottom:0;}
.footerbox .qrcodebox .title .tit:after { content:''; background:#4caffd; position:absolute; left:0; bottom:0;}
.footerbox .qrcodebox .title .tit { font-size:18px; font-weight:bold; height:40px; line-height:40px; position:relative; float:left; display:block;}
.footerbox .qrcodebox .title .tit:after { position:absolute; left:0; bottom:0; width:100%; height:1px; background:#4caffd;}
.footerbox .qrcodebox .title .tit1 { font-size:18px; text-transform:uppercase; margin-left:10px; font-weight:100;}
.footerbox .qrcodebox .qrcode { width:156px; height:auto; float:right;}
.footerbox .qrcodebox .qrcode .pic { width:100%; height:auto; overflow:hidden; border:6px solid rgba(255,255,255,.63);}
.footerbox .qrcodebox .qrcode .pic img { width:100%; display:block;}
.footerbox .qrcodebox .qrcode .tit { width:100%; font-size:16px; line-height:60px; height:60px; color:#fff; text-align:center;}

/*版权*/
.copyright_bg { height:140px; overflow:hidden; /* background:rgba(2,48,101,.62); */ border-top:1px solid rgba(255,255,255,.3); position:relative; z-index:1;}
.copyright { max-width:1440px; min-width:300px; height:140px; line-height:140px; margin:0 auto; overflow:hidden; color:#efdcbc; font-size:16px; text-align:center;}
.copyright a { color:#efdcbc;}
.copyright .share_link a { font-size:34px; margin-right:20px;}
.copyright .share_link a:hover { color:#fff;}

.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;}
/*常用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:#ddd;}
.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;}*/
@media only screen and (max-width: 1440px){
	.topbox_bg .topbox { margin:0 10px;}
	.aboutbox_bg { margin:0 10px;}
	.indexbox { margin:0 10px;}
	.categorybox { margin:0 10px;}
	.newsbox { margin:0 10px;}
	.insidebox { margin:0 10px;}
	.footerbox { margin:0 10px;}
}

@media only screen and (max-width: 640px) {
	
	.indexbox { margin:0px; margin-left:0px; padding:0 15px;}
	.insidebox { margin:0px; padding-left:0;}
	.insidebox_bg { margin:0; padding:0;}
	.top_location { width:100%; height:auto; line-height:2; font-size:0.22rem; background:#eee; padding:0.2rem;}
	.ny_banner { height:auto!important;}
	.bannerBox .m_banner {}
	
	.bannerBox .m_banner .swiper-pagination-bullets{ width:auto; bottom:20px; height:20px; left:30px; right:30px; text-align:center;}
	.bannerBox .m_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { }
	.bannerBox .m_banner .swiper-pagination-bullet { width:10px; height:10px; border-radius:50%; background:none; border:1px solid #980404; opacity: 1; display:inline-block; margin:4px;}
	.bannerBox .m_banner .swiper-pagination-bullet-active { background:#980404;}
	
	*.d-flex { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:stretch; align-items:flex-start;}
	*.col-1 { width:100%!important;}
	*.col-2 { width:100%!important;}
	*.col-3 { width:100%!important;}
	*.col-4 { width:100%!important;}
	*.col-5 { width:100%!important;}
	*.col-6 { width:100%!important;}
	*.col-7 { width:100%!important;}
	*.col-8 { width:100%!important;}
	*.col-9 { width:100%!important;}
	*.col-10 { width:100%!important;}
	*.col-11 { width:100%!important;}
	*.pt-10 { padding-top:5px!important;}
	*.pt-20 { padding-top:10px!important;}
	*.pt-30 { padding-top:15px!important;}
	*.pt-40 { padding-top:20px!important;}
	*.pt-50 { padding-top:25px!important;}
	*.pt-60 { padding-top:0px!important;}
	
	*.pb-10 { padding-bottom:5px!important;}
	*.pb-20 { padding-bottom:10px!important;}
	*.pb-30 { padding-bottom:15px!important;}
	*.pb-40 { padding-bottom:20px!important;}
	*.pb-50 { padding-bottom:25px!important;}
	*.pb-60 { padding-bottom:0px!important;}
	
	*.mt-10 { margin-top:5px!important;}
	*.mt-20 { margin-top:10px!important;}
	*.mt-30 { margin-top:15px!important;}
	*.mt-40 { margin-top:20px!important;}
	*.mt-50 { margin-top:25px!important;}
	*.mt-60 { margin-top:0px!important;}
	
	*.mb-10 { margin-bottom:5px!important;}
	*.mb-20 { margin-bottom:10px!important;}
	*.mb-30 { margin-bottom:15px!important;}
	*.mb-40 { margin-bottom:20px!important;}
	*.mb-50 { margin-bottom:25px!important;}
	*.mb-60 { margin-bottom:0px!important;}
	
	.ismobile{display:block!important}
	.ispc{display:none!important}
	.ispad{display:none!important}

	.learn_more { display:none;}

	/*页眉*/
	.top_bg { width:100%; height:1rem; top:0; bottom:auto; background-size: auto 100%;/* box-shadow: 0px 0px 5px rgba(0,0,0,0.2); background:#fff;*/}
	.top_bg .top{ width:100%; height:1rem;}
	
	.top_bg.bgfff,
	.ny .top_bg { height:1rem;}
	.top_bg.bgfff.show .top .navmenu,
	.top_bg.show .top .navmenu { height:auto; display:block;}
	
	.top_bg.bgfff .searchbox .icon_submit,
	.top_bg.bgfff .searchbox:hover .icon_submit { color:#fff!important;}
	.top_bg.bgfff .top .logobox { height:0.75rem;}
	.top_bg.bgfff .top,
	.top_bg.bgfff .top .navmenu,
	.top_bg.bgfff .top .navmenu #menu li,
	.top_bg.bgfff .icon_btn_box,
	.top_bg.bgfff .top .navmenu #menu li .a1 { height:1rem;}
	.top_bg.bgfff .top .navmenu #menu li .a1 { line-height:1rem;}
	.top_bg.bgfff .top .navmenu #menu li .subnav { top:1rem;}
	.top_bg.bgfff .top .menu_icon:after { background:#c30d23;}
	.top_bg.bgfff .top .menu_icon a:before,
	.top_bg.bgfff .top .menu_icon a:after { background:#c30d23;}
	.top_bg.bgfff.show .top .navmenu #menu li .a1,
	.top_bg .top .navmenu #menu li .a1 { height:0.8rem; line-height:0.8rem; color:#000!important;}
	.top_bg.bgfff.show .top .navmenu #menu li .subnav a { color:#fff!important;}
	.top_bg.bgfff .top .logobox .logo,
	.top_bg .top .logobox .logo { width:1.5rem; height:0.75rem; background:url(../images/logo-text.png) center center no-repeat!important; background-size:cover!important;}
	.top_bg .top .logobox .logo .info .tit { font-size:0.4rem;}
	.top_bg.show .navmenu #menu li:after { content:'+'; display:inline-block; width:10%; height:0.8rem; line-height:0.8rem; font-size:0.4rem; text-align:center; position:absolute; left:auto; right:0; top:0;}
	.top_bg.show .top .searchbox { height:0.7rem;}
	body.ny .top_bg .top .menu_icon:after,
	.top_bg.show .top .menu_icon:after,
	body.ny .top_bg .top .menu_icon a:before,
	.top_bg.show .top .menu_icon a:before,
	body.ny .top_bg .top .menu_icon a:after,
	.top_bg.show .top .menu_icon a:after { background:#c30d23;}
	.top_bg.show .top .logobox .info { color:#c30d23;}

	
	/*主导航展示*/
	.top_bg.show { height:100%; background:rgba(255,255,255,.98); background:#fff;}
	/*.top_bg.show .top .logobox .logo { background:url(../images/logo-text.png) center center no-repeat!important; background-size:auto 100%!important;}*/
	.top_bg.show .top { height:100%;}
	
	.top_bg.show .top .lang_switch { }
	.icon_btn_box { width:100%; height:1rem; position:absolute; top:0; margin-top:0; left:0; display:block; z-index:1;}
	
	.top_bg .top .lang_switch { width:1.5rem; height:0.6rem; float:none; position:absolute; right:1rem; top:0.2rem;}
	.top_bg .top .lang_icon { width:0.3rem; float:left; margin:0 0 0 -0.35rem; height:0.6rem; line-height:0.6rem; text-align:center; font-size:0.3rem;}
	.top_bg .top .lang_tag { width:100%; height:0.6rem; line-height:0.6rem; text-align:left; font-size:0.22rem; padding-left:0.35rem; cursor:pointer; position:relative; }
	.top_bg .top .lang_tag:after { content:''; display:inline-block; margin-left:0.3rem; width:0.2rem; height:0.12rem; background-size:100% auto;}
	.top_bg .top .lang_select { width:100%; height:0; left:0; top:0.6rem; font-size:0.18rem;}
	.top_bg .top .lang_select a { line-height:0.6rem; height:0.6rem;}
	
	.top_bg .top .logobox { width:1.5rem; height:0.75rem; overflow:hidden; position:absolute; top:0.125rem; margin-top:0; left:0.2rem; overflow:hidden; z-index:2;}
	.top_bg .top .logobox a { display:block;}
	.top_bg .top .logobox .logo { width:0.75rem; height:0.75rem; float:left; background:url(../images/logo-text.png) center center no-repeat; background-size:auto 100%; overflow:hidden;}
	.top_bg .top .logobox .info .tit { font-size:0.35rem; line-height:1.2; font-weight:bold; letter-spacing:0px; margin-top:0px;}
	.top_bg .top .logobox .info .tit1 { font-size:0.16rem; line-height:1.5; letter-spacing:0px; letter-spacing:0px;}

	.top_bg .top .telbox { width:3rem; height:1rem; overflow:hidden; position:absolute; right:1rem; top:0; color:#b9251d; margin-top:0; display:block;}
	.top_bg .top .telbox .icon { width:0.4rem; height:0.4rem; line-height:0.4rem; font-size:0.4rem; float:left; margin-top:0.3rem; margin-right:0.1rem;}
	.top_bg .top .telbox .tel { font-size:0.32rem; line-height:1rem; height:1rem; position:relative; letter-spacing:0px; font-weight:bold;}
	.top_bg .top .telbox:hover { width:3rem;}
	/*搜索框*/
	.top_bg .top .searchbox { width:98%; height:0; overflow:hidden; position:absolute; left:1%; right:1%; top:1rem; margin-top:0; border-radius:0.35rem; z-index:0;}
	.top_bg .top .searchbox .keys { width:100%; height:0.7rem; line-height:0.7rem; text-indent:0.3rem; position:absolute; left:0; right:0px; top:0px; font-size:0.22rem; z-index:1;}
	
	.top_bg .top .searchbox .submit { width:0.8rem; height:0.7rem; line-height:0.7rem; font-size:0.24rem; text-align:center;}
	.top_bg .top .searchbox .icon_submit { width:0.8rem; height:0.7rem; line-height:0.7rem; font-size:0; margin:0; padding:0;}
	.top_bg .top .searchbox .icon_submit:before { font-size:0.3rem; color:#fff; margin:0; padding:0;}
	.top_bg .top .searchbox .icon_submit:after { display:none;}
	.top_bg .top .searchbox:hover { width:98%;}
	.top_bg .top .searchbox:hover .keys { width:100%;}
	.top_bg .top .searchbox:hover .icon_submit { width:0.8rem;}
	.top_bg .top .searchbox:hover .icon_submit:before {}
	.top_bg .top .searchbox:hover .submit { color:#fff; right:0;}
	
	.top_bg .top .menu_icon { width:0.50rem; height:0.50rem; overflow:hidden; position:absolute; right:0.2rem; top:0.25rem; margin-top:0; display:block; z-index:999;}
	.top_bg .top .menu_icon:after { content:''; position:absolute; left:10%; top:50%; margin-top:-0.03rem; width:80%; height:0.04rem; border-radius:0.02rem; background:#efdcbc;}
	.top_bg .top .menu_icon a { display:block; width:0.5rem; height:0.5rem; position:relative;}
	.top_bg .top .menu_icon a:before { content:''; width:80%; height:0.04rem; background:#efdcbc; position:absolute; left:10%; top:18%; margin-top:-0.02rem; border-radius:0.02rem; z-index:1;}
	.top_bg .top .menu_icon a:after { content:''; width:80%; height:0.04rem; background:#efdcbc; position:absolute; left:10%; bottom:18%; margin-top:-0.02rem; border-radius:0.02rem; z-index:1;}
	.top_bg .top .menu_icon:after,
	.top_bg .top .menu_icon a:before,
	.top_bg .top .menu_icon a:after {
		-webkit-transition: all .3s ease;
		-moz-transition:all .3s ease;
		-o-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	.top_bg .top .menu_icon.close:after { width:0%; left:50%;}
	.top_bg .top .menu_icon.close a:before {
		top:50%; margin-top:-0.02rem;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
	}
	.top_bg .top .menu_icon.close a:after {
		bottom:50%; margin-bottom:-0.02rem;
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
	}
	
	/*.navmenu { left:0; top:1.8rem; right:0; overflow:hidden; height:auto;}*/
	
	.navmenu { overflow:hidden; height:auto; overflow-y:auto; position:absolute; left:0; top:1.8rem; right:0; bottom:0.8rem; z-index:1; display:none;}
	.navmenu #menu { width:100%; height:auto; position:relative;  font-size:0.28rem; padding:0; flex-flow:row wrap;}
	.navmenu #menu li { width:100%; height:auto; float:left; overflow:hidden; position:relative;}
	
	.navmenu #menu li .icon { width:0.5rem; line-height:1rem; text-align:center; font-size:0.4rem; float:left; margin-right:0.2rem;}
	.navmenu #menu li .icon.iconshebei { font-size:0.4rem;}

	.navmenu #menu li.home { display:none;}
	.navmenu #menu li .a1 { width:auto; height:0.8rem; line-height:0.8rem; min-height:0.8rem; margin:0; text-align:left; margin-right:1rem; padding-left:5%; flex-flow:row wrap; justify-content:flex-start; align-items:center;}
	.navmenu #menu li.hover a,
	.navmenu #menu li:hover a { }
	.navmenu #menu li.hover a+.subnav { }
	.navmenu #menu li a:after { left:5%; margin-left:-0.1rem;border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent; display:none;}
	.navmenu #menu li:hover a:before,
	.navmenu #menu li.hover a:before { height:0.02rem; display:none;}
	.navmenu #menu li:hover a:after,
	.navmenu #menu li.hover a:after { right:0%; width:0rem; margin:0rem; border-bottom: 0.15rem solid #ff9c00; display:none;}
	/*二级菜单*/
	.navmenu #menu li .subnav { width:auto; height:auto; overflow:hidden; display:block; position:relative; background:#b9251d; top:0; left:0; font-size:0.22rem; padding:0; margin:0 0.1rem; border-radius:0.1rem; display:none;}
	.navmenu #menu li .subnav:before { display:none;}
	.navmenu #menu li .subnav a { display:block; height:0.5rem; line-height:0.5rem; font-size:0.26rem!important; width:auto; padding:0 0.1rem; background:none!important; color:#fff!important; float:none; text-align:left; margin:0.04rem 0.6rem; margin-left:0.2rem; border-bottom:0;}
	.navmenu #menu li .subnav a:after { background:none; color:#000;}
	.navmenu .copyright { display:block; position:fixed; left:0; bottom:0; width:100%; height:0.8rem; line-height:0.8rem; color:#000; margin:0; font-size:.24rem; border-top:1px solid #ccc; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:center; align-content:stretch; align-items:center;}
	.navmenu .copyright .icon { font-size:0.3rem; color:#cc0b10; border:1px solid #cc0b10; width:0.5rem; height:0.5rem; overflow:hidden; line-height:0.5rem; display:inline-block; border-radius:50%;}
	.navmenu .copyright .tel { font-size:0.28rem; margin-left:0.2rem; font-weight:bold; color:#cc0b10; font-family:Arial;}
	
	
	.ny_banner { margin-top:1rem;}
	.bannerBox { margin-top:0rem; height:auto;}
	.bannerBox .banner .swiper-slide .slide-1 .slogan:nth-child(1) {font-size:1rem;}
	.bannerBox .banner .swiper-slide .slide-1 .slogan:nth-child(2) { line-height:1rem; font-size:0.9rem;}
	.bannerBox .banner .swiper-slide .slide-1 .brief { padding:0.2rem 0; line-height:2; font-size:0.28rem;}
	.bannerBox .banner .swiper-pagination { height:0.3rem; bottom:0.2rem;}
	.bannerBox .swiper-pagination-bullet { width:0.15rem; height:0.15rem; margin:0 0.06rem;}
	.bannerBox .banner .swiper-slide video { top:8%; -webkit-transform: scale(1.19); -moz-transform: scale(1.19);}
	.bannerBox .banner .swiper-slide .video_mask { background:rgba(0,0,0,.2);}
	.ny .ny_banner_box { margin-top:1rem;}
	.ny_banner .tit { font-size:0.5rem; line-height:1rem; position:relative; font-weight:100; z-index:1;}

	.bannerBox .banner .swiper-pagination-bullets{ bottom:0.4rem; height:0.3rem;}
	.bannerBox .banner .swiper-pagination-bullet { width:0.5rem; height:0.02rem;  margin:0; margin:0 0.05rem;}
	.bannerBox .banner .swiper-pagination-bullet-active { background:#e41420;}
	.bannerBox .banner a.prev,
	.bannerBox .banner a.next { width:0.70rem; height:1rem; line-height:1rem; margin-top:-0.5rem; z-index:9; text-align:center; font-size:0.3rem; font-weight:100; display:none;}

	/*顶部*/
	.topbox_bg { padding:0.2rem;}
	.topbox_bg .topbox { padding:0;}
	.topbox_bg .topbox .searchbox { width:100%; padding:0;}
	.topbox_bg .topbox .searchbox .label { width:100%; line-height:0.5rem; font-size:0.25rem; margin:0;}
	.topbox_bg .topbox .searchbox .keys { width:100%; height:0.5rem; line-height:0.5rem; font-size:0.24rem;}
	.topbox_bg .topbox .searchbox .icon_submit { width:0.3rem; height:0.5rem; line-height:0.5rem; font-size:0.22rem; top:0.5rem;}
	.topbox_bg .topbox .searchbox .submit { width:0.3rem; height:0.5rem; line-height:0.5rem; font-size:0.22rem; top:0.5rem;}
	.topbox_bg .topbox .hotkeys { width:100%; height:0.5rem; line-height:0.5rem; font-size:0.22rem;}
	.topbox_bg .topbox .hotkeys .icon { color:#c60000; font-size:45px; line-height:109px; margin-right:20px; float:left;}
	.topbox_bg .topbox .hotkeys a { color:#252525;}
	.topbox_bg .topbox .telbox { width:100%; height:auto; overflow:hidden; padding-left:1.1rem; float:left; margin-top:0.2rem;}
	.topbox_bg .topbox .telbox .lab { line-height:0.3rem; font-size:0.22rem;}
	.topbox_bg .topbox .telbox .icon { font-size:0.38rem; width:0.8rem; height:0.8rem; line-height:0.8rem; text-align:center; margin-right:0.25rem; border-radius:50%; overflow:hidden; float:left; margin:0 0 0 -1.1rem; }
	.topbox_bg .topbox .telbox .tel { font-size:0.32rem; line-height:0.5rem;}
	
	.guidebox_bg { display:none;}
	body.fixed_post .guidebox_bg { top:1rem;}
	body.fixed_post .leftbox { top:1rem;}
	body.fixed_post .insidebox_bg { padding-top:1rem;}
	/*内页导航*/
	.insidebox_bg { padding:0; margin-top:0rem;}
	.leftbox { background:#c30d23;}
	
	.guidebox { flex-flow:row wrap; margin-top:0; padding:0;}
	.guidebox dt { width:100%; flex:0 0 100%; height:auto; overflow:hidden; position:relative; padding:0.2rem 0.2rem; margin:0; border-radius:0.2rem 0.2rem 0  0;}
	.guidebox dt .tit:before { display:none;}
	.guidebox dt .subnav_menu { position:absolute; right:0.2rem; top:0; height:0.8rem; line-height:0.8rem; color:#fff;}
	.guidebox dt .subnav_menu a { color:#fff;}
	.guidebox dt .subnav_menu .icon { color:#fff; margin-left:0.1rem; float:right; font-size:0.4rem;}
	.guidebox dt .title { width:100%; height:auto; line-height:2; flex-flow:row wrap;}
	.guidebox dt .tit { width:100%; font-size:0.28rem; line-height:0.5rem; float:left; margin-left:0.1rem; margin-right:0.4rem;}
	.guidebox dt .tit1 { font-size:0.3rem; margin-left:0;}
	.guidebox dt .des { width:100%; font-size:0.2rem; line-height:2;}
	.guidebox dd { width:100%; height:auto; overflow:hidden; padding:0.2rem; margin:0; flex-flow:row wrap;}
	.guidebox dd ul { width:100%; height:auto; overflow:hidden; font-size:0.22rem; margin-left:0px; right:0; top:0rem; position:relative; padding:0; margin:0; margin-top:0rem; justify-content:flex-start;}
	.guidebox dd ul li { width:25%; height:0.6rem; min-height:0.6rem; margin:0; padding:0; position:relative;}
	.guidebox dd ul li:nth-child(3n-2) { margin-left:0;}
	.guidebox dd ul li a { width:100%; height:0.6rem; line-height:0.6rem; padding:0 0.1rem; margin:0; border-radius:0.3rem; text-align:center;}
	.guidebox dd ul li a:before { content:''; line-height:0.8rem; position:absolute; left:0; top:0; left:0.2rem; display:none;
	/*border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 9px solid #0b6eb9;
	border-right: 0px solid transparent;
	
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-ms-transition:all .5s ease;
	transition:all .5s ease;*/
	}
	.guidebox dd ul li:hover a:before,
	.guidebox dd ul li.hover a:before { width:2px;}
	.guidebox dd ul li.hover:after { }
	.guidebox dd ul li a:after {  bottom:-0.11rem; margin-left:-0.15rem;
		border-top: 0 solid transparent;
		border-bottom: 0.11rem solid #c30d23;
		border-left: 0.15rem solid transparent;
		border-right: 0.15rem solid transparent;
	}
	.guidebox dd ul li.hover a { background:#fff; color:#c30d23;}
	.guidebox dd ul li:hover a:before,
	.guidebox dd ul li.hover a:before { color:#fff;}
	.guidebox dd ul li:hover a { /*margin-top:-5px;*/}
	.guidebox dd ul li:hover a+.subnav,
	.guidebox dd ul li.hover a+.subnav { display:none;}

	.guidebox dd .location { line-height:0.5rem; font-size:0.2rem; display:none;}
	
	/*公司位置*/
	.location_position { display:block;}
	.location_position img { display:block; width:100%;}
	
	/*详细内容显示*/
	.contentbox { margin:0; height:auto; padding:0 0.2rem;}
	.contentbox dt { width:100%; height:0.6rem; line-height:0.6rem; overflow:hidden; position:relative; position:relative; border-bottom:1px solid #d4cece; display:none;}
	.contentbox dt .location { width:100%; padding:0 0.2rem; float:none; text-align:left; font-size:0.18rem; line-height:0.6rem; font-weight:normal;}
	
	.contentbox dt .slogan { display:none;}
	.contentbox dt .tit { font-size:0.28rem; margin-right:0.2rem;}
	.contentbox dt .tit .line{ height:0.02rem;}
	.contentbox dd { padding:0.2rem 0; margin:0; min-height:5.5rem; height:auto; overflow:hidden;}
	.contentbox dd #content { font-size:0.16rem; line-height:2;}
	.contentbox dd .empty { font-size:0.6rem; line-height:1rem;}

	.detail { height:auto; overflow:hidden;}
	.detail .tit { font-size:0.32rem; line-height:0.5rem; margin-top:0.4rem;}
	.detail .des { line-height:0.44rem; margin-top:0.1rem; font-size:0.22rem;}
	.detail .des:after { content:''; width:2.6rem; height:0.02rem; margin-left:-1.3rem;}
	.detail .con { margin-top:0.3rem; padding:0.2rem;}
	.detail .con p { font-size:0.22rem; line-height:3;}
	.detail .date { font-size:0.22rem; line-height:0.5rem;}
	.detail .con table { border-collapse:collapse;}
	.detail .con table tr td { border:1px solid #000;}
	.detail .con .tablescroll { width:100%; height:auto; overflow:hidden; overflow-x:auto; position:relative;}

	/*上一条下一条*/
	.detail .prev_next { font-size:0.18rem; padding:0.3rem 0; margin-top:0.2rem;}
	.detail .prev_next a { display:block; line-height:0.4rem;}

	
	.goods-list { overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; margin-top:0px;}
	.goods-list li { width:49%; flex:0 0 49%; margin-left:0%; margin-bottom:2%;}
	/*.goods-list li a { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:flex-start;}*/
	.goods-list li .pic { width:100%; height:auto; overflow:hidden;}
	.goods-list li .brief { width:100%; padding:0.4rem;}
	.goods-list li .brief .tit { font-size:0.24rem; line-height:0.32rem; padding-bottom:0.2rem;}
	.goods-list li .brief .des { font-size:0.18rem; line-height:0.32rem; padding-top:0.2rem;}
	.goods-list li .name { font-size:0.24rem; height:0.5rem; line-height:0.5rem; padding-bottom:0.2rem;}
	/*图片*/
	.pic-list { overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; margin-top:0.2rem;}
	.pic-list li { width:49%; flex:0 0 49%; margin-left:0%; margin-bottom:2%;}
	.pic-list li .name{ height:0.6rem; line-height:0.6rem; font-size:0.22rem;}
	
	/*新闻列表样式1*/
	.news-list1 { font-size:0.22rem;}
	.news-list1 li { line-height:0.8rem; height:0.8rem;}
	.news-list1 li:before { width:0.08rem; height:0.08rem; margin-top:-0.04rem;}
	.news-list1 li .date { float:right;}
	.news-list1 li .tit { margin-left:0.2rem;}
	/*关于我们*/
	.aboutbox_bg { width:auto; height:auto; margin:0 0.2rem; padding:0.8rem 0.2rem;}
	.aboutbox {}
	.aboutbox dt { width:100%; flex:0 0 100%;}
	.aboutbox dt .des { font-size:0.18rem; margin-top:0.3rem;}
	.aboutbox dd { margin-top:0.6rem;}
	.aboutbox dd .about_box { flex-flow:column wrap;}
	.aboutbox dd .about { width:100%; padding:0;}
	.aboutbox dd .about .title { width:100%; text-align:center;}
	.aboutbox dd .about .title .tit1 { font-size:0.40rem; line-height:1.5;}
	.aboutbox dd .about .title .tit { font-size:0.32rem; line-height:1.5;}
	.aboutbox dd .about { width:100%; flex-flow:row wrap;}
	.aboutbox dd .about .company_name { font-size:0.32rem; margin-top:0.2rem;}
	.aboutbox dd .about .line { width:0.32rem; height:0.04rem; margin:0.2rem 0; margin-top:0.4rem; }
	.aboutbox dd .about .tit span { font-size:0.25rem; margin-right:0.1rem}
	.aboutbox dd .about .text { height:auto;  font-size:0.22rem; line-height:0.5rem; margin-top:0.3rem; -webkit-line-clamp:10;}
	.aboutbox dd .about .more {  font-size:0.22rem; width:2rem; height:0.6rem; line-height:0.6rem; background:#efdcbc; color:#000; margin-top:0.4rem; padding:0 0.3rem;}
	.aboutbox dd .about_pic { width:100%; flex:0 0 100%; height:auto; overflow:hidden; float:left; position:relative; margin-top:0.6rem; padding:0;}
	.aboutbox dd .about_pic .play { width:1rem; height:1rem; line-height:1rem; font-size:0.9rem; margin-top:-0.5rem; margin-left:-0.5rem;}
	.aboutbox dd .about_pic .play:hover { font-size:0.95rem;}
	.aboutbox dd .about_pic .swiper-pagination { height:0.2rem; bottom:0.2rem;}
	.aboutbox dd .about_pic .swiper-pagination .swiper-pagination-switch { width:0.12rem; height:0.12rem; margin:0 0.06rem; border:0.02rem solid #113eae;}
	.aboutbox dd .about_pic .swiper-pagination .swiper-pagination-switch.swiper-active-switch { background:#0a43b7; border:0.02rem solid #0a43b7;}
	.aboutbox dd .about_link { width:100%; flex:0 0 100%; margin:0.4rem 0; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-around; align-items:center;}
	.aboutbox dd .about_link a { width:2.5rem; height:2.9rem; background-size:cover; display:flex; display:-webkit-flex; flex-flow:column nowrap; justify-content:center; align-items:center; margin-bottom:0;}
	.aboutbox dd .about_link .icon { font-size:0.6rem; line-height:1; display:block;}
	.aboutbox dd .about_link .tit2 { font-size:0.28rem; line-height:1.5; margin-top:0.1rem;}
	.aboutbox dd .about_link a:hover { background-size:cover;}
	.aboutbox dd .about_point { width:100%; margin-top:0.4rem; flex-flow:row wrap; justify-content:space-beteween;}
	.aboutbox dd .about_point li { width:50%; text-align:center; margin:0.1rem 0; padding:0.1rem 0;}
	.aboutbox dd .about_point li .num { font-size:0.68rem; line-height:1.5;}
	.aboutbox dd .about_point li .unit{ margin-left:0.1rem; line-height:2; font-size:0.2rem; top:-0.3rem;}
	.aboutbox dd .about_point li .tit3 { font-size:0.28rem; text-align:center;}

	/*产品*/
	.productbox_bg { width:100%; height:auto; overflow:hidden; padding:0.8rem 0.2rem;}
	.productbox { width:auto;}
	.productbox dt { width:100%;}
	.productbox dt .title { width:100%; text-align:center;}
	.productbox dt .tit1 { font-size:0.40rem; line-height:1.5;}
	.productbox dt .tit { font-size:0.32rem; line-height:1.5;}
	.productbox dt .des { font-size:0.18rem; margin-top:0.3rem;}
	.productbox dt .des:before,
	.productbox dt .des:after { background-size:cover; display:inline-block; width:0.37rem; height:0.09rem; margin:0 0.1rem;}
	.productbox dt .des:after { background-size:cover;}

	.productbox dt .tabs_bg { width:100%; height:auto; overflow:hidden; background-size:100% auto;}
	.productbox dt .tabs { height:auto; line-height:0.6rem; flex-flow:row wrap;}
	.productbox dt .tabs a { width:33.33333%; height:auto; line-height:0.6rem; font-size:0.24rem; display:inline-block;  padding:0.2rem;}
	.productbox dt .tabs a:before { width:0.3rem; height:0.36rem; background-size:cover;}
	.productbox dt .tabs a.hover { font-size:0.26rem; font-weight:bold;}
	.productbox dt .tabs a:hover:before,
	.productbox dt .tabs a.hover:before {}
	.productbox dt .tabs a:nth-child(1),
	.productbox dt .tabs a:nth-child(2),
	.productbox dt .tabs a:nth-child(3),
	.productbox dt .tabs a:nth-child(4),
	.productbox dt .tabs a:nth-child(5),
	.productbox dt .tabs a:nth-child(6),
	.productbox dt .tabs a:nth-child(7),
	.productbox dt .tabs a:nth-child(8) { top:0;}

	.productbox .product_show { width:100%; height:auto;}
	.productbox .product_show li { width:100%; height:auto;}
	.productbox .product_show li .pic { width:48%; height:auto; overflow:hidden;}
	.productbox .product_show li .pic img { display:block; max-width:80%; width:auto; margin:0 auto;}
	.productbox .product_show li .brief { width:48%; float:left;}
	.productbox .product_show li .tit { width:100%; height:auto; overflow:hidden; font-size:0.28rem; line-height:1rem;}
	.productbox .product_show li .tit:before { width:1.04rem; height:0.35rem; background-size:cover; margin-right:0.1rem; margin-top:0.30rem;}
	.productbox .product_show li .tit:after { width:0.33rem; height:0.04rem; margin:0.2rem 0;}
	.productbox .product_show li .tit1 { font-size:0.3rem; line-height:1.5;}
	.productbox .product_show li .des { height:auto; font-size:0.22rem; line-height:2;  margin-top:0.2rem;}
	.productbox .product_show li .more { height:0.5rem; line-height:0.5rem; font-size:0.22rem; margin-top:0.2rem;}

	.productbox .ctrl_box { width:100%; margin:0; margin-top:0.3rem; height:0.6rem;}
	.productbox .ctrl_box .swiper-pagination-progressbar { width:60%; height:0.02rem; left:20%; top:50%; margin-top:-0.01rem;}
	.productbox .ctrl_box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { height:0.02rem;}
	.productbox .ctrl_box .prev,
	.productbox .ctrl_box .next { width:0.6rem; height:0.6rem; line-height:0.6rem; font-size:0.38rem; margin-top:-0.3rem;}
	
	.productbox dd { width:100%; margin-top:0.3rem;}
	.productbox dd .product_box { padding:0; flex-flow:row wrap;}
	.productbox dd .product_tabs_box { display:none;}
	.productbox .product_list li .brief { width:100%; line-height:0.8rem; z-index:2; position:relative; right:0; top:0; padding:0 5%;}
	.productbox .product_list li .tit { width:100%; height:0.8rem; line-height:0.8rem; font-size:0.28rem;}
	.productbox .product_list li .tit:before { font-size:0.6rem; line-height:0.4rem;}
	.productbox .product_list li .tit:after { width:0.3rem; height:1px; margin:0.3rem 0;}
	.productbox .product_list li .des { width:100%; height:auto; font-size:0.20rem; line-height:0.4rem; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; color:#000; margin-top:20px;}
	.productbox .product_list li a { border-radius:0 0 0.1rem 0.1rem;}
	.productbox .product_list li .more { width:3rem; height:0.6rem; line-height:0.6rem; margin-top:0rem; background:#cc0b10; color:#fff; font-size:0.22rem; border-radius:0.3rem; overflow:hidden; text-align:left; padding:0 0.35rem; display:none;}
	.productbox .product_list li .pic { position:relative; width:100%; left:0; top:0;}
	.productbox .product_list li .pic img { display:block; width:100%;}


	/*品质实力*/
	.quality_strength_bg { width:auto; padding:0.8rem 0.2rem;}
	.quality_strength dt { width:100%;}
	.quality_strength dt .tit1 { font-size:0.40rem; line-height:1.5;}
	.quality_strength dt .tit { font-size:0.32rem; line-height:1.5;}
	.quality_strength dd { width:100%; margin-top:0.4rem;}
	.quality_strength .quality_strength_list { width:100%; height:auto; overflow:; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-around; align-items:center;}
	.quality_strength .quality_strength_list li { width:32%;}
	.quality_strength .quality_strength_list li:hover .info { top:-0.2rem;}
	.quality_strength .quality_strength_list li .info { width:1.32rem; height:1.43rem; line-height:1.43rem; position:absolute; left:50%; margin-left:-0.66rem;}
	.quality_strength .quality_strength_list li .tit { width:1.32rem; height:1.43rem; line-height:1.43rem; font-size:0.48rem; background-size:cover;}
	.quality_strength .quality_strength_list li .pic { margin-top:0.72rem;}
	.quality_strength .quality_strength_list li:hover .tit { background-size:cover;}

	/*联系我们*/
	.contact_us_bg { width:auto; height:auto; overflow:hidden; padding:1rem 0.2rem; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
	.contact_us dt .title { width:100%; text-align:center;}
	.contact_us dt .tit1 { font-size:0.40rem; line-height:1.5;}
	.contact_us dt .tit { font-size:0.32rem; line-height:1.5;}
	.contact_us dt .more { width:162px; height:46px; line-height:46px; background:#1e2969; font-size:14px; display:block; color:#fff; padding:0 30px; margin-top:20px; position:relative; float:right;}
	.contact_us dt .more .icon { font-size:25px; margin-right:10px; float:left;}
	.contact_us dt .more:after { content:''; float:right;}
	.contact_us dt .more:hover { background:#4caffd;}
	.contact_us dd { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
	.contact_us dd .word_map_pic { width:100%; height:auto; overflow:hidden; position:relative; margin-top:1rem;}
	.contact_us dd .word_map_pic img { display:block; width:100%;}
	.contact_us dd .word_map_pic .balloon { position:absolute; right:-2.9%; top:5.4%; width:3.05rem; height:1.35rem; overflow:hidden; z-index:1; background:url(../images/balloon_bg.png) no-repeat; background-size:cover; text-align:center; display:none;}
	.contact_us dd .word_map_pic .balloon .box { margin:1px; height:92px; padding:10px 0;}
	.contact_us dd .word_map_pic .balloon .tit { font-size:0.30rem; line-height:2;}
	.contact_us dd .word_map_pic .balloon .tel { font-size:0.22rem; line-height:1.5;}
	.contact_us dd .word_map_pic .balloon strong { color:#d1150a; font-weight:bold;}
	.contact_us dd .tit {  font-size:0.36rem;}
	.contact_us dd .des { font-size:0.24rem;}
	.contact_us dd .info { width:100%; float:left;}
	.contact_us dd .qrcodebox { width:100%; height:auto; overflow:hidden; margin:0.2rem 0; margin-top:0.4rem;}
	.contact_us dd .qrcode { width:1.6rem;}
	.contact_us dd .qrcode .pic { width:100%; height:auto; overflow:hidden;}
	.contact_us dd .qrcode .tit { font-size:0.24rem; line-height:2; color:#fff;}



	/*资质证书*/
	.certificate_bg { padding:0.5rem 0;}
	.certificate dt .tit1 { font-size:0.4rem;}
	.certificate dt .tit { font-size:0.36rem; margin-top:-0.25rem;}
	.certificate dt .tit:before,
	.certificate dt .tit:after { width:0.2rem; height:0.2rem; margin:0 0.1rem; background-size:cover;}
	.certificate dt .des { font-size:0.18rem; margin-top:0.3rem;}
	.certificate dt .des:before,
	.certificate dt .des:after { background-size:cover; display:inline-block; width:0.37rem; height:0.09rem; margin:0 0.1rem;}
	.certificate dt .des:after { background-size:cover;}
	.certificate dd { margin-top:0.4rem;}
	.certificate dd .certificate_list_scroll { overflow:hidden;}
	.certificate dd .certificate_list_scroll .prev,
	.certificate dd .certificate_list_scroll .next { width:0.6rem; height:0.6rem; line-height:0.6rem; font-size:0.3rem; position:absolute; left:0.1rem; top:50%; margin-top:-0.3rem; display:none;}
	.certificate dd .certificate_list_scroll .next { left:auto; right:0.1rem;}
	.certificate dd .certificate_list li { width:50%;}
	.certificate dd .certificate_list li .brief { width:100%; height:auto;}
	.certificate dd .certificate_list li .tit { width:100%; font-size:0.22rem; line-height:2;}

	/*造型工具*/
	.modeling_tools_bg { padding:0.5rem 0;}
	.modeling_tools dt .tit1 { font-size:0.4rem;}
	.modeling_tools dt .tit { font-size:0.36rem; margin-top:-0.25rem;}
	.modeling_tools dt .tit:before,
	.modeling_tools dt .tit:after { width:0.2rem; height:0.2rem; margin:0 0.1rem; background-size:cover;}
	.modeling_tools dt .des { font-size:0.18rem; margin-top:0.3rem;}
	.modeling_tools dt .des:before,
	.modeling_tools dt .des:after { background-size:cover; display:inline-block; width:0.37rem; height:0.09rem; margin:0 0.1rem;}
	.modeling_tools dt .des:after { background-size:cover;}
	.modeling_tools dd { margin-top:0.4rem;}
	.modeling_tools dd .tools_list { width:100%; height:auto; overflow:hidden; margin-top:0; flex-flow:row wrap;}
	.modeling_tools dd .tools_list li { width:100%; height:0.8rem; flex-flow:row wrap; margin-bottom:0.1rem; border-radius:0.1rem;}
	.modeling_tools dd .tools_list li .margin { margin:0 0.3rem; display:flex; display:-webkit-flex; flex-flow:column nowrap; justify-content:space-between; align-items:stretch;}
	.modeling_tools dd .tools_list li .title {  width:100%; height:0.8rem; overflow:hidden; padding:0 0.3rem; flex-flow:row nowrap;}
	.modeling_tools dd .tools_list li .tit { width:100%; height:0.8rem; font-size:0.26rem; writing-mode:lr-tb; letter-spacing:0;}
	.modeling_tools dd .tools_list li .title:after { content:'+'; font-size:0.3rem; margin-top:0; float:right;}
	.modeling_tools dd .tools_list li .icon { height:0.8rem; line-height:0.8rem; font-size:0.4rem; margin-bottom:0; margin-right:0.1rem;}
	.modeling_tools dd .tools_list li.hover { width:100%; height:auto; flex-flow:row wrap; justify-content:space-between; align-items:flex-start;}
	.modeling_tools dd .tools_list li.hover .title {  height:0.8rem; line-height:0.8rem; overflow:hidden; padding:0 0.3rem;}
	.modeling_tools dd .tools_list li.hover .tit { writing-mode:lr-tb; line-height:0.8rem; letter-spacing:0.1rem;}
	.modeling_tools dd .tools_list li.hover .icon { width:1rem; font-size:0.42rem; margin-bottom:0; margin-right:0.1rem;}
	.modeling_tools dd .tools_list li.hover .tools_box { display:block;}
	.modeling_tools dd .tools_list li .margin { margin:0.3rem;}
	.modeling_tools dd .tools_list li .tools_box .inputbox { width:100%; font-size:0.20rem; margin-bottom:0.1rem;}
	.modeling_tools dd .tools_list li .tools_box .inputbox .inputval { height:0.5rem; line-height:0.5rem; padding:0 0.1rem; border:0.02rem solid #c9c9c9; border-radius:0.03rem; margin-right:0.1rem;}
	.modeling_tools dd .tools_list li .tools_box .huansuanAll { width:100%; height:auto; overflow:hidden; margin-top:0.1rem;}
	.modeling_tools dd .tools_list li .tools_box .huansuan { width:45%; height:0.6rem; line-height:0.6rem; font-size:0.22rem;}
	.modeling_tools dd .tools_list li .tools_box .huansuan.btn2 { margin-left:5%;}
	.modeling_tools dd .tools_list li .tools_box .tips { font-size:0.20rem; line-height:1.5; margin-top:0.3rem;}
	
	.modeling_tools dd .tools_list li .tools_box .tabs { width:100%; flex:1 0 100%; height:auto; overflow:hidden;}
	.modeling_tools dd .tools_list li .tools_box .tabs a { height:0.5rem; line-height:0.5rem; padding:0 0.1rem; border-radius:0.03rem; float:left; margin-right:0.1rem; margin-bottom:0.1rem;}
	.modeling_tools dd .tools_list li .tools_box table { font-size:0.22rem;}
	.modeling_tools dd .tools_list li .tools_box table td { padding:0.03rem 0.1rem;}
	.modeling_tools dd .tools_list li .tools_box table td input,
	.modeling_tools dd .tools_list li .tools_box table td select { height:0.4rem; line-height:0.4rem; padding:0 0.1rem; margin:0 0.05rem; font-size:0.18rem;}
	.modeling_tools dd .tools_list li .tools_box table td select option {  font-size:0.20rem; line-height:0.5rem;}
	.modeling_tools dd .tools_list li .tools_box table td button { height:0.5rem; line-height:0.5rem; font-size:0.22rem; text-align:center; border:0; border-radius:0.02rem; margin:0.03rem 0.03rem; padding:0 0.08rem;}

	.modeling_tools dd .contact_us_box { margin-top:0.2rem; flex-flow:row wrap;}
	.modeling_tools dd .contact_us_box .travel_mode { width:100%; flex:0 0 100%; height:auto; overflow:hidden; float:left; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:space-between; align-items:stretch;}
	.modeling_tools dd .contact_us_box .travel_mode .title { width:100%; height:1rem; line-height:1rem; border-bottom:0.01rem solid #d9d9d9;}
	.modeling_tools dd .contact_us_box .travel_mode .tit { font-size:0.28rem;}
	.modeling_tools dd .contact_us_box .travel_mode .tit1 { margin-left:0.2rem;}
	.modeling_tools dd .contact_us_box .travel_mode .tabs { width:100%; font-size:0.2rem; height:0.6rem; line-height:0.6rem; margin-top:0.1rem;}
	.modeling_tools dd .contact_us_box .travel_mode .tabs li.hover a {color:#cc0b10;}
	.modeling_tools dd .contact_us_box .travel_mode .tabs a { line-height:0.6rem; height:0.6rem; color:#000;}
	.modeling_tools dd .contact_us_box .travel_mode .tabs a .icon { margin-right:0.32rem; font-size:0.32rem;}
	.modeling_tools dd .contact_us_box .travel_mode .tabs.driving-way a { width:50%; height:0.3rem; line-height:0.3rem; padding:0 0.1rem;}

	.modeling_tools dd .contact_us_box .travel_mode .input_value { display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center; position:relative;}
	.modeling_tools dd .contact_us_box .travel_mode .switch_st { width:0.4rem; flex:0 0 0.4rem; margin-right:0.1rem; font-size:0.4rem; text-align:center; line-height:0.4rem;}
	.modeling_tools dd .contact_us_box .travel_mode .input_value .inputbox { width:100%;}
	.modeling_tools dd .contact_us_box .travel_mode .input_value .input { border:0; height:0.6rem; line-height:0.6rem; padding:0 0.3rem; background:none; color:#000; background:url(../images/input_value_point.png) 5px center no-repeat; font-size:0.24rem;}
	.modeling_tools dd .contact_us_box .travel_mode .gototag { line-height:0.65rem; height:0.65rem; margin-top:0.4rem; font-size:0.22rem;}
	.modeling_tools dd .contact_us_box .location { width:100%; flex:0 0 100%; height:auto; overflow:hidden; float:left; margin-top:0.2rem;}
	.modeling_tools dd .contact_us_box .contact_us { width:100%; flex:0 0 100%; height:auto; overflow:hidden; float:left;}
	.modeling_tools dd .contact_us_box .contact_us .title { width:100%; height:1rem; line-height:1rem; border-bottom:0.01rem solid #d9d9d9;}
	.modeling_tools dd .contact_us_box .contact_us .tit { font-size:0.28rem;}
	.modeling_tools dd .contact_us_box .contact_us .telbox { width:100%; height:auto; overflow:hidden; margin-top:0.2rem;}
	.modeling_tools dd .contact_us_box .contact_us .telbox .icon { font-size:0.28rem; line-height:40px;}
	.modeling_tools dd .contact_us_box .contact_us .telbox .icon:before { font-size:0.4rem; float:left; margin-right:0.2rem;}
	.modeling_tools dd .contact_us_box .contact_us .telbox .tel { font-size:0.48rem; line-height:0.6rem; margin-top:0.2rem;}
	.modeling_tools dd .contact_us_box .contact_us .telbox .tel:after { width:1rem; height:1px; background:#000; margin:0.2rem 0;}
	.modeling_tools dd .contact_us_box .contact_us .address { font-size:0.24rem; line-height:1.5;}
	/*通用样式*/
	.page_box dt .title { width:100%; text-align:center; padding:0 0.1rem; }
	.page_box dt .tit { font-size:0.4rem; line-height:0.6rem; font-weight:bold;}
	.page_box dt .tit1 { font-size:0.2rem; line-height:0.6rem;}
	.page_box dt .line { width:0.42rem; height:0.04rem; margin:0.1rem auto;}
	.page_box dt .tabs { width:100%; font-size:0.28rem; line-height:0.8rem; height:auto; margin-top:0.2rem; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:baseline;}
	.page_box dt .tabs a { width:33.3333%; height:0.8rem; line-height:0.8rem; float:left; margin:0; text-align:center;}
	.page_box dt .tabs a:hover:after,
	.page_box dt .tabs a.hover:after { height:0.04rem;}
	.page_box dt .tabs a.hover { background:#eee;}
	.page_box dt .line1 { bottom:0; width:100%; height:0.02rem;}
	.page_box dd {}
	/*关于*/
	.about_us_box_bg { padding:0.5rem 0.2rem;}
	.about_us .about { padding-right:1.5rem; background:url(../images/about_us_title_bg.png) right top no-repeat; background:none; padding:0; background-size:20% auto;}
	.about_us .about .company_name { font-size:0.35rem; line-height:2; font-weight:bold; text-align:center;}
	.about_us .about .tit { font-size:0.24rem;  line-height:0.4rem;}
	.about_us .about .des { font-size:0.22rem; line-height:2; margin-top:0.2rem;}
	.about_us .about .more { width:1.4rem; height:0.48rem; line-height:0.48rem; font-size:0.2rem; margin-top:0.15rem; border-radius:0.08rem;}
	.about_us .about_point { flex-flow:row wrap; align-items:baseline;}
	.about_us .about_point li { width:33.3333%;}
	.about_us .about_point li a { padding:0.1rem 0; text-align:center;}
	.about_us .about_point li .num { font-size:0.6rem; line-height:0.8rem;}
	.about_us .about_point li .unit{ margin-left:0.05rem; font-size:0.2rem; line-height:0.3rem; top:-0.3rem; }
	.about_us .about_point li .tit { font-size:0.2rem; line-height:2; }	
	.about_us .about_link { margin-top:0.55rem; margin-right:0.55rem;}
	.about_us .about_link a { display:inline-block; margin:0 0.08rem;}
	/*资质*/
	.honor_box_bg { padding:0.5rem 0.2rem; background-size:100% auto;}
	.honor_box dt .tabs { width:100%; font-size:0.28rem; line-height:0.6rem; height:0.6rem; margin-top:0.2rem; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:baseline;}
	.honor_box dt .tabs a { width:30%; float:none; margin:0; text-align:center;}
	.honor_box dt .tabs a:hover:after,
	.honor_box dt .tabs a.hover:after { height:0.04rem;}
	.honor_box .honor_list_scroll { padding:0; margin-top:0.7rem;}
	.honor_box .honor_list_scroll .prev,
	.honor_box .honor_list_scroll .next { width:0.5rem; height:0.5rem; line-height:0.46rem; font-size:0.2rem; border:0.04rem solid #c30d23; left:0.5rem; margin-top:-0.2rem;}
	.honor_box .honor_list_scroll .next { right:0.5rem; left:auto;}
	.honor_box .honor_list li { width:33%;}
	.honor_box .honor_list li a { padding-bottom:0.2rem;}
	.honor_box .honor_list li .pic { padding:0.4rem 0.2rem;}
	.honor_box .honor_list li .tit { height:auto; font-size:0.2rem; line-height:2;}
	/*厂区环境*/
	.about_plant_area_bg { padding:0.5rem 0.2rem;}
	.about_plant_area .about_plant_area_list_scroll { margin-top:0.6rem;}
	.about_plant_area .about_plant_area_list li { width:33%; }
	.about_plant_area .about_plant_area_list li .pic { border-radius:0.2rem 0.2rem 0 0;}
	.about_plant_area .about_plant_area_list li .brief { height:0.8rem; padding:0 0.2rem;}
	.about_plant_area .about_plant_area_list li .brief .tit { font-size:0.2rem; line-height:0.8rem;}
	.about_plant_area .about_plant_area_list li .brief .tit1 { font-size:0.2rem; margin-left:0.03rem;}
	.page_box dd .swiper-pagination { height:0.6rem; position:relative;}
	.page_box dd .swiper-pagination .swiper-pagination-bullet { width:0.1rem; height:0.1rem; margin:0 0.1rem; top:0.03rem;}
	.page_box dd .swiper-container-horizontal>.swiper-pagination-bullets,
	.page_box dd .swiper-pagination-custom, .swiper-pagination-fraction { bottom:0.4rem;}
	.page_box dd .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after { left:-0.03rem; top:-0.03rem; width:0.14rem; height:0.14rem; border:0.01rem solid #c30d23;}
	.page_box dd .ctrl_box { width:100%; margin:0.5rem auto;}
	.page_box dd .ctrl_box .prev,
	.page_box dd .ctrl_box .next { width:0.5rem; height:0.6rem; line-height:0.6rem; font-size:0.24rem;}
	/*视频宣传*/
	.about_video_bg { padding:0.5rem 0.2rem; margin-bottom:0rem;}
	.about_video { padding:1rem 0;}
	.about_video dt .tit { font-size:0.28rem; line-height:3;}
	.about_video dt .des { font-size:0.5rem; line-height:2;}
	.about_video dd { argin-top:0.6rem;}
	.about_video dd .video .play { width:1rem; height:1rem; line-height:1rem; font-size:1rem;}
	/*企业文化*/
	.corporate_culture_bg { padding:0rem 0.2rem; padding-bottom:0.5rem;}
	.corporate_culture { padding:0.6rem; margin-top:0.5rem; margin-bottom:1rem;}
	.corporate_culture_box { width:100%; padding:0.5rem;}
	.corporate_culture_box .info .tit { font-size:0.32rem; line-height:2;}
	.corporate_culture_box .info .des { font-size:0.24rem; line-height:2; margin-top:0.2rem;}
	
	.corporate_culture_info { margin-top:0.6rem;}
	.corporate_culture_info .tit { font-size:0.4rem;}
	.corporate_culture_info .tit1 { font-size:0.28rem; margin:0.2rem 0;}
	.corporate_culture_info .des { width:100%; height:auto; font-size:0.24rem; line-height:0.4rem; margin:0.2rem 0;}
	.corporate_culture_info .des.bgccc { height:auto; padding:0.2rem;}

	/*品牌介绍*/
	.brand_introduction_bg { padding:0.5rem 0.2rem;}
	.brand_introduction dd { padding:0.5rem 0;}
	.brand_introduction dd .info { font-size:0.26rem; line-height:2; }
	/*国内产品*/
	.domestic_products_bg { padding:0.5rem 0.2rem;}
	.domestic_products dd .products_list_scroll { margin-top:0.3rem;}
	.domestic_products dd .products_list_scroll .prev,
	.domestic_products dd .products_list_scroll .next { width:0.5rem; height:0.5rem; line-height:0.5rem; font-size:0.2rem; left:0; top:50%; margin-top:-0.25rem;}
	.domestic_products dd .products_list_scroll .next { left:auto; right:0;}
	.domestic_products dd .products_list li a { height:5rem;}
	.domestic_products dd .products_list li .pic { overflow:hidden; padding:0.3rem;}
	.domestic_products dd .products_list li .tit { height:auto; font-size:0.28rem; line-height:2;}
	.domestic_products dd .products_list li.swiper-slide-active,
	.domestic_products dd .products_list li.swiper-slide-active a { height:4.8rem;}
	.domestic_products dd .products_list li.swiper-slide-active .pic img {}
	.domestic_products dd .products_list li.swiper-slide-prev a { height:1rem; border-radius:0 0.5rem 0.5rem 0; display:none;}
	.domestic_products dd .products_list li.swiper-slide-next a { height:1rem; border-radius:0.5rem 0 0 0.5rem; display:none;}
	
	.products_brief_list { width:100%; height:auto; overflow:;}
	.products_brief_list li { flex-flow:row wrap;}
	.products_brief_list li .tit { font-size:0.36rem;}
	.products_brief_list li .tit img { margin-right:0.2rem;}
	.products_brief_list li .tit1 { font-size:0.3rem; line-height:1.5; margin-top:0.2rem;}
	.products_brief_list li .des { margin:0.2rem 0; font-size:0.24rem; line-height:0.48rem;}
	.products_brief_list li .buy { width:100%; height:0.8rem; line-height:0.8rem; font-size:0.28rem; border-radius:0.4rem;}
	/*出口产品*/
	.export_products_bg { padding:0.5rem 0;}
	.export_products dd { padding:0.5rem 0;}
	.export_products dd .product_list li .pic { width:100%; padding:0.4rem 1rem;}
	.export_products dd .product_list li .brief { width:100%;}
	.export_products dd .product_list li .brief .tit { padding:0.3rem 0;}
	.export_products dd .product_list li .brief .des { font-size:0.28rem; line-height:0.48rem;}

	/*智能工厂*/
	.smart_factory_bg { padding:0.5rem 0.2rem;}
	.smart_factory_list_scroll { margin-top:0.5rem;}
	.smart_factory_list li { width:100%;}
	.smart_factory_list li .brief { padding:0.3rem 0;}
	.smart_factory_list li .tit { height:auto; font-size:0.28rem; line-height:2;}
	.smart_factory_list li .des { height:2rem; margin-top:0.2rem; font-size:0.24rem; line-height:0.4rem;}
	.smart_factory_list li .icon { font-size:0.2rem;}
	.smart_factory_list li .icon:before { margin-right:0.2rem;}
	.smart_factory_list_scroll .swiper-pagination { display:block;}
	/*工艺传承*/
	.process_inheritance_list_scroll { padding:0 0.2rem; margin-top:0.5rem;}
	.process_inheritance_list_scroll .swiper-pagination { display:block;}
	.process_inheritance_list li .pic { width:100%;}
	.process_inheritance_list li .brief { width:100%; padding:0.2rem 0; background:url(../images/process_inheritance_brief_bg.png) 100% 0 no-repeat; background-size:60% auto; padding-top:0.4rem;}
	.process_inheritance_list li .tit { font-size:0.32rem; margin:0.1rem 0;}
	.process_inheritance_list li .tit:after { width:2rem; height:1px; margin:0 0.2rem; top:-0.1rem;}
	.process_inheritance_list li .tit1 { font-size:0.32rem; margin:0.1rem 0;}
	.process_inheritance_list li .des { height:auto; font-size:0.24rem; line-height:2; -webkit-line-clamp: 10;}
	.process_inheritance_list li .more {  width:1.67rem; height:0.64rem; line-height:0.43rem; padding-top:0.2rem; background-size:100% auto; font-size:0.24rem; margin-top:0.3rem;}
	.process_inheritance_tabs_scroll { margin-top:0rem;}
	.process_inheritance_tabs_scroll .swiper-container { display:none;}
	.process_inheritance_tabs {}
	.process_inheritance_tabs li { width:33%;}
	/*155道工序*/
	.processes_155_bg { padding:1rem 0.2rem;}
	.processes_155_bg .tabs_list { margin-top:0.6rem; padding:0.15rem 0; font-size:0.28rem; flex-flow:row wrap;}
	.processes_155_bg .tabs_list a { width:1.39rem; height:1.20rem; line-height:1.20rem; margin-bottom:0.2rem; background:#c8beb7 url(../images/tabs_list_bg01.png) bottom center no-repeat; border-radius:0.1rem; background-size:100% auto;}
	.processes_155_bg .tabs_list a:after { left:50%; bottom:-0.3rem; margin-left:-0.11rem; display:none;
	border-top: 0 solid transparent;
	border-bottom: 0.1rem solid #d71418;
	border-left: 0.11rem solid transparent;
	border-right: 0.11rem solid transparent;
	}
	.processes_155_bg .tabs_list a:nth-child(2n) { background-size:100% auto;}
	.processes_155_bg .tabs_list a.hover:after { bottom:-0.15rem;}
	.processes_155_bg .processes_show { margin:0; padding:0.5rem 0;}
	/*家国情怀*/
	.patriotic_sentiment_bg { padding:0.5rem 0;}
	.patriotic_sentiment_bg .swiper-pagination {  margin:0.3rem 0;}
	/*公司新闻*/
	.news_index_bg { padding:0.5rem 0.2rem;}
	.news_index_list { margin-top:0.3rem;}
	.news_index_list li { width:49.5%; height:auto; margin-bottom:1%; border-radius:0.1rem;}
	.news_index_list li:after { height:0.1rem;}
	.news_index_list li a { padding:0.2rem;}
	.news_index_list li .time { font-size:0.24rem;}
	.news_index_list li .more { line-height:0.4rem; margin:0.2rem 0;}
	.news_index_list li .icon { font-size:0.2rem;}
	.news_index_list li .tit { height:auto; font-size:0.28rem; line-height:2; margin:0.1rem 0;}
	
	/*留言提交*/
	.cotnact_feedback_bg { padding:0.5rem 0.2rem;}
	.feedback_form { margin-top:0.5rem;}
	.feedback_form .input { width:100%; height:0.7rem; line-height:0.7rem; margin-top:0.2rem; font-size:0.24rem; border:0; padding:0 0.2rem;}
	.feedback_form .textarea { height:1rem; line-height:0.3rem; padding:0.2rem; font-size:0.24rem; margin-top:0.2rem;}
	.feedback_form .input:-moz-placeholder,
	.feedback_form .textarea:-moz-placeholder { font-size:0.24rem;}
	.feedback_form .input::-moz-placeholder,
	.feedback_form .textarea::-moz-placeholder { font-size:0.24rem;}
	.feedback_form .input:-ms-input-placeholder,
	.feedback_form .textarea:-ms-input-placeholder { font-size:0.24rem;}
	.feedback_form .input::-webkit-input-placeholder,
	.feedback_form .textarea::-webkit-input-placeholder{ font-size:0.24rem;}
	.feedback_form .btn_box { width:100%; height:auto; overflow:hidden; margin-top:0.2rem; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between;}
	.feedback_form .submit,
	.feedback_form .reset{ width:48%; height:0.7rem; color:#fff; margin:0; font-size:0.28rem;}
	/*招聘信息*/
	.jobs_info_box_bg { padding:0.5rem 0.2rem;}
	.jobs_info_filter { margin-top:0.4rem;}
	.jobs_info_filter .filter_select { width:49.5%; height:0.7rem; line-height:0.7rem; font-size:0.24rem;}
	.filter_select.w_48 { width:49.5%;}
	.jobs_info_filter .filter_select .filter_tag { padding:0 0.3rem; height:0.7rem; line-height:0.7rem;}
	.jobs_info_filter .filter_select .filter_list { line-height:0.7rem;}
	.jobs_info_filter .filter_select .filter_list a { padding:0 0.3rem;}
	
	.jobs_info_filter .searchbox { float:right; width:100%; height:0.5rem; position:relative;}
	.jobs_info_filter .searchbox .keyword { width:100%; height:0.5rem; line-height:0.5rem;border:0; padding:0 0.2rem;}
	.jobs_info_filter .searchbox .submit { width:1rem; height:0.5rem;}

	/*招聘列表*/
	.jobs-list-box { margin:0.5rem auto;}
	.jobs-list-box .head { height:1rem; line-height:1rem; font-size:0.24rem; }
	.jobs-list-box .head li { line-height:1rem;}
	.jobs-list1 li { margin-top:0.3rem;}
	.jobs-list1 li .date { line-height:0.6rem;}
	.jobs-list1 li .title { min-height:0.7rem; line-height:0.7rem; font-size:0.24rem;}
	.jobs-list1 li .title:after { right:0.2rem;}
	.jobs-list1 li .title .item { line-height:0.7rem; float:left; text-align:center;}
	.jobs-list1 li .infobox { padding:0.3rem; padding-bottom:0.3rem; margin-top:0.3rem;}
	.jobs-list1 li .infobox .info { width:100%; height:auto; overflow:hidden;}
	.jobs-list1 li .infobox .des { font-size:0.24rem; line-height:0.48rem; height:4rem; margin:0.2rem 0px;}
	.jobs-list1 li .infobox .btnbox { margin:0.1rem 0; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between;}
	.jobs-list1 li .infobox .btn { width:48%; height:0.7rem; line-height:0.7rem;  font-size:0.24rem; float:left;}
	.jobs-list1 li .infobox .btn:nth-child(2) { margin-left:0;}
	.jobs-list1 li .infobox .pic { argin:0.3rem 0;}
	.jobs-list1 li.hover .infobox { flex-flow:row wrap;}
	/*联系方式*/
	.contact_info { padding:0.5rem 0.2rem; }
	.contact_info .title { font-size:0.45rem; line-height:1.5; margin-top:0.3rem;}
	.contact_info_list { width:100%; height:auto; overflow:hidden; margin-top:0.5rem; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch;}
	.contact_info_list li { width:100%; padding:3% 0%; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:flex-start; align-items:center;}
	.contact_info_list li .icon { width:0.8rem; height:0.8rem; line-height:0.8rem; flex:0 0 0.8rem; float:left; margin:0; margin-right:0.2rem; font-size:0.3rem;}
	.contact_info_list li .info { width:100%; height:auto; overflow:hidden; text-align:left;}
	.contact_info_list li .lab { font-size:0.3rem; line-height:1.5; margin:0.1rem 0;}
	.contact_info_list li .tit { font-size:0.24rem; line-height:1.5; margin:0.1rem 0;}
	.contact_info_list li .des { font-size:0.24rem; height:auto; line-height:1.2; margin-top:0.2rem;}
	/*地图*/
	.map_coordinates { width:100%; height:8rem; margin-bottom:0.5rem;}

	/*招商加盟*/
	.franchise_box_bg { padding-bottom:0.5rem;}
	.franchise_box { padding:0.3rem 0.2rem;}
	.franchise_box dt .tit { font-size:0.36rem; font-weight:bold;}
	.franchise_box dt .tit1 { font-size:0.22rem;}
	.franchise_box dt .des { font-size:0.24rem;}
	.franchise_box dd .join_condition_list { margin-top:0.4rem; align-items:baselink;}
	.franchise_box dd .join_condition_list li { width:100%; float:left; height:auto; overflow:hidden; margin-bottom:0.2rem;}
	.franchise_box dd .join_condition_list li a { display:block; background:#f7f7f7; height:100%; overflow:hidden; border-radius:10px; padding:25px;}
	.franchise_box dd .join_condition_list li .title { width:1.5rem; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:baseline; float:left;}
	.franchise_box dd .join_condition_list li .tit { width:100%; height:auto; line-height:0.5rem; padding-top:0.1rem; font-size:0.28rem;}
	.franchise_box dd .join_condition_list li .des { font-size:0.22rem; line-height:2; margin-top:0.1rem;}
	.franchise_box dd .join_condition_list li .tit:before { width:0.19rem; height:0.08rem; border-radius:0.04rem;}
	.franchise_box dd .join_condition_list li .tit:after { width:0.19rem; height:0.08rem; left:0.1rem; border-radius:0.04rem;}
	.franchise_box dd .join_condition_list li .icon { width:1rem; height:1rem; line-height:1rem; font-size:0.9rem; float:left;}
	.franchise_box dd .join_text { margin-top:0.2rem; font-size:0.22rem; line-height:2;}
	/*加盟申请*/
	.franchise_box dd .frombox { height:auto; overflow:hidden; margin-top:0.4rem;}
	.franchise_box dd .frombox .input { width:100%; height:0.75rem; line-height:0.75rem; font-size:0.22rem; margin-top:0.2rem; text-indent:0.2rem; border-radius:0.1rem;}
	.franchise_box dd .frombox .textarea { width:100%; flex:0 0 100%; height:2rem; line-height:0.2rem; padding:0.2rem; border:0; margin-top:0.2rem; border-radius:0.1rem;}
	.franchise_box dd .frombox .input:-moz-placeholder,
	.franchise_box dd .frombox .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		font-size:0.22rem;
	}
	.franchise_box dd .frombox .input::-moz-placeholder,
	.franchise_box dd .frombox .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
		font-size:0.22rem;
	}
	.franchise_box dd .frombox .input:-ms-input-placeholder,
	.franchise_box dd .frombox .textarea:-ms-input-placeholder {
	   font-size:0.22rem;
	}
	.franchise_box dd .frombox .input::-webkit-input-placeholder,
	.franchise_box dd .frombox .textarea::-webkit-input-placeholder{
		font-size:0.22rem;
	}
	.franchise_box dd .frombox .btn_box { width:100%; height:auto; overflow:hidden; margin-top:0.3rem; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
	.franchise_box dd .frombox .submit,
	.franchise_box dd .frombox .reset{
		width:49%; height:0.8rem; background:#ffa800; margin:0; font-size:0.24rem; float:left;
	}
	.franchise_box dd .frombox .reset{
		background:#ed0000;
	}
	/*加盟政策*/
	.franchise_policy_box { padding:0.3rem 0.3rem; margin:0.5rem 0; border-radius:0.2rem;}
	.franchise_policy_box .title .tit { font-size:0.28rem;}
	.franchise_policy_box .title .tit1 { font-size:0.4rem; margin-top:0.1rem;}
	.franchise_policy_box .title .tit1:after { width:0.3rem; height:0.04rem; margin:0.2rem 0;}
	.franchise_policy_list { margin:0.4rem 0; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:baseline;}
	.franchise_policy_list li { width:30%; height:auto; overflow:hidden; float:left;}
	.franchise_policy_list li .icon { width:100%; height:0.5rem; line-height:0.6rem; font-size:0.4rem;}
	.franchise_policy_list li .tit { font-size:0.22rem; line-height:1.5; padding:0.1rem 0;}

	/*联系我们内页*/

	/*在线留言*/
	.feedbackbox { width:100%; padding:0; margin-top:0.6rem;}
	.feedbackbox dt .title .tit { font-size:0.36rem;}
	.feedbackbox dt .title .tit1 { font-size:0.22rem;}
	.feedbackbox dt .des { font-size:0.22rem; line-height:2;}
	.feedbackbox dd .frombox { margin-top:0.2rem;}
	.feedbackbox dd .frombox .input { width:100%; height:0.8rem; line-height:0.8rem; margin-bottom:0.2rem; text-indent:0.2rem;}
	.feedbackbox dd .frombox .textarea { height:2.5rem; line-height:0.2rem; padding:0.2rem; margin-bottom:0.2rem;}
	.feedbackbox dd .frombox .input:-moz-placeholder,
	.feedbackbox dd .frombox .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	  font-size:0.22rem;
	}
	.feedbackbox dd .frombox .input::-moz-placeholder,
	.feedbackbox dd .frombox .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	   font-size:0.22rem;
	}
	.feedbackbox dd .frombox .input:-ms-input-placeholder,
	.feedbackbox dd .frombox .textarea:-ms-input-placeholder {
	   font-size:0.22rem;
	}
	.feedbackbox dd .frombox .input::-webkit-input-placeholder,
	.feedbackbox dd .frombox .textarea::-webkit-input-placeholder{
	   font-size:0.22rem;
	}
	.feedbackbox dd .frombox .submit,
	.feedbackbox dd .frombox .reset {
		width:49%; height:0.75rem; font-size:0.26rem;
	}
	/*关于内页*/
	.about_us_box { margin-top:1rem;}
	.about_us_box .about { flex-flow:row wrap;}
	.about_us_box .about .title { width:100%; flex:0 0 100%; padding-left:0.5rem; padding-right:0;}
	.about_us_box .about .title:before { width:0.35rem; height:0.35rem; top:0.1rem; background-size:cover;}
	.about_us_box .about .tit { font-size:0.32rem; line-height:1.5; margin-top:0.1rem; font-weight:bold;}
	.about_us_box .about .tit1 { font-size:0.42rem; line-height:1.2;}
	.about_us_box .about .info { width:100%; flex:0 0 100%; height:auto; overflow:hidden;}
	.about_us_box .about .des { font-size:0.26rem; line-height:1.8; margin:0.3rem 0; -webkit-line-clamp:100;}
	.about_us_box .about .company_name { font-size:0.34rem; line-height:1.5; padding-left:0.5rem; margin-top:0.2rem;}
	.about_us_box .about .company_name:after { width:1rem; height:0.04rem; margin:0.1rem 0;}
	/*企业文化*/
	.about_us_box .culture { padding:0.6rem; margin:0.5rem 0;}
	.about_us_box .culture .tit { font-size:0.42rem;}
	.about_us_box .culture .des { font-size:0.28rem; line-height:1.8; margin:0.1rem 0;}

	/*发展历程*/
	.development_history dt .title { width:100%; flex:0 0 100%; padding-left:0.5rem; padding-right:0;}
	.development_history dt .title:before { width:0.35rem; height:0.35rem; top:0.1rem; background-size:cover;}
	.development_history dt .tit { font-size:0.32rem; line-height:1.5; margin-top:0.1rem; font-weight:bold;}
	.development_history dt .tit1 { font-size:0.42rem; line-height:1.2;}
	.development_history dt .more { font-size:0.22rem; width:1.8rem; height:0.5rem; line-height:0.5rem; position:absolute; right:0; bottom:0;}
	.development_history dd { margin-top:0.5rem;}
	.development_history_list li .pic { width:100%;}
	.development_history_list li .pic .year { font-size:1.2rem;}
	.development_history_list li .brief { width:100%; padding:0.5rem 0;}
	.development_history_list li .tit { font-weight:bold; font-size:0.42rem; line-height:1.5;}
	.development_history_list li .tit:after { width:0.5rem; height:0.04rem; margin:0.2rem 0;}
	.development_history_list li .des { font-size:0.24rem; line-height:1.5;padding:0.2rem 0;}
	
	.development_history_line_scroll { padding:0.6rem 0; position:relative; border-top:1px solid #ccc;}
	.development_history_line { width:100%; height:auto; overflow:visible; font-size:0.26rem;}
	.development_history_line li { height:auto; overflow:; float:left; background-size:150% auto;}
	.development_history_line li a { display:block; width:1.2rem; height:1.2rem; line-height:1.2rem; background-size:cover;}
	.development_history_line li.swiper-slide-thumb-active a { background-size:cover;}
	.development_history_line li.swiper-slide-thumb-active { background-size:150% auto;}
	.development_history_line_scroll .prev,
	.development_history_line_scroll .next { width:0.33rem; height:0.33rem; line-height:0.33rem; border-radius:50%; font-size:0.25rem; margin-top:-0.17rem; display:none;}
	.development_history_line_scroll .prev:hover { padding-right:0.3rem;}
	.development_history_line_scroll .next:hover { padding-left:0.3rem;}
	.product_process_line_scroll .prev,
	.product_process_line_scroll .next { display:none;}
	.product_process { margin:0.4rem 0;}
	.product_process_list .video { border-radius:0.1rem;}
	.product_process_line_scroll { margin:0.3rem 0px; background:#fff;}
	.product_process_line { width:100%; height:auto; overflow:visible; font-size:0.22rem;}
	.product_process_line li { width:33%;}
	/*荣誉资质*/
	.honorbox { margin:0.5rem 0;}
	.honorbox dt .title { width:100%; flex:0 0 100%; padding-left:0.5rem; padding-right:0;}
	.honorbox dt .title:before { width:0.35rem; height:0.35rem; top:0.1rem; background-size:cover;}
	.honorbox dt .tit { font-size:0.32rem; line-height:1.5; margin-top:0.1rem; font-weight:bold;}
	.honorbox dt .tit1 { font-size:0.42rem; line-height:1.2;}
	.honorbox dt .more { font-size:0.22rem; width:1.8rem; height:0.5rem; line-height:0.5rem; position:absolute; right:0; bottom:0;}
	
	.honorbox dd { margin-top:0.5rem;}
	.honorbox dd .honor_list li { width:100%;}
	.honorbox dd .honor_list li .tit { height:0.8rem; line-height:0.8rem; font-size:0.32rem;}

	/*企业位置*/
	.company_location { width:100%; padding:0; margin-top:0.6rem; margin-bottom:0.6rem;}
	.company_location dt .tit { font-size:0.3rem;}
	.company_location dt .tit1 { font-size:0.26rem;}
	.company_location dt .des { font-size:0.22rem;}
	
	.contact_info_box .travel_mode { width:100%; height:auto; overflow:hidden; margin-top:0.3rem; }
	.contact_info_box .travel_mode .title { width:100%; height:0.6rem; line-height:0.6rem; overflow:hidden; border-bottom:1px solid #d9d9d9;}
	.contact_info_box .travel_mode .tit { font-size:0.28rem; float:left;}
	.contact_info_box .travel_mode .tit1 { margin-left:0.2rem;}
	.contact_info_box .travel_mode .tabs { width:1rem; flex:0 0 1rem; font-size:0.26rem; height:auto; line-height:0.6rem;}
	.contact_info_box .travel_mode .tabs a { display:block; float:left; width:100%; line-height:0.6rem; height:0.6rem; border-radius:0.3rem;}
	.contact_info_box .travel_mode .tabs a.hover{ background:#cc0b10; color:#fff;}
	.contact_info_box .travel_mode .tabs a .icon { margin-right:0.2rem; font-size:0.22rem;}
	.contact_info_box .travel_mode .tabs.driving-way a { width:50%; height:0.3rem; line-height:0.3rem; padding:0 0.1rem;}
	.contact_info_box .travel_mode .tabs.driving-way a.hover { background:#cc0b10; color:#fff;}
	.contact_info_box .travel_mode .input_value { width:100%;}
	.contact_info_box .travel_mode .switch_st { width:0.5rem; flex:0 0 0.5rem; margin:0 0.1rem; font-size:0.5rem; line-height:0.4rem;}
	.contact_info_box .travel_mode .input_value .inputbox { width:100%;}
	.contact_info_box .travel_mode .input_value .input { height:0.8rem; line-height:0.8rem; padding:0 0.3rem; font-size:0.22rem;}
	.contact_info_box .travel_mode .input_value .line { width:100%; height:1px; background:#ccc;}
	.contact_info_box .travel_mode .gototag { width:1rem; flex:0 0 1rem; line-height:1rem; height:1rem; margin-left:0.1rem; font-size:0.24rem; border-radius:50%; }
	.contact_info_box .locationbox #allmap { height:4.5rem;}
	/*新闻资讯*/
	.newsbox_bg { padding:0.5rem 0.2rem;}
	.newsbox dt .title { width:100%; padding:0;}
	.newsbox dt .tit { font-size:0.40rem;}
	.newsbox dt .tit1 { font-size:0.0.2rem;}
	.newsbox dt .tit:before,
	.newsbox dt .tit:after { width:0.2rem; height:0.2rem; margin:0 0.1rem; background-size:cover;}
	.newsbox dt .des { font-size:0.18rem; margin-top:0.3rem;}
	.newsbox dt .des:before,
	.newsbox dt .des:after { background-size:cover; display:inline-block; width:0.37rem; height:0.09rem; margin:0 0.1rem;}
	.newsbox dt .des:after { background-size:cover;}
	.newsbox dt .tabs { width:100%; height:auto; margin-top:0.3rem; justify-content:space-between;}
	.newsbox dt .tabs a { width:auto; height:0.8rem; line-height:0.8rem; margin:0 0.5rem; margin:0; font-size:0.28rem;}
	
		
	/*图片新闻列表样式*/
	.newsbox .pic_news_list_scroll { width:100%; height:auto; overflow:hidden; padding:0;}
	.newsbox .pic_news_list_scroll .prev,
	.newsbox .pic_news_list_scroll .next { width:0.6rem; height:0.6rem; line-height:0.6rem; font-size:0.3rem; position:absolute; left:0.1rem; top:30%; margin-top:-0.25rem; display:none;}
	.newsbox .pic_news_list_scroll .next { left:auto; right:0.1rem;}
	.newsbox dd .pic_news_list li { width:100%;}
	.newsbox dd .pic_news_list li .margin { padding:0; margin:0;}
	.newsbox dd .pic_news_list li .info { font-size:0.2rem; margin-top:0.2rem;}
	.newsbox dd .pic_news_list li .more { line-height:0.6rem;}
	.newsbox dd .pic_news_list li .date { width:1rem; height:auto; margin:0 0 0 -1.5rem;}
	.newsbox dd .pic_news_list li .date:after { height:100%; background:#ccc;}
	.newsbox dd .pic_news_list li .date .d { font-size:0.6rem; line-height:0.6rem; font-weight:bold;}
	.newsbox dd .pic_news_list li .date .y-m { font-size:0.20rem; line-height:0.3rem;}
	.newsbox dd .pic_news_list li .brief { width:100%; height:auto; overflow:hidden; padding:0.2rem;}
	.newsbox dd .pic_news_list li .brief .row {display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between;}
	.newsbox dd .pic_news_list li .tit { font-size:0.26rem; line-height:0.5rem; height:0.5rem;}
	.newsbox dd .pic_news_list li .des { height:auto; overflow:hidden; line-height:0.4rem; margin-top:0; font-size:0.18rem;}

	.newsbox dd .news_list_scroll .title { font-size:0.40rem; text-align:center; font-weight:normal;}
	.newsbox dd .news_list_scroll { width:100%; margin-top:0.6rem; padding:0;}
	.newsbox dd .news_list { margin-top:0.6rem;}
	.newsbox dd .news_list li {}
	.newsbox dd .news_list li .margin { margin:0.4rem;}
	.newsbox dd .news_list li a { padding:0;}
	.newsbox dd .news_list li .brief {}
	.newsbox dd .news_list li .pic { display:none;}
	.newsbox dd .news_list li .tit { font-size:0.28rem; line-height:1.5; height:auto; overflow:hidden; margin-top:0;}
	.newsbox dd .news_list li .info { margin-top:2rem; height:0.6rem; line-height:0.6rem;}
	.newsbox dd .news_list li .date { line-height:0.6rem; font-size:0.28rem; }
	.newsbox dd .news_list li .more { line-height:0.8rem; font-size:0.28rem; }

	/*工程案例*/
	.casebox_bg { padding:0.5rem 0;}
	.casebox dt .tit1 { font-size:0.4rem;}
	.casebox dt .tit { font-size:0.36rem; margin-top:-0.25rem;}
	.casebox dt .tit:before,
	.casebox dt .tit:after { width:0.2rem; height:0.2rem; margin:0 0.1rem; background-size:cover;}
	.casebox dt .des { font-size:0.18rem; margin-top:0.3rem;}
	.casebox dt .des:before,
	.casebox dt .des:after { background-size:cover; display:inline-block; width:0.37rem; height:0.09rem; margin:0 0.1rem;}
	.casebox dt .des:after { background-size:cover;}
	.casebox dd { margin-top:0.4rem;}
	.casebox dd .case_list li { width:48%; margin-bottom:1%;}
	.casebox dd .case_list li .tit { width:100%; font-size:0.2rem; height:auto; line-height:2; position:relative; padding:0; text-align:center; left:0; bottom:0; right:0; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
	.casebox dd .case_list li .tit:after { display:none;}
	.casebox dd .case_list li:hover .pic:after { border:0.04rem solid #cc0b10; }
	/*页脚*/

	.footer_bg { height:auto; overflow:hidden; padding:0; padding-bottom:1rem; padding-top:0.3rem;}
	.footer { height:auto; overflow:hidden; padding:0;}
	
	.footer .infobox { width:100%;}
	.footer .infobox .icon { font-size:0.4rem; line-height:2;}
	.footer .infobox .tit { font-size:0.22rem; line-height:2;}
	.footer .infobox .text { width:100%; height:auto; font-size:0.22rem; line-height:2; margin-top:0.4rem;}
	.footer .contact { font-size:18px; line-height:2.3; margin-top:10px;}
	.footer .contact .tit { font-weight:bold;}
	.footer .contact .addr { line-height:36px;}
	.footer .telbox { width:48%;}
	.footer .telbox .icon { width:0.52rem; flex:0 0 0.52rem; height:0.52rem; line-height:0.52rem; margin-right:0.2rem; font-size:0.25rem;}
	.footer .telbox .lab { font-size:0.2rem;}
	.footer .telbox .tel { font-size:0.28rem;}
	
	.footer .footer_right { width:100%; height:auto; overflow:; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-end; align-content:space-between;}
	.footer .footer_link { width:100%; height:auto; line-height:0.6rem; font-size:0.24rem; margin:0.2rem 0;}
	.footer .footer_link a { width:33.3333%; line-height:0.6rem; text-align:center;}
	.footer .footer_share_link { width:100%; line-height:0.66rem; height:auto; overflow:hidden; margin:0.2rem 0; justify-content:space-around;}
	.footer .footer_share_link a { font-size:0.38rem; line-height:0.66rem;}
	.footer .friend_links { width:100%; line-height:0.6rem; height:0.6rem;}
	.footer .friend_links .tag { padding:0 0.15rem; }
	
	.footer .friend_links a { font-size:0.24rem; line-height:0.66rem;}
	.footer .friend_links_list { width:100%; height:auto; overflow:hidden; position:absolute; left:0; bottom:0.55rem; background:#efdcbc; display:none;}
	.footer .friend_links_list a {  padding:0 0.2rem;}


	.footer_nav { width:100%; flex-flow:row wrap;}
	.footer_nav .nav { width:100%; text-align:left;}
	.footer_nav .nav:nth-child(1) { display:none;}
	.footer_nav .nav .tit { height:0.6rem; font-size:0.28rem; line-height:0.6rem; color:#fff;}
	.footer_nav .nav .list { font-size:0.22rem; line-height:0.40rem; margin:0.1rem 0;}
	.footer_nav .nav .list a { width:auto; padding-right:0.2rem; height:0.4rem; line-height:0.4rem; float:left;}
	.footerbox { padding-left:0;}

	.footer .title .tit1 { font-size:0.6rem; line-height:1rem;}
	.footer .title .tit { font-size:0.42rem; line-height:0.42rem; margin-top:-0.42rem;}
	
	.footer .feedback_box { width:100%; margin-top:0.3rem; float:none;}
	.footer .feedback_box .input { width:100%; height:0.8rem; line-height:0.8rem; font-size:0.22rem; text-indent:0.3rem; margin-bottom:0.2rem;}
	.footer .feedback_box .submit { width:100%; height:0.8rem; margin-top:0.1rem; font-size:0.22rem;}
	
	.footer .contact_info { width:100%; margin-top:0.3rem;}
	.footer .contact_info .info { font-size:0.26rem; line-height:0.5rem}
	.footer .contact_info .text { font-size:0.26rem; line-height:0.5rem;}
	.footer .contact_info .contact_item li { margin-bottom:0.2rem;}
	.footer .contact_info .tel { font-size:0.36rem; line-height:0.5rem;}
	.footer .contact_info .icon { margin-right:0.3rem; font-size:0.45rem; line-height:0.4rem;}
	
	
	.footerbox .qrcodebox { width:100%; height:auto; overflow:hidden; float:left; margin:0.6rem 0;}
	.footerbox .qrcodebox .qrcode { width:1.8rem; height:auto; margin:0 auto; float:left;}
	.footerbox .qrcodebox .qrcode .pic { width:100%; height:auto; overflow:hidden;}
	.footerbox .qrcodebox .qrcode .pic img { width:100%; display:block;}
	.footerbox .qrcodebox .qrcode .tit { width:100%; font-size:0.2rem; line-height:1rem; height:1rem;}

	/*版权*/
	.copyright_bg { height:1rem; margin-top:-1rem;}
	.copyright { height:1rem; line-height:1rem; font-size:0.18rem;}
	
	/*分页样式*/
	.fenye{ width:100%; margin:0.3rem 0%; height:0.6rem;}
	.fenye a { font-size:0.22rem;}
	.fenye a:first-child,
	.fenye a:last-child { min-width:0.86rem;}
	.fenye a { min-width:0.6rem;  height:0.6rem; line-height:0.6rem; margin-right:0.08rem; border-radius:0.03rem;}
	
	.aboutbox,
	.productbox,
	.certificate,
	.casebox,
	.modeling_tools,
	.newsbox,
	.contactbox,
	.footer,
	.footer_top {}
	
	
	.indexBanner .msg-box > ul > li > div:nth-of-type(1) { margin:0.5rem 0; height:auto; overflow:hidden; padding:0 0.4rem;}
	.msg_my { height:auto; overflow:hidden;}
	.msg_my .mm1 {
		padding-bottom: 0.2rem;
		font-size: 0.25rem;
	}
	.msg_my .more { width:1.67rem; height:0.64rem; line-height:0.43rem; padding-top:0.2rem; background-size:100% auto; font-size:0.2rem;}
	.indexBanner #clock {
		margin-top: 0.6rem;
	}
	.msg_my .mm1 {
		padding-bottom: 0.2rem;
		font-size: 0.25rem;
	}
	.indexBanner {
	  height: auto;
	}
	
	.indexBanner #clock .time-box > ul > li i {
		line-height: 0;
	}
	.indexBanner #clock .time-box > ul.time-cir > li.on > i > span {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}
	.indexBanner #clock {
		width: 50vw;
		height: 50vw;
		position: relative;
		top: 0;
		left: 50%;
		margin-left: -25vw;
		right: auto;
	}
	.indexBanner .msg-box {
		position: relative;
		height: auto;
	}
	.indexBanner .msg-box > ul > li > div:nth-of-type(1) {
		text-align: left;
		position: relative;
		margin-top: 0;
		width: 100% !important;
		top: 0;
		right: auto !important;
		margin-left: 0%;
		margin-top: 50px;
	}
	.msg_my .mm4 {
		padding: 0;
		font-size: 0.2rem;
		line-height: 2;
		height:auto;
		overflow:hidden;
	}
	.msg_my .mm3 {
		font-size:0.32rem;
		padding-bottom:0.4rem;
	}
	.msg_my .mm4 {
		font-size:0.24rem;
		line-height:2;
		padding-bottom:0.4rem;
	}
  .indexBanner #clock .time-box > ul > li i {
    font-size: 14px;
  }
  
}
@media only screen and (max-width: 480px) {
	
}
